body, html {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body.commercial .pre_hero {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    text-align: center;
    background-color: var(--brand-accent);
    background-image: url('../img/gosolrplusx2.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 600px 600px;
	margin-bottom: -100px;
}

.pre_hero .full_width_inner {
    width: 100%;
}

.pre_hero_content {
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
	margin-top: -50px;
}

.pre_hero_description {
	font-size: 24px;
	margin: 20px auto 0;
	max-width: 500px
}

.pre_hero_cloud {
	position: absolute;
    bottom: 270px;
	transform: translateY(-50%);
	right: 50%;    
    width: 600px;
    height: auto;	
}

body.commercial .hero {
	position: relative
}

.hero_header {
	max-width: 920px;
	margin: 0 auto
}

.hero_cloud_1 {
	position: absolute;
    top: 60px;
	transform: translateY(-50%);
	right: 35px;    
    width: 350px;
    height: auto;
}

.hero_cloud_2 {
	position: absolute;
    bottom: 5px;
    left: 15%;
    transform: translateX(-50%);
    width: 350px;
    height: auto;
}

.hero_cloud_3 {
	position: absolute;
    bottom: 0;
	margin-bottom: -170px;
	transform: translateY(-50%);
	right: 15%;    
    width: 400px;
    height: auto;
}
	
body.commercial .below_hero .hero_image {
	max-width: 1200px;
	margin-top: 100px;
}

body.commercial .amp_up {
	margin-bottom: -50px
}

body.commercial .amp_up .row {
	display: flex;
	align-items: center
}

body.commercial .amp_up_heading {
	text-align: left
}

body.commercial .amp_up_description {
	font-size: 20px;	
    margin-top: 25px;
    line-height: 30px;
	text-align: left	
}

.rooftop_solar {
	max-width: 560px
}

body.commercial .powering_up {
	background-color: var(--brand-accent);
}

.powering_up_description {
    font-size: 20px;
	max-width: 600px;
    margin: 0 auto;
    margin-top: 25px;
    line-height: 30px;
}

.powering_up_cloud {
	position: absolute;
    max-width: 350px;
    bottom: -62px;
    left: 0;
}

.commercial .subscribe {
	background-color: #ffffff
}

body.commercial .cta_box {
	position: relative;
	max-width: 1152px;
    margin: 0 auto;
}

body.commercial .cta_box_2 {
	transform: translateY(-50%);
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
}

body.commercial .cta_box img {
    bottom: -1px;
    position: relative;
}

body.commercial .sunscriber {
	background-color: var(--brand-accent);
	position: relative;
}

.sunscriber_cloud {
	position: absolute;
    top: 60%;
	transform: translateY(-50%);
	left: -195px;    
    width: 350px;
    height: auto;
	filter: invert(67%) sepia(100%) saturate(967%) hue-rotate(358deg) brightness(104%) contrast(108%);
	opacity: 0.2;
}

.sunscriber_cloud_2 {
	position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    height: auto;
}

.sunscriber_cloud_3 {
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
	right: -200px;    
    width: 350px;
    height: auto;
}

.sunscriber_cloud_4 {
	position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 380px;
    height: auto;
	filter: invert(67%) sepia(100%) saturate(967%) hue-rotate(358deg) brightness(104%) contrast(108%);
	opacity: 0.2;
}

.sunscriber_heading {
	font-size: 30px;
    max-width: 500px;
    text-align: left;
}

.sunscriber_heading::before {
    content: "";
    display: block;
    width: 65px;
    height: 50px;
    background-image: url(../img/cross_decal.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -25px;
    left: -40px;
}

.sunscriber_description {
    font-size: 20px;
	max-width: 600px;
    line-height: 30px;
	text-align: left;
	margin: 0
}

body.commercial .process {
	background-color: #ffffff
}

body.commercial .faq_title {
	background-color: var(--brand-dark-background);
	position: relative;
    padding-bottom: 50px;
}

body.commercial .faq_title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 60px;
    height: 60px;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    transform: translateX(-50%) rotate(-45deg);
    border-radius: 6px;
	background-color: #000000;
}

body.commercial .faq_title h3 {
	color: var(--brand-accent);
	text-align: center;
}

/* Process */
#process_slider_commercial .swiper-nav .swiper-nav-inner {
    width: 700px;
}

#gosolr_process_commercial #process_1, #gosolr_process_commercial #process_2, #gosolr_process_commercial #process_3, #gosolr_process_commercial #process_4, #gosolr_process_commercial #process_5, #gosolr_process_commercial #process_6, #gosolr_process_commercial #process_7, #gosolr_process_commercial #process_8, #gosolr_process_commercial #process_9 {
	cursor: pointer;	
}

#process_slider_commercial_mobile .swiper-slide::after {
	display: none
}

body.commercial .process-description p {
    font-weight: 300;
}

#enquire {
	background-color: #f0f0f0;
	padding-left: 15px;
    padding-right: 15px;
}

.enquire .sub_header_text {
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 25px
}

.enquire label {
	font-size: 16px;
	font-weight: 600
}

.enquire input[type="text"], .enquire select, .enquire textarea {
	border: 1px solid #000;
	border-radius: 0px;
}

.enquire textarea {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	min-height: 100px;
	padding: 12px;
}

#enquire_form_submit span {
    color: #fff;
    font-weight: 300;
}
#enquire_form_submit:hover span {
    color: #000;
}
#enquire_form_submit:hover {
    background-color: #fff0;
}
#enquire_form_submit.loading {
    color: #cfcfcf;
    background-color: #fff0;
    border-color: #cfcfcf;
    pointer-events: none;
}
#enquire_form_submit.loading span {
    color: #cfcfcf;
}
#enquire_form_submit.error {
    border-color: #b0262b !important;
    color: #b0262b !important;
    background-color: #fff0;
}
#enquire_form_submit.error span {
    color: #b0262b !important;
}
#enquire_form_submit.success {
    border-color: #20c544 !important;
    color: #20c544 !important;
    cursor: none;
    background-color: #fff0;
}
#enquire_form_submit.success span {
    color: #20c544 !important;
}
#enquire_form_submit {
    background-color: var(--brand-dark-background);
    font-size: var(--brand-button-font-size);
    font-weight: var(--brand-button-font-weight);
    align-items: center;
    border: 2px solid #000;
    border-radius: 100px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 29px;
    max-width: 480px;
    min-height: 40px;
    min-width: 0;
    overflow: hidden;
    padding: 8px 25px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
}
.center_button {
	text-align: center
}
footer .widget_links li {
	display: block
}
@media only screen and (max-width: 1880px) {
	.pre_hero_cloud {
		bottom: 110px
	}
}
@media only screen and (max-width: 1350px) {
	.hero_cloud_1 {
		right: -200px
	}
}
@media only screen and (max-width: 1315px) {
	.sunscriber_cloud_3 {
		top: 70%;	
	}
}
@media only screen and (max-width: 1275px) {
	.sunscriber_heading::before {
		display: none
	}
}
@media only screen and (max-width: 1000px) {
	.hero_cloud_3 {
		right: 0
	}
}
@media only screen and (max-width: 979px) {
	.sunscriber .col-6 {
		width: 100%;
		float: none;
		margin: 0;
	}
	.sunscriber_heading {
		text-align: center;
		max-width: 600px;
		margin: 0 auto;
		padding: 0 20px
	}
	.sunscriber_description {
		text-align: center;
		max-width: none;
		padding: 20px 20px 0
	}
	.sunscriber_cloud_3 {
		opacity: 0.2
	}
}
@media only screen and (max-width: 922px) {
	.hero_cloud_1 {
		display: none
	}	
}
@media only screen and (max-width: 900px) {
    #process_slider_commercial_mobile .swiper-slide::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        height: 2px;
        background-color: #e1e1e1;
        transform: translateY(-50%);
        z-index: -1;
    }
    #process_slider_commercial_mobile .swiper-slide:first-child::after {
        transform: translateX(50%);
    }
    #process_slider_commercial_mobile .swiper-slide:last-child::after {
        transform: translateX(-50%);
    }
	.cta.full_width.pad_top_25.pad_bottom_40 {
		padding-top: 165px;		
	}
	section#enquire {
		padding-top: 30px
	}
}
@media only screen and (min-width: 781px) and (max-width: 995px) {
    ul.navigation a.button {
        font-size: 11px;
    }
}
@media only screen and (max-width: 825px) {
    footer .widgets {
        padding-top: 20px;
    }
	footer .widgets .col-3 {
        width: 25%;
    }
}
@media only screen and (max-width: 746px) {
	.hero_cloud_2 {
		left: -50px
	}
	.hero_cloud_3 {
		right: -200px
	}
}
@media only screen and (max-width: 730px) {
	.powering_up_cloud {
		opacity: 0.2
	}
}
@media only screen and (max-width: 720px) {
	body.commercial .amp_up .row {
		flex-direction: column;
	}
	body.commercial .amp_up_heading {
		text-align: center;
	}
	body.commercial .amp_up_description {
		text-align: center;
	}
}
@media only screen and (max-width: 600px) {
	footer .widgets .col-3 {
        width: 100%;        
    }
}
@media only screen and (max-width: 556px) {
	body.commercial .pre_hero {
		background-size: contain
	}
}
@media only screen and (max-width: 448px) {
	body.commercial .pre_hero {
		background-size: 500px 500px;	
	}
}
@media only screen and (max-width: 426px) {
	.hero_cloud_2 {
		display: none
	}	
}