.faq button::after {
    content: "+";
    background-color: white;
    padding: 2px;
    border-radius: 50%;
    float: right;
    text-align: right;
    height: 15px;
    line-height: 12px;
}
.solar-banner{
        min-height: 399px;
        background-repeat: no-repeat !important;
        background-size: cover !important;
      }
      .midde-container {
        max-width: 70%;
        margin: 0 auto;
      }
      .midde-container h1 {
        color: #000;
        font-family: BioRhyme;
        font-weight: 700;
        font-size: 35px;
        line-height: 45px;
    }
      .midde-container .middle-content {
        width: 50%;
        background: rgba(95%, 97%, 98%, .8);
        min-height: 399px;
        padding: 40px;
        display: flex;
        align-items: center;
    }
    button:hover:before {
        display: none;
    }
    
    button.accordion:hover {
        background: #e0f0f3;
        color: #338595;
    }
    .midde-container .middle-content a {
        font-family: Barlow;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: center;
        background: #D54943;
        border-radius: 5px;
        color: #fff;
        width: 144px;
        display: block;
        text-decoration: none;
        padding: 7px;
        margin-top: 30px;
        height: 35px;
    }
    .power-to-home {
        display: flex;
        align-items: center;
        max-width: 980px;
        margin: 0 auto;
        padding: 20px;
    }
    .power-to-home-content p {
        font-family: Barlow;
        font-size: 30px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 0em;
        text-align: left;
        color: #666666;
        padding-left: 30px;
    }
    .three-steps {
    background: #3BA1B5;
    padding: 20px;
    padding-bottom: 40px;
}
    .three-steps h2 {
        font-family: Barlow;
        font-size: 40px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 0em;
        text-align: center;
        color: #fff;
        padding-top: 40px;
    }
    .steps {
    max-width: 1024px;
    border-radius: 10px;
    padding: 0;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 100px;
}
    .three-steps p {
        font-family: Barlow;
        font-size: 24px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 0em;
        text-align: center;
        color: #fff;
    }
    .steps span {
    font-family: Barlow;
    font-size: 64px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: #D8000C;
    width: 10%;
    float: left;
    display: inline-block;
}
.steps .icon {
    width: 9%;
    display: inline-block;
    float: left;
    text-align: left;
}
    .steps p {
    font-family: Barlow;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    color: #666;
    float: left;
    width: 70%;
}
.steps-line {
    display: flex;
    justify-content: space-between;
    max-width: 1020px;
    margin: 0 auto;
        margin-top: 40px;
}
.steps-line a{
  font-family: Barlow;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    background: #D54943;
    border-radius: 5px;
    color: #fff;
    width: 144px;
    display: block;
    text-decoration: none;
    padding: 7px;
    height: 35px;
}
.steps-line p {
    margin: 0;
}
.faq h2{
  font-family: Barlow;
font-size: 24px;
font-weight: 500;
line-height: 50px;
letter-spacing: 0em;
text-align: left;
}
.faq p{
  font-family: Barlow;
font-size: 18px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
max-width: 768px;
}
.faq {
    max-width: 1040px;
    margin: 0 auto;
    padding: 40px 10px;
}
.accordion {
    background-color: #E0F0F3;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-top: 10px;
    margin-bottom: 0;
    border-radius: 8px;
    font-family: Barlow;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #338595;
}
button:focus {
    outline: none;
}
button.accordion.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.panel {
  padding: 0 18px;
  background-color: #f7f8f9;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-out;
}
.panel p {
    max-width: 100%;
    margin: 0;
    padding: 10px 0;
}
.solar-banner.bottom-banner{
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.solar-banner.bottom-banner .midde-container{
  max-width: 75%;
}
.solar-banner.bottom-banner .middle-content {
    background: rgba(59,161,181, .8);
}
.solar-banner.bottom-banner .midde-container h1{
  color: #fff;
}
.bottom-cta {
    padding: 40px;
    background-size: cover !important;
}
.cta-content {
    max-width: 55%;
}
.cta-section {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.cta-content p {
    font-family: Barlow;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}
.cta-content h2 {
    font-family: Barlow;
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}
.cta-button a{
  font-family: Barlow;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    background: #D54943;
    border-radius: 5px;
    color: #fff;
    width: 144px;
    text-decoration: none;
    padding: 7px;
    height: 35px;
}
.cta-button {
    width: 45%;
    text-align: center;
}
.solar-banner.bottom-banner .midde-container h2{
    color: #fff;
    font-family: BioRhyme;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
}
@media only screen and (max-width: 768px) {
  .middle-content {
    width: 100% !important;
}
.power-to-home {
    display: block;
}
.power-to-home-img {
    text-align: center;
}
.steps-line {
    display: block;
}
.steps-line p {
    text-align: left;
}
.cta-content {
    max-width: 100%;
}
.cta-section {
    display: block;
}
.cta-button {
    text-align: left;
    padding: 20px 0;
}
}
@media only screen and (max-width: 480px) {
.midde-container h1 {
    font-size: 24px;
    line-height: 35px;
}
.steps .icon {
    width: 19%;
    }
 .steps img.entered.lazyloaded {
    width: 80% !important;
}

.steps span {
    font-size: 48px  !important;
}

.steps p {
    font-size: 15px  !important;
    line-height: 22px  !important;
}
button.accordion {
    height: 82px;
    font-size: 20px;
    line-height: 23px;
}
}