@font-face {
    font-family: 'ralewayblack';
    src: url('../fonts/raleway-black-webfont.woff2') format('woff2'),
         url('../fonts/raleway-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: system-ui;
    src: url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewayblack';
    src: url('../fonts/raleway-black-webfont.woff2') format('woff2'),
         url('../fonts/raleway-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaymedium';
    src: url('../fonts/raleway-medium-webfont.woff2') format('woff2'),
         url('../fonts/raleway-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewayitalic';
    src: url('../fonts/raleway-italic-webfont.woff2') format('woff2'),
         url('../fonts/raleway-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@media (prefers-reduced-motion: no-preference) {
:root {
    scroll-behavior: auto;
}
}
.mobileHeader .dropdown-menu {
    --bs-dropdown-min-width: auto;
}
.mobileHeader .offcanvas {
    --bs-offcanvas-width: 300px;
}
.mobileHeader button.navbar-toggler {
    box-shadow: none;
}
.lifeO {
    border-radius: 100%;
    border: 10px dashed #289080;
    border-left: 10px dashed #289080 !important;
    width: 500px;
    height: 500px;
}
.mobileHeader .bot_nav {
    flex-direction: initial;
    align-items: center;
    margin: 12px;
}
.header .navbar-nav  .nav-link, .header .dropdown-item {
    font-size: 16px;
    font-family: 'ralewaybold';
    color: #3E3E3E;
    text-transform: capitalize;
    padding: 0.5rem 16px;
    text-align: left;
}
.whatsapp a{
    font-size: 24px !important;
}
.header .navbar {
    background: #fff !important;
}
.header .navbar-nav .nav-link:hover {
    color: #777;
}
.dropdown-item  {
    color: #48594d;
    font-size: 16px;
    padding: 0px 15px;
    font-family: 'ralewaybold';
    white-space: initial;
    line-height: 24px;
    /* margin-bottom: 10px; */
    white-space: nowrap;
    line-height: 36px;
}
.whatsapp .nav-link {
    background: rgb(37, 211, 102);
    height: 2.4rem;
    width: 2.4rem;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    margin-right: 16px;
}
.header .fixed-top {
    background: #fff;
    border-bottom: 1px solid #eee;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.dropdown-item i {
    width: 20px;
    color: #289080;
    /* text-align: center; */
}
.mega-menu .dropdown-item:hover {
    /* color: #000; */
    background: none;
}  
.lifeoscope .dropdown_column a {
    white-space: normal;
    font-family: 'ralewaybold';
}
.lifeoscope .dropdown_column a:active {
    background: none;
}
.megaTitle h2 {
    /* letter-spacing: .4px; */
    /* text-transform: uppercase; */
    color: #000000;
    font-size: 17px;
    padding: 0 16px;
    font-family: 'ralewaybold';
    display: inline-block;
    /* height: 46px; */
    text-transform: capitalize;
    margin-bottom: 16px;
}
.dropdown-menu {
    padding: 0;
    /* border: 4px solid #eee; */
    /* width: 1150px; */
    background: #f4f5fc;
    /* padding-top: 0; */
    left: 0;
    right: 0;
    margin: auto;
    border: none;
    /* padding: 30px; */
    --bs-dropdown-min-width: 29rem;
    /* overflow: hidden; */
}
.navContent {
    position: relative;
    z-index: 1;
    background: #f6f9fc !important;
    padding: 30px;
}
.navContent h2 {
    font-size: 17px;
    color: #000;
    font-family: 'ralewaybold';
    margin-top: 16px;
    /* text-transform: capitalize; */
}
.navContent p {
    font-size: 14px;
    color: #000000;
    font-family: system-ui;
    line-height: 24px;
    margin-bottom: 0;
}
.topLeft-title a.navbar-brand {
    letter-spacing: .4px;
    color: #289080 !important;
    font-size: 16px;
    font-family: 'ralewaybold';
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: flex-start;
    text-transform: uppercase;
}

.mega-menu .col {
    padding-right: 0;
}
.mainBanner {
    background: #CDE5D5;
    border-radius: 30px;
    /* padding: 100px 0; */
    /* margin-top: 36px; */
    overflow: hidden;
}
.bannerimg {
    overflow: hidden;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
    border-left: 30px solid #289080;
    /* width: 400px; */
    /* height: 400px; */
    margin: auto;
}
.bannerimg img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.bannerCap {
    padding: 43px;
}
.bannerCap h1 {
    font-family: 'ralewaybold';
    font-size: 58px;
    color: #289080;
    /* margin-bottom: 0; */
}
.bannerCap p {
    font-family: 'ralewaymedium';
    font-size: 18px;
    color: #17515f;
    line-height: 24px;
    /* margin: 16px 0; */
    display: inline-block;
}
.bCovers .owl-carousel .owl-item img {
    height: 100vh;
    object-fit: cover;
}
.bannerCap .commonBtn {
    color: #289080;
    border: 1px solid #289080;
}
.commonBtn:hover {
    background: #289080;
    color: #fff;
} 
.bannerCap .activeBtn {
    background: #289080;
    color: #ffffff !important;
}
.bCovers {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.bCovers span {
    width: 560px;
    height: 589px;
    display: inline-block;
    border-top-left-radius: 100px;
    overflow: hidden;
    position: absolute;
}
.bCovers span:first-child {
    margin-bottom: 60px;
    margin-right: 60px;
    background: #289080;
}
.bCovers span:nth-child(2) {
    z-index: 999;
}
.bCovers span:last-child {
    margin-top: 60px;
    margin-left: 60px;
    background: #CDE5D5;
}
.commonBtn {
    font-family: 'ralewaybold';
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 30px;
    padding: 12px 29px;
    color: #289080;
    border: 1px solid #289080;
    display: inline-block;
}
.activeBtn {
    background: #289080;
    color: #fff !important;
    text-transform: capitalize;
    border: none;
    border-radius: 30px;
}
.activeBtn:hover {
    background: #17515F;
    color: #fff;
}
.counters {
    margin-top: 50px;
}
.cColumn {padding-right: 40px;}
.cColumn .count {
    color: #289080;
    font-size: 60px;
    font-family: 'ralewayblack';
    position: relative;
    display: block;
}
.cColumn .count:after {
    content: "+";
}
.cColumn:last-child .count:after {
    content: "%";
}
.cColumn p {
    font-family: 'ralewaymedium';
    font-size: 18px;
    color: #17515f;
    line-height: 24px;
}
.cColumn .count:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background: #289080;
    bottom: 0;
    left: 0;
}
.services {
    padding-top: 100px;
    padding-bottom: 168px;
}
.commonTitle h2, .commonTitle h3, .commonTitle h1 {
    font-size: 40px;
    color: #000;
    font-family: 'ralewaybold';
    /* text-transform: capitalize; */
}
.commonTitle h1 {
    font-size: 50px;
    color: #009180;
    /* margin-bottom: 0; */
    font-family: 'ralewaybold';
}
.commonTitle h4,  .commonTitle span {
    color: #289080;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'ralewaybold';
}
.commonTitle .text-initial {
    text-transform: initial;
}
.commonTitle h3 {
    text-transform: none;
    font-size: 30px;
    /* margin-bottom: 0; */
}
.commonTitle p {
    font-size: 16px;
    color: #000;
    font-family: system-ui;
    line-height: 24px;
    margin-bottom: 16px;
}
.moreContent {
    /* display: flex; */
}
.moreContent p {
    /* padding: 16px; */
    /* border: 1px solid #eee; */
}
.cycle {
    margin-top: 93px;
    text-align: center;
}
.cycleContent h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'ralewaymedium';
}
.cycleContent p {
    font-size: 18px;
    color: #3E3E3E;
    font-family: system-ui;
    line-height: 24px;
    margin-bottom: 0;
}
.cycleIcon {
    width: 26px;
    height: 26px;
    background: #CDE5D5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    /* margin-bottom: 16px; */
}
.cycleIcon {
    font-size: 13px;
    color: #fff;
}
.cycleBx {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    align-items: center;
    flex-direction: column;
}
.cycleIcon span {
    width: 90px;
    height: 90px;
    background: #17515F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gbs {
    /* height: 100%; */
    display: inline-flex;
    align-items: center;
    position: relative;
    justify-content: center;
    transition: all 6s;
    margin-top: 65px;
}
.gbs .scopeIocn {
    position: absolute;
    color: #000;
    font-family: 'ralewaybold';
    text-transform: capitalize;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 2s;
}
.gbs:hover .CONCEPTION {
    top: -42px;
    left: auto;
    right: auto;
    bottom: auto;
}
.gbs:hover .TEENAGE {
    bottom: -40px;
    left: auto;
    right: auto;
    top: auto;
}
.gbs:hover .TODDLERHOOD {
    right: -19px;
    left: auto;
    top: auto;
    bottom: auto;
}
.gbs:hover .MID {
    left: 4px;
    bottom: 32px;
    right: auto;
    top: auto;
}
.gbs:hover .OLD {
    top: -22px;
    left: 61px;
    right: auto;
    bottom: auto;
}
.gbs:hover .EARLY {
    /* bottom: 165px; */
    left: -23px;
    bottom: auto;
    right: auto;
    top: auto;
}
.gbs:hover .EMERGING {
    bottom: -20px;
    left: 47px;
    right: auto;
    top: auto;
}
.gbs:hover .MATURE {
    top: 32px;
    left: -6px;
    right: auto;
    bottom: auto;
}
.gbs:hover .PUBERTY {
    bottom: -22px;
    right: 56px;
    left: auto;
    top: auto;
}
.gbs:hover .CHILDHOOD {
    right: -6px;
    bottom: 32px;
    left: auto;
    top: auto;
}
.gbs:hover .INFANCY {
    top: 28px;
    right: -7px;
    left: auto;
    bottom: auto;
}
.gbs:hover .BIRTH {
    top: -26px;
    right: 55px;
    left: auto;
    bottom: auto;
}
.mobileHeader .gbs:before {
    display: none;
}
.gbs:before {
    position: absolute;
    content: "";
    /* left: -115px; */
    /* background: url("../img/border.png") no-repeat; */
    width: 547px;
    height: 547px;
    z-index: -1;
    border-radius: 50%;
    /* margin: auto; */
    /* left: 0;
    right: 0; */
    border-style: dotted;
    border-color: #1c907e;
    background: none;
    width: 160px;
    height: 160px;
    /* top: 0; */
}
.gbsContent {
    position: relative;
}
.careCover {
    background: #CDE5D5;
    padding: 60px;
}
.yourCare .nav li.nav-item {
    font-size: 16px;
    color: #000000;
    font-family: 'ralewaybold';
    margin-bottom: 16px;
    text-transform: capitalize;
    width: 50%;
    display: flex;
}
.reviews .nav li.nav-item {
    display: block;
}
.yourCare .nav li.nav-item:last-child {
    margin-bottom: 0;
}
.yourCare .nav i {
    font-size: 24px;
    color: #289080;
    margin: 0px 6px;
    width: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 8px;
}
.yourCare .nav p {
    font-family: system-ui;
    line-height: 24px;
    color: #3E3E3E;
    margin-bottom: 0;
    /* margin-top: 10px; */
    font-size: 16px;
}
.yourCare .nav li:last-child p {
    margin-bottom: 0;
}
.yourCare .nav {
    margin-top: 16px;
    margin-bottom: 16px;
}
.weHeal {
    padding: 100px 0;
    background: #eee;
}
.startHeal {
    margin-top: 30px;
}
.startHeal h3 {
    font-size: 21px;
    text-transform: capitalize;
    color: #000000;
    font-family: 'ralewaybold';
    margin-bottom: 10px;
    margin-top: 16px;
}
.startHeal p {
    font-size: 16px;
    color: #3E3E3E;
    font-family: system-ui;
    line-height: 24px;
    margin-bottom: 0;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    /* height: 5.2em; */
    /* white-space: nowrap; */
}
.startHeal a {
    text-decoration: none;
    color: #2d9383;
    font-family: 'ralewaybold';
    font-size: 16px;
    margin-top: 0;
    display: inline-block;
}
.startHeal a:hover {
    cursor: auto;
}
.startHeal .card-footer {
    padding: 16px 64px;
    /* border: 0; */
    /* background: #ffffff; */
    border-radius: 0;
}
.startHeal a i {
    margin-left: 10px;
}
.startHeal .card-body {
    padding: 32px 64px;
}
.startHeal .col-xl:first-child .card {
    background: #CDE5D5;
    position: relative;
} 
.startHeal .col-xl:first-child .card:before {
    content: "";
    position: absolute;
    bottom: 11px;
    right: -12px;
    border-top: 16px solid transparent;
    border-left: 16px solid #cde5d5;
    border-bottom: 16px solid transparent;
    z-index: 1;
} 
.startHeal span {
    font-size: 18px;
    border-radius: 100%;
    overflow: hidden;
    background: #cde5d5;
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.startHeal .col-xl:first-child .card span {
    background-color: #fff;
}
.startHeal .card {
    border-radius: 0;
    border: 0;
    margin-bottom: 23px;
    background: #ffffff;
    min-height: 460px;
}
.px-210 {
    padding: 210px 0;
}
.startNews {
    margin-top: 30px;
}
.startNews .card {
    border-radius: 30px;
    /* background: #f5f4f4; */
    /* height: 450px; */
    overflow: hidden;
    border: 0;
    /* text-align: center; */
}
.startNews .card img {
    border-radius: 0;
    /* border-top-left-radius: 30px; */
    /* border-top-right-radius: 30px; */
    /* height: 100%; */
    /* object-fit: cover; */
    /* width: 100%; */
}
.startNews .card h4 {
    font-family: 'ralewaybold';
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.startNews .card .card-body {
    /* padding: 1rem 0 0; */
}
.startNews .card span {
    color: #5A5A5A;
    font-size: 16px;
    font-family: system-ui;
}
.newsImg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    overflow: hidden;
    /* border-radius: 30px; */
    background: #009180;
}
.topLeft-title a.navbar-brand:hover {
    cursor: auto;
}
.startNews button.nav-link {
    color: #000000;
    font-family: 'ralewaybold';
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 30px;
    padding: 12px 29px;
    border: 1px solid #eee !important;
    margin: 0 2px;
}
.startNews button.nav-link.active {
    color: #009180 !important;
    border: 1px solid #289080 !important;
}
.go {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #17515F;
    font-size: 16px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    text-decoration: none;
}
.startNews .card:hover .go {
    visibility: visible;
} 
.newsImg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0, 0, 0, 0.5);
    visibility: hidden;
    border-radius: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.startNews .card:hover .newsImg:before {
    visibility: visible;
}
.subscribe {
    padding-bottom: 50px;
}
.subscribe .form-control {
    background: #fff;
    padding: 16px 32px;
    border-radius: 30px;
    overflow: hidden;
}
::placeholder {
    color: #6C6C6C;
    text-transform: capitalize;
    font-family: system-ui;
    font-size: 14px;
}
.reviews {
    background: #CDE5D5;
    padding: 75px 0 !important;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    position: relative;
}
.reviewBx {
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    border: 1px solid #eee;
}
.rTop {
    display: flex;
    justify-content: space-between;
}

.rDp {
    display: flex;
    align-items: center;
}
.rDp span {
    width: 75px;
    height: 75px;
    background: #EEE;
    border-radius: 50%;
    margin-right: 16px;
}
.rDp p {
    margin-bottom: 0;
    position: relative;
    margin-left: 30px;
    font-family: 'ralewayitalic';
    font-size: 16px;
    /* text-transform: uppercase; */
    color: #2D2D2D;
    font-family: 'ralewaybold';
    font-style: italic;
}
.rDp p:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 4px;
    background: #289080;
    left: -32px;
    top: 10px;
}
.rName h4 {
    font-family: 'ralewaymedium';
    font-size: 24px;
    color: #000;
    /* text-transform: capitalize; */
}
.rBody p {
    font-size: 16px;
    color: #3E3E3E;
    font-family: 'ralewaymedium';
    line-height: 34px;
    margin: 16px 0px;
}
.ratings {
    padding: 75px 0;
}
.ratingBx {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.ratingBx a {
    color: #f9a620;
    font-size: 13px;
    padding: 0px 4px;
}
.ratingBx img {
    display: block;
}
.ratingBx p {
    font-size: 16px;
    color: #3E3E3E;
    font-family: system-ui;
    line-height: 34px;
    margin-bottom: 0;
}
.ratingBx span {
    color: #2d9383;
    font-family: 'ralewayblack';
    font-size: 18px;
}
.reviews {
    padding-top: 75px;
}
.footer {
    background: #289080;
    padding-top: 150px;
    margin-top: -50px;
}
.fTitle h4 {
    font-family: 'ralewaybold';
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.fNav a.nav-link {
    font-family: 'ralewaymedium';
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0.5rem 0px;
}
.centerNav {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    align-items: center;
    padding: 10px 0;
    margin-top: 50px;
}
.social li.nav-item {
    width: 30px;
    height: 30px;
    border: 2px solid #F7F7F7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}
.mNav a {
    padding-right: 2rem!important;
}
.social a {
    color: #fff;
    text-decoration: none;
}
.social a:hover {
    color: #fff;
}
.copyright {
    padding-top: 16px;
}
.copyright p {
    font-size: 14px;
    color: #fff;
    font-family: system-ui;
    line-height: 24px;
}
.copyright a {
    color: #fff;
} 
@media only screen and (max-width: 1024px) and (min-width: 768px) { 
    .mainBanner {
        padding: 30px 0;
    }
    .featureMain {
        flex-direction: column !important;
    }
    .bCovers span {
        position: static;
        width: 100%;
        margin-bottom: 30px;
    }
    .bCovers span:first-child {
        display: none;
    }
    .bCovers span:last-child {
        display: none;
    }
    .commonBtn {
        margin-top: 16px;
        width: 100%;
        text-align: center;
    }
    .cColumn:last-child {
        padding-right: 0;
    }
    .careCover {
        margin-bottom: 30px;
    }
    .startHeal .card {
        margin-bottom: 30px;
    }
    .bCovers span img {
        width: 100%;
    }
    .fNav {
        margin-bottom: 30px;
    }
    .fTitle h4 {
        margin-bottom: 0;
    }
    .col-60 {
        max-width: 100%;
        width: 100%;
    }
    .meet-experts .coach .col-60 ul li .expert .img {
        margin: auto;
        margin-bottom: 16px;
    }
    .flex-revers {
        flex-direction: column-reverse !important;
    }
    .mainCover {
        margin-bottom: 30px;
    }
    .yourCare {
        padding-top: 30px;
    }
}
.Iconright, .Iconleft {
    display: flex;
    align-items: center;
}
.Iconright .cycleIcon, .Iconleft .cycleIcon {
    margin-right: 10px;
    margin-left: 10px;
}
.tooltip-inner {
    max-width: 336px !important;
    padding: 5px 8px 5px 10px;
    background: #17515f;
    border: 1px solid #17515f;
    font-family: system-ui;
    font-size: 13px;
    color: #fff;
    line-height: 24px;
    opacity: 1.0;
    text-transform: capitalize;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.c-menu:before {
    content: "";
    position: absolute;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #f4f5fc;
    top: -9px;
    left: 30px;
    z-index: 999;
}
.mobileHeader .dropdown-menu:before {
    display: none;
}
.dropdown-toggle::after {
    display: none;
}
.nav p {
    font-size: 14px;
    /* color: #5a5a5a; */
    font-family: system-ui;
    line-height: 18px;
    margin-bottom: 0;
    text-transform: initial;
    white-space: normal;
    margin-bottom: 10px;
}

.nav-pills .active{
    background: #fff!important;
    position: relative;
    /* color: #fff !important; */
}


.dropdown-menu.show {
    display: none;
    padding-bottom: 0;
}
.c-menu {
    /* padding: 0; */
    /* background: #fff; */
    border-radius: 10px;
}
.tab-content {
    /* background: #fff; */
    /* padding: 30px; */
    /* border-radius: 6px; */
    /* height: 460px; */
    margin-top: 16px;
}
.nav-pills .active:after {
    content: "";
    position: absolute;
    right: -12px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #eee;
    top: 30px;
}
.bgCover {
    border-top-left-radius: 100px;
    width: 579px;
    height: 271px;
    overflow: hidden;
    border-bottom-right-radius: 100px;
}
.bCovers:before {
    position: absolute;
    content: "";
    width: 579px;
    height: 271px;
    background: #289080;
    z-index: -1;
    top: -30px;
    left: 0;
    border-top-left-radius: 100px;
}
.bCovers:after {
    position: absolute;
    content: "";
    background: #CDE5D5;
    z-index: -1;
    bottom: -30px;
    right: 0;
    border: 0;
    width: 579px;
    height: 271px;
    border-bottom-right-radius: 100px;
}
.bCovers2:before {
    border-top-left-radius: 0 !important;
}
.bCovers2 img {
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 100px;
} 
.bCovers2:after {
    border-bottom-right-radius: 100px;
} 
.yourCare {
    padding: 30px 0;
}
.mainCover {
    /* padding: 0 60px; */
}
.bCovers img {width: 100%;/* height: 100%; */object-fit: cover;object-position: top;}
.review {
    padding-top: 75px;
    padding-bottom: 75px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-168 {
    padding-bottom: 75px;
}
.news {
    padding: 75px 0;
}
.left40:before {
    /* left: 40px; */
}
.CONCEPTION .cycleIcon, .INFANCY .cycleIcon, .CHILDHOOD .cycleIcon, .TEENAGE .cycleIcon {
    background: #1c907e;
}
.BIRTH .cycleIcon {
    background: #93cbbd;
}
.TODDLERHOOD .cycleIcon {
    background: #94c29f;
}
.PUBERTY .cycleIcon {
    background: #1a584e;
}
.MID .cycleIcon {
    background: #66a69d;
}
.EMERGING .cycleIcon {
    background: #126f7d;
}
.EARLY .cycleIcon {
    background: #4a6672;
}
.MATURE .cycleIcon {
    background: #135564;
}
.OLD .cycleIcon {
    background: #5eb39b;
}

.innerNav .navbar {
    background: #cde5d5 !important;
    padding: 40px 0px;
    background-size: cover;
    position: relative;
    z-index: 1;
}
/* .innerNav .navbar::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90.01deg, rgb(40 144 128) 30.07%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
} */
.innerNav .navbar-brand {
    font-family: 'ralewayblack';
    font-size: 54px;
    /* color: #fff; */
    margin-bottom: 0;
}
.innerNav .navbar-nav a.nav-link {
    font-size: 18px;
    font-family: system-ui;
    /* color: #ffffff; */
    text-transform: capitalize;
    padding: 0.5rem 5px;
    text-align: left;
}
.innerNav .navbar-nav a.active {
    font-family: 'ralewaybold';
    /* color: #ffffff; */
}
.bCovers form {
    width: 579px;
    height: 471px;
    background: #17515f;
    padding: 30px 60px;
    border-top-left-radius: 100px;
}
.bCovers legend {
    color: hwb(0 100% 0%);
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'ralewaybold';
}
.bCovers p {
    font-size: 16px;
    color: #ffffff;
    font-family: system-ui;
    line-height: 24px;
}
path {
    /* fill: #289080; */
}
.brandsBx {
    filter: grayscale(1);
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px;
}
h5.mb-1 {
    font-size: 18px;
    font-family: 'ralewaybold';
}
.list-group-item.active {
    background-color: #289080;
    border-color: #289080;
}
th {
    font-size: 16px;
    color: #289080 !important;
    font-family: 'ralewaymedium';
    text-transform: uppercase;
}
td {
    font-size: 16px;
    color: #3E3E3E;
    font-family: 'ralewaymedium';
    /* text-transform: lowercase; */
}
.dropdown-pane {
    /* background: #eeeeee; */
    padding: 16px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.dBorder {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}
.cBx {
    text-align: center;
    background: #fff;
    border-radius: 30px;
    padding: 30px 0;
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
    min-height: 195px;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #ccc; */
    text-decoration: none;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.cBx:hover {
    box-shadow: 0px 10px 20px rgba(205, 229, 213), 0px 2px 6px rgba(0,0,0,.04), 0px 0px 1px rgba(0,0,0,.04);
    cursor: pointer;
}
.cBx h3 {
    font-size: 14px;
    color: #000;
    font-family: 'ralewaymedium';
    margin-top: 4px;
    border-top: 3px solid #289080;
    display: inline-block;
    padding-bottom: 5px;
    text-transform: capitalize;
    padding-top: 10px;
    margin-top: 10px;
}
.cBx h3 i {
    color: #289080;
}
.cBx span {
    display: block;
    width: 78px;
    height: 78px;
    background: #cde5d5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 40px;
    color: #289080;
}
.cBx span img{
    fill: #000;
}
.Explore {
    border: none;
    font-size: 24px;
    padding: 0;
    color: #2f313b;
    font-family: 'ralewaymedium';
}

.meet-experts {
    background: #fff;
    padding-top: 70px;
    position: relative;
    overflow: hidden;
}
.meet-experts:before {
    content: "";
    background: linear-gradient(164.35deg, #cde5d5 10.94%, rgba(255, 134, 67, 0) 91.89%);
    filter: blur(30px);
    position: absolute;
    top: -36%;
    width: 92%;
    height: 276px;
    left: 57px;
}
.meet-experts .coach {
    align-items: center;
    z-index: 1;
    position: relative;
}
.meet-experts .coach .col-60 ul {
    flex-wrap: wrap;
    position: relative;
}
.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.meet-experts .coach .col-60 ul li {
    width: 50%;
    padding: 33px 44px;
}
.meet-experts .coach .col-60 ul li .expert {
    width: 178px;
    height: 204px;
    text-align: center;
    margin: 0 auto;
}
.meet-experts .coach .col-60 ul li .expert .img {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    position: relative;
    margin: auto;
    margin-bottom: 15px;
}
.meet-experts .coach .col-60 ul li .expert .img img {
    border-radius: inherit;
}
.img-contain {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}
.meet-experts .coach .col-60 ul li .expert .img:after {
    content: "";
    width: 135px;
    height: 135px;
    background: transparent;
    position: absolute;
    left: -10px;
    top: 0;
    border-radius: inherit;
    z-index: -1;
}
.meet-experts .coach .col-60 ul li:nth-child(1) .img:after {
    background: #009180;
}
.meet-experts .coach .col-60 ul li:nth-child(2) .img:after {
    background: #2f313b;
}
.meet-experts .coach .col-60 ul li:nth-child(3) .img:after {
    background: #cde5d5;
}
.meet-experts .coach .col-60 ul li:nth-child(4) .img:after {
    background: #e5e5e5;
}
.meet-experts .coach .col-60 ul li .expert p.expert-name {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-family: 'ralewaybold';
}
.meet-experts .coach .col-60 ul li .expert p.expert-descr {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    letter-spacing: .03em;
    opacity: .7;
    font-family: system-ui;
}
.meet-experts .coach .col-60 ul .middle-logo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.meet-experts .coach .col-60 ul .middle-logo img {
    height: 300px;
    width: 300px;
}
.meet-experts .coach .col-40 h2 {
}
.h1 {
    color: #000;
    font-family: 'ralewaybold';
    line-height: 120%;
}
.meet-experts .coach .col-40 p {
    opacity: .9;
    font-size: 16px;
    line-height: 150%;
    font-family: system-ui;
}
@media only screen and (max-width: 767px) {
    .bCovers span {
        position: static;
        width: 100%;
    }
    .bCovers span:first-child {
        display: none;
    }
    .bCovers span:last-child {
        display: none;
    }
    .counters {
        flex-direction: column;
    }
    .commonBtn {
        margin-top: 16px;
        width: 100%;
        text-align: center;
    }
    .cycle {
        margin-top: 30px;
    }
    .gbs {
        flex-direction: column;
    }
    .gbs:before {
        border-style: double;
        border-color: #265d6a;
        background: none;
        width: 300px;
        height: 300px;
        top: 0;
    }
    .gbs .scopeIocn {
        position: static;
        display: flex;
        align-items: center;
        margin-top: 16px;
        width: 100%;
        justify-content: space-between;
    }
    .services {
        padding-bottom: 100px;
    }
    .Iconright .cycleIcon, .Iconleft .cycleIcon {
        margin: auto;
    }
    .cycleIcon {
        margin: 10px;
    }
    .Iconright, .Iconleft {
        flex-direction: row-reverse;
    }
    .PUBERTY, .TEENAGE  {
        flex-direction: row-reverse;
    }
    .EMERGING, .EARLY, .MATURE  {
        flex-direction: initial;
    }
    .MID {
        flex-direction: row-reverse;
    }
    .reviewRow .col-xl-6:first-child {
        padding-bottom: 30px;
    } 
    .startNews .col-md-4 {
        padding-bottom: 30px;
    }
    .startNews .col-md-4:last-child {
        padding-bottom: 0;
    }
    .fNav {
        margin-bottom: 30px;
    }
    .fTitle h4 {
        margin-bottom: 0;
    }
    .bannerCap {
        padding: 30px;
    }
    .bannerCap h1 {
        font-size: 40px;
    }
    .bannerimg {
        border-top-left-radius: 0;
        border-left: 0;
        border-bottom-right-radius: 100%;
        border-bottom-left-radius: 100%;
        border-bottom: 30px solid #289080;
        margin: 0 30px;
    }
    .lifeO {
        border-bottom-right-radius: 100% !important;
        border-bottom-left-radius: 100% !important;
        margin: 0 !important;
        width: 100%;
        border-radius: 0;
        border: 0 dashed !important;
        border-bottom: 30px solid #289080 !important;
        margin-bottom: 30px !important;
    }
    .journeyBx {
        margin-bottom: 16px;
    }
    .Choose .item {
        flex-direction: column !important;
    }
    .mainCover {
        /* margin: 30px 0; */
        margin-bottom: 30px;
    }
    .flex-revers {
        flex-direction: column-reverse !important;
    }
    .flex-revers {
        flex-direction: column-reverse !important;
    }
    .meet-experts .coach .col-60 ul .middle-logo {
        display: none !important;
    }
    .col-60 {
        max-width: 100%;
    }
    .meet-experts .coach {
        padding: 0;
        flex-direction: column;
    }
    .meet-experts .coach .col-60 ul {
        margin-right: 0;
    }
    .meet-experts .coach .col-60 ul li {
        padding: 0;
    }
    .meet-experts .coach .col-60 ul li .expert .img {
        margin: auto;
        margin-bottom: 16px;
    }
    .yourCare .nav li.nav-item {
        width: 100%;
    }
    .bannerCap h1 {
        text-align: center;
        font-family: 'ralewaybold';
        font-size: 1.5625rem;
    }
    .cColumn h2 {
        font-size: 1.5625rem;
    }
    .bannerCap p {
        font-family: system-ui;
        text-align: center;
        font-size: 16px;
    }
    .commonTitle h1 {
        font-size: 1.56rem;
    }
    .commonTitle h2, .commonTitle h3, .commonTitle h1 {
        font-size: 1.56rem;
    }
    .ratingBx {
        margin-bottom: 30px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 30px;
    }
    .col-xl:nth-child(4)  .ratingBx {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }
    .startHeal .card {
        margin-bottom: 0;
    }
    .startNews .card {
        margin-bottom: 30px;
    }
    .banner {
        padding-bottom: 75px;
    }
    .yourCare {
        padding-top: 30px;
    }
    .startHeal .card-footer {
        border: 0;
    }
    .weHeal {
        padding: 0;
        background: none;
    }
    .featureMain {
        flex-direction: column;
    }
    .benefitsTab .nav-tabs .nav-link {
        margin-bottom: 4px !important;
    }
    .disorder {
        margin-bottom: 30px;
        height: auto !important;
    }
    .lifeoscopeBanner {
        margin-bottom: 30px;
    }
}   
.lifeoscopeBanner {
    width: 100%;
    /* height: 100vh; */
    background: #cde5d5;
    padding: 75px 0;
    display: inline-block;
}
.featureMain {
    box-shadow: 18px 18px 44px 4px rgba(18,29,70,.2);
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    padding: 30px;
}
.featureMain button.nav-link.active {
    border: 0;
    border-radius: 20px;
}
.featureMain button.nav-link {
    color: #000000;
    font-family: 'ralewaybold';
    font-size: 16px;
    text-transform: capitalize;
    padding: 16px 32px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
}
.featureMain ul#myTab {
    grid-column-gap: 10px;
    background-color: #f4f5fc;
    border-radius: 20px;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px;
    display: flex;
}
.featureMain .card li.nav-item {
    font-size: 16px;
    color: #000000;
    font-family: 'ralewaymedium';
    /* margin-bottom: 16px; */
    /* text-transform: capitalize; */
    display: flex;
    /* padding-right: 16px; */
    padding-bottom: 16px;
}
.featureMain .nav-tabs li.nav-item {
    margin-bottom: 0;
}
.featureMain i {
    font-size: 24px;
    color: #7bb196;
    margin: 0px 6px;
}
.Choose {
    margin: 100px 0;
    background: #009180;
    padding: 100px 0;
}
.Choose .itemCap h5 {
    font-size: 23px;
    /* text-transform: capitalize; */
    color: #fff;
    font-family: 'ralewaymedium';
    margin-bottom: 10px;
    margin-top: 0;
}
.itemCap p {
    font-size: 16px;
    color: #fff;
    font-family: system-ui;
    line-height: 24px;
    margin-bottom: 0;
}
.Choose .item {
    /* background: #fff; */
    /* margin-bottom: 24px; */
    /* border: 1px solid #ccc; */
    /* text-align: center; */
    /* border-radius: 20px; */
    padding: 30px;
    display: flex;
    /* border: 1px solid #eee; */
    align-items: flex-start;
}
.parenthoodCover {
    overflow: hidden;
    border-radius: 10px;
}
.icon {
    /* background: #eee; */
    /* width: 75px; */
    /* height: 75px; */
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-right: 16px;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 24px;
    flex: 0 0 75px;
    padding-top: 30px;
}
.lifeoscopeBanner li.nav-item {
    display: block !important;
    width: 100% !important;
}
.journeyBx span {
    /* color: #009180 !important;
    font-size: 60px !important;
    font-family: 'ralewaymedium' !important; */    
}
.journeyBx h4 {
    line-height: 1.2;
    position: relative;
    font-size: 17px;
    color: #000000;
    font-family: 'ralewaybold';
    margin-top: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: pre-wrap;
    text-transform: capitalize;
}
.journeyBx i {
    font-size: 50px;
    color: #009180;
}
.journeyBx p {
    font-size: 16px;
    color: #3E3E3E;
    font-family: system-ui;
    margin-bottom: 0;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.journeyBx {
    text-align: center;
}
.journeyBx .card {
    background-color: #fff;
    border: 2px solid #eff2f7;
    border-radius: 20px;
    box-shadow: 0 25px 44px -4px rgba(18,29,70,.05);
    min-height: 309px;
    margin-bottom: 23px;
    transition: all 9s;
}
.journeyBx .card:hover h4 {
    display: block;
}
.journeyBx .card:hover p {
    display: block;
}
.journeyBx .card-body {
    padding: 30px 25px;
}
.benefits {
    padding: 75px 0;
}
.benefitsCap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 0 30px;
}
.benefitsTab .benefits {
    margin: 75px 0;
}
.benefitsTab .nav-tabs {
    border: 0;
    margin-bottom: 16px;
    margin-top: 16px;
}
.benefitsTab .nav-tabs .nav-link {
    border: 0;
    border: none;
}
.benefitsTab .active {
    border: 0 !important;
}
.benefitsTab .nav-tabs .nav-link {
    font-family: 'ralewaymedium';
    font-size: 16px;
    text-transform: capitalize;
    /* border: 1px solid #eee !important; */
    color: #000;
    border-radius: 30px;
    padding: 12px 29px;
    margin: 0 2px;
    background: #f4f5fc;
}
.benefitsTab .nav-tabs .nav-link:hover {
    border: 0;
}
.benefitsTab .nav-tabs .nav-link:focus {
    border: 0;
}
.benefitsTab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #009180 !important;
    /* border: 1px solid #289080 !important; */
}
.benefitsTab .flex-column a {
    font-family: 'poppinsregular';
    font-size: 14px;
    color: #333;
}
.benefitsTab .flex-column i {
    color: #9cc026;
    margin-right: 5px;
}
.pricing .card {
    display: flex;
    flex-direction: unset;
    align-items: center;
    border-radius: 20px;
    padding: 0px 10px 0px 0px;
    border: none;
    /* background: #f4f5fc; */
    overflow: hidden;
}
.pricing .card h5.card-title {
    color: #289080;
    font-size: 18px;
    font-family: 'ralewaybold';
}
.pricing p.card-text {
    font-size: 16px;
    font-family: system-ui;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
}
.pricing p.card-text i {
    color: #009180;
}


.form .form-control {
    margin-bottom: 20px;
    border: 1px solid #c9ced3;
    border-radius: 30px;
    padding: 14px;
    font-size: 16px;
    font-style: normal;
    color: #51565D;
    width: 100%;
    outline: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: system-ui;
}
.form label.form-label {
    padding: 0 16px;
    font-family: 'ralewaymedium';
    font-size: 14px;
}
.contactus .social li {
    border: 0;
}
.contactus .social li:nth-child(1) {
    background: #3b5998;
    margin-left: 0;
}
.contactus .social li:nth-child(2) {
    background: #0A66C2;
}
.contactus .social li:nth-child(3) {
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, hwb(31 20% 6%) 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.contactDetails {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin-left: 1.5rem;
}
.contactInfo {
    padding: 30px 0;
}
.contactDetails p {
    font-size: 16px;
    color: #000;
    font-family: system-ui;
    line-height: 24px;
    margin-bottom: 0;
}
.infoBx {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.infoBx h5 {
    margin-bottom: 0;
    margin-left: 10px;
    font-family: 'ralewaybold';
    font-size: 16px;
}
.infoBx h5 a {
    text-decoration: none;
    color: #000;
}
.infoBx span {
    width: 50px;
    height: 50px;
    background: #289080;
    border-radius: 500px;
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.infoBx small {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    font-family: 'ralewaymedium';
}
.meet {
    padding: 100px 0;
}
.cardColumn {
    display: none;
}
.cardColumn .card {
    border-radius: 30px;
    overflow: hidden;
    border: 0;
    margin-bottom: 23px;
}
.cardColumn .card-body {
    position: relative;
    padding-top: 32px;
}
.cardColumn .card-nav {
    position: absolute;
    top: -19px;
}
.cardColumn .card-nav ul.nav {
    background: #289080;
    border-radius: 5px;
    padding: 8px 16px;
}
.cardColumn .card-nav li {
    padding: 0px 5px;
    font-family: 'ralewaymedium';
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}
.cardColumn .card-nav i {
    padding-right: 3px;
}
.cardColumn .card-body .card-title {
    font-size: 28px;
    color: #000;
    font-family: 'ralewaybold';
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: pre-wrap;
    text-transform: capitalize;
}
.cardColumn .card-body p {
    font-size: 16px;
    color: #000;
    font-family: system-ui;
    line-height: 24px;
    margin-bottom: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* start showing ellipsis when 3rd line is reached */
     /* let the text wrap preserving spaces */
}
.cardColumn .card img.card-img-top {
    height: 220px;
    object-fit: cover;
}
.meetBrand {
    height: 220px;
    background: #cde5d5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rights {
    padding: 100px 0;
}
.rights li a {
    font-size: 16px;
    color: #000000;
    font-family: 'ralewaybold';
    text-transform: capitalize;
}
.rights li:first-child a {
    /* padding-left: 0; */
}
.rightsColumn li i {
    color: #289080;
}
.rightsColumn h4 {
    color: #289080;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'ralewaybold';
}
.rightsColumn p {
    font-size: 16px;
    color: #000;
    font-family: system-ui;
    line-height: 24px;
}
.rightsColumn p a {
    color: #000;
    font-family: 'ralewaybold';
}
.rightsColumn address {
    font-family: system-ui;
}
.rightsColumn strong {
    font-family: 'ralewaybold';
}
.ourExperts {
    padding: 100px 0;
}
.teemBx .card-title {
    font-family: 'ralewaybold';
    font-size: 20px;
}
.teemBx .card-text {
    font-family: system-ui;
}
/*============================start blog css===============================*/
.insights {
    padding: 100px 0;
}
.insightContent h4 {
    font-size: 40px;
    color: #000;
    font-family: 'ralewayblack';
}
.sidebarColumn {
    margin-bottom: 32px;
}
.sidebarColumn:last-child {
    margin-bottom: 0;
}
.sideTitle h4 {
    color: #282828;
    margin-bottom: 16px;
    padding-bottom: 15px;
    position: relative;
    line-height: 1.3;
    font-size: 22px;
    font-family: 'ralewaymedium';
}
.sideTitle h4:before {
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 40px;
    border-radius: 4px;
    bottom: 0;
    background-color: #289080;
}
.sidebarColumn .form-control {
    background: #f1f7fa;
    border-color: transparent;
    border: none;
    border-radius: 3px 0 0 3px;
    border-style: solid;
    border-width: 0;
    box-shadow: none;
    padding: 0.75rem 1.5rem;
    text-transform: lowercase;
    color: #000000;
    font-size: 16px;
    border-radius: 0;
    font-family: 'ralewaybold';
}
.sidebarColumn button {
    border: none !important;
    outline: none;
    background: #f1f7fa !important;
    color: #289080 !important;
    border-radius: 0;
}
.sidebarColumn button i {
    font-size: 22px;
}
.sidebarColumn a.nav-link {
    padding: 0.5rem 0px;
    color: #000;
    font-family: system-ui;
}
.sidebarColumn i {
    color: #289080;
    margin-right: 6px;
}
.sidebarColumn li {
    border-bottom: 1px solid #ccc;
}
.sidebarColumn li:last-child {
    border-bottom: 0;
}
.sidebarColumn .flex-grow-1 a {
    font-size: 16px;
    color: #000;
    font-family: system-ui;
    line-height: 24px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-decoration: none;
    text-transform: capitalize;
}
.insightContent p {
    font-size: 16px;
    color: #000;
    font-family: system-ui;
    line-height: 24px;
}
blockquote {
    margin: 35px 0;
    background: #cde5d5;
    padding: 40px 40px 20px;
    position: relative;
    display: block;
    color: #545454;
    font-style: italic;
    border: none;
    border-left: 4px solid #289080;
    font-family: 'ralewaybold';
}
/*============================end blog css===============================*/
.modal .modal-title {
    font-family: 'ralewaybold';
    color: #289080;
    font-size: 22px;
}
.modal-content {
    /* background: #fafffc; */
}
.lifeoscopeBanner .yourCare {
    padding: 0;
}
.team {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px  solid #289080;
    margin: auto;
}
.team img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq button.accordion-button {
    font-size: 1.25rem;
    opacity: 1;
    color: rgb(76, 76, 76) !important;
    font-family: 'ralewaybold';
    border: none;
}
.faq .accordion-item {
    margin-bottom: 16px;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}
.faq .accordion-button:focus {
    outline: none;
    box-shadow: none;
    background: none;
}
.faq p {
    font-size: 16px;
    color: #3E3E3E;
    font-family: system-ui;
}
.faq li {
    font-size: 16px;
    font-family: system-ui;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
}
.faq li i {
    color: #009180;
    margin-right: 5px;
}
.faq .accordion-button:not(.collapsed) {
    background: transparent;
}
.disorder {
    border-radius: 10px;
    overflow: hidden;
    /* width: 516px; */
    width: 100%;
    height: 516px;
}
.disorder img {
    object-fit: cover;
    height: 100%;
}
.owl-theme .owl-nav [class*=owl-] {
    display: none;
}
.owl-theme .owl-nav [class*=owl-] {
    display: none;
}
.owl-theme .owl-nav [class*=owl-] {
    display: none;
}


