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



@media screen and (max-width: 991px) {
    #header {
        position: fixed;
        top: 0;
        height: auto;
    }

        .form-search{
            width: 250px;
        }
    .country-st,
    .lang-st {
        display: none;
    }

    .logo-site img {
        max-width: 50px;
    }

    .side-menu {
        width: 100%;
        justify-content: start;
        padding: 0 15px;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    .main_menu {
        height: 80vh;
        overflow: auto;
    }
    
    .main_menu > li > a {
        text-align: start;
    }

    .main_menu > li.ls-search,
    .main_menu > li.country-st,
    .main_menu > li.lang-st {
        display: block;
    }

    .main_menu > li.country-st {
        border: 0;
        position: relative;
    }

    .dropdown .dropdown-toggle::after {
        right: -30px;
    }

    .rtl-style .dropdown .dropdown-toggle::after {
        left: -30px;
        right: auto;
    }

    .dropdown-menu.show {
        position: relative !important;
    }

    .dropdown-menu {
        padding: 20px 10px 10px
    }

    .dropdown-menu li {
        width: 49%;
    }

    .section_home {
        min-height: auto;
    }

    .section_home .cont-finder {
        padding: 20px;
        width: 100%;
    }

    .section_home .item {
        min-height: 70vh;
    }

    .section_home .container {
        height: auto
    }

    .form-finder .d-flex {
        flex-wrap: wrap;
    }

    .form-finder .d-flex .form-group {
        flex: 0 100%;
        border-right: 0;
        border-left: 0;
        padding: 10px 5px 10px 5px;
        border-bottom: 1px solid #C3C3C3;
    }

    .form-finder .d-flex .form-group:last-child {
        border-bottom: 0;
    }

    .form-finder .form-group .btn-site {
        width: auto;
        border-radius: 15px;
        padding: 12px 30px;
    }

    .sec_head .view-more {
        display: none;
    }

  .sec_head .view-more-mobile {
        display: block !important;
    }
    
    .item-feature {
        margin-bottom: 24px;
    }

    #university-slider {
        width: 105%;
    }

    #university-slider .owl-stage {
        padding-left: 0 !important;
    }

    .rtl-style #university-slider .owl-stage {
        padding-right: 0 !important;
        padding-left: 40px !important;
    }

    .txt-university ul li {
        font-size: 12px;
    }

    .section_subjects .row {
        display: none
    }

    #subjects-slider {
        display: block;
    }

    .thumb-faq {
        margin-bottom: 24px;
    }

    .head-faq h5 {
        line-height: 1.8;
        padding-inline-end: 30px;
    }

    .head-faq:before {
        top: 15px;
        right: 0;
    }

    .rtl-style .head-faq:before {
        right: auto;
        left: 0;
    }

    .top-footer {
        text-align: center;
    }

    .menu-ft {
        margin-bottom: 30px;
    }

    .menu-ft h5 {
        margin-bottom: 15px;
    }

    .list-contact li a {
        justify-content: center;
    }
    
    .stage-padding .sec_head h2 {
        color: var(--ph-color);
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #DEDEDE;
    }
    
    .btn-filter {
        display: flex;
        align-items: center;
        background: transparent;
        text-transform: uppercase;
        margin-left: auto;
        position: relative;
    }

    .filters-product {
        position: fixed;
        background: #fff;
        width: 100%;
        height: 100vh;
        z-index: 9;
        top: 0;
        left: 0;
        padding: 15px;
        overflow: auto;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    
    .filters-product.active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    
    .head-filter-mobile,.hed-close-filter {
        display: flex;
    }
    
    .item-filter {
        visibility: unset !important;
        animation-name: unset !important;
    }
    
    .slider-university {
        width: 104%;
    }
    .slider-university .owl-stage {
        padding-left: 0 !Important;
    }
    .rtl-style .slider-university .owl-stage {
        padding-right: 0 !Important;
        padding-left: 30px !Important;
    }
    
    .slider-university .owl-dots {
        width: calc(100% - 24px);
    }
    .pd-page {
        padding-top: 78px;
    }
    .item-lesson {
        flex-direction: column;
    }
    .item-lesson figure {
        width: 100%;
        height: 180px;
        margin-bottom: 10px;
    }
    .txt-lesson {
        width: 100%;
        padding: 0 !important;
    }
    .item-lesson .lesson-status {
        transform: unset;
        top: 205px;
    }
    .txt-lesson h6 {
        padding-right: 70px;
    }
    .rtl-style .txt-lesson h6 {
        padding-left: 70px;
        padding-right: unset;
    }
    .sec-video {
        margin-bottom: 15px;
    }
    
    .video-wrapper {
        padding-bottom: 56.25% !important; /* Maintain 16:9 aspect ratio */
    }
    .cont-reply .txt-comm span {
        position: unset; 
    }
    .checkout_page .sec_head {
        padding: 0 !important;
    }
    .mdl-forgot {
        padding: 40px 20px;
    }
    .aside-account {
        margin-bottom: 20px;
    }
    .nav-tabs .nav-link {
        width: 130px;
    }
    .nav-tabs {
        overflow: scroll;
        flex-wrap: nowrap;
    }
    .form-st {
        width: 100%;
    }
    .thumb-about {
        width: 100%;
    }
    #university-slider .owl-nav{
        display:none !important;
    }
    
}

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

@media screen and (max-width: 500px) {}