:root {
  --black: #222;
  --white: #fff;
  --blue-v1: #01507e;
  --blue: #004f7d;
  --light-blue: #0294b5;
  --blue-green: #26b1b5;
  --light-blue-green: #15b6c5;
  --gray-blue: #c6dce0;
  --gray: #828282;
  --brown-gray: #828282;
  --border-color: rgba(198, 220, 224, 0.5);
  --dark-blue-gr: linear-gradient(31deg, #004f7d 14.33%, #0193b4 83.64%);
  --light-blue-gr: linear-gradient(
    180deg,
    rgba(198, 220, 224, 0) 0%,
    #c6dce0 100%
  );
  --card-shadow: 0px 21px 58px 0px rgba(26, 26, 26, 0.09);
}
.container {
  max-width: 1140px;
  margin: 0 auto;
}
/* base style */
.section-title {
  font-size: 40px;
  color: var(--black);
  font-weight: 700;
  line-height: 100%;
}
.section-description {
  font-size: 22px;
}
h3 {
  font-size: 30px;
}
p {
  font-size: 16px;
}
.text-white {
  color: var(--white) !important;
}
.text-light-blue {
  color: var(--light-blue);
}
.text-light-blue-green {
  color: var(--light-blue-green);
}
.vs-border-bottom {
  border-bottom: 1px solid rgba(23, 37, 90, 0.15);
}
.bg-light-blue {
  background-color: var(--light-blue);
}

/* hero-seciton */
.hero-section {
  padding: 70px 0;
  background-color: var(--gray-blue);
}
.hero-img {
}
@media (min-width: 1260px) {
  .hero-img {
    max-width: 529px !important;
    margin-left: -80px;
  }
}

.rating-stars i {
  font-size: 17px;
}
.rating-text {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  text-shadow: none !important;
}
.headline-description {
  font-size: 22px;
}
.hero-section h1 {
  font-size: 56px;
}
.btn-cta {
  padding: 0.6rem 35px !important;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.btn-cta-shadow::after {
  content: "";
  position: absolute;
  top: 13px;
  border-radius: 6px;
  opacity: 0.53;
  background: #e84855;
  filter: blur(14px);
  width: 85%;
  right: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  margin: 0 auto;
}
.btn-cta-shadow:hover::after {
  background: var(--black);
}
.safety-text {
  color: var(--blue);
  font-size: 14px;
}
/* promise-section */
.promise.promise-bar {
  background-color: var(--blue);
  padding: 40px 0;
}
.promise.promise-bar h4 {
  font-size: 20px;
}
.promise-card-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.promise-card {
  display: flex;
  align-items: center;
  gap: 20px;
}
.promise-card .img-wrapper {
  flex-shrink: 0;
  width: 59px;
}
/* secret weapon */
.border-bottom {
  border-bottom: 2px solid var(--blue-green) !important;
}
.secret-weapon-img {
  margin-top: -80px;
  position: relative;
  z-index: -1;
}
/* about section */
.about-section {
  padding: 60px 0;
  background: var(--dark-blue-gr);
  color: var(--white) !important;
}
.about-img {
  margin: 0 -100px;
}
/* testimonial section */
.testimonial-section {
  padding: 78px 0;
}
.testimonial-section .card {
  border-radius: 6px;
  border: 1px solid var(--border-color);
  padding: 21px;
  box-shadow: var(--card-shadow);
}
.testimonial-section .card p {
  color: var(--gray);
  font-size: 18px;
  line-height: 120%;
}
.testimonial-name {
  color: var(--brown-gray) !important;
  font-size: 20px !important;
  font-weight: 700;
}
.testimonial-verified {
  color: var(--black) !important;
}

/* vs section */
.vs-section {
  padding: 80px 0;
  background-color: var(--gray-blue);
}
.vs-table-card {
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0px 20.74px 58.073px 0px rgba(26, 26, 26, 0.09);
}
.vs-table-card .card-title {
  font-size: 22px;
  line-height: 110%;
}
.vs-middle-col {
  background-color: var(--blue-v1);
}
.vs-middle-col-title {
  border-radius: 6px 6px 0 0;
  margin-top: -30px;
}
.vs-middle-col-title img {
  border-radius: 6px 6px 0 0;
  /* margin: -58px; */
}
.vs-middle-col-title .img-wrapper {
  height: 110px;
}
.vs-table-card .table-text {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
}
/* product section */
.product-section {
  padding: 75px 0;
  background: var(--light-blue-gr);
}
.product-badge {
  border: 2.5px solid var(--blue-v1);
  color: var(--blue-v1);
  font-size: 13px;
  font-weight: 700;
  padding-right: 12px;
}
.product-badge img {
  margin: -2.65px;
}
/* ingredients table section */
.ingredients-table-section {
  padding-top: 90px;
  padding-bottom: 40px;
}
.ingredients-table-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex-card-content .content-wrapper {
  width: 50%;
}
.flex-card-content .img-wrapper {
  width: 50%;
}
.table-number {
  color: #4273a2;
  text-decoration: underline;
}
.ingredients-table table th {
  color: var(--light-blue);
}

.description p {
  max-width: 320px;
}

@media (max-width: 991.98px) {
  .hero-section {
    padding: 32px 0;
  }
  .hero-section h1 {
    font-size: 32px;
  }
  .hero-img {
    margin-left: 0px;
    width: 100%;
  }
  h3 {
    font-size: 24px;
  }
  .section-title {
    font-size: 28px;
    line-height: 107%;
  }
  .section-description {
    font-size: 16px;
  }
  .safety-text {
    font-size: 10px;
  }
  /* promise section */
  .promise-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 24px;
  }
  .promise-card .img-wrapper img {
    max-width: 40px;
    max-height: 40px;
  }
  /* about section */
  .about-img {
    margin: 0;
  }
  .about-section .img-wrapper {
    max-width: 95px;
    width: 100%;
    margin-right: 29px;
    text-align: center;
  }
  .about-section .img-wrapper img {
    max-width: 84px;
  }
  .about-section .section-description {
    font-size: 20px;
  }
  .about-section p {
    font-size: 18px;
  }
  /* testimonial section */
  .testimonial-section {
    padding: 40px 0;
  }
  /* vs section */
  .vs-table-card .card-title {
    font-size: 16px;
  }
  .vs-middle-col-title {
    margin-top: -30px;
  }
  .vs-table-card .table-text {
    font-size: 14px;
  }
  /* product section */
  .product-section {
    padding: 40px 0;
  }
  /* ingredients table section */
  .ingredients-table-section {
    padding-top: 32px;
    padding-bottom: 0;
  }
  .flex-card-content .content-wrapper {
    width: 65%;
  }
  .flex-card-content .img-wrapper {
    width: 35%;
  }
  .cta-btn-pb {
    padding-bottom: calc(4rem + 78px) !important;
  }
}
/* footer extra padding for homepage */
@media (max-width: 768px) {
  .vs-section {
    padding: 40px 0;
    background-color: var(--gray-blue);
  }
  .vs-middle-col-title {
    margin-top: -20px;
  }
  .vs-middle-col-title .img-wrapper {
    height: 84px;
  }
}

@media (max-width: 575px) {
  .vs-table-card .card-title {
    font-size: 14px;
  }
  .vs-table-card .table-text {
    font-size: 12px;
  }
}

/* home-v2 styles */
.home-v2.content {
  padding: 0;
}
.home-v2 .promise-bar {
  margin-bottom: 0;
}
.home-v2 .ingredients-table {
  padding: 75px 0;
}
.home-v2 .check-list {
  position: relative;
  max-width: 358px;
  list-style: none;
  padding-left: 48px;
}
.home-v2 .check-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
.home-v2 .check-list li::before {
  content: "";
  display: block;
  background-image: url(../images/list-checkmark.png);
  position: absolute;
  left: 0;
  /* top: 3px; */
  width: 34px;
  height: 34px;
}

.home-v2 .btn.btn-cta {
  min-width: 268px;
}

@media (max-width: 991.98px) {
  .home-v2 .hero-section {
    padding: 40px 0 30px 0;
  }
  .home-v2 .headline {
    max-width: 510px;
    margin: 0 auto;
  }
  .home-v2 .section-description {
    font-size: 22px;
    line-height: 27px;
  }
  .home-v2 .ingredients-table {
    padding: 40px 0;
  }
}

.footer-copyright-text {
  font-size: 14px;
}
