body, button, input, textarea {
    font-family: Inter,sans-serif;
}

body {
    margin: 0;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

header {
    position: relative;
}

main {
    position: relative;
    z-index: 1;
}

.billPreview {
    text-align: center;
    font-size: 28px;
    margin: 30px 0 25px 0;
}

.rangelabels, .addressLabels {
    position: relative;
}

.rangeslider__fill {
    background: rgb(0, 191, 95);
    position: absolute;
}

.rangelabels .start {
    position: absolute;
    top: 2px;
    left: 0;
    font-weight:500;
    cursor: pointer;
 }
 .rangelabels .end {
     position: absolute;
     top: 2px;
     right: 0;
     font-weight:500;
     cursor: pointer;
  }


.addressLabels .start {
    position: absolute;
    top: 0px;
    left: 0;
    font-weight:400;
    color: rgba(0, 0, 0, 0.8);
 }
.addressLabels .end {
     position: absolute;
     top: 0px;
     right: 0;
     font-weight:400;
     cursor: pointer;
     font-size:12px;
     color: rgb(68, 122, 190);
     text-decoration: underline;
  }

  .ac_inputlabel {
    margin-bottom:5px;
    font-weight:400;
    font-size:14px;
  }

/* #js-rangeslider-0::before {
     content: "$10";
     font-size: 20px;
     font-weight: 300;
     line-height: 3.5rem;
     text-align:center;
     width:100%;
     position: absolute;
     left: -300px;
 }

#js-rangeslider-0::after {
        content: "$100";
        font-size: 20px;
        font-weight: 300;
        line-height: 3.5rem;
        text-align:right;
        width:100%;
        position: absolute;
        right: 0;
} */

.hidden {
    display: none;
}

.navbar {
    padding: 20px 0 25px;
}

.popup_hero_section {
    margin-top:50px;
}

/* .pagebody::before {
    content: "";
    width: 100%;
    height: 410px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fafafb;
} */

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.previous {
    margin-top:15px;
}
.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top:-15px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
}

.site_footer {
    margin-top:15%;
}

 @-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.spinner-icon {
    width: 30px;
    height: 30px;
    border:  solid 4px transparent;
    border-top-color:  #fff !important;
    border-left-color: #fff !important;
    border-radius: 50%;
}


.loading_companies {
    padding-bottom:80px;
}

.loading_companies .spinner-icon {
    border-top-color:  #000 !important;
    border-left-color: #000 !important;
}


@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

  @keyframes shake-animation {
     0% { transform:translate(0,0) }
    1.78571% { transform:translate(5px,0) }
    3.57143% { transform:translate(0,0) }
    5.35714% { transform:translate(5px,0) }
    7.14286% { transform:translate(0,0) }
    8.92857% { transform:translate(5px,0) }
    10.71429% { transform:translate(0,0) }
    100% { transform:translate(0,0) }
  }


.submitbtn {
    display: flex;
    width: 90%;
    max-width: 300px;
    margin: 0px auto;
    font-size: clamp(18px, 2vw, 24px);
    padding: 0px;
    border-radius: 0px;
    height: 45px;
    background-color: rgb(0, 191, 95);
    border: 0px;
    font-weight: 500;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    animation: shake-animation 3s ease infinite;
}

.shownDropDown {
    width: 100%;
    max-width: 100%;
    height: 40px;
    border-radius: 0px;
    font-size: 16px;
    padding: 0px 10px 0px 5px;
    text-align: center;
    margin: 0px;
    appearance: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAPCAQAAABQWBdtAAAAdElEQVR4AZ3OsQmGQBBE4SnlL+FKuFKuk91STOzDjjQyXRdcuOSh8vOY8IORZM16Th/6Wc+SyDYPDxuvpNnhkUleCBiTQsODGBNb7ntPDEghZkwKMWMyETMggIAhKcSMyUTMTiaFmAEBBKwII2B7troo+R9dorArULfv0EAAAAAASUVORK5CYII=) 98% 50% / 20px no-repeat rgb(255, 255, 255);
    border: 1px solid rgb(120, 120, 120) !important;
}

.eproviders {
    width: 100%;
    display: flex;
}

small {
    font-size:12px;
    margin-left:5px;
}

.accept-terms {
    font-size:11px;
    margin-bottom:20px;
    padding:20px 30px 0 30px;
}

.qsubhead {
    font-size:14px;
}

.flex-around {
    justify-content: space-around;
    flex-wrap: wrap;
}

.flex-center {
    flex-flow: row wrap;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 12px;
    padding-top:20px;
}

.radio_holder {
    max-width: 32%;
    height: 70px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    margin: 10px 0px;
    width: 100%;
}

.flex-center .radio_holder {
    margin: 0px 0px;
}

.radio_holder input:checked + label, .radio_holder label:hover {
    background: rgb(172, 222, 181);
}

.StyledChoice {
    background: rgb(229, 229, 229);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: inherit;
    box-shadow: rgb(0 0 0 / 10%) 1px 1px 4px 0px;
    padding: 10px 40px;
    margin: 8px 0px;
    transition: background-color 230ms ease 0s;
    width: 100%;
    color: rgb(0, 0, 0);
    cursor: pointer;
    white-space: pre-line;
    text-align: center;
}

.field-error {
    text-align:center;
    color: red;
    margin-bottom: 10px;
}

.previous {
    border: none;
    background: inherit;
    color: rgb(103, 103, 103);
    margin-bottom: 5px;
    cursor: pointer;
    width: 100px;
    font-size: 14px;
    text-align: center;
    height: 45px;
}

.textinput, .selectinput {
    height: 40px;
    border-radius: 0px;
    font-size: 16px;
    background: rgb(255, 255, 255);
    padding: 0px 10px;
    text-align: center;
    border: 1px solid rgb(120, 120, 120) !important;
    width:100%;
    margin-bottom: 10px;
}

.ac_steps .form_row {
    margin-top:5px;
}

.ProgressBarContainer {
    margin: 0px auto 10px;
    width: 100%;
    max-width: 700px;
    height: 15px;
    background: rgb(237, 237, 237);
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px inset;
    overflow: hidden;
}

.ProgressBar {
    background-size: 50px 50px;
    width: 2%;
    height: inherit;
    background-color: rgb(0, 191, 95);
    transition: width 0.25s ease 0s;
}

.topright_block p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #373737;
    display: flex;
    align-items: center;
}

/* .hero_popup_section_inner {
    max-width: 973px;
    background: #fff;
    box-shadow: 0 0 36px rgb(0 0 0 / 8%);
    border-radius: 16px;
    margin: 0 auto;
    overflow: hidden;
} */

.hero_popup_content_box h1 {
    font-size: 42px;
    line-height: 1;
    color: #373737;
    font-weight: 800;
    margin: 0 0 20px;
}

h1 {

    color: rgb(0, 0, 0);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    margin: 0px 0px 10px;
    padding: 0px;
    line-height: 1.1;
}

h4 {
    font-size: 16px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
    margin: 0px 0px 10px;
    padding: 0px;
}

/* .hero_popup_content_box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #6c6c6c;
    margin: 0 0 40px;
} */

.img-logo {
    width: 100%;
    max-width:230px;
    margin: 0 auto;
}

/* .hero_popup_content_box {
    padding: 50px 10px 50px 60px;
} */

.hero_popup_section_form_col, .Choice__InputContainer {
    width: 100%;
}

.nextbtn {
    margin: 5px 0px 0px;
    width: 150px;
    padding: 0px;
    border-radius: 0px;
    height: 45px;
    background-color: rgb(0, 191, 95);
    border: 0px;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
}

.ButtonContainer {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.hero_popup_section_row {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 700px;
    padding: 40px 10px 20px;
    border: 1px solid rgb(120, 120, 120);
    margin: 0px auto;
}

.formstepper {
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% + 20px);
    background: rgb(237, 237, 237);
    padding: 5px;
    border-bottom: 1px solid rgb(120, 120, 120);
}

h3 {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 10px;
    margin: 0px 0px 0rem;
    padding: 0px;
}

.mb-10 {
    margin-bottom:10px;
}

.mb-20 {
    margin-bottom:20px;
}

/* .hero_popup_section_form_col, .hero_popup_section_image_col {
    width: calc(50% - 15px);
}
 */

 .hero_popup_section_form_col {
    padding-top:25px;
 }

@media only screen and (min-width: 768px) {
.hero_popup_image {
    min-height: 460px;
}
}

.hero_popup_image {
    position: relative;
    display: flex;
}

.hero_popup_image img, .radius_shape {
    max-width: 100%;
}

.radius_shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 768px) {
.popup_image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
}

.hero_popup_image img, .radius_shape {
    max-width: 100%;
}

.step {
    display: none;
}

/* .active {
    display: block;
} */

.select2-container {
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 100%!important;
    min-height: 40px;
    text-align: left;
    color: #35495e;
    font-family: inherit;
    font-size: 16px;
    touch-action: manipulation;
}
.select2-container .select2-selection--single {
    height: 40px;
    padding-top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #adadad;
    font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #41b883;
}

.select2-container .select2-selection--single {
    border: 1px solid #e8e8e8;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.center-it {
    display: flex;
    align-items: center;
    justify-content: center;
    /* fallback */
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

.header_row {
    padding:20px 0;
}

.QuestionBody {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}

.Choice__RadioField {
    display: none;
}

.QuestionBody label {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow: rgb(0 0 0 / 10%) 1px 1px 4px 0px;
    padding: 10px 40px;
    margin: 8px 0px;
    transition: background-color 230ms ease 0s;
    width: 100%;
    height: 40px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAA5klEQVR4nO3cQYrCQBBA0VLEk7jyRHNEyXUEV55kNs4JkgdCkMH/tqE7nQ+1TB+WZXlNVh1Ls61AUCAoEBQICgQnPP+ZmefHT7mvy8zc1t6gQI+Zuf+jj33H79aaRgwKBAWCAkGBoEBQICgQFAgKBAWCAkGBoEBQICgQFAgKBAWCAkGBoEBQICgQFAgKBAWCAkGBoEBQICgQFAgKBAWCAkGBoEBQICgQFAgKBAWCAkGBoEBQICgQFAgKBAWCAkGBoEBQINB/89eZOX/8lPu6bO2uQKs3EnyLRgwKBAWCAkGBoEBbZuYPadIJNPQYDesAAAAASUVORK5CYII=) 20px 50% / 15px no-repeat rgb(237, 237, 237);
    color: rgb(0, 0, 0);
    cursor: pointer;
    white-space: pre-line;
}

.Choice__InputContainer input:checked + label {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAADHUlEQVR4nO3czWoTURQH8H9mJIjZCIKvYOnSbR9BKN1VfQabQF3oG+iihLbWB9CNmlVRfIT4CKW+gii4MKUEMilj50KU5p77ee65cP+rJDOZjx/JzJ1zhulNJpMlStamKjT6FCAiBYhIASJSgIgUICK3dJO/fq/w+/LfzwZ9fNreaA6qHrIcHjRL9L6cV8//zPG4fX/3NvDoQbN2fi3Qrwvg50Xv/493D7/VPwCM9rcWWSGNp3W7M4fANU6bRaPfBde/2B6Ao26FWWQFZ2izvT7HoGyQXHEQ4CAtHskHBxTQoI8PBssQi+SLAwpoZ7N5DeDEYDnikELggAKqr0/lw9yQbHAGfXzUTSePQd2pPBsky1/O253N5pVuBqODdC5ItjjtttbEgNf4LCYdyQXHZKBrdZqXihQLBy7jIGlIMXHgOlCUghQbBz4j6dRIljgnLjjwvdRIheSAM3StPHgXzLiROHEQqqLIhdR954gLByFLrrGRVnD2DGYPgoPQNelYSKlwEKNoHxopJQ5idTVCIaXGQcy2jy+SBBxQXQ3ftBs8ntbqjPOMWNxfiPG0HnXvk+MgNhAckW54vS5RccDVWXX4u4nAAWfr2RKJCgsOuHvzgZDYcJDi5gVPJFYcpLq7wxGJHQcCbn+x2dkkN0okAbIcBKok6ZawAzniqLAjsQJ54qiwIrEBBcJRYUNiAXK48BTTd4sO5HJVLqnvFhXItWQhqTkZDci3niMFKQpQqGKXBKTgQKErgamRggLFKpOmRAoGFLuGnAopCBBXgT0FkjcQd/eBG8kLKFVrhhPJGSh134oLyQlISlOPA8kaSAqOygrSG4PZrZGsgKThqHTrGMVAMgaSiqPigHRsgmQEJB1HxRKpbYMfL5bQIpFAueCo2CKdnlUvdTNogTrdbHBUbJBmczzRTdcCnZ5VL3LDUbH8Ja2NFmg2x1ODZYjDUQmB5HstJhZHxRdJewPVvTtAXd2874M+Jtsbzbuqh4cuK+bM/taifaDA+8/n1f3ZHLurq24fLKBLecASkfLsDiIFiEgBIlKAiBQgIgVIFwBX+mBH59nOGUoAAAAASUVORK5CYII=) 20px 50% / 15px no-repeat rgb(237, 237, 237);
}

pre {
    font-family: inherit;
    white-space: normal;
}

.pre {
    font-family: inherit;
    white-space: normal;
}

.final_step_box {
    padding-bottom:25px;
}

.rangelabels {
    margin-bottom:40px;
}


@media only screen and (max-width:767px) {

    .billPreview {
        text-align: center;
        font-size: 22px;
        margin: -5px 0 20px 0;
    }

    .rangelabels {
        margin-top:8px;
        margin-bottom:45px;
    }

    .eproviders {
        width: 100%;
        display: block;
    }
    .radio_holder, .QuestionBody label {
        width:100%;
        max-width:100%;
        min-height:60px;
    }

    .eproviders, .QuestionBody {
        padding:0 10px;
    }
    .radio_holder {
        margin-bottom:20px!important;
    }

    .StyledChoice {
        padding:0;
     }
    .site_footer {
        margin-top:80px;
        font-size:12px;
    }

    .img-logo {
        width: 100%;
        max-width: 150px;
        margin: 0 auto;
    }

    .popup_hero_section {
        margin-top:10px;
    }

    h1 {

        color: rgb(0, 0, 0);
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
        margin: 0px 0px 10px;
        padding: 0px;
        line-height: 1.1;
    }

    h4 {
        font-size: 12px;
        font-weight: 400;
        color: rgb(0, 0, 0);
        margin-bottom: 10px;
        margin: 0px 0px 10px;
        padding: 0px;
    }
    .accept-terms {
        font-size: 11px;
        margin-bottom: 20px;
        padding: 20px 10px 0 10px;
    }

    .hero_popup_section_form_col {
        padding-top: 0px;
    }
    .final_step_box {
        padding-bottom:0px;
    }

    }

    .eLAPSb {
        display: flex;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        padding: 20px 30px;
        width: 100%;
        margin: 15% auto 0 auto;
        max-width: 100%;
    }
    .eERdNb {
        width: inherit;
        text-align: center;
        max-width: 960px;
        margin: 3vh auto;
    }

    .geUdqU {
        font-size: 18px;
        margin-bottom:20px;
    }

    .jzHIdT {
        display: flex;
        flex-direction: column;
        white-space: pre-line;
        text-align: center;
        font-size: 12px;
    }

    .jzHIdT p, .jzHIdT a {
        white-space: pre-line;
        text-align: center;
        font-size: 12px;
        font-weight:400;
        line-height:1.2em;
    }

    .eLAPSb p {
        margin-bottom: 0px;
    }

    .jgBFVo {
        display: flex;
        -webkit-box-pack: center;
        place-content: center;
        flex-wrap: wrap;
        margin: 2vh auto;
        border-top: 1px solid rgb(201, 201, 201);
        padding-top: 1vh;
    }

    .JtFtB {
        border: 0px;
        background-image: inherit;
        background-position: inherit;
        background-size: inherit;
        background-repeat: inherit;
        background-attachment: inherit;
        background-origin: inherit;
        background-clip: inherit;
        color: rgb(51, 51, 51);
        cursor: pointer;
        background-color: transparent;
        font-size:15px;
    }
    .jgBFVo span {
        color: rgb(51, 51, 51);
    }

    .modal h4 {
        margin: 0px 0px 1.45rem;
        padding: 0px;
        color: inherit;
        font-family: Roboto, sans-serif;
        font-weight: bold;
        text-rendering: optimizelegibility;
        font-size: 1rem;
        line-height: 1.1;
    }

    .modal p {
        margin-bottom: 15px;
    }

    .modal p {
        margin: 0px 0px 1.45rem;
        padding: 0px;
    }