.one-col-testimonial-slider {
  position: relative;
}

.one-col-testimonial-slider .top-curve {
  width: 100%;
  height: 130px;
  border-radius: 100% 100% 0 0/ 100% 100% 0px 0px;
  top: -129px;
  position: absolute;
  z-index: 2;
}

.one-col-testimonial-slider .bottom-curve {
  width: 100%;
  height: 130px;
  border-radius: 100% 100% 0 0/ 100% 100% 0px 0px;
  bottom: -130px;
  transform: rotate(180deg);
  z-index: 1;
  position: absolute;
}

.one-col-testimonial-slider .content-container h2 {
  font-size: 2.25rem;
  line-height: 2.75rem;
}

.one-col-testimonial-slider .btn-wrapper.align-max-center .btn-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.one-col-testimonial-slider .logo-slider-wrapper {
  margin-top: 3.5em;
}

.one-col-testimonial-slider .logo-wrapper {
  padding-right: 2em;
  padding-left: 2em;
}

.one-col-testimonial-slider .logo-wrapper a {
    pointer-events: none;
}

.one-col-testimonial-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.one-col-testimonial-slider .slider-container {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.one-col-testimonial-slider .slider-container.slick-initialized {
  visibility: visible;
  opacity: 1;    
}

.one-col-testimonial-slider .testimonial-container img {
  margin: 0 auto;
  max-width: 100px !important;
}

.one-col-testimonial-slider .name-container p {
  font-family: 'Ubuntu Bold', sans-serif;
  font-weight: 700;
  margin-top: 20px;
}

.one-col-testimonial-slider .slick-list {
/*   margin-bottom: -7px; */
  margin-bottom 0 -20px -7px -20px;
}

.one-col-testimonial-slider .slick-slide {
  margin: 0 20px;
}

.one-col-testimonial-slider .slick-dots {
  bottom: -60px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.one-col-testimonial-slider ul.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
/*   margin: 0 2px; */
  margin: 0 6px;
  padding: 0;
  position: relative;
  width: 20px;
}

.one-col-testimonial-slider ul.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 20px;
}

.one-col-testimonial-slider .slick-dots li button:before {
  /* font-size: 6px; */
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
/*   width: 12px;
  height: 12px; */
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFF;
  border-radius: 50%;
}

.one-col-testimonial-slider .slick-dots li.slick-active button:before {
  background: #081C36;
}

@media(max-width: 767px) {
  .one-col-testimonial-slider .top-curve {
    height: 66px;
    top: -65px;
  }
  
  .one-col-testimonial-slider .bottom-curve {
    bottom: -66px;
    height: 66px;
  }
  
  .one-col-testimonial-slider h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 0;
  }
  
  .one-col-testimonial-slider .logo-wrapper {
    padding-right: 1em;
    padding-left: 1em;
  }
}