:root{
    --stripe-background:#ededed;
}
body{
    overflow-x: hidden;
}
.container-sm{
    width:70%;
}


header #header-logos-image1 , header #header-logos-image3{
    width: 106px;
    height: 52px;
}

header #header-logos-image2{
    width: 75px;
    height: 73px;
}

header #header-logos-image4{
    width: 68px;
    height: 62px;
}


header .ssl-div p {
    margin-bottom: 1px;
}

header .header-para {
    display: flex;
    align-items: center;
}

header .header-para span {
    color: #282f3d;
    font-size: 13px;
}


header .header-line-main-div {
    padding-bottom: 8px;
}

header .heading-line-div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #263d75;
    padding: 2px;
}

header .heading-line-div .text {
    font-weight: 400;
    font-family: Montserrat;
    font-size: 11px;
    color: rgb(48, 48, 48);
}

header .heading-line-div div {
    padding: 3px;
}

header .headers-logos{
    background: var(--stripe-background);
}

.banner-area .section-heading {
    width: 677px;
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    font-style: normal;
    font-size: 34px;
}

.banner-area .section-heading h1 {
    font-size: 34px;
    color: rgb(85, 130, 81);
    font-weight: 700;
    font-style: normal;
}

.banner-area .section-heading p {
    font-size: 20px !important;
    line-height: 26px;
    color: rgb(151, 187, 106);
    text-align: center;
    font-weight: 400;
    font-style: normal;

}


.banner-area .section-para p {
    line-height: 31px;
    text-align: justify;
}

.banner-area .image-box-wrap {
    display: block;
    background: rgba(187, 231, 183, 0.61);
    border-style: none;
    border-radius: 21px;
    z-index: 8;
    width: 529px;
    height: 323px;

}

.image-box-wrapper-main {
    display: flex;
    position: relative;
    top: 29px;
}

.banner-area .image-box-wrap .img-circle img {
    width: 52px;
    height: 53px;
    margin: 35px 18px;
    border-radius: 11px;

}

.image-box-warp-content img {
    position: relative;
    left: -13px;
}

.image-box-wrap .image-box-warp-content span {
    position: relative;
    bottom: 80px;
    padding: -2px;
    font-weight: 400;
    font-size: 15px;
    line-height: 8px;
    left: 20px;
    font-weight: 500;
}

.image-box-wrap .question-box p {
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: rgb(0, 0, 0);
    text-align: center;


}

.image-box-wrap .content-column {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.second-image-box-warp-content .first-column {
    border-radius: 10px;
    z-index: 13;
    background: rgba(255, 255, 255, 1);
    box-shadow: none;
    padding: 0px;
    text-shadow: none;
    color: #000000;
    border: solid;
    border-width: 2px;
    border-color: #558251;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    height: 46px;
    font-family: Lato;
    font-style: normal;
    text-align: center;

}

.second-image-box-warp-content .first-column p a {
    font-weight: bold;
    color: black;
    text-decoration: none;
    position: relative;
    top: 4px;
    font-size: 13px;
}

.second-image-box-warp-content {
    padding: 0 35px 0px 78px;
    position: relative;
    bottom: 46px;
}

.second-image-box-warp-content p {
    font-weight: bolder;
}


.content .paragraph{
    line-height: 29px;
    text-align: justify;
    font-family: Lato;
}
.content span{
    font-weight: 400;
    font-family: Lato;
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-style: normal;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 34px;
    width: 100%;
}

.accordion__item {
    overflow: hidden;
}

.accordion__header {
    padding: 20px 25px;
    padding: 6px 9px;
    height: 29px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    background: #f6f5f5;
}

.accordion__header::after {
    content: '';
    background: url('../images/angle-down.png') no-repeat center;
    background-size: contain;
    width: 19px;
    height: 11px;
    transition: .4s;
    display: inline-block;
    position: absolute;
    top: 6px;
    z-index: 1;
}

.accordion__header.active {
    background: #f6f5f5;
}

.accordion__header.active::after {
    transform: rotateX(180deg);
}

.accordion__item .accordion__content {
    padding: 0 20px;
    max-height: 0;
    transition: .5s;
    overflow: hidden;
    border: 0px;
}

.accordion_box {
    margin: 0 auto;
}

.accordion_box h2 {
    margin-top: 18px;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 40px;
}

.accordion__header {
    letter-spacing: -.01em;
    font-size: 14px;
    font-weight: 500;
    height: 22px;
    line-height: 11px;
    display: block;
}

.accordion__content {
    letter-spacing: -.01em;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8;
}

/* content */
.content-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

/* content */


/* services section */
.services {
    padding: 30px 0 30px 0;
}

.services .item {
    position: relative;
}

.services .item p {
    font-size: 7px;
    color: #737373;
    line-height: 0;
    position: absolute;
    bottom: 23px;
    right: 55px;

}

.services .item h3 {
    font-weight: 700;
    color: #737373;
    margin-top: 25px;
}

.services .item {
    text-align: center;
}

/* services section */


/* testimonial section */
.testimonial .testimonial-left {
    padding: 15px;
}

.testimonial .testimonial-left h2 {
    font-size: 28px;
    font-weight: 500;
}

.testimonial .testimonial-left p {
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
}

.testimonial .testimonial-right .slider-left a {
    text-decoration: none;
}

.testimonial .testimonial-right .slider-left h3 {
    font-size: 22px;
    text-align: center;
    color: #191919;
}

.tp-widget-logo {
    margin: 0 auto;
    width: 106px;
    display: block;
}

.testimonial .star-text {
    font-size: 13px;
    line-height: 16px;
    margin: 10px 0 16px;
    display: block;
    text-align: center;
    color: #000;
}

.tp-stars--4--half .tp-star:nth-of-type(-n + 4) .tp-star__canvas,
.tp-stars--4--half .tp-star:nth-of-type(-n + 4) .tp-star__canvas--half {
    fill: #00b67a;
}

.tp-stars--5 .tp-star:nth-of-type(-n + 5) .tp-star__canvas,
.tp-stars--5 .tp-star:nth-of-type(-n + 5) .tp-star__canvas--half {
    fill: #00b67a;
}

.tp-stars .tp-star__shape {
    fill: #fff;
}

.testimonial .card {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    border: none;
}

.testimonial {
    padding: 30px 0 30px 0;
}

.slider-right .item .top-row {
    display: flex;
    justify-content: start;
    padding-bottom: 10px;
}

.slider-right .item .top-row .row-icon svg {
    width: 100% !important;
}

.slider-right .item .test-head h3 {
    font-size: 14px;
    font-weight: 700;
    height: 16px;
    margin: 0 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.slider-right .item .test-descritption p {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 8px;
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.slider-right .test-user-info p {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(0, 0, 0, .6);
    font-size: 12px;
}

.slider-right .owl-bottom p {
    color: #191919;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.slider-right .owl-bottom {
    padding: 0px 20px 0 20px;
}

.custom-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 67%;
    z-index: 1;
    left: 33%;
}

.owl-carousel {
    padding: 0px 20px 0 20px;
}

.owl-prev,
.owl-next {
    background-color: #fff;
    color: #73737329;
    border: #73737329;
    padding: 2px 6px;
    cursor: pointer;
    margin: 0 10px;
    border-radius: 50%;
    border: 1px solid #73737329;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: #73737329;
    color: #fff;
    border: #fff;
}

.about-section {
    min-height: 500px;
}

.about-content-heading {
    margin-top: 26px;

}

.card-container {
    margin-top: 34px;
}

.card-container .card {
    background-color: #ecf0f1;
    color: #000;
    border-radius: 8px;
    padding: 15px;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.card-container .card:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* about section */
.about-section img {
    height: 285px;
}

.about-btn {
    all: unset;
    font-family: Helvetica, Arial, sans-serif;
    max-width: 100%;
    background-color: #909bcc;
    color: #fff;
    font-size: 20px;
    border-radius: 6px;
    padding: 0 33px;
    font-weight: bold;
    line-height: 50px;
    cursor: pointer;
}
.button-about {
    display: flex;
    justify-content: center;
    padding-top: 16px;
}
.services .item img {
    width: 123px;
    height: 71px;
}
.section-heading{
    width: 677px;
    text-align: center;

}

.heading{
    line-height: 35px;
    font-family: Lato;
    color: rgb(85, 130, 81);
    font-size: 30px;
    font-weight: bolder;
    font-style: normal;
}
.sub-heading{
    padding-top: 10px;
    line-height: 24px;
    font-family: Lato;
    color: rgb(151, 187, 106);
    font-size: 22px;
    font-weight: 500; 
    font-style: normal;
}

/* photo section start*/
.photo-section{
    background-image : url('../images/home.png');
    height: 152px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.photo-section .photo-section-div{
    background:rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
}
.photo-section .photo-section-div strong{
    font-weight: bolder;
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-family: Lato;
}
.photo-section .photo-section-div .head{
    margin-bottom: 20px;
}
.photo-section-button{
    border-style: none;
    border-radius: 10px;
    width: 246px;
    height: 49px;
    background: rgba(144, 155, 204, 1);
    box-shadow: none;
    text-shadow: none;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    font-family: Lato;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
}
/* photo section end */


/* solar-info-section start */

.solar-info-section .content-div{
    display: flex;
    flex-direction: row-reverse;
    align-items: center
}
/* solar-info-section end */

/* solar benefits section start */
.solar-benefits-section{
    background-color: var(--stripe-background);
}
.solar-benefits-section .solar-benefir-item-heading{
    font-size: 18px;
    color: rgb(85, 130, 81);
    font-family: Lato;
    font-weight: 900;
    font-style: normal;
}

.solar-benefits-section .width-25{
    width: 25%;
}

.solar-benefits-section .text{
    font-family: Lato;
    color: rgb(0, 0, 0);
    font-weight: 400;
    font-style: normal;
    
}
.solar-benefits-section .solar-benefits-container-flex{
    display: flex;
}
/* solar benefits section end */


.main-home-images img{
    height: 100%;

}


/* remerciement-section */

#remerciement-section{
    /* background-image: url(../images/remerciement.bg.jpg); */
    background-image: url(../images/home12.jpg);
    height: 749px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.chatbot-box{
    /* border: solid; */
    /* min-height: 600px;
    width: 100%; */
    min-height: 610px;
    background:#ffffff;
 
    width: 100%;
    margin-top: 60px;
    border-radius: 11px;
}

.chatbox-wrapper-main{
    display: flex;
    position: relative;
    margin: 4px 70px
}
.chatbox-content {
    position: relative;
    bottom: 90px;
}
.chatbox-content h6{
     color: rgba(207,9,34,255);
     font-size: 22px;
     font-family: Lato;
     text-align: center;
}

.chatbox-header{
    background: rgba(207,9,34,255);
    border-top-left-radius: 4px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 42px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chatbox-warp-content img{
    height: 117px;
    width: 100%;
}
.chatbox-wrap{
    background: #F9F9FA;
    height: 118px;
}

.chatbox-wrapper-main  .img-circle img{
    height: 45px;
    margin-top: 14px;
}
.chatbox-content p{
    font-size: 12px;
    text-align: center;
}

.chatbox-header h4{
    color: white;
    text-align: center;
    margin-top: 6px;
}

.footer_top .content{
    font-size: 12px;
    padding-left: 20px;
}

/* max width mfor mobile */
@media only screen and (max-width: 768px) {
    .about-section img {
        width:100%;
    }
    .container .step-2-cards{
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .container-sm{
        width:100%;
    }
    .back-btn{
        padding: 0;
    }
   
    .heading{
        font-size: 25px;
        line-height:30px;
    }

    .content span{
        font-size: 16px;
    }

    header .ssl-div {
        display: none;
    }
    .container-sm{
        width:100%;
    }
    header .heading-line-div .text{
        font-size: 9px;
    }

    header #header-logos-image1 {
        width: 76px;
        height: 39px;
    }
    
    header #header-logos-image2{
        width: 58px;
        height: 55px;
    }
    
    header #header-logos-image3{
        width: 89px;
        height: 44px;
    }
    
    header #header-logos-image4{
        width: 49px;
        height: 46px;
    }



    .photo-section{
        background-size: cover;
    }
    .photo-section .photo-section-div{
        background: rgba(0, 0, 0, 0.39);
    }
    .photo-section .photo-section-div .head{
        margin-bottom: 2px;
    }

    .photo-section .photo-section-div strong{
        line-height: 32px
    }



    .solar-info-section .content-div{
        display: unset;
    }
    .solar-info-section .content-div .image-div{
        display: flex;
        justify-content: center;
    }
     



    .solar-benefits-section .width-25{
        width: 50%;
    }



    .content-wrap {
        width: auto;
    }

    .owl-carousel {
        width: 100%;
        top: 16px;
        z-index: 1;
    }


    .custom-nav {
        top: 77%;
        width: 95%;
        left: 0%;
    }

    .tp-stars svg {
        position: absolute !important;
        height: 75% !important;
        width: 100% !important;
        left: 0 !important;
        top: 11px !important;
    }
    /* about section  */

    .about-section {
        min-height: 324px;
    }

    .about-section img {
        height: 258px !important;
    }

    /* .accordion */
    .accordion__header {
        height: auto;
        line-height: 16px;
    }
    .accordion__header::after {
        top: auto;
    }
    .services .item p {
        right: 153px;
        bottom: 0px;
    }
    .image-box-wrap .image-box-warp-content span {
        position: relative;
        bottom: 96px;
        left: 6px;
        font-size: 14px;
    }

    .banner-area .image-box-wrap {
        height: 320px;
        width: 100%;
    }

    .image-box-warp-content img {
        height: 75%;
        width: 100%;
    }

    .first-column {
        font-size: 10px;
        line-height: 15px;
    }

    .image-box-wrapper-main {
        display: flex;
        position: relative;
        top: 20px;
    }

    .second-image-box-warp-content .first-column {
        padding: 4px;
        height: 58px;
    }

    .second-image-box-warp-content {
        width: 413px !important;
        height: 101px !important;
        bottom: 46px;
        padding: 0 0 0 0 !important;
    }

    .first-girl-img img {
        display: none;
    }
    .home-img-sec img{
        height: auto !important;
        width: 100%;
    }

    .chatbox-header{
        width: 100%;
    }
    .chatbox-wrapper-main .img-circle img {
        width: 39px;
        height: 40px;
        margin-left: 7px;
    }
    .chatbox-warp-content img {
        width: 100%;
        height: auto;
    }
    .chatbox-content {
        position: relative;
        bottom: 71px;
    }
    .chatbox-content h6{
        font-size: 16px;
    }
    .chatbox-header h4{
        color: white;
        text-align: center;
        margin-top: 6px;
    }
    .chatbox-wrapper-main {
        display: flex;
        position: relative;
        top: 20px;
       margin: 0;
    }
    
    .banner-area .image-box-wrap .img-circle img {
        width: 52px;
        height: 53px;
        margin: 25px 18px;
        border-radius: 11px;
    }
    .footer_top .content p{
        display: none;
    }
    .reposive-text-content{
        display: block !important;
        font-size: 12px;
    text-align: start;
    }
     
}

@media only screen and (max-width: 575px) {
    .second-image-box-warp-content>div>span {
        margin-top: 20px;
    }
    .container .step-2-cards{
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .container-sm{
        width:100%;
    }
    .back-btn{
        padding: 0;
    }
   
    .heading{
        font-size: 25px;
        line-height:30px;
    }

    .content span{
        font-size: 16px;
    }

    header .ssl-div {
        display: none;
    }
    .container-sm{
        width:100%;
    }
    header .heading-line-div .text{
        font-size: 9px;
    }

    header #header-logos-image1 {
        width: 76px;
        height: 39px;
    }
    
    header #header-logos-image2{
        width: 58px;
        height: 55px;
    }
    
    header #header-logos-image3{
        width: 89px;
        height: 44px;
    }
    
    header #header-logos-image4{
        width: 49px;
        height: 46px;
    }
    .photo-section{
        background-size: cover;
    }
    .photo-section .photo-section-div{
        background: rgba(0, 0, 0, 0.39);
    }
    .photo-section .photo-section-div .head{
        margin-bottom: 2px;
    }

    .photo-section .photo-section-div strong{
        line-height: 32px
    }

    .solar-info-section .content-div{
        display: unset;
    }
    .solar-info-section .content-div .image-div{
        display: flex;
        justify-content: center;
    }
     



    .solar-benefits-section .width-25{
        width: 50%;
    }



    .content-wrap {
        width: auto;
    }

    .owl-carousel {
        width: 100%;
        top: 16px;
        z-index: 1;
    }


    .custom-nav {
        top: 77%;
        width: 95%;
        left: 0%;
    }

    .tp-stars svg {
        position: absolute !important;
        height: 75% !important;
        width: 100% !important;
        left: 0 !important;
        top: 11px !important;
    }
    /* about section  */

    .about-section {
        min-height: 324px;
    }

    .about-section img {
        object-fit: contain;
        width: 100%;
    }
    .about-section.p-4 {
        padding-top: 0 !important;
    }

    /* .accordion */
    .accordion__header {
        height: auto;
        line-height: 16px;
    }
    .accordion__header::after {
        top: auto;
    }
    .services .item p {
        right: 126px !important;
        bottom: -4px !important;
    }
    .services .item:last-child p {
        right: 126px !important;
        bottom: 4px !important;
    }
    .image-box-wrap .image-box-warp-content span {
        position: relative;
        bottom: 82px !important;
        left: 8px;
        font-size: 13px !important;
        display: block;
        max-width: 218px;
        line-height: 19px;
    }

    .banner-area .image-box-wrap {
        height: 312px;
        width: 100%;
    }
    .services .item img {
        width: 160px;
        height: 80px;
        object-fit: cover;
    }
    .image-box-warp-content img {
        height: 84%;
        width: 100%;
    }

    .first-column {
        font-size: 10px;
        line-height: 15px;
    }

    .image-box-wrapper-main {
        display: flex;
        position: relative;
        top: 20px;
    }

    .second-image-box-warp-content .first-column {
        padding: 4px;
        height: 58px;
    }

    .second-image-box-warp-content {
        width: 413px !important;
        height: 101px !important;
        bottom: 46px;
        padding: 0 0 0 0 !important;
    }

    .first-girl-img img {
        display: none;
    }
    .home-img-sec img{
        height: auto !important;
        width: 100%;
    }

    .chatbox-header{
        width: 100%;
    }
    .chatbox-wrapper-main .img-circle img {
        width: 39px;
        height: 40px;
        margin-top: -2px;
    }
    .chatbox-warp-content img {
        width: 100%;
        height: auto;
    }
    .chatbox-content {
        position: relative;
        bottom: 71px;
    }
    .chatbox-content h6{
        font-size: 16px;
    }
    .chatbox-header h4{
        color: white;
        text-align: center;
        margin-top: 6px;
    }
    .chatbox-wrapper-main {
        display: flex;
        position: relative;
        top: 20px;
       margin: 0;
    }
    
    .banner-area .image-box-wrap .img-circle img {
        width: 52px;
        height: 53px;
        margin: 25px 18px;
        border-radius: 11px;
    }
    .error-div{
        font-size: 12px;
    }
     
}

.reposive-text-content {
    display: none;
}

/* imframe css */

#embeded_form{
    min-height: 440px;
    width: 100%;
}

/* tablet */
@media only screen and (max-width: 1091px) {
    .about-section img {
        height: 220px;
    }
}

@media only screen and (max-width: 375px) {
    .chatbox-header h4{
        font-size: 17px !important;
    }

}
  
.home-img-sec {
    margin-bottom: 4px;
}

.home-img-sec img{
    height: 388px;
    width: 100%;
}

.step10 svg{
    height: 120px;
    
}
.step10 {
    text-align: center;
    padding: 37px;
}

