@media only screen and (max-width: 991px) {
    ul.navbar-nav {
        background-color: #294a70;
        color: #fff;
        text-align: center;
    }
    a.nav-link {
        color: #fff !important;
    }
    #testimonials button.owl-prev {
        position: relative;
        top: -70px;
        left: -30px;
    }
    #testimonials button.owl-next {
        position: relative;
        top: -70px;
        right: -30px;
    }
    .form2 {
        display: block;
    }
    .form {
        display: none;
        padding-top: 20px;
    }
    #faculty button.owl-prev {
        position: relative;
        top: -230px;
        left: 10px;
    }
    #faculty button.owl-next {
        position: relative;
        top: -230px;
        right: 10px;
    }
    .high-sec{
        margin: 20px 0px;
    }
    .tour-cont  {
        margin: 20px 0px;
    }
    #testimonials i.fa.fa-angle-right {
        font-size: 30px;
        top: -94px;
        right: 20px;
        position: relative;
    }
    #testimonials i.fa.fa-angle-left {
        font-size: 30px;
        top: -90px;
        left: 30px;
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    #about h2.heading {
        padding: 20px;
	font-size: 23px;
    }
    .about-us {
        padding: 0px 30px;
        padding-bottom: 40px;
    }
	#contact-us {
    background-color: #cccccc3b;
    overflow: hidden;
    padding-bottom: 40px;
}
    .courses {
        padding: 0px 30px;
    }
	div#v-pills-tabContent {
    border: 1px solid #000;
    padding-top: 10px;
}
    .grey-box-icon {
        background: #f6f6f6;
        padding: 15px 20px 20px 20px;
        text-align: center;
        margin-top: 50px;
        width: auto;
        margin-left: 0px;
        border-radius: 40px;
        height: 200px;
        position: relative;
    }
    .grey-box-icon-pos {
        height: 80px;
        width: 80px;
        position: relative;
        margin: 0 auto;
        top: -50px;
        border-radius: 80px;
        background-color: #294a70;
    }
    button.owl-prev {
        float: left;
        position: relative;
        top: -175px;
        left: 4px;
    }
    button.owl-next {
        float: right;
        position: relative;
        top: -175px;
        right: 4px;
    }
    .student-test {
        border: 1px solid #294a70;
        padding: 10px;
        text-align: center;
        height: auto;
        margin: 20px;
    }
    #testimonials button.owl-next {
        position: relative;
        top: -58px;
        right: 8px;
    }
    #testimonials button.owl-prev {
        position: relative;
        top: -60px;
        left: -0px;
    }
    #testimonials {
        overflow: hidden;
        height: auto;
    }
    #testimonials h2.heading {
        text-align: center;
        color: #294a70;
        padding: 26px;
    }
    .para {
        padding: 0px 8px;
    }
    #faculty button.owl-prev {
        position: relative;
        top: -85px;
        left: 40px;
    }
    #faculty button.owl-next {
        position: relative;
        top: -85px;
        right: 40px;
}

}
