/* @extend display-flex; */
display-flex, .form-flex, .form-date-group, .steps ul, .title, .title .step-number, .actions ul li a, .form-radio-flex, .form-find {
  display: flex;
  display: -webkit-flex; }

/* @extend list-type-ulli; */
list-type-ulli, .steps ul, .actions ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-slab/roboto-slab-v7-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.woff2") format("woff2"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.woff") format("woff"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.ttf") format("truetype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.svg#RobotoSlab") format("svg");
  /* Legacy iOS */ }
/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.woff2") format("woff2"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.woff") format("woff"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.ttf") format("truetype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.svg#RobotoSlab") format("svg");
  /* Legacy iOS */ }
/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-slab/roboto-slab-v7-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.woff2") format("woff2"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.woff") format("woff"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.ttf") format("truetype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.svg#RobotoSlab") format("svg");
  /* Legacy iOS */ }

/* Book Mania */
@font-face {
  font-family: 'Bookmania';
  src: url('/fonts/bookmania/bookmania.woff2') format('woff2'),
       url('/fonts/bookmania/bookmania.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
/* Bookmania SemiBold */
@font-face {
  font-family: 'Bookmania';
  src: url('/fonts/bookmania/bookmania-semibold.woff2') format('woff2'),
       url('/fonts/bookmania/bookmania-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
/* Bookmania Bold */
@font-face {
  font-family: 'Bookmania';
  src: url('/fonts/bookmania/bookmania-bold.woff2') format('woff2'),
       url('/fonts/bookmania/bookmania-bold.woff') format('woff');
  font-weight: 700;
  font-style: bold;
}

/* Bookmania Black */
@font-face {
  font-family: 'Bookmania';
  src: url('/fonts/bookmania/bookmania-black.woff2') format('woff2'),
       url('/fonts/bookmania/bookmania-black.woff') format('woff');
  font-weight: 900;
  font-style: oblique;
}
/* end of book */
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s; }

input,
select,
textarea {
  outline: none;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0; }

input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important; }

input[type=checkbox] {
  appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important; 
  width: auto;
  height: 25px;
}

input[type=radio] {
  appearance: radio !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  -o-appearance: radio !important;
  -ms-appearance: radio !important; 
  width: auto;
  height: 25px;
}

.radio-label {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-right: 20px;
}

.radio-label-long {
  display: flex;
  align-items: center;
  gap: 3px;
}

.checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 30px;
  position: relative;
}

.clear {
  clear: both; }

h2 {
  font-size: 30px;
  margin: 0px; 
  font-family:'Bookmania';
}

h1 {
  font-family:'Bookmania';
  font-weight: 700;
}

body {
  font-size: 14px;
  line-height: 1.6;
  color: #222;
  font-weight: 400;
  font-family: 'lato';
  margin: 0px;
  background: #10578b;
  position: relative;
  padding: 0px; }

.main {
  padding: 50px 0;
  position: relative;
  z-index: 99; }

.container {
  width: 1400px;
  margin: 0 auto;
  background: #fff; }

fieldset {
  padding: 0px;
  margin: 0px;
  border: none;
  padding-left: 45px;
  padding-right: 55px;
  padding-top: 45px; }

p.desc {
  margin: 0px;
  margin-bottom: 40px;
  color: #555; }

p.upload-desc {
  margin: 0px;
  width: 100%;
  color: #555; }

p.upload-footer {
  margin-top: 35px;
  margin-bottom: 5px;
  width: 100%;
  font-size: 9pt;
  color: #5d5d5d; }

span.upload-footer {
  width: 100%;
  font-size: 9pt;
  /* margin-bottom: 25px; */
  color: #5d5d5d; }


.form-label {
  display: block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px; }

.form-radio-label {
  display: block;
  width: 100%;
  font-size: 16px;
 }

.text-input {
  font-size: 12px;
  color: #999;
  display: block;
  margin-top: 5px; }
  .text-input span {
    color: #545454;
    font-weight: bold; }

input {
  width: 100%;
  display: block;
  border: 1px solid #ebebeb;
  height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #545454;
  font-size: 14px;
}

select {
  width: 100%;
  display: block;
  border: 1px solid #ebebeb;
  height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #545454;
  /* font-weight: bold; */
  font-size: 14px;
 }

/* Custom button group for Rent/Own selection */
.rent-own-buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.btn-rent-own {
  flex: 1;
  padding: 12px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #222;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s ease;
}

.btn-rent-own.active {
  background-color: #e7f3ff;
  border-color: #007bff;
  color: #007bff;
}

.btn-rent-own:hover:not(.active) {
  background-color: #f8f9fa;
}

.form-description {
  font-size: 12px;
  color: #555;
  margin-top: 8px;
}

/* drag and drop */
.drop-wrapper {
  width: 240px;
}
.drop-wrapper-large {
  margin-bottom: 2rem;
}

.drop-area {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  background: #f9f9f9;
  transition: border-color 0.3s ease;
  position: relative;
}

.drop-area:hover {
  border-color: #8dc7e8;
}

.drop-area input[type="file"] {
  display: none;
}

.file-name {
  display: block;
  margin-top: 8px;
  font-size: 0.9em;
  color: #333;
}
/* end */

.logo-container {
  display: flex;
  justify-content: center;
}

.logo {
  width: 200px;
  margin-bottom: 50px;
}

.review-box p {
  padding: 4px 0;
  border-bottom: 1px solid #eee;
}
.review-box strong {
  display: inline-block;
  width: 200px;
}

.thank-you-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px;
}

.thanks-info-submit {
  max-width: 650px;
}

.thank-you-header-text {
  font-size: 28pt;
}

.thank-you-app-number {
  color: #7b8289;
}

.thank-you-body {
  color: #8f979f;
}

.thank-you-footer {
  color: #8f979f;
  /* font-size: 8pt; */
}

/* Footer */
.site-footer {
  align-items: center;
  width: 100%;
  color: #fff;
  margin-top: 30px;
  font-size: 14px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 25px 10%;
}

.footer-left p {
  margin: 0;
  color: #fff;
}

.footer-right {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-right a {
  text-decoration: none;
  color: #a0cbf6;
  transition: color 0.3s ease;
}

.footer-right a:hover {
  color: #e8f3ff;
}
/* end of footer */

#steps-uid-0-p-0 .form-row, #steps-uid-0-p-0 .form-group, #steps-uid-0-p-0 .form-date {
  width: 680px; }

.form-flex {
  margin: 0 -10px; }
  .form-flex .form-group {
    width: 50%;
    padding: 0 10px; }

.form-group,
.form-date {
  margin-bottom: 18px;
  position: relative; }

.form-date-group {
  border: 1px solid transparent;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  .form-date-group select {
    border: 1px solid #ebebeb;
    width: 100%;
    box-sizing: border-box;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    position: relative;
    background: 0 0;
    z-index: 10;
    cursor: pointer;
    padding: 0 20px;
    height: 50px;
    font-size: 14px;
    font-family: 'Roboto Slab';
    color: #999;
    box-sizing: border-box;
    background-color: #fff;
    color: #222;
    font-weight: bold; }

.form-date-item {
  position: relative;
  overflow: hidden;
  width: 100px;
  margin-right: 10px; }

.vertical {
  display: block;
  width: 100%;
  overflow: hidden; }
  .vertical .steps {
    float: left;
    width: 310px; }
  .vertical .content,
  .vertical .actions {
    float: right;
    width: 1090px; }

.content {
  max-height: calc(100vh - 100px); /* adjust 100px based on your header */
  overflow-y: auto; }

.steps ul {
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  position: relative;
  padding-left: 40px;
  padding-top: 60px; }
  .steps ul li {
    padding-bottom: 40px;
    position: relative;
    z-index: 99; }
    .steps ul li a {
      text-decoration: none;
      color: #222; }
  .steps ul:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 70%;
    background: #ebebeb;
    left: 64px;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* -moz-transform: translateY(-50%); */
    /* -webkit-transform: translateY(-50%); */
    /* -o-transform: translateY(-50%); */
    /* -ms-transform: translateY(-50%); */
    z-index: 9; }

.title {
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center; }
  .title .step-number {
    width: 40px;
    height: 40px;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #ebebeb;
    color: #999;
    margin-right: 15px;
    border: 5px solid #fff;
    font-weight: bold; }
  .title .step-text {
    font-family:'Bookmania';
    font-weight: 600;
    color: #999; }

.current .title .step-number {
  background: #0081bd;
  color: #fff; }
.current .title .step-text {
  color: #068cca; }

.content h3 {
  display: none; }

.content, .actions {
  background: #f8f8f8; }

.actions {
  padding-bottom: 90px; }
  .actions ul {
    padding-left: 45px;
    padding-right: 55px; }
    .actions ul .disabled {
      display: none; }
    .actions ul li {
      float: right; }
      .actions ul li:first-child {
        float: left; }
        .actions ul li:first-child a {
          background: #e8e8e8;
          color: #999; }
        .actions ul li:first-child a:hover {
          background: #e0e3e5;
          color: #303030; }
      .actions ul li a {
        width: 140px;
        height: 50px;
        color: #fff;
        background: #00577f;
        border-radius: 4px;
        align-items: center;
        transition: background-color .25s ease-out, color .25s ease-out;
        -moz-align-items: center;
        -webkit-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
        text-decoration: none; }
      .actions ul li a:hover {
        background: #0081bd; /* Darker blue on hover */
        color: #ffffff;       /* Keep text white or change if needed */
        text-decoration: none; /* Optional: ensure no underline */
      }

.form-radio-flex {
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -15px; }
  .form-radio-flex .form-radio-item {
    padding: 0 15px;
    margin-bottom: 25px; }
  .form-radio-flex input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px; }
  .form-radio-flex input + label {
    margin: 0px;
    width: 223px;
    height: 133px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    text-align: center;
    text-transform: none;
    transition: border-color .15s ease-out,  color .25s ease-out,  background-color .15s ease-out, box-shadow .15s ease-out; }
    .form-radio-flex input + label img {
      width: 100%;
      height: 100%; }
  .form-radio-flex input:checked + label {
    border: 1px solid #00577f;
    z-index: 1; }
  .form-radio-flex input:focus + label {
    outline: none; }
  .form-radio-flex input:hover {
    border: 1px solid #00577f; }

label.error {
  display: block;
  position: absolute;
  color: #f63726;
  top: 0px;
  right: 0; }
  label.error:after {
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    content: '\f135';
    right: 20px;
    top: 50px;
    font-size: 13px;
    color: #f63726; }

label.radio-error {
  display: block;
  position: absolute;
  color: #f63726;
  top: -20px;
  right: 0; }
  /* label.radio-error:after {
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    content: '\f135';
    right: 20px;
    top: 50px;
    font-size: 13px;
    color: #f63726; } */

label.choice-error {
  display: block;
  position: absolute;
  color: #f63726;
  top: -50px;
  right: -25px; }
  /* label.choice-error:after {
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    content: '\f135';
    right: 20px;
    top: 50px;
    font-size: 13px;
    color: #f63726; } */


input.error {
  border: 1px solid #f63726; }

#find_bank {
  padding: 0 55px;
  width: 680px;
  margin-right: 20px; }
  #find_bank::-webkit-input-placeholder {
    font-weight: 400; }
  #find_bank::-moz-placeholder {
    font-weight: 400; }
  #find_bank:-ms-input-placeholder {
    font-weight: 400; }
  #find_bank:-moz-placeholder {
    font-weight: 400; }

.submit {
  width: 150px;
  background: #666;
  color: #fff;
  font-weight: 400;
  cursor: pointer; }
  .submit:hover {
    background-color: #4d4d4d; }

.form-find {
  position: relative;
  padding-bottom: 70px;
  border-bottom: 1px solid #ebebeb; }

.form-icon {
  position: absolute;
  top: 0.56rem;
  left: 20px;
  font-size: 18px;
  color: #545454; 
}
.form-ssn {
  position: absolute;
  top: 0.6rem;
  left: 20px;
  font-size: 18px;
  color: #6c6c6c; 
}
.form-icon-2 {
  position: absolute;
  top: 1.09rem;
  left: 20px;
  font-size: 18px;
  color: #545454; 
}
.form-find input[type="text"] {
  padding-left: 95px; 
  width: 10rem;
  font-size: 18px;
  box-sizing: border-box;
}
.form-find.mid-amount input[type="text"] {
  padding-left: 35px; 
  width: 10rem;
  font-size: 18px;
  box-sizing: border-box;
}
.form-find.annual-amount input[type="text"] {
  padding-left: 35px; 
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
}
.form-find.loan-amount input[type="text"] {
  padding-left: 35px;
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  height: 4rem;
}

/* ID and Bank Statement Uploads */
.id-upload-group .form-group,
.bank-statement-item {
  margin-bottom: 15px;
}

input[type="file"].form-control {
  border: 1px solid #ebebeb;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
}

#add_bank_statement.btn-sm {
  padding: 8px 12px;
  font-size: 12px;
  background: #4292dc;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 5px;
}

#add_bank_statement.btn-sm:hover {
  background: #367abd;
}

.choose-bank-desc {
  color: #666;
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 35px; }

#slider-margin {
  height: 9px;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  background: #e8e8e8;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  position: relative;
  margin-top: 110px; }
  #slider-margin .noUi-marker-horizontal.noUi-marker-large, #slider-margin .noUi-marker-horizontal.noUi-marker {
    height: 0px; }
  #slider-margin .noUi-connect {
    background: #00577f; }
  #slider-margin .noUi-connects {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px; }
  #slider-margin .noUi-handle {
    width: 15px;
    height: 30px;
    top: -12px;
    background: #e8e8e8;
    outline: none;
    border: none;
    right: -15px;
    border: 1px solid #00577f;
    border-radius: 0px; }
    #slider-margin .noUi-handle:after, #slider-margin .noUi-handle:before {
      width: 0px; }
    #slider-margin .noUi-handle .noUi-tooltip {
      bottom: 33px;
      border: none;
      background: transparent;
      font-size: 16px;
      color: #00577f;
      padding: 0px; }
  #slider-margin .noUi-pips {
    width: 96%; }
    #slider-margin .noUi-pips .noUi-value {
      top: -50px;
      font-size: 16px;
      color: #666; }
      #slider-margin .noUi-pips .noUi-value:before {
        content: '$'; }
    #slider-margin .noUi-pips .noUi-value-horizontal {
      transform: none;
      -moz-transform: none;
      -webkit-transform: none;
      -o-transform: none;
      -ms-transform: none; }

.your-money {
  font-size: 16px;
  color: #222;
  margin: 0px;
  padding-top: 62px; }
  .your-money .money {
    font-size: 28px;
    font-weight: bold; }

.mb-2 {
  margin-bottom: 2rem;
}

@media screen and (max-width: 1024px) {
  .steps ul {
    padding: 2rem;
    flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row;
  }

  .steps ul::after{
    display: none;
  }

  .steps ul >  li{
    padding: 0;
    flex:  1;
  }


  .step-text{
    width: min-content;
  }
  .container {
    width: calc(100% - 40px);
    max-width: 100%; }

  .site-footer {
    width: calc(100% - 40px);
    max-width: 100%; }

  .vertical .steps, .vertical .content, .vertical .actions {
    float: none;
    width: 100%; }

  #find_bank {
    width: 100%; }

  .form-radio-flex input + label {
    width: 190px;
    height: 120px; } }
@media screen and (max-width: 992px) {
  .content {
    height: 900px; }

  .form-radio-flex input + label {
    width: 100px;
    height: 65px; } }
@media screen and (max-width: 768px) {


  #steps-uid-0-p-0 .form-row, #steps-uid-0-p-0 .form-group, #steps-uid-0-p-0 .form-date {
    width: 100%; }

  .form-flex {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    margin: 0px; }

  .form-flex .form-group {
    padding: 0px; }

  fieldset, .actions ul {
    padding-left: 30px;
    padding-right: 30px; }

  #slider-margin .noUi-pips {
    width: 94%; } }
@media screen and (max-width: 480px) {

  .steps ul {
    gap: 0.5rem;
    padding: 1rem;
  }


  .title{
    font-size: 12px;
    text-align: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }
  .title .step-number{
    margin:  0;
  }
  .form-date-group, .form-find {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }

  .content {
    height: 1050px; }

  #find_bank {
    margin-bottom: 20px; }

  .actions ul li a {
    width: 100px; }

  .form-radio-flex {
    margin: 0 -5px; }

  .form-radio-flex .form-radio-item {
    padding: 0 5px; }

  .form-radio-flex input + label {
    width: 90px;
    height: 61px; } }


