@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    #header {
        position: fixed;
        top: 0;
        height: auto;
    }

    #header:before {
        display: none;
    }

    #header:after {
        bottom: -1px;
    }

    .main_menu {
        display: none;
    }

    .menu-top {
        display: none;
    }

    .logo-site img {
        max-width: 120px;
    }

    .opt-mobail {
        display: block;
    }

    .main_menu {
        position: absolute;
        width: 100%;
        top: 122px;
        left: 0;
        background: #fff;
        box-shadow: 0 6px 7px rgb(0 0 0 / 16%);
        padding-bottom: 20px;
        border-radius: 0;
    }

    .main_menu li {
        display: inline-block;
        padding: 10px 20px;
        margin: 0;
        width: 49%;
    }
    .main_menu > li > a {
        margin: auto;
    }

    .section_home {
        padding: 140px 0 50px;
    }

    .section_home .container:before {
        display: none;
    }

    .thumb-home {
        margin-bottom: 20px;
    }

    .thumb-home:before,
    .thumb-home:after {
        display: none;
    }

    .center .txt-service {
        transform: scale(1);
    }

    .txt-service {
        width: 100%;
        height: 390px;
    }

    .center .txt-service h4 {
        font-size: 28px;
    }

    .section_services {
        padding: 50px 0 0;
    }

    .item-statistic {
        margin-bottom: 50px;
    }

    .item-testimonial {
        width: 100%;
    }

    #testimonial-slider .owl-nav > button {
        right: 0;
    }

    #testimonial-slider .owl-nav > button.owl-prev {
        left: 0;
    }

    .item-testimonial:after {
        left: 20px;
    }

    .item-testimonial:before {
        right: 20px;
    }

    .section_team {
        padding: 100px 0 10px;
    }

    .cont-appointment {
        width: 100%;
    }
    .section_Book_appointments .container:before {
        z-index: -1;
    }
    .cont-contact {
        margin-bottom: 30px
    }
    .menu-ft h5 {
        margin-bottom: 15px;
    }
    .menu-ft {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 500px) {}