html {
  font-size: 16px;
}

div[id$=-section] {
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  div[id$=-section] {
    margin-bottom: 2.5rem;
  }
}
div[id$=-section].top-section {
  margin-bottom: 1.25rem;
}

.headings-suffix-line {
  content: "";
  width: 60px;
  height: 2px;
  background-color: rgb(224, 0, 103);
  display: block;
}

.p16 {
  padding: 1rem;
}

.p12 {
  padding: 0.75rem;
}

.load-more-btn {
  background-color: rgba(27, 29, 199, 0.15);
  width: 6.125rem;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  color: rgb(27, 29, 199);
  font-weight: 600;
  margin: 1rem auto 0.375rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
}
.load-more-btn:hover {
  color: rgb(20.907079646, 22.4557522124, 154.092920354) !important;
}

a[class^=showMore] {
  font-size: 0.75rem;
  color: rgb(27, 29, 199);
  font-weight: 600;
  display: none;
}
a[class^=showMore]::after {
  content: "\f105";
  font-family: fontawesome;
  font-weight: normal;
  font-size: 0.875rem;
  display: inline-block;
  color: rgb(27, 29, 199);
  margin-left: 0.375rem;
  margin-top: 1px;
}

.banner-holder {
  width: 100%;
  background-color: rgb(243, 249, 255);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
}
.banner-holder a {
  display: flex;
}
.banner-holder a img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .banner-holder {
    width: 92%;
    margin: 0 auto;
    height: auto;
  }
}

.form-group {
  position: relative;
}

.form-group input {
  background-color: #fff;
  border: 1px solid rgba(30, 30, 30, 0.2);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  height: 56px !important;
  width: 100%;
  color: #1e1e1e;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 0 1rem;
  outline: 0;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .form-group input {
    height: 48px !important;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }
}
.form-group input:focus {
  box-shadow: none;
  border-color: #0066ff;
}

.form-group textarea {
  border: 1px solid rgba(30, 30, 30, 0.2);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  width: 100%;
  color: #1e1e1e;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 1rem;
  line-height: 1.375rem;
}

.form-group .control-label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: rgba(30, 30, 30, 0.4);
  position: absolute;
  left: 1rem;
  top: 18px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
}
@media (max-width: 767px) {
  .form-group .control-label {
    top: 14px;
  }
}

.form-group.has-focus .control-label {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.form-group.focused input, .form-group.focused textarea {
  box-shadow: none;
  border-color: #0066ff !important;
}

.form-group .prefix {
  visibility: hidden;
  position: absolute;
  left: 1rem;
  top: 18px;
  height: 1.375rem;
  color: #1e1e1e;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-right: 1px solid rgba(30, 30, 30, 0.2);
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .form-group .prefix {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }
}

.form-group .suffix {
  visibility: hidden;
  position: absolute;
  left: 1rem;
  top: 1.125rem;
  height: 1.375rem;
  color: #1e1e1e;
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 0.5rem;
  border-left: 1px solid rgba(30, 30, 30, 0.2);
}

.form-group .form-help {
  position: absolute;
  left: 1rem;
  padding-top: 0.25rem;
}

.form-group .form-help .note-holder {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(30, 30, 30, 0.6);
}
@media (max-width: 767px) {
  .form-group .form-help .note-holder {
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
  }
}

.form-group .form-help .error-holder {
  display: none;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: rgb(232, 0, 0);
}
@media (max-width: 767px) {
  .form-group .form-help .error-holder {
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
  }
}

.form-group.has-prefix .prefix {
  visibility: visible;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .form-group.has-prefix .prefix {
    top: 15px;
  }
}

.form-group.has-prefix .prefix img {
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .form-group.has-prefix .prefix img {
    width: 24px;
    height: auto;
  }
}

.form-group.has-prefix input {
  padding-left: 2.5rem;
}

.form-group.has-prefix input[name=mobileNumber] {
  padding-left: 102px;
}
@media (max-width: 767px) {
  .form-group.has-prefix input[name=mobileNumber] {
    padding-left: 86px;
  }
}

.form-group.has-error .control-label {
  color: rgb(232, 0, 0);
}

.form-group.has-error input, .form-group.has-error textarea {
  border-color: rgb(232, 0, 0);
  box-shadow: none;
}

.form-group.has-error .form-help .note-holder {
  display: none;
}

.form-group.has-error .form-help .error-holder {
  display: block;
}

.char-count {
  display: none;
}

.form-group.has-char-count .char-count {
  display: flex;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(98, 98, 98, 0.7);
}
@media (max-width: 767px) {
  .form-group.has-char-count .char-count {
    top: 15px;
  }
}
.form-group.has-char-count .char-count b {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #626262;
}

.form-group .form-help {
  position: absolute;
  left: 1rem;
  padding-top: 0.25rem;
}

.form-group.has-focus .control-label, .form-group.has-value .control-label, .form-group.focused .control-label, .form-group.not-empty .control-label, .form-group.required.has-error .control-label {
  top: -10px;
  background-color: #fff;
  padding: 0 0.25rem;
  color: rgba(30, 30, 30, 0.6);
  font-weight: 500;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
}
@media (max-width: 767px) {
  .form-group.has-focus .control-label, .form-group.has-value .control-label, .form-group.focused .control-label, .form-group.not-empty .control-label, .form-group.required.has-error .control-label {
    top: -8px;
  }
}

.form-group.has-error .control-label, .form-group.required.has-error .control-label {
  color: rgb(232, 0, 0);
}

.form-group input:focus + .control-label {
  color: #0066ff;
}

.cc_lead_form_new {
  padding: 0 16px;
  margin: 28px 0;
  border: 1px solid rgba(5, 47, 95, 0.1);
  background: radial-gradient(80.42% 56.27% at 80.42% 50%, #F2F7FF 0%, #D9E8FF 100%);
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  display: flex;
  align-content: center;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}
.cc_lead_form_new.lead-form-version-v1 {
  background: #f7f8fa;
}
@media (max-width: 767px) {
  .cc_lead_form_new {
    background-color: #fff;
    padding: 0;
    flex-wrap: wrap;
  }
}
.l-sidebar .cc_lead_form_new {
  background-color: #fff;
  padding: 0;
  flex-wrap: wrap;
  gap: 0;
}

.cc_lead_form_new .info-section.graphics {
  align-items: flex-end;
  margin-right: 80px;
  flex: 1 0 0;
}
@media (max-width: 767px) {
  .cc_lead_form_new .info-section.graphics {
    align-items: center;
    display: none;
  }
}
.l-sidebar .cc_lead_form_new .info-section.graphics {
  margin: 20px 0;
  padding-right: 20px;
}

.cc_lead_form_new .info-section.text {
  margin: 0;
  flex: 2 0 0;
}
.cc_lead_form_new .info-section.text .mobile {
  display: none;
}
.cc_lead_form_new .info-section.text .desktop {
  display: inline;
  padding-left: 18px;
  width: 55%;
}
.cc_lead_form_new .info-section.text .sidebar-leadform {
  display: none;
}
.cc_lead_form_new .info-section.text .accidental-img {
  display: inline;
  padding: 30px 45px 0 0;
  width: 45%;
}
@media (max-width: 767px) {
  .cc_lead_form_new .info-section.text {
    flex: 1 0 0;
  }
  .cc_lead_form_new .info-section.text .desktop {
    display: none;
  }
  .cc_lead_form_new .info-section.text .mobile {
    display: inline;
    padding: 10px 0 10px 16px;
    width: 60%;
  }
  .cc_lead_form_new .info-section.text .sidebar-leadform {
    display: none;
  }
  .cc_lead_form_new .info-section.text .accidental-img {
    width: 40%;
    padding: 10px 15px 0 0;
  }
}
.cc_lead_form_new .info-section.text .graphics {
  display: none;
}
@media (max-width: 767px) {
  .cc_lead_form_new .info-section.text .graphics {
    display: inline;
    padding-right: 16px;
    width: 80%;
    height: auto;
    align-self: flex-end;
  }
}
.l-sidebar .cc_lead_form_new .info-section.text {
  flex: 1 0 0;
}

.cc_lead_form_new .info-section {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cc_lead_form_new .info-section {
    flex: 0 0 calc(50% - 14px);
    align-items: center;
  }
}
.l-sidebar .cc_lead_form_new .info-section .desktop {
  display: none;
}
.l-sidebar .cc_lead_form_new .info-section .sidebar-leadform {
  display: none;
  padding: 6px 4px 0 12px;
}
.l-sidebar .cc_lead_form_new .info-section .mobile {
  display: inline;
  padding: 10px 0 10px 16px;
  width: 60%;
}
.l-sidebar .cc_lead_form_new .info-section .accidental-img {
  width: 40%;
  padding: 10px 15px 0 0;
}

.cc_lead_form_new .info-section h2 {
  font-size: 24px;
  color: rgb(5, 47, 95);
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cc_lead_form_new .info-section h2 {
    font-size: 22px;
    width: 190px;
  }
}
.cc_lead_form_new .info-section h2 span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cc_lead_form_new .info-section h2 span {
    display: block;
  }
}
.cc_lead_form_new .info-section h2 span strong {
  color: rgb(217, 4, 105);
}
.cc_lead_form_new .info-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .cc_lead_form_new .info-section ul {
    display: none;
  }
}
.cc_lead_form_new .info-section ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: rgb(5, 47, 95);
  font-weight: 600;
  margin-bottom: 12px;
}
.cc_lead_form_new .info-section ul li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../framework/images/checkmark-circle.svg) no-repeat center;
}
.cc_lead_form_new .lead-form {
  flex: 1 0 0;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .cc_lead_form_new .lead-form {
    flex: auto;
    padding: 0;
  }
}
.l-sidebar .cc_lead_form_new .lead-form {
  flex: auto;
  padding: 0;
}

.cc_lead_form_new .lead-form-box {
  flex: auto;
  max-width: 457px;
  background: #fff;
  padding: 16px 8px 16px 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(35, 58, 99, 0.16);
  -moz-box-shadow: 0px 6px 16px 0px rgba(35, 58, 99, 0.16);
  box-shadow: 0px 6px 16px 0px rgba(35, 58, 99, 0.16);
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cc_lead_form_new .lead-form-box {
    width: 100%;
    margin: 0;
    grid-column-end: span 4;
    padding: 16px;
    box-shadow: none;
    background: #fff;
    border-radius: 0 0 16px 16px;
    -webkit-border-radius: 0 0 16px 16px;
    -moz-border-radius: 0 0 16px 16px;
    max-width: 100%;
  }
}
.l-sidebar .cc_lead_form_new .lead-form-box {
  width: 100%;
  margin: 0;
  grid-column-end: span 4;
  padding: 16px;
  box-shadow: none;
  background: #fff;
  border-radius: 0 0 16px 16px;
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  max-width: 100%;
}

.cc_lead_form_new .lead-form-box .scroll-area {
  height: 182px;
  overflow-y: auto;
  padding-right: 8px;
}
.cc_lead_form_new .lead-form-box .scroll-area::-webkit-scrollbar {
  width: 2px;
}
.cc_lead_form_new .lead-form-box .scroll-area::-webkit-scrollbar-track {
  border-radius: 1px;
  background-color: rgba(5, 47, 95, 0.2);
}
.cc_lead_form_new .lead-form-box .scroll-area::-webkit-scrollbar-thumb {
  opacity: 0.26;
  border-radius: 1px;
  background-color: rgba(5, 47, 95, 0.8);
}
@media (max-width: 767px) {
  .cc_lead_form_new .lead-form-box .scroll-area {
    height: 191px;
  }
}
.l-sidebar .cc_lead_form_new .lead-form-box .scroll-area {
  height: 200px;
  max-height: 200px;
}
@media (max-width: 767px) {
  .l-sidebar .cc_lead_form_new .lead-form-box .scroll-area {
    height: 191px;
    max-height: 191px;
  }
}

.cc_lead_form_new .lead-form-box .form-heading {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #052F5F;
  margin-bottom: 16px;
  text-align: left;
}
.cc_lead_form_new .lead-form-box .form-group {
  margin-bottom: 16px;
}
.cc_lead_form_new .lead-form-box .form-group.has-error {
  margin-bottom: 36px;
}
.cc_lead_form_new .lead-form-box .tnc-checkbox {
  margin: 1rem 0 0;
  position: relative;
}
.cc_lead_form_new .lead-form-box .tnc-checkbox > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cc_lead_form_new .lead-form-box .tnc-checkbox input {
  display: none;
}
.cc_lead_form_new .lead-form-box .tnc-checkbox label {
  padding-left: 0rem;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-left: 24px;
}
.cc_lead_form_new .lead-form-box .tnc-checkbox i.helper {
  top: 0;
  border: 0;
  width: 16px;
  height: 16px;
  background: url(../framework/images/check-box-unfilled.svg) no-repeat;
  background-size: 16px;
  flex: none;
  position: absolute;
  left: 0;
  top: 0;
}
.cc_lead_form_new .lead-form-box .tnc-checkbox input:checked ~ label i.helper {
  background: url(../framework/images/check-box-filled.svg) no-repeat;
}
.cc_lead_form_new .lead-form-box .tnc-checkbox .tnc__text {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  color: rgba(5, 47, 95, 0.7);
  text-align: left;
  margin-bottom: 0;
  display: block;
}
.cc_lead_form_new .lead-form-box .tnc-checkbox .tnc__text a {
  color: rgb(27, 29, 199);
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: underline;
}
.cc_lead_form_new .lead-form-box .tnc-checkbox .more-less-btn {
  font-size: 10px;
  font-weight: 600;
  color: rgb(27, 29, 199);
  background-color: transparent;
  border: 0;
  overflow: 0;
  appearance: none;
}
.cc_lead_form_new .lead-form-box .tnc-checkbox.hide {
  display: none;
}
.cc_lead_form_new .lead-form-box .tnc-checkbox.has-error .tnc__text {
  color: #e80000;
}
.cc_lead_form_new .lead-form-box .puckar-error {
  color: #e80000;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding-left: 24px;
  text-align: left;
}
@media (max-width: 767px) {
  .cc_lead_form_new .lead-form-box .puckar-error {
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
  }
}
.cc_lead_form_new .lead-form-box .puckar-error.hide {
  display: none;
}
.cc_lead_form_new .lead-form-box .tnc-checkbox + .tnc-skeleton {
  display: none;
}
.cc_lead_form_new .lead-form-box .tnc-checkbox.hide + .tnc-skeleton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 54px;
}
@media (max-width: 767px) {
  .cc_lead_form_new .lead-form-box .tnc-checkbox.hide + .tnc-skeleton {
    min-height: 84px;
  }
}
.cc_lead_form_new .lead-form-box .tnc-checkbox.hide + .tnc-skeleton .bar {
  width: 100%;
  height: 12px;
  margin-bottom: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.cc_lead_form_new .lead-form-box .tnc-checkbox.hide + .tnc-skeleton .bar:nth-child(2) {
  width: 75%;
}
.cc_lead_form_new .lead-form-box .form-cta {
  width: calc(100% - 8px);
  height: 48px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-color: #0066FF;
  margin: 16px 0 0;
}
@media (max-width: 767px) {
  .cc_lead_form_new .lead-form-box .form-cta {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    height: 40px;
  }
}

#cc_sticky_strip {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #3B2078 0%, #552AB6 25%, #552AB6 75%, #3B2078 100%);
  text-align: center;
  color: #fff;
  padding: 10px 0;
  z-index: 99;
  display: none;
  font-size: 14px;
  font-weight: 600;
  max-height: 84px;
}
@media (max-width: 767px) {
  #cc_sticky_strip {
    max-height: 56px;
  }
}
#cc_sticky_strip.fixed_strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 10px 16px;
}
@media (max-width: 767px) {
  #cc_sticky_strip.fixed_strip {
    gap: 15px;
  }
}
#cc_sticky_strip.bureauStrip .sticky-img-div {
  position: relative;
  width: 240px;
  height: 125px;
}
#cc_sticky_strip.bureauStrip .sticky-img-div img.sticky-img {
  position: absolute;
  top: -12px;
  object-fit: contain;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #cc_sticky_strip.bureauStrip .sticky-img-div img.sticky-img {
    top: 16px;
  }
}
#cc_sticky_strip.bureauStrip .sticky-text-btn-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
@media (max-width: 767px) {
  #cc_sticky_strip.bureauStrip .sticky-text-btn-div {
    gap: 7px;
  }
}
#cc_sticky_strip.bureauStrip .sticky-text-btn-div p {
  margin: 0 10px 0 0;
  font-weight: 600;
  font-size: 14px;
}
#cc_sticky_strip.bureauStrip .sticky-text-btn-div p .low {
  color: #FFC900;
  font-weight: 600;
}
#cc_sticky_strip.bureauStrip .sticky-text-btn-div p br {
  display: none;
}
@media (max-width: 767px) {
  #cc_sticky_strip.bureauStrip .sticky-text-btn-div p br {
    display: block;
  }
}
@media (max-width: 767px) {
  #cc_sticky_strip.bureauStrip .sticky-text-btn-div p {
    font-size: 12px;
  }
}
#cc_sticky_strip.bureauStrip .sticky-text-btn-div button {
  color: #1C1D1F;
  border-radius: 8px;
  width: 200px;
  height: 56px;
  font-family: Poppins;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cc_sticky_strip.bureauStrip .sticky-text-btn-div button .sticky-arrow {
  display: none;
}
@media (max-width: 767px) {
  #cc_sticky_strip.bureauStrip .sticky-text-btn-div button {
    width: 24px;
    height: 24px;
    border-radius: 50%;
  }
  #cc_sticky_strip.bureauStrip .sticky-text-btn-div button .sticky-arrow {
    display: inline;
  }
  #cc_sticky_strip.bureauStrip .sticky-text-btn-div button .sticky-btn-text {
    display: none;
  }
}

.skeleton {
  background-color: #e2e5e7;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  animation: shine 1s ease infinite;
}

@keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}

/*# sourceMappingURL=creditScore.css.map */
