.refer-nurse-container .page-banner {
  background-color: #fef7ea;
}

.talented-nurse {
  flex-direction: row-reverse;
  padding: 5.556vw 5.556vw 0 3.472vw;
  display: none;
}

.talented-nurse.nurses-register-now .who-img-wrapper {
  padding-left: 0;
  padding-right: 5.556vw;
  width: 33.819vw;
}

.refer-nurse-container .contact-us-wrapper .section-right {
  width: 60%;
}

.refer-nurse-container .contact-us-wrapper .section-left {
  width: 40%;
}

.refer-nurse-container nf-field {
  width: 50%;
  float: left;
  padding: 0 10px;
  height: 120px;
}

.refer-nurse-container .contact-us-wrapper {
  padding-bottom: 0;
}

.refer-nurse-container nf-fields-wrap {
  position: relative;
}

.refer-nurse-container nf-fields-wrap nf-field:nth-last-child(2) {
  position: absolute;
}

.refer-nurse-container nf-field:nth-last-child(1) {
  width: 100%;
  height: 80px;
}

@media screen and (max-width: 768px) {
  .talented-nurse {
    flex-direction: column;
    padding: 5.556vw 5.556vw 0 3.472vw;
  }

  .talented-nurse.nurses-register-now ,
  .nurses-register-now .who-img-wrapper {
    padding: 0;
    max-width: 400px;
    width: 100%;
  }

  .refer-nurse-container .contact-us-wrapper .section-right,
  .refer-nurse-container .contact-us-wrapper .section-left {
    width: 100%;
  }

  .refer-nurse-container .who-img-wrapper {
    width: 100%;
    max-width: 400px;
    padding: 24px 0 0 0;
  }

  .refer-nurse-container nf-field:nth-last-child(1) {
    height: 90px;
    margin: auto;
    float: none;
    display: inline;
  }
}

@media screen and (max-width: 450px) {
  .refer-nurse-container nf-field {
    width: 100%;
    float: none;
    padding: 0;
    display: block;
  }
}
