.c-slider-container {
  width: 100%;
}

.c-slider {
  width: 100%;
}

.slick-slide.hidden {
  display: none !important;
}

{# THIS IS THE SLICK SLIDER CSS FOR FUNCTIONALITY #}
.c-slider .slick-dots li {
  width: 30px;
  height: 3px;
  border-radius: 0;
}

.c-slider .slick-dots li.is-selected { 
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.c-slider .slick-dots {
  position: static;
  margin-top: 20px;
}

.c-slider .slick-arrow:focus{ outline: none;}
.c-slider .slick-arrow:hover{ opacity:0.4;}

.c-slider button.slick-prev,
.c-slider button.slick-next {
  position: absolute;
  top: 40%;
  margin-top: -30px;
  border-radius: 30px;
  background: transparent;
}

.c-slider button.slick-prev { 
  left: -60px; 
  transform: rotate(45deg);
}
.c-slider button.slick-next { 
  right: -60px; 
  transform: rotate(-135deg);
}

.c-slider button.slick-prev svg,
.c-slider button.slick-next svg {
  display: none; 
}

@media screen and (min-width:575px){
.row.testimonials {
  margin-left:15%!important;
}
}

@media screen and (max-width:575px){

  .c-quote-icon-3 {
    width: 40px!important;
    height: 40px!important;
    padding: 0px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    top: -5px!important;
    {%- if module.style.slide_3.quote_icon_bg_color and module.style.slide_3.quote_icon_bg_color.opacity > 0 -%}
      background-color: rgba(, );
    {%- endif -%}
  }
  
  .c-quote-icon-3 svg {
    {%- if module.style.slide_3.icon_color and module.style.slide_3.icon_color.opacity > 0 -%}
      fill: rgba(, {% if module.style.slide_3.icon_color.opacity == '100' %}1{% else %} 0.{% endif %});
    {%- endif -%}
  }
}