/*=================================
        Fleet Page
=================================*/
.fleet_page .luxury{
  background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.4)), url(../img/lux3.jpg)top center/cover;
}
.the_fleet {
  padding: 80px 0;
  color: #FFF;
}

.vehicle {
  margin: 25px 0;
}


.vehicle img {
  width: 45%;
  height: auto;
  margin: 3px;
}
.vehicle-text{
  background-image: linear-gradient(to bottom left,#a52a2a, #885637);
}
.vehicle-text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.vehicle-text h3,
.vehicle-text ul,
h2 {
  opacity: 1;
  text-transform: capitalize;
}

.vehicle-text i {
  color: #FFF;
  padding-right: 5px;
}

.category {
  margin-bottom: 50px;
}

.vehicle-text {
  padding: 20px;
}

.vehicle a:hover {
  text-decoration: none;
}

/*  Responsive Styles
=======================*/
@media(max-width:600px) {

  .prev,
  .next {
    top: 20%;
    padding: 6px;
    margin-top: -50px;
  }
}
