p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #0033ff;
}

img {
  width: initial;
  height: initial;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1256px;
  }
}

.hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.bg-light-yellow {
  background-color: #f9f9f9;
}

.spacer-pt-space {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .spacer-pt-space {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .spacer-pt-space {
    padding-top: 70px;
  }
}
@media (min-width: 1680px) {
  .spacer-pt-space {
    padding-top: 70px;
  }
}
.spacer-pb-space {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .spacer-pb-space {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .spacer-pb-space {
    padding-bottom: 70px;
  }
}
@media (min-width: 1680px) {
  .spacer-pb-space {
    padding-bottom: 70px;
  }
}
.spacer-mt-space {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .spacer-mt-space {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .spacer-mt-space {
    margin-top: 70px;
  }
}
@media (min-width: 1680px) {
  .spacer-mt-space {
    margin-top: 70px;
  }
}
.spacer-mb-space {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .spacer-mb-space {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .spacer-mb-space {
    margin-bottom: 70px;
  }
}
@media (min-width: 1680px) {
  .spacer-mb-space {
    margin-bottom: 70px;
  }
}

.section-bg-transparent + .section-bg-transparent {
  margin-top: -40px;
}
@media (min-width: 768px) {
  .section-bg-transparent + .section-bg-transparent {
    margin-top: -50px;
  }
}
@media (min-width: 1200px) {
  .section-bg-transparent + .section-bg-transparent {
    margin-top: -70px;
  }
}

.intro-block {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .intro-block {
    margin-bottom: 70px;
  }
}
.intro-block *:last-child {
  margin-bottom: 0 !important;
}
.intro-text * {
  font-size: 16px;
  line-height: 24px;
  color: #707070;
  text-align: center;
}
@media (min-width: 768px) {
  .intro-text * {
    font-size: 20px;
    line-height: 28px;
  }
}
.intro-text *:last-child {
  margin-bottom: 0 !important;
}

.heading {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .heading {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 32px;
  }
}

.remove-space-last > *:last-child {
  margin-bottom: 0 !important;
}

.editor-content * {
  font-size: 16px;
  line-height: 24px;
  color: #707070;
}
.editor-content > * {
  margin-bottom: 20px;
}
.editor-content > *:last-child {
  margin-bottom: 0 !important;
}
.editor-content :where(h1, h2, h3, h4, h5, h6) {
  font-size: 32px;
  line-height: 40px;
}
.editor-content :where(h2, h3) {
  font-size: 24px;
  line-height: 32px;
}
.editor-content :where(h4, h5, h6) {
  font-size: 20px;
  line-height: 28px;
}
.editor-content ol,
.editor-content ul {
  display: block;
}
.editor-content ol li,
.editor-content ul li {
  margin-bottom: 15px;
}
.editor-content ol li:last-child,
.editor-content ul li:last-child {
  margin: 0;
}
.editor-content picture {
  margin-bottom: 30px;
}
.editor-content ol {
  list-style-type: decimal;
  margin-left: 15px;
}
.editor-content ol li {
  padding-left: 5px;
}
.editor-content ul li {
  position: relative;
  padding-left: 15px;
}
.editor-content ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}

.errMsg {
  display: inline-block;
  font-size: 12px;
  color: red;
}

#campaign_form .form-box label {
  position: unset;
  color: red;
  font-size: 14px;
}

#tcapply-error {
  position: absolute;
  color: red;
  margin-top: 50px;
  font-size: 14px;
}
@media (min-width: 768px) {
  #tcapply-error {
    margin-top: 23px;
  }
}

.scbanner {
  background: url("/assets/images/shriram-credit-lp/sc-banner.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  position: relative;
}
@media (min-width: 768px) {
  .scbanner {
    padding: 70px 0;
  }
}
@media (min-width: 1200px) {
  .scbanner {
    padding-bottom: 70px;
  }
}
.scbanner::before {
  content: "";
  display: none;
  width: 553px;
  height: 721px;
  background: url("/assets/images/shriram-credit-lp/pattern.png") no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.6;
}
@media (min-width: 1200px) {
  .scbanner::before {
    display: block;
  }
}
.scbanner .form-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 20px;
}
.scbanner .form-check label {
  margin: 0;
}
@media (min-width: 1200px) {
  .scbanner .form-check label {
    font-size: 14px;
    line-height: 22px;
  }
}
.scbanner .form-check label span {
  color: #276cd3;
  cursor: pointer;
}
.scbanner .form-check input {
  min-width: 16px;
  height: 16px;
}
.scbanner__unlock {
  display: grid;
  gap: 30px;
  grid-template-columns: auto;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .scbanner__unlock {
    grid-template-columns: 600px 510px;
  }
}
@media (min-width: 1440px) {
  .scbanner__unlock {
    grid-template-columns: 600px 555px;
  }
}
.scbanner__logo {
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 1200px) {
  .scbanner__logo {
    margin-top: -40px;
    margin-bottom: 40px;
  }
}
.scbanner__title {
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .scbanner__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 28px;
  }
}
@media (min-width: 1200px) {
  .scbanner__title {
    margin-bottom: 15px;
  }
}
.scbanner__subTitle {
  font-size: 20px;
  font-weight: 700;
  color: #fe8700;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .scbanner__subTitle {
    font-size: 30px;
    text-align: justify;
    line-height: 40px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1200px) {
  .scbanner__subTitle {
    margin-bottom: 15px;
  }
}
.scbanner__text {
  font-size: 16px;
  color: #707070;
  margin: 0;
}
@media (min-width: 768px) {
  .scbanner__text {
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
  }
}
.scbanner__formArea {
  background-color: #ffbb00;
  padding: 25px 15px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .scbanner__formArea {
    padding: 46px 50px 26px;
  }
}
@media (min-width: 768px) {
  .scbanner__formArea {
    padding: 30px;
  }
}
.scbanner__formArea .primary-btn {
  width: 150px;
  height: 50px;
  font-size: 20px;
  font-weight: 700;
  background: #000;
}
.scbanner__group {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .scbanner__group {
    margin-bottom: 15px;
  }
}
.scbanner__group label {
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 1200px) {
  .scbanner__group label {
    font-size: 14px;
    line-height: 22px;
  }
}
.scbanner__group .input-box {
  border: 0;
  background-color: #f9f9f9;
}
.scbanner__group .form-box {
  margin: 0;
}

.accordion-group {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.accordion {
  counter-reset: section;
}
.accordion__items {
  padding: 20px 0 20px 40px;
  position: relative;
}
@media (min-width: 768px) {
  .accordion__items {
    padding: 32px 0 32px 60px;
  }
}
.accordion__items.active .accordion__heading {
  font-weight: 700;
}
.accordion__items.active .accordion__heading::after {
  background-image: url("/assets/images/icons/accordian-close.svg");
}
.accordion__items::before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  left: 0;
}
@media (min-width: 768px) {
  .accordion__items::before {
    font-size: 22px;
    line-height: 30px;
  }
}
.accordion__items::after {
  content: "";
  position: absolute;
  left: 40px;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .accordion__items::after {
    left: 60px;
  }
}
.accordion__heading {
  padding-right: 30px;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .accordion__heading {
    padding-right: 60px;
  }
}
.accordion__heading > *:last-child {
  margin-bottom: 0;
}
.accordion__heading::after {
  content: "";
  width: 19px;
  height: 19px;
  background: url("/assets/images/icons/accordian-open.svg") no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .accordion__heading::after {
    right: 34px;
  }
}
.accordion__heading * {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .accordion__heading * {
    font-size: 22px;
    line-height: 30px;
  }
}
.accordion__content {
  max-height: 0;
  transition: max-height 0.2s ease;
  overflow: hidden;
}
.accordion__contentText {
  padding-top: 24px;
}
@media (min-width: 768px) {
  .accordion__contentText {
    padding-right: 157px;
  }
}
.accordion__contentText > *:last-child {
  margin-bottom: 0;
}
.accordion__contentText * {
  font-size: 16px;
  line-height: 24px;
}

.disclaimer {
  padding: 40px 0;
  background: #414141;
}
@media (min-width: 768px) {
  .disclaimer {
    padding: 50px 0;
  }
}
.disclaimer p,
.disclaimer p strong {
  color: #fff;
}
@media (min-width: 768px) {
  .disclaimer p,
  .disclaimer p strong {
    font-size: 20px;
    line-height: 30px;
  }
}

.card-contents {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 30px;
  justify-content: center;
}

.cardItem {
  width: 100%;
  padding: 16px;
  border: 1px solid #b1b0b0;
  border-radius: 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .cardItem {
    width: calc(50% - 24px);
    padding: 40px 40px 26px 32px;
    text-align: initial;
  }
}
@media (min-width: 992px) {
  .cardItem {
    width: calc(33.3333333333% - 24px);
  }
}
@media (min-width: 1200px) {
  .cardItem {
    width: calc(25% - 24px);
  }
}
.cardItem__icon {
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  margin-bottom: 16px;
  background: url("/assets/images/icons/circle-icon.svg") no-repeat;
  background-position: center center;
  background-size: contain !important;
}
@media (min-width: 768px) {
  .cardItem__icon {
    width: 98px;
    height: 95px;
    margin: initial;
    background-size: initial;
  }
}
.cardItem__heading {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .cardItem__heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }
}

.timeLine {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
@media (min-width: 768px) {
  .timeLine::after {
    content: "";
    width: 100%;
    max-width: 1264px;
    height: 3px;
    background-color: #707070;
    margin: 0 auto;
    position: absolute;
    top: 181px;
    left: 0;
    right: 0;
  }
}
.timeLine li {
  width: 50%;
  text-align: center;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .timeLine li {
    width: 25%;
  }
}
.timeLine p {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .timeLine p {
    font-size: 20px;
    line-height: 30px;
  }
}
.timeLine__img {
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.timeLine__heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .timeLine__heading {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .timeLine__heading {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .timeLine__heading {
    font-size: 25px;
    line-height: 38px;
  }
}
.timeLine__heading--minHeightOne {
  min-height: 60px;
}
@media (min-width: 768px) {
  .timeLine__heading--minHeightOne {
    min-height: 90px;
  }
}

.bg-image-cards {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .bg-image-cards {
    padding-bottom: 140px;
  }
  .bg-image-cards::after {
    content: "";
    background: url("/assets/images/shriram-credit-lp/card-items2.webp") no-repeat;
    background-position: center bottom;
    position: absolute;
    top: 0;
    bottom: -110px;
    left: 0;
    right: 0;
    pointer-events: none;
  }
}

.card-contents {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 30px;
  justify-content: center;
}

.cardItem2 {
  width: 100%;
  padding: 16px;
  background: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cardItem2 {
    width: calc(50% - 24px);
    padding: 40px 40px 56px 32px;
    text-align: initial;
  }
}
@media (min-width: 992px) {
  .cardItem2 {
    width: calc(33.3333333333% - 24px);
  }
}
@media (min-width: 1200px) {
  .cardItem2 {
    width: calc(25% - 24px);
  }
}
.cardItem2__heading--minHeight {
  min-height: 40px;
}
@media (min-width: 768px) {
  .cardItem2__heading--minHeight {
    min-height: 60px;
  }
}
.cardItem2__icon {
  width: 45px;
  height: 56px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  margin-bottom: 16px;
  background: url("/assets/images/icons/circle-icon.svg") no-repeat;
  background-position: center center;
  background-size: contain !important;
}
@media (min-width: 768px) {
  .cardItem2__icon {
    width: 98px;
    height: 95px;
    margin: initial;
    background-size: initial;
    margin-bottom: 50px;
  }
}
.cardItem2__heading {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .cardItem2__heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }
}

.features__left {
  max-width: 250px;
  margin: 0 auto 20px;
}
@media (min-width: 1200px) {
  .features__left {
    max-width: 540px;
  }
}
.features__right {
  list-style-type: none;
  padding: 0;
}
.features__right li {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  position: relative;
  margin-left: 45px;
  padding: 0;
  color: #000000;
}
@media (min-width: 768px) {
  .features__right li {
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
.features__right li span {
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 768px) {
  .features__right li span {
    font-size: 25px;
    line-height: 38px;
  }
}
.features__right li::before {
  content: "";
  width: 24px;
  height: 18px;
  position: absolute;
  top: 8px;
  left: -40px;
  background: url("/assets/images/icons/arrow.svg") no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .features__right li::before {
    width: 32px;
    height: 28px;
    left: -50px;
  }
}

.featuresBenefits {
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .featuresBenefits {
    max-width: 540px;
    margin-top: 84px;
    margin-bottom: 0;
  }
}

.accordion--one.accordion .accordion__items {
  font-size: 16px;
  line-height: 24px;
  border: 1.5px solid #ffbb00;
  margin-bottom: 10px;
  padding: 20px;
}
@media (min-width: 1200px) {
  .accordion--one.accordion .accordion__items {
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0 20px 56px;
  }
}
.accordion--one.accordion .accordion__items::before {
  display: none;
}
.accordion--one.accordion .accordion__items::after {
  display: none;
}
.accordion--one.accordion .accordion__items.active .accordion__heading::after {
  transform: rotate(-90deg);
}
.accordion--one.accordion .accordion__items:last-child {
  margin-bottom: 0;
}
.accordion--one.accordion .accordion__heading::after {
  background: url("/assets/images/icons/down-arrow.svg") no-repeat;
  background-position: center;
  right: 10px;
  transition: all 0.6s ease;
}
@media (min-width: 768px) {
  .accordion--one.accordion .accordion__heading::after {
    right: 20px;
  }
}
.accordion--one.accordion .accordion__heading * {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .accordion--one.accordion .accordion__heading * {
    font-size: 20px;
    line-height: 30px;
  }
}
.accordion--one.accordion .accordion__contentText {
  padding-top: 10px;
}
.accordion--one.accordion .accordion__contentText * {
  font-size: 16px;
  line-height: 24px;
  color: #707070;
}

.loanForm {
  margin-bottom: -40px;
}
.loanForm__box {
  padding-top: 30px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .loanForm__box {
    padding-top: 50px;
  }
}
.loanForm__boxContent {
  height: 100%;
  min-height: 150px;
  padding: 25px;
  border: 1px solid #b1b0b0;
  position: relative;
}
@media (min-width: 1440px) {
  .loanForm__boxContent {
    padding: 32px;
    min-height: 216px;
  }
}
.loanForm__boxImage {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50px;
  background: #ffbb00;
  border-radius: 5px;
}
.loanForm__boxTitle {
  margin-bottom: 22px;
  color: #000000;
}
@media (min-width: 768px) {
  .loanForm__boxTitle {
    margin-bottom: 42px;
  }
}
.loanForm__boxTitle--small {
  margin-bottom: 12px;
}
.loanForm__image {
  display: none;
}
@media (min-width: 1200px) {
  .loanForm__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 595px;
    max-height: 575px;
  }
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}/*# sourceMappingURL=shriram-credit-lp.css.map */