@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1540px;
    }
}

.vl-offcanvas-logo a,
.vl-logo a {
    display: flex;
    align-items: center;
    color: #fff;
}


.vl-logo img {
    width: 90px;
}

.vl-footer-logo img {
    width: 150px;
}

.vl-offcanvas-logo img {
    width: 70px;
}

.header_info_top {
    padding: 15px 0 55px 0;
    background-color: #0E374A;
}

.header_info_top a {
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.header_info_top .header_contacts {
    display: flex;
    gap: 0 20px;
}

.header_info_top .header_social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 20px;
}

.vl-footer-social a,
.header_info_top .header_social a {
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: .5s all ease;
}

.vl-footer-social a:hover,
.header_info_top .header_social a:hover {
    background-color: #fff;
    color: #0E374A;
}

.vl-single-blog-box .vl-blog-thumb a {
    display: block;
}

.links_carousel img {
    height: 100px;
    object-fit: contain;
}

.links_carousel .owl-stage {
    display: flex;
    align-items: center;
}

@media (max-width: 1200px) {
    .header_info_top {
        display: none;
    }

    .vl-transparent-header {
        top: 0;
    }
}

@media (max-width: 575px) {
    .header-style-1 {
        padding: 10px 0;
    }

    .vl-logo a {
        line-height: 1.3;
        font-size: 14px;
    }

    .vl-logo img {
        width: 70px;
    }
}


/* new by Jalol */
.gallery a {
    display: block;
    display: block;
    padding: 5px;
    background-color: #fff;
    border-radius: 15px;
    height: 100%;
    border: 1px solid #ccc;
}

.gallery .col-md-3 {
    margin-bottom: 30px;
}

.gallery a img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

/* /* Doctors */
.single-doctor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px;
    margin-bottom: 0;
    border: 1px solid #eee;
    border-radius: 10px;
}

.single-doctor .doctor_image {
    flex: 0 0 auto;
    width: calc(40% - 10px);
}

.single-doctor .doctor_image img {
    margin-bottom: 0;
    height: 180px;
    object-fit: cover;
    width: 100%;
}

.single-doctor .doctor_info {
    flex: 0 0 auto;
    width: calc(60% - 10px);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single-doctor .doctor_info .doctor_name {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px;
}

.single-doctor .doctor_info .doctor_job {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #ba2e2f;
    margin-bottom: 5px;
}

.single-doctor .doctor_info .working_time,
.single-doctor .doctor_info .reception_days {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.blog-details-content {
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 50px rgb(50 112 252 / 8%);
    box-shadow: 0px 5px 50px rgb(50 112 252 / 8%);
    border: 1px solid #ccc;
    padding: 30px;
}

.history .blog-meta {
    display: flex;
    gap: 20px;
    align-items: center;
}

.leadership.doctors.doctors .blog-details-content {
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 50px rgb(50 112 252 / 8%);
    box-shadow: 0px 5px 50px rgb(50 112 252 / 8%);
    border: 1px solid #ccc;
    /* flex-wrap: wrap; */
}

.blog-details-content .blog-content h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

@media (max-width:480px) {
    .blog-details-content .blog-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.doctors .blog-details-content .blog-image {
    width: 110px;
    height: 140px;
    position: relative;
    overflow: hidden;
    margin-right: 30px;
    flex: 0 0 auto;
}

.leadership.doctors .blog-details-content .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-item-has-children .vl-menu-close {
    z-index: -1;
}

.yangilik-single-section ul {
    font-size: 14px;
    list-style: disc;
    padding-left: 14px;

}

.yangilik-single-section img {
    max-height: 350px;
    object-fit: cover;
}

.yangilik-single-section .wp-block-video {
    margin-top: 20px;
}


.page-numbers {
    font-family: 'Figtree, serif';
    background: #EFF5F6;
    padding: 10px;
    border-radius: 5px;
    display: block;
}

.page-numbers.current {
    background-color: #ba2e2f;
    color: #fff;
}

.navigation.pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 0 5px;
    margin: 0 auto;
}

.page-numbers.prev,
.page-numbers.next {
    display: none;
}