* {
    font-family: "aktiv-grotesk-extended", sans-serif;
    color: #2c2b2c;
}

.text-white {
    color: white !important;
}

.logo {
    height: 42px;
}

.text-lg {
    font-size: 18px;
}

.phone-icon {
    height: 37px;
    width: 37px;
}

.arial {
    font-family: Arial, sans-serif !important;
}

.text-sm {
    font-size: 14px;
}

.footer-top {
    background-color: #d8dfd7;
}

.text-big {
    font-size: 60px;
}

.hero {
    background: url("../images/hero.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    position: relative;
}

.logos-mobile {
    display: none;
}

.hero-flower {
    position: absolute;
    top: 0;
    right: 0;
    height: 200px;
    width: auto;
    z-index: 1;
}

.check-icon {
    height: 16px;
    width: auto;
}

.number {
    display: inline-flex;
    min-width: 32px;
    height: 32px;
    background-color: #f0bb2c;
    color: white;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.text-xl {
    font-size: 20px;
}

.yellow-shadow {
    box-shadow: 2px 2px 0px #f0bb2c;
    border-radius: 20px !important;
}

.btn-yellow {
    background-color: #f0bb2c !important;
    color: white !important;
}

.flower {
    height: 24px;
    width: 24px;
}

.z-100 {
    z-index: 100;
}

.testimonial {
    background-color: #f0f2f0;
}

.testimonial-icon {
    height: 44px;
    width: 44px;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.green-border {
    box-shadow: 2px 2px 0px #b4ccb9;
    border-radius: 0 0 10px 0;
}

.user-icon {
    height: 45px;
    margin-top: 2px;
}

.cta {
    background-color: #2c2b2c;
}

.cta-flower {
    height: 150px;
    width: auto;
    z-index: 1;
}

.icon {
    height: 50px;
}

.line {
    height: 2px;
    background-color: black;
}

.bg-warning {
    background-color: #f3bb30 !important;
}

.arrow {
    height: 50px;
}

.question-number {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1;
}

.question-number.active {
    background-color: #f3bb30;
    color: white;
}

.question-number.completed {
    background-color: #e9ecef;
    color: #6c757d;
}

.question-number.inactive {
    background-color: #e9ecef;
    color: #6c757d;
}

.btn-style {
    width: 50%;
    margin: 0 auto;
}

/* Step visibility */
.step {
    display: none !important;
    min-height: 70vh;
}

.step.active {
    display: block !important;
}

.step .hero {
    min-height: 60vh;
    padding-top: 50px;
}

.line {
    display: none
}

.legacy .col-md-6:nth-child(2n+1) .legacy-holder {
    border-right: 2px solid black;
    padding-right: 25px;
}

.legacy .col-md-6:nth-child(2n) .legacy-holder {
    padding-left: 15px;
}

table th:first-child {
    width: 70%;
}

.mobile-block {
    display: none;
}

@media screen and (max-width: 767px) {
    .logo {
        height: 32px;
    }

    .tel-text,
    .hero-flower,
    .doctor {
        display: none;
    }

    .hero-content {
        position: relative !important;
        z-index: 299;
    }

    .hero .col-md-5.my-auto {
        margin-top: 20px !important;
    }

    .container.position-relative {
        z-index: 1000 !important;
    }

    .logos-mobile {
        display: block;
    }

    .logos-large {
        display: none;
    }

    .hero {
        background: linear-gradient(#f5f6f5, white);
    }

    .cta-img-left {
        display: none;
    }

    .legacy .col-md-6:nth-child(2n+1) .legacy-holder {
        border-right: none;
        padding-right: 0;
    }

    .legacy .col-md-6:nth-child(2n) .legacy-holder {
        padding-left: 0;
    }

    .line {
        display: block;
    }

    table th:first-child {
        width: auto;
    }

    form .d-grid button {
        margin-top: 20px;
    }

    .legacy-holder {
        flex-direction: column;
        align-items: start;
        text-align: left;
        gap: 0 !important;
    }

    .mobile-block {
        display: block;
    }

    .form-again h2 {
        font-size: 24px;
    }
}

.section {
    display: none;
}

.section.active {
    display: block;
}

.error-alert, .error {
    color: red;
    font-size: 12px;
    display: block;
    margin: 3px 0;
    text-align: center;
}

#step-2,
#step-3,
#step-4,
#thank-you {
    background-color: #f9faf9;
}

.city-state-zip {
    padding: 3px 13px;
    font-size: 11px;
    color: #aba8a8 !important;
}

.qualify-icon {
    max-width: 30px;
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f3bb30;
  border-top: 2px solid #ddd;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
  padding: 10px 15px;
  z-index: 9999;
  display:none;
  padding-bottom: calc(12px + env(safe-area-inset-bottom));
  padding-bottom: calc(12px + constant(safe-area-inset-bottom)); /* fallback */  
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

#step1_state_footer {
  width: 200px;
  border: 1px solid #000;
}

.sticky-footer .btn-white {
  background: #fff;
  border: 1px solid #000;
}

@media only screen and (max-width: 767px) {
  .text-big {
    font-size:36px;
  }
  .text-xl {
    font-size: 17px;
  }  
  .fw-normal {
    font-size: 24px;
  }
}