
.load_listing{
    width: 100%;
}

.listing{
    width:90%; margin-left: 5%;
}


.typeDiv{
    display: flex; padding-left: 20px;
    padding-right: 20px; margin-top: 50px;
}

.typeImgDiv{
    text-align: end; width: 50%;
}

#Smart_logo{
    width: 20px;
}

#type{
    width: 50%; padding-top: 5px;
    font-size: 14px; color: rgb(138, 137, 137);
}

.L_titles{
    display: flex; margin-top: 20px;
}

.L_title0 {
    width: 30%; 
}

.L_title1 {
    width: 70%; 
    width: 100%;
    padding-top: 10px; font-size: 22px;
    font-weight: 600; text-align: end;
    color: #141414;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;

}

.business_Img{
    width: 40px; height: 40px;
    border-radius: 25px;
}


.price_offer{
    margin-top: 20px; display: flex;
}

.price_divs{
    display: flex; font-size: 22px;
    width: 50%;
}

.price_{
    max-width: 150px;
     text-overflow: ellipsis;
      overflow: hidden;
}

#per_time{
    font-size: 16px; padding-top: 5px;
    margin-left: 10px; color: #424242;
}

.offer_img_div_space{
    width: 10%;
}
.offer_img_div{
    width: 30%; display: flex;
    justify-content: end; font-size: 16px;
}
.offer_img{
    width: 18px; height: 18px;
    margin-right: 5px;
}

.Location_book_container{
    margin-top: 10px; display: flex;
  
}

.L_b_divs{
    width: 50%;
}
.rent_divs{
     width: 50%; text-align: end;
}
#location_name{
    font-size: 15px; margin-top: 20px;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.rent_now{
    width: 110px; height: 50px;
    font-size: 16px;
    border-radius: 15px; border: none;
    background-color: #BF2829; 
    color: #fff; font-weight: 600;
}





