

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-toggler {
        top: 20px;
        background: #00bcd1;
    }
    .navbar-nav {
        top: 84px;
    }
    .banner-swiper .swiper-wrapper {
        height: 300px;
    }
    .banner-swiper .swiper-slide img{
        height:100% ;
    }
    .banner-bg {
        bottom: 35px;
    }
    .faculty-table th, td {
        padding: 2px 8px;
        text-align: center;
        font-size: 14px;
    }
    .contact iframe{
        width: 100%;
        height: 300px;
    }
   
}


@media only screen and (min-width: 280px) and (max-width: 599px) {
    section {
        padding: 30px 0 !important;
    }
    .site-btn {
        padding: 8px 21px;
    }
    .navbar-toggler {
        top: 25px !important;
        background: #00bcd1;
    }
    ul.top-social-icon.mb-0 {
        display: none;
    }
    .top-bar-info ul {
        margin-bottom: 0;
        text-align: center;
    }
    .logo img {
        max-height: 50px;
    }
    .navbar-toggler {
        top: 14px !important;
    }
    .navbar-nav {
        top: 66px;
    }
    .navbar-nav>li>a {
        padding: 5px 20px;
    }
    .banner-swiper .swiper-wrapper {
        height: 180px;
    }
    .banner-swiper .swiper-slide img{
        height:100% ;
    }
    .banner-swiper .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
    .banner-swiper .swiper-button-next {
        width: 35px;
        height: 35px;
    }
    .banner-swiper .swiper-button-next::after, .banner-swiper .swiper-button-prev::after {
        font-size: 17px;
    }
    .banner-bg {
        bottom: 22px;
        padding: 4px;
    }
    .banner-bg h1 {
        font-size: 18px;
        margin-bottom: 0;
    }
    #call-to-action-2 h3 {
        font-size: 18px;
    }
    .product-block {
        width: 200px;
        margin: 0 auto;
    }
    .serv-cont .media-body {
        margin-bottom: 20px;
    }
    .faculty-table th, td {
        padding: 5px 12px;
        font-size: 13px;
        text-align: center;
    }
    .faculty-table {
        margin: 30px auto;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .news-wrap .card-body {
        padding: 12px;
    }
    .contact iframe{
        width: 100%;
        height: auto;
    }
}