@media screen and (max-width:576px) {
    header {
        display: none;
    }
    .mobile-navbar {
        display: block;
    }
    .owl-hero .owl-prev span {
        left: 10px;
    }
    .owl-hero .owl-next span {
        right: 10px;
    }
    .slider img {
        height: auto !important;
    }
    .owl-what-we .owl-next span {
        right: -50px;
    }
    .owl-what-we .owl-prev span {
        left: -50px;
    }
    .foot-social-icon {
        justify-content: center;
    }
    .foot-1 {
        text-align: center;
    }
    .foot-1,
    .foot-2,
    .foot-4 {
        padding-bottom: 30px;
    }
    .abroad-univer-card {
        height: 18pc;
    }
    .banner-sec {
        background-image: url(../image/banner.jpg);
        padding: 50px 20px;
    }
    .fmge-tab li {
        padding: 7px 7px;
        font-size: 7px;
    }
    .table-overflow {
        overflow: scroll;
    }
    .what-youtube-ul li a span {
        display: none;
    }
    .university-card {
        position: static;
        width: 100%;
    }
    .what-you {
        display: none !important;
    }
    .univ-about {
        padding: 10px;
    }
}

@media screen and (min-width:578px) and (max-width:920px) {
    header {
        display: none;
    }
    .mobile-navbar {
        display: block;
    }
    .owl-what-we .owl-next span {
        right: -50px;
    }
    .owl-what-we .owl-prev span {
        left: -50px;
    }
    .abroad-univer-card {
        height: 14pc;
    }
    .display-none {
        display: none;
    }
    .foot-4 {
        padding-top: 50px;
    }
    .fmge-tab li {
        padding: 10px 20px;
        font-size: 14px;
    }
    .university-card {
        width: 91%;
        bottom: -200px;
    }
    .univ-about div img {
        width: 30px;
    }
    .univ-about-text p {
        font-size: 12px;
    }
    .margin-t {
        margin-top: 120px;
    }
}