@media (max-width: 575.98px) {
    #homepage-carousel {
        display: none !important;
    }

    .news-scroll {
        height: 53px;
    }

    img {
        width: 25%;
    }

    .single-slider {
        background-color: #ea6645;
        position: relative;
        border-radius: 15px 0 15px 15px;
        overflow: hidden;
        padding-top: 9px !important;
        padding-bottom: 16px !important;
        margin-bottom: 30px !important;
        transition: background-color 300ms ease 0ms, background-image 300ms ease 0ms;
        font-weight: 700;
        font-size: 16px;
        color: #FFFFFF !important;
        letter-spacing: 0.03em;
        text-align: center;
        display: block;
        padding-bottom: 10px;
        line-height: 1.3;
        padding: 10px;
    }

    #owl-demo .item img {
        display: block;
        width: 13% !important;
        height: 192px !important;
    }

    .school-slider-2 img {
        width: 95%;
    }

    .school-slider-1 img {
        width: 95%;
    }

    .search-box #event-search-form .fo-group {
        width: 100%;
        margin-top: 20px;
    }

    .search-box #event-search-form .fo-group {
        width: 100% !important;
        margin-top: 20px;
    }

    .search-box #event-search-form .for-group {
        width: 100% !important;
        margin-top: 20px;
    }
}


/*----------------------------------------------------------------------------------------------------------------------------------

******************* 576px to 768px *******************

----------------------------------------------------------------------------------------------------------------------------------*/



@media (min-width: 576px) and (max-width: 767.98px) {
    img {
        /*width: 25% !important;*/
    }

    #homepage-carousel {
        display: none !important;
    }

    .gallery-list li {
        float: left;
        margin-bottom: 7px;
        margin-right: 7px;
        height: 150px !important;
        width: 400px !important;
        overflow: hidden;
        text-align: center;
        position: relative;
        padding: inherit;
    }

    .school-slider-1 {
        display: none !important;
    }

    .school-slider-2 {
        display: none !important;
    }


}




/*----------------------------------------------------------------------------------------------------------------------------------

******************* 768px to 992px *******************

----------------------------------------------------------------------------------------------------------------------------------*/



@media (min-width: 768px) and (max-width: 991.98px) {


    .school-slider-1 {
        display: none !important;
    }

    .school-slider-2 {
        display: none !important;
    }

}




/*----------------------------------------------------------------------------------------------------------------------------------

******************* 992px to 1200px *******************

----------------------------------------------------------------------------------------------------------------------------------*/



@media (min-width: 992px) and (max-width: 1199.98px) {
    .logo img {
        width: 246px !important;
    }

    .school-slider-1 {
        display: none !important;
    }

    .school-slider-2 {
        display: none !important;
    }

}



@media (min-width: 1199.99px) and (max-width: 3000px) {

    .logo img {
        width: 246px !important;
    }

    .school-slider-1 {
        display: none !important;
    }

    .school-slider-2 {
        display: none !important;
    }

}