<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*--- FAQ ---*/


.sub-title {
    display: block;
    font-size: 16px;
    margin-bottom: 50px;
}
.faq-sec,.faq-payment-sec,.faq-other-que {
    margin: 70px auto;
}
.faq-panel-header {
    font-size: 26px;
    padding-bottom: 30px;
}
.accordion,.accordion-pay,.accordion-other {
    color: #82B658;
    border: 2px solid #101010;
    background-color: #101010;
    padding: 15px 33px;
    margin-bottom: 20px;
    position: relative;
}

.panel,.panel-pay,.panel-other {
    border: 2px solid #101010;
    background-color: #101010;
    padding: 15px 17px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    display: none;
}
.panel p,
.panel-pay p,
.panel-other p,
.panel-pay ul li {
    color: #F3F3F3;
    font-size: 16px;
    font-family: 'JosefinSans-Light';
}
.panel-pay ul li {
    margin-bottom: 8px;
    line-height: 26px;
}
.panel strong,
.panel-pay strong,
.panel-other strong,
.panel-pay ul li strong {
    color: #82B658;
}
.faq-panel-sec ul.slides li .accordion:after,
.faq-pay-panel-sec ul.slides li .accordion-pay:after,
.faq-other-que-sec ul.slides li .accordion-other:after {
    content: '\f107';
    font-family: fontawesome;
    position: absolute;
    top: 8px;
    right: 11px;
    padding: 6px 4px 19px 4px;
    color: #787878;
}
.faq-panel-sec ul.slides li .accordion.active:after,
.faq-pay-panel-sec ul.slides li .accordion-pay.active:after,
.faq-other-que-sec ul.slides li .accordion-other.active:after {
    content: '\f106';
}
.faq-panel-sec ul.slides li .accordion:before,
.faq-pay-panel-sec ul.slides li .accordion-pay:before,
.faq-other-que-sec ul.slides li .accordion-other:before{
    content: '\f111';
    position: absolute;
    top: 18px;
    left: 16px;
    color: #82B658;
    font-family: 'Font Awesome 6 Free';
    font-size: 10px;
}

/*POPUP */
.Click-here {
  cursor: pointer;
}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer;
    z-index: 99;
    font-size: 50px;
    color: #fff;
}
.pop-up-content-wrap img {
    width: 100%;
    max-width: 100%;
    max-width: 100%;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner {
        margin-top: 110px;
    }
}







/*OUR TEAM, CONTACT US, FAQ, CHARGING STATION TYPE(OUR PRODUCTS MAIN) PAGE RESPONSIVE ONLY */
/*----------------------------- Large Screen - 1 -------------------------------*/
@media only screen and (max-width :1920px) and (min-width: 1699px) {
       
}

/*----------------------------- Large Screen - 2 -------------------------------*/
@media only screen and (max-width :1700px) and (min-width: 1367px) {
    
}

/*----------------------------- Large Screen - 3 -------------------------------*/
@media only screen and (max-width :1366px) and (min-width: 1281px) {

}

/*----------------------------- Small Laptop -------------------------------*/
@media only screen and (max-width :1280px) and (min-width: 1101px) {
    .contact-main {
        padding-top: 90px;
    }
}

/*----------------------------- Media 1024 -------------------------------*/
@media only screen and (max-width :1100px){
    /*FAQ */
    .faq-wrapper {
        padding: 60px 0;
    }
    /*OUR PRODUCTS */
    .our-services-main .os-main-lft, .customer-benefits .cb-lft {
        padding: 50px 50px 0 30px;
        flex: 60%;
    }
    .cst-modernize {
        background-position: center right -150px;
    }
    /*.evc-managers, .cst-inform {*/
    /*    padding-top: 70px;*/
    /*}*/
    .our-services-main.cst-main {
        padding: 30px 0 20px;
    }
}


/*----------------------------- Media 768 -------------------------------*/
@media only screen and (max-width:999px){
    /*CONTACT US */
    .contact-main {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .contact-main-wrap {
        flex-wrap: wrap;
        gap: 40px;
    }
    .contact-main-wrap .contact-lft, .contact-main-wrap .contact-rgt {
        flex: 100%;
        max-width: 100%;
    }
    /*OUR PRODUCTS */
    .cst-inform-cnt-inner{
        width: 100%;
    }
    .cst-inform .cst-inform-cnt{
        position: static;
    }
    .cst-modernize {
        padding: 30px 0;
    }
    .our-services-main .os-main-rgt {
        padding-top: 20px;
    }
    /*.our-services-main .os-main-lft {*/
    /*    padding: 0px 0 0 0;*/
    /*}*/
    .cst-presence-wrap{
        gap: 20px;
    }
    .cst-presence-wrap .cst-presence-lft,
    .cst-presence-wrap .cst-presence-rgt {
        flex: 100%;
        max-width: 100%;
    }
    .product-cnt-wrap .product-cnt-img, .product-cnt-wrap .product-cnt-data {
        flex: 100%;
        max-width: 100%;
    }
    .product-cnt-img img {
        margin: 0 auto;
    }
    .product-cnt-wrap{
        gap: 30px;
    }
	.consultation-wrapper .factors-blocks h1 {
        margin-top: 0;
    }
    .factors-blocks.home-ev-points {
        padding: 0;
    }
    .home-ev-lft.os-main-lft.cst-main-lft {
        padding: 0;
    }
    .cst-inform {
        padding: 50px 0;
    }
    .cst-presence, .cst-blocks-main{
        padding-bottom: 50px;
    }
    .evc-managers {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/*----------------------------- Media 480 -------------------------------*/
@media only screen and (max-width:767px){
    /*OUR TEAM */
    .em-team-block .em-team-img {
        float: none;
        width: 100%;
    }
    .em-team-block .em-team-cnt{
        float: none;
        width: 100%;
    }
    .em-team-blocks .em-team-img::before{
        left: 0px;
        right: -2px;
    }
    .em-team-blocks h4 {
        margin: 25px 0 0px;
    }
    .em-team-blocks h5 {
        margin-bottom: 20px;
    }
    /*FAQ */
    .faq-sec {
        margin-top: 40px;
    }
    /*CONTACT US */
    .contact-main-wrap .cs-form .cs-form-field-wrap .cs-form-field {
        flex: 48%;
        max-width: 48%;
    }
    /*OUR PRODUCTS */
    .cst-mod-lft {
        width: 100% !important;
    }
    .our-product-line .opl-wrapper{
        grid-template-columns: repeat(2, 1fr);
    }
    /*OUR PRODUCTS SINGLE */
    .product-detail .product-dt-lft {
        display: grid;
        grid-template-columns: 1fr;
    }
    product-cnt-data {
        gap: 50px;
    }
    .product-cnt-data .product-ctn-inner {
        flex: 90%;
        max-width: 90%;
        padding-left: 10px;
    }
    .product-type-cnt .pt-side-block {
        padding-left: 10px;
    }
    .product-cnt-data {
        gap: 30px;
    }
    .cst-blocks-main .cst-blocks-wrap{
        width: 90%;
    }
}


/*----------------------------- Media 320 -------------------------------*/
@media only screen and (max-width:479px){
    /*OUR TEAM */
    .em-team-block .em-team-img img {
        max-width: 60%;
    }
    /*FAQ */
    .accordion, .accordion-pay, .accordion-other {
        font-size: 17px;
    }
    .faq-wrapper .sub-title {
        margin-bottom: 40px;
    }
    /*CONTACT US */
    .contact-main-wrap .cs-form .cs-form-field-wrap{
        gap: 20px;
    }
    .contact-main-wrap .cs-form .cs-form-field-wrap .cs-form-field {
        flex: 100%;
        max-width: 100%;
    }
    .contact-main-wrap .contact-cnt-wrap{
        flex-wrap: wrap;
        gap: 20px;
    }
    .contact-main-wrap .contact-cnt-wrap .cs-details {
        flex: 100%;
        max-width: 100%;
    }
    /*OUR PRODUCTS */
    .our-product-line .opl-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    /*OUR PRODUCTS SINGLE */
    .product-detail .product-dt-wrap {
        gap: 20px;
        flex: 100%;
        max-width: 100%;
        gap: 0;
    }
    .product-dt-rgt {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-prod-title {
        display: block;
    }

}













</pre></body></html>