@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
      url('../fonts/HelveticaNeue-Medium.woff') format('woff');
  font-style: normal;
  font-display: swap;
}
@font-face {
font-family: 'Helvetica Neue thin';
src: url('../fonts/HelveticaNeue-Thin.woff2') format('woff2'),
    url('../fonts/HelveticaNeue-Thin.woff') format('woff');
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Helvetica Neue bold';
src: url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
    url('../fonts/HelveticaNeue-Bold.woff') format('woff');
font-style: normal;
font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}
::-webkit-input-placeholder { /* For Chrome, Safari, and newer Edge browsers */
  font-weight: 500 !important;
  color: #3F3F3F !important;
  opacity: 0.8;
  font-family: 'Helvetica Neue thin';
}
:-ms-input-placeholder { /* For older versions of Edge */
  font-weight: 500 !important;
  color: #3F3F3F !important;
  opacity: 0.8;
  font-family: 'Helvetica Neue thin';
}
::placeholder { /* For Firefox and some other browsers */
  font-weight: 500 !important;
  color: #3F3F3F !important;
  opacity: 0.8;
  font-family: 'Helvetica Neue thin';
}
.otp-status{
  margin-bottom: 15px;
  margin-right: -19px;
}
.email-label{
  position: absolute;
  left: 0;
  opacity: 0.8;
  color: #3F3F3F !important;
  font-weight: 500 !important;
  font-family: 'Helvetica Neue thin';
  pointer-events: none;
  font-size: 18px;
}
.bus-title{
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
.bus1_titile{
  margin: 30px auto 5px auto !important;
}
.gifDiv {
  width: 5%;
  position: absolute;
  left: 70%;
  top: 40%;
}
#otp_label{
  position: relative;
}
.resend-otp{
  position: absolute;
  right: 25px;
  top: 20px;
  margin-right: 0 !important;
  margin-top: 0 !important;
}
.pan-field,.income-field{
  position: relative;
}
#loan_type1,#loan_type2,#employement_type1,#employement_type2,#employement_type3,#salarymode1,#salarymode2,#bus-proof1,#bus-proof2{
  cursor: pointer;
}
.pan-note,.income-note{
  color: #808080;
  position: absolute;
  bottom: 0px;
}
.Label-select{
  position: absolute;
  pointer-events: none;
  left: 30px;
  top: -14px;
  transition: 0.2s ease all;
  font-size: 18px;
  font-family: 'Helvetica Neue';
  font-weight: 400;
  color: #a6adb4;
}
.comp-wrapper{
  margin-top:25px;
  margin-bottom:10px;
}
.work-select{
  margin-top:15px;
  margin-bottom:10px;
}
.comp_type-label{
  padding: 0 !important;
}
.pan_input{
  position: relative;
}
#pan1-err{
  bottom: -36px !important;
  right: -16px !important;
}
.button-next {
  cursor: pointer;
  padding: 15px;
  display: block;
  width: 195px;
  border: none;
  outline: none;
  margin: 20px auto;
  border-radius: 20px;
  font-size: 22px;
  background: linear-gradient(135deg, #28AF62 0%, #34495E 100%);
  color: #fff;
  /* box-shadow: 6px 6px 15px 1px rgb(0 0 0 / 35%); */
  box-shadow: 14px 15px 20px 2px rgba(0, 0, 0, 0.30);
  position: relative;
}
.button-back{
  background: #F8F8FF;
  color: #000;
  width: 90px;
  cursor: pointer;
  padding: 7px;
  border: none;
  outline: none;
  border-radius: 20px;
  font-size: 32px;
  position: relative;
  box-shadow: -15px 10px 30px -6px rgba(0, 0, 0, 0.30);
}
.only-back{
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-back i{
  color: #000;
}
.button-next::before,.button-next::after {
  box-shadow: inset 4px 4px 5px rgb(255 255 255 / 60%);
}
.button-back::before,.button-back::after{
  box-shadow: inset 4px 4px 5px rgb(214 212 219 / 60%) !important;
}
.label-before{
  display: flex;
  align-items: center;
}
.label-before::before{
  content: "";
  display: block;
  border: 2px solid #24B0FF;
  width: 18px;
  height: 18px;
  margin-right: 30px;
  border-radius: 50%;
}
.pan-wrapper{
  position: relative;
}
.label-before::after{
  content: "";
  display: block;
  border: 2px solid #24B0FF;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 35px;
  margin-right: 30px;
  border-radius: 50%;
}
input[type=radio]:checked~span.label-before::before,span.label-before::after{
  border: 2px solid #FFF;
}
.button-next::before,.button-next::after,.button-back::before,.button-back::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: inset 4px 4px 5px rgb(255 255 255 / 60%);
  border-radius: 20px;
}
.button-next::after {
  box-shadow: 2px 2px 3px rgb(255 255 255 / 12%);
}
.comp-select-field,.field-select-bank,.work_yr-select{
  width: 560px;
  position: relative;
  padding-top: 15px;
  font-size: 18px;
  color: #3F3F3F;
  margin-top: 0 !important;
}
.confirmation-text{
  text-align: left !important;
}
.confirmation-text:first-child{
  margin-top: 20px;
}
.btn-section{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.annual-sec,.parent-sec,.business,.stu-bank,.business-sec,.resident-hostel{
  display: none;
}
.activate{
  display: block !important;
}
.step-wrapper {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.name-inputs{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between !important;
}
.name-inputs .label-design{
  flex-basis: 48%;
}
.row,.container-fluid{
  margin: 0;
  padding: 0;
}
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield !important;
}
body{
  /* font-family: 'Helvetica Neue'; */
  background-color: #fff;
  background: url('../images/bg1.png') !important;
  background-repeat: repeat;
  height: 100%;
  width: 100%;
}
.hpin_err,.offPropin_err,.offBuspin_err,.offpin_err,.currBuspin_err,.off_profpin-err{
  font-size:12px;
  text-align: right;
  color: #C60C0C;
  position: absolute;
  top: 50px;
  right: -24px;
  display:none;
}
.logo{
  margin: auto;
  width: 100%;
}
.main-area{
  padding-bottom: 40px;
}
.slider-container {
  width: 90%;
  max-width: 450px;
  margin: auto;
  /* min-height: 770px; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-top: 3%;
}
.title{
  font-size: 24px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #293241;
  font-family: 'Helvetica Neue';
}
.fade{
  opacity: 1;
}
.banner{
  display: none;
}
.banner img{
  width: 100%;
}
.label-design {
  padding: 5px 30px;
  color: #a6adb4;
  font-size: 15px;
  width: 90%;
  border-radius: 18px;
  height: 60px;
  font-weight: 200;
  background: #fff;
  position: relative;
}
.label-design::after {
  content: '';
  background: linear-gradient(to left, #2F88F0,#47B6F2) !important;
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  z-index: -1;
  bottom: -2px;
  border-radius: 20px;
}
.label-design.err::after {
  background: red !important;
}
/* input[type=number]{
  font-family: 'Bebas Neue', cursive;
} */
input {
  margin-right: 30px;
  border: none;
  font-size: 18px;
  width: 100%;
  color: #3F3F3F !important;
  font-family: 'Poppins' !important;
  font-weight: 400 !important;
  letter-spacing: 1px;
  /* padding-top: 10px; */
}
input:read-only{
  background: #fff;
}
input:visited,input:focus-visible,input:hover{
    outline: none;
    border:none;
}
input:focus{
  outline: 0 !important;
}

.checkbox,
.radio {
  margin-bottom: 30px;
  /* display: flex;
  justify-content: center; */
}
.form-step .radio label {
  height: 50px;
  display: block;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  font-size: 23px;
  line-height: 20px;
  position: relative;
  justify-content: end;
  position: relative;
  display: flex;
  align-items: center;
}
.form-step .radio label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 0;
  z-index: 1111;
  width: 100%;
}
.form-step .radio label input {
  visibility: hidden;
}
.next-trigger {
  display: none;
  width: 100%;
}
/* .form-step{
    margin-top: 20px;
} */
input[type=radio]~.righticon{
  color: #151515;
  padding-right: 20px;
  margin-top: 4px;
}
#bank1_error,#bank3_error,#bank4_error,#bank5_error,#bank2_error,#industry_error,#industry1_error,#lived-err,#stu_lived-err,#bus_lived-err,#proff_inc-err,#Proffcc_int-error,#monthly_income-err{
  font-size:12px;
  margin-top: 5px;
  text-align: right;
  width: 100%;
  white-space: nowrap;
  color: #C60C0C;
  display:none;
}
#comp-error,#work_yr-error,#bus_comp-error,#high_edu-error,#bus_edu-error,#gender-error,#bus_gender-error,#gender1-error,#current-desig,#comp-name,#mail_err,#pan-err,#bus_pan-err,#pan1-err,#fname-err,#lname-err,#bus_fname-err,#bus_lname-err,#fname1-err,#lname1-err,#father-err,#mother-err,#comm_addr-err,#stu_addr-err,#bus_resident-err,#hpincode-err,#busipincode-err,#stupincode-err,#cc_int-error,#bus_comp-name,#bus_pincode-err,#bus_work_yr-err,#bus_nature-err,#bus_gross-err,#bus_bank-err,#bus_cc-err,#proff_type-err,#stu_edu-err,#stuCC_int-error,#lived-err,#bus_lived-err,#stu_lived-err,#Proffcc_int-error,#proff_inc-err{
  position: absolute;
  bottom: -36px;
  padding-right: 0px !important;
}
#bank1_error,#comp-error,#bus_comp-error,#high_edu-error,#bus_edu-error,#gender-error,#bus_gender-error,#gender1-error,#work_yr-error,#bank3_error,#bank4_error,#bank5_error,#bank2_error,#industry_error,#industry1_error,#current-desig,#comp-name,#mail_err,#pan-err,#bus_pan-err,#pan1-err,#fname-err,#lname-err,#bus_fname-err,#bus_lname-err,#fname1-err,#lname1-err,#father-err,#mother-err,#comm_addr-err,#stu_addr-err,#bus_resident-err,#hpincode-err,#busipincode-err,#stupincode-err,#cc_int-error,#bus_comp-name,#bus_pincode-err,#bus_work_yr-err,#bus_nature-err,#bus_gross-err,#bus_bank-err,#proff_bank-err,#bus_cc-err,#proff_type-err,#stu_edu-err,#stuCC_int-error,#Proffcc_int-error{
  font-size:12px;
  margin-top: 5px;
  text-align: right;
  width: 100%;
  white-space: nowrap;
  color: #C60C0C;
  padding-right: 48px;
  display:none;
}
#fname-err,#lname-err,#bus_fname-err,#bus_lname-err,#fname1-err,#lname1-err,#father-err,#mother-err{
  left: -8px;
  bottom: -20px;
}
#current-desig,#comp-name,#mail_err,#pan-err,#bus_pan-err,#pan1-err,#hpincode-err,#busipincode-err,#stupincode-err,#bus_comp-name,#bus_nature-err {
  bottom: -20px;
  right: 20px;
}
#pan-err,#bus_pan-err,#dob_error1,#hpincode-err,#busipincode-err,#stupincode-err,#bus_dob_error1{
  right: 0px;
}
#bank2_error,#bank3_error,#proff_bank-err{
  margin-top: 25px !important;
  padding-right: 0px !important;
}
.res_stu{
  display: none;
}
#monthly_income-err{
  margin-top: 15px !important;
  padding-right: 0px !important;
  margin-left: 31px;
}
#bus_comp-name,#bus_nature-err{
  right: 0;
}
#bus_pincode-err{
  left: 26px;
}
.radio .label-design{
  border: none !important;
}
input[type=radio]~span.label-bg {
  white-space: nowrap;
  padding: 17px 30px;
  font-size: 18px;
  height: 58px;
  font-weight: 400;
  position: absolute;
  text-align: left;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(98.46deg, #47B6F2 0%, #2F88F0 102.8%);
  background: linear-gradient(98.46deg, #47B6F2 0%, #2F88F0 102.8%);
  background: linear-gradient(98.46deg, #47B6F2 0%, #2F88F0 102.8%);
  border-radius: 0;
  border: 2px solid #2F88F0;
  /* border-bottom: 3px solid #47B6F2; */
  color: #3F3F3F;
  border-radius: 16px; 
  background: #fff;
}
.righticon{
  position: absolute;
  z-index: 999999;
}
input[type=radio]:checked~.righticon {
  color: #fff;
}
input[type=radio]:checked~span.label-bg {
  background: linear-gradient(98.46deg, #47B6F2 0%, #2F88F0 102.8%);
  border-radius: 16px; 
  color: #fff;
  border: none;
  /* border-bottom: 1px solid #47B6F2; */
  font-size: 18px;
  height: 58px;
}
.btn-next{
  outline: linear-gradient(98.46deg, #47B6F2 0%, #2F88F0 102.8%);
  background: linear-gradient(98.46deg, #47B6F2 0%, #2F88F0 102.8%);
  border-radius: 16px;
  padding:14px 54px;
  font-size: 20px;
  font-weight: 400;
  border: none;  
  margin: auto;
  display: flex;
  justify-content: center;
  color: #fff;
  margin-top: 40px;
  cursor: pointer;
}
.btn-next:focus-visible,.btn-next:hover,.btn-next:active{
  outline: none;
  background: linear-gradient(98.46deg, #47B6F2 0%, #2F88F0 102.8%);
  border-radius: 16px;
  font-weight: 400;
  padding:14px 54px;
  border: none;  
  font-size: 22px;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  cursor: pointer;
}
.btn-back{
  outline: linear-gradient(98.46deg, #47B6F2 0%, #2F88F0 102.8%);
    background: transparent;
  border: 1px solid #2F88F0;  
  color:#2F88F0;
  padding:11px 32px;
  border-radius: 16px;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  cursor: pointer;
}
.btn-back:hover,.btn-back:focus-visible,.btn-back:active{
    outline: none;
    background: transparent;
    border: 1px solid #2F88F0;  
    color:#2F88F0;
    padding: 11px 32px;
    border-radius: 16px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    cursor: pointer;
}
.btn-back .fa{
  color: #47B6F2;
  font-size: 24px;
  font-weight: bold;
}
.btn-back .fa:hover,.btn-back .fa:focus-visible,.btn-back .fa:active{
  font-size: 28px;
}
.left-arr{
  font-size: 28px; color:#2F88F0;text-align: center;margin: auto;
}
.right-arr{
  font-size: 20px;color:#fff;text-align: center;margin: auto;
}

.select-type {
  line-height: 22px!important;
  padding: 15px 5px!important;
  width: 100%;
  border: none;
  border-radius: 10px;
  font-size: 22px;
  font-family: 'Helvetica Neue';
  font-weight: 400;
  background: none;
}
.select-type:active,.select-type:hover,.select-type:focus-visible{
  outline: none;
  background: none;
  color: #3F3F3F;
}
.help-block{
  position: absolute;
  margin-top: 5px;
  text-align: right;
  right: -25px;
  top: 50px;
  width: 100%;
  white-space: nowrap;
  color: #C60C0C;
}
input#dob {
  background: #fff;
}
footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-top: 30px;
}
footer p{
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: capitalize;
  color: #3F3F3F;
  padding: 3px;
  margin-bottom: 0;
}
footer a{
  color: #3F3F3F;
}
footer a:hover{
  color: #3F3F3F;
}
.readMore{
  border: none;
  outline: none;
  background: none;
}
.container-fluid{
  width: 95%;
  margin: auto;
}
.persloan_table thead {
  font-size: 12px;
  text-align: center;
  background: #ffb11d;
}
ul li {
  font-size: 14px;
  line-height: 26px;
  color: #333;
}
p{
  color: #333;
  font-size: 14px !important;
}
.headParagraph{
  font-size: 18px !important;
}
.listfirst{
  padding-left: 30px;
}
.table-bordered {
  background: #ffffff;
  text-align: center;
}
th{
  vertical-align: middle !important;
}
td{
  font-size: 12px !important;
  vertical-align: middle !important;
}
.readmodel:hover{
  text-decoration: underline !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; 
}
input::-webkit-calendar-picker-indicator{
display: none;
}

input[type="date"]::-webkit-input-placeholder{ 
visibility: hidden !important;
}
.label-design #industry_type,
.label-design #industry_buss_type,
.label-design #industry_buss_type,
.label-design #primary_accnt2,.label-design #business_accnt,
.label-design #saving_prof_business_accnt,.label-design #self_business_accnt,
.label-design #saving_self_business_accnt{
  width: 320px;
  /* padding: 10px 14px; */
  margin-right: 0px;
}
.panel-default{
  border: none !important;
}
#industry_type,
#industry_buss_type,
#industry_buss_type,
#primary_accnt2,#business_accnt,
#saving_prof_business_accnt,#self_business_accnt,
#saving_self_business_accnt{
font-size: 15px !important;
}
#industry-datalist{
  z-index:9999999;
  position:absolute;
}
input[type=date]:invalid::-webkit-datetime-edit {
color: #808080;
/* opacity: 0.1; */
text-transform: uppercase;
}
input.placeholder[type=date]:invalid::-webkit-datetime-edit {
opacity: 1;
}
/* #email_id-error{
margin-top: 113px;
} */
/* #office_pincode-error{
margin-top: 100px;
} */
/* #dob-error{
  width: 100%;
  margin-top: 70px;
} */
.label-design input[type=date]{
  width: 250px;
}
.label-design1{
  margin: auto !important;
  justify-content: flex-start !important;
  display: grid !important;
}
.confirmation-text{
  text-align: center;
    padding: 0 10px;
    font-size: 15px;
   font-family: 'Helvetica Neue';
}
#monthly_income{
  margin-bottom: 5px;
}
.dob-wrapper .label-design1 {
  padding-left: 29px;
}

.dob-wrapper .form-step {
  width:100%;
}
.dob_wrapper {
  width: 285px;
}
.dob_wrapper input {
  padding-top: 0 !important;
  width: 33px;
  position: relative;
  margin: 0;
  font-size: 18px;
}
.dob_wrapper span {
  /* position: absolute; */
  left: 60px;
  font-size: 20px;
  top: 32px;
}
.dob_wrapper input:nth-child(3) {
  width:40px;
}
.dob_wrapper input:last-child {
  width:60px;
}
#otp {
  display: block !important;
}
#dob {
  text-transform: uppercase;
}
/* css for dropdown */		
 .select2-container--open .select2-dropdown--below{		
   top: 10px;		
   border-top: 0px;		
   background: white;		
   border: 1px solid #47B6F2;
 }		
 .select2-results__option{
  padding: 10px 30px;
 }
 .select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 26px;
 }
 .select2-container--default .select2-selection--single {		
   border:0;		
 }		
 .label-industry {		
   font-size: 12px !important;		
 }		
 .field-industry, .field-select-bank,.field-select-business-bank,.field-select-saving-business-bank,.field-select-self-business-bank,.field-select-saving-self-business-bank,.field-business-industry{		
   padding-top: 10px;		
   font-size: 18px;		
   color: #3F3F3F;		
 }
.field-select-bank{
  padding-top: 15px !important;
}
 .select2-container {		
   width:100% !important;	
 }
 .select2-container--default .select2-selection--single .select2-selection__rendered {		
  font-family: 'Poppins' !important;
  font-weight: 400;
  /* font-family: 'Helvetica Neue thin' !important; */
  color: #3F3F3F !important;		
 }
 .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: rotate(90deg);
  top: 6px;
  right: 25px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
  content: "\f105";
  font-size: 26px;
}
b[role="presentation"] {
  display: none;
}
@media screen and (max-width:1199px) {
  .carousel{
    display: none;
  }
  .banner{
    display: block;
    width: 60%;
    margin: 20px auto 0 auto;
  }
  .PhoneNum{
    margin: 25px auto 20px auto !important;
    width: 60% !important;
  }
  .title{
    font-size: 21px !important;
    margin: 50px auto 20px auto;
    width: 60%;
  }
  .slider-container{
    width: 80%;
  }
  .label-design,.btn-section,.form-step{
    width: 60% !important;
    margin: auto;
  }
  .name-inputs{
    flex-direction: column !important;
    flex-basis:auto;
  }
  .name-inputs .field{
    margin: 9px 0;
  }
  .bus-title{
    font-size: 10px;
    margin: 0;
    line-height: 1.4;
    margin-bottom: 15px;;
  }
  .dob-design{
    width: 100% !important;
  }
  .gifDiv{
    width: 15%;
    position: absolute;
    left: 43%;
    top: 50%;
  }
  .pan-note{
    left: 28px;
    font-size: 10px;
  }
  .bus_proff-exp{
    font-size: 11px;
  }
  .comp-select-field,.field-select-bank,.work_yr-select{
    width: 100% !important;
  }
  .income-note{
    left: 16px;
    font-size: 10px;
  }
  .label-design1{
    width: 100% !important;
  }
  #pan-err{
    right: 126px;
  }
  footer {
    position: fixed;
    bottom: 0;
    padding-top: 10px;
    width: 100%;
    background: #fff;
  }
  .button-next{
    font-size: 18px !important;
    width: 133px !important;
  }
  .button-back{
    padding: 5px !important;
  }
  .stu_name{
    margin-bottom: 25px !important;
  }
}
.marital {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

/* Style for the select options */
.marital option {
  border:none;;
  background-color: #f5f5f5;
  color: #333;
  font-size: 14px;
  width:200px
}
@media screen and (max-width:546px) {
  .label-design{
    /* width: 80% !important; */
    margin: auto;
  }
}
@media screen and (max-width:480px) {
  .label-design{
    /* width: 70% !important; */
    margin: auto;
  }
  .btn-section{
    margin-bottom: 35px;
  }

}
