@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');

* {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

html,
body {
  overflow-x: hidden !important;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  line-height: 24px;
  color: rgba(32, 32, 32, 0.50);
  background-color: #fff !important;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

button:focus,
.form-control:focus,
.btn-primary:focus,
input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.text-muted {
  color: #212121 !important;
}

.btn.btn-primary {
  background: #032e63;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  padding: 10px 24px;
  font-size: 16px;
  border-color: #032e63;
}

.blackbtn {
  background-color: #032e63 !important;
}

.blackbtn:hover {
  border-color: #0a0c62 !important;
}

.btn.btn-primary:hover,
.btn-outline-primary:hover {
  transition: all 0.10s ease-in-out;
  background: #e7305a !important;
  border-color: #e7305a;
}

.btn-primary-outline {
  border: 1px solid #e7305a;
  color: #e7305a !important;
}

/* header css */
/* Base Navbar Styling */
.custom-navbar {
  z-index: 9999;
  box-shadow: 0 4px 4px 0 rgb(154 154 154 / 10%);
}

/* Logo */
.logo-img {
  height: 70px;
  width: auto;
}

/* Navigation Links */
.nav-link-custom {
  font-family: "Poppins" !important;
  font-size: 16px;
  color: #212121;
  padding: 0 12px !important;

}

.nav-link-custom:hover {
  color: #EE3265;
}

.nav-link-custom.active {
  font-family: "Poppins" !important;
  color: #EE3265;
  font-weight: 700;
}

/* ======= Hearder End=============== */

.container-fluid {
  width: 90%;
}

.page-wrapper {
  margin-top: 96px;
}

.bg-lightBody {
  background-color: #ECF8FF;
}

.rounded_12 {
  border-radius: 12px;
}

.homeBanner {
  background-image: url('../images/home-Banner.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #D12C4E;
  /* min-height: 710px; */
  min-height: 572px; 
}

.homeBanner h1,
.heading2 {
  font-size: 60px;
}

.mainColor {
  color: #e7305a;
}

.border_new {
  border: 1px solid #032e63;
}



.custombtn:hover svg path {
  stroke: #fff;
}

.textBlack {
  color: #032e63 !important;
}
.textBlack1 {
  color: #fff !important;
}


.productLoan {
  background-color: #E7F6FE;
}

.page-wrapper h2 {
  font-size: 42px;
  letter-spacing: -2px;
}

.bg-responsible {
  background-color: #FFE9CF;
}

.bg-content1 {
  background-color: #e7305a;
}
.bg-content1 h3 {
      font-weight: bold !important;
    font-size: 24px;
    margin-top: 0px;
}

.blog-div {
  border-bottom: 12px solid #032e63;
}

.bgNews {
  background-color: #FBECDA;
}

.container {
  width: 90%;
  max-width: 90%;
}

.footer a:hover {
  color: #EE3265 !important;
  font-weight: 500;
}

.faq_bloans {
  height: 450px;
}

.accordion-button::after {
  background-image: url('../images/plus-icon.svg');
  background-size: 34px;
  height: 34px;
  width: 34px;
  position: absolute;
  left: -28px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('../images/minus-icon.svg');
  background-size: 100%;
}

.accordion-button:not(.collapsed) {
  color: #07085E;
  font-weight: 600;
}

.accordion-item {
  border: 2px solid #E7E7EF !important;
  padding-left: 40px;
  color: #07085E !important;
}

.accordion-item,
.accordion-item:first-of-type,
.accordion-item:last-of-type {
  border-radius: 24px;
}

.footer {
  background-color: #032e63;
  margin-bottom: 40px;
}

.bg-brand-color {
  background-color: #032e63;
}

.contact-box input::placeholder {
  color: #fff !important;
}

.copy-box {
  border-top: 2px solid #fff;
}

.formContactus input {
  border-radius: 8px;
  border: 0.5px solid var(--Slate-500, #94A3B8);
  background: var(--White, #FFF);
  padding: 14px;
}

.blog-div img {
  max-width: 180px;
}

.missionSection {
  border-radius: 0px 0px 60px 60px;
}

.repayDiv {
  background-color: #EE3265;
}

.num {
  font-weight: 700;
  font-size: 40px;
  color: #9e9e9e;
  text-shadow: -10px 7px 6px rgba(104, 104, 103, 0.4);
}

.imgNum::after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #D9D9D9;
  position: absolute;
  left: 10px;
  top: 14px;
  z-index: -9;
}

.features_sectionbox {
  box-shadow: 0px 1px 19px rgba(89, 113, 201, 0.16);
}

.divcontrol {
  width: 62%;
  margin: 0 auto;
}

.border-lightNew {
  border: 1px solid #FBEAD6;
}

.stepsBorrowing .rounded_12 {
  border: 1px solid #07085E;
}

.contact-box .custombtn:hover {
  background-color: #fff !important;
  color: #032e63;
}

.btn.blackbtn:hover {
  background: #D12C4E !important;
}

button.btn.btn-primary.custombtn:hover svg path {
  stroke: #032e63 !important;

}

.productLoan .rounded_12 p {
  height: 70px;
  text-align: justify;
  color: #07085E !important;
}

.accordion-body.text-body,
.accordion-button {
  color: #07085E !important;
}

.btn-primary-outline {
  padding: 10px 24px;
  font-size: 16px;
}

.text-justify {
  text-align: justify !important;
}

/* apply now page css  */
.applyDiv {
 background: linear-gradient(180deg, rgba(178, 222, 245, 0.15) 50%, rgba(161, 223, 255, 0.26) 79%);;
}

.textBlue {
  color: #07085E;
}

.box-for-img {
  border: 1px solid #07085E;
}

.backline {
  background-color: #07085E;
  z-index: -9;
}

.table>:not(:first-child) {
  border-top: none;
}

.table {
  white-space: nowrap;
}

/* dashboard css start  */
.contentDashboard {
  border: 1px solid #E0E0E0;
  background: #FFF9F2;
  cursor: pointer;
}

.progress {
  background-color: #FDE5C8;
  height: 25px;
}

.progress-bar {
  background-color: #032e63;
  height: 25px;
  font-size: 16px;
  font-weight: 700;
}

/* journey css start */

/* footer */

.journey-footer {
  background: #FFE0BB;
}

.journey-heading {
  display: flex;
  align-items: center;
  gap: 35px;
}

.journey-heading img {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
}

.journey-heading h3 {
  color: #07085e;
  font-size: 25px;
  font-weight: 600;
}

.otp-box {
  width: 65px !important;
  background-color: rgba(252, 252, 252, 1);
  border: 1px solid rgba(211, 211, 211, 1);
}

.journey-heading p {
  color: #616161;
  ;
  font-size: 16px;
  font-weight: 400;
}

.main-content-journey {
  display: flex;
  padding: 26px 10px;
  flex-direction: column;
  /* align-items: flex-start; */
  /* gap: 31px; */
  align-self: stretch;
}

.journey-form label {
  font-size: 16px;
  font-weight: 600;
  line-height: 28.8px;
}

.journey-form input,
.journey-form select {
  background-color: #FCFCFC;
  border: 1px solid rgba(211, 211, 211, 1);
  border-radius: 10px;
  padding: 12px 16px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #07085E;
  line-height: 24px;
  margin-bottom: 16px;
}

/* .journey-form input::placeholder{
  color: #07085E;
} */
.radio-btn {
  border: 1px solid rgba(247, 148, 29, 1);
  border-radius: 10px;
  padding: 8px 16px;
}

.check-button {
  width: 300px;
  border-radius: 12px;
  color: #fff;
  background-color: rgba(247, 148, 29, 1);
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
}

.check-button:hover {
  color: #fff;
  background-color: rgb(200, 116, 14);

}

.journey-header {
  border-bottom: 6px solid #e0e0e0;
  box-shadow: 0 4px 4px 0 rgba(255, 235, 210, 0.5);
  width: 100%;
}

.zero {
  color: #eaa047;
  font-size: 24px;
  font-weight: 700;
  vertical-align: middle;
}

.need-help {
    border-radius: 12px;
    border: 1px solid #07085e;
    background: #fff;
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #07085e;
    font-size: 14px;
    font-weight: 600;
}

.count-journey {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
}

.eligibility-section {
  height: 585px;
  /* width: 350px; */
  position: relative;
  background-color: #fff9f2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px;
  box-sizing: border-box;
  gap: 113px;
  text-align: left;
  align-self: stretch;
}

.eligibility-section h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
}

.eligibility-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}

.employment-card {
  display: block;
  cursor: pointer;
}

.card-content {
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 2px 6px;
  text-align: center;
  position: relative;
  transition: 0.3s;
}

.card-content img {
  width: 60px;
  margin-bottom: 10px;
}

.card-content .title {
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: #07085E;
  padding-left: 30px;
}

.card-content .radio-circle {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
}

.employment-card input:checked+.card-content {
  border-color: #ff7a00;
  /* orange */
  background-color: #fff;
}

.employment-card input:checked+.card-content .radio-circle {
  border-color: #ff7a00;
  background-color: #ff7a00;
  box-shadow: inset 0 0 0 4px #fff;
}

.employment-card input:checked+.card-content .title {
  color: #ff7a00;
}

/* selfie - bank statement - css start  */
.check-button-retake {
  width: 170px;
  border-radius: 12px;
  border: 1px solid rgba(247, 148, 29, 1);
  color: rgba(247, 148, 29, 1);
  background-color: #fff6ea;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
}

.check-button-selfie {
  width: 170px;
  border-radius: 12px;
  color: #fff;
  background-color: rgba(247, 148, 29, 1);
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
}

.recommended {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 0px 12px;
  white-space: nowrap;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.option-text {
  margin-top: 8px;
  font-size: 16px;
  color: #333;
}

/* bank upload */
.journey-form-upload {
  display: flex;
  /* width: 816px; */
  height: 300px;
  flex-direction: column;
  align-items: center;
  /* gap: var(--Gap-and-Padding-Positive-GapPadding-24, 24px); */
  /* overflow-x: hidden;
  overflow-y: auto; */
}

.upload-card {
  border: 1px solid #FFEBD2;
  background-color: #FAFAFA;
}

.active-step h5 {
  color: #f7931e;
}

.stepBlock p {
  font-size: 12px;
}

.principleBlock {
  border: 1px solid #EAA047;
}

.maxdiv {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

input[type="range"] {
  accent-color: #032e63;
}

.bkStatement {
  min-height: 430px;
}

.coverDiv h3 {
  font-weight: 600;
}

.timer {
  border: 1px solid #032e63;
  height: 145px;
  width: 145px;
}

.timer h2 {
  font-size: 34px;
}

.bankBlock h4 {
  font-weight: 400;
  font-size: 14px !important;
  margin-top: 0 !important;
}

.card-bankBlock {
  border-top: 4px solid #000;
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 0px 20px 0px;
  box-shadow: 0 0 5px 0 #D1EAFF, 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.cardLine {
  border-bottom: 1px solid #D1EAFF;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.card-bankBlock::after {
  content: 'Recommended for higher loan amount ';
  position: absolute;
  width: 50%;
  background-color: #000;
  top: -32px;
  right: 35px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  padding: 3px;
}

.upload-icon img {
  width: 34px;
  margin-bottom: 14px;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #FFF9F2;
}

.completed-step {
  background-color: #f7931e;
  color: #fff;
}

.blockSlider {
  background-image: url('../images/bg-apply.png');
  background-size: 100% 100%;
}

.securitySection {
  background-image: url(../images/bg-security.png);
  background-size: 100% 100%;
  height: 370px;
}

.loanCalculator {
  border-radius: 117px 117px 0px 0px;
}

.feature-item1 {
  background-color: #0a6075;
}

.cardProcess10 {
  background-color: #169dbd;
}

.input-group1 {
  position: absolute;
  top: 0;
  right: 0;
}

.input-group1::before {
  content: '';
  position: absolute;
  background-image: url(../images/rupee-line.svg);
  height: 70%;
  width: 27%;
  background-repeat: no-repeat;
  left: 8px;
  border-right: 1px solid #e0e0e0;
  padding-right: 10px;
  border-left: 0;
}

.input-groupDate::before {
  background-image: url(../images/font-date.svg);
}

.input-group {
  width: 134px;
  border-radius: 12px !important;
  border: 1px solid #E0E0E0 !important;
  background-color: #fff;
}

.input-group input {
  width: 60px;
}

.codeList {
  min-height: 45px;
  max-height: 200px;
  overflow: auto;
  margin-top: -11px;
  z-index: 99;
  width: 98%;
  padding: 0;
}

.codeList li {
  list-style: none;
  padding: 10px;
}

.codeList li:hover {
  background-color: #f7931e;
  color: #fff;
}

.hidden {
  display: none;
}

/* .cut-text {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 160px;
  height: 1.2em;
  white-space: nowrap;
} */

/* updated css */
.cut-text {
  text-overflow: ellipsis;
  /* overflow: hidden; */
  width: 160px;
  height: 1.2em;
  /* white-space: nowrap; */
  word-break: break-word;
  overflow-wrap: break-word;
  margin-bottom: 40px;
}

.contentDashboard h5.fw-bold {
  margin-bottom: 0;
}


/*
* journey header image 
*/

#journey-header-profile-pic {
  border-radius: 20px;
}

#profile-information-pic {
  border-radius: 60px;
}
.journey-header .logo-img {
    height: 42px;
}
.journey-wrapper {
    margin-top: 75px;
}
.bkStatement .card-content .title {
    padding-left:0px;
}
select {
  -webkit-appearance: none;
}
 .minHeight {
    min-height: 83vh;
}
.check-box{
  width: 16px;
  height: 16px;
}
/* dlp page css  */
.partner-card {
  border-radius: 0px 0px 100px 0px;
  border-top: 8px solid #032e63;
}

.partner-arrow {
  top: -20px;
  right: -3px !important;
}
button.btn.partner-arrow:hover {
    transform: rotate(45deg);
    transition: 0.2s ease;
}
button.btn.partner-arrow {
    right: -8px !important;
}

@media (max-width: 991.98px) {
    .bg-content1 .row {
    justify-content: center !important;
}
}
@media (max-width: 767px) {
    .bg-content1 .row {
    justify-content: center !important;
}
}



/* 05-11-2025 */
.list-type-none{
    list-style-type: none;    
}

.list-type-none i,
.list-type-none strong{
    font-style: italic;
}

.bold{
  font-weight: bold;
 color: #025D8C !important
}

.mb-0{
  margin-bottom: 0px!important;
}

    .imgCap img {
    width: 100% !important;
}

.contact-img{
    width: 100%;
    height:665px

}

.contact-img img{
    width: 100%;
    height:100%;
    object-fit:cover;
}


.marq{
    position: fixed!important;
    bottom: 0!important;
    width: 100%!important;
    padding: 8px 0px!important;
    left: 0;
}

.upArrow{
    bottom: 64px!important;
}


.inner-top-banner{
    margin-top: 96px;
}


.inner-banner-top1{
    width: 100%!important;
    text-align: center!important;
    margin-top: 150px !important;
}


.inner-banner h1 {
    color: #fff!important;
}

.inner-banner p {
    color: #fff!important;
}

.inner-banner a {
    color: #032e63 !important;
}

.payment-option-header{
  background-color: #d12c4e!important;
}


@media(max-width:1025px){
  .inner-top-banner {
    margin-top: 73px !important;
}
}

 .apply-btn {
    background: #032e63;
    transition: all 0.4s ease-in-out;
    font-weight: 500;
    padding: 10px 24px;
    font-size: 16px;
    color: #ffffff !important;
    border-color: #032e63;
}

    .apply-btn:hover{
        background-color: #032e63 !important;
        color: #ffffff!important;
    }