.autocare_brand a,
.autocare_brand a:active,
.autocare_brand a:focus,
.autocare_brand a:hover {
  text-decoration: none;
  outline: 0;
}
.owl-carousel.owl-drag .owl-item {
   
}
.autocare_brand img {
  max-width: 100%;
  height: auto;
}
.autocare_brand .brand-area {
  padding-top: 70px;
  padding-bottom: 70px;
}
.autocare_brand .brand-area .brand {
  position: relative;
  text-align: center;
  /* max-height: 100px !important; */
}
.autocare_brand .brand-area .brand .single-item {
 
  transition: all 0.3s ease-in 0s;
}
.autocare_brand .brand-area .brand .single-item img {
  display: inline-block;
  max-width: 100% !important;
  opacity: 1;
  /* padding: 37px 0; */
  position: relative;
  transition: all 0.3s ease-in 0s;
  width: auto !important;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}
.autocare_brand .brand-area .brand .single-item:hover {
 
}
.autocare_brand .brand-area .brand .single-item:hover img {
  opacity: 0.6;
}
.brand-area .owl-nav div {
  background: none;
}

/* .brand-area .owl-nav {
  left: 0;
  position: absolute;
  top: 33px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
} */

.brand-area .owl-nav .owl-prev {
  left: -20px;
  position: absolute;
  /* top: -15px; */
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  border: 1px solid #f6f6f6;
  height: 40px;
  display: block;
  background: #fff;
  z-index: 10;
  transition: all 700ms ease 0s;
}

.brand-area .owl-nav .owl-next {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f6f6f6;
  display: block;
  height: 40px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 10;
  transition: all 700ms ease 0s;
}

.brand-area .owl-nav .owl-prev:hover {
  background: var(--color-primary);
}

.brand-area .owl-nav .owl-next:hover {
  background: var(--color-primary);
}

.brand-area .owl-nav div .iconfont:hover {
  color: #fff;
}

.brand-area .owl-nav div .iconfont {
  color: #797979;
  font-size: 25px;
  display: block;
  padding-top: 2px;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .autocare_brand .container {
    padding: 0;
  }
}