/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

/*Right*/
.owl-theme .owl-nav [class*='owl-next'] {
  margin-left: 15px;
  border: solid #007bff;
  border-width: 0 6px 6px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/*Left*/
.owl-theme .owl-nav [class*='owl-prev'] {
  margin-right: 15px;
  border: solid #007bff;
  border-width: 0 6px 6px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/*Right-brand*/
div.container#cust-mobile .owl-theme .owl-nav [class*='owl-next'] {
  margin-left: 15px;
  border: solid #e8f1f2;
  border-width: 0 6px 6px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/*Left-brand*/
div.container#cust-mobile .owl-theme .owl-nav [class*='owl-prev'] {
  margin-right: 15px;
  border: solid #e8f1f2;
  border-width: 0 6px 6px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);

  /*.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-weight: 900;
    font-size: 18px;
    margin: 5px;
    padding: 0px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 25px; } */
.owl-theme .owl-nav [class*='owl-']:hover {
      background: transparent;
      color: #007bff;
      text-decoration: none; }
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
div.container#brand-mobile .owl-theme .owl-dots .owl-dot span {
    width: 5px !important;
    height: 5px !important;
    margin: 5px 7px;
    background: #007bff !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #005ec2; }
