/*************** GET A QUOTE *****************/
#quote {
  /*text-align: center;*/
}
#quote .background-quote {
  position: relative;
  height: 35vh;
}
#quote .extra-background {
  background-color: #e7eaf0;
  height: 50vh;
  min-height: 420px;
}
#quote .quote-section {
  padding-top: 10vh;
}
#quote .title1 {
  padding-top: 0;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}
#quote .title2 {
  padding-top: 30px;
}
#quote .title2 * {
  color: white;
  line-height: 28px;
}
#quote .slide-layout {
  background-color: white;
  padding: 40px 20px 20px 20px;
  height: 280px;
}
#quote .slide-layout h2 {
  text-align: center;
  padding-top: 10px;
  font-weight: 300;
}
#quote .carousel-outer {
  display: flex;
  justify-content: center;
}
#quote .carousel-inner-custom {
  max-width: 800px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#quote .custom-input {
  font-size: 22px;
  margin-top: 15px;
  width: 100%;
  padding: 8px 15px;
  color: rgba(87, 87, 87, 0.8);
  background-color: rgba(87, 87, 87, 0.02);
  border: 2px solid rgba(87, 87, 87, 0.14);
}
#quote .custom-input:focus {
  outline: none;
}
#quote .custom-input::-webkit-input-placeholder {
  color: rgba(87, 87, 87, 0.6);
}
#quote .custom-input:-ms-input-placeholder {
  color: rgba(87, 87, 87, 0.6);
}
#quote .custom-input::placeholder {
  color: rgba(87, 87, 87, 0.6);
}
#quote .custom-input.invalid {
  background-color: rgba(255, 4, 4, 0.3);
}
#quote .previous {
  padding: 5px 15px;
}
#quote .continue {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: space-between;
  margin: 20px 20px 25px;
}
#quote .continue button {
  padding: 5px 15px;
  border-radius: 4px;
  text-decoration: none;
  outline: none;
}
#quote .continue #funnel-submit {
  padding-left: 55px;
  padding-right: 55px;
  letter-spacing: 2px;
}
#quote .previous .btn-text, #quote .next .btn-text {
  margin-right: 45px;
  letter-spacing: 2px;
}
#quote .continue .previous {
  margin-left: 45px;
}
#quote .continue .previous:hover {
  text-decoration: none;
}
#quote .progress-bar {
  background-color: #ffb108;
}
#quote .progress {
  top: 0;
  left: 0;
  right: 0;
  margin: 20px;
  position: absolute;
}
#quote .tell-us {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}
/*#quote li {*/
  /*width: 20%;*/
/*}*/
@media (max-width: 767px) {
  #quote .title2 {
    font-size: 14px;
  }
  #quote .quote-section {
    padding-top: 5vh;
  }
}
@media (max-width: 600px) {
  #quote .continue .next .btn-text {
    margin-right: 28px;
  }
  #quote .continue .previous {
    margin-left: 0;
  }
  #btn-text-prev-american{
    color:#ffffff !important;
  }
}
@media (max-width: 400px) {
  #quote .continue .next .btn-text {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  #quote .slide-layout h2 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  #quote .continue {
    margin: 10px;
  }
  #quote .continue .previous .btn-text {
    margin-left: 10px;
  }
}
@media (max-width: 500px) {
  #quote .custom-input {
    font-size: 15px;
  }
}
@media (max-width: 350px) {
  #quote .slide h2 {
    font-size: 18px;
  }
  #quote .continue .next .btn-text {
    font-size: 14px;
    margin: 0;
  }
}

.bottom-message {
  /*max-width: 500px;*/
  margin-top: 35px;
}

.bottom-message * {
  line-height: 24px;
}

/*********** FINISHED *************/
#finished {
  text-align: center;
}
#finished .finished-section {
  position: relative;
}
#finished .finished-section h2 {
  font-size: 40px;
  font-weight: 900;
}
#finished .finished-section p {
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 20px;
  color: white;
}
#finished .finished-section span {
  font-size: 100px;
  color: #ffb108;
  font-weight: 900;
}
#finished .content {
  max-width: 500px;
  color: white;
  margin-top: 20px;
}
#finished .content-center {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 60px;
}
#finished a {
  color: white;
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 17px;
  position: absolute;
  top: 30px;
  /* LEFT: 42%; */
  /* margin-top: 10px; */
  /* margin-left: 10vw; */
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1199px) {
  #finished a {
    margin-left: 0;
  }
}
#finished .end-section {
  background-color: #e7eaf0;
  height: 40vh;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
}

/********** RANGE INPUT *************/
.range {
  position: relative;
  height: 0;
  margin-top: 50px;
}
@media (min-width: 501px) {
  .range {
    margin-left: 32px;
    margin-right: 32px;
  }
}
.range input[type=range] {
  display: block;
  margin: 0;
  -webkit-appearance: none;
  width: 100%;
  /* For Firefox */
  outline: none;
  opacity: 0.6;
  position: relative;
  z-index: 1;
}
.range input[type=range]::-webkit-slider-runnable-track {
  position: relative;
  height: 5px;
  background-color: rgba(177, 177, 177, 0.25);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  cursor: pointer;
  border-color: transparent;
  color: transparent;
}
.range input[type=range]::-moz-range-track {
  position: relative;
  height: 5px;
  background-color: rgba(177, 177, 177, 0.25);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  cursor: pointer;
  border-color: transparent;
  color: transparent;
}
.range input[type=range]::-ms-track {
  position: relative;
  height: 5px;
  background-color: rgba(177, 177, 177, 0.25);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  cursor: pointer;
  border-color: transparent;
  color: transparent;
}
.range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin: -8px 0 0;
  border: 0 !important;
  z-index: 2;
  position: relative;
  top: 0;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  opacity: 1;
  cursor: pointer;
  background-color: #333333;
}
.range input[type=range]::-moz-range-thumb {
  margin: -8px 0 0;
  border: 0 !important;
  z-index: 2;
  position: relative;
  top: 0;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  opacity: 1;
  cursor: pointer;
  background-color: #333333;
}
.range input[type=range]::-ms-thumb {
  margin: -8px 0 0;
  border: 0 !important;
  z-index: 2;
  position: relative;
  top: 0;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  opacity: 1;
  cursor: pointer;
  background-color: #333333;
}
.range output {
  position: absolute;
  top: -35px;
  font-size: 0.8em;
  text-align: center;
  display: block;
  transform: translateX(-50%);
}

.range-labels {
  margin: 18px -41px 0;
  padding: 0;
  list-style: none;
  margin-bottom: 100px;
}
.range-labels li {
  position: relative;
  float: left;
  width: 90.25px;
  text-align: center;
  color: #b2b2b2;
  font-size: 14px;
  cursor: pointer;
  width: 20%
}
.range-labels li::before {
  position: absolute;
  top: -31px;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 2px;
  height: 30px;
  background: #b2b2b2;
  opacity: 0.2;
}

/*# sourceMappingURL=lead-funnel.css.map */
