@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url('../fonts/ITCAvantGardeStd-Bold.eot');
    src: url('../fonts/ITCAvantGardeStd-Boldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ITCAvantGardeStd-Bold.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Bold.woff') format('woff'),
        url('../fonts/ITCAvantGardeStd-Bold.svg#ITCAvantGardeStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std Book';
    src: url('../fonts/ITCAvantGardeStd-Bk.eot');
    src: url('../fonts/ITCAvantGardeStd-Bkd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ITCAvantGardeStd-Bk.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Bk.woff') format('woff'),
        url('../fonts/ITCAvantGardeStd-Bk.svg#ITCAvantGardeStd-Bk') format('svg');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Std XLt';
    src: url('../error.html');
    src: url('../error.html?#iefix') format('embedded-opentype'),
        url('../fonts/ITCAvantGardeStdXLt.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStdXLt.woff') format('woff'),
        url('../error.html#ITCAvantGardeStdXLt') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant GardeStd Bold';
    src: url('../fonts/ITCAvantGardeStd-Bold.eot');
    src: url('../fonts/ITCAvantGardeStd-Boldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ITCAvantGardeStd-Bold.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Bold.woff') format('woff'),
        url('../fonts/ITCAvantGardeStd-Bold.svg#ITCAvantGardeStd-Bold') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std Extra';
    src: url('../fonts/ITCAvantGardeStd-XLt.eot');
    src: url('../fonts/ITCAvantGardeStd-XLtd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ITCAvantGardeStd-XLt.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-XLt.woff') format('woff'),
        url('../fonts/ITCAvantGardeStd-XLt.svg#ITCAvantGardeStd-XLt') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url('../fonts/ITCAvantGardeStd-Md.eot');
    src: url('../fonts/ITCAvantGardeStd-Mdd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ITCAvantGardeStd-Md.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Md.woff') format('woff'),
        url('../fonts/ITCAvantGardeStd-Md.svg#ITCAvantGardeStd-Md') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITCAvantGardeStd Bk';
    src: url('../fonts/ITCAvantGardeStd-Bk.eot');
    src: url('../fonts/ITCAvantGardeStd-Bkd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ITCAvantGardeStd-Bk.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Bk.woff') format('woff'),
        url('../fonts/ITCAvantGardeStd-Bk.svg#ITCAvantGardeStd-Bk') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body{font-family: 'ITC Avant Garde Gothic Std Book';}
h1, h2 h3, h4 {}
#menuToggle {
    display: block;
    position: fixed;
    top: 34px;
    right: 98px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    background: none;
    padding: 10px;
    padding-bottom: 4px;
    border-radius: 6px;
    width: 50px;
}
#menuToggle span {
    display: block;
    width: 26px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 1px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    float: right;
}

.saveinfo{float: right;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;}
.logo {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    padding: 20px 60px;
    z-index: 99;
}
#menuToggle input {width: 49px;}
.hero-img-cont.hero-img-cont_banner.first_one h3 {
    font-size: 36px;
}

.headerFixed {
    position: fixed;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    width: 100%;
    min-height: 100px;
}

.hero-img-cont.hero-img-cont_banner.first_one {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    padding: 10px 20px;
    background: transparent;
    max-width: 820px;
    width: 85%;
    margin: initial;
    text-align: left;
}



/*.bottom-form {
    bottom: -110px;
}
*/

.clr{ clear: both;}
.right_step_box { margin: 0px auto 0 auto;}
.right_step_box h3{text-align: center;}
#menu li {
    padding: 9px 0;
    font-size: 22px;
    border-bottom: 1px solid rgb(255 255 255 / 27%);
    line-height: 15px;
}

/*---- Icon1 -----*/
.solar_step_first_box aside .icon-box .affordable-price-icon {
    width: 92px;
    height: 92px;
    background: url(../images/all-icon-new.webp) 0px 0px no-repeat;
    display: block; text-align: center; margin: 0 auto;
}
.solar_step_first_box aside:hover .icon-box .affordable-price-icon {
    width: 92px;
    height: 92px;
    background: url(../images/all-icon-new.webp) 0px -90px no-repeat;
}

.solar_step_first_box aside .icon-box .affordable-price-icon1 {
    width: 86px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -103px 0px no-repeat;
    display: block; text-align: center; margin: 0 auto;
}
.solar_step_first_box aside:hover .icon-box .affordable-price-icon1 {
    width: 86px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -103px -105px no-repeat; 
}

.solar_step_first_box aside .icon-box .affordable-price-icon2 {
    width: 92px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -217px 0px no-repeat;
    display: block; text-align: center; margin: 0 auto;
}
.solar_step_first_box aside:hover .icon-box .affordable-price-icon2 {
    width: 92px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -217px -105px no-repeat;
}

.solar_step_first_box aside .icon-box .affordable-price-icon3 {
    width: 92px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -337px 0px no-repeat;
    display: block; text-align: center; margin: 0 auto;
}
.solar_step_first_box aside:hover .icon-box .affordable-price-icon3 {
    width: 92px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -337px -90px no-repeat;
}




.transition {-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;-ms-transition: all 1s ease;transition: all .5s ease}

/* ---- Icon End -------*/
.solar_step_first_box { display: flex;}
.solar_step_first_box aside { display: inline-block; width: 25%; text-align: center;}
/*.solar_step_first_box aside:first-child {border-right: 0px solid #e2e2e2; margin-bottom: 30px;}*/
.icon-box { padding: 0 0 0px 0;}
.solar_step_first_box { background: none; width: 100%; border-right: 1px solid #fff; position: relative;}

.benefits-solarad {background-image: url(../images/bg-new.jpg); min-height: 480px;}
.calculate{ background:url("../images/rooftop-new8.jpg") top left no-repeat; min-height: 596px; background-size: cover;}

header {position: inherit; z-index: 9999; width: 100%; left: 0; right: 0;}
#menuToggle {
    display: block;
    position: absolute;
    top: 27px;
    right: 118px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    background: none;
    padding: 10px;
    padding-bottom: 4px;
    border-radius: 6px;
    width: 50px;
}
.hero-slider { position: relative;}
.banner-mous{ position: absolute; left: 0px; right: 0px; bottom: 150px; text-align: center;}

.roof-top-solar .right_step_box h3 {color: #131313; font-size: 36px; font-weight: 400; text-transform: inherit;}
.roof-top-solar .right_step_box h3 span{ font-weight: 900;}

.roof-top-solar .right_step_box h1 {color: #131313; font-size: 36px; font-weight: 400; text-transform: inherit;}
.roof-top-solar .right_step_box h1 span{ font-weight: 900;}

.solar_step_main_box {display: flex; flex-wrap: wrap; margin-top: 75px; margin-bottom: 70px;}



.padding-v-100 {padding: 80px 0;}
.benefits-cont h2{ text-align: center; padding: 0 0 35px 0; color: #fff;}
.benefits-cont h2 span { font-weight: 900;}



.advantage { color: #fff;}
.advantage aside { border-right: 1px solid #3d6fad;}
.advantage {background: none; width: 100%; border-right: 0px solid #fff; position: relative;}
.advantage aside:last-child{border: none;}
.advantage aside h4{ margin: 15px 0 0 0; font-size: 14px; font-weight: 600; padding: 0px; margin: 0px; line-height: 18px; display: block; padding: 15px 0 0 0;}
.advantage aside p { font-size: 14px; line-height: 18px; color: #fff; padding: 0 20px; margin: 0px;}






.advantage aside .icon-box .affordable-price-icon {
    width: 92px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -455px 0px no-repeat;
    display: block; text-align: center; margin: 0 auto;
}
.advantage aside:hover .icon-box .affordable-price-icon {
    width: 92px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -455px -90px no-repeat;
}





.advantage aside .icon-box .affordable-price-icon1 {
    width: 75px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -571px 0px no-repeat;
    display: block; text-align: center; margin: 0 auto;
}
.advantage aside:hover .icon-box .affordable-price-icon1 {
    width: 75px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -571px -90px no-repeat;
}

.advantage aside .icon-box .affordable-price-icon2 {
    width: 90px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -654px 0px no-repeat;
    display: block; text-align: center; margin: 0 auto;
}
.advantage aside:hover .icon-box .affordable-price-icon2 {
    width: 90px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -654px -90px no-repeat;
}

.advantage aside .icon-box .affordable-price-icon3 {
    width: 90px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -762px 0px no-repeat;
    display: block; text-align: center; margin: 0 auto;
}
.advantage aside:hover .icon-box .affordable-price-icon3 {
    width: 90px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -762px -90px no-repeat;
}

.advantage aside .icon-box .affordable-price-icon4 {
    width: 90px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -862px 0px no-repeat;
    display: block; text-align: center; margin: 0 auto;
}
.advantage aside:hover .icon-box .affordable-price-icon4 {
    width: 90px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -862px -90px no-repeat;
}

.advantage aside .icon-box .affordable-price-icon5 {
    width: 90px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -951px 0px no-repeat;
    display: block; text-align: center; margin: 0 auto;
}
.advantage aside:hover .icon-box .affordable-price-icon5 {
    width: 90px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -951px -90px no-repeat;
}

.advantage aside .icon-box .affordable-price-icon6 {
    width: 75px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -1040px 0px no-repeat;
    display: block; text-align: center; margin: 0 auto;
}
.advantage aside:hover .icon-box .affordable-price-icon6 {
    width: 75px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -1040px -90px no-repeat;
}

.advantage aside .icon-box .affordable-price-icon7 {
    width: 70px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -1343px 0px no-repeat;
    display: block; text-align: center; margin: 0 auto;
}
.advantage aside:hover .icon-box .affordable-price-icon7 {
    width: 70px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -1343px -90px no-repeat;
}


.advantage aside .icon-box .affordable-price-icon8 {
    width: 80px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -1447px -10px no-repeat;
    display: block; text-align: center; margin: 0 auto;
}
.advantage aside:hover .icon-box .affordable-price-icon8 {
    width: 80px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -1447px -100px no-repeat;
}





.rrty{background: #f2f2f2; padding: 30px 0 70px 0}
.rrty .rooftops-new ul li h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding: 35px 0 0 0;
}
.rrty .rooftops-new ul li p {
    font-size: 16px;
    color: #727272;
    font-weight: 400;
    padding: 0px 0 0 0;
    text-align: center;
    line-height: 20px;
}




.easy-steps {margin: 20px auto 0 auto;}
.easy-steps h3 span{ display: block; font-weight: 900;}

.banks{ margin: 0 auto; display: block; text-align: center; padding: 0 0 50px 0;}


.banks aside .icon-box .res_ic {
    width: 68px;
    height: 62px;
    background: url(../images/res_ic.png) 0px 0px no-repeat;
    display: block; text-align: center; margin: 0 auto;
}
.banks aside:hover .icon-box .res_ic {
   /* background: url(../images/res_ic.png) 0px -63px no-repeat;*/
    background: url(../images/res_ic.png) 0px 0px no-repeat;
}

.banks aside .icon-box .nonres_ic {
    width: 70px;
    height: 56px;
    background: url(../images/nonres_ic.png) 0px 0px no-repeat;
    display: block; text-align: center; margin: 0 auto;
}
.banks aside:hover .icon-box .nonres_ic {
    /*background: url(../images/nonres_ic.png) 0px -57px no-repeat;*/
    background: url(../images/nonres_ic.png) 0px 0px no-repeat;
}



.banks aside .icon-box .affordable-price-icon {
    width: 55px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -1124px 0px no-repeat;
    display: block; text-align: center; margin: 0 auto;
}
.banks aside:hover .icon-box .affordable-price-icon {
    width: 55px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -1124px -90px no-repeat;
}
.banks aside .icon-box .affordable-price-icon1 {
    width: 72px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -1190px 0px no-repeat;
    display: block; text-align: center; margin: 0 auto;
}
.banks aside:hover .icon-box .affordable-price-icon1 {
    width: 72px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -1190px -90px no-repeat;
}

.banks aside .icon-box .affordable-price-icon2 {
    width: 72px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -1269px 0px no-repeat;
    display: block; text-align: center; margin: 0 auto;
}
.banks aside:hover .icon-box .affordable-price-icon2 {
    width: 72px;
    height: 92px;
    background: url(../images/all-icon-new.webp) -1269px -90px no-repeat;
}

.rooftops-new{ padding: 20px 0 0 0; width: 100%; }
.rooftops-new h2{text-align: center; margin: 0 auto;  display: block; width: 100%; padding: 0 15px 50px 15px;}
.rooftops-new h2 span{ display: block; font-weight: 900; }
.rooftops-new ul li{ width: 33%; float: left;}

.easy-steps .solar_step_main_box { display: flex; flex-wrap: wrap; margin-top: 35px; margin-bottom: 0px;}
.solar_step_main_box .rooftops-new ul li h3{ font-size: 18px; color: #000; font-weight: 600; padding: 35px 0 0 0;}
.solar_step_main_box .rooftops-new ul li p{ font-size: 16px; color: #727272; font-weight: 400; padding: 0px 0 0 0; text-align: center; line-height: 20px;}
.installation h2 {padding: 66px 0 25px 0;}
.installation h2 span{ display: block; font-weight: 600; padding: 0 0 30px 0;}
.padding-v-101 {padding: 80px 0 30px 0;}
.calculate h2{ padding: 50px;}
.installation article { margin: 0 0 15px 0; min-height: 100px;}
.installation article .choose-img { float: left; width: 15%;}
.installation article .choose-text { float: left; width: 85%;}
.installation article .choose-text h3{ font-size: 18px; line-height: 20px; color: #121212; font-weight: 600; padding: 0 0 5px 0;}
.installation article .choose-text p { font-size: 16px; line-height: 20px; color: #727272; line-height: 22px; font-weight: 400;}
.calculate h2 span { font-weight: 900;}
.eert { width: 550px; float: right;}
.calculate a{ background:  #fff; -webkit-box-shadow: 0px 5px 11px -4px rgba(0,0,0,0.57); -moz-box-shadow: 0px 5px 11px -4px rgba(0,0,0,0.57); box-shadow: 0px 5px 11px -4px rgba(0,0,0,0.57); margin: 0 0 0 60px; border-radius: 10px; padding: 25px 65px 25px 0px; color: #f68313; text-transform: uppercase;}
.calculate a span{ background: #f68313; padding: 25px 15px; border-radius: 10px 0 0 10px; margin: 0 25px 0 0;}

.calculate a:hover{-webkit-box-shadow: 0px 5px 19px -7px rgba(0,0,0,0.83);-moz-box-shadow: 0px 5px 19px -7px rgba(0,0,0,0.83); box-shadow: 0px 5px 19px -7px rgba(0,0,0,0.83);}
.difference {background:#f1f1f1 url(../images/bg-new2.jpg) right bottom no-repeat;}
.difference h3{text-align: center; line-height: 35px;}
.difference h3 span { font-weight: 900;}
.slider-cont { padding: 0; border-radius: 3px; -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%); box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%); position: relative; height: 370px;}
.roof-top .more-btn, .slider-cont .more-btn {position: absolute; bottom: 0; left: 30px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);}
.slider-para p { text-align: center; padding: 20px 15px; font-size: 16px; color: #000; font-weight: 400; line-height: 19px !important; min-height: 145px;}
.padding-v-102 { padding: 80px 0 0 0;}
.choose-need-slider ul li { background: #fff; width: 32%; /* float: left; */ display: inline-block; vertical-align: top; margin: 0 5px;}
.choose-need-slider .slider-para p {margin: 10px 10px 0px; line-height: normal;}
.slider-para a {text-align: center; display: block; font-size: 12px; text-transform: uppercase; color: #ff6f41; font-weight: 400; background: url(../images/arrow-new.png) right center no-repeat;    width: 107px; margin: 0 auto; position: absolute; left: 0px; right: 0px; bottom: 18px;}
.choose-need-slider .slick-initialized .slick-slide { margin: 30px 5px;}
.phone-number-box{ background: #fd8e23; padding: 25px 40px; margin: 0px;}
.foo-left p{ font-size: 12px; color: #8f8e8e; line-height: 14px; padding: 30px 0;}
.phone-number-box p{ font-size: 16px; color: #fff; line-height: 22px; background: url("../images/phone-new2.png") left 35px no-repeat; display: inline-block; padding: 30px 0 0 30px; margin: 0px 0 10px 0;}
.phone-number-box h2{ padding: 0 0 0 25px; margin: 0px;}
.phone-number-box h2 a{ color: #fff;}
.phone-number-box h4{ padding: 0 0 0 25px; margin: 15px 0 0 20px; font-size: 16px; padding: 0 0 0 25px;background: url("../images/email-new2.png") left 5px no-repeat; display: inline-block;}
.phone-number-box h4 a{ color: #323232;}

/*.phone-number-box h3{ padding: 0 0 0 25px; margin: 15px 0 0 20px; font-size: 16px; padding: 0 0 0 25px;background: url("../images/sms.png") left top no-repeat; display: inline-block;}
.phone-number-box h3 a{ color: #323232;}*/

.phone-number-box h3{ padding: 0 0 0px;  margin: 25px 0 0 0px; font-size: 16px; /*background: url("../images/sms.png") left top no-repeat;*/ display: inline-block;}
.phone-number-box h3 a{ color: #fff; padding: 6px 25px; border: 1px solid #fff;}

#menu {
    position: fixed;
    width: 422px;
    /* margin: -100px 0 0 0; */
    top: 0px;
    padding: 0px;
    padding-top: 0px;
    right: -243px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0%);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    display: flex;
    justify-content: space-between;
    height: 100vh;
}
.logo_left { max-width: 140px; width: 100%; margin-top: 15px;}
.form-wrap i{ font-size: 12px; color: #fff;}
.dsk_ban{ display: block;}
.mob_ban { display: none;}
.foo-logo{ text-align: left;}


.choose-need-slider1 ul li {max-width: 270px;position: relative;}
.choose-need-slider1 .slick-initialized .slick-slide {
    margin: 30px 15px;
}

.choose-need-slider1 .slider-para p {
    margin: 10px 10px 50px;
    line-height: normal !important; min-height: auto; font-size: 18px; text-align: left;
}

.choose-need-slider1 .more-btn {
    position: absolute;
    bottom: -20px;
    LEFT: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.choose-need-slider1 .slick-dots { bottom: -50px;}
.choose-need-slider1 .slick-dots li button:before { font-size: 11px; }
.choose-need-slider1 .slider-para p {margin: 10px 10px 50px ; line-height: normal; }
.fancybox-content{padding: 10px !important; text-align: left; height: auto !important}
.fancybox-content .slider-cont{padding: 10px; text-align: left}
.fancybox-content p{padding: 0px; min-height: auto; text-align: left; font-size: 14px;}
.fancybox-content .fs-18{font-size: 18px;}
.whysolar{text-align: center; padding: 30px 0 0}
/*.whysolar a{border-radius: 20px; border: 1px solid #ff7043; position: relative; display: inline-block; padding: 10px 50px 10px 20px; color: #000; font-size: 14px;  margin: 20px 0 0 0;}*/
.whysolar a {
    border-radius: 50px;
    border: 1px solid #ff7043;
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    font-size: 25px;
    margin: 20px 5px 0;
    background: #ff7043;
}
.whysolar a span{position: absolute; background: url("../images/arrow_pr.png") no-repeat; width: 13px; height: 9px; margin: 8px 0 0 10px;}

.whygosolarpanel{background: url(../images/whygosolarpanel.webp)  no-repeat center; background-size: cover;     min-height: 577px;}
.whygosolarpanel ul{width: 100%; text-align: center; font-size: 0}
.whygosolarpanel ul li{width: 50%; display: inline-block; vertical-align: top; padding: 0 30px;}
.whygosolarpanel ul li:last-child{background: url("../images/solar_divide.png") no-repeat left center; }
.whygosolarpanel ul li h3{font-size: 66px; color: #fff; }
.whygosolarpanel ul li h4{font-size: 40px; color: #ffffff; }
.whygosolarpanel ul li h3 strong{color: #ff9d22; font-family: 'ITC Avant GardeStd Bold';}
.whygosolarpanel ul li a{border-radius: 20px; background-color: #ff9d22;position: relative; display: inline-block; padding: 10px 50px 10px 20px; color: #fff; font-size: 16px;  margin: 130px 0 0 0;}
.whygosolarpanel ul li a span{position: absolute; background: url("../images/arrow_solar.png") no-repeat; width: 13px; height: 9px; margin: 8px 0 0 10px;}
.whygosolarpanel dl{display: flex; margin: 30px 0 0;}
.whygosolarpanel dl dt{width: 33.33%; text-align: center;}
.whygosolarpanel dl dt i.ic1{display: inline-block; width: 99px; height: 109px; background: url("../images/whysloarsec_ic.png") 0 0; text-align: center;}
.whygosolarpanel dl dt i.ic1:hover{display: inline-block; width: 99px; height: 109px; background: url("../images/whysloarsec_ic.png") 0 -111px; text-align: center;}
.whygosolarpanel dl dt i.ic2{display: inline-block; width: 105px; height: 109px; background: url("../images/whysloarsec_ic.png") -222px 0; text-align: center;}
.whygosolarpanel dl dt i.ic2:hover{display: inline-block; width: 105px; height: 109px; background: url("../images/whysloarsec_ic.png") -222px -111px; text-align: center;}
.whygosolarpanel dl dt i.ic3{display: inline-block; width: 105px; height: 109px; background: url("../images/whysloarsec_ic.png") -425px 0px; text-align: center;}
.whygosolarpanel dl dt i.ic3:hover{display: inline-block; width: 105px; height: 109px; background: url("../images/whysloarsec_ic.png") -425px -111px; text-align: center;}
.whygosolarpanel dl dt p{color: #ffffff; font-size: 18px;}
.padding-v-100 {padding: 80px 0;}

.viveria-video-sec{width: 100%; padding: 0 10px; position: relative;}
.viveria-video-sec a{position: absolute; bottom: 20px; z-index: 9; right: 0px; color: #ffb400; right: 20px; font-weight: 600; text-decoration: underline !important;}
.viveria-video-sec .video-container{overflow: hidden; border-radius: 10px; position: relative; height: 432px;padding-bottom: 56.25%; /* 16:9 */
  height: 0;}
.viveria-video-sec video{  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; object-fit: cover; border-radius: 10px;}

.nopadd{padding-left: 0; padding-right: 0;}
.centerhead{font-size: 18px; text-align: center; padding: 40px 0 25px; color: #f7a94d; font-weight: 700;}
.nopadd p{line-height: normal;}
.brd_right{border-right: 2px solid #ffbd80; padding-right: 15px;}

.phone-number-box h2 {
    font-size: 14px !important;
    color: #fff;
    line-height: 22px;
    background: none;
    display: inline-block;
    padding: 30px 0 0 0px;
    margin: 0px 0 10px 0;
}
.phone-number-box h3.ph {
    font-size: 30px !important;
    color: #fff;
    line-height: 22px;
    background: url(../images/phone-new2.png) left 35px no-repeat;
    display: inline-block;
    padding: 30px 0 0 0px;
    margin: 0px 0 10px 0;
}
.phone-number-box h2 {
    font-size: 14px !important;
    color: #fff;
    line-height: 22px;
    background: none;
    display: inline-block;
    padding: 30px 0 0 0px;
    margin: 0px 0 10px 0;
}
.phone-number-box h3.ph a {
    color: #fff;
    border: none;
}
.phone-number-box h3 a {
    color: #323232;
    border: 0px solid #fff;
}

.phone-number-box h2.email5 a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 15px;
    margin: 10px 0 0 0;
}
.phone-number-box h3 {
    padding: 0 0 0 25px;
    margin: 0px 0 0 0px;
    font-size: 14px;
    padding: 0 0 0 0px;
    background: url(../images/email-new2.png) left 5px no-repeat;
    display: inline-block;
}

@media only screen and (min-width:1080px) {
.finance aside { display: inline-block; width: 100%; text-align: left; margin: 20px 0; padding: 0 0 0 100px; position: relative;}
.finance aside .icon-box { position: absolute; left: 0;}
.finance h3 {text-align: left; color: #000; padding: 50px 0 20px; font-size: 30px;}
}


@media only screen and (max-width:1480px) {
	.hero-img-cont.hero-img-cont_banner.first_one { top: 50%;}
}

@media only screen and (max-width:1024px) {
	.saveinfo {
     float: none; 
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
    margin-top: -76px;
}
	.saveinfo img{width: 50%;}
.dsk_ban{ display: none;}
.mob_ban { display: block;}
	
.logo_left { max-width: 125px; margin-top: 10px;}
.logo {left: 0;}
#menuToggle {top: 20px; right: 18px;}
.hero-img-cont.hero-img-cont_banner.first_one h3 {font-size: 16px;}

.hero-slider {
    z-index: 1;
}

.container {
    max-width: inherit;
    width: 100%;
}




.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.form_main_box {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
}
.hero-img-cont.hero-img-cont_banner.first_one {
    position: absolute;
    top: 61%;
    left: 3%;
    transform: translateY(-50%);
    padding: 10px 20px;
    background: transparent;
    max-width: 820px;
    width: 100%;
    margin: initial;
    text-align: left;
}
.form-inputs {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: baseline;
    width: 100%;
}

.roof-top-solar .right_step_box h3 {
    color: #131313;
    font-size: 20px;
    font-weight: 400;
    text-transform: inherit;
}
	.roof-top-solar .right_step_box h1 {
    color: #131313;
    font-size: 20px;
    font-weight: 400;
    text-transform: inherit;
}
.solar_step_first_box {
    display: inherit;
}
.solar_step_first_box aside {
    display: inline-block;
    width: 48%;
    text-align: center;
    vertical-align: top;
    border-right: 0px solid #ccc;
    border-bottom: 0px solid #ccc; min-height: 210px;
}
.solar_step_first_box aside:nth-child(2){ border-right: none;}
.solar_step_first_box aside:nth-child(4){ border-right: none; border-bottom: none;}
.solar_step_first_box aside:nth-child(3){ border-bottom: none;}
	
.find_battery p {
    font-size: 13px;
    font-weight: 400;
    color: #131313;
    line-height: 16px;
    margin: 10px 0 0 0;
}
.find_battery h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 20px 0 0 0;
}	
.padding-v-100 {
    padding: 50px 0;
}	
.benefits-cont h2 {
    text-align: center;
    padding: 0 0 35px 0;
    color: #fff;
    font-size: 21px;
}	
.benefits-solar	aside{ border: none;}
.padding-v-101 {padding: 40px 0 30px 0;}	
.banks { margin: 0 auto;  display: block; text-align: center; padding: 0 0 0px 0;}	
	
.solar_step_first_box .easy-steps aside {
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: top;
    border-right: none;
    border-bottom: none;
    min-height: inherit;
}
.easy-steps .solar_step_main_box {
    display: inherit;
    flex-wrap: wrap;
    margin-top: 35px;
    margin-bottom: 0px;
}	
.roof-top-solar .easy-steps aside {
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: top;
    border-right: none;
    border-bottom: none;
    min-height: 144px;
}
.solar_step_main_box {
    margin-top: 16px !important;
}
.easy-steps .find_battery h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 0 0;
}
.rooftops-new {
    padding: 30px 0 0 0;
    width: 100%;
}	
.rooftops-new h2{ font-size: 22px;}	
.rooftops-new ul li { width: 100%;  float: inherit;  margin: 0 0 42px 0;}	
.calculate {
    background: url(../images/rooftop-new8-mobile.webp) top left no-repeat;
    min-height: inherit;
    background-size: cover;    min-height: 370px;
}
.eert {
    width: inherit;
    float: inherit;
}	
.installation h2 {
    padding: 0px 0 25px 0;
}	
.installation h2 {
    padding: 0px 0 25px 0;
    text-align: center;
    font-size: 22px;
}
.installation article .choose-img {
    float: none;
    width: auto;
    text-align: center;
}	
.installation article .choose-text {
    float: none;
    width: auto;
    text-align: center;
    padding: 15px;
}	
.calculate h2 {
    padding: 40px 0 30px 0;
    text-align: center;
    font-size: 22px;
}	
.choose-need-slider h2 br{ display: none;}
.difference h3 { font-size: 22px; line-height: 28px;}	
.difference h3 br{ display: none;}
.slider-para p {
    text-align: center;
    padding: 20px 15px;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    line-height: 16px !important;
    min-height: 145px;
}
.pb-4, .py-4 {
    padding-bottom: 0 !important;
}	
.mt-5, .my-5 {
    margin-top: 0 !important;
}	
.foo-left {
    text-align: center;
    margin-bottom: 30px;
    padding: 35px 0 0 0;
}	
.foo-left {
    text-align: center;
    margin-bottom: 0px;
    padding: 35px 0 0 0;
}	
.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}	
.phone-number-box {
    background: #fd8e23;
    padding: 0px 40px;
    margin: 0px;
}	
.phone-number-box .foo-left {
    text-align: center;
    margin-bottom: 0px;
    padding: 0px 0 0 0;
}	
.foo-right {
    margin: 0!important;
    text-align: center;
    padding: 37px 0;
}	
	
#menu li {
    padding: 0px 0;
    font-size: 22px;
    line-height: 19px !important;
    border-bottom: 1px solid rgb(255 255 255 / 27%);
    padding: 10px 0;
}
#menu {
    position: absolute;
    width: 439px;
    /* margin: -100px 0 0 0; */
    top: -20px;
    padding: 0px;
    padding-top: 0px;
    right: -265px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0%);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    display: flex;
    justify-content: space-between;
    height: 100vh;
}	
.phone-number-box p {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    background: url(../images/phone-new2.png) left 35px no-repeat;
    display: inline-block;
    padding: 30px 0 0 34px;
    margin: 0px 0 10px 0;
    text-align: left;
}	
.phone-number-box h2 {
    padding: 0 0 0 0px;
    margin: 0px;
}	
.phone-number-box h4 {
    padding: 0 0 0 25px;
    margin: 15px 0 0 20px;
    font-size: 16px;
    padding: 0 0 29px 21px;
    background: url(../images/email-new2.png) left 5px no-repeat;
    display: inline-block;
}	
.phone-number-box h4 {
    padding: 0 0 0 25px;
    margin: 15px 0 0 0px;
    font-size: 16px;
    padding: 0 0 29px 21px;
    background: url(../images/email-new2.png) left 3px no-repeat;
    display: inline-block;
}	
.font-poppins ul { display: inherit !important; margin: 15px 0;}	
.font-poppins ul li{ display: inline-block; padding: 0 2px;}
.benefits-cont h2 span {
    font-weight: 900;
    display: block;
}
.choose-need-slider ul li {
    background: none;
}

.hero-form .custom-control {
    display: inline-block;
    float: left;
    padding: 0 15px 0 22px;
}
.calculate a {
    background: #fff;
    -webkit-box-shadow: 0px 5px 11px -4px rgb(0 0 0 / 57%);
    -moz-box-shadow: 0px 5px 11px -4px rgba(0,0,0,0.57);
    box-shadow: 0px 5px 11px -4px rgb(0 0 0 / 57%);
    margin: 0 auto 0 auto;
    border-radius: 10px;
    padding: 16px 10px 11px 0px;
    color: #f68313;
    text-transform: uppercase;
    width: 77%;
    display: block;
    font-size: 14px;
}
.choose-need-slider ul li {
    background: #fff;
    width: 49%;
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    margin: 5px 0px;
}
.rooftops-new h2 br { display: none;}
.rooftops-new {
    padding: 0px 0 30px 0;
    width: 100%;
    background: #f2f2f2;
    margin: 30px 0;
}
.rrty {
    background: #f2f2f2;
    padding: 30px 0 0px 0;
}
.logo {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    padding: 10px 30px;
    z-index: 99;
}
.headerFixed {
    position: fixed;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    width: 100%;
    min-height: 78px;
}
.slider-cont { height: 320px;}
.hero-img-cont_banner .des {padding: 0px 0% 0;}
	.fancybox-content{padding: 10px !important; text-align: left; height: auto !important}
.fancybox-content .slider-cont{padding: 10px; text-align: left}
.fancybox-content p{padding: 0px; min-height: auto; text-align: left; font-size: 14px;}
.fancybox-content .fs-18{font-size: 18px;}
	.phone-number-box h3 { margin: 0px 20px 40px; }
}

@media screen and (min-aspect-ratio: 13 / 8) and (max-device-width:1114px) and (orientation: landscape){
body:before{content:''; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background:#000 url(../images/orientation-change.png) no-repeat 50% 50%; background-size:400px; z-index: 99999;}
}

@media only screen and (max-width:768px) {
	.whygosolarpanel{min-height: auto;}
.whygosolarpanel ul li{width: 100%; padding: 0 0 60px;}
.whygosolarpanel ul li:last-child{background:none; }
.whygosolarpanel ul li h3{font-size: 36px; color: #fff; min-height: auto;}
.whygosolarpanel ul li h3 strong{color: #ff9d22; font-family: 'ITC Avant GardeStd Bold'; font-size: 30px;}
	.whygosolarpanel ul li h4 {font-size: 20px;}
.whygosolarpanel ul li a{border-radius: 20px; background-color: #ff9d22;position: relative; display: inline-block; padding: 10px 50px 10px 20px; color: #fff; font-size: 16px;  margin: 20px 0 0 0;}
.whygosolarpanel ul li a span{position: absolute; background: url("../images/arrow_solar.png") no-repeat; width: 13px; height: 9px; margin: 8px 0 0 10px;}
	.right_step_box {
    margin: 0px auto 0 auto;
}
	.benefits-solarad {
    background-image: none; background-color: #1c57a5;
}
	.advantage {text-align: center;}
	.choose-need {
    padding-top: 60px;
}
	
	.roof-top-solar .easy-steps aside {padding-bottom: 40px;}
	.benefits-cont .font-poppins ul li { width: 40%;}
	.faqic{width: 80px;}
	.card_mob .row{text-align: center;}
	.whygosolarpanel dl dt p {
    color: #ffffff;
    font-size: 15px;
}
	
	.whygosolarpanel dl dt i.ic1, .whygosolarpanel dl dt i.ic1:hover{display: inline-block; width: 59px; height: 59px; background: url("../images/whysloarsec_ic_mob.png") 0 0; text-align: center;}
.whygosolarpanel dl dt i.ic2, .whygosolarpanel dl dt i.ic2:hover{display: inline-block; width: 59px; height: 59px; background: url("../images/whysloarsec_ic_mob.png") -108px 0; text-align: center;}
.whygosolarpanel dl dt i.ic3, .whygosolarpanel dl dt i.ic3:hover{display: inline-block; width: 59px; height: 59px; background: url("../images/whysloarsec_ic_mob.png") -206px 3px; text-align: center;}
	
	.choose-need-slider1 .slider-para p { font-size: 13px; margin-bottom: 0px; padding-bottom: 0px;}
	
	.banner-mous { bottom: 80px; display: none;}
	.saveinfo img {width: 33%;}
	.hero-img-cont.hero-img-cont_banner.first_one {width: 82%; margin: 0 auto; top: 53%;}
	.hero-img-cont.hero-img-cont_banner.first_one h3 { font-size: 15px;}
	.brd_right{border-right: 0px solid #ffbd80; padding-right: 15px;}
	
	
	
}


/*------------ADD NEW CSS---------------*/
.new_banner_overlay {
    position: absolute;
    top: 64%;
    left: 2%;
    transform: translateY(-50%);
    padding: 10px 20px;
    background: transparent;
    max-width: 820px;
    width: 85%;
    margin: initial;
    text-align: left;
}
.new_banner_overlay span {
    color: #fff;
    background: rgb(0 116 202 / 79%);
    padding: 6px 10px;
    font-size: 12px;
}

@media screen and (max-width:1400px) {
	.new_banner_overlay {
		top: 62%;
	}
}