.testi-bg {
    background-color: #f2f2f2;
    background-image: url('../images/happy-clients-bg.jpg');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 440px;
    max-height: max-content;
}
.section-title .sub-title.right-line::after {
    content: "";
    position: absolute;
    right: -50px;
    top: 12px;
    height: 2px;
    width: 40px;
    background: #10206e;
    background: rgb(16,32,110);
background: linear-gradient(117deg, rgba(16,32,110,1) 25%, rgba(168,91,159,1) 77%);
}
.section-title .sub-title {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    color: #10206e;
    font-family: 'NotoSans-Bold';
    background: rgb(16,32,110);
background: linear-gradient(117deg, rgba(16,32,110,1) 25%, rgba(168,91,159,1) 77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


}

.section-title .title {
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'NotoSans-Bold';
    font-size: 30px;
}
.section-title .content {
    margin-top: 17px;
    margin-bottom: 0;
}
.highlights-box-list {
    /* background: #000; */
    padding: 44px 0 40px;
    /* border-right: 1px solid; */
}
.highlights-box-list img {
    width: 50px;
    margin: auto;
    display: block;
}
.highlights-box-list h4 {
    color: #000;
    font-size: 30px;
    font-family: 'NotoSans-Bold';
    text-align: center;
    margin-bottom: 0px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    top: 0px;
    position: relative;
}
  
.highlights-box-list:hover h4 {
    color: #eb5e51;
    text-shadow: 0px 0px 30px transparent;
    /* color: #10a3b1; */
    /* text-shadow:0px 0px 30px #10a3b1; */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    top: -10px;
  }
.highlights-box-list p {
    color: #000;
    font-size: 12px;
    font-family: 'Satoshi-Medium';
    text-align: center;
    letter-spacing: .3px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.highlights-box-list i {
    color: #F0F0F0;
    text-align: center;
    display: block;
    font-size: 45px;
}

.highlights-box-list:hover p{
    transform: scale(1.3);
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
.border-bt {
    border-bottom: 1px solid #f7f7f7;
}
.border-lt {
    border-left: 1px solid #f7f7f7;
}
#borderBottom {
    border-bottom: 1px solid #f7f7f7;
    position: absolute;
    left: 20%;
    bottom: 0;
    width: 100%;
  }
  #borderBottomR {
    border-bottom: 1px solid #f7f7f7;
    position: absolute;
    right: 20%;
    bottom: 0;
    width: 100%;
  }

  .tab-btn-group{
    border-bottom: 1px solid #10206e21;
    position: relative;
  }
  .tab-btn h4{
   margin-bottom: 0px;
   position: relative;
  }
  .tab-btn{
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .tab-btn:hover h4{
    
  }
  .tab-btn.selected h4, .tab-btn:hover h4{
    color: #10206e;
   
    background: rgb(16,32,110);
    background: linear-gradient(117deg, rgba(16,32,110,1) 25%, rgba(168,91,159,1) 77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    /* transform: scale(0.9); */
    transition: all 0.5s;
  }
 .tab-btn-group div.line{
    width: 50%;
    height: 4px;
    background: rgb(16,32,110);
background: linear-gradient(117deg, rgba(16,32,110,1) 25%, rgba(168,91,159,1) 77%);
position: absolute;
left: 0;
bottom: -2px;
transition: left 0.5s;
border-radius: 10px;

 }
.tab-btn.selected + div.line{
    left: 50%;
}

  
  @media (max-width: 600px) {
    .section-title .title {
        font-size: 20px;
    }
    .blog-slider {
        margin: 75px auto 0 !important;
    }
    .border-bt {
        border-bottom: 1px solid transparent;
    }
    .border-lt {
        border-left: 1px solid transparent;
    }
    .highlights-box-list {
        padding: 15px 0 30px;
    }
    #borderBottomR, #borderBottom {
        display: none;
    }
  }
  @media screen and (min-width: 600px) and (max-width: 767px) {
    .blog-slider {
        margin: 75px auto 0 !important;
    }
  }
  @media screen and (min-width: 767px) and (max-width: 992px) {
    .blog-slider {
        margin: 75px auto 0 !important;
    }
  }