* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    padding-bottom: 50px;
    border-bottom: 10px solid #CB2026;
}

img {
    width: 100%;
    height: 100%;
    display: block;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ol li {
    list-style-type: lower-alpha
}

.inputBoxFlex {
    display: flex;
    align-items: center;

}

.inputBox {
    border: 1px solid #CB2026;
    border-right: 0px;
    width: 24px;
    height: 24px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 4px;

}

.lastInputBox {
    border-right: 1px solid #CB2026;
}



.inputBox:focus-visible {
    outline: 0;
}

.bankForm {
    max-width: 1100px;
    margin: 0 auto;
}

.topHead {
    display: flex;
    align-items: center;
}

.topHead_left {
    display: block;
    background-color: #CB2026;
    padding: 12px;
    text-align: center;
}

.topHead_left img {
    width: 80%;
}

.topHead_right {
    display: block;
    background-color: #fff;
    padding-left: 20px;
}

.topHead_right img {
    width: 60%;
}

h1 {
    text-align: center;
    color: #CB2026;
    font-size: 26px;
    line-height: 36px;
    margin: 20px 0;
}

.formSection {
    margin-top: 20px;
}

.formWrapper {
    display: flex;
}

.formWrapper_left {
    display: block;
    padding-right: 15px;
}

.formWrapper_right {
    display: flex;
}

.bankInfo {
    display: block;
}

.bankInfo li {
    margin-bottom: 16px;

}

.bankInfo li {
    display: flex;
    align-items: center;
}

.bankInfo li label {
    display: block;
    margin-right: 12px;
    width: 130px;
    font-size: 14px;
    flex-shrink: 0;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #CB2026;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #CB2026;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.packageWrap {
    margin-top: 30px;
}

.packageWrap p:not(:last-child) {
    margin-bottom: 10px;
}

.photoWrap {
    display: flex;
    margin-left: 16px;
}

.photoItem {
    border: 1px solid #BDBEC0;
    width: 160px;
    height: 230px;
    position: relative;
    text-align: center;
}

.photoItem:not(:last-child) {
    margin-right: 16px;
}

.photoItem p {
    margin: 10px 0;
    font-size: 12px;
    color: #BDBEC0;
}

.photoItem::before {
    background-color: #BDBEC0;
    content: 'photo';
    padding: 4px 8px;
    text-align: center;
    display: block;
    color: #fff;
    text-transform: uppercase;
}

.photoItem::after {
    content: 'Signature / Thumb Impression';
    border-top: 1px solid #BDBEC0;
    padding: 4px 8px;
    text-align: center;
    font-size: 11px;
    display: block;
    position: absolute;
    bottom: 0;
}

.personalDetails {
    margin-bottom: 16px;
    margin-top: 32px;
    color: #CB2026;
}

.title {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.title:not(:last-child) {
    margin-right: 16px;
}

.align-item-start {
    align-items: flex-start !important;
}

.address {
    line-height: 21px;
}

.addressInput {
    display: block;
}

.mr-2 {
    margin-right: 10px;
}

label.cityTown {
    border: 1px solid #CB2026;
    padding: 3px 6px;
    margin: 0 !important;
    border-left: 0;
    border-right: 0;
    text-align: center;
    width: 144px !important;
}

.areaInput {
    display: flex;
    align-items: center;
}

.areaInput .inputBox {
    width: 391px;
}

.areaInput label {
    margin-left: 16px;
}

.stateInput {
    display: flex;
    align-items: center;
}

.stateInput .stateInput_1 {
    width: 53px;
    margin-right: 16px;
}

.stateInput .stateInput_2 {
    width: 235px;
    margin-right: 16px;
}

.stateInput .stateInput_3 {
    width: 513px;
}

.stateInput label {
    width: auto !important;
}

.mobileInput,
.officeInput2 {
    width: 260px;
}

.officeNo,
.panNo {
    display: flex;
    align-items: center;
}

.officeInput1 {
    width: 100px;
    margin-right: 16px;
}

.panNo .input1 {
    width: 260px;
    margin-right: 16px;
}

.panNo .input2 {
    width: 365px;
}

.panNo label {
    width: auto !important;
    margin-right: 16px;
}

.gender {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.gender span label {
    width: auto !important;
}

.relOthersInput {
    border: 0;
    padding: 4px;
    border-bottom: 1px solid #666;
}

.relOthersInput:focus {
    outline: none;
}

.delcrationArea h2 small {
    font-size: 12px;
    color: #666;
    display: block;
    font-weight: 500;
}

.delcrationArea label small {
    font-size: 10px;
    color: #666;
    display: block;
    font-weight: 500;
}

.dForm {
    display: flex;
    justify-self: center;
    width: 100%;
    margin-top: 20px;
}

.formBox {
    width: 22%;
}

.formBox:nth-child(1) {
    width: 12%;
}

.formBox:nth-child(2) {
    width: 50%;
}

.formBox:nth-child(3) {
    width: 16%;
}

.dForm label {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}

.nomnee {
    display: flex;
    justify-content: flex-start;
}

.checkbox-wrapper-30 .checkbox {
    --bg: #fff;
    --brdr: #cb2026;
    --brdr-actv: #cb2026;
    --brdr-hovr: #bbc1e1;
    --dur: calc((var(--size, 2)/2) * 0.6s);
    display: inline-block;
    width: calc(var(--size, 1) * 22px);
    position: relative;
}

.checkbox-wrapper-30 .checkbox:after {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
}

.checkbox-wrapper-30 .checkbox>* {
    position: absolute;
}

.checkbox-wrapper-30 .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    background-color: var(--bg);
    border-radius: calc(var(--size, 1) * 4px);
    border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
    color: var(--newBrdrClr, var(--brdr));
    outline: none;
    margin: 0;
    padding: 0;
    transition: all calc(var(--dur) / 3) linear;
}

.checkbox-wrapper-30 .checkbox input:hover,
.checkbox-wrapper-30 .checkbox input:checked {
    --newBrdr: calc(var(--size, 1) * 2);
}

.checkbox-wrapper-30 .checkbox input:hover {
    --newBrdrClr: var(--brdr-hovr);
}

.checkbox-wrapper-30 .checkbox input:checked {
    --newBrdrClr: var(--brdr-actv);
    transition-delay: calc(var(--dur) /1.3);
}

.checkbox-wrapper-30 .checkbox input:checked+svg {
    --dashArray: 16 93;
    --dashOffset: 109;
}

.checkbox-wrapper-30 .checkbox svg {
    fill: none;
    left: 0;
    pointer-events: none;
    stroke: var(--stroke, var(--border-active));
    stroke-dasharray: var(--dashArray, 93);
    stroke-dashoffset: var(--dashOffset, 94);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    top: 0;
    transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur);
}

.checkbox-wrapper-30 .checkbox svg,
.checkbox-wrapper-30 .checkbox input {
    display: block;
    height: 100%;
    width: 100%;
}

.placeDate {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}


.SignatureUpload {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.image-input {
    box-sizing: border-box;
    display: inline-block;
    width: 330px;
    height: 100px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    margin: 0;
    border: 1px solid #CB2026;
}

.image-input.isUploading::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 32px;
    top: 32px;
    opacity: 0.3;
    border-radius: 50%;
    border: 2px solid;
    border-color: transparent currentColor currentColor currentColor;
    -webkit-animation: spin 600ms linear infinite;
    animation: spin 600ms linear infinite;
}

.image-input.isUploading::before {
    display: none;
}

.image-input input[type=file] {
    opacity: 0;
    display: block;
    height: 100px;
    pointer-events: none;
}

.image-input img {
    position: absolute;
    display: block;
    border-radius: 4px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 200ms;
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    background: white;
    z-index: 1;
}

.image-input img[src=""] {
    opacity: 0;
    pointer-events: none;
}

.image-input .image-remove {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 1;
    border: none;
    background: white;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    cursor: pointer;
}

.image-input .image-remove::before,
.image-input .image-remove::after {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    background: #333;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    left: 4px;
}

.image-input .image-remove::before {
    transform: rotate(45deg);
}

.image-input .image-remove::after {
    transform: rotate(-45deg);
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.SignatureUpload h5 {
    font-weight: 700;
    font-size: 16px;
}

.Applicant {
    text-align: center;
}

.Applicant span {
    padding: 10px;
    background: #CB2026;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 200px;
    display: inline-block;
}

.applicantArea {
    margin: 40px 0;
}

.applicantArea .SignatureUpload span {
    text-align: center;
    display: block;
    font-size: 12px;
    margin: 6px 0 0;
}

.ApplicantText h4 {
    text-decoration: underline;
    margin: 0 0;
}

.ApplicantText p {
    margin: 10px 0;
    text-align : justify;
    font-size: 12px;
}

.ApplicantText ol {
    padding-left: 15px;
}

.ApplicantText ol li {
    margin: 6px 0 0;
    font-size: 12px;
}

.AttestationsArea .Applicant span {
    padding: 10px;
    background: #CB2026;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 250px;
    display: inline-block;
}

.AttestationsArea ul li {
    display: flex;
    margin: 10px 0;
}


.AttestationsArea ul li .labelLeft {
    margin-right: 16px;
    min-width: 162px;

}

.AttestationsArea ul {
    margin: 16px 0
}

.AttestationsArea ul li label::before {
    border: 1px solid rgb(216, 216, 216) !important;
}

.inPerSoN .inputBoxFlex {
    width: 100%;
    margin: 10px 0;
    justify-content: space-between;
}

.idnty {
    display: flex;
    align-items: center;
}

.idnty span {
    margin-right: 12px;
}

.empDetails ul li {
    align-items: flex-end;
}

.empDetails ul li label {
    position: relative;
    top: -4px;

    min-width: 188px;
}

.colom2 {
    justify-content: space-between;
}

li.colom2 label {
    text-align: left;
}

li.colom2 span {
    margin-right: 15px;
}

.ifscCode {
    margin: 14px 0;
    text-align: right;
}

.ifscCode .inputBoxFlex {
    justify-content: end;
    margin: 10px 0 0;
}

.d-flex {
    display: flex;
    justify-content: space-between;
}


.d-flex .mycol6 {
    width: 49%;
}

.d-flex .inputBoxFlex {
    margin: 10px 0;
}

.d-flex .inputBoxFlex label {
    min-width: 60px;
}

.mycol6 .image-input {
    width: 170px;
}

.mycol6 .SignatureUpload {
    align-items: center
}

span.boxTxt {
    position: absolute;
    top: 50%;
    font-size: 10px;
    width: 100%;
    text-align: center;
}

.AttestationsArea input {

    border-color: rgb(216, 216, 216)
}

.AttestationsArea input[type="checkbox"] {
    border-color: rgb(216, 216, 216) !important
}

.empDetails .title span {
    font-size: 12px;
}

.branchCodeWrap label {
    font-size: 14px;
}

ul.bankInfo li span {
    font-size: 14px;
}