.section-cardproperty-body p, .section-cardproperty-body h5 {
    margin: 0;
} 
.card_property:hover .hover_proprty {
    opacity: 0.4;
    -webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1);
}
.card_property .hover_proprty {
    max-width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    overflow: hidden;
}
.card_property img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.padding-0 {
    padding: 0;
}
.card_new_property {
    position: relative;
    z-index: 2;
}
/*.card_property {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
*/
.card_property {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background-image: -webkit-linear-gradient(305deg,rgba(11,61,94,1.00) 0%,rgba(12,63,96,1.00) 20%,rgba(18,77,116,1.00) 35%,rgba(23,78,115,1.00) 40%,rgba(24,80,116,1.00) 55%,rgba(43,92,124,1.00) 100%);
    background-image: -moz-linear-gradient(305deg,rgba(11,61,94,1.00) 0%,rgba(12,63,96,1.00) 20%,rgba(18,77,116,1.00) 35%,rgba(23,78,115,1.00) 40%,rgba(24,80,116,1.00) 55%,rgba(43,92,124,1.00) 100%);
    background-image: -o-linear-gradient(305deg,rgba(11,61,94,1.00) 0%,rgba(12,63,96,1.00) 20%,rgba(18,77,116,1.00) 35%,rgba(23,78,115,1.00) 40%,rgba(24,80,116,1.00) 55%,rgba(43,92,124,1.00) 100%);
    background-image: linear-gradient(145deg,rgba(11,61,94,1.00) 0%,rgba(12,63,96,1.00) 20%,rgba(18,77,116,1.00) 35%,rgba(23,78,115,1.00) 40%,rgba(24,80,116,1.00) 55%,rgba(43,92,124,1.00) 100%);
}
    .card_property .text_card {
        padding: 70px 0;
    }
.card_new_property {
    color: #FFFFFF;
}
.col-image-property {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
}
.col-image-property:hover {
    -webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1);
    transition: transform 0.25s;
}
@media only screen and (max-width : 992px) {
.card_new_property .card_new {
    top: 10px !important;
    left: -43px !important;
    width: 145px;
    font-size: 13px;
}
/*.card_property .card_new_property {
    height: 100px;
}
*/
.card_property .text_card {
    padding: 15px 0;
}
}
@media only screen and (max-width : 480px) {
.card_property .card_new {
    top: 14px;
    left: -39px;
}
.card_property .card_new_property {
    height: 95px;
}
}
.card_property .card_new {
    background: #F5A623;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transform: rotate(-45deg);
    color: #ffffff;
    position: absolute;
    top: 25px;
    left: -35px;
    width: 140px;
}