.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.solarrun.com.au/wp-content/themes/solarrun/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.slider-container {
width: 300px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.slider-container .back-bar {
height: 10px;
position: relative;
}
.slider-container .back-bar .selected-bar {
position: absolute;
height: 100%;
}
.slider-container .back-bar .pointer {
position: absolute;
width: 10px;
height: 10px;
background-color: red;
cursor: col-resize;
opacity: 1;
z-index: 2;
}
.slider-container .back-bar .pointer.last-active {
z-index: 3;
}
.slider-container .back-bar .pointer-label {
position: absolute;
top: -25px;
font-size: 16px;
font-weight: 600;
white-space: nowrap;
line-height: 1;
}
.slider-container .back-bar .focused {
z-index: 10;
}
.slider-container .clickable-dummy {
cursor: pointer;
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}
.slider-container .scale {
top: 2px;
position: relative;
}
.slider-container .scale span {
position: absolute;
height: 5px;
border-left: 1px solid #999;
font-size: 0;
}
.slider-container .scale ins {
font-size: 16px;
text-decoration: none;
position: absolute;
left: 0;
top: 5px;
color: #000;
line-height: 1;
}
.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
cursor: auto;
}
.theme-green .back-bar {
height: 5px;
border-radius: 2px;
background-color: #eeeeee;
background-color: #e7e7e7;
background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-green .back-bar .selected-bar {
border-radius: 2px;
background-color: #a1fad0;
background-image: -moz-linear-gradient(top, #bdfade, #76fabc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc));
background-image: -webkit-linear-gradient(top, #bdfade, #76fabc);
background-image: -o-linear-gradient(top, #bdfade, #76fabc);
background-image: linear-gradient(to bottom, #bdfade, #76fabc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);
}
.theme-green .back-bar .pointer {
width: 14px;
height: 14px;
top: -5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 10px;
border: 1px solid #AAA;
background-color: #e7e7e7;
background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-green .back-bar .pointer-label {
color: #999;
}
.theme-green .back-bar .focused {
color: #333;
}
.theme-green .scale span {
border-left: 1px solid #e5e5e5;
}
.theme-green .scale ins {
color: #999;
}
.theme-blue .back-bar {
height: 5px;
border-radius: 2px;
background-color: #eeeeee;
background-color: #e7e7e7;
background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .selected-bar {
border-radius: 2px;
background-color: #92c1f9;
background-image: -moz-linear-gradient(top, #b1d1f9, #64a8f9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1d1f9), to(#64a8f9));
background-image: -webkit-linear-gradient(top, #b1d1f9, #64a8f9);
background-image: -o-linear-gradient(top, #b1d1f9, #64a8f9);
background-image: linear-gradient(to bottom, #b1d1f9, #64a8f9);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0);
}
.theme-blue .back-bar .pointer {
width: 14px;
height: 14px;
top: -5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 10px;
border: 1px solid #AAA;
background-color: #e7e7e7;
background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .pointer-label {
color: #999;
}
.theme-blue .back-bar .focused {
color: #333;
}
.theme-blue .scale span {
border-left: 1px solid #e5e5e5;
}
.theme-blue .scale ins {
color: #999;
}
.theme-solarrun{
padding-top: 65px;
}
.theme-solarrun .back-bar {
height: 10px;
border-radius: 20px;
background-color: #E5E5E5;
background-color: #E5E5E5; }
.theme-solarrun .back-bar .selected-bar {
border-radius: 20px;
background-color: #888888; }
.theme-solarrun .back-bar .pointer {
width: 15px;
height: 15px;
top: -3px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 10px;
border: 1px solid #000;
background-color: #000;
background-image: -moz-linear-gradient(top, #000, #000);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#000));
background-image: -webkit-linear-gradient(top, #000, #000);
background-image: -o-linear-gradient(top, #000, #000);
background-image: linear-gradient(to bottom, #000, #000);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-solarrun .back-bar .pointer-label {
color: #FCB514;
}
.theme-solarrun .back-bar .focused {
color: #333;
}
.theme-solarrun .scale span {
border-left: 1px solid #e5e5e5;
}
.theme-solarrun .scale ins {
color: #000;
}body.solarTemplate {
font-family: "Outfit", sans-serif;
font-optical-sizing: auto;
font-style: normal;
}
body.solarTemplate * {
box-sizing: border-box;
}
header#header {
top: 0px;
background: transparent;
box-shadow: none;
}
body , section , .container , .row , div , h1, h2, h3, h4, h5, h6 ,p ,span div * {
font-family: "Outfit", sans-serif;
} 
.bg-black {
background: #000;
}
.solarTemplate header .container .nav-menu > li > a {
color: #fff;
}
.solarTemplate  section {
position: relative;
}
.solarTemplate  section.hero-section {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/img/herobgimg.png) no-repeat center center / cover;
color: #fff;
padding: 115px 10px 60px;
min-height: 100vh;
}
.highlight {
color: #f9ba16;
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180.01deg, rgba(0, 0, 0, 0.3) 18%, #000000 95%);
z-index: 1;
}
.normal-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000000D9;
z-index: 1;
}
.section-heading {
font-size: 44px;
font-weight: 700;
line-height: 60.48px;
text-align: center;
}
.sub-heading {
font-size: 20px;
font-weight: 400;
line-height: 29px;
text-align: center;
}
.sub-subheading {
font-size: 13px;
font-weight: 600;
line-height: 26px;
color: #FFB21D;
}
.hero-section .container {
position: relative;
z-index: 2;
}
.hero-section .heading-container {
max-width: 979px;
}
.main-heading h1{
font-size: 65px;
font-weight: 800;
line-height: 80px;
}
.main-sub-heading {
max-width: 572px; 
margin: auto;  
}
.form-buttom-text {
gap: 4px;
}
.hero-section .ratings {
font-size: 1.2rem;
}
.rating-section-wrapper {
padding: 15px;
}
.ratings span.fa.fa-star {
color: #B3B3B3;
}
.ratings span.fa.fa-star.checked {
color:  #F59825;
}
.ratings {
column-gap: 55px;
} 
.ratings .rating-container {
column-gap: 8px;
}  
.postcode-form-wrapper {
background: rgba(153, 153, 153, 0.7);
padding: 24px;
border-radius: 24px;
max-width: 766px;
margin: auto;
}
.postcode-from {
position: relative;
padding: 8px 120px 8px 8px;
background: #fff;
border-radius: 10px;
}
.postcode-from form {
padding: 0px;
}
.postcode-from form input {
border: none;
padding: 0px 12px 0px 12px;
}
.postcode-from form button {
width: fit-content;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
border-radius: 10px;
padding: 10px 14px;
}
.hero-section .img-section {
gap: 14px;
}
.hero-section .img-section > div {
width: 86px;
aspect-ratio: 1/1;
}
.hero-section .img-section img {
width: 100%;
object-fit: cover;
}
.havecall {
font-size: 10px;
font-weight: 600;
line-height: 21px;
color: #000;
}
.yellow-white-btn {
background: #FFBA15;
border: 1px solid transparent !important;
font-size: 15px;
border: none;
color: #fff;
padding: 10px 40px;
font-weight: bold;
}
a.yellow-white-btn , a.black-white-btn {
display: block;
width: fit-content;
margin: auto;
}
.yellow-white-btn:hover {
background: transparent;
border: 1px solid #FFBA15 !important;
color: #FFBA15;
}
.white-black-btn {
background: #fff;
border: 1px solid transparent !important;
font-size: 15px;
border: none;
color: #000;
padding: 10px 40px;
font-weight: bold;
display: block;
width: fit-content;
margin: auto;
}
.white-black-btn:hover {
background: transparent;
border: 1px solid #fff !important;
color: #fff;
}
.btn-quote{
font-size: 15px;
border: none;
padding: 10px 40px;
font-weight: bold;
background: transparent;
border: 1px solid #FFBA15 !important;
color: #FFBA15;
}
.btn-quote:hover {
background: #FFBA15;
border: 1px solid transparent !important;
color: #fff;
}
.black-white-btn {
background: #000;
border: 1px solid transparent !important;
font-size: 15px;
border: none;
color: #fff;
padding: 10px 40px;
font-weight: bold;
}
.black-white-btn:hover {
background: transparent;
border: 1px solid #000 !important;
color: #000;
}
.solarTemplate section {
padding: 70px 0px;
} .our-location-section {
margin-top: -1px;
padding-top: 30px;
}
.our-location-section .sub-heading {
max-width: 750px;
margin: auto;
}
.location-card {
background-color: #222;
border: none;
padding: 20px;
text-align: center;
color: white;
border-radius: 10px;
transition: transform 0.3s ease;
align-items: center;
}
.location-card .card-title {
font-size: 24px;
font-weight: 700;
line-height: 28px;
margin: 20px 0px 0px;
color: #fff;
}
.location-card p {
font-size: 20px;
line-height: 24px;
color: #fff;
}
.location-card:hover {
transform: translateY(-10px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
.boxes-wrapper {
flex-wrap: wrap;
margin: auto;
} 
.our-location-section .boxes-wrapper {
column-gap: 50px;
row-gap: 30px;
max-width: 800px;
}
.our-location-section .box-container {
width: 200px;
}
.location-boxes .box-container img {
width: 45px;
}
.new-be-faq .nav-tabs .nav-item{
color: #000;
font-weight: 600;
}
.new-be-faq .nav-tabs .nav-item.active{
color: #F59825;
}
.new-be-faq .tab-content>.active{
display:block;
}
.new-be-faq .nav-tabs{
width:100%;
}
.news-logo-container {
gap: 30px;
}
.video-element {
border-radius: 10px 10px 0px 0px;
}
.as-seen-on-container {
background: #F2F2F2;
border-radius: 0px 0px 10px 10px;
margin-top: -9px;
}
.bprcse .card-body .icon-container {
padding: 0px 10px 10px;
}
.price-section .bprcse .card-body {
padding: 15px 0 70px;
}
.bprcse .icon-container .icon-text .title{
font-size: 18px;
font-weight: 700;
margin: 15px 0;
}
.bprcse .icon-box p {
font-size: 12px;
font-weight: 400;
}
.price-section .bprcse .card-header {
padding: 10px 15px;
justify-content: center;
}
.price-section .bprcse .card-header .c-heading {
font-size: 20px;
font-weight: 700;
color: #000;
} .confused-section {
background: #FFA113;
}
.solarTemplate section.small-section {
padding: 35px 0px;
} 
.small-section-heading {
font-size: 36px;
line-height: 45px;
}
.small-section-header {
max-width: 860px;
}
.small-section-text {
font-size: 20px;
}
.trb{
float: left;
width: 100%;
text-align: left;
margin-bottom: 40px;
align-items: center;
display: flex;
}
.trb .imgss{
background: #353535;
border-radius: 5px;
padding: 10px;
width: 57px;
height: 57px;
float: left;
margin-right: 15px;
}
.trb .imgss img{
width: 100%;
}
.trb p{
font-size: 20px;
font-weight: 700;
float: left;
width: calc(100% - 72px);
margin: 0;
padding: 0;
}
.trbr{}
.trbr .imgss{
margin-left: 15px;
margin-right: 0;
}
.orfb{
background: #FFA113;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
float: left;
width: 100%;
}
.orfb .trew{
width: 33.33%;
float: left;
padding: 20px 15px;
font-size: 20px;
font-weight: 700;
}
.orfb.orfb-w{
background: #fff;
border-top-left-radius: 0;
border-top-right-radius: 0;
justify-content: center;
display: flex;
align-items: center;
}
.orfb.orfb-w:last-child{
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.orfb.orfb-w:nth-child(3n){
background: #F5F5F5;
transform: scale(1.006);
}
.orfb.orfb-w p{
margin:0;
padding:0;
}
.orfb.orfb-w .trew{
color:#000;
font-size: 16px;
font-weight: 600;
}
.orfb-sec-m{
float:left;
width:100%;
margin-bottom: 15px;
}
.orfb-m{
display: flex;
border-bottom: 1px solid #d9d9d9;
}
.orfb-m:last-child{
border:0;
}
.trew-left{
float: left;
width: 37%;
background: #ffa113;
color: #fff;
padding: 10px;
text-align: left;
font-weight: 600;
font-size: 16px;
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.trew-right{
float: left;
width: 63%;
background: #fff;
color: #000;
padding: 10px;
text-align: left;
font-size: 15px;
}
.trew-right p{
font-size: 15px;
padding: 0;
}
.stroii{
font-weight: 700;
font-size: 18px;
}
.gbbox{
background: #282828; border-radius: 10px;
padding: 30px 15px;
}
.gbbox img{
height:55px;
}
.gbbox h4{
color: #fff;
margin: 20px 0 0;
font-size: 20px;
font-weight: 700;
line-height: 29px;
} .frequently-section .card-container {
max-width: 270px;
border-radius: 10px;
overflow: hidden;
}
.frequently-section .card-container .card {
background: #000;
}
.frequently-section .card-container .card:hover {
background: #f9ba16;
}
.frequently-section .card-container .card:hover * {
color: #fff;
}
.frequently-section .card-container .card:hover a {
border: 1px solid #fff;
}
.frequently-container .card:hover img {
filter: brightness(0) invert(1);
}
.frequently-section .card-container a {
margin: 20px 0px 0px 0px;
}
.frequently-container .card-title {
font-weight: 600;
}
.frequently-container .card-text {
font-weight: 500;
}
.frequently-container .card-body {
color: #f9ba16;
}
.frequently-container .icon-img {
width: 100%;
padding:5px 5px 30px 5px;
margin-bottom: 20px;
border-bottom: 1px solid #f9ba16;
height: 108px;
}
.frequently-container .icon-img img {
height: 100%;
object-fit: contain;
}
.frequently-container .card:hover .icon-img {
border-bottom: 1px solid #fff;
}
.t-btn {
color: #f9ba16;
border: 1px solid #f9ba16;
}
.t-btn:hover {
color: #fff;
border: 1px solid #fff;
} .faq-section  {
max-width: 900px;
}
.faq-section .accordion-item {
border: 1px solid #BABABA;
border-radius: 10px;
position: relative;
overflow: hidden;
}
.faq-section .accordion-item:before {
content: "";
display: block;
height: 100%;
width: 8px;
background: #FFBA15;
position: absolute;
left: 0px;
top: 0px;
}
.faq-section .accordion-item .accordion-header {
position: relative;
margin: 0px;
display: flex;
}
.faq-section .accordion-item .accordion-header:after {
content: "-";
color: #FFBA15;
font-size: 18px;
font-weight: 600;
line-height: 22.68px;
position: absolute;
right: 16px;
top: 50%;
transform: translateY(-50%);
}
.faq-section .accordion-item .accordion-header button{
border: none !important;
outline: none !important;
background: transparent;
padding: 16px 16px 10px 30px;
font-size: 18px;
font-weight: 600;
line-height: 22.68px;
color: #666666;
width: 100%;
text-align: left;
z-index: 1;
}
.faq-section .accordion-item:not(:last-child) {
margin-bottom: 10px;
}
.faq-section .accordion-item .accordion-header button.collapsed {
padding: 16px 16px 16px 30px;
}
.faq-section .accordion-item .accordion-body {
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: #666666;
padding:0px 16px 16px 30px ;
}
.faq-section .accordion-item .accordion-header button:focus-visible { }
.faq-section .accordion-item .accordion-header:has(.collapsed):after {
content: "+";
} .feeling-confused-section .container {
position: relative;
z-index: 1;
}
.feeling-confused-section {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/img/feeling-bg.png) no-repeat center center / cover;
}
.btns-container {
gap: 10px;
}
.btns-container a {
max-width: 200px;
text-align: center;
}
.questions-section .image-section img {
width: 100%;
}
.back-bg {
background: #000;
} .product-card .img-container {
background: #e8ebea;
text-align: center;
margin-top: -120px;
}
.product-card-container {
max-width: 365px;
padding: 0px 15px 25px;
background: #F6F6F9;
margin-top: 120px;
}
.product-card h3 {
font-weight: 600;
margin-top: 20px;
}
.products-section .section-heading {
max-width: 900px;
margin: auto;
} .why-choose-section {
background: url(//www.solarrun.com.au/wp-content/themes/solarrun/img/why-choose-bg.png) no-repeat center center / cover;
}
.why-choose-section .container {
position: relative;
z-index: 2;
} 
.promising-card {
gap: 35px;
margin: 30px 0px 40px;
}
.promising-card .icon {
margin-bottom: 20px;
}
.promising-card .circle-img {
max-width: 80px;
border: 1px solid #FFBA15;
aspect-ratio: 1 / 1;
border-radius: 50%;
margin: auto;
position: relative;
}
.promising-card .circle-img  img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50% ,-50%);
}
.promising-card .card-container ,
.solar-different-cards .card-container {
flex: 1;
}
.promising-card .card-container .card {
border: 1px solid #FFBA15;
border-radius: 10px;
}
.promising-card .card-container .card-body {
padding: 25px 10px;
}
.promising-card .card-container h5 {
font-size: 20px;
font-weight: 700;
line-height: 29px;
}
.promising-card .card-container p {
font-size: 15px;
font-weight: 400;
line-height: 25px;
padding: 0px;
} .copyright-container > a , .copyright-container {
font-size: 12px;
font-weight: 700;
line-height: 15.12px;
color: #A9A9A9;
}  
.copyright-container  {
padding: 20px 10px;
background: #434343;
}
.solarTemplate footer {
background:#272727;
margin-top: 0px;
padding: 0px 18px;
}
.solarTemplate footer .ftr-box ul {
padding-left: 0px;
}
.solarTemplate footer .ftr-box ul li {
list-style: none;
}
.solarTemplate footer .ftr-box ul li a{
color: #fff;
}
.solarTemplate footer .ftr-btn-one p{
color: #fff;
}
.solarTemplate footer .ftr-btn-one h1 {
text-transform: capitalize;
color: #fff;
}
.solarTemplate footer .ftr-btn-one .yellow-white-btn {
border: 1px solid transparent;
color: #fff;
}
.solarTemplate footer .ftr-btn-one .yellow-white-btn:hover {
border: 1px solid #f9ba16;
color: #f9ba16;
}
.solarTemplate footer .ftr-box h4 {
font-size: 18px;
font-weight: 700;
line-height: 32px;
margin-bottom: 15px;
color: #fff;
}
.solarTemplate footer .ftr-box a {
font-size: 14px;
font-weight: 500;
line-height: 29px;
margin-bottom: 5px;
}
.solarTemplate .licences-container, .solarTemplate .licences-container span {
color: #fff;
}
.footer-menu-container {
gap: 80px;
}
.footer-menu-container > div {
flex: 1 1; 
} 
.solarTemplate footer .container {
max-width: 1170px;
}
.solarTemplate footer .btm-ftr .row > div {
padding: 0px;
color: #fff;
display: ruby;
margin-bottom: 28px;
}
footer a.yellow-white-btn {
margin:0px;
}  @media (max-width: 1200px) {
.product-container , .frequently-container {
gap: 20px;
justify-content: center !important;
}
}
@media (max-width: 1024px) {
}
.postcode-from{border: 3px solid #FFBA15;}
.postcode-from form button{color:#000;}
.text-icon-mob{display:none;}
.check_deal_postcode_input::placeholder{font-weight:700 !important;}
.check_deal_postcode_input{border:transparent;box-shadow: none !important;}
.check_deal_postcode_input::focus{border:transparent;box-shadow:none !important;}
@media (max-width: 768px) {
.grtsecs .col-xs-6{
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.grtsecs .gbbox{
margin-bottom:30px;
}
.gbbox {
padding: 15px 10px;
}
.gbbox h4 {
margin: 15px 0 0;
font-size: 15px;
line-height: 24px;
}
.trb{
width: 50%;
text-align: center;
display: block;
}
.trb .imgss{
float: unset;
margin-right: 0;
display: inline-block;
margin-bottom: 10px;
}
.trbr .imgss {
margin-left: 0;
margin-right: 0;
}
.trb p {
font-size: 16px;
float: unset;
width: 100%;
}
.our-location-section{padding:0px 0px 20px 0px !important;}
.text-icon{display:none;}
.text-icon-mob{display:block;}
.postcode-from{border: 3px solid #000 !important;}
.solarTemplate section {
padding: 45px 0px;
}
.solarTemplate .row {
margin-right: 0px; 
margin-left: 0px;
}
.main-heading h1 {     
font-size: 34px;
line-height: 54px;
text-transform: uppercase;
}
.solarTemplate section.hero-section {
padding: 40px 0px 30px;
}
.main-sub-heading {
font-size: 15px;
line-height: 23px;
}
.section-heading {
font-size: 28px;
line-height: 42px;
} 
.sub-heading {
font-size: 15px;
line-height: 29px;   
}
.form-and-img {
background: #e9e9e8;
color: black;
border-radius: 10px;
padding: 24px 12px;
}
.postcode-form-wrapper {
background: transparent;
padding: 0px 0px 24px;
border-bottom: 1px solid #A9A9A9;
border-radius: 0px;
}
.promising-card {
gap: 16px;
margin: 30px 0px 35px;
}
.promising-card .card-container {
flex: unset;
width: 100%;
}
.our-location-section .boxes-wrapper {
column-gap: 15px;
row-gap: 15px;
}
.hero-section .ratings {
display: none !important;
}
.form-buttom-text {
margin-left: auto;
}
.as-seen-on-container {
margin-top: -5px;
}
.news-logo-container img {
max-width: 100px;
}
.small-section .container {
flex-direction: column;
text-align: center;
}
.small-section-heading {
font-size: 24px;
line-height: 37px;
margin-bottom: 0px;
}
.small-section-text {
font-size: 16px;
line-height: 22px;
}
.small-section-btn {
margin-top: 10px;
}
.product-card-container {
max-width: 100%;
width: 100%;
}
.frequently-section .card-container {
max-width: 245px;
}
.product-container, .frequently-container {
gap: 20px;
}
.frequently-section .card-container a {
margin: 5px 0px 0px 0px;
font-size: 11px;
}
.frequently-container .card-text {
font-size: 11px;
line-height: 15px;
}
.frequently-container .card-title {
font-size: 18px;
line-height: 24px;
margin-bottom: 0px;
}
.frequently-container .icon-img {
margin-bottom: 15px;
}
.frequently-container .card-body {
padding: 15px 12px 20px;
}
.faq-section .accordion-item .accordion-header button {
padding: 16px 30px 10px 30px;
font-size: 14px;
line-height: 17.64px;
}
.faq-section .accordion-item .accordion-body {
font-size: 12px;
line-height: 15px;
}
.faq-section .accordion-item .accordion-header button.collapsed {
padding: 16px 30px 16px 30px;
}
.footer-menu-container {
flex-direction: column;
padding: 0px 18px;
gap: 10px;
}
.footer-menu-container .ftr-box {
text-align: left;
}
.footer-menu-container .ftr-btn-one {
text-align: center;
border-bottom: 1px solid #494949;
padding-bottom: 25px;
margin-bottom: 12px;
}
.solarTemplate footer .ftr-box ul li {
width: fit-content;
}
.solarTemplate footer .ftr-box ul {
display: flex;
flex-wrap: wrap;
}
.solarTemplate footer .ftr-box ul li:not(:last-child) a:after {
content: "|";
color: #fff;
margin: 0px 8px;    
}
.solarTemplate footer {
padding: 0px;
}
footer a.yellow-white-btn {
margin:auto;
}
}
@media (max-width: 576px) {
.our-location-section .box-container {
width: auto;
}
.location-card .card-title {
font-size: 16px;
line-height: 21px;
}
.location-boxes .box-container img {
width: 35px;
}
.news-logo-container img {
max-width: 70px;
}
.frequently-container {
gap: 12px;
}
.frequently-section .card-container {
max-width: 187px;
}
.frequently-section .card-container .card {
height: 100%;
position: relative;
}
.frequently-section .card-container a {
position: absolute;
left: 50%;
bottom: 20px;
transform: translateX(-50%);
}
.frequently-container .card-text {
margin-bottom: 45px;
}
}
@media (max-width: 425px) {
.news-logo-container img {
max-width: 60px;
}
.frequently-section .card-container {
max-width: 166px;
}
.info-section .yellow-white-btn {
padding: 10px 20px;
}
}
.solarTemplate .join-faq-block .accordian-faq-box .panel-heading{
padding-left: 20px !important;
}
.solarTemplate .accordian-faq-box .panel-body{
padding: 0 20px 20px 20px;
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: #666666;
}
.solarTemplate .join-faq-block span.pvrt {
font-weight: 600;
line-height: 22.68px;
color: #666666;
font-family: "Outfit", sans-serif;
}
.solarTemplate .btm-ftr .book-cons, .solarTemplate  .ftr-btn-one a{
background: #feba15;
color: #fff;
text-transform: capitalize;
font-weight: 600;
}
.solarTemplate footer .btm-ftr .row > div a {
color: #fff;
}
.solarTemplate .rt-header a{
color: #fff;
}
r-p rp-review-name, r-p rp-review-name a{
}
@media (max-width: 767px) {
.solarTemplate .rt-header a {
color: #000;
}
.highlight-mobile{
color: #f9ba16;
display: block;
}
.promising-card .card-container p{
font-size:14px;
}
}