.property-card i {
    color: #f89d13 !important;
    font-size: 19px !important;
}

.property-card .fa-location-circle {
    font-size: 18px !important;
}
.search1{
    color: #fff !important;

}

.property-card {
    border: 1px solid #eee;
    margin-top: 50px !important;
    border-radius: 12px !important;
    font-family: 'Poppins';
    font-size: 14.7px !important;
}

.property-card img {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;

}

.search {
    margin-top: 32px !important;
}

select {
    padding: 10px 10px 10px 10px !important;
    border-radius: 8px !important;
    outline: none !important;
    width: 150px;
}


.property-card h6 {
    color: #000 !important;
}

@media screen and (max-width:768px) {
    .filter {
        margin-left: 0px !important;
        width: 100% !important;
        padding-bottom: 40px !important;
    }
    .filter div{
        margin-top:30px;
        margin-left: 80px ;
    }
    .filter select{
        width: 70% !important;
    }
    .colo-1 {
        padding-left: 15px !important;
    }

    .search {
        margin-top: 30px !important;

    }
    .property-card{
        margin-left: 20px !important;
        width:90% !important ;
    }
   
}
@media screen and (max-width:650px) {
    .filter {
        margin-left: 0px !important;
        width: 100% !important;
        padding-bottom: 40px !important;
    }

.property-card{
    margin-left: 30px !important;
    width:80% !important ;
}
.search{
    width: 120px;
}

}
@media screen and (min-width:900px) and (max-width:1000px){
    .filter {
        margin-left: 0px !important;
        width: 100% !important;
        padding-bottom: 40px !important;
    }

.property-card{
    margin-left: 20px !important;
    width:40% !important ;
}

    .search {
        margin-top: 30px !important;
        width: 140px !important;
    }
    .search1{
        text-align: center !important;
        color: #fff !important;
    }
}

@media screen and (width:820px) {
    .filter {
        margin-left: 0px !important;
        width: 100% !important;
        padding-bottom: 40px !important;
    }

.property-card{
    margin-left: 20px !important;
    width:40% !important ;
}

    .search {
        margin-top: 30px !important;
        width: 140px !important;
    }
    .search1{
        text-align: center !important;
        color: #fff !important;
    }
}
@media screen and (width:768px) {
    .filter {
        margin-left: 0px !important;
        width: 100% !important;
        padding-bottom: 40px !important;
    }

.property-card{
    margin-left: 20px !important;
    width:45% !important ;
}
.col button{
    width: 100px !important;
}
}

@media screen and (min-width:800px) and (max-width:1024px) {
    .filter{
        display: flex !important;
        margin-left: 10vw !important;
        width: 10px !important;
    }
    select{
        margin-left: 2vw !important;
    }
 
}
@media screen and (min-width:1025px) {
    .filter{
        display: flex !important;
        margin-left: 15vw !important;
        width: 10px !important;
    }
    .col{
        margin-left: 6vw !important;
    }
 
}

