.propertyhive #container .photoGallery {
    position: relative;
    overflow: hidden;
}
.propertyhive #container .photoGallery .shortlistBtn {
    font-size: 14px;
}
.propertyhive #container .photoGallery .shortlistBtn .button {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    display: inline-flex;
    height: auto;
    line-height: 1;
    font-size: 14px;
    text-decoration: none;
    align-items: center;
}
.propertyhive #container .photoGallery .shortlistBtn .button img {
    height: 25px;
    width: auto;
}
.propertyhive #container #shortlist-count {
    font-family: "Conv_Circular-Std-Black";
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    color: #7F726A;
}
.propertyhive #container #shortlist-count .count {
    background: white;
    padding: 0 10px;
    height: 25px;
    min-width: 25px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 25px;
    margin-left: 5px;
}

.propertyhive-shortlist-wrapper.shortlist-property-detail{
    float:right;
    clear:both;
    margin-top:10px;
    margin-bottom:0px;
}
.similarProperties{
    background:#264652 !important;
}
.propertyHeading {
    margin-bottom: 30px;
}