@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  scroll-margin-top: 70px;
}

/* ------------------ Header ------------------ */
.header-top {
  background-color: #fd3939;
  color: white;
  text-align: center;
  padding: 6px;
}
.header-top p {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 17px;
}

header {
  position: sticky;
  top: -70px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header.scrolled {
  top: 0px;
}
header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 9px 20px;
  height: 70px;
}
header .header-content nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  margin-bottom: -10px;
}
header .header-content nav a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 17px;
  text-decoration: none;
}
header .header-content nav a:hover {
  text-decoration: underline;
}

#open-menu,
#close-menu {
  display: none;
  cursor: pointer;
  width: 30px;
}

/* ------------------ Containers ------------------ */
.container {
  max-width: 1180px;
  width: 100%;
  padding: 35px 20px;
  margin: 0 auto;
}
.container.width-2 {
  max-width: 1400px;
}

.container-white {
  background: #fff;
}

.container-light {
  background: #f1f6fc;
}

.container-light-2 {
  background-color: #eaf8ff;
}

.container-blue-1 {
  background-color: #d8f2ff;
  padding: 70px 20px;
}
.container-blue-1 .container {
  padding: 0;
}

.container-features {
  background-color: #eaf8ff;
}

.container-blue-3 {
  background-color: #f1f6fc;
}
.container-blue-3 .title h2 {
  color: #0c64c5;
}

/* ------------------ Title ------------------ */
.title {
  max-width: 1180px;
  margin: 0 auto;
}
.title h2 {
  font-size: 52px;
  text-align: center;
  font-family: "Lab-Grotesque-Black";
}

/* ------------------ Buttons ------------------ */
.btn {
  background: #1fc862;
  border-radius: 50px;
  color: #fff;
  float: right;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
}
.btn:hover {
  text-decoration: underline;
}

.packageBtn {
  background: #1fc862;
  border-radius: 50px;
  box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  height: 68px;
  letter-spacing: 0.3px;
  line-height: 68px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-shadow: 2px 2px #2a8b3a;
  width: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 428px;
}
.packageBtn img {
  margin-left: 15px;
}
.packageBtn:hover {
  text-decoration: underline;
}

/* ------------------ Hero ------------------ */
.hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: 7fr 5fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.hero .hero-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.hero .hero-rating img {
  height: 15px;
}
.hero .hero-rating p {
  letter-spacing: 0.3px;
}
.hero .hero-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.hero .hero-left .hero-desktop-hidden {
  display: none;
}
.hero .hero-right {
  width: 100%;
  -webkit-transform: scale(1.15) translateY(-25px) translateX(-8%);
          transform: scale(1.15) translateY(-25px) translateX(-8%);
}
.hero .hero-strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(0, #fff), color-stop(74%, #f9fbfd), to(rgba(255, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 0, #f9fbfd 74%, rgba(255, 0, 0, 0));
  padding: 12px 10px 12px 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.hero .hero-strip .hero-strip-icon {
  width: 50px;
  height: auto;
}
.hero .hero-strip .hero-strip-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.hero .hero-strip .hero-strip-text hr {
  background-color: #c7dbf1;
}
.hero .hero-strip .hero-strip-title {
  color: #000;
  display: inline-block;
  font-size: 22px;
  font-weight: 900;
  line-height: 32px;
  vertical-align: middle;
  width: 100%;
}
.hero .hero-strip .hero-strip-description {
  color: #000;
  font-size: 17px;
  letter-spacing: 0.3px;
  line-height: 24px;
  padding: 0 50px 0 0;
}
.hero ul {
  list-style: none;
}
.hero ul li {
  background: url(../assets/images/pipe.png) left 8px no-repeat;
  color: #131313;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 8px 0 0;
  padding: 0 0 0 35px;
  text-align: left;
}
.hero h1 {
  color: #0c64c5;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 58px;
}

/* ------------------ Green box button ------------------ */
.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 460px;
  width: 100%;
}
.btn-box .btn-box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  justify-items: start;
  margin-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btn-box .btn-box-top p {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 17px;
  padding: 0 8px;
  vertical-align: top;
}
.btn-box .btn-box-top p img {
  margin-right: 3px;
  margin-top: 2px;
  -webkit-animation: rotate 2.5s ease-in-out infinite forwards;
          animation: rotate 2.5s ease-in-out infinite forwards;
}
.btn-box .btn-box-top .sale {
  margin-top: 2px;
}
.btn-box .btn-box-top .sale::before {
  -webkit-animation: fade 1s ease-in-out infinite;
          animation: fade 1s ease-in-out infinite;
  background: #36ee4e;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 9px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  width: 9px;
}
.btn-box .btn-rev {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 16px;
  margin-top: 12px;
  position: relative;
}
.btn-box .btn-rev:after,
.btn-box .btn-rev:before {
  border-top: 1px solid #d3e4e9;
  content: "";
  display: inline-block;
  margin: -1px 10px 0;
  vertical-align: middle;
  width: 73px;
}
.btn-box .packageBtn {
  margin: 0;
}

/* ------------------ Animations ------------------ */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 30%;
  }
  70% {
    opacity: 100%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fade {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 30%;
  }
  70% {
    opacity: 100%;
  }
  100% {
    opacity: 100%;
  }
}
/* ------------------ As seen on ------------------ */
.seen-on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  text-align: center;
  width: 100%;
}
.seen-on p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Lab-Grotesque-Bold";
}
.seen-on .companies {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
  gap: 50px;
  width: 100%;
  margin: 0 auto;
}
.seen-on .companies img {
  height: 69px;
}

hr {
  border: none;
  height: 1px;
  background-color: #ebebeb;
}

/* ------------------ Doctor Quote ------------------ */
.doctor {
  display: grid;
  grid-template-columns: 2fr 10fr;
  gap: 50px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  max-width: 970px;
  padding: 15px 55px 15px 15px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto;
}

.doctor-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #0c64c5;
  border-radius: 8px;
  padding: 0 0 8px;
  width: 212px;
  overflow: hidden;
}
.doctor-left img {
  width: 100%;
}
.doctor-left p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding: 8px 0 0;
  text-align: center;
}

.doctor-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.doctor-right img {
  width: 100px;
}
.doctor-right .doctor-title {
  color: #0c64c5;
  font-size: 24px;
  letter-spacing: 0.3px;
  line-height: 30px;
  font-family: "Lab-Grotesque-Medium";
}
.doctor-right .doctor-description {
  color: #000;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 0.5px;
  line-height: 27px;
  font-family: "Lab-Grotesque-Medium";
}
.doctor-right .doctor-name {
  color: #0c64c5;
  font-size: 20px;
  font-weight: 700;
}
.doctor-right .doctor-name span {
  color: #2a2a2a;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 20px;
  margin-top: 15px;
  font-weight: 400;
}

#comma {
  position: absolute;
  right: 50px;
  top: -23px;
}

/* ------------------ Introduction ------------------ */
.introduction {
  display: grid;
  grid-template-columns: 50% 50%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 30px;
}
.introduction .introduction-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.introduction .introduction-item .swiper {
  display: none;
}
.introduction p {
  color: #000;
  font-size: 19px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.introduction h2 {
  color: #2c2d2d;
  font-size: 45px;
  font-weight: 900;
  line-height: 54px;
  font-family: "Lab-Grotesque-Bold";
}
.introduction h2 span {
  color: #0c64c5;
  font-size: 52px;
}

.swiper {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  max-width: 505px;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ------------------ This high-tech bottle turns tap water into an
anti-aging drink "Section" ------------------ */
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 40px 0;
  margin-top: 60px;
}
.grid-4 .grid-4-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: center;
}
.grid-4 .grid-4-item img {
  width: 100%;
  border-radius: 6px;
}
.grid-4 .grid-4-item p {
  color: #2c2d2d;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

/* ------------------ Get Anti-Aging Water In 5 Minutes "Section" ------------------ */
.container-blue-2 {
  background-color: #3d7fb7;
}
.container-blue-2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container-blue-2 .container p:nth-child(1) {
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  text-align: center;
  line-height: 55px;
}
.container-blue-2 .container p:nth-child(2) {
  color: #ffcf11;
  font-size: 26px;
  line-height: 33px;
  text-align: center;
}
.container-blue-2 .container .btn-box {
  margin-top: 15px;
}

/* ------------------ Features ------------------ */
.grid-features {
  display: grid;
  grid-template-columns: 3.5fr 5fr 3.5fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0;
}
.grid-features .grid-features-img {
  width: 100%;
  z-index: 10;
}
.grid-features .grid-features-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.grid-features .grid-features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 10px 20px;
}
.grid-features .grid-features-item .grid-features-item-title {
  color: #181818;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 33px;
  font-family: "Lab-Grotesque-Black";
}
.grid-features .grid-features-item .grid-features-item-desc {
  color: #000;
  font-size: 19px;
  letter-spacing: 0.5px;
  line-height: 28px;
}

.line {
  width: calc(100% + 100px);
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.line-2 {
  width: calc(100% + 100px);
  -webkit-transform: translateX(-100px) rotate(180deg);
          transform: translateX(-100px) rotate(180deg);
}

/* ------------------ How it works ------------------ */
#how-it-works .title h2 {
  color: #2c2d2d;
  font-size: 45px;
  font-weight: 900;
  line-height: 54px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.center-text {
  display: block;
  color: #000;
  font-size: 19px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 40px 0;
}
.grid-3 .grid-3-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: center;
}
.grid-3 .grid-3-item img {
  width: 100%;
  border-radius: 6px;
}
.grid-3 .grid-3-item .grid-3-item-title {
  color: #2c2d2d;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 30px;
  font-family: "Lab-Grotesque-Bold";
}
.grid-3 .grid-3-item .grid-3-item-desc {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  padding: 0 20px;
  font-weight: 400;
  font-family: "Lab-Grotesque";
}

/* ------------------ Special Offer ------------------ */
.special-offer {
  background-color: #fdf5e6;
  border: 2px dashed #3d7fb7;
  display: grid;
  grid-template-columns: 6.7fr 5.3fr;
  margin: 30px auto;
  margin-top: 40px;
}
.special-offer .special-offer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 0;
  padding-bottom: 30px;
}
.special-offer .special-offer-info .special-offer-title {
  color: #202020;
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
  text-align: center;
  font-family: "Lab-Grotesque-Black";
}
.special-offer .special-offer-info .special-offer-desc {
  color: #212020;
  font-size: 19px;
  line-height: 27px;
  text-align: center;
}
.special-offer .special-offer-info .special-offer-price {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}
.special-offer .special-offer-info .special-offer-price span {
  color: #0c64c5;
}
.special-offer .special-offer-info ul {
  padding: 0 0 0 50px;
}
.special-offer .special-offer-info ul li {
  background: url("../assets/images/green.png") 0 0 no-repeat;
  color: #000;
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  margin: 15px 0 0;
  padding: 0 0 0 39px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
.special-offer #special-offer-img-mobile {
  display: none;
  width: 70%;
  margin: 0 auto;
}
.special-offer .container-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
  padding-bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.special-offer .special-offer-img {
  background-color: white;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.special-offer .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.special-offer .countdown .countdown-title {
  color: #0c64c5;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.special-offer .countdown #clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.special-offer .countdown #clock p {
  color: #0c64c5;
  float: left;
  font-size: 30px;
  font-weight: 700;
  padding: 3px 0 0;
  text-align: center;
  width: 11%;
}
.special-offer .countdown #clock div span {
  border-radius: 3px;
  color: #226ea4;
  float: left;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
  padding: 8px 0 0;
  text-align: center;
  width: 100%;
  font-family: "Lab-Grotesque-Black";
}
.special-offer .countdown #clock div .smalltext {
  color: #839bb6;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

/* ------------------ Reviews ------------------ */
.star-reviews {
  display: grid;
  grid-template-columns: 170px auto;
  max-width: 800px;
  margin: 40px auto;
  margin-bottom: 60px;
  padding-right: 20px;
}

.star-reviews-avg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.star-reviews-avg p {
  color: #131a2a;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  padding: 0 25px;
  text-align: center;
}
.star-reviews-avg img {
  width: 100px;
}
.star-reviews-avg .average {
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
  margin-bottom: 3px;
}

.star-reviews-bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 100%;
}
.star-reviews-bars .star-reviews-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.star-reviews-bars .star-reviews-bar .bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 460px;
  background-color: white;
  border-radius: 15px;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
  height: 12px;
  overflow: hidden;
  width: calc(100% - 175px);
}
.star-reviews-bars .star-reviews-bar .bar span {
  height: 100%;
  background-color: #fab73c;
  display: block;
}
.star-reviews-bars .star-reviews-bar img {
  width: 120px;
  height: 20px;
}
.star-reviews-bars .star-reviews-bar p {
  min-width: 32px;
  color: #000;
  font-size: 18px;
  line-height: 12px;
  width: 22px;
}

.swiper-reviews {
  display: none !important;
}

.reviews {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  margin: 40px auto;
  margin-top: 50px;
}

.reviews-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

.reviews-item {
  max-width: 265px;
  background-color: white;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.reviews-item .reviews-item-img {
  width: 100%;
}
.reviews-item .reviews-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px;
}
.reviews-item .reviews-item-info img {
  width: 100px;
}
.reviews-item .reviews-item-info .reviews-item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  font-family: "Lab-Grotesque-Medium";
}
.reviews-item .reviews-item-info .reviews-item-name span {
  color: #6fb620;
  font-size: 14px;
}
.reviews-item .reviews-item-info .reviews-item-name .verified {
  width: 15px;
}
.reviews-item .reviews-item-info .reviews-item-stars {
  margin-top: 5px;
}
.reviews-item .reviews-item-info .reviews-item-text {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 23px;
  margin-top: 5px;
  font-family: "Lab-Grotesque-Medium";
}

#reviews .title h2,
#features .title h2 {
  color: #0c64c5;
  font-size: 52px;
  font-weight: 900;
  line-height: 54px;
  padding-bottom: 20px;
  padding-top: 20px;
}

#features-text {
  color: #000;
  font-size: 19px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-align: center;
}

/* ------------------ Faq ------------------ */
#faq .title h2 {
  color: #2c2d2d;
  font-size: 45px;
  font-weight: 900;
  line-height: 54px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.faq-container {
  display: block;
  margin: 30px auto;
  max-width: 809px;
  padding: 10px;
  text-align: left;
  width: 100%;
}

.faq-accordion {
  border-radius: 6px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  width: 100%;
}

.accordion {
  background-color: #fff;
  border: none;
  color: #000;
  cursor: pointer;
  font-size: 19px;
  letter-spacing: 0.3px;
  line-height: 28px;
  outline: none;
  padding: 18px;
  text-align: left;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 100%;
}

.accordion:after {
  content: "+";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "−";
}

.panel {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  padding: 0 18px;
  text-align: left;
  -webkit-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}
.panel p {
  color: #545454;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 20px;
  padding-top: 0;
}

/* ------------------ Claim  ------------------ */
#claim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#claim #p-text-1 {
  color: #fc0000;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#claim #p-text-2 {
  color: #010101;
  font-size: 26px;
  font-weight: 400;
  line-height: 33px;
  font-family: "Lab-Grotesque-Medium";
}
#claim span {
  background: url(../assets/images/bg-yellow.png) 50% no-repeat;
  background-size: cover;
  padding: 6px;
}
#claim .btn-box {
  margin-top: 20px;
}

/* ------------------ Mobile Orange Button ------------------ */
.mobile-order-now {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  background: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mobile-order-now .btn {
  background-color: #ff4500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 auto;
  float: none;
  padding: 15px 17px;
}
.mobile-order-now .btn img {
  width: 17px;
}

/* ------------------ Footer ------------------ */
footer {
  background-color: white;
}
footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
footer .footer-content p {
  color: #aaa;
  font-size: 14px;
}
footer .footer-content p a {
  color: inherit;
  text-decoration: underline;
}
footer .footer-content p a:hover {
  color: #0056b3;
}
footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
footer .footer-top p {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 20px;
  margin-top: 10px;
}
footer .footer-top p a {
  color: inherit;
  text-decoration: none;
}

/* Media Queries */
/* Large Screens (max-width: 1200px) */
@media only screen and (max-width: 1200px) {
  .hero .hero-right {
    -webkit-transform: scale(1) translateY(-25px) translateX(0);
            transform: scale(1) translateY(-25px) translateX(0);
  }
  .seen-on .companies {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
  .introduction {
    grid-template-columns: 8fr 4fr;
  }
  .introduction h2 span {
    font-size: 40px;
  }
  .title h2,
  #claim #p-text-1,
  .container-blue-2 .container p:nth-child(1),
  .special-offer .special-offer-info .special-offer-title {
    font-size: 40px !important;
    line-height: 45px !important;
  }
}
/* Medium Screens (min-width: 993px) */
@media only screen and (min-width: 993px) {
  header .header-content nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/* Medium Screens (max-width: 992px) */
@media only screen and (max-width: 992px) {
  * {
    scroll-margin-top: 70px;
  }
  /* Hero Section */
  .hero {
    grid-template-columns: 1fr;
  }
  .hero .hero-right {
    display: none;
  }
  /* Grid-4 Layout */
  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }
  .container-blue-1 {
    padding: 20px;
  }
  /* Grid Features */
  .grid-features {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    /* .grid-features-col {
      .grid-features-item {
        background: url(../assets/images/check.png) 0 0 no-repeat;
        background-size: 35px;
        padding: 0 0 0 59px;

        .grid-features-item-title {
          font-size: 20px;
          line-height: 27px;
        }

        .grid-features-item-desc {
          font-size: 17px;
          line-height: 23px;
        }
      }
    }

    .grid-features-col:first-child .grid-features-item {
      background: url(../assets/images/check.png) 100% 0 no-repeat;
      background-size: 35px;
      padding: 0 59px 0 0;
    } */
  }
  .grid-features .line,
  .grid-features .line-2 {
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
  .grid-features .line-2 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .grid-features .grid-features-img {
    /* display: none; */
  }
  .grid-features .grid-features-col .grid-features-item-title {
    font-size: 20px;
    line-height: 28px;
  }
  .grid-features .grid-features-col .grid-features-item-desc {
    font-size: 17px;
    line-height: 24px;
    margin: 5px 0 0;
  }
  /* Special Offer */
  .special-offer {
    grid-template-columns: 1fr;
  }
  .special-offer .container-bg {
    background-color: white;
  }
  .special-offer #special-offer-img-mobile {
    display: block;
  }
  .special-offer .special-offer-img {
    display: none;
  }
  .special-offer .special-offer-info .special-offer-price {
    font-size: 19px;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-top: 0;
  }
  .special-offer .special-offer-info ul {
    padding: 0 10px;
  }
  .special-offer .special-offer-info ul li {
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 22px;
    padding: 0 0 0 30px;
  }
  .special-offer .btn-box {
    padding: 0 10px;
  }
  /* Introduction Section */
  .introduction {
    grid-template-columns: 1fr;
  }
  .introduction .introduction-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .introduction .introduction-item .swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: calc(80vw - 40px);
    margin: 0 auto;
    aspect-ratio: 1/1;
  }
  .introduction .swiper-hidden-on-mobile {
    display: none;
  }
  /* Header Navigation for Mobile */
  header .header-content nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background-color: white;
  }
  header .btn {
    display: none;
  }
  #open-menu,
  #close-menu {
    display: block;
  }
  #close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .seen-on .companies img {
    height: 40px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  footer {
    padding-bottom: 60px;
  }
  .mobile-order-now {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
  }
}
/* Small Screens (max-width: 768px) */
@media only screen and (max-width: 768px) {
  /* Hero Section */
  .hero h1 {
    font-size: 29px;
    line-height: 38px;
    text-align: center;
  }
  .hero-rating {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-left .hero-desktop-hidden {
    display: block !important;
    margin: 0 auto;
    width: 70%;
  }
  .hero-strip {
    padding: 10px;
  }
  .hero-strip .hero-strip-icon {
    display: none;
  }
  .hero-strip .hero-strip-text br {
    display: none;
  }
  .hero-strip .hero-strip-title {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .hero-strip .hero-strip-description {
    padding: 0 !important;
    font-size: 17px !important;
  }
  .btn-box {
    margin: 0 auto;
  }
  /* Seen On Section */
  /* Doctor Section */
  .doctor {
    gap: 30px;
    justify-items: center;
    text-align: center;
    padding: 15px;
  }
  .doctor .doctor-right .doctor-description {
    font-size: 18px;
    line-height: 25px;
  }
  .doctor .doctor-right img {
    margin: 0 auto;
  }
  .doctor .doctor-left {
    max-width: 155px;
    margin-top: -50px;
  }
  .doctor #comma {
    right: 27px;
  }
  /* Grid-3 Layout */
  .grid-3 {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .grid-3 .grid-3-item {
    max-width: 310px;
  }
  /* Grid Features */
  .grid-features {
    grid-template-columns: 1fr;
  }
  .grid-features .grid-features-col {
    text-align: start !important;
  }
  .grid-features .grid-features-col .grid-features-item-title {
    font-size: 20px;
    line-height: 28px;
  }
  .grid-features .grid-features-col .grid-features-item-desc {
    font-size: 17px;
    line-height: 24px;
    margin: 5px 0 0;
  }
  .grid-features .grid-features-img {
    width: 60%;
    margin: 0 auto;
  }
  .grid-features .line,
  .grid-features .line-2 {
    -webkit-transform: none;
            transform: none;
    padding: 0 20px;
  }
  .grid-features .grid-features-col:first-child .grid-features-item {
    background: url(../assets/images/check.png) 0 0 no-repeat;
    background-size: 35px;
    padding: 0 0 0 59px;
  }
  .grid-features .grid-features-col .grid-features-item {
    background: url(../assets/images/check.png) 0 0 no-repeat;
    background-size: 35px;
    padding: 0 0 0 59px;
  }
  .grid-features .grid-features-col .grid-features-item .grid-features-item-title {
    font-size: 20px;
    line-height: 27px;
  }
  .grid-features .grid-features-col .grid-features-item .grid-features-item-desc {
    font-size: 17px;
    line-height: 23px;
  }
  #claim #p-text-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #claim #p-text-2 {
    font-size: 20px;
  }
  .container {
    padding: 20px;
  }
  .reviews {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .seen-on .companies img {
    height: 30px;
  }
}
/* Very Small Screens (max-width: 600px) */
@media only screen and (max-width: 600px) {
  .doctor {
    grid-template-columns: 1fr;
  }
  /* Star Reviews */
  .star-reviews {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .star-reviews-bars {
    margin-top: 20px;
  }
  .star-reviews-bars .star-reviews-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
  .star-reviews-bars .star-reviews-bar img {
    width: 90px;
    height: 15px;
  }
  .star-reviews-bars .star-reviews-bar p {
    font-size: 15px;
    line-height: 10px;
  }
  .star-reviews-bars .star-reviews-bar .bar {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  /* Introduction Section */
  .introduction h2 {
    line-height: 35px !important;
  }
  .introduction h2 span {
    font-size: 28px !important;
  }
  .introduction-item .swiper {
    max-width: calc(100vw - 40px);
  }
  .swiper-hidden-on-mobile {
    display: none;
  }
  /* Title and Special Offer */
  .title h2,
  #claim #p-text-1,
  .container-blue-2 .container p:nth-child(1),
  .special-offer .special-offer-info .special-offer-title {
    font-size: 28px !important;
    line-height: 35px !important;
  }
  .accordion {
    font-size: 16px;
  }
  .packageBtn {
    font-size: 18px;
    line-height: 33px;
  }
  .packageBtn img {
    margin-left: 10px;
  }
  .reviews {
    display: none;
  }
  /* Swiper Reviews */
  .swiper-reviews {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 320px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .swiper-reviews .swiper-button-next,
  .swiper-reviews .swiper-button-prev {
    height: 44px;
    width: 44px;
  }
  .swiper-reviews .swiper-button-next:after,
  .swiper-reviews .swiper-button-prev:after {
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.5019607843);
    aspect-ratio: 1/1;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    color: #ccc;
    width: 44px;
  }
  .swiper-reviews .swiper-button-next,
  .swiper-reviews .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
    top: 25%;
  }
  .swiper-reviews .swiper-button-prev,
  .swiper-reviews .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
    top: 25%;
  }
  .swiper-reviews .reviews-item {
    max-width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .btn-box .btn-rev:after,
  .btn-box .btn-rev:before {
    display: none;
  }
  .faq-container {
    margin: 0;
  }
}
/* Extra Small Screens (max-width: 500px) */
@media only screen and (max-width: 500px) {
  .reviews {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  /* Grid-4 Layout */
  .grid-4 {
    gap: 15px;
    margin: 30px 0;
    margin-bottom: 0;
  }
  .grid-4 .grid-4-item {
    gap: 10px;
  }
  .grid-4 .grid-4-item p {
    font-size: 19px;
    letter-spacing: 0.5px;
    line-height: 24px;
    min-height: 50px;
  }
}/*# sourceMappingURL=style.css.map */