@media (min-width: 1180px){
    .sidebar-blog{
        position: sticky;
        top: 109px;
    }
}
@media (min-width: 1400px) {
    .nc{
        max-width: 1180px!important;
    }
}
@media (min-width: 1200px) {
    .nc{
        max-width: 1180px!important;
    }
}




@media (min-width: 991px) and (max-width: 1299px) {
    .nav-bar .logo .logo-nav img {
        width: 185px;
    }
}
.fa-eye:before {
    content: "\f06e";
}
@media (min-width: 991px) and (max-width: 1199px) {
    .features .features-item {
        padding: 35px 28px;
    }

    .carousel-caption {
        top: 4%;
    }

    .awardi {
        max-width: 80px !important;
    }

    .award span {
        left: 35px;
        bottom: 2px;
        font-size: 17px;
    }

    .features .features-item .item-text h4,
    .features-2 .features-item .item-text h4 {
        font-size: 22px;
        line-height: 33px;
    }
}

@media (max-width: 991px) {
    .sec-title h3 {
        margin-bottom: 30px;
    }
  
  .mapp{margin-top:20px;}

    .bg-section-2-left,
    .bg-section-2-right {
        height: 50%;
        float: none;
        width: 100%;
    }

    .nav-bar .nav-bar-links,
    .top-navbar {
        display: none;
    }

    .nav-bar .content-box {
        display: block !important;
    }

    .nav-bar .logo {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 7px 0;
    }
.single-department-box h2 {
    font-size: 26px;
    margin-bottom: 7px;
}
    .introduction-doctors h3, .single-department-box h3 {
    font-size: 23px;
    }
    .breadcrumb-header {
    padding-bottom: 20px;
    padding-top: 20px;
    }
    .about-us .about-img-box .about-experience h3 {
    font-size: 13px;
    line-height: 19px;
}
    .nav-bar .logo .open-nav-bar span {
        width: 30px;
        height: 3px;
        border-radius: 3px;
        background-color: #fff;
        display: block;
    }

    .nav-bar .logo .open-nav-bar:hover span {
        background-color: #af7200;
    }

    .nav-bar .logo .open-nav-bar span:nth-of-type(2) {
        margin: 5px 0;
        width: 20px;
        position: relative;
        right: -10px;
    }

    .nav-bar .nav-bar-links.active {
        display: block;
        border-top: 1px solid;
       
        
        -webkit-box-shadow: 0 3px 4px rgb(0 0 0 / 7%);
        box-shadow: 0 3px 4px rgb(0 0 0 / 7%);
        background-color: #000;
    }

    .nav-bar .nav-bar-links .level-1 .item-level-1,
    .nav-bar .nav-bar-links .level-2.active {
        display: block;
    }

    .nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1 {
        padding: 12px 0 12px 12px;
        margin-right: 12px;
    }

    .nav-bar .nav-bar-links .level-1 .item-level-1:last-of-type .link-level-1 {
        margin-right: 12px;
    }

    .nav-bar .nav-bar-links .level-1 .item-level-1.has-menu .link-level-1:after {
        background-color: #13ade5;
        color: #fff;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        text-align: center;
        line-height: 25px;
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
        -o-transition: 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
        transition: 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    }

    .nav-bar .nav-bar-links .level-1 .item-level-1.has-menu .link-level-1.active:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .nav-bar .nav-bar-links .level-2 {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        opacity: unset;
        visibility: unset;
        position: unset;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: none;
    }

    .nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2 {
        color: #9b9b9b;
        border-bottom: 1px solid;
    }

    .header-features,
    .nav-bar .nav-bar-tools {
        display: none !important;
    }

    .header .banner .handline {
        font-size: 70px;
    }

    .features .features-item.one {
        background-color: #1a3d7d;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 3px;
    }

    .features .features-item.three {
        border-top-right-radius: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .about-us-2 .about-img-box,
    .features-2 .features-opening-hours,
    .provide-2 .img-box,
    .testimonial-3 .testimonial-carousel .testimonial-carousel-item .item-img {
        margin: 0;
    }

    .map-box iframe,
    .provide-2 .text-box {
        margin-bottom: 50px;
    }

    .about-us .about-text-box,
    .quote-box .quote-text-box {
        margin-top: 50px;
    }

    .about-core li {
        width: 50%;
    }

    .about-us-2 .about-text-box {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .provide .bg-section {
        height: 85%;
    }

    .provide-core li {
        float: left;
        width: 50%;
    }

    .provide-2 .text-box.two {
        margin: 50px 0 0;
    }

    .testimonial .bg-section {
        width: calc(100% - (355.83px / 2));
    }

    .testimonial-carousel .testimonial-carousel-item .content-text-box {
        font-size: 28px;
        line-height: 1.3;
    }

    .doctors-box.mr-20,
    .map-box,
    .sidebar-blog.mr-20 {
        margin-right: 0;
    }

    .sidebar-blog.ml-20 {
        margin-left: 0;
    }

    .map-box iframe {
        height: 500px;
    }

    .fact-area .sec-title h3 {
        font-size: 45px;
        line-height: 1.3;
    }
}

@media (max-width: 768px) {

    .copyright p,
    .copyright ul {
        float: none;
        text-align: center;
    }
.nav-bar .logo .logo-nav img{width:180px}

.bmap{
    max-width:300px;
}

    .header .banner .handline {
        font-size: 60px;
    }

.carousel-caption {
    position: absolute!important;
    right: 15%!important;
    bottom: 1.25rem!important;
    left: 15%!important;
    padding-top: 1.25rem!important;
    padding-bottom: 1.25rem!important;
    color: #fff!important;
    text-align: center!important;
  top:40%!important;
  transform: translate(0%, 0%)!important;
}

    .awardi {
        max-width: 66px;
    }

    .award span {
        left: 50px;
        font-size: 15px;
    }

    .testimonial .container-fluid {
        margin-right: auto;
        margin-left: auto;
        max-width: 540px;
    }

    .testimonial .container-fluid .col-md-5.padding-0,
    .testimonial .container-fluid .col-md-7.padding-0 {
        padding-right: calc(var(--bs-gutter-x) / 2);
        padding-left: calc(var(--bs-gutter-x) / 2);
    }

    .testimonial .bg-section {
        width: 100%;
    }

    .testimonial-carousel .testimonial-carousel-item {
        padding: 0;
        margin-top: 50px;
    }

    .copyright ul li:first-of-type,
    .testimonial-2 .testimonial-carousel .testimonial-carousel-item,
    .testimonial-3 .testimonial-carousel .testimonial-carousel-item,
    .testimonial-3 .testimonial-carousel .testimonial-carousel-item .item-img,
    .testimonial-img-box .img-box {
        margin: 0;
    }

    .testimonial-3 .testimonial-carousel .testimonial-carousel-item .item-img {
        min-height: 350px;
    }

    .testimonial-3 .testimonial-carousel .testimonial-carousel-item .item-text {
        margin-top: 50px;
    }

    .footer .newsletter h5 {
        margin-bottom: 25px;
    }

    .copyright p {
        margin-bottom: 20px;
    }

    .products-details-content .text-box {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .header .banner .handline {
        font-size: 50px;
    }
    .about-core li h4, .provide-core li h4 {
    font-size: 14px;
    }

    .sec-title h2,
    .sec-title h3 {
        font-size: 22px;
    }

    .sec-title span,
    .sec-title-2 span {
        font-size: 20px;
        line-height: 20px;
    }

    .award {
        margin-top: -23px;
        right: 0;
    }

    .award span {
        left: 10px;
        font-size: 15px;
    }

    .header .banner .header-video,
    .header .banner a.btn-1:last-of-type {
        margin: 15px 0 0;
        display: block;
        max-width: 180px;
    }

    .about-us .about-text-box .sec-title h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 7px;
    }

    .about-us .about-profile {
        margin-top: 30px;
    }

    .about-us-3 .about-img-box .img-box img {
        height: 300px;
    }

    .about-us-3 .about-img-box .about-experience {
        bottom: auto;
        top: 20px;
    }

    .features-2 .features-item.first {
        padding-bottom: 0;
    }

    .features-2 .features-item.last {
        padding-top: 0;
        padding-bottom: 0;
    }

    .provide-core li {
        float: none;
        width: 100%;
    }

    .quote-box {
        padding: 30px;
    }

    .quote-box .quote-item .btn-1 {
        display: block;
    }

    .fact-area .sec-title h3 {
        font-size: 45px;
        line-height: 56px;
    }

    .breadcrumb-header .banner h1 {
        font-size: 30px;
    }

    .single-bolg .item-comments .inner-comments .comments-box.reply {
        margin-left: 0;
    }

    .page-404-area h2 {
        font-size: 150px;
    }
}
