@media only screen and (max-width: 1199px){

    /* Header */
    .navbar {
        padding: 15px 0;
    }

    .navbar-brand {
        max-width: calc(100% - 60px);
    }

    /* Hide desktop menu */
    .main-menu {
        display: none !important;
    }

    /* Show mobile menu toggle */
    .responsive-menu,
    .navbar-toggle {
        display: block;
    }

    .navbar-toggle {
        margin-left: auto;
    }

    .header-btn {
        display: none;
    }

    /* Tablet hero spacing */
    .hero {
        padding: 150px 0 0;
    }

    /* Doctor image */
    .hero-image {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    /* Logo text */
    .logo .logo-text h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .logo .logo-text h3 {
        font-size: 12px;
        line-height: 18px;
    }

    .professional-section{
        padding: 80px 0;
    }

    .achievement-tab{
        padding: 18px;
    }

    .tab-title{
        font-size: 15px;
    }

    .content-card{
        padding: 28px;
    }

    .main-menu ul li.submenu:first-child ul{
        width: 320px;
    }

    .main-menu ul ul{
        width: 240px;
    }

    .main-menu ul li.nav-item a{
        padding: 8px 6px !important;
    }

    .navbar-brand img{
        max-width: 200px;
    }

    .match-schedule-item-content{
        width: calc(100% - 220px);
    }

    .float-call,
    .float-insta,
    .fixed-tel{
        width: 54px;
        height: 54px;
    }

    .fixed-tel:before{
        width: 54px;
        height: 54px;
    }

    .fixed-tel i{
        font-size: 22px;
    }

    .match-schedule-item-content {
        width: calc(100% - 270px);
    }

    .footer-header{
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    .footer-header .section-title {
        width: calc(100% - 15px);
    }
    .footer-newsletter-form {
    width: calc(100% - 15px);
    }
    .content-list{
            overflow: auto;
    }

}

@media only screen and (max-width: 991px){
    .section-title h1 span{
        color: var(--primary-color);
    }

    .professional-section{
        padding: 70px 0;
    }

    .section-title{
        margin-bottom: 40px;
    }

    .section-title h2{
        font-size: 32px;
    }

    .achievement-tabs{
        position: static;
    }

    .achievement-tab{
        min-height: 90px;
    }

    .achievement-tab.active,
    .achievement-tab:hover{
        transform: none;
    }

    .content-card{
        margin-top: 10px;
    }

    .why-choose-list ul.chu{
        gap: 10px 15px;
    }

    .why-choose-list ul li{
        font-size: 15px;
        padding-left: 26px;
    }

    .match-schedule-item .icon-box{
        width: 100%;
    }

    .match-schedule-item .icon-box iframe{
        width: 100%;
        height: 220px;
    }

    .float-call,
    .float-insta,
    .fixed-tel{
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .fixed-tel{
        bottom: 85px;
        right: 20px;
    }

    .fixed-tel:before{
        width: 50px;
        height: 50px;
    }

    .fixed-tel i{
        font-size: 20px;
        bottom: 6px;
    }

    .float-call{
        bottom: 20px;
        left: 20px;
    }

    .float-insta{
        bottom: 80px;
        left: 20px;
    }

    .scroll-top{
        right: 20px;
        bottom: 20px;
        height: 44px;
        width: 44px;
    }

    .scroll-top:after{
        height: 44px;
        width: 44px;
        line-height: 44px;
        font-size: 16px;
    }
    .about-us-list{
        width: calc(100% - 140px);
    }
    .contact-us-circle figure img{
        max-width: 80px;
    }
        .match-schedule-item-content {
        width: calc(100% - 0px);
    }
    .cta-box-image img{
        display: none;
    }

}

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

    .professional-section{
        padding: 60px 0;
    }

    .section-title{
        margin-bottom: 30px;
    }

    .section-title h2{
        font-size: 28px;
    }

    .section-title p{
        font-size: 14px;
    }

    .achievement-tabs{
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .achievement-tab{
        min-height: auto;
        padding: 16px;
    }

    .tab-number{
        flex-basis: 40px;
    }

    .content-card{
        padding: 22px 18px;
    }

    .content-card-head{
        gap: 13px;
        padding-bottom: 20px;
    }

    .content-icon{
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        font-size: 17px;
    }

    .content-card-head h3{
        font-size: 21px;
    }

    .content-list{
        max-height: 550px;
    }

    .content-item{
        gap: 12px;
        padding: 15px 0;
    }

    .item-number{
        width: 27px;
        height: 27px;
        flex-basis: 27px;
    }

    .content-item p{
        font-size: 13px;
        line-height: 1.65;
    }

    .contact-info-item{
        width: 100%;
    }

    .why-choose-list ul.chu{
        grid-template-columns: 1fr;
        gap: 0;
    }

    .match-schedule-item .icon-box iframe{
        height: 200px;
    }

    .float-call,
    .float-insta,
    .fixed-tel{
        width: 46px;
        height: 46px;
        font-size: 1.1rem;
    }

    .fixed-tel{
        bottom: 75px;
        right: 15px;
    }

    .fixed-tel:before{
        width: 46px;
        height: 46px;
    }

    .fixed-tel i{
        font-size: 18px;
        bottom: 13px;
    }

    .float-call{
        bottom: 15px;
        left: 15px;
    }

    .float-insta{
        bottom: 70px;
        left: 15px;
    }

    .scroll-top{
        right: 15px;
        bottom: 15px;
    }

}

@media only screen and (max-width: 575px){

    .professional-section{
        padding: 50px 0;
    }

    .section-title h2{
        font-size: 25px;
    }

    .section-subtitle{
        font-size: 11px;
    }

    .achievement-tab{
        padding: 14px;
    }

    .tab-number{
        font-size: 15px;
        flex-basis: 35px;
    }

    .tab-title{
        font-size: 14px;
    }

    .tab-desc{
        font-size: 11px;
    }

    .tab-arrow{
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .content-card{
        padding: 18px 15px;
        border-radius: 12px;
    }

    .content-card-head h3{
        font-size: 19px;
    }

    .content-item p{
        font-size: 12.5px;
    }

    .contact-info-item{
        padding: 15px;
    }

    .contact-info-item .icon-box{
        width: 34px;
        height: 34px;
    }

    .contact-info-content{
        width: calc(100% - 46px);
    }

    .contact-info-content h3{
        font-size: 18px;
    }

    .why-choose-list ul li{
        font-size: 14px;
        padding-left: 24px;
        margin-bottom: 10px;
    }

    .match-schedule-item .icon-box iframe{
        height: 180px;
    }

    .float-call,
    .float-insta,
    .fixed-tel{
        width: 42px;
        height: 42px;
        font-size: 1rem;
    }

    .fixed-tel{
        bottom: 65px;
        right: 12px;
    }

    .fixed-tel:before{
        width: 42px;
        height: 42px;
    }

    .fixed-tel i{
        font-size: 16px;
        bottom: 15px;
    }

    .float-call{
        bottom: 12px;
        left: 12px;
    }

    .float-insta{
        bottom: 62px;
        left: 12px;
    }

    .scroll-top{
        right: 12px;
        bottom: 12px;
        height: 40px;
        width: 40px;
    }

    .scroll-top:after{
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .footer-newsletter-form{
        flex-direction: column;
    }
    .footer-newsletter-form a {
    width: 100%;
}

}