
.testimonials-title01 {
    text-align: center;
  margin-bottom:30px;
}
.testimonials-title01 h2{
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    line-height: 1.2;
    display: inline-block;
    position: relative;
    padding: 0 0 20px 0;
  position:relative;
  margin:0 0 15px 0;
}
.testimonials-title01 h2:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
    width: 40px;
  background-color: #20a3f0;
  height:2px;
}

/*Testimonials01-tab*/
.Testimonials01-tab{
  text-align:center;
  padding:0;
}
.Testimonials01-tab .Testimonials01-con{
  position:relative;
  border:1px solid #d1d1d1;
  padding:15px 25px 7px 25px;
}
.Testimonials01-tab .Testimonials01-con:before{
  content:"";
  position:absolute;
  bottom:-6px;
  left:50%;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  background-color: #fff;
      width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  margin:0 0 0 -5px;
}
.Testimonials01-tab img{
  width:50px;
  height:50px;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  margin:20px 0 0 0;
}
.Testimonials01-tab h2{
  color:#424242;
  margin:0;
  line-height:1.2;
  padding:14px 0 0 0;
  font-weight:bold;
  font-size:15px;
}
.Testimonials01-tab h3{
  color:#666;
  font-weight:normal;
  margin:0;
  font-size:13px;
  line-height:1.2;
  padding:5px 0 0 0;
}

/*Testimonials02-tab*/
.Testimonials02-tab .last_page,
.Testimonials02-tab .next_page {
  border: none;
  text-indent: -100px;
  overflow: hidden;
  border-left: 2px solid #666666;
  border-bottom: 2px solid #666666;
  width: 18px;
  height: 18px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: auto;
  left:10px;
  top: 50%;
        transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms ;
    -ms-transition: all ease-in 200ms ;
}
.Testimonials02-tab .last_page:hover,
.Testimonials02-tab .next_page:hover{
  border-left: 2px solid #20a3f0;
  border-bottom: 2px solid #20a3f0;
}
.Testimonials02-tab .next_page {
  left: auto;
  right:10px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.Testimonials02-tab{
  text-align:center;
}
.Testimonials02-tab blockquote{
  font-style:normal;
  padding:0 50px;
}
.Testimonials02-tab blockquote p{
  text-indent:inherit;
  font-style: normal;
}
.Testimonials02-tab blockquote span.pic img{
  width:90px;
  height:90px;
  border-radius:50%;
}
.Testimonials02-tab blockquote h2 {
  font-weight:bold;
  margin:0;
  line-height: 1.5;
  font-size:15px;
  color: #5E0069;
}
.Testimonials02-tab blockquote p {
  padding:20px 0 8px 0;
  margin:0;
  font-size: 18px;
}
.Testimonials02-tab blockquote h2 span {
  text-transform:capitalize;
  font-size:13px;
  font-weight: normal;
  display:block;
  color: #5E0069;
}

/*Testimonials03-tab*/
.Testimonials03-tab blockquote{
  border:1px solid #d1d1d1;
  position:relative;
  padding:20px 20px 30px 105px;
  font-style:inherit;
}
.Testimonials03-tab blockquote p{
  text-indent:inherit;
  font-weight:normal;
  font-style: normal;
  color:#666;
}
.Testimonials03-tab .pic{
  position:absolute;
  left:20px;
  top: 25px;
  width:60px;
  height:60px;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  overflow:hidden;
}
.Testimonials03-tab blockquote h2{
  font-size:15px;
  color:#20a3f0;
  font-style:inherit;
  font-weight:normal;
  margin:0;
  line-height:1.2;
  padding:18px 0 0 0;
}
.Testimonials03-tab blockquote span{
  font-size:13px;
  color: #393939;
}
.Testimonials03-tab .dot{
  width:100%;
  bottom:30px;
  right:15px;
  text-align:right;
}
.Testimonials03-tab .dot a{
  width:10px;
  height:10px;
  border:0;
  background-color:#e3e3e3;
}
.Testimonials03-tab .dot a.actived{
  background-color:#20a3f0;
}

/*Testimonials04-tab*/
.Testimonials04-tab blockquote{
  font-style:inherit;
  padding:0;
}
.Testimonials04-tab blockquote p{
    font-style: normal;
    text-indent: inherit;
    border: 1px solid #d1d1d1;
    padding: 20px 20px 25px;
    position: relative;
  margin:0 0 35px 0;
}
.Testimonials04-tab blockquote p:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left:35px;
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    background-color: #fff;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin: 0 0 0 0;
}
.Testimonials04-tab blockquote .pic img{
  float:left;
  margin:0 20px 0 18px;
  width:50px;
  height:50px;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
}
.Testimonials04-tab blockquote .pic h2{
  margin:0;
  line-height: 1.2;
  padding: 9px 0 0 0;
  font-weight:normal;
  font-size:13px;
  color:#393939;
}
.Testimonials04-tab blockquote .pic span{
  font-size:13px;
}
.Testimonials04-tab .last_page,
.Testimonials04-tab .next_page {
    width:30px;
    height: 30px;
    right:30px;
    font-size: 0;
    overflow: hidden;
    text-indent: -999;
  border:0;
      border-radius:50%;
    -moz-border-radius: 50%;
    -webkit-border-radius:50%;
      transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms ;
    -ms-transition: all ease-in 200ms ;
  bottom:30px;
}
.Testimonials04-tab .next_page {
    margin: 0 0 0 0;
    right: 0;
    left: auto;
}
.Testimonials04-tab .last_page:hover:before{
    border-top: 2px solid #20a3f0;
    border-left: 2px solid #20a3f0;
}
.Testimonials04-tab .next_page:hover:before{
    border-right: 2px solid #20a3f0;
    border-bottom: 2px solid #20a3f0;
}
.Testimonials04-tab .last_page:before,
.Testimonials04-tab .next_page:before {
    content: "";
    border-top: 2px solid #393939;
    border-left: 2px solid #393939;
    width:16px;
    height: 16px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin:-7px 0 0 -4px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
        transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms ;
    -ms-transition: all ease-in 200ms ;
}
.Testimonials04-tab .next_page:before {
    border-top:0;
    border-left:0;
    border-right: 2px solid #393939;
    border-bottom: 2px solid #393939;
    width: 16px;
    height: 16px;
    left: 50%;
    margin:-7px 0 0 -12px;
}

/*Testimonials05-tab*/
.Testimonials05-tab blockquote{
  font-style:inherit;
  padding:0;
}
.Testimonials05-tab blockquote p{
    font-style: normal;
    text-indent: inherit;
    border: 1px solid #d1d1d1;
  border-top:2px solid #20a3f0;
    padding: 19px 20px 25px;
    position: relative;
  margin:0 0 35px 0;
}
.Testimonials05-tab blockquote p:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left:35px;
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    background-color: #fff;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin: 0 0 0 0;
}
.Testimonials05-tab blockquote .pic img{
  float:left;
  margin:0 20px 0 18px;
  width:50px;
  height:50px;
}
.Testimonials05-tab blockquote .pic h2{
  margin:0;
  font-weight:normal;
  font-size:13px;
  color:#393939;
  line-height: 1.2;
  padding: 9px 0 0 0;
}
.Testimonials05-tab blockquote .pic span{
  font-size:13px;
}
.Testimonials05-tab .dot{
  right:0;
  bottom: 40px;
}
.Testimonials05-tab .dot a{
  width:10px;
  height:10px;
  border:0;
  background-color:#e3e3e3;
}
.Testimonials05-tab .dot a.actived{
  background-color:#20a3f0;
}

/*Testimonials06-tab*/
.Testimonials06-tab blockquote{
	font-style:inherit;
	padding:0;
}
.Testimonials06-tab blockquote p{
	font-style: normal;
	text-indent: inherit;
	border: 1px solid #d1d1d1;
	border-bottom:2px solid #20a3f0;
	padding: 20px 20px 24px;
	position: relative;
	margin:0 0 35px 0;
	background-color:#e8e8e8;
}
.Testimonials06-tab blockquote p:before {
    border: 8px solid transparent;
    border-top: 8px solid #20a3f0;
    content: "";
    display: block;
    position: absolute;
    left: 32px;
    bottom: 0;
    width: 0;
    margin: 0 0 -16px 0;
}
.Testimonials06-tab blockquote .pic img{
  float:left;
  margin:0 20px 0 18px;
  width:50px;
  height:50px;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
}
.Testimonials06-tab blockquote .pic h2{
  margin:0;
  line-height: 1.2;
  padding: 9px 0 0 0;
  font-weight:normal;
  font-size:13px;
  color:#393939;
}
.Testimonials06-tab blockquote .pic span{
  font-size:13px;
}
.Testimonials06-tab .last_page,
.Testimonials06-tab .next_page {
    width:30px;
    height: 30px;
    right:30px;
    font-size: 0;
    overflow: hidden;
    text-indent: -999;
  border:0;
      border-radius:50%;
    -moz-border-radius: 50%;
    -webkit-border-radius:50%;
      transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms ;
    -ms-transition: all ease-in 200ms ;
  bottom:30px;
}
.Testimonials06-tab .next_page {
    margin: 0 0 0 0;
    right: 0;
    left: auto;
}
.Testimonials06-tab .last_page:hover:before{
    border-top: 2px solid #20a3f0;
    border-left: 2px solid #20a3f0;
}
.Testimonials06-tab .next_page:hover:before{
    border-right: 2px solid #20a3f0;
    border-bottom: 2px solid #20a3f0;
}
.Testimonials06-tab .last_page:before,
.Testimonials06-tab .next_page:before {
    content: "";
    border-top: 2px solid #393939;
    border-left: 2px solid #393939;
    width:16px;
    height: 16px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin:-7px 0 0 -4px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
        transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms ;
    -ms-transition: all ease-in 200ms ;
}
.Testimonials06-tab .next_page:before {
	border-top:0;
	border-left:0;
	border-right: 2px solid #393939;
	border-bottom: 2px solid #393939;
	width: 16px;
	height: 16px;
	left: 50%;
	margin:-7px 0 0 -12px;
}


/* Testimonials07-tab */
.testimonials-bg01 {
    background: url(../images/testimonials/dg-testimonials-bg01.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.Testimonials07-tab {
   text-align:center;
   padding:0 0 60px 0;
}
.Testimonials07-tab blockquote{
  position:relative;
  padding:0;
  font-style:normal;
}
.Testimonials07-tab blockquote p{
  color:#fff;
  font-weight:normal;
  font-style: normal;
  position:relative;
  padding:0 325px;
  text-indent:inherit;
}
.Testimonials07-tab blockquote:before{
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 46px;
    left: 180px;
    position: absolute;
    color: #fff;
    top: 50%;
    margin-top: 30px;
}
.Testimonials07-tab blockquote:after{
    content: "\f10e";
    font-family: "FontAwesome";
    font-size: 46px;
    right:180px;
    position: absolute;
  color: #fff;
    top: 50%;
    margin-top: 30px;
}
.Testimonials07-tab blockquote h2{
  text-align:center;
  font-size:15px;
  line-height: 1.7;
  font-weight: bold;
  color:#fff;
  margin:0;
  padding:20px 0 0 0;
}
.Testimonials07-tab blockquote .pic{
  margin:0;
  width:105px;
  height:105px;
  overflow:hidden;
  display:block;
  margin:0  auto 35px auto;
  border-radius: 50%;
}
.Testimonials07-tab blockquote h2 span{
  display:block;
  font-size:13px;
  font-weight: normal;
}
.Testimonials07-tab .last_page,
.Testimonials07-tab .next_page {
  width:43px;
  height:43px;
  border:1px solid #fff;
  background-color:transparent;
  top: 35px;
  bottom: 0;
  left: 50%;
  right:auto;
  font-size:0;
  overflow: hidden;
  text-indent:-999;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms ;
  -ms-transition: all ease-in 200ms ;
}
.Testimonials07-tab .last_page:hover,
.Testimonials07-tab .next_page:hover{
    background-color:#20a3f0;
  border:1px solid #20a3f0;
}
.Testimonials07-tab .last_page {
  margin: 0 0 0 -116px;
  }
.Testimonials07-tab .next_page{
  margin: 0 0 0 72px;
  }
.Testimonials07-tab .last_page:before{
  content: "";
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 8px;
  height: 8px;
  left:50%;
  top: 50%;
  position: absolute;
  margin: -4px 0 0 -2px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  }
.Testimonials07-tab .next_page:before{
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 8px;
  height: 8px;
  left:50%;
  top: 50%;
  position: absolute;
  margin: -4px 0 0 -6px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  }
.Testimonials07-tab .dot{
  width:100%;
}
.Testimonials07-tab .dot a {
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
}
.Testimonials07-tab .dot a.actived,
.Testimonials07-tab .dot a:hover {
  background-color: #fff;
}

/*Testimonials08-tab*/
.Testimonials08-tab {
  padding-bottom: 30px;
}
.Testimonials08-tab blockquote{

  padding:0 0 30px 0;
  font-style: normal;
  margin:0;
  position:relative;
}

.Testimonials08-tab .dot {
    width: 100%;
    text-align: center;
    bottom: 20px;
}
.Testimonials08-tab .dot a{
  width:9px;
  height:9px;
  border:0;
  background:#e3e3e3;
}
.Testimonials08-tab .dot a.actived{
  background-color:#20a3f0;
}
.Testimonials08-tab blockquote p {
    text-indent: inherit;
    font-style: normal;
}
.Testimonials08-tab .testimonials08-box{
  position:relative;
  padding:0 0 0 150px;
}
.Testimonials08-tab .testimonials08-box .pic img{
  position:absolute;
  left:20px;
  top:0px;
  width:96px;
  height:96px;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border:1px solid #666666;
  padding:3px;
}
.Testimonials08-tab .testimonials08-box h2{
  font-size:15px;
  color:#242424;
  line-height: 1.7;
  font-weight: bold;
  margin:0;
}
.Testimonials08-tab .testimonials08-box h2 span{
  display:block;
  font-weight:normal;
  color:#353535;
  font-size: 13px;
}
.Testimonials08-tab .testimonials08-box .line{
  border-bottom:1px solid #d8d8d8;
  width:140px;
  margin:15px 0 15px 0
}
.Testimonials08-tab .col-sm-4{
  border-right:1px dashed #d3d3d3;
}
.Testimonials08-tab .col-sm-4:nth-child(3n) {
  border: 0;
}



/*Testimonials09-tab*/
.Testimonials09-tab{
  text-align:center;
  border:1px solid #d2d2d2;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

.Testimonials09-tab .last_page,
.Testimonials09-tab .next_page {
    width: 44px;
    height: 44px;
    top:50%;
    margin-top: -22px;
    left: 78px;
    border:1px solid #e4e4e4;
    font-size: 0;
    overflow: hidden;
    text-indent: -999;
      border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
      transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms ;
    -ms-transition: all ease-in 200ms ;
}
.Testimonials09-tab .next_page{
    right: 78px;
    left: auto;
}
.Testimonials09-tab .last_page:hover,
.Testimonials09-tab .next_page:hover{
   border:1px solid #999;
}
.Testimonials09-tab .last_page:before,
.Testimonials09-tab .next_page:before {
    content: "";
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    width: 8px;
    height: 8px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -4px 0 0 -2px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms ;
    -ms-transition: all ease-in 200ms ;
}
.Testimonials09-tab .next_page:before {
    border-top:0;
    border-left:0;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin: -4px 0 0 -6px;
}
.Testimonials09-tab .last_page:hover:before{
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}
.Testimonials09-tab .next_page:hover:before{
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
.Testimonials09-tab blockquote{
  padding:58px 30px 100px 30px;
  color:#666;
  margin: 0;
}
.Testimonials09-tab blockquote p{
  color:#666;
  font-style: normal;
}
.Testimonials09-tab blockquote .pic{
  display:block;
  padding:0 0 25px;
}
.Testimonials09-tab blockquote .pic img{
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  width:76px;
  height:76px;
}
.Testimonials09-tab blockquote h2{
  color:#353535;
  font-size:15px;
  font-weight: bold;
  font-style:normal;
  margin:0;
  padding:15px 0 0 0;
  line-height: 1.2;
}
.Testimonials09-tab blockquote h2 span{
  display:block;
  font-weight:normal;
  font-size:13px;
  padding-top: 10px;
}
.Testimonials09-tab .dot {width: 100%;text-align: center;bottom: 56px;}
.Testimonials09-tab .dot a {
  width: 9px;
  height: 9px;
  background: #e3e3e3;
  border: 0;
}
.Testimonials09-tab .dot a.actived {background: #20A3F0;}

/*Testimonials10-tab*/
.testimonials-bg02{
    background: url(../images/testimonials/dg-testimonials-bg02.jpg) no-repeat center center;
    background-size: cover;
  text-align:center;
  color:#fff;
  background-attachment: fixed;
}

.Testimonials10-tab {
  overflow: hidden;
}
.Testimonials10-tab blockquote {
  padding: 0px 0px 25px;
  margin: 0px;
}
.Testimonials10-tab blockquote p {
  color: #8a8a8a;
  font-size: 16px;
  line-height: 1.8;
  padding: 0px;
  margin: 0px;
  text-indent: 0px;
  font-style:normal;
}
.Testimonials10-tab blockquote small {
  font-size: 16px;
  color: #3b9cf7;
  position: static;
  text-align: center;
  padding-top: 12px;
  font-style:normal;
}
.Testimonials10-tab blockquote small:before {
  content: "";
}
.Testimonials10-tab .pic_name {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight:normal;
  margin: 0;
}
.Testimonials10-tab h2.testimonials-circle-title{
   margin:0 0;
   padding:0;
}
.slider_wrapper.Testimonials10-tab .circle_slider_nav_right.circle_slider_no_border span {
    background: url(../images/testimonials/testimonials-circle.png) no-repeat right 8px !important;

}
.slider_wrapper.Testimonials10-tab .circle_slider_nav_left.circle_slider_no_border span{
    background: url(../images/testimonials/testimonials-circle.png) no-repeat left 8px !important;
}
.slider_wrapper.Testimonials10-tab span.all_around_text_span_down {
    padding: 10px 0 0 0!important;
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
}
h2.Testimonials10-tab-title {
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    color: #20A3F0;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 8px 0;
}
.Testimonials10-tab .slider_item .slider_wrap > div {
  padding-left: 30px;
  padding-right: 30px;
}

/*Testimonials11-tab*/
.Testimonials11-tab .testimonials11-box{
  /* position:relative;
  padding:15px 15px 15px 135px; */

}
/* DSN - Oct. 26, 2021 */
.Testimonials11-tab .testimonials11-box .pic{
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.Testimonials11-tab .testimonials11-box .pic img{
  /* position:absolute; */
  left:20px;
  top:20px;
  width:150px;
  height:150px;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  padding:0px;
}
.Testimonials11-tab .testimonials11-box h2{
  font-size:15px;
  color:#242424;
  margin:20px 0 0 0;
  line-height: 1.5;
  font-weight: bold;
}
.Testimonials11-tab .testimonials11-box h2 span{
  display:block;
  font-size: 13px;
  font-weight:normal;
  color:#353535;
}
.Testimonials11-tab .testimonials11-box p {min-height: 92px;}
.Testimonials11-tab .col-sm-4{
  border-right:1px dashed #d3d3d3;
}
.Testimonials11-tab .row .col-sm-4 {padding: 25px 15px;border-bottom: 1px dashed #d3d3d3; }
.Testimonials11-tab .row:first-child .col-sm-4 {padding: 0 15px 25px;}
.Testimonials11-tab .row:last-child .col-sm-4 {padding: 25px 15px 0;border-bottom: 0;}
.Testimonials11-tab .row .col-sm-4:nth-child(3n) {border-right: 0;}




@media only screen and (min-width:1600px) {
  .testimonials-title01 p {padding:0 360px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .testimonials-title01 p {padding:0 250px;}
  .Testimonials11-tab .testimonials11-box p {min-height: 161px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonials-title01 p {padding:0 150px;}
  .Testimonials07-tab blockquote p {padding: 0 90px;}
  .Testimonials07-tab blockquote:before {left: 0;}
  .Testimonials07-tab blockquote:after {right: 0;}
  .Testimonials08-tab .testimonials08-box .pic img {left: 0;}
  .Testimonials08-tab .testimonials08-box {padding: 0 0 0 110px;}
  .Testimonials11-tab .testimonials11-box .pic img {left: 0;}
  .Testimonials11-tab .testimonials11-box {padding: 15px 15px 15px 110px;}
  .Testimonials11-tab .testimonials11-box p {min-height: 184px;}

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-title01 p {padding:0 40px;}
  .Testimonials02-tab .last_page {left: 3px;}
  .Testimonials02-tab .next_page {right: 3px;}
  .Testimonials02-tab blockquote {padding: 0 15px;}
  .Testimonials03-tab blockquote {padding: 20px 20px 30px;}
  .Testimonials03-tab .pic {position: static;margin-bottom: 10px;}
  .Testimonials07-tab blockquote p {padding: 0 120px;}
  .Testimonials07-tab blockquote:before {left: 20px;}
  .Testimonials07-tab blockquote:after {right: 20px;}
  .Testimonials08-tab .testimonials08-box {padding: 0;}
  .Testimonials08-tab .testimonials08-box .pic img {position: static;margin-bottom: 10px;}
  .Testimonials11-tab .testimonials11-box {padding: 0;}
  .Testimonials11-tab .testimonials11-box .pic img {position: static;margin-bottom: 10px;}
  .Testimonials11-tab .testimonials11-box p {min-height: 138px;}
}

@media only screen and (max-width: 767px) {
  .Testimonials01-tab {padding-bottom: 20px;}
  .Testimonials02-tab blockquote {padding: 0 30px;}
  .Testimonials07-tab blockquote p {padding: 0;}
  .Testimonials07-tab blockquote:before {display: none;}
  .Testimonials07-tab blockquote:after {display: none;}
  .Testimonials08-tab .testimonials08-box {padding: 0 0 30px;}
  .Testimonials08-tab .testimonials08-box .pic img {position: static;margin-bottom: 10px;}
  .Testimonials08-tab .row .col-sm-4 {border: 0;}
  .Testimonials09-tab blockquote p {text-indent: 0;}
  .Testimonials09-tab .last_page, .Testimonials09-tab .next_page {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .Testimonials09-tab .last_page {left: 5px;}
  .Testimonials09-tab .next_page {right: 5px;}
  .Testimonials11-tab .testimonials11-box {padding: 0;}
  .Testimonials11-tab .testimonials11-box .pic img {position: static;margin-bottom: 10px;}
  .Testimonials11-tab .row .col-sm-4 {border: 0;}
  .Testimonials11-tab .testimonials11-box h2 {margin: 10px 0 0 0;}
  .Testimonials11-tab .testimonials11-box p {min-height: 0px;}
}
