* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
}
.msjk-everest-contact-form-container {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 16px;
}
.msjk-everest-vacancy-header {
  margin-bottom: 32px;
}
.msjk-everest-vacancy-header h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 12px !important;
  text-transform: capitalize;
  color: #000;
  opacity: 0.87;
}
.msjk-everest-vacancy-header p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0px !important;
  color: #000;
  opacity: 0.6;
  max-width: 768px;
  margin: auto;
}
.msjk-everest-vacancy-body .msjk-ul {
  padding-left: 24px;
}
.msjk-everest-vacancy-sub-body h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px !important;
  text-transform: capitalize;
  color: #000;
  opacity: 0.87;
}
.msjk-everest-vacancy-sub-body p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0px !important;
  color: rgb(0 0 0 / 0.6);
}
.msjk-everest-vacancy-sub-body p span {
  color: #000;
  font-weight: 600;
}
@media (max-width: 768px) {
  .msjk-everest-contact-form-text-col {
    margin-bottom: 20px;
  }
  .msjk-everest-vacancy-sub-body h2 {
    font-size: 20px;
  }
  .msjk-everest-vacancy-sub-body p {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .msjk-everest-vacancy-sub-body h2 {
    margin-bottom: 4px !important;
  }
  .msjk-everest-vacancy-sub-body h2 {
    font-size: 18px;
  }
}
.msjk-everest-contact-form-text {
  padding: 20px 40px 56px 40px;
  background-color: #045aa6;
}
.msjk-everest-contact-form-text h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
  color: #fff;
}
.msjk-everest-contact-form-text p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 24px !important;
  color: #fff;
  opacity: 0.6;
  margin: auto;
}
.msjk-everest-text-field-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
.msjk-everest-text-field-block label {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
.msjk-everest-text-field-block select,
.msjk-everest-text-field-block input,
.msjk-everest-text-field-block textarea {
  border: 1px solid #767676;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.msjk-everest-text-field-block input,
.msjk-everest-text-field-block select {
  height: 40px;
  padding: 0 12px !important;
}
.msjk-everest-text-field-block-file input {
  border-style: dotted;
  padding: 16px !important;
  height: 66px !important;
  color: white !important;
}
.msjk-everest-text-field-block textarea {
  padding: 12px 16px !important;
  height: 130px;
}
.msjk-everest-form-button a.button {
  margin-top: 20px;
  border: 1px solid #14aeda;
  background-color: #14aeda !important;
  color: #ffffff !important;
  padding: 12px 32px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  text-decoration: none;
  z-index: 1;
  display: block;
  width: 100%;
  text-align: center;
}
@media (max-width: 992px) {
  .msjk-everest-contact-form-text {
    margin-bottom: 40px;
  }
  .msjk-everest-contact-form-text-col {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .msjk-everest-form-button a.button {
    font-size: 16px;
  }
  .msjk-everest-contact-form-container {
    margin: 40px auto;
  }
}
@media (max-width: 576px) {
  .msjk-everest-contact-form-container {
    width: 100%;
    padding: 0;
  }
  .msjk-everest-form-button input {
    margin-top: 4px;
  }
  .msjk-everest-text-field-block textarea {
    height: 100px;
  }
  .msjk-everest-form-button a.button,
  .msjk-everest-text-field-block select,
  .msjk-everest-text-field-block input,
  .msjk-everest-text-field-block textarea,
  .msjk-everest-text-field-block label {
    font-size: 14px;
  }
}
