@media only screen and (max-width: 768px) {
  .container-fluid {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media only screen and (min-width: 768px) {
  .container-fluid {
    padding-left: 8rem !important;
    padding-top: 6rem;
    padding-bottom: 4rem;

  }

  .body-menu-toggle .container-fluid {
    padding-left: 15.7rem !important;
  }
}

a {
  cursor: pointer;
}

.modal {
  padding: 0 !important;
}

.header .fa-plus {
  display: none;
}

.header.collapsed .fa-plus {
  display: inline-block;
}

.header.collapsed .fa-minus {
  display: none;
}

.fa-steering-wheel::before {
  content: '';
  display: block;
  background-image: url('../../assets/img/fa-steering-wheeli.svg');
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  float: left;
  color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}

.nav-link:hover>.fa-steering-wheel::before {
  opacity: 1;
}

.count-test-drive {
  font-size: 1em;
  margin-top: -17px !important;
  margin-left: -11px !important;
  right: auto !important;
}

.count-test-drive-menu {
  font-size: 1em;
  margin: 0 0 0 -8px;
  right: auto !important;
}
