html, body {
    overflow-x: hidden;
}
img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.header-1 .navbar-brand .logo {
    width: 150px;
}
.home_bnr {
    background: url(../img/bnr_img.webp) no-repeat center/cover;
}
.text-pink {
    color: #ec1f90 !important;
}
.about_img {
    padding: 0 20px 20px 0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.about_img:before {
    content: "";
    display: block;
    width: 50%;
    height: calc(100% - 20px);
    background: #ec1f90;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 10px;
}
.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 10px;
}
.gray_bg{background: #f7f7f7;}
.blog-grid {
    padding: 15px;
    background: #fff;
}
footer .widget .contact li p {
    margin: 0 0 5px;
}
.department-box-1 .dep-icon img {
    max-height: 55px;
}
.glry_bnr {background: url(../img/bnr_img.webp) no-repeat center/cover;background-position: center top;}
.testi_bg, .about_bnr {background: url(../img/testi_bg.webp) no-repeat center/cover;background-position: center;}
.page-header {
    padding: 150px 0 200px;
}
.exp_box {
    margin-bottom: 20px;
}
.exp_box ul {
    list-style: none;
    padding-left: 0;
}
.exp_box li {
    padding-left: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    background: url(../img/check.webp) no-repeat;
    background-position: left top 7px;
    margin-bottom: 5px;
}
.partner_logo .slick-track {
    align-items: center;
}
.map_box iframe {
    width: 100%;
}
.contact_bnr {background: url(../img/book_bg.webp) no-repeat center/cover;}
.blog_bnr {
    background: url(https://thedevserver.us/dev/mandavi/wp-content/uploads/2023/09/blog_bnr-2.webp) no-repeat center/cover !important;
}
.testi_bnr {background: url(../img/testi_bnr.webp) no-repeat center/cover;background-position: center top -50px;}
.appointment_bnr {background: url(../img/appointment_bnr.webp) no-repeat center/cover;}

.header-1 .topbar .widgets li i {
    vertical-align: middle;
}
.scientific_sec {padding: 80px 0;border-bottom: 1px solid #ccc;}
.blog-author .author-media .author-img {
    min-width: 150px;
    height: 150px;
    overflow: hidden;
    max-width: 150px;
}
.blog-comments .comment-media {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
}
.policie_bnr{background: url(../img/policie_bnr.webp) no-repeat center/cover;}
footer .widget {
    margin: 1.25rem 0 0;
}
.form-control {
    border-color: #b8dade;
    border-radius: 0;
    background: #f8f8f8;
}
.gray_bg .blog-header img.img-fluid {
    height: 185px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.blog-comments #comments {
    margin: 0;
}
.blog-comments #comments .wpd-form-head {
    margin-top: 0;
}
.pagination li:first-child a .next, .pagination li:last-child a {
    font-size: 2rem;
}
.pagination span {
    font-family: Manrope, sans-serif;
    font-weight: 500;
    color: #1a1a1a;
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
}
.pagination li .current {
    background-color: #394657;
    color: #fff;
    border-radius: 50%;
}
.gallery-grid .img-box img {
    transition: 2s ease all;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}
@media (min-width:768px){
.flexible-slider .row > div {
    margin-bottom: 30px;
}
}
@media (min-width:992px){
    .header-1 .btn {
        margin-left: 30px;
    }
}
@media (max-width:991.98px){
    .header-1 .topbar .widgets {
        justify-content: center;
    }
    .page-header {
        padding: 100px 0 150px;
    }
	.slider-nav .slick-dots, .slider-nav-sleek .slick-dots {
		flex-wrap: wrap;
	}
}
@media (max-width:767.98px){
    .get_touch a {
        font-size: 16px;
    }
    .lead {
        font-size: 17px;
    }
    .modal-body {
        padding: 20px !important;
    }
    .header-1 .topbar .widgets li {
        padding: 10px 0;
        font-size: 13px;
    }
    .header-1 .topbar .widgets li:not(:last-child) {
        padding-right: 10px;
    }
    .icon-3x {
        height: 3.063rem;
        width: 3.063rem;
        font-size: 1.5rem;
    }
    .founder_sec blockquote {
        padding: 55px 0 0 !important;
    }
    .page-header h1 {
        font-size: 32px;
        text-align: center;
    }
    .breadcrumb {
        justify-content: center;
    }
    .youtube-video {
        margin-bottom: 10px;
    }
    #modal-video .modal-body {
        padding: 0 !important;
    }
    #modal-video .modal-body iframe {
        height: 300px !important;
    }
    .blog-author .author-media {
        margin-right: 0;
    }
    .blog-author {
        display: block;
        text-align: center;
    }
    .blog-author .author-media .author-img {
        margin: 0 auto 20px;
    }
    .blog-author .author-media .social {
        justify-content: center;
    }
    .blog-comments, .write-comment {
        margin-top: 1rem;
    }
    .blog-comments .comment-media {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

}