section.property-listings-main-section {
    width: 100%;
    font-family: 'Century Gothic';
}

.property-listings-main-div {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}

.property-listings-left-single-img img {
    border-radius: 12px !important;
    min-height: 250px;
    object-fit: cover;
}

/* Left Section Listing */

.property-listings-left-main-div {
    width: 50%;
    height: 100vh;
    overflow-y: scroll;
}

.property-listings-left-main-div::-webkit-scrollbar {
    display: none;
}

.property-listings-left-sec-div {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.property-listings-left-single-sec-div {
    width: 100%;
}

.property-listings-left-single-img-div {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.property-listings-left-single-img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    border-radius: 12px !important;
}

.property-listings-left-single-content-main-div {
    width: 100%;
}

.property-listings-left-single-content-sec-div {
    display: flex;
    flex-direction: column;
}

.property-listings-left-single-content-price {
    font-size: 22px;
    font-weight: 700;
    color: #005f73;
    margin-top: 20px !important;
	margin-bottom: 6px;
}

.property-listings-left-single-content-price-link {
    text-decoration: unset;
    color: #005f73;
}

.property-listings-left-single-content-price-link:hover {
    color: #005f73;
}

.property-listings-left-single-content-status-link {
    display: flex;
    gap: 10px;
    text-decoration: unset;
}

.property-listings-left-single-content-status-link:hover {
    color: #000000 !important;
}

.property-listings-left-single-content-status {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #000000 !important;
}

.roperty-listings-left-single-content-address {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #000000;
	text-transform: uppercase;
}

.roperty-listings-left-single-content-address-link:hover {
    color: #000000 !important;
}

p.property-listings-left-single-content-mlsid {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #000000;
}

a.property-listings-left-single-content-address-link {
    font-size: 18px;
    color: #000000;
}

p.property-listings-left-single-content-agent-office {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
	color: #000;
}

p.property-listings-left-single-content-agent-name {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
	color: #000;
}

/* Search */

.property-listings-search-sec-div {
    padding: 10px 0px 10px 5px;
}

.search-container {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 40px;
    padding: 0px 2px 0px 20px;
    width: 100%;
    max-width: 28%;
    border: 1px solid #e7e7e7;
}

.search-container input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 18px;
	font-family: 'Century Gothic';
    color: black;
    background: transparent;
	padding: 10px 0px !important;
}
.search-container input::placeholder {
    color: #000;
}

.search-container input::-webkit-input-placeholder {
    color: #000;
}

.search-container input:-moz-placeholder {
    color: #000;
    opacity: 1;
}

.search-container input::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.search-container input:-ms-input-placeholder {
    color: #000;
}


.search-container button {
    background-color: black;
    border: none;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s;
}

.search-container button:hover {
    background-color: #333;
}

.search-container button svg {
    fill: white;
    width: 40px;
    height: 40px;
}

/* Right Section Map */

.property-listings-right-main-div {
    width: 50%;
	border-radius: 12px;
    overflow: hidden;
}



/* Filter CSS */

/* filter area css  */
section.list_all_property.property_filter_sec {
    margin-bottom: 20px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
  }
  
  .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider {
	background-color: #2196F3;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }
.property_filter{
	display: flex;
	padding: 12px 0;
	flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
    width: 100%;
}

.property_filter_sec .row .col-lg-12{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.property_filter .Search_container_mls_property{
	border: unset !important;
    color: #000 !important;
	align-items: center;
}

.property_filter .search_area {
    width: 100%;
    max-width: 49.5%;
    border: 1px solid #e7e7e7;
}
.property_filter .search_area .Search_input_mls_property{
	font-family: Century Gothic !important;
	background-color: transparent;
	border: unset;
	padding: 8px 20px 8px 8px;
	font-size: 18px;
	width: 100%;
}
.property_filter .field_optn_filter{
	width: 100%;
    max-width: 71%;
    display: flex;
    align-items: center;
    font-size: 12px;
    column-gap: 16px;
    flex-wrap: nowrap;
    justify-content: space-between;
	position: relative;
}
.property_filter .select_filter_4{
	max-width: 130px;
    width: 100%;
	position: relative;
}
.select_filter_4 #select_for_sort option{
	padding: 10px;
}
.select_filter_4 #btn_for_sort{
	border-radius: 100px !important;
}
.select_filter_2, .select_filter_3{
	position: relative;
	font-size: 12px;
}
.select_filter_button{
	align-items: center;
    display: flex;
    gap: 8px;
	box-sizing: content-box;
    min-width: 100px;
	background: inherit;
    /* border-radius: 100px; */
    color: inherit;
    cursor: pointer;
    font-family: Century Gothic !important;
    font-weight: 600;
    outline: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    align-items: center;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #e7e7e7 !important;
    column-gap: 8px;
    display: flex;
    justify-content: space-between;
    padding: 12px 15px !important;
	letter-spacing: unset !important;
}
.select_filter_5 button{
	background-color: #000;
    color: #fff;
	padding: 10px 12px;
	min-width: unset;
	font-size: 12px !important;
}
.sorting_optn .sorting_select .select-items {
	background-color: white;
}
/* custom checkbox dropdown */
.dropdown {
	position: relative;
	/* margin-bottom: 20px; */
  }
  .dropdown .dropdown-list {
	padding: 6px 16px 10px 16px;
	background: #fff;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	border: 1px solid rgba(0, 0, 0, 0.2);
	max-height: 223px;
	  width: 200px;
	overflow-y: auto;
	background: #fff;
	display: none;
	z-index: 10;
  }
  .dropdown .checkbox {
	opacity: 0;
	transition: opacity 0.2s;
  }
  .dropdown .dropdown-label {
	width: 100%;
	min-height: 42px;
	min-width: 180px;
	display: block;
    height: fit-content;
    font-size: 18px;
    font-weight: 400;
    /* line-height: 42px; */
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /* padding: 0 40px 0 20px; */
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    align-items: center;
    background: #fff;
    border-radius: 0px;
    border: 1px solid #e7e7e7;
    column-gap: 8px;
    display: flex;
    justify-content: space-between;
    padding: 14px 12px;
	margin-bottom: 0px !important;
  }
  /* .dropdown .dropdown-label:before { */
	/* content: "▼"; */
	/* position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.25s;
	transform-origin: center center; */
  /* } */
  .dropdown.open .dropdown-list {
	display: block;
  }
  .dropdown.open .checkbox {
	transition: 2s opacity 2s;
	opacity: 1;
	font-family: 'Century Gothic';
  }
  .dropdown.open .dropdown-label:before {
	transform: translateY(-50%) rotate(-180deg);
  }
  
  .checkbox {
	margin-bottom: 20px;
  }
  .checkbox:last-child {
	margin-bottom: 0;
  }
  .checkbox .checkbox-custom {
	display: none;
  }
  .checkbox .checkbox-custom-label {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
  }
  .checkbox .checkbox-custom + .checkbox-custom-label:before {
	content: "";
	background: transparent;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
	width: 12px;
	height: 12px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	margin-top: -2px;
  }
  .checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
	content: "";
	position: absolute;
	top: 2px;
	left: 4px;
	height: 4px;
	padding: 2px;
	transform: rotate(45deg);
	text-align: center;
	border: solid #000;
	border-width: 0 2px 2px 0;
  }
  .checkbox .checkbox-custom-label {
	line-height: 18px;
	font-size: 18px;
	margin-right: 0;
	margin-left: 0;
	color: black;
  }

.Flex_align-center{
	display: flex;
	align-items: center;
}
.protety_list{
	border-top: 0px solid #ebebeb;
	max-width: 100%;
	padding-top: 0;
	position: relative;
	scrollbar-width: none;
	-ms-overflow-style: none;
	
}
.protety_list .row{
    margin-left: unset !important;
    margin-right: unset !important;
}

.sorting_optn{
	display: flex;
	gap: 8px;
	padding-bottom: 16px;
}

.sorting_optn label{
	color: #848484;
	line-height: 16px;
	font-size: 14px;
	margin: 0px;
    display: flex;
    align-items: center;
    height: 100%;
	padding-left: 10px;
}
.sorting_select select{
	font-weight: 600;
	border: unset;
	font-size: 14px;
	color: #000;
}

.ListInfoCard_header{
	position: relative;
}

.ListInfoCard_header .ListInfoCard_imageContainer .ListInfoCard_status{
	position: absolute;
	left: 16px;
    top: 14px;
    background: rgba(0,0,0,.5);
	border-radius: 12px;
	font-size: 10px;
	width: fit-content;
}
.ListInfoCard_header .ListInfoCard_imageContainer .ListInfoCard_status p{
	margin: 0;
    color: #FFF;
    padding: 4px 11px;
}

.ListInfoCard_header .ListInfoCard_favorite{
	position: absolute;
	right: 5px;
	top: 0;
}
.ListInfoCard_header .ListInfoCard_favorite button{
	background: transparent;
    border: unset;
}

.ListInfoCard_header .ListInfoCard_imageContainer .ListInfoCard_image img{
	object-fit: cover;
    height: 100%;
    max-height: 250px;
    max-width: 100%;
	transition: opacity 500ms ease-in 0s;
	border-radius: 0 !important;
}
.ListInfoCard_header .property_option_detail{
	display: flex;
}
.ListInfoCard_body{
	padding: 0 0 30px 0px;
}
.ListInfoCard_body h2{
    font-family: Century Gothic !important;
	font-size: 20px;
    font-weight: 600;
    color: #241c14 !important;
	margin-bottom: 5px;
}
.ListInfoCard_body .Divider_divid{
	color: rgb(132, 132, 132);
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 7px;
}
.ListInfoCard_body .property_option_detail{
	gap: 4px;
	font-family: Century Gothic !important;
	margin-top: 10px;
}
.ListInfoCard_body p{
	margin-bottom: 0;
	line-height: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
	text-transform: uppercase;
}
.ListInfoCard_body .property_option_detail p{
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	margin: 0;
	margin-bottom: 0;
	line-height: 20px;
    color: #241c14 !important;
	font-family: Century Gothic !important;
}
.ListInfoCard_body .property_option_detail p.stat_card{
	color: #848484;
	font-family: Century Gothic !important;
	line-height: 17px;
}
.ListInfoCard_body a{
	text-decoration: unset;
	line-height: 17px;
	font-family: Century Gothic !important;
}
.ListInfoCard_body .ListInfoCard_addrs{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color: #241c14;
	font-size: 16px;
    font-weight: 400;
    line-height: 20px;
	line-height: 20px;
}
.Flex_align-center .mls_id{
	margin-bottom: 0;
	font-size: 16px;
    font-weight: 400;
	font-family: Century Gothic !important;
    line-height: 24px;
	color: #241c14;
	line-height: 24px;
}




/* swipe menu css start */

.menu-bg {
  background: #eee;
  color: #8E44AD;
}
/* #hamburgerr { */
  /* height: 50px; */
  /* width: 50px; */
  /* background: #eee; */
  /* position: absolute; */
  /* top: 20px; */
  /* right: 20px; */
  /* border-radius: 50%; */
  /* cursor: pointer; */
  /* box-shadow: 0 0 4px rgba(0, 0, 0, 0); */
  /* transition: all 0.2s ease; */
  /* z-index: 9999; */
/* } */
#hamburgerr:hover {
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
  transition: all 0.2s ease;
}
#hamburgerr span {
  display: block;
  position: absolute;
  height: 2px;
  width: 28px;
  left: 50%;
  transform: translateX(-50%);
  background: #8E44AD;
  border-radius: 10px;
  transition: all 0.15s ease;
}
#hamburgerr span:first-child {
  top: 17px;
}
#hamburgerr span:nth-child(2) {
  top: 25px;
}
#hamburgerr span:last-child {
  top: 33px;
}
#hamburgerr.close {
  top: 0px;
  right: 0px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
#hamburgerr.close span:first-child {
  top: 15px;
  transform: translate(-14px, 10px) rotate(135deg);
}
#hamburgerr.close span:nth-child(2) {
  left: -20px;
  opacity: 0;
}
#hamburgerr.close span:last-child {
  top: 15px;
  transform: translate(-14px, 10px) rotate(-135deg);
}
#navv {
  height: 100%;
  right: 0;
  background: #FFF;
  color: #000;
  width: 200px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
  transform: translateX(200px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

#navv.visible {
  transform: translateX(0);
  opacity: 1;
}

#navv .cross_btn{
	position: absolute;
    right: 10px;
    top: 10px;
	cursor: pointer;
}
/* swipe menu css start */



/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (max-width: 1200px) {}


/* Large devices (laptops/desktops, 992px and up) */
@media (max-width: 992px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media (max-width: 768px) {
    .left-div-main{
        flex-wrap: wrap;
    }

    .property_filter .field_optn_filter {
        flex-wrap: wrap;
    }

    .list_all_property {
        padding-left: unset !important;
        padding: 0 !important;
    }
}

/* Extra small devices (phones, 600px and down) */
@media (max-width: 600px) {}

@media (max-width: 576px) {
	.property_filter .search_area{
		max-width: 100%;
	}	
	.property_filter .field_optn_filter{
		max-width: 100%;
		justify-content: space-between;
		row-gap: 10px;
	}
	.popup-content{
		left: unset !important;
		right: 0;
		min-width: 254px !important;
	}
}




/* New CSS */


.select_filter_button:focus, .select_filter_button:focus, .select_filter_button:hover, .select_filter_button:hover {
    background-color: #FFF !important;
    outline: none !important;
    border-radius: 0 !important;
	color: #241c14 !important;
}

.select_filter_button {
    font-size: 14px !important;
    color: #241c14 !important;
    border-radius: 0 !important;
    font-family: Century Gothic !important;
	overflow: auto;
}

.Favorite_button__tE3wY svg:hover path {
    fill: #cc3366 !important;
}

button.Button_icon__5X1Vf.Favorite_button__tE3wY:hover {
    background: transparent !important;
    color: unset !important;
}



/* Inline Css */

.select_filter_button{
    padding: 12px 12px !important;
    font-size: 18px !important;
	font-weight: 400 !important;
	width: 100%;
    position: relative;
    box-sizing: border-box;
}
button#btn_for_baths, button#btn_for_beds {
    border-radius: 40px !important;
}
.remove_padding{
    padding: 0px !important;
}
.popup {
    display: none;
}

.popup-content {
    top: 100%;
    position: absolute;
    left: 0%;
    transform: translate(0%, -0%);
    z-index: 9;
    width: 100%;
    min-width: 446px;
    max-width: 446px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e7e7e7;
    padding: 16px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    top: -17px;
    position: relative;
    right: -9px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.open_min_max_popup{
    padding: 10px 12px !important;
    font-size: 18px !important;
	font-weight: 400 !important;
}
[type=button], [type=submit], button{
    display: flex;
}
.checkbox label, .radio label{
    padding-left: 0px;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 10%;
    left: 37%;
    transform: translate(-50%, -50%);
    }
    @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
    }

    @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
    }

.about-john-main-div{
	    padding-left: 0 !important;
    	padding-right: 30px;
}

    
    .about_john{
        background : #f3f3f3;
        padding: 40px;
    }
    .about_john .logo_img{
        text-align: center;
    }
    .about_john .content{
        padding-top: 0px;
    }
    .about_john .content p{
        font-size: 18px;
        line-height: 28px;
        text-align: left;
		font-family: 'Century Gothic';
    }

    
    .popup .min_max_field{
        display: flex;
        justify-content: space-around;
    }
    .popup .min_field, .popup .max_field{
        width: 100%;
        max-width: 192px;
    }
    .popup .btn-toggle {
        width: 100%;
        padding: 10px 12px;
        display: flex;
        justify-content: space-between;
        max-height: 38px;
        border-color: #bfbfbf !important;
        border-radius: 0px !important;
        color: #241c14;
		font-size: 18px;
		color: #241c14;
    }

.f_label p, .to_text p {
    font-size: 18px;
    font-family: 'Century Gothic';
}

select#select_for_min_price option, #select_for_max_price option, #select_for_beds option, #select_for_baths option {
    padding: 10px;
}

select#select_for_min_price option:hover, #select_for_max_price option:hover, #select_for_beds option:hover, #select_for_baths option:hover {
    background: #005f73 !important;
	color: #ffffff !important;
}

#filter_apply_button {
  padding: 12px 50px;
  font-size: 18px;
  color: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 50px !important;
  background: #005f73;
  font-family: 'Century Gothic';
  width: 100%;
  display: flex;
  justify-content: center;
}

#filter_reset_button {
  padding: 12px 50px;
  font-size: 18px;
  color: #ffffff;
  border: 1px solid #241c14;
  border-radius: 50px !important;
  background: #241c14;
  font-family: 'Century Gothic';
	width: 100%;
    display: flex;
    justify-content: center;
}

#filter_reset_button:hover {
  padding: 12px 50px;
  font-size: 18px;
  color: #ffffff !important;
  border: 1px solid #241c14 !important;
  border-radius: 50px !important;
  background: #241c14 !important;
  font-family: 'Century Gothic';
	width: 100%;
    display: flex;
    justify-content: center;
}

#load_more_button {
  padding: 10px 12px;
  font-size: 18px;
  color: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  background: #005f73;
  font-family: 'Century Gothic';
  margin: 0 auto;
}

.property_filter .Search_container_mls_property:hover {
    background-color: transparent !important;
    color: #241c14 !important;
}

/* Price Filter */

#select_for_max_price, #select_for_min_price {
   padding: 12px 12px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    width: 100%;
    position: relative;
    box-sizing: border-box;
	color: #241c14 !important;
	font-family: Century Gothic !important;
	border-radius: 100px !important;
	outline: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    align-items: center;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #e7e7e7 !important;
    column-gap: 8px;
    display: flex;
    justify-content: space-between;
    padding: 12px 15px !important;
    letter-spacing: unset !important;
}

.select_filter_1_1, .select_filter_1, .select_filter_2, .select_filter_3 {
    width: 100%;
}

/* #select_for_min_price:hover, #select_for_max_price:hover {
    background-color: #005f73 !important;
    outline: none !important;
    border-radius: 0 !important;
    color: #ffffff !important;
} */
/* WebKit (Chrome, Safari) */
.property-listings-left-main-div::-webkit-scrollbar {
    width: 2px;
}

.property-listings-left-main-div::-webkit-scrollbar-thumb {
    background-color: #005f73;
    border-radius: 10px;
}

.property-listings-left-main-div::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

/* Firefox */
.property-listings-left-main-div {
    scrollbar-width: thin;
    scrollbar-color: #005f73 transparent;
	padding: 0px 10px;
}


/* Responsiveness */

@media(max-width: 1024px){
	.property-listings-left-sec-div {
		grid-template-columns: unset;
	}
	.search-container{
		    width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.property_filter .field_optn_filter {
		max-width: 100%;
		width: 100%;
		flex-wrap: wrap;
	}
	.left-div-main {
		margin-bottom: 10px;
	}
	.right-button-div {
		width: 100%;
		justify-content: center;
	}
}

@media(max-width: 768px){
	.property-listings-left-main-div {
		width: 100%;
		height: 100vh;
		overflow-y: scroll;
		padding: 0px;
	}
	.property-listings-right-main-div {
		width: 100%;
	}
	.search-container{
		max-width: 100%;
		margin-bottom: 10px;
	}
	.property-listings-main-div{
		flex-direction: column;
	}
	.left-div-main {
		gap: 10px;
	}
}