@import "common.css";

/* header start */

.MainHeader {
  position: absolute;
  background: rgba(var(--second-color), 0);
  top: 0;
  z-index: 999;
  width: 100%;
}
.navbar {
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 20px 0px;
}
.navbar.header-fixed {
  position: fixed;
  background: rgba(var(--white-color), 1);
  animation: slideDown 0.35s ease-out;
  backdrop-filter: blur(5px);
  box-shadow: 0px 5px 20px -8px rgba(14, 13, 14, 0.08);
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.DesktopNav .row {
  align-items: center;
}
.navbar-brand {
  /* width: 233px; */
  max-width: 91%;
  margin-right: 0px;
  padding: 0px;
}
.navbar-brand img {
  object-fit: contain;
}
.navbar.DesktopNav .HeadContainer {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}
.NBM-box {
  display: flex;
  /* gap: 50px; */
  width: 100%;
  justify-content: center;
  margin: auto;
  /* margin-left: 30px; */
}
.navbar-toggler {
  padding: 6px;
  border: none;
  background: rgba(var(--main-color), 1);
  border-radius: 0px;
}
.navbar-toggler .navbar-toggler-icon {
  background: rgba(var(--white-color), 1);
  width: 1.1em;
  height: 2px;
  position: relative;
  display: block;
}
.navbar-toggler-icon.bar-1 {
  width: 0.6em;
}
.navbar-toggler-icon.bar-2 {
  width: 0.9em;
}
.navbar-toggler-icon.bar-2 {
  margin: 4px 0px;
}
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item {
  --eWNB: 10px;
  position: relative;
  margin-right: var(--eWNB);
}
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link,
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:visited {
  font-family: var(--Inter-font);
  color: rgba(var(--NavMenu-color), 1);
  transition: var(--transition-05s);
  position: relative;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1;
  padding: 8px var(--eptb-NavLink);
  /* background: rgba(var(--main-color), 0); */
  --eptb-NavLink: 10px;
  border-radius: 50px;
  font-size: 16px;
}
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link.active,
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:hover,
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:focus,
.navbar.DesktopNav
  .HeadContainer
  .navbar-nav
  > .nav-item
  .nav-link[aria-current="page"],
.navbar.DesktopNav
  .HeadContainer
  .navbar-nav
  > .nav-item
  .nav-link[aria-current="page"]:visited {
  color: rgba(var(--black-color), 1);
  /* background: rgba(var(--main-color), 1); */
  font-weight: 600;
}
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item:last-child,
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item:last-child .nav-link {
  margin-right: 0px;
}
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item > .nav-link::before {
  /* content: ''; */
  display: inline-block;
  position: absolute;
  width: var(--ehw-NavLinkB);
  height: var(--ehw-NavLinkB);
  border-radius: 50%;
  background: rgba(var(--main2-color), 1);
  transition: var(--transition-05s);
  opacity: 0;
  visibility: hidden;
  --ehw-NavLinkB: 5px;
  margin-top: 6px;
  left: 8px;
}
.navbar.DesktopNav
  .HeadContainer
  .navbar-nav
  > .nav-item
  .nav-link.active::before,
.navbar.DesktopNav
  .HeadContainer
  .navbar-nav
  > .nav-item
  .nav-link:hover::before,
.navbar.DesktopNav
  .HeadContainer
  .navbar-nav
  > .nav-item
  .nav-link:focus::before,
.navbar.DesktopNav
  .HeadContainer
  .navbar-nav
  > .nav-item
  .nav-link[aria-current="page"]::before {
  opacity: 1;
  visibility: visible;
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  content: "\f107";
  font-family: var(--font-awesome);
  font-weight: 600;
  border: none;
  vertical-align: text-bottom;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  padding: 0px;
  border: 0;
  border-radius: 0px;
  margin: 0 !important;
  transition: var(--transition-05s);
  /* overflow: hidden; */
  box-shadow: -12px 8px 20px -8px rgba(14, 13, 14, 0.08),
    12px 8px 20px -8px rgba(14, 13, 14, 0.08);
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  margin-bottom: 10px;
}
.navbar .navbar-nav .nav-item .dropdown-menu > li > a,
.dropdown-menu .dropdown-submenu a {
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid rgba(var(--black-color), 0.175);
  padding: 8px 10px;
  color: rgba(var(--black-color), 0.8);
  transition: var(--transition-05s);
  background: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu > li > a:hover,
.navbar .navbar-nav .nav-item .dropdown-menu > li > a:active,
.navbar .navbar-nav .nav-item .dropdown-menu > li > a:focus,
.navbar .navbar-nav .nav-item .dropdown-menu > li > a.active,
.dropdown-menu li .dropdown-submenu a:hover,
.dropdown-menu li .dropdown-submenu a:active,
.dropdown-menu li .dropdown-submenu a:focus,
.dropdown-menu li .dropdown-submenu a.active {
  color: rgba(var(--white-color), 1);
  background-color: rgba(var(--main-color), 1);
  border-color: rgba(var(--main-color), 1);
}
.navbar .navbar-nav .nav-item .dropdown-menu > li:last-child a {
  border-bottom: none;
}
.navbar-expand-xl .HeadContainer .navbar-collapse {
  justify-content: flex-end;
}

.Head-CaLog {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.Head-CaLog .common-bgBtn,
.Head-CaLog .common-bgBtn:visited,
.Head-CaLog .common-bgBtn:focus {
  font-family: var(--Inter-font);
}

/* header end */

/* banner start */

.banner-section {
  --banner-hvh: 100vh;
  --banner-hvh: 910px;
  --banner-hvh: 710px;
  --banner-hhp: 100%;
  min-height: var(--banner-hvh);
  height: var(--banner-hhp);
  position: relative;
  z-index: 9;
}
.banner-section.banner-innerPage {
  --banner-hvh: 60vh;
  --banner-hvh: 600px;
}
.banner-section > *:first-child,
.banner-slider > *:first-child > *,
.banner-slider > *:first-child > * > *,
.banner-slider > *:first-child > * > * > *,
.banner-slider > *:first-child > * > * > * > *,
.banner-section > *:first-child > .row,
.banner-section > *:first-child > .row > *,
.banner-section > *:first-child > .row > * > * {
  min-height: var(--banner-hvh);
  height: var(--banner-hhp);
}
.banner-inner-section {
  background: rgba(var(--second-color), 1) no-repeat center center / cover;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: calc(var(--eTBP-banner) + 220px);
  --eTBP-banner: 30px;
}
.banner-section.banner-innerPage .banner-inner-section {
  justify-content: center;
  justify-content: flex-start;
}
.banner-inner-section > * {
  z-index: 2;
  width: 100%;
}
.banner-section .banner-inner-section .row {
  align-items: center;
}
.banner-section .row {
  justify-content: space-between;
  justify-content: center;
}
.banner-section.banner-innerPage .banner-inner-section .row {
  text-align: center;
}
.banner-bg {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-bg img {
  object-position: top;
  object-position: 0px -90px;
}
.banner-bg::after {
  /* content: ''; */
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(
    0deg,
    rgba(var(--white-color), 1) 0%,
    rgba(var(--white-color), 0) 100%
  );
  opacity: 0.51;
}

.banner-box {
  position: relative;
  /* margin-top: 60px; */
  height: 100%;
  text-align: center;
}
.banner-section.banner-innerPage .banner-inner-section .banner-box {
  margin-top: 0px;
}
/* .banner-SubTitle, .banner-box > span {
    position: relative;
    display: block;
    color: rgba(var(--white-color), 1);
    font-size: var(--efs-bths);
    line-height: 1.5;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 8px;
    --efs-bths: 24px;
} */
.banner-title,
.banner-box h1 {
  color: rgba(var(--black-color), 1);
  text-transform: uppercase;
  font-size: var(--efs-bth);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0px;
  letter-spacing: 11px;
  --efs-bth: 70px;
}
.banner-title > span,
.banner-box h1 > span {
  letter-spacing: 0px;
  font-weight: 700;
  font-size: calc(var(--efs-bth) + 5px);
}
.banner-title > span > span,
.banner-box h1 > span > span {
  color: rgba(var(--main2-color), 1);
}
.banner-innerPage .banner-inner-section .banner-title,
.banner-innerPage .banner-inner-section .banner-box h1 {
  margin-bottom: 0px;
}

.FFSC-EVBox {
  margin-bottom: 60px;
}
.FFSC-EVBox h4 {
  text-transform: uppercase;
  color: rgba(var(--main-color), 1);
  font-weight: 600;
  font-size: 30px;
}
.FFSC-list {
  color: rgba(var(--black-color), 1);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 30px 0px;
  width: 38%;
}
.FFSC-list li {
  position: relative;
}
.FFSC-list li h5 {
  font-weight: 600;
  color: rgba(var(--black-color), 1);
  text-transform: uppercase;
  font-size: 19px;
}
.FFSC-list li p {
  font-family: var(--Inter-font);
  font-weight: 300;
  color: rgba(var(--six8-color), 1);
  margin-bottom: 0px;
  font-size: 16px;
}

.FFSCNF-FloatBox {
  position: absolute;
  width: 100%;
  left: 0px;
  z-index: 999;
  bottom: 70px;
}

.FFSC-FormBox form,
.FFSCNF-FormBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  background: rgba(var(--white-color), 0.36);
  background: rgba(var(--white-color), 0.7);
  border: 1px solid rgba(var(--white-color), 1);
  width: calc(100% + 80px);
  margin-left: -40px;
  padding: 20px;
  border-radius: 15px;
}
.FFSC-FormBox form .form-box,
.FFSCNF-FormBox form .form-box {
  margin-bottom: 0px;
}
.FFSC-FormBox form .form-box::before,
.FFSCNF-FormBox form .form-box::before {
  display: none;
}

.FFSC-FormBox .select-box,
.FFSC-FormBox .form-control:not([type="radio"], [type="checkbox"]),
.FFSC-FormBox .select-box:hover,
.FFSC-FormBox .form-control:not([type="radio"], [type="checkbox"]):hover,
.FFSC-FormBox .select-box:focus,
.FFSC-FormBox .form-control:not([type="radio"], [type="checkbox"]):focus {
  background: rgba(var(--white-color), 1);
  color: rgba(var(--black-color), 1);
  border: none;
  border-radius: 10px;
  min-height: 60px;
  padding: 10px 16px;
}
.FFSC-FormBox .form-control::placeholder,
.FFSC-FormBox .form-select::placeholder {
  color: rgba(var(--placeholder2-color), 1);
}
.FFSC-FormBox .form-btn .common-bgBtn,
.FFSC-FormBox .form-btn .common-bgBtn:visited,
.FFSC-FormBox .form-btn .common-bgBtn:focus {
  --common-btn-color: rgba(var(--white-color), 1);
  width: 100%;
  justify-content: center;
  min-height: 60px;
}
.FFSC-FormBox .form-btn button.common-bgBtn:focus:not(:focus-visible),
.FFSC-FormBox .form-btn .common-bgBtn:focus-visible,
.FFSC-FormBox .form-btn .common-bgBtn:hover,
.FFSC-FormBox .form-btn .common-bgBtn:first-child:active,
.FFSC-FormBox .form-btn .common-bgBtn:active,
.FFSC-FormBox .form-btn :not(.btn-check) + .common-bgBtn:active,
.FFSC-FormBox .form-btn .common-bgBtn:first-child:hover {
  --common-btn-color: rgba(var(--white-color), 1);
}

.FFSCNF-FormBox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.FFSCNF-TxtBox {
  text-align: center;
}
.FFSCNF-TxtBox h5 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}
.FFSCNF-TxtBox h5 p {
  margin-bottom: 0px;
}
.FFSCNF-TxtBox .common-para {
  margin-bottom: 10px;
  color: rgba(var(--black-color), 1);
}

.FFSCNF-FormBox form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.FFSCNF-FormBox form .form-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: rgba(var(--white-color), 1);
  color: rgba(var(--black-color), 1);
  border-radius: 10px;
  padding: 10px 16px;
}
.FFSCNF-FormBox form .form-box label {
  color: rgba(var(--black-color), 1);
  margin-bottom: 0px;
}

.FFSCNF-FormBox .select-box,
.FFSCNF-FormBox .form-control:not([type="radio"], [type="checkbox"]),
.FFSCNF-FormBox .select-box:hover,
.FFSCNF-FormBox .form-control:not([type="radio"], [type="checkbox"]):hover,
.FFSCNF-FormBox .select-box:focus,
.FFSCNF-FormBox .form-control:not([type="radio"], [type="checkbox"]):focus {
  color: rgba(var(--black-color), 1);
  border: none;
  border-radius: 10px;
  min-height: 40px;
  padding: 2px 12px;
}
.FFSCNF-FormBox .form-control::placeholder,
.FFSCNF-FormBox .form-select::placeholder {
  color: rgba(var(--placeholder2-color), 1);
}
.FFSCNF-FormBox .form-btn .common-bgBtn,
.FFSCNF-FormBox .form-btn .common-bgBtn:visited,
.FFSCNF-FormBox .form-btn .common-bgBtn:focus {
  --common-btn-color: rgba(var(--white-color), 1);
  width: 100%;
  justify-content: center;
  min-height: 60px;
}
.FFSCNF-FormBox .form-btn button.common-bgBtn:focus:not(:focus-visible),
.FFSCNF-FormBox .form-btn .common-bgBtn:focus-visible,
.FFSCNF-FormBox .form-btn .common-bgBtn:hover,
.FFSCNF-FormBox .form-btn .common-bgBtn:first-child:active,
.FFSCNF-FormBox .form-btn .common-bgBtn:active,
.FFSCNF-FormBox .form-btn :not(.btn-check) + .common-bgBtn:active,
.FFSCNF-FormBox .form-btn .common-bgBtn:first-child:hover {
  --common-btn-color: rgba(var(--white-color), 1);
}

.banner-slider.owl-carousel .owl-dots {
  font-family: var(--Syne-font);
  counter-reset: BannDots;
  flex-direction: column;
  width: max-content;
  height: max-content;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  gap: 6px;
  right: 40px;
}
.banner-slider.owl-carousel button.owl-dot::before {
  font-family: var(--Syne-font);
  counter-increment: BannDots;
  content: counter(BannDots, decimal-leading-zero);
  line-height: 1;
  margin-top: -4px;
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
  transition: var(--transition-05s);
  opacity: 0;
  visibility: hidden;
}
.banner-slider.owl-carousel button.owl-dot.active::before {
  opacity: 1;
  visibility: visible;
}

/* banner end */

/* AboutUs start */

.AboutUs-TitleBox .common-SubTitle,
.AboutUs-TitleBox.common-box > span,
.common-section .AboutUs-TitleBox.common-box > span {
  margin-top: 16px;
}
.AboutUs-TitleBox .common-title,
.AboutUs-TitleBox.common-box > h2,
.common-section .AboutUs-TitleBox.common-box > h2 {
  font-weight: 500;
  line-height: 1.2;
  font-size: calc(var(--efs-CT) - 2px);
  text-transform: capitalize;
}

.About-MainRow > .row:not(:last-child) {
  margin-bottom: 60px;
}
.About-MainRow > .row:nth-child(odd) > *:last-child {
  order: -1;
}

.About-ListImg {
  width: 100%;
  height: 290px;
  border-radius: 300px;
  overflow: hidden;
}

.About-ListIcoTxt {
  display: flex;
  align-items: center;
  gap: 20px;
  --eMLR-ALIT: 30px;
  margin: 0px var(--eMLR-ALIT);
}
.About-ListIcoTxt:not(:last-child) {
  margin-bottom: 40px;
}

.About-ListIcon {
  width: var(--ehw-ALI);
  height: var(--ehw-ALI);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  padding: 6px;
  border-radius: 20px;
  --ehw-ALI: 65px;
}
.About-ListIcon img {
  object-fit: contain;
}
.About-ListImg {
  position: relative;
}
.About-ListImg video {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  transform: scale(1.2);
}

.About-ListTxt h5 {
  text-transform: capitalize;
  font-weight: 500;
  color: rgba(var(--black-color), 1);
  margin-bottom: 4px;
  font-size: 22px;
}
.About-ListTxt .common-para {
  color: rgba(var(--five-color), 1);
  margin-bottom: 0px;
}

/* AboutUs end */

/* BDEVs start */

.BDEVs-InnSection {
  margin-bottom: 120px;
}

.BDEVs-bg {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  border-radius: var(--eBroRadGB);
  overflow: hidden;
}

.BDEVs-TitleBox .common-SubTitle,
.BDEVs-TitleBox.common-box > span,
.common-section .BDEVs-TitleBox.common-box > span {
  color: rgba(var(--six2-color), 1);
}
.BDEVs-TitleBox .common-title,
.common-box.BDEVs-TitleBox > h2,
.common-section .common-box.BDEVs-TitleBox > h2 {
  color: rgba(var(--white-color), 1);
}
.BDEVs-TitleBox .common-para,
.BDEVs-TitleBox.common-box > div.common-para,
.BDEVs-TitleBox.aboutPage-txt p,
.BDEVs-TitleBox.aboutPage-txt ul,
.BDEVs-TitleBox.aboutPage-txt ol {
  color: rgba(var(--five2-color), 1);
}
.BDEVs-TitleBox .common-bgBtn,
.BDEVs-TitleBox .common-bgBtn:visited,
.BDEVs-TitleBox .common-bgBtn:focus {
  --common-btn-color: rgba(var(--black-color), 1);
}
.BDEVs-TitleBox button.common-bgBtn:focus:not(:focus-visible),
.BDEVs-TitleBox .common-bgBtn:focus-visible,
.BDEVs-TitleBox .common-bgBtn:hover,
.BDEVs-TitleBox .common-bgBtn:first-child:active,
.BDEVs-TitleBox .common-bgBtn:active,
.BDEVs-TitleBox :not(.btn-check) + .common-bgBtn:active,
.BDEVs-TitleBox .common-bgBtn:first-child:hover {
  --common-btn-color: rgba(var(--white-color), 1);
}

.BDEVs-imgList {
  position: relative;
  margin-top: 80px;
}
.BDEVs-img {
  width: 560px;
  margin: auto;
  margin-bottom: -190px;
  margin-top: -200px;
}
.BDEVs-Lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.BDEVs-Lists li {
  --eBroRad: 24px;
  background: #6cb96e;
  background: linear-gradient(
    90deg,
    rgba(var(--main-color), 1) 0%,
    rgba(var(--six-color), 1) 100%
  );
  padding: 1px;
  overflow: hidden;
  border-radius: var(--eBroRad);
  width: 35%;
}
.BDEVs-ListBox {
  background: rgba(var(--six-color), 1);
  padding: 30px 30px;
  border-radius: var(--eBroRad);
  height: 100%;
}
.BDEVs-ListBox h4 {
  color: rgba(var(--white-color), 1);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 24px;
}
.BDEVs-ListBox .common-para {
  margin-bottom: 0px;
  color: rgba(var(--five2-color), 1);
  font-size: 15px;
}

/* BDEVs end */

/* Product start */

.Product-ListRow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px 0px;
  --eBorder-PLR: 1px solid rgba(var(--second2-color), 1);
  border-top: var(--eBorder-PLR);
  border-left: var(--eBorder-PLR);
}
.Product-ListRow > .Product-LRInn {
  padding: 60px 60px;
  border-right: var(--eBorder-PLR);
  border-bottom: var(--eBorder-PLR);
  background: rgba(var(--black-color), 0);
}
.Product-LRInn {
  padding: 30px 30px;
  background: rgba(var(--black-color), 0.05);
}
.Product-ListImg {
  margin: 0px auto 30px;
  width: 80%;
  height: 250px;
}
.Product-ListImg img {
  transition: var(--transition-05s);
  object-fit: contain;
  transform: scale(1);
}
.Product-ListRow > .Product-LRInn:hover .Product-ListImg img {
  transform: scale(1.1);
}
.Product-ListTxt {
  text-align: center;
}
.Product-ListTxt h4 {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 28px;
}
.Product-ListTxt .common-para {
  font-size: 15px;
}
.Product-ListTxt .common-btn,
.Product-ListTxt .common-btn:visited,
.Product-ListTxt .common-btn:focus {
  padding: 14px 22px;
  font-size: 16px;
}

/* Product end */

/* EV Charging start */

.EVCharge-ImgBox {
  position: relative;
  padding-top: 90px;
}
.EVCharge-ImgBox::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -18%;
  height: calc(100% + 22%);
  width: 300px;
  background: rgba(var(--white-color), 1);
  border-radius: 40px;
}
.EVCharge-ImgBox::after {
  content: attr(data-name);
  position: absolute;
  color: rgba(var(--six4-color), 1);
  line-height: 1;
  z-index: 1;
  font-weight: 700;
  top: 0px;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(-50%) translateY(-80%);
  left: -43%;
  font-size: 63px;
}
.EVCharge-ImgBox img {
  position: relative;
}

.EVCharge-ACCTitle {
  background: rgba(var(--white-color), 1);
  padding: 40px 100px;
  width: calc(100% + 26% + 90px);
  border-radius: 40px;
  margin-left: -90px;
  height: calc(100% + 9%);
}

/* FAQs start */

.FAQs-AccordionBox {
  margin-top: 30px;
  margin-bottom: 30px;
}
.CommonFAQ .accordion-item {
  --eBorAccI: rgba(var(--six5-color), 0);
  margin-bottom: 0px;
  border-radius: 10px !important;
  overflow: hidden;
  border: 1px solid var(--eBorAccI);
  background: rgba(var(--six5-color), 1);
  margin-bottom: 10px;
  padding: 0px 0px;
}
.CommonFAQ .accordion-item:last-child {
  margin-bottom: 0px;
}
.CommonFAQ .accordion-item .accordion-button {
  box-shadow: none !important;
  background: rgba(var(--main-color), 0);
  border-radius: 0px !important;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  padding: 20px 20px;
  padding-right: 40px;
  color: rgba(var(--black-color), 1);
}
.CommonFAQ .accordion-button:not(.collapsed) {
  color: rgba(var(--black-color), 1);
  background: rgba(var(--white-color), 0);
  box-shadow: none !important;
}
.CommonFAQ .accordion-button::after {
  --ehw-faca: 20px;
  width: var(--ehw-faca);
  height: var(--ehw-faca);
  background-image: none;
  content: "\2b";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-awesome);
  font-weight: 600;
  transform: rotate(0deg);
  background: rgba(var(--main-color), 0);
  color: rgba(var(--black-color), 1);
  /* border: 2px solid rgba(var(--main-color), 1); */
  border-radius: 50%;
  margin-top: -5px;
  position: absolute;
  right: 18px;
  padding-top: 3px;
}
.CommonFAQ .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f068";
  transform: rotate(0deg);
  padding-top: 0px;
}
.CommonFAQ .accordion-body {
  border-top: 1px solid var(--eBorAccI);
  color: rgba(var(--black-color), 1);
  padding: 20px 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  max-height: 500px;
  overflow: auto;
}
.CommonFAQ .accordion-body a,
.CommonFAQ .accordion-body a:visited {
  color: rgba(var(--main-color), 1);
  transition: var(--transition-05s);
}
.CommonFAQ .accordion-body a:hover,
.CommonFAQ .accordion-body a:focus {
  color: rgba(var(--second-color), 1);
}
.accordion-body p:not(:last-child) {
  margin-bottom: 10px;
}
.accordion-body p:last-child {
  margin-bottom: 0px;
}

.FAQs-ImgBox {
  margin-bottom: -80px;
  margin-top: 80px;
}
.FAQs-Logo {
  margin: auto;
  margin-bottom: 30px;
  width: 250px;
}
.FAQs-Img {
  margin: auto;
  width: 420px;
}

/* FAQs end */

/* EV Charging end */

/* LatestNews start */

.LNews-ProList {
  margin-top: 20px;
}
.LNews-LSBox {
  position: relative;
  display: block;
}
.LNews-DPost {
  font-family: var(--DMSans-font);
  position: absolute;
  left: 20px;
  top: 20px;
  background: rgba(var(--main-color), 1);
  color: rgba(var(--white-color), 1);
  border-radius: 6px;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 9px 15px;
}
.LNews-LSImg {
  overflow: hidden;
  border-radius: 24px;
  width: 100%;
  height: 340px;
}
.LNews-LSTxt {
  padding: 4px;
  margin-top: 16px;
}
.LNews-Title,
.LNews-LSTxt h5 {
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-transform: capitalize;
  color: rgba(var(--six6-color), 1);
  margin-bottom: 12px;
  font-size: 25px;
}
.LNews-LSTxt .common-para {
  font-family: var(--Inter-font);
  color: rgba(var(--six7-color), 1);
  line-clamp: 3;
  -webkit-line-clamp: 3;
  font-weight: 400;
  margin-bottom: 16px;
  width: 79%;
  font-size: 15px;
}

/* LatestNews end */

/* Gallery start */

.Gallery-bg {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  border-radius: var(--eBroRadGB);
  overflow: hidden;
}
.Gallery-TitleBox .common-title,
.common-box.Gallery-TitleBox > h2,
.common-section .common-box.Gallery-TitleBox > h2 {
  color: rgba(var(--white-color), 1);
}

.Gallery-ProList {
  margin-top: 30px;
}
.Gallery-ListBox {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 500px;
}
.Gallery-ListBox::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0%;
  height: 3px;
  background: rgba(var(--main-color), 1);
  transition: var(--transition-05s);
  opacity: 0;
  visibility: hidden;
}
.Gallery-ListBox:hover::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.Gallery-ListImg {
  position: relative;
  width: 100%;
  height: 100%;
}
.Gallery-ListImg::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(var(--black-color), 1) 0%,
    rgba(var(--black-color), 0) 100%
  );
  opacity: 0.9;
}
.Gallery-ListTxt {
  position: absolute;
  left: 0px;
  width: 100%;
  height: max-content;
  z-index: 1;
  bottom: 14px;
  padding: 12px 20px;
}
.Gallery-ListTxt h4 {
  font-weight: 600;
  color: rgba(var(--white-color), 1);
  font-size: 24px;
}
.Gallery-ListTxt .common-para {
  color: rgba(var(--six7-color), 1);
  font-size: 15px;
  line-height: 1.4;
  transition: var(--transition-05s);
  margin-bottom: -63px;
  opacity: 0;
  visibility: hidden;
}
.Gallery-ListBox:hover .Gallery-ListTxt .common-para {
  margin-bottom: 0px;
  opacity: 1;
  visibility: visible;
}

/* Gallery end */

/* Gproduct start */

.Gproduct-ListBox {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(var(--newA-color), 1);
}
.Gproduct-ListImg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  overflow: hidden;
  width: 100%;
  background: rgba(var(--fourth-color), 1);
}
.Gproduct-ListTxt {
  margin-top: 20px;
}
.Gproduct-ListTxt h4 {
  color: rgba(var(--white-color), 1);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  font-weight: 600;
  line-height: 1.3;
  font-size: 26px;
}
.Gproduct-ListTxt .common-para {
  color: rgba(var(--white-color), 1);
  font-size: 15px;
}
.Gproduct-SPrice {
  margin-bottom: 20px;
}
.Gproduct-SPrice > span {
  color: rgba(var(--white-color), 1);
  font-weight: 600;
  font-size: 17px;
}
.Gproduct-SPrice > del {
  font-weight: 500;
  color: rgba(var(--white-color), 0.6);
  font-size: 16px;
}

/* Gproduct end */

/* footer start */

.footer-section {
  background: rgba(var(--white-color), 1);
  position: relative;
  overflow: hidden;
  --eBorder: 1px solid rgba(var(--CopyRightBor-color), 1);
}
.inner-footer,
.copy-box {
  position: relative;
  z-index: 1;
}
.foot-logo {
  margin-bottom: 30px;
}
.foot-logo img {
  object-fit: contain;
}
.footer-box {
  height: 100%;
  padding: 60px 0px;
}
.inner-footer > * > * > *:not(:first-child) .footer-box {
  padding-left: 20px;
}
.inner-footer > * > * > *:not(:last-child) .footer-box {
  padding-right: 40px;
  border-right: var(--eBorder);
}
.footer-box .common-para {
  font-family: var(--Manrope-font);
  /* padding-right: ; */
  /* font-weight: 400;
    font-size: 15px; */
  color: rgba(var(--footer-color), 1);
  line-height: 1.4;
  margin-bottom: 30px;
}

.foot-title {
  font-family: var(--Manrope-font) !important;
  color: rgba(var(--black-color), 1);
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 22px;
}

.foot-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.foot-list li {
  /* display: grid; */
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-family: var(--DMSans-font);
}
/* .foot-list li:not(:last-child) {
    margin-bottom: 16px;
} */
.foot-list li a,
.foot-list li a:visited,
.foot-list li a:focus,
.foot-list li > * {
  font-weight: 400;
  transition: var(--transition-05s);
  color: rgba(var(--footer-color), 1);
  font-size: 16px;
}
.foot-list li a:hover,
.foot-list li a[aria-current="page"],
.foot-list li a.active,
.foot-list li.active a {
  color: rgba(var(--main2-color), 1);
}

.social-list {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.social-list li a,
.social-list li a:visited,
.social-list li a:focus {
  --ehw-social: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--ehw-social));
  height: calc(var(--ehw-social));
  border-radius: 50%;
  margin: 0 auto;
  transition: var(--transition-05s);
  color: rgba(var(--black-color), 1);
  background: rgba(var(--black-color), 0);
  border: 1px solid rgba(var(--footerSocial-color), 1);
  font-size: 20px;
}
.social-list li a:hover {
  background: rgba(var(--footerSocial-color), 1);
  color: rgba(var(--white-color), 1);
}

.copy-box {
  border-top: 1px solid rgba(var(--CopyRightBor-color), 1);
  padding: 30px 0px;
}
.copyInner-box {
  margin: 0px var(--elrp);
}
.copy-text {
  text-align: center;
  --eColor: rgba(var(--CopyRight-color), 1);
  font-family: var(--Roboto-font);
  color: var(--eColor);
  font-size: 14px;
}
.copy-text > a,
.copy-text > a:visited,
.copy-text > a:focus {
  color: var(--eColor);
  transition: var(--transition-05s);
  text-decoration: underline;
}
.copy-text > a:hover {
  color: rgba(var(--main2-color), 1);
}

/* footer end */

/* Shop Page start */

/* Side Filter start */

.left-sidebar {
  position: sticky;
  top: 90px;
}
.left-sidebar .category-main-wrap {
  position: relative;
  width: 100%;
  background: rgba(var(--white-color), 1);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.left-sidebar .sidebar-title {
  position: relative;
  width: 100%;
  padding: 10px;
  background: rgba(var(--main2-color), 1);
  text-align: center;
  text-transform: uppercase;
  color: rgba(var(--white-color), 1);
  font-size: 20px;
  margin-bottom: 0px;
}
.left-category-wrap {
  user-select: none;
}
.category-ImgTxt,
.category-ImgTxt:visited,
.category-ImgTxt:focus {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(var(--black-color), 1);
  transition: var(--transition-05s);
}
.category-ImgTxt:hover {
  color: rgba(var(--main2-color), 1);
}
.category-img {
  --ehw-CimG: 30px;
  width: var(--ehw-CimG);
  height: var(--ehw-CimG);
  border-radius: 50%;
  border: 1px solid #f7f7f7;
}
.category-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.left-category-wrap
  .accordion_list.active
  .category-arrow
  .up-down-wrrow:after {
  content: "\f106";
}
.left-category-wrap .accordion_list .category-arrow .up-down-wrrow:after {
  position: relative;
  content: "\f107";
  font-family: var(--font-awesome);
  font-weight: 600;
}
.category-MainTitle h6 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
.accordion_list .category-ImgTxtArrow {
  padding: 10px 20px;
}
.accordion_list:last-child .category-ImgTxtArrow,
.accordion_list:last-child .accordion_body {
  border-bottom: none;
}
.accordion_list.active .category-ImgTxtArrow,
.accordion_list .category-ImgTxtArrow,
.accordion_list .accordion_body {
  border-bottom: 1px solid #dbdbdb;
}
.category-ImgTxtArrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.accordion_list.active .accordion_body {
  display: flex;
}
.accordion_list .accordion_body {
  margin-left: 0px;
  display: none;
  flex-direction: column;
  gap: 8px;
  padding: 10px 20px;
}
.accordion_list .cat-body.accordion_body .accordion_sub_list {
  font-family: var(--DMSans-font);
  position: relative;
  display: flex;
  align-items: center;
  list-style-type: none;
  cursor: pointer;
  color: rgba(var(--black-color), 1);
  margin-bottom: 0px;
}
.cat-body.accordion_body .accordion_sub_list .CateLink,
.cat-body.accordion_body .accordion_sub_list .CheckBox {
  width: 100%;
}
.cat-body.accordion_body .accordion_sub_list .CateLink {
  position: relative;
  padding-left: 15px;
}
.cat-body.accordion_body .accordion_sub_list .CateLink::before {
  content: "\f105";
  font-family: var(--font-awesome);
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: rgba(var(--main-color), 1);
}
.cat-body.accordion_body .accordion_sub_list a,
.cat-body.accordion_body .accordion_sub_list a:focus,
.cat-body.accordion_body .accordion_sub_list a:visited {
  position: relative;
  width: 100%;
  display: block;
  color: rgba(var(--black-color), 1);
  font-size: 15px;
  transition: var(--transition-05s);
  font-weight: 500;
}
.cat-body.accordion_body .accordion_sub_list a:hover,
.cat-body.accordion_body .accordion_sub_list a[aria-current="page"] {
  color: rgba(var(--main-color), 1);
}

.cat-body.accordion_body .accordion_sub_list .CheckBox {
  display: flex;
  width: 100%;
}
.cat-body.accordion_body .accordion_sub_list .CheckBox > .checkbox-MainBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  gap: 10px;
  text-transform: capitalize;
  color: rgba(var(--black-color), 1);
  line-height: 1;
  cursor: pointer;
  transition: var(--transition-05s);
  background: rgba(var(--main2-color), 0.2);
  border-radius: 4px;
  padding: 16px 16px;
  font-size: 15px;
  font-weight: 600;
}
.cat-body.accordion_body
  .accordion_sub_list
  .CheckBox
  > input:checked
  ~ .checkbox-MainBox {
  background: rgba(var(--main2-color), 1);
  color: rgba(var(--white-color), 1);
}
.cat-body.accordion_body .accordion_sub_list .CheckBox input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 0px;
  opacity: 0;
}
.cat-body.accordion_body
  .accordion_sub_list
  .CheckBox
  > .checkbox-MainBox
  > div {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}
.cat-body.accordion_body
  .accordion_sub_list
  .CheckBox
  > .checkbox-MainBox
  > div
  > .checkbox-Span
  > span {
  --ehw-FLCDS: 18px;
  width: var(--ehw-FLCDS);
  height: var(--ehw-FLCDS);
  border-radius: 4px;
  padding: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-05s);
  border: 1px solid rgba(var(--main2-color), 1);
  background: rgba(var(--white-color), 1);
  font-size: 15px;
  position: relative;
}
.cat-body.accordion_body
  .accordion_sub_list
  .CheckBox
  > .checkbox-MainBox
  > div
  > .checkbox-Span
  > span::before {
  content: "";
  position: absolute;
  inset: 0px;
  margin: auto;
  width: calc(var(--ehw-FLCDS) - 8px);
  height: calc(var(--ehw-FLCDS) - 12px);
  border-bottom: 2px solid rgba(var(--main2-color), 1);
  border-left: 2px solid rgba(var(--main2-color), 1);
  transform: rotate(-45deg);
  margin-top: 3.5px;
  visibility: hidden;
  opacity: 0;
}
.cat-body.accordion_body
  .accordion_sub_list
  .CheckBox
  > input:checked
  ~ .checkbox-MainBox
  > div
  > .checkbox-Span
  > span::before {
  opacity: 1;
  visibility: visible;
}

/* Side Filter end */

/* ProFilter start */

.filterSort-box {
  display: none;
}
.filter-title {
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 22px;
}

.BCS-SortBox {
  font-family: var(--NotoSans-font);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 16px;
}

.Sort-Mainbox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.filterIcon,
.filterIcon:visited,
.filterIcon:focus,
.filterIcon:hover {
  font-size: 20px;
  color: rgba(var(--black-color), 1);
  transition: var(--transition-05s);
}
.Sort-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: rgba(var(--white-color), 0);
  color: rgba(var(--black-color), 0.8);
}
.Sort-box .select-box {
  border: none;
  padding: 0px;
  font-size: 14px;
  background: rgba(var(--main-color), 0);
}
.Sort-box .select-box select,
.Sort-box .select-box select:hover,
.Sort-box .select-box select:focus {
  padding: 0px 5px;
  padding-right: 24px;
  border: none;
  color: rgba(var(--black-color), 1);
  font-weight: 600;
  min-height: 30px;
}
.Sort-box .select-box select option {
  padding: 0px 10px;
}
.Sort-box .select-box::before {
  display: none;
}
.Sort-box .select-box::after {
  border-right-color: rgba(var(--black-color), 1);
  border-bottom-color: rgba(var(--black-color), 1);
  right: 6px;
  top: 24%;
}

/* ProFilter end */

.ProListPage-section .Product-LImgMain {
  height: 360px;
}
.ProListPage-section .Product-LCartB {
  --ehw-PLCB: 70px;
}

/* Shop Page end */

/* contact start */

.ctaForm-box {
  margin-top: 20px;
}
.cont-box {
  font-family: var(--Jost-font);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 15px;
  border: 1px solid rgba(var(--black-color), 0.5);
  border-radius: 8px;
  min-height: 190px;
}
.cont-icon {
  display: block;
  color: rgba(var(--main2-color), 1);
  /* background: linear-gradient(-90deg, rgba(var(--main-color), 1) 0%, rgba(var(--six-color), 1) 60%); */
  /* background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  line-height: 1;
  max-width: 50px;
  max-height: 50px;
  margin-bottom: 16px;
  font-size: 45px;
}
.cont-text h5 {
  font-size: 18px;
  font-weight: 600;
  color: rgba(var(--black-color), 1);
  line-height: 1;
}
.cont-text span,
.cont-text a {
  font-size: 14px;
  line-height: 1;
  color: rgba(var(--black-color), 1);
  transition: var(--transition-05s);
}
.cont-text > a:hover {
  color: rgba(var(--main-color), 1);
}
.cont-SocialList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.cont-SocialList li a,
.cont-SocialList li a:focus,
.cont-SocialList li a:visited {
  --ehw-social: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--ehw-social));
  height: calc(var(--ehw-social));
  border-radius: 50%;
  margin: 0 auto;
  transition: var(--transition-05s);
  background: rgba(var(--main-color), 0);
  color: rgba(var(--black-color), 1);
  font-size: 16px;
}
.cont-SocialList li a:hover,
.cont-SocialList li a:active {
  background: rgba(var(--main-color), 1);
  color: rgba(var(--white-color), 1);
}

/* contact end */

/* News dtl Start */

.news-DtlImg {
  width: 100%;
  height: 500px;
  margin-bottom: 25px;
}
.date-post {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #061320;
  font-size: 13px;
  margin-bottom: 20px;
}
.date-post li {
  border-right: 1px solid #adadad;
  padding-right: 10px;
}
.date-post li:last-child {
  border-right: none;
  padding-right: 0px;
}
.date-post li i {
  color: rgba(var(--second-color), 1);
  margin-right: 5px;
}
.recent-title,
.recent-post-box h5 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #061320;
  text-align: center;
}
.recent-post-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.recent-post-list li a {
  display: flex;
  gap: 10px;
  color: #061320;
}
.recent-img-main {
  width: 45%;
}
.recent-img {
  width: 100%;
  height: 80px;
}
.recent-text-box {
  width: 100%;
}
.recent-sub-title,
.recent-post-list h6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 500;
}
.recent-sub-para,
.recent-post-list p {
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0px;
  font-size: 13px;
}
.news-DtlBox > *:first-child {
  margin-bottom: 25px;
}
.news-DtlBox .common-box :where(h1, h2, h3, h4, h5, h6)::before {
  opacity: 0;
}
.news-DtlBox .common-box :where(h1, h2, h3, h4, h5, h6) {
  --ehwAcc-fs: 20px;
  margin-bottom: 20px;
  padding-left: 0px !important;
}
.news-DtlBox .common-box :where(h1) {
  font-size: calc(var(--ehwAcc-fs) * 1.9);
}
.news-DtlBox .common-box :where(h2) {
  font-size: calc(var(--ehwAcc-fs) * 1.7) !important;
}
.news-DtlBox .common-box :where(h3) {
  font-size: calc(var(--ehwAcc-fs) * 1.55);
}
.news-DtlBox .common-box :where(h4) {
  font-size: calc(var(--ehwAcc-fs) * 1.45);
}
.news-DtlBox .common-box :where(h5) {
  font-size: calc(var(--ehwAcc-fs) * 1.35);
}
.news-DtlBox .common-box :where(h6) {
  font-size: calc(var(--ehwAcc-fs) * 1.2);
}
.news-DtlBox .common-title::after,
.news-DtlBox .common-box > h2::after,
.common-section .news-DtlBox .common-box > h2::after {
  display: none;
}

/* News dtl End */

/* woocommerce Start */

/* account start */
.woocommerce-MyAccount-navigation ul li a {
  margin-bottom: 2px;
  display: block;
  width: 100%;
  background-color: #efefef;
  padding: 10px;
  color: #000;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  margin-bottom: 2px;
  display: block;
  width: 100%;
  background-color: rgba(var(--main-color), 1);
  padding: 10px;
  color: #fff;
}
.woocommerce-MyAccount-content .woocommerce-form-row .woocommerce-Input {
  position: relative;
  padding: 10px 10px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .input-text {
  position: relative;
  padding: 10px 10px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .button {
  background-color: rgba(var(--main-color), 1);
  color: #fff;
  font-size: 15px;
  padding: 10px 15px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .button:hover {
  background-color: rgba(var(--main-color), 1);
  color: #fff;
}
/* .wp-block-woocommerce-checkout .wc-block-checkout__actions .components-button { 
    background-color: rgba(var(--main-color), 1);
    border: 1px solid rgba(var(--main-color), 1);
    color: #fff;
    font-size: 15px;
    padding: 15px 15px;
} */

/* account end */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button,
.adverts-control-group input[type="submit"].adverts-button,
.adverts-single-actions .adverts-button,
.adverts-upload-actions a.button,
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link),
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.wpa-btn-primary.wpadverts-block-cf-send, .adverts-field-actions input[value="Update"], .woocommerce-MyAccount-content .woocommerce-notices-wrapper+p .adverts-button, .woocommerce-MyAccount-content .woocommerce-notices-wrapper+p .adverts-button:visited {
  height: auto;
  padding: 0.9em 1.8em !important;
  border-radius: 10px !important;
  color: rgba(var(--white-color), 1) !important;
  background-color: rgba(var(--main-color), 1) !important;
  border-color: rgba(var(--main-color), 1) !important;
  line-height: 1.2;
}
.adverts-field-actions input[value="Update"], .woocommerce-MyAccount-content .woocommerce-notices-wrapper+p .adverts-button {
  border-style: solid;
  padding: 0.6em 1.6em !important;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper + p {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link) {
  border: none;
}
.editor-styles-wrapper .wc-block-cart__empty-cart__title,
.wc-block-cart__empty-cart__title {
  color: rgba(var(--main2-color), 1);
}
.adverts-single-actions a.adverts-button:visited,
.adverts-upload-actions a.button:visited,
.adverts-single-actions a.adverts-button:hover,
.adverts-upload-actions a.button:hover {
  color: #fff !important;
  text-decoration: none;
}

.adverts-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.advert-item-col-2 {
  margin: 0px !important;
}
.advert-item-col-2:nth-child(2n + 1),
.advert-item-col-2:nth-child(2n) {
  width: 100% !important;
}
.advert-img {
  height: 300px !important;
  height: auto !important;
}

.wpa-results.wpa-grid-view {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.wpadverts-blocks.wpadverts-block-search .wpa-btn-primary {
  color: #ffffff;
  background-color: rgba(var(--main-color), 1) !important;
  border-color: rgba(var(--main-color), 1) !important;
  --wpa-btn-shadow-color: rgba(var(--main-color), 1);
}
.wpadverts-blocks.wpadverts-block-search .wpa-btn-primary:hover {
  color: #ffffff;
  background-color: rgba(var(--main2-color), 1) !important;
  border-color: rgba(var(--main2-color), 1) !important;
  --wpa-btn-shadow-color: rgba(var(--main2-color), 1);
}
.wpa-result-last-text {
  color: rgba(var(--main2-color), 1) !important;
}
.wpa-result-title .atw-text-lg {
  font-weight: 600;
  font-size: 28px;
}
.wpa-results.wpa-grid-view .wpa-result-item {
  background: rgba(var(--black-color), 0.05);
}
.wpa-picture-grid .atw-bg-gray-50 {
  --tw-bg-opacity: 0;
  padding: 0px;
  height: 250px;
}
.wpa-result-meta--pattern__post_date,
.wpa-result-meta--meta__adverts_location {
  font-size: 14px;
}
.wpa-result-last-text.atw-font-bold.atw-text-lg {
  margin-top: 6px;
}
.wpa-picture-grid .atw-bg-gray-50 img {
  object-fit: cover;
  height: 100%;
}
.adverts-price-box {
  background-color: rgba(var(--main2-color), 1) !important;
}
.adverts-round-icon {
  margin-right: 8px;
}
.adverts-form-aligned textarea,
.adverts-form input[type="text"],
.adverts-form input[type="password"],
.adverts-form input[type="email"],
.adverts-form input[type="url"],
.adverts-form input[type="date"],
.adverts-form input[type="month"],
.adverts-form input[type="time"],
.adverts-form input[type="datetime"],
.adverts-form input[type="datetime-local"],
.adverts-form input[type="week"],
.adverts-form input[type="number"],
.adverts-form input[type="search"],
.adverts-form input[type="tel"],
.adverts-form input[type="color"],
.adverts-form select,
.adverts-form textarea {
  border-style: solid;
  border-width: 1px;
}

.adverts-form .adverts-listing-type-cost {
	background: #6cb96e !important;
}
.adverts-cute-input:hover input:not([disabled]):checked ~ .adverts-cute-input-indicator, .adverts-cute-input input:checked:focus ~ .adverts-cute-input-indicator, .adverts-cute-input input:checked ~ .adverts-cute-input-indicator {
	background: #6cb96e !important;
}
.LNews-BtnBox {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.LNews-BtnBox .common-btn, .LNews-BtnBox .common-btn:visited, .LNews-BtnBox .common-btn:focus {
    padding: 12px 16px;
    font-size: 14px;
}
.User-TitleBox {
  margin-bottom: 16px;
}
.User-TitleBox .common-title {
  font-size: 28px;
  text-transform: capitalize;
}
.User-TitleBox p {
  font-size: 15px;
}
.User-ImgTxt {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.User-IconImg, .User-IconImg .avatar {
  width: var(--ehw-UII);
  height: var(--ehw-UII);
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  --ehw-UII: 100px;
  font-size: 50px;
}
.User-TxtBox h5 {
  text-transform: capitalize;
  margin-bottom: 8px;
}
.User-TxtBox h6 {
  font-size: 15px;
  margin-bottom: 8px;
}
.User-TxtBox p {
  line-height: 1.3;
  font-size: 14px;
  margin-bottom: 8px;
}

.adverts-cancel-unload {
	border: none;
	padding: 8px 24px;
	border-radius: 10px;
	font-size: 16px !important;
	background: rgba(var(--main-color), 1);
	color: rgba(var(--white-color), 1);
}

.page-id-165 .woocommerce form.checkout_coupon, .page-id-165 .woocommerce form.login, .page-id-165 .woocommerce form.register {
	min-height: 360px;
}
.adverts-manage-action-delete-no {
	text-decoration: underline;
	color: #6cb96e;
	font-weight: 600;
	margin-left: 10px;
}
.adverts-manage-action-delete-yes {
	color: #ca2323;
	margin-left: 10px;
	text-decoration: underline;
	font-weight: 600;
}
.adverts-icon-trash > a {
	margin-bottom: 8px;
	color: #6cb96e;
	font-weight: 700;
	text-decoration: underline;
}
.adverts-form input[type="text"], .adverts-form input[type="password"], .adverts-form input[type="email"], .adverts-form input[type="url"], .adverts-form input[type="date"], .adverts-form input[type="month"], .adverts-form input[type="time"], .adverts-form input[type="datetime"], .adverts-form input[type="datetime-local"], .adverts-form input[type="week"], .adverts-form input[type="number"], .adverts-form input[type="search"], .adverts-form input[type="tel"], .adverts-form input[type="color"], .adverts-form select, .adverts-form textarea {
	font-size: 17px;
}
.adverts-manage-action, a.adverts-manage-action, .adverts-manage-action:visited, a.adverts-manage-action:visited {
	border-radius: 6px !important;
	color: rgba(var(--black-color), 1) !important;
	border-color: rgba(var(--third2-color), 1) !important;
}

/* woocommerce End */

.grecaptcha-badge {
	z-index: 99;
}
.woocommerce-form-row.form-row .common-btn, .woocommerce-form-row.form-row .common-btn:focus, .woocommerce-form-row.form-row .common-btn:visited {
	text-transform: inherit;
}
.comment-respond #commentform label {
  display: block;
  width: 100%;
  margin-bottom: 6px;
  font-size: 15px;
}
.comment-respond #commentform .comment-form-comment textarea, .comment-respond #commentform .comment-form-author input, .comment-respond #commentform .comment-form-email input, .comment-respond #commentform .comment-form-url input {
  display: block;
  width: 100%;
  font-size: 15px !important;
  padding: 10px !important;
  border-radius: 8px !important;
  border: 1px solid #DEDEDE !important;
  background: transparent !important;
  color: rgba(var(--black-color), 1) !important;
}
.comment-respond #commentform .form-submit #submit {
	background: rgba(var(--main-color), 1) !important;
	border-color: rgba(var(--main-color), 0) !important;
	color: rgba(var(--white-color), 1) !important;
	padding: 10px 20px !important;
	border-radius: 10px !important;
	font-size: 17px !important;
}
.comment-respond #commentform .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.comment-respond #commentform .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: 4px;
}
.comment-respond #commentform .comment-form-cookies-consent label {
  margin-bottom: 0px;
}
.adverts-pagination {
  padding: 0px !important;
}
.adverts-pagination > * {
  padding: 20px 0px;
}
.wpadverts-slide-decoration .wpadverts-swipe {
	width: 100%;
	height: 100%;
}

/* media start */

@media (min-width: 768px) {
}
@media (min-width: 992px) {
}

@media (min-width: 1200px) {
  .nav-item.dropdown .dropdown-menu[data-bs-popper] {
    top: 100%;
  }
  .nav-item.dropdown .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
  .nav-item.dropdown:hover > .dropdown-menu,
  .nav-item.dropdown .dropdown-menu.show,
  .dropdown-menu ul li:hover > .dropdown-menu.dropdown-submenu {
    opacity: 1;
    display: block;
    visibility: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    width: max-content;
    max-width: max-content;
  }
  .nav-item.dropdown .DDMenu.dropdown-menu {
    left: 100px;
  }
}

@media (min-width: 1600px) {
}

@media (min-width: 1700px) {
}

@media (min-width: 1800px) {
}

@media (min-width: 1900px) {
}

@media (min-width: 2000px) {
}

@media (max-width: 1900px) {
}

@media (max-width: 1800px) {
}

@media (max-width: 1600px) {
}

@media (max-width: 1500px) {
  .banner-bg img {
    object-position: 0px 0px;
  }
  .wpa-result-title .atw-text-lg {
    font-size: 22px;
  }
  .banner-section.banner-innerPage {
    --banner-hvh: 60vh;
    --banner-hvh: 570px;
  }
  .banner-section.banner-innerPage .banner-inner-section {
    padding-bottom: calc(var(--eTBP-banner) + 120px);
  }
  .EVCharge-ImgBox::after {
    left: -40%;
    font-size: 57px;
  }
}

@media (max-width: 1400px) {
  .FFSC-FormBox form,
  .FFSCNF-FormBox {
    width: calc(100%);
    margin-left: 0px;
  }
  .EVCharge-ACCTitle {
    padding: 40px 100px;
    padding-right: 50px;
    width: calc(100% + 16% + 40px);
    margin-left: -97px;
    height: calc(100%);
  }
  .EVCharge-ImgBox::after {
    left: -41%;
    font-size: 44px;
  }
  .EVCharge-ImgBox::before {
    left: -6%;
  }
  .inner-footer > * > * > *:not(:last-child) .footer-box {
    padding-right: 20px;
  }
  .inner-footer > * > * > *:not(:first-child) .footer-box {
    padding-left: 0px;
  }
  .social-list li a,
  .social-list li a:visited,
  .social-list li a:focus {
    --ehw-social: 34px;
    font-size: 15px;
  }
  .Gallery-ListBox {
    height: 350px;
  }
  .Gallery-ListTxt .common-para {
    margin-bottom: -100px;
  }
  .LNews-LSImg {
    height: 280px;
  }
}

@media (max-width: 1199px) {
  .MainHeader nav.navbar.DesktopNav .row {
    justify-content: space-between;
  }
  .MainHeader nav.navbar.DesktopNav .row > .col-lg-12 {
    order: 1;
  }
  .NBM-box {
    border: none;
    border-radius: 0px;
    background: rgba(var(--black-color), 0);
    padding: 0px 6px;
  }
  .navbar.DesktopNav .HeadContainer {
    justify-content: flex-end;
  }
  .NBM-box .navbar-nav.ms-auto.navbar-nav-scroll {
    gap: 10px;
  }
  .NBM-box {
    display: flex;
    gap: 50px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0px;
    padding: 0;
  }
  .NBM-box > * {
    background: rgba(var(--white-color), 1);
    border-top: 1px solid rgba(var(--main-color), 1);
    border-radius: 0px;
    padding: 14px 12px;
    max-height: 250px;
    overflow: scroll;
    backdrop-filter: blur(10px);
  }
  .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item {
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item:last-child {
    margin-bottom: 0px;
  }
  .NBM-box li.nav-item.dropdown {
    position: static;
    /* width: max-content; */
  }
  /* .NBM-box ul:last-child {
        margin-top: 8px;
    } */
  .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link,
  .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:visited {
    --eptb-NavLink: 6px;
    font-size: 15px;
  }

  .Gallery-ListTxt .common-para {
    margin-bottom: -40px;
  }

  .EVCharge-ImgBox::after {
    transform: rotate(-90deg) translateX(-70%) translateY(-80%);
    left: -31%;
    font-size: 28px;
  }
  .EVCharge-ACCTitle {
    padding: 40px 90px;
    margin-left: -95px;
    padding-right: 50px;
  }
  .Product-ListImg {
    width: 90%;
    height: 180px;
  }
  .Product-ListTxt h4 {
    font-size: 22px;
  }
  .Product-ListTxt .common-btn,
  .Product-ListTxt .common-btn:visited,
  .Product-ListTxt .common-btn:focus {
    padding: 12px 20px;
    font-size: 14px;
  }
  .Product-ListRow > .Product-LRInn {
    padding: 40px 30px;
  }
  .BDEVs-InnSection {
    margin-bottom: 150px;
  }
  .BDEVs-ListBox h4 {
    font-size: 20px;
  }
  .BDEVs-ListBox .common-para {
    font-size: 14px;
  }
  .About-ListImg {
    height: 250px;
    border-radius: 80px;
  }
  .foot-title {
    margin-bottom: 18px;
    font-size: 18px;
  }
  .Gallery-ListTxt h4 {
    font-size: 22px;
  }
  .LNews-Title,
  .LNews-LSTxt h5 {
    font-size: 22px;
  }
  .LNews-LSTxt .common-para {
    font-size: 15px;
  }
  .FFSC-FormBox .select-box,
  .FFSC-FormBox .form-control:not([type="radio"], [type="checkbox"]),
  .FFSC-FormBox .select-box:hover,
  .FFSC-FormBox .form-control:not([type="radio"], [type="checkbox"]):hover,
  .FFSC-FormBox .select-box:focus,
  .FFSC-FormBox .form-control:not([type="radio"], [type="checkbox"]):focus {
    padding: 10px 12px;
  }
  .FFSC-FormBox .select-box,
  .FFSC-FormBox .form-control:not([type="radio"], [type="checkbox"]),
  .FFSC-FormBox .select-box:hover,
  .FFSC-FormBox .form-control:not([type="radio"], [type="checkbox"]):hover,
  .FFSC-FormBox .select-box:focus,
  .FFSC-FormBox .form-control:not([type="radio"], [type="checkbox"]):focus,
  .FFSC-FormBox .form-btn .common-bgBtn,
  .FFSC-FormBox .form-btn .common-bgBtn:visited,
  .FFSC-FormBox .form-btn .common-bgBtn:focus {
    min-height: 50px;
  }
  .banner-title,
  .banner-box h1 {
    letter-spacing: 8px;
    --efs-bth: 44px;
  }
  .FFSC-list {
    width: 60%;
  }

  .banner-bg img {
    --ehw-EHWC: 101%;
  }
}

@media (max-width: 991px) {
  .FFSC-FormBox form,
  .FFSCNF-FormBox {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .Product-ListRow {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-section .row {
    gap: 0px;
  }
  .inner-footer > * > * > *:nth-child(2) .footer-box {
    border-right: none;
    padding-right: 0px;
  }
  .footer-box {
    padding: 50px 0px;
  }
  .BDEVs-Lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }
  .BDEVs-Lists li {
    width: 100%;
  }
  .BDEVs-img {
    margin-bottom: -140px;
    margin-top: 0px;
  }
  .BDEVs-imgList {
    margin-top: 20px;
  }
  .BDEVs-InnSection {
    margin-bottom: 100px;
  }
  .EVCharge-ImgBox::before {
    left: -4%;
    height: calc(100%);
  }
  .EVCharge-ImgBox::after {
    transform: rotate(-90deg) translateX(-60%) translateY(-80%);
    left: -27%;
    font-size: 36px;
  }
  .EVCharge-ACCTitle {
    padding: 40px 50px;
    margin-left: 0px;
    width: calc(100%);
  }
  .About-MainRow > .row:nth-child(odd) > *:last-child {
    order: 0;
  }
  .Gallery-ListTxt .common-para {
    margin-bottom: 0px;
    opacity: 1;
    visibility: visible;
  }
  .Gallery-ListBox::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  .FFSC-EVBox h4 {
    font-size: 25px;
  }
  .FFSC-list li p {
    font-size: 14px;
  }
  .FFSC-list li h5 {
    font-size: 17px;
  }
  .FFSC-list {
    width: 70%;
  }
  .FFSCNF-TxtBox h5 {
    font-size: 26px;
  }
  .wpa-results.wpa-grid-view {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wpa-result-title .atw-text-lg {
    font-size: 20px;
  }
  .Product-ListRow > .Product-LRInn:hover .Product-ListImg img {
    transform: scale(1);
  }
}

@media (max-width: 767px) {
  .Product-ListTxt h4 {
    font-size: 18px;
  }
  .Product-ListRow > .Product-LRInn {
    padding: 30px 10px;
    padding: 20px 8px;
  }
  .BDEVs-img {
    margin-bottom: -100px;
    width: 300px;
  }
  .BDEVs-Lists {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px;
  }
  .BDEVs-ListBox {
    padding: 20px 20px;
  }
  .BDEVs-ListBox h4 {
    font-size: 18px;
  }
  .BDEVs-ListBox .common-para {
    font-size: 13px;
  }
  .About-ListIcoTxt {
    --eMLR-ALIT: 0px;
  }
  .About-ListIcon img {
    --ehw-EHWC: 90%;
  }
  .About-ListIcon {
    --ehw-ALI: 55px;
  }
  .About-ListTxt h5 {
    font-size: 19px;
  }
  .EVCharge-ImgBox::after {
    left: -20%;
    font-size: 25px;
    transform: rotate(-90deg) translateX(-58%) translateY(-70%);
  }
  .EVCharge-ImgBox {
    padding-top: 50px;
    padding-left: 50px;
  }
  .EVCharge-ACCTitle {
    padding: 30px 30px;
  }
  .LNews-Title,
  .LNews-LSTxt h5 {
    font-size: 18px;
  }
  .LNews-DPost {
    font-size: 11px;
    padding: 9px 10px;
    left: 10px;
    top: 10px;
  }
  .LNews-LSTxt .common-para {
    width: 100%;
    font-size: 13px;
  }
  .LNews-LSImg {
    height: 220px;
  }
  .Gallery-ListTxt {
    bottom: 3px;
    padding: 12px 12px;
  }
  .Gallery-ListTxt h4 {
    font-size: 18px;
  }
  .Gallery-ListTxt .common-para {
    font-size: 13px;
  }
  .foot-list li a,
  .foot-list li a:visited,
  .foot-list li a:focus,
  .foot-list li > * {
    font-size: 14px;
  }
  .copy-box {
    padding: 20px 0px;
  }
  .copy-text {
    font-size: 13px;
  }
  .banner-slider.owl-carousel .owl-dots {
    flex-direction: row;
    top: auto;
    bottom: 20px;
    margin: auto;
    right: 0px;
    left: 0px;
  }
  .owl-carousel button.owl-dot {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .banner-slider.owl-carousel button.owl-dot::before {
    margin-right: 0px;
  }
  .banner-inner-section {
    --eTBP-banner: 80px;
  }
  .banner-section {
    --banner-hvh: 760px;
  }
  .FFSC-EVBox {
    margin-bottom: 30px;
  }
  .banner-title,
  .banner-box h1 {
    letter-spacing: 7px;
    --efs-bth: 34px;
  }
  .FFSC-EVBox h4 {
    font-size: 22px;
  }
  .FFSC-list {
    width: 100%;
  }
  .banner-bg::after {
    content: "";
  }

  .banner-section.banner-innerPage .banner-bg::after {
    display: none;
  }

  .banner-section.banner-innerPage {
    --banner-hvh: 500px;
  }
  .FFSCNF-FormBox .common-para {
    margin-bottom: 10px;
  }
  .FFSCNF-FormBox .select-box,
  .FFSCNF-FormBox .form-control:not([type="radio"], [type="checkbox"]),
  .FFSCNF-FormBox .select-box:hover,
  .FFSCNF-FormBox .form-control:not([type="radio"], [type="checkbox"]):hover,
  .FFSCNF-FormBox .select-box:focus,
  .FFSCNF-FormBox .form-control:not([type="radio"], [type="checkbox"]):focus {
    min-height: 34px;
    padding: 2px 4px;
  }
  .FFSCNF-FormBox .form-btn .common-bgBtn,
  .FFSCNF-FormBox .form-btn .common-bgBtn:visited,
  .FFSCNF-FormBox .form-btn .common-bgBtn:focus {
    min-height: 48px;
  }
  .FFSCNF-FormBox form .form-box {
    padding: 8px 12px;
    border: 1px solid #6cb96e;
  }
  .FFSCNF-TxtBox h5 {
    font-size: 22px;
  }

  .Gproduct-ListImg {
    height: 250px;
  }
  .Gproduct-ListTxt h4 {
    font-size: 22px;
  }
  .Gproduct-ListTxt .common-para {
    font-size: 13px;
  }
  .Gproduct-ListTxt .common-bgBtn,
  .Gproduct-ListTxt .common-bgBtn:visited,
  .Gproduct-ListTxt .common-bgBtn:focus {
    /* font-size: 14px; */
    padding: 12px 16px;
  }
  .banner-section.banner-innerPage .banner-inner-section {
    padding-bottom: calc(var(--eTBP-banner) + 100px);
    --eTBP-banner: 40px;
  }
  .adverts-price-box {
    font-size: 1.4em !important;
    padding: 0.2em 0.8em 0.2em 0.8em !important;
  }
  .comment-respond #commentform .form-submit #submit {
    padding: 6px 12px !important;
    font-size: 14px !important;
  }
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button, .adverts-control-group input[type="submit"].adverts-button, .adverts-single-actions .adverts-button, .adverts-upload-actions a.button, body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link), .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link, .wpa-btn-primary.wpadverts-block-cf-send, .adverts-field-actions input[value="Update"], .woocommerce-MyAccount-content .woocommerce-notices-wrapper + p .adverts-button, .woocommerce-MyAccount-content .woocommerce-notices-wrapper + p .adverts-button:visited {
    padding: 0.7em 0.9em !important;
    font-size: 13px !important;
  }
  .User-ImgTxt {
    flex-direction: column;
  }
  .User-IconImg, .User-IconImg .avatar {
    --ehw-UII: 70px;
    font-size: 30px;
  }
  .User-TxtBox h5 {
    font-size: 18px;
  }
  .User-TitleBox .common-title {
    font-size: 22px;
  }
  .User-TxtBox p {
    font-size: 13px;
  }
  .LNews-BtnBox .common-btn, .LNews-BtnBox .common-btn:visited, .LNews-BtnBox .common-btn:focus {
    padding: 8px 12px;
    font-size: 12px;
  }
  .Product-ListRow {
    margin: 0px 0px;
  }
  .BDEVs-InnSection {
    margin-bottom: 70px;
  }
  .About-MainRow > .row:not(:last-child) {
    margin-bottom: 30px;
  }
  .common-section {
    --eptb-cptb: 30px;
  }
  .AboutPage-section > * > .row {
    --bs-gutter-x: 0.8rem;
  }
}

@media (max-width: 575px) {
  .Product-ListRow {
    grid-template-columns: repeat(1, 1fr);
  }
  .EVCharge-ImgBox::after {
    left: 0px;
    right: 0px;
    font-size: 18px;
    transform: rotate(0deg) translateX(0%) translateY(0%);
    margin: auto;
    text-align: center;
    top: 10px;
  }
  .EVCharge-ImgBox {
    padding-top: 40px;
    padding-left: 0px;
  }
  .EVCharge-ImgBox::before {
    left: -4%;
    height: calc(100%);
    width: calc(100% + 8%);
    border-radius: 20px;
  }
  .EVCharge-ACCTitle {
    padding: 20px 20px;
  }
  .FAQs-AccordionBox {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .CommonFAQ .accordion-item .accordion-button {
    font-size: 14px;
    padding: 16px 14px;
    padding-right: 28px;
  }
  .CommonFAQ .accordion-button::after {
    --ehw-faca: 18px;
    right: 6px;
  }
  .CommonFAQ .accordion-body {
    padding: 16px 14px;
    font-size: 14px;
  }
  .inner-footer > * > * > *:not(:last-child) .footer-box {
    padding-right: 0px;
    border-right: 0px;
    border-bottom: var(--eBorder);
  }
  .footer-box .common-para {
    margin-bottom: 0px;
  }
  .footer-box {
    padding: 30px 0px;
  }
  .foot-logo {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
  .LNews-ProList {
    margin-top: 0px;
  }
  .Product-ListTxt .common-para {
    font-size: 13px;
  }
  .Product-ListImg {
    width: 80%;
    height: 160px;
  }
  .AboutUs-TitleBox .common-SubTitle,
  .AboutUs-TitleBox.common-box > span,
  .common-section .AboutUs-TitleBox.common-box > span {
    margin-top: 0px;
  }
  .FFSC-FormBox form,
  .FFSCNF-FormBox {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding: 10px;
  }
  .FFSC-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin: 20px 0px;
  }
  .banner-slider.owl-carousel button.owl-dot::before {
    margin-top: 0px;
    font-size: 14px;
  }
  .banner-title,
  .banner-box h1 {
    letter-spacing: 6px;
    --efs-bth: 22px;
  }
  .banner-section {
    --banner-hvh: 800px;
  }
  .Head-CaLog {
    gap: 8px;
  }
  .Head-CaLog .common-bgBtn,
  .Head-CaLog .common-bgBtn:visited,
  .Head-CaLog .common-bgBtn:focus {
    padding: 8px 8px;
    font-size: 12px;
  }
  .About-ListIcoTxt {
    gap: 10px;
    align-items: flex-start;
  }
  .About-ListIcon {
    --ehw-ALI: 45px;
    border-radius: 10px;
  }
  .About-ListTxt h5 {
    font-size: 16px;
  }

  .banner-section.banner-innerPage {
    --banner-hvh: 400px;
    --banner-hvh: 350px;
  }
  .FFSCNF-FormBox form {
    flex-direction: column;
  }
  .FFSCNF-FormBox form .form-btn {
    width: 100%;
  }
  .FFSCNF-TxtBox h5 {
    font-size: 18px;
  }
  .wpa-result-title .atw-text-lg {
    font-size: 18px;
  }
  .wpa-picture-grid .atw-bg-gray-50 img {
    object-fit: contain;
  }
}

@media (max-width: 479px) {
  .wpa-results.wpa-grid-view {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .wpa-picture-grid .atw-bg-gray-50 {
    height: 180px;
  }
}

/* media end */

.seller-blog-form {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f4f6;
  height: 150px;
  border-radius: 25px;
}
