.client-slider-module-wrapper {
  padding-top: 40px;
}



.client-slider-module-intro {
  text-align: center;
}

.client-slider-module-carousel {
  position: relative;
  padding-bottom: 40px;

}

.client-slider-module-carousel .owl-carousel .owl-dots {
 display: none !importamnt; 
}

.client-slider-module-block-wrapper {
 padding-left: 25px; 
  padding-right: 25px; 
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
    border: 1px solid #cfcdc9  ;
  height: 150px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
}
.client-slider-module-block {
  text-align: center !important;
  width: 100%;
  height: 100%;
  
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.client-slider-module-block h3 {
  margin-bottom: 0px;
}

.client-slider-module-block p {
  margin-top: 5px;
}

.client-slider-module-block img {
  height: 120px !important;
  width: auto !important;
  margin: auto;
}

.client-slider-module-carousel .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    background-image: url('https://cdn2.hubspot.net/hubfs/5700808/Core%20Site%20Images/SVGs/wetrack-next-icon.svg') ;
    border: none;
    padding: 0!important;
    font: inherit;
    font-size: 0px !important;
  cursor: pointer;
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background size: 50px;
  
}

.client-slider-module-carousel .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 20%;
    margin-left: -105px;
    display: block !important;
    border:0px solid black;
  color: #000 !important;
  padding: 10px;
  background-color: #ececec;
  border-radius: 30px;
  background-image: url('https://cdn2.hubspot.net/hubfs/5700808/Core%20Site%20Images/SVGs/wetrack-prev-icon.svg') !important ;
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background size: 50px;
}

.client-slider-module-carousel .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 20%;
    right: -105px;
    display: block !important;
    border:0px solid black;
    color: #000 !important;
}

.client-slider-module-carousel .owl-dots {
 display: none; 
}

@media only screen and (max-width: 1350px) {
  .client-slider-module-carousel .owl-prev {
    bottom: 0%;
    right: none;
    position: relative;
   left: 0px !important;
    margin-left: 0px !important;
    display: inline-block !important;
    
  }
  
 .client-slider-module-carousel .owl-next { 
     bottom: 0%;
    right: none;
    position: relative;
    right: 0px !important;
    display: inline-block !important;
  }
  
    .client-slider-module-carousel .owl-nav {
    text-align: center !important;
     margin-top: 35px; 
}
}

@media only screen and (max-width: 767px) {
  .client-slider-module-block-outer {
   padding-left: 10px;
    padding-right: 10px;
  }
}



