/** Navbar **/
.navbar {
    padding: 0;
    /* height: 72px; */
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.landingpage__logo a {
    font-weight: normal;
    font-size: 1rem;
    line-height: 30px;
    color: #233a51;
    text-decoration: none;
}

.landingpage__logo a img {
    width: 180px;
}

.landingpage__navigation-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background-color: #233a51;
    z-index: 2;
    transform: translateX(250px);
    transition: all 0.3s ease-in-out;
}

.menubar-overlay {
    position: fixed;
    top: 0;
    left: 0%;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
}

.show-overlay,
.menubar__close {
    display: block;
}

.menubar__close {
    padding: 20px;
    padding-bottom: 0;
    text-align: right;
}

.menubar__close img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.landingpage__navigation-menu--list {
    padding: 0 20px;
    padding-top: 50px;
}

.showmenubar {
    transform: translateX(0);
}

.header__navbar__menu--btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    border: 0;
    height: 25px;
}
.header__navbar__menu--btn__icon {
    width: 30px;
    height: 2px;
    background: #233a51;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(35, 58, 81, 0.2);
    transition: all 0.5s ease-in-out;
}
.header__navbar__menu--btn__icon::before,
.header__navbar__menu--btn__icon::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #233a51;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(35, 58, 81, 0.2);
    transition: all 0.5s ease-in-out;
}
.header__navbar__menu--btn__icon::before {
    transform: translateY(-10px);
}
.header__navbar__menu--btn__icon::after {
    transform: translateY(10px);
}
/* ANIMATION */
.header__navbar__menu--btn.open .header__navbar__menu--btn__icon {
    transform: translateX(-50px);
    background: transparent;
    box-shadow: none;
}
.header__navbar__menu--btn.open .header__navbar__menu--btn__icon::before {
    transform: rotate(45deg) translate(35px, -35px);
}
.header__navbar__menu--btn.open .header__navbar__menu--btn__icon::after {
    transform: rotate(-45deg) translate(35px, 35px);
}

.section7__content-carousel-prevbtn,
.section7__content-carousel-nextbtn,
.section11__content-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.landingpage__navigation-menu ul li a {
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    color: #ffffff;
    padding: 5px 16px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    transition: 0.2s;
    font-weight: 600;
}

.landingpage__navigation-menu ul li a.active {
    color: #58C4CB;
}

.landingpage__navigation-menu ul li a:hover {
    color: #58C4CB;
}

.landingpage__login-signup,
#view_dashboard {
    display: none;
}

.landingpage__login-signup a,
.landingpage__login p a {
    text-decoration: none;
}

.landingpage__navigation-menu ul li.login__signup1 a,
.landingpage__navigation-menu ul li.login__signup2 a {
    margin-top: 15px;
}

.landingpage__login-signup a:first-child,
.landingpage__navigation-menu ul li.login__signup1 a {
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    color: #111010;
    margin-right: 56px;
}

.landingpage__navigation-menu ul li.login__signup1 a:hover,
.landingpage__login-signup a:first-child:hover {
    color: #58C4CB;
}

.landingpage__login p {
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #000000;
    margin: 0;
}

.landingpage__login p a {
    color: #E9FFFE;
}

.landingpage__login-signup a:last-child,
.landingpage__navigation-menu ul li.login__signup2 a {
    padding: 8px 24px;
    background: #58C4CB;
    border-radius: 24px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #111010;
    margin-right: 0;
    transition: 0.3s;
}

.landingpage__login-signup a:last-child:hover,
.landingpage__navigation-menu ul li.login__signup2 a:hover {
    background: #E9FFFE;
    color: #000;
}

/** /Navbar **/

/** Section1 **/
.section1 {
    padding: 80px 0;
    background-image: url("../images/sec5_backzoom_1.svg");
    background-repeat: no-repeat;
    background-position: 40% 6%;
    background-size: auto;
}

.section1_mob_backimg {
    display: none;
}

.section1_mob_back img {
    width: 100%;
}

.section1__heading h3 {
    font-weight: bold;
    font-size: 3rem;
    line-height: 130%;
    color: #111010;
    margin: 0;
    padding-bottom: 24px;
}

.section1__heading p {
    font-weight: 100;
    font-size: 1.25rem;
    line-height: 30px;
    color: #111010;
    margin: 0;
    max-width: 586px;
    text-align: justify;
}

.section1__heading p b {
    font-size: 1.125rem;
}

.section1__explore__mind {
    margin-top: 72px;
    max-width: 408px;
    position: relative;
}

.section1__explore__mind a {
    background: #A3E8E5;
    border-radius: 36px;
    border-top-left-radius: 0;
    font-weight: 600;
    padding: 16px 0px;
    font-size: 1.5rem;
    line-height: 130%;
    text-align: center;
    color: #000;
    text-decoration: none;
    display: block;
    max-width: 335px;
    width: 100%;
    transition: 0.3s;
}

.section1__explore__mind a:hover {
    background: #58C4CB;
}

.section1__explore__mind img {
    position: absolute;
    top: -15px;
    right: 40px;
    width: 73px;
}

/** /Section1 **/

/** Section2 **/

.section2__play-intro-video video {
    border-radius: 12px;
    outline: 0 none;
}

.section2__play-intro-video h1 {
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    color: #000000;
}

/** /Section2 **/

/** Section3 **/

.section3 {
    background-image: url("../images/sec3_backzoom.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
}

.section3__content {
    padding-top: 10%;
}

.section5__content {
    background-image: url("../images/sec5_backzoom_1.svg"),
        url("../images/sec5_backzoom.svg");
    background-repeat: no-repeat;
    background-position: center 95%, right -60%;
    background-size: auto;
    padding-bottom: 75px;
}

.section7 {
    background-image: url("../images/sec7_backzoom.png"),
        url("../images/sec7_backzoom_1.svg");
    background-repeat: no-repeat;
    background-position: 10% -5%, right 100%;
    background-size: auto, 15%;
    padding: 150px 0;
}

.section9 {
    background-image: url("../images/sec9_backzoom.svg"),
        url("../images/sec9_backzoom_1.svg");
    background-repeat: no-repeat;
    background-position: left -21%, 75% -5%;
    background-size: auto;
}

.section3__content {
    background-image: url("../images/sec3_backzoom_pink.svg"),
        url("../images/sec3_backzoom.svg");
    background-repeat: no-repeat;
    background-position: 57% 105%, right 100%;
    background-size: auto;
}

.section3__content__wellbeingimg img,
.section4__content__wellbeingimg img,
.section5__content__wellbeingimg img {
    max-width: 100%;
}

.section3__content__heading {
    padding-left: 10px;
}

.section3__content__heading h3,
.section4__content__heading h1,
.section5__content__heading h2 {
    font-weight: bold;
    font-size: 3rem;
    line-height: 130%;
    color: #111010;
    margin: 0;
    padding-bottom: 32px;
    padding-top: 10px;
}

.section3__content__heading p,
.section4__content__heading p,
.section5__content__heading p {
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 30px;
    color: #5D5D5D;
    margin: 0;
    max-width: 520px;
    text-align: justify;
}

.section4__content__heading p svg {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

.section4__content-backzoom img {
    position: absolute;
    top: 12%;
    z-index: -1;
    left: -15%;
}

.section4 {
    padding-top: 52px;
}

.section5 {
    padding-top: 10px;
}

.section10,
.section11 {
    padding-top: 100px;
}

.section9 {
    padding: 75px 0;
}

.section6__content h2,
.section7__content h1,
.section8 h1 {
    font-weight: bold;
    font-size: 3rem;
    line-height: 130%;
    text-align: center;
    color: #111010;
    margin: 0;
    padding-bottom: 38px;
}

.section6__content__meditate,
.section6__content__yoga,
.section6__content__cycling {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    text-align: center;
    padding: 40px 31px;
    margin: 10px 1px;
}

.section6__content__meditate {
    background: #fbe2ea;
}

.section6__content__yoga {
    background: #dff7f3;
}

.section6__content__meditate img,
.section6__content__yoga img,
.section6__content__cycling img {
    width: 100%;
    height: 177px;
}

.section6__content__cycling {
    background: #e0e6f8;
}

.section6__content__meditate p,
.section6__content__yoga p,
.section6__content__cycling p {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 135%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #59C5CC;
    margin: 0;
    padding-top: 31px;
}

.section7__content h1 {
    padding-bottom: 20px;
}

.section7__content p {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 30px;
    text-align: center;
    color: #6f6f6f;
    margin: 0;
    padding-bottom: 66px;
}

.section7__content-slideimg {
    position: relative;
    border-radius: 12px;
}

.section7__content-slideimg img {
    width: 100%;
    border-radius: 12px;
    height: 500px;
}

.section7__content-carousel {
    padding: 0 90px;
}

.section7__content-slide-text {
    position: absolute;
    bottom: 0;
    padding: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    border-radius: 12px;
}

.section7__content-slide-text h1 {
    font-weight: 500;
    font-size: 1.025rem;
    line-height: 130%;
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-align: unset;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.section7__content-slide-text p {
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 130%;
    color: #ffffff;
    margin: 0;
    text-align: unset;
    padding: 0;
    padding-top: 8px;
}

.owl-carousel .owl-item.medium .section7__content-slideimg,
.owl-carousel .owl-item.active .section7__content-slideimg {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.owl-carousel .owl-item.active.center .section7__content-slideimg,
.owl-carousel .owl-item.active.center.big .section7__content-slideimg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.section7__content-carousel-prevbtn,
.section7__content-carousel-nextbtn {
    background: #A3E8E5;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    height: 72px;
    width: 72px;
    border-radius: 50%;
    -webkit-justify-content: center;
    justify-content: center;
    border: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section7__content-carousel-prevbtn:focus,
.section7__content-carousel-nextbtn:focus {
    outline: 0 none;
}
.section7__content-carousel-nextbtn {
    right: 0px;
}

.section7__content-carousel-prevbtn {
    left: 0px;
}

.section8__content {
    background:#A3E8E5;
    border-radius: 12px;
    padding: 80px 15px;
    margin: 0;
}

.section8__content h2 {
    font-weight: bold;
    font-size: 2rem;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #111010;
    margin: 0 auto;
    max-width: 610px;
    padding-bottom: 28px;
}

.section8__content-check-score {
    max-width: 486px;
    margin: 0 auto;
    position: relative;
}

.section8__content-check-score a {
    background: #E9FFFE;
    border-radius: 40px;
    border-top-left-radius: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 130%;
    text-align: center;
    color: #000;
    padding: 19px 0;
    display: block;
    max-width: 413px;
    width: 100%;
    text-decoration: none;
}
.section8__content-check-score a:hover 
{
    background-color: #98E3E1;
}

.section8__content-check-score img {
    position: absolute;
    top: -15px;
    right: 40px;
}

.section9__content__logoimg {
    text-align: center;
    padding-bottom: 48px;
}

.section9__content__logoimg img {
    width: 142px;
    height: 100px;
}
.section9__content__heading,
.section10__content h1 {
    font-weight: 800;
    font-size: 1.625rem;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    color: #111010;
    margin: 0;
    padding-bottom: 4px;
}

.section9__content__heading {
    font-size: 2.25rem;
}

.section9__content__desc,
.section10__content p {
    margin: 0;
    font-weight: normal;
    font-size: 1.75rem;
    line-height: 42px;
    text-align: center;
    color: #000000;
    padding-bottom: 50px;
}

.section9__ourservices-tabs-style {
    /*width: 202px;*/
    width: 170px;
    margin: 0 8px;
    text-align: center;
    display: inline-block;
}

.section9__ourservices-tabs p {
    margin: 0;
    font-weight: normal;
    font-size: 1rem;
    line-height: 24px;
    color: #6d7488;
    text-align: center;
    padding: 12px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section9__ourservices-tabs p.active-tab {
    color: #58C4CB;
}

.section9__ourservices-tabs button {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 36px;
    color: #111010;
    background: #ffffff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    border: 0;
    width: 100%;
    padding: 14px 0px;
    transition: all 0.3s ease;
}

.section9__ourservices-tabs button.active-tab {
    background: #58C4CB;
    color: #ffffff;
}

.section9__ourservices-tabs button:focus {
    outline: 0 none;
}

.section9__ourservices-tabs__content {
    padding-top: 32px;
}

.section9__ourservices-tabs__content span {
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0.25em;
    color: #58C4CB;
}

.section9__ourservices-tabs__content h2 {
    font-weight: bold;
    font-size: 2rem;
    line-height: 138.5%;
    color: #49516a;
    margin: 0;
    padding-bottom: 32px;
}

.section9__ourservices-tabs__content p {
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 27px;
    color: #3f4c75;
    margin: 0;
    padding-bottom: 32px;
    text-align: justify;
}

.section9__ourservices-tabs__happilife__btn {
    position: relative;
    max-width: 281px;
}

.section9__ourservices-tabs__happilife__btn img {
    position: absolute;
    top: -20px;
    right: 20px;
}

.section9__ourservices-tabs__content a {
    background: #A3E8E5;
    border-radius: 24px;
    border-top-left-radius: 0;
    border: 0;
    padding: 0;
    margin-bottom: 20px;
    transition: 0.3s;
    max-width: 260px;
    width: 100%;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #111010;
    text-decoration: none;
    padding: 10px 24px;
    display: block;
    text-align: center;
}

.section9__ourservices-tabs__content a:hover {
    background: #58C4CB;
}

.section9__ourservices-tabs__content a svg {
    margin-right: 16px;
}

.section9__ourservices-tabs__content-img {
    text-align: right;
}

.section9__ourservices-tabs__content-img img {
    width: 100%;
}

.section9__ourservices-tabs__happiapp,
.section9__ourservices-tabs__happitalk,
.section9__ourservices-tabs__happispace,
.section9__ourservices-tabs__happichat {
    display: none;
}

.section9__ourservices-tabs__happyapp__thrive h2 {
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 30px;
    text-align: center;
    margin: 0;
    padding-top: 13px;
    font-style: italic;
    color: #7b7b7b;
}

.section9__ourservices-tabs__happyapp__thrive h2 img {
    margin-left: 16px;
}

.section10__content {
    background: url("../images/bg-counters.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 20px;
}

.section10__content__achievements h2 {
    margin: 0;
    font-weight: bold;
    font-size: 3.125rem;
    line-height: 75px;
    text-align: center;
    color: #000000;
}

.section10__content__achievements p {
    margin: 0;
    font-weight: 500;
    font-size: 1rem;
    line-height: 200%;
    color: #000000;
}

.section11__content {
    max-width: 708px;
    margin: 0 auto;
}

.section11__content h1 {
    margin: 0;
    font-weight: bold;
    font-size: 2rem;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #58C4CB;
    padding-bottom: 50px;
}

.section11__content-btn {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 27px;
    color: #111010;
    margin: 0;
    cursor: pointer;
    text-align: justify;
    justify-content: space-between;
}

.section11__content-btn span {
    margin-left: 15px;
}

.section11__content-btn svg {
    transition: 0.3s;
}

.section11__content-btn[aria-expanded="true"] {
    color: #58C4CB;
}

.section11__content-btn[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.section11__content-desc {
    font-weight: normal;
    font-size: 1rem;
    line-height: 24px;
    color: #49516a;
    margin: 0;
    margin-top: 24px;
    border-left: 2px solid #dbdce1;
    padding-left: 16px;
    text-align: justify;
}

.section11__content__link {
    text-align: center;
}

.section11__content__link a {
    font-size: 1rem;
    color: #3c92c6;
}

.footer {
    background: #A3E8E5;
    padding: 120px 0;
}

.footer__social-icons a {
    padding-right: 24px;
    text-decoration: none;
}

.footer__logo h1 {
    margin: 0;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 36px;
    color: #111010;
    padding-top: 30px;
}

.footer__logo p {
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 18px;
    color: #111010;
    margin: 0;
    padding-top: 8px;
    /* max-width: 121px; */
    padding-bottom: 20px;
}

.footer__lists {
    padding-bottom: 20px;
}

.footer__lists h1 {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 30px;
    color: #111010;
    margin: 0;
    padding-bottom: 8px;
}

.footer__lists ul li a {
    font-weight: normal;
    font-size: 1rem;
    line-height: 24px;
    color: #111010;
    text-decoration: none;
}

.footer__lists ul li {
    padding: 4px 0;
}

.footer__lists ul li a:hover {
    text-decoration: underline;
}

.footer__copyright__text {
    margin: 0;
    font-size: 0.75rem;
    color: #111010;
    max-width: 100%;
}

.section1_mob_back {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
}

.blur {
    filter: blur(25px);
}
.landing-modal-button {
    bottom: 15px;
    position: absolute;
    left: 0;
    right: 0;
}
#landing_button_div {
    width: fit-content;
    min-width: none;
}
.landing-modal .modal-dialog {
    min-width: 950px;
}

.landing-modal .modal-content {
    position: relative;
    border-radius: 52px;
    padding:0;
    background: #E5FFFF;
    padding-bottom: 20px;
}

a#happilife_screening2 {
    color: #fff;
}


.landing-modal-img {
    height: 550px;
    width: 100%;
}

.landing-modal-img img {
    border-radius: 50px;
    width: 100%;
    height: 100%;
}

#close-landing-modal {
    position: absolute;
    right: 25px;
    top: 25px;
}

.quote-container {
    height: 300px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.modal-quote h3 {
    font-size: 30px;
}

.modal-quote {
    position: relative;
}

.modal-quote span::before {
    content: "“";
    position: absolute;
    font-size: 30px;
    top: -7px;
    left: -15px;
}

.modal-quote span:last-child::after {
    content: "”";
    position: absolute;
    font-size: 30px;
    bottom: 12px;
    right: -15px;
}
.b24-widget-button-inner-item 
{
    background-color: #A3E8E5;
}
.b24-window-close 
{
    background-color: #000 !important;
}
.b24-form-btn 
{
    background-color: #A3E8E5 !important;
    color: #000 !important;
}
.b24-form-wrapper.b24-form-border-bottom {
    border-bottom: 5px solid #58C4CB !important;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .section7__content-slideimg img {
        height: 450px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .section7__content-slideimg img {
        height: 250px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .section7__content-slideimg img {
        height: 300px;
    }
}

@media screen and (min-width: 1200px) {
    .section7__content-slideimg img {
        height: 400px;
    }
}

@media screen and (max-width: 992px) and (min-width: 576px) {
    .section1_mob_back img {
        width: 80%;
    }
    .section1 {
        background-position: 75% 50%;
    }
}
@media screen and (max-width: 992px) and (min-width: 767px) {
    .section4__content-backzoom img {
        position: absolute;
        top: -10%;
        z-index: -1;
        left: -10%;
    }
    .section1 {
        background-position: 65% 60%;
    }
}

@media screen and (max-width: 767px) and (min-width: 577px) {
    .section1 {
        background-position: 75% 50%;
    }
}

@media screen and (max-width: 992px) {
    .section1__heading p {
        max-width: 500px;
    }
}

@media screen and (min-width: 992px) {
    .section6__content__meditate,
    .section6__content__yoga,
    .section6__content__cycling {
        height: 100%;
    }
    .footer__logo p {
        padding-bottom: 0;
    }
    .section4__content__wellbeingimg {
        text-align: right;
    }
    .landingpage__navigation-menu {
        position: unset;
        background-color: transparent;
        width: unset;
        transform: translateX(0);
    }
    .landingpage__navigation-menu--list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        padding: 0;
    }
    .landingpage__navigation-menu ul li a {
        color: #111010;
        padding: 0 16px;
    }
    .landingpage__navigation-menu ul li a:hover {
        color: #58C4CB !important;
    }

    .landingpage__navigation-menu ul li.login__signup1 a,
    .landingpage__navigation-menu ul li.login__signup2 a,
    .menubar-overlay,
    .header__navbar__menu--btn,
    .show-overlay,
    .menubar__close {
        display: none;
    }

    .landingpage__login-signup {
        display: block;
    }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
    .landingpage__navigation-menu ul li a {
        padding: 0 8px;
    }
    .landingpage__login-signup a:first-child {
        margin-left: 20px;
        margin-right: 20px;
    }
    .landingpage__login-signup a.viewdashboard {
        margin: 0;
    }
}

@media screen and (min-width: 576px) {
    .section7__content-carousel-nextbtn {
        right: -20px;
    }

    .section7__content-carousel-prevbtn {
        left: -20px;
    }

    .section8__content {
        margin: 0 40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .section7__content-slide-text h1 {
        font-size: 0.875rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .section7__content-slide-text h1 {
        -webkit-line-clamp: 2;
    }
    .section7__content-carousel {
        padding: 0 50px;
    }
    .section7__content-slide-text {
        padding: 10px;
    }
    .section9__ourservices-tabs__content-img {
        top: 50%;
        position: relative;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 991px) {
    .landing-modal .modal-dialog {
        min-width: 750px;
    }
    #view_dashboard {
        display: block;
    }
    .section4__content__column {
        flex-direction: column-reverse;
    }
    .landing-modal .modal-content {
        background: #E5FFFF;
        padding-bottom: 50px;
}
    .section5__content {
        background-position: left 95%, right 60%;
    }
    .section7,
    .section9 {
        padding-top: 75px;
    }
    .section1_mob_back {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 20px;
    }
    .section3__content {
        background-position: 10% 100%, right 100%;
    }
    .section7 {
        background-position: 0% -5%, right 100%;
        background-size: 30%, 15%;
    }
    .section9 {
        background-position: -10% -5%, 150% -5%;
    }
}

@media screen and (max-width: 767px) {
    .section1_mob_backimg {
        display: block;
    }
    .section1__explore__mind {
        margin-bottom: 25px;
    }
    .section7__content-slideimg {
        transform: scale(0.8);
    }
    .section7__content-slide-text p {
        padding-top: 0;
    }
    .section9 {
        background-position: 0% 0%, 100% 3%;
        background-size: 20%, 30%;
    }
    .landing-modal .modal-dialog {
        min-width: 565px;
    }
}

@media screen and (max-width: 576px) {
    .landing-modal .modal-dialog {
        min-width: 300px;
    }
    #close-landing-modal {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    #happilife_screening2 {
        font-size: 15px;
    }

    .modal-quote span:last-child::after,
    .modal-quote span::before {
        font-size: 15px;
    }

    .section9__ourservices-tabs-style {
        width: 100%;
        margin: 0;
    }
    /* .navbar {
    height: 64px;
  } */
    .section1__heading h3,
    .section3__content__heading h3,
    .section4__content__heading h1,
    .section5__content__heading h2,
    .section8__content h1,
    .section1__heading h1,
    .section6__content h2,
    .section8 h1,
    .section9__content__heading,
    .section7__content h1,
    .section8 h1 {
        font-size: 2rem;
    }
    .section1__heading p b,
    .section1__heading p,
    .section3__content__heading p,
    .section4__content__heading p,
    .section5__content__heading p,
    .section9__ourservices-tabs__content p {
        font-size: 1rem;
        line-height: 26px;
    }
    .section3__content {
        background-image: url("../images/sec3_backzoom.svg");
        background-position: right 100%;
    }
    .section5__content {
        background-position: -20% 100%, right 60%;
    }
    .section7 {
        background-position: 0% 2%, right 100%;
    }
    .section7__content-slide-text h1 {
        font-size: 1.025rem;
    }
    .section8__content h2,
    .section9__content__desc {
        font-size: 1.25rem;
        line-height: 24px;
    }
    .section1 {
        background-position: 75% 60%;
    }
    .modal-quote h3 {
        font-size: 15px;
    }
    .quote-container,
    .landing-modal-img {
        height: 250px;
    }
}

@media screen and (max-width: 550px) {
    .section7__content-carousel {
        padding: 0;
    }
    .section7__content-carousel-prevbtn,
    .section7__content-carousel-nextbtn {
        background: rgba(255, 255, 255, 0.1);
        height: 52px;
        width: 52px;
        z-index: 1;
    }
    .section7__content-carousel-prevbtn svg path,
    .section7__content-carousel-nextbtn svg path {
        stroke: white;
    }
    .section7__content-carousel-prevbtn {
        left: 5px;
    }
    .section7__content-carousel-nextbtn {
        right: 5px;
    }
}

@media screen and (max-width: 550px) {
    .section8__content-check-score img {
        top: -20px;
        right: auto;
        left: 0;
    }
}

@media screen and (max-width: 415px) {
    .section4__content-backzoom img {
        width: 100%;
    }
    .section8__content-check-score a {
        padding: 19px 15px;
    }
    .section7__content-slide-text h1 {
        font-size: 0.875rem;
    }
    .section1__explore__mind img {
        top: -25px;
        right: auto;
        left: 0;
    }
}

@media screen and (max-width: 390px) {
    .section4__content-backzoom img {
        top: 45%;
    }
}

@media screen and (max-width: 360px) {
    .section1__explore__mind a {
        font-size: 1rem;
    }
    .section9__ourservices-tabs__happilife__btn img {
        top: -25px;
        right: auto;
        left: 0;
    }
}

@media screen and (max-width: 300px) {
    .section6__content__meditate img,
    .section6__content__yoga img,
    .section6__content__cycling img {
        width: 100%;
    }
}

@media screen and (max-width: 280px) {
    .navbar {
        height: auto;
        padding: 15px 0;
    }
}

@media screen and (max-width: 250px) {
    .landingpage__navigation-menu {
        width: 100%;
    }
    .section9__content__heading,
    .section10__content h1 {
        font-size: 1rem;
    }
}
