﻿#hero {
    background: linear-gradient(90deg, rgba(32,31,91,0.75), rgba(32,31,91,0.75)), url("../images/projects/wisdom-court/wisdom-court-10.jpeg");
    background-blend-mode: normal;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 50px;
}

.range-slider {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
}

input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index:3;
    background-color: darkblue;
}

input[type="range"]::-moz-range-thumb {
    pointer-events: auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 3;
    background-color: darkblue;
}

input[type="range"]::-webkit-slider-runnable-track {
    background-color: rgba(0,0,0,0);
}

input[type="range"]::-moz-slider-runnable-track {
    background-color: rgba(0,0,0,0);
}

.div-fill {
    position: absolute;
    height: 10px;
    width: 100%;
    top: 7px;
    background-color: darkorange;
    z-index: 2;
    pointer-events: none;
    border-radius: 5px;
}
.lower-div-fill {
    position: absolute;
    height: 10px;
    width: 100%;
    top: 7px;
    background-color: lightgray;
    z-index: 1;
    pointer-events: none;
    border-radius: 5px;
}

#propertyFeatures{
    cursor: pointer !important;
}

@media (max-width:992px) {
    #advancedSearch {
        cursor: pointer !important;
    }
}

.listing-detail{
    border-radius: 25px;
    border: solid 1px grey;
}

.listing-tag{
    border-radius: 5px;
    min-width: 75px;
    text-align: center;
}

.listing-agent-img {
    width: 100%;
    border-radius: 15px;
}

@media (max-width:576px) {
    .listing-agent-img {
        width: 150px;
    }
}

.show-btn{
    height: 20px!important;
    font-size: 12px!important;
    padding: 0px!important;
}

