.banner-apply {
  width: 100%;
  height: 200px;
  background: url(../images/banner-apply.png) center center;
  background-size: cover; }
  .banner-apply h3 {
    color: #fff;
    letter-spacing: 3px;
    font-size: 40px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }

.apply-form {
  width: 100%;
  max-width: 750px;
  margin: 80px auto 100px;
  border: 1px solid #ccc;
  padding: 30px; }
  .apply-form .form-control-wrap {
    position: relative; }
    .apply-form .form-control-wrap.gender {
      margin-left: 5px;
      margin-top: 5px; }
  .apply-form span.list-item {
    display: inline-block;
    margin: 0 0 0 1em; }
  .apply-form .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px; }
    .apply-form .form-item label {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      min-width: 210px;
      display: inline-block; }
    .apply-form .form-item label.text {
      width: 100%;
      text-align: center; }
    .apply-form .form-item .second-contact {
      margin-bottom: 10px; }
      .apply-form .form-item .second-contact .second-contact-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .apply-form .form-item .second-contact .second-contact-item label {
          margin: 12px 5px 12px 10px; }
        .apply-form .form-item .second-contact .second-contact-item:first-child {
          margin-top: 10px; }
    .apply-form .form-item .input-error {
      color: #f00;
      display: none; }
      .apply-form .form-item .input-error.error {
        display: block; }
    .apply-form .form-item.textarea {
      display: block; }
    .apply-form .form-item.submit {
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .apply-form .form-item.submit .input-error {
        margin-bottom: 10px; }
      .apply-form .form-item.submit .btn-apply {
        width: 150px;
        height: 40px;
        font-size: 18px;
        letter-spacing: 1px;
        background: #ce4043;
        color: #fff;
        border: none;
        margin: 0 auto;
        border-radius: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .apply-form .form-item.submit .btn-apply input {
          border-radius: 5px;
          width: 150px;
          height: 40px;
          font-size: 18px;
          letter-spacing: 1px;
          background: #ce4043;
          color: #fff;
          border: none;
          cursor: pointer; }
          .apply-form .form-item.submit .btn-apply input:hover {
            opacity: .85; }
        .apply-form .form-item.submit .btn-apply .loader {
          display: none;
          border: 4px solid #f3f3f3;
          border-radius: 50%;
          border-top: 4px solid #505050;
          width: 20px;
          height: 20px;
          -webkit-animation: spin 1s linear infinite;
          /* Safari */
          animation: spin 1s linear infinite; }
      .apply-form .form-item.submit.loading .btn-apply {
        pointer-events: none; }
        .apply-form .form-item.submit.loading .btn-apply input {
          display: none; }
        .apply-form .form-item.submit.loading .btn-apply .loader {
          display: inline-block; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .apply-form input {
    outline: none;
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 30px;
    padding: 0 10px; }
  .apply-form textarea {
    outline: none;
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    width: 100%;
    height: 100px;
    padding: 10px;
    margin-top: 10px; }
  .apply-form input[type="radio"] {
    margin-right: 5px;
    height: 15px;
    cursor: pointer; }
  .apply-form .enlevel .list-item {
    text-align: center;
    width: 100px;
    margin-left: 10px; }
  .apply-form .enlevel .list-item.first {
    margin: 0; }
  .apply-form .enlevel .list-item.last {
    width: 150px; }
  .apply-form .enlevel .list-item-label {
    display: block; }
  .apply-form .enlevel::after {
    content: '';
    width: 465px;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 50px;
    top: -12px;
    z-index: -1; }

.jquery-modal {
  padding: 0 !important; }
  .jquery-modal.blocker {
    background-color: rgba(0, 0, 0, 0.6) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.success-modal {
  padding: 45px !important;
  width: 90% !important;
  max-width: 550px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .success-modal p {
    font-size: 17px;
    margin-top: 10px;
    text-align: center; }
  .success-modal .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px; }
    .success-modal .actions button {
      height: 50px;
      font-size: 20px;
      border-radius: 8px;
      padding: 6px 20px;
      outline: none;
      border: none;
      margin-top: 15px;
      cursor: pointer; }
      .success-modal .actions button.gohome-btn {
        background: #d5494c;
        color: #fff;
        margin-right: 10px; }
      .success-modal .actions button.facebook-btn {
        background: #2183ce;
        color: #fff; }
  .success-modal .close-modal {
    display: none !important; }
  .success-modal .close-btn {
    cursor: pointer;
    position: absolute;
    border: none;
    outline: none;
    padding: 10px;
    top: -55px;
    right: -10px;
    background-color: transparent; }
    .success-modal .close-btn img {
      width: 30px;
      height: 30px; }
  .success-modal::before {
    content: none !important; }

@media (max-width: 640px) {
  .banner-apply h3 {
    padding-left: 5%;
    line-height: 40px; }
  .apply-form {
    max-width: 90vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 50px auto 80px;
    padding: 5%; }
    .apply-form .form-item {
      display: block; }
      .apply-form .form-item .second-contact .second-contact-item {
        display: block; }
        .apply-form .form-item .second-contact .second-contact-item:first-child {
          margin-top: 5px; }
    .apply-form input {
      width: 100%; }
    .apply-form input[type="radio"] {
      width: 15px; }
    .apply-form .radio {
      margin-top: 10px;
      display: inline-block; }
      .apply-form .radio span:first-child {
        margin-left: 0; }
    .apply-form .form-control-wrap.gender {
      margin-left: 0;
      margin-top: 0; }
    .apply-form .enlevel .radio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 11px;
      line-height: 13px; }
    .apply-form .enlevel .list-item {
      width: inherit; }
    .apply-form .enlevel .list-item.last {
      width: inherit; }
    .apply-form .enlevel .list-item-label {
      display: block; }
    .apply-form .enlevel::after {
      width: 240px;
      left: 15px;
      top: -37px; } }
