.heading-1 {
  color: #fff;
  font-weight: bolder;
  line-height: 1.1;
  font-size:32px;
}

body {
  font-family: 'Bitter';
  font-size: 16px;
}

#form-section{
  background: url(../img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 20% 50%;
  min-height: 50vh;
}

.heading-subtext {
  color: #fe8801;
    font-weight: 600;
    margin-bottom: 0px;
}

header{
  box-shadow: #a5a2a2 0px 0px 3px 0px;
  padding-bottom: 5px;
}

.calculate-solar-text {
   margin-bottom: 20px;
  color: #f3f3f3;
  font-style: italic;
  font-size: 24px;
}

.min-vh{
  min-height: 90vh;
}

.right-side-form {

}

.free-text-bold {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.calculate-solar-items-text {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  vertical-align: middle;
  display: inline-block;
}

.left-side-form {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.navbar{
  box-shadow: 0 3px 2px 0px #e7e7e7;
}

.logo{
  max-width: 170px;
}

.text-below-logo{
  font-size: 14px;
}

.form-heading {
  font-weight: 600;
  font-size: 20px;
  color: #212529 !important;
  border-bottom: 1px solid #919191;
  padding-bottom: 5px;
}

.your-progress, .progress-percentage {
  font-size: 12px;
  margin-bottom: 5px;
  color: #252b31;
  font-weight: 500;
}

.progress {
  height: 10px;
  background: #fff;
  border-radius: 0;
}

.progress-bar {
  background-color: #5ccf00;
  transition: width .5s ease-in-out;
}

.container {
  max-width: 1200px;
}

.side-padded-form {
  padding: 10px 15px
}

legend {
  font-size: 18px;
  font-weight: 700;
  color: #303030;
}

.form-check-label {
  font-weight: 400;
  margin-left: 0px;
  cursor: pointer;
  transition: background-color .2s ease-in-out,color .2s ease-in-out,font-size .2s ease-in-out;
  padding: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  font-size: 14px;
}


.non-shaded-bg {
  padding-top: 15px;
  padding-bottom: 15px;
}

.shaded-bg {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-header{
  background: #0077c0;
  padding-top: 16px;
  padding-bottom: 14px;
}

.heading-form{
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 2px;
  line-height: 1.2;
}

.heading-form-subtext{
  color: #9dd7fa;
  text-align: center;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 16px;
}

.progress-wrapper{
  margin-top: 0;
  margin-bottom: 0;
}

.fieldset legend {
  margin-bottom: .5rem;
  margin-top: .5rem;
}

.form-step {
  padding:30px 0 50px 0;
  display: none;
  background: #fff;
}

.form-step.active{
  display: block;
}

.form-check-input:checked {
  background-image: url("../../assets/img/check%20form.png") !important;
  border: none !important;
}


.form-check-label:hover, .form-check-label:checked{
  background-color: #0077c0;
  color: #fff;
}
.form-check-input:checked + .form-check-label {
  color: #ffffff;
  background-color: #0077c0;
}

.form-check-input:checked + .form-check-label-image {
  box-shadow: 0 0 5px 1px rgba(173, 173, 173, 0.5);
  border: 1px solid #161616;
}

.form-check-input {
  background-image: url("../../assets/img/uncheck%20form.png");
  border: none;
  height: 25px;
  width: 25px;
  transition: all ease .3s;
  margin-right: 8px;
}

.image-label-text {
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}

.form-check-inline-image {
  padding-left: 0;
  margin-right: 8px;
  min-width: 50px!important;
  width: 100%;
}

.form-check-inline-image .form-check-input:checked + .form-check-label .active-checkbox-icon {
  display: block;
}

.form-check-inline-image .form-check-input:checked + .form-check-label .inactive-checkbox-icon {
  display: none;
  transition: all ease .3s;
}


.active-checkbox-icon {
  display: none;
  transition: all ease .3s;
}

.form-check-label-image {
  border: 1px solid #d0d2d2;
  padding: 12px 10px;
  transition: all ease .3s;
  margin-bottom: 10px;
  width: 100%;
  min-height: 110px;
}

.form-check-label-image img{
  margin: 0 auto;
}

.inactive-checkbox-icon{
  display: block;
}

.form-control {
  padding: 10px 15px;
  border: 2px solid #6d6d6d;
  border-radius: 50px;
  background-color: #ededed;
}

.form-control:focus {
  color: #303030;
  background-color: #fff;
  border-color: #009eff;;
  outline: 0;
  box-shadow: none;
}

.survey-form {
  box-shadow: 0 5px 20px -10px rgb(48 48 48);
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.wrapper-details {
  width: 100%;
  padding: 20px 15px 0px 15px;
}

.wrapper-below-image {
  width: 100%;
  padding: 50px 15px 0px 15px;
  margin-bottom: 30px;
}

.btn-next{
  background-color: #ff5f1b;
  color: #fff;
  padding: 10px 80px;
  border-radius: 50px;
  transition: all ease-in-out .3s;
}

.btn-next:hover{
  background-color: #d64000;  
  color: #fff;
}

.btn-lg{
  font-size: 16px;
  margin-top: 1rem;
}

footer {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'Poppins';
}

.footer-link {
  margin: 0 5px;
}

.footer-link a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-link a {
  color: #979797;
  text-decoration: none;
}

.disclaimer-wrapper {
  margin: 0 auto;
  margin-top: 30px;
  border-top: 2px solid #b2b2b2;
  padding-top: 30px;
}

.disclaimer-text {
  color: #979797;
  font-family: 'Poppins';
}

.form-check-input[type=checkbox] {
  border-radius: 0;
  background-image: none;
  border: 2px solid grey;
  height: 16px;
  width: 16px;
  border-radius: 50px;
  align-items: center;
  margin-top: 8px;
}

.owner-checkbox-label {
  font-size: 16px;
  color: #004795;
  line-height: 2;
}

#submit-btn {
  padding: 20px 10px;
  font-size: 16px;
  width: 100%;
  font-weight: 600;
  transition: all ease .3s;
  background-color: #ff5f1b;
  margin-bottom: 20px;
  border: none;
  border-color: transparent;
  border-radius: 50px;
}

.tcpa-text {
  color: #979797;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 20px;
}

.shaded-label{
  border-radius: 3px;
  padding: 10px;
  color: white;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 20px;
  background: #1d5da0;
  text-align: center;
}

.header-2{
  color: #1d5da0;
}

.steps{
  background-color: #fff;
  padding: 4rem 0;
}

.copyright-text {
  color: #979797;
}

.form-heading2 {
  font-size: 26px;
  line-height: 1.2;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

#submit-btn:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 10px -5px #a5a5a5;
}

.checkradio-container{
  position: relative;
  display: flex;
  border-radius: 0;
  overflow: inherit;
  border: 1px solid transparent;
}

.checkradio-container +* {
  clear: right;
}

.checkradio-container > *+* {
  border-left: 1px solid #6d6d6d;
}

.form-check-inline{
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-basis: auto;
  background-color: #ededed;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 700;
  color: #000000;
  padding: 0;
  margin: 0;
  text-align: center;
  transition: background-color .2s ease-in-out,color .2s ease-in-out,font-size .2s ease-in-out;
  width: 100%;
  flex-direction: column;
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid #6d6d6d;
  margin-bottom: 1rem;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.checkradio-container .form-check .form-check-input{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  z-index: -1;
}

#step-2{
  display: none;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #0077c0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230077c0' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #0077c0;
  box-shadow: 0 0 0 0.25rem rgb(217 238 255);
}

legend, .invalid-feedback{
  transition: all ease .3s;
}

.modal-body {
  background-color: #fff;
  color: #fff;
  padding: 30px;
}

.modal-content-wrapper {
  max-width: 720px;
  margin: 0 auto;
}

.loader {
  max-width: 100px;
}

.loader-heading {
  font-size: 38px;
  font-weight: 600;
  margin-top: 20px;
  color: #222;
}

.loading-texts{
  font-size: 20px;
  color: #222;
}

.loading-texts img{
  margin-right: 10px;
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  from {
       opacity: 0;
  }

  to {
       opacity: 1;
  }
}

.iti__selected-flag {
  max-height: 52px;
}

.pac-item {
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}

.pac-item:hover {
  background-color: #ececec;
}

.pac-item-query {
  font-size: 16px;
}

#page-loader {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #1f2a3e;
  z-index: 99999;
}

#loading-image {
  z-index: 100;
  width: 100px;
}

.thank-you-box-wrapper {
  background-color: #ffffff;
  padding: 2rem 2rem;
  box-shadow: #888888 0px 4px 10px -5px;
  margin-bottom: 20px;
  min-height: 300px;
}

.solar-icon-content{
  text-align: center;
}

.solar-icon-content img{
  margin-bottom: 20px;
}

.form-footer{
  font-size: 14px;
  background: #f0f0f0;
}

.form-footer p{
  margin-bottom: 0;
}


@media (min-width: 576px) {

  .form-control {
    padding: 14px 20px;
  }

  .fieldset legend{
    margin-bottom: 1rem;
  }

  .checkradio-container{
    position: relative;
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    /* border: 1px solid #6d6d6d; */
  }

  .btn-lg {
    font-size: 20px;
    margin-top: 1rem;
  }
  .form-check-inline{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-basis: 0px;
    background-color: #ededed;
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 700;
    color: #000000;
    padding: 0;
    margin: 0;
    text-align: center;
    transition: background-color .2s ease-in-out,color .2s ease-in-out,font-size .2s ease-in-out;

  }
  

  .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  
  #estimate-now-btn {
    background-color: #343434;
    padding: 24px 40px;
    font-size: 24px;
    border-radius: 50px;
    width: 100%;
    font-weight: 600;
    transition: all ease .3s;
  }

  #submit-btn {
    padding: 24px 40px;
    font-size: 24px;
  }


  .heading-1{
    font-size:38px;
  }

  .side-padded-form {
    padding: 10px 30px;
  }

  .wrapper-details {
    padding: 20px 30px 20px 30px;
  }

  .logo{
    width: auto;
  }

  .text-below-logo{
    font-size: 16px;
  }

  .left-side-form {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-check-label{
    font-size: 16px;
    min-height: 50px;
    padding: 15px 10px;
  }
}

@media (min-width: 768px) {
  .heading-1{
    font-size:68px;
  }

  .left-side-form {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .heading-form {
    font-size: 30px;
    font-weight: 700;
  }

  .heading-form-subtext{
    font-weight: 500;
    font-size: 18px;
  }

  .form-header{
    padding-top: 15px;
    padding-bottom: 12px;
  }

}