@import url('https://fonts.googleapis.com/css2?family=Roboto: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;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #4A4A4A;
	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 {
	display:block;
	max-width:100%;
}
a {
	color: #48C353;
	text-decoration: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	padding: 0;
	outline: none;
}
a:hover {
	color: #000;
}

h1,.h1{
	font-size: 60px;
	font-weight: 500;
	margin-bottom: 30px;
	letter-spacing: -2px;
}
h2,.h2{
	font-size: 46px;
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: -1px;
}
h3,.h3{
	font-size: 26px;
	line-height: 34px;
	letter-spacing: -1px;
	margin-bottom: 15px;
	font-weight: 400;
}
h4,.h4{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}
h5,.h5{
	font-size: 16px;
	margin-bottom: 15px;
}
h6,.h6{
	font-size: 14px;
	margin-bottom: 15px;
}
p{	
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
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;
}


.site-wrapper{
	/* padding-top: 55px; */
}
.container{
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}
.container.small {
	max-width: 880px;
}
.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.w-100 {
	width: 100% !important;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.s-pt-50,
.s-py-50 {
    padding-top: 50px !important;
}
.s-pb-50,
.s-py-50 {
    padding-bottom: 50px !important;
}
.s-pt,
.s-py {
    padding-top: 80px !important;
}
.s-pb,
.s-py {
    padding-bottom: 80px !important;
}

.space-between{
	justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
.align-center{
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
}
.align-end{
    align-items:flend;
    -webkit-align-items:flex-end;
    -ms-align-items:flex-end;
}
.font-14{
	font-size: 14px;
	line-height: 22px;
}
.font-20{
	font-size: 20px;
	line-height: 26px;
}
.hide {
	display: none !important;
}
.ml-auto,
.mx-auto {
	margin-left: auto;
}
.mr-auto,
.mx-auto {
	margin-right: auto;
}
.mt-20 {
	margin-top: 20px;
}
.mt-200 {
	margin-top: 200px;
}
ul.list{
	margin-bottom: 15px;
}
ul.list:last-child {
	margin-bottom: 0;
}
ul.list li{
	padding-left: 15px;
	position: relative;
	margin-bottom: 8px;
}
ul.list li:last-child{
	margin-bottom: 0;
}
ul.list li:before{	
	content: '';
	background: #48C353;
	position: absolute;
	top: 6px;
	left: 0;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.form-list {
    margin: 0 -8px;
    font-size: 0;
}
.form-list li {
	position: relative;
    width: calc(50% - 16px);
    vertical-align: middle;
    margin: 8px 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;
}
.input-wrapper {
	position: relative;
	margin-bottom: 16px;
}
.input-wrapper:last-child {
	margin-bottom: 0;
}
.form-list li .floating-label,
.input-wrapper .floating-label {
	position: absolute;
	pointer-events: none;
	top: 20px;
	left: 30px;
	font-size: 20px;
	color: #B1B1B1;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
.text-field:focus + .floating-label,
.text-field.active + .floating-label {
	top: -7px;
	background: #fff;
	padding: 0 5px;
	font-size: 12px;
	color: #48C353;
}
.form-list li .iti + .floating-label {
	left: 70px;
}
.form-list li .iti + .floating-label.filled {
	top: -7px;
	left: 30px;
	background: #fff;
	padding: 0 5px;
	font-size: 12px;
	color: #48C353;
}
.form-list li .iti .text-field {
	padding-left: 70px;
}
.form-list li .iti {
	width: 100%;
}
.iti__country-list li {
	width: 100%;
	display: block;
}
.iti__selected-flag {
	padding-left: 30px;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background-color: transparent;
}
.text-field {
	width: 100%;
	border: 0;
	border: #D6D6D6 solid 1px;
	padding: 17px 30px;
	font-size: 20px;
	color: #313131;
	font-family: 'Roboto', sans-serif;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	-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: #48C353;
}
.text-field.valid {
	border-color: #48C353;
	background: url('../images/tick.svg') right 30px center no-repeat;
}
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;
}
select, button, input {
    filter: none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance:textfield;
}
input:focus {
    outline: none;
}
.blue-btn{
	cursor: pointer;
	display: inline-block;
	text-align: center;
	max-width: 200px;
	width: 100%;
	border: 0;
	background: #48C353;
	padding: 17px 25px;
	font-size: 20px;
	font-weight: 500;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	letter-spacing: 0.08em;
	color: #fff !important;
	text-transform: uppercase;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.blue-btn:hover{
	background: #513DFF;
	color: #fff !important;
}
.blue-btn.w-100,
.steps-wrapper .blue-btn.w-100 {
	max-width: 100%;
}
.radio-style-button {
    margin: 0 15px 15px 0;
    display: inline-block;
}
.radio-style-button:last-child {
	margin-right: 0;
}
.radio-style-button input[type="radio"] {
	display: none;
}
.radio-style-button input[type="radio"] + label {
    display: block;
    background: #fff;
    border: #D6D6D6 solid 1px;
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 500;
    color: #4A4A4A;
    cursor: pointer;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.radio-style-button input[type="radio"]:checked + label {
    background-color: transparent;
    border: #48C353 solid 1px;
    color: #4A4A4A;
}

header.fixed{
	position: fixed;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 3;
}
.header-wrapper{
	width: 100%;
	padding: 15px 0;
	border-bottom: #DEDEDE solid 1px;
}
.header-wrapper .container{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.hd-logo{
	width: 111px;
}
.header-wrapper .step-loading {
	display: none;
	position: absolute;
	left: 50%;
	top: 16px;
	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-family: 'Nunito', sans-serif;
  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: #aaa;
  content: attr(data-loading-text);
}
.loading:after {
  top: 0;
  left: 0;
  width: 0;
  opacity: 1;
  color: #48C353;
  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%;
  }
}

/**
 * ==============================================
 * Dot Typing
 * ==============================================
 */
.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: #48C353;
	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);
  }
}
.hd-link{
	line-height: 24px;
	font-size: 14px;
	color: #000;
	display: flex;
	align-items: center;
}
.hd-link svg{
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	stroke: #48C353;
	width: 20px;
	height: auto;
}

.main-banner .banner-left{
	width: 47%;
}
.main-banner .row{
	-webkit-align-items: center;
	align-items: center;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 50px;
	border-bottom: #D6D6D6 solid 1px;
}
.main-banner .banner-right{
	width: 49%;
	margin-left: auto;
}
.quote-form{
	padding: 40px;
	border: #E6E6E6 solid 1px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.quote-form h2{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #48C353;
	letter-spacing: -1px;
}

.intro-content{
	width: 100%;
}
.intro-content .content{
	width: 41%;
}
.intro-content .img-block{
	width: 49%;
}
.intro-content .img-block img{
	width: 100%;
}
.intro-content .content p{
	margin-bottom: 15px;
}
.intro-content .content p:last-child {
	margin-bottom: 0;
}

.what-solar-section{
	background: #f6f6f6;
}
.what-solar-section h2{
	margin-bottom: 40px;
}
.what-solar-section .img-left{
	width: 41%;
}
.what-solar-section .img-left img{
	width: 100%;
}
.what-solar-section .content-right{
	width: 55%;
	padding-right: 100px;
}
.solar-quote .inner {
	border-top: 1px solid #D6D6D6;
}
.solar-quote .content {
	max-width: 780px;
	margin: 0 auto;
}
.solar-quote h2{
	margin-bottom: 15px;
}

.three-point .content-wrapper{
	width: 100%;
	padding: 0 100px;
	margin: 0 auto;
}
.three-point .content-wrapper h2{
	margin-bottom: 10px;
}
.three-point .content-wrapper .block{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: #D6D6D6 solid 1px;
}
.three-point .content-wrapper .block:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.lease-system .content-left{
	width: 47%;
}
.lease-system .img-right{
	width: 49%;
}
.lease-system .img-right img {
	width: 100%;
}
.lease-system .content-left h3{
	margin-bottom: 15px;
}

.solar-cost{
	width: 100%;
}
.solar-cost-wrapper{
	background: #F3F7FB;
}
.solar-cost-wrapper .content-left{
	width: 60%;
	padding: 80px;
}
.solar-cost-wrapper .content-left h2 span{
	color: #48C353;
}
.solar-cost .radio-list{
	max-width: 500px;
	font-size: 0;
	margin-top: 30px;
	margin-bottom: 20px;
}
.solar-cost .radio-list .radio-style-button {
	margin: 0 10px 10px 0px;
}
.solar-cost .img-right {
	width: 40%;
}
.solar-cost .img-right img {
	width: 100%;
}

.ts-slider{
	margin: 0 -20px;
}
.ts-slider .item{
	width: 33.33%;
	padding: 0 20px;
}

.ts-author{
	margin-bottom: 20px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.ts-author > img{
	margin-right: 15px;
	max-width: 19%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.ts-block p{
	font-size: 14px;
	line-height: 22px;
}
.ts-author .content{
	max-width: 75%;
	width: 100%;
}
.ts-author .content h5{
	font-weight: 500;
	margin-bottom: 5px;
}
.ts-author .content ul li{
	font-size: 12px;
	display: inline-block;
	padding-left: 15px;
	margin-right: 13px;
	background: url(../images/tick-icon.svg) no-repeat left center; 
}
.rating{
	margin-top: 7px;
}
.rating span{
	display: inline-block;
}
.ts-slider .slick-dots{
	margin-top: 30px;
	text-align: center;
}
.ts-slider .slick-dots li{
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
}
.ts-slider .slick-dots li.slick-active button{
	background: #5551F7;
}
.ts-slider .slick-dots li button{
	cursor: pointer;
	display: block;
	font-size: 0;
	width: 11px;
	height: 11px;
	background: #CBCBCB;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 0;
	padding: 0;
}

.disclaimer-section{
	background: #F3F7FB;
}
.disclaimer-section h4{
	font-weight: 700;
	margin-bottom: 0;
}
.disclaimer-section p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 25px;
}
.disclaimer-section p:last-child{
	margin-bottom: 0;
}



footer{
	background: #F2F2F2;
	text-align: center;
}
footer p {
	font-size: 14px;
	color: #444444;
	line-height: 20px;
	margin-bottom: 10px;
}
footer .inner {
	padding: 50px 0;
	border-top: 1px solid #D6D6D6;
}
footer .links {
	margin-bottom: 25px;
}
footer .links li {
	display: inline-block;
	margin: 0 10px;
}
footer .links li a{
	font-size: 14px;
	color: #444;
}
footer .links li a:hover{
	color: #939393;
}
footer .copyright {
	opacity: .5;
}

.mx-300 {
    max-width: 300px;
}
.mx-400 {
    max-width: 400px;
}
.steps-wrapper h2,
.steps-wrapper .h2 {
    font-weight: 700;
}
.steps-wrapper .blue-btn {
    max-width: 268px;
}
.title {
    margin-bottom: 30px;
}
.title:last-child {
    margin-bottom: 30px;
}
.phone-icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
    background: url(../images/phone-icon.svg) center center no-repeat;
}
.progress-wrapper {
    padding: 12px 0 0 0;
    text-align: center;
}
.progress-wrapper p {
    font-size: 12px;
    color: #4A4A4A;
    font-weight: 700;
    margin-bottom: 0;
}
.progress {
    width: 100%;
    max-width: 780px;
    background-color: #F2F2F2;
    padding: 6px 0;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}
.progress .progress-bar {
    position: absolute;
    width: 0;
    max-width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #897EE6;
    -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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.select-wrapper {
    font-size: 0;
    margin-bottom: 30px;
}
.select-wrapper:last-child {
    margin-bottom: 0;
}
.select-wrapper * {
    font-size: 16px;
}
.custom-radio-icon {
	min-width: 180px;
    display: inline-block;
    margin: 0 12px 25px 12px;
    vertical-align: top;
}
.custom-radio-icon input[type="radio"] {
    display:none !important;
}
.custom-radio-icon input[type="radio"] + label {
    font-size: 18px;
    color: #444;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid #D6D6D6;
    min-height: 180px;
    padding: 30px;
    display: block;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -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;
}
.custom-radio-icon input[type="radio"] + label .icon {
    display: block;
    min-height: 80px;
    margin-bottom: 20px;
    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: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}
.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: #48C353;
    color: #48C353;
}

.custom-radio-style {
    display: block;
    margin-bottom: 12px;
}
.custom-radio-style:last-child {
    margin-bottom: 0;
}
.custom-radio-style input[type="radio"] {
    display:none !important;
}
.custom-radio-style input[type="radio"] + label {
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    border: 1px solid #D6D6D6;
    padding: 20px 20px 20px 45px;
    display: block;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -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;
}
.custom-radio-style input[type="radio"]:checked + label {
    border-color: #83CC86;
}
.custom-radio-style input[type="radio"] + label:before,
.custom-radio-style input[type="radio"] + label:after {
    pointer-events: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -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-radio-style input[type="radio"] + label:before {
    position: absolute;
    top: 21px;
    left: 20px;
    content: "";
    width: 16px;
    height: 16px;
    margin: 0;
    cursor:pointer;
    background: #fff;
    border:1px solid #E0E0E0;
}
.custom-radio-style input[type="radio"]:checked + label:before {
    border-color: transparent;
    background: #1A73E8;
}
.custom-radio-style input[type="radio"] + label:after {
    position: absolute;
    content: "";
    top: 25px;
    left: 24px;
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 0;
}
.custom-radio-style input[type="radio"]:checked + label:after {
    opacity: 1;
}


.rangeslider-block {
    max-width: 550px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.rangeslider-tooltip {
    font-size: 26px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: normal;
    display: block;
    margin-top: 10px;
    position: relative;
}
.rangeslider-wrapper {
    position: relative;
    margin-top: 20px;
}
.rangeslider {
    display: block;
    /*overflow: hidden;*/
    position: relative;
    height: 48px;
    width: 100%;
}
.rangeslider::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    height: 12px;
    width: 100%;
    background: #F3F7FB;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.rangeslider__fill {
    display: block;
    background: #83CC86;
    position: absolute;
    height: 12px;
    top: 50%;
    margin-top: -4px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.rangeslider__handle {
    background: #83CC86 url(../images/combined-arrow.svg) center center no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    touch-action: pan-y;
    -ms-touch-action: pan-y;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
}
.sliderLegend {
    position: absolute;
    width: 100%;
    top: 13px;
    font-size: 16px;
    font-weight: 700;
}
.sliderLegend .sliderLegendItem--start {
    left: -82px;
    position: absolute;
    font-weight: 700;
}
.sliderLegend .sliderLegendItem--end {
    right: -98px;
    position: absolute;
    font-weight: 700;
}

.steps-wrapper .step-item {
	min-height: 550px;
}
.step-item {
    padding: 35px 0 40px 0;
}
.box-wrapper {
    margin: 0 -5px;
}
.box-wrapper .box {
    width: calc(50% - 10px);
    margin: 5px;
    padding: 35px;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.box-wrapper .box.full {
    width: calc(100% - 10px);
}

.result-box .head {
    margin-bottom: 20px;
}
.result-box .head .left {
    width: 50%;
}
.result-box .head .right {
    width: 50%;
    text-align: right;
}
.result-box .head .rating {
    margin-top: 10px;
}
.top-pick {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.top-pick img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.result-box .content .left-block {
    width: 50%;
}
.result-box .content .right-block {
    width: 50%;
    text-align: right;
}
.result-box .content .blue-btn {
    max-width: 205px;
}
.icon-box {
    text-align: center;
}
.icon-box .icon {
    display: inline-block;
    margin-bottom: 10px;
}
.icon-box h4 {
    margin-bottom: 5px;
}
.icon-box p {
    font-size: 14px;
    line-height: 20px;
}

/* new css for new header */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 0;
	background-color: transparent;
	-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;
background-color: #454545;
}
.site-header.fixed {
	background-color: #333;
	padding: 15px 50px;
}
.site-header .logo {
	display: inline-block;
}
.site-header .logo a {
	display: flex;
	align-items: center;
	color: #fff;
}
.site-header .logo a img {
	margin-right: 10px;
}
.site-header .logo-text {
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.site-header .logo-text span {
	font-size: 14px;
	text-transform: capitalize;
	display: block;
	letter-spacing: normal;
}
.new-banner {
	padding: 120px 0;
	min-height: 700px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	border-bottom: 7px solid #4EC259;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
	color: #fff;
	position: relative;
}
.new-banner::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .3;
	pointer-events: none;
}
.new-banner .container {
	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: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
	position: relative;
	z-index: 1;
}
.new-banner * {
	color: #fff;
}
.new-banner .left-content {
	width: 50%;
	padding-top: 50px;
}
.new-banner .left-content h2 {
	font-size: 70px;
	font-weight: 700;
	line-height: normal;
}
.new-banner .left-content h5 {
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
}
.new-banner .right-content {
	width: 43%;
}
.step-wrapper {
	background-color: rgba(255, 255, 255, .95);
	border: 5px solid #DADADA;
	padding: 32px;
	overflow: hidden;
	-webkit-border-radius: 7px !important;
	-moz-border-radius: 7px !important;
	border-radius: 7px !important;
}
.last-step {
	width: calc(100% + 30px);
	height: 270px;
	overflow-x: hidden;
	overflow-y: auto;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #B6C0CB;
}
.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #D9E3EC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.step-wrapper * {
	color: #000;
}
.step-wrapper a {
	color: #4EC259;
}
.step-wrapper a:hover {
	color: #000;
}
.step-wrapper .title {
	margin-bottom: 20px;
}
.step-wrapper h4 {
	font-size: 30px;
	line-height: normal;
	font-weight: 700;
	margin-bottom: 10px;
}
.step-wrapper h4:last-child {
	margin-bottom: 0;
}
.step-wrapper p {
	font-size: 14px;
	line-height: normal;
}

.swiper-action {
	margin-top: 32px;
}

.custom-options {
	margin: -7px;
}
.custom-options .custom-radio {
	width: 50%;
	padding:7px
}
.custom-radio {
    display: block;
}
.custom-radio:last-child {
    margin-bottom: 0;
}
.custom-radio input[type="radio"] {
    display:none !important;
}
.custom-radio input[type="radio"] + label {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
	background-color: #E6E6E6;
    border: 2px solid transparent;
    padding: 19px 24px 18px 64px;
    display: block;
    cursor: pointer;
    position: relative;
    -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;
}
.custom-radio input[type="radio"]:checked + label {
    border-color: #4EC259;
	background-color: #fff;
}
.custom-radio input[type="radio"] + label:before,
.custom-radio input[type="radio"] + label:after {
    pointer-events: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -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-radio input[type="radio"] + label:before {
    position: absolute;
    top: 16px;
    left: 24px;
    content: "";
    width: 24px;
    height: 24px;
    margin: 0;
    cursor:pointer;
    background: #fff;
    border:1px solid #D6D6D6;
}
.custom-radio input[type="radio"]:checked + label:before {
    border-color: transparent;
}
.custom-radio input[type="radio"] + label:after {
    position: absolute;
    content: "";
    top: 16px;
    left: 24px;
    width: 24px;
    height: 24px;
    background: url('../images/tick.svg') center center no-repeat;
    opacity: 0;
}
.custom-radio input[type="radio"]:checked + label:after {
    opacity: 1;
}

.custom-radio.box-style input[type="radio"] + label {
	padding: 86px 10px 42px 10px;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}
.custom-radio.box-style input[type="radio"] + label:before {
	left: 50%;
	top: 42px;
	margin-left: -12px;
}
.custom-radio.box-style input[type="radio"] + label:after {
	left: 50%;
	top: 42px;
	margin-left: -12px;
}
/* new css for new header */


@media screen and (max-width: 1199px) {
	h1, .h1 {
		font-size: 50px;
	}
	h2, .h2 {
		font-size: 40px;
	}
	.main-banner .row {
		padding-left: 50px;
		padding-right: 50px;
	}
	.solar-cost-wrapper .content-left {
		padding: 50px;
	}
	.radio-style-button input[type="radio"] + label {
		padding: 18px 30px;
	}
	.new-banner .right-content {
		width: 45%;
	}
	.new-banner .left-content h2 {
		font-size: 58px;
	}
	.new-banner .left-content h5 {
		font-size: 18px;
	}
	.custom-radio.box-style input[type="radio"] + label {
		font-size: 20px;
		padding: 66px 10px 22px 10px;
	}
	.custom-radio.box-style input[type="radio"] + label:before,
	.custom-radio.box-style input[type="radio"] + label:after {
		top: 22px;
	}
	.custom-radio input[type="radio"] + label {
		padding: 19px 10px 18px 50px;
		font-size: 14px;
	}
	.custom-radio input[type="radio"] + label:before,
	.custom-radio input[type="radio"] + label:after {
		left: 14px;
	}
}
@media screen and (max-width: 1023px) {
	h1, .h1 {
		font-size: 42px;
	}
	h2, .h2 {
		font-size: 36px;
	}
	.s-pt,
	.s-py {
	    padding-top: 50px !important;
	}
	.s-pb,
	.s-py {
	    padding-bottom: 50px !important;
	}
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.main-banner .row {
		padding-left: 0;
		padding-right: 0;
	}
	.main-banner .banner-left {
		width: 46%;
	}
	.main-banner .banner-right {
		width: 53%;
	}
	.quote-form {
		padding: 30px;
	}
	.intro-content .content {
		width: 100%;
		margin-bottom: 30px;
	}
	.intro-content .img-block {
		width: 100%;
	}
	.what-solar-section .img-left {
		width: 100%;
		margin-bottom: 30px;
	}
	.what-solar-section .content-right {
		width: 100%;
		padding-right: 0;
	}
	.three-point .content-wrapper {
		padding: 0;
	}
	.lease-system .content-left {
		width: 100%;
		margin-bottom: 30px;
	}
	.lease-system .img-right,
	.solar-cost-wrapper .content-left {
		width: 100%;
	}
	.solar-cost-wrapper .content-left {
		padding: 30px;
	}
	.solar-cost .radio-list {
		max-width: 100%;
	}
	.solar-cost .img-right {
		width: 100%;
	}
	.ts-slider .item {
		width: 50%;
		margin-bottom: 30px;
	}
	.ts-slider .item:last-child {
		margin-bottom: 0;
	}
	.custom-radio-icon {
		max-width: calc(50% - 24px);
	}
	.new-banner {
		background-size: auto 850px;
	}
	.new-banner .left-content {
		width: 100%;
		padding: 0 0 30px 0;
		margin:0 auto;
	}
	.new-banner .right-content {
		width: 100%;
	}
	.new-banner .left-content h2 {
		font-size: 44px;
	}
	.last-step {
		height: 230px;
	}
}

@media screen and (max-width: 767px) {
	.header-wrapper .step-loading {
		left: initial;
		right: 70px;
		-webkit-transform: inherit;
		-moz-transform: inherit;
		transform: inherit;
	}
	.header-wrapper .step-loading .loading {
		left: 0;
	}
	.hd-link {
		font-size: 0;
	}
	.main-banner {
		text-align: center;
	}
	.main-banner .banner-left {
		width: 100%;
		margin-bottom: 30px;
	}
	.main-banner .banner-right {
		width: 100%;
	}
	.ts-slider .item {
		width: 100%;
	}
	.ts-author .content {
		max-width: 70%;
	}
	footer .inner {
		padding: 30px 0;
	}
	.title h2 br {
		display: none;
	}
	.box-wrapper .box {
		padding: 25px;
		width: calc(100% - 10px);
	}
	.rangeslider-tooltip {
		font-size: 20px;
	}
	.sliderLegend {
		top: unset;
        bottom: 30px;
	}
	.sliderLegend .sliderLegendItem--start {
		left: 0;
	}
	.sliderLegend .sliderLegendItem--end {
		right: 0;
	}
	.new-banner {
		min-height: inherit;
	}
}
@media screen and (max-width: 567px) {
	h1, .h1 {
		font-size: 36px;
	}
	h2, .h2 {
		font-size: 30px;
	}
	h3, .h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.s-pt-50,
	.s-py-50 {
	    padding-top: 30px !important;
	}
	.s-pb-50,
	.s-py-50 {
	    padding-bottom: 30px !important;
	}
	.s-pt,
	.s-py {
	    padding-top: 40px !important;
	}
	.s-pb,
	.s-py {
	    padding-bottom: 40px !important;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.main-banner .row {
		padding-bottom: 30px;
	}
	.quote-form {
		padding: 20px;
	}
	.what-solar-section h2 {
		margin-bottom: 20px;
	}
	.quote-form h2 {
		font-size: 26px;
	}
	.font-20 {
		font-size: 18px;
		line-height: 24px;
	}
	.s-pt.three-point {
		padding-top: 20px !important;
	}
	.solar-cost-wrapper .content-left {
		padding: 20px;
	}
	.solar-cost-wrapper .content-left h2 br {
		display: none;
	}
	.solar-cost .radio-list {
		margin: 0 -5px 20px -5px;
	}
	.solar-cost .radio-list .radio-style-button {
		width: calc(50% - 10px);
		margin: 5px;
	}
	.solar-cost .blue-btn {
		max-width: inherit;
		width: calc(100% - 10px);
	}
	.title {
		margin-bottom: 20px;
	}
	.step-item {
		padding: 25px 0 30px 0;
	}
	.steps-wrapper .blue-btn {
		max-width: 100%;
	}
	.mx-300 {
		max-width: 100%;
	}
	.select-wrapper {
		margin-left: -5px;
		margin-right: -5px;
	}
	.custom-radio-icon {
		max-width: inherit;
		min-width: inherit;
		width: calc(50% - 10px);
		margin: 0 5px 10px 5px;
	}
	.custom-radio-icon input[type="radio"] + label {
		padding: 20px 10px;
		min-height: 160px;
	}
	.custom-radio-icon input[type="radio"] + label .icon {
		max-width: 60px;
		margin: 0 auto 10px auto;
	}
	.text-field,
	.form-list li .floating-label,
	.input-wrapper .floating-label {
		font-size: 16px;
	}
	.result-box .head .left {
		width: 100%;
		order: 2;
	}
	.result-box .head .right {
		text-align: left;
		margin-bottom: 20px;
		width: 100%;
		order: 1;
	}
	.result-box .content .left-block,
	.result-box .content .right-block {
		width: 100%;
	}
	.result-box .content .right-block {
		margin-top: 20px;
		text-align: left;
	}
	.result-box .content .blue-btn {
		max-width: 100%;
	}
	.site-header {
		padding: 15px 0;
	}
	.site-header.fixed {
		padding: 10px 0;
	}
	.site-header .logo-text {
		font-size: 28px;
	}
	.site-header .logo-text span {
		font-size: 11px;
	}
	.new-banner {
		background-position: center top;
	}
	.new-banner .left-content h2 {
		font-size: 44px;
	}
	.new-banner {
		padding: 90px 0 50px 0;
	}
	.step-wrapper {
		padding: 22px;
	}
	.last-step {
		width: calc(100% + 20px);
	}
	.step-wrapper h4 {
		font-size: 26px;
	}
	.custom-options .custom-radio {
		width: 100%;
	}
	.custom-options .custom-radio.box-style {
		width: 50%;
	}
	.custom-radio.box-style input[type="radio"] + label {
		padding: 60px 10px 22px 10px;
		font-size: 16px;
	}
	.swiper-action {
		margin-top: 16px;
	}
	.step-wrapper .title {
		margin-bottom: 16px;
	}
}
@media screen and (max-width: 411px) {
	.radio-style-button input[type="radio"] + label {
		padding: 18px 20px;
	}
	.custom-radio-style input[type="radio"] + label {
		padding: 15px 15px 15px 40px;
	}
	.custom-radio-style input[type="radio"] + label:before {
		left: 15px;
		top: 16px;
	}
	.custom-radio-style input[type="radio"] + label:after {
		left: 19px;
		top: 20px;
	}
	.box-wrapper .box {
		padding: 20px;
	}
}
@media screen and (max-width: 359px) {
	.solar-cost .radio-list .radio-style-button,
	.custom-radio-icon {
		width: calc(100% - 10px);
	}
}

/* .hd-logo > img {
	height: 60px;
    width: auto;
	max-height: 100%;
} */

@media screen and (max-width: 600px) {
	.main-banner {
		padding-top: 60px !important;
	}
}

/* zip */
.main-2 * {
	font-family: 'Roboto', sans-serif;
}
.main-2 {
	width: 100vw;
	padding: 50px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	background-color: #F3F7FB;
	font-family: 'Roboto', sans-serif;
  }
  
  .main-2 > h1 {
	font-size: 65px;
	color: #4A4A4A;
	font-weight: 500;
	margin-bottom: 28px;
	text-align: center;
	max-width: 90%;
  }
  
  .main-2 > p {
	max-width: 924px;
	text-align: center;
	line-height: 45px;
	font-size: 35px;
	width: 90%;
	margin-bottom: 167px;
	color: #4A4A4A;
  }
  
  .main-2 .zip-ent {
	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;
	position: relative;
	max-width: 787px;
	width: 90%;
  }
  
  .main-2 .zip-ent input {
	width: 550px;
	max-width: 100%;
	background-color: #ffffff;
	outline: 0px;
	position: relative;
	border: 1px solid #D6D6D6;
	border-radius: 40px;
	font-size: 26px;
	color: #4A4A4A;
	height: 79px;
	padding: 24px 40px;
	background-image: url("../images/Icon feather-map-pin.png");
	background-repeat: no-repeat;
	text-indent: 29px;
	background-position: 30px;
  }
  
  .main-2 .zip-ent input:active {
	background-image: none;
  }
  
  .main-2 .zip-ent input::-webkit-input-placeholder {
	color: #D6D6D6;
  }
  
  .main-2 .zip-ent input:-ms-input-placeholder {
	color: #D6D6D6;
  }
  
  .main-2 .zip-ent input::-ms-input-placeholder {
	color: #D6D6D6;
  }
  
  .main-2 .zip-ent input::placeholder {
	color: #D6D6D6;
  }
  
  .main-2 .zip-ent button {
	position: absolute;
	top: 0px;
	max-width: 259px;
	width: 100%;
	height: 79px;
	right: 0px;
	cursor: pointer;
	outline: 0px;
	border-radius: 40px;
	border: 1px solid #707070;
	color: #FFFFFF;
	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;
	font-size: 29px;
	background-color: #48C353;
	text-transform: uppercase;
  }
  
  .main-2 .zip-ent .top-cont {
	position: absolute;
	background-color: #fff;
	border-radius: 30px;
	width: 373px;
	min-height: 59px;
	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;
  }
  
  .main-2 .zip-ent .top-cont p {
	font-size: 22px;
	text-align: center;
	position: relative;
	color: #4A4A4A;
  }
  
  .main-2 .zip-ent .top-cont::after {
	position: absolute;
	top: 100%;
	left: 270px;
	content: '';
	width: 0;
	height: 0;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	border-top: 17px solid #fff;
  }
  
  .main-2 .sec {
	position: relative;
	margin-top: 43px;
	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;
	max-width: 90%;
	gap: 9px;
  }
  
  .main-2 .sec span {
	font-size: 16px;
	color: #4A4A4A;
  }
  
  @media screen and (max-width: 670px) {
	.main-2 .zip-ent button {
	  font-size: 20px;
	  width: auto;
	  padding: 0px 20px;
	}
	h1 {
	  font-size: 52px;
	  margin-bottom: 23px;
	}
	.main-2 > p {
	  font-size: 25px;
	  margin-bottom: 113px;
	}
	.main-2 .zip-ent .top-cont {
	  height: 50px;
	}
  }

  @media screen and (max-width: 550px) {
	.main-2 .zip-ent button {
		position: relative;
		width: 100%;
		max-width: 100%;
		font-size: 29px;
	}
	.main-2 .zip-ent {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
  }

  @media screen and (max-width: 400px) {
	.main-2 .zip-ent .top-cont::after {
		left: 100px;
	}
  }

  .accordian-item {
    background: #fff;
    border: #E8F3FF solid 1px;
    border-radius: 24px;
    margin-bottom: 16px;
}

.accordian-item .content p {
    font-size: 20px;
    font-weight: 400;
    color: #303A46;
    line-height: 32px;
}

.accordian-item h3 {
    position: relative;
    display: block;
    padding: 20px 32px 20px 32px;
    border: transparent solid 1px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    margin: -1px;
}
.faq .container > h1, .faq .container > h3 {
	text-align: center;
}
.faq {
	margin-bottom: 100px;
}
.faq .container > h3 {
	margin-bottom: 50px;
}

.accordian-item .accordian-title h3 {
    font-size: 28px;
    font-weight: 400;
	color: #313131;
}

.accordian-item .content {
	display: none;
    /* visibility: hidden; */
    padding: 32px;
	scroll-behavior: smooth;
	opacity: 0;
	animation: fade-in 500ms forwards;
}
label {
	cursor: pointer;
}

input[type="checkbox"] {
	display: none;
}
input[type="checkbox"]:checked ~ .content {
	display: block;
	visibility: visible;
	opacity: 1;
	/* animation: fade-out 500ms forwards; */
}

.accordian-title h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.accordian-title h3 img {
	height: 24px;
	width: auto;
	object-fit: contain;
}

input[type="checkbox"]:checked + h3 {
	border: #E8F3FF solid 1px;
	border-radius: 24px;
}

input[type="checkbox"]:checked + h3 > img {
	transform: rotate(180deg);
}

.main-banner .row {
	border-bottom: 0px; 
}

@media screen and (max-width: 600px) {
	.accordian-item .accordian-title h3 {
		font-size: 17px;
	}
	img {
		height: auto;
	}
}

@keyframes fade-in {
	0% {
	  opacity: 0;
	  display: none;
	}
	100% {
	  opacity: 1;
	  display: block;
	}
  }
  
  @keyframes fade-out {
	0% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
  }

/* .steps-wrapper {
	padding-top: 80px;
} */

.header-wrapper {
	padding: 0px;
	max-height: 55px;
	height: 100%;
}

.header-wrapper .container {
	max-height: 55px;
}
.hd-logo img {
	height: 55px;
	width: auto;
}

@media only screen and (max-width:1024px) {
	.solar-mobile {
		flex-direction: column-reverse;
	}
	.faq {
		margin-bottom: 30px;
	}
}
.s-py-50.main-banner {
	background: url("../images/top-back.svg");
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 7px solid #48C353;
}
.main-banner .quote-form {
	background-color: #ffffff;
}

.quote-form h2 {
	color: #48C353;
}
.blue-btn,.main-2 .zip-ent button {
	background-color: #48C353;
}
.blue-btn:hover {
	background-color: #35983e;
}
.form-list li .blue-btn, .form-list li .text-field {
	border-radius: 0px;
}
.quote-form,.main-2 .zip-ent .top-cont,.main-2 .zip-ent input,.main-2 .zip-ent button {
	border-radius: 0px;
}

.accordian-item h3,.accordian-item,input[type="checkbox"]:checked + h3 {
	border-radius: 0px;
	border: 1px solid #E0E0E0;
}
.text-field,.main-2 .zip-ent input {
	border: 3px solid #D6D6D6;
}

ul.list li::before {
	background-color: #48C353;
}
.main-2 .zip-ent button {
	border: 3px solid #D6D6D6;
	/* border-left: 0px; */
}

.main-2 {
	background-color: #F6F6F6;
}

.hd-logo img {
	transform: scale(1.5);
}
* {
	border-radius: 0px !important;
  }

/* @media screen and (min-width: 1280px) {
	
	.blue-btn {
		font-size: 34px;
		font-weight: 600;
	}
	.quote-form h2 {
		font-size: 42px;
	}
	
	.main-banner .banner-right {
		width: 722px;
		max-width: 100%;
	}
	
	.quote-form {
		padding: 58px 63px 69px;
	}
	
	.quote-form p {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 50px;
	}
	
	.container {
		max-width: 1485px;
		padding: 0px;
	}
	.main-banner .row {
		padding: 0px 0px 50px;
	}
	
	.quote-form .text-field {
		height: 89px;
		display: flex;
		align-items: center;
		font-size: 24px;
		position: relative;
	}
	
	.quote-form .text-field::placeholder {
		font-size: 24px;
	} 
	.quote-form .form-list li .floating-label {
		top: 50%;
		transform: translateY(-50%);
	}
	
	.quote-form .blue-btn {
		height: 89px;
	}
	
	.banner-left h1 {
		font-size: 89px;
	}
} */



.header-wrapper {
    padding-left: 30px;
}


section.contact > .img-sec {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  row-gap: 20px;
}
section.contact > .img-sec img {
  max-width: 100%;
  position: relative;
}

section.contact > .img-sec p {
  font-size: 17px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 0px;
  max-width: 100%;
}



@media only screen and (max-width: 770px) {
  section.contact > .img-sec p {
    font-size: 15px;
    line-height: 20px;
  }
  section.contact form {
    max-width: 100%;
  }
  section.contact {
    margin-top: 40px;
  }
  section.contact form > div textarea {
    max-width: 100% !important;
    min-width: 95%;
  }
}


