.heroSection .heroContent .topArea .left .pointsArea ul li h3,.loanType.salary_slidecontainer label,.vdoArea li p {
  font-size: var(--regular-font);
  font-weight: 500
}

.aboutCol .inner .imgBox,.workCol .inner .imgBox {
  text-align: right;
  bottom: 0;
  right: 0
}

.aboutSection p,.home_blogArea ul li p,.testimonial_Area p {
  -webkit-box-orient: vertical;
  overflow: hidden
}

body {
  font-size: 100%;
  background-color: #fbfeff
}

.heroSection .heroContent .headMain_carousel ul.slick-dots {
  height: 33px;
  position: absolute;
  bottom: 25px;
  display: block;
  padding: 0 11px;
  margin: 0;
  list-style: none;
  text-align: left;
  left: 0;
  width: auto;
  background: #fff;
  z-index: 9;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%)
}

.heroSection {
  background: #fefaff;
  width: 100%;
  height: 335px;
  padding: 43px 0;
  margin-bottom: 60px;
  border-bottom: 1px solid #f6ecec
}

.heroSection .heroContent {
  width: 100%;
  display: flex;
  flex-direction: column
}

.heroSection .heroContent .topArea,.loanType.salary_slidecontainer label {
  width: 100%;
  justify-content: space-between;
  display: flex
}

.heroSection .headMain_carousel {
  margin-bottom: -5px!important
}

.heroSection .heroContent .topArea .left {
  flex: 1;
  max-width: 572px
}

.heroSection .heroContent .topArea .left h1 {
  font-size: 28px;
  font-family: Poppins,sans-serif;
  padding-right: 120px;
  color: #333;
  font-weight: 600
}

.heroSection .heroContent .topArea .left .pointsArea ul {
  display: flex;
  column-gap: 25px;
  padding-top: 20px
}

.heroSection .heroContent .topArea .left .pointsArea ul li {
  display: flex;
  align-items: end;
  column-gap: 9px
}

.heroSection .heroContent .topArea .left .pointsArea ul li img {
  width: auto;
  height: 42px
}

.heroSection .heroContent .topArea .img-box {
  width: fit-content
}

.heroSection .heroContent .topArea .img-box img {
  height: 225px;
  width: auto
}

.header-form-area {
  margin-top: 0;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0,0,0,.1);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 20px;
  z-index: 99;
  position: relative
}

.header-form-area .tab-content {
  background-color: #fff;
  padding: 15px 0;
  position: relative;
  height: 75px
}

.header-form-area ul.nav-tabs,.testimaol_carousel .testimaol_carousel .slick-dots .testimonialItem {
  border: 0
}

.header-form-area ul.nav-tabs li button {
  border: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px
}

.header-form-area ul.nav-tabs li.nav-item {
  margin-right: 2px;
  margin-bottom: 1px
}

.header-form-area ul.nav-tabs li button.nav-link {
  background-color: #fff;
  color: #333;
  text-transform: uppercase;
  font-size: var(--regular-font);
  font-weight: 400;
  line-height: 1.2
}

.header-form-area ul.nav-tabs li button.nav-link.active {
  background-color: var(--secondryColor);
  color: #fff;
  transition: .3s
}

.header-form-area ul.nav-tabs li button.nav-link.active:hover {
  background-color: var(--primaryColor);
  color: #fff
}

.header-form-area .loan-form-area {
  width: 100%;
  display: flex;
  column-gap: 15px
}

.header-form-area .loanType {
  flex: 1
}

.header-form-area .loanType select {
  outline: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../assets/images/drop-icon.webp);
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-size: 26px
}

.header-form-area .loanType input,.header-form-area .loanType select {
  border: 1px solid #e1def3;
  width: 100%;
  height: 48px;
  padding: 10px;
  border-radius: 5px;
  font-size: var(--regular-font);
  font-weight: 500;
  color: #333
}

.financeSimpli_area ul.stepArea li .step-imgBox,.salary_slidecontainer {
  width: 100%
}

.salary_slidecontainer .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: 0;
  opacity: .7;
  -webkit-transition: .2s;
  transition: opacity .2s
}

.salary_slidecontainer .slider:hover {
  opacity: 1
}

.salary_slidecontainer .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: var(--secondryColor);
  cursor: pointer;
  border-radius: 50%
}

.salary_slidecontainer .slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: var(--secondryColor);
  cursor: pointer
}

.loanType.salary_slidecontainer label {
  color: #333;
  padding: 0;
  margin: 0;
  align-items: flex-start
}

.loanType.salary_slidecontainer .amount__box,.loanType.salary_slidecontainer input {
  padding: 0;
  height: 7px
}

.loanType.salary_slidecontainer .amount__box span {
  font-size: var(--large-font);
  font-weight: 700;
  color: var(--secondryColor)
}

.search-button {
  width: 140px
}

.search-button button {
  background-color: var(--secondryColor);
  color: #fff;
  font-size: var(--medium-font);
  width: 100%;
  border: 0;
  border-radius: 4px;
  height: 47px;
  transition: .3s
}

.cardOffer_area .cardlist-Pnl .lstRow .actionPnl .actBtnArea .grabDeal:hover,.cardOffer_area .filterArea .applyBtn:hover,.search-button button:hover {
  background-color: var(--primaryColor)
}

.videoSevtion {
  padding: 35px 0;
  background: #ebfbff;
  margin-bottom: 35px
}

ul.vdoArea {
  display: flex;
  width: 100%;
  display: flex;
  padding-top: 20px;
  justify-content: space-between
}

.vdoArea li {
  margin: 0 10px;
  list-style: none;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #dbe2fb;
  box-shadow: 0 0 19px 4px rgb(150 170 180 / 19%);
  overflow: hidden
}

.videBox {
  height: 195px;
  overflow: hidden
}

.vdoArea li iframe {
  border: 0;
  width: 100%;
  height: 100%
}

.vdoArea li p {
  text-align: center;
  padding: 10px 12px 0
}

.heading__with__border {
  display: flex;
  width: 100%;
  padding-bottom: 15px
}

.heading__with__border h2 {
  font-size: var(--medium-font);
  color: var(--headingPurpel);
  position: relative;
  padding-right: 15px;
  font-weight: 700
}

.heading__with__border h2::after {
  content: '';
  width: 45px;
  height: 2px;
  background-color: #ff9302;
  display: block;
  position: absolute;
  top: 8px;
  right: -45px
}

.servicesBanner__Section {
  padding-top: 50px
}

.servicesBanner__Section .loanCard_carousel .slide_item {
  padding: 0 10px
}

.servicesBanner__Section .loanCard_carousel {
  padding: 0;
  margin: 0;
  column-gap: 12px
}

.servicesBanner__Section .loanCard_carousel .loanCrouselitem {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  list-style: none;
  flex: 0 0 352px
}

.servicesBanner__Section .greenBox {
  background-color: #036242
}

.servicesBanner__Section .blueBox {
  background-color: #033b73
}

.servicesBanner__Section .purpleBox {
  background-color: #510173
}

.servicesBanner__Section .yellowBox {
  background-color: #78600b
}

.servicesBanner__Section .loanCard_carousel a {
  display: flex;
  text-decoration: none;
  padding: 15px;
  column-gap: 20px
}

.fot-top-bar .socialArea .emailBox a,.servicesBanner__Section .loanCard_carousel a * {
  color: #fff
}

.servicesBanner__Section .loanCard_carousel h2 {
  font-size: 1.3rem
}

.servicesBanner__Section .loanCard_carousel p {
  font-size: .83rem;
  height: 40px
}

.servicesBanner__Section .loanCard_carousel .imgSection {
  justify-content: right;
  margin-left: auto
}

.servicesBanner__Section .loanCard_carousel .imgSection img {
  max-width: 70px;
  height: auto
}

.servicesBanner__Section .loanCard_carousel .contentArea button {
  border: 0;
  background-color: rgb(255 255 255 / 67%);
  font-size: .8rem;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: 4px;
  color: #000;
  text-transform: uppercase;
  margin-top: 8px;
  transition: .3s
}

.servicesBanner__Section ul li .contentArea:hover button {
  background-color: rgb(255 255 255 / 1)
}

.applyLoans__Section {
  display: flex;
  column-gap: 20px;
  padding: 50px 0
}

.aboutCol,.applyLoans__Section .loanCol,.cardOffer_area .cardlist-Pnl,.workCol {
  flex: 1
}

.applyLoans__Section .loanCol h2 {
  font-size: 2rem;
  font-weight: 500
}

.applyLoans__Section .loanCol ul.iconPnl {
  display: flex;
  margin-top: 10px;
  column-gap: 10px;
  flex-wrap: wrap
}

.applyLoans__Section .loanCol ul.iconPnl li {
  list-style: none;
  border: 1px solid #f4f3f3;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  flex: 0 0 18%;
  margin-top: 10px
}

.applyLoans__Section .loanCol ul.iconPnl li a:hover img {
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg)
}

.applyLoans__Section .loanCol ul.iconPnl li:hover {
  background-color: #f3f9ff;
  border: 1px solid #6091d3
}

.applyLoans__Section .loanCol ul.iconPnl a {
  text-decoration: none;
  padding: 22px 15px;
  text-align: center;
  display: block
}

.applyLoans__Section .loanCol ul.iconPnl h3 {
  font-size: var(--small-font);
  color: #013147;
  padding-top: 8px
}

.dealStep__wrapper .dealStep__Area .inputRow label span,.dealStep__wrapper .dealStep__Area .radioRow label span {
  color: #ff1000
}

.applyLoans__Section .loanCol ul.iconPnl img,.applyService_Area .cardContainer .iconPnl img {
  height: 35px;
  width: auto
}

.applyLoans__Section .cardBanner {
  max-width: 400px;
  width: 100%;
  border: 1px solid #e3ebfe;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  padding: 20px
}

.aboutCol .inner,.workCol .inner {
  max-width: 70%;
  position: relative;
  height: 100%;
  width: 100%
}

.applyLoans__Section .cardBanner a {
  display: block
}

.applyLoans__Section .cardBanner a img {
  max-width: 100%;
  height: auto
}

.aboutSection {
  width: 100%;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  padding: 35px 0
}

.aboutSection p {
  font-size: var(--medium-font);
  color: #333;
  font-weight: 500;
  padding-bottom: 3px;
  max-width: 100%;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin-bottom: 12px;
  height: 90px
}

.aboutCol .inner {
  float: right;
  margin-right: 30px
}

.aboutCol .inner h2 {
  color: var(--primaryColor);
  font-weight: 700
}

.aboutCol .inner img,.workCol .inner img {
  max-height: 240px;
  max-width: 100%;
  object-fit: contain;
  margin-top: -20px
}

.workCol .inner {
  float: left;
  margin-left: 90px
}

.workCol .inner h2 {
  color: var(--secondryColor);
  font-weight: 700
}

.workCol .inner .imgBox {
  float: right
}

.getApp .left::after,.getApp .left::before {
  bottom: -69px;
  width: 200px;
  position: absolute
}

.financeSimpli_area {
  background-color: #f5f8fb;
  padding: 50px 0;
  text-align: center
}

.financeSimpli_area h2 {
  font-size: 26px;
  font-weight: 500;
  padding-top: 5px
}

.financeSimpli_area h3 {
  font-size: var(--medium-font);
  color: #6304f2;
  text-transform: uppercase;
  font-weight: 400
}

.financeSimpli_area p,.footerMenu-Btn,.fot-top-bar .socialArea .emailBox {
  font-size: var(--regular-font)
}

.financeSimpli_area p {
  max-width: 650px;
  margin: auto;
  padding-top: 10px
}

.financeSimpli_area ul.stepArea {
  display: flex;
  column-gap: 35px;
  padding-top: 35px
}

.financeSimpli_area ul.stepArea li,.footer-card-area .card-pnl ul li,.footerNav ul li,.fot-top-bar .socialArea ul.socialIcon li {
  list-style: none
}

.financeSimpli_area ul.stepArea li .step-imgBox img {
  max-width: 100%;
  width: 100%;
  height: auto
}

.financeSimpli_area ul.stepArea li h2 {
  font-size: 21px;
  padding-top: 20px
}

.applyService_Area {
  padding: 50px 0;
  display: flex;
  column-gap: 20px
}

.applyService_Area .cardContainer {
  max-width: 33%;
  width: 100%;
  background-color: #c1c1c1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative;
  overflow: hidden
}

.applyService_Area .cardContainer::after {
  content: '';
  position: absolute;
  top: 0;
  background: url(../assets/images/abstract-bg.webp) 100% 100% no-repeat;
  width: 100%;
  height: 100%
}

.applyService_Area .cardContainer.blue {
  background-color: #0059c8
}

.applyService_Area .cardContainer.grey {
  background-color: #072535
}

.applyService_Area .cardContainer.green {
  background-color: #369304
}

.applyService_Area .cardContainer h2 {
  width: 100%;
  background-color: rgba(0,0,0,.25);
  border-bottom: 1px solid rgba(255,255,255,.3);
  padding: 12px 15px;
  color: #fff;
  font-size: var(--large-font);
  display: flex;
  justify-content: space-between;
  font-weight: 500
}

.applyService_Area .cardContainer h2 a {
  color: #fff;
  font-size: var(--medium-font);
  font-weight: 500
}

.applyService_Area .cardContainer .iconPnl {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  column-gap: 10px;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
  padding: 0 12px;
  box-sizing: border-box;
  justify-content: space-between
}

.applyService_Area .cardContainer .iconPnl li {
  list-style: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.applyService_Area .cardContainer .iconPnl li:hover {
  background-color: rgba(0,0,0,.2)
}

.applyService_Area .cardContainer .iconPnl li a {
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 6px 10px
}

.applyService_Area .cardContainer .iconPnl h3 {
  font-size: var(--small-font);
  color: #fff;
  padding-top: 8px
}

.getApp {
  background: linear-gradient(90deg,#276de9 0,#0cd1bd 100%);
  height: 345px;
  display: flex;
  border-radius: 4px;
  margin-top: 55px
}

.getApp .left {
  flex: 1;
  font-size: 55px;
  color: #fff;
  line-height: 1.2;
  padding: 45px 0 0 61px;
  position: relative;
  max-width: 55%;
  overflow: hidden
}

.getApp .left::before {
  content: '';
  background: url(../assets/images/apple-icon.webp) bottom left no-repeat;
  height: 216px;
  z-index: 999;
  left: -10px
}

.getApp .left::after {
  content: '';
  background: url(../assets/images/android-icon.webp) bottom left no-repeat;
  height: 316px;
  right: 0;
  z-index: 0
}

.getApp .left span {
  color: #a8ff00;
  font-weight: 700
}

.buttonArea,.footer-card-area .card-pnl {
  display: flex
}

.buttonArea img {
  height: 54px;
  width: auto;
  margin-right: 15px
}

.getApp .right {
  flex: 1;
  position: relative
}

.getApp .right img {
  height: 400px;
  width: auto;
  position: absolute;
  bottom: 0;
  z-index: 1
}

.cardOffer_area .cardlist-Pnl .lstRow .actionPnl .offerBox a,.fot-top-bar .socialArea .emailBox {
  display: flex;
  align-items: center
}

.footerMenu-Btn {
  align-items: center
}

.copyRight_inner,.footerLinks li a,.footerNav ul li a {
  font-size: var(--small-font)
}

.fot-top-bar .socialArea ul.socialIcon {
  display: flex;
  display: flex;
  margin-bottom: 0
}

.fot-top-bar .socialArea ul.socialIcon li a {
  align-items: center;
  display: flex;
  font-size: var(--large-font)
}

.footerNav ul li a {
  align-items: center;
  display: inline-flex
}

.footerContentArea .growArea h2 {
  color: var(--primaryColor);
  font-size: var(--large-font)
}

.footerContentArea .growArea p {
  font-size: var(--regular-font);
  color: #fff
}

.footerLinks h2 {
  font-size: var(--medium-font)
}

.footerLinks ul {
  padding-left: 0;
  margin-top: 5px
}

.footerLinks li a {
  color: #fff;
  padding: 0;
  font-size: 13px;
  font-weight: 300
}

.copyRight_inner {
  display: flex;
  justify-content: space-between
}

.footer-card-area {
  display: flex;
  border-top: 1px solid #333;
  padding: 20px 0;
  justify-content: space-between
}

.footer-card-area .card-pnl ul {
  display: flex;
  column-gap: 5px;
  max-width: 320px
}

.footer-card-area .card-pnl ul li img {
  width: 65px
}

.footer-card-area .mad-in-india {
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: var(--medium-font);
  font-weight: 500
}

.footer-card-area .mad-in-india img {
  width: 40px!important;
  margin-right: 10px
}

.grabDeal_header {
  background: #fff;
  border-bottom: 1px solid #f6eaf9;
  padding: 20px 0;
  margin-bottom: 20px
}

.grabDeal_header .headingArea {
  display: flex;
  width: 100%
}

.grabDeal_header .headingArea .iconBox {
  width: 100px;
  margin-right: auto;
  float: left
}

.grabDeal_header .headingArea .iconBox img {
  width: 70px;
  height: auto
}

.grabDeal_header .headingArea .leftCol {
  flex: 1;
  display: flex;
  padding-bottom: 10px;
  align-items: center
}

.grabDeal_header .headingArea .leftCol .heading_box {
  padding-bottom: 10px
}

.grabDeal_header .headingArea .leftCol .heading_box h2 {
  font-size: 27px;
  color: #4f16a6;
  font-weight: 500;
  display: block
}

.grabDeal_header .headingArea .leftCol .heading_box p {
  font-size: var(--medium-font);
  color: #333
}

.grabDeal_header .headingArea .rightCol {
  margin-left: auto
}

.grabDeal_header .headingArea .rightCol a {
  background: #5cc300;
  font-size: var(--small-font);
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 7px 15px;
  cursor: pointer
}

.cardOffer_area {
  display: flex;
  column-gap: 30px;
  padding: 30px 0
}

.cardOffer_area .filterArea {
  max-width: 280px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-bottom: 12px;
  padding: 20px;
  height: max-content
}

.cardOffer_area .filterArea .inputRow {
  width: 100%;
  padding-bottom: 15px
}

.cardOffer_area .filterArea .inputRow label {
  font-size: var(--small-font);
  font-weight: 500;
  color: #333
}

.cardOffer_area .filterArea .inputRow input,.cardOffer_area .filterArea .inputRow select {
  font-size: var(--xs-font);
  font-weight: 400;
  color: #333;
  border: 1px solid #e2edfb;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  height: 46px
}

.cardOffer_area .filterArea .inputRow input::placeholder {
  font-size: var(--small-font);
  font-weight: 300;
  color: #666
}

.cardOffer_area .filterArea .applyBtn {
  font-size: var(--small-font);
  font-weight: 400;
  background-color: var(--secondryColor);
  color: #fff;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-transform: uppercase;
  border: 0;
  width: 100%;
  transition: .3s
}

.cardOffer_area .cardlist-Pnl .lstRow,.cardOffer_area .dealStep__leftArea,.dealStep__wrapper .dealStep__Area {
  background-color: #fff;
  margin-bottom: 12px;
  width: 100%;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%)
}

.cardOffer_area .cardlist-Pnl .lstRow {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px
}

.cardOffer_area .cardlist-Pnl .lstRow .topPnl {
  padding: 12px;
  display: flex;
  column-gap: 20px
}

.cardOffer_area .cardlist-Pnl .lstRow .topPnl .cardImg {
  max-width: 25%;
  width: 100%;
  height: 115px;
  background-color: #f8fafc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-align: center;
  display: flex
}

.cardOffer_area .cardlist-Pnl .lstRow .topPnl .cardImg img {
  max-height: 90%;
  height: 100%;
  margin: auto
}

.cardOffer_area .cardlist-Pnl .lstRow .topPnl .cardDtl_pnl {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center
}

.cardOffer_area .cardlist-Pnl .lstRow .topPnl .cardDtl_pnl .headingBar {
  display: flex;
  width: 100%;
  height: fit-content
}

.cardOffer_area .cardlist-Pnl .lstRow .topPnl .cardDtl_pnl .headingBar h2 {
  flex: 1;
  font-size: var(--medium-font)
}

.cardOffer_area .cardlist-Pnl .lstRow .topPnl .cardDtl_pnl .headingBar .cibilBox {
  background: #fff
}

.cardOffer_area .cardlist-Pnl .lstRow .topPnl .cardDtl_pnl .headingBar .cibilBox h3 {
  color: #022329;
  font-size: var(--small-font);
  font-weight: 500
}

.cardOffer_area .cardlist-Pnl .lstRow .topPnl .cardDtl_pnl .headingBar .cibilBox h3 img {
  height: 20px;
  width: auto;
  padding-right: 10px
}

.cardOffer_area .cardlist-Pnl .lstRow .topPnl .cardDtl_pnl .headingBar .cibilBox p {
  font-size: var(--xs-font);
  color: #999
}

.cardOffer_area .cardlist-Pnl .lstRow .topPnl .cardDtl_pnl .benefitRow {
  width: 100%;
  display: flex;
  margin-top: 10px
}

.cardOffer_area .cardlist-Pnl .lstRow .topPnl .cardDtl_pnl .benefitRow ul {
  margin: 0;
  padding: 0;
  display: flex;
  column-gap: 10px
}

.cardOffer_area .cardlist-Pnl .lstRow .topPnl .cardDtl_pnl .benefitRow li {
  font-size: var(--small-font);
  color: #333;
  list-style: none;
  font-weight: 600;
  background: #fff;
  padding: 5px 10px;
  border: 1px dashed #cfbeec;
  border-radius: 4px
}

.cardOffer_area .cardlist-Pnl .lstRow .topPnl .cardDtl_pnl .benefitRow li span {
  font-size: var(--xs-font);
  color: #5d22c8;
  display: block;
  font-weight: 400
}

.cardOffer_area .cardlist-Pnl .lstRow .actionPnl {
  display: flex;
  column-gap: 40px;
  width: 100%;
  background-color: #fcfcfe;
  padding: 8px 15px;
  border-top: 1px dashed #e1e1e1;
  align-items: center
}

.cardOffer_area .cardlist-Pnl .lstRow .actionPnl .compareBox {
  font-size: var(--small-font);
  color: #333;
  list-style: none;
  font-weight: 400
}

.cardOffer_area .cardlist-Pnl .lstRow .actionPnl .offerBox {
  font-size: var(--small-font);
  color: #0457b1;
  list-style: none;
  font-weight: 400
}

.cardOffer_area .cardlist-Pnl .lstRow .actionPnl .offerBox img {
  width: 18px;
  height: auto;
  margin-right: 8px
}

.cardOffer_area .cardlist-Pnl .lstRow .actionPnl .actBtnArea {
  display: flex;
  margin-left: auto;
  column-gap: 10px
}

.cardOffer_area .cardlist-Pnl .lstRow .actionPnl .actBtnArea .grabDeal {
  background: #000;
  font-size: var(--small-font);
  color: #fff;
  font-weight: 500;
  background-color: var(--secondryColor);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 7px 15px;
  cursor: pointer;
  transition: .3s
}

.cardOffer_area .cardlist-Pnl .lstRow .actionPnl .actBtnArea .deatilBtn {
  background: #fff;
  font-size: var(--small-font);
  color: #333;
  border: 1px solid #c1c1c1;
  padding: 3px 8px 5px 12px;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: end;
  column-gap: 6px;
  line-height: 1.5;
  font-weight: 400
}

.cardOffer_area .dealStep__leftArea {
  max-width: 380px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 20px;
  height: max-content
}

.blog_pic,.cardOffer_area .dealStep__leftArea .CardImg_box,.panCard_Modal .modal-body button.custom__btn {
  width: 100%
}

.cardOffer_area .dealStep__leftArea .CardImg_box img {
  width: 100%;
  height: auto
}

.cardOffer_area .dealStep__leftArea h2 {
  font-size: 21px;
  color: #333;
  margin-top: 19px
}

.cardOffer_area .dealStep__leftArea ul {
  margin: 20px 0 0;
  padding: 0
}

.cardOffer_area .dealStep__leftArea ul li {
  margin: 0;
  padding: 15px;
  list-style: none
}

.cardOffer_area .dealStep__leftArea ul li label {
  color: #6824cf;
  font-size: var(--small-font);
  font-weight: 500
}

.cardOffer_area .dealStep__leftArea ul li span {
  color: #333;
  font-size: 13px;
  font-weight: 500
}

.cardOffer_area .dealStep__leftArea ul li .price_row {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.cardOffer_area .dealStep__leftArea ul li p {
  font-weight: 400
}

.cardOffer_area .dealStep__leftArea ul li:nth-child(2n) {
  background: #fbf9ff
}

.cardOffer_area .dealStep__leftArea ul li:nth-child(odd) {
  background: #fff
}

.dealStep__wrapper {
  width: 100%;
  flex: 1
}

.dealStep__wrapper .dealStep__Area {
  max-width: 615px;
  margin-left: auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 20px;
  height: max-content
}

.dealStep__wrapper .dealStep__Area .step_heading {
  font-size: 26px;
  color: #10417f;
  font-weight: 300;
  margin-bottom: 25px
}

.dealStep__wrapper .dealStep__Area .inputRow {
  width: 100%;
  padding-bottom: 25px
}

.dealStep__wrapper .dealStep__Area .radioRow {
  width: 100%;
  padding-bottom: 25px;
  display: flex;
  font-size: var(--small-font);
  font-weight: 500;
  color: #333
}

.dealStep__wrapper .dealStep__Area .radioRow label {
  font-size: var(--small-font);
  font-weight: 500;
  color: #333;
  padding-right: 30px
}

.dealStep__wrapper .dealStep__Area .radioRow .form-check-input[type=radio] {
  font-size: 20px;
  margin-top: 0
}

.dealStep__wrapper .dealStep__Area .inputRow label {
  font-size: var(--small-font);
  font-weight: 500;
  color: #333
}

.dealStep__wrapper .dealStep__Area .inputRow input,.dealStep__wrapper .dealStep__Area .inputRow select {
  font-size: var(--xs-font);
  border: 1px solid #e2edfb;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  height: 46px
}

.dealStep__wrapper .dealStep__Area .inputRow input::placeholder,.dealStep__wrapper .dealStep__Area .inputRow select::placeholder {
  font-size: var(--small-font);
  font-weight: 400;
  color: #999
}

note {
  color: #bbd4dc;
  font-size: 13px
}

.financiallyArea {
  padding: 50px 0
}

.financiallyArea h2 {
  text-align: center
}

.financiallyArea .item_pnl {
  display: flex;
  padding: 35px 0 20px
}

.financiallyArea .item_pnl .item_col {
  flex: 1;
  text-align: left;
  display: flex;
  align-items: center
}

.financiallyArea .item_pnl .item_col p {
  font-size: var(--medium-font);
  font-weight: 500;
  color: #333
}

.financiallyArea .item_pnl .item_col .item-img {
  margin-right: 10px
}

.financiallyArea .item_pnl .item_col .item-img img {
  max-height: 60px;
  width: auto
}

.partnerArea {
  padding: 0;
  text-align: center
}

.partnerArea h2 {
  font-size: 24px;
  color: #333;
  font-weight: 500
}

.partnerArea h3 {
  font-size: 18px;
  color: #333
}

.partnerArea ul {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0
}

.partnerArea ul li {
  background: #fff;
  border-radius: 12px;
  height: 80px;
  width: 15%;
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
  text-align: center;
  line-height: 80px;
  list-style: none;
  margin-bottom: 15px
}

.partnerArea ul li img {
  max-width: 90%;
  width: auto;
  height: auto;
  max-height: 80%
}

@media(min-width: 320px) and (max-width:640px) {
  .partnerArea ul li {
      background:#fff;
      border-radius: 12px;
      height: 80px;
      width: 29%;
      box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
      text-align: center;
      line-height: 80px;
      list-style: none;
      margin-bottom: 15px
  }
}

.testimonial_Area {
  padding: 60px 0 84px;
  background: #ecf4ff
}

.testimonial_Area .heading {
  font-size: 31px;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 40px
}

.testimonial_Area h3 {
  font-size: 18px;
  color: #333;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 10px
}

.testimaolSlider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  column-gap: 20px
}

.testimaolSlider .testimaol_carousel {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  margin-top: 35px
}

.testimaolSlider .testimaol_carousel .slick-dots {
  margin: auto;
  column-gap: 0;
  text-align: center;
  justify-content: center
}

.testimonial_Area .testimonialItem {
  padding: 20px;
  max-width: 32%;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  position: relative;
  list-style: none;
  background: #fff
}

.testimaol_carousel-new {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  flex-wrap: wrap
}

.testimonial_Area .testimonialItem::after {
  content: '';
  background: url(../assets/images/qoute-icon.webp) bottom center/37px no-repeat;
  width: 40px;
  height: 46px;
  z-index: 999;
  position: absolute;
  bottom: 58px;
  right: 9px
}

.testimonial_Area .profileBxo {
  display: flex;
  align-items: center;
  font-size: var(--regular-font);
  font-weight: 600
}

.footerContentArea,.fot-top-bar .innerBar {
  justify-content: space-between;
  display: flex
}

.testimonial_Area .profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  background: #ecf4ff
}

.testimonial_Area .profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.testimonial_Area .ratingPnl {
  text-align: left;
  padding-bottom: 7px
}

.testimonial_Area .ratingPnl i {
  color: #ffba01
}

.testimonial_Area p {
  font-size: var(--regular-font);
  text-align: left;
  min-height: 90px;
  font-weight: 400;
  height: 86px;
  padding: 8px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4
}

footer {
  background-color: #000;
  min-height: auto
}

footer img.footerlogo {
  width: 173px;
  height: auto;
  object-fit: contain;
  margin-top: 10px
}

.fot-top-bar {
  border-bottom: 1px solid #090a0d;
  height: 56px
}

.footerMenu-Btn,.fot-top-bar .socialArea .emailBox {
  background-color: #000;
  width: fit-content;
  padding: 0 25px;
  align-items: center;
  font-size: 15px
}

.fot-top-bar .socialArea .emailBox {
  min-height: 55px;
  display: flex;
  border: 1px solid #2b3955;
  border-width: 0 1px
}

.fot-top-bar .socialArea .emailBox i {
  margin-left: 5px;
  font-size: var(--large-font);
  margin-right: 10px
}

.footerMenu-Btn {
  border: 1px solid #333;
  border-width: 0 1px;
  color: #fff
}

.footerMenu-Btn.tooglrIcon i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg)
}

.footerMenu-Btn i {
  margin-left: 10px
}

.fot-top-bar .socialArea {
  margin-left: 5px;
  display: flex;
  column-gap: 20px
}

.fot-top-bar .socialArea .emailBox:hover i {
  color: #13b9c4
}

.fot-top-bar .socialArea ul.socialIcon li a {
  padding: 0 20px;
  color: #fff;
  align-items: center;
  height: 100%;
  display: flex;
  font-size: 18px
}

.footerNav ul li a:hover,.fot-top-bar .socialArea ul.socialIcon li a:hover {
  color: var(--primaryColor)
}

.footerNav {
  display: flex;
  border-bottom: 1px solid #2b3955;
  padding-bottom: 15px
}

#footerNav,p:empty {
  display: none
}

.footerNav ul {
  flex: 1;
  padding: 13px 10px 0
}

.footerNav ul li a {
  color: #fff;
  align-items: center;
  display: inline-flex;
  padding: 2px 0;
  font-weight: 400;
  font-size: 12px
}

.footerNav ul li a i,.footerNav ul li a span {
  color: #fff;
  font-size: var(--regular-font);
  margin-right: 10px
}

.fot-bot-bar {
  border-top: 1px solid #333
}

.footerContentArea {
  color: #fff;
  padding: 25px 0;
  column-gap: 60px
}

.footerContentArea .growArea {
  max-width: 430px;
  column-gap: 50px
}

.footerContentArea .growArea h2 {
  color: var(--primaryColor);
  font-size: 19px;
  font-weight: 600;
  padding-bottom: 10px
}

.footerContentArea .growArea p {
  font-size: 14px;
  font-weight: 300
}

.footerLinks {
  max-width: 230px;
  width: 100%
}

.footerLinks h2 {
  font-size: 17px;
  font-weight: 600;
  color: #ff9e00
}

.footerLinks li {
  list-style: none;
  padding-top: 2px;
  margin: 0;
  padding-bottom: 2px!important;
  width: max-content
}

.footerLinks li a:hover {
  color: var(--secondryColor);
  background: 0 0;
  font-weight: 400
}

.copyRightArea {
  background-color: #113a35;
  padding: 9px 0
}

.copyRight_inner {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 13px;
  font-weight: 300
}

.copyRight_inner a {
  color: #fff;
  margin-left: 8px
}

.panCard_Modal {
  max-width: 430px;
  margin: auto;
  left: 0;
  right: 0
}

.panCard_Modal .btn-close {
  width: 50px;
  height: 50px;
  color: #333;
  position: absolute;
  right: 0;
  z-index: 99;
  background-color: #fff
}

.panCard_Modal .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2rem
}

.panCard_Modal .modal-body h1 {
  font-size: 24px;
  color: #10417f
}

.panCard_Modal .modal-body .termBox {
  max-width: 390px;
  font-size: 14px
}

.home_blogArea ul li p {
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3
}

.home_blogArea {
  padding: 20px 0 50px
}

.blog_heading {
  font-size: 24px;
  padding: 20px;
  text-align: center
}

.blog_subheading {
  font-size: 16px;
  padding: 10px 0 0
}

.blog_subheadingPar {
  font-size: 14px;
  text-align: left;
  padding-bottom: 0;
  color: #000;
  margin: 0;
  font-weight: 400
}

.blog_subheading_readmore,.form-error {
  font-weight: 500
}

.blog_subheading_shadow {
  border-radius: 4px 4px 0 0;
  overflow: hidden
}

.home_blogArea .blog_dis_area {
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
  padding: 10px 20px 20px;
  margin-bottom: 20px
}

.loanStep__wrapper {
  flex: 1;
  width: 100%;
  margin-bottom: 10px
}

.loanForm__Container {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 20px;
  height: 100%;
  position: relative
}

.loanForm__Container .MuiFormControl-fullWidth+.MuiFormControl-fullWidth {
  margin-top: 30px
}

.loanForm__Container .search-button {
  width: 140px
}



.loanForm__Container .feild_MainPnl {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column
}

.loanForm__Container .feild_MainPnl .formBox__new {
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}

.loanForm__Container .feild_MainPnl .formBox__new .feildPnl__02 {
  flex: 0 0 31%;
  align-items: flex-end;
  display: flex
}

.newshighlight {
  border: 1px solid #d3d3d3;
  display: flex;
  justify-content: center;
  width: initial;
  margin: 0 6px 16px;
  text-align: center;
  padding: 15px
}

/* 14-05-2025 css start */
img.img.hero-logo {
    width: 100%;
    height: 55px;
    object-fit: cover;
}
