@media (max-width: 1399px) {
    .homebanner-section .hban-left h3 {
        font-size: 60px;
    }
    .homebanner-section .hban-left p {
        font-size: 24px;
    }
    .homebanner-section .hban-right .hbformwrap {
        padding: 40px 40px;
    }
}

@media (max-width: 1199px) {
    .homebanner-section .hban-left h3 {
        font-size: 50px;
    }
    .homebanner-section .hban-left p {
        font-size: 22px;
    }
    .homebanner-section .hban-right .hbformwrap {
        padding: 30px 30px;
    }
}

@media (max-width: 991px) {
    .homebanner-section .hban-left {
        padding: 0px 0px 40px;
    }
    .homebanner-section .hban-left h3 {
        font-size: 40px;
        text-align: center;
    }
    .homebanner-section .hban-left p {
        font-size: 20px;
        text-align: center;
    }
    .homebanner-section .hban-right .hbformwrap {
        position: relative;
        margin-bottom: 0;
    }

    .workingtime-section {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    header .headerinner {
        flex-direction: column;
    }
    .headi-left > ul {
        gap: 10px;
    }
    .headi-left > ul .btnAppointment {
        font-size: 14px;
        padding: 5px 10px;
    }
    .lang-selected {
        padding: 6px 10px;
    }
    .lang-selected img {
        width: 20px;
        height: 20px;
    }
    .lang-selected p {
        font-size: 13px;
    } 


    .homebanner-section {
        padding: 40px 0px;
    }
    .homebanner-section .hban-left {
        padding: 0px 0px 30px;
    }
    .homebanner-section .hban-left h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .homebanner-section .hban-left p {
        font-size: 18px;
    }
    .homebanner-section .hban-right .hbformwrap {
        padding: 20px 20px;
    }

    .workingtime-section .wtime-inner {
        padding: 30px 0px;
    }
    .workingtime-section .wtime-inner h3 {
        font-size: 18px;
    }
    .workingtime-section .wtime-inner p {
        font-size: 14px;
    }
    .currentlang-wrap .dropdown-menu {
        width: 115px;
        min-width: 115px;
    }
    .currentlang-wrap .dropdown-menu .dropdown-item {
        padding: 10px 20px;
    }
    
}

@media (max-width: 576px) {
    .homebanner-section {
        padding: 30px 0px;
    }
    .homebanner-section .hban-left {
        padding: 0px 0px 20px;
    }
    .homebanner-section .hban-left h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .homebanner-section .hban-left p {
        font-size: 16px;
    }

    
}