@media only screen and (max-width: 1240px) {
    .social-fixed {
        display: none;
    }

    .section-banner .row {
        gap: 0px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /***Welcome One Css***/
    .welcome-one .section-title__title br {
        display: none;
    }

    .welcome-one__right {
        float: none;
        margin-left: 100px;
        margin-top: 60px;
    }

    .welcome-one__right-img1 img {
        width: auto;
    }

    .welcome-one__right .shape1 {
        right: -100px;
    }

    /***About One Css***/
    .about-one .section-title__title br {
        display: none;
    }

    .about-one__left {
        margin-left: 0px;
    }

    .about-one__left-overlay {
        bottom: 20px;
        right: 230px;
    }

    .about-one__right {
        margin-top: 50px;
    }

    .why-choose-one .section-title__title br {
        display: none;
    }

    .mobile-nav__toggler {
        display: none;
    }

    .why-choose-one .section-title__title {
        font-size: 45px;
    }

    .main-menu .main-menu__list {
        display: flex;
    }

    .main-menu .main-menu__list>li+li {
        margin-left: 10px;
    }


}

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

    /***Main Header One ***/
    .main-menu--1 .mobile-nav__toggler {
        position: relative;
        top: 2px;
        font-size: 20px;
    }

    .section-banner .row {
        justify-content: space-between;
    }

    .main-menu--1 .search-box {
        padding-left: 0;
        margin-top: 0;
    }

    .main-header-one__bottom {
        padding: 20px 0;
    }

    .news-modal-content, .modal-content {
        width: 100%;
    }

    .news-container .img-row {
        width: 100%;
        height: 100%;

    }

    .directors .modal-close-btn {
        right: 5px;
        top: 5px;
        font-size: 20px;
    }

    .slider-container {
        margin-left: 0;
    }

    .contents {
        max-width: 700px;
        width: 100%;
        left: 0;
        top: 150px;
    }

    .thm-btn-home3 {
        display: none;
    }

    .main-header--two__top-right-social-link {
        position: relative;
        display: block;
        padding-left: 10px;
    }

    .main-header--two__top-contact-info .text p a {
        font-size: 14px;
    }
}




/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    /*** Main Header One Css***/
    .slider-container {
        display: none;
    }

    .search-box {
        display: none;
    }

    .main-header--one__top-contact-info {
        display: none;
    }

    .main-header--one__top-social-link {
        padding-right: 0;
    }

    .main-header--one__top-logo {
        padding-top: 0;
    }

    /***Features One Css***/
    .features-one__single {
        max-width: 500px;
        margin: 0 auto 30px;
    }

    /***Blog One Css***/
    .blog-one__single {
        max-width: 500px;
        margin: 0 auto 30px;
    }

    /***Registration One***/
    .registration-one .section-title__title br {
        display: none;
    }


    /***Newsletter One***/
    .newsletter-one__right {
        margin-left: 0px;
        margin-top: 30px;
    }

    .newsletter-one__right .shape1 {
        display: none;
    }

    .newsletter-one .section-title__title br {
        display: none;
    }

    /***Footer One Css***/

    /***Meet Teachers One Css***/
    .meet-teachers-one__single {
        max-width: 500px;
        margin: 0 auto 30px;
    }

    /***Contact Page Css**/
    .contact-page .section-title__title br {
        display: none;
    }

    /***Company Logos One Css**/
    .company-logos-one {
        padding: 0px 0px 0px;
    }

    /***Teaching One Css**/
    .meet-teachers-one--teachers {
        position: relative;
        display: block;
        padding: 108px 0px 90px;
    }


    .main-menu__inner {
        flex-wrap: nowrap;
        gap: 4px;
        flex-direction: row-reverse;
    }

    .sub-content {
        height: 220px;
    }

    /* .registration-two {
        margin-top: -150px;
    } */

    .about-one .section-title__title br {
        display: none;
    }

    .about-one__left {
        margin-left: 0px;
        margin-right: 0;
    }

    .about-one__left-overlay {
        bottom: 20px;
        right: 20px;
    }

    .about-one__right {
        margin-top: 50px;
    }

    .why-choose-one {
        padding: 120px 0px 0px;
    }

    .why-choose-one .section-title__title br {
        display: none;
    }

    .why-choose-one::before {
        display: none;
    }

    .why-choose-one__left {
        max-width: none;
    }

    .why-choose-one__left-learning-box .text h4 br {
        display: none;
    }

    .why-choose-one__right {
        margin-top: 50px;
    }

    .main-header-one__bottom .right {
        display: none;
    }

    .main-header-two__bottom-inner .main-menu .left, .middle, .right {
        display: none;
    }

    .contents {
        max-width: 600px;

    }
}

/** Mobile Layout: 320px. **/
@media only screen and (max-width: 768px) {
    .section-title__title {
        font-size: 40px;
    }

    .search-box {
        display: none;
    }

    .categories-two__single-icon {
        width: 60px;
        height: 60px;
    }

    .overlay-bg img {
        width: 30px;
        height: 30px;
    }

    .categories-two__single {
        height: 180px;
    }

    .left, .middle, .right {
        display: none;
    }

    .contents {
        max-width: 500px;
        left: 5%;
    }

    .content p {
        font-size: 20px;
        white-space: initial;
        animation: none;
        border-right: none;

    }

    .content2 p {
        font-size: 15px;
    }

    .main-header-one__bottom .right {
        display: none;
    }

    .main-header--two__top {
        display: none;
    }

    .registration-two {
        padding: 0;
        height: 220px;

    }

    .footer-logo {
        margin-top: 0;
        margin-bottom: 40px;
    }

    /* .tab {
        display: none;
    } */

    .feature-content {
        padding: 10px 15px;
    }

    .legalbase-cards {
        padding: 10px 5px;
    }

    .content-block {
        padding: 1rem 0.5rem;
    }

    .footer-one__bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }


    .shortcut-container {
        padding: 40px 20px;
    }

    .main-menu__inner {
        flex-wrap: nowrap;
        gap: 4px;
        flex-direction: row-reverse;
    }

    .single-gallery-container .row {
        margin-right: 0 !important;

    }

    /*** Main Header One Css***/
    .main-header--one__top-left {
        float: none;
        text-align: center;
    }

    .main-header--one__top-contact-info {
        display: none;
    }

    .main-header--one__top-social-link {
        padding-right: 0;
    }

    .main-header--one__top-logo {
        padding-top: 0;
    }

    .main-header--one__top-right {
        display: none;
    }


    /***Features One Css***/
    .features-one__single {
        max-width: 500px;
        padding: 35px 15px 26px;
        margin: 0 auto 30px;
    }

    .features-one__single-text p {
        font-size: 16px;
    }

    /***About One Css***/
    .about-one .section-title__title br {
        display: none;
    }

    /***Courses One Css***/
    .courses-one__single {
        max-width: 500px;
        margin: 0 auto 30px;
    }

    .courses-one .section-title__title {
        font-size: 38px;
    }


    /***Categories One Css***/
    .categories-one__single {
        max-width: 500px;
    }

    /***Blog One Css***/
    .blog-one__single {
        max-width: 500px;
        margin: 0 auto 30px;
    }

    .blog-one__single-content {
        padding: 45px 20px 38px;
    }


    .about-one .section-title__title br {
        display: none;
    }

    .about-one__left {
        margin-left: 0px;
        margin-right: 0;
    }

    .about-one__left-img2 {
        margin-top: 20px;
    }

    .about-one__left-overlay {
        position: relative;
        bottom: 0px;
        right: 0px;
        margin-top: 25px;
    }

    .about-one__right {
        margin-top: 50px;
    }

    .about-one__left::before {
        display: none;
    }


    /***Newsletter One***/
    .newsletter-one__right {
        margin-left: 0px;
        margin-top: 30px;
    }

    .newsletter-one .section-title__title {
        font-size: 39px;
    }

    .newsletter-one .section-title__title br {
        display: none;
    }

    .newsletter-one__right .shape1 {
        display: none;
    }

    .newsletter-one__right .shape2 {
        display: none;
    }

    /***Footer One Css***/
    .footer-widget__courses {
        margin-left: 0px;
        margin-top: 40px;
    }

    .footer-widget__links {
        margin-top: 20px;
        margin-left: 0px;
    }

    .footer-widget__contact {
        margin-top: 40px;
        margin-bottom: 35px;
    }


    /***Meet Teachers One Css***/
    .meet-teachers-one__single {
        max-width: 500px;
        margin: 0 auto 30px;
    }

    .meet-teachers-one__single-middle-content {
        padding: 0px 40px 0px;
    }

    /***Features Two Css***/
    .features-two__single {
        max-width: none;
    }

    .features-two__single-img-inner {
        width: 100%;
    }


    /***Contact Page Css**/
    .contact-page .section-title__title br {
        display: none;
    }


    /***Company Logos One Css**/
    .company-logos-one {
        padding: 0px 0px 0px;
    }

    .company-logos-one--two {
        padding: 0px 0px 120px;
    }

    .registration-two .text-container h2 {
        font-size: 15px;
    }


    /***Teaching One Css**/
    .meet-teachers-one--teachers {
        position: relative;
        display: block;
        padding: 108px 0px 90px;
    }


    .sidebar__post {
        padding: 35px 25px 32px;
    }

    .courses-one--courses {
        padding: 80px 10px;
    }

    .search-title {
        font-size: 30px;
        line-height: 30px;
    }

    .overlay input[type=text] {
        font-size: 17px;
        padding: 10px 20px;
    }

    .overlay button {
        padding: 10px;
    }

    .slider-container {
        display: none;
    }

    .pagination a {
        width: 35px;
        height: 35px;
    }

    .pag-arrow i {
        font-size: 17px;
    }

    .result-box {
        padding: 10px;
    }

    .welcome-one__right {
        float: none;
        margin-top: 60px;
    }

    .welcome-one__right-img1-inner {

        height: 300px;
    }

    .welcome-one__right .shape1 {
        display: none;
    }

    .welcome-one__right-img2 {
        position: relative;
        left: 0px;
        margin-top: 20px;
        width: 100%;
    }

    .welcome-one__left-features-box-single-title h4 br {
        display: none;
    }

    .welcome-one__left-features-box-single {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .welcome-one__left-features-box-single:last-child {
        margin-bottom: 0;
    }

    .about-one__left-single {
        float: none;
    }

    .about-one__left-img2, .about-one__left-img1 {
        width: 100%;
        height: 300px;
    }

    .about-one__left-img2 {
        margin-bottom: 10px;
    }

    .why-choose-one {
        padding: 120px 0px 0px;
    }

    .why-choose-one .section-title__title br {
        display: none;
    }

    .why-choose-one::before {
        display: none;
    }

    .why-choose-one__left {
        max-width: none;
    }

    .why-choose-one__left-learning-box .text h4 br {
        display: none;
    }

    .why-choose-one__right {
        margin-top: 50px;
    }
}


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

    .case-studies-one .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-header--one__top-logo {
        display: none;
    }

    .main-menu__inner {
        flex-wrap: nowrap;
        gap: 4px;
    }

    .mobile-nav__toggler i {
        font-size: 25px;
    }


    .left img {
        margin-bottom: 0;
        width: 150px;
    }

    .footer-logo img {
        width: 220px;
    }
}

/*--------------------------------------------------------------
# Slider All Responsice Css
/////////
--------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .main-slider__content-title {
        font-size: 80px;
    }

    .main-slider-one .swiper-slide .shape2 img {
        width: 70%;
    }


}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .main-slider__content-title {
        font-size: 50px;
    }

    .slider-container {
        height: 450px;
    }

    .middle-box {
        height: auto !important;
    }

    .main-slider-one .swiper-slide .shape2 img {
        width: 70%;
    }

    .slide__text-desc {
        font-size: 11px;
    }

    .slider-pagi {
        display: none;
    }

    /** Main SLider Two css**/
    .main-slider__title {
        font-size: 20px;
    }

    .shortcut-box {
        margin-bottom: 10px;
    }

    .recruitment-modal {
        padding: 0 15px;
    }

    .recruitment-modal-content {
        padding: 20px;
        width: 100%;
        max-width: 100%;
        height: 400px;
    }

    .square-img {
        display: block;
        flex: 0 0 10rem;

    }

    .prev {
        left: -40px;
    }

    .next {
        right: -40px;

    }

    .social-media-list {
        display: none;
    }

    .slide__text .main-menu__right-search-box {
        display: none;
    }

    .slider-container {

        display: none;
    }

    .category-col {
        flex: 50%;
        max-width: 50%;
    }
}


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

    .directors-container {
        padding: 0 1.5rem;
    }

    .main-menu__right-search-box {
        display: none;
    }

    #doc {
        padding-left: 2rem;
        padding-right: 2rem;
        position: relative;
    }

    #doc .mb-0 {
        font-size: 13px;
    }

    .bold-letter {
        font-size: 26px;
        color: #000;
        font-weight: bold;
    }


    .image-logo-0 {
        width: 30px;
        margin-right: 10px;
        position: absolute;
        left: 0px;
        top: 20px;
    }

    .slider-pagi {
        display: none;
    }


    .middle-box {
        min-height: 60px;
        height: auto !important;
    }

    .main-slider__content-title {
        font-size: 50px;
    }

    .directors-wrapper {
        flex-direction: column;
    }

    .director-card-body {
        padding: 2rem 0 1rem 0;
    }

    .square-img {
        display: block;
        flex: 0 0 10rem;

    }

    .slide__text .main-menu__right-search-box {
        display: none;
    }

    .main-slider-one .swiper-slide .shape1 img {
        width: 70%;
    }

    .main-slider-one .swiper-slide .shape2 img {
        width: 0%;
    }


    .main-slider__nav {
        display: none;
    }

    .main-slider__content-icon-one {
        display: none;
    }

    .main-slider-one__img img {
        display: none;
    }

    .part-1 {

        padding: 10px;
    }

    .slide__text-desc {
        font-size: 12px;
    }

    /** Main SLider Two css**/
    .main-slider-two {
        margin-top: 0;
    }

    .main-slider__title {
        font-size: 14px;
        margin-top: 60px;
    }

    .footer-one__top {
        position: relative;
        display: block;
        padding: 30px 0;
        border-bottom: 1px solid #303138;
    }

    .footer-widget__social-links-list {
        margin-left: 0;
    }

    .recruitment-modal {
        padding: 0 15px;
    }

    .recruitment-modal-content {
        padding: 20px;
        width: 100%;
        height: 300px;
        max-width: 100%;
    }



    .shortcut-box {
        margin-bottom: 10px;
    }



    .news-modal-content {
        padding: 0 20px;
    }

    .news-modal-content .newsSlides, .imgSlides {
        height: 300px;
    }

    .social-media-list {
        display: none;
    }

    .category-col {
        flex: 100%;
        max-width: 100%;
    }
}


@media (max-width: 575px) {

    .main-slider__content-icon-two,
    .main-slider-one__round-box {
        display: none;
    }

    .main-slider .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .not-found h1 {
        font-size: 50px;
    }

    .not-found img {
        width: 100px;
        height: 100px;
    }

    .not-found h2 {
        font-size: 20px;
    }

    .slide__text-desc {
        font-size: 10px;
    }

    .swal2-html-container {
        font-size: 0.9em !important;
    }

    .contents {
        max-width: 400px;
    }

    .content p {
        font-size: 18px;
    }

    .categories-two {
        max-width: 300px;
    }

    .categories-two__single-icon {
        width: 60px;
        height: 60px;
    }

    .overlay-bg img {
        width: 30px;
        height: 30px;
    }

    .categories-two__single {
        height: 180px;
    }


}