.property-item {
    -webkit-transition: all 0.3s 
ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s 
ease-in-out 0s;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 20px;
    position: relative;
    background: #f9ebeb;
}
.property-item:hover {
    -webkit-box-shadow: 0 10px 50px 0 rgba(13, 38, 59, 0.1);
    box-shadow: 0 10px 50px 0 rgba(13, 38, 59, 0.1);
}
.property-information-right .phone{
    color: var(--theme-color) !important;
    background: transparent;
}
.flex {
    display: -webkit-flex;
    display: flex;
}

.property-list .left-inner {
    width: 180px;
}
.property-item .property-thumbnail-wrapper {
    position: relative;
}
.property-item .property-thumbnail-wrapper .image-thumbnail {
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
}
.property-list .property-thumbnail-wrapper .image-thumbnail {
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.property-item .property-image {
    display: block;
    position: relative;
    overflow: hidden;
}
.image-lazy-loading .image-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E);
    max-height: 100%;
}
.image-lazy-loading .image-wrapper img {
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.property .property-image img {
    height: 232px;
    object-fit: cover;
}
.property-list .right-inner {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    border: 1px solid #E6E9EC;
}
.property-list .left-inner + .right-inner {
    width: calc(100% - 180px);
}
.property-list .left-inner + .right-inner {
    border-left: 0 !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-webkit-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
}
.property-list .right-inner .inner {
    width: 100%;
}
.flex-middle {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}
.property-list .property-information {
    padding: 15px;
}
.property-title {
    font-size: 20px;
    margin: 0 0 15px;
}
.property-location {
    display: flex;
    /*min-height: 52px;*/
}
.flaticon-map:before {
    content: "\f145";
    color: #000;
}
.property-item .property-location a {
    color: #000;
    padding-left: 3px;
    /*height: 52px;*/
}
.property-list .property-metas {
    margin-top: 15px;
}
.property-list .property-metas > div {
    text-align: center;

    margin-right: 10px;
    display: flex;
    gap: 10px;
}
.property-list .property-metas i {
    font-size: 19px;
    line-height: 1;
}

.property-list .property-metas .value-suffix {
    display: block;
}
.property-list .property-metas > div:last-child {
    margin-right: 0;
}
.flex .ali-right {
    margin-left: auto;
}
.property-list .property-information-right {
    text-align: right;
}
.property-list .phone-wrapper {
    color: #0d263b;
    margin-bottom: 20px;
}
.property-list .property-metas-bottom {
    margin-top: auto;
    padding: 10px 20px;
    border-top: 1px solid #E6E9EC;
}
.property-price {
    color: var(--houzing-link-color);
    font-size: 20px;
    font-weight: 600;
}
.property-item .property-price {
    font-size: 16px;
}
.property-thumbnail-wrapper .top-label.flex-middle{
    position: absolute;
    top: 10px;
    display: flex;
    justify-content: space-between;
    width: 94%;
    margin: auto;
    left: 3%;
}
.property-thumbnail-wrapper .top-label.flex-middle .featured-property{
    background: #c9afaff7;
    padding: 0 10px;
    border-radius: 4px;
    border: none;
}
.property-thumbnail-wrapper .top-label.flex-middle .ali-right a{
    padding: 7px 14px;
    background: var(--theme-color);
    color: #fff;
    font-size: 13px;
    border-radius: 8px;
}

@media (min-width: 1200px) {
    .property-list .left-inner + .right-inner {
        width: calc(100% - 280px);
    }
    .property-price {
        font-size: 24px;
    }
        .property-list .property-metas > div {
        margin-right: 25px;
    }
    .property-list .left-inner {
        width: 280px;
    }
    .property-list .property-title {
        margin-bottom: 10px;
    }
}
@media (max-width:991px){
    .property-item .property-location a, .property-list .property-metas .value-suffix, .property-list .phone-wrapper {
    font-size: 14px;
    line-height: 1.4;
}
}
@media (min-width:768px) and (max-width:991px){
   
.property-information-left{
    width: 60%;
}
}
@media (min-width: 768px) {
    .property-list .property-information {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .property-list>.flex, .property-list .right-inner .inner, .property-list .property-information{
        display: block;
        text-align: left;
        position: relative;
    }
    .th-sort-bar>.row>.col-md{
        display: none;
    }
    .property-list .left-inner, .property-list .left-inner + .right-inner {
    width: 100%;
}
.prc.visible-lg{
    position: absolute;
    top: -50px;
    z-index: 0;
    left: 10px;
}
.property-list .property-information-right {
    text-align: left;
    margin-top: 10px;
    border-top: 1px solid #3434;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.property-list .phone-wrapper {
    margin-bottom: 0;
}
.property-list .property-metas-bottom {
    margin-top: auto;
    padding: 5px 20px;
    border-top: 1px solid #E6E9EC;
    background: #c75a1591;
    color: #fff;
}
}