@media(max-width: 767px) {
    .top_search_popup .calenderContainer, .top_search_popup .headerCalenderContainer {
        width: auto !important;
        margin-right: 24px !important;
        top: 233px !important;
    }
    .map_container{
        display: none;
        padding: 0;
    }

    .hide-xs {
        display: none;
    }

    .visible-xs {
        display: block !important;
    }

    .header__navbar {
        padding: 0 1rem;
    }

    .header_left_side {
        width: 40px;
    }

    /* .header__black-logo {
        display: none;
    } */

    .header_menu {
        display: none;
    }

    .search_button_wrapper {
        padding-left: 1.25rem;
    }

    .search_popup {
        flex-direction: column;
        gap: 0.75rem;
        padding: 0.75rem;
    }

    .search_button_img_big {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        color: #fff;
        height: 3.3rem;
    }

    .mobile_menu {
        display: block;
        width: 100%;
    }

    .right_side {
        display: none;
    }

    .mobile_menu_button {
        background-color: transparent;
        border-color: transparent;
        padding: 0.25rem;
        width: 100%;
    }

    .header__language {
        display: none;
    }

    .footer_head {
        margin-bottom: 15px;
    }

    .footer_head_element {
        flex-basis: 50%;
        margin-bottom: 15px;
    }

    .footer_head_title {
        margin-top: 1rem;
    }

    /* .footer_head a {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    } */

    .footer__list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 15px -10px;
    }

    .footer__item {
        flex-basis: 50%;
        margin: 12px 0;
    }

    .text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .text-sm {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .text-md {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .text-lg {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .text-xl {
        font-size: 1.125rem;
        line-height: 1.375rem;
    }

    .text-2xl {
        font-size: 1.25rem;
        line-height: 1.625rem;
    }

    .text-3xl {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .text-5xl {
        font-size: 2.5rem;
        line-height: 3.25rem;
    }

    /* .header_banner_main {
        min-height: 90vh;
    } */

    .banner_below {
        padding: 2rem 2rem 0;
        margin-bottom: 80px;
    }

    .banner_flex {
        padding-bottom: 30px;
    }

    .heading_box h4 {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .heading_box p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .heading_box a {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    /* .mobile-slide-row{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        position: relative;
        height: auto;
        min-width: 100%;
    }
    .mobile-cols{
        text-decoration: none;
        color: inherit;
        flex-shrink: 0;
        flex-basis: 80%;
        margin-bottom: 1rem;
        padding-bottom: 10px;
    } */
    .all_btn {
        padding-top: 1.5rem;
        justify-content: center;
    }

    .party_heading,
    .latest-update-info {
        text-align: center;
    }

    .product-block__description {
        text-align: left;
    }

    .btn-theme-outline {
        font-size: 16px;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .btn-common {
        font-size: 14px;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .map_show {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 1;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .btn-blue {
        font-size: 14px;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .banner-btn {
        width: 100%;
        font-size: 14px;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .advertise_section {
        height: auto;
    }

    .advertise-container {
        padding: 2rem;
    }

    .left-update {
        width: 100%;
        text-align: center;
    }

    .latest-container {
        padding: 50px 28px;
    }

    .update_heading {
        margin-bottom: 1.25rem;
        line-height: 1;
    }

    .update_desc {
        margin-bottom: 2rem;
    }

    .subscribe_btn {
        font-size: 16px;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .email_input {
        height: 50px;
    }

    .list_container {
        padding: 30px 0 0;
    }

    .carousel__prev,
    .carousel__next {
        display: none !important;
    }

    .carousel__container {
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .carousel__item {
        flex: 0 0 40%;
        padding: 0 7px;
    }

    .carousel__image {
        height: 280px;
    }

    .mobile_menu_button svg path {
        fill: #fff;
    }

    .header__navbar-white .mobile_menu_button svg path {
        fill: #111827;
    }

    .banner_title {
        font-size: 2.5rem;
        line-height: 3.25rem;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .header__banner {
        top: 46%;
    }

    .search_button_wrapper.show .search_popup_wrapper .search_popup .search_popup_item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .banner-height {
        min-height: 45vh !important;
        height: 45vh;
    }

    .content_container {
        margin-top: 30px;
    }

    .btn-width {
        width: 100%;
    }

    .map_block {
        /* height: 350px;
        margin-top: 30px; */
    }

    .filter_list {
        display: flex;
        flex-direction: row;
        overflow-x: scroll;
        flex-wrap: nowrap;
        column-gap: 10px;
    }

    .filter_wrappers {
        column-gap: 10px;
    }

    .filter_list .button-dropdown {
        position: initial;
    }

    .filter_list li .dropdown-menu {
        width: 100%;
        position: fixed;
        top: auto;
        bottom: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        z-index: 13;
    }

    .scroll_card_body {
        height: auto;
    }

    .filter_list li .dropdown-menu ul li {
        width: 100%;
    }

    .popular_list .button-dropdown {
        position: initial;
    }

    .popular_list li .dropdown-menu {
        width: 100%;
        position: fixed;
        top: auto;
        bottom: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        z-index: 13;
    }

    .popular_list li .dropdown-menu ul li {
        width: 100%;
    }

    .custom_card_header {
        background-color: transparent;
        border: 0;
        position: relative;
    }

    .btn_close {
        position: absolute;
        top: 2px;
        left: 4px;
        font-size: 20px;
    }

    .overlay-mobile {
        background-color: rgba(0, 0, 0, .1);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 12;
        display: none;
    }

    .visible-mobile {
        display: block;
    }

    .review_container {
        margin: 20px 0 80px;
    }

    .review_info {
        margin-top: 20px;
    }

    .btn_review {
        width: 100%;
    }

    .wishlist_container {
        margin: 20px 0px 80px;
    }

    .actions_group {
        margin: 30px 0px 0px;
    }

    .booking_row {
        margin-bottom: 1.5rem;
    }

    .review_info_list li .cancel_badge {
        margin-top: 10px;
    }

    .manage_booking_row {
        margin-bottom: 2.5rem;
    }

    .center_text {
        text-align: center;
    }

    .card_row {
        row-gap: 1.5rem;
    }

    .address_list li .return_text {
        display: inline;
    }

    .top_search_popup .categoryModal {
        width: 88.3% !important;
    }

    .top_search_popup .locationContainer {
        width: 88.3% !important;
    }

    .top_search_popup .calenderContainer {
        width: 88.3% !important;
    }

    .mobile-font-lg {
        font-size: 1.25rem;
    }

    .rounded_option {
        padding: 5px 10px;
    }
    /* .ui-widget-content{
        width: calc(100% - 32px);
        margin-left: -16px;
    } */
    .ui-datepicker.ui-widget-content{
        width: auto;
    }
}

@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: #fff;
    }

    .header__navbar-white .mobile_menu_button svg path {
        fill: #111827;
    }

    .right_side {
        display: none;
    }

    /* .header_banner_main {
        min-height: 78vh;
    } */

    .banner-height {
        min-height: 54vh !important;
        height: 54vh;
    }

    .carousel__prev {
        left: -15px;
    }

    .carousel__next {
        right: -15px;
    }

    .carousel__image {
        height: 240px;
    }

    .banner_below {
        padding: 2rem 2rem 0;
        margin-bottom: 80px;
    }

    .banner_flex {
        justify-content: start;
        column-gap: 10px;
        padding-bottom: 2rem;
    }

    .latest-update-info {
        text-align: center;
    }

    .actions_group {
        margin: 30px 0px 0px;
    }

    .manage_booking_row {
        margin-bottom: 3rem;
    }

    .booking_row {
        margin-bottom: 2rem;
    }

    .filter_wrappers {
        column-gap: 10px;
    }

    .filter_list {
        display: flex;
        flex-direction: row;
        overflow-x: scroll;
        flex-wrap: nowrap;
        column-gap: 10px;
    }

    .filter_list .button-dropdown {
        position: initial;
    }

    .card_info {
        align-items: center !important;
    }
}

@media only screen and (min-width: 1224px) {
    .header_menu_item .dropdown-menus {
        width: 70%;
    }
}