@media (max-width: 1680px) {
    
}

@media only screen and (max-width:1599px) {}

@media only screen and (max-width:1399px) {
    
}
@media only screen and (max-width:1279px) {    
    
}

@media only screen and (max-width:992px) {
    .home-content-block h2 {font-size: 1.5rem; line-height: 2rem;}
    .banner-content {margin-bottom: 30px;}
    .banner h1 {font-size: 2rem;}
    .navbar-nav {        font-size: 1rem;    }
    .banner p {        font-size: 1rem;    }
    .image-block img {        max-height: 320px;    }
    .image-block {margin-bottom:20px;}
    
}

@media only screen and (max-width:767px) {
    .wave-bottom img {vertical-align: baseline;}
    .footer h3 {margin-bottom: 10px;}
    
    .account-block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /* padding-left: 20px; */
    }
   .account-block .btn-link {margin-bottom: 10px; }
}

@media (max-width:767px){
    .popular-courses .text-uppercase
    {
        font-size: 16px;
    }
    
    .pages-heading h2{
        font-size: 25px;
    }
    .pages-heading p{
        font-size: 16px;
    }
    .popular-courses .owl-carousel .owl-nav, .popular-courses .owl-carousel .owl-nav.disabled{
        height: 28px;
            top: -3px;
    }
    .popular-courses .owl-nav button{
        height: 28px;
    }
    .footer{
        padding: 50px 0 0;
        margin: 20px 0 0;
    }
    .admission_section{
        position:relative;
        top: 0;
    }
}
@media(max-width:576px){
    .rated-section .owl-nav .owl-prev {
    left: 0px;   
}
.rated-section .owl-nav .owl-next {
    right: 0px;  
}
}

@media only screen and (max-width:576px) {}

@media only screen and (max-width:479px) {
    
}