@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mainContainer{
    background-image: url("../images/web-bg.png");
    background-size: cover;
    width: 100%;
    background-repeat: repeat-y;
    /* height: 100vh; */
    overflow-y: hidden;
}
.main-body{
    max-width: 1440px;
    width: 100%;
    margin: auto;
}
.main-body2{
    background-image: url("../images/web-bg2.png");
    background-size: cover;
    width: 100%;
    background-repeat: repeat-y;
    overflow-y: hidden;
}
.buddy-logo{
    width: 100%;
    max-width: 222px;
}
.logo-main{
    width: 100%;
    padding: 45px 100px;
}
.logo-main-form{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}
.head-text-body{
    width: 100%;
    max-width: 800px;
}
.text1{
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
}
.text2{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
}
.head-text2{
    border-top: 1px solid #FFFFFF;
    width: 100%;
    max-width: 540px;
    margin: auto;
}
.text3 li{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 400;
}
.li-body{
    width: 100%;
    max-width: 630px;
    margin: auto;
    margin-top: 50px;
}
.mob-input{
    flex-direction: column;
    width: 50%;
    margin-left: 85px;
    margin-top: 50px;
}
.mob-input1{
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-left: 85px;
    margin-top: 15px;
}
.loan-jorney-label{
    color: #FFFFFF;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.input-field{
    background-color: #E9E9E9;
    width: 100%;
    max-width: 400px;
    border: 0px;
    border-radius: 6px;
    padding: 10px;
    font-size: 15px;
    display: block;
}
.input-field {
    outline: none !important;
    border: none;
}
.btn-class{
    font-size: 21px;
    font-weight: 400;
    background-color: #BEE8FF;
    border: 0.5px solid #0C174F;
    border-radius: 15px;
    padding: 4px 20px;
    margin: auto;
}
.btn1{
    width: 65%;
    margin-top: 30px;
    display: flex
}
.terms-class{
    width: 100%;
    max-width: 630px;
    margin: auto;
    margin-top: 50px;
}
.text4{
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 500;
}
.text5{
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #3B3B3B;
    font-weight: 500;
}
.container-body{
    width: 100%;
}
.container-body{
    background-color: #FFF;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    margin-top: 50px;
    padding: 35px 15px;
    border-radius: 45px;
    margin-bottom: 50px;
}
.sec-1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 13px;
}
.name-sec{
    width: 100%;
    max-width: 450px;
}
.pandob-sec{
    width: 100%;
    max-width: 450px;
}
.pandob-sec{
    width: 100%;
    max-width: 450px;
}
.sec-2{
    margin-bottom: 20px;
}
.sal-fileds{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.inner-body{
    background-color: #ffff;
    width: 100%;
    max-width: 490px;
    margin: auto;
    padding: 10px 20px;
    border-radius: 7px;
}
#some_div {
    position: absolute;
    top: 36px;
    right: 15px;
    color: rgb(209, 49, 49);
    font-size: 12px;
}
.input-field2{
    padding: 5px 10px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16), 0px 3px 6px 0px rgba(0,0,0,0.23);
    border: 0px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #F7F7F7;
}
.otp-iuput{
    display: none;
    position: relative;
}
.otp-status{
    color: #C60C0C;
    font-weight: 600;
    float: right;
    font-size: 12px;
}
.dob_wrapper {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16), 0px 3px 6px 0px rgba(0,0,0,0.23);
    border: 0px;
    background-color: #F7F7F7;
}
.dob_wrapper input {
    padding-top: 0 !important;
    width: 30px;
    position: relative;
    border: none;
    border-radius: 5px;
    background-color: transparent !important;
    height: 30px !important;
    font-size: 15px;
    margin: auto;
}
.error{
    padding-top: 7px;
}
.dob_wrapper input:focus-visible{
    border: none !important;
    outline: none !important;
}
.input-field2:focus-visible{
    border: none !important;
    outline: none !important;
}
.dob_wrapper span {
    left: 60px;
    font-size: 16px;
    top: 32px;
}
.dob_wrapper input:nth-child(1){
    margin-left: 10px;
}
.dob_wrapper input:nth-child(3) {
    width: 35px;
}
.dob_wrapper input:last-child {
    width: 72px;
}
.select2-container--default .select2-selection--single {
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16), 0px 3px 6px 0px rgba(0,0,0,0.23);
    border: 0px;
    border-radius: 5px;
    background-color: #F7F7F7;
    height: 4.3vh;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}
.input-field2:focus-visible{
    outline: none !important;
}
.reg-btn{
    background-color: #009FF5;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    border: none;
    margin: auto;
    width: 100%;
    max-width: 450px;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    padding: 5px;
}
.select2-container {
    width: 100% !important;
}
.container-body3{
    background-image: url("../images/web-bg2.png");
    background-size: cover;
    width: 100%;
    background-repeat: repeat-y;
    margin: auto;
    padding: 10px 20px;
}
.alert-parent{
    width: 30% !important;
    text-align: center;
    font-size: 20px;
}
.alert-info{
    padding: 20px;
    text-align: left;
    font-size: 16px;
    border-radius: 20px;
}
.User-name-new{
    text-transform: capitalize;
}
.no-cr-btn{
    width: 150px;
    font-size: 15px;
    cursor: pointer;
    padding: 14px 0;
    display: block;
    border: none;
    text-align: center;
    margin: auto;
    outline: 0;
    border-radius: 20px;
    background: linear-gradient(180deg, #00b5ef 16.2%, #00b5ef 49.18%);
    color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15), inset 0 -.041666667in .0625in rgba(0, 0, 0, .15);
}
.greet-img{
    width: 100%;
    max-width: 420px;
    margin: auto;
}
.greet-div{
    display: flex;
    margin: auto;
}
.cards{
    width: 100%;
    max-width: 420px;
    margin: auto;
}
.card-body{
    margin-top: 50px;
}
.card-sec{
    display: flex;
    margin-bottom: 40px;
}
.card-text1{
    color: #000;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-align: center;
}
.card-text2{
    color: #000;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.card-text-body{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
    max-width: 340px;
}
.card-text3 li{
    color: #000;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}
#fname-err{
    text-align: right;
    color: #C60C0C;
}
#lname-err{
    text-align: right;
    color: #C60C0C;
}
#mail_err{
    text-align: right;
    color: #C60C0C;
}
#pan-err{
    text-align: right;
    color: #C60C0C;
}
#dob_error1{
    text-align: right;
    color: #C60C0C;
}
#emp_type-err{
    text-align: right;
    color: #C60C0C;
}
#semp_pincode-err{
    text-align: right;
    color: #C60C0C;
}
#gender-err{
    text-align: right;
    color: #C60C0C;
}
#semp_income-err{
    text-align: right;
    color: #C60C0C;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    color: #444;
}
.select2-results__option {
    font-size: 14px;
}
.otp-error,.mob_error{
    margin-top: 3px;
    text-align: right;
    width: 100%;
    white-space: nowrap;
    color: #000;
    float: right;
}
.resend-otp{
    display: none;
    color: #2f88f0;
    font-weight: 600;
    float: right;
    font-size: 12px;
    cursor: pointer;
    top: 35px;
    display: block;
    position: absolute;
    right: 10px;
}
#pan_number,#semp_pan-number,#stu_pan-number,#full_name,#bus_pan-number,#cash_semp_pan-number,#BusProofNoBus_pan_num{
    text-transform: uppercase;
}
.otp-status{
    color: #000 !important;
    font-weight: 600;
    float: right;
    font-size: 12px;
}
.greet-img-sec{
    display: flex;
    margin-top: 30px;
    position: relative;
    width: 100%;
    max-width: 425px;
    margin: auto;
    margin-top: 30px;
}
.main-body3 .logo-main{
    padding: 35px 0 10px !important;
    text-align: center !important;
}
.show-user-name{
    text-align: center;
    text-transform: capitalize;
    display: block;
    font-size: 36px;
    position: relative;
    left: 0%;
    top: -166px;
}
.greet-text-sec{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 380px;
    margin: auto;
}
.greet-text1{
    font-size: 30px;
    color: #000;
    font-weight: 600;
}
.greet-text2{
    font-size: 24px;
    color: #000;
    font-weight: 400;
}
.greet-textli li{
    font-size: 19px;
    color: #000;
    font-weight: 200;
}
.greet-text-sec2{
    margin-left: 15px;
}
.step-wrapper{
    width: 50%;
    margin-left: 85px;
}
.confirmation-text{
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #000;
}
p.para{
    font-size: 14px !important;
    text-align: justify;
}
.agreementPara{
        font-size: 25px;
        text-align: center !important;
        margin-bottom: 20px
}
.content-parent{
    padding: 35px;
    background: #FFFFFF;
    box-shadow: 0px 0px 22px -6px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.content-parent h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: justify;
}
.content-parent ul li {
    font-size: 13px;
}
.title-span {
    margin-bottom: 0px;
    font-weight: 500 !important;
}
.experian_img{
    display: block;
    margin:0 auto;
}
.tandc{
    text-decoration: underline;
    font-size: 16px !important;
}
.consent-head{
    font-size: 25px !important;
}
#tandcmodal{
    overflow-y: auto;
    max-height: 890px;
}
#tandcmodal .modal-dialog {
    width: 100%;
    max-width: 952px;
}
#tandcmodal .modal-header{
    display: flex;
    justify-content: right;
    align-items: center;
}
.more-body-text{
    font-size: 16px;
}
.modal-header{
    display: block;
}
.logo-main-form-mob,.inactive{
    display: none;
}
#greetings_img,
#greet-text-id{
    visibility: hidden;
    position: absolute;
    display: none;
}
.loaderDiv{
    width: 70%;
    margin: auto;
}
.loaderDiv img{
    width: 100%;
}
@media (max-width:1208px) {
    .mainContainer{
        background-image: url("../images/mob-bg.png");
        background-size: cover;
        width: 100%;
        background-repeat: repeat-y;
        height: 100vh;
        background-position: center;
    }
    .head-text-body {
        max-width: 1200px;
    }
    .logo-main {
        text-align: center;
    }
    .mob-input {
        max-width: 395px;
        width: 100%;
        margin: auto;
    }
    .mob-input1 {
        max-width: 395px;
        width: 100%;
        margin: auto;
    }
    .btn1 {
        width: 95%;
    }
    .li-body {
        max-width: 400px;
    }
    .input-field {
        max-width: 390px;
    }
    .terms-class {
        max-width: 410px;
    }
    .step-wrapper {
        width: 40%;
        margin: auto;
    }
    .container-body{
        max-width: 680px;
    }
    .select2-container--default .select2-selection--single {
        height: 2.2vh;
    }
}
@media (max-width:993px) {
    .mainContainer{
        background-image: url("../images/mob-bg.png");
        background-size: cover;
        width: 100%;
        background-repeat: repeat-y;
        height: 118vh;
        background-position: center;
    }
    .loaderDiv{
        width: 100%;
    }
    .logo-main {
        text-align: center;
    }
    .mob-input {
        max-width: 346px;
        width: 100%;
        margin: auto;
    }
    .mob-input1 {
        max-width: 346px;
        width: 100%;
        margin: auto;
    }
    .input-field {
        max-width: 350px;
    }
    .li-body {
        max-width: 380px;
    }
    .btn1 {
        width: 100%;
    }
    .terms-class {
        max-width: 400px;
    }
    .step-wrapper {
        width: 50%;
        margin: auto;
    }
    .modal-content {
        width: 90%;
        margin: auto;
    }
    #fname-err{
        font-size: 10px;
    }
    #lname-err{
        font-size: 10px;
    }
    #mail_err{
        font-size: 10px;
    }
    #pan-err{
        font-size: 10px;
    }
    #dob_error1{
        font-size: 10px;
    }
    #emp_type-err{
        font-size: 10px;
    }
    #semp_pincode-err{
        font-size: 10px;
    }
    #gender-err{
        font-size: 10px;
    }
    #semp_income-err{
        font-size: 10px;
    }

}
@media (max-width:768px) {
    .text1 {
        font-size: 26px;
        padding: 0px 30px;
    }
    .text2 {
        font-size: 16px;
        margin-top: 10px;
    }
    .li-body {
        max-width: 305px;

    }
    .text3 li{
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        color: #FFFFFF;
        font-weight: 400;
    }
    .mob-input {
        width: 65%;
        margin: auto;
    }
    .mob-input1 {
        width: 65%;
        /* margin-left: 70px; */
    }
    .input-field {
        max-width: 280px;
    }
    .head-text2 {
        border-top: none;
    }
    .terms-class {
        /* max-width: 275px; */
        width: 45%;
    }
    .resend-otp{
        top: 40px;
        right: 70px;
    }
    #some_div {
        top: 40px;
        right: 70px;
    }
    .text4 {
        font-size: 9px;
    }
    .text5 {
        font-size: 9px;
    }
    .terms-class {
        margin-top: 10px;
        /* padding-bottom: 300px; */
    }
    .dob_wrapper input:nth-child(1){
        margin-left: 10px;
    }
    .dob_wrapper input:nth-child(3) {
        width: 35px;
    }
    .dob_wrapper input:last-child {
        width: 45px;
    }
    .container-body3{
        background-image: url("../images/back3.png");
        background-size: cover;
        width: 100%;
        max-width: 550px;
        background-repeat: no-repeat;
        margin-top: 0px;
        background-position: center;
    }
    .container-body{
        margin-top: 30px;
        max-width: 495px;
    }
    .card-text-body{
        margin-bottom: 50px;
    }
    .greet-text-sec{
        max-width: 340px;
    }
    .input-field2{
        font-size: 14px;
    }
    .inner-body{
        padding: 10px 09px;
    }
    .sec-1{
        gap: 12px;
    }
    .dob_wrapper input {
        height: 30px !important;
    }
    .select2-container--default .select2-selection--single {
        height: 2.9vh !important;
    }
    .btn1{
        width: 95%;
    }
    .lname-div{
        width: 47% !important;
    }
    .fname-div{
        width: 47%;
    }
    .pan-div{
        width: 47% !important;
    }
    .dob-div{
        width: 47%;
    }
    .otp-error,.mob_error{
        font-size: 10px;
    }
    .alert-parent{
        width: 100% !important;
        font-size: 16px;
    }
    .step-wrapper{
        width: 45%;
        margin: auto;
    }
    .modal-content {
        width: 100%;
        margin: auto;
    }
    .confirmation-text{
        font-size: 10px;
    }
    .more-body-text{
        font-size: 15px !important;
    }

}
@media (max-width:600px) {
    .content-parent{
        padding: 15px;
    }
    .terms-class {
        width: 65%;
    }
    .step-wrapper{
        width: 65%;
    }
    .resend-otp{
        top: 40px;
        right: 15px;
    }
    #some_div {
        top: 40px;
        right: 15px;
    }
    .container-body{
        max-width: 370px;
        border-radius: 15px;
    }
    .logo-main-form-mob{
        display: flex;
        justify-content: center;
        background: #fff;
        padding: 20px;
    }
    .logo-main-form{
        display: none;
    }
    .greet-img-sec{
        margin-top: 30px;
    }
}
@media (max-width: 438px) {
    .show-user-name{
        top: -150px;
        font-size: 28px;
    }
    .select2-container--default .select2-selection--single {
        height: 3.3vh !important;
    }
}
@media (max-width: 395px) {
    .show-user-name{
        top: -129px;
        font-size: 24px;
    }
    .select2-container--default .select2-selection--single {
        height: 3.5vh !important;
    }
}
@media (max-width: 341px) {
    .show-user-name{
        top: -114px;
        font-size: 22px;
    }
}