/* ------------------------for mobile----------------------- --*/

@media only screen and (max-width: 479px) {
    .school-text {
        display: block !important;
    }
    .my-menu {
        padding: 0px;
    }
    .school-text {
        margin-top: 0;
    }
    .school-text span {
        font-size: 18px;
        font-weight: 700;
    }
    .my-menu .navbar-brand {
        width: 65px;
        height: auto;
        padding: 0;
        display: block !important;
        background: #fff;
        border-radius: 100%;
    }
    .cours-icon {
        top: -20px;
    }
    #about .main-title h4 {
        font-size: 28px;
    }
    .notice-heading h4 {
        font-size: 25px;
    }
    .notice-heading i {
        font-size: 30px;
    }
    .left-section {
        margin-top: 0;
    }
    .left-section .about-title h4 {
        font-size: 35px;
        margin-bottom: 30px;
    }
    .sub-heading h5 {
        font-size: 25px;
    }
    .right-section {
        border: none;
    }
    .right-section .about-title h4 {
        font-size: 25px;
    }
    .read-more a {
        font-size: 16px;
    }
    .about-dir-title h4 {
        font-size: 25px;
    }
    .dir-box {
        display: none;
    }
    .right-dir-section {
        margin-top: 40px;
    }
    .facilities-left {
        margin-top: 0;
    }
    .readmore {
        margin: 25px auto;
    }
    .gallery-wrap .gallery-title h2 {
        font-size: 35px;
    }
    .readmore a {
        font-size: 14px;
        padding: 10px 25px;
    }
    .categories_wrap {
        margin-top: 50px;
    }
    .categories-course {
        margin: 45px auto;
    }
    .coure-icon-inner {
        width: 100px;
        height: 100px;
        line-height: 100px;
        background: #f1e6e6;
    }
    .copyright-text {
        font-size: 16px;
    }
    /* -------inner-page ------------- */
    .main-contact-info .contact-info {
        border-right: none;
    }
    .inner-sub-title h4 {
        font-size: 22px;
    }
    .inner-banner-title h3 {
        font-size: 25px;
        padding: 10px 50px 10px 18px;
    }
    .inner-banner-title h2 {
        font-size: 25px;
        padding: 10px 75px 10px 18px;
    }
    .inner-banner-title p {
        font-size: 15px;
    }
    .inner-banner-title i {
        font-size: 16px;
    }
}

/*------------------------- for tablets------------------------ */

@media only screen and (max-width: 768px) {
    #about-dir {
        background: linear-gradient(to bottom, rgba(245, 245, 245, 1) 50%, rgba(243, 243, 243, 1) 50%);
    }
    .main-contact-info .contact-info {
        border-right: none;
    }
}

/* --------------------------For laptops -----------------------*/

@media(max-width: 991px) {}

/*---------------------------for big Screeen --------------------*/

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