@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap);

.bubblingG,
.form-heading,
.remodel_box a,
.remodel_box a img,
.remodel_box span {
    text-align: center
}

.expand-text,
fieldset button.back-btn {
    text-underline-offset: 5px;
    cursor: pointer
}

.form-heading,
.heading-1,
.heading-main,
.nav-item a,
.remodel_box a:hover span,
fieldset .form-check-inline {
    font-weight: 700
}

.nav-item a {
    color: #395695
}

.banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.banner .col-4 {
    font-size: 14px
}

footer {
    margin-top: 100px;
    background: #11151b
}

.get_started_box {
    top: -30px;
    position: relative;
    border-color: transparent;
    border-radius: 20px
}

footer .list-group {
    margin-top: 15px;
    flex-direction: row !important;
    flex-wrap: wrap
}

footer .list-group-item {
    background-color: transparent;
    padding-left: 0
}

.txt-gray,
footer .list-group-item a {
    color: #cacbcc
}

.disc_box {
    position: relative;
    border-radius: 10px
}

.disclaimer {
    position: absolute;
    top: -10px;
    width: fit-content;
    font-size: 12px;
    padding: 0 5px
}

.disclaimer-body {
    font-size: 12px;
    color: #fff;
    line-height: 2
}

body {
    font-family: Poppins, sans-serif
}

.mw900 {
    max-width: 1000px
}

.containe {
    width: 100%;
    max-width: 1139px
}

.txt-blue {
    color: #395695
}

.nav-item a.btn-blue,
.orange {
    color: #fff;
    transition: .2s ease-in-out
}

.bg-blue {
    background-color: #203052
}

.bg-footer {
    background-color: #11151c
}

.bg-dark-blue {
    background-color: #181c23
}

.orange {
    background-color: #e96831;
    border: 1px solid #e96831
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: #e96831 !important;
}

.nav-border {
    box-shadow: 0 0 10px 2px rgba(126, 125, 125, .5)
}

.nav-item a.btn-blue {
    background-color: #395695;
    border: 1px solid #395695
}

.nav-item a.btn-blue:hover {
    color: #395695;
    background: #fff
}

.remodel_box a {
    width: 100%;
    max-width: 183px
}

.remodel_box a:hover {
    background-color: #d5e7f9
}

.remodel_box a img {
    height: 80px;
    width: 85px
}

.search_zip {
    min-width: 300px;
    max-width: 500px
}

.dropdown-menu {
    transform: unset !important;
    top: 100% !important
}

@media (min-width:1400px) {
    .container {
        max-width: 1140px
    }
}

@media (max-width:498px) {
    .remodel_box {
        padding: 0 !important
    }

    .remodel_box a {
        margin: 10px !important;
        padding: 15px !important
    }
}

@media (max-width:400px) {
    .remodel_box a {
        padding: 15px 30px 10px !important;
        max-width: 135px !important
    }
}

.bubblingG {
    width: 96px;
    height: 60px;
    display: inline-block
}

.bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin: 30px auto;
    background: #bdbbbd;
    -moz-border-radius: 60px;
    -moz-animation: 1.1s infinite alternate bubblingG;
    -webkit-border-radius: 60px;
    -webkit-animation: 1.1s infinite alternate bubblingG;
    -ms-border-radius: 60px;
    -ms-animation: bubblingG 1.1s infinite alternate;
    -o-border-radius: 60px;
    -o-animation: 1.1s infinite alternate bubblingG;
    border-radius: 60px;
    animation: 1.1s infinite alternate bubblingG
}

#bubblingG_1 {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s
}

#bubblingG_2 {
    -moz-animation-delay: .33s;
    -webkit-animation-delay: .33s;
    -ms-animation-delay: 0.33s;
    -o-animation-delay: .33s;
    animation-delay: .33s
}

#bubblingG_3 {
    -moz-animation-delay: .66s;
    -webkit-animation-delay: .66s;
    -ms-animation-delay: 0.66s;
    -o-animation-delay: .66s;
    animation-delay: .66s
}

@-moz-keyframes bubblingG {
    0% {
        width: 12px;
        height: 12px;
        background-color: #bdbbbd;
        -moz-transform: translateY(0)
    }

    100% {
        width: 29px;
        height: 29px;
        background-color: #000;
        -moz-transform: translateY(-25px)
    }
}

@-webkit-keyframes bubblingG {
    0% {
        width: 12px;
        height: 12px;
        background-color: #bdbbbd;
        -webkit-transform: translateY(0)
    }

    100% {
        width: 29px;
        height: 29px;
        background-color: #000;
        -webkit-transform: translateY(-25px)
    }
}

@-ms-keyframes bubblingG {
    0% {
        width: 12px;
        height: 12px;
        background-color: #bdbbbd;
        -ms-transform: translateY(0)
    }

    100% {
        width: 29px;
        height: 29px;
        background-color: #000;
        -ms-transform: translateY(-25px)
    }
}

@-o-keyframes bubblingG {
    0% {
        width: 12px;
        height: 12px;
        background-color: #bdbbbd;
        -o-transform: translateY(0)
    }

    100% {
        width: 29px;
        height: 29px;
        background-color: #000;
        -o-transform: translateY(-25px)
    }
}

@keyframes bubblingG {
    0% {
        width: 12px;
        height: 12px;
        background-color: #bdbbbd;
        transform: translateY(0)
    }

    100% {
        width: 29px;
        height: 29px;
        background-color: #000;
        transform: translateY(-25px)
    }
}

.color_blue {
    color: #203052 !important
}

#progress-mobile,
.certNprivacyBottom {
    display: none
}

footer .container {
    padding: 10px 0
}

#progress-large,
.certNprivacy,
footer .container>.disc_box {
    display: block
}

.card-header>h5 {
    cursor: pointer
}

.card-header>h5[aria-expanded=true]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    right: 30px
}

.card-header>h5[aria-expanded=false]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 30px
}

.heading-main {
    font-size: 53px;
    line-height: 1.2
}

.heading-subtext {
    font-size: 24px;
    font-style: italic;
    color: #75838ea4
}

.heading-1 {
    font-size: 24px;
    color: #395695
}

.banner-img {
    background: #395695;
    border-radius: 15px
}

a.btn-warning-wide {
    padding: 25px 30px
}

.form-wrapper {
    padding: 0 80px
}

.form-wrapper .form-control {
    margin: 20px 0;
    border: 3px solid #395695;
    border-radius: 0;
    text-align: center;
    padding: 15px 0;
    font-size: 18px
}

.form-wrapper .form-control::placeholder {
    color: #75838ea4
}

.form-control:-ms-input-placeholder {
    color: #75838ea4
}

.form-control::-ms-input-placeholder {
    color: #75838ea4
}

.form-wrapper .btn {
    color: #fff;
    font-size: 18px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.form-wrapper .btn img {
    margin-left: 10px
}

.form-wrapper p.form-text-bottom {
    font-size: 12px;
    color: #75838ea4;
    margin-top: 30px
}

.form-wrapper p img {
    color: #75838ea4;
    margin-right: 5px;
    padding-top: 3px
}

@media (max-width:1400px) {
    .form-wrapper {
        padding: 0 60px
    }
}

@media (max-width:1200px) {
    .form-wrapper {
        padding: 0 60px
    }
}

@media (max-width:992px) {

    .certNprivacyBottom,
    nav .nav-item {
        display: block
    }

    .dropdown-menu {
        position: relative !important;
        transform: unset !important;
        top: 0 !important
    }

    .form-wrapper {
        padding: 0 30px
    }

    .heading-main {
        font-size: 30px
    }

    .certNprivacy {
        display: none
    }

    .heading-main,
    .heading-subtext {
        text-align: center
    }

    .heading-subtext {
        margin-bottom: 30px
    }
}

.wrapper-narrow-maxwidth {
    max-width: 650px;
    width: 100%;
    margin: 0 auto
}

.wrapper-narrow-maxwidth .progress-wrapper {
    margin-top: 60px;
    margin-bottom: 0
}

.wrapper-narrow-maxwidth .progress-wrapper .progress-text {
    text-transform: uppercase;
    font-size: 11px;
    color: #575757;
    font-weight: 600;
    margin-bottom: 5px
}

.wrapper-narrow-maxwidth .progress-wrapper .progress {
    background-color: #e5e5e5;
    position: relative;
    height: 14px;
    border-radius: 8px
}

.wrapper-narrow-maxwidth .progress-wrapper .progress .progress-bar {
    background-color: #868aae;
    position: relative;
    overflow: inherit
}

.wrapper-narrow-maxwidth .progress-wrapper .progress .progress-bar .progress-percentage {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    left: 50%
}

#form {
    margin-top: 50px
}

#form .form-wrapper {
    width: 100%;
    background-color: #fff;
    box-shadow: #cec6c67c 0 0 20px 2px;
    border-radius: 15px;
    padding: 20px 0 0;
    overflow: hidden;
    position: relative;
    border: none
}

#form .inner-wrapper {
    padding: 30px
}

.form-heading {
    font-size: 24px;
    color: #395695
}

.form-heading-subtext {
    font-size: 18px;
    text-align: left;
    color: #75838e;
    margin-bottom: 0
}

.zip-container {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.secondary-container {
    margin: 0 auto;
    max-width: 500px;
    width: 100%
}

fieldset .footer-wrapper {
    background-color: #faf9f8;
    padding: 20px 0
}

fieldset .footer-wrapper .footer-inner-wrapper {
    max-width: 480px;
    width: 100%;
    margin: 0 auto
}

fieldset .footer-wrapper .footer-inner-wrapper img {
    max-width: 50px;
    max-height: 50px
}

fieldset .footer-wrapper .footer-inner-wrapper .footer-inner-wrapper-questions .question-asked {
    font-size: 12px;
    font-weight: 700;
    color: #395695
}

fieldset .footer-wrapper .footer-inner-wrapper .footer-inner-wrapper-questions .question-answer {
    font-size: 12px;
    line-height: 1.8
}

fieldset .inner-wrapper .secondary-container .select-box {
    width: 100%;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    height: 100%
}

fieldset .inner-wrapper .secondary-container .select-box .form-label {
    font-size: 16px;
    font-weight: 600
}

fieldset .inner-wrapper .secondary-container .select-box .form-label.select-label-option {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    border: 4px solid #88888838;
    transition: .3s ease-in-out;
    cursor: pointer;
    height: 100%;
    padding: 30px
}

fieldset .inner-wrapper .secondary-container .select-box .form-label.select-label-option:hover {
    border: 4px solid #e96831;
    transform: translateY(-5px)
}

fieldset button.back-btn {
    font-size: 18px;
    border: none;
    background-color: transparent;
    color: #395695;
    font-weight: 600
}

fieldset .checkradio-container {
    position: relative;
    display: flex;
    overflow: hidden;
    border: 1px solid #88888838;
    margin-bottom: 5px
}

fieldset .checkradio-container+* {
    clear: right
}

fieldset .checkradio-container>*+* {
    border-left: 1px solid #88888838
}

fieldset .checkradio-container .form-check .form-check-input {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    z-index: -1
}

fieldset .form-check-inline {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-basis: 0px;
    cursor: pointer;
    font-size: 17px;
    line-height: 1.2em;
    color: #525151;
    padding: 0;
    margin: 0;
    text-align: center;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, font-size .2s ease-in-out
}

fieldset .form-check-inline:hover {
    background-color: #e96831;
    color: #fff
}

fieldset .form-check-input {
    border: none;
    height: 25px;
    width: 25px;
    transition: .3s;
    margin-right: 8px
}

label.error {
    margin-bottom: 15px;
    color: #f44336;
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: none
}

.orange:hover {
    background-color: #fff;
    color: #e96831 !important;
    border: 1px solid #e96831
}

#form input[type=radio] {
    position: absolute;
    left: -99999px;
    opacity: 0
}

.footer-link,
.footer-link small {
    color: #6b788e !important
}

fieldset#step-8 .input-group {
    display: flex;
    flex-direction: column
}

fieldset .input-group .form-label {
    font-size: 16px;
    margin-bottom: 0;
    color: #75838e;
    font-weight: 500
}

span.box-option-title {
    margin-top: 10px
}

#privacy-wrapper {
    max-width: 800px;
    width: 100%;
    margin: 0 auto
}

.step-7-subtext {
    text-align: center;
    font-size: 12px
}

.form-steps {
    display: none;
    position: relative
}

.form-check label.form-check-label {
    width: 100%;
    padding: 30px 0
}

#privacy-wrapper p {
    font-size: 14px;
    margin-bottom: 30px
}

.page-body{
    margin-top: 150px;
}



.bg-gray-200{
    background-color: #E5E7EB;
}

.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.form-steps.hide, .hide{
    display: none;
}

.form-steps.show, .show{
    display: block;
}


@media (max-width:768px) {
    #progress-large {
        /* display: none */
        margin-top: 100px;
    }

    fieldset .inner-wrapper .secondary-container .select-box .form-label.select-label-option{
        padding: 20px 10px;
    }

    img.select-img {
        max-width: 70px;
    }

    #form {
        margin-top: 20px
    }

    #progress-mobile .progress-bar {
        background-color: #868aae
    }

    #progress-mobile .progress {
        background-color: #e5e5e5;
        height: 12px
    }

    #progress-mobile {
        font-size: 11px;
        position: fixed;
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        padding: 10px 20px;
        background-color: #fff
    }

    fieldset .footer-wrapper {
        padding: 5px
    }

    fieldset .footer-wrapper img {
        padding-left: 10px
    }

    fieldset .footer-wrapper p {
        padding-right: 5px
    }

    footer .disc_box {
        margin: 30px
    }

    a.btn-orange-link-lg-2{
        padding: 10px 10px!important;
    }
}

@media (max-width:576px) {
    .content a {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .form-heading {
        font-size: 18px
    }

    .form-heading-subtext {
        font-size: 14px;
        text-align: center
    }

    #form .inner-wrapper {
        padding: 10px 30px
    }

    .zip-container {
        padding-top: 2px
    }
}

@media (max-width:426px) {
    a.btn-orange-link-lg{
        padding: 10px 30px!important;
    }

    a.btn-orange-link-lg-2{
        padding: 10px 10px!important;
    }
}

.heading-1-subpapges{
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.wrapper-max-width{
    max-width: 576px;
}

.text-blue{
    color: #1E3A8A;
}

a.btn-orange-link{
    background-color: #E96831;
    padding: 15px 50px;
    border-radius: 5px;
    font-size: 14px;
}

a.btn-orange-link-lg{
    background-color: #E96831;
    padding: 20px 80px;
    border-radius: 5px;
    font-size: 14px;
}

a.btn-orange-link-lg-2{
    background-color: #E96831;
    padding: 20px 30px;
    border-radius: 5px;
    font-size: 14px;
}

a.btn-orange-link:hover{
    color: #E96831;
}

.mx-400{
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
}

img.img-icon{
    max-width: 80px;
    width: 100%;
    max-height: 80px;
    height: 100%;
}

#ca-policy-table th{
    font-size: 15px;
    color: #1E3A8A;
}

#ca-policy-table th{
   vertical-align: text-top;
}

#ca-policy-table td{
    font-size: 14px;
    color: #1E3A8A;
}

#ca-policy-table{
    overflow-y: scroll;
}

#form-contact .inner-wrapper .contact-container{
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

#form-contact .form-select{
    margin: 20px 0;
    border: 3px solid #395695;
    border-radius: 0;
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    color: #75838ea4;
}

#form-contact .form-control{
    margin: 10px 0;
}

/* #form-contact textarea.form-control{
    text-align: left;
    padding: 5px;
} */

