.la-hp-check {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

#la-funnel-wrapper {
  padding: 30px 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(../images/la-homeloans-background-lines-green.jpg);
  background-size: auto, cover;
  background-color: #f4f4f4;
  min-height: 80vh;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  transition-property: background;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
#la-funnel-wrapper.is--last {
  background-image: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.35)), url(../images/offers-bg.jpg);
}
#la-funnel-wrapper.auto-bg {
  background: url(../images/la-autoloans-bg-green.jpg) no-repeat center top !important;
}

@media (max-width: 576px) {
  #la-funnel {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#la-funnel *,
#la-funnel ::after,
#la-funnel ::before {
  box-sizing: border-box;
}

#appForm {
  position: relative;
  width: 100%;
  height: auto;
}
#appForm .card {
  max-width: 600px;
  margin: 0 auto;
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 6px 12px 0px, rgba(202, 202, 202, 0.26) 0px 0px 6px 0px, rgba(202, 202, 202, 0.16) 0px -1px 4px 0px;
}
#appForm .card:not(.is--active) {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  position: absolute;
  z-index: -1;
}
#appForm .card.is--active {
  transition: 0.25s ease-in-out all;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  z-index: 1;
}
#appForm .card .card-title {
  font-size: 1.5em;
  text-align: center;
  margin: 15px auto;
  max-width: 80%;
  text-align: center;
}
#appForm .card .card-text {
  text-align: center;
}
#appForm .card .card-footer {
  background: none;
}
#appForm .term-txt {
  font-size: 0.75em;
  text-align: justify;
}
#appForm .btn-option {
  width: 100%;
  text-align: left;
  height: 70px;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#appForm .btn-option input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
}
#appForm .btn-option input[type=radio]:checked + span {
  color: #fff;
  background: #16c686;
}
#appForm .btn-option input[type=radio]:checked + span:after {
  background: url(../images/chk.png) no-repeat center center;
}
@media (max-width: 576px) {
  #appForm .btn-option span.small-text {
    font-size: 0.9em !important;
  }
}
@media (max-width: 576px) {
  #appForm .btn-option span.smaller-text {
    font-size: 0.9em !important;
    padding-right: 15px !important;
  }
}
#appForm .btn-option span .btn-option-text {
  display: block;
  height: 30px;
  margin-top: -8px;
}
#appForm .btn-option span .btn-option-subtext {
  display: block;
  height: 20px;
  font-size: 0.65em;
  margin-top: -10px;
  color: #999999;
}
#appForm .btn-option input[type=radio] + span {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  line-height: 55px;
  cursor: pointer;
  font-size: 1.2em;
  color: black;
  padding: 0 50px 0 70px;
  background: white;
  position: relative;
  transition: all ease 0.2s;
  text-align: left;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  #appForm .btn-option input[type=radio] + span.btn-option-text {
    font-weight: bold !important;
  }
}
#appForm .btn-option input[type=radio] + span:hover {
  color: #fff;
  background: #16c686;
}
#appForm .btn-option input[type=radio] + span:hover:after {
  background: url(../images/chk.png) no-repeat center center;
}
#appForm .btn-option input[type=radio] + span:after {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  content: "";
  background: url(../images/unchk.png) no-repeat center center;
}
#appForm input.error,
#appForm select.error {
  border: 1px solid red;
}
#appForm label.error {
  color: red;
  font-size: 0.85em;
}
#appForm .btn-navigate,
#appForm .btn-complete {
  width: 100%;
  background: #16c686;
  color: white;
  font-weight: bold;
  padding: 1em 1em;
  font-size: 1.25em;
}
#appForm .btn-back {
  width: max-content;
  display: block;
  cursor: pointer;
  margin: 15px auto 0;
  text-align: center;
  color: black;
  font-weight: bold;
}
#appForm .form-slider {
  float: left;
  width: 100%;
  height: 132px;
  border: 1px solid #d8e3f2;
  border-radius: 10px;
  padding: 15px 15px;
}
#appForm .form-slider .irs-single {
  display: none !important;
}
#appForm .form-slider .irs--round .irs-bar {
  background-color: #13af76 !important;
}
#appForm .form-slider .irs--round .irs-handle {
  background-color: #108d5f !important;
  border-color: #108d5f !important;
}
#appForm .form-slider .form-value {
  font-size: 1.5em;
  font-weight: bold;
}
#appForm .form-slider .form-value.two-value {
  display: flex;
  flex-flow: row;
  justify-content: center;
}
#appForm .form-slider .form-value.two-value div {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 1px 10px;
}
#appForm .form-slider .form-value.two-value div:first-child {
  border-radius: 5px 0 0 5px;
}
#appForm .form-slider .form-value.two-value div:last-child {
  border-left: none;
  border-radius: 0 5px 5px 0;
  font-weight: 400 !important;
}
#appForm .icon-picker {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
@media (min-width: 768px) {
  #appForm .icon-picker.v2 .btn-icon {
    width: 23% !important;
  }
}
#appForm .icon-picker .btn-icon {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  height: 124px;
  position: relative;
  margin-bottom: 15px;
}
#appForm .icon-picker .btn-icon input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
}
#appForm .icon-picker .btn-icon input[type=radio]:checked + span {
  color: #fff;
  background: #16c686;
}
#appForm .icon-picker .btn-icon input[type=radio]:checked + span svg {
  fill: #fff;
  color: #fff;
}
#appForm .icon-picker .btn-icon input[type=radio] + span {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #16c686;
  cursor: pointer;
  font-size: 1em;
  line-height: 30px;
  color: #000000;
  font-weight: 600;
  padding: 25px 0;
  position: relative;
}
#appForm .icon-picker .btn-icon input[type=radio] + span:hover {
  color: #fff;
  background: #56ecb6;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
#appForm .icon-picker .btn-icon input[type=radio] + span:hover svg {
  fill: #fff;
  color: #fff;
}
#appForm .icon-picker .btn-icon span img,
#appForm .icon-picker .btn-icon span svg {
  fill: #16c686;
  display: block;
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}

#appForm.v1 .btn-credit span {
  text-shadow: 1px 1px 3px black;
}
#appForm.v1 .btn-credit span.btn-option-text {
  color: white !important;
}
#appForm.v1 .btn-credit span.btn-option-subtext {
  color: white !important;
}
#appForm.v1 .btn-credit.credit-1 input[type=radio] + span {
  background: #008255;
}
#appForm.v1 .btn-credit.credit-2 input[type=radio] + span {
  background: #40AD87;
}
#appForm.v1 .btn-credit.credit-3 input[type=radio] + span {
  background: #F8BB32;
}
#appForm.v1 .btn-credit.credit-4 input[type=radio] + span {
  background: #FF5C5C;
}
#appForm.v3 .card {
  background-color: white;
  border: 1px solid #61a5ff !important;
}
#appForm.v3 .card.card-options .btn-icon {
  background: white;
}
#appForm.v3 .card.card-options .btn-option span {
  border-radius: 4px;
}
#appForm.v3 .form-slider .form-value {
  font-size: 2em;
  font-weight: 500;
}
#appForm.v3 .form-slider .irs .irs-line {
  height: 10px;
  background-color: white;
  border: 1px solid #61a5ff;
}
#appForm.v3 .form-slider .irs .irs-bar {
  height: 10px;
  background-color: #61a5ff;
}
#appForm.v3 .form-slider .irs .irs-handle {
  top: 30px;
  border-radius: 4px;
}

/*step progressbar css start*/
/*end progressbar */
:root {
  --color-white: #fff;
  --color-black: #333;
  --color-gray: #75787b;
  --color-gray-light: #bbb;
  --color-gray-disabled: #e8e8e8;
  --color-green: #06A10B;
  --color-green-dark: #1D800E;
  --font-size-small: .75rem;
  --font-size-default: .875rem;
}

.step-progress-bar-wrap {
  width: 100%;
  position: relative;
  padding: 0 10px;
  margin-bottom: 7.5%;
  height: max-content;
}
@media (max-width: 576px) {
  .step-progress-bar-wrap {
    transform: scale(0.75);
  }
}
.step-progress-bar-wrap:before {
  content: "progress";
  position: absolute;
  z-index: 1;
  display: block;
  top: 15px;
  left: 6px;
  right: 0;
  bottom: 0;
  text-align: center;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 9px;
  line-height: 1;
  height: max-content;
  width: max-content;
  margin: auto;
}
.step-progress-bar-wrap .step-progress-bar {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  position: relative;
}
.step-progress-bar-wrap .step-progress-bar li {
  flex: 2;
  position: relative;
  padding: 0 0 14px 0;
  font-size: var(--font-size-default);
  line-height: 1.5;
  color: var(--color-green);
  font-weight: 600;
  white-space: nowrap;
  overflow: visible;
  min-width: 0;
  text-align: center;
  border-radius: 0px;
  border-bottom: 10px solid var(--color-gray-disabled);
}
.step-progress-bar-wrap .step-progress-bar li span {
  transition: opacity 0.3s ease-in-out;
}
.step-progress-bar-wrap .step-progress-bar li:first-child {
  flex: 1;
  text-align: left;
}
.step-progress-bar-wrap .step-progress-bar li:first-child span {
  margin-left: -4px;
}
.step-progress-bar-wrap .step-progress-bar li:first-child:before {
  left: -4px;
}
.step-progress-bar-wrap .step-progress-bar li:last-child {
  flex: 1;
  text-align: right;
  right: 0px;
}
.step-progress-bar-wrap .step-progress-bar li:last-child:before {
  right: -10px;
  left: auto;
}
.step-progress-bar-wrap .step-progress-bar li:last-child span {
  width: 200%;
  display: inline-block;
  position: absolute;
  left: -100%;
  margin-left: 15px;
}
.step-progress-bar-wrap .step-progress-bar li:before {
  box-sizing: content-box;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: var(--color-gray-disabled);
  border-radius: 50%;
  border: 2px solid var(--color-white);
  position: absolute;
  left: calc(50% - 6px);
  bottom: -17px;
  z-index: 3;
  transition: all 0.2s ease-in-out;
}
.step-progress-bar-wrap .step-progress-bar li:not(.is-active) span {
  opacity: 0;
}
.step-progress-bar-wrap .step-progress-bar li:hover:before {
  background-color: var(--color-white);
  border-color: var(--color-green);
  transform: scale(1.33);
}
.step-progress-bar-wrap .step-progress-bar li:hover span {
  opacity: 1;
}
.step-progress-bar-wrap .step-progress-bar .is-complete:not(:first-child):after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: -50%;
  z-index: 2;
  border-bottom: 10px solid var(--color-green);
}
.step-progress-bar-wrap .step-progress-bar .is-complete:last-child:after {
  width: 200%;
  left: -100%;
}
.step-progress-bar-wrap .step-progress-bar .is-complete:before {
  background-color: var(--color-green);
}
.step-progress-bar-wrap .step-progress-bar .is-active:not(:first-child):after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: -50%;
  z-index: 2;
  border-bottom: 10px solid var(--color-green);
}
.step-progress-bar-wrap .step-progress-bar .is-active:last-child:after {
  width: 200%;
  left: -100%;
}
.step-progress-bar-wrap .step-progress-bar .is-active:before {
  background-color: var(--color-white);
  border-color: var(--color-green);
}
.step-progress-bar-wrap .step-progress-bar .is-hovered:before {
  background-color: var(--color-white);
  border-color: var(--color-green);
  transform: scale(1.33);
}
.step-progress-bar-wrap .step-progress-bar li.is-hovered span {
  opacity: 1;
}
.step-progress-bar-wrap .step-progress-bar:hover li:not(:hover) span {
  opacity: 0;
}
.step-progress-bar-wrap .step-progress-bar .has-changes {
  opacity: 1 !important;
}
.step-progress-bar-wrap .step-progress-bar .has-changes:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: calc(50% - 4px);
  bottom: -20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%208%22%3E%3Cpath%20fill%3D%22%23ed1c24%22%20d%3D%22M4%200l4%208H0z%22%2F%3E%3C%2Fsvg%3E");
}

.progress {
  border-radius: 0 !important;
  height: 0.75rem !important;
  margin-bottom: 2.5em;
}
.progress .progress-bar {
  background-color: #19dd96;
}

.la-agent {
  width: 100%;
  max-width: 600px;
  background: white;
  margin: 35px auto 0 auto;
  text-align: center;
}
.la-agent .la-avatar {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin-top: -35px;
  background: url(../images/shelby.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.offer-bg {
  background: url(../images/offers-bg.jpg) no-repeat center center;
  background-size: cover !important;
}

.la-lender-carousel-wrapper {
  height: 380px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.la-lender-carousel-wrapper .la-lender-carousel {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.la-lender-carousel-wrapper .la-lender-carousel .la-lender-carousel__item {
  display: flex;
  align-items: center;
  position: absolute;
  width: max-content;
  padding: 0 12px;
  opacity: 0;
  will-change: transform, opacity;
  animation: carousel-animate-vertical 4s linear infinite;
}
.la-lender-carousel-wrapper .la-lender-carousel .la-lender-carousel__item:nth-child(1) {
  animation-delay: calc(1s * -1);
}
.la-lender-carousel-wrapper .la-lender-carousel .la-lender-carousel__item:nth-child(2) {
  animation-delay: calc(1s * 0);
}
.la-lender-carousel-wrapper .la-lender-carousel .la-lender-carousel__item:nth-child(3) {
  animation-delay: calc(1s * 1);
}
.la-lender-carousel-wrapper .la-lender-carousel .la-lender-carousel__item:last-child {
  animation-delay: calc(-1s * 2);
}
.la-lender-carousel-wrapper .la-lender-carousel .la-lender-carousel__item-head {
  height: 100px;
  position: relative;
}
.la-lender-carousel-wrapper .la-lender-carousel .la-lender-carousel__item-head img {
  display: block;
  width: auto;
  height: 100%;
}

@keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%, 25% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.2;
    visibility: visible;
  }
  28%, 50% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  53%, 75% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.2;
    visibility: visible;
  }
  78% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}
.la-lender-match {
  width: 100%;
  padding: 0 2em;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.la-lender-match img {
  width: auto;
  height: 120px;
  margin-bottom: 15px;
}

.disabled-button, .is__disabled {
  opacity: 0.25 !important;
  pointer-events: none !important;
}

.la-dob-picker {
  width: 100%;
}
.la-dob-picker .la-dob-picker-display {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  border: 1px solid transparent;
  border-top: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 1.2em 0;
}
.la-dob-picker .la-dob-picker-display .la-dob-picker-display-value {
  font-size: 2rem;
  letter-spacing: 3px;
  cursor: pointer;
  transition: 0.15s ease-in-out all;
  font-weight: bold;
}
.la-dob-picker .la-dob-picker-display .la-dob-picker-display-value:hover {
  opacity: 0.5;
}
.la-dob-picker .la-dob-picker-display .la-dob-picker-display-value.is__active {
  color: #0080FF;
}
.la-dob-picker .la-dob-picker-display .la-dob-picker-display-separator {
  margin: 0 5px;
  color: #495057;
}
.la-dob-picker .la-dob-picker-pages > div {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  margin-top: 15px;
}
.la-dob-picker .la-dob-picker-pages > div:not(.is__active) {
  display: none;
}
.la-dob-picker .la-dob-picker-pages ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.la-dob-picker .la-dob-picker-pages ul li {
  padding: 4px 5px;
  text-align: center;
  border: 2px solid #ced4da;
  background: white;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 1rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Poppins";
  border-radius: 12px;
  transition: 0.15s ease-in-out all;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
}
.la-dob-picker .la-dob-picker-pages ul li:hover {
  background: #0080FF;
  color: white;
}
.la-dob-picker .la-dob-picker-pages ul li.is__disabled {
  cursor: none !important;
  opacity: 0.35 !important;
  pointer-events: none !important;
}
.la-dob-picker .la-dob-picker-pages ul li.is__hidden {
  display: none;
}
.la-dob-picker .la-dob-picker-pages #la-dob-picker-months ul li {
  width: 28%;
}
.la-dob-picker .la-dob-picker-pages #la-dob-picker-days ul:after {
  content: "";
  flex: auto;
}
.la-dob-picker .la-dob-picker-pages #la-dob-picker-days ul li {
  width: 15%;
}
@media only screen and (max-width: 768px) {
  .la-dob-picker .la-dob-picker-pages #la-dob-picker-days ul li {
    width: 18%;
  }
}
.la-dob-picker .la-dob-picker-pages #la-dob-picker-years ul li {
  width: 18%;
  font-size: 0.8rem;
}
.la-dob-picker .is__more {
  margin: 0 auto;
  display: block;
  width: max-content;
  cursor: pointer;
  font-weight: bold;
  transition: 0.15s ease-in-out all;
}
.la-dob-picker .is__more:hover {
  opacity: 0.5;
}
.la-dob-picker .is__reset {
  margin-left: auto;
  display: block;
  width: max-content;
  cursor: pointer;
  color: #61a5ff;
  font-size: 0.8rem;
  text-transform: lowercase;
  transition: 0.15s ease-in-out all;
}
@media only screen and (min-width: 361px) {
  .la-dob-picker .is__reset {
    margin-top: -20px;
    margin-right: 4px;
  }
}
.la-dob-picker .is__reset:hover {
  color: red;
}