* {
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fafafa;
}
header {
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h_right {
  flex: 1;
}
.h_left img {
  max-width: 200px;
}
.h_left p {
  text-align: left;
  font-size: 15px;
  line-height: 24px;
}
div.form {
  max-width: 1100px;
  margin: 50px auto;
  background-color: #f9efe6;
  padding: 60px 30px;
}
.row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.agree_info_wrap.hasErr, .printname_wrap.hasErr {
    border: 2px solid red;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.col-100 {
  width: 100%;
}
.col-50 {
  width: 50%;
}
.col-30 {
  width: 33.33%;
}
.col-25 {
  width: 25%;
}
.formSection {
  /* border: 2px solid #f58423; */
  margin-bottom: 20px;
}
.header {
  background: #f58423;
  padding: 15px;
}
.header h4 {
  margin: 0;
}
header h1 {
  color: #555555;
}
.col label {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  font-size: 15px;
  white-space: nowrap;
  flex-direction: column;
  font-weight: bold;
  letter-spacing: 0.4px;
}
.col input,
.col select,
.col textarea {
  min-height: 40px;
  font-family: "Roboto", sans-serif;
  display: block;
  width: 100%;
  margin-top: 10px;
  text-indent: 10px;
  border: 1px solid #000;
}

.col input:focus,
.col select:focus,
.col textarea:focus {
  outline: none;
  border: 2px solid #f58423 !important;
}
.formSection p {
  background: #f58423;
  padding: 15px;
  font-weight: 600;
}
.radioButtons {
  display: flex;
  align-items: center;
}
.radioButtons input {
  position: absolute;
  visibility: hidden;
}
.radioButtons > div label {
  cursor: pointer;
  flex-direction: row !important;
}
.mt20 {
  margin-top: 20px;
}
.radioButtons input ~ span {
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  background: #fff;
}
.radioButtons input ~ span:before {
  content: "\2713";
  color: #000;
  font-weight: bold;
  position: absolute;
  top: -16px;
  font-size: 25px;
  display: none;
}
.radioButtons input:checked ~ span:before {
  display: block;
}
.radioButtons input:checked ~ span {
  background: #f9ce61;
}
::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
}
:-moz-placeholder {
  font-family: "Roboto", sans-serif;
}
::-moz-placeholder {
  font-family: "Roboto", sans-serif;
}
:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
}

.privacyConsent {
  /* font-size: 14px; */
}
.privacyConsent .content {
  padding: 15px;
}
.medicationsDetails textarea,
.medicalConditions textarea {
  width: 100%;
  height: 100px;
  margin-left: 0;
  padding: 5px;
}
.medicationsDetails .header p,
.medicalConditions .header p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  letter-spacing: 0.3px;
}
.btn.btn-submit {
  width: 200px;
}
.btn.btn-submit {
  width: 200px;
  background: #000000;
  border: none;
  height: 50px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.formTable table {
  width: 100%;
  margin-top: 50px;
}
.formTable table td {
  font-weight: bold;
  font-size: 17px;
  padding: 10px;
}
.formTable table td div {
  font-weight: normal;
  font-size: 14px;
  padding: 10px 0;
}
.formTable table th {
  text-align: left;
  background: #ddd;
  padding: 10px;
}

[name="address"] {
  resize: none !important;
}
.under16data,
.hasOtherMedicalConditions,
.hasAnyKnownAllergiesCont,
.above16data,
.hasHosptalCover,
.dvadata,
.pesiondata,
.workover_claimdata,
.ref_doc_gpdata,
.has_medicationsdata,
.has_medicalconditionsdata,
.has_medicalconditionsdata_no,
.medications_accurate_details_yes,
.has_allergiesdata_no,
.has_allergiesdata,
.has_allergieOthersData,
.had_past_surgeriesdata,
.is_drinker,
.is_sloker,
.otherfindoutdata,
.name_of_health_fund_other_info,
.other_title_data,
.noenglishdata {
  display: none;
}
.mandatory_info {
  margin: 0;
  margin-bottom: 10px;
  font-size: 15px;
}
.mandatory_info span {
  font-weight: bold;
  color: #f58423;
}
.lightLabel label {
  font-weight: 400;
  margin-top: 0;
  padding-top: 0;
}
.show {
  display: flex !important;
}
.shows {
  display: block !important;
}
button.btn.btn-submit:disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.under16data h5 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}

span.errorMessage {
  padding-left: 12px;
  font-size: 14px;
  color: red;
  display: none;
}
.hasErr input,
.hasErr select,
.hasErr textarea,
.nothingSelected {
  border: 2px solid red !important;
}
.hasErr .errorMessage {
  display: block;
}
p.inner_text {
    background: transparent;
    font-weight: normal;
    padding: 0;
    padding-left: 15px;
}
/* RESPONSIVE */
@media (max-width: 800px) {
  img {
    max-width: 100%;
  }
  .row {
    flex-wrap: wrap;
  }
  .col-50 {
    width: 100%;
  }
  .col-20{
     width: 100%; 
  }
  .col-30 {
    width: 100%;
  }
  .col-25 {
    width: 100%;
  }
  .formTable {
    overflow: auto;
  }
}
@media (max-width: 640px) {
  .col label {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    font-size: 15px;
    white-space: inherit !important;
    flex-wrap: wrap;
  }
  .under16data h5 {
    font-size: 16px;
    text-align: left;
  }
  .privacyConsent .content {
    padding: 15px 0;
  }
  div.form {
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px 15px;
  }
  header {
    flex-direction: column;
    }
    .h_left p {
        text-align: center;
    }
    .h_left {
        width: 100%;
        text-align: center;
    }
    .h_left img {
        max-width: 290px;
    }
}

.overlay{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255,255,255,0.8) url("loader.gif") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loading{
  overflow: hidden;
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
  display: block;
}
