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;
  }
}

.material__form .form__radio,
.material__form .form__group {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.material__form .form__inline > .form__group,
.material__form .form__inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}

.material__form .form__help {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: rgba(5, 47, 95, 0.6);
  font-size: 0.8rem;
}

.material__form .checkbox .form__help, .material__form .form__radio .form__help, .material__form .form__group .form__help {
  position: absolute;
  width: 100%;
}

.material__form .checkbox .form__help {
  position: relative;
  margin-bottom: 1rem;
}

.material__form .form__radio .form__help {
  padding-top: 0.25rem;
  margin-top: -1rem;
}

.material__form .form__group input {
  height: 1.9rem;
}

.material__form .form__group textarea {
  resize: none;
}

.material__form .form__group select {
  width: 100%;
  font-size: 1rem;
  height: 1.6rem;
  padding: 0.125rem 0.125rem 0.0625rem;
  border: none;
  line-height: 1.6;
  box-shadow: none;
}

.material__form .form__group .char__count {
  position: absolute;
  right: 0;
  top: 10px;
  color: rgba(95, 122, 153, 0.6);
  font-size: 10px;
  font-weight: 600;
}

.material__form .form__group .control__label {
  position: absolute;
  top: -15px;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: rgb(5, 47, 95);
  font-size: 14px;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}

.material__form .form__group .bar {
  position: relative;
  border-bottom: 0.0625rem solid rgba(5, 47, 95, 0.2);
  display: block;
}

.material__form .form__group .bar::before {
  content: "";
  height: 1px;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: rgb(5, 47, 95);
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}

.material__form .form__group input,
.material__form .form__group select,
.material__form .form__group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 0.875rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: rgba(5, 47, 95, 0.6);
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}
.material__form .form__group input::placeholder,
.material__form .form__group select::placeholder,
.material__form .form__group textarea::placeholder {
  color: rgba(5, 47, 95, 0.4);
  font-size: 12px;
}

.material__form .form__group input[type=file] {
  line-height: 1;
}

.material__form .form__group input[type=file] ~ .bar {
  display: none;
}

.material__form .form__group select:valid,
.material__form .form__group select:focus,
.material__form .form__group input:valid,
.material__form .form__group input.form__file,
.material__form .form__group input.has__value,
.material__form .form__group textarea:valid,
.material__form .form__group textarea.form__file,
.material__form .form__group textarea.has__value {
  color: rgb(5, 47, 95);
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.material__form .form__group select:valid ~ .control__label,
.material__form .form__group select:focus ~ .control__label,
.material__form .form__group input:focus ~ .control__label,
.material__form .form__group input:valid ~ .control__label,
.material__form .form__group input.form__file ~ .control__label,
.material__form .form__group input.has__value ~ .control__label,
.material__form .form__group textarea:focus ~ .control__label,
.material__form .form__group textarea:valid ~ .control__label,
.material__form .form__group textarea.form__file ~ .control__label,
.material__form .form__group textarea.has__value ~ .control__label {
  font-size: 0.8rem;
  color: rgba(5, 47, 95, 0.6);
  top: -15px;
  left: 0;
}

.material__form .form__group select:focus,
.material__form .form__group input:focus,
.material__form .form__group textarea:focus {
  outline: none;
}

.material__form .form__group select:focus ~ .bar::before,
.material__form .form__group input:focus ~ .bar::before,
.material__form .form__group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}

.material__form .checkbox label,
.material__form .form__radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: rgb(5, 47, 95);
  display: block;
  font-size: 14px;
}

.material__form .checkbox input,
.material__form .form__radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.material__form .radio {
  margin-bottom: 1rem;
}

.material__form .radio i.helper {
  position: absolute;
  top: 0;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #999;
}

.material__form .radio i.helper::before, .material__form .radio i.helper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 1px solid #999;
}

.material__form .radio i.helper::after {
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: rgb(5, 47, 95);
  border-color: rgb(5, 47, 95);
}

.material__form .radio label:hover i.helper {
  color: rgb(5, 47, 95);
}

.material__form .radio input:checked ~ i.helper::after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.material__form .radio input:checked ~ i.helper::before {
  color: rgb(5, 47, 95);
}

.material__form .radio input:checked ~ span {
  font-weight: 600;
}

.material__form .checkbox {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.material__form .checkbox i.helper {
  color: #999;
  position: absolute;
  top: 5px;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 1px solid #999;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}

.material__form .checkbox i.helper::before, .checkbox i.helper::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: rgb(5, 47, 95);
  display: block;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 0.25rem;
  content: "";
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}

.material__form .checkbox i.helper::before {
  top: 0.65rem;
  left: 0.38rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #fff;
}

.material__form .checkbox i.helper::after {
  top: 0.3rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.material__form .checkbox label:hover i.helper {
  color: rgb(5, 47, 95);
}

.material__form .checkbox input:checked ~ i.helper {
  color: rgb(5, 47, 95);
}

.material__form .checkbox input:checked ~ i.helper::after, .material__form .checkbox input:checked ~ i.helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}

.material__form .checkbox input:checked ~ i.helper::after {
  height: 0.5rem;
}

.material__form .checkbox input:checked ~ i.helper::before {
  height: 1.2rem;
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.material__form .radio + .radio,
.material__form .checkbox + .checkbox {
  margin-top: 1rem;
}

.material__form .form__help .error__holder,
.material__form .has__error.has__success .form__help .error__holder,
.material__form .has__error .note__holder {
  display: none;
}

.material__form .has__error .error__holder {
  display: block;
  color: #d9534f;
}

.material__form .form__help p {
  font-size: 10px;
  line-height: initial;
  font-weight: 600;
}

.material__form .has__error .legend.legend,
.material__form .has__error.form__group .control__label.control__label {
  color: #d9534f;
}

.material__form .has__error.form__group .form__help,
.material__form .has__error.form__group i.helper, .material__form .has__error.checkbox .form__help,
.material__form .has__error.checkbox i.helper, .material__form .has__error.radio .form__help,
.material__form .has__error.radio i.helper, .material__form .has__error.form__radio .form__help,
.material__form .has__error.form__radio i.helper {
  color: #d9534f;
}

.material__form .has__error .bar::before {
  background: #d9534f;
  left: 0;
  width: 100%;
}

.material__form .button {
  position: relative;
  background: rgb(245, 166, 35);
  border: 1px solid rgb(245, 166, 35);
  font-size: 18px;
  width: 100%;
  color: #fff;
  margin: 3rem 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}

.material__form .button span {
  color: #fff;
  position: relative;
  z-index: 1;
}

.material__form .button:hover {
  color: #fff;
  background-color: rgb(245, 166, 35) !important;
}

.material__form .button:focus {
  outline: none;
}

.material__form .form__group .form__help.common-error .error__holder,
.material__form .form__group .form__help.common-error .note__holder,
.material__form .form__group .form__help .common-error__holder {
  display: none;
}

.material__form .form__group .form__help.common-error .common-error__holder {
  display: block;
  color: #d9534f;
}

/* stylelint-enable */
html {
  font-size: 16px !important;
}

#puckarConsent .tnc__text {
  font-size: 12px;
  line-height: 16px;
}
#puckarConsent .tnc__text a {
  text-decoration: underline;
  color: #1B1DC7;
  font-weight: 600;
}

.material-form .form-group #mobileNumber {
  padding-left: 75px;
  font-size: 14px;
}

#home-loan-banner {
  background-color: rgb(238, 238, 255);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  padding: 1.5rem;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F8F9FF;
  border: 1px solid rgba(5, 47, 95, 0.1019607843);
  box-shadow: 0px 6px 16px 0px rgba(35, 58, 99, 0.1607843137);
}
#home-loan-banner .banner-image-mobile {
  display: none;
}
#home-loan-banner .banner-image {
  width: 22%;
}
#home-loan-banner .home-loan-lead-form {
  width: 38%;
  background: #FFFFFF;
  border: 1px solid rgba(5, 47, 95, 0.1019607843);
  border-radius: 12px;
  border-width: 1px;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
}
.l-sidebar #home-loan-banner .home-loan-lead-form {
  width: 100%;
}
.l-sidebar #home-loan-banner .home-loan-lead-form .flag-img {
  top: 0;
}
.l-sidebar #home-loan-banner .home-loan-lead-form .prefix {
  left: 36px;
  position: relative;
  top: 2px;
}

@media (max-width: 767px) {
  #home-loan-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
    position: relative;
    margin: 16px 0 0;
  }
}
#home-loan-banner .banner-info {
  position: static;
  z-index: 1;
  margin-right: 15px;
  width: 42%;
}
.l-sidebar #home-loan-banner .banner-info {
  width: 100%;
}

#home-loan-banner .banner-info h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 10px 0 0;
  line-height: 1.875rem;
  color: #052f5f;
}
@media (max-width: 767px) {
  #home-loan-banner .banner-info h2 {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0;
  }
}
#home-loan-banner .banner-info h2 span {
  color: #d90368;
}
#home-loan-banner .banner-info ul {
  display: block;
  margin: 12px 0 1.125rem;
  list-style: none;
}
@media (max-width: 767px) {
  #home-loan-banner .banner-info ul {
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
  }
}
#home-loan-banner .banner-info ul li {
  margin: 0 0 12px;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #052f5f;
  background: url("../framework/images/checkmark-circle.svg") no-repeat 0 0;
}
@media (max-width: 767px) {
  #home-loan-banner .banner-info ul li {
    border: 0;
    margin: 0;
    padding: 0 0 0 24px;
    font-size: 10px;
    font-weight: 600;
  }
}
#home-loan-banner .home-loan-lead-form .material-form .form-group .control-label {
  top: -25px;
  font-size: 14px;
}
#home-loan-banner .home-loan-lead-form .material-form .form-group {
  margin-bottom: 25px;
}
#home-loan-banner a.primary-btn, #home-loan-banner #checkOffer {
  height: 3rem;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  background: #1b1dc7;
  display: block;
  margin-top: 8px;
  width: 100%;
}

.pre-approved-sticky {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 5.25rem;
  display: none;
  align-items: center;
  background: -moz-linear-gradient(90deg, rgb(202, 215, 254) 0%, rgb(222, 230, 253) 46.02%, rgb(202, 215, 254) 100%);
  background: -webkit-linear-gradient(90deg, rgb(202, 215, 254) 0%, rgb(222, 230, 253) 46.02%, rgb(202, 215, 254) 100%);
  background: linear-gradient(90deg, rgb(202, 215, 254) 0%, rgb(222, 230, 253) 46.02%, rgb(202, 215, 254) 100%);
}
@media (max-width: 767px) {
  .pre-approved-sticky {
    height: 4.25rem;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: -6px -2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -6px -2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: -6px -2px 6px rgba(0, 0, 0, 0.2);
  }
}
.pre-approved-sticky .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .pre-approved-sticky .container {
    width: 100%;
  }
}
.pre-approved-sticky .container .hl-info-img {
  background: url(../framework/images/hl-strip-icon.svg) no-repeat center;
  width: 14.5625rem;
  height: 8.125rem;
  display: block;
  position: relative;
  bottom: 1.4375rem;
  background-size: 80%;
}
@media (max-width: 767px) {
  .pre-approved-sticky .container .hl-info-img {
    display: none;
  }
}
.pre-approved-sticky .container > div {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .pre-approved-sticky .container > div {
    width: 100%;
    padding: 0 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.pre-approved-sticky .container > div p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.75rem;
  color: rgb(5, 47, 95);
}
.pre-approved-sticky .container > div p b {
  color: rgb(224, 0, 103);
}
@media (max-width: 767px) {
  .pre-approved-sticky .container > div p {
    display: none;
  }
}
.pre-approved-sticky .container > div .check-now {
  width: 12.25rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(27, 29, 199);
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  font-weight: 600;
  margin-left: 1.5rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .pre-approved-sticky .container > div .check-now {
    width: 100%;
    margin: 0;
  }
}
.pre-approved-sticky .container > div .check-now .display-d {
  display: block;
}
@media (max-width: 767px) {
  .pre-approved-sticky .container > div .check-now .display-d {
    display: none;
  }
}
.pre-approved-sticky .container > div .check-now .display-m {
  display: none;
}
@media (max-width: 767px) {
  .pre-approved-sticky .container > div .check-now .display-m {
    display: block;
  }
}
.pre-approved-sticky.fixed {
  display: flex;
}

.l-sidebar.at_right #home-loan-banner {
  flex-direction: column;
  align-items: flex-start;
  padding: 12px;
  position: relative;
  margin: 16px 0 0;
}
.l-sidebar.at_right #home-loan-banner .banner-info h2 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0;
}
.l-sidebar.at_right #home-loan-banner .banner-info ul {
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
}
.l-sidebar.at_right #home-loan-banner .banner-info ul li {
  border: 0;
  margin: 0;
  padding: 0 0 0 24px;
  font-size: 10px;
  font-weight: 600;
}
.l-sidebar.at_right #home-loan-banner .banner-info a {
  width: 120px;
  height: 32px;
  border-radius: 6px;
}
.l-sidebar.at_right #home-loan-banner .banner-image {
  display: none;
}
.l-sidebar.at_right #home-loan-banner img {
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 120px;
  height: auto;
}

.l-section-h table thead th,
.l-section-h table thead td {
  font-size: 0.875rem;
}
.l-section-h table tbody td,
.l-section-h table tbody ul li,
.l-section-h table tbody p,
.l-section-h table tbody span,
.l-section-h table tbody b {
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  #home-loan-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
    position: relative;
    margin: 16px 0 0;
    background: linear-gradient(180deg, #F8F9FF 0%, #FFFFFF 100%);
    box-shadow: 0px 6px 16px 0px rgba(35, 58, 99, 0.1607843137);
  }
  #home-loan-banner .banner-info {
    display: flex;
    margin-right: 15px;
    width: 100%;
  }
  #home-loan-banner .home-loan-lead-form, #home-loan-banner .banner-image {
    width: 100%;
  }
  #home-loan-banner .banner-image {
    display: none;
  }
  #home-loan-banner .banner-image-mobile {
    display: inline-block;
    width: 40%;
  }
  #home-loan-banner .title {
    width: 60%;
  }
  #home-loan-banner .title h2 {
    font-size: 18px;
  }
  #home-loan-banner .title ul {
    display: none !important;
  }
  #home-loan-banner .home-loan-lead-form {
    background-color: transparent;
    padding: unset;
    border: none;
  }
  #home-loan-banner .home-loan-lead-form #puckarConsent {
    min-height: unset !important;
  }
}

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