
.search-form-container {
    background-color: #fcfcfc;
    margin: 0 auto;
    width: 850px;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 30px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

.search-form-container .title {
    font-size: 18px;
}

.search-form-container label {
    font-size: 14px;
}

.search-form-container .form-control {
    border-radius: 3px;
}

.search-form-container select.form-control {
    height: calc(1.5em + 0.75rem + 2px) !important;
}

.search-form-container .btn {
    font-size: 16px;
    text-transform: none;
    border-radius: 3px;
}





.alertColor {
    background-color: #ffa500;
}

.alertColor1 {
    background-color: #e69600;
    font-weight: 300;
    font-size: 14px;
}
.contactInfo {
    background-color: #efefef;
}

.contactInfo, .alertColor, .alertColor1 {
    min-height: 65px;
}

.contactInfo p {
    margin-bottom: 0;

}

.propertyPrice {
    font-size: 18px;
    color: #fff;
    font-weight: bold!important;
    line-height: 100%;
}
.fitBlock {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.thumbs {
    height: 100px;
    object-fit: cover;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.7);
    border-width: 0 0 1px 0!important;
}
.mainImage {
    height: 300px;
    overflow: hidden;
}
.thumbBlock img:last-child {
    border-bottom: 0;
}
.numBedrooms {
    color: #4F96EB;
    line-height: 100%;
    font-weight: bold;
}
.addressLine {
    font-weight: bold;
    line-height: 100%;
}
.fullDescription ul li {
    font-size: 14px!important;
    font-weight: 100!important;
}
.makeCircle {
    display: inline-block;
    position: relative;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(80, 150, 235, 0.78);
    border-radius: 50%;
    padding: 1px 8px 0;
    margin-left: 10px;
    font-size: 19px;
}
.makeCircle .fa-envelope, .makeCircle .fa-phone {
    color: #4F96EB!important;
}
