body.tax-property_type, body.page-template-template-search{

    @media (max-width: 992px){
        .page-title-wrap {
            padding: 20px 0 30px;
        }
    }

    .item-price{
        background-color: #02B3AD !important;

        span{
            font-size: 20px;
        }
    }

    .item-body, .item-footer{
        border-color: #06D7D0;
    }

    .item-listing-wrap {
        .item-header {
            width: 100%;
        }

        .listing-image-wrap {
            .listing-featured-thumb {
                display: block;
                width: 100%;
                max-width: 100%;
                overflow: visible;
                max-height: 235px !important;
            }

            .slick-slide{
                max-height: 235px !important;
            }
            img {
                width: 100%;
                max-width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }
        }
    }

    .card-button-color {
        background: #02B3AD;
        color: #fff;

        &:hover{
            background: #06D7D0;
            color: #fff;
        }
    }
}