.testimonial-slider-wrapper {
  background-color: #003057;
  padding-top: 50px;
  padding-bottom: 90px;
  
}

.testimonial-slider-wrapper h2 {
  color: #fff;
}

.testimonial-title-block {
 text-align: center; 
}

.testimonial-block-main {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  width: 100%;
  height: 400px;
  margin-top: 20px;
}

.testimonial-text-left {
  padding-right: 5%;
  border-right: 2px solid #cfcdc9;
  height: 100%;
}

.testimonial-text-left h3 {
  font-size: 36px;
  color:#0086D6;
  line-height: 1.2;
  margin-top: 0px;
}
.testimonial-text-right {
  position: relative;
  height: 100%;
  width: 100%;
}


.testimonial-text-right p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  
}

.testimonial-text-right p:first-child {
  
    font-family: 'Proxima Nova W01 Bold';
}

.testimonial-logo-wrapper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.testimonial-slider-wrapper .owl-dots {
 text-align: left; 
}

.testimonial-slider-wrapper .owl-carousel button.owl-dot {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1.5px solid #fff !important;
    background: transparent;
    margin-right: 8px;
  margin-top: 20px;
    display: inline-block;
    opacity: 0.6;
}

.testimonial-slider-wrapper .owl-carousel button.owl-dot.active {
  background-color: #fff;
}



.testimonial-cta-wrapper {
 text-align: center; 
  margin-top: -10px;

}

@media only screen and (max-width: 1100px) {
  .testimonial-block-main {
    height: auto;
  }
  

  .testimonial-logo-wrapper {
   position: relative; 
   margin-top: 40px; 
  }
}

@media only screen and (max-width: 767px) {
  
  .testimonial-text-left {
  padding-right: 0%;
  border-right: 0px solid #cfcdc9;
  border-bottom: 2px solid #cfcdc9;
  height: 100%;
   margin-bottom: 30px; 
   padding-bottom: 20px; 
}
  
  .testimonial-text-left h3 {
    font-size: 24px;
  }
  
   .testimonial-logo-wrapper {
   position: relative; 
   margin-top: 20px; 
  }
  
  .testimonial-slider-wrapper .owl-carousel .owl-dots {
   margin: auto; 
    text-align: center;
    margin-top: -20px;
  }
  
  .testimonial-slider-wrapper .owl-carousel button.owl-dot {
   
  margin-top: 15px;
  }
  
  .testimonial-cta-wrapper {
    margin-top: 20px;
  }
}

/* Nav Test*/

.testimonial-slider-wrapper .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -105px;
    display: block !important;
    border:0px solid black;
  color: transparent !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;
}

.testimonial-slider-wrapper .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -105px;
    display: block !important;
    border:0px solid black;
    color: transparent !important;
  background-image: url('https://cdn2.hubspot.net/hubfs/5700808/Core%20Site%20Images/SVGs/wetrack-next-icon.svg') !important ;
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background size: 50px;
}

@media only screen and (max-width: 1350px) {
  .testimonial-slider-wrapper .owl-next {
    display: none !important;
  }
  
  .testimonial-slider-wrapper .owl-prev {
    display: none !important;
  }
}