@media only screen and (max-width: 1199px) {
    .bg_clip{
        font-size: 18px;
    }
}

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

    #top_bar{
        text-align: center;
        display: block;
        padding: 5px;
    }
    .pull-right {
        display: none;
    }
    .navbar .navbar-nav>li>a {
        padding: 15px 15px;
        margin: 25px 0px;
    }
    .bg_clip{
        font-size: 21px;
        padding: 15px 10px;
    }
    #abc_animation {
        height: 120px;
        position: absolute;
        right: 5%;
        bottom: 100%;
        animation: abc 5s linear forwards infinite;
    }

    .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 {
        margin-top: 40px;
    }

    .im_box {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .b_rb{
        border: none;
    }
    .b_b{
        border: none;
    }
    .b_r{
        border: none;
    }
    .im_box_inner{
        border-bottom: 1px solid #ffffff;
    }

    .row_auto{
        /* flex-direction: column; */
        display: flex;
        flex-wrap: wrap;
    }


}

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

    .navbar-toggle {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .navbar {
        background: #ffffff;
        padding: 0 !important;
    }

}

@media only screen and (max-width: 640px) {
    .lli_shape {
        margin-top: 25px;
        padding: 25px 15px;
    }

    .llis_p {
        font-size: 15px !important;
        letter-spacing: 0px !important;
        line-height: 26px !important;
    }

    .lli_shape i {
        font-size: 32px;
    }

    .footer_top {
        padding: 80px 0;
    }

    .counts_inner {
        min-height: auto;
    }
    .heading{
        font-size: 25px;
        letter-spacing: 0.35px;
    }
    .top_phone_mail li{
        padding-right: 5px;
        font-size: 13px;
    }
    .table tbody tr td{
        min-height: 55px;
    }
}

@media only screen and (max-width: 400px) {
    .facilities_main_box {
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
        gap: 15px;
    }

    .fb_h {
        font-size: 18px;
    }
    .galler_box{
        gap: 10px;
    }
    .gb_h{
        font-size: 30px;
    }
    .table-wrap td:before{
        font-size: 14px;
        left: 10px;
    }

}

@media only screen and (max-width: 375px) {
   
    .top_phone_mail li{
        padding-right: 5px;
        font-size: 12px;
    }

}

@media only screen and (max-width: 350px) {
   
    .table-wrap td:before{
        font-size: 13px;
        left: 5px;
        width: 45%;
        letter-spacing: -0.25px;
    }
    .logo a img{
        height: 50px;
    }

}
