.mobile_menu{
    display: none;
}

@media only screen and (max-width : 1200px) {
    .btn-item{
	width: calc(33.33% - 15px);
}
    
}
@media only screen and (max-width : 767px) {
   .btn-item{
	width: calc(50% - 15px);
}
}
@media only screen and (max-width : 500px) {
 .btn-item{
	width: 100%;

}
}

@media only screen and (max-width : 500px) {
   
}
@media only screen and (max-width : 992px) {
    
    .flag_items{
        margin-bottom: 10px;
    }
    .mobile_footer_menu{
        display: flex;
    }
    .apply_main{    
        flex-direction: column-reverse;
        height: unset;
    }
    .apply_left{
        min-width: 100%;
        margin-top: 80px;
    }
    .contact_a{
        flex-direction: column;
        gap: 0;
    }
    .f_main{
        /* height: 54px; */
        overflow: hidden;
        transition: 0.3s;

        position: fixed;
        top: 0;
        z-index: 999999;
        background: white;
        left: 0;
        height: 100vh;
        overflow: auto;
        width: 77%;
        box-shadow: 1rem 0 1rem rgba(0,0,0,.15);
        /* display: none; */
        width: 0;
    }
    /* width */
.f_main::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
.f_main::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
.f_main::-webkit-scrollbar-thumb {
    background: #ddd; 
  }
  
  /* Handle on hover */
.f_main::-webkit-scrollbar-thumb:hover {
    background: #c90404; 
  }
.m_filter_btn{
    display: block;
    
}
.footer_copy {
    margin-bottom: 50px;
}
.short_select {
    padding: 7px 11px;
    padding-left: 35px;
    width: 171px;
}
.short_select::after {
    top: 10px;
}
.for_mm_css{
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 10px;
}
.short_box h4 {
    flex: 0 0 auto;
}
    .filter-mobile{
        padding: 10px;
        background: #c90404;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }
    .filter-mobile button{
        background-color: #fff;
        padding: 5px;
    }
    .filter-mobile h4{
        margin: 0;
        color: #fff;
        font-weight: 600;
    }
    .filter-m-open{
        height: auto;
        transition: 0.3s;
    }
    
    .mobile_menu{
        display: block;
    }
    .nav_header{
        display: none;
    }
    .flag_wrapper {
        overflow-x: scroll;
    }
    .red_bimg img {
        width: 140px;
    }
    .btn_view_details {
        padding: 10px 17px;
    }
    .cm_list_main {
        display: flex;
        gap: 25px;
    }
    .cm_success_itmes{
        padding: 30px;
    }
    .ou_logo div {
        width: 220px;
    }
    .webinar_margin{
        margin-top: 50px;
    }
    .links_four li {
        width: 45.5%;
    }
    .footer_content img {
        margin-top: 30px;
    }
    .payment_me {
        width: 116px;
    }
    .mobile_menu img {
        width: 27px;
        cursor: pointer;
    }
    .cf_box {
        width: 48%;
    }
    .facilites_box div {
        width: 31%;
    }
    .whats_btn{
        border: 0;
        padding: 0;
        border-radius: 0;
    }
    .whats_btn p{
        display: none;
    }
    .logo_header .call_btn{
        border: 0;
        padding: 0;
    }
    .logo_header .call_btn p{
        display: none;
    }
    .call_btn small{
        display: none;
    }
    .whats_btn small{
        display: none;
    }
    .lc_btn img{
        display: none;
    }
    .logo_header .apy_btn{
        display: none;
    }
    .footer_call h3{
        font-size: 15px;
    }
    .footer_call svg{
        width: 30px;
    }
    .footer_call{
        padding: 20px;
    }

    
   
    
    
   
}
@media only screen and (max-width : 768px) {
    .footer_copy .container {
        flex-direction: column;
    }
    .footer_connect {
        margin-bottom: 10px;
    }
    .footer_menu {
        max-height: 45px;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }
    .footer_closed {
        max-height: 1000px !important;
        transition: all 0.3s ease-in-out;
    }
    .footer_content img {
        display: none;
    }
    .payment_me {
        width: 182px;
        margin-top: 11px;
    }
    .footer_links li a{
        font-size: 11px;
    }
    .footer_title {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        border: 0;
        background: #283a5e;
        margin-bottom: 6px;
        padding: 10px;
        border-radius: 5px;
    }
    footer h3::after {
        font-family: ElegantIcons;
        content: "+";
        font-size: 19px;
        position: relative;
        top: -3px;
        display: block;
        float: right;
        font-weight: 600;
    }
    .footer_closed h3::after {
        content: "-";
        font-size: 22px;
        position: relative;
        top: -7px;
    }
    .footer_top_bottom_border{
        padding: 0;
        border: 0;
        margin-bottom: 15px;
    }

    .btn_view_all {
        background: #D93831;
        border-radius: 5px;
        font-weight: 500;
        font-size: 16px;
        text-transform: uppercase;
        color: #FFFFFF;
        text-decoration: none;
        padding: 10px 30px;
        display: inline-block;
        transition: 0.3s;
    }
    .btn_view_all:hover{
        transition: 0.3s;
        background: #bd2d26;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
    }
    .main_logo {
        width: 92px;
    }
    .mobile_menu img {
        width: 27px;
        margin-left: 10px;
    }
    .logo_header .lc_btn{
        padding: 5px;
        border-bottom-left-radius: 10px;
    }
    .logo_header .lc_btn p {
        margin: 0;
        font-size: 10px;
    }
    .logo_header .top_btn a img {
        width: 23px;
        margin-right: 4px;
    }
    .logo_header {
        padding: 15px 0;
    }
    .tp_noti{
        display: none;
    }
    .tp_m_right{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .banner_title {
        font-size: 23px;
    }
    .bs_search {
        padding: 13px 15px;
    }
    .bs_input input {
        font-size: 13px;
    }
    .hero_overlay {
        padding: 80px 0;
    }
    .talk_our_btn {
        margin-top: 20px;
        margin-bottom: 12px;
    }
    .flag_items img {
        margin-right: 10px;
        width: 38px;
        height: 30px;
    }
    .index_title {
        font-size: 20px;
    }
    .design_dots1 {
        display: none;
    }
    .popular_section .index_title {
        margin-top: 10px !important;
        margin-bottom: 30px;
    }
    .pop_cat img {
        width: 26px;
        height: 26px;
    }
    .mt_view_one {
        margin-top: 10px;
    }
    .popular_section{
        padding-bottom: 20px;
    }
    .red_btext h2 {
        font-weight: 600;
        font-size: 24px;
    }
    .red_btext p {
        font-size: 13px;
        margin-top: 8px;
    }
    .red_bimg{
        display: none;
    }
    .featured_colleges{
        padding: 30px 0
    }
    .index_title {
        margin-bottom: 35px;
    }
    .mt_view_two {
        margin-top: 15px;
    }
    .cm_service {
        padding: 30px 0;
    }
    .cm_list_main {
        display: flex;
        gap: 10px;
    }
    .cm_items {
        width: 100px;
        height: 120px;
    }
    .cm_items img{
        width: 35px;
    }
    .cm_items p {
        line-height: 1;
        font-size: 11px;
        margin: 0;
    }
    .cm_success{
        padding: 30px 0;
    }
    .cm_success h2 {
        font-weight: 700;
        font-size: 22px;
    }
    .cm_success_itmes div {
        width: 130px;
        height: 130px;
    }
    .our_university{
        padding: 30px 0;
    }
    .ou_logo div {
        width: 165px;
    }
    .ou_logo img{
        width: 100%;
    }
    .arti_box img {
        width: 100px;
    }
    .art_title{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .articles_section{
        padding: 30px 0;
    }
    .btn_browse {
        margin-top: 10px;
    }
    .webinar_box {
        margin-bottom: 15px;
    }
    .student_review{
        padding: 30px 0;
    }
    footer {
        padding-top: 52px;
    }
    .pop_cat p{
        font-size: 14px;
    }
    .red_btext a {
        font-size: 14px;
    }
    .pop_cat::after{
        display: none !important;
    }
    .flag_list p {
        font-weight: 600;
        font-size: 12px;
    }
    .flag_items span {
        font-weight: 600;
        font-size: 13px;
    }
    .row_scroll{
        flex-wrap: nowrap;
        justify-content: flex-start !important;
        overflow-x: scroll;
    }
    .college_box{
        flex-direction: column;
    }
    .col_img {
        max-width: 100%;
    }
    .col_img img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        aspect-ratio: 16/9;
    }
    .col_header {
        display: flex;
        margin-bottom: 15px;
        flex-wrap: wrap;
        margin-top: -85px;
        flex-direction: column;
    }
    .cb_item {
        width: 100%;
    }
    .cb_right_icon{
        display: none;
    }
    .col_logo{
        margin-bottom: 20px;
    }
    .college_box{
        margin-left: 0;
    }
    .short_box{
        flex-direction: column;
        text-align: center;
        margin-top: 15px;
        flex-wrap: wrap;
    }
    .short_box h4{
        margin-bottom: 15px;
    }
    .short_box{
        background: transparent;
        padding: 0;
    }
    
    .accordion-button {
        font-weight: 500;
        font-size: 14px;
    }
    .clb_details .clb_logo {
        width: 50px;
        height: 50px;
        object-fit: cover;
        box-shadow: 0 0 0 3px #fff;
        margin-bottom: 15px;
    }
    .clb_details h4 {
        font-weight: 600;
        font-size: 14px;
    }
    .clb_details {
        align-items: flex-start;
        flex-direction: column;
    }
    .m_break{
        display: block;
        margin-top: 10px;
    }
   .hide_for_mobile{
        display: none;
    }
    .m_details div {
        width: 50%;
    }
    .d_header h4, .d_header h3, .d_header h2 {
        font-size: 16px;
    }
    .cf_box {
        width: 100%;
    }
    .cf_box h5 {
        font-weight: 600;
        font-size: 14px;
    }
    .cf_box p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .d_body h4, .d_body h3 {
        font-weight: 600;
        font-size: 13px;
    }
    .table td {
        font-size: 13px;
    }
    .table th {
        font-size: 13px;
    }
    .btn_ap {
        padding: 14px 14px;
    }
    .btn_en{
        padding: 14px 14px;
    }
    .ques_related_admission h3 {
        font-weight: 600;
        font-size: 22px;
    }
    .grl_img{
        display: none;
    }
    .facilites_box div {
        width: 47%;
        padding: 7px;
    }
    .facilites_box img {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }
    .facilites_box div p {
        font-weight: 500;
        font-size: 12px;
    }
    .d_body p {
        font-size: 14px;

    }
    .d_title {
        font-weight: 600;
        font-size: 16px;
    }
    .d_header {
        flex-direction: column;
    }
    .d_header a{
        margin-top: 10px;
    }
    .cmnt_item .profile {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .total_review_box {
        flex-direction: column;
    }
    .treview_right {
        width: 100%;
    }
    .cmnt_item h5 {
        font-size: 14px;
    }
    .view_all_center a {
        font-weight: 600;
        font-size: 13px;
    }
    .details_right_btn {
        margin-top: 10px;
    }
    .page_header h4 {
        font-weight: 700;
        font-size: 20px;
    }

    .top_header {
        background: linear-gradient(135deg, rgb(51 51 51) 64%, #c92915 30%);
    }
    
    .smBanner .bannerimg_on {
        position: absolute;
        bottom: 0;
        z-index: -2;
    }
    .sidebar_btn_area .lc_btn img{
        display: block;
    }
    .page_header p{
        display: none;
    }
    .left_contact {
        padding: 20px;
        min-height: 496px;
    }
    .flag_btn_left{
        top: -8px;
        left: unset;
        right: 50px;
        border: 3px solid #fff;
        filter: unset !important;
    }
    .flag_btn_right{
        top: -8px;
        left: unset;
        right: 15px;
        border: 3px solid #fff;
        filter: unset !important;
    }
   
}

@media only screen and (max-width : 1400px) {
   
}
@media only screen and (max-width : 1200px) {
   
    
    

}

@media (min-width: 1200px){
    
}
@media only screen and (max-width: 1500px) and (min-width: 1200px)  {
   

}

@media screen and (max-height: 575px){
    #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
@media only screen and (max-width: 500px) {
    .g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
    }
}