.properties_listing_container {
    margin-top: 20px;
}

.property {
    height: fit-content;
    margin-bottom: 20px;
}

.property>div {
    background-color: #FAFAFA;
}

.property>div:hover {
    background-color: #eff9ff;
    box-shadow: 1px 7px 8px 0px rgb(0 0 0 / 10%);
}

.property img {
    display: block;
    padding: 20px;
    width: -webkit-fill-available;
}

.property_details {
    padding: 15px;
}

.property_name {
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

.property_address {
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #676767;
    margin-top: 4px;
}

.propery_rate_and_btn {
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.property_rate {
    display: flex;
    flex-direction: column;
    margin-top: 2px;
}

.property_rate :nth-child(1) {
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 20px;
    color: #8D8D8D;
}

.property_rate :nth-child(2) {
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #2978EF;
    margin-top: 5px;
}


.view_details_btn {
    background: #2978EF;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 12px 25px;
}

a:hover {
    text-decoration: none;
}

.pagination-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    background-color: #FFFFFF;
}

.pagination-links a {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 5px;
    background-color: #eee;
    color: #333;
    border-radius: 3px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.pagination-links a:hover,
.pagination-links a:focus {
    background-color: #4CAF50;
    color: #fff;
}

.pagination-links .active a {
    background-color: #4CAF50;
    color: #fff;
}

.pagination-links .disabled a {
    background-color: #eee;
    color: #999;
    pointer-events: none;
} 

.search_properties_container {
    margin-top: 21px !important;
}

.property_images {
    aspect-ratio: 2/1.5;
}

@media (max-width: 1313px) {
    .search_properties {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }
}

@media (max-width: 767px) {
    .search_properties {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
}