body{
  color: #000;
  font-family: var(--bs-font-sans-serif);
	overflow-x: hidden;
}

.yellow-text{
  color: #FFB60F;
}

.orange-text{
  color: #F7A400;
}

p, h1, h2, h3,h4, h5, h6 {
  margin-bottom: 0;
}

p {
  font-size: 20px;
  line-height: 24px;
}

.container{
  max-width: 1364px;
  display: block;
  margin: 0 auto;
  padding: 0 !important;
}

/* Top Banner */
.top-banner h2 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
}
.top-banner {
  padding: 15px 10px 92px;
  background-color: #214D21;
}

/* Main Banner */
.main-banner{
  padding: 0 10px 40px;
}

.main-banner-box {
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 45px 69px 35px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: flex-end;
  margin-top: -79px;
  background-image: url(/assets/moringa-upsidedown/lander/moringa-bg-001.png);
  background-repeat: no-repeat;
  background-position: top left;
  margin-bottom: 70px;
}
.main-banner-text h2 {
  font-weight: 700;
  font-size: 65px;
  line-height: 79px;
  margin-bottom: 20px;
  text-align: center;
}

span.yellow-text.sale-001 {
  position: relative;
}

.main-banner-text h3 {
  font-size: 25px;
  line-height: 33px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.main-banner-text {
  max-width: 835px;
}

.sale-001 img {
  position: absolute;
  bottom: -5px;
  left: -10px;
  right: -10px;
  margin: 0 auto;
}

.buy-now-btn {
  background: linear-gradient(180deg, #FACC76, #F3AD22);
  display: flex;
  height: 80px;
  width: 218px;
  align-items: center;
  gap: 10px;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
  margin: 0 auto;
  transition: 500ms;
  cursor: pointer;
}

img.arrow-001 {
  width: 32px;
  transition: 500ms;
}

.note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid #707070;
  padding: 32px 22px 20px;
  border-radius: 10px;
  width: 682px;
  margin: 0 auto;
  position: relative;
}

.note p {
  font-family: 'Inter', sans-serif;
}

.please-note {
  background-color: #214D21;
  border-radius: 10px;
  padding: 8px 28px;
  font-size: 25px;
  line-height: 30px;
  width: 203px;
  color: #fff;
  position: absolute;
  top: -25px;
  margin: 0 auto;
  left: -10px;
  right: -10px;
  text-align: center;
}

/* CTA */
.stage {
  max-width: 461px;
  margin-bottom: 12px;
}

.cta-section {
  background-color: #EEEEEE;
  padding: 40px 10px 80px;
}

.sel-img-001, .sel-img-002, .sel-img-003 {
  width: 147px;
}

.select {
  width: 461px;
  display: flex;
  justify-content: space-between;
}

img.stage-item-001, img.stage-item-002, img.stage-item-003{
  width: 461px;
}

.cta-stage .active {
  border: solid 1px #214D21!important;
}

.cta-box {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
}

span.free-ship-001 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  font-family: 'Inter', sans-serif;
  background: #214D21;
  padding: 8px 20px;
  border-radius: 10px;
  display: block;
  width: 361px;
  margin-bottom: 15px;
}

.cta-offer h2 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}

.bxgx-cont h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
}

h4.price.orange-text {
  font-size: 50px;
  line-height: 67px;
  font-weight: 700;
}

.bxgx-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 862px;
  margin-bottom: 23px;
}

.offer-info-001 h3 {
  font-size: 40px;
  line-height: 53px;
  font-weight: 700;
}

.offer-info-001 h6 {
  font-size: 25px;
  line-height: 33px;
  font-weight: 400;
}

.offer-info-002 h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 4px;
}

.offer-info-002 h6 {
  font-size: 20px;
  line-height: 27px;
  background: #214D21;
  padding: 9px 11px;
  border-radius: 10px;
  color: #fff;
  font-weight: 400;
  width: 209px;
}

.offer-info {
  border: 1px solid #707070;
  border-radius: 10px;
  background: #fff;
  padding: 29px 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  box-shadow: 0px 3px 6px #00000029;
  margin-bottom: 20px;
}

.offer-info-002 {
  text-align: right;
}

img.cta-cart-001 {
  width: 41px;
}

a.buy-now-btn.cta-bbtn {
  width: 295px;
  margin: 0;
}

.cta-btn-cont {
  display: flex;
  align-items: center;
  width: 862px;
  justify-content: space-between;
  margin-bottom: 21px;
}

img.hundred-001 {
  width: 255px;
}

.cta-offer p {
  font-family: 'Inter', sans-serif;
  font-size: 21px;
  line-height: 25px;
}

/* Dr. Jesse */
.dr-jesse {
  padding: 55px 10px;
  background-color: #214D21;
  color: #fff;
  background-image: url(/assets/moringa-upsidedown/lander/cody-02.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.dr-box h2 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  margin-bottom: 20px;
}

.dr-box p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}

/* How */
.how {
  padding: 50px 10px;
}

.how-main h2 {
  text-align: center;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 48px;
}

.how-items img {
  width: 153px;
  margin-bottom: 30px;
}

.how-items {
  width: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.how-box {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

/* Ingredients */
.ingredients {
  padding: 50px 10px;
  background-color: #EEEEEE;
}

.ing-main h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 30px;
}

.ing-item h3 {
  font-family: 'Inter', sans-serif;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}

.ing-item p {
  font-family: 'Inter', sans-serif;
}

.ing-box-3 .ing-item {
  width: 438px;
  height: 593px;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #fff;
}

.ing-box-2 .ing-item {
  width: 670px;
  height: 404px;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #fff;
}

.ing-box-3 {
  display: flex;
  justify-content: space-between;
}

.ing-box-2 {
  display: flex;
  justify-content: space-between;
}

.ing-box {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.ing-item.brain-protection{
  background-image: url(/assets/moringa-upsidedown/lander/ing-brain-protect.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.ing-item.strong-heart{
  background-image: url(/assets/moringa-upsidedown/lander/ing-strong-heart.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.ing-item.low-bs{
  background-image: url(/assets/moringa-upsidedown/lander/ing-low-sugar.png);
  background-repeat: no-repeat;
  background-position: top left;
}

/* Reviews */
.review-item-details {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: -20px;
}

.name-date h4 {
  font-size: 35px;
  line-height: 47px;
  font-weight: 700;
  width: 288px;
}

.name-date h3 {
  font-size: 25px;
  line-height: 33px;
  font-weight: 400;
}

.review-item {
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 50px 40px;
  display: flex;
  justify-content: start;
  align-items: flex-start;
  gap: 63px;
}

.main-review p {
  font-size: 23px;
  line-height: 28px;
  font-family: 'Inter', sans-serif;
}

img.review-people{
  width: 132px;
}

.review-main h2 {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 30px;
}

.reviews {
  padding: 50px 10px;
}

.review-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Get yours */
.get-your {
  padding: 40px 10px;
  background-color: #214D21;
  background-image: url(/assets/moringa-upsidedown/lander/get-your-mor-bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

.get-box h2 {
  color: #fff;
  text-align: center;
  max-width: 653px;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  margin-bottom: 30px;
  margin-left: 40px;
}

.get-yout-btn {
  max-width: 653px;
  margin-left: 40px;
}

/* FAQ */
.faq {
  padding: 50px 10px 70px;
}

.faq-main h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 45px;
  line-height: 55px;
  font-family: 'Inter', sans-serif;
}

.faq-main h6 {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}

.faq-items {
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 30px 45px;
  background-color: #F6F6F6;
  position: relative;
  width: 1205px;
  margin: 0 auto;
}

img.faq-arrow {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 42px;
}

.faq-items h3 {
  font-size: 35px;
  line-height: 47px;
  font-weight: 700;
}

.faq-item-cont p {
  font-family: 'Inter', sans-serif;
  margin-top: 20px;
}

.faq-arrow-02 {
  transform: rotate(90deg);
}

img.x.faq-arrow-01 {
  display: none;
}

.faq-item-cont{
  display: none;
}

.faq_answer.faq-item-cont.nut-facts {
  gap: 27px;
}

.faq_answer.faq-item-cont.faq-column {
  flex-direction: column;
  gap: 20px;
}

img.faq-ing {
  width: 916px;
  margin: 0 auto;
}

.faq-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}

.buy-now-btn:hover {
  background: linear-gradient(180deg, #F3AD22, #FACC76);
  color: #fff;
}

.buy-now-btn:hover > img.arrow-001 {
  filter: brightness(0) invert(1);
}

/* Guarantee */
.guarantee {
  padding: 27px 10px 30px;
  background-color: #214D21;
  background-image: url(/assets/moringa-upsidedown/lander/hh-transparent-bg.png);
  background-repeat: no-repeat;
  background-position: top;
}
img.hh-guarantee {
  display: block;
  margin: 0 auto 30px;
  width: 175px;
}
.guarantee-main p.orange-text {
  font-family: 'Inter', sans-serif;
  text-align: center;
  font-weight: 700;
}
.guarantee-main h2 {
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  text-align: center;
  margin-bottom: 20px;
}

.guarantee-main h4 {
  text-align: center;
  font-weight: 300;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 25px;
  line-height: 30px;
}

/* Modal */
.modal-lg, .modal-xl {
  --bs-modal-width: 1364px;
}
.modal-header h2.orange-text.today {
  font-size: 65px;
  line-height: 79px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  text-align: center;
}
.modal-header {
  flex-direction: column;
  gap: 0;
  background-color: #214D21;
  border-bottom: 1px solid #707070;
  padding: 20px 10px;
}
.modal-header h3 {
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
img.modal-bottles {
  max-width: 706px;
}
.modal-prod-con h3.br-hide {
  font-size: 45px;
  line-height: 55px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.buy2 {
  background-color: #FEEFD9;
  padding: 30px 10px;
  border-radius: 25px;
  border: 2px dashed #214D21;
}
.buy2 {
  background-color: #FEEFD9;
  padding: 30px 10px;
  border-radius: 25px;
  border: 2px dashed #214D21;
  width: 496px;
  height: 350px;
  margin-bottom: 20px;
}
.buy1 {
  background-color: #fff;
  padding: 30px 10px;
  border-radius: 25px;
  border: 2px dashed #214D21;
  width: 496px;
  height: 295px;
}
.buy2 h3 {
  font-family: 'Inter', sans-serif;
  font-size: 35px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 20px;
}
.buy1 h3 {
  font-family: 'Inter', sans-serif;
  font-size: 35px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal a.buy-now-btn {
  width: 287px;
  margin-bottom: 40px;
}
.buy2 p.orange-text-light {
  color: #214D21;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}
.buy1 p.orange-text-light {
  color: #214D21;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  margin-bottom: 20px;
}
.modal-body {
  padding: 30px 10px 40px;
}
.modal img.br-hide.index-guaranteed {
  width: 175px;
}
strong.free-shipping {
  font-size: 45px;
  line-height: 55px;
}
.modal-prod-con h3 {
  font-size: 35px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 10px;
}

.show-mob{
  display: none;
}
.modal-prod-con {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}









@media (max-width: 1750px){
}

@media (max-width: 1600px){
  .dr-jesse {
      background-position: top right -120px;
  }
}

@media (max-width: 1499px) and (min-width: 768px) {
/* Top Banner */
.top-banner h2 {
  font-size: 2vw;
  line-height: 2.667vw;
}
.top-banner {
  padding: 1vw 0.667vw 6.133vw;
}

/* Main Banner */
.main-banner{
  padding: 0 0.667vw 2.667vw;
}

.main-banner-box {
  border: 0.067vw solid #707070;
  border-radius: 0.667vw;
  padding: 3vw 4.6vw 2.333vw;
  margin-top: -5.267vw;
  margin-bottom: 4.667vw;
  background-size: 43.267vw;
}
.main-banner-text h2 {
  font-size: 4.333vw;
  line-height: 5.267vw;
  margin-bottom: 1.333vw;
}

.main-banner-text h3 {
  font-size: 1.667vw;
  line-height: 2.2vw;
  margin-bottom: 2.667vw;
}

.main-banner-text {
  max-width: 55.667vw;
}

.sale-001 img {
  bottom: -0.333vw;
  left: -0.667vw;
  right: -0.667vw;
  width: 10.8vw;
}

.buy-now-btn {
  height: 5.333vw;
  width: 14.533vw;
  gap: 0.667vw;
  border: 0.067vw solid #000;
  border-radius: 3.333vw;
  font-size: 1.667vw;
  line-height: 2.2vw;
}

img.arrow-001 {
  width: 2.133vw;
}

.note {
  gap: 1.333vw;
  border: 0.067vw solid #707070;
  padding: 2.133vw 1.467vw 1.333vw;
  border-radius: 0.667vw;
  width: 45.467vw;
}

.please-note {
  border-radius: 0.667vw;
  padding: 0.533vw 1.867vw;
  font-size: 1.667vw;
  line-height: 2vw;
  width: 13.533vw;
  top: -1.667vw;
  left: -0.667vw;
  right: -0.667vw;
}
p {
  font-size: 1.333vw;
  line-height: 1.6vw;
}
.container {
  max-width: 90.933vw;
}
.note img{
  width: 4.7vw;
}

/* CTA */
.stage {
  max-width: 30.733vw;
  margin-bottom: 0.8vw;
}

.cta-section {
  padding: 2.667vw 0.667vw 5.333vw;
}

.sel-img-001, .sel-img-002, .sel-img-003 {
  width: 9.8vw;
}

.select {
  width: 30.733vw;
}

img.stage-item-001, img.stage-item-002, img.stage-item-003{
  width: 30.733vw;
}

.cta-stage .active {
  border: solid 0.067vw #214D21!important;
}

.cta-box {
  gap: 2.667vw;
}

span.free-ship-001 {
  font-size: 1.667vw;
  line-height: 2vw;
  padding: 0.533vw 1.333vw;
  border-radius: 0.667vw;
  width: 24.067vw;
  margin-bottom: 1vw;
}

.cta-offer h2 {
  font-size: 3vw;
  line-height: 3.333vw;
}

.bxgx-cont h3 {
  font-size: 2.667vw;
  line-height: 3.333vw;
}

h4.price.orange-text {
  font-size: 3.333vw;
  line-height: 4.467vw;
}

.bxgx-cont {
  width: 57.467vw;
  margin-bottom: 1.533vw;
}

.offer-info-001 h3 {
  font-size: 2.667vw;
  line-height: 3.533vw;
}

.offer-info-001 h6 {
  font-size: 1.667vw;
  line-height: 2.2vw;
}

.offer-info-002 h3 {
  font-size: 1.667vw;
  line-height: 2vw;
  margin-bottom: 0.267vw;
}

.offer-info-002 h6 {
  font-size: 1.333vw;
  line-height: 1.8vw;
  padding: 0.6vw 0.733vw;
  border-radius: 0.667vw;
  width: 13.933vw;
}

.offer-info {
  border: 0.067vw solid #707070;
  border-radius: 0.667vw;
  padding: 1.933vw 1.333vw;
  box-shadow: 0px 0.2vw 0.4vw #00000029;
  margin-bottom: 1.333vw;
}

img.cta-cart-001 {
  width: 2.733vw;
}

a.buy-now-btn.cta-bbtn {
  width: 19.667vw;
}

.cta-btn-cont {
  width: 57.467vw;
  margin-bottom: 1.4vw;
}

img.hundred-001 {
  width: 17vw;
}

.cta-offer p {
  font-size: 1.4vw;
  line-height: 1.667vw;
}

/* Dr. Jesse */
.dr-jesse {
  padding: 3.667vw 0.667vw;
  background-size: 52.8vw;
  background-position: top right -8vw;
}

.dr-box h2 {
  font-size: 3vw;
  line-height: 3.667vw;
  margin-bottom: 1.333vw;
}

.dr-box p {
  font-size: 1.467vw;
  line-height: 1.733vw;
}

/* How */
.how {
  padding: 3.333vw 0.667vw;
}

.how-main h2 {
  font-size: 3vw;
  line-height: 3.667vw;
  margin-bottom: 3.2vw;
}

.how-items img {
  width: 10.2vw;
  margin-bottom: 2vw;
}

.how-items {
  width: 25.333vw;
}

.how-box {
  gap: 1.333vw;
}

/* Ingredients */
.ingredients {
  padding: 3.333vw 0.667vw;
}

.ing-main h2 {
  font-size: 3vw;
  line-height: 3.667vw;
  margin-bottom: 2vw;
}

.ing-item h3 {
  font-size: 1.667vw;
  line-height: 2vw;
  margin-bottom: 1vw;
}

.ing-box-3 .ing-item {
  width: 29.2vw;
  height: 39.533vw;
  border: 0.067vw solid #707070;
  border-radius: 0.667vw;
  padding: 1.667vw;
}

.ing-box-2 .ing-item {
  width: 44.667vw;
  height: 26.933vw;
  border: 0.067vw solid #707070;
  border-radius: 0.667vw;
  padding: 1.667vw;
}

.ing-box {
  gap: 1.667vw;
}

.ing-box-3 .ing-item{
  background-size: 29.2vw !important;
}

.ing-box-2 .ing-item{
  background-size: 44.667vw !important;
}

/* Reviews */
.review-item-details {
  gap: 1.333vw;
  margin-top: -1.333vw;
}

.name-date h4 {
  font-size: 2.333vw;
  line-height: 3.133vw;
  width: 19.2vw;
}

.name-date h3 {
  font-size: 1.667vw;
  line-height: 2.2vw;
}

.review-item {
  border: 0.067vw solid #707070;
  border-radius: 0.667vw;
  padding: 3.333vw 2.667vw;
  gap: 4.2vw;
}

.main-review p {
  font-size: 1.533vw;
  line-height: 1.867vw;
}

img.review-people{
  width: 8.8vw;
}

.review-main h2 {
  font-size: 3vw;
  line-height: 3.667vw;
  margin-bottom: 2vw;
}

.reviews {
  padding: 3.333vw 0.667vw;
}

.name-date img {
  width: 11vw;
}

.review-box {
  gap: 1.333vw;
}

/* Get yours */
.get-your {
  padding: 2.667vw 0.667vw;
  background-color: #214D21;
  background-size: 76.567vw;
}

.get-box h2 {
  max-width: 43.533vw;
  font-size: 3vw;
  line-height: 3.667vw;
  margin-bottom: 2vw;
  margin-left: 2.667vw;
}

.get-yout-btn {
  max-width: 43.533vw;
  margin-left: 2.667vw;
}

/* FAQ */
.faq {
  padding: 3.333vw 0.667vw 4.667vw;
}

.faq-main h2 {
  margin-bottom: 1vw;
  font-size: 3vw;
  line-height: 3.667vw;
}

.faq-main h6 {
  font-size: 1.333vw;
  line-height: 1.6vw;
  margin-bottom: 2.667vw;
}

.faq-items {
  border: 0.067vw solid #707070;
  border-radius: 0.667vw;
  padding: 2vw 3vw;
  width: 80.333vw;
}

img.faq-arrow {
  top: 1vw;
  right: 1vw;
  width: 2.8vw;
}

.faq-items h3 {
  font-size: 2.333vw;
  line-height: 3.133vw;
}

.faq-item-cont p {
  margin-top: 1.333vw;
}

.faq_answer.faq-item-cont.nut-facts {
  gap: 1.8vw;
}

.faq_answer.faq-item-cont.faq-column {
  gap: 1.333vw;
}

img.faq-ing {
  width: 61.067vw;
}

.faq-box {
  gap: 1.333vw;
  margin-bottom: 3.333vw;
}
img.index-guaranteed {
  width: 11.667vw;
}


.faq_question .active {
  border: 0px !important;
}

.faq_question h3 {
  border: 0px !important;
}

img.nut-img-faq {
  width: 18.8vw;
}

/* Guarantee */
.guarantee {
  padding: 1.8vw 0.667vw 2vw;
  background-size: 128vw;
}
img.hh-guarantee {
  margin: 0 auto 2vw;
  width: 11.667vw;
}
.guarantee-main h2 {
  font-size: 3vw;
  line-height: 3.667vw;
  margin-bottom: 1.333vw;
}

.guarantee-main h4 {
  font-size: 1.667vw;
  line-height: 2vw;
}

/* Modal */
.modal-lg, .modal-xl {
  --bs-modal-width: 90.933vw;
}
.modal-header h2.orange-text.today {
  font-size: 4.333vw;
  line-height: 5.267vw;
}
.modal-header {
  border-bottom: 0.067vw solid #707070;
  padding: 1.333vw 0.667vw;
}
.modal-header h3 {
  font-size: 3vw;
  line-height: 3.667vw;
}
img.modal-bottles {
  max-width: 47.067vw;
}
.modal-prod-con h3.br-hide {
  font-size: 3vw;
  line-height: 3.667vw;
  margin-bottom: 0.667vw;
}
.buy2 {
  padding: 2vw 0.667vw;
  border-radius: 1.667vw;
  border: 0.133vw dashed #214D21;
}
.buy2 {
  padding: 2vw 0.667vw;
  border-radius: 1.667vw;
  border: 0.133vw dashed #214D21;
  width: 33.067vw;
  height: 23.333vw;
  margin-bottom: 1.333vw;
}
.buy1 {
  padding: 2vw 0.667vw;
  border-radius: 1.733vw;
  border: 0.133vw dashed #214D21;
  width: 33.067vw;
  height: 19.667vw;
}
.buy2 h3 {
  font-size: 2.333vw;
  line-height: 2.8vw;
  margin-bottom: 1.333vw;
}
.buy1 h3 {
  font-size: 2.333vw;
  line-height: 2.8vw;
  margin-bottom: 0.667vw;
}
.modal a.buy-now-btn {
  width: 19.133vw;
  margin-bottom: 2.667vw;
}
.buy2 p.orange-text-light {
  font-size: 2vw;
  line-height: 2.4vw;
}
.buy1 p.orange-text-light {
  font-size: 2vw;
  line-height: 2.4vw;
  margin-bottom: 1.333vw;
}
.modal-body {
  padding: 2vw 0.667vw 2.667vw;
}
.modal img.br-hide.index-guaranteed {
  width: 11.667vw;
}
strong.free-shipping {
  font-size: 3vw;
  line-height: 3.667vw;
}
.modal img.br-hide.index-guaranteed {
  width: 11.667vw;
}
.modal-prod-con h3 {
  font-size: 2.333vw;
  line-height: 2.8vw;
  margin-bottom: 0.667vw;
}
}











@media (max-width: 767px){
  .br-hide{
      display: none;
  }

  .top-banner {
      padding: 10px 10px 92px;
  }
  .top-banner h2 {
      font-size: 20px;
      line-height: 27px;
  }
  .top-banner {
      padding: 10px 10px 50px;
  }
  .main-banner-box {
      padding: 20px 10px 385px;
      display: flex;
      justify-content: center;
      margin-top: -39px;
      background-image: url(/assets/moringa-upsidedown/lander/moringa-bg-mob.png);
      margin-bottom: 40px;
      background-position: bottom;
  }

  .main-banner-text h2 {
      font-size: 30px;
      line-height: 36px;
  }

  .sale-001 img {
      max-width: 84px;
  }

  .main-banner-text h3 {
      font-size: 20px;
      line-height: 27px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 20px;
  }

  .note {
      padding: 30px 24px 20px;
      width: 100%;
      flex-direction: column;
      text-align: center;
  }

  .main-banner {
      padding: 0 10px 20px;
  }

  .cta-box {
      gap: 20px;
      align-items: center;
      flex-direction: column;
  }

  .cta-section {
      padding: 20px 10px 20px;
  }

  img.stage-item-001, img.stage-item-002, img.stage-item-003 {
      width: 100%;
      max-width: 394px;
  }

  .sel-img-001, .sel-img-002, .sel-img-003 {
      width: 100%;
      max-width: 126px;
  }

  .select {
      width: 100%;
      max-width: 394px;
      gap: 5px;
  }

  span.free-ship-001 {
      padding: 5px;
      border-radius: 10px;
      display: block;
      width: 100%;
      max-width: 361px;
      margin: 0 auto 15px;
      text-align: center;
  }

  .cta-offer h2 {
      text-align: center;
  }

  h4.price.orange-text {
      line-height: 90px;
  }

  .bxgx-cont {
      width: 100%;
      margin-bottom: 20px;
      flex-direction: column;
  }

  .offer-info {
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      max-width: 100%;
      flex-direction: column;
      gap: 10px;
      text-align: center;
  }

  .cta-btn-cont {
      width: 100%;
      margin-bottom: 20px;
      flex-direction: column;
      gap: 20px;
  }

  .cta-offer p {
      text-align: center;
  }

  .offer-info-002 h3 {
      text-align: center;
  }

  .dr-jesse {
      background-position: top;
      background-image: url(/assets/moringa-upsidedown/lander/cody-02.png);
      padding: 203px 10px 20px;
      text-align: center;
			background-size: contain;
			background-position-y: 20px;
  }

  .dr-box h2 {
      font-size: 30px;
      line-height: 36px;
  }

  .dr-box p {
      font-size: 20px;
      line-height: 24px;
  }

  .how {
      padding: 20px 10px;
  }

  .how-box {
      align-items: center;
      flex-direction: column;
      gap: 30px;
  }

  .how-items img {
      margin-bottom: 20px;
  }

  .how-items {
      width: 100%;
      max-width: 450px;
  }

  .how-main h2 {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 30px;
  }

  .ing-box-3 {
      flex-direction: column;
      align-items: center;
      gap: 20px;
  }

  .ing-box-3 .ing-item {
      width: 394px;
      max-width: 100%;
      padding: 25px;
  }

  .ing-box-2 {
      flex-direction: column;
      align-items: center;
      gap: 20px;
  }

  .ing-box-2 .ing-item {
      width: 394px;
      max-width: 100%;
      height: 428px;
  }

  .ing-item {
      background-position: top !important;
      padding: 25px !important;
  }

  .ingredients {
      padding: 20px 10px;
  }

  .ing-main h2 {
      font-size: 30px;
      line-height: 36px;
      max-width: 394px;
      margin: 0 auto 30px;
  }

  .review-item {
      padding: 50px 35px 30px;
      gap: 30px;
      flex-direction: column;
  }

  .name-date h4 {
      font-size: 20px;
      line-height: 27px;
      width: 100%;
  }
  .name-date img {
      width: 122px;
  }
  .name-date h3 {
      font-size: 20px;
      line-height: 27px;
  }
  .main-review p {
      text-align: center;
  }
  .reviews{
      padding: 20px 10px;
  }
  .review-main h2 {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 20px;
  }
  .get-box h2 {
      font-size: 30px;
      line-height: 36px;
      margin: 0 auto 20px;
  }
  .get-your {
      background-position: bottom;
      padding: 20px 10px 330px;
      background-image: url(/assets/moringa-upsidedown/lander/get-your-mush-bg-mob.png);
      background-size: 414px;
  }
  .get-yout-btn {
      margin: 0 auto;
  }
  .faq-items {
      width: 100%;
      padding: 20px 10px;
  }
  .faq {
      padding: 20px 10px;
  }
  .faq-main h2 {
      margin-bottom: 15px;
      font-size: 30px;
      line-height: 36px;
  }
  .faq-main h6 {
      margin-bottom: 30px;
  }
  .faq-items h3 {
      font-size: 20px;
      line-height: 27px;
      font-weight: 700;
  }
  .faq_answer.faq-item-cont {
      flex-direction: column;
      gap: 20px;
      align-items: flex-start;
  }
  img.faq-ing {
      width: 80%;
      margin: 0 auto;
  }
  img.faq-label {
      width: 100%;
  }
  img.index-guaranteed {
      margin: 0 auto;
      max-width: 100%;
  }
  .faq-box {
      margin-bottom: 20px;
  }
  .faq-items h3 {
      max-width: 93%;
  }
  img.faq-arrow {
      top: 10px;
      right: 10px;
      width: 25px;
  }
  .guarantee-main p.orange-text {
      max-width: 384px;
      margin: 0 auto;
  }
  .guarantee-main h2 {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 10px;
  }
  .guarantee-main h4 {
      font-size: 19px;
      line-height: 24px;
  }
  .guarantee{
      padding: 20px 24px;
			background-size: cover;
  }
  img.review-people {
      width: 100px;
  }
  .buy2 {
      width: 350px;
      max-width: 100%;
      height: auto;
      margin: 0 auto 20px;
      padding: 10px;
  }
  .buy1 {
      width: 350px;
      max-width: 100%;
      height: auto;
      margin: 0 auto 20px;
      padding: 10px;
  }
  .modal a.buy-now-btn {
      margin-bottom: 20px;
      font-size: 17px;
      line-height: 22px;
      height: 56px;
      width: 200px;
  }
  strong.free-shipping {
      font-size: 31px;
      line-height: 37px;
  }
  .buy2 h3, .buy1 h3 {
      font-size: 24px;
      line-height: 29px;
  }
  .buy2 p.orange-text-light, .buy1 p.orange-text-light {
      font-size: 20px;
      line-height: 24px;
  }
  .modal-prod-con h3 {
      font-size: 30px;
      line-height: 36px;
  }
  .modal img.show-mob {
      width:100%;
      max-width: 410px;
      margin-left: auto;
      margin-right: auto;
  }
  .show-mob{
      display: block;
  }
  .hide-mob{
      display: none;
  }
  .modal-header h2.orange-text.today {
      font-size: 35px;
      line-height: 42px;
  }
  .modal-header h3 {
      font-size: 25px;
      line-height: 30px;
  }
  .modal-dialog.modal-lg.modal-dialog-centered.modal-dialog-zoom {
      margin: 20px 10px;
  }
.modal-body {
  padding: 20px 10px 0px;
}
#sitefooter button.navbar-toggler {
  position: absolute !important;
  right: 0 !important;
  top: 10px !important;
}
#sitefooter {
  padding-top: 20px !important;
  position: relative;
  padding-top: 20px !important;
	width: 100%;
  margin: 0px auto;
}
.ing-item h3 {
  font-size: 23px;
  line-height: 28px;
}
}

@media (max-width: 340px){
  img.review-people {
      width: 100px;
  }
}

/* Pop-up - no scroll */
.buy2 {
  padding: 20px 10px;
  height: auto;
}
.modal a.buy-now-btn {
  margin-bottom: 20px;
}
.modal-body {
  padding: 20px 10px 20px;
}
.modal-header h2.orange-text.today {
  font-size: 55px;
  line-height: 65px;
}
@media (max-width: 1499px) and (min-width: 768px) {
.buy2 {
  padding: 1.333vw 0.667vw;
}
.modal a.buy-now-btn {
  margin-bottom: 1.333vw;
}
.modal-body {
  padding: 1.333vw 0.667vw 1.333vw;
}
.modal-header h2.orange-text.today {
  font-size: 3.667vw;
  line-height: 4.333vw;
} 
}
@media (max-width: 767px){
.modal-header h2.orange-text.today {
  font-size: 35px;
  line-height: 42px;
} 
}
/* pop-up noscroll end */
/* Review Fixes */
@media (max-width: 767px){
.main-banner-box {
  padding: 20px 10px 345px;
}
h4.price.orange-text {
line-height: 55px;
}
.bxgx-cont h3{
text-align: center;
}
.ing-box-2 .ing-item {
height: auto;
padding-top: 270px !important;
}
.ing-box-3 .ing-item {
height: auto;
padding-top: 330px !important;
}
.review-item {
padding: 50px 21px 30px;
}
img.faq-ing {
width: 60%;
}
.offer-info {
  padding: 0 10px 10px;
}
.cta-offer p {
font-size: 19px;
  line-height: 23px;
}
.main-review p {
  font-size: 20px;
  line-height: 25px;
}
.review-item {
  padding: 50px 10px 30px;
}

.ing-item.brain-protection {
  padding-top: 410px !important;
}
}
@media (max-width: 389px){
.top-banner h2 {
  font-size: 17px;
  line-height: 20px;
}
.cta-offer p {
font-size: 20px;
line-height: 24px;
}
.ing-item p {
font-family: 'Inter', sans-serif;
font-size: 18px !important;
  line-height: 22px !important;
  }
img.faq-ing {
width: 80%;
margin: 0 auto;
}
}
/* review fixes end */

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: max-content;
    }
}