.form-title {
display: none;
}

form input[type='submit'], form .hs-button{
text-align: center;
    width: 120px;
    border-radius: 40px;
}

.hs-submit {
    text-align: center;
}

/* div.hs_how_would_you_like_us_to_contact_you_.hs-how_would_you_like_us_to_contact_you_.hs-fieldtype-checkbox.field.hs-form-field div {
max-width: 200px;
margin: 0 auto;
} */

/* div.hs_which_type_of_consultation_do_you_prefer_.hs-which_type_of_consultation_do_you_prefer_.hs-fieldtype-checkbox.field.hs-form-field div {
max-width: 365px;
  margin: 0 auto;
} */

/* div.hs_how_would_you_like_us_to_contact_you_.hs-how_would_you_like_us_to_contact_you_.hs-fieldtype-checkbox.field.hs-form-field {
text-align: center;
  margin-top: 30px;
} */

/* div.hs_which_type_of_consultation_do_you_prefer_.hs-which_type_of_consultation_do_you_prefer_.hs-fieldtype-checkbox.field.hs-form-field {
text-align:center;
} */

form ul.inputs-list li input + span:after {
  content:'\f00c';
  font-family: FontAwesome;
  color:#fff;
  background-image: none;
    top: 22%;
    font-size: 10px;
  left: 3px;
    top: 23%;
}

form ul.inputs-list li {
    margin: 0 0 !important;
}

.ContactSection, .ContactImg, .ContactImgBg { 
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    display:flex; 
}
.ContactSection h4 {
color:#cfb53b !important;
  font-size:30px;
  text-align: center;
  margin-bottom: 30px;
      text-transform: uppercase;
    font-weight: 400;
}
.ContactSection.desktop-only {
  background-color:#000;
    /* display: grid; 
    grid-template-columns: 45% 55%; */
}
.ContactSection.mobile-only,
.ContactImg.hidden,
.ContactImgBg.hidden {
display: none;
}
.ContactText {color: #cfb53b;padding: 60px 75px; background-color: #000000;max-width: 760px;width: 100%;}
.ContactText h2 {color:#fff !important;font-weight:300;text-transform:uppercase;font-size:30px;text-align:center;line-height:1.4;}
.ContactText2{ display:none; color:#fff; text-align:center; margin:0; padding: 25px 0; background-color:#919191; text-transform:uppercase;font-size:18px;}

.ContactSection {
  display: flex;
  justify-content:center;