@media screen and (min-width: 1366px) {
    .container {
        max-width: 1250px;
    }
}

@media screen and (max-width: 1390px) and (min-width: 1361px) {
    nav#mainNav .nav-item>a {
        font-size: 12px !important;
    }

    .navbar-brand img {
        max-width: 190px !important;
    }
}

@media screen and (max-width: 1360px) and (min-width: 1024px) {
    .navbar-light .navbar-brand {
        margin: 0 !important;
    }

    .navbar-light .navbar-brand img {
        max-width: 170px;
    }

    nav#mainNav .nav-item>a {
        font-size: 12px;
    }

    .dropmenu ul li a {

        font-size: 11px;
    }
}


@media screen and (max-width: 1200px) and (min-width: 1024px) {

    .contactUs,
    .contactUs.portnerActive {
        background-size: 550px 100%;
    }

    .caseStudyWrp .owl-nav button {
        left: -20px;
        opacity: 0.5;
    }

    .caseStudyWrp .owl-nav button.owl-next {
        right: -20px;
    }

    .colorBx h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    body {
        padding-top: 90px;
        overflow-x: hidden;
    }

    .mainHeading h1 {
        font-size: 26px;
    }

    .timeline::after {
        display: none;
    }

    .circle {
        display: none;
    }

    section {
        overflow: hidden;
    }

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .navbar-toggler i {
        color: #000000;
        font-size: 28px;
    }

    .navbar-brand img {
        height: 80px;
    }

    .navbar-light .navbar-brand {
        margin: 0px 25px !important;
    }

    nav#mainNav .nav-item>a {
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
        color: #fff;
    }

    nav#mainNav .nav-item {
        padding: 0;
        border-bottom: dashed 1px #ffffff78;
    }

    nav#mainNav {
        padding: 12px 15px;
        background: #ffffff !important;
        margin: 0px;
    }

    .navbar-light .navbar-toggler {
        border: none;
        padding: 0;
        outline: none;
    }

    div#navbarSupportedContent {
        position: fixed;
        top: 0;
        width: 320px;
        left: -0px;
        background: #ffffff;
        height: 100vh;
        padding: 20px;
        z-index: 9;
        display: block;
        transform: translateX(-320px);
        transition: all 400ms ease;
        padding-top: 60px;
    }

    .cross-toggler {
        background: #fff;
        border: none;
        color: #000;
        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;
    }

    .overLay {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgb(0 0 0 / 51%);
        top: 0;
        left: 0;
        display: none;
    }

    .overLay.active {
        display: block;
    }

    section.banner {
        padding: 0;
    }

    section.banner .container {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        gap: 30px;
    }

    .bannerContent h1 {
        font-size: 26px;
        line-height: 30px;
        margin: 0 0 10px;
    }

    .bannerContent h3 {
        font-size: 22px;
        line-height: 20px;
    }

    .bannerContent .listInline {
        margin-top: 15px;
    }

    .sectionHeading h2 {
        font-size: 32px;
    }

    .sectionHeading h3 {
        font-size: 20px;
    }

    .trust .listInline {
        flex-wrap: wrap;
    }

    .trust {
        padding: 30px 0;
    }

    .colorBx {
        margin-bottom: 30px;
    }

    .caseStudyWrp h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .caseStudyWrp p {
        font-size: 15px;
        line-height: 22px;
    }

    .caseStudyWrp .owl-nav button {
        width: 40px;
        left: -45px;
    }

    .testimonialWrp .owl-nav button {
        width: 40px;
    }

    .caseStudyWrp .owl-nav button.owl-next {
        right: -45px;
    }

    .testimonialWrp {
        width: 100%;
    }

    .testimonialWrp .owl-nav {
        right: 0;
    }

    .testimonialWrp .owl-dots {
        max-width: 100%;
    }

    .caseStudyWrp .owl-nav button {
        left: -20px;
        opacity: 0.5;
    }

    .caseStudyWrp .owl-nav button.owl-next {
        right: -20px;
    }

    .footerLinkBx {
        width: auto;
        min-width: 100px;
    }

    .colorBx h3 {
        font-size: 18px;
    }

    .tileBx p {
        font-size: 16px;
    }

    .footerLink {
        gap: 20px;
    }

    img.bannerImg {
        min-width: 100%;
        position: static;
    }

    section.banner .container {
        margin: 30px auto;
    }

    .searchBox {
        width: 100%;
        margin-bottom: 30px;
    }

    .circleBx {
        width: 244px;
    }

    .applyWrp {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .subscribe {
        margin-bottom: 30px;
    }

    .inerBannerContent h1 {
        font-size: 24px;
    }

    section.inrBanner>img {
        min-height: 190px;
        object-fit: cover;
    }

    section.inrBanner {
        padding: 0;
    }

    .beTheTeacher .col-md-6,
    .imgWithContent {
        margin-bottom: 30px;
    }

    .filterBx .unorderList {
        display: none;
    }

    .filterBx .unorderList.active {
        display: block;
    }

    .teacherBx h3 {
        font-size: 16px;
    }

    .teacherBx p {
        font-size: 14px;
    }

    .teacherBx .listInline,
    .teacherBx .d-flex {
        flex-wrap: wrap;
    }

    .teacherBx .listInline li {
        font-size: 14px;
    }

    .teacherBx .d-flex a {
        width: 100%;
    }


    .mobileLogo {
        padding: 10px;
        background: #fff;
        margin: 15px 0;
        border-radius: 10px;
    }

    .navbar-nav {
        padding: 0 15px !important;
        justify-content: start;
        text-align: left;
        background: #d36f4d;
        margin: 0 !important;
        !i;
        !;
    }

    .dropmenu ul li:not(:first-child) {
        border-bottom: dashed 1px #ccc;
    }

    .dropmenu ul li a {
        padding: 9px 10px;
        font-size: 14px;
    }

    .dropmenu .dropmenu>.fas {
        background: transparent;
        color: #000;
        margin-right: 5px;
    }

    .navbar-nav>li {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-nav>li>.fas,
    .dropmenu>ul>li>.fas {
        background: #ffffff;
        padding: 5px;
        color: #000;
        transform: rotate(270deg);
        padding: 0;
        background: no-repeat;
        font-size: 20px;
        color: #fff;
    }

    .dropmenu>ul>li>.fas {
        background: #d36f4d;
        color: #fff;
    }

    .dropMenuContainer {
        transform: translateY(0px) !important;
        transform: translateX(-460px) !important;
        position: absolute;
        top: 0;
        height: 100%;
        opacity: 1 !important;
        visibility: visible !important;
        transition: all 500ms ease;
    }

    .backBtn {
        background: #d36f4d;
        padding: 10px;
        color: #fff;
        display: flex !important;
        gap: 10px;
        align-items: center;
        border-radius: 7px;
    }

    .dropMenuContainer.active,
    .dropmenu>ul.active {
        transform: translateX(0px) !important;
        transition: all 500ms ease;
        max-height: 100vh;
        overflow-x: auto;
    }

    .dropMenuContainer h3 {
        font-size: 16px;
    }

    .dropMenuContainer .col {
        max-width: 50%;
        width: 50%;
        flex-basis: auto;
    }

    .dropmenu>ul {
        opacity: 1;
        visibility: visible;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        transform: translateX(-120%) !important;
        transform: translateY(0px);
    }

    li.nav-item.dropmenu {
        position: static;
    }

    .dropmenu {
        justify-content: space-between;
        position: static;
    }

    .dropmenu>ul .dropmenu ul {
        height: 100%;
        left: auto;
        top: 0;
    }

    .dropmenu .dropmenu>.fas {
        position: static;
    }

}

@media only screen and (max-width: 767px) {
    .filterSelected {
        justify-content: space-between;
    }

    .footerLink {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 460px) {

    .footer .col {
        min-width: 100%;
        flex-grow: auto;
    }

}