/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2026 | 11:12:24 */
.banner-badge-text span {
    border: 1px solid #F07B2B;
    padding: 8px 20px;
    border-radius: 30px;
}
.banner-badge-text span:before {
    content: "";
    background: #F07B2B;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 6px;
    position: relative;
    top: -3px;
}
.stats-list {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}
.stats-list li {
  position: relative;
  padding: 0 11px;
  list-style: none;
  color: #ffffffad;
}
/* Divider line */
.stats-list li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -10px;
  color: #ffffffad;
}
/* Mobile responsive */
@media (max-width: 767px) {
  .stats-list {
    flex-direction: column;
    gap: 0px;
    text-align: center;
    display: block;
  }
  .stats-list li::after {
    content: none !important;
  }
}
.stats-list li:first-child {
    padding-left: 0px;
}
.banner-btn-wrap{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
.banner-btn-wrap {
    flex-direction: column;
    gap: 0px;
    text-align: center;
  }
}
a.pre-approved-btn {
    background: #ed7f20;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Inter';
}
a.mortgage-btn {
    border: 1px solid #ffffffb3;
    padding: 10px 25px;
    font-size: 16px;
    color: #ffffffb3 !important;
    border-radius: 4px;
    font-family: 'Inter';
}
ul.stats-list span {
    color: #fff;
    font-weight: 500;
}
ul.banner-check-list {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
    margin-top: -10px;
}
ul.banner-check-list li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    color: #ed7f20;
    margin-right: 9px;
}
ul.home-features {
    padding-left: 0px !important;
    text-align: center;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-top: -10px;
}
ul.home-features li {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color:#222;
}
ul.home-features li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #f07a2b;
    margin-right: 6px;
}
ul.home-features li:first-child{
    margin-left:0px;
}
.cf7-row {
  display: flex;
  gap: 15px;
}
.cf7-col {
  width: 50%;
}
@media (max-width: 768px) {
  .cf7-row {
    flex-direction: column;
  }
  .cf7-col {
    width: 100%;
  }
}
.home-banner-form .wpcf7-form-control-wrap input {
    border-radius: 0px;
    height: 45px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: 'Inter';
}
.home-banner-form select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    padding-left: 10px;
    border-radius: 4px;
    font-size: 15px;
    font-family: 'Inter';
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(/wp-content/uploads/2025/09/select-dropdown-arrow-.svg);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 6px;
}
.home-banner-form input.wpcf7-form-control.wpcf7-submit {
    background: #ed7f20;
    border: none;
    padding: 10px 30px;
    border-radius: 4px;
    color: #fff;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 17px;
}
span.wpcf7-spinner {
    display: none;
}

.loan-type-select {
    margin-bottom: 0;
    padding-bottom: 8px;
}
a.mortgage-btn:before {
    content: "\f095";
    font-family: 'FontAwesome';
    margin-right: 6px;
}
a.pre-approved-btn:before {
    content: "\f0e7";
    font-family: 'FontAwesome';
    margin-right: 5px;
}
h3.banner-form-title {
    margin-bottom: 5px;
    padding-bottom: 0px;
}
span.callback-text {
    text-decoration: underline;
}

