@media only screen and (max-width: 1199px) {
    .header .menu>ul>li>a {
        padding: 0 2.5px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {

    .header .menu .menu-main {
        padding-left: 15px !important;
    }

    .list-item ul li a {
        line-height: 26px;
        font-size: 15px;
    }

    .bb_box {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .specialities_box {
        grid-template-columns: repeat(4, 1fr);
    }

    .contact_box{
        right: 0;
    }
    .contact_form{
        right: 0;
    }
    .column_reverse{
        display: flex;
        flex-direction: column-reverse;
        align-items: normal;
    }
    .contact_box{
        padding: 80px 0;
    }
    .contact_form{
        margin-top: 40px;
    }
    .contact_school_image img {
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
        margin-top: 20px;
    }

    .contact_map {
        margin-top: 20px;
    }

    .column_reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .r_pt_40{
        padding-top: 30px !important;
    }
    .footer_main_box{
        padding: 40px 15px;
    }
    .flooter_li_h{
        padding-top: 30px !important;
    }


}

@media only screen and (max-width: 767px) {

    .top_ambulance {
        display: none;
    }

    .top_call_img {
        display: none;
    }

    .top_images {
        display: none;
    }
    .specialities_box {
        grid-template-columns: repeat(3, 1fr);
    }


}

@media only screen and (max-width: 710px) {
    .bb_box {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 640px) {
    .specialities_box {
        grid-template-columns: repeat(1, 1fr);
    }
    .sbi_h{
        word-break: break-word;
        min-height: auto;
    }
    .bb_btn{
        padding: 15px;
        gap: 12px;
    }
    .bb_h{
        font-size: 16px;
    }
    .body_highlights{
        width: 95%;
    }
    .bh_img img{
        max-height: 250px;
        margin: auto;
    }
    .bib_box {
        min-width: auto !important;
        max-width: auto !important;
    }
    .bhib_img{
        width: 55px;
        height: 55px;
    }
    .bhih {
        padding-top: 10px !important;
        display: inline-block;
        padding: 5px 10px !important;
        margin-top: 6px !important;
        font-size: 12px;
        letter-spacing: 0;
    }
    .bhip_ph {
        font-size: 13px;
    }
    .flex_links{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }


}

