body{
    font-family: 'Open Sans', sans-serif;
}
#top-main-search-bar ul>li {
    display: grid;
}
.property_city{
    height:45px;
}
#search-menu-middle > li:not(:last-child) {
    display: inline-block!important;
    width: calc(33% - 64px);
    margin-bottom: 8px;
}
.propertylist ul>li{
    border: 1px solid;
    margin: 2px 1px;
    text-align: center;
}
.propertylist ul>li.active{
    background: #1b6d85;
    color: #fff;
}
#top-main-search-bar ul{
    padding-left: 0;
    margin-bottom: 0;
}
#top-main-search-bar label{
    font-size: 13px;
    font-weight: 400;
}
ul#search-menu > li{
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    float: left;
    font-weight: 500;
    margin: 0 3px 0 0;
    transition: all 0.2s ease 0s;
    border-radius: 1px;
    padding: 10px;
}
ul#search-menu > li:hover,ul#search-menu > li.active{
    background-color: #ffffffd6;
    color: rgba(0, 0, 0, 0.68);
    font-weight: bold!important;
}
#search-prop-location-input,#search-prop-advanced{
    background: #f6f7fb;
    display: inline-block;
    text-align: left;
    position: relative;
    width: 100%!important;
    outline: 1px solid rgba(0,0,0,.1);
    font-size: 14px;
        margin-bottom: -7px;
}
#search-prop-advanced > span{
    display: inline-block;
    text-indent: 16px;
    font-size: 14px;
    padding: 4px;
}
#search-prop-advanced-div select{
    font-size: 14px;
    padding: 3px 5px;
    color: #656d78;
    border: 1px #e5e5e5 solid;
    display: inline-block;
    outline: 0;
}
#search-prop-location-input select,#search-prop-location-input input{
    border: 0;
    min-width: 100%;
    color: #545454;
    outline: 0;
    padding: 12px;
    font-size: 13px;
}
#search-prop-location-input select{
    border-right: .01em solid rgba(0,0,0,0.7);
    min-height: 46px;
}
#searchbtn{
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px;
    margin: 0;
    width: 135px;
    overflow: hidden;
    border-radius: 0;
    transition: none;
    border: 0;
    background: #1b6d85;
    color: #fff;
    outline: 0;
}
#searchbtn:hover{
    background: #114d5f;
    color: #ffffffb3;
}
.close-advanced-search:hover{
    transform: scale(1.1);
    color: #545454;
    cursor: pointer;
}


.adv-box{
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    display: inline-block;
    text-align: left;
    z-index: 1;
    width: 100%!important;
}
.adv-box-child{
    background: #f6f7fb;
    outline: 1px solid rgba(0,0,0,.1);
    font-size: 14px;
    transition: all ease-in-out 0.3s;
    opacity: 0;
}
.show-adv{
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateX(45deg);
    transform-style: preserve-3d;
    transform: none;
    opacity: 1;
}
.close-adv{
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0;
}
.adv-box-child-container{
    width: 100%;
    display: inline-grid;
    grid-template-columns: auto auto auto auto;
}
.budget-table{
    width: 100%;
    border-collapse: collapse;
}
.budget-table td{
    border: 0.02em dotted rgba(0,0,0,0.2) ;
    padding: 5px;
}
.ui-slider-range{
    background-color: #0c5460;
}

.bottom-link li{
    font-size: 12px;
    color: #646d7a;
    display: inline-block;
    text-align: center;
    float: left;
    font-weight: 500;
    transition: all 0.1s ease;
    padding: 0 5px!important;
 }
option{
    font-size: 14px;
}


.jscroll::-webkit-scrollbar {
    width: 10px;
}
.jscroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.jscroll::-webkit-scrollbar-thumb {
    background: #888;
}
.jscroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}