
*::after, *::before{
display:none;
}

.cust-quotes {
    max-width: 900px;
    height: 400px;
    position: relative;
    margin: auto;
    color: #fff;
}

.cust-quotes .owl-stage-outer {
  min-height: 350px;
}

.quotetext {
    padding-top: 10px;
}

.cust-quotes blockquote {
  text-align: center;
}

.cust-quotes p {
  padding-bottom: initial;
}

/* IE < 10 fallback */
.no-csstransitions .cust-quotes blockquote,
.no-csstransforms .cust-quotes blockquote {
   position:relative;
}

/* .cust-quotes blockquote:first-child {
    opacity: 0;
    transform: translateY(-10px) scale(1.1);
} */
/* .cust-quotes blockquote:first-child + blockquote {
    opacity: 1;
    z-index: 1;
    transition: opacity 1.6s ease 0s;
} */
.cust-quotes blockquote p {
  font-weight:normal;
  margin-bottom: 10px;
}
/* .cust-quotes blockquote p:before {
   content: '\201C';
}
.cust-quotes blockquote p:after {
   content: '\201D';
} */



.cust-quotes blockquote cite span,
.cust-quotes blockquote cite {
    text-align: center;
    font-size: 16px !important;
    font-weight: bold;
   color: #88ce5d !important;
}
.quotetext  {
  font-size:24px;
  font-weight:normal;
  line-height: 1.5em;
}
.active  .quotetext span {
    font-size: 24px !important;
    font-weight: normal !important;
}
.quoteppersontitle cite {
    text-transform: uppercase;
    font-weight: bold;
  color:#fff !important;
}

#testimonials {
    margin: 0 auto;
    width: 100%;
    background-color: #1f2932;
    padding-bottom: 0;
}
#testimonials .owl-dots {
  display: block;
  text-align: center;
}
#testimonials .owl-dot {
border-radius: 50%;
    width: 12px;
    padding: 0;
    height: 12px;
    margin: 0 6px;
    border: none;
}
#testimonials .owl-dot.active {
background: #80c35a !important;

}
#testimonials .owl-nav {
     display: none;
}
/*****************************************/
/* Responsive */
/*****************************************/


@media (max-width: 767px){

.quotetext {font-size: 1.3em !important;}
  .cust-quotes {
    height: auto;
  }
  #testimonials {
    padding-bottom: 60px;
}
  .quotetext {
    padding-top: 16px;
}
}
