#bg-container {
    height: 100%;
    background-image: url('home-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 100vh;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
}

#footer {
    margin: 2rem auto;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.footer-text {
    color: #000;
}

@media (max-width: 576px) {
    .footer-text {
        color: #000;
        font-size: 11px;
    }
}

.footer-text a {
    color: #000;
    display: inline-block;
}

.form-container {
    background-color: rgb(255 255 255 / 95%);
    padding: 2.5rem 5rem;
    max-width: 720px;
    margin: 3rem auto 2rem auto;
    border-radius: .5rem;
    box-shadow: #222222 0px 10px 20px -8px;
}

@media (max-width: 576px) {
    .form-container {
        padding: 2rem 2rem;
    }
}

.main-centered {
    min-height: 80vh;
}

.main-centered,
.main-centered * {}

@media (max-width: 768px) {
    .logo-form img {
        display: block;
        text-align: center;
        width: 100%;
    }
}

.logo-form {
    display: block;
    text-align: center;
}

.form-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #008E39;
}

@media (max-width: 576px) {
    .form-title {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}

.spacer {
    height: 1rem;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: .8rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #bcbcbc;
    border-radius: .5rem;
    border: 1px solid #2f2f2f;
    margin-top: 1rem;
}

@media (max-width: 576px) {
    .progress {
        display: -ms-flexbox;
        display: flex;
        height: .8rem;
        overflow: hidden;
        line-height: 0;
        font-size: .75rem;
        background-color: #bcbcbc;
        border-radius: .5rem;
        border: 1px solid #2f2f2f;
    }
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #34f541;
    transition: width .6s ease;
}

.title-guide {
    font-size: 1.2rem;
    font-weight: 600;
}

.form-control {}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3a3a3a;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(65, 65, 65, 0.25);
}

.select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3a3a3a;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(65, 65, 65, 0.25);
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .5rem !important;
    height: 3rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-top: .2rem;
    margin-bottom: .1rem;
    border-radius: .5rem;
}

.select {
    display: block;
    width: 100%;
    height: 2.4rem;
    padding: 0rem .5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    z-index: inherit;
    border-radius: .5rem;
}

#next-step-0 {}

.primary-btn:hover {
    color: #fff;
    background: linear-gradient(180deg, #008E39 0%, #008E39 100%);
    box-shadow: 0 0 6px -2px rgb(91, 91, 91);
}

.primary-btn {
    color: #fff;
    width: 100%;
    max-width: 480px;
    padding: .8rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: .5rem;
    background: linear-gradient(180deg, #008E39 0%, #008E39 100%);
    transition: all ease .2s;
}

.btn-text {
    background: url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='16px'><path fill-rule='evenodd'  fill='rgb(255, 255, 255)' d='M8.893,0.898 L7.071,2.703 L11.049,6.630 L-0.001,6.630 L-0.001,9.193 L11.049,9.193 L7.071,13.119 L8.893,14.925 L16.000,7.909 L8.893,0.898 Z'/></svg> "); 
    background-position: center right; 
    background-repeat: no-repeat; 
    display: block;
}

.seperator {
    height: 1px;
    border-top: 1px solid rgb(133, 133, 133);
    width: 100%;
}

@media (max-width: 990px) {
    .secure-seal {
        text-align: center;
        margin-bottom: .5rem;
    }
}

.form-section {
    max-width: 480px;
    margin: auto;
    display: none;
    animation: animate-this 0.4s ease;
}

.current,
#step-1 {
    display: block;
}

label.error {
    color: rgb(255, 45, 45);
    margin-top: .2rem;
    font-size: 13px;
}

.form-control.error {
    border: 1px solid #ff3b3b;
}

label {
    margin-top: .6rem;
    margin-bottom: 0;
    font-size: 14px;
}

header {
    max-width: 480px;
    margin: 0 auto;
}

#form-step-select-category {
    max-width: 480px;
    margin: auto;
}

.step-select-width {
    max-width: 480px;
    margin: auto;
}

#primary-category-select {
    padding: .5rem 1.5rem;
    height: 3rem;
}

.logo-form img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.authorize {
    font-size: .6rem;
    text-align: justify;
    color: #525252;
    text-transform: uppercase;
}

.btn {
    margin-top: 1rem;
}

.page-container {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 4rem 4rem 2rem 4rem;
    width: 100%;
    max-width: 980px;
    margin: 4rem auto 8rem auto;
    border-top-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
}

.parent-section {
    animation: animate-this 0.4s ease;
}

@keyframes animate-this {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .page-container {
        padding: 3rem 2rem 2rem 2rem;
    }
}

.form-subtitle {
    font-size: 1.2rem;
}

@media (max-width: 576px) {
    .form-subtitle {
        font-size: 1rem;
    }
}

.form-subtitle strong {
    color: #008E39;
}

.paragraph-heading {
    font-size: 1rem;
    color: #626060;
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0px 2px 8px -3px rgb(40, 40, 40);
}

@media (max-width: 576px) {
    .paragraph-heading {
        font-size: .8rem;
    }
}

.secure-seal {
    max-width: 100px;
}

.secure-seal img {
    width: 100%;
}

.to-qualify {
    font-size: 12px;
    color: #4a4a4a;
    font-weight: 600;
}


/***Thank you style***/

.thank-you-page-bg {
    background-image: url(../img/thank-you-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center right;
}

.cross-sell-wrapper {
    border-radius: 2rem;
    background-color: #fff;
    box-shadow: rgb(55, 55, 55) 0 0 12px -4px;
    margin: 1rem .5rem;
}

.cross-sell-wrapper img {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    width: 100%;
}

.cross-sell-body {
    padding: 2rem 3rem 3rem 3rem;
}

.cross-sell-wrapper p {}

.cross-sell-home-improvement-title {
    color: #008E39;
    font-weight: 700;
    font-size: 20px;
}

.cross-sell-auto-insurance-title {
    color: #fb8800;
    font-weight: 700;
    font-size: 20px;
}

.cross-sell-solar-title {
    color: #03822b;
    font-weight: 700;
    font-size: 20px;
}

.btn.auto-upgrade-cta {
    background: rgb(255, 196, 0) !important;
    background: linear-gradient(180deg, rgba(255, 196, 0, 1) 0%, rgba(255, 182, 8, 1) 100%) !important;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    padding: 1.2rem 2rem !important;
    border-radius: .5rem !important;
    width: 100% !important;
}

.btn.home-improvement-cta {
    background: rgb(0, 127, 255) !important;
    background: linear-gradient(180deg, rgba(0, 127, 255, 1) 0%, rgba(0, 95, 255, 1) 100%) !important;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    padding: 1.2rem 2rem !important;
    border-radius: .5rem !important;
    width: 100% !important;
}

.btn.solar-cta {
    background: rgb(91, 192, 44) !important;
    background: linear-gradient(180deg, rgba(91, 192, 44, 1) 0%, rgba(32, 179, 13, 1) 100%) !important;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    padding: 1.2rem 2rem !important;
    border-radius: .5rem !important;
    width: 100% !important;
}

.thank-you-page-bg .row {
    max-width: 980px;
    margin: auto;
}

.thank-you-page-bg .col-sm-12,
.thank-you-page-bg .col-lg-6 {
    display: flex;
}

@media only screen and (max-width: 1200px) {
    .btn.home-improvement-cta,
    .btn.auto-upgrade-cta,
    .btn.solar-cta {
        font-size: 22px !important;
        padding: 1rem !important;
    }
}

@media only screen and (max-width: 992px) {
    .btn.home-improvement-cta,
    .btn.auto-upgrade-cta,
    .btn.solar-cta {
        font-size: 20px !important;
    }
}

.desclaimer p {
    font-size: 10px;
}