* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1140px;
  margin: auto;
}
.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;
}
.dsply-blk {
  display: block;
}
.alin-cntr {
  align-items: center;
}
.txt-cntr {
  text-align: center;
}
.atc-sec {
    padding: 2rem 0rem 4rem;
}
.txt-lft{
    text-align: left !important;
}
.dsktop-none{
    display: block;
}
.mbl-none{
    display: none;
}
.mb-40 {
    margin-bottom: 40px;
}
.mt-40 {
    margin-top: 40px;
}
.moble-only {
    display: none;
}
.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;
    background: #f4f6f6;
}
.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;
    background: #f4f6f6;
}
.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;

}
.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;
}
.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;
}
.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;
}
.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;
}

.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: 130px !important;
    margin: 11px auto !important;
}
.btls4_pgdx {
    max-width: 132px !important;
    margin: 11px auto !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;
}
img.cards_img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}
.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: 37px;
  text-align: center;
  color: #135e5a;
  margin-bottom: 50px;
}
.lynhyt-29{
    line-height: 29px !important;
}
.gren-box {
  background-color: #d9f1f1;
  border-radius: 10px;
  padding: 20px 20px;
}
.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: 1em 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: 350px;
}
.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: 320px;
    display: block;
    margin: auto;
}
.ratting-box-img {
  width: 100%;
  max-width: 240px;
  display: block;
  margin: auto;
  margin-top: -25px;
}
.testi_images img{
    width: 100%;
    max-width: 260px;
}
.testi_images {
    display: flex;
    justify-content: center;
    gap: 30px;
}
section.testi_galllery {
    background-color: #f4f6f5;
    padding: 40px 0;
}
.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;

  max-height: 0;
  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 0rem;
}
.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: 400;
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: 400;
font-size: 16px;
line-height: 25px;
color: #40AEAD;
}
.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;
}
body .footer {
  margin-top: 3em;
  padding: 0.75em;
  text-align: left;
  font-size: 15px;
  font-weight: 300;
}
body .footer__copyright {
  background-color: #d8d8d8;
  text-align: center;
  font-size: 15px;
  padding: 1.5em 1em;
  font-family: "Nunito", sans-serif;
}
body .footer a {
  color: #000;
  font-weight: 300;
}
body .footer a:hover, body .footer a:focus, body .footer a:active {
  text-decoration: underline;
}
body .footer b {
  font-weight: bolder;
}
body .footer p {
  margin-bottom: 1.2em;
  line-height: 1.4;
  letter-spacing: -0.1px;
}
.footer-links li a {
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

.footer-wrapper {
	background-color: #000;
	background-size: 100% auto;
}
.footer-wrapper .footer-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0px;
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
}
.footer-wrapper .footer-menu .footer-menu-links {
	list-style: none;
	display: inline-block;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	font-family: bold-font;
}
.footer-menu .footer-menu-links {
	text-align: center;
	padding: 5px;
}
.footer-menu .footer-menu-links a {
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 32px;
	font-weight: 500;
	font-family: Nunito;
	letter-spacing: 1px;
}
footer{
     font-family: "Nunito", sans-serif;
}
.mbl-only {
    display: none !important;
}
.weeks-sec{
    background-image: url(/assets-mbn/images/pinealXT_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: 10rem 0rem;
}
.mtb-8 {
    margin: 8rem 0rem;
}
.mtb-6 {
    margin: 7rem 0rem;
}
.mtb-14 {
    margin: 8rem 0rem;
}
.mt-5 {
    margin-top: 7rem;
}
.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: 100px;
    right: -13px;
    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: 129px;
    left: -13px;
    rotate: 1deg;
}

/* image_caraousal css */
.testimonial {
    padding: 60px 20px;
    background: #f5f5f5;
    text-align: center;
}

.testimonial h2 {
  color: #2b5bd7;
  margin-bottom: 20px;
}

.carousel-wrapper {
  position: relative;
  max-width: 1100px;
  margin: auto;
}

.carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 40px;
}

.carousel img {
    min-width: 220px;
    width: 100%;
    object-fit: cover;
    max-width: 320px;
    border-radius: 16px;
    flex-shrink: 0;
}

/* Hide scrollbar */
.carousel::-webkit-scrollbar {
  display: none;
}

/* Arrows */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  font-size: 22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

.prev { left: 0; }
.next { right: 0; }
.panel {
  display: none;
}
.price-panel {
  display: none !important;
}

.price-panel.active-bottle {
  display: block !important;
}

/* Slider CSS */
.sec_ptb_0 {
    padding: 0 !important;
}
.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;
}
.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;
}

.testi_dis {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 10px;
    align-items: center;
}
img.testi_img {
    width: 100%;
    max-width: 85px;
    border-radius: 12px;
    height: 85px;
}


@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;
}
.testi_images img {
    max-width: 230px;
}
.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;
}
}
@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;
}
.testi_images img {
    max-width: 220px;
}
.testi_images {
    gap: 15px;
}

.logos-head {
    font-size: 18px;
    line-height: 20px;
}
.fnt-20 {
    font-size: 18px !important;
}

.step-flex {
    gap: 10px;
    margin-bottom: 12px;
}
br{
    display: contents;
}
.gap-28 {
    gap: 16px;
}
.pg-atcbtl-sm-img {
    max-width: 110px;
}
.pg-sm-1btls-img {
    margin-bottom: 15px;
    margin-top: 8px;
}
.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;
}

.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;
}
.btls-price {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 4px;
}
.mtb-6 {
    margin: 8rem 0rem;
}
.mtb-7 {
    margin: 12rem 0rem;
}
.grn-brdr-box2::after {
    top: 123px;
}
.grn-brdr-box4::before {
    top: 162px;
}
.mtb-dt-7 {
    margin: 9rem 0;
}
}
@media(max-width: 991px){
    .testi_images img {
    max-width: 180px;
}
}
@media(max-width: 850px){
  .atc-img-flex {
    flex-wrap: wrap;
}
.mtb-6 {
    margin: 10rem 0rem;
}
.mtb-8 {
    margin: 11rem 0rem;
}
.mtb-7 {
    margin: 15rem 0rem;
}
.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;
    }
 .logos-head {
    font-size: 19px;
    line-height: 22px;
}
.weeks-sec .col-6 {
    flex: 50% !important;
    width: 100%;
    max-width: 50% !important;
}
.btls2_pgdx {
    max-width: 130px !important;
    margin: 20px auto !important;
}
.pg-sm-1btls-img {
    margin-bottom: 22px;
}
.btls4_pgdx {
    max-width: 132px !important;
    margin: 20px auto !important;
}
.weeks-sec {
    background-image: none;
}
.testi_images img {
    max-width: 150px;
}
.testi_images {
    flex-wrap: wrap;
}
.flex {
    gap: 20px;
    flex-direction: column;
}

.desktop-only{
    display: none !important;
}
.green-head {
    margin-bottom: 30px;
}
.mobile-only{
    display: block !important;
}
.testimonial-sec {
    padding: 3rem 0rem 1rem;
}
.routine1-img {
    max-width: 500px;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.routine2-img {
    max-width: 456px;
    margin: 2rem auto 1rem;
}
.dsktop-none{
    display: none !important;
}
.mbl-none{
    display: block !important;
}

.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;
}
.two-box .col-4 {
    flex: 50% !important;
    width: 100%;
    max-width: 48% !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;
}
.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 {
    max-width: 300px;
    margin-top: 2rem;
}
.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;
}
.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;
}
.best-value-box {
    padding: 5px 14px;
    font-size: 11px;
    line-height: 12px;
    top: -19px;
    left: 54px;
}
.mb-40 {
    margin-bottom: 15px;
}
.fnt-21 {
    font-size: 23px !important;
    line-height: 30px !important;
}
.week-num1:after {
    width: 30px;
    height: 30px;
    top: -6px;
    right: -64px;
}
.pl-7r {
    padding-left: 3rem;
}
.pr-7r {
    padding-right: 3rem;
}
.grn-brdr-box3::before {
    top: 152px;
    left: -13px;
}
.week-num3:before {
    width: 30px;
    height: 30px;
    top: -10px;
    left: -64px;
}
.grn-brdr-box1::after {
    top: 124px;
}
.mtb-8 {
    margin: 9rem 0rem;
}
.week-num2:after {
    width: 30px;
    height: 30px;
    top: -5px;
    right: -64px;
}
.grn-brdr-box4::before {
    top: 234px;
}
.mtb-7 {
    margin: 14rem 0rem;
}
.week-num4:before {
    width: 30px;
    height: 30px;
    top: -10px;
    left: -64px;
}
.mtbb_12 {
    margin: 12rem 0;
}
.grn-brdr-box2::after {
    top: 170px;
}
.grn-brdr-box4::before {
    top: 206px;
}
.step1-img {
    max-width: 800px;
    height: 450px;
}
}

@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;
}
.gren-box {
    padding: 25px 13px;
}
.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;
}
.dsktop-only{
    display: none;
}
.moble-only{
    display: block;
}
.best-value-box {
    padding: 5px 14px;
    font-size: 9px;
    line-height: 12px;
    top: -19px;
    left: 31px;
}
.steps-logo-img {
    max-width: 61px;
}
.fnt-21 {
    font-size: 19px !important;
    line-height: 28px !important;
}
.mt-5 {
    margin-top: 0rem;
}
.week-num1, .week-num2, .week-num3, .week-num4 {
    text-align: start !important;
    position: relative;
}
.week-num1 {
    font-size: 21px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 1rem;
}
.week-num3 {
    font-size: 21px;
    line-height: 27px;
    text-align: center;
}
.week-num2 {
    font-size: 21px;
    line-height: 27px;
    text-align: center;
}
.brdr-lft-img {
    width: 100%;
    max-width: 26px;
}
.mtb-14 {
    margin: 2rem 0 1rem;
}
.grn-brdr-box3::before {
    top: 73px;
    left: -13px;
}
.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: 96px;
    left: -13px;
    rotate: 1deg;
}
.mtb-7 {
    margin: 2rem 0rem 1rem;
}
.grn-brdr-box1::after{
    display: none;
}
.week-num3:before{
    display: none;
}
.grn-brdr-box2::after{
    display: none;
}
.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: 118px;
    left: -13px;
    rotate: 1deg;
}
.grn-brdr-box4::before {
    top: 152px;
}
.step1-img {
    max-width: 800px;
    height: 285px;
}
}
@media(max-width:514px){
  .hyt-172 {
    height: 173px;
}
}
@media(max-width: 500px){
  .onetym-box {
    max-width: none;
}
.onetym-box h5 {
    font-size: 22px;
    line-height: 28px;
}
.chkbtn-flex {
    margin-bottom: 12px;
}
.testimonial-box {
    max-width: 420px;
}
.pg-atcbtl-sm-img {
    max-width: 90px;
}
}
@media(max-width:430px){
   .logo-mbl-flx {
    display: flex;
    gap: 22px;
} 
.logo-cbs-img {
    max-width: 40px;
}
.btls4_pgdx {
    max-width: 132px !important;
    margin: 14px auto !important;
}
.testimonial-box {
    max-width: 400px;
}
.dvdr {
    margin: 20px auto 20px;
    width: 90%;
    display: block;
}
.testimonial-box {
    max-width: 360px;
}
.btls2_pgdx {
    max-width: 130px !important;
    margin: 15px auto !important;
}
.pg-sm-1btls-img {
    margin-bottom: 20px;
}
.panel p {
    font-size: 16px;
    line-height: 27px;
}
.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

}
section.testi_galllery {
    padding: 10px 0 40px;
}

.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: 86px;
}
.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 {
    max-width: 280px;
    margin-top: 2rem;
}
.btls-price-flex {
    gap: 5px;
    margin-bottom: 2rem;
}
.weeks-sec h3 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 35px;
}
.brdr-lft-img {
    max-width: 30px;
    margin-top: 58px;
}
.grn-brdr-box3::before {
    top: 148px;
    left: -13px;
}
.brdr-left-sec .grn-brdr-box1::before {
    top: 163px;
    left: -13px;
}
.grn-brdr-box4::before {
    top: 195px;
}
.brdr-left-sec .grn-brdr-box2::before {
    top: 147px;
}
.step1-img {
    max-width: 800px;
    height: 246px;
}
.atc-img-flex {
    gap: 5px !important;
    margin-top: 10px;
}
}
@media(max-width: 400px){
    .two-box .col-4 {
    max-width: 46% !important;
}
.brdr-lft-img {
    max-width: 30px;
    margin-top: 83px;
}
.grn-brdr-box3::before {
    top: 174px;
    left: -13px;
}
.brdr-left-sec .grn-brdr-box1::before {
    top: 145px;
    left: -13px;
}
.grn-brdr-box4::before {
    top: 173px;
}
.brdr-left-sec .grn-brdr-box2::before {
    top: 58px;
}
}
@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;
}
}  
@media(max-width: 375px){
  .save_boxx {
    font-size: 13px;
    line-height: 25px;
    padding: 3px 15px;
}
.testimonial-box {
    max-width: 320px;
}
.step1-img {
    max-width: 800px;
    height: 200px;
}
}
@media(max-width:350px){
    .testi_images img {
    max-width: 130px;
}
}
@media(max-width:320px){
 .pg-atcbtl-sm-img {
    max-width: 67px;
}
.testimonial-box {
    max-width: 300px;
}
.best-value-box {
    padding: 6px 6px;
    font-size: 9px;
    line-height: 12px;
    top: -24px;
    left: 11px;
}
.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;
}
} 
.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;
}

