.card
{
    background-color: white;
    border-radius: 5px;
    border-top-left-radius: 0px;
    width: 450px;
    height: 200px;
    opacity: 95%;
}

.featuredcard
{
    background-color: white;
    border-radius: 5px;
    width: 400px;
    height: 200px;
    opacity: 95%;
}
.featured
{
    background-color:rgb(100, 151, 49);
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 25px;
    width: 90px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
    font-weight: 600;
    margin-left: -1px;
    margin-top: -25px;
    text-transform: uppercase;
    
}
.propertytitle
{
    width: 50%;
    float: left;
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: small;
    font-weight: 500;
    text-align:left;
    padding-top: 10px;
    padding-left: 20px;
}
.amenities
{
    width: 100%;
    float: left;
    color: black;
    float: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: small;
    font-weight: 400;
    text-align:left;
    padding-top: 20px;
    padding-left: 20px;
}

.itemprice
{
    width: 50%;
    float: right;
    color: black;
    text-align: left;
    padding-top: 10px;
    padding-left: 100px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.9em;
    font-weight: 500;
}

.offerprice
{
    width: 50%;
    float: right;
    color: black;
    text-align: left;
    padding-top: 10px;
    padding-left: 60px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.9em;
    font-weight: 500;
}

.detailbutton
{
    width: 70px;
    height: 32px;
    padding-top: 3px;
    border-radius: 4px;
    background-color: rgb(61, 144, 240);
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.9em;
    text-align: center;
    text-decoration-style: none;    
}

.CallNow
{
    content: url('../assets/icons/call.png');
    width: 36px;
    height: 36px;
}