.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%;
    overflow-y: hidden;
}

.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;
}

.property_slider_section{
    margin-top: 88px;
}

@media (max-width: 991px) {
    .property_slider_section {
        margin-top: 0;
    }
}

.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;
}

/* =======================
filter css
======================== */

.searchfilter_section .container {
    max-width: 1344px;
}

.farm_card .farm_detail {
    padding: 16px 35.33px 20px 35.33px;
    position: relative;
}

.farm-bad-info {
    display: flex;
    justify-content: start;
    gap: 4px;
    margin-bottom: 16px;
}

.card-information-main-div {
    text-decoration: none;
}

.farm-bad-info .farm_tag_inner {
    border-radius: 20px;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
}

.farm-bad-info .farm_tag_inner span {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #646464;
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, #FBFBFB 0%, #FEFEFE 100%);
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    border-radius: 20px;
    margin: 1px;
}

.farm-bad-info .farm_tag_inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #E9E9E9 -0.85%, #b9b9b900 99.15%);
    border-radius: 20px;
}

.farm-title {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 0;
}

.div-dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-repeat: 100%;
    background-color: #E7E7E7;
    margin: 0 5px;
    transform: translateY(-2px);
}

.location {
    margin-bottom: 0;
    color: #737373;
    font-size: 12px;

}

.location img {
    margin-right: 5px;
}

.review-main-div p {
    margin-bottom: 0;
}

.farme-title-main-div {
    padding-bottom: 12px;
    border-bottom: 1px dashed #E8E8E8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.farm_card .farm_detail .farm_time_price .price_offer label {
    font-size: 12px;
}

.tag-icon-img {
    width: 14px;
    height: 14px;
}

.farm_card .farm_detail .farm_time_price .price_offer label {
    padding: 4px 8px;
}

.offer-main-div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.offer-main-div p {
    font-weight: 500;
    font-size: 12px;
    color: #594800;
    padding: 9.5px 10px;
    border-radius: 0 0 10px 10px;
    background-color: #FBCA01;
    margin-bottom: 0;
}

.price-main-div {
    padding-top: 2px;
}

.farm_card .farm_detail .farm_time_price .price_offer h5 {
    font-size: 16px;
}

.farm_card .farm_detail .farm_time_price p {
    font-size: 12px;
    margin-bottom: 6px;
}

.text-available {
    font-size: 12px;
    color: #217F43;
}

.available-div {
    padding: 4px 7.5px;
    background-color: #52B4761F;
    border-radius: 8px;
    margin-bottom: 8px;
}

.product-card-slider-section .farm-title {
    margin-bottom: 8px;
}

.product-card-slider-section .farm_detail {
    padding: 12px 0 0 0;
}

.product-card-slider-section .farm_card .farm_img.farm_img_slider_wrapper {
    border: none;
}

.product-card-slider-section .farm_card .farm_detail {
    border: none;
}

.product-card-slider-section .farme-title-main-div {
    padding-bottom: 0;
    border: none;
    margin-bottom: 8px;
}

.product-card-slider-section .price-main-div {
    padding-top: 0;
}

.product-card-slider-section .farm_card {
    box-shadow: none;
}


.product-card-slider-section .farm_card .farm_review_wrapper {
    position: absolute;
    top: -59px;
    right: 10px;
}

.product-card-slider-section .swiper-pagination-progressbar {
    position: absolute !important;
    top: auto !important;
    bottom: 0;
    height: 6px !important;
    border-radius: 50px;
    width: 87px !important;
    left: calc(50% - 43.5px) !important;
}

.product-card-slider-section .swiper-wrapper {
    padding-bottom: 24px;
}

.product-card-slider-section .swiper-pagination-progressbar-fill {
    border-radius: 40%;
    background-color: #F57E27 !important;
}

.farm-availability-menu {
    font-size: 16px;
    color: #2C2C2C;
    border: 0.2px solid #E8E8E8;
    box-shadow: 0px 4px 12px 0px #7A7A7A2E;
    border-radius: 16px;
}

.farm-availability-text {
    padding: 14px 24px;
    display: inline-block;
}

.divider-line {
    display: inline-block;
    width: 2px;
    height: 32px;
    background-color: #E8E8E8;
    transform: translateY(10px);
}

.btn-li a {
    padding: 11px 16px;
    color: #2C2C2C;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #E8E8E8;
    border-radius: 14px;
}

.btn-li a img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
}

.btn-li {
    display: flex;
    gap: 12px;
    position: relative;
}

.btn_login {
    padding: 9.33px !important;
    border-radius: 12px;
}

.btn_login img {
    width: 21.33px;
    height: 21.33px;
    margin: 0 !important;
}

.main_navbar .navbar-collapse .navbar-nav.filter-page-menu {
    gap: 28px;
}

.filter-dialog {
  max-width: 770px;
    flex-shrink: 0;
    /* margin: auto; */
    margin-top: auto;
    margin-bottom: 0;
    width: 100%;
}
.filter-dialog .modal-content{
border-radius: 0.5rem 0.5rem 0 0 ;
}

.filterModalfade.show {
    display: flex !important;
}

.filterModalfade .modal-title {
    font-weight: 600;
    font-size: 28.6px;
    line-height: 100%;
    color: black;
}

.filterModalfade .modal-header {
    padding: 28px 24px;
}

.filterModalfade .btn-close {
    opacity: 1 !important;
    background-image: none !important;
    border-radius: 14px;
    padding: 0;
    height: 32px;
    width: 32px;
}

.filterModalfade .btn-close img {
    width: 32px;
    height: 32px;
}

.popup-btn_primary {
    padding: 14.16px 22.88px;
    font-size: 22.88px;
    line-height: normal !important;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin: 0;
    box-shadow: 0px 5.72px 21.45px 0px #4F4F4F2E;
}

.filterModalfade .modal-footer {
    padding: 32px 24px;
    justify-content: space-between;
}

.btn-text-clear {
    color: #F57E27;
    font-weight: 600;
    font-size: 25.74px;
    margin: 0;
}

.filter-btn-div {
    max-width: 252px;
    width: 100%;
    border-right: 1.43px solid #E8E8E8
}

.filterModalfade .modal-body {
    padding: 0;
}

.filter-btn-div button {
    text-align: start;
    padding: 24px;
    font-weight: 500;
    font-size: 20px;
    color: #2C2C2C;
}

.filter-btn-div button.active {
    background: linear-gradient(180deg, #21A086 0%, #00725A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    position: relative;
    background-color: transparent !important;
}

.filter-btn-div button:hover {
    background: linear-gradient(180deg, #21A086 0%, #00725A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.filter-btn-div button.active::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 66px;
    background: linear-gradient(180deg, #21A086 0%, #00725A 100%);
    left: 0;
    top: 6px;
    border-radius: 0 28.6px 28.6px 0
}

.filterModalfade #v-pills-tab {
    margin-right: 0 !important;
    margin-right: 0 !important;
    height: calc(80vh - 209.33px);
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
}

.filterModalfade #v-pills-tab::-webkit-scrollbar-track,
#v-pills-tabContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.filterModalfade #v-pills-tab::-webkit-scrollbar,
#v-pills-tabContent::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.filterModalfade #v-pills-tab::-webkit-scrollbar-thumb,
#v-pills-tabContent::-webkit-scrollbar-thumb {
    /* background-color: #000000; */
    background: linear-gradient(180deg, #21A086 0%, #00725A 100%);

}


#v-pills-tabContent {
    width: 100%;
    padding: 32px 22.88px 22.88px 22.88px;
    height: calc(80vh - 209.33px);
    overflow-y: scroll;
    overflow-x: hidden
}

.filterModalfade .nav-tabs .nav-link:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}

.filterModalfade .sort-form .form-check {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
}

.filterModalfade .sort-form .form-check input {
    border: 0;
    width: 28.60px;
    height: 28.60px;
}

.filterModalfade .sort-form .form-check input:focus {
    box-shadow: none;
}

.filterModalfade .sort-form .form-check label {
    color: #2C2C2C;
    font-weight: 400;
    font-size: 24px;
}

.sort-form .form-check:has(input:checked) label {
    color: #21A086;
    font-weight: 600;
}

.sort-form .form-check-input:checked+.form-check-label {
    color: #0d6efd;
}

.search-form {
    position: absolute;
    top: 0;
    left: -7px;
    z-index: -1;
}

.search-form input {
    height: 52px;
    border-radius: 16px;
    width: 270px;
    padding: 14px 44px 14px 16px;
    border: 1px solid #E8E8E8;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
    background-color: hsl(0, 0%, 95.3%);
    ;
}

.search-form input:focus {
    box-shadow: none;
}

.search-form.active input {
    transform: scaleX(1);
}

.search-form.active {
    z-index: 1;
}

.search-form img {
    position: absolute;
    top: 17px;
    right: 16px;
    cursor: pointer;
}

.showlisting_section {
    padding-top: 40px;
}

#navbarSupportedContent:has(.filter-page-menu.active) #custom-select {
    display: block;
}

.search-form-closed {
    display: none;
}

.search-form.active .search-form-closed {
    display: block;
}

.filterModalfade .modal-content {
    height: 90vh;
}

.filterModalfade .fade:not(.show) {
    /* display: none; */
}

.divider-dot {
    font-weight: 600;
    color: #737373;
    position: relative;
    top: -2.5px;
}

.text-price-range {
    font-weight: 500;
    font-size: 20px;
    color: #2C2C2C;
}

.input-check-box-div input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 2px solid #21A086;
    border-radius: 0;
}

.input-check-box-div input[type="checkbox"]:focus {
    box-shadow: none;
    border: 2px solid #21A086;
}

.input-check-box-div .form-check {
    display: flex;
    justify-content: start;
    width: 100%;
    max-width: 100%;
    align-items: center;
    gap: 15px;
}

.input-check-box-div .form-check label {
    font-size: 16px;
    color: #2C2C2C;
}

.search-bar input {
    border: 1px solid #E8E8E8;
    color: black;
    padding: 12px 38px 14px 12px;
    width: 100%;
    border-radius: 12px;
    font-size: 16px;
}

.search-bar input:focus {
    box-shadow: none;
    border: none;
}

.search-bar input::placeholder {
    color: #737373;
}

.input-check-box-div {
    padding-top: 24px;
}

.input-check-box-div form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.search-bar {
    position: relative;
}

.search-bar img {
    position: absolute;
    right: 16px;
    top: 14px;
}

.offers-content-text h5 {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 20px;
    color: #2C2C2C;
}

.offers-content-text p {
    font-weight: 400;
    font-size: 16px;
    color: #646464;
    margin-bottom: 0;
}

.offers-content {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
}

.offers-content .form-switch .form-check-input {
    width: 40px;
    height: 22.5px;
}

.sort-form .form-check-input:checked[type="checkbox"] {
    background-image: url(../UserAssets/v2/images/tick.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
}


.input-check-box-div .form-check-input:checked[type="checkbox"] {
    background-image: url(../UserAssets/v2/images/tick.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
}

.offers-content .form-check-input:checked[type="checkbox"] {
    background-color: #21A086;
    border-color: #21A086;
}

.offers-content input:focus {
    box-shadow: none;
}

.bedrooms-content .redio-btn {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 24px;
}

.bedrooms-content .redio-btn label {
    height: 29px;
    width: 60px;
    border-radius: 50px;
    font-size: 14px;
    line-height: normal;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    background-color: transparent;
    color: #646464;
}

.bedrooms-content .redio-btn label.btn-outline-primary {
    --bs-btn-active-bg: transparent !important;
    --bs-btn-border-color: transparent !important;
    /* --bs-btn-active-color: #21A086 !important; */
}

.bedrooms-content .redio-btn input[type="radio"]+label {
    position: relative;
}

.bedrooms-content .redio-btn input[type="radio"]+label::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100px;
    padding: 1.5px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    border: 0.5px;
    background: linear-gradient(270deg, #E9E9E9 -0.85%, rgba(185, 185, 185, 0) 99.15%);
}

.bedrooms-content .redio-btn input[type="radio"]+label {
    border: none;
}

.bedrooms-content .redio-btn input[type="radio"]:checked+label {
    position: relative;
    color: #21A086;
    border-radius: 100px;
}

.bedrooms-content .redio-btn input[type="radio"]:checked+label::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100px;
    padding: 1.5px;
    background: linear-gradient(180deg, #21A086 0%, #00725A 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.bedrooms-content .redio-btn .btn-group {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;

}

.search-bar-margin {
    margin-top: 24px;
}

.amenities-redio-btn {
    margin-top: 24px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.amenities-redio-btn-div label input[type="checkbox"] {
    opacity: 0;
    display: none;
}

.amenities-redio-btn-div label {
    padding: 12px;
    border: 0.6px solid #DBDBDB;
    border-radius: 12px;
    cursor: pointer;
    width: 97px;
}

.amenities-redio-btn-div label span {
    display: block;
    margin-top: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #2C2C2C;
    word-break: break-all;
}

.amenities-redio-btn-div label:has(input[type="checkbox"]:checked) {
    border: 1.21px solid #21A086;
    background-color: #EFF8F6;
}

.house-rules-div {
    margin-top: 28px;
}

.house-rules-div ul li {
    font-size: 16px;
    color: #646464;
    padding: 4px 10px;
    position: relative;
    list-style: none;
    border: 0.5px solid transparent;
    width: fit-content;
}

.house-rules-div ul li:has(input[type="checkbox"]:checked){
     border: 0.5px solid #21a086;
     border-radius: 100px;
}

.house-rules-div ul li input{
    display:none;
}

.house-rules-div ul li label{
    cursor: pointer;
}

.house-rules-div ul{
    padding: 0;
    margin: 0;
}

.house-rules-div ul li::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100px;
    padding: 1.5px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    border: 0.5px;
    background: linear-gradient(270deg, #E9E9E9 -0.85%, rgba(185, 185, 185, 0) 99.15%);
}

.house-rules-div ul li:not(:last-child) {
    margin-bottom: 12px;
}

.property-title {
    font-size: 16px;
    color: #2C2C2C;
    display: block;
}

.property-title-dis {
    font-size: 14px;
    color: #646464;
    display: block;
}

.property-type-check-box {
    margin-top: 24px;
}

.property-type-check-box input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 2px solid black;
    border-radius: 0;
}

.property-type-check-box input[type="checkbox"]:focus {
    box-shadow: none;
}

.property-type-check-box input:checked[type="checkbox"] {
    background-image: url(../UserAssets/v2/images/tick.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
}

.property-type-check-box .form-check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin-bottom: 24px;
}

.property-type-check-box .form-check:not(:last-child) {
    margin-bottom: 24px;
}

.rating-checkbox .form-check label img {
    margin: 0 1px;
    transform: translateY(-2px);
}

.rating-checkbox {
    margin-top: 12px;
}

.rating-checkbox .form-check input[type="checkbox"] {
    border: 2px solid black;
    border-radius: 0;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.rating-checkbox .form-check label {
    font-size: 16px;
    color: #2C2C2C;
}

.rating-checkbox .form-check label p {
    font-size: 12px;
    color: #2C2C2C;
}

.rating-checkbox .form-check:not(:last-child) {
    margin-bottom: 16px;
}

.rating-checkbox .form-check input[type="checkbox"]:focus {
    box-shadow: none;
}

.rating-checkbox .form-check input:checked[type="checkbox"] {
    background-image: url(../UserAssets/v2/images/tick.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
}

.filter-apply {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: linear-gradient(180deg, #21A086 0%, #00725A 100%);
    margin-right: 20px;
    display: none;
}

.distance-animation {
    padding-top: 26.16px;
}

.rangeslider__handle {
    width: 38px !important;
    height: 38px !important;
    background-image: url(../UserAssets/v2/images/card-icon.png) !important;
    top: -20px !important;
}

.rangeslider__fill {
    height: 6px !important;
}

.rangeslider--horizontal {
    height: 6px !important;
}


.rangeslider__fill::before {
    width: 36px !important;
    height: 36px !important;
    background-image: url('../UserAssets/v2/images/home-icon.png') !important;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.rangeslider__handle .slider-label {
    font-size: 20px !important;
    line-height: 20px !important;
    text-align: center !important;
    white-space: nowrap !important;
    min-width: 102px !important;
    padding: 8px 18px !important;
    margin-top: 47px !important;
    margin-left: -3.25rem !important;
}

.filter-apply-div {
    border: 2px solid transparent;
    background: linear-gradient(to right, white, white), linear-gradient(to right, #F54027 0%, #FBCA01 100%);
    background-origin: padding-box, padding-box;
    background-clip: border-box, border-box;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    color: #FC7144;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 12px;
    width: fit-content;
    background-color: #FFFAF6;
    position: relative;
    font-size: 14px;
    flex-shrink: 0;

}

.filter-apply-div::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FFFAF6;
    left: 0;
    top: 0;
    z-index: -1;
}

.filter-apply-div img {
    margin-left: 7px;
    width: 14px;
    height: 14px;
}

.filter-apply-main-div {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.filters_section {
    display: none;
}

/* .filter-apply-section {
    display: none;
} */

.padding-section {
    padding-top: 94px;
}

.product-card-slider-title{
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
    color: #2C2C2C;
}

.more-listing-section-title{
    margin-bottom: 40px;

}

.more-listing-section-title p{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 22px;
    color: #2C2C2C;
}

.more-listing-section-title h5{
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #2C2C2C;
    margin-bottom: 0;
}

section.product-card-slider-section {
    padding-bottom: 60px;
}

.more-listing-section{
    border-top: 1px solid #E8E8E8;
    padding-top: 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;
    }

    .searchfilter_section .container {
        max-width: 1140px;
    }

    .farm-availability-text {
        padding: 14px 18px;
    }

    .farm-availability-menu .farm-availability-text {
        font-size: 14px;
        line-height: normal;
    }

    .btn-li a {
        font-size: 14px;
    }

    .btn-li a img {
        width: 24px;
        height: 24px;
        margin-right: 5px;
    }

}

@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;
    }

    .searchfilter_section .container {
        max-width: 960px;
    }

    nav .navbar-brand {
        width: 100%;
        max-width: 150px;
    }

    .farm-availability-text {
        padding: 10px 12px;
    }

    .main_navbar .navbar-collapse .navbar-nav.filter-page-menu {
        gap: 12px;
    }

    .btn-li a {
        padding: 10px 12px;
    }

    .btn_login img {
        width: 20.33px;
        height: 20.33px;
    }

    .product-card-slider-section .container {
        max-width: 960px;
    }

    .popup-btn_primary {
        font-size: 20px;
        padding: 12px 20px;
    }

    .btn-text-clear {
        font-size: 20px;
    }

    .showlisting_section {
        padding-top: 20px;
    }


}

@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;
    }

    .searchfilter_section .container {
        max-width: 720px;
    }

    .product-card-slider-section .container {
        max-width: 720px;
    }

    .farm_card .farm_detail.farm_detail_mob .farm_time_price {
        margin: 0;
    }

    .farm_card .farm_detail.farm_detail_mob {
        padding: 0;
    }

    /* responsive lication div css */

    .location-div {
        border: 1px solid #E8E8E8;
        border-radius: 20px;
        padding: 8px 14px 8px 6px;
        display: flex;
        justify-content: space-between;
        text-align: center;
        align-items: center;

    }

    .location-info .location-text {
        color: #2C2C2C;
        font-size: 14px;
        margin-bottom: 0;
        text-align: start;
    }

    .location-info .location-time,
    .location-info .location-date {
        font-weight: 500;
        font-size: 12px;
        color: #737373;
    }

    .img-left-angle {
        width: 32px;
        height: 32px;
    }

    .img-edit-icon {
        width: 24px;
        height: 24px;
    }

    .img-left-angle img,
    .img-edit-icon img {
        width: 100%;
        height: 100%;
    }

    .location-div-filter-section .container {
        max-width: 720px;
    }

    .location-div-filter-section {
        padding-bottom: 11px;
        box-shadow: 0px 1px 4px 0px #8D8D8D40;
    }

    .card-information-main-div {
        padding: 16px 12px 16px 12px;
        display: block;
    }

    .offer-main-div {
        position: static;
    }

    .farm-bad-info .farm_tag_inner span {
        font-size: 14px;
    }

    .farm_card .farm_detail.farm_detail_mob .farm_time_price p {
        font-size: 14px;
    }

    .mobile-view-filter-option {
        box-shadow: 0px -4px 12px 0px #4F4F4F1F;
        padding: 12px 0 22px 0;
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 999;
        background-color: white;
    }

    .filter-option-div p {
        font-weight: 500;
        font-size: 16px;
        color: #2C2C2C;
        padding: 0 13.5px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
        margin-bottom: 0;
    }

    .divider-line-mobile {
        height: 24px;
        width: 1px;
        background-color: #E8E8E8;
        margin: 0 10px;
    }

    .filter-option-div img {
        width: 18px;
        height: 18px;
    }

    .filter-option-div {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }

    .mobile-view-filter-option .container {
        max-width: 720px;
    }

    .filterModalfade .modal-header {
        padding: 20px 18px;
    }

    .filter-btn-div button {
        padding: 14px 0 14px 20px;
        font-size: 14px;
    }

    .filter-btn-div button.active::after {
        width: 10px;
        height: 44px;
    }

    .filterModalfade .sort-form .form-check label {
        font-size: 16px;
    }

    .filterModalfade .sort-form .form-check {
        padding: 12px 0;
    }

    #v-pills-tabContent {
        padding: 32px 16px;
    }

    .btn-text-clear {
        font-size: 18px;
    }

    .popup-btn_primary {
        padding: 12px 16px;
        font-size: 16px;
    }

    .filterModalfade .sort-form .form-check input {
        width: 18px;
        height: 18px;
    }

    .filterModalfade .modal-footer {
        padding: 20px 16px 40px 16px;
    }

    .input-check-box-div form {
        gap: 16px;
    }

    .input-check-box-div input[type="checkbox"] {
        border: 2px solid black;
    }

    .search-bar input {
        padding: 12px 38px 12px 12px;
        font-size: 12px;
    }

    .offers-content-text h5 {
        font-size: 16px;
    }

    .offers-content-text p {
        font-size: 12px;
    }

    .amenities-redio-btn-div label span {
        font-size: 14px;
    }

    .property-title {
        font-size: 14px;
    }

    .property-title-dis {
        font-size: 12px;
    }

    .filterModalfade .btn-close img {
        width: 24px;
        height: 24px;
    }

    .filterModalfade .modal-content {
        border: none;
    }

    .filterModalfade #v-pills-tab {
        height: calc(85vh - 175px);
    }

    #v-pills-tabContent {
        height: calc(85vh - 175px);

    }

    .filterModalfade .modal-content {
        height: 85vh;
    }

    .btn-text-clear {
        padding: 0;
    }

    .filter-apply {
        margin-right: 10px;
        width: 8px;
        height: 8px;
    }

    .filterModalfade .modal-title {
        font-size: 20px !important;
    }

    .distance-animation {
        padding-top: 26.16px;
    }

    .rangeslider__handle {
        width: 18px !important;
        height: 18px !important;
        background-image: url(../UserAssets/v2/images/card-icon.png) !important;
        top: -10px !important;
    }

    .rangeslider__fill {
        height: 4px !important;
    }

    .rangeslider--horizontal {
        height: 4px !important;
    }


    .rangeslider__fill::before {
        width: 18px !important;
        height: 18px !important;
        background-image: url('../UserAssets/v2/images/home-icon.png') !important;
        background-position: center;
        background-size: contain;
    }

    .rangeslider__handle .slider-label {
        font-size: 12px !important;
        line-height: 16px !important;
        min-width: 92px !important;
        padding: 4px 12px !important;
        margin-top: 25px !important;
        margin-left: -2.25rem !important;
    }

    .serach-popup-serach-bat {
        padding-bottom: 20px;
        box-shadow: 0px 1px 4px 0px #8D8D8D40;
        border-bottom: 1px solid #DEDEDE;
        padding: 20px 10px 20px 16px;

    }

    .serach-popup-serach-bat input {
        border: 1px solid #E8E8E8;
        padding: 12px 40px;
        font-size: 16px;
        background-color: #F0F0F480;
        border-radius: 8px;
        width: 100%;
        color: black;
    }

    .serach-popup-serach-bat input::placeholder {
        color: #737373;
    }

    .serach-popup-serach-bat .img-arrow {
        width: 24px;
        height: 24px;
        position: absolute;
        left: 6px;
        top: 14px;
        cursor: pointer;
    }

    .serach-popup-serach-bat .icon-cross {
        width: 18px;
        height: 18px;
        position: absolute;
        right: 12px;
        top: 15px;
        cursor: pointer;
    }

    .serach-popup-serach-bat form {
        position: relative;

    }

    .serach-img-div {
        padding: 60px 16px 0 16px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .serach-img-div p {
        color: #737373;
        font-size: 14px;
        text-align: center;
        max-width: 203px;
        margin-bottom: 0;
    }

    .filter-apply-div {
        color: #D86F22;
    }

    .filter-apply-section {
        margin-top: 10px;
    }

    .padding-section {
        padding-top:0px;
    }

    .product-card-slider-title{
font-size: 20px;
margin-bottom: 16px;
}

.more-listing-section-title {
    margin-bottom: 32px;
}

.more-listing-section-title p{
    font-size: 20px;
}

section.product-card-slider-section {
    padding-bottom: 40px;
}

.more-listing-section{
    border-top: 1px solid #E8E8E8;
    padding-top: 40px;
}



}

@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;
    }

    .searchfilter_section .container {
        max-width: 540px;
    }

    .product-card-slider-section .container {
        max-width: 540px;
    }

    .farm-bad-info .farm_tag_inner span {
        font-size: 11px;
    }

    .mobile-view-filter-option .container {
        max-width: 540px;
    }
}

@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;
    }

    .searchfilter_section .container {
        max-width: 100%;
    }

    .product-card-slider-section .container {
        max-width: 100%;
    }

    .farm-bad-info .farm_tag_inner span {
        font-size: 14px;
    }

    .farm_tag_inner img {
        width: 18px;
        height: 18px;
    }

    .location-div {
        justify-content: start;
        gap: 8px;
    }

    .img-edit-icon {
        margin-left: auto;
    }

    .mobile-view-filter-option .container {
        max-width: 100%;
    }

    .filter-btn-div {
        max-width: 151px;
    }

    .filter-apply {
        margin-right: 8px;
        width: 6px;
        height: 6px;
    }

    .filter-dialog {
        margin-bottom: 0;
    }

    .filterModalfade .modal-content {
        border-radius: 10px 10px 0 0;
        height: 85vh;
    }

    .rating-checkbox .form-check label p {
        font-size: 10px;
    }

    .property-type-check-box input[type="checkbox"] {
        margin-left: 27px;
    }

    .location-info p {
        text-align: start;
    }
}

@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;
    }

    .filter-option-div p {
        font-size: 14px;
        padding: 0 7.5px;
    }

    .amenities-redio-btn-div label {
        width: auto;
    }

    .filterModalfade .sort-form .form-check input {
        margin-left: 20px;
    }

    .rating-checkbox .form-check {
        display: flex;
    }

    .input-check-box-div .form-check label {
        font-size: 13px;
    }

    .search-bar img {
        right: 9px;
    }

    #v-pills-tabContent {
        padding: 20px 10px;
    }

    .rating-checkbox .form-check label {
        font-size: 14px;
    }

    .amenities-redio-btn-div label span {
        font-size: 12px;
    }

    .amenities-redio-btn-div label {
        padding: 8px;
        border-radius: 7px
    }

    .house-rules-div ul li {
        font-size: 12px;
    }

    .rangeslider__handle .slider-label {
        font-size: 10px !important;
        line-height: 12px !important;
        min-width: 73px !important;
        padding: 4px 12px !important;
    }
}

.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%);
}

.farm_card .farm_img .favoriteProperty img,
.farm_card .farm_img img.like-icon {
    max-width: 18px;
    max-height: 16px;
}

.booked-stamp-web {
    max-height: 160px;
}

.amenities-redio-btn-div label span