


/* ========================== tablet ============================= */
@media (min-width: 768px) and (max-width: 991px) {
    .top-nav p {
        font-size: 13px !important;
    }
    .navbar-static-top .navbar-collapse {
        margin-top: 100px;
    }
    .banner-swiper .swiper-wrapper {
        height: 330px;
    }
    header ul.nav li a {
        font-size: 13px;
        padding: 5px 10px;
    }
    .flex-caption h3 {
        font-size: 25px;
    }

    /* ================== About ================== */
    .ab-img img {
        width: 60%;
    }
    .ab-img {
        text-align: center;
    }
    .faculty-table th, td {
        padding: 5px 15px;
    }
    section.news-sec .col-lg-4 {
        margin-bottom: 25px;
    }
    .news-wrap h3 {
        font-size: 20px;
    }
    .title2 {
        font-size: 23px;
    }
    .menu-item {
        flex: 1 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .contact-page iframe {
        height: 300px !important;
    }

}


/* ========================== Mobile ============================= */

@media only screen and (min-width: 280px) and (max-width: 599px) {

    section {
        padding: 25px 0;
    }
    .btn {
        padding: 8px 20px;
    }
    h2, .h2 {
        font-size: 22px;
    }
    h3, .h3 {
        font-size: 20px;
    }

    .top-nav {
        display: block;
    }
    .topbar p {
        margin: 4px 0;
    }
    .banner-swiper .swiper-wrapper {
        height: 180px;
    }
    .banner-swiper .swiper-slide img {
        height: 100%;
    }
    .flex-caption h3 {
        font-size: 16px;
    }
    .banner-swiper .swiper-button-next, .banner-swiper .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    #call-to-action-2 h3 {
        font-size: 22px;
    }

    .banner-swiper .swiper-button-next::after, .banner-swiper .swiper-button-prev::after {
        font-size: 15px;
    }
    .flex-caption {
        padding: 0px 25px 0px 30px;
    }
    a.navbar-brand img {
        width: 125px;
    }
    .about-image {
        margin-top: 15px;
    }
    .about-text h3 {
        padding-bottom: 0;
    }
    .team-member {
        border: 1px solid;
        margin-bottom: 10px;
    }
    .title2 {
        font-size: 20px;
        font-weight: bold;
    }
    .faculty-table {
        margin: 40px auto;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .faculty-table th, td {
        padding: 5px 3px;
        border: 1px solid black;
        text-align: center;
        font-size: 12px;
    }
    .details-img img {
        width: 100%;
    }
    .menu-item {
        flex: 1 0 calc(50% - 20px);
        max-width: calc(100% - 20px);
    }
    .menu-filter button {
        padding: 5px 8px;
        font-size: 13px;
    }
    .pricing-box-item .pricing-heading {
        padding: 0;
    }
    .contact-page iframe {
        height: 300px !important;
    }
    .contact-wrapper p {
        font-size: 15px;
    }
    .contact-wrapper i {
        padding: 10px;
    }
    .contact-wrapper {
        margin-bottom: 12px;
    }
    .about-text ul {
        padding-left: 0;
        list-style: none;
    }
    .newsinfo > div img {
        height: auto;
    }
}