* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1140px;
  margin: auto;
}
img.cards_img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}
.slider-track{
display:flex;
gap:28px;
transition:transform .4s ease;
}
.txt-left{
    text-align: left !important;
}
.logo_row {
    display: flex;
    justify-content: flex-start;
    gap: 5%;
    align-items: center;
    margin-bottom: 50px;
}
.parastyle p {
  font-family: "Inter", sans-serif;
  color: #4b5c63;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
}
.col-1 {
  flex: 8.33%;
  width: 100%;
  max-width: 8.33%;
}
.col-2 {
  flex: 16.66%;
  width: 100%;
  max-width: 16.66%;
}
.col-3 {
  flex: 25%;
  width: 100%;
  max-width: 25%;
}
.col-4 {
  flex: 33.3%;
  width: 100%;
  max-width: 33.3%;
}
.col-5 {
  flex: 41.66%;
  width: 100%;
  max-width: 41.66%;
}
.col-6 {
  flex: 50%;
  width: 100%;
  max-width: 50%;
}
.col-7 {
  flex: 58.33%;
  width: 100%;
  max-width: 58.33%;
}
.col-8 {
  flex: 66.66%;
  width: 100%;
  max-width: 66.66%;
}
.col-9 {
  flex: 75%;
  width: 100%;
  max-width: 75%;
}
.col-10 {
  flex: 83.33%;
  width: 100%;
  max-width: 83.33%;
}
.col-11 {
  flex: 91.66%;
  width: 100%;
  max-width: 91.66%;
}
.col-12 {
  flex: 100%;
  width: 100%;
  max-width: 100%;
}
.row {
  display: flex;
}
.dt_only{
    display: block;
}
.mb_only{
    display: none;
}
.mt-40 {
    margin-top: 40px;
}
.dsply-blk {
  display: block;
}
.alin-cntr {
  align-items: center;
}
.mb-40{
    margin-bottom: 40px;
}
.txt-cntr {
  text-align: center;
}
.sec_ptb_0{
    padding: 0 !important;
}
.atc-sec {
    padding: 2rem 0rem 4rem;
}
.pb-0{
    padding-bottom: 0 !important;
}

.logo-grey-sec {
  background-color: #f4f6f6;
  padding: 3rem 0rem 3rem;
  margin: 1rem 0rem 2rem;
}
.mb-31{
  margin-bottom: 31px;
}
.dvdr {
  border-bottom: 2px solid #fff;
  width: 100%;
  height: 0px;
  margin: 40px 0px 40px;
}
.flex {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}
.logos-head {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #6b7d89;
}
.pg-atc-btl-img{
  width: 100%;
  display: block;
  margin: auto;
  border-radius: 15px;
  margin-bottom: 15px;
}
.atc-img-flex{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.pg-atcbtl-sm-img {
    width: 100%;
    max-width: 130px;
    transition: 0.3s all linear;
    border: 2px solid #f4f6f5;
    border-radius: 12px;
}
.cutt_price{
  text-decoration: line-through;
}
.save_boxx {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    background: #8FD452;
    color: #fff;
    font-family: "Inter", sans-serif;
    padding: 6px 20px;
    max-width: fit-content;
    border-radius: 4px;
}
.total_display {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.total_display h6{
  margin: 12px 0;
}

.pg-atcbtl-sm-img:hover{
    border: 2px solid #25a8a2;
}
.info-box-flex{
  align-items: center;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;

}
.green-txt
{
    color:#25a8a2;
}
.popup-overlay{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.7);
  display:none;
  justify-content:center;
  align-items:center;
  z-index:9999;
}

.popup-content {
    background: #fff;
    padding: 25px;
    flex: 0 0 calc((100% - -523px) / 2) !important;
    width: 100%;
    max-width: 950px;
    border-radius: 8px;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
}
.close-btn{
  position:absolute;
  top:10px;
  right:15px;
  font-size:22px;
  cursor:pointer;
}
.read-panel{
display:none;
margin-top:10px;
font-size:14px;
line-height:1.6;
}

.read-panel.open{
display:block;
}

.read-more-btn{
cursor:pointer;
color:#2e8b57;
font-weight:600;
}
        .panel {
  display: none;
}

.panel.force-open {
  display: block;
}
.testimonial-wrapper{
position:relative;
width:100%;
display:flex;
align-items:center;
}

.testimonial-slider{
overflow:hidden;
width:100%;
}

.slider-track{
display:flex;
flex-wrap:nowrap;
gap:28px;                 /* space between cards */
transition:transform .4s ease;
}

.testimonial-box{
flex:0 0 calc((100% - 56px) / 3);   /* 3 cards with gap */
box-sizing:border-box;
background:#fff;
}
/* arrows */

.nav1{
position:absolute;
top:50%;
transform:translateY(-50%);
border:none;
font-size:30px;
cursor:pointer;
padding:10px 15px;
color:#25a8a2;
z-index:10;
background:none;
}

.prev1{
left:-95px;
}

.next1{
right:-95px;
}

/* dots */

.dots{
text-align:center;
margin-top:25px;
}

.dots span{
display:inline-block;
width:10px;
height:10px;
background:#ccc;
margin:5px;
border-radius:50%;
cursor:pointer;
}

.dots span.active{
    background-color: #155f5b;
    border-radius: .8rem;
    width: 1.6rem;
}

.info-gren-box {
    width: 100%;
    max-width: 270px;
    background-color: #D9F1F1;
    border-radius: 12px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.best-value-box {
    width: fit-content;
    padding: 7px 22px;
    position: absolute;
    border-radius: 6px;
    background-color: #8FD452;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #fff;
    top: -20px;
    left: 30px;
}
.moble-only{
    display: none;
}
.info-gren-box h6 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #135E5A;
}
.prdct-name {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 27px;
    line-height: 30px;
    color: #135E5A;
    margin-bottom: 12px;
}
.info-img{
  width: 100%;
  max-width: 50px;
}
.atc-list{
  padding-left: 30px;
}
.atc-list li{
  position: relative;
  list-style: none;

}
.step-nme {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #135E5A;
    margin: 20px 0px;
}
.btls-price-flex{
  display: flex;
  gap: 12px;
  margin-bottom: 2rem;
}
img.testi_img {
    width: 100%;
    max-width: 85px;
    border-radius: 12px;
    height: 85px;
}
.testi_dis {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 10px;
    align-items: center;
}
.btls-price-box {
    width: 100%;
    max-width: 184px;
    background-color: #F4F5F7;
    border-radius: 12px;
    padding: 12px;
    position: relative;
    border: 2px solid #F4F5F7;
    transition: 0.3s all linear;
}
.onetym-box {
    border: 2px solid #C3CBCE;
    border-radius: 12px;
    padding: 15px 15px 41px 15px;
    width: 100%;
    max-width: 250px;
}
.onetym-box h5 {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 19px;
    line-height: 20px;
    color: #135E5A;
    margin-bottom: 12px;
}
.onetym-box h4 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    color: #FFFFFF;
    margin-bottom: 6px;
    width: fit-content;
    padding: 7px 25px;
    border-radius: 4px;
    background-color: #C0C0C0;
}
header {
    border: 2px solid #D9F2F1;
    padding: 15px 0 10px;
}
img.header_logo {
    width: 100%;
    max-width: 180px;
}

/* image sliding */

/* MAIN IMAGE */
.pg-atc-btl-img{
  display:none;
  width:100%;
}

.pg-atc-btl-img.active-main{
  display:block;
}

/* THUMBNAILS */
.atc-img-flex{
  display:flex;
  gap:10px;
  margin-top:10px;
  justify-content: center;
}

/* .pg-atcbtl-sm-img{
  cursor:pointer;
  transition:0.3s;
  filter:blur(3px);
  opacity:0.6;
}

.pg-atcbtl-sm-img.active-thumb{
  filter:blur(0);
  opacity:1;
  border:2px solid #135e5a;
} */

/* ARROWS */
.product-main-images{
  position:relative;
}

.prev_btns,.next_btns{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:rgba(0,0,0,0.6);
  color:white;
  border:none;
  padding:10px 14px;
  cursor:pointer;
}

.prev_btns{ left:10px; }
.next_btns{ right:10px; }

.cut-pryce {
    display: block;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    color: #000;
    margin-bottom: 8px;
    text-decoration: line-through;
    margin-top: 10px;
}
.onetym-box p{
  font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #2E2E2E;
position: relative;
padding-left: 20px;
}
.onetym-box p::before {
    content: "";
    background-image: url(/assets-mbn/images/list-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 6px;
    left: -3px;
}
.weeks-sec{
    background-image: url(/assets-mbn/images/ingredients_BG.avif);
    background-repeat: no-repeat;
    background-size: cover;
    background-color:#EFF9F8 ;
    padding: 3rem 0rem 3rem;
}
.weeks-sec h3{
font-family: "Poppins", sans-serif;
font-weight: 600;
font-size: 26px;
line-height: 37px;
text-align: center;
color:#135E5A ;
margin-bottom: 70px;
}
.week-num1{
font-family: "Inter", sans-serif;
font-weight: 700;
font-size: 18px;
line-height: 27px;
color: #135E5A;
position: relative;
}
.week-num2{
font-family: "Inter", sans-serif;
font-weight: 700;
font-size: 18px;
line-height: 27px;
color: #135E5A;
position: relative;
}
.week-num3{
font-family: "Inter", sans-serif;
font-weight: 700;
font-size: 18px;
line-height: 27px;
color: #135E5A;
position: relative;
}
.week-num4{
font-family: "Inter", sans-serif;
font-weight: 700;
font-size: 18px;
line-height: 27px;
color: #135E5A;
position: relative;
}
.week-num1:after {
    content: "";
    background-image: url(/assets-mbn/images/Ellipse.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -6px;
    right: -132px;
}
.week-num2:after {
    content: "";
    background-image: url(/assets-mbn/images/Ellipse.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -5px;
    right: -132px;
}
.week-num3:before {
    content: "";
    background-image: url(/assets-mbn/images/Ellipse.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -10px;
    left: -131px;
}
.week-num4:before {
    content: "";
    background-image: url(/assets-mbn/images/Ellipse.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -10px;
    left: -134px;
}
.mb-8r{
    margin-bottom: 8rem;
}
.mt-8r{
    margin-top: 8rem;
}
.mt-5r{
    margin-top: 5rem;
}
.grn-brdr-box1{
  border: 1px solid #25A8A2;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 20px;  
  position: relative;
}
.grn-brdr-box2{
  border: 1px solid #25A8A2;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 20px;  
  position: relative;
}
.grn-brdr-box3{
  border: 1px solid #25A8A2;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 20px;  
  position: relative;
}
.grn-brdr-box4{
  border: 1px solid #25A8A2;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 20px;  
  position: relative;
}
.brdr-left{
    border-left: 3px solid #B1CFCB;
}
.pr-7r{
    padding-right: 7rem;
}
.pl-7r{
    padding-left: 7rem;
}
.mtb-7{
    margin: 7rem 0rem;
}
.mtb-14{
    margin: 14rem 0rem;
}
.mt-5{
    margin-top: 5rem;
}
.txt-ryt{
    text-align: right !important;
}
.weeks-sec p{
font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 27px;
 color: #56666C;
 margin-bottom: 20px;
}
.grn-brdr-box1::after {
    content: "";
    background-image: url(/assets-mbn/images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 172px;
    right: -14px;
    rotate: 179deg;
}
.grn-brdr-box2::after {
    content: "";
    background-image: url(/assets-mbn/images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 98px;
    right: -13px;
    rotate: 178deg;
}

.grn-brdr-box3::before {
    content: "";
    background-image: url(/assets-mbn/images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 109px;
    left: -13px;
    rotate: 1deg;
}
.grn-brdr-box4::before {
    content: "";
    background-image: url(/assets-mbn/images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 116px;
    left: -13px;
    rotate: 1deg;
}

.chkbox[type="checkbox"]{
 accent-color: #25a8a2;
}
.btls-price-box:hover,.btls-price-box.active-bottle{
  border: 2px solid #135e5a;
  background-color: #d9f2f1;
}
.hyt-172{
    height: 172px;
}
.atc-btn2{
  background-color: #25A8A2;
  width: 100%;
  display: block;
  margin:2rem  auto 1rem;
  border-radius: 25px;
  padding: 10px 10px;
 font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 17px;
line-height: 17px;
text-align: center;
color: #fff;
text-decoration: none;
 border: 2px solid #25A8A2;
 transition: 0.3s all linear;

}
.btls2_pgdx {
    max-width: 48px !important;
    margin: 10px auto 23px !important;
}
.btls4_pgdx {
    max-width: 90px !important;
    margin: 10px auto 20px !important;
}
.atc-btn2:hover{
  background-color: #fff;
  border: 2px solid #25A8A2;
  color: #25A8A2;
}
.chkbtn-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.chkbtn-flex{
 font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 20px;
color: #4D5C63;
}
.pg-sm-1btls-img {
    width: 100%;
    max-width: 152px;
    display: block;
    margin: auto;
    margin-bottom: 14px;
}
.btls-count {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 15px;
    text-align: center;
    color: #135E5A;
    margin-bottom: 10px;
}
.btls-price {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 15px;
    text-align: center;
    color: #135E5A;
    margin-bottom: 4px;
}
.discount-img {
    width: 100%;
    max-width: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.btls-price span{
 font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 11px;
line-height: 13px;
color:#616F76 ;
}
.atc-list li:before {
    content: "";
    background-image: url(/assets-mbn/images/list-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: -28px;
}
.atc-list li p{
 font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 20px;
color: #56666C;
margin-bottom: 14px;
}
.gap-25{
  gap: 25px;
}
.logo-cbs-img {
  width: 100%;
  max-width: 70px;
}
.five-ratings-img {
    width: 100%;
    max-width: 314px;
    margin-bottom: 16px;
}
.logos-img {
  width: 100%;
  max-width: 850px;
}
.three-steps-sec {
  padding: 1rem 0rem 4rem;
}
.logo-flx {
    display: flex;
    align-items: center;
    gap: 25px;
}
.green-head {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 33px;
  text-align: center;
  color: #135e5a;
  margin-bottom: 50px;
}
.gren-box {
    background-color: #d9f1f1;
    border-radius: 10px;
    padding: 25px;
}
.steps-logo-img {
    width: 100%;
    max-width: 120px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.fnt-18 {
  font-size: 18px !important;
}
.mb-12px {
  margin-bottom: 12px !important;
}
.grn-txt {
  color: #135e5a !important;
}
.gap-40px {
  gap: 40px;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.grey-bg-sec {
  background-color: #f4f6f5;
  padding: 3rem 0rem 3rem;
  margin: 0em 0rem 0rem;
  position: relative;
}
.fnt-21 {
  font-size: 21px !important;
  line-height: 30px !important;
}
.text-left {
  text-align: left !important;
}
.lyt-grn-txt {
  color: #26a9a3 !important;
}
.routine1-img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: auto;
  border-radius: 10px;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.list {
  padding-left: 30px;
}
.list li {
  position: relative;
  list-style: none;
}
.list li :before {
  content: "";
  background-image: url(/assets-mbn/images/list-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 5px;
  left: -31px;
}
.list li p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #4b5c63;
  margin-bottom: 15px;
}
.mt-40px {
  margin-top: 40px;
}
.routine2-img {
  width: 100%;
  max-width: 518px;
  border-radius: 10px;
}
.atc-btn {
  width: fit-content;
  padding: 15px 120px;
  display: block;
  margin: 4rem auto 1rem;
  background-color: #25a8a2;
  border-radius: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: 0.3s all linear;
  border: 2px solid #25a8a2;
}
.atc-btn:hover {
  background-color: #fff;

  color: #25a8a2;
}
.brdr-box {
  border: 2px dashed #23a8a2;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 20px;
}
.step1-img {
    width: 100%;
    max-width: 800px;
    border-radius: 12px;
    height: 342px;
}
.step-flex {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.step-logo-img {
  width: 100%;
  max-width: 130px;
}
.gap-50 {
  gap: 50px;
}
.fnt-20 {
  font-size: 20px !important;
}
.decorative-arrow-img {
  width: 100%;
  max-width: 120px;
  position: absolute;
  top: 181px;
  left: 56rem;
}
.chart-sec {
  padding: 4rem 0rem 3rem;
}
.chart-img {
  width: 100%;
  display: block;
  margin: auto;
  margin-top: 40px;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.gurantee-sec {
  background: linear-gradient(94.07deg, #eef7e2 22.3%, #27a8a3 100%);
  padding: 3rem 0rem 2rem;
}
.grnte-head {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  color: #135e5a;
  margin-bottom: 15px;
}
.pg-btl-img {
    width: 100%;
    max-width: 220px;
    display: block;
    margin: auto;
}
.ratting-box-img {
  width: 100%;
  max-width: 240px;
  display: block;
  margin: auto;
  margin-top: -25px;
}
.acordian-sec {
  background-color: #f4f6f5;
  padding: 3rem 0rem 3rem;
}
.acordian-sec p a {
  color: #4fb9b3;
  font-weight: 700;
  text-decoration: none;
}

.accordion {
    background-color: #f4f6f5;
    font-family: "Poppins", sans-serif;
    color: #135e5a;
    cursor: pointer;
    padding: 18px 18px 18px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    transition: 0.4s;
}
.accordians {
  margin-bottom: 30px;
}
.dvdr2 {
  width: 100%;
  border: 1px solid #e9edec;
}
.accordion:hover {
  color: #27aaa5;
}

.accordion:after {
  content: "\002B";
  color: #27aaa5;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/*.active:after {*/
/*  content: "\2212";*/
/*}*/
.accordion.active:after {
  content: "\2212";
}
.panel {
  padding: 0 18px;

  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #606f74;
}
.testimonial-sec {
  background-color: #f4f6f5;
  padding: 3rem 0rem 3rem;
}
.ingredients-sec {
  padding: 3rem 0rem 3rem;
}
.pineal-guardian-supplements-img {
  width: 100%;
  max-width: 900px;
}
.mt-60 {
  margin-top: 60px;
}

/* ingrident css */
.Ingredients {
  max-width: 900px;
  margin: auto;
}

.Ingredients-item {
  border-radius: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  background: #fff;
  border: 2px solid #dff5f2;
}

.Ingredients-header {
  width: 100%;
  background: #dff5f2;
  border: none;
  padding: 22px 26px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  color: #135e5a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  transition: all 0.35s ease;
}
.Ingredients-header:hover {
  color: #27aaa5;
}

.arrow {
  font-size: 22px;
  transition: transform 0.35s ease;
}

.Ingredients-item.activee .Ingredients-header {
  background: transparent;
  padding: 26px 28px 0;
  font-size: 20px;
  cursor: default;
}

.Ingredients-item.activee .arrow {
  transform: rotate(180deg);
}

.Ingredients-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s ease;
}

.Ingredients-item.activee .Ingredients-content {
  grid-template-rows: 1fr;
}

.Ingredients-content > div {
  overflow: hidden;
}

.content-inner {
  display: flex;
  gap: 20px;
  padding: 20px 28px 28px;
  align-items: stretch;
}

.content-inner img {
  width: 100%;
  max-width: 115px;
  height: 125px;
  border-radius: 14px;
}

.content-text p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #135e5a;
  margin-bottom: 0px;
}
.pl-40 {
  padding-left: 40px;
}
.testimonial-box{
    border: 1.5px solid #DFF4F3;
    background-color: #fff;
    position: relative;
    border-radius: 15px;
    padding: 20px 20px;
}
.gap-28{
    gap: 28px;
}
.testimonial-box h4{
  font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 22px;
color: #135E5A;
margin-bottom: 8px;
}
.testimonial-box h5{
  font-family: "Inter", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 22px;
color: #40AEAD;
margin-bottom: 15px;
}
.testimonial-box p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #55666E;
    margin-bottom: 10px;
}
.mobile-only{
    display: none !important;
}
.testimonial-box h6 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #26a9a3;
    cursor: pointer;
}
.dvdr3{
    border: 1px solid #F4F6F5;
    width: 100%;
    margin: 10px 0px;
}
.stars-img {
    width: 100%;
    max-width: 90px;
}
.quote-img {
    width: 100%;
    max-width: 35px;
    position: absolute;
    right: 30px;
    top: 31px;
}
.divider {
    width: 100%;
    height: 10px;
    background-color: #fcb216;
}
footer {
    background-color: #375c6d;
    padding: 3em 0px;
    text-align: center;
    font-family: "Mulish", sans-serif;
}
.footer-logo {
    width: 100%;
    max-width: 311px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
footer p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}
.footer-links {
    display: flex;
    gap: 20px;
    text-align: center;
    justify-content: center;
}
.footer-links li {
    list-style: none;
}
.footer-links li a {
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}
.mbl-only {
    display: none !important;
}

section.testi_galllery {
    background-color: #f4f6f5;
    padding: 40px 0;
}
.testi_images {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.testi_images img {
    width: 100%;
    max-width: 260px;
}
.mbl-none{
    display: none;
}
@media(max-width:1256px){
   .logo-grey-sec {
    padding: 2rem 0rem 2rem;
    margin: 1rem 0rem 2rem;
} 
.dvdr {
    margin: 20px 0px 20px;
    width: 90%;
}
.logo-cbs-img {
    max-width: 60px;
}
.logos-img {
    width: 100%;
    max-width: 750px;
}
.three-steps-sec {
    padding: 0rem 0rem 3rem;
}
.gap-40px {
    gap: 30px;
}
.grey-bg-sec {
    padding: 2rem 0rem 3rem;
    margin: 1em 0rem 0rem;
}
.pineal-guardian-supplements-img {
    width: 100%;
    max-width: 550px;
}
.pl-40 {
    padding-left: 20px;
}
.chart-sec {
    padding: 2rem 0rem 3rem;
}
.info-gren-box {
    max-width: 260px;
    padding: 10px 10px;
    gap: 12px;
}
.pg-atcbtl-sm-img {
    max-width: 123px;
}
.atc-img-flex {
    gap: 8px;
    margin-bottom: 15px;
}
.atc-sec {
    padding: 2rem 0rem 2rem;
}
section.testi_galllery {
    padding: 10px 0 40px;
}
.testi_images img {
    width: 100%;
    max-width: 224px;
}
}
@media(max-width:1140px){
    .container{
        padding: 0px 20px;
    }
}
@media(max-width:1024px){
  .fnt-18 {
    font-size: 18px !important;
    line-height: 25px;
}
.gap-40px {
    gap: 15px;
}
.routine2-img {
    width: 100%;
    max-width: 456px;
    border-radius: 10px;
}
.routine1-img {
    max-width: 500px; 
}
.pl-20px{
    padding-left: 20px;
}
.atc-btn {
    padding: 15px 120px;
    margin: 2rem auto 1rem;
    font-size: 20px;
    line-height: 20px;
}
.Ingredients-header {
    padding: 13px 26px;
    font-size: 19px;
    line-height: 29px;
}
.logos-head {
    font-size: 18px;
    line-height: 20px;
}
.fnt-20 {
    font-size: 18px !important;
}
.step-logo-img {
    max-width: 100px;
}
.step-flex {
    gap: 10px;
    margin-bottom: 12px;
}
br{
    display: contents;
}
.gap-28 {
    gap: 16px;
}
.pg-atcbtl-sm-img {
    max-width: 110px;
}
.info-img {
    max-width: 40px;
}
.info-gren-box {
    max-width: 223px;
    padding: 10px 10px;
    gap: 12px;
}
.best-value-box {
    padding: 5px 14px;
    font-size: 10px;
    line-height: 12px;
    top: -19px;
    left: 26px;
}
.hyt-172 {
    height: 161px;
}
.btls2_pgdx {
    max-width: 39px !important;
}
.btls4_pgdx {
    max-width: 70px !important;
}
.footer-links li a {
    font-size: 17px;
}
.footer-links {
    gap: 16px;
}
footer p {
    font-size: 17px;
    margin-bottom: 13px;
}
.footer-logo {
    max-width: 275px;
    margin-bottom: 12px;
}
footer {
    padding: 2em 0px;
}
.grn-brdr-box1::after {
    width: 25px;
    height: 25px;
    top: 196px;
    right: -14px;
    rotate: 179deg;
}
.grn-brdr-box4::before {
    width: 25px;
    height: 25px;
    top: 142px;
    left: -13px;
    rotate: 1deg;
}
.step1-img {
    max-width: 800px;
    height: 299px;
}
}
@media(max-width: 850px){
  .atc-img-flex {
    flex-wrap: wrap;
}
.testimonial-box {
    flex: 0 0 calc((100% - 28px) / 2);
}
.next1 {
    display: none;
}
.prev1 {
    display: none;
}
}
@media(max-width:768px){
    .col-6,.col-7,.col-5,.col-8,.col-4{
        max-width: 100%;
        flex: 100%;
    }
    .row{
        flex-wrap: wrap;
    }
 .two-box .col-4 {
    flex: 50% !important;
    width: 100%;
    max-width: 48% !important;
}
    .weeks-sec .col-6{
         flex: 50% !important;
  width: 100%;
  max-width: 50% !important;
    }
 .logos-head {
    font-size: 19px;
    line-height: 22px;
}
.flex {
    gap: 20px;
    flex-direction: column;
}
.btls4_pgdx {
    max-width: 87px !important;
}
.btls2_pgdx {
    max-width: 49px !important;
}
.desktop-only{
    display: none !important;
}
.green-head {
    margin-bottom: 30px;
}
.mobile-only{
    display: block !important;
}
.routine1-img {
    max-width: 500px;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.routine2-img {
    max-width: 456px;
    margin: 2rem auto 1rem;
}
.pineal-guardian-supplements-img {
    max-width: 550px;
    display: block;
    margin: auto;
    margin-top: 2rem;
}
.od1{
    order: 1;
}
.od2{
    order: 2;
}
.mb-20px{
    margin-bottom: 20px !important;
}
.step-flex {
    gap: 10px;
    margin-bottom: 12px;
    flex-direction: column;
    align-items: flex-start;
}
.step-logo-img {
    max-width: 130px;
}
.fnt-20 {
    font-size: 21px !important;
}
.pl-40 {
    padding-left: 0px;
}
.Ingredients-header {
    padding: 13px 20px;
    font-size: 20px;
    line-height: 29px;
}
img.header_logo {
    max-width: 150px;
}
.content-inner {
    gap: 20px;
    padding: 20px 19px 20px;
    align-items: stretch;
}
.Ingredients-item.activee .Ingredients-header {
    padding: 18px 28px 0;
    font-size: 20px;
}
.pg-btl-img {
    margin-top: 2rem;
}
.logo_row {
    flex-direction: column;
    margin-bottom: 30px;
}
img.header_logo {
    max-width: 150px;
    margin-bottom: 20px;
}
.accordion {
    padding: 18px 14px 18px 18px;
    width: 100%;
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
}
.acordian-sec {
    background-color: #f4f6f5;
    padding: 2rem 0rem 1rem;
}
.logos-img {
    width: 100%;
    max-width: 450px;
}
.green-box-width{
     width: 100%;
    max-width: 500px;
    display: block;
    margin:0 auto;
}
.info-gren-box h6 {
    font-size: 20px;
    line-height: 28px;
}
.info-img {
    max-width: 60px;
}
.info-gren-box {
    max-width: 356px;
    padding: 10px 10px;
    gap: 12px;
}
.prdct-name {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 12px;
}
.mt_mb_0{
    margin-top: 0 !important;
}
.mt_mb_30{
    margin-bottom: 30px;
}
.dt_only{
    display: none;
}
.mb_only{
    display: block;
}
.atc-list li p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 14px;
}
.btls-price-box {
    max-width: 200px;
    padding: 12px;
}
.pg-sm-1btls-img {
    max-width: 170px;
    margin-bottom: 14px;
}
.btls-count {
    font-size: 19px;
    line-height: 15px;
    margin-bottom: 15px;
}
.btls-price {
    font-size: 21px;
    line-height: 15px;
    margin-bottom: 4px;
}
.panel p {
    font-size: 18px;
    line-height: 29px;
}
.onetym-box p {
    font-size: 17px;
    line-height: 23px;
    padding-left: 20px;
}
.atc-btn2 {
    max-width: 500px;
    margin: 2rem  auto 2rem;
    padding: 13px 10px;
    font-size: 20px;
    line-height: 20px;
}
.pg-atcbtl-sm-img {
    max-width: 173px;
}
.atc-sec {
    padding: 2rem 0rem 1rem;
}
.hyt-172 {
    height: 193px;
}
.cut-pryce {
    font-size: 14px;
    line-height: 13px;
    margin-bottom: 12px;
    margin-top: 6px;
}
.dktp-only {
    display: none;
}
.mbl-only{
  display: block !important;
}
.footer-links {
    gap: 8px;
    flex-direction: column;
}
footer p {
    font-size: 17px;
    margin-bottom: 20px;
}
.testi_images {
    flex-wrap: wrap;
}
.testi_images img {
    max-width: 150px;
}
.mb-40 {
    margin-bottom: 15px;
}
.pl-7r {
    padding-left: 3rem;
}
.pr-7r {
    padding-right: 3rem;
}
.week-num1:after {
    width: 28px;
    height: 28px;
    top: -2px;
    right: -63px;
}
.week-num3:before {
    width: 28px;
    height: 28px;
    top: -2px;
    left: -64px;
}
.week-num2:after {
    width: 28px;
    height: 28px;
    top: -1px;
    right: -64px;
}
.week-num4:before {
    width: 30px;
    height: 30px;
    top: -5px;
    left: -63px;
}
.grn-brdr-box4 {
    padding: 20px 15px;
}
.grn-brdr-box3 {
    padding: 20px 15px;
}
.grn-brdr-box2 {
    padding: 20px 15px;
}
.grn-brdr-box1 {
    padding: 20px 15px;
}
.weeks-sec p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 16px;
}
.grn-brdr-box2::after {
    width: 30px;
    height: 30px;
    top: 76px;
    right: -15px;
    rotate: 178deg;
}
.grn-brdr-box4::before {
    width: 25px;
    height: 25px;
    top: 157px;
    left: -13px;
    rotate: 1deg;
}
.grn-brdr-box1::after {
    width: 30px;
    height: 30px;
    top: 202px;
    right: -15px;
    rotate: 179deg;
}
.weeks-sec {
    background-image: none;
    padding: 3rem 0rem 3rem;
}
.dsktop-none{
    display: none;
}
.mbl-none{
    display: block;
}
.step1-img {
    max-width: 800px;
    height: 500px;
}
}
@media(max-width: 640px){
  .info-gren-box {
    max-width: 275px;
}
}

@media (max-width: 600px) {
  /* hide scrollbar for mobile */
  .slider-track {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;  /* IE & Edge */
    scrollbar-width: none;      /* Firefox */
    -webkit-overflow-scrolling: touch; /* smooth swipe on iOS */
  }

  .slider-track::-webkit-scrollbar {
    display: none;  /* Chrome, Safari, Opera */
  }

  /* ensure each card snaps correctly */
  .testimonial-box {
    scroll-snap-align: start;
    flex: 0 0 auto;  /* prevent shrinking */
  }


}
@media(max-width:560px){
.pg-atcbtl-sm-img {
    max-width: 107px;
}
.atc-img-flex {
    gap: 3px;
    margin-bottom: 15px;
}
.info-img {
    max-width: 50px;
}
.info-gren-box h6 {
    font-size: 18px;
    line-height: 28px;
}
.info-gren-box {
    max-width: 222px;
    padding: 10px 10px;
    gap: 12px;
}
.atc-list li p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 14px;
}
.btls-price {
    font-size: 18px;
    line-height: 15px;
    margin-bottom: 4px;
}
.hyt-172 {
    height: 180px;
}
.btls-price-box {
    max-width: 200px;
    padding: 12px 5px;
}
.testimonial-box {
    flex: 0 0 100%;
    max-width: 450px;
}
.grn-brdr-box1::after {
    width: 30px;
    height: 30px;
    top: 340px;
    right: -15px;
    rotate: 179deg;
}
.grn-brdr-box4::before {
    width: 25px;
    height: 25px;
    top: 229px;
    left: -13px;
    rotate: 1deg;
}
.grn-brdr-box2::after {
    width: 25px;
    height: 25px;
    top: 120px;
    right: -13px;
    rotate: 178deg;
}
  .weeks-sec .col-6{
         flex: 100% !important;
  max-width: 100% !important;
    }
    .brdr-left {
    border-left: none;
}
.week-num1:after {
    background-image: none;
    display: none;
}
.week-num2:after {
    background-image: none;
    display: none;
}
.week-num3:before{
    background-image: none;
    display: none;
}
.week-num4::before {
    background-image: none;
    display: none;
}
.weeks-sec h3 {
    font-size: 26px;
    line-height: 37px;
    margin-bottom: 40px;
}
.mtb-7 {
    margin: 0rem 0rem 2rem;
}
.txt-ryt {
    text-align: center !important;
}
.pr-7r {
    padding-right: 0rem;
}
.grn-brdr-box1::after {
   background-image: none;
}
.grn-brdr-box2 {
    padding: 20px 15px;
    margin-bottom: 11px;
    position: relative;
}
.grn-brdr-box1 {
    padding: 20px 15px;
    margin-bottom: 45px;
    position: relative;
}
.grn-brdr-box2::after {
    background-image: none;
}
.grn-brdr-box2 {
    padding: 20px 15px;
    margin-bottom: 10px;
}
.dsktop-only{
    display: none;
}
.moble-only{
    display: block;
}
.mt-5 {
    margin-top: 2rem;
}
.week-num1 {
    font-size: 21px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 1rem;
}
.grn-brdr-box3 {
    padding: 20px 15px;
    margin-top: 0px;
    position: relative;
}
.grn-brdr-box3::before {
    background-image: none;
}
.week-num3 {
    font-size: 21px;
    line-height: 27px;
    text-align: center;
}
.mtb-14 {
    margin: 4rem 0rem 2rem;
}
.grn-brdr-box4::before {
    background-image: none;
}
.grn-brdr-box4 {
    padding: 15px 13px;
    margin-bottom: 50px;
    position: relative;
}
.week-num2 {
    font-size: 21px;
    line-height: 27px;
    text-align: center;
}
.week-num4 {
    font-size: 21px;
    line-height: 27px;
    text-align: center;
}
.weeks-sec h3 {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 40px;
}
.weeks-sec {
    background-image: none;
    padding: 2rem 0rem 3rem;
}
.arrow-img {
    width: 100%;
    max-width: 13px;
    margin-top: -2px;
    margin-bottom: -7px;
}
.mtb-7 {
    margin: 0rem 0rem 1rem;
}
.mtb-14 {
    margin: 3rem 0rem 1rem;
}

.week-num1,.week-num2,.week-num3,.week-num4{
    text-align: start !important;
    position: relative;
}
.brdr-left-sec .grn-brdr-box4::before {
    content: "";
    background-image: url(/assets-mbn/images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 98px;
    left: -13px;
    rotate: 1deg;
}
.brdr-left-sec .grn-brdr-box1::before {
    content: "";
    background-image: url(/assets-mbn/images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 148px;
    left: -13px;
    rotate: 1deg;
}
.brdr-left-sec .grn-brdr-box2::before {
    content: "";
    background-image: url(/assets-mbn/images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 115px;
    left: -13px;
    rotate: 1deg;
}
.brdr-left-sec .grn-brdr-box3::before {
    content: "";
    background-image: url(/assets-mbn/images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 39px;
    left: -13px;
    rotate: 1deg;
}
/* .brdr-left-sec .week-num1:before{
      content: "";
    background-image: url(/assets-mbn/images/Ellipse.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -6px;
    right: -132px;
}
.brdr-left-sec .week-num2:before{
      content: "";
    background-image: url(/assets-mbn/images/Ellipse.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -6px;
    right: -132px;
}
.brdr-left-sec .week-num3:before{
      content: "";
    background-image: url(/assets-mbn/images/Ellipse.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -6px;
    right: -132px;
}
.brdr-left-sec .week-num4:before{
      content: "";
    background-image: url(/assets-mbn/images/Ellipse.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -6px;
    right: -132px;
} */
.brdr-lft-img {
    width: 100%;
    max-width: 26px;
}
.steps-logo-img {
    max-width: 61px;
}
.fnt-21 {
    font-size: 18px !important;
    line-height: 25px !important;
}
.gren-box {
    padding: 25px 13px;
}
.step1-img {
    max-width: 800px;
    height: 300px;
}
}
@media(max-width:515px){
  .hyt-172 {
    height: 173px;
}
}
@media(max-width:513px){
.brdr-left-sec .grn-brdr-box4::before {
    width: 25px;
    height: 25px;
    top: 68px;
    left: -13px;
    rotate: 1deg;
}
.brdr-left-sec .grn-brdr-box2::before {
    width: 25px;
    height: 25px;
    top: 71px;
    left: -13px;
    rotate: 1deg;
}
.brdr-left-sec .grn-brdr-box1::before {
    width: 25px;
    height: 25px;
    top: 142px;
    left: -13px;
    rotate: 1deg;
}
.brdr-left-sec .grn-brdr-box3::before {
    width: 25px;
    height: 25px;
    top: 35px;
    left: -13px;
    rotate: 1deg;
}
.brdr-lft-img {
    width: 100%;
    max-width: 26.5px;
}
}
@media(max-width: 500px){
  .onetym-box {
    max-width: none;
}
.onetym-box h5 {
    font-size: 22px;
    line-height: 28px;
}

.chkbtn-flex {
    margin-bottom: 12px;
}
.btls2_pgdx {
    max-width: 40px !important;
}
.btls4_pgdx {
    max-width: 72px !important;
}
.testimonial-box {
    max-width: 420px;
}
.grn-brdr-box2::after {
    width: 25px;
    height: 25px;
    top: 147px;
    right: -13px;
    rotate: 178deg;
}
.grn-brdr-box4::before {
    width: 25px;
    height: 25px;
    top: 327px;
    left: -13px;
    rotate: 1deg;
}
.grn-brdr-box1::after {
    width: 25px;
    height: 25px;
    top: 394px;
    right: -15px;
    rotate: 179deg;
}
header {
    padding: 10px 0 5px;
}
img.header_logo {
    max-width: 140px;
}
}
@media(max-width:499px){
.pg-atcbtl-sm-img {
    max-width: 89px;
}
.atc-img-flex {
    gap: 5px !important;
    margin-top: 10px;
}
}
@media(max-width:430px){
   .logo-mbl-flx {
    display: flex;
    gap: 22px;
} 
.logo-cbs-img {
    max-width: 40px;
}
.btls2_pgdx {
    max-width: 34px !important;
}
.btls4_pgdx {
    max-width: 60px !important;
}
.dvdr {
    margin: 20px auto 20px;
    width: 90%;
    display: block;
}
.panel p {
    font-size: 16px;
    line-height: 27px;
}
.testimonial-box {
    max-width: 400px;
}
.atc-btn {
    padding: 11px 90px;
    margin: 1rem auto 1rem;
    font-size: 20px;
    line-height: 20px;
}
.mt-40px {
    margin-top: 30px;
}
.content-text p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
}
.content-inner {
    gap: 15px;
    padding: 20px 10px 20px;
}
.Ingredients-item.activee .Ingredients-header {
    background: transparent;
    padding: 18px 16px 0;
    font-size: 18px;
    cursor: default;
}
.Ingredients-header {
    padding: 13px 20px;
    font-size: 18px;
    line-height: 26px;
}
.fnt-21 {
    font-size: 17px !important;
    line-height: 25px !important;
}
.step-logo-img {
    max-width: 100px;
}
.fnt-20 {
    font-size: 19px !important;
}
.gap-50 {
    gap: 20px;
}
.grey-bg-sec {
    padding: 1rem 0rem 1rem;
    margin: 1em 0rem 0rem;
}
.accordion {
    padding: 18px 14px 18px 18px;
    font-size: 18px;
    line-height: 28px;
}
.container {
    padding: 0px 12px;
}

.info-gren-box {
    max-width: 176px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: column;
}
.info-gren-box h6 {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}
.hyt-139px{

height:139px

}

.atc-list li p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 14px;
}
.discount-img {
    max-width: 27px;
    top: 3px;
    left: 5px;
}
.best-value-box {
    padding: 7px 6px;
    font-size: 10px;
    line-height: 12px;
    top: -24px;
    left: 17px;
}
.hyt-150{
    height: 150px;
}
.pg-atcbtl-sm-img {
    max-width: 87px;
}
.info-box-flex {
    align-items: center;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.hyt-172 {
    height: 157px;
}
.btls-price {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 4px;
}
footer p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 30px;
}
.footer-logo {
    max-width: 200px;
    margin-bottom: 10px;
}
.pg-btl-img {
    margin-top: 2rem;
    max-width: 170px;
}
.brdr-lft-img {
    width: 100%;
    max-width: 28px;
}
.brdr-left-sec .grn-brdr-box3::before {
    width: 25px;
    height: 25px;
    top: 43px;
    left: -13px;
    rotate: 1deg;
}
.brdr-left-sec .grn-brdr-box1::before {
    width: 25px;
    height: 25px;
    top: 158px;
    left: -13px;
    rotate: 1deg;
}
.brdr-left-sec .grn-brdr-box4::before {
    width: 25px;
    height: 25px;
    top: 89px;
    left: -13px;
    rotate: 1deg;
}
.brdr-left-sec .grn-brdr-box2::before {
    width: 25px;
    height: 25px;
    top: 88px;
    left: -13px;
    rotate: 1deg;
}
.gap-40px {
    gap: 9px;
}
.step1-img {
    max-width: 800px;
    height: 214px;
}
}
@media(max-width:418px){
.brdr-left-sec .grn-brdr-box2::before {
    width: 25px;
    height: 25px;
    top: 22px;
    left: -13px;
    rotate: 1deg;
}
.brdr-left-sec .grn-brdr-box4::before {
    width: 25px;
    height: 25px;
    top: 47px;
    left: -13px;
    rotate: 1deg;
}
.brdr-left-sec .grn-brdr-box1::before {
    width: 25px;
    height: 25px;
    top: 137px;
    left: -13px;
    rotate: 1deg;
}
}
@media(max-width:409px){
    .brdr-lft-img {
    width: 100%;
    max-width: 28.3px;
}
}
@media(max-width:400px){
  .btls2_pgdx {
    max-width: 30px !important;
}
.btls4_pgdx {
    max-width: 54px !important;
}
.testimonial-box {
    max-width: 360px;
}
.brdr-lft-img {
    width: 100%;
    max-width: 30px;
}
.brdr-left-sec .grn-brdr-box1::before {
    width: 25px;
    height: 25px;
    top: 177px;
    left: -13px;
    rotate: 1deg;
}
.brdr-left-sec .grn-brdr-box4::before {
    width: 25px;
    height: 25px;
    top: 66px;
    left: -13px;
    rotate: 1deg;
}
.brdr-left-sec .grn-brdr-box2::before {
    width: 25px;
    height: 25px;
    top: 78px;
    left: -13px;
    rotate: 1deg;
}
}
@media(max-width:390px){
    .container{
        padding: 0px 12px;
    }
    .green-head {
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 28px;
}
.atc-btn {
    padding: 10px 78px;
    margin: 1rem auto 1rem;
    font-size: 19px;
    line-height: 20px;
}
.fnt-20 {
    font-size: 19px !important;
    text-align: left;
}
.pg-atcbtl-sm-img {
    max-width: 76px;
}
.hyt-150 {
    height: 158px;
}
.btls-count {
    font-size: 17px;
    line-height: 15px;
    margin-bottom: 15px;
}
.info-gren-box {
    max-width: 153px;
    padding: 10px 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: column;
}
.btls-price-box {
    max-width: 200px;
    padding: 12px 6px;
}
.btls-price {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 4px;
}
.hyt-172 {
    height: 165px;
}
.brdr-lft-img {
    width: 100%;
    max-width: 31px;
}
.fnt-21 {
    font-size: 14px !important;
    line-height: 22px !important;
}
}  
@media(max-width: 375px){
  .save_boxx {
    font-size: 13px;
    line-height: 25px;
    padding: 3px 15px;
}
.testimonial-box {
    max-width: 320px;
}

}
@media(max-width:360px){
    .brdr-lft-img {
    width: 100%;
    max-width: 32px;
}
.brdr-left-sec .grn-brdr-box3::before {
    width: 25px;
    height: 25px;
    top: 69px;
    left: -13px;
    rotate: 1deg;
}
.brdr-left-sec .grn-brdr-box1::before {
    width: 25px;
    height: 25px;
    top: 193px;
    left: -13px;
    rotate: 1deg;
}
.brdr-left-sec .grn-brdr-box4::before {
    width: 25px;
    height: 25px;
    top: 95px;
    left: -13px;
    rotate: 1deg;
}
}
@media(max-width:354px){
    .brdr-lft-img {
    width: 100%;
    max-width: 33px;
}
}
@media(max-width:320px){
 .pg-atcbtl-sm-img {
    max-width: 67px;
}
.pl-25px{
    padding-left: 25px !important;
}
.brdr-lft-img {
    width: 100%;
    max-width: 38.5px;
}
.best-value-box {
    padding: 6px 6px;
    font-size: 9px;
    line-height: 12px;
    top: -24px;
    left: 11px;
}
.testimonial-box {
    max-width: 300px;
}
.info-gren-box {
    max-width: 140px;
    padding: 12px 6px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: column;
}
.info-gren-box h6 {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}
.save_boxx {
    padding: 3px 10px;
}
.brdr-left-sec .grn-brdr-box3::before {
    width: 25px;
    height: 25px;
    top: 103px;
    left: -13px;
    rotate: 1deg;
}
.brdr-left-sec .grn-brdr-box1::before {
    width: 25px;
    height: 25px;
    top: 226px;
    left: -13px;
    rotate: 1deg;
}
.brdr-left-sec .grn-brdr-box4::before {
    width: 25px;
    height: 25px;
    top: 69px;
    left: -13px;
    rotate: 1deg;
}
.step1-img {
    max-width: 800px;
    height: 185px;
}
} 
.pg-atc-btl-img {
  display: none;
}

.pg-atc-btl-img.active-main {
  display: block;
}
.grn_lbl
{
    display: inline-block;
    background-color: #8fd452 !important;
    color: #fff !important;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 600;
    padding: .5rem .8rem;
    border-radius: .4rem;
    margin-bottom: .5rem;
    white-space: nowrap;
    z-index: 1;

}
.price-box {
  display: none;
}

.price-box.active-box {
  display: block;
}

