.card {

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 100%;
}


    .search-boxes input {
        height: 54px;
       
        border: 1px solid #dcdcdc;
        font-size: 15px;
    }

    .search-boxes {


        width: 87%;
        max-width: 100%;
    }

 .filter-select {
    width: 176px;
    height: 47px;
    border: 1px solid #111827;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    box-shadow: none;
}

    .filter-select:focus,
    .search-boxes input:focus {
     
        border-color: #999;
    }


.card .detail {
    padding: 15px;
}

.card .detail h6 {
    color: var(--orange-color-light);
    font-weight: 500;
}

.card .detail h3 {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.4rem;
}

.card .detail p {
    color: var(--primary-color);
    font-size: 0.9rem;
    line-height: 1.5;
}

.card .detail ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.card .detail ul li {
    color: var(--primary-color);
    font-size: 0.8rem;

}

.card .detail ul li svg {
    color: var(--orange-color-light);
    font-size: 0.8rem;

}

.card .detail h4 {
    font-weight: 700;
    margin: 20px 0 0;
}

.card img {
    height: 237px;
    object-fit: cover; width: 100%;
}

section.real-property-page {
    margin: 50px 0;
}
    .search-boxes input {
        height: 54px;
       
        border: 1px solid #dcdcdc;
        font-size: 15px;
    }

    .search-boxes {


        width: 87%;
        max-width: 100%;
    }

 .filter-select {
    width: 176px;
    height: 47px;
    border: 1px solid #111827;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    box-shadow: none;
}

    .filter-select:focus,
    .search-boxes input:focus {
     
        border-color: #999;
    }


    @media (max-width:567px) {
        section.real-property-page {
    margin: 15px 0;
}
.filter-select {
    width: 100%;
 
}
.search-boxes {
    width: 100%;
    max-width: 100%;
}
.price-range-dropdown {
    width: 100%;
}
        
    }