@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-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-family: "Poppins", sans-serif !important;
}
:root {
  --primary-color:#082E5B;
  --secondary-color: #31A07B;
  --black-color: #111111;
  --bg-light: #EBF4FF;
  --accent-color: #E9B122;
  --icon-color: #A67029;
  --text-color: #3F5856;
  --smalltext: 12px;
  --heading1text: 36px;
  --heading2text: 30px;
  --heading3text: 26px;
  --heading4text: 24px;
  --heading5text: 20px;
  --heading6text: 16px;
  --navbar-height: 100px;


}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

h1{
 font-size: 36px !important;
 font-weight: 600 !important;
}
h2{
  font-size: 30px !important;
  font-weight: 600 !important;
}
h3{
  font-size: 26px !important;
  font-weight: 500 !important;
}
h4{
  font-size: 24px !important;
  font-weight: 500 !important;
}
h5{
  font-size: 20px !important;
  font-weight: 500 !important;
}
h6{
  font-size: 16px !important;
  font-weight: 500 !important;
}


body {
  font-size: 16px;
  line-height: 24px;
  color: #3F5856;
  background-color: #fff !important;
  overflow-x: hidden;
}

p{
  font-size: 14px;
  line-height: 24px;
  color: var(--text-color);
  font-weight: 300;
}


a {
  text-decoration: none;
  color: var(--icon-color);
}

.primary-txt {
  color: var(--primary-color);
}

.bg-seconday{
  background-color:  var(--primary-color) !important;
}
.accent-txt {
  color: var(--accent-color);
}
.fs-60 {
  font-size: 60px;
}
.btn-primary{
  background: linear-gradient(90deg, #A67029 0%, #EBB322 30.29%, #DDA326 68.27%, #AD7729 100%);
    padding-block: 13px !important;
    padding-inline: 40px !important;
    border-radius: 10px !important;
    border: none !important;
}
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-green {
  color: var(--secondary-color) !important;
}


/* header css */


.rounded_12 {
  border-radius: 12px !important;
}

.rounded_25 {
  border-radius: 25px;
}

/* header css start */
.custom-navbar {
  z-index: 9;
  box-shadow: 0 4px 4px 0 rgb(154 154 154 / 10%);
}

.logo-img {
  width: 198px;
}

nav.navbar {
  max-height: var(--navbar-height);
  padding-block:22px;
}
 
.page-wrapper {
  margin-top: var(--navbar-height) !important;
  /* margin-top: 90px   !important; */
}
.nav-link-custom{
   color: var(--black-color);
   font-size: 18px;
   font-weight: 500;
}
.nav-link-custom:focus, .nav-link-custom:hover
 {
    color: var(--icon-color);
}

.nav-link-custom {
  font-size: 18px;
  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;
}

/* ======= header css End=============== */

/* footer css start  */

.footer {
  background: var(--primary-color);
}
.footerlogo{
    position: absolute;
    top: 0;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    padding: 5px 10px;
}

.footer a{
  font-size: 16px;
  font-weight: 300;
  color: #fff !important;
}
.footer a:hover{
  font-size: 16px;
  font-weight: 300;
  color: var(--icon-color) !important;
}
.followusicon i{
  width: 30px;
    height: 30px;
    background: #D3FFF0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--icon-color);
    border-radius: 30px;
}
/* footer css end  */

/* custom css start */
.page-wrapper {
  margin-top: 110px;
}

h2 {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: normal;
}

.textSecondary {
  color: var(--secondary-color) !important;
}

.breadcrumb{
  background-color: var(--primary-color);
  background: linear-gradient(#082E5B, #082E5B), url("../img/breadcrumbbg.jpg") no-repeat center center ;
  color: #fff;
}

/* custom css end */

/* hero section css start */
.hero-section {
/* background:
  linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
  radial-gradient(
    134.86% 413.91% at -12.99% 17.28%,
    rgba(255, 255, 255, 0.1) 0%,
    #082E5B 14.42%,
    #082E5B 85.58%,
    rgba(255, 255, 255, 0.1) 99.13%
  ); */
  background: url(../img/hero-banner.jpg) center no-repeat;
  background-size: cover;
   display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hero-sec h1{
  font-size: 60px !important;
    font-weight: bold !important;
}
.hero-content h1 {
  color: var(--primary-color);
  font-size: 5rem;
  font-style: normal;
  line-height: 1;
}

.circle {
  width: 8px;
  height: 8px;
  background-color: var(--accent-color);
  border-radius: 50%;
  display: inline-block;
}

.instuptext{
    padding: 6px 10px;
    border-radius: 25px;
    background-color: #D3FFF0;
    color: #3F5856;
    font-size: 14px !important;
    white-space: nowrap;
}

.hero-para{
   padding-right: 8em;
    font-size: 15px;
    line-height: 1.5;
    opacity: 0.9;
 
}

.hero-sec ul li{
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 16px;
    font-weight: 500;
    color: white;
}
.hero-sec ul li span{
    width: 20px;
    height: 20px;
    padding: 3px;
}
.sightbox{
    position: absolute;
    background: #fff;
    top: -22px;
    right: 20px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    gap: 0.5em;
    border: 1px solid var(--primary-color);
}

.shimmer {
   text-align: center;
    color: #e9b1227a;
    background: -webkit-gradient(linear, left top, right top, from(#5b5b5b), to(#ffffff), color-stop(0.5, #fff));
    background: -moz-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
    background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
    -webkit-background-size: 125px 100%;
    -moz-background-size: 125px 100%;
    background-size: 125px 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-animation-name: shimmer;
    -moz-animation-name: shimmer;
    animation-name: shimmer;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: var(--accent-color);
}
 
@-moz-keyframes shimmer {
      0% {
            background-position: top left;
      }
      100% {
            background-position: top right;
      }
}
 
@-webkit-keyframes shimmer {
      0% {
            background-position: top left;
      }
      100% {
            background-position: top right;
      }
}
 
@-o-keyframes shimmer {
      0% {
            background-position: top left;
      }
      100% {
            background-position: top right;
      }
}
 
@keyframes shimmer {
      0% {
            background-position: top left;
      }
      100% {
            background-position: top right;
      }
}
/* loan box */
.loantime{
  border: none;
    padding: 4px 4px;
    text-align: center;
    color: #3F5856;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: #d3fff0;
    border-radius: 32px;
}
.loancalculterbox input[type="range"] {
    accent-color: var(--primary-color);
}

.interstcard{
    background: #D3FFF0;
    border-radius: 15px;
}


/* hero section css end */

.slider {
  width: 100%;
}

input[type="range"] {
  accent-color: var(--accent-color);
}

/* why choose us section css start  */
.bg-light-accent {
  background-color: #C4FBF7;
}

.bg-light-gray {
  background-color: var(--bg-light);
}

.text-accent {
  color: var(--accent-color);
}

.border-accent {
  border-color: var(--accent-color) !important;
}

.bg-light-green {
  background: #EFFDFF;
}

.bg-accent {
  background-color: var(--accent-color);
}
.choose-card{
  border-radius: 10px !important;
}
.choose-card .card-footer {
  border-radius: 0px 0px 30px 30px;
  min-height: 120px;
}

.choose-card {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 4px 45px -15px rgba(0, 0, 0, 0.15);
}

.choose-card .card-body {
  padding: 15px;
  min-height: 368px !important;
  max-height: 368px !important;
}

.choose-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}

.choose-img img {
  width: 100%;
  height: 100%;
      object-fit: cover;
    border-radius: 15px;
}

.why-choose {
border-radius: 42px;
background: #CBDFF7;
}

.choose-text h5{
  font-weight: var(--heading5text);
  color: var(--text-color);
}

.bgspan{
  background: #D3FFF0;
  padding: 2px 10px;
  border-radius: 30px;
}
/* why choose us section css end  */


/* Product Page css start */
.productcard{
    background: var(--primary-color);
    color: #fff !important;
    overflow: unset !important;
}
.productcard:hover{
    background: var(--secondary-color);
}


.productimg img{
    margin-top: -78px;
    margin-bottom: 10px;
    border-radius: 50%;
}

/* product page css end */

/* divider Section */

.dividersec{
  background: var(--primary-color);
}
.dividercard{
  overflow: hidden !important;
}
.divcard1 .lineboder, .divcard2 .lineboder,.divcard3 .lineboder,.divcard4 .lineboder{
position: absolute;
    height: 3px;
    width: 100%;
    overflow: hidden;
}

.divcard1 .lineboder {
    background: var(--icon-color);
}
.divcard1 h1{
    color: var(--icon-color);
}
.divcard2 .lineboder {
    background: var(--primary-color);
}
.divcard2 h1{
    color: var(--primary-color);
}
.divcard3 .lineboder {
    background: var(--accent-color);
}
.divcard3 h1{
    color: var(--accent-color);
}
.divcard4 .lineboder {
    background: var(--secondary-color);
}
.divcard4 h1{
    color: var(--secondary-color);
}

/* download app css start */
.download-app {
  background: url(../img/downloadbg.png);
}

.scan-qr {
  width: 177px;
  height: 177px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-app .vr {
  background-color: var(--accent-color);
  opacity: 1;
}

.download-app .border-top {
  border-top: 1px solid var(--accent-color) !important;
}


.bounce2 {
  animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.representative .card {
  background-color: var(--bg-light);
}

.accent-color-text {
  color: var(--accent-color);
}

.blog-section .card {
  background-color: var(--bg-light);
  border-color: var(--primary-color);
}

.card-custom {
  border-radius: 20px;
  padding: 20px;
  height: 100%;
  border: 1px solid var(--primary-color);
  background-color: var(--bg-light);
}

.title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Blog section */
.blogcard {
    position: relative;
    transition: 0.3s ease;
    overflow: hidden;
}
.blogcard:hover{
    transform: translateY(-8px);
}
.blogcard .img-main {
  width: 100%;
  border-radius: 15px;
  margin-top: 15px;
  object-fit: cover;
  height: 180px;
}

.img-side {
  width: 120px;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}

/* faq css */
.accordion-item:not(:first-of-type) {
  border-top: 1px solid var(--primary-color);
}

.accordion-item {
  background-color: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 6px;
}

.accordion-item:first-of-type {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.accordion-button:not(.collapsed),
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 6px;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--primary-color);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
  border-radius: 5px 5px 0px 0px !important;
  font-weight: 700 !important;
}

.accordion-button {
  letter-spacing: 0.5px;
  border-radius: 6px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('../img/minus-icon.svg');
}

.accordion-button::after {
  background-image: url('../img/plus-icon.svg');
}

/* about us page css start */


.we-card {
  border-radius: 7px;
  border: none;
  background: #EFFAF9;
  box-shadow: 0 109px 80px 0 rgba(11, 102, 73, 0.03), 0 70.648px 46.852px 0 rgba(11, 102, 73, 0.02), 0 41.985px 25.481px 0 rgba(11, 102, 73, 0.02), 0 21.8px 13px 0 rgba(11, 102, 73, 0.01), 0 8.881px 6.519px 0 rgba(11, 102, 73, 0.01), 0 2.019px 3.148px 0 rgba(11, 102, 73, 0.01);
}

.we-card .card-body {
  padding: 26px 30px;
}

.we-card::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 32.273px;
  height: 23.705px;
  background-image: url(../images/leave.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.we-sets-apart .card {
  border-radius: 35px;
  border: none;
  box-shadow: 0 109px 80px 0 rgba(11, 102, 73, 0.03), 0 70.648px 46.852px 0 rgba(11, 102, 73, 0.02), 0 41.985px 25.481px 0 rgba(11, 102, 73, 0.02), 0 21.8px 13px 0 rgba(11, 102, 73, 0.01), 0 8.881px 6.519px 0 rgba(11, 102, 73, 0.01), 0 2.019px 3.148px 0 rgba(11, 102, 73, 0.01);
}

.item-card1 {
  background-color: #BAFDF8;
}

.item-card2 {
  background-color: #A6F3D4;
}

.item-card3 {
  background-color: var(--bg-light);
}

.item-card4 {
  background-color: #B3E7E3;
}

.item-card5 {
  background-color: #DCFFD1;
}

.we-sets-apart .owl-carousel .owl-item img {
  display: block;
  width: 250px;
}

.we-sets-apart .owl-carousel .owl-stage-outer {
  overflow: visible !important;
  padding: 10px 0 20px;
}

.we-sets-apart .owl-nav {
  display: none;
  justify-content: center;
  gap: 10px;
  z-index: 100;
}

.we-sets-apart .owl-nav button {
  width: 42px;
  height: 42px;
  border-radius: 50% !important;
  color: #000000 !important;
  font-size: 1.1rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black !important;
}

.we-sets-apart .owl-nav .disabled {
  border: 1px solid gray !important;
  color: gray !important;
}

.step-count {
  font-size: 120px;
  font-weight: 900;
  color: #000000;
  opacity: 0.05;
  width: 90px;
  height: 100px;
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: normal;
}

.step-card p {
  font-size: 0.8em;
}

.advantage-container::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background-image: url(../img/step-line.png);
  background-repeat: no-repeat;
  background-size: 82% 100%;
  background-position: left center;
top: 32%;
        height: 206px;
        rotate: 354deg;
  background-size: 82% 100%;
}
@media (max-width: 1399.98px) {
    .advantage-container::before {
        background-size: 82% 100%;
        background-position: left center;
        top: 35%;
        height: 210px;
        rotate: 354deg;
        background-size: 83% 100%;
    }
}
.step-card1 {
  margin-top: -50px;
}

/* about us page css end */


/* apply now css */

.left-content {
  padding: 30px 40px;
}

.light-bg {
  background-color: var(--bg-light);
}

.loan-card {
  border: 1px solid #e5e5e5;
  border-radius: 34px;
  padding: 16px;
  background: #fff;
  height: 100%;
  transition: .3s;
  z-index: 1;
  overflow: hidden;
}


.loan-card:hover {
  transform: translateY(-5px);
}

.apply-box {
  padding: 0px 10px;
}

.custom-form .input-group {
  border: 1px solid #6C757D;
  border-radius: 12px;
}

.custom-form .input-group .form-control,
.custom-form .input-group .form-select,
.custom-form .input-group .input-group-text {
  border: none;
  border-radius: 12px;
}

.custom-form .input-group .form-select:focus {
  box-shadow: none;
}

.custom-form .input-group:focus-within {
  border-color: var(--primary-color);
}

.w-60 {
  width: 60px;
}

.img-icon {
  width: 100px;
  height: 100px;
  /* background-color: red; */
  bottom: 0px;
  right: 20px;
}

.img-icon img {
  width: 100%;
  height: 100%;
}



.repay-banner .card {
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(10px);
}

.repay-banner .card small {
  letter-spacing: 3px;
}

.spacing-1 {
  letter-spacing: 1px;
}

.repay-card-step .card {
  border: 2px solid #B3E7E3;
}

.contact-card .card {
  border-radius: 31px;
  background: rgba(255, 255, 255, 0.50);
}

.contact-img {
  width: 220px;
}

.border-accent-light {
  border-color: #B3E7E3;
}

.contact-form-card .card {
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(20px);
}

.border-accent {
  border-color: var(--accent-color);
}



.step-number {
  font-size: 80px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px var(--secondary-color);
  line-height: 0.7;
}

.lending-partner .card {
  border-radius: 0px;
  background-color: #E5F7F5;
}

.lending-partner .card .card-footer {
  border-radius: 28px;
  border: none;
}

.w-150{
  width: 160px!important;
}

.rounded_16 {
  border-radius: 16px!important;
}

/* new css  */

.smart-loan {
  background: #fff;
  overflow: hidden;
  min-height: 92vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.smart-loan .row {
  min-height: 60vh;
}

/* LEFT CURVED BG */
.smart-loan::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  height: 100%;
  background: url('../images/green-curve.png') no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}

.smart-loan .container {
  position: relative;
  z-index: 2;
}

.icon {
  width: 50px;
  height: 50px;
}

.card {
  position: relative;
  overflow: visible;
  border-radius: 20px !important;
}

.money-bag {
  position: absolute;
  top: 26%;
  right: -8%;
  width: 120px;
  z-index: 5;
  transform: translate(-0%, -50%);
}
.needHelp{
  background-color: #007382;
  border-radius: 70px 70px 0px 0px;
}
.needHelp a{
  color: #007382;
}
.dark-bg{
border-radius: 42px;
background: linear-gradient(353deg, var(--Primary-Color, #007382) 4.41%, #1DB3C7 94.19%);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
}

.dark-bg1{
  background: linear-gradient(180deg, #28CEE4 0%, #DAF6FA 48.2%, #FFF 97.73%);
}
 /* radio css */
 

 /* New Css */
 
.downloadappcontent{
  background: linear-gradient(353deg, var(--Primary-Color, #007382) 4.41%, #1DB3C7 94.19%);
}
.repayLoanSec{
  background: linear-gradient(353deg, var(--Primary-Color, #007382) 4.41%, #1DB3C7 94.19%);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
}
.features_sectionbox{
  box-shadow: 0px 1px 19px rgba(89, 113, 201, 0.16);
}
.imgNum::after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #D9D9D9;
    position: absolute;
    left: 10px;
    top: 14px;
    z-index: -9;
}

/* Home New Banner Css */


.rates-fee-section {
    position: relative;
}

.rates-fee-card {
    padding: 35px 40px;
    border: 1px solid #eeeeee;
    overflow: hidden;
}

.rates-details {
    margin: 0;
}

.rates-column {
    padding: 0 35px;
}

.rates-column:first-child {
    border-right: 1px solid #e5e5e5;
}

.rate-item {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 105px;
    padding: 16px 0;
    border-bottom: 1px solid #eeeeee;
}

.rate-item:last-child {
    border-bottom: 0;
}

.rate-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    background: #D3FFF0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rate-icon img {
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
}

.rate-content h6 {
    margin: 0 0 6px;
    color: #3F5856;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.rate-content h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.rate-content h4 span {
    font-size: 13px;
    font-weight: 500;
}

.representative-example {
    margin-top: 30px;
    padding-top: 28px;
    border-top: 1px solid #e5e5e5;
}

.example-heading {
    margin-bottom: 18px;
}

.example-heading h5 {
    font-size: 18px;
}

.example-heading p {
    color: #777;
    font-size: 13px;
}

.representative-table {
    border: 1px solid #e3e3e3;
    min-width: 1100px;
}

.representative-table thead th {
    background: #3F5856;
    color: #fff;
    padding: 13px 10px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.representative-table tbody td {
    padding: 14px 10px;
    font-size: 12px;
    color: #333;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.representative-table tbody tr:hover {
    background: #f7fffc;
}

.company-accreditation {
    margin-top: 28px;
    padding: 20px 22px;
    background: #f4fffa;
    border-left: 4px solid #3F5856;
    border-radius: 6px;
}

.company-accreditation h5 {
    font-size: 17px;
}

.company-accreditation p {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 991px) {

    .rates-fee-card {
        padding: 25px 20px;
    }

    .rates-column {
        padding: 0 15px;
    }

    .rates-column:first-child {
        border-right: 0;
        border-bottom: 1px solid #e5e5e5;
    }

    .rate-item {
        min-height: 90px;
    }

    .representative-example {
        margin-top: 25px;
        padding-top: 25px;
    }
}

@media (max-width: 576px) {

    .rates-fee-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .rates-fee-card {
        padding: 20px 15px;
    }

    .rates-column {
        padding: 0;
    }

    .rate-item {
        gap: 12px;
        min-height: 82px;
        padding: 13px 0;
    }

    .rate-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }

    .rate-icon img {
        max-width: 28px;
        max-height: 28px;
    }

    .rate-content h6 {
        font-size: 13px;
    }

    .rate-content h4 {
        font-size: 17px;
    }

    .representative-example {
        margin-top: 20px;
        padding-top: 20px;
    }

    .example-heading h5 {
        font-size: 16px;
    }

    .example-heading p {
        font-size: 12px;
    }

    .company-accreditation {
        margin-top: 20px;
        padding: 15px;
    }

    .company-accreditation p {
        font-size: 13px;
    }
}

.ring-container {
    position: relative;
    margin-right: 20px;
}

.circle {
    width: 10px;
    height: 10px;
    background-color: #007382;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 6px;
}

.ringring {
    border: 3px solid #007382;
    -webkit-border-radius: 30px;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 4px;
    top: 6px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

.loancalculterbox{
    background: #fff;
    padding: 30px;
    border: 1px solid #007382;
    border-radius: 20px;
    position: relative;
}
.loancalculterbox h1{
    font-size: 36px;
    font-weight: 600;
}

.small-text{
    font-size:12px;
}



.hborder{
    background: #007382;
    height: 1px;
    width: 11px;
    rotate: 90deg;
    margin-left: 4px;
}
.hero-sec ul{
    gap: 1rem;
    padding-left: 0px;
}

/* How it Works css start */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* how it works css end */


.choose-card{
  transition: .3s;
}
.choose-card h3{
  font-size: 18px;
    font-weight: 600;
    color: #007382;
}
.choose-card:hover {
    transform: translateY(-8px);
}
.choose-img img{
  transition: scale 0.3s ease-in-out;
}
.choose-card:hover .choose-img img{
  scale: 1.1;
}
.divderbox{
    background: #000;
    padding: 30px 20px;
    border-radius: 20px;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3em;
}
.hborder2{
    background: #007382;
    height: 1px;
    width: 75px;
    rotate: 90deg;
}
.dividerboxcard h3{
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
    color: #eef7f8;
}
.dividerboxcard p{
    margin-bottom: 0;
    color: #8fb7bc;
    font-weight: 600;
}
.bg-lightblue-bg{
  background: #d6f6fa;
}
/* About Us */
.purpose-section{
    padding: 0px 0 !important;
}
.section-tag{
    display:inline-block;
    padding:8px 18px;
    border:1px solid #007382;
    border-radius:30px;
    background:#EEF8F4;
    color:#007382;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:15px;
}

.section-title{
    font-size:3.5rem;
    font-style:normal;
    font-weight:800;
    line-height:normal;
    letter-spacing:-1.92px;
    color:#1B1B1B;
    margin-bottom:0;
}


.purpose-card{
    background:#fff;
    padding:0;
    border:1px solid #007382;
    border-radius:20px;
    position:relative;
    overflow:hidden;
    height:100%;
    box-shadow:none;
}

.purpose-image{
    position:relative;
    overflow:hidden;
}

.purpose-image img{
    width:100%;
    height:170px;
    object-fit:cover;
    transition:transform .5s ease;
}

.purpose-card:hover .purpose-image img{
    transform:scale(1.08);
}

.purpose-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
    rgba(0,0,0,.45),
    rgba(0,0,0,0));
}

.purpose-badge{
    position:absolute;
    left:20px;
    bottom:20px;
    background:#007382;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    z-index:1;
}

.purpose-content{
    padding:30px;
}

.purpose-content h3{
    font-size:30px;
    font-weight:700;
    color:#1B1B1B;
    margin-bottom:15px;
}

.purpose-content p{
    font-size:16px;
    line-height:1.8;
    color:#666;
    margin-bottom:0;
}

.purpose-line{
    display:block;
    width:60px;
    height:4px;
    background:#007382;
    border-radius:10px;
    margin-top:25px;
}
.story-card{
    margin-top:30px;
    background:#fff;
    border:1px solid #007382;
    border-radius:24px;
    overflow:hidden;   /* Important */
    padding:0;         /* Remove padding */
}

.story-card .row{
    margin:0;
    height:100%;
}

.story-card .col-lg-8{
    padding:40px;
}

.story-card .col-lg-4{
    padding:0;
    display:flex;
}

.story-img{
    width:100%;
    height:280px;
    object-fit:cover;
    display:block;
}

/* product Page */
.productcard{
  transition: .3s;
  position: relative;
  overflow: hidden;
}

.productcard .lineboder1,.productcard .lineboder2,.productcard .lineboder3,.productcard .lineboder4,.productcard .lineboder5,.productcard .lineboder6,.productcard .lineboder7{
  position: absolute;
    height: 5px;
    width: 100%;
    overflow: hidden;
}
.productcard .lineboder1{
  background: linear-gradient(45deg, #d2e0e0, #ecf2f1);
}
.productcard .lineboder2{
  background: linear-gradient(45deg, #d2f8fd, #ebfcfe);
}
.productcard .lineboder3{
  background: linear-gradient(45deg, #d1f3ef, #ecfbf9);
}
.productcard .lineboder4{
  background: linear-gradient(45deg, #ffe2e7, #fff0f3);
}
.productcard .lineboder5{
  background: linear-gradient(45deg, #cdf1df, #ebfcf2);
}
.productcard .lineboder6{
  background: linear-gradient(45deg, #c6d9d8, #e8f4f5);
}
.productcard .lineboder7{
  background: linear-gradient(45deg, #d2ebf1, #eaf3f4);
}
.productcard:hover {
    transform: translateY(-8px);
}
.productcard .cardimgarea img{
  width: 55px;
  height: 55px;
  object-fit: cover;
  box-shadow: 0px 0px 7px 0px #00738282;
  border-radius: 45px;
}
.productcard .cardimgarea span{
  background: #c8f3f8;
  font-size: 13px;
  padding: 2px 10px;
  border-radius: 20px;
  font-weight: 500;
  color: #3f5856;
  border: 1px solid var(--primary-color);
}
.productcard h3{
  font-size: 18px;
  font-weight: 600;
  color: #212121;
}

/* Our Portal */

.portalsec{
  background: #007382;
  color: #fff
}
.portalsec ul{
  list-style: none;
  padding-left: 0px;
}

/* blog detail */

.blog-date, .blog-published{
  color: var(--accent-color);
  font-weight: bold;
}
.otp-inp{
  padding: 0px !important;
  width:40px;
  height:40px;

}
/* otp-verify side banner responsive css */
@media (min-width:767.98px ) and ( max-width:991.98px){
 .otp-bnner{
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
 }
}
@media (max-width:567.98px ){
#session_timeout img{
  width: 200px;
}
}
 

/* New Css Start */

.titleheading span{
  color: var(--text-color);
  font-size: var(--smalltext);
  /* text-transform: uppercase; */
  font-weight: 600;
}

.titleheading .span2{
  font-weight: 600;
  color: var(--secondary-color);
  text-transform: capitalize;
  font-size: 30px;
}

/* New About Page */
.misivisisec{
  background: var(--bg-light);
}
.misioncards{
  transition: .3s;
  position: relative;
  border: 1px solid var(--primary-color);
  overflow: hidden;
  background: var(--bg-light);
}
.misioncards:hover {
    transform: translateY(-8px);
    background: linear-gradient(135deg, #255690, var(--primary-color));
    color: #fff !important;
}
.misioncards:hover img{
      filter: brightness(0) saturate(100%) invert(90%) sepia(74%) saturate(0%) hue-rotate(301deg) brightness(109%) contrast(101%);
}
.misioncards:hover h4, .misioncards:hover p{
    color: #fff !important;
}
.misioncards .bgimg{
    opacity: 0.05;
    position: absolute;
    bottom: -25px;
    right: -36px;
    width: 200px;
}


/* New Repay Loan */
.repay-card:hover,
.repay-caFrd.active {
  background: linear-gradient(135deg, #235a9bf2, #07284fe0);
  color: #fff;
}
.repay-card:hover .first-icon img,
.repay-card.active .first-icon img {
  filter: brightness(0) invert(1);
}

.repay-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 20px 20px 60px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    overflow: visible;
    border: 1px solid #082e5b;
}
.step-circle1 {
    position: absolute;
    top: -25px;
    left: -20px;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--icon-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.repay-card:hover h6,
.repay-card.active h6,
.repay-card:hover p,
.repay-card.active p {
  color: #fff;
}
.repay-card .first-icon img {
  width: 50px;
}
.repay-card p {
    font-size: var(--smalltext)
}
.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 20px;
}

/* new product page */
.newproductcard {
    border: 1px solid var(--primary-color);
    background: url(../img/breadcrumbbg.jpg);
    transition: .3s;
    position: relative;
    border-radius: 10px;
}
.newproductcard .card-body{
   min-height: 300px !important;
}
.newproductcard .newproductimg {
    width: 60px;
    height: 60px;
}

.newproductcard .newproductimg img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.newproductcard h5 {
    color: var(--primary-color);
}

.newproductcard:hover {
    background: var(--primary-color);
    transform: translateY(-8px);
}

.newproductcard:hover h5,
.newproductcard:hover p,
.newproductcard:hover h6 {
    color: #fff !important;
}


/* Contact Page */
.contacticon{
  padding: 10px;
    background: #d3fff0;
    border-radius: 8px;
    color: var(--icon-color);
    width: 40px;
    height: 40px;
    text-align: center;
}
.contactinfosec{
  background: var(--bg-light);
}
.contacttext span{
  font-size: var(--smalltext);
  color: var(--primary-color);
  font-weight: 600;
}
.contactheading {
  font-size: 55px !important;
  line-height: 60px;
}
.contactheading span{
  font-size: 55px !important;
}
.contactformbox{
    padding: 30px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 20px;
}
.contactformbox label{
  color: #fff;
}
.contactdeatilsbox{
  background: #fff;
    padding: 20px 20px;
    border-radius: 20px;
    border: 0.3px solid #082e5b4f;
        width: 90%;
}

/* Apply Now */

/* .apply-section {
        background: url(../img/applynowbanner.jpg);
        display: flex;
        align-items: center;
        flex-wrap: wrap;
 } */
  .apply-section {
    background: url(../img/applynowbanner.jpg);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.formbox .inputcard{
  background: #fff;
    border-radius: 10px;
    padding: 0px 10px;
    gap: 0.5em;
    border: 1px solid #ccc;
}
.formboxarea{
      background: var(--bg-light);
    border-radius: 10px;
    padding: 30px;
}
.bannerlistapply i{
  color: var(--icon-color);
}
.beniconimg{
width: 55px;
    height: 55px;

}
.benifitsection{
  background: var(--bg-light);
}

.owl-theme .owl-nav {
    margin-top: 20px !important;
}
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    border: none !important;
    background: transparent url("https://salarymantra.com/public/images/icons/Arrow-icon.svg") no-repeat center !important;
    background-size: 100% !important;
    padding: 0 !important;
    margin: 0 5px !important;

}

/* Hide default Owl arrows */
.owl-nav button span {
    display: none !important;
}

/* Previous → Left */
.owl-nav button.owl-prev {
    transform: rotate(-90deg);
}

/* Next → Right */
.owl-nav button.owl-next {
    transform: rotate(90deg);
}

/* lending partner css start */
.lending-partner{
  
}

  @media (max-width: 1199.98px) {
    
    .container {
        max-width: 95%;
    }
   
    .hero-sec h1 {
        font-size: 48px !important;
        line-height: 58px !important;
    }
    .hero-sec h1 .shimmer {
        line-height: 58px !important;
    }
    .hero-para {
        padding-right: 2em;
    }
    .hero-sec ul {
        gap: 0.6rem;
    }
    .hero-sec ul li {
        font-size: 14px;
    }
    .loancalculterbox {
        padding: 24px;
    }
    .loancalculterbox h1 {
        font-size: 30px;
    }
    .productimg img {
        width: 125px;
        height: 125px;
        object-fit: cover;
    }
    .choose-card .card-body {
        min-height: 350px !important;
        max-height: none !important;
    }
    .repay-cards-row{
       margin-inline:23px;
    }
}
@media (max-width: 991.98px) {
    h1 {
        font-size: 32px !important;
    }
    h2 {
        font-size: 28px !important;
    }
    h3 {
        font-size: 24px !important;
    }
    h4 {
        font-size: 21px !important;
    }
    h5 {
        font-size: 18px !important;
    }
    p {
        font-size: 14px;
        line-height: 22px;
    }
    .hero-section {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }
    .hero-section > .container {
        width: 100%;
    }
    .hero-section .row {
        align-items: center;
    }
    .hero-sec {
        margin-bottom: 50px;
    }
    .hero-sec h1 {
        font-size: 46px !important;
        line-height: 55px !important;
    }
    .hero-sec h1 .shimmer {
        line-height: 55px !important;
    }
    .hero-para {
        padding-right: 0;
        max-width: 650px;
    }
    .hero-sec > .d-flex {
        flex-wrap: wrap;
    }
    .hero-sec img[width="180"] {
        width: 150px;
        height: 150px;
    }
    .hero-sec ul {
        margin: 0;
        gap: 0.5rem;
    }
    .hero-sec ul li {
        font-size: 14px;
    }
    .loancalculterbox {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    .why-choose {
        border-radius: 30px;
    }
    .titleheading .span2 {
        font-size: 28px;
    }
    .choose-card .card-body {
        min-height: 340px !important;
        max-height: none !important;
    }
    .productsec .row.mt-5 {
        margin-top: 25px !important;
    }
    .productcard {
        margin-bottom: 40px;
    }
    .productimg img {
        width: 130px;
        height: 130px;
    }
    .producttext {
        padding: 0 10px;
    }
    .dividersec .col-lg-3 {
        margin-bottom: 20px;
    }
    .dividercard {
        height: 100%;
    }
    .rates-fee-card {
        padding: 25px 20px;
    }
    .rates-column {
        padding: 0 15px;
    }
    .rates-column:first-child {
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 5px;
    }
    .rate-item {
        min-height: 90px;
    }
    .representative-example {
        margin-top: 25px;
        padding-top: 25px;
    }
    .row {
        --bs-gutter-x: 1.5rem;
    }
    img {
        max-width: 100%;
        height: auto;
    }
}
@media (max-width: 767.98px) {
    body {
        font-size: 14px;
        overflow-x: hidden;
    }
    .page-wrapper {
        margin-top: 75px !important;
    }
    .container, .container-md {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .titleheading {
        padding-left: 10px;
        padding-right: 10px;
    }
    .titleheading h2 {
        font-size: 27px !important;
        line-height: 1.3;
    }
    .titleheading .span2 {
        font-size: 27px ;
    }
    .contactheading span{
      font-size: 27px !important;
        line-height: 1.3;

    }
.contactformbox {
    padding: 20px;

}
    .hero-section {
        padding: 35px 0 !important;
        background-position: center;
    }
    .hero-section .row {
        display: flex;
        flex-direction: column;
    }
    .hero-section .col-lg-7, .hero-section .col-lg-5 {
        width: 100%;
        max-width: 100%;
    }
    .hero-sec {
        margin-bottom: 55px;
        text-align: left;
    }
    .instuptext {
        display: inline-block;
        font-size: 12px !important;
        white-space: normal;
    }
    .hero-sec h1 {
        font-size: 36px !important;
        line-height: 45px !important;
        margin-top: 15px;
    }
    .hero-sec h1 .shimmer {
        line-height: 45px !important;
    }
    .hero-para {
        padding-right: 0;
        font-size: 14px;
        line-height: 22px;
    }
    .hero-sec > .d-flex {
        display: flex !important;
        align-items: flex-start !important;
        gap: 15px !important;
    }
    .hero-sec img[width="180"] {
        width: 110px;
        height: 110px;
        flex-shrink: 0;
    }
    .hero-sec ul {
        padding-left: 0;
        gap: 7px;
        margin: 0;
    }
    .hero-sec ul li {
        font-size: 12px;
        line-height: 20px;
    }
    .hero-sec ul li span {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }
    .hero-sec ul li span svg {
        width: 13px;
        height: 13px;
    }
    .hero-sec .btn-primary {
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .social-box {
        justify-content: center !important;
        margin-top: 20px !important;
    }
    .social-box img {
        width: 125px !important;
        height: auto;
    }
    .loancalculterbox {
        padding: 20px 15px;
        border-radius: 16px;
        width: 100%;
    }
    .loancalculterbox h1 {
        font-size: 27px !important;
    }
    .sightbox {
        position: absolute;
        top: -18px;
        right: 10px;
        padding: 3px 7px;
        gap: 5px;
    }
    .sightbox p:first-child {
        font-size: 12px !important;
    }
    .sightbox p:last-child {
        font-size: 10px !important;
    }
    .loantime {
        font-size: 11px;
        width: fit-content;
    }
    .apr-per {
        font-size: 12px !important;
        text-align: right;
    }
    .loancalculterbox .interstcard {
        padding: 12px !important;
    }
    .loancalculterbox .interstcard p {
        font-size: 11px;
    }
    .loancalculterbox .interstcard p:last-child {
        font-size: 15px;
    }
    .loancalculterbox .btn-primary {
        width: 100%;
    }
    .howitworks {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .why-choose {
        border-radius: 25px;
        padding: 35px 0 !important;
    }
    .bgspan {
        font-size: 11px !important;
        padding: 4px 9px;
    }
    .choose-card .card-body {
        min-height: auto !important;
        max-height: none !important;
        padding: 15px;
    }
    .choose-img img {
        width: 150px !important;
        height: auto !important;
    }
    .choose-text {
        margin-top: 15px !important;
    }
    .choose-text h5 {
        font-size: 18px !important;
    }
    .productsec {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .productsec .titleheading {
        text-align: center;
        width: 100%;
    }
    .productsec .d-flex.justify-content-between {
        flex-direction: column;
        gap: 15px;
    }
    .productsec .titleheading p {
        margin-bottom: 0;
    }
    .productsec .row.mt-5 {
        margin-top: 10px !important;
    }
    .productcard {
        margin-bottom: 20px;
    }
    .productcard .card-body {
        padding: 25px 18px 20px;
    }
    .productimg img {
        width: 120px;
        height: 120px;
        margin-top: -65px;
    }
    .producttext h4 {
        font-size: 20px !important;
    }
    .producttext p {
        font-size: 13px;
        line-height: 21px;
    }
    .productcard .btn-primary {
        width: 100%;
    }
    .dividersec {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .dividersec .row {
        row-gap: 15px;
    }
    .dividersec .col-lg-3 {
        width: 50%;
        margin-bottom: 0;
    }
    .dividercard h1 {
        font-size: 27px !important;
    }
    .dividercard p {
        font-size: 12px;
        line-height: 18px;
    }
    .dividercard .card-body {
        padding: 20px 8px;
    }
    .rates-fee-section {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .rates-fee-section .titleheading p {
        font-size: 13px;
        line-height: 21px;
    }
    .rates-fee-card {
        padding: 15px 12px;
        border-radius: 12px !important;
    }
    .rates-column {
        padding: 0;
    }
    .rate-item {
        gap: 12px;
        min-height: 80px;
        padding: 12px 0;
    }
    .rate-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }
    .rate-icon img {
        max-width: 27px;
        max-height: 27px;
    }
    .rate-content {
        min-width: 0;
    }
    .rate-content h6 {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 3px;
    }
    .rate-content h4 {
        font-size: 16px !important;
        line-height: 21px;
        word-break: break-word;
    }
    .rate-content h4 span {
        font-size: 11px;
    }
    .representative-example {
        margin-top: 18px;
        padding-top: 18px;
    }
    .example-heading h5 {
        font-size: 15px !important;
    }
    .example-heading p {
        font-size: 11px;
        line-height: 18px;
    }
    .representative-example .table-responsive {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .representative-table {
        min-width: 900px;
    }
    .company-accreditation {
        margin-top: 18px;
        padding: 14px;
    }
    .company-accreditation h5 {
        font-size: 15px !important;
    }
    .company-accreditation p {
        font-size: 12px;
        line-height: 19px;
    }
    .btn-primary {
        font-size: 14px;
        padding: 11px 20px !important;
    }
    img {
        max-width: 100%;
    }
.section-padding-apply {
    padding-inline-start: 15px !important;
    padding-inline-end: 15px !important;
}
.about-para{
    padding-block-end:50px;
}
}
@media (max-width: 575.98px) {
    /* Navbar */
    .logo-img {
        width: 155px;
    }
    nav.navbar {
        padding-block: 15px;
    }
    /* Hero */
    .hero-sec h1 {
        font-size: 31px !important;
        line-height: 40px !important;
    }
    .hero-sec h1 .shimmer {
        line-height: 40px !important;
    }
    .hero-para {
        font-size: 13px;
        line-height: 21px;
    }
    .hero-sec > .d-flex {
        gap: 10px !important;
    }
    .hero-sec img[width="180"] {
        width: 95px;
        height: 95px;
    }
    .hero-sec ul li {
        font-size: 11px;
        line-height: 18px;
    }
    .hero-sec ul li span {
        width: 16px;
        height: 16px;
    }
    .hero-sec ul li span svg {
        width: 11px;
        height: 11px;
    }
    .social-box {
        gap: 7px !important;
    }
    .social-box img {
        width: 105px !important;
    }
    /* Calculator */
    .loancalculterbox {
        padding: 18px 12px;
    }
    .loancalculterbox h1 {
        font-size: 23px !important;
    }
    .sightbox {
        top: -16px;
        right: 5px;
    }
    .sightbox span {
        width: 25px;
        height: 25px;
    }
    .apr-per {
        font-size: 11px !important;
    }
    .loancalculterbox .d-flex.justify-content-between.align-items-center.gap-3.mt-3 {
        gap: 8px !important;
    }
    .loancalculterbox .interstcard {
        padding: 10px 8px !important;
    }
    .loancalculterbox .interstcard p:last-child {
        font-size: 13px;
    }
    .productimg img {
        width: 105px;
        height: 105px;
        margin-top: -55px;
    }
    .producttext h4 {
        font-size: 18px !important;
    }
    /* Counters */
    .dividersec .col-lg-3 {
        width: 50%;
    }
    .dividercard h1 {
        font-size: 23px !important;
    }
    /* Rates */
    .rate-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
    .rate-icon img {
        max-width: 24px;
        max-height: 24px;
    }
    .rate-content h6 {
        font-size: 11px;
    }
    .rate-content h4 {
        font-size: 14px !important;
    }
}
@media (max-width: 400px) {
    .hero-sec h1 {
        font-size: 28px !important;
        line-height: 36px !important;
    }
    .hero-sec h1 .shimmer {
        line-height: 36px !important;
    }
    .hero-sec img[width="180"] {
        width: 85px;
        height: 85px;
    }
    .hero-sec ul li {
        font-size: 10px;
    }
    .social-box img {
        width: 95px !important;
    }
    .loancalculterbox {
        padding: 15px 10px;
    }
    .loancalculterbox .interstcard p:last-child {
        font-size: 12px;
    }
    .dividercard h1 {
        font-size: 21px !important;
    }
       .page-wrapper {
        margin-top: 60px !important;
    }
    .navbar-collapse {
        top: 60px !important;
   }

}
/* How It Works */
.howitworks {
    width: 100%;
    overflow: hidden;
}

.howitworks .row.w-100 {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
}

.howitworks .row.w-100 > .col-lg-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.howitworks .row.w-100 > .col-lg-4 > .d-flex {
    width: 100%;
}

.how-card {
    width: 270px;
    min-height: 220px;
    padding: 20px 15px;
    border: 1px solid #BAE0DE;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
}

.how-card.active {
    border-color: var(--primary-color);
    background: var(--bg-light);
}

.how-card h5 {
    margin: 12px 0 6px;
}

.how-card p {
    margin: 0;
    max-width: 240px;
    line-height: 22px;
}

.card-icon {
    width: 68px;
    height: 68px;
    min-width: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #DCE0FF;
    box-shadow: 0 0 8px #D3D3D3;
}

.card-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.card-number {
    position: absolute;
    right: -10px;
    bottom: -16px;
    color: #babee0c2;
    font-size: 10em;
    font-weight: 600;
    line-height: 1;
    z-index: 0;
    opacity: 0.6;
    pointer-events: none;
}

.how-card > *:not(.card-number) {
    position: relative;
    z-index: 1;
}

.phone-wrapper {
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 560px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-wrapper .how-img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 500px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
}

.phone-wrapper .how-img.active {
    opacity: 1;
    visibility: visible;
}
.chatbot-wrapper {
        position: fixed;
        bottom: 70px;
        right: 30px;
        display: flex;
        align-items: center;
        gap: 10px;
        flex-direction: column;
        z-index: 99;
    }
    .chatbotbox {
        background: #f1911c; 
        font-size: 26px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: none;
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .chatbotbox i {
        color: #fff;
    }
    .tooltip-bubble {
        position: relative;
        background: #fff;
        color: #333;
        padding: 7px 14px;
        border-radius: 20px;
        font-size: 14px;
        white-space: nowrap;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
    /* Arrow */
    .tooltip-bubble::after {
        content: "";
        position: absolute;
        right: 40%;
        bottom: -23px;
        transform: translateY(-50%);
        border-width: 8px;
        border-style: solid;
        border-color: #ffffff #fa050500 #c00c0c00 #ff000000;
    }




@media (max-width: 1199.98px) and (min-width: 992px) {
    .how-card {
        width: 235px;
        min-height: 210px;
    }

    .phone-wrapper {
        height: 510px;
    }

    .phone-wrapper .how-img {
        height: 450px;
    }

    .card-number {
        font-size: 9em;
    }
}

@media (max-width: 991.98px) {

    .howitworks .row.w-100 {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        gap: 0;
        width: 100% !important;
    }

    .howitworks .row.w-100 > .col-lg-4,
    .howitworks .row.w-100 > .col-lg-4 > .d-flex {
        display: contents !important;
    }

    .phone-wrapper {
        grid-row: 1;
        width: 100%;
        max-width: 360px;
        height: 500px;
        margin: 0 auto 20px;
    }

    .phone-wrapper .how-img {
        height: 440px;
    }

    .how-card {
        width: min(300px, calc(100vw - 40px));
        min-height: 210px;
        margin: 10px auto;
    }

    .how-card.card-1 {
        grid-row: 2;
    }

    .how-card.card-2 {
        grid-row: 3;
    }

    .how-card.card-3 {
        grid-row: 4;
    }

    .how-card.card-4 {
        grid-row: 5;
    }

    .card-number {
        font-size: 8em;
    }
}
@media (max-width: 767.98px) {
    .howitworks {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .phone-wrapper {
        height: 430px;
        margin-bottom: 15px;
    }

    .phone-wrapper .how-img {
        height: 390px;
    }

    .how-card {
        width: min(330px, calc(100vw - 30px));
        min-height: 205px;
        padding: 18px 15px;
        border-radius: 22px;
    }

    .card-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .card-icon img {
        width: 52px;
        height: 52px;
    }

    .card-number {
        font-size: 8em;
        right: -8px;
        bottom: -12px;
    }
}

@media (max-width: 575.98px) {
    .phone-wrapper {
        height: 390px;
    }

    .phone-wrapper .how-img {
        height: 350px;
    }

    .how-card {
        width: min(300px, calc(100vw - 30px));
        min-height: 195px;
    }

    .card-icon {
        width: 55px;
        height: 55px;
        min-width: 55px;
    }

    .card-icon img {
        width: 48px;
        height: 48px;
    }

    .card-number {
        font-size: 7em;
    }
}

@media (max-width: 400px) {
    .phone-wrapper {
        height: 350px;
    }

    .phone-wrapper .how-img {
        height: 315px;
    }

    .how-card {
        width: min(280px, calc(100vw - 24px));
    }
}

.resend_otp{
   color: #082E5B; 
    padding-block: 13px !important;
    padding-inline: 40px !important;
    border-radius: 10px !important;
   background:#fff;
   border:1px solid #082E5B;
}

.otp-icon.top-icon1 {
    max-width: 360px;
    margin-inline: auto;
    width: 100%;
}
