<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* HOMEBANNER */
.home-banner-section h1.et_pb_module_header,
.home-banner-section h2.et_pb_slide_title,
.home-banner-section h2.et_pb_slide_title a{
    font-size: 38px !important;
	font-weight: 500;
}

.home-banner-section .header-content-container,
.home-banner-section .et_pb_slide_description {
    /*max-width: 480px !important;*/
	max-width: 540px!important;
	margin: 0 !important;
}

.home-banner-section  .et_pb_fullwidth_header_container {
    height: 100%;
}

.home-banner-section .et_pb_slide_description{
	padding: 0 !important;
    text-align: left;
}

.home-banner-section  .et_pb_slider_container_inner {
    display: flex !important;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 50px 0 !important;
}

@media(min-width: 981px){
	.home-banner-section .et_pb_fullwidth_header,
	.home-banner-section .et_pb_slide {
		aspect-ratio: 30 / 10;
	}

}

/* PRODUCT SECTION */

.products-section  .et_pb_image .et_pb_image_wrap img {
    max-width: 330px !important;
	aspect-ratio: 330 / 60;
	width: 90%;
    height: 60px;
    object-fit: contain;
}

.products-section .et_pb_image:not(:hover) .et_pb_image_wrap img {
    filter: brightness(0);
}

.products-section  .products-row {
    max-width: 1080px !important;
}

@media(max-width: 980px){
	.products-section .products-row .et_pb_column {
		width: 50% !important;
	}

	.products-section .products-row {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

/* FIND SOLUTION SECTION */
.find-solution-section .et_pb_column {
    max-width: 480px;
    float: right;
}

@media(min-width: 981px){
	.find-solution-section {
		display: flex;
		align-items: center;
		aspect-ratio: 30 / 9;
	}
}

/* FEATURD CONTENT SECTION */
.featured-content-section .entry-title a:after {
	color: #fff !important;
}

.featured-content-section .et_pb_post a img,
.featured-content-section .article-content__wrapper img {
    max-width: 200px;
    max-height: 150px;
	min-height: 150px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
	width: 90%;
}

.featured-content-section h2.entry-title,
.featured-content-section .article-content__wrapper h2 {
    font-size: 18px !important;
    text-align: center;
	color: #fff;
}
.featured-content-section .et_pb_post,
.featured-content-section .article-content__wrapper {
    margin: 0 20px;
}


/* MISSOUT SAVING SECTION */
.missout-savings-section .et_pb_column {
    max-width: 385px;
}


@media(min-width: 981px){
	.missout-savings-section {
		display: flex;
		align-items: center;
		aspect-ratio: 30 / 9;
	}
}


/* --- POPUP --- */

#pum-1648  #pum_popup_title_1648 {
    background: #F5333F !important;
    color: #fff;
	font-size: 24px;
    text-align: center;
    padding: 12px 0;
	margin-bottom: 0 !important;
}

#pum-1648 .pum-container .pum-content.popmake-content {
    padding: 30px 40px;
}

#pum-1648 .pum-content.popmake-content #gform_wrapper_4 {
    padding: 10px 0;
}

#field_4_10, 
#field_4_12, 
#field_4_6 {
    padding-right: 15px;
}

#field_4_3, 
#field_4_11, 
#field_4_7 {
    padding-left: 15px;
}

#gform_4 .gform_body .ginput_container_select,
#gform_4 .gform_body .ginput_container_phone,
#gform_4 .gform_body .ginput_container_email,
#gform_4 .gform_body .ginput_container_text,
#gform_4 .gform_body .ginput_container_fileupload {
    border: 2px solid #bbb;
    position: relative;
}

#gform_4 .gform_body input,
#gform_4 .gform_body select,
#gform_4 .gform_body label {
    border: 0 !important;
    color: #858585;
}

#gform_4 .gform_body select {
    border: 0 !important;
    border-right: 8px solid transparent !important;
    color: #858585;
}

#gform_4 .gform_footer #gform_submit_button_4 {
    font-size: 20px;
    background-color: #0089f2;
    border-width: 0px!important;
    border-radius: 0px;
    padding: 10px 45px;
    color: #fff;
    cursor: pointer;
    margin: 0 auto !important;
}


#field_4_7 #input_4_7 {
    visibility: hidden;
    padding: 6.5px 7px;
	position: relative;
}

#field_4_7 #gfield_upload_rules_4_7 {
    visibility: hidden;
    display: none;
}

#field_4_7 #input_4_7:before {
    content: 'Upload bill here';
    font-size: 15px !important;
    color: #797979;
    visibility: visible;
}

#field_4_7 .uploaded:before {
	 content: attr(data-content) !important;
}

#field_4_7 #input_4_7:after {
    content: '';
    background: url(https://aecoenergyph.beta03.space/wp-content/uploads/2022/11/file-upload.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 10px;
    visibility: visible;
}


@media(max-width: 640px) {
	#field_4_10, 
	#field_4_12, 
	#field_4_6 {
		padding-right: 0 !important;
	}

	#field_4_3, 
	#field_4_11, 
	#field_4_7 {
		padding-left: 0 !important;
	}
	
	#pum-1648 #pum_popup_title_1648 {
		font-size: 18px;
	}
	
	#gform_4 .gform_body select {
		padding-top: 13px;
		padding-bottom: 13px;
	}
	
	#field_4_7 #input_4_7 {
		padding: 12.5px 9px;
	}
}


/* --- About Energy Section --- */
.about-energy-section .et_pb_text h2,
.about-energy-section .et_pb_text p {
	color: #ffffff;
}
</pre></body></html>