/* Custom CSS */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
/*
	font-family: "Manrope", sans-serif;
	ExtraLight 200 
	Light 300 
	Regular 400 
	Medium 500
	SemiBold 600
	Bold 700
	ExtraBold 800
*/


.hentry {
    margin: 0px !important;
}

@media (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }
}
.mobile-logo-bth {
    display: none;
}
body {
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	color: #000000;
	padding: 20px;
	overflow-x: hidden;
}
h1 {
	font-weight: 600;
	font-size: 66px;
	line-height: 88px;
}
h2 {
	font-weight: 600;
	font-size: 44px;
}
h3 {
	font-weight: 600;
	font-size: 22px;
}

header.custom_header {
    position: absolute;
    z-index: 9;
    left: 0px;
    right: 0px;
    top: 37px;
    padding: 0px;
}
.header_bg {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 80px;
    padding: 12px 18px;
    border: 1px solid #E4EFF0;
    backdrop-filter: blur(20px);
}
.header_bg .row {
    align-items: center;
   
}
.header_logo img {
    max-width: 223px;
}
.header_nav ul#menu-main-nav {
    margin: 0px;
    list-style: none;
    display: flex;
    gap: 12px;
    background-color: #EDF4F3;
    border-radius: 55px;
    padding: 8px 10px;
    max-width: 763px;
}
.custom_header > .container {
    padding: 0px !important;
}
.header_nav ul#menu-main-nav li a {
    padding: 10px 23px;
    color: #000000;
    font-size: 16px;
    border: 0px;
    transition: all 0.5s ease !important;
    border-radius: 56px !important;
    background-color: transparent;
}
.header_nav ul#menu-main-nav li.current-menu-item a, 
.header_nav ul#menu-main-nav li a:hover {
    color: #15B6CD;
    background-color: #fff;
}
.header_bg .col-md-2 {
    padding-left: 0px;
}
.header_cta ul#menu-header-cta {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.header_cta ul#menu-header-cta a {
    background-color: #15B6CD;
    color: #fff;
    font-weight: 500;
    padding: 17px 56px 17px 24px;
    border-radius: 50px;
    border: 0px;
    display: inline-block;
    position: relative;
    transition: all 0.5s ease;
}
.header_cta ul#menu-header-cta a:before {
    content: '';
    width: 15px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 33px;
    border-radius: 50px;
    background-image: url(/wp-content/uploads/2025/11/Vector-17.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto;
}
.header_cta ul#menu-header-cta a:hover {
    color: #15B6CD;
    background-color: #fff;
}
.header_cta ul#menu-header-cta a:hover::before {
    filter: invert(1);
}
.header_cta ul#menu-header-cta li {
    text-align: right;
}
section.home_hero_sec {
    position: relative;
}
.home_hero_content_row {
    position: absolute !important;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.home_hero_content_row h1 {
    margin-bottom: 16px !important;
}
.home_hero_content_row p {
	margin-bottom: 40px;
	font-size: 18px;
	max-width: 600px;
}
.app_store_btn a {
    background-image: url(/wp-content/uploads/2025/11/app-store.png) !important;
    /*padding: 0px !important;
    font-size: 0px !important;
    width: 195px;
    height: 67px;
    border-radius: 10px !important;*/
}
.home_hero_content_row .vc_col-sm-6:first-child > .vc_column-inner {
    position: relative;
    top: -50px;
}
.margin_right_12 {
    margin-right: 12px;
}
.google_play_btn a {
    background-image: url(/wp-content/uploads/2025/11/google_play.png) !important;
   /* padding: 0px !important;
    font-size: 0px !important;
    width: 195px;
    height: 67px;
    border-radius: 10px !important;*/
}
.home_hero_bg_row img {
	background: #F1FDFF;
    border-radius: 20px;
}

section.home_feature_sec {
    padding: 120px 15px;
}
.home_feature_sec h2 {
    margin-bottom: 12px;
}
.features_title_row p {
    font-size: 18px;
    line-height: 30px;
}
.theme_btn button, .theme_btn a {
	background-color: #37B69E !important;
    color: #fff !important;
    background-image: none !important;
    border-radius: 50px !important;
    padding: 15px 32px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    transition: all 0.5s ease !important;

}
.theme_btn a:hover {
    background-color: #000000 !important;
}
.theme_btn button.vc_btn3-icon-left, .theme_btn a.vc_btn3-icon-left {
	padding-left: 74px !important;
}
.theme_btn button.vc_btn3-icon-left i, .theme_btn a.vc_btn3-icon-left i {
	left: 32px !important;
    background-color: #43C9B0;
    width: 30px;
    height: 30px !important;
    border-radius: 40px;
    transition: all 0.5s ease;
}
.theme_btn button:hover {
    background-color: #000 !important;
}
.theme_btn button:hover i {
    background-color: #464646;
}
.theme_btn button.vc_btn3-icon-left i:before, .theme_btn a.vc_btn3-icon-left i:before {
    content: "\f04b";
    position: absolute;
    top: 8px;
    left: 9px;
}
.akg-flipbox-front {
    background-image: url(/wp-content/uploads/2025/11/feature_card_bg.png);
    padding: 30px;
    padding-bottom: 40px;
}
.flip_box_row {
    margin-top: 30px;
}
.features_title_row {
	margin-bottom: 60px;
}
.akg-flipbox-front img {
    margin-bottom: 68px;
}
.akg-flipbox-front h3 {
    color: #000;
    margin-bottom: 15px;
}
.home_feature_sec .akg-flipbox-front p {
    line-height: 28px;
    font-size: 16px;
    color: #202020;
}
.vimeo-video-box {
    margin: 0px !important;
}
.vimeo-video-box .ultv-vimeo-portrait {
    background-color: transparent;
}
.vimeo-video-box .ultv-vimeo-portrait img {
    border: 2px solid #000;
}
.vimeo-video-box .ultv-vimeo-headers .ultv-vimeo-title {
    background-color: #000;
    border-radius: 5px;
}
.vimeo-video-box .ultv-vimeo-headers .ultv-vimeo-title a {
    color: #fff;
}
.vimeo-video-box .ultv-vimeo-headers .ultv-vimeo-byline {
    background-color: #000;
    font-weight: 600;
}
.vimeo-video-box .ultv-vimeo-headers .ultv-vimeo-byline a {
    color: #24b6cc;
}
.video_sec {
    background-color: #E8F8F6;
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 20px;
}
.features_title_row .buttons_right .wpb_wrapper {
    display: flex;
    justify-content: end;
}

.buttons_right .app_store_btn a,
.buttons_right .google_play_btn a {
    width: 163px;
    height: 55px;
    background-size: cover;
}
.video_sec .wpb_video_widget {
    margin-bottom: 0px;
}
.video_sec:before {
    /*content: '';*/
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 20px;
}
.video_sec:after {
    /*content: '';*/
    background-color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 20px;
}

.akg-tabs-wrapper {
    display: flex;
    justify-content: space-between;
}
.akg-tabs-left {
    width: 45%;
}
.akg-tabs-right img {
    width: 100%;
    border-radius: 16px;
}
.akg-tab-item {
    display: flex;
    gap: 20px;
    padding: 32px 30px;
    border-radius: 24px;
    cursor: pointer;
    transition: 0.3s;
    align-items: center;
    border: 1px solid transparent;
}
.akg-tab-item.active {
    border-color: #15B6CD;
}
.akg-tab-item img {
    background-color: #F4F9F8;
    padding: 15px;
    border-radius: 8px;
}
.akg-tab-item.active img {
    background-color: #15B6CD;
}
.akg-tab-item .left_icon {
    position: relative;
}
.akg-tab-item .left_icon img.light_icon {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.akg-tab-item.active .left_icon img.light_icon {
    opacity: 1;
}
.akg-tab-item p {
    margin-bottom: 0px;
}
.help_sec {
    padding-top: 100px;
    padding-bottom: 60px;
    border-bottom: 1px solid #EAEAEA;
}
h2.akg-section-title {
    margin-bottom: 12px;
}
p.akg-section-title {
    font-size: 18px;
    line-height: 30px;
    color: #202020;
}

section.testimonial_sec {
    padding-top: 120px;
    padding-bottom: 160px;
}
.testimonials_sec_title .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.testimonials_sec_title h4 {
    color: #000;
    font-weight: 600;
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.testimonials_sec_title p {
    margin-bottom: 0px;
}
.testimonials_sec_title a {
    color: #37B69E;
    font-weight: 600;
    font-size: 20px;
    text-decoration: underline;
    border: 0px;
}
.testimonials_sec_title a:after {
    content: url('/wp-content/uploads/2025/11/arrow_in_circle.png');
    position: relative;
    top: 5px;
    left: 10px;
}
.akg-testimonial-content p {
    font-size: 44px;
    transition: 0.3s ease;
    max-width: 1200px;
    margin: 0px auto;
    text-align: center;
    color: #000000;
    font-weight: 300;
}
.akg-ts-author {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    margin-right: 20px;
    position: relative;
}

.akg-ts-author img {
    width:55px;
    height:55px;
    border-radius:50%;
}

.akg-ts-avatars {
    display:flex;
    justify-content:center;
    gap:30px;
    margin-top:50px;
}
.akg-ts-avatar-btn {
    width:55px; 
    height:55px;
    border-radius:50%;
    opacity:0.5;
    cursor:pointer;
    transition:0.3s;
}
.akg-ts-avatar-btn.active {
    opacity:1;
    transform:scale(1.15);
    display: none;
}
.akg-ts-progress {
    width: 100%;
    margin: 60px auto 0;
    height: 1px;
    background: #EAEAEA;
    border-radius: 20px;
    overflow: hidden;
}
.akg-ts-progress-fill {
    width:0%;
    height:100%;
    background:#37B69E;
}
.akg-ts-author:before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #37B69E;
    top: -65px;
    left: 13px;
}
.akg-ts-author h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 5px;
}
.akg-ts-author p {
    font-size: 16px;
    color: #6E6E6E;
    margin: 0px;
}

.cta_banner_sec {
    position: relative;
}
.cta_content {
    position: absolute !important;
    bottom: -1px;
    left: 0px;
    right: 0px;
}
.cta_content_col .wpb_wrapper {
    max-width: 655px;
    padding-left: 100px;
}
/*.app_store_bt, .google_play_btn {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% 100% !important;
}*/
.app_store_btn a,
.google_play_btn a {
    border-radius: 48px !important;
    color: transparent !important;
    padding: 21.5px 58px !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0px !important;
}
.app_store_btn,
.google_play_btn {
    margin-bottom: 0px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% 100% !important;
}
.cta_content_col h2 {
    font-size: 52px;
    line-height: 63px;
}
.cta_content_col p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
}
.cta_banner_sec .google_play_btn a {
    background-image: url(/wp-content/uploads/2025/11/google_play.png) !important;
    border-radius: 0px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% 100% !important;
}
.cta_banner_sec .app_store_btn a {
    background-image: url(/wp-content/uploads/2025/11/app-store.png) !important;
    border-radius: 0px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% 100% !important;
}
.faq_sec .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a {
    color: #000000 !important;
    padding: 0px;
    font-size: 22px;
    font-weight: 500;
}
.faq_sec .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading {
    margin: 0px !important;
    border: 0px !important;
}
.faq_sec .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
    border: 0px;
    padding: 0px;
}
.faq_sec .vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 12px;
    border-radius: 20px !important;
    padding: 32px 28px 32px 40px;
    border: 1px solid #D7E5E2;
}
.faq_sec .vc_tta.vc_general .vc_tta-panel.vc_active {
    border: 1px solid #15B6CD;
}
.faq_sec .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a i:before,
.faq_sec .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a i:after {
    content: '';
    border-color: #87A49F;
}
.faq_sec .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title>a i:before,
.faq_sec .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title>a i:after {
    content: '';
    border-color: #37B69E;
}
.faq_sec .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    margin-bottom: 15px !important;
}
.faq_sec .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body p {
    color: #202020;
    font-size: 16px;
    line-height: 28px;
    padding-right: 30px;
}
.faq_sec .vc_tta.vc_general.vc_tta .vc_tta-controls-icon {
    height: 16px;
    width: 16px;
    right: 0px;
}

.faq_sec .vc_tta.vc_general.vc_tta .vc_tta-panel.vc_active .vc_tta-controls-icon {
    transform: rotate(45deg);
    top: 5px;
}
.faq_sec .vc_col-sm-5 p {
    font-size: 18px;
    max-width: 495px;
    margin-bottom: 30px;
}
section.faq_sec {
    padding-top: 120px;
    padding-bottom: 120px;
}
footer.site-footer {
    background-color: #237263;
    border-radius: 20px;
    padding-top: 80px;
    position: relative;
}
.footer_top h4 {
    font-size: 54px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 12px;
}
.row.footer_top {
    border-bottom: 1px solid #298775;
    align-items: end;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.footer_text_col {
    max-width: 650px;
}
.footer_text_col p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin: 0px;
}
.newsletter_col > section > p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
}
.widget {
    margin: 0px;
}
.newsletter_form {
    position: relative;
}
.newsletter_form input.form-control {
    height: 64px;
    border-radius: 10px;
    padding-left: 24px;
    font-size: 18px;
    border: 0px;
}
.newsletter_form input[type=submit] {
    position: absolute;
    right: 6px;
    top: 8px;
    font-size: 0px;
    background-image: url(/wp-content/uploads/2025/11/submit_arrow.png);
    background-repeat: no-repeat;
    background-position: 18px;
    background-color: #37B69E;
    border: 0px !important;
    border-radius: 12px;
    width: 52px;
    height: 52px;
    outline: none !important;
    box-shadow: none !important;
}
.newsletter_form .wpcf7-spinner {
    display: none;
}
.newsletter_form > p {
    margin: 0px;
}
.footer_links_col h3.widget-title {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
}
.footer_links_col a.nav-link {
    padding: 0px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 16px;
    border: 0px;
}
.padding_zero {
    padding: 0px;
}
footer.site-footer:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-image: url('/wp-content/uploads/2025/11/footer_texture.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    bottom: 8px;
    left: 0px;
}
.text_right {
    text-align: right;
}
.footer_copyright p {
    color: #fff;
    font-size: 16px;
    margin: 0px;
}
.footer_copyright p a {
    color: #fff;
}
div#footer-widget {
    padding-bottom: 75px;
}
.row.footer_copyright {
    padding-bottom: 24px;
}
.footer_logo_col ul {
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 8px;
    margin-bottom: 0px;
    margin-top: 40px;
}

.footer_logo_col ul li a {
    border: 1px solid #fff !important;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.features_tab_sec {
    padding-top: 120px;
}
.features_tab_title_row h2 {
    max-width: 582px;
    margin: 0px;
}
.features_tab_title_row p {
    color: #202020;
    font-size: 18px;
    line-height: 30px;
    margin: 0px;
}
.features_tab_title_row {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.features_tab_title_row .vc_col-sm-5 .vc_column-inner {
    padding-right: 5px;
}
.features_tab_row ul.vc_tta-tabs-list {
    display: flex !important;
    background-color: #EDF4F3;
    border-radius: 50px;
    padding: 8px !important;
    margin-bottom: 80px !important;
}
.features_tab_row ul.vc_tta-tabs-list .vc_tta-tab {
    width: 50%;
}
section.features_tab_sec .features_tab_row ul.vc_tta-tabs-list li.vc_tta-tab a {
    border: 0px;
    background-color: transparent;
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    padding: 16px;
}
section.features_tab_sec .features_tab_row ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
    background: #37B69E;
    background: linear-gradient(290deg, rgba(55, 182, 158, 1) 0%, rgba(36, 182, 184, 1) 50%, rgba(21, 182, 205, 1) 100%);
    border-radius: 50px;
    color: #fff;
}
.features_tab_row .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: transparent;
    border: 0px;
}
.features_tab_row h3 {
    font-size: 36px;
    margin-bottom: 12px;
}
.features_tab_row .vc_col-sm-6.right_space > .vc_column-inner > .wpb_wrapper {
    margin-right: 60px;
}
.features_tab_row .vc_col-sm-6.left_space > .vc_column-inner > .wpb_wrapper {
    margin-left: 60px;
}
.features_tab_row p {
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 30px;
    color: #202020;
}
.text_points ul li {
    line-height: 28px;
    font-size: 16px;
    color: #202020;
}
.text_points p {
    margin-bottom: 10px;
}
.features_tab_row {
    border-bottom: 1px solid #EAEAEA;
}
.fa-tiktok:before {
    content: "\e07b";
}


.features-top-banner .vc_col-sm-6:last-child .banner-right-img {
    width: 100%;
    left: auto;
    right: 45px;
}
.features-top-banner .vc_col-sm-6:last-child .banner-right-img img {
    max-width: 800px;
}
.features-top-banner .vc_col-sm-6 .banner-img-tag {
    top: -15px;
    left: 15px;
}
.features-top-banner .blogs-banner-img img {
    height: 750px !important;
}
.features-top-banner .blogs-banner-content .vc_col-sm-6:first-child {
    top: -40px;
}



.give-back-banner .banner-right-img {
    left: 10px !important;
}
.give-back-banner .blogs-banner-img .wpb_wrapper .vc_single_image-wrapper img {
    height: 750px !important;
}
section.content_sec {
    padding-top: 120px;
    padding-bottom: 170px;
}

.left_box {
    padding: 40px;
    background-color: #F9F9F9;
    border-radius: 20px;
    margin-bottom: 40px;
}

.left_box .vc_column-inner {
    padding: 0px;
}
.left_box .scrollable {
    height: 360px;
    overflow-y: scroll;
    padding-left: 0px;
    padding-right: 40px;
    margin-bottom: 0px;
}
.scrollable::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #EFEFEF;*/
}
.scrollable::-webkit-scrollbar {
    width: 2px;
    background-color: #EFEFEF;
}
.scrollable::-webkit-scrollbar-thumb {
    background-color: #15B6CD;
}


.content_sec > .vc_row {
    display: flex;
    gap: 60px;
    justify-content: space-between;
}
.content_sec > .vc_row:after,
.content_sec > .vc_row:before {
    content: " ";
    display: none;
}
.scroll_selector p {
    margin-bottom: 0px;
}
.scroll_selector p a {
    margin-bottom: 20px !important;
    font-size: 16px;
    color: #7D7D7D;
    display: block;
}
.scroll_selector p a.active {
    color: #15B6CD;
    text-decoration: underline;
}
.left_box h4 {
    margin-bottom: 30px;
    font-size: 28px;
}
.sticky_col > .vc_column-inner {
    position: sticky;
    top: 40px;
}
.contact_info_block h5 {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 2px;
}
.contact_info_block p {
    font-size: 16px;
    color: #202020;
    margin-bottom: 8px;
}
.contact_info_block a {
    color: #15B6CD;
    font-size: 18px;
}
.contact_info_block {
    margin-bottom: 0px !important;
}
.faq_text_block h5 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #000;
    font-weight: 700;
}
.faq_text_block p {
    font-size: 16px;
    line-height: 28px;
    color: #202020;
}
.faq_text_block {
    margin-bottom: 40px;
}
.faq_text_block a {
    color: #31BED2;
    font-size: 16px;
}

.blogs-banner .blogs-banner-content.privacy_hero_banner {
    top: 90px;
}












/* Blogs Page CSS */



.blogs-banner .blogs-banner-img .wpb_wrapper {
    width: 100%;
}
.blogs-banner .blogs-banner-img .wpb_wrapper .vc_single_image-wrapper {
    width: 100%;
}
.blogs-banner .blogs-banner-img .wpb_wrapper .vc_single_image-wrapper img {
    width: 98%;
    border-radius: 20px;
    margin: 0px auto 0px;
    background-color: #F2FDFF;
    height: 750px;
    object-fit: cover;
}
.blogs-banner .blogs-banner-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto 0px !important;
    max-width: 1440px;
}
.blogs-banner .blogs-banner-content h2 {
    font-size: 56px;
    line-height: 74px;
    font-weight: 600;
    font-family: 'Manrope';
    margin-bottom: 16px !important;
}
.blogs-banner .blogs-banner-content p {
    line-height: 30px;
    margin-bottom: 40px !important;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Manrope';
}
.blogs-banner .blogs-banner-content .vc_btn3-container {
    margin-bottom: 0px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-right: 13px;
}
.blogs-banner .blogs-banner-content .vc_btn3-container a {
    margin-bottom: 0px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    background-color: transparent !important;
    background-image: none !important;
    border: 0px;
    color: transparent !important;
    padding: 22px 65px;
}
.banner-img-tag {
    position: absolute;
    top: 85px;
    left: -25px;
}
.banner-right-img {
    position: relative;
    left: 0px;
}
.blogs-banner .banner-right-img img {
    max-width: 794px;
}
.blogs-banner {
    position: relative !important;
}





.featured-latest-blogs {
    padding-top: 120px !important;
}
.featured-latest-blogs .featured-latest-head {
    margin: 0px 0px 60px !important;
}
.featured-latest-blogs .featured-latest-head h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Manrope';
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.featured-latest-blogs .featured-latest-head .wpb_column {
    border-bottom: 1px solid #D9D9D9;
}
.featured-latest-blogs .featured-latest-content img {
    width: 100%;
}
.featured-latest-blogs .featured-latest-content .vc_col-sm-6 .featured-blog-item {
    background-color: #EAF9F9;
    border-radius: 20px;
}
.featured-latest-blogs .featured-latest-content  span {
    color: #7C7C7C;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Manrope';
    display: block;
}
.featured-latest-blogs .featured-latest-content .vc_col-sm-6 span.blog-date {
    padding: 30px 30px 0px;
    margin-bottom: 12px;
}
.featured-latest-blogs .featured-latest-content .vc_col-sm-6 h3 {
    font-size: 28px;
    font-weight: 500;
    font-family: 'Manrope';
    margin-bottom: 24px;
    padding: 0px 30px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.featured-latest-blogs .featured-latest-content .vc_col-sm-6 a {
    font-size: 18px;
    line-height: normal;
    color: #37B69E;
    font-weight: 600;
    text-decoration: underline;
    padding: 0px 30px 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.featured-latest-blogs .featured-latest-content .vc_col-sm-6 a img {
    width: auto;
}
.featured-latest-blogs .featured-latest-content .vc_col-sm-3 .latest-blogs-wrap a {
    font-size: 18px;
    font-family: 'Manrope';
    font-weight: 500;
    line-height: 30px;
    color: #000;
    margin-top: 6px;
    padding-bottom: 0px;
    text-decoration: underline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin-bottom: 30px !important;
}
.featured-latest-blogs .featured-latest-content .vc_col-sm-3 .latest-blogs-wrap .latest-blog-item:first-child a.read-blog-btn {
    font-size: 22px;
    line-height: 34px;
}
.featured-latest-blogs .featured-latest-content .vc_col-sm-3 .latest-blogs-wrap .latest-blog-item:nth-child(2) .blog-thumb {
    display: none;
}
.featured-latest-blogs .featured-latest-content .vc_col-sm-3 .latest-blogs-wrap .latest-blog-item:nth-child(3) .blog-thumb {
    display: none;
}
.featured-latest-blogs .featured-latest-content .vc_col-sm-3 .latest-blogs-wrap .latest-blog-item {
    border-bottom: 1px solid #D9D9D9;
}
.featured-latest-blogs .featured-latest-content .vc_col-sm-3 .latest-blogs-wrap .latest-blog-item span {
    padding-top: 20px;
}
.featured-latest-blogs .featured-latest-content .vc_col-sm-3 .latest-blogs-wrap .latest-blog-item:last-child {
    border: 0px;
}
.featured-latest-blogs .featured-latest-content .vc_col-sm-3 .latest-blogs-wrap .latest-blog-item:last-child a {
    margin-bottom: 0px !important;
}
.featured-latest-blogs .featured-latest-content .vc_col-sm-3 .latest-blogs-wrap img {
    border-radius: 12px;
}
.featured-latest-blogs .featured-latest-content .must-read-blogs-wrap img {
    border-radius: 12px;
    display: none;
}
.featured-latest-blogs .featured-latest-content .must-read-blogs-wrap a {
    font-size: 18px;
    font-family: 'Manrope';
    font-weight: 500;
    line-height: 30px;
    color: #000;
    margin-top: 6px;
    padding-bottom: 0px;
    text-decoration: underline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin-bottom: 30px !important;
}
.featured-latest-blogs .featured-latest-content .must-read-blogs-wrap .must-read-blog-item:first-child a.read-blog-btn {
    font-size: 22px;
    line-height: 34px;
}
.featured-latest-blogs .featured-latest-content .must-read-blogs-wrap .must-read-blog-item:first-child img {
    display: block;
}
.featured-latest-blogs .featured-latest-content .must-read-blogs-wrap span {
    padding-top: 20px;
}
.featured-latest-blogs .featured-latest-content .must-read-blogs-wrap .must-read-blog-item {
    border-bottom: 1px solid #D9D9D9;
}
.featured-latest-blogs .featured-latest-content .must-read-blogs-wrap .must-read-blog-item:last-child {
    border: 0px;
}
.featured-latest-blogs .featured-latest-content .must-read-blogs-wrap .must-read-blog-item:last-child a {
    margin-bottom: 0px !important;
}
.feature-cta-sec {
    padding-bottom: 120px;
}
#load-more-btn.loading {
    opacity: 0.6;
    pointer-events: none;
}
.featured-latest-blogs .featured-latest-head .vc_col-sm-6 > .vc_column-inner {
    padding-left: 0px;
}





.all-blogs-main h2 {
    font-size: 44px;
    font-weight: 600;
    font-family: 'Manrope';
    color: #000;
}
.all-blogs-main .col-md-6:last-child {
    text-align: right;
}
.all-blogs-main {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.all-blogs-main .blog-search-row {
    display: inline-block;
    position: relative;
    width: 100%;
}
.all-blogs-main .col-md-4 {
    text-align: right;
}
.all-blogs-main .blog-search-row label {
    position: absolute;
    top: 0px;
    left: 24px;
    bottom: 0px;
    margin-bottom: 0px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.all-blogs-main .blog-search-row input {
    width: 100%;
    border: 1px solid #DEDEDE;
    height: 52px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Manrope';
    color: #959595;
    padding: 12px 20px 12px 54px;
}
.all-blogs-main .blog-search-row input::placeholder {
    color: #959595;
}
.all-blogs-sec {
    padding-top: 120px;
    padding-bottom: 140px;
}
.blog-tabs-wrapper ul.blog-tabs {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 40px;
}
.blog-tabs-wrapper ul.blog-tabs li.tab-item {
    font-size: 16px;
    font-weight: 500;
    color: #6C6C6C;
    font-family: 'Manrope';
    line-height: 28px;
    padding: 4px 20px 4px;
    border: 1px solid #26B6B5;
    border-radius: 200px;
    transition: all 0.5s ease;
    background-color: #fff;
    cursor: pointer;
}
.blog-tabs-wrapper ul.blog-tabs li.tab-item.active {
    background-color: #37B69E;
    color: #fff;
}
.blog-posts-container .post-thumb img {
    width: 100% !important;
    border-radius: 12px;
    min-height: 262px;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s ease;
}
.blog-posts-container .container {
    padding: 0px !important;
}
.blog-posts-container a:hover img {
    transform: scale(1.1);
}
.blog-posts-container a .post-thumb {
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #EAEAEA;
}
.blog-posts-container a {
    position: relative !important;
    display: block;
}
.blog-posts-container a .post-cat {
    position: absolute !important;
    top: 20px;
    left: 20px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Manrope';
    line-height: 26px;
    background-color: #37B69E;
    border-radius: 200px !important;
    padding: 2px 13px 2px;
}
.blog-posts-container a h3.post-title {
    color: #000;
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    font-family: 'Manrope';
    display: -webkit-box; /* Required for -webkit-line-clamp */
    -webkit-box-orient: vertical; /* Required for -webkit-line-clamp */
    overflow: hidden; /* Hides overflowing content */
    -webkit-line-clamp: 2; /* Limits to 3 lines */
    text-overflow: ellipsis; /* Adds ellipsis for truncated text */
    margin-top: 20px;
}
.blog-posts-container a span.post-time {
    display: flex;
    color: #7C7C7C;
    font-size: 16px;
    font-family: 'Manrope';
    font-weight: 500;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 20px;
}
.blog-post-grid .blog-post-item {
    margin-bottom: 60px !important;
}
.all-blogs-lm-btn {
    text-align: center;
    position: relative;
}
.all-blogs-lm-btn button {
    background-color: #37B69E;
    border: 0px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: 'Manrope';
    padding: 16.5px 32px 16px;
    border-radius: 64px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.all-blogs-lm-btn button:hover {
    background-color: #000;
}
.all-blogs-lm-btn:before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background-color: #EAEAEA;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: -1;
}
.all-blogs-cta-sec {
    padding-bottom: 120px;
}
#load-more-btn.loading {
    opacity:1;
    pointer-events: none;
}
#load-more-btn.loading::after {
    content: "...";
}





.flip-box {
    background-color: transparent;
    width: 100%;
    height: 460px;
    border: 1px solid #D7E5E2;
    perspective: 1000px;
    border-radius: 20px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.5s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.flip-box-back {
  background-color: #15B6CD;
    transform: rotateY(180deg);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 60px 60px;
}
.flip-box-back img {
    margin-bottom: 40px;
}
.flip-box-back .partner-description p {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-family: 'Manrope';
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 28px !important;
    border-bottom: 1px solid #43C6D9;
    padding-bottom: 28px;
}
.flip-box-back p {
    margin-bottom: 12px;
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Manrope';
    line-height: 28px;
}
.our-honorable-patners-sec {
    padding-top: 120px !important;
    padding-bottom: 120px;
}
.our-honorable-patners-sec h2 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Manrope';
    color: #000;
}
.our-honorable-patners-sec .vc_row:first-child .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 20px !important;
    margin-bottom: 40px;
}
.load-more-container.theme_btn {
    text-align: center;
    display: block !important;
    margin: 30px 0px 0px !important;
    position: relative;
}
.load-more-container.theme_btn:before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background-color: #EAEAEA;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: -1;
}
.load-more-container.theme_btn button {
    border: 0px !important;
    cursor: pointer;
    display: inline-block;
}
.partner-item-wrap {
    margin-bottom: 30px;
}


.contributing-sec {
    padding-top: 59px;
}
.contributing-sec h2 {
    font-size: 36px;
    font-family: 'Manrope';
    font-weight: 600;
    margin-bottom: 30px !important;
}
.contributing-sec p {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Manrope';
    font-weight: 400;
    width: 100%;
    max-width: 613px;
}
.over-back-cta {
    padding-bottom: 120px;
}



.single-post-banner {
    background-image: url(https://healthymind.agencypartnerinteractive.com/wp-content/uploads/2025/11/home-hero-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #F2FDFF;
    border-radius: 20px;
    padding-top: 176px;
    padding-bottom: 80px;
}
.single-post-banner .post-thumbnail {
    text-align: right;
    height: 100%;
}
.single-post-banner .post-thumbnail img {
    object-fit: cover;
    width: 100%;
    max-width: 612px;
    object-position: center;
    border-radius: 20px;
    height: 100%;
}
.single-post-banner h1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 74px;
    font-family: 'Manrope';
    margin-bottom: 16px;
    color: #000;
}
.single-post-banner .post-excerpt {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 60px;
}
.single-post-banner .post-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
}
.single-post-banner .post-meta span {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.single-post-banner a {
    color: #37B69E;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    text-decoration: underline;
    display: block;
    margin-bottom: 30px;
}
.single-post-banner a i {
    margin-right: 15px;
}
.post-all-content {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 60px;
}

.post-all-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    margin-bottom: 30px !important;
    width: 100%;
    max-width: 980px;
}
.post-all-content h2, 
.post-all-content h3, 
.post-all-content h4, 
.post-all-content h5, 
.post-all-content h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
}
.post-all-content p:last-child {
    margin-bottom: 0px !important;
}
.post-all-content ol, .post-all-content ul {
    margin-bottom: 0px;
}
.post-all-content ol li, .post-all-content ul li {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
}
.post-all-content ol li::marker, 
.post-all-content ul li::marker {
    font-weight: 700;
}
.post-all-content ol li strong, .post-all-content ul li strong {
    text-decoration: underline;
}
.post-tags-main span {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}
.post-tags-main p {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
    background-color: #FBFBFB;
    border: 1px solid #CCE5E0;
    padding: 4px 12px 4px;
    border-radius: 6px;
    margin-right: 16px;
}
.tags-title-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 18px;
}
.tags-title-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 18px;
    padding-top: 40px;
}
.col-tags-box {
    width: 100%;
    max-width: 840px;
}
.related-post-main {
    padding-top: 104px;
}
.related-post-main h3 {
    font-size: 44px;
    color: #000;
    font-weight: 600;
    margin-bottom: 60px;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 20px;
}
.related-post-main a {
    display: block;
    position: relative;
    transition: all 0.5s ease !important;
    overflow: hidden;
}
.related-post-main a span.related-cat {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Manrope';
    line-height: 26px;
    background-color: #37B69E;
    border-radius: 200px !important;
    padding: 2px 13px 2px;
}
.related-post-main a .related-thumb {
    overflow: hidden;
    border-bottom: 12px !important;
    display: block;
    border-radius: 12px;
}
.related-post-main a .related-thumb img {
    width: 100%;
    border-radius: 12px;
    min-height: 262px;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s ease;
}
.related-post-main a span.related-time {
    display: flex;
    color: #7C7C7C;
    font-size: 16px;
    font-family: 'Manrope';
    font-weight: 500;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 20px;
}
.related-post-main a h4 {
    color: #000;
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    font-family: 'Manrope';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin-top: 20px;
    transition: all 0.5s ease;
    margin-bottom: 0px;
    text-decoration: none;
}
.related-post-main a:hover h4 {
    text-decoration: underline;
}
.related-post-main a:hover .related-thumb img {
    transform: scale(1.1);
    border-radius: 12px;
}
.single-post-cta-sec {
    padding-top: 140px;
}
.single-post-share {
    background-color: #EAF9F9;
    border-radius: 6px;
    padding: 30px 30px 30px;
    position: sticky;
    top: 20px;
}
.single-post-share ul.share-links {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
}
.single-post-share ul.share-links button {
    border: 0px;
    background-color: transparent;
    padding: 0px 0px;
}
.single-post-share ul.share-links input {
    display: none;
}
.single-post-share h4 {
    margin-bottom: 17px;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}




.contact-banner h2 {
    width: 100%;
    max-width: 500px;
}
.contact-banner p {
    max-width: 500px;
    width: 100%;
}
.contact-form-sec h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 16px !important;
}
.contact-form-sec p.vc_custom_heading {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
    max-width: 613px;
    margin-bottom: 60px !important;
    padding-bottom: 60px;
    border-bottom: 1px solid rgb(0 0 0 / 7%);
}
.contact-form-sec .vc_col-sm-6:last-child p.vc_custom_heading {
    padding-bottom: 0px;
    margin-bottom: 30px !important;
    border: 0px;
    font-weight: 500;
}
.contact-form-sec .vc_inner .wpb_text_column {
    margin-bottom: 0px !important;
}
.contact-form-sec .wpb_text_column p {
    color: #202020
    ;margin-bottom: 16px !important;
}
.contact-form-sec .vc_inner {
    display: inline-block;
    background-color: #EEFDFF;
    border-radius: 12px;
    padding: 40px 40px 40px;
}
.contact-form-sec .vc_inner h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
    margin-bottom: 0px !important;
}
.contact-form-sec .vc_inner p.vc_custom_heading {
    padding-bottom: 0px;
    margin-bottom: 8px !important;
    border: 0px;
    max-width: 247px;
}
.contact-form-sec .vc_inner .wpb_text_column p {
    margin-bottom: 0px !important;
}
.contact-form-sec .vc_inner .wpb_text_column a {
    color: #15B6CD;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.contact-form-sec .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper {
    border: 1px solid #E6E6E6;
    box-shadow: 0px 30px 50px -12px #1018280F;
    border-radius: 20px;
    padding: 40px 40px 20px;
}
.contact-form-main .col-md-6, .contact-form-main .col-md-12 {
    padding-left: 6px;
    padding-right: 6px;
}
.contact-form-main p label {
    font-size: 16px;
    color: #202020;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 9px;
}
.contact-form-main p {
    margin-bottom: 16px;
}
.contact-form-main p .wpcf7-form-control-wrap input, 
.contact-form-main p .wpcf7-form-control-wrap select {
    border: 1px solid #E3E3E3;
    border-radius: 12px;
    height: 48px;
    color: #9A9DA4;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 13px 20px 13px;
}
.contact-form-main p .wpcf7-form-control-wrap input:focus, 
.contact-form-main p .wpcf7-form-control-wrap select:focus {
    box-shadow: none;
    border: 1px solid #15B6CD;
}
.contact-form-main p .wpcf7-form-control-wrap input::placeholder {
    color: #9A9DA4;
}
.contact-form-main p textarea {
    border: 1px solid #E3E3E3;
    border-radius: 12px;
    height: 130px;
    resize: none;
    color: #9A9DA4;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 13px 20px 13px;
}
.contact-form-main p textarea:focus {
    box-shadow: none;
    border: 1px solid #15B6CD;
}
.contact-form-main p textarea::placeholder {
    color: #9A9DA4;
}
.submit-btn input {
    width: 100%;
    background-color: #37B69E;
    border: 0px;
    border-radius: 64px;
    padding: 16px 20px 16px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.5s ease;
}
.submit-btn span.wpcf7-spinner {
    margin: 0px;
}
.submit-btn input:hover {
    background-color: #15B6CD;
}
.submit-btn input[type=submit] {
    width: 100%;
    background-color: #37B69E;
    border: 0px;
    border-radius: 64px;
    padding: 16px 20px 16px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.5s ease;
}
.submit-btn span.wpcf7-spinner {
    margin: 0px;
}
.submit-btn input:hover {
    background-color: #15B6CD;
}
.contact-form-sec {
    padding-top: 120px;
    padding-bottom: 140px;
}
.checkbox-row p {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}
.checkbox-row p br {
    display: none;
}
.checkbox-row p .form-control {
    border: 0px;
    width: auto;
    display: inline-block;
    height: auto;
    padding: 0px;
}
.checkbox-row p .form-control span.wpcf7-list-item {
    margin: 0px 0px 0px 15px;
}

.checkbox-row p .form-control span.wpcf7-list-item label {
    line-height: normal;
}
.checkbox-row p .form-control span.wpcf7-list-item label input {
    height: auto;
    margin-top: 8px;
}
.checkbox-row p .form-control span.wpcf7-list-item span.wpcf7-list-item-label {
    position: absolute;
    top: 4px;
    left: 12px;
    height: 20px;
    width: 20px;
    font-size: 0px;
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
}
.checkbox-row p .form-control span.wpcf7-list-item span.wpcf7-list-item-label::after {
    position: absolute;
    display: none;
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox-row p .form-control span.wpcf7-list-item input:checked ~ span.wpcf7-list-item-label {
    background-color: #37B69E;
}
.checkbox-row p .form-control span.wpcf7-list-item input:checked ~ span.wpcf7-list-item-label::after {
    display: block;
}
.checkbox-row p > label {
    margin-bottom: 0px;
    color: #202020;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}
.checkbox-row p > label a {
    color: #202020;
    text-decoration: underline;
    transition: all 0.5s ease;
}
.checkbox-row p > label a:hover {
    color: #37B69E;
}


.content_sec .vc_col-sm-8 h3 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    color: #121212;
    margin-bottom: 16px !important;
}
.content_sec .vc_col-sm-8 h3 .theme_color {
    color: #15B6CD;
}
.content_sec .vc_col-sm-8 p {
    margin-bottom: 16px !important;
}
.content_sec .vc_col-sm-8 ul li {
    font-size: 16px;
    color: #202020;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px !important;
}
.content_sec .vc_col-sm-8 .faq_text_block {
    margin-bottom: 30px !important;
}
.content_sec .vc_col-sm-8 ul li:last-child {
    margin-bottom: 0px !important;
}
.content_sec .vc_col-sm-8 h4 {
    font-family: Manrope;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    text-transform: capitalize;
    background: linear-gradient(270deg, #37B69E 0%, #24B6B8 50%, #15B6CD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px !important;
}
.content_sec .vc_col-sm-8 strong {
    font-size: 18px;
    line-height: 30px;
}




.trems-condition-content .wpb_text_column {
    margin-bottom: 0px !important;
}
.trems-condition-content .wptb-table-container {
    margin: 60px 0px 60px !important;
}
.trems-condition-content h2 {
    font-size: 22px;
    color: #121212;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 16px !important;
}
.trems-condition-content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 16px;
}
.trems-condition-content ol {
    padding: 0px 0px 0px 20px;
}
.trems-condition-content ol li {
    font-size: 16px;
    color: #202020;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px !important;
}
.trems-condition-content ul {
    padding: 0px 0px 0px 25px;
}
.trems-condition-content ul li {
    font-size: 16px;
    color: #202020;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px !important;
}
.trems-condition-content ul li ol {
    padding: 0px 0px 0px 34px;
    list-style-type: lower-roman;
    margin: 16px 0px 16px !important;
}
.trems-condition-text {
    padding-top: 120px;
    padding-bottom: 140px;
}
.trems-condition-content ol li::marker {
    font-weight: 700;
}
.trems-condition-content ol ol {
    list-style-type: lower-roman;
    padding: 0px 0px 0px 60px;
    margin-top: 16px;
}
/*.trems-condition-content ol ol li {
    margin-bottom: 0px !important;
}*/
.trems-condition-content ol ol li::marker {
    font-weight: 400;
}
.trems-condition-content ul li ol li::marker {
    font-weight: 400 !important;
}
.trems-condition-content ol li ol li ol {
    list-style-type: lower-alpha;
}
.trems-condition-content ol li ol li ol li {
    margin-bottom: 16px !important;
}
.trems-condition-cta {
    padding-bottom: 120px;
}
.trems-condition-content .vc_col-sm-4 {
    position: sticky;
    top: 20px;
}
.trems-condition-text .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper {
    padding-right: 45px;
}





.business-adreement-sec h2 {
    margin-bottom: 16px !important;
    font-size: 22px;
    color: #121212;
    font-weight: 600;
    line-height: 34px;
}
.business-adreement-sec h2.gradian-color {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px !important;
    background: linear-gradient(270deg, #37B69E 0%, #24B6B8 50%, #15B6CD 100%);
}
.business-adreement-sec p {
    margin-bottom: 16px !important;
    font-size: 16px;
    font-weight: 400;
    color: #202020;
    line-height: 28px;
}
.business-adreement-sec ol {
    padding: 0px 0px 0px 20px;
}
.business-adreement-sec ol li {
    margin-bottom: 16px !important;
    font-size: 16px;
    font-weight: 400;
    color: #202020;
    line-height: 28px;
}
.business-adreement-sec ol li::marker {
    font-weight: 700;
}
.business-adreement-sec ol li ol {
    margin-top: 16px;
    list-style-type: lower-roman;
    padding: 0px 0px 0px 40px;
}
.business-adreement-sec ol li ol li::marker {
    font-weight: 400;
}
.business-adreement-sec ul {
    padding: 0px 0px 0px 25px;
}
.business-adreement-sec ul li ol {
    padding: 0px 0px 0px 45px;
    margin-top: 16px;
    list-style-type: lower-roman;
    margin-bottom: 16px !important;
}
.business-adreement-sec ul li ol li::marker {
    font-weight: 400;
}
.business-adreement-sec .wpb_text_column ul li:first-child {
    margin-bottom: 16px !important;
}
.business-agreement-cta {
    padding-bottom: 120px;
}




.custome-error-page {
    background-image: url(/wp-content/uploads/2025/11/Frame-2147228419.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}
.error-page-content {
    text-align: center;
}
.custome-error-page .container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.error-page-content h2 {
    font-size: 56px;
    line-height: 68px;
    font-weight: 600;
    margin: 30px 0px 30px;
    color: #000;
}
.error-page-content p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
    width: 100%;
    max-width: 760px;
}
.error-page-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgb(0 0 0 / 15%);
    gap: 12px;
    padding-top: 30px;
}
.error-page-btn a {
    background-color: #37B69E;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 32px 16px;
    border-radius: 64px;
}
.error-page-btn a.btn-two {
    background-color: #15B6CD;
}



.page-id-432 footer {
    display: none;
}




.thank-you-page {
    height: 95vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.thank-you-page img {
    margin-bottom: 30px;
}
.thank-you-page h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 68px;
    color: #000;
    width: 100%;
    max-width: 760px;
    margin: 0px auto 30px;
}
.thank-you-page p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    width: 100%;
    max-width: 760px;
    margin: 0px auto 30px;
}
.thank-you-page .vc_inner .wpb_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 12px;
    border-top: 1px solid rgb(0 0 0 / 15%);
    padding-top: 30px;
}
.thank-you-page .vc_inner .wpb_wrapper .vc_btn3-container {
    display: inline-block;
}
.thank-you-page .vc_inner .wpb_wrapper .vc_btn3-container a {
    background-color: #37B69E !important;
    background-image: none !important;
    color: #fff !important;
    border: 0px !important;
    border-radius: 64px;
    font-size: 18px;
    font-weight: 500;
}
.thank-you-page .vc_inner .wpb_wrapper .vc_btn3-container:last-child a {
    background-color: #15B6CD !important;
}
section.vc_section.thank-you-page .vc_column-inner {
    position: relative;
    top: 50px;
}



.for-mobile-head {
    display: none;
}