.heart-icons.saved .fa{color:#53ade9;}
.heart-icons{cursor:pointer;}
.popupcontainer{
    position:fixed;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 100000;
    display: none;
}
.containeropen{
    display: block;
}
.share-icons {
  position: absolute;
  top: 50px;
  right: 10px;
}
.share-icons .fa {
  font-size: 24px;
}
.share-icons:hover .fa ,.propertytit a:hover
{
  color: #53ade9;
}
.propertytit a
{
    color: #fff;
}
.map-pin
{
    margin: 20px 0px;
}
#contact-map, .contact
{
    margin-bottom: 0px;
}