  .mm-icon {
    width: 30 px !important;
    margin: 5px 15px 5px 0;
  }

  .slider.flex.testimonial li:before {
    display: none;
  }

  .flex-control-nav li a.flex-active {
    background: #276fb6;
    outline: solid 2px #fff;
  }

  .flex-control-nav li {
    margin: 0px 4px;
    height: 11px;
    width: 11px;
  }

  .flex.testimonial:after {
    content: '';
    background-size: contain;
    height: 70px;
    width: 70px;
    position: absolute;
    background-image: url('https://www.manageengine.com/ems/images/icon/quote-icon-1.svg');
    background-repeat: no-repeat;
    right: 25px;
    top: 25px;
  }

  .flex.testimonial .caption:last-child {
    border-left: 0px;
    padding-left: 20px;
    margin: 0px;
  }

  .flex.testimonial {
    position: relative;
    color: #fff;
    max-width: 750px;
    background: linear-gradient(45deg, #1b3550, #0079c0);
    min-height: 250px;
  }

  .flex.testimonial .caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    grid-gap: 25px;
    max-height: 185px;
    width: 100%;
  }

  .flex.testimonial .caption h2 {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-family: cursive;
    margin: 0px;
    width: 100%;
  }
  .flex.testimonial .flex img{
    width: 50px;
  }
  ol.flex-control-nav.flex-control-paging li {
    margin: 0px 4px;
    height: 11px;
    width: 11px;
  }

  ol.flex-control-nav.flex-control-paging {
    padding: 0px;
    right: 5%;
    bottom: 8%;
  }

  .flexslider .flexBnrslides>li .flex {
    min-height: 0px;
  }

  .flex.testimonial .caption h2:before,
  .flex.testimonial .caption h2 span:after {
    display: none;
  }
  @media screen and (max-width:450px) {
    .flex.testimonial .flex img{
      display: none;
    }
    .flex.testimonial .caption{
      max-height: unset;
    }

  }
