@charset "utf-8";
/* CSS Document */

#banner,
.homebannerslider {
  width: 100%;
  clear: both;
  overflow: hidden;
  max-width: 1903px;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  height: 100vh;
}

.homebannerslider {
  float: left;
  background: #000;
  /* max-height: 900px; */
  height: 100vh;
}

.homebannerslider .slick-slide img {
  height: 100% !important;
  object-fit: cover;
}
.homebannerslider:not(.slick-initialized) .slidediv:not(:nth-child(-n + 1)) {
  display: none;
}
.homebannerslider:not(.slick-initialized) .slidediv .bannerimgvid > img {
  height: 100% !important;
  object-fit: cover;
  opacity: 0.9;
}
.bannerimgvid {
  position: relative;
}

.bannerimgvid:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8295693277310925) 0%,
    rgba(0, 0, 0, 0.5) 44%,
    rgba(0, 0, 0, 0.3225665266106442) 61%,
    rgba(0, 0, 0, 0.35898109243697474) 75%
  ); */
  /* background: transparent linear-gradient(91deg, #00000099 0%, #00000000 100%)
    0% 0% no-repeat padding-box; */
  top: 0;
  left: 0;
  z-index: 1;
  /* background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.9) 0%,
    rgb(0 0 0 / 50%) 60%,
    rgba(0, 0, 0, 0.56) 87%
  ); */
  background: linear-gradient(
    270deg,
    rgb(0 0 0 / 57%) 0%,
    rgb(0 0 0 / 47%) 9%,
    rgb(0 0 0 / 74%) 100%
  );
}
/* .bannerimgvid::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgb(0 0 0 / 20%) 0%,
    rgba(0, 0, 0, 0.19931722689075626) 68%,
    rgba(0, 0, 0, 0) 100%
  );
} */
.slidediv,
.homebannerslider .slick-track,
.homebannerslider .slick-list {
  position: relative;
  height: 100%;
}

.bannerimgvid {
  position: relative;
  /* height: 900px; */
  height: 100%;
}

.bnrcontent {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: calc(100% - 114px);
}

.bnrcontent .container {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 114px;
}

.homebannerslider.slick-dotted.slick-slider {
  margin-bottom: 0;
  position: relative;
}

.homebannerslider .slick-prev {
  left: 15px !important;
  top: 45%;
  border: 1px solid #93989c;
  border-radius: 50%;
}

.homebannerslider .slick-next {
  right: 15px !important;
  top: 45%;
  border: 1px solid #93989c;
  border-radius: 50%;
}

.banner50.bannerleft {
  width: 54%;
}

.bannertxt,
.bannersubtxt {
  color: var(--white);
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  /* font-weight: 700; */
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.15;
  /* font-size: clamp(1.875rem, 1.55rem + 1.625vw, 3.5rem); */
  /* font-size: clamp(2.5rem, 2.2573rem + 1.0356vw, 3.5rem); */
  font-size: clamp(1.875rem, 1.35rem + 1.625vw, 3.5rem);
  padding: 0 0px 0 0;
  position: relative;
  text-shadow: 4px 4px 12px #00000033;
}
.bannersubtxt {
  font-size: clamp(1.25rem, 1rem + 0.25vw, 1.5rem);
  text-transform: initial;
  font-weight: 400;
  margin-top: 1.25rem;
  font-family: "Open Sans";
}
.btncta {
  margin-top: 1.5rem;
}
.bannertxt {
  font-size: 46px;
}
.bannertxt span,
.bannersubtxt span {
  position: relative;
}

.bannertxt span::before,
.bannersubtxt span::before {
  content: "";
  position: absolute;
  background: url(../images/banner-dash.svg) no-repeat 0 0;
  width: 152px;
  height: 13px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.homebannerslider.slick-slider .slick-dots {
  transform: rotate(90deg);
  bottom: calc(50% - 70px);
  left: 5px;
  width: auto;
}
.our_product_sec {
  padding: 90px 0;
}

/*  por products on click */
/*
.mail-bikes {
  padding: 77px 0px 100px;
} */
.mlbike-lft {
  /* width: calc(100% - 1220px);
  float: left;
  overflow: hidden;
  padding-top: 82px;
  padding-right: 40px; */
  /* width: 30%; */
  width: calc(100% - 1077px);
  background-color: #4d4d4f;
  border-radius: 4px;
  padding: 50px;
  position: relative;
}
.mlbike-lft:before {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  margin-left: -24px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid #4d4d4f;
  border-bottom: 12px solid transparent;
  clear: both;
}
.mlbike-rgt {
  width: 1077px;
  padding-right: 50px;
}
.system-bike,
.product-pop-content {
  display: none;
}
.system-bike.active_cont,
.product-pop-content.active_cont {
  display: block;
}
.product-pop-content .heading48 {
  line-height: 1.1;
  margin-bottom: 20px;
}
/* .main-product-item {
  margin-left: -170px;
} */
.ml-ebike {
  float: left;
}
.sys-ul li.mail-zoom .circle-popup-img {
  width: 296px;
  height: 296px;
  border-radius: 100%;
  border: 2px solid #1970b8;
  padding: 10px;
}
.sys-ul li.mail-zoom .circle-popup-img img {
  border-radius: 100%;
  height: 100%;
  object-fit: cover;
}
.system-enqr ul {
  margin: 0 -14px;
}
.system-enqr li {
  display: inline-block;
  padding: 0px 14px;
}
.system-enqr .tel-btn {
  padding: 8px 15px 8px 15px;
  width: 192px;
  text-align: center;
  font-size: 24px;
}
.system-enqr .enqr-btn {
  padding: 8px 15px 8px 15px;
  text-align: center;
  width: 192px;
  font-size: 20px;
}

.system-details p {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  color: var(--white);
  font-weight: 500;
}
.product-pop-content .heading48,
.product-pop-content h2 {
  color: var(--white);
}
/*--------- start onclick cycle systems -------*/
.sys-break {
  position: relative;
}
.sys-ul {
  list-style: none;
}
.sys-ul li {
  display: inline-block;
}
.mail-zoom {
  position: absolute;
}

.cycle-break,
.poduct_image_1 {
  top: -122px;
}
.btn-effect {
  position: absolute;
  left: calc(50% - 342px);
  top: 20%;
}

.mail-zoom:after {
  animation: border 1s;
}
.mail-zoom.mail-zoom-height:after {
  animation: borderheight 1s;
}
.mail-zoom.mail-zoom-gear:after {
  animation: borderheight-gear 1s;
}
@keyframes border {
  0% {
    width: 0;
  }
  100% {
    width: 154px;
  }
}
.mail-zoom:after {
  animation: border 1s;
}
@keyframes borderheight {
  0% {
    height: 0;
  }
  100% {
    height: 62px;
  }
}
@keyframes borderheight-gear {
  0% {
    height: 0;
  }
  100% {
    height: 130px;
  }
}
.mail-zoom:before {
  animation: borderheight-gear 1s;
}
.mail-zoom img {
  position: relative;
  z-index: 1;
}

.mail-zoom:after {
  content: "";
  position: absolute;
  top: 44%;
  left: -370px;
  width: 370px;
  border-top: 2px dashed #1970b8;
}
.poduct_image_5:after {
  width: 230px;
  right: 295px;
  left: auto;
}
.poduct_image_6::before,
.poduct_image_5::before,
.sys-ul li.mail-zoom:before {
  content: "";
  position: absolute;
  top: 40%;
  height: 260px;
  left: -165%;
  bottom: 0;
  width: 2px;
  border-left: 2px dashed #1970b8;
  right: unset;
}
.sys-ul li.mail-zoom.poduct_image_6::before {
  top: 46%;
  height: 625px;
  left: -80%;
}
.sys-ul li.mail-zoom.poduct_image_6::after {
  content: "";
  position: absolute;
  top: 45%;
  left: auto;
  width: 235px;
  border-top: 2px dashed #1970b8;
  right: 295px;
}
.sys-ul li.mail-zoom.poduct_image_5:before {
  top: 45%;
  height: 353px;
  left: -79%;
}
.sys-ul li span {
  display: none;
}
.sys-ul li span.system-minus.active_spn {
  display: block;
  width: 43px;
  height: 43px;
  background-color: #ffffff;
  border-radius: 100%;
}
.sys-ul li span.system-plus {
  background: #1970b8;
  border-radius: 100%;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
}
.sys-ul li.mail-zoom {
  display: none;
  margin-bottom: 0;
}

.system-minus {
  left: calc(100% - -43px);
  position: absolute !important;
  top: 0px;
}
.system-plus {
  left: calc(100% - -43px);
  position: absolute !important;
  top: 0px;
}

.btn-effect {
  cursor: pointer;
}

/*start product 2*/
/* .sys-ul li.cycle-seat,
.poduct_image_2, */
.sys-ul li.mail-zoom {
  left: auto;
  top: -70px;
  right: 0;
}
.sys-ul li.mail-zoom.poduct_image_2:before {
  top: 44%;
  height: 93px;
  left: -173%;
}
.poduct_image_1.mail-zoom:after {
  top: 44%;
  left: auto;
  width: 255px;
  right: 295px;
}
.sys-ul li.mail-zoom.poduct_image_1::before {
  height: 235px;
  top: 45%;
  left: -87%;
}
.sys-ul li.mail-zoom.poduct_image_2::before {
  top: 99%;
  height: 190px;
  left: auto;
  right: 55%;
}
.sys-ul li.mail-zoom.poduct_image_2::after {
  content: none;
}
.cycle-seat:after,
.poduct_image_2:after {
  content: "";
  position: absolute;
  top: 56%;
  left: auto;
  width: 229px;
  right: 295px;
  border-top: 2px dashed #1970b8;
}

.sys-ul li.mail-zoom.poduct_image_3::before {
  top: 45%;
  height: 410px;
  left: -150%;
}
.sys-ul li.mail-zoom.poduct_image_3::after {
  left: auto;
  width: 440px;
  right: 295px;
}

.sys-ul li.mail-zoom.poduct_image_4::after {
  left: auto;
  width: 90%;
  top: 50%;
  right: 295px;
}
.sys-ul li.mail-zoom.poduct_image_4::before {
  top: 50%;
  height: 133px;
  left: -90%;
}

.sys-ul li.mail-zoom.poduct_image_9::after {
  content: none;
}
.btn-2 {
  top: 48%;
  left: 78%;
}
.btn-3 {
  top: 55%;
  left: 22%;
}

.btn-4 {
  top: 25%;
  left: 39%;
}

.btn-5 {
  top: 48%;
  left: 42%;
}
.btn-6 {
  top: 80%;
  left: 42%;
}
.btn-7 {
  left: 13%;
  top: 15%;
}
/*end cogset*/

.ml-slider.slick-slider {
  display: none;
}

.wrapper {
  max-width: 1750px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.clearfix {
  display: block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.sys-ul li span.system-minus.active_spn + .system-plus {
  display: none !important;
}
.btn-effect.btn-8 {
  top: 24%;
  left: 50%;
}
.sys-ul li.mail-zoom.poduct_image_8::after {
  top: 45%;
  width: 150px;
  left: -50%;
}
.sys-ul li.mail-zoom.poduct_image_8::before {
  top: 46%;
  height: 155px;
  left: -52%;
}

.btn-effect.btn-9 {
  top: 68%;
  left: 68%;
}

.sys-ul li.mail-zoom.poduct_image_9::before {
  top: 80%;
  height: 420px;
  left: 10%;
}
.sys-ul li.mail-zoom.poduct_image_7::after {
  content: "";
  position: absolute;
  top: 47%;
  left: -178%;
  width: 178%;
  border-top: 2px dashed #1970b8;
}

.sys-ul li.mail-zoom.poduct_image_7::before {
  content: "";
  position: absolute;
  top: 48%;
  height: 55px;
  left: -180%;
  bottom: 0;
  width: 2px;
  border-left: 2px dashed #1970b8;
  right: unset;
}
.pro-sub-heading {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Raleway";
}

.btn-1 {
  top: 35%;
  left: 40%;
}
.product-right.mlbike-lft .product-pop-content .circle-popup-img,
.pop_close_cir {
  display: none;
}
.btn-13.sub-btn-13 {
  top: 42%;
  left: 5%;
}
.btn-12 {
  left: 55%;
  top: 30%;
}
.sys-ul li.mail-zoom.poduct_image_12::before {
  top: 44%;
  height: 198px;
  left: -35%;
}
.sys-ul li.mail-zoom.poduct_image_12::after {
  top: 44%;
  left: inherit;
  width: 100px;
  right: 297px;
}
.sys-ul li.mail-zoom.poduct_image_13::before {
  height: 315px;
  left: -208%;
}
.sys-ul li.mail-zoom.poduct_image_13::after {
  top: 40%;
  left: -615px;
  width: 620px;
}
.btn-11 {
  left: 30%;
  top: 40%;
}
.sys-ul li.mail-zoom.poduct_image_11:before {
  top: 45%;
  height: 283px;
  left: -122%;
}
.sys-ul li.mail-zoom.poduct_image_11:after {
  top: 44%;
  left: -360px;
  width: 360px;
}
.btn-10 {
  top: 57%;
  left: 50%;
}
.sys-ul li.mail-zoom.poduct_image_10::before {
  top: 45%;
  height: 430px;
  left: inherit;
  right: 151%;
}
.sys-ul li.mail-zoom.poduct_image_10::after {
  left: -150px;
  width: 150px;
}
/*----- MEDIA QUERIES  -----*/
@media (min-width: 2500px) {
  #banner,
  .homebannerslider {
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 50vh;
  }
}
@media (max-width: 2500px) {
  #banner,
  .homebannerslider {
    max-width: 100vw;
    overflow: hidden;
    margin: 0 auto;
  }
}
@media (min-width: 1921px) {
  .homebannerslider .slick-slide img {
    width: 100%;
  }
}
@media (max-width: 1640px) {
  /* .bannerimgvid,
  #banner,
  .homebannerslider {
    height: 800px;
  } */
  .banner50.bannerleft {
    margin-left: 30px;
  }
  .mlbike-lft {
    padding: 30px;
  }
}

@media (max-width: 1439.98px) {
  .our_product_sec {
    padding: 60px 0;
  }
  /* .bannerimgvid {
    height: 650px;
  } */
  /* .mlbike-rgt {
    width: 70%;
  }
  .mlbike-lft {
    width: 30%;
  } */
  .mlbike-rgt {
    width: 850px;
    margin-top: 62px;
  }
  .mlbike-lft {
    width: calc(100% - 850px);
    padding: 30px;
  }
  .sys-ul li.mail-zoom.poduct_image_2::before {
    top: 96%;
    height: 210px;
    left: auto;
    right: 27%;
  }
  .sys-ul li.mail-zoom.poduct_image_4::before {
    top: 55%;
    height: 125px;
    left: -96%;
  }
  .sys-ul li.mail-zoom.poduct_image_4::after {
    left: auto;
    width: 96%;
    top: 53%;
    right: 100%;
  }
  .sys-ul li.mail-zoom .circle-popup-img {
    width: 200px;
    height: 200px;
    padding: 5px;
  }
  .sys-ul li.mail-zoom.poduct_image_1::before {
    height: 214px;
    top: 45%;
    left: -91%;
  }
  .poduct_image_1.mail-zoom:after {
    top: 44%;
    left: auto;
    width: 90%;
    right: 100%;
  }
  .sys-ul li.mail-zoom.poduct_image_3::before {
    top: 45%;
    height: 372px;
    left: -163%;
  }
  .sys-ul li.mail-zoom.poduct_image_3::after {
    left: auto;
    width: 325px;
    right: 100%;
  }
  .sys-ul li.mail-zoom.poduct_image_5:before {
    top: 45%;
    height: 309px;
    left: -103%;
  }
  .poduct_image_5:after {
    width: 205px;
    right: 100%;
    left: auto;
  }
  .sys-ul li.mail-zoom.poduct_image_6::after {
    width: 100px;
    right: 100%;
  }
  .sys-ul li.mail-zoom.poduct_image_6::before {
    height: 542px;
    left: -82%;
  }
  .sys-ul li.mail-zoom.poduct_image_7::after {
    top: 50%;
    left: -196%;
    width: 196%;
  }
  .sys-ul li.mail-zoom.poduct_image_7::before {
    top: 50%;
    height: 63px;
    left: -198%;
  }
  .sys-ul li.mail-zoom.poduct_image_8::before {
    top: 46%;
    height: 155px;
    left: -50%;
  }
  .sys-ul li.mail-zoom.poduct_image_8::after {
    top: 45%;
    width: 97px;
    left: -50%;
  }
  .sys-ul li.mail-zoom.poduct_image_9::before {
    top: 90%;
    height: 365px;
    left: 20%;
  }

  .sys-ul li.mail-zoom {
    left: auto;
    top: -55px;
    right: 35px;
  }
  .sys-ul li.mail-zoom.poduct_image_13::before {
    height: 277px;
    left: -230%;
  }
  .sys-ul li.mail-zoom.poduct_image_13::after {
    left: -455px;
    width: 455px;
  }
  .sys-ul li.mail-zoom.poduct_image_11:after {
    left: -260px;
    width: 260px;
  }
  .sys-ul li.mail-zoom.poduct_image_11:before {
    height: 250px;
    left: -131%;
  }
  .sys-ul li.mail-zoom.poduct_image_12::after {
    width: 30%;
    right: 100%;
  }
  .sys-ul li.mail-zoom.poduct_image_12::before {
    height: 198px;
    left: -30%;
  }
  .sys-ul li.mail-zoom.poduct_image_10::before {
    height: 374px;
  }
  .sys-ul li.mail-zoom.poduct_image_10::after {
    left: -100px;
    width: 100px;
  }
  .btn-2 {
    top: 48%;
    left: 81%;
  }
}

@media (max-width: 1199.98px) {
  .our_product_sec {
    padding: 40px 0;
  }
  .product-pop-content .heading48 {
    font-size: 32px;
  }
  .mlbike-rgt,
  .mlbike-lft {
    width: 100%;
  }
  .product-pop-content .heading48 {
    font-size: 32px;
  }
  .pro-sub-heading {
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  .system-details p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .mlbike-rgt {
    width: 650px;
    padding-right: 35px;
  }
  .mlbike-lft {
    width: calc(100% - 650px);
    padding: 20px;
  }
  .sys-ul li.mail-zoom.poduct_image_1::before {
    height: 160px;
    top: 50%;
    left: -76%;
  }
  .poduct_image_1.mail-zoom:after {
    width: 76%;
    top: 50%;
  }
  .sys-ul li.mail-zoom .circle-popup-img {
    width: 175px;
    height: 175px;
  }
  .sys-ul li.mail-zoom {
    right: 0;
  }
  .sys-ul li.mail-zoom.poduct_image_2::before {
    top: 95%;
    height: 155px;
    left: auto;
    right: 42%;
  }
  .btn-2 {
    top: 46%;
    left: 78%;
  }
  .sys-ul li.mail-zoom.poduct_image_3::before {
    height: 280px;
    left: -138%;
  }
  .sys-ul li.mail-zoom.poduct_image_3::after {
    width: 240px;
  }
  .sys-ul li.mail-zoom.poduct_image_4::after {
    left: auto;
    width: 77%;
    top: 53%;
    right: 100%;
  }
  .sys-ul li.mail-zoom.poduct_image_4::before {
    top: 55%;
    height: 95px;
    left: -77%;
  }
  .sys-ul li.mail-zoom.poduct_image_5:before {
    height: 237px;
    left: -67%;
  }
  .poduct_image_5:after {
    width: 117px;
  }
  .sys-ul li.mail-zoom.poduct_image_6::before {
    height: 420px;
    left: -69%;
  }
  .sys-ul li.mail-zoom.poduct_image_6::after {
    width: 120px;
  }
  .sys-ul li.mail-zoom.poduct_image_9::before {
    top: 94%;
    height: 270px;
    left: 23%;
  }
  .sys-ul li.mail-zoom.poduct_image_7::before {
    top: 50%;
    height: 50px;
    left: -180%;
  }
  .sys-ul li.mail-zoom.poduct_image_7::after {
    left: -180%;
    width: 180%;
  }
  .sys-ul li.mail-zoom.poduct_image_8::after {
    top: 45%;
    width: 55px;
    left: -31%;
  }
  .sys-ul li.mail-zoom.poduct_image_8::before {
    top: 46%;
    height: 86px;
    left: -32%;
  }
  .btn-7 {
    left: 10%;
    top: 13%;
  }
  .btn-effect.btn-8 {
    top: 20%;
    left: 52%;
  }
  .btn-5 {
    top: 46%;
    left: 43%;
  }
  .sys-ul li.mail-zoom.poduct_image_13::before {
    height: 224px;
    left: -199%;
  }
  .sys-ul li.mail-zoom.poduct_image_13::after {
    left: auto;
    right: 0;
    width: 297%;
  }
  .sys-ul li.mail-zoom.poduct_image_11:before {
    height: 197px;
    left: -110%;
  }
  .sys-ul li.mail-zoom.poduct_image_11:after {
    left: -190px;
    width: 190px;
  }
  .sys-ul li.mail-zoom.poduct_image_10::before {
    height: 298px;
    right: 140%;
  }
  .sys-ul li.mail-zoom.poduct_image_10::after {
    left: auto;
    width: 70px;
    right: 100%;
  }
  .sys-ul li.mail-zoom.poduct_image_12::before {
    height: 145px;
    left: -20%;
  }
  .sys-ul li.mail-zoom.poduct_image_12::after {
    width: 30px;
    left: auto;
  }
}

@media (max-width: 991.98px) {
  .woocommerce-no-js .mlbike-lft.product-right {
    display: none;
  }
  .bannerimgvid,
  #banner,
  .homebannerslider {
    height: 650px;
  }
  .mlbike-rgt,
  .mlbike-lft {
    width: 100%;
  }
  .mlbike-rgt {
    padding-right: 0;
  }
  .mlbike-lft:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -24px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #4d4d4f;
    clear: both;
  }
  .mlbike-lft {
    margin-top: -120px;
  }
  .mlbike-concept.clearfix {
    padding: 0 100px;
  }
  .product-right.mlbike-lft .product-pop-content .circle-popup-img img {
    border-radius: 100%;
    border: 2px solid #1970b8;
    padding: 5px;
  }
  .sys-ul li.mail-zoom {
    display: none !important;
  }
  .product-pop-content.active_cont {
    display: flex;
    flex-direction: row-reverse;
  }
  .product-pop-content img.pop_close_cir {
    position: absolute;
    top: 15px;
    right: 15px;
    filter: invert(1) brightness(10);
    border: 1px solid #000;
    padding: 5px;
    border-radius: 100%;
  }
  .circle-popup-img.mob_div_img {
    width: 250px;
    margin-top: 45px;
    background: #fff;
    height: 250px;
    border-radius: 100%;
  }
  .product-pop-content .system-details {
    flex: 1;
    padding-right: 30px;
  }
  .product-right.mlbike-lft .product-pop-content .circle-popup-img,
  .pop_close_cir {
    display: block;
  }
  .product-pop-content .heading48 {
    font-size: 30px;
  }
  .button_wrap {
    display: flex;
    justify-content: center;
  }
  .button_wrap a:not(:last-child) {
    margin-right: 15px;
    margin-left: 0;
  }
  .btn_border.pop_close_cir {
    border-color: var(--white);
    color: var(--white);
  }
  .btn_border.pop_close_cir:hover {
    background-color: var(--blue);
    border-color: var(--blue);
  }
}

@media (max-width: 767.98px) {
  .bannerimgvid,
  #banner,
  .homebannerslider {
    height: 550px;
  }
  .banner50.bannerleft {
    margin-left: 50px;
  }
  .banner50.bannerleft {
    width: 100%;
  }
  .mlbike-concept.clearfix {
    padding: 0 50px;
  }
  .product-pop-content .heading48 {
    font-size: 28px;
  }

  .our_product_sec {
    overflow: inherit;
  }
  .mlbike-lft {
    margin-top: 0;
    position: absolute;
    top: 10%;
    padding: 30px;
    left: 15px;
    right: 15px;
    width: auto;
    z-index: 99;
  }

  .mlbike-rgt {
    margin-top: 0;
  }
  .product-pop-content .system-details {
    padding-right: 20px;
    width: calc(100% - 270px);
  }
  .sys-ul li span.system-plus,
  .sys-ul li span.system-minus.active_spn {
    width: 34px;
    height: 34px;
  }
  .mlbike-lft:before {
    margin-left: -12px;
    top: -23px;
  }
  .mlbike-lft .pro-sub-heading {
    display: none;
  }
  .btn-1 {
    top: 28%;
    left: 30%;
  }
  .btn-2 {
    top: 48%;
    left: 80%;
  }
  .btn-4 {
    top: 15%;
    left: 42%;
  }
  .btn-5 {
    top: 45%;
    left: 38%;
  }
  .btn-7 {
    left: 9%;
    top: 17%;
  }
  .btn-6 {
    top: 78%;
    left: 40%;
  }
  .circle-popup-img.mob_div_img {
    width: 200px;
    height: 200px;
  }
  .product-pop-content .system-details .button_wrap {
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  .bnrcontent .container {
    padding-top: 170px;
  }
  .bannerimgvid,
  #banner,
  .homebannerslider {
    height: 430px;
  }
  .banner50.bannerleft .bannertxt {
    text-align: center;
    font-size: 30px;
  }
  .banner50.bannerleft .bannersubtxt {
    text-align: center;
    font-size: 16px;
  }
  .homebannerslider.slick-slider .slick-dots {
    transform: rotate(0deg);
    bottom: 28px;
    width: auto;
    left: 0;
    right: 0;
  }
  .banner50.bannerleft {
    width: 100%;
    margin-left: 0px;
  }
  .banner50.bannerleft .bannertxt {
    text-align: center;
  }
  .bnrcontent .container {
    padding-top: 0px;
  }
  .bnrcontent {
    height: calc(100% - 110px);
    top: 110px;
  }
  .product-pop-content .heading48 {
    font-size: 26px;
  }
  .our_product_sec .heading48 {
    text-align: center;
  }
  .mlbike-concept.clearfix {
    padding: 0 20px;
  }
  .product-pop-content .system-details {
    flex: 1 100%;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
  .product-pop-content .system-details .button_wrap {
    justify-content: center;
  }
  .product-pop-content.active_cont {
    flex-wrap: wrap;
    justify-content: center;
  }
  .circle-popup-img.mob_div_img {
    width: 150px;
    margin-bottom: 20px;
    height: 150px;
    margin-top: 0;
  }
  .mlbike-lft {
    text-align: center;
  }
  .mlbike-lft .btn_theme {
    margin: 0 auto;
  }
  .mlbike-lft {
    top: 15%;
    padding: 20px;
  }
  .btn-7 {
    left: 8%;
    top: 14%;
  }
  .btn-4 {
    top: 22%;
    left: 35%;
  }
  .btn-effect.btn-9 {
    top: 64%;
    left: 65%;
  }
  .btn-1 {
    top: 33%;
    left: 37%;
  }
  .btn-3 {
    top: 56%;
    left: 18%;
  }
  .btn-6 {
    top: 80%;
    left: 40%;
  }
  .button_wrap [class*="btn_"] {
    min-width: auto;
    min-width: 110px;
  }
  .btn-2 {
    top: 46%;
    left: 76%;
  }
  .sys-ul li span.system-plus,
  .sys-ul li span.system-minus.active_spn {
    width: 24px;
    height: 24px;
  }
  .btn-1 {
    top: 36%;
    left: 40%;
  }
  .btn-5 {
    left: 40%;
  }
  .btn-11 {
    left: 27%;
    top: 40%;
  }
  .btn-13.sub-btn-13 {
    top: 43%;
    left: 0%;
  }
  .btn-4 {
    top: 23%;
    left: 38%;
  }
  .btn-2 {
    top: 48%;
    left: 79%;
  }
  .btn-effect.btn-8 {
    top: 22%;
    left: 50%;
  }
}
@media (max-width: 480px) {
  .btn-6 {
    top: 78%;
    left: 35%;
  }
  .btn-7 {
    left: 8%;
    top: 13%;
  }
  .btn-4 {
    top: 22%;
    left: 33%;
  }
  .btn-1 {
    top: 33%;
    left: 36%;
  }
  .btn-5 {
    left: 37%;
  }
  .btn-3 {
    top: 54%;
    left: 15%;
  }
  .btn-effect.btn-8 {
    top: 20%;
    left: 46%;
  }
  .btn-12 {
    left: 51%;
    top: 27%;
  }
  .btn-2 {
    top: 46%;
    left: 74%;
  }
  .btn-11 {
    left: 23%;
  }
}
/*  extra diagram icon position */
/* li.btn-effect.btn-2.sub-btn-1.info_btn {
  top: 12%;
  left: 54%;
}
li.btn-effect.btn-2.sub-btn-2.info_btn {
  top: 40%;
  left: 70%;
}
li.btn-effect.btn-2.sub-btn-3.info_btn {
  left: 7%;
  top: 42%;
} */

/* .sys-ul li.mail-zoom.poduct_image_2.sub_image2:before {
  top: 100%;
  height: 120px;
  left: auto;
  right: 122px;
} */

/* .btn-effect.btn-7 {
  display: none;
} */
