::-webkit-scrollbar {
  width: 1px;
}

menu.nav.expand, menu.profile-nav.expand{
    position: absolute !important;
}

.city-select-search .options::-webkit-scrollbar, .select-box .options::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.mapboxgl-ctrl-top-left, .mapboxgl-ctrl-top-right {
    left: 0;
    top: 0vh !important;
}

.location-pin {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: -25px;
}
.location-pin .price-tag {
    height: 20px;
    width: max-content;
    display: flex;
    justify-content: center;
    background: #5b5b5b;
    padding: 3px 10px;
    color: #fff;
    margin-bottom: 4px;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Open Sans';
}
.location-pin svg {
    width: fit-content;
    height: 25px !important;
}
.location-pin svg path{
    fill: var(--house-color) !important;
}
/*header {*/
/*    width: calc(100vw - 81px) !important;*/
/*}*/
.k_enable{
    display: revert;
}
.k_disable{
    display: none;
}
.fullwidth{
    width:100% !important;
}

/* search */
.filter .search-inp,.filter  .select {
    height: 30px;
    border-radius: 40pc;
    outline: none;
    border: none;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
}
    .filter .search-inp{
    border: 1px solid #c5c5c5;
    border-radius: 3pc;
}
.city-select-search {
    width: 100% !important;
    height: 30px !important;
    padding: 0 !important;
}
.inputSearch.select.filters .select-box {
    padding-left: 10px;
}
div#property-name {
    width: 100px;
}
.city-select-search , .select-box{
    display: grid;
    width: auto;
    padding: 0 10px !important;
    border-radius: 8px;
    /*padding: 0 8px;*/
    padding: 0;
    height: 30px;
    background: transparent;
    font-size: 12px;
    line-height: 1.2;
    position: relative;
    grid-template-columns: auto 20px;
    justify-items: center;
    align-items: center;
}

.city-select-search div.select-name, .select-box div.select-name {
    display: flex;
    width: max-content;
    padding: 2px 10px;
    min-width: 60px;
}

.city-select-search .options.active, .select-box .options.active {
     height: 105px;
     
}
.city-select-search .options, .select-box .options {
    position: absolute;
    top: 40px !important;
    background: #fff;
    width: calc(100%) !important;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-out;
    z-index: 4 !important;
    border-radius: 10px;
    overflow-y: scroll;
    box-shadow: 0 0 16px -6px gray;
}
.card.small.strict {
    min-width: auto !important;
    max-width: 100% !important;
}
button#save-search{
    height: 40px;
    margin-left: 15px;
}
.position-relative {
    position: relative;
    width: 50%;
    height: 100%;
}
.more-filter.active {
    left: 0;
    transform: translateX(0vw);
    box-shadow: 0px 0px 16px -6px var(--black);
}
.more-filter {
    display: grid;
    height: calc(100vh - 20px);
    max-width: 500px;
    position: fixed;
    top: 0;
    left: 0;
    width: 90vw !important;
    z-index: 6;
    background: #fff;
    grid-template-columns: 40% auto;
    transition: transform 0.5s ease;
    transform: translateX(-100vw);
    padding: 10px;
}
.more-filter.active div.nav-lable {
    min-height: 30px;
    display: flex;
    align-items: center;
    padding-inline-start: 20px !important;
    padding-inline-end: 20px;
    line-height: 1.8;
}
.more-filter.active div.nav-lable.active {
    background: var(--of-white);
}
.more-filter.active .results > div {
    display: none;
}
.more-filter.active .results > div.active {
    display: block;
}
.more-filter.active .nav-tab h5 {
    display: flex;
    margin: 10px 0;
    width: 100%;
    height: 20px;
    align-items: center;
    padding-inline-start: 10px;
    font-size: 14px;
}
.more-filter.active .nav-tab {
    padding: 15px 0;
}
.more-filter.active .results {
    background: var(--of-white);
    padding: 15px;
    height: calc(100vh - 40px);
    overflow: scroll;
}
.amenities-nav.wrap .checkbox {
    max-width: 100% !important;
    display: grid;
    grid-template-columns: 20px 30px auto;
    width: 100%;
    align-items: center;
    flex: 1 0 100%;
}
.amenities-nav.wrap .checkbox span.fs span {
    font-size: 20px;
}
 .amenities-nav.wrap .checkbox span.fs i {
    font-size: 16px;
}
.amenities-nav.wrap .checkbox span.fs span.material-icons{
    color: black !important;
}
.amenities-nav.wrap .checkbox span.check{
    width:100%!important;
}
.bed_room-nav.wrap .checkbox {
    max-width: 100% !important;
    display: grid;
    grid-template-columns: 25px auto;
    width: 100%;
    align-items: center;
    flex: 1 0 100%;
}
.price-nav.price-filter.active, .sqft-nav.sqft-filter.active {
    display: flex !important;
    flex-direction: column;
}

.amenities-nav.wrap .checkbox i, .amenities-nav.wrap .checkbox span.material-icons-outlined, .amenities-nav.wrap .checkbox span.material-icons, .amenities-nav.wrap .checkbox span.material-symboles, .amenities-nav.wrap .checkbox svg {
    font-size: 14px;
    width: 14px;
    margin: 0 auto;
}

.more-filter.active .inputSearch lable {
    display: block;
    color: #000;
    margin-bottom: 5px;
}
.more-filter.active .inputSearch {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    margin: 0;
    padding: 10px;
}
.more-filter.active .inputSearch .wrap {
    height: fit-content;
    justify-content: flex-start;
}
.more-filter.active .field {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: fit-content;
    margin-bottom: 10px;
    border-bottom: none;
}
.more-filter.active .field input {
    width: 120px;
}


.select-box .more-filter div {
    padding-inline-start: 0;
}


.city-select-search .options div#city-name {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.city-select-search .options.active {
     height: 105px;
}
.select-box .options.price {
    width: 0px;
    height: 0px;
    right: 0;
    transition: width 0.8s ease-out, height 0.6s ease-out;
}
.select-box .options.price > div {
    padding-inline-start: 0px;
}
.select-box .options > div {
    height: 35px;
    display: flex;
    align-items: center;
    border-bottom: 0.6px solid #e0e0e0;
    padding-inline-start: 20px;
}
.options.price .price-filters {
    padding: 0 !important;
}
.options.price.active, .options.price .price-filters {
    width: 250px !important;
    /*min-width: 250px;*/
    right: 0;
    padding: 10px;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.options.price.active .price-filters > div{
    height: auto;
}

.select-box .options div:hover {
    background: #ebebeb;
    color: var(--house-color);
}
.select-box .options div:hover {
    background: unset;
    color: unset;
}
.select-box .options .price-filters div:hover {
    background: #ebebeb;
    color: var(--house-color);
}
.tab-search {
    position: absolute;
    top: -30px;
    display: flex;
    height: 30px;
}
.tab-search > div {
    padding: 5px 10px;
    background: #fff;
    border-radius: 6px 6px 0 0;
}
.search-inp .input-search {
    display: flex;
    margin-right: 15px;
    width: 100%;
    min-width: 200px;
    align-items: center;
}
.search-inp button.search {
    height: 40px;
    width: 80px;
    border: none;
    border-radius: 40pc;
    background: var(--house-color);
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab-search > div.active {
    background: #ff0000;
    color: #fff;
}
.tab-search > div:hover {
    background: #c9c9c9;
    cursor: pointer;
}
select#city{
    cursor: pointer;
}
.search-inp span.i.search {
    padding: 9px 12px;
    border-radius: 20px;
    background: var(--house-color);
    position: relative;
    right: 4px;
}
.search-inp span.i.search svg {
    fill: #fff;
}
input#search {
    width: 25vw;
    min-width: 250px;
}
.search-btn i.sy svg{
    height: 30px;
}
.search-btn {
    position: absolute;
    top: 1px;
    right: 4px;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
div#suggestions {
    display: flex;
    border-radius: 8px;
    position: absolute;
    top: 50px;
    flex-direction: column;
    width: 100%;
    background: #fff;
    max-height: 200px;
    overflow: auto;
    z-index: 4;
    
    box-shadow: 0 0 10px -4px black;
}
div#suggestions .options.readonly {
    color: silver;
}
div#suggestions .options.readonly:hover{
    background: unset;
}
div#suggestions div.options {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    min-height: 30px !important;
    align-items: center;
}
div#suggestions .identifier {
    color: gray;
    font-size: 13px;
}
div#suggestions div.options:hover {
    background: #efefef;
}
div#suggestions div.view-option {
    font-size: 14px;
}
/*.search-inp input#search {*/
/*    border: none;*/
/*    padding: 2px 15px;*/
/*    height: 100%;*/
/*    background: transparent;*/
/*    width: 100%;*/
/*    overflow: overlay;*/
/*}*/
.search-inp select:focus-visible, .search-inp input:focus-visible {
    outline: none;
}
input#search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c4c4c4;
  opacity: 1; /* Firefox */
}
.search-inp .input-search lable {
    font-size: 14px;
    margin: 10px 0;
    color: #737373;
}
.search-inp select, .search-inp input {
    border: none;
    border-radius: 8px;
    padding: 0 10px;
    height: 40px;
    margin-top:0;
    background: transparent;
    font-size: 14px;
    line-height: 1.2;
        width: 100%;
}

.filter .inputSearch {
    margin-right: 15px;
    width: auto;
    height: max-content;
    position: relative;
    border: 1px solid #c5c5c5;
    border-radius: 3pc;
}
.inputSearch.select.filters .select-box {
    display: flex;
}
.inputSearch .sqft-input .field {
    grid-template-columns: 40px 100px 105px !important;
}
.inputSearch .sqft-input .field input{
    width: 100% !important;
}
.inputSearch.price .price-input , .inputSearch .sqft-input {
    width: 100%;
    display: flex;
    /* margin: 0px 0 35px; */
    color: #000;
    font-size: 14px;
    width: fit-content;
}


.inputSearch.price .price-input, .inputSearch .sqft-input {
    width: 100%;
    display: flex;
    margin: 0px 0 35px;
    flex-direction: column;
    color: #000;
    font-size: 14px;
}

.inputSearch.price .price-input .field input ,.inputSearch .sqft-input .field input {
    display: none;
}
.inputSearch.price .price-input  .field input, .inputSearch .sqft-input .field input {
    display: block;
}
.inputSearch.price .price-input .field , .inputSearch .sqft-input .field {
    display: flex;
    min-width: 100px;
    align-items: center;
    justify-content: space-around;
}
.inputSearch.price .price-input .field ,.inputSearch .sqft-input .field  {
    display: grid;
    width: 100%;
    height: auto;
    align-items: center;
    grid-template-columns: 40px 120px 60px;
    justify-content: space-around;
    margin: 10px 0;
}
.field input {
    width: calc(100% - 30px);
    height: 35px;
    outline: none;
    margin-top: 0;
    
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}
.sqft-nav.sqft-filter .field, .price-nav.price-filter .field {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: start;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator, .sqft-input .separator{
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.inputSearch.price .slider , .inputSearch .slider{
    display: none;
}
.inputSearch.price .slider, .inputSearch .slider, .more-filter.active .slider{
    display: unset;
  min-height: 5px;
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
  width: 100%;
}
.slider .progress, .slider .sqftprogress{
  height: 100%;
  left: 0.5%;
  right: 100%;
  position: absolute;
  border-radius: 5px;
  background: #000;
}

.inputSearch.price .range-input ,.inputSearch .sqft-range-input {
    display: none;
}
.inputSearch.price .range-input, .inputSearch .sqft-range-input, .more-filter.active .range-input{
    display: unset;
    position: relative;
    width: 100%;
}
.inputSearch.price .price-input .field div , .inputSearch .sqft-input .field div {
    display: flex;
    justify-content: flex-end;
}
.range-input input, .sqft-range-input input{
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  margin-top: 0;
    padding: 0;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb{
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--house-color);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
input[type="range"]::-moz-range-thumb:hover{
    border-color: var(--house-color);
}
input[type="range"]::-moz-range-thumb{
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #fff;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}



header.darkHeader {
    position: unset;
}

.main-body {
    display: flex;
    flex-wrap: nowrap;
    height: calc(100vh - 145px);
    overflow-x: auto;
    max-height: min-content;
}
.filter {
    display: flex;
    width: auto;
    height: 80px;
    padding: 0 30px;
    z-index: 2;
    top: 60px;
    align-items: center;
    justify-content: space-between;
}
.filter > div {
    display: flex;
    align-items: center;
}
.filter::-webkit-scrollbar {
  width: 6px;
}
.FeaturePropety .main-title .col h2 {
    color: #000;
}
.main-body .FeaturePropety {
    width: 100%;
    padding-top: 20px;
    height: calc(100vh - 165px);
}


.inputSearch.price {
    background: #fff;
    border-radius: 3pc; 
    margin-left: 15px;
    padding: 4px 0px;
    color: #000;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height 0.5s ease-out;
}


select, input {
    height: 30px;
    border-radius: 40pc;
    border: none;
    padding: 4px 15px;
}
input[type="checkbox"] {
    height: unset;
}
input:focus-visible {
    outline: none;
}
.checkbox {
    display: flex;
    align-items: center;
    height: 30px;
}
input.propertytype {
    height: auto;
    padding: 0;
    margin: 0;
    margin-right: 5px;
}
span.check {
    color: #000;
    font-size: 12.5px;
    width: auto;
}
.wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.main-title {
    padding: 0px !important;
    width: auto !important;
    display: flex;
    justify-content: space-between !important;
    color: #000;
    margin: 15px 0px !important;
    flex-direction: unset !important;
    margin-bottom: 10px !important;
}
.main-title h2 {
    margin: 0;
    font-size: 1.2rem !important;
    color: #fff;
}
.wrap .checkbox {
    flex: 1 0 calc(100% / 3);
    max-width: 80px;
}
.inputSearch.select.filters {
    background: no-repeat;
}
.filter .inputSearch lable {
    color: #fff;
    font-weight: 600;
    font-size: 13.5px;
    display:none;
}

.main-body .card-slider {
    position: relative;
    width: 100%;
    overflow: auto;
    height: 100%;
}

button.view-card {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    border: none;
    border-radius: 6px;
    box-shadow: 0 0 16px -4px silver;
    height: 35px;
    min-width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
     z-index: 3;
}
button.view-map {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    border: none;
    border-radius: 6px;
    box-shadow: 0 0 16px -4px silver;
    height: 35px;
    min-width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.card {
    flex: 1 0 14rem !important;
    min-width: 240px !important;
    margin: 6px !important;
    max-width: 350px !important;
}
.mapboxgl-popup-content .card {
    min-width: 200px !important;
}

.main-body .card-slider::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.main-body .card-slider::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.main-body .card-slider::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.main-body .card-slider::-webkit-scrollbar:hover {
    width: 10px;
}
.main-body .card-slide::-webkit-scrollbar-thumb:hover {
  background: #555;
}
button#filter {
    display:none;
}

  .button-switch {
	 font-size: 1.5em;
	 height:40px;
	 position: relative;
	 width: 4.5em;
}
 .button-switch .lbl-off, .button-switch .lbl-on {
	 cursor: pointer;
	 display: block;
	 font-size: 0.9em;
	 font-weight: bold;
	 line-height: 1em;
	 position: absolute;
	 top: 0.3em;
	 transition: opacity 0.25s ease-out 0.1s;
	 text-transform: uppercase;
}
.button-switch span {
    font-size: 28px !important;
}
 .button-switch .lbl-off {
	 right: 20px;
}
 .button-switch .lbl-on {
	 color: #fefefe;
	 opacity: 0;
	 left: 10px;
}
 .button-switch .switch {
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
	 height: 0;
	 font-size: 1em;
	 left: 0;
	 line-height: 0;
	 outline: none;
	 position: absolute;
	 top: 0;
	 width: 0;
	 padding:0;
}
 .button-switch .switch:before, .button-switch .switch:after {
	 content: '';
	 font-size: 1em;
	 position: absolute;
}
 .button-switch .switch:before {
	 border-radius: 1.25em;
	 background: #bdc3c7;
	 height: 1.875em;
	 left: -0.25em;
	 top: -0.1875em;
	 transition: background-color 0.25s ease-out 0.1s;
	 width: 4.5em;
}
 .button-switch .switch:after {
	 box-shadow: 0 0.0625em 0.375em 0 #666;
	 border-radius: 50%;
	 background: #fefefe;
	 height: 1.5em;
	 transform: translate(0, 0);
	 transition: transform 0.25s ease-out 0.1s;
	 width: 1.5em;
}
 .button-switch .switch:checked:after {
	 transform: translate(2.5em, 0);
}
 .button-switch .switch:checked ~ .lbl-off {
	 opacity: 0;
}
 .button-switch .switch:checked ~ .lbl-on {
	 opacity: 1;
}
 .button-switch .switch#switch-orange:checked:before {
	 background: var(--house-color);
}
 .button-switch .switch#switch-blue:checked:before {
	 background: #3498db;
}
 
 

/* .main-title {*/
/*    width: 100% !important;*/
/*}*/
.main-body .FeaturePropety {
    width: calc(100% - 60px);
    padding-top: 2px;
    height: calc(100vh - 185px);
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px !important;
    justify-content: center;
    margin: 0 auto;
}
.maps {
    width: 50%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
    margin: 15px 15px 0 0 !important;
    float: right;
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl .mapboxgl-ctrl-group button {
    width: 35px !important;
    height: 35px !important;
}
 div#map.disable{
     display:none;
 }
 div#map{
     width: 100%;
     height: 100%;
 }
 
 .card-track.propert_list_search {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0px;
}
 

 @media screen and (min-width: 1135px) {
    /*.inputSearch.filters {*/
    /*    display: none;*/
    /*}*/
 }
 .options.more-filter.active .inputSearch, .options.more-filter .inputSearch{
     display: none;
 }

 @media screen and (max-width: 1126px) {
         .inputSearch.price {
            display: none;
        }
         .options.more-filter.active .inputSearch.price-filter {
            display: flex;
        }
 }

 @media screen and (max-width: 1012px) {
     .main-body .FeaturePropety {
        height: calc(100vh - 225px);
        max-height: 500px;
     }
     .main-body{
         max-height: 550px;
         
     }
     
         .inputSearch.bhk {
            display: none;
        }
         .options.more-filter.active .inputSearch.bhk-filter {
            display: flex;
        }
 }
 @media screen and (max-width: 865px) {
     .mapboxgl-popup-content .card, .mapboxgl-popup-content .card.small{
         width: auto !important;
     }
        .position-relative{
            width:100%;
        }
         .inputSearch.type {
            display: none;
        }
         .options.more-filter.active .inputSearch.type-filter {
            display: flex;
        }
        
        
        div#map {
            width: 100%;
            height: 100%;
        }
        .map-view, .card-view {
            width: 80px;
            height: 30px;
            bottom: 10%;
            left: 50%;
            transform: translate(-50%, 0%);
            position: absolute;
            border: none;
            border-radius: 4px;
            box-shadow: 0 0 16px -6px #323232;
            background: #fff;
            display: flex;
            align-items: center;
            overflow: hidden;
            z-index: 5;
            padding: 8px 15px;
            justify-content: space-evenly;
        }
        div.maps , .main-body .card-slider{
            width: 100%;
            height: 52vh !important;
         }
         button.view-card, button.view-map{
             display: none;
         }
         .main-body .FeaturePropety {
        height: auto;
        padding: 0 !important;
        width: calc(100% - 20px);
        position: relative;
    }
 }
 @media screen and (max-width: 695px) {
         .inputSearch.area {
            display: none;
        }
         .options.more-filter.active .inputSearch.area-filter {
            display: flex;
        }
 }
  @media screen and (max-width: 610px) {
         .inputSearch.title {
                width: 60%;
                
            }
            button#save-search{
                margin-left: 8px;
            }
            .filter .inputSearch {
                 margin-left: 8px;
            }
            input#search {
                width: 20vw;
                min-width: 65%;
            }
         .options.more-filter.active .inputSearch.title-filter {
            display: flex;
        }
      div.maps , .main-body .card-slider{
            width: 100%;
            height: 80vh !important;
         }
 }
 
 .d-none{
     display: none;
 }
/* .more-filter.active {*/
/*    width: 250px !important;*/
/*}*/
 @media screen and (max-width: 765px) {
   
     .more-filter.active .field {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-start;
    }
     .filter .search-inp, .filter .select {
        width: 120px !important;
    }
     .city-select-search div.select-name, .select-box div.select-name {
        min-width: 35px;
        font-size: 12.5px;
    }
     .more-filter {
            max-width: 80%;
     }
     .main-title {
    padding: 0px 15px !important;
}

.filter {
    display: grid;
    grid-template-columns: 70% auto;
    justify-content: space-between;
    padding: 0 10px;
}

.filter .search-inp, .filter .select {
    width: fit-content;
}
.inputSearch.select.filters {
    margin: 0;
    width: fit-content !important;
    margin-left: 8px;
}
div#suggestions {
    width: 250px;
    top: 50px;
}

     
       input[type="checkbox"] {
        height: 14px;
        padding: 0;
        border-radius: none;
    }
   input[type="range"]::-webkit-slider-thumb{
  background: var(--house-color);
   }
    .slider .progress, .slider .sqftprogress{
        background: #000;
    }
     .main-body {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        height: auto !important;
        padding: 0 10px;
    }
     button#filter:hover {
    box-shadow: unset;
}
   button#filter {
    display: block;
    position: absolute;
    z-index: 2;
    width: auto;
    height: 40px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    border-radius: 8px;
    font-size: 18px;
    color: var(--house-color);
    background: transparent;
    border: none;
}
  .main-body .filter {
    width: calc(100vw - 80px);
    height: calc(100vh - 100px);
    background: #ffffff;
    padding: 40px;
    overflow-x: auto;
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translate(-50%, 0px);
    top: 80vh;
    border-radius: 40px 40px 0 0;
}
.main-body .filter .inputSearch lable,span.check, .price-input{
    color: #000;
}
.main-title h2 {
    font-size: 1.1rem !important;
}
.position-relative {
    position: relative;
    width: 100%;
}
.card-slider.vertical {
    /*height: calc(100vh - 180px)!important;*/
}
.main-body .card-slider{
    height: auto;
}
.card {
    min-width: 45% !important;
}

.card-slider.vertical .card-track {
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 60vh;
    width: 100%;
}
.card .wrap-text {
    padding: 8px 4px !important;
}
.main-body .FeaturePropety {
    height: auto;
    padding: 0 !important;
    width: calc(100% - 20px);
    position: relative;
}

     .banner {
    display: none;
}
 }
