/* Body Typo */
/* H1 */
/* H2 */
/* H3 */
/* H4 */
/* H5 */
/* H6 */
.consultation-section {
  position: relative;
  font-family: "Inter", Arial, Verdana, Tahoma, sans-serif !important;
  padding: 30px 0px;
  margin-top: 30px;
}
@media only screen and (min-width: 1025px) {
  .consultation-section {
    padding: 40px 0 30px;
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1281px) {
  .consultation-section {
    padding: 50px 0 40px;
    margin-top: 120px;
  }
}
.consultation-section picture {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.consultation-section picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  width: 100%;
  height: 100%;
}
.consultation-section .consultation-section-wrapper {
  display: flex;
  justify-content: flex-end;
}
.consultation-section .consultation-section-wrapper .consultation-form {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .consultation-section .consultation-section-wrapper .consultation-form {
    max-width: 743px;
  }
}
.consultation-section .consultation-section-wrapper .consultation-form .wpcf7-form p {
  margin-bottom: 0;
}
.consultation-section .consultation-section-wrapper .consultation-form .form-field {
  margin-top: 20px;
}
.consultation-section .consultation-section-wrapper .consultation-form .form-field:nth-child(2) {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .consultation-section .consultation-section-wrapper .consultation-form .form-field {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .consultation-section .consultation-section-wrapper .consultation-form .form-field {
    margin-top: 45px;
  }
}
.consultation-section .consultation-section-wrapper .consultation-form .form-field .input-field,
.consultation-section .consultation-section-wrapper .consultation-form .form-field .textarea-field {
  width: 100%;
  border: none;
  border-radius: 20px;
  padding: 11px 14px;
  outline: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: normal;
  font-family: "Inter", Arial, Verdana, Tahoma, sans-serif !important;
}
@media only screen and (min-width: 768px) {
  .consultation-section .consultation-section-wrapper .consultation-form .form-field .input-field,
  .consultation-section .consultation-section-wrapper .consultation-form .form-field .textarea-field {
    padding: 13px 16px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1025px) {
  .consultation-section .consultation-section-wrapper .consultation-form .form-field .input-field,
  .consultation-section .consultation-section-wrapper .consultation-form .form-field .textarea-field {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: normal;
    padding: 15px 18px;
  }
}
@media only screen and (min-width: 1281px) {
  .consultation-section .consultation-section-wrapper .consultation-form .form-field .input-field,
  .consultation-section .consultation-section-wrapper .consultation-form .form-field .textarea-field {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: normal;
    padding: 17px 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .consultation-section .consultation-section-wrapper .consultation-form .form-field .input-field,
  .consultation-section .consultation-section-wrapper .consultation-form .form-field .textarea-field {
    padding: 19px 22px;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: normal;
  }
}
.consultation-section .consultation-section-wrapper .consultation-form .form-field .input-field::-moz-placeholder, .consultation-section .consultation-section-wrapper .consultation-form .form-field .textarea-field::-moz-placeholder {
  color: #888888;
}
.consultation-section .consultation-section-wrapper .consultation-form .form-field .input-field::placeholder,
.consultation-section .consultation-section-wrapper .consultation-form .form-field .textarea-field::placeholder {
  color: #888888;
}
.consultation-section .consultation-section-wrapper .consultation-form .form-field .textarea-field {
  height: 247px;
  padding-top: 15px;
}
@media only screen and (min-width: 1281px) {
  .consultation-section .consultation-section-wrapper .consultation-form .form-field .textarea-field {
    padding: 17px 19px;
  }
}
@media only screen and (min-width: 1440px) {
  .consultation-section .consultation-section-wrapper .consultation-form .form-field .textarea-field {
    padding: 19px 22px;
  }
}
.consultation-section .consultation-section-wrapper .consultation-form .form-field .wpcf7-not-valid-tip {
  margin-left: 14px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .consultation-section .consultation-section-wrapper .consultation-form .form-field .wpcf7-not-valid-tip {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .consultation-section .consultation-section-wrapper .consultation-form .form-field .wpcf7-not-valid-tip {
    margin-left: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .consultation-section .consultation-section-wrapper .consultation-form .form-field .wpcf7-not-valid-tip {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .consultation-section .consultation-section-wrapper .consultation-form .form-field .wpcf7-not-valid-tip {
    margin-left: 22px;
  }
}
.consultation-section .consultation-section-wrapper .consultation-form .submit-btn-wrapper {
  position: relative;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .consultation-section .consultation-section-wrapper .consultation-form .submit-btn-wrapper {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1281px) {
  .consultation-section .consultation-section-wrapper .consultation-form .submit-btn-wrapper {
    margin-top: 60px;
  }
}
.consultation-section .consultation-section-wrapper .consultation-form .submit-btn-wrapper .submit-btn {
  width: 100%;
  border: 3px solid #fff;
  font-size: 18px;
  line-height: 1.19;
  font-weight: 700;
  letter-spacing: normal;
  padding: 11px;
  color: #fff;
  font-family: "Inter", Arial, Verdana, Tahoma, sans-serif !important;
  cursor: pointer;
  background: transparent;
  border-radius: 15px;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .consultation-section .consultation-section-wrapper .consultation-form .submit-btn-wrapper .submit-btn {
    font-size: 22px;
    line-height: 1.19;
    font-weight: 700;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1025px) {
  .consultation-section .consultation-section-wrapper .consultation-form .submit-btn-wrapper .submit-btn {
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: normal;
    border: 4px solid #fff;
  }
}
@media only screen and (min-width: 1440px) {
  .consultation-section .consultation-section-wrapper .consultation-form .submit-btn-wrapper .submit-btn {
    padding: 13px;
    font-size: 35px;
    line-height: 44.27px;
    font-weight: 700;
    letter-spacing: normal;
    border: 5px solid #fff;
  }
}
@media only screen and (min-width: 1600px) {
  .consultation-section .consultation-section-wrapper .consultation-form .submit-btn-wrapper .submit-btn {
    border: 6px solid #fff;
  }
}
.consultation-section .consultation-section-wrapper .consultation-form .submit-btn-wrapper .submit-btn:hover {
  background-color: #5857F9;
  border-color: #5857F9;
}
.consultation-section .consultation-section-wrapper .consultation-form .submit-btn-wrapper .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 1281px) {
  .consultation-section .consultation-section-wrapper .consultation-form .submit-btn-wrapper .wpcf7-spinner {
    width: 24px;
    height: 24px;
  }
}
.consultation-section .consultation-section-wrapper .consultation-form .wpcf7-response-output {
  margin: 20px 0 0 0;
  color: #fff;
}/*# sourceMappingURL=landing_consultation.css.map */