.fiHeroSec {
  padding: 80px 0;
  background-color: #ffda58;
}

.fiHeroSec .lSec {
  padding-right: 50px;
}

.fiHeroSec .title {
  color: #05164d;
  font-size: 3.5rem;
  font-weight: 700;
}

.fiHeroSec .subTitle {
  margin: 30px 0 50px;
  font-size: 1.5rem;
  font-weight: 500;
}

.fiHeroSec .benifit {
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 8px;
  padding: 20px 120px 20px 20px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: default;
}

.fiHeroSec .benifit:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.fiHeroSec .benifit h3 {
  font-size: 18px;
}

.fiHeroSec .benifit p {
  font-size: 13px;
  margin-bottom: 5px;
}

.fiHeroSec .benifit a {
  font-weight: 500;
  text-decoration: underline;
}

.fiHeroSec .benifit-1 {
  background-image: url("/assets/images/fee-installments/easy-emi.svg");
}

.fiHeroSec .benifit-2 {
  background-image: url("/assets/images/fee-installments/zero-cost.svg");
  background-position: 100% 29px;
}

.fiHeroSec .benifit-3 {
  background-image: url("/assets/images/fee-installments/gq-free.svg");
}

@media (max-width: 991px) {
  .fiHeroSec .lSec {
    text-align: center;
    padding-right: 15px;
    margin-bottom: 50px;
  }
  .fiHeroSec .title {
    font-size: 2.8rem;
  }
  .fiHeroSec .subTitle {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .fiHeroSec .title {
    font-size: 1.8rem;
  }
  .fiHeroSec .subTitle {
    font-size: 1rem;
  }
}

.featureSec {
  background-color: #05164d;
  padding: 80px 0 60px;
}

.featureSec img {
  max-width: 120px;
  margin-bottom: 40px;
}

.featureSec p {
  color: white;
  font-size: 24px;
}

.featureSec .feature {
  margin-bottom: 20px;
}

.featureSec .feature img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.featureSec .feature:hover img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.featureSec .feature:not(:last-child)::after {
  content: " ";
  background: url(/assets/images/fee-installments/featureSecDivider.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 3px;
  opacity: 0.3;
}

@media (max-width: 991px) {
  .featureSec .feature {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .featureSec .feature:not(:last-child)::after {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-image: url("/assets/images/fee-installments/featureSecDivider-hr.png");
  }
}

@media (max-width: 768px) {
  .featureSec img {
    max-width: 80px;
    margin-bottom: 40px;
  }
}

.easyInsSec {
  padding: 80px 0 20px;
}

.easyInsSec .title {
  color: #05164d;
  margin-bottom: 50px;
}

.easyInsSec img {
  max-width: 100%;
  margin-left: -45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.easyInsSec img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.easyInsSec .featureExpand {
  border-top: 2px dashed #05164d;
  padding: 80px 0;
}

.easyInsSec .featureExpand h3 {
  margin-bottom: 20px;
}

.easyInsSec .featureExpand p {
  font-size: 24px;
}

@media (max-width: 768px) {
  .easyInsSec .title {
    font-size: 1.5rem;
  }
  .easyInsSec .featureExpand {
    padding: 60px 0;
  }
  .easyInsSec .featureExpand h3 {
    font-size: 1.35rem;
  }
  .easyInsSec .featureExpand p {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .brandLogos .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 5);
            flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
}

.brandLogos img {
  width: 100%;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brandLogos img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.brandLogos .applyNow {
  margin: 50px 0 100px 5px;
}

.brandLogos .contact {
  font-weight: 600;
  margin-bottom: 50px;
}
/*# sourceMappingURL=fee-installments.css.map */