body {
  background-color: #fbd600;
}

.bg-image {
  background: transparent url("../assets/img/s2-bg.jpg") no-repeat;
  background-size: cover;
}

#sidebar-wrapper {
	background: #000;
}

a.menu-toggle .svg-inline--fa {
	display: var(--fa-display,inline-block);
	height: 2em;
	overflow: visible;
	vertical-align: -10px;
}

header {
  background-color: #fff;
}

.s-logo {
  padding: 20px 0 20px 25px;
  width: 220px;
}

.menu-toggle {
  background-color: transparent;
}

.menu-toggle:hover {
  background-color: #000;
}

.menu-toggle svg path {
  fill: #fbd600;
}

.margin-40px-top {
  margin-top: 40px;
}

.margin-60px-top {
  margin-top: 60px;
}

.padding-80px-bottom {
  padding-bottom: 80px;
}

main img {
  width: 100%;
}

.s2-bg {
  height: 1900px;
}

.scooter-slider img {
  width: 60%;
  margin: auto;
  display: block;
}

.rsc img {
  width: auto;
  height: 16px;
}

.book-now {
  background: #000;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
}

.book-now img {
  width: 160px;
}

.connect-wu img {
  width: 50%;
}

.explore-garow {
  margin-top: 200px;
}

.explore-garow img {
  max-width: 620px;
}

.p-360 img {
  max-width: 600px;
  display: block;
  margin: 40px auto;
}

.specs-title {
  max-width: 550px;
  margin-bottom: 40px;
}

.features-title {
  max-width: 700px;
  margin-bottom: 20px;
  margin-top: 80px;
}

.features-list {
  margin-top: 60px;
}

.features-list img {
  height: 250px;
  width: auto;
  display: block;
  margin: auto;
  margin-bottom: 60px;
}

.s-3 {
  overflow: hidden;
}

.s3-bg {
  height: 2400px;
}

.s-4 {
  padding-bottom: 100px;
}

.ready {
  padding: 100px 0;
}

.ready img {
  max-width: 800px;
  display: block;
  margin: auto;
}

.purchase-link,
.schedule-link {
  display: block;
  max-width: 600px;
  margin: auto;
}

.purchase-link {
  margin-bottom: 40px;
}

.s-left {
  width: 300px;
  left: 0;
  top: 100px;
}

.s-right {
  width: 300px;
  right: 0;
  top: 100px;
}

.s-4 {
  overflow: hidden;
}

.s4-bg {
  top: -90px;
  height: 1050px;
}

.footer {
  background-color: #000;
  padding-bottom: 20px !important;
}

.f-logo {
  width: 100%;
}

.f-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer ul li {
  margin-bottom: 5px;
}

.footer ul li svg {
  margin-right: 5px;
}

.footer ul li a {
  color: #545454;
  text-decoration: none;
  font-weight: 600;
}

.footer .social img {
  opacity: 0.5;
}


.md-form {
  margin-bottom: 25px;
}

.md-form label {
  margin-bottom: 5px;
  font-weight: 500;
}

.btn-send,
.btn-send:hover {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  padding: 8px 20px;
  font-size: 18px;
}

.cus-name {
  color: #fbd600;
}

#contact-form {
  margin-top: 50px;
}

@media (max-width: 992px) {
  .rsc {
    text-align: center;
  }

  .rsc img {
    margin-top: 15px;
  }

  .connect-wu img {
    width: 80%;
  }

  .explore-garow {
    margin-top: 70px;
  }

  .s2-bg {
    height: 1050px;
  }

  .features-list img {
    width: 100%;
  }

  .footer .col-lg-3 {
    text-align: left !important;
    margin-bottom: 40px;
  }

  img.s-left,
  img.s-right {
    display: none;
  }
}

@media (max-width: 767px) {
  .specs1 {
    margin-bottom: 20px;
  }

  .features-list img {
    height: auto;
  }

  .features-sub-title{
    display: none;
  }
}