@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');

html, body, div, span, applet, object, iframe,  blockquote,  abbr, acronym, big, font, img, small, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, input, textarea, select, a {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-family: 'Roboto', sans-serif;
  vertical-align:baseline;
  box-sizing:border-box;
  text-decoration: none;
  outline: none;
  list-style: none;
}
body {
  font-family: 'Roboto', sans-serif;
  background:#fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, button,p {
  margin-bottom: 0;
}
a, a:hover { text-decoration: none; }
button { outline: none; cursor: pointer; }

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
img {
  width: auto;
  max-width: 100%;
}
/*Ripple Effects */
.ripple{position:relative;overflow:hidden;transform:translate3d(0,0,0)}
.ripple:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;background-image:radial-gradient(circle,#000 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:scale(10,10);opacity:0;transition:transform .5s,opacity 1s}
.ripple:active:after{transform:scale(0,0);opacity:.2;transition:0s}

.chk-group {
  display: block;
  margin-bottom: 15px;
}

.chk-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.chk-group label {
  position: relative;
  cursor: pointer;
}

.chk-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
}

.chk-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

*, *:before, *:after {
  box-sizing: border-box;
}

button:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
.page-wrapper {
  min-height: 100vh;
  width: 100%;
  background: #ececec;
}
.input-group {
  margin-bottom: 15px;
  width: 100%;
  padding: 7px 10px;
  border: solid thin #d4d4d4;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.input-group h4 {
  font-size: 13px;
  font-weight: bold;
  color: #222;
  margin-bottom: 0px;
  font-family: 'Comfortaa', cursive;
}
.input-group p sup {
  color: #ff1a1a;
}
.input-group input.inp, .input-group textarea {
  width: 100%;
  padding: 0px;
  border-radius: 3px;
  margin-bottom: 0px;
  border: solid 0px #d4d4d4;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  font-family: 'Comfortaa', cursive;
}
/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select */
.select {
  position: relative;
  display: flex;
  width: 150px;
  height: 27px;
  line-height: 2;
  border-radius: 3px;
  border: solid 1px #dfdfdf;
  background-color: #fefefe;
  overflow: hidden;
  border-radius: .25em;
}
select {
  flex: 1;
  padding: 0 .5em;
  color: #a3a8ae;
  cursor: pointer;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #fff;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/* header */
.navbar {
  width: 100%;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  background: #eb2139;
}
.logo {
  padding: 4px 20px 0;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-bottom: 0px;
  flex-wrap: nowrap;
  width: 170px;
}
.logo img {
  width: 100%;
}
#navbarCollapse {
  width: calc(100% - 200px);
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
.navbar-nav {
  flex-direction: row!important;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 0px;
  margin-top: 35px;
  padding-top: 15px;
  position: relative;
}
.navbar-nav::before {
  /* content: ''; */
  position: absolute;
  top: 5px;
  width: calc(76% - 20px);
  right: 20px;
  height: 1px;
  background: #f00;
}
.navbar-nav li {
  text-align: center;
  margin: 0px 0;
}
.navbar-dark .navbar-nav .active>.nav-link {
  /* color: #000;
  border-bottom: solid 3px #0cc1fd;
  font-size: 16px;
  font-weight: bold;
  color: #14b5ea; */
}
.navbar-dark .navbar-nav .nav-link {
  margin: 0 10px;
  color: #f1f1f1;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  padding: 0 10px;
  position: relative;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-item.active .nav-link::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f1f1f1;
}
.navbar-dark .navbar-nav .nav-item input  {
  height: 30px;
  border-radius: 30px;
  border: solid 1px #cceefa;
  background-color: #f5fcff;
  line-height: 30px;
  padding: 0 10px;
  font-size: 15px;
  color: #0695c5;
  font-weight: normal;  
  width: 240px;
}
.cart-btn {
  padding-right: 0px;
  margin-top: -10px;
}

@media (max-width: 1100px) {
  .navbar-dark .navbar-nav .nav-link {
    margin: 0 10px;
  }
}

@media (max-width: 992px) {
  .page-wrapper {
    padding-left: 0;
  }
  #navbarCollapse {
    height: 100vh;
    width: 250px;
    top: 0;
    padding-top: 50px;
    background: #eb2139;
    box-shadow: 0 3px 12px rgba(0,0,0,0.2);
    z-index: 5;
    padding: 0;
  }
  #navbarCollapse .navbar-nav::before {
    display: none;
  }
  .navbar-dark .navbar-toggler {
    color: #fff;
    position: absolute;
    z-index: 2;
    right: 10px;
    font-size: 30px;
  }
  .cart-btn {
    padding-right: 60px;
  }
  .navbar {
    height: auto;
  }
  .navbar::after {
    display: none;
  }
  .navbar-collapse {
    position: absolute;
    top: 54px;
    left: -300px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    transition: all 0.3s ease;
    display: block;
  }
  .navbar-collapse.collapsing {
    height: auto !important;
    margin-right: 50%;
    transition: all 0.3s ease;
    display: block;
  }
  .navbar-collapse.show {
    left: 0;
  }
  .navbar-toggler {
    padding: 0;
  }
  .navbar-nav {
    height: 100vh;
    flex-direction: column!important;
    justify-content: flex-start;
    padding-top: 50px;
    background: #eb2139;
  }
  .navbar-nav li {
    width: 100%;
  }
  .navbar-dark .navbar-nav .nav-link {
    margin: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
  }
  .navbar-dark .navbar-nav .active>.nav-link {
    background: #eb2139;
  }
}
.carousel.slide {
  position: relative;
  margin-top: 90px;
}
.banner-bar {
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 1;
}
.banner-bar::before {
  content: '';
  background: #eb2139;
  position: absolute;
  top: 0;
  height: 48px;
  width: calc(50% - 350px);
  left: 0;
}
.inner-top {
  padding-top: 90px;
}
.charging-ev {
  padding: 100px 0 0;
}
.container-wrap {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}
.cev-row {
  justify-content: space-around;
  align-items: center;
}
.cev-col-lft {
  width: 50%;
  margin-top: 60px;
}
.cev-col-lft h2 {
  font-size: 34px;
  font-weight: 500;
  color: #222;
  margin-bottom: 5px;
}
.cev-col-lft p {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  margin-bottom: 15px;
}
.dload-btn {
  justify-content: flex-start;
  align-items: center;
}
.dload-btn a {
  padding: 0 0px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  background: #ee3147;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-right: 20px;
  width: 130px;
  margin-bottom: 15px;
}
.dload-btn a img {
  width: 20px;
  margin-right: 8px;
}
.dload-btn a.gp {
  background: #231f20;
}
.chrg-stat {
  background: #79787c;
}
.cev-col-rht {
  text-align: center;
  width: 30%;
}
.cev-col-rht img {
  position: relative;
  top: 5px;
}
.chrg-stat .cev-col-lft h2 {
  color: #fff;
}
.chrg-stat .cev-col-lft p {
  color: #fff;
  margin-bottom: 0px;
}
.charge-plugin {
  background: #eb2139;
}
.charge-plugin .cev-col-lft h2 {
  color: #fff;
  font-style: italic;
}
.charge-plugin .cev-col-lft p {
  color: #fff;
  margin-bottom: 0px;
  font-style: italic;
}
.scanstart {
  background: #ececec;
}
.esy-pymt .cev-col-lft h2 {
  margin-bottom: 20px;
}
.esy-pymt .cev-col-lft p {
  margin-bottom: 15px;
}
footer {
  background: #ececec;
  padding: 60px 0;
}
.ftr {
  justify-content: space-between;
}
.ftr-col h3 {
  font-size: 24px;
  font-weight: 500;
  color: #222;
  margin-bottom: 15px;
}
.ftr-col ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ftr-col ul li {
  display: block;
}
.ftr-col ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  margin-bottom: 15px;
  display: block;
  margin-bottom: 5px;
}
.contact-banner {
  width: 100%;
  height: 350px;
  position: relative;
}
.contact-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background-image: url(../img/contact-banner.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}
.contact-banner .container {
  position: relative;
}
.contact-box {
  position: absolute;
  top: 50px;
  right: 0;
  background: white;
  border-radius: 8px 8px 0 0;
  width: 400px;
}
.cnt-innr {
  padding: 15px;
}
.cnt-innr h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}
.cnt-innr p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin-bottom: 15px;
}
.ip-row {
  justify-content: flex-end;
  align-items: center;
}
.ip-row .dys {
  margin-left: 15px;
}
.ann-inc p {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin-bottom: 10px;
  text-align: left;
}
.ai-row {
  justify-content: flex-start;
  align-items: center;
}
.ai-row [type="radio"]:checked + label::before, 
.ai-row [type="radio"]:not(:checked) + label::before, 
.ai-row [type="radio"]:checked + label::after, 
.ai-row [type="radio"]:not(:checked) + label::after {
  display: none;
}
.ai-row [type="radio"]:checked + label,
.ai-row [type="radio"]:not(:checked) + label {
  padding: 2px 10px;
  margin-right: 10px;
  border: solid thin #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
}
.ai-row [type="radio"]:checked + label {
  background: #eb2139;
  color: #fff;
  border: solid thin #eb2139;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    color: #222;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #eb2139;
    position: absolute;
    top: 6px;
    right: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.chk-group {
  margin-bottom: 0;
}
.chk-group label {
  padding-left: 30px;
  margin-top: 20px;
  font-size: 12px;
}
.chk-group label::before {
  position: absolute;
  left: 0px;
  padding: 7px;
  border-radius: 3px;
  box-shadow: none;
  border: 2px solid #d4d4d4;
  top: 4px;
}
.chk-group input:checked + label::after {
  top: 6px;
  left: 6px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.chk-group input:checked + label::before {
  background: #eb2139;
  border: 2px solid #eb2139;
}
.contact-box button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #d4d4d4;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  border: 0;
}
.contact-box button:hover {
  background: #eb2139;
}
.address {
  margin-top: 60px;
}
.address p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.address h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  padding: 15px 0;
}
.address h4 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.address h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin: 15px 0;
}
.charge-sol-wrap {
  padding: 50px 0;
  text-align: center;
  background: #fff;
}
.charging-solutions {
  width: 1024px;
  text-align: center;
  display: inline-block;
}
.charging-solutions h2 {
  font-size: 30px;
  font-weight: 400;
  color: #000;
}
.charging-solutions p {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.charging-solutions ul {
  width: 100%;
  margin: 40px auto;
  justify-content: space-between;
  align-items: flex-start;
}
.charging-solutions ul li {
  width: 22%;
  text-align: center;
}
.charging-solutions ul li .cs-img {
  width: 100px;
  height: 100px;
  display: inline-flex;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}
.charging-solutions ul li .cs-img img {
  width: 100%;
}
.charging-solutions ul li h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.rd-mre {
  justify-content: center;
}
.rd-mre a {
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #aaa;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
.rd-mre a:hover {
  background: #eb2139;
}
.fcs {
  width: 100%;
  position: relative;
}
.fcs-wrap {
  background: #999;
  text-align: center;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.fcs-wrap h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.fcs-wrap p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.fcs-map {
  /* background-image: url(../img/map.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; */
  position: relative;
  text-align: center;
  background: #8bb3f8;
}
.fcs-map img {
  display: block;
  margin: auto;
}
.fcs-map img.map-mobile {
  display: none;
}
.index-download {
  width: 100%;
  padding: 60px 0;
  background: #fff;
}
.id-row {
  justify-content: space-between;
  align-items: center;
  width: 850px;
  margin: auto;
}
.id-img {
  width: 50%;
}
.id-col {
  width: 40%;
}
.id-col p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.id-col h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin: 5px 0;
}
.dtmp {
  margin-top: 20px;
}
.dtmp.dload-btn a {
  background: #666;
  border-radius: 4px;
}
.dtmp.dload-btn a.gp {
  background: #000;
}
.inner-top .banner-bar {
  
}
.inner-pw {
  background: #fff;
}
.mb20 {
  margin-bottom: 50px;
}
.about-banner {
  width: 100%;
  height: 450px;
  position: relative;
}
.about-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background-image: url(../img/banner1.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}
.partner-banner::before {
  background-image: url(../img/partner-banner.jpg);
  background-position: center;
}
.about-row {
  padding: 50px 0 0;
  justify-content: space-between;
}
.abt-col {
  width: 100%;
}
.abt-content {
  width: 100%;
}
.abt-content h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}
.abt-content p {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin-bottom: 40px;
  text-align: justify;
}
hr {
  margin-bottom: 40px;
}
.about-map-wrap {
  background: #d4d4d4;
  padding: 50px 0;
}
.about-map {
  justify-content: space-between;
  align-items: flex-start;
}
.amap {
  width: 50%;
}
.amp-right {
  width: 40%;
}
.amp-right img {
  margin-bottom: 40px;
}
.amp-right h3 {
  font-size: 24px;
  font-weight: 500;
  color: #666;
  margin-bottom: 5px;
}
.amp-right p {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin-bottom: 10px;
}
.amp-right a {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  background: #000;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.amp-right a:hover {
  background: #eb2139;
}
.partner-content {
  padding: 30px 0 0px;
}
.pul-row {
  margin-bottom: 0!important;
}
.partner-us-list {
  width: 100%;
  margin: 40px auto;
  justify-content: space-between;
  align-items: flex-start;
}
.partner-us-list li {
  width: 24%;
  text-align: center;
  margin-bottom: 25px;
}
.partner-us-list li span{
  width: 100px;
  height: 100px;
  display: inline-flex;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}
.partner-us-list li span img {
  width: 100%;
  max-height: 100%;
}
.partner-us-list li h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.partner-us-list li p {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.title-page {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  color: #000;
  padding: 40px 0 20px;
}
.trm-cnt h3 {
  text-align: left;
  font-size: 15px;
  text-transform: uppercase;
  margin: 10px 0;
}
.trm-cnt p {
  margin-bottom: 10px;
  font-size: 12px;
}

.ftr-col .app-dload li a {
  padding: 0 0px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  background: #ee3147;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  width: 170px;
  margin-bottom: 15px;
  display: flex;
}
.ftr-col .app-dload li a img {
  width: 20px;
  margin-right: 8px;
}
.ftr-col .app-dload li a.gp {
  background: black;
}
.social-share {
  justify-content: flex-end;
  align-items: center;
}
.social-share {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.social-share li a {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: solid thin #aaa;
  border-radius: 50%;
  color: #333;
  display: flex;
  margin-right: 10px;
}
.social-share li a:hover {
  background: #ee3147;
  border: solid thin #ee3147;
  color: #fff;
}
a {
    transition: all .4s;
    -webkit-transition: all .4s;
}
.ftr-row {
  justify-content: space-between;
  align-items: center;
  border-bottom: solid thin rgba(0,0,0,0.2);
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.ftr-social a {
  margin-right: 10px;
}
.ftr-lnk-rw {
  width: 100%;
}
.ftr-lnk-rw ul {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  gap: 15px;
}
.ftr-lnk-rw ul li a:hover {
  color: #999;
}
.logo-ftr {
  width: 120px;
}
.loc-row {
  padding: 0px 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.loc-row img {
  width: 120px;
}
.loc-row h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
.loc-row p {
  font-size: 30px;
  font-weight: 500;
  color: #000;
}
.fcs-map a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.partner-content h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  margin: 0 0 25px;
}
.captcha-img {
  position: absolute;
  left: 10px;
  top: 3px;
}
.input-group input.captcha {
  padding-left: 85px;
}
.location-map {
  margin-top: -52px;
  position: relative;
}
.location-map iframe {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
}
.fcs-map iframe {
  width: 100%;
  height: 100%;
}
.map-overlay {
  position: fixed;
  top: 92px;
  right: 0;
  background: rgba(255, 255, 255, 1.00);
  padding: 15px 15px 5px;
  border-radius: 0 0 0 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.map-overlay p {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  margin-bottom: 10px;
}
.map-overlay p img {
  width: 25px;
  margin-right: 5px;
}
.contact-wrap {
  padding: 40px 0;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-col {
  width: 24%;
  justify-content: flex-start;
  align-items: flex-start;
}
.cc-img {
  width: 60px;
}
.cc-content {
  width: calc(100% - 60px);
  padding-left: 10px;
}
.cc-content h3 {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  margin: 0 0 5px;
}
.cc-content p {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin: 0 0 5px;
}
.cc-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin: 0 0;
}
.cc-social {
  justify-content: flex-start;
  align-items: center;
}
.cc-social a {
  color: #222;
  margin-right: 10px;
}
.home-charging-banner::before {
  background-image: url(../img/home-charging-banner.jpg);
}
.home-charging-banner .hcb-content {
  position: absolute;
  left: 100px;
  top: 100px;
}
.home-charging-banner .hcb-content h2 {
  font-size: 60px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
.home-charging-banner .hcb-content h2 span {
  color: #eb2139;
  font-weight: bold;
  font-size: 65px;
}
.home-charging-banner .hcb-content a {
  display: block;
  padding: 0 0px;
  margin-top: 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  background: #ee3147;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-right: 20px;
  width: 180px;
  margin-bottom: 15px;
  text-align: center;
}
.home-charging-banner .hcb-content a:hover {
  border: solid 2px #ee3147;
  background: #fff;
  color: #ee3147;
}
.home-charging-row {
  justify-content: center;
  align-items: flex-start;
  max-width: 1100px;
  margin: 100px auto;
}
.hcr-col {
  width: 45%;
  max-width: 400px;
  border: solid 0 #f3f3f3;
  padding: 0rem;
  margin: 0 20px 40px;
}
.hcr-lft {
  width: 100%;
  text-align: center;
  background: #ececec;
  position: relative;
  padding: 1rem;
}
.hcr-lft img {
  max-width: 250px;
}
.hcr-rht {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.hcr-rht h3 {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin-bottom: 0px;
  text-align: center;
}
.hcr-rht h3 sub {
  bottom: 0;
}
.hcr-rht a {
  display: block;
  padding: 0 0px;
  margin: 20px auto;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  background: #3d3d3d;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  width: 80px;
  text-align: center;
  text-transform: uppercase;
}
.zcd-wrap {
  background: #333;
  padding: 80px 20px;
}
.zeon-charger-detail {
  margin: 50px auto;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1150px;
}
.zcd-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 300px;
  min-height: 500px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.zcd-center img {
  width: 150px;
}
.zcd-center h3 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.zcd-lft {
  width: calc(50% - 200px);
  background-image: url(../img/hc-left-line.svg);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 80px;
  background-size: 100px;
}
.zcdl-row {
  width: 100%;
  border-radius: 0px;
  padding: 1.5rem;
  margin: 0 0 0px;
  position: relative;
  border-bottom: solid thin #d4d4d4;
}
.zcdl-row:last-child {
  border-bottom: 0;
}
.zcdl-row h3 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1rem;
}
.zcdl-row ul li {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}
.zcdl-row ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}
.zcdl-row p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding-left: 20px;
}
.zcd-rht {
  background-image: url(../img/hc-right-line.svg);
  background-position: left center;
  padding-right: 0;
  padding-left: 80px;
}
.home-charging-installation {
  width: 100%;
  padding: 50px 20px;
  background: #fff;
}
.hci-wrap {
  max-width: 1100px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
.hci-lft {
  width: calc(100% - 250px);
  padding-left: 100px;
}
.hci-rht {
  width: 250px;
}
.hci-lft h3 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 1rem;
}
.hci-lft p {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-bottom: 1rem;
}
.hci-lft a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 1rem;
  text-decoration: underline;
}
.hcr-lft span {
  position: absolute;
  left: 20px;
  top: -15px;
  width: 70px;
  padding: 30px 0 10px;
  text-align: center;
  background: #3d3d3d;
  font-size: 27px;
  font-weight: 400;
  color: #fff;
  display: block;
}
.hcr-lft span sub {
  bottom: 0;
  font-size: 14px;
  left: -5px;
}
.hcrl-ccs {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 50px;
}
.hcrl-ccs img {
  width: 50px;
}
.zcd-center a {
  padding: 4px 10px;
  border: solid 2px #fff;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  margin-top: 2rem;
}
.more-detail {
  max-width: 400px;
  margin: 50px auto;
  border-top: solid thin #d8d8d8;
  padding-block-start: 40px;
  padding-inline: 25px;
  justify-content: center;
  align-items: center;
}
.md-ico {
  width: 60px;
}
.md-detail {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.md-detail p {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  line-height: 20px;
}
.md-detail h3 {
  font-size: 34px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.trm-cnt h2 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.trm-cnt ul {
  display: block;
  margin-bottom: 16px;
}
.trm-cnt ul li {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  margin-bottom: 5px;
  padding-left: 12px;
}
.trm-cnt ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}
.faq-content h2 {
  position: relative;
  color: #eb2139;
  padding-left: 1.5rem;
}
.faq-content h2 span {
  position: absolute;
  left: 0;
}
.faq-content h3 {
  position: relative;
  padding-left: 1.5rem;
}
.faq-content h3 span {
  position: absolute;
  left: 0;
}
.faq-content p {
  position: relative;
  padding-left: 1.5rem;
}
.faq-content p span {
  position: absolute;
  left: 0;
}
.faq-content ul {
  padding-left: 2.5rem;
}
.faq-list-ltr li::before {
  display: none;
}
.faq-list-ltr li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 0px;
}
.faq-content h4 {
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.faq-list-ltr li p {
  padding-left: 0;
}