.card-block-row.is-property-category {
    position: relative;
}
.card-block-row.is-property-category .card-block.is-property-category {
    position: relative;
    width: calc(100% / 4);
    margin-bottom: 20px;
}
.card-block.is-property-category>.card-block-inner {
    display: block;
    position: relative;
    border: 5px solid rgba(var(--custom-rgb-color-white),1);
    border-radius: var(--custom-border-radius-card);
    background-color: rgba(var(--custom-rgb-color-white),1);
    box-shadow: 0 0 15px rgba(var(--custom-rgb-color-black),0);
    top: 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    overflow: hidden;
    border-radius: var(--custom-border-radius-card);
    top: 0;
    box-shadow: var(--custom-box-shadow-card-before-hover);
}
.card-block.is-property-category>.card-block-inner:hover {
    top: -5px;
    box-shadow: 0 5px 15px rgba(var(--custom-rgb-color-black),0.2);
}


.card-block.is-property-category>.card-block-inner>.cover-sec {
    position: relative;
    display: block;
    width: 100%;   
    cursor: pointer !important;
    z-index: 1;
}
.card-block.is-property-category>.card-block-inner .text-on-banner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 30px;
    color: rgba(var(--custom-rgb-color-white),1);
    background-color: rgba(var(--custom-rgb-color-black-default),0.5);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    z-index: 3;
}
.card-block.is-property-category>.card-block-inner:hover .text-on-banner {
    background-color: rgba(var(--custom-rgb-color-primary-dark),0.8);
}
.card-block.is-property-category>.card-block-inner .text-on-banner>.icon {
    width: 50px;
    height: 50px;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    margin: 15px auto 10px auto;
}
.card-block.is-property-category>.card-block-inner .text-on-banner>.title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    width: 100%;
}
.card-block.is-property-category>.card-block-inner>.default-btn {
    line-height: 50px !important;
    font-weight: 500;
    width: 100% !important;
    height: 50px !important; 
    padding: 0 15px;
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
    color: rgba(var(--custom-rgb-color-black),1) !important;
    background-color: rgba(var(--custom-rgb-color-primary),1) !important;
    z-index: 3;
}


/* xxl */
@media (min-width: 1400px) {}

/* xxl - 1 */
@media (min-width:1500px) and (max-width: 1599.98px) {}

/* xxl - 2 */
@media (min-width: 1400px) and (max-width: 1499.98px) {}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {

.card-block.is-property-category>.card-block-inner .text-on-banner>.icon {    
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;    
}
.card-block.is-property-category>.card-block-inner .text-on-banner>.title {
    font-size: 16px;
    line-height: 20px;
}


}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {

.card-block-row.is-property-category {
    width: calc(100% + 10px);
    margin: 0 -5px;
}
.card-block-row.is-property-category .card-block.is-property-category {
    width: calc(100% / 3);
    padding: 0 5px;
    margin-bottom: 10px;
}

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {
    
.card-block-row.is-property-category {
    width: calc(100% + 10px);
    margin: 0 -5px;
}
.card-block-row.is-property-category .card-block.is-property-category {
    width: calc(100% / 3);
    padding: 0 5px;
    margin-bottom: 10px;
}
.card-block.is-property-category>.card-block-inner .text-on-banner>.icon {    
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;    
}
.card-block.is-property-category>.card-block-inner .text-on-banner>.title {
    font-size: 16px;
    line-height: 20px;
}

}

/* sm - xs */
@media (max-width: 767.98px) {}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {

.card-block-row.is-property-category {
    width: calc(100% + 10px);
    margin: 0 -5px;
}
.card-block-row.is-property-category .card-block.is-property-category {
    width: calc(100% / 2);
    padding: 0 5px;
    margin-bottom: 10px;
}
.card-block.is-property-category>.card-block-inner .text-on-banner>.icon {    
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;    
}
.card-block.is-property-category>.card-block-inner .text-on-banner>.title {
    font-size: 16px;
    line-height: 20px;
}

}

/* xs */
@media (max-width: 575.98px) {

.card-block-row.is-property-category {
    width: calc(100% + 10px);
    margin: 0 -5px;
}
.card-block-row.is-property-category .card-block.is-property-category {
    width: calc(100% / 2);
    padding: 0 5px;
    margin-bottom: 10px;
}
.card-block.is-property-category>.card-block-inner .text-on-banner>.icon {    
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;    
}
.card-block.is-property-category>.card-block-inner .text-on-banner>.title {
    font-size: 16px;
    line-height: 20px;
}

}

/* xs custom */
@media (max-width: 399.98px) {}
