.row-fluid .testimonial-tab-main .testimonial-content,
  .row-fluid .testimonial-tab-main .testimonial-img { width: 100%; display: table; }
  .testimonial-tab-main .testimonial-content h3 { font-size: 25px; }
  .testimonial-tab-main .testimonial-content .widget-type-rich_text { margin: 10px 0 35px; }
  .row-fluid .testimonial-tab-main .testimonial-content:before{
    display:none;
  }
  .testimonial-tab-main .testimonial-content {
    background-color: #f3f5f8!important;
}
.testimonial-tab-main .testimonial-content .testimonial-text{
  color:#607087!important;
}
 .logo-slider-main .logo-slider .tabs-title{
  height:60px!important;
 }
 .logo-slider-main .logo-slider .tabs-title.current{
  border-bottom: 4px solid var(--darkened-flux-power-blue, #0F79D0);
}
 .logo-slider-main .logo-slider .tabs-title:not(.slick-current) img{
  opacity:0.4;
}
.logo-slider-main{
  padding:70px 0!important;
}
.logo-slider-main .logo-slider .slick-arrow{
  border:none!important;
  color:#9CA6B5;
}
.testimonial-main .testimonial-tab-main .testimonial-content .testimonial-text+p{
  color:#607087;
  text-align:left;

}

.testimonial-tab-main{
  justify-content: space-between;
}
.logo-slider-main .logo-slider .slick-arrow.slick-disabled{
  opacity:1!important;
}

  .tab-content{display:none;}
  .testimonial-main .tabs-title {align-items: center; cursor:pointer; display:flex; height: 180px; justify-content: center; background: url(https://cdn2.hubspot.net/hubfs/4219228/gy-blue.jpg?t=1535495425066) no-repeat center / cover;}
  .row-fluid .testimonial-tab-main .testimonial-img { display: none;}
  .testimonial-main .tabs-title img { max-width: 280px; max-height: 120px; object-fit: contain;}
  .testimonial-main .tabs { margin-bottom: 0px;}
  .testimonial-tab-main .testimonial-content > div { 
    min-height: 410px; padding: 40px 20px 40px 20px;}
  .testimonial-tab-main .testimonial-content .testimonial-text + p strong { font-size: 20px;}

.client-logo-review {
    position: relative;
}

.testimonial-main {
    position: relative;
    margin-top: 210px;
    margin-bottom:160px;
}

.client-logo-review div#tabs-container {
    position: absolute;
    top: 0px;
    width: 100%;
}
.testimonial-content a{
      font-weight: bold;
    display: block;
    text-decoration: underline;
    margin: 20px 0px 20px;
    color: #0F79D0;
}
}



@media (min-width: 768px) {
  .row-fluid .testimonial-tab-main .testimonial-content{
    width:50%!important;
  }

  
}


@media (max-width: 767px) {

  .testimonial-main {
      position: relative;
      margin-top: 0px;
  }
  .client-logo-review {
    background-color: #fff;
}
  .tab-content {
    display: flex!important;
}
  .tabs-title {
    background: #fff !important;
}
.client-logo-review div#tabs-container {
    position: relative;
    top: 0px;
    width: 100%;
}
  .testimonial-main{
    margin-bottom: 80px;
    padding-bottom: 70px;
    margin-left: 30px;
    margin-right: 30px;
  }
.testimonial-main .tabs{
  margin-bottom:0px!important;
}
  .testimonial-main p{
  margin-top:0px;
  margin-bottom:20px;
  }
  
  .client-logo-review .slick-slider .slick-dots{
    bottom:0px;
      display: flex !important; /* Override inline display:block */
  overflow-x: hidden;
  max-width: 180px; /* Adjust to show only 5 dots */
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
  }
  .client-logo-review .slick-slider .slick-dots li button{
    background-color:#9CA6B5!important;
    opacity:1!important;
    width:12px;
    height:12px;
  }
  .client-logo-review .slick-slider .slick-dots li.slick-active button{
    background-color:#0F79D0!important;
        width:16px;
    height:16px;
  }
  .client-logo-review .slick-slider .slick-dots li{
    padding:0px;
    padding-left:8px;
    padding-right:8px;
  }
  .client-logo-review .slick-slider .slick-arrow{
    top: auto;
    bottom: 0;
    height:25px;
    color: #0F79D0!important ;
  }
  .testimonial-main .tabs-title{
    height:120px!important;
    padding-top:0px;
      padding-bottom:20px;
    
}
}
  .testimonial-tab-main .testimonial-content>div{
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
.testimonial-tab-main .testimonial-content .testimonial-text p{
  margin-top:0px;}
.testimonial-text strong{
  font-weight:600;
}
.testimonial-main .slick-list{
  background-color:#f3f5f8;