/***************************************property-detail*************************************/
#pro-details{
    background: #fff;
    padding: 0px 0px 20px 0px;
}
.property-gallery {
    height: 200px;
    overflow: hidden;
}
.gallery-project{
	height: 337px;
}
.amenities .table td{
    display: inline-block;
    width: 50%;
}
.table td .yes-no{
        width: 25px;
    float: right;
}
.overview-content {
    margin-top: 30px;
}
.amenities-svg {
    width: 48px;
    display: inline-block !important;
}
.amenities .table > tbody > tr > td span {
    font-size: 14px;
}
.contact-details {
    padding-bottom: 70px;
}
#property-details h4 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 24px;
}
.contact-details .row div {
    margin-bottom: 15px;
}
.main-heading {
    background: #057fd5;
    color: #fff;
    padding: 10px;
    font-size: 28px;
}
.main-heading{
   
}
.main-heading .header-svg {
    height: 50px;
    max-width: 100%;
    display: inline-block;
}

.projects-wrapper h4 {
    margin-bottom: 20px;
    margin-top: 20px;
        font-size: 24px;
}
.floor-plan {
    max-width: 550px;
    display: inline-block !important;
    margin-left: 10px;
     width: 200px;
    height: 200px;
        
}
#links{
    margin-top: 20px;
    background: #057fd5;
    padding: 10px 0px 0px 10px;
}
#links img{
   
}

.properties {
    position: relative;
    overflow: hidden;
    height: 20em;
    cursor: pointer;
    transition: bottom ease-in 0.2s;
        margin-bottom: 20px;
    border: 1px solid #9a8e8e;
}
.properties h5 {
    font-size: 18px;
    margin: 0;
    padding: 5px;
    background: #fff;
        text-align: center;
}
.properties figure {
    height: 18em;
    transition: all ease-out 0.3s;
    margin: 0;
}
.properties figure img{
    height: 305px;
    width: 100%;
}
.properties .property-figcaption {
    position: absolute;
    height: 20em;
    width: 100%;
   background: rgba(64, 63, 63, 0.9);
    padding: 5px;
    z-index: +99;
    bottom: -20em;
}

.properties:hover > .property-figcaption{ 
	bottom: 0; 
	transition: all 0.5s;
}
.properties .property-figcaption h6 {
    color: #fff;
    font-size: 18px;
}
.properties .property-figcaption .table td {
    color: #ccc;
    font-size: 14px;
}
.properties .property-figcaption a:hover{
    text-decoration: none;
}
/***************************************property-detail*************************************/