/* ============================================
   CONTACT US PAGE
   ============================================ */
form {
  height: auto;
}

form .form-container {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

form .form-container .form-control {
  direction: rtl;
}

form ul {
}

form ul .text-input {
  margin-bottom: 0;
  border-bottom: 0;
}

form ul .first {
  margin-top: 14px;
}

form ul textarea {
  border-bottom: 0 solid #3e3e3e !important;
  height: 100px !important;
  color: #3e3e3e;
}

form ul li {
  height: auto;
  margin-bottom: 10px;
  background-color: #fff;
}

form ul li #name-input {
  line-height: 7px;
}

form ul li .ui-select,
form ul li input,
form ul li .ui-input-text {
  height: 50px;
  margin: 0;
  border: 0;
}

form ul li .ui-select .ui-btn-icon-right,
form ul li input .ui-btn-icon-right,
form ul li .ui-input-text .ui-btn-icon-right {
  padding: 15px;
  height: 50px;
}

form ul li .ui-select .ui-btn-icon-right span,
form ul li input .ui-btn-icon-right span,
form ul li .ui-input-text .ui-btn-icon-right span,
form ul li .ui-select .ui-btn-icon-right input[type=placeholder],
form ul li input .ui-btn-icon-right input[type=placeholder],
form ul li .ui-input-text .ui-btn-icon-right input[type=placeholder] {
  text-align: right;
}

form ul li .arrow {
  top: -45px;
  left: 10px;
}

form ul li.text-area-input {
  border-bottom: 0;
  margin-bottom: 0;
  height: 240px;
}

form ul li.textArea {
  border-top: 0;
  padding-bottom: 10px;
  height: 102px;
  border-bottom: 2px solid #eeeeee;
}

form ul li.submit {
  border: 0;
  height: 0;
}

.ui-btn-icon-right:after {
  visibility: hidden;
}

.ui-input-text input,
.ui-input-search input {
  text-align: right;
}

.noPad #Name {
  padding-bottom: 7px !important;
}

li.noMargin {
  margin: 0 0 0 0 !important;
}

.ui-mobile .ui-page {
  background: #e9eaf4;
}

#Board-button {
  position: absolute;
  width: 100%;
  top: 0;
}

/* ============================================
   THANK YOU SECTION
   ============================================ */
.THANKS {
}

.THANKS .back {
  /*width: 18% !important; left: 41% !important;*/
  padding: 3px 10px;
  height: 35px;
  /*border-radius: 5px;*/
  display: block !important;
  top: 200px;
}

.THANKS .p {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.THANKS .p p {
  position: absolute;
  top: 60px;
  padding-top: 29px;
  direction: rtl;
  color: #000 !important;
  height: 160px;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
}

/* ============================================
   CHOOSE BOARD STYLE
   ============================================ */
.formWrapper {
  width: 100%;
  height: 400px;
}

.formWrapper ul {
  border-top: 1px solid #3e3e3e;
  border-bottom: 1px solid #3e3e3e;
}

.formWrapper a:first-child li {
  border-top: none;
  border-bottom: none;
}

.formWrapper a:last-child li {
  border-top: none;
  border-bottom: none;
}

.formWrapper li {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  height: 50px;
  border: 1px solid #3e3e3e;
}

.formWrapper li:active {
  background-color: #e9eaf4;
}

.validation-summary-errors {
  width: 80%;
  margin-left: 10%;
  direction: rtl;
  text-align: center;
  font-size: 17PX;
  color: red;
  font-weight: bold;
}

.validation-summary-errors li {
  padding: 10px;
  border-radius: 5PX;
  background-color: #0b1f3e;
  color: #ffc50a;
}

/*# sourceMappingURL=contactUs.css.map */

.Contact-btn {
  border-radius: 4px;
  background: var(--go-green);
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  color: var(--white);
  margin-bottom: 10px;
}
