    .noUi-connect {
    background: var(--primary-color);
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover,.dropdown-toggle.btn-default{
background-color: var(--primary-color) !important;
color:#000;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #000;
}
.dropdown-toggle.btn-default .filter-option{
    color: #000;
    text-align: center !important;
    font-weight: bold;
}
.proerty-th .property-row {
    display: flex;
    flex-wrap: wrap;
}

.proerty-th .property-row > [class*='col-'] {
    display: flex;
}

.proerty-th .proerty-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.proerty-th .item-entry {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.proerty-th .proerty-item .item-thumb img,
.proerty-th-list .proerty-item .item-thumb img{
    
    opacity: unset !important;
    border-radius: 30px;
    object-fit: cover;
}
.property-location {
 display:none;
}
.proerty-th-list .property-title {
    margin-bottom: 5px;
}

.proerty-th-list .property-location {
    display:flex;
    font-size: 13px;
    font-weight: bold;
    color: #777;
}

.map-marker{
color: red;
margin-top: 8px;
font-weight: bold;
margin-right: 5px;

}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover
 {
    color: #777;
    text-decoration: none;
    background:none !important;
    outline: 0;
}

.proerty-th-list .proerty-item {
    display: flex;
    flex-wrap: wrap;
}

.proerty-th-list .item-thumb {
    width: 40%;
}

.proerty-th-list .item-entry {
    width: 60%;
    padding: 0 15px;
}

@media (max-width: 991px) {
    .proerty-th-list .item-thumb,
    .proerty-th-list .item-entry {
        width: 100% !important;
    }
}

.fetudprjtrs.chennai_south {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    text-align: left;
}
/* 
.col-xs-12 {
    width: 100%;
} */


#popenq1 .modal-header {
    min-height: 16.43px;
    padding: 15px;
    border: 0;
}

#spopenq1 .modal-header .close {
    position: absolute;
    right: -16px;
    top: 0;
    background: #ff6e2e;
    opacity: 1;
    padding: 5px 10px;
    color: #fff;
    text-shadow: none;
    font-size: 28px;
}
#popenq1 .modal-content {
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.proerty-th-list .item-entry .table-responsive {
    height: 92px;
    overflow: hidden;
}

.proerty-th-list .item-entry .scroll {
    height: 100px;
    overflow: auto;
    float: left;
    margin-bottom:15px;
}
.proerty-th-list .item-entry .content {
    height: 200px;
}

.proerty-th-list .scroll4::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 20px;
}
.proerty-th-list .scroll4::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px;
}

.proerty-th-list .item-entry .proerty-price label {
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    color:#000;
}
.proerty-th .item-entry .proerty-price label,
.proerty-th .item-entry .scroll{
    display:none;
}