@charset "utf-8";

/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #000000;
	text-align: center;
	font-family: 'Geist';
	font-weight: normal;

}



div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
	margin: 0;
	padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
}

table,
tr,
td {
	border: 0;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

.button_box a:hover {
	color: white !important;
    text-decoration: none !important;
}
a:hover {

    text-decoration: none !important;
}

img {
	border: none;
	height: auto;
}

li {
	list-style: none;
}

* {
	box-sizing: border-box;
}

.img-full {
	max-width: 100%;
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.forMob,
.forTab {
	display: none;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container-sunline {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}


@font-face {
	font-family: 'Geist';
	src: url('Geist-Regular.woff2') format('woff2'),
		url('Geist-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Geist';
	src: url('Geist-SemiBold.woff2') format('woff2'),
		url('Geist-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Geist';
	src: url('Geist-Light.woff2') format('woff2'),
		url('Geist-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Geist';
	src: url('Geist-ExtraBold.woff2') format('woff2'),
		url('Geist-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Geist';
	src: url('Geist-Bold.woff2') format('woff2'),
		url('Geist-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Geist';
	src: url('Geist-Medium.woff2') format('woff2'),
		url('Geist-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/*==========Header==============*/

.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 100px;
}

.header {
	float: left;
	width: 100%;
	height: 100px;
	margin-top: -100px;
	position: relative;
	top: 100px;
}

.fixed-nav .header {
	position: fixed;
	z-index: 11;
	top: 0;
	background: #fff;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.header_row {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 1470px;
	padding: 0 10px;
}

.logo {
	float: left;
	width: 247px;
	margin-top: 12px;
}

ul.mainMenu {
	display: inline-block;
	vertical-align: top;
	margin-top: 38px;
}

ul.mainMenu li {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}

ul.mainMenu li a {
	color: #000000;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}

.menu-down-ic {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
}

.header_button {
	float: right;
	width: 230px;
	height: 52px;
	font-size: 19px;
	line-height: 51px;
	border: 2px solid #000;
	border-radius: 50px;
	text-align: center;
	margin-top: 24px;
	font-weight: bold;
}

.header_button:hover {
	background: #00cd4d;
	border-color: #00cd4d;
	color: #fff;
}


/*MOBILE MENU CSS*/
.mob-mnu-ic {
	cursor: pointer;
	position: absolute;
	left: 15px;
	top: 30px;
	z-index: 16;
	height: 30px;
}

.mob-mnu-ic button {
	outline: none;
	-webkit-appearance: none;
	background: none;
	padding: 0;
	cursor: pointer;
	border: none;
	margin: 0;
}

.mob-mnu-ic span {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-top: 4px;
	margin-right: 5px;
}

.bar1,
.bar2,
.bar3 {
	width: 25px;
	height: 3px;
	background-color: #070f52;
	transition: 0.4s;
}

.bar2 {
	margin: 5px 0;
}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background: #070f52;
}

.dl-active .bar2 {
	opacity: 0;
}

.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -6px);
	transform: rotate(45deg) translate(-6px, -6px);
	background: #070f52;
}

.mobilemenu {
	left: 0;
	position: fixed;
	top: 80px;
	background: #fff;
	z-index: 12;
	right: 0;
	bottom: 0;
	overflow: scroll;
	display: none;
	border-top: 1px solid #ddd;
}

.mobimenu-top {
	top: 80px;
}

.mobilemenu li {
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.mobilemenu li a {
	float: left;
	width: 100%;
	padding: 15px 20px;
	font-size: 17px;
	color: #000;
}

.mobilemenu li a.header-btn {
	float: left;
	width: 150px;
	font-size: 18px;
	color: #ffffff;
	height: 42px;
	line-height: 40px;
	font-weight: 600;
	margin: 10px 0;
	border-radius: 20px;
	background: #19c354;
	padding: 0;
	text-align: center;
}

/*==============banner===============*/
.banner {
	float: left;
	width: 100%;
	background: url(../images/banner.jpg) no-repeat center top;
	height: 783px;
	position: relative;
	overflow: hidden;
}

.sun-light {
	position: absolute;
	left: 0;
	top: 0;
	animation: sunlight 2s linear 0s infinite alternate none;
}

@keyframes sunlight {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}

}

.lighting-img1 {
	position: absolute;
	left: 12%;
	top: 155px;
	animation: animatelight 2s linear 0s infinite alternate none;
}

.lighting-img2 {
	position: absolute;
	right: 0;
	top: 95px;
	animation: animatelight 2s linear 0s infinite alternate none;
}

@keyframes animatelight {

	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}

}

.banner_left {
	float: left;
	width: 67%;
	text-align: left;
	padding: 40px 0;
	position: relative;
	z-index: 2;
}

.sunline_strip {
	display: inline-block;
	vertical-align: top;
	padding: 2px 10px 5px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 65px;
	line-height: 70px;
	font-weight: 500;
	color: #fdd233;
	border-radius: 5px;
	letter-spacing: -1.5px;
}

.sunline_strip span {
	color: #1697d5;
}

.banner_heading {
	font-size: 65px;
	line-height: 72px;
	font-weight: 500;
	color: #fff;
	letter-spacing: -1px;
}

.button_box {
	display: inline-block;
	vertical-align: top;
	margin-top: 40px;
	width: 100%;
	max-width: 430px;
	text-align: center;
}

.banner_left .button_box {
	margin-top: 25px;
}

.common_button {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background: #00cd4d;
	height: 64px;
	line-height: 66px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	border-radius: 50px;
	letter-spacing: 0.5px;
	position: relative;
	overflow: hidden;
	text-align: center;
	border: none;
	cursor: pointer;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
	font-family: 'Geist';
}

.button_getext {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	margin-top: 10px;
	letter-spacing: 0.3px;
}

.button_getext img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 0;
	width: 17px;
}

ul.banner_list-right {
	position: absolute;
	right: -100px;
	top: 20px;
	width: 300px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	flex-direction: column;
	row-gap: 6px;
}

ul.banner_list-right li {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 2px 15px;
	text-align: left;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
}

.banner_list-icon {
	width: 37px;
}

ul.banner_list-right li p {
	width: calc(100% - 40px);
	font-size: 17px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.5px;
	padding-left: 10px;
}
ul.banner_list-right a {
	display:contents;
}
/*=
/*=========As_Seen_On=================*/
.as_seen_on {
	float: left;
	width: 100%;
	padding: 35px 0;
	background: rgb(237, 243, 246);
	background: linear-gradient(0deg, rgba(237, 243, 246, 1) 0%, rgba(245, 247, 245, 1) 50%, rgba(255, 252, 243, 1) 100%);
}

ul.brand__list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
	justify-content: space-between;
}

ul.brand__list li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 25px;
	position: relative;
}

ul.brand__list li img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

.as-seen-logo1 {
	width: 150px;
}

.as-seen-logo2 {
	width: 115px;
}

.as-seen-logo3 {
	width: 140px;
}

.as-seen-logo4 {
	width: 115px;
}

.as-seen-logo5 {
	width: 150px;
}

/*===sectionOne======*/
.sectionOne {
	float: left;
	width: 100%;
	padding: 80px 0;
}

.sec1_row {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}

.section1_left {
	width: 46.3%;
}

.section1_image {
	display: inline-block;
	vertical-align: middle;
	border-radius: 10px;
	max-width: 100%;
}

.section1_right {
	width: 49%;
	text-align: left;
}

.common_heading {
	color: #000000;
	font-size: 55px;
	line-height: 65px;
	font-weight: 500;
	letter-spacing: -1px;
}

.common_paragraph {
	color: #000000;
	font-size: 18px;
	line-height: 26px;
	margin-top: 30px;
}

.sec1-buttom-row {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	margin-top: 70px;
}

.sec1-buttom-col {
	width: 30%;
	text-align: left;
}

.sec1-buttom-col_text1 {
	font-size: 55px;
	line-height: 60px;
	color: #000000;
}

.sec1-buttom-col_text2 {
	font-size: 22px;
	line-height: 30px;
	color: #000000;
	margin-top: 8px;
}

/*===sectionTwo======*/
.sectionTwo {
	float: left;
	width: 100%;
	padding: 70px 0;
	background: rgb(237, 243, 246);
	background: linear-gradient(0deg, rgba(237, 243, 246, 1) 0%, rgba(245, 247, 245, 1) 49%, rgba(255, 252, 243, 1) 100%);
}

.sec2_left {
	text-align: left;
}

.sec2_list-row {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
}

.sec2_list-col {
	width: 25%;
	text-align: center;
	padding: 0 20px;
	border-right: 1px solid #b9bccb;
}

.sec2_list-col:last-child {
	border: none
}

.sec2-col-icon {
	display: block;
	margin: 0 auto 18px;
	width: 85px;
}

.sec2_list-col h3 {
	color: #000000;
	font-size: 30px;
	line-height: 36px;
	font-weight: 500;
}

.sec2_list-col p {
	color: #000000;
	font-size: 19px;
	line-height: 28px;
	margin-top: 20px;
}

/*===sectionThree======*/
.sectionThree {
	float: left;
	width: 100%;
	padding: 80px 0;
}

.sec3_service-row {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
	row-gap: 84px;
}

.sec3_service-col-1 {
	width: 47.20%;
	text-align: center;
}

.sec3_installation-box {
	float: left;
	width: 100%;
	background: url(../images/installation-bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 40px 230px 105px 30px;
	text-align: left;
	border-radius: 10px;
}

.sec3_installation-box h3 {
	color: #ffffff;
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
}

.sec3_installation-box p {
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.3px;
	margin-top: 18px;
}

.read_button {
	display: inline-block;
	vertical-align: middle;
	margin-top: 25px;
	font-size: 18px;
	line-height: 26px;
	color: #29bc5b;
	letter-spacing: 0.3px;
}

.read_button img {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	margin: 0 0 0 5px;
}

.sec3_storage-row {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 48%;
	position: relative;
}

.sec3_storage-row:before {
	position: absolute;
	left: 0;
	bottom: -42px;
	right: 0;
	border-bottom: 1px solid #ddd;
	content: "";
}

.sec3_storage-row:nth-child(3):before,
.sec3_storage-row:nth-child(4):before {
	display: none;
}

.sec3_storage-content {
	width: calc(100% - 250px);
	text-align: left;
}

.sec3_storage-content h3 {
	color: #000000;
	font-size: 28px;
	line-height: 32px;
	font-weight: 500;
}

.sec3_storage-content p {
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.3px;
	margin-top: 15px;
	opacity: 0.7;
	padding-right: 55px;
}

.sec3_storage-image {
	width: 248px;
	height: 100%;
}

.sec3_storage-image img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

/*===sectionFour======*/
.sectionFour {
	float: left;
	width: 100%;
	padding: 70px 0;
	background: rgb(237, 243, 246);
	background: linear-gradient(0deg, rgba(237, 243, 246, 1) 0%, rgba(245, 247, 245, 1) 49%, rgba(255, 252, 243, 1) 100%);
}

.sec4_row {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.sec4_col-1 {
	width: 45.5%;
	text-align: left;
}

.sec4-col1-img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	margin-top: 40px;
	border-radius: 10px;
}

.sec4_col-2 {
	width: 49%;
}

ul.s4_step-list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	row-gap: 30px;
	width: 100%;
}

ul.s4_step-list li {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	text-align: left;
}

.sec4-step-icon {
	width: 78px;
}

.s4_step-list-content {
	width: calc(100% - 110px);
	padding-bottom: 30px;
	border-bottom: 1px solid #b9bccb;
}

ul.s4_step-list li:last-child .s4_step-list-content {
	border: none;
	padding-bottom: 0;
}

.s4_step-list-content h3 {
	color: #000000;
	font-size: 30px;
	line-height: 36px;
	font-weight: 500;
	text-transform: uppercase;
}

.s4_step-list-content p {
	color: #000000;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.3px;
	margin-top: 20px;
}

/*===sectionFive======*/
.sectionFive {
	float: left;
	width: 100%;
	padding: 80px 0;
}

.sec5_looking-box {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	background: rgb(237, 243, 246);
	background: linear-gradient(0deg, rgba(237, 243, 246, 1) 0%, rgba(245, 247, 245, 1) 49%, rgba(255, 252, 243, 1) 100%);
}

.sec5_looking-box_left {
	width: 40%;
	background: #d7f2ff;
	text-align: center;
	padding: 40px;
}

.cashback-text {
	font-size: 28px;
	line-height: 36px;
	color: #000000;
	margin-top: 25px;
}

.s5_logo {
	display: block;
	margin: 50px auto 0;
	max-width: 100%;
}

.sec5_looking-box_right {
	width: 60%;
	padding: 35px 50px 45px;
	text-align: center;
}

.looking_heading {
	font-size: 29px;
	line-height: 40px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

.select_row {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 10px;
	margin-top: 25px;
	padding: 0 10px;
}

.select_col {
	width: 48%;
	position: relative;
}

.select_col input {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
}

.select_col-opt {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	border: 2px solid #1697d5;
	background: #fff;
	border-radius: 50px;
	padding: 13px 15px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.5px;
	font-weight: 500;
	color: #000;
	position: relative;
}

.select_col input[type="radio"]:checked+.select_col-opt,
.select_col input[type="checkbox"]:checked+.select_col-opt {
	background: #1697d5;
	color: #fff;
}

.select_text {
	font-size: 21px;
	line-height: 26px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin-top: 10px;
}

.about_form {
	margin-top: 25px;
	width: 100%;
}

.contact_form {
	margin-top: 10px;
	width: 100%;
}

.required_field-text {
	font-size: 16px;
	line-height: 24px;
	color: #F00;
}

.tell_us {
	font-size: 22px;
	line-height: 30px;
	color: #000000;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}

.frmElement_row {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.frmElement_col {
	width: 100%;
	border-bottom: 1px solid #000;
	margin-top: 18px;
}

.frmElement_col.half {
	width: calc(50% - 15px);
}

.frmElement_col.one-third {
	width: calc(33.33% - 15px);
}

.input_field {
	float: left;
	width: 100%;
	height: 42px;
	padding: 8px 5px;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	border: none;
	outline: none;
	-webkit-appearance: none;
	font-family: 'Geist';
	font-weight: 500;
	background: none;
}

.input_field::placeholder {
	color: #000;
}

.input_field:focus::-webkit-input-placeholder {
	color: transparent;
}

select.input_field {
	padding-right: 25px;
	background: url(../images/select-arw.png) no-repeat right 5px center;
	background-size: 16px;
}

.text_area {
	resize: none;
	min-height: 92px;
}

.sec5_looking-box_right .button_box {
	margin-top: 40px;
}


.s5_mid_box {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}

.s5_mid_col {
	width: 48.5%;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.s5-mid-img {
	display: block;
	margin: 0 auto;
	width: 567px;
	max-width: 100%;
}

.s5_mid_cont {
	position: absolute;
	/* bottom: 40px; */
	top:70%;
	left: 0;
	width: 100%;
	padding: 0 20px;
	text-align: center;
}

.s5_mid_cont h3 {
	font-size: 56px;
	line-height: 56px;
	color: #fff;
	font-weight: 600;
}

.s5_mid_cont p {
	font-size: 17px;
	line-height: 26px;
	color: #fff;
	margin-top: 20px;
}

.sec5_testimonial {
	float: left;
	width: 100%;
	margin-top: 80px;
}

.s5_slider_block {
	float: left;
	width: 100%;
	margin: 60px 0 0 0;
}

.s5_slider-div {
	float: left;
	width: 100%;
	margin-top: 50px;
	padding: 0 20px;
}

.s5-testi_text {
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0.3px;
	color: #193560;
	font-weight: 500;
	padding: 0 10px;
}

.s5_slider-nav {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}

.s5_slider-nav .slick-slide {
	width: 350px !important;
	margin: 0 20px;
	display: inline-block !important;
	vertical-align: middle;
	float: none;
	padding: 20px 20px;
	border-radius: 70px;
	cursor: pointer;
	outline: none;
	position: relative;
	border: 2px solid #c9c9c9;
	background: #fff;
}

.s5_slider-nav .slick-slide.slick-current {
	border: 2px solid #1698d5;
}

.s5_slider-nav img {
	display: inline-block !important;
	vertical-align: middle;
	width: 72px;
	border-radius: 50%;
}

.slide_tabClick {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.nav_quotation {
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	text-align: center;
	font-size: 26px;
	line-height: 39px;
	color: #fff;
	font-weight: 600;
	background: #1698d5;
}

.slide_tabClick_cont {
	float: right;
	width: calc(100% - 72px);
	text-align: left;
	padding: 0 0 0 20px;
}

.slide_tabClick_cont span {
	font-size: 20px;
	line-height: 28px;
	color: #193560;
	font-weight: 600;
}

.slide_tabClick_cont p {
	font-size: 16px;
	line-height: 20px;
	color: #7a8390;
	font-weight: normal;
	margin-top: 4px;
}

/*===sectionSix======*/
.sectionSix {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	position: relative;
	background: rgb(237, 243, 246);
	background: linear-gradient(0deg, rgba(237, 243, 246, 1) 0%, rgba(245, 247, 245, 1) 49%, rgba(255, 252, 243, 1) 100%);
}

.sectionSix:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: "";
	width: 50%;
	background: url(../images/sec6_bg.png) no-repeat top center;
}

/*===footer======*/
.footer {
	float: left;
	width: 100%;
	padding: 70px 0 50px;
	background: #fff;
}

.footer_block {
	width: 100%;
	text-align: left;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer_col {
	width: 25%;
}

.footer_col_1 {
	width: 28%;
}

.footer_col_2 {
	width: 20%;
}

.footer_col_3 {
	width: 15%;
}

.footer_col_4 {
	width: 18%;
}

.footer_hdg {
	font-size: 20px;
	line-height: 22px;
	color: #1698d5;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: 30px;
}

.footer_col_list {
	float: left;
	width: 100%;
}

.footer_col_list li {
	margin: 12px 0 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #000000;
	text-align: left;
	letter-spacing: 0.3px;
}

.footer_text1 {
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	letter-spacing: 0.3px;
	margin-top: 20px;
}

.footer_link {
	color: #1a98d5;
	text-decoration: underline;
}

.footer-logo {
	display: inline-block;
	vertical-align: top;
	width: 275px;
	max-width: 100%;
}

.social_list {
	width: 90%;
	float: left;
	margin-top: 20px;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.social_list li {
	width: 20%;
}

.social_list li img {
	display: block;
	margin: 0 auto;
	width: 34px;
	max-width: 100%;
}

.footer_strip {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 45px;
	border: 1px solid #b7b7b7;
	padding: 15px 35px;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.3px;
	font-weight: 300;
	color: #000;
}

.footer_privacy {
	width: 100%;
	margin: 50px auto 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer_privacy p {
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

ul.privacy_term-list {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

ul.privacy_term-list li {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	position: relative;
	padding: 0 15px;
}

ul.privacy_term-list li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 5px;
	margin-top: -2.5px;
	background: #000;
	border-radius: 50%;
}

ul.privacy_term-list li:first-child:before {
	display: none;
}

/*==========================Residential==========================*/
.top_strip {
	float: left;
	width: 100%;
	padding: 10px 0 10px;
	background: #193561;
}

.top_strip_points {
	float: left;
	width: 100%;
}

.top_strip_points li {
	float: left;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	font-weight: 500;
	position: relative;
}

.top_strip_points li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	margin: -2px 8px 0 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

.top_strip_points li:first-child:before {
	display: none;
}

.resident_banner {
	float: left;
	width: 100%;
	background: url(../images/residential-bg.jpg) no-repeat center top;
	background-size: cover;
}

.resident_banner_left {
	float: left;
	width: 67%;
	text-align: left;
	padding: 33px 0;
	position: relative;
	z-index: 2;
}

.resident_sunline_strip {
	display: inline-block;
	vertical-align: top;
	padding: 2px 10px 5px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 65px;
	line-height: 70px;
	font-weight: 500;
	color: #fdd233;
	border-radius: 5px;
	letter-spacing: -1.5px;
}

.resident_sunline_strip span {
	color: #1697d5;
}

.resident_banner_heading {
	font-size: 65px;
	line-height: 72px;
	font-weight: 500;
	color: #fff;
	letter-spacing: -1px;
}

/*======resident_sectionOne======*/
.resident_sectionOne {
	float: left;
	width: 100%;
	padding: 50px 0 60px;
	background: #fff;
}

.resident_compare_block {
	width: 100%;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.resident_compare_box {
	width: 48.5%;
}

.resident_compare_hdg {
	font-size: 50px;
	line-height: 55px;
	color: #ffd336;
	font-weight: 500;
}

.resident_compare_box2 .resident_compare_hdg {
	color: #1697d5;
}

.resident-compare-img {
	display: block;
	margin: 30px auto 10px;
	width: 568px;
	max-width: 100%;
	border-radius: 10px;
}

.resident_compare_cont {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;
}

.resident_compare_cont p {
	font-size: 20px;
	line-height: 28px;
	color: #000;
	letter-spacing: 0.3px;
	margin-top: 25px;
}

/*======resident_sectionTwo======*/
.resident_sectionTwo {
	float: left;
	width: 100%;
	padding: 50px 0 60px;
	background: rgb(255, 252, 243);
	background: linear-gradient(187deg, rgba(255, 252, 243, 1) 15%, rgba(236, 243, 246, 1) 85%);
}

.resident_common_heading {
	font-size: 60px;
	line-height: 68px;
	color: #000;
	font-weight: 500;
}

.resident_sec2_list-row {
	width: 100%;
	margin: 40px auto 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	column-gap: 1.5%;
}

.resident_sec2_list-col {
	width: 18.8%;
	border: 2px solid #1697d5;
	border-radius: 8px;
	padding: 30px 10px;
	background: #fff;
}

.resident_sec2-col-icon {
	display: block;
	margin: 0 auto 15px;
	width: 82px;
}

.resident_sec2_list-col h3 {
	font-size: 30px;
	line-height: 30px;
	color: #000;
	font-weight: 500;
}

.resident_sec2_list-col p {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	letter-spacing: 0.3px;
	margin-top: 15px;
}

/*======resident_sectionThree======*/
.resident_sectionThree {
	float: left;
	width: 100%;
	padding: 50px 0 60px;
	background: #fff;
}

.resident_sec3_block {
	float: left;
	width: 100%;
	margin-top: 45px;
}

.resident_sec3_img_box {
	float: left;
	width: 49.402%;
}

.resident_sec3-img {
	display: block;
	margin: 0 auto;
	width: 578px;
	max-width: 100%;
}

.resident_sec3_cont {
	float: right;
	width: 47%;
	text-align: left;
}

.resident_common_text {
	font-size: 20px;
	line-height: 28px;
	color: #000;
	letter-spacing: 0.3px;
	margin-top: 25px;
}

.winner-tag {
	display: block;
	margin: 45px auto 15px;
	width: 523px;
	max-width: 90%;
}

.button_getext.black img {
	filter: brightness(0);
}

/*======resident_sectionFour======*/
.resident_sectionFour {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 70px 0 60px;
	background: rgb(255, 252, 243);
	background: linear-gradient(187deg, rgba(255, 252, 243, 1) 15%, rgba(236, 243, 246, 1) 85%);
}

.resident_sec4_mid_box {
	width: 100%;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.resident_sec4_cont {
	float: left;
	width: 56%;
	text-align: left;
}

.resident_sec4_block {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.resident_sec4_box {
	width: 100%;
	margin: 12px auto 0;
	background: #fff;
	text-align: left;
	border-radius: 8px;
	padding: 15px 25px 15px;
	-webkit-box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .1);

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.resident_sec4_box_cont {
	width: calc(100% - 55px);
	padding: 0 15px 0 52px;
	position: relative;
}

.resident_sec4_box_cont div {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	background: #11385f;
}

.resident_sec4-icn {
	width: 55px;
}

.resident_sec4_img_box {
	float: right;
	width: 44%;
	position: relative;
	height: 100%;
}

.resident_sec4-img {
	display: block;
	margin: 0 -120px 0 auto;
	width: 616px;
	max-width: none;
}

/*======resident_sectionFive======*/
.resident_sectionFive {
	float: left;
	width: 100%;
	padding: 70px 0 10px;
	background: #fff;
}

.resident_sec5_block {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 970px;
	margin-top: 50px;
	position: relative;
}

.resident_sec5_box {
	width: 100%;
	margin-top: 15px;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.resident_sec5_col {
	width: 18.764%;
}

.resident_sec5-img {
	display: block;
	margin: 0 auto 0;
	width: 182px;
	max-width: 100%;
	border-radius: 12px;
	opacity: 0.6;
	filter: grayscale(100%);
	transition: all ease 0.5s;
}

.resident_sec5-img.highlight {
	opacity: 1;
	transform: scale(1.03);
	filter: grayscale(0%);
	transition: all ease 0.5s;
}


.resident_sec5_cont {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 560px;
	transform: translate(-50%, -50%);
}

.resident_sec5-logo {
	display: block;
	margin: 0 auto;
	width: 260px;
}

.resident_sec5_cont_hdg {
	font-size: 26px;
	line-height: 34px;
	color: #000;
	font-weight: bold;
	margin-top: 20px;
}

.resident_sec5_points {
	width: 100%;
	margin: 40px auto 0;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.resident_sec5_points li {
	width: 33.33%;
	text-align: center;
	padding: 0 5px;
	font-size: 22px;
	line-height: 26px;
	color: #000;
	font-weight: bold;
}

.resident_sec5_points li img {
	display: block;
	margin: 0 auto 15px;
	width: 28px;
}

.resident_brand_logo_list {
	width: 100%;
	margin: 60px auto 0;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.resident_brand_logo_list li {}

.resident_brand_logo_list li img {
	display: block;
	margin: 0 auto;
	width: 133px;
	max-width: 100%;
}

/*======resident_sectionSix======*/
.resident_sectionSix {
	float: left;
	width: 100%;
	padding: 10px 0 60px;
	background: #fff;
}

.faq-container {
	display: inline-block;
	vertical-align: middle;
	max-width: 850px;
	width: 100%;
	margin: 30px 0 0;
	position: relative;
	z-index: 1;
}

.up-slide-dwn {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 12px;
	border: 1px solid #cccccc;
}

.accordion {
	float: left;
	width: 100%;
	text-align: left;
	background: url(../images/close-btn.png) no-repeat 97% center;
	padding: 20px 30px 20px 25px;
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	font-weight: 500;
	cursor: pointer;
}

.acdn-heading.accordion-open {
	background: url(../images/open-btn.png) no-repeat 97% center;
	border-bottom: none;
}

.acdn-content {
	float: left;
	width: 100%;
	padding: 0 30px 10px 25px;
}

.acdn-para {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	letter-spacing: 0.3px;
	margin-bottom: 15px;
	text-align: left;
}

/*==========================Residential==========================*/
.top_strip {
	float: left;
	width: 100%;
	padding: 10px 0 10px;
	background: #193561;
}

.top_strip_points {
	float: left;
	width: 100%;
}

.top_strip_points li {
	float: left;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	font-weight: 500;
	position: relative;
}

.top_strip_points li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	margin: -2px 8px 0 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

.top_strip_points li:first-child:before {
	display: none;
}


/*HOME_BATTERY*/

.homeBattery_banner.resident_banner {
	background: url(../images/homeBattery-banner-bg.jpg) no-repeat center top;
	background-size: cover;
}

.homeBattery_banner .resident_banner_left {
	padding: 70px 0 46px;
}

.homeBattery_banner .resident_banner_heading {
	text-shadow: 0 0 3px #000;
}

.homeBattery_banner .button_box {
	margin-top: 30px;
}

/*======homeBattery_sectionOne======*/
.homeBattery_sectionOne {
	float: left;
	width: 100%;
	padding: 50px 0 70px;
	background: #fff;
}

.homeBattery_sec1_block {
	width: 100%;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.homeBattery_sec1_block_cont {
	width: 48%;
	text-align: left;
}

.homeBattery_common_heading {
	font-size: 50px;
	line-height: 60px;
	color: #000;
	font-weight: 500;
}

.homeBattery_sec1_block_img_box {
	width: 48.718%;
}

.homeBattery_sec1-img {
	display: block;
	margin: 0 auto;
	width: 570px;
	max-width: 100%;
	border-radius: 15px;
}

.homeBattery_sec1_box {
	width: 100%;
	margin: 40px auto 0;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.homeBattery_sec1_col {
	width: 33.33%;
	padding: 0 15px;
	position: relative;
}

.homeBattery_sec1_col:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	bottom: 2px;
	width: 1px;
	background: #e4e4e4;
}

.homeBattery_sec1_col:first-child:before {
	display: none;
}

.homeBattery_sec1_col img {
	display: block;
	margin: 0 auto 10px;
	width: 62px;
	max-width: 100%;
}

.homeBattery_sec1_col h3 {
	font-size: 24px;
	line-height: 28px;
	color: #000;
	font-weight: 500;
}

.homeBattery_sec1_col p {
	margin-top: 8px;
}

/*======homeBattery_sectionTwo======*/
.homeBattery_sectionTwo {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: rgb(255, 252, 243);
	background: linear-gradient(187deg, rgba(255, 252, 243, 1) 15%, rgba(236, 243, 246, 1) 85%);
}

.homeBattery_sec2_box {
	width: 100%;
	margin: 45px auto 0;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.homeBattery_sec2_col {
	width: 23%;
	text-align: left;
}

.homeBattery_sec2_col img {
	display: block;
	margin: 0 auto;
	width: 268px;
	max-width: 100%;
	border-radius: 10px;
}

.homeBattery_sec2_col p {
	margin-top: 20px;
}

/*======homeBattery_sectionThree======*/
.homeBattery_sectionThree {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #fff;
}

.homeBattery_sec3_box {
	width: 100%;
	margin: 45px auto 0;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.homeBattery_sec3_col {
	width: 31.453%;
}

.homeBattery_sec3_col img {
	display: block;
	margin: 0 auto 20px;
	width: 368px;
	max-width: 100%;
	border-radius: 15px;
	border: 1px solid #73c1e6;
}

.homeBattery_sec3_col h3 {
	font-size: 30px;
	line-height: 34px;
	color: #000;
	font-weight: 500;
}

.homeBattery_sec3_col p {
	margin-top: 22px;
	text-align: left;
}

/*======homeBattery_sectionFour======*/
.homeBattery_sectionFour {
	float: left;
	width: 100%;
	background: rgb(255, 252, 243);
	background: linear-gradient(187deg, rgba(255, 252, 243, 1) 15%, rgba(236, 243, 246, 1) 85%);
}

.homeBattery_sec4_block {
	width: 100%;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.homeBattery_sec4_box {
	width: 50%;
	padding: 50px 0 60px;
	padding-right: 25px;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
}

.homeBattery_sec4_box_top {
	float: left;
	width: 100%;
}

.homeBattery_sec4_box_bottom {
	float: left;
	width: 100%;
}

.homeBattery_sec4_box.homeBattery_sec4_box1 {
	padding-left: 25px;
	padding-right: 0;
	position: relative;
}

.homeBattery_sec4_box1:before {
	content: '';
	position: absolute;
	top: 25px;
	left: 0;
	bottom: 25px;
	width: 1px;
	background: #d7d7d7;
}

.homeBattery_sec4_hdg {
	font-size: 45px;
	line-height: 48px;
	color: #000;
	font-weight: 500;
}

.homeBattery_brand_logo_box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 30px;
}

.homeBattery_brand_logo_col {
	float: right;
	width: 100%;
	max-width: 383px;
	position: relative;
}

.homeBattery_sec4-brand-logo {
	position: absolute;
	top: 50%;
	left: -60px;
	margin-top: -64.5px;
	width: 145px;
}

.homeBattery_sec4-brand-prod {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 383px;
}

.homeBattery_sec4_points {
	width: 100%;
	margin: 45px auto 0;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.homeBattery_sec4_points li {
	width: 32.8%;
	border-radius: 10px;
	background: #fff;
	padding: 8px 10px 8px;
}

.homeBattery_sec4_points li img {
	display: block;
	margin: 0 auto 10px;
	width: 20px;
}

.homeBattery_sec4_points li p {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	font-weight: 600;
}

.app_strip {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 15px 20px 20px 130px;
	text-align: left;
	margin-top: 50px;
	border-radius: 10px;
	position: relative;
	background: #fff;
}

.app_strip img {
	position: absolute;
	top: -20px;
	left: 15px;
	width: 90px;
	max-width: 100%;
}

.app_strip h3 {
	font-size: 24px;
	line-height: 24px;
	color: #000;
	font-weight: 500;
}

.app_strip p {
	margin-top: 12px;
}

/*======homeBattery_sectionFive======*/
.homeBattery_sectionFive {
	float: left;
	width: 100%;
	padding: 70px 0 10px;
	background: #fff;
}

.homeBattery_sec5_block {
	width: 100%;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.homeBattery_sec5_block_cont {
	width: 43%;
}

.homeBattery_credit_list {
	width: 100%;
	margin: 30px auto 0;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.homeBattery_credit_list li {
	width: 23.5%;
}

.homeBattery_credit_list li img {
	display: block;
	margin: 0 auto;
	width: 81px;
	max-width: 100%;
}

.homeBattery_sec5_img_box {
	width: 51.54%;
}

.homeBattery_sec5_img_box h3 {
	font-size: 28px;
	line-height: 36px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.homeBattery_sec5_img_box img {
	display: block;
	margin: -45px auto 0;
	width: 603px;
	max-width: 100%;
}

/*==========================EV BATTERY==========================*/
.resident_banner.ev_banner {
	background: url(../images/ev-banner-bg.jpg) no-repeat top center;
	background-size: cover;
}

.ev_banner .resident_banner_left {
	padding: 58px 0;
}

.ev_banner .button_box {
	margin-top: 30px;
}

.ev_banner .resident_banner_heading {
	text-shadow: 0 0 3px #000;
}

/*======ev_sectionOne======*/
.ev_sectionOne {
	float: left;
	width: 100%;
	padding: 60px 0 50px;
	background: #fff;
}

.ev_sec1_block {
	width: 100%;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ev_sec1_block_img_box {
	width: 46.496%;
}

.ev_sec1-img {
	display: block;
	margin: 0 auto;
	width: 544px;
	max-width: 100%;
}

.ev_sec1_block_cont {
	width: 49%;
	text-align: left
}

.ev_sec1_mid_box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 35px;
	padding: 40px 20px 30px;
	background: url(../images/ev_sec1_mid-bg.jpg) no-repeat top center;
}

.ev_sec1_mid_box h3 {
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	font-weight: 600;
}

.ev_sec1_mid_box .button_box {
	margin-top: 20px;
}

.ev_sec1_col {
	width: 100%;
	margin: 35px auto 0;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ev_sec1_col li {
	width: 48.633%;
}

.ev_sec1_col li img {
	display: block;
	margin: 0 auto;
	width: 569px;
	max-width: 100%;
}

/*======ev_sectionTwo======*/
.ev_sectionTwo {
	float: left;
	width: 100%;
	padding: 50px 0 70px;
	background: rgb(255, 252, 243);
	background: linear-gradient(187deg, rgba(255, 252, 243, 1) 15%, rgba(236, 243, 246, 1) 85%);
}

.ev_sec2_box {
	width: 100%;
	margin: 40px auto 0;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ev_sec2_col {
	width: 32.5%;
	padding: 20px 20px 20px;
	border: 1px solid #e5e6e3;
	border-radius: 10px;
	background: #fff;
}

.ev_sec2_col img {
	display: block;
	margin: 0 auto 12px;
	width: 94px;
	max-width: 100%;
}

.ev_sec2_col h3 {
	font-size: 23px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
}

/*======ev_sectionThree======*/
.ev_sectionThree {
	float: left;
	width: 100%;
	padding: 60px 0 10px;
	background: #fff;
	overflow: hidden;
}

.ev_sec3_block {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 40px;
	position: relative;
}

.ev_sec3-home {
	position: absolute;
	top: 20px;
	right: -40px;
	width: 723px;
}

.ev_sec3_block_cont {
	float: left;
	width: 50%;
	text-align: left;
	position: relative;
	z-index: 1;
}

.ev_sec3_block_cont_hdg {
	font-size: 24px;
	line-height: 32px;
	color: #000;
	font-weight: 600;
}

.ev_sec3_list {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 380px;
	margin-top: 5px;
}

.ev_sec3_list li {
	width: 100%;
	margin-top: 30px;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.ev_sec3_list li img {
	width: 62px;
}

.ev_sec3_list li p {
	width: calc(100% - 62px);
	padding-left: 20px;
	font-size: 18px;
	line-height: 26px;
	color: #000;
	letter-spacing: 0.3px;
}

.common_paragraph.ev_sec3_paragraph_width {
	max-width: 475px;
}

.ev_sec3_energy_options {
	width: 100%;
	margin: 80px auto 0;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ev_sec3_energy_options li {
	width: 23%;
}

.ev_sec3_energy_options li img {
	display: block;
	margin: 0 auto;
	width: 273px;
	max-width: 100%;
}

/*======ev_sectionFour======*/
.ev_sectionFour {
	float: left;
	width: 100%;
	padding: 60px 0 10px;
	background: #fff;
}

.ev_sec4_block {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 40px;
}

.ev_sec4_hdg {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 28px;
	line-height: 30px;
	color: #000;
	font-weight: 500;
	position: relative;
}

.ev_sec4_hdg:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	height: 2px;
	background: #dadada;
}

.ev_sec4_hdg span {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	background: #fff;
	position: relative;
}

.estimte_list {
	width: 100%;
	margin: 30px auto 0;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.estimte_list li {
	width: 36.069%;
}

.estimte_list li:first-child {
	width: 25.385%;
}

.estimte_list-img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.resident_brand_logo_list.ev_brand_logo_list {
	max-width: 760px;
	justify-content: space-evenly;
	align-items: center;
}

.resident_brand_logo_list li img {
	width: 170px;
}

/*==========================ROOFING SERVICES==========================*/
.resident_banner.roofing_banner {
	background: url(../images/roofing-banner-bg.jpg) no-repeat top center;
	background-size: cover;
}

.roofing_banner .resident_banner_left {
	padding: 70px 0 47px;
}

.roofing_banner .button_box {
	margin-top: 30px;
}


/*======roofing_sectionOne======*/
.roofing_sectionOne {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #fff;
}

.roofing_sec1_block {
	width: 100%;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.roofing_sec1_block_img_box {
	width: 44.872%;
}

.roofing_sec1-img {
	display: block;
	margin: 0 auto;
	width: 525px;
	max-width: 100%;
	border-radius: 12px;
}

.roofing_sec1_block_cont {
	width: 50%;
	text-align: left
}


.roofing_sec1_box {
	width: 100%;
	margin: 50px auto 0;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.roofing_sec1_col {
	width: 33.33%;
	padding: 0 35px;
	position: relative;
}

.roofing_sec1_col:first-child {
	padding-left: 0;
}

.roofing_sec1_col:last-child {
	padding-right: 0;
}

.roofing_sec1_col:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	bottom: 12px;
	width: 1px;
	background: #d3d3d3;
}

.roofing_sec1_col:first-child:before {
	display: none;
}

.roofing_sec1_col img {
	display: block;
	margin: 0 auto 10px;
	width: 112px;
	max-width: 100%;
}

.roofing_sec1_col h3 {
	font-size: 30px;
	line-height: 34px;
	color: #000;
	font-weight: 500;
}

.roofing_sec1_col p {
	margin-top: 15px;
	/* padding: 0 35px 0 0px; */
}

/*======roofing_sectionTwo======*/
.roofing_sectionTwo {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: rgb(255, 252, 243);
	background: linear-gradient(187deg, rgba(255, 252, 243, 1) 15%, rgba(236, 243, 246, 1) 85%);
}

.roofing_sec2_block {
	width: 100%;
	text-align: left;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.roofing_sec2_hdg_box {
	width: 44%;
}

.roofing_sec2_block_cont {
	width: 52%;
}

.roofing_sec2_box {
	width: 100%;
	margin: 40px auto 0;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.roofing_sec2_col {
	width: 18.5%;
}

.roofing_sec2_col img {
	display: block;
	margin: 0 auto 20px;
	width: 207px;
	max-width: 100%;
	border: 1px solid #2199d3;
	border-radius: 10px;
}

.roofing_sec2_col h3 {
	font-size: 24px;
	line-height: 26px;
	color: #000;
	font-weight: 600;
}

.roofing_sec2_col p {
	margin-top: 15px;
}

.roofing_sec2_heading {
	font-size: 40px;
	line-height: 46px;
	color: #000;
	font-weight: 600;
	margin-top: 50px;
}

/*======roofing_sectionThree======*/
.roofing_sectionThree {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #fff;
}

.roofing_sec3_block {
	float: left;
	width: 100%;
}

.roofing_sec3_right {
	float: right;
	width: 47.5%;
	text-align: left;
}

.winner-tag2 {
	display: block;
	margin: 15px auto 0;
	/* width: 519px; */
	max-width: 100%;
}

.roofing_sec3_left {
	float: left;
	width: 49.402%;
	text-align: center;
}

.roofing_sec3-img {
	display: block;
	margin: 0 auto 20px;
	width: 578px;
	max-width: 100%;
}

/*======roofing_sectionFour======*/
.roofing_sectionFour {
	float: left;
	width: 100%;
	padding: 60px 0 180px;
	overflow: hidden;
	background: rgb(255, 252, 243);
	background: linear-gradient(187deg, rgba(255, 252, 243, 1) 15%, rgba(236, 243, 246, 1) 85%);
}

.prod_detail_block {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 80px;
	position: relative;
}

.prod_detail-img {
	position: absolute;
	top: -10px;
	left: 50%;
	width: 672px;
	margin-left: -395.5px;
}

.prod_detail_col {
	width: 325px;
}

.prod_detail_box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.prod_detail_header_box {
	width: 100%;
	max-width: 255px;
	margin-bottom: 25px;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.prod_detail_header_icn_box {
	width: 55px;
	background: #fed233;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.prod_detail_header_icn_box img {
	display: block;
	margin: 0 auto;
	width: 39px;
}

.prod_detail_header_cont {
	width: calc(100% - 60px);
	padding: 10px 10px 10px 10px;
	background: #1697d5;
}

.prod_detail_header_cont h3 {
	font-size: 28px;
	line-height: 30px;
	color: #fff;
	font-weight: 800;
}

.prod_detail_box p {
	color: #000000;
	font-size: 17px;
	line-height: 26px;
	text-align: left;
	margin-top: 1px;
	font-weight: 500;
	text-transform: uppercase;
}

.fl .prod_detail_box:last-child {
	margin-top: 69px;
}

.fr .prod_detail_box:last-child {
	margin-top: 63px;
}

.fr.prod_detail_col {
	margin-right: -21px;
}

.roofing_brand_logo_list {
	width: 64%;
	margin: 60px auto 0;
	row-gap:20px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.roofing_brand_logo_list li {}

.roofing_brand_logo_list li img {
	display: block;
	margin: 0 auto 0;
	height: 55px;
	max-height: 100%;
	width: auto;
}
.roofing_brand_logo{
	width: 100%;
	margin-top:20px ;
  }
  .roofing_brand_logo_container{
	width: 75% !important;
	margin-top:40px;
  }
  .pink_logo{
width: 60%;
  }
  .resident_brand_logo1{
	
		width: 250px !important;
	
  }
/*==========================ABOUT==========================*/
.resident_banner.about__banner {
	background: url(../images/about__banner-bg.jpg) no-repeat top center;
	background-size: cover;
}

.about__banner .resident_banner_left {
	padding: 121px 0;
}

.about__banner .white_sunline_strip {
	background: none;
	color: #fff;
	font-size: 65px;
	line-height: 70px;
	font-weight: 500;
	display: inline-block;
	vertical-align: bottom;
}

.about__banner_strip {
	display: inline-block;
	vertical-align: top;
}


/*======about__sectionOne======*/
.about__sectionOne {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #fff;
}

/*======about__sectionTwo======*/
.about__sectionTwo {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: rgb(255, 252, 243);
	background: linear-gradient(187deg, rgba(255, 252, 243, 1) 15%, rgba(236, 243, 246, 1) 85%);
}

.about__s2_brand_list {
	width: 100%;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about__s2_brand_list li {
	width: 31.33%;
}

.about__s2_brand-icn {
	display: block;
	margin: 0 auto;
	width: 349px;
	max-width: 100%;
}

.about__s2-star {
	display: block;
	margin: 12px auto 0;
	width: 160px;
	max-width: 100%;
}

.about__s2_winner_list {
	width: 100%;
	margin: 80px auto 0;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about__s2_winner_list li {
	width: 19%;
}

.about__s2_winner_list li img {
	display: block;
	margin: 0 auto;
	width: 186px;
	max-width: 100%;
}

/*======about__sectionThree======*/
.about__sectionThree {
	float: left;
	width: 100%;
	padding: 70px 0 30px;
	background: #fff;
}

.about__sec3_block {
	float: left;
	width: 100%;
}

.about__sec3_left {
	float: left;
	width: 45%;
}

.about__sec3_heading {
	font-size: 73px;
	line-height: 78px;
	color: #000;
	font-weight: 500;
}

.about__sec3-home {
	display: block;
	margin: 25px auto 0;
	width: 497px;
	max-width: 100%;
	border-radius: 10px;
}

.about__sec3_right {
	float: right;
	width: 47%;
}

.about__sec3_list {
	width: 100%;
	margin: 10px auto 0;
	row-gap: 50px;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about__sec3_list li {
	width: 46%;
	text-align: center;
}

.about__sec3-icn {
	display: inline-block;
	vertical-align: top;
	width: 65px;
	margin-bottom: 20px;
	max-width: 100%;
}

.about__sec3_list li h3 {
	font-size: 24px;
	line-height: 30px;
	color: #000;
	font-weight: 500;
}

.about__sec3_list li p {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	letter-spacing: 0.3px;
	margin-top: 20px;
	text-align: left;
}

/*======about__sectionFive======*/
.about__sectionFive .sec5_testimonial {
	margin-top: 0;
}

/*======about__sectionSix======*/
.about__sectionSix {
	float: left;
	width: 100%;
	padding: 20px 0 80px;
	background: #fff;
}

.about__sec6_heading {
	color: #000000;
	font-size: 60px;
	line-height: 70px;
	font-weight: 500;
	letter-spacing: -1px;
}

.about__sec6_list {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	text-align: left;
}

.about__sec6_list li {
	font-size: 20px;
	line-height: 28px;
	color: #000;
	font-weight: 500;
	margin-top: 15px;
	background: url(../images/thik.png) no-repeat left 8px;
	background-size: 20px;
	padding-left: 32px;
}

/*==========================REFERRAL==========================*/
.energy-mob {
	position: absolute;
	top: 11px;
	right: 150px;
	width: 172px;
}

/*======referral__sectionOne======*/
.referral__sectionOne {
	float: left;
	width: 100%;
	padding: 50px 0 70px;
	background: #fff;
}

.referral__sec1_header_box {
	width: 100%;
	padding-bottom: 45px;
	border-bottom: 2px solid #ebebeb;
	text-align: left;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.referral__sec1_header_left {
	width: 40%;
}

.referral__sec1_header_right {
	width: 56%;
}

.referral__sec1_header_right p {
	font-size: 30px;
	line-height: 40px;
	color: #000;
}


.referral__sec1_box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 40px auto 0;
}

.referral__sec1_col {
	width: 31.8%;
	background: #1697d5;
	padding: 40px 20px;
	border-radius: 10px;
}

.referral__sec1_strip {
	display: inline-block;
	vertical-align: top;
	background: #fed233;
	border-radius: 10px;
	padding: 14px 20px 12px;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.referral__sec1_price {
	font-size: 60px;
	line-height: 60px;
	color: #fed233;
	font-weight: 400;
	margin-top: 25px;
}

.referral__sec1__box_text {
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
	margin-top: 25px;
}

.referral__sec1_text {
	font-size: 21px;
	line-height: 30px;
	color: #000;
	margin-top: 30px;
	text-align: center;
}

/*======referral__sectionTwo======*/
.referral__sectionTwo {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: rgb(255, 252, 243);
	background: linear-gradient(187deg, rgba(255, 252, 243, 1) 15%, rgba(236, 243, 246, 1) 85%);
}

.referral__sec2_block {
	width: 100%;
	max-width: 1060px;
	margin: 40px auto 0;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.referral__sec2_img_box {
	width: 25.944%;
	position: relative;
}

.referral__sec-mob-app {
	display: block;
	margin: 0 auto;
	width: 275px;
	max-width: 100%;
}

.referral__sec2_conent {
	width: 67%;
	text-align: left;
}

.referral__sec2_box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	/* margin-top: 25px; */
}

.referral__sec2_col {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-left: 115px;
	/* margin-top: 55px; */
	position: relative;
	height: 175px;
}

.referral__sec2_col:before {
	content: '';
	position: absolute;
	top: 90px;
	left: 40px;
	width: 1px;
	bottom: -40px;
	border-right: 1px dashed #1697d5;
	height: 78px;
}

.referral__sec2_col:first-child {
	margin-top: 0;
}

.referral__sec2_col:last-child:before {
	display: none;
}

.referral__sec2-icn {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	max-width: 100%;
}

.referral__sec2_col_cont {
	float: left;
	width: 100%;
}

.referral__sec2_col_cont h3 {
	font-size: 25px;
	line-height: 32px;
	color: #000;
	font-weight: 500;
}

.referral__sec2_col_cont p {
	color: #80807d;
	margin-top: 25px;
	font-size: 18px;
    line-height: 22px;
}

/*======referral__sectionThree======*/
.referral__sectionThree {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #fff;
}

.referral__sec3_block {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
	margin-top: 50px;
}

.referral__sec3-mob-app {
	position: absolute;
	top: 0;
	left: 50%;
	width: 210px;
	max-width: 100%;
	margin-left: -105px;
	z-index: 1;
}

.referral__sec3_box {
	width: 380px;
	margin-top: 25px;
}

.referral__sec3_col {
	width: 100%;
	position: relative;
	text-align: left;
	margin-top: 40px;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.referral__sec3_col:first-child {
	margin-top: 0;
}

.referral__sec3_col span {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	font-size: 51px;
	line-height: 55px;
	color: #1697d5;
}

.referral__sec3_col_cont {
	width: calc(100% - 40px);
	padding-left: 30px;
}

.referral__sec3_col_cont h3 {
	font-size: 24px;
	line-height: 32px;
	color: #000;
	font-weight: bold;
}

.referral__sec3_col_cont p {
	margin-top: 10px;
}

.referral__sec3-shape {
	position: absolute;
	width: 115px;
	right: -100px;
}

.referral__sec3-shape.referral__sec3-shape2 {
	top: 50px;
	width: 112px;
}

.referral__sec3-shape1 {
	top: 40px;
}

.referral__sec3-shape3 {
	top: -60px;
}

.fr .referral__sec3_col {
	text-align: right;
	flex-direction: row-reverse;
}

.fr .referral__sec3_col_cont {
	padding-left: 0;
	padding-right: 30px;
}

.fr .referral__sec3-shape {
	right: auto;
	left: -100px;
}

.referral__sec3_app_box {
	width: 100%;
	margin-top: 80px;
	background: #fed233;
	padding: 15px;
	border: 2px solid #1697d5;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

.referral__sec3_mid_box {
	width: 600px;
}

.referral__sec3_mid_heading {
	font-size: 45px;
	line-height: 50px;
	color: #000;
	font-weight: 500;
}

.referral__sec3_store_box {
	width: 100%;
	max-width: 527px;
	margin: 20px auto 0;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.referral__sec3_store_box a {
	width: 48%;
}

.referral__sec3_store-logo {
	display: block;
	margin: 0 auto;
	width: 250px;
	max-width: 100%;
}

.referral__sec3-logo {
	width: 192px;
	max-width: 100%;
}

.referral__sec3-qr {
	width: 214px;
	max-width: 100%;
}

/*======referral__sectionFour======*/
.referral__sectionFour {
	float: left;
	width: 100%;
	padding: 30px 0 30px;
	background: rgb(255, 252, 243);
	background: linear-gradient(187deg, rgba(255, 252, 243, 1) 15%, rgba(236, 243, 246, 1) 85%);
}

.referral__sec4_block {
	width: 100%;
	max-width: 1030px;
	margin: 0 auto 0;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.referral__sec4_cont {
	width: calc(100% - 469px);
	padding-right: 50px;
}

.referral__sec4_cont h3 {
	font-size: 35px;
	line-height: 42px;
	color: #1697d5;
	font-weight: 500;
}

.referral__sec4_cont p {
	font-size: 21px;
	line-height: 28px;
	color: #000;
	margin-top: 30px;
}

.referral__sec4-prod {
	width: 469px;
	max-width: 100%;
}

/*======referral__sectionFive======*/
.referral__sectionFive {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #fff;
}

/*SDGE_PAGE*/
.resident_banner.sdge__banner {
	background: url(../images/sdge__banner-bg.jpg) no-repeat top center;
	background-size: cover;
}

.sdge__banner .resident_banner_left {
	padding: 120px 0;
	width: 100%;
}

.sdge_section1 {
	float: left;
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background: rgb(237, 243, 246);
	background: linear-gradient(0deg, rgba(237, 243, 246, 1) 0%, rgba(245, 247, 245, 1) 49%, rgba(255, 252, 243, 1) 100%);
}

.sdge_sec-hdng {
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	color: #000;
	margin-top: 60px;
}

.sdge_sec-hdng a {
	color: #0651e8;
	text-decoration: underline;
}

.sdge-row {
	display: inline-block;
	vertical-align: top;
	max-width: 1170px;
	width: 100%;
}

.gbd_step-slider {
	float: left;
	width: 100%;
	margin-top: 60px;
}

.gbd_step-slider_row {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.gbd_step-col-1 {
	width: 40%;
	text-align: left;
}

.gbd_step-col-1 h3 {
	font-size: 36px;
	line-height: 40px;
	color: #000000;
	font-weight: 600;
}

.gbd_step-text1 {
	font-size: 30px;
	line-height: 36px;
	color: #000000;
	margin-top: 35px;
}

.gbd_step-text2 {
	font-size: 24px;
	line-height: 32px;
	color: #000000;
	margin-top: 20px;
}

.gbd_step-text2 a {
	color: #0651e8;
	text-decoration: underline;
}

.gbd_step-col-2 {
	width: 58%;
}

.gbd_step-img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.gbd_step-number {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.gbd_step-number-col {
	width: 14.28%;
	display: flex !important;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}

.gbd_step-number-col span {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 65px;
	height: 65px;
	background: #fff;
	border: 2px solid #ebe9e1;
	border-radius: 50%;
	font-size: 24px;
	line-height: 24px;
	color: #000000;
	font-weight: bold;
	position: relative;
	z-index: 2;
	transition: all .2s;
}

.gbd_step-number-col:before {
	content: "";
	position: absolute;
	right: -50%;
	left: 50%;
	top: 32px;
	border-bottom: 3px solid #ebe9e1;
	transition: all .5s;
}

.gbd_step-number-col_last:before {
	display: none;
}

.gbd_step-number-col.active span {
	background: #1697d5;
	border: 2px solid #1697d5;
	color: #fff;
}

.gbd_step-number-col.active:after {
	content: "";
	position: absolute;
	right: -10%;
	left: -10%;
	top: 32px;
	border-bottom: 3px solid #1697d5;
	transition: all .5s;
}

.gbd_step-number-col_first.active:after {
	left: 50%;
}

.gbd_step-number-col_last.active:after {
	right: 50%;
}


/*CONTACT_PAGE*/
.contact_section {
	float: left;
	width: 100%;
	padding: 80px 0;
	border-bottom: 1px solid #ddd;
}

.comp-toggles-list {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

a.comp-toggles-item {
	width: 50%;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 0 20px 25px;
	font-size: 48px;
	line-height: 36px;
	color: #000000;
	font-weight: 600;
	border-bottom: 4px solid #ececec;
	cursor: pointer;
}

a.comp-toggles-item.active {
	border-bottom: 4px solid #00cd4d;
}

.contact_page-box {
	display: none;
	opacity: 0;
}

.contact_page-box.active {
	display: block;
	opacity: 1;
}

.contact_heading {
	font-size: 30px;
	line-height: 55px;
	color: #000;
	font-weight: 700;
	letter-spacing: -1px;
	text-align: center;
}

.contact_text1 {
	font-size: 25px;
	line-height: 34px;
	letter-spacing: 0.2px;
	color: #000;
	margin-top: 30px;
	text-align: left;
}

.contact_text2 {
	font-size: 19px;
	line-height: 26px;
	letter-spacing: 0.2px;
	color: #000;
	margin-top: 30px;
	text-align: center;
	font-style: italic;
}

.support_need {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.2px;
	font-weight: bold;
	margin-top: 10px;
	color: #000;
}

.contact_page-box .looking_heading {
	font-size: 28px;
}

.address-row {
	width: 100%;
	margin: 85px auto 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.address-col {
	width: 31.5%;
	text-align: center;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 30px 20px 50px;
}

.address-col-icn {
	display: block;
	margin: 0 auto 20px;
	width: 59px;
}

.address-col-text1 {
	font-size: 30px;
	line-height: 36px;
	color: #000;
}

.address-col-text2 {
	font-size: 20px;
	line-height: 30px;
	color: #000;
	margin-top: 35px;
}


/*COMMON_CSS*/

.white-color {
	color: #fff;
}

.yellow-color {
	color: #fdd233;
}

.blue-color {
	color: #1697d5;
}

.dark-blue-color {
	color: #096dc2;
}

.mrgT0 {
	margin-top: 0 !important;
}

.txt_lft {
	text-align: left;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

@media only screen and (max-width:1414px) {


	ul.mainMenu li {
		padding: 0 11px;
	}

	ul.mainMenu li a {
		font-size: 17px;
	}

	ul.banner_list-right {
		right: -20px;
	}

	.resident_sec4-img {
		margin: 0 auto 0;
		max-width: 100%;
	}

}

@media only screen and (max-width:1021px) {
.br1020 {
display: none;
}
.referral__sec2_col_cont h3 {
    font-size: 20px;
    line-height: 26px;	
}
.resident_brand_logo1 {
	width: 184px !important;
}
}

@media only screen and (max-width:1200px) {
	.container-sunline {
		width: 1004px;
	}


	ul.mainMenu li {
		padding: 0 8px;
	}

	ul.mainMenu li a {
		font-size: 15px;
	}

	.logo {
		width: 200px;
		margin-top: 22px;
	}

	.header_button {
		width: 180px;
		height: 45px;
		font-size: 16px;
		line-height: 42px;
	}

	.sunline_strip {
		font-size: 60px;
		line-height: 65px;
	}

	.banner_heading {
		font-size: 58px;
		line-height: 60px;
	}

	ul.banner_list-right {
		width: 260px;
	}

	ul.banner_list-right li {
		padding: 3px 10px;
	}

	.banner_list-icon {
		width: 25px;
	}

	ul.banner_list-right li p {
		width: calc(100% - 25px);
		font-size: 15px;
		line-height: 24px;
	}

	.lighting-img1 {
		left: 6%;
	}

	.lighting-img2 {
		right: -25px;
	}

	.common_heading {
		font-size: 48px;
		line-height: 55px;
	}

	.resident_common_heading {
		font-size: 52px;
		line-height: 60px;
	}

	.sec2_list-col h3 {
		font-size: 25px;
		line-height: 32px;
	}

	.sec2_list-col p {
		font-size: 19px;
		line-height: 27px;
	}

	.sec3_installation-box {
		padding: 40px 180px 105px 30px;
	}

	.sec3_service-col-2 {
		row-gap: 85px;
	}

	.sec3_storage-image {
		width: 230px;
	}

	.sec3_storage-content h3 {
		font-size: 23px;
		line-height: 27px;
	}

	.sec3_storage-content p {
		padding: 0;
	}

	.sec4_col-2 {
		width: 51%;
	}

	.sec4-step-icon {
		width: 65px;
	}

	.s4_step-list-content {
		width: calc(100% - 85px);
	}

	.sec5_looking-box_right {
		padding: 35px 35px 50px;
	}

	.looking_heading {
		font-size: 26px;
	}

	.s5_mid_cont h3 {
		font-size: 45px;
		line-height: 52px;
	}

	.s5_slider-nav .slick-slide {
		width: 300px !important;
		margin: 0 10px;
		padding: 12px 20px;
	}

	.s5-testi_text {
		font-size: 21px;
		line-height: 32px;
	}

	.footer_col_1 {
		width: 33%;
	}

	.footer_col_2 {
		width: 22%;
	}

	.footer_col_4 {
		width: 20%;
	}


	/*==========================homeBattery==========================*/
	.homeBattery_sec1_block_img_box {
		width: 42%;
	}

	.homeBattery_sec1_block_cont {
		width: 55%;
	}

	.app_strip img {
		top: -4px;
	}

	.homeBattery_common_heading {
		font-size: 46px;
		line-height: 56px;
	}


	/*==========================EV BATTERY==========================*/
	.ev_sec3-home {
		top: 110px;
		right: 0;
		width: 543px;
	}


	/*==========================ROOFING SERVICES==========================*/
	.roofing_sec1_block_cont {
		width: 59%;
	}

	.roofing_sec1_block_img_box {
		width: 37.872%;
	}

	.roofing_sec1_col {
		padding: 0 25px;
	}

	.roofing_sec1_col p {
		padding: 0 14px 0 0px;
	}

	.roofing_sec2_hdg_box {
		width: 51%;
	}

	.roofing_sec2_block_cont {
		width: 45%;
	}

	.roofing_sec2_col {
		width: 19%;
	}

	.roofing_sec2_col h3 {
		font-size: 21px;
	}

	.prod_detail_block {
		margin-top: 50px;
	}

	.prod_detail-img {
		top: 14px;
		width: 528px;
		margin-left: -285.5px;
	}

	.fl .prod_detail_box:last-child {
		margin-top: 27px;
	}

	.fr.prod_detail_col {
		margin-right: -67px;
	}

	.fr .prod_detail_box:last-child {
		margin-top: 26px;
	}

	/*==========================ABOUT==========================*/
	.about__sec3_right {
		width: 50%;
	}

	.about__sec3_list li {
		width: 45.5%;
	}

	.about__sec3_heading {
		font-size: 62px;
		line-height: 66px;
	}

	.about__sec6_heading {
		font-size: 54px;
		line-height: 60px;
	}

	/*==========================REFERRAL==========================*/
	.energy-mob {
		right: 70px;
	}

	.referral__sec1_text {
		font-size: 20px;
	}

	.referral__sec1_header_right p {
		font-size: 26px;
		line-height: 36px;
	}

	.referral__sec3-shape {
		right: -40px;
	}

	.referral__sec3-shape1 {
		top: 33px;
	}

	.referral__sec3-shape.referral__sec3-shape2 {
		top: 35px;
	}

	.referral__sec3-shape3 {
		top: -80px;
	}

	.fr .referral__sec3-shape {
		left: -40px;
	}

	.referral__sec3_mid_box {
		width: 480px;
	}

	.referral__sec4_cont h3 {
		font-size: 34px;
		line-height: 41px;
	}


	/*SDGE_PAGE*/
	.sdge__banner .resident_banner_left {
		padding: 80px 0;
	}

	.gbd_step-slider {
		padding: 0 30px;
	}

	.gbd_step-text1 {
		font-size: 26px;
		line-height: 30px;
	}

	.gbd_step-text2 {
		font-size: 20px;
		line-height: 28px;
	}


}


@media only screen and (max-width:1021px) {
	.container-sunline {
		width: 750px;
	}

	.forDesk {
		display: none;
	}

	.forTab {
		display: block;
	}

	.top-fix-bar {
		margin-bottom: 80px;
	}

	.header {
		height: 80px;
		margin-top: -80px;
		top: 80px;
	}

	ul.mainMenu {
		display: none;
	}

	.logo {
		width: 170px;
		margin-top: 15px;
		margin-left: 50px;
	}

	.header_button {
		width: 180px;
		height: 44px;
		font-size: 16px;
		line-height: 40px;
		margin-top: 20px;
	}

	.banner {
		height: 600px;
		background-size: 1700px;
	}

	.sunline_strip {
		font-size: 45px;
		line-height: 52px;
	}

	.banner_heading {
		font-size: 42px;
		line-height: 50px;
	}

	.lighting-img1 {
		left: 0%;
		width: 400px;
		top: 166px;
	}

	.lighting-img2 {
		right: -40px;
		width: 300px;
		top: 70px;
	}

	.button_box {
		max-width: 380px;
	}

	.button_getext {
		font-size: 14px;
	}

	.sectionOne {
		padding: 60px 0;
	}

	.sec1_row {
		margin: 0;
	}

	.section1_right {
		width: 100%;
		text-align: center;
	}

	.section1_left {
		width: 100%;
		margin-top: 25px;
	}

	.sec1-buttom-col_text1 {
		font-size: 44px;
		line-height: 50px;
	}

	.sectionTwo {
		padding: 60px 0;
	}

	.sec2_list-row {
		row-gap: 40px;
		margin-top: 40px;
	}

	.sec2_list-col {
		width: 50%;
		padding: 0 40px;
	}

	.sec2_list-col:nth-child(2) {
		border: none;
	}

	.sectionThree {
		padding: 60px 0;
	}

	.sec3_service-row {
		row-gap: 50px;
	}

	.sec3_installation-box {
		padding: 40px 85px 105px 25px;
	}

	.sec3_service-col-2 {
		width: 44%;
		row-gap: 60px;
	}

	.sec3_storage-row:before {
		bottom: -30px;
		display: none;
	}

	.sec3_storage-row {
		flex-direction: column-reverse;
		justify-content: start;
		width: 42%;
	}

	.sec3_storage-content {
		width: 100%;
		margin-top: 15px;
	}

	.sec3_storage-content p {
		font-size: 17px;
		line-height: 23px;
	}

	.read_button {
		margin-top: 20px;
		font-size: 18px;
		line-height: 24px;
	}

	.sec3_storage-image {
		width: 100%;
		height: auto;
	}

	.sec3_storage-image img {
		height: 205px;
	}

	.sectionFour {
		padding: 60px 0;
	}

	ul.s4_step-list {
		row-gap: 25px;
	}

	.sec4-step-icon {
		width: 55px;
	}

	.s4_step-list-content {
		width: calc(100% - 75px);
		padding-bottom: 25px;
	}

	.s4_step-list-content h3 {
		font-size: 26px;
		line-height: 30px;
	}

	.s4_step-list-content p {
		font-size: 18px;
		line-height: 26px;
		margin-top: 10px;
	}

	.sectionFive {
		padding: 60px 0;
	}

	.sec5_looking-box_left {
		width: 100%;
	}

	.s5_logo {
		width: 250px;
	}

	.sec5_looking-box_right {
		width: 100%;
	}

	.sec5_looking-box_right .button_box {
		max-width: 430px;
	}

	.s5_mid_cont {
		bottom: 22px;
		padding: 0 13px;
		top:65%;
	}

	.s5_mid_cont h3 {
		font-size: 32px;
		line-height: 36px;
	}

	.s5_slider_block {
		margin: 50px 0 0;
	}

	.s5_slider-nav .slick-slide {
		width: 230px !important;
		padding: 10px 15px;
	}

	.nav_quotation {
		width: 22px;
		height: 22px;
		font-size: 22px;
		line-height: 32px;
	}

	.s5_slider-nav img {
		width: 55px;
	}

	.slide_tabClick_cont {
		width: calc(100% - 59px);
		padding: 0 0 0 12px;
	}

	.slide_tabClick_cont span {
		font-size: 18px;
		line-height: 26px;
	}

	.slide_tabClick_cont p {
		font-size: 13px;
		line-height: 14px;
		margin-top: 1px;
	}

	.s5_slider-div {
		margin-top: 40px;
		padding: 0;
	}

	.footer {
		padding: 50px 0;
	}

	.footer-logo {
		width: 180px;
	}

	.footer_text1 {
		font-size: 16px;
		line-height: 24px;
	}

	.footer_col_2 {
		width: 23%;
	}

	.footer_hdg {
		margin: 20px 0;
	}

	.footer_col_list li {
		font-size: 14px;
		line-height: 23px;
	}

	/*==========================Residential==========================*/
	.resident_sunline_strip {
		font-size: 55px;
		line-height: 60px;
	}

	.resident_banner_heading {
		font-size: 55px;
		line-height: 62px;
	}

	.resident_compare_hdg {
		font-size: 43px;
		line-height: 43px;
	}

	.resident_common_heading {
		font-size: 43px;
		line-height: 53px;
	}

	.resident_common_text {
		font-size: 19px;
		line-height: 27px;
	}

	.resident_sec2_list-col {
		width: 23.5%;
		padding: 22px 12px;
	}

	.resident_sec2_list-row {
		column-gap: 1.5%;
		row-gap: 20px;
	}

	.resident_sec2_list-col {
		width: 32.3%;
	}

	.resident_sec2-col-icon {
		width: 72px;
	}

	.resident_sec2_list-col h3 {
		font-size: 26px;
		line-height: 26px;
	}

	.resident_sec2_list-col p {
		font-size: 17px;
		line-height: 25px;
	}

	.resident_sec3_img_box {
		width: 45.5%;
	}

	.resident_sec3_cont {
		width: 50.5%;
	}

	.resident_sectionFour {
		padding: 50px 0 60px;
	}

	.resident_sec4_cont {
		width: 62%;
	}

	.resident_sec4_img_box {
		width: 38%;
	}

	.resident_sec4-img {
		width: 446px;
	}

	.resident_sectionFive {
		padding: 60px 0 10px;
	}

	.resident_sec5_cont {
		max-width: 460px;
	}

	.resident_sec5_cont_hdg {
		font-size: 23px;
		line-height: 30px;
	}

	.resident_sec5_points {
		margin: 30px auto 0;
	}

	.resident_sec5_points li {
		padding: 0 12px;
		font-size: 17px;
		line-height: 25px;
	}

	.resident_brand_logo_list {
		margin: 50px auto 0;
	}

	.resident_brand_logo_list li img {
		width: 102px;
	}


	/*==========================homeBattery==========================*/
	.homeBattery_banner.resident_banner {
		background-size: cover;
		background-position: top left 54%;
	}

	.homeBattery_banner .resident_banner_left {
		padding: 60px 0 40px;
	}

	.homeBattery_sectionOne {
		padding: 50px 0 60px;
	}

	.homeBattery_common_heading {
		font-size: 37px;
		line-height: 46px;
	}

	.homeBattery_sec1_col h3 {
		font-size: 22px;
		line-height: 26px;
	}

	.homeBattery_sec1_block {
		align-items: flex-start;
		max-width: 580px;
		margin: 0 auto;
	}

	.homeBattery_sec1_block_cont {
		width: 100%;
	}

	.homeBattery_sec1_block_img_box {
		width: 100%;
		margin-top: 30px;
	}

	.homeBattery_sectionTwo {
		padding: 50px 0 60px;
	}

	.homeBattery_sectionThree {
		padding: 50px 0 60px;
	}

	.homeBattery_sec3_col h3 {
		font-size: 25px;
		line-height: 28px;
	}

	.homeBattery_sec4_hdg {
		font-size: 37px;
		line-height: 38px;
	}

	.homeBattery_brand_logo_col {
		max-width: 253px;
	}

	.homeBattery_sec4-brand-logo {
		left: -46px;
		margin-top: -34.5px;
		width: 95px;
	}

	.homeBattery_sec4_points li {
		padding: 12px 7px;
	}

	.homeBattery_sec4_points li p {
		font-size: 15px;
		line-height: 21px;
	}

	.homeBattery_sec4_points li img {
		width: 23px;
	}

	.app_strip p {
		font-size: 17px;
		line-height: 24px;
	}

	.app_strip img {
		top: 20px;
	}

	.homeBattery_sectionFive {
		padding: 60px 0 10px;
	}

	.homeBattery_sec5_block_cont {
		width: 46%;
	}

	.homeBattery_sec5_img_box h3 {
		font-size: 24px;
		line-height: 30px;
	}

	.homeBattery_sec5_img_box {
		width: 47.54%;
	}

	.homeBattery_credit_list li img {
		width: 58px;
	}


	/*==========================EV Battery==========================*/
	.resident_banner.ev_banner {
		background-position: top right 58%;
	}

	.ev_sectionOne {
		padding: 50px 0 50px;
	}

	.ev_sec1_block_img_box {
		width: 40.496%;
	}

	.ev_sec1_block_cont {
		width: 54%;
	}

	.ev_sec1_mid_box h3 {
		font-size: 29px;
		line-height: 33px;
	}

	.ev_sec2_col h3 {
		font-size: 20px;
		line-height: 26px;
	}

	.ev_sectionTwo {
		padding: 40px 0 60px;
	}

	.ev_sectionThree {
		padding: 50px 0 10px;
	}

	.ev_sec3_energy_options {
		margin: 40px auto 0;
	}

	.ev_sec3_block_cont {
		width: 58%;
	}

	.ev_sec3-home {
		top: 10px;
		right: 0;
		width: 304px;
	}

	.ev_sectionFour {
		padding: 50px 0 10px;
	}

	.ev_sec4_hdg {
		font-size: 25px;
		line-height: 30px;
	}

	/*==========================ROOFING SERVICES==========================*/
	.roofing_sectionOne {
		padding: 50px 0 60px;
	}

	.roofing_sec1_block {
		align-items: flex-start;
	}

	.roofing_sec1_box {
		margin: 45px auto 0;
	}

	.roofing_sec1_col img {
		width: 95px;
	}

	.roofing_sec1_col h3 {
		font-size: 24px;
		line-height: 30px;
	}

	.roofing_sec1_col {
		padding: 0 20px;
	}

	.roofing_sec1_col p {
		padding: 0;
	}

	.roofing_sectionTwo {
		padding: 50px 0 60px;
	}

	.roofing_sec2_block {
		text-align: center;
	}

	.roofing_sec2_hdg_box {
		width: 100%;
	}

	.roofing_sec2_block_cont {
		width: 100%;
	}

	.common_paragraph.roofing_para {
		margin-top: 30px !important;
	}

	.roofing_sec2_box {
		row-gap: 40px;
		justify-content: space-evenly;
	}

	.roofing_sec2_col {
		width: 31.33%;
	}

	.roofing_sec2_col h3 {
		font-size: 23px;
	}

	.roofing_sec2_heading {
		font-size: 30px;
		line-height: 36px;
		margin-top: 40px;
	}

	.roofing_sectionThree {
		padding: 50px 0 60px;
	}

	.roofing_sec3_right {
		width: 51.5%;
	}

	.roofing_sec3_left {
		width: 44.5%;
	}

	.roofing_sectionFour {
		padding: 50px 0 105px;
	}

	.prod_detail_block {
		margin-top: 30px;
	}

	.prod_detail-img {
		top: 16px;
		width: 384px;
		margin-left: -200.5px;
	}

	.prod_detail_col {
		width: 257px;
	}

	.prod_detail_header_box {
		margin-bottom: 15px;
		max-width: 187px;
	}

	.prod_detail_header_icn_box {
		width: 45px;
	}

	.prod_detail_header_cont {
		width: calc(100% - 50px);
		padding: 10px 10px 9px 10px;
	}

	.prod_detail_header_cont h3 {
		font-size: 20px;
		line-height: 22px;
	}

	.prod_detail_box p {
		font-size: 14px;
		line-height: 20px;
	}

	.fl .prod_detail_box:last-child {
		margin-top: 20px;
	}

	.fr .prod_detail_box:last-child {
		margin-top: 19px;
	}

	.prod_detail_header_icn_box img {
		width: 32px;
	}

	.roofing_brand_logo_list li img {
		height: 40px;
	}

	/*==========================ABOUT==========================*/
	.resident_banner.about__banner {
		background-size: cover;
	}

	.about__banner .resident_banner_left {
		padding: 70px 0;
		width: 76%;
	}

	.about__banner .white_sunline_strip {
		font-size: 55px;
		line-height: 60px;
	}

	.about__sectionOne {
		padding: 50px 0 60px;
	}

	.about__sectionTwo {
		padding: 50px 0 60px;
	}

	.about__s2_winner_list {
		width: 100%;
		margin: 50px auto 0;
	}

	.about__sectionThree {
		padding: 60px 0 10px;
	}

	.about__sec3_heading {
		font-size: 47px;
		line-height: 54px;
	}

	.about__sec3_left {
		width: 100%;
	}

	.about__sec3_right {
		width: 100%;
	}

	.about__sec3_list {
		row-gap: 40px;
		margin: 35px auto 0;
	}

	.about__sec3-icn {
		width: 60px;
		margin-bottom: 15px;
	}


	.about__sectionSix {
		padding: 10px 0 60px;
	}

	.about__sec6_heading {
		font-size: 40px;
		line-height: 46px;
	}

	.about__sec6_list li {
		font-size: 18px;
		line-height: 26px;
		background-size: 18px;
		padding-left: 30px;
	}

	/*==========================REFERRAL==========================*/
	.energy-mob {
		right: 83px;
		width: 114px;
	}

	.referral__sectionOne {
		padding: 40px 0 60px;
	}

	.referral__sec1_header_left {
		width: 43%;
	}

	.referral__sec1_header_right {
		width: 54%;
	}

	.referral__sec1_header_right p {
		font-size: 18px;
		line-height: 27px;
	}

	.referral__sec1_col {
		padding: 25px 15px;
	}

	.referral__sec1_strip {
		padding: 13px 15px 10px;
		font-size: 16px;
		line-height: 16px;
	}

	.referral__sec1_price {
		font-size: 45px;
		line-height: 45px;
		margin-top: 20px;
	}

	.referral__sec1__box_text {
		font-size: 20px;
		line-height: 26px;
		margin-top: 15px;
	}

	.referral__sec1_text {
		font-size: 15px;
		line-height: 24px;
	}

	.referral__sectionTwo {
		padding: 50px 0 60px;
	}
	.referral__sec2_col:first-child {
		height:190px;
	}

	.referral__sec2_block {
		align-items: flex-start;
	}

	.referral__sec2_img_box {
		width: 28%;
	}

	.referral__sec2_box {
		margin-top: 0;
	}

	.referral__sectionThree {
		padding: 50px 0 60px;
	}

	.referral__sec3_block {
		margin-top: 40px;
	}

	.referral__sec3-mob-app {
		top: 10px;
		width: 160px;
		margin-left: -75px;
	}

	.referral__sec3_box {
		width: 280px;
		margin-top: 0;
	}

	.referral__sec3_col {
		align-items: flex-start;
	}

	.referral__sec3_col span {
		width: 20px;
		font-size: 35px;
		line-height: 35px;
	}

	.referral__sec3_col_cont {
		width: calc(100% - 20px);
		padding-left: 20px;
	}

	.referral__sec3_col_cont h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.referral__sec3_col_cont p {
		font-size: 15px;
		line-height: 22px;
	}

	.referral__sec3-shape {
		right: -50px;
	}

	.referral__sec3_app_box {
		margin-top: 60px;
	}

	.referral__sec3-logo {
		width: 110px;
	}

	.referral__sec3_mid_box {
		width: 410px;
	}

	.referral__sec3_mid_heading {
		font-size: 36px;
		line-height: 38px;
	}

	.referral__sec3-qr {
		width: 125px;
	}

	.referral__sec4_cont {
		width: calc(100% - 340px);
		padding-right: 25px;
	}

	.referral__sec4_cont h3 {
		font-size: 27px;
		line-height: 36px;
	}

	.referral__sec4_cont p {
		font-size: 19px;
		line-height: 25px;
		margin-top: 20px;
	}

	.referral__sec4-prod {
		width: 340px;
	}

	.referral__sectionFive {
		padding: 50px 0 60px;
	}


	/*SDGE_PAGE*/
	.gbd_step-number-col span {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}

	.gbd_step-number-col:before {
		top: 25px;
	}

	.gbd_step-number-col.active:after {
		top: 25px;
	}

	.gbd_step-slider_row {
		flex-direction: column-reverse;
	}

	.gbd_step-col-1 {
		width: 100%;
		padding: 0 5px;
	}

	.gbd_step-col-2 {
		width: 100%;
		margin-bottom: 20px;
	}

	.gbd_step-slider {
		padding: 0 50px;
	}


	/*CONTACT_PAGE*/
	.address-row {
		margin: 60px auto 0;
	}

	.address-col {
		padding: 30px 15px;
	}

	.address-col-text1 {
		font-size: 23px;
		line-height: 30px;
	}

	.address-col-text2 {
		font-size: 18px;
		line-height: 26px;
		margin-top: 24px;
	}


}

@media only screen and (min-width:768px) {
	.zoomed {
		/* transform: scale(0.90); */
		zoom: 0.9;
	}
	/* .referral__sec2_col:nth-child(2) {

		height: 175px;
		} */

		.section1_right .common_paragraph{
			font-size: 18px;
			line-height: 24px;
			margin-top: 8px;
		}
		.button_box {
			margin-top: 20px;
		}
		.roofing_button_box {
			margin-top: 40px !important;
		}
		 .roofing_sec2_block_cont  .common_paragraph{
			font-size: 23px;
		} 
}

@media only screen and (max-width:767px) {
	.roofing_button_box {
		margin-top: 20px !important;
	}
	.roofing_brand_logo_container {
		width: 100% !important;
	}

	#roof-metal{
		margin:10px auto;
	}
	.container-sunline {
		width: 100%;
		max-width: 430px;
		padding: 0 15px;
	}

	.forMob {
		display: block;
	}

	.hide-mob {
		display: none;
	}


	.header_row {
		max-width: 430px;
		position: relative;
	}

	.top-fix-bar {
		margin-bottom: 60px;
	}

	.header {
		height: 60px;
		margin-top: -60px;
		top: 60px;
	}

	.mobilemenu {
		top: 60px;
	}

	.mobimenu-top {
		top: 60px;
	}

	.mob-mnu-ic {
		top: 23px;
	}

	.logo {
		width: 130px;
		margin-top: 11px;
		margin-left: 46px;
	}

	.header_button {
		width: 150px;
		height: 36px;
		font-size: 13px;
		line-height: 34px;
		margin-top: 12px;
	}

	.banner {
		float: none;
		display: inline-block;
		vertical-align: top;
		max-width: 420px;
		background: url(../images/banner_mob.jpg) no-repeat center top;
		padding-bottom: 25px;
		height: 670px;
	}

	.sun-light {
		width: 100%;
	}

	.lighting-img1 {
		left: 9%;
		width: 230px;
		top: 44%;
	}

	.lighting-img2 {
		right: -55px;
		width: 170px;
		top: 37%;
	}

	.banner_left {
		width: 100%;
		text-align: center;
		padding: 25px 0 280px;
	}

	.sunline_strip {
		font-size: 44px;
		line-height: 48px;
	}

	.banner_heading {
		font-size: 43px;
		line-height: 45px;
	}

	ul.banner_list-right {
		position: static;
		justify-content: center;
		width: calc(100% + 20px);
		flex-direction: row;
		row-gap: 6px;
		column-gap: 2%;
		margin-left: -10px;
	}

	ul.banner_list-right li {
		width: 48%;
		padding: 5px 7px 5px;
		background: rgba(0, 0, 0, 0.8);
	}

	ul.banner_list-right li:nth-child(1) {
		order: 1;
	}

	ul.banner_list-right li:nth-child(2) {
		order: 3;
	}

	ul.banner_list-right li:nth-child(3) {
		order: 4;
	}

	ul.banner_list-right li:nth-child(4) {
		order: 2;
	}

	.banner_list-icon {
		width: 23px;
		margin-top: 2px;
	}

	ul.banner_list-right li p {
		width: calc(100% - 23px);
		font-size: 14px;
		line-height: 18px;
		padding-left: 5px;
	}

	.button_box {
		max-width: 350px;
		margin-top: 25px;
	}

	.common_button {
		height: 60px;
		line-height: 60px;
		font-size: 23px;
	}

	.button_getext {
		font-size: 14px;
		line-height: 18px;
	}

	.button_getext img {
		margin: -2px 5px 0 0;
		width: 15px;
	}

	.as_seen_on {
		padding: 25px 0;
	}

	.brand_strip_scroller {
		width: 100%;
		overflow: hidden;
		display: flex;
		flex-wrap: nowrap;
	}

	ul.scroll_brand_list {
		display: flex;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		flex-shrink: 0;
		animation: marquee-horizontal 15s linear infinite;
	}

	ul.scroll_brand_list li {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 15px;
		position: relative;
	}

	ul.scroll_brand_list li img {
		max-width: 100%;
	}

	.as-seen-logo1 {
		width: 90px;
	}

	.as-seen-logo2 {
		width: 60px;
	}

	.as-seen-logo3 {
		width: 99px;
	}

	.as-seen-logo4 {
		width: 60px;
	}

	.as-seen-logo5 {
		width: 90px;
	}

	@keyframes marquee-horizontal {
		from {
			transform: translateX(0);
		}

		to {
			transform: translateX(-100%);
		}
	}

	.sectionOne {
		padding: 30px 0 15px;
	}

	.common_heading {
		font-size: 33px;
		line-height: 40px;
		letter-spacing: 0;
	}

	.section1_left {
		margin-top: 20px;
		margin-bottom: 25px;
	}

	.common_paragraph {
		letter-spacing: 0.3px;
		font-size: 18px;
		line-height: 26px;
		margin-top: 15px;
	}

	.section1_right .common_paragraph {
		text-align: left;
	}

	.sec1-buttom-row {
		margin: 20px auto 0;
		padding: 0 50px;
	}

	.sec1-buttom-col {
		width: 100%;
		text-align: center;
		padding: 25px 0;
		border: none;
		border-bottom: 1px solid #ddd;
	}

	.sec1-buttom-col:last-child {
		border: none;
	}

	.sec1-buttom-col_text1 {
		font-size: 40px;
		line-height: 40px;
	}

	.sectionTwo {
		padding: 30px 0 20px;
	}

	.sec2_left {
		text-align: center;
	}

	.sec2_list-row {
		row-gap: 0;
		margin-top: 10px;
	}

	.sec2_list-col,
	.sec2_list-col:nth-child(2) {
		width: 100%;
		padding: 25px;
		border: none;
		border-bottom: 1px solid #b9bccb;
	}

	.sec2-col-icon {
		margin: 0 auto 10px;
		width: 75px;
	}

	.sec2_list-col h3 {
		font-size: 25px;
		line-height: 30px;
	}

	.sec2_list-col p {
		letter-spacing: 0.3px;
		margin-top: 10px;
		font-size: 18px;
	}

	.sectionThree {
		padding: 30px 0;
	}

	.resident_common_text {
		font-size: 18px;
		line-height: 26px;
	}

	.sec3_service-row {
		margin-top: 20px;
		max-width: 330px;
	}

	.sec3_storage-row {
		width: 100%;
	}

	.sec3_storage-row:nth-child(1) {
		order: 1;
	}

	.sec3_storage-row:nth-child(2) {
		order: 3;
	}

	.sec3_storage-row:nth-child(3) {
		order: 2;
	}

	.sec3_storage-row:nth-child(4) {
		order: 4;
	}

	.sec3_service-col-1 {
		width: 100%;
		margin-bottom: 40px;
	}

	.sec3_service-col-image {
		margin: 0 auto;
		max-width: 100%;
		height: 205px;
		object-fit: cover;
		border-radius: 5px;
	}

	.sec3_installation-box {
		padding: 0;
		background: none;
		margin-top: 15px;
		text-align: center;
	}

	.sec3_service-col-2 {
		width: 100%;
		row-gap: 40px;
	}

	.sec3_installation-box h3,
	.sec3_storage-content h3 {
		font-size: 24px;
		line-height: 27px;
		color: #000;
		text-align: center;
	}
	/* .sec3_storage-content h3 {

		text-align: center;
	} */

	.sec3_installation-box p,
	.sec3_storage-content p {
		font-size: 18px;
		line-height: 24px;
		color: #000000;
		opacity: 0.8;
		text-align: left;
		margin-top: 12px;
	}
	.sec3_installation-box p, .sec3_storage-content p {
		text-align: center;
	}
	.sec3_storage-row:first-child:before {
		display: none;
	}

	.sec3_storage-content {
		text-align: center;
	}

	.sectionFour {
		padding: 30px 0;
	}

	.sec4_col-1 {
		width: 100%;
		text-align: center;
	}

	.sec4-col1-img {
		margin-top: 20px;
	}

	.sec4_col-2 {
		width: 100%;
		margin-top: 20px;
	}

	ul.s4_step-list {
		row-gap: 20px;
	}

	ul.s4_step-list li {
		position: relative;
	}

	.s4_step-list-content {
		width: 100%;
		padding-bottom: 25px;
	}

	.s4_step-list-content h3 {
		font-size: 24px;
		min-height: 60px;
		padding-left: 65px;
		display: flex;
		align-items: flex-end;
		justify-content: flex-start;
	}

	.sec4-step-icon {
		width: 55px;
		/* position: absolute;
		left: 0;
		top: 0; */
	}

	.sectionFive {
		padding: 30px 0 35px;
	}

	.sec5_looking-box_left {
		padding: 20px;
	}

	.cashback-text {
		font-size: 22px;
		line-height: 30px;
		margin-top: 15px;
	}

	.s5_logo {
		width: 180px;
		margin: 20px auto 0;
	}

	.sec5_looking-box_right {
		padding: 25px 15px 30px;
	}

	.sec5_looking-box_right .common_button {
		font-size: 19px;
	}

	.looking_heading {
		font-size: 22px;
		line-height: 30px;
	}

	.select_text {
		font-size: 17px;
	}

	.select_row {
		margin-top: 17px;
		padding: 0;
	}

	.select_col-opt {
		font-size: 15px;
		line-height: 18px;
		letter-spacing: normal;
		padding: 10px;
	}

	.tell_us {
		font-size: 19px;
		margin-bottom: 0;
	}

	.frmElement_col.half {
		width: 100%;
	}

	.frmElement_col.one-third {
		width: 100%;
	}

	.sec5_looking-box_right .button_box {
		margin-top: 30px;
	}

	.s5_mid_box {
		row-gap: 25px;
		margin-top: 30px;
	}

	.s5_mid_col {
		width: 100%;
	}

	.s5-mid-img-m {
		margin: 0 auto;
		width: 100%;
	}

	.s5_mid_cont h3 {
		font-size: 28px;
		line-height: 30px;
	}

	.s5_mid_cont p {
		margin-top: 15px;
	}

	.prod_detail-img-m {
		width: 100%;
		margin: 25px auto 0;
	}

	.sec5_testimonial {
		margin-top: 50px;
	}

	.s5_slider_block {
		margin: 31px 0 0;
	}

	.s5_slider-nav {
		width: calc(100% + 30px);
		margin-left: -15px;
	}

	.s5_slider-nav .slick-slide {
		width: 220px !important;
		padding: 10px 15px;
		margin: 0 5px;
	}

	.slide_tabClick_cont span {
		font-size: 17px;
	}

	.s5_slider-div {
		margin-top: 25px;
	}

	.s5-testi_text {
		font-size: 17px;
		line-height: 24px;
	}


	.sectionSix {
		padding: 30px 0;
	}

	.sectionSix:before {
		background-size: contain;
		width: 100%;
	}


	.footer {
		padding: 30px 0 25px;
	}

	.footer_block {
		row-gap: 40px;
		justify-content: center;
	}

	.footer_col {
		width: 100%;
		text-align: center;
	}

	.footer_text1 {
		font-size: 17px;
		line-height: 26px;
	}

	.social_list {
		width: 270px;
		float: none;
		margin: 25px auto 0;
	}

	.social_list li img {
		width: 44px;
	}

	.footer_hdg {
		margin: 0;
	}

	.footer_col_list li {
		text-align: center;
		font-size: 16px;
		line-height: 25px;
		margin: 10px 0 0;
	}

	.footer_strip {
		line-height: 21px;
		margin-top: 30px;
		padding: 12px 12px;
	}

	.footer_privacy {
		flex-wrap: wrap;
		row-gap: 10px;
		margin: 25px auto 0;
	}

	.footer_privacy p {
		width: 100%;
		font-size: 15px;
	}

	ul.privacy_term-list {
		width: 100%;
		justify-content: center;
	}

	ul.privacy_term-list li {}

	/*==========================Residential==========================*/
	.resident_banner {
		background: url(../images/residential-bg-m.jpg) no-repeat center top;
		background-size: cover;
	}

	.resident_banner_left {
		width: 100%;
		text-align: center;
	}

	.resident_sunline_strip {
		font-size: 44px;
		line-height: 50px;
	}

	.resident_banner_heading {
		font-size: 44px;
		line-height: 47px;
	}

	.resident_sectionOne {
		padding: 30px 0 10px;
	}

	.resident_compare_box {
		width: 100%;
	}

	.resident_compare_hdg {
		font-size: 34px;
		line-height: 38px;
	}

	.resident_compare_cont p {
		font-size: 18px;
		line-height: 26px;
		margin-top: 15px;
	}

	.resident-compare-img {
		margin: 25px auto 10px;
		object-fit: cover;
		height: 225px;
	}

	.resident_compare_box2 {
		margin-top: 35px;
	}

	.resident_sectionTwo {
		padding: 30px 0 35px;
		background: rgb(255, 255, 255);
		background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 3%, rgba(254, 252, 243, 1) 49%, rgba(236, 243, 246, 1) 97%);
		background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 3%, rgba(254, 252, 243, 1) 49%, rgba(236, 243, 246, 1) 97%);
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 3%, rgba(254, 252, 243, 1) 49%, rgba(236, 243, 246, 1) 97%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ecf3f6", GradientType=1);
	}

	.resident_common_heading {
		font-size: 34px;
		line-height: 38px;
	}

	.resident_sec2_list-col {
		width: 100%;
		padding: 22px 45px;
	}

	.resident_sec2_list-row {
		margin: 30px auto 0;
		row-gap: 20px;
		column-gap: normal;
		padding: 0 10px;
	}

	.resident_sec2_list-col p {
		font-size: 18px;
		line-height: 26px;
	}

	.resident_sectionThree {
		padding: 30px 0 35px;
	}

	.resident_sec3_block {
		margin-top: 30px;
	}

	.resident_sec3_img_box {
		width: 100%;
	}

	.resident_sec3_cont {
		width: 100%;
		margin-top: 25px;
	}

	.why_heading {
		margin-bottom: 15px;
	}

	.winner-tag {
		margin: 35px auto 15px;
	}

	.resident_sectionFour {
		padding: 30px 0 35px;
	}

	.resident_sec4_cont {
		width: 100%;
		text-align: center;
	}

	.resident_sec4_img_box {
		width: 100%;
		margin-top: 30px;
	}

	.resident_sec4-img {
		max-width: 100%;
		margin: 0 auto 0;
	}

	.resident_sec4_block {
		margin-top: 5px;
	}

	.resident_sec4_box {
		margin: 50px auto 0;
		text-align: center;
	}

	.resident_sec4_box_cont div {
		top: -32px;
		left: 50%;
		transform: translateX(-50%);
	}

	.resident_sec4_box_cont {
		width: 100%;
		padding: 0;
	}

	.resident_sec4-icn {
		margin: 15px auto;
	}

	.resident_sectionFive {
		padding: 30px 0 35px;
		background: rgb(255, 255, 255);
		background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 3%, rgba(254, 252, 243, 1) 49%, rgba(236, 243, 246, 1) 97%);
		background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 3%, rgba(254, 252, 243, 1) 49%, rgba(236, 243, 246, 1) 97%);
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 3%, rgba(254, 252, 243, 1) 49%, rgba(236, 243, 246, 1) 97%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ecf3f6", GradientType=1);
	}

	.resident_sec5_block {
		margin-top: 25px;
	}

	.resident_sec5_box {
		margin-top: 8px;
	}

	.resident_sec5_col {
		width: 23.2%;
		margin: 5px 0;
	}

	.resident_sec5-img {
		border-radius: 6px;
	}

	.resident_sec5_cont {
		width: 100%;
		max-width: 460px;
		position: static;
		transform: none;
		margin: 30px auto 0;
	}

	.resident_sec5-logo {
		width: 210px;
	}

	.resident_sec5_cont_hdg {
		font-size: 21px;
		line-height: 28px;
		padding: 0 20px;
	}

	.resident_sec5_points {
		margin: 16px auto 0;
		width: 280px;
	}

	.resident_sec5_points li {
		width: 100%;
		text-align: left;
		font-size: 20px;
		line-height: 28px;
		position: relative;
		padding: 0 0 0 35px;
		margin-top: 10px;
	}

	.resident_sec5_points li img {
		margin: 0;
		position: absolute;
		top: 3px;
		left: 0;
		width: 22px;
	}

	.resident_brand_logo_list {
		margin: 28px auto 0;
	}

	.resident_sectionSix {
		padding: 10px 0 35px;
	}

	.faq-container {
		margin: 15px 0 0;
	}

	.accordion {
		padding: 16px 30px 16px 15px;
		font-size: 19px;
		line-height: 25px;
		background-size: 13px;
	}

	.acdn-heading.accordion-open {
		background-size: 12px;
	}

	.acdn-content {
		padding: 0 15px;
	}

	.acdn-para {
		font-size: 18px;
		line-height: 26px;
	}


	/*==========================homeBattery==========================*/
	.homeBattery_banner.resident_banner {
		background: url(../images/homeBattery-banner-bg-m.jpg) no-repeat center top;
		background-size: cover;
	}

	.homeBattery_banner .resident_banner_left {
		padding: 30px 0 35px;
	}

	.homeBattery_sectionOne {
		padding: 30px 0 35px;
	}

	.homeBattery_common_heading {
		font-size: 33px;
		line-height: 38px;
		text-align: center;
	}

	.homeBattery_sec1_block_cont {
		width: 100%;
	}

	.homeBattery_sec1_block_img_box {
		width: 100%;
		margin: 25px 0 5px;
	}

	.homeBattery_sec1_col {
		width: 100%;
	}

	.homeBattery_sec1_col:before {
		display: none;
	}

	.homeBattery_sec1_box {
		row-gap: 35px;
	}

	.homeBattery_sectionTwo {
		padding: 30px 0 35px;
	}

	.homeBattery_sec2_box {
		margin: 30px auto 0;
		row-gap: 35px;
		max-width: 340px;
	}

	.homeBattery_sec2_col {
		width: 100%;
		text-align: center;
	}

	.homeBattery_sec2_col p {
		margin-top: 15px;
	}

	.homeBattery_sectionThree {
		padding: 30px 0 35px;
	}

	.homeBattery_sec3_box {
		max-width: 366px;
		margin: 30px auto 0;
		row-gap: 35px;
		padding: 0 10px;
	}

	.homeBattery_sec3_col {
		width: 100%;
	}

	.homeBattery_sec3_col h3 {
		font-size: 24px;
		line-height: 26px;
	}

	.homeBattery_sec3_col p {
		margin-top: 12px;
		text-align: center;
		letter-spacing: normal !important;
	}

	.homeBattery_sectionFour {
		padding: 30px 0 35px;
	}

	.homeBattery_sec4_block {
		margin: 0 auto;
		max-width: 360px;
	}

	.homeBattery_sec4_box {
		width: 100%;
		padding: 0 !important;
	}

	.homeBattery_sec4_hdg {
		font-size: 32px;
		line-height: 32px;
	}

	.homeBattery_brand_logo_box {
		margin-top: 20px;
	}

	.homeBattery_sec4_points {
		margin: 25px auto 0;
	}

	.app_strip {
		margin-top: 25px;
		padding: 15px 15px 15px 108px;
	}

	.app_strip h3 {
		font-size: 22px;
		line-height: 22px;
	}

	.app_strip img {
		width: 75px;
		top: 16px;
	}

	.homeBattery_sec4_box1:before {
		display: none;
	}

	.homeBattery_sec4_box.homeBattery_sec4_box1 {
		margin-top: 35px;
		border-top: 1px solid #d7d7d7;
		padding-top: 30px !important;
	}

	.homeBattery_sectionFive {
		padding: 30px 0 5px;
	}

	.homeBattery_sec5_block_cont {
		width: 100%;
	}

	.homeBattery_sec5_img_box {
		width: 100%;
		margin-top: 30px;
	}

	.homeBattery_sec5_img_box h3 {
		font-size: 20px;
		line-height: 26px;
	}


	/*==========================EV Battery==========================*/
	.ev_banner .resident_banner_left {
		padding: 33px 0;
	}

	.resident_banner.ev_banner {
		background: url(../images/ev-banner-bg-m.jpg) no-repeat top center;
		background-size: cover;
	}

	.ev_sectionOne {
		padding: 30px 0 35px;
	}

	.ev_sec1_block_cont {
		width: 100%;
	}

	.ev_sec1_block_img_box {
		width: 100%;
		margin: 25px 0 25px;
	}

	.ev_sec1_mid_box h3 {
		font-size: 22px;
		line-height: 25px;
	}

	.ev_sec1_mid_box {
		margin-top: 30px;
		padding: 20px 15px 25px;
	}

	.ev_sec1_col li {
		width: 100%;
	}

	.ev_sec1_col {
		margin: 30px auto 0;
		row-gap: 25px;
	}

	.ev_sectionTwo {
		padding: 25px 0 35px;
	}

	.ev_sec2_col {
		width: 48.5%;
		padding: 20px 15px 20px;
	}

	.ev_sec2_box {
		margin: 30px auto 0;
		row-gap: 20px;
	}

	.ev_sec2_col img {
		width: 80px;
	}

	.ev_sectionThree {
		padding: 30px 0 5px;
	}

	.ev_sec3_block_cont {
		width: 100%;
	}

	.ev_sec3_block_cont_hdg {
		font-size: 22px;
		line-height: 28px;
	}

	.ev_sec3_energy_options {
		row-gap: 20px;
		margin: 30px auto 0;
	}

	.ev_sec3_energy_options li {
		width: 49%;
	}

	.ev_sec3_block {
		margin-top: 25px;
	}

	.ev_sec3-home {
		position: static;
		margin: 20px auto 0;
	}

	.ev_sec3_list li {
		margin-top: 25px;
	}

	.ev_sectionFour {
		padding: 30px 0 5px;
	}

	.ev_sec4_hdg {
		font-size: 17px;
		line-height: 20px;
	}

	.ev_sec4_hdg:before {
		top: 10px;
	}

	.ev_sec4_hdg span {
		padding: 0 12px;
	}

	.estimte_list {
		row-gap: 20px;
	}

	.estimte_list li {
		width: 100%;
	}

	.estimte_list li:first-child {
		width: 100%;
	}

	.estimte_list-img-m {
		margin: 0 auto;
		width: 100%;
	}

	/*==========================ROOFING SERVICES==========================*/
	.roofing_banner .resident_banner_left {
		padding: 33px 0;
	}

	.resident_banner.roofing_banner {
		background: url(../images/roofing-banner-bg-m.jpg) no-repeat top center;
		background-size: cover;
	}

	.roofing_banner .resident_banner_heading {
		text-shadow: 0 0 2px #000;
	}

	.roofing_sectionOne {
		padding: 30px 0 35px;
	}

	.roofing_sec1_block_img_box {
		width: 100%;
		margin: 25px 0 25px;
	}

	.roofing_sec1_block_cont {
		width: 100%;
	}

	.roofing_sec1_col {
		width: 100%;
		padding: 0;
	}

	.roofing_sec1_box {
		margin: 30px auto 0;
		row-gap: 35px;
		padding: 0 20px;
	}

	.roofing_sec1_col:before {
		display: none;
	}

	.roofing_sectionTwo {
		padding: 30px 0 35px;
	}

	.roofing_sec2_heading {
		font-size: 25px;
		line-height: 32px;
		margin-top: 30px;
	}

	.common_paragraph.roofing_para {
		margin-top: 15px !important;
	}

	.roofing_sec2_col {
		width: 49%;
	}

	.roofing_sec2_col img {
		margin: 0 auto 12px;
	}

	.roofing_sec2_col h3 {
		font-size: 18px;
		line-height: 20px;
	}

	.roofing_sec2_box {
		row-gap: 30px;
		margin: 30px auto 0;
		justify-content: flex-start;
		column-gap: 2%;
	}

	.roofing_sectionThree {
		padding: 30px 0 35px;
	}

	.roofing_sec3_right {
		width: 100%;
	}

	.roofing_sec3_left {
		width: 100%;
		margin-top: 10px;
	}

	.roofing_sec3-img-m {
		margin: 25px auto 20px;
		width: 100%;
		max-width: 100%;
		border-radius: 5px;
	}

	.winner-tag2 {
		margin: 25px auto 0;
		max-width: 79%;
	}

	.roofing_sectionFour {
		padding: 30px 0 35px;
	}

	.prod_detail-img {
		position: static;
		display: block;
		margin: 0 auto 10px;
		max-width: 100%;
	}

	.prod_detail_col {
		width: 100%;
	}

	.prod_detail_box {
		margin-top: 25px !important;
	}

	.prod_detail_header_box {
		margin-bottom: 20px;
		max-width: 255px;
	}

	.prod_detail_header_icn_box {
		width: 55px;
	}

	.prod_detail_header_cont {
		width: calc(100% - 60px);
		padding: 10px 10px 10px 10px;
	}

	.prod_detail_header_cont h3 {
		font-size: 20px;
		line-height: 20px;
	}

	.prod_detail_box p {
		font-size: 16px;
		line-height: 24px;
	}

	.fr.prod_detail_col {
		margin-right: 0;
	}

	.prod_detail_header_icn_box img {
		width: 35px;
	}

	.roofing_brand_logo_list {
		margin: 35px auto 0;
		row-gap: 22px;
		width: 71%;
	}

	/*==========================ABOUT==========================*/
	.resident_banner.about__banner {
		background: url(../images/about__banner-bg-m.jpg) no-repeat top center;
		background-size: cover;
	}

	.about__banner .resident_banner_left {
		padding: 33px 0;
		width: 100%;
	}

	.about__banner .white_sunline_strip {
		font-size: 44px;
		line-height: 50px;
		width: 100%;
	}

	.about__sectionOne {
		padding: 30px 0 35px;
	}

	.about__sectionTwo {
		padding: 30px 0 35px;
	}

	.about__s2-star {
		margin: 8px auto 0;
		width: 80px;
	}

	.about__s2_winner_list {
		margin: 30px auto 0;
		justify-content: space-evenly;
		row-gap: 20px;
	}

	.about__s2_winner_list li {
		width: 30%;
	}

	.about__sectionThree {
		padding: 30px 0 10px;
	}

	.about__sec3_left {
		width: 100%;
	}

	.about__sec3_right {
		width: 100%;
	}

	.about__sec3_list {
		row-gap: 30px;
		margin: 35px auto 0;
	}

	.about__sec3-icn {
		position: absolute;
		top: 0;
		left: 0;
		width: 65px;
		margin-bottom: 0;
	}

	.about__sec3_list li {
		width: 100%;
		padding-left: 80px;
		position: relative;
		text-align: left;
	}

	.about__sec3_list li h3 {
		font-size: 22px;
		line-height: 29px;
	}

	.about__sec3_list li p {
		font-size: 17px;
		line-height: 24px;
		margin-top: 10px;
	}

	.about__sectionSix {
		padding: 10px 0 35px;
	}

	.about__sec6_heading {
		font-size: 36px;
		line-height: 44px;
	}

	/*==========================REFERRAL==========================*/
	.referral__banner {
		padding: 33px 0;
	}

	.energy-mob {
		display: block;
		margin: 20px auto 0;
		position: static;
	}

	.referral__banner .resident_banner_left {
		padding: 0;
	}

	.referral__sectionOne {
		padding: 25px 0 35px;
	}

	.referral__sec1_header_box {
		padding-bottom: 35px;
	}

	.referral__sec1_header_left {
		width: 100%;
	}

	.referral__sec1_header_right {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}

	.referral__sec1_box {
		margin: 30px auto 0;
	}

	.referral__sec1_box {
		row-gap: 25px;
		padding: 0 20px;
	}

	.referral__sec1_col {
		width: 100%;
		padding: 30px 15px;
	}

	.referral__sec1_text {
		font-size: 18px;
		line-height: 26px;
		text-align: left;
	}

	.referral__sectionTwo {
		padding: 30px 0 35px;
		text-align: left;
	}

	.referral__sec2_block {
		margin: 25px auto 0;
	}

	.referral__sec2_img_box {
		width: 100%;
	}

	.referral__sec-mob-app {
		width: 155px;
	}

	.referral__sec2_conent {
		width: 100%;
	}

	.referral__sec2_box {
		margin-top: 30px;
	}

	.referral__sec2_col {
		padding-left: 75px;
		margin-top: 35px;
	}

	.referral__sec2_col:before {
		top: 70px;
		left: 30px;
		bottom: -30px;
	}

	.referral__sec2-icn {
		width: 60px;
	}

	.referral__sec2_col_cont h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.referral__sectionThree {
		padding: 30px 0 35px;
		text-align: left;
	}

	.referral__sec3_block {
		margin-top: 20px;
	}

	.referral__sec3-mob-app {
		position: static;
		display: block;
		margin: 0 auto 10px;
	}

	.referral__sec3_box {
		width: 100%;
	}

	.referral__sec3_col {
		margin-top: 25px !important;
	}

	.referral__sec3-shape {
		display: none;
	}

	.referral__sec3_col_cont h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.referral__sec3_col_cont p {
		font-size: 17px;
		line-height: 25px;
		margin-top: 5px;
	}

	.fr .referral__sec3_col {
		text-align: left;
		flex-direction: row;
	}

	.referral__sec3_col_cont {
		padding-left: 20px !important;
		padding-right: 0 !important;
	}

	.referral__sectionFour {
		padding: 30px 0 35px;
	}

	.referral__sec4_cont {
		padding: 0;
		width: 100%;
	}

	.referral__sec4-prod {
		margin: 25px auto 0;
	}

	.referral__sec4_cont h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.referral__sec4_cont p {
		font-size: 18px;
		line-height: 26px;
		margin-top: 25px;
	}

	.referral__sec3_app_box {
		margin-top: 30px;
		padding: 20px;
		justify-content: center;
		gap: 20px;
	}

	.referral__sec3_store_box {
		gap: 15px;
	}

	.referral__sec3-logo {
		display: none;
	}

	.referral__sec3_store_box a {
		width: 100%;
	}

	.referral__sec3-qr {
		width: 135px;
	}

	.referral__sectionFive {
		padding: 30px 0 35px;
	}



	/*SDGE_PAGE*/
	.sdge__banner .resident_banner_left {
		padding: 32px 0;
	}

	.sdge__banner .resident_sunline_strip {
		font-size: 36px;
		line-height: 45px;
	}

	.sdge__banner .resident_banner_heading {
		font-size: 40px;
		line-height: 45px;
	}

	.sdge_section1 {
		padding: 30px 0;
	}

	.sdge_sec-hdng {
		font-size: 22px;
		line-height: 30px;
		margin-top: 40px;
	}

	.gbd_step-slider {
		padding: 0 15px;
		margin-top: 35px;
	}

	.sdge-row {
		max-width: 360px;
	}

	.gbd_step-number {
		width: calc(100% + 30px);
		margin-left: -15px;
	}

	.gbd_step-number-col span {
		width: 30px;
		height: 30px;
		font-size: 15px;
	}

	.gbd_step-number-col:before {
		top: 14px;
		border-bottom: 2px solid #ebe9e1;
	}

	.gbd_step-number-col.active:after {
		top: 14px;
		border-bottom: 2px solid #1697d5;
	}

	.gbd_step-col-1 h3 {
		font-size: 26px;
		line-height: 26px;
	}

	.gbd_step-text1 {
		font-size: 20px;
		line-height: 24px;
		margin-top: 15px;
	}

	.gbd_step-text2 {
		font-size: 18px;
		line-height: 26px;
		margin-top: 15px;
	}


	/*CONTACT_PAGE*/
	.contact_section {
		padding: 30px 0;
	}

	.comp-toggles-list {
		margin-bottom: 30px;
	}

	a.comp-toggles-item {
		padding: 0 5px 15px;
		font-size: 18px;
		line-height: 19px;
		border-width: 3px;
	}

	a.comp-toggles-item.active {
		border-width: 3px;
	}

	.contact_heading {
		font-size: 35px;
		line-height: 44px;
		text-align: center;
	}

	.contact_text1 {
		font-size: 20px;
		line-height: 28px;
		margin-top: 15px;
	}

	.contact_text2 {
		font-size: 15px;
		line-height: 22px;
		margin-top: 25px;
	}

	.contact_page-box .looking_heading {
		font-size: 24px;
	}

	.support_need {
		font-size: 18px;
		line-height: 23px;
	}

	.address-row {
		margin: 40px auto 0;
		gap: 25px;
		padding: 0 10px;
	}

	.address-col {
		padding: 30px 15px;
		width: 100%;
	}

	.address-col-icn {
		margin: 0 auto 15px;
		width: 45px;
	}

	.address-col-text1 {
		font-size: 23px;
		line-height: 30px;
	}

	.address-col-text2 {
		font-size: 18px;
		line-height: 25px;
		margin-top: 15px;
	}

}

@media only screen and (max-width:364px) {

	.banner_heading {
		font-size: 40px;
		line-height: 42px;
	}

	ul.banner_list-right li p {
		font-size: 12px;
	}

    .header_button {
        width: 117px;
        height: 36px;
        font-size: 12px;
        line-height: 34px;
        margin-top: 12px;
    }

}
@media only screen and (max-width:320px) {
.roofing_brand_logo_list {

	width: 84%;
}

}
@media only screen and (max-width:450px) {

	.slick-track{
		overflow-x: hidden;
	}

    .header_button {
        width: 117px;
        height: 36px;
        font-size: 12px;
        line-height: 34px;
        margin-top: 12px;
    }
	.roofing_brand_logo_list li {
		width: 45%;
	}
	.roofing_brand_logo_list li:last-child {
		margin: 10px auto;
	  }
	  .roofing_brand_logo{
		width: 100%;
		margin-top:20px ;
	  }
	  .resident_brand_logo1{
		
			width: 164px !important;
		
	  }
}

.has-error {
	border: 2px solid #ff0000 !important;
}

.no-error {
	border: 2px solid transparent !important;
}

#app_common_modal,
#error_handler_overlay {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 2147483647;
	background: #333;
	background: rgba(255, 255, 255, 0.8);
	display: none;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body {
	max-width: 600px;
	-webkit-background-clip: padding-box;
	font-family: Verdana, Geneva, sans-serif;
	box-sizing: border-box;
	outline: 0;
}

#app_common_modal_close,
#error_handler_overlay_close {
	position: absolute;
	right: -10px;
	top: -10px;
	color: #fff;
	background-color: #333;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

#app_common_modal .app_modal_body {
	margin: 100px auto;
	min-width: inherit;
	width: 95%;
	min-height: 400px;
	padding: 2.5%;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#app_common_modal .app_modal_body iframe {
	min-height: 400px;
	width: 100%;
	border: 1px solid #d5d6ef;
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
	#app_common_modal .app_modal_body {
		margin: 10px auto;
	}
}

.toast {
	opacity: 1 !important;
}

.toastr-center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* <a href="#" class="myButton">OK</a> */

.toastrButton {
	box-shadow:inset 0px 0px 14px -3px #f2fadc;
	background:linear-gradient(to bottom, #dbe6c4 5%, #9ba892 100%);
	background-color:#dbe6c4;
	border-radius:6px;
	border:1px solid #b2b8ad;
	display:inline-block;
	cursor:pointer;
	color:#757d6f;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ced9bf;
}
.toastrButton:hover {
	background:linear-gradient(to bottom, #9ba892 5%, #dbe6c4 100%);
	background-color:#9ba892;
}
.toastrButton:active {
	position:relative;
	top:1px;
}
#toast-container>div{
	width: 400px !important;
}
/* .toast-message{
	text-align: left;
} */
/* The Modal (background) */
#toastr-modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

#loading-indicator::after,
#loading-indicator::before {
	box-sizing: border-box;
	left: 50%;
	position: absolute;
	top: 50%
}

#loading-indicator {
	background-color: rgba(0, 0, 0, .5);
	bottom: 0;
	box-sizing: border-box;
	font-size: 1px;
	height: 100%;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	/* z-index: 2147483646 */
	z-index: 999000
}

#loading-indicator::before {
	background: url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);
	content: "";
	height: 70px;
	margin-left: -35px;
	margin-top: -70px;
	width: 70px;
	z-index: 2
}

#loading-indicator::after {
	background: #fff;
	border-radius: 5px;
	color: #000;
	content: "Processing, one moment please... ";
	font-family: arial;
	font-size: 17px;
	height: 110px;
	line-height: 98px;
	margin-left: -150px;
	margin-top: -75px;
	padding-top: 35px;
	text-align: center;
	width: 300px;
	z-index: 1
}