/* #Media Queries
================================================== */

@media (min-width: 1600px){
    .container{
        max-width: 1440px;
    }
    body, p{
        font-size: 16px;
    }
    header .navbar-nav li a {
        font-size: 15px;
    }
    header .navbar-nav li {
        margin: 0 14px;
    }
    .bannersection .banner-text h1 {
        font-size: 54px;
    }
    .sec-title h2 {
        font-size: 40px;
    }
    .service-main .service-text h4 {
        font-size: 32px;
    }
    .mat-box .video img {
        height: 270px;
    }
    .mat-box h3 {
        font-size: 22px;
    }
    .bro-contect h4 span {
        font-size: 16px;
    }
    .mat-box h3 {
        font-size: 26px;
    }
    .mat-box ul li a {
        font-size: 16px;
    }
    .middle-footer li a{
        font-size: 16px;
    }
    .quick-link-box span {
        font-size: 14px;
    }
    .social-icons img {
        margin-right: 10px;
        height: 24px;
    }
    .bottom-footer p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px){
	header .navbar-nav li a {
        font-size: 12px;
    }
    header .navbar-nav li {
        margin: 0 8px;
    }
    .bannersection .banner-text h1 {
        font-size: 36px;
        line-height: 1.3;
    }
    .service-box .ser-img img {
        height: 220px;
    }
    .service-main .service-text h4 {
        font-size: 26px;
    }
    .mat-box .video img {
        height: 194px;
    }
    .mat-box h3 {
        font-size: 17px;
    }
    .about-wrap h2 {
        font-size: 28px;
    }
    .about-wrap h2 strong {
        font-size: 22px;
    }
    .left-nav a {
        font-size: 16px;
        padding: 8px 12px;
    }
    .exam-box h2 {
        font-size: 16px;
    }
}


@media only screen and (max-width: 991px) {
	header .t-header::after {
        height: 37px;
        width: 36%;
    }
    .navbar-light .navbar-toggler {
        border: none;
        padding: 0;
        order: 2;
    }
    .search-icon {
        order: 1;
        margin-left: auto;
        margin-right: 20px;
    }
    div#navbarSupportedContent {
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        min-width: 200px;
    }
    header .navbar-nav li a::after {
        bottom:-4px;
        height: 1px;
    }
    header .navbar-nav li {
        margin: 0;
        padding: 4px 18px;
    }
    .banner-main .banner-img {
        padding-top: 48%;
    }
    .bannersection .banner-text h1 {
        font-size: 32px;
    }
    .sectiongap {
        padding: 50px 0;
    }
    .service-box .ser-img img {
        height: 164px;
    }
    .service-main .service-text h4 {
        font-size: 18px;
    }
    .sec-title h2 , .bro-wrap .inn-text h2{
        font-size: 26px;
    }
    .bro-wrap .inn-text {
        padding: 0 0 12px 0;
    }
    .mat-box {
        padding: 0 12px;
    }
    .middle-footer .logo img {
        height: 56px;
    }
    .study-cms .mat-box {
        padding: 20px 12px;
    }
    .about-wrap h2 {
        font-size: 26px;
    }
    .about-wrap h2 strong {
        font-size: 18px;
    }
    .exam-slider.owl-theme .owl-nav {
        top: -66px;
    }
    .exam-slider.owl-theme .owl-nav .owl-prev {
        left: -268px;
    }
    .exam-slider.owl-theme .owl-nav .owl-next {
        right: -30px;
    }
    .left-nav a {
        font-size: 14px;
        padding: 4px;
    }
    .exam-box h2 {
        font-size: 14px;
        padding: 6px 18px;
    }
    .br-top {
        margin-top: 54px;
    }
    ul.py-list {
        height: 116px;
    }
} 

@media only screen and (max-width: 767px) {    
    header .navbar-brand img {
        height: 60px;
    }
    header .t-header::after {
        width: 45%;
    }
    .bannersection .banner-text h1 {
        font-size: 24px;
    }
    .sec-title h2, .bro-wrap .inn-text h2 {
        font-size: 24px;
    }
    .exam-row{
        margin: 0 -8px;
        row-gap: 20px;
    }
    .exam-row [class*="col"]{
        padding: 0 8px;
    }
    .service-main .service-text {
        padding: 12px;
    }
    .service-main .service-text h4 {
        font-size: 16px;
    }
    .mat-box .video img {
        height: 162px;
    }
    .mat-box {
        padding: 0px 4px;
    }
    .mat-box h3 {
        font-size: 14px;
    }
    .bro-contect h4 {
        font-size: 18px;
    }
    .bro-contect {
        padding: 10px;
        width: 46%;
    }
    .middle-footer .logo{
        display: none !important;
    }
    .about-wrap h2 {
        font-size: 24px;
    }
    .about-wrap h2 strong {
        font-size: 16px;
    }
    .tab-btn {
        min-width: 120px;
    }
    .exam-table .row{
        margin: 0 -8px;
    }
    .exam-table .row [class*="col-"]{
        padding: 0 8px;
    }
    .exam-left li:not(:last-child) {
        margin-bottom: 8px;
    }
    .left-nav ul{
        padding-left: 0.5rem !important;
    }
    .left-nav ul li{
        font-size: 13px;
    }
    .material-table button.btn-link.tab-btn {
        font-size: 13px;
        letter-spacing: 0.2px;
    }
} 


@media only screen and (max-width: 575px) {
	header .navbar-brand img {
        height: 48px;
    }
    header .t-header ul li {
        font-size: 12px;
    }
    header .t-header {
        padding: 4px 0;
    }
    header .t-header ul li {
        margin-left: 8px;
    }
    .bannersection .banner-text {
        width: 75%;
    }
    .mat-box .video img {
        height: 240px;
    }
    .bro-contect {
        width: 52%;
    }
    .sectiongap {
        padding: 40px 0;
    }
    .middle-footer .row{
        row-gap: 8px;
    }
    .middle-footer .logo {
        display: block !important;
    }
    .social-icons{
        margin-top: 20px !important;
    }
    .sec-title h2, .bro-wrap .inn-text h2 {
        font-size: 20px;
    }
    .middle-footer .logo {
        margin-bottom: 20px;
    }
    .about-wrap h2 {
        font-size: 20px;
    }
    .quick-link-box li:nth-child(2){
        margin-top: 20px;
    }
    .social-icons li:nth-child(2){
        margin-top: 0;
    }
    .counselling-form, .career-form {
        padding: 20px;
    }
    .counselling-form .single-input, .counselling-form p, .career-form .single-input {
        margin-bottom: 12px;
    }

} 

@media only screen and (max-width: 479px) {
	.bannersection .banner-text h1 {
        font-size: 18px;
    }
    header .navbar-brand img {
        height: 36px;
    }
    header .t-header::after {
        width: 62%;
    }
    .sec-title h2, .bro-wrap .inn-text h2 {
        font-size: 20px;
    }
    .sec-title {
        margin-bottom: 18px;
    }
    .bro-contect {
        width: 70%;
    }
} 

