/*
Theme Name: Twenty Twenty Child
Theme URI: http://wpamanuke.com/
Description: Twenty Twenty Child Theme
Author: WPAmaNuke
Author URI: http://wpamanuke.com/
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/


/* Custom CSS goes after this line */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* HEADER CODE START HERE */
html,body {
    overflow-x: hidden !important;

}

.appointment-btn:hover {
    background: #f2efff;
}

.top-contact {
    display: flex;
    gap: 20px;
    align-items: center;
}

.phone-btn {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 10px 23px !important;
    border: 2px solid #a79bd8;
    border-radius: 8px;
    text-decoration: none;
    color: #6d63a6;
    font-weight: 500;
    font-family: poppins;
    font-size: 16px;
    background: #fff;
    transition: 0.3s;
}

.top-contact a.phone-btn {
    display: flex;
}

/* .phone-btn:hover{
    background:#f3f1fb;
} */

.appointment-btn {
    padding: 14px 28px;
    background: #a79bd8;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 0.1px;
}

.appointment-btn:hover {
    background: #978bd1;
}

ul.primary-menu.reset-list-style {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}
.top-contact a.appointment-btn{
	display:none;
}
body:not(.overlay-header) .primary-menu>li>a {
    color: #000000 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 0.1px;
    text-decoration: none;
    transition: 0.5s;
    position: relative;
    margin: 10px 0;
    padding: 6px 4px;
}

body:not(.overlay-header) .primary-menu>li>a:before,
body:not(.overlay-header) .primary-menu>li>a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #262626;
    transition: 0.5s;
    opacity: 0;
}

body:not(.overlay-header) .primary-menu>li>a:before {
    top: 0;
    left: 0;
}

body:not(.overlay-header) .primary-menu>li>a:after {
    bottom: 0;
    right: 0;
}

body:not(.overlay-header) .primary-menu>li>a:hover:before,
body:not(.overlay-header) .primary-menu>li>a:hover:after {
    opacity: 1;
    width: 100%;
    transition: 0.5s;
}

.primary-menu>li>.icon {
    right: -1.5rem !important;
    top: calc(50% - 0.4rem);
}

body:not(.overlay-header) .primary-menu>li>.icon {
    color: #000000 !important;
}

.top-contact {
    display: flex;
}

.top-header {
    background: #a79bd8;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 0.1px;
}

a.appointment-btn.tp_header {
    font-size: 14px;
    letter-spacing: 0.1px;
    padding: 0px;
}

a.appointment-btn.tp_header:hover {
    background: transparent;
}

.top-header-container {
    max-width: 1200px;
    margin: auto;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-left {
    display: flex;
    gap: 30px;
    align-items: center;
}

.top-item {
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0.95;
}

.top-item svg {
    width: 16px;
    height: 16px;
    fill: white;
}

.header-inner {
    padding: 10px 0 !important;
}

.top-right {
    display: flex;
}

.section-inner {
    width: calc(100% - 8rem);
    max-width: 1200px !important;
    margin: auto !important;
}

.top-contact a.appointment-btn {
    background: #170c36;
    margin-left: 0;
}

.primary-menu ul a {
    background: transparent;
    border: none;
    text-decoration: none !important;
    color: inherit;
    display: block;
    font-family: 'Poppins';
    font-size: 15px;
    padding: 1rem 2rem;
    letter-spacing: 0.1px;
    transition: background-color 0.15s linear;
    width: 100%;
}

/* HEADER CODE END HERE */

/* Banner CODE start HERE */

.banner-section {
    background-color: transparent !important;
    background-image: linear-gradient(135deg, #FDF1DC 0%, #ECEDFF 100%) !important;
}

/* Banner CODE end HERE */
#sp-testimonial-free-wrapper-376 .sp-testimonial-free-section .testimonial-nav-arrow {
    background: transparent;
    border: 1px solid #998cbc !important;
    color: #aea3d9 !important;
    border-radius: 50% !important;

}

#sp-testimonial-free-wrapper-376 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #a79bd8 !important;
}

img.alignnone.size-medium.wp-image-381 {
    border-radius: 100%;
    width: 200px;
}

img.alignnone.size-medium.wp-image-385 {
    border-radius: 100%;
    width: 200px;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial,
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 15px !important;
    font-family: poppins;

}

#sp-testimonial-free-wrapper-376 .sp-testimonial-free-section .testimonial-nav-arrow:hover {
    background: #a79bd8 !important;
    border-color: #a79bd8 !important;
    color: #ffffff !important;
}

label {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin: -8px 0 0.5rem 0;
    color: white !important;
}








button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.bg-accent,
.bg-accent-hover:hover,
.bg-accent-hover:focus,
:root .has-accent-background-color,
.comment-reply-link {
    background-color: #A79BD8 !important;
}

/* input[type="text"]{
letter-spacing:0.1px !important
font-size:12px !important;
color:#fff;} */

button,
.button,
.faux-button,
.wp-block-button__link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 16px;
    font-family: 'Poppins';
    border-radius: 15px;
    padding: 15px;
}


.footer-widgets {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.footer-column {
    width: 25%;
}

.footer-widget img {
    width: 100%;
    height: auto;
}

footer#site-footer {
    background: #170C36;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding-bottom: 0;
}

.footer-widget img {
    width: 100% !important;
    height: auto;
    margin-left: -27px;
}

ul#menu-quick-links li a,
ul#menu-our-services li a {
    display: block;
    padding-bottom: 8px;
}

ul#menu-quick-links li,
ul#menu-our-services li {
    margin-left: 10px;
}

#site-footer a {
    text-decoration: none;
    /*     display: none; */
}

.footer-widget p {
    font-size: 16px;
    letter-spacing: 0.1px;
    margin-top: -3px;
}

.footer-contact p {
    font-size: 16px;
    display: flex;
    letter-spacing: 0.1px;
    /* margin-top: -5px; */
    align-items: center;
    /* margin-left: 14px; */
    font-family: 'Poppins', sans-serif;
}

/* p.footer-copyright {
    display: none;
} */

h4,
.heading-size-4 {
    font-size: 3.2rem;
    color: white;
    font-family: "Marcellus", Sans-serif;
}

.footer-widget {
    color: white;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
}

.footer-inner h4 {
    font-size: 26px;
    color: white;
    letter-spacing: 0.1px;
    font-family: "Marcellus", Sans-serif;
    margin-left: 28px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-family: 'Poppins';
    font-size: 14px;
    text-transform: capitalize;
    width: 90%;
}
.custom_form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required , .custom_form input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email , .custom_form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required , .custom_form textarea.wpcf7-form-control.wpcf7-textarea  {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 13px !important;
    letter-spacing: 0px !important;
    margin: 0;
    color: #fff !important;
    max-width: 100%;
    padding: 1.5rem 1.8rem;
    width: 89%;
}
#site-footer .section-inner {
    display: block;
}

ul#menu-quick-links li::marker {
    content: none;
}

ul#menu-our-services li::marker {
    content: none;
}

ul#menu-quick-links li a,
ul#menu-our-services li a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

/* .site-logo img {
    max-height: 61px;
}
 */
.footer-top,
.footer-right,
.footer-center {
    width: 22%;
}

.footer-left {
    width: 25%;
}

.footer-contact p strong {
    display: block;
    margin-bottom: -18px !important;
    font-weight: 600;
}

.footer-widget-top {
    padding-top: 0;
}

.footer-contact strong {
    display: flex;
    align-items: center;
    gap: 12px;
}

ul.wp-block-list {
    display: none;
}

.footer-contact-box h4 {
    margin-top: 8px;
    margin-bottom: 0px !important;
}

.footer-left .footer-widget p {
    padding-top: 10px;
}

.footer-contact i {
    display: flex;
    margin-right: 12px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: #a79bd8;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    flex-shrink: 0;
}

/* .footer-contact i:before {
    border: 2px solid  #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
} */
.footer-top {
    border-bottom: 0;
}

.footer-contact-box {
    margin-top: -39px;
}

.footer-widget-top .footer-contact-box {
    margin-top: -62px;
}

.footer-contact {
    margin-left: -24px;
}

.footer-inner h4 {
    position: relative;
    padding-bottom: 10px;
}

.footer-inner h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #fff;
    /* your theme color */
}

ul#menu-quick-links li a:hover,
ul#menu-our-services li a:hover {
    text-decoration: none;
}

ul#menu-quick-links,
ul#menu-our-services {
    margin-left: 21px;
}

.footer-contact-box h4 {
    margin-left: -24px;
}

.footer-left img {
    max-width: 238px;
}

.footer-left figure.wp-block-image {
    margin-bottom: 7px !important;
}

.footer-credits {
    border-top: 1px solid #ffffff63;
    padding-top: 29px;
    display: block;
    padding-bottom: -22px;
    height: 63px;
}

.footer-widgets {
    display: none !important;
}

p.footer-copyright {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    color: #fff;
}

.learns a {
    position: relative;
    display: inline-block;
    padding: 12px 28px;
    color: #fff;
    background: #a79bd8;
    border-radius: 8px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.35s ease;
    z-index: 1;
}

/* Glow border effect */
.learns a::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    pointer-events: none;
    box-shadow: 0 0 0px #a79bd8;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: -1;
}

/* Shine effect */
.learns a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.8),
            transparent);
    transform: skewX(-20deg);
    transition: 0.7s;
    z-index: 2;
}

/* Hover main */
.learns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(167, 155, 216, 0.6);
}

/* Glow becomes visible */
.learns a:hover::after {
    opacity: 1;
    box-shadow:
        0 0 10px #a79bd8,
        0 0 25px #a79bd8,
        0 0 60px #a79bd8;
}

/* Shine animation */
.learns a:hover::before {
    left: 150%;
}

/* Shine moves */

ul#menu-quick-links li a:hover,
ul#menu-our-services li a:hover {
    color: #a79bd8;
}

.booker-appoints form textarea {
    border-radius: 6px;
    margin-top: 10px;
}

.couples-banner {
    position: relative;
}

.booker-appoints input[type='submit'] {
    color: #fff;
}

.learns a:hover {
    background-color: #a79bd8 !important;
}

.booker-appoints form input {
    margin-top: 10px;
    border-radius: 6px;
}

.booker-appoints h2 {
    padding-top: 10px;
}

/* .couples-banner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 140px;
    width: 100%;
    background-image: url('https://naomiorm.midriffdeveloper.online/wp-content/uploads/2026/03/buildrs.png');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
} */
.aproaches-mains {
    position: relative;
}

.strength-mains h3 {
    /* margin-top: 0; */
    margin: 0;
}

.strength-mains {
    padding: 30px;
}

.strength-mains p {
    margin-bottom: 0;
}

.strength-mains {
    display: flex;
    padding: 25px;
    justify-content: center;
}

.aproaches-mains::after {
    content: '';
    position: absolute;
    bottom: -93px;
    left: 0;
    height: 140px;
    width: 100%;
    background-image: url('https://naomiorm.midriffdeveloper.online/wp-content/uploads/2026/03/pyshapers.png');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

.strength-mains p {
    padding-top: 20px;
}

.strength-mains {
    padding: 21px !important;
}

.aproaches-mains::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 140px;
    width: 100%;
    background-image: url('https://naomiorm.midriffdeveloper.online/wp-content/uploads/2026/03/aftershapers.png');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

.holistic {
    transition: all 0.3s ease;
    border-radius: 12px;
}

.holistic:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(167, 155, 216, 0.4);
}

.learns a:hover {
    color: #fff !important;
}

.form-change label {
    color: #170C36 !important;
    border-radius: 0px;
    font-family: 'Poppins';
    font-weight: 500;
    letter-spacing: 0.1px;
}

.form-change input[type="submit"] {
    width: 24% !important;
    color: white;
    background: #170C36 !important;
    font-family: 'Poppins';
    letter-spacing: 0.1px;
}

.form-change form input {
    margin-top: 7px;
    height: 45px;
    border-radius: 10px;
}

.form-change form label {
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

ul.primary-menu li:nth-child(3) {
    /* padding-right: 7px; */
    margin-right: 12px;
}

.primary-menu li ul.sub-menu li {
    border-bottom: 1px solid #ffffffcf;
    /* padding-bottom: 15px; */
    margin: 0;
    padding: 3px;
}

.primary-menu li ul.sub-menu li:hover a {
    color: #9caf88;
}

.primary-menu li ul.sub-menu {
    width: 242px;

}

.mental-care .e-con-inner {
    justify-content: center !important;
}

.cta-ready p {
    margin-bottom: 0;
}

.form-change form textarea {
    margin-top: 8px;
    border-radius: 10px;
}

.form-change input[type="submit"] {
    width: 24% !important;
    text-decoration: none;
    padding-top: 12px;
    color: white;
    background: #170C36 !important;
    font-family: 'Poppins';
    letter-spacing: 0.1px;
}

.latest-posts {
    padding: 80px 20px;
    background: #f9f7ff;
    text-align: center;
}

.latest-posts .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #2d2a4a;
    margin-bottom: 10px;
}

.latest-posts .section-subtitle {
    font-size: 16px;
    color: #6b6785;
    margin-bottom: 50px;
}

/* Grid */

.latest-posts .blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* Card */

.latest-posts .blog-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.latest-posts .blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(167, 155, 216, 0.2);
}

/* Image */

.latest-posts .blog-img {
    position: relative;
}

.latest-posts .blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.latest-posts .blog-date {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #9CAF88;
    color: #fff;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 20px;
}

/* Content */

.latest-posts .blog-content {
    padding: 20px;
    text-align: left;
}

.latest-posts .blog-content h3 {
    font-size: 20px;
    color: #2d2a4a;
    margin-bottom: 10px;
}

.latest-posts .blog-content p {
    font-size: 14px;
    color: #6b6785;
    line-height: 1.6;
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1px;
}
/* Read More */

.latest-posts .read-more {
    display: inline-block;
    margin-top: 10px;
    color: #9CAF88;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}
.latest-posts .blog-content h3 {
    margin-top: 0;
}
.latest-posts .read-more:hover {
    color: #9CAF88;
    text-shadow: none;
}


/* 1200 */
/* 1200px */
@media screen and (max-width: 1200px) {
    .header-inner {
        width: calc(100% - 2rem);
    }

    .header-titles {
        width: 180px;
    }

    .primary-menu>li {
        margin: 5px;
    }

    .top-contact {
        display: flex;
        gap: 8px;
        align-items: center;
        margin-left: 30px;
    }

    .contact-experts {
        width: 46% !important;
    }

    .couple-support {
        justify-content: center !important;
        gap: 25px;
    }

    .learns a {
        padding: 12px 10px !important;
    }

    .mental-care,
    .client-said,
    .our-connected {
        padding: 0px 15px !important;
    }

    .headache img {
        height: 560px !important;
    }

    .enjoying img {
        height: 565px !important;
    }

    .hand-band img {
        height: 500px !important;
    }

    .here-there h2 {
        margin-bottom: 15px !important;
    }


}


/* 1024px */
@media screen and (max-width: 1024px) {

    .top-header {
        font-size: 10px !important;
    }

    .site-logo img {
           width: 203px !important;
		max-height: 89px !important;
    }

    img.custom-logo {
        height: 100px !important;
        width: 230px;
    }

    .top-contact.learns a {
        font-size: 14px;
        padding: 12px 10px;
    }

    .header-inner {
        display: flex;
    }

    .mobile-nav-toggle {
        background-color: white !important;
    }

    span.toggle-text {
        display: none;
    }

    .close-nav-toggle.fill-children-current-color {
        background: white !important;
    }

    nav.mobile-menu a {
        color: #170C36;
        text-decoration: none;
        font-size: 20px !important;
        font-family: 'Poppins';
    }

    label {
        font-size: 14px;
    }

    .footer-widget p {
        font-size: 14px;
    }

    h4.footer-title {
        font-size: 20px;
    }

    ul#menu-quick-links li a,
    ul#menu-our-services li a {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
    }

    .footer-widget-top .footer-contact-box {
        margin-top: 0px;
        margin-left: 50px;
    }

    .footer-contact i {
        display: flex;
        margin-right: 12px;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        background-color: #a79bd8;
        color: #fff;
        border-radius: 50%;
        font-size: 16px;
        flex-shrink: 0;
    }

    .footer-top,
    .footer-right,
    .footer-center {
        width: 26%;
    }

    .holistic {
        width: 31% !important;
    }

  

    .client-said {
        padding: 15px !important;
    }

    .about-submain,
    .care-main,
    .organise-submain {
        display: block !important;
    }

    .your-emotion,
    .two-sad,
    .picture-submain,
    .based,
    .picture-based {
        width: 100% !important;
    }

    .two-sad {
        padding: 0px !important;
        margin-top: -112px !important;
    }

    .challenege {
        margin-top: 110px !important;
    }

    .picture-submain {
        height: 393px !important;
    }

    .holistic {
        width: 100% !important;
    }

    .picture-based img {
    height: 350px !important;
    width: 100% !important;
    margin-bottom: 10px;
	margin-top:-15px;
}

    .mental-submain {
        display: flex;
        flex-wrap: wrap !important;
    }

    .mental-submain .holistic {
        width: 48% !important;
    }

    .mental-submain .book-num {
        width: 68% !important;
    }

    .holistic {
        width: 30% !important;
    }

    .mental-care .e-con-inner {
        display: block;
    }

    .lake-main {
        display: block;
    }

    .lake-submain img {
        height: 587px !important;
    }

    .tree-main {
        display: block !important;
    }

    .tree-tree img {
        height: 532px !important;
    }

    .menu-wrapper {
        margin: 0 auto !important;
    }

    .modal-menu a {
        color: #2E2E2E !important;
        font-family: inter !important;
    }

    .ancestor-wrapper button {
        background-color: #9CAF8A !important;
    }

 .nav-toggle .toggle-inner {
        padding-top: 7px !important;
    }
	.main-box .holistic {
    width: 100% !important;
}
	.two-sad img {
    height: 240px !important;
}
	.road-map img {
    height: 390px  !important;
    margin-top: 15px;
}
	.book-num {
    width: 65% !important;
}
	.depression-submain .depression-submain {
    display: block !important;
}
	.depression-submain .holistic {
    width: 100% !important;
}
	.theraphy-benefit img {
    height: 560px !important;
}
	.book-and {
    width: 65% !important;
}
	.aproaches-mains {
    padding: 0 15px;
}
	.strength-connects .strength-mains {
    padding: 10px !important;
}
	.personalized-works img {
    height: 460px;
    object-fit: contain;
}
	.personized-mains img {
    height: 360px !important;
    object-fit: contain;
}
}


/* 767px */
@media screen and (max-width: 767px) {


    .site-logo img {
        margin-left: -70px !important;
    }

    .holistic {
        width: 100% !important;
        margin-top: 30px !important;
    }

    .holistic:last-child {
        margin-bottom: 0px !important;
    }

    .mental-care {
        display: block !important;
    }

    .elementor-2 .elementor-element.elementor-element-866b233 .elementor-heading-title {
        font-family: "Marcellus", Sans-serif;
        font-size: 35px;
        font-weight: 600;
        line-height: 52px;
        letter-spacing: 0.1px;
        color: #FAF9FF;
    }

    .booker-appoints {
        font-size: 14px;
        font-family: 'Poppins';
        letter-spacing: 0.1px;
    }

    .booker-appoints form textarea {
        border-radius: 6px;
        margin-top: 10px;
        width: 100%;
    }

    .booker-appoints input {
        width: 100%;
        display: inline-block;
        margin-bottom: 10px !important;
    }

    .booker-appoints input[type='submit'] {
        width: 100% !important;
    }

    .our-connected .e-con-full {
        display: block;
        width: 100% !important;
    }

    .contact-experts {
        margin-left: 0px !important;
    }

    .contact-experts h2 {
        margin-top: 10px !important;
    }

    .section-inner {
        display: block !important;
    }

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

    .top-contact.learns {
        margin-left: 0px;
        justify-content: center;
        display: none !important;
    }

    .top-contact.learns a {
        font-size: 12px;
        padding: 12px 16px;
    }

    button.toggle.nav-toggle.mobile-nav-toggle {
        margin-top: -28px;
        background: transparent !important;
    }

    .footer-inner {
        display: block !important;
    }

    .footer-left,
    .footer-col-2.footer-center,
    .footer-col-3.footer-right,
    .footer-col-4.footer-top {
        width: 100% !important;
        margin-left: -30px !important;
    }

    .footer-col-4.footer-top {
        margin-top: -32px;
    }

    .hand-band img {
        height: 368px !important;
    }

    .modal-menu a {
        color: #2E2E2E !important;
        font-family: inter !important;

    }

    .ancestor-wrapper button {
        background-color: #9CAF8A !important;
    }

    .footer-left img {
        margin: 0px !important;
    }

    .footer-left .footer-widget p {

        margin-left: 24px;
    }
.top-header-container {
    display: none !important;
}
	.mental-submain {
    display: block;
    width: 100% !important;
}
	
   .mental-submain .holistic {
    width: 100% !important;
    margin: 0PX;
}
	.book-num {
    width: 61% !important;
}
	.learns {
    margin: 0px !important;
}
	.health-bottom {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
}
	.holistic {
    margin-top: 10px !important;
}	
}

@media screen and (max-width: 639px) {
		nav.mobile-menu ul.modal-menu li a:hover {
    text-decoration: none;
}
nav.mobile-menu button.toggle svg {
    color: #fff;
}
}

/* 579px */
@media screen and (max-width: 579px) {
    .home .top-header-area {
        display: none;
    }
	.menu-modal-inner .modal-menu li.current-menu-item > .ancestor-wrapper > a{
		text-decoration:none;
	}
	.page-id-778 button.toggle.nav-toggle.mobile-nav-toggle {
    margin-top: 0px;
}
	.page-id-778 .ul.modal-menu li button.sub-menu-toggle{
		margin:0;
	}
}
section.latest-posts {
    padding-top: 3px;
    background-color: #ffffff9e;
}
.page-id-1529 .latest-posts .section-title {
    font-size: 32px;
    font-weight: 700;
    font-family: "Merriweather", sans-serif;
    color: #2d2a4a;
    margin-bottom: 10px;
}
.page-id-1529 .latest-posts .blog-content h3 {;
    font-family: "Merriweather", Sans-serif;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.1px;
    color: #2E2E2E;
}
