
/* Chrome, Safari, Edge, Opera */
section.questions input::-webkit-outer-spin-button,
section.questions input::-webkit-inner-spin-button,
#verify_phone_number input::-webkit-outer-spin-button,
#verify_phone_number input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
section.questions input[type=number],
#verify_phone_number input[type=number] {
    -moz-appearance: textfield;
}
#verify-code:disabled {
    cursor: not-allowed;
}
select:invalid {
    color: gray;
}
section.questions .container {
    max-width: 970px;
}
section.questions .action-buttons #next-question{
    background-color:#0153ff;
    border-color:#0153ff;
}
body {
    background: #f9f9f9;
    color: white;
    font-family: Poppins;
    font-weight: 300;
    text-align: center;
}

p {
    font-family: Poppins;
    font-weight: 300;
}

section.questions .progress {
    height: 7px;
    margin-top: 50px;
    background-color: #e9ecef;
    border-radius: 5px;
}
#progress-bar{
    background-color: #0153ff !important;
}
section.questions .question {
    display: none;
    padding-top: 40px;
    padding-bottom: 30px;
    margin: auto;
    text-align: center;
}
section.questions .question p{
    opacity:0.85;
    color: #000033;
}
section.questions .question.active {
    display: block;
}
section.questions .question p:first-child {
    color: #b8b8b8;
    font-size: 20px;
}
section.questions .question label {
    position: relative;
    /*font-size: 20px;*/
    font-size: 24px;
    margin-bottom: 10px;
    color: #000033;
    font-weight:400;
}

section.questions .question p a {
    color: #000033;
    text-decoration: underline;
}
section.questions .question label a:hover {
    color: #0153ff;
}

section.questions .question label.question-title span {
    position: absolute;
    left: -30px;
    font-size: 18px;
    top: 6px;
    line-height: 25px;
    display:none;
}
section.questions .question label.question-title span i {
    font-size: 12px;
}
section.questions .question .answers-container.icon-dollar:before {
    content: "\f155";
    font-family: FontAwesome;
    font-weight: 300;
    margin-top: 1px;
    font-size: 26px;
    position: absolute;
    margin-left: 0px;
    color: #000033;
}
.section.questions .answers-container {
    margin-top: 30px
}
section.questions .question .answers-container.icon-percent:before {
    content: "\f295";
    font-family: FontAwesome;
    font-weight: 400;
    margin-top: 1px;
    font-size: 26px;
    position: absolute;
    margin-left: 100px;
    color: #000033;
    /* right: -10px; */
}
section.questions .question .answers-container ul {
    padding: 0;
    margin: 0;
}
section.questions .question .answers-container ul li {
    list-style: none;
}
section.questions .question .answers-container ul li input {
    display: none;
}
section.questions .question .answers-container ul li label {
    font-size: 18px;
    margin-left: 5px;
    margin-bottom: 0;
    width: 450px;
    max-width: 100%;
    padding: 10px 5px 8px 20px;
    border: 1px solid #f0f0f0;
    margin-bottom: 15px;
    background: white;
    border-radius: 5px;
    cursor: pointer;
    color: #000033;
    text-align: center;
}
section.questions .question .answers-container ul li label:hover {
    background: white;
    color: #000033;
    border: 1px solid #0153ff;
}
section.questions .question .answers-container ul li label span {
    padding: 5px 7px;
    border: 1px solid #151654;
    background: #000033;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}
section.questions .question .answers-container ul li input:checked + label {
    background: white;
    color: #000033;
    outline: solid 1px #0153ff;
}

section.questions .question .answers-container ul li input:checked + label span {
    color: #000033;
    background: white;
}
section.questions .question .answers-container ul li input:disabled + label {
    cursor: not-allowed;
}
section.questions .question .answers-container select,
section.questions .question .answers-container input[type="text"],
section.questions .question .answers-container input[type="email"],
section.questions .question .answers-container input[type="number"],
section.questions .question .answers-container input[type="tel"] {
    opacity: 1;
    mix-blend-mode: normal;
    background-color: transparent;
    border-color: #000033;
    border-width: 0px 0px 1.3px;
    color: #000033;
    padding: 0px;
    text-align: left;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    background-image: none;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    border-style: solid;
    width: 100%;
    height: 41px;
    outline: 0;
    margin-bottom: 10px;
    max-width: 390px;
    text-align:center;
}
section.questions  #HomeApproximateValue input[type="text"],
section.questions  #InvesmentApproximateValue input[type="text"],
section.questions  #HomeLoanBalance input[type="text"],
section.questions  #InvesmentBalance input[type="text"],
section.questions  #AnnualHouseIncome input[type="text"]
{
    padding-left: 25px;
    padding-right: 25px;
}
section.questions .question .answers-container select option {
    color: black;
}
section.questions .question .answers-container .error-holder {
    display: none;
    color: #ff2d2d;
    font-size: 12px;
    background: white;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    max-width: 310px;
    margin: auto;
}
section.questions .question .answers-container .success-holder {
    display: none;
    color: green;
    font-size: 12px;
    background: white;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
}
section.questions .question .answers-container .answer-confirm {
    margin-top: 10px;
}
section.questions .question .answers-container span {
    font-size: 12px;
}

section.questions .action-buttons #next-question,
section.questions .action-buttons #prev-question {
    width: 170px;
    margin-bottom: 10px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius:50px;
}
section.questions .action-buttons #prev-question {
    background: rgba(255,255,255,0);
    border: none;
    color: #000033;
}

section.questions .question .answers-container .code_section {
    margin-bottom: 30px;
}
section.questions .question .answers-container .code_section p {
    font-size: 12px;
    text-align: center;
}
section.questions .question .answers-container .code_section input {
    margin: 0 5px;
    text-align: center;
    font-size: 24px;
    width: 30px;
}

section.questions .question .answers-container #verify-code {
	margin-bottom: 20px;
    background-color: #0153ff;
    border-color: #0153ff;
    padding: 10px 25px;
    border-radius: 50px;
    width: 170px;
}

#HomeInterestRate .answers-container input[type="number"],
#InvestmentInterestRate .answers-container input[type="number"]{
    width: 100px;
    text-align: center;
    padding-left: 0;
}

#Age .answers-container input[type="number"] {
    width: 120px;
}
img.float-left {
    height: 50px;
    width: auto;
}

img.float-icon {
    height: 80px !important;
    width: auto;
}

.float-left {
    float: left!important;
}
.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
nav.navbar.static-top {
    height: 80px;
    background: rgba(247,247,247,1);
}
.navbar>.container, .navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.float-right {
    float: right!important;
}
.headline {
    font-weight: 700;
    font-size: 43px;
    color: #000033;
}
.footer-logo{
    height: 50px;
    width: auto;
}
#Street input {
    font-size: 18px;
    max-width: 600px;
}
footer{
    background: #000033;
    color: white;
    padding: 100px 0px 30px 0px;
}
footer a{
    color: white;
}
.footer_top {
    font-size: 16px;
    margin-bottom: 60px;
}
.footer_cpy{
    font-size: 13px;
}
.questions{
    margin-bottom: 80px;
    background-color: #f9f9f9;
}
.footer_addess p{
    margin-bottom: 0.4rem;
}
section.questions .question .answers-container ul li img {
    width: 100px;
    height: 100px;
}

@media screen and (min-width: 749px) {
    #MovingDate-field{
        max-width: 273px;
    }
    section.questions .question .answers-container ul {
        display: flex;
        justify-content: center;
    }
    section.questions .question .answers-container ul li label{
        width: 100%;
        max-width: 100%;
        padding: 20px 50px;
        margin-left: auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    section.questions #ElectricityBillAmount .answers-container ul li label{
        padding: 20px 45px;
    }
    /*   section.questions #ElectricityBillAmount .answers-container ul li label{
            padding: 20px 29px;
        }*/
    section.questions #ShadingIssues .answers-container ul li label{
        padding: 20px 46px;
    }
    section.questions .question .answers-container ul li:not(:last-child){
        margin-right: 23px;
    }
    section.questions #MovingHouse.question .answers-container ul li,section.questions #CustomerType.question .answers-container ul li,section.questions #Homeowner.question .answers-container ul li,section.questions #PlanType.question .answers-container ul li,section.questions #ElectricityUsage.question .answers-container ul li,section.questions #GasUsage.question .answers-container ul li,section.questions #ExistingSolar.question .answers-container ul li,section.questions #LifeSupport.question .answers-container ul li{
        flex: none;
    }
    section.questions .question .answers-container ul li img{
        margin-bottom: 10px;
    }
    section.questions #HaveSolarPanels .answers-container ul li{
        flex-basis: 242px;
    }
    section.questions #ExistingSolarReason .answers-container ul li{
        flex-basis: 270px;
    }
}
@media screen and (max-width: 991px) {
    section.questions .question label {
        font-size: 23px;
    }
}
/*mobile version*/
@media screen and (max-width: 749px) {
    #Street input{
        font-size: 14px;
    }
    footer{
        padding-top: 60px;
    }
    .footer_cpy p, .footer_cpy .text-left, .footer_lg,.footer_top,.footer_addess {
        text-align: center !important;
    }
    .static-top img {
        width: auto !important;
        height: 34px !important;
    }
    .footer_about {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center !important;
    }
    .headline {
        font-size: 25px;
    }
    section.questions .question {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    section.questions .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    section.questions .question .answers-container ul li label {
        font-size: 16px;
    }
    section.questions .question label.question-title span {
        left:5px;
    }
    section.questions .question label {
        /*padding-left: 35px;  */
        text-align:center;
    }
    section.questions .question .answers-container ul li input + label {
        font-size: 16px;
        margin-left: 0;
    }
    section.questions .question .answers-container select,
    section.questions .question .answers-container input[type="text"],
    section.questions .question .answers-container input[type="email"],
    section.questions .question .answers-container input[type="number"],
    section.questions .question .answers-container input[type="tel"] {
        font-size:16px;
        max-width:280px;
    }
    section.questions .question p {
        font-size: 12px;
    }
    /*section.questions #final.question label { padding-left: 0px; }*/
    section.questions #final.question label b {
        display: block;
    }
    section.questions #final.question label br {
        display: none;
    }
}

@media screen and (max-width: 440px) {
    section.questions .question label {
        font-size: 16px;
    }
    section.questions .question .answers-container ul li input + label {
        font-size: 14px;
        padding-right: 20px;
    }
    section.questions .question .answers-container ul li input:checked + label:after {
        right: 5px;
    }
    section.questions .question .answers-container ul li img{
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    .static-top img{
        width: auto !important;
        height: 44px !important;
    }
    .why_ener{
        margin: 20px;
    }
}