.all-service-banner {
  padding: 50px;
  line-height: 8px;
  height: 550px;
  /* height: 100vh; */
  overflow: hidden;    
  position: relative;
  background: #333333 url(../images/testimonial-banner-bg.png) center 0 no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.qutoeImg{
  position: absolute;
  right: 0;
  bottom: 0;
}
.service-banner {
  max-width:754px;
  margin: 0 auto;
}

.all-service-banner h1 {
  font-size: 48px;
  line-height: 60px;
  color: #F4F6F9;
  font-family: 'graphikbold';
}
.all-service-banner .line{
  background-color: #51D581;
  width: 60px;
  height: 8px;
  margin-bottom: 24px;
}
.all-service-banner span{
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  line-height: 30px;
  display: block;
  margin-top: 18px;
  font-family: 'graphikmedium';
}

.all-service-banner p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 14px;
  font-family: 'graphikmedium';
}
li.breadcrumb-item a{
  color: #51D581;
}

.allTestimonialSection{
  padding: 60px 0;
}
.allTestimonialSection .row{
  margin-left: -20px;
  margin-right: -20px;
}
.allTestimonialSection .col-12{
  padding-left: 20px;
  padding-right: 20px;
}
.allTestimonialSection .testimonialsBlock{
  margin-bottom: 40px;
  height: calc(100% - 40px);
  min-height: 410px;
}
.allTestimonialSection .testimonialsBlock p{
  margin-bottom: 0;
  margin-top: 20px;
  color: #757575;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  z-index: 1;
}
.allTestimonialSection .testimonialsBlock .testiDetails{
  width: auto;
  position: inherit;
}
.allTestimonialSection .testimonialsBlock .testimonials-inner{
  margin-bottom: 0;
  position: relative;
  height: 100%;
  padding: 30px;
  /* padding-bottom: 90px; */
}
.testimonialsBlock .testiDetails .clientBlock .info label{
  color: #49CC79;
}
.testimonialThumb{
  position: relative;
}
.testimonialThumb::before{
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/svg/left-top.svg) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  content: "";
}
.testimonialThumb::after{
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/svg/bottom-right.svg) 0 0 no-repeat;
  width: 14px;
  height: 16px;
  content: "";
}
.testimonialsVideo video{
  width: 100%;
  height: 100%;
}

/* start media tablet css*/
@media (max-width: 1199px) {
  .allTestimonialSection .testimonialsBlock{
    width: 100%;
  }
}


@media (max-width: 991px) {

  .service-banner {
    max-width: 100%;
  }
  .testimonialsBlock{
    max-width: 100%;
  }
  .all-service-banner{
    height: 600px;
  }

}

/* start media mobile css*/

@media (max-width: 767px) {
  .client-logo-testimonial{
    margin-top: 20px;
  }

  .allTestimonialSection .testimonialsBlock p{
    margin-bottom: 10px;
  }
  .service-banner::after {
    display: none;
  }

  .all-service-banner {
    padding: 50px 15px;
    /* height: 580px; */
    height:100vh;
  }
  .innerBannerNotification{
    height: 100vh;
  }

  .all-service-banner .bg-line {
    top: -8px;
  }

  .service-banner {
    max-width: 100%;
  }


  .all-service-banner h1 {
    font-size: 30px;
    line-height: 34px;
  }


}