/* * ================================== * */
/* * ============ Header Manu ========= * */
/* * ================================== * */


@media (min-width: 1198px) {
    .mobile-manu {
        display: none;
    }

}


/* Large screens (desktops) */
@media (max-width: 1200px) {

    header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: fit-content;
        padding-top: 10px;
        position: relative;
    }


    .header-manu {
        display: none !important;
    }

    .top-bar {
        display: none;
    }

    .header-logo {
        margin-left: 30px;
    }

    .mobile-manu-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        width: 35px;
        height: 35px;
        /* background-color: green; */
        cursor: pointer;
        z-index: 100;
    }


    .mobile-manu {
        width: 550px;
        height: fit-content;
        padding: 10px;
        position: absolute;
        top: 0%;
        right: 0px;
        background-color: #FFFFFF;
        /* border: 1px solid black; */
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        z-index: 2;
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .mobile-manu ul {
        list-style-type: none;
    }

    .mobile-manu ul li {
        margin: 10px 0px;
    }

    .mobile-manu ul li a {
        text-decoration: none;
        font-size: 1.2rem;
        color: #000000;
        transition: all 0.3s ease;
    }

    .mobile-manu ul li a:hover {
        color: #0070FF;
        font-weight: 700;
    }

    .mobile-sub-main {
        position: relative;
    }

    .mobile-sub-main svg {
        margin-left: 10px;
    }

    .mobile-sub-main svg path {
        width: 20px;
    }

    .mobile-sub-main .sub-main {
        display: flex;
        flex-direction: column;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        height: 0;
        top: 10px;
        left: 100px;
        width: fit-content;
        background-color: #FFFFFF;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.418);
    }

    .mobile-sub-main .sub-main a {
        text-wrap: nowrap;
        font-size: 1.1rem;
        margin: 3px;
        transition: all 0.3s ease;
    }

    .mobile-sub-main .sub-main a:hover {
        font-weight: 700px;
        color: #0070FF;
    }

    .mobile-sub-main #opne-sub-main {
        cursor: pointer;
    }


}








@media (max-width: 992px) {
    .mobile-manu {
        width: 96%;
    }

    .mobile-manu ul li a {
        font-size: 1rem;
    }

    .mobile-sub-main .sub-main a {
        font-size: 1rem;
    }

    .mobile-manu-icon img {
        width: 25px;
    }


    header {
        padding-left: 0px;
    }

    .header-logo {
        width: 140px;
        margin-top: 0px;
        height: fit-content;
        margin-left: 15px;
        transform: translateY(-5px);
    }

    .header-logo img {
        width: 100%;
    }


    .swiper {
        width: 100%;
        max-height: 100vh;
        padding: 0px;
        margin: 0px;
        margin-bottom: 50px;
    }

    .swiper-slide {
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        padding-top: 0px !important;
        align-items: center;
    }

    .swiper-slide .home-hero-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;

    }

    .swiper-slide .home-hero-content .hero-small-title {
        display: flex;
        justify-content: start;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .swiper-slide .home-hero-content .hero-small-title img {
        width: 25px;
    }

    .swiper-slide .home-hero-content .hero-small-title h5 {
        font-size: 1.4rem !important;
    }

    .swiper-slide .home-hero-content .home-hero-heading {
        text-align: start;
        line-height: 1.4;
    }

    .swiper-slide .home-hero-content .home-hero-heading .special {
        text-align: center;
        line-height: 1.4;
    }

    .swiper-slide .home-hero-content .para {
        font-size: 1.1rem;
        text-align: start;
        width: 97%;
        line-height: 1.5;
    }

    .swiper-pagination {
        transform: translateY(-5px) !important;
    }



    .support-section {
        position: static;
        width: 100%;
        transform: translate(0%, 0%);
    }

    .support-section .support-card {
        width: 100%;
        position: static;
        background-color: #FFFFFF;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
        /* padding: 29px 30px; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .support-section .support-card .support-card-content {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 20px 0px;
    }

    .support-section .support-card .support-card-content .heading {
        margin-top: 10px;
    }

    .support-inner-card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-right: none;
        border-bottom: 2px solid #FF8F00;
    }





    .how-we-are {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
    }



    .how-we-are .part-2 .how-we-are-title {
        display: flex;
        justify-content: start;
        align-items: start;
    }

    .how-we-are .part-2 .how-we-are-title img {
        width: 30px;
    }

    .how-we-are .part-2 .para {
        font-size: 1.1rem;
    }

    .how-we-are .part-2 .heart-broken {
        align-items: start;
    }

    .how-we-are .part-2 .heart-broken img {
        width: 25px;
    }

    .how-we-are .part-2 .heart-broken h5 {
        font-size: 1.1rem;
    }


    /* ************* What we offers ********** */

    .what-we-offers {
        background-size: 210%;
        background-position: top;
        background-repeat: no-repeat;
        width: 100%;
    }

    .what-we-offers .container {
        padding-top: 15px;
    }

    .what-we-offers .headers {
        width: 100%;
        justify-content: start;
        align-items: start;
    }

    .what-we-offers .headers .title {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .what-we-offers .headers .title h5 {
        margin-top: 10px;
    }

    .what-we-offers .headers .title img {
        width: 30px;
    }

    .what-we-offers .headers .view-all-services-btn {
        display: flex;
        justify-content: start;
        align-items: center;
    }


    .what-we-offers .cards-row .card {
        height: fit-content !important;
        padding-bottom: 20px;
    }

    .what-we-offers .cards-row .card .card-content p {
        font-size: 1.1rem;
    }

    .what-we-offers .cards-row .card .card-content .btn-box {
        width: 100%;
        display: flex;
        justify-content: center;
        position: static;
        /* bottom: 24px; */
    }






    .why-choose-us .headers .title img {
        width: 35px;
    }


    .why-choose-us .content {
        width: 100%;
    }

    .why-choose-us .left {
        width: 100%;
        height: fit-content;
    }

    .why-choose-us .left img {
        width: 100%;
        height: 100%;
    }



    .why-choose-us .right {
        width: 100%;
        margin-top: 20px !important;
    }

    .why-choose-us .right .content {
        padding-top: 5px !important;
    }

    .why-choose-us .right .content .heading {
        font-size: 20px;
        margin-top: 0px;
    }

    .why-choose-us .right .content .heading .special {
        font-size: 20px;
    }

    .why-choose-us .right .content p {
        font-size: 1rem;
        line-height: 23px;
        margin-top: 0px;
    }







    .video-container {
        height: 50vh;
    }

    .video-container .content {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .video-container .content .top .heading {
        font-size: 1.9rem;
        line-height: 45px;
    }

    .video-container .content .top .heading .special {
        font-size: 1.9rem;
        line-height: 45px;
    }


    .video-container .content .bottom .icon {
        width: 60px;
        height: 60px;
    }

    .video-container .content .bottom p {
        font-size: 1.5rem;
    }


    .get-in-touch .left {
        height: fit-content !important;
    }

    .get-in-touch .left .title img {
        width: 25px;
    }

    .get-in-touch .left .para {
        font-size: 1.2rem;
        line-height: 1.3;
        margin-top: 15px;
    }

    .get-in-touch .left .info-container .info img {
        margin: 0px;
        width: 35px;
    }

    .get-in-touch .right {
        width: 100%;
        height: 100%;
        padding: 0px;
        padding-left: 0px;
        display: flex;
        justify-content: center;
        align-items: start;
        margin-top: 50px;
        /* border: 2px solid black; */
    }

    .get-in-touch .right .form-card {
        width: 98%;
        height: 100%;
        padding: 48px 27px;
        padding-top: 16px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        background: #FFFFFF;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
    }










    footer {
        width: 100%;
        height: fit-content;
        background-color: #000000;
    }

    footer .footer-top {
        width: 100%;
        height: 87%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        padding: 0px 20px;
        padding-top: 50px;
        position: relative;
    }

    footer .footer-top .footer-info {
        width: 100%;
        height: 100%;
        color: #FFFFFF;
        margin-right: 0px;
    }

    footer .footer-top .footer-info p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        color: #FFFFFF;
        margin-top: 20px;
    }


    footer .footer-top .footer-quick-links {
        width: 100%;
        height: 100%;
        color: #FFFFFF;
        margin-right: 0px;
        margin-top: 15px;
    }

    footer .footer-top .footer-quick-links h5 {
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 28px;
        color: #FFFFFF;
    }

    footer .footer-top .footer-quick-links ul {
        margin-left: 20px;
        transform: translateY(-20px);
    }

    footer .footer-top .footer-quick-links ul li {
        margin-top: 10px;
    }

    footer .footer-top .footer-quick-links ul :first-child {
        margin-top: 30px;
    }

    footer .footer-top .footer-quick-links ul li a {
        font-size: 1.2rem;
        line-height: 28px;
        color: #FFFFFF;
    }

    footer .footer-top .footer-quick-links ul li a.active {
        text-decoration: none;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 28px;
        color: #FF8F00;
    }


    footer .footer-top .footer-contact-us {
        width: 100%;
        height: 100%;
        color: #FFFFFF;
        margin-right: 0px;
    }

    footer .footer-top .footer-contact-us h5 {
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 28px;
        color: #FFFFFF;
    }

    footer .footer-top .footer-contact-us .group {
        display: flex;
        justify-content: start;
        align-items: center;
        margin-top: 5px;
        margin-left: 20px;
    }

    footer .footer-top .footer-contact-us .group:first-of-type {
        margin-top: 13px;
    }

    footer .footer-top .footer-contact-us .custom-content-top {
        display: flex;
        justify-content: start;
        align-items: start;
        margin-top: 5px;
    }


    footer .footer-top .footer-contact-us .group h5 {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        margin-left: 9px;
    }


    footer .footer-top .footer-follow-up {
        width: 100%;
        height: 100%;
        color: #FFFFFF;
        margin-top: 20px;
    }

    footer .footer-top .footer-follow-up h5 {
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 28px;
        color: #FFFFFF;
    }

    footer .footer-top .footer-follow-up .social-media-icons {
        margin-top: 10px;
        display: flex;
        /* justify-content: start; */
        justify-content: start;
        gap: 30px;
        margin-left: 20px;
    }


    footer .footer-bottom {
        width: 100%;
        height: 13%;
        padding: 0px 20px;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }


    footer .footer-bottom .copyright p {
        font-weight: 300;
        font-size: 0.9rem;
        text-align: center;
        margin-top: 15px;
    }




    /* * ========================================= * */
    /* * ========================================= * */
    /* * ========================================= * */

    /* about page */




    .hero-section {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 30vh;
    }

    .hero-section .title {
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 800;
        font-size: 2.3rem;
        line-height: 90px;
        text-align: center;
        color: #FFFFFF;
    }

    .hero-section .title .special {
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 800;
        font-size: 2.3rem;
        line-height: 90px;
        text-align: center;
        color: #FF8F00;
    }



    .about-who-we-are .right {
        display: flex;
        flex-direction: column;
        justify-content: center;

    }


    .about-who-we-are .right .how-we-are-title img {
        width: 25px;
    }

    .about-who-we-are .right p {
        font-size: 0.9rem;
        line-height: 22px;
    }





    .our-mission .left p {
        font-size: 1rem;
    }

    .our-mission .left .list-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .our-mission .left .list-box h5 {
        font-size: 1rem;
    }

    .our-mission .left .list-box .list {
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: start;
        padding-left: 7px;
        margin-top: 5px;
    }

    .our-mission .left .list-box .list img {
        margin-top: 7px;
    }

    .our-mission .left .list-box .list p {
        font-size: 1rem;
        margin-left: 12px;
    }


    /* * ============================ * */
    /* * ============================ * */
    /* * ============================ * */

    /* Services page */

    .our-services .content .headers {
        padding-top: 0px;
    }

    .our-services .content .headers {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .our-services .content .headers .title {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .our-services .content .headers .title h5 {
        font-size: 1.5rem;
        margin-top: 10px;
    }

    .our-services .content .headers .title img {
        width: 35px;
    }

    .our-services .content .headers .heading {
        font-size: 2rem;
        line-height: 1.3;
    }

    .our-services .headers .heading .special {
        font-size: 2rem;
        line-height: 1.3;
    }






    /* * ============================== * */
    /* * ============================== * */
    /* * ============================== * */

    /* Referral Page */



    .patient-form {
        width: 100%;
        margin-top: 80px;
        padding: 0px 20px;
    }

    .patient-form .title h4 {
        font-size: 2.2rem;
    }

    .patient-form .title h4 span {
        font-size: 2.2rem;
    }

    .referal-form label {
        font-weight: 600;
        font-size: 1.2rem;
    }

    .referal-form label span {
        font-size: 1.2rem;
    }

    .referal-form input {
        width: 100%;
        padding: 15px 20px;
        font-size: 1.1rem;
    }

    .referal-form input::placeholder {
        font-size: 1.1rem;
    }

    .referal-form.date-icon {
        position: relative;
    }

    .referal-form.date-icon .icon {
        position: absolute;
        right: 20px;
        bottom: 12px;
        cursor: pointer;
        width: 30px;
    }

    .referal-form .gender-list {
        display: flex;
        flex-direction: column;
        margin-top: 0px;
    }

    .referal-form .gender-list .gender {
        display: flex;
        align-items: center;
        margin-top: 15px;
    }

    .referal-form .gender-list .gender label {
        margin-left: 70px;
        position: relative;
    }

    .gender-list .gender input[type="radio"] {
        display: none;
    }


    .gender-list .gender label:before {
        position: absolute;
        left: -38px;
        top: -0px;
        width: 18px;
        height: 18px;
        border: 3px solid #FF8F00;
        border-radius: 50%;
        /* background-color: #FF8F00; */
        transition: background-color 0.3s, border-color 0.3s;
    }

    .gender-list .gender input[type="radio"]:checked+label::after {
        content: '';
        position: absolute;
        left: -34px;
        top: 4px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #FF8F00;
        transition: background-color 0.3s, border-color 0.3s;
    }



    .patient-address h4 {
        font-size: 1.7rem;
    }

    .patient-address h4 span {
        font-size: 1.7rem;
    }





    /* * ===================================== * */
    /* * ===================================== * */
    /* * ===================================== * */

   

    .contact-info-container .contact .content {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-around;
    }

    .contact-info-container .contact .content h5 {
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 24px;
        color: #333333;
    }

    .contact-info-container .contact .content p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        color: #333333;
    }

    .contact-form {
        width: 100%;
        padding: 0px 30px;
        margin-top: 32px;
    }

    .map {
        width: 100%;
        height: 60vh;
        margin-top: 80px;
    }






    /* * ======================================== * */
    /* * ======================================== * */
    /* * ======================================== * */

    /* Community based adult page */

    .content-container .left .top .services-special-btn h5 {
        font-size: 1rem;
    }

    .content-container .left .bottom {
        padding: 50px 25px;
    }

    .content-container .left .bottom h5 {
        font-size: 1.6rem;
        line-height: 20px;
    }

    .content-container .left .bottom p {
        font-size: 1.5rem;
    }


    .content-container .right .img-box {
        background-size: 100%;
        background-position: top;
        width: 100%;
        height: 300px;
    }


    .content-container .right p {
        font-size: 1.1rem;
        line-height: 28px;
    }

    .content-container .right .type li {
        font-weight: 600;
        font-size: 1.2rem;
        line-height: 40px;
        color: #000000;
        position: relative;
        padding-left: 25px;
    }

    .content-container .right .type {
        list-style: none;
        padding-left: 0px;
    }

    .content-container .right .type li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 13px;
        width: 10px;
        height: 10px;
        background-color: #FF8F00;
        border-radius: 50%;
    }




    /* ********** Custom Style ============== */


    .content-container.custom-style {
        height: fit-content;
        display: flex;
        flex-direction: column;
        padding: 80px 20px;
    }

    .content-container.custom-style .left {
        width: 100%;
    }

    .content-container.custom-style .left .top .services-special-btn h5 {
        font-size: 1rem;
    }

    .content-container.custom-style .left .bottom {
        padding: 50px 25px;
    }

    .content-container .left .bottom h4 {
        font-size: 2rem;
    }

    .content-container.custom-style .left .bottom h5 {
        font-size: 1.6rem;
        line-height: 20px;
    }

    .content-container.custom-style .left .bottom p {
        font-size: 1.5rem;
    }



    .content-container.custom-style .right {
        width: 100%;
        /* height: 100%; */
        margin-top: 50px;
    }

    .content-container.custom-style .right .img-box {
        background-size: 100%;
        background-position: top;
        width: 100%;
        height: 300px;
    }

    .content-container.custom-style .right h4 {
        font-weight: 600;
        font-size: 1.7rem;
        line-height: 1.3;
    }

    .content-container .right h4 span {
        font-weight: 600;
        font-size: 1.7rem;
        line-height: 1.3;
    }

    .content-container.custom-style .right p {
        font-size: 1.1rem;
        line-height: 28px;
    }

    .content-container.custom-style .right .type li {
        font-weight: 600;
        font-size: 1.2rem;
        line-height: 40px;
        color: #000000;
        position: relative;
        padding-left: 25px;
    }

    .content-container.custom-style .right .type {
        list-style: none;
        padding-left: 0px;
    }

    .content-container.custom-style .right .type li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 13px;
        width: 10px;
        height: 10px;
        background-color: #FF8F00;
        border-radius: 50%;
    }




}










/* Small screens (mobiles) */
@media (max-width: 768px) {
    /* Mobile layout adjustments */




}











/* Extra small screens (small mobiles) */
@media (max-width: 576px) {
    /* Small mobile layout adjustments */
}