#property-detail {
  padding: 10px;
  background-color: white;
  min-height: calc(100vh - 50px);
}

#property-detail .carousel-component,
#property-detail .carousel-component div.image {
  height: 600px;
}

#property-detail #quick-details-map {
  height: 200px;
  width: calc(100% + 20px);
  margin: 0px -10px 0px -10px;
}

#property-detail #detail-map {
  width: 100%;
  height: 300px;
}

#property-detail .description-map {
  margin-top: 30px;
}

#property-detail .title {
  margin-bottom: 15px;
  margin-top: 0px;
}

#property-detail .owner-logo {
  display: block;
  width: 100%;
  text-align: right;
}

#property-detail .owner-logo .logo {
  height: 40px;
}

#property-detail .address {
  color: #007e80;
  margin-bottom: 10px;
}

#property-detail .description {
  margin-bottom: 10px;
}

#property-detail .details span {
  display: block;
  margin: 0px 0px 5px 10px;
  color: #007e80;
}

#property-detail .details span > b {
  color: #004853;
}

#property-detail .details {
  margin-bottom: 10px;
}

#property-detail .contact-details {
  color: #004853;
  font-weight: bolder;
  margin-bottom: 10px;
}

#property-detail .amenities.running {
  min-height: 500px;
}

#property-detail .amenities-block {
  clear: both;
  padding-top: 10px;
}

#property-detail .amenities .form-group input {
  margin: 0px;
  vertical-align: middle;
  height: 33px;
}

#property-detail .amenities .form-group {
  margin-bottom: 0px;
  border-radius: 5px;
  height: 45px;
  padding: 5px;
  border: 1px solid #e1e1e1;
  margin: 5px;
}
