@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

* {
  font-family: "Manrope", sans-serif;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 12px;
}

.fs-18 {
  font-size: 18px;
}

.rounded_8 {
  border-radius: 8px;
}

.rounded_12 {
  border-radius: 12px;
}

.rounded_14 {
  border-radius: 14px;
}

.light_blue_border{
  border-color: #d0eaf5;
}

.lh-normal{
  line-height: normal;
}

.h-01{
  height: 0.1px!important;
}

body {
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}

:root {
  --primary-color: #2A3972;
  --accent-color: #1c6bad;
  --dark-blue:#032E63;
}

.bg-dark-blue{
  background-color: var(--dark-blue);
}

.bg-light-blue {
  background-color: var(--bg-light);
}

a {
  text-decoration: none;
}

.primary-txt {
  color: var(--primary-color);
}

.primary-bg {
  background-color: var(--primary-color);
}

.accent-txt {
  color: var(--accent-color);
}

button:focus,
.form-control:focus,
.btn-primary:focus,
input:focus,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.form-control:focus {
  border-color: var(--primary-color);
}

.text-muted {
  color: var(--secondary-color) !important;
}

.manrope {
  font-family: "manrope", sans-serif;
}

/* bootstrap button css start */
.btn.btn-primary {
  background: linear-gradient(90deg, #009AD3 0%, #2A3972 100%);
  font-weight: 500;
  padding: 12px 18px;
  font-size: 14px;
}

.btn.btn-primary:hover {
  transition: all 0.10s ease-in-out !important;
  background: linear-gradient(270deg, #009AD3 0.1%, #2A3972 99.9%) !important;
}

.btn.btn-info {
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  padding: 14px 18px;
  color: #ffffff;
  font-size: 14px;
  background: var(--accent-color);
  border-color: var(--accent-color);
}

.btn.btn-outline-secondary {
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  padding: 14px 18px;
  font-size: 14px;
}

.btn-outline-primary:hover {
  transition: all 0.10s ease-in-out;
  background: var(--primary-color) !important;
  border-color: var(--primary-color);
}

/* bootstrap button css end */

/* bootstrap custom css start */
.container-fluid {
  padding-right: var(--bs-gutter-x, 3.5rem);
  padding-left: var(--bs-gutter-x, 3.5rem);
}

/* bootstrap custom css end */

/* header css start */
.custom-navbar {
  z-index: 9;
  box-shadow: 0 4px 4px 0 rgb(154 154 154 / 10%);
}

.logo-img {
  width: 150px;
}

.nav-link-custom {
  font-size: 16px;
  color: var(--black-color);
  padding: 0 12px !important;
  font-weight: 500;
}

.nav-link-custom:hover {
  color: var(--accent-color);
}

.nav-link-custom.active {
  color: var(--accent-color);
  font-weight: 600;
}

 /* Existing CSS */
.dropdown-custom .dropdown-menu[data-bs-popper] {
    margin-top: 1rem !important;
}

.dropdown-custom .dropdown-menu {
    font-size: 14px;
    color: #212529;
    border: none;
    border-top: 2px solid var(--primary-color);
    border-radius: 0 0 12px 12px;
}

/* Desktop Hover */
@media (min-width: 992px) {

    .dropdown-custom{
        position:relative;
    }

    .dropdown-custom .dropdown-menu{
        display:block;
        opacity:0;
        visibility:hidden;
        pointer-events:none;
        position:absolute;
        top:100%;
        left:0;
        margin-top:12px;    
        transform:none;
        transition:.25s ease;
    }

    .dropdown-custom::after{
        content:"";
        position:absolute;
        left:0;
        top:100%;
        width:100%;
        height:12px;
    }

    .dropdown-custom:hover>.dropdown-menu{
        opacity:1;
        visibility:visible;
        pointer-events:auto;
    }
}

/* ======= header css End=============== */

/* footer css start  */

footer {
  background: #EBF8FD;
  margin-bottom: 45px;
}

.social-icon {
  width: 40px;
  height: 40px;
}

.footer-list::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 53px;
  height: 2px;
  background-color: var(--primary-color);
}

/* footer css end  */
.page-wrapper {
  margin-top: 77px;
}

h1 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
}

h2 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.textSecondary {
  color: var(--secondary-color) !important;
}

/* custom css end */
.banner-section {
  background:
    linear-gradient(to right, #1c3d82 0%, #1c3d82 28%, rgba(28, 61, 130, 0.97) 36%, rgba(28, 61, 130, 0.85) 44%, rgba(28, 61, 130, 0.45) 56%, rgba(28, 61, 130, 0.08) 70%, transparent 100%),
    url('../images/banner-img.jpeg');
  background-size:cover!important;
  background-position: right top!important;
  background-repeat: no-repeat!important;
  min-height: 70vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.banner-section1 {
   background:
    linear-gradient(to right, #1c3d82 0%, #1c3d82 28%, rgba(28, 61, 130, 0.97) 36%, rgba(28, 61, 130, 0.85) 44%, rgba(28, 61, 130, 0.45) 56%, rgba(28, 61, 130, 0.08) 70%, transparent 100%),
    url('../images/loan-banner.png');
    background-size:cover!important;
    background-position: right top!important;
    background-repeat: no-repeat!important;
}


.banner-section2 {
   background:
    linear-gradient(to right, #1c3d82 0%, #1c3d82 28%, rgba(28, 61, 130, 0.97) 36%, rgba(28, 61, 130, 0.85) 44%, rgba(28, 61, 130, 0.45) 56%, rgba(28, 61, 130, 0.08) 70%, transparent 100%),
    url('../images/loan-banner-2.png');
}

.banner-section3 {
   background:
    linear-gradient(to right, #1c3d82 0%, #1c3d82 28%, rgba(28, 61, 130, 0.97) 36%, rgba(28, 61, 130, 0.85) 44%, rgba(28, 61, 130, 0.45) 56%, rgba(28, 61, 130, 0.08) 70%, transparent 100%),
    url('../images/loan-banner-3.png');
}


.banner-section4 {
   background:
    linear-gradient(to right, #1c3d82 0%, #1c3d82 28%, rgba(28, 61, 130, 0.97) 36%, rgba(28, 61, 130, 0.85) 44%, rgba(28, 61, 130, 0.45) 56%, rgba(28, 61, 130, 0.08) 70%, transparent 100%),
    url('../images/loan-banner-4.png');
}

.banner-section5 {
   background:
    linear-gradient(to right, #1c3d82 0%, #1c3d82 28%, rgba(28, 61, 130, 0.97) 36%, rgba(28, 61, 130, 0.85) 44%, rgba(28, 61, 130, 0.45) 56%, rgba(28, 61, 130, 0.08) 70%, transparent 100%),
    url('../images/nbfc-hero.jpeg');
        background-size: 100% 100%!important;
}

.banner-section6 {
   background:
    linear-gradient(to right, #1c3d82 0%, #1c3d82 28%, rgba(28, 61, 130, 0.97) 36%, rgba(28, 61, 130, 0.85) 44%, rgba(28, 61, 130, 0.45) 56%, rgba(28, 61, 130, 0.08) 70%, transparent 100%),
    url('../images/payday-hero.jpeg');
        background-size: 100% 100%!important;
}


/* faq css */


.accordion-button:not(.collapsed) {
  color: var(--primary-color);
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
  /* border-radius: 5px 5px 0px 0px !important; */
  font-weight: 700 !important;
}

.loan-card-wrapper {
  background-color: #DBF5FF73;
}

.linear-table{
  background: linear-gradient(180deg, #0f95d4 0%, #032e63 100%);
}

.head1{
  border-radius: 10px 0px 0px 0px!important;
}

.head2{
  border-radius:  0px 10px 0px 0px!important;
}

.rounded-14-0{
  border-radius: 14px 14px 0px 0px !important;
}

.card-blue {
  background: #DBF5FF;
}

.blue_border{
  border-color: #0f95d4;
}

.repayment-section {
  background: #DBF5FF73 !important;
}

.repayment-sub {
  margin-bottom: 2rem;
}

.timeline {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1.5px;
  background: #000;
  transform: translateX(-50%);
  z-index: 0;
}

.tl-row {
  display: flex;
  align-items: flex-start;
  position: relative;
  min-height: 90px;
  z-index: 1;
  padding: 12px 0;
}

.tl-left {
  flex: 1;
  text-align: right;
  padding-right: 28px;
  padding-top: 2px;
}

.tl-right {
  flex: 1;
  text-align: left;
  padding-left: 28px;
  padding-top: 2px;
}

.tl-dot {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  margin-top: 4px;
}

.tl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;

  box-shadow: 0 0 0 2px #000;
}

.tl-step-badge {
  display: inline-block;
  background: #0f95d4;
  color: #fff;
  font-size: 12px;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 20px;
  white-space: nowrap;
}

.tl-heading {
  font-family: 'Manrope', sans-serif !important;
  font-size: 15px;
  font-weight: 800;
  color: #111;
  margin: 0 0 5px;
}

.tl-desc {
  font-family: 'Manrope', sans-serif !important;
  font-size: 12px;
  color: #888;
  line-height: 1.65;
  margin: 0;
}

.download .card{
  background-color: var(--dark-blue);
}

.download .card{
    border-radius: 38px;
}

.slc-card {
  background: linear-gradient(
    135deg,
    #0099D2 0%,
    #032E63 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.85);
}

.how-to-apply {
    background-color: #DBF5FF73;
}

#loanAccordion .accordion-button:not(.collapsed)::after {
    background-image: url('../images/cross-circle-fill.png')!important;
}

#loanAccordion .accordion-button::after {
    background-image: url('../images/add-circle-fill.png')!important;
}

.ravi {
    border: 1px solid #0099D2 !important;
    background: #ffffff;
}

.seo span {
    font-size: 11px !important;
}

.primary-custom{
    color:#003b82;
}

.card-bg{
    background:#E5F8FF;
}

.card-border{
    border-color:#7fd0f0 !important;
}

.gradient-btn{
    background:linear-gradient(90deg,#0a5ea8,#0cb3e6);
    min-width:110px;
    font-size:14px;
    margin-bottom:-20px;
}
.ravi{
    border:1px solid #0099D2 !important;
    background:#ffffff;
}

.right-section {
    background: #003b82;
    min-height: 420px;
}

/* 
nbfc loan start css */
.min-h-auto {
    min-height: auto !important;
}
.mr-10{
   margin-right: -10px;
}

.blue-card-wrapper{
  background-color: #EFFAFF;
}
/* 
nbfc loan end css */

/* PayDay Loan CSS */

.dark-blue-text {
  color: var(--dark-blue);
}

.gradient-bg {
  background: linear-gradient(180deg, #0099d2 0%, #032e63 100%);
}

.table-border {
  border: 1px solid #016aa1;
}

.loan-table tbody th,
.loan-table tbody td {
  position: relative;
  font-size: 0.88rem;
  padding: 13px;
  vertical-align: middle;
  border: none !important;
  border-right: 1.5px solid #d6d6d6 !important;
  text-align: center;
  min-width: 33%;
}

.loan-table tbody tr th::after,
.loan-table tbody tr td::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: #d6d6d6;
  margin: 0 auto;
  right: 0;
}

.loan-table tbody tr td:last-child {
  border-right: none !important;
}

.loan-table tbody tr:last-child th::after,
.loan-table tbody tr:last-child td::after {
  display: none;
}

@media (max-width: 425.98px) {
.mobile-height-100 {min-height: 100%;}}
@media (min-width: 425.98px) {
.table-fixed {
  table-layout: fixed;
  width: 100%;
}}
/* PayDay Loan CSS END */

/* Instant Loan 20000 CSS Starts */


/* personal loan eligibilty CSS starts */

.banner-section-ple {
    background: linear-gradient(to right, #1c3d82 0%, #1c3d82 28%, rgba(28, 61, 130, 0.97) 36%, rgba(28, 61, 130, 0.85) 44%, rgba(28, 61, 130, 0.45) 56%, rgba(28, 61, 130, 0.08) 70%, transparent 100%), url(../images/ple_personal-loan-hero.png);     background-position: top right;}

.step-row:not(:last-child) .col-auto::after {
 content: '';
    position: absolute;
    left: 25px;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% + 3rem);
    background: rgba(217, 217, 217, 1);
    z-index: -1;
}

.tips-cards-wrapper {
    left: -3.5rem;
}


@media (max-width: 991.98px) {
    .tips-cards-wrapper {
        position: static !important;
        width: 100% !important;
        gap: 0.75rem;
    }
}
/* personal loan eligibilty CSS end */

/* Small Personal Loan CSS starts */

.loan-calc-dots {
    border-bottom: 2px dotted #adb5bd;
}
.loan-calc-total-repay {
    background-color: rgba(0, 153, 210, 1);
}
.step-btn {
    bottom: -18px;
}

/* Small Personal Loan CSS ends */