h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
ul,ol,li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.hm-slider .swiper-slide-bg{
	
}
.hm-slider .swiper-slide-bg:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: linear-gradient(263.64deg, rgba(187, 243, 200, 0) -18.03%, #00761B 65.25%);
	background-size: cover;
    opacity: 0.8;
    background-position: center center;
    background-repeat: no-repeat;
}
.hm-slider .swiper-slide-inner{
	max-width: 1300px;
	margin: 0 auto;
}
.hm-slider .swiper-slide-contents{
	max-width: 800px;
}

.icon-box {
    margin-top: -32px;
}
.learn-btn{

}
.center-content .dot-heading .elementor-heading-title{
	margin: 0 auto;
}
.left-content .dot-heading .elementor-heading-title{
	margin-left:0;
}
.dot-heading .elementor-heading-title{
	position: relative;
    padding-left: 20px;
    width: auto;
    max-width: fit-content;
}
.dot-heading .elementor-heading-title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 13px;
	height: 13px;
	background: #00a225;
	border-radius: 50%;
}

.icon-list-content{

}
.icon-list-icon .elementor-icon-wrapper {
	max-width: 40px;
	max-height: 40px;
}
.wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
    background: #f0f7eb !important;
    border-radius:10px !important;
}

/* Subscription Form */
.tnp-subscription form{
	display: flex;
	flex-wrap: wrap;
	max-width: 450px;
    border-bottom: 1px solid #fff;
}
.tnp-subscription div.tnp-field, .tnp-profile div.tnp-field{
	margin-bottom: 0 !important;
}
.tnp-subscription div.tnp-field.tnp-field-email{
	width: 100%;
	max-width: calc(100% - 100px);
}
.tnp-subscription input[type=email]{
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #fff !important;
    border-color: transparent !important;
    background-color: transparent !important;
    padding: 14px 14px 14px 0  !important;
    font-family: var(--e-global-typography-9aa8ec1-font-family), Sans-serif;
    outline: none;
}
.tnp-subscription form .tnp-field label{
	display: none;
}
.tnp-field input[type="submit"]{
	background: transparent !important;
	border: 0 !important;
	font-size: 16px !important;
    line-height: 26px !important;
    padding: 10px 10px !important;
    font-weight: 400;
    color: var(--e-global-color-1a0067a);
    font-family: var(--e-global-typography-9aa8ec1-font-family), Sans-serif;
    font-size: var(--e-global-typography-9aa8ec1-font-size);
    font-weight: var(--e-global-typography-9aa8ec1-font-weight);
    line-height: var(--e-global-typography-9aa8ec1-line-height);
}
.tnp-field input[type="submit"]:hover{
	color: #61ce70;
}
.tnp-subscription input[type=email]::placeholder{
	color: #fff;
}
.tnp-subscription div.tnp-field{

}
/* Subscription Form */
@media (max-width:1024px){
	.brand-logo{
		position: relative !important;
        z-index: 9999 !important;
	}
	.admin-bar .hmenu .elementor-menu-toggle{
		z-index: 9999;
	    /*top: 70px;
	    position: fixed;*/
	    top: -60px;
        position: absolute;
	}
	.hmenu .elementor-menu-toggle{
		z-index: 9999;
	    /*top: 30px;
	    position: fixed;*/
	    top: -20px;
        position: absolute;
	}
	.admin-bar .sticky-header .elementor-menu-toggle {
        z-index: 9999;
        top: 30px;
	    position: fixed;
    }
	.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container,
	.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{
	    position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        z-index: 99;
        padding: 0;
        margin: 0;
        padding: 100px 0 80px 0;
	}
	.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{
		transform: translateX(100vw) !important;
		transition: 0.6s all;
		max-height: 100vh !important;
	}
	.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{
		transform: translateX(0) !important;
		transition: 0.6s all;
	}
	.admin-bar .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container,
	.admin-bar .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{
		padding:140px 0 120px 0;
	}
	.admin-bar .sticky-header .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container,
	.admin-bar .sticky-header .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{
		padding: 80px 0;
	}
	.elementor-location-header.sticky-header {
	    transition: all 0.3s ease-in-out;
	}
	.elementor-location-header.sticky-header {
	    position: fixed;
	    top: 0;
	    width: 100%;
	    background-color: #fff; /* Adjust as needed */
	    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	    z-index: 999;
	    transition: all 0.3s ease-in-out;
	}
}
@media (max-width:768px){
	.hmenu .elementor-menu-toggle{
		top: -60px;
	}
	.left-content .dot-heading .elementor-heading-title {
	    margin-left: auto;
	    margin-right: auto;
	}
	div.tnp-subscription,
	.tnp-subscription form{
		width: 100%;
        max-width: 100%;
        min-width: 100%;
	}

}


/* Contact Page */

.all-sm-form.abuts_frms{
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.all-sm-form.abuts_frms p{
	margin: 0;
	padding: 0;
}
.all-sm-form.abuts_frms br{
	display: none;
}
.frbox.frbox-50 {
    max-width: calc(50% - 10px);
    width: 100%;
}
.frbox.frbox-100 {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
}
.all-sm-form label{
	width: 100%;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
	min-height: 50px;
    border-radius: 30px !important;
	outline: none;
	border: 1px solid #61CE70 !important;
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #00a225 !important;
}

select{
	padding-right: 30px;
	    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat 97% center;
}
textarea{
	padding: 20px 15px;
}


.all-sm-form input[type=submit]{
	    background-color: var(--e-global-color-f7b3064);
	border: 1px solid var(--e-global-color-f7b3064);
    font-family: var(--e-global-typography-7d11075-font-family), Sans-serif;
    font-size: var(--e-global-typography-7d11075-font-size);
    font-weight: var(--e-global-typography-7d11075-font-weight);
    text-transform: var(--e-global-typography-7d11075-text-transform);
    line-height: var(--e-global-typography-7d11075-line-height);
    fill: var(--e-global-color-1a0067a);
    color: var(--e-global-color-1a0067a);
    border-radius: 50px 50px 50px 50px;
    padding: 14px 40px 14px 40px;
}
.all-sm-form input[type=submit]:hover,
.all-sm-form input[type=submit]:focus{
	background-color: var(--e-global-color-accent);
	border: 1px solid var(--e-global-color-accent);
    color: var(--e-global-color-1a0067a);
    transform: translateY(-8px);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	border-color: #f00;
	color: #f00;
}
.wpcf7-not-valid-tip{
	padding: 5px 10px 0 10px;
}



/* Heat Pump */
.step-1::after {
	content: "";
	position: absolute;
	top: 70px;
	right: -70px;
	background-image: url('https://zenzenergy.com.au/wp-content/uploads/2024/08/Group-19.png');
	width: 131px;
	height: 7px;
	background-size: contain;
	background-repeat: no-repeat;
}

.step-1 {
	position: relative;
}

.step-2::after {
	content: "";
	position: absolute;
	top: 70px;
	right: -70px;
	background-image: url('https://zenzenergy.com.au/wp-content/uploads/2024/08/Group-20.png');
	width: 131px;
	height: 7px;
	background-size: contain;
	background-repeat: no-repeat;
}

.step-2 {
	position: relative;
}

.step-3::after {
	content: "";
	position: absolute;
	top: 70px;
	right: -70px;
	background-image: url('https://zenzenergy.com.au/wp-content/uploads/2024/08/Group-21.png');
	width: 131px;
	height: 7px;
	background-size: contain;
	background-repeat: no-repeat;
}

.step-3 {
	position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.step-1::after {
		top: 70px;
		right: -38px;
		width: 72px;
		height: 4px;
	}

	.step-2::after {
		top: 70px;
		right: -38px;
		width: 72px;
		height: 4px;
	}

	.step-3::after {
		top: 70px;
		right: -38px;
		width: 72px;
		height: 4px;
	}
}
/*for mobile*/
@media (min-width: 320px) and (max-width: 767px) {
	.step-1::after {
		display: none;
	}

	.step-2::after {
		display: none;
	}

	.step-3::after {
		display: none;
	}
}
/* Heat Pump End */
