.background.contact {
  background: url(../img/bg_contact.jpg) no-repeat center center;
  background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.contact-wrapper .form img {
  max-width: 400px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .contact-wrapper .form img {
      margin-top: 40px; } }

.contact-wrapper .form p {
  font-size: 18px;
  color: #FFFFFF;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .contact-wrapper .form p {
      font-size: 14px; } }

.contact-wrapper .hs_full_name,
.contact-wrapper .hs_email,
.contact-wrapper .hs_who_to_contact_dropdown {
  margin-top: 36px; }

.contact-wrapper .hs_full_name label,
.contact-wrapper .hs_email label,
.contact-wrapper .hs_who_to_contact_dropdown label {
  text-align: center;
  opacity: 0.5; }

.contact-wrapper .hs_full_name input,
.contact-wrapper .hs_email input,
.contact-wrapper .hs_who_to_contact_dropdown select {
  width: 100%;
  max-width: 325px;
  min-width: 100px;
  height: 40px;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.24px;
  text-align: center;
  line-height: 17.03px;
  font-family: 'Circular-Book' !important;
  margin-top: 0px;
  margin-bottom: 7px; }

.contact-wrapper .hs_who_to_contact_dropdown select {
  display: inline-block;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/dropdown.svg") no-repeat 95% center;
  /* add custom arrow */ }

.contact-wrapper .banner .hs_email input,
.contact-wrapper .hs_email .input,
.contact-wrapper .hs_email {
  min-width: 10px; }

.contact-wrapper .hs-button {
  width: 100%;
  max-width: 325px;
  height: 60px;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  margin-top: 35px;
  transition: all 0.4s ease;
  cursor: pointer;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 13px; }
  .contact-wrapper .hs-button:hover, .contact-wrapper .hs-button:focus {
    border: 2px solid white;
    background-color: #fff;
    color: #000; }
