h1 {
  font-size: 48px;
  line-height: 57px;
  color: #002f28;
}

.desktop-banner .bottom-bar {
  font-family: 'Inter' !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.offer-content li {
  font-size: 18px;
}

.reverse {
  flex-direction: row-reverse;
}

.nav-link {
  position: relative;
  transition: all 0.2s ease;
}

.nav-link::after {
  content: '';
  background: none;
  width: 100%;
  height: 3.47px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}

.nav-link:hover {
  font-weight: 700;
}

.nav-link:hover::after {
  background: #ffd431;
}

.btn {
  box-shadow: 0 4px 0 0 #f1f1f1;
}

.hero {
  padding: 0;
}

.hero-wrapper {
  display: flex;
  justify-content: center;
  gap: 23px;
}

.hero-content__wrapper {
  width: 50%;
  display: flex;
  justify-content: end;
  margin: auto 0;
}

.hero-content {
  width: 100%;
  max-width: 571px;
}

.landing3-image-wrapper {
  width: 50%;
  display: flex;
  align-items: center;
}

.landing3-image-wrapper img {
  width: 100%;
  max-width: 700px;
}

.hero-subtitle {
  font-size: 17px;
  line-height: 32px;
}

.hero-testimonial.hero {
  padding: 0;
  flex-direction: row;
  border: 0;
  justify-content: start;
  margin-top: 22px;
}

.overview--item div {
  height: unset;
  margin-bottom: 6px;
}

.overview--item img {
  width: 100%;
  height: auto;
  max-width: 65px;
}

/* TESTIMONIAL INFINITE SCROLL */
/*.testimonial-scroll-container {
  overflow: hidden;
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: auto;
  cursor: grab;
  user-select: none;

  scrollbar-width: none;
  -ms-overflow-style: none;
}

.testimonial-scroll-container::-webkit-scrollbar {
  display: none;
}

.testimonial-scroll-container:active {
  cursor: grabbing;
}

.testimonial-scroll-container.dragging {
  cursor: grabbing;
}
*/
.testimonial-scroll-track {
  display: flex;
  /*padding-bottom: 10px;
  gap: 15px;
  align-items: stretch;
  animation: scroll-continuous 60s linear infinite;
  width: calc(200% + 15px);
  transition: transform 0.1s ease-out;*/
}

/*.testimonial-scroll-container.paused .testimonial-scroll-track {
  animation-play-state: paused;
}

.testimonial-scroll-container.dragging .testimonial-scroll-track {
  animation-play-state: paused;
  transition: none;
}*/

@keyframes scroll-continuous {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.item {
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
  max-width: 350px;
  width: 350px;
  min-width: 350px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.hero-testimonial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  padding: 23px 20px 17px;
  flex: 1;
  height: 100%;
}

.hero-testimonial--image {
  margin-top: unset;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.hero-testimonial--text {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  flex: 1;
}

.hero-testimonial__check {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #3ab890;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

p.hero-testimonial__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.03em;
  white-space: normal;
  word-wrap: break-word;
}

.hero-testimonial__stars {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 15px 0;
  gap: 10px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

p.hero-testimonial__title {
  text-align: left;
  margin: 15px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

p.hero-testimonial__text {
  text-align: left;
  font-weight: 400;
  font-size: 17px;
  line-height: 162%;
  color: #0f0f0f;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

img.stars-icon.stars {
  max-width: 83px;
}

.container-fluid.section-wrapper {
  overflow: hidden;
  padding: 0;
  margin: 0;
  max-width: none;
}

/* 50-50 sections */
.section-benefits .container {
  max-width: 998px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.preheading {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: #284300;
}

.section-title.text-center h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 126%;
  text-align: center;
  color: #002f27;
  max-width: 730px;
  margin: 0 auto;
}

.benefit--text {
  padding: 0 0 0 44px;
}

.benefit--text h3 {
  max-width: 355px;
}

h3 {
  font-size: 32px;
  line-height: 40px;
  color: #002f28;
}

.container.green {
  max-width: 938px;
  height: 496px;
  display: flex;
  justify-content: end;
  align-items: center;
  background: url('../image-l3/banner.jpg') no-repeat center center;
  background-size: cover;
  border-radius: 8px;
}

.container.green .benefit--text {
  max-width: 410px;
}

.container.green .benefit--text p {
  max-width: 332px !important;
}

.benefit--image img {
  border-radius: 8px;
  border: 1px solid #5b7d45;
  margin-bottom: 30px;
}

.benefit.green-corner-2 .benefit--image {
  position: relative;
  overflow: visible;
}

.benefit.green-corner .benefit--image:before {
  content: '';
  height: 258px;
  width: 258px;
  border-radius: 8px;
  background-color: #d2ecc2;
  bottom: 19px;
  right: -10px;
  position: absolute;
}

.benefit.green-corner-2 .benefit--image::before {
  content: '';
  position: absolute;
  bottom: 19px;
  left: -10px;
  height: 258px;
  width: 258px;
  border-radius: 8px;
  background-color: #d2ecc2;
  z-index: 1;
}

.benefit.green-corner-2 .benefit--image>* {
  position: relative;
  z-index: 2;
}

.hero-content .hero-testimonial.hero.fb {
  gap: 10px;
}

.hero-content .hero-testimonial.hero.fb .hero-testimonial--text {
  max-width: 423px;
}

/* BANNER SECTION  */

.banner-content {
  max-width: 923px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 60px 45px 23px;
  gap: 0;
  border: 0;
  background-color: #c2dfec;
  position: relative;
}

.points-list {
  white-space: normal;
}

.points-list2 li {
  white-space: normal;
  padding-bottom: 10px;
}

.guarantee-content {
  max-width: 664px;
  margin: 0 auto;
  gap: 12px;
}

img.banner-doctor {
  position: absolute;
  bottom: 0;
  right: 27px;
}

.banner-title p {
  font-weight: 700;
  font-size: 21px;
  line-height: 124%;
  max-width: 452px;
}

.points-list2 li::before {
  content: url(../img/checkmark2.svg);
  margin-right: 12px;
}

.points-list2 ul li p {
  font-size: 16px;
  font-weight: unset;
  text-align: left;
}

.banner-doctor.mob {
  display: none;
}

.banner-doctor.desk {
  display: block;
}

/* Reliable */
.qualities {
  padding: 40px 0 2px;
  overflow: hidden;
}

.no-mb {
  margin-bottom: 100px;
}

.qualities--list {
  gap: 7px;
  margin-top: 88px;
}

.qualities--image-wrapper {
  position: absolute;
  margin: 0 auto;
  top: 17px;
  bottom: 0;
  left: 0;
  right: -30px;
  /* width: calc(50vw - 300px); */
  max-width: 424px;
  display: flex;
  align-items: center;
}

.quality img {
  width: 100%;
  max-width: 47px;
  height: auto;
}

.quality.fb h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  color: #002f27;
  margin-top: 7px;
}

.quality p {
  margin-top: 12px;
  margin-bottom: 30px;
}

/* Banner image and video section */
.image-banner-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.over-video {
  width: 101%;
  margin-left: -1px;
}

.guarantee--text h4 {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}

.guarantee--text p {
  margin-top: unset;
  font-weight: 400;
  font-size: 17px;
  line-height: 165%;
}

/* BigReview Section */
.testimonials {
  padding: 48px 0 67px;
}

.margin-inline-auto {
  margin-left: auto;
  margin-right: auto;
}

#reviews .cta-stock-view.green-bg span {
  background-color: #e0e0e0;
}

#reviews .cta-stock-view span:first-child {
  background-color: #fc2201;
}

.cta.cta-view.margin-inline-auto {
  margin-bottom: 17px;
}

.testimonials--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1104px;
  width: 100%;
  gap: 27px 25px;
}

/* CTA SECTION */
.offer {
  background: #d2ecc2;
}

.offer .container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: unset;
  padding-left: 0;
}

.offer-content {
  width: 50%;
  /* max-width: 530px; */
  padding-left: 58px;
}

.offer-content h1 {
  max-width: 530px;
}

img.offer--image.desk {
  width: 50%;
}

img.offer--image.mob {
  display: none;
}

/* FAQ */
.faq-list {
  gap: 21px;
  margin: 30px auto 54px;
  max-width: 1156px;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .hero {
    padding: 30px 0;
  }

  .hero-content__wrapper {
    margin-top: 24px;
  }

  .hero-content {
    padding: 0 20px;
  }

  .landing3-image-wrapper {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 21px 0;
  }


  .points-list .bottom-points {
    width: fit-content;
    margin: 0 auto;
  }
  .hero-wrapper {
    flex-direction: column;
  }

  .benefit--text {
    margin-top: -20px;
    margin-bottom: 20px;
  }

  .landing3-image-wrapper {
    width: 100%;
  }

  .hero-content__wrapper {
    width: 100%;
    justify-content: center;
  }

  .hero-content {
    max-width: unset;
  }

  .hero-content .points-list {
    margin-top: 22px;
    white-space: nowrap;
  }

  /*.testimonial-scroll-track {
    gap: 12px;
    animation: scroll-continuous 20s linear infinite;
    animation-delay: -50s;
    width: calc(200% + 12px);
  }*/

  .container-fluid.section-wrapper {
    padding: 0;
    overflow: visible;
  }

  .testimonial-scroll-track .item {
    max-width: 280px;
    width: 280px;
    min-width: 280px;
    min-height: 280px;
  }

  .hero-testimonial {
    padding: 18px 15px 15px;
  }

  .hero-testimonial--text {
    width: 100%;
    max-width: 100%;
  }

  p.hero-testimonial__text {
    font-size: 13px;
  }

  .overview--item img {
    max-width: 55px;
  }

  .overview--item p {
    line-height: 17px;
    font-size: 14px;
  }

  .overview--item {
    flex: 1;
    max-width: 73px;
    color: #002f28;
    min-width: 116px;
  }

  .overview-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
  }

  .hero-content .hero-testimonial.hero.fb {
    gap: 10px;
  }

  h1 {
    font-size: 28px;
    line-height: 37px;
    color: #002f28;
    margin: 0 16px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
    color: #002f28;
  }

  .points-list {
    margin: 10px 16px;
    font-size: 15px;
    line-height: 18px;
  }

  .hero-testimonial {
    margin: 0;
  }

  .hero-testimonial.hero {
    margin: 20px 16px 0;
  }

  /* 50-50 sections */
  .section-benefits {
    display: flex;
    flex-direction: column;
    gap: 45px;
  }

  .benefits--list {
    margin: 0 auto;
    gap: 45px;
  }

  .benefit--text {
    padding: unset;
  }

  .container.green {
    height: 632px;
    display: flex;
    justify-content: end;
    align-items: end;
    background: url('../image-l3/banner-mob.png') no-repeat center center;
    background-size: cover;
    max-width: 383px;
    padding: 0 21px 22px;
    border-radius: 8px;
  }

  .bg-grey {
    display: flex;
    flex-direction: column;
    gap: 45px;
    position: relative;
  }

  .section-title p {
    margin-bottom: 10px;
  }

  .preheading {
    font-size: 13px;
  }

  .section-title.text-center h2 {
    font-size: 26px;
    line-height: 131%;
  }

  .benefit {
    flex-direction: column-reverse;
  }

  .mt-30 {
    margin-top: 0;
  }

  /* BANNER SECTION  */
  .mb-50 {
    margin-bottom: 20px;
  }

  .banner-content {
    padding: 30px 20px 290px;
  }

  .banner-title p {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
  }

  img.banner-doctor {
    position: absolute;
    bottom: 0;
    right: 13px;
    max-width: 325px;
  }

  .points-list2 ul li p {
    font-size: 16px;
    font-weight: unset;
    text-align: left;
  }

  .points-list2 li::before {
    margin-top: 7px;
  }

  .banner-doctor.mob {
    display: block;
  }

  .banner-doctor.desk {
    display: none;
  }

  /* Reliable */
  .qualities {
    padding: 41px 0 47px;
  }

  .qualities--list {
    gap: 7px;
    margin-top: 25px;
  }

  .qualities--image-wrapper {
    position: absolute;
    margin: 0;
    top: 36px;
    left: 130px;
    right: 0px;
    max-width: 254px;
    transform: rotateX(0deg) rotateY(180deg) rotateZ(41deg);
    /* transform: rotateY(
180deg); */
  }

  img.qualities-image {
    width: 256px !important;
  }

  .no-mb {
    margin-bottom: 0;
  }

  .quality.second {
    margin-bottom: 456px;
  }

  .quality,
  .quality div {
    width: 100%;
    margin-bottom: unset;
  }

  /* Banner image and video section */
  .image-banner-wrapper {
    grid-template-columns: 1fr;
  }

  .guarantee--text p {
    font-size: 16px;
    line-height: 162%;
  }

  /* REVIEW SECTION */
  .testimonials {
    padding: 34px 0 28px;
  }

  .testimonials--list {
    grid-template-columns: repeat(1, 1fr);
    gap: 19px;
    width: 100%;
    max-width: 100%;
  }

  .hero-testimonial--text {
    flex: 1;
    max-width: 100%;
  }

  /* CTA SECTION */
  img.offer--image.desk {
    display: none;
  }

  img.offer--image.mob {
    display: block;
  }

  .offer-content {
    width: 100%;
    /* max-width: 530px; */
    padding-left: 0;
  }

  .offer .container {
    padding-right: 0;
  }

  .offer .points-list {
    order: 0;
    padding: 0 20px;
    margin-top: 23px;
  }

  .offer {
    padding: 26px 0 30px;
  }

  .offer-content h1 {
    margin-inline: auto;
  }
}

@media (max-width: 376px) {
  .container.green {
    max-width: 343px;
  }

  .points-list {
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: 12px;
  }
}

@media (width: 768px) {
  .banner-content {
    padding: 30px 20px 170px;
  }

  .qualities--image-wrapper {
    left: 470px;
  }
}