/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

.wraper {
    width: 100%;
}

@media (max-width: 1119.98px) {
}

@media (max-width: 991.98px) {
    .container {
        width: 100%;
    }

    .second-nav{
        text-align: right;
        padding: 8px 10px;
    }

    .doctor-item{
        padding: 45px 30px;
        flex-basis: 100%;
        background-image: linear-gradient(to bottom, #eef8f7, #eaf6f6, #e6f5f4, #e2f3f3, #def1f2);
    }

    .doctor-item:nth-child(1), .doctor-item:nth-child(2), .doctor-item:nth-child(3), .doctor-item:nth-child(4) {
        padding-bottom: 30px;
    }

    .section-news h2:before{
        width: 65%;
    }

    .bg-doctor p{
        width: 95%;
    }
}

@media (max-width: 767.98px) {
    .box-shadow {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block {
        display: none !important;
    }

    #header .logo img {
        max-height: 70px;
    }

    .make-appointment a{
        padding: 12px 18px;
        font-size: 13px;
    }

    .about-text{
        margin-bottom: 20px;
    }

    .readmore{
        width: 100%;
    }

    .bg-doctor h2{
        font-size: 25px;
    }

    .doctor-item,
    .booking-box,
    .booking-bottom,
    .footer-top-inner{
        flex-direction: column;
    }

    .doctor-item img{
        margin: 0 auto;
    }

    .doctor-list .readmore{
        margin: 25px 20px 0;
    }

    .booking-image img{
        max-height: 300px;
        width: 100%;
    }

    .booking-form{
        padding: 30px 20px;
    }

    .btn-booking{
        width: 100%;
        margin-top: 20px;
    }

    #navigation38,
    .maps{
        width: 100%;
        margin-top: 20px;
    }

    .section-news h2:before{
        width: 35%;
    }

    .news-groups .owl-dot, .section-slider .owl-dot{
        width: 45px;
    }

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

}

@media (max-width: 499.98px) {
    .nv-infodie {
        width: 100%;
    }

    .cookie-notice {
        left: 0;
        width: 100%;
    }

    .visible-ss-block {
        display: block !important;
    }

    .visible-ss-inline {
        display: inline !important;
    }

    .visible-ss-inline-block {
        display: inline-block !important;
    }

    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block {
        display: none !important;
    }
}

@media (min-width: 500px) {
    .nv-infodie {
        width: 500px;
        left: 50%;
        margin-left: -250px;
    }
}

@media (min-height: 500px) {
    .container {
        width: 100%;
    }

    .nv-infodie {
        height: 500px;
        top: 50%;
        margin-top: -250px;
    }
}

@media (min-width: 768px) {
    .wraper {
        width: 100%;
    }

    .hidden-ss-block {
        display: block !important;
    }

    .hidden-ss-inline {
        display: inline !important;
    }

    .hidden-ss-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }

    .wraper {
        width: 100%;
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
    .wraper {
        width: 1200px;
    }
}
