.testimonialsection {
    margin-top: 80px;
}

h2.section_title  {
    color: #666;
    font-size: 25px;
    font-weight: 700;
    padding: 0;
}
.slick-carousel {margin:20px 0 30px 0 !important;}
.slick-slide {
    text-align: left;
}

.slick-prev,
.slick-next {
    position: relative;
    background: transparent;
    border: none;
    color: #005A9E;
    width: 30px;
    height: 30px;
    display: none !important;
}
  
.slick-next { 
    right: 0; 
    top: -95px;
}
.slick-prev { 
    left: 0; 
    top: 46px;
}
  
ul.slick-dots {
    list-style: none;
    margin: 0 auto;
    text-align: center;
}

.slick-dots li {
      display: inline-block;
}
.slick-dots button { 
        transition: 0.2s background-color ease-in-out 0s, 0.2s opacity ease-in-out 0s;
        border: none;
        padding: 0;
        color: transparent;        
        width: 10px;
        height: 10px;
        background-color: #777;
        border: 2px solid #777;
        margin-right: 10px;
        border-radius: 50%;
        opacity: 0.25;
}
  
.slick-active button { 
  background-color: #fff;
  opacity: 1;
}
.slick-slider .slick-track {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
}

  .slick-initialized .slick-slide.slick-active {
    display: flex;
    flex-flow: column;
    float: none;
    height: auto;
  }


.slide-content.slick-slide {
    margin: 0 30px 20px 30px;
}
.testimonial_author p {
    font-size: 18px;
    font-weight: 500;
    color: #005a9e;
    margin-bottom: 10px;
}
.testimonial_sub_text p {
    font-size: 15px;
    line-height: 18px;
    color: #000;
    margin-bottom: 35px;
    letter-spacing: .5px;
}

.testimonial_image {
  margin-top: auto;
}

.testimonial_image img {
    border-radius: 50%;
    box-shadow: 0 7px 13px -6px #00000036;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.testimonial_author_position p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    padding: 5px 0;
}

/* Landscape iphones 6 and portrait tablets */
@media (max-width: 767px) {
body .testimonial_image img {
   margin: 0 auto 10px;
}
  .testimonial_image {
   text-align: center;
    margin-top: 0;
}
  ul.slick-dots {
   position: unset;
   padding-left: 0;
   padding-right: 0;
   text-align: center;
}
  
  .slide-content.slick-slide {
   text-align: center;
}
  .slide-content.slick-slide {
    margin: 47px 47px!important;
}

  body .testimonial_author p{
  font-size: 16px;
  }
  
  
  h2.section_title {
     font-size: 20px!important;
     text-align:center;
     margin-bottom: 0px;
  }
 
}


/* ipad Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
 .title_main{
  padding-left: 0px;
   text-align:center;
  }
   h2.section_title {
     text-align:center;
  }

  .testimonialsection {
    margin-top: 80px !important;
  }
  .testimonial_image {
    margin-top: auto;
  }

.testimonialsection .container {
    margin-bottom: 100px;
}
.testimonialsection .slide-content.slick-slide {
    margin: 20px 10px;
}
  
}


/*  ipad pro Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  
.title_main{
  padding-left: 0px;
   text-align:center;
  }
   h2.section_title { 
     text-align:center;
  }

.section_title h1 {
    padding: 0 0 10px 5px;
    text-align: center;
}
  .testimonialsection {
    margin-top: 0px !important;
}


.testimonialsection .container {
    margin-bottom: 100px;
}
.testimonialsection .slide-content.slick-slide {
    margin: 20px 10px;
}
.testimonial_image {
  margin-top: auto;
}

}