.backdrop_menu { position: fixed; top: 0; left: 0; height: 100vh;   width: 100%; background-color: rgba(0, 0, 0, 0.5); display: none;     z-index: 2;}

.tp_mob_options { display: none; }
#banner_video { display: block; width: 100%; aspect-ratio: 1903/720; object-fit: cover; }
.Home_li span{display: none;}
@media (max-width: 1920px){  
}
@media (max-width: 1710px){
}
@media (max-width: 1680px){
}
@media (max-width: 1550px){
    /* .container {max-width: 1248px;} */
    html{font-size: 15px;}
}
@media (max-width: 1450px){
    /* .point_item .font25 { font-size: 1.3rem; } */
    /* .container {max-width: calc(1100px + calc(calc(var(--bs-gutter-x) * .5) * 2));} */
    /* .ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover{top: -4px;}
    html{font-size: 13px;} */
    .customer_reviews_wrapper { margin: 0 1.5rem; }
    .ssb_wrap,.banner { overflow: hidden; }

}
@media (max-width: 1370px){
    .customer_reviews_wrapper { margin: 0 3rem; }
    .membership_table table thead th  {font-size: 12px;}
}
@media (max-width: 1330px){
    /* .container {max-width: calc(1000px + calc(calc(var(--bs-gutter-x) * .5) * 2));} */
    /* html{font-size: 12px;} */
    .points_wrap { margin-right: 0; }
    .points_wrap .font25 { font-size: 1.3rem; }
    .customer_reviews_wrapper {margin: 0 6rem;}
    
}
@media (max-width: 1280px){
    /* .container {max-width: calc(980px + calc(calc(var(--bs-gutter-x) * .5) * 2));} */
}
@media (max-width: 1200px){
}
@media (max-width: 998px){
}


@media (max-width: 991px){
    .footer_sections{flex-wrap: wrap;}
    .footer_sections .ftr_sec:nth-child(1){margin-top: 0;}
    .footer_sections .ftr_sec:nth-child(2){margin-top: 0;}
    .footer_sections .ftr_sec {width:50%!important;margin-top: 2rem;}
    .top_nav > li.active a{color: var(--theme-color);}
    .sub_menu > li a{color: var(--white)!important;}
    .sub_menu > li.active a{color: var(--white);}
    section{padding: 3.5rem 0;}
    .common_padding{padding: 3.5rem 0;}
    .gall_inner .gallery_home_left .gallery_box:nth-child(odd){height: 225px;}
    .gall_inner .gallery_home_left .gallery_box:nth-child(even){height: 225px;}
    .about_left_ul li{font-size: 14px;margin-bottom: 1rem;}
    .about_right p{padding-right: 0;}
    .about_left{width: 49%;}
    .contact_right .form-control{height: 36px;}
    .cta_box{height: 225px;width: 350px;}
    .contact_left .font31{font-size: 26px;}
    .gallery_home_left{margin-bottom: -125px;}
    .gallery_home_left .gallery_box:nth-child(5){transform: translateY(-125px);}
    .gallery_home_left .gallery_box:nth-child(even){height: 275px;}
    .gallery_home_left .gallery_box:nth-child(odd){height: 400px;}
    .committees_content_bottom .title {font-size: 14px;}
    .committees_box{padding: 1.5rem 1.188rem;}
    .tarrif_inner table td, th {border: 1px solid #eed5cc;padding: 0.5rem;font-size: 14px;}
    .tarrif_bottom_list ul li{font-size: 14px;}
    .tarrif_list{    padding: 0px 1rem;}
    .form_secton{padding: 6.5rem 0;}
    .contact_right{padding: 1.125rem 2rem;}
    .attraction_img img{height: 350px;object-fit: cover;}
    .bg_about{padding: 4.5rem 0;}
    .attraction_ul li{width: 100%;}
    .attraction_text{width: 100%;padding: 2rem 1rem;}
    .attraction_img{width: 100%;}
    .footer_menu .f_menu li {margin-right: 0.813rem;}
    .cta_box h2{font-size: 40px;line-height: 50px;}
    .cta_bg>img{height: 50vh}
    .sec_head{line-height: 43px;font-size: 28px;margin-bottom: 1.5rem;}
    .home_about_right .pr_7{padding-right: 0;}
    .committees_inner{grid-template-columns: repeat(3, 1fr);grid-gap: 30px 30px;}
    .contact_left{padding: 1rem}
    .top_nav > li.home:after{display: none;}
    /* RESPONSIVE CODE FOR HEADER START  */
    body.menu_opend { overflow: hidden;}
    .menu_opend .backdrop_menu {display: block;}
    .menu_content { min-width: 15rem; position: fixed; right: 0; top: 0; width: 15rem;  height: 100vh;     margin-top: 2.65rem; opacity: 1; transform: translateY(0rem); pointer-events: all;     transform: translate(100%, 0);} 
    .menu_content.active {   transform: translate(0, 0); z-index: 5;     background: #fff;
    box-shadow: 0 0 15px #0000004a; } 
    .close_menu {background-color: var(--theme-color-dark); display: inline-block; padding: 0.5rem; float: right; width: fit-content; margin: 1rem;}
    .close_menu img { height: 24px;}
    .menu_content ul {height: 100%;border-radius: 0; background-color: transparent; box-shadow: none;    margin-top: 3rem; overflow: auto; width: 100%;} 
    .menu_content ul li { }
    .menu_content i{display: none;} .menu_content ul li a {   border-bottom: solid 1px #ccc;padding: 1rem 1rem;}
    header { z-index: 99;}
    header:not(.sml-header) .menu_content{margin-top:0rem; }
    .top_list>li:first-child, .top_list>li:first-child+li, .top_list>li:first-child+li+li { display: none; }
    .top-header { padding-inline: 1.2rem; }
    .header_logo { width: 15rem; }
    .user-toggler, .menu-toggler { position: relative; }
    .toggler_box { position: absolute; top: calc(var(--header-height)); right: 0; transition: all ease 0.5s; transform: translateY(5rem); opacity: 0; pointer-events: none; }
    .toggler_box.active {transform: translateY(0); opacity: 1; pointer-events: all; }
    .search-toggler .toggler_box { width: 100%; padding: 1rem; }
    .search-toggler .toggler_box .gsc-input-box { padding: 0; }
    .search-toggler .toggler_box .gsc-input-box .gsib_a, .search-toggler .toggler_box .gsc-input-box #gs_tti50 { padding: 0 !important; }
    .toggler_box.user_login { top: 100%; }
    .toggler_box .dropdown-menu { display: block; position: static; }
    .bottom-header{display: none;}
    .mobile_menu_box .Home_li a { height: auto!important; }
    .mobile_menu_box { position: fixed; right: 0; top: 0; background-color: var(--white); z-index: 99; padding: 1.5rem; height: 100vh; height: 100dvh; transition: all ease 0.5s; transform: translateX(100%);    overflow: auto;}
    .mobile_menu_backdrop { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-color: #00000075; opacity: 0; pointer-events: none; transition: all ease 0.5s; }
    body.menu-opened .mobile_menu_backdrop{opacity: 1; pointer-events: all; }
    body.menu-opened .mobile_menu_box{transform: translateX(0%);}
    body>*:not(header) { overflow: hidden; }
    .main_banner, .go_bottom_wrap { overflow: inherit;}
    header{box-shadow: 0 0 40px var(--black100);}
    .program_menu_main.active{    transform: translateX(0%);}
    /* .sml-header:not(.scrolling-up) {transform: translateY(calc(0px - var(--top-header-height)));box-shadow: 0 0 40px transparent;} */
    /* .sml-header:not(.scrolling-down) {transform: translateY(0);box-shadow: 0 0 40px var(--black200);} */
    /* .sml-header:not(.scrolling-down) {    transform: translateY(calc(-100% - 2.2rem));} */
    /* NEW HEDAER CSS */
    .sml-header:not(.scrolling-down) { transform: translateY(calc(0px - var(--top-header-height))); box-shadow: 0 0 40px var(--black100); }
    .scrolling-down {transform: translateY(calc(-100% - 2.2rem));}
    .header-nav { position: fixed; align-items: flex-start; top: 0; width: 17rem; z-index: 9; right: 0;height: 100%; background-color: var(--white);     transform: translate(100%, 0); transition: 0.5s;     flex-direction: column;}
    .top_nav>li{height: auto;}
    .top_nav>li>a {color: var(--black); display: block;border-bottom: solid 1px #ccc;width:100%;padding: 0.5rem 1rem; }
    .bottom_header { padding-inline: 0;     margin: 0;
    padding: 1rem 0;}
    .top_nav {display: block; width: 100%; }
    .menu_opend .backdrop {display: block;}
    [menu-dropdown_btn="program_menu"] a { pointer-events: none;}
    .menu_icon {display: block; color: var(--white);}
    .close_menu {display: block; color: var(--black); background-color: var(--theme-color); }
    body.menu_opend  .header-nav {    transform: translate(0, 0);}
    .top_header{ background-color: var(--white); }
    .top_header .container { padding: 0;}
    .top_header .header_btn {background-color: var(--theme-color);}
    .top_header img {    filter: invert(1); opacity: 0.6;}
    .top_header .list_right {    align-items: stretch;}
    .right_side .list_right li {display: flex;
    align-items: center;}
    .right_side .list_right li:first-child, .right_side .list_right :nth-child(2) {display: none; }
    .right_side .list_right :nth-child(3) {    border-left: solid 1px #ccc;}
    .mobile_login_menu ul li a {color: var(--black);}
    .mobile_login_menu { display: block; }
    .sml-header .backdrop { top: var(--top-header-height); }
    .top_nav > .has_submenu > .sub_menu:after { display: none; } 
    .close_menu_large { display: block; } 
    .caret_icon {display: none;}
    .top_header .right_side{position: static; display: flex; width: 100%; justify-content: space-between; padding-left: 1rem; align-items: center;}
    .top_header {position: relative; border: none;}
    .sml-header { background-color: var(--theme-color); }   
    .ddp-click { position: absolute; top: 0.45rem; right: 0.6rem; padding: 0.5rem;
    color: #616161; cursor: pointer;display: block; } 
    .caret_icon_mob{ position: absolute; top: 0.45rem; right: 0.6rem; padding: 0.5rem;
    border: 1px solid #0000002e; color: #616161; cursor: pointer;
    background-color: #00000008; display: block; } 
    .sub_menu { position: static; opacity: 1; display: none; pointer-events: all;  transform: none; transition: none; background-color: var(--primary-color); border-radius: 0; } 
    .has_submenu .sub_menu .sub_menu { background-color: #00000036; } 
    .menu_icon_angle { display: none; }
    .program_menu_inner {       column-count: 2;  column-width: 190px;}
    .top_header .left_side {display: none;}
    .right_side .list_right li a { font-size: 1rem !important;}
    /* LARGE MENU MOBILE VIEW */
    .program_menu_main {position: fixed;top: 0;z-index: 9;border-radius: 0;pointer-events: all;left: 0;transform: translateX(-100vw);width: 100%;height: calc(var(--vh, 1vh) * 100); overflow: auto;    z-index: 99;    padding: 2rem 1rem 3rem; } 
    .program_menu_inner { grid-template-columns: repeat(2, 1fr);}
    .sml-header .program_menu_main { top: var(--top-header-height);}
    .disciplines_menu {width: auto;} 
    .search_wrapper { border-radius: 0;}
    .top_header .list_right:hover a {opacity: 1;}
    .right_side .list_right li a { color: var(--white) !important;}
    .bottom_header .d-flex  {align-items: center;}
    .sml-header .header_logo img {height: 35px;}
    .sml-header .menu_icon {color: var(--white);}
    .bannerSlider .banner_img {object-fit: cover;height: 80vh;}
    .sml-header .header-nav { top: var(--top-header-height);   height: 100vh;}
    /* RESPONSIVE CODE FOR HEADER END  */

    .adsSwiper  img {width: 100% !important;}
    .home_ads .ads-pagination{display: block;}
    .programs_home_inner {flex-wrap: wrap;}
    .programs_home_inner .left_tab {width: 100%;}
    .programs_home_inner .programs_right {width: 100%;}
    .programs_tab {display: flex; overflow: auto; margin-bottom: 2rem; white-space: nowrap;}
    .programs_tab li a {min-width: auto;    padding: 1rem 3.5rem 1rem 2.5rem;}
}




@media (max-width: 767px){
    .footer_sections .ftr_sec{width: 100%!important;}
    .home_about_right .btn{margin-bottom: 2rem;}
    .about-listing .about-listing-inner{height: 100%;}
    .acommondation .about-list img{height: 100%;}
    .gallery_box a {display: inline-block;} 
    .gallery_home_left{margin-bottom: 0;}
    .gallery_home_left .gallery_box:nth-child(5){transform: translateY(0);}
    .header-top{padding: 9px 0;}
    .tarrif_list {padding: 0px 2rem;}
    .tarrif_right{width: 100%;}
    .tarrif_left{width: 100%;margin-top: 2rem;}
    .tarrif_list{width: 100%;}
    .tarrif_list:last-child{margin-bottom: 0;}
    section{padding: 3.5rem 0;}
    .about_img_sec{width: 100%;}
    .rooms_box{width: 100%;}
    .about_img_sec .right_img{width: 100%;}
    .committees_content_bottom .title {font-size: 12px;}
    .banner_text{font-size: 38px;width: 100%;}
    .rooms_box{position: static;}
    .about_img_sec{text-align: left;}
    .about_left{width: 100%;}
    .about_right{width: 100%;margin-bottom: 2rem;}
    .about_right p{padding: 0;}
    .contact_info{    right: 50%;transform: translateX(50%);bottom: 0;width: 95%;padding: 1.5rem;}
    .contact_wrap .right_side{width: 100%;margin-top: 2rem;}
    .contact_wrap .left_side{width: 100%;}
    .bg_about{padding: 4.5rem 0;}
    .attraction_ul li{width: 100%;}
    .attraction_text{width: 100%;padding: 2rem 1rem;}
    .attraction_img{width: 100%;}
    .sec_head_small{font-size: 16px;}
    .bootom_menu_footer .text-end{margin-bottom: 0!important;}
    .cta_box h3{font-size: 1.5rem;}
    .bootom_menu_footer .font14{margin-bottom: 1rem;}
    .footer_menu .f_menu{flex-wrap: wrap;}
    .footer_menu .f_menu li{width: calc(100% / 2);margin-right:0;margin-bottom:1rem; }
    .form_secton{padding: 6rem 0;}
    .contact_left{padding: 3rem 1rem;width: 100%;}
    .contact_right{padding: 1rem;height: 100%;width: 100%;    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);}
    .form_secton{background: none;}
    .gallery_box{    flex: 50%;max-width: 50%;}
    .gallery_home_left .gallery_box:nth-child(odd){height: 200px;}
    .gallery_home_left .gallery_box:nth-child(even){height: 200px;}
    .cta_box h3{margin-bottom: 1rem!important;}
    .cta_box{width: 90%;right: 5%;height: 200px;align-items: center;}
    .cta_box h2{font-size: 44px;line-height: 40px;}
    .cta_bg>img {width: 100%;height: 50vh;object-fit: cover;}
    .committees_box{padding: 1rem;text-align: center;} 
    .sec_head{font-size: 28px;margin-bottom: 2rem!important;line-height: 34px;}
    .home_about_right .pr_7{padding-right: 0;}
    .top_nav > li{align-items: baseline;height: auto;display: block;}
    body {line-height: 1.2;}
    html {font-size: 14px;}
    .banner_content .text_lg:first-child {display: none;}
    .btn {padding: 0.6rem 2rem}
    .home_about_inner{flex-direction: column;}
    .home_about_right, .home_about_left {width: 100%}
    .home_about_left img{width: 100%;}
    .paragraph{width: 100%;}
    .acommondation .about-list .about-listing{width: 100%;margin-bottom: 2rem}
    .committees_inner{grid-template-columns: repeat(2, 1fr);}
    .acommondation .about-list{flex-direction: column;}
    .programs_sec_mob_inner { margin-bottom: 3rem;}
    .banner_wrapper {flex-wrap: wrap;}
    .banner_wrapper {flex-direction: column-reverse;}
    .arrow_top, .arrow_connect  { display: none;}
    .ftr_sec_intro {width: 100%;  margin-right: 0;
        margin-top: 2rem;}
    .footer_sections{flex-wrap:wrap;     padding-block: 2.125rem;}
    .ftr_sec {flex: auto; width: 100%;    padding-top: 1rem;}
    .tp_right_content { display: none; }
    .tp_mob_options { display: flex; }
    /* 07 june 2023 */
    .Home_li span{display: block;}
    .Home_li i{display: none;}
    .videosec{height: 350px}
    .top_footer_inner li{width: 100%;border-left: none}
    .top_footer_inner li{flex-direction: row;height: unset;margin-bottom: 1rem;justify-content: left; text-align: left;}

    .top_footer_inner li p{margin-bottom: 0}
    .footericon{margin-bottom: 0;margin-right: 1rem}
    .gallery_home_left .gallery_box:nth-child(5) {margin-top: -128px;display: block;}

    /*.banner_content .text_md {display: none;}*/
    .banner_content .text_lg{font-size: 2.5rem}
    /* BANNER CSS */
    .go_bottom img  {  margin-top: -43px;  height: 70px; }
    .Home_li {display: none !important;}
    .heading_box .head_lg {font-size: 2.188rem; line-height: 1.2; margin-bottom: 0.5rem;}
    /* FACTS HOME */
    .facts_about ul {white-space: nowrap; overflow: auto;padding-bottom: 2rem; margin-bottom: 2rem;}
    .home_ads img {max-width: 100%;}
    .about_home .fixed_form_btn { display: none;}
    .innovation_culture_box { padding: 2rem; flex-wrap: wrap; padding-bottom: 0;}
    .innovation_culture_box .innovation_culture_left { width: 100%;}
    .innovation_culture_box .innovation_culture_right { width: 100%;}
    .innovation_culture_box .innovation_culture_right .images { position: static;}
    .innovation_culture_box .innovation_culture_right .images img {width: 100%; height: auto;}
    .innovation_culture_box .head_lg { text-transform: capitalize;}
    .blogSlider .home_blog_box .images { height: 12.813rem; }
    .about_home { overflow: auto;}
    .apply_mob_img { margin-top: 1rem;}

    /* APPLY HOME CSS */
    .apply_inner .apply_right  {display: none;}
    .apply_inner .apply_left { max-width: 100%; min-width: 100%;}
    .apply_accordion_box {width: 100%;}
    .apply_mob_img img {border-radius: 28px;}
    .heading_box { margin-bottom: 2rem !important;}

    /* Placement HOME CSS  */
    .placement_home_inner { overflow: auto;}
    .placement_home_inner ul{width: 265%;  height: 500px;  padding-bottom: 1rem;}
    /* .fact_box_slider { display: none;} */

    .placement_home_inner ul li {min-width: 65%; display: flex;}
    .apply_mob_img { margin-top: 1rem;}

    /* Course Cat Css HOME */
    .course_cat_content_inner {    flex-direction: column; flex-wrap: wrap;}
    .course_cat_content_inner .course_cat_content_box, .course_cat_content_inner .course_cat_content_tab {width: 100%;}
    .show_hover {  position: static; display: none;}
    /* .show_hover >div { min-height: 140x;} */
    .show_hover.active {display: block;}
    /* .course_cat_home { height: auto;} */
    .course_cat_content_inner .course_cat_content_box {flex-wrap: wrap;}
    .course_cat_home:after { width: 100%;}
    .course_cat_content_inner .course_cat_content_tab { padding: 0;     margin-left: -1rem;
    width: calc(100% + 2rem);    margin-bottom: 2rem;     margin-top:1rem;
    margin-right: -3rem;}
    .course_cat_content_tab ul {flex-wrap: nowrap; position: relative; overflow: auto; }
    .course_cat_content_tab ul::-webkit-scrollbar {width: 0.1px; height: 0.1px; }
    .course_cat_content_inner .course_cat_content_box .font50  {    font-size: 2.125rem}

    .course_cat_content_tab ul li { padding: 0 0.5rem; white-space: nowrap;}
    .course_cat_content_inner .course_cat_content_tab li:nth-child(odd) a, .course_cat_content_inner .course_cat_content_tab a { border: none; display: block;font-size: 1.2rem;}
    .course_cat_content_tab { position: relative;}
    .course_cat_content_tab:after { content: ''; height: 1px; width: 100%; background-color: #f1f1f16e; position: absolute;     bottom: 1px;}

    .course_cat_content_inner .course_cat_content_tab a {display: inline-block;    padding: 1rem 0.5rem;     padding-bottom: 1rem;position: relative; }
    .course_cat_content_inner .course_cat_content_tab li a.active:after { left: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        background-color: var(--theme-color-yellow);
        content: '';
        z-index: 1; position: absolute; }
    .course_cat_content_inner .course_cat_content_tab a.active { background-color: transparent; color: var(--theme-color-yellow); }
    .course_cat_home .container { height: auto;}
    .notable_home .slider_btn{display: none;}
    .notable_home  .notable-paginatio {display: block;}

        /* TESTIMONIAL HOME */
    .testimonial_home  .review-pagination {display: block;}
    .review_slider_btn {display: none;}
    .review_thum_img {height: 8.5rem; width: 8.5rem;}

    /* VIDEO HOME CSS */
    .video_home{ padding-inline: 1.5rem;}
    .video_home  .video-pagination {display: block;}
    .video_home .slider_btn {display: none;}
    .top_footer_inner {flex-wrap: wrap; text-align: center;}
    .top_footer_right {display: block; margin-top: 1.5rem;    width: 100%;}

    .research_inn_home, .placement_home{ padding-top: 0;}
    .bootom_menu_footer .text-end {text-align: left  !important;}

  .slide_action a {writing-mode: horizontal-tb; display: block; border-radius: 0;
    transform: rotate(0deg); display: block;  padding: 0.8rem 0.8rem;font-size: 1rem;}
    .slide_action ul { display: flex; bottom: 0;
    width: 100%; top: auto;  transform: translateY(0%);}

    .home_blog_box:hover {box-shadow: none;}


    .common_padding { padding: 3rem 0;}
    .slide_action{ bottom: 0; transform: translateY(0%); top: auto; width: 100%; left: 0;}
    .slide_action li:first-child { margin-bottom: 0;}
    .slide_action li {flex: 1; text-align: center;}
    .home_ads_btn{display:none}
    .home_ads .ads-pagination { display: block;}
    .bootom_menu_footer {      padding: 2rem 0; }
    
 }