/* IMAGE SLIDER */
.direction-rtl{
    direction: rtl;
}

/* REALTSTATE PROPERTY DETAILS */

.direction-ltr{
    direction: ltr;
}

.top-bar-text{
    color: rgb(77, 77, 77) !important;
}

.top-header-breadcrumb{
    position: static;
}

/* .price{

} */


/* .carrousel-image-container */
.slick-current{
    background-color: lightgray;
}

.carrousel-image{
    max-height: 408px;
    margin: auto;
}

.property-detail-feature-list-item small{
    text-transform: capitalize;
}

.feature-icon-container{
    width: 40px;
    height: 40px;
    background-color: #ff5a3c21; /*  #ff5a3c; */
    display: flex;
    margin-right: 12px;
}

.feature-icon {
    display: flex;
    /* justify-content: center;
    align-items: center; */
    width: 20px;
    height: 20px;
    margin: auto;    
}


/* AMENITIES */

.amenities-item-container{
    display: flex;
}

.amenities-icon{
    display: flex;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.secundaryDataValue{
    text-transform: capitalize;
}


/* AGENT */
.agentSmallIcon{
    width: 20px;
    height: 20px;
    margin-bottom: 0px !important;
    max-width: none !important;
    border-radius: unset !important;
}