:root{ scroll-behavior: smooth;}
body{font-family: "Sora", sans-serif; background-color: #fff; color: #252424; font-size: 16px; font-weight: 400; line-height: 1.2;}
.container {max-width: 1430px;}
.container-fluid{padding: 0 40px;}
a {color: #252424; text-decoration: none;}
a:hover {color: #FEBA15; text-decoration: none;}
a, a:hover{text-decoration: none;}
p{font-size: 16px; line-height: 1.3;}
p:last-child{margin-bottom: 0;}
ul{margin: 0; padding: 0; list-style: none;}
img{max-width: 100%;}
figure{margin-bottom: 0;}
.form-control{border: 0; color: #666666; background-color: #fff; height: 60px; font-size: 16px; border-radius: 30px; padding: 12px 40px;}
.form-control:focus{outline: none; box-shadow: none;}
.form-control:-webkit-input-placeholder { 
    color:    #666666;
}
.form-control:-moz-placeholder { 
   color:    #666666;
   opacity:  1;
}
.form-control:-ms-input-placeholder { 
   color:    #666666;
}
.form-control::placeholder { 
   color:    #666666;
}
textarea.form-control{height: 140px; resize: none;}
button.form-control{width: 210px; font-size: 16px; font-weight: 700;}
button.form-control:hover{background-color: #2A5FA6; color: #fff;}
select::-ms-expand {display: none;}
select{ -webkit-appearance: none;	-moz-appearance: none;}
.btn:focus, .btn:active{box-shadow: none; outline: none;}
h1, .h1{font-size: 45px; font-weight: 700; line-height: 1.2;}
h2, .h2{font-size: 36px; font-weight: 700; line-height: 1.2;}
h3, .h3{font-size: 32px; font-weight: 700; line-height: 1.2;}
strong{font-weight: 700;}
.row-gap-0{margin-left: 0; margin-right: 0;}
.col-gap-0{padding-left: 0; padding-right: 0;}
.row-gap-10{margin-left: -10px; margin-right: -10px;}
.col-gap-10{padding-left: 10px; padding-right: 10px;}
.row-gap-30{margin-left: -30px; margin-right: -30px;}
.col-gap-30{padding-left: 30px; padding-right: 30px;}
.arrow-carousel .owl-nav {   position: absolute;   bottom: 20px;  gap: 0 10px;   right: 0;   z-index: 2;     max-width: 1400px;   left: 0;   margin: auto; display: flex; align-items: center;   justify-content: flex-end;  }
.arrow-carousel .owl-nav button{background-repeat: no-repeat !important; background-position: center !important;  width: 67px; height: 67px; border: 3px solid #FEBA15 !important; background-color: #FEBA15 !important; border-radius: 50%;}
.arrow-carousel .owl-nav button:hover{background-color: #fff !important; border-color: #0A9642 !important;}
.arrow-carousel .owl-nav button.owl-next{background-image: url(../images/arrow-right.png);}
.arrow-carousel .owl-nav button.owl-prev{background-image: url(../images/arrow-left.png);}
.arrow-carousel .owl-nav button span{display: none;} 
.sec-space{padding: 60px 0;}
.heading-box {margin-bottom: 20px;}
.heading-box-subhd{font-size: 16px; font-weight: 700; color: #1D252F; text-transform: uppercase; position: relative; margin-bottom: 25px; padding-bottom: 15px;}
.heading-box-subhd::after{position: absolute; left: 0; right: 0; bottom: 0; margin: auto; content: ''; width: 87px; height: 2px; background-color: #1C60A9;}
.common-heading{font-size: 50px; font-weight: 700; text-align: center; margin-bottom:30px; color: #000;}
.image-hover-effect {overflow: hidden;}
.image-hover-effect img{transition: transform .7s ease;}
.image-hover-effect img:hover{transform: scale(1.1);}

/*header*/
header{background-color: #252424; position: relative; height: 110px; z-index: 2;}
.header-top-bar-content{padding: 10px 0; gap: 0 20px;}
.header-top-bar-content, .header-top-bar-content a{color: #fff; font-size: 16px;}
.header-top-bar-content i{width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background-color: #fff; margin-right: 10px;}
.header-menu-bar{background-color: #fff; border-radius: 80px; padding: 25px 60px; min-height: 100px;}
.custom-navbar{padding: 0;}
.custom-navbar .navbar-nav .nav-link{padding:15px 17px; margin-right: 5px; font-size: 16px; font-weight: 300; color: #000; border-radius: 30px;}
.custom-navbar .nav-item.active .nav-link, .custom-navbar .navbar-nav .nav-link:hover{color: #2A5FA6; background-color: #FEBA15;}
/*header*/

/*banner*/
.hero-banner{position: relative; z-index: 1;}
.hero-banner-item-content{position: absolute;top: 50%;transform: translateY(-50%);left: 0;right: 0;color: #fff; z-index: 1; }
.hero-banner-item-content   .container{position: relative;}
.hero-banner-item-content   .container::after{position: absolute; left: -12%; bottom:-60px; transform: rotate(140deg); width: 1041px; height: 675px; border-radius: 335px; z-index: -1; background-color: rgba(254, 186, 21, 0.8); content: '';}
.hero-banner-item-content-inner{width: 750px;}
.hero-banner-item-content-inner h1, .hero-banner-item-content-inner .h1{font-size: 70px; color: #252424; font-weight: 700; margin-bottom: 20px; text-transform: capitalize;}
.hero-banner-item-content-inner p{font-size: 22px; color: #252424; margin-bottom: 30px;}
.hero-banner-item-content-inner a{width: 210px; height: 60px; border-radius: 30px; background-color: #fff; color: #252424; font-size: 16px; font-weight: 700; display: flex; align-items: center; justify-content: center;} 
.hero-banner-item-content-inner a:hover{background-color: #fff; color: #2A5FA6;}
/*banner*/

/*services*/
.services-section h2{margin-bottom: 35px;}
.services-col{background-color: #FEBA15; border-radius: 30px; padding: 25px; height: 100%; text-align: center;} 
.services-col i{display: flex; align-items: center; justify-content: center; height: 100px; margin-bottom: 15px;}
.services-col-hd{font-size: 30px; font-weight: 700; display: block; margin-bottom: 15px;}
.services-col-hd:hover{color: #252424; text-decoration: underline;}
/*services*/

/*why solar run*/

.solar-review-box{background-color: #D9D9D9; box-shadow: 0 1px 4px 0 rgba(0,0,0,0.25); padding: 35px; border-radius: 7px;}
.solar-description{padding-left: 100px;}
.solar-description p{font-size: 18px; color: #666666; margin-bottom: 5px;}
.solar-description p a{text-decoration: underline; color: #666666;}
.solar-review-person-img{width: 155px; height: 155px; display: flex; align-items: center; border-radius: 50%;}
.solar-review-person-img img{width: 100%; object-fit: cover;}
.solar-review-person-detail{padding-left: 70px; width: calc(100% - 155px);}
.solar-review-person-name{font-size: 30px; color: #000; font-weight: 300; margin-bottom: 5px;}
.solar-based-review{font-size: 20px; color: #545454; font-weight: 300; margin-bottom: 15px;}
.solar-review-person-rating{margin-bottom: 10px; display: block;}
.solar-based-review-group {gap: 0 20px; color: #4F4E4E; font-size: 15px; font-weight: 300;}
.solar-based-review-group a:hover{color: #000;}
.solar-review-person-box{margin-bottom: 30px;}
.solar-timing-box{background-color: #E7E4E4; box-shadow: 0 1px 4px 0 rgba(0,0,0,0.25); border-radius: 10px; padding: 15px 20px;}
.solar-timing-left{font-size: 15px; color: #4F4E4E; font-weight: 300; width: calc(100% - 200px);}
.solar-timing-left-item:not(:last-child){margin-bottom: 10px;}
.solar-timing-left-item a:hover{color: #000;}
.solar-timing-left i{margin-right: 10px;}
.solar-timing-btn{width: 200px; height: 60px; background-color: #FEBA15; color: #252424; font-size: 16px; font-weight: 700; text-align: center; display: flex; align-items: center; justify-content: center; border-radius: 30px;}
.solar-timing-btn:hover{background-color: #fff; color: #2A5FA6;}
.choose-gallery-row{margin-top: 100px;}
.choose-gallery-row-inner{gap:30px 0; height: 100%;}
.choose-solar-figure{position: relative; height: 100%;}
.choose-solar-figure img{width: 100%; height: 100%; object-fit: cover; border-radius: 30px;}
.choose-solar-figure::after{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); content: ''; border-radius: 30px;}
.choose-solar-text{position: absolute; bottom: 30px; left: 25px; right: 0; z-index: 1;}
.choose-solar-text-hd{font-size: 30px; text-transform: capitalize; font-weight: 700; color: #fff;}
.discover-btn{width: 200px; height: 60px; margin-top: 20px; font-weight: 700; border-radius: 30px; background-color: #FEBA15; color:#252424; display: flex; align-items: center; justify-content: center;}
.discover-btn:hover{background-color: #fff; color: #2A5FA6;}
.choose-solar-vedio-icon{position: absolute; left: 0; right: 0; top:0; bottom: 0; z-index: 1; width: 94px; height: 94px; cursor: pointer; margin: auto; text-align: center; display: flex; align-items: center; justify-content: center;}
.choose-solar-vedio-icon img{width: 100px;}
/*why solar run*/

/*counter*/
.counter{background-color: #EAE4E4; padding: 20px 0;}
.counter-col{text-align: center;}
.counter-col i{height:80px; display: flex; align-items: center; justify-content: center; margin-bottom: 15px;}
.counter-col-hd{font-size: 50px; font-weight: 700; color: #000; margin-bottom: 10px;}
.counter-col-subhd{font-size: 16px; line-height: 1.7; color: #666666;}
/*counter*/

/*installtion process*/
.installtion-col-figure{border-radius: 30px;}
.installtion-col-figure img{width: 100%; height: 100%; object-fit: cover; border-radius: 30px;}
.installtion-col-text{background-color: #fff; margin-left: 50px; border-radius: 30px; width: 440px; padding: 20px 30px; margin-top: -100px; box-shadow: 0 4px 20px 0 rgba(0,0,0,0.10); z-index: 1; position: relative;}
.installtion-col-text-hd{font-size: 22px; font-weight: 700; color: #000000; margin-bottom: 5px;}
.installtion-col-text-list{margin-top: 10px; font-size: 16px; color: #666666;}
.installtion-col-text-list li{position: relative; padding-left: 15px; margin-bottom: 5px;}
.installtion-col-text-list li::before{position: absolute; left: 0; top:7px; width: 5px; height: 5px; background-color: #666666; content: '';}
/*installtion process*/

/*particular-section*/
.particular-section .heading-box{margin-bottom: 60px;}
.particular-section .heading-box-subhd{color: #FEBA15;}
.particular-section .heading-box-subhd::after{background-color: #FEBA15;}
.particular-item{background-color: #fff; height: 100%; border-radius: 30px; cursor: pointer; border: 5px solid #D9D9D9; padding: 20px 30px;     transition: transform .7s ease;}
.particular-item:hover{transform: translateY(-30px);}
.particular-item-top-hd{font-size: 26px; line-height: 1.2; font-weight: 700; color: #000000; width: 100%; padding-right: 20px;}
.particular-item-top-number{display: flex; align-items: center; justify-content: center; background-color: #FEBA15; width: 70px; height: 120px; border-radius: 40px; color: #fff; font-size: 30px; font-weight: 700;}
.particular-item-top{margin-bottom: 20px;}
.particular-item p{color: #666666; line-height: 1.8; margin-bottom: 15px;}
/*particular-section*/

/*request block*/
.request-section-inner{background-color: #D9D9D9; height: 520px; border-radius: 30px; padding: 40px;}
.request-quotes-content{padding-left: 40px; position: relative; margin-top: -50px;}
.request-quotes-hd{position: relative; text-transform: uppercase; font-size: 16px; letter-spacing: 2px; font-weight: 700; padding-bottom: 15px; margin-bottom: 25px;}
.request-quotes-hd::after{width: 87px; height: 2px; position: absolute; left: 0; bottom: 0; background-color: #252424; content: '';}
.talk-heading{font-size: 50px; font-weight: 700; line-height: 1.4; margin-bottom: 25px; text-transform: capitalize;}
.request-quotes-content p{font-size: 18px;}
.request-form{background-color: #FEBA15; padding: 40px; border-radius: 30px;}
/*request block*/

/*brand*/
.brands-heading{font-size: 26px; font-weight: 700; text-transform: uppercase; color: #000; margin-bottom: 40px;}
.brand-logo-img img{width: auto !important;}
.brands-section .owl-stage{display: flex; align-items: center;}
/*brand*/

/*footer*/
footer{background-color: #FEBA15;}
.footer-logo-box{display: flex;}
.footer-logo{display: block;}
.footer-logo-box{height: 100%;}
.socail-icone {gap: 0 30px; margin-top: auto;}
.socail-icone a:hover img{filter: brightness(0) invert(1);}
.footer-heading{font-size: 22px; font-weight: 700; margin-bottom: 30px;}
.footer-text{font-size: 16px; line-height: 1.5;}
.subscribe-subtext{margin-bottom: 10px;}
.newsletter-box{background-color:#D9D9D9; border: 2px solid #fff; border-radius: 30px; height: 60px; padding: 0 25px;}
.newsletter-box .newsletter-control{width: calc(100% - 22px); font-size: 16px; background-color: transparent; border: 0;}
.newsletter-box .newsletter-control:focus, .newsletter-box .newsletter-control:active{outline: none; box-shadow: none;}
.newsletter-box i{width: 22px;}
.footer-contact-item{margin: 60px 0 40px; background-color:#D9D9D9; border: 1px solid #fff; border-radius: 80px; padding: 25px 50px;}
.footer-contact-item i{margin-right: 30px;}
.footer-contact-item-label{font-size: 18px; font-weight: 700; margin-bottom: 10px;}
.footer-bottom-link{gap: 0 30px;}
.footer-bottom-link a:hover, .footer-contact-item a:hover{color: #2A5FA6;}
/*footer*/
.footer-contact-item-content {
    font-size: 15px;
}
.get-in-touch {
   padding-bottom: 40px;
}
.para2 {
   text-align: center;
   padding-bottom: 60px;
   padding-top: 80px;
}
.pt-0, .py-0 {
   padding-top: 0 !important;
}
.para2 h2 {
   color: #313131;
   font-family: inherit;
   font-size: 45px;
   font-weight: 700;
   padding-bottom: 20px;
   letter-spacing: 0px;
   text-transform: uppercase;
   position: relative;
   margin-bottom: 45px;
}
.para2 h2:after {
   position: absolute;
   bottom: 0;
   right: 0;
   left: 0;
   margin: 0 auto;
   width: 120px;
   height: 4px;
   background: #ffba15;
   content: "";
}
.flex-form {
   box-shadow: 3px 3px 3px rgba(0, 0, 0, 10%);
   display: flex;
   border: solid 1px #f1f1f1;
   align-items: center;
}
.get-in-touch-inner {
   width: 50%;
}
.get-in-touch-inner h3 {
   padding: 10px 10px 10px 10px;
   background: #ffb21d;
   margin: 0;
   text-align: center;
   font-weight: 800;
   color: #313131;
   font-family: "Poppins", Sans-serif;
   font-size: 39px;
}
.form-get-in {
   width: 50%;
}
.form-get-in .contact-form {
   padding: 15px 35px 0;
}
.pop-form .contact-form .form-group input {
   width: 100%;
}

.pop-form .contact-form .form-group input {
   border: 1px solid #d6d6d6;
   padding: 10px;
}
.gfield_description {
   font-size: 11px;
}
.pop-form .input-thumb-box {
   display: flex;
}

.input-thumb-box {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   column-gap: 9px;
   row-gap: 9px;
   align-items: center;
   margin-bottom: 10px;
}

.pop-form .contact-form .lab small {
   color: #c02b0a;
   display: inline-block;
   font-size: 13.008px;
   padding-left: .125em;
}

.pop-form .contact-form .form-group input {
   border: 1px solid #d6d6d6;
   padding: 10px;
}

.pop-form .input-thumb-box {
   display: flex;
}

.pop-form .input-thumb-box .int-outer {
   width: 16.66%;
}

.gform_wrapper .input-thumb-box input[type="checkbox"] {
   appearance: none;
   height: 100%;
   width: 100%;
   visibility: unset;
   position: absolute;
   left: unset;
   cursor: pointer;
}
.input-thumb-box input[type="checkbox"] {
   appearance: none;
   height: 20px;
   width: 20px;
   visibility: hidden;
   position: absolute;
   left: -9999px;
}
input[type=checkbox], input[type=radio] {
   box-sizing: border-box;
   padding: 0;
}
.gfield-choice-input {
   display: inline-block;
   margin-top: 0;
   top: 0;
   vertical-align: middle;
}
.input-thumb-box .selected label {
   color: #fff;
}

.input-thumb-box .int-outer label {
   max-width: 100% !important;
}
.input-thumb-box label {
   cursor: pointer;
   min-height: 72px;
   display: flex !important;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}
.int-outer label {
   color: #707070;
   font-weight: 500;
   font-size: 9px !important;
   text-align: center;
   line-height: 1;
}
.gform_wrapper .input-thumb-box input[type="checkbox"]{appearance:none;height:100%;width:100%;visibility:unset;position:absolute;left:unset;cursor:pointer;}.gform_wrapper .select2-container--default .select2-selection--single{border:1px solid #d6d6d6 !important;font-size:15px;}.gform_wrapper .form-field input{border-radius:0;}.pop-form .contact-form .form-group input{width:100%;}
.check-terms-section{margin:6px 0;margin-bottom:0px;display:grid;padding:12px;grid-gap:8px;min-height:40px;align-items:stretch;border-radius:4px;background-color:#edf4ea;grid-template-columns:21px 1fr;}.check-terms-section--check{display:grid;place-items:center;border-right:1px solid #cce0c3;padding-right:8px;}.check-terms-section--link{color:#2c8700;font-size:12px;line-height:16px;}
.select2-container--default .select2-selection--single{border:1px solid #000 !important;border-radius:0 !important;box-shadow:none !important;color:#000;font-size:15px;height:45px !important;padding:7px 6px;background:url("https://cdn-jjagh.nitrocdn.com/rkagqqHRcyXnxBhQMIocWufqVRbuJGku/assets/images/optimized/rev-e272972/www.solarrun.com.au/wp-content/themes/solarrun/images/sltd-arw.png") calc(100% - 15px) center no-repeat #fafafa;text-overflow:ellipsis;white-space:nowrap;padding-right:28px;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;width:100%;}.select2-container--default .select2-selection--single .select2-selection__arrow{display:none !important;}.select2-container--default .select2-selection--single.nitro-lazy{background-image:none !important;}
.solar-jam-box-desc{text-align:center;margin-left:50px;}.para-box{padding:0px;}.the-solar-left span{font-size:33px;font-weight:500;text-transform:uppercase;color:#ffba15;line-height:36px;padding-bottom:0px;display:block;}.solar-jam-box-right .alt-btn-custom{max-width:238px !important;height:unset !important;margin-top:10px;padding:8px 20px 6px !important;}.solar-jam-box-right .alt-btn-custom{font-size:21px;max-width:230px !important;margin:0;font-weight:600;padding:12px 20px 12px;color:#000 !important;background:#ffba15;text-transform:uppercase;border-radius:0px;}.mid-text-logo-deals{margin-top:25px;}
.pop-form .modal-content { border-radius: 17px; padding: 35px; box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 3px; display: block; }
.pop-form .close { padding: 0px; margin: -1.6rem -1.3rem -1rem auto; font-weight: 400; opacity: 1; font-size: 32px; color: rgb(170, 170, 170); float: right; border: 0px; background: unset; line-height: 1; text-shadow: rgb(255, 255, 255) 0px 1px 0px; }
.modal-body { position: relative; padding: 15px; }
.modal-dialog { max-width: 750px; }
.pop-form .contact-form .lab { color: rgb(51, 51, 51); font-size: 14px; border: 0px; margin-bottom: 5px; font-weight: 700; }
.pop-form .contact-form .lab small { color: rgb(192, 43, 10); display: inline-block; font-size: 13.008px; padding-left: 0.125em; }
.pop-form .contact-form .form-group input { border: 1px solid rgb(214, 214, 214); padding: 10px; }
.pop-form .input-thumb-box { display: flex; }
.pop-form .input-thumb-box .int-outer { width: 20%; }
.alt-btn-custom { background: linear-gradient(rgb(254, 217, 56) 0px, rgb(254, 179, 56) 100%); height: 44px; line-height: 44px; border: 0px; font-weight: 500; width: 100%; border-radius: 15px; font-size: 14px; padding: 0px 18px; margin: 22px 0px 0px; display: block; }
.pop-form .form-field { margin: 15px 0px 25px; }
.search-box { padding: 0px 0px 45px; }
.search-box input { background: rgb(238, 238, 238); border-radius: 0px; border: none; width: 100%; font-size: 14px; font-weight: 400; padding: 0px 15px; height: 52px; box-shadow: none !important; }
.search-submit { background: url("https://www.solarrun.com.au/wp-content/themes/solarrunkeysborough/assets/images/search-icon-blg.png") center center no-repeat; width: 16px; height: 16px; cursor: pointer; border: none; float: right; margin: -34px 15px 0px 0px; position: relative; }
.search-submit.nitro-lazy { background-image: none !important; }
.get-free-solar { background: rgb(244, 244, 244); padding: 15px 15px 5px; }
.get-free-solar h2 { color: rgb(255, 186, 20); font-size: 20px; margin-bottom: 6px; font-weight: 700; }
.form-field { margin-bottom: 15px; }
.form-field label { color: rgb(112, 112, 112); font-size: 12px; font-weight: 600; border: 0px; }
.form-field input { border: 1px solid rgb(214, 214, 214); height: 42px; border-radius: 5px; width: 100%; padding: 10px !important; }
.radio-inner { display: inline-block; padding-right: 16px; }
section.big-news-img { padding-top: 106px; }
.radio-box { display: flex; }
.radio-inner { display: flex; align-items: center; }
.radio-inner label { margin-bottom: 0px; }
.radio-inner input { width: 13px; height: 13px; margin-right: 5px; }
.input-thumb-box .int-outer { display: flex; align-items: center; justify-content: center; padding-top: 5px; padding-bottom: 5px; background: rgb(255, 255, 255); border: 1px solid rgb(214, 214, 214); height: 84px; position: relative; }
.input-thumb-box input[type="checkbox"] { appearance: none; height: 20px; width: 20px; visibility: hidden; position: absolute; left: -9999px; }
.input-thumb-box .int-outer label { max-width: 100% !important; }
.input-thumb-box img { margin-bottom: 5px; }
.input-thumb-box img.white { display: none; }
.input-thumb-box img.yellow { display: block; }
.input-thumb-box .selected .white { display: block; }
.input-thumb-box .selected .yellow { display: none; }
.input-thumb-box .selected label { color: rgb(255, 255, 255); }
.int-outer label { color: rgb(112, 112, 112); font-weight: 500; text-align: center; line-height: 1; font-size: 9px !important; }
.input-thumb-box .int-outer.selected { background: rgb(255, 186, 20) !important; }
.input-thumb-box { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 9px; align-items: center; margin-bottom: 10px; }
.gfield-choice-input { display: inline-block; margin-top: 0px; top: 0px; vertical-align: middle; }
.input-thumb-box label { cursor: pointer; min-height: 72px; flex-direction: column; align-items: center; justify-content: center; display: flex !important; }
.gfield_description { font-size: 11px; }
.input-thumb-box .int-outer.selected > .gfield-choice-input { background: transparent; }
.modal-dialog { top: 50%; margin: 0px auto; transform: translate(0px, -50%) !important; }
.sub-btn { background: rgb(255, 186, 20); color: rgb(255, 255, 255); text-transform: uppercase; border: 0px; padding: 10px 15px; display: inline-block; width: 100%; font-weight: 700; margin: 15px 0px; cursor: pointer; }
.rStric { color: rgb(255, 0, 0); }
.contact-form label { display: inline-block; margin-bottom: 0.5rem; }
.contact-form .radio-inner label { margin-bottom: 0px; }
.select2-container--default .select2-selection--single { color: rgb(0, 0, 0); font-size: 15px; padding: 7px 28px 7px 6px; background: url("https://cdn-jjagh.nitrocdn.com/rkagqqHRcyXnxBhQMIocWufqVRbuJGku/assets/images/optimized/rev-e272972/www.solarrun.com.au/wp-content/themes/solarrunkeysborough/assets/media/formicon/sltd-arw.png") calc(100% - 15px) center no-repeat rgb(250, 250, 250); text-overflow: ellipsis; white-space: nowrap; appearance: none; width: 100%; border: 1px solid rgb(0, 0, 0) !important; border-radius: 0px !important; box-shadow: none !important; height: 45px !important; }
.select2-container--default .select2-selection--single.nitro-lazy { background-image: none !important; }
.select2-container--default .select2-selection--single .select2-selection__arrow { display: none !important; }
.contact-form .form-group { margin-bottom: 1rem; }
label.error { font-style: italic; color: red !important; font-weight: 300 !important; }
.app-header { border-radius: 0rem 0rem 1rem 1rem; }
.app-btn.app-btn-lg { padding: 10px 30px; font-size: 18px; }
.navbar-expand-lg .navbar-collapse { justify-content: space-between; }
.residential-footer-title { bottom: -7rem !important; }
.hero-inner-img { width: 61% !important; top: -2rem !important; right: -10rem !important; }
.customer-say-section h1 { font-weight: bold; font-size: 1.8rem; }
.quote-thumbs .quote-thumbs-data ul li { font-size: 15px; }
.select2-container { box-sizing: border-box; display: inline-block; margin: 0px; position: relative; vertical-align: middle; }
.select2-container .select2-selection--single { box-sizing: border-box; cursor: pointer; display: block; height: 28px; user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered { display: block; padding-left: 8px; padding-right: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear { position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { padding-right: 8px; padding-left: 20px; }
.select2-container .select2-selection--multiple { box-sizing: border-box; cursor: pointer; display: block; min-height: 32px; user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered { display: inline-block; overflow: hidden; padding-left: 8px; text-overflow: ellipsis; white-space: nowrap; }
.select2-container .select2-search--inline { float: left; }
.select2-container .select2-search--inline .select2-search__field { box-sizing: border-box; border: none; font-size: 100%; margin-top: 5px; padding: 0px; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { appearance: none; }
.select2-dropdown { background-color: white; border: 1px solid rgb(170, 170, 170); border-radius: 4px; box-sizing: border-box; display: block; position: absolute; left: -100000px; width: 100%; z-index: 1051; }
.select2-results { display: block; }
.select2-results__options { list-style: none; margin: 0px; padding: 0px; }
.select2-results__option { padding: 6px; user-select: none; }
.select2-results__option[aria-selected] { cursor: pointer; }
.select2-container--open .select2-dropdown { left: 0px; }
.select2-container--open .select2-dropdown--above { border-bottom: none; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.select2-container--open .select2-dropdown--below { border-top: none; border-top-left-radius: 0px; border-top-right-radius: 0px; }
.select2-search--dropdown { display: block; padding: 4px; }
.select2-search--dropdown .select2-search__field { padding: 4px; width: 100%; box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { appearance: none; }
.select2-search--dropdown.select2-search--hide { display: none; }
.select2-close-mask { border: 0px; margin: 0px; padding: 0px; display: block; position: fixed; left: 0px; top: 0px; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; background-color: rgb(255, 255, 255); }
.select2-hidden-accessible { border: 0px !important; clip: rect(0px, 0px, 0px, 0px) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0px !important; position: absolute !important; width: 1px !important; }
.select2-container--default .select2-selection--single { background-color: rgb(255, 255, 255); border: 1px solid rgb(170, 170, 170); border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: rgb(68, 68, 68); line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder { color: rgb(153, 153, 153); }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: rgb(136, 136, 136) transparent transparent; border-style: solid; border-width: 5px 4px 0px; height: 0px; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0px; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { left: 1px; right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single { background-color: rgb(238, 238, 238); cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent rgb(136, 136, 136); border-width: 0px 4px 5px; }
.select2-container--default .select2-selection--multiple { background-color: white; border: 1px solid rgb(170, 170, 170); border-radius: 4px; cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered { box-sizing: border-box; list-style: none; margin: 0px; padding: 0px 5px; width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li { list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder { color: rgb(153, 153, 153); margin-top: 5px; float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-top: 5px; margin-right: 10px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: rgb(228, 228, 228); border: 1px solid rgb(170, 170, 170); border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0px 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: rgb(153, 153, 153); cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: rgb(51, 51, 51); }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple { border: 1px solid black; outline: 0px; }
.select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: rgb(238, 238, 238); cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove { display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { border-top-left-radius: 0px; border-top-right-radius: 0px; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid rgb(170, 170, 170); }
.select2-container--default .select2-search--inline .select2-search__field { background: transparent; border: none; outline: 0px; box-shadow: none; appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }
.select2-container--default .select2-results__option[role="group"] { padding: 0px; }
.select2-container--default .select2-results__option[aria-disabled="true"] { color: rgb(153, 153, 153); }
.select2-container--default .select2-results__option[aria-selected="true"] { background-color: rgb(221, 221, 221); }
.select2-container--default .select2-results__option .select2-results__option { padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group { padding-left: 0px; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option { margin-left: -1em; padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -2em; padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -3em; padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -4em; padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -5em; padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: rgb(88, 151, 251); color: white; }
.select2-container--default .select2-results__group { cursor: default; display: block; padding: 6px; }
.select2-container--classic .select2-selection--single { background-color: rgb(247, 247, 247); border: 1px solid rgb(170, 170, 170); border-radius: 4px; outline: 0px; background-image: linear-gradient(rgb(255, 255, 255) 50%, rgb(238, 238, 238) 100%); background-repeat: repeat-x; }
.select2-container--classic .select2-selection--single:focus { border: 1px solid rgb(88, 151, 251); }
.select2-container--classic .select2-selection--single .select2-selection__rendered { color: rgb(68, 68, 68); line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder { color: rgb(153, 153, 153); }
.select2-container--classic .select2-selection--single .select2-selection__arrow { background-color: rgb(221, 221, 221); border-top: none; border-right: none; border-bottom: none; border-image: initial; border-left: 1px solid rgb(170, 170, 170); border-top-right-radius: 4px; border-bottom-right-radius: 4px; height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; background-image: linear-gradient(rgb(238, 238, 238) 50%, rgb(204, 204, 204) 100%); background-repeat: repeat-x; }
.select2-container--classic .select2-selection--single .select2-selection__arrow b { border-color: rgb(136, 136, 136) transparent transparent; border-style: solid; border-width: 5px 4px 0px; height: 0px; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0px; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { border-top: none; border-bottom: none; border-left: none; border-image: initial; border-right: 1px solid rgb(170, 170, 170); border-radius: 4px 0px 0px 4px; left: 1px; right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single { border: 1px solid rgb(88, 151, 251); }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { background: transparent; border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent rgb(136, 136, 136); border-width: 0px 4px 5px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { border-top: none; border-top-left-radius: 0px; border-top-right-radius: 0px; background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(238, 238, 238) 50%); background-repeat: repeat-x; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { border-bottom: none; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; background-image: linear-gradient(rgb(238, 238, 238) 50%, rgb(255, 255, 255) 100%); background-repeat: repeat-x; }
.select2-container--classic .select2-selection--multiple { background-color: white; border: 1px solid rgb(170, 170, 170); border-radius: 4px; cursor: text; outline: 0px; }
.select2-container--classic .select2-selection--multiple:focus { border: 1px solid rgb(88, 151, 251); }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered { list-style: none; margin: 0px; padding: 0px 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear { display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice { background-color: rgb(228, 228, 228); border: 1px solid rgb(170, 170, 170); border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0px 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { color: rgb(136, 136, 136); cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { color: rgb(85, 85, 85); }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { float: right; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple { border: 1px solid rgb(88, 151, 251); }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { border-top: none; border-top-left-radius: 0px; border-top-right-radius: 0px; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom: none; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.select2-container--classic .select2-search--dropdown .select2-search__field { border: 1px solid rgb(170, 170, 170); outline: 0px; }
.select2-container--classic .select2-search--inline .select2-search__field { outline: 0px; box-shadow: none; }
.select2-container--classic .select2-dropdown { background-color: rgb(255, 255, 255); border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above { border-bottom: none; }
.select2-container--classic .select2-dropdown--below { border-top: none; }
.select2-container--classic .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }
.select2-container--classic .select2-results__option[role="group"] { padding: 0px; }
.select2-container--classic .select2-results__option[aria-disabled="true"] { color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] { background-color: rgb(56, 117, 215); color: rgb(255, 255, 255); }
.select2-container--classic .select2-results__group { cursor: default; display: block; padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown { border-color: rgb(88, 151, 251); }
@media screen and (max-width: 768px) {
   .get-in-touch-inner {
       width: 100%;
   }
   .form-get-in {
      width: 100%;
  }
   .flex-form {
       border: none;
       box-shadow: none;
       flex-direction: column;
   }
   .pop-form .input-thumb-box .int-outer {
      width: auto;
   }
  .pop-form .input-thumb-box {
      display: grid;
   }
   .form-get-in .contact-form {
    padding: 0;
   }
   .get-in-touch-inner h3{
      font-size: 32px;
      padding: 15px 10px 15px 10px;
   }
}