/* Global */
.tooltip { pointer-events: none; }

/* Header */
header {
  margin-bottom: 20px;
  margin-top: 20px;
}

header .logo {
  max-width: 252px;
}

.navbar {
  background: #FFFFFF;
  padding: .5rem 1rem;
}

/* Main */
.carousel-heading, #click-to-call {
  /*color: #592e90*/;
  color: #385988;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
}

#phone-number {
  text-decoration: none;
}

#disclosures {
  color: #0275d8;
  text-decoration: none;
  max-width: 150px;
  margin: 0 auto;
}

#tooltip {
  width:200px;
  padding:.25rem .5rem;
  color:#fff;
  text-align:center;
  background-color:#000;
  border-radius:.25rem;
  position: absolute;
  right: 0;   
  left: 0;
  margin: auto;   
  z-index: 1000;
  font-size: .875rem;
}

/* Wizard Form */
.wizard-step {
  border: 4px solid #a6ce39;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; 
}

.wizard-step[data-page-name="Property Type"],
.wizard-step[data-page-name="Credit Score"],
.wizard-step[data-page-name="Occupancy"],
.wizard-step[data-page-name="Property Zip Code"],
.wizard-step[data-page-name="Estimated Property Value"],
.wizard-step[data-page-name="Form Submission"] {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.wizard-step .row {
  padding: 5px 0;
}

.wizard-step label {
  display: block;
  margin-bottom: .5rem;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
}

.wizard-step input {
  width: 230px;
  margin-bottom: 5px;
}


/* Should only fade in for specific steps */
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } 
  }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } 
  }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.step-title {
  /*color: #592d90;*/
  color: #385988;
  font-size: 25px;
  font-weight: bold;
}

.form-select {
  width: 230px;
  background-color: #fff;
}

.form-input {
  width: 230px;
}

.wizard-next-btn {
  color: #fff;
  background: #a6ce39;
  font-size: 16px;
  font-weight: bold;
  width: 242px;
  height: 66px;
}

.continue-btn {
  display: none;
}

.wizard-prev-btn {
  /*color: #56348c;*/
  color: #385988;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  width: 242px;
}

#cityState {
  margin-top: 10px;
}

.row.odd {
  background-color: #ffffdb;
}

#submit-btn {
  color: transparent;
  background: url("../img/continue.jpg") center center no-repeat;
  width: 210px;
  height: 50px;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor:not-allowed;
}

/* Footer */
footer {
  margin-top: 35px;
  text-align: center;
  font-size: 12px;
  color: #000000;
}

footer a,
footer a:hover {
  color: #000000;
}

.footer-disclaimers {
  background: #fff!important;
  padding-top: 15px;
  max-width: 800px;
}

.footer-spacer {
  border-top: 1px solid #000000;
}

.footer-images img {
  height: 40px;
  display: inline-block;
  opacity: 0.7;
}

.bbb-img {
  margin-right: 10px;
}

.agreement {
  margin-bottom: 34px;
}

.lg-img {
  display:none; 
}

/* Media Queries */
@media (min-width: 841px) {
  .carousel-heading {
    font-size: 35px;
  }

  #step-1 {
    background: url("../img/step1.jpg") center center no-repeat;
  }

  #step-2 {
    background: url("../img/step2.jpg") center center no-repeat;
  }

  #step-3 {
    background: url("../img/step3.jpg") center center no-repeat;
  }

  #step-4 {
    background: url("../img/step4.jpg") center center no-repeat;
  }

  #step-5 {
    background: url("../img/step5.jpg") center center no-repeat;
  }

  #step-6 {
    background: url("../img/step6.jpg") center center no-repeat;
  }

  #step-1,
  #step-2,
  #step-3,
  #step-4,
  #step-5,
  #step-6 {
    border: none;
    background-position: 0 -40px;
    height: 515px;
    /*width: 100%;*/
    max-width: 716px;
    position: relative;
    left: 56%;
    margin-left: -305px;
  }

  #step-1 .wizard-next-btn,
  #step-2 .wizard-next-btn,
  #step-3 .wizard-next-btn,
  #step-4 .wizard-next-btn,
  #step-5 .wizard-next-btn,
  #step-6 .wizard-next-btn {
    display: none;
  }

  #step-7 {
    position: relative;
    left: 30px;
    right: 0;
    max-width: 545px;
    height: 480px;
    margin: 0 auto;
    border: 4px solid #a6ce39;
    border-radius: 10px;
    padding: 30px;
  }

  #step-8 {
    position: relative;
    left: 30px;
    right: 0;
    max-width: 562px;
    height: 450px;
    margin: 0 auto;
    border: 4px solid #a6ce39;
    border-radius: 10px;
    padding: 30px;
  }

  .wizard-prev-btn {
    /*color: #592d90;*/
    color: #385988;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: .7;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 339px;
    left: -50px;
  }

  .step-title {
    margin-bottom: 1rem;
    position: absolute;
    /*top: 70px;*/
    left: 190px;
  }

  .form-select
  {
    position: absolute;
    top: 90px;
    right: 296px;
  }

  #zip {
    position: absolute;
    top: 90px;
    right: 296px;
  }

  .continue-btn {
    display: block;
    background: transparent;
    width: 440px;
    height: 50px;
    position: absolute;
    top: 270px;
    left: 130px;
  }

  .wizard-step input {
    margin-bottom: 0;
  }

  footer {
    margin-top: 0;
  }
}

@media (min-width: 1116px) {
  .lg-img {
    display: block;
    position: absolute;
    right: -282px;
    top: -5px;
  }
}

/* Thank You Page */
#headerNavigation {
  background: #F5F6F6;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  height: 100%;
}

.thank-you-logo {
  max-width: 210px;
}

.thank-navbar {
  background: #FFFFFF;
  box-shadow: 0 0 7px 0 rgba(155, 155, 155, 0.56);
  padding: 20px 0;
}

.thank-navbar .call-now-text {
  color: #431F70;
  font-size: 24px;
  font-weight: 300;
}

.thank-navbar a {
  font-size: 24px;
  font-weight: 700;
}

.thank-navbar a,
#PageMain a {
  color: #8C5AC2;
}

#PageMain {
  background: #fff;
  width: 100%;
  max-width: 1140px;
  margin: 5% auto;
  box-sizing: border-box;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
  position: relative;
  color: rgb(55, 58, 60);
}

fieldset#submitted{
  padding-top: 50px;
}

 #submitted legend {
   padding-top: 50px;
   font-size: 1rem;
 }

.thankyou {
  color: #373a3c;
}

.navbar .container {
  justify-content: center;
}

@media (min-width: 576px) {
  .navbar .container {
    justify-content: space-between;
  }
}

/* Duplicate Lead Page */
#duplicate-lead {
  background: #edf5f9 none repeat scroll 0 0;
  font-family: 'Poppins';
  color: #373a3c;
}

#duplicate-lead .navbar {
  background: #edf5f9;
  box-shadow: none;
  padding: 1.25rem 0;
}

#duplicate-lead .navbar .call-now-text {
  color: #373a3c;
}

#duplicate-lead .call-now-text {
  font-size: 1rem;
}

#duplicate-lead .phone-number {
  font-size: 24px;
  line-height: 32px;
  color: #373a3c;
  font-weight: bold;
}

#duplicate-lead #phone-nav:hover {
  color: #373a3c;
}

.light-container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background-color: #fff;
  min-height: 175px;
}

.light-container h2 {
  font-size: 1.5rem;
}

.light-container fieldset {
  width: unset;
  font-size: 1.7em;
  box-shadow: none;
  border: 0 none;
  border-radius: 3px;
  padding: 20px 30px;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 99999;
}

@media (max-width: 500px) {
  .light-container {
    font-size: 0.78rem;
  }

  .preferred-date select {
    width: 100%;
  }
}

.action-btn {
  background: #aac730;
  font-size: 1em;
  font-weight: 600;
  border-radius: 3px;
  border: 5px;
  box-shadow: none;
  width: 100%;
  padding: 12px 5px;
  max-width: 300px;
  margin: 15px 0;
  color: #fff;
}

.preferred-time select {
  width: 200px;
}

.timezone {
  padding-left: 20px;
}

.footer-image {
  display: none;
}

.duplicate-lead-footer {
  background: #f3f3f3 none repeat scroll 0 0;
  position: relative;
}

.duplicate-lead-footer p {
  color: #373a3c;
}

.duplicate-lead-footer-disclaimers {
  font-size: 15px;
  padding-top: 30px;
  font-family: Arial,Helvetica,sans-serif;
}

.duplicate-lead-footer a {
  color: #a7c917;
}

.disabled-opacity {
  opacity: 0.7;
}

@media (min-width: 400px) {
  .footer-image {
    display: block;
    background: transparent url(images/houses_400x117.gif) repeat-x scroll 0 100%;
  }
}

.bottom {
    font-weight: 500;
    font-size: 12px;
    color: #385988;
    padding: 20px 0;
    background-color: #e0e0e0;
}

.bottom a {
    color: #385988;
}
#ex1Slider .slider-selection {
  background: #a6ce39;
}
.tooltip{
      opacity: 1 !important;
}
.tooltip-inner {
 
    color: #385988;
    text-align: center;
    background-color: #e0e0e0;
    border-radius: .25rem;
    font-weight: 700;
}
.slider .tooltip.top {
    margin-top: -41px !important;
}
select{
  border: 1px solid lightgray;
    border-radius: 4px;
    height: 40px;
    color: #385988;
}
#step-5 .form-group{
  margin-bottom: 2.3rem;
}
#step-6 .form-group{
  margin-bottom: 2.5rem;
}
.next_to_amount_borrow {
    margin: 0px auto;
    max-width: 250px;
}
.loader {
  margin: 0 auto;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}