.property-search {
    background-color: #d6e2d8;
    padding: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

div.property-listings {
    padding: 0;
    margin: 0;
    margin-right: -15px;
    margin-left: -15px;
}

div.property-listings .property-listing {
    background-color: #f5f5f5;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    padding: 15px;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

div.property-listings .property-listing section {
    width: 100%;
    text-align: left;
}

div.property-listings .property-listing section a {
    width: 100%;
    margin-top: 15px;
    font-weight: bold;
}

div.property-listings .property-listing figure {
    width: 30%;
}

div.property-listings .property-listing aside {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    font-size: 16px;
}

div.property-listings .property-listing div {
    width: 50%;
    padding: 5px 10px;
}

div.property-listings .property-listing div .btn {
    width: 100%;
}

div.property-listings .property-listing.norecord {
    height: 150px;
    font-size: 28px;
}

.norecordtext {
    text-align: center;
    padding: 25px;
    width: 100%;
}

.property-map .gm-style-iw {
    width: 242px!important;
    height: 110px!important;
    top: 15px!important;
    left: 10px!important;
}

.property-map .gm-style-iw > div {
    width: 100%!important;
    max-width: 100%!important;
    height: 100%!important;
    position: relative;
}

.property-map .info-window {
    position: absolute;
    width: 242px!important;
    height: 110px!important;
    word-break: break-all;
    color: #373737;
    display: flex;
}

.info-window .col-md-6 {
    padding: 0px;
}

.info-window .col-md-6 img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px 0 0 5px;
}

.info-window .col-md-6:last-child {
    display: flex;
    flex-direction: column;
    padding: 8px;
    width: 242px;
}

.info-window h5 {
    font-size: 15px;
    font-weight: 700;
    padding-top: 0;
    margin: 0;
}

.info-window p {
    font-size: 12px;
}

.property-map {
    width: 100%;
    height: 350px;
    margin-bottom: 15px;
}

.property-map iframe {
    width: 100%;
    height: 100%;
}

.listsearchby {
    margin-top: 20px;
    margin-bottom: 20px;
}

.property-detail {
    display: block;
    padding: 0;
}

.property-title {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 30px;
    text-transform: capitalize
}

.property-address {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: normal;
}

.property-address-line-2 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: normal;
}

.property-price {
    font-size: 24px;
    font-weight: bold;
    text-align: right;
}

.property-price span {
    color: #ff5500;
}

.property-concessions {
    margin-top: 15px;
}
.property-description {
    font-size: 16px;
    margin: 15px 0;
}

.property-features {
    display: block;
    margin: 15px 0;
}

.property-features h3 {
    padding: 0;
    margin: 15px 0 15px 0;
    font-size: 24px;
}

.property-features-list {
    padding: 0;
    margin: 0 0 15px 0;
}

.property-features-list li {
    list-style: none;
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
}

.property-features-list li:before {
    display: inline-block;
    content: "";
    background-image: url(/images/right-tick.png?9e82d9570b640dcfbefba1e0329b86e9);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px auto;
    width: 25px;
    height: 25px;
    vertical-align: top;
}

.property-detail-list {
    padding: 0;
    margin: 0 0 15px 0;
}

.property-detail-list li {
    list-style: circle;
    display: inline-block;
    width: 33%;
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
}

.property-detail-list li:before {
    content: '\00a0\2022\00a0\00a0';
    vertical-align: top;
}

.property-detail-map {
    margin: 15px 0;
}

.property-detail-map iframe {
    width: 100%;
    height: 500px;
    border: solid 5px #f5f5f5;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .3);
}

.property-contact-form {
    background-color: #f5f5f5;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .3);
    padding: 15px;
    margin-bottom: 30px;
}

.property-contact-info {
    background-color: #f5f5f5;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .3);
    padding: 15px;
    margin-bottom: 30px;
}

.property-contact-info > h3 {
    padding: 0;
    margin: 0 0 10px 0;
}

.property-contact-info > h3 a {
    color: #0069aa;
    text-decoration: none;
}

/* .property-contact-info > h3 a:hover,
.property-contact-info > h3 a:focus {
    color: #6d8e23;
    text-decoration: none;
} */

.property-contact-info p {
    font-size: 16px;
}

ul.property-office-time {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

ul.property-office-time li {
    list-style: none;
    display: block;
    margin-bottom: 10px;
}

ul.property-office-time li strong {
    display: inline-block;
    width: 50px;
}

ul.property-office-time li p {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.property-rating {
    display: block;
    margin: 30px 0;
}

.property-rating-box {
    background-color: #f5f5f5;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .3);
    padding: 30px;
    
}

.property-rating-heading {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 24px;
    text-align: center;
}

.property-rating-star {
    display: table;
    margin: 15px auto;
    font-size: 22px;
}

.property-rating-star a {
    display: inline-block;
    margin: 5px;
    color: #a8a8a8;
}

.property-rating-star a:hover {
    color: #ff5500;
}

.property-rating-comment {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

@media(max-width:767px) {
    .property-detail-list li {
        width: 100%;
    }
}

.breadcrumb {
    background-color: #ffffff;
}

.breadcrumb li.is-active a {
    color: #363636;
    cursor: default;
    pointer-events: none;
}

.property-rating-rank {
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    padding: 0 7px;
    font-style: italic;
    color: #ff5500;
}

.starrr {
    display: table-cell;
    vertical-align: middle;
}

.property-review-list {
    display: table;
    max-width: 600px;
    width: 100%;
    margin: 15px auto;
    border: dashed 2px #ccc;
    padding: 15px;
}

.property-review-list ul {
    padding: 0;
    margin: 0;
}

.property-review-list ul li {
    list-style: none;
    display: block;
    margin-bottom: 15px;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 15px;
}

.property-review-list .review-heading {
    display: block;
    margin-bottom: 3px;
}

.property-review-list .review-heading .review-name {
    display: inline-block;
    font-weight: bold;
}

.property-review-list .review-heading .review-rating {
    display: inline-block;
    position: relative;
    top: 3px;
}

.property-review-list .review-detail {
    font-weight: normal;
    font-style: italic;
}

.g-recaptcha{
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

.available-units span.badge{
    margin-bottom:3px;
}
.property-features .panel-heading{
    font-size:18px;
}

@media screen and (max-height: 575px){
    #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
    }

