@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

html,
body {
    font-family: 'DM Sans', sans-serif;
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    background: #f7f7f7;
    overflow: initial;
    user-select: none;
    -webkit-user-select: none;
    scroll-behavior: smooth;
}

.callus {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    top: 1px;
    right: calc(50% - 95px);
    width: auto;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 600;
    outline: 0;
    color: #ed1d26;
    background: transparent;
    border: 2px solid #ed1d26;
    text-decoration: none;
}

div.modal-foot .submit-fixed {
    width: auto;
    margin: auto;
    position: relative;
    padding: 0 15px;
}

.new-bg {
    position: fixed;
    top: 0;
    left: 0;
    background: url('bg.jpg') !important;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

*,
*::after,
*::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #fff;
}

.invalid {
    border: 1px solid #ed1d26 !important;
}

.invalid::-webkit-input-placeholder {
    color: #ed1d26;
}

.invalid:-ms-input-placeholder {
    color: #ed1d26;
}

.invalid::placeholder {
    color: #ed1d26;
}

.radio {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    text-align: left;
}

.radio input {
    margin: 0 10px 0 0;
}

.radio .helper {
    text-align: left;
    margin: 0 !important;
}

nav {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    padding: 0 10%;
    margin: 0;
    color: #fff;
    z-index: 666;
    transition: all .3s ease;
}

.bg {
    color: #151515;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 14%);
}

.brand {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: auto;
    /* height: 100%; */
    padding: 0;
    margin: 0;
    color: inherit;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -2px;
    text-decoration: none;
    /* padding-top:35px; */
}

.logo-top {
    width: 60%;
}

.logo-top img {
    width: 45%;
}

.disclosureIntro {
    font-size: 10px;
    text-align: justify;
}

form .NewRecGroup input {
    height: 20px;
}

.check-box-intro-label {
    margin-left: 20px;
}

.brand i {
    margin: 0 5px 0 0;
}

.links {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    width: auto;
    height: auto;
    padding: 5px;
    margin: 0;
    background: rgba(0, 0, 0, 0.2);
}

.links a {
    margin: 0 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
}

.link {
    display: block;
    padding: 0;
    margin: 0 20px 0 0;
    color: inherit;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.link:last-child {
    color: #fff;
    padding: 10px 30px;
    margin: 0;
    font-weight: 700;
    background: #ed1d26;
    border-radius: 5px;
}

.link i {
    padding: 0 0 0 5px;
}

.link:hover,
.link:focus,
.link:active {
    outline: 0;
}

.overlay {
    /*position: fixed;*/
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;    padding: 90px 0;
    margin: 0;
    z-index: 999;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.new-overlay {
    display: flex;
    background: transparent !important;
}

.show {
    display: flex;
}

.new-container {
    position: relative;
    display: block;
    float: left;
    width: 600px;
    height: auto;
}

.new-container .brand {
    display: block;
    float: left;
    width: 100%;
    color: #fff;
    margin: 0 0 30px 0;
    font-size: 45px;
    text-align: center;
}

.new-container .modal {
    height: 625px;
}

.new-container .disclosure {
    width: 100%;
    margin: 0;
}

.modal {
    position: relative;
    display: block;
    float: left;
    width: 600px;
    height: 80%;
    padding: 40px;
    margin: 0;
    background: #fff;
    border-radius: 5px;
    transition: all .3s ease;
}

form.modal {
    padding-top: 5px !important;
}

button {
    outline: 0;
    border: 0 !important;
}

.tab {
    display: none;
}

.modal-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 100px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.progress-label {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 16px;
    padding: 0;
    margin: 0;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.progress {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: auto;
    margin: 15px 0 0 0;
    outline: none;
    overflow: hidden;
}

.dot {
    position: relative;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 20px 0 0;
    background: #eee;
    border-radius: 50%;
}

.dot:last-child {
    margin: 0;
}

.active {
    background: #ed1d26;
}

.progress-line {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #ed1d26;
    border-radius: 5px;
}

.box-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 415px;
    padding: 0;
    margin: 0;
}
label.error {
    display: none !important;
}

form input.error {
    border: 1px solid #f00 !important;
}
.question-name {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 40px;
    padding: 0;
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    word-spacing: -3px;
    text-align: center;
}

.question-input {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 40px 0 0 0;
}

.boxes {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: calc(25% - 20px);
    height: auto;
    padding: 20px 10px;
    margin: 0 10px;
    background: #eee;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid transparent;
}

#housetype {
    display: none;
}

#creditrating {
    display: none;
}

#currentsolar {
    display: none;
}

#ownership {
    display: none;
}

.box input {
    display: none;
}

.invalid-box {
    border: 1px solid #ed1d26;
}

.box:hover {
    background: #ed1d26;
}

.box:hover .box-icon {
    filter: invert(100%);
}

.box:hover .box-name,
.box:hover i {
    color: #fff;
}

.box-active {
    background: #ed1d26;
}

.box-active .box-icon {
    filter: invert(100%);
}

.box-active .box-name,
.box-active i {
    color: #fff;
}

.box-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.box-icon img {
    width: 80%;
    height: auto;
    vertical-align: middle;
}

.box-name {
    display: block;
    color: #666;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.big {
    font-family: 'FontAwesome', 'DM Sans';
    position: relative;
    display: block;
    float: left;
    width: 60%;
    height: 45px;
    line-height: 40px;
    padding: 0 15px;
/*    margin: 0 20%;*/
    background: #eee;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    outline: 0;
    border: 1px solid transparent !important;
}

.big-100 {
    width: 100%;
    margin: 0 0 15px 0;
}

.big-50 {
    width: calc(50% - 8px);
    margin: 0 15px 15px 0;
}
.lname{
    margin-right:0 !important;
}
.question-form {
    width: 100%;
}

.question-form input:nth-child(2) {
}

.require-error-phone {
    font-size: 9px;
    color: red;
    padding: 0;
    margin: 0;
}

div.question-form input.valid-phone {
    margin-bottom: 20px;
}

.question-form .helper {
    width: 100%;
    margin: 30px 0 0 0;
}

.helper {
    position: relative;
    display: block;
    float: left;
    width:100%;
    height: auto;
    padding: 0;
/*    margin: 20px 20% 0 20%;*/
    color: #999;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.disclosure {
    position: relative;
    display: block;
    float: left;
    width: 60%;
    height: auto;
    line-height: 1;
    padding: 0;
    margin: 0 20% 0 20%;
    color: #999;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    text-align: justify;
    text-justify: inter-word;
}

.slider {
    -webkit-appearance: none;
    width: 60%;
    height: 15px;
    margin: 0 20%;
    background: #eee;
    outline: none;
    border-radius: 5px;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ed1d26;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ed1d26;
    cursor: pointer;
}

.value {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 40px 0 0 0;
    color: #ed1d26;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -3px;
    word-spacing: -3px;
    text-align: center;
}

.error-message-input {
    border-color: red;
}

.modal-foot {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
}

.foot-next,
.foot-previous {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    margin: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    background: #ed1d26;
    border-radius: 5px;
}

.foot-next {
    right: 0;
}

.foot-next i {
    margin: 0 0 0 8px;
}

.foot-previous {
    left: 0;
}

.foot-previous i {
    margin: 0 8px 0 0;
}

header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 100%;
    padding: 100px 10% 0 10%;
    margin: 0;
    color: #fff;
    background: url('../img/header.png');
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.heading {
    display: block;
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -3px;
    word-spacing: -3px;
    text-align: center;
}

.big-field {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.zip {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: auto;
    height: auto;
    padding: 0;
    margin: 6% 0 0 0;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}

.zip input {
    font-family: 'FontAwesome', 'DM Sans';
    position: relative;
    display: block;
    float: left;
    width: 200px;
    height: auto;
    padding: 0 0 0 30px;
    margin: 0 30px 0 0;
    font-size: 20px;
    font-weight: 700;
    border: 0;
}

.zip input:hover,
.zip input:focus,
.zip input:active {
    outline: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 180px;
    height: 80px;
    color: #fff;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    background: #ed1d26;
    text-decoration: none;
}

.error-zip {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    width: 180px;
    height: 80px;
    padding: 0;
    margin: 0;
    color: #fff;
    cursor: not-allowed;
    font-size: 20px;
    font-weight: 700;
    background: #999;
    z-index: 666;
}

.description {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.description span {
    display: block;
    width: auto;
    float: left;
    padding: 5px 10px;
    margin: 20px 0 0 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

main {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #fff;
}

.main {
    margin: 100px 0 0 0;
}

form {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.form-container {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding: 0;
    margin: 0 25%;
}

.form-control {
    font-family: 'FontAwesome', 'DM Sans';
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 0 15px;
    margin: 0;
    background: #eee;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid transparent;
    outline: 0;
    transition: all .3s ease;
}

form input {
    height: 40px;
    line-height: 40px;
}

form textarea {
    padding: 15px !important;
    height: auto;
    line-height: 1;
    resize: none;
}

.form-submit {
    font-family: 'FontAwesome', 'DM Sans';
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 20px 0 0 0;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
    outline: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    background: #ed1d26;
    border-radius: 5px;
}

.form-input {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0 20px;
    margin: 0 0 20px 0;
}

.form-input:last-child {
    margin: 0;
}

.input-50 {
    width: 50%;
}

.form-name {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 44px;
    padding: 0;
    margin: 0 0 40px 0;
    font-size: 44px;
    font-weight: 500;
    letter-spacing: -3px;
    word-spacing: -3px;
    text-align: center;
}

section {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 5% 10%;
    margin: 0;
}

.section-bg {
    background: url('../img/section.png');
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-title {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 58px;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 58px;
    font-weight: 700;
    letter-spacing: -3px;
    word-spacing: -3px;
/*    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);*/
}

.bg-description {
    position: relative;
    display: block;
    float: left;
    width: auto;
    height: auto;
    margin: 20px 0 0 0;
    color: #fff;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.step-container {
    position: relative;
    display: flex;
    align-items: stretch;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 60px 0 0 0;
}

.step {
    position: relative;
    display: block;
    float: left;
    width: calc(100% / 3);
    height: auto;
    padding: 4%;
    margin: 0;
    background: #fff;
    border-right: 2px solid #ed1d26;
}

.step:last-child {
    border: 0;
}

.step-name {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    float: left;
    width: 100%;
    height: auto;
    line-height: 24px;
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.step-name img {
    width: auto;
    height: 50px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.step-description {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 30px;
    padding: 0;
    margin: 27px 0 0 0;
    font-size: 18px;
    font-weight: 400;
}

.section-color {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ed1d26;
}

.color-row {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    height: auto;
    padding: 0;
    margin: 0;
}

.color-row:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.color-title {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 1;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 44px;
    font-weight: 700;
}

.color-description {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 24px;
    padding: 0 10% 0 0;
    margin: 22px 0 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.color-row .big-field {
    width: auto;
}

.color-row .big-field .zip {
    margin: 0;
}

.color-row .big-field .zip input {
    width: 180px;
}

.color-row .big-field .zip .search {
    border: 4px solid #fff;
}

.head {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 110px 0;
}

.head-title {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 68px;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 60px;
    font-weight: 700;
    color: #f32837;
    text-align: center;
    letter-spacing: -3px;
    word-spacing: -3px;
}

.black {
    color: #313131 !important;
}

.head-description {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.head-next {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    color: #ed1d26;
    margin: 6% 0 0 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.bullet {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 40px 0;
}

.bullet:last-child {
    margin: 0;
}


.bullet-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    float: left;
    width: 50%;
    height: auto;
    padding: 0 4%;
    margin: 0;
}

.bullet-img img {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.img-mobile {
    display: none;
}

.bullet-name {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    font-size: 28px;
    font-weight: 700;
}

.bullet-description {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 400;
}

.bullet-text {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    height: auto;
    padding: 0 4%;
    margin: 0;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 20px 0 0 0;
    color: #000000;
    background: transparent;
    padding: 10px 25px;
}

footer span {
    font-size: 12px;
    margin: 5px 0 0 0;
}

.foot,
.disclaimer {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
}

.foot {
    margin: 0 0 40px 0;
}

.contact {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    width: auto;
    height: 100%;
    padding: 0;
    margin: 0;
}

.info {
    display: block;
    padding: 0;
    margin: 0 20px 0 0;
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease;
    padding: 0 20px 0 0;
    border-right: 1px solid #999;
}

.info:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}

.info i {
    padding: 0 8px 0 0;
}

.info:hover,
.info:focus,
.info:active {
    outline: 0;
    color: #ed1d26;
}

.more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

.more .info {
    text-transform: uppercase;
}

.copyright {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

.numbers-stats {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.number-icon {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    height: auto;
    padding: 0;
    margin: 0;
}

.number-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: auto;
}

.number-img img {
    width: 80px;
    height: auto;
    vertical-align: middle;
}

.number-name {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    color: #ec2029;
    font-size: 40px;
    font-weight: 700;
    margin: 15px 0 0 0;
    text-align: center;
}

.number-description {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.foot-action {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 100px 0;
}

.action-text {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    height: auto;
    padding: 0;
    margin: 0;
}

.action-name {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.action-description {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

button {
    outline: 0;
    border: 0 !important;
}

.what-next {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 6% 0 0 0;
}

.next-step {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    height: auto;
    padding: 0;
    margin: 0;
}

.next-step ion-icon {
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 60px;
    color: #ed1d26;
}

.next-name {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 1;
    text-align: center;
    padding: 0 20px;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 700;
}

.next-desc {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 1;
    padding: 0 20px;
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

@media only screen and (max-width: 1000px) {

    .callus {
        position: relative;
        width: auto;
        margin: 0 0 4px 0;
        padding: 2px 4px;
        font-size: 12px;
        font-weight: 600;
        top: auto;
        right: auto;
    }

    .box-icon {
        font-size: 12px;
    }

    .form-name {
        font-size: 30px;
        line-height: 1;
        margin: 0 0 10% 0;
        word-spacing: 0px;
    }

    .main {
        margin: 60px 0 0 0;
    }

    footer {
        color: #000;
        margin: 0;
    }

    .main form {
        width: 100%;
        margin: 0;
    }

    .new-container .brand {
        margin: 0 0 10px 0;
        font-size: 24px;
        line-height: 1;
    }

    .new-container .modal {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        margin: 0 5%;
        width: 90%;
        height: 68vh !important;
        padding: 5px 15px;
    }

    .modal-head {
        height: auto;
        padding: 10px 0;
    }

    .logo-top img {
        width: 45%;
    }

    .new-rec {
        display: none !important;
    }

    .new-container .links {
        margin: 0 5%;
        width: 90%;
        text-align: center;
        height: auto;
        min-height: 30px;
    }

    .check-box-intro-label {
        margin-left: 5px;
    }

    .disclosureIntro {
        font-size: 8px;
    }

    .new-container .disclosure {
        font-size: 8px;
    }

    .modal {
        width: 90%;
        height: 90%;
        padding: 20px;
    }

    .disclosure {
        width: 100%;
        margin: 0;
    }

    .progress-label {
        font-size: 14px;
    }

    .progress-bar {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .question-name {
        font-size: 30px;
        line-height: inherit;
        word-spacing: 0;
    }
br{
    display: none;
}
 
    .value {
        margin: 40px 0 0 0;
        font-size: 30px;
        font-weight: 700;
    }

    .slider {
        width: 100%;
        margin: 0;
    }

    .modal-foot {
        height: 40px;
    }

    .foot-next,
    .foot-previous {
        padding: 0;
        width: 90px;
        height: 40px;
        font-size: 14px;
    }

    .foot-next i {
        margin: 0 0 0 4px;
    }

    .foot-previous i {
        margin: 0 4px 0 0;
    }

    nav {
        overflow: hidden;
    }

    nav {
        padding: 0 5%;
        height: 60px;
    }

    nav .brand {
        font-size: 20px;
        width: auto;
        margin: 0;
        height: 100%;
    }

    .links .link {
        display: none;
    }

    .links .link:last-child {
        display: block;
        padding: 10px 15px;
        margin: 0;
        font-size: 14px;
    }

    header {
        padding: 60px 5% 0 5%;
    }

    .head {
        margin: 0 0 20% 0;
    }

    .heading {
        font-size: 34px;
        line-height: 34px;
        letter-spacing: -1px;
        word-spacing: -1px;
    }

    .description span {
        font-size: 10px;
    }

    .zip {
        width: 100%;
    }

    .zip input {
        width: 55%;
        padding: 0 10px;
        margin: 0;
        text-align: center;
        font-size: 16px;
    }

    .zip .search {
        width: 45%;
        height: 60px;
        padding: 0;
        font-size: 16px;
    }

    section {
        padding: 20% 5%;
    }

    .head-title {
        font-size: 30px;
        line-height: 1;
        margin: 0 0 10% 0;
        word-spacing: 0px;
    }

    .head-description {
        font-size: 16px;
    }

    .bullet {
        display: block;
        margin: 0 0 20% 0;
    }

    .bullet-img {
        width: 100%;
        padding: 0;
        margin: 0 0 10% 0;
    }

    .img-mobile {
        display: block;
    }

    .img-desktop {
        display: none;
    }

    .bullet-text {
        width: 100%;
        padding: 0;
    }

    .bullet-name {
        margin: 0 0 5% 0;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
    }

    .bullet-description {
        font-size: 16px;
        margin: 0;
        text-align: center;
    }

    .number-icon {
        width: 50%;
        padding: 0;
        margin: 0 0 10% 0;
    }

    .number-icon:nth-child(3),
    .number-icon:nth-child(4) {
        margin: 0;
    }

    .number-img img {
        width: auto;
        height: 80px;
    }

    .number-name {
        font-size: 30px;
    }

    .number-description {
        height: 40px;
        line-height: 20px;
        font-size: 16px;
        font-weight: 700;
    }

    .color-row {
        width: 100%;
    }

    .color-row:nth-child(2) {
        display: none;
    }

    .color-title {
        font-size: 30px;
        line-height: 1;
        margin: 0 0 10% 0;
        word-spacing: 0px;
        text-align: center;
    }

    .bg-title {
        margin: 0 0 10% 0;
        font-size: 52px;
        line-height: 1;
        text-align: center;
    }

    .bg-description {
        margin: 0;
        font-size: 14px;
        text-align: center;
    }

    .color-description {
        font-size: 16px;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .step-container {
        display: block;
        margin: 20% 0 0 0;
    }

    .step {
        padding: 10%;
        width: 100%;
        border: 0;
        margin: 0 0 10% 0;
    }

    .step-name {
        line-height: 22px;
        font-size: 22px;
        font-weight: 700;
    }

    .step-description {
        margin: 5% 0 0 0;
        font-size: 16px;
        line-height: initial;
    }

    .foot {
        margin: 0 0 10% 0;
    }

    .brand {
        font-size: 24px;
        width: 100%;
        margin: 0 0 10% 0;
    }

    .contact {
        display: block;
        width: 100%;
    }

    .info {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0;
        margin: 0 0 6px 0;
        border: 0;
    }

    .info:last-child {
        margin: 0;
    }

    .more {
        width: 100%;
    }

    .more .info {
        margin: 0;
        font-size: 10px;
        text-align: center;
    }

    .copyright {
        margin: 10px 0 0 0;
        font-size: 10px;
        width: 100%;
        text-align: center;
    }

    .big {
        width: 100%;
        margin: 0 !important;
        font-size: 14px;
        border: 0;
    }

    .helper {
        font-size: 12px;
        width: 100%;
        margin: 5px 0 0 0;
    }

    .progress {
        margin: 10px 0 0 0;
    }

    .dot {
        width: 15px;
        height: 15px;
        margin: 0 10px 0 0;
    }



    .boxes {
        display: block;
    }

    .box {
        width: calc(100% / 4);
        padding: 20px 0;
        border-radius: 0;
        margin: 0;
    }

    .box2 {
        width: calc(100% / 2);
    }

    .box-name {
        font-size: 12px;
    }

    .question-form {
        width: 100%;
        margin: 10px 0;
    }

    .question-form input {
        margin-bottom: 5px !important;
    }


 

    div.question-form input.valid-phone {
        margin-bottom: 5px !important;
    }

    .what-next,
    .head-next {
        margin: 20% 0 0 0;
    }

    .next-step {
        width: 100%;
        margin: 0 0 15% 0;
    }

    .next-step:last-child {
        margin: 0;
    }

    .next-name,
    .next-desc {
        padding: 0;
    }

    .show-home-image {
        height: 160px;
    }

    #home-image {
        width: 100% !important;
        margin: 0 !important;
    }

    .new-bg {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

.show-home-image {
    height: 180px !important;
}

#home-image {
    position: relative;
    display: block;
    float: left;
    width: 60%;
    height: 150px;
    padding: 0;
    margin: 0 20%;
    overflow: hidden;
    background: none;
    text-align: center;
    border-radius: 5px;
    transition: all .3s ease;

}

div.select-chosen-container {
    width: 60%;
    margin: 0 20%;
}

div.select-chosen-container ul.chosen-results {
    max-height: 180px;
}

#current_no_lb,
#current_yes_lb {
    text-align: center;
}

#current_no_lb i,
#current_yes_lb i {
    font-size: 35px;
}

div.new-container .links {
    float: none;
    background: #fff;
}

div.new-container .links a {

    color: #000;
}