.progress {
  background: #fff;
  height: 10px;
  position: relative;
  overflow: inherit;
  box-shadow: rgb(212, 212, 212 / 10%) 0px 0px 5px 5px;
}

.progress-wrapper{
  margin-top: 0;
  margin-bottom: 0;
}

.progress-bar {
  background-color: #ffbf00;
  position: relative;
  overflow: inherit;
  border-radius: 5px;
}

.progress-percentage {
  font-size: 14px;
  margin-bottom: 5px;
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  right: -18px;
  top: -30px;
}

.progress-status-text {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 5px;
}

.logo{
  width:160px;
}

header {
  /* box-shadow: #696969 0px 0px 10px -5px;
  border-bottom: 2px solid #eee; */
  margin-bottom: 20px;
}

h1 {
  font-family: 'Lato';
  font-weight: 800;
  color: #3d3d3d;
}

main {

  background-image: linear-gradient(148deg, rgba(33, 48, 183, 0.59) 19%, rgba(255, 145, 94, 0.35) 100%), url('../img/d3_2.jpg');
  background-position: bottom center;
  min-height: 100vh;
  background-size: cover;
  padding-bottom: 10px;
}

.primary-heading {
  color: #3d3d3d !important;
}

.wrapper-narrow-maxwidth {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.primary-color {
  color: #222222;
}

.form-wrapper {
  margin: 50px auto 75px auto;
  width: 100%;
  background-color: #fff;
  padding: 30px 20px 15px;
  border-radius: 8px;
  box-shadow: #0e0e0e 0px 0px 20px -10px;
  overflow: hidden;
  position: relative;
}

.primary-sub-text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 18px 0;
  line-height: 1.2;
}

.select-img {
  width: 100%;
  max-width: 40px;
  margin: 4px auto;
  transition: all ease-in-out .3s;
}

.select-label-option {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px;
  border: 4px solid #bbbbbb;
  transition: all ease-in-out .3s;
  cursor: pointer;
  border-radius: 8px;
  background-color: #f4f4f4;
}

input[type="radio"] {
  position: absolute;
  left: -99999px;
  opacity: 0;
}

.box-option-title {
  font-weight: 600;
  font-size: 16px;
  transition: all ease-in-out .3s;
}

.box-option-title small{
  font-size: 16px;
    color: #4f4f4f;
    font-weight: 400;
}

.select-label-option:hover {
  background-color: #46B6FF!important;
  border: 4px solid #1ba4ff;
  transform: translateY(-5px);
}

.select-label-option:hover .select-img {
  filter: brightness(0) invert(1);
  transform: scale(1.1);
}

.select-label-option:hover .box-option-title, .select-label-option:hover .box-option-title small{
  color: #fff;
}

.select-box {
  margin-bottom: 20px;
}

.three-cols {
}

input[type="radio"]:checked + label {
  background-color: #46B6FF;
  border: 2px solid #1aa1fc;
}

.disclosure-text {
  font-size: 14px;
  color: #ffffff;
  font-weight: 200;
  line-height: 1.4;
  text-align: center;
}

.impt-disclosure {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: center;
}

footer {
  background-color: #000000;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-link {
  color: #ffffff;
  text-decoration: none;
  transition: all ease .3s;
  margin: 0 10px;
}

.copyright {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: center;
}

.range-label {
  margin: 0 auto;
  text-align: center;
  width: 200px;
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #656565;
}

.questions {
  font-weight: 700;
  color: #262626;
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.2;
  text-align: center;
  display: block;
}

.form-range {
  border: none;
}

.form-range:focus {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
}

.form-range::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  margin-top: -6px;
  -webkit-appearance: none;
  appearance: none;
}

.form-nav-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 50px;
  margin-top: 30px;
}

.next-btn {
  transition: all ease .3s;
  background-color: #46B6FF;
  color: #fff;
  padding: 8px 20px;
  min-width: 120px;
  font-size: 18px;
}

.next-btn:hover {
  background-color: #0a99f8;
  color: #fff;
}

.back-btn {
  font-size: 18px;
}

.icon-back {
  margin-bottom: 4px;
  margin-right: 6px;
  color: #1c1c1c;
}

.icon-forward {
  margin-bottom: 4px;
  margin-left: 6px;
}

.form-label {
  font-size: 16px;
  font-weight: 500;
}

.submit-btn {
  width: 100%;
  font-weight: 600;
  color: #fff;
}

label.error {
  color: #cd2b2b;
  font-size: 14px;
  transition: all ease .3s;
  margin: auto;
  display: block;
  text-align: center;
}

.form-control {
  margin-bottom: 10px;
  background-color: #f9f9f9;
}

#step-1 {
  display: block;
}

.form-steps {
  display: none;
  position: relative;
}


/* Start Range style */

input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #dee2e6;
  border-radius: 0px;
  border: 0px solid #ffffff;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px #818181;
  border: 1px solid #ebebeb;
  height: 30px;
  width: 20px;
  border-radius: 5px;
  background: #181818;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #dee2e6;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #dee2e6;
  border-radius: 0px;
  border: 0px solid #ffffff;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 1px #818181;
  border: 1px solid #ebebeb;
  height: 30px;
  width: 20px;
  border-radius: 5px;
  background: #181818;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #dee2e6;
  border: 0px solid #ffffff;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #dee2e6;
  border: 0px solid #ffffff;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 1px #818181;
  border: 1px solid #ebebeb;
  height: 30px;
  width: 20px;
  border-radius: 5px;
  background: #181818;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #dee2e6;
}
input[type=range]:focus::-ms-fill-upper {
  background: #dee2e6;
}
/* End Range style */

@media (min-width: 768px) {
  .select-img {
    max-width: 80px;
    margin: 10px auto;
  }

  .logo{
    width: 260px;
  }
}

.select-label-option {
  padding: 10px;
}

@media (min-width: 768px) {
  .questions {
    font-size: 28px;
  }
}

.box-option-title {
  font-size: 18px;
  text-align: center;
  line-height: 1;
}

@media (min-width: 768px) {
  .primary-sub-text {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 15%;
  }
}

@media (min-width: 768px) {
  .form-wrapper {
    padding: 50px 30px 40px;
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .select-label-option {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .form-label {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .next-btn {
    padding: 14px 25px;
  }
}

.input-field-wrapper {
  max-width: 571px;
  margin-left: auto !important;
  margin-right: auto !important;
}



/*  */
/*  **************************************************************************************   SOLAR CSS START */
/*  */

#solar-progress-text{
  font-size: 14px;
  position: absolute;
  top: -20px;
  color: #ff6600;
  z-index: 99999;
  right: -20px;
}

.solar-progress-wrapper{
  padding: 0 20px 0 20px;
}

.solar-progress{
  background-color: #e7e7e7;
  border-radius: 0;
  box-shadow: none;
  height: 15px;
  margin-bottom: 20px;
  overflow: unset;
}

.solar-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;
}

.solar-progress .solar-progress-bar {
  animation-name: animateBar;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: .5s;
  animation-delay: .2s;
  overflow: unset;
}

main.solar{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #000;
  /* background: url(../img/solar/solar-bg.jpg?1)!important; */
  background-position: center bottom;
  background-attachment: fixed!important;
  background-size: cover!important;
}

main.solar section .container{
  display: flex;
  flex-direction: column;
  align-items: center;
}

main.solar h4{
  font-size: 16px;
}

.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;
}

.logo-img {
  width: 100%;
  max-width: 155px;
  margin: 0 auto;
  display: block;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.heading{
  font-size: 26px;
  color: #1f1f1f;
  font-weight: 700;
}

.solar-main-form {
  position: relative;
  margin-bottom: 20px;
  background-color: #020333;
  margin: 0px 20px 0 20px;
}

.solar-form-container{
  padding: 20px;
}

#solar-survey-form{
  position:relative;
  z-index: 99px;
}

.current-form{
  display: block;
}

.form-section {
  display: none;
}

.main-title {
  width: 100%;
  color: #fff;
  margin-bottom: 20px;
}

.form-check {
  display: flex;
  position: relative;
  margin-top: 10px;
  padding: 0;
}

.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;
}


.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;
}

.solar-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;

}

.solar-back-btn:hover {
  background-color: #e95d00;
  color: #ffff;
}

#solar-submit-btn, .solar-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;
}

#solar-submit-btn:hover, .solar-next-btn:hover {
  background-color: #e95d00;
  color: #ffff;
}

.solar-form-label{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.small{
  color: #fff;
}


@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;
  }

  .solar-progress{
    height: 25px;
  }

  .solar-progress-bar{
    height: 25px;
  }
}

@media (min-width: 620px) {
  .inner-form-container-body{
    padding: 1rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .logo-img {
    max-width: 210px;
    padding: 5px;
    display: inline-block;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .heading{
    font-size: 30px;
  }

  .solar-form-container{
    padding: 30px 40px;
  }
}