  /* #mainContent {
      display: none;opacity: 0;
    } */

.disable-opacity{    cursor: no-drop;
    opacity: 0.3;
}
section#loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;overflow: hidden;
  background:linear-gradient(90deg, #0c366fd1 0%, #2350a8d9 45.5%, #0f3976d9 100%);
  z-index: 100;
}
b, strong {
    font-family: 'Figtree-Medium' !important;
}
section#loader #preload {
  position: relative;
  width: 120px;
  height: 120px;
}
section#loader #preload span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: rotate(calc(18deg * var(--i)));
}
section#loader #preload span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #fff,
    0 0 60px #fff, 0 0 80px #fff, 0 0 100px #fff;
  /* box-shadow: 0 0 10px #fff; */
  border-radius: 50%;
  -webkit-animation: change-size 1s linear infinite;
  animation: change-size 1s linear infinite;
  -webkit-animation-delay: calc(0.05s * var(--i));
  animation-delay: calc(0.05s * var(--i));
  transform: scale(0.2);
}
@-webkit-keyframes change-size {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes change-size {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}


.floating-input, .floating-select {
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    color: #000;
    border-color: #000;
}
.floating-label label {
    color: #000 !important;
    opacity: 1;
    top: -12px;
    font-size: 15px;
}
.floating-label label{
    color: #000 !important;
}
.floating-label label span {
  font-size: 12px;
}

.floating-input:focus ~ label.active, .floating-input:not(:placeholder-shown) ~ label.active {
    color: #0A0A0A;
    opacity: 1;
    font-family: 'Lato-Bold';
}
.floating-input:focus, .floating-select:focus{
    border-color: #000;
}
.floating-input:focus ~ label.active:before, .floating-input:not(:placeholder-shown) ~ label.active:before {
    content: '';
    background: #1E539B;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: -25px;
    top: 26%;
}

.floating-select:focus ~ label.active, .floating-select:not([value=""]):valid ~ label.active {
    color: #0A0A0A;
    opacity: 1;
    font-family: 'Lato-Bold';
}
.floating-select:focus~ label.active:before, .floating-select:not([value=""]):valid ~ label.active:before {
    content: '';
    background: #1E539B;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: -25px;
    top: 26%;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top:-19px;
    font-size:12px;
    color:#2562b6;
    opacity: 1;
  }
  
  .floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
    top:-19px;
    font-size:12px;
    color:#2562b6;
    opacity: 1;
  }

  .form-box{
    background: linear-gradient(321.5deg, #F8E864 0.9%, #FCBA2E 99%);
   border: 6px solid #fff;
   max-width: 500px;
   padding-left: 6%;
   padding-right: 6%;
   margin-left: -10%;
    margin-top: 25px;
    overflow: hidden;
  }


  .form-title{
    color: #00308D;
    font-size: 29px;
    font-family: 'Figtree-Bold';
    text-transform: uppercase;
    text-align: center;

  }
  .mb-35 {
    margin-bottom: 35px;
}
.fsubmit-btn{
    /* background: linear-gradient(90deg, #114171 0%, #207CD7 100%); */
border: 1px solid #fff;
padding: 2px;
min-width: 171px;
height: 37px;
color: #fff;
font-size: 18px;
    font-family: 'Figtree-Medium';
    background-image: url(../images-new/index/btn-bg.png);
    background-size: 100% 100%;
    background-color: transparent;
    border: none;
    margin-right: -10.5%;
    position: relative;
    top: -19px;
}
.btn-g{
    text-align: right;
}


.whoaply-title{
    font-size: 25px;
    font-family: 'Figtree-Bold';
    line-height: 30px;
    letter-spacing: 0.80px;
    text-transform: uppercase;
    color: #0c366f;
}
.loang-title{
    font-size: 20px;
   
    text-transform: uppercase;
    letter-spacing: 0.80px;
    font-family: 'Figtree-Bold';
    color: #2F2F2F;
}
.top-section{
    position: relative;
    z-index: 1;
}
.top-section::after{
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: -1;
    background: linear-gradient(360deg, #0C366F 0%, #2452AB 44%, #0C366F 93.9%);

}
/* .top-section::before{
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 40%;
    left: 0px;
    z-index: -1;
    background: #FCC930;

} */

.apply-list-group ul{
    color: #fff;
    list-style-type: none;
    padding-left: 0px;
}

.apply-list-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 
  height: 100%;
}
.aply-listbox{
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width:1200px){
  .aply-listbox{
    width: 40%;
  }
  .vline2{
    display: none;
  }
  .listbox3{
    text-align: center;
    width: 100%;
  }
  .listbox3 ul {
    width: max-content;
    text-align: left;
    margin: 0px auto;
  }
}
@media(max-width:767px){
  .aply-listbox{
   width: 100%;
  }
  .listbox3 ul {
    width: max-content;
    text-align: left;
    margin: 0px;
    
  }
  .listbox3{
     text-align: left;
  }   
  .loang-title{
   font-size: 18px;
  }
}
.apply-list-group ul li{
    margin: 8px 0px 12px 0px;
    padding-left: 32px;
    position: relative;
    letter-spacing: 0.70px;
    font-family: 'sen';
    
}
.vline{
  width: 1px;
  background-color: rgba(9, 9, 121, 0.59);

    background: linear-gradient(179deg, rgba(255, 255, 255, 0.26) 8%, rgba(9, 9, 121, 0.59) 47%, rgba(255, 255, 255, 0.7) 100%);
}

.faq-title{
    font-size: 36px;
    font-family: 'Figtree-Bold';
    color: #103B79;
}
.faq-img{
    max-width: 120px;
}
.aply-icon-img{
    max-width: 48px;
}

.accordion-button{
    color: #000;
    font-family: 'Figtree-Medium';
font-size: 17px;
font-style: normal;
line-height: 23px;
letter-spacing: 0.54px;
width: 100%;

text-decoration: none !important;
}
.accordion-button:hover{
color: #000;
text-decoration: none !important;
}
.accordion-body p {
    width: 100%;
    color: #000;
    font-family: 'sen';
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 22.5px */
letter-spacing: 0.45px;
}

.accordion-body{
padding: 0px 0px 12px 0px;
}











.accordion-button {
    padding: 16px;
    padding-left: 0px;
    padding-right: 30px;
    text-wrap: auto;
}
@media (min-width:768px) and (max-width:992px){
  .accordion-button{
    font-size: 14px;
  }
}
.accordion-button::after {
    background-image: url("../images-new/index/plus-black.svg");
    transition: all 0.5s;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url("../images-new/index/minus-black.svg");
  }
  .accordion-button::after {
    transition: all 0.5s;
    position: absolute;
    top: 37%;
    right: 3%;
  }

  .accordion {
    background-color: transparent;
  }
  
  .accordion-item {
    background-color: transparent;
    border: unset !important;
    border-bottom:1px solid #85858559 !important;
  }

  .accordion-button:not(.collapsed) {
    background-color: transparent;
  }

  .accordion-item:first-of-type .accordion-button {
    background-color: transparent;
  }


  .accordion-button:not(.collapsed) {
    color: #000;
    box-shadow: unset !important;
  }

  .accordion-button {
    background-color: transparent;
  }

  .accordion-button:focus {
    border-color: transparent !important;
    box-shadow: unset !important;
  }

  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-header{
    position: relative;
}
  @media (max-width:991px) {
    .faq-set {
        padding: 22px 30px 60px 30px;
    }
  }

  @media (max-width:767px) {
    .accordion-button {
        padding-right: 20%;
    }
  }

  @media (max-width:424px) {
    .accordion-button {
        font-size: 15px;
    }
  }

  
  

  .whyaply-section{
    background: linear-gradient(90.01deg, #CDE6FF 0.01%, #FEE8A4 50.75%, #FFFFFF 95.03%);

  }
  .whyaply-title{
    font-size: 20px;
    background: linear-gradient(270.42deg, #194784 -2.04%, #2452AB 42.72%, #194784 93.49%);
    padding: 4px 10px;
    min-width: 202px;
    min-height: 54px;
    font-family: 'Figtree-Bold';
    margin: 0px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    max-width: max-content;
    text-transform: uppercase;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: relative;
    padding-left: 27px;
  }
.features-list{
  text-align: center;
}
.whyaply-group{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.features-list p{
  margin-bottom: 0px;
  margin-top: 8px;
  font-family: 'sen-bold';
  font-size: 16px;
}
.features-list .icon-box{
  min-height: 42px;
}
.whyaply-title::after {
  content: '';
  position: absolute;
  right: -15px;
  top: 13px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 20px solid #194784;
  border-bottom: 13px solid transparent;
    
}
@media (max-width:1250px){
  .features-list{
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .features-list p{
   font-size: 15px;
  }
}
@media (max-width:992px){
  .features-groups {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .features-groups .features-list{
    min-width: 50%;
  }
}
@media (max-width:767.9px){
  .whyaply-title{
    margin-left: auto;
    margin-right: auto;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 40px;

  }
  .whyaply-title::after{
    right: auto;
    bottom: -20px;
    top: auto;
    transform: rotate(90deg);
  }
  .whyaply-section {
    background: linear-gradient(177deg, #CDE6FF 0.01%, #FEE8A4 50.75%, #FFFFFF 95.03%);
}
}

.fabout-content .sub-title{
  color: #0C366F;
  font-family: 'Figtree-Bold';
  font-size: 19px;
  line-height: 21px;
  text-align: left;
  letter-spacing: 0.70px;
}
.fabout-section{
background: #fff;

}
.fabout-container{
      padding-left: 4%;
}
.fabout-text{
  font-size: 14px;
    letter-spacing: 0.70px;
    line-height: 22px;
    font-family: 'sen';
       color: #2F2F2F;
}
.fabout-section .fabout-text{
  color: #333333;
}
.fabout-title{
  font-size: 18px;
  font-family: 'Figtree-Bold';
  color: #333333;
  margin-bottom: 6px;
}
.fabout-line{
      background: linear-gradient(92deg, rgba(255, 255, 255, 0.26) 8%, rgba(9, 9, 121, 0.59) 47%, rgba(255, 255, 255, 0.7) 100%);
    height: 1px;
}
.fabout-group{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
      border-radius: 6px;
    background: linear-gradient(90deg, #FFF 0%, #FFE09E 49.04%, #FFF 100%);
}
.fabout-contact a{
  color: #333333;
   font-family: 'sen-medium';
  font-size: 19px;
  display: flex;
  text-align: right;
  margin-bottom: 12px;
  text-decoration: none;
}
.fabout-contact a:nth-child(2){
  margin-bottom: 0px;
}
.fabout-contact a img{
  margin-right: 8px;
}
.fcontact-linearbox{
  border: 2.8px solid transparent;
  border-image: linear-gradient(91.54deg, #FFAE02 -7.9%, #1a469200 77.94%) 1;
  
  width: 80px;
  height: 100px;
}
.fabout-contact{    min-width: 450px;
    display: inline-block;
    align-items: center;
    border-top: none;
    border: 1px solid;
    border-image: linear-gradient(to top, #17438A, #0000ff00) 1;
}
.fabout-contact-inner{ 
    position: relative;
    z-index: 1;
}

@media (max-width:992px){
  .fabout-right{
    width: 100%;
  }
}
@media (max-width:767px){
  .fabout-container{
    padding-left: 5%;
  }
}
@media (max-width:767px){
   .fabout-contact {
    min-width: 300px;}
}
/* ----NBFC & Ads section ----- */

.nbfc-box{
    border-radius: 5px;
border: 0.5px solid #B6BFCC;
background: linear-gradient(180deg, #17438A 0%, #2452AA 46.52%, #154185 100%);
  padding: 64px 18px 24px 18px;
position: relative;
}
.nbfc-icon{
  position: absolute;
  top: -47px;
  transform: translateX(-50%);
  background: #fff;
   border-radius: 0px 10px 10px 10px;
   width: 100px;
   height: 88px;
       display: flex
;
    align-items: center;
    justify-content: end;
        left: 50%;
    padding-right: 22px;
      
    padding-right: 18px;

}
.nbfc-icon img{
  width: 62px;
}
.nbfc-content-sec h2{
      font-size: 27px;
    font-family: 'Figtree-Bold';
    color: #fff;
    line-height: 120%;
    letter-spacing: 0.81px;
}
.nbfc-content-sec .text{
        font-family: 'Figtree-Light';
    color: #fff;
    line-height: 150%;
    letter-spacing: 0.42px;
    font-size: 14px;
}

.nbfc-content-sec ul{

      padding-left: 21px;
      list-style-type: none;
      
     

  
}
.nbfc-content-sec ul li img{
  margin-top: 2px;
}
.nbfc-content-sec ul li{
   font-family: 'sen-medium';
   font-size: 14px;
   color: #fff;
   line-height: 150%; /* 21px */
letter-spacing: 0.42px;

display: flex;
align-items: start;
  gap: 10px;
}

.nbfc-content-sec ul li:not(:last-child) {
    margin-bottom: 13px;
}

.ads-heading{
color: #101010;

   font-family: 'Figtree-Regular';
font-size: 12px;
font-style: normal;
line-height: 150%; /* 18px */
letter-spacing: 0.36px;
}



@media (min-width:768px){
  .nbfc-box{
padding: 45px 42px 45px 81px;
  }
  .nbfc-icon{
  left: -45px;
   border-radius: 0px 10px 10px 0px;
     transform: translateY(-50%);
       top: 50%;
  }
}



footer a{
  font-family: 'sen';
  letter-spacing: 0.80px;
}
footer .disclaimer-text{
    font-size: 12px;
  line-height: 23px;
  font-family: 'sen';
  letter-spacing: 1.2px;
}
.whocanaply-section .dots-line{
  /* border-top: 1px dashed #0e3975; */
      background: linear-gradient(92deg, rgba(255, 255, 255, 0.26) 8%, rgba(9, 9, 121, 0.59) 47%, rgba(255, 255, 255, 0.7) 100%);
    height: 1px;
}
/* .customli li {
  list-style-image: url('../images-new/index/tick.svg') !important;
} */
.customli li::before{
  content: url('../images-new/index/tick.svg');
  position: absolute;
  left: 0px;
}
.whocanaply-container{
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}



@media (max-width:1280px){
  /* .banner-part{
    max-width: 100% !important;
  } */
  .form-box{
   margin-left: auto !important;
   margin-right: 10% !important;
   margin-top: -10%;
  }
  .form-part {
    max-width: 100% !important;
    flex-basis: auto;
    
  }
  .form-box{
      padding-left: 20px;
      padding-right: 20px;
  }
  .top-section::before{
    height: 0%;
  }
  .top-section::after{
    height: 100%;
  }
  .banner-subtext{
    width: 100%;
  }
}

@media (min-width:1325px) and (max-width:1400px){
  .banner-part {
    max-width: 1009px;
  }
 
}
@media (min-width:1280px){
  .banner-section{
    flex-wrap: nowrap;
    overflow: hidden;
  }
}
@media (max-width:767px){
  .form-box{
    margin-left: auto !important;
    margin-right:auto;
    margin-top: -5px;
   }
   .faq-img{
    max-width: 135px;
   }
   .faq-title {
    font-size: 28px;
        margin-bottom: 12px;

   }
.pieChart-white-box {
    box-shadow:none;
}
}

.banner-section {
  display: flex;
}
.banner-section  .form-box{
position: relative;
z-index: 1;
margin-left: -28%;
}



.fsubmit-btn:not(.disabled){
  cursor: pointer;
}
.fsubmit-btn.disabled{
  opacity: 0.75;
}


.otp-container {
  display: flex;
  flex-direction: column;
  align-items: center;
 
}

.otp-inputs {
  display: flex;
  gap: 10px;
}

.otp-input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  border: 2px solid #ddd;
  border-radius: 5px;
}

.otp-input:focus {
  border-color: #007BFF;
  outline: none;
}
.otp-title{
  font-family: 'Figtree-Bold';
  font-size: 32px;
}

.otpbox .resend-btn{
  background: transparent;
  border: none;
  outline: none;
  font-size: 15px;
  padding-left: 2px;
  text-decoration: underline;
  cursor: pointer;
}
.otpbox .resend-btn:hover{
    font-weight: 400;
}
.resend-text{
  font-size: 15px;
  font-weight: 100;
}
.otpbox .submit-btn{
  text-transform: capitalize;
  padding: 8px 43px;
  height: auto;
  min-width: auto;
  width: auto;
  border-radius: 2px;
  font-size: 20px;
  background: linear-gradient(90deg, #114171 0%, #207CD7 100%);
  border: 1px solid #13487d;

}
.otpbox .submit-btn:hover{
  color: #fff;
}
@media (min-width:1300px){
  .banner-section .form-box{
    max-width: 88%;
    margin-left: -35%;
  }
}
@media (min-width:1300px) and (max-width:1380px){
  .banner-section .form-box{
    margin-left: -40%;
  }
}
@media (min-width:1575px) and (max-width:1700px){
  .banner-section .form-box{
    max-width: 88%;
    margin-left: -38%;
  }
}

@media (min-width:1025px) and (max-width:1280px){
  .banner-part{
    max-width: 65% !important;
  } 
  .form-part{
    max-width: 35% !important;
  }
  .form-box {
    margin-left: -10% !important;
    margin-top: 25px !important;
    margin-right: 10% !important;
}
.banner-subtext{
  width: 72% !important;
}
}

@media (min-width:1600px){
    .banner-subtext h1{
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 47px;
      }
    }
.b-tabs-list{
  background: linear-gradient(90deg, #0C366F 0%, #2350A8 45.5%, #0F3976 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-tabs-list li.active{
  color: #FFF;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25); 
  text-transform: uppercase;
}
.b-tabs-list li{
  color: #92AEDD;
 padding: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  list-style-type: none;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
  cursor: pointer;text-align: center;
  letter-spacing: 0.75px;
}
.b-tabs-list{
  margin-bottom: 0px;
     padding: 10px;
 
}

.b-tabs-list li.active::before{
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(../images-new/li-dotb.svg);
  position: absolute;
    top:50%;
    left: 18px;
    transform: translateY(-50%)
}
.b-tabs-list li:first-child::after,
.b-tabs-list li:nth-child(2)::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0px;
    top: 0px;
    background: rgb(34,79,166);
    background: linear-gradient(178deg, rgba(34, 79, 166, 1) 0%, rgb(255 255 255 / 57%) 50%, rgba(34, 79, 166, 1) 100%);
}
.b-tabs-list li:hover{
  color: #fff;
}

.b-container-section{
  display: flex;
}
.content-left-section{
  background: linear-gradient(180deg, #FFBF00 0%, #FFC30E 49.5%, #FFBF00 100%);
}
.content-left-section h3{
  color: #2E2E2E;
  font-family: 'Figtree-Bold';
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.80px;
  line-height: normal;
  text-transform: uppercase;
}
.content-left-section p{
  font-family: 'sen';
  font-size: 15px;
}

.aply-btn{
  color: #FFF;

font-size: 16px !important;
font-style: normal;    font-family: 'Figtree-Bold';
line-height: 182%; /* 28.8px */
letter-spacing: 0.48px;
background: #18438C;
min-width: 118px;
min-height: 34px;
display: inline-block;
text-align: center;
margin: 16px auto;
padding: 3px 17px 4px;
text-decoration: none;
    outline: 0px;
    border: none;
    border-radius: 3px;
    cursor: pointer;

}
.aply-btn:hover{
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.aply-btn:focus{
  outline: 0px;
}
.calculator-range-inputs-div{
  padding: 23px 26px 40px;
}
.calculator-range-inputs-div h2.title{
  color: #fff;
  font-size: 20px;
  font-family: 'Figtree-Medium';
  text-align: center;
  margin-bottom: 35px;
}
.fz-info-section h3{
  
  color: #F7D43C;
  font-family: 'Figtree-Bold';
font-size: 22px; 
line-height: normal;

}
.fz-info-section p{

    color: #F2F2F2;
font-family: 'sen';
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 27px */
letter-spacing: 0.45px;
}
.b-tab-content{
  display: none;
}

.whyaply-popup .modal-title{
  font-family: 'Figtree-Bold';
}


@media (max-width:992px){
.b-tabs-list li.active::before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../images-new/li-dotb.svg);
    position: absolute;
    top: inherit;
    bottom: -38px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
}
@media (max-width:764px){
  .b-tabs-list li{
        padding-left: 8px;
        padding-right: 8px;
    font-size: 14px;
        min-width: 33.3%;
        text-align: center;
        min-height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
  }
  .b-tabs-list li.active{
    font-size: 14px;
  }
  .b-tabs-list{
    padding-left: 8px;
    padding-right: 8px;
  }
  
}

.features-list a i{
  color: #194784;
  margin-right: 6px;
}
.features-list a {
     font-family: 'sen-bold';
font-size: 15px;
color: #000;
text-decoration: none;
}
.features-list a:hover{
  color: #194784;
} 

.fz-infocenter{
  
  display: flex;
  align-items: center ;
  justify-content: center;
}
@media (min-width:992px){
  .fz-infocenter{
    max-width: 100px;
  }
}

.banner-content-pagination{
  position: static;
}

@media (min-width:992px){
  .slider-part-box{
    transform: translateY(41%);
  }
}
@media (min-width:1024px){
  .slider-part-box{
    transform: translateY(22%);
  }
}
.swiper-pagination-bullet-active{
  background:#18438C;
}


.icon-box .line1{
  width: 75px;
  height: 1px;
  
  margin-left: 10px;
  margin-right: 10px;
  background: rgb(255,255,255);
background:linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(16 43 81 / 0%) 100%);
margin: 10px auto;
}
.icon-box .line2{
  width: 75px;
  height: 1px;
  
  margin-left: 10px;
  margin-right: 10px;
  background: rgb(255,255,255);
background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgb(12 54 111 / 0%) 100%);
margin: 0px auto;
}
@media (min-width:992px){
  .icon-box .line1{
    width: 1px;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
      margin-left: auto;
      margin-right: auto;
      background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(12,54,111,1) 100%);
  }
  .icon-box .line2{
    width: 1px;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(12,54,111,1) 100%);
}
}

@media (max-width:767.9px){
  .calculator-range-inputs-div h2.title{
    display: none;
  }
  .b-tabs-list{
    border-bottom: 1px solid  #ffffff52;
  }

  
}




        .pro-listing label span {
            color: #333;
            text-decoration: none;  
            font-size: 15.5px;   
             font-family: 'Figtree-SemiBold' ;
            transition: all 0.3s ease-in-out;
            text-transform: uppercase;
            cursor: pointer;
        }

            .pro-listing label:hover span {
                text-decoration: none;
                color: #003a74;
                
               letter-spacing: .2px;
            }

        .pro-listing {
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: center;
        }

        .autoscroll-container {
              width: 100%;
                overflow: hidden;
                white-space: nowrap;
                position: relative;
                height: 46px;
                background: #c4d9ff;
                align-items: center;
                display: flex;
        }

        .autoscroll-content {
                display: flex;
                gap: 80px;
                animation: autoscroll 45s linear infinite;
                white-space: nowrap;
        }

        .update-item {
              display: flex;
    cursor: pointer;
    align-items: center;
    margin-right: 30px;
    color: #000f24;
    font-family: 'Figtree-Medium';
    font-size: 17.5px;
    font-style: normal;
    letter-spacing: 0.4px;
    line-height: normal;
    white-space: nowrap;
        }
        /* Keyframes for infinite scrolling */
        @keyframes autoscroll {
            from {
                transform: translateX(100%);
            }

            to {
                transform: translateX(-100%);
            }
        }

        @media (max-width: 867px) {
            .autoscroll-content {
                animation: autoscroll 34s linear infinite;
            }

            .update-item {
                font-size: 14px;
            }
        }

        .btn-apply {
            color: #000;
            font-family: 'Figtree-Bold';
            font-size: 13.894px;
            font-style: normal;
            line-height: 150%; /* 20.841px */
            letter-spacing: 0.417px;
            text-transform: uppercase;
            border-radius: 28px;
            background: #fff;
            display: flex;
            align-items: center;
            width: max-content;
            gap: 7px;
            position: absolute;
            bottom: -19px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 10;
            border: 1px solid #00376f;
        }

        .carousel-caption-custom {
            position: static;
            padding-top: 5px;
            color: #000;
            font-size: 14px;
        }
        .carousel-indicators button {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            margin: 0px 4px;
            background: #000;
            border: 1px solid #000;
            padding: 0px;
        }

        .carousel-indicators .active {
    background-color: #000000;
    border: 1px solid #000;
}

       .carousel-indicators li {
    position: relative;
    -ms-flex: inherit;
    flex: inherit;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #D9D9D9;
    border: 1px solid transparent;
    border-radius: 50px;
    cursor: pointer;
}
        .carousel-indicators {
            bottom: 0px;
            gap: 2px;
        }

        .advertisement-section,.carousel-indicators {
       width: 84%;
            margin: 0 0;
                max-width: 400px;
        }
  .carousel-inner {
            position: relative;
            overflow: clip;
            width: 100%;
            overflow-x: hidden;
        }

        .carousel-caption {
            position: absolute;
            right: 1%;
            bottom: -46px;
            left: 1%;
            z-index: 10;
            padding-top: 20px;
            padding-bottom: 0px;
            color: #000000;
            text-align: center;
        }

        .carousel-item .w-100 {
            width: 100% !important;
        }
.carousel-caption-outside p{width: 100%;}
.carousel-caption-outside p span{
    width: 72%;
    font-size: 12px;
    line-height: 20px;
    font-family: 'sen';
    min-height: 40px;
    }
    .carousel-caption-outside p span::first-letter{
        text-transform: uppercase;
    }
    .carousel-caption-outside p{
      align-items: start;
    }
.carousel-caption-outside p a{ 
    
   text-decoration: none;
    min-width: 80px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #000;
     border-radius: 50px;
    margin-top: 3px;
    height: 21px;
    padding: 2px;
    transition: all 0.5s ease;
  }
  .carousel-caption-outside p a:hover{
    cursor: pointer;
    background: #fff;
    color: #000;
     transition: all 0.5s ease;
     border-color: #000;
  }

  @media (max-width:620px){
     .carousel-caption-outside p{
      flex-direction: column;
     
     }
  }

  @media (max-width:1400px){
      .advertisement-section, .carousel-indicators {
        width: 98%;
    }
  }
  @media (min-width:1450px){
  .nbfc-content-sec h2{
       font-size: 29px;
  }
  .nbfc-content-sec .text{
    font-size: 16px;
  }
  .advertisement-section, .carousel-indicators{
    width: 96%;
  }
}
        @media (max-width:1299px) {
            .advertisement-section,.carousel-indicators {
                width:100%;
                margin: 0 0;
            }
        }
        @media (max-width:768px) {
            .advertisement-section,.carousel-indicators {
               width: 95%;
        margin: 0 auto;
            }
            .carousel-caption-outside p a{
              margin-top: 10px;
            }
        }



        .carousel-indicators {
               bottom: 0px
        }

        @media (max-width:575px) {
            .carousel-indicators {
                bottom: -0px;
            }
        }


        .pb-05 {
            padding-bottom: 2rem !important;
        }

      
    input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  font-size: 13px;
    }
  input[type="radio"] + label:before {
    content: "";  
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: -3px;
    left: 0;
    border: 1px solid #aaa;
    background-color: #fff;
    border-radius: 50%;
  }



input[name="product"] + div{
        width: 17px;
    height: 17px;
    border: 2px solid #000;
    display: inline-block;
    border-radius: 12px;
    /* margin-top: -5px; */
    position: relative;
    position: relative;
    top: 4px;
    margin-right: 3px;
}
input[name="product"]:checked + div{
    border-color: transparent;
    
}
input[name="product"]:not(:checked) + div > i{
    opacity: 0;
   
}
input[name="product"]:checked + div > i,.mb-list-product input[name="product"]:checked + div > i{
       
  font-size: 19px;
    position: absolute;
       top: -7px;
    left: -4px;
    font-weight: bold;
    animation: ckd 0.4s ease;
}


input[type="radio"]:checked + .custom-radio + span {
   color: #003a74;
   font-family: 'Figtree-Bold' ;
    letter-spacing: .2px;
}
input[type="radio"]{
    display:none
}


input[name="product-mb"] + div{
        width: 17px;
    height: 17px;
    border: 2px solid #000;
    display: inline-block;
    border-radius: 12px;
    /* margin-top: -5px; */
    position: relative;
    position: relative;
    top: 4px;
    margin-right: 3px;
}
input[name="product-mb"]:checked + div{
    border-color: transparent;
    
}
input[name="product-mb"]:not(:checked) + div > i{
    opacity: 0;
   
}
input[name="product-mb"]:checked + div > i,.mb-list-product input[name="product-mb"]:checked + div > i{
       
  font-size: 19px;
    position: absolute;
       top: -7px;
    left: -4px;
    font-weight: bold;
    animation: ckd 0.4s ease;
}

@keyframes ckd {
   0%{
    opacity: 0.8;
    transform: scale(0);
   }
   100%{
    opacity: 1;
    transform: scale(1);

   }
}
@keyframes ckd-reverse {
  0%{
     opacity: 1;
    transform: scale(1);
    
   }
   100%{
   opacity: 0.1;
    transform: scale(0);

   }
}

   
@media (max-width:767px){
  .b-tabs-list li.active::before{
    bottom: -30px;
  }
}

@media (max-width:600px){
  footer p, footer a{
    font-size: 12px;
  }
}



.contact-section_right ul {
    padding-left: 0px;
    list-style-type: none;
    margin-top: 15%;
}
.contact-section_right ul li {
   
}
.icons-circle {
    width: 18px;
    height: 30px;
    border-radius: 100%;
    background: transparent;
    
   
}
.icons-circle i {
    color: #002469;
   
    margin-top: 7px;
    font-size: 17px;
}
.fa-map-marker {
    font-size: 20px !important;

    margin-top: 6px !important;
}
.fa-phone {
    font-size: 20px !important;
margin-left: 8px !important;
margin-top: 6px !important;
}
.fa-envelope {
    font-size: 16px !important;
    margin-left: 7px !important;
    position: relative;
    top: -1px;
  }

.contact-section_right ul {
    position: relative;
}

.contact-section_right ul li p {
   color: #1B1B1B;

font-family: 'Figtree-Light';
font-size: 13px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 19.5px */
letter-spacing: 0.39px;
    margin-bottom: 0px;
}
.contact-section_right ul li .ph-no {
    margin-left: 45px;
    margin-top: 2px;
}
.contact-section_right ul li a {
    color: #000;
    text-decoration: none;
}
.contact-section_right p span{
padding-left: 32px;
}


@media (min-width:1200px) and (max-width:1340px){
  .fabout-contact a{
    font-size: 16px;
  }
}
@media (min-width:1200px){
  .fabout-content{
    position: relative;
  }
  .fabout-content::after{ display:none;
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    background: linear-gradient(92deg, rgba(255, 255, 255, 0.26) 8%, #00000094 47%, rgba(255, 255, 255, 0.7) 100%);
  }
}

.fabout-contact-inner .call-icon{
  width: 28px;
}

@media (min-width:992px){
.nbfc-ads-section.col-lg-10{
  max-width: 87%;
}
}


@media (min-width:1400px){
  .nbfc-left-sec{
        padding-right: 4%;
  }
}
@media (min-width:1440px) and (max-width:1499px){
     .advertisement-section, .carousel-indicators {
        width: 91%;
    }
}
@media (min-width:1500px){
      .advertisement-section, .carousel-indicators {
        width: 92%;
    }
}
@media (min-width:1600px){

    .advertisement-section, .carousel-indicators {
        width: 88%;
    }
.nbfc-box{
  max-width: 779px;
  margin-left: auto;
  margin-right: 5%;
}
}

@media (max-width:322px){
  .b-tabs-list li{
        font-size: 12px;
  }
    .b-tabs-list li.active {
        font-size: 13px;
    }
}