@charset "UTF-8";
body {
  background-color: #ecede7;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: inherit;
  color: #424242;
  text-rendering: auto;
}
body.form {
  padding-top: 20px;
}
@media (max-width: 767px) {
  body.form {
    background-color: #ffffff;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

.page {
  background-color: #ffffff;
  padding: 15px;
  margin: 0 auto 94px;
}
@media (min-width: 240px) {
  .page {
    width: calc(100% - 30px);
  }
}
@media (min-width: 360px) {
  .page {
    width: calc(100% - 30px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .page {
    padding: 20px;
    width: calc(100% - 40px);
  }
}
@media (min-width: 768px) {
  .page {
    padding: 20px;
    margin: 0 auto 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 992px) {
  .page {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .page {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .form .page {
    padding: 0;
  }
}

hr {
  margin: 30px 0;
  border-top-color: #e7e7e7;
}
@media (min-width: 992px) {
  hr {
    margin: 40px 0;
  }
}

.main-content {
  font-size: 18px;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .main-content {
    font-size: 24px;
    letter-spacing: -0.0025em;
  }
}

h1 {
  font-size: 38px;
  line-height: 1.158;
  color: #2fb6cc;
}
@media (min-width: 992px) {
  h1 {
    font-size: 70px;
    line-height: 1.1;
  }
}

.subtitle {
  font-size: 22px;
  line-height: 1.364;
}
@media (min-width: 992px) {
  .subtitle {
    font-size: 30px;
    line-height: 1.133;
  }
}
.subtitle > .fas {
  font-size: 27px;
  margin-right: 10px;
}

h2 {
  margin: 0 0 12px;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.25;
  color: #2fb6cc;
}
@media (min-width: 992px) {
  h2 {
    margin: 0 0 16px;
    font-size: 44px;
    line-height: 1.275;
  }
}

h3 {
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
  color: #2fb6cc;
}
@media (min-width: 992px) {
  h3 {
    font-size: 24px;
    line-height: 1.42;
    color: #424242;
  }
}

h4 {
  margin: 0 0 28px;
  font-weight: 700;
  font-size: 16px;
  color: #2fb6cc;
}

h5 {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.75;
}
@media (min-width: 992px) {
  h5 {
    font-size: 16px;
  }
}

small,
.small {
  font-size: 14px;
  line-height: 1.43;
}
@media (min-width: 992px) {
  small,
  .small {
    font-size: 16px;
    line-height: 1.5;
  }
}

.spacey {
  line-height: 1.75;
}

header {
  padding: 22px 0;
}
@media (min-width: 768px) {
  header {
    padding: 28px 0;
  }
}
header > .container {
  display: flex;
  align-items: center;
}
header .logo {
  max-width: 240px;
}
@media (max-width: 767px) {
  header .logo {
    margin: auto;
  }
}
@media (min-width: 768px) {
  header .logo {
    max-width: 220px;
  }
}
header .question {
  margin-left: auto;
  font-size: 20px;
  text-align: right;
}
@media (max-width: 767px) {
  header .question > a {
    text-decoration: none;
    color: #727578;
  }
}
@media (min-width: 768px) {
  header .question {
    font-weight: 700;
    font-size: 14px;
    color: #fe5300;
  }
  header .question > a {
    font-weight: 400;
    color: #000000;
  }
}

@media only screen and (max-width: 767px) {
  body.form header,
  body.form footer {
    display: none;
  }
}

.featured-details {
  padding: 70% 0 0 0;
  margin-bottom: 40px;
  background: url("../images/hero.jpg") no-repeat center center/cover;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .featured-details {
    display: none;
  }
}
.featured-details > div {
  display: none;
}
.featured-details.video {
  position: relative;
  background: none;
  border-radius: 0;
  padding-top: 66.66%;
}
.featured-details.video > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
 .featured-details {
  padding: 0;
  background: none;
}
 .featured-details .step3-details {
  display: flex;
}
 .featured-details > video {
  display: none !important;
}

.info-content {
  padding: 30px 0;
  border-top: 1px solid #e7e7e7;
}
@media (max-width: 767px) {
  .info-content {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .info-content {
    padding: 40px 0;
  }
}
.info-content fieldset input {
  max-width: 120px;
  padding: 5px;
  background: #efefef;
  border: 1px solid #ccc;font-size: 20px;height: auto;
}
.zip_feild{ display: flex;}

.info-content fieldset span {
  display: block;
  margin: 5px 0 0;
  font-size: 13px;
  color: green;
}
@media (min-width: 992px) {
  .info-content fieldset span {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 16px;
  }
}

.rating {
  display: flex;
  justify-content: center;
  font-size: 17px;
  color: #ffbf33;
}
@media (min-width: 768px) {
  .rating {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .rating {
    font-size: 24px;
  }
}
.rating > i + i {
  margin-left: 1px;
}
@media (min-width: 992px) {
  .rating.mini {
    font-size: 20px;
  }
  .rating.mini > i + i {
    margin-left: 2px;
  }
}

@media (max-width: 767px) {
  .testimonial {
    text-align: center;
  }
}

.testimonial > .quote {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .testimonial > .quote {
    font-size: 28px;
    line-height: 1.43;
  }
}

.testimonial > .author {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.78;
}
@media (min-width: 992px) {
  .testimonial > .author {
    font-size: 18px;
  }
}

.table-chart {
  width: 100%;
  margin: 18px 0 26px;
  border-collapse: collapse;
}
@media (min-width: 992px) {
  .table-chart {
    margin: 38px 0;
  }
}
.table-chart th,
.table-chart td {
  border: 2px solid #ffffff;
}
.table-chart > thead th {
  background-color: #2fb6cc;
  padding: 9px 4px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 992px) {
  .table-chart > thead th {
    padding: 6px 16px;
    font-weight: 300;
    font-size: 34px;
  }
}
.table-chart > thead th:empty {
  background-color: transparent;
}
.table-chart > tbody th,
.table-chart > tbody td {
  padding: 8px 11px;
}
@media (min-width: 992px) {
  .table-chart > tbody th,
  .table-chart > tbody td {
    padding: 7px 16px;
  }
}
.table-chart > tbody th {
  background-color: #127a8b;
  font-size: 11px;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 992px) {
  .table-chart > tbody th {
    text-align: left;
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .table-chart > tbody td {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .table-chart > tbody td {
    font-weight: 700;
  }
}
.table-chart > tbody > tr:nth-of-type(odd) > td {
  background-color: #caedf3;
}
.table-chart > tbody > tr:nth-of-type(even) > td {
  background-color: #7fd4e2;
}
@media (max-width: 991px) {
  .table-chart > tbody img {
    max-width: 20px;
  }
}

.how-it-works {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (min-width: 768px) {
  .how-it-works {
    flex-direction: row;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    text-align: center;
  }
}
.how-it-works > .item {
  flex: 0 0 150px;
  -ms-flex: 0 0 150px;
}
@media (max-width: 767px) {
  .how-it-works > .item {
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
  }
  .how-it-works > .item + .item {
    margin-top: 16px;
  }
}
.how-it-works > .item > .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 16px 0 0;
  border-radius: 50%;
  background-color: #2fb6cc;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .how-it-works > .item > .number {
    width: 60px;
    height: 60px;
    margin: 0 auto 22px;
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .how-it-works > .item > .number {
    width: 90px;
    height: 90px;
    font-size: 54px;
  }
}
.how-it-works > .item > p {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .how-it-works > .item > p {
    font-size: 28px;
    line-height: 1.143;
  }
}

@media (max-width: 767px) {
  .row-lists {
    max-width: 80%;
    text-align: left;
    margin: 0 auto;
    padding-top: 6px;
  }
  .row-lists > .item + .item {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .row-lists {
    display: -ms-flexbox;
    display: flex;
  }
  .row-lists > .item {
    flex: 1 0;
  }
  .row-lists > .item:nth-of-type(1) {
    max-width: 45%;
  }
  .row-lists > .item:nth-of-type(2) {
    max-width: 35%;
  }
  .row-lists > .item + .item {
    margin-left: 10%;
  }
}

.list-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 1.33;
  text-align: left;
}
.list-icons > li {
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 0 18px;
  padding: 0 0 0 36px;
}
.list-icons > li a {
  color: #2fb6cc;
}
.list-icons.check > li {
  background-image: url("../images/check-blue.png");
}
.list-icons.star > li {
  background-image: url("../images/icon-star.png");
  margin-bottom: 11px;
}
@media (min-width: 992px) {
  .list-icons.columns {
    display: flex;
    flex-wrap: wrap;
  }
  .list-icons.columns > li {
    flex: 1 0 50%;
    padding-right: 20px;
  }
}

.brands {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 -7.5px;
}
@media (max-width: 991px) {
  .brands {
    flex-wrap: wrap;
  }
}
.brands > .item {
  flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  padding: 4px 7.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50%;
}
@media (min-width: 768px) {
  .brands > .item {
    flex: 1 0 33.33%;
    -ms-flex: 1 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 992px) {
  .brands > .item {
    flex: 1 0;
    -ms-flex: 0 0 auto;
    padding: 0 7.5px;
    max-width: none;
  }
}
.brands > .item > img {
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 45px;
}
@media (min-width: 992px) {
  .brands > .item > img {
    max-height: 55px;
  }
}

.with-without {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: auto;
}
@media (min-width: 992px) {
  .with-without {
    max-width: 70%;
  }
}
.with-without > img {
  border-radius: 4px;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .with-without > img {
    border-radius: 20px;
  }
}

.customer-quotes {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-align: left;
}
.customer-quotes:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}
.customer-quotes:not(.slick-initialized) > .item {
  flex: 1 0 100%;
}
@media (min-width: 992px) {
  .customer-quotes:not(.slick-initialized) > .item {
    flex: 1 0 50%;
  }
}
.customer-quotes.slick-initialized {
  position: relative;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .customer-quotes.slick-initialized {
    padding: 0 35px;
  }
}
.customer-quotes > .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  background: none;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  font-size: 22px;
  color: #424242;
}
.customer-quotes > .slick-arrow.slick-prev {
  left: 0;
}
.customer-quotes > .slick-arrow.slick-next {
  right: 0;
}
.customer-quotes > .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.customer-quotes > .slick-dots > li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  font-size: 0;
  overflow: hidden;
  background-color: #666666;
}
.customer-quotes > .slick-dots > li.slick-active {
  width: 8px;
  height: 8px;
  background-color: #000000;
}
.customer-quotes > .slick-dots > li > button {
  opacity: 0;
}
.customer-quotes > .slick-dots > li + li {
  margin-left: 8px;
}
@media (min-width: 992px) {
  .customer-quotes .item {
    padding: 0 15px;
  }
}
.customer-quotes .name {
  font-weight: 700;
}
.customer-quotes .city {
  color: #6e6e6e;
}
.customer-quotes .rating {
  font-size: 14px;
  justify-content: flex-start;
}
.customer-quotes .rating > i + i {
  margin-left: 2px;
}

.step3-details {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .step3-details {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #dddddd;
  }
}
.step3-details > .main {
  flex: 1 0 100%;
  padding: 10px;
  margin: 0 0 20px;
  border: 1px solid #212529;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  color: #212529;
}
@media (min-width: 768px) {
  .step3-details > .main {
    padding: 20px;
  }
}
.step3-details > .main > p {
  line-height: 1.43;
}
.step3-details > .main > ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  line-height: 1.33;
}
.step3-details > .main > ul > li {
  flex: 0 0 40%;
}
.step3-details > .main > ul > li:first-child {
  color: #667884;
}
.step3-details > .main > ul > li:last-child {
  color: #09c6e4;
}
.step3-details > .main > ul:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -16px 0 0 -8px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-left: 16px solid #667884;
  border-bottom: 16px solid transparent;
}
.step3-details > .detail {
  padding: 20px 10px;
  background: #f2f2f2;
  text-align: center;
  font-size: 14px;
  color: #212529;
}
@media (max-width: 767px) {
  .step3-details > .detail + .detail {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .step3-details > .detail {
    flex: 0 0 32%;
    max-width: 32%;
    padding: 20px;
  }
}
.step3-details > .detail > i {
  font-size: 24px;
}
.step3-details > .detail > i.fa-users {
  color: #212529;
}
.step3-details > .detail > i.fa-piggy-bank {
  color: #d4af37;
}
.step3-details > .detail > i.fa-hand-holding-heart {
  color: #cc338b;
}
.step3-details > .detail > strong {
  display: block;
  font-weight: 500;
  font-size: 19px;
  margin: 15px 0;
}
.step3-details > .detail > p {
  margin: 0;
  line-height: 1.5;
}

.page-caption {
  position: relative;
  z-index: 0;
  display: none;
  justify-content: center;
  padding: 10px;
  margin: -15px -15px 35px;
  background-color: #2fb6cc;
  font-size: 15px;
  color: #ffffff;
}
@media (max-width: 767px) {
  [data-step="1"] .page-caption {
    display: flex;
  }
}
@media (min-width: 576px) {
  .page-caption {
    margin: -20px -20px 40px;
  }
}
@media (min-width: 768px) {
  .page-caption {
    display: flex;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .page-caption {
    margin: -30px -30px 40px;
  }
}
@media (min-width: 1200px) {
  .page-caption {
    margin: -50px -50px 50px;
  }
}
@media (min-width: 992px) {
  .page-caption {
    font-size: 18px;
  }
}
.page-caption > .item {
  text-align: center;
}
.page-caption > .item + .item {
  margin-left: 55px;
}
.page-caption strong {
  font-size: 24px;
  line-height: 1.667;
  margin-right: 14px;
}
@media (min-width: 992px) {
  .page-caption strong {
    margin-right: 14px;
    font-size: 34px;
  }
}

.page-inner {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .sticky-top-desktop-only {
    position: sticky;
    top: 0;
    z-index: 1020;
    height: 700px;
  }
}

.steps {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .steps {
    padding-left: 35px;
  }
}

@media (max-width: 767px) {
  .steps > .details {
    margin: 0 0 20px;
    padding: 170px 10px 10px 10px;
    background: url("../images/hero.jpg") no-repeat center center/cover;
    border-radius: 4px;
  }
  .steps > .details.video {
    position: relative;
    background: none;
    border-radius: 0;
    padding-top: calc(103% + 20px);
  }
  .steps > .details.video > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .steps > .details {
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
  }
}

.steps > .details > ul {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.steps > .details > ul > li {
  flex: 1 0;
}
.steps > .details > ul > li + li {
  border-left: 1px solid #dddddd;
}
.steps > .details > ul > li:last-child {
  color: #ff0000;
}

@media (max-width: 767px) {
  .steps > .details:not(.video) > ul {
    justify-content: space-between;
  }
  .steps > .details:not(.video) > ul > li {
    -ms-flex: 1 0 auto;
    flex: 0 0 auto;
    padding: 5px 4px;
    font-size: 10px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 3px;
  }
  .steps > .details:not(.video) > ul > li br {
    display: none;
  }
  .steps > .details:not(.video) > ul > li > i {
    margin-right: 3px;
  }
  .steps > .details:not(.video) > ul > li + li {
    border-left: none;
  }
}

.steps .step {
  display: none;
  width: 100%;
}
.steps #step-1 {
  display: block;
}
.steps .step .label {
  margin: 30px 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}
.steps .step .label p {
  margin: 0;
  color: #212529;
  line-height: 18px;
}
.steps .step .label p strong {
  font-size: 18px;
}
.steps .step .mobile-content {
  display: none;
}
.steps .step .option {
  position: relative;
  padding: 30px 0 30px 30px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  line-height: 1.143;
}
.steps .step .option input {
  display: none;
}
.steps .step .option input:checked ~ label:after {
  display: block;
  position: absolute;
  top: 39px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #000;
  border: 2px solid #000;
  border-radius: 10px 10px;
  content: "";
}
.steps .step .option label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.steps .step .option label:before {
  display: block;
  position: absolute;
  top: 34px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 10px 10px;
  content: "";
}
.steps .step .option ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 31px;
  right: 0;
}
.steps .step .option ul li {
  display: block;
  font-weight: border-left;
  font-size: 18px;
  color: #1f730a;
  text-align: right;
}
.steps .step .option ul li s {
  margin: 0 0 0 0;
  font-weight: normal;
  color: #727578;
}
.steps .step .option ul li:last-child {
  margin: 4px 0 0 0;
  font-size: 12px;
  font-weight: 700;
  color: rgba(31, 115, 10, 0.5);
}
.steps .step .option p {
  margin: 0;
  color: #212529;
  font-size: 15px;
  line-height: 20px;
}
.steps .step .option p strong {
  font-size: 16px;
}
.steps .step .fields {
  margin: 30px 0 0 0;
  padding: 0;
  width: 100%;
}
.steps .step .fields .from-label {
  width: 100%;
  font-weight: bold;
  font-size: 13px;margin-bottom: 0.5rem;margin-top: 1rem;
  display: inline-block;
}
.steps .step .fields input {
  padding: 10px;
  width: 100%;
  border: 1px solid #d1d1d1;
  height: auto; 
}
.steps .step .fields select {
  border: 1px solid #d1d1d1;
  height: 44px !important;
}
/* .steps .step .fields input :last-child {
  margin: 0 0 30px 0;
} */

.steps .cta_container {
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%;
}
.steps .cta_container button {
  width: 100%;
  
  margin-top: 12px;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  border: none;
  background: #24c6e2;
  cursor: pointer;
}
input#zipcode_go {
    width: auto;
    color: black;
    margin-left: 9px;
}
.steps .selection {
  position: relative;
  margin: 60px 0 0 0;
  padding: 0 0 10px 0;
  border-bottom: none;
}
.steps .selection input,
.steps .selection label {
  display: none;
}
.steps .selection ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.143;
}
.steps .selection ul li {
  display: block;
  font-weight: border-left;
  font-size: 18px;
  color: #1f730a;
  text-align: right;
}
.steps .selection ul li s {
  margin: 0 0 0 0;
  font-weight: normal;
  color: #727578;
}
.steps .selection ul li:last-child {
  margin: 4px 0 0 0;
  font-size: 12px;
  font-weight: 700;
  color: rgba(31, 115, 10, 0.5);
}
.steps .selection p {
  margin: 0;
  color: #212529;
  font-size: 15px;
  line-height: 18px;
}
.steps .selection p strong {
  font-size: 16px;
}



 .steps #step-2 .mobile-content {
  width: 100%;
}
 .steps #step-2 .mobile-content ul {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
}
 .steps #step-2 .mobile-content ul li {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 20px 60px;
  width: 100%;
  color: #4a4c4e;
  border-bottom: 1px solid #d1d1d1;
}
 .steps #step-2 .mobile-content ul li strong {
  display: block;
  margin: 0 0 5px 0;
  color: #000000;
}
 .steps #step-2 .mobile-content ul li img {
  position: absolute;
  top: 0;
  left: 0;
}
 .steps #step-2 .mobile-content ul li:last-child {
  margin: 0;
  border-bottom: none;
}


 .steps #step-3 .label p {
  font-size: 16px;
  line-height: 22px;
}
 .steps #step-3 .label p img {
  margin: 0 0 20px 20px;
  width: 100%;
  max-width: 80px;
  float: right;
}
 .steps #step-3 .label p:nth-child(2) {
  margin-top: 20px;
}
 .steps #step-3 .mobile-content {
  margin: 20px 0 120px 0;
  width: 100%;
}


 .steps #step-4 .fields {
  display: inline-block;
}
 .steps #step-4 .fields fieldset {
  margin: 0 20px 0 0;
  width: 80px;
  float: left;
}
 .steps #step-4 .fields fieldset label {
  font-size: 12px;
}
 .steps #step-4 .fields fieldset:first-child {
  margin: 0 0 20px 0;
  width: 100%;
  background: url("/images/cc-details.png") no-repeat top right;
}
 .steps #step-4 .fields img {
  margin: 26px 0 0 0;
  float: right;
}
 .steps #step-4 .fields p {
  display: block;
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 19px;
  width: 100%;
  float: left;
}
 .steps #step-4 .mobile-content {
  margin-top: 40px;
}
 .steps #step-4 .mobile-content p {
  margin: 0 0 20px 0;
}
 .steps #step-4 .mobile-content p:first-child {
  position: relative;
  padding: 0 0 0 50px;
}
 .steps #step-4 .mobile-content p:first-child img {
  position: absolute;
  top: 0;
  left: 0;
}
 .steps #step-4 .mobile-content b {
  color: #000000;
}
 .steps #step-4 .mobile-content small {
  font-size: 12px;
}
 .steps #step-4 .mobile-content span {
  display: block;
  margin: 0 0 10px 0; 
}
 .steps #step-4 .mobile-content span i {
  color: #ffc120;
}

@media only screen and (max-width: 767px) {
  body.form main .container .row .page-header {
    display: none;
  }
  body.form main .container .row .col-lg-8 {
    display: none;
  }
  body.form main .container .row .col-lg-4 .details {
    display: none;
  }
  body.form main .container .row .col-lg-4 .selection {
    width: 100%;
    margin: 0;
    padding: 10px 15px 10px 15px;
    border-bottom: 2px solid #ddd;
    background: #fff;
  }
  body.form main .container .row .col-lg-4 .selection p {
    font-size: 14px;
  }
  body.form main .container .row .col-lg-4 .selection p strong {
    display: block;
    margin: 5px 0 0 0;
  }
  body.form main .container .row .col-lg-4 .selection p br {
    display: none;
  }
  body.form main .container .row .col-lg-4 .selection ul {
    top: 10px;
    right: 15px;
  }
  body.form main .container .row .col-lg-4 .selection ul li:first-child {
    font-weight: bold;
  }
  body.form main .container .row .col-lg-4 .cta_container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
  }
  main .container .row .col-lg-4 .step .label {
    margin: 0;
  }
  main .container .row .col-lg-4 .step .label p {
    font-size: 14px;
    line-height: 19px;
  }
  main .container .row .col-lg-4 .step .label p strong {
    font-size: 20px;
  }
  main .container .row .col-lg-4 .step .option {
    padding: 15px 0 15px 25px;
  }
  main .container .row .col-lg-4 .step .option input:checked ~ label:after {
    top: 30px;
    left: 2px;
    width: 10px;
    height: 10px;
  }
  main .container .row .col-lg-4 .step .option ul {
    top: 16px;
  }
  main .container .row .col-lg-4 .step .option ul li:first-child {
    font-weight: bold;
  }
  main .container .row .col-lg-4 .step .option label:before {
    top: 28px;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
  }
  main .container .row .col-lg-4 .step .mobile-content {
    display: inline-block;
  }
  main .container .row .col-lg-4 .cta_container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0 0 12px;
    border-top: 2px #ddd solid;
    background: #fff;
  }
  main .container .row .col-lg-4 .cta_container button {
    width: 90% !important;
    margin-left: 5% !important;
  }
  main  .row .col-lg-4 .step {
    padding: 0 5px 0 5px;
  }
  main  .row .col-lg-4 .step .fields {
    margin: 20px 0 0 0;
  }
  main  .row .col-lg-4 .step .fields label {
    font-size: 12px;
  }
  main  .row .col-lg-4 .step .fields input[name="email"] {
    margin: 0 0 20px 0;
  }
  main  .row .col-lg-4 .step .fields.focus + .mobile-content {
    display: inline-block;
  }
  main  .row .col-lg-4 .step .mobile-content {
    margin-bottom: 50px;
  }
  main  .row .col-lg-4 .step .mobile-content ul li {
    padding: 0 0 20px 50px !important;
    font-size: 14px;
    line-height: 18px;
  }
  main  .row .col-lg-4 .step .mobile-content ul li img {
    top: 13px !important;
  }
  main  .row .col-lg-4 .step .mobile-content ul li strong {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  #step2-headline,
  #step4-headline {
    margin-bottom: 20px;
  }
  #step2-fields,
  #step4-fields {
    margin-top: 0;
  }
  #step2-mobile-content p,
  #step4-mobile-content p {
    margin: 0 !important;
    padding: 5px 0 0 10px;
  }
}

#step4-mobile-content {
  margin-bottom: 50px;
}
#step4-mobile-content > ul {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
}
#step4-mobile-content > ul > li {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 20px 50px !important;
  border-bottom: 1px solid #d1d1d1;
  font-size: 14px;
  line-height: 18px;
  color: #4a4c4e;
}
#step4-mobile-content > ul > li:last-child {
  margin: 0;
  border-bottom: none;
}
#step4-mobile-content > ul > li > img {
  position: absolute;
  top: 13px;
  left: 0;
}
#step4-mobile-content > ul > li strong {
  display: block;
  margin: 0 0 5px 0;
  font-size: 13px;
  color: #000;
}

@media (max-width: 767px) {
  [data-step="4"].cta-relative {
    margin-bottom: 0;
  }
  [data-step="4"].cta-relative .cta_container {
    position: relative !important;
    width: auto !important;
    margin: 0 -15px !important;
  }
  [data-step="4"].cta-relative .cta_container > .note {
    display: block !important;
    margin: 20px;
    font-size: 12px;
    line-height: 1.5;
    color: #999999;
  }
}

.facebook-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4267b2 !important;
  font-weight: 600 !important;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
.facebook-button > i {
  margin-right: 10px;
  font-size: 22px;
}

[data-step="1"].fb-connect-v2 #submit_button {
  display: none;
}

[data-step="3"].fb-connect-v2 .facebook-button,
[data-step="4"].fb-connect-v2 .facebook-button {
  display: none;
}

.or {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 15px 0;
}
.or:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #eeeeee;
  transform: translateY(-50%);
}
.or > span {
  position: relative;
  background-color: #ffffff;
  font-size: 14px;
  display: inline-block;
  padding: 0 10px;
}

footer .container {
  margin-top: 30px;
  background: #fff;
}
footer .container:last-child {
  background: none;
}
footer .container:last-child .row .col-12 {
  padding-bottom: 20px;
  text-align: center;
}
footer .container:last-child .row .col-12 ul {
  width: 100%;
  text-align: center;
}
footer .container:last-child .row .col-12 ul li {
  display: inline-block;
  margin: 0 0 0 0;
  font-weight: bold;
}
footer .container:last-child .row .col-12 ul li:after {
  margin: 0 0 0 4px;
  content: "•";
}
footer .container:last-child .row .col-12 ul li a {
  color: #000;
}
footer .container:last-child .row .col-12 ul li:last-child:after {
  content: none;
}
footer .container:last-child .row .col-12 span {
  font-weight: bold;
  color: #000;
}
footer .container .row .col-lg-12 {
  margin-top: 10px;
  text-align: center;
}
footer .container .row .col-lg-12 h1 {
  font-weight: 1000;
  font-size: 30px;
  color: #2fb6cc;
}
footer .container .row .col-lg-12 p {
  font-size: 20px;
  font-weight: bold;
}
footer .container .row .col-lg-12 img {
  max-width: 100%;
}

@media only screen and (max-width: 766px) {
  footer {
    padding-bottom: 80px;
  }
  footer .container .row .col-lg-12 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .container:last-child .row .col-12 ul {
    display: none;
  }
}

.modal {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
}
.modal .row {
  display: table-cell;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
}
.modal .row .content {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 750px;
  max-height: 100vh;
  background: #fff;
  border: 1px solid #ddd;
  overflow: auto;
}
.modal .row .content:before {
  content: none;
}
.modal .row .content .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal .row .content .close-btn:before {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/btn-close.svg") no-repeat center center/cover;
  content: "";
}
.modal .row .content .details {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.modal .row .content .details h2 {
  margin: 40px 40px 20px 40px;
  font-weight: 600;
  font-size: 18px;
  color: black;
}
.modal .row .content .details p,
.modal .row .content .details ul li {
  line-height: 22px;
}
.modal .row .content .details ul {
  margin: 10px 0 20px 0;
  padding: 0 0 0 20px;
}
.modal .row .content .details .copy {
  padding: 0 40px 0 40px;
  width: 50%;
  float: left;
}
.modal .row .content .details .images {
  padding: 0 40px 0 40px;
  width: 50%;
  text-align: right;
  float: left;
}
.modal .row .content .details .images img {
  margin-bottom: 20px;
}
.modal .row .content .details .images img:last-child {
  margin-bottom: 0;
}
.modal .row .content .details .highlight {
  margin: 20px 0 0 0;
  padding: 40px;
  width: 100%;
  background: #f2f2f2;
  float: left;
}
.modal .row .content .details .highlight h2 {
  margin: 0 0 20px 0;
}
.modal .row .content .membership {
  padding: 40px;
  width: 100%;
  text-align: left;
}
.modal .row .content .membership h2 {
  margin: 0 0 20px 0;
  font-weight: 600;
  font-size: 18px;
  color: black;
}
.modal .row .content .membership fieldset {
  margin: 0 0 10px 0;
  width: 100%;
}
.modal .row .content .membership fieldset label {
  width: 100%;
}
.modal .row .content .membership fieldset input {
  width: 100%;
  max-width: 80px;
  min-height: 30px;
  line-height: 30px;
  border: 1px solid #d1d1d1;
}
.modal .row .content .membership fieldset button {
  width: 100%;
  max-width: 150px;
  min-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  text-transform: uppercase;
  background: #24c6e2;
  border: 2px #24c6e2 solid;
}
.modal .row .content .membership p {
  line-height: 22px;
}
.modal .row .content .reviews {
  padding: 40px;
  width: 100%;
  text-align: left;
}
.modal .row .content .reviews h2 {
  font-weight: 600;
  font-size: 18px;
  color: black;
}
.modal .row .content .reviews span {
  display: block;
  font-size: 14px;
  color: #727578;
  line-height: 20px;
}
.modal .row .content .reviews span i {
  color: #ffc120;
}
.modal .row .content .reviews ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.modal .row .content .reviews ul li {
  display: inline-block;
  margin: 20px 0 0 0;
  width: 100%;
  font-size: 14px;
  color: #727578;
  line-height: 20px;
}
.modal .row .content .reviews ul li p:first-child {
  position: relative;
  margin: 0 0 8px 0;
  padding: 0 0 0 50px;
}
.modal .row .content .reviews ul li p:first-child img {
  position: absolute;
  top: 0;
  left: 0;
}
.modal .row .content .reviews ul li b {
  color: #000000;
}
.modal .row .content .reviews ul li small {
  font-size: 12px;
}
.modal .row .content .reviews ul li span {
  display: block;
}
.modal .row .content .reviews a:last-child {
  color: #0081e3;
}

.open-modal.modal {
  display: table;
}
.open-modal.modal .row {
  opacity: 1;
}

.fc_answer {
  font-size: 13px;
  margin-top: -0.5rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.progress-tracker {
  display: flex;
  align-items: center;
  margin: 30px auto 50px;
}
@media (max-width: 767px) {
  .progress-tracker {
    width: 100%;
    margin: 0 0 40px;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .progress-tracker {
    margin: 0 auto 50px;
  }
}
.progress-tracker > .item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #b2b2b2;
  cursor: default;
}
@media (max-width: 767px) {
  .progress-tracker > .item {
    flex: 1 0;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .progress-tracker > .item {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .progress-tracker > .item {
    font-size: 16px;
  }
}
.progress-tracker > .item:after {
  content: "";
  background-color: #b2b2b2;
}
@media (max-width: 767px) {
  .progress-tracker > .item:after {
    width: 100%;
    height: 5px;
    border-radius: 3px;
    margin-top: 7px;
  }
}
@media (min-width: 768px) {
  .progress-tracker > .item:after {
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    width: 16px;
    height: 2px;
  }
}
@media (min-width: 992px) {
  .progress-tracker > .item:after {
    width: 20px;
    right: -35px;
  }
}
@media (min-width: 768px) {
  .progress-tracker > .item:last-child:after {
    display: none;
  }
}
.progress-tracker > .item > i {
  margin-right: 10px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .progress-tracker > .item > i {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .progress-tracker > .item > i {
    display: none;
  }
}
.progress-tracker > .item + .item {
  margin-left: 12px;
}
@media (min-width: 768px) {
  .progress-tracker > .item + .item {
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .progress-tracker > .item + .item {
    margin-left: 50px;
  }
}
/* [data-step="1"] .progress-tracker {
  display: none;
} */
[data-step="2"] .progress-tracker > .item:nth-of-type(-n + 2) {
  font-weight: 600;
  color: #24c6e2;
  cursor: pointer;
}
[data-step="2"] .progress-tracker > .item:nth-of-type(-n + 2):after {
  background-color: #24c6e2;
}
[data-step="3"] .progress-tracker > .item:nth-of-type(-n + 3) {
  font-weight: 600;
  color: #24c6e2;
  cursor: pointer;
}
[data-step="3"] .progress-tracker > .item:nth-of-type(-n + 3):after {
  background-color: #24c6e2;
}
[data-step="4"] .progress-tracker > .item:nth-of-type(-n + 4) {
  font-weight: 600;
  color: #24c6e2;
  cursor: pointer;
}
[data-step="4"] .progress-tracker > .item:nth-of-type(-n + 4):after {
  background-color: #24c6e2;
}

.page-caption {
  background-color: #fccf27 !important;
  color: #430a37 !important;
}
h1,
h2,
h3,
h4 {
  color: #430a37 !important;
}
.steps .cta_container button {
  background-color: #fecd2a !important;
  color: #430a37 !important;
}
.table-chart > thead th {
  background-color: #fccf27 !important;
  color: #430a37;
}
.table-chart > tbody th {
  background-color: #e3b923 !important;
  color: #430a37;
}
.table-chart > thead th:empty {
  background-color: transparent !important;
}
.table-chart > tbody > tr:nth-of-type(odd) > td {
  background-color: #ffe692 !important;
}
.table-chart > tbody > tr:nth-of-type(even) > td {
  background-color: #ffcf27 !important;
}
.how-it-works > .item > .number {
  background-color: #ffcf27 !important;
}
.list-icons > li a {
  color: #430a37 !important;
}
.list-icons.check > li {
  background-image: url("../images/check-yellow.png") !important;
}
[data-step="2"] .progress-tracker > .item:nth-of-type(-n + 2) {
  color: #430a37 !important;
}
[data-step="2"] .progress-tracker > .item:nth-of-type(-n + 2):after {
  background-color: #fecd2a !important;
}
[data-step="3"] .progress-tracker > .item:nth-of-type(-n + 3) {
  color: #430a37 !important;
}
.step3-details > .main > ul > li:last-child {
  color: #430a37 !important;
}
[data-step="3"] .progress-tracker > .item:nth-of-type(-n + 3):after {
  background-color: #fecd2a !important;
}
[data-step="4"] .progress-tracker > .item:nth-of-type(-n + 4) {
  color: #430a37 !important;
}
[data-step="4"] .progress-tracker > .item:nth-of-type(-n + 4):after {
  background-color: #fecd2a !important;
}
.payment-section.active > .payment-section-heading {
  color: #430a37 !important;
}
.payment-section.active {
  border-color: #fecd2a !important;
}
.container[data-step="1"] .steps .cta_container .ordersummary {
  display: none !important; /*fixing mysterious bug where order summary is being displayed on step 1*/
}
.appointment {
  margin-top: 9px;
  text-align: center;
  font-style: italic;
  @media screen and (min-width: 540px) {
    margin-bottom: 9px;
  }
}
.cta_container {
  @media screen and (min-width: 768px) {
    margin-top: 5px;
  }
}
[data-step="2"] .details.video,
[data-step="3"] .details.video,
[data-step="4"] .details.video {
  display: block !important;
  padding-top: 0;
}
[data-step="2"] .details.video video,
[data-step="3"] .details.video video,
[data-step="4"] .details.video video {
  display: none;
}
#step-1 > .highlighted-option:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 22px);
  height: calc(100% + 3px);
  border: 5px solid #1f730a;
  opacity: 1;
}
#step-1 > .option:nth-of-type(5):after {
  content: "Most Popular";
  position: absolute;
  top: calc(-7.5px - 3px);
  left: -2px;
  background: #fecd2a;
  color: #000;
  font-weight: 900;
  font-size: 13px;
  padding: 6px 8px;
}
@media screen and (max-width: 440px) {
  #maincontainer .page-caption strong {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .clean51 .page .page-inner .details.video {
    padding: 0 !important;
  }
}
.clean51-hidden {
  display: none;
}
.clean51-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
.clean51-carousel-slide {
  /* display: none; */
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  width: 100%;
}
/* .clean51-carousel-slide:nth-of-type(1) {
  z-index: 3;
}
.clean51-carousel-slide:nth-of-type(2) {
  z-index: 2;
}
.clean51-carousel-slide:nth-of-type(3) {
  z-index: 1;
}
.clean51-carousel-slide:nth-of-type(4) {
  z-index: 0;
}
.clean51-carousel-slide-end {
  z-index: 4 !important;
} */
.clean51-carousel-slide-active {
  display: block;
}
.clean51-carousel-slide-hiding {
  position: absolute;
  opacity: 0;
}
.clean51-carousel-slide img {
  width: 100%;
  height: auto;
}
.clean51-carousel-slide img.clean51-carousel-slide-desktop-img {
  display: none;
}
.clean51-carousel-slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #780000;
  font-weight: bold;
  text-align: center;
  background-color: #fecd2a;
  width: 100%;
  height: auto;
  min-height: 104px;
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clean51-carousel-slide-content-quote {
  font-size: 0.9rem;
  line-height: 16px;
}
.clean51-carousel-slide-content-user {
  font-size: 8px;
  margin-top: 5px;
}
.clean51-carousel-slide-content-stars {
  font-size: 12px;
  color: black;
  margin-bottom: 5px;
}
@media only screen and (min-width: 375px) {
  .clean51-carousel-slide-content {
    min-height: 126px;
    padding: 16px;
  }
  .clean51-carousel-slide-content-quote {
    font-size: 1.2rem;
    line-height: 20px;
  }
  .clean51-carousel-slide-content-user {
    font-size: 10px;
  }
}
@media only screen and (min-width: 425px) {
  .clean51-carousel-slide-content {
    min-height: 144px;
    padding: 18px;
  }
  .clean51-carousel-slide-content-quote {
    font-size: 1.25rem;
    line-height: 24px;
  }
  .clean51-carousel-slide-content-user {
    font-size: 12px;
  }
}
@media only screen and (min-width: 550px) {
  .clean51-carousel-slide-content {
    min-height: 193px;
    padding: 26px;
  }
  .clean51-carousel-slide-content-quote {
    font-size: 1.75rem;
    line-height: 30px;
  }
  .clean51-carousel-slide-content-user {
    margin-top: 10px;
  }
  .clean51-carousel-slide-content-stars {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .clean51-carousel {
    height: 256px;
  }
  .clean51-carousel-slide {
    position: absolute;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  }
  .clean51-carousel-slide-hiding {
    opacity: 1;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .clean51-carousel-slide img {
    height: auto;
  }
  .clean51-carousel-slide img.clean51-carousel-slide-desktop-img {
    display: block;
  }
  .clean51-carousel-slide img.clean51-carousel-slide-mobile-img {
    display: none;
  }
  .clean51-carousel-slide-content {
    position: absolute;
    text-align: left;
    color: #444444;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    bottom: 0;
    width: 37%;
    height: 100%;
    padding: 15px;
  }
  .clean51-carousel-slide-content-quote {
    font-size: 0.85rem;
    line-height: 16px;
  }
  .clean51-carousel-slide-content-user {
    font-size: 8px;
    margin-top: 8px;
  }
  .clean51-carousel-slide-content-stars {
    color: #424242;
    font-size: 8px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .clean51-carousel {
    height: 400px;
  }
  .clean51-carousel-slide-content {
    padding: 25px;
  }
  .clean51-carousel-slide-content-quote {
    font-size: 1.5rem;
    line-height: 28px;
  }
  .clean51-carousel-slide-content-user {
    font-weight: 600;
    font-size: 12px;
    margin-top: 15px;
  }
  .clean51-carousel-slide-content-stars {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .clean51-carousel {
    height: 475px;
  }
  .clean51-carousel-slide-content-quote {
    font-size: 1.75rem;
    line-height: 32px;
  }
  .clean51-carousel-slide-content-user {
    font-weight: bold;
    font-size: 14px;
  }
}
.clean51-reviews {
  color: #727578;
  font-size: 14px;
  margin-top: 40px;
}
.clean51-reviews-modal .reviews .reviewmodalheader h2 {
  font-weight: bolder;
}
.clean51-reviews-modal .reviews .reviewmodalheader span {
  display: none !important;
}
.clean51-reviews-modal .reviews > p {
  display: inline-block;
  margin: 0;
  padding: 10px;
  width: 100%;
  background: #f6f7f8;
}
.clean51-reviews-modal .reviews > p i {
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #53a318;
  border-radius: 20px 20px;
  float: left;
}
.clean51-reviews-modal .reviews > p b {
  font-weight: bolder;
  display: block;
}
.clean51-reviews-modal .reviews > p br {
  display: none;
}
.clean51-reviews-modal ul li p:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #727578;
  padding-left: 0 !important;
}
.clean51-reviews-modal ul li p:first-child > br,
.clean51-reviews-modal ul li p:first-child small {
  display: none;
}
.clean51-reviews-modal ul li p:first-child b {
  font-size: 13px;
  font-weight: 400;
}
.clean51-reviews-modal ul li p:first-child .initial_box {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  background: #f6f7f8;
  border-radius: 15px 15px;
}
.clean51-reviews-modal h2 {
  color: black !important;
}
.clean51-reviews > p {
  display: inline-block;
  margin: 0;
  padding: 10px;
  width: 100%;
  background: #f6f7f8;
}
.clean51-reviews > p i {
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #53a318;
  border-radius: 20px 20px;
  float: left;
}
.clean51-reviews > p b {
  margin: 0 0 5px 0;
}
.clean51-reviews h2 {
  color: black !important;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dddddd;
}
.clean51-reviews > span {
  display: block;
}
.clean51-reviews i.fa-star {
  color: #ffc120 !important;
}
.clean51-reviews ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
}
.clean51-reviews ul li + li {
  margin-top: 20px;
}
.clean51-reviews ul p:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #727578;
  margin-bottom: 10px;
}
.clean51-reviews ul p:first-child > br,
.clean51-reviews ul p:first-child small {
  display: none;
}
.clean51-reviews ul p:first-child b {
  font-size: 13px;
  font-weight: 400;
}
.clean51-reviews ul p:first-child .initial_box {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  background: #f6f7f8;
  border-radius: 15px 15px;
}
.clean51-reviews ul p span {
  display: block;
}
.clean51-reviews ul p span small {
  font-size: 12px;
}
.clean51 .page .page-inner .main-content .step3-details {
  display: none;
}
/*
         .steps > .details {
         padding-top: 0px !important;
         margin-top: 0px !important;
         }*/
@media only screen and (max-width: 767px) {
  .clean66 .cta_container > .option.ordersummary.selection p br {
    display: block !important;
  }
  .clean66 .cta_container > .option.ordersummary.selection p strong {
    display: inline !important;
  }
}
@media only screen and (min-width: 768px) {
  .clean66 .progress-tracker + div .details {
    padding-bottom: 15px !important;
  }
  .clean66 #step-4 > .label {
    margin-top: 15px !important;
  }
  .clean66 #step-4 .payment-section {
    margin-top: 15px !important;
  }
  .clean66 #step-4 .payment-section .payment-section-heading {
    margin-bottom: 0 !important;
  }
  .clean66 #step-4 .payment-section .fields {
    margin-top: 0 !important;
  }
  .clean66 #step-4 .payment-section .fields fieldset:first-of-type {
    margin-bottom: 15px !important;
  }
  .clean66 #step-4 .payment-section .fields > img {
    margin-top: 15px !important;
  }
  .clean66 .cta_container {
    position: relative !important;
  }
  .clean66 .cta_container .option.ordersummary.selection {
    margin-top: 15px !important;
    padding-bottom: 0px !important;
  }
  .clean66 .cta_container .clean66-desktop-voucher .option[class*="option_"] {
    padding: 20px 0 20px 30px !important;
  }
}
.clean66-edit {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  color: #a5a5a5;
  margin-left: 5px;
}
.clean66-edit svg {
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .clean66-desktop-voucher {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.12549));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.12549));
    top: 140%;
    width: 115%;
    left: -7.5%;
    padding: 0px 15px;
    position: absolute;
    background-color: white;
  }
  .clean66-desktop-voucher::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 10px solid white;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid white;
    z-index: -1;
  }
}
.clean66-desktop-voucher .clean66-desktop-voucher #step-1-edit > .label {
  display: none;
}
.clean66-desktop-voucher #step-1-edit .option.option_6 {
  border-bottom: none !important;
}
@media only screen and (max-width: 767px) {
  .clean66-desktop-voucher #step-1-edit {
    padding: 15px 30px;
  }
}
.clean66-email {
  margin-top: 20px;
}
.clean66-email div:first-child {
  font-weight: bold;
  margin-bottom: 5px;
}
.clean66-email-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.clean66-email input {
  border: 1px solid gray;
  border-radius: 2px;
  outline: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 5px;
}
.clean66-email input.clean66-invalid {
  border: 1px solid red;
}
.clean66-email input:disabled {
  opacity: 0.75;
}
.clean66-email-error {
  margin-top: 5px;
  font-weight: bold;
  color: red;
}
.clean66-email-success {
  margin-top: 5px;
  font-weight: bold;
  color: #1f730a;
}
.clean66-email button {
  border: none;
  background-color: transparent;
  font-family: inherit;
  outline: none;
}
.clean66-email button:last-child {
  background-color: #33a6f8;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  margin-left: 10px;
  cursor: pointer;
}
.clean66-hidden {
  display: none;
}
#step-1-edit > .highlighted-option:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 22px);
  height: calc(100% + 3px);
  border: 5px solid #1f730a;
  opacity: 1;
}
#step-1-edit > .option:nth-of-type(5):after {
  content: "Most Popular";
  position: absolute;
  top: calc(-7.5px - 3px);
  left: -2px;
  background: #fecd2a;
  color: #000;
  font-weight: 900;
  font-size: 13px;
  padding: 6px 8px;
}
.clean13-v1-cta {
  transition: transform 150ms ease-in-out;
}
.clean13-no-display {
  display: none;
}
.clean13-hidden {
  transform: translateY(100%);
}
.clean13-page-caption-new-bg {
  background-color: #fccf27 !important;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 1200px) {
  .clean13-page-caption-new-bg {
    left: -50px;
    width: calc(100% + 100px);
  }
}
@media only screen and (max-width: 1199px) {
  .clean13-page-caption-new-bg {
    left: -30px;
    width: calc(100% + 60px);
  }
}
@media only screen and (max-width: 990px) {
  .clean13-page-caption-new-bg {
    left: -20px;
    width: calc(100% + 40px);
  }
}
@media only screen and (max-width: 575px) {
  .clean13-page-caption-new-bg {
    left: -15px;
    width: calc(100% + 30px);
  }
}
.clean13-added-text {
  margin: 30px 0;
}
.clean13 header {
  padding: 0 !important;
}
.clean13 header div {
  justify-content: center;
  background-color: #fff;
  padding: 18px 0;
}
.clean13 .page.container {
  padding-top: 0;
}
.clean13 .page-caption {
  margin: 0 !important;
}
.clean13 .progress-tracker {
  padding-top: 25px;
}
.clean13 .page-header {
  position: relative;
  padding: 100px 0;
  margin-bottom: 25px;
}
.clean13 .page-header .row > div {
  flex-grow: 1;
  max-width: none;
  margin: 0;
}
.clean13 .page-header .row > div h1 {
  font-size: 50px;
  font-weight: 600;
}
.clean13 .page-header .bg-image {
  background-image: url("../images/clean13bckg.png");
  background-size: cover;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 1200px) {
  .clean13 .page-header .bg-image {
    left: -35px;
    width: calc(100% + 70px);
  }
}
@media only screen and (max-width: 1199px) {
  .clean13 .page-header .bg-image {
    left: -15px;
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 990px) {
  .clean13 .page-header .bg-image {
    left: -5px;
    width: calc(100% + 10px);
  }
.zip_feild {
    display: flex;
    justify-content: center;
}

}
@media only screen and (max-width: 575px) {
  .clean13 .page-header .bg-image {
    left: 0;
    width: 100%;
  }
}
.clean13 .page-header .clean13-valid-zip {
  background-color: #fff;
  width: fit-content;
  margin: auto;
  padding: 20px;
  border-radius: 5px;
  margin-top: 30px;
  min-width: 35%;
}
.clean13 .page-header .clean13-valid-zip span {
  font-size: 1.25rem;
  display: block;
  font-weight: 600;
  color: #33a6f8;
}
.clean13 .page-header .clean13-valid-zip button {
  padding: 10px !important;
  margin-top: 10px !important;
}
.clean13 .page-header p {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.clean13 .page-header p .clean13-valid-zip button,
.clean13 .page-header p > button {
  background-color: #33a6f8;
  color: #fff;
  border: none;
  display: block;
  padding: 15px 60px;
  margin: 30px auto 0;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
}
.clean13 .page-header p label {
  position: relative;
  display: flex;
  justify-content: center;
}
.clean13 .page-header p label input {
  width: 180px;
  margin-right: 15px;
  border: 2px solid #33a6f8;
  outline: 0;
  padding: 3px 10px;
  border-radius: 3px;
}
.clean13 .page-header p label button {
  background-color: #33a6f8;
  color: #fff;
  border: none;
  outline: 0;
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.clean13 .page-header p label .error {
  font-size: 1.5rem;
  position: absolute;
  color: red;
  top: calc(100% + 5px);
}
@media (min-width: 768px) {
  .sticky-top-desktop-only {
    height: 1400px !important;
  }
}
.steps-bar {
    color:#430a37 !important;
    font-weight: 600;
}
.steps-bar::after {
    background-color: #fecd2a !important;
}