*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}
.page-cont{
    width: 1022px;
    display: flex;
    align-items: center;
    margin: auto;
}
.mr-3{
    margin-right: 8px !important;
}
.mr-4{
    margin-right: 12px !important;
}
.mb-5{
    margin-bottom: 15px !important;
}
a{
    text-decoration: none;
    color: #1A204B
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    padding-right: 15px;
    padding-left: 15px;
}
@keyframes bubble {
    0% {
        transform: scale(1);
    }
    33% {
        transform: scale(0.8);
    }
    67% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.7);
        opacity: 0;
    }
}
header{
    height: 74px;
    background: #fdfdfd;
    position: fixed;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 15;
}
header .head-nav{
    display: flex;
    align-items: center;
}
header .left-side{
    display: flex;
    align-items: center;
}
header .right-side{
    margin-left: auto;
    display: flex;
    align-items: center;
}
header .nav-menu{
    margin-right: 42px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
header .menu-name{
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #1A204B
}
header .drop-menu{
    width: 25px;
    height: 25px;
    min-width: 25px;
    position: relative;
}
header .drop-menu svg{
    cursor: pointer;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 5;
}
header .drop-menu svg:last-child{
    opacity: 0;
    transform: scale(0.7);
    left: -3px;
    top: 2px;
    width: 22px;
}
header .drop-menu.opened svg:first-child{
    visibility: hidden;
    animation: bubble 0.7s ease 1;
    -webkit-animation:  bubble 0.7s ease 1;
    transition-delay: 0.7s;
}
header .drop-menu.opened svg:last-child{
    opacity: 1;
    transition: all 0.5s ease 0.6s;
    transform: scale(1);
}
header .logo-text{
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    color: #1A204B;
    font-weight: 700;
    letter-spacing: -0.19px;
    margin-right: 51px;
    cursor: pointer;
}
.float-menu-bg{
    position: fixed;
    width: 100%;
    height: calc(100% - 74px);
    top: 74px;
    background: rgba(26, 32, 75, 0.2);
    z-index: -5;
    opacity: 0;
    transition: all 0.6s ease 0.3s;
}
.float-menu-bg.show{
    opacity: 1;
    z-index: 8;
}
.float-menu{
    position: fixed;
    top: 74px;
    left: 0;
    width: 100%;
    height: 208px;
    background: #f1f4f8;
    z-index: 8;
    transform: translateY(-110%);
    transition: all 0.6s ease 0.3s;
    overflow: hidden;
}
.float-menu .float-inner{
    width: 1022px;
    margin: auto;
    padding-left: 86px;
    display: flex;
}
.float-menu .inn-sec{
    width: 25%;
    min-width: 25%;
    padding: 32px 0 32px 40px;
    border-right: 1px solid rgba(198, 202, 213, 0.4);
}
.float-menu .sub-menu{
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    line-height: 18px;
    color: #1A204B;
    margin: 0 0 12px 36px;
    width: 100%;
    cursor: pointer;
}
.float-menu .kyc-tag{
    padding: 4px 8px;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    border-radius: 12px;
    color: #ffffff;
    background: #44cbb2;
    display: inline-flex;
    margin-left: 24px;
}
.float-menu .menu-item{
    cursor: pointer;
    margin-bottom: 32px;
}
.float-menu .menu-name{
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #1A204B;
    line-height: 24px;
}
.float-menu .single-menu{
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(-20px);
}
.float-menu .single-menu.delay-one{
    transition-delay: 0.6s !important;
}
.float-menu .single-menu.delay-two{
    transition-delay: 0.7s !important;
}
.float-menu .single-menu.delay-three{
    transition-delay: 0.8s !important;
}
.float-menu.open{
    transform: translateY(0);
}
.float-menu.open .float-inner .inn-sec .single-menu{
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease;
}
.login-wrap{
    background: linear-gradient(117deg, #cac6ed -32%, #d8f3f2 96%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 134px);
    margin-top: 74px;
}
.login-inner{
    display: flex;
    height: 380px;
    width: 800px;
    box-shadow: 0 22px 37px 0 rgba(18, 34, 50, 0.08);
    background-color: #f1f4f8;
    border-radius: 12px;
    overflow: hidden;
}
.login-inner .left{
    width: 380px;
    min-width: 380px;
    background: linear-gradient(140deg, #d8ecfb 44%, #9abcec 97%);
    padding: 32px 40px 40px;
}
.login-inner .left-text{
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #1A204B;
    margin-top: 20px;
}
.login-inner .right{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 380px);
    padding: 22px 68px 22px 40px;
}
.login-inner .right label{
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    line-height: 22px;
    font-weight: 600;
    color: #1A204B;
    margin-bottom: 24px;
    display: inline-block;
}
.login-inner .right input{
    width: 100%;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    padding: 17px 24px;
    color: #122232;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 15px 12px 0 rgba(18, 34, 50, 0.08);
    background-color: #fff;
}
.login-inner .right input:focus, .login-inner .right input:focus-visible{
    outline: 1px #1bbac8 solid;
    outline-offset: 1px;
}
footer{
    /* padding: 50px 0 100px; */
    padding: 0 0 60px;
    background: #1f2130 url(https://nimbusdev.northernarc.com/images/footer_banner.png) no-repeat center top;
    background-size: contain;
    position: relative;
}
footer .wrap-lg{
    width: 1022px;
    margin: auto;
}
.foot-main{
    display: flex;
}
.foot-main .one{
    width: 240px;
    min-width: 240px;
}
.foot-main .two{
    width: 391px;
    min-width: 391px;
}
.foot-main .three{
    width: 238px;
    min-width: 238px;
}
.foot-main .four{
    width: 153px;
    min-width: 153px;
}
.foot-main .foot-title{
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: -0.19px;
    color: #ffffff;
    margin-bottom: 17px;
}
.foot-main .foot-title.color{
    color: #1bbac8;
}
.foot-main .quick-link{
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 22px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    display: inline-flex;
}
.foot-main .quick-link:hover{
    color: #ffffff;
}
.foot-main .social-media{
    display: flex;
    align-items: center;
}
.foot-main .social-media a{
    margin-right: 25px;
}
.foot-main .social-media a:last-child{
    margin-right: 0;
}
.foot-main .social-media a:hover svg *{
    opacity: 1 !important;
}
.foot-bot{
    width: 100%;
    height: 60px;
    background: #242637;
    padding: 16px 0 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}
.foot-bot .bot-inner{
    display: flex;
    align-items: center;
}
.foot-bot .bot-inner *{
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
    color: #ffffff;
}
.foot-bot .bot-inner a{
    color: #1bbac8;
}
.foot-bot .bot-inner .right{
    margin-left: auto;
}
/* B2C Styles */
#api .intro, #api .divider, #api .create, #ChangePhoneNumber{
    display: none;
}
#api .buttons{
    display: flex;
}
#api .buttons button{
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 8px;
    background: linear-gradient(-6deg , #36b4ff 10%, #6ed98c 140%);
    color: #ffffff;
    border: 0;
    min-width: 100px;
    letter-spacing: -0.18px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
}
#api .buttons button:hover, #api .buttons button:focus{
    outline: none;
    box-shadow: 0 14px 10px -4px rgb(71 191 220 / 40%);
    border: 0;
    color: #ffffff;
}
#api .buttons #continue{
    order: 2;
}
#api .buttons #cancel{
    margin-right: 20px;
    background: transparent;
    color: #1bbac8;
    border: 2px solid #1bbac8;
    order: 1;
}
#api #claimVerificationServerError{
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    line-height: 20px;
    color: #f97e7e;
    font-weight: 500;
}
#api #verifying_blurb{
    margin-top: 15px;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    line-height: 18px;
    color: #1A204B
}
#api .DropdownSingleSelect{
    display: none;
}
#api li{
    list-style: none;
}
#api .attrEntry{
    margin-bottom: 20px;
}
#api .helpLink{
    display: none;
}

/* @media(max-width:768px){
    header{
        height: 55px;
    }
    .page-cont{
        width: 100%;
        padding: 0 24px;
    }
    .login-wrap{
        padding: 24px;
        margin-top: 60px;
        overflow-y: auto;
        height: auto;
        align-items: flex-start;
    }
    .login-inner{
        height: auto;
        width: 100%;
        display: initial;
    }
    .login-inner .left{
        width: 100%;
        min-width: initial;
        padding: 20px;
        text-align: center;
    }
    .login-inner .left img{
        max-width: 200px;
        margin: auto;
    }
    .login-inner .right{
        width: 100%;
        padding: 24px;
    }
    .login-inner .right label{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .login-inner .right input{
        padding: 15px 20px;
        font-size: 13px;
    }
    #api{
        width: 100%;
    }
    #api .buttons button{
        padding: 12px 18px;
        font-size: 12px;
    }
    #api .buttons #cancel{
        margin-left: 0;
    }
    footer .wrap-lg{
        width: 100%;
    }
    .foot-bot{
        height: 60px;
        padding: 10px 24px;
    }
    .foot-bot .bot-inner *{
        font-size: 11px;
        line-height: 18px;
    }
} */
.main-text, .info-text , .tandc-text, .error-text, .login-body  label{
    user-select: none !important;
    -webkit-user-select: none !important; /* Safari */
    -ms-user-select: none !important;
}
body{
    overflow: hidden;
}
a{
    text-decoration: none;
    color: #1A204B
}
.login-container{
    background: #F1F4F8;
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100vh;
    width: 100%;
    padding: 20px;
    align-items: flex-start;
    overflow-y: auto !important;
}
.login-body{
    /*height: 100%;*/
    width: 100%;
    padding-top: 90px;
    padding-bottom: 50px !important;
}
.login-body {
    width: 100%;
}
.login-body  .main-text{
    font-size: 24px;
    font-family: 'PT Serif', serif;
    line-height: 32px;
    color: #1A204B;
    font-weight: 700;
    margin-bottom: 12px;
}
.login-body  .main-text .brand-img{
    position: relative;
    top: -8px;
    z-index: 3;
}
.login-body  .brand-img{
    position: relative;
    top: -10px;
    z-index: 5;
}
.login-body  .info-text{
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
    color: #484D6F;
    font-weight: 500;
    margin-bottom: 32px;
}
.login-body  .info-text .bold-text{
    font-weight: 700;
    color: #1BBAC8;
}
.login-body  .tandc-text{
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    line-height: 22px;
    font-weight: 500;
}
.login-body  .tandc-text .link{
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}
.login-body  label{
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    line-height: 34px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    display: inline-block;
}

/* Loader */
.cus-loader{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 30;
    background-color: #1A204B;
    left: 0;
    top: 0;
    
    /*background: #1A204B url(https://nimbus.northernarc.com/retail/images/dot_loader.gif) no-repeat;
    background-position: center center;
    background: #EFF7FE url(https://nimbus.northernarc.com/retail/images/retail_login_bg_2.png) no-repeat;
    background-position: right top;*/
	display: flex;
	align-items: center;
	justify-content: center;
}
.cus-loader .loader-inner{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none !important;
}
.cus-loader .loader-inner .cir-one{
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #10D7EE;
    width: 75px;
    height: 75px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    position: absolute;
    z-index: 35;
    transform: translate(-50%, -50%);
}
.cus-loader .loader-inner .cir-two{
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #10D7EE;
    width: 55px;
    height: 55px;
    -webkit-animation: spinReverse 1s linear infinite;
    animation: spinReverse 1s linear infinite;
    position: absolute;
    z-index: 36;
    transform: translate(-50%, -50%);
}

/* Checkbox */
.checkbox-cs label {
    font-weight: 600;
    line-height: 26px;
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    transition: .3s;
}
.checkbox-cs label::after {
    position: absolute;
    content: '';
    /*background: url(https://nimbus.northernarc.com/retail/images/retail_normal.svg) no-repeat;*/
    background: #fff;
    border: solid 1px #dde2e3;
    background-position: center;
    width: 20px;
    height: 20px;
    left: 0px;
    top: -6px;
    transition: all .3s;
    border-radius: 3px;
}
.checkbox-cs input[type=checkbox], input[type=radio]{
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: .3s;
    width: 0;
    height: 0;
}
.checkbox-cs .input-check:checked~label::after {
    background: url(https://nimbus.northernarc.com/retail/images/retail_checked.svg) no-repeat;
    background-position: center;
    border: 0;
}
.dis-flx{
    display: flex;
}
.login-body  .continue{
    width: 100%;
    z-index: 10;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    border-radius: 60px;
    padding: 19px;
    background: url(https://nimbus.northernarc.com/altifi/images/right_arrow.png) no-repeat, linear-gradient(118.55deg, #6ED98C -64.06%, #36B4FF 91.21%);
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    overflow:hidden;
    height: 54px;
    background-position: 90%;
}
.login-body .continue img{
    position: relative;
    top:-48px;
    height:120px;
    z-index: 10;
}
.login-body  .continue.disabled{
    background: #A3A6B7 url(https://nimbus.northernarc.com/altifi/images/right_arrow.png) no-repeat;
    background-position: 96% center;
    border: 0;
    pointer-events: none;
}
.login-body  .continue.loader-active{
    background: linear-gradient(118.55deg, #6ED98C -64.06%, #36B4FF 91.21%) !important;
}
.login-body  .cus-input{
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding: 13px 16px;
    color: #1A204B;
    border: 0;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 25px;
    box-shadow: 0px 15px 20px rgba(55, 180, 254, 0.16);
}

.login-body .input-outer .cus-input:focus{
    outline: 0 !important;
    border: 1px solid #1BBAC8;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-webkit-keyframes spinReverse {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(-360deg); }
}
@keyframes spinReverse {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}
.resend-code-section  .resend{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    color: #545E65;
    margin-bottom: 8px;
}
.resend-code-section .resend-btn{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    color: #1A204B;
    border: 1px solid #1A204B;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    
    padding: 0;
    border-radius: 0;
    border-width: 0 0 1px 0;
}

.resend-arrow{
    margin-left: 13px;
}
.resend-code-section  .resend .count{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    color: #10D7EE;
}
.count-prefix{
	color: #10D7EE;
	font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
}
.resend-code-section  .resend-bar{
    z-index: 6;
}
.resend-code-section  .resend-bar .inner{
    height: 3px;
    position: relative;
    border-radius: 10px;
    background-color: #545E65;
    width: 133px;
}
.resend-code-section  .resend-bar .inner .overlap{
    position: absolute;
    height: 3px;
    border-radius: 10px;
    background-color: #10D7EE;
    width: 100%;
    transition: width 30s ease;
}
.resend-code-section  .resend-bar .inner .overlap.started{
    width: 0 !important;
}
.resend-code-section .sendNewCode{
    color: #EAEBEB;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    background: none;
    text-transform: initial;
    padding: 0;
    border-radius: 0;
    letter-spacing: initial;
    min-width: initial;
}
.login-body .info-text.error-text{
	color: red;
	margin-bottom: 10px;
}
.login-body .info-text.label-text{
	margin-bottom: 12px;
}
.login-body .input-outer{
	position: relative;
	width: 100%;
}
.login-body .input-outer .cus-input{
	padding-left: 73px;
	padding-right: 40px;
}
.login-body .input-outer .count{
    position: absolute;
    right: 20px;
    z-index: 4;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 15px;
    top: 18px;
    color: #878D92;
}
.input-outer.before-otp:after {
    display: inline-block;
    width: 1px;
    height: 25px;
    background: #DDE2E3;
    border-radius: 3px;
    position: absolute;
    left: 60px;
    top: 12px;
    z-index: 4;
    content: '';
}
.login-body .input-outer::before {
	content: '+91';
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 16px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	line-height: 24px;
	color: #878D92;
	position: absolute;
	left: 16px;
	top: 13px;
	z-index: 4;
}
.otp-validate-section{
	display: flex;
	justify-content: space-between;
}
.otp-validate-section input{
  text-align:center;
  padding: 16px 0px !important;
  margin-right: 12px;
}
.otp-validate-section input.last{
	margin-right: 0 !important;
}
.cus-model-outer{ 
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 20;
	left: 0;
	top: 0;
}
.cus-model{
	position: fixed;
	width: 90%;
	height: 90%;
	z-index: 25;
	left: 5%;
	top: 5%;
	overflow-y: auto;
}
.cus-model-inner{
	background: #ffffff;
	border-radius: 12px;
	position: relative;
	padding: 30px;
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
}
.cus-model-inner .close-model{
	position: absolute;
	right: 13px;
	top: 13px;
	cursor: pointer;
	z-index: 4;
}
.cus-model-inner *{
	color: #1A204B;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	font-family: 'Inter', sans-serif;
}
.login-body .continue{
	/* position: fixed; */
}
/*.after-otp.otp-validate-section input:not(:first-child):not(:last-child) {
    pointer-events: none;
}*/
.otp-validate-section input{
  padding: 18px 0 !important;
  height: 60px;
  box-shadow: none !important;
  font-size: 24px !important;
}
.otp-validate-section input:focus-visible, .otp-validate-section input:focus {
  outline-color: #10D7EE !important;
}
.login-body .info-text.label-text {
  font-size: 14px;
  font-weight: 600;
}
.login-body .continue{
  border: 0 !important;
  height: 56px;
}
/* Custom Loader */
.dot-loader{
    display: flex;
    align-items: center;
}
.dot-loader .dot{
    display: inline-flex;
    width: 6px;
    min-width: 6px;
    height: 6px;
    background-color: #10D7EE;
    border-radius: 100%;
    margin-right: 6px;
    animation: ballUpDowm 1.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.dot-loader .dot:last-child{
    margin-right: 0;
}
.dot-loader .dot.two{
    animation-delay: 0.07s;
}
.dot-loader .dot.three{
    animation-delay: 0.14s;
}
.dot-loader .dot.four{
    animation-delay: 0.21s;
}

/* Large Loader */
.dot-loader.large .dot{
    width: 12px;
    height: 12px;
    min-width: 12px;
    margin-right: 12px;
}
.dot-loader.large .dot:last-child {
    margin-right: 0;
}

@keyframes ballUpDowm {
    0% {
        transform: scale(0) translateY(0);
        opacity: 0;
    }
    20% {
        transform: scale(1) translateY(-20px);
        opacity: 1;
    }
    50% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
    75% {
        transform: scale(1) translateY(-20px);
        opacity: 1;
    }
    100% {
        transform: scale(0) translateY(0);
        opacity: 0;
    }
}

.login-body .before-otp{
    display: none;
}

@media(max-width:768px){
    .login-container{
        display: flex;
    }
    .login-wrap{
        display: none !important;
    }
    header, footer{
        display: none;
    }
    .page-cont{
        width: 100%;
        padding: 0 24px;
    }
}