/** Shopify CDN: Minification failed

Line 487:10 Unexpected "{"
Line 487:19 Expected ":"
Line 487:25 Unexpected "{"

**/
@font-face {
    font-family: 'PP Gatwick';
    src: url('/cdn/shop/files/PPGatwick-Bold.woff2?v=1773124761') format('woff2'),
        url('/cdn/shop/files/PPGatwick-Bold.woff?v=1773124761') format('woff'),
        url('/cdn/shop/files/PPGatwick-Bold.ttf?v=1773124762') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('/cdn/shop/files/SofiaPro-Bold.woff2?v=1773128644') format('woff2'),
        url('/cdn/shop/files/SofiaPro-Bold.woff?v=1773128645') format('woff'),
        url('/cdn/shop/files/SofiaPro-Bold.ttf?v=1773128646') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
  --font-pp-gatwick-bold: "PP Gatwick", Arial, sans-serif;
  --font-sofia-pro-bold: "Sofia Pro", Arial, sans-serif;
  --color-primary: #2B2B2B;
  --color-heading: #151515;
}

body.why-choose-modal-open:after {
    content: '';
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 24%);
    z-index: 1;
}


* {
    letter-spacing: 0;
}

body {
    background: #fff !important; 
}

h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
    font-family: var(--font-sofia-pro-bold);
}

/* Header */
.not-home .header-wrapper{
    position: static;
    background-color: #2B2B2B;
}
/* Header ends */
/* Global Classes */

.section-gap-large{
    padding: 80px 0;
}
.section-gap{
    padding: 70px 0;
}
.section-gap-top{
    padding-top: 70px;
}
.section-gap-bottom{
    padding-bottom: 70px;
}
.btn{
    text-decoration: none;
    background-color: var(--color-primary);
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
}
.text-center{
    text-align: center;
}
button,
.btn,
a.button {
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}

button:hover,
.btn:hover,
a.button:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

@media(max-width: 989px){
   .section-gap,.section-gap-large{
        padding: 50px 0;
    }
    .btn{
        padding: 7px 15px;
    } 
}
@media(max-width: 749px){
    .section-gap,.section-gap-large{
        padding: 30px 0;
    }
    .section-gap-top{
        padding-top: 30px;
    }
    .section-gap-bottom{
        padding-bottom: 30px;
    }
    .btn{
        padding: 5px 12px;
    } 
}
@media(max-width: 576px){
    .section-gap,.section-gap-large{
        padding: 20px 0;
    }
    .section-gap-top{
        padding-top: 20px;
    }
    .section-gap-bottom{
        padding-bottom: 20px;
    }
}

/* Global Classes Ends */
/* Banner */
@media(max-width: 1440px){
    .homepage-banner.banner--large:not(.banner--adapt){
        min-height: 56rem;
    }
    .homepage-banner .banner__heading{
        font-size: 4.6rem;
        line-height: 4.8rem;
        max-width: 520px;
    }
}
@media(max-width: 1366px){
    .homepage-banner.banner--large:not(.banner--adapt){
        min-height: 54rem;
    }
    .homepage-banner .banner__heading{
        font-size: 4.2rem;
        line-height: 4.6rem;
        max-width: 500px;
    }
}

@media(max-width: 989px){
    .homepage-banner.banner--large:not(.banner--adapt){
        min-height: 40rem;
    }
    .homepage-banner .banner__heading{
        font-size: 4.2rem;
        line-height: 4.8rem;
    }
    .homepage-banner .banner__text p{
        font-size: 1.4rem;
        max-width: 350px;
    }
    .homepage-banner .banner__content{
        padding: 3rem;
    }
    .homepage-banner .button{
        padding: 0 2rem;
    }
}
@media(max-width: 749px){
    .homepage-banner.banner--large:not(.banner--adapt){
        min-height: 48rem;
    }
    .homepage-banner .banner__heading{
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    .homepage-banner .banner__text p{
        margin: 0 auto;
    }
    .homepage-banner .button{
        padding: 0 2rem;
    }
    .homepage-banner .banner__media:nth-child(2){
        display: none;
    }
    .homepage-banner.banner--content-align-mobile-center .banner__buttons--multiple>*{
        min-width: 16rem;
    }
    .homepage-banner .button{
        min-height: 34px;
    }

    .homepage-banner.banner--large:not(.banner--adapt) img {
        object-position: right;
    }
}
/* Banner ends */
/* Better health */
.health-testing{
  background-size:cover;
  background-position:center center;
}
.health-testing .inner{
    background-color: rgba(0,0,0,0.4);
}

.health-testing__card{
  border-radius:20px;
  padding:40px;
  text-align:center;
  background: rgba(251, 250, 246, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(251, 250, 246, 0.3);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.health-testing__mini{
  font-size:18px;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:0;
  margin-top: 0;
  color: var(--color-primary);
  font-family: var(--font-body-family);
}

.health-testing__title{
  font-size:50px;
  font-weight:700;
  line-height:1.2;
  margin-bottom:10px;
  margin-top: 0;
}

.health-testing__desc{
  font-size:16px;
  color:#19301E;
}

.health-testing__content{
  display:grid;
  grid-template-columns:455px 1fr;
  gap:40px;
  margin-top:40px;
  align-items: stretch;
}
.health-testing__left{
    line-height: 0;
}
.health-testing__left img{
  width:100%;
  border-radius:16px;
  height: 100%;
  object-fit: cover;
}

.health-testing__right{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.health-card{
  display:flex;
  align-items:center;
  background:#ffffff;
  padding:20px;
  border-radius:14px;
  gap:20px;
}
.health-card__text{
    text-align: left;
}
.health-card__text h4{
  margin:0;
  margin-bottom: 12px;
  font-size: 26px;
}

.health-card__desc{
  font-size:16px;
  color:#19301E;
  line-height: 22px;
}
.health-card__icon{
    height: 96px;
}
.health-card__icon img{
  width:96px;
  height:96px;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid #DBDBDB;
}

.health-testing__button{
  margin-top:40px;
}

.health-btn{
  display:inline-block;
  padding:12px 26px;
  border-radius:30px;
  font-weight:600;
  text-decoration:none;
}
.health-btn.primary{
    background:#ffffff;
    color:#000;
    font-weight: 300;
    padding: 9px 50px;
    font-size: 20px;
}
.health-btn.secondary{
  background:#000;
  color:#fff;
}
.health-btn.outline{
  border:2px solid #000;
  color:#000;
}
@media(max-width: 1200px){
    .health-testing__content{
        grid-template-columns: 305px 1fr;
        gap: 30px;
    }
}
@media(max-width: 989px){
    .health-testing__content{
        grid-template-columns: 1fr;
    }
    .health-testing__title{
        font-size: 40px;
        line-height: 40px;
    }
}

@media(max-width: 749px){
    .health-testing__card{
    padding:30px;
    border-radius: 10px;
  }
  .health-card__text h4{
    font-size: 20px;
  }
  .health-card{
    padding: 15px;
  }
  .health-testing__content{
    grid-template-columns:1fr;
    gap: 20px;
    margin-top: 20px;
  }
  .health-card__desc {
        font-size: 14px;
        line-height: 26px;
    }
  .health-testing__title{
    font-size: 30px;
    line-height: 30px;
    }
    .health-testing__desc{
        font-size: 14px;
    }
    .health-testing__mini{
        font-size: 16px;
    }
}
@media(max-width: 576px){
    .health-testing__title{
        font-size: 26px;
        line-height: 26px;
    }
    .health-testing__card{
        padding: 20px;
    }
}
    
/* Better health ends */

/* Take Control Of Your Health */
.section-take-control-new .health-section-title {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 30px;
}

.section-take-control-new .health-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 20px;
}

.section-take-control-new .health-card {
  display: block;
  background: #FBFAF6;
  padding: 15px;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
  display: flex;
}

.section-take-control-new .health-card:hover {
  transform: translateY(-5px);
}
.section-take-control-new .health-card-image{
  display: flex;
}
.section-take-control-new .health-card-image img {
  width: 100%;
  max-width: 150px;
  border-radius: 10px;
}

.section-take-control-new .health-card-title {
  font-size: 20px;
  font-weight: 600;
}
.section-take-control-new .arrow-right{
    margin-left: auto;
    margin-bottom:auto;
}
.section-take-control-new .arrow-right svg {
  width: 25px;
  height: 25px;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.section-take-control-new .arrow-right svg path {
  fill: #bbb;
  transition: fill 0.3s ease;
}

.section-take-control-new .health-card:hover .arrow-right svg {
  transform: rotate(-30deg);
}

.section-take-control-new .health-card:hover .arrow-right svg path {
  fill: #dbb42f;
}
@media(max-width: 989px){
    .section-take-control-new .health-section-title {
        font-size: 30px;
        font-weight: 700;
        margin: 0;
        margin-bottom: 20px;
    }
}
@media(max-width: 749px){
    .section-take-control-new .health-section-title {
        font-size: 28px;
        font-weight: 700;
        margin: 0;
    }
}
@media(max-width: 576px){
    .section-take-control-new .health-section-title {
        font-size: 24px;
        font-weight: 700;
        margin: 0;
        margin-bottom: 15px;
    }
    .section-take-control-new .health-card-image img{
        min-width: 100px;
        max-width: 100px;
    }
}
/* Take Control Of Your Health Ends */

/* Recognize the sign  */

.section-{{ section.id }}{
    padding:60px 0;
}
.symptoms {
    background-color: #FBFAF6;
}
.symptoms__header{
    display:flex;
    justify-content:space-between;
    align-items: center;
    gap:40px;
    margin-bottom:30px;
    margin-top: 0;
}
.symptoms__mini-title{
    font-size:20px;
    margin-bottom:0;
    margin-top: 0;
    line-height: 14px;
    color: var(--color-primary);
}
.symptoms__title{
    font-size:50px;
    font-weight:700;
    margin-bottom:5px;
    margin-top: 5px;
}
.symptoms__description{
    font-size:16px;
    color:#5b5b5b;
}
.symptoms__cta{
    display:flex;
    align-items:center;
    gap:8px;
    font-weight:500;
    text-decoration:none;
    background-color: #fff;
    padding: 10px 34px;
    border-radius: 6px;
    font-size: 16px;
    color: var(--color-heading);
    white-space: nowrap;
}
.symptoms__arrow{
    font-size:18px;
}
.symptoms__grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}
.symptom-card{
    display:flex;
    align-items:center;
    gap:16px;
    padding:18px 22px;
    border-radius:10px;
    background: linear-gradient(108.18deg, rgba(255, 210, 168, 0.5) 0%, rgba(228, 225, 216, 0.5) 100%, rgba(228, 225, 216, 0.5) 100%, rgba(173, 190, 196, 0.5) 100%);
}
.symptom-card__icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:white;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}
.symptom-card__icon img{
    width:40px;
    height:40px;
    object-fit:contain;
}
.symptom-card__text{
    font-size:20px;
    font-weight:500;
}

@media screen and (max-width:989px){
    .symptoms__grid{
        grid-template-columns:repeat(2,1fr);
    }
    .symptoms__title{
        font-size:40px;
        line-height: 40px;
        margin: 20px 0;
    }
    .symptoms__cta{
        min-width: 167px;
    }
}
@media(max-width: 749px){
    .symptoms__title{
        font-size:30px;
        line-height: 34px;
        margin: 10px 0;
        text-align: center;
    }
    .symptoms__mini-title{
        text-align: center;
    }
    .symptoms__description{
        text-align: center;
    }
    .symptoms__header{
        flex-direction: column;
        
        gap: 20px;
    }
    .symptom-card{
        padding: 14px 16px;
    }
    .symptoms__grid{
        gap: 15px;
    }
    .symptom-card__icon{
        width: 50px;
        height: 50px;
    }
    .symptom-card__icon img{
        width: 20px;
        height: 20px;
    }
    .symptom-card__text{
        font-size: 16px;
    }
}
@media screen and (max-width:640px){
    .symptoms__header{
        flex-direction:column;
    }
    .symptoms__grid{
        grid-template-columns:1fr;
    }
}
@media(max-width: 576px){
    .symptoms__title{
        font-size:26px;
        line-height: 26px;
    }
}

/* Recognize the sign ends */

/* Popular products homepage */

.popular-product-home .featured-product__header{
    margin-bottom:40px;
}
.popular-product-home .featured-product__mini{
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 14px;
    color: var(--color-primary);
}
.popular-product-home .featured-product__title{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 5px;
}
.popular-product-home .featured-product__description{
    font-size: 16px;
    color: #5b5b5b;
    margin: 0;
}
.popular-product-home .featured-product__header{
    margin-bottom:40px;
}
.popular-product-home .featured-product__mini{
    font-size:14px;
    color:#6f6f6f;
    margin-bottom:8px;
}
.popular-product-home .featured-product__title{
    font-size:40px;
    font-weight:700;
    margin-bottom:12px;
}
.popular-product-home .featured-product__description{
    color:#666;
}
.popular-product-home .featured-product__grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:flex-start;
}
.popular-product-home .product-main-homepage{
    background-color: #FBFAF6;
    width:100%;
    max-width:680px;
    margin:auto;
    position:relative;
    border-radius: 20px;
    padding: 20px;
}
.popular-product-home .product-main-homepage img{
    width:100%;
    height:450px;
    object-fit:contain;
    display:block;
}
.popular-product-home .product-thumbs-homepage{
    margin-top:15px;
    max-width:450px;
}
.popular-product-home .product-thumbs-homepage img{
    width:100%;
    height:80px;
    object-fit:cover;
    border-radius:8px;
}
.popular-product-home .product-thumbs-homepage .swiper-slide{
    cursor:pointer;
    opacity:.6;
}
.popular-product-home .product-thumbs-homepage .swiper-slide-thumb-active{
    opacity:1;
}
.popular-product-home .product-main-homepage .swiper-button-next,
.popular-product-home .product-main-homepage .swiper-button-prev{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:20;
    width:40px;
    height:40px;
    background:#fff;
    border-radius:50%;
    color:#000;
    box-shadow: none;
}
.popular-product-home .product-main-homepage .swiper-button-next svg, 
.popular-product-home .product-main-homepage .swiper-button-prev svg {
    width:7px;
}
.popular-product-home .product-main-homepage .swiper-button-prev svg path,
.popular-product-home .product-main-homepage .swiper-button-next svg path {
    fill: #031908;
}
.popular-product-home .swiper-button-next,
.popular-product-home .swiper-button-prev{
    display:flex !important;
    background:white !important;
    width:40px;
    height:40px;
}
.popular-product-home .product-main-homepage .swiper-button-next.swiper-button-disabled,
.popular-product-home .product-main-homepage .swiper-button-prev.swiper-button-disabled{
    opacity: 0.5 !important;
}
.popular-product-home .product-main-homepage .swiper-button-prev{
    left:10px;
}
.popular-product-home .product-main-homepage .swiper-button-next{
    right:10px;
}
.popular-product-home .featured-product__rating{
    color:#1f7a55;
    margin-bottom:10px;
}
.popular-product-home .star--empty{
    opacity:.3;
}
.popular-product-home .featured-product__product-title{
    font-size:40px;
    margin-bottom:12px;
    margin-top: 0;
    color: var(--color-heading);
}
.popular-product-home .featured-product__text{
    color:#666;
    margin-bottom:24px;
    font-size: 16px;
}
.popular-product-home .featured-product__card{
    background:#FBFAF6;
    padding:30px;
    border-radius:20px;
}
.popular-product-home .featured-product__card .save-offer{
    color: #F58720;
    font-size: 16px;
}
.popular-product-home .featured-product__price{
    display:flex;
    gap:12px;
    margin-bottom:6px;
    font-size: 24px;
    font-family: var(--font-sofia-pro-bold);
    color: var(--color-heading);
    align-items: center;
}
.popular-product-home .price-compare{
    text-decoration:line-through;
    color:#888;
}
.popular-product-home .price-current{
    font-size:22px;
    font-weight:600;
    line-height: 22px;
}
.popular-product-home .featured-product__save{
    color:#2e8b57;
    margin-bottom:16px;
}
.popular-product-home .featured-product__features{
    list-style:none;
    padding:0;
    border-top: 1px solid #D8D8D8;
    padding: 20px 0;
    margin: 0;
    margin-top: 5px;
}
.popular-product-home .featured-product__features li{
    display:flex;
    gap:10px;
    margin-bottom:10px;
}
.popular-product-home .featured-product__button{
    display:block;
    text-align:center;
    background: #F9C711;
    color:#000;
    padding: 7px;
    border-radius:40px;
    text-decoration:none;
    font-weight:300;
    font-size: 22px;
    font-family: var(--font-body-family);
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.popular-product-home .featured-product__button svg path{
    stroke: #000;
}
.product-thumbs-homepage .swiper-slide{
    border: 1px solid #2B2B2B;
    border-radius: 10px;
}
.product-thumbs-homepage .swiper-wrapper{
    justify-content: center;
}
@media(max-width: 1200px){
    .popular-product-home .featured-product__grid{
        grid-template-columns: 490px 1fr;
        gap: 50px;
    }
}
@media(max-width: 1024px){
    .popular-product-home .featured-product__grid{
        grid-template-columns: 400px 1fr;
        gap: 40px;
    }
}
@media(max-width:989px){
    .popular-product-home .featured-product__grid{
        display: block;
    }
    .popular-product-home .featured-product__title{
        font-size: 40px;
        line-height: 45px;
    }
}
@media(max-width: 749px){
    .popular-product-home .featured-product__title{
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }
    .popular-product-home .featured-product__mini{
        text-align: center;
    }
    .popular-product-home .featured-product__description{
        text-align: center;
    }
    .popular-product-home .featured-product__header{
        margin-bottom: 20px;
    }
    .featured-product__info{
        margin-top: 20px;
    }
    .popular-product-home .featured-product__product-title{
        font-size: 30px;
        line-height: 30px;
    }
    .popular-product-home .featured-product__button{
        font-size: 15px;
        padding: 10px 25px;
    }
    .popular-product-home .product-main-homepage{
        border-radius: 10px;
    }
    .product-thumbs-homepage .swiper-slide{
        border-radius: 5px;
    }
    .popular-product-home .featured-product__card{
        border-radius: 10px;
    }
}
@media(max-width: 576px){
    .popular-product-home .featured-product__title{
        font-size: 26px;
        line-height: 31px;
    }
    .popular-product-home .featured-product__description{
        font-size: 14px;
    }
    .popular-product-home .featured-product__product-title{
        font-size: 26px;
        line-height: 30px;
    }
}
/* Popular products homepage ends */

/* How It Works */
.how-works{
    background-color: #F4F1E7;
}
.how-works__header{
  text-align:center;
  margin-bottom:30px;
}
.how-works .inner-container{
    background-color: rgba(255,255,255,0.7);
    padding: 40px;
    border-radius: 32px;
}
.how-works__mini{
  font-size:20px;
  margin-bottom:0px;
  margin-top:0;
}
.how-works__title{
  font-size:40px;
  font-weight:700;
  margin-top: 0;
  margin-bottom: 0;
}
.how-works__layout{
  display:grid;
  grid-template-columns:1fr 80px 455px;
  gap:40px;
  align-items:start;
}
.how-works__steps{
  display:flex;
  flex-direction:column;
  gap:20px;
}
.how-step{
  background:#ffffff;
  padding:20px;
  border-radius:14px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  min-height: 136px;
}
.how-step__content h4{
  margin:0 0 6px 0;
  font-size:26px;
}
.how-step__desc{
  font-size:16px;
  color:#555;
  line-height: 22px;
}
.how-step__icon img{
  width:96px;
  height:96px;
  border: 1px solid #DBDBDB;
  border-radius: 20px;
  object-fit:cover;
}
.how-works__timeline{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  height: 100%;
  justify-content: space-around;
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='126' viewBox='0 0 2 126' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.999995' y2='126' stroke='%232B2B2B' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: repeat-y;
    background-position: center;
}

.how-works__timeline::before,.how-works__timeline::after{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.65666 8.07088C7.04719 8.4614 7.68035 8.4614 8.07088 8.07088L14.4348 1.70691C14.8254 1.31639 14.8254 0.683225 14.4348 0.292701C14.0443 -0.0978234 13.4111 -0.097823 13.0206 0.292701L7.36377 5.94956L1.70691 0.292703C1.31639 -0.0978219 0.683225 -0.0978219 0.292701 0.292702C-0.0978235 0.683227 -0.097823 1.31639 0.292701 1.70692L6.65666 8.07088ZM7.36377 5.30908L6.36377 5.30908L6.36377 7.36377L7.36377 7.36377L8.36377 7.36377L8.36377 5.30908L7.36377 5.30908Z' fill='%232B2B2B'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 15px;
    height: 8px;
    transform: translateX(-50%);
}
.how-works__timeline::before{
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.07088 0.292893C7.68035 -0.0976312 7.04719 -0.097631 6.65666 0.292893L0.292703 6.65685C-0.0978218 7.04738 -0.0978219 7.68054 0.292703 8.07107C0.683227 8.46159 1.31639 8.46159 1.70692 8.07107L7.36377 2.41421L13.0206 8.07107C13.4111 8.46159 14.0443 8.46159 14.4348 8.07107C14.8254 7.68054 14.8254 7.04738 14.4348 6.65685L8.07088 0.292893ZM7.36377 3.05469L8.36377 3.05469L8.36377 1L7.36377 1L6.36377 1L6.36377 3.05469L7.36377 3.05469Z' fill='%232B2B2B'/%3E%3C/svg%3E%0A");
    bottom: auto;
    top: 0;
    transform: translateX(-50%);
}
.timeline-line{
  position:absolute;
  top:0;
  bottom:0;
  width:2px;
  background:#0f3c34;
}
.timeline-dot{
  width:34px;
  height:34px;
  background:#2B2B2B;
  color:white;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:600;
  z-index:2;
  position: relative;
}
/* .timeline-dot::before{
    content: '';
    width: 2px;
    background-color: #2B2B2B;
    height: 100px;
    position: absolute;
    z-index: -6;
    bottom: 0;
}
.how-works__timeline .timeline-dot:last-child::after{
    content: '';
    width: 2px;
    background-color: #2B2B2B;
    height: 100px;
    position: absolute;
    z-index: -6;
    top: 0;
} */
.how-works__images{
  display:flex;
  flex-direction:column;
  gap:20px;
}
.how-image img{
  width:100%;
  border-radius:18px;
  object-fit:cover;
}
@media(max-width: 1200px){
    .how-works__layout {
        grid-template-columns: 1fr 80px 300px;
        gap: 20px;
    }
}
@media(max-width:989px){
  .how-works__layout{
    grid-template-columns:1fr;
  }
  .how-works__timeline{
    display:none;
  }
}
@media(max-width: 749px){
    .how-works__title{
        font-size: 30px;
        line-height: 35px;
    }
    .how-works .inner-container{
        padding: 20px;
        border-radius: 15px;
    }
    .how-step{
        border-radius: 10px;
    }
    .how-step__content h4{
        font-size: 20px;
    }
    .how-step__desc{
        font-size: 14px;
    }
    .how-works__header{
        margin-bottom: 20px;
    }
    .how-step{
        padding: 15px;
        min-height: auto;
    }
    .how-works__steps{
        gap: 10px;
    }
    .how-works__layout{
        gap: 20px;
    }
    .how-works__images{
        gap: 10px;
        flex-direction: row;
    }
    .how-image img{
        border-radius: 10px;
    }
}
@media(max-width: 576px){
    .how-works__title{
        font-size: 26px;
        line-height: 30px;
    }
}
/* How It Works ends */

/* Testify Life */

.testify-life{
    position:relative;
  }

  .custom-banner{
    position:relative;
    overflow:hidden;
  }

  .custom-banner__media{
    position:relative;
    height:600px;
  }

  .custom-banner__image{
    width:100%;
    height:100%;
    object-fit:cover;
  }

  .custom-banner__overlay{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    background: rgba(0, 0, 0, 0.20);
  }

  .custom-banner__content{
    color:#fff;
  }

  .custom-banner__logo img{
    max-width:400px;
    margin:0 auto 20px;
    display:block;
  }

  .custom-banner__title{
    font-size:60px;
    font-weight:700;
    margin-bottom:10px;
    margin-top: 0;
    color:#fff;
  }

  .custom-banner__desc{
    font-size:20px;
    max-width:790px;
    margin:0 auto 25px;
  }

  .custom-banner__btn{
    display:inline-block;
    background:#fff;
    color:#000;
    padding:9px 50px;
    border-radius:40px;
    text-decoration:none;
    font-weight:300;
    font-size: 20px;
  }

  @media screen and (max-width: 768px){
    .custom-banner__media{
      height:350px;
    }
    .custom-banner__title{
      font-size:28px;
    }
    .custom-banner__logo img{
      max-width:260px;
    }
    .custom-banner__desc{
        font-size: 16px;
    }
    .custom-banner__btn{
        font-size: 15px;
        padding: 10px 25px;
    }
  }

/* Testify Life Ends */

/* FAQ Homepage */
.faq-home .subtitle{
    color: #2B2B2B;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
.faq-home .collapsible-content-wrapper-narrow{
    max-width: 1195px;
}
.faq-home .collapsible-content__heading{
    font-size: 50px;
    color: #151515;
    margin-bottom: 50px;
}
.faq-home .accordion{
    background-color: #FBFAF6;
    border: none;
    padding: 5px 15px;
    margin-bottom: 20px;
}
.faq-home .accordion .accordion__title{
    font-size: 20px;
    line-height: 24px;
    padding: 0 5px;
}
.faq-home .collapsible-content summary:hover{
    background: none;
}
.faq-home .collapsible-content summary:hover .accordion__title{
    text-decoration: none;
}
.faq-home .accordion__content p{
    font-size: 14px;
}

@media(max-width: 989px){
    .faq-home .collapsible-content__heading {
        font-size: 40px;
        margin-bottom: 30px;
    }
}
@media(max-width: 749px){
    .faq-home .collapsible-content__heading {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .faq-home .accordion .accordion__title{
        font-size: 16px;
    }
    .faq-home .accordion{
        margin-top: 0;
    }
    .faq-home .subtitle{
        font-size: 18px;
    }
}
@media(max-width: 576px){
    .faq-home .collapsible-content__heading {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .faq-home .subtitle{
        font-size: 16px;
    }
    .faq-home .accordion{
        padding: 0 15px;
        margin-bottom: 7px;
    }
}

/* FAQ Homepage */

.announcement-bar__message span {
    font-size: 1.4rem;
    color: #040F05;
    text-transform: uppercase;
}

.shopify-section-header-sticky .header-wrapper {
    /* backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgb(43 43 43 / 65%); */
    background-color: #2B2B2B;
}

.header.page-width {
    max-width: 100%;
}

.banner__heading {
    font-family: var(--font-pp-gatwick-bold);
    font-size: 6.5rem;
    line-height: 8rem;
    color: #fff;
    max-width: 720px;
}

.banner .banner__text  {
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
    max-width: 600;
}

/* Take Control Section */

.take-control-section .title-button-wrapper{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.take-control-section .title-button-wrapper h2{
    color: var(--color-primary);
    font-size: 60px;
    line-height: 60px;
}
.take-control-section .title-button-wrapper h2 strong{
    display: block;
    color: var(--color-heading);
}
.take-control-section .title-button-wrapper .button{
    background-color: #FBFAF9;
    font-size: 16px;
    border-radius: 6px;
    color: var(--color-heading);
    border: none;
    display: flex;
    gap: 10px;
}
.take-control-section .title-button-wrapper .button::after{
    box-shadow: none;
}
.take-control-section .collection-list{
    column-gap: 20px;
}

.take-control-section .card-wrapper .card{
    flex-direction: row;
    gap: 20px;
    align-items: center;
    background-color: #FBFAF6;
    padding: 15px;
    border-radius: 20px;
}
.take-control-section .card-wrapper .card .icon-wrap{
    display: none;
}
.take-control-section .card-wrapper .card__media img{
    max-height: 118px;
    top: 10px;
}

@media screen and (min-width: 990px) {
    .take-control-section  .grid--4-col-desktop .grid__item {
        width: calc(25% - 15px);
        max-width: calc(25% - 15px);
    }
}
@media(max-width: 989px){
    .take-control-section .title-button-wrapper h2{
        font-size: 40px;
        line-height: 40px;
    }
    .take-control-section  .grid--4-col-desktop .grid__item {
        width: calc(33% - 15px);
        max-width: calc(33% - 15px);
    }
}
@media(max-width: 749px){
    .take-control-section .title-button-wrapper h2{
        font-size: 30px;
        line-height: 30px;
    }
    .take-control-section  .grid--4-col-desktop .grid__item {
        width: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
    .take-control-section .title-button-wrapper{
        flex-direction: column;
    }
    .take-control-section .card-wrapper .card{
        border-radius: 10px;
    }
    .health-testing__button{
        margin-top: 20px;
    }
    .health-btn.primary{
        font-size: 15px;
        padding: 10px 25px;
    }
}
@media(max-width: 576px){
    .take-control-section .title-button-wrapper h2{
        font-size: 24px;
        line-height: 26px;
        text-align: center;
    }
    .take-control-section  .grid--4-col-desktop .grid__item {
        width: 100%;
        max-width: 100%;
    }
    .take-control-section .card__inner{
        max-height: 80px;
        max-width: 100px;
    }
    .take-control-section .card-wrapper .card__media img{
        width: auto;
    }
}

/* Take Control Section Ends */

/* Featured Blog section */

.featured-blog-home .grid{
    column-gap: 0;
    row-gap: 0;
}
.featured-blog-home .grid--3-col-desktop .grid__item{

}
.featured-blog-home .article-card__info{
    font-size: 16px;
    text-transform: capitalize;
}
.featured-blog-home .article-card .card__heading{
    font-size: 24px;
    font-family: var(--font-body-family);
}
.featured-blog-home .underline-links-hover:hover a{
    text-decoration: none;
}
.featured-blog-home .blog__posts.articles-wrapper{
    margin-top: 0
}

.blog .card__heading h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 600;
}

.blog .article-card__info {
    font-size: 1.6rem;
    color: #9C9C9C;
    font-weight: 400;
    font-family: Figtree, sans-serif;
}

.blog .article-card__info span {
    font-weight: 400;
}

.blog .article-card__excerpt {
    line-height: 2.6rem;
}


@media screen and (min-width: 750px) {
    .blog .card__information {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 990px) {
    .featured-blog-home .grid--3-col-desktop .grid__item {
        width: calc(33.33%);
        max-width: calc(33.33%);
    }
}
@media screen and (min-width: 750px) {
    .featured-blog-home .grid--2-col-tablet .grid__item {
        width: calc(50%);
    }
}

/* Featured Blog Section Ends */

/* Footer */
.footer .footer-newsletter-info-img {
    display: flex;
    gap: 2rem;
}

.footer .footer-newsletter-info-img img {
    max-width: 100%;
}

.newsletter-form__field-wrapper {
    display: flex;
    gap: 3px;
}

.newsletter-form__field-wrapper .button {
    border-radius: 5px;
}

.footer .footer__content-top .footer__blocks-wrapper {
    gap: 10rem;
}

.footer .footer__blocks-wrapper .grid__item:first-child {
   width: calc(36% - 10rem * 3 / 4);
}

.footer .footer__blocks-wrapper .grid__item{
   width: calc(21.333% - 10rem * 3 / 4);
}

.footer .footer-block__heading  {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.footer .title-logo-wrapper {
    display: flex;
    border-bottom: 1px solid #474B4B;
    padding-bottom: 4rem;
    justify-content: space-between; 
    align-items: center;
    margin-bottom: 3rem;
}

.footer .title-logo-wrapper img {
    width: 100%;
}

.footer .logo-footer  {
    max-width: 296px;
}

.footer .footer-heading-text {
    max-width: 432px;
}

.footer .footer-heading-text h2 {
    margin: 0;
    font-size: 5rem;
    line-height: 6rem;
    font-weight: 700;
}

.footer .footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.footer .footer-contact-item {
    display: flex; 
    gap: 1.6rem;
}

.footer .footer-contact-item img {
   width: 2.4rem;
   height: 2.4rem;
}

.footer .footer-contact-item p {
    margin: 0;
    line-height: normal;
}

.footer .footer-contact-item a {
    color: #fff;
    text-decoration: none;
}

.footer .footer-contact-item a:hover {
    text-decoration: underline;
}

.footer .footer-menu-button {
    width: 100%;
    margin-top: 2rem;
}

.footer .footer-menu-button a {
    min-width: 145px;
    border-radius: 6px;
    gap: 10px;
    min-width: calc(12rem + var(--buttons-border-width) * 2);
    min-height: calc(3.3rem + var(--buttons-border-width) * 2);
}

.footer__content-wrapper .footer__content-bottom-wrapper:first-child {
    border-top: 0;
    justify-content: space-between;
    padding-bottom: 2rem;
    padding-top: 0;
}

.footer .list-social .svg-wrapper {
    width: 3rem;
    height: 3rem;
} 

.footer .list-social {
    gap: 1.6rem;
}


.footer__content-bottom-wrapper{
    border-top: 1px solid #474B4B;
    padding: 2rem 0;
}

.footer .list-social__link {
    width: 4.8rem;
    height: 4.8rem;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    justify-content: center;
}

@media(max-width: 1400px){
    .footer .footer__content-top .footer__blocks-wrapper {
        gap: 2rem;
    }
}

@media(max-width: 1200px){
    .footer .footer__blocks-wrapper .grid__item:first-child {
        width: 100%;
    }
    .footer .footer__blocks-wrapper .grid__item{
        width: calc(33.333% - 10rem * 3 / 4);
    }
    .footer .footer-newsletter{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}
@media(max-width: 989px){
    .footer .footer-heading-text h2{
        font-size: 40px;
    }
}
@media(max-width: 749px){
    .footer .footer__blocks-wrapper .grid__item:first-child{
        margin-bottom: 15px;
    }
    .footer .footer__content-top .footer__blocks-wrapper{
        display: flex;
    }
    .footer .footer__content-top .footer__blocks-wrapper{
        gap: 0.5rem;
    }
    .footer .footer__blocks-wrapper .grid__item{
        width: calc(33.333% - 10rem * 3 / 4);
        margin-top: 10px;
    }
    .footer .footer-newsletter{
        grid-template-columns: 1fr;
    }
    .footer .footer-newsletter-info-img{
        justify-content: center;
    }
    .footer .footer-newsletter-info-img img{
        max-height: 100px;
    }
    .footer-block__newsletter{
        margin: 0 auto;
        width: 100%;
    }
    .footer .footer-block.grid__item{
        margin: 1rem 0;
    }
    .footer .footer__content-top{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 20px;
    }
    .footer .footer-heading-text h2{
        font-size: 3rem;
        line-height: 34px;
    }
    .footer .title-logo-wrapper{
        padding-bottom: 2rem;
    }
    
}

@media(max-width: 576px){
    .footer .footer__blocks-wrapper .grid__item{
        width: 49%;
    }
    .footer .title-logo-wrapper{
        flex-direction: column;
    }
    .footer .footer-heading-text h2{
        font-size: 3rem;
        line-height: 34px;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer .logo-footer{
        max-width: 236px;
    }
}
@media(max-width: 400px){
    .footer .footer__blocks-wrapper .grid__item{
        width: 100%;
    }
}


/* Footer Ends */

/* Pages title */
.other-page-title{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.other-page-title .page-inner{
    background-color: rgba(0,0,0,0.5);
    padding: 70px 0;
}
.other-page-title .main-page-title{
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
    text-align: center;
}

/* Pages title ends */