/* start form section */

.form-box form .form-control {
  border: 1px solid #e3e7ec;
  height: 45px;
  border-radius: 5px;
  color: var(--textMainColor);
}

.form-box form textarea {
  width: 100%;
  height: 200px !important;
  resize: none;
}

.form-box form textarea:focus {
  outline: 0;
}

.primary-button {
  margin-bottom: 20px;
}

/*
** Mobile ------------------------
*/
@media only screen and (max-width: 767px) {
  .no-padding-sm {
    padding-left: 0;
    padding-right: 0;
  }
}
/* end form section ------------------------------------------------*/
