@media screen and (max-width:991px) and (min-width:320px) {
    .main-nav {
        display: none;
    }
   
    .mobile-nav{
        background-color: #fff;
        display: block;
        position:fixed;
        width: 100%;
        z-index: 999;
        margin: 0;
    }
    ul.navbar-nav{
        padding: 0;
    }
    .mobile-nav .container-fluid {
        padding: 0 1rem;
    }
    .link-content {
        background-color: transparent;
        text-align: end;
        padding: 0;
    }
    .nav-img{
        background-color: transparent;
        padding: 0;
    }
    a.navbar-brand {
        display: block;
        margin: 0;
    }

    .mobile-nav .navbar-collapse {
        position: absolute;
        width: 100%;
        left: 0;
        top: 95%;
        background-color: #fff;
        align-items: flex-start;
        padding:  1rem;
    }
    .navbar-nav>li {
        position: relative;
        width: 100%;
        padding: 0;
    }   
    .nav-active::after{
        content: none;
    }
    a.nav-link {
        text-align: start;
    }
	.dropdown{
		transform:none;
	}
    .dropdown-menu {
        position: relative !important;
        border: 0;
        margin: 0 !important;
        width: 100%;
        padding: 0;
        display: none;
    }
    a.dropdown-item {
        padding: 5px 0;
		text-align:left;
    }
    .nav-item .nav-link {
        color: #103077;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Swiss 721', sans-serif;
    }
			.depth_1{
		position:relative !important;
				left:0 !important;
				list-style:none;
		
	}
		
	.dropdown-item{
		text-align:left;
	}
	.depth_1{
		transform:none;
	}
	.dropdown-menu{
		transform:none;
	}

    
}

@media screen and (max-width:1199px) and (min-width:992px) {
  
    ul.navbar-nav {
        padding-right: 1rem;
    }
    .nav-item .nav-link {
        font-size: 14px;
        font-weight: 600;
        font-family: 'Swiss 721', sans-serif;
    } 
    .banner-img {
        position: absolute;
        right: 5%;
        top: -25%;
        width: 35%;
    }
    .banner-img img {
        object-position: center;
    }
    .banner-sec {
        padding: 8rem 0 2rem;
        position: relative;
    }
    .banner-slider .owl-stage-outer {
        padding: 0;
    }
    .banner-header {
        color: #fff;
        font-size: 2.2rem;
        font-weight: 700;
        font-family: 'Swiss 721', sans-serif;
    }
}
@media screen and (min-width:992px) {
    /* .dropdown:hover .dropdown-menu {
        display: block !important;
    } */
    /* .navbar-expand-lg .navbar-nav .dropdown-menu {
        top: 25px !important;
    } */
}

@media screen and (max-width:991px) and (min-width:768px) {
    .banner-sec {
        padding: 8rem 0 3rem;
        position: relative;
        background-position: left -45% bottom -150%, top left, right bottom;
    }
    .banner-slider .owl-stage-outer {
        padding: 0;
    }
    .banner-header {
        font-size: 1.7rem;
        padding-bottom: 1rem;
    }
    .banner-text {
        font-size: 1.2rem;
        font-weight: 500;
        font-family: 'Swiss 721', sans-serif;
        margin-bottom: 1em;
    }
    .banner-img {
        position: absolute;
        right: 0%;
        top: 0%;
        width: 40%;

    }
    .banner-img img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: center;
    }
    .banner-btn {
        font-size: 1rem;
        padding: 10px 20px;
    }
    .about-sec {
        padding: 3em 0;
        position: relative;
    }
    .about-us-content{
        padding: 0;
    }
    .about-header {

        font-size: 1.5rem;
        font-weight: 400;
        line-height: 2rem;

    }
    .about-txt {
        font-size: 1rem;
        padding: 0.5em 0;
        margin: 0;
    }
    .read-more{
        font-size: 1rem;
    }
    .bg-layer {
        padding: 3em 0;
    }
    .admission-header {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    button.contact-btn{
        font-size: 1rem;
        margin-bottom: 0;
    }
    .courses-sec {
        padding: 3em 0;
        background-color: #f2f3f7;
    }
    .gallery-sec {
        padding: 3em 0;
            background-position: left -50% bottom -140%, top -140% right -50%;
    }
    .footer-header {
        color: #fff;
        font-size: 1.5rem;
        padding-bottom: 0.5rem;

    }
    .footer-logo {
        padding-bottom: 1.5rem;
    }
    .reg-content {
        padding-bottom: 0rem;
    }
    .quick-link {
        height: 100%;
        padding-top: 2rem;
    }
}


@media screen and (max-width:767px) and (min-width:320px) {
    .navbar-brand img {
        width: 100px;
        object-fit: contain;
    }
    a.dropdown-item {
        font-size: 1rem;
        text-wrap: wrap;
    }
    .banner-1{
        order: 2
    }
    .banner-2{
        order: 1;
    }
    .banner-sec {
        padding: 5rem 0 2rem;
        position: relative;
        background-image: url(../img/banner-layer-2.webp), url(../img/banner-layer-3.webp);
        background-position:  top left, right bottom;
    }
    .banner-slider .owl-stage-outer {
        padding: 0;
    }
    .banner-header {
        font-size: 1.5rem;
        padding-bottom: 1rem;
    }
    .banner-content {
        padding: 1rem 0;
    }
    .banner-text {
        font-size: 1rem;
        font-weight: 500;
        font-family: 'Swiss 721', sans-serif;
        margin-bottom: 1em;
    }
    .banner-img {
        position:relative;
        right: 0;
        top: 0;
        width: 100%;
    }
    .banner-img img {
        width: 100%;
        height: 400px;
        object-fit: contain;
        object-position: center;
    }
    .banner-btn {
        font-size: 0.8rem;
        padding: 10px 15px;
    }
    .about-img {

        position: relative;
        width: 100%;
        height: 100%;
        padding-bottom: 3rem;
    }
    .about-img img {
        display: block;
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    }
    .about-us-content{
        padding: 0;
    }
    .about-sec {
        padding: 2em 0;
        position: relative;
      background-image: none;
    }
    .about-header {

        font-size: 1.5rem;
        font-weight: 400;
        line-height: 2rem;

    }
    .about-txt {
        font-size: 1rem;
        padding: 0.5em 0;
        margin: 0;
    }
    .read-more{
        font-size: 1rem;
    }
    .bg-layer {
        padding: 2em 0;
    }
    .admission-header {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    button.contact-btn{
        font-size: 1rem;
        margin-bottom: 0;
    }
    .card-head {
        padding-bottom: 1rem;
    }
    .card-btn {
        color: #fff;
        background: #b92224;
        border: 0;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 0.9rem;
        font-weight: 500;
    }
    .courses-sec {
        padding: 3em 0;
        background-color: #f2f3f7;
    }
    .gallery-sec {
        padding: 3em 0;
        background-image: none;
    }
    .gallery-box {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
        gap: 15px;
    }
    .footer-header {
        color: #fff;
        font-size: 1.5rem;
        padding-bottom: 0.5rem;

    }
    .footer-logo {
        padding-bottom: 1.5rem;
    }
    .reg-content {
        padding-bottom: 0rem;
    }
    .quick-link {
        height: 100%;
        padding-top: 2rem;
    }

    .copyright-text p {
        font-size: 0.8rem;
    }
    .owl-stage-outer {
        height: 100%;
        padding: 0 0 2rem 0;
    }
    .reg-txt br{
        display: block;
    }

}
@media screen and (max-width:767px) and (min-width:425px) {
    .banner-content{
        text-align:center;
    }
    .btn-box {

        justify-content: center;
    }
   
}
/* / our story / */
@media screen and (max-width:991px) and (min-width:768px) {
    .pad-sec {
        padding: 2rem 0;
    }
    .Vision-circle-img img {
        width: 100%;
        object-fit: contain;
        height: 100%;
    }
    .about-txt {
        font-size: 1rem;
        padding:0 0 0.5em ;
        margin: 0;
    }
}
@media screen and (max-width:767px) and (min-width:320px) {
    .pad-sec {
        padding: 1.5rem 0;
    }
    .Vision-circle-img img {
        width: 100%;
        object-fit: contain;
        height: 100%;
    }
    .about-img-2 img {
        border-radius: 0;
    }
    .about-txt {
        font-size: 1rem;
        padding:0 0 0.5em ;
        margin: 0;
    }
}
/* / table / */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .facilities-inner-section ,  .facilities-table{
        width:100% !important;
    }

  }

  
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .facilities-inner-section ,  .facilities-table{
        width:100% !important;
    }

  }

  .list-group li{
    padding-bottom: 10px;
  }
@media screen and (max-width:767px) and (min-width:425px) {
    .banner-content{
        text-align:center;
    }
    .btn-box {

        justify-content: center;
    }
   
}
@media screen and (max-width:991px) and (min-width:768px) {
    .pad-sec {
        padding: 2rem 0;
    }
    .Vision-circle-img img {
        width: 100%;
        object-fit: contain;
        height: 100%;
    }
}
@media screen and (max-width:767px) and (min-width:320px) {
    .pad-sec {
        padding: 1.5rem 0;
    }
    .Vision-circle-img img {
        width: 100%;
        object-fit: contain;
        height: 100%;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
   .apply-now-form{
        width:100% !important;
        padding: 10px !important;
    }
@media only screen and (min-width: 320px) and (max-width: 767px) {
        .facilities-inner-section, .facilities-table {
            width: 100% !important;
            overflow: scroll;
        }
    }
  }
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .enquiry-apply-form{
        width: 100% !important;
     
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
   .apply-now-form{
        width:100% !important;
        padding: 10px !important;
    }

  }

