@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Gowun+Batang&display=swap');

webkit-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-wi.signup-areadth
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

body,
html {
    box-sizing: border-box;
}

body,
body * {
    font-family: "Figtree", sans-serif;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

body {
    background: #ffffff;
    font-family: "Figtree", sans-serif;
    color: #525252;
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px;
}

a {
    text-decoration: none;
}

a,
.btn {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
h1 {
    font-family: "Gowun Batang", serif;
    color: #0F172A;
}

h2 {
    position: relative;
    font-family: "Gowun Batang", serif;
    font-size: 48px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 20px;
}
h3 {
    position: relative;
    font-family: "Figtree", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 20px;
}
h4 {
    position: relative;
    font-family: "Figtree", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #0F172A;
    margin-bottom: 20px;
}

/*** Global ***/
.btn-default {
    background: #22A24E;
    display: inline-block;
    position: relative;
    font-family: "Figtree", sans-serif;
    color: #fff !important; 
    font-size: 18px;
    font-weight: 500;
    border: 0;
    text-decoration: none !important;
    text-align: center;
    border-radius: 12px;
    padding: 10px 24px;
}

.btn-default:hover,
.btn-default:focus {
    background: #636F41;
    color: #fff;
}

.btn-default:hover img {
    filter: brightness(0) invert(1);
}

/*** Header ***/
.main-header {
    position: absolute;
    padding: 30px 0 30px;
    z-index: 999;
    left: 0;
    right: 0;
    transition: all .3s ease-in;
}
.main-header.sticky {
    background: #F5F6EF;
    position: sticky;
    top: 0;
    box-shadow: 0px 0px 3px 4px rgba(0, 0, 0, .08);
    padding: 10px 0 10px;
}
.main-menu {
    position: relative;
    z-index: 2;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0 0 0 40px;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-family: "Figtree", sans-serif;
    height: inherit;
    line-height: inherit;
}
.main-menu .primary-navigation > div > .menu-wrapper li {
    margin: 0 20px;
}
.main-menu .primary-navigation a {
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    color: #0F172A;
    font-weight: 400;
    padding: 0 !important;   
}
.main-menu .primary-navigation a:hover, .main-menu .primary-navigation a:focus {
    text-decoration: none;
    color: #22A24E;
}

.header-link {
    position: relative;
    z-index: 2;
}

.header-link a {
    text-decoration: none;
}

/*** Banner ***/
.banner-area {
    position: relative;
    width: 100%;
    min-height: 680px;
    z-index: 1;
    text-align: center;
    background: linear-gradient(180deg, rgba(99, 111, 65, 0) 0%, #9DA972 190.76%);
    padding-top: 170px;
}
.banner-content {
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
}
.banner-content h1 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner-content p {
    margin-bottom: 20px;
}
.apps-area {
    display: block;
    margin-bottom: 10px;
}
.apps-area a {
    margin: 0 10px;
}
/*** Content Area ***/ 
.content-area {
    display: block;
}
.heading-div {
    display: block;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.heading-div p {
    line-height: 150%;
    margin-bottom: 0;
}
.heading-div h2 {
    line-height: 130%;
    padding-top: 15px;
    margin-bottom: 12px;
}
.heading-div h2::before {
    background-color: #22A24E;
    position: absolute;
    content: "";
    width: 175px;
    height: 3px;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/*** Main Tab Area ***/
.main-content-area {
    position: relative;
    display: block;
    padding: 60px 0;
}
.main-content-area .col-md-4 {
    margin-bottom: 24px;
}
.main-tab {
    background: #F5F6EF;
    display: block;
    height: 100%;
    font-weight: 500;
    text-align: center;
    border-radius: 16px;
    border: 1px solid #EFEFEF;
    padding: 48px 24px;
}
.main-tab:hover {
    background: linear-gradient(180deg, #7A8751 0%, #40462E 100%);
    border: 1px solid var(--Avacado-600, #636F41);
    color: #fff;
}
.main-tab:hover h3 {
    color: #fff;
}
.main-tab .icon {
    display: block;
    margin-bottom: 30px;
}
.main-tab h3 {
    margin-bottom: 16px;
}
.main-tab p {
    margin-bottom: 0;
}
/*** Wellness Flow Area ***/
.wellness-area {
    background: #F5F6EF;
    display: block;
    padding: 80px 0;
}
.wellness-img {
    position: relative;
    display: block;
}
.wellness-img::after {
    background: url(../images/green-star.svg) no-repeat;
    position: absolute;
    width: 70px;
    height: 70px;
    content: "";
    top: 24px;
    right: -6px;
}
.white-box {
    background: #FFFFFF;
    position: relative;
    font-weight: 500;
    padding: 24px;
    border-radius: 24px;
    margin-bottom: 16px;
}
.white-box:hover {
    background: linear-gradient(180deg, #7A8751 0%, #40462E 100%);
    color: #fff;
}
.white-box:hover h3 {
    color: #fff;
}
.white-box h3 {
    margin-bottom: 10px;
}
.white-box p {
    margin-bottom: 0;
}
/*** Users Area ***/
.users-area {
    background: #FFFFFF;
    display: block;
    padding: 60px 0;
}
.users-img {
    position: relative;
    display: block;
}
.users-img::before {
    background: url(../images/green-star.svg) no-repeat;
    position: absolute;
    width: 70px;
    height: 70px;
    content: "";
    top: 24px;
    left: -33px;
}
/*** Testimonial Area ***/
.testimonial-area {
    background: #E8EBDC url(../images/testimonial-bg.jpg) no-repeat;
    background-size: cover;
    display: block;
    height: 660px;
    overflow: hidden;
}
.testimonial-area .heading-div {
    text-align: left;
}
.testimonial-area .heading-div h2::before {
    margin: inherit;
}
.testimonial-text {
    display: block;
    padding: 50px 0;        
}
.trusted-area {
    display: block;
    margin-top: 100px;
}
.trusted-area .icon {
    margin-bottom: 20px;
}
.trusted-area .title {
    font-family: "Gowun Batang", serif;
    font-size: 48px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 20px;
}
.trusted-area .des {
    font-size: 24px;
    font-weight: 500;
    color: #525252;
}
.testimonials-div {
    overflow-y: scroll;
    height: 660px;
}
.testimonials-div::-webkit-scrollbar {
  width: 0px;
}
.testimonials-tab {
    background: #F6F7F6;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #B8C195;
    margin-bottom: 24px;
}
.testimonials-tab:last-child {
    margin-bottom: 0;
}
.testimonial-row {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 30px;
}
.testimonial-image img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
}
.testimonial-title {
    line-height: normal;
}
.testimonial-title h4 {
    margin-bottom: 5px;
}
.testimonial-date {
    display: block;
    color: #0F172A;
}
/*** Faqs Area ***/
.faqs-area {
    display: block;
    padding: 60px 0;
}
.faqs-area .ewd-ufaq-faq-div {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
.faqs-area .ewd-ufaq-faq-title a {
    background: #636F41;
    position: relative;
    display: block;
    border-radius: 12px;
    padding: 18px 20px;
}
.faqs-area div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
    display: none;
}
.faqs-area .ewd-ufaq-faq-title h4 {
    font-family: "Figtree", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #F6F7F6;
    margin: 0px !important;
}
.faqs-area .ewd-ufaq-faq-title a::after {
    position: absolute;
    display: block;
    right: 20px;
    top: 25px;
    width: 24px;
    height: 24px;
    margin-left: auto;
    content: "";
    background-image: url(../images/plus-sign.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transition: transform 0.2s ease-in-out;
}
.faqs-area .ewd-ufaq-post-active .ewd-ufaq-faq-title a::after {
    background-image: url(../images/minus-sign.png);
}
.faqs-area .ewd-ufaq-faq-body {
    background-color: #f7fafc;
    font-size: 20px;
    font-weight: 500;
    border-radius: 12px;
    padding: 15px;
}
.customer-support {
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 48px;
}
.call-img {
    display: block;
    margin-bottom: 30px;
}
.customer-support span {
    color: #0F172A;
}
.customer-support a {
    color: #0F172A;
}
.customer-support a:hover, .customer-support a:focus {
    color: #22A24E;
}
.customer-support h4 {
    color: #22A24E;
    margin-bottom: 15px;
}
/*** Personalized Area ***/
.personalized-area {
    background: #F5F6EF;
    display: block;
    padding: 60px 0;
}
.personalized-div {
    background: linear-gradient(180deg, #7A8751 0%, #40462E 100%);
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 32px;
    padding: 64px;
}
.personalized-div::after {
    background: url(../images/personalized-img.png) no-repeat;
    position: absolute;
    width: 661px;
    height: 557px;
    content: "";
    top: 0;
    right: 0;
}
.personalized-text {
    display: block;
    max-width: 565px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.personalized-text h2 {
    font-size: 56px;
    color: #fff;
    margin-bottom: 30px;
}
.personalized-text p {
    margin-bottom: 30px;
}
.personalized-div .apps-area {
    position: relative;
    display: inline-block;
}
.personalized-div .apps-area::after {
    background: url(../images/apps-arrow.svg) no-repeat;
    position: absolute;
    content: "";
    width: 60px;
    height: 86px;
    right: -70px;
    top: -45px;
}
.personalized-image-mob {
    display: none;
}
/*** Footer ***/ 
.footer {
    background-color: #FDF8EF;
    display: block;
    padding: 60px 0 40px;
}
.footer-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #ccc9be;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.f-logo img {
    max-width: 120px;
}
.footer-main .f-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-main .f-menu ul li {
    display: inline-block;
    margin-left: 30px;
    text-decoration: none;
}
.footer-main .f-menu ul li a {
    font-size: 18px;
    color: #0F172A;
    font-weight: 400;
    text-decoration: none;
}
.footer-main .f-menu ul li a:hover,
.footer-main .f-menu ul li a:focus {
    color: #22A24E;
    text-decoration: none;
}
.f-social ul {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.copyright {
    font-size: 14px;
    font-weight: 400;
    color: #646161;
    text-align: center;
}
@media (max-width: 1399.98px) {
.personalized-div::after {
    width: 530px;
}
.personalized-text {
    max-width: 505px;
}
.personalized-text h2 {
    font-size: 50px;
}
}
@media (max-width: 1199.98px) {
.banner-content h1 {
    font-size: 50px;
}
h2 {
    font-size: 40px;
}
.main-tab {
    padding: 28px 24px;
}
.personalized-div {
    padding: 64px 40px;
}
.personalized-text {
    font-size: 20px;
    max-width: 395px;
}
.personalized-text h2 {
    font-size: 36px;
}
.apps-area a {
    margin: 0 5px;
}
.apps-area img {
    max-width: 130px;
}
.testimonials-tab {
    font-size: 15px;
    padding: 18px;
}
.testimonial-row {
    gap: 15px;
}
.testimonial-image img {
    width: 50px !important;
    height: 50px !important;
}
}
@media (max-width: 991.98px) {
h2 {
    font-size: 38px;
}
h3 {
    font-size: 22px;
}
.container {
    max-width: 95%;
}
.logo {
    max-width: 150px;
}
.btn-default {
    font-size: 16px;
    padding: 10px 20px;
}
.main-menu .primary-navigation > div > .menu-wrapper li {
    margin: 0 10px;
}
.heading-div {
    font-size: 20px;
}
.trusted-area .title {
    font-size: 38px;
}
.trusted-area .des {
    font-size: 22px;
}
.testimonial-area {
    height: 550px;
}
.testimonials-div {
    height: 550px;
}
.personalized-div::after {
    width: 500px;
}
}
@media (max-width: 891.98px) {
.container {
    max-width: 100%;
}
.logo {
    max-width: 140px;
}
.main-menu .primary-navigation a {
    font-size: 16px;
}
.banner-content br {
    display: none;
}
}
@media (max-width: 768px) {
.main-menu .primary-navigation {
    position: static;
}
.main-menu #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    padding-top: 20px;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    padding: 5px 20px !important;
}
}
@media (max-width: 767.98px) {
.banner-content h1 {
    font-size: 40px;
}
h2 {
    font-size: 34px;
}
.banner-content {
    font-size: 18px;
}
.heading-div {
    font-size: 18px;
}
.heading-div br {
    display: none;
}
.wellness-img {
    margin-bottom: 30px;
}
.wellness-img img {
    width: 100%;
}
.wellness-img::after {
    right: 80px;
}
.users-area .row {
    flex-direction: column-reverse;
}
.users-img {
    margin-bottom: 30px;
}
.users-img img {
    width: 100%;
}
.users-img::before {
    top: 20px;
    left: inherit;
    right: 80px;
}
.footer {
    padding: 40px 0 24px;
}
.footer-main {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.f-logo {
    margin-bottom: 20px;
}
.f-menu {
    margin-bottom: 20px;
}
.f-social ul {
    justify-content: center;
}
.personalized-div {
    padding: 24px;
}
.personalized-div::after {
    display: none;
}
.personalized-image-mob {
    display: block;
}
}
@media (max-width: 575.98px) {
.banner-content h1 {
    font-size: 38px;
}
h2 {
    font-size: 30px;
}
h4 {
    font-size: 16px;
}
.btn-default {
    font-size: 14px;
    padding: 8px 15px;
}
.logo {
    max-width: 120px;
}
.banner-content {
    font-size: 16px;
}
.wellness-area {
    padding: 60px 0;
}
.main-content-area {
    position: relative;
    display: block;
    padding: 60px 0 30px;
}
.wellness-img::after {
    right: 9px;
}
.users-img::before {
    top: 20px;
    left: inherit;
    right: 10px;
}
.trusted-area {
    margin-top: 0;
}
.testimonial-area {
    height: auto;
}
.testimonials-div {
    display: flex;
    gap: 16px;
    height: auto;
    overflow-y: inherit;
    overflow-x: scroll;
}
.testimonials-tab {
    width: 310px;
    height: 100%;
    font-size: 13px;
    padding: 18px;
    flex-shrink: 0;
}
.faqs-area .ewd-ufaq-faq-title h4 {
    font-size: 14px;
}
.customer-support br {
    display: none;
}
.footer-main .f-menu ul li {
    margin: 0 5px;
}
.footer-main .f-menu ul li a {
    font-size: 14px;
}
}