.form-section {
    display: none;
}

.current-form{
    display: block;
}

.logo-img {
    width: 100%;
    max-width: 155px;
    margin: 0 auto;
    display: block;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.logo {
    width: 200px;
    height: auto;
    text-decoration: none;
}

.logo span{
    color:#23a564;
}

.logo h1{
    font-size: 20px;
    font-weight: 600;
}

h1,
.heading {
    color: #1f1f1f;
    font-size: 26px;
    font-weight: 700;
}

h2,
.subheading {
    color: #404040;
    font-weight: 400;
    font-size: 24px;
}

h4 {
    font-size: 16px;
}

.form-label {
    margin-bottom: 10px;
    color: #fff;
    font-size: 15px;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000;
    background: url(../img/solar-bg.jpg?1);
    background-position: center bottom;
    background-attachment: fixed;
    background-size: cover;
}

.small {
    color: #fff;
}



.main-content img {
    width: 100%;
    height: auto;
}

.main-content {
    padding: 0 10px;
}

#survey-form {
    position: relative;
    z-index: 99;
}

.form-check {
    display: flex;
    position: relative;
    margin-top: 10px;
    padding: 0;
}

.main-form {
    position: relative;
    margin-bottom: 20px;
    background-color: #020333;
    margin: 0px 20px 0 20px;
}


.main-title {
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
}

#progress-text {
    font-size: 14px;
    position: absolute;
    top: -20px;
    color: #ff6600;
    z-index: 99999;
    right: -20px;
}

.title-container {
    background-color: #fff;
    /* border-bottom: 1px solid #d4d0d0; */
    padding: 20px 20px 5px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #b6b3b3;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.title-container p {
    background-color: #fff;
}

.container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inner-form-container {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 800px;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.5rem;
    outline: 0;
    box-shadow: 0px 4px 20px 0px #939393;
    margin-bottom: 2rem;
}

.inner-form-container-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.inner-form-container-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0rem;
    padding-top: 0;
    padding-bottom: 2rem;
}

.form-container {
    padding: 20px;
}

.progress-wrapper {
    padding: 0 20px 0 20px;
}

.form-title {
    font-size: 18px;
    color: #23a564;
    font-weight: 500;
    line-height: 6px;
}

.form-heading {
    font-weight: 500;
    color: #000000;
    margin-bottom: 1em;
    font-size: 16px;
}

p {
    font-weight: 300;
    line-height: 1.6em;
    font-size: 1em;
}

input {
    background-color: #fafafa !important;
    color: #666;
    border-radius: 5px;
    box-shadow: inset 0px 2px 3px #eeeeee;
    -webkit-box-shadow: inset 0px 2px 3px #eeeeee;
    -moz-box-shadow: inset 0px 2px 3px #eeeeee;
}

.text-input {
    padding: 10px;
}

.select2-container--bootstrap4 .select2-results__option {
    font-size: 14px;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    color: #fff;
    background-color: #474747;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #000000;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(62 62 62 / 25%);
    box-shadow: 0 0 0 0.2rem rgb(87 87 87 / 25%);
}

.form-range {
    box-shadow: none;
    background: none !important;
}

#average_monthly_electric_bill{
    position: relative;
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
}

#average_monthly_electric_bill::before {
    content: "$30";
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

#average_monthly_electric_bill::after {
    content: "$900";
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

#submit-btn, .next-btn {
    background: #ff6600;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 15px;
    margin-left: auto;
    cursor: pointer;
    float: right;
}

#submit-btn:hover, .next-btn:hover {
    background-color: #e95d00;
    color: #ffff;
}

.back-btn{
    background: #ff6600;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 15px;
    margin-left: auto;
    cursor: pointer;
    float: left;

}

.back-btn:hover {
    background-color: #e95d00;
    color: #ffff;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(176 176 176 / 25%);
}

footer {
    padding: 20px;
    background: rgb(2 3 51);
}

.footer-text {
    font-size: 13px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.footer-links {
    color: #fff;
    text-align: center;
}

.footer-links a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #1e1e1e;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(228, 228, 228, 0.25);
}

section {
    overflow: hidden;
}

main {

    padding-bottom: 4rem;
    min-height: 100vh;
    background-attachment: fixed;
}

.row {
    justify-content: space-around;
}

.form-check-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    /* margin-left: 0.2em; */
    color: #313131;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 5px;
    background-color: #ededed;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    height: 100%;
    min-height: 90px;
    transition: all ease .3s;
}

.form-check-label span{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
}

ul li {
    font-weight: 300;
}

.form-check-input {
    visibility:hidden;
}

.form-check-input:checked {
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    color: #1e1e1e;
    border-width: 5px;
}

.form-check-input:focus {
    border-color: #1e1e1e;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(82 82 82 / 25%);
}

.form-check-input:checked[type=radio] {
    background-image: none;
}

/**.form-check:hover .form-check-label {
    color: #1e1e1e !important;
}**/

.form-check-label:hover, .form-check-input:checked ~ .form-check-label{
    background-color: #FDB381;
}

.form-check:hover .form-check-input {
    border-color: #1e1e1e;
    color: #1e1e1e;
    border-width: 5px;
}

label.error {
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    margin-top: .5rem;
    transition: all ease 0.3s;
}

.progress {
    background-color: #e7e7e7;
    border-radius: 0;
    box-shadow: none;
    height: 15px;
    margin-bottom: 20px;
    overflow: unset;
}

.progress-bar {
    display: flex;
    height: 15px;
    overflow: hidden;
    font-size: .5rem;
    border-radius: 0;
    background-color: #ff6600;
    position: relative;
    z-index: 1;
    transition: width .8s ease;
}

.progress-bar-striped {
    /**background-image: linear-gradient(90deg,rgb(255 255 255 / 0%) 90%, rgb(255 255 255) 69%, rgb(255 255 255) 69%, rgb(255 255 255) 100%, rgb(255 255 255 / 0%) 140%);
    background-size: 1rem 1rem;**/
}

.progress:after {
    /* content: '';
    background: url(../img/progress-bg-spacer.png);
    background-size: 12%;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 90%;
    opacity: 1; */
}

.progress .progress-bar {
    animation-name: animateBar;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .5s;
    animation-delay: .2s;
    overflow: unset;
}
@keyframes animateBar {
    0% {transform: translateX(-100%);}
    100% {transform: translateX(0);}
}

.content-box{
    background-color: #ffffff;
    padding: 2rem;
    margin: 2rem auto;
    max-width: 980px;
}
.thank-you-box-wrapper{
    background-color: #ffffff;
    padding: 2rem 2rem;
    box-shadow: #888888 0px 4px 10px -5px;
    margin-bottom: 2rem;
    min-height: 160px;
}


@media (min-width: 576px) {
    .form-check-label {
        padding: 20px 5px;
        min-height: 130px;
    }
    
    .form-check-label span{
        font-size: 18px;
        font-weight: 500;
        line-height: 1.25;
    }

    .progress {
        height: 25px;
    }
    
    .progress-bar {
        height: 25px;
    }

}

@media (min-width: 620px) {
    #arrow-form {
        display: block;
    }
    .logo h1{
        font-size: 24px;
        font-weight: 700;
    }

    .inner-form-container-body {
        padding: 1rem;
        padding-top: 0;
        padding-bottom: 2rem;
    }
}

@media (min-width: 768px) {
    .form-container {
        padding: 30px 40px;
    }
    .main-content {
        padding: 0;
    }
    h1,
    .heading {
        font-size: 30px;
    }

    .logo-img {
        max-width: 210px;
        padding: 5px;
        display: inline-block;
        height: auto;
        margin-top: 1rem;
        margin-bottom: 0;
    }
    .logo h1{
        font-size: 26px;
        font-weight: 700;
    }
    
    .form-title {
        font-size: 22px;
    }

    .thank-you-box-wrapper{
        min-height: 270px;
    }
    
}

@media (min-width: 992px) {

    .logo h1{
        font-size: 2.5rem;
        font-weight: 700;
    }

    .thank-you-box-wrapper{
        min-height: 220px;
    }
    
}

/*generated with Input range slider CSS style generator (version 20211225)
https://toughengineer.github.io/demo/slider-styler*/
input[type=range].average_monthly_electric_bill {
    -webkit-appearance: none;
  }
  
  /*progress support*/
  input[type=range].average_monthly_electric_bill.slider-progress {
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--value) - var(--min)) / var(--range));
    --sx: calc(0.5 * 25px + var(--ratio) * (100% - 25px));
  }
  
  /*webkit*/
  input[type=range].average_monthly_electric_bill::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 1em;
    background: #1cb367;
    border: none;
    box-shadow: 0 0 2px black;
    margin-top: calc(10px * 0.5 - 25px * 0.5);
  }
  
  input[type=range].average_monthly_electric_bill::-webkit-slider-runnable-track {
    height: 10px;
    border: none;
    border-radius: 0;
    background: #DEDEDE;
    box-shadow: none;
  }
  
  input[type=range].average_monthly_electric_bill::-webkit-slider-thumb:hover {
    background: #1cb367;
  }
  
  input[type=range].average_monthly_electric_bill:hover::-webkit-slider-runnable-track {
    background: #D6D6D6;
  }
  
  input[type=range].average_monthly_electric_bill::-webkit-slider-thumb:active {
    background: #1cb367;
  }
  
  input[type=range].average_monthly_electric_bill:active::-webkit-slider-runnable-track {
    background: #D5D5D5;
  }
  
  input[type=range].average_monthly_electric_bill.slider-progress::-webkit-slider-runnable-track {
    background: linear-gradient(#007cf8,#007cf8) 0/var(--sx) 100% no-repeat, #DEDEDE;
  }
  
  input[type=range].average_monthly_electric_bill.slider-progress:hover::-webkit-slider-runnable-track {
    background: linear-gradient(#007cf8,#007cf8) 0/var(--sx) 100% no-repeat, #D6D6D6;
  }
  
  input[type=range].average_monthly_electric_bill.slider-progress:active::-webkit-slider-runnable-track {
    background: linear-gradient(#1cb367,#1cb367) 0/var(--sx) 100% no-repeat, #D5D5D5;
  }
  
  /*mozilla*/
  input[type=range].average_monthly_electric_bill::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 1em;
    background: #1cb367;
    border: none;
    box-shadow: 0 0 2px black;
  }
  
  input[type=range].average_monthly_electric_bill::-moz-range-track {
    height: 10px;
    border: none;
    border-radius: 0;
    background: #DEDEDE;
    box-shadow: none;
  }
  
  input[type=range].average_monthly_electric_bill::-moz-range-thumb:hover {
    background: #1cb367;
  }
  
  input[type=range].average_monthly_electric_bill:hover::-moz-range-track {
    background: #D6D6D6;
  }
  
  input[type=range].average_monthly_electric_bill::-moz-range-thumb:active {
    background: #1cb367;
  }
  
  input[type=range].average_monthly_electric_bill:active::-moz-range-track {
    background: #D5D5D5;
  }
  
  input[type=range].average_monthly_electric_bill.slider-progress::-moz-range-track {
    background: linear-gradient(#007cf8,#007cf8) 0/var(--sx) 100% no-repeat, #DEDEDE;
  }
  
  input[type=range].average_monthly_electric_bill.slider-progress:hover::-moz-range-track {
    background: linear-gradient(#007cf8,#007cf8) 0/var(--sx) 100% no-repeat, #D6D6D6;
  }
  
  input[type=range].average_monthly_electric_bill.slider-progress:active::-moz-range-track {
    background: linear-gradient(#1cb367,#1cb367) 0/var(--sx) 100% no-repeat, #D5D5D5;
  }
  
  /*ms*/
  input[type=range].average_monthly_electric_bill::-ms-fill-upper {
    background: transparent;
    border-color: transparent;
  }
  
  input[type=range].average_monthly_electric_bill::-ms-fill-lower {
    background: transparent;
    border-color: transparent;
  }
  
  input[type=range].average_monthly_electric_bill::-ms-thumb {
    width: 25px;
    height: 25px;
    border-radius: 1em;
    background: #1cb367;
    border: none;
    box-shadow: 0 0 2px black;
    margin-top: 0;
    box-sizing: border-box;
  }
  
  input[type=range].average_monthly_electric_bill::-ms-track {
    height: 10px;
    border-radius: 0;
    background: #DEDEDE;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
  }
  
  input[type=range].average_monthly_electric_bill::-ms-thumb:hover {
    background: #1cb367;
  }
  
  input[type=range].average_monthly_electric_bill:hover::-ms-track {
    background: #D6D6D6;
  }
  
  input[type=range].average_monthly_electric_bill::-ms-thumb:active {
    background: #1cb367;
  }
  
  input[type=range].average_monthly_electric_bill:active::-ms-track {
    background: #D5D5D5;
  }
  
  input[type=range].average_monthly_electric_bill.slider-progress::-ms-fill-lower {
    height: 10px;
    border-radius: 0px 0 0 0px;
    margin: -undefined 0 -undefined -undefined;
    background: #007cf8;
    border: none;
    border-right-width: 0;
  }
  
  input[type=range].average_monthly_electric_bill.slider-progress:active::-ms-fill-lower {
    background: #1cb367;
  }


  