* {

  box-sizing: border-box;

  margin: 0;

  padding: 0;

}

.slider {

  width: 90%;

  margin: 100px auto;

}



.slick-slide {

  margin: 0px 20px;

}



.slick-slide img {

  width: 100%;

}



.slick-prev:before,

.slick-next:before {

  color: black;

}



.slick-slide {

  transition: all ease-in-out 0.3s;

  opacity: 0.2;

}



.slick-active {

  opacity: 0.5;

}



.slick-current {

  opacity: 1;

}

/*.pageContainer {
        display: flex;
        justify-content: center;
      }*/
      .clientTestimonial {
        width: 1170px;
      }
      .upperParent {
        display: flex;
      }
      .upperText h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        margin-left: 17px;
      }
      .upperText p {
        font-size: 14px;
        color: #555555;
        margin-left: 30px;
        margin-top: 10px;
      }
      .navButt {
        height: 20px;
        width: 20px;
        display: inline-block;
      }
      .upperSecond {
        text-align: right;
      }

      .testimonial_quote {
/*        width: 33%;*/
        padding: 20px 10px;
      }
      .quote_content {
        background: #f8f8f8
          url('../images/quote.png')
          14px 14px no-repeat;
        border: 1px solid #e5e5e5;
        position: relative;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        border: 3px solid white;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.11);
        margin: 1px;
        
  padding: 35px 40px;     
        
      }
      .quote_content p {
        margin: 22px 24px 22px 52px;
        font-size: 15px;
        line-height: 26px;
        font-family: Droid serif;
        font-style: italic;
        color: #777;
      }
      .quote_arrow {
        width: 14px;
        height: 14px;
        position: absolute;
        bottom: -12px;
        left: 47px;
        background: url('../images/quote_arrow-1-3.png')
          0px 0px no-repeat;
      }
      .quote_author {
        font-family: 'NovecentowideLightBold';
        position: relative;
        left: 48px;
        margin-top: 14px;
      }
      .icon_testimonial {
        background: url('../images/icon_testimonial.png')
          0px 3px no-repeat;
        font-size: 16px;
        padding-left: 22px;
      }
      .quote_author_description {
        display: block;
        color: #aaa;
        font-size: 11px;
        font-family: Droid serif;
        font-style: italic;
      }
      .testMainDiv {
        display: flex;
        flex-wrap: wrap;
      }
/*.slick-prev:before {
    content: "<";
    color: #fff !important;
    font-size: 18px !important;
    background: #07bee5;
    border-radius: 3px;
    padding: 3px 4px !important;
}*/
/*.postSlider i.fa.fa-angle-left.slick-arrow {
    background: #07BEE5;
    color: #fff;
    border-radius: 4px;
    padding: 2px 5px;
}
.postSlider i.fa.fa-angle-left.slick-arrow {
    background: #07BEE5;
    color: #fff;
    border-radius: 4px;
    padding: 2px 5px;
    position: absolute;
    left: 96%;
}
.postSlider i.fa.fa-angle-right.slick-arrow {
    background: #07BEE5;
    color: #fff;
    border-radius: 4px;
    padding: 2px 5px;
    position: absolute;
    right: 0;
    top: 0;
}*/
.slick-active {
    opacity: 1 !important;
}