@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: 500;
	font-size: 16px;
	color: #343434;
	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: #0085FF;
	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: #1964db;
}

h1,
.h1 {
	font-size: 60px;
	font-weight: 500;
	margin-bottom: 30px;
	letter-spacing: -2px;
}

h2,
.h2 {
	font-size: 55px;
	font-weight: 500;
/*	margin-bottom: 19px;	*/
	letter-spacing: -1px;
}

h3,
.h3 {
	font-size: 40px;
	letter-spacing: -1px;
	margin-bottom: 15px;
	font-weight: 700;
}

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: 26px;
	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;
}

ul {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 30px;
}
ul:last-child {
	margin-bottom: 0;
}
ul li {
	list-style-type: disc;
	line-height: 26px;
}


.site-wrapper {
	padding-top: 86px;
}

.container {
	margin: 0 auto;
	max-width: 1433px;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
}
.relative{
	position: relative;
}

.container.small {
	max-width: 880px;
}

.w-100 {
	width: 100%;
}

.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;
}
.pt-68{
	padding-top: 68px;
}
.pt-44{
	padding-top: 44px;
}
.light-bg {
	background-color: #F3F7FB;
}
.primary-text{
	color: #1964DB;
	display: inline-block;
}

.row {
	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;
}

.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;
}


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: #1800E1;
	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;
	list-style: none;
}

.form-list li {
	position: relative;
	width: calc(50% - 16px);
	vertical-align: middle;
	margin:8px;
	list-style: none;
	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: 28px;
	left: 30px;
	font-size: 26px;
	color: #758B9D;
	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: #1964DB;
}
.form-list li .floating-label,
.input-wrapper li .center-label{
	transform: translateX(80%);
}

.text-field {
	width: 100%;
	/* max-width: 337px; */
	border: 0;
	border: #C4CCD2 solid 1px;
	padding: 20px 30px;
	font-size: 18px;
	color: #343434;
	font-family: 'Roboto', sans-serif;
	-webkit-border-radius: 35px;
	border-radius: 10px;
	-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 */
.zip{
	max-width: 502px;
	font-size: 26px;
/*	padding: 31px 30px;	*/
	text-align: center;
}

.text-field.active,
.text-field:focus {
	border-color: #1964DB;
}

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,
textarea.text-field {
	resize: none;
	height: 200px;
}

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: 366px;*/
	width: 100%;
	border: 0;
	background: #1964DB;
	padding: 11px 25px;
	font-size: 33px;
	font-weight: 700;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.blue-btn:hover {
	background: #4C91FF;
	color: #fff;
}
.uppercase{
	text-transform: capitalize;
}

.blue-btn.w-100,
.steps-wrapper .blue-btn.w-100 {
	max-width: 100%;
}
.btn-arrow{
	position: relative;
}
.btn-arrow::after{
	content: '';
	position: absolute;
	right: 40px;
	top: 20px;
	background: url(../images/btn-arrow.svg) center center no-repeat;
	height: 24px;
	width: 15px;
	transition: .3s all ease;
}
.btn-arrow:hover::after{
	right: 35px;
}
.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: #1800E1 solid 1px;
	color: #4A4A4A;
}

header.fixed {
	position: fixed;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 3;
}

.header-wrapper {
	width: 100%;
	padding: 10px 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 {
	max-width:280px;
}

.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: #1964DB;
	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: #1964DB;
	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: 16px;
}

.hd-link svg {
	display: inline-block;
	vertical-align: top;
	margin-right: 11.5px;
}

.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;
}
.customer-requests{
	margin-top: 134px;
	gap: 10px;
}
.requests-block{
	border: 1px solid #DBE1E6;
	width: 53%;
	padding: 24px 32px;
	background: #fff;
	text-align: left;
	margin-bottom: 28px;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.best-window{
	width: 45%;
}
.requests-block h4{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 0;
}
#Group_41{
	margin-left: -4px;
}
.requests-block .customer-btn{
	font-size: 16px;
	/* font-style: italic; */
	font-weight: 500;
	display: inline-block;
	text-transform: capitalize;
	max-width: 164px;
	letter-spacing: normal;
	padding: 9px 25px;
	border-radius: 5px;
}
.requests-block h5{
	text-align: left;
	margin-top: 28px;
	color: #75838E;
	line-height: 23px;
	margin-bottom: 21px;
}
.requests-block h3{
	margin-bottom: 39px;
}
.map-icon{
	position: relative;
	padding-left: 24px;
	display: inline-block;
}
.map-icon::before{
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 25px;
	height: 25px;
	background: url(../images/location.svg) center center no-repeat;
	transition: all 0.3s ease-in-out;
}
.bg-home-img{
	position: absolute;
	right: 0;
	top: 39px;
	z-index: -1;
}
.green-tick-icon {
	margin-left: 0;
}
.green-tick-icon li{
	position: relative;
	list-style: none;
	font-size: 19px;
	line-height: normal;
	font-weight: 500;
	padding-left: 35px;
	margin-bottom: 23px;
}
.green-tick-icon li:last-child{
	margin-bottom: 0;
}
.green-tick-icon li::after{
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	background: url(../images/green-tick.svg) center center no-repeat;
	background-size: cover;

}
.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: #1800E1;
	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: #F3F7FB;
}

.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: #1800E1;
}

.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: white;
	text-align: center;
	margin-top: 150px;
}

footer p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}

footer .inner {
	padding: 0 0 36px 0;
	border-top: 1px solid #D6D6D6;
	max-width: 1037px;
	width: 100%;
	margin: auto;
}

footer .links {
	margin-bottom: 25px;
	margin-left: 0;
}

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;
}


.mx-442 {
	max-width: 442px;
}

.mx-500 {
	max-width: 500px;
}
.mx-366{
	max-width: 366px;
}
.steps-wrapper {
	padding-top: 10px;
}
.steps-wrapper h2,
.steps-wrapper .h2 {
	font-weight: 700;
}
.steps-wrapper h2 .title-sm-txt {
	font-size: 38px;
	display: inline-block;
}


/* .steps-wrapper .blue-btn {
	max-width: 268px;
} */

.title {
	margin-bottom: 20px;
}
.title h3{
	font-size: 38px;
}
.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 {
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 3;
}

.progress-wrapper p {
	font-size: 13px;
	color: #343434;
	margin-bottom: 0;
	font-weight: 500;
	line-height: 25px;
}

.progress {
	width: 100%;
	max-width: 585px;
	background-color: #DBE1E6;
	min-height: 5px;
	position: relative;
	display: inline-block;
	text-align: center;
}

.progress .progress-bar {
	position: absolute;
	width: 0;
	max-width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #1964DB;
	-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;
}
.banner-left-img{
	position: absolute;
	top: -70px;
	left: 34px;
	z-index: -1;
	/* padding-right: 42%; */
}
.banner-right-img{
	position: absolute;
	top: 62px;
	right: -44px;
	z-index: -1;
}

.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: 120px;
	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: #343434;
	font-weight: 400;
	text-transform: capitalize;
	border: 1px solid #E4E4E4;
	min-height: 189px;
	padding: 17px;
	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"].input-error + label {
	color: #DB1919;
	border-color: #DB1919;
}

.custom-radio-icon input[type="radio"]+label .icon {
	display: block;
	min-height: 80px;
	margin-bottom: 18px;
	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;
	min-height: 103px;
	border:  1px solid #E4E4E4;
	border-radius: 5px;
}

.custom-radio-icon input[type="radio"]+label .icon img {
	display: block;
	margin: 0 auto;
	border-radius: 5px;
}

.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: #1964DB;
	color: #1964DB;
	border: 1px solid;
}

.custom-radio-style {
	display: block;
	margin-bottom: 20px;
}

.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: #343434;
	font-weight: 400;
	font-size: 19px;
	text-align: left;
	text-transform: capitalize;
	border: 1px solid #DBE1E6;
	padding: 20px 20px 20px 66px;
	display: block;
	cursor: pointer;
	position: relative;
	-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-style input[type="radio"].input-error + label {
	color: #DB1919;
	border-color: #DB1919;
}
.custom-radio-style input[type="radio"]:checked+label {
	border-color: #1964DB;
	color: #1964DB;
}

.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: 20px;
	left: 23px;
	content: "";
	width: 24px;
	height: 24px;
	margin: 0;
	cursor: pointer;
	background: #fff;
	border: 1px solid #DBE1E6;
}

.custom-radio-style input[type="radio"]:checked+label:before {
	/* border-color: transparent; */
	background: white;
}

.custom-radio-style input[type="radio"]+label:after {
	position: absolute;
	content: "";
	top: 25px;
	left: 28px;
	width: 14px;
	height: 14px;
/*	background: #DBE1E6;*/
	opacity: 1;
}

.custom-radio-style input[type="radio"]:checked+label:after {
	opacity: 1;
	background: #1964DB;
}

.locating-prices .icon {
	max-width: 196px;
	margin: 0 auto;
}
.loading-points {
	text-align: center;
	font-size: 0;
}
.loading-points {
	position: relative;
	list-style: none;
	margin-top: 80px;
	margin-left: 0;
}
.loading-points::after {
	content: "";
	position: absolute;
	top: -40px;
	left: 50%;
	width: 1px;
	height: 40px;
	background-color: #DBE1E6;
}
.loading-points li {
	font-size: 19px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	position: relative;
	padding: 40px 40px 0 30px;
}
.loading-points li.active {
	color: #1964DB;
}
.loading-points li .icon {
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 0;
	left: 0;
	background: url(../images/loding-dots.svg) center center no-repeat;
	animation: rotate-animation 2s infinite linear;
}
.loading-points li.active .icon {
	background: url(../images/tick-circle-fill.svg) center center no-repeat;
	animation: inherit;
}
@keyframes rotate-animation {
	0% {
		transform: rotate(360deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.loading-points li::after,
.loading-points li::before {
	content: "";
	position: absolute;
	left: 0;
	-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;
}
.loading-points li::after {
	width: 0;
	height: 2px;
	background-color: #1964DB;
	top: -.5px;
}
.loading-points li.active::after {
	width: 100%;
}
.loading-points li::before {
	width: 100%;
	height: 1px;
	background-color: #DBE1E6;
	top: 0;
}

.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;
}

.form-swiper-container {
	overflow: hidden;
	padding-top: 50px;
}
/* .steps-wrapper .step-item {
	min-height: 550px;
} */

.step-item {
	padding: 27px 0 0px 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;
}

.day-counter {
	min-height: 84px;
	margin-bottom: 30px;
}

.day-counter .counter-box {
	display: inline-block;
	margin: 0 5px;
}

.day-counter .counter-box span {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 0 2px 10px 2px;
	font-size: 24px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #83CC86;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.day-counter .counter-box .counttype {
	display: block;
	width: inherit;
	height: inherit;
	color: #4A4A4A;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	background: none;
	margin: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.step-item.thankyou {
	padding-bottom: 0;
}

.steps-wrapper .thankyou .blue-btn {
	max-width: 500px;
}

.thankyou h2 span {
	color: #1800E1;
}

.thankyou .brand-logo {
	display: inline-block;
	margin: 20px 0;
}

.thankyou .brand-logo img {
	max-height: 40px;
	display: block;
	margin: 0 auto;
}

.testimonial-section {
	padding-bottom: 100px;
	;
}

.testimonial-section .container {
	position: relative;
}

.testimonial-swiper {
	overflow: hidden;
}

.testimonial-swiper .swiper-slide {
	background: #fff;
	padding: 50px;
}

.testimonial-swiper .swiper-slide.swiper-slide-active {
	-webkit-box-shadow: 0 0 25px #E2EBEF;
	-moz-box-shadow: 0 0 25px #E2EBEF;
	box-shadow: 0 0 25px #E2EBEF;
}

.testimonial-swiper p {
	font-size: 26px;
	line-height: 34px;
	letter-spacing: -1px;
	margin-bottom: 15px;
	font-weight: 400;
}

.testimonial-swiper .rating {
	max-width: 120px;
	font-size: 0;
	line-height: normal;
	margin: 0 auto 20px auto;
}

.testimonial-swiper .rating span {
	width: 20px;
	margin-right: 2px;
	display: inline-block;
	vertical-align: top;
}

.testimonial-swiper .avatar {
	display: block;
	max-width: 100px;
	margin: 0 auto 10px auto;
	border: 6px solid rgba(255, 255, 255, .55);
	webkit-border-radius: 100%;
	border-radius: 100%;
	width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
	background: #4a4a4a;
	color: #fff;
	width: 70px;
	height: 70px;
	webkit-border-radius: 70px;
	border-radius: 70px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 24px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background: #1800E1;
	color: #fff;
}

.swiper-button-prev {
	left: -100px;
}

.swiper-button-next {
	right: -100px;
}

.testimonial-swiper .swiper-pagination {
	bottom: -50px;
	width: auto;
	left: 50%;
	line-height: normal;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.testimonial-swiper .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	border: #D6D6D6 solid 1px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	background: #fff;
	opacity: 1;
	-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;
}

.testimonial-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	transform: scale(1.4);
	transform-origin: center;
	position: relative;
}

.testimonial-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 10px;
	height: 10px;
	background: #1800E1;
	-webkit-border-radius: 22px;
	border-radius: 22px;
}

.type-of-window .custom-radio-icon input[type="radio"] + label .text {
	max-width: 90px;
	display: inline-block;
	vertical-align: top;
}

.page-title {
	padding: 50px 0;
	background-color: #EFF5FF;
}
.page-title h1 {
	margin-bottom: 16px;
	letter-spacing: 0;
}
.page-title h1:last-child {
	margin-bottom: 0;
}
.content-section h3 {
	font-size: 30px;
	letter-spacing: 0;
}

section.ccpa .form {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 60px;
	border: 1px solid #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
section.ccpa .form > p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}
section.ccpa .form select {
	width: 100%;
	/* padding: 5px 10px;
	border: 1px solid #D9EAF2; */
	outline: 0;
	margin-bottom: 20px;
	/* font-size: 16px; */
}
section.ccpa .form select:focus {
	outline: 0;
}
section.ccpa .form select option {
	font-size: 16px;
	max-width: 100%;
}
section.ccpa .form > label {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 20px 1fr;
	grid-template-columns: 20px 1fr;
	gap: 10px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	line-height: 30px;
	margin-bottom: 5px;
}
section.ccpa .form > label input[type="checkbox"] {
	display: block;
	-webkit-appearance: revert;
	-moz-appearance: revert;
	appearance: revert;
	position: relative;
}
section.ccpa .form > label input[type="checkbox"]::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	border: 1px solid #838f95;
	cursor: pointer;
	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;
	-webkit-transition: 0.1s ease-in;
	transition: 0.1s ease-in;
}
section.ccpa .form > label input[type="checkbox"]:checked::after {
	content: '\2713';
	color: #1964DB;
	border: 1px solid #1964DB;
	font-size: 16px;
}
section.ccpa .form > label p {
	font-size: 16px;
	line-height: normal;
}
section.ccpa .form > label:last-child {
	margin-bottom: 30px;
}
section.ccpa .form p.last {
	margin-top: 20px;
}
section.ccpa .form .inputs {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 50px;
	column-gap: 50px;
	row-gap: 40px;
	margin-top: 50px;
}
section.ccpa .form .inputs input {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 261px;
	flex: 1 1 261px;
	max-width: 100%;
	/* border: none; */
	outline: 0;
	/* border-bottom: 1px solid #e2ebef;
	padding: 5px 20px;
	font-size: 16px; */
	color: #4a4a4a;
}
section.ccpa .form .inputs input.address {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 800px;
	flex: 1 1 800px;
	max-width: 100%;
}
section.ccpa .form .inputs input:focus {
	outline: 0px;
}
section.ccpa .form .inputs input::-webkit-input-placeholder {
	font-size: 16px;
	color: #60606f;
}
section.ccpa .form .inputs input:-ms-input-placeholder {
	font-size: 16px;
	color: #60606f;
}
section.ccpa .form .inputs input::-ms-input-placeholder {
	font-size: 16px;
	color: #60606f;
}
section.ccpa .form .inputs input::placeholder {
	font-size: 16px;
	color: #60606f;
}
section.ccpa .form button {
	margin-top: 40px;
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 10px;
	border: none;
	outline: 0;
	color: white;
	background-color: #1964DB;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: 0.4s all;
	transition: 0.4s all;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
section.ccpa .form button:focus {
	outline: 0;
	border: 0;
}
section.ccpa .form button:hover {
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
}
.mx-w-1000 {
	max-width: 1000px;
}

section.contact {
	position: relative;
}
section.contact > img {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 300px;
	flex: 1 1 300px;
	height: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
section.contact form {
	max-width: 600px;
	margin: 0 auto 50px auto;
	position: relative;
	width: 100%;
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
section.contact form > div input, section.contact form > div textarea {
	position: relative;
	max-width: 100%;
	outline: 0px;
	border: 1px solid #E3E3E3;
	border-radius: 5px;
	padding: 10px 30px;
	line-height: 32px;
	font-size: 16px;
	color: #707070;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	margin-top: 10px;
}
section.contact form > div input {
	width: 450px;
}
section.contact form > div input::-webkit-input-placeholder, section.contact form > div textarea::-webkit-input-placeholder {
	line-height: 32px;
	font-size: 16px;
	color: #ADADAD;
}
section.contact form > div input:-ms-input-placeholder, section.contact form > div textarea:-ms-input-placeholder {
	line-height: 32px;
	font-size: 16px;
	color: #ADADAD;
}
section.contact form > div input::-ms-input-placeholder, section.contact form > div textarea::-ms-input-placeholder {
	line-height: 32px;
	font-size: 16px;
	color: #ADADAD;
}
section.contact form > div input::placeholder, section.contact form > div textarea::placeholder {
	line-height: 32px;
	font-size: 16px;
	color: #ADADAD;
}
section.contact form > div input:focus, section.contact form > div textarea:focus {
	outline: 0px;
	border: 1px solid #707070;
}
section.contact form > div textarea {
	width: 100% !important;
	min-width: 300px;
}
section.contact form button {
	width: 100%;
	max-width: 400px;
	border-radius: 5px;
	background-color: #1964DB;
	color: #FFFFFF;
	font-size: 16px;
	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;
	padding: 10px 0px;
	outline: 0px;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	border: 0px;
	cursor: pointer;
}
section.contact form button:hover {
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
}
section.contact form button:focus, section.contact form button:active {
	outline: 0px;
}
section.contact .img-sec {
	width: 100%;
	text-align: center;
}
section.contact .img-sec img {
	margin-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	max-width: 600px;
}
.installers h2 {
	margin-bottom: 20px;
}
.installers .content {
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin: auto;
}
section.installers p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}
section.installers h3 {
	margin-top: 30px;
}
section.installers > ul {
	padding: revert;
	margin-bottom: 20px;
}
section.installers > ul li {
	list-style: disc;
	font-size: 16px;
	line-height: 30px;
}
section.installers .locations {
	width: 100%;
	padding: 30px;
	margin-bottom: 20px;
	background: #EFF5FF;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
section.installers .locations:last-child {
	margin-bottom: 0;
}
section.installers .locations h2 {
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0;
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
section.installers .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));
	margin: 0;
}  
section.installers .locations ul li {
	list-style: none;
	font-size: 16px;
	max-width: 100%;
	padding: 0px;
	margin: 0;
}
section.installers .locations ul li::before {
	display: none;
}

@media screen and (max-width: 1199px) {

	h1,
	.h1 {
		font-size: 50px;
	}

	h2,
	.h2 {
		font-size: 40px;
	}
	.title h3{
		font-size: 30px;
	}

	.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;
	}

	.swiper-button-prev {
		left: -50px;
	}

	.swiper-button-next {
		right: -50px;
	}
}

@media(max-width: 1100px) {

	.swiper-button-prev,
	.swiper-button-next {
		display: none;
	}
}

@media screen and (max-width: 1023px) {

	h1,
	.h1 {
		font-size: 42px;
	}

	h2,
	.h2 {
		font-size: 36px;
	}
	.title h3{
		font-size: 28px;
	}
	.requests-block h4{
		font-size: 19px;
	}
	.s-pt,
	.s-py {
		padding-top: 50px !important;
	}

	.s-pb,
	.s-py {
		padding-bottom: 50px !important;
	}
	.pt-68{
		padding-top: 40px;
	}

	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.form-swiper-container {
		padding-top: 0;
	}
	.progress-wrapper {
		position: relative;
	}
	.main-banner .row {
		padding-left: 0;
		padding-right: 0;
	}

	.main-banner .banner-left {
		width: 46%;
	}
	.banner-left-img{
		display: none;
	}
	.banner-right-img{
		width: 300px;
	}

	.main-banner .banner-right {
		width: 53%;
	}

	.quote-form {
		padding: 30px;
	}
	.best-window, .requests-block{
		width: 100%;
	}
	

	.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);
	}
	.locating-prices .icon {
		max-width: 130px;
	}
	.loading-points {
		max-width: 200px;
		width: 100%;
		margin: 30px auto 0 auto;
	}
	.loading-points::after {
		display: none;
	}
	.loading-points li {
		display: block;
		padding: 0 0 0 30px;
		margin-bottom: 10px;
	}
	.loading-points li::after,
	.loading-points li::before {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.site-wrapper {
		padding-top: 79px;
	}
	.hd-logo{
		max-width:250px ;
	}
	.header-wrapper .step-loading {
		left: initial;
		right: 70px;
		top: 10px;
		-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;
	}
	.banner-right-img{
		width: 270px;
		right: -44px;
	}

	.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%;
	}
	.requests-block{
		padding: 20px;
	}
	.customer-requests{
		margin-top: 70px;
	}
	.requests-block h3{
		margin-bottom: 22px;
	}
	.green-tick-icon li{
		margin-bottom: 15px;
		font-size: 16px;
	}
	.bg-home-img{
		top: 10px;
		width: 200px;
	}
	.zip{
	/*	padding: 24px 30px;*/
	}

	.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;
	}

	.day-counter {
		margin-bottom: 0;
	}

	.day-counter .counter-box {
		margin: 0 5px 30px 5px;
	}

	.day-counter .counter-box .counttype {
		font-size: 20px;
	}
	section.ccpa .form {
		padding: 30px;
	}
	section.ccpa .form .inputs {
		margin-top: 20px;
		-webkit-column-gap: 20px;
		column-gap: 20px;
		row-gap: 20px;
	}
	section.ccpa .form > p,
	section.installers p {
		line-height: 26px;
	}
	footer .links li {
		margin: 0 6px;
	}
}

@media screen and (max-width: 567px) {

	h1,
	.h1 {
		font-size: 36px;
	}

	h2,
	.h2 {
		font-size: 30px;
	}
	.title h3{
		font-size: 22px;
	}

	h3,
	.h3,
	.testimonial-swiper p {
		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;
	}
	.pt-68{
		padding-top: 30px;
	}

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.main-banner .row {
		padding-bottom: 30px;
	}
	.banner-right-img{
		width: 200px;
		right: -28px;
	}
	.best-window, .requests-block:last-child{
		margin-bottom: 0;	
	}
	.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;
	}
	.customer-requests{
		margin-top: 50px;
	}

	.step-item {
		padding: 25px 0 30px 0;
	}

	.steps-wrapper .blue-btn {
		max-width: 100%;
	}
	.requests-block h4{
		margin-bottom: 15px;
	}

	.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 {
		font-size: 17px;
		padding: 10px;
		min-height: 140px;
	}
	.type-of-window .custom-radio-icon input[type="radio"] + label .text {
		max-width: 100%;
	}
	.custom-radio-icon input[type="radio"]+label .icon {
		max-width: 60px;
		min-height: 80px;
		margin: 0 auto 10px auto;
	}
	.custom-radio-icon input[type="radio"] + label .icon img {
		max-width: 40px;
	}
	.custom-radio-style input[type="radio"]+label {
		font-size: 16px;
		padding: 16px 12px 16px 56px;
	}
	.custom-radio-style input[type="radio"]+label:before {
		top: 14px;
	}
	.custom-radio-style input[type="radio"]+label:after {
		top: 19px;
	}

	.text-field,
	.form-list li .floating-label,
	.input-wrapper .floating-label {
		font-size: 18px;
	}

	.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%;
	}

	.thankyou .brand-logo {
		width: 300px;
		max-width: 100%;
	}

	.day-counter .counter-box {
		margin: 0 3px 30px 3px;
	}

	.day-counter .counter-box span {
		width: 40px;
		height: 40px;
		font-size: 20px;
		line-height: 40px;
	}

	.day-counter .counter-box .counttype {
		font-size: 16px;
	}

	.blue-btn {
		font-size: 24px;
		letter-spacing: 0;
	}

	.testimonial-swiper .swiper-slide {
		padding: 20px;
	}
	.page-title {
		padding: 30px 0;
	}
	.page-title h1 {
		font-size: 30px;
	}
	.content-section h3 {
		font-size: 22px;
	}
}

@media screen and (max-width: 411px) {
	.site-wrapper {
		padding-top: 67px;
	}
	.hd-logo{
		max-width: 200px;
	}
	.radio-style-button input[type="radio"]+label {
		padding: 18px 20px;
	}

	.box-wrapper .box {
		padding: 20px;
	}
	section.ccpa .form {
		padding: 20px;
	}
	section.installers .locations {
		padding: 20px;
	}
	section.installers .locations ul {
		row-gap: 5px;
	}
}

@media screen and (max-width: 359px) {

	.solar-cost .radio-list .radio-style-button,
	.custom-radio-icon {
		width: calc(100% - 10px);
	}
}

.input-error {
	-webkit-box-shadow: 0px 0px 1px 3px #1964DB;
	-moz-box-shadow: 0px 0px 1px 3px #1964DB;
	box-shadow: 0px 0px 1px 3px #1964DB;
}


.error-msg {
	color: #FFF;
	display: block;
	margin-top: 10px;
	font-size: 15px;
	line-height: 14px;
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
}


.provider-box:hover,
.provider-box:active {
	background: #FFF;
}




.sphere {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	margin: 10px 5px;
	display: inline-block;
	position: relative;
	-webkit-transform: scale(.3);
	z-index: -1;
	background: green;
	background: radial-gradient(rgba(78, 208, 143, 1) 0%, rgba(97, 196, 25, 1) 50%, rgba(78, 208, 143, 1) 100%);
	/* W3C */
}

#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);
	}
}


.show-br-mob br {
	/* display: none; */
}

@media screen and (max-width: 767px) {
	.show-br-mob br {
		display: inline-block;
	}
}


.site-wrapper {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}








@media screen and (max-width: 767px) {
	.btn-arrow::after {top:13px;}
	.requests-block .customer-btn{display:none;} 
	.requests-block h5 {margin-top:0px;}
}





.custom-radio-style:hover {
background: #FCFCFC;
}


.error-text
{
font-size:12px;
color:red;
}


/* new header logo */
.text-logo {
	position: relative;
	max-width: 100%;
	width: fit-content;
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	margin-top: 10px;
}
.text-logo img {
	position: absolute;
	max-width: 65px;
	object-fit: contain;
	z-index: 1;
	left: 0;
	bottom: 5px;
}
.text-logo h1 {
	width: fit-content;
	position: relative;
	z-index: 2;
	padding-left: 25px;
	padding-top: 10px;
	font-size: 30px;
	font-weight: 900;
}
.text-logo h1 span {
	color: #343434;
}