

@media screen and (min-width: 1366px) {
    .container{max-width: 1250px;}
}
@media screen and (min-width: 1200px) {
    #videos{scroll-padding-top: 150px;}
}
@media only screen and (max-width: 991px){
/*    section{ scroll-padding-top: 200px;}*/
    body{padding-top: 0px; overflow: visible;}
    .mobile{display: block  !important;}
    .desktop{display: none;}
    nav#mainNav .nav-item > a {
        padding: 15px 0;
        border-bottom: solid 1px #c3c3c3;
    }
    nav#mainNav{
        padding: 10px 15px;
    }
   nav#mainNav .nav-item{
    padding: 0;
   }
   .navbar-brand img{max-height: 70px}
   .topHeader li a, .topHeader li{
    font-size: 11px;
   }
    .navbar-light .navbar-toggler {
        border: none;
        padding: 0;
        background: #fff;
        padding: 5px;
        border-radius: 0px;
    }
    div#navbarSupportedContent {
        position: fixed;
        top: 0;
        width: 320px;
        left: -0px;
        background: #000;
        height: 100vh;
        padding: 20px;
        z-index: 9;
        display: block;
        transform: translateX(-320px);
        transition: all 400ms ease;
        padding-top: 60px;
    }
    .cross-toggler {
        background: #511c7b;
        border: none;
        color: #fff;
        padding: 0;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-bottom: 10px;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }
    ul.navbar-nav.ml-auto {
        height: calc(100vh - 60px);
        overflow: auto;
    }
    div#navbarSupportedContent.active{
        left: 320px;
        transition: all 400ms ease;
    }
    body.transform{
        transform: translateX(-320px);
        overflow: hidden;
    }
    .overLay {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgb(0 0 0 / 51%);
        top: 0;
        left: 0;
        display: none;
    }

    .overLay.active {
        display: block;
    }
    .sliderBanner{
        padding-top: 150px;
        height: auto;
        padding-bottom: 50px;
    }
   
    .videos .owl-item.active.center{
        transform: scale(1);
    }
    .mentorBx{
        margin-bottom: 30px;
    }
    .mentorBx h3{
        font-size: 30px;
    }
    .mentorBx h4{
        font-size: 20px;
    }
    
}
@media only screen and (max-width: 767px){
    

.sliderBanner .container {
    flex-wrap: wrap;
    justify-content: center;
}

.aboutWrp {
    flex-wrap: wrap;
}

.aboutHeading:after {
    left: 0;
    width: 100%;
}

.sliderForm {
    margin-top: 30px;
}

.mentorWrp {
    flex-wrap: wrap;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button {
    left: 0;
}

.teamBx {
    width: calc(100%/2);
    border-top: solid 1px #bcbcbc !important;
    border-right: solid 1px #bcbcbc !important;
    padding: 20px 15px;
}

.teamBx:nth-child(1), .teamBx:nth-child(2) {
    border-top: none !important;
}

.teamBx:nth-child(2n) {
    border-right: none !important;
}

.teamBx h3 {
    font-size: 21px;
}

.teamBx p {
    font-size: 15px;
}
   
}
@media only screen and (max-width: 460px){
   
}