@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700");
.font-primary,
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.font-Oswald,
#top-bar p {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

body {
  font-size: 16px;
}

a {
  color: #2f90af;
  text-decoration: none !important;
}

hr {
  margin-bottom: 1.3em;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 1.3em;
}

h1 {
  font-size: 40px;
}

h2 {
  border-bottom: 3px solid #26748b;
  padding-bottom: 12px;
  font-weight: 700;
  font-size: 25px;
}

h3 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 24px;
}

section#main-banner {
  position: relative;
  min-height: 450px;
  padding: 40px 0 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #26748b;
}
section#main-banner h1,
section#main-banner h4 {
  color: #fff;
  font-weight: 300;
  text-shadow: 1px 1px #585858;
}
section#main-banner h1 {
  margin-top: 30px;
  margin-bottom: 20px;
}
section#main-banner .contact-form {
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  margin-top: 30px;
  text-align: center;
}
section#main-banner .contact-form .step {
  height: 100%;
  display: none;
}
section#main-banner .contact-form .step#form-stage-1 {
  display: block;
}
section#main-banner .contact-form button {
  background-color: #578641;
  border: none;
  border-radius: 4px;
  padding: 0.7rem 2.8rem;
  font-size: 1.5em;
  margin-top: 25px;
}
section#main-banner .contact-form button#vt-bib-button-2 span {
  display: none;
}
@media screen and (max-width: 768px) {
  section#main-banner {
    padding: 20px 0;
    background-position: center center;
    background-size: cover;
  }
  section#main-banner .contact-form button {
    font-size: 14px;
    padding: 15px;
    width: 100%;
  }
  section#main-banner .contact-form {
    margin-top: 15px;
  }
  section#main-banner h1 {
    font-size: 28px;
    line-height: 1.3;
  }
}
section#main-banner .contact-form span.copy {
  font-size: 12px;
  text-align: justify;
  margin-top: 10px;
  display: block;
}

section#main-banner .contact-form span.copy1 {
  font-size: 12px;
  text-align: justify;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  order: -1;
}

section#main-banner .contact-form .table.reset {
  display: flex;
  flex-direction: column;
  width: 100%;
}

section#main-banner .contact-form .table.reset .cell {
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

section#main-banner .contact-form label {
  display: block;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 0.5em;
}
section#main-banner .contact-form label.error {
  background: #f00;
  color: #fff;
  font-size: 12px;
  margin-top: -3px;
  text-shadow: 0 0 transparent;
  position: relative;
}
section#main-banner .contact-form .ui-slider-wrapper {
  padding-top: 75px;
  position: relative;
  text-align: center;
}
section#main-banner .contact-form .ui-slider-wrapper .val {
  background: #fff;
  color: #fff;
  display: block;
  font-family: verbbold, Arial;
  font-size: 32px;
  left: 0;
  line-height: 45px;
  padding: 0 10px;
  position: absolute;
  top: 0;
}
section#main-banner .contact-form .ui-slider-wrapper .val i {
  color: #2b3b43;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
  padding: 10px 0;
  text-shadow: none;
}
section#main-banner .contact-form .ui-slider-wrapper .val:after {
  bottom: -12px;
  content: " ";
  left: 0;
  margin-left: -6px;
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid white;
  width: 24px;
  right: 0;
  margin: auto;
}
section#main-banner .contact-form .ui-slider-wrapper .debt-amount-slider {
  border-radius: 25px;
  background-color: #c4cddc;
  border: 0 none;
}
section#main-banner .contact-form .ui-slider-wrapper .debt-amount-slider .ui-slider-horizontal {
  height: 0.6em;
}
section#main-banner .contact-form .ui-slider-wrapper .debt-amount-slider .ui-slider-range {
  background: #44accd;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
section#main-banner .contact-form .ui-slider-wrapper .debt-amount-slider .ui-slider-handle {
  background: #44accd;
  border: 4px solid #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0 0 2px 0 #44accd !important;
  -webkit-box-shadow: 0 0 2px 0 #44accd !important;
  box-shadow: 0 0 2px 0 #44accd !important;
  cursor: pointer;
  height: 22px;
  width: 22px;
  top: -6px;
}
section#main-banner
  .contact-form
  .ui-slider-wrapper
  .debt-amount-slider
  .ui-slider-handle.ui-state-focus {
  outline: 0;
}
section#main-banner .feature-list {
  max-width: 960px;
  margin: 0 auto 20px;
}
section#main-banner .feature-list .feature-item {
  display: inline-block;
  margin-bottom: 15px;
  color: white;
  font-size: 20px;
  text-shadow: 1px 1px #585858;
  padding-left: 35px;
}
section#main-banner .feature-list .feature-item:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
  font-size: 22px;
}
section#main-banner:before {
  content: "";
  background-color: black;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
}
section#content {
  padding: 60px 0;
}
section#content > .container {
  margin-bottom: 60px;
}
section#content > .container:last-child {
  margin-bottom: 0;
}
section#content .container > .row,
section#content .container > .row > div {
  margin-bottom: 60px;
}
section#content .container > .row:last-child,
section#content .container > .row > div:last-child {
  margin-bottom: 0;
}
.form-control {
  border-radius: 0;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
}
.form-control.error {
  border-color: #f00;
}
.nice-select {
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  width: 100%;
  padding-left: 12px;
}
.nice-select.error {
  border-color: #f00;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  height: 8px;
  right: 15px;
  width: 8px;
  margin-top: -6px;
}
.nice-select .list {
  border-radius: 0;
  margin-top: 0;
  width: 100%;
}
.nice-select .option {
  line-height: 40px;
}
.nice-select .option.selected {
  font-weight: 400;
}
.btn {
  border-radius: 0;
  font-size: 16px;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-default {
  background-color: #26748b;
  color: #fff;
  border-color: #26748b;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
.btn.btn-default.active {
  background-color: #1e5a6c;
  border-color: #1e5a6c;
  color: #fff;
}
.circle {
  background-color: #26748b;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  text-align: center;
  width: 60px;
}
.circle span {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 5px;
  text-transform: uppercase;
}
.social-networks {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.social-networks li {
  display: inline-block;
  margin: 0 5px;
}
.social-networks li .icon {
  background-color: #26748b;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 40px;
}
.social-networks li .icon.facebook {
  background-color: #3b5998;
}
.social-networks li .icon.twitter {
  background-color: #55acee;
}
.social-networks li .icon.youtube {
  background-color: #cd201f;
}
.social-networks li .icon.google {
  background-color: #dd4b39;
}
.social-networks li .icon.rss {
  background-color: #f26522;
}

.widget {
  margin-bottom: 30px;
}
.widget p {
  margin-bottom: 15px;
}
.widget h2 {
  border-bottom: 0 none;
  color: #26748b;
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.widget h2 i {
  margin-right: 5px;
  width: 25px;
}
.widget h3 {
  color: #26748b;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.widget a {
  color: #26748b;
}
.widget a:hover {
  color: #1e5a6c;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.widget ul li:before {
  color: #26748b;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 0;
}
.widget ul li a {
  color: #666;
}
.widget ul li a:hover {
  color: #26748b;
}

.success-note {
  display: none;
  background-color: #ffffff;
  color: #333333;
  padding: 20px;
  border-radius: 4px;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  border: 1px solid #dddddd;
}

.success-note h3 {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.sucesss-note p {
  color: #333333;
  font-size: 20px;
  margin-bottom: 0;
}

#top-bar {
  background-color: #26748b;
  color: #fff;
  padding: 5px 0;
}
#top-bar p {
  margin-bottom: 0;
}
#top-bar p a {
  color: #fff;
  text-decoration: underline;
}
header .header-contact {
  margin-top: 20px;
}
body.header-fixed header .logo-image {
  display: inline-block;
  margin-right: 10px;
}
header .header-contact h3:last-of-type {
  margin-bottom: 0;
}
header .header-contact .contact-number {
  color: #26748b;
}
header {
  background-color: #fff;
  padding: 20px 0;
  position: relative;
}
header .container,
header .row,
header .col-sm-4 {
  position: static;
}
header .table {
  height: 100%;
}
header ul li {
  margin-bottom: 5px;
}
.star-rating {
  display: inline-block;
  position: relative;
  font-size: 30px;
  letter-spacing: 5px;
  margin-bottom: 10px;
}

.star-rating-top {
  color: #ffd700;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}

.star-rating-bottom {
  padding: 0;
  display: block;
  z-index: 0;
  color: #d3d3d3;
}

.star-rating span {
  margin-right: 0;
}

footer {
  background-color: #f5f5f5;
  padding: 40px 0;
  margin-bottom: 40px;
}
footer h3 {
  color: #26748b;
  margin-bottom: 30px;
}
footer p {
  margin-bottom: 0;
}
footer .review-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
footer .review-author {
  border-top: 1px solid #ddd;
  margin: 20px -20px -20px;
  padding: 20px;
}
footer .review-author p {
  margin-bottom: 0;
}

#legal-notice {
  margin-bottom: 40px;
  padding: 20px 0;
}

#legal-notice p {
  color: #666;
  font-size: 12px;
  margin-bottom: 15px;
}

@media screen and (max-width: 820px) {
  #legal-notice p {
    font-size: 10px;
  }
}

#footer-legal {
  background-color: #26748b;
  color: #fff;
  padding: 20px 0;
}
#footer-legal .col-sm-4 {
  margin-bottom: 10px;
}
#footer-legal .col-sm-4 a {
  color: #fff;
}
#footer-legal .col-sm-4:first-child {
  position: relative;
}
#footer-legal .col-sm-4:first-child:before {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
#footer-legal .col-sm-4:last-child {
  position: relative;
}
#footer-legal span a {
  color: #fff;
  text-decoration: none;
}
#footer-legal span a:hover {
  text-decoration: underline;
}
#footer-legal .pipe-divider {
  color: #fff;
  margin: 0 5px;
}
#footer-legal p {
  margin-bottom: 0;
}
.list-container {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 1200px) {
  #footer-legal .col-sm-4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  #footer-legal .col-sm-4 {
    font-size: 12px;
  }

  header .header-contact h3:first-of-type {
    font-size: 18px;
  }

  section#main-banner h1 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  section#main-banner .feature-list .feature-item {
    font-size: 16px;
  }

  section#main-banner .contact-form {
    padding: 30px;
  }

  section#main-banner .feature-list {
    margin-bottom: 10px;
  }

  header .header-contact .contact-number {
    font-size: 18px;
  }

  body.header-fixed header .logo-image {
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  #footer-legal .col-sm-4 {
    text-align: center !important;
  }
  #footer-legal .col-sm-4:first-child:before {
    display: none;
  }
  #footer-legal p {
    margin-bottom: 10px;
  }
  header .brand-logo {
    max-width: 100%;
    height: auto;
  }
  header .header-contact {
    margin-top: 10px;
    text-align: center;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
  }
  header .header-contact h3:first-of-type {
    display: block;
    margin-right: 0;
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: bold;
  }
  header .header-contact h3:last-of-type {
    display: block;
    margin-top: 0;
  }
  header .header-contact .contact-number {
    font-size: 28px;
    font-weight: bold;
    color: #26748b;
  }
  header .logo-image {
    display: inline-block;
    margin-right: 10px;
  }
  header ul li {
    display: inline-block;
    margin-right: 10px;
  }
  header .trust-badges {
    text-align: center;
    margin-top: 10px;
  }
  section#main-banner h1 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  section#main-banner {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  section#main-banner .feature-list {
    text-align: center;
    padding-left: 0;
  }
  section#main-banner .feature-list .feature-item {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    padding-left: 25px;
  }
  section#main-banner .feature-list .feature-item:before {
    margin-left: -25px;
    width: 25px;
  }
  
  footer .review-card {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 615px) {
  section#main-banner .contact-form {
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
  }

  section#main-banner .feature-list .feature-item {
    font-size: 14px;
  }
  section#main-banner .feature-list {
    margin-bottom: 20px;
  }
  
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .col-xs-12, .col-sm-6, .col-md-5, .col-md-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  section#main-banner .contact-form .ui-slider-wrapper {
    padding-top: 60px;
  }
  
  section#main-banner .contact-form .ui-slider-wrapper .val {
    font-size: 24px;
    line-height: 36px;
  }
  
  section#main-banner .contact-form .ui-slider-wrapper .val i {
    font-size: 20px;
    padding: 8px 0;
  }
}

@media screen and (max-width: 460px) {
  section#main-banner .contact-form {
    padding: 15px;
    margin-top: 15px;
  }

  body.header-fixed header .logo-image:first-of-type {
    display: block;
    text-align: center;
    margin-right: 0;
  }

  section#main-banner .contact-form label {
    font-size: 20px;
  }

  body.header-fixed header .logo-image:last-of-type img {
    max-width: 80px;
    height: auto;
  }

  header .header-contact {
    margin-top: 10px;
    text-align: center;
    background-color: #f5f5f5;
    padding: 12px;
    border-radius: 5px;
  }
  header .header-contact h3:first-of-type,
  header .header-contact h3:last-of-type {
    display: block;
    font-size: 22px;
    font-weight: bold;
  }
  header .header-contact h3:last-of-type {
    margin-top: 5px;
  }
  header .header-contact .contact-number {
    font-size: 26px;
    font-weight: bold;
    color: #26748b;
  }
  
  section#main-banner .contact-form .form-group {
    margin-bottom: 15px;
  }
  
  .form-control {
    height: 50px;
    font-size: 16px;
    padding: 10px 15px;
  }
  
  .nice-select {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  
  section#main-banner .contact-form span.copy {
    font-size: 11px;
  }
  
  section#main-banner .contact-form span.copy1 {
    font-size: 11px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 345px) {
  header .header-contact .contact-number {
    font-size: 14px;
  }
  
  section#main-banner h1 {
    font-size: 20px;
  }
  
  section#main-banner .feature-list .feature-item {
    font-size: 12px;
  }
  
  section#main-banner .contact-form label {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  
  footer h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  footer .review-card {
    margin-bottom: 20px;
    padding: 15px;
  }
  
  footer .review-author {
    margin: 15px -15px -15px;
    padding: 15px;
  }
  
  .star-rating {
    margin-bottom: 10px;
  }
  
  #legal-notice {
    margin-bottom: 30px;
    padding: 0;
  }
  
  #footer-legal {
    padding: 20px 0 10px;
  }
  
  #footer-legal .col-sm-4 {
    text-align: center !important;
    margin-bottom: 15px;
  }
  
  #footer-legal .col-sm-4:first-child:before {
    display: none;
  }
  
  #footer-legal p {
    margin-bottom: 10px;
  }
  
  #footer-legal div[style="padding-top: 15px;"] {
    padding-top: 5px !important;
  }
  
  #footer-legal span a {
    display: inline-block;
    padding: 5px;
  }
}

@media screen and (max-width: 460px) {
  footer {
    padding: 25px 0;
    margin-bottom: 25px;
  }
  
  footer h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  #footer-legal {
    padding: 15px 0 5px;
  }
  
  #footer-legal .col-sm-4 {
    margin-bottom: 10px;
  }
  
  #footer-legal .col-sm-4 p {
    font-size: 14px;
  }
  
  #footer-legal span a {
    font-size: 13px;
  }
  
  #footer-legal .pipe-divider {
    margin: 0 3px;
  }
}

.call-now-text {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0 5px;
  color: #333;
}

.call-now-number {
  font-size: 28px;
  font-weight: bold;
  color: #26748b;
  margin-bottom: 20px;
}

.call-now-number a {
  text-decoration: none;
  color: #26748b;
  border-bottom: 2px solid #26748b;
  padding-bottom: 2px;
}

.call-now-number a:hover {
  color: #1c5a6b;
}

@media screen and (max-width: 767px) {
  .call-now-text {
    font-size: 20px;
  }
  
  .call-now-number {
    font-size: 24px;
  }
}

@media screen and (max-width: 460px) {
  .call-now-text {
    font-size: 18px;
  }
  
  .call-now-number {
    font-size: 22px;
  }
}

/* Error message styling */
label.error {
    color: #ff0000;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

/* Error highlight for input fields */
input.error, select.error + .nice-select {
    border-color: #ff0000 !important;
}

/* Error highlight for select dropdowns */
.nice-select.error {
    border-color: #ff0000 !important;
}