@font-face {
  font-family: "UKNumberPlate";
  src: url("../fonts/UKNumberPlate.woff2") format("woff2"),
    url("../fonts/UKNumberPlate.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Helvetica Neue */
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Light.woff2") format("woff2"),
    url("../fonts/Helvetica-Light.woff") format("woff"),
    url("../fonts/Helvetica-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.woff2") format("woff2"),
    url("../fonts/Helvetica.woff") format("woff"),
    url("../fonts/Helvetica.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Bold.woff2") format("woff2"),
    url("../fonts/Helvetica-Bold.woff") format("woff"),
    url("../fonts/Helvetica-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FormaDJRBanner";
  src: url("../fonts/FormaDJRBanner-Medium.eot");
  src: url("../fonts/FormaDJRBanner-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FormaDJRBanner-Medium.woff2") format("woff2"),
    url("../fonts/FormaDJRBanner-Medium.woff") format("woff"),
    url("../fonts/FormaDJRBanner-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FormaDJRBanner";
  src: url("../fonts/FormaDJRBanner-Regular.eot");
  src: url("../fonts/FormaDJRBanner-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FormaDJRBanner-Regular.woff2") format("woff2"),
    url("../fonts/FormaDJRBanner-Regular.woff") format("woff"),
    url("../fonts/FormaDJRBanner-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FormaDJRBanner";
  src: url("../fonts/FormaDJRBanner-Bold.eot");
  src: url("../fonts/FormaDJRBanner-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FormaDJRBanner-Bold.woff2") format("woff2"),
    url("../fonts/FormaDJRBanner-Bold.woff") format("woff"),
    url("../fonts/FormaDJRBanner-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* modal css */
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

:root {
  --green: #34f3d0;
  --white: #fff;
  --blue: #4228c3;
  --dark-blue: #110043;
}
.text-green {
  color: var(--green);
}
.text-white {
  color: var(--white);
}
.text-blue {
  color: var(--blue);
}
.text-d-blue {
  color: var(--dark-blue);
}
.bg-blue {
  background: var(--blue);
}
.bg-d-blue {
  background: var(--dark-blue);
}
.bg-green {
  background: var(--green);
}

*,
::after,
::before {
  box-sizing: border-box;
}
.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  text-decoration: none;
}
.f_forma {
  font-family: "FormaDJRBanner";
}
.f_hel {
  font-family: "Helvetica";
}

body,
html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: auto;
  background: #fff;
  font-family: "Helvetica";
  scroll-behavior: smooth;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
.car_name {
  line-height: normal;
}
.d_flex {
  display: flex;
}
.justify_content_between {
  justify-content: space-between;
}
.justify_content_center {
  justify-content: center !important;
}
.align_center {
  align-items: center;
}

/* theme_green_btn */
.theme_green_btn {
  border-radius: 100px;
  background: var(--dark-blue);
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.2);
  max-width: 412px;
  color: #fff;
  text-align: center;
  font-family: "Helvetica";
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  min-height: 106px;
  width: 100%;
  cursor: pointer;
  border: none;
}
.theme_green_btn:hover {
  background: linear-gradient(
    0deg,
    rgb(16, 213, 166) 0%,
    rgb(53, 243, 209) 100%
  );
}
.theme_blue_btn {
  background: white;
  border: 3px solid #5d2edc;
  box-shadow: none;
  color: #5d2edc;
}
.theme_blue_btn:hover {
  background: linear-gradient(0deg, #10d5a6 0%, #35f3d1 100%);
  color: white;
}
.second_step_active .theme_green_btn {
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
}

/* margin */
.mb-20 {
  margin-bottom: 20px;
}
.mb-14 {
  margin-bottom: 14px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.blue_clr {
  color: #2e1a90;
}

/* font-size */
.banner-main-heading {
  font-size: 89px;
  font-weight: 700;
  line-height: normal;
  max-width: 870px;
  font-family: "FormaDJRBanner";
  letter-spacing: 1px;
}
.sec-main-heading {
  font-size: 52px;
  font-weight: 700;
  line-height: normal;
}
.sec-sub-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
.sec-para {
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}
.pt-280 {
  padding-top: 280px;
}
.f-weight-light {
  font-weight: 300;
}
.mb-0 {
  margin-bottom: 0;
}
.form-label {
  font-size: 42px;
  font-weight: 400;
  line-height: normal;
  color: var(--dark-blue);
}
.fw-400 {
  font-weight: 400;
}

/* .form-control */
.form-control {
  width: 100%;
  height: 119px;
  color: #110043;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 40.25px;
  padding: 0 44px;
  border-radius: 9px;
  background: #f6f5f8;
  outline: none;
  border: 3px solid #5c5580;
}
.custom_select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none;
  background-image: url(../images/select-down.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 17px 17px !important;
  background-position-x: calc(100% - 20px) !important;
  background-position-y: center !important;
  background-size: auto !important;
  color: #b3b1bd !important;
}
.inner__container {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}

/* site__header */
.site__header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  padding: 25px 0;
}
.site__header .rating {
  margin-left: 30px;
  text-align: end;
}
.site__header .rating p {
  font-size: 17px;
  font-weight: 700;
  line-height: 19px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 24px;
}
.lender__input_field {
  position: relative;
}

/* site__banner */
/* background: #3A25BC;background-image: url("../images/banner-bg.png") */
/* background-image: url("../images/banner-bg.png"), linear-gradient(280deg, #8235FF 0%, #3A25BC 100%); */
.site__banner {
  background-image: url(../images/banner-bg.png),
    linear-gradient(#012e79 0%, #1b56b9 100%);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 820px;
  padding-top: 200px;
  position: relative;
  overflow: hidden;
}
.site__banner:after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: -40px;
  background: url("../images/pointing-women.png") no-repeat;
  background-size: contain;
  width: 750px;
  height: 600px;
  transform: rotate(1.424deg);
  display: none;
}
.gender__wrap {
  color: #b3b1bd;
}

/* reg__field_wrap/ */
.reg__field_wrap {
  position: relative;
}
.car_registation_number {
  width: 435px;
  height: 96px;
  text-align: center;
  border-radius: 9px;
  background-color: #fcff64;
  border: 3px solid #04107a;
  color: #000;
  font-family: UKNumberPlate;
  padding-left: 60px;
  font-size: 56px;
  font-weight: 400;
  line-height: normal;
  box-shadow: 0 0 0 6px #fcff64;
}
.car_registation_number::-webkit-input-placeholder {
  color: #bab200;
}
.car_registation_number::-moz-placeholder {
  color: #bab200;
}
.car_registation_number:-ms-input-placeholder {
  color: #bab200;
}
.car_registation_number:-moz-placeholder {
  color: #bab200;
}
.reg__field_wrap .gb {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: calc(100% - 3px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #04107a;
  border-radius: 9px 0 0 9px;
}
.reg_box_wrap .check_for_free {
  margin-top: 50px;
  margin-bottom: 24px;
}
.reg_box_wrap .theme_green_btn {
  min-width: 412px;
  margin-left: 50px;
}

/* services */
.services {
  background: linear-gradient(#012e79 0%, #1b56b9 100%);
  box-shadow: 0px -3px 38px 3px rgba(0, 0, 0, 0.15);
  padding: 50px 0;
  position: relative;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-xl-3 {
  max-width: 25%;
  flex: 0 0 25%;
}
.col-4 {
  max-width: 33%;
  flex: 0 0 33%;
}
.service_box {
  text-align: center;
}
.service_box p {
  max-width: 200px;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: normal;
  margin: 30px auto 0 auto;
}
.sorry__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* mis_sold_pcp */
.theme_container {
  max-width: 1270px;
  margin: 0 auto;
}
.mis_sold_pcp_inner {
  padding: 124px 0 135px;
  display: flex;
  justify-content: space-between;
}
.mis_sold_pcp_content {
  max-width: 50%;
  flex: 0 0 50%;
  text-align: right;
  position: relative;
}
.pl-90 {
  padding-left: 90px;
}
.pr-90 {
  padding-right: 90px;
}
.pl-70 {
  padding-left: 70px;
}
.pr-70 {
  padding-right: 70px;
}
.innre {
  max-width: 530px;
  margin-left: auto;
}
.you_could_qualify {
  max-width: 50%;
  flex: 0 0 50%;
  position: relative;
}
.after_line {
  position: relative;
}
.after_line::after {
  content: "";
  height: 100%;
  width: 2px;
  background: var(--green);
  position: absolute;
  left: 0;
  top: 0;
}
/* custom_list */
.custom_list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 25px;
  font-family: "Helvetica";
}
.custom_list li:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background: var(--blue);
  left: 0;
  top: 15px;
}
.custom_list {
  padding-left: 6px;
}
.step__five .custom_radio label {
  width: 209px;
  height: 83px;
}

/* how_do_eligible */
.how_do_eligible_inner .sec-main-heading {
  font-family: "FormaDJRBanner";
}
.how_do_eligible_item {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
}
.how_do_eligible {
  background: linear-gradient(#012e79 0%, #1b56b9 100%);
  box-shadow: 0px -3px 38px 3px rgba(0, 0, 0, 0.15);
  padding: 100px 0px;
  overflow: hidden;
}
.how_do_eligible_inner {
  max-width: 977px;
  margin: 0 auto;
}
.how_do_eligible_card {
  position: relative;
  max-width: 290px;
  padding-top: 100px;
  text-align: center;
}
.how_do_eligible_card p {
  margin-bottom: 0;
}
.how_do_eligible_card .number {
  color: rgba(255, 255, 255, 0.1);
  text-align: center;
  font-family: "FormaDJRBanner";
  font-size: 179px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}

/* frequently_asked_wrap */
.frequently_asked_wrap {
  padding: 172px 0 88px;
}
.frequently_asked_content h2 {
  padding-right: 30px;
}
.frequently_asked_questions_inner {
  display: flex;
  justify-content: space-between;
}
.frequently_asked_content {
  max-width: 50%;
  flex: 0 0 50%;
  text-align: right;
  position: relative;
}
.frequently_asked_questions {
  max-width: 50%;
  flex: 0 0 50%;
}
.frequently_asked_questions .card:last-child {
  border-bottom: none;
}
.frequently_asked_questions .card {
  margin-bottom: 50px;
  overflow: hidden;
  border-bottom: 2px solid var(--green);
  padding-bottom: 40px;
}
.frequently_asked_questions .card-header {
  cursor: pointer;
  padding: 0;
  border: none;
}
.frequently_asked_questions .card-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.frequently_asked_questions .btn {
  background: no-repeat;
  border: none;
  text-align: left;
  max-width: 465px;
  cursor: pointer;
  display: flex;
  align-items: start;
  padding: 0;
  font-family: "Helvetica";
}
.card-body-inner {
  max-width: 514px;
  margin-left: auto;
  padding-top: 20px;
}
.sec-para a {
  text-decoration: underline;
}
.rotate-svg {
  transition: transform 0.3s ease-in-out;
  position: relative;
  top: -8px;
}
.rotate-svg.rotate .vertical-plus {
  display: none;
}
.frequently_asked_questions .card:last-of-type {
  border-bottom: none;
}

/* circle */
.circle {
  width: 50px;
  height: 50px;
}
.horizontal-plus {
  position: relative;
  background-color: var(--blue);
  width: 44%;
  height: 9.5%;
  left: 29%;
  top: 41.75%;
}
.vertical-plus {
  position: relative;
  background-color: var(--blue);
  width: 9.5%;
  height: 44%;
  left: 45.75%;
  top: 15.5%;
}
.rotate-svg .minus {
  display: none;
}
/* .rotate-svg.rotate {transform: rotate(180deg);} */
.rotate-svg.rotate .plus {
  display: none;
}
.rotate-svg.rotate .minus {
  display: inline;
}

/* step_pages */
.step__banner {
  background: url(../images/step-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  padding-top: 180px;
  padding-bottom: 80px;
}
.step__banner:after {
  display: none;
}

/* progress__wrap */
.progress__wrap {
  display: flex;
  justify-content: center;
  max-width: 630px;
  margin: 0 auto;
  margin-bottom: 145px;
  flex-direction: row-reverse;
  padding-left: 50px;
}
.progress__wrap .number {
  width: 185px;
  height: 65px;
  border-radius: 50px;
  border: 2px solid var(--white);
  background: #5d2edc;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  flex: 0 0 185px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: -50px;
}
.progress__wrap .number:not(:last-child) span {
  padding-left: 40px;
}
.progress__wrap .number.active {
  background: #110043;
}

.step__form_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
.average_claim_text {
  margin-top: 40px;
}
.step__form_inner .form-label {
  margin-bottom: 40px;
  display: block;
}
.error {
  color: red;
  font-size: 19px;
  margin-top: 7px;
}
.icon_wrap {
  position: relative;
}
.icon_img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35px;
}
a.lender_option {
  text-decoration: underline;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 17px;
  display: block;
}
.step__three .form-label {
  max-width: 472px;
  margin-left: auto;
  margin-right: auto;
}
.step__three .progress__wrap {
  margin-bottom: 94px;
}
.step__four .form-group {
  max-width: 610px;
  margin: 0 auto;
}
.step__five .form-group {
  max-width: 655px;
  margin: 0 auto;
}
.step__four .average_claim_text {
  margin-top: 94px;
}
.step__five .custom_radio label {
  width: 209px;
  height: 83px;
}
.step__five .progress__wrap {
  margin-bottom: 55px;
}
.step__five .mrg-rt-28 {
  margin-right: 12px;
}
.step__five .btns-wrap {
  max-width: 100%;
}
.step__five .mrg-rt-28 {
  margin-right: 12px;
  margin-bottom: 17px;
}
.w-100 {
  width: 100% !important;
  max-width: 100%;
}
.step__five .no_more_vehicles_wrap {
  display: block;
  width: 100%;
}
.step__five .custom_radio label {
  text-transform: none;
}

/* good_news_content */
.good_news_content {
  text-align: center;
}
.good_news_content h3,
.good_news_content .form-label {
  margin-bottom: 10px;
}
.good_news_content p {
  color: #a098c8;
  max-width: 563px;
  margin: 0 auto;
  font-weight: 400;
}
.good_news_form {
  margin-top: 65px;
}
.good_news_form .form-control {
  padding: 0 30px;
}
.step__six .step__form_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.w-196 {
  width: 196px;
}
.custom_row {
  display: flex;
}
.w-50 {
  width: 50%;
}
.custom_row .form-group,
.form-group {
  margin-bottom: 30px;
}
.mb-10 {
  margin-bottom: 10px;
}
.postcode_btn {
  margin-left: 40px;
}
.mt-118 {
  margin-top: 118px;
}
.additional_address_wrap {
  pointer-events: none;
}
.good_news_content.more_thing p {
  max-width: 677px;
}
.w-33 {
  width: 33%;
}
/* .step__form_inner .good_news_content .form-label{margin-bottom:10px; } */

.iagree_radio label a {
  text-decoration: underline;
}
.iagree_radio label {
  position: relative;
  padding-left: 70px;
  margin-bottom: 10px;
  padding-top: 0;
  cursor: pointer;
  text-align: left;
  display: block;
  color: #a098c8;
  font-family: Helvetica;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.iagree_radio label a {
  text-decoration: underline;
}
.iagree_radio label a {
  color: var(--black-dark);
}
.iagree_radio input:checked + label:before {
  border: 3px solid #19dcb0;
}
.iagree_radio label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  height: 47px;
  border-radius: 6px;
  background: #fcfcfc;
  border: 3px solid #585858;
}
.iagree_radio input:checked + label:after {
  opacity: 1;
}
.iagree_radio label::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 8px;
  width: 29px;
  height: 29px;
  background: url(../images/green-tick.svg) no-repeat;
  background-size: contain;
  opacity: 0;
}
.iagree_radio input {
  opacity: 0;
  display: none;
}
.step__three .form-group {
  margin-bottom: 17px;
}
.step__eight .step__form_inner {
  max-width: 1515px;
}
.step__eight .form-control {
  background: white;
}
.more_thing {
  margin-bottom: 45px;
}
.head_car {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 2px solid #110043;
  margin-bottom: 40px;
}

/* car_box */
.car_box {
  background: #f6f5f8;
  padding: 39px 65px;
  margin-bottom: 25px;
}
.sec-label {
  color: #5c5580;
  font-family: Helvetica;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.2px;
  display: block;
  margin-bottom: 19px;
}
.btn_close {
  border-radius: 5px;
  background: #eae8ed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: none;
  cursor: pointer;
}
.add_more_car .theme_blue_btn {
  border-radius: 9px;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  box-shadow: none;
  background: #f3f1ff;
}
.add_more_car .theme_blue_btn:hover {
  background: #5d2edc;
  color: white;
}
.text_shadow_none {
  text-shadow: none;
}
.btn_close:hover {
  background: red;
}
.btn_close:hover svg path {
  fill: white;
}
/* signature_pad_wrapper */
.signature_pad_wrapper {
  margin-top: 45px;
}
.canvas_wrapper {
  border: 3px solid #5c5580;
  background: #fcfdff;
  height: 430px;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 8.7px 8.7px;
}
.clear-sign {
  width: 100%;
  height: 62px;
  border: none;
  background: #5c5580;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 21px;
  border-radius: 8.7px 8.7px 0 0;
  cursor: pointer;
}
.mt-95 {
  margin-top: 95px;
}
.w-385 {
  width: 385px;
}
.main_sign_Wrap {
  position: relative;
}
.eSignature {
  color: #b3b1bd;
  text-align: center;
  font-family: Jomolhari;
  font-size: 102.514px;
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 1%;
  background: #f6f5f8;
  height: 98%;
  width: 99%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  pointer-events: none;
}
.step__five .custom_radio [type="radio"]:checked + label {
  background: #5d2edc;
  box-shadow: none;
}

/* custom_radio */
.custom_radio .input_wrap {
  position: relative;
}
.custom_radio [type="radio"],
.custom_radio [type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.btns-wrap {
  justify-content: space-between;
  display: flex;
  max-width: 566px;
  margin: 0 auto;
}
.custom_radio [type="radio"]:checked + label {
  color: white;
  background: linear-gradient(0deg, #10d5a6 0%, #35f3d1 100%);
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
  border: none;
}
.custom_radio label:hover {
  color: white;
  background: linear-gradient(0deg, #10d5a6 0%, #35f3d1 100%);
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
  border: none;
}
.mrg-rt-28 {
  margin-right: 28px;
}
.custom_radio label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 269px;
  height: 106px;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  font-family: Helvetica;
  text-align: center;
  border-radius: 100px;
  border: 3px solid #19dcb0;
  color: #19dcb0;
  background: white;
  box-shadow: none;
  overflow: hidden;
}

.custom_radio [type="checkbox"]:checked + label,
.step__five .custom_radio label:hover {
  color: white;
  border: 3px solid #5d2edc;
  background: #5d2edc;
  box-shadow: none;
}

/* footer */
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer {
  background: linear-gradient(#012e79 0%, #1b56b9 100%);
  color: var(--white);
}
.footer .footer_links li a {
  font-weight: bold;
  text-decoration: none;
}
.footer .footer_links li:last-child a:after {
  display: none;
}
.footer .footer_links li a:hover {
  color: var(--green);
}
.footer .footer_links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  margin-top: 50px;
}
.footer .footer_links a {
  font-size: 24px;
  color: white;
  padding: 0 25px;
  position: relative;
  text-decoration: underline;
}
.footer .footer_links a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 60px;
  background: #fff;
  transform: translateY(-50%);
}
.confirm_your_vehicle_text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: normal;
}
.postcode_btn button {
  width: 100%;
  display: block;
  max-width: 100%;
}
.car_box .form-group:last-child {
  margin-bottom: 0;
}
.error_box {
  background: #f60f46;
  max-width: 785px;
  min-height: 119px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 10px;
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 110px;
  left: 0;
  right: 0;
}
.error_box p img {
  margin-right: 10px;
  position: relative;
  top: 5px;
  cursor: pointer;
}
.error_box p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 40.25px;
  color: white;
}
.thank_you_wraper .error_box p img {
  top: -15px;
}
.step__six select {
  text-align: center;
}
.underline {
  text-decoration: underline;
}
.frequently_asked_wrap .theme_green_btn {
  float: right;
}
.desktop-none {
  display: none;
}
.desktop-block {
  display: block;
}
.title_top_wrap {
  max-width: 700px;
  margin: 0 auto;
}
.logo_blue,
.sslsecure_blue {
  display: none;
}
.second_step_active .logo_white {
  display: none;
}
.second_step_active .sslsecure_white {
  display: none;
}
.second_step_active .logo_blue,
.second_step_active .sslsecure_blue {
  display: inline;
}
.form-control.error-input,
.error-input {
  border-color: #f60f46;
}
.form-control.is-valid,
.error-input {
  border-color: #10d5a6;
}
/* custom css for jquery validations */
.custom-select {
  position: relative;
  display: inline-block;
}
.select-options {
  display: none;
  position: absolute;
  z-index: 1;
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
}
.select-options a {
  display: block;
  text-decoration: none;
  color: #333;
}
.site__header .rating p {
  color: white;
}
.second_step_active .rating p {
  color: #2e1a90;
}
.select-options li {
  padding: 11px 15px 6px 15px;
  width: 100%;
  color: #5d2edc;
  line-height: 45px;
  font-size: 22px;
}
.select-options {
  background: white;
}
.select-options {
  z-index: 1;
  max-height: 253px;
  overflow-y: auto;
  border: 2px solid #110043;
  position: relative;
  display: none;
  min-width: 231.5px;
  width: 100%;
  max-width: 787px;
  padding: 0px;
  border-radius: 0px 0px 15px 15px;
  background: transparent;
  text-align: left;
  color: rgb(255, 255, 255);
  cursor: pointer;
  border-top: 0;
  top: -7px;
}
/* search button */
.postcodeLookup.btn.btn-primary.regSearch_btn,
.regSearch_btn {
  background: white;
  border: 3px solid #5d2edc;
  box-shadow: none;
  color: #5d2edc;
  width: 100%;
  text-align: center;
  font-family: "Helvetica";
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  min-height: 106px;
  border-radius: 100px;
  position: absolute;
  max-width: 551px;
  right: 0;
  top: 6px;
  cursor: pointer;
}
.select-options li:hover {
  background: #f6f5f8;
  color: black;
}
.date__colorr {
  color: #5c5580;
}
.dob_wrap select .postcodeLookup.btn.btn-primary.regSearch_btn:hover,
.regSearch_btn:hover {
  background: #5d2edc;
  color: #fff;
}
.form-control.is-valid,
.is-valid {
  border-color: #10d5a6;
  color: #281955 !important;
}
.form-control.error-input,
.error-input {
  border-color: red;
}
.dob_wrap select {
  color: #b3b1bd;
}
.relative {
  position: relative;
}
.form-control.custom_input.postcode_input {
  width: 50%;
}
.text-start {
  text-align: left !important;
}
.postcodeLookup.btn.btn-primary.regSearch_btn:hover,
.regSearch_btn:hover {
  color: white;
  background: #5d2edc;
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
  border: none;
}
.good_news_content.more_thing .banner-main-heading {
  text-shadow: none;
}
.data-8-modal .modal-content {
  border-radius: 15px;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.data-8-modal .modal-header {
  margin: -2rem 1rem 1rem;
  padding: 1.2rem;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #5d2edc;
  color: #fff;
  flex-direction: row-reverse;
}
.data-8-modal .modal-header h4 {
  margin-bottom: 0;
  font-size: 24px;
}
.data-8-modal .modal-header .close {
  color: #fff;
  opacity: 1;
  font-weight: 400;
  margin-left: 0;
  background: none;
  font-size: 25px;
  border: none;
  cursor: pointer;
}
.data-8-modal .modal-body .form-group {
  margin-bottom: 0;
}
.data-8-modal .modal-body .form-group .form-control {
  height: auto;
  overflow: auto;
}
.data-8-modal .modal-body .form-control > option {
  border-top: 1px solid #ccc;
  padding: 8px;
  width: 100%;
  font-size: 14px;
  width: 750px;
}
.modal.fade.data-8-modal {
  padding: 0px !important;
}
.data-8-modal .modal-body .form-control > option:hover {
  background: #5d2edc;
  color: #fff;
}
.data-8-modal .modal-footer button {
  padding: 12px 20px;
  min-width: 95px;
  border-radius: 50px;
  background: linear-gradient(0deg, #10d5a6 0%, #35f3d1 100%);
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
.data-8-modal .modal-footer .btn-default {
  background: #f44336;
  color: #fff;
}
.data-8-modal .modal-footer .btn-default:hover {
  background: #db392d;
}
.modal {
  background: #00000075;
}
.data-8-modal .form-control {
  outline: none;
  min-height: auto;
  padding-right: 16px;
  padding-left: 16px;
  display: block;
  width: 100%;
  padding: 15px;
  border: 2px solid #ccc;
  border-radius: 4px;
  overflow-x: auto;
}
.modal-content {
  border: none;
}

/*Thank you*/
.m-auto {
  margin: auto;
}
.thank-u-sub-heading {
  font-size: 26px;
  font-weight: 400;
  max-width: 991px;
}
.thanku_main .banner-main-heading {
  font-size: 58px;
  margin-bottom: 10px;
}
.good_news_content.more_thing h1.banner-main-heading {
  max-width: 100%;
}
.sorry-sub-heading {
  max-width: 540px;
}

/* fileupload */
.fileupload_thanku {
  position: relative;
  overflow: hidden;
  border-radius: 9px;
  margin-top: 30px;
  background: #f3f1ff;
  border: 3px solid #5d2edc;
  color: #5d2edc;
}
.fileupload_thanku input.upload {
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: -1px;
  padding: 5px;
  height: 100%;
  width: 100%;
  top: 0;
}
.fileupload_thanku .fileupload-inner p {
  margin: 0 0 0 12px;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
}
.click_to_upload {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 106px;
}
.thanku_main .good_news_content p {
  margin-top: 20px;
}

.fileupload_thanku.is-valid {
  border: 3px solid #19dcb0;
}
.fileupload_thanku.is-valid .click_to_upload {
  background: #f1fffc;
}
.fileupload_thanku.is-valid p {
  color: #19dcb0;
}
.circle_tick {
  display: none;
}
.fileupload_thanku.is-valid .circle_tick {
  display: inline;
}
.fileupload_thanku.is-valid .image_icon {
  display: none;
}
.d-none {
  display: none;
}
.car__details {
  display: flex;
  align-items: center;
  text-align: center;
}
.sorry_main .good_news_content p {
  max-width: 530px;
  margin-top: 25px;
}

/**===================== Loader CSS Start ==========================**/
.loader-wrapper {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  z-index: 99999;
  top: 0;
  background: #000000c4;
  overflow-y: scroll;
}
.loader-wrapper .loader {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 75px;
  display: inline-block;
  vertical-align: middle;
}
.loader-wrapper .loader-1 .loader-outter {
  position: absolute;
  border: 4px solid var(--blue);
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-1-outter 1.5s cubic-bezier(0.42, 0.61, 0.58, 0.41)
    infinite;
  animation: loader-1-outter 1.5s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
.loader-wrapper .loader-1 .loader-inner {
  position: absolute;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41)
    infinite;
  animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
.loader-wrapper .loader-1 .loader-inner-1 {
  position: absolute;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-1-inner 2s cubic-bezier(0.42, 0.61, 0.58, 0.41)
    infinite;
  animation: loader-1-inner 2s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
@-webkit-keyframes loader-1-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes loader-1-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes loader-1-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-1-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**===================== Loader CSS Ends ==========================**/

.iagree_radio .error-input + label:before {
  border-color: red;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

::placeholder {
  color: #b3b1bd;
}
::-ms-input-placeholder {
  color: #b3b1bd;
}
.car_box ::placeholder {
  color: #b3b1bd;
}
.car_box ::-ms-input-placeholder {
  color: #b3b1bd;
}
.dob_box_wrap ::placeholder {
  color: #281955 !important;
}
.w-70 {
  width: 70%;
}
.flex_column {
  flex-direction: column;
}
.d-flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.w-30 {
  width: 30%;
}

/* modal css   */
.modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 9;
  padding: 0 30px;
}
.modal-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  max-width: 600px;
}

.close-btn {
  cursor: pointer;
  color: #555;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
}
.custom__modal-container .modal-content .form-label {
  font-size: 27px;
}
.custom__modal-container .modal-content .form-control {
  height: 80px;
}
.custom__modal-container .modal-content .second_step_active .theme_green_btn {
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
  max-width: 128px;
  min-height: 56px;
}
.custom__modal-container .modal-content .form-control {
  font-size: 20px;
}
.custom__modal-container .modal-content .theme_green_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 269px;
  height: 106px;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  font-family: Helvetica;
  text-align: center;
  border-radius: 100px;
  border: 3px solid #19dcb0;
  color: #19dcb0;
  background: white;
  box-shadow: none;
  overflow: hidden;
  margin-right: 10px;
}
.custom__modal-container .modal-content .theme_green_btn:hover {
  color: white;
  background: linear-gradient(0deg, #10d5a6 0%, #35f3d1 100%) !important;
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1) !important;
  border: none !important;
}

.text-end {
  text-align: end;
}
.bg-danger {
  background: red;
}
.bg-transparent {
  background: transparent !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.custom__modal-container .btn-wrap.mt-10.text-end {
  display: flex;
  align-items: center;
}
.relative {
  position: relative;
}
.car_name_wraper {
  display: block;
  position: absolute;
  top: 152px;
  background: #f6f5f8;
}
.step__eight .form-control {
  background: white;
  position: relative;
  z-index: 8;
}
.image_wrapper_404 {
  background: url("../images/step-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
}
.modal-content {
  padding: 20px;
}
.font-uk {
  font-family: UKNumberPlate;
}

.footer .sec-para a {
  color: #34f3d0;
}
.custom_radio label[for="commission_received_no"] {
  color: #fff;
  background: linear-gradient(0deg, #10d5a6 0%, #35f3d1 100%);
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
  border: none;
}

/*Start Camera Popup*/
#start-camera {
  cursor: pointer;
}
.StartCameraModal .modal-header {
  justify-content: right;
  border: none;
  padding-bottom: 0;
  padding-top: 0;
}
.StartCameraModal .modal-body {
  padding-top: 0;
  text-align: center;
}
.StartCameraModal .modal-body video {
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  border: 2px solid #03172e;
  width: 100%;
  object-fit: cover;
}
#dataurl-container canvas {
  margin: 0 auto;
  border: 2px solid #cacaca;
  border-radius: 8px;
  margin-top: 20px;
  display: inherit;
}
#selfie_uploaed label {
  font-size: 21px;
  color: #24e38b;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
}
.StartCameraModal .close {
  background: red;
  border: none;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  padding: 0;
  cursor: pointer;
  margin: 0;
}
.StartCameraModal .close svg {
  margin: 9px;
}
.StartCameraModal .modal-body h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
#click-photo,
#use-this-image {
  background: #f3f1ff;
  border: 3px solid #5d2edc;
  color: #5d2edc;
  width: 100%;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}
#click-photo img {
  margin-right: 10px;
}

/*Sign pad below content*/
.signature_pad_wrapper + .good_news_content {
  text-align: left;
}
.signature_pad_wrapper + .good_news_content p {
  max-width: calc(100% - 30px);
  margin-left: 0;
  margin-top: 15px;
}
.signature_pad_wrapper + .good_news_content .all_doc {
  margin-top: 30px;
}
.signature_pad_wrapper + .good_news_content .all_doc .sec-para {
  font-size: 26px;
}
.signature_pad_wrapper + .good_news_content .all_doc .doc_link {
  display: flex;
  flex-direction: column;
}
.signature_pad_wrapper + .good_news_content .all_doc .doc_link a {
  font-size: 26px;
  font-weight: 600;
  text-decoration: underline;
  max-width: max-content;
  color: #a098c8;
  margin-top: 10px;
}
.signature_pad_wrapper + .good_news_content .all_doc .doc_link a:hover {
  color: #34f3d0;
}
.we_will_carry .sec-para {
  max-width: 100%;
  text-align: left;
  margin-top: 20px;
}
.frequently_asked_questions .sec-para .blue_clr {
  cursor: pointer;
}
.btn-wrap {
  position: relative;
}
.back_btn {
  background: 0 0;
  border: none;
  color: var(--dark-blue);
  font-size: 19px;
  font-family: Arial;
  padding: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 40%;
  cursor: pointer;
  display: none;
}
.back_btn svg {
  margin-right: 10px;
}

.footer_links li:last-child {
  border-bottom: none;
}
.landing__wrper .banner-main-heading {
  margin: 0 auto;
  text-align: center;
}
.landing__wrper
  .custom_radio.lender-with-cross
  [type="checkbox"]:checked
  + label {
  color: white;
  background: #5d2edc;
}
.landing__wrper .lender-with-cross ul {
  grid-template-columns: 25% 25% 25% 25%;
}
.landing__wrper .custom_radio.lender-with-cross label {
  width: 100%;
  min-height: 67px;
  font-size: 17px;
}
.reg_box_wrap .theme_green_btn {
  margin-left: 0;
  width: 100%;
}
/* min-width: 100%; */
.lender-with-cross input {
  display: none;
}
.lender-with-cross {
  display: block;
  margin-left: 0;
}
.custom_radio.lender-with-cross [type="checkbox"]:checked + label {
  color: white;
  background: linear-gradient(0deg, #10d5a6 0%, #35f3d1 100%);
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
  border-color: transparent;
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
}
.lender-with-cross label span {
  max-width: 230px;
  display: block;
}
.custom_radio.lender-with-cross label {
  width: 100%;
  min-height: 87px;
  font-size: 22px;
  height: auto;
  border-radius: 14px;
  color: #232e4b;
  font-weight: bold;
  padding: 10px;
  line-height: normal;
  text-transform: capitalize;
}
.lender-with-cross ul {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
}
.reg_box_wrap {
  padding-bottom: 70px;
}
.landing__wrper .lender-with-cross {
  max-width: 1000px;
  margin: 30px auto 0;
  background: #ffffff;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.2);
}
.reg_box_wrap .check_for_free {
  margin-top: 0;
  font-weight: bold;
  max-width: 425px;
  margin: 0 auto 30px;
  font-size: 28px;
}
.reg_box_wrap .sec-sub-heading {
  font-size: 24px;
}
.reg_box_wrap .check_for_free,
.reg_box_wrap .sec-sub-heading {
  color: black;
}
.reg_box_wrap .btn-wrap {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.step__five .lender-with-cross ul {
  height: auto;
  padding-bottom: 15px;
}
.custom_radio.lender-with-cross label:hover {
  color: white;
}
.lender-with-cross ul li {
  margin: 7px 0 0;
  padding: 4px 8px;
}
.step__five .good_news_content {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 25px;
}
.additional_head p {
  color: #a098c8;
  font-weight: 400;
  text-align: center;
  max-width: 503px;
  margin: 0 auto;
}
.additional_head .form-label {
  margin-bottom: 15px;
}
.additional_head {
  margin-bottom: 30px;
}
.step__five .custom_radio.lender-with-cross label {
  color: #10d5a6;
  border-radius: 50pc;
}
.step__five .custom_radio.lender-with-cross label:hover {
  color: #fff;
}
.step__five .custom_radio.lender-with-cross [type="checkbox"]:checked + label {
  color: white;
  border: 3px solid #5d2edc;
  background: #5d2edc;
  box-shadow: none;
}
.thank_you_wraper .additional_head {
  margin: 0 auto 30px;
  max-width: 709px;
}
.thank_you_wraper .additional_head p {
  max-width: 100%;
}

.site__banner.landing__wrper {
  position: relative;
  z-index: 1;
}
.site__banner.landing__wrper::before {
  content: "";
  position: absolute;
  width: 100%;
  background: url(../images/banner-mb.png);
  background-position: top left;
  top: 0;
  z-index: -1;
  height: 662px;
  background-size: cover;
  display: none;
}
.unchecked {
  pointer-events: none;
}
.step__five .average_claim_text,
.thanku_main .average_claim_text {
  display: none;
}
.click_to_upload img {
  width: 31px;
}
/* .site__logo a img {max-width: 99px;} */
.error_massage {
  align-items: center;
  display: flex;
  text-align: center;
}
.error_massage .sec-main-heading {
  max-width: 739px;
}

.good_news_form .form-control {
  color: #281955 !important;
}
@media (max-width: 991px) {
  .landing__wrper .lender-with-cross ul {
    grid-template-columns: 33% 33% 33%;
  }
  .how_do_eligible_card .number {
    font-size: 100px;
    top: 46px;
  }
  .how_do_eligible_inner {
    padding: 0 30px;
  }
  .step__banner.thank_you_wraper .inner__container {
    padding: 0px 21px;
  }
  .reg_box_wrap .check_for_free {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .step__five .custom_radio label {
    width: 100%;
    height: auto;
  }
  .thank_you_wraper .step__form_inner .form-label {
    margin-bottom: 11px;
  }
  .banner-main-heading {
    font-size: 46px;
  }
  .reg_box_wrap .check_for_free {
    font-size: 25px;
    margin-top: 0px;
  }
  .custom_radio.lender-with-cross label {
    width: 100%;
    min-height: 67px;
    font-size: 18px;
  }
  .landing__wrper .lender-with-cross {
    padding: 20px;
  }
  .landing__wrper .lender-with-cross ul {
    grid-template-columns: 50% 50%;
  }
  .thanku_main .good_news_content .thank-u-sub-heading,
  .thanku_main .good_news_content h1.sec-main-heading {
    max-width: 100%;
  }
  .thanku_main .good_news_content h1.sec-main-heading {
    margin-bottom: 15px;
  }
  .dba_wrap.good_news_content {
    max-width: 100%;
  }
  .dba_button a {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .how_do_eligible_card {
    min-height: 109px;
  }
  .site__banner.landing__wrper::before {
    display: block;
  }
  .landing__wrper .custom_radio.lender-with-cross label {
    width: 100%;
    min-height: 59px;
    font-size: 16px;
    margin: 0px;
    padding: 7px;
    border-radius: 10px;
  }
  .reg_box_wrap .btn-wrap {
    margin-top: 13px;
    margin-bottom: 15px;
  }
  .step__seven .good_news_content h3 {
    max-width: 100%;
  }
  .signature_pad_wrapper + .good_news_content .all_doc .sec-para {
    font-size: 16px;
  }
  .signature_pad_wrapper + .good_news_content .all_doc .doc_link a {
    font-size: 16px;
    margin-top: 7px;
  }
  .step__seven .btn-wrap {
    text-align: center;
  }
  .lender-with-cross ul {
    height: auto;
    overflow: auto;
  }
  .landing__wrper .inner__container {
    padding: 0px 20px;
  }
  .reg_box_wrap .check_for_free {
    text-align: left;
    max-width: 311px;
  }
  .lender-with-cross ul li {
    margin: 7px 0 0;
    padding: 2px 4px 0;
  }
  .thank_you_wraper .additional_head p {
    max-width: 100%;
    max-width: 328px;
  }
  .reg_box_wrap {
    padding-bottom: 40px;
  }
  .landing__wrper .sec-sub-heading {
    font-size: 16px;
  }
  .landing__wrper .lender-with-cross {
    max-width: 670px;
    margin: 0;
    background: none;
    padding: 0;
    border-radius: 9;
    box-shadow: none;
  }
  .landing__wrper .banner-main-heading {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
  .reg_box_wrap .check_for_free,
  .reg_box_wrap .sec-sub-heading {
    color: white;
  }
  .landing__wrper
    .custom_radio.lender-with-cross
    [type="checkbox"]:checked
    + label {
    color: white;
    background: linear-gradient(0deg, #10d5a6 0%, #35f3d1 100%);
  }
  .landing__wrper .custom_radio.lender-with-cross label:hover {
    color: white;
    background: linear-gradient(0deg, #10d5a6 0%, #35f3d1 100%);
  }
  .thank_you_wraper .thank-u-sub-heading {
    font-size: 24px;
  }
  .thanku_main .good_news_content h1.sec-main-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .fileupload_thanku .fileupload-inner p {
    font-size: 18px;
    max-width: 216px;
    text-align: left;
  }
  /* .site__logo a img {max-width: 53px;height: auto;} */
  .thanku_main .sec-main-heading {
    max-width: 100%;
  }
}
/* scrollbar */
.lender-with-cross ul::-webkit-scrollbar {
  width: 8px;
}
.lender-with-cross ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.lender-with-cross ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #c1c1c1;
}
.fileupload_thanku.is-valid img {
  filter: brightness(0) saturate(0%) invert(60%) sepia(5%) saturate(3564%)
    hue-rotate(112deg) brightness(104%) contrast(100%);
}
#selectedFiles p {
  color: black;
  font-size: 18px;
  display: none;
}
/* CMS pages */
table {
  border-collapse: collapse;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.privacy-section .landingPage_heading {
  font-size: 40px;
  color: #172b76;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  border-bottom: 5px solid;
}
.privacy-section .mini-heading {
  margin: 30px 0 20px 0;
  font-size: 25px;
  font-weight: 600;
  color: #040f31;
}
.custom_lisiting,
.privacy-section p {
  font-size: 19px;
  color: #040f31;
  line-height: normal;
}
.privacy-section .custom_lisiting {
  list-style: circle;
}
.privacy-section .custom_lisiting li {
  margin-bottom: 10px;
}

@media (max-width: 569px) {
  .privacy-section .landingPage_heading {
    font-size: 23px;
  }
  .custom_lisiting,
  .privacy-section p {
    font-size: 16px;
  }
  .privacy-section .mini-heading {
    font-size: 20px;
  }
  .chaseid_wrap .banner-main-heading {
    max-width: 100%;
  }
  .reg_box_wrap.landing__wrper .check_for_free {
    text-align: center;
    margin: 0 auto 21px;
    font-weight: bold;
    color: black;
  }
}

.error_massage.step__banner {
  background: #0000001c url(../images/step-banner.png);
}
.chaseid_wrap .card-body-inner {
  max-width: 100%;
  margin-left: 42px;
  text-align: left;
}
.chaseid_wrap .upload_id_wrapper {
  max-width: 926px;
  margin: 0 auto;
  text-align: left;
}
.chaseid_wrap .border-none {
  margin-top: 35px;
  padding-bottom: 0;
  border: none !important;
  margin-bottom: 1px !important;
}
.chaseid_wrap .custom_list li,
.chaseid_wrap .card-body-inner p {
  margin-bottom: 5px;
}
.chaseid_wrap .mt-50 {
  margin-top: 19px;
}
.chaseid_wrap {
  align-items: center;
  display: flex;
}
.chaseid_wrap .rotate-svg {
  top: 0;
  display: flex;
  align-items: center;
}
.chaseid_wrap .frequently_asked_questions .btn {
  display: flex;
  align-items: center;
}
.rotate-svg.rotate svg {
  transition: all 0.3s;
  transform: rotate(180deg);
}
.chaseid_wrap .border-none .rotate-svg svg {
  fill: #4228c3;
  transition: all 0.3s;
  margin-right: 17px;
}
.chaseid_wrap .click_to_upload {
  min-height: 75px;
}
.chaseid_wrap .more_thing {
  margin-bottom: 33px;
}

@media (max-width: 569px) {
  .step__eight.chaseid_wrap .banner-main-heading {
    max-width: 294px;
  }
  .chaseid_wrap .border-none {
    margin-top: 20px;
  }
  .chaseid_wrap .custom_list li:after {
    top: 8px;
  }
  .chaseid_wrap .border-none .rotate-svg svg {
    top: 0;
  }
  .chaseid_wrap .rotate-svg {
    left: unset;
    width: unset;
    height: unset;
    top: unset;
  }
  .chaseid_wrap .border-none .rotate-svg svg {
    top: 0;
    width: 17px;
    margin-right: 10px;
  }
  .chaseid_wrap .card-body-inner {
    margin-left: 31px;
  }
  .chaseid_wrap .border-none .card-header {
    margin-left: 0;
    width: 100%;
  }
  .chaseid_wrap .border-none {
    padding-bottom: 0 !important;
  }
}
.chaseid_wrap .border-none .card-header {
  display: inline-block;
}
.pulse-effect {
  -webkit-animation: pulse-effect 1s infinite;
  animation: pulse-effect 1s infinite;
}
.pulse-effect-purple {
  -webkit-animation: pulse-effect-purple 1s infinite;
  animation: pulse-effect-purple 1s infinite;
}
@keyframes pulse-effect-purple {
  0% {
    box-shadow: 0 0 0 0 rgb(99 54 221);
    -webkit-box-shadow: 0 0 0 0 rgb(111 70 224);
  }
  100% {
    box-shadow: 0 0 0 12px rgb(99 54 221 / 6%);
    -webkit-box-shadow: 0 0 0 12px rgb(99 54 221 / 19%);
  }
}
/* @keyframes pulse-effect {
    0% {
        box-shadow: 0 0 0 0 rgba(46, 224, 135, .7);
        -webkit-box-shadow: 0 0 0 0 rgba(46, 224, 135, .7) 
   }
    100% {
        box-shadow: 0 0 0 12px rgba(46, 224, 135, .4);
        -webkit-box-shadow: 0 0 0 12px rgba(46, 224, 135, .4) 
   }
} */

.theme_green_btn.active {
  animation: pulse-effect 1.2s ease infinite;
}

@keyframes pulse-effect {
  0% {
    box-shadow: 0 0 0 0 rgba(17, 0, 67, 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(17, 0, 67, 0.6);
  }
  100% {
    box-shadow: 0 0 0 14px rgba(17, 0, 67, 0.2);
    -webkit-box-shadow: 0 0 0 14px rgba(17, 0, 67, 0.2);
  }
}

/* 
@media only screen and (min-height: 915px) and (max-width: 415px) { 
    .chaseid_wrap .circle {width: 36px;height: 36px;}
  } */
.hd-law-sign .good_news_content p {
  max-width: 100%;
}
.hd-law-sign .head_wrap h5 {
  color: #4228c3;
}
.hd-law-sign .sign_footer {
  margin-top: 30px;
}
.align__center {
  align-items: center;
  display: flex;
}
.thank_you_wraper .additional_head p {
  margin-bottom: 15px;
}
.footer p.sec-para {
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}
.list_style {
  list-style: circle;
  padding-left: 40px;
  margin-bottom: 25px;
}
.landingPage_content p,
.landingPage_content ul li,
.table tr td {
  font-size: 19px;
  text-align: justify;
  color: #040f31;
  margin-bottom: 1rem;
}
.table tr th {
  font-size: 22px;
}
.table tr td {
  text-align: left;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
table {
  border-collapse: collapse;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table tr th {
  text-align: left;
}
.lander-list li {
  display: none; /* Hide all items by default */
}
.lander-list li.visible {
  display: list-item; /* Show visible items */
}
.read-more-btn {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}
.read_btn span {
  background: #6931e8;
  padding: 13px 0;
  display: inline-block;
  border-radius: 16px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 19px;
  margin-top: 28px;
  width: 100%;
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
/* -webkit-animation: pulse-effect-purple 1s infinite;animation: pulse-effect-purple 1s infinite; */
.read_btn {
  text-align: center;
}
.dba_wrap {
  margin-top: 30px;
}
.dba_button {
  text-align: left;
}
.dba_wrap p {
  margin-bottom: 0;
}
.dba_wrap p {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.dba_button a:hover {
  background: #adadad;
  color: #fff !important;
}
.dba_button a {
  border: 2px solid #adadad;
  position: relative;
  padding: 17px;
  cursor: pointer;
  z-index: 50;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  font-size: 18px;
  overflow: hidden;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #adadad !important;
  margin-top: 20px;
}
.footer-box p {
  display: none;
}
/* .list_style ::marker { 
    color: #10d5a6;  
}   */
.arrow svg {
  height: 20px;
  width: 20px;
  position: relative;
  top: 2px;
}
.additional-lender-wrap .lender-with-cross {
  background: white;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  padding: 20px;
  border-radius: 20px;
}
.additional-lender-wrap label.label-text {
  font-size: 16px;
  min-height: 65px;
}
.additional-lender-wrap .lender-with-cross {
  max-width: 677px;
  margin: 0 auto;
}
ul#lendersDynamicHtml {
  padding-bottom: 0;
}
@media (max-width: 569px) {
  .hd-law-sign .good_news_content {
    max-width: 100%;
  }
  .landingPage_content p,
  .landingPage_content ul li,
  .table tr td {
    font-size: 16px;
  }
  .table tr th {
    font-size: 17px;
  }
  .footer p.sec-para {
    font-size: 16px;
    line-height: 22px;
  }
  .arrow svg {
    height: 12px;
    width: 12px;
    position: relative;
    top: 0px;
  }
  .iagree_radio.check_box.form-check.mt-50 {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .hd-law-sign .good_news_content h3,
  .hd-law-sign .head_wrap h5 {
    max-width: 100%;
  }
  .hd-law-sign .sign_footer {
    text-align: center;
  }
}

/* .your_information_inner,
.dob_box_wrap {-webkit-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out; -o-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out; transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out; opacity: 0;}
.visible {max-height: 100% !important;opacity: 1;} */
.we_are_sorry h4.thank-u-sub-heading,
.we_are_sorry .good_news_content p {
  max-width: 100%;
}
.we_are_sorry .step__form_inner.sorry_main {
  max-width: 845px;
}

@media (max-width: 568px) {
  .we_are_sorry .upload_id_content {
    max-width: 100%;
  }
}

/* .upload_inner */
.upload_id_page .upload_id_content {
  width: 420px;
  margin: 0 auto;
}
.upload_id_page .btn-wrap.mt-50.text-center {
  margin-top: 28px;
}
.upload_id_page p.sec-para.text-center.mb_30 {
  text-align: center !important;
}
img.preview-image.dummy-image {
  width: 100%;
}
.upload_inner {
  max-width: 520px;
  margin: 0 auto;
  padding: 30px;
  border: 2px solid #a098c8;
  border-radius: 10px;
}
.mb_30 {
  margin-bottom: 30px;
}
.upload-success {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #19dcb0;
  border-radius: 20px;
  overflow: hidden;
}
.upload_inner .btn-wrap .theme_green_btn {
  width: 100%;
  max-width: 100%;
}
.upload_inner h3 {
  text-align: left;
}
.thanku_main .good_news_content p {
  margin-top: 20px;
  text-align: left;
  margin-top: 0;
  max-width: 100%;
  margin-left: 0;
  margin-bottom: 30px;
}
.upload_id_page .good_news_content.more_thing {
  margin-bottom: 9px;
}
.upload_id_page .click_to_upload {
  min-height: 70px !important;
}
.upload_id_page .fileupload_thanku {
  max-width: 100%;
  margin: 0 auto;
}
.upload-success {
  max-width: 100%;
  height: 250px;
  margin-bottom: 20px;
  margin: 0 auto 20px;
  display: flex;
}
.upload-success img {
  max-width: 239px;
}
.upload_id_page .fileupload-inner.click_to_upload p {
  font-size: 20px;
}
.upload_id_page .upload_inner .btn-wrap .theme_green_btn {
  width: 100%;
  max-width: 100%;
  min-height: 75px;
}
@media (max-width: 568px) {
  .upload_id_page .upload_inner .btn-wrap .theme_green_btn {
    width: 100%;
    max-width: 100%;
  }
  .upload_inner {
    padding: 28px 16px;
    border-radius: 5px;
  }
  .upload-success {
    height: 250px;
    border-radius: 5px;
  }
  .more_thing {
    margin-bottom: 26px;
  }
  .thanku_main .good_news_content p {
    margin-bottom: 15px;
  }
}

/* thanku_main lender */
.thanku_main .good_news_content p {
  margin-left: auto;
  margin-right: auto;
  max-width: 641px;
  text-align: center;
}
.dob_page .upload_inner {
  max-width: 709px;
}
.dob_page .custom_row .form-group .form-control {
  height: 90px;
  text-align: left;
}
.dob_page .theme_green_btn {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.do-not-qualify-dialog {
  padding: 0 15px;
  max-width: 440px;
  width: 100%;
}
.do-not-qualify-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.do-not-qualify-dialog .modal-content {
  border: none;
  border-radius: 30px;
  padding: 50px 30px;
  text-align: center;
}
.do-not-qualify-dialog .modal-content p {
  font-family: Arial;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  color: #000;
  max-width: 480px;
  margin: 0 auto 20px auto;
  text-align: center;
}
.do-not-qualify-dialog .modal-content p span {
  color: black;
  text-transform: capitalize;
  font-weight: bolder;
}
.do-not-qualify-dialog .modal-content .back_button {
  color: #fff;
  font-size: 18px;
  width: 100%;
  height: 47px;
  margin: 0 auto;
  background: linear-gradient(0deg, #10d5a6 0%, #35f3d1 100%);
  border: 1px solid #35f3d1;
  border-radius: 0px;
  text-transform: uppercase;
  transition: all 0.3s;
  outline: 0 !important;
  max-width: 169px;
  cursor: pointer;
}
.do-not-qualify-dialog .modal-content .back_button:hover {
  background: #35f3d1;
  border: 1px solid #35f3d1;
}
.do-not-qualify-dialog .modal-content .back_button svg {
  margin-right: 5px;
  vertical-align: baseline;
}
.modal-content h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 14px;
}

@media (max-width: 578px) {
  .do-not-qualify-dialog .modal-content {
    border: none;
    border-radius: 5px;
    padding: 31px 21px;
    text-align: center;
  }
}
.startBtn {
  text-align: center;
  margin: 26px 0 0;
}
.startBtn .btn-wrap {
  margin-bottom: 20px;
}
.additional_head .theme_green_btn {
  min-height: 65px;
  font-size: 21px;
  margin-top: 15px;
}
.viewLanders .lander-list li {
  display: block;
}
.viewLanders .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.viewLanders .modal-content {
  max-width: 980px;
  margin: 0 auto;
}
.viewLanders .lender-with-cross {
  width: 100%;
  max-width: 100%;
}
.viewLanders .lender-with-cross ul {
  grid-template-columns: 25% 25% 25% 25%;
  width: 100%;
  height: 400px;
  overflow: auto;
}
.viewLanders .custom_radio.lender-with-cross label {
  font-size: 16px;
  min-height: 65px;
}
.viewLanders .modal-content .modal-body {
  padding: 0;
}
/* .reg_box_wrap {padding: 20px 0;} */
.modal-footer .theme_green_btn {
  min-height: 65px;
  font-size: 16px;
  max-width: 293px;
}
.viewLanders .modal-header {
  margin: -2rem 0rem 0rem;
  padding: 1.2rem;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%),
    0 4px 15px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  background-color: var(--blue);
  color: #fff;
  align-items: center;
}
.viewLanders .modal-title {
  font-size: 20px;
  font-weight: bold;
}
.viewLanders .modal-header .close {
  padding: 0;
  margin: -0.3rem 0rem 0rem auto;
  background: red;
  border: none;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  font-size: 33px;
  line-height: 0px;
  color: white;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.viewLanders .modal-footer > :not(:last-child) {
  display: none;
}
.viewLanders .modal-footer {
  padding: 10px 0 0;
  justify-content: center;
}

@media (max-width: 768px) {
  .viewLanders .lender-with-cross ul {
    grid-template-columns: 33% 33% 33%;
  }
  .viewLanders .modal-content {
    max-width: 980px;
    margin: 0 20px;
  }
  .viewLanders .custom_radio.lender-with-cross label {
    font-size: 14px;
    min-height: 52px;
    border-radius: 10px;
  }
  .viewLanders .lender-with-cross ul li {
    margin: 0px 0 0;
    padding: 5px 5px;
  }
  .viewLanders .modal-footer {
    padding: 15px 0 14px;
    justify-content: center;
  }
  .viewLanders .modal-title {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    max-width: 250px;
  }
}

@media (max-width: 578px) {
  .viewLanders .lender-with-cross ul {
    grid-template-columns: 50% 50%;
  }
  .viewLanders .modal-header {
    padding: 10px;
    justify-content: start;
    text-align: left;
  }
  .modal-footer .theme_green_btn {
    min-height: 55px;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}

.thank-you-lender .average_claim_text {
  color: black;
}
.landing__wrper.thank-you-lender .btn-wrap .theme_green_btn {
  background: var(--dark-blue);
  -webkit-animation: pulse-effect 1s infinite;
  animation: pulse-effect 1s infinite;
}
.landing__wrper.thank-you-lender .btn-wrap .theme_green_btn:hover {
  background: linear-gradient(
    0deg,
    rgb(16, 213, 166) 0%,
    rgb(53, 243, 209) 100%
  );
}
.landing__wrper .theme_green_btn.move_next,
.how_do_eligible .theme_green_btn {
  background: linear-gradient(
    0deg,
    rgb(16, 213, 166) 0%,
    rgb(53, 243, 209) 100%
  );
}
.sign-footer-content .good_news_content p {
  max-width: 100%;
  margin-top: 15px;
  text-align: center;
}
.sign-footer-content .btn-wrap {
  text-align: center;
}
.dba_button {
  text-align: center;
}
.dba_wrap.good_news_content {
  max-width: 621px;
  margin: 30px auto;
}
.landing__wrper .theme_green_btn.move_next:hover,
.how_do_eligible .theme_green_btn:hover {
  background: var(--dark-blue);
}
.sign-footer-content {
  max-width: 1030px;
  margin: 0 auto;
}
.thank-you-lender .regNumberField {
  background-image: url(../images/reg-bg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left;
  border: none;
  box-shadow: 0 0 0 8px #020100, 0 0 0 13px #d9d9d9;
  border-radius: 10px !important;
  background-color: #ffdd6a;
  height: 75px !important;
  width: auto;
  padding-left: 65px;
  font-size: 21px;
  flex: 1;
}
.thank-you-lender .field_button .theme_btn {
  width: auto;
  font-size: 20px;
  flex: 0 0 auto;
  margin-left: 16px;
  padding: 0 20px;
  height: 90px;
}
.dont-remember a {
  font-family: "Helvetica";
  font-weight: normal;
  text-decoration: underline;
  font-size: 19px;
  text-align: center;
  color: #4521ff;
  display: block;
  text-transform: uppercase;
  margin: 4px auto 25px;
  width: max-content;
}
.thank-you-lender .additional-details {
  display: flex;
  margin: 30px auto 0;
  justify-content: center;
}
.additional-details .form-label {
  font-size: 19px;
  color: #192737;
}
.custom_input[readonly] {
  background: #eaeaea;
}
.additional-details .custom_input {
  height: 50px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #cecece;
  font-weight: normal;
  font-size: 13px;
  color: #192737;
  padding: 0 15px;
  text-align: center;
  border-radius: 50px;
}
.reg_wrap .field_button.btns-wrap,
.reg_wrap h2.check_for_free,
.additional-details {
  max-width: 717px;
  align-items: center;
}
.reg_wrap .regSearch_btn {
  max-width: 240px;
  margin-left: 22px;
  font-size: 20px;
  min-height: 91px;
  position: relative;
  top: revert-layer;
}
.car_registration_err {
  text-align: center;
}
.reg_wrap .additional-details .form-group:nth-child(2) {
  margin-left: 8px;
  margin-right: 8px;
}
.dont-remember.dont_remember_button {
  margin-top: 26px;
}
.additional-details .form-group {
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .thank-you-lender .regNumberField {
    width: 100%;
    flex: 0 0 100%;
  }
  .additional-details .form-label {
    font-size: 14px;
  }
  .additional-details .custom_input {
    height: 36px;
    border-radius: 3px;
    font-size: 11px;
    padding: 0 12px;
  }
  .reg_wrap .regSearch_btn {
    position: relative;
    font-size: 20px;
    min-height: 65px;
    margin-left: 0;
    margin-top: 16px;
    max-width: 100%;
    width: 100%;
  }
  .thank-you-lender .regNumberField {
    box-shadow: 0 0 0 5px #020100, 0 0 0 8px #d9d9d9;
    height: 60px !important;
    font-size: 17px;
  }
}

@media (max-width: 578px) {
  .thank-you-lender .form-control {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .thank-you-lender .field_button .theme_btn {
    font-size: 17px;
    flex: 0 0 auto;
    margin-left: 0;
    height: 70px;
    margin-top: 20px;
    width: 100%;
  }
  .reg_wrap .field_button.btns-wrap {
    flex-wrap: wrap;
  }
}

/* .opsity.add_styling_after_reg_res .getStarted_wrap{display: none;}
.opsity.add_styling_after_reg_res {opacity: 0.5;pointer-events: none;} */

.Mercedes_modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  backdrop-filter: blur(5.352670192718506px);
  background-color: rgba(0, 0, 0, 0.27);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Mercedes_modal_dialog .modal-content {
  border: none;
  border-radius: 22px;
  padding: 30px 30px;
  text-align: center;
  background: #f8f8f8;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 463px;
}
.fieldset_top_text p {
  font-weight: normal;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #123c4a;
}
.fieldset_top_text h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #123c4a;
  margin-bottom: 0;
  margin-top: 2px;
}
.my_20 {
  margin: 30px 0 10px;
}
.Mercedes_modal .btns-wrap {
  flex-direction: column;
}
.Mercedes_modal .btns-wrap label {
  width: 100%;
  height: 70px;
  margin-bottom: 15px;
}
.field_button.btns-wrap {
  flex-wrap: wrap;
}

@media (max-width: 1368px) {
  .fieldset_top_text h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .Mercedes_modal .btns-wrap label {
    height: 60px;
    margin-bottom: 12px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .Mercedes_modal_dialog .modal-content {
    padding: 20px 20px;
    width: 345px;
  }
  .fieldset_top_text h3 {
    font-size: 23px;
    line-height: 25px;
  }
  .fieldset_top_text p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 8px;
  }
  .Mercedes_modal .btns-wrap label {
    width: 100%;
    height: 55px;
    margin-bottom: 15px;
  }
}

.reg_box_wrap .check_for_free {
  margin-top: 40px;
  margin-bottom: 30px;
}
.opsity {
  background: #00000012;
  padding: 9px 0 40px;
  border-bottom: 1px solid black;
  margin-top: 25px;
  border-radius: 10px;
}
select:-internal-list-box option:checked {
  background-color: light-dark(rgb(206, 206, 206), rgb(84, 84, 84));
  color: light-dark(rgb(16, 16, 16), rgb(255, 255, 255));
}
.opsity {
  position: relative;
}
.cross_button {
  position: absolute;
  right: 15px;
  background: red;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 19px;
  border-radius: 50px;
  top: 15px;
  cursor: pointer;
}
.max-w-650 {
  max-width: 650px;
  margin: 0 auto 20px;
}
.max-w-525 {
  max-width: 525px;
  margin: 0 auto;
}
.footer-banner.site__header {
  position: static;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  display: none;
}

.qualifying_claims p {
  color: black;
  font-weight: normal;
}
@media (max-width: 568px) {
  .second_step_active .site__header__inner {
    justify-content: center !important;
  }
  .second_step_active .rating__sslsecure {
    display: none;
  }
  .footer-banner.site__header {
    position: static;
    display: flex;
    justify-content: center;
  }
  .footer-banner.site__header .rating__sslsecure {
    display: flex;
    justify-content: center;
  }
}

.lander-list li.visible {
  display: list-item;
}
.thank-you-lender .check_for_free {
  max-width: 850px !important;
  width: 100%;
  text-align: center;
}
.lander-list-dynamic ul {
  display: flex;
  justify-content: center;
  max-width: 760px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.lander-list-dynamic ul li {
  background: #e5ddd3;
  padding: 14px 20px;
  border-radius: 50px;
  font-weight: bold;
  margin: 5px;
  text-align: center;
  font-size: 14px;
}

.thank_you_wraper .banner-main-heading {
  font-size: 52px !important;
  text-align: center;
}
@media (max-width: 768px) {
  .thank_you_wraper .banner-main-heading {
    font-size: 36px !important;
  }
}

@media (max-width: 480px) {
  .reg_box_wrap .check_for_free {
    font-size: 20px;
  }
  .thank_you_wraper .banner-main-heading {
    font-size: 31px !important;
    margin-bottom: 17px;
  }
  .reg_box_wrap .check_for_free {
    font-size: 20px !important;
  }
}
.site__logo {
  display: flex;
  align-items: center;
}

span.stat_wrap {
  color: black;
  position: relative;
  font-weight: 900;
  font-size: 35px;
}
.stat_wrap::after {
  width: 112%;
  height: 100%;
  background: url(../images/marker.svg) no-repeat center center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 1px;
  left: -7%;
  transform: rotate(-2deg);
  z-index: -1;
}
@keyframes scale2 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.9);
  }
}

@media (max-width: 480px) {
  span.stat_wrap {
    font-size: 21px;
  }
  .heading_top {
    max-width: 323px;
    margin: 0 auto;
  }
}

.sign-footer-content.contact_us_info p {
  font-size: 18px;
  line-height: 24px;
}
.sign-footer-content.contact_us_info {
  max-width: 790px;
  margin-top: 25px;
  margin-bottom: 23px;
}
.iagree_radio.check_box.form-check.mt-50 {
  margin-bottom: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.checkBox_info label {
  line-height: 40px;
}

@media (max-width: 568px) {
  .checkBox_info label {
    line-height: 26px;
  }
  .iagree_radio.check_box.form-check.mt-50 {
    margin-bottom: 30px;
  }
  .sign-footer-content.contact_us_info p {
    font-size: 14px;
    line-height: 23px;
  }
}
/* button-css */
a.theme_green_btn.mt-40.mobile-block {
  display: none !important;
}
.banner-btn .theme_green_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
a.theme_green_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  a.theme_green_btn.mt-40.desktop-block {
    display: none !important;
  }
  a.theme_green_btn.mt-40.mobile-block {
    display: flex !important;
  }
}

/* cookie-banner css*/
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  padding: 16px 70px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
}
.cookie-banner p {
  margin-bottom: 0;
  font-size: 1.15rem;
  line-height: 1.65rem;
}
.cookie-banner a {
  color: #00f7ff;
  text-decoration: underline;
}
#cookie-close {
  background-color: red;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 16px;
  margin-left: 23px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  position: absolute;
  right: 22px;
  top: -20px;
}

@media (max-width: 1366px) {
  .cookie-banner p {
    font-size: 16px;
  }
  .cookie-banner {
    padding: 20px 40px;
  }
  .footer .footer_links a {
    font-size: 17px;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .cookie-banner {
    padding: 16px 17px;
  }
  .cookie-banner p {
    font-size: 12px;
    line-height: normal;
  }
  #cookie-close {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    position: absolute;
    right: 22px;
    top: -20px;
  }
}
@media (max-width: 768px) {
  .footer .footer_links {
    flex-direction: column !important;
  }
  .footer_links li {
    margin-bottom: 17px !important;
    border-bottom: 2px solid !important;
    padding-bottom: 19px !important;
  }
  .footer .footer_links a:after {
    display: none !important;
  }
  .footer_links li:last-child {
    border-bottom: none !important;
  }
}

@media (max-width: 568px) {
  .cookie-banner {
    padding: 13px 10px;
  }
}

/* reviewRating-wrap */
.reviewRating-wrap {
  max-width: 746px;
  margin: 0 auto 40px;
}
div#rating-section {
  padding: 20px;
  border: 1px solid #5d2edc;
  border-radius: 8px;
  background: #f3f1ff;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}

.reviewRating-wrap .star {
  color: #cbc3e3; /* Light gray by default */
  transition: color 0.3s;
}

.reviewRating-wrap .star.selected {
  color: #ffd700; /* Yellow when selected */
}

.reviewRating-wrap .star:hover {
  color: #ffd700; /* Yellow on hover for the hovered star and below */
}

/* Ensure first two stars turn yellow when hovering over the third star */
.reviewRating-wrap .star:nth-child(3):hover ~ .star:nth-child(-n + 2),
.reviewRating-wrap .star:nth-child(4):hover ~ .star:nth-child(-n + 3),
.reviewRating-wrap .star:nth-child(5):hover ~ .star:nth-child(-n + 4) {
  color: #ffd700; /* Yellow for stars to the left up to the hovered star */
}
.reviewRating-wrap .sec-para {
  line-height: 24px;
  margin-bottom: 0;
}
.reviewRating-wrap .rating {
  font-size: 50px;
  cursor: pointer;
  line-height: normal;
}

#thank-you-message {
  display: none;
}
.reviewRating-wrap .theme_green_btn {
  width: 255px;
  height: 60px;
  min-height: 100%;
  font-size: 16px;
  margin: 10px auto 0;
}
div#rating-success {
  font-size: 19px;
  font-weight: bold;
}
@media (max-width: 568px) {
  .reviewRating-wrap p.sec-sub-heading {
    font-size: 22px;
  }
  .reviewRating-wrap .rating {
    font-size: 41px;
  }
  .reviewRating-wrap .theme_green_btn {
    width: 150px;
    height: 43px;
    font-size: 15px;
  }
  div#rating-success {
    font-size: 15px;
  }
}
.we_are_sorry .btn-wrap {
  text-align: center;
  display: flex;
  justify-content: center;
}
/* valid8_powered */
.lander-list-dynamic.valid8_powered {
  max-width: 675px;
  margin: 0 auto;
}
.lander-list-dynamic.valid8_powered ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000000;
  color: white;
  border-radius: 10px;
  font-size: 18px;
}
.lander-list-dynamic.valid8_powered ul li .valid8Content {
  display: flex;
  align-items: center;
}
.lander-list-dynamic.valid8_powered ul li .valid8Content img {
  width: 75px;
  margin-left: 23px;
}

@media (max-width: 568px) {
  .lander-list-dynamic.valid8_powered ul li {
    border-radius: 6px;
    font-size: 11px;
    padding: 8px 16px;
  }
  .lander-list-dynamic.valid8_powered ul li .valid8Content img {
    width: 60px;
    margin-left: 15px;
  }
}
.valid8Content {
  text-transform: capitalize;
}
