@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
  overflow-x: hidden;
  width: 100%;
  background-color: #f7f8f9;
}
.header {
  /*background: rgba(0, 0, 0, 0.4);*/
  z-index: 3;
  position: relative;
  background: radial-gradient(
    66.58% 99.87% at 45.41% 90.18%,
    rgba(0, 59, 97, 0.3) 0%,
    rgba(0, 54, 90, 0.3) 20%,
    rgba(2, 40, 72, 0.3) 47%,
    rgba(4, 17, 42, 0.3) 79%,
    rgba(7, 0, 19, 0.3) 100%
  );
}
.header_menu .navbar {
  float: right;
}
.max_margin {
  /*margin-top: -105px !important;*/
}
.topbar_header {
  /*background: rgba(0, 0, 0, 0.6);*/
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  z-index: 4;
}
.specialProp {
  background: #ff980085 !important;
}
.impact_block {
  height: 280px;
}
.specification_span {
  position: absolute;
  right: 0;
  top: initial;
  margin-top: -420px;
  display: inline-flex;
  transition: right 0.5s;
}
.specific_button {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px 0px 0px 5px;
  font-size: 10px;
}
.text_wrap_span {
  color: #000;
  padding: 7px 7px;
  background-color: #fff;
  writing-mode: vertical-rl;
  font-family: "Poppins";
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
.importantRule {
  right: 207px !important;
}
.material-symbols-outlined {
  font-size: 10px !important;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
.max_specification_div {
  background: #fff;
  position: absolute;
  width: 65%;
  right: 0;
  padding: 15px 10px;
  margin-top: -780px;
  display: none;
  transition: width 0.5s;
  border-radius: 7px 0px 0px 7px;
}
.pluto_spec_div {
  margin-top: -590px !important;
}
.max_specification_div ul {
  padding-left: 0px;
}
.max_specification_div ul li {
  background: linear-gradient(
    180deg,
    rgba(51, 51, 51, 0.2) 0%,
    rgba(181, 181, 181) 100%
  );
  border-radius: 5px;
  padding: 14px 20px;
  list-style: none;
  margin-bottom: 15px;
}
.max_specification_div ul li img {
  float: left;
}
.max_specification_div ul li p {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 100);
  margin-left: 45px;
  margin-bottom: 0px;
}
.topbar_para p {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.topbar_para p a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(45, 203, 108, 1) !important;
  text-decoration: underline !important;
}
.close_div {
  text-align: right;
}
.experience_content p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.005em;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
.close_div .close_btn {
  background-color: transparent !important;
  border: none !important;
}
.close_div .close_btn img {
  width: 14px;
}
.product_logo_card a {
  text-decoration: none !important;
}
.epluto_logos_div {
  width: 150px;
  transition: transform 1s ease-in-out;
}
.etrance_neo_heading h1 {
  margin-top: -220px !important;
}
.etrance_neo_heading img {
  width: 140px;
  margin-top: -10px;
}
.product_features_section {
  padding: 80px 0px;
  background-color: #fff;
}
.product_features_section h1 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.005em;
  text-align: left;
  vertical-align: middle;
}
.features_block {
  display: flex;
  align-items: center;
}
.features_block img {
  width: 55px;
}
.features_block p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.005em;
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
}
.product_features_section .col-lg-2,
.product_features_section .col-md-2,
.product_features_section .col-sm-2 {
  padding-left: 0px !important;
  padding-right: 5px !important;
}
/*Tooltips in CSS*/
.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  top: -20px;
  right: -35px;
  z-index: auto !important;
  color: #119911;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 10px;
  padding: 15px 20px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 10%;
  margin-left: -60px;
  box-shadow: 2px 2px 8px 0px #00000033;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
}
.aitooltip_text {
  width: 520px !important;
  text-align: left !important;
}
.max_logo_img {
  width: 130px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 35%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
/*.dealership_div a {*/
/*    background-color: #fff;*/
/*    padding: 8px 20px;*/
/*    border-radius: 50%;*/
/*}*/
/* Add this CSS to your stylesheet */
@media (max-width: 992px) {
  .navbar-nav.d-lg-flex {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background-color: white;
    padding: 15px;
    transition: right 0.3s ease;
  }

  .navbar-toggler[aria-expanded="true"] ~ .navbar-collapse.d-lg-flex {
    right: 0;
  }
}
.banner_section .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: -150px;
}
/*News Letter CSS*/
#SIGNUP_HEADING {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
.experience_div h2 {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  font-family: "Poppins";
}
.experience_div h2 span {
  font-weight: 500;
}
.experience_section {
  padding: 80px 0px;
}
/* Example CSS for styling the carousel */
.owl-carousel {
  display: flex;
  flex-wrap: nowrap;
}

.owl-carousel .item {
  padding: 3px;
}

/* You can add more styles as needed */
.carousel_div {
  padding-top: 40px;
}
.product_section .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.product_section .container-fluid .carousel-item {
  padding: 80px 0px;
}
.vehicle_properties {
  background-image: url("../images/home/ellipse.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
.battery_section {
  padding: 80px 0px;
  margin-top: 140px;
  background-color: #fff;
}
.battery_div h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}
.battery_div h2 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.005em;
  text-align: left;
}
.battery_img {
  background-image: url("../images/home/battery_bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  text-align: center;
  position: relative;
}
.battery_img img {
  margin-top: -190px;
  position: relative;
}
.add_vector {
  margin-left: -90px;
  cursor: pointer;
}
.battery_properties {
  padding-top: 50px;
}
.battery_details h5 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  /*background: rgba(0, 0, 0, 0.4);*/
  backdrop-filter: blur(6px);
  background: radial-gradient(
    66.58% 99.87% at 45.41% 90.18%,
    rgba(0, 59, 97, 0.3) 0%,
    rgba(0, 54, 90, 0.3) 20%,
    rgba(2, 40, 72, 0.3) 47%,
    rgba(4, 17, 42, 0.3) 79%,
    rgba(7, 0, 19, 0.3) 100%
  );
}

.battery_details p {
  font-size: 16px;
  color: #333333;
}
.battery_para {
  padding-top: 30px;
}
.pure_products_section_slider {
  padding: 60px 0px;
}
.impact_section {
  background-color: #fff;
  padding: 60px 0px;
}
.impact_section h2 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}
.impact_section p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(51, 51, 51, 1);
}
.impact_div {
  margin-top: 45px;
}
.impact_block {
  padding: 15px 25px;
  border-radius: 15px;
}
.header .col-lg-3,
.header .col-md-3 .header .col-sm-3 .header .col-6 {
  padding-left: 0px !important;
}
.impact_block h5 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  padding-bottom: 15px;
  margin-top: 15px;
}
.impact_block p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
  padding-bottom: 15px;
}
.plant_block {
  background: linear-gradient(
    0deg,
    rgba(110, 225, 109, 0.2),
    rgba(110, 225, 109, 0.2)
  );
  border: 1.5px solid rgba(17, 153, 17, 0.4);
}
.database_block {
  background: linear-gradient(
    0deg,
    rgba(41, 180, 223, 0.19),
    rgba(41, 180, 223, 0.19)
  );
  border: 1.5px solid rgba(41, 180, 223, 0.4);
}
.car_block {
  background: linear-gradient(
    0deg,
    rgba(255, 156, 156, 0.33),
    rgba(255, 156, 156, 0.33)
  );
  border: 1.5px solid rgba(255, 156, 156, 0.4);
}
.mood_block {
  background: linear-gradient(
    0deg,
    rgba(255, 218, 124, 0.4),
    rgba(255, 218, 124, 0.4)
  );
  border: 1.5px solid rgba(255, 218, 124, 0.8);
}
.specifications_section {
  background-image: url("../images/home/products/specific_bg.jpg");
  padding: 60px 0px 0px 0px;
  background-repeat: no-repeat;
}
.tabs_div {
  padding: 25px 0px;
}
.tabs_div ul li {
  display: inline;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  cursor: po "Poppins", sans-serif;
  margin-right: 20px;
  cursor: pointer;
}
.topbar_para {
  padding-top: 5px;
}
.applynow_buttons_div {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 999;
}
.applynow_buttons_div a {
  padding: 10px 12px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  background: rgba(17, 153, 17, 1);
  border-radius: 8px 0px 0px 8px;
  margin-bottom: 12px;
  font-family: "Poppins";
    background: linear-gradient(to bottom, #333 0%, #000 100%);
    border: 1px solid #222;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.2), inset 0 -2px 5px rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease-in-out;
}
.vehicle_active {
  color: #fff !important;
  font-weight: 600;
  text-decoration: underline;
}
.scooter_tabs_div ul {
  padding-left: 0px;
}
.scooter_tabs {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 8px 10px;
  cursor: pointer;
  margin-top: 15px;
  margin-right: 5px;
  list-style: none;
}
.vehicle_information,
.specific_div_details {
  padding-top: 60px !important;
}
.vehicle_information h4 {
  color: rgba(255, 255, 255, 1);
}
.vehicle_information h4 span {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
}
.vehicle_information h4 b {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}
.scooterstab_active {
  background-color: #fff;
}
.scooter_tabs_div p {
  color: rgba(255, 255, 255, 1);
}
.scooter_tabs_content ul {
  padding-left: 0px;
}
.scooter_tabs_content {
  display: none;
  margin-top: 70px;
}
.scooter_tabs_content ul li {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  padding: 5px 0px;
}
.specific_div_details ul li {
  background: linear-gradient(
    180deg,
    rgba(51, 51, 51, 0.4) 0%,
    rgba(51, 51, 51, 0.392) 100%
  );
  border-radius: 5px;
  padding: 14px 20px;
  list-style: none;
  margin-bottom: 15px;
}
.specific_div_details ul li img {
  float: left;
}
.specific_div_details ul li p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.specific_div_details ul li p span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
}
.specific_div_details ul li p {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  margin-left: 45px;
}
.scooties_div {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 10px;
  cursor: pointer;
  list-style: none;
}
.vehicle_content {
  display: none;
}
.scooties_div_active {
  color: #fff !important;
  text-decoration: underline !important;
}
.scooties_div_content {
  display: none;
}
.scooties_div_contents {
  background-image: url("../images/home/ellipse.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.scooties_div_contents {
  margin-top: 140px;
}
.scooties_div_contents img {
  width: 100%;
}
.Information_section {
  margin-top: -80px;
  padding-bottom: 60px;
}
.information_div p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.join_section {
  background: rgba(51, 51, 51, 1);
}
.join_section_div {
  background: radial-gradient(
    66.58% 99.87% at 45.41% 90.18%,
    rgba(0, 59, 97, 0.4) 0%,
    rgba(0, 54, 90, 0.4) 20%,
    rgba(2, 40, 72, 0.4) 47%,
    rgba(4, 17, 42, 0.4) 79%,
    rgba(7, 0, 19, 0.4) 100%
  );
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 70px;
}
.join_div_content {
  padding-bottom: 5px;
}
.join_div_content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: normal !important;
  line-height: 38px;
  letter-spacing: -0.005em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.join_div_content p {
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.join_div_img img {
  margin-top: 25px;
}
.events_section {
  padding: 80px 0px;
  background-color: #fff;
}
.events_section h2 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 20px;
}
.bike_info_detail {
  background-color: #ffde54;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-animation: glowing1 2500ms infinite;
  -moz-animation: glowing1 2500ms infinite;
  -o-animation: glowing1 2500ms infinite;
  animation: glowing1 2500ms infinite;
}
.doom_info {
  top: 63%;
  left: 39%;
}
.tank_info {
  top: 63%;
  left: 45.5%;
}
.battery_info {
  top: 74%;
  left: 52%;
}
.seat_info {
  top: 64%;
  left: 53%;
}
.gear_info {
  top: 65%;
  left: 61%;
}
@-webkit-keyframes glowing1 {
  0% {
    background-color: #ffde54;
    -webkit-box-shadow: 0 0 8px rgba(255, 222, 84, 0.4);
    transform: scale(1);
  }
  50% {
    background-color: #ffde54;
    -webkit-box-shadow: 0 0 20px rgba(255, 222, 84, 0.4);
    transform: scale(1.5);
  }
  100% {
    background-color: #ffde54;
    -webkit-box-shadow: 0 0 8px rgba(255, 222, 84, 0.4);
    transform: scale(2);
  }
}

@-moz-keyframes glowing1 {
  0% {
    background-color: #ffde54;
    -webkit-box-shadow: 0 0 8px rgba(255, 222, 84, 0.4);
  }
  50% {
    background-color: #ffde54;
    -webkit-box-shadow: 0 0 20px rgba(255, 222, 84, 0.4);
  }
  100% {
    background-color: #ffde54;
    -webkit-box-shadow: 0 0 8px rgba(255, 222, 84, 0.4);
  }
}

@-o-keyframes glowing1 {
  0% {
    background-color: #ffde54;
    -webkit-box-shadow: 0 0 8px rgba(255, 222, 84, 0.4);
    transform: scale(1);
  }
  50% {
    background-color: #ffde54;
    -webkit-box-shadow: 0 0 20px rgba(255, 222, 84, 0.4);
    transform: scale(1.5);
  }
  100% {
    background-color: #ffde54;
    -webkit-box-shadow: 0 0 8px rgba(255, 222, 84, 0.4);
    transform: scale(2);
  }
}

@keyframes glowing1 {
  0% {
    background-color: #ffde54;
    box-shadow: 0 0 8px rgba(255, 222, 84, 0.4);
    transform: scale(1);
  }
  50% {
    background-color: #ffde54;
    box-shadow: 0 0 20px rgba(255, 222, 84, 0.4);
    transform: scale(1.5);
  }
  100% {
    background-color: #ffde54;
    box-shadow: 0 0 8px rgba(255, 222, 84, 0.4);
    transform: scale(2);
  }
}
.bike_info_detail_content {
  box-shadow: 0px 4px 20px 0px #ffffff66;
  background: rgba(255, 255, 255, 0.9);
}
.bike_info_detail_content {
  box-shadow: 0px 4px 20px 0px #ffffff66;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  border-radius: 8px;
}
.doom_info_content {
  top: 55%;
  width: 25%;
  left: 13%;
  display: none;
}
.tank_info_content {
  top: 55%;
  width: 25%;
  left: 47%;
  display: none;
}
.seat_info_content {
  top: 48%;
  width: 25%;
  left: 54%;
  display: none;
}
.battery_info_content {
  top: 66%;
  width: 25%;
  left: 53%;
  display: none;
}
.gear_info_content {
  top: 55%;
  width: 25%;
  left: 62%;
  display: none;
}
.bike_info_detail_content img {
  width: -webkit-fill-available;
}
.bike_info_detail_content p {
  padding: 15px 20px;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
}
.events_section h2 span {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}
.news_content {
  margin-top: -140px;
  z-index: 99;
  padding: 10px 25px;
  color: #fff;
}
.news_content p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 1);
}
.news_content h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 1);
}
.recent_news_content p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 5px;
}
.recent_news_content p a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(17, 153, 17, 1) !important;
  cursor: pointer;
}
.recent_news_content h4 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}
.faqs_section {
  padding: 60px 0px;
}
.faqs_section_one {
  padding: 60px 0px;
  background-color: transparent;
}
.faqs_section_two {
  padding: 20px 0px;
  background-color: #fff;
}
.faqs_section h2,
.faqs_section_one h2 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 25px;
}
.faqs_section h2 span,
.faqs_section_one h2 span {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}
.faqs_topic {
  list-style: none;
  padding: 10px 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 1);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(51, 51, 51, 1);
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  vertical-align: middle;
}
.faqs_topic span {
  background: rgba(236, 236, 236, 1);
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  width: 32px;
  margin-left: 8px;
}
.faqs_topic span img {
  margin: 1px auto;
  vertical-align: middle;
  margin-left: 5px;
}
.faqs_topic_active {
  background: rgba(17, 153, 17, 1) !important;
  color: #fff;
}
.faqs_topic_active span {
  background: rgba(255, 255, 255, 1);
}
.faqs_div_tabs ul {
  padding-left: 0px;
  margin-top: 25px;
}
.faqs_div_tabs {
  margin-top: 30px;
}
.faqs_content_div {
  margin-top: 40px;
}
.faqs_content_div .accordion-button::after {
  background-image: url("../images/home/faqs/plus.png");
}
.faqs_content_div .accordion-button:not(.collapsed)::after {
  background-image: url("../images/home/faqs/minus.png");
}
.faqs_section .faqs_content_div h2 {
  margin-bottom: 0px;
}
.faqs_content_div .accordion-item {
  margin-bottom: 20px;
  border: none;
}
.faqs_topic_content {
  display: none;
}
.faqs_content_div .accordion-button {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.005em;
  text-align: left;
  background: rgba(255, 255, 255, 1);
  padding: 20px 20px;
  border-radius: 10px;
}
.faqs_padding {
  padding-right: 0px !important;
}
.faqs_section_one .faqs_topic_content .accordion-button {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.005em;
  text-align: left;
  background: rgba(236, 236, 236, 1) !important;
  padding: 20px 20px;
  border-radius: 10px;
}
.faqs_content_div .accordion-button:focus {
  box-shadow: none;
}
.faqs_button {
  float: right;
  background: rgba(51, 51, 51, 1);
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #000;
  cursor: pointer;
}
.faqs_button:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.footer {
  background: rgba(51, 51, 51, 1);
}
.footer_section {
  background: radial-gradient(
    168.9% 168.9% at 100.66% 0.99%,
    rgba(150, 192, 212, 0.4) 0%,
    rgba(146, 187, 207, 0.4) 2%,
    rgba(111, 140, 163, 0.4) 19%,
    rgba(81, 102, 126, 0.4) 36%,
    rgba(59, 72, 97, 0.4) 52%,
    rgba(43, 51, 77, 0.4) 69%,
    rgba(33, 38, 65, 0.4) 85%,
    rgba(30, 34, 61, 0.4) 100%
  );
}
.footer_container {
  padding: 70px 0px;
  background: radial-gradient(
    66.58% 99.87% at 45.41% 90.18%,
    rgba(0, 59, 97, 0.3) 0%,
    rgba(0, 54, 90, 0.3) 20%,
    rgba(2, 40, 72, 0.3) 47%,
    rgba(4, 17, 42, 0.3) 79%,
    rgba(7, 0, 19, 0.3) 100%
  );
  padding-left: 0px;
  padding-right: 0px;
}
.footer_content {
  padding-top: 30px;
}
.footer_content p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.footer_links {
  padding-top: 30px;
}
.footer_links h4 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.footer_links ul li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer_links ul li a {
  color: rgba(255, 255, 255, 1);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
}
.subscribe_div {
  background: rgba(225, 225, 225, 0.7);
  padding: 10px 20px;
  border-radius: 20px;
}
.form_heading {
  font-family: "Poppins", sans-serif;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
.subscribe_div p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
.subscribe_div .form-control {
  background: rgba(255, 255, 255, 1);
  color: #000;
  height: 43px;
  border-radius: 10px;
}
.subscribe_div .form-group a {
  background: rgba(51, 51, 51, 1);
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.subscribe_div .form-group a:hover {
  border: 1px solid rgba(51, 51, 51, 1);
  background: #fff;
  color: rgba(51, 51, 51, 1);
}
.follow_div {
  float: right;
  padding-top: 25px;
}
.follow_div ul {
  padding-left: 0px;
}
.follow_div ul li {
  list-style: none;
  float: left;
  margin-right: 10px;
}
.follow_div ul li a img {
  width: 21px;
}
.follow_div p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.disclaimer_div p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.accordion-body p {
  font-size: 16px;
  font-family: "Poppins";
}
.download_manuals ul,
.user_manuals ul {
  padding-left: 0px;
}
.download_manuals ul li,
.user_manuals ul li {
  list-style: none;
  display: inline-block;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  padding-right: 10px;
}
.download_manuals ul li a {
  padding-left: 5px;
  padding-right: 5px;
  border-left: 1px solid;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.user_manuals li a {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.user_manuals p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.customer_div {
  float: right;
  padding-top: 10px;
  text-align: right;
}
.customer_div h6 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  color: rgba(255, 255, 255, 1);
}
.customer_div h4 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  color: rgba(255, 255, 255, 1);
}
.customer_div ul {
  padding-left: 0px;
}
.customer_div ul li {
  list-style: none;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
.customer_div ul li a {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  padding-left: 5px;
  padding-right: 5px;
}
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed !important;
  margin: auto !important;
  width: 320px !important;
  height: 100% !important;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100% !important;
  overflow-y: auto !important;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.pureSidebar .modal-header {
  border-bottom: none !important;
  background-color: transparent !important;
  display: block;
  padding-top: 40px;
}
.pureSidebar .modal-header .modal_close_div {
  text-align: right;
}
.pureSidebar .modal-header .modal_close_div button {
  background-color: transparent !important;
  border: none !important;
}
.pureSidebar .modal-header .modal_close_div button span {
  font-size: 30px;
}
.pureSidebar .modal-body .menu_items_div .accordion-item {
  background-color: transparent !important;
  border: none !important;
}
.pureSidebar .modal-body .menu_items_div .accordion-button {
  border: none !important;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}
.pureSidebar .modal-body .menu_items_div .accordion-button:focus {
  box-shadow: none !important;
}
.pureSidebar .modal-body .menu_items_div .accordion-button:not(.collapsed) {
  background-color: transparent !important;
}
.pureSidebar .modal-body .menu_items_div .accordion-button::after {
  height: 12px !important;
  width: 12px !important;
  background-size: 12px !important;
}
.pureSidebar .modal-body .menu_items_div .accordion-collapse ul li {
  list-style: none;
  display: block;
  padding: 5px 0px;
}
.pureSidebar .modal-body .menu_items_div .accordion-collapse ul li a {
  font-size: 16px;
  font-family: "Poppins";
}
.pureSidebar .modal-body .menu_items_div ul li {
  list-style: none;
  display: block;
  padding: 5px 0px;
}
.pureSidebar .modal-body .menu_items_div ul li a {
  font-size: 16px;
  font-family: "Poppins";
}
.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px !important;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -320px !important;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
  left: 0 !important;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: 0px !important;
  z-index: 999999;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out !important;
}

.modal.right.fade.in .modal-dialog {
  right: 0 !important;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #eeeeee;
  background-color: #fafafa;
}
.modal_logo img {
  filter: brightness(0);
}
.product_banner {
  padding: 250px 0px 250px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  max-height: 850px;
  height: 800px;
}
.product_banner .inner-slide h1 {
  margin-top: -130px;
}
.economical_stripe {
  padding: 140px 0px 80px 0px;
}
.economical_div h2 span {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.005em;
  text-align: left;
}
.economical_div h2 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.005em;
  text-align: left;
}
.products_view_section {
  padding: 80px 0px;
  background-color: #fff;
}
.prod_div_view {
  border-right: 1px solid #000000;
}
.scooter_view_content p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.005em;
  text-align: left;
  color: #000;
}
.back_view {
  margin-top: 140px;
  margin-left: 50px;
}
.etrance_img {
  height: 300px;
}
.prod_display_img {
  padding-right: 0px !important;
}
.prod_display_img img {
  margin-left: 20px;
}
.prod_views {
  margin-bottom: 10px;
}
.prod_list_view {
  padding-right: 3px !important;
}
.prod_list_view_one {
  padding-left: 3px !important;
}
.appear_section {
  background-color: #333333;
}
.appear_section_div {
  background-image: url("../images/products/etrance/bg_vector.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.appear_section .container-fluid {
  padding: 80px 0px;
  background: radial-gradient(
    66.58% 99.87% at 45.41% 90.18%,
    rgba(0, 59, 97, 0.4) 0%,
    rgba(0, 54, 90, 0.4) 20%,
    rgba(2, 40, 72, 0.4) 47%,
    rgba(4, 17, 42, 0.4) 79%,
    rgba(7, 0, 19, 0.4) 100%
  );
}
.retailers_block {
  padding: 20px 20px;
  background: #fff;
  border-radius: 10px;
  height: 260px;
}
.retailers_block h4 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.005em;
  text-align: left;
}
.about_section {
  /* background: #119911; */
  padding: 10px 0px 0px 0px;
  position: relative;
}
.retailers_block .col-lg-4,
.retailers_block .col-md-4,
.retailers_block .col-sm-4,
.retailers_block .col-6 {
  padding-left: 0px !important;
}
.retail_img {
  margin-bottom: 15px;
}
.about_inner_section {
  /* background: #ececec; */
  padding: 60px 0px;
  position: relative;
}
.about_inner_section h2 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
}
.about_inner_section p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
}
.product_show {
  list-style: none;
  margin-top: 15px;
  cursor: pointer;
}
.product_show_active {
  list-style: circle !important;
  text-decoration: underline;
}
.product_show span {
  vertical-align: middle;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 5px;
  margin-top: 3px;
}
.product_show_active span {
  vertical-align: middle;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 5px;
  margin-top: 3px;
}
.product_show_content .product_display_img {
  background-color: #ffffff;
  padding: 15px 20px;
  border-radius: 10px;
}
.logo_display {
  float: right;
  margin-top: -35px;
}
.listing_view {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.listing_view {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.listing_view .carousel_div .scooty_view {
  list-style: none;
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: #cccccc;
  border-radius: 10px;
  vertical-align: middle;
}
.listing_view .carousel_div {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.listing_view .owl-carousel .owl-dots.disabled,
.listing_view .owl-carousel .owl-nav.disabled {
  display: block !important;
}
.ecodryft_view_section .back_view {
  margin-top: -40px !important;
  margin-left: 30px !important;
}
.slideshow-container .w3-button {
  position: absolute;
  top: 50%;
  height: 35px;
  width: 35px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #fff;
  border: none;
}
.slideshow-container .w3-display-left {
  left: 45px;
}
.slideshow-container .w3-display-right {
  right: 45px;
}
.listing_view .owl-carousel .owl-nav button.owl-next,
.listing_view .owl-carousel .owl-nav button.owl-prev {
  background: #ffffffa3;
  border-radius: 50%;
  height: 30px !important;
  width: 30px !important;
  position: absolute;
  top: 25px;
}
.listing_view .owl-carousel .owl-nav button.owl-next {
  right: -30px;
}
.listing_view .owl-carousel .owl-nav button.owl-prev {
  left: -30px;
}
.listing_view .owl-carousel .owl-nav button.owl-next span,
.listing_view .owl-carousel .owl-nav button.owl-prev span {
  font-size: 30px;
  position: relative;
  top: -11px !important;
}
.etryst_view_modal .listing_view ul li {
  width: 80px;
  height: 80px;
}
.product_logo_card ul li a:hover img {
  transform: rotate(-45deg);
}
.etryst_view_modal .listing_view ul li img {
  width: 70px;
  height: 70px;
}
.listing_view ul li img {
  display: inline;
  margin: auto;
}
.scooty_view_active {
  background-color: #fff !important;
}
.scooty_view_content,
.product_show_content {
  display: none;
}
.ecodryft_view_bike .scooty_view_content {
  width: 380px;
}
/* .scooty_view_content.right_view, .scooty_view_content.back_view, .scooty_view_content.front_view, .scooty_view_content.left_view, .scooty_view_content.straight_view {
  display: inline-block
} */
.product_looks_div h2 span {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.005em;
  text-align: left;
}
.product_looks_div h2 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.005em;
  text-align: left;
  color: #fff;
}
.product_looks_div p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}
.product_looks_div ul {
  padding-left: 0px;
}
.product_card_section {
  background-image: url("../images/products/etrance/product-card-bg.jpg");
  padding: 80px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.etrance_card {
  background-image: url("../images/products/etrance/product-card-bg.jpg");
}
.ecodryft_card {
  background-image: url("../images/products/ecodryft/product_card_bg.jpg");
}
.etryst_card {
  background-image: url("../images/products/etryst350/product_card_bg.jpg");
}
.epluto_card {
  background-image: url("../images/products/epluto/product_card_bg.png");
}
.product_card {
  box-shadow: 0px 0px 30px 0px #00000040;
  background: #333333cc;
  border-radius: 20px;
}
.inner_product_card {
  background: radial-gradient(
    66.58% 99.87% at 45.41% 90.18%,
    rgba(0, 59, 97, 0.4) 0%,
    rgba(0, 54, 90, 0.4) 20%,
    rgba(2, 40, 72, 0.4) 47%,
    rgba(4, 17, 42, 0.4) 79%,
    rgba(7, 0, 19, 0.4) 100%
  );
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 30px 0px #00000040;
}
.card-image1 {
  width: 195px;
  margin-top: -30px;
}
.address_block_content address {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
}
.card-image2 {
  float: right;
  width: 149.27px;
  margin-top: 50px;
}
.card-specifications ul {
  padding-left: 0px;
  margin-top: 20px;
}
.card-specifications ul li {
  display: block;
  background: #ececec33;
  border-radius: 5px;
  padding: 12px 20px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.005em;
  margin-top: 10px;
}
.activeColor {
  position: relative;
  top: -7px;
}
.activeColor i {
  display: inline !important;
  color: #fff;
}
.card-specifications ul li span {
  float: right;
}
.card-specifications p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.005em;
  text-align: left;
  color: #ffffff;
}
.card-specifications h5 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: -0.005em;
  text-align: left;
  color: #ffffff;
}
.note_para {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.005em;
  text-align: left;
  color: #ffffff;
}
.more_info_btn {
  border: 1px solid #ececec;
  background: transparent;
  border-radius: 60px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.005em;
  text-align: left;
  color: #ffffff;
  padding: 12px 30px;
  margin-top: -4px;
  float: right;
  text-transform: uppercase;
  cursor: pointer;
}
.buttons_para {
  padding-bottom: 25px;
}
.product_logos {
  padding: 80px 0px;
}
.product_logo_card {
  background: #ffffff;
  border-radius: 15px;
}
.product_logo_card ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.product_logo_card ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 2px;
}
.product_logo_li img {
  height: 30px;
}
.colors_section {
  background-color: #333;
}
.colors_section .container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.product_color_img {
  background-image: url("../images/home/epluto_ellipse.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-top: 10px;
  top: 180px;
  background-position: bottom;
}
.product_color_img img {
  position: relative;
  top: -30px;
  left: -30px !important;
}
#colorButtons {
  box-shadow: 0px 0px 10px 0px #0000001a;
  background: #ffffff;
  border-radius: 120px;
  padding: 10px 30px 5px 30px;
  z-index: 2;
  position: relative;
  width: max-content;
  float: right;
}
.colors_div {
  z-index: 2;
  position: relative;
}
.colors_palate_section #colorButtons button {
  width: 30px;
  height: 30px;
  border-radius: 50%;

  box-shadow: none !important;
  margin-right: 14.3px;
  border: 1px solid #ccc;
}
.colors_palate_section #colorButtons button i {
  display: none;
  color: #fff;
}
.color_active_red i,
.color_active_blue i,
.color_active_grey i,
.color_active_white i,
.color_active_black i,
.color_active_yellow i {
  display: inline !important;
}
.colors_section_div_content {
  width: 100%;
  padding: 1px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.colors_section_div {
  background: radial-gradient(
    66.58% 99.87% at 45.41% 90.18%,
    rgba(0, 59, 97, 0.4) 0%,
    rgba(0, 54, 90, 0.4) 20%,
    rgba(2, 40, 72, 0.4) 47%,
    rgba(4, 17, 42, 0.4) 79%,
    rgba(7, 0, 19, 0.4) 100%
  );
  padding-left: 0px;
  padding-right: 0px;
}
#backgroundContainer {
  width: 100%;
  padding: 80px 0px;
  background-image: url("../images/products/etrance/red_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.colors_palate_section {
  padding: 60px 0px;
}
.hoverable_image {
  text-align: right;
  margin-top: -200px !important;
  position: relative;
  display: none;
  left: 250px;
}
.battery_img .add_vector:hover .hoverable_image {
  display: block !important;
}
.colors_palate_section p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}
.scooter_tabs_div_product {
  padding: 20px 0px;
}
.scooter_tabs_content_product {
  padding: 10px 0px;
}
.scooter_tabs_content_product ul {
  padding-left: 0px;
}
.scooter_tabs_content_product ul li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}
.career-slider {
  background-image: url("../images/career_banner.jpg");
}
.extended-warranty-slider,
.career-slider {
  height: 700px !important;
}
.extended-warranty_inner_slide h1 {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  margin-top: 0px !important;
}
.extended-warranty_inner_slide h1 span {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
.warranty_section {
  padding: 60px 0px;
}
.warranty_section h2 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.005em;
  text-align: left;
  color: #000;
  padding-bottom: 15px;
}
.warranty_section p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.005em;
  text-align: left;
  padding-bottom: 10px;
}
.warranty_section table tr {
  padding: 10px 0px;
}
.warranty_section table tr td {
  border: 1px solid #11991156;
  padding: 10px 10px;
  font-family: "Poppins";
}
.table_header_one td {
  font-family: "Poppins", sans-serif;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}
.table_sub_header th {
  background: #119911;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
}
.warranty_div p {
  padding-bottom: 10px;
}
.warranty_section table {
  margin-bottom: 20px;
}
.career-slider .career_inner_slider h1 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin-top: 10px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.career_inner_slider a {
  border-radius: 60px;
  padding: 15px 30px;
  background-color: #fff;
  border: 1px solid #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.005em;
  color: #000000;
  text-decoration: none;
  margin-top: 30px !important;
}
.career_inner_slider a:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.career_content_div h2 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.005em;
  color: #000000;
  text-align: center;
}
.career_content_div p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.005em;
  text-align: center;
  color: #000000;
}
.career_section .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.career_properties_section {
  padding: 30px 0px;
  background: #000000b2;
  margin-top: -86px;
  position: relative;
}
.career_properties_div ul {
  padding-left: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.career_properties_div ul li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.005em;
  text-align: center;
  color: #fff;
}
.career_openings_section {
  padding: 80px 0px;
}
.career_openings_section h2 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.005em;
  text-align: left;
  color: #000;
}
.career_openings_div .card-body {
  padding: 20px 25px;
}
.career_openings_div .accordion-button::after {
  background-image: url("../images/plus.png");
}
.career_openings_div .accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.png");
}
.career_openings_div .accordion-item {
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 15px;
  border: none !important;
}
.career_openings_div .accordion-item .accordion-button {
  border-radius: 20px !important;
  border: none !important;
}
.career_openings_div .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
}
/* .career_openings_div .accordion-item .accordion-button:focus {
  box-shadow: none !important;
} */
.apply_now_para {
  margin-top: 35px;
}
.career_openings_div .apply_btn {
  background: #119911;
  border: 1px solid #119911;
  border-radius: 60px;
  padding: 12px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.005em;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.career_openings_div .apply_btn:hover {
  background: #fff;
  border: 1px solid #119911;
  color: #119911;
}
.opening_heading {
  margin-bottom: 40px;
}
.contact_banner {
  max-height: 475px;
  /* height: 474px; */
  background-repeat: no-repeat;
  background-size: 100%;
}
.contact_inner_slider {
  padding-top: 200px;
}
.contact_banner h1 {
  font-family: "Poppins";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  border-left: 4px solid #119911;
  padding-left: 10px;
}

.contact_block {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid
    linear-gradient(262.22deg, #e1e1e1 15.39%, rgba(225, 225, 225, 0.54) 90.97%);
  box-shadow: 1px 5px 12px rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
}
.contact_block h6 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
}
.contact_block p {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
  padding-bottom: 0px;
}
.address_heading {
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
  margin: 40px 0px;
}
.address_heading1 {
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
  color: #333333;
  margin: 40px 0px;
}
.adress_block {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid
    linear-gradient(262.22deg, #e1e1e1 15.39%, rgba(225, 225, 225, 0.54) 90.97%);
  box-shadow: 1px 5px 12px rgba(0, 0, 0, 0.1);
  padding: 25px 0px;
}
.address_block_content h6 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  padding-bottom: 30px;
}
.customer_number {
  font-family: "Poppins";
  font-size: 22px !important;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  padding-top: 30px;
  padding-bottom: 0px !important;
}
.safety_section {
  padding: 60px 0px;
  background-color: #fff;
}
.safety_section_one {
  padding: 60px 0px;
}
.safety_section h2,
.safety_section_one h2 {
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-bottom: 30px;
}
.safety_section h2 span,
.safety_section_one h2 span {
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 275;
  line-height: 38px;
  letter-spacing: -0.02em;
  text-align: left;
}
.safety_section .warranty_div p,
.safety_section_one .warranty_div p {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  padding-bottom: 7px;
  margin-bottom: 0px;
}
.safety_section table tr {
  border: 1px solid #656565;
}
.safety_section table tr td {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  padding: 25px 10px !important;
}
.safety_section table tr td ul {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.safety_section table tr td ul li {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 6500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}
.safety_section_one table {
  background-color: transparent !important;
}
.safety_section_one table tr {
  border: 1px solid #656565;
  background-color: transparent !important;
}
.safety_section_one table tr td {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  padding: 25px 10px !important;
  background-color: transparent !important;
}
.safety_section_one table tr td ul {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.safety_section_one table tr td ul li {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 6500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}
.warranty_div ul {
  padding-left: 0px;
}
.warranty_div ul li {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}
.trademark_banner {
  padding: 60px 0px;
  background-size: 100% 100%;
}
.logo_block {
  margin-bottom: 15px;
}
.trademark_block {
}
.trademark_block h2 {
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.005em;
  text-align: left;
  color: #333333;
  margin-bottom: 25px;
}
.trademark_block p {
  color: #333333;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
}
.logo_block p {
  display: block;
  background: linear-gradient(0deg, #f2f2f2, #f2f2f2);
  border: 1px solid #d3d3d3;
  box-shadow: 0px 0px 5px 0px #0000001a;
  padding: 10px 0px;
  text-align: center;
  border-radius: 10px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.005em;
  margin-top: 10px;
}
.faqs_contents_div {
  border-radius: 20px !important;
  background-color: #fff !important;
  padding: 40px 0px 30px 0px;
}
.faqs_section_two .faqs_div_tabs .faqs_topic {
  background: rgba(236, 236, 236, 1);
  vertical-align: middle;
}
.form-container {
  max-width: 500px;
  margin: 0 auto;
}
.step-indicator {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-weight: bold;
}
.counter_name {
  border: 1px solid #119911 !important;
  position: relative;
  top: -11px;
  z-index: 999;
  background: #fff;
  padding: 1px 5px;
  border: 1px solid #119911;
  border-radius: 4px;
}
.form_div .form-group {
  margin-bottom: 20px;
}
.form_div1 {
  padding-right: 30px !important;
}
.form_div .form-group label {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 7px;
}
.enquiry_banner {
  background: #fff;
}
.form_div .form-group .form-control {
  background: rgba(208, 213, 221, 0);
  border: 1px solid rgba(208, 213, 221, 1);
  padding: 8px;
  height: 45px;
  border-radius: 8px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(100, 116, 139, 7);
}
.form_div .form-group .form-control::placeholder {
  color: rgba(100, 116, 139, 7);
}
.form_div .form-group .prev_btn {
  float: left;
}
.form_div .form-group .next_btn {
  float: right;
}
.step-indicator span {
  flex-grow: 1;
  height: 2px;
  margin-right: 5px;
  border: 1px dotted #ccc;
}
.step-indicator .completed-step {
  border: 1px dotted rgba(17, 153, 17, 1);
}
.step-indicator .completed-step .counter_name {
  background: #119911 !important;
  color: #fff !important;
}
.reg_btn {
  background: rgba(17, 153, 17, 1);
  padding: 7px 30px;
  color: #fff;
}
.reg_btn:hover {
  background: #fff;
  color: #119911;
  border: 1px solid #119911;
}
.verify_otp_btn {
  background: rgba(17, 153, 17, 1);
  padding: 7px 30px;
  color: #fff;
}
.verify_otp_btn:hover {
  background: #fff;
  color: #119911;
  border: 1px solid #119911;
}
.step-name {
  text-align: center;
  margin-top: 10px;
}
.form-step {
  display: none;
}
.enquiry_banner_two {
  padding-top: 0px;
}
.enquiry_banner_img {
  padding: 360px 0px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.enquiry_banner_img_one {
  background-image: url("../images/enquiry_banner.jpg");
}
.dealership_banner_img {
  background-image: url("../images/dealership_banner.jpg");
}
.form_div {
  padding-top: 180px;
  padding-right: 90px;
}
.form_div .step-name {
  margin-top: 30px;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}
.otp_verification_div {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.otp_verification_div h1,
.otp_verification_div1 h1 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  color: rgba(51, 51, 51, 1);
}
.otp_verification_div p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(100, 116, 139, 7);
  padding: 5px 90px;
}
.otp_verification_div .form-group input {
  background: rgba(208, 213, 221, 0);
  border: 1px solid rgba(208, 213, 221, 3);
  padding: 8px;
  border-radius: 4px;
  height: 40px;
  width: 40px;
  text-align: center;
}
.post_verification_div {
  display: none;
}
.otp_verification_div1 a {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #119911 !important;
  text-decoration: none;
}
.otp_verification_div1 {
  padding: 100px 0px;
}
.inner_title {
  padding-left: 120px;
}
.inner_title h1 {
  font-family: Poppins;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.005em;
  text-align: left;
  color: #fff;
  margin-top: -200px;
}
.inner_title h1 span {
  font-family: Poppins;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.005em;
  text-align: left;
}
.inner_title h1 span span {
  text-transform: uppercase;
  text-decoration: underline #119911 3px;
  text-underline-offset: 8px;
}
.busines_div {
  background: rgba(208, 213, 221, 0);
  border: 1px solid rgba(208, 213, 221, 7);
  padding: 8px;
  border-radius: 8px;
  text-align: center;
}
.busines_div .radios_div label {
  margin-bottom: 0px;
  vertical-align: middle;
}
.busines_div .radios_div input {
  vertical-align: middle;
}
.details_div {
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 25px;
  scrollbar-width: thin !important;
}
.text_area_control {
  background: rgba(208, 213, 221, 0);
  border: 1px solid rgba(208, 213, 221, 1);
  padding: 8px;
  border-radius: 8px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(100, 116, 139, 7);
  width: 100%;
}
.form-control:focus,
.text_area_control:focus,
.text_area_control:focus-visible {
  box-shadow: none;
  border: 1px solid #9fff9f !important;
}
.desktop_view {
  display: block !important;
}
.mobile_view {
  display: none;
}
.impact_div .owl-carousel .owl-item img {
  width: auto !important;
}
.logo {
  padding-top: 12px;
}
.products_title_heading_div h1 {
  font-family: Poppins;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.005em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.products_title_heading_div p {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.005em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.products_title_heading_div p a {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.005em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.etryst_image {
  margin-top: 30px;
}
.etryst_image img {
  position: relative;
  top: 45px;
}
.epluto_pro_image_div {
  margin-top: 50px;
  background-image: url("../images/home/epluto_ellipse.png") !important;
  background-repeat: no-repeat;
  position: relative;
  top: 25px;
}
.epluto_pro_image_div img {
  position: relative;
  top: 80px;
  height: 550px;
}
.product_section .carousel-control-next,
.product_section .carousel-control-prev {
  top: 50% !important;
  bottom: inherit !important;
  height: 45px;
  width: 45px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #fff;
}
.product_section .carousel-control-next {
  right: 50px !important;
}
.product_section .carousel-control-prev {
  left: 50px !important;
}
.pure_products_section_slider .carousel-inner .carousel-item {
  background-repeat: no-repeat;
  background-size: 100%;
  height: 366px;
}
.pure_products_section_slider .etrance_slider .product_slider_section_content {
  padding-top: 130px;
}
.etryst_slider .product_slider_section_content {
  padding-top: 130px;
}
.epluto_slider .product_slider_section_content {
  padding-top: 130px;
}
.dealership_slider .product_slider_section_content {
  padding-top: 130px;
  padding-left: 30px;
}
.ecodryft_slider .product_slider_section_content {
  padding-top: 137px;
}
.product_slider_section_content h3 span {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: -0.005em;
  text-align: left;
  color: #fff;
}
.pure_products_section_slider .carousel-indicators [data-bs-target] {
  background: rgba(51, 51, 51, 0.3);
  height: 1px !important;
  border-top: 1px solid rgba(51, 51, 51, 0.3);
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.pure_products_section_slider .carousel-indicators .active {
  background: rgba(51, 51, 51, 1);
}
.product_slider_section_content h3 {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.005em;
  text-align: left;
  color: #fff;
  padding-left: 7px;
  border-left: 3px solid #fff;
}
.product_slider_section_content p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  float: left;
}
.product_slider_section_content p a {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0.7)
  );
  float: right;
  margin-right: 25px;
  border: 1px solid
    linear-gradient(262.22deg, #ffffff 15.39%, rgba(255, 255, 255, 0.54) 90.97%);
  border-radius: 60px;
  padding: 4px 5px;
  text-decoration: none;
  margin-top: 50px;
}
.etrance_slider {
  background-image: url("../images/home/products/etrance-neo.png");
}
.etryst_slider {
  background-image: url("../images/home/products/etryst-350.png");
}
.epluto_slider {
  background-image: url("../images/home/products/epluto.png");
}
.dealership_slider {
  background-image: url("../images/home/products/dealership.png");
}
.ecodryft_slider {
  background-image: url("../images/home/products/ecodryft.png");
}
.information_div p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(51, 51, 51, 1);
}
.information_div {
  margin-top: 15px;
}
.view_more_btn {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.005em;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  border: 0.78px solid rgba(255, 255, 255, 0.54);
  background: linear-gradient(
      262.22deg,
      #ffffff 15.39%,
      rgba(255, 255, 255, 0.54) 90.97%
    ),
    linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
  text-decoration: none;
  padding: 15px 5px;
  border-radius: 60px;
}
.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.enquiry_banner {
  margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
}
.footer_links ul {
  padding-left: 0px !important;
}
/* Responsive of Website CSS */
@media only screen and (min-width: 2500px) and (max-width: 3000px) {
  .slideshow-container {
    max-height: 1250px !important;
    height: 1200px !important;
  }
  .banner_section .slideshow-container .mySlides,
  .product_banner {
    max-height: 1250px !important;
    height: 1200px !important;
  }
  .slideshow_indicator {
    left: 33% !important;
  }
  .product_section .container-fluid .carousel-item {
    padding: 120px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .vehicle_properties {
    margin-top: 250px !important;
  }
  .specifications_section {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px 0px;
  }
  .Information_section {
    margin-top: 0px !important;
    padding-top: 80px !important;
  }
  .scooties_div_contents {
    margin-top: 150px;
    position: relative;
    top: 290px;
  }
  .seclection_control {
    width: 75% !important;
    float: right;
  }
  .products_view_section .container-fluid {
    max-width: 1420px !important;
  }
  .prod_display_img img {
    margin-left: 12px !important;
  }
  .colors_section_div_content {
    padding: 100px 0px;
  }
  .enquiry_banner_img {
    padding: 550px 0px !important;
  }
  .form_div1 {
    padding-top: 320px !important;
    padding-right: 80px !important;
  }
}
@media only screen and (min-width: 2000px) and (max-width: 2499px) {
  .slideshow-container {
    max-height: 1250px !important;
    height: 1200px !important;
  }
  .banner_section .slideshow-container .mySlides,
  .product_banner {
    max-height: 1250px !important;
    height: 1200px !important;
  }
  .slideshow_indicator {
    left: 33% !important;
  }
  .product_section .container-fluid .carousel-item {
    padding: 120px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .vehicle_properties {
    margin-top: 250px !important;
  }
  .specifications_section {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px 0px;
  }
  .Information_section {
    margin-top: 0px !important;
    padding-top: 80px !important;
  }
  .scooties_div_contents {
    margin-top: 150px;
    position: relative;
    top: 280px;
  }
  .seclection_control {
    width: 75% !important;
    float: right;
  }
  .products_view_section .container-fluid {
    max-width: 1420px !important;
  }
  .prod_display_img img {
    margin-left: 12px !important;
  }
  .colors_section_div_content {
    padding: 100px 0px;
  }
  .enquiry_banner_img {
    padding: 550px 0px !important;
  }
  .form_div1 {
    padding-top: 320px !important;
    padding-right: 80px !important;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1999px) {
  .slideshow-container {
    max-height: 950px !important;
    height: 900px !important;
  }
  .banner_section .slideshow-container .mySlides,
  .product_banner {
    max-height: 950px !important;
    height: 900px !important;
  }
  .slideshow_indicator {
    left: 33% !important;
  }
  .product_section .container-fluid .carousel-item {
    padding: 120px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .vehicle_properties {
    margin-top: 250px !important;
  }
  .specifications_section {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px 0px;
  }
  .Information_section {
    margin-top: 0px !important;
    padding-top: 80px !important;
  }
  .scooties_div_contents {
    margin-top: 150px;
    position: relative;
    top: 260px;
  }
  .seclection_control {
    width: 75% !important;
    float: right;
  }
  .products_view_section .container-fluid {
    max-width: 1420px !important;
  }
  .prod_display_img img {
    margin-left: 12px !important;
  }
  .colors_section_div_content {
    padding: 100px 0px;
  }
  .enquiry_banner_img {
    padding: 550px 0px !important;
  }
  .form_div1 {
    padding-top: 320px !important;
    padding-right: 80px !important;
  }
}
.product_card_modal .modal-dialog {
  max-width: 800px !important;
}
@media only screen and (min-width: 1366px) and (max-width: 1699px) {
  .slideshow-container {
    max-height: 850px !important;
    height: 800px !important;
  }
  .banner_section .slideshow-container .mySlides,
  .product_banner {
    max-height: 850px !important;
    height: 800px !important;
  }
  .economical_stripe {
    padding: 60px 0px !important;
  }
  .slideshow_indicator {
    left: 30% !important;
  }
  .product_section .container-fluid .carousel-item {
    padding: 40px 0px 80px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .vehicle_properties {
    margin-top: 190px !important;
  }
  .specifications_section {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
  }
  .Information_section {
    margin-top: 0px !important;
    padding-top: 80px !important;
  }
  .scooties_div_contents {
    margin-top: 30px;
    position: relative;
    top: 310px;
  }
  .seclection_control {
    width: 75% !important;
    float: right;
  }
  .products_view_section .container-fluid {
    max-width: 1420px !important;
  }
  .prod_display_img img {
    margin-left: 12px !important;
  }
  .colors_section_div_content {
    padding: 40px 0px !important;
  }
  .enquiry_banner_img {
    padding: 390px 0px !important;
  }
  .form_div1 {
    padding-top: 190px !important;
    padding-right: 80px !important;
  }
}
@media only screen and (min-width: 1166px) and (max-width: 1365px) {
  .slideshow-container {
    max-height: 750px !important;
    height: 700px !important;
  }
  .banner_section .slideshow-container .mySlides,
  .product_banner {
    max-height: 750px !important;
    height: 700px !important;
  }
  .economical_stripe {
    padding: 80px 0px 80px 0px;
  }
  .slideshow_indicator {
    left: 32% !important;
  }
  .product_section .container-fluid .carousel-item {
    padding: 120px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .vehicle_properties {
    margin-top: 250px !important;
  }
  .specifications_section {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px 0px;
  }
  .Information_section {
    margin-top: 0px !important;
    padding-top: 80px !important;
  }
  .scooties_div_contents {
    margin-top: 150px;
    position: relative;
    top: 320px;
  }
  .seclection_control {
    width: 75% !important;
    float: right;
  }
  .products_view_section .container-fluid {
    max-width: 1420px !important;
  }
  .prod_display_img img {
    margin-left: 12px !important;
  }
  .colors_section_div_content {
    padding: 60px 0px;
  }
  .enquiry_banner_img {
    padding: 550px 0px !important;
  }
  .form_div1 {
    padding-top: 320px !important;
    padding-right: 80px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1165px) {
  .slideshow-container {
    max-height: 1250px !important;
    height: 1200px !important;
  }
  .banner_section .slideshow-container .mySlides,
  .product_banner {
    max-height: 1250px !important;
    height: 1200px !important;
  }
  .slideshow_indicator {
    left: 33% !important;
  }
  .product_section .container-fluid .carousel-item {
    padding: 120px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .vehicle_properties {
    margin-top: 250px !important;
  }
  .specifications_section {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px 0px;
  }
  .Information_section {
    margin-top: 0px !important;
    padding-top: 80px !important;
  }
  .scooties_div_contents {
    margin-top: 150px;
    position: relative;
    top: 200px;
  }
  .seclection_control {
    width: 75% !important;
    float: right;
  }
  .products_view_section .container-fluid {
    max-width: 1420px !important;
  }
  .prod_display_img img {
    margin-left: 12px !important;
  }
  .colors_section_div_content {
    padding: 100px 0px;
  }
  .enquiry_banner_img {
    padding: 550px 0px !important;
  }
  .form_div1 {
    padding-top: 320px !important;
    padding-right: 80px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slideshow-container {
    max-height: 1250px !important;
    height: 1200px !important;
  }
  .banner_section .slideshow-container .mySlides,
  .product_banner {
    max-height: 1250px !important;
    height: 1200px !important;
  }
  .slideshow_indicator {
    left: 33% !important;
  }
  .product_section .container-fluid .carousel-item {
    padding: 120px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .vehicle_properties {
    margin-top: 250px !important;
  }
  .specifications_section {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px 0px;
  }
  .Information_section {
    margin-top: 0px !important;
    padding-top: 80px !important;
  }
  .scooties_div_contents {
    margin-top: 150px;
    position: relative;
    top: 200px;
  }
  .seclection_control {
    width: 75% !important;
    float: right;
  }
  .products_view_section .container-fluid {
    max-width: 1420px !important;
  }
  .prod_display_img img {
    margin-left: 12px !important;
  }
  .colors_section_div_content {
    padding: 100px 0px;
  }
  .enquiry_banner_img {
    padding: 550px 0px !important;
  }
  .form_div1 {
    padding-top: 320px !important;
    padding-right: 80px !important;
  }
}
@media only screen and (min-width: 400px) and (max-width: 600px) {
  .header {
    padding-top: 0px;
  }
  .retailers_block {
    height: auto !important;
  }
  .slideshow-container {
    max-height: 650px;
    height: 645px;
  }
  .banner_section .slideshow-container .mySlides {
    max-height: 650px;
    height: 645px;
    padding: 0px 0px 0px 0px;
  }

  .inner-slide h1 {
    margin-top: 50px !important;
    font-family: "Poppins";
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.005em;
    text-align: center;
  }
  .desktop_view {
    display: none !important;
  }
  .mobile_view {
    display: block !important;
  }
  .section,
  .experience_section {
    padding: 30px 0px !important;
  }
  .experience_div h2 {
    font-size: 24px !important;
  }
  .experience_content p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.005em;
    text-align: left;
  }
  .epluto_pro_image_div {
    margin-top: 150px;
    background-image: url("../images/home/epluto_ellipse.png") !important;
    background-repeat: no-repeat;
  }
  .epluto_pro_image_div img {
    position: relative;
    top: 50px;
    height: 100% !important;
  }
  .product_section .container-fluid .carousel-item {
    padding: 60px 0px !important;
  }
  .mobile_view .battery_img img {
    width: 137px !important;
    margin-left: -70px;
    margin-top: -140px !important;
  }
  .mobile_view .battery_img .add_vector {
    width: auto !important;
  }
  .mobile_view .battery_div h2 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.005em;
    text-align: left;
  }
  .mobile_view .battery_div h6 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
  }
  .battery_section {
    padding: 30px 0px;
    margin-top: 130px;
    background-color: #fff;
  }
  .battery_para {
    padding-top: 5px !important;
  }
  .scooties_div_contents {
    margin-top: 0px !important;
    position: relative;
    top: 30px;
  }
  .specific_div_details {
    display: none;
  }
  .Information_section {
    margin-top: 0px;
  }
  .specifications_section {
    padding: 30px 0px;
  }
  .tabs_div ul li {
    font-size: 24px;
  }
  .vehicle_information h4 span,
  .vehicle_information h4 b {
    font-size: 20px;
  }
  .join_div_content h2 {
    font-size: 24px;
  }
  .join_div_content p {
    font-size: 14px;
  }
  .faqs_section h2,
  .faqs_section_one h2 {
    font-size: 24px;
  }
  .faqs_section h2 span {
    font-size: 24px;
  }
  .etryst_image {
    margin-top: 130px;
  }
  .product_banner,
  .career-slider {
    max-height: 620px;
    height: 600px !important;
    padding: 10px 0px;
  }
  .slideshow-container-extended-warrant {
    max-height: auto !important;
    height: auto !important;
  }
  .extended-warranty-slider {
    max-height: auto !important;
    height: auto !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 120px 0px 180px 0px !important;
  }
  .extended-warranty-slider .inner-slider-container {
    padding-top: 20px !important;
    padding-bottom: 120px !important;
  }
  .career-slider {
    background-image: url("../images/home/mobile_banners/career.jpg");
  }
  .etrance_neo_banner {
    background-image: url("../images/home/mobile_banners/banner-3.webp") !important;
  }
  .ecodryft_banner {
    background-image: url("../images/products/ecodryft/mobile_banner.webp") !important;
  }
  .vehicle_information {
    padding-top: 40px !important;
  }
  .colors_section_div_content {
    background-size: cover;
    background-position: center;
  }
  .colors_palate_section #colorButtons button {
    margin-right: 10px !important;
    width: 30px;
    height: 30px;
  }
  .product_color_img {
    top: 95px !important;
    margin-top: -110px !important;
  }
  .epluto_7g_pro_banner {
    background-image: url("../images/home/mobile_banners/mobile_banner.webp") !important;
  }
  .epluto_banner {
    background-image: url("../images/products/epluto/mobile_banner.webp") !important;
  }
  .etryst350_banner {
    background-image: url("../images/products/etryst350/mobile_banner.webp") !important;
  }
  .economical_stripe,
  .products_view_section,
  .appear_section .container-fluid,
  .product_logos,
  .footer_container,
  .pure_products_section_slider {
    padding: 30px 0px !important;
  }
  .economical_div h2,
  .product_looks_div h2 {
    font-size: 24px !important;
  }
  .back_view {
    margin-top: 0px !important;
    margin-left: 0px !important;
  }
  .prod_display_img img {
    margin-left: 0px !important;
  }
  .prod_list_view_one .col-7 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .prod_display_img {
    padding-left: 4px !important;
    padding-right: 13px !important;
  }
  .etrance_img {
    height: auto !important;
  }
  .product_show {
    margin-right: 20px;
    display: inline !important;
  }
  .product_show img {
    width: 98px !important;
  }
  .product_show input {
    vertical-align: middle;
  }
  .appear_section_div .product_look_div {
    padding-left: 0px;
    padding-right: 0px;
  }
  .product_show_content .product_display_img {
    border-radius: 0px !important;
  }
  .listing_view ul li {
    width: 55px !important;
    height: 55px !important;
    margin-right: 5px !important;
  }
  .listing_view ul li img {
    width: 40px !important;
    margin: 5px auto !important;
  }
  .card-image1 {
    width: 120px !important;
  }
  .card-image2 {
    margin-top: 20px !important;
    width: 100px !important;
  }
  .card-specifications ul li {
    font-size: 12px !important;
    padding: 8px 15px !important;
  }
  .card-specifications p {
    font-size: 14px !important;
    margin-bottom: 5px;
  }
  .card-specifications h5 {
    font-size: 24px !important;
  }
  .view_more_btn {
    padding: 5px 5px !important;
    margin-top: 20px;
    display: inline-block;
  }
  .more_info_btn {
    padding: 10px 30px !important;
    font-size: 12px !important;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
  }
  .view_more_btn img {
    width: 30px !important;
  }
  .product_logo_card {
    padding: 10px 7px !important;
    margin-bottom: 10px;
  }
  .product_logo_card ul {
    margin-bottom: 0px !important;
  }
  .product_logo_card li {
    display: inline !important;
  }
  .product_logo_card li:nth-child(1) img {
    width: auto !important;
  }
  .product_logo_card li:nth-child(2) img {
    width: auto !important;
  }
  .product_logo_card li:nth-child(3) img {
    width: auto !important;
  }
  .etrance_slider {
    background-image: url("../images/home/products/etrance_mobile.png");
  }
  .etryst_slider {
    background-image: url("../images/home/products/etryst_mobile.png");
  }
  .epluto_slider {
    background-image: url("../images/home/products/epluto_mobile.png");
  }
  .dealership_slider {
    background-image: url("../images/home/products/dealership_mobile.png");
  }
  .ecodryft_slider {
    background-image: url("../images/home/products/ecodryft_mobile.png");
  }
  .epluto_slider .product_slider_section_content,
  .etryst_slider .product_slider_section_content,
  .pure_products_section_slider .etrance_slider .product_slider_section_content,
  .ecodryft_slider .product_slider_section_content {
    padding-top: 60px !important;
    padding-left: 32px;
  }
  .product_slider_section_content h3 {
    font-size: 14px !important;
  }
  .product_slider_section_content h3 span {
    font-size: 20px !important;
  }
  .product_slider_section_content p {
    font-size: 12px !important;
    float: right !important;
  }
  .product_slider_section_content p a {
    margin-top: 100px !important;
    margin-right: -15px !important;
  }
  .dealership_slider .product_slider_section_content p {
    float: left !important;
  }
  .dealership_slider .product_slider_section_content p a {
    margin-top: 40px !important;
  }
  .product_slider_section_content p a img {
    width: 23px !important;
  }
  .footer_links {
    padding-top: 5px !important;
  }
  .footer_links ul {
    padding-left: 0px !important;
  }
  .footer_links ul li {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .footer_links h4 {
    font-size: 15px !important;
  }
  .footer_links ul li a {
    font-size: 13px !important;
  }
  .career-slider .career_inner_slider h1 {
    font-size: 24px !important;
    line-height: 40px !important;
    margin-bottom: 70px !important;
  }
  .enquiry_banner_img {
    padding: 250px 0px !important;
  }
  .enquiry_banner_img_one {
    background-image: url("../images/enquiry_mobile_banner.png");
  }
  .dealership_banner_img {
    background-image: url("../images/dealership_mobile_banner.png");
  }
  .inner_title {
    padding-left: 20px !important;
  }
  .enquiry_banner_img_one .inner_title h1 {
    margin-top: -100px !important;
  }
  .inner_title h1 {
    position: absolute;
    bottom:0;
    margin-top:unset;
  }
  .inner_title{
      position:relative;
  }
  .inner_title h1,
  .inner_title h1 span {
    font-size: 24px !important;
  }
  .form_div {
    padding-top: 50px !important;
    padding-right: 20px !important;
  }
  .career_content_div h2,
  .trademark_block h2 {
    font-size: 24px !important;
  }
  .career_content_div p,
  .trademark_block p {
    text-align: justify;
    font-size: 14px;
    line-height: 30px !important;
  }
  .warranty_section,
  .contact_section,
  .safety_section_one,
  .safety_section {
    padding: 30px 0px;
  }
  .career_properties_section {
    margin-top: 0px !important;
    background-color: #333333;
  }
  .career_properties_div ul li {
    text-align: left !important;
  }
  .trademark_banner,
  .contact_banner {
    background-repeat: no-repeat !important;
    background-position-x: left;
    padding: 180px 0px !important;
    margin-top: 60px;
  }
  .contact_banner {
    background-repeat: no-repeat !important;
    background-position-x: left;
    padding: 0px 0px !important;
    margin-top: 0px;
    background-size: cover !important;
    background-position: top !important;
  }
  .contact_banner .inner-slider-container {
    padding-top: 230px !important;
  }
  .contact_banner .contact_inner_slider {
    padding-top: 150px !important;
  }
  .address_heading1,
  .address_heading {
    font-size: 24px !important;
    margin: 20px 0px !important;
  }
  .contact_block {
    text-align: center !important;
    padding: 35px 25px !important;
  }
  .contact_block_content {
    margin-top: 30px !important;
    text-align: center !important;
  }
  .contact_block p {
    text-align: center !important;
    font-size: 15px !important;
  }
  .contact_block h6 {
    text-align: center;
    font-size: 18px !important;
  }
  .address_block_content h6 {
    font-size: 18px !important;
    padding-bottom: 0px !important;
  }
  .address_block_content address {
    font-size: 14px;
  }
  .career_content_div {
    margin-top: 35px !important;
  }
  .safety_section h2,
  .safety_section_one h2,
  .safety_section h2 span,
  .safety_section_one h2 span {
    font-size: 24px !important;
  }
  .etrance_card {
    background-image: url("../images/products/etrance/product-card/mobile_card.jpg");
  }
  .ecodryft_card {
    background-image: url("../images/products/ecodryft/mobile_card.jpg");
  }
  .etryst_card {
    background-image: url("../images/products/etryst350/mobile_card.jpg");
  }
  .epluto_card {
    background-image: url("../images/products/epluto/mobile_card.png");
  }
  .epluto7g_card {
    background-image: url("../images/products/epluto7gpro/mobile_card.png");
  }
  .customer_div h6 {
    font-size: 12px !important;
  }
  .customer_div h4 {
    font-size: 18px !important;
  }
  .download_manuals ul li,
  .user_manuals ul li {
    padding-right: 3.5px !important;
  }
  .follow_div {
    text-align: center;
  }
  .slideshow-container .w3-button {
    height: 28px !important;
    width: 28px !important;
  }
  .slideshow-container .w3-display-right {
    right: 18px !important;
  }
  .slideshow-container .w3-display-left {
    left: 18px !important;
  }
  .applynow_buttons_div {
    top: 65%;
  }
  .topbar_para p,
  .topbar_para p a {
    font-size: 12px !important;
  }
  .product_section .carousel-control-next,
  .product_section .carousel-control-prev {
    width: 28px !important;
    height: 28px !important;
  }
  .product_section .carousel-control-next {
    right: 15px !important;
  }
  .product_section .carousel-control-prev {
    left: 15px !important;
  }
  .applynow_buttons_div a {
    padding: 10px 10px !important;
    font-size: 13px !important;
  }
  .product_features_section .col-lg-2,
  .product_features_section .col-md-2,
  .product_features_section .col-sm-2 {
    padding-left: 15px !important;
  }
  .tooltip .tooltiptext {
    width: 250px !important;
  }
  .mt-5 {
    margin-top: 1rem !important;
  }
}
.epluto7g_card {
  background-image: url("../images/products/epluto7gpro/product_card_bg.png");
}
.smart_icon_tooltip {
  top: -35px !important;
}
.max_specifications {
  position: relative;
  top: 15px !important;
  /*margin-top: -160px !important;*/
}
@media only screen and (max-width: 399px) {
  .header {
    padding-top: 0px;
  }
  .product_features_section .col-lg-2,
  .product_features_section .col-md-2,
  .product_features_section .col-sm-2 {
    padding-left: 15px !important;
  }
  .tooltip .tooltiptext {
    width: 250px !important;
  }
  .mt-5 {
    margin-top: 1rem !important;
  }
  .topbar_para p,
  .topbar_para p a {
    font-size: 12px !important;
  }
  .retailers_block {
    height: auto !important;
  }
  .applynow_buttons_div a {
    padding: 10px 10px !important;
    font-size: 13px !important;
  }
  .applynow_buttons_div {
    top: 65%;
  }
  .download_manuals ul li,
  .user_manuals ul li {
    padding-right: 3.5px !important;
  }
  .slideshow-container .w3-button {
    height: 28px !important;
    width: 28px !important;
  }
  .slideshow-container .w3-display-right {
    right: 18px !important;
  }
  .slideshow-container .w3-display-left {
    left: 18px !important;
  }
  .epluto_card {
    background-image: url("../images/products/epluto/mobile_card.png");
  }
  .epluto7g_card {
    background-image: url("../images/products/epluto7gpro/mobile_card.png");
  }
  .customer_div h6 {
    font-size: 12px !important;
  }
  .customer_div h4 {
    font-size: 18px !important;
  }
  .slideshow-container {
    max-height: 650px;
    height: 600px;
  }
  .banner_section .slideshow-container .mySlides {
    max-height: 650px;
    height: 600px;
    padding: 0px 0px 0px 0px;
  }
  .product_section .carousel-control-next,
  .product_section .carousel-control-prev {
    width: 28px !important;
    height: 28px !important;
  }
  .product_section .carousel-control-next {
    right: 15px !important;
  }
  .product_section .carousel-control-prev {
    left: 15px !important;
  }
  .follow_div {
    text-align: center !important;
    float: none !important;
    margin-bottom: 25px !important;
  }
  .follow_div p {
    text-align: center !important;
    float: none !important;
  }
  .follow_div ul li {
    text-align: center !important;
    float: none !important;
    display: inline-block !important;
  }
  .follow_div ul {
    text-align: center !important;
  }
  .inner-slide h1 {
    margin-top: 50px !important;
    font-family: "Poppins";
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.005em;
    text-align: center;
  }
  .desktop_view {
    display: none !important;
  }
  .mobile_view {
    display: block !important;
  }
  .section,
  .experience_section {
    padding: 30px 0px !important;
  }
  .experience_div h2 {
    font-size: 24px !important;
  }
  .experience_content p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.005em;
    text-align: left;
  }
  .epluto_pro_image_div {
    margin-top: 150px;
    background-image: url("../images/home/epluto_ellipse.png") !important;
    background-repeat: no-repeat;
  }
  .epluto_pro_image_div img {
    position: relative;
    top: 50px;
    height: 100% !important;
  }
  .product_section .container-fluid .carousel-item {
    padding: 60px 0px !important;
  }
  .mobile_view .battery_img img {
    width: 137px !important;
    margin-left: -70px;
    margin-top: -140px !important;
  }
  .mobile_view .battery_img .add_vector {
    width: auto !important;
  }
  .mobile_view .battery_div h2 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.005em;
    text-align: left;
  }
  .mobile_view .battery_div h6 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
  }
  .battery_section {
    padding: 30px 0px;
    margin-top: 130px;
    background-color: #fff;
  }
  .battery_para {
    padding-top: 5px !important;
  }
  .scooties_div_contents {
    margin-top: 0px !important;
    position: relative;
    top: 30px;
  }
  .specific_div_details {
    display: none;
  }
  .Information_section {
    margin-top: 0px;
  }
  .specifications_section {
    padding: 30px 0px;
  }
  .tabs_div ul li {
    font-size: 24px;
  }
  .vehicle_information h4 span,
  .vehicle_information h4 b {
    font-size: 20px;
  }
  .join_div_content h2 {
    font-size: 24px;
  }
  .join_div_content p {
    font-size: 14px;
  }
  .faqs_section h2,
  .faqs_section_one h2 {
    font-size: 24px;
  }
  .faqs_section h2 span {
    font-size: 24px;
  }
  .etryst_image {
    margin-top: 130px;
  }
  .product_banner,
  .career-slider {
    max-height: 620px;
    height: 600px !important;
    padding: 10px 0px;
  }
  .slideshow-container-extended-warrant {
    max-height: auto !important;
    height: auto !important;
  }
  .extended-warranty-slider {
    max-height: auto !important;
    height: auto !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 120px 0px 180px 0px !important;
  }
  .extended-warranty-slider .inner-slider-container {
    padding-top: 20px !important;
    padding-bottom: 120px !important;
  }
  .career-slider {
    background-image: url("../images/home/mobile_banners/career.jpg");
  }
  .etrance_neo_banner {
    background-image: url("../images/products/etrance/mobile_banner.webp") !important;
  }
  .ecodryft_banner {
    background-image: url("../images/products/ecodryft/mobile_banner.webp") !important;
  }
  .vehicle_information {
    padding-top: 40px !important;
  }
  .colors_section_div_content {
    background-size: cover;
    background-position: center;
  }
  .colors_palate_section #colorButtons button {
    margin-right: 10px !important;
    width: 30px;
    height: 30px;
  }
  .product_color_img {
    top: 95px !important;
    margin-top: -110px !important;
  }
  .epluto_7g_pro_banner {
    background-image: url("../images/products/epluto7gpro/mobile_banner.webp") !important;
  }
  .epluto_banner {
    background-image: url("../images/products/epluto/mobile_banner.webp") !important;
  }
  .etryst350_banner {
    background-image: url("../images/products/etryst350/mobile_banner.webp") !important;
  }
  .economical_stripe,
  .products_view_section,
  .appear_section .container-fluid,
  .product_logos,
  .footer_container,
  .pure_products_section_slider {
    padding: 90px 0px !important;
  }
  .economical_div h2,
  .product_looks_div h2 {
    font-size: 24px !important;
  }
  .back_view {
    margin-top: 0px !important;
    margin-left: 0px !important;
  }
  .prod_display_img img {
    margin-left: 0px !important;
  }
  .prod_list_view_one .col-7 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .prod_display_img {
    padding-left: 4px !important;
    padding-right: 13px !important;
  }
  .prod_list_view_one {
    margin-top: 25px !important;
  }
  .etrance_img {
    height: auto !important;
  }
  .product_show {
    margin-right: 20px;
    display: inline !important;
  }
  .product_show img {
    width: 98px !important;
  }
  .product_show input {
    vertical-align: middle;
  }
  .appear_section_div .product_look_div {
    padding-left: 0px;
    padding-right: 0px;
  }
  .product_show_content .product_display_img {
    border-radius: 0px !important;
  }
  .listing_view ul li {
    width: 55px !important;
    height: 55px !important;
    margin-right: 5px !important;
  }
  .listing_view ul li img {
    width: 40px !important;
    margin: 5px auto !important;
  }
  .card-image1 {
    width: 120px !important;
  }
  .card-image2 {
    margin-top: 20px !important;
    width: 100px !important;
  }
  .card-specifications ul li {
    font-size: 12px !important;
    padding: 8px 15px !important;
  }
  .card-specifications p {
    font-size: 14px !important;
    margin-bottom: 5px;
  }
  .card-specifications h5 {
    font-size: 24px !important;
  }
  .view_more_btn {
    padding: 5px 5px !important;
    margin-top: 20px;
    display: inline-block;
  }
  .more_info_btn {
    padding: 10px 30px !important;
    font-size: 12px !important;
    margin-top: 20px;
    display: inline-block;
  }
  .view_more_btn img {
    width: 30px !important;
  }
  .product_logo_card {
    padding: 10px 7px !important;
    margin-bottom: 10px;
  }
  .product_logo_card ul {
    margin-bottom: 0px !important;
  }
  .product_logo_card li {
    display: inline !important;
  }
  .product_logo_card li:nth-child(1) img {
    width: auto !important;
  }
  .product_logo_card li:nth-child(2) img {
    width: auto !important;
  }
  .product_logo_card li:nth-child(3) img {
    width: auto !important;
  }
  .etrance_slider {
    background-image: url("../images/home/products/etrance_mobile.png");
  }
  .etryst_slider {
    background-image: url("../images/home/products/etryst_mobile.png");
  }
  .epluto_slider {
    background-image: url("../images/home/products/epluto_mobile.png");
  }
  .dealership_slider {
    background-image: url("../images/home/products/dealership_mobile.png");
  }
  .ecodryft_slider {
    background-image: url("../images/home/products/ecodryft_mobile.png");
  }
  .epluto_slider .product_slider_section_content,
  .etryst_slider .product_slider_section_content,
  .pure_products_section_slider .etrance_slider .product_slider_section_content,
  .ecodryft_slider .product_slider_section_content {
    padding-top: 60px !important;
    padding-left: 32px;
  }
  .product_slider_section_content h3 {
    font-size: 14px !important;
  }
  .product_slider_section_content h3 span {
    font-size: 20px !important;
  }
  .product_slider_section_content p {
    font-size: 12px !important;
    float: right !important;
  }
  .product_slider_section_content p a {
    margin-top: 100px !important;
    margin-right: -15px !important;
  }
  .dealership_slider .product_slider_section_content p {
    float: left !important;
  }
  .dealership_slider .product_slider_section_content p a {
    margin-top: 40px !important;
  }
  .product_slider_section_content p a img {
    width: 23px !important;
  }
  .footer_links {
    padding-top: 5px !important;
  }
  .footer_links ul {
    padding-left: 0px !important;
  }
  .footer_links ul li {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .footer_links h4 {
    font-size: 15px !important;
  }
  .footer_links ul li a {
    font-size: 13px !important;
  }
  .career-slider .career_inner_slider h1 {
    font-size: 24px !important;
    line-height: 40px !important;
    margin-bottom: 70px !important;
  }
  .enquiry_banner_img {
    padding: 350px 0px 30px 0px !important;
  }
  .enquiry_banner_img_one {
    background-image: url("../images/enquiry_mobile_banner.png");
  }
  .dealership_banner_img {
    background-image: url("../images/dealership_mobile_banner.png");
  }
  .inner_title {
    padding-left: 20px !important;
  }
  .enquiry_banner_img_one .inner_title h1 {
    margin-top: -290px !important;
  }
  .inner_title h1 {
    position: absolute;
    bottom:0;
    margin-top:unset;
  }
  .inner_title{
      position:relative;
  }
  .inner_title h1,
  .inner_title h1 span {
    font-size: 24px !important;
  }
  .form_div {
    padding-top: 50px !important;
    padding-right: 20px !important;
  }
  .career_content_div h2,
  .trademark_block h2 {
    font-size: 24px !important;
  }
  .career_content_div p,
  .trademark_block p {
    text-align: justify;
    font-size: 14px;
    line-height: 30px !important;
  }
  .warranty_section,
  .contact_section,
  .safety_section_one,
  .safety_section {
    padding: 30px 0px;
  }
  .career_properties_section {
    margin-top: 0px !important;
    background-color: #333333;
  }
  .career_properties_div ul li {
    text-align: left !important;
  }
  .trademark_banner,
  .contact_banner {
    background-repeat: no-repeat !important;
    background-position-x: left;
    padding: 180px 0px !important;
    margin-top: 60px;
  }
  .contact_banner {
    background-repeat: no-repeat !important;
    background-position-x: left;
    padding: 0px 0px !important;
    margin-top: 0px;
    background-size: cover !important;
    background-position: top !important;
  }
  .contact_banner .inner-slider-container {
    padding-top: 230px !important;
  }
  .contact_banner .contact_inner_slider {
    padding-top: 150px !important;
  }
  .address_heading1,
  .address_heading {
    font-size: 24px !important;
    margin: 20px 0px !important;
  }
  .contact_block {
    text-align: center !important;
    padding: 35px 25px !important;
  }
  .contact_block_content {
    margin-top: 30px !important;
    text-align: center !important;
  }
  .contact_block p {
    text-align: center !important;
    font-size: 15px !important;
  }
  .contact_block h6 {
    text-align: center;
    font-size: 18px !important;
  }
  .address_block_content h6 {
    font-size: 18px !important;
    padding-bottom: 0px !important;
  }
  .address_block_content address {
    font-size: 14px;
  }
  .career_content_div {
    margin-top: 35px !important;
  }
  .footer_section .footer_container .col-12,
  .footer_section .footer_container .footer_block .col-4,
  .subscribe_div .col-9 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .footer_content {
    padding-top: 10px !important;
  }
  .ecodryft_view_section .back_view {
    margin-left: 0px !important;
    margin-top: 0px !important;
  }
  .subscribe_div .col-9 {
    padding-left: 0px !important;
    padding-right: 3px !important;
  }
  .subscribe_div .col-3 {
    padding-left: 3px !important;
    padding-right: 0px !important;
  }
  .safety_section h2,
  .safety_section_one h2,
  .safety_section h2 span,
  .safety_section_one h2 span {
    font-size: 24px !important;
  }
  .etrance_card {
    background-image: url("../images/products/etrance/product-card/mobile_card.jpg");
  }
  .ecodryft_card {
    background-image: url("../images/products/ecodryft/mobile_card.jpg");
  }
  .etryst_card {
    background-image: url("../images/products/etryst350/mobile_card.jpg");
  }
}
.join_div_content p {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.career_content_div {
  margin-top: 15px;
}
.etrance_neo_banner {
  background-image: url("../images/products/etrance/banner-3.webp");
}
.ecodryft_banner {
  background-image: url("../images/products/ecodryft/banner.webp");
}
.scooter_tabs_div_product p {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.epluto_banner {
  background-image: url("../images/products/epluto/banner.webp");
}
.epluto_7g_pro_banner {
  background-image: url("../images/products/epluto7gpro/banner-1.webp");
}
.etryst350_banner {
  background-image: url("../images/products/etryst350/banner.webp");
}
.seclection_control {
  height: 50px !important;
  background: url("../images/faqs_vector.png") no-repeat right #fff !important;
  background-position-x: 95% !important;
  font-size: 18px;
  font-family: "Poppins";
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% {
    background-color: #119911;
    -webkit-box-shadow: 0 0 1px #119911;
  }
  50% {
    background-color: #119911;
    -webkit-box-shadow: 0 0 10px #119911;
  }
  100% {
    background-color: #119911;
    -webkit-box-shadow: 0 0 1px #119911;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #119911;
    -webkit-box-shadow: 0 0 1px #119911;
  }
  50% {
    background-color: #119911;
    -webkit-box-shadow: 0 0 10px #119911;
  }
  100% {
    background-color: #119911;
    -webkit-box-shadow: 0 0 1px #119911;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #119911;
    -webkit-box-shadow: 0 0 1px #119911;
  }
  50% {
    background-color: #119911;
    -webkit-box-shadow: 0 0 10px #119911;
  }
  100% {
    background-color: #119911;
    -webkit-box-shadow: 0 0 1px #119911;
  }
}

@keyframes glowing {
  0% {
    background-color: #119911;
    -webkit-box-shadow: 0 0 1px #119911;
  }
  50% {
    background-color: #119911;
    -webkit-box-shadow: 0 0 10px #119911;
  }
  100% {
    background-color: #119911;
    -webkit-box-shadow: 0 0 1px #119911;
  }
}

.btn-links-li {
  text-align: center;
  list-style: none;
  margin-top: 20px;
}

.btn-links-li li {
  list-style: none;
  display: inline-block;
}

.btn-links-li li:first-child {
  margin-right: 10px;
}

.btn-links-li li a {
  padding: 10px 20px;
  color: #fff;
  background-color: #119911;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.4s;
}

.btn-links-li li a:hover {
  background-color: #fece00;
  color: #000;
}

.new-btn-links-li {
  text-align: center;
  list-style: none;
  margin-top: 15px;
}

.new-btn-links-li li {
  list-style: none;
  display: inline-block;
}

.new-btn-links-li li:first-child {
  margin-right: 10px;
}

.new-btn-links-li li a {
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  /*background-color: #119911;*/
  border-radius: 5px;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.4s;
}

.new-btn-links-li li a:hover {
  /*background-color: #fece00;*/
  font-weight: bold;
  color: #fff;
}

@media (max-width: 1200px) {
  .btn-links-li li a {
    padding: 10px 8px;
    font-size: 14px;
  }

  .new-btn-links-li li a {
    padding: 10px 8px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .btn-links-li {
    margin-top: 15px;
  }

  .btn-links-li {
    text-align: left;
  }
  .btn-links-li li a {
    padding: 5px 5px;
    font-size: 12px;
  }

  .btn-links-li li:first-child {
    margin-right: 2px;
  }

  .new-btn-links-li {
    margin-top: 15px;
  }

  .new-btn-links-li {
    text-align: left;
  }
  .new-btn-links-li li a {
    padding: 5px 5px;
    font-size: 12px;
  }

  .new-btn-links-li li:first-child {
    margin-right: 2px;
  }
}

/* ==== NEW MENU ===== */
.new-menu {
  width: 100%;
  min-height: 350px;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  top: -450px;
  padding-top: 30px;
  transition: all 0.8s ease-in-out;
}

.show-menu {
  animation: dropDown 0.8s ease-out forwards; /* Smooth drop effect */
}

@keyframes dropDown {
  0% {
    top: -450px;
  }
  50% {
    top: 15px;
  } /* Move slightly down */
  100% {
    top: 0;
  } /* Settle at 0 */
}

.hide-menu {
  animation: slideUp 0.4s ease-in forwards;
}

@keyframes slideUp {
  0% {
    top: 0;
  }
  /* 50% { top: 50px; }  Slight lift */
  100% {
    top: -450px;
  } /* Back to hidden */
}

.new-menu h4 {
  margin-bottom: 10px;
}

.new-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.new-menu ul li {
  margin-bottom: 10px;
}

.new-menu ul li a {
  font-size: 16px;
  color: #666;
  transition: all 0.4s;
}

.new-menu ul li a:hover {
  color: #000;
}

.close-menu {
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
  font-size: 30px;
}

@media (max-width: 991px) {
  .new-menu {
    top: -2000px;
    overflow: auto;
    z-index: 999999;
    padding-bottom: 50px;
    height: 60vh;
  }

  @keyframes slideUp {
    0% {
      top: 0;
    }
    /* 50% { top: 50px; }  Slight lift */
    100% {
      top: -2000px;
    } /* Back to hidden */
  }
}

.new-h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 46px;
  color: rgb(27, 27, 27);
}
.new-li {
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
  color: rgb(27, 27, 27);
  transition: 0.5s;
}
@media (max-width: 525px) {
  #ev-phone {
    display: none;
  }
}
/* ==== END NEW MENU ===== */

/* custom css  */

.view_more_btn i {
  vertical-align: middle;
}

.pure-green-color {
  color: #119911;
}

.card_details_btn i {
  vertical-align: middle;
}

.product_logo_card ul li a i {
  display: inline-block;   /* allow transform */
  transition: transform 0.2s ease;
}

.product_logo_card ul li a:hover i {
  transform: rotate(-45deg);
}