form#property_filter {
    display: flex;
    gap: 20px;
}
.container-mapresult {
    position: relative;
    width: 1300px;
    margin: 0 auto;
}
.bed-left {
    position: relative;
}

.bath-right {
    position: relative;
}
.find_homes_sec{
    background: #eee;
    padding: 50px 0px;
}
form#location_filter {
    margin: 0;
}
.find_homes_sec .SearchFilters_inner .search-filter {
    justify-content: space-between;
    padding: 40px 15px 0;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 10px;
}
.find_homes_sec input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
    border: 0px solid #aaa !important;
    -moz-box-shadow: 0 0 0px rgba(0,0,0,.2) !important;
    -webkit-box-shadow: 0 0 0px rgba(0,0,0,.2) !important;
    box-shadow: 0 0 0px rgba(0,0,0,.2) !important;
}
.find_homes_sec :focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.find_homes_sec .SearchFilters_inner .search_form {
    display: flex;
    flex-wrap: wrap;
}
.find_homes_sec .SearchFilters_inner .search_form .store_locator_input:first-child{
    width: 75%;
}
.find_homes_sec .SearchFilters_inner .search_form .store_locator_input:last-child{
    width: 25%;
}
.find_homes_sec .SearchFilters_inner .search_form .store_locator_input input{
    width: 100% !important;
    padding: 13px 10px;
    background: 0 0;
    border: solid;
    border-color: #ccc;
    border-width: 1px;
    color: #444;
    font-size: 18px;
    background: #fff;
    line-height: 22px;
}
.find_homes_sec .SearchFilters_inner .search_form .store_locator_input input::placeholder {
    color: #ccc;
}
.find_homes_sec .SearchFilters_inner .search_form input#store_locatore_search_btn {
    text-transform: uppercase;
    background: #006aa7;
    color: #fff;
    cursor: pointer;
    border-color: #006aa7;
    min-width: unset;
}
.find_homes_sec .SearchFilters_inner .search_form input#store_locatore_search_btn:hover{
     background: #a5c022;
     border-color: #a5c022;
}
.find_homes_sec  select {
    border-radius: 0;
    margin-top: 10px !important;
}
form#store_locator {
    width: 50%;
}
form#store_locator .filter_sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
form#store_locator .filter_sec .scrollableList {
   flex: 0 0 84%;
   max-width: 84%;
}
form#store_locator .filter_sec .scrollableList input[type="submit"] {
    text-transform: uppercase;
    background: #092d58;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    border-color: #092d58;
    min-width: 100px;
}
.filter_sec .selectize-input.items.not-full.has-options {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 0px;
    width: 100% !important;
    padding: 13px 10px;
    background: 0 0;
    border: solid;
    border-color: #ccc;
    border-width: 1px;
    color: #092d58;
    font-size: 18px;
    background: #fff;
    line-height: 22px;
    height: 50px;
    overflow-y: unset;
}
.filter_sec .selectize-input.items.not-full.has-options input{
  width: 100% !important;
  line-height: 22px;  
  color: #092d58;
  font-size: 18px; 
}
#store_locator .filter_sec input[type="submit"] {
    text-transform: uppercase;
    background: #092d58;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    border-color: #092d58;
    min-width: 100px;
    line-height: unset;
    border: 0px;
    min-height: 0 !important;
    height: 50px;
}
#store_locator .filter_sec  .selectize-control.multi .selectize-input>div {
    background: #022c5614;
    color: #092d58 !important;
    font-size: 15px;
}
.main_plan_name {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.plan_name {
    background-color: rgb(0 106 167 / 10%);
    padding: 6px 10px;
    color: #006aa7;
}
.features .plan_name.accordion-title {
    margin-bottom: 15px;
}
ul.room-details {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.room-details li {
    display: flex;
    padding: 10px 20px;
    margin: 0;
    justify-content: space-between;
}
.office-hours {
/*    margin-top: 25px;*/
    background-color: #f9f9f9;
    margin-bottom: 10px;
}
.main-slide .slick-prev {
    left: 10px;
    z-index: 9;
}
.main-slide  .slick-next {
    right: 10px;
}
.office-hours .home_title {
    background-color: #006aa7;
    padding: 6px 10px;
    color: #fff !important;
    margin: 0px !important;
}
.office-hours p {
    display: flex;
    padding: 10px;
    margin-bottom: 0;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
ul.room-details li:nth-child(even) {
    background-color: #f7f7f7;
}
.find_homes_sec .SearchFilters_inner #store_locator .selectedOption {
    padding-left: 12px;
    padding-top: 10px;
    cursor: pointer;
    height: 47px;
}
.find_homes_sec .SearchFilters_inner #store_locator  .scrollableList ul {
    padding: 3px 0 12px;
    margin: 0;
    margin-left: -1px; 
    position: absolute;
    width: 200px;
    background: #fff;
    z-index: 9;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.find_homes_sec .scrollableList.active {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.find_homes_sec .SearchFilters_inner #store_locator  .scrollableList ul li {
    list-style: none;
    cursor: pointer;
    margin-left: 14px;
    line-height: 35px;
    text-decoration: underline;
}
.find_homes_sec .SearchFilters_inner #store_locator .scrollableList.active:before {
    transform: rotate(-180deg);
}
/*.find_homes_sec .SearchFiltersContainer .storelocator_row_inner {
     padding:0 15px;
}*/
.find_homes_sec .store-locator-item {
    cursor: pointer;
    position: relative;
    width: 100%;
        box-shadow: 1px 1px 5px 1px #9fa0a3;
    margin-bottom: 18px;
    padding: 10px;
    background: #fff;
}
.parallax-container{
    float:none;
}
.find_homes_sec #property-listings .store-list-address .image_left{
    padding: 0px;
    text-align: center;
    height: 100%;
    width: 43%;
}
.find_homes_sec #property-listings .store-list-address .image_left img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    min-height: 200px;

}
.find_homes_sec .store-list-address {
    display: flex;   
    grid-template-columns: 1.2fr 2fr;
    gap: 24px;
}
/*.find_homes_sec .homes_left {
    margin-top: 50px;
}
.page-scroll {
    overflow-y: scroll;
    height: 1034px;
}*/
.page-scroll::-webkit-scrollbar-track
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.page-scroll::-webkit-scrollbar
{
    margin-top:10px;
    border-radius: 10px;
    width: 12px;
    background-color: #006aa7;
}
.page-scroll::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #006aa7;
}
.floor_plans .home_title {
    margin-bottom: 10px !important;
}
.find_homes_sec  .home_address.property-address {
    margin-bottom: 0;
}
.find_homes_sec .home_address, .appartment_ammenities p, .appartment_ammenities, .store_list_bottom_right .contact a, .compare_checkbox {
    margin-bottom: 8px;
	line-height: 30px;
    margin-bottom: 11px;
    font-weight: 300;
    font-size: 1em;
    color: #787878;
	line-height: 1.5;
}
.contact_right {text-align: right;}
.find_homes_sec .home_desc {
    margin-bottom: 5px;
}
.find_homes_sec .home_price {
    font-size: 16px;
}
.find_homes_sec .home_address  i {
    margin-right: 10px;
    font-size: 15px;
    color: #092d58;
}
.find_homes_sec .home_price strong {
    color: #092d58;
}
.find_homes_sec .home_btns_inline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 18px;
}
.find_homes_sec .home_btns_inline  a {
    padding: 14px 28px;
    background-color: #092d58;
    font-size: 14px;
    line-height: 1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
}
.find_homes_sec .home_btns_inline  a:hover{
    background-color: #010f20;
}
.find_homes_sec .appartment_price, .find_homes_sec .store_ammenities .store_list_bottom {
display: grid;
    grid-template-columns: 2fr 1.3fr;
    gap: 20px;
    grid-template-rows: 1fr;
}
.find_homes_sec .appartment_ammenities {
    display: flex;
    gap: 5px;
	    margin-bottom: 5px;
}
.find_homes_sec .appartment_ammenities p.seperater {
    padding: 0px 5px;
}
.find_homes_sec .appartment_price p:empty {
    display: none;
}
.find_homes_sec .appartment_price p,
.find_homes_sec .appartment_price p a {
    line-height: 30px;
    color: #006aa7;
    font-weight: 700;
        transition: .3s all;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: capitalize;
	margin-bottom: 0;
}
.find_homes_sec .appartment_price p:hover, .find_homes_sec .appartment_price p a:hover {
color: #a5c022 !important;
}
/*.find_homes_sec .appartment_price p:hover{
    transform: scale(1.05);
}*/
.find_homes_sec .view_btn.button a{
	 color: #a5c022;
}
.find_homes_sec .view_btn.button:hover a{
	color: #fff !important;
}
.find_homes_sec .view_btn.button {
/*    width: 100%;*/
    background: transparent;
    border: 2px solid #006aa7;
    color: #006aa7 !important;
    text-align: center;
    font-size: 22px;
    padding: 28px;
    margin-bottom: 8px;
    padding: 14px;
    font-size: 14px;
    margin-top: 9px;
}
.find_homes_sec .view_btn.button:hover{
     background: #a5c022 !important;
     color: #fff !important;
       border: 2px solid #a5c022;
}
.find_homes_sec  .store_list_bottom .view_btn.button a{
	  color: #a5c022;
}
.find_homes_sec  .store_list_bottom .view_btn.button:hover a, .find_homes_sec  .store_list_bottom .view_btn.button a:hover{
	  color: #fff;
}
.find_homes_sec .store_list_bottom_right .contact a{
text-decoration: underline;
    font-size: 14px;
    line-height: 35px;
    color: #666;
    font-weight: 400;
    line-height: 1.5;
}
.find_homes_sec .store_list_bottom .compare_checkbox label {
    text-transform: uppercase;
    padding-left: 10px;
}
.find_homes_sec .store_list_bottom .compare_checkbox input#compare {
    height: 18px;
    width: 18px;
}
.find_homes_sec .store_list_bottom .compare_checkbox {
    display: flex;
    margin-top: 19px;
	align-items: center;
    margin-bottom: 0;
}
.find_homes_sec  .store_list_bottom .view_btn.button:hover {
	 background: #092d58 !important;
	  color: #fff !important;
}
.find_homes_sec  .store_list_bottom {
    margin-top: 10px;
}
.find_homes_sec  .store_list_bottom p:empty {
    display: none;
}
.find_homes_sec  .appartment_ammenities .bedrooms, .find_homes_sec  .appartment_ammenities .bathrooms {
    display: flex;
    gap: 5px;
}
.main-slide .slider {
    margin: 0;
}
.mobile-pagination {
    padding: 20px 0 30px;
}
@media screen and (min-width: 1440){
    .container-mapresult {
        width: 1420px;
    }
}
@media screen and (min-width: 1124px){
.find_homes_sec #property-listings .store-list-address .image_left img {    
        margin: auto;
        height: 375px;
        background: #f1f1f1;
    }
}
@media screen and (max-width: 767px){
	.find_homes_sec .store_list_bottom .view_btn.button {
    font-size: 20px;
    padding: 10px;
}
.container-mapresult {
    width: 100%;
}
/*.page-scroll {
    overflow-y: hidden;
    height: auto;
}*/
.find_homes_sec .SearchFilters_inner .search_form .store_locator_input input {
    margin: 0;
}
	
	.find_homes_sec .appartment_price, .find_homes_sec .store_ammenities .store_list_bottom, .find_homes_sec .appartment_ammenities{
		    display: block;
}
.appartment_ammenities p {
    margin-bottom: 2px;
}
.find_homes_sec #property-listings .store-list-address .image_left {
        padding: 0;
        width: 100%;
        margin-top: 0;
}
.find_homes_sec .appartment_ammenities p.seperater {
     display: none;
}
.find_homes_sec .store_list_bottom .view_btn.button, .appartment_ammenities{
	    margin-bottom: 20px !important;
}
}
/*@media screen and (min-width: 981px){
    .SearchFiltersContainer .storelocator_row  div#map-container,
    .find_homes_sec .SearchFiltersContainer .storelocator_row{
        height: 1128px !important;
    }
}*/
@media screen and (max-width: 980px){
    .find_homes_sec .SearchFiltersContainer .storelocator_row_inner{
        display: block;
    }
    .find_homes_sec .homes_left{
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .find_homes_sec  #store_locatore_search_map iframe {
        height: 400px;
    }
}
@media screen and (max-width: 839px){
	.no-property-found img {
    width: 100%;
}
	.filter-dropdown .dropdown-list{
	    width: 100% !important;
    right: 0 !important;
}
.find_homes_sec .SearchFilters_inner .search_form {
    display: grid;
    grid-template-columns: 5fr 1fr;
}
.find_homes_sec .SearchFilters_inner .search_form .store_locator_input:first-child {
    width: 100%;
}
    .find_homes_sec .SearchFilters_inner .search-filter{
        display:block;
    }
    .find_homes_sec .SearchFilters_inner .search_form {
        width: 100%;
        margin-bottom: 20px;
    }
    form#store_locator {
        width: 100%;
    }
    form#store_locator .filter_sec{
        justify-content: flex-start;
    }
.filter-dropdown .dropdown-label{
	    width: 100% !important;
    margin-right: 0 !important;
}
.filter-dropdown {
    margin-right: 0px !important;
	 display: block !important;
}
 .find_homes_sec .homes_left {
    margin-right: 0px !important;
} 
.find_homes_sec .SearchFilters_inner .search_form .store_locator_input:last-child {
    width: 100% !important;
}
}
.no-property-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 60vh;
}

.no-property-found img {
    max-width: 400px;
    margin: 0 auto;
    display: block;
}
.no-property-found p {
    font-size: 24px;
    margin-top: 16px;
    text-align: center;
}
form#store_locator {
    max-width: 57%;
    flex: 0 0 57%;
}
.find_homes_sec .homes_left .home_title {
    margin-bottom: 26px;
}
.find_homes_sec .content_right {
    font-size: 16px;
    line-height: 24px;
	padding: 10px 15px 0 10px;
    flex: 1 1 auto;
}
/*#store_locatore_search_results {
    position: sticky;
    top: 80px;
}*/
.home_desc h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.home_desc ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.home_desc ul li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 10px;
    flex: 0 0 50%;
    max-width: 50%;
}
.home_desc ul li sapn{
    font-size: 15px;
}
.home_desc ul li img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

/* filter */
.filter-dropdown {
position: relative;
    margin-bottom: 20px;
    width: 100% !important;
    max-width: 100%;
    margin-right: 10px;
    display: flex;
    justify-content: end;
    align-items: end;
    float: right;

}
.filter-dropdown .dropdown-list {
padding: 25px 20px;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    display: none;
    z-index: 10;
    width: 300px;
    left: unset;
}
.filter-dropdown .filter-checkbox {
  opacity: 0;
  transition: opacity 0.2s;
}
.amenties-values span, .bed-values span {
    color: #444;
    font-size: 18px;
    line-height: 1.5;
}

.filter-dropdown .dropdown-label {
padding-top: 11px !important;
    width: 300px;
    padding-bottom: 11px !important;
    display: block;
    height: 51px; 
    font-size: 18px;
    /* line-height: 48px; */
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 40px 0 10px;
    cursor: pointer;
    position: relative;
    color: #ccc;
	  z-index: 9;
}
.filter-dropdown .dropdown-label:before {
background: url(../images/down-arrow-svgrepo-com.svg) no-repeat center center;
    content: "";
    position: absolute;
    right: 10px;
    top: 12px;
    transition: transform 0.25s;
    transform-origin: center center;
    width: 24px;
    /* bottom: 0; */
    height: 24px;
	    z-index: 9;
        background-size: 16px;
}
.filter-dropdown .bed-left.open .dropdown-list,.filter-dropdown .bath-right.open .dropdown-list  {
  display: block;
}
.filter-dropdown.open .filter-checkbox {
  transition: 2s opacity 2s;
  opacity: 1;
}
.global_map h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.global_map span {
    display: block;
    padding-bottom: 29px;
    text-align: center;
}
span.show-div,.hide-div {
    line-height: 30px;
    color: #fff;
    font-size: 1em;
    margin-bottom: 0;
    background-color: #006aa7; 
    padding: 3px 18px;
    display: inline-block;
    margin: 10px 0;
}
span.show-div:hover,.hide-div:hover{
        background-color: #a5c022 !important;
}
.filter-dropdown.open .dropdown-label:before {
  transform: rotate(-180deg);
}

.filter-checkbox {
  margin-bottom: 12px;
}
.filter-checkbox:last-child {
  margin-bottom: 0;
}
.filter-checkbox .checkbox-custom {
  display: none;
}
.filter-checkbox .checkbox-custom-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.filter-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;
}
.filter-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;
}
.filter-checkbox .checkbox-custom-label {
  line-height: 16px;
  font-size: 16px;
  margin-right: 0;
  margin-left: 0;
  color: black;
}
.floor_plans {
    padding-top: 10px;
}
.floor_plans h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.dropdown-list h4 {
    display: flex;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    gap: 5px;
    color: #006aa7;
    margin-bottom: 5px;
    line-height: 1.25em;
}
.beds-available {
    margin-bottom: 20px;
}
.beds-available ul {
    margin: 0;  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.beds-available ul li {
    position: relative;
    margin: 0;
}
.beds-available ul li input {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    width: auto;
    top: 0;
    bottom: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}
.beds-available ul li label{
    position: relative;
    display: block;
    padding: 0.5rem .95rem;
    margin-left: -1px;
    line-height: 1;
    color: #092d58;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.beds-available ul li:first-child label {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.beds-available ul li:last-child label {
    margin-left: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.beds-available ul li input:checked + label{background: #006aa7;color: #fff;}

/* pagination */
.cvf-universal-pagination {
    margin-top: 24px;
}
.cvf-universal-pagination ul {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 15px;
}
.cvf-universal-pagination ul li {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 16px;
    margin: 0;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.cvf-universal-pagination ul li.selected,
.cvf-universal-pagination ul li:hover{
    background-color: #a5c022;
    color: #fff;
}
.pagination_items {
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
}
.paginaton_btns {
    display: none !important;
}
.storelocator_row{position: relative;padding: 0}
.loader_main {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0, .8);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader_main .loader {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
  }
  @media screen and (min-width: 768px) and (max-width: 1024px){
  .find_homes_sec {
    padding: 120px 0px 50px;
    margin-top: 0;
}
}
@media screen and (min-width: 768px){
    .mobile-pagination
    {
        display: none;
    }
}
@media screen and (max-width: 767px){
   /* .find_homes_sec .homes_left {
        overflow-y: hidden;
        height: auto;
        overflow-x: hidden;
        padding: 0;
        padding-left: 0;
        margin-top: 40px;
    }*/
    form#property_filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
form#property_filter div {
    width: 100%;
}
	/*.find_homes_sec .SearchFiltersContainer .storelocator_row_inner {
		padding-left: 20px;
		padding-right: 20px;
	}*/
	.cvf-universal-pagination ul {
    	gap: 6px;
	}
  
	.filter-dropdown {max-width:100%;margin-right: 0px;float: none;}
    .find_homes_sec .SearchFilters_inner #store_locator .scrollableList {
        width: unset;
        margin-top: -1px;
    }
    form#store_locator .filter_sec {
        justify-content: flex-start;
        display: grid;
        grid-template-columns: 3fr 1fr;
    }
    .find_homes_sec .SearchFilters_inner .search-filter{
        display: block;
		/*padding-left: 20px;
        padding-right: 20px;*/
    }
    .find_homes_sec .SearchFilters_inner .search_form .store_locator_input:first-child {
        width: unset;
		margin-bottom: 8px;
    }
    .find_homes_sec .SearchFilters_inner #store_locator .scrollableList ul {
        margin-left: 0px;
        width: 100%;
    }
    .find_homes_sec .store-list-address{
        display: block;
    }
    .find_homes_sec .home_btns_inline a {
        padding: 14px 10px;
    }
  .find_homes_sec .SearchFilters_inner .search_form {
    display: grid;
    grid-template-columns: 5fr 1fr;
}
    .find_homes_sec .SearchFilters_inner #store_locator .scrollableList:before {
        font-size: 16px;
    }

}
.find_homes_sec .content_right {
    padding: 0;
    padding-top: 10px;
}
.find_homes_sec .homes_left .home_title {
    margin-bottom: 10px;
    font-weight: 600;
}

.features .accordion-content {
    padding-top: 15px;
}
.find_homes_sec .store-locator-item {
    padding: 20px;
}

ul.room-details li {
    padding: 10px 10px;
}
.community-data ul {
    margin-bottom: 0;
}

}
  @keyframes spin {
    to { -webkit-transform: rotate(360deg); }
  }
  @-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
  }
  
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1
}

.accordion-content {
    display: none;
}
.show-more{
    margin-top: 24px;
}
.accordion-list {
    margin-bottom: 10px;
}
.accordion-title {
    position: relative;
    background: #006aa7;
    color: #fff;
    padding: 6px 10px;
}
.accordion-title:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    right: 5px;
    background: url('../images/chevron-down.svg') no-repeat;
    top: 7px;
    transition: all 0.4s ease-in-out;
}
.accordion-list.active .accordion-title:before{
    transform: rotate(180deg);
}
/*  */

#popup-slider{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-dialog {
    max-width: 930px;
    margin: 0 auto;
    position: relative;
}
.close-popup {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #fff;
    opacity: 1;
    z-index: 99;
    cursor: pointer;
}

.slider-for .slick-arrow {
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    color: rgba(255, 255, 255, 0.9);
    transform: translateY(-50%);
}
.slider-for .slick-arrow svg {
    width: 100%;
    height: 100%;
}
#property-listings {
    padding: 0 15px;
}
/* image popup slider */
#popup-slider .slider {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#popup-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    font-size: 0;
    width: 32px;
    padding: 0;
    height: 32px;
    border-radius: 50px;
    border: 0;
    z-index: 9;
}

#popup-slider .slick-prev {
    left: 10px;
    background: url(../images/slide-arrow-left.svg) no-repeat center center / 100%;
}
#popup-slider .slick-next {
    right: 10px;
    background: url(../images/slide-arrow-right.svg) no-repeat center center / 100%;
}
#popup-slider .slick-slide img {
    display: block;
    height: 85vh;
    object-fit: cover;
    pointer-events: none;
    width: 100%;
}

@media only screen and (max-width:767px){
    .modal-dialog {
        width: 90%;
    }
}   


