.content-section {
  min-height: 77vh;
}

.our-form label {
  display: none;
}

.our-form input {
  background: #e5e5e5;
  padding: 10px 20px;
  height: auto;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  /*text-transform: capitalize;*/
  font-weight: 300;
}

.our-form textarea {
  background: #e5e5e5;
  padding: 10px 20px;
  height: 100px;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  /*text-transform: capitalize;*/
  font-weight: 300;
  resize: none;
}

.our-form select {
  background: #e5e5e5;
  padding: 10px 20px;
  height: auto;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-weight: 300;
}

.our-form .main-btn-style {
  font-family: 'Lato', sans-serif;
  color: #fff;
  background: #50bdc6;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 10px 20px;
}

.our-form .main-btn-style:hover,
.our-form .main-btn-style:focus,
.our-form .main-btn-style:active {
  background: #00a4b0;
}

.embedded-map iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

.form-group {
  margin: 10px 0;
}