div.application-banner {
  height: 550px;
  margin-top: unset;
  text-align: left;
  padding-top: 9rem;
  padding-bottom: 9rem;
  position: relative;
  background-color: #f3faff;
}
div.application-banner .content {
  z-index: 2;
  position: relative;
}
div.application-banner h1,
div.application-banner p {
  max-width: 28rem;
  line-height: 28px;
  /* margin: 0 auto 1.2rem; */
  position: relative;
  text-align: left;
}
div.application-banner p {
  color: #808080;
}
div.application-banner h1 {
  line-height: 4rem;
  font-size: 44px;
  max-width: 40rem;
  margin-bottom: 2rem;
}
div.application-banner a.link-btn {
  padding: 12px 50px;
  border-radius: 4px;
  border: none;
  outline: none;
  border: 1px solid #0273ff;
  background-color: #0273ff;
  color: white;
  display: inline-block;
  margin-top: 3rem;
  transition: all .3s ease;
}
div.application-banner a.link-btn:hover {
  background-color: transparent;
  color: #0273ff
}
div.application-banner p::before {
  content: "";
  width: 0.8rem;
  height: 2rem;
  background: url(../img/double-arrow.svg) no-repeat center;
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
}
div.app-sidebar {
  /* background-image: linear-gradient(to left,#d5d6da,#e8e8ea,#f9f9f9,#e8e8ea,#d5d6da); */
  background-color: white;
}
div.app-sidebar ul {
  display: flex;
  justify-content: space-between;
}
div.app-sidebar ul li {
  text-align: center;
  padding: 2.6rem 1%;
  font-size: 17px;
  cursor: pointer;
  position: relative;
  transition: 0.2s all ease;
  min-width: 10rem;
  font-size: 1.2rem;
  font-weight: 500;
  min-height: 110px;
  padding-left: 6rem;
  padding-right: 2rem;
}
div.app-sidebar ul li p {
  position: relative;
  z-index: 2;
}
div.app-sidebar ul li::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #005da6;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.4s all ease;
  opacity: 0;
  z-index: 1;
  transform-origin: bottom;
}
div.app-sidebar ul li.active {
  /* color: white; */
}
div.app-sidebar ul li.active::before {
  opacity: 1;
  transform: translateY(-50%) rotateX(0);
}
div.app-sidebar ul li:hover {
  /* color: white; */
}
div.app-sidebar ul li:hover::before {
  opacity: 1;
  transform: translateY(-50%) rotateX(0);
}
div.app-sidebar ul li a span.icon {
  display: block;
  width: 3rem;
  height: 3rem;
  z-index: 999;
  position: absolute;
  background-size: contain !important;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
div.app-container {
  display: flex;
  justify-content: space-between;
  margin: 6rem auto 10rem;
  flex-wrap: wrap;
  align-items: center;
  min-height: 31rem;
}
div.app-container div.left {
  width: 49%;
  line-height: 28px;
  color: #8e8e8e;
  line-height: 28px;
  font-size: 17px;
  padding-top: 1rem;
}
div.app-container div.left {
  color: black;
}
div.app-container div.left h1 {
  text-align: left;
  font-size: 2.7rem;
  margin-bottom: 3rem;
  letter-spacing: 0.5px;
  line-height: 64px;
  color: #1c232f;
  display: block;
  font-weight: 600;
  position: relative;
  display: block;
  hyphens: auto;
}
div.app-container div.left p {
  color: #8e8e8e;
  line-height: 28px;
  font-size: 16px;
  font-weight: 300;
}
div.app-container div.left ul.safety {
  margin-top: 4rem;
}
div.app-container div.right {
  width: 46%;
  max-height: 44rem;
  position: relative;
}

div.app-container div.right img {
  max-height: 100%;
  width: auto;
  border-radius: 6px;
  max-width: unset;
}
div.app-container.fields-content div.right img {
  max-height: unset;
  width: auto;
  overflow: hidden;
  transition: 0.6s all ease;
  max-height: 46rem;
  border-radius: 14px;
  position: relative;
  top: -4rem;
}
/* div.app-container.fields-content div.right:hover img{
    transform: scale(1.07);
} */
div.app-container div.left span.title {
  text-align: left;
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0.5px;
  line-height: 46px;
  color: #002533;
  display: block;
  font-weight: 600;
}
div.app-container div.left h3 {
  text-align: left;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
  line-height: 64px;
  color: #1c232f;
  display: block;
  font-weight: 600;
  position: relative;
  display: block;
  hyphens: auto;
}
div.app-container div.img span.pic {
  height: 37rem;
}
div.app-container ul.advance li {
  background-size: 24px;
  font-size: 14px;
  line-height: 22px;
}
div.app-container ul.advance li strong {
  display: block;
  background: url(../img/circle-checked.svg) no-repeat center left;
  color: #002533;
  color: #002533;
  font-size: 18px;
  font-weight: 600;
  line-height: 46px;
  background-size: 2.3rem;
  background-position-y: 8px;
}
div.app-container ul.advance li:nth-child(even),
div.app-container ul.advance li strong {
  padding-left: 3.7rem;
}
div.app-container ul.advance li:nth-child(even) {
  margin-bottom: 1rem;
}
div.app-container ul.advance {
  margin-top: 3rem;
}
ul.safety {
  margin-top: 6rem;
}
ul.safety li {
  width: 45%;
  padding-left: 3.3rem;
  position: relative;
  display: inline-block;
}
ul.safety li:before {
  content: url(../img/true-icon.svg);
  width: 30px;
  position: absolute;
  top: 4px;
  left: 0;
  transition: 0.3s all ease;
  transform-origin: bottom;
}
ul.safety li span {
  font-size: 1.25rem;
  font-weight: 500;
  color: #333333;
}
ul.safety li p {
  line-height: 26px;
  margin-top: 0.6rem;
}
div.fields-part .content > h2 {
  font-size: 2.7rem;
  line-height: 61px;
  letter-spacing: 1px;
  hyphens: auto;
  margin-bottom: 1.5rem;
  text-align: center;
}
div.fields-part .solutions-content {
  background-color: #f8f8f8;
  margin: 5rem auto 8rem;
}
div.fields-name ul {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
div.fields-name ul li {
  /* width: 23.6%; */
  border-radius: 5px;
  background-color: #f2f2f2;
  color: #515151;
  transition: 0.3s all ease;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.3px;
  line-height: 24px;
  cursor: pointer;
  background-color: unset;
  border-radius: 0;
  border-bottom: 3px solid transparent;
}
div.fields-name ul li:hover,
div.fields-name ul li.active {
  color: #25292d;
  border-bottom: 3px solid #005da6;
}
div.fields-part p.title-text {
  margin: -0.5rem auto 3.5rem;
}
div.fields-content.app-container {
  /* margin: 4rem 0 6rem; */
  align-items: center;
}
div.fields-content.app-container .left {
  order: 3;
  width: 50%;
  color: #8e8e8e;
  line-height: 28px;
  font-size: 16px;
}
div.fields-content.app-container .left ul.safety-fields {
  margin-top: 3rem;
}
div.fields-content.app-container .left ul.safety-fields li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  color: #1c232f;
  display: block;
}
div.fields-content.app-container .left ul.safety-fields li p {
  display: none;
}
div.fields-content.app-container .left ul.safety-fields li::before {
  background: url(../img/arrow-right-red.svg) no-repeat center center;
  background-size: 8px;
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 1.2rem;
  height: 1.6rem;
}
div.fields-content.app-container div.right {
  width: 44%;
  direction: rtl;
}
div.fields-content.app-container div.right span {
  border-radius: 6px;
  background-size: cover !important;
}
div.fields-content.app-container div.right:hover span {
  transform: scale(1.1);
}
div.app-container div.left p:last-child {
  margin-bottom: 0;
}
div.related-part {
  text-align: center;
  margin-bottom: 12rem;
  position: relative;
}
div.related-part h2 {
  font-size: 1.8rem;
  margin-bottom: 3.5rem;
  font-weight: 600;
}
div.related-part ul.recommend-pro {
  justify-content: unset;
  flex-wrap: unset;
}
body.page-template-application div.recommendation-wrapper {
  overflow: hidden;
  padding: 1rem;
}
body.page-template-application div.recommendation-swiper-wrapper {
  margin-left: 1rem;
  overflow: unset;
}
body.page-template-application .ajax_products_recommandations div.loader {
  margin-top: -100px;
}
div.related-part .swiper-content {
  overflow: hidden;
}
div.related-part .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: -4rem;
}
.app-content {
  overflow-x: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px #00000010;
}
/* div.related-part .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, div.related-part .swiper-pagination-bullet{
    width: 0.8rem !important;
    height: 0.8rem !important;
    background-color: #cccccc !important;
    border: 0 !important;
}
div.related-part .swiper-pagination{
    left: 50%;
    transform: translateX(-50%);
    bottom: 5.5rem;
}
.related-btn .swiper-btn {
    width: 3.4rem;
    height: 3.4rem;
    background-image: url(../img/swiper-right-white.svg) !important;
    background-color: #037fdd;
    background-size: 10px !important;
    z-index: 21;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    position: relative;
    left: 0;
    opacity: 1 !important;
    margin-left: 0.8rem;
}
.related-btn .swiper-btn.swiper-button-prev {
    background-image: url(../img/arrow-left-grey.svg) !important;
    background-color: #dbdbdb;
    background-size: 10px !important;
}
.related-btn{
    position: absolute;
    top: 8.2rem;
    right: 0;
} */
.app-container div.loader {
  margin-top: -26rem;
}

div.ajax_products_recommandations .recommendation > h2 {
  font-size: 44px;
  text-align: center;
  margin-bottom: 1rem;
}

/* ul.recommend-pro li.swiper-slide {
  position: relative;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  text-align: center;
  padding: 25px;
  overflow: hidden;
  min-height: 460px;
}

ul.recommend-pro li.swiper-slide:hover {
  transform: scale(1.05);
  background-color: white;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
} */

/* ul.recommend-pro li.swiper-slide button.button.addtocartbutton {
    display: none;
} */

/* ul.recommend-pro li.swiper-slide .price {
    color: #005da5!important;
} */

ul.recommend-pro li.swiper-slide h2.woocommerce-loop-product__title {
    width: 100%;
}
/* ul.recommend-pro li.swiper-slide .catname {
    font-size: 15px;
    color: #959595;
    text-align: center;
} */

/* ul.recommend-pro li.swiper-slide p.price ins {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin-top: 16px;
    font-weight: 600;
    font-size: 20px;
    color: #005da6;
}

ul.recommend-pro li.swiper-slide .price del {
    font-weight: normal;
    opacity: .5;
    display: none;
} */

.recommendation .load_more_post_ajax {
    border: 1px solid #dfdfdf;
    line-height: 50px;
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: 500;
    background: transparent;
    border-radius: 4px;
    text-align: center;
    text-transform: capitalize;
    padding: 0 4rem;
    color: #545454;
    display: block;
    margin: 0 auto;
    background: white;
    transition: 0.3s all ease;
    cursor: pointer;
    width: max-content;
    margin-bottom: 5rem;
}

.recommendation .load_more_post_ajax:hover {
  border-color: #005da6;
  color: #005da6;
}

.solutions-content .loader.active{
    margin-top: 220px;
    border-color: #cfcfcf;
    border-top-color: #fff;
}
.solutions-content.active{
  height: 495px;
  margin: 6rem auto 10rem!important;
}