.property .card-header{
    border: none;
    padding: 0px;
}

.cus-card{
    width: 100%;
    height: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 5px 10px rgba(186, 186, 186, 0.522815);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.btn.property-status{
    background-color: #FFA233;
    border-radius: 3px;
    color: white;
    padding: 1px 3px ;
    letter-spacing: 1.1px;
}

.property.cus-card .card-body{
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
    position: relative;
}

.property.cus-card .card-img-top{
    object-fit: contain;
}

.input-group-text.capsulle-left, .input-group-text.capsulle-right {
    padding: 3px 6px !important;
    background-color: transparent;
    border-color: #5F6467;
    color: white;
}
.capsulle-left{
    font-size: 13px;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
}

.capsulle-right{
    font-size: 10px;
    letter-spacing: 1.1px;
    border-top-right-radius: 17px !important;
    border-bottom-right-radius: 17px !important;
}

.card-footer-custom {
    position: absolute;
    left: 0;
    bottom: -100%;
    background-color: #3C3D41;    
    color:white;
    transition-delay: 0.5s;
    transition: bottom 0.4s linear;
    width: 100%;
}
a.cus-a:hover .card-body {
    /* background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 5%, #FFFFFF 100%); */
    background-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
     /* background-color: blue !important; */
}

a.cus-a:hover .card-footer-custom {
    bottom: 0%;
}
/* X-Large Devices Bootstrap */
@media (max-width: 1199px) {}

/* Large Devices Bootstrap */
@media (max-width: 991px) {

}

/* Medium Devices Bootstrap */
@media (max-width: 767px) {

}

/* Small Devices Bootstrap */
@media (max-width: 575px) {
    .input-group-text.capsulle-left, .input-group-text.capsulle-right {
        padding: 3px 6px !important;
        background-color: transparent;
        border-color: #5F6467;
        color: white;
    }
    .capsulle-left{
        font-size: 8px;
    }

    .capsulle-right{
        font-size: 6px;
    }
    .property-title {
        font-size: 9px;
        line-height: 19px;
    }

    .cus-card{
        width: 100%;
        height: 170px;
        margin-top: 10px;
        margin-bottom: 10px;
        box-shadow: 0 5px 10px rgba(186, 186, 186, 0.522815);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}
