    .unit_area_span{
        font-size:12px;
        margin-left:5px;
    }
    .property_main_div{
        padding:10px;
    }
    .property_component{
        box-shadow: rgba(255, 255, 255, 0.2) 0px 2px 8px 0px;
        overflow: hidden;
        border-radius: 5px;
        background: #fff;
        user-select: none;
        margin-top: 10px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        margin-bottom:20px;
    }
    .property_image_div .carousel-inner{
        position:realtive;
        padding:5px;
        padding-bottom:0;
    }
    .property_image_div .carousel-item{
            width: 100%;
            height: 220px;
            position: relative;
            background:#f7f7f7;
    }
    .property_image_div .carousel-item img{
            height: auto;
            width: auto!important;
            max-height: 100%;
            max-width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
    }
    .property_image_div .property_type_div{
            color: #fff;
            background: rgb(207 20 30);
            font-weight: bold;
            border-radius: 0px;
            font-size: 12px;
            padding: 6px 6px;
            margin-top: 10px;
            display: inline-block;
            position: absolute;
            bottom: 0px;
            left: 0px;
            z-index:99;
    }
    .property_image_div .property_date{
           position: absolute;
            bottom: 0px;
            right: 0px;
            font-weight: bold;
            font-size: 11px;
            color: #fff;
            background-color: rgba(0,0,0,.5);
            padding: 0px 5px;
            z-index:99;
        }
    .property_content_div{
        background:#fff;
        padding:10px;
        padding-bottom:0;
    }
    .key_val{
        display:flex;
        column-gap:10px;
    }
    .key_val .key{
        text-wrap: nowrap;
    }
    .key_val .val{
        /*font-weight:bold;*/
        color:rgba(0,0,0);
    }
    .property_address{
        font-size:14px!important;
        line-height:14px;
        margin-bottom:2px;
    }
    .bottom_border{
        padding-bottom:4px;
        border-bottom:1px solid lightgray;
        margin-bottom:5px;
        font-weight: 700;
    }
    .property_title{
        margin-top:2px;
        font-size:14px;
      font-weight: 700;
        /*background:#fff8e4;*/
        padding:5px 10px;
        margin-bottom:5px;
    }
    .property_description{
        font-size:13px;
        padding:7px;
        
    }
    .property_read_more_btn {
    font-size: 14px;
    color: #3F76AA;
    font-weight: bold;
    display:block;
    cursor:pointer;
}
.property_contact_button_div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    padding: 5px 5px;
    border-top:1px solid lightgray;
    margin-top:10px;
}
.property_contact_button_div .property_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4px;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    text-decoration: none;
    color: #000;
}
.property_contact_button_div .property_btn_call {
    background: #FFBB00;
}
.property_contact_button_div .property_btn_whatsapp {
    border: 1px solid #FFBB00;
}
.property_contact_button_div .property_btn img {
    height: 17px;
    width: 17px;
}
.property_contact_button_div .property_btn span {
    font-weight: bold;
    font-size: 14px;
}
.action_div button{
    background:#fff;
}
#accordionPanelsStayOpenExample{
    margin-top:10px;
}


.accordion-item .accordion-button{
    font-size:12px;
    font-weight:bold;
}
.accordion-item .accordion-button:hover{
    box-shadow:none;
}
.accordion-button::after{
    background-size: 13px;
}
.accordion-button:not(.collapsed) {
    color: #000; 
    background-color: #e7f1ff;
    box-shadow:none;
}

.accordion-button:focus{
    box-shadow:none;
}
.accordion-button::after{
    background-position-y: center;
}
.accordion-body{
    font-size:13px;
    padding:5px 10px;
}
.accordion-button{
 padding:5px 10px;   
}