@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'General Sans';
    src: url('../GeneralSans_Complete/Fonts/WEB/fonts/GeneralSans-Regular.woff');
    font-weight: 400;
}

@font-face {
    font-family: 'General Sans';
    src: url('../GeneralSans_Complete/Fonts/WEB/fonts/GeneralSans-Medium.woff');
    font-weight: 500;
}

@font-face {
    font-family: 'General Sans';
    src: url('../GeneralSans_Complete/Fonts/WEB/fonts/GeneralSans-Bold.woff');
    font-weight: 700;
}



@font-face {
    font-family: 'Georgia ';
    src: url('../Georgia_font/georgia.woff');
    font-weight: 400;
}


@font-face {
    font-family: 'Georgia ';
    src: url('../Georgia_font/georgiab.woff');
    font-weight: 700;
}




* {
    padding: 0;
    margin: 0;
}

body {
    padding: 0 0;
    margin: 0;
    font-family: "General Sans";
    /* font-family: 'Mulish', sans-serif; */
    background: linear-gradient(180deg, #FFFFFF 33.41%, #F2F0ED 100%);
}

.mobile {
    display: none;
}

.bodyColor {
    background: linear-gradient(180deg, rgba(242, 240, 237, 0) 0%, #F2F0ED 100%);
}


section {
    padding: 0px 20px;
}

/* nav {
    background: linear-gradient(88deg, white, #fcf3e3);
} */

.logo {
    margin-right: 70px;
    width: 100px;
}

.logo img {
    width: 100%;
}

.nav-link {
    color: #fff;
    font-weight: 500;
    margin-right: 20px;
}

.continueBtn a {
    display: inline-block;
    border-radius: 50px;
    height: 50px;
    background: #153C41;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "Mulish", sans-serif;
    text-decoration: none;
    padding: 15px 55px;
}

.continueBtn.header a {
    background: #fff;
    color: #153C41;
}



.bannerContainer {
    /* margin-top: -75px;
    padding-top: 130px; */
    position: relative;
    background: radial-gradient(48.46% 48.46% at 32.57% 51.54%, #4C6567 0%, #2E4748 100%);


}

.bannerLeaves {
    position: absolute;
    right: 0;
    bottom: -80px;
    width: 200px;
}

.banner {
    padding: 100px 0px;
    position: relative;
}



.heading h1 {
    color: #fff;
    font-size: 52px;
    line-height: 60px;
    font-family: 'Georgia ';
    margin-bottom: 20px;

}

/* .heading h1 a {
    font-style: italic;
    background: linear-gradient(90deg, #FF8A83, #F18C42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
} */

.heading p {
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    margin-top: 60px;
}



.sechead h2 {
    font-size: 20px;
    font-weight: 400;
    color: #5A221F;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.sechead p {
    font-size: 20px;
    font-weight: 400;
    color: #162D31;
    margin-top: 50px;
}

.sechead h3 {
    color: #163D43;
    font-size: 52px;
    line-height: 60px;
    font-family: 'Georgia ';

}

.sectionBody {
    background: transparent;
    padding: 150px 70px 0px 70px;
    margin-top: -50px;
}

.sectionBody.bgFill {
    background: linear-gradient(180deg, #FFFFFF 33.41%, #f2f0ed00 100%);
    position: relative;
    z-index: 98;
}

.divider {
    height: 2px;
    background: #DAD3CD;
    margin-top: 70px;
}

.tongueShade {
    left: 0;
    bottom: 70px;
    z-index: -1;
}

.achieveBalance {
    background: radial-gradient(29.75% 29.57% at 48.99% 31.55%, rgba(76, 101, 103, 0.09) 0%, #2E4748 100%), url("../images/leaves.png") no-repeat center center / 100% 100%;


}

.achieveBalance .sectionBody {
    padding-top: 300px;
}

.achieveBalanceImg {
    margin-top: -125px;
}

.bodyBalanceInfo {
    background: url("../images/good-health.png") no-repeat center center / 100% auto;
}

.bodyBalanceInfo .sechead {
    padding: 90px 0px 145px 0px;
}

.bodyBalanceInfo .sechead h3 {
    color: #314A4B;
}

.bodyBalanceInfo .sechead span {
    color: #5A221F;
    font-weight: 500;
    font-size: 20px;
}

.aboutUsSec {
    margin-top: 95px;
}

.aboutUsSec .sechead {
    text-align: center;
    margin-bottom: 60px;
}

.aboutUsSec .sechead h3 {
    color: #6D4E4C;
}

.whyFails {
    background: #F3E6E6;
    padding: 55px;
}

.howWeDifferent {
    padding: 55px;
}

.whyFails .sechead h3 {
    color: #800000;
    font-size: 38px;
    font-weight: 400;
    margin-top: 150px;
}

.whyFails .sechead p,
.howWeDifferent .sechead p {
    color: #5A221F;
}

.cardInfo h5 {
    font-family: "Georgia";
    font-size: 46px;
    font-weight: 400;
    font-style: italic;
    color: #502F40;
}

.cardInfo p {
    color: #463433;
}

.cardInfo img {
    margin-bottom: 20px;
}

.howWeDifferent.personalised {
    background: #F6DE9F;
}

.howWeDifferent.moderation {
    background: #E8CFD4;
}

.howWeDifferent.sustainability {
    background: #CFD3C7;
}

.doctorInfo .doctorImg {
    background: #DDCFC8;
    border-radius: 30px;
    overflow: hidden;
    text-align: center;
    padding: 10px 0px;
}

.doctorInfo h3 {
    font-size: 32px;
    font-weight: 400;
    font-family: "Georgia";
    color: #162D31;
}

.doctorInfo p {
    font-size: 16px;
    color: #581D1D;
}

.theprocess .sechead h3 {
    color: #6D4E4C;
    text-align: center;
}

.process {
    text-align: center;
}

.process p {
    font-size: 20px;
    color: #162D31;
    margin-top: 20px;
}

/* .process img {
    width: 100%;
} */

.middleLine {
    background: linear-gradient(90.71deg, #FF9B95 -3.07%, #E78C4B 80.8%);
    position: absolute;
    width: 100%;
    height: 5px;
    z-index: -1;
    top: 75px;
}

.personalisedReportSec {
    overflow: hidden;
}

.personalisedReport {
    /* background: url("../images/personalised_report.png") no-repeat center center / 100% 100%;
    height: 750px;
    align-items: center; */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.headingList {
    margin-top: 50px;
}

.headingList li::marker {
    color: #162D31;
}

.headingList li p {
    color: #162D31;
    font-size: 20px;
    font-weight: 400;
    font-family: 'General Sans';
    margin-top: 0;
}






footer {
    background: linear-gradient(212.34deg, #1B2F33 12%, #0E2529 89.96%);
    padding: 60px 40px 45px 40px;
}

.footerInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
}

.footerLogo {
    width: 25%;
}

.footerMenu {
    width: 70%;
}

.footerContact {
    display: flex;
    align-items: center;
    justify-content: left;
}

.footerContact.socialmedia {

    margin-top: 45px;
}

.footerContact h2 {
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    width: 15%;
}

.footerContact .links {
    margin-left: 40px;
}

.footerContact .links ul li {
    list-style: none;
    margin-left: 20px;
}

.footerContact .links ul {
    display: flex;
    align-items: center;
}

.footerContact .links ul li:first-child {
    margin-left: 0;
}

.footerContact a {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.footerContact a img {
    margin-right: 15px;
}

.footerBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.footerBottom p {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}

.footerBottom ul {
    display: flex;
    align-items: center;
}

.footerBottom ul li {
    list-style: none;
    margin-left: 40px;
}

.footerBottom ul li:first-child {
    margin-left: 0;
}

.footerBottom ul li a {
    text-decoration: none;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (min-width: 1600px) {
    .personalisedReportSec {
        height: 500px;
    }
}

@media only screen and (min-width: 1420px) {
    .personalisedReportSec img.desktop {
        width: 100%;
    }
}

@media only screen and (max-width: 1204px) {
    .banner {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {
    header {
        padding: 0;
    }

    .sectionBody {
        padding: 150px 30px 0px 30px;
    }

    .bodyBalanceInfo {
        background: url("../images/good-health.png") no-repeat center center / auto 100%;
    }

    .heading.desktop p {
        display: none;
    }

    .banner .continueBtn.desktop {
        display: none;
    }

    .heading.mobile {
        display: block;
    }

    .banner .continueBtn.mobile {
        display: block;
        text-align: center;
    }

    .header {
        justify-content: center !important;
    }

    .navbar-toggler {
        position: absolute;
        left: 0;
        top: 5px;

    }

    header .continueBtn {
        position: absolute;
        right: 10px;
        top: 5px;

    }

    .featureSec {
        padding: 0;
    }

    .featureSec .container-fluid {
        padding: 0;
    }

    .featureInfo {
        width: 60%;
    }

    .featureimg {
        border-radius: 0px;
        overflow: hidden;
    }

    .cardImg {
        text-align: center;
        margin-bottom: 10px;
    }

    .weDifferent {
        padding-bottom: 200px;
    }

    .achieveBalanceImg {
        margin-top: 40px;
    }

    .achieveBalance .sectionBody {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 860px) {
    .takeChallengeData .sechead h3 {
        font-size: 32px;
    }

    .takeChallengeInfo p {
        font-size: 14px;
    }

    .takeChallengeImg {
        width: 250px;
    }
}

@media only screen and (max-width: 795px) {
    .featureInfo {
        width: 100%;
        left: 0;
        padding: 0px 20px;
        bottom: 10%;
    }

}

@media only screen and (max-width: 767px) {
    .process img {
        width: auto;
    }

    .middleLine {
        background: linear-gradient(90.71deg, #FF9B95 -3.07%, #E78C4B 80.8%);
        position: absolute;
        width: 10px;
        height: 100%;
        z-index: -1;
        top: -20px;
        left: 50%;
        padding: 0;
        transform: translateX(-50%);
    }

    .sechead h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .sechead h2 {
        font-size: 16px;

    }

    .weDifferent .sechead {
        text-align: center;
    }

    .weDifferent .continueBtn.desktop {
        display: none;
    }

    .weDifferent .continueBtn.mobile {
        display: block;
        text-align: center;
    }

    .takeChallengeData {
        text-align: center;
    }

    .takeChallengeImg {
        width: 300px;
    }

    .takeChallengeSection {
        padding: 0 !important;
        background: #dacfc8;
    }

    .takeChallengeSection .container-fluid {
        padding: 0;
    }

    .takeChallengeData {
        padding: 30px 20px;
    }

    .takeChallengeData .sechead h3 {
        line-height: 40px;
    }

    .takeChallengeInfo p {
        line-height: 24px;
    }

    .secretsOfHealthImg {
        width: 370px;
        margin: 0px auto;
    }

    .secretsOfHealth .sechead {
        padding-bottom: 0 !important;
    }

    .personalisedReport {
        top: 10px;
        transform: none;
    }

    .personalisedReportSec .desktop {
        display: none;
    }

    .personalisedReportSec .mobile {
        display: block;
    }

    .personalisedReport .sechead {
        margin-top: 30px;
    }

    .personalisedReport .sechead h3 {
        font-size: 32px;
    }

    .personalisedReport .sechead p {
        font-size: 14px;
    }

    header,
    section {
        padding: 0;
    }

    .takeChallenge {
        margin-bottom: 0;
    }

    .trayImg {
        display: none;
    }

    .Pointdata p {
        display: none;
    }

    .otherBrads .checkIconlogo .desktop {
        display: none;
    }

    .otherBrads .checkIconlogo .mobile {
        display: block;
        margin: 0px auto;
    }

    .factors .sechead h3 {
        font-size: 32px;
        inline-size: auto;
    }

    .checkIcon img {
        width: 25px;
    }

    .otherBrads .checkIcon p {
        font-size: 16px;
    }

    .Pointdata h4 {
        font-size: 14px;
    }

    .PointIcon img {
        display: none;
    }
}

@media only screen and (max-width: 650px) {
    .featureInfo h2 {
        font-size: 32px;
        line-height: 35px;
    }

    .infocardContainer {
        flex-wrap: nowrap !important;
        overflow-x: scroll;
    }

    .infocardContainer .col-6 {
        width: 190px;
        margin-top: 0 !important;
    }

    .weDifferent {
        padding-bottom: 150px;
    }

    .howItWorks .sechead h2 {
        font-size: 16px;
    }

    .howItWorks .sechead h3 {
        font-size: 32px;
    }

}

@media only screen and (max-width: 575px) {
    .howItWorkInfo {
        display: flex;
        margin-bottom: 20px;
        justify-content: space-between;
    }

    .howItWorkInfo .cardInfo span {
        display: block;
    }

    .howItWorkInfo .cardImg {
        width: 48%;
    }

    .howItWorkInfo .cardInfo {
        width: 48%;
    }

    .modal-dialog {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 560px) {
    .heading h1 {
        font-size: 42px;
        line-height: normal;
    }

    header .continueBtn a {
        padding: 15px 35px;
    }

    .featureimg .desktop {
        display: none;
    }

    .featureimg .mobile {
        display: block;
    }
}

@media only screen and (max-width: 460px) {
    .heading h1 {
        font-size: 32px;
    }

    .leavesDecor,
    .shadowDecor {
        width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    header .continueBtn a {
        padding: 15px 35px;
        padding: 10px 25px;
        display: inline;
    }

    header .continueBtn {
        top: 10px;

    }


}


@media only screen and (max-width: 1080px) {
    .footerMenu {
        width: 60%;
    }

    .footerContact h2 {
        width: 25%;
    }

    .footerContact.contactUs {
        align-items: normal;
    }

    .footerContact.contactUs .links ul {
        display: block;
    }

    .footerContact.contactUs .links ul li {
        margin-left: 0;
        margin-bottom: 20px;
    }


}


@media only screen and (max-width: 820px) {
    .footerBottom {
        display: block;
    }

}

@media only screen and (max-width: 690px) {
    .aboutUsContent {
        padding: 30px 20px !important;
    }
}

@media only screen and (max-width: 650px) {

    .footerInfo {
        display: block;
    }

    .footerMenu {
        width: 100%;
        margin-top: 35px;
    }
}

@media only screen and (max-width: 480px) {

    .footerBottom ul {
        display: block;
    }

    .footerBottom ul li {
        margin-left: 0;
        margin-top: 15px;
    }

    .footerContact {
        display: block;
    }

    .footerContact h2 {
        width: auto;
    }

    .footerContact .links {
        margin-left: 0;
        margin-top: 25px;
    }

}