
.basic-info .row {
    align-items: start;
}
.basic-info h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 3rem;
    line-height: 1.34;
    font-family: 'apbold';
}
.basic-info h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 3rem;
    line-height: 1.34;
    font-family: 'apbold';
}
.info-list>li {
    text-align: left;
}
.info-list>li {
    text-align: left;
    margin-bottom: 21px;
}
.info-list .fa-li {
    display: inline-block;
    border-radius: 60px;
    /* box-shadow: 0px 0px 2px #888; */
    padding: 0.5em 0.6em;
    position: inherit;
    width: 29px;
    height: 29px;
    line-height: 1;
    background: #ECF2F7 0% 0% no-repeat padding-box;
    opacity: 1;
}
.info-list .fa-li .fa {
    color: #1d76f2;
}
li.active-li {
    font-family: 'apbold';
}
.info-list .active-span {
    color: #fff;
    background: #1D76F2;
}

/* Forms */
/* #page-1 .info-form fieldset.form-group, #page-2 .info-form fieldset.form-group {
    position: relative;
    margin-bottom: 50px;
}

#page-1 .info-form label, #page-2 .info-form label {
    color: #6E6E6E;
    top: -10px;
    background: #fafcff;
    left: 10px;
    transition: all .4s linear;
    position: absolute;
    padding: 0px 8px;
    font-size: 12px;
}

#page-1 .info-form .form-control, #page-2 .info-form .form-control {
    padding: 1.375rem .75rem;
    letter-spacing: 0.28px;
    color: #000000;
    font-size: 14px;
}

#page-1 .info-form input:focus, #page-2 .info-form input:focus {
    border: 1px solid #1D76F2;
    box-shadow: none;
}
#page-1 .info-form input:focus + label, #page-2 .info-form input:focus + label {
    color: #1D76F2!important;
}

#page-3 .info-form label, #page-4 .info-form label {
    letter-spacing: 0.3px;
    color: #000000;
    font-weight: 500;
    opacity: 1;
    font-size: 15px;
    text-align-last: left;
}

#page-3 .info-form .form-control, #page-4 .info-form .form-control {
    height: 40px;
    letter-spacing: 0.28px;
    color: #000000;
    opacity: 1;
    font-size: 14px;
    margin: 0;
} */

label.error {

color: red !important;
    top: 50px !important;
    background: none !important;
    left: 10px;
    transition: all .4s linear;
    position: unset!important;
    font-size: 14px !important;

}
.form-group {
    text-align: initial;
}

.basic-info .btn.btn-primary {
    margin-right: 0px;
}

.basic-info .nav-tabs {
    border: none;
}

.basic-info .nav-tabs>li {
    display: none;
    width: 100%
}
.basic-info .nav-tabs>li.active {
    display: block;
}
.basic-info .btn-secondary {
    color: #7C7C7C;
    background-color: #EFEFEF;
    border-color: #EFEFEF;
}
.basic-info .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(230, 230, 230);
}
.basic-info .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #EFEFEF;
    border-color: #EFEFEF;
}

/*  */

/* The container */
.check-box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
     position: absolute;
    top: 0;
    left: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C1C1C1;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    opacity: 1;
}



/* When the checkbox is checked, add a blue background */
.check-box input:checked ~ .checkmark {
  background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-box .checkmark:after {
      left: 7px;
    top: 3px;
    width: 5px;
    height: 11px;
    border: solid #1d76f2;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#page-3 .form-check-box label {
    letter-spacing: 0.28px;
    color: #000000;
    opacity: 1;
    font-size: 13px;
}

.basic-info div.show {
    display: block!important;
}
.basic-info .modal-header {
    display:block;
}

.basic-info .modal-header {
    display: block;
    align-items: center;
    border-bottom: none;
    padding: 30px 1px 1px 1px;
}
.basic-info .modal-content p{
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.28px;
    color: #000000;
    opacity: 1;
    font-weight: bold
}
.basic-info .modal-content button {
    font-size: 14px;
}
.basic-info .modal-body {
    padding: 10px 40px 26px 40px;
}

.basic-info .modal {
    background: #64656600 0% 0% no-repeat padding-box;
}



/* New Design Changes */
.info-list li {
    color: #9AAAB9;
}
.btn-container.wow.fadeInUp {
    margin: 0px auto;
}
ul.fa-ul.signup.info-list {
    display: inline-flex;
}
.info-list span.steps {
    display: inline-block;
    border-radius: 60px;
    padding: 0.4em 0.6em;
    position: inherit;
    width: 29px;
    height: 29px;
    line-height: 1;
    background: #9AAAB9;
    opacity: 1;
    color: #FFFFFF;
    margin-right: 13px;
    text-align: center;
}
.info-list li.active-li span.steps {
   color: #fff;
    background: #575CFF;
    line-height: 21px;
}
.info-list li img {
    margin-right: 13px;
    width: 29px;
    height: 29px;
}
.info-list li.active-li, .info-list li.completed {
    color: #575CFF;
    font-weight: 600;
}
.formsection {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E7EDF3;
    border-radius: 4px;
    padding: 52px 55px;
}
.formsection label {
    color: #000000;
    font-size: 14px;
}
.formsection input, .formsection select {
    background: #F4F7FA 0% 0% no-repeat padding-box;
    border: 1px solid #E7EDF3;
    border-radius: 4px;
    height: 42px;
    font-size: 14px;
}
.formsection input:focus{box-shadow: none;outline: none;}
.formsection select:focus{box-shadow: none;outline: none;}
.basic-info h3 {
    margin: 0 0 2rem;
}
.formsection .form-group {
    margin-bottom: 2rem;
}
.formsection select {
    color: #9AAAB9;
}
button.btn.btn-primary.findbtn {
    display: block;
    min-height: 42px;
}
button.btn.btn-primary.btnNext_1.min-hit-unset {
    height: 45px;
}
.back-btn {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.back-btn img {
    margin-right: 10px;
	display: none;
}
.uploadsec {
background: #F4F7FA 0% 0% no-repeat padding-box;
    border: 1px dashed #9AAAB9;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #9AAAB9;
    font-size: 14px;
    float: left;
    margin: 10px 0;
}
.uploadsec input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.uploadpic {
  background: #00e2a4;
    border-radius: 8px;
    padding: 9px 18px;
    font-size: 14px;
    color: #fff;
	width: 100%;
}
.takepic img, .uploadpic img {
    margin-right: 10px;
}
.takepic, .uploadpic {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.previewone, .previewtwo {
    width: 203px;
    height: 248px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #9AAAB9;
    border-radius: 3px;
    margin-bottom: 12px;
    position: relative;
}
.typename{
	    float: left;
    font-size: 12px;
    width: 100%;
    color: #5c5c5c;
    margin: 0 0 1.6rem;
}
.row.previewimg {
    margin-bottom: 4rem;
}
.docupload {
    margin-bottom: 2rem;
}
.takepic span {
    margin-top: 4px;
    color:#9AAAB9;
}
.thanksdiv {
    text-align: center;
}
.banner {
    background-color: #F4F7FF;
    background-image: none;
}
.thanksdiv img {
    margin-bottom: 37px;
}
p.thankstext {
    margin-bottom: 70px;
    font-size: 24px;
    line-height: 37px;
    color: #00205C;
}
.thanksdiv {
    text-align: center;
    padding: 100px 0px;
}
.editimg {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    text-align: center;
}
.docdetails {
    font-size: 12px;
    width: 203px;
}
span.doctype {
    vertical-align: text-bottom;
    margin-right: 5px;
}
sup.req {
    color: red;
    top: 0em;
    font-size: 16px;
}
span.delteimg {
    cursor: pointer;
    float: right;
}
.header2 {
    float: left;
    width: 100%;
    padding: 25px 0px;
    background: #fff 0 0 no-repeat padding-box;
    -webkit-box-shadow: 0px 4px 8px #00000015;
    box-shadow: 0px 4px 8px #00000015;
    z-index: 99;
    position: fixed;
    text-align: center;
}
section.banner.reupload {
    padding: 130px 0 100px;
}
.welcometext {
    color: #00205C;
    font-size: 22px;
}
.rejectiontext {
    color: #000;
    font-size: 14px;
}
.docupload {
    margin-bottom: 2rem;
    max-width: 380px;
}
.basic-info .btn.btn-primary {
    min-height: 42px;
}
.formsection input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #9AAAB9;
opacity: 1; /* Firefox */
}
.formsection input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #9AAAB9;
}
.formsection input::-ms-input-placeholder { /* Microsoft Edge */
color: #9AAAB9;
}
.formsection select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #9AAAB9;
opacity: 1; /* Firefox */
}
.formsection select:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #9AAAB9;
}
.formsection select::-ms-input-placeholder { /* Microsoft Edge */
color: #9AAAB9;
}
.editimgsec {
    align-items: center;
    justify-content: center;
    display: flex;
}
.modal-pdf-container .modal-dialog .modal-content{
    background: #9AAAB9 0% 0% no-repeat padding-box;
    border:none !important;
}
.modal-pdf-container .modal-dialog .modal-content .close{
    opacity: 1;font-size: 2rem;
}
.modal-pdf-container .modal-dialog .modal-content .close:focus{
    outline: none;border: none;
}
.modal-pdf-container .modal-dialog .modal-footer
{
    border-top: none;
    margin-bottom: 2rem !important;
}
.modal-pdf-container .modal-dialog .modal-body{
    padding:1.5rem;
}
.modal-pdf-container .modal-dialog .modal-footer
button.btn.btn-donecrop{
    width: 124px;
    height: 44px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 12px #606060A8;
    border-radius: 5px;
    opacity: 1;
}
.tick-done-icon{
    margin-right: 1rem;
}
.img-edit-icon-contain-list{
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 1rem 0;
}
.img-edit-icon-contain-list ul{
    margin: 0;
    padding: 0;
}
.img-edit-icon-contain-list ul li{
    margin: 0;
    padding: 10px 15px;
    color:#000000;font-size: 14px;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}
.img-edit-icon-contain-list ul li.activemenu {
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 11px;
    opacity: 0.6;
}
.img-edit-icon-contain-list ul li:hover{
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 11px;
    opacity: 0.6;
}
.right-line{
    width: 25px;
    height: 0px;
    border: 1px solid #9AAAB9;
    display: inline-block;
    margin: 0 10px;
}
button.btn.btn-primary.btnNext_1.min-hit-unset {
    max-height: 45px;
    min-height: 45px;
}
.basic-info h3 {
    font-size: 18px;
}
.basic-info h2 {
    font-size: 22px;
    color: #00205C;
}
.uploadpic:hover, .takepic:hover span.taketext {
    color: #1660ea;
    border-color: #1660ea;
}
.deividerline {
    display: none;
}
.supportedtext {
    font-size: 12px;
    color: #9AAAB9;
    font-weight: 500;
}
.uploadtext {
    line-height: 248px;
    text-align: center;
    font-size: 14px;
    color: #9AAAB9;
}
span.dockactsingle {
    position: absolute;
    left: 5px;
    top: 5px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    text-align: center;
}
input.confirmemail {
    background-image: url(../images/check-tick.svg);
    background-position: 95% center;
    background-size: 15px;
}
@media (max-width: 991px) {
    .docupload {
        max-width: 100%;
    }
    button.btn.btn-primary.btnNext_1.min-hit-unset {
        margin-top: 2rem;
    }
} 
@media (max-width: 767px) {
    label.hidden-mobile {
        display: none;
    }
}
@media (min-width: 576px)
{
    .modal-pdf-container .modal-dialog{
    max-width: 704px !important;
    /* height: 578px; */
    background: #9AAAB9 0% 0% no-repeat padding-box !important;
    border: 1px solid #707070;
    border-radius: 10px;
    opacity: 1;
    margin:1.75rem auto;
    
}
}
@media (min-width: 576px)
{
    .basic-info .modal-dialog {
        max-width: 453px;
        margin: 1.75rem auto;
    }
}
/* Extra small devices (phones, 600px and down) */
@media (max-width: 600px) {
    .info-list>li {
        text-align: left;
        margin-bottom: 10px;
    }
    ul.fa-ul.signup.info-list {
        display: inline;
        margin-left: 0px;
    }
    .basic-info h2 {
       margin: 0 0 1rem;
    }
    .info-list li {
        display: none;
    }
    .info-list li.active-li, .info-list li.completed {

        display: block;
    }
    .uploadsec {
        display: block;
        text-align: center;
    }
    .uploadpic {
        margin-top: 10px;
    }
    .formsection {
        padding: 35px 20px;
    }
    .deividerline {
        display: block;
        background: #9AAAB9;
        height: 1px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .previewone, .previewtwo {
        margin: 12px auto;
        padding: 5px;
        border-radius: 3px;
        position:relative;
    }
    .docdetails {
        font-size: 12px;
        width: 200px;
        margin: 0 auto;
        text-align: left;
    }
    span.delteimg {
        float: right;
        margin-top: 3px;
    }
    /* span.doc-tick-act-single {
        position: absolute;
        top: 5px;
        left: 10px;
        text-align: center;
    } */
    
    .doc-tick {
        margin-left: 5px;
        position: absolute;
        top:5px;
        left:5px;
        z-index: inherit;
    }
    .basic-info h3.wow.fadeInUp {
        font-size: 18px;
        text-align: left;
    }
    p.thankstext {
        margin-bottom: 50px; 
        font-size: 20px;
    }
    .thanksdiv {
        text-align: center;
        padding: 20px 0px;
    }
    .col-md-7.m-auto.accdetails {
        padding: 0px;
    }
    .formsection .form-group {
        margin-bottom: 1rem;
    }
    .basic-info h3 {
        margin: 0px 0 1rem;
    }
    button.btn.btn-primary.btnNext_1.min-hit-unset {
        margin-top: 2rem;
    }
    label.hidden-mobile {
        display: none;
    }
    .docupload {
        text-align: left;
    }
} 
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .basic-info h2 {
        margin: 0 0 2rem;
    }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}
