body {
    background-color: #FA8128;
    font-family: 'Prompt', sans-serif;
}

.hbar {
    background-color: #FC6A03;
    color: #fff;
    font-size: 20px;
}

.progressbar {
    counter-reset: step;
    margin-top: 20px;
}

.progressbar li {
    list-style: none;
    display: inline-block;
    width: 17%;
    position: relative;
    text-align: center;
    cursor: pointer;
    color: #fff;
    vertical-align: top;
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height : 30px;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #939598;
}

.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    top: 15px;
    left: -50%;
    z-index : -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #fff;
}

.progressbar li.active:before {
    background-color: #DD571C;
    border-color: #DD571C;
} 

.progressbar li.active + li:after {
    background-color: #DD571C;
}

.btn-otp {
    margin-top: 5px;
    font-size: 26px;
    color: #fff;
    background-color: #FC6A03;
    border-color: #FFF;
}

.btn-back {
    margin-top: 5px;
    font-size: 26px;
    color: #fff;
    background-color: transparent;
    border-color: #FFF;
}

.form-control {
    height: 54px;
    font-size: 20px;
}

.cap-otp {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 30px;
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 10px;
    background-color: #27aae1;
    margin: 40px auto 40px auto;
}

.form-otp {
    width: 60px;
    height: 60px;
    padding: 6px 12px;
    font-size: 25px;
    text-align: center;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.divcenter {
    margin: 0 auto;
    text-align: center;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}

.divhidden {
    display: none;
}

.txtfamily {
    color: #fff;
    font-size: 20px;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex {
display: -ms-flexbox!important;
display: flex!important;
}

.bgfatc {
    background-color: #fff;
    font-size: 18px;
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 10px;
    margin: 10px auto 10px auto;
}

.radio-inline {
    padding-left: 35px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-inline input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .radio-inline:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .radio-inline input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .radio-inline input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .radio-inline .checkmark:after {
       top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }

.radio {
    margin-left: 80px;
    padding-left: 35px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: lighter;
}
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .radio:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .radio input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .radio input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .radio .checkmark:after {
       top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }

.cap-detail {
    width: 50%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 10px;
    background-color: #a7a9ac;
    margin: 10px auto 10px auto;
}

.cap-detail1 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 22px;
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 10px;
    background-color: #27aae1;
    margin: 10px auto 10px auto;
}

.error {
    margin-top: 10px;
}

.btn-link {
    color: #fff;
    font-size: 25px;
}

.image-upload>input {
    display: none;
}

.dv-hide {
    display: none;
}

.txtdtinsur{
    font-size: 18px;
    text-align: right;
}

a.txtdtinsur:link, a.txtdtinsur:visited, a.txtdtinsur:hover, a.txtdtinsur:active {
    font-size: 18px;
    text-decoration: underline;
    color: #ffffff;
}

a.expla:link, a.expla:visited, a.expla:hover, a.expla:active{
    text-decoration: underline;
    color: #000000;
}

.btn-link:focus, .btn-link:hover {
    color: #FFF;
}

.btn-del {
    display: none;
}

.txtbirth{
    font-size: 20px;
}

select.txtbirth::-ms-expand {
    display: none;
}

select.txtbirth {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

@media screen and (max-width: 600px) {
    .txtbirth{
        font-size: 13px;
    }
}