@media (min-width: 1800px) {
    #sidebar_info .owl-carousel .owl-stage-outer {
        min-width: 31834px;
        width: 31834px;
    }
}
@media (min-width: 1900px) {
    .listing_bottom .comments {
        line-height: 28px;
        padding-bottom: 1px;
        width: 100%;
        flex-direction: row-reverse;
        align-items: baseline;
    }
}
@media (max-width: 1700px) {
    #sidebar_info {
        width: 25%;
    }

    @media (max-width: 767px) {
        .section_heading h1 span {
            display: inline-block;
        }
        .home_exp_row {
            row-gap: 15px;
        }
        .hide-xs {
            display: none;
        }
        .header {
            min-height: 55px;
            transform: none;
            top: 0;
        }
        .header_sticky {
            /* transform: translateY(100%)!important; */
            /* top: -60px; */
            transform: none;
            transition: 300ms ease all;
        }
        .header_navbar {
            height: 60px;
            padding: 0px 15px;
            /* css for custom container */
        }
        .header_menu {
            display: none;
        }
        .mobile_menu {
            display: block;
        }
        .right_side {
            display: none;
        }
        .mobile_menu_button {
            background-color: transparent;
            border-color: transparent;
            padding: 0.25rem;
        }
        .mobile_menu_button svg path {
            fill: #181818;
        }
        .header_content {
            margin-top: 50px;
            padding: 0px 15px;
        }
        .header_banner {
            padding-top: 60px;
            padding-bottom: 70px;
        }
        .banner_heading h1 {
            font-size: 25px;
            line-height: 30px;
        }
        .banner_heading p {
            font-size: 15px;
            line-height: 24px;
        }
        .search_wrapper {
            margin-top: 20px;
        }
        .search_item {
            margin-bottom: 12px;
        }
        .search_bottom_action {
            flex-direction: column;
            margin-top: 0.5rem;
        }
        .search_actions {
            flex-direction: column-reverse;
            width: 100%;
        }
        .search_actions .search_btn {
            width: 100%;
            margin-bottom: 14px;
        }
        .search_actions .search_advance {
            width: 100%;
            text-align: left;
        }
        .section_heading {
            padding: 0px 15px;
        }
        .section_heading h1 {
            font-size: 48px;
            line-height: 56px;
        }
        .box_wrapper {
            padding: 0px 15px;
            margin-top: 40px;
        }
        .inner_section_space {
            padding-bottom: 90px;
        }
        .section_space {
            padding-top: 70px;
        }
        
        .button_group .btn_outline {
            margin-right: 0;
            margin-bottom: 5px;
        }
       
        .our_works {
            padding: 50px 0px 80px;
        }
        .section_heading_light h1 {
            font-size: 48px;
            line-height: 56px;
        }
        .join_info {
            padding: 0px 15px;
        }
        .join_actions {
            margin-top: 1.5rem;
        }
        .join_actions .btn_theme {
            margin-bottom: 5px;
        }
        .join_actions .btn_black {
            margin-bottom: 5px;
        }
        .footer_block {
            text-align: center;
        }
        .mobile_footer_box {
            border-bottom: 1px dashed rgba(24, 24, 24, 0.1);
            margin-bottom: 30px;
            padding-bottom: 15px;
        }
        .no_border {
            border: 0;
            margin: 0;
            padding: 0;
        }
        .footer_input {
            margin-bottom: 60px;
        }
        .copyright {
            text-align: center;
        }
        .copyright img {
            display: block;
            width: 80px;
            margin: auto auto 25px auto;
        }
        .footer_social {
            margin-top: 40px;
        }
        .footer_social ul li {
            margin-right: 15px;
        }
        .map_container {
            height: 80vh !important;
            display: block;
        }
        #map {
            min-height: 100%;
        }
        #sidebar_box {
            position: static;
            width: 100%;
         
        }
        #sidebar_box.active {
            transform: none;
        }
        #sidebar_box .toggle-btn {
            display: none;
        }
        .listing_form {
            padding-bottom: 20px;
        }
        .search_listing_actions {
            text-align: center;
        }
        .search_listing_actions a {
            padding: 1.0625em 1.875em;
        }
        
        .selectBox {
            width: 150px;
        }
        .product_tabs {
            justify-content: center;
        }
        .product_listing_view {
            margin-top: 15px;
        }
        .product_tab_content {
            margin-top: 15px;
            margin-bottom: 0;
        }
        #sidebar_info {
            width: 100%;
            /* height: 80vh; */
        }
        #sidebar_info.active {
            position: absolute;
        }
        .load_more {
            margin-top: 30px;
        }
        .write_review a:first-child {
            padding-right: 8px;
        }
        .write_review a i {
            margin-right: 3px;
        }
        .about_wrapper {
            padding-top: 4rem;
        }
        .block_data {
            padding-left: 15px;
            padding-right: 15px;
        }
        .about_content_holder p {
            padding: 0px 30px;
        }
        .team_spacer {
            margin-bottom: 40px;
            margin-top: 40px;
        }
        .team_box {
            width: 100%;
        }
        .team_box_small {
            width: 60%;
        }
        .team_row {
            row-gap: 40px;
        }
        .order-2-mobile {
            order: 2;
        }
        .order-1-mobile {
            order: 1;
        }
        .block_section_space {
            padding-bottom: 3.5rem;
            margin-bottom: 3.5rem;
        }
        .contact_map_container {
            height: auto;
        }
        #sidebar_contact {
            position: static;
            margin: 0;
            width: 100%;
            transform: none !important;
            height: 100%;
            opacity: 0;
        }
        #sidebar_contact.active {
            opacity: 1;
        }
        .contact_separator .section_heading {
            padding: 0px;
        }
        .contact_add_map .contact_block_list li:last-child {
            margin-bottom: 16px;
        }
        .contact_card {
            margin-bottom: 40px;
        }
        .contact_inner_box {
            padding: 30px 30px 16px;
        }
        .works_row {
            padding-top: 60px;
        }
        .work_inner_row {
            padding-bottom: 3rem;
            margin-bottom: 3rem;
            row-gap: 30px;
        }
        .visitor_slider .item {
            padding: 0;
        }
        .visitor_slider .owl-nav {
            display: none;
        }
        .package_action {
            margin-top: 40px;
        }
        .active_package {
            margin-top: 0;
        }
        .package_row {
            row-gap: 40px;
        }
        .packages_section {
            padding-top: 4.5rem;
            padding-bottom: 6.5rem;
        }
        .package_wrapper {
            margin-top: 80px;
            padding: 0px 15px;
            /*css for custom container */
        }
        .package_info {
            padding: 0px 15px;
        }
        .advantage_box {
            padding-top: 75px;
            max-width: 100%;
            padding-left: 30px;
            padding-right: 30px;
        }
        .advantage_content {
            max-width: 100%;
            padding-left: 30px;
            padding-right: 30px;
            padding-bottom: 40px;
        }
        .adv_row {
            row-gap: 40px;
        }
        .right_shift {
            text-align: left;
        }
        .adv_actions {
            display: inline-grid;
        }
        .select_category .select2-selection__rendered {
            margin-top: 2% !important;
        }
        .results_wrapper {
            padding-top: 0 !important;
        }
        .visible-in-mobile {
            display: block;
        }
        .banner_row_content {
            row-gap: 20px;
        }
        .same-row {
            margin-top: 0;
        }
        .dropdown_list_mobile {
            position: relative;
        }
        .footer_logo img {
            margin-bottom: 40px;
        }
        .footer_box {
            text-align: left;
        }
        .menu_heading {
            padding: 0em 0 0em 2em;
        }
        .menu_heading h3 {
            color: #fff;
        }
        .language_item span {
            font-size: 14px;
            color: #fff;
            display: block;
            position: relative;
            font-weight: 700;
            line-height: 1.1;
        }
        .language_item:hover {
            background-color: transparent;
        }
        .w-md-100 {
            width: 100% !important;
        }
        .w-md-50 {
            width: 50% !important;
        }
        .w-md-33 {
            width: 33.333% !important;
        }
        .left_inner_wrapper {
            height: unset;
            overflow: auto;
        }
        .when_where_mobile {
            margin: 15px;
        }
        .when_where_mobile_inner {
            padding: 10px 0 5px 20px;
            border-radius: 10px;
            border: 1px solid #e8e7eb;
            background: #fff;
        }
        .when_where_mobile img {
            width: 25px;
            height: 25px;
            flex-shrink: 0;
            margin-right: 10px;
        }
        .when_where_mobile span {
            line-height: 0;
        }
        .when_where_mobile .info h6 {
            color: #8b8899;
            font-family: Inter;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            /* 21px */
            margin: 0;
        }
        .when_where_mobile .info small {
            color: #8b8899;
            font-family: Inter;
            font-size: 10px;
            font-style: normal;
            font-weight: 300;
            line-height: 150%;
            /* 15px */
        }
        .when_where_mobile .info small.who {
            color: #000;
        }
        .filters_shortby_mobile {
            margin: 15px;
            display: flex;
            justify-content: space-between;
        }
        .filters_shortby_mobile .filters_btn {
            transition: all 200ms ease;
            display: inline-block;
            background: #fff;
            color: var(--primary);
            padding: 6px 12px;
            border-radius: 10px;
            font-size: 14px;
            /* border: 1px solid var(--primary); */
        }
        .filters_shortby_mobile .filters_btn:hover {
            color: #fff;
            text-decoration: none;
            background: var(--primary);
        }
        #sidebar_box .header-wrapper {
            margin-top: 0;
        }
        .when_where_toggle_button {
            cursor: pointer;
        }
        .modal_head {
            color: var(--Black, #161032);
            font-size: 14px;
            font-weight: 700;
            line-height: 150%;
            /* 21px */
            padding: 15px 20px 0;
        }
        #where_box h3 {
            padding: 0;
        }
        /* .when_where_wrapper {
      padding-top: 2rem;
      gap: 10px;
      background: #fff;
      position: fixed !important;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 9999;
      justify-content: flex-start;
    } */
        
       
        .make-modal {
            width: 100% !important;
            overflow-y: auto;
            overflow-x: hidden;
            /* overflow: hidden; */
            /* height: 100vh; */
            padding-top: 2rem;
            gap: 10px;
            background: #fff;
            position: fixed !important;
            top: 0 !important;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 99999 !important;
            justify-content: flex-start;
            margin: 0;
            height:100%;
            padding: 15px !important;
            visibility: visible !important;
            opacity: 1 !important;
            max-height: none !important;
            /* transform: translateY(0) !important; */
        }
        #sortBox .dropdown-menu {
            transform: translateY(0%) !important;
        }
        #sortBox .dropdown-menu .dropdown-items.selected {
            font-weight: 700;
        }
        .listing_search_item_container .search_listing_actions {
            align-items: flex-end;
        }
        .listing_form {
            height: 100%;
        }
        .listing_form .row {
            height: 100%;
            flex-direction: column !important;
        }
        .fixed-md-button {
            position: fixed;
            bottom: 22px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 999;
            width: 164px !important;
            height: 46px;
            line-height: 1;
        }
        .close_button {
            position: fixed !important;
            top: 0 !important;
            height: 50px;
            display: flex;
            align-items: flex-end;
            /* width: 100%; */
            background: #fff !important;
        }
        .close_button.js-modal-close img {
            position: static !important;
            height: 30px !important;
            width: 30px !important;
        }
        .filter_box {
            padding-bottom: 3.5rem;
        }
        .left_inner_wrapper {
            overflow: hidden !important;
        }
        .z-1 {
            z-index: 1 !important;
        }
        .make-modal .locationContainer {
            position: static;
        }
        .activity_card_wrapper {
            min-height: 0 !important;
        }
        #mobile_sidebar_info.active {
            display: block !important;
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            background: #fff;
        }
        .daterangepicker {
            direction: ltr;
            text-align: left;
            width: auto;
        }
        .daterangepicker .drp-calendar.left {
            clear: none !important;
        }
        .daterangepicker .drp-calendar.left {
            clear: left;
            margin-right: 0;
        }
        .daterangepicker .ranges,
        .daterangepicker .drp-calendar {
            float: left;
        }
        .daterangepicker .drp-calendar.right {
            margin-left: 0;
        }
        .daterangepicker .drp-calendar.right .calendar-table {
            border-left: none;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .datedaterangepicker.ltr.show-calendar {
            width: 100% !important;
        }
        .age_band_input {
            width: 100% !important;
        }
        .z-5x9 {
            z-index: 999999 !important;
        }
        #sidebar_info .experience_box .image_wrapper {
            display: none;
        }
        #sidebar_info .experience_box .image_wrapper:first-child {
            display: block;
        }
        #sidebar_info .places_box {
            flex-direction: row !important;
        }
        #sidebar_info .image_inner_box {
            width: calc(100% / 3) !important;
        }
        #sidebar_info .info_places {
            width: calc(200% / 3) !important;
            gap: 0px !important;
            margin-top: -4px;
        }
        .listing_bottom .comments {
            /* flex-direction: row !important; */
            gap: 4px;
            /* align-items: center; */
        }
        /* .actions_body__dropdown.age_band {
            padding: 1.5rem;
            position: absolute;
            left: 0;
            
            top: 100%;
            width: 100%;
            min-width: 100%;
            background-color: #fff;
            border: 1px solid var(--grey-200);
            border-radius: 0.625rem;
            z-index: 9999;
        } */
    }
}
@media screen and (max-width: 768px) {
    .price-input {
        flex-direction: row;
        align-items: center;
    }

    .price-field {
        margin-bottom: 10px;
    }
}
@media (min-width: 1024px) and (max-width: 1400px) {
    /* .left_side_wrapper {
  width: 60%;
  transition: 1000ms cubic-bezier(0.23, 1, 0.32, 1) all;
} */
    /* .map_container {
  
  width: 40%;
} */
    .experience_box {
        flex-direction: column;
    }
    #sidebar_box {
        width: 46%;
    }
    .places_box .image_inner_box {
        width: 100%;
        /* aspect-ratio: 3/2; */
    }
    .places_box .info_places {
        width: 100%;
        margin-top: 22px;
    }
    .header-wrap {
        flex-direction: column;
    }
    .header-wrap .ratings {
        align-items: flex-start;
    }
    .info_places h3 {
        margin-bottom: 6px;
        font-size: 18px;
    }
    .services_included {
        line-height: 1.5;
    }
    .listing_bottom .comments {
        line-height: 20px;
        padding-bottom: 0;
    }
    /* .toggle-btn-map {
  
  left: 22.25rem;
} */
    .info_places .contact_info {
        margin-bottom: 8px;
        margin-top: 10px;
    }
    .toggle-btn-map {
        left: 33.5rem;
    }
}
@media (max-width: 1024px) {
    .listing_form {
        width: 100%;
        max-width: 100%;
    }
    .image_inner_box.owl-reponsive.owl .owl-stage {
        min-width: 10320px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .header_menu {
        display: none;
    }
    .mobile_menu {
        display: block;
    }
    .mobile_menu_button {
        background-color: transparent;
        border-color: transparent;
        padding: 0.25rem;
    }
    .mobile_menu_button svg path {
        fill: #181818;
    }
    .right_side {
        display: none;
    }
    .header {
        min-height: 60px;
        transform: none;
        top: 0;
    }
    .header_sticky {
        /* transform: translateY(100%)!important; */
        /* top: -60px; */
        transform: none;
        transition: 300ms ease all;
    }
    .header_navbar {
        height: 60px;
        padding: 0px 15px;
    }
    .dropdown_list_mobile {
        position: relative;
    }
}
/* 24-02-2024 */
@media screen and (max-width: 576px) {
    .header-wrapper h3 {
        padding-left: 0;
    }
    .listing_container {
        padding: 0px 1rem 30px;
    }
    .product_tab_content {
        margin-top: 0 !important;
        margin-bottom: 0;
    }
    .listing_bottom .comments {
        line-height: 20px;
    }
    .amount-group {
        margin-bottom: 0;
    }
    .daynights {
        margin-top: 0;
    }
    .show_all_rooms {
        margin-top: 4px;
        margin-bottom: 10px;
    }
    .owl-carousel .owl-stage-outer {
        transform: translate3d(0, 0, 0);
        width: auto;
    }
    .image_inner_box.owl-reponsive.owl .owl-stage {
        min-width: 12366px;
    }
    #sidebar_info .owl-carousel .owl-stage-outer {
        transform: translate3d(0, 0, 0);
        width: auto;
    }
    .left_inner_wrapper {
        padding-top: 4px !important;
        padding-right: 0 !important;
    }
    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0;
        width: 100%;
        padding: 10px 0 0 0px;
    }

    .daterangepicker .drp-calendar.right {
        margin-left: 0;
        width: 100%;
        padding: 0 0 0 0px;
    }
    .daterangepicker .calendar-table td {
        height: 57px;

        width: 40px;
    }
    .when_where_wrapper .row .col-md-3 {
        /* padding-left: 0; */
        z-index: 2;
        margin-top: 0;
        padding: 0;
    }
    .modal-box.make-modal {
        margin-top: 29px !important;
    }
    .input-wrapper {
        position: relative;
        display: inline-block;
        width: 100%;
        margin-top: 0 !important;
        margin-bottom: 10px;
    }
    .close_button {
        position: fixed !important;
        top: 0 !important;
        height: 41px;
        display: flex;
        align-items: flex-end;
        /* width: 100%; */
        background: #fff !important;
        right: 10px;
    }
    .owl-dots {
        margin: 10px 0 0;
    }
    .listing_bottom .comments {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-end;
    }
    .exact_address {
        display: none;
    }
    .services_included {
        line-height: 1.5;
    }
    .info_places .contact_info {
        margin-bottom: 0;
    }
    #sidebar_info .comments {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
    }
    #sidebar_info .info_places h3 {
        font-size: 18px;
    }
    #sidebar_info .amount-group + div {
        font-size: 10px;
        margin-left: 7px;
    }
    #sidebar_info .info_places_top {
        margin-top: 0;
    }
    #sidebar_info .owl-dots {
        display: none;
    }
    .soldOut {
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .header__container {
        position: fixed;
        top: 0;
    }
    .stickyMobile {
        display: flex;
        flex-direction: row;
        position: fixed;
        top: 56px;
        z-index: 4;
        background: #fff;
        width: 100%;
        padding: 5px 0;
    }
    .stickyMobile .when_where_mobile.row {
        width: 76%;
        margin: 0 5px 0 12px;
        padding: 5px;
    }
    .stickyMobile .when_where_mobile.row .when_where_mobile_inner {
        padding: 0px 0 0px 12px;
        border-radius: 10px;
        border: 1px solid #e8e7eb;
        background: #fff;
    }
    .stickyMobile .filters_shortby_mobile {
        width: 25%;
        display: flex;
        flex-direction: row;
        margin: 0;
        align-items: center;
        justify-content: flex-start;
    }
    .stickyMobile .filters_shortby_mobile .filters_btn {
        transition: all 200ms ease;
        display: inline-block;
        background: #fff;
        color: var(--primary);
        padding: 5px 0;
        border-radius: 22px;
        font-size: 12px;
        margin-right: 10px;
        border: 1px solid #e8e7eb;
        text-align: center;
        width: 30px;
        height: 30px;
    }
    .filters_btn i {
        margin-right: 0 !important;
    }
    .results_wrapper {
        padding-top: 6.25rem;
        position: relative;
        z-index: 2;
        top: 124px;
    }
    .closeMb {
        display: block;
    }
    .closeDesk {
        display: none;
    }
    /* html,body,.section_limited_width_big, .results_wrapper,.map_container{
  height:100% !important;
} */
    /* #map {
        height: 82vh;
    } */
    .actions_body__btn_field {
        padding: 0rem !important;
    }
    .clear-icon {
        padding-right: 0;
    }
    .gm-style-mtc {
        display: none !important;
    }
    .gm-fullscreen-control {
        display: none !important;
    }

    .gm-bundled-control {
        display: none !important;
    }

    .gm-bundled-control-on-bottom {
        display: none !important;
    }

    .gm-style-cc {
        display: none !important;
    }
    .listing_form {
        padding-top: 0 !important;
    }
    .filter_box {
        padding-bottom: 5.5rem !important;
        /* bottom: 100px; */
    }
    .make-modal .locationContainer {
        position: static;
        padding: 0;
        border: 0;
    }
    .input-wrapper {
        margin-bottom: 0;
    }
    .locationItem {
        padding-left: 0;
    }
    .daterangepicker th.month {
        width: auto;
        text-align: left !important;
        padding-left: 16px;
        font-size: 16px;
    }
    /* .calendar-table .table-condensed thead tr:first-child th:first-child {
        width: 0px;
        display: none;
    } */
    .daterangepicker th.month ~ .daterangepicker th {
        display: none;
    }
    .rightWrapper {
        padding-top: 0;
        width: 100%;
    }
    /* .rightWrapper {
        position: relative;
        overflow-y: scroll;
        max-height: 676px;
    } */
    .left_side_wrapper {
        width: 285px;
    }
   
    .listing_search_item label {
        font-weight: 600;
        margin-bottom: 10px !important;
    }
    .error_text, .error_text_price {
        position: relative;
        top: -11px;
    }
    .age_item__room_title,
    .max_min span {
        color: #000000;
    }
    .listing_form .row > :last-child {
        position: fixed;
        bottom: 20px;
        width: 92%;
    }
    #sidebar_info.active {
        position: fixed;
    }
    .when_where_wrapper .row .col-md-3 {
        /* padding-left: 0; */
        z-index: 2;
        max-width: 100%;
    }
    .when_where_mobile .info h6 {
        color: #000000;
        line-height: 1;
        margin: 10px 0 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 70%;
        overflow: hidden;
    }
    .when_where_mobile span {
        line-height: 5px;
        display: flex;
        margin: 5px 0;
    }
    .when_where_mobile .info small {
        color: #8b8899 !important;
    }
    #loaderCont h3 {
        font-size: 16px;
        line-height: 1.5;
    }
    .modal_head {
        display: block;
    }
    .show_map.outlined_button {
        color: var(--primary);
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400 !important;
        line-height: 150%;
        width: 100%;
        border: none;
        /* 24px */
    }
    .show_map.outlined_button button.map_sidebar_toggler {
        color: var(--primary) !important;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400 !important;
        line-height: 150%;
        width: 100%;
        border: 1px solid var(--primary) !important;
        background: #fff !important;
        box-shadow: none;
        border-radius: 10px;
    }
    #sidebar_info {
        position: fixed;
    }
    .filter-wrapper {
        display: flex;
        justify-content: center;
        margin: 6px auto 0 auto;
        /* background: #fff; */
        max-width: 100%;
        width: 100% !important;
        background: #fff;
        padding: 10px;
        height: 70px;
        bottom: 0;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    }
    #loaderCont {
        z-index: 99999 !important;
    }
    .sort_filter_box .modal_head {
        padding-top: 20px;
    }
    #filter_box .modal_head,
    .daterangepicker .modal_head {
        padding-top: 10px;
    }
    /* #where_box .modal_head {
        display: none;
    } */
    .modal-box.make-modal {
        margin-top: 10px !important;
    }
    /* #where_box .modal_head {
        margin-top: 10px !important;
    } */
    #sidebar_info .owl-carousel .owl-stage {
        width: 11866px;
    }
    .service-wrapper.food_service {
        margin: 0px 0;
    }
    .slider-container {
        
        margin-top: 12px;
    }
    .actions_body__btn_field {
        margin-top: 0 !important;
        width: auto;
    }
    .actions_body__dropdown {
        
        min-height: 100% !important;
    }
    .mobile_menu_dropdown h3{
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        margin-top:0.75rem;
    }
    .close_button_mobileModal {
        position: absolute;
        right: 10px;
        top: 11px;
    }
    button.primary-btn.age_band__submit__mobile {
        width: 205px;
        margin: auto;
        display: block;
        height: 50px;
        position: absolute;
        bottom: 44px;
        left: 50%;
        transform: translateX(-50%);
    }
    .age_band_mobile {
        
        
        overflow-y: scroll;
        overflow-x: hidden;
        padding-bottom: 110px;
    }
    .age_band__content {
        margin-bottom: 1rem;
        margin-top: 20px;
        overflow: hidden;
        max-height: 523px;
        overflow-y: scroll;
    }
    .age_band_container {
        
        margin-bottom: 6px !important;
    }
    .age_band_mobile .age_band__select {
        margin-top: 15px;
    }
    .close_menu_btn_calendar {
        position: absolute;
        right: 11px;
        top: 11px;
    }
    .daterangepicker {
        border:none;
        padding: 15px;
    }
    .actions_body__btn_field_wrapper {
        margin-bottom: 10px;
    }
    #bookingflow__popup {
       
        z-index: 9999;
    }
    .header {
        border:none !important;
        
    }
    .header_left_side {
        width: 100%;
        display: block;
        /* height: 40px; */
    }
    .header__mobile_modal  .header__navbar {
        position: static !important;
        max-width: 135% !important;
        height: 23px !important;
        padding: 0 1rem;
        display: block !important;
    }
    #bookingflow__popup {
       
        top: -1px;
        left: -1px;
    }
    .actions_body__btn_field_wrapper.calendar_wrapper {
        z-index: 2 !important;
    }
    .when_where_wrapper {
                border: none;
    }
    .daterangepicker {
        border: none;
        padding: 0 15px;
    }
    .sort_filter label {
        font-weight: bold;  
    }
    
    .experience_box {
        
        margin-bottom: 30px !important;
    }
    .map_container {
        display: block;
        position:fixed !important;
        top:128px !important;
    }
    
    .update_search_btn .search_btn {
        width: 92% !important;
        max-width: 92% !important;
    }
    
.modal_head_main,.modal_head {
   
    margin-bottom:21px;
}
.sort_filter .dropdown-items {
    border-bottom: none;
    padding: 0px 0.5em 14px 16px;
}
.age_item__room_title {
    margin-bottom: 15px;
}
.age_band__select_add_room{
 
    float: right;
}
.when_where_mobile .info small.who{
    margin-left:2px;
}
html, body, .wrapper, .wrappercontainer { 
    height:100%
}
.locationContainer {
    width: 100% !important;
    
}
.categoryItem, .locationItem {
    
    padding-bottom:5px !important;
    padding-top: 5px !important;
    padding-left: 0 !important;
}
/* #sidebar_box {
    position: static;
    width: 100%;
    overflow-y: unset;
    height:auto;
    transition: none;
} */
/* .wrapper {
    width:100%;
}
.wrappercontainer{
    max-height: 100%;
    display: block;
    overflow: hidden;
    height: 100%;
    position: fixed;
} */
.locationModal {
    padding: 0px 10px 0 0px !important;
}
}
