*, *:after, *:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a, a:hover {
    text-decoration: none;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-size: 14px;
    background: #ececec;
}
.inputText, .selectBox {
    border: 1px solid #ccc;
    color: #3d3d3d;
    font-size: 13px;
    padding: 4px;
    height: 35px;
    line-height: 26px;
    padding: 6px 10px;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    outline: none;
}
img {
    max-width: 100%;
}
.custom-container {
    max-width: 1170px;
    margin: 0 auto;
}
a.df-logo {
    width: 118px;
    display: inline-block;
}
a.DHALogo {
    width: 120px;
    display: inline-block;
}
.fr {
    float: right;
}
.btn {
    background: #DC582A;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 1em;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
    border: none;
}
label {
    text-transform: capitalize;
    position: relative;
    display: block;
    padding: 0 0px 10px;
}
label sup {
    color: red;
    font-size: 14px;
    top: 0px;
    position: absolute;
}
.mlr-35 {
    margin: 0 35px;
}
.mb-25 {
    margin: 0 0 25px;
}
.mr-12 {
    margin-right: 12px !important;
}
.header .custom-container {
    display: flex;
    justify-content: space-between;
}
.header {
    border-bottom: 5px solid #00497a;
    padding: 5px 15px;
    background: #fff;
}
.login-wrap {
    max-width: 440px;
    margin: 0 auto;
    padding:30px 44px 65px;
    background: #fff;
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
    position: relative;
}
.login-wrap:before, .login-wrap:after {
    position: absolute;
    content: "";
    width: 5px;
    height: calc(100% - 125px);
    top: 45px;
    left: -5px;
    background: #525252;
}
.login-wrap:after {
    left: auto;
    right: -5px;
}
.main-content-area {
    background: #ececec;
    padding: 7% 0 0;
}
h2 {
    font-size: 26px;
    font-weight: 100;
    color: #6e6e6e;
    line-height: 1.4;
    margin: 0 0 50px;
}
h2 strong {
    display: block;
    color: #9d8229;
    position: relative;
}
h2 strong:after {
    position: absolute;
    content:"";
    width: 162px;
    height: 4px;
    background: #9d8229;
    bottom: -14px;
    left: 0;
}
h3 {
    font-size: 20px;
    color:#3d3939;
    margin: 0 0 15px;
}
.form-group input {
    width: 100%;
    font-size: 15px;
    padding: 12px;
    margin: 0 0 15px;
    border: 1px solid #ccc;
    border-radius: 30px;
    outline: 0;
}
.form-group input:last-child {
    margin: 0;
}
.btn {
    background: #b8972a;
    color:#fff;
    width: 135px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    border-radius: 7px;
    margin: 30px 0 0;
    outline: none;
}
.forget-btn {
    margin: 20px 0 0;
}
.fp p {
    font-size: 13px;
    color: #2E2E2E;
    margin: 15px 0 0;
}
.fp p a {
    color:#3793D1;
}
.nav {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    padding-right: 25px;
}
.nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}
.nav ul li a {
    display: block;
    background: #f3f3f3;
    padding: 5px 10px;
    border-radius: 5px;
    color: #373434;
}
.nav ul li:last-child a {
    background: transparent;
    color: #c45b5b;
}
.nav ul li {
    margin-left: 12px;
}
.inner-page .login-wrap {
    max-width: 1190px;
}
.inner-page h2 strong {
    color: #4e4c4c;
}
.login-wrap-header {
    display: flex;
    align-items: center;
    margin: 0 0 50px;
}
.radio-wrap {
    flex: 1;
    display: flex;
    padding-left: 35px;
}
.radio-wrap .form-group {
    margin-right: 15px;
    position: relative;
}
.radio-wrap .form-group input {
    margin: 0;
    border-radius: 50%;
    padding: 0;
    width: 24px;
    height: 24px;
    position: relative;
    opacity: 0;
    vertical-align: middle;
    z-index: 5;
}
.radio-wrap label {
    display: inline-block;
    vertical-align: middle;
    padding:0;
}
.login-wrap-header h2 {
    margin: 0;
    flex: 0.3;
}
.radio-ui {
    position: absolute;
    width: 24px;
    height: 24px;
    background: #fff;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 1px solid #7d7d7d;
}
.radio-ui:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #444444;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}
.radio-wrap .form-group input:checked + .radio-ui:after {
    opacity: 1;
}
.flex-row, .flex-row2 {
    display: flex;
    justify-content: space-between;
    margin: 0 0 18px;
}
    .flex-row .form-group, .flex-row2 .form-group {
        width: 30.6%;
    }
    .flex-row label, .flex-row2 label {
        display: block;
        margin: 0 0 10px;
        position: relative;
    }
    .flex-row .amount label, .flex-row2 .amount label {
        font-weight: 600;
    }

.form-group.amount input {
    border: 1px solid #3dabce;
    background: #effbff;
    font-weight: 600;
    color: #0b97c3;
}
.dob.form-group input {
    width: calc(100% - 55px);
    margin-right: 12px;
}
.dob.form-group i {
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
}
.grey-box {
    background: #f3f3f3;
    padding: 26px 15px;
}
.quarterly .flex-row .form-group {
    max-width: 256px;
}
.half .flex-row .form-group, .half .flex-row2 .form-group {
    width: 512px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.details-wrap {
    margin: 0 0 15px;
}
.half .flex-row .form-group input, .half .flex-row2 .form-group input {
    width: 337px;
}
.half .flex-row label, .half .flex-row, .half .flex-row2 label, .half .flex-row2 {
    margin: 0;
}
.reset-btn {
    background: #dbdbdb;
    color: #2a2a2a;
}
.this-disable .select2  {
    pointer-events: none !important;
}
.select, .select-edu, .select-emp, .select-lic, .select-cgs ,.select-cross{
    width: 100%;
    outline: 0;
}
.select2-search {
    /*display: none;*/
}
.select2-container--default .select2-selection--single {
    border: 0;
    padding: 0;
    height: auto;
    outline: 0;
    background-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    transform: translateY(-50%);
    top: 50%;
    right: 10px;

}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 6px 22px 6px 18px;
    background: #fff;
}

.radio-wrap p {
    padding: 12px 18px;
    background: #feefef;
    border: 1px solid #d89797;
    font-size: 13px;
    border-radius: 40px;
}
.column-one {
    flex:1;
    background: #fbfbfb;
}
.column-two {
    background: #fef4de;
    width: 228px;
}
.column-three {
    background: #e0f6fe;
    width: 228px;
}
.flex-column {
    padding: 11px 19px;
}
.fees-details-table .flex-row, .fees-details-table .flex-row2 {
    margin: 0;
}
.column-data-one {
    background: #f4f4f4;
}
.column-data-two {
    background: #fce2a5;
}
.column-data-three {
    background: #abe7fd;
}
.fees-details-table {
    margin: 0 0 25px;
}
.note-box p {
    padding: 15px 12px;
    background: #fcf8e7;
    margin: 0;
    line-height: 1.4;
}
.psv-text {
    margin-top: 25px;
    margin-bottom: 45px;
}
.psv-list {
    padding: 25px 0;
}
.psv-list li {
    /*font-weight: 700;*/
    margin-bottom: 25px;
}
.psv-list li:last-child {
    margin-bottom: 0;
}
.psv-text p a {
    color: #3dabce;
}
.moh-app-id .form-group {
    padding: 12px;
    text-align: center;
    background: #f3f3f3;
    margin: 20px 0 0;
}
.moh-app-id .form-group input {
    width: 336px;
    margin: 0 10px;
}
.btn-black {
    margin: 0;
    background: #4a4a4a;
    color: #fff;
    border-radius: 30px;
}
.premium-service-table .column-one {
    flex: auto;
    width: 237px;
}
.premium-service-table .column-three {
    width: 569px;
}
.column-four {
    width: 152px;
    background: #fafafa;
}
.column-data-four {
    background: #f3f3f3;
}
.premium-service-table .flex-column {
    padding: 11px 10px;
}
.small-heading-box {
    padding: 9px 11px;
    background: #f6f6f6;
    position: relative;
}
.small-heading-box p {
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 11px;
    color: #757575;
}
input#btnGenerateOTP {
    margin-bottom: 0px;
}
/*.sms-code {
    display: flex;
} */
.generate {
    /* width: 57%; */
    padding: 32px 0;
    /* text-align: center; */
    position: relative;
}
/* .generate:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    background: #818181;
    top: 50%;
    transform: translateY(-50%);
    right: 0;   
}*/
.cr-code {
    width: 90px;
}
.form-group input.ph-num {
    width: 160px;
    margin: 0 12px;
}
.generate .btn-black {
    width: 197px;
    padding: 0px 13px;
    vertical-align: middle;
}
.generate .form-group input, .generate .form-group select {
    text-align: left;
}
.code-check {
    width: 43%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.enter-text  span {
    display: block;
    font-size: 20px;
    color: #515151;
}
.enter-code input {
    font-size: 25px;
    border: 0;
    border-bottom: 2px solid #a5a5a5;
    margin: 0 1px;
    width: 18px;
    text-align: center;
    outline: 0;
}
.done-code strong {
    font-size: 22px;
    font-weight: 100;
}
.form-group input.type-file {
    height: 75px;
    width: 350px;
    position: relative;
    opacity: 0;
    vertical-align: middle;
    margin: 0;
}
.form-group img.file_img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
}
.loa-div .form-group {
    position: relative;
    height: 75px;
    width: 520px;
}
.type-file-ui {
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 100%;
    background: #f6f6f6;
    border-radius: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loa-div .small-heading-box {
    margin: 0 0 20px;
}
.type-file-ui  span {
    color:#397ed6;
}
.loa-div {
    margin: 0 0 25px;
    position: relative;
}
.download-loa {
    position: absolute;
    right: 0;
    top: 90px;
}
.done-code i {
    font-size: 25px;
    color: #32c671;
}
.img-wrap-drag {
    display: block;
    padding: 0 25px;
}
.service-fee span {
    font-weight: 600;
}
.premium-service {
    padding: 50px 0 0;
}
.bck-to-lgin {
    color: #3dabce;
    margin-left: 25px;
}


/* The switch - the box around the slider */
.flex-row label.switch {
    position: relative;
    display: block;
    width: 60px;
    height: 34px;
    margin: 0 auto;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

.new-container {
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
}

.premium-service {
    display:none;
}

.tableDesign {
    border: 1px solid Black;
    padding-left: 80px;
    padding-right: 80px;
}

#thankYou p {
    background-color: green;
    color: #fff;
    padding: 1em;
    font-size: 1.3em;
    border-radius: 5px;
}

 #thankYou p.pendingMessage {
        background-color: red;
    }

#thankYou h2 {
    color: #000;
    font-size: 3em;
    font-weight: 600;
}

.messageThank {
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    box-shadow: 0px 0px 6px 0px #ccc;
    color: black;
    border-radius: 10px;
    padding-bottom:80px;
}

.sms-code .generate .select2 {
    width:144px !important;
}
.sms-code .generate .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 6px 22px 6px 8px;
}
.sms-code .generate .ph-num {
    display: inline-block;
    vertical-align: middle;
    /*width: 150px;*/
}
.sms-code .generate .btn-black {
    text-transform: capitalize;
    text-align: center;
}

.contentGrid fieldset .anchorBtn {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00497a+0,f2101c+100 */
    background: #DC582A; /* Old browsers */
    color: #fff;
    display: inline-block;
    margin-right: 3px;
    font-size: 12px;
    padding: 5px 1em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    /*-ms-border-radius: 3px;*/
}
#divNameChange .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#divNameChange .row label, #divNameChange .row > div {
    padding:0;
}
.one_third {
    width:33.33%;
}

.select_country {
    width: 27%;
    height: 39px;
    border-radius: 12px;
}
.table {
    width:100%;
    text-align:center;
}
.table tr:nth-child(even) {
    background:#ccc;
}
.table th, .table td {
    padding:10px;border-right:1px solid;
}
.table th {
    border-bottom:1px solid #000;
}
.createdLogTable {
    overflow-x: scroll;
    max-width: 90%;
    margin: 30px auto 0;
    border: 1px solid;
    margin-bottom:50px;
}
.previous {
    max-width: 90%;
    margin: 0px auto 0;
    display: flex;
    justify-content: flex-end;
}
.calendar-wrap {
    position: relative;
}
.dob.form-group .calendar-wrap input {
    width: 100%;
    /*position: relative;*/
    z-index: 99;
    background: transparent;
}
.dob.form-group .calendar-wrap i {
    position: absolute;
    right: 14px;
    top: 7px;
}
.applicant-detail-wrap .select2 {
    width: 250px !important;
}
.close-details {
    padding: 10px;
    color: #fff;
    border-radius: 50%;
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    padding: 3px 0 0;
}
.applicant-detail-wrap .nw-app-detail {
    font-size: 20px;
    margin:0 10px;
}
.applicant-detail-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    display:none;
}
.detail-modal-container {
    background: #fff;
    padding: 35px 25px;
    position: relative;
    border-radius: 5px;
}
.applicant-detail-modal.open {
    display:flex;
}
span.detail-modal-close {
    position: absolute;
    right: 6px;
    top: 3px;
    font-size: 18px;
}


#tbDetails {
    margin: 0 auto;
    border: 1px solid #a2a2a2;
}
#tbDetails th, #tbDetails td {
    border-bottom: 1px solid #a2a2a2;
    background: #E4E4E4;
    border-right: 1px solid #a2a2a2;
    text-align:center;
    padding:10px;
}
#tbDetails th:last-child, #tbDetails td:last-child {
    border-right: 0;
}
#tbDetails td {
    background: transparent;
}
#tbDetails tr:last-child td {
    border-bottom: 0;
}
.ac {
    text-align: center;
    margin: 0 0 20px;
}
.inner-page .detail-modal-container h2 {
    margin:0 0 20px;
}
.inner-page .detail-modal-container h2 strong {
    font-size: 20px;
    text-align: center;
}
.detail-modal-container h2 strong:after {
    width: 100%;
    height: 3px;
    bottom: -6px;
    left: 0;
}
.inputBox {
    display: flex;
    align-items: center;
}
.inputBox .inputBox_label {
    width: 130px;
    padding: 0;
}
.select_parent .select2-container {
    width:100% !important;
}
label em {
    color:red;
}
.detail-modal-container #loader {
    position: absolute;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.flex-row.append-row {
    flex-wrap: wrap;
}
.flex-row.clientRow {
    flex-wrap: wrap;
}

.selectcountry {
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 6px 22px 6px 18px;
    background: #fff;
    height: 42px;
    line-height: 50px;
}
.hidefileUplaod {
    display: none;
}


input[type=text]:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}

.nw-rt-table {
    width: 400px;
    border: 2px solid;
    text-align: center;
}
.nw-rt-table h4 {
    border-bottom:1px solid;
}
.nw-rt-table .flex-row:last-child .flex-span {
    border-bottom:0;
}
.nw-rt-table .flex-row {
    margin-bottom:0;
}

