html {
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif !important;
}

p {
  color: #545a61;
}

.three-steps {
  background-color: #ffffff;
  border-radius: 20px;
}

body h1,
h2,
h3 {
  color: black;
}

.par-text h1 {
  color: white;
}

.btn {
  font-size: 1em;
  padding: 5px 20px;
}
.stepwizard-step p {
  margin-top: 10px;
}
.special-card {
  padding: 35;
  box-shadow: #00000014 1px 1px 8px 1px;
  border-top: solid 0.5rem #285dff;
  border-radius: 20px;
}
.button-house {
  width: 100%;
}
.faq-desc {
  font-size: 18px;
}
#prevBtn {
  width: 100%;
  max-width: 275px;
  padding: 10px 0px;
  border: none;
  border-radius: 0.3em;
  margin-top: 40px;
}
#nextBtn {
  margin-top: 20px;
  width: 100%;
  max-width: 275px;
  padding: 10px 0px;
  border: none;
  border-radius: 0.3em;
  background-color: #285dff;
  color: #fff;
}
.stepwizard-row {
  display: table-row;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}
.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  /*z-order: 0;*/
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
textarea {
  resize: none;
}
.form-input-error-msg {
  display: none;
  padding: 4px 0;
  margin-bottom: 5px;
  color: #ed7575;
  font-weight: bold;
  font-size: 0.8em;
  overflow: hidden;
}
.form-input-error-msg.show-error {
  display: block;
}
.alert.form-input-error-msg {
  padding: 4px;
  margin-bottom: 5px;
  color: #a94442;
  font-weight: bold;
}
.form-input-error-msg span.error-empty,
.form-input-error-msg span.error-wrong {
  display: none;
}
.form-input-error-msg span.error-empty.show-error,
.form-input-error-msg span.error-wrong.show-error {
  display: inline-block;
}

.error {
  border-color: red;
}

.btn-circle {
  margin-right: 10px;
  margin-top: -5px;
}
#pr-lead-form {
  width: 100%;
  margin: 0;
  font-family: Inter UI, sans-serif;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
  border-radius: 13px;
  padding: 5% 3%;
}
.progress {
  height: 6px;
  width: 100%;
}
.progress-bar {
  background-color: #008ec7;
}
div.form-wrapper {
  width: 80%;
  max-width: 450px;
  margin: auto;
}
.setup-content {
  padding: 20px;
}
.setup-content .btn-group {
  width: 100%;
}
.promo-header {
  position: relative;
  padding: 1.5rem 0 3rem;
  /* text-align: center; */
}
.promo-header__images {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0.5;
}

.promo-header__image {
  position: absolute;
  bottom: 1px;
  left: 50%;
}

.promo-header__image_1 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  height: calc(100% - 2rem);
}
.promo-header__image_2 {
  height: calc(100% - 2rem);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.promo-header__images:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 250, 250, 0)), to(#f8fafa));
  background: linear-gradient(rgba(248, 250, 250, 0), #f8fafa);
}
.formDiv {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}
.promo-header__form-container {
  position: relative;
  width: 100%;
  max-width: 24rem;
  margin: auto;
  z-index: 1;
  box-sizing: border-box;
}
.promo-header__form-border {
  border-radius: 1rem;
  box-shadow: 0 32px 64px rgba(0, 38, 66, 0.11);
  background: -webkit-gradient(linear, left bottom, left top, from(#178cb6), to(#21b2e6));
  background: linear-gradient(0deg, #fff, #fff);
  padding: 0.375rem;
}

.promo-header__logo {
  height: 3.5rem;
  margin: 0 auto 1.5rem;
}
body.form-filling {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
.form-labels {
  font-size: 16px;
  font-weight: 700;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: red;
}
.container .img-responsive {
  width: 100%;
}

.ftext .title {
  font-size: 20px;
  line-height: 28px;
}
.ftext .text {
  margin-top: 0.5rem;
}
.ftext .text {
  font-size: 14px;
  line-height: 22px;
}

.promo-header__title {
  margin: auto;
  max-width: 64rem;
  font-size: 40px;
  line-height: 2.5rem;
  font-weight: 700;
  color: rgba(0, 7, 20, 0.84);
}
.promo-header__container {
  position: relative;
}

.btn-success {
  color: #fff;
  background-color: #368ae4;
  border-color: #368ae4;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #368ae4;
  border-color: #368ae4;
}

.btn-outline-success {
  color: #696969;
  border-color: #368ae4;
}

.btn-success:hover {
  color: #fff;
  background-color: #285dff;
  border-color: #285dff;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #368ae4;
  border-color: #368ae4;
  box-shadow: none;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #285dff;
  border-color: #285dff;
}
form h4 {
  margin-bottom: 25px;
  font-size: 23px;
}

.btn-group {
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.form-box {
  margin-top: 15px;
  margin-bottom: 25px;
  width: 100%;
}

/* Style the form */
#regForm {
  background-color: #ffffff;
  width: 100%;
  padding: 0px 20px;
  padding-bottom: 50px;
  /* min-height: 450px; */
}

/* Style the input fields */
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Mark input boxes that gets an error on validation, even when in focus: */
input.invalid:focus {
  background-color: #ffdddd;
}

/* Mark select boxes that gets an error on validation: */
select.invalid {
  background-color: #ffdddd;
}

/* Mark select boxes that gets an error on validation, even when in focus: */
select.invalid:focus {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4caf50;
}

#nextBtn:hover {
  cursor: pointer;
  background-color: #2576d7;
}

#prevBtn:hover {
  cursor: pointer;
}

input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

small {
  font-size: 17px;
}

#navigator {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: #00000040 0px 1px 3px 0px;
}

#navigator .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 720px) {
  #navigator {
    border-bottom: 1px solid #ccc;
  }
  .col-fill-left {
    display: none;
  }
}

#navigator a {
  font-size: 14px;
}

.parallax {
  /* The image used */
  background-image: url("imgs/hero/yoga.jpg");

  /* Set a specific height */
  height: auto;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.par-text {
  margin-top: 50px;
}

.btn-outline-secondary {
  color: #fff;
  background-color: #ffd006;
  border-color: #ffd006;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ffdc48;
  border-color: #ffdc48;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ffd006;
  border-color: #ffd006;
}

.fdb-block .fdb-touch {
  border-top: solid 0.5rem #285dff;
  z-index: 2;
}
.cards-inside {
  overflow: hidden;
}
.cards {
  height: 250px;
}
.cards:hover {
  -moz-box-shadow: 0 0 15px #329ef7;
  -webkit-box-shadow: 0 0 15px #329ef7;
  -o-box-shadow: 0 0 15px #329ef7;
  border-radius: 25px;
  transform: scale(1.05);
  transition: 0.7s;
}

.hideMe {
  display: none;
}
.hero-bg {
  /* background-image: url("../imgs/hero/mountains.jpg"); */
  min-height: 600px;
  background: linear-gradient(180deg, #b4c7fc, #5280f7 77.08%, #4450dd) 0 100%;
}
.processing-bg {
  background-color: #f5faff;
}
.inter-bg {
  background-color: #fff8f8;
}
.inter-fdb-touch {
  border-top: solid 0.5rem #ff6767 !important;
}
#processingSection {
  margin-top: 35px;
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: dodgerblue;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.termsLanguage {
  text-align: justify !important;
}

.learn-more-btn {
  cursor: pointer;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
  }
}
input[type="checkbox"]:hover {
  cursor: pointer;
}

.welcome-banner h1 {
  color: #fff;
  text-align: left;
}

.splash-left {
  padding-left: 10%;
  padding-top: 6.5%;
  color: #fff;
}

.splash-left h1 {
  font-size: 5.5em;
  line-height: 1em;
  font-family: Calibri;
}

.info-pill span {
  background-color: dodgerblue;
  color: #fff;
  font-size: 1.2em;
  font-family: Calibri;
  border-radius: 12px;
}

.info-pill span img {
  max-height: 1em;
}

.info-pill strong {
  color: #a7ff0e;
}

.check-section {
  background-color: #f0f2f3;
  padding-top: 0px;
}

.check-section p {
  margin-top: -15px;
  font-weight: lighter;
}

.check-section i {
  color: #368ae4;
}

.btn-primary {
  color: #fff;
  background-color: #285dff;
  border-color: #285dff;
  border-radius: 5px;
  font-weight: 900;
  letter-spacing: 0.01em;
  font-family: "Montserrat", sans-serif;
  padding: 15px 20px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3e6fff;
  border-color: #3e6fff;
}

ul li {
  color: #8892a0;
}

.customer-quotes {
  font-size: 1.3em;
}

.reviews {
  background-color: #f3f3f3;
  padding-bottom: 0px;
  position: relative;
}

.reviews img {
  position: absolute;
  bottom: 0;
  height: 100%;
}

.vertical-center {
  margin-top: 25px;
  padding-bottom: 20px;
}

.faq-sec {
  margin-top: 30px;
  margin-bottom: 30px;
}
.containMe {
  max-width: 70%;
}

.heroText {
  color: #fff;
}

.heroText h1 {
  font-size: 4em;
  text-align: left;
  line-height: 1em;
}

.heroText h3 {
  font-size: 2em;
  font-weight: lighter;
  text-align: left;
}

.security-pill {
  background-color: #818181;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}
.parallax {
  /* The image used */
  background-image: url(../imgs/hero/yoga.jpg);

  /* Set a specific height */
  height: auto;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.opt-in {
  font-size: 0.9em;
  margin-bottom: -0.45em;
  text-align: justify !important;
}

.gender-select {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.gender-select h2 {
  font-size: 30px;
}

.gender-select label {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 350px;
  align-self: center;
  font-size: 18px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #424242;
}

.dob-tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding-bottom: 50px;
}

.dob-tab h2 {
  font-size: 30px;
}

.dob-tab p {
  max-width: 350px;
  text-align: justify;
  align-self: center;
}

.dob-button {
  width: 350px;
  align-self: center;
  height: 60px;
  color: white;
  background-color: #285dff;
  border: none;
  border-radius: 5px;
  font-weight: 900;
  letter-spacing: 0.01em;
  font-family: "Montserrat", sans-serif;
}

.dob-button:hover {
  cursor: pointer;
  background-color: #3969fb;
}

.dob-inputs {
  align-self: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 350px;
}

.dob-inputs input {
  border-radius: 5px;
}

.form-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-cta-btn {
  align-self: center;
  justify-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  background-color: rgb(232, 232, 232);
  width: 350px;
  height: 60px;
  border-radius: 5px;
}

.form-cta-btn:hover {
  cursor: pointer;
  background-color: rgb(213, 213, 213);
}

.form-cta-btn a {
  color: black !important;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding-right: 20px;
}

.form-cta-btn img {
  height: 50px;
}

#skip-btn {
  margin-top: 24px;
  text-decoration: underline;
}

#skip-btn a:hover {
  cursor: pointer;
}

#stackedVendors {
  display: none;
}
#getStartedButton {
  display: none;
}

#hero-tag {
  text-align: left;
}

.card-spacer {
  display: none;
}

.birthdate-label {
  font-size: 0.85em;
}

.header-logo img {
  height: 60px;
}

.cta-border {
  border: black solid 2px;
  border-radius: 5px;
  width: fit-content;
  padding: 0px 40px;
}

@media (max-width: 767px) {
  #form-header {
    font-size: 24px;
  }
  #fe-header {
    font-size: 24px;
  }
  #fe-call {
    font-size: 22px;
  }
  #fe-call i {
    font-size: 24px !important;
  }
  .header-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cta-cont h2 {
    font-size: 20px !important;
  }
  .cta-cont p {
    font-size: 15px;
    padding-top: 5px;
  }
  .cta-cont i {
    display: none;
  }
  .cta-cont {
    justify-content: center;
    gap: 0px !important;
    padding-right: 5px;
  }
  .right-button {
    font-size: 12px;
  }
  .hero-bg {
    min-height: 500px;
  }
  #stackedVendors {
    display: block;
  }
  #horizontalVendors {
    display: none;
  }
  .promo-header {
    padding-top: 2rem;
    background-size: cover;
    background-image: url("img/img-5.jpg");
  }
  .promo-header__images {
    top: -1rem;
    height: 50%;
    opacity: 0.25;
  }
  .promo-header__form-border {
    border: none;
  }
  .form-box {
    margin-top: 0;
    margin-bottom: 0;
  }
  #sticky-button {
    display: none;
  }
  .containMe {
    max-width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  #formOnly {
    margin-left: 0px;
    max-width: 100%;
  }
  .heroText h1 {
    font-size: 4em;
  }
  .heroText h3 {
    font-size: 2em;
    margin-bottom: 20px;
  }

  .tab h1 {
    font-size: 2em;
  }
  .navbar img {
    padding-left: 50%;
  }
  .parallax {
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: -400px 0px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .reviews-img {
    display: none;
  }
  body h1 {
    font-size: 2em;
  }
  .lead {
    font-size: 20px;
  }
  .pt-5 {
    padding-top: 1em !important;
  }
  .check-section {
    display: none;
  }
  #getStartedButton {
    display: inline-block;
  }
}

@media only screen and (max-width: 820px) {
  #hero-header {
    font-size: 2em;
    text-align: center;
  }
  #hero-description {
    font-size: 1.3em;
    text-align: center;
  }
  #hero-tag {
    text-align: center;
  }
  .customer-quote-header {
    font-size: 1.7em;
    text-align: center;
  }
  .customer-quotes {
    font-size: 1.15em;
    text-align: center;
  }
  .reviews-img {
    display: none;
  }
  #faq-header {
    font-size: 1.5em;
    text-align: center;
    margin-top: 0.5em;
  }
  #how-header {
    font-size: 1.5em;
  }
  .card-spacer {
    display: block;
    width: 1px;
    height: 26px;
  }
}

@media only screen and (max-width: 576px) {
  #security-badges {
    height: 50px;
  }
  .lead {
    text-align: justify;
  }
  .card-headers {
    font-size: 1em;
  }
  .fdb-icon {
    height: 55px;
  }
  .customer-quote-header {
    font-size: 1.7em;
    text-align: center;
  }
  .customer-quotes {
    font-size: 1.15em;
    text-align: center;
  }
  #faq-header {
    font-size: 1.75em;
    text-align: center;
    margin-top: 0.5em;
  }
  .form-labels {
    font-size: 14px;
  }
  .opt-in {
    font-size: 0.7em;
  }
  .card-spacer {
    display: block;
    width: 1px;
    height: 20px;
  }
}

.img-combo {
  display: flex !important;
  flex-direction: row;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  gap: 10px;
}

.form-flex {
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.left-input {
  width: 50%;
  height: 55px;
}

.right-button {
  width: 50%;
  color: white;
  background-color: #285dff;
  border: none;
  border-radius: 5px;
  font-weight: 900;
  letter-spacing: 0.01em;
  font-family: "Montserrat", sans-serif;
}

.right-button:hover {
  cursor: pointer;
  background-color: #2576d7;
}

.header-cta {
  display: flex;
  flex-direction: column;
}

.cta-cont {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.carriers-row {
  padding-top: 0px;
  display: flex;
  justify-content: center;
}

.carriers-row img {
  max-width: 80%;
}
