p {
  margin-bottom: 10px;
}

.wrapper-no--slider {
  width: 100vw;
  height: 100vw;
}

.slide-nav {
  position: relative;
  bottom: 83px;
}

.cntrl-slider {
  width: 100%;
  height: auto;
  min-height: 100px;
}

.slide {
  width: 100%;
  height: 450px;
}

.push {
  width: 100%;
  height: 100px;
}

.img-slide {
  width: 100%;
  height: 100%;
  float: left;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-arrow {
  display: none;
}

.cntrl-testimonials {
  width: 100%;
  height: auto;
  max-width: 940px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-color: transparent;
}

.slide-testimonial-bg {
  width: 100%;
  height: auto;
  min-height: 50px;
  padding: 40px 60px 60px;
  background-color: #8dc041;
}

.txt-slider {
  width: 100%;
  height: auto;
  min-height: 50px;
  float: left;
}

.txt-slider p {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.h3-slider {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
}

.mask-2 {
  width: 100%;
  height: 100%;
  min-height: 50px;
}

.nav-dots {
  display: none;
}

.inner-slide {
  width: 100%;
  height: auto;
  min-height: 50px;
  float: left;
}

.img-tetimonial {
  position: relative;
  top: 23px;
  z-index: 20;
  width: 51px;
  height: 51px;
}

@media screen and (max-width: 991px) {
  .slide {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .slide {
    height: 250px;
  }
}

@media screen and (max-width: 479px) {
  .slide {
    height: 200px;
  }
}