@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #161616;
  font-family: "Mulish", sans-serif;
}
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0px auto;
  padding: 0px 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
}

.txt-cntr {
  text-align: center;
}

.aln-cntr {
  align-self: center;
}

.blk {
  display: block;
}

.dsplydesktop {
  display: block;
}

.dsplyMbl {
  display: none;
}

.aln-end {
  align-self: end;
}

.algn-cntr {
  align-self: center;
}
.algn-itm-cntr {
  align-items: center;
}

.row {
  display: flex;
}

.rowFlex {
  display: flex;
}

.grid-row {
  display: flex;
  flex-wrap: wrap;
}

.col-1 {
  flex: 8.33%;
}

.col-2 {
  flex: 16.66%;
}

.col-3 {
  flex: 25%;
}

.col-4 {
  flex: 33.33%;
}

.col-5 {
  flex: 41.66%;
}

.col-6 {
  flex: 50%;
}

.col-7 {
  flex: 58.33%;
}

.col-8 {
  flex: 66.66%;
}

.col-9 {
  flex: 75%;
}

.col-10 {
  flex: 83.33%;
}

.col-11 {
  flex: 91.66%;
}

.col-12 {
  flex: 100%;
}

.sectionMb {
  margin-bottom: 70px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-10 {
  padding-left: 20px;
}
ul {
  padding-left: 30px;
  margin-bottom: 30px;
}

.txt-end {
  text-align: end;
}

header {
  background-image: url(/assets-mbn/images/index/old-lady-bg.webp);
  background-size: cover;
  padding: 4% 0% 9%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
  background-color:#ecf4f3;
}

.hero-section h2 {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.3;
	color: #375C6D;
	padding-right: 35%;
}
.hero-section p {
	font-size: 32px;
	font-weight: 400;
	color: #375C6D;
}

img.harvard {
  position: absolute;
  top: 7%;
  right: 8%;
  width: 100%;
  max-width: 94px;
}

.yellow-txt {
  color: #ffb800;
}

.green-txt {
  color: #375c6d;
}

.paraStyle p,
.list-style li {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 30px;
}

.paraStyle p:last-child,
.list-style li {
  margin-bottom: 0px;
}

.row-heading h4 {
  background-color: #375c6d;
  color: #ffffff;
  font-size: 41px;
  font-weight: 700;
  line-height: 1.3;
  padding: 25px 38px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.green-heading h4 {
  color: #375c6d;
  background-color: #ffffff;
  padding: 0px;
}

.mt-8 {
  margin-top: -8%;
}

.row-content {
  padding: 0px 42px;
}

.img-bg {
  padding: 50px 0px;
  border: 1px solid #375c6d;
  border-radius: 15px;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
}

.lunch-bg {
  background-image: url(/assets-mbn/images/index/lunch-dt.webp);
}

.pencil {
  background-image: url(/assets-mbn/images/index/pencil-dt.webp);
}
.frustrations {
  background-image: url(/assets-mbn/images/index/frustrations-dt.webp);
}
.terrifying {
  background-image: url(/assets-mbn/images/index/terrifying-dt.webp);
}
.fantasy {
  background-image: url(/assets-mbn/images/index/fantasy-dt.webp);
}
.family {
  background-image: url(/assets-mbn/images/index/family-dt.webp);
}
.breakfast {
  background-image: url(/assets-mbn/images/index/breakfast-dt.webp);
}
.risks {
  background-image: url(/assets-mbn/images/index/risks-dt.webp);
}
.Yamabushitake {
  background-image: url(/assets-mbn/images/index/Yamabushitake-dt.webp);
}
.pristine {
  background-image: url(/assets-mbn/images/index/pristine-dt.webp);
}
.Moringa {
  background-image: url(/assets-mbn/images/index/Moringa-dt.webp);
}
.Pine {
  background-image: url(/assets-mbn/images/index/Pine-dt.webp);
}
.situations {
  background-image: url(/assets-mbn/images/index/situations-dt.webp);
}
.MIT {
  background-image: url(/assets-mbn/images/index/MIT-dt.webp);
}
.amazed {
  background-image: url(/assets-mbn/images/index/amazed-dt.webp);
}
.neuroprotector {
  background-image: url(/assets-mbn/images/index/neuroprotector-dt.webp);
}
.independence {
  background-image: url(/assets-mbn/images/index/independence-dt.webp);
}
.packages {
  background-image: url(/assets-mbn/images/index/packages-dt.webp);
}

.border-right {
  border-radius: 0px 15px 15px 0px !important;
}

.border-left {
  border-radius: 15px 0px 0px 15px !important;
}

.row-img {
  width: 100%;
  max-width: 450px;
  border-radius: 15px;
}
.row img {
  width: 100%;
}
.img-md {
  width: 100%;
  max-width: 415px;
  border-radius: 15px;
}
.img-md1 {
  width: 100%;
  max-width: 400px;
  border-radius: 15px;
}
.img-sm {
  width: 100%;
  max-width: 360px;
  border-radius: 15px;
}

.img-brdr {
  border: 1px solid #375c6d;
}

.testimonail-img img {
  width: 100%;
  max-width: 300px;
  border-radius: 50%;
  border: 10px solid #61c6c0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.right .testimonail-img img {
  left: 0%;
}

.left .testimonail-img img {
  right: 0%;
}

.testimonial-box {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}

.testimonial-content {
  background: #f3fbff;
  border: 1px solid #375c6d;
  border-radius: 15px;
  width: 100%;
  max-width: 86%;
}

.testimonial-content p {
  font-size: 28px !important;
}

.right .testimonial-content {
  padding: 40px 40px 40px 185px;
  margin-left: auto;
}

.left .testimonial-content {
  padding: 40px 185px 40px 40px;
  margin-right: auto;
}

.whiteBg {
  background: #fff;
  padding: 25px 25px;
  border: 1px solid #375c6d;
  border-radius: 15px;
}
.full-img {
  width: 100%;
  max-width: 800px;
  border-radius: 15px;
  margin: 20px 0px;
}
.whiteBg .row-heading h4 {
  padding: 25px 25px;
}
.single-line {
  padding-left: 14px !important;
  padding-right: 14px !important;
}
section.bg-clr {
  background: #f3fbff;
  padding: 40px 0px;
}
.fit-content {
  width: fit-content;
  margin: auto;
}
/* indredinets */
.ingredients-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.ingredient-box {
  border: 1px solid #375c6d;
  border-radius: 15px;
  overflow: hidden;
}
.ingredient-box p {
  background-color: #375c6d;
  padding: 15px 10px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.ingredient-box img {
  width: 100%;
  max-width: 320px;
  margin-bottom: 2px;
}
/* indredinets */
/*faq section*/

.faq-bx {
  padding: 30px 50px;
  border-radius: 15px;
  box-shadow: 0 0 2px #00000000;
  margin-bottom: 30px;
}

.bq-faq {
  background-color: #f3fbff;
}
.question {
  font-family: "Mulish", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.faq-bx p {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
}

/*bonus-css*/

.bonus-section {
	border-radius: 15px;
	overflow: hidden;
	border: 0.8px solid #375c6d;
	margin-bottom: 3em;
}
.bonus-head {
	background-color: #375c6d;
	font-size: 42px;
	font-weight: 700;
	line-height: 52.5px;
	text-align: center;
	color: white;
	padding: 25px;
	margin-bottom: 3rem;
}
.first-head {
	background-color: #375c6d;
	color: #fff;
	padding: 20px;
	border-radius: 2px 20px 20px 0px;
	font-size: 42px;
	font-weight: 400;
	line-height: 52.5px;
	margin-bottom: 3rem;
}
.left-radius {
	border-radius: 20px 0px 0px 20px;
	margin-top: 2rem;
}
.font-700{
    font-weight:700;
}
.bonus-img{
    max-width: 309px;
  display: block;
  margin: auto;
}
.bonus-section .paraStyle{
  padding: 0px 30px 35px;
  border-bottom: 0.8px solid #375c6d;
}
.brdr-none{
    border-bottom:none !important;
}


.mbl-only{
        display:none !important;
    }

/*footer css start*/

.footer {
  background-color: #375c6d;
  padding: 4% 0%;
  border-top: 10px solid #fcb216;
}
.footer-cntnt p {
  font-size: 20px;
  font-weight: 400;
  line-height: 25.1px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 15px;
}
.ftr-dsktp {
  display: block;
}
.ftr-mbl {
  display: none;
}

.footer_links {
  display: flex;
  list-style-type: none;
  justify-content: center;
  padding: 0px;
}
.footer_links li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.59px;
  text-align: center;
  color: #fff;
  padding: 0px 6px;
}
.footer_links li a:after {
  content: "-";
  margin-left: 0.6em;
  color: #fff;
}
.footer_links li a:last-child::after {
  content: "";
}
img.footer-logo {
  width: 100%;
  max-width: 300px;
}
.footer a {
    color: #fff;
}
/*footer css end*/

/* page css */

@media (max-width: 1440px) {
  header {
    background-position-x: 20%;
  }
  img.harvard {
    right: 2%;
  }
}

@media (max-width: 1256px) {
 header {
	padding: 8% 0% 15%;
}
  .hero-section h2 {
    font-size: 66px;
  }
  .row-heading h4 {
    font-size: 38px;
  }
  .hero-section p {
	font-size: 28px;
	line-height: 28.16px;
}
  .bonus-head{
      font-size:38px;
  }
  .first-head{
      font-size:38px;
  }
  .paraStyle p,
  .list-style li {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  img.harvard {
    max-width: 64px;
  }
  .bonus-head{
      font-size:36px;
  }
  .bonus-section .paraStyle {
	padding: 0px 24px 35px;
}
.hero-section h2 {
	font-size: 60px;
}
.hero-section p {
	font-size: 25px;
	line-height: 28.16px;
}
  .first-head{
      font-size:36px;
  }

  header {
    background-position-x: 14%;
  }
  .row-heading h4 {
    font-size: 36px;
    padding: 25px 30px;
  }
  .row-content {
    padding: 0px 25px;
  }
  .img-bg {
    padding: 35px 0px;
  }
  .paraStyle p,
  .list-style li {
    font-size: 28px;
  }
  .green-heading h4 {
    padding: 0px 15px !important;
  }
}

@media (max-width: 768px) {
  .row {
    display: block;
  }
  .dsply-none{
      display:none !important;
  }
  img.harvard {
	right: 0%;
}
.hero-section p {
	font-size: 20px;
	line-height: 38.16px;
}
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    flex: 100%;
  }
  .dsplyMbl {
    display: block;
  }
 .first-head {
	font-size: 32px;
	line-height: 40.5px;
	margin-right: 13px;
	margin-bottom: 20px;
}
.o1{
    order:1;
}
.o2{
    order:2;
}
.left-radius {
	margin-right: 0px !important;
	margin-left: 13px;
}
  .bonus-head{
      font-size:32px;
      line-height: 40.5px;
  }
  .dsplydesktop {
    display: none;
  }
header {
	padding: 6% 0% 11%;
	background-position: center;
}
 .hero-section h2 {
	font-size: 44px;
	
}
.hero-section p {
	font-size: 19px;
}
  img.harvard {
      position: relative;
    max-width: 90px;
    margin-bottom:20px;
  }
  .paraStyle p,
  .list-style li {
    font-size: 26px;
  }
  .lunch-bg,
  .pencil,
  .frustrations,
  .terrifying,
  .fantasy,
  .family,
  .breakfast,
  .risks,
  .Yamabushitake,
  .pristine,
  .Moringa,
  .Pine,
  .situations,
  .MIT,
  .amazed,
  .neuroprotector,
  .independence,
  .packages {
    background-image: none;
  }
  .row-heading h4 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .paraStyle p,
  .list-style li {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .mb-50 {
    margin-bottom: 40px;
  }
  .pl-30 {
    padding-left: 0px;
  }
  .row.mb-35 {
    margin-bottom: 0px;
  }
  .row-img {
    margin: 20px 0px;
    max-width: 768px;
  }
  .img-md1 {
    margin: 20px 0px;
    max-width: 768px;
  }
  .img-md {
    margin: 20px 0px;
    max-width: 768px;
  }
  .mbl-img img {
    margin-bottom: 0px;
  }
  .cnt-mb {
    margin-bottom: 20px;
  }
  .row-content {
    padding: 0px 25px;
  }
  .plr-mb {
    padding: 0px;
  }
  .img-bg .border-left {
    width: 98%;
    margin-left: auto;
  }
  .img-bg .border-right {
    width: 98%;
    margin-right: auto;
  }
  .txt-cntr-mbl {
    text-align: center;
  }
  .testimonial-content {
    background: none;
    border: none;
    border-radius: 0px;
    max-width: 100%;
  }
  .testimonail-img img {
    max-width: 180px;
    position: static;
    margin-bottom: 20px;
    transform: translateY(0%);
  }
  .testimonial-box {
    flex-direction: column;
    background: #f3fbff;
    border: 1px solid #375c6d;
    border-radius: 15px;
    padding: 30px;
  }
  .right .testimonial-content {
    padding: 0px;
  }
  .left .testimonial-content {
    padding: 0px;
  }
  .testimonial-content p {
    font-size: 24px !important;
    text-align: center;
  }
  .whiteBg {
    padding: 20px;
  }
  .ingredients-container {
    flex-direction: column;
  }
  .ingredient-box {
    margin-bottom: 20px;
    width: 100%;
  }
  .ingredient-box img {
    max-width: 768px;
  }
  .gurantee-img {
    max-width: 400px;
  }
  .question {
    font-size: 28px;
  }
  .faq-bx p {
    font-size: 26px;
  }
  .faq-bx {
    padding: 25px 10px;
  }
  .bonus-img {
	margin-bottom: 20px;
    }
    .paraStyle p:last-child, .list-style li {
	margin-bottom: 20px;
}
    .dktp-only{
        display:none !important;
    }
    .mbl-only{
        display:block !important;
    }
}

@media (max-width: 600px) {
  
  .hero-section h2 {
    font-size: 40px;
    line-height: 1.4;
  }
}

@media (max-width: 560px) {
  .testimonial-box {
    padding: 25px 20px;
  }
  .testimonail-img img {
    border: 5px solid #375c6d;
  }
  .row-heading h4 {
    font-size: 28px;
  }
  .paraStyle p,
  .list-style li {
    font-size: 22px;
  }
 .hero-section h2 {
	font-size: 28px;
}
.hero-section p{
	font-size: 12px;
}
  .first-head {
	font-size: 28px;
}
.bonus-head {
	font-size: 28px;
}
  .faq-bx p {
    font-size: 22px;
  }
  .question {
    font-size: 24px;
  }
  img.footer-logo {
    max-width: 200px;
  }
 .footer-cntnt p {
	font-size: 14px;
	line-height: 24.1px;
}
.hero-section p {
	font-size: 15px;
	line-height: 21.16px;
	padding-right: 58%;
}
  .bonus-img {
	max-width: 265px;
	margin-bottom:10px;
}
}

@media (max-width: 428px) {
  .container {
    padding: 0px 15px;
  }
.hero-section h2 {
	font-size: 24px;
}
.hero-section p {
	font-size: 16px;
	line-height: 22px;
}

  header {
    padding: 6% 0% 18%;
  }
  .first-head {
	font-size: 25px;
	line-height: 34px;
}
.bonus-head {
	font-size: 25px;
	line-height: 34px;
}
  .row-heading h4 {
    font-size: 25px;
    padding: 20px;
  }
  .row-content {
    padding: 0px 20px;
  }
  .paraStyle p,
  .list-style li {
    margin-bottom: 20px;
  }
  .img-bg {
    padding: 20px 0px;
  }
  .mt-8 {
    margin-top: -12%;
  }
  .testimonial-content p {
    font-size: 20px !important;
  }
  .footer_links li a {
    margin-bottom: 5px;
    display: block;
  }
  .footer_links {
    display: block;
    text-align: center;
  }
  .ftr-dsktp {
    display: none;
  }
  .ftr-mbl {
    display: flex;
    flex-direction: column;
  }
  p.ftr-mbl span {
    margin-bottom: 5px;
  }
 
}

@media (max-width: 390px) {
.hero-section h2 {
	font-size: 22px;
}
  .row-heading h4 {
    font-size: 23px;
    margin-bottom: 20px;
  }
.hero-section p {
	font-size: 15px;
}
 
  .first-head {
	font-size: 23px;
}
.bonus-head {
	font-size: 23px;
	margin-bottom: 2rem;
}
  .paraStyle p,
  .list-style li {
    font-size: 20px;
  }
  .testimonail-img img {
    max-width: 140px;
  }
  .green-heading h4 {
    padding: 0px !important;
  }
  .question {
    font-size: 20px;
  }
  .faq-bx p {
    font-size: 18px;
  }
  .faq-bx {
    padding: 18px 25px;
  }
  .first-head {
	line-height: 29px;
	margin-bottom: 1rem;
}

}

@media (max-width: 375px) {
  .mb-50 {
    margin-bottom: 30px;
  }
  .whiteBg {
    padding: 10px;
  }
  .bonus-img {
	max-width: 230px;
	margin-bottom:0px;
}
    img.harvard {
	max-width: 75px;
}
    .left-radius {
	margin-top: 0rem;
}
    .left-radius {
	margin-left: 8px;
}
    .first-head {
	margin-right: 8px;
}
    .first-head {
	margin-bottom: 1rem;
}

.hero-section p {
	font-size: 15px;
}
}
@media (max-width: 350px){
   .hero-section h2 {
	font-size: 22px;
} 
}
@media (max-width: 320px) {
  img.harvard {
    top: 2%;
  }
.hero-section h2 {
	font-size: 20px;
}
.hero-section p {
	font-size: 13px;
}

  .row-heading h4 {
    font-size: 21px;
    margin-bottom: 20px;
    padding: 15px;
  }
  
  .bonus-img {
	max-width: 190px;
}
  .paraStyle p,
  .list-style li {
    font-size: 18px;
  }
  .testimonial-content p {
    font-size: 18px !important;
  }
  .testimonail-img img {
    max-width: 110px;
  }
  .container {
    padding: 0px 10px;
  }
   .first-head {
	font-size: 21px;
	margin-bottom:1rem;
	padding:15px;
}
 .bonus-head {
	font-size: 21px;
	margin-bottom:2rem;
	padding:15px;
}
}
