/*!
Theme Name: arise-solar
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4 
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arise-solar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

arise-solar is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework 
*/



/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; list-style:none; outline:none; -webkit-font-smoothing: subpixel-antialiased; -webkit-tap-highlight-color:rgba(0,0,0,0);}

html,body { -webkit-text-size-adjust:none; height: 100%; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
iframe {vertical-align: top;}
textarea:focus, input:focus, a, div, img { outline: none; }

*,
*:before,
*:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body{ color:#000; font-size:16px; font-family: 'CircularStdMedium'; font-weight:400; line-height:1.5; background-color: #fff;display: flex;flex-wrap: wrap;}

.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6 {color: #000; line-height: 1.2;font-weight:700; font-family: inherit;}
.h1, h1 {font-size:40px; margin-bottom: 20px;}
.h2, h2 {font-size:35px; margin-bottom: 20px;}
.h3, h3 {font-size:25px; margin-bottom: 18px;}
.h4, h4 {font-size:22px; margin-bottom: 17px;}
.h5, h5 {font-size:20px; margin-bottom: 15px;}
.h6, h6 {font-size:18px; margin-bottom: 10px;}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {color: inherit; text-decoration: none;}

p { color:#000; font-size:16px; font-weight:400; line-height:1.6;  margin-bottom:15px; }
p:last-child { margin-bottom:0; }

ul, 
ol{ margin: 0;padding: 0;margin-left: 17px;}
ul li, 
ol li{ font-size:16px;  color:#000; font-weight:400; line-height:1.5;padding: 0;margin: 0;padding-bottom: 5px; }
ul > li { list-style:outside disc; }
ol > li { list-style: outside decimal; }

blockquote{ display:block; text-align:left; margin-bottom:20px; position:relative; background:#f3f3f3; padding:20px 20px; border-left:4px solid #1589cb;line-height: 2;font-size: 18px; font-style: italic;margin-bottom: 25px;}
blockquote p{ font-size:inherit; font-weight:inherit; line-height:inherit; }

hr {border:0 #000 solid; border-top-width:1px; clear:both; height:0;margin: 10px auto 40px;}

img{ border:none; max-width: 100%; vertical-align: top; height: auto;}
img[src$=".svg"] {width: 100%;}

/* 4. Link
------------------------------------------------------------------------------*/
a{ color:#4777ac; transition: background-color 0.3s ease 0s, color 0.3s ease 0s; }
a:hover{ color:#000; text-decoration: underline; }
a:focus {outline: none;}

/* 5. Forms
------------------------------------------------------------------------------*/
form label {color:#000; font-size:16px; font-weight:400; line-height:1.5;  margin-bottom:10px; display: block;}
input, 
textarea, 
button { font-family: 'CircularStdMedium';  }
input[type="text"],
input[type="submit"],
input[type="button"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {-webkit-appearance: none; outline: none;border-radius: 0;}

input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="tel"], 
input[type="search"],
input[type="number"],
textarea { border:1px solid #919194; padding:14px 20px; color:#000; font-size:20px;font-weight: 400; width: 100%; border-radius: 4px; -webkit-border-radius: 4px; background-color: #F7F7F7; font-family: 'CircularStdBook'; font-weight: 400; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}

textarea{ height:150px; resize:none; overflow: auto; padding: 10px 15px; }

input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {border-color: #2765CF;box-shadow: 0px 3px 20px #2765CF80; -webkit-box-shadow: 0px 3px 20px #2765CF80; background-color: #fff;}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {-webkit-appearance: button; cursor: pointer; padding: 0 15px; height: 60px; display: inline-block; vertical-align: top; font-size: 16px; font-family: 'CircularStdBold'; font-weight: 400; line-height: 1.52857143; text-align: center; border: none; box-shadow: 0px 0px 20px #2765CF40; -webkit-box-shadow: 0px 0px 20px #2765CF40; border-radius: 6px; -webkit-border-radius: 6px; color: #fff; background-color: #2765CF; width: 100%; transition: background-color 0.3s ease 0s, color 0.3s ease 0s;    text-transform: uppercase !important; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {background-color: #092E6E; color: #fff;}

input[type="search"] {-webkit-appearance: textfield;}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}

/* placeholder color */
::-webkit-input-placeholder { opacity: 1 !important; color: #AAAAAA; }
:-moz-placeholder { opacity: 1 !important; color: #AAAAAA; }
::-moz-placeholder { opacity: 1 !important; color: #AAAAAA; }
:-ms-input-placeholder { opacity: 1 !important; color: #AAAAAA; }

.form-group {margin-bottom: 30px;}

/* buttons */
.btn { display: inline-block; vertical-align: top; padding: 12px 69px;font-size: 18px; font-family: 'CircularStdBold'; font-weight: 400; line-height: 1.52857143; text-align: center; border: 3px solid #2765CF; border-radius: 0px; color: #fff; background-color: #2765CF; border-radius: 6px;}
.btn:hover,
.btn:focus { color: #fff; background-color: #092E6E; border-color: #092E6E;text-decoration: none}
.btn-sm {padding: 8px 16px; }
.btn-md {padding: 12px 24px;}
.btn-link { color: #98989c; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: 2px; border-bottom: 1px solid #98989c; margin-bottom: 2px; }
.btn-link:hover,
.btn-link:focus{ color: #0eb769; font-weight: 700; text-decoration: none; border-bottom: 1px solid #0eb769; }

/* 6. Tables
------------------------------------------------------------------------------*/
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}
.table-responsive {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar}
.table-bordered{width: 100%;max-width: 100%;text-align: left;}
.table-bordered th, 
.table-bordered td{ vertical-align: bottom;border-bottom: 1px solid #ddd;padding: 10px;}

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* main container */
#wrapper {width: 100%;display: flex;min-height: 100%;position: relative;flex-wrap: wrap;background-color: #fff;justify-content: space-between;align-content: space-between;}
.main-container{width:100%;}
.container {max-width: 1166px;}

/*---- header ----*/
.main-header { width:100%; height:auto; padding: 0; position: fixed; top:0px; z-index: 999; background-color: #fff;}
.main-header .logo{ position: relative; display: inline-block; vertical-align: top; }
#header.fixed{ /*position: fixed; left: 0; top: 0;*/  /*-webkit-animation:slide-down 0.7s;animation:slide-down 0.7s; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);*/  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);}

@media(min-width:1271px) {
	div#wrapper {    padding-top: 143px !important;}
}

@media (min-width:1200px) and (max-width:1270px) { 	
	div#wrapper {    padding-top: 143px !important;}
}
@media (min-width:1024px) and (max-width:1199px) {	
div#wrapper {    padding-top: 127px !important;}
}

@media(max-width:1023px) {	
div#wrapper {    padding-top: 14px !important;}
}


/*@-webkit-keyframes slide-down {0% {opacity: 0;-webkit-transform: translateY(-100%);transform: translateY(-100%);} 100% {opacity: 0.9;-webkit-transform: translateY(0);transform: translateY(0);} }
@keyframes slide-down {0% {opacity: 0;-webkit-transform: translateY(-100%);transform: translateY(-100%);} 100% {opacity: 0.9;-webkit-transform: translateY(0);transform: translateY(0);} }
*/

.phone-call{ display: none; }
.main-header .col-md-8{ text-align: right; padding: 0;}
.main-header .head_top{ background-color:#F6F6F6; display: inline-block; vertical-align: top; position: relative; padding: 7px 20px 7px 20px;}
.main-header .head_top:before{ content: ''; position: absolute; left: -20px; top: 0; width: 40px; height: 100%; display: block; background: #F6F6F6; transform: skew(30deg); -webkit-transform: skew(30deg); z-index: -1; }
.main-header .head_top .menu-top-nav-container{ display: inline-block; vertical-align: middle; }
.main-header .head_top .menu{ margin: 0; padding: 0; }
.main-header .head_top .menu li{ margin: 0; padding: 0 10px; list-style:none; display: inline-block; vertical-align: top; }
.main-header .head_top .menu li a{color: #333333; font-size: 18px; font-family: 'CircularStdBook'; font-weight: 400;}
.main-header .head_top .menu li a:hover{ text-decoration: none; color: #FF7400;}
.main-header .head_phone{ font-size: 28px; color: #FF7400; line-height: 1.3; text-align: right; display: inline-block; vertical-align: middle; padding-left: 40px; text-align: left; background: url(assets/svg/ioc_phone1.svg) left center no-repeat; margin-left:30px; font-family: 'CircularStdBold'; font-weight: 400;}
.main-header .head_phone span{ display: block; font-size: 22px; color: #000000; font-family: 'CircularStdBlack'; font-weight: 400;}
.main-header .head_phone:hover{ text-decoration: none; color: #2765CF;}
.main-header:after{ content: ''; position: absolute; right: 0; top: 0; width: 50%; height: 50px; display: block; background: #F6F6F6; z-index: -1;}


/* responsive nav for small devices */
.hamburger{padding: 0;margin: 0;height: auto;width: auto; text-align: center;background-color: transparent; box-shadow: none; -webkit-box-shadow: none; position: fixed; top: 12px; right: 20px; z-index: 1000;}
.hamburger:not(.close){/* position: fixed;top: 20px;right: 20px;z-index: 1000; */}
.hamburger:hover, 
.hamburger:focus{background-color: transparent;outline: none;}
.hamburger .line{width: 21px;height: 3px;background-color: #919194;display: block;margin: 4px auto; border-radius:2px; -webkit-border-radius:2px;}
.hamburger:hover{cursor: pointer;}
/* .hamburger.close{padding: 10px;} */
.hamburger.close .wrap{ position: relative;width: 21px;height: 25px;display: block;}
.hamburger.close .line{margin: 0;width:100%;position: absolute;top: calc(50% - 2px);transform: rotate(45deg);}
.hamburger.close .line:last-child{transform: rotate(-45deg);}
#menu{position: fixed;top: -100%;left: 0;width:100%;height: 100%;transition: all 0.3s ease-in-out;z-index: 999; padding-top: 50px;}
#mobilenav.is-open #menu{top: 0;}
#mobilenav .nav-logo{padding: 15px;}
#mobilenav ul,
#mobilenav li{padding: 0;margin: 0;list-style: none;position: relative;}
#mobilenav ul ul{display: none;}
#mobilenav .caret{display: block;width: 2.25rem;height: 2.25rem;position: absolute;top: 5px;right: 5px;cursor: pointer;}
#mobilenav .caret:before{left: 0.5rem; -webkit-transform: rotate(45deg); transform: rotate(45deg);} 
#mobilenav .caret:after{right: 0.5rem; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
/* #mobilenav .caret:not(.trigger-caret){pointer-events: none;} */
#mobilenav .caret:before,
#mobilenav .caret:after{ content: ''; top: 1rem; position: absolute; width: 0.75rem; height: 0.1rem; background-color: #2765CF; display: inline-block; -webkit-transition: all 0.2s ease; transition: all 0.2s ease;}
/* #mobilenav .caret:after{transform: rotate(-90deg);transition: all .2s ease;} */
#mobilenav .is-open > .caret:before{-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
#mobilenav .is-open > .caret:after{-webkit-transform: rotate(45deg); transform: rotate(45deg);}
#mobilenav ul a {display: block;padding: 10px 15px;cursor: pointer;z-index: 2;font-size: 16px;text-decoration: none;color: #333333;/* background: #068bcc; */border-bottom: 1px solid rgba(0, 0, 0, 0.1);font-family: 'CircularStdBold'; font-weight: 400;}
#mobilenav .has-sub>a{padding-right: 40px;}
#mobilenav li li a { text-decoration: none;color: #2765CF;background: #fff; font-family: 'CircularStdBook'; font-weight: 400;}
#mobilenav li li li a {padding-left: 50px;}
#mobilenav .nav-backdrop{ position: fixed;height: 100%;width: 100%;background: #F7F7F7;z-index: -1;opacity: 0;visibility: hidden;transition: all 0.4s ease-in;}
#mobilenav.is-open .nav-backdrop{ opacity: 1;z-index: 999;visibility: visible;}
#mobilenav .menu-outer{max-height: calc(100vh - 80px);overflow-y: auto;padding-bottom: 60px;}
#menu .menu-top-nav-container:nth-child(1) ul li a{}

/* nav */
.navigation { width:100%; height:auto; padding:20px 0;}
.navigation ul{ padding: 0; margin: 0; list-style: none; }
.navigation ul li{ padding: 0; margin: 0; list-style: none; display: inline-block; vertical-align: middle; text-align: left;}
.navigation ul li a { display: block; font-size: 18px; color: #333333; padding: 0 8px; font-family: 'CircularStdBook'; font-weight: 400;}
.navigation ul li a:hover{ text-decoration: none; color: #2765CF;}
.navigation .menu-main-menu-container{ display: inline-block;vertical-align: middle; }
.navigation ul li.getfree_btn{ margin-left: 10px; }
.navigation ul li.getfree_btn > a{background: #2765CF; box-shadow: 0px 0px 10px #2765CF80; -webkit-box-shadow: 0px 0px 10px #2765CF80; border-radius: 4px; -webkit-border-radius: 4px; color: #fff; font-size: 18px; font-family: 'CircularStdBold'; font-weight: 400; padding:15px 48px;}
.navigation ul li.getfree_btn > a:hover{background-color: #092E6E;}

.navigation ul li:hover .sub-menu{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity:1;opacity:1; visibility: visible; pointer-events: auto; top: 100%;}
.navigation ul li{ position: relative; }
.navigation ul li.current_page_item > a, .navigation ul li.current-page-ancestor > a{ color: #2765CF; }
.navigation ul li > a:after{content: '';position: absolute; width: 100%;height: 40px;left: 0;bottom: -40px;}
.navigation ul li .sub-menu{ position: absolute; left: 0; top: 90%; min-width: 250px; background: #fff; z-index: 99; padding:20px 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0; opacity:0; visibility: hidden; pointer-events: none; box-shadow: 0px 0px 10px #00000029; -webkit-box-shadow: 0px 0px 10px #00000029; margin: 25px 0; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; border-radius: 6px; -webkit-border-radius: 6px;}
.navigation ul li .sub-menu:before{ content: ''; position: absolute; left: 60px; top: -19px; width: 0; height: 0; border-style: solid; border-width: 0 14px 20px 14px;border-color: transparent transparent #ffffff transparent; z-index: 1; }
.navigation ul li .sub-menu:after{ content: ''; position: absolute; left: 60px; top: -20px; width: 0; height: 0; border-style: solid; border-width: 0 14px 20px 14px;border-color: transparent transparent #00000029 transparent; }
.navigation ul li .sub-menu li{ padding: 0; margin: 0; display: block;}
.navigation ul li .sub-menu li:first-child{ border-top:none; }
.navigation ul li .sub-menu li a{ padding: 8px 17px; border-radius: 0; -webkit-border-radius: 0; color: #333333; background: none; text-transform: none;  }
.navigation ul li .sub-menu li.current-menu-item, .navigation ul li .sub-menu li:hover{ color: #2765CF;}
.navigation ul li .sub-menu li.current-menu-item a, .navigation ul li .sub-menu li:hover a{ color: #2765CF; }



/*---- footer ----*/
.main-footer { width:100%; height:auto; background:#F7F7F7; line-height: normal;}
.main-footer .footer_upper{ padding: 40px 0 15px; }
.main-footer .footer_upper .container{ position: relative; }
.main-footer .footer_upper h2{ font-size: 18px; color: #092E6E; font-family: 'CircularStdBold'; font-weight: 400; margin: 0 0 5px; padding: 0;}
.main-footer .footer_upper ul{ margin: 0 0 15px; padding: 0; }
.main-footer .footer_upper ul li{ margin: 0 10px 5px 0; padding: 0; list-style: none; display: inline-block; vertical-align: top;}
.main-footer .footer_upper ul li a{color: #919194; font-size: 18px; font-family: 'CircularStdBook'; font-weight: 400; display: block;}
.main-footer .footer_upper ul li a:hover{ text-decoration: none; color: #000; }
.main-footer .footer_lower{ padding: 30px 0;}
.main-footer .footer_lower ul{ margin: 0; padding: 0; }
.main-footer .footer_lower ul li{ margin: 0 10px 5px 0; padding: 0; list-style: none; display: inline-block; vertical-align: top;}
.main-footer .footer_lower ul li a{color: #919194; font-size: 18px; font-family: 'CircularStdBook'; font-weight: 400; display: block;}
.main-footer .footer_lower ul li a:hover{ text-decoration: none; color: #000; }
.main-footer .footer_lower p{color: #919194; font-size: 18px;font-family: 'CircularStdBook'; font-weight: 400; display: inline-block; vertical-align: top; text-align: left; line-height: 1.3;}
.main-footer .footer_lower .col-md-6 + .col-md-6{ text-align: right; padding: 0; }
.main-footer .footer_mid{ padding: 5px 0; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC;}
.main-footer .footer_mid .social-icons a{ display: inline-block; vertical-align: top; width: 50px; height: 50px; background-repeat: no-repeat; background-size: contain; }
.main-footer .footer_mid .social-icons a.facebook{ background-image:url(assets/svg/ioc_facebook.svg); }
.main-footer .footer_mid .social-icons a.facebook:hover{ background-image:url(assets/svg/ioc_facebook_hover.svg); }
.main-footer .footer_mid .col-md-6 + .col-md-6{ text-align: right; }
.main-footer .footer_mid .footer_phone{ font-size: 28px; color: #FF7400; line-height: 1.2; text-align: right; display: inline-block; vertical-align: middle; padding-left: 45px; text-align: left; background: url(assets/svg/ioc_phone.svg) left center no-repeat; margin-left: 10px; font-family: 'CircularStdBlack'; font-weight: 400;}
.main-footer .footer_mid .footer_phone span{ display: block; font-size: 18px; color: #000000; font-family: 'CircularStdBold'; font-weight: 400;}
.main-footer .footer_mid .footer_phone:hover{ text-decoration: none; color: #2765CF;}

/*--------- home page ------------*/
/* banner part */
.home_banner{ position: relative; overflow:hidden; background-size: cover; background-position: center; background-repeat: no-repeat; padding: 20px 0; z-index: 1;}
.home_banner:after{ content: ''; position: absolute; left: 0; top: 0; background: #FF7400; box-shadow: 0px 0px 99px #FF7400E6; -webkit-box-shadow: 0px 0px 99px #FF7400E6; opacity: 0.79; top: -750px; left: -20vw; width: 71.66666666666667vw;height: 1280px; z-index: -1; border-radius: 50%; -webkit-border-radius: 50%;}
.home_banner .container{ position: relative; }
.home_banner .home_banner_blk{ display: inline-block; vertical-align: top; text-align: left; background-color: #fff; box-shadow: 0px 0px 40px #00000040; -webkit-box-shadow: 0px 0px 40px #00000040; border-radius: 10px; max-width: 450px; width: 100%; padding: 30px 25px;}

.home_banner .home_banner_blk a{ color:#2765CF;}

.home_banner .home_banner_blk h1{color: #000; font-size: 36px; font-family: 'CircularStdBlack'; font-weight: 400; margin: 0 0 10px;}
.home_banner .home_banner_blk p{color: #000; font-size: 18px; font-family: 'CircularStdBook'; font-weight: 400; line-height: 1.4; margin:0 0 5px; }
.home_banner .home_banner_blk .price{ font-size: 80px; color: #FF7400; font-family: 'CircularStdBold'; font-weight: 400; line-height: 1;}
.home_banner .home_banner_blk .price i{ font-style: normal; font-size: 40%; vertical-align: top; padding-top: 8px; display: inline-block;}
.home_banner .home_banner_blk .btn{ background-color: #2765CF;box-shadow: 0px 3px 20px #2765CF80; -webkit-box-shadow: 0px 3px 20px #2765CF80; border-radius: 6px; display: block; height: 60px; font-size: 16px; color: #fff; font-family: 'CircularStdBold'; text-transform: none; line-height: 60px; padding: 0; margin:30px 0 0; border:none;    text-transform: uppercase; }
.home_banner .home_banner_blk .btn:hover{ background-color: #092E6E; }
.home_banner .home_banner_blk ul{ margin: 15px 0 0 0; padding: 0; }
.home_banner .home_banner_blk ul li{ margin: 0 0 12px; padding: 0 0 0 30px;  font-size: 18px; color: #505050; list-style: none; background: url(assets/svg/ioc_tick.svg) 0 0 no-repeat; font-family: 'CircularStdBold'; font-weight: 400; line-height: 1.10; background-size: 18px;}
.home_banner .banner_logo{ position: absolute; right: 15px; bottom: 0; z-index: 1; }

/* Services */
.our_services{background-color: #F7F7F7; padding: 40px 0; text-align: center;}
.our_services .service-blk{ display: block; box-shadow: 0px 0px 10px #2765CF40; -webkit-box-shadow: 0px 0px 10px #2765CF40; border-radius: 6px; -webkit-border-radius: 6px; background-color: #fff; padding: 0; height: 100%; border: 2px solid #2765CF; overflow: hidden;}
.our_services .service-blk svg{ margin: 17px 0; height: 100px; }
.our_services .service-blk svg path{transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
.our_services .service-blk:hover{ text-decoration: none; /* background-color: #FFF2E7; */ border-color: #092E6E;}
.our_services .service-blk:hover h3{ color: #fff; background-color: #092E6E; }
.our_services .service-blk:hover svg path{ fill:#FF7400; }
.our_services .service-blk h3{color: #fff; font-size: 18px; font-family: 'CircularStdBook'; font-weight: 400; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; margin: 0; padding: 14px 5px; background-color: #2765CF; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}

/* Choose Arise Solar */
.choose_arise{ padding: 50px 0;}
.choose_arise h2{color: #092E6E; font-family: 'CircularStdBlack'; font-weight: 400; margin: 0 0 35px; padding: 0; font-size: 28px;}
.choose_arise h2 span{color: #FF7400; text-transform: uppercase; display: block; margin-bottom: 10px;}
.choosearise_con{box-shadow: 0px 0px 20px #0000000D; background-color: #fff; display: flex; flex-wrap: wrap; border-radius: 10px; -webkit-border-radius: 10px; overflow: hidden;}
ul.choose-tabs {margin: 0; padding: 0; list-style: none; width: 330px; border-top: #bdbdbd solid 1px; border-right: #bdbdbd solid 1px; -webkit-border-top-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-bottomleft: 10px; border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
ul.choose-tabs li { margin: 0; cursor: pointer; padding: 35px 40px; background-color: #f6f6f6; color: #505050; position: relative; font-size: 18px; border-top: #bdbdbd solid 1px; border-left: #f6f6f6 solid 1px; line-height: 1.3; position: relative; height: auto; font-family: 'CircularStdMedium'; font-weight: 400;}
ul.choose-tabs li:after{ content: ''; position: absolute; right: -1px; top: 0; width: 1px; height: 100%; background-color: #fff; opacity: 0;}
ul.choose-tabs li:first-child{ border-right: none; border-top: none; -webkit-border-top-left-radius: 10px;-moz-border-radius-topleft: 10px;border-top-left-radius: 10px;}
ul.choose-tabs li:last-child{-webkit-border-bottom-left-radius: 10px;-moz-border-radius-bottomleft: 10px;border-bottom-left-radius: 10px;}
/* ul.choose-tabs li:hover {background-color: #ccc; color: #333; } */
ul.choose-tabs li.active {background-color: #fff; color: #000; display: block; border-right: none; border-left-color:#bdbdbd; font-family: 'CircularStdBold'; font-weight: 400;}
ul.choose-tabs li.active::after{ opacity: 1; }
ul.choose-tabs li:last-child.active {   border-bottom: #BDBDBC solid 1px;}

.choose_container {clear: both; width: calc(100% - 330px); background: #fff; overflow: auto; border-top: 1px solid #BDBDBD;border-right: 1px solid #BDBDBD; border-bottom: 1px solid #BDBDBD; -webkit-border-top-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px;}
.choose_content {padding: 40px 50px; display: none; }
.choose_content h5{color: #000000; font-size: 28px; line-height: 40px; font-family: 'CircularStdBook'; font-weight: 400; margin: 0 0 20px; padding: 0;}
.choose_content p{color: #505050; font-size: 18px; line-height: 36px; font-family: 'CircularStdBook'; font-weight: 400;}
.tab_drawer_heading { display: none; }

/* Premium Brands */
.premium-brands{ padding: 50px 0 100px;  background-color: #F7F7F7;}
.premium-brands h2{color: #092E6E; font-family: 'CircularStdBlack'; font-weight: 400; margin: 0 0 20px; padding: 0; font-size: 28px;}
.premium-brands h2 span{color: #FF7400; text-transform: uppercase; display: block; margin-bottom: 10px;}
.brands-slider .slick-arrow{ width: 90px; height: 90px; font-size: 0; text-indent: -999em; position: absolute; padding: 0; right: 0; bottom: -80px; z-index: 9; background-position: center; background-repeat: no-repeat; padding: 0; background-color: transparent; box-shadow: none; -webkit-box-shadow: none; background-size: contain;}
.brands-slider .slick-arrow:focus{ outline: none; }
.brands-slider .slick-prev{ background-image: url(assets/svg/but_back.svg); right: 65px;}
.brands-slider .slick-next{ background-image: url(assets/svg/but_next.svg); }
.brands-slider .slick-next:hover{background-image: url(assets/svg/but_next_hover.svg);}
.brands-slider { text-align: center; margin: 0 -20px;}
.brands-slider .brand_img{ display: block; box-shadow: 0px 0px 20px #0000000D; -webkit-box-shadow: 0px 0px 20px #0000000D; border: 1px solid #F7F7F7; border-radius: 10px; -webkit-border-radius: 10px; background-color: #fff; padding:11px 20px;display: flex; align-items: center; justify-content: center;height: 107px; overflow: hidden;}
.brands-slider .brand_img svg { max-height: 60px;max-width: 230px;}
.brands-slider .item{ padding: 15px; }
.brands-slider .brand_img img{ display: inline-block; vertical-align: top; }

/* Residential Solar Systems */
.residential_solar{ padding: 50px 0 100px; background-color: #fff; }
.residential_solar h2{color: #092E6E; font-family: 'CircularStdBlack'; font-weight: 400; margin: 0 0 20px; padding: 0; font-size: 28px;}
.residential_solar h2 span{color: #FF7400; text-transform: uppercase; display: block; margin-bottom: 10px;}




.system-slider{ text-align: center; margin: 0 -20px;}
.system-slider .slick-list{ display: flex; flex-wrap: wrap; }
.system-slider .slick-list .slick-track{display: flex;}
.system-slider .system_blk{box-shadow: 0px 0px 10px #0000001A; -webkit-box-shadow: 0px 0px 10px #0000001A; border-radius: 6px; -webkit-border-radius: 6px; background-color: #fff; padding: 60px 20px 30px; border: 1px solid #E9E9E9; position: relative; display: block; height: 100%;}
.system-slider .system_blk:hover{ text-decoration: none; background-color: #FFF2E7; border-color: #FF7400;}
.system-slider .system_blk:hover .btn{background-color: #2765CF; color: #fff;}

.system-slider .system_blk:after{ content: 'POPULAR'; position: absolute; right: 0; top: 0; box-shadow: 0px 0px 20px #0000000D; -webkit-box-shadow: 0px 0px 20px #0000000D; background-color: #FF7400; font-size: 18px; color: #fff; font-family: 'CircularStdMedium'; font-weight: 400; padding: 5px 29px; -webkit-border-top-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-topright: 6px; -moz-border-radius-bottomleft: 6px; border-top-right-radius: 6px; border-bottom-left-radius: 6px; opacity: 0;} 

.system-slider .system_blk.value_selected:after {content: 'value for money'; background-color: #5DA22C; opacity:1; text-transform: uppercase;}
.system-slider .system_blk.selected{ /* background-color: #FFF2E7; */ border-color: #FF7400; box-shadow: 0px 0px 20px #FF740040; -webkit-box-shadow: 0px 0px 20px #FF740040;}


.system-slider .system_blk .save_money {    background: #FFF3E9;    border: 1px solid #FF7400;    border-radius: 4px;   opacity: 0;    color: #000;    font-size: 18px;    font-family: 'CircularStdBold';    text-align: center;    padding: 4px 0;    width: 100%;    display: block;    height: 35px;    margin: 0 0 18px;}

.system-slider .system_blk.selected .save_money{ opacity:1;}
.system-slider .system_blk.value_selected .save_money  { background: #EDFFE1; border: 1px solid #5DA22C; border-radius: 4px;opacity: 1;}


.system-slider .system_blk.selected:after{ opacity: 1; }
.system-slider .system_blk h4{color: #2765CF; font-size: 34px; font-family: 'CircularStdBlack'; font-weight: 400; margin: 0 0 20px; padding: 0;}
.system-slider .system_blk h4 span{color: #505050; font-size: 24px; font-family: 'CircularStdBold'; font-weight: 400; display: block; margin-top: 10px;}
.system-slider .system_blk .readmore{ display: block; font-size: 18px; color: #2765CF; font-family: 'CircularStdBook'; font-weight: 400; margin:20px 0;}
.system-slider .system_blk ul{ margin: 0; padding: 0 }
.system-slider .system_blk ul li{ margin: 0; padding: 3px 0; list-style: none;color: #505050; font-size: 18px; font-family: 'CircularStdBook'; font-weight: 400;}
.system-slider .system_blk .btn{border: 3px solid #2765CF; border-radius: 6px; -webkit-border-radius: 6px; color: #2765CF; font-size: 18px; font-family: 'CircularStdBold'; font-weight: 400; background-color: transparent; display: inline-block; vertical-align: top; margin: 0; text-transform: none; padding: 15px; transition: background-color 0.3s ease 0s, color 0.3s ease 0s; max-width: 360px; width: 100%;}
.system-slider .item{ padding: 15px; }
.system-slider .slick-arrow{ width: 90px; height: 90px; font-size: 0; text-indent: -999em; position: absolute; padding: 0; right: 0; bottom: -80px; z-index: 9; background-position: center; background-repeat: no-repeat; padding: 0; background-color: transparent; box-shadow: none; -webkit-box-shadow: none; background-size: contain;}
.system-slider .slick-arrow:focus{ outline: none; }
.system-slider .slick-prev{ background-image: url(assets/svg/but_back.svg); right: 65px;}
.system-slider .slick-next{ background-image: url(assets/svg/but_next.svg); }
.system-slider .slick-next:hover{ background-image: url(assets/svg/but_next_hover.svg); }

/* Commercial Solar Systems */
.commercial_solor{background-color: #F7F7F7;}
.reviews_experience{ padding: 50px 0 20px;}
.reviews_experience h3{color: #092E6E; font-size: 28px;  font-family: 'CircularStdBlack'; font-weight: 400; margin: 0 0 20px; padding: 0;}
.review_slider .slick-dots{ margin: 0; padding: 0; text-align: center;}
.review_slider .slick-dots li{ margin: 0 5px; padding: 0; display: inline-block; vertical-align: top;}
.review_slider .slick-dots li button{ display: block; font-size: 0; text-indent: -999em;  width: 21px; height: 20px; background-color: #AAAAAA ; border-radius: 50%; -webkit-border-radius: 50%; padding: 0; box-shadow: none; -webkit-box-shadow: none;}
.review_slider .slick-dots li.slick-active button{background-color: #2765CF;}
.review_slider .slick-dots li button:focus{ outline: none; }
.review_slider .item{ padding-bottom: 0; }
.review_blk{ display: flex; flex-wrap: wrap; position: relative; padding: 30px 0; min-height: 500px; align-items: center;}
.review_blk .review_blk_l{ max-width: 750px; background-color: #092E6E; padding: 40px; box-shadow: 0px 0px 20px #25365540; -webkit-box-shadow: 0px 0px 20px #25365540; border-radius: 10px; -webkit-border-radius: 10px; position: relative;}
/* .review_blk .review_blk_l:after{ content: ''; position: absolute; left: -85px; right: 0; bottom: -85px; margin: 0 auto; width: 222px; height: 222px; background-color: #FF7400; z-index: -1; border-radius: 50%; -webkit-border-radius: 50%;} */
.review_blk .review_blk_l p{color: #FFFFFF; font-size: 22px; font-family: 'CircularStdBook'; font-weight: 400; line-height: 1.4;}
.review_blk .review_blk_l .btn{box-shadow: 0px 3px 20px #2765CF80; -webkit-box-shadow: 0px 3px 20px #2765CF80; border: 3px solid #2765CF; border-radius: 6px; -webkit-border-radius: 6px; /* width: 558px; */ height: 60px; font-size: 18px; color: #FFFFFF; background-color: transparent; padding: 0 33px 0 80px; line-height: 54px; text-align: left; position: relative;  text-transform: none; font-family: 'CircularStdBook'; font-weight: 400; margin: 30px 0 0 0;}
.review_blk .review_blk_l .btn:hover{ background-color: #092E6E; border-color: #092E6E; box-shadow: 0px 3px 20px #2765CF80; -webkit-box-shadow: 0px 3px 20px #2765CF80;}
.review_blk .review_blk_l .btn:hover::after{ background-color: #fff; background-image: url(assets/images/btn-arrow-hover.png)}
.review_blk .review_blk_l .btn:after{ content: ''; background: #2765CF url(assets/images/btn-arrow.png) center no-repeat; width: 38px; height: 38px; border-radius: 50%; -webkit-border-radius: 50%; display: block; position: absolute; left: 24px; top: 0; bottom: 0;margin: auto 0;  transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; background-size: 15px;}
.review_blk .review_blk_r{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); max-width: 580px; z-index: -1;}
.review_blk .review_blk_r img{ border-radius: 10px; -webkit-border-radius: 10px; }

/* Product Review */
.product_review{padding: 40px 0 100px; }
.product_review .product-heading{ text-align: center; max-width: 1080px; margin: 0 auto; width: 100%;}
.product_review .product-heading h3{ color: #002652; font-size: 28px;font-family: 'CircularStdBlack'; font-weight: 400; margin: 0 0 30px; padding: 0; }
.product_review .product-heading p{color: #333333; font-size: 18px; line-height: 42px; font-family: 'CircularStdBook'; font-weight: 400; display: none;}
.product_review .product-heading p a{ font-size: 30px; color: #2765CF; text-decoration: underline; }
.reviewproduct-slider{ text-align: center; padding: 30px 0; display: none !important;}
.reviewproduct-slider .item{ padding: 0 20px; }
.reviewproduct-slider .item > img{ display: inline-block; vertical-align: top; }
.reviewproduct-slider .reviewproduct_blk{box-shadow: 0px 0px 20px #0000000D; -webkit-box-shadow: 0px 0px 20px #0000000D; border: 1px solid #E9E9E9;
border-radius: 10px; background-color: #fff; padding: 45px 30px; margin-top: 20px;}
.reviewproduct-slider .reviewproduct_blk p{color: #707070; font-size: 24px; line-height: 36px; font-family: 'CircularStdBook'; font-weight: 400; margin: 0 0 40px;}
.reviewproduct-slider .reviewproduct_blk .reviewproduct-title{ display: block;color: #FF7400; font-size: 24px; font-family: 'CircularStdBold'; font-weight: 400;}
.reviewproduct-slider .slick-arrow{ width: 100px; height: 100px; font-size: 0; text-indent: -999em; position: absolute; padding: 0; right: 0; bottom: -100px; z-index: 9; background-position: center; background-repeat: no-repeat; padding: 0; background-color: transparent; box-shadow: none; -webkit-box-shadow: none;}
.reviewproduct-slider .slick-arrow:focus{ outline: none; }
.reviewproduct-slider .slick-prev{ background-image: url(assets/svg/but_back.svg); right: 100px;}
.reviewproduct-slider .slick-next{ background-image: url(assets/svg/but_next.svg); }
.reviewproduct-slider .slick-next:hover{ background-image: url(assets/svg/but_next_hover.svg); }

/* Bottom Tabs */
.bottomtabs_sec{ padding: 50px 0; }
.bottomtabs_sec .bottomtabs_blk{box-shadow: 0px 0px 20px #0000000D; -webkit-box-shadow: 0px 0px 20px #0000000D; border-radius: 6px; -webkit-border-radius: 6px; background-color: #fff; overflow:hidden;}
ul.bottom_tabs {margin: 0; padding: 0; list-style: none; width: 100%; clear: both; overflow: hidden; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px;}
ul.bottom_tabs li {float: left; margin: 0; cursor: pointer; padding: 30px 65px; background-color: #DBDBDB; color: #002652; overflow: hidden; position: relative; width: 50%; font-size: 28px; font-family: 'CircularStdBlack'; font-weight: 400; line-height: 1.3; list-style:none; border-left:transparent solid 1px; border-right:transparent solid 1px; border-top:transparent solid 1px;}
ul.bottom_tabs li:nth-child(1){-webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px;}
ul.bottom_tabs li:nth-child(2){-webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; border-top-right-radius: 6px;}
ul.bottom_tabs li span{ display: block; color: #FF7400; text-transform: uppercase; font-family: 'CircularStdBold'; font-weight: 400;}
ul.bottom_tabs li strong{ display: inline-block; vertical-align: top; font-weight: 400; text-align: left; }
ul.bottom_tabs li.active {background-color: #fff; border-color: #919194;}
.bottomtab_container {clear: both; width: 100%; background: #fff; /* overflow: auto; */ border-left: #919194 solid 1px; border-bottom: #919194 solid 1px; border-right: #919194 solid 1px; -webkit-border-bottom-right-radius: 6px;-webkit-border-bottom-left-radius: 6px;-moz-border-radius-bottomright: 6px;-moz-border-radius-bottomleft: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px; }
.bottomtab_content {padding: 20px 55px 20px 65px; display: none; }
.bottomtab_content .bottomtab-con{ padding: 50px 0 0 0; }
.bottomtab_content .bottomtab-con ul{ margin: 0; padding: 0; }
.bottomtab_content .bottomtab-con ul li{ margin: 0 0 15px; padding: 0 0 0 30px;  font-size: 18px; color: #505050; list-style: none; background: url(assets/svg/ioc_tick.svg) 0 0 no-repeat; font-family: 'CircularStdBook'; font-weight: 400; line-height: 1; background-size: 18px;}
.bottomtab-img{}
.bottomtab_content > .row > .col-md-6 + .col-md-6{ text-align: right; }
.bottomtab_form{ max-width: 645px; display: inline-block; vertical-align: top; text-align: left; }
.bottomtab_form form label{ display: block; color: #FF7400; font-size: 18px; font-family: 'CircularStdBook'; font-weight: 400; line-height: 1; margin:15px 0 3px 0;}
.bottomtab_form form .checkbox-blk{ margin-bottom: 0; }
.bottomtab_form form .checkbox-blk span{ display: block; }
.bottomtab_form form .checkbox-blk br{ display: none; }
.bottomtab_form form .checkbox-blk .wpcf7-form-control-wrap .wpcf7-list-item{ margin: 0; color: #333333; font-size: 24px; font-family: 'CircularStdBook'; font-weight: 400; position: relative; padding-left: 45px; margin: 3px 0; line-height: 1.4; display: block;}
.bottomtab_form form .checkbox-blk label ~ span{ margin:7px 0; }
.bottomtab_form form .checkbox-blk label{margin-bottom: 20px; margin-top: 0; }
.bottomtab_form form .checkbox-blk i{  }
/*.bottomtab_form form .accept-check{ position: relative; margin-top: 5px; font-size: 18px; line-height: 30px; color: #707070; font-family: 'CircularStdBook'; font-weight: 400;}*/

.bottomtab_form form .accept-check {    position: relative;    margin-top: 5px;    font-size: 14px;    line-height: 20px;    color: #333333;    font-family: 'CircularStdBook';    font-weight: 400;    padding-left: 31px;}

.bottomtab_form form1 .accept-check > span{ margin-right: 10px; position: absolute; left: 0; top:5px; }

.bottomtab_form form [type=checkbox]:checked + .check-box:before, .bottomtab_form [type=radio]:checked + .check-box:before {    content: '';    display: block;    width: 5px;    height: 11px;    margin-left: 20px;    border: solid #fff;    border-width: 0 2px 2px 0;    transform: rotate(45deg);    transition: 0.1s;    margin: auto;    position: relative;    top: 2px;}

.bottomtab_form .accept-check span.wpcf7-form-control-wrap {    position: absolute;    left: 0;}
.bottomtab_form .accept-check .check-box { border-width:1px; border-radius:0px;}
.bottomtab_form form .accept-check a {    font-size: 100%;    color: #2765CF;}






.check-wrap{ position: absolute; margin-right: 10px; display: inline-block; vertical-align: middle; left: 0; top:0;}
.check-wrap input[type="checkbox"] { opacity: 	0; position: absolute; width: 100%; height: 100%; z-index: 1; cursor:pointer;}
.check-box {width: 20px; height: 20px; background: #F7F7F7; display: inline-block; cursor: pointer; position: relative; top: 0; border: 2px solid #919194; border-radius: 6px; -webkit-border-radius: 6px; }
[type=checkbox]:checked + .check-box:before, [type=radio]:checked + .check-box:before {content: ''; display: block; width: 8px; height: 18px; margin-left: 20px; border: solid #fff; border-width: 0 3px 3px 0; transform: rotate(45deg); transition: 0.1s; margin: auto; position: relative;
    top: 3px;} 
[type=checkbox]:checked + .check-box, [type=radio]:checked + .check-box {background-color: #2765CF; border-color: #2765CF; transition: 0.5s; }

.radio-wrap{ position: absolute; margin-right: 10px; display: inline-block; vertical-align: middle; left: 0; top:0;}
.radio-wrap input[type="radio"] { opacity: 	0; position: absolute; width: 100%; height: 100%; z-index: 1; cursor: pointer;}
.radio-box {width: 25px; height: 25px; background: #fff ; display: inline-block; cursor: pointer; position: relative; top: 0; border: 2px solid #919194; border-radius: 50%; -webkit-border-radius: 50%; }
[type=radio]:checked + .radio-box:before {content: ''; display: block; width: 7px; height: 14px; margin-left: 20px; border: solid #fff; border-width: 0 3px 3px 0; transform: rotate(45deg); transition: 0.1s; margin: auto; position: relative;
    top: 3px;} 
[type=radio]:checked + .radio-box {background-color: #2765CF; border-color: #2765CF; transition: 0.5s; }
.bottomtab_form form .submit-btn{ margin-top:20px; padding:0px; margin-left:15px; margin-right:15px; }
/* .bottomtab_form form .submit-btn .ajax-loader{ position: absolute; right: 0; bottom: 0; } */
.bottomtab_form form .bottom_text{text-align: center;}
.bottomtab_form form .bottom_text p{  font-size: 18px; color: #FF7400; font-family: 'CircularStdMedium'; font-style: italic; margin: 5px 0 0 0;}
.bottomtab_form form .bottom_text p span{color: #FF7400;}
.bottomtab_form form input.wpcf7-not-valid{ border-color: red !important; background-color: #fff;}
.bottomtab_form form .wpcf7-not-valid-tip{ display: none; }
.bottomtab_form form textarea{ height: 54px; }

/* Queensland Government */
.queensland_government{ background-color: #FF7400; padding: 30px 0;}
.queensland_government h3{ color: #fff; font-size: 28px; font-family: 'CircularStdBlack'; font-weight: 400; margin: 0 0 10px; line-height: 1.3;}
.queensland_government p{ color: #fff; font-size: 18px; font-family: 'CircularStdBook'; font-weight: 400; margin-bottom: 20px; line-height: 1.6;}
.queensland_government p strong{font-family: 'CircularStdBlack'; font-weight: 400;}

/* Easy-Peasy with Arise Solar */
.easy_peasy{ background-color: #F7F7F7; padding: 50px 0;  text-align: center; }
.easy_peasy h3{color: #092E6E; font-size: 28px; font-family: 'CircularStdBlack'; font-weight: 400; margin: 0 0 10px; padding: 0;}
.easy_peasy p{color: #000; font-size: 18px; line-height: 1.4; font-family: 'CircularStdBook'; font-weight: 400;}
.easy-slider{ margin: 40px 0; }
.easy-slider .item{ padding: 15px;}
.easy-slider .easy_blk{box-shadow: 0px 0px 10px #0000001A; -webkit-box-shadow: 0px 0px 10px #0000001A; border-radius: 6px; -webkit-border-radius: 6px;   background-color: #fff; padding: 30px 20px;}
.easy-slider .easy_blk h5{ font-size: 18px; font-family: 'CircularStdBold'; font-weight: 400; margin: 20px 0; padding: 0; }
.easy-slider .easy_blk p{color: #505050; font-size: 18px; line-height: 1.6; font-family: 'CircularStdBook'; font-weight: 400;}
.easy-slider .easy_blk .number{ background-color: #FF7400; width: 50px; height: 50px; border-radius: 50%; -webkit-border-radius: 50%; font-size: 30px; font-family: 'CircularStdBold'; font-weight: 400; text-align: center; line-height: 50px; display: block; margin: 0 auto; color: #fff;}
.easy-slider .slick-arrow{ width: 90px; height: 90px; font-size: 0; text-indent: -999em; position: absolute; padding: 0; right: 0; bottom: -80px; z-index: 9; background-position: center; background-repeat: no-repeat; padding: 0; background-color: transparent; box-shadow: none; -webkit-box-shadow: none; background-size: contain;}
.easy-slider .slick-arrow:focus{ outline: none; }
.easy-slider .slick-prev{ background-image: url(assets/svg/but_back.svg); right: 65px;}
.easy-slider .slick-next{ background-image: url(assets/svg/but_next.svg); }
.easy-slider .slick-next:hover{ background-image: url(assets/svg/but_next_hover.svg); }

/* Things you should know */
.things_should{ background-color: #F7F7F7; padding: 70px 0; display: none;}
.things_should h4{color: #002652; font-size: 30px; font-family: 'CircularStdBold'; font-weight: 400; margin: 0 0 10px;}
.things_should p{color: #919194; font-size: 22px; line-height: 40px; font-family: 'CircularStdBook'; font-weight: 400;}

/* Back to Top */
#toTop{ width: 50px; height: 50px; background: url(assets/svg/but_top.svg) center no-repeat; display: block; cursor: pointer; position: absolute; right: 15px; top: -65px; background-size: contain;}

/* Fancybox Model */
.fancybox-content.obligation-modal {max-width: 900px; width: 94%; overflow: hidden; transform: translateY(-50px); transition: all .7s; display: none; box-shadow: 0px 0px 40px #00000033; -webkit-box-shadow: 0px 0px 40px #00000033; border-radius: 10px; -webkit-border-radius: 10px; padding: 0; display: flex; flex-wrap: wrap;}
.fancybox-content.obligation-modal .row{ margin: 0; }
.fancybox-content.obligation-modal .obligation_r{ width: 62.5%;}
.fancybox-content.obligation-modal .obligation_con{ padding: 30px 35px 25px 35px; }
.fancybox-content.obligation-modal .obligation-img{ background-repeat: no-repeat; background-size: cover; background-position: center top; width: 37.5%;}
.obligation_con h4{ color: #000; font-size: 28px;font-family: 'CircularStdBlack'; font-weight: 400; margin: 0 0 5px; }
.obligation_con p{color: #333333; font-size: 18px;font-family: 'CircularStdBook'; font-weight: 400;}
.obligation_con form label{display: block; color: #FF7400; font-size: 18px; font-family: 'CircularStdBook'; font-weight: 400; line-height: 1; margin: 15px 0 5px 0;}
.obligation_con form .accept-check{ position: relative; margin-top: 5px; font-size: 16px; line-height: 1.4; color: #707070;}
.obligation_con form .accept-check > span{ margin-right: 10px; position: absolute; left: 0; top:5px; }
.obligation_con form .submit-btn{ margin-top:20px; position: relative; }
/* .obligation_con form .submit-btn .ajax-loader{ position: absolute; right: 0; bottom: 0; } */
div.wpcf7 .ajax-loader {background-image: url(assets/images/ajax-loader.gif); background-size: 16px; }
div.wpcf7 .ajax-loader::before {content: 'Please Wait..'; position: absolute; color: #fff; left: 0; width: 100%; text-align: center; top: 30px; }
.ajax-loader.is-active {position: absolute; width: 100% !important; left: 0 !important; background-color: rgba(0,0,0,0.8) !important; background-repeat: no-repeat; text-align: center; left: 0; height: 100% !important; margin: 0 !important; background-position: 50% 7px; border-radius: 6px; -webkit-border-radius: 6px; }
div.wpcf7 .ajax-loader.is-active {visibility: visible; }
.wpcf7 form .wpcf7-response-output{ margin:10px 0; }
.obligation_con form .bottom_text{text-align: center;}
.obligation_con form .bottom_text p{  font-size: 18px; color: #FF7400; font-family: 'CircularStdMedium'; font-style: italic; margin: 10px 0 0 0;
    line-height: 1;}
.obligation_con form input[type="text"], .obligation_con form input[type="password"], .obligation_con form input[type="email"], .obligation_con form input[type="tel"], .obligation_con form input[type="search"], input[type="number"], .obligation_con form textarea{ height: 55px; }
.obligation_con form .row{ margin: 0; }
.obligation_con form .row .col-md-12{ padding: 0; }
.obligation_con form .radio-blk label{ margin: 0 0 10px; }
.obligation_con form .radio-blk .wpcf7-list-item{ display: block; margin: 5px 0;color: #333333; font-size: 18px;font-family: 'CircularStdBook'; font-weight: 400; position: relative; padding-left: 35px;  line-height: 1.4;}
.obligation_con form .wpcf7-not-valid-tip{ display: none; }
.obligation_con form input.wpcf7-not-valid{border-color: red !important; background-color: #fff;}
#obligationModal, #RequestModal , #RequestModalNSW{ display: none; }
.fancybox-slide--html .fancybox-close-small{color: #3a3a3a !important; font-weight: 700; width: 55px; height: 55px;}
.fancybox-slide--html .fancybox-close-small:hover{ background-color: transparent !important; }

/*****************/
.obligation_con form .accept-check {    position: relative;    margin-top: 5px;    font-size: 14px;    line-height: 20px;    color: #333333;    font-family: 'CircularStdBook';    font-weight: 400;    padding-left: 31px;}

.obligation_con form1 .accept-check > span{ margin-right: 10px; position: absolute; left: 0; top:5px; }

.obligation_con form [type=checkbox]:checked + .check-box:before, .bottomtab_form [type=radio]:checked + .check-box:before {    content: '';    display: block;    width: 5px;    height: 11px;    margin-left: 20px;    border: solid #fff;    border-width: 0 2px 2px 0;    transform: rotate(45deg);    transition: 0.1s;    margin: auto;    position: relative;    top: 2px;}

.obligation_con .accept-check span.wpcf7-form-control-wrap {    position: absolute;    left: 0;}
.obligation_con .accept-check .check-box { border-width:1px; border-radius:0px;}
.obligation_con form .accept-check a {    font-size: 100%;    color: #2765CF;}
.obligation_con input[type="submit"] { text-transform:inherit;}

/************/ 

/* Final state */
.fancybox-slide--current .obligation-modal{transform: translateY(0); opacity: 1; }
.fancybox-bg{ background: #000 !important; }
.fancybox-is-open .fancybox-bg{ opacity: 0.5 !important; }

.css-1h5uqsg{box-shadow: 0px 0px 20px #0000000D; -webkit-box-shadow: 0px 0px 20px #0000000D; border: 1px solid #E9E9E9; border-radius: 10px; background-color: #fff; padding: 45px 30px;
    margin-top: 20px;}

/* breadcrumbs */
#breadcrumbs{ background-color: #F7F7F7; padding: 15px 0; font-size: 18px; color: #d4d4d4; font-family: 'CircularStdBook'; font-weight: 400;}
#breadcrumbs a span{color: #333;}
#breadcrumbs span{ padding:0 5px 0 10px; color: #2765CF;}
#breadcrumbs span:first-child{ padding-left: 0; }


.inner_content{ padding: 60px 0; }
.inner_content h2{  color: #092E6E; font-family: 'CircularStdBlack'; font-weight: 400; margin: 0 0 20px; padding: 0; font-size: 28px;}
.inner_content h2 strong{ color: #FF7400; text-transform: uppercase; display: block; margin-bottom: 10px;}
.inner_content p{color: #333; font-size: 18px; line-height: 1.75;font-family: 'CircularStdBook'; font-weight: 400;}

/*.guarantee-blk{ text-align: center; margin: 60px 0 0;}*/
.guarantee-blk {    text-align: center;    margin: 0px 0 60px;}
.guarantee-blk .advantage_icon{ background-color: #F7F7F7; border-radius: 50%; -webkit-border-radius: 50%; width: 175px; height: 175px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px;}
.guarantee-blk .advantage_icon svg path{ /*fill: #4f4c4d;*/ stroke: none;}
.guarantee-blk p{color: #505050;font-size: 18px; font-family: 'CircularStdBook'; font-weight: 400;}
.guarantee-blk p strong{color: #FF7400;font-family: 'CircularStdBold';font-weight: 400;display: inline-block;margin-bottom: 5px;}
.guarantee-blk .col-md-4{ margin-top:15px; margin-bottom:15px; }

body.page-template-residential-solar .commercial_solor{ display: none; }
body.page-template-residential-solar.page-id-206 .residential_solar.commercial_solor{ display: block; }
body.page-template-residential-solar.page-id-206 .residential_solar{ display: none; }
body.page-template-residential-solar .residential_solar{ background-color: #F7F7F7; }
body.page-template-residential-solar.page-id-206 .queensland_government{ background-color: #2765CF; }
body.page-template-residential-solar.page-id-206 .queensland_government .btn{ background-color: #FF7400; border-color: #FF7400; }


.install_solar{ margin: 0px 0 40px; }
.install_solar .stick_sidebar {    position: sticky;    top: 150px;}
.install_solar a.install_link {text-align: left;text-decoration: underline;  letter-spacing: 0px; color: #2765CF; opacity: 1; font-size:20px; line-height:28px;  font-family: 'CircularStdBook'; text-decoration:none !important; position:relative;}
.install_solar a.install_solar a.install_link:after {    content: '';    position: absolute;    width: 100%;    height: 2px;    background: #2765CF;    left: 0;    bottom: -4px; transition: all 0.3s ease 0s, color 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s, color 0.3s ease 0s;}
.install_solar a.install_solar a.install_link:hover:after  { width:0px; }

.installsolar_row .installsolar-blk{box-shadow: 0px 0px 20px #0000000D; -webkit-box-shadow: 0px 0px 20px #0000000D; border: 1px solid #E9E9E9; border-radius: 10px; -webkit-border-radius: 10px; background-color: #fff; margin-bottom: 10px; padding: 25px 30px;}
.installsolar_row .installsolar-blk h4{ font-size: 18px; font-family: 'CircularStdBold'; font-weight: 400; color: #000; }
.installsolar_row .installsolar-blk h4 strong{ color: #FF7400; display: block; margin-bottom: 15px;}
.installsolar_row .installsolar-blk p{color: #505050; font-size: 18px; line-height: 36px; font-family: 'CircularStdBook'; font-weight: 400;}
.installsolar_row .installsolar-blk ul{ margin:0; padding:0;}
.installsolar_row .installsolar-blk li{color: #505050; font-size: 18px; font-family: 'CircularStdBook'; font-weight: 400; list-style: none;}
.installsolar_row .installsolar-blk .installsolar_con{ position: relative; padding-right: 160px;}
.installsolar_row .installsolar-blk .installsolar_con .installsolar-icon{ float: right; position: absolute; right: 0; bottom: 0; width: 150px; height: 150px; background-color: #F7F7F7; border-radius: 50%; -webkit-border-radius: 50%; display: flex; padding: 15px;}
.installsolar_row .installsolar-blk:last-child .installsolar_con .installsolar-icon{ background-color: transparent; width: auto; /*max-width: 200px;*/ height: auto; padding: 0;}

.solar_assessment{box-shadow: 0px 0px 20px #0000000D; -webkit-box-shadow: 0px 0px 20px #0000000D; border: 1px solid #E9E9E9; border-radius: 10px; -webkit-border-radius: 10px; background-color: #fff; margin-bottom: 20px;}
.solar_assessment h3{color: #ffffff; font-size: 22px; font-family: 'CircularStdBlack'; font-weight: 400; margin: 0; padding: 17px 5px; background: #23282d; border-radius: 10px 10px 0px 0px; -webkit-border-radius: 10px 10px 0px 0px; text-align: center;}
.solar_assessment .wpcf7{ padding: 5px 25px 10px; }
.solar_assessment .wpcf7 form .wpcf7-not-valid-tip{ display: none; }
.solar_assessment .wpcf7 form input.wpcf7-not-valid{ border-color: red !important; }
.solar_assessment .wpcf7 form label{display: block; color: #FF7400; font-size: 18px; font-family: 'CircularStdBook'; font-weight: 400; line-height: 1;    margin: 15px 0 5px 0;}    
.solar_assessment .wpcf7 form textarea{ height: 55px; }
.solar_assessment .wpcf7 form p{color: #707070; font-size: 14px;}
.solar_assessment .wpcf7 form .submit-btn{ position: relative; margin: 20px 15px 5px; padding:0px}
/* .solar_assessment .wpcf7 form .submit-btn .ajax-loader{ position: absolute; right: 10px; bottom: 10px; } */
.solar_assessment .wpcf7 form .submit-btn input[type="submit"]{ margin: 0; }
.solar_assessment .wpcf7 form .bottom_text{ text-align: center; }
.solar_assessment .wpcf7 form .bottom_text p{ font-size: 18px; color: #FF7400; font-family: 'CircularStdMedium'; font-style: italic;}

.request_callback{background: #FF7400; box-shadow: 0px 0px 20px #0000000D; -webkit-box-shadow: 0px 0px 20px #0000000D; border-radius: 10px; -webkit-border-radius: 10px; padding: 20px 35px;}
.request_callback h3{color: #FFFFFF; font-size: 28px; font-family: 'CircularStdBlack'; font-weight: 400; margin: 0 0 20px; padding: 0;}
.request_callback p{color: #FFFFFF; font-size: 18px;}
.request_callback .btn{ padding:12px 30px; display: block; text-transform: uppercase; font-size: 16px;}

/* Most Trusted  */
.most_trusted{ background-color: #092E6E; padding: 15px 0; text-align: center;}
.most_trusted .col-md-4{ margin-top: 15px; margin-bottom: 15px; }
.most_trusted .trusted_icon{ width: 101px; height: 101px; background-color: #FFFFFF; border-radius: 50%; -webkit-border-radius: 50%; display: flex;    margin: 0 auto 10px; align-items: center; justify-content: center;}
.most_trusted .trusted_icon svg path, .most_trusted .trusted_icon svg circle{ fill:#FF7400; stroke: none;}
.most_trusted h5{color: #FF7400; font-size: 28px;  font-family: 'CircularStdBold'; font-weight: 400; margin: 0;}
.most_trusted p{ margin: 0; padding: 0; color: #FFFFFF; font-size: 18px; font-family: 'CircularStdBook'; font-weight: 400;}

/* Arise Solar Process */
.solar_process{ background-color: #F7F7F7; padding: 50px 0; text-align: center;}
.solar_process .col-md-4{ margin-top: 15px; margin-bottom: 15px; }
.solar_process h4{color: #FF7400; font-size: 28px; font-family: 'CircularStdBlack'; font-weight: 400; margin: 0 0 10px; padding: 0;}
.solar_process p{color: #000000; font-size: 18px; font-family: 'CircularStdBold'; font-weight: 400;}
.solar_process .row{ margin-top:30px; }
.solar_process .process_icon{ background-color: #fff; border-radius: 50%; -webkit-border-radius: 50%;  width: 175px; height: 175px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px;}
.solar_process .process_icon svg path, .solar_process .process_icon svg circle{ /*fill: #4f4c4d;*/ stroke: none; }
.solar_process .row p{color: #505050; font-size: 18px; font-family: 'CircularStdBook'; font-weight: 400;}
.solar_process .row p strong{ color: #FF7400;font-family: 'CircularStdBold'; font-weight: 400; display: inline-block; margin-bottom: 5px;}

.about-welcome h2 strong{ text-transform: none; }
.about-welcome p{font-family: 'CircularStdBold'; font-weight: 400;  color: #000;}

/* Contact Page */
.address_row .address-blk{box-shadow: 0px 0px 20px #0000000D; -webkit-box-shadow: 0px 0px 20px #0000000D; border: 1px solid #E9E9E9; border-radius: 10px; -webkit-border-radius: 10px; background-color: #fff; margin-bottom: 20px; padding: 25px 30px;}
.address_row .address-blk h4{color: #FF7400; text-transform: uppercase; font-size: 18px; font-family: 'CircularStdBold'; font-weight: 400; margin: 0 0 10px;}
.address_row .address-blk p{color: #505050; font-size: 18px; font-family: 'CircularStdBook'; font-weight: 400; position: relative; padding:0 0 0 40px; margin:0;}
.address_row .address-blk p img{ max-width: 27px; position: absolute; left:0; top:0; }

/* Refer A Friend */
.refer_banner{ position: relative; overflow: hidden; background-size: cover; background-position: center; background-repeat: no-repeat; padding: 48px 0; z-index: 1;}
.refer_banner:after{content: ''; position: absolute; left: 0; top: 0; background: #FF7400; box-shadow: 0px 0px 99px #FF7400E6; -webkit-box-shadow: 0px 0px 99px #FF7400E6; opacity: 0.92; top: -700px; left: -7.760416666666667vw; width: 82.66666666666667vw; height: 1399px; z-index: -1; border-radius: 50%; -webkit-border-radius: 50%;}
.refer_banner h1{ color: #FFFFFF; font-size: 40px; font-family: 'CircularStdBlack'; font-weight: 400; line-height: 1.4;}
.refer_banner h2{ color: #fff; font-size: 50px; font-family: 'CircularStdBlack'; font-weight: 400;}
.refer_banner p{ font-size: 18px; font-family: 'CircularStdBook'; font-weight: 400; color: #fff;}
.refer_banner h3{ color: #fff; font-size: 40px; font-family: 'CircularStdBlack'; font-weight: 400; margin: 0 0 20px;}
.refer_banner ol {list-style: none; counter-reset: my-awesome-counter; margin: 0; padding:0;}
.refer_banner ol li {counter-increment: my-awesome-counter; list-style: none; font-size: 18px; color: #fff; font-family: 'CircularStdBook'; font-weight: 400; position: relative; margin:0 0 20px; padding:0 0 0 80px;}
.refer_banner ol li strong{ font-size: 24px; font-family: 'CircularStdBold'; font-weight: 400;}
.refer_banner ol li::before {content: counter(my-awesome-counter); position: absolute; left: 0; top: 0;  width: 40px; height: 40px; background-color: #000; color: #fff; font-size: 30px; font-family: 'CircularStdBold'; font-weight: 400; border-radius: 50%; -webkit-border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.claim_rewarded{background: #FFFFFF; box-shadow: 0px 0px 20px #0000000D; -webkit-box-shadow: 0px 0px 20px #0000000D; border: 1px solid #E9E9E9;border-radius: 10px; -webkit-border-radius: 10px;}
.claim_rewarded h4{background: #000000; border-radius: 10px 10px 0px 0px; -webkit-border-radius: 10px 10px 0px 0px; text-align: center; color: #fff; font-size: 22px; padding:17px 5px; margin:-1px -1px 0; }
.claim_rewarded .wpcf7{ padding:10px 25px; }
.claim_rewarded form h5{ font-size: 18px; color: #000;font-family: 'CircularStdBlack'; font-weight: 400; text-transform: uppercase; margin:10px 0 10px; padding:0;}
.claim_rewarded form input[type="text"], .claim_rewarded form input[type="email"], .claim_rewarded form input[type="tel"]{ margin: 0 0 15px; }
.claim_rewarded form label{display: block; color: #FF7400; font-size: 18px; font-family: 'CircularStdBook'; font-weight: 400; line-height: 1; margin: 0 0 3px 0;}
.claim_rewarded form p.accept-check{ font-size: 16px; color: #707070; margin:0 0 20px; padding:0;}
.claim_rewarded form p{ margin:0; padding:0; position: relative;}
.claim_rewarded form p.bottom_text{font-size: 18px; color: #FF7400; font-family: 'CircularStdMedium'; font-style: italic; text-align: center; margin-top: 5px;}
.claim_rewarded form .ajax-loader{ position: absolute; right: 0; bottom: 0; }
.claim_rewarded form .wpcf7-not-valid-tip{ display: none; }
.claim_rewarded form input.wpcf7-not-valid{ border-color: red !important; }

/* Location */
.location_sec{ margin: 40px 0; }
.location_sec .location_l{background: #FFFFFF; box-shadow: 0px 0px 20px #0000000D; -webkit-box-shadow: 0px 0px 20px #0000000D; border: 1px solid #E9E9E9; border-radius: 10px; -webkit-border-radius: 10px; padding: 30px;}
.location_sec .location_l h4{color: #2765CF; text-transform: uppercase; font-size: 18px; font-family: 'CircularStdBold'; font-weight: 400; margin: 0 0 20px; padding:0;}
.location_sec .location_l p{color: #505050; font-size: 18px; line-height: 1.7;}
.location_sec .location_r{background: #FFFFFF; box-shadow: 0px 0px 20px #0000000D; -webkit-box-shadow: 0px 0px 20px #0000000D; border: 1px solid #E9E9E9; border-radius: 10px; -webkit-border-radius: 10px; padding: 30px 45px;}
.location_sec .location_r h4{color: #FF7400; text-transform: uppercase; font-size: 18px; font-family: 'CircularStdBold'; font-weight: 400; }
.location_sec .location_r ul{ margin: 0; padding:0; }
.location_sec .location_r ul li{ margin: 0; padding:0 0 5px; list-style: none;}
.location_sec .location_r ul li a{ display: block; color: #2765CF; font-size: 18px; font-family: 'CircularStdBook'; font-weight: 400;}
.location_sec .back_btn{background: #FFFFFF; border: 1px solid #2765CF; border-radius: 4px; -webkit-border-radius: 4px; width: 120px; height: 50px; color: #2765CF; font-size: 18px; font-family: 'CircularStdBook'; font-weight: 400; display: flex; align-items: center; justify-content: center; margin: 15px 0;}
.location_sec .back_btn i{ font-style: normal; margin-right:5px; font-size: 28px; }
.location_sec .back_btn:hover{ background-color: #2765CF; color: #fff; text-decoration: none; }

/* 404 & Search */
.banner-404 {position: relative; text-align: center; background: #078bcc; padding: 150px 50px 150px; overflow: hidden; }
.banner-404 img {max-width: 100%; width: auto; display: inline-block; vertical-align: top; }
.main-content.space-medium {padding: 40px 0; }
body.error404 .main-content .container, body.search .main-content .container {max-width: 1040px; margin: 0 auto; width: 92%; }
body.error404 .page-content {padding-top: 40px; }
body.error404 .page-content p {margin-bottom: 15px; font-size: 22px; line-height: 30px; }
body.search .main-content .search-form, body.error404 .main-content .search-form {position: relative; margin-bottom: 40px; }
body.error404 .main-content .search-form label {display: block; }
body.error404 .main-content .search-form label .screen-reader-text {display: block; margin-bottom: 5px; font-size: 18px; }
.screen-reader-text {clip: rect(1px,1px,1px,1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; word-wrap: normal !important; }
body.error404 .main-content .search-form input[type=search] {border: 1px solid #f1f2f7; padding: 5px 20px; color: #000; font-size: 16px; height: 50px; font-weight: 400; width: calc(100% - 100px);	background-color: #f1f2f7; border-radius: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
body.error404 .main-content .search-form input[type="submit"] {position: absolute; right: 0; bottom: 0; width: 120px; height: 50px; text-align: center; padding: 0 20px; /* background: #8eba27; */ text-transform: uppercase;  color: #fff; font-weight: 600; border-radius:0; -webkit-border-radius:0; border:none; cursor:pointer;}
body.search .page-title {color: #333; line-height: 1.2; font-weight: 700; font-family: inherit; font-size: 28px; margin: 20px 0; }
body.search .main-content ul.search-con {margin: 0; padding: 0; }
body.search .main-content ul.search-con li {margin: 0; padding: 0; width: 100%; border-bottom: #ccc solid 1px; padding-bottom: 20px; margin-bottom: 30px; list-style: none; }
body.search .page-content h6 {color: #919191;font-weight: 400; font-size: 14px; margin: 0 0 5px; }
body.search .page-content h4 {font-size: 18px; margin: 0; padding: 0; }
body.search .page-content a {color: #2e2e2e; -webkit-transition: .5s all; transition: .5s all; cursor: pointer; }
body.search .page-content .btn {display: inline-block; -webkit-transition: all .5s ease; transition: all .5s ease; padding: 10px 20px; position: relative; text-align: center; border-radius: 0; border: none; margin: 10px 0; font-size: 16px; color: #fff; /* background: #8eba27; */ font-weight: 600; text-transform: uppercase;}

@media(max-width:767px){
	.banner-404{ padding:200px 50px 100px;}
	body.search .page-title{ font-size:24px;}
	body.search .page-content h6{ font-size:14px;}
	body.search .page-content h4{ font-size:18px;}
	body.search .page-content .btn{ font-size:14px;}
	body.error404 .page-content{ padding-top:20px;}
	body.error404 .main-content .container, body.search .main-content .container{ width:96%;}

}

@media(min-width:1024px){
.system-slider .system_blk ul {    margin: 0 -10px;    padding: 0;}
}

.mobile-layout-main{ /* display: none; */ background-color: #F7F7F7;}
.mobile_footer{ display: none; }
.mob_home_banner{position: relative; overflow: hidden; background-size: cover; background-position: center; background-repeat: no-repeat; padding: 20px; z-index: 1; height:520px;}

.mob_home_banner:after{ content: ''; position: absolute; background: #FF7400; box-shadow: 0px 0px 99px #FF7400E6; -webkit-box-shadow: 0px 0px 99px #FF7400E6; opacity: 0.79; top: -100vw;left: -100vw; width: 194vw; height: 197vw; z-index: -1; border-radius: 50%; -webkit-border-radius: 50%; display:none; }


.mob_home_banner h1{ font-size: 26px; color: #fff; font-family: 'CircularStdBlack'; font-weight: 400;}
.mob_home_banner p{ margin: 0; padding:0; line-height: 1; font-size: 16px; line-height: 22px; color: #FFFFFF; font-family: 'CircularStdBook'; font-weight: 400;}
.mob_home_banner .price{ font-size: 38px; color: #fff; font-family: 'CircularStdBlack'; font-weight: 400;}
.mob_home_banner ul{margin: 15px 0 15px 0; padding: 0;}
.mob_home_banner ul li{font-size: 16px; padding-left: 25px; position: relative; color: #fff; list-style: none; font-family: 'CircularStdBook';  font-weight: 400;}
.mob_home_banner ul li:before{ content: ''; position: absolute; left: 0; top:0; background: url(assets/svg/ioc_tick.svg) 0 0 no-repeat; width: 18px; height: 18px; background-size: contain; 
filter: brightness(0) invert(1);}
.mob_home_banner .mob_banner_logo{position: relative; float: right; max-width: 120px; margin: 10px 0 0 0;}

.as_seen{ background-color: #f2f2f2; text-align: center; padding: 30px 0 20px;}
.as_seen h4{ color: #FF7400; font-size: 22px; margin: 0;}
.as_seen .row{ margin-left: -5px; margin-right: -5px; }
.as_seen .col-3{ padding:0 5px; }
.as_seen .col-3 img{ max-height: 60px; }

.mob_whychoose{ padding: 30px 0; background-color: #fff;}
.mob_whychoose h3{ font-size: 24px; color: #231F20; margin: 0 0 10px; padding:0; line-height: 1.4;}
.mob_whychoose p{ color: #707070; font-size: 16px; line-height: 24px; }

.mob_whychoose_row{ position: relative;}
.mob_whychoose_row .mob_whychoose_blk{position: relative; padding-left: 70px; margin: 20px 0 0;}
.mob_whychoose_row .mob_whychoose_blk p{ color: #505050; font-size: 14px; line-height: 20px; }
.mob_whychoose_row .mob_whychoose_blk p strong{ color: #FF7400; font-size: 16px; font-family: 'CircularStdBold'; font-weight: 400; display: block; margin-bottom: 5px;}
.mob_whychoose_row i{ width: 50px; height: 50px; background-color: #FF7400; border-radius: 50%; -webkit-border-radius: 50%; align-items: center; justify-content: center; display: flex; position: absolute; left: 0; top: 0;}
.mob_whychoose_row i svg path{ fill: #fff;stroke: #fff; stroke-width: 1px;}
.mob_whychoose_row i svg { width: 30px; height: 30px; }


.mob_services{ padding:20px 0; }
.mob_services h2{ color: #FF7400; font-size: 22px; font-family: 'CircularStdBlack'; font-weight: 400; margin: 0 0 20px; line-height: 1.45;}
.mob_service_row .mob_service_blk{ display: flex; box-shadow: 0 0 10px #2765CF40; border: #2765CF solid 1px; border-radius: 4px; -webkit-border-radius: 4px; margin: 15px 0; align-items: center; font-size: 16px; color: #505050; font-family: 'CircularStdBold'; font-weight: 400;}
.mob_service_row .mob_service_blk .mob_service_img{ width: 85px; min-width: 85px; margin-right: 20px; box-shadow: 0 0 10px #2765CF40; border-right: #2765CF solid 1px; padding: 10px; padding:6px 10px;}
.mob_service_row .mob_service_blk .mob_service_img svg{ width: 100%; max-height: 60px;}
.mob_service_row .mob_service_blk .mob_service_img svg path#Path_232, .mob_service_row .mob_service_blk .mob_service_img svg path#Path_234, .mob_service_row .mob_service_blk .mob_service_img svg #noun_solar_energy_1174682 path{ fill: #2765CF; }

.mob_product_review{ background-color: #F2F2F2; padding: 0px 0 30px; text-align: center;}
.mob_product_review h2{ color: #092E6E; font-size: 16px; font-family: 'CircularStdBlack'; font-weight: 400; margin: 0; padding:0; line-height: 1.4;}
.mob_product_review h2 span{ color: #FF7400; font-size: 22px; display: block; }

.reviews_experience.mob_reviews_experience{background-color: #F2F2F2; padding:20px 0;}
.mob_reviews_experience .review_blk .review_blk_l{ width: 100%; }
.mob_reviews_experience .review_slider .slick-dots{ display: none !important; }
.reviews_experience.mob_reviews_experience .slick-arrow{width: 80px; height: 80px; font-size: 0; text-indent: -999em; position: absolute; padding: 0; right: 0; bottom: -20px; z-index: 9; background-position: center; background-repeat: no-repeat; padding: 0; background-color: transparent; box-shadow: none; -webkit-box-shadow: none; background-size: contain;}
.reviews_experience.mob_reviews_experience .slick-arrow:focus{ outline: none; }
.reviews_experience.mob_reviews_experience .slick-arrow.slick-next{background-image: url(assets/svg/but_next.svg)}
.reviews_experience.mob_reviews_experience .slick-arrow.slick-prev{background-image: url(assets/svg/but_back.svg); right: 60px;}
.reviews_experience.mob_reviews_experience .review_slider{ padding-bottom: 30px; }

.mobile_request_callback{ background: #07265C; padding: 30px 0;}
.mobile_request_callback form{ }
.mobile_request_callback form h3{ color: #FFFFFF; font-size: 24px; margin: 0 0 30px; padding:0; font-family: 'CircularStdBlack'; font-weight: 400; text-align: center; line-height: 1.3;}
.mobile_request_callback form p{ color: #FFFFFF; font-size: 16px; font-family: 'CircularStdBold'; font-weight: 400; margin: 0 0 20px;}
.mobile_request_callback form .radio-blk label{ color: #fff; font-size: 18px; font-family: 'CircularStdBold'; font-weight: 400; margin: 0;}
.mobile_request_callback form .radio-blk .wpcf7-radio{ display: flex; flex-wrap: wrap; margin: 0 -5px;}
.mobile_request_callback form .radio-blk .wpcf7-list-item{ display: block; position: relative; margin: 0; width: 50%; padding: 5px;}
.mobile_request_callback form .radio-blk .wpcf7-list-item .wpcf7-list-item-label{ display: block; color: #000000; font-size: 16px; text-align: center; padding:10px 0; position: relative;}
.mobile_request_callback form .radio-blk .wpcf7-list-item .radio-wrap{ width: calc(100% - 10px); height: calc(100% - 10px); margin: auto; display: block; left: 0; right: 0; top: 0; bottom: 0;}
.mobile_request_callback form .radio-blk .wpcf7-list-item .radio-wrap .radio-box{ width: 100%; height: 100%; border: none; border-radius: 2px; -webkit-border-radius: 2px; }
.mobile_request_callback form .radio-blk [type=radio]:checked + .radio-box { background: #FF9F00; }

.mobile_request_callback form .radio-blk .wpcf7-list-item .radio-wrap .radio-box::before{ display: none; }
.mobile_request_callback form input[type="text"], .mobile_request_callback form input[type="email"], .mobile_request_callback form input[type="tel"]{ color: #8D8D8D; font-size: 16px; padding: 15px 20px; margin: 10px 0 0 0; background-color: #fff; border-radius: 2px; -webkit-border-radius: 2px;}
.mobile_request_callback form textarea{color: #000; font-size: 16px; padding: 10px 20px; margin: 10px 0 0 0; height: 40px;}
.mobile_request_callback form p.accept-check{ padding-left: 25px; font-size: 12px; line-height: 16px; font-family: 'CircularStdBook'; font-weight: 400; position: relative;}
.mobile_request_callback form p.accept-check span.acceptance-517{ position: absolute; left: 0; top: 2px;}
.mobile_request_callback form p.accept-check .check-box{ border-radius: 2px; -webkit-border-radius: 2px; border-width: 1px; width: 20px; height: 20px; }
.mobile_request_callback form .submit-btn input[type="submit"]{ background: #FF9F00; border: 1px solid #FF9F00; box-shadow: 0px 0px 4px 5px rgba(255, 159, 0, 0.25); -webkit-box-shadow: 0px 0px 4px 5px rgba(255, 159, 0, 0.25); border-radius: 2px; -webkit-border-radius: 2px; font-size: 18px;}

.mobile_footer{ background: #F8F8F8; padding: 15px 0 84px; }
.mobile_footer p{ font-size: 12px; line-height: 18px; font-family: 'CircularStdBook'; font-weight: 400; color: #707070; margin-bottom: 10px;}
.mobile_footer p:last-child{ margin-bottom: 0; }
.mobile_footer hr{ margin: 10px -25px; border-color: #eee;}

.mobile_sticky, .mobile_sticky_reward{ display: none; }



#mob_obligationModal, #mob_ClaimRewarded, #more_benifits{ border-radius: 10px; -webkit-border-radius: 10px; display: none; }
#mob_obligationModal .obligation_con, #mob_ClaimRewarded .obligation_con{ padding:20px; }
#mob_obligationModal .obligation_con h4, #mob_ClaimRewarded .obligation_con h4{ font-size: 22px; }
#mob_obligationModal .obligation_con p, #mob_ClaimRewarded .obligation_con p{ font-size: 16px; position: relative;}
#mob_ClaimRewarded .obligation_con p div.wpcf7 .ajax-loader{ position: static; }

#mob_obligationModal .obligation_con p.accept-check, #mob_ClaimRewarded .obligation_con p.accept-check{ font-size: 13px; line-height: 19px; padding-left: 35px;}
#mob_obligationModal .obligation_con form label, #mob_ClaimRewarded .obligation_con form label{ display: block; }
#mob_obligationModal .obligation_con form input[type="submit"], #mob_ClaimRewarded .obligation_con form input[type="submit"]{ font-size: 16px; border-radius: 2px; -webkit-border-radius: 2px; box-shadow: 0 0 10px #2765CF80; }
#mob_obligationModal .obligation_con form .accept-check .check-box, #mob_ClaimRewarded .obligation_con form .accept-check .check-box{ width: 25px; height: 25px; border-radius: 4px; -webkit-border-radius: 4px; border-width: 1px; }

.menu_button{position: absolute; bottom: 0; left: 0; width: 100%; background: #FFFFFF; box-shadow: 0 -5px 3px #0000001A; -webkit-box-shadow: 0 -5px 3px #0000001A; padding: 12px 20px;}
.menu_button .btn{ display: block; box-shadow: 0 0 5px #2765CF80; border-width: 2px; background-color: #FFFFFF; border-radius: 2px; -webkit-border-radius: 2px; font-size: 16px; color: #fff;
    text-align: center;
    background: #2765CF;}

.system_slider .system_blk{box-shadow: 0px 0px 10px #0000001A; -webkit-box-shadow: 0px 0px 10px #0000001A; border-radius: 6px; -webkit-border-radius: 6px; background-color: #fff; padding: 40px 20px 20px 20px; border: 1px solid #E9E9E9; position: relative; display: block; height: 100%;}
.system_slider .system_blk:hover{ text-decoration: none; background-color: #FFF2E7; border-color: #FF7400;}
.system_slider .system_blk:hover .btn{background-color: #2765CF; color: #fff;}
.system_slider .system_blk:after{ content: 'POPULAR'; position: absolute; right: 0; top: 0; box-shadow: 0px 0px 20px #0000000D; -webkit-box-shadow: 0px 0px 20px #0000000D; background-color: #FF7400; font-size: 14px; color: #fff; font-family: 'CircularStdMedium'; font-weight: 400; padding: 6px 15px; -webkit-border-top-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-topright: 6px; -moz-border-radius-bottomleft: 6px; border-top-right-radius: 6px; border-bottom-left-radius: 6px; opacity: 0;} 
.system_slider .system_blk.selected{ /* background-color: #FFF2E7; */ border-color: #FF7400; box-shadow: 0px 0px 20px #FF740040; -webkit-box-shadow: 0px 0px 20px #FF740040;}
.system_slider .system_blk.selected:after{ opacity: 1; }
.system_slider .system_blk h4{color: #2765CF; font-size: 24px; font-family: 'CircularStdBlack'; font-weight: 400; margin: 0 0 20px; padding: 0;}
.system_slider .system_blk h4 span{color: #505050; font-size: 18px; font-family: 'CircularStdBold'; font-weight: 400; display: block; margin-top: 5px;}
.system_slider .system_blk .readmore{ display: block; font-size: 16px; color: #2765CF; font-family: 'CircularStdBook'; font-weight: 400; margin:20px 0;}
.system_slider .system_blk ul{ margin: 0; padding: 0 }
.system_slider .system_blk ul li{ margin: 0; padding: 3px 0; list-style: none;color: #505050; font-size: 16px; font-family: 'CircularStdBook'; font-weight: 400;}
.system_slider .system_blk .btn{border: 3px solid #2765CF; border-radius: 6px; -webkit-border-radius: 6px; color: #2765CF; font-size: 16px; font-family: 'CircularStdBold'; font-weight: 400; background-color: transparent; display: inline-block; vertical-align: top; margin: 0; text-transform: none; padding: 10px; transition: background-color 0.3s ease 0s, color 0.3s ease 0s; max-width: 360px; width: 100%;}
.system_slider .col-md-3{ margin-top:10px; margin-bottom:10px; }

.mob_banner_bottom_text{ text-align: center; background-color: #092E6E; font-size: 22px; font-family: 'CircularStdBold'; font-weight: 400; color: #fff; padding: 10px 15px;line-height: 1.4;}

.mob_install_solar{ clear: both; overflow: hidden;}
.mob_install_solar .installsolar-blk{ background-color: #fff; border-radius: 6px; -webkit-border-radius: 6px; padding:40px 30px 20px 30px; box-shadow: 0 0 10px #00000040; -webkit-box-shadow: 0 0 10px #00000040; border-radius: 6px; -webkit-border-radius: 6px; margin: 45px 0; position: relative;}
.mob_install_solar .installsolar-blk h4{ color: #000000; font-size: 16px; font-family: 'CircularStdBold'; font-weight: 400;}
.mob_install_solar .installsolar-blk h4 strong{ display: block; font-size: 18px; color: #FF7400; font-weight: 400; margin-bottom:15px;}
.mob_install_solar .installsolar-blk ul{ margin:0 0 17px 17px; padding:0;}
.mob_install_solar .installsolar-blk ul li{ font-size: 16px; color: #505050; line-height: 22px; font-family: 'CircularStdBook'; font-weight: 400; margin:0; padding:0 0 8px;}
.mob_install_solar .installsolar-blk .btn{ background-color: #fff; color: #2765CF; font-size: 16px; border-radius: 4px; -webkit-border-radius: 4px; border-width: 2px; box-shadow: 0 0 10px #2765CF80; -webkit-box-shadow: 0 0 10px #2765CF80; padding: 10px 20px; width:100%}
.mob_install_solar .installsolar-blk .installsolar-icon{ position: absolute; left: 0; right: 0; margin: 0 auto; top: -25px; width: 50px; height: 50px; background: #FF7400; border-radius: 50%; -webkit-border-radius: 50%; padding: 10px; display: flex;}
.mob_install_solar .installsolar-blk .installsolar-icon img{filter: brightness(100) invert(0); }

.mob_banner_height{ height: 480px; }
body.page-id-275 .mob_banner_height, body.page-id-474 .mob_banner_height{ height: 544px; }


.mob_banner_height .mob_banner_logo{ position: absolute; right: 10px; bottom: 10px;}


.mob_inner_banner{ position: relative; }
.mob_inner_banner h1{ background-color: #092E6E; font-size: 26px; color: #FFFFFF; font-family: 'CircularStdBlack'; font-weight: 400; margin:0; padding:0; padding:22px 20px;}
.mob_inner_banner .mob_banner_image{ display: block; position: relative;}
.mob_inner_banner .mob_banner_text{ padding:20px; }
.mob_inner_banner .mob_banner_text p{ font-size: 16px; color: #333333; font-family: 'CircularStdBook'; font-weight: 400; line-height: 1.4;}
.mob_inner_banner .mob_banner_logo{position: absolute; float: right; max-width: 120px; margin: 0; right: 15px; bottom: 15px;}


.mob_whychoose1{ background-color: #F2F2F2; }
.mob_whychoose1 h3{ color: #FF7400; }

#mob_ClaimRewarded p{ margin-bottom: 10px; }
#mob_ClaimRewarded h5{ font-size: 16px; text-transform: uppercase; margin:15px 0 0 0;} 
#mob_ClaimRewarded form label{ margin:10px 0 0; font-family: 'CircularStdBook'; font-weight: 400;}
#mob_ClaimRewarded .accept-check, #mob_ClaimRewarded .bottom_text{ display: none; }



/**************/

.obligation_con form .radio-blk label{ color: #FF7400; font-size: 16px; font-family: 'CircularStdBold'; font-weight: 400;}
.obligation_con form .radio-blk .wpcf7-radio {    display: flex;    flex-wrap: wrap;    margin: 0 -5px;    border: #919194 solid 1px;    border-radius: 4px;  }
.obligation_con form .radio-blk .wpcf7-list-item{ display: block; position: relative; margin: 0; width: 25%; padding: 5px 0px ; }
.obligation_con form .radio-blk .wpcf7-list-item .wpcf7-list-item-label{ display: block; color: #000000; font-size: 16px; text-align: center; padding:7px 0; position: relative;     }
.obligation_con form .radio-blk .wpcf7-list-item .radio-wrap {    width: calc(100% - 0px);    height: calc(100% - 0px);    margin: auto;    display: block;    left: 0;    right: 0;    top: 0;    bottom: 0;    padding: 0;}
.obligation_con form .radio-blk .wpcf7-list-item .radio-wrap .radio-box{ width: 100%; height: 100%; border: none; border-radius: 0px; -webkit-border-radius: 0px; }
.obligation_con form .radio-blk .wpcf7-list-item .radio-wrap .radio-box::before{ display: none; }

.obligation_con form  .radio-blk [type=radio]:checked + .radio-box {    background-color: #FFCFA7;    border-left: #FF7400 solid 1px;  border-right: #FF7400 solid 1px;}

section.solar_process_content {    padding: 40px 0;    background: #f7f7f7;}

/********/

.accordion_call{	}
.accordion_call .acc__panel { display:none;}
.accordion_call .acc__card { margin-bottom:0px;}
.accordion_call .acc__title { 	padding: 10px 60px 10px 20px;		font-size: 16px;	font-weight: normal;	 cursor: pointer; color:#fff; line-height:24px;  position:relative; background:#F2F2F2; color:#000000; font-family: 'CircularStdBold'; border-bottom: #ddd solid 1px;
}
.accordion_call .i-blk {	position: absolute;	width: 20px;	height: 20px;		right: 10px;	top: 50%;	transform: translate(0,-50%);}
/*.accordion_call .i-blk i { width:100%; height:1px; background:#fff; display:block; position:absolute; top:10px; left:0px; } */
.accordion_call i.fa.fa-chevron-down {    color: #2765CF;}
.accordion_call .i-blk i + i { width:1px; height:20px; background:#fff; display:block; position:absolute; top:0px; left:50%; transform: translate(-50%,0);} 
.accordion_call .acc__title.active i + i { display:none;}
.accordion_call .acc__panel {	background: #fff;	padding: 30px;	box-shadow: 1px 1px 15px 3px rgba(0, 0, 0, 0.1);}
.accordion_call .acc__title.active {		color: #000;}
.acc__panel, .acc__panel p { font-size:16px; font-family: 'CircularStdBook';  color:#333333;}
.accordion_call ul,  .accordion_call ol {margin-left: 28px;}
.accordion_call .acc__title.active span.i-blk {
    transform: rotate(-180deg);
    top: 33%;
    right: 14px;
}


.thankyou_banner .home_banner_blk{ background-color: transparent; box-shadow: none; -webkit-box-shadow: none; max-width: 600px;}
.thankyou_banner .home_banner_blk h1, .thankyou_banner .home_banner_blk p{ color: #fff; }
.thankyou_banner .home_banner_blk p{font-family: 'CircularStdBook';  font-weight: 400;}
.thankyou_banner .home_banner_blk ul{ margin-bottom:20px; }
.thankyou_banner .home_banner_blk ul li{ color: #fff; font-family: 'CircularStdBook';  font-weight: 400; position: relative;}
.thankyou_banner .home_banner_blk ul li:after{content: ''; position: absolute; left: 0; top: 0; background: url(assets/svg/ioc_tick.svg) 0 0 no-repeat; width: 18px; height: 18px; background-size: contain; filter: brightness(0) invert(0);}
.mob_thankyou_banner .mob_home_banner ul li:after{filter: brightness(0) invert(0);}

.product_review_white {    background: #fff;    padding: 25px 15px;    border-radius: 4px;    margin: 25px 0 0;    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);}


/*
.obligation_con .accept-check span.wpcf7-form-control-wrap { position:static;}
.obligation_con form .accept-check {  padding-left:0px;}
.obligation_con form .accept-check  span.wpcf7-list-item { margin:0px;}
.obligation_con form .accept-check label  {	position: relative;	margin-top: 5px;	font-size: 14px;	line-height: 20px;	color: #333333;	font-family: 'CircularStdBook';	font-weight: 400;	padding-left: 31px;}
*/


.slick-next.slick-arrow.slick-disabled {	opacity: 0.5;	pointer-events: none;}


/*************/

.install_solar_top {	padding: 0 0 34px;}



.install_solar_top h2 strong { font-size:28px; color: #FF7400;text-transform: uppercase; opacity: 1; margin:0px; padding: 0 0 12px;}
.install_solar_top h2 { font-size:28px; color: #092E6E; opacity: 1; margin:0px; padding: 0 0 12px;}
.install_solar_top h3 {  font-size:28px; letter-spacing: 0px;color: #092E6E;opacity: 1;}
.save_price {	height: 60px;	background: #092E6E;	box-shadow: 0px 0px 20px #0000000D;	border: 1px solid #092E6E;	border-radius: 8px;	margin: 0 0 21px;	font-size: 24px;	color: #fff;	padding: 10px 0 0 20px; font-family: 'CircularStdBook'; font-weight: bolder;}

.install_solar_bottom {	font-size: 17px;	letter-spacing: 0px;	color: #505050;	opacity: 1;	font-family: 'CircularStdBook';	padding: 5px 0 0;}
.install_solar_bottom p { font-size:17px;}

.stick_sidebar .accept-check { 	position: relative;	margin-top: 5px;	font-size: 14px;	line-height: 20px;	color: #333333;	font-family: 'CircularStdBook';	font-weight: 400;	padding-left: 31px;}
.stick_sidebar .accept-check span.wpcf7-form-control-wrap {	position: absolute;	left: 0;}
.stick_sidebar  .accept-check .check-box {	border-width: 1px;	border-radius: 0px;}

.stick_sidebar form [type="checkbox"]:checked + .check-box::before, .stick_sidebar [type="radio"]:checked + .check-box::before {	content: '';	display: block;	width: 5px;	height: 11px;	margin-left: 20px;	border: solid #fff;	border-width: 0 2px 2px 0;	transform: rotate(45deg);	transition: 0.1s;	margin: auto;	position: relative;	top: 2px;}

.t_c_block {	font-size: 10px; font-family: 'CircularStdBook'; background: rgba(39, 101, 207, 0.05); padding:8px 0; }

.residential_solar_content_bt {font-family: 'CircularStdBook'; font-size:16px; line-height:22px;letter-spacing: 0px; color: #505050;opacity: 1; padding:15px 140px 0 0px}
.residential_solar_content_bt p {font-family: 'CircularStdBook'; font-size:16px; line-height:22px; color: #505050;}

.review_link {	display: inline-block;	margin: 25px 0 0;	border: #092e6e solid 2px;	padding: 9px 20px;	border-radius: 5px;	text-decoration: none !important;}

.page-id-474 .save_price{	background: #5DA22C;	border:1px solid #5DA22C;}


.mob_install_solar .installsolar-blk:last-child {
    margin-bottom: 25px;
}

.hybrid_content_m { padding: 0 20px;}
section.inner_content.hybrid_content_m { padding: 30px 15px; }
section.inner_content.hybrid_content_m h2 {    font-size: 21px;    margin-bottom: 15px;}
section.inner_content.hybrid_content_m  p {    font-size: 14px;    line-height: 22px;}
section.inner_content.hybrid_content_m  h4 {    font-size: 17px;}

@media(min-width:768px) {
.brands-slider .brand_img img[src$=".svg"] {height: 100%;width: 100%;}

#terms_con {	display: none !important;}


}

@media(max-width:767px) {
	.brands-slider .brand_img img[src$=".svg"] { height:50px;}	
	#terms_con {display: none;}
	.home_banner { height:520px;}
}

 div#terms_con {   padding: 40px 20px 15px;    font-size: 14px;    text-align: justify;}
.mob_banner_bottom_text a {    color: #fff;    text-decoration: none !important;}
.mobile_request_callback .wpcf7-response-output {    color: #fff;    text-align: center;    margin: 0px 0px 0px !important;}
a[data-src="#terms_con"] {    color: #fff;    text-decoration: underline;}

.mobile_sticky_reward .mobile_sticky_reward  { background-color:#2765CF !important;     border: 3px solid #2765CF !important;}

.mobile_request_callback span.wpcf7-not-valid-tip {    display: none;}
.mobile_request_callback  .wpcf7-not-valid {    border: red solid 2px !important;}  

.google_review_m { margin-top:20px;} 
.google_review_m a {    display: block;    height: 55px;    border: #707070 solid 1px;    border-radius: 4px;    margin-top: 15px;    color: #2765CF;    padding: 8px 0 0 60px; line-height:1; position:relative;}
.google_review_m a:before {    background: url(assets/images/google-icon.svg) no-repeat;    content: '';    position: absolute;    left: 0;    width: 60px;    height: 54px;    background-position: center center;    top: 0;    border-right: #707070 solid 1px;}
.google_review_m a span {    display: block;    line-height: 1;    padding: 4px 0 0;    color: #FF7400;}
.google_review_m a span i { display:inline-block; padding:0 1px; vertical-align:top;}

.g_review { margin-top:0px;}
.g_review .google_review_m {    margin-top: 0;}
.g_review a  { margin-top:0px;}
.reviews_experience.mob_reviews_experience {    padding-top: 0;}
.reviews_experience.mob_reviews_experience .review_blk {
    padding: 0px 0;
}
.product_review_white.g_review {    margin-top: 30px;}
a.product_m_link {    display: block;    border: #2765CF solid 2px;    padding: 14px 0;    line-height: 1;    font-size: 16px;    color: #2765CF;}

.mob_services h2{ font-size: 16px; line-height: 1.4;     color: #092E6E;    font-family: 'CircularStdBlack';    font-weight: 400;}
.mob_services h2 span{ font-size: 22px;      color: #FF7400;}

.mobile_request_callback .submit-btn {margin-top: 30px; margin-left: 15px; margin-right: 15px; padding:0;}
 .note_dv_m {    font-size: 12px;    padding: 0 22px 24px;}
 
 
 .mob_residential_solar .system_blk .save_money {	background: #FFF3E9;	border: 1px solid #FF7400;	border-radius: 4px;	opacity: 0;	color: #000;	font-size: 18px;	font-family: 'CircularStdBold';	text-align: center;	padding: 4px 0;	width: 100%;	display: block;	height: 35px;	margin: 0 0 18px;}
.mob_residential_solar .system_blk.selected .save_money {	opacity: 1; display:block;}



.shake-rotate1 {    
  -webkit-animation: shake1 0.3s ease-in-out 0.3s infinite alternate;
  animation: shake1 0.3s ease-in-out 0.3s infinite alternate;
  left: -7px;
top: -1px; position:relative;
}

@-webkit-keyframes shake1 {
from {
  -webkit-transform: rotate(20deg);
}
to {
 -webkit-transform-origin:center center;
 -webkit-transform: rotate(-10deg);
}

}

.mobile-fo p a {    pointer-events: none;} 
.mob_home_banner .price { position:relative;} 
.mob_home_banner .price i {    font-style: normal;    font-weight: normal;    font-size: 23px;    line-height: 1;    position: absolute;    top: 2px;    right: -14px;} 
 
.pac-container { z-index:10000000}

.rplg .rplg-badge2 {width: 100%; margin: 20px 10px 0 0!important;}
.rplg-badge2-btn.rplg-badge2-clickable {    DISPLAY: table;    WIDTH: 220PX;    MARGIN: auto;}


body.page-template-thankyou-page #ouibounce-modal {    display: none !important;}
.rplg-badge-cnt.rplg-badge_left-fixed.rplg-badge-hide {
    display: none;
} 

 .page-template-reviews .rplg-badge-cnt.rplg-badge_left-fixed.rplg-badge-hide {
    display: block;
} 


.google_review_m a:before { display:none;}

.google_review .rplg-grid-row.rplg-businesses {
    text-align: center;
    display: table;
    margin: auto;
    max-width: 371px;
}

.accordion_call.accordion_call_desktop .acc__title {   padding: 15px 60px 15px 20px;     font-size: 20px; border-bottom: none; }
.accordion_call_desktop .acc__card {	margin: 0 0 16px;}


.obligation_con .accept-check span.wpcf7-form-control-wrap {    position: static;    left: 0;}

.obligation_con form .accept-check label {       margin-top: 5px;    font-size: 14px;    line-height: 20px;    color: #333333;    font-family: 'CircularStdBook';    font-weight: 400;    padding-left: 0;}

.accept-check span.wpcf7-list-item {    display: inline-block;    margin: 0 0 0 0em;}
.accept-check .check-wrap { top:7px;}
p.accept-check {    margin-bottom: 0;}


.bottomtab_form .accept-check span.wpcf7-form-control-wrap {    position: static;    left: 0;}
.bottomtab_form  form .accept-check label {       margin-top: 5px;    font-size: 14px;    line-height: 20px;    color: #333333;    font-family: 'CircularStdBook';    font-weight: 400;    padding-left: 0;}

.mobile_request_callback form p.accept-check label {    color: #fff;    font-size: 14px;    line-height: 17px;}
.mobile_request_callback .wpcf7-form-control-wrap {    position: static;}
.mobile_request_callback form p.accept-check {    margin: 20px 0 0 0;    padding-left: 37px;}
.mobile_request_callback .accept-check .check-wrap {    top: 1px;}
.mobile_request_callback p.accept-check a {    color: #ff7400;    padding: 4px 0 0;    display: inline-block;}


.solar_assessment .accept-check span.wpcf7-form-control-wrap {    position: static;    left: 0;}
.solar_assessment form .accept-check label {       margin-top: 5px;    font-size: 14px;    line-height: 20px;    color: #333333;    font-family: 'CircularStdBook';    font-weight: 400;    padding-left: 0;}

.solar_assessment  form p.accept-check { 	position: relative;	margin-top: 5px;	font-size: 14px;	line-height: 20px;	color: #333333;	font-family: 'CircularStdBook';	font-weight: 400;	padding-left: 31px;}
.solar_assessment  .accept-check .check-box {	border-width: 1px;	border-radius: 0px;}
.solar_assessment [type=checkbox]:checked + .check-box:before, .solar_assessment [type=radio]:checked + .check-box:before {    width: 6px;    height: 11px;}
.accept-check a {
    color: #2765cf;
}


#ouibounce-modal  form p.accept-check { 	position: relative;	margin-top: 5px;	font-size: 14px;	line-height: 20px;	color: #333333;	font-family: 'CircularStdBook';	font-weight: 400;	padding-left: 31px;}
#ouibounce-modal  .accept-check  label {       margin-top: 5px;    font-size: 14px;    line-height: 20px;    color: #333333;    font-family: 'CircularStdBook';    font-weight: 400;    padding-left: 0;}
 #ouibounce-modal  .accept-check .check-box {	border-width: 1px;	border-radius: 0px;}

#ouibounce-modal .wpcf7-form-control-wrap {    position: static;}

.old_price {	font-size: 40px;	text-decoration: line-through;	font-family: 'CircularStdBold';}
.off_blk {	font-size: 20px;	color: #44A84E; font-family: 'CircularStdBold'; }

@media(max-width:767px){
	.old_price {	font-size: 28px;}	
	.off_blk {     font-size: 20px;    color: #44A84E;    font-family: 'CircularStdBold';    padding: 0 0 0px;    display: block;    margin: 0 0 -9px;    text-shadow: 1px 3px 6px rgba(0,0,0,0.4);}
}


.wp-block-group.none-form {
    display: none;
}

.Rebates
{
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #FFEFEF; 
border:1px solid red;
	padding:8px;
	margin-bottom:10px;
	
		text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1.3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}


@-webkit-keyframes Rebates {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}

.notice
{
color:red;	
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1.3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

.rebates-reduce {   text-align: center;    width: 100%;    padding: 0 0 9px;    color: #ff0000;}
/*****************brisbane-hail-strom *******************/

section.hail-banner {       background-position: center;    background-repeat: no-repeat;    background-size: cover;    padding: 50px 0; overflow:hidden;}
section.hail-banner .b-left {    width: 55%;    float: left;}
section.hail-banner .b-left h2 {    font-size: 47px;    color: #fff;   line-height: 67px;}
section.hail-banner .b-right {   float: right;    width: 461px;    background: #fff;    padding: 18px 21px;    border-radius: 10px;}

section.damage-sec {    padding: 40px 0;}
section.damage-sec .con_blk {    padding: 22px 0 0;}
section.damage-sec h2  {    color: #FF7400;   font-family: 'CircularStdBlack';    font-weight: 400;    margin: 0 0 20px;    padding: 0;    font-size: 28px; line-height:35px; text-transform: uppercase; }
section.damage-sec p {    color: #333;    font-size: 18px;    line-height: 1.75;    font-family: 'CircularStdBook';    font-weight: 400;}

section.residential_solar.damage_residential_solar {    background: #f2f2f2;    text-align: center;}
section.residential_solar.damage_residential_solar .residential_solar_content_bt { padding-right:0px;}


.damage_residential_solar .system-slider .system_blk .btn {    border: 3px solid #0e2f55;    border-radius: 6px;    -webkit-border-radius: 6px;    color: #fff;    font-size: 36px;    font-family: 'CircularStdBold';    font-weight: 400;    background-color: #0e2f55;    display: inline-block;    vertical-align: top;    margin: 0;    text-transform: none;    padding: 5px 15px;    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;    max-width: 360px;    width: 100%;}
.damage_residential_solar .system-slider .system_blk .btn:hover { border-color:#2765CF; background-color:#2765CF;}  

@media(max-width:1250px) {
section.hail-banner .b-left h2 {    font-size: 37px;    color: #fff;    line-height: 49px;}
section.hail-banner .b-right {width: 43%;}
}

@media(max-width:1023px) {
section.hail-banner .b-left {    width: 100%;    float: left;    margin: 0 0 10px;}
section.hail-banner .b-right {   width: 100%;}
.hail-banner .check-box {    width: 20px;    height: 20px;    border-width: 2px;}

}
@media(min-width:768px) {
.desktop-hide-dv { display:none !important;} 
}
@media(max-width:767px) {
section.hail-banner .b-left h2 {    font-size: 24px;    color: #fff;    line-height: 33px;}
section.damage-sec h2 {      font-weight: 400;    margin: 0 0 9px;    padding: 0;    font-size: 20px;    line-height: 28px;}
section.damage-sec p {font-size: 16px; line-height: 1.5;}
section.hail-banner {padding: 30px 0;}
.residential_solar.damage_residential_solar {    padding: 40px 0 !important;}
section.damage-sec .residential_solar_content_bt { padding:83px 140px 0 0px;}
.mobile-hide-dv { display:none !important;} 
.damage_residential_solar  .system-slider .system_blk .save_money  { height:auto;}
.damage_residential_solar .residential_solar_content_bt {    padding-top: 85px;}
}

/*****************brisbane-hail-strom *******************/

.royal-flying-sec .emergency-sec .size-large{ background:#f7f7f7; width:142px; height:142px; border-radius:100%;}
.royal-flying-sec .emergency-sec .size-large {	background: #f7f7f7;	width: 142px;	height: 142px;	border-radius: 100%;	display: flex;	text-align: center;}
.royal-flying-sec .emergency-sec .size-large img {	width: 94px;	margin: auto;}
.royal-flying-sec .emergency-sec h3 { font-size:20px;}
.royal-flying-sec  p { color:#505050; font-size:20px; line-height:28px;}

.royal-flying-sec h2 { font-size:36px; color:#FF6633; font-family: 'CircularStdBlack'; line-height:50px;}

.installed-sec {	background: #666666;	padding: 50px 0;}
.installed-sec  h2 { font-size:36px; color:#fff; font-family: 'CircularStdBlack'; line-height:50px;}
.installed-sec ul { margin:66px 0px 0px; padding:0px; max-width: 500px;}
.installed-sec ul li { list-style:none; color:#fff;}
.installed-sec ul li + li { margin-top:45px;}
.installed-sec h3 { color:#ffff; font-size:26px;}
.installed-sec p {	color: #fff;	font-size: 20px;	line-height: 35px;	font-family: 'CircularStdBook';}
.installed-sec ul li p{ font-size:18px; line-height: 26px;}
.installed-sec .b-right {	background: #fff;	padding: 25px; box-shadow: 0px 0px 20px #0000000D; border-radius: 10px; overflow:hidden;}
.installed-sec .b-right  h3 {	color: #ffff;	font-size: 26px;	background: #23282D;	display: block;		text-align: center;	margin: -25px -25px 20px;	padding: 14px 0 14px;}

@media(max-width:767px) {
.royal-flying-sec h2 { line-height:35px;}
.royal-flying-sec .wp-block-spacer { display:none;}
.installed-sec h2 {	font-size: 28px;	line-height: 35px;}
.installed-sec p {	font-size: 15px;	line-height: 26px;}
.installed-sec ul {	margin: 35px 0px 40px;	}
.installed-sec h3 {		font-size: 22px;}
.installed-sec ul li p {font-size: 15px;}
.installed-sec ul li + li {	margin-top: 25px;}
.installed-sec .b-right h3 {		font-size: 22px;	padding: 14px 15px 14px;}

}


.home-flying-doctor {		background: #FFF1E9;	padding: 54px 0;	border-top: #FF6633 solid 5px;	border-bottom: #F63 solid 5px; overflow:hidden; position:relative; display:none;}
.home-flying-doctor .container { position:relative; z-index:2;}
.home-flying-doctor:after { position:absolute; right:0px; bottom:0px;  content:'';  width: 0; height: 0; border-style: solid; border-width: 0 0 463px 603px; border-color: transparent transparent #0099cc transparent;}
.home-flying-doctor p {    font-size: 18px;    line-height: 36px;    font-family: 'CircularStdBook';}
.home-flying-doctor .con_padd {    text-align: center;}
.home-flying-doctor h2 {    color: #f63;    font-size: 36px;    font-family: 'CircularStdBlack'; margin-bottom:0px;}
.home-flying-doctor a.royal_link {    display: inline-block;    width: 220px;    height: 60px;    background: #FF6633;    color: #fff;    box-shadow: 0px 3px 20px #FF663380;    border-radius: 38px;    font-size: 20px;    padding: 15px 0 0;    margin-top: 21px;    text-decoration: none !important;}
.home-flying-doctor .img-col {    margin: 0 0 20px;}


.home-flying-doctor .vdo_dr {    width: 100%;    height: 100%;    position: relative;    z-index: 1; }
.home-flying-doctor  .vdo_dr img {    width: 100%; /*   height: 100%;    object-fit: cover;*/    border-radius: 10px;    box-shadow: 1px 1px 20px rgba(0,0,0,0.5);}
.home-flying-doctor .col-md-5 {    align-items: center;    align-content: center;    align-self: center;}


@media(max-width:767px) {
	.home-flying-doctor {    padding: 35px 0;}
	.home-flying-doctor .img-col {    max-width: 207px;   margin: 0 auto 30px;}
	.home-flying-doctor h2 {    font-size: 21px;}
	.home-flying-doctor p {    font-size: 15px;    line-height: 25px; }
	.home-flying-doctor .con_padd {    text-align: center;    margin-bottom: 40px;}
	.home-flying-doctor:after {border-width: 0px 0 200px 200px;}
	
}

.christmas {
position: absolute;
top: -30%;
left: 0%;
right: 0;
bottom: 0;
background-image: url(assets/images/cap-img.png);
background-size: 100%;
background-repeat: no-repeat;
width: 14%;
transform: rotate(1deg);
}
.christmas-cap {
-webkit-animation: cap-in 1.5s ease-in-out infinite;
animation: cap-in 1.5s ease-in-out infinite;
width: 1.2rem;
left: -1.8%;
position: absolute;
height: 4.2rem;
background-image: url(assets/images/cap-ani.png);
background-size: 100%;
background-repeat: no-repeat;
z-index: 1;
top: -30%;
-webkit-transform-origin: top right;
-ms-transform-origin: top right;
transform-origin: top right;
}
@keyframes cap-in {
0%, 100% { -webkit-transform: rotate(10deg); -ms-transform: rotate(10deg); transform: rotate(10deg);}
50% { -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0);}
}

@media(max-width:767px) {
.christmas {
position: absolute;
top: -20%;
left: -2%;
right: 0;
bottom: 0;
background-image: url(assets/images/cap-img.png);
background-size: 100%;
background-repeat: no-repeat;
width: 12%;
transform: rotate(2deg);
}

.christmas-cap {
-webkit-animation: cap-in 1.5s ease-in-out infinite;
animation: cap-in 1.5s ease-in-out infinite;
width: 0.6rem;
left: -4%;
position: absolute;
height: 2rem;
background-image: url(assets/images/cap-ani.png);
background-size: 100%;
background-repeat: no-repeat;
z-index: 1;
top: -15%;
-webkit-transform-origin: top right;
-ms-transform-origin: top right;
transform-origin: top right;
}
}


span.boxing-blk {    color: #000;    display: inline-block;    font-size: 35px;    vertical-align: top;    margin: 23px 0 0;     position: relative;}
span.boxing-blk:after {    content: '';    background: url(assets/images/cross-icon.png) no-repeat;    position: absolute;    top: 3px;    left: 0;    width: 90px;    height: 25px;}

@media(max-width:767px) {
span.boxing-blk {    color: #fff;    display: inline-block ;    font-size: 27px;    vertical-align: top;    margin: 1px 15px 0 0;    position: relative;}
span.boxing-blk:after {   content: '';    background: url(assets/images/cross-icon.png) no-repeat;    position: absolute;    top: 1px;    left: 0;    width: 80px;    height: 27px;    background-size: 74px;}
}


/**********Offer Page ****/

.main-section-offer section.hail-banner .b-right { float:left;}
.main-section-offer h2 { font-size:30px;}

.page-template-offer-page #flipdown{     background: #151515; top: -22px;padding: 47px 0 0;}
@media(max-width:767px){
.offer-desktop { display:none;}
.offer-mobile .mob-banner, .offer-mobile .mob-banner img { width:100%;}
.offer-mobile .b-right {    padding: 30px;}
.main-section-offer h2 {    font-size: 22px;}

.page-template-offer-page #flipdown {    background: #151515;    top: -14px;    padding: 47px 0 0;    right: -22px;}

}

@media(min-width:768px){
.offer-mobile { display:none;}

}

.contact_us_banner_form .col-md-12 + .col-md-12 > label {    visibility: hidden;    height: 0px;    margin: 8px 0 5px 0;}
.wpcf7 .ajax-loader {	position: absolute;	top: 0;	left: -24px;	border-radius: 4px;	width: 100%;	height: 100%;	background-position: center;	background-repeat: no-repeat;}
div.wpcf7 .ajax-loader::before {    content: 'Please Wait..';    position: absolute;    color: #fff;    left: 0;    width: 100%;    text-align: center;    top: 30px;    -webkit-animation-iteration-count: inherit;        animation-iteration-count: inherit;    background: none;}


/****dec css****/
/*
.christmas-call {
	display: none;
}
*/

/*******/
.inner_content.about-page-sec.rfds_sec {    background: #fff;}
.rfds_sec  h1 {    font-size: 30px;}
.emergency-sec img {	border-radius: 8px;	box-shadow: 1px 1px 20px rgba(0,0,0,0.5);}

.right_vdo_d .vdo_dr.vdo_shift { display:block !important}

@media(max-width:767px) {
.rfds_sec .emergency-sec iframe {    height: 240px;}
.rfds_sec .line-none { display:none;}
}



.mobile_footer a{ color:#fff !important;}


@media not all and (min-resolution:.001dpcm) { @media { 
.home-banner-mobile .mob_banner_height {
    height: calc(100vh - 240px);
}

body.page-id-275 .mob_banner_height, body.page-id-474 .mob_banner_height{
    height: calc(100vh - 240px);
}

}}


.blog-sidebar-none {
    display: none;
}

#ouibounce-modal #exit-popup-form .form-btn {    margin-top: 0 !important;}
#ouibounce-modal .modal-title {	background-color: transparent;	padding: 20px 30px 10px;	border-radius: 0;	text-align: left;	position: relative;	width: 100%;	display: inline-block;}


/*****Home Banner******/
.banner-6kw-right {	position: absolute;	right: 0;	bottom: 0;	width: 51vw;}
@media(min-width:1601px) {
/*.banner-6kw-right { right:50px}*/
}
@media (min-width:1300px) and (max-width:1600px) {	
.banner-6kw-right {width: 56vw;}
}

@media (min-width:1100px) and (max-width:1299px) {	
.banner-6kw-right {width: 58vw;}
}

@media (min-width:1280px) and (max-width:1900px) {	

body.page-id-474 .home_banner {
    background-position: right !important;
}
}

@media(max-width:767px) {
.fancybox-toolbar {    right: 11% !important;    top: 34% !important;    background: #000;    margin-top: -22px;}

}

@media(max-width:365px) {
	.fancybox-toolbar {    right: 2% !important;    top: 30% !important;    background: #000;    margin-top: -22px;}	}
    
/*****popup banner **********/    
.home_banner .home_banner_blk {    z-index: 2;    position: relative;}
.home_banner .b_click {    display: block !important;        position: absolute;    width: 100%;    height: 100%;    top: 0;    z-index: 1;}
.home_banner .b_click a {    display: block;    width: 100%;    height: 100%;    }    
/*****popup banner End**********/

.t_c_block span.tc_none {    display: none;}
body.home .t_c_block span.tc_none {    display: block;}
body.page-id-275 .t_c_block span.tc_none {    display: block;}

/************************/

section.solar-syatem-kw-banner {    background: #FCFCFC;    height: 700px;    overflow: hidden;    position: relative;}
.solar_left {    width: 65.5%;    float: left;    position: relative;     height: 100%;    display: table;   }
/*.stave-banner {    position: absolute;    right: -210px;    bottom: 0;     width: 70%;}*/
.stave-banner {    position: absolute;    right: -100px;    bottom: 0;    width: 70%;}
.solar-syatem-kw-banner .container {    max-width: 1440px;    margin: auto; height: 100%; }
.solar_right {    width: 34.5%;    float: right;}
.solar-syatem-kw-banner .solar_content {    padding: 52px 0 0;}
.solar-syatem-kw-banner h1 {    font-size: 38px;    color: #002652;}
.solar-syatem-kw-banner h1 strong {    font-size: 22px;    color: #FF9900;    display: block;    font-weight: 400; margin: 0 0 14px;}
.solar-syatem-kw-banner .solar_content ul {
    padding: 0px;
    margin: 28px 0 60px 20px;
}
.solar-syatem-kw-banner .solar_content ul li {    font-size: 22px;    color: #3B4255; }

.solar-syatem-kw-banner .price-only {    background: #FF9900;    height: 75px;    max-width: 412px;    width: 100%;    border-radius: 5px;  display: -ms-flexbox;
    display: flex;    align-items: center;}
.solar-syatem-kw-banner .price-only strong {    font-size: 60px;    color: #fff;    line-height: 1;    font-weight: normal;    text-align: center;    padding-left: 26px; font-family: 'CircularStdBold';}
.solar-syatem-kw-banner .price-only span {    height: 75px;    background: #3B4255;    padding: 15px 30px;    font-size: 22px;    color: #fff;    text-transform: uppercase;    border-radius: 5px;    line-height: 24px;}

.review_blk_b span.img_col {    display: block;}

.solar-syatem-kw-banner .review_blk_b {    font-size: 22px;    color: #3B4255;}
.solar-syatem-kw-banner .review_blk_b span.img_col {    display: block;    margin: 22px 0 0;}
.solar-syatem-kw-banner  .review_blk_b span {    display: block;    font-size: 36px;    color: #FF9900;    line-height: 1;}

section.Why-arise-sec {    padding: 80px 0;}
	.Why-arise-sec h2 {    font-size: 32px;    color: #002652;}
	section.Why-arise-sec center {    max-width: 950px;    margin: 0 auto 50px;    }
	section.Why-arise-sec center p {    font-size: 22px;     font-family: 'CircularStdBook';}
.Why-arise-sec .container  { max-width: 1440px }
section.Why-arise-sec .padd-blk {    background: #FCFCFC;    border-radius: 4px;    padding: 20px 20px 20px 150px;    height: 100%;}
section.Why-arise-sec span.icon_img {    position: absolute;    left: 37px;    top: 6px;}
.Why-arise-sec .col-md-6 {    margin: 0 0 30px;}
.Why-arise-sec h3 {    font-size: 22px;    color: #002652;}
section.Why-arise-sec .padd-blk p {    font-size: 18px; font-family: 'CircularStdBook';}

.kw_form {    padding: 30px;    background: #fff;    position: relative;    box-shadow: 0px 0px 15px 15px rgba(77, 77, 77, 0.1); border-radius: 10px;     align-self: center;}
.kw_form h3{    font-size: 28px;    color: #002652;    line-height: 37px;    margin: 0;    padding: 0 0 20px;}

.kw_form .col-md-12 {    margin-bottom: 20px;}
.kw_form .col-md-12:nth-child(5) {    margin: 0;}
.solar_right {    height: 100%;     display: -ms-flexbox;    display: flex;}

.solar-syatem-kw-banner .solar_content {
    position: relative;
}


/***kw-header*******/

header.kw-header.main-header {    padding: 35px 0 35px;}
header.kw-header.main-header  .container  { max-width: 1440px }
header.kw-header.main-header::after { display: none; }
header.kw-header .kw_head_top ul#menu-top-nav li {    display: none;}
header.kw-header .kw_head_top ul#menu-top-nav li:nth-child(4) {    display: block;}
header.kw-header.main-header .head_top { background:none;     float: right;      margin-top: 10px; }
header.kw-header.main-header .head_top:before { display: none; }
/***kw-header-End*******/

.kw_main-footer .kw_fo {   font-size: 14px;    color: #8F8F8F;    padding: 35px 0 31px;    border-bottom: #CCCCCC solid 1px;    font-weight: normal;    font-family: 'CircularStdBook';    line-height: 23px;}
.kw_main-footer .container { max-width: 1440px; }

.kw_form center a {
    color: #FF9900;
    text-decoration: none;
}

.kw_form span {
    color: #002652;
}

@media(min-width: 768px) {
.solar-syatem-kw-banner .price-only span { position: relative; }
.solar-syatem-kw-banner .price-only span::after {    width: 16px;    height: 16px;    position: absolute;    content: '';    right: -7px;    background: #3b4255;    border-radius: 4px;    top: calc(50% - 7px);    transform: rotate(45deg);}
}

.mob_home_banner.new_mobile_home_banner {    padding: 0;}
.mob_home_banner.new_mobile_home_banner{    height: auto !important}
.mob_home_banner.new_mobile_home_banner .home-m-banner {     width: 100%;}
.mob_home_banner.new_mobile_home_banner .home-m-banner img { width: 100%;}

body.home .home_banner {
	padding: 40px 0;
}


/*****Mobile T&C ************/
.terms-mobile {    position: absolute;    height: 60px;    width: 100%;    left: 0;    bottom: 0;}
.terms-mobile a {    display: block;    width: 100%;    height: 100%;    text-align: center;}

/******************/
.table {	border: #cccc solid 1px;}
.table td {	padding: 10px 15px;	border-bottom: #ccc solid 1px;}
.table td + td {    border-left: #ccc solid 1px;}
.table tr:first-child {	background: #ff7400;	color: #fff;}


/**************/

 
 /**09-05-2022 Home Page **/
 
 .queensland_government {	background-color: #092E6E;	padding: 30px 0;}
 
  .humm_sec {	 padding: 60px 0;}
 .humm_sec .wrapp {	background: linear-gradient(114.38deg, #FE6C00 34%, #EA6E13 65.59%);	box-shadow: 0px 0px 54px rgba(0, 0, 0, 0.25);	max-width: 1660px;	margin: auto;	padding: 50px;	border-radius: 15px;	width: 94%; 	position: relative; overflow: hidden;}

 
.humm_sec h2 {	color: #fff;	max-width: 420px;	width: 100%;}
.humm_sec p {	font-size: 18px;	color: #fff;}

.humm_sec ul {  margin: 0;  padding: 0;}
.humm_sec ul li {	list-style: none;	color: #fff;	font-size: 18px;	background: url(assets/images/check-h.png) no-repeat;	background-size: 18px;	padding-left: 32px;	background-position: 0px 3px;}

.humm_sec .padd_Plk {	max-width: 496px;	position: relative;	padding-top: 110px;}
.humm_sec .padd_Plk::before {	content: '';	position: absolute;	top: -53px;	height: 238px;	width: 100%;	background: url(assets/images/humm-logo.png) no-repeat;	background-size: 266px;}
.humm_sec .bottomtab_form form label { color: #fff; }
.humm_sec .bottomtab_form form .accept-check label { color: #fff; }
.humm_sec .bottomtab_form form label { margin-top: 24px; }
.queensland_government .btn {
	border: 3px solid #2765CF !important;
}

.claim_rewarded form p.accept-check {
    font-size: 16px;
    color: #707070;
    margin: 12px 0 0px;
    padding: 0;
}

p.accept-check-new {
    padding: 0 !important;
    margin: 11px 0 0 !important; font-size:12px !important;
}
.humm_sec p.accept-check-new a {
    color: #fff;
    text-decoration: underline;
}

.Brisbane_sec {position: relative;}

#offerpostcodebtn:disabled {
	opacity: 0.7;
	background: #999;
}

/************/

.counter-sec {
    background: #092e6e url(assets/images/solar-p-bg.jpg) no-repeat;
    padding: 30px 0;
    background-size: cover;
}
.counter-sec .container > h3 {    text-align: center;    color: #fff;    font-size: 45px;    font-family: 'CircularStdBlack';    font-weight: normal; margin: 0;
padding: 0;}
#counter li {  list-style: none;  color: #fff;  font-weight: normal;  width: 33.333%;  text-align: center;}
#counter {  display: flex;  padding: 16px 0 0;   margin: 0;}
#counter li .count {  font-size: 24px;  color: #fff;}
.counter-sec #counter h3 {    font-size: 18px;    color: #fff;    font-weight: normal;    margin: 0;    padding: 0;}
#counter li i {
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	display: inline-block;
	padding-left: 2px;
}

#counter article {
  padding-top: 15px;
  position: relative;
}
#counter article::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background: #fff;
  left: calc(50% - 26px);
  top: 0;
}

#counter .icon-blk {
  padding: 0 0 14px;
  text-align: center;
  display: table;
  margin: auto;
}

@media(min-width:1200px) {
.counter-sec {padding: 0px 0 30px;}
.counter-sec .container {overflow: hidden;position: relative;}
.counter-sec .container > h3 {  text-align: center;  color: #fff;  font-size: 35px;  font-family: 'CircularStdBlack';  font-weight: normal;
  margin: 0;  padding: 0;  position: absolute;  top: 90px;}
.counter-sec #counter {    display: flex;    padding: 16px 0 0;    margin: 0;    max-width: 900px;    float: right;    width: 100%;}

}


@media (min-width: 768px) {
.page-id-474 .home_banner {
    padding: 40px 0 !important;
}
.page-id-23358 .home_banner {
    padding: 40px 0 !important;
}

}


section.Brisbane_sec.postcode_hero  .banner_box {    max-width: 600px;    background: initial;    padding: 0;    border-radius: 0;    position: relative;}
section.Brisbane_sec.postcode_hero  .banner_box  .b_special_offer span {    display: inline-block;    background:rgb(201 12 12);    padding: 6px 20px;    font-size: 20px;    border-radius: 6px;    color: #fff;    margin: 0 0 20px;    border: rgba(255,255,255,0.38) solid 1px;}

section.Brisbane_sec.postcode_hero .container,  section.Brisbane_sec.postcode_hero .container .row {    height: 100%;}
section.Brisbane_sec.postcode_hero  .col-lg-8 {     align-self: center;}

section.Brisbane_sec.postcode_hero ul li::before { display: none; }
section.Brisbane_sec.postcode_hero .b_special_offer {
    position: static;
    left: 0;
    top: 0;
}

section.Brisbane_sec.postcode_hero ul li {    background-position: 0 9px;}
section.Brisbane_sec.postcode_hero ul {    margin: 0;    padding: 0px 0 14px;}
section.Brisbane_sec.postcode_hero  .price_blk {    display: block;    font-size: 90px;    padding: 9px 19px;    color: #fff;    font-family: 'CircularStdBlack';    background: #F47520;    display: inline-block;    line-height: 1;    border-radius: 5px;    box-shadow: 1px 2px 25px rgba(0,0,0,0.3);    margin-top: 19px;}

section.Brisbane_sec.postcode_hero  ul li {    list-style: none;    color: #fff;    font-size: 18px;    position: relative;    padding-left: 29px;    background-position: 0 12px !important; background: url(assets/svg/white-ioc_tick.svg)  no-repeat; background-size: 16px;}

.federal_top center a {width: 305px;	text-transform: uppercase;    }
.choosing_sec .compare_btn {width: 305px;	text-transform: uppercase;}

.postcode_hero ul {	margin: 0;	padding: 0px 0 30px;	max-width: 431px;}
.postcode_hero li { font-size: 18px; }

.page-id-22896 .b_special_offer {	display: none;}
.page-id-23835 .b_special_offer {	display: none;}

.page-id-22896 .postcode_form_new a.btn::after, .page-id-23835 .postcode_form_new a.btn::after {
	content: 'Get A Free Quote ';
	color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	bottom: 0;
	background: #ff7a0a;
	padding: 11px 0;
}

.page-id-22896 .postcode_form_new a.btn, .page-id-23835 .postcode_form_new a.btn {position: relative;}

/***********battery page *****************/
/*.battery-home-sec {	background: #092E6E;	padding: 50px 0;}*/
.battery-home-sec {	background: #092E6E url(assets/images/bat-banner.jpg) no-repeat;	padding: 50px 0;	background-size: cover;	background-position: left;}
.battery-home-sec .row {	flex-direction: row-reverse;}
.battery-home-sec h2 {	font-size: 45px;	color: #fff;	font-family: 'CircularStdBlack';	font-weight: normal;}
.battery-home-sec article h3 {	color: #fff;	font-weight: normal;	font-family: 'CircularStdBold';	margin: 0 0 31px;	padding: 0;}
.battery-home-sec ul {	margin: 0;	padding: 0;}
.battery-home-sec ul li {	list-style: none;	color: #fff;	font-size: 20px;	font-weight: normal;	font-family: 'CircularStdBook';	
	background: url(assets/svg/ioc_tick.svg) 0px 6px no-repeat;	background-size: 17px;	padding: 0 0 0 34px;	margin: 0 0 8px;}
.battery-home-sec .row {	flex-direction: row-reverse;	align-items: center;}
.obligation_con.obligation_con_battery {	background: #fff;	max-width: 450px;	float: right;	width: 100%;	padding: 34px;	border-radius: 5px;}
.obligation_con_battery h3 {	font-weight: normal;	font-family: 'CircularStdBold';	margin: 0 0 6px;	padding: 0;}
.obligation_con.obligation_con_battery p {	color: #333333;	font-size: 14px;	font-family: 'CircularStdBook';	font-weight: 400;	margin: 0 0 4px;}


.battery-about.battery_sec_new {	padding: 50px 0;}
.battery_sec_new .about-row {	margin: 40px 0 0;}
.battery_sec_new  .about-row .icon_blk {	display: block;	width: 90px;	margin: 0 0 20px;}
.battery_sec_new .about-row h3 {	font-size: 20px;	font-weight: normal;	margin: 0 0 11px;}
.battery_sec_new  .about-row p {	font-family: 'CircularStdBook';	font-weight: normal;}

.battery_sec_new h2 {	font-size: 42px;	color: #FF7400;	font-family: 'CircularStdBold';}
.battery_sec_new article p {	font-size: 20px;	font-weight: normal;	font-family: 'CircularStdBook';	line-height: 36px;}
.battery_sec_new  .img_blk {	display: block;}
.battery_sec_new  .img_blk img {	box-shadow: 1px 1px 25px rgba(0,0,0,0.2);}
.battery_sec_new article {	padding-left: 25px;}

.install_sec {	padding: 0 0 50px;}
.install_sec .wrapp {	background: #092e6e;	max-width: 1600px;	margin: auto;	padding: 50px 0;	border-radius: 10px;	width: 94%;}


.install_sec {	padding: 0 0 50px;}
.install_sec .wrapp {	background: #092e6e;	max-width: 1600px;	margin: auto;	padding: 50px 0;	border-radius: 10px;	width: 94%;}
.install_sec .box_blk {	border: #4A77C3 solid 1px;	padding: 25px;}

.install_sec .box_blk {	border: #2E4F86 solid 1px;	padding: 20px 25px 20px 106px;	position: relative;}
.install_sec .box_blk + .box_blk {	margin-top: 15px;}
/*.install_sec .icon_blk {	position: absolute;	width: 60px;	top: 17px;	left: 23px;}*/
.install_sec .icon_blk {	position: absolute;	width: 71px;	top: 17px;	left: 16px;}
.install_sec .box_blk h3 {	margin: 0;	padding: 0;	color: #fff;	font-weight: normal;	font-family: 'CircularStdBold';}
.install_sec .box_blk p {	margin: 0;	padding: 3px 0 0;	color: #fff;}

.install_sec article h2 {	color: #fff;	font-size: 45px;	font-family: 'CircularStdBlack';	font-weight: normal;}
.install_sec article p {	color: #fff;	font-weight: normal;	font-size: 16px;	font-family: 'CircularStdBook';}
.install_sec .install_blk {	max-width: 596px;	float: right;	width: 100%;}

.product_review.product_review_new {	background: #F3F5F8;	padding: 50px 0;}

.system_faq_sec_new {	padding: 50px 0;}
.system_faq_sec_new h2 {	font-weight: normal;	font-size: 35px;	font-family: 'CircularStdBold';	margin: 0 0 28px;}
.system_faq_sec_new .accordion_call.accordion_call_desktop .acc__title {	padding: 16px 60px 16px 0px;	font-size: 18px;	border-bottom: none;	background: no-repeat;	font-family: CircularStdBook;}
.system_faq_sec_new .accordion_call .acc__panel {	background: #fff;	padding: 0 0 21px;	box-shadow: inherit;}
.system_faq_sec_new .accordion_call_desktop .acc__card {	margin: 0 0 0px;}
.system_faq_sec_new .accordion_call_desktop .acc__card + .acc__card {	border-top: #ccc solid 1px;}

.system_faq_sec_new .accordion_call.accordion_call_desktop .acc__title {	padding-right: 35px;}
.system_faq_sec_new .accordion_call i.fa.fa-chevron-down {	color: #333;	font-size: 14px;	top: 19px;	right: 0; position: absolute;}

/********/

.battery_sec_installation_page {	padding: 0 0 50px;}
.battery_sec_installation_page .row.row_r {	flex-direction: row-reverse;	min-height: 346px;	border-radius: 10px 10px 0px 0px; background: #FF7400;
padding: 40px 40px 0;}
.battery_sec_installation_page .img_blk {	position: absolute; right: 0; 	top: 0;}
.battery_sec_installation_page h2 {	color: #FFF;	font-family: 'CircularStdBlack';	font-weight: normal;}
.battery_sec_installation_page h3 {	color: #fff; margin: 0px; padding: 0px;}
.battery_sec_installation_page ul {	margin: 22px 0 0;	padding: 0;}
.battery_sec_installation_page ul li {	list-style: none;	font-size: 21px;	color: #fff;	
	background: url(assets/svg/white-ioc_tick.svg) 0 8px no-repeat;	background-size: 16px;	padding-left: 29px;}
.battery_sec_installation_page .container {	padding: 0 30px;}

.btn-battery {	margin-left: -15px;	margin-right: -15px;	background: #0A2E6D;	height: 126px;	border-radius: 0 0 10px 10px;	padding: 40px 60px 0;}
.battery_sec_installation_page .gea_btn {	background: #2765CF;	width: 240px;	display: inline-block;	vertical-align: top;	text-align: center;	border-radius: 5px;	height: 50px;	padding: 14px 0;	color: #fff !important;	text-decoration: none !important;}
.battery_sec_installation_page .head_phone {	width: 240px;	display: inline-block;	text-align: center;	color: #fff;	height: 50px;	border: #fff solid 1px;	border-radius: 5px;	padding: 12px 0;	text-decoration: none !important;	margin-left: 15px;	vertical-align: top;}
.battery_sec_installation_page .container {	padding: 0 30px;}

.brand_battery_new {	padding: 50px 0 0;}
.brand_battery_new .acc__title {	border: #8497B6 solid 1px;	border-radius: 5px;	padding: 15px 25px;	font-size: 20px;	color: #0A2E6D; cursor: pointer; position: relative;}
.brand_battery_new .acc__card + .acc__card {	margin-top: 20px;}

.brand_battery_new .acc__title {	border: #8497B6 solid 1px;	border-radius: 5px;	padding: 15px 25px;	font-size: 20px;	color: #0A2E6D; cursor: pointer;}
.brand_battery_new .acc__card + .acc__card {	margin-top: 20px;}
.brand_battery_new .acc__panel { display:none;}
.brand_battery_new .acc__title.active {	border: #FF7400 solid 1px;	border-radius: 5px 5px 0 0; border-bottom:none;}
.brand_battery_new .acc__panel {	border: #FF7400 solid 1px;	margin-top: -1px;	padding: 5px 40px 25px;	border-radius: 0 0 10px 10px; border-top: none;}

.brand_battery_new .acc__title::before {	content: '';	position: absolute;	width: 15px;	height: 2px;	background: #0A2E6D;	right: 26px;	top: 29px;}
.brand_battery_new .acc__title.active::after { display:none;}
.brand_battery_new .acc__title::after {	content: '';	width: 2px;	height: 15px;	position: absolute;	right: 33px;	background: #0A2E6D;	top: 22px;}
.brand_battery_new .acc__title.active::before { background:#FF7400 ;}

@media(max-width: 767px) {
.battery-home-sec {	background: #092E6E;	padding: 30px 0;}
.battery-home-sec article {	padding: 20px 0 0;}
.battery-home-sec h2 { font-size: 35px; }
.battery-home-sec article h3 {	font-size: 20px;}
.battery-home-sec ul li {	font-size: 16px;	background-size: 13px;	padding-left: 25px;}
.battery-home-sec article h3 {	font-size: 20px;	margin: 0 0 16px;}
.battery_sec_new article {	padding-left: 0;}
.battery_sec_new h2 {	font-size: 35px;	line-height: 1;	margin: 0;	padding: 0 0 14px;}
.battery_sec_new article p {font-size: 16px; line-height: 26px;}
.about-row .col-md-6  + .col-md-6  { margin-top: 25px; }
.battery-about.battery_sec_new {	padding: 40px 0;	}
.install_sec article {	padding: 0px 0 0;}
.install_sec article h2 { font-size: 35px; }
.install_sec .install_blk {	max-width: 596px;	float: right;	width: 100%;}
.install_sec .box_blk h3 {	font-size: 18px;}
.install_sec .box_blk { padding-left: 86px; }
.install_sec .icon_blk {	position: absolute;	width: 46px;	top: 17px;	left: 23px;}
.battery_sec_new .img_blk {	display: block;	margin-bottom: 25px;}
.install_sec .wrapp { padding:30px 0;}	
.install_sec .install_blk {	margin-top: 30px;}
.install_sec .box_blk p {	font-size: 14px;}	
.battery_sec_installation_page .row.row_r {	padding: 15px;}	
.battery_sec_installation_page .img_blk {	position: static;	margin: 0 0 18px;}
.battery_sec_installation_page h2 {	font-size: 26px;}
.btn-battery {	padding: 25px;	height: auto;}
.battery_sec_installation_page .gea_btn {	width: 100%;}
.battery_sec_installation_page .head_phone {	margin: 0;	width: 100%;	margin-top: 15px;}
	
}


/*******Balck Friday Css post code banner************/

.Brisbane_sec.postcode_hero {	height: auto;	padding: 30px 0;}
.discount-price {	background: #fff;	max-width: 400px;	display: flex;	justify-content: center;	padding: 10px 0;	border-radius: 15px 15px 0 0;	position: relative;	margin-bottom: -11px;}
.box-p {	line-height: 1.2;	margin: 0 23px;	color: #062150;}
.discount-price i {	display: block;}
.discount-price .price-text {	font-size: 40px;	color: #062150;}
.discount-price .cross-p.price-text { position:relative; }
.discount-price .cross-p.price-text::before {	content: '';	position: absolute;	width: 100%;	height: 100%;	background: url(assets/images/cross.png) no-repeat center;	z-index: 1;	top: 0;	left: 0;}
.discount-price .cross-p.price-text::after {	content: '-';	position: absolute;	right: -30px;}

.Brisbane_sec h1.bf-heading {	color: #fff;	font-size: 45px;	height: 116px;}
.Brisbane_sec h1.bf-heading img {	position: absolute;	top: 21px;	left: -23px;}

/***home page ****/

.black-title-home {	min-height: 165px;}
.black-title-home img {	position: absolute;	top: -30px;	left: -31px;}


/*****/

@media(max-width:767px) {
.Brisbane_sec h1.bf-heading {    position: relative;}
.Brisbane_sec h1.bf-heading img {    position: absolute;    top: -28px;    left: -12px;}
.Brisbane_sec.postcode_hero {    height: auto;    padding: 0px;}
	
.Brisbane_sec h1.bf-heading {    height: 74px;}	
	
	
}

/*******Balck Friday Css post code banner End************/

/**Christmas  code***/

.page-id-275 .banner-6kw-right, .page-id-474 .banner-6kw-right, .page-id-23358 .banner-6kw-right {	  bottom: 0;  top: auto;}

.mobile-layout-main span.post_img_text {    display: block;    padding: 0 16px;}
span.post_img_bt {
    display: block;
    margin: -28px 0 0;
}

/*********/
.price_humm small {	display: block;	padding: 0px 0px 20px;	font-size: 24px;}
.price_humm strong {padding: 0px 0px 0px !important;}


/***********/

.home_banner.Postcode-home-banner {	padding: 40px 0;}
.home_banner.Postcode-home-banner .banner-6kw-right {	bottom: 0;	top: auto;}

@media(min-width:768px) {
.Postcode-banner-mob {    display: none;}
}

@media(max-width:767px) {
section.home_banner.Postcode-home-banner {
    display: none;
}
}


.christmas-call {	display: none;}
.page-id-24258 h3 {    font-weight: normal;}

.deal-h3 {
	background: #ec6d02;
	padding: 10px 20px;
	color: #fff;
	border-radius: 5px;
	margin-left: 19px;
	position: relative;
	top: 3px;
}

/*.humm_sec .padd_Plk::after {
	content: '';
	position: absolute;
	background: url(assets/images/lati-logo.png) no-repeat;
	width: 200px;
	height: 45px;
	top: 61px;
	left: 157px;
	background-size: 100%;
}
*/


/*****wp rockit issue fix Google map *******/

.pac-container.pac-logo {
    z-index: 100000 !important;
}

/*****wp rockit issue fix*******/



.latitude_sec .padd_Plk.latitude_padd {    background: #0046AA url(assets/images/latitude-bg.png) no-repeat center 23px;    top: -50px;    padding: 168px 20px 0;
    position: absolute;    bottom: -50px;    left: 15px;    right: 15px;    background-size: 275px;}
.latitude_sec a.lat_link {    color: #fff;    display: inline-block;    border-bottom: #fff solid 1px;
    text-decoration: none !important;    margin: 0 0 30px;}

.humm_sec.latitude_sec  .padd_Plk.latitude_padd::before {    content: '';    display: block;    background: url(assets/images/latitude-logo.png) no-repeat;    height: 90px;
    top: 84px;    width: 83%;    left: 7px;    background-size: 100%;}
.humm_sec.latitude_sec h2 {    font-weight: normal;    font-size: 30px;}
.latitude_sec a.l-logo-m {
    width: 100%;
    height: 162px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

section.latitude-banner {    background: #0146ab;    text-align: center;    padding: 15px 0;}
section.latitude-about-sec {    padding: 50px 0;    text-align: center;}
.latitude-about-sec h1 {    font-size: 30px;    font-weight: normal;    font-family: 'CircularStdBlack'; line-height: 40px;}
.latitude-about-sec .container {    max-width: 1003px;}

section.choose-latitude-sec {    background: #F1F7FF;    padding: 50px;    margin: 0 40px 50px;    border-radius: 15px;}
section.choose-latitude-sec .padd_blk {    background: #FFFFFF;    border: 1px solid #C2D1E6;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.11);    border-radius: 10px;
    overflow: hidden;    height: 100%;    text-align: center;}

section.choose-latitude-sec .c-content {    background: #F1F7FF;    font-size: 26px;    padding: 25px;}
section.choose-latitude-sec .bt_con p {    font-size: 20px;}
section.choose-latitude-sec .bt_con {    padding: 25px;    font-size: 20px;    max-width: 370px;    margin: auto;}

section.choose-latitude-sec .bt_con a {
    color: #0046AA;
    text-decoration: underline;
}

section.choose-latitude-sec .padd_blk .img-blk {    padding: 10px 0;}
.latitude-about-sec h1 strong {    color: #0046AA;}
section.latitude_faq_sec {    padding-bottom: 50px;}
.latitude_faq_sec .container {    max-width: 800px;}

.choose-latitude-sec .right-box-i .bt_con strong {    color: #ff7400;    font-weight: normal;}
.choose-latitude-sec .right-box-i .bt_con a {color: #ff7400; text-decoration:none; }

.latitude_faq_sec h2 {    text-align: center;    font-size: 35px;    font-weight: normal;    color: #0046AA;    margin: 0 0 40px;    font-family: 'CircularStdBlack';}
.latitude_faq_sec .accordion_call.accordion_call_desktop .acc__title {    background: #F9F9F9;    border: 1px solid #B9CBE2;    border-radius: 8px;    padding-top: 17px;}
.latitude_faq_bottom_content p {    font-size: 14px;    font-weight: normal;    color: #555555;}
.latitude_faq_bottom_content {    padding: 20px 0 0;}
.latitude_faq_bottom_content p b {    color: #0046AA;    font-weight: normal;    font-family: 'CircularStdBlack';}
.latitude_faq_sec .accordion_call .acc__panel {    background: #F9F9F9;    padding: 30px;    box-shadow: none;    border: #b9cbe2 solid 1px;    margin-top: 0px;     border-radius: 0 0px 10px 10px;}

.latitude_faq_sec .acc__title.active {    border-bottom: none !important;    border-radius: 10px 10px 0px 0px !important;}


@media(max-width:767px) {

.latitude-about-sec h1 {    font-size: 20px;    line-height: 30px;}
.latitude-about-sec p {    font-size: 14px;}
section.choose-latitude-sec {    background: #F1F7FF;    padding: 40px 0;    margin: 0 0px 50px;    border-radius: 0;}
.choose-latitude-sec .col-md-6  + .col-md-6 {    margin-top: 30px;}
section.choose-latitude-sec .c-content {    background: #F1F7FF;    font-size: 22px;    padding: 20px;    line-height: 30px;}
.latitude_faq_sec h2 {    font-size: 24px;}
.latitude_faq_sec .accordion_call.accordion_call_desktop .acc__title {    font-size: 18px;}

}

@media(max-width:999px) {
.latitude_sec .padd_Plk.latitude_padd {    position: static;}
.humm_sec.latitude_sec .wrapp { padding:0px; }
.humm_sec.latitude_sec .padd_Plk.latitude_padd::before { left:20px; }
.latitude_sec .padd_Plk.latitude_padd {    padding-bottom: 30px;    border-radius: 10px;    margin-top: 20px;}
}

/****************/
span.wpcf7-spinner {    width: 100%;    height: 100%;    background: #000;    z-index: 1;    position: absolute;
    top: 0;    left: 0;    padding: 0;    margin: 0;    text-align: center;    border-radius: 5px;}
form .submit-btn {    margin-top: 20px;    position: relative;}
.wpcf7-spinner::before {
    left: 50%;
    top: 43%;
    transform: translate(-50%, -50%);
}

section.ev-hero-banner img {    width: 100%;}
section.ev-charger-sec {    padding: 50px 0;}
.ev-charger-sec h1 {    font-family: 'CircularStdBlack';    font-size: 45px;    color: #092E6E;}
.ev-charger-sec h1 strong {    font-weight: normal;    font-size: 28px;    color: #FF7400;}
.ev-charger-sec p {    font-weight: normal;    color: #333333;}
.ev-charger-sec .row {    align-items: center;}
.ev-charger-sec .content-padd ul {    margin: 0;    padding: 0;}
.ev-charger-sec .content-padd ul li {    list-style: none;    font-size: 22px;    color: #555555;    font-family: 'CircularStdBlack';    padding: 19px 0;}
.ev-charger-sec .img_blk {    max-width: 310px;    margin: auto;    width: 90%;}

section.one-residential {    position: relative;    padding: 50px 0;  z-index: 1;}
section.one-residential::before {    content: '';    position: absolute;    width: 100%;    height: 600px;    background: #142D6A;    z-index: -1;    top: 0;}
.one-residential h2 {    text-align: center;    color: #fff;    text-transform: uppercase;    font-family: 'CircularStdBlack';}
.one-residential .img_blk {    max-width: 840px;    width: 96%;}
.one-residential .img_blk img {width: 840px;	}
.one-residential p {    color: #333333;    font-size: 16px;}
section.ev-solutions-sec {    padding: 50px 0;    background: #f3f3f3;    text-align: center;}
section.ev-solutions-sec h2 {    text-align: center;    color: #142D6A;    font-family: 'CircularStdBlack';    margin: 0 0 37px;    padding: 0;}

.charger-right-left .container {    background: linear-gradient(134.22deg, #FFF6ED 11.08%, rgba(255, 246, 237, 0) 93.94%);    border-radius: 20px;    padding: 70px 140px;}
.charger-right-left .row + .row {    border-top: #D7C7B7 solid 1px;    padding: 50px 0 0;    margin-top: 50px;}
.charger-right-left h2 {    font-family: 'CircularStdBlack';    font-size: 35px;    color: #092E6E;    line-height: 1.2;}
.charger-right-left h2 strong {    font-weight: normal;    font-size: 24px;    color: #FF7400;}
.charger-right-left p {    color: #333333;    font-size: 16px;}
.charger-right-left .row:nth-child(1) {    flex-direction: row-reverse;}
.charger-right-left .row {    align-items: center;}

section.charger-right-left {    padding: 50px 0;}
section.charger-right-left .content-blk ul {
    margin: 0;
    padding: 0;
}
section.charger-right-left .content-blk ul li {
    color: #333;
    list-style: none;
    font-size: 16px;
    padding: 7px 0;
}

.ev-charger-sec .img_blk {    max-width: 359px;    margin: auto;    width: 90%;}
.ev-charger-sec .content-padd ul li {    list-style: none;    font-size: 22px;    color: #555555;    font-family: 'CircularStdBlack';    padding: 8px 0;    display: flex;    align-items: center;}
.ev-charger-sec .content-padd ul li span {    margin-right: 12px;}

.ev-charger-sec .row {    padding-top: 23px;}


@media(max-width:767px) {
.ev-charger-sec h1 strong {    line-height: 1;    font-size: 16px;}
.ev-charger-sec h1 { font-size:26px; }
.ev-charger-sec .content-padd ul li {    position: relative;        display: flex;    padding-left: 60px;    margin: 14px 0; font-size: 20px; }
.ev-charger-sec .content-padd ul li span {    width: 47px;    position: absolute;    left: 0;}

.one-residential h2 {    font-size: 26px;}

section.one-residential::before {height: calc(100% - 320px);}
section.ev-solutions-sec { padding:30px 0; }
section.ev-solutions-sec h2 { font-size:26px; }
.charger-right-left .container {    padding: 35px;    width: 90%;    text-align: center;}
.charger-right-left h2 { font-size:26px; }
.charger-right-left h2 strong { font-size:18px; }
}


center.ev-btn {    width: 100%;    clear: both;    display: block; padding-top:25px;}
center.ev-btn a {    background: #2765cf;    color: #fff;    padding: 15px 41px;    display: inline-block;    border-radius: 6px;    background: #2765CF;    box-shadow: 0px 0px 10px #2765CF80;
    -webkit-box-shadow: 0px 0px 10px #2765CF80;     border-radius: 4px;    -webkit-border-radius: 4px;    text-decoration: none;}

#obligationModal-ev {
	display: none;
}


/*********** main banner filp chages ***********/
.home_banner.Postcode-home-banner .banner-6kw-right {	bottom: 0;	top: auto;	left: 0;	right: auto;}
.page-id-275 .banner-6kw-right, .page-id-474 .banner-6kw-right, .page-id-23358 .banner-6kw-right {	bottom: 0;	top: auto;	left: 0;	right: auto;}
.home_banner .home_banner_blk {	z-index: 2;	position: relative;	float: right;}
body.home  .home_banner .home_banner_blk  {float: right;}
body.home .banner-6kw-right {	position: absolute;	right: auto;	left: 0;	bottom: 0;	width: 51vw;}

/***************/


.page-id-275 .banner-6kw-right, .page-id-474 .banner-6kw-right, .page-id-23358 .banner-6kw-right, body.home .banner-6kw-right, .home_banner.Postcode-home-banner .banner-6kw-right {
	bottom: 50%;

	transform: translate(0, 50%);
}

/**************/


.page-template-contact-php  .home_banner .home_banner_blk.contact_us_banner_form {
    float: left;
}
.page-template-solar-services .home_banner_blk {
    float: left;
}
.page-template-contact-php  .home_banner  { background-position:left;}

/*****************************************/


.counter-sec .container > h3 {	text-align: center;	color: #fff;	font-size: 35px;	font-family: 'CircularStdBlack';	font-weight: normal;	margin: 0;	
	position: relative;	top: 0;	width: 100%;	padding: 0 0 20px;}

.counter-sec #counter {	display: flex;	padding: 16px 0 0;	margin: 0;	max-width: 100%;	float: right;	width: 100%;}
.counter-sec {	padding: 35px 0 38px;	background: #092E6E;}
#counter li .count {	font-size: 45px;	color: #FF7400;	font-family: 'CircularStdBlack';}
#counter li i {	font-style: normal;	font-size: 38px;	line-height: 1;	display: inline-block;	padding-left: 2px;	font-family: CircularStdBlack;}
#counter article {	padding-top: 0px;	position: relative;	font-size: 45px;	color: #FF7400;}

#counter li {	list-style: none;	color: #fff;	font-weight: normal;	width: calc(33.333% - 30px);	text-align: center;	border: #FF7400 solid 2px;	margin: 0 15px;	padding: 25px 0 11px;	border-radius: 10px;}
#counter article::before{ display:none;}
#counter .icon-blk {
	padding: 0;
	max-width: 121px;
}

.counter-sec {
	padding: 35px 0 38px;
	background: #092E6E url(assets/images/glance-bg.jpg) no-repeat;
	background-size: cover;
}


.page-template-thankyou-page .home_banner .home_banner_blk {
    float: left;
}

.single-list .single-post-dv p a {
	word-break: break-all;
}


/*************/

.choose_content ul li {    list-style: none;    color: #333;    font-weight: normal;   font-family: 'CircularStdBook';    position: relative;    padding: 0 0 0 19px;
    margin-top: 9px;}

.choose_content ul li::after {    content: '';    position: absolute;    width: 10px;    height: 10px;    background: #ff7400;    left: 0;    border-radius: 55px;    top: 7px;}
.choose_arise h6 {    font-weight: normal;    line-height: 32px;    color: #505050;}
.choose_arise h6 strong {    font-family: 'CircularStdBlack';    font-weight: normal;}


/*********/

.christmas-call {	display: none !important; margin: 0px 0 0 0px;}

.home_banner .home_banner_blk ul li strong {
	font-weight: normal;
}

@media(max-width:767px) {
.new-home-hero-banner-nov-location { display:none !important;}
}


/***************************/

.marquee-sec {
    width: 100%;
    overflow: hidden;
    height: auto;
    position: absolute;
    top: 0;
    z-index: 1000;
}
@media (max-width:1024px) {
	.marquee-sec  { display:block;}
}

/***********/

body {    margin-top: 94px;}
.main-header {    top: 50px;}
#header.sticky-new {top: 0px;}
.marquee-container {	-webkit-touch-callout: none;	-webkit-user-select: none;	-moz-user-select: none;
	-ms-user-select: none;	user-select: none;	--marquee-width: 100vw;	--offset: 20vw;	--move-initial: calc(-25% + var(--offset));
	--move-final: calc(-50% + var(--offset));	--item-font-size: 1vw;	counter-reset: menu;position: relative;}

.marquee {	background: #d40708;	overflow: hidden;}
.marquee__inner {	width: fit-content;	display: flex;	position: relative;	transform: translate3d(var(--move-initial), 0, 0);
	animation: marquee 10s linear infinite;	animation-play-state: paused;	opacity: 0;	transition: opacity 0.1s;}

.marquee .marquee__inner {	animation-play-state: running;	opacity: 1;	transition-duration: 0.4s;}
.marquee span {
    white-space: nowrap;
    font-family: 'CircularStdBlack' !important;
    padding: 12px 1vw;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0px;
    height: 49px;
    font-size: 18px;
}
.marquee-container a {    position: static;   }
.marquee-container a{ color:#fff; text-decoration:none;}
.marquee-container a img {    background-color: #fff;    border-radius: 100px;    box-shadow: 0px 2px 11px -1px #7ac142;    border: 1px solid #7ac142;}
@keyframes marquee {
	0% {
		transform: translate3d(var(--move-initial), 0, 0);
	}

	100% {
		transform: translate3d(var(--move-final), 0, 0);
	}
}


@media (max-width:1023px) {
.main-header {    top: 0px;}	
.marquee-sec {    width: 100%;    overflow: hidden;    height: auto;    position: absolute;    top: 75px;    z-index: 9;}
.marquee span {    white-space: nowrap;    font-family: 'CircularStdBlack' !important;    padding: 10px 1vw;    font-weight: normal;    color: #fff;    letter-spacing: 0px;    height: 42px;
    font-size: 16px;}
body {    margin-top: 103px;}
}


.brand_battery_new .acc__title.active::before { display: none;}
.brand_battery_new .acc__title span.d-none {    display: none;}
.brand_battery_new .acc__title {    pointer-events: none;}

/*
.postcode_hero .post_img { height:auto !important;}
*/
/*
.postcode_hero {
    background: url(https://arisesolar.com.au/wp-content/uploads/2024/03/home-banner.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: top;
}

.postcode_hero h2 {
 
   /* text-shadow: 1px 1px 20px rgba(0,0,0,0.3);
} 

*/
/*
.postcode_hero h2 { color:#000 !important;}
.postcode_hero li {
    color: #333 !important;
    background: url(assets/svg/ioc_tick.svg) 0 0 no-repeat !important;
    background-size: 22px !important;
    background-position: 0px 13px !important;
}
*/



a.lat-btn {
    display: inline-block;
    padding: 15px 25px;
    background: #2765cf;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    text-decoration: none !important;
    max-width: 200px;
    width: 100%;
    font-size: 18px;
    height: 55px;     box-shadow: 0px 0px 10px #2765CF80;
    -webkit-box-shadow: 0px 0px 10px #2765CF80;
}



div#latitude {
    display: none;
}
a.lat-btn:hover {
    background-color: #092E6E;
}


.postcode_form {
    
    z-index: 100000;
}

@media(max-width:767px) {
.postcode_hero .padd_img {     display: none !important;}
}

.single-post .home_banner:after {    display: none;}

/*************New header************/

.navigation ul li a { font-size:16px;     padding: 0 5px;}
.navigation ul li.getfree_btn > a { font-size: 14px; padding: 15px 32px;  text-transform: uppercase;}
.main-header .head_top .menu li a { font-size:16px;}

.main-footer .footer_upper ul li a { font-size:16px;}
.main-footer .footer_upper h2  { font-size:16px;}

.battery-home-sec span.red-box {
    background: #d40708;
    color: #fff;
    padding: 11px 18px 8px;
    display: inline-block;
    border-radius: 5px;     font-size: 22px;
}

div#obligationModal-batteries h3 {
    margin: 0;
    padding: 0;
}

div#obligationModal-batteries {
    display: none;
}
section.battery-home-sec p {
    color: #fff;
    font-size: 20px;
}


.battery-home-sec h2 {
    font-size: 35px;

}

.battery-home-sec h2 span {
    display: block;
    margin: 20px 0 0;
}

/*
.battery-home-sec ul {    counter-reset: custom;    list-style-type: none;    padding: 0;    margin: 0px 0px;}
.battery-home-sec ul li {    counter-increment: custom;    padding: 0px 0;    display: flex;    align-items: center; background:none; }
.battery-home-sec ul li:before {
    content: counters(custom, ".") " ";
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}


.battery-home-sec article h3 {        margin: 0 0 9px; }

*/



/*******************/

section.humm-faq {    padding: 60px 0;}
section.humm-faq .container {    max-width: 830px;    margin: auto;}
.humm-faq h2 {    text-align: center;    margin: 0 0 40px;    font-size: 35px;    font-weight: normal;    font-family: 'CircularStdBlack';    color: #333333;}

.humm-faq .accordion_call .acc__title { background: #FFFCFA !important;        border: #FBEADF solid 1px !important; }
.humm-faq .accordion_call i.fa.fa-chevron-down {    color: #ff7400;    right: 10px;    position: relative;    top: 0px;}

section.product_review.product_review_humm {    padding: 60px 0;    background: #F9F9F9;}
section.product_review.product_review_humm  .accordion_call .acc__panel {    background: #fff;    padding: 30px;    box-shadow: none;}

section.humm-process-sec {    padding: 60px 0;}
section.humm-process-sec h2 {    text-align: center;    margin: 0 0 40px;    font-size: 35px;    font-weight: normal;    font-family: 'CircularStdBlack';    color: #333333;}
section.humm-process-sec span.icon_blk {    display: block;    width: 80px;    height: 80px;    margin: 0 0 30px;}
section.humm-process-sec h3 {    font-size: 20px;    font-weight: normal;    font-family: 'CircularStdBold';}
.humm-process-sec p {    font-size: 15px;    font-weight: normal;    font-family: 'CircularStdBook';}

/*******************/

.battery-home-sec .row {    flex-direction: row-reverse;    align-items: normal;}
.battery-home-sec ul li {    background-size: 20px;}

.battery-home-sec h2 {
    font-size: 45px;
    max-width: 610px;
    line-height: 59px;
}


.b_logo {
    display: block;
    margin: 50px 0 0;
}

@media(max-width:767px) {
.battery-home-sec h2 {
    font-size: 25px;
    
    line-height: 37px;
}
	
.b_logo {
    max-width: 180px;
    margin: 24px 0 0;
}	
	}



/********22-05-2024********/

.midd-header {	background: #FADF01;	text-align: center;	padding: 10px 15px;	font-size: 18px;}

.main-header .container {    max-width: 1440px;}
.main-header:after {     width: calc(50% - 140px); }
.midd-header span {    display: block;    font-size: 14px;   }

/*********2024 7-6-2024*******/
section.postcode-hero-2024 {    background: #2765d2;}
section.postcode-hero-2024 .fx {    display: flex;    flex-wrap: wrap;     align-items: center;}
section.postcode-hero-2024 .fx .col7 {    width: calc(100% - 400px);}
section.postcode-hero-2024 .fx .form-postcode {    padding: 24px;    background: #ffdd1a;    border-radius: 8px;}
section.postcode-hero-2024 .fx .col3 {    width: 400px;    padding: 10px;}

.postcode-hero-2024 input[type="text"], .postcode-hero-2024 input[type="password"], .postcode-hero-2024 input[type="email"], .postcode-hero-2024 input[type="tel"], .postcode-hero-2024 input[type="search"], .postcode-hero-2024 input[type="number"], .postcode-hero-2024 textarea {
    height: 45px;
    font-size: 18px;
}

.postcode-hero-2024  form label {    color: #000;    font-size: 16px;
    font-weight: 400;    line-height: 1.5;    margin-bottom: 5px;    display: block;}

.postcode-hero-2024 span.wpcf7-form-control-wrap {    display: block;    margin: 0 0 9px;}
.postcode-hero-2024 form .submit-btn {    margin-top: 0px;    position: relative;}

@media(max-width:1500px) {


.fx .col3 {
    width: 350px;
    padding: 10px;
}
.fx .col7 {
    width: calc(100% - 350px);
    align-items: center;
}
	}



/**************2024* Form************/

.banner-form-new-dv {    background: #FFF;    padding: 25px 15px;    width: 450px;    border-radius: 5px;     box-shadow: 1px 1px 25px rgba(0, 0, 0, .4);}
.banner-form-new-dv p.accept-check-new {    padding: 0 15px !important;}
.banner-form-new-dv .col-md-12 + .col-md-12 p{    margin-top: 10px;}
.banner-form-new-dv form .submit-btn {    margin-top: 0;    position: relative;}
.banner-form-new-dv h3 {    font-size: 24px;    padding: 0 10px;    color: #333;}
.banner-form-new-dv h3 span {    display: block;    font-size: 16px;    font-family: 'CircularStdBook';    font-weight: normal;    padding: 4px 0 0;}
.postcode_hero .padd_blk {    padding: 30px 0 30px !important;}
.postcode_hero  .banner-form-new-dv form label {    margin-bottom: 5px;}
.postcode_hero {    height: auto !important;    min-height: 672px;}
.banner-form-new-dv input[type="submit"] { background-color: #d30808;}


@media(max-width:1279px) {
.banner-form-new-dv {     max-width: 400px;     width: 100%;    float: right;}
}

@media(max-width:850px) {
.banner-form-new-dv {     max-width: 350px;     width: 100%;    float: right;}
.banner-form-new-dv h3 {    font-size: 22px; }
.banner-form-new-dv h3 span {    font-size: 13px;      padding: 4px 0 0;}	

}

.mobile-layout-main .postcode_hero span.post_img_bt {    display: block;    margin: 20px 0 0;}
.mobile-layout-main .postcode_hero .padd_blk {    padding: 0px 0 30px!important;}
.mobile-layout-main .postcode_hero span.post_img_bt {    display: block;    margin: 20px 0 -1px;}
.mobile-layout-main  .banner-form-new-dv {
        max-width: 100%;
        width: 100%;
        float: right;
    }


/************/

section.new_why_choose {    padding: 50px 0;    text-align: center;}


.mobile-layout-main section.new_why_choose {    padding: 30px 0;    text-align: center;}
.mobile-layout-main section.new_why_choose h3 {    font-size: 24px;    color: #231F20;    line-height: 1.2;    font-weight: normal;    max-width: 310px;    margin: 0 auto 17px;}
.banner-form-new-dv h3 {       color: #000;}
.banner-form-new-dv  form label {    color: #333;}
.banner-form-new-dv p.accept-check-new a {
    color: #000;
}


/*********************2024 Css ******************/


.new-sec-2024.padd50 {    padding: 50px 0px;}
.new-sec-2024.bg-color1 {    background: #FBFBFB;}

.new-sec-2024  h2 {    font-family: 'CircularStdBold';    font-weight: normal;    margin: 0 0 32px; font-size: 38px;}
.services_help_slider  span.icon_blk {    width: 80px;    display: block;}
.services_help_slider .padd {    background: #fff;    padding: 25px;    margin: 0 15px;}
.services_help_slider .padd {    background: #fff;    padding: 25px;    margin: 0 15px;    border: #E3E3E3 solid 2px;    border-radius: 10px;     transition: all 0.3s ease 0s, color 0.3s ease 0s; position:relative } 
.services_help_slider .padd:hover {    border: 2px solid #2765CF;    box-shadow: 0px 0px 20px #2765CF40;}
.brand_logo_slider .padd {    cursor: pointer;}

.services_help_slider a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.services_help_slider h3 {    margin: 10px 0 4px;    padding: 0;    font-size: 22px;    font-weight: normal;    color: #333;}
.services_help_slider a {    color: #333;    text-decoration: underline;}

.brand_logo_slider .padd {    box-shadow: 3px 0px 15px rgba(0,0,0,0.1);    margin: 12px 12px 6px;    border-radius: 6px;}
.brand_logo_slider .padd img {
   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
	    opacity: 0.6;
}

.brand_logo_slider .padd img:hover {    filter: none;	opacity: 1;    -webkit-filter: grayscale(0);}

.new-sec-2024 .slick-arrow{ width: 90px; height: 90px; font-size: 0; text-indent: -999em; position: absolute; padding: 0; right: 0; bottom: -80px; z-index: 9; background-position: center; background-repeat: no-repeat; padding: 0; background-color: transparent; box-shadow: none; -webkit-box-shadow: none; background-size: contain;}
.new-sec-2024 .slick-arrow:focus{ outline: none; }
.new-sec-2024 .slick-prev{ background-image: url(assets/svg/but_back.svg); right: 65px;}
.new-sec-2024 .slick-next{ background-image: url(assets/svg/but_next.svg); }
.new-sec-2024 .slick-next:hover{background-image: url(assets/svg/but_next_hover.svg);}

.brand_logo_sec.padd50 {
    padding-bottom: 100px;
}

@media(min-width:1279px) {
.services_help_slider  .slick-list {    margin: 0px -15px;}
}

section.new_why_choose h3 {
    margin: 0 0 20px;
    font-size: 2.5rem;
    font-family: 'CircularStdBlack';
    font-weight: normal;
}



/***********Tab 2024******************/

.residebtial_sec_2024  {      background: rgb(7,97,180);    background: linear-gradient(21deg, rgba(7,97,180,1) 0%, rgba(41,148,226,1) 57%, rgba(96,244,254,1) 100%);}
.residebtial_sec_2024 h2 { color:#fff; }

.residebtial_sec_2024 ul.selectsolar-tabs {    max-width: 400px;    width: 100%;    height: 60px;    background: #fff;    display: flex;    margin: 0px auto  30px;    border-radius: 150px;    align-items: center;    box-shadow: 1px 1px 15px rgba(0,0,0,0.2);    overflow: hidden;}
.residebtial_sec_2024 ul.selectsolar-tabs li {    width: 50%;    list-style: none;    margin: 0;    padding: 0;    display: flex;    justify-content: center;   height: 100%;  align-items: center; cursor: pointer;}    
.residebtial_sec_2024 ul.selectsolar-tabs li.active {    background: #002652;    height: 100%;    color: #fff;    border-radius: 54px;}



.residebtial_sec_2024 .system_blk {    margin: 0 15px;}

.residebtial_sec_2024 .system_box {    background: #fff;    padding: 20px 25px;    border-radius: 6px;    margin-top: 40px;    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);    margin-bottom:25px;}
.residebtial_sec_2024 .system_box .kwtitle {    font-size: 35px;    text-align: center;}
.residebtial_sec_2024 .sub-title {    text-align: center;    padding: 0 25px 15px;}
.residebtial_sec_2024 .sub-title p {    font-family: 'CircularStdBook';    line-height: 1.5;}



.residebtial_sec_2024 .price {    display: flex;    margin: auto;    justify-content: center;    align-items: center;}
.residebtial_sec_2024 .price .p-left {    font-size: 65px;    font-family: 'CircularStdBlack';    font-weight: normal;    color: #333333;    line-height: 1;}
.residebtial_sec_2024 .price .p-left sup {    font-size: 35%;    top: -25px;    position: relative;}
.residebtial_sec_2024 .b-right {    line-height: 1;    margin-left: 12px;}
.residebtial_sec_2024 .b-right strong {    display: block;    font-size: 18px;    text-transform: uppercase;    color: #333;}
.residebtial_sec_2024 .b-right small {    display: block;    font-size: 16px;}

.residebtial_sec_2024  a.brn {    width: 200px;    height: 45px;    border: #FF6C00  solid 1px;    display: flex;    margin: 13px auto 25px;    justify-content: center;    align-items: center;    border-radius: 55px;    color: #FF6C00 ;    text-decoration: none !important;}
/*.residebtial_sec_2024  a.brn:hover {    background: #FF6C00 ;    color: #fff;    border-color: #FF6C00 ;}*/
.residebtial_sec_2024 .system_box:hover a.brn {  background: #FF6C00 ;    color: #fff;    border-color: #FF6C00 ; }

.residebtial_sec_2024 .systen_content h3 {    font-size: 18px;    font-weight: normal;    margin: 0;    padding: 0 0 14px;}
.residebtial_sec_2024 .systen_content ul li {    list-style: none;    color: #333;    padding-left: 25px;}
.residebtial_sec_2024 .systen_content ul li {    list-style: none;    color: #333;    padding-left: 25px;    background: url(assets/svg/narrow-new.svg) no-repeat 0 6px;}

.residebtial_sec_2024 .systen_content ul {    margin: 0 0 15px;    padding: 0;}
.residebtial_sec_2024  a.link_more {    color: #333;    text-decoration: underline;}
.residebtial_sec_2024  article {    text-align: center;    color: #fff;    font-size: 20px;}
.residebtial_sec_2024 article small {    font-size: 16px;    display: block;}
.residebtial_sec_2024 .rcs_terms {    color: #fff;    max-width: 742px;    font-size: 14px;    font-family: 'CircularStdBook';    padding-left: 15px;    padding-top: 15px;}
.residebtial_sec_2024  center.fin-img {    max-width: 300px;    margin: 0 auto 34px;}
.residebtial_sec_2024 { position:relative; overflow:hidden;     z-index: 1; }
.residebtial_sec_2024::before {    content: '';    width: 326px;    height: 160px;    background: rgba(255,255,255,0.1);    position: absolute;    top: -30px;    transform: skewY(-12deg);
    z-index: -1;}

.residebtial_sec_2024 .system_box { position:relative;}
.residebtial_sec_2024 span.recommended_block {    position: absolute;    right: -2px;    width: 135px;
    height: 32px;    background: #FADF01;    text-align: center;
    display: flex;    align-items: center;    justify-content: center;    top: -16px;    border-radius: 5px 5px 0px 5px;    color: #000;
}

.residebtial_sec_2024 .price .p-left { position:relative;}
.residebtial_sec_2024 .price .p-left::after {    content: '*';    font-size: 30%;    position: absolute;    line-height: 1;    top: 8px;    right: -8px;    font-family: 'CircularStdBook';
    font-weight: normal;}

.residebtial_sec_2024 .system_box { border:2px solid #fff;     transition: all 0.3s ease 0s, color 0.3s ease 0s;     cursor: pointer; }
.residebtial_sec_2024 .system_box:hover {    border: 2px solid #002652; box-shadow:1px 1px 22px rgba(0,0,0,0.3); }

/********switch *****/
.residebtial_sec_2024 .form-switch {    color: #fff;}
.residebtial_sec_2024  .slideToggle {  display: flex;  justify-content: center;  margin: 50px 0 20px;}
.residebtial_sec_2024  .slideToggle i {  margin: 0 15px;}
.residebtial_sec_2024  .form-switch {  align-items: center;  display: flex;  cursor: pointer;  -webkit-tap-highlight-color: transparent;  justify-content: space-between;  margin-bottom: 20px;}
.residebtial_sec_2024  .form-switch i {  position: relative;  display: inline-block;  width: 100px;  height: 30px;  border: 1px solid #fff; background:#fff;  border-radius: 15px;  transition: all 0.3s linear;}
.residebtial_sec_2024  .form-switch i::after {  content: "";  position: absolute;  left: 0;  width: 40px;  height: 22px;  background-color: #ff6c00;  border-radius: 15px;  transform: translate3d(4px, 3px, 0);  transition: all 0.2s ease-in-out;}
.residebtial_sec_2024  .form-switch input {  display: none;}
.residebtial_sec_2024  .form-switch input:checked + i::after {  transform: translate3d(54px, 3px, 0);}
.residebtial_sec_2024 .pricingtable__highlight.js-yearlypricing {    display: none;}

.residebtial_sec_2024 div#tab2 .slideToggle {
    display: none;
}





/********switch End *****/


@media(max-width:999px) {
.residebtial_sec_2024 .rcs_terms {    width: calc(100% - 113px);    font-size: 11px;    line-height: 1.2;}
}

/******Mobile Css 2024**********/

.mob_hero-banner, .mob_hero-banner img {
    width: 100%;
}


.mobile-layout-main .services_help_slider .padd {    background: #fff;    padding: 20px;    margin: 0 5px;    border: #E3E3E3 solid 1px;    border-radius: 10px;}
.mobile-layout-main .new-sec-2024.padd50 {    padding: 30px 0;}
.mobile-layout-main .new-sec-2024 h2 { font-size:24px; }
.mobile-layout-main .services_help center {    max-width: 300px;    margin: auto;}
.mobile-layout-main .services_help_slider span.icon_blk {    width: 60px;    display: block;}
.mobile-layout-main .services_help_slider h3 { font-size:16px; }
.mobile-layout-main .services_help_slider a {    font-size: 14px;}
.mobile-layout-main .services_help.padd50 {
    padding-bottom: 70px;
}
.mobile-layout-main .new-sec-2024  .slick-arrow {    transform: scale(0.7);    transform-origin: 0;}
.mobile-layout-main .new-sec-2024 .slick-arrow {    right: -31px;}
.mobile-layout-main .new-sec-2024 .slick-prev{    right: 17px;}

.mobile-layout-main .brand_logo_sec  .container {    box-shadow: 0 0 5px rgba(0,0,0,.2);    margin: 0 20px;    width: auto;    padding: 28px 15px 69px;    max-width: 100%;    border-radius: 10px;}
.mobile-layout-main .new-sec-2024.brand_logo_sec  .slick-arrow {    bottom: -70px}


/*********************/
@media(max-width:767px) {
.residebtial_sec_2024 span.beforeinput {    font-size: 13px;}
.residebtial_sec_2024 span.afterinput {    font-size: 13px;}
.residebtial_sec_2024 .form-switch i {    width: 70px;}
.residebtial_sec_2024 .slideToggle {    display: flex;    justify-content: center;    margin: 32px 0 5px;}
.residebtial_sec_2024 .system_box {    margin-top: 22px;}
.residebtial_sec_2024 .system_box{    margin-bottom: 5px;}
	.residebtial_sec_2024 .form-switch i::after { width:34px;}
.residebtial_sec_2024 .form-switch input:checked+i::after {    transform: translate3d(34px,3px,0);}

}

/*****************/

.arise-advantage  span.icon_blk {    display: block;    width: 80px;    margin: 0 0 11px;}
.arise-advantage  h3 {    color: #333333;    font-size: 18px;    font-weight: normal;    margin: 0 0 10px;}
.arise-advantage h2 {    margin: 0;    padding: 0 0 8px;}
.arise-advantage .padd p {    font-size: 14px;    font-weight: normal;    line-height: 20px;         font-family: 'CircularStdBook';}
.arise-advantage .happy-img {    padding-right: 15px;    position: sticky;    top: 160px;}
.arise-advantage .col-lg-8 .row {   row-gap: 30px;     margin-top: 30px; }

:root {  --animation-speed: 1s;}
.arise-advantage .heart {  animation: heartbeat var(--animation-speed) infinite;  user-select: none;}
.arise-advantage .heart img {  width: 100%;}

/* Animation */
@keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.75);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(0.75);
  }
}


@media(max-width:767px) {
.arise-advantage .happy-img {    padding-right: 0;    position: static;    top: 160px;    width: 100%;    text-align: center;    margin: 0 0 30px;}
.arise-advantage h2 { font-size:24px; }
.arise-advantage p {    text-align: center;    font-size: 14px;}
.arise-advantage h3 {    text-align: center;}
.arise-advantage span.icon_blk {    display: table;    margin: 0 auto 7px;}
.arise-advantage .col-md-6.col-lg-4 {    width: 50%;}
.arise-advantage .col-lg-8 .row {    row-gap: 20px;    margin-top: 30px;}
}
/*****************/

section.new_quote_sec {    width: 100%;}
section.new_quote_sec .row {    flex-direction: row-reverse;    align-items: center;}
section.new_quote_sec  h3 {    font-size: 28px;    color: #333;    font-weight: normal;    font-family: 'CircularStdBold';}
section.new_quote_sec  p {    font-family: 'CircularStdBook';    max-width: 570px;    margin-bottom: 25px;}
section.new_quote_sec .new-call-btn {    width: 258px;    height: 58px;    display: inline-block;    border: #FF7A00 solid 1px;    text-align: center;    color: #FF7A00;    padding: 16px 0;    text-decoration: none;    border-radius: 6px;}
section.new_quote_sec a.new-call-btn.btn-bg {    background: #FF7A00; color: #fff; text-transform: uppercase; font-size: 14px;  line-height: 29px;
    border: none !important;}
section.new_quote_sec a.new-call-btn.bdr-bg {    margin-left: 30px;}


/*************/

footer.main-new-footer {    width: 100%;     padding: 50px 0 0; }
footer.main-new-footer h2.widget-title {    font-size: 18px;    color: #333;    font-weight: normal;}
footer.main-new-footer .fo-nav {    display: flex;    justify-content: space-between;    width: 100%;}

footer.main-new-footer .fo-nav ul {    margin: 0;    padding: 0;}
footer.main-new-footer .fo-nav ul li {    list-style: none;   }
footer.main-new-footer .fo-nav ul li a {    display: block;    font-size: 15px;    font-weight: normal;    font-family: 'CircularStdBook';    color: #333;    text-decoration: none !important;}

footer.main-new-footer .fo-midd {    display: flex;    justify-content: space-between;    border-top: #E3E3E3 solid 1px;    padding: 24px 0;    margin-top: 0px;}
footer.main-new-footer  .social-fo ul {    margin: 0;    padding: 0;    display: flex;}
footer.main-new-footer  .social-fo ul li {    list-style: none;    margin-right: 20px; padding:0px;}
footer.main-new-footer  .social-fo ul li a {    color: #949494;    font-size: 22px;    text-decoration: none !important;}
footer.main-new-footer  .lin-blk {    color: #333333;    font-size: 14px;    font-family: 'CircularStdBook';}
footer.main-new-footer  .fo-bt {    display: flex;    justify-content: space-between;    border-top: #E3E3E3 solid 1px;    padding: 22px 0 9px;}
footer.main-new-footer .fo-midd {    align-items: center;}
footer.main-new-footer  .arise_text article {    font-family: 'CircularStdBook';    font-size: 14px;    width: calc(100% - 160px);}
footer.main-new-footer .fo-nav {
    margin-bottom: 30px;
}
footer.main-new-footer ul#menu-footer-bottom-links {    margin: 0;    padding: 0;    display: flex;}
footer.main-new-footer  ul#menu-footer-bottom-links li {    list-style: none;    margin-right: 15px;}
footer.main-new-footer  ul#menu-footer-bottom-links li a {    font-size: 14px;    color: #333 !important;    font-family: 'CircularStdBook';    text-decoration: none !important;}

footer.main-new-footer section#custom_html-7 {    text-align: right;    padding: 0;}
footer.main-new-footer section#custom_html-7 p {    color: #333333;    font-size: 14px;    font-family: 'CircularStdBook';}

footer.main-new-footer  section#nav_menu-8 {    padding: 0;}
footer.main-new-footer section#custom_html-7 p + p {    display: none;}
footer.main-new-footer section#nav_menu-4 {    margin-top: 20px;}

footer.main-new-footer section.t_c_block {    font-size: 12px;    padding: 24px 0;     background: #fbfbfb url(assets/images/au-icon.png) no-repeat 95% bottom ;  }
section.new_quote_sec p {      color: #333;    font-weight: normal;}
footer.main-new-footer .flag img {    width: 60px;    border-radius: 5px;    margin-right: 9px;}


@media(max-width:999px) {
footer.main-new-footer {    display: none;}
section.new_quote_sec {    display: none;}
}

.mobile-layout-main .arise-advantage  h2 {    text-align: center;}
.mobile-layout-main .arise-advantage h3 {    font-size: 16px;}
.mobile-layout-main .arise-advantage .padd p { display:none;}

.ev_sec h2 {    margin: 0 0 14px;    padding: 0;}
.new_quote_sec.ev_sec  ul {    margin: 0 0 22px 18px;}
.new_quote_sec.ev_sec p {    margin: 0 0 16px;    padding: 0;}

.new_quote_sec.ev_sec ul {    margin: 0 0 22px 0px;    counter-reset: custom;}
.new_quote_sec.ev_sec ul li {    counter-increment: custom;    list-style: none;    position: relative;    padding-left: 31px;    margin: 0 0 4px;}
.new_quote_sec.ev_sec ul li::before {    content: counters(custom, ".") " ";    width: 20px;    height: 20px;    margin-right: 10px;    background: #ff7a00;    color: #fff;
    border-radius: 50%;    display: flex;    align-items: center;    justify-content: center;    position: absolute;    left: 0;    font-size: 12px;    top: 3px;}


.mobile-layout-main section.new_quote_sec.new-sec-2024.ev_sec.padd50.bg-color1 {
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    margin: 0 20px;
    width: auto;
    border-radius: 10px; display:block;
}

.mobile-layout-main  .ev_sec  .happy-img {
    margin: 0 0 40px;
}


#fancybox-container-3 .fancybox-content.obligation-modal .obligation-img {    background-position: center bottom;    bottom: -3px;    position: relative;    left: 17px;}


/*****review************/



.our-review-section {
    position: relative;
    overflow: hidden;
 
    background-color: unset;
}
 
.reviewer-card {
    background-color: #fff;
    padding: 1rem;
    min-width: 300px;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
    margin: 16px;
    transition: box-shadow .5s;
}
.reviewer-card-stars {
    color: #fdb52e;
    margin-bottom: 8px;
}
.reviewer-card-meta-image {
    float: left;
    margin-right: 10px;
}
.reviewer-card-meta-text p {
    line-height: 1.2;
}
.reviewer-card-meta {
    display: flex;
}
.reviewer-card-meta-image span {
    padding: 5px 9px;
    color: #fff;
    font-family: Gilroy-Bold;
    font-size: 18px;
    line-height: 1.7;
}
@keyframes scroll {
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(calc(-250px * 7));
}
}@keyframes scrolll {
    0% {
    transform: translateX(-200px);
}
100% {
    transform: translateX(calc(-250px * 7));
}
}.our-review-section .slide-track {
    animation: 40s linear infinite scroll;
    display: flex;
    width: calc(250px * 14);
}
.our-review-section .slide-track1 {
    animation: 40s linear infinite scrolll;
    display: flex;
    width: calc(250px * 14);
}
.slide-track1:hover, .slide-track:hover {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
 
    animation-play-state: paused;}


.our-review-section .reviewer-card-text {    clear: both;    padding: 0px 0 0;}
.our-review-section .reviewer-card-text p {    font-family: 'CircularStdBook';
    font-weight: normal !important;    font-size: 14px;
    line-height: 20px;}
.our-review-section .reviewer-card-stars i {    font-size: 21px;    margin-right: 7px;}


.reviewer-card-text {    clear: both;    padding: 0px 0 0;}
.reviewer-card-text p {    font-family: 'CircularStdBook';
    font-weight: normal !important;    font-size: 14px;
    line-height: 20px;}
.reviewer-card-stars i {    font-size: 21px;    margin-right: 7px;}

.our-review-section h2 {    margin: 0 0 12px;}
.our-review-section .review_icon {
    display: table;
    margin: 30px auto;
}

.our-review-section .reviewer-card-stars {
    display: block;
    clear: both;
    padding: 18px 0px 0;
}

.our-review-section span.bg-primary.first-name {
    background: #636363;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    border-radius: 5px;
}


.our-review-section span.bg-primary {
    font-family: 'CircularStdBook';
    font-weight: 700;
}
.our-review-section .reviewer-card-meta-text strong {
    font-weight: normal;
    font-family: 'CircularStdBold';
    color: #333;
}

.our-review-section .reviewer-card  a {
    text-decoration: none !important;
}


/**********************************/

	.Vdo-Story .story_slider  .row {    align-items: center;}
	.Vdo-Story .story_slider .padd_in {    background: #fff;    padding: 50px;    text-align: center;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.1);    margin: 21px 21px; position: relative;}
	.Vdo-Story h2 {    margin: 0;}
	.Vdo-Story article {    margin: 0 0 50px;}
	.Vdo-Story span.name_blk {    display: block;    margin: 0 0 16px;}
	.Vdo-Story a.story_btn {    width: 198px;    border: #000 solid 1px;    height: 64px;    border-radius: 5px;    display: flex;    align-items: center;
    justify-content: center;    color: #002652;    margin: 30px auto 0;    font-size: 16px; text-decoration: none !important; text-transform: uppercase;}
   .Vdo-Story .story_slider .padd_in p {    font-family: 'CircularStdBook';}
	.Vdo-Story .story_slider .padd_in p {    font-family: 'CircularStdBook';    font-weight: normal;    font-size: 14px;    line-height: 22px;    font-style: italic;}
	.Vdo-Story{    padding: 50px 0px 0px; background:#FBFBFB; }
	.Vdo-Story h3 {    color: #002652;    font-weight: normal;    font-family: 'CircularStdBold';}
	.Vdo-Story {    padding: 50px 0px 0px !important;    background: #FBFBFB;}
	.Vdo-Story h3 {    color: #002652;    font-weight: normal;    font-family: 'CircularStdBold';}
	.Vdo-Story i.fa.fa-play-circle {    margin-right: 14px;    font-size: 40px;}

	.Vdo-Story .story_slider .padd_in::before {    width: 35px;    height: 32px;    background:url(assets/svg/l-quote.svg) no-repeat;    left: 0;    top: 0;    content: '';    position: absolute;}
	.Vdo-Story .story_slider .padd_in::after { width: 35px;    height: 32px;    background: url(assets/svg/r-quote.svg) no-repeat;    right: 0;    bottom: 0;    content: '';    position: absolute;}
	
	.Vdo-Story .slick-dots{ margin: 0; padding: 0; text-align: center;}
.Vdo-Story .slick-dots li{ margin: 0 5px; padding: 0; display: inline-block; vertical-align: top;}
.Vdo-Story .slick-dots li button{ display: block; font-size: 0; text-indent: -999em;  width: 21px; height: 20px; background-color: #AAAAAA ; border-radius: 50%; -webkit-border-radius: 50%; padding: 0; box-shadow: none; -webkit-box-shadow: none;}
.Vdo-Story .slick-dots li.slick-active button{background-color: #2765CF;}
.Vdo-Story .slick-dots li button:focus{ outline: none; }
.Vdo-Story .slick-dots {
    padding: 0;
    text-align: center;
    width: 50%;
    left: 50%;
    position: relative;
    bottom: 19px;
} 

@media(max-width:767px) {
	
.Vdo-Story .story_slider .padd_in {    margin: 0px 21px 21px;}
.Vdo-Story .slick-slide img {    display: block;    max-width: 300px;    width: 94%;    left: 8%;    position: relative;}
.Vdo-Story .slick-dots {    padding: 20px 0 0;    text-align: center;    width: 100%;    left: 0;    position: relative;    bottom: 19px;}
}


@media(min-width:1024px) {	
.Vdo-Story .slick-dots {
    padding: 0;
    text-align: center;
    width: 50%;
    left: 50%;
    position: absolute;
    bottom: 19px;
}
.Vdo-Story .story_slider  .row {
    align-items: flex-start;
}	
	
}


.review_icon_new {    display: flex;    max-width: 500px;    margin: 32px auto 26px;    justify-content: space-around;    width: 100%;}
.review_icon_new  .bdr-line {    width: 1px;    background: #C6C6C6;    margin: 30px 40px;}
.review_icon_new  .rev-link a {    color: #333;}
.review_icon_new  .rev-link a span {    display: block;    text-align: center;    padding: 14px 0 0;}
.reviewer-card-meta p.reviewer-card-meta-text_date {
    font-size: 14px;
    color: #c1c1c1;
    font-weight: normal;
    font-family: 'CircularStdBook' !important;
}


/******Mobile View*****/
.mobile-layout-main .our-review-section  center {    padding: 0 25px;}
.mobile-layout-main .review_icon_new {    padding: 0 20px;}
.mobile-layout-main .review_icon_new .bdr-line {    margin: 40px 20px;}
.mobile-layout-main .our-review-section h2 {    margin: 0 50px 12px;}

.mobile-layout-main  .Vdo-Story {    padding: 30px 0 0px!important;
    background: #FBFBFB;}
.mobile-layout-main  .Vdo-Story article {    text-align: center;    padding: 0 25px;}
.mobile-layout-main .Vdo-Story .story_slider .padd_in {    padding: 25px;}
.mobile-layout-main .Vdo-Story article {    margin: 0 0 30px;}
.mobile-layout-main .Vdo-Story {    padding: 30px 0 0px!important;    background: #FBFBFB;    margin-bottom: 30px;}
.mobile-layout-main  .review_icon_new .rev-link a span {    font-size: 14px;    line-height: 1;}
/******Mobile View*****/


section.new_quote_sec.chairs_sec .row {    flex-direction: revert;}
.new_quote_sec.ev_sec.chairs_sec ul li::before {    content: "";    width: 10px;    height: 10px;    top: 7px;}
.new_quote_sec.ev_sec.chairs_sec  ul li {     padding-left: 20px;    margin: 0 0 4px;}

.mobile-layout-main section.new_quote_sec.new-sec-2024.ev_sec.chairs_sec {
    margin-top: 30px !important;
}


.mobile-layout-main section.new_quote_sec.chairs_sec a.new-call-btn.bdr-bg {
    margin-left: 0;
    margin-top: 15px;
}

 
@media(max-width:767px) {
/*#podium-website-widget { display:none !important;}*/
}

@media(max-width:1023px) {
	#podium-website-widget iframe#podium-bubble {
    margin-bottom: 57px !important;
}
}

/*********************/



.home_banner .home_banner_blk p {
    max-width: 410px;
}

.home_banner .home_banner_blk p {
    padding: 0 0 11px;
}

/*********/
.pricingtable__highlight.js-yearlypricing {    flex-wrap: wrap;}
.system_blk .stext {    width: 100%;    text-align: center;    font-size: 14px;    font-weight: normal;}
/******************/



.installsolar_row .installsolar-blk { position:relative;}
.installsolar_row .installsolar-blk .installsolar_con {	position: static;}
 .installsolar_row .installsolar-blk .installsolar_con .installsolar-icon {	background-color: transparent;	width: auto;
	max-width: 200px;	height: auto;	padding: 0;	right: 19px;	max-width: 100%;	top: -14px;	align-content: center;	align-items: center;}
 .installsolar_row .installsolar-blk {min-height: 260px}


.retailers-solar .row {    flex-direction: row-reverse;}

section.retailers-solar p strong {
    font-family: 'CircularStdBold';
    font-weight: normal;
}


body.page-id-206  .residebtial_sec  div#tab1 {
    display: none !important;
}


/*********New page **********/

.solar-panel-list .panel-box {    position: relative;    border: #e3e3e3 solid 1px;    margin: 30px 0 0;    padding: 62px 40px 40px;    box-shadow: 1px 1px 8px  rgba(0,0,0,0.1);}
.solar-panel-list .panel-box span.l-logo {    position: absolute;    width: 99px;    top: 0;    left: 0;    background: #F1F1F1;}
.solar-panel-list a.new-call-btn.btn-bg {    background: #FF7A00;    color: #fff;}
.solar-panel-list .new-call-btn {    width: 258px;    height: 58px;    display: inline-block;    border: #FF7A00 solid 1px;    text-align: center;
    color: #FF7A00;    padding: 16px 0;    text-decoration: none;    border-radius: 6px;}

.solar-panel-list .panel-box .row {    flex-direction: row-reverse;}


.solar-panel-list .panel-box ul li {
    background: url(assets/svg/narrow-new.svg) no-repeat 0 6px;
    list-style: none;
    padding-left: 23px;
    background-size: 14px;
}

.solar-panel-list .panel-box ul {
    margin: 0 0 20px;
    padding: 0px;
}

.solar-panel-list a.new-call-btn.bdr-bg {
    margin-left: 20px;
}


/**********zerodeposit New Page 26-07-2024*************/

section.zero-hero-banner {    padding: 70px 0;}
section.zero-hero-banner h1 {    font-size: 2.5rem;    font-family: 'CircularStdBlack';    font-weight: normal;}
section.zero-hero-banner p {    color: #353F4F;    font-size: 1.125rem;    font-family: 'CircularStdBook';}
.rev-star-sec span i {    color: #fdb52e;    font-size: 18px;    margin-right: 5px;}
.rev-star-sec {    color: #353F4F; 
    font-family: 'CircularStdBook'; }
.rev-star-sec strong {    font-weight: normal;    font-family: 'CircularStdBlack';}

section.help-sec-new {    background: #FBFBFB;    padding: 50px 0;}
.help-sec-new h3 {    font-weight: normal;    margin: 0 0 10px;}
.help-sec-new h2 {    margin: 0 0 9px;}

section.quotes-sec {    background: rgb(7, 97, 180);    background: linear-gradient(21deg, rgba(7, 97, 180, 1) 0%, rgba(41, 148, 226, 1) 57%, rgba(96, 244, 254, 1) 100%);    padding: 50px 0;}
section.help-sec-new {    background: #FBFBFB;    padding: 50px 0;}

.quotes-sec h2 {    color: #fff;    font-weight: normal;    margin: 0 0 12px;}
.quotes-sec p {    font-size: 22px;    color: #fff;    font-weight: normal;}
section.help-sec-new .row {    align-items: center;}


section.going-solar-sec {    padding: 50px 0 0px;    position: relative;    z-index: 1;}
section.going-solar-sec::after {    position: absolute;    width: 100%;    background: #f7f7f7;    height: 80%;    content: '';    top: 0;    z-index: -1;}
section.going-solar-sec h2 {    margin: 0;    margin: 0 0 6px;    font-weight: normal;    font-family: 'CircularStdBold';}
section.going-solar-sec center p {    font-size: 22px;    margin: 0 0 30px;}
section.going-solar-sec .white_blk {    background: #fff;    padding: 35px 25px;    box-shadow: 1px 1px 15px rgba(0,0,0,0.1);    text-align: center;    border-radius: 8px;}
section.going-solar-sec  span.nub-blk {    display: block;    font-size: 40px;    color: #2563EB;    font-family: 'CircularStdBlack';    margin: 0 0 0;
    padding: 0;    line-height: 1;}
section.going-solar-sec .white_blk  p {    color: #6B7280;    font-size: 18px;}
section.going-solar-sec .white_blk .col-md-4 + .col-md-4 .padd_blk {
    border-left: #ccc solid 1px;
}


.zerodeposit-content p {    font-size: 18px;    color: #555;    line-height: 32px;  font-family: 'CircularStdBook'; font-weight:normal;}
.zerodeposit-content .container {    max-width: 900px;}
.zerodeposit-content blockquote {    background: #fff;    padding: 15px;    margin: 0;    border-left: #000 solid 2px;}
.zerodeposit-content ul { margin:0px 0px 25px; padding:0px;}
.zerodeposit-content ul li{ list-style:none; font-size:18px; color:#555; }
.zerodeposit-content ul li a{ font-family: 'CircularStdBook'; font-weight:normal;}
.zerodeposit-content  strong{ font-family: 'CircularStdBold'; font-weight:normal;}


.zerodeposit-content ul li {
    padding: 0 0 8px 29px;
  
    background: url(assets/svg/ioc_tick.svg) 0 6px no-repeat;
    background-size: 16px;
}
.zerodeposit-content p a {
    color: #ff7400;
}

.zerodeposit-content p a {
    color: #2765cf;
}



section.zero-faq {    padding: 0 0 50px;}
section.zero-faq  h2 {    text-align: center;    margin: 0 0 30px;    font-weight: normal; font-family: 'CircularStdbold';}
section.zero-faq .accordion_call.accordion_call_desktop .acc__title {    padding: 20px 45px 20px 0px !important;    font-size: 20px;    border-bottom: none;}
section.zero-faq  .acc {    max-width: 800px;    margin: auto;}
section.zero-faq .fa-chevron-down:before {     color: #333;    font-weight: normal;    font-size: 16px;}
section.zero-faq .accordion_call_desktop .acc__card {    margin: 0;}
section.zero-faq  .accordion_call.accordion_call_desktop .acc__title {font-size: 16px;}
section.zero-faq .acc__title {    background: none !important;}
section.zero-faq .accordion_call .acc__panel {    background: #fff;    padding: 0;    box-shadow: none; }
section.zero-faq  .accordion_call.accordion_call_desktop .acc__title {    font-size: 16px;   }
section.zero-faq .acc__card { border-bottom:#ccc solid 1px;}
section.zero-faq .acc__card article {    padding: 0 0 20px;}

.zerodeposit-content blockquote {
    margin: 0 0 27px;
}


section.ready_book_sec {    margin: 0 0 50px;}
.ready_book_sec .container {    background: linear-gradient(21deg, rgba(7, 97, 180, 1) 0%, rgba(41, 148, 226, 1) 57%, rgba(96, 244, 254, 1) 100%);    padding: 15px 60px;    border-radius: 10px;}
.ready_book_sec  .row {    align-items: center;    flex-direction: row-reverse;}
.ready_book_sec h2 {    color: #fff;    font-size: 40px;    font-weight: normal;    font-family: 'CircularStdBold';}
.ready_book_sec article p {    color: #fff;    font-size: 18px;    font-weight: normal;}
.ready_book_sec article {
    max-width: 430px;
}

.support-sec-2024 .container {    background:#fff;    padding: 0 0;    border-radius: 10px;}
.support-sec-2024 .container {
   
    padding: 0px 0px;
    border-radius: 10px;
    box-shadow: 1px 1px 25px rgba(0,0,0,0.2);
}

.support-sec-2024 h2 {    color: #fff;    margin: 0;    padding: 0;    font-weight: normal;}
.support-sec-2024 h2 span {    display: block;    font-size: 24px;  padding: 0 0 15px;}
.support-sec-2024 .padd_blk {
    padding: 40px;
}

.support-sec-2024 .container {

   
    overflow: hidden;
}

.support-sec-2024  span.img_blk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.support-sec-2024  span.img_blk {
    display: block;
    width: 100%;
   
}

.support-sec-2024 .col-md-6 + .col-md-6 {
    align-self: center;
}
/**********zerodeposit New Page 26-07-2024 End*************/



section.zero-hero-banner h1 {
    position: relative;
}
/*
section.zero-hero-banner h1::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 19%;
    background: url(assets/images/bt-ar.png) no-repeat;
    width: 46px;
    height: 102px;
    background-size: 39px;
}
*/
section.zero-hero-banner h1::after {
    content: '';
    position: absolute;
    bottom: -70px;
    right: 60px;
    background: url(assets/images/bt-ar.png) no-repeat;
    width: 46px;
    height: 102px;
    background-size: 39px;
    transform: rotate(-15deg);
    z-index: 1;
}

section.ready_book_sec {
    margin: 50px 0 50px;
}

/**********zerodeposit Header ************/

.page-template-zerodeposit-landing {margin-top: 0;}
.page-template-zerodeposit-landing .main-header {top: 0;}
.page-template-zerodeposit-landing .main-header:after {display: none;}
.page-template-zerodeposit-landing .main-header {    padding: 20px 0;}

.zero-hero-banner .hero-form {    box-shadow: 0 10px 40px rgba(0, 38, 82, .16);    padding: 30px 230px 20px 30px;    margin: 40px 0;    position: relative;     border-radius: 10px;     background: #fff;}
.zero-hero-banner form label {    text-align: left;}
.zero-hero-banner form .submit-btn {    position: absolute;    right: 30px;    top: 63px;    width: 182px;    margin: 0;}

.zero-hero-banner input[type="submit"] { height:56px;}

.zero-hero-banner input[type="text"], .zero-hero-banner  input[type="password"], .zero-hero-banner  input[type="email"], .zero-hero-banner  input[type="tel"] {       font-size: 16px;          height: 55px; border-color: #dfdfdf;}
.page-template-zerodeposit-landing .new-sec-2024 h2 { font-size:2.5rem;     font-family: 'CircularStdBlack'; }
section.going-solar-sec h2 {    font-size: 2.5rem; font-family: 'CircularStdBlack';}

.support-sec-2024 .padd_blk {    padding: 30px 40px 30px 20px;}
.support-sec-2024  form label {    color: #000;}
.support-sec-2024 .col-md-12.col-lg-12 {    margin: 0 0 15px;}
.support-sec-2024 form .submit-btn {    margin-top: 0;    position: relative;    }
/* .support-sec-2024 form .submit-btn input[type="submit"] {   background-color: #092E6E;}*/
/*******************************/

.going-solar-sec .ring {    position: absolute;    top: -67px;    right: -53px;    transform: scale(0.6);}
.going-solar-sec .ring .coccoc-alo-ph-img-circle i {    color: #fff;    font-size: 34px;    position: relative;    top: 13px;}

.going-solar-sec .g-bdr-t {    border-top: none;    margin: 6px 40px 0;    padding: 21px 0 0;}

.going-solar-sec .going-solar-sec .ring {    position: absolute;    top: -72px;    left: -67px;    transform: scale(0.4);}
.going-solar-sec .ring {    position: absolute;    top: -72px;    left: -98px;    transform: scale(0.5);    right: auto;}
.going-solar-sec a.new-call-btn.bdr-bg {    width: 220px;    height: 58px;    display: inline-block;    border: #2765cf solid 1px;    text-align: center;    color: #fff;    padding: 16px 0;    
	text-decoration: none;    border-radius: 6px;    position: relative;    padding-left: inherit;    padding-right: 0;    background: #2765cf;}


@media (min-width: 1271px) {

.page-template-zerodeposit-landing div#wrapper {
    padding-top: 73px !important;
}
}



/******************/
@media (max-width: 767px) {
.mobile-layout-main .brand_logo_sec  .container {    box-shadow: inherit;    margin: 0 20px;    width: auto;    padding: 0px 0px 39px;    max-width: 100%;    border-radius: 10px;}
.mobile-layout-main .new-sec-2024 h2 {    font-size: 22px;}
.new-sec-2024 h2 {    margin: 0 0 20px;}
.residebtial_sec_2024 .rcs_terms {        width: calc(100% - 0px);        font-size: 9px;        line-height: 1.2;    }	
section.residebtial_sec.residebtial_sec_2024.new-sec-2024.padd50 {    padding: 30px 0 50px;	}
section.residebtial_sec.residebtial_sec_2024.new-sec-2024 .slick-arrow {    bottom: -117px;}	
section.new_quote_sec .new-call-btn { width:100%;}
.mobile_request_callback form p {    margin: 0;}	
.mobile_request_callback .submit-btn {    margin-top: 10px;}	
.mobile_request_callback  p.accept-check-new a {    color: #fff;}	
	.mobile_request_callback form h3 {       margin: 0 0 15px;	}	
	
	
	
}
/***********/


.coccoc-alo-ph-circle {    width: 160px;    height: 160px;    top: 20px;    left: 20px;    position: absolute;    background-color: transparent;    -webkit-border-radius: 100%;    -moz-border-radius: 100%;    border-radius: 100%;    border: 2px solid rgba(30, 30, 30, 0.4);    opacity: .1;    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;    -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;    -webkit-transition: all .5s;
    -moz-transition: all .5s;    -o-transition: all .5s;    transition: all .5s;}

.coccoc-alo-phone {    background-color: transparent;    width: 200px;    height: 200px;    cursor: pointer;    z-index: 200000 !important;    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);    -webkit-transition: visibility .5s;    -moz-transition: visibility .5s;    -o-transition: visibility .5s;
    transition: visibility .5s;    right: 150px;    top: 30px;}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {    background-color: rgba(0, 175, 242, 0.5);    opacity: .75 !important;}
.coccoc-alo-ph-circle-fill {    width: 100px;    height: 100px;    top: 50px;    left: 50px;    position: absolute;    background-color: #000;    -webkit-border-radius: 100%;    -moz-border-radius: 100%;    border-radius: 100%;    border: 2px solid transparent;    opacity: .1;    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;    -moz-transition: all .5s;    -o-transition: all .5s;    transition: all .5s;}



.coccoc-alo-ph-img-circle {    width: 60px;    height: 60px;    top: 70px;    left: 70px;    position: absolute;    
    -webkit-border-radius: 100%;    -moz-border-radius: 100%;    border-radius: 100%;    border: 2px solid transparent;    opacity: .7;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {    background-color: #00aff2;}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {    border-color: #00aff2;    opacity: .5;}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {    border-color: #75eb50;    opacity: .5;}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {    background-color: rgba(117, 235, 80, 0.5);    opacity: .75 !important;}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {    background-color: #75eb50;}

@-moz-keyframes coccoc-alo-circle-anim {
    0% {        transform: rotate(0) scale(.5) skew(1deg);        opacity: .1    }
    30% {        transform: rotate(0) scale(.7) skew(1deg);        opacity: .5    }
    100% {        transform: rotate(0) scale(1) skew(1deg);        opacity: .1    }
}

@-webkit-keyframes coccoc-alo-circle-anim {
    0% {        transform: rotate(0) scale(.5) skew(1deg);        opacity: .1    }
    30% {        transform: rotate(0) scale(.7) skew(1deg);        opacity: .5    }
    100% {        transform: rotate(0) scale(1) skew(1deg);        opacity: .1    }
}

@-o-keyframes coccoc-alo-circle-anim {
    0% {        transform: rotate(0) scale(.5) skew(1deg);        opacity: .1    }
    30% {        transform: rotate(0) scale(.7) skew(1deg);        opacity: .5    }
    100% {        transform: rotate(0) scale(1) skew(1deg);        opacity: .1    }
}

@keyframes coccoc-alo-circle-anim {
    0% {        transform: rotate(0) scale(.5) skew(1deg);        opacity: .1    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
    background-color: #FF0066;
    opacity: 1;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
    background-color: #FF0066;
    opacity: .6 !important;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {    border-color: #FF0066;    opacity: .5;}

@media (min-width: 1271px) {
    .page-template-zerodeposit-landing div#wrapper {
        padding-top: 103px !important;
    }
}
.zero-hero-banner {
    background: #023088 url(assets/images/zero-panel.png) no-repeat left bottom !important; position:relative;
}
.zero-hero-banner::after {
    content: '';
    position: absolute;
    width: 280px;
    height: 450px;
    background: url(assets/images/th-img.png) no-repeat !important;
    right: 60px;
    bottom: 0;
    background-size: cover !important;
}
.zero-hero-banner .container {    position: relative;    z-index: 1;	}

section.zero-hero-banner h1, section.zero-hero-banner p {    color: #fff;}
.rev-star-sec {    color: #fff;    font-family: 'CircularStdBook';}

.page-template-zerodeposit-landing .brand_logo_slider .padd {    background: #fff;}
    .zero-hero-banner .hero-form article h3 {

        font-family: 'CircularStdBlack';
    }
@media(max-width:767px) {
	
	section.zero-hero-banner h1 {    position: relative; font-size:30px; }
section.zero-hero-banner h1::after{     background-size: 18px;     bottom: -100px;    right: -11px; }
.zero-hero-banner .hero-form { padding:20px; }
.zero-hero-banner form .submit-btn {    position: static;    right: 30px;    top: 63px;    width: 100%;    margin: 0 15px;}
.zero-hero-banner  [class*="col-"] + [class*="col-"] {    margin-top: 12px;}
.zero-hero-banner .hero-form { margin:28px 0 40px; }


.page-template-zerodeposit-landing  section.new_why_choose h3 {    font-size: 25px;}
.page-template-zerodeposit-landing .new-sec-2024 h2 {    font-size: 25px; font-family: 'CircularStdBlack';}

.page-template-zerodeposit-landing  .our-review-section center {    padding: 0 30px;}
.page-template-zerodeposit-landing .our-review-section span.icon_blk {    background: #fff;}

.page-template-zerodeposit-landing .our-review-section .review_icon_new  .bdr-line {    width: 1px;    background: #C6C6C6;    margin: 30px 16px;}	
.page-template-zerodeposit-landing .our-review-section .review_icon_new { width:90%;}
	
.page-template-zerodeposit-landing .review_icon_new .rev-link a span {    font-size: 14px;}	
	
.page-template-zerodeposit-landing .main-header {    padding: 9px 0;}	
.page-template-zerodeposit-landing .zero-hero-banner {    padding: 75px 0 30px;}	
.page-template-zerodeposit-landing .zero-hero-banner p br {    display: none;}
.page-template-zerodeposit-landing .zero-hero-banner p {    color: #353F4F;    font-size: 1rem;    font-family: 'CircularStdBook';}	
.page-template-zerodeposit-landing  section.new_why_choose {    padding: 30px 0;    text-align: center;}	
	
.page-template-zerodeposit-landing section.new-sec-2024.brand_logo_sec.padd50 {    margin: 0 20px;    padding: 30px 0 100px;    border-radius: 20px;    box-shadow: 0px 0px 11px rgba(0,0,0,0.1);    border: #e9e9e9 solid 1px;}	
.page-template-zerodeposit-landing section.new-sec-2024.brand_logo_sec span.icon_blk {    background: #fff !important;
        display: block;}	
	
.page-template-zerodeposit-landing .brand_logo_sec .slick-arrow {    transform: scale(.7);    transform-origin: 0;}	
.page-template-zerodeposit-landing .brand_logo_sec  .slick-arrow {    right: -31px;}
.page-template-zerodeposit-landing .brand_logo_sec .slick-prev {    right: 17px;}	

.page-template-zerodeposit-landing .Vdo-Story {    padding: 40px 0 0px!important;    background: #FBFBFB;}
.page-template-zerodeposit-landing .Vdo-Story article {    margin: 0 0 30px;    text-align: center;}
.page-template-zerodeposit-landing .Vdo-Story .story_slider .padd_in {    margin: 0 21px 21px;    padding: 30px 20px 50px;}
.page-template-zerodeposit-landing .Vdo-Story .slick-slide img{        width: 75%;}	

.page-template-zerodeposit-landing  section.going-solar-sec .white_blk .col-md-4+.col-md-4 .padd_blk {    border-left: none;    border-top: #dedede solid 1px;    padding: 20px 0 0;
    margin-top: 20px;    margin: 20px 26px 0;}	
.page-template-zerodeposit-landing section.going-solar-sec h2 {    font-size: 25px;    font-family: 'CircularStdBlack';}	
.page-template-zerodeposit-landing section.going-solar-sec center p {    font-size: 16px;    margin: 11px 10px 30px;    line-height: 1.5;}	
.page-template-zerodeposit-landing  section.going-solar-sec {    padding: 30px 0 0;    position: relative;    z-index: 1;}
.page-template-zerodeposit-landing .new-sec-2024.zerodeposit-content.padd50 {    padding: 40px 0px;}	
.page-template-zerodeposit-landing .zerodeposit-content p {    font-size: 16px;    color: #555;    line-height: 26px;}	
.page-template-zerodeposit-landing  .zerodeposit-content ul li {    list-style: none;    font-size: 16px;    color: #555;}	
.page-template-zerodeposit-landing  section.support-sec-2024.new-sec-2024.padd50 {    padding: 40px 0;    margin: 0 20px;}	

 section.zero-hero-banner h1 {        position: relative;        font-size: 22px;    }	
	
.new_why_choose span.pw_img {    display: block !important;}
.new_why_choose img.desktop-hide {    display: none !important;}	
	
.page-template-zerodeposit-landing .zero-hero-banner span.pw_img {    border-top: rgba(255,255,255,0.3) solid 1px;    padding: 20px 0 10px;    margin-top: 22px;    display: block !important; } 	
	section.zero-hero-banner h1::after { display:none;}	
.page-template-zerodeposit-landing .zero-hero-banner {    background: #023088 none !important;    position: relative;}	
.page-template-zerodeposit-landing .zero-hero-banner::after { display:none !important;}	
	.page-template-zerodeposit-landing .zero-hero-banner p { color:#fff;}	
	.page-template-zerodeposit-landing .zero-hero-banner .rev-star-sec span {    display: block;}
.page-template-zerodeposit-landing .rev-star-sec strong + strong {    display: block;    font-weight: normal;}	
.zero-hero-banner .hero-form {        margin: 28px 0 30px;    }	
.zero-hero-banner .hero-form article {    display: block !important;    text-align: left !important;}
.zero-hero-banner .hero-form article h3 {    margin: 0;    padding: 0;     font-weight: normal;}
.page-template-zerodeposit-landing .zero-hero-banner article p {    color: #333;    margin: 5px 0 15px;}	
.page-template-zerodeposit-landing .zero-hero-banner .hero-form {    margin: 28px 0 20px;}	

.page-template-zerodeposit-landing section.new_why_choose {    display: none;}
.page-template-zerodeposit-landing section.new-sec-2024.brand_logo_sec.padd50 {    margin-top: 30px;}	
.page-template-zerodeposit-landing  .our-review-section.padd50 {    padding: 30px 0;}		
.page-template-zerodeposit-landing  .our-review-section	h2 {    max-width: 190px;}	

.page-template-zerodeposit-landing section.going-solar-sec {    padding: 30px 0;    margin: 0 20px;}
.page-template-zerodeposit-landing  section.going-solar-sec::after {    position: absolute;    width: 100%;    background: #f7f7f7;    height: 100%;    content: '';    top: 0;    z-index: -1;    border-radius: 20px;
    box-shadow: 0 0 11px rgba(0, 0, 0, .1);    border: #e9e9e9 solid 1px;}	
.page-template-zerodeposit-landing section.support-sec-2024.new-sec-2024.padd50 {    display: none;}	
.page-template-zerodeposit-landing .new-sec-2024.zerodeposit-content.padd50 {        padding: 30px 0;        background: #fff;    }	
	
/*****************/
	
.page-template-zerodeposit-landing section.new-sec-2024.brand_logo_sec.padd50 {
        margin-top: 30px;
        padding-bottom: 72px;
        padding-top: 20px;
    }

.page-template-zerodeposit-landing section.new-sec-2024.brand_logo_sec .container {    padding-right: 10px;    padding-left: 10px;}

.page-template-zerodeposit-landing section.going-solar-sec .container {    padding-right: 10px;    padding-left: 10px;}
.page-template-zerodeposit-landing section.going-solar-sec center {
    padding: 0 10px;
}	
	
	
}

.home  section.new_why_choose h3 {
    font-size: 28px;
}
/**********Header top  Scroll**********/

.main-header {    top: 0;}
@media(min-width: 1271px) {    div#wrapper {        padding-top: 46px !important;    }}
@media (max-width: 1023px) {
    body {        margin-top: 42px;    }

}


.page-id-27278 section.most_trusted, .page-id-27278 .solar_process, .page-id-27278 .queensland_government {
    display: none;
}


.get_solar img {
    WIDTH: 100%;
}

@media(min-width: 768px) {
.main-header {    top:48px;}
}

@media (max-width: 1023px) {
    body {
        margin-top: 101px;
    }
}
.marquee span a {
    text-decoration: underline;
}

/*
.marquee-sec {
    display: none;
}
*/
@media(max-width: 768px) {
.marquee-sec {        top: 52px;}
.christmas { position: absolute; top: -34%; left: 0%; right: 0;  bottom: 0; width: 11%;}
.christmas-cap {    left: -1%;    top: -33%;}
.hamburger	{    top: 22px;}
#menu { padding-top: 75px; background:#fff; }	
.christmas-call {    display: none!important;    margin: 5px 0 0 0;}	
.christmas {    position: absolute;    top: -18%;    left: 5px;    right: 0;    bottom: 0;    width: 11%;}	
.christmas-cap {    left: 1%;    top: -18%;}	
	
	
	
	
}

.shake-rotate1 {
    position: absolute;
    top: 21px;
    left: calc(50% - 120px);
} 



.shake-rotate1 p {
    margin: -6px 0 0 !important;
    padding: 0 !important;
    font-size: 29px;
}

body.page-id-28098 .home_banner_blk {
    visibility: hidden !important;
}


/******************/

section.Guide_sec {
    padding: 60px 20px;
    background: linear-gradient(21deg, rgba(7,97,180,1) 0%, rgba(41,148,226,1) 57%, rgba(96,244,254,1) 100%);
}
.Guide_sec h2 {    color: #fff;    font-weight: normal;    font-size: 45px;}
.Guide_sec h3 {    color: #fff;    font-weight: normal;}

.Guide_sec .new-call-btn.bdr-bg {    width: 282px;    height: 58px;    display: inline-block;
    border: #fff solid 1px;    text-align: center;    padding: 16px 0;    text-decoration: none;
    border-radius: 6px;    color: #fff;    margin: 28px 0 0;    font-size: 16px; text-transform: uppercase;}
.Guide_sec a.new-call-btn.bdr-bg:hover {
    background: #fff;
    color: #000;
}

section.Guide_sec {    padding: 60px 20px;    background: linear-gradient(21deg, rgb(7 97 180 / 0%) 0%, rgb(157 203 237 / 23%) 57%, rgb(255 255 255 / 0%) 100%);}
section.Guide_sec  span.img-blk {    width: 230px;    float: right;}
.Guide_sec h2 {    color: #000;    font-weight: normal;    font-size: 45px;}
.Guide_sec h3 {    color: #000;    font-weight: normal;}
.Guide_sec a.new-call-btn.bdr-bg {    background: #2765CF;    border-color: #2765CF;    color: #fff;}
.navigation ul li.getfree_btn > a:hover {    background-color: #092E6E;}

@media(max-width:1023px) {
section.Guide_sec {    padding: 30px 0;    text-align: center;}
section.Guide_sec span.img-blk {    display: block;    text-align: center;    width: 100%;    padding: 40px 40px 0;}
.Guide_sec h2 {    color: #000;    font-weight: normal;    font-size: 28px;    text-align: center;}
section.Guide_sec h3 {    text-align: center;}	
}

@media(min-width:1023px) {
#guide-book .obligation-img {
    width: 45%;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

#guide-book .obligation_r {
    width: 55%;
}
	
#guide-book-batt .obligation-img {
    width: 45%;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

#guide-book-batt .obligation_r {
    width: 55%;
}	
}

@media(max-width:767px) {
.Guide_sec h3 {
    font-size: 18px;
}
	
section.Guide_sec span.img-blk {
        display: block;
        text-align: center;
        width: 100%;
        padding: 0px 30px 0;
    }	
	
}


section.Guide_sec ul li {
    list-style: none;
}
section.Guide_sec ul {
    margin: 0;
    padding: 0;
}

section.Guide_sec ul li {
    list-style: none;
    color: #333;
    padding-left: 25px;
    background: url(assets/svg/narrow-new.svg) no-repeat 0 6px;
}

div#guide-book {
    display: none;
}

p.top-price-in.active {
    display: none;
}

/*****Exculsive offer 13-fab-2025*****/
.wpcf7 .wpcf7-submit:disabled {
    cursor: wait !important;
}
@media(max-width:768px){
		.minimized{
				left: 10px !important;
				bottom: 110px !important;
			}
		.global-popup{
			bottom: 125px !important;
			#close-btn{
				top: -46px !important;
				border-radius: 45px  !important;
				width: 45px !important;
				height: 45px  !important;
		}
		svg{
			width: 44px !important;
            margin-top: 11px !important;
			margin-left: 0px !important;
		}
		.audio-player
		{
			background-color:#d40708 !important;
		}
		h2{
		 font-size: 24px !important;
		}
		p{
			font-size: 14px !important;
		}
		.play-btn, .ct-time{
			color:#fff !important;
		}
		}
	}
	.global-popup {
		width: 300px;
		position: fixed;
		bottom: 120px;
		left: 40px;
		z-index: 999;
		transition: width 0.5s ease,height 0.5s ease;
		#close{
			  display: block;
		}
		#expand{
			  display: none;
		}
		&.minimized{
			width: auto;
			height: auto;
			padding: 0;
			left: 10px;
			right: unset;
			bottom: 100px;
			background: transparent;
			box-shadow: none;
			#close{
				display: none;
				margin-left: 4px;
			}
			#expand{
				display: block;
			}
			transition: width 0.5s ease, height 0.5s ease;
			.banner, .ai-text, h2, p {
				display: none;
				transition: display 0.5s;
			}
			.global-content {
			  height: auto;
			  width: auto;
			  padding: 0;
			  transition: width 0.5s ease, height 0.5s ease, padding 0.5s ease;
			  box-shadow: none;
			}
		}
		.global-wrap {
			display: none;
			position: relative;
			close-btn {
				position: absolute;
				right: 0;
				top: -25px;
				z-index: 1;
				background: #D3D5D6;
				padding: 2px;
				width: 21px;
				height: 21px;
				border-radius: 100%;
				display: flex;
				align-items: center;
				justify-content: center;
				cursor: pointer;
			}
		}
		.global-content {
			box-shadow: 0 2px 8px rgba(40,41,61,.04),0 16px 24px rgba(96,97,112,.16);
			width: 300px;
			height: 235px;
			padding: 20px 30px;
			border-radius: 30px;
			.content {
				position: relative;
				z-index: 1;
				font-family: 'CircularStdBlack';
				h2 {
					color: #fff;
					font-size: 28px;
					line-height: 30px;
					margin: 0px;
				}
				p {
					color: #fff;
					font-size: 15px;
					line-height: 22px;
					margin: 8px 0;
				}
			}
		}
		.audio-player {
			display: flex;
			align-items: center;
			background-color: #fff;
			border-radius: 30px;
			padding: 5px 10px 5px 0px;
			width: 180px;
			box-shadow: -5px 26px 11px rgba(0,0,0,.01),-3px 15px 9px rgba(0,0,0,.05),-1px 7px 7px rgba(0,0,0,.09),0 2px 4px rgba(0,0,0,.1);
			margin: 0 auto;
			height:40px;
			overflow:hidden;
			.play-btn {
				display: flex;
				align-items: center;
				justify-content: center;
				cursor: pointer;
				background: transparent;
				border: navajowhite;
				max-width:38px;
				color: #000;
				.icon {
					font-size: 28px;
					background: #f13c31;
					border-radius: 50%;
					width: 30px;
					height: 30px;
					display: flex;
					align-items: center;
					justify-content: center;
				}
			}	
			input[type="range"] {
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
				width: 100%;
				height: 5px;
				background-color: #D9D9D9;
				margin: 0 10px;
				outline: none;
				cursor: pointer;
				border-radius: 5px;
			}
		}
		.ct-time {
			font-size: 12px;
			line-height: 12px;
			font-weight: 500;
			color: #333;
			width: 45px;
		}
		.banner {
			width: 100%;
			height: 100%;
			position: absolute;
			z-index: 0;
			inset: 0;
		}
		#close-btn {
			position: absolute;
			z-index: 1;
			right: 0;
			top: -27px;
			background: #D3D5D6;
			border-radius: 27px;
			width: 24px;
			text-align: center;
			cursor:pointer;
			svg{
				width:15px;
				margin-left:4px;
			}
		}
		.ai-text.text-underline {
		  color: #fff;
    font-size: 14px;
    line-height: 12px;
    font-weight: 600;
    margin-top: 15px;
    opacity: 1;
			cursor: pointer;
    text-decoration: underline;
		}
		&.slide-right {
		  animation: 3s slide-right;
		}

	}
	#playtowin {
	  display: none;
	}
@keyframes slide-right {
from {
  margin-left: -100%;
}
to {
  margin-left: 0%;
}
}



.navigation ul li.Solar-nav-battery a {
    background: #f8c829a8;
    padding: 6px 14px;
    border-radius: 5px;
    color: #000 !important;
}

.navigation ul li.Solar-nav-battery a:hover {
    background: #c22b1e;
    color: #fff !important;
}
/****add new css 23-05****/
h1.Title_font-battery {
    font-size: 48px;
}
.page-template-battery section.battery-home-sec .container {
	    max-width: 1440px;
}

@media(min-width:768px) {
.common_slider .slide-content1 {
    width: calc(100% - 350px);
}
	}

section.latitude-about-sec p {
    font-size: 14px;
}

.inter-in p {
    margin-top: 0 !important;
    padding-top: 0;
}
 .inter-in  select.wpcf7-form-control {
    width: 100%;
    height: 50px;
    padding: 0 12px;
    background: #f7f7f7;
    border: #919194 solid 1px;
    border-radius: 6px;
    font-size: 18px; color:#888;
    font-family: 'CircularStdBook';
}

.obligation_con form .inter-in label {
    margin-top: 0;
}

.inter-in select.wpcf7-select {
    cursor: pointer;
}

.banner-form-new-dv .col-md-12 + .col-md-12 p {
    margin-top: 5px;
}



.banner-form-new-dv .col-md-12 + .col-md-12 p {
    margin-top: 5px;
    margin-bottom: 0;
}
.banner-form-new-dv form .submit-btn {
    margin-top: 10px;
}
.banner-form-new-dv p.accept-check-new {
   
    font-family: 'CircularStdBook';
}

.postcode_hero .banner-form-new-dv form label {
    margin-bottom: 2px;
}

.banner-form-new-dv p.accept-check-new {
    font-family: 'CircularStdBook';
    opacity: 0.5;
}
section.new_quote_sec.new-sec-2024.padd50.bg-color1 a.new-call-btn.bdr-bg{
	    text-transform: uppercase;
    font-size: 14px;
    line-height: 28px;
}



#mobilenav .caret i {
    position: absolute;
    width: 66px;
    height: 46px;
  
    top: -6px;
    left: -26px;
    overflow: hidden;
   
}



.battery_sec_installation_page ul {
    margin: 22px 0 22px;
    padding: 0;
}

.battery_sec_installation_page ul li {
    list-style: none;
    font-size: 16px;
    color: #333;
    background: url(assets/svg/ioc_tick.svg) 0 3px no-repeat;
    background-size: 14px;
    padding-left: 25px;
}

.battery_sec_installation_page h3 {
    margin: 0 0 20px;
}

.battery_sec_installation_page h2 {
	color: #333; font-size:24px;}

.battery_sec_installation_page ul {
    margin: 0px 0 7px;
    padding: 0;
}

section.battery_sec_installation_page .padd_blk {
    padding-bottom: 40px;
}

.battery_sec_installation_page {
    padding: 50px 0 50px;
}


section.battery_sec_installation_page .padd_blk li {
    color: #fff;
}
section.battery_sec_installation_page .padd_blk strong, section.battery_sec_installation_page .padd_blk p{
    color: #fff;
}
.battery_sec_installation_page  .col-md-7 .padd_blk h2 {
    color: #fff;
    font-size: 32px;
}

.battery_sec_installation_page .col-md-7 ul {
    margin: 0px 0 12px;
    padding: 0;
}

section.battery_sec_installation_page .col-md-7 .padd_blk li {
    margin: 0 0 3px;
    padding: 0 0 0 25px;
    position: relative;
}
section.battery_sec_installation_page .col-md-7  .padd_blk li::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 25px;
}



/****************/

.battery_sec_installation_page .row.row_r {
    flex-direction: row-reverse;
    min-height: 346px;
    border-radius: 10px 10px 0px 0px;
    background: #FFF;
    padding: 40px 40px 0;
    BORDER: #FF7400 solid 2px; margin:0px;
}	

.battery_sec_installation_page .row.row_r h3, .battery_sec_installation_page .row.row_r p {
    color: #333;
}

section.battery_sec_installation_page .padd_blk li {
    color: #333;
}

section.battery_sec_installation_page .padd_blk strong, section.battery_sec_installation_page .padd_blk p {
    color: #333;
}

section.battery_sec_installation_page .col-md-7 .padd_blk li::before { display:none; }

.battery_sec_installation_page  .col-md-7 .padd_blk h2 {
    color: #ee7c2f;
   
}

.btn-battery

 {
   margin-left: 0px; 
    margin-right: 0px;
  
}


.page-template-location-template section.new-sec-2024.brand_logo_sec.padd50.brand_logo_sec_loc-new {
    padding-bottom: 100px !important;
}



@media(max-width:767px) {
section.battery-home-hero-desktop {
    display: none;
}
}
	
@media(min-width:768px) {
section.battery-home-hero-mobile {
    display: none;
}
}


.Guide_sec.Guide_sec_batt h2 span {
    font-family: 'CircularStdBook';
}


.Guide_sec.Guide_sec_batt a.new-call-btn.bdr-bg {
    width: 100%;
    max-width: 320px;
}

div#guide-book-batt {
    display: none;
}


a.enrol-btn-n {
    background: #ff7d26;
    color: #fff;
    padding: 3px 15px;
    display: inline-block;
    border-radius: 6px;
    margin: 13px 0;
    text-decoration: none !important;
}


section.arise-review-center {
    padding: 50px 0 0;
    background: #fbfbfb;
}



/**********************/

section.home_banner.review-banner .container {    max-width: 1440px;    width: 100%;}
section.home_banner.review-banner .home_banner_blk {    background: none;    box-shadow: inherit;    float: left;}
section.home_banner.review-banner .home_banner_blk  h1 {    color: #fff;}
section.home_banner.review-banner .home_banner_blk p {    color: #fff;}
section.home_banner.review-banner .home_banner_blk ul li {    color: #fff;}
section.home_banner.review-banner .home_banner_blk a { color: #fff; }
section.home_banner.review-banner a.btn {    display: none;}
section.home_banner.review-banner .home_banner_blk ul li {background: url(assets/svg/white-ioc_tick.svg) 0px 0px / 18px no-repeat;}

section.home_banner.review-banner .banner-form-new-dv {    float: right;}
section.home_banner.review-banner:after { display:none;}

section.home_banner.postcode_hero.review-banner {
    padding: 50px 0;
}

section.home_banner.review-banner .home_banner_blk p a {
    border: #fff solid 1px;
    padding: 15px 21px;
    display: inline-block;
    margin: 30px 0 0px;
    border-radius: 7px;
    text-decoration: none !important; font-size:18px;
}

section.home_banner.review-banner .home_banner_blk ul li {
    margin: 0px 0 18px;
    font-size: 20px;
}

section.home_banner.review-banner .home_banner_blk, section.home_banner.review-banner .home_banner_blk p { max-width:560px;     width: 100%;}
section.home_banner.review-banner .row {
    align-items: center;
}
section.home_banner.review-banner .home_banner_blk p {
    line-height: 33px;
    font-size: 20px; 
}
.g-rv {
    margin: 52px 0 0;
    border-top: #dfdfdf solid 1px;
    padding-top: 50px;
}



.product_review {
    padding: 40px 0 40px;
}

.r_logo {
    display: flex;
    align-items: center;
    column-gap: 26px;
    width: 54%;
}

#ouibounce-modal #exit-popup-form .form-btn p {
    margin: 0;
}


@media(min-width:768px) {

#ouibounce-modal .modal {    width: 100% !important;    max-width: 1043px ;}
#ouibounce-modal  .pl-fix-dv {    display: flex;}
#ouibounce-modal  .form_img {    width: 40%;    background: #244B8E;    display: flex;    align-items: flex-end;    padding: 15px 17px 0 25px;}
#ouibounce-modal  .right-dv {    width: 60%;    padding: 28px 0 0;}
}

#ouibounce-modal .modal {
    background: #fff !important;
}


a.btn_blog {
    background: #2765cf;
    color: #fff;
    padding: 4px 14px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}

section.eligibility_sec .row {
    column-gap: 26px;
    flex-wrap: inherit;
}

.eligibility_sec .col2 {
    width: 20%;
}
section.eligibility_sec .padd_in p {
    font-family: 'CircularStdBook';
    line-height: 23px;
    font-size: 14px;
}
section.eligibility_sec center {
    margin: 0 0 32px;
}

section.eligibility_sec h3 {
    margin: 10px 0 4px;
    padding: 0;
    font-size: 22px;
    font-weight: normal;
    color: #333;
}
section.eligibility_sec   h2 {
    font-family: 'CircularStdBold';
    font-weight: normal;
    margin: 0 0 5px;
    font-size: 28px;
}


.territory_sec .status-badge { padding: 6px 10px;        font-size: 12px;        width: 88px;    }

.territory_sec h2 {
    font-family: 'CircularStdBold';
    font-weight: normal;
    margin: 0 0 5px;
    font-size: 28px;
}

section.eligibility_sec {
    background: #fbfbfb;
    padding: 60px 0;
}

section.eligibility_sec h3 {
    margin: 0px 0 14px;
    padding: 0;
    font-size: 22px;
    font-weight: normal;
    color: #333;
}

section.two-box .padd_blk {
    background: #E1F1F8;
    padding: 30px;
    height: 100%;
    border-radius: 8px;
}

section.two-box .padd_blk h3 {
    font-weight: normal;
    font-family: CircularStdBold;
    text-align: center;
}
section.two-box .padd_blk .wh-box {
    background: #fff;
    padding: 25px 25px 160px;
    height: calc(100% - 50px);
    border-radius: 15px;
    border: #2765CF solid 1px;
    position: relative;
}

section.two-box .padd_blk, section.two-box .padd_blk p {
    font-family: 'CircularStdBook';
    font-size: 14px;
}

section.two-box {
    padding: 60px 0;
}
section.two-box ul { margin:0px; padding:0px;}
section.two-box ul li {
    font-size: 14px;
    list-style: none;
}


section.two-box  .note_blk {
    padding: 15px 20px;
    background: #FFFAF8;
    border: #EFCEB1 solid 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 25px;
    border-radius: 6px;
}

section.two-box .col-md-6:nth-child(2) .padd_blk {
    background: #FFF6DD;
}

section.two-box .col-md-6:nth-child(2) .padd_blk .wh-box {
    border-color: #FFC018;
}

.territory_sec .status-live {

    text-align: center;
}

.services_help_slider1 p {
    font-family: 'CircularStdBook';
    font-size: 15px;
    padding: 10px 0 0;
}

section.two-box ul li {
    font-size: 14px;
    list-style: none;
    background: url(assets/images/checked.svg) no-repeat 0 3px;
    padding-left: 23px;
}

section.two-box .col-md-6:nth-child(2) ul li {
  
    background: url(assets/images/checked-org.svg) no-repeat 0 3px;
    
}

section.two-box .note_blk strong {
    font-family: 'CircularStdBold';
}

@media(max-width:767px) {
.careers_hero .desktop-hero-banner {    display: none;}
}
@media(min-width:767px) {
.careers_hero .mobile_careers_banner {    display: none;}
}

section.battery-careers-sec {
    background: #F8F8F8;
    padding: 60px 0;
    margin: 0 80px;
    border-radius: 20px;
}


.battery-careers-sec .form_blk {    background: #fff;    padding: 35px;    border-radius: 8px;    border: #2765CF solid 1px;    box-shadow: 1px 1px 19px rgba(0,0,0,0.1);}
.battery-careers-sec .form_blk h3 {    font-weight: normal;    font-family: 'CircularStdBold';}
.battery-careers-sec .padd_blk ul { margin:0px; padding:0 0 25px 20px;}
.battery-careers-sec .padd_blk ul li, .battery-careers-sec .padd_blk p { font-family: 'CircularStdBook' !important;}


.careers_faq_main .accordion_call_desktop .acc__card {    margin: 0 0 16px;    background: #fff;    border: #ededed solid 1px;    border-radius: 8px;    overflow: hidden;}
.careers_faq_main .accordion_call.accordion_call_desktop .acc__title.active {    border-bottom: #ededed solid 1px;}
.careers_faq_main .accordion_call .acc__panel {    background: #f9f9f9;}
.careers_faq_main .accordion_call.accordion_call_desktop .acc__title i.fa.fa-chevron-down {    position: absolute;    right: 29px;    color: #333;    font-weight: normal;    font-size: 14px;    top: 20px;}
.careers_faq_main .accordion_call.accordion_call_desktop .padd_in h3 {    font-size: 20px;    margin: 0;    padding: 0 0 9px;    font-weight: normal;}
.careers_faq_main  center p {    font-family: 'CircularStdBook';}
.careers_faq_main  .acc__title {    font-family: 'CircularStdBold' !important;    font-size: 18px !important;}


.careers_faq_main .accordion_call.accordion_call_desktop .acc__title {
    background: #FFF;
}


section.careers_faq_main {
    padding: 60px 0;
}



section.careers_faq_main center {
    margin: 0 0 38px;
}



.instller-block {    background: #FFE000;    padding: 40px;    max-width: 600px;    width: 100%;    margin: 68px 0 0;    border-radius: 15px;    position: relative;}
.instller-block article {    max-width: 350px;}
.instller-block article p{ font-size:26px; line-height:38px;  font-family: 'CircularStdBold'; }
.instller-block span.name_blk {    font-size: 20px;    font-weight: 700;}



.battery-careers-sec h2, section.careers_faq_main center h2 {    font-family: 'CircularStdBold' !important;}
.battery-careers-sec  .instller-block article p {    font-size: 26px;    line-height: 38px;    font-family: 'CircularStdBold' !important;}
.battery-careers-sec 	span.ins-img {    position: absolute;    right: -27px;    bottom: 0;    width: 272px;}
.instller-block article {    max-width: 338px;}
.battery-careers-sec  .instller-block article p {    font-size: 24px;    line-height: 38px;    font-family: 'CircularStdBold' !important;}
.battery-careers-sec .instller-block {    background: #FFE000;    padding: 22px 40px;    max-width: 600px;
    width: 100%;    margin: 68px 0 0;    border-radius: 15px;    position: relative;}

.battery-careers-sec .form_blk input[type="text"], .battery-careers-sec .form_blk input[type="password"], .battery-careers-sec .form_blk input[type="email"], 
.battery-careers-sec .form_blk input[type="tel"], .battery-careers-sec .form_blk input[type="search"], .battery-careers-sec .form_blk input[type="number"] {
    padding: 8px 20px;
}
.battery-careers-sec .form_blk h3 {    font-weight: normal;    font-family: 'CircularStdBold';    margin: 0 0 8px;}


.battery-careers-sec span.wpcf7-form-control-wrap {    display: block;    margin: 0 0 11px;}
.battery-careers-sec .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.battery-careers-sec form .wpcf7-list-item label {    margin: 0 11px 0 0;    position: relative;    padding-left: 25px;}
.battery-careers-sec .padd_blk ul li, .battery-careers-sec .padd_blk p {    font-family: 'CircularStdBook' !important;    font-size: 18px;    line-height: 30px;}


.battery-careers-sec [type=checkbox]:checked + .check-box:before, .battery-careers-sec [type=radio]:checked + .check-box:before {
    position: relative;    top: 2px;    width: 7px;    height: 10px;}

.careers_faq_main .accordion_call.accordion_call_desktop .padd_in h3 {    font-family: 'CircularStdBold' !important; }
.careers_faq_main .accordion_call.accordion_call_desktop .padd_in ul {    margin: 0 0 20px 16px;    padding: 0;}


section.careers_faq_main center a {    color: #ff7a00;}


.battery-careers-sec select.wpcf7-form-control.wpcf7-select {    border: 1px solid #919194 !important;    padding: 10px 20px;    color: #000;
    font-size: 20px;    font-weight: 400;    width: 100%;    border-radius: 4px;    -webkit-border-radius: 4px;    background-color: #F7F7F7;
    font-family: 'CircularStdBook';    font-weight: 400;    transition: all 0.3s ease-in-out;    -webkit-transition: all 0.3s ease-in-out;
    color: #999 !important;}

.battery-careers-sec .banner-form-new-dv h3 {    padding: 0;}
.battery-careers-sec .banner-form-new-dv {    padding: 25px 25px;}
.battery-careers-sec .banner-form-new-dv h3 {    padding: 0;    font-family: 'CircularStdBold' !important;}
.battery-careers-sec .padd_blk ul li, .battery-careers-sec .padd_blk p {
    font-family: 'CircularStdBook' !important;
    font-size: 16px;
    line-height: 26px;
}

.battery-careers-sec .instller-block {    margin: 38px 0 0;	}
.battery-careers-sec .instller-block article p {    font-size: 21px;    line-height: 34px;    font-family: CircularStdBold !important;}
.battery-careers-sec .padd_blk {    max-width: 585px;}
.battery-careers-sec .padd_blk ul li strong, .battery-careers-sec .padd_blk p strong {
    font-family: 'CircularStdBold' !important;
    font-weight: normal;
}
.battery-careers-sec .padd_blk ul {
    margin: 0 0 15px;
    padding: 0px;
    list-style: none !important;
}

.battery-careers-sec .padd_blk ul li {
    background: url(assets/svg/ioc_tick.svg) 0 5px no-repeat;
    padding-left: 26px;
    list-style: none;
    background-size: 16px;
}


@media(max-width:767px) {
section.new_why_choose h3 {    font-size: 28px;}
section.battery-careers-sec {    background: #F8F8F8;    padding: 30px 0;    margin: 0 20px;    border-radius: 20px;}
.battery-careers-sec h2 {    font-size: 28px;}
section.battery-careers-sec span.ins-img {    display: none;}
.battery-careers-sec .instller-block article p {    font-size: 18px;    line-height: 28px;    font-family: 'CircularStdBold'!important;}

}


.battery-careers-sec .banner-form-new-dv .check-box {
    width: 20px !important;
    height: 20px !important;
}

@media(max-width:767px) {
.battery-careers-sec .instller-block {    margin: 20px 0 23px;    padding: 25px;}
section.careers_faq_main center p br {    display: none;}	
.careers_faq_main  center p {    font-family: 'CircularStdBook';    font-size: 15px;}	
.battery-careers-sec h2, section.careers_faq_main center h2 {font-size: 28px;}	
}

@media(min-width:768px) {
section.new_why_choose img.choose_mobile_icon {    display: none;}
}


@media(max-width:767px) {
section.new_why_choose img.choose_desktop_icon {    display: none;}
}











.Battery_Rebate_sticky {    width: 100%;    background: #011A36;    padding: 10px 16px;    display: flex;    justify-content: space-between; align-items: center; }
.Battery_Rebate_sticky .brs_heading h3 {      padding: 0;    color: #fff;    font-weight: normal;    font-family: 'CircularStdBold';     margin: 0 0 8px; }
.Battery_Rebate_sticky .brs_heading p {    margin: 0;    padding: 0;    color: #fff;}
.Battery_Rebate_sticky .brs_heading h3 span {    color: #FFE302;}

.Battery_Rebate_sticky .countdown-title { text-align: center;  font-size: 20px; font-weight: 700; color: #1a73e8;margin-bottom: 10px;        }
.Battery_Rebate_sticky .countdown { display: flex;   justify-content: center; gap: 10px;   }
.Battery_Rebate_sticky .box { background: #2b61a7; color: #fff;   padding: 12px 18px;   font-size: 22px;font-weight: bold;  border-radius: 10px; width: 50px;            text-align: center;        }

.Battery_Rebate_sticky .box {    background: #fff;    color: #197ccf;    padding: 0;    font-size: 22px;    font-weight: bold;    border-radius: 10px;    width: 50px;    text-align: center;}
.timer-box .countdown-title {    color: #fff;    font-weight: normal;    margin: 0 0 3px;}
.Battery_Rebate_sticky .btn-rebate a {    background: #FFE302;    color: #000;    padding: 8px 20px;    border-radius: 6px;    display: block;    text-decoration: none !important;}
.Battery_Rebate_sticky .btn-rebate {    margin-right: 149px;    margin-top: 9px;}
.Battery_Rebate_sticky .box {
    background: #fff;
   color: #002652;
    padding: 11px 5px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 10px;
    width: 66px;
    text-align: center;
    line-height: 1;
}

.Battery_Rebate_sticky .box i {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    font-style: normal;
}
@media(min-width:767px) {
.Battery_Rebate_sticky {    position: fixed;    bottom: 0;    z-index: 100;    border-top: #fff solid 2px;}
/*html {    padding-bottom: 116px !important;    height: inherit;}*/
html {    height: auto;    padding-bottom: 127px;}
/*.Battery_Rebate_sticky {        position: fixed;        bottom: 0;        z-index: 100;        border-top: #FFF solid 2px;        padding: 0;        height: 175px; padding: 20px 0;    }	*/
    .Battery_Rebate_sticky {
        position: fixed;
        bottom: 0;
        z-index: 100;
        border-top: #FFF solid 2px;
        padding: 0;
        height: 128px;
        padding: 15px 0;
    }	
}



.Battery_Rebate_sticky .timer-box .countdown-title {    color: #fff;    font-weight: normal;    margin: 0 0 6px;    text-transform: uppercase;    font-size: 16px;}
.Battery_Rebate_sticky .timer-box {    position: relative;    padding: 13px 16px 0px;}	
.Battery_Rebate_sticky .timer-box::after {    border: #fff solid 2px;    padding: 0px 0;    border-radius: 21px;    width: 100%;    height: 68px;    content: '';    position: absolute;    top: 0;
    left: 0;    border-bottom: none;}
.Battery_Rebate_sticky .Battery_Rebate_sticky {    width: 100%;    background: #197CCF;    padding: 18px 25px;    display: flex;    justify-content: space-between;    align-items: center;}

.Battery_Rebate_sticky  .brs-img {    margin: 0 0 -33px 0;    width: 150px;}


.Battery_Rebate_sticky .btn-rebate a {    display: inline-block;    margin: -5px 0 0;    background: #FFE302;    color: #011a36; font-size: 18px;}
.Battery_Rebate_sticky .brs_heading h3 {    margin: 0 0 0px; font-size:24px;}
.Battery_Rebate_sticky .row {    }
.Battery_Rebate_sticky .brs_heading p {    font-size: 17px;}

.timer-box {
    margin-top: 0px;
}

.Battery_Rebate_sticky .box {
    background: #fff;
    color: #002652;
    padding: 8px 5px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    width: 63px;
    text-align: center;
    line-height: 1;
}

.postcode_hero .shake-rotate1 p {
    margin: -8px 0 0 -37px !important;
  
}
@media(max-width:1440px) {
.Battery_Rebate_sticky .container {    padding-right: 156px;}
}

@media(max-width:1380px) {
.Battery_Rebate_sticky .brs_heading h3 {    margin: 0 0 0px;    font-size: 26px;}
.Battery_Rebate_sticky .timer-box .countdown-title {font-size: 14px;}
}

@media(max-width:1169px) {
.Battery_Rebate_sticky .brs_heading h3 {        margin: 0 0 0px;        font-size: 22px;    }
.Battery_Rebate_sticky .brs_heading p {
    font-size: 17px;
}	
}

@media(max-width:999px) {
.Battery_Rebate_sticky .brs_heading h3 {        margin: 0 0 0px;        font-size: 18px;    }
.Battery_Rebate_sticky .btn-rebate a {     font-size: 16px;}

.Battery_Rebate_sticky {height: auto;}
.Battery_Rebate_sticky .container {        padding-right: 0;        padding-left: 0;    }
.Battery_Rebate_sticky .col-md-7.col-lg-8 {    width: 100%;}
.Battery_Rebate_sticky .col-md-5.col-lg-4 {    width: 100%;    margin-top: 20px;}
.Battery_Rebate_sticky .brs_heading {    text-align: center;}
.Battery_Rebate_sticky .brs_heading h3 {        margin: 0 0 0px;        font-size: 26px;    }
.Battery_Rebate_sticky .btn-rebate {    margin-right: 0;    margin-top: 9px;}
.Battery_Rebate_sticky .timer-box {    position: relative;    padding: 13px 16px 0px;    max-width: 370px;    margin: auto;}
.Battery_Rebate_sticky .container {        padding-right: 0;    }	
	
}


.page-template-careers .banner-form-new-dv span.radio-box {    transform: scale(0.7);}
.page-template-careers .battery-careers-sec .wpcf7-list-item {    display: inline-block;    margin: 0 0 0 0;    padding: 0px 0 0 27px;    position: relative;}


@media(max-width:767px) {
.Battery_Rebate_sticky .brs_heading h3 {        margin: 0 0 0;        font-size: 15px;    }
.Battery_Rebate_sticky .brs_heading p {    font-size: 12px;}
.Battery_Rebate_sticky .btn-rebate a {        font-size: 14px;        padding: 8px 15px;        margin: 0;    }
.Battery_Rebate_sticky {        height: auto;        position: fixed;        bottom: 0;        padding-bottom: 84px;    }
.Battery_Rebate_sticky .timer-box {        position: relative;        padding: 13px 16px 0;        max-width: 288px;        margin: auto;    }
.Battery_Rebate_sticky .row {    flex-direction: column-reverse;}
.Battery_Rebate_sticky .col-md-5.col-lg-4 {        width: 100%;        margin-top: 0;        margin-bottom: 13px;    }
.Battery_Rebate_sticky .btn-rebate a {        font-size: 12px;        padding: 8px 10px;        margin: 0;    }
.Battery_Rebate_sticky {        height: auto;        position: fixed;        bottom: 0;        padding-bottom: 110px;    }
html {    height: auto;    padding-bottom: 235px;}
.Battery_Rebate_sticky {        height: auto;        position: fixed;        bottom: 0;        padding-bottom: 95px;        z-index: 10;    }
.Battery_Rebate_sticky .btn-rebate {        margin-right: 0;        margin-top: 9px;        text-align: left;        padding-left: 15px;    }	
iframe#podium-bubble {    transform: scale(0.8);    text-align: right;}
.Battery_Rebate_sticky .box {
    padding: 4px 5px;
}	
	html {
        height: auto;
        padding-bottom: 202px;
    }
	
	}


.Battery_Rebate_sticky {
 display:block !important ;
}

@media (min-width:999px) {
footer.main-new-footer {     padding: 50px 0 0px;}
}

@media (max-width:999px) {
.Battery_Rebate_sticky {
 display:none !important;
}
	}
html { height: auto; padding-bottom: 0 !important; }


.main-header .sec {    position: absolute;    right: -14px;    top: -5px;    width: 105px;}
.main-header .logo {    border-right: #ccc solid 1px;    padding-right: 13px;}

@media (min-width:1024px) and (max-width:1499px) {
.main-header .sec {        position: absolute;        left: 303px;        top: -5px;        width: 79px;        right: auto;    }	
.main-header .logo {    border-right: #ccc solid 1px;    padding-right: 10px;    width: 280px;}
.main-header .container {        padding-right: 30px;        padding-left: 30px;    }
.navigation ul li a {    font-size: 15px;    padding: 0 4px;}	
	
}


.ses-social {
    display: flex;
    align-items: center;
    column-gap: 33px;
}

.ses-social .sec-logo-fo {
    width: 111px;
}


.page-id-561 .inner_content  strong {
    font-family: 'CircularStdBlack';
    font-weight: normal;
}


.page-id-561  section.most_trusted, .page-id-561 .solar_process, .page-id-561 .queensland_government, .page-id-561 .new-sec-2024{
    display: none;
}

footer.main-new-footer {
    border-top: #e1e1e1 solid 1px;
}

.page-template-reviews .postcode_hero {
    background: #062943 !important;
}

/**************Career page*******/


.battery-careers-sec span.wpcf7-form-control {    display: flex;    column-gap: 8px;}
.battery-careers-sec .wpcf7-list-item {    display: inline-block;    margin: 0 0 0 0;    padding: 0 0 0 31px;  position:relative;}

.battery-careers-sec .wd-new-in span.wpcf7-form-control {    display: flex;    flex-wrap: wrap;     row-gap: 6px;}
.battery-careers-sec .wd-new-in .wpcf7-list-item {    width: 100%;}

body.page-template-careers .banner-form-new-dv i.radio-wrap {
    width: 100%;
}


section.battery-careers-sec {    margin: 60px 80px 0;}

/***********************************/

section.latitude-banner {
    padding: 0px;
    border-bottom: #ccc solid 2px;
}


.form-hide-none {
    display: none;
}

.postcode_hero ul.slick-dots {    position: absolute;    display: flex !important;}
.postcode_hero ul.slick-dots  li {    margin: 0;    padding: 0 !important;}
.postcode_hero ul.slick-dots {    position: absolute;    display: flex !important;    column-gap: 7px;    margin: 0;    padding: 0 !important;    left: 470px;}
.postcode_hero ul.slick-dots  li {    margin: 0;    padding: 0 !important;    width: 10px;    height: 10px !important;    list-style: none !important; }
.postcode_hero ul.slick-dots button {    width: 10px;    height: 10px;    overflow: hidden;    text-indent: 65px; padding:0px; }
.postcode_hero span.post_img1 {    display: block;    max-width: 920px;    width: 100%;}
.postcode_hero  .padd_blk {     z-index: 10;    position: relative;}
.postcode_hero ul.slick-dots button {    background: rgba(255, 255, 255, 0.5);}
.postcode_hero ul.slick-dots li.slick-active button {    background: rgba(255, 255, 255, 1);}


.mobile-banner-slider-mobile ul.slick-dots {    position: absolute;    display: flex !important;}
.mobile-banner-slider-mobile ul.slick-dots  li {    margin: 0;    padding: 0 !important;}
.mobile-banner-slider-mobile ul.slick-dots {
    position: absolute;
    display: flex !important;
    column-gap: 7px;
    margin: 0;
    padding: 0 !important;
    left: calc(50% - 14px);
    bottom: 10px;
}
.mobile-banner-slider-mobile ul.slick-dots  li {    margin: 0;    padding: 0 !important;    width: 10px;    height: 10px !important;    list-style: none !important; }
.mobile-banner-slider-mobile ul.slick-dots button {    width: 10px;    height: 10px;    overflow: hidden;    text-indent: 65px; padding:0px; }
.mobile-banner-slider-mobile span.post_img1 {    display: block;    max-width: 920px;    width: 100%;}
.mobile-banner-slider-mobile  .padd_blk {     z-index: 10;    position: relative;}
.mobile-banner-slider-mobile ul.slick-dots button {    background: rgba(255, 255, 255, 0.5);}
.mobile-banner-slider-mobile ul.slick-dots li.slick-active button {    background: rgba(255, 255, 255, 1);}








.new-slider-desktop-n, .mobile-banner-slider-mobile{
visibility:hidden;
}


.new-slider-desktop-n.slick-initialized, .mobile-banner-slider-mobile.slick-initialized{visibility:visible;}


section.humm_sec.latitude_sec .padd_Plk.latitude_padd ul {
    margin: 0 0 10px;
}

section.humm_sec.latitude_sec .padd_Plk.latitude_padd ul li {
    font-size: 16px;
    font-weight: normal;
    font-family: 'CircularStdBook';
}


/****************/

section.loc-zig_zad_row {    padding: 0px 0;}
section.loc-zig_zad_row .row:nth-child(2n) {    flex-direction: row-reverse;}
section.loc-zig_zad_row .row {    padding: 50px 0;     align-items: center;	}
section.loc-zig_zad_row h2 {
    font-size: 30px;
}
section.loc-zig_zad_row  h2, section.loc-zig_zad_row  h3 {    font-family: 'CircularStdBold';    font-weight: normal;}
section.loc-zig_zad_row  p {    font-family: 'CircularStdBook';    font-weight: normal;    font-size: 15px;    color: #333;}
section.loc-zig_zad_row  p strong, section.loc-zig_zad_row  p b{ font-weight:normal;  font-family: 'CircularStdBold'; font-size: 15px;    color: #333; }

section.loc-zig_zad_row  span.img_blk-no {    width: 100%;    height: 300px;    display: block;    overflow: hidden;   border-radius: 10px;}
section.loc-zig_zad_row span.img_blk-no img {    width: 100%;    height: 100%;    object-fit: cover;}
section.loc-zig_zad_row  span.img_blk {    overflow: hidden;    border-radius: 10px;    display: block;}
section.loc-zig_zad_row ul { margin:0px 0px 20px; padding:0px;}
section.loc-zig_zad_row ul li {    padding-left: 25px;    background: url(assets/svg/narrow-new.svg) no-repeat 0 6px;    list-style: none;}

@media(max-width:767px) {
section.loc-zig_zad_row span.img_blk, section.loc-zig_zad_row span.img_blk-no {    display: block;    margin: 0 0 25px;}
section.loc-zig_zad_row .row {
    padding: 30px 0;
    align-items: center;
}
}




/******************************************************************/

.trust-section{padding:80px 0;}
.trust-section .section-title{text-align:center;margin-bottom:60px;}
.trust-section .section-title h2{font-size:38px;font-weight:normal;line-height:1.3;color:#000;     font-family: 'CircularStdBold';}
.trust-section .line{width:55px;height:5px;background:#2d6cdf;border-radius:50px;margin:22px auto;}
.trust-section .section-title p{max-width:850px;margin:auto;font-size:18px;line-height:1.8;color:#000;}
.trust-section .trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px 70px;}
.trust-section .trust-item{display:flex;align-items:flex-start;padding-bottom:25px;border-bottom:1px solid #ececec;}
.trust-section .icon{width:90px;height:90px;border-radius:50%;background:#f5f8ff;display:flex;justify-content:center;align-items:center;flex-shrink:0;margin-right:22px;}
.trust-section .icon i{font-size:40px;color:#2d6cdf;}
.trust-section .content h3 {    font-size: 22px;    font-weight: normal;    margin-bottom: 10px;    color: #2c2c2c;}
.trust-section .content p{font-size:18px;line-height:1.7;color:#555;}
/* Tablet */

@media(max-width:991px){

.trust-section .section-title h2{font-size:36px;}
.trust-section .section-title p{font-size:16px;}

.trust-section .trust-grid{grid-template-columns:1fr;gap:30px;}
.trust-section .content h3{font-size:24px;}
.trust-section .content p{font-size:16px;}
}

/* Mobile */

@media(max-width:576px){

.trust-section .trust-section{padding:60px 0;}
.trust-section .section-title h2{font-size:28px;}
.trust-section .icon{width:70px;height:70px;margin-right:15px;}
.trust-section .icon i{font-size:30px;}
.trust-section .content h3{font-size:20px;}
.trust-section .content p{font-size:15px;line-height:1.6;}

}


.main-header:after { display:none !important; } 
 
div#wrapper {padding-top: 0px !important; }



/*********************************************/

.battery-section{    padding:50px 20px;    background:linear-gradient(135deg,#0c68c8 0%,#36b8ff 100%);    color:#fff;}
.battery-section .container{    max-width:1200px;    margin:auto;}
.battery-section h2{    text-align:center;    font-size:38px;    font-weight:normal;    line-height:1.3; color: #fff; font-family: 'CircularStdBold';}
.battery-section h2 span{    display:block;}
.battery-section .line{    width:70px;    height:6px;    background:#fff;    border-radius:20px;    margin:25px auto;}
.battery-section .subtitle{    text-align:center;    font-size:18px;    line-height:1.8;    max-width:1100px;    margin:0 auto 60px;    opacity:.95; color: #fff;     font-family: 'CircularStdBook';}
.battery-section .package-grid{    display:grid;    grid-template-columns:repeat(3,1fr);    gap:30px;}
.battery-section .package-card{    background:#fff;    color:#111;    border-radius:18px;    text-align:center;    padding:40px 35px;    transition:.35s;}
.battery-section .package-card:hover{    transform:translateY(-8px);    box-shadow:0 25px 45px rgba(0,0,0,.18);}
.battery-section .package-card h3{    font-size:24px;    line-height:1.45;    font-weight:normal; font-family: 'CircularStdBold';}
.battery-section .package-card hr{    margin:25px 0;    border:none;    height:1px;    background:#e5e5e5;}
.battery-section .package-card h4 {    color: #1278dd;    font-size: 28px;    font-weight: normal;    margin-bottom: 30px; font-family: 'CircularStdBold';}
.battery-section .price{    font-size:22px;    margin-bottom:35px;    font-weight:500;}
.battery-section .btn {
    display: inline-block;
    background: rgb(223, 11, 11);
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 12px 45px;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    transition: 0.3s;
    width: 270px;
    height: 50px;
    border: none;
}
.battery-section .btn:hover{    background:#bb0202;}
/* Tablet */

@media(max-width:991px){

.battery-section .package-grid{grid-template-columns:repeat(2,1fr);}
.battery-section h2{font-size:38px;}
.battery-section .package-card h4{font-size:32px;}
}

/* Mobile */
@media(max-width:767px){
.battery-section{padding:70px 15px;}

.battery-section .package-grid{grid-template-columns:1fr;gap:25px;}
.battery-section h2{font-size:30px;}
.battery-section .subtitle{font-size:16px;}
.battery-section .package-card{padding:30px 20px;}
.battery-section .package-card h3{font-size:22px;}
.battery-section .package-card h4{font-size:30px;}
.battery-section .price{font-size:20px;}
.battery-section .price{font-size:20px;}
.battery-section .price{font-size:20px;}
.battery-section .btn{width:100%;font-size:20px;padding:15px;}

}



.brand-ambassador{    background:#f6f9fc;    padding:30px 0px;}
.brand-ambassador .container{    max-width:1280px;    margin:auto;}
.brand-ambassador .brand-wrapper{    display:flex;    align-items:center;    justify-content:space-between;    gap:70px;}
.brand-ambassador .brand-image{    flex:1;    text-align:center;}
.brand-ambassador .brand-image img{    width:100%;    max-width:650px;    display:block;    margin:auto;}
.brand-ambassador .brand-content{    flex:1;    max-width:560px;}
.brand-ambassador .badge {    display: inline-block;    border: 1px solid #777;    padding: 10px 18px 7px;    border-radius: 5px;    font-size: 15px;    margin-bottom: 16px;}
.brand-ambassador .brand-content h2, .Guide_sec h2 {    font-size: 38px;    line-height: 1.25;    color: #000;    font-weight: normal; font-family: 'CircularStdBold';} 
.brand-ambassador .title-line{    width:60px;    height:6px;    background:#2b63c7;    border-radius:20px;    margin:28px 0;}
.brand-ambassador .brand-content p {font-family: 'CircularStdBook';    font-size: 16px;    color: #000;    line-height: 24PX;    margin-bottom: 20px;}
.brand-ambassador .button-group{    display:flex;    gap:20px;    margin-top:35px;    flex-wrap:wrap;}
.brand-ambassador .btn-outline{    border:2px solid #e30613;    color:#e30613;    text-decoration:none;    padding:11px 0px; text-decoration: none !important; text-align: center;   border-radius:6px;    font-weight:600;   height: 50px;    width: 240px;  transition:.3s; font-weight: normal;}
.brand-ambassador .btn-outline:hover{    background:#e30613;    color:#fff;}
.brand-ambassador .btn-fill {    background: #e30613;    color: #fff;    padding: 13px 0px;    border-radius: 6px;    font-weight: 600;    transition: .3s;    height: 50px;    width: 240px;    text-align: center;    text-decoration: none !important; font-weight: normal;}
.brand-ambassador .btn-fill:hover{    background:#c00000; color: #fff;}
/* Tablet */

section.brand-ambassador.women-brand-ambassador .brand-wrapper {    flex-direction: row-reverse;}
section.brand-ambassador.women-brand-ambassador{background: linear-gradient(135deg, #FBFBFB 0%, #F3F3F3 100%);}

@media(max-width:991px){

.brand-ambassador .brand-wrapper{flex-direction:column;text-align:center;}
.brand-ambassador .brand-content{max-width:100%;}
.brand-ambassador .title-line{margin:25px auto;}
.brand-ambassador .button-group{justify-content:center;}
.brand-ambassador .brand-content h2{font-size:42px;}
.brand-ambassador .brand-content p{font-size:19px;}
}

/* Mobile */

@media(max-width:767px){

.brand-ambassador .brand-ambassador{padding:60px 15px;}
.brand-ambassador .brand-content h2{font-size:32px;}
.brand-ambassador .brand-content p{font-size:17px;line-height:1.7;}
.brand-ambassador .badge{font-size:13px;padding:8px 14px;}
.brand-ambassador .button-group{flex-direction:column;}
.brand-ambassador .btn-fill,.btn-outline{width:100%;text-align:center;}

}



/*************************************/

.video-section{padding:50px 20px;background:linear-gradient(135deg,#42b6ff,#005ec7);text-align:center;color:#fff;overflow:hidden;}

.container{max-width:1200px;margin:auto;}
.video-section h2 {
    font-size: 38px;
    line-height: 1.3;
    color: #fff;
    font-weight: normal;
    font-family: 'CircularStdBold';
    max-width: 1000px;
    margin: 0 auto 25px;
}

.video-section p { color:#fff; font-family: 'CircularStdBook'; }

.video-section p{font-size:20px;margin-bottom:10px;}
/*.video-section .quote-btn{ display:inline-block;background:#e30613;color:#fff;padding:16px 45px;border-radius:5px;text-decoration:none;font-weight:600; margin:35px 0 50px;}*/

.video-section .quote-btn {	margin:25px 0 20px;    background: #e30613;    color: #fff;    padding: 13px 0px;    border-radius: 6px;    font-weight: 600;    transition: .3s;    height: 50px;    width: 240px;    text-align: center;    text-decoration: none !important; display:inline-block;}




.video-section .video-slider{margin-top:20px;}
.video-section .item{padding:0 40px;}
.video-section .video-box{position:relative;padding-bottom:48.25%;height:0;border-radius:20px;overflow:hidden;background:#000;}
.video-section .video-box iframe{position:absolute;left:0;top:0;width:100%;height:100%;border:0;}
.video-section .slick-prev,.slick-next{width:60px;height:60px;background:#fff;border-radius:50%;z-index:99;}
.video-section .slick-prev{left:-80px;}
.video-section .slick-next{right:-80px;}
.video-section .slick-prev:before{content:"←";font-size:34px;color:#666;}

.video-section .slick-next:before{content:"→";font-size:34px;color:#666;}

.video-section .slick-dots li button:before{color:#fff;font-size:14px;}

.video-section .slick-prev {    left: -40px;    position: absolute;    top: calc(50% - 30px); overflow: hidden; text-indent: -999em; outline: none !important; background: #fff url(assets/images/l-left.png) no-repeat center center; }
.video-section .slick-next {    right: -40px;    position: absolute;   bottom: auto;  top: calc(50% - 30px); overflow: hidden; text-indent: -999em; outline: none !important; background: #fff url(assets/images/r-right.jpg) no-repeat center center;} 


.fo-midd.arise_text {    background: #F4F4F4;    border: none !important;    padding: 15px 10px 15px 25px !important;    border-radius: 10px;    flex-direction: row-reverse;}

footer.main-new-footer section#custom_html-7 {    text-align: center;    padding: 0;}

footer.main-new-footer .container {    margin-bottom: 30px;}
footer.main-new-footer .fo-midd {    align-items: center;    border-top: none;    padding-top: 0;}

@media(max-width:991px){
.video-section h2{font-size:34px;}
.video-section .slick-prev{left:10px;}
.video-section .slick-next{right:10px;}
}

@media(max-width:767px){

.video-section .video-section h2{font-size:28px;}
.video-section p{font-size:16px;}
.video-section .item{padding:0;}
.video-section .slick-prev, .video-section .slick-next{display:none !important;
}

}



.Guide_sec a.new-call-btn.bdr-bg {
    background: #e30613;
    border-color: #e30613;
    color: #fff;
}

.expert-section {    padding:0px 0px 40px;}
.expert-content{    max-width:1250px;    margin:auto;    background:linear-gradient(90deg,#0f73ea 0%,#4aa8ff 100%);    border-radius:20px;    overflow:hidden; display:flex;    align-items:center;    justify-content:space-between;    padding:0px 70px 0px;    position:relative;}
.expert-section .left{    width:55%;    color:#fff;}
.expert-section .arrow-icon{    width:80px;    margin-bottom:15px;}
.expert-section .left h2{    font-size:58px;    font-weight:700;    margin-bottom:25px;    line-height:1.1;}
.expert-section .left p{    font-size:24px;    line-height:1.8;    color:#f5f5f5;    margin-bottom:35px;}
.expert-section .buttons{    display:flex;    gap:20px;    flex-wrap:wrap;}
.expert-section .btn-red {    background: rgb(225, 6, 0);    color: rgb(255, 255, 255);    text-decoration: none;    padding: 13px 38px;    border-radius: 8px;    font-weight: 600;    transition: 0.3s;    height: 50px; font-weight: normal;}

.expert-section .arrow-icon {    width: 80px;    margin-bottom: 0;    position: absolute;    top: 0;}

.expert-section .btn-red:hover{    background:#c80000;}
.expert-section .btn-outline{    border:2px solid rgba(255,255,255,.6);    color:#fff;    text-decoration:none;    padding:11px 38px;    border-radius:8px;    transition:.3s;   height: 50px; font-weight: normal;}
.expert-section .btn-outline:hover{    background:#fff;    color:#1677ef;}
.expert-section .right{    width:45%;    text-align:right;}
.expert-section .right img{    width:100%;    max-width:470px;    display:block;    margin-left:auto;}
/* Tablet */

.expert-section .left h2 {    font-size: 38px;    font-weight: normal;    margin-bottom: 25px;    line-height: 1.1;    color: #fff;    font-family: 'CircularStdBold';}

.expert-section .left p {    font-size: 20px;    line-height: 1.4;    color: #f5f5f5;    margin-bottom: 35px; font-family: 'CircularStdBook';}


footer.main-new-footer .container {    margin-bottom: 0;}
    footer.main-new-footer {        padding: 0px 0 0px;    }

.Guide_sec h2 {
    color: rgb(0, 0, 0);
    font-weight: normal;
    font-size: 38px;
    max-width: 510px;
    line-height: 51px;
}

@media(max-width:991px){

.expert-section .expert-content{flex-direction:column;padding:50px 35px;text-align:center;}
.expert-section .left, .expert-section .right{width:100%;}
.expert-section .right{margin-top:40px;text-align:center;}
.expert-section .right img{margin:auto;}

.expert-section .buttons{justify-content:center;}
.expert-section .left h2{font-size:42px;}
.expert-section .left p{font-size:18px;}

}

/* Mobile */

@media(max-width:767px){

.expert-section .expert-content{padding:35px 20px;}
.expert-section .left h2{font-size:32px;}
.expert-section .left p{font-size:16px;line-height:1.7;}

.expert-section .buttons{flex-direction:column;}
.expert-section .btn-red, .expert-section .btn-outline{width:100%;text-align:center;}
.expert-section .arrow-icon{width:55px;}

}


footer.main-new-footer { border-top:none; }
footer.main-new-footer section.t_c_block { margin-top:30px; }
.expert-section .left p strong {    font-weight: normal;    font-family: 'CircularStdBold';}

.ses-social .sec-logo-fo {    width: 390px;    display: flex;    gap: 25px;}
.ses-social {    display: flex;    align-items: center;    column-gap: 132px;}

.social-fo {    margin: 9px 0 0;}

.ses-social .sec-logo-fo {    width: 320px;    display: flex;    gap: 38px;    align-items: center;}

.sec-logo  {width: 155px;}


.top-header{    width:100%;    background:#fff;    box-shadow:0 1px 8px rgba(0,0,0,.08);    border-bottom:1px solid #ececec; position: fixed; top: 0; z-index:1000 }
.top-header .container{    max-width:1200px;    margin:auto;    padding:10px 15px;    display:flex;    align-items:center;    justify-content:space-between;}
.top-header  .logo {    width: 320px;}
.top-header .logo img{      display:block;}
.top-header .header-right{    display:flex;    align-items:center;    gap:40px;}
.top-header .phone{    display:flex;    align-items:center;    gap:10px;    text-decoration:none;    color:#1d1d1d;    font-size:18px;   }
.top-header .phone svg{    width:30px;    height:30px;    color:#555;}
.top-header .quote-btn{    display:inline-flex;    align-items:center;  font-weight: normal;   justify-content:center;    background:#d40000;    color:#fff;    text-decoration:none;    width:145px;    height:42px;    border-radius:6px;    font-size:17px;      transition:.3s;}
.top-header .quote-btn:hover{    background:#b80000;}

/* Tablet */

@media(max-width:991px){

.top-header .logo img{    width:270px;}
.top-header .header-right{    gap:20px;}
.top-header .phone{    font-size:16px;}
.top-header .quote-btn{    width:135px;    height:40px;}
}

/* Mobile */

@media(max-width:767px){
.top-header .container{    flex-direction:column;    gap:20px;}
.top-header .logo img{    width:230px;}
.top-header .header-right{    width:100%;    justify-content:center;    flex-wrap:wrap;}
.top-header .phone{    font-size:16px;}
.top-header .quote-btn{    width:180px;}
}

/* Small Mobile */

@media(max-width:480px){

.top-header .logo img{    width:200px;}
.top-header .header-right{    flex-direction:column;}
.top-header .phone{    font-size:15px;}
.top-header .quote-btn{    width:100%;    max-width:220px;}

}



button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #d40000;
}

.banner-form-new-dv h3 { font-weight:normal }


@media(max-width:767px){
	
.header-right {    display: none !important;}
body {        margin-top: 86px  !important;    }
.banner-form-new-dv .wpcf7-submit{        font-size: 14px;        height: 46px;    padding-top: 6px; }
.postcode_hero .shake-rotate1 p {    margin: -13px 0 0 -17px !important;}
.trust-section {    padding: 40px 0;}
.trust-section .section-title h2 {        font-size: 22px;    }
.trust-section .section-title p {        font-size: 14px;        line-height: 22px;    }
.trust-section .content h3 {        font-size: 18px;    }
.battery-section {        padding: 40px 15px;    }
.battery-section h2 {        font-size: 22px;    }
.battery-section .container {        padding-right: 15px;        padding-left: 15px;    }
.battery-section .subtitle {     margin: 0 auto 30px;  }
.battery-section .subtitle {        font-size: 15px;    }
.brand-ambassador {    background: #f6f9fc;    padding: 30px 0px;}
.battery-section .btn {        width: 100%;        font-size: 18px;        padding: 11px 0 0;    }
.brand-ambassador .brand-content h2 {        font-size: 22px;    }
.brand-ambassador .btn-outline { width:100%; }
section.brand-ambassador.women-brand-ambassador .brand-wrapper {     display: block;}
.brand-ambassador .brand-image { margin-bottom:20px; }
.brand-ambassador {        background: #f6f9fc;        padding: 30px 0px 0;        margin-bottom: 0;    }
.new-sec-2024.padd50 {    padding: 50px 20px;}
.new-sec-2024 h2 { font-size: 22px;  }
.Guide_sec h2 {    color: rgb(0, 0, 0);    font-weight: normal;    font-size: 22px;    max-width: 510px;    line-height: 34px;}
section.Guide_sec ul li { text-align:left; }
.Guide_sec a.new-call-btn.bdr-bg { width:100%; }
section.Guide_sec span.img-blk { margin-top:25px; }
.video-section { padding:30px 20px; }
.video-section h2 {        font-size: 22px;    }
.video-section .container {        padding-right: 15px;        padding-left: 15px;    }
.video-section p {        font-size: 14px;    }
.video-section .quote-btn { margin-bottom:0px; }
footer.main-new-footer { display:block; }
footer.main-new-footer .fo-midd {    display: block;}
.ses-social {    margin-bottom: 18px;}
footer.main-new-footer .arise_text article {     font-size: 14px;    width: 100%;    margin: 10px 0 0;}
.expert-section .expert-content { padding-bottom:0px; }
.top-header .logo {    width: 100%;}
.new-sec-2024.padd50 {        padding: 50px 0px 88px;    }
.expert-section .left p { margin-bottom:20px }

.battery-section .package-card h4 {        font-size: 24px;        margin-bottom: 10px;    }

.brand-ambassador .brand-wrapper {    gap: 20px;}
.banner-form-new-dv {        max-width: 100%;        width: 100%;        float: right;    }

.top-header .logo img {        width: 280px;    }
.top-header .logo a {    display: table;    margin: auto;}
footer.main-new-footer section.t_c_block {    margin-top: 30px;    padding-bottom: 95px;}
.new-sec-2024.padd50 {    padding: 40px 20px;}
.new-sec-2024.padd50 {        padding: 40px 20px 95px;    }

}


.trust-section .content p {
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    font-weight: normal;
    font-family: 'CircularStdBook';
}


.trust-section .content h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #000;
}


/***************************************************************/

@media (min-width: 1024px) {
   .home .postcode_hero span.post_img1 {        display: block;        max-width: 90%;        width: 100%;    }
}

.banner-form-new-dv {    background: rgb(253 253 253); }

.banner-form-new-dv input[type="text"], .banner-form-new-dv input[type="password"], .banner-form-new-dv  input[type="email"], .banner-form-new-dv  input[type="tel"], .banner-form-new-dv  input[type="search"], .banner-form-new-dv input[type="number"] {
    border: 2px solid #919194 ;
    padding: 10px 15px;
    color: rgb(0, 0, 0);
    font-size: 18px;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    font-family: CircularStdBook;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    height: auto !important;
}

.obligation_con form input[type="text"], .obligation_con form input[type="password"], .obligation_con form input[type="email"], .obligation_con form input[type="tel"], .obligation_con form input[type="search"], input[type="number"]{
       border: 2px solid #919194 ;
    padding: 10px 15px;
    color: rgb(0, 0, 0);
    font-size: 18px;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    font-family: CircularStdBook;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    height: auto !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"] {
	    border: 2px solid #919194 ;
    padding: 10px 15px;
    color: rgb(0, 0, 0);
    font-size: 18px;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    font-family: CircularStdBook;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    height: auto !important;
}

.banner-form-new-dv select {
    border: 2px solid rgb(145, 145, 148);
    padding: 10px 15px;
    color: rgb(136, 136, 136);
    font-size: 18px;
    width: 100%;
    border-radius: 4px;
    background-color: rgb(247, 247, 247);
    font-family: CircularStdBook;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    height: 46px; cursor: pointer;
    background: #fff;
}


.banner-form-new-dv span.wpcf7-form-control-wrap.your-address {
    margin: 0 0 8px;
    display: block;
}

.banner-form-new-dv input[type="text"]:focus, .banner-form-new-dv input[type="password"]:focus, .banner-form-new-dv input[type="email"]:focus, .banner-form-new-dv input[type="tel"]:focus, .banner-form-new-dv input[type="search"]:focus, .banner-form-new-dv input[type="number"]:focus {
    border-color: #2765CF !important;
}
.banner-form-new-dv input[type="submit"]  { height:50px;}

.postcode_hero .banner-form-new-dv form label {
    margin-bottom: 0px;
}
.banner-form-new-dv select option {
    font-size: 16px;
}
.banner-form-new-dv .col-md-12 + .col-md-12 p {
    margin-top: 10px;
    margin-bottom: 0;
}
/* Chrome, Edge, Safari */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield !important;
    appearance: textfield !important;
}


.obligation_r .shake-rotate1 {
    position: absolute;
    top: 9px;
    left: calc(50% - 120px);
}

.page-template-contact section.home_banner label {
    margin-top: 0;
}

.page-template-contact section.home_banner .col-md-12.submit-btn {
    margin-top: 0 !important;
}

.page-template-contact  .home_banner .home_banner_blk p {    padding: 0 0 11px;    margin-bottom: 0;}
.bottomtab_form {    padding-bottom: 120px;}
.bottomtab_form .shake-rotate1 {      top: 9px;  ;}
body.page-id-11 section.queensland_government {    display: none;}


@media (min-width: 1024px) {
.postcode_hero .padd_blk {    max-width: 100%;    width: 100%;}
}

.postcode_hero {    height: auto !important;    min-height: auto;}





.video-section .video-box {
    position: relative;
    padding-bottom: 48.25%;
    height: 0;
    border-radius: 20px;
    overflow: hidden;
    background: none;
    max-width: 905px;
    margin: auto;
}


@media(min-width:768px ) {
.mobile_banner_l { display:none !important; }
}

@media(max-width:768px ) {
.video-section .slick-prev, .video-section .slick-next { display:block !important; }
.video-section .slick-prev {    width: 30px;    height: 30px;    left: -20px;    background-size: 14px;}
.video-section .slick-next {    width: 30px;    height: 30px;    right: -20px;    background-size: 14px;}
}

.brand-ambassador h2 span {
    display: block;
    font-size: 22px;
    margin: 10px 0 0;
}

section.Guide_sec ul li {
   
    color: #000;
  
}

.video-section h2 span {
    display: block;
    font-size: 22px;
}









.battery-section-new-dv .battery-grid{    display:grid;    grid-template-columns:repeat(3,1fr);    gap:28px;}
.battery-section-new-dv .battery-card{    background:#fff;    border-radius:18px;    overflow:hidden;    box-shadow:0 10px 30px rgba(0,0,0,.08);    transition:.35s;}
.battery-section-new-dv .battery-card:hover{    transform:translateY(-8px);}
.battery-section-new-dv .card-image{    height:260px;    position:relative;    display:flex;    justify-content:center;    align-items:center;}
.battery-section-new-dv .purple{    background:linear-gradient(135deg,#2b0b6d,#6b26d9);}
.battery-section-new-dv .blue{    background:linear-gradient(135deg,#02143d,#0b58ff);}
.battery-section-new-dv .green-bg{    background:linear-gradient(135deg,#043c1f,#1ab86d);}
.battery-section-new-dv .card-image img{    width:190px;    max-width:85%;}
.battery-section-new-dv .badge{    position:absolute;    top:18px;    left:18px;    color:#fff;    font-size:13px;    font-weight:700;    padding:8px 14px;    border-radius:6px; font-weight: normal;}
.battery-section-new-dv .blue{    background:#1b7ce9;}
.battery-section-new-dv .green{    background:#14b96b;}
.battery-section-new-dv .purple-badge{    background:#7c3aed;}
.battery-section-new-dv .card-content{    padding:28px;}
.battery-section-new-dv .card-content h3{    font-size:38px;    color:#000;    text-align:center;    margin-bottom:14px;    font-weight:700;}

.battery-section-new-dv .card-content ul{    list-style:none;    margin-bottom:30px;}
.battery-section-new-dv .card-content li{    position:relative;    padding-left:34px;    margin-bottom:18px;    color:#555;    font-size:20px;}
.battery-section-new-dv .card-content li:before{    content:"✓";    position:absolute;    left:0;    top:0;    width:22px;    height:22px;    background:#0bb3ff;    color:#fff;    border-radius:50%;    display:flex;    align-items:center;    justify-content:center;    font-size:14px;    font-weight:bold;}
 
 .battery-section-new-dv p.subtitle.subtitle-new {
    color: #fff;
    margin: 0 0 40px;
}
 
.battery-section .btn {
    width: 100%;
} 
 
.battery-section-new-dv .card-content h3 {
    font-size: 24px;
    line-height: 1.45;
    font-weight: normal;
    font-family: 'CircularStdBold';
    text-align: center;
    margin: 0;
}

.battery-section-new-dv .subtitle {
    text-align: center;
    color: #000;
    font-weight: normal;
    margin-bottom: 25px;
    font-size: 16px;
}

.battery-section-new-dv .card-content ul {
    margin: 0 0 20px;
    padding: 0;
}

.battery-section-new-dv .card-content li {
    margin: 0 0 8px;
    list-style: none;
    font-size: 16px;
    font-weight: normal;
    font-family: 'CircularStdBook';
}

.battery-section-new-dv .card-content li::before {
    background: #df0b0b;
    font-size: 9px;
    padding: 5px 7px;
    display: none; 
}
/* Tablet */

@media(max-width:991px){
.battery-section-new-dv .battery-grid{grid-template-columns:repeat(2,1fr);}
}

/* Mobile */

@media(max-width:767px){

.battery-section-new-dv .battery-grid{grid-template-columns:1fr;}
.battery-section-new-dv .card-content{padding:22px;}
.battery-section-new-dv .card-image{height:220px;}
.battery-section-new-dv .card-image img{width:150px;}
.battery-section-new-dv .card-content h3{font-size:30px;}
.battery-section-new-dv .card-content li{font-size:17px;}
}



.battery-section-new-dv .card-image img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}

.Guide_sec .new-call-btn.bdr-bg {
    text-transform: inherit !important;
    font-size: 18px;
}


.Guide_sec a.new-call-btn.bdr-bg:hover {
    background: #bb0404;
    color: #fff;
}


.battery-section-new-dv .card-content li {
    margin: 0 0 8px;
    list-style: none;
    font-size: 16px;
    font-weight: normal;
    font-family: 'CircularStdBook';
    background: url(assets/svg/narrow-new.svg) no-repeat 0 6px;
    padding-left: 26px;
}

@media(min-width:1200px) {
section.brand-ambassador.women-brand-ambassador {
    padding: 100px 0;
}
}


.pricing-section{
    max-width:1200px;
    margin:auto;
}

.pricing-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.pricing-card{
    background:#fff;
    border-radius:22px;
    padding:30px;
    position:relative;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.plan-badge{
    position:absolute;
    top:-14px;
    left:30px;
    background:#3343a5;
    color:#fff;
    font-size:12px;
    font-weight:700;
    padding:8px 16px;
    border-radius:8px;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.pricing-card h2{
    font-size:42px;
    margin-bottom:6px;
    color:#111;
}

.subtitle{
    color:#555;
    font-size:15px;
    margin-bottom:24px;
}

.old-price{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:16px;
}

.old-price .price{
    text-decoration:line-through;
    color:#666;
    font-weight:700;
}

.save{
    background:#eef1ff;
    color:#3343a5;
    font-size:12px;
    font-weight:700;
    padding:6px 10px;
    border-radius:6px;
}

.new-price{
    font-size:50px;
    font-weight:800;
    color:#111;
    margin-bottom:22px;
}




.divider{
    height:1px;
    background:#e8e8e8;
    margin:28px 0;
}

.features{
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:16px;
}

.features li{
    display:flex;
    align-items:center;
    gap:12px;
    color:#333;
    font-size:15px;
}

.features li::before{
    content:"✔";
    width:22px;
    height:22px;
    border-radius:50%;
    background:#3343a5;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    flex-shrink:0;
}


.old-price .price {    margin-bottom: 0;}
.old-price .price {    font-weight: normal;    font-size: 16px;}
.battery-section-new-dv .subtitle {    margin-bottom: 10px;}
.old-price {    margin-bottom: 0px;}

.new-price {
    font-size: 40px;
    font-weight: normal;
    color: #111;
    margin-bottom: 22px;
    margin-top: 7px;
}


.battery-section-new-dv ul {
    margin: 0 0 20px;
    padding: 0;
}

.battery-section-new-dv li {
    margin: 3px 0 0px;
    list-style: none;
    font-size: 16px;
    font-weight: normal;
    font-family: 'CircularStdBook';
    background: url(assets/svg/narrow-new.svg) no-repeat 0 6px;
    padding-left: 26px;
}

.pricing-card h2 {
    font-size: 26px;
    color: #000;
    text-align: left;
    margin: 0;
}

.battery-section-new-dv .subtitle {
    text-align: left;
    margin-bottom: 20px;
}

.pricing-card {
    background: #fff;
    border-radius: 22px;
    padding: 30px 30px 10px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Tablet */
@media (max-width: 992px){
    .pricing-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

/* Mobile */
@media (max-width: 640px){
    body{
        padding:20px 14px;
    }

    .pricing-grid{
        grid-template-columns:1fr;
    }

    .pricing-card{
        padding:24px;
    }

    .pricing-card h2{
        font-size:34px;
    }

    .new-price{
        font-size:42px;
    }
}

section.battery-section.battery-section-new-dv p.subtitle.subtitle-new {
    text-align: center;
}

.plan-badge {
    font-weight: normal;
    background: #0f5181;
}

section.battery-section.battery-section-new-dv p.subtitle.subtitle-new br {
    display: none;
}

.battery-section-new-dv .save {
    background: #ffefef;
    color: #df0b0b;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 6px;
}
@media(max-width:767px) {
.trust-section .section-title h2 br {
    display: none;
}
	
}	


.battery-section-new-dv .save {
    font-weight: normal;
}
	
@media(min-width:767px) {
.pricing-grid .pricing-card {
    margin-top: 20px;
}
}

.new-price {
 
    margin-bottom: 6px;
    margin-top: 7px;
}



@media (max-width: 640px) {
    body {
        padding: 0px 0px 0 !important;
    }
}
