.dropdown-menu .outer-div-drop h3 {
    font-size: 1.125em;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
}

.dropdown-menu .outer-div-drop h3 span {
    font-weight: 400;
}

.dropdown-menu .half-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dropdown-menu .half-outer .half {
    width: 47%;
}

.dropdown-menu .half-outer .half label {
    display: block;
    font-size: 0.8750em;
}


.half-outer .check label {
    color: #000;
}

.half-outer .check .container1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.half-outer .check .container1 input {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
}

.property-search .sort-price {
    color: #8fb1f2;
    font-size: 14px;
}

.property-search .sort-price span {
    color: #000;
    font-weight: 400;
    padding-right: 5px;
    padding-left: 5px;
}

.icon-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 22px;
    height: 22px;
    opacity: .9;
    /* z-index: 1; */
}

.icon-wishlist:after {
    content: "\f004";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-size: 1.375em;
    line-height: 16px;
    font-weight: 700;
    color: #6f87a9;
    -webkit-text-stroke: 1px #ffffff;
}

.icon-wishlist.in-wishlist:after {
    color: #f10909;
}

.search-result-card .search-result-top .tag
{
    position: absolute;
    top: 5px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 5px 15px;
    left: 5px;
    z-index: 11;
}