.login-otp-wrap .il-input-block.mobile-input {
    margin-top: 2rem;
}
.login-otp-wrap  .login-otp-wrap {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
.login-otp-wrap .checkBox {
    padding: 3% 10%;
}
.login-otp-wrap .input-check {
    /*position: absolute;*/
    opacity: 0;
}
.login-otp-wrap .input-check + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 1.4rem;
    color: #282828;
    font-weight: 500;
    display: inline-block;
}
.login-otp-wrap .input-check + label:before {
    content: "";
    margin-right: 1rem;
    display: inline-block;
    vertical-align: text-top;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
}
.login-otp-wrap .input-check:checked + label:before {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
}
.login-otp-wrap .input-check:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.login-otp-wrap .input-check:disabled + label:before {
    box-shadow: none;
    border: 1px solid #ddd;
}
.login-otp-wrap .input-check:checked + label:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(38deg);
    position: absolute;
    bottom: 6px;
    left: 8px;
}
.login-otp-wrap .il-input-block {
    margin-bottom: 2rem;
}
.login-otp-wrap .il-input-block {
    position: relative;
}
.login-otp-wrap .il-input-block label {
    font-size: 2rem;
    color: #7795a3;
    font-weight: 300;
    top: 4px;
    letter-spacing: 0.05rem;
}
.login-otp-wrap .il-input-block input {
    cursor: auto;
    border: none;
    color: #282828;
    border-bottom: 1px solid #d1d1d1;
    outline: 0;
    background: 0 0;
    width: 100%;
    padding: 1.7rem;
    border-radius: 5px;
    border: solid 1px #c9c9c9;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
}
.login-otp-wrap .il-input-block.error-border input {
    border-bottom: 1px solid #fc9494;
}
.login-otp-wrap .il-ripple-bar.error-border:after {
    border-bottom: 1px solid #fc9494;
}
.login-otp-wrap .il-input-block.focus label {
    font-size: 1.6rem;
    top: -22px;
}
.login-otp-wrap .il-input-block.rupeeimg.focus:before {
    content: "\20b9";
    position: absolute;
    font-size: 2rem;
    top: 5px;
}
.login-otp-wrap .il-input-block .note a {
    font-weight: 300;
    font-size: 1.2rem;
    color: #e3cf7d;
    padding-top: 10px;
    display: inline-block;
    text-decoration: none;
    padding-right: 5px;
}
.login-otp-wrap .il-input-block.rupeeimg input {
    padding-left: 2rem;
}
.login-otp-wrap .il-input-block label {
    cursor: auto;
    display: inline-flex;
    font-size: 1.6rem;
    color: #d1d1d1;
    font-weight: 400;
    position: absolute;
    top: 16px;
    left: 17px;
    transition: 0.3s ease;
    color: #838383;
    background: #fff;
}
.login-otp-wrap .il-input-block.focus label {
    font-size: 1.2rem;
    top: -7px;
    line-height: 15.06px;
    font-weight: 600;
    padding: 0 5px;
    margin-left: -4px;
}
.login-otp-wrap .il-input-block.onFocused label {
    color: #ec6625;
}
.login-otp-wrap .il-ripple-bar input {
    cursor: auto;
    border: none;
    color: #282828;
    border-bottom: 1px solid #d1d1d1;
    font-size: 1.4rem;
    z-index: 2;
    width: 100%;
    height: 35px;
    margin-top: 1rem;
    outline: 0;
    background: 0 0;
}
.login-otp-wrap span.il-error {
    font-size: 1.2rem;
    color: #e71a1a;
    display: block;
}
.login-otp-wrap .il-ripple-bar.focus:after {
    transform: scaleX(1);
}
.login-otp-wrap .bg-blue .il-input-block.onFocused label {
    color: #01b4bb;
}
.login-otp-wrap .bg-blue .il-ripple-bar.onFocused:after {
    background: #01b4bb;
}
.il-overlayN {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity 0.2s;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}
.il-overlayN.active {
    visibility: visible;
    opacity: 1;
    overflow: auto;
    z-index: 100000;
    height: 100%;
    width: 100%;
}
.il-overlayN .cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default;
}
.il-overlayN.showMsg,
.il-overlayN:target {
    visibility: visible;
    opacity: 1;
}
.il-overlayNew.active {
    z-index: 1000000;
}
.il-popup {
    margin: 7.5rem auto;
    border-radius: 2rem;
    position: relative;
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    text-align: center;
    overflow: hidden;
    padding: 4rem 3rem;
}
.il-popup.light {
    max-width: 475px;
    width: 100%;
    opacity: 1;
}
.il-popup .close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 3rem;
    height: 3rem;
    z-index: 2;
    transition: 0.5s;
    border: 1px solid #f0efee;
    border-radius: 5px;
}
.il-popup .close:before {
    transform: rotate(45deg);
}
.il-popup .close:after {
    transform: rotate(-45deg);
}
.il-popup .close:after,
.il-popup .close:before {
    position: absolute;
    left: 13px;
    top: 6px;
    content: " ";
    height: 1.5rem;
    width: 0.2rem;
    background-color: #575757;
}
.il-popup .close:hover {
    opacity: 1;
}
.il-content {
    width: 100%;
}
.il-login-mobile {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
.login-otp-wrap h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #282828;
    margin: 0;
}
.login-otp-wrap p {
    font-size: 1.4rem;
}
.customMscroll {
    width: 100%;
    height: 60rem;
}
.il-login-otp-block {
    display: none;
    width: 100%;
    margin: 0 auto;
}
.il-login-otp-block img {
    margin-bottom: 2rem;
}
.login-otp-wrap .otp-sent p {
    font-size: 1.4rem;
    color: #282828;
}
.login-otp-wrap .otp-sent p span {
    font-weight: 600;
    padding: 0 0.5rem;
}
.login-otp-wrap .il-link {
    font-weight: 700;
    font-size: 1.4rem;
    color: #ec6625;
    text-decoration: underline;
}
.login-otp-wrap .otp-verification {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
.js-il-popup-body.active {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-name: anim-open;
}
.login-otp-wrap .otp-container {
    display: inline-block;
    position: relative;
    margin: 2rem 0 0;
}
.login-otp-wrap h3 {
    font-size: 1.8rem;
    font-weight: 600;
    padding-bottom: 1rem;
}
.otp-verification p {
    font-size: 1.6rem;
    font-weight: 500;
    color: #282828;
}
.login-otp-wrap .email-contact-detail span {
    margin-right: 2rem;
    border-right: 1px solid #5a5a5a;
    padding-right: 2rem;
}
.login-otp-wrap .email-contact-detail span:last-child {
    border: none;
}
.login-otp-wrap .otpInner.otp-container h3 {
    font-size: 2rem;
    font-weight: 300;
}
.login-otp-wrap .otpblock-buttons {
    padding: 3rem 0;
    font-weight: 500;
}
.login-otp-wrap .otpblock-buttons span {
    padding: 0 5rem;
}
.login-otp-wrap .otpblock-buttons span:before {
    content: "";
    width: 15px;
    height: 1px;
    display: inline-block;
    background: #282828;
    margin-right: 0.5rem;
    vertical-align: middle;
}
.login-otp-wrap .otpblock-buttons span:after {
    content: "";
    width: 15px;
    height: 1px;
    display: inline-block;
    background: #282828;
    margin-left: 0.5rem;
    vertical-align: middle;
}
a.otp-login,
a.cont-guest {
    border-bottom: 1px solid;
    text-decoration: none;
}
.login-otp-wrap .otp-container .otp-number-input {
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    width: 48px;
    height: 50px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #282828;
    text-align: center;
}
input#otp-number-input-A {
    margin: 0;
}
.otpInner.otp-container a {
    display: inline-block;
    text-align: right;
}
a.resend-otp {
    font-size: 1.4rem;
    text-decoration: underline;
}
.otpInner.otp-container a.resend-otp:before {
    content: "";
    width: 19px;
    height: 17px;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 2.5rem;
    vertical-align: middle;
}
.login-details {
    display: none;
    width: 100%;
}
.il-btn {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding-top: 2rem;
}
.login-otp-wrap .il-input-block {
    width: 100%;
    display: inline-block;
    max-width: 100%;
}
.il-input-block.onFocused input {
    border: 2px solid #ec6625;
}
.login-details .il-input-block:nth-child(3) {
    margin-right: 0;
}
a.forgot-pass {
    font-size: 1.2rem;
    text-align: right;
    display: inline-block;
    padding: 1rem 0 0;
    float: right;
    border-bottom: 1px solid;
    text-decoration: none;
}
.resetpassword-mesg p {
    font-size: 1.6rem;
    padding-bottom: 5rem;
}
.resetpassword-mesg span {
    font-size: 1.6rem;
    font-weight: 600;
}
.reset-password {
    display: none;
    width: 100%;
}
.reset-password .il-input-block:nth-child(4) {
    margin-right: 0;
}
.reset-password h3 {
    padding: 0;
}
.reset-password p {
    font-weight: 600;
    padding-bottom: 3rem;
}
.ui-widget-il-content {
    height: auto;
}
img.ui-datepicker-trigger {
    position: absolute;
    right: 15px;
    top: 17px;
}
.login-otp-wrap .resetpassword-mesg {
    display: none;
}
.login-otp-wrap .otpblock-buttons.ab-position {
    position: absolute;
    right: 60px;
    bottom: 35px;
}
.login-otp-wrap a.otp-login {
    border-bottom: 1px solid;
    text-decoration: none;
    color: #fe6625;
}
.login-otp-wrap a.il-btn-primary {
    background: #ec6625;
    width: 100%;
    display: block;
    text-align: center;
    padding: 1.5rem 0;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 500;
}
.login-otp-wrap a.il-btn-primary:hover {
    color: #fff;
    background: #fd7b20;
}
.login-otp-wrap .btn-white:hover {
    background: #fe6625;
    color: #fff !important;
}
.login-otp-wrap .btn-disable {
    background: #00556d;
    color: #80aab6;
    pointer-events: none;
}
.bg-blue a.btn-disable {
    color: #80aab6;
}
.login-otp-wrap .il-btn-orange.btn-small {
    padding: 0.6rem 1.4em;
    font-size: 1.4rem;
    color: #fff;
}
.login-otp-wrap .il-btn-orange:hover {
    color: #fff;
}
.login-otp-wrap .il-btn-orange:hover:after {
    opacity: 1;
    animation: fx-mask 0.3s ease-out;
}
.login-otp-wrap .il-btn-orange:focus {
    color: #fff;
}
.btn-blue {
    background: #003d59;
}
.login-otp-wrap .btn-border:hover {
    border: 1px solid rgba(223, 190, 106, 0);
    color: #fff;
    background-position: 99% 50%;
}
.login-otp-wrap a.il-btn-disable {
    background: #c9c9c9;
    color: #fff;
    pointer-events: none;
}
.login-otp-wrap .otp-container .otp-number-input:focus-visible {
    border-color: #c9c9c9;
    outline: #c9c9c9;
}
a#btnLoginmob {
    margin: 3rem 0;
}
.create-account-link,
.login-mobile-link {
    text-align: center;
    margin-top: 4rem;
}
.il-create-account {
    display: none;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.login-otp-wrap .il-input-block.filled label {
    color: #c9c9c9;
}
.login-otp-wrap .il-input-block.il-dob-block.dob-form-block {
    width: 100%;
    height: 56px;
}
.login-otp-wrap .il-input-block.il-mobile-block {
    width: 100%;
}
.login-otp-wrap .choice-radio-block {
    padding: 0 0 2rem;
    position: relative;
}
.login-otp-wrap .choice-radio-block .radioButtons {
    display: inline-block;
    float: none;
}
.login-otp-wrap .radio {
    margin: 0.5rem;
    display: inline-block;
    margin-left: 0;
}
.login-otp-wrap .radio input[type="radio"] + .radio-label:before {
    content: "";
    background: 0 0;
    background-color: transparent;
    border-radius: 100%;
    border: 1px solid #fff;
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    position: relative;
    top: 0;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 0.25s ease;
}
.login-otp-wrap .radio input[type="radio"]:checked + .radio-label:before {
    background-color: #fff;
    box-shadow: inset 0 0 0 5px #fff;
}
.login-otp-wrap .choice-radio-block {
    padding: 0 0 1rem;
}
.choice-radio-block.no-br,
.choice-radio-block:last-child {
    border-bottom: 0;
}
.login-otp-wrap .radio {
    margin: 0.5rem;
    display: inline-block;
    margin-left: 0;
    margin-right: 3rem;
}
.login-otp-wrap .radio:last-child {
    margin-right: 0;
}
.login-otp-wrap .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.login-otp-wrap .radio label {
    font-size: 1.8rem;
    font-weight: 400;
    font-weight: 200;
}
.login-otp-wrap .radio input[type="radio"] + .radio-label:before {
    content: "";
    background: 0 0;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #838383;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    position: relative;
    top: 0;
    margin-right: 1rem;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 0.25s ease;
}
.login-otp-wrap .radio input[type="radio"]:checked + .radio-label:before {
    background-color: #f26624;
    border-color: #f26624;
    box-shadow: inset 0 0 0 4px #fff;
}
.login-otp-wrap radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.login-otp-wrap .choice-radio-block h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #6c6c6c;
    display: block;
}
.login-otp-wrap .radio label {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: normal;
}
.login-otp-wrap .checkBoxsmall {
    padding: 1rem 0;
    width: 100%;
    position: relative;
}
.login-otp-wrap .input-check + label:before {
    content: "";
    margin-right: 1rem;
    display: inline-flex;
    vertical-align: text-top;
    width: 1.6rem;
    height: 1.6rem;
    background-color: #fff;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6dcdc;
    border-image: initial;
}
.login-otp-wrap .checkBoxsmall .input-check + label:before {
    width: 1.8rem;
    height: 1.8rem;
}
.login-otp-wrap .checkBoxsmall .input-check:checked + label:after {
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    bottom: 6px;
    left: 6px;
    top: 3px;
}
.login-otp-wrap .checkBoxsmall .input-check:checked + label:before {
    background: #f26624;
    border: solid #f26624;
}
.login-otp-wrap .checkBoxsmall label a {
    font-size: 1.3rem;
    color: #575757;
    font-weight: 500;
}
.login-otp-wrap .il-input-block.focus-line input {
    border: 2px solid #f26624;
}
.login-otp-wrap .il-input-block.focus-line label {
    color: #f26624;
}
.login-otp-wrap .il-flex {
    display: flex;
}
.login-otp-wrap .dob-form-block.il-input-block,
.login-otp-wrap .dob-form-block.il-input-block.active {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    color: #282828;
    font-size: 16px;
    font-weight: 500;
}
.login-otp-wrap .dob-form-block.il-input-block {
    position: relative;
}
.login-otp-wrap .dob-form-block.il-input-block label,
.login-otp-wrap .dob-form-block.il-input-block.error label {
    font-size: 1.2rem;
    margin-top: -1rem;
    margin-left: -5px;
    top: 0;
}
.login-otp-wrap .dob-form-block.il-input-block label {
    cursor: auto;
    display: inline-flex;
    font-size: 1.2rem;
    color: #838383;
    font-weight: 600;
    position: absolute;
    transition: 0.3s ease;
    padding: 0 5px;
    background: #fff;
    font-family: Mulish;
    left: 1.5rem;
    max-width: 100%;
    margin-bottom: 5px;
    top: 0;
}
.login-otp-wrap .dob-form-block.il-input-block input {
    width: 100%;
    margin: 0 0 39px;
    padding: 15px 100px 15px 15px;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    color: #282828;
    font-size: 16px;
    font-weight: 600;
}
.login-otp-wrap .dob-form-block.il-input-block input {
    width: 25% !important;
    margin: 0;
    padding: 1.6rem 0;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: #fff;
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.login-otp-wrap .dob-form-block.il-input-block input.day,
.login-otp-wrap .dob-form-block.il-input-block input.months {
    width: 22% !important;
}
.login-otp-wrap .dob-form-block.il-input-block span {
    color: #b2b2b2;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0 6px;
    left: -6px;
}
.login-otp-wrap .dob-form-block.il-input-block span.il-error {
    font-size: 1.2rem;
    color: #e71a1a;
    display: block;
    margin: 2px 0 0;
}
.login-otp-wrap .dob-form-block.il-input-block:hover {
    border: 1px solid #282828;
}
.login-otp-wrap .dob-form-block.onFocused.il-input-block {
    border: 2px solid #ec6625;
}
.login-otp-wrap .dob-form-block.onFocused.il-input-block label {
    color: #ec6625;
}
@media (max-width: 767px) {
    .login-otp-wrap .otp-container .otp-number-input {
        width: 42px;
    }
    .il-input-block.il-dob-block {
        width: 100%;
    }
    .il-input-block.il-mobile-block {
        width: 100%;
        margin-left: 0;
    }
}
.login-otp-wrap span.il-error {
    position: static;
}
.login-otp-wrap p {
    padding: 1rem 0 2rem;
}
.login-otp-wrap .il-input-block.dob-form-block {
    min-width: auto;
}
.login-otp-wrap .il-input-block,
.login-otp-wrap .il-input-block.dob-form-block {
    margin-bottom: 3rem;
    width: 100%;
    margin-left: 0;
}
.login-otp-wrap .il-flex {
    display: flex;
    gap: 20px;
}
.login-otp-wrap .checkBoxsmall .input-check + label {
    color: #575757;
    font-weight: 500;
    font-size: 1.4rem;
}
.login-otp-wrap .checkBoxsmall label a {
    font-size: 1.4rem;
    color: #575757;
    font-weight: 500;
    text-decoration: underline;
    position: relative;
    z-index: 2;
}
.login-otp-wrap .checkBoxsmall .il-error {
    color: #e71a1a;
    display: block;
}
.login-otp-wrap .create-account-link,
.login-otp-wrap .login-mobile-link {
    margin-top: 3rem;
}
.login-otp-wrap .login-mobile-link p,
.login-otp-wrap .create-account-link p {
    padding-bottom: 0;
}
#il-login-otp .close {
    cursor: pointer;
    opacity: 1;
}
@media (max-width: 767px) {
    .il-popup.light {
        max-width: 95%;
    }
}
@media (max-width: 767px) {
    .login-otp-wrap .il-flex {
        flex-wrap: wrap;
    }
    .il-input-block.dob-form-block.il-dob-block {
        margin-bottom: 3.5rem;
    }
    .login-otp-wrap .il-flex {
        flex-wrap: wrap;
        gap: 0;
    }
}
@media (max-width: 480px) {
    .login-otp-wrap .otp-container .otp-number-input {
        width: 35px;
        height: 40px;
    }
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
