/* theme color     background-color:#00aeff !important; */

/* .wpl-column{
    width: 500px!important;
} */

/* property cards */
.grid_box {
    padding-bottom: 8px !important;
}

.row_box:hover {
    border: 1px solid transparent !important;
    margin-bottom: 10px;

}

.wpl-28-listing-outstanding .wpl_property_listing_listings_container .grid_box {
    box-shadow: none !important;
    background: #f8f8f8;
    /* webkit-box-s */
}

.wpl_prp_cont {
    border-bottom: none;
}

.wpl_prp_cont:hover {
    border-bottom: none;
}

.row_box .wpl_prp_cont {
    border-bottom: none;
    display: none;
}

.row_box .wpl_prp_cont:hover {
    border-bottom: none;
}

.inner_div .wpl_prp_top .f-sale {
    position: absolute;
    top: 10px;
    z-index: 5;
    display: flex;
    justify-content: center;
    width: 100%;
}

.inner_div .wpl_prp_top .f-sale .points {
    display: flex;
    justify-content: flex-end;
    width: 95%;
}

.inner_div .wpl_prp_top .f-sale h6 {
    text-align: center;
    background-color: #272727;
    color: white;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 200;
    margin: 0;
    width: 20%;
}

.row_box .wpl_prp_top .f-sale h6 {
    width: 25%;
}

.wpl_prp_cont.row_box {
    position: relative;
}

.wpl-28-listing-outstanding .wpl_property_listing_listings_container .row_box .price_box {
    padding: 0px !important;
}

.wpl_prp_cont.inner_div.row_box .price_box.row_price_box {
    position: relative !important;
    /* bottom: 10px !important; */
    /* top: auto !important; */
    width: 100% !important;
    text-align: start !important;
    z-index: 100 !important;
}

.wpl_prp_cont.inner_div.row_box .price_box.row_price_box span {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: rgb(6, 6, 6) !important;
    position: relative !important;
    background-color: transparent;
}

.wpl-plisting-grid-only a h3.wpl_prp_title,
.wpl-plisting-row-only a h3.wpl_prp_title {
    font-size: 16px !important;
    color: rgb(21, 21, 21) !important;
}




.wpl-plisting-grid-only h4.wpl_prp_listing_location {
    margin-top: -6px !important;
}

.wpl-28-listing-outstanding .wpl_property_listing_listings_container .row_box .wpl_prp_listing_location {
    margin-top: 0px !important;
    font-style: normal !important;
}

.wpl-plisting-row-left {
    width: 90% !important;
    height: 200px !important;
    overflow: hidden;
    padding: 0px 0 0 15px !important;

}



/* .wpl-plisting-row-right{display: none;} */
.wpl-28-listing-outstanding .wpl_property_listing_listings_container .grid_box .price_box {
    text-align: left !important;
}


.grid_box .pbox-container {
    position: absolute !important;
    bottom: 8px;
    display: flex;
    justify-content: start;
    right: 8px;
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    z-index: 5;
    border-top: 1px solid transparent !important;
}

.grid_box .pbox-container span {
    background: transparent !important;
    color: white !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    position: relative;
    top: 5px !important;
    right: 5px !important;
}

.row_box .pbox-container {
    display: none !important;
}

.with-icon {
    position: relative;
    padding-right: 26px;
    /* icon ke liye space */
    display: flex;
    justify-content: start;
    align-items: center;
}

.with-icon::before {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}


/* Different Icons */
.room-icon::before {
    background-image: url('/wp-content/themes/wpl_twentyeight/wplhtml/frontend/property_listing/assets/css/icons/bed-double-svgrepo-com.svg') !important;
    position: relative;
    margin-right: 5px;
}

.bath-icon::before {
    background-image: url('/wp-content/themes/wpl_twentyeight/wplhtml/frontend/property_listing/assets/css/icons/shower-head-svgrepo-com.svg') !important;
    position: relative;
    margin-right: 5px;
}

.parking-icon::before {
    background-image: url('/wp-content/themes/wpl_twentyeight/wplhtml/frontend/property_listing/assets/css/icons/car-svgrepo-com.svg') !important;
    position: relative;
    margin-right: 5px;
}

.area-icon::before {
    background-image: url('/wp-content/themes/wpl_twentyeight/wplhtml/frontend/property_listing/assets/css/icons/property.png') !important;
    position: relative;
    margin-right: 5px;
}

.wpl-28-listing-outstanding .wpl_property_listing_listings_container .row_box .wpl_prp_desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 4em; /* 2 lines × line-height */
}

.wpl-28-listing-outstanding .wpl_property_listing_listings_container .row_box .wpl_prp_desc .read-more-btn {
    display: inline-block;
    margin-top: 4px;
    font-size: 13px;
    color: #0073aa;
    text-decoration: underline;
}

.wpl_prp_listing_icon_box {
    display: flex !important;
    justify-content: start;
    flex-wrap: wrap;
    gap: 3px;
    height: 60px !important;
}



.wpl_prp_listing_icon_box>div::after {
    /* color:rgb(35, 35, 35) !important;
    font-size: 18px !important; */
    content: "" !important;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;

}

.wpl_prp_listing_icon_box>.bathroom::after {
    background-image: url('/wp-content/themes/wpl_twentyeight/wplhtml/frontend/property_listing/assets/css/icons/shower-head-svgrepo-com.svg') !important;

}

.wpl_prp_listing_icon_box>.bedroom::after {
    background-image: url('/wp-content/themes/wpl_twentyeight/wplhtml/frontend/property_listing/assets/css/icons/bed-double-svgrepo-com.svg') !important;

}

.wpl_prp_listing_icon_box>.parking::after {
    background-image: url('/wp-content/themes/wpl_twentyeight/wplhtml/frontend/property_listing/assets/css/icons/car-svgrepo-com.svg') !important;
}

.wpl_prp_listing_icon_box>.built_up_area::after {
    background-image: url('/wp-content/themes/wpl_twentyeight/wplhtml/frontend/property_listing/assets/css/icons/property.png') !important;
}

.bedroom,
.bathroom,
.parking,
.pic_count {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 40px !important;

    .value {
        margin-left: -1px !important;
        font-weight: 500 !important;
        color: black !important;
    }

}

.built_up_sqft {
    align-items: center;
    gap: 4px;
    width: 150px !important;
    font-weight: 500 !important;
    color: black !important;
}


.swiper-button-next:after,
.swiper-button-prev:after {
    color: white !important;
    font-size: 20px !important;
}

.listing-gallery-slider {
    position: relative;
    height: 250px !important
}

.listing-swiper,
.swiper-wrapper,
.swiper-slide,
.swiper-slide img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.img-shadow-overlay {
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
}


.img-shadow-overlay::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    pointer-events: none;

    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(20, 20, 20, 0.463) 40%,
            rgba(4, 4, 4, 0.945) 100%);

    opacity: 1;
    transition: opacity 0.3s ease;
}

.wpl-column:hover .img-shadow-overlay::before {
    opacity: 0;
}

.img-shadow-overlay:hover::before {
    opacity: 0;
}

.wpl-28-listing-outstanding .wpl_property_listing_listings_container .row_box .wpl_prp_desc {
    font-family: 'Lato' !important;
}

.row_only {
    display: none !important;
}

body.grid-active .grid_only {
    display: block !important;
}

body.grid-active .row_only {
    display: none !important;
}


body.list-active .row_only {
    display: block !important;
}

body.list-active .grid_only {
    display: none !important;
}



.details-btn {
    width: 100% !important;
    display: flex !important;
    justify-content: flex-end !important;
    position: relative !important;
    bottom: 10px !important;
    right: 15px !important;
}

#detail-btn-button {
    background-color: #00aeff !important;
    border: none !important;
    padding: 7px 10px !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}

#detail-btn-button a {
    color: rgb(244, 244, 244) !important;
}




/* .details-btn-row{
    width: 100% !important;
    display: flex !important;
    justify-content: flex-end !important;
    position: relative !important;
    top: 8px !important;
    right:10px !important;
}

#detail-btn-button-row{
    background-color:#00aeff !important;
    border: none !important;
    padding:7px 10px !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}

#detail-btn-button-row a{
    color:rgb(244, 244, 244) !important;
} */

.wpl_prp_top_boxes.back {
    display: none;
    position: absolute;
    z-index: 1;
}

.wpl_prp_top_boxes.front {
    position: relative;
    z-index: 2;
}



/* Sort Options*/
.wpl-sort-options-list,
.wpl-sort-options-selectbox {
    display: none !important;
}

.wpl_sort_options_container {
    display: flex;
    justify-content: space-between;
}

.wpl_sort_options_container:before,
.wpl_sort_options_container:after {
    content: none !important;
}

.wpl_sort_options_container .sort-left {
    display: flex;
    /* z-index: 10000 !important; */
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_list_grid_switcher {
    right: 25px !important;
}


.wpl-unit-switcher-container {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.wpl-unit-switcher-container label {
    color: #252525;
    font: 16px "Lato", Arial, Helvetica, sans-serif;
    padding: 5px !important;
}

.wpl-unit-switcher-container .chosen-container-single .chosen-single span {
    color: #000;
    font-size: 16px !important;
    position: relative;
    padding-left: 18px;
}

.wpl_unit_switcher_activity .chosen-single span::before {
    position: absolute;
    left: 0;
    font-weight: bold;
}

.wpl_unit_switcher_activity .chosen-single span::before {
    content: attr(data-symbol);
}



.wpl-unit-switcher-container .chosen-container-single .chosen-single {
    display: flex !important;
    align-items: center !important;
    height: 40px !important;
    border-radius: 4px !important;
    border: 1px solid #ddd !important;
}

.wpl_unit_switcher_activity .chosen-container .chosen-results li.active-result {
    width: 100% !important;
    padding: 5px !important;
    cursor: pointer;
    font-size: 16px;
    color: black;
    line-height: 30px;
}

.wpl_unit_switcher_activity .chosen-container .chosen-results li.highlighted {
    background: none !important;
}

.wpl_unit_switcher_activity .chosen-container .chosen-results li.active-result:hover {
    background-color: #1eacee3c !important;
}

.wpl_unit_switcher_activity .chosen-results li::before {
    margin-right: 8px;
    font-weight: bold;
}

.wpl_unit_switcher_activity .chosen-results li[data-option-array-index="0"]::before {
    content: "$";
}

/* USD */
.wpl_unit_switcher_activity .chosen-results li[data-option-array-index="1"]::before {
    content: "€";
}

/* EUR */
.wpl_unit_switcher_activity .chosen-results li[data-option-array-index="2"]::before {
    content: "£";
}

/* GBP */
.wpl_unit_switcher_activity .chosen-results li[data-option-array-index="3"]::before {
    content: "$";
}

/* CAD */
.wpl_unit_switcher_activity .chosen-results li[data-option-array-index="4"]::before {
    content: "$";
}

/* MXN */
.wpl_unit_switcher_activity .chosen-results li[data-option-array-index="5"]::before {
    content: "$";
}

/* CLP */




.wpl_property_listing_container .wpl_sort_options_container li:after {
    content: none !important;
}

.wpl_unit_switcher_activity .chosen-container-single .chosen-single div b {
    background: none !important;
}

.wpl_unit_switcher_activity .chosen-container-single .chosen-single div b::after {
    content: "▾" !important;
    font-size: 15px !important;
    color: #696969 !important;
    display: inline-block !important;
    line-height: 1;
    margin-top: 12px !important;
}


.custom-sort {
    position: relative;
    width: 180px;
    font-family: inherit;
    z-index: 1000 !important;

}

.sort-selected {
    padding: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
}

.sort-selected h6 {
    margin: 0;
    font-size: 16px !important;
    color: black;
}

.sort-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 9999 !important;

}

/* 
.sort-dropdown.open {
    display: block !important;
} */


.sort-dropdown li {
    list-style: none;
    padding: 5px !important;
    width: 100%;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 16px;
    color: black;
}

.sort-dropdown li:after {
    content: none !important;
}

.sort-dropdown li:hover {
    background: #1eacee3c;
    padding-left: 22px;
}

.wpl_property_listing_container .wpl_sort_options_container_title {
    color: #252525;
    font: 16px "Lato", Arial, Helvetica, sans-serif;
    margin-top: 7px;
    padding: 5px !important;
    margin-right: 0px !important;
}

.wpl_property_listing_container .wpl_sort_options_container .custom-sort .sort-dropdown,
.wpl_profile_listing_container .wpl_sort_options_container .custom-sort .sort-dropdown {
    display: none !important;
    float: none;
    margin: 0;
}

/* Open state */
.wpl_property_listing_container .wpl_sort_options_container .custom-sort .sort-dropdown.open,
.wpl_profile_listing_container .wpl_sort_options_container .custom-sort .sort-dropdown.open {
    display: block !important;
}




/* Show dropdown sort box */
/* .wpl-sort-options-selectbox {
    /* display: inline-block !important; 
    opacity: 1 !important;
    visibility: visible !important;
    margin-left: -10px !important;
    margin-top: 5px;

}

/* Dropdown styling (optional) 
.wpl-sort-options-selectbox select {
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid rgba(196, 196, 196, 0.282) !important;
    margin-top: -2px !important;
    font-size: 14px;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    text-transform: capitalize !important;
}

/* .wpl-sort-options-selectbox select option:hover {
    background-color: #931515 !important;
} 

select option{
    padding: 15px 20px !important;
    color: black;
    /* background-color: blue; 
    font-size: 16px !important;
}



.wpl-sort-options-selectbox .chosen-container {
    display: none;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
} */





/* Search Bar */
#wpl_searchwidget_7 {
    display: flex;
    justify-content: center;
}

#wpl_search_widget-7 .widget-title {
    display: none !important;
}

.wpl_search_from_box .wpl_search_from_box_top {
    border: 1px solid #3f3d3d62;
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 40px;
    padding-left: 20px;
    padding-top: 10px;
    width: 85% !important;
    height: 60px;
    background: white;
}

.wpl_search_field_container.wpl_search_field_locations.wpl_search_field_container_41.advanced_locationtextsearch_type {
    width: 100% !important;
}

#wpl7_search_widget_location_level_container_advanced_location_text {
    position: relative;
}

/* image injected like span */
#wpl7_search_widget_location_level_container_advanced_location_text::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;

    background-image: url("/wp-content/themes/wpl_twentyeight/wplhtml/frontend/property_listing/assets/css/icons/home.svg");
    /* house image */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    pointer-events: none;
    z-index: 2;
}

#sf7_advancedlocationtextsearch {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-right: 1px solid rgba(122, 122, 122, 0.755) !important;
    /* margin-left: 20px !important; */
    color: #000;
    font-size: 15px !important;
    padding-left: 40px;
}

#sf7_advancedlocationtextsearch::placeholder,
.db-cities::placeholder {
    color: #000;
    font-size: 15px !important;
}


.wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container:not(.radiussearch) .wpl_search_widget_location_textsearch {
    width: 100% !important;
}

.wpl_search_from_box .wpl_search_from_box_top .wpl_search_widget_location_level_container {
    width: 100% !important;
}

.city-wrapper {
    position: relative;
    top: -6px;
    width: 60% !important;
    border-right: 1px solid rgba(122, 122, 122, 0.755) !important;
    cursor: pointer !important;
}

.city-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
}

.db-cities {
    width: 85% !important;
    font-weight: 200 !important;
    cursor: pointer;
    font-size: 15px !important;
    position: relative;
    color: rgb(34, 34, 34) !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding-left: 15px !important;
}

.db-cities::placeholder {
    color: rgb(34, 34, 34) !important;
}

.cities-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 99999;
    list-style: none;
    display: none;
    max-height: 220px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    border-radius: 2px;
}


.city-item {
    cursor: pointer;
    font-size: 14px;
    padding: 10px 12px;
    text-align: left;
    color: black;
}

.loading-cities {
    padding: 10px 12px;
}

.city-item:hover {
    background: #1eacee3c;
}


#wpl7_search_field_container_6 {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding-left: 5px !important;
    display: flex !important;
    justify-content: space-between !important;
}

.wpl_search_slider_container .wpl_listing_price_sale {
    display: content;
}

.wpl_search_field_controls {
    width: 40% !important;
    position: relative;
    /* left: 3% !important; */
}

.wpl_search_field_controls button {
    width: 150px !important;
    border: none !important;
    background-color: transparent !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    font-size: 15px !important;
    position: relative;
    top: -6px;
    color: black !important;
    text-align: center;
    padding-left: 10px !important;
}

.advanced-btn span img {
    width: 20px !important;
    height: 20px !important;
    margin-right: 8px !important;
}

#wpl_searchwidget_7 .search_submit_box {
    background-color: transparent !important;
    /* margin-left: 5% !important; */

}

.search_submit_box:after {
    content: "" !important;
}

#wpl_searchwidget_7 .search_submit_box button {
    background-color: #00aeff !important;
    border: none !important;
    width: 50px !important;
    height: 50px !important;
    padding: 10px 20px !important;
    border-radius: 40px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    color: white !important;
    /* font-size: 15px !important; */
}

#wpl_search_widget_submit7 img {
    width: 30px !important;
    height: 30px !important;
    max-width: none !important;
    max-height: none !important;
}

.advanced-price-controls-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.advanced-price-inner {
    background: #fff;
    width: 500px;
    max-width: 95vw;
    min-height: 320px;
    margin: auto;
    padding: 22px 28px 24px 22px;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.more-filters {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    border-bottom: 1px solid #a8a8a8;
}

.close-advanced-btn {
    font-size: 25px;
    background: none;
    border: none;
    color: #0e0e0e;
    cursor: pointer;
}

.adv-title {
    font-size: 18px;
    color: #1b1b1b;
    font-weight: 600;
}


.adv-fields {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    display: flex;
}

/* #sf7_unit_price_chosen {
    width: 100px !important;
} */

.adv-search-submit-box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: auto;
    padding-top: 20px;
}

.adv-search-btn {
    width: 100%;
    height: 44px;
    border-radius: 0;
    background-color: #00aeff !important;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    transition: background 0.25s;
}

.adv-search-btn:hover {
    background-color: #1e2222 !important;
}

.more_search_option {
    display: none;
}

/* #wpl_default_search_7 input[type="text"] {
    margin-left: 10px;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-right: 1px solid rgba(122, 122, 122, 0.755) !important;
    font-size: 16px;
}

#wpl_default_search_7 input[type="text"]::placeholder {
    color: rgb(113, 113, 113);
    font-size: 16px;
} */

.adv-fields h4 {
    /* margin-bottom: -10px !important; */
    color: #000;
    font-size: 16px;
}

.wpl-unit-switcher-widget .chosen-container.chosen-container-single {
    width: 130px !important;
}

.wpl_search_from_box.wpl_search_kind0 [id*="_search_field_container_8"] .chosen-container:after,
.wpl_search_from_box.wpl_search_kind0 [id*="_search_field_container_9"] .chosen-container:after {
    content: "" !important;

}

.wpl_search_from_box.wpl_search_kind0 [id*="_search_field_container_8"] .chosen-container,
.wpl_search_from_box.wpl_search_kind0 [id*="_search_field_container_9"] .chosen-container {
    width: 200px !important;
    min-width: 200px !important;
}

.listing-search-filters {
    width: 100%;
}

.searchbar-head {
    width: 100%;
    display: flex;
    flex-direction: row;
}


/* Displaying Property page */

.wpl_prp_container_content {
    margin-top: 2%;
}

.property_heading_header .wpl_prp_right_boxe_details_top {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    border-bottom: none;
}

.property_heading_header .clearfix:before {
    content: none !important;
}

.property_heading_header .clearfix:after {
    content: none;
}

.property_heading_header .wpl_prp_right_boxe_details_top .wpl_prp_show_title {
    width: 60%;
}

.property_heading_header .wpl_prp_right_boxe_details_top .wpl_prp_show_title h1 {
    color: rgb(0, 0, 0) !important;
    font-size: 30px !important;
    font-weight: 500 !important;
}

.property_heading_header .wpl_prp_right_boxe_details_top .wpl_prp_show_title h2 span {
    font-size: 18px !important;
    font-weight: 300 !important;
}

.property_heading_header .wpl_prp_right_boxe_details_top .wpl_prp_right_boxe_details_bot .price_box {
    color: black !important;
    font-size: 24px !important;
    font-weight: 800 !important;
}

.property_heading_header .wpl_prp_right_boxe_details_top .property-details-header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.property_heading_header .wpl_prp_right_boxe_details_top .property-details-header-right .built_up_area {
    font-size: 18px !important;
    margin-top: -10px;
    color: #999999 !important;
}

.property_heading_header .wpl_prp_right_boxe_details_top .wpl_prp_show_title .f-sale h6 {
    text-align: center;
    background-color: #272727;
    color: white;
    padding: 8px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 200;
    margin-top: 20px;
    width: 15%;
}

.wpl-gallery-pshow {
    height: 350px !important;
}


.property-details-overview {
    padding: 10px;
    background-color: #f8f8f8;
}

.property-details-overview .overview-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #c7c7c7;

}

.property-details-overview .overview-box p {
    color: black;
    font-size: 18px !important;
}

.property-details-overview .overview-box p span {
    font-weight: 800 !important;
}

.property-basic-details {
    padding: 20px 0;

}

.property-basic-details .items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

.property-basic-details .items .box .img_with_data {
    display: flex;
    align-items: center;
}

.property-basic-details .items .box h6 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #151515 !important;
    padding-left: 30px;
}

.property-basic-details .items .box p {
    position: relative;
}

.property-basic-details .items .box p.bedroom_img:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/wpl_twentyeight/wplhtml/frontend/property_listing/assets/css/icons/bed-double-svgrepo-com.svg');
}

.property-basic-details .items .box p.bathroom_img:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/wpl_twentyeight/wplhtml/frontend/property_listing/assets/css/icons/shower-head-svgrepo-com.svg');
}

.property-basic-details .items .box p.parking_img:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/wpl_twentyeight/wplhtml/frontend/property_listing/assets/css/icons/car-svgrepo-com.svg');
}

.property-basic-details .items .box p.area_img:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/wpl_twentyeight/wplhtml/frontend/property_listing/assets/css/icons/property.png');
}

.property-basic-details .items .box p.calender_img:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/wpl_twentyeight/wplhtml/frontend/property_listing/assets/css/icons/calendar.svg');
}

.property-basic-details .items .box span {
    font-size: 16px !important;
    top: -15px !important;
}

.property-basic-details .items .box h6.property_typ {
    position: relative;
    left: -30px !important;

}

.wpl_prp_show_container .wpl-gallery-pshow-wp .lSSlideOuter .lSPager {
    display: none !important;
}

.custom-thumbs {
    display: flex;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    margin-left: 3px !important;
    gap: 3px;
}

.custom-thumb {
    width: 100%;
    height: 80px;
    object-fit: cover;
    cursor: pointer;

}



.custom-thumb.active {
    border: 3px solid #000;
    /* Black border */
    box-sizing: border-box;
    border-radius: 4px;
    /* Thoda smooth look */
}



.wpl_prp_show_layout2_container .wpl_prp_show_detail_boxes {
    padding: 10px !important;
    background-color: #f8f8f8;
    margin-top: 20px;
}

.prp-title-heading {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #c7c7c7 !important;
}

.prp-title-heading span {
    color: black;
    font-size: 18px !important;
    font-weight: 500;
}



.wpl_prp_show_layout2_container .wpl_prp_show_detail_boxes_cont {
    font-size: 16px !important;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
}


.wpl-large-up-2>.wpl-column:nth-of-type(2n+1),
.wpl-large-up-2>.wpl-columns:nth-of-type(2n+1),
.wpl-large-up-2>.wpl-column:nth-of-type(1n) {
    border-bottom: 1px solid rgb(227, 227, 227);
    padding: 8px 5px;
    font-size: 15px !important;
    width: 48% !important;
}

.wpl-large-up-2>.wpl-column:nth-of-type(2n+1) {
    margin-right: 15px;
}


.property-details-overview-design {
    padding: 10px;
    background-color: #f8f8f8;
}

.property-details-overview-design .overview-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #c7c7c7;

}

.property-details-overview-design .overview-box p {
    color: black;
    font-size: 18px !important;
}

.property-details-overview-design .details-content {
    background-color: rgba(56, 193, 239, 0.2);
    border: 1px solid rgb(6, 134, 184);
    display: flex;
    justify-content: center;
    padding: 20px 10px;
    width: 100%;
    gap: 10px;
    border-radius: 5px;
}

.property-details-overview-design .details-content .details-content-left {
    width: 47%;

}

.property-details-overview-design .details-content .details-content-common .item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(227, 227, 227);
    padding: 10px 5px;
}

.property-details-overview-design .details-content .details-content-common .item label {
    font-size: 16px;
    color: black;
}

.property-details-overview-design .details-content .details-content-common .item span {
    font-size: 16px;
    color: rgb(38, 38, 38);
}


.property-details-overview-design .details-content .details-content-right {
    width: 47%;
}

.wpl_prp_show_detail_boxes_cont .rows.feature.single:after {
    content: "✓";
}

.wpl_prp_show_layout2_container .wpl_prp_show_detail_boxes_cont .rows.feature span,
.wpl_prp_show_layout2_container .wpl_prp_show_detail_boxes_cont .rows.feature.single:after {
    background: none !important;
}

.gallery-item-caraousel {
    width: 18% !important;
}

.gallery-item-caraousel img {
    width: 100% !important;
}



#gallery-container {
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;


}

.gallery-item {
    width: 100% !important;

    /* border: 1px solid #ddd; */
    /* border-radius: 8px; */
    /* background: #f3f3f3; */
    /* overflow: hidden; */
    display: flex;
    flex-wrap: wrap;
    gap: 5px !important;
}

.gallery-item img {
    width: 100% !important;
}

#gallery-container .gallery-thumb {
    cursor: pointer;
    width: 100% !important;
    height: 150px;
    object-fit: cover;

}

/* Fullscreen preview background */
.img-preview {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    margin-top: 5%;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* When opened */
.img-preview.show {
    visibility: visible;
    opacity: 1;
}

/* Big centered image */
.img-preview img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 5px;
    object-fit: contain;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    display: block;
    margin: 0 auto;
}

/* Close button */
.img-preview .close-preview {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    z-index: 10000;
    transition: color 0.2s ease;
}

#gallery-pagination {
    margin-top: 5px;
    text-align: center;
    padding: 10px;
}

#gallery-pagination .yt-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    font-family: Arial, sans-serif;
}

#gallery-pagination .pg-nav {
    background: #00aeff;
    color: #fff;
    padding: 8px 18px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

#gallery-pagination .pg-nav:hover:not([disabled]) {
    background: #0487c4;
}

#gallery-pagination .pg-info {
    font-size: 15px;
    color: #444;
    padding: 5px 12px;
    background: #f0f0f0;
    border-radius: 6px;
}

#gallery-pagination .pg-nav[disabled] {
    opacity: 0.4;
    cursor: not-allowed;
}

/* proeprty listing page Map */

.leaflet-container .leaflet-marker-pane img {
    width: 40px !important;
    height: 50px !important;
}





/* Agent page search bar */

#wpl_profile_listing_main_container {
    padding: 0 !important;
}

#wpl_profile_listing_main_container .widget .widget-title {
    display: none !important;
}

#wpl_searchwidget_10 {
    display: flex;
    justify-content: center;
}

.wpl_search_from {
    border: 1px solid #3f3d3d62;
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 40px;
    padding-left: 20px;
    padding-top: 10px;
    width: 85% !important;
    height: 60px;
    background: white;
}

.wpl_search_from .wpl_search_widget_location_textsearch,
.wpl_search_from .wpl_search_fields.text {
    height: 40px !important;
    display: flex !important;
    justify-content: space-around;
    width: 30% !important;
    border: none !important;
    outline: none !important;
    position: relative;
    top: -6px;

}

.wpl_search_field_container.wpl_search_field_text,
.wpl_search_from .wpl_search_widget_location_textsearch {
    border-right: 1px solid rgba(122, 122, 122, 0.755) !important;
    font-size: 15px !important;
    color: rgb(16, 16, 16) !important;
    margin-left: 10px !important;
}

#wpl10_search_widget_location_level_container_advanced_location_text::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 35%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;

    background-image: url("/wp-content/themes/wpl_twentyeight/wplhtml/frontend/property_listing/assets/css/icons/home.svg");
    /* house image */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    pointer-events: none;
    z-index: 2;
}

#sf10_advancedlocationtextsearch {
    padding-left: 30px;
    width: 300px !important;
}

.wpl_search_field_container.wpl_search_field_text.wpl_search_field_container_902 {
    border-right: none !important;

}

#wpl_searchwidget_10 .wpl_search_field_container label {
    display: none !important;
}


#wpl_searchwidget_10 .wpl_search_from .wpl_search_field_container {
    width: 100% !important;
}

.wpl_search_from_box.simple input[type="text"] {
    height: 40px !important;
    width: 100% !important;
    border: none !important;
    font-size: 15px !important;
    color: rgb(16, 16, 16) !important;
    background: none !important;

}


.wpl_search_from_box.simple input[type="text"]::placeholder,
.wpl_search_from_box.simple .wpl_search_widget_location_textsearch::placeholder {
    font-size: 15px !important;
    color: rgb(16, 16, 16) !important;

}

.wpl-28-template-wp .wpl_search_from_box .search_submit_box {
    background: none !important;
}

/* Submit button ko pure icon button banana */
.wpl-28-template-wp .wpl_search_from .search_submit_box input[type="submit"] {
    background-color: #00aeff !important;
    border: none !important;

    /* Button size */
    width: 50px !important;
    height: 50px !important;

    padding: 0 !important;
    border-radius: 40px !important;
    cursor: pointer !important;

    /* Text hide */
    font-size: 0 !important;
    color: transparent !important;

    position: relative;
    top: -5px !important;
    right: 5px !important;


    /* ICON control */
    background-image: url("/wp-content/themes/wpl_twentyeight/wplhtml/frontend/property_listing/assets/css/icons/searchicon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
}

/* #wpl_searchwidget_10 .search_submit_box {
    margin-left: 3px !important;
    text-align: center !important;
} */

.wpl-profile-listing-wp .wpl_sort_options_container_title {
    color: #171717;
    font: 16px "Lato", Arial, Helvetica, sans-serif;
    margin-right: 0px;
    margin-top: 11px;
}

.wpl_profile_container.grid_box {
    height: 450px !important;
}

/* .wpl-large-up-3>.wpl-column, .wpl-large-up-3>.wpl-columns{
    width: 30.3333% !important;
} */

.wpl_profile_container {
    background-color: #f8f8f8;
    border-bottom: transparent !important;


}

.wpl-column .wpl_profile_container {
    width: 100% !important;
}

.wpl_profile_container.row_box {
    display: flex !important;
    width: 100% !important;
    height: 320px !important;
    border: none !important;
}

.wpl_profile_container.row_box .agent-left-side {
    width: 30% !important;
    padding: 0 !important;
}

.wpl_profile_container.row_box .agent-left-side .wpl_profile_picture {
    width: 100% !important;
    height: 100% !important;
}

.wpl_profile_container.row_box .agent-right-side {
    width: 70% !important;
    padding: 0px 15px !important;
}

.wpl_profile_container .wpl_profile_picture {
    margin: 0 !important;
    width:300px !important;
}

.wpl_profile_container.grid_box .agent-left-side {
    display: flex;
    justify-content: center;
}

.wpl_profile_container .wpl_profile_picture .front img {
    width: 100% !important;
    height: 100% !important;
}

.wpl_profile_container_title.grid_box {
    height: 105px !important;
    padding: 0px 2px;
}

.wpl_profile_container.grid_box .wpl_profile_container_title {
    height: 100px !important;
}

.wpl_profile_container_title .title a {
    font-size: 20px !important;
    font-weight: 600;
    color: black !important;
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
    margin-top: 15px !important;
}

.additional-details h2 {
    font-size: 14px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 500 !important;
    margin-top: 8px !important;
    color: rgb(45, 45, 45) !important;
}

.additional-details h5.infos {
    font-size: 14px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 600 !important;
    margin-top: 15px !important;
    color: rgb(45, 45, 45) !important;
}

.wpl_profile_container.row_box .wpl_profile_container_title {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
}

.wpl_profile_container.row_box .wpl_profile_container_title .for-title {
    width: 65% !important;
}

.wpl_profile_container.row_box .agent-property-links {
    position: relative;
    width: 30% !important;
    display: flex !important;
    justify-content: end !important;
    text-align: end;
    align-items: center;
}

.wpl_profile_container.row_box .agent-property-links a {
    color: #00aeff !important;
    font-size: 16px !important;
}

.wpl_profile_container.row_box .about {
    margin-top: 10px !important;
}


.wpl_profile_container.row_box .wpl_profile_container_title .additional-details h2 {
    font-size: 16px !important;
    margin-top: 10px !important;
}

.wpl_profile_container.row_box .wpl_profile_container_title .additional-details h5.infos {
    margin-top: 3px !important;
}


.wpl_profile_container.row_box ul {
    float: none;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between;
    width: 100% !important;
    margin-top: -5px;
    gap: 5px;
}

/* .wpl_profile_container.row_box ul li{
overflow:visible !important;
} */

.wpl_profile_container.row_box .agent-listing-social li {
    flex: 1 1 auto;
    min-width: 250px;
    display: flex !important;
    justify-content: flex-start;
    margin-bottom: 10px !important;
    /* border-bottom: 1px solid rgb(227, 227, 227) !important;
    padding-bottom: 35px !important; */
}

.wpl_profile_container.row_box .agent-c-links {
    position: relative;
    width: 100% !important;
    display: block !important;
    justify-content: start !important;
    text-align: start;


}

.wpl_profile_container.row_box .agent-c-links a {
    color: #00aeff !important;
    font-size: 16px !important;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wpl_profile_container.row_box ul li a.phone-link,
.wpl_profile_container.row_box ul li a.mobile-link {
    display: block;
}


.wpl_profile_container li a {
    border-radius: 0%;
}

.wpl_profile_container.row_box .agent-listing-social li .wpl-util-hidden {
    position: absolute !important;
    left: 16% !important;
}

.wpl_profile_container.grid_box .agent-listing-social li.agent-prop-details-btn {
    display: none !important;
}

.wpl_profile_container.row_box .agent-listing-social li.agent-prop-details-btn {
    width: 100%;
    border-bottom: none !important;
    margin-top: 5px;
}

.wpl_profile_container.row_box .agent-prop-details-btn a.view_properties {
    font-size: 14px !important;
    font-weight: 600;
    color: #00aeff !important;
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
    padding: 7px 10px !important;
}

.wpl_profile_container.grid_box .agent-descc {
    display: none;
}

.wpl_profile_container.row_box .agent-descc {
    padding: 10px;
}

.wpl_profile_container.row_box .agent-descc .about {
    display: block;
    width: 100%;
    max-height: 6.4em;
    overflow: hidden;
    line-height: 1.6;
    font-size: 14px;
    color: #333;
}

@supports (-webkit-line-clamp: 4) {
    .wpl_profile_container.row_box .agent-descc .about {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.wpl_profile_container.row_box .agent-read-more {
    display: inline-block;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #00aeff;
    text-decoration: none;
}

.wpl_profile_container.row_box .agent-read-more:hover {
    text-decoration: underline;
}


.wpl_profile_container li:after {
    color: white !important;
    background-color: #00aeff !important;
}

.wpl_profile_container.row_box .wpl_profile_picture .front .no_image:before {
    font: 21.5em "wpl-front" !important;
    position: relative;
    top: 20px !important;
}


/* agent details page */

.wpl_agent_details {
    border-bottom: none !important;
    height: 300px !important;
    padding: 20px;
}

.wpl_agent_info_l img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.agent-detail-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #c7c7c7;
}

.agentname-c_name {
    width: 70%;
    padding-top: 10px;
}

.agent-company-logo {
    width: 30%;
}

.agent-company-logo img {
    width: 70%;
    height: 100%;
}

.wpl_agent_info_detail .wpl_profile_container_title {
    font-size: 24px !important;
    color: black !important;
    font-family: 'lato' !important;
}

.wpl_agent_info_detail .agent-c-name {
    font-size: 16px !important;
    color: #00aeff;
    font-family: 'Lato' !important;
    margin-top: 5px;
}

.wpl-agent-info-main-fields {
    display: flex !important;
    width: 100% !important;
    flex-wrap: wrap !important;
    margin-top: 10px !important;
}

.wpl-agent-info-main-fields li {
    width: 100% !important;
    font-size: 16px;
    /* display: flex; */
    padding-left: 0px !important;

}

.wpl-agent-info-main-fields li span {
    color: black !important;
    font-weight: 600;
}

.wpl-agent-info-main-fields .agent-info-btns {
    display: flex;
    gap: 10px;
    margin-top: 20px;

}

.wpl-agent-info-main-fields .agent-info-btns button {
    width: 130px;
    height: 40px;
    border-radius: 5px;
    font-size: 15px;
    font-family: "lato";
}

.wpl-agent-info-main-fields .agent-info-btns #agent-email {
    background-color: #00aeff;
    border: 1px solid #00aeff;
}

.wpl-agent-info-main-fields .agent-info-btns #agent-email:hover {
    background-color: #1590c9;
}

.wpl-agent-info-main-fields .agent-info-btns #agent-email a {
    color: white;
}

.wpl-agent-info-main-fields .agent-info-btns #agent-phone {
    border: 1px solid #00aeff;
    background-color: white;
}

.wpl-agent-info-main-fields .agent-info-btns #agent-phone a {
    color: #00aeff;
}


.wpl_profile_show_container li.tel:before {
    content: "\e00f" !important;
}

.about-and-contacts {
    display: flex;
    width: 100%;
    gap: 20px;
    position: relative;
    top: 20px;
}

.agents-detail-about {
    background: #f8f8f8;
    padding: 20px !important;
    width: 70%;
}

.about-and-contacts h3 {
    color: #000;
    font-family: 'Lato' !important;
}

.agents-detail-about .wpl_agent_about {
    font-size: 16px !important;
    color: #3a3a3a !important;
    margin-top: 5px !important;
}

.ag-details {
    width: 30%;
    background: #f8f8f8;
    padding: 20px !important;
}

.agent-contact-details {
    display: flex;
    flex-direction: column;
}

.agent-contact-details li {
    width: 100% !important;
}

.agent-contact-details li:before {
    background-color: #00aeff !important;
}

.agent-contact-details li a,
.agent-contact-details li {
    font-size: 16px !important;
    color: rgb(5, 5, 5) !important;
    font-family: 'Lato' !important;
    margin-bottom: 5px !important;
}



.wpl_contact_container.wpl_user_contact_container {
    margin: 40px 0 !important;
    padding: 10px;
}

.wpl_user_contact_container form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.wpl_user_contact_container .text-field {
    width: calc((100% - 15px) / 3);
    margin-right: 5px;
}


.wpl_user_contact_container .form-field input[type="text"] {
    border-radius: 5px;
    height: 40px !important;
    font-size: 14px !important;
}

.wpl_user_contact_container .form-field textarea {
    padding: 5px;
    border-radius: 5px;
    height: 40px !important;
    font-size: 14px !important;
}

.wpl_user_contact_container .button {
    position: absolute;
    top: 100%;
    left: 1%;
    /* width: 100% !important; */
}

.wpl_user_contact_container .form-field .btn-primary {
    background-color: #00aeff !important;
    border: none !important;
}

.website.wpl-tooltip-top:before {
    width: 0 !important;
    height: 0 !important;
}

.wpl_agents_widget_container .wpl_profile_container ul li {
    background: transparent !important;
}

.wpl_profile_show_container .no_image {
    max-width: 100% !important;
}

.wpl_agents_widget_container .wpl_profile_container {
    display: flex !important;
    flex-wrap: wrap !important;
    float: left !important;
    margin-top: 20px !important;
}

/* from agent details page we have to remove featured agents */
#wpl_agents_widget-8 {
    display: none;
}




/* contact us page */
.entry-content .contact__us {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}

.entry-content .contact__us div {
    position: relative !important;
}

.entry-content .contact__us #nf-form-2_1-cont {
    background: #f8f8f8 !important;
    padding: 10px !important;
    width: 60% !important;
}

.entry-content .contact__us p {
    background: #f8f8f8 !important;
    padding: 10px !important;
    width: 40% !important;
}

.entry-content.contact__us p b {
    position: relative !important;
    top: 20px !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600;
}


/* contact us page social icons */
.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 20%;
}

.social-icons .icon {
    width: 36px;
    height: 36px;
    background: #00aeff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.social-icons i {
    color: #fff;
    font-size: 15px;
}


.nf-form-title h3 {
    color: #000;
    margin-top: 0px !important;
}

.nf-form-content {
    margin: 20px auto !important;
}

.nf-field-label label {
    color: #000 !important;
}

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
    background: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 5px !important;
}

.nf-field-element ul {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nf-field-element ul li {
    color: #000 !important;
}

.listradio-wrap .nf-field-element label.nf-checked-label:before {
    background: #00aeff !important;
}



.nf-form-content input[type=button] {
    background: #00aeff !important;
    width: 100% !important;
}

.contactus-mapp {
    margin-bottom: 20px;
}



/* elite-agents  realted to platinum agents */
.et-db #et-boc .et-l .et_pb_module p {
    margin: 0;
    text-align: inherit;
    width: 100% !important;
    padding: 5px !important;
}

/* toggle switch for agents and proeprty page */
.wpl-28-template-wp .wpl_list_grid_switcher>div.active:before {
    color: #00aeff !important;
}




/* proeprty listing map view */

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_search_from_box_top {
    width: 90% !important;
}

#main_box.container_full_width {
    width: 75% !important;
}

.wpl_prp_cont.inner_div.map_box .f-sale .points h6 {
    width: 40%;
    font-size: 7px;
    margin-top: -4px;

}

.wpl-property-listing-mapview .wpl_prp_title {
    color: black
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_list_view_container .wpl_prp_cont .price_box {
    /* display: none !important; */
    z-index: 5 !important;
    position: absolute !important;
}

.wpl-property-listing-mapview .wpl_property_listing_list_view_container .wpl_prp_cont .maps_price {
    display: none !important;
}

.map_price_box {
    display: block !important;

}

.wpl-28-listing-outstanding .wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_list_view_container .wpl_prp_cont .price_box{
    top:0px !important;
    margin-top: 0px !important; 
}

.wpl-28-listing-outstanding .wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_list_view_container .wpl_prp_cont .price_box span {
    line-height: 18px;
    background: transparent !important;
    text-align: start !important;
    font-size: 14px !important;
     font-weight: 600 !important;
    color: rgb(6, 6, 6) !important;
    position: relative !important;}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_prp_cont_v2 .wpl-plisting-rooms-wp>.wpl-plisting-row-col {
    width: auto !important;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_prp_cont_v2 .wpl-plisting-rooms-wp>.wpl-plisting-row-col .bedroom,
.wpl_property_listing_container.wpl-property-listing-mapview .wpl_prp_cont_v2 .wpl-plisting-rooms-wp>.wpl-plisting-row-col .bathroom {
    padding-left: 0px !important;
}

 .wpl-property-listing-mapview .wpl_prp_cont_v2 .wpl-plisting-rooms-wp {
    background: transparent !important;
    height: 40px !important;
}

.wpl-28-listing-outstanding .wpl-plisting-rooms-wp .wpl-plisting-row-col .bedroom::before {
    content:none !important;

}

.wpl-28-listing-outstanding .wpl-plisting-rooms-wp .wpl-plisting-row-col .bathroom::before {
    content:none !important;

}

.wpl-28-listing-outstanding .wpl-plisting-rooms-wp .wpl-plisting-row-col .parking::before {
    content:none !important;
}


.wpl-28-listing-outstanding .wpl-plisting-rooms-wp .wpl-plisting-row-col .built_up_area::before {
    content: none !important;
} 

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_pagination_container {
    position: absolute !important;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_listings_container {
    height: 90% !important;

}

/* .wpl_property_listing_container.wpl-property-listing-mapview .wpl_sort_options_container {
    left: 12px !important;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_list_grid_switcher {
    right: 13px !important;
}*/

.wpl_property_listing_container.wpl-property-listing-mapview .wpl-print-rp-wp {
    right: 105px !important;
}

.wpl_prp_top_boxes .no_image_box {
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wpl_prp_cont.wpl_prp_cont_v2.inner_div.map_box .wpl_prp_top_boxes .no_image_box::before {
    position: absolute !important;
}

.wpl-28-template-wp .wpl_property_listing_container.wpl-property-listing-mapview .wpl_googlemap_plisting {
    width: 49% !important;
    display: block !important;
    height: 900px !important;
    z-index: 0 ;

}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_list_view_container {
    width: 50% !important;
    height: 900px !important;
    margin: 15px 0.5% 2.5em 0 !important;
    z-index: 1 !important;

}

.wpl_property_listing_container .wpl_googlemap_plisting {
    display: none;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_container .wpl_googlemap_plisting {
    display: block !important;
}

/* property details page remove ad */
.wpl_prp_right_boxes_content.clearfix .wpl_html_activity {
    display: none !important
}

.wpl_prp_right_boxes {
    border: none;
}

.wpl_prp_show_layout2_container .wpl_prp_container_content_right {
    margin-top: -40px;
}








/* map listing grid structure */
#main_infowindow .main_infowindow_r .main_infowindow_r_b .bathroom {
    margin-left: 40px !important;
}

.wpl-property-listing-mapview .wpl-column {
    width: 50%;

}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_prp_cont {
    width: 100% !important;
    height: 300px;
    display: flex;
    flex-direction: column;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_prp_cont .wpl_prp_top {
    width: 100% !important;
    max-height: 100% !important;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_prp_cont.wpl_prp_cont_v2.inner_div.map_box .listing-gallery-slider {
    height: 160px !important;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_prp_cont .wpl_prp_bot {
    width: 100% !important;
}

.wpl_prp_cont.inner_div.map_box .f-sale .points h6 {
    width: 20%;
}

.wpl-28-listing-outstanding .wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_list_view_container .wpl_prp_cont .price_box span {
    font-size: 16px !important;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl-plisting-map-only {
    margin-top: 5% !important;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_prp_cont .wpl_prp_bot .view_detail .wpl_prp_title {
    font-size: 18px !important;
    display: none;
}

.wpl-property-listing-mapview .wpl_prp_cont .wpl_prp_bot .wpl_prp_listing_location {
    font-size: 14px !important;
}

.wpl-property-listing-mapview .wpl_property_listing_listings_container .wpl_prp_bot .wpl-plisting-name,
.wpl-property-listing-mapview .wpl_property_listing_list_view_container .wpl_prp_listing_location,
.wpl-property-listing-mapview .wpl_prp_cont_v2 .wpl-plisting-rooms-wp {
    padding-left: 3px !important;
}

.wpl-property-listing-mapview .wpl_prp_cont_v2 .wpl-plisting-rooms-wp{
    margin-top: 20px;

}

.wpl-property-listing-mapview .wpl_sort_options_container_title {
    display: block !important;
}


.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    width: 30% !important;
    height: 70% !important;
    overflow: auto !important;
}

.ui-autocomplete-category.ui-menu-item {
    background-color: #00aeff !important;
}

.ui-autocomplete .ui-menu-item {
    padding: 8px 5px !important;
    cursor: pointer;
}

.ui-autocomplete .ui-menu-item:hover {
    background: #1eacee3c !important;

}






/* recent listing ids */
.recent-listing-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 4px;
    padding: 0;
    list-style: none;
    z-index: 9999;
    display: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
    /* height: 200px; */
}

.recent-listing-dropdown li {
    padding: 5px !important;
    cursor: pointer;
    font-size: 14px;
    color: #000;
}

.recent-listing-dropdown li:hover {
    background: #1eacee3c !important;
}

.recent-listing-dropdown .dropdown-title {
    font-size: 14px;
    color: #ffffff;
    cursor: default;
    background-color: #00aeff !important;
}


/* listings details page icon color */

.wpl-28-template-wp input.btn-primary {
    background: #00aeff !important;
    border: none !important;
}

.wpl_prp_show_container .listing_links .pdf_link:before,
.wpl_prp_show_container .listing_links .favorite_link:before,
.wpl_prp_show_container .listing_links .send_to_friend_link:before,
.wpl_prp_show_container .listing_links .request_a_visit_link:before,
.wpl_prp_show_container .listing_links .crm_link:before,
.wpl_prp_show_container .listing_links .adding_price_request_link:before {
    color: #00aeff !important;
}

.wpl_prp_show_container .listing_links .pdf_link:hover,
.wpl_prp_show_container .listing_links .favorite_link:hover,
.wpl_prp_show_container .listing_links .send_to_friend_link:hover,
.wpl_prp_show_container .listing_links .request_a_visit_link:hover,
.wpl_prp_show_container .listing_links .crm_link:hover,
.wpl_prp_show_container .listing_links .adding_price_request_link:hover {
    border: 1px solid rgb(117, 117, 117) !important;
}



.loader {
    width: 18px;
    padding: 3px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #00aeff;

    --_m:
        conic-gradient(#0000 10%, #000),
        linear-gradient(#000 0 0) content-box;

    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;

    animation: l3 1s infinite linear;
}

@keyframes l3 {
    to {
        transform: rotate(1turn);
    }
}

.wpl_search_widget_location_level_container {
    position: relative;
}

.wpl-autocomplete-loader {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    pointer-events: none;
}

.wpl_search_widget_location_textsearch.ui-autocomplete-loading~.wpl-autocomplete-loader {
    display: block;
}



.map_search_ajax_loader {
    background-color: rgba(0, 0, 0, 0.766) !important;
    width: 70px !important;
    height: 90px !important;

    display: flex;
    justify-content: center;
    align-items: center;

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    z-index: 9999 !important;
    /* map se upar rahe */
}


.css-spinner {
    width: 40px;
    padding: 3px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #00aeff;

    --_m:
        conic-gradient(#0000 10%, #000),
        linear-gradient(#000 0 0) content-box;

    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;

    animation: l3 1s infinite linear;
}

@keyframes l3 {
    to {
        transform: rotate(1turn);
    }
}




/* map view me sort ko full width banao */
.wpl_property_listing_container.wpl-property-listing-mapview .wpl_sort_options_container {
    box-sizing: border-box;
    position: relative;
    top: 18px !important;
    z-index: 0 !important;
    background-color: transparent;
}

.wpl_property_listing_list_view_container .wpl_sort_options_container {
    display: none !important;
}

.leaflet-popup-content {
    width: 200px !important;
}


/* .wpl_list_grid_switcher .grid_view::before {
    content: none !important;
}


.wpl_list_grid_switcher .grid_view {
border-radius: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    display: inline-block;     
    width: 40px;                
    height: 40px;                
    background-image: url('/wp-content/themes/wpl_twentyeight/wplhtml/frontend/property_listing/assets/css/icons/grid-small-svgrepo-com (1).svg') !important;
    background-size: contain;   
    background-repeat: no-repeat;
    background-position: center;
} */


.reset-box {
    max-width: 420px;
    margin: 80px auto;
    background: #ffffff;
    padding: 32px 28px;
    border-radius: 14px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
    text-align: center;
    animation: fadeInUp 0.35s ease;
}

.reset-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #222;
}

.reset-box form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.reset-box input[type="password"] {
    width: 100%;
    padding: 13px 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
    outline: none;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}

.reset-box input::placeholder {
    color: #999;
}

.reset-box input:focus {
    border-color: #00aeff; /* brand color */
    box-shadow: 0 0 0 2px rgba(137, 12, 37, 0.12);
}

.reset-box button {
    margin-top: 10px;
    padding: 13px;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    background: #00aeff;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}

.reset-box button:hover {
    background: #00aeff;
    transform: translateY(-1px);
}

.reset-box button:active {
    transform: scale(0.98);
}

.reset-success {
    background: #cfefd8;
    padding: 12px;
    border-radius: 6px;
    color: #1f7a38;
    margin-bottom: 12px;
    font-size: 14px;
}

.reset-error {
    background: #ffd6d6;
    padding: 12px;
    border-radius: 6px;
    color: #b00000;
    margin-bottom: 12px;
    font-size: 14px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

