* {
  box-sizing: border-box;
}
body, html{
  margin:0px;
  padding: 0px;
  background: #000;
   font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
p{
  margin: 0px;
  padding: 0px;
   font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
   font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  color: #000;
  line-height: 26px;
}
img{
  max-width: 100%;
  display: block;
}
/*a:link { color: #666; text-decoration: none;}
a:visited { color: #666;}
a:hover { color: red;}
a:active { color: red;}
*/
button {
  transition: 0.3s;
}

button:hover {
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6{
    margin: 0px;
    padding: 0px;
}


#wrapper{
    max-width: 100%;
    display: inline-block;
    margin:0px;
    padding: 0px;
    width: 100%;
}    
.container{
    max-width: 1230px;
    margin: 0px auto;
    position: relative;
    width: 100%;
    padding: 0px 15px;
}
.logo {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 9;
}
.callus {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 9;
}
.callus p {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 33px;
}
.callus p a{
    color: #fff;
    text-decoration: none;
}
.callus p a:hover{
    color: #00CD00;
}
.call-text {
    position: absolute;
    right: 10%;
    top: 25%;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 18px;
    padding: 10px 0px;
    color: #00CD00;
    max-width: 245px;
}
.call-text a {
    text-decoration: none;
    color: #00CD00;
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    line-height: 33px;
    text-shadow: 0px 1px 3px #000;
}
.home-banner > .container > img{
    float: left;
}
.banner-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #000;
    padding: 0px 10px;
}
.banner-text h3 {
    color: #fff;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 26px;
}
.banner-text .logo-image {
    margin: -70px 5px 0px 0px;
}
.bill {
    display: inline-block;
    width: 100%;
    background: #595959;
}
.bill .content {
    display: flex;
    gap: 60px;
    padding: 10px 0px 10px;
}
.bill .content .text-block {
    max-width: 50%;
    width: 100%;
}
.bill .content h3 {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 41px;
    margin: 10px 0px 15px;
}
.bill .content p {
    color: #fff;
    line-height: 26px;
    margin-bottom: 20px;
}
.table-view > .container > table {
    max-width: 800px;
    margin: 0px auto;
    border-radius: 15px;
    overflow: hidden;
}

.table-view table{
    border-collapse: collapse;
}
.table-view table td {
    font-size: 21px;
}
.table-view table td span{
    display: inline-block;
    font-size: 16px;
}
.table-view table td.one {
    max-width: 390px;
    padding: 11px 20px;
    border-bottom: 1px solid #fff;
    height: 70px;
}
.table-view table td.last{
    text-align: center;
    padding: 11px 20px;
    border-bottom: 1px solid #fff;
    height: 70px;
}
.table-view table td.last img {
    display: inline-block;
}
.table-view table td.head {
    padding: 10px 12px;
}
.table-view table td.second.logos{
    width: 150px;
    text-align: center;
}
.table-view table td.second.logos img {
    width: 88px;
    display: inline-block;
}
.table-view table td.head:last-child {
    border-bottom: 1px solid #fff;
    max-width: 209px;
}
.table-view table td.second{
    text-align: center;
}
.table-view table td.second {
    text-align: center;
    color: #00cc00;
    font-size: 27px;
    font-weight: 500;
}
.table-view {
    display: inline-block;
    width: 100%;
    padding: 15px 0px 30px;
}
.table-view table td.second.logos {
    width: 150px;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
    position: relative;
    z-index: 99;
}
.table-view table td.second {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-collapse: collapse;
}
.table-view table td.second svg {
    fill: #00cc00;
    width: 30px;
        height: auto;
}
.table-view table td.head:first-child:before {
    content: '';
    background: rgb(252, 159, 55);
    height: 100%;
    width: 20px;
    position: absolute;
    right: -13px;
    top: 0;
}
.table-view table td.head{
    position: relative;
}
.table-view table td.head:last-child:before {
    content: '';
    background: rgb(205, 205, 205);;
    height: 100%;
    width: 20px;
    position: absolute;
    left: -13px;
    top: 0;
}
.table-view table tr:last-child td.last,
.table-view table tr:last-child td.one {
    position: relative;
}
.table-view table tr:last-child td.last:before,
.table-view table tr:last-child td.one:before {
    content: '';
    height: 5px;
    background: #FC9F37;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
}
.table-view table tr:last-child td.last:before{
    left: -7px;
    width: 103%;
}
.table-view table tr:last-child td.one:before {
    width: 103%;
}
.table-view table tr:last-child td{
    position: relative;
}
.table-view table tr:last-child td.second {
    border-radius: 0px 0px 6px 6px;
    position: relative;
}
.table-view table tr:last-child td.second:before{
    content: '';
    position: absolute;
    height: 15px;
    width: 149px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #000;
    border-radius: 6px;
    background: #fff;
    border-top: 0px;
        z-index: 9;

}
.table-view table tr:last-child td.second:after{
content: '';
    position: absolute;
    height: 15px;
    width: 149px;
    right: 0px;
    bottom: 3px;
    border-radius: 0;
    background: #fff;
    border-top: 0px;
    z-index: 99;
}

.galler {
    display: inline-block;
    width: 100%;
    background: #CCCCCC;
}
.galler ul {
    margin: 0px;
    padding: 15px 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.testimonials {
    padding: 15px 0px;
    display: inline-block;
    width: 100%;
}
.testimonials .container{
    max-width: 1020px;
}
.testimonial-top h3 {
    padding: 07px 15px 07px 15px;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    font-weight: 400;
    color: #000000;
    font-size: 30px;
    line-height: 39px;
    display: inline-block;
}
.testimonial-top {
    text-align: center;
}
.testimonial-top ul {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin:35px 0px;
    padding: 0px;
    list-style: none;
}
.testimonial-top ul li{
    border-radius: 15px;
    background: #fff;
    padding: 15px;
    max-width: 300px;
}
.testimonial-top ul li h4 {
    font-size: 21px;
    margin-bottom: 12px;
}
.testimonial-bottom h3{
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    line-height: 39px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.active-ratings > ul {
    margin: 0px;
    list-style: none;
    display: grid;
    column-gap: 30px;
    row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    background: #fff;
    border-radius: 20px 20px 20px 20px;
    padding: 30px;
}
.active-ratings > ul > li{
    list-style: none;
}
ul.star {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    gap: 5px;
}
ul.star li img{
    max-width: 15px;
}
.active-ratings > ul > li h4 {
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 10px 0px;
}
.active-ratings > ul > li p{
    color: #000;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
.active-ratings > ul > li span{
    font-size: 13px;
    color: #666;
}
.solar {
    background: #fff;
    border-radius: 15px;
    padding: 15px 20px;
    margin-top: 20px;
    
}
.solar h4{
    color: #11101094;
    font-size: 27px;
    font-weight: 400;
        line-height: 36px;
}
.solar h4 a{
    color: #00cd00;
    text-decoration: none;
}
.review-img h3 {
    color: #fff;
    text-align: center;
    font-size: 25px;
}
.review-img p {
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}
.review-img ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0px;
    padding: 0px 50px;
}
.review-img {
    padding: 20px 0px 35px;
}
.contact-section .contact-text {
    position: absolute;
    left: 50%;
    margin-left: -400px;
    width: 100%;
    max-width: 800px;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.contact-section .contact-text h3{
        font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.46);
    color: #FFFFFF;
    line-height: 35px;
     margin-top: -100px;
}
.contact-section .contact-text h5{
    max-width: 480px;
    text-align: left;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-shadow: 4px 2px 10px rgba(0, 0, 0, 0.58);
}
.contact-section .contact-text a {
    background-color: #FFFFFF66;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    fill: #00CD00;
    color: #00CD00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 12px 12px 12px 12px;
    text-decoration: none;
    padding: 10px 25px;
    display: inline-block;
}
.contact-section .contact-text a:hover{
    background: #00CD00;
    color: #fff;
}
.contact-section {
    display: inline-block;
    width: 100%;
}
.contact-section .bottom-logo {
    position: absolute;
    bottom: 15px;
    right: 30px;
}
.pricing {
    display: inline-block;
    width: 100%;
}
.pricing .price-box {
    border-radius: 15px;
    background: #fff;
    max-width: 630px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px;
}
.pricing .price-box .left {
    width: 100%;
    max-width: 50%;
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}
.pricing .price-box .right a{
    background-color: #FFFFFF66;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    fill: #00CD00;
    color: #00CD00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 12px 12px 12px 12px;
    text-decoration: none;
    padding: 10px 25px;
    display: inline-block;
}
.pricing .price-box .right a:hover{
    background: #00CD00;
    color: #fff;
}
.pricing .price-box .right {
    width: 281px;
}
.partner ul {
    margin: 0px;
    padding: 0px 60px 50px;
    list-style: none;
    display: flex;
    gap: 70px;
}
.partner ul li:last-child img{
    max-width: 145px;
}




/* Contact Page */
.contact-banner .contact-data {
    position: absolute;
    max-width: 780px;
    margin-left: -390px;
    left: 50%;
    top: 150px;
    text-align: center;
}
.contact-banner .contact-data h2 {
    text-align: center;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 100px;
    max-width: 434px;
    display: inline-block;
}
.contact-banner .contact-data h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3em;
    color: #fff;
    text-transform: uppercase;
}
.contact-banner .contact-form{
    display: inline-block;
    max-width: 422px;
}
.fields-row {
    border: 1px solid #0000008f;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    padding: 7px 11px;
    display: inline-block;
    width: 100%;
}
.field-row {
    background: #fff;
    padding: 2px 1px;
    margin-bottom: 14px;
}
.field-row input[type="text"], .field-row input[type="email"], .field-row input[type="tel"] {
    border: 1px solid #666666;
    border-radius: 0px;
    color: #000;
    height: 37px;
    width: 100%;
    font-size: 17px;
        padding: 12px 16px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}
.field-row:last-child{
    margin-bottom: 0px;
}
.contact-banner .contact-form input[type="submit"] {
    clear: both;
    border: 1px solid #00cc0099;
    color: #00cc00;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    padding: 8px 23px;
    margin-top: 20px;
}
.contact-banner .contact-form input[type="submit"]:hover{
    background: #00cc00;
    color: #fff;
}
.contact-banner .contact-form > p {
    max-width: 300px;
    display: inline-block;
    color: #fff;
    line-height: 20px;
    margin-top: 10px;
    text-align: left;
    font-size: 15px;
}
.contact-banner .left-contact-logo {
    position: absolute;
    right: 25px;
    bottom: 15px;
}
.contact-banner .right-contact-logo {
    position: absolute;
    left: 30px;
    bottom: 20px;
    max-width: 170px;
}
.contact-banner .right-contact-logo {
    position: absolute;
    left: 30px;
    bottom: 20px;
    max-width: 130px;
}
.contact-footer {
    display: inline-block;
    width: 100%;
    background: #595959;
    padding: 25px 0px;
}
.contact-footer p {
    column-gap: 0px;
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.3px;
}
.contact-banner > .container > img {
    width: 100%;
}




@media only screen and (max-width:991px){
    .call-text a {
    font-size: 18px;
    line-height: 23px;
    text-shadow: 0px 1px 3px #000;
}
.call-text {
    max-width: 184px;
}
.banner-text h3 {
    font-size: 16px;
}
.testimonial-top ul {
    gap: 20px;
}
.solar h4 {
    color: #11101094;
    font-size: 19px;
    font-weight: 400;
    line-height: 27px;
}
.contact-section .contact-text h3 {
    font-size: 26px;
}
.contact-section .contact-text {
    position: absolute;
    left: 50%;
    margin-left: -260px;
    width: 100%;
    max-width: 510px;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.partner ul {
    padding: 0px 30px 50px;
    gap: 40px;
}
}


@media only screen and (max-width:767px){
    .logo {
    max-width: 40%;
}
.callus p {
    font-size: 18px;
    line-height: 23px;
}
.callus {
    top: 20px;
}
        .call-text {
        max-width: 184px;
        position: inherit;
        top: inherit;
        right: inherit;
    }
.banner-text {
    width: 100%;
        flex-direction: column;
}
.banner-text .logo-image {
    margin: 0px 5px 0px 0px;
    text-align: center;
}
.banner-text .logo-image img {
    display: inline-block;
}
    .call-text {
        max-width: 100%;
        position: inherit;
        top: inherit;
        right: inherit;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .bill .content {
    gap: 30px;
    flex-direction: column;
}
.bill .content .text-block {
    max-width: 100%;
    flex-direction: column;
}
.table-view table td.second.logos {
    width: 83px;
    padding: 0px 10px;
}
.table-view table td.second {
    font-size: 20px;
}
.table-view table td {
    font-size: 15px;
        line-height: 22px;
}
.table-view table td.one {
    max-width: 390px;
    padding: 11px 9px;
    height: auto;
}
.testimonial-top h3 {
    font-size: 22px;
    line-height: 27px;
    display: inline-block;
}
    .testimonial-top ul {
        flex-direction: column;
    }
    .testimonial-top ul li {
    max-width: 100%;
}
.testimonial-bottom h3 {
    line-height: 35px;
    margin-bottom: 20px;
}
.active-ratings > ul {
    grid-template-columns: 1fr;
}
.contact-section .contact-text {
        left: 0;
        margin-left: 0;
        max-width: 100%;
        padding: 0px 25px;
                position: inherit;
        top: inherit;
        left: inherit;
    }
    .contact-section .contact-text h3 {
        font-size: 19px;
        line-height: 29px;
    }
    .contact-section .contact-text h3 {
        font-size: 19px;
        margin: 10px 0px 0px;
        line-height: 29px;
    }
    .contact-section .bottom-logo {
    position: inherit;
    bottom: inherit;
    right: inherit;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.pricing .price-box{
    flex-direction: column;
}
.pricing .price-box .left{
    max-width: 100%;
}
    .pricing .price-box .right {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .partner ul {
        gap: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
.table-view table td.last {
    padding: 11px 9px;
    height: auto;
}
.table-view table td.head:last-child {
    max-width: 119px;
}

/* Contact */
.contact-banner .contact-data {
    position: inherit;
    max-width: 100%;
    margin-left: 0;
    left: 0;
    top: 20px;
    text-align: center;
}
.contact-banner .contact-data h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
.contact-banner .left-contact-logo {
    position: inherit;
    right: 0;
    bottom: 0;
    float: right;
    max-width: 100px;
    margin-bottom: 10px;
}
.contact-banner .right-contact-logo {
    position: inherit;
    left: 0;
    bottom: 0;
    max-width: 80px;
    margin-bottom: 10px;
}
.contact-banner .contact-form {
    margin-bottom: 50px;
    padding-bottom: 10px;
}
}