@media (max-width: 991.98px) {

    .header .header-top {
        font-size: 16px;
    }
	
	.header .mobile-navbar{
		padding: 10px 0;
	}

	.header .mobile-navbar .mobile-navbar-logo img {
		width: 100px;
	}

    .header .mobile-navbar .mobile-menu {
        width: 40px;
        height: 40px;
        font-size: 28px;
        background-color: #26B4E5;
        border-radius: 8px;
        padding: 2px 5px 4px 7px;
        color: #fff;
        float: right;
    }

    .banner-section {
        margin-top: 122px;
    }

    .banner-section .home-banner-carousel .item {
        padding: 180px 50px;
    }

    .banner-section .home-banner-carousel .banner-content h2 {
        font-size: 40px;
    }
    
    .banner-section .home-banner-carousele .banner-content p {
        font-size: 18px;
    }
    
    .banner-section .home-banner-carousel .banner-content .call-btn {
        padding: 13px 25px;
        font-size: 14px;  
    }

    .about-section .container h3 {
        font-size: 30px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    
    .about-section .container p {
        font-size: 16px;
    }

    .about-section .container .read-btn {
        padding: 10px 40px;
        font-size: 14px;
        letter-spacing: 1px;
        margin-top: 10px;
    }

    .counter-section .counter-icon {
        font-size: 3rem;
    }
    
    .counter-section .counter-number {
        font-size: 3rem;
    }
    
    .counter-section .counter-label {
        font-size: 1.3rem;
        margin-top: -10px;
    }

    .therapeutic-section .therapeutic-header h2 {
        font-size: 30px;
    }

    .therapeutic-section .therapeutic-header p {
        font-size: 16px;
    }

    .therapeutic-section .specialty-content h3 {
        font-size: 1.2rem;
    }

    .therapeutic-section .specialty-content p {
        font-size: 0.8rem;
    }

    .approach-section .section-title {
        font-size: 30px;
    }
    
    .approach-section .section-description {
        font-size: 16px;
    }

    .card-icon .card-icon {
        width: 70px;
        height: 70px;
    }

    .card-icon .card-title {
        font-size: 1.2rem;
    }

    .card-icon .card-description {
        font-size: 14px;
    }

    .categories-section .categories-header h2 {
        text-align: center;
        font-size: 30px;
    }
    
    .categories-section .categories-header p {
        text-align: center;
        font-size: 16px;
    }

    .faq-section .faq-title {
        text-align: center;
        font-size: 30px;
    }
    
    .faq-section .faq-subtitle {
        text-align: center;
        font-size: 16px;
    }

    .contact-form-section {
        background: #A5DCED;
    }

    .contact-form-section .form-container-header h2 {
        text-align: center;
        font-size: 30px;
    }
    
    .contact-form-section .form-container-header p {
        text-align: center;
        font-size: 16px;
    }
	
	.common-banner-section {
        margin-top: 122px;   
    }

    .common-banner-section .banner-content {
        padding: 160px 60px;
    }

    .common-banner-section .banner-content h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
	
	.faq-read-btn-parent {
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 767.98px) {

    .header .desktop-navbar{
        display: none;
    }

    .header .mobile-navbar .mobile-sidebar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100%;
        background: linear-gradient(to right, #0B5FA4, #000A38);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        transition: all 0.4s ease-in-out;
        z-index: 1000;
        color: #fff;
    }

    .header .mobile-navbar.show .mobile-sidebar {
        right: 0;
    }

    .header .mobile-navbar .mobile-sidebar>ul {
        margin-top: 50px !important;
        list-style: none;
    }

    .header .mobile-navbar .mobile-sidebar>ul>li {
        padding: 10px;
    }

    .header .mobile-navbar .mobile-sidebar ul>li>a {
        color: #fff;
        padding: 4px;
        font-size: 17px;
        text-transform: capitalize;
        text-decoration: none;
    }

    .header .mobile-navbar .mobile-nav-remove {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        background: #26b4e5;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }

    .header .mobile-navbar .overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease-in-out;
        z-index: 1000;
    }
    .header .mobile-navbar.show .overlay {
        opacity: 1;
        pointer-events: all;
    }

    .banner-section .home-banner-carousel .item {
        padding: 150px 50px;
    }

    .banner-section .home-banner-carousel .banner-content h2 {
        font-size: 32px;
    }
    
    .banner-section .home-banner-carousel .banner-content p {
        font-size: 16px;
    }

    .about-section {
        text-align: center;
    }

    .about-section .container p {
        text-align: center;
    }

    .counter-section .counter-icon {
        font-size: 2.5rem;
    }
    
    .counter-section .counter-number {
        font-size: 2.5rem;
    }
    
    .counter-section .counter-label {
        font-size: 1rem;
    }

    .therapeutic-section .specialty-content h3 {
        font-size: 1rem;
    }

    .footer-section h5 {
        font-size: 20px;
        margin: 40px 0 30px;
    }
	
	.common-banner-section .banner-content {
        padding: 120px 40px;
    }

    .common-banner-section .banner-content h1 {
        font-size: 40px;
    }

    .common-banner-section .banner-content ul.breadcrumb li {
        font-size: 18px;
    }	
    
}

@media (max-width: 575.98px) {
    .header .contact-info a {
        font-size: 14px;
        display: block;
        margin-left: 0;
    }
    
    .banner-section .home-banner-carousel .item {
        padding: 120px 20px;
		width: 100%;
    }

    .banner-section .home-banner-carousel .banner-content h2 {
        font-size: 26px;
    }
    
    .banner-section .home-banner-carousel .banner-content p {
        font-size: 14px;
    }
    
    .banner-section .home-banner-carousel .banner-content .call-btn {
        padding: 10px 20px;
        font-size: 12px;  
    }

    .approach-section .card-icon {
        width: 60px;
        height: 60px;
    }
	
	.common-banner-section .banner-content {
        padding: 80px 20px;
    }

    .common-banner-section .banner-content h1 {
        font-size: 30px;
    }

    .common-banner-section .banner-content ul.breadcrumb li {
        font-size: 16px;
    }
	
	.counter-box {
   	 	gap: 5px;
	}
	
	.counter-section .counter-icon {
        font-size: 2rem;
    }
    
    .counter-section .counter-number {
        font-size: 2rem;
    }
    
    .counter-section .counter-label {
        font-size: 0.8rem;
    }
}

@media (max-width: 350px) {
    .categories-section .category-card {
        height: 430px;
    }
	
	.counter-section .counter-icon {
        font-size: 1.5rem;
    }
    
    .counter-section .counter-number {
        font-size: 1.5rem;
    }
    
    .counter-section .counter-label {
        font-size: 0.7rem;
    }
}