.form-section {
    display: none;
}

.logo-img {
    max-width: 180px;
    margin: 10px auto;
    display: block;
    height: auto;
}

.logo {
    width: 200px;
    height: auto;
    text-decoration: none;
}

.logo span{
    color:#1B8EFF;
}

.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;
}

.form-label {
    margin-bottom: 0;
}

body {
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #000;
}

.hero-text{
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.main-content img {
    width: 100%;
    height: auto;
}

.main-content {
    padding: 0 10px;
}

#survey-form {
    position: relative;
    z-index: 99;
}

.form-check {
    position: relative;
    margin-top: 10px;
    padding: 0;
}

.main-form {
    position: relative;
    margin-bottom: 20px;
}

.inner-form-container {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    position: relative;
    box-shadow: 0px 3px 20px 2px rgb(179 179 179 / 60%);
    border: 1px #7c7c7c solid;
}

.form-container {
    padding: 30px 15px;
    overflow: hidden;
}

.form-title {
    font-size: 24px;
    color: #1B8EFF;
    font-weight: 500;
}

.form-heading {
    font-weight: 500;
    color: #000000;
    margin-bottom: 1em;
    font-size: 18px;
}

p {
    font-weight: 300;
    line-height: 1.6em;
    font-size: 18px;
}

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: #0081ff;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: block;
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 1.2em;
    transition: all ease 0.3s;
    width: 98%;
    margin-right: 1%;
    margin-left: 1%
}

#submit-btn:hover, .next-btn:hover {
    box-shadow: #b6b6b6 0px 4px 8px -2px;
    background-color: #0066c9;
    color: #ffff;
}

.btn svg{
    font-size: 12px;;
}
.back-btn{
    background: #9f9f9f;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 1.2em;
    transition: all ease 0.3s;
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
}

.back-btn:hover {
    box-shadow: #b6b6b6 0px 4px 8px -2px;
    background-color: #919191;
    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: #007adf;
    color:#fff;
    font-family: 'Open Sans';
    font-weight: 400;
}
footer a{
    color:#fff;
}

footer a:hover{
    color:#fff;
}

footer p{
    font-size: 16px;
    font-weight: 400;
}

.footer-text {
    font-size: 13px;
    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;
}


.form-check-label {
    display: block;
    cursor: pointer;
    margin-left: 0.2em;
    color: #313131;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 40px;
    background-color: #ededed;
    border-radius: 5px;
    font-size: 18px;
}

ul li {
    font-weight: 300;
}

.form-check-input {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    margin-left: 0;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.6);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    box-shadow: none;
    transition: all ease .2s;
    float: none !important;
    margin-left: 0.2em !important;

}

.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: #ade6ff;
}

.form-check:hover .form-check-input {
    border-color: #1e1e1e;
    color: #1e1e1e;
    border-width: 5px;
    border-color: #2196f3;
    color: #2196f3;
    border-width: 8px;
}

.error {
    color: #d90000;
    font-size: 14px;
    transition: all ease 0.3s;
}

.progress {
    display: flex;
    display: -ms-flexbox;
    height: 15px;
    overflow: hidden;
    z-index: 1;
    font-size: .5rem;
    background-color: #ffffff;
    border-bottom: 1px #7c7c7c solid;
    padding: 0;
    position: relative;
    line-height: 0;
    border-radius: 0;
}

.progress-bar {
    display: flex;
    height: 15px;
    overflow: hidden;
    font-size: .5rem;
    border-radius: 0;
    background-color: #2196f3;
    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: 8%;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.progress .progress-bar {
    animation-name: animateBar;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .5s;
    animation-delay: .2s;
}
@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;
}


.thank-you-box-wrapper h1,.thank-you-box-wrapper h2, .thank-you-box-wrapper h3,.thank-you-box-wrapper h4{
    color: #0080ff;
}

@media (min-width: 620px) {
    #arrow-form {
        display: block;
    }
}

@media (min-width: 768px) {
    .form-container {
        padding: 30px 40px;
    }
    .main-content {
        padding: 0;
    }
    h1,
    .heading {
        font-size: 30px;
    }

    
    .form-title {
        font-size: 28px;
    }

    .thank-you-box-wrapper{
        min-height: 270px;
    }
    
}

@media (min-width: 992px) {


    .thank-you-box-wrapper{
        min-height: 380px;
    }
    
}

/*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: #0081ff;
    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: #0081ff;
  }
  
  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: #0081ff;
  }
  
  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(#0081ff,#0081ff) 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: #0081ff;
    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: #0081ff;
  }
  
  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: #0081ff;
  }
  
  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(#0081ff,#0081ff) 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: #0081ff;
    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: #0081ff;
  }
  
  input[type=range].average_monthly_electric_bill:hover::-ms-track {
    background: #D6D6D6;
  }
  
  input[type=range].average_monthly_electric_bill::-ms-thumb:active {
    background: #0081ff;
  }
  
  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: #0081ff;
  }
  

  .pac-item {
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
  }
  
  .pac-item:hover {
    background-color: #acd9ff;
  }

  .pac-item-query {
    font-size: 16px;
  }
