.ewheels--main {
  margin: 0;
  color: #4A4A4A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  /* 21.6px */
  background-color: #F6F5F0;
}

.ewheels--main .bg-white {
  background-color: #fff !important;
}

.ewheels--main a.btn {
  text-decoration: none;
}

.ewheels--main a:hover {
  cursor: pointer;
}

.ewheels--main .text-primary {
  color: #D46027 !important;
}

.ewheels--main .ewheels--hero-section,
.ewheels--main .ewheels--fullwith-section {
  background-image: url(/brands/EWheels/img/ewheels-hero.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}

.ewheels--main .ewheels--fullwith-section {
  background-image: url(/brands/EWheels/img/ewheels-fullwith.png);
}

.ewheels--main .ewheels--hero-section .container {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0
}

.ewheels--main .ewheels--hero-section h2 {
  font-weight: 700;
  font-size: clamp(1.0625rem, 0.8864rem + 0.7512vw, 1.5625rem);
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.50);
  line-height: 130%;
  /* 32.5px */
}

.ewheels--main .btn-primary {
  display: inline-flex;
  padding: 16px 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #D46027;
  color: #FFF;
  font-size: 13.456px;
  font-style: normal;
  font-weight: 800;
  line-height: 15.378px;
  height: 47px;
  /* 114.286% */
  border: none !important;
  text-transform: uppercase;
}

.ewheels--main .btn-primary:hover,
.ewheels--main .btn-check:checked+.btn,
.ewheels--main .btn.active,
.ewheels--main .btn.show,
.ewheels--main .btn:first-child:active,
.ewheels--main :not(.btn-check)+.btn:active {
  color: var(--bs-btn-hover-color);
  background-color: #f88146;
  border: none !important;
}

.ewheels--main .btn-sm {
  padding: 7px 34px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 15.378px;
  /* 153.78% */
}

.ewheels--main h2 {
  color: #000;
  font-size: clamp(2.0625rem, 1.3803rem + 2.9108vw, 4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 70.4px */
}

.ewheels--main h3 {
  color: #000;
  font-size: clamp(1.4375rem, 1.1514rem + 1.2207vw, 2.25rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.ewheels--main h4 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 166.667% */
}

.ewheels--main .lead {
  color: #101010;
  font-size: clamp(1rem, 0.7359rem + 1.1268vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 33.6px */
}

.ewheels--main .ewheels--media-section.s1 {
  background-image: url(/brands/EWheels/img/deco-s1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.ewheels--main .ewheels--media-section.s3 {
  background-image: url(/brands/EWheels/img/deco-s2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.ewheels--media-section.s4 .extra-bg {
  background-image: url(/brands/EWheels/img/free-cover.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.ewheels--main .ewheels--media-section.s5 .tel {
  color: #101010;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.ewheels--main .ewheels--media-section.s5 {
  position: relative;
}

.ewheels--main .ewheels--media-section.s5::after {
  content: "";
  background-image: url(/brands/EWheels/img/rev-up-go.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  height: 220px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

.ewheels--main .slick-dots {
  margin: 0 !important;
  padding: 0 !important;
  bottom: -55px;
}

.slick-dots li button:before {
  font-family: inherit !important;
  content: '' !important;
  background-color: #D46027;
}

@media (max-width: 1200px) {
  .ewheels--media-section.s4 .extra-bg {
    background-size: 43%;
  }
}


@media (max-width: 998px) {
  .ewheels--main .ewheels--media-section.s5::after {
    background-size: 80%;
  }

}

@media (max-width: 768px) {
  .ewheels--main .ewheels--hero-section {
    background-image: url(/brands/EWheels/img/ewheels-hero-md.png);
  }

  .ewheels--main .ewheels--media-section.s5::after {
    background-size: 100%;
  }

  .ewheels--main .ewheels--media-section.s3,
  .ewheels--main .ewheels--media-section.s1,
  .ewheels--main .ewheels--media-section.s5 {
    padding-bottom: 106px !important;
  }

  .ewheels--media-section.s4 .extra-bg {
    background-image: none;
  }

  .ewheels--main br {
    display: none;
  }

  #loaded-section {
    margin-top: 25px;
  }
}

@media (max-width: 576px) {

  .ewheels--main .ewheels--hero-section,
  .ewheels--main .ewheels--fullwith-section {}

  .ewheels--main .ewheels--fullwith-section .opacity-0 {
    display: block;
    opacity: 1 !important;
  }

  .ewheels--main .ewheels--fullwith-section {
    min-height: 1px !important;
  }

}