#aftersales,
#aftersales .wrapper,
.club-listing,
.club-listing .club-item,
footer .footer-nav,
header,
header .logo,
header.header-home .logo,
nav .nav-header,
nav .nav-header div {
  display: -webkit-box;
  display: -ms-flexbox
}

#aftersales img,
#corporate article figure .img-list,
#corporate article figure img,
#insurance .header img,
#insurance .header:before,
#news article figure .img-list,
#news article figure img,
.hero img,
.hero:before,
.home-products a img,
.slider .slide-item img,
.testi-image img {
  display: block;
  width: 100%
}

@media only screen and (max-width: 1100px) {
  #aftersales {
    flex-direction: column;
  }

  .floating-container {
    display: none;
  }

  .footer-social-media {
    display: flex;
    flex-direction: column;
    gap: 31px;
  }

  .footer-nav {
    display: flex;
    flex-direction: column;
    gap: 31px;
  }
}

#aftersales {
  color: #fff;
  display: flex;
  letter-spacing: 0.7px;
}

#aftersales .item {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  position: relative
}

#aftersales .item:last-child {
  border-right: none
}

#aftersales .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px;
  text-align: center
}

#aftersales h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

#aftersales p {
  font-size: 14px;
}

#aftersales a {
  text-decoration: none;
  color: white;
  padding: 10px 35px;
  border: solid white 1px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: medium;
  transition: 0.25s;
}

#aftersales a:hover {
  box-shadow: inset 0 0 0 2em #fff;
  color: #000;
}