﻿.trendingWrap {
    margin-top: 10%;
}

.trendingBlock {
    margin: 10px 10px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

    .trendingBlock img {
        border-radius: 10px 10px 0 0;
    }

    .trendingBlock p.propertyTitle {
        font-weight: 600;
        padding: 5px 4px;
        color: #000;
    }

        .trendingBlock p.propertyTitle:hover {
            color: #ef0073;
            cursor: pointer;
        }

.prop_loc img {
    width: 14px !important;
}

.pricing .fa-inr {
    font-size: 12px;
    margin-right: 3px;
}

.TextAlignJustfy {
    padding: 0 10px;
}

.price h6.pricing {
    font-size: 12px !important;
}
.selectzone {
    display: flex;
    justify-content: right;
    align-items: center;
}

.zoneselect {
    width: 250px;
    border-radius: 30px;
    padding: 6px 45px 6px 10px;
    /* background-color: #f8049c; */
    background-color: transparent;
    color: black;
    font-weight: 500;
    font-size: 1.2rem;
    text-align: left;
    position: relative;
    outline-color: #f8049c;
    border: 1px solid #f8049c;
    z-index: 1;
    margin-left: 20px;
}
.drop-down {
    position: relative;
}
.drop-down a {
    position: absolute;
    right: 5px;
}
.selectzone i {
    color: white;
    border: 0px solid white;
    background-color: #e72e9b;
    border-radius: 50px;
    font-size: 32px;
    height: 35px;
    width: 35px;
    font-weight: bold;
    padding-top: 3px;
    margin-top: 1px;
}
.drop-down .fa-angle-down:before {
    content: "\f107";
    padding-left: 5px;
}
.zoneselect:focus-visible {
    outline-color: #f8049c;
    border: 1px solid #f8049c;
    border-radius: 30px;
}
.trendingzonewrap {
display:flex;
justify-content:space-between;
}
@media(max-width: 768px) {
    .trendingWrap {
        margin-top: 40%;
    }
    .trendingzonewrap {
    display:block;
    }
    .selectzone {
    display:block;
    }
    .zoneselect {
        width: 100%;
        margin-left: 0px;
    }
    .selectzone h5 {
    margin-bottom:10px;
    }
    .TrendingTitles {
    margin-bottom:10px;
    }

}
