/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.0.1703851673
Updated: 2023-12-29 12:07:53

*/
/*

.pic_height {
    position: absolute;
    width: 100%;
    padding-top: 56.25%;
}

.box_line {
    display: block;
    position: absolute;
    z-index: 20;
    width: 2px;
    height: 2px;
}

.box_line.line_b_t {
    top: 20px;
    left: 20px;
    height: calc(100% - 40px);
}

.box_line.line_r_l {
    bottom: 20px;
    right: 20px;
    width: 15%;
    min-width: 20px;
}
.box_line.line_l_r {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px - 40px);
}

.box_line .line {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.line_t_b {
    top: calc(40px + 20px);
    right: 20px;
    height: calc(100% - 40px - 40px);
}
*/

.property-slider::before {
    content: "";
    display: inline-block;
    width: 100%;
    background: #294487;
    height: 2px;
    position: absolute;
    top: 20px;
    z-index: 10;
    width: calc(100% - 65px);
    left: 20px;
}

.property-slider::after {
    content: "";
    display: inline-block;
    width: 2px !important;
    background: #294487;
    height: calc(100% - 35px);
    position: absolute;
    top: 20px;
    z-index: 10;
    left: 20px;
}
.property-listing-sub::after {
    content: "";
    display: inline-block;
    width: 2px !important;
    background: #294487;
    height: calc(100% - 82px);
    position: absolute;
    top: 50px;
    z-index: 10;
    right: 25px;
}
.property_details::after {
    content: "";
    display: inline-block;
    width: 15%;
    background: #294487;
    height: 2px;
    position: absolute;
    z-index: 10;
    right: 25px;
    bottom: 30px;
}

.property_price span {
    padding-right: 20px;
}
/* Basic container styling */
/*
.container {
    display: flex;
    justify-content: space-between;
    margin: 20px;
}*/

/* Left sidebar styling */
.left-sidebar {
    width: 25%;
}

.left-sidebar h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.left-sidebar ul {
    list-style: none;
    padding: 0;
}

.left-sidebar ul ul {
    margin-left: 0px;
}

.left-sidebar li {
    margin-bottom: 15px;
}

/* Right content styling */
.right-content {
    width: 70%;
}

.right-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.property-slider {
    width: 100%;
    overflow: hidden;
}

.property-slider {
    max-height: 300px;
}

/* Ensure images inside the slider are 300x300 */
.property-slider .slider-image img {
    width: auto;
    height: auto;
    object-fit: cover; /* Maintain aspect ratio and cover the container */
}
.property-listings h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.property-listings p {
    font-size: 16px;
}
/* Basic container styling */
.container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

/* Left sidebar styling */
.left-sidebar {
    width: 25%;
    box-sizing: border-box;
}

.left-sidebar h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.left-sidebar ul {
    list-style: none;
    padding: 0;
}


.left-sidebar li {
    margin-bottom: 5px;
}

/* Right content styling */
.right-content {
    width: 75%;
    box-sizing: border-box;
}

.right-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.property-slider {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.property-listings h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.property-listings p {
    font-size: 16px;
    text-align: justify;
}

.property-slider {
    max-height: 300px;
}

/* Ensure images inside the slider are 300x300 */
.property-slider .slider-image img {
    width: 300px;
    height: 300px;
    object-fit: cover; /* Maintain aspect ratio and cover the container */
}

/* Style for property rows */
.property-row {
     width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: -10px; /* Add negative margin to counteract padding on individual properties */
    margin-left: 10px;
}
.property-listing-sub {
    width: 33%;
    margin: 0px;
    padding: 10px 10px 10px 20px;
    position: relative;
}


/* Style for Slick Slider navigation arrows */
.slick-prev,
.slick-next {
    display: none !important;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
}

.slick-prev:before,
.slick-next:before {
    content: '\2190'; 
    font-size: 20px;
    color: #fff; 
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}
#price-range-container {
    margin-left: -6px;
}
#area-range-containers,
#number_of_rooms-container{
    margin-left: -7px;
}
#number_of_rooms-container {
    margin-right: 20px;
}
.filter_li_main_4 label strong{
    margin-left: -1px;
}
#number_of_bedrooms-container {
    margin-left: -5px;
    margin-right: 17px;
}
.filter_li_main_5 label strong{
    margin-left: 1px;
}
#price-min,
#price-max {
    display: inline-block;
    width: 100px;
    text-align: center;
}

/*#price-slider-range {
    margin-top: 5px;
}*/
.property_details {
    display: flex;
    justify-content: flex-start;
    padding: 0.7em 0 0.5em;
}
.property_details_sb.property_details_sb_1{
    margin-left: 0;
}
span.property_details_sb {
       display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 1em;
}

#number-of-rooms-range-container {
    margin-top: 10px;
}

#number_of_rooms-min,
#number_of_rooms-max {
    display: inline-block;
    width: 100px !important;
    text-align: center;
}

#number-of-rooms-slider-range {
    margin-top: 5px;
}

/* Styling specific to the floor slider */
#number_of_bedrooms {
    margin-top: 10px;
}

#number_of_bedrooms-min,
#number_of_bedrooms-max {
    display: inline-block;
    width: 100px;
    text-align: center;
}

/*#number_of_bedrooms-slider-range {
    margin-top: 5px;
}*/

/* Styling specific to the area slider */
#area-range-container {
   margin-top: 10px;
}

#area-min,
#area-max {
    display: inline-block;
    width: 100px;
    text-align: center;
}
li.filter_li_main_4, li.filter_li_main_5, li.filter_li_main_6 {
    margin-top: 20px !important;
}

/*#area-slider-range {
    margin-top: 5px;
}*/

/* Add this CSS to customize the heart icon */
.property-favorite {
    cursor: pointer;
    top: 0;
    right: 0;
    padding: 20px;
    width: calc(25px + 40px);
    height: calc(25px + 40px);
    z-index: 10;
    position: absolute;
}


i.heart-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px !important;
    height: 25px !important;
    transform: translate(-50%, -50%) scale(1, 1);
    display: inline-block;
    background: url(https://locathemis.shadesofmedia.net/wp-content/uploads/2024/02/heart.png) no-repeat;
    background-size: cover;
    transition: background 0.3s ease-in-out;
}


.heart-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px !important;
    height: 25px !important;
    transform: translate(-50%, -50%) scale(1, 1);
    display: inline-block;
     z-index: 99999;
    background: url('https://locathemis.shadesofmedia.net/wp-content/uploads/2024/02/heart.png') no-repeat;
    background-size: cover;
    transition: background 0.3s ease-in-out;
}

.heart-icon.favorite{
    background: url('https://locathemis.shadesofmedia.net/wp-content/uploads/2024/02/heart-red.png') no-repeat !important; 
    background-size: cover !important;
}
.no_prop_data {
    color: #fff;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 20px;
}

/*Kirubakar Code*/
*{
	font-family: "Josefin Sans", Sans-serif;
}
ul.main_filters_ul {
    display: flex;
    flex-wrap: wrap;
	padding: 3% 0;
}
ul.main_filters_ul li {
/*    flex: 1 1 30%; */
    flex: 1 1 calc(30.33% - 10px);
}
.left-sidebar.filter-section, .right-content.listing-section {
    width: 100%;
	padding: 3vh calc(4vw + 1.5em);
}
.left-sidebar.filter-section {
    background: #29608D;
}
ul.sub_filters_ul.localisation li select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    color: #fff;
    background: transparent;
	border: 1px solid #fff; 
    min-height: 53px;
	border-radius:0;
	padding: 5px 14px 5px 20px;
    background: url("https://locathemis.shadesofmedia.net/wp-content/themes/hello-elementor-child/assets/icons/down-arrow.svg") no-repeat;
    background-position: calc(100% - 10px) center !important;   
    background-size: 15px;
}
ul.sub_filters_ul.localisation li select option {
    background: #29608d !important; 
    -webkit-appearance: none;
}
ul.sub_filters_ul.localisation li select:focus {
    border-radius: 0;
}
ul.sub_filters_ul.localisation li select:visited {
    border-radius: 0;
}
ul.sub_filters_ul.localisation li select:focus-visible{
    outline: none;
}
.filter_li_main_2 strong {
    display: none;
}

.filter_li_main_1 strong{
    cursor: pointer;
    padding-right: 2.2em;
    display: block;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 0.5em 1em;
    border-radius: 0;
    padding: 15px 14px 5px 20px;
    min-height: 53px;
	font-weight: 400;
}
.filter_li_main_1 strong{
    position: relative;
}
.filter_li_main_1 strong::after{
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    background: url("https://locathemis.shadesofmedia.net/wp-content/themes/hello-elementor-child/assets/icons/down-arrow.svg") no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.ui-slider .ui-slider-handle{
	width: 1.2em !important;
    height: 1.2em !important;
	border-radius: 50% !important;
}
ul.sub_filters_ul.localisation.filter_section_1 {
    display: none;
	position: absolute;
    background: #29608d;
    border: 1px solid #FFFFFF;
    border-radius: 0 0 0 0;
    padding: 0.75em 0;
    z-index: 101;
    text-align: left;
    margin-top: -1px;
    overflow: auto;
    width: 100%;
    padding: 20px;
}
.multiselect_box {
    position: relative;
}
.sub_filters_ul input[type="checkbox"] {
    cursor: pointer !important;
}
.filter_li_main_2 {
    margin: 0px 20px !important;
}
ul.sub_filters_ul.localisation.filter_section_1 li {
    color: #fff;
    margin-bottom: 0;
}
ul.main_filters_ul li strong {
    color: #fff;
    font-weight: 400;
}
.ui-slider-horizontal{
	height: 0.3em !important;
}
.ui-widget-header{
	border-style:none !important;
}
input#price-max, input#number_of_rooms-max, input#floor-max, input#area-max, input#number_of_bedrooms-max{
    border-style: none !important;
    padding: 0;
    margin: 0;
    background: transparent;
    width: 15% !important;
    color: #fff;
    float: right;
    text-align: right;
}
input#price-min, input#number_of_rooms-min, input#floor-min, input#area-min, input#number_of_bedrooms-min {
    border-style: none !important;
    padding: 0;
    margin: 0;
    background: transparent;
    width: 15% !important;
    color: #fff;
    right: 10%;
    text-align: left;
}
li.filter_li_main_3 {
    margin-top: -20px !important;
    padding-left: 3px;
}
ul.main_filters_ul li.filter_li_main_3 label{
    margin-bottom: -28px;
}

li.filter_li_main_1, li.filter_li_main_2, li.filter_li_main_3, li.filter_li_main_4, li.filter_li_main_5, li.filter_li_main_6 {
    margin: 0px 15px 0px 15px;
}
li.filter_li_main_4, li.filter_li_main_5, li.filter_li_main_6 {
    margin-left: 22px !important;
}
div#number_of_bedrooms-range-container {
    margin-top: 10px;
}
li.filter_li_main_1{
    position: relative;
}
/*ul.main_filters_ul li:nth-child(4), ul.main_filters_ul li:nth-child(5), ul.main_filters_ul li:nth-child(6) {
    margin: 1% 2% !important;
}*/
ul.main_filters_ul input:first-child{
    margin-left: -7px !important;
    margin-bottom: 6px !important;
}
ul.main_filters_ul label{
    margin-bottom: -25px;
    margin-left: -7px !important;

}
div#number_of_rooms-range-container{
	margin-top: 10px;
}
.ui-slider-horizontal .ui-slider-handle{
	top: -8px !important;
}
.right-content.listing-section {
    background: #84ACC0;
}
.right-content.listing-section h2 {
    color: #fff;
    font-weight: 400;
}
.property-slider .slider-image img {
    width: 100%;
}
.property_details svg {
    fill: #fff !important;
}
.property_location, .property_price, .property_title h3 a, span.property_details_sb p{
    color: #fff;
}
span.property_details_sb svg g {
    fill: #fff !important;
}
span.property_details_sb svg path {
    fill: #fff;
}
span.property_details_sb p {
    text-align: center;
        padding-top: 5px;
}
.property_title h3 a {
    font-size: 16px;
    font-weight: 300;
}

.property_location h5 {
    font-size: 14px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 7px;
}

/*.single_pro_title:before {
    content: "";
    display: inline-block;
    width: 100%;
    background: #fff;
    height: 2px;
    position: absolute;
    top: -10px;
    z-index: 99;
    width: calc(100% - 81%);
    left: 0px;
}
.single_pro_title:after {
    content: "";
    display: inline-block;
    width: 2px !important;
    background: #fff;
    height: 800px;
    position: absolute;
    top: -10px;
    z-index: 103;
    left: 0px;
}*/

/* Single Property */
.single-property ul,
.single-property ol{
    padding-left: 0;
    list-style-position: inside;
}
.sp-post-content p,
.sp-post-content ul,
.sp-post-content ol{
    margin-bottom: 25px;
}
  
.sp-vr-line::before {
    content: "";
    display: inline-block;
    width: 2px !important;
    background: #fff;
    min-height: 400px;
    height: 70vh;
    position: absolute;
    left: -40px;
    z-index: 10;
}
.sp-hr-line{
    position: relative;
    margin-left: -40px;
    max-width: 460px;
}
.sp-hr-line::before {
    content: "";
    display: inline-block;
    width: 100%;
    background: #fff;
    height: 2px;
    position: absolute;
    z-index: 10;
}
.sp-hr-line::after{
    content: "";
    display: inline-block;
    width: 2px !important;
    background: #fff;
    height: 30px;
    position: absolute;
    z-index: 10;
    right: 0;
}

.property-info::before {
    content: "";
    display: inline-block;
    width: 2px !important;
    background: #fff;
    height: calc(100% - 40px);
    position: absolute;
    left: 40px;
    z-index: 10;
}
.property-info::after {
    content: "";
    display: inline-block;
    width: calc(100% - 120px);
    background: #fff;
    height: 2px;
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 10;
}

.single-property .elementor-gallery-item__overlay:hover::before{
    content: "";
    display: inline-block;
    background-image: url('../hello-elementor-child/assets/icons/search-icon.svg');
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .4ms ease;
}



.loc-range-slider {
	width: 100%;
	margin: auto;
	text-align: center;
	position: relative;
}
.range-values{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 10px 0px  5px 0px;
}
.range-values span{
    color:#ffffff;
    display: block;
  padding: 0px ;
}
/* body .loc-range-slider svg,
body .loc-range-slider input[type=range] {
	position: absolute;
	bottom: 0;
    margin-left: 0!important;
    margin-bottom: 0!important;
    
}
 
.loc-range-slider input[type=range] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
}  
.loc-range-slider input[type=range].range-min{
    width:90%;
    left:0px;
}
.loc-range-slider input[type=range].range-max{
    width:90%;
    right:0px;
}
.loc-range-slider input[type=range]:focus {
	outline: none;
}

.loc-range-slider input[type=range]:focus::-webkit-slider-runnable-track {
	background: #ffffff;
}

.loc-range-slider input[type=range]:focus::-ms-fill-lower {
	background: #ffffff;
}

.loc-range-slider input[type=range]:focus::-ms-fill-upper {
	background: #ffffff;
}

.loc-range-slider input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: #ffffff;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

.loc-range-slider input[type=range]::-webkit-slider-thumb {
	z-index: 2;
	position: relative;
	box-shadow:none;
	border: 1px solid #ffffff;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #ffffff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -7px;
}

.loc-range-slider input[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: #ffffff;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

.loc-range-slider input[type=range]::-moz-range-thumb {
	z-index: 2;
	position: relative;
	box-shadow: none;
	border: 1px solid #ffffff;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #ffffff;
	cursor: pointer;
}

.loc-range-slider input[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

.loc-range-slider input[type=range]::-ms-fill-lower,
.loc-range-slider input[type=range]::-ms-fill-upper {
	background: #ffffff;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

.loc-range-slider input[type=range]::-ms-thumb {
	z-index: 2;
	position: relative;
	box-shadow:none;
	border: 1px solid #ffffff;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #ffffff;
	cursor: pointer;
} */
.br-range-slider {
    height:10px;
    border-radius: 25px;
    width:100%;
}

.br-range-slider .noUi-handle {
    background-color: #ECCF07;  
    border:none!important;  
    height: 20px;
    width: 20px;
    border-radius: 100px;
}
.br-range-slider .noUi-connect {
    background-color: #ffffff;  
}
.br-range-slider .noUi-handle:after, .loc-range-slider .noUi-handle:before{
    display:none!important;
}

/*body.single-property .header_main {
    position: absolute !important;
    z-index: 999;
    background: transparent;
}*/

/* Dropdown Select 2 Location  */
.filter_section_2 .select2-container{
    width: 100% !important;
}
.filter_section_2 .select2-container--classic .select2-selection--single{
    background-image: unset !important;
    background-color: transparent;
    padding-right: 2.2em;
    border: 1px solid #fff !important;
    padding: 0.5em 1em;
    border-radius: 0;
    padding: 15px 14px 5px 20px;
    min-height: 53px;
    font-weight: 400;
}
.location-dropdown .select2-container--classic.select2-container--open .select2-selection--single{
    border: 1px solid #fff;
}
.select2-container--classic.select2-container--open .select2-dropdown{
    border: 1px solid #fff !important;
    border-radius: 0;
    border-top: unset !important;
}
.filter_section_2 .select2-container--classic .select2-selection--single .select2-selection__rendered{
    color: #fff;
    padding-inline: 0;
}
.location-dropdown .select2-results__option{
    background-color: #29608d;
    color: #fff;
}
.select2-container--classic .location-dropdown .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #5c87aa;
}
.filter_section_2 .select2-container--classic .select2-selection--single .select2-selection__arrow{
    border: unset;
    background-color: transparent;
    background-image: unset;
    width: 40px;
    height: 100%;
}
.filter_section_2 .select2-container--classic .select2-selection--single .select2-selection__arrow b{
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    background: url("https://locathemis.shadesofmedia.net/wp-content/themes/hello-elementor-child/assets/icons/down-arrow.svg") no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: unset;
}
.select2-container--classic .location-dropdown .select2-search--dropdown .select2-search__field,
.select2-container--classic.select2-container--open .select2-dropdown.location-dropdown{
    background-color: #29608d;
}
.location-dropdown .select2-search--dropdown{
    background-color: #29608d;
    display: none;
}
.logged-in .select2-container--classic.select2-container--open .select2-dropdown.location-dropdown{
    margin-top: 32px;
}
.elementor-field-group.focused input{
    border: 1px solid !important;
}

@media only screen and (max-width: 1440px){
    .left-sidebar.filter-section{
        padding: 30px 20px;
    }
    .right-content.listing-section{
        padding: 30px 10px;
    }
    ul.main_filters_ul{
        margin-left: -5px !important;
    }
    .property-row{
        margin-left: 0;
    }
}
@media only screen and (max-width: 1024px){
    .property-info::before,
    .property-info::after{
        left: 30px;
    }
    .right-content.listing-section {
        padding: 30px 20px;
    }
    .property-listing-sub{
        width: 50%;
        padding: 10px;
    }
}
@media only screen and (max-width: 991px){
    #property-filter-form ul.main_filters_ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    li.filter_li_main_5, li.filter_li_main_6{
        margin-top: 10px !important;
    }
    li.filter_li_main_3{
        margin-left: 18px;
        margin-top: -3px !important;

    }
    ul.main_filters_ul {
        margin-left: 0 !important;
    }
    .left-sidebar.filter-section {
        padding: 30px 20px 30px 15px;
    }
    li.filter_li_main_2 {
        margin-right: 10px !important;
        margin-left: 15px !important;
    }
    li.filter_li_main_4 {
        margin-top: -2px !important;
    }
    li.filter_li_main_5{
        margin-left: 20px !important;
    }
    #price-range-container{
        margin-right: 16px;
        margin-left: -4px;
    }
    #number_of_bedrooms-container{
        margin-left: -3px;
    }
    #number_of_rooms-container, #area-range-containers {
        margin-right: 12px;
        margin-left: -5px;
    }
}
@media only screen and (max-width: 767px){

     .ui-slider-handle {
        touch-action: pan-y;
      }

  
    .property-info::before,
    .property-info::after{
        left: 20px;
        bottom: 30px;
    }
    .sp-vr-line::before{
        left: -15px;
    }
    .sp-hr-line{
        margin-left: -15px;
    }
    .sp-post-content p, .sp-post-content ul, .sp-post-content ol{
        margin-bottom: 16px;
    }
    .right-content.listing-section{
        padding: 30px 10px 0 10px;
    }
    .right-content h2{
        font-size: 20px;
        margin-bottom: 8px;
    }
    .property_title h3 a, .property-listings p{
        font-size: 14px;
    }
    span.property_details_sb{
        margin: 0 10px;
    }
    .left-sidebar.filter-section {
        padding: 20px 5px;
    }
    .main_filters_ul li, ul.sub_filters_ul.localisation li select {
        font-size: 14px;
    }
	.sp-vr-line::before{
		min-height: 250px;
		height: auto;
	}
}

@media only screen and (max-width: 600px){
    .property-listing-sub{
        width: 100%;
    }
    #property-filter-form ul.main_filters_ul{
        grid-template-columns: 1fr;
    }
    
    li.filter_li_main_2 {
        margin: 20px 15px 0 15px !important;
    }
    li.filter_li_main_3 {
        margin-top: -2px !important;
    }
    li.filter_li_main_4 {
        margin-top: 10px !important;
    }
    ul.sub_filters_ul.localisation.filter_section_1{
        position: unset;
      }
      #number_of_rooms-container, #area-range-containers, #number_of_bedrooms-container{
        margin-right: 16px;
      }
}