@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");
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/*@font-face {*/
/*    font-family: lightfont;*/
/*    src: url("/assets-mbn/fonts/gotham/GothamLight.ttf");*/
/*}*/

/*@font-face {*/
/*    font-family: mediumfont_1;*/
/*    src: url("/assets-mbn/fonts/gotham/GothamMedium_1.ttf");*/
/*}*/

/*@font-face {*/
/*    font-family: mediumfont;*/
/*    src: url("/assets-mbn/fonts/gotham/GothamMedium.ttf");*/
/*}*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    color: #161616;
    font-family: "Work Sans", sans-serif;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    padding: 0px 20px;
}
sup {
    font-size: 14px;
}

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%;
}
.atc-bx {
    background-color: rgba(247, 246, 244, 1);
    padding: 2% 0;
}
.sectionMb {
    margin-bottom: 70px;
}
.mb-0{
     margin-bottom: 0px !important;
}

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

strong{
    font-weight:700;
}

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

.hero-section h2 {
	padding: 0px 15px;
	color: #fff;
	font-family: "Work Sans", sans-serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	display: inline;
	position: relative;
	-webkit-box-decoration-break: clone;
	word-break: break-word;
	background: linear-gradient(90deg, #E93293 0%, #6B73B7 50%, #22B0E5 100%);
	padding-top: 0;
	padding-bottom: 7px;
}

.hero-section p {
    color: #fff;
    font-family: "Mulish", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    margin-bottom: 7px;
}

.hero-section .col-12 {
    padding-right: 22%;
}

.header-dis {
    border-left: 1px solid #fff;
    padding-left: 20px;
    margin-top: 20px;
    /* line-height: 1.3; */
}
.harvard {
    width: 100%;
    margin-top: 2%;
    max-width: 340px;
}
.header-dis p {
    font-size: 32px;
    line-height: 1.4;
}
.yellow-txt {
    color: #ffb800;
}

.paraStyle p.green-txt strong {
    color: #6b73b7;
}

.paraStyle p,
.list-style li {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 1);
    font-family: "Mulish", sans-serif;
    
}

.bonus_para{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 1);
    padding:0px 30px 35px;
    font-family: "Mulish", sans-serif;
}

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

.row-heading h4 {
    background-color: rgba(107, 115, 183, 1);
    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: rgba(107, 115, 183, 1);
    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/indexts/simplest_things.webp);
	background-size: contain;
	margin-top: 8%;
}

.pencil {
    background-image: url(/assets-mbn/images/indexts/senior-couple_dt.webp);
}

.frustrations {
    background-image: url(/assets-mbn/images/indexts/grandson_cries_dt.webp);
    padding: 50px 0px;
    border: 1px solid #375c6d;
    border-radius: 15px;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: left;
}

.terrifying {
    background-image: url(/assets-mbn/images/indexts/medical_system_dt.webp);
}

.terrifying2 {
    background-image: url(/assets-mbn/images/indexts/placebo_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/indexts/time_bomb_dt.webp);
}

.money {
    background-image: url(/assets-mbn/images/indexts/money_dt.webp);
}

.Pine {
    background-image: url(/assets-mbn/images/indexts/senior-group-old-buddies-reunion-in-london_dt.png);
    padding: 50px 0px;
    border: 1px solid #375c6d;
    border-radius: 15px;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}

.situations {
    background-image: url(/assets-mbn/images/indexts/senior-thoughtful-man-leaning-on-hands_dt.png);
}

.MIT {
    background-image: url(/assets-mbn/images/indexts/senior-woman-with-credit-card_dt.png);
}

.amazed {
    background-image: url(/assets-mbn/images/indexts/gmp_certified_dt.webp);
}

.neuroprotector {
    background-image: url(/assets-mbn/images/indexts/serious_condition_dt.webp);
}

.neuroprotector1 {
    background-image: url(/assets-mbn/images/indexts/serious_condition_dt.webp);
}


.independence {
    background-image: url(/assets-mbn/images/indexts/happy-older-senior-woman--standing_dt.webp);
}

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

.grandmother{
    background-image: url(/assets-mbn/images/indexts/grandmother-has-a-headache_dt.png);
    padding: 50px 0px;
    border-bottom: 1px solid #375c6d;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
}
.outdoors_people{
    background-image: url(/assets-mbn/images/indexts/group-of-senior-people-outdoors_dt.png);
    padding: 50px 0px;
    
    
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
}

/*.outdoors_people{*/
/*    background-image: url(/assets-mbn/images/indexts/group-of-senior-people-outdoors_dt.webp);*/
/*}*/


.bdr_new {
    border: 1px solid #375c6d;
    border-radius: 15px;
}
.bg_new {
    background-color: #22B0E5 !important;
}
.Moringa {
    background-image: url(/assets-mbn/images/indexts/maidenhair_tree_dt.webp);
    padding: 50px 0px;
    border-top-right-radius: 15px;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}
.Moringa1 {
    background-image: url(/assets-mbn/images/indexts/bocopa_monnieri_dt.webp);
    padding: 50px 0px;
    border-top-right-radius: 15px;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: left;
}


.Moringa2 {
    background-image: url(/assets-mbn/images/indexts/neem_dt.webp);
    padding: 50px 0px;
    border-top-right-radius: 15px;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}

.bonus_bg1 {
    background-image: url(/assets-mbn/images/indexts/tamarind_fruit_dt.webp);
    padding: 50px 0px;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
}
.bonus_bg2 {
    background-image: url(/assets-mbn/images/indexts/lionsmane_dt.webp);
    padding: 50px 0px;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;
}
.bonus_bg3{
    background-image: url(/assets-mbn/images/indexts/miracle_tree_dt.webp);
    padding: 50px 0px;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
}

.bonus_bg4{
    background-image: url(/assets-mbn/images/indexts/pine_bark_dt.webp);
    padding: 50px 0px;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;
}

.bonus_bg5{
    background-image: url(/assets-mbn/images/indexts/spirulina_dt.webp);
    padding: 50px 0px;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
}

.bonus_bg6{
     background-image: url(/assets-mbn/images/indexts/chlorella_dt.webp);
    padding: 50px 0px;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;
}


.bonus_img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

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

.border-left {
    border-radius: 15px 0px 0px 15px !important;
}
ul.list_page li {
    font-size: 30px;
    font-weight: 400;
    line-height: 37.5px;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    list-style-type: none;
}
ul.list_page li::before {
    content: "\f164";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    position: absolute;
    left: -4%;
    top: 5%;
}

.list-page1 li{
    
    font-size: 30px;
    font-weight: 400;
    line-height: 37.5px;
    text-align: left;
    margin-bottom: 20px;
}

.row-img {
    width: 100%;
    max-width: 400px;
    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 #6b73b7;
    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: rgba(243, 245, 255, 1);
    border: 1px solid rgba(107, 115, 183, 1);
    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: 400px;
    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: rgba(243, 245, 255, 1);
}

.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 #22B0E5;
    margin-bottom: 3em;
}

.bonus-head {
    background-color: #22B0E5;
    font-size: 42px;
    font-weight: 700;
    line-height: 52.5px;
    text-align: center;
    color: white;
    padding: 25px;
    margin-bottom: 3rem;
}

.first-head {
    background-color: #22B0E5;
    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 #22b0e5;
}

.brdr-none {
    border-bottom: none !important;
}

.brdr-btm {
    border-bottom: 0.8px solid #22b0e5;
}

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


/*footer css start*/

.footer {
    background: linear-gradient(90deg, #E93293 0%, #6B73B7 50%, #22B0E5 100%);
    padding: 4% 0%;
    

}

.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*/
.reference {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: rgba(107, 115, 183, 1);
    margin-bottom: 30px;
}
.ref_bg {
    background-color: rgba(243, 245, 255, 1);
    padding: 2% 0;
}
.ref_link ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    margin-bottom: 16px;
    list-style-type: number;
    word-break: break-word;
    color: #000;
}
.neuro_prime {
    background: linear-gradient(90deg, #E93293 0%, #6B73B7 50%, #22B0E5 100%);
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
    font-size: 47px;
    line-height: 1.5;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
}

/* page css */

@media(max-width:1536px){
    .paraStyle p, .list-style li {
        font-size: 28px;
        }
}

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

@media (max-width: 1256px) {
    header {
    padding: 6% 0% 6%;
}
    .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) {
    /*.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 3px;
}
    .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;
    }
    .list-page1 li {
	font-size: 24px;
}
    .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 {   
        background-position: center;
    }
    .hero-section h2 {
        font-size: 44px;
    }
    .hero-section p {
        font-size: 19px;
    }
    .harvard {
        position: relative;
        max-width: 290px;
        margin-bottom: 20px;
    }
    .paraStyle p,
    .list-style li {
        font-size: 26px;
    }
    .lunch-bg,
    .pencil,
    .frustrations,
    .terrifying,
    .terrifying2,
    .fantasy,
    .family,
    .breakfast,
    .risks,
    .Yamabushitake,
    .pristine,
    .Moringa,
    .Pine,
    .situations,
    .MIT,
    .amazed,
    .neuroprotector,
    .independence,
    .packages,
    .money,
    .Moringa1,
    .Moringa2,
    .neuroprotector1,
    .grandmother,
    .outdoors_people {
        background-image: none;
    }
    
    .bonus_bg1,
        .bonus_bg2,
        .bonus_bg3,
        .bonus_bg4,
        .bonus_bg5,
        .bonus_bg6{
        background-image: none;
        }
    .row-heading h4 {
	font-size: 32px;
	margin-bottom: 30px;
}
    .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;
    }
    .plr-30{
        padding: 0px 30px;
    }
    .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;
    }
    .bonus_bg1 {
	padding: 30px 0px 15px;
}
.amazed .mbl-img img {
	margin-bottom: 31px;
}
.outdoors_people .mbl-img img {
	margin-bottom: 20px;
}
.bonus_bg2 {
	padding: 0px 0px;;
}
.bonus_para {
	margin-bottom: 0px; 
	padding: 0px 30px 5px;
}
.bonus_bg4 {
	padding: 30px 0px 10px;
}
.bonus_bg3 {
	padding: 30px 0px 10px;
}
.bonus_bg5 {
	padding: 30px 0px 10px;
}
.bonus_bg6 {
	padding: 30px 0px 10px;
}
.Moringa {
	padding: 30px 0px 0px;
}
.Moringa .mbl-img img {
	margin-bottom: 20px;
}
.Moringa1 {
	padding: 20px 0px 0px;
}
.Moringa2 {
	padding: 20px 0px;
}
.neuro_prime {
	font-size: 29px;
	line-height: 33px;
	padding: 27px 10px 11px;
}
.list-page1 li {
	font-size: 22px;
	line-height: 30.5px;
}
.grandmother .mbl-img img {
	margin-bottom: 20px;
}
.grandmother {
	padding: 30px 0px 0px;
}
.outdoors_people {
	padding: 0px 0px;
}
.row-heading h4 {
	padding: 20px 20px 5px;
}
ul.list_page li::before {
	left: -10%;
	top: 0%;
}
ul.list_page li {
	/* font-family: Gotham; */
	font-size: 22px;
	line-height: 31.5px;
}
    .testimonail-img img {
        border: 5px solid #375c6d;
    }
.row-heading h4 {
	font-size: 25px;
	padding: 20px 20px 20px;
	margin-bottom: 30px;
}
    .paraStyle p,
    .list-style li {
        font-size: 22px;
    }
    .hero-section h2 {
        font-size: 28px;
    }
    .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: 19px;
        line-height: 32.16px;
    }
    .bonus-img {
        max-width: 265px;
        margin-bottom: 10px;
    }
    /*.harvard {
        position: relative;
        max-width: 374px;
        margin: 0 auto;
        margin-top: -10%;
        border: 1px solid #0003;
        box-shadow: 0 0 4px #0000004d;
    }*/
    .reference {
	font-size: 36px;
	line-height: 43px;
	margin-bottom: 30px;
	padding:15px 0px 0px;
}
.ref_link ul li {
	/* font-family: Gotham; */
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
}
}

@media (max-width: 428px) {
    .container {
        padding: 0px 15px;
    }
    .hero-section h2 {
    font-size: 24px;
    font-size: 50px;
    line-height: 1.5;
    padding-bottom: 4px;
}
    .hero-section p {
    font-size: 35px;
    line-height: 1.3;
}
  .header-dis p {
    font-size: 27px;
} 
     header {
    background-image: url(/assets-mbn/images/indexts/old-lady-bg-mbl.webp);
    padding: 6% 3% 94%;
}
.harvard {
    max-width: 270px;
}
    .first-head {
        font-size: 25px;
        line-height: 34px;
    }
    .bonus-head {
        font-size: 25px;
        line-height: 34px;
    }
    .row-heading h4 {
        font-size: 25px;
    }
    .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;
    }
    .lunch-bg {
	margin-top: 10%;
}
}

@media(max-width:414px){
  
  .header-dis p {
    font-size: 26px;
}  
}

@media(max-width:400px){
    .harvard {
        position: relative;
        max-width: 325px;
        margin-bottom: 20px;
    }
    .hero-section p {
    font-size: 31px;
}
.header-dis {
    padding-left: 16px;
}
.header-dis p {
    font-size: 24px;
}
.hero-section h2 {
    font-size: 46px;
    
}

}

@media (max-width: 390px) {
    /*.hero-section h2 {*/
    /*    font-size: 22px;*/
    /*}*/
    .row-heading h4 {
        font-size: 23px;
        margin-bottom: 20px;
    }
    .list-page1 li {
	font-size: 20px;
}
ul.list_page li {
	/* font-family: Gotham; */
	font-size: 20px;
}
   
    .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;
    }
    .neuro_prime {
	font-size: 22px;
	line-height: 28px;
	padding: 19px 17px 11px;
}
    .bonus-img {
        max-width: 230px;
        margin-bottom: 0px;
    }
    /*.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 h2 {*/
    /*    font-size: 20px;*/
    /*}*/
}

@media (max-width: 320px) {
    .harvard {
        top: 2%;
    }
    .hero-section h2 {
        font-size: 38px;
    }
    .hero-section p {
        font-size: 25px;
       
    }
    .header-dis p {
    font-size: 22px;
}
    .list-page1 li {
	font-size: 18px;
	line-height: 26.5px;
}
ul.list_page li {
	/* font-family: Gotham; */
	font-size: 18px;
	line-height: 26.5px;
}
    .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;
    }
    .harvard {
        max-width: 210px;
    }
}