@media only screen and (max-width:1024px) {
    .service .box-service {
        height: 275px;
    }

    .title-service {
        position: absolute;
        bottom: 15px;
        left: 9px;
        right: 6px;
    }
}


@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        color: #2f3542;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .5);
        border-color: rgba(0, 0, 0, .1);
        background: #dc3847;
    }

    .abouteBox {
        margin-bottom: 30px;
        height: 225px;
        overflow: hidden;
    }
}

@media (max-width: 575.98px) {
    .box-single-blog-info h3 {
        line-height: 44px;
    }

    .box-single-blog-img {
        width: 300px;
        height: 287px;
        overflow: hidden;
    }

    .single-blog .box-single-blog-img img {
        width: 100%;
        height: 260px;
    }
}

@media (max-width: 500px) {

    .apper {
        background: #343a40;
        height: 50px;
        display: none;
    }

    .fixed-top {
        top: 0;
    }

    .br-wrapper,
    .banner-rotator,
    .br-outer-navs{
        overflow: hidden;
    }
    .start {
        display: block;
    }
    .start h2 {
        font-size: 28px;
        text-align: center;
    }
    .medica-blog .service-card{
        margin-top: -5px;
    }
    .start p {
        text-align: center;
        font-size: 14px;
    }
    .min-about .overlay {
        position: absolute;
        width: 167%;
        height: 100%;
        background: #2b303b9e;
        z-index: 1;
        bottom: -166px;
        left: -247px;
        transform: rotate(47deg);
    }
    .navbar-light .navbar-nav .nav-link {
        color: #f1f2f6;
    }
    .bg-light,
    .about-home .box-min {
        /* background-color: #2f3542 !important; */
        height: auto;
    }
    .br-cpanel-wrapper .br-cpanel {
        display: none
    }
    .about-home .img-min,
    .about-home .content-min {
        width: 100%;
    }
    .about-home .box-min {
        height: auto;
        border-bottom: 2px solid #c40365;
        border-right: 2px solid transparent;
    }
    .box-about-a {
        width: 100%;
        height: 400px;
        overflow: hidden;
    }
    footer {
        background: #2b303b;

    }
    .cover-page  {
        height: 200px;
        }
        .addr{
            padding: 0 20px;
        }
}