@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');


h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, ol, li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight:normal;
	vertical-align:top;
	background:transparent;
	list-style:none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}
body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	padding: 0;
	margin: 0;
	text-size-adjust: none ;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
img {
    object-fit: cover;
	display:block;
	max-width:100%;
}
a {
	color: #000;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	padding: 0;
	outline: none;
}
a:hover {
    color: #187E6A
}
span,a{
    display: inline-block;
}

h1,.h1{
	font-size: 80px;
	font-weight: 400;
	margin-bottom: 16px;
    line-height: 1;
}
h2,.h2{
	font-size: 64px;
	font-weight: 400;
	margin-bottom: 16px;
    line-height: 1.25;
}
h3,.h3{
	font-size: 20px;
	font-weight: 400;
}
h4,.h4{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 16px;
}
h5,.h5{
	font-size: 16px;
	margin-bottom: 16px;
}
h6,.h6{
	font-size: 14px;
	margin-bottom: 15px;
}
p{	
	font-size: 16px;
    font-weight: 400;
	margin-bottom: 16px;
}
.font-13 {
    font-size: 13px;
}
h1:last-child,.h1:last-child,
h2:last-child,.h2:last-child,
h3:last-child,.h3:last-child,
h4:last-child,.h4:last-child,
h5:last-child,.h5:last-child,
h6:last-child,.h6:last-child,
p:last-child{
	margin-bottom: 0;
}
.text-center{
	text-align: center;
}
.bold-text{
    font-weight: 700;
}
.text-white{
    color: #FFFFFF;
}
.text-blue{
    color: #187E6A
}
h2 .bold-text,
.h2 .bold-text {
    color: #187E6A;
}
.text-white h2 .bold-text,
.text-white .h2 .bold-text {
    color: #fff;
}
.steps-wrapper h2 .bold-text{
    color: #187E6A
}
.container{
	margin: 0 auto;
	max-width: 1380px;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}
.w-900{
    max-width: 1002px;
}
.w-480{
    max-width: 900px;
}
.mx-500 {
    max-width: 500px;
}

.w-100 {
	width: 100%;
}
.s-pt,
.s-py {
    padding-top: 100px ;
}
.s-pb,
.s-py {
    padding-bottom: 100px ;
}
.s-pt-half,
.s-py-half
{
    padding-top: 50px;
}
.s-pb-half,
.s-py-half
{
    padding-bottom: 50px;
}
.mb-16{
    margin-bottom: 16px;
}
.grey-bg {
    background-color: #F3F1F1;
}
.blue-bg {
    background-color: #187E6A
}
.grey-txt{
    color: #616060;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.space-between{
	justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
.justify-center{
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}
.align-center{
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
}
.align-start{
    align-items: start;
    -webkit-align-items: start;
    -ms-align-items: start;
}
.mx-auto{
    margin-left: auto ;
    margin-right: auto ;
}

.form-list {
    margin: 0 -8px;
    font-size: 0;
}
.form-list li {
	position: relative;
    width: calc(50% - 16px);
    vertical-align: middle;
    margin: 8px;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}
.form-list li.full {
    width: calc(100% - 16px);
}
.form-list li.btn-wrapper {
	padding-top: 14px;
}

.text-field {
	width: 100%;
	border: 0;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 15px 30px;
	font-size: 16px;
	color: #000;
	font-family: "Poppins", sans-serif;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.text-field.active,
.text-field:focus {
	border-color: #187E6A;
    outline: none;
}
.text-field::-webkit-input-placeholder {
    color: #A8A7A7;
}

.text-field:-ms-input-placeholder {
    color: #A8A7A7;
}

.text-field::-ms-input-placeholder {
    color: #A8A7A7;
}

.text-field::placeholder {
    color: #A8A7A7;
}
select.text-field {
    padding: 17px 50px 17px 30px;
    color: #787E84;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../images/down-arrow.svg) right 30px center no-repeat;
    background-size: 18px auto;
}
textarea {
    height: 200px;
    resize: none;
}
.btn, .step-btn {
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    padding: 18px 24px;
    border: none;
    box-shadow: none;
    text-align: center;
    color: white;
    background-color: #187E6A;
    transition: .2s all ease;
    cursor: pointer;
}
.btn:hover, .step-btn:hover {
    background-color: #096653;
    color: #ffffff;
}
.step-btn {
    padding: 16px 40px;
}
.zip .btn{
    height: unset;
}

/**
 * ==============================================
 * project css start
 * ==============================================
 **/

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 15;
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.site-header.fixed {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .16);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .16);
}
.header-wrapper {
    padding: 30px;
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.site-header.fixed .header-wrapper {
    padding: 20px 30px;
}
.header-wrapper .logo{
    padding: 15px 15px 15px 0px;
    position: relative;
}
.header-wrapper .logo .dark {
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.site-header.fixed .header-wrapper .logo .dark {
    opacity: 1;
}
.hd-lock{
    line-height: 24px;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 16px 32px;
    color: #FFFFFF;
    background-color: #187E6A;
}
.hd-lock img{
    margin-right: 8px;
}
.banner-sec{
    padding: 224px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner-sec::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(287deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.38) 41.45%, rgba(0, 0, 0, 0.59) 66.98%, rgba(0, 0, 0, 0.80) 100.43%);
}
.banner-content{
    position: relative;
    z-index: 1;
}
.banner-content p {
    max-width: 460px;
    margin: auto;
    margin-bottom: 24px;
}
.zip-code-block {
    position: relative;
    max-width: 400px;
    display: block;
    z-index: 2;
}
.zip-code-block .zip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.zip .text-field{
    border-color: #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
}

.zip .text-field.active,
.zip .text-field:focus {
    outline: none;
}
.reviews{
    width: fit-content;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(25px);
    padding: 8px 16px;
    font-size: 10px;
}
.reviews span{
    margin-left:8px ;
}
.faq, .quote-main{
    background-color: #187E6A ;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.faq .net-img, .quote-main .net-img{
    position: absolute;
    left: 0;
    top: 86px;
    opacity: .70;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.faq .left{
    width: 40%;
}
.faq .left h2 {
    word-break: break-word;
}
.faq .right{
    width: 60%;
}
.at-item {
    border-bottom: 1px solid rgb(255, 255, 255, .20);
}
.at-item:last-child {
    border-bottom: none;
}
.at-title {
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
    padding: 24px 40px 24px 0;
}

.at-tab {
    display: none;
    padding: 0px 92px 24px 0;
    border-top: none;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .7);
}
.at-title:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    transition: all 0.3s ease;
    height: 2px;
    width: 16px;
    background-color: white;
    border-radius: 50px;
}
.at-title::before{
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    height: 16px;
    width: 2px;
    background-color: white;
    border-radius: 50px;
} 
.at-title.active::before {
    content: none;
    display: none;
}
.at-title.active::after {
    top: 50%;
}

.intro-row .left-block,
.intro-row .right-block {
    width: 50%;
}
.intro-row .left-block p{
    max-width: 388px;
    width: 100%;
}
.intro-row .right-block{
    padding: 28px;
}

.img-content-block {
    margin-left: -32px;
    margin-right: -32px;
}
.img-content-block .img-block,
.img-content-block .contet-block {
    padding-left: 32px;
    padding-right: 32px;
}
.img-content-block .img-block {
    width: 46%;
}
.img-content-block .contet-block {
    width: 54%;
}
.img-content-block .contet-block h2{
    margin-bottom: 56px;
}
.img-content-block .contet-block p{
    color: #666666;
}
.border-top, .center-slider-sec .center-block h2{
    position: relative;
}
.border-top::before, .center-slider-sec .center-block h2::before{
    content: '';
    position: absolute;
    top: -16px;
    left: 0;
    background-color: #187E6A;
    width: 78px;
    height: 1px;
}   
.center-slider-sec .center-block h2::before{
    content: '';
    position: absolute;
    top: inherit;
    bottom: -40px;
    right: 0;
    background-color: #187E6A;
    width: 78px;
    height: 1px;
}
.blue-bg .contet-block p.border-top::before{
    background-color: white;
}
.blue-bg .contet-block p{
    color: white;
}
.grey-bg .img-content{
    margin-top: 40px;
}
.grey-bg .img-content-block .contet-block{
    width: 51%;
}
.grey-bg .img-content-block .img-block{
    width: 49%;
}
.grey-bg .contet-block h6{
    font-size: 20px;
    margin-bottom: 26px;
}
.contet-block ul li{
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 500;
}
.contet-block ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    border-radius: 50%;
    background-color: rgb(24, 126, 106,.1);
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 32px;
    width: 32px;
}
.center-slider-sec{
    margin-left: -105px;
    margin-right: -105px;
}
.center-slider-sec .left-block, .center-slider-sec .right-block{
    width: 31%;
    /* width: calc(29% + 50px); */
}
.center-slider-sec .right-block{
    align-self: end;
}

.center-slider-sec .left-block, .center-slider-sec .right-block, .center-slider-sec .center-block{
    padding-left: 25px;
    padding-right: 25px;
}
.center-slider-sec .center-block{
    width: 38%;
}
.center-slider-sec .center-slider{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.center-slider-sec .center-slider .swiper-slide {
    position: relative;
    padding: 0 0 48px 0;
}
.center-slider-sec .center-slider .swiper-slide .content {
    padding-top: 40px;
}
.swiper-btn{
    position: relative;
    width: 120px;
    display: flex;
    gap: 8px;
}
.swiper-btn .swiper-button-next,
.swiper-btn .swiper-button-prev {
    width: 56px;
    height: 56px;
    position: inherit;
    margin-top: inherit;
}
.swiper-btn .swiper-button-next::after,
.swiper-btn .swiper-button-prev::after {
    font-size: 0;
    background-color: #187E6A;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.swiper-btn .swiper-button-prev::after{
    background-color: transparent;
    border: 1px solid rgb(24, 126, 106,.5);
    background-image: url(../images/arrow-blue.svg);
}
.swiper-btn .swiper-button-prev{
    left: 0;
    transform: rotate(-180deg);
}
.swiper-btn .swiper-button-next{
    right: 0;
}
.swiper-notification{
    display: none;
}
.quote-sec .left-block{
    width: 29%;
    margin-left: -80px;
}
.quote-sec .left-block img {
    opacity: .2;
}
.quote-sec .right-block{
    width: 77%;
}
.quote-sec .right-block h2{
    margin-bottom: 40px;
}
.reviews-slider .title {
    margin-bottom: 40px;
}
.reviews-slider .title p{
    max-width: 546px;
    margin: auto;
}

.contact-section h2 {
    margin-bottom: 40px;
}
.first-section {
    padding-top: 150px;
    padding-bottom: 50px;
    background-color: rgb(24, 126, 106,.1);
}
.contact-row {
    max-width: 964px;
    margin: 0 auto;
}

.contact-row .form-block {
    max-width: 51%;
    margin:  0 auto;
}
.contact-row .form-block .btn {
    min-width: 138px;
}
.contact-row .form-block .form-list li {
    width: 100%;
    text-align: center;
}


.reviews-slider .customers-slider{
    margin-right: calc(((100vw - 100%)/ 1) * -2);
    margin-bottom: 64px;
    overflow: hidden;
    position: relative;
}
.reviews-slider .customers-slider .swiper-slide{
    background-color: #F3F1F1;
    padding: 40px;
    height: auto;
}
.slide-block{
    margin-bottom: 40px;
}
.slide-block .customer{
    width: 64px;
    margin-right: 12px;
}
.slide-block .slide-ttl p{
    margin-bottom: 0;
}
.slide-block .slide-ttl span{
    color: rgb(0, 0, 0,.50);
    font-weight: 500;
    font-size: 14px;
}
.swiper-slide-container .slider-decsription p{
    font-size: 18px;
}
.swiper-slide-container .rating img{
    width: 114px;
    margin-top: 40px;
}
.reviews-slider .swiper-btn{
    margin-left: auto;
    margin-right: auto;
}
.solar-cost{
    background-image: url(../images/main-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.solar-cost::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgb(0, 0, 0, 0.72);
}

.solar-cost .container{
    max-width: 580px;
}
.solar-cost .title p{
    margin-bottom: 111px;
    position: relative;
}
.solar-cost .title p::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -90px;
    height: 92px;
    width: 92px;
    background-image: url(../images/curved-arrow-with.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
    pointer-events: none;
}
.solar-cost .zip-code-block .top-cont{
    position: absolute;
    background-color: rgb(255, 255, 255,.1);
    backdrop-filter: blur(25px);
    color: white;
    width: 219px;
    padding: 16px;
    max-width: 90%;
    top: -83px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: translateX(-50%);
    left: 50%;
}
.solar-cost .zip-code-block .top-cont::after{
    position: absolute;
    top: 100%;
    left:50%;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 10px solid rgb(255, 255, 255,.1);
    backdrop-filter: blur(25px);
    background: transparent;
}
.solar-cost .zip-code-block .top-cont p{
    font-size: 12px;
}
section.ccpa-section .form {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: auto;
    margin-bottom: auto;
    padding: 64px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
}
.ccpa-ttl{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
}
section.ccpa-section .sub-ttl{
    font-weight: 500;
}
section.ccpa-section .form > p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
section.ccpa-section .form select {
    width: 100%;
    padding: 16px 24px;
    border: 1px solid rgb(0, 0, 0,.1);
    outline: 0;
    margin-bottom: 40px;
    font-size: 16px;
    background: url(../images/down-arrow.svg) right 16px center no-repeat;
    background-size: auto;
    appearance: none;
}
section.ccpa-section .form p.last{
    margin-bottom: 66px;
}
section.ccpa-section .form .btn{
    margin-top: 32px;
    width: 100%;
    transition: .3s all ease-in-out;
}
section.ccpa-section .form .btn:hover{
    transform: scale(.98);
}
.inputs{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -8px;
    margin-right: -8px;
    
}
.inputs .text-field{
    width: calc(50% - 16px);
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 16px;
} 
/* Checkbox */
.custom-checkbox {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 15px 0;
}

.custom-checkbox.w-100 {
	margin-right: 0;
}
.custom-checkbox:nth-of-type(4) {
	margin-right: 0;
	margin-bottom: 40px;
}
.custom-checkbox input[type=checkbox] {
    display:none !important;
}
.custom-checkbox input[type=checkbox] + label {
    font-size: 16px;
    line-height: normal;
    color: #010101;
    font-weight: 400;
    padding:0 0 0 28px;
    margin: 0;
    min-height: 16px;
    position: relative;
    display: block;
    cursor: pointer;
}
.custom-checkbox input[type=checkbox] + label:before,
.custom-checkbox input[type=checkbox] + label:after {
    pointer-events: none;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}
.custom-checkbox input[type=checkbox] + label:before {
    position: absolute;
    top: 1.5px;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    margin: 0;
    cursor:pointer;
    background: #fff;
    border:1px solid #C5C8CD;
}
.custom-checkbox input[type=checkbox] + label:after {
    position: absolute;
    content: "";
    top: 1.5px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/check-white.svg) center center no-repeat;
    background-color: #187E6A ;
    opacity: 0;
}
.custom-checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}
/* Checkbox */
section.terms h3{
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 5px;
    margin-top: 40px;
}
section.terms h3:first-child {
    margin-top: 0;
}
section.terms ul {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    padding-left: 20px;
    margin-bottom: 50px;
}
section.terms ul li {
    list-style: disc;
    font-weight: 400;
    font-size: 16px;
}
section.terms p a, section.terms li a {
    color: #187E6A
}
section.terms p a:hover, section.terms li a:hover{
    color: #666666;
}
.faq-sec .at-title::after,
.faq-sec .at-title::before {
    background-color: #187E6A
}
.faq-sec .at-item {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.faq-sec .at-tab {
    color: #666666;
}
.installers h2{
    font-size: 30px;
    font-weight: 500;
}
.installers .content {
    position: relative;
    padding-top: 20px;
}
.installers .content h3{
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 16px;
}
.installers .content > ul {
    padding: revert;
    margin-bottom: 20px;
}
.installers .content > ul li {
    list-style: disc;
    font-size: 16px;
    line-height: 30px;
}
.installers .content .locations {
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;
    background: rgb(24, 126, 106,.1);
}
.installers .content .locations h4 {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.installers .content .locations ul {
    display: -ms-grid;
    display: grid;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 50px;
    column-gap: 50px;
    row-gap: 10px;
    -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.installers .content .locations ul li {
    list-style: none;
    font-size: 16px;
    max-width: 100%;
    padding: 0px;
}
/* Footer css */
.site-footer {
    position: relative;
    overflow: hidden;
}
.site-footer .container {
    position: relative;
    z-index: 1;
}
.footer-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.footer-top {
    padding-top: 94px;
    padding-bottom: 64px;
}
.footer-logo {
    margin-bottom: 40px;
}
.footer-top .footer-desc {
    width: 42%;
}
.footer-top .footer-desc p {
    font-size: 14px;
}
.footer-top h5 {
    margin-bottom: 16px;
    color: rgb(255, 255, 255, .7);
}
.footer-top .right-block .block {
    padding: 0 80px;
    position: relative;
    border-right: 1px solid #fff;
}
.footer-top .right-block .block:first-child {
    padding-left: 0;
}
.footer-top .right-block .block:last-child {
    padding-right: 0;
    border-right: 0;
}
.footer-bottom {
    padding-bottom: 40px;
}
.site-footer a {
    color: #fff;
}
.site-footer a {
    color: #fff;
}
.site-footer a:hover {
    color: rgb(255, 255, 255, .7);
}
.footer-bottom p {
    margin-bottom: 0;
}   
.footer-top .right-block .block ul li a{
    font-size: 14px;
}



/* Steps page start */
.site-wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    flex-direction: column;
    padding-top: 84px;
    padding-bottom: 40px;
    min-height: 100vh;
    background: #fff url(../images/step-bg.jpg) center top no-repeat;
    background-size: auto;
    background-size: cover;
    position: relative;
}
.site-wrapper .container {
    max-width: 1000px;
}
.site-wrapper header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
.site-wrapper footer {
    margin-top: auto;
    position: relative;
    z-index: 1;
    text-align: center;
}
.site-wrapper footer .inner .links {
    padding: 0 0 8px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}
.site-wrapper footer .links li {
    display: inline-block;
    padding: 0 16px;
    border-right: 1px solid #747171;
    font-size: 12px;
}
.site-wrapper footer .links li:last-child {
    border: none;
}
.site-wrapper footer .links li a {
    color: #000000;
}
.site-wrapper footer .links li a:hover {
    color: #187E6A
}
.site-wrapper footer .copyright {
    font-size: 12px;
}
.steps-wrapper {
    position: relative;
    z-index: 1;
}
.wave {
    font-size: 0;
    line-height: normal;
    position: relative;
    margin-bottom: 5px;
    text-align: center;
}
.wave .dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    margin: 0 3px;
    background: #187E6A ;
    animation: wave 1.3s linear infinite;
}
.wave .dot:nth-child(2) {
    animation-delay: -1.1s;
}
.wave .dot:nth-child(3) {
    animation-delay: -0.9s;
}
@keyframes wave {
    0%, 60%, 100% {
        transform: initial;
    }
    30% {
        transform: translateY(-10px);
    }
}
.step-loading {
    display: none;
    position: absolute;
    left: 50%;
    top: 0px;
    width: 70px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.step-loading .loading {
    position: relative;
    transform: inherit;
}
.loading {
    left: 50%;
    top: 50%;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    position: absolute;
    overflow: hidden;
    transform: translate(-50%, -60%);
}
.loading:before {
    color: #000000;
    content: attr(data-loading-text);
}
.loading:after {
    top: 0;
    left: 0;
    width: 0;
    opacity: 1;
    color: #187E6A ;
    overflow: hidden;
    position: absolute;
    content: attr(data-loading-text);
    -webkit-animation: loading 3s infinite;
    animation: loading 3s infinite;
}
@-webkit-keyframes loading {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes loading {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.steps-wrapper h2 {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 32px;
}
.form-swiper-container {
    padding-top: 100px;
    padding-bottom: 40px;
}
.select-wrapper {
    margin: 0 -8px 30px -8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}
.select-wrapper:last-child {
    margin-bottom: 0;
}
.select-wrapper .custom-radio-icon {
    width: calc(50% - 16px);
    background: #fff;
    margin: 0 8px 16px 8px;
    vertical-align: top;
    position: relative;
}
.custom-radio-icon input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    margin: 0;
}
.custom-radio-icon input[type="radio"] + label {
    font-size: 24px;
    color: #616060;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 100%;
    padding: 34px 34px 34px 40px;
    display: block;
    cursor: pointer;
    text-align: left;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
.custom-radio-icon input[type="radio"] + label .icon {
    display: block;
    height: 48px;
    margin-left: 35px;
    flex: 0 0 auto;
}
.custom-radio-icon input[type="radio"] + label .icon img {
    display: block;
    margin: 0 auto;
}
.custom-radio-icon input[type="radio"] + label:before,
.custom-radio-icon input[type="radio"] + label:after {
    display: none;
}
.custom-radio-icon:hover input[type="radio"] + label,
.custom-radio-icon input[type="radio"]:checked + label {
    border-color: #187E6A ;
    color: #187E6A ;
}
.last-info a {
    color: #187E6A ;
    text-decoration: underline;
    display: inline;
}
.last-info a:hover {
    text-decoration: none;
}
.sphere {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 10px 5px;
    display: inline-block;
    position: relative;
    -webkit-transform: scale(.3);
    z-index: -1;
    background: #187E6A
}

/* steps css RS */
.form-swiper-container{
    padding-top: 30px;
}

.status-indicator {
    text-align: center;
    display: none;
    z-index: 1;
    width: 100%;
    padding: 0 20px;
}
.status-indicator .status {
	display: inline-block;
	background-color: rgba(0,0,0,.8);
    color: white;
	padding: 4px 15px;
    font-size: 10px;
    font-weight: 500;
    margin-top: 16px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.status-indicator .status span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #3A9BF4;
    font-weight: 700;
}
.status-indicator.js-good .status span {
    color: #3A9BF4;
}
.status-indicator.js-great .status span {
    color: #E9BC1F;
}
.status-indicator.js-amazing .status span {
    color: #A4D01E;
}
.status-indicator .inner {
    width: 100%;
    max-width: 700px;
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}
.status-indicator .indicator {
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 1;
    top: -20px;
    left: 12.5%;
	margin-left: -8px;
    /* margin-left: calc(100% / 4 - 33% - -13px * 1); */
    background: url(../images/marker-dark.svg) center center no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.status-indicator.js-good .indicator {
    left: 37.5%;
    display: block;
}
.status-indicator.js-great .indicator {
    left: 62.5% !important;
}
.status-indicator.js-amazing .indicator {
    left: 87.5% !important;
}
.status-indicator .inner .item span {
    position: relative;
    z-index: 1;
}
.status-indicator .inner .item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
	padding-top: 22px;
    font-size: 10px;
    font-weight: 500;
    color: #000;
	text-align: center;
    position: relative;
}
.status-indicator .inner .item::before {
	content: "";
	position: absolute;
	top: 10px;
	right: -40%;
	width: 80%;
	height: 1px;
	background-color: rgba(0,0,0,.8);
	opacity: .5;
}
.status-indicator .inner .item:last-child:before {
	display: none;
}
.status-indicator .inner .item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	border: 5px solid transparent;
	background-color: transparent;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.status-indicator .inner .item.indicator-1::after {
	background-color: #EE9715;
	border-color: #EE9715;
}
.status-indicator .inner .item.indicator-2::after {
	background-color: #3A9BF4;
	border-color: #3A9BF4;
}
.status-indicator .inner .item.indicator-3::after {
	background-color: #E9BC1F;
	border-color: #E9BC1F;
}
.status-indicator .inner .item.indicator-4::after {
	background-color: #A4D01E;
	border-color: #A4D01E;
}
.status-indicator.js-good .inner .item.indicator-2::after,
.status-indicator.js-great .inner .item.indicator-3::after,
.status-indicator.js-amazing .inner .item.indicator-4::after {
	background-color: transparent;
}

.form-msg {
	text-align: center;
	margin-top: 16px;
}
.form-msg span {
	display: inline-block;
	background: rgb(24, 126, 106, .7);
	color: #fff;
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 500;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* steps css RS */


#sphere1{
    -webkit-animation: scale-1 2s 0s infinite;
}
#sphere2 {
    -webkit-animation: scale-2 2s .2s infinite;
}
#sphere3 {
    -webkit-animation: scale-3 2s .4s infinite;
}
#sphere4 {
    -webkit-animation: scale-4 2s .6s infinite;
}
@-webkit-keyframes scale-1 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
}
@-webkit-keyframes scale-2 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
}

@-webkit-keyframes scale-3 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
}

@-webkit-keyframes scale-4 {
    0%       { -webkit-transform: scale(.3);}
    35%, 65% { -webkit-transform: scale(1);}
    65%, 100%{ -webkit-transform: scale(.3);}
}

/* Steps page end */
@media screen and (max-width:1280px) {
    .reviews-slider .customers-slider {
        margin-right: calc(((100vw - 100%)/ 1) * -4);
        margin-bottom: 50px;
    }
    .reviews-slider .customers-slider .swiper-slide {
        padding: 26px;
    }
    .slide-block {
        margin-bottom: 30px;
    }
    .swiper-slide-container .rating img{
        margin-top: 30px;
    }
}

@media screen and (max-width:1024px) {
    h1{
        font-size: 55px;
    }
    h2{
        font-size: 45px;
    }
    .s-pt,
    .s-py {
        padding-top: 50px ;
    }
    .s-pb,
    .s-py {
        padding-bottom: 50px ;
    } 
    .s-pt-half,
    .s-py-half
    {
        padding-top: 30px;
    }
    .s-pb-half,
    .s-py-half
    {
        padding-bottom: 30px;
    }
    .banner-sec {
        padding: 157px 0px;
    }
    .hd-lock{
        padding: 14px 24px;
    }
    .header-wrapper, .site-header.fixed .header-wrapper {
        padding: 10px 20px;
    }
    .header-wrapper .logo{
        padding: 0;
    }
    .footer-top {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .footer-logo {
        margin-bottom: 24px;
    }
    .footer-logo a{
        margin-bottom: 0px;
        vertical-align: top;
    }
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .steps-wrapper h2 {
        font-size: 40px;
        line-height: normal;
        margin-bottom: 24px;
    }
    .custom-radio-icon input[type="radio"] + label {
        padding: 24px;
    }
    .footer-top .footer-desc {
        width: 50%;
    }
    .footer-top .right-block .block {
        padding: 0 32px;
    }
    .ccpa-ttl {
        margin-bottom: 24px;
        font-size: 32px;
    }
    section.ccpa-section .form {
        padding: 32px;
    }
    section.ccpa-section .form select, .custom-checkbox:nth-of-type(4), section.ccpa-section .form p.last {
        margin-bottom: 32px;
    }
    section.ccpa-section .form .btn {
        margin-top: 0;
    }
    .contact-row .img-block {
        display: none;
    }
    .contact-row .form-block {
        max-width: 100%;
    }
    .img-content-block {
        margin-left: -12px;
        margin-right: -12px;
    }
    .img-content-block .img-block, .img-content-block .contet-block {
        padding-left: 12px;
        padding-right: 12px;
        width: 50%;
    }
    .img-content-block .contet-block h2 {
        margin-bottom: 32px;
    }
    .grey-bg .img-content-block .contet-block, .grey-bg .img-content-block .img-block{
        width: 50%;
    }
    .center-slider-sec .left-block, .center-slider-sec .right-block, .center-slider-sec .center-block{
        width: 100%;
        max-width: fit-content;
        margin: auto;
        margin-bottom: 40px;
    }
    .center-slider-sec .right-block{
        margin-bottom: 0;
    }
    .center-slider-sec{
        margin: 0;
    }
}
@media screen and (max-width:991px) {
    p.border-top {
        margin-top: 24px;
    }
    .intro-row .left-block, .intro-row .right-block {
        width: 100%;
        text-align: center;
    }
    .intro-row .right-block {
        padding: 0;
        order: -1;
        max-width: 500px;
        margin: 0 auto 16px auto;
    }
    .intro-row .left-block br {
        display: none;
    }
    .intro-row .left-block p {
        max-width: 100%;
    }
    .img-content-block {
        margin-left: 0;
        margin-right: 0;
    }
    .img-content-block .img-block, .img-content-block .contet-block {
        width: 100%;
        padding: 0;
    }
    .img-content-block .img-block {
        order: -1;
        max-width: 500px;
        margin: 0 auto 24px auto;
    }
    .img-content-block .contet-block h2 br {
        display: none;
    }
    .grey-bg .img-content-block .contet-block, .grey-bg .img-content-block .img-block{
        width: 100%;
    }
    .quote-sec .left-block, .quote-sec .right-block{
        width: 100%;
    }
    .quote-sec .left-block{
        display: none;
    }
    /* .reviews-slider .customers-slider {
        margin-left: calc(((100vw - 100%)/ 1) * -6.6);
    } */
}
@media screen and (max-width:767px) {
    h1{
        font-size: 45px;
    }
    h2{
        font-size: 35px;
    }
    h3, .h3{
        font-size: 18px;
    }
    .banner-sec {
        padding: 120px 0px;
        padding-bottom: 50px;
    }
    .faq .left,.faq .right{
        width: 100%;
    }
    .faq .left{
        margin-bottom: 20px;
    }
    .at-title {
        padding: 20px 40px 20px 0;
    }
    .at-tab {
        padding: 0 0 20px 0;
        font-size: 14px;
    }
    .text-field {
        padding: 14px 20px;
    }
    .first-section {
        padding-top: 80px;
        padding-bottom: 30px;
    }
    .footer-top .footer-desc {
        width: 100%;
    }
    .footer-top .right-block {
        width: 100%;
        justify-content: space-between;
        margin-top: 16px;
    }
    .footer-top .right-block .block {
        padding: 0;
        border: none;
        margin-top: 16px;
    }
    .footer-top h5 {
        margin-bottom: 8px;
    }
    .steps-wrapper h2 {
        font-size: 32px;
        line-height: normal;
        margin-bottom: 20px;
    }
    .custom-radio-icon input[type="radio"] + label {
        padding: 15px 10px;
        font-size: 16px;
        flex-direction: column;
        text-align: center;
    }
    .custom-radio-icon input[type="radio"] + label .icon{
        margin-left: 0;
        margin-bottom: 16px;
    }
    .custom-radio-icon input[type="radio"] + label .text{
        order: 2;
    }
    .site-wrapper .header-wrapper {
        padding-top: 20px;
    }
    section.terms h3 {
        font-size: 24px;
        margin-top: 32px;
    }
    .installers h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .installers .content .locations {
        padding: 24px 20px;
    }
    .ccpa-ttl {
        font-size: 24px;
    }
    section.ccpa-section .form {
        padding: 24px;
    }
    section.ccpa-section .form select, .custom-checkbox:nth-of-type(4), section.ccpa-section .form p.last {
        margin-bottom: 24px;
    }
    .inputs {
        margin: 0;
    }
    .inputs .text-field {
        width: 100%;
        margin: 0 0 16px 0;
    }
    .center-slider-sec .left-block, .center-slider-sec .right-block, .center-slider-sec .center-block{
        padding: 0;
    }
    .quote-sec .right-block h2{
        margin-bottom: 22px;
    }

    .reviews-slider .customers-slider{
        margin-right: calc(((100vw - 100%)/ 1) * 0);
        margin-bottom: 34px;
    }
    .swiper-slide-container .slider-decsription p{
        font-size: 16px;
    }
    .slide-block{
        margin-bottom: 26px;
    }
    .swiper-slide-container .rating img{
        margin-top: 30px;
    }
    .header-wrapper .logo {
        max-width: 200px;
    }
    .reviews-slider .title{
        margin-bottom: 24px;
    }
    .center-slider-sec .center-slider .swiper-slide .content{
        padding-top:20px;
    }
    .center-slider-sec .center-block h2::before {
        bottom: -20px;
    }
    .center-slider-sec .center-slider .swiper-slide{
        padding: 0 0 30px 0;
    }
    .center-slider-sec .left-block, .center-slider-sec .center-block{
        margin-bottom: 36px;
    }
    .site-wrapper{
        padding-top: 60px;
    }
    .first-section h2{
        margin-bottom: 4px;
    }
    section.terms ul{
        margin-bottom: 30px;
    }
}   
@media screen and (max-width:575px) {
    h1{
        font-size: 40px;
        line-height: 1.2;
    }
    h2{
        font-size: 32px;
    }
    h3, .h3 {
        font-size: 16px;
    }
    .site-header .hd-lock {
        font-size: 0;
        padding: 10px 13px;
    }
    .site-header .hd-lock img {
        margin-right: 0;
        width: 18px;
    }
    .footer-bottom {
        -webkit-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding-bottom: 30px;
    }
    .footer-bottom p {
        font-size: 14px;
    }
    .footer-bottom a {
        margin-top: 8px;
        font-size: 14px;
    }
    .steps-wrapper h2 {
        font-size: 26px;
    }
    .step-btn {
        width: 100%;
    }
    .select-wrapper {
        margin: 0;
        margin-left: -4px;
        margin-right: -4px;
    }
    .select-wrapper .custom-radio-icon{
        width: calc(50% - 8px);
        margin: 0 4px 16px 4px;
    }
    .status-indicator{
        padding: 0;
    }
    .form-list li.btn-wrapper {
        padding-top: 0;
    }
    .form-list {
        margin: 0;
    }
    .form-list li, .form-list li.full {
        width: 100%;
        margin: 0 0 16px 0;
    }
    .contact-row .form-block .btn {
        width: 100%;
    }
    .zip-code-block .zip {
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .zip .btn {
        width: 100%;
        margin-top: 8px;
    }
    .solar-cost .title p::after {
        height: 80px;
        width: 80px;
        bottom: -60px;
    }
    .intro-row .right-block img{
        width: 75%;
        margin: auto;
    }
    .swiper-btn .swiper-button-next, .swiper-btn .swiper-button-prev{
        height: 50px;
        width: 50px;
    }
    .steps-wrapper{
        padding-top: 60px;
    }
} 
@media screen and (max-width:412px) {
    .site-wrapper footer .links li {
        display: block;
        padding: 0 5px 8px 5px;
        border: none;
    }
}