.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;}
    .bottom_header .header_logo img {
        width: 100px;
    }
}

@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){

    /* RESPONSIVE CODE FOR HEADER START  */

    body.menu_opend { overflow: hidden;}
    .header-top {
        display: none;
    }
    .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; }

    .bottom_header a.header_logo { position: static;}

    .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: 100vh; background-color: var(--white);     transform: translate(100%, 0); transition: 0.5s;     flex-direction: column;}
    .sml-header {transform: translateY(calc(0px - var(--top-header-height))) !important;}
    .top_nav>li>a {color: var(--black); display: block;border-bottom: solid 1px #ccc; }

    .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 {filter: invert(1);display: flex;align-items: center;cursor: pointer;}

    .close_menu {display: block; color: var(--black); background-color: var(--theme-color); }

    body.menu_opend  .header-nav {transform: translate(0, 0);}
    body.menu_opend .header-nav a.btn_shine {
        display: block !important;
        width: 100%;
        text-align: center;
        padding: 12px 10px;
    }
    /* .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 li:nth-child(2) { margin-left: auto;}
    .top_header .list_right {    align-items: stretch; margin: 0;        width: 100%;
        justify-content: space-between;}
        .right_side .list_right li { padding-right: 0;}

    .right_side .list_right li {display: flex;

    align-items: center;}

    .right_side .list_right li:first-child {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;justify-content: space-between;  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;

    /*border: 1px solid #0000002e;background-color: #00000008;*/ 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: #00000036; border-radius: 0; } 

    .has_submenu .sub_menu .sub_menu { background-color: #00000036; } 

    .menu_icon_angle { display: none; }


    .top_header .left_side {display: flex; margin-left: 0.5rem;}
    .top_header .left_side svg {display: none;}
    
    .main_banner .slider_btn .container {display: flex; align-items: center; }

    .right_side .list_right li a { font-size: 1rem !important;    padding: 0.875rem 1.5rem;}
    .bootom_menu_footer .copyright_text { margin-bottom: 0.5rem;}

    /* LARGE MENU MOBILE VIEW */




    .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;} */
    .bottom_header .header_logo img { width: 135px;transition: 0.5s;}

    .sml-header .menu_icon {color: var(--white);}

    .bannerSlider .banner_img {object-fit: cover;}

    /* .sml-header .header-nav { top: var(--top-header-height);   height: 100vh;} */

    /* RESPONSIVE CODE FOR HEADER END  */


    .footer_sections {flex-wrap: wrap;}
    .ftr_sec:last-child {    justify-content: space-between; margin-top: 2rem;}
    .bootom_menu_footer {     padding: 1rem 0;}
    .bootom_menu_footer .row { display: flex;align-items: center;}
    .mobile_pagination {display: block;}
    .banner_img {height: 50.5vh;}
    .banner_content .text_lg {font-size: 2.2rem;}
    p {font-size: 1rem;}
    .form_secton .m_full {width: 100%;}
    .our_service_img img {height: 350px;}
    /* .amenities_grid .w-20 { width: 50%;} */
    .amenities_grid .amenities-list .amenities_box {background: transparent;border: 1px solid transparent;}
    .amenities_grid .amenities-list img {width: 60px;height: 60px;}
    .home_quote .quoteSwiper img {min-height: 30rem;object-fit: cover;}
    .home_quote {display: flex;flex-direction: column-reverse;}
    .about_home_right_bg { margin-top: 0; background: #f3f3f5; max-width: 100%; transform: translate(15%, 50%);}
    .home_quote .container {max-width: 100%;padding: 0;}
    .nav_testimonial {top: auto; justify-content: center; column-gap: 1rem; }
    .form_secton .enq_img {display: none;}
    .form_secton { margin-bottom: 3rem;}
    .ftr_sec_intro { width: 25.125rem; margin-right: 0; }
    footer { padding-top: 0;}
    .bootom_menu_footer .copyright_text {margin-bottom: 0;font-size: 0.8rem;}
    .amenities_grid {grid-template-columns: repeat(2, 1fr); }
    .mobile_view {display: flex;align-items: center;}
    /* .mobile_view a.number { position: absolute; background: var(--theme-color200); padding: 1rem; display: flex ; align-items: center; justify-content: center; border-radius: 100px; left: 1rem; } */
    .top_nav > li>a.active {color: var(--theme-color);}
    .top_nav > li>a.active::before, .top_nav > li:hover > a::before{opacity: 0;}


}



@media (min-width: 768px) and (max-width: 991px){ 
    .top_footer_inner {justify-content: center;flex-wrap: wrap;}
    .top_footer_left { margin-bottom: 1rem;}



 }

 @media (min-width:992px) and (max-width: 1100px){ 
    /* .top_nav>li>a { font-size: 0.813rem;     white-space: nowrap;   padding: 1.05rem 0.5rem 1.05rem;} */
    .header_logo {margin-right: 1rem;}

 }
 @media (max-width: 1280px){  
 .nav_testimonial {
    width: calc(100% + 0rem);
    left: 0rem;
    z-index: 9;
    bottom: 0;
    transform: translate(0);
}
.ftr_sec_intro {
    width: 14.125rem;
    margin-right: 1rem;
}

}

 @media (min-width:1100px) and (max-width: 1220px){ 
    .top_nav>li>a{ padding: 1.05rem 0.8rem 1.05rem;}

 }



@media (max-width: 767px){  
    .sm_banner{display: block;}
    .lg_banner{display: none;}
    section.footer_top_form {margin-top: 2rem;}
    /* .amenities_grid .w-20 { width: 50%;} */
    .amenities_grid {grid-template-columns: repeat(2, 1fr);display: grid;}
    .amenities_grid .col-3 {width: auto;}
    .bottom_header a.header_logo{position: static;}
    .our_service_img img {height: 350px;}
    .blog_ul_flex li{width: 100%;}
    .gall_listing li{width: 100%;}
    .banner_content .text_lg {font-size: 2.2rem;}
    body {line-height: 1.2;}
    html {font-size: 14px;}
    .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;text-align: center;}
    .ftr_social_icons ul {justify-content: center;}
    .open_hour li {justify-content: center;}
    .ftr_sec {flex: auto; width: 100%;padding-top: 1rem;margin: 0;}
    .tp_right_content { display: none; }
    .tp_mob_options { display: flex; }
    .amenities-list .title {padding: 0 1rem;}
    .bootom_menu_footer .text-end {text-align: center!important;}
    .common_padding { padding: 3rem 0;}
    .custom_form.adults, .custom_form.children, .custom_form.date {width: 50%;}
    /* Qutb Shahi Heritage Park CSS START */
    .sec_head {font-size: 2.125rem;}
    .facts_home_wrap .left_side {  margin-bottom: 2rem;}
    .heading_with_para >div {width: 100%;}
    .list_fact { overflow: auto;}
    .list_fact li { min-width: 15rem;}
    .about_home_inner { position: relative; flex-wrap: wrap;}
    .about_home_inner:first-child {flex-direction: column-reverse;}
    .map_location {justify-content: center;}
    .contact_form_inner {grid-template-columns: repeat(1, 1fr);padding-top: 1rem;}
    .contact_form_box:nth-child(odd) {  border: 0; }
    .about_home_wrap .right_side { position: static;margin-left:0;padding: 0rem 0 0;}
    /* .about_home_wrap .aboutHomeSlider {top: 0; left: calc(0px - var(--bs-gutter-x) * .5);  height: var(--height) !important;       width: calc(105% + var(--bs-gutter-x) * .5); z-index: -1; filter: brightness(0.5);} */
    .about_home_inner >div { width: 100%; padding: 1rem}
    .about_home_wrap .right_side svg { display: none; } 
    /* .about_home_wrap .aboutHomeSlider img { height: var(--height);object-fit: cover;} */
    .about_home_wrap .right_side .about-pagination  {display: none; }
    .about_home_inner .theme_btn  {border-color:var(--white); color: var(--white) !important; }
    .detail_img_item img {height: 18em;}
    .about_agakhan_trust_inner {flex-wrap: wrap;}
    .about_agakhan_trust_inner >div {width: 100%;}
    .about_agakhan_trust:before {width: 100%;}
    .about_agakhan_trust_inner .about_home_left_inner {padding-right: 0;}
    .about_agakhan_trust_inner .about_home_right {padding-left: 0;}
    .about_agakhan_trust_inner .about_home_right_bg {width: 100%;        margin-top: 3rem;}
    .about_agakhan_trust_inner .about_home_right_inner { padding: 2rem;}
    .blogSwiper .swiper-wrapper {height: 25rem !important;}

    .home_project_inner {flex-wrap: wrap; align-items: center;}
    .home_project_inner > div {width: 100%;}
    .home_project_inner .left_sec { position: absolute; z-index: -1; opacity: 0.3; width: 100%; left: 0;}
    .about_agakhan_trust {background-size: cover;}
    .conservation_home .story-next {height: 4.25rem;width: 4.25rem;}
    .conservation_home .story-next svg {height: 1.5rem;}
    .bootom_menu_footer .copyright_text {text-align: center;}
    .key_attractions_gallery {overflow: auto;}
    .key_attractions_gallery li {min-width: 20rem;}

    .heading_link_wrap {flex-wrap: wrap;}
    .heading_link_wrap .heading_wrap { margin-bottom: 2rem !important;}
    .gall_img .images img {min-height: 25em;height: auto;}
    .video_slider_main {width: 100%; padding:0 1rem ;}
    .showing_video_box {padding-left: 55px;}
    .home_video_wrapper .swiper-slide-active .play_icon {opacity: 1;pointer-events: all;}
    .vistor_info_home li {flex: initial;width: 48%;margin-bottom: 4%;}
    .vistor_info_home{gap: 0rem; flex-wrap: wrap; justify-content: space-between;}
    .vistor_info_home .hidden_data_all .title {font-size: 2rem;}
    /* .banner_img {height: auto;} */
    .commoncard .card-content, .commoncard .img-container{width: 100%;}
    .amenities .commoncard { flex-wrap: wrap; padding-top: 1rem; }
    .mob_link  {display: block;text-align: center;}
    .links_mob_btn_sm {display: none;}
    .video_slider_main { margin-top: 2rem;}
    .bannerSlider .ep-arrows{display: none;}
    .ftr_ntro_logo img {width: 10rem;}
    section.about_home_wrap .container {padding: 0;}
    .our_services_ul .slide {padding: 0;margin-bottom: 2rem;}
    section.home_quote {height: 400px !important;background-attachment: scroll !important;}
    .testimonial_slider {padding-bottom: 3rem;padding-top: 0rem;}
    .testimonial_slider .swiper-slide-active .testi_box {transform: translateY(0%) !important;}
    section.testimonial_home {padding-bottom: 2.5rem;padding-top: 5rem;}
    section.testimonial_home .heading_wrap {margin-bottom: 1rem;}
    section.testimonial_home .container {padding: 0;}
    .amenities .amenities_grid {grid-template-columns: repeat(1, 1fr);}
    .common_padding >.container {padding: 0;}
    .inner_about_right {padding: 0 !important;}
    .content-side {padding: 1rem 0rem;}
    .gallery_box {width: 49.33%; -ms-flex: 25%; flex: 49.33%; max-width: 49.33%;}
    .common_padding .about_heading {padding-right: calc(var(--bs-gutter-x)* .5);padding-left: calc(var(--bs-gutter-x)* .5);}
    .mob_link .link_arrow {display: inline-block;}
    .common_padding .content {padding-right: calc(var(--bs-gutter-x)* .5); padding-left: calc(var(--bs-gutter-x)* .5);}
    .common_padding .cms_page_content {padding-right: calc(var(--bs-gutter-x)* .5);padding-left: calc(var(--bs-gutter-x)* .5);}
    section.card_block > .container {padding: 0 !important;}
    .home_gallery .heading_link_wrap {padding: 0 1rem;}
    .inner_about_flex .inner_about_right {width: 100%;}
    .bannerSlider .swiper-wrapper{height: 50vh !important;}
    .main table th {padding: 8px 10px 8px;font: 600 13px / 20px 'Open Sans', sans-serif;letter-spacing: 0;}
    .home_gallery .btn_space2 {display: none;}
    .tripadvisor a {justify-content: center;}
    .sml-header .bottom_header .header_logo img{top: 0;}

 }