.owl-carousel .owl-item {
    border-radius: 19.5px;
  }
  .owl-carousel .owl-item .item {
    border-radius: 19.5px;
    overflow: hidden;
  }
  .owl-carousel .owl-item .item img {
    display: block;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(203, 203, 203, 0.44);
    border: solid 10px white;
    border-radius: 19.5px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .owl-carousel .owl-item .item:hover img {
    transform: scale(1.1);
  }
  
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 70px;
  }
  @media (max-width: 991px) {
    .owl-theme .owl-nav.disabled + .owl-dots {
      margin-top: 10px;
    }
  }
  .owl-theme .owl-dots {
    margin-top: 70px;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    margin: 5px 7px;
    background: white;
    display: block;
    backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 3;
    border: solid 2px #007f7f;
  }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #007f7f;
  }
  .owl-theme.owl-carousel-testimonial .owl-dots {
    text-align: left;
  }
  .owl-theme.owl-carousel-testimonial .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent;
    border: 1px solid #ffac01;
  }
  .owl-theme.owl-carousel-testimonial .owl-dots .owl-dot.active span, .owl-theme.owl-carousel-testimonial .owl-dots .owl-dot:hover span {
    background: #ffac01;
  }