/**handles:contact**/
.enquiries {
  background-image: url("https://www.firstoptionsoftware.com/wp-content/themes/vanilla4/assets/img/bg_contact_form.png");
  background-size: cover;
  width: 100%;
  color: white;
}
.contact {
  position: relative;
}

.address>p {
  margin: 0px;
  padding: 0px;
  font-family: Crimson Text;
}

.download_link {
  color: #f1c40f;
  text-decoration: underline;
  position: relative;
  bottom: 0;
  right: 0;
}

.checkbox {
  padding-bottom: 15px;
  padding-left: 0px;
}

.checkbox>label {
  padding:0px;
  font-size: 12px;
}

.form-group .form-control {
  border: 0px;
}

.map-container {
  display: none;
}

.acf-map{
  max-height: 250px;
}

@media (max-width: 756px){
  .download_link>p {
    bottom: auto;
    right: auto;
    margin-bottom: 10px;
    position: inherit;
  }

  .intrests>p {
    margin-left: 15px;
    margin-top: 25px;
  }
}

@media (max-width: 448px){
  .form-control {
    width: 100%!important;
  }
}