.form-checkboxes .wpcf7-list-item label {
    font-weight: 400;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #f44336;
  background: #f44336;
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: #46b450;
  color: #fff;
}

.wpcf7 form .wpcf7-response-output {
  margin: 15px 0;
  padding: 10px 15px;
}



.property-information i {
    order: -1;
}

.property-information .value {
    order: -1;
}

.tf-properties-wrap .properties-post .featured-property .bottom-infor-features {
    display: none;
}