@media screen and (max-width:1220px) {
    section.hero-section {
        padding-block: 70px;
    }

    h2 {
        font-size: 1.8rem;
    }

    .about-content h5 {
        margin-bottom: 8px;
        font-size: 22px;
    }

    .wellness-btn h6 {
        font-size: 22px;
    }

    .expert-heading h3 {
        font-size: 25px;
    }

    .faq-header h2 {
        font-size: 1.6rem;
    }

    .faq-header {
        margin-bottom: 20px;
        padding: 20px;
        gap: 0px 20px;
    }

    .accordion {
        padding: 0 40px;
    }

    .accordion-button {
        font-size: 1rem;
        padding: 17px 0;
    }

    .home a i {
        font-size: 25px;
    }
}

@media screen and (max-width:1024px) {
    .container {
        max-width: 100%;
    }
}

@media screen and (max-width:992px) {
    .navbar-toggler {
        border: 0px !important;
        padding: 0px;
        position: absolute;
        right: 15px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }

    .navbar-collapse {
        position: absolute;
        background-color: #1976d2;
        width: 100%;
        left: 0px;
        top: 43px;
        padding-right: 15px;
        z-index: 9;
    }

    a.navbar-brand {
        z-index: 99;
    }

    a.navbar-brand img {
        width: auto;
        height: 85px;
    }

    .navbar-collapse ul.navbar-nav {
        align-items: flex-start;
        text-align: left;
        width: fit-content;
    }

    .navbar-nav .nav-link {
        position: relative;
        padding: 5px 0px !important;
        transition: opacity 0.3s;
        font-family: var(--font-raleway-medium);
        font-weight: 500;
        color: #fff !important;
    }

    .navbar-nav .nav-link.active::after {
        width: 100%;
    }

    section.hero-section {
        padding-block: 50px;
        position: relative;
        height: 500px;
    }

    section.hero-section .col-md-5 {
        position: static !important;
    }

    .appointment-form {
        background-color: #eeeeee;
        padding: 10px;
        border-radius: 10px;
        margin-top: 0px;
        position: absolute;
        bottom: initial;
        width: 50%;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    h2 {
        font-size: 1.6rem;
    }

    .about-content h5 {
        margin-bottom: 8px;
        font-size: 21px;
    }

    section.aboutus-section .col-md-5,
    section.aboutus-section .col-md-4 {
        width: 50%;
    }

    section.aboutus-section .col-md-1 {
        display: none;
    }

    .wellness-btn h6 {
        font-size: 18px;
    }

    .expert,
    .Reflect {
        background-color: #DBDAD9;
        padding: 40px 0;
    }

    .Reflect {
        padding-top: 0px;
    }

    .faq {
        background: #F4DEDB;
        padding: 40px 0;
    }

    .faq .col-md-10 {
        width: 100%;
    }

    .faq-container {
        max-width: 100% !important;
        padding: 40px 30px;
        border-radius: 25px;
    }

    .faq-header {
        margin-bottom: 20px;
        padding: 0px;
        gap: 0px 20px;
    }

    .accordion {
        padding: 0 0px;
    }

    .container {
        max-width: 100%;
        padding-inline: 15px;
        margin-inline: auto !important;
        width: 100% !important;
    }
}

@media screen and (max-width:768px) {
    .appointment-form {
        top: initial !important;
        position: static !important;
        width: 100%;
        transform: translateY(0) !important;
    }

    section.hero-section .col-md-5 {
        position: static !important;
        width: 100% !important;
    }

    .hero-content img {
        height: 200px;
    }

    section.hero-section {
        position: relative;
        height: auto;
        padding: 0px;
    }

    section.aboutus-section .col-md-5,
    section.aboutus-section .col-md-4 {
        width: 100%;
    }

    section.aboutus-section .col-md-4 img {
        display: none;
    }

    .aboutus-section .container-fluid {
        padding-inline: 15px !important;
    }

    section.aboutus-section .col-md-5 .about-content {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0px;
    }

    .about-content a {
        text-align: center;
        display: inline;
        background: url(../images/btn-bg.png);
        background-position: center;
        background-size: contain;
        font-size: 14px;
        text-decoration: none;
        font-weight: 600;
        color: #212121;
        padding: 8px 39px;
        background-repeat: no-repeat;
    }

    .wellness-btn {
        background-color: var(--primary-color);
        padding-block: 15px;
        border-radius: 8px;
    }

    .wllness-bottom {
        display: none;
    }

    .mobile {
        display: block;
    }



    section.wellness-section .col-md-4 .wellnss-card {
        margin-bottom: 0px;
    }

    section.wellness-section {
        padding-block: 30px;
    }

    section.wellness-section .col-md-4 {
        width: 50%;
    }

    section.wellness-section .row {
        gap: 20px 0px;
    }

    .wellness-btn h6 {
        font-size: 16px;
    }

    .wellness-btn h6 br {
        display: none;
    }

    .Reflect .expert-heading h3 {
        color: #000;
        font-size: 23px;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .footer-section .col-md-4 {
        width: 50%;
    }

    .footer-bottom .d-flex {
        justify-content: center;
    }

    .footer-bottom .d-flex>div {
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        margin-bottom: 15px;
    }

    .faq-header img {
        order: -1;
    }
}

@media screen and (max-width:676px) {
    h2 {
        font-size: 1.4rem;
    }

    .card-img img {
        width: 100%;
        border-radius: 10px;
    }

    .faq-container {
        max-width: 100% !important;
        padding: 20px 18px;
        border-radius: 25px;
    }

    .hero-content img {
        height: 155px;
    }

    .faq-header img {
        order: -1;
        height: 95px;
    }
}

@media screen and (max-width:575px) {
    section.wellness-section .col-md-4+.col-md-4 {
        margin-top: 20px;
    }

    h2 {
        font-size: 1.3rem;
    }

    section.wellness-section .col-md-4 {
        width: 100%;
    }

    .Reflect .expert-heading h3 {
        color: #000;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .expert-heading h3 {
        font-size: 21px;
    }

    .faq-header h2 {
        font-size: 1.4rem;
    }

    .accordion-item {
        border: 1px solid #e0e0e0 !important;
        background: transparent;
        margin-bottom: 20px;
        border-radius: 12px !important;
        padding: 2px 10px;
    }

    .social-icons a {
        width: 25px;
        height: 25px;
        background: white;
        color: #003d7a;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        text-decoration: none;
        font-size: 13px;
    }

    .contact-number {
        font-size: 1.2rem;
        font-weight: 700;
        margin-left: 10px;
    }

    .footer-bottom .d-flex>div {
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:475px) {
    .hero-content img {
        height: 100px;
    }

    .hero-content {
        background-color: rgba(255, 255, 255, 0);
        padding: 20px 0px;
        min-height: 500px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .faq-header h2 {
        font-size: 1.2rem;
    }
}