.contsct-us-wrapper .contact-us-inner-wrapper {
  background: var(--color-green);
  border-radius: 8px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  padding: 30px 40px 30px;
  border-radius: 5px;
  margin: 10px auto 0;
}
.contsct-us-wrapper .contact-us-inner-wrapper h1 {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
}
.contsct-us-wrapper .contact-us-inner-wrapper h2 {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  margin: 20px 0 5px;
}
.contsct-us-wrapper .contact-us-inner-wrapper h2 span {
  text-decoration: underline;
}
.contsct-us-wrapper .contact-us-inner-wrapper p {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.contsct-us-wrapper .contact-us-inner-wrapper .contact-us-button {
  color: var(--color-green);
  background: #fff;
  border: 1px solid #fff;
  min-width: 150px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  height: 40px;
  transition: all 0.2s ease-in-out;
}
.contsct-us-wrapper .contact-us-inner-wrapper .contact-us-button:hover {
  color: #fff;
  background: var(--color-green);
}

#Contact-us-modal.modal .modal-dialog .modal-content .modal-header {
  align-items: flex-start;
  column-gap: 10px;
}
#Contact-us-modal.modal .modal-dialog .modal-content .modal-header i,
#Contact-us-modal.modal .modal-dialog .modal-content .modal-header h3,
#Contact-us-modal.modal .modal-dialog .modal-content .modal-header p {
  color: #fff;
  margin: 0;
}
@media (max-height: 780px) {
  #Contact-us-modal.modal .modal-dialog .modal-content .modal-body {
    overflow-y: auto;
    height: calc(100vh - 254px);
  }
}
#Contact-us-modal.modal .modal-dialog .modal-content .modal-body .contact-us-form-wrapper {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  #Contact-us-modal.modal .modal-dialog .modal-content .modal-body .contact-us-form-wrapper {
    max-width: 100%;
  }
}
#Contact-us-modal.modal .modal-dialog .modal-content .modal-body .contact-us-form-wrapper form {
  width: 100%;
}
#Contact-us-modal.modal .modal-dialog .modal-content .modal-body .contact-us-form-wrapper form label[for=file_upload] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  cursor: pointer;
}
#Contact-us-modal.modal .modal-dialog .modal-content .modal-body .contact-us-form-wrapper form label[for=file_upload] span strong {
  color: var(--color-green);
  font-weight: 400;
}

/*# sourceMappingURL=contact-us.css.map */
