.select_location_modal.custom_modal .modal-dialog {
    max-width: 693px;
}

.select_location_modal.custom_modal .modal-dialog .modal-content .modal-header {
    border-bottom: none;
    box-shadow: none;
    padding: 24px;
}

.select_location_modal.custom_modal .modal-dialog .modal-content .modal-header .modal-title {
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
}

.select_location_modal.custom_modal .modal-dialog .modal-content .modal-body {
    padding: 0 24px 24px;
}

.select_location_modal .modal-content {
    border: 1px solid #EEEFF0;
    border-radius: 24px;
    box-shadow: 0px 0px 16px 0px #00000040;
}

.select_location_modal .near-me-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid #E8E8E8;
    border-radius: 16px;
    background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 139.29%);
    padding: 16px;
    width: 100%;
    margin-bottom: 24px;
    color: #2C2C2C;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
}

.select_location_modal .near-me-btn img {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(47%) sepia(62%) saturate(489%) hue-rotate(118deg) brightness(96%) contrast(91%);
}

.select_location_modal .near-me-btn:hover {
    border-color: #21A086;
    color: #21A086;
}


.select_location_modal .popular-city-title {
    margin-bottom: 12px;
    text-align: center;
    color: #737373;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
}

.popular-city-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.select_location_modal .popular-city-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(33.33% - 8px);
    height: 60px;
}

.select_location_modal .popular-city-card img {
    width: 100%;
    height: 100%;
    max-height: 60px;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.select_location_modal .popular-city-card span {
    position: absolute;
    inset: 0;
    margin: auto;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    height: fit-content;
    transition: all 0.4s ease-in-out;
}

.select_location_modal .popular-city-card:hover span {
    font-size: 17.81px;
}

.select_location_modal .popular-city-card:hover img {
    transform: scale(1.05);
}

.select_location_modal .accordion-body,
.select_location_modal .collapse.show,
.select_location_modal .accordion-item {
    display: block !important;
}

.select_location_modal .accordion-body {
    padding: 0;
}

.select_location_modal .accordion-item {
    border: none;
}

.select_location_modal .accordion-button {
    background: transparent;
    padding: 0;
    box-shadow: none !important;
    position: relative;
}

.select_location_modal .accordion-button span {
    flex-grow: 1;
    text-align: center;
    color: #737373;
    font-size: 16px;
    font-weight: 500;
}

.select_location_modal .accordion-button:not(.collapsed)::after {
    rotate: 180deg !important;
    background: url('../images/chevron-down.svg') no-repeat center center;
}

.select_location_modal .accordion-button.collapsed::after {
    rotate: -180deg !important;
    background: url('../images/chevron-down.svg') no-repeat center center;
}

.select_location_modal .collapse {
    transition: all 0.4s ease-in-out;
}

.select_location_modal .all-city-list {
    display: flex !important;
    flex-wrap: wrap;
    column-gap: 40px;
}

.select_location_modal .all-city-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    border-bottom: 1px solid #E8E8E8;
    color: #2C2C2C;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    transition: all 0.4s ease-in-out;
    width: calc(50% - 20px);
}

.select_location_modal .all-city-list a:hover {
    color: #21A086;
    font-weight: 700;
}

.appnow_wrapper {
    padding: 22px 64px 0px 44px;
    border-radius: 40px;
}

.leading_section {
    margin-top: 106px;
    background: #F3F3F3;
}

.footer_main,
.appnow_section {
    background: #F3F3F3;
}

footer.footer_main {
    margin-top: 0;
    padding-top: 44px;
}

.section_heading_36 {
    color: #000000;
}

.mobile_bottom_menu {
    padding-top: 120px;
}

.leading_section .leading_wrapper {
    border-radius: 40px;
    background: #FFFFFF;
}

.leading_section .leading_wrapper .leading_left_wrapper h4 {
    font-size: 24px;
}

.leading_section .leading_wrapper .leading_left_wrapper .leading_left_inner p {
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.partner-link a {
    color: #21A086;
    font-weight: 600;
    font-size: 16px;
    padding: 9px 12px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #21A08670;
    border-radius: 12px;
    box-shadow: 0px 2px 10px 0px #C0C0C036;
    transition: all 0.4s ease-in-out;
}

.partner-link a:hover {
    color: #FFFFFF;
    background: #21A086;
    border-color: #21A086;
}

.looking_for_section {
    padding: 62px 0 44px 52px;
    border-radius: 44px;
    position: relative;
    margin-top: 136px !important;
}

.section_heading_48 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.looking_for_section .looking_for_vector {
    top: -46px;
}

.looking_for_left_wrapper .paragraph_txt.paragraph_24 {
    font-family: "Poppins", sans-serif;
    padding-bottom: 0 !important;
    margin-bottom: 44px !important;
}

.looking_for_section .looking_for_left_wrapper .btn_primary {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 20px 40px;
    box-shadow: 0px 4.42px 22.12px 0px #00000036;
}

#ui-datepicker-div {
    display: none;
}

.popular-location-section {
    padding: 40px 0 0;
}

.popular-location-section h4 {
    margin-bottom: 6px;
    color: #2C2C2C;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
}

.location-title {
    margin: 0;
    font-weight: 700;
    font-size: 88px;
    line-height: 92px;
    width: fit-content;
}

.popular-location-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 12px;
}

.popular-location-title h5 {
    margin: 0;
    color: #2C2C2C;
    font-weight: 600;
    font-size: 24px;
}

.popular-location-title a {
    font-weight: 700;
    color: #21A086;
    font-size: 20px;
    text-decoration: none;
}

.popular-location-title a:hover {
    text-decoration: underline;
}

.location-title.surat-title {
    background: url('../images/text-bg-surat.png') center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 auto 12px;
}

.popular-location-cards::-webkit-scrollbar {
    display: none;
}

.popular-location-cards {
    display: flex;
    gap: 32px;
    overflow: auto;
    margin-bottom: 44px;
    width: 100%;
}

.popular-location-cards .common-card {
    min-width: 295.5px;
    width: 100%;
}

.popular-location-cards .card-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 12px;
}

.popular-location-cards .common-card:hover .house-img {
    scale: 1.05;
}

.popular-location-cards .common-card:hover .title {
    color: #21A086;
}

.popular-location-cards .house-img {
    width: 100%;
    height: 243px;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.popular-location-cards .favorite-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popular-location-cards .favorite-btn.saved::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 20px;
    background: url('../images/favorite-fill-icon.svg') no-repeat center center;
    background-size: contain;
}

.popular-location-cards .favorite-btn img {
    width: 22px;
}

.popular-location-cards .rating {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: #F57E27;
    border-radius: 12px 12px 20px 20px;
    padding: 4px 0 0;
}

.popular-location-cards .f-sure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.popular-location-cards .f-sure img {
    width: 12px;
    height: 12px;
}

.popular-location-cards .f-sure span {
    color: #FFFFFF;
    font-weight: 600;
    font-style: italic;
    font-size: 12px;
}

.popular-location-cards .total-rating {
    gap: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    background: #FFFFFF;
    border-radius: 30px;
}

.popular-location-cards .total-rating img {
    width: 12px;
    height: 12px;
}

.popular-location-cards .total-rating span {
    color: #000000;
    font-weight: 500;
    font-size: 10px;
}

.popular-location-cards .title {
    margin-bottom: 6px;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popular-location-cards .location {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    gap: 6px;
}

.popular-location-cards .location img {
    width: 16px;
    height: 16px;
}

.popular-location-cards .location span {
    color: #646464;
    font-weight: 400;
    font-size: 16px;
}

.popular-location-cards .location .location-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popular-location-cards .location .location-km {
    position: relative;
    padding-left: 10px;
}

.popular-location-cards .location .location-km:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #737373;
    margin: auto;
}

.popular-location-cards .price {
    display: flex;
    align-items: center;
    gap: 0;
}

.popular-location-cards .price img {
    width: 16px;
    height: 16px;
}

.popular-location-cards .price p {
    margin: 0;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    margin-right: 4px;
}

.popular-location-cards .price span {
    color: #646464;
    font-weight: 400;
    font-size: 16px;
}

.staycations-near-section .staycations-title {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: -4px;
}

.staycations-near-section .staycations-title a {
    font-weight: 700;
    color: #21A086;
    font-size: 20px;
    text-decoration: none;
}

.staycations-near-section .staycations-title a:hover {
    text-decoration: underline;
}

.staycations-near-section .staycations-title h5 {
    margin-bottom: 6px;
    color: #2C2C2C;
    font-weight: 500;
    font-size: 32px;
}

.staycations-near-section .baroda-title {
    background: url(../images/text-bg-baroda.png) no-repeat center center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
}

.staycations-near-section .daman-title {
    background: url(../images/text-bg-daman.png) no-repeat center center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.staycations-near-section .navsari-title {
    background: url(../images/text-bg-navsari.png) no-repeat center center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nearest-section .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
}

.nearest-section .section-title img {
    width: 48px;
    height: 48px;
}

.nearest-section .section-title h2 {
    /* background: linear-gradient(180deg, #21A086 0%, #00725A 100%); */
    background: #2C2C2C;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 64px;
    margin: 0;
}

.city-select .select2-selection__rendered {
    color: #2C2C2C !important;
    font-weight: 600;
    font-size: 24px;
    padding: 0 28px !important;
    position: relative;
}

.city-select .select2-selection__rendered:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    background: url('../images/location-green-icon.svg') no-repeat center center;
}

.city-select .select2-container--default .select2-selection__arrow {
    width: 24px !important;
    height: 24px !important;
    background: url('../images/down-arrow.svg') no-repeat center center;
}

.city-select .select2:hover .select2-selection__arrow {
    filter: brightness(0) saturate(100%) invert(46%) sepia(77%) saturate(411%) hue-rotate(118deg) brightness(96%) contrast(89%);
}

.city-select .select2-container--default.select2-container--open .select2-selection__arrow {
    rotate: 180deg !important;
    filter: brightness(0) saturate(100%) invert(46%) sepia(77%) saturate(411%) hue-rotate(118deg) brightness(96%) contrast(89%);
}

.city-select .select2-container--default .select2-selection__arrow b,
.city-select .select2-container--default .select2-selection--single {
    border: none !important;
}

.city-select .select2-container--default.select2-container--open .select2-selection__rendered,
.city-select .select2-selection__rendered:hover {
    color: #21A086 !important;
}

.city-select .select2 {
    width: unset !important;
}

.web-navbar {
    padding: 20px 0 !important;
    background: #fff;
}

.search_filter {
    margin-top: 88px;
}

.web-navbar.active {
    box-shadow: 0px 4px 15px 0px #B5B5B52E;
}

.web-navbar.active .city-select {
    display: none;
}

.web-navbar .navbar-filter {
    display: none;
}

.web-navbar.active .navbar-filter {
    display: flex;
    overflow: hidden;
}

.web-navbar .navbar-filter {
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    background: #FFFFFF;
    border-radius: 30px;
    /* border: 0.2px solid #E8E8E8; */
    box-shadow: 0px 4px 12px 0px #7A7A7A2E;
}

.web-navbar .navbar-filter p:last-child {
    border-right: none;
}

.web-navbar .navbar-filter p {
    padding: 4px 24px;
    border-right: 1.5px solid #E8E8E8;
    margin: 0;
    color: #737373;
    font-size: 16px;
    font-weight: 400;
}

.web-navbar .navbar-filter p.active {
    color: #2C2C2C;
}

.web-navbar .navbar-filter .checkInCheckoutInput,
.web-navbar .navbar-filter .numberOfGuests,
.web-navbar .navbar-filter #city_or_property {
    padding: 4px 14px;
    font-weight: 400;
    font-size: 16px;
    color: #2C2C2C;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    max-width: 140px;
}

.web-navbar .navbar-filter .checkInCheckoutInput::placeholder,
.web-navbar .navbar-filter .numberOfGuests::placeholder,
.web-navbar .navbar-filter #city_or_property::placeholder {
    color: #737373;
}

.web-navbar .navbar-filter .checkInCheckoutInput,
.web-navbar .navbar-filter .numberOfGuests {
    border-right: 1.5px solid #E8E8E8 !important;
}

.custom-select {
    position: relative;
}

.web-navbar.active .custom-select {
    display: none;
}

.custom-select .selected-option {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
}

.custom-select .selected-option:hover p {
    color: #21A086;
}

.custom-select .selected-option:hover .arrow-icon {
    filter: brightness(0) saturate(100%) invert(46%) sepia(77%) saturate(411%) hue-rotate(118deg) brightness(96%) contrast(89%);
}

.custom-select .option,
.custom-select .selected-option p {
    color: #2C2C2C;
    font-weight: 600;
    font-size: 24px;
    margin: 0;
}

.custom-select .option {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
    cursor: pointer;
}

.custom-select .option.active,
.custom-select .option:hover {
    color: #21A086;
}

.custom-select .option:last-child {
    margin-bottom: 0;
}

.custom-select .selected-option .location-icon {
    width: 24px;
    height: 24px;
}

.custom-select .selected-option .arrow-icon {
    width: 24px;
    height: 24px;
}

.custom-select #options {
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #E8E8E8;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 4px 12px 0px #7A7A7A2E;
    padding: 24px;
    width: 100%;
}

.whocoming_count_wrapper .whocoming_count input[type="text"]{
    min-width: 38px;
}

section.search_filter .container .search_filter_wrapper .search_filter_control .search_filter_input input{
    color: #646464;
    font-size: 14px;
    background: transparent;
}

section.search_filter .container .search_filter_wrapper .search_filter_control > label{
    margin-bottom: 4px;
    color: #2C2C2C;
    font-weight: 500;
    font-size: 18px;
}

.search_filter_btn{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
    height: fit-content;
}

section.search_filter .container .search_filter_wrapper .search_filter_btn button{
    width: 52px;
    height: 52px;
    background: #21a086;
    color: #ffffff;
    box-shadow: 0px 4px 15px 0px #4f4f4f2e;
    border: 2px solid #21a086;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    padding: 10px;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.5s;
    text-decoration: none;
}

section.search_filter .container .search_filter_wrapper .search_filter_btn button img{
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

section.search_filter .container .search_filter_wrapper{
    position: relative;
    padding: 0;
    width: fit-content;
}

section.search_filter .container .search_filter_wrapper .search_filter_control{
    max-width: unset;
    padding: 17px 44px;
    min-width: 300px;
    width: 300px;
    position: relative;
}

section.search_filter .container .search_filter_wrapper .search_filter_control.when:after,
section.search_filter .container .search_filter_wrapper .search_filter_control.who:after{
    content: '';
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 44px;
    background: #E8E8E8;
}

section.search_filter .container .search_filter_wrapper .search_filter_control:hover{
    background: #F3F3F3;
    border-radius: 60px;
}

section.search_filter .container .search_filter_wrapper .search_filter_control.where{
    padding-right: 72px;
}

.locationselect-dropsdwon .where_dropdown_inner .btn-nearme{
    text-align: start;
    width: 100%;
    padding: 16px;
    background: linear-gradient(#F7F7F7, #F7F7F700);
    font-size: 18px;
    font-weight: 500;
    border-radius: 16px;
    margin-bottom: 20px;
}
.locationselect-dropsdwon .where_dropdown_inner .btn-nearme img{
    margin-right: 12px;
    width: 24px;
}
.locationselect-dropsdwon .where_dropdown_inner .search-location{
    position: relative;
    padding: 16px;
    border: 1px solid #E8E8E8;
    border-radius: 14px;
    margin-bottom: 20px;
}
.locationselect-dropsdwon .where_dropdown_inner .search-location input{
    border: none;
}
.locationselect-dropsdwon .where_dropdown_inner .search-location input:focus-visible{
    outline: none !important;
}
.locationselect-dropsdwon .where_dropdown_inner .search-location img{
    position: absolute;
    top: 20px;
    right: 15px;
}
.locationselect-dropsdwon .where_dropdown_inner .accordion {
   
}
.locationselect-dropsdwon .where_dropdown_inner .accordion .accordion-item{
    display: block !important;
    border: none !important;
   
}
.locationselect-dropsdwon .where_dropdown_inner .accordion .accordion-item .accordion-button{
    background-color: white; 
    width: fit-content !important;
    box-shadow: none;
    padding: 0 11px;
    margin-bottom: 14px;
}
.locationselect-dropsdwon .where_dropdown_inner .accordion .accordion-item .accordion-button span{
    font-size: 16px;
    color: #737373;
    font-weight: 500;
    margin-right: 6px;
}
.locationselect-dropsdwon .where_dropdown_inner .accordion .accordion-collapse{
    display: block !important; 
}
.locationselect-dropsdwon .where_dropdown_inner .accordion .accordion-collapse .accordion-body{
    display: block !important;
    padding: 0; 
    margin-bottom: 20px;
}
.locationselect-dropsdwon .where_dropdown_inner .accordion .accordion-collapse .accordion-body .all-city-list{
    display: flex !important; 
    flex-wrap: wrap;
    gap: 12px;
}
.locationselect-dropsdwon .where_dropdown_inner .accordion .accordion-item .accordion-body span{
       padding: 6px 11px;
       border: 0.5px solid;
       background: linear-gradient(#FBFBFB, #FEFEFE);
       font-size: 16px;
       border-radius: 32px;
       line-height: 100%;
       color: #646464;
       border-image: linear-gradient(#E9E9E9, #B9B9B900);
       cursor: pointer;
}

.locationselect-dropsdwon .where_dropdown_inner .accordion .accordion-item .accordion-body span.active{
       background: linear-gradient(#21A086, #00725A);
       color: white;
       border: none;
}
.locationselect-dropsdwon .searchlocation-btns{
    display: flex;
    justify-content: space-between;
    align-items: center;   
}

.locationselect-dropsdwon .searchlocation-btns .btn-reset{
   color: #F57E27;
   font-size: 20px;
   font-weight: 500;
   line-height: 100%;
}

.locationselect-dropsdwon .searchlocation-btns .btn-search{
    padding: 12px 64px;
    background-color: #21A086;
    color: white;
    border: none;
    font-size: 20px;
    font-weight: 600;
}

.guests_dropdown, .where_dropdown, .when_dropdown{
    width: fit-content;
    margin-top: 30px;
}

.guests_dropdown{
    min-width: 391px;
    transform: translateX(-50%);
    left: 50%;
}

.where_dropdown{
    min-width: 396px;
    transform: translateX(-50%);
    left: 50%;
}

.where_dropdown:has(div.show),
.guests_dropdown:has(div.show),
.search_filter_control:has(div.show){
    /* background: #F3F3F3; */
    border-radius: 60px;
}


/* ===============================
 where-who-whom page css start 
 ================================*/




/* ====================================
Responsive css 
==================================== */

@media (max-width: 1399.98px) {
    .looking_for_section .looking_for_vector {
        max-width: 540px;
    }

    .popular-location-cards .common-card {
        min-width: 255px;
    }
}

@media (max-width: 1199.98px) {
    .looking_for_section .looking_for_vector {
        max-width: 500px;
    }

    .city-select .select2-selection__rendered {
        font-size: 18px;
    }

    .web-navbar .navbar-filter p {
        padding: 4px 16px;
        font-size: 14px;
    }

    .web-navbar .navbar-filter .checkInCheckoutInput,
    .web-navbar .navbar-filter .numberOfGuests,
    .web-navbar .navbar-filter #city_or_property {
        font-size: 14px;
        max-width: 120px;
    }
}

@media (max-width: 991.98px) {
    .looking_for_section {
        padding: 44px;
        margin-top: 86px !important;
    }

    .looking_for_section .looking_for_left_wrapper .btn_primary {
        padding: 12px 18px;
        width: fit-content;
    }

    .search_filter {
        margin-top: 20px;
    }

    section.search_filter .container {
        max-width: unset;
    }

    .search_filter_btn {
        width: 100%;
    }

    .area_select img.me-1 {
        width: 20px;
    }

    .popular-location-section {
        padding-top: 20px;
    }

    .popular-location-title h5 {
        position: relative;
    }

    .popular-location-title h5:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        height: 4px;
        width: 60px;
        background: url('../images/line-img.svg') no-repeat center center;
    }

    .mobile_bottom_menu .navigation .listWrap li a .icon img {
        object-fit: contain;
        object-position: center;
    }

    .mobile_bottom_menu .navigation .listWrap li a {
        gap: 6px;
    }

    .mobile_bottom_menu .navigation .listWrap li a .icon {
        transform: unset;
    }

    .mobile_bottom_menu .navigation .listWrap li {
        height: unset;
        padding: 12px 0 31px;
    }

    .mobile_bottom_menu .navigation {
        height: unset;
    }

    .mobile_bottom_menu .navigation .listWrap li a .text {
        position: unset;
        transform: unset;
        font-size: 12px;
    }

    .mobile_bottom_menu .navigation .listWrap li.active .icon,
    .active-icon {
        display: none;
    }

    .mobile_bottom_menu .navigation .listWrap li.active {
        position: relative;
    }

    .mobile_bottom_menu .navigation {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 91px;
        background: #fff;
        z-index: 1;
        border-radius: 0;
    }

    .mobile_bottom_menu .navigation .listWrap li.active:after {
        content: '';
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        margin: auto;
        position: absolute;
        background: url('../images/navigation-bg.svg') no-repeat center center;
        height: 30px;
        width: 72px;
        z-index: -1;
    }

    .mobile_bottom_menu .navigation .listWrap li.active .active-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        box-shadow: 0px 4px 11px 0px #00000040;
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        transform: translateY(-22px);
    }

    .select_location_modal.custom_modal .modal-dialog {
        max-width: 100%;
        margin: 0;
    }

    .select_location_modal .modal-content {
        border-radius: 0;
    }

    .custom_modal.select_location_modal .modal-dialog {
        width: 100% !important;
    }

    .select_location_modal.custom_modal .modal-dialog .modal-content .modal-header {
        padding: 48px 16px 20px;
    }

    .custom_modal.select_location_modal .modal-dialog .modal-content .modal-header .btn-close {
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #FBFBFB 0%, #FEFEFE 100%) !important;
        border: 0.5px solid #C0CBD9;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        right: unset;
        left: 16px;
    }

    .custom_modal.select_location_modal .modal-dialog .modal-content .modal-header .btn-close img {
        width: 30px;
        height: 30px;
    }

    .select_location_modal.custom_modal .modal-dialog .modal-content .modal-body {
        padding: 14px 16px 49px;
    }

    .select_location_modal .near-me-btn {
        padding: 24px 12px;
        background: linear-gradient(180deg, #21A086 0%, #00725A 100%) !important;
        color: #fff !important;
        font-weight: 700;
        font-size: 16px;
    }

    .select_location_modal .near-me-btn img {
        filter: unset !important;
    }

    .select_location_modal .near-me-btn span {
        flex-grow: 1;
        text-align: left;
    }

    .or-line {
        position: relative;
        margin-bottom: 24px;
    }

    .or-line p {
        color: #737373;
        font-weight: 700;
        font-size: 14px;
        line-height: 14px;
        margin: 0 auto;
        text-transform: uppercase;
        width: fit-content;
        padding: 0 8px;
        position: relative;
        z-index: 1;
        background-color: #fff;
    }

    .or-line:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #E8E8E8;
        margin: auto;
    }

    .select_location_modal .popular-city-title{
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .popular-city-list{
        gap: 20px;
        margin-bottom: 40px;
    }

    .select_location_modal .popular-city-card{
        width: calc(50% - 10px);
        height: 120px;
        border-radius: 20px;
    }

    .select_location_modal .popular-city-card img{
        max-height: unset;
    }

    .select_location_modal .popular-city-card span{
        font-size: 20px;
    }

    .select_location_modal .accordion-button span{
        text-align: left;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .select_location_modal .accordion-button::after{
        display: none;
    }

    .select_location_modal .all-city-list{
        flex-direction: column;
    }

    .select_location_modal .all-city-list a{
        width: 100%;
        justify-content: start;
        padding-left: 6px;
    }

    .select_location_modal .accordion{
        position: relative;
    }

    .select_location_modal .accordion:after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 21px;
        width: 100%;
        z-index: 3;
    }

     section.search_filter .container .search_filter_wrapper {
        padding: 0;
        border: none;
        box-shadow: none;
        width: 100%;
    }

    .search_filter_btn{
        position: unset;
    }

    section.search_filter .container .search_filter_wrapper .search_filter_btn button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 20px;
        box-shadow: 0px 4px 12px 0px #7A7A7A2E;
        border: 0.2px solid #E8E8E8;
        height: fit-content;
    }

    section.search_filter .container .search_filter_wrapper .search_filter_btn button:hover span {
        color: #fff;
    }

    section.search_filter .container .search_filter_wrapper .search_filter_btn button span {
        gap: 4px;
        display: inline-flex !important;
        color: #2C2C2C;
        font-weight: 500;
        font-size: 16px;
        text-transform: none;
        position: relative;
        overflow: hidden;
        min-width: 77px
    }

    section.search_filter .container .search_filter_wrapper .search_filter_btn button span.word{
        height: 24px !important;
        min-height: 24px !important;
    }

    section.search_filter .container .search_filter_wrapper .search_filter_btn button span.slider{
        flex-direction: column;
        width: fit-content;
        height: 24px;
    }

    .where_dropdown{
        min-width: unset;
    }

    section.search_filter .container .search_filter_wrapper .search_filter_btn button{
        background: #fff;
    }

    section.search_filter .container .search_filter_wrapper .search_filter_btn button img{
        filter: unset;
    }

}

@media (max-width: 767.98px) {
    .popular-location-cards {
        gap: 32px;
        margin: 0 -12px 24px;
        padding: 0 12px;
        width: calc(100% + 24px);
    }

    .popular-location-section h4 {
        font-size: 20px;
    }

    .location-title {
        font-size: 56px;
        line-height: 63.29px;
    }

    .staycations-near-section .staycations-title h5 {
        font-size: 20px;
    }

    .nearest-section .section-title h2 {
        font-size: 28px;
        background: none;
        color: #2C2C2C;
        -webkit-text-fill-color: unset;
    }

    .nearest-section .section-title img {
        width: 38px;
        height: 38px;
    }

    .popular-location-title h5 {
        font-size: 18px;
    }

    .popular-location-title a {
        font-size: 14px;
    }

    .popular-location-cards .common-card {
        min-width: 244px;
    }

    .staycations-near-section .staycations-title {
        padding-top: 28px;
    }

    .staycations-near-section .staycations-title a {
        font-size: 14px;
    }

    .nearest-section.popular-location-section {
        margin-bottom: 12px;
    }
}

@media (max-width: 575.98px) {
    .looking_for_section {
        padding: 24px;
    }

    .looking_for_section .looking_for_left_wrapper h2,
    .looking_for_section .looking_for_left_wrapper p {
        padding-right: 0;
    }

    .looking_for_section .looking_for_vector {
        position: unset;
        width: 100%;
        margin-top: -50px;
        margin-bottom: 24px;
    }

    .looking_for_section .looking_for_left_wrapper .btn_primary {
        font-size: 15px;
        padding: 12px 14px;
    }

    .where_dropdown {
        margin-left: 0 !important;
    }

    .mobile_bottom_menu {
        padding-top: 100px;
    }

    .nearest-section .section-title img {
        width: 28px;
        height: 28px;
    }

    .nearest-section .section-title {
        gap: 12px;
    }
}

@media (max-width: 374.98px) {
    .select_location_modal.custom_modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 18px;
    }

    .select_location_modal .near-me-btn{
        gap: 8px;
        font-size: 15px;
    }
}

.popular-location-section .popular-location-title h5 {
    position: relative;
}

.popular-location-section .popular-location-title h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 48px;
    border-radius: 100px;
    background: linear-gradient(113.16deg, #FA5458 0%, #FFCD00 100%);
}