#usp .themify_icons {
    font-size: 35px;
    color: #ffffff;
    background-color: #036297;
    padding: 16px;
    display: inline-block;
    border-radius: 32%;
}



/* Statistics element */
/* General */
.statistic-box__title {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
  }
  .statistic-box__content {
    color: #fff;
    font-size: 14px;
  }
  .statistic-box__details {
    margin: 0;
    position: relative;
    width: 100%;
  }
  .statistic-box__icon-holder {
    width: 100%;
    margin: 0;
    vertical-align: middle;
  }
  .statistic-box__icon {
    color: #fff;
    opacity: 0.8;
    line-height: 60px;
    margin: 0;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  span.statistic-box__icon {
    font-size: 80px;
  }
  .statistic-box__icon-holder--img {
    line-height: 60px;
  }
  .statistic-box__iconimg {
    max-height: 80px;
    width: auto;
  }
  .statistic-box:hover .statistic-box__icon {
    opacity: 1;
  }
  .statistic-box__line {
    position: relative;
    width: 100%;
    height: 1px;
    border-bottom: dotted 1px #ff9800;
    margin: 0;
  }
  .statistic-box__line::before {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #fff;
    width: 3px;
    display: block;
    left: 50%;
    border-radius: 3px;
    top: -1px;
    box-shadow: 0px 5px 0 -1px #fff, 0px 10px 0 -1px #fff, 0px 15px 0 -1px #fff,
      0px 20px 0 -1px #fff;
  }



/* Style 1 - horiontal normal */
.statistic-box--stl-style2.statistic-box__container {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .statistic-box--stl-style2 .statistic-box {
    position: relative;
    display: table-cell;
    text-align: center;
  }
  .statistic-box--stl-style2 .statistic-box__icon-holder {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    padding-top: 0;
    padding-bottom: 20px;
  }
  .statistic-box--stl-style2 .statistic-box__details {
    position: absolute;
    top: 0;
    min-height: 90px;
    padding-top: 20px;
    padding-bottom: 0;
  }

    .statistic-box__icon-holder img{
        max-width:70px;
    }


  /* Dark */
.statistic-box--dark .statistic-box__title {
    color: #fff;
  }
  .statistic-box--dark .statistic-box__content {
    color: #fff;
  }
  .statistic-box--dark .statistic-box__icon {
    color: #121212;
  }
  .statistic-box--dark .statistic-box__line {
    border-bottom-color: #d6d6d6;
  }
  .statistic-box--dark .statistic-box__line::before {
    background-color: #fff;
    box-shadow: none;
  }
  .statistic-box--dark .statistic-box--odd .statistic-box__line::before {
    box-shadow: 0px -5px 0 -1px #121212, 0px -10px 0 -1px #121212,
      0px -15px 0 -1px #121212, 0px -20px 0 -1px #121212;
  }
  /* end Statistics element */

  @media (max-width: 992px){
    .statistic-box--stl-style2 .statistic-box__icon-holder {
      position: static;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      padding-top: 0px;
      padding-bottom: 0px;
    }
    .statistic-box--stl-style2 .statistic-box__details {
      position: static;
      min-height: 100px;
      padding-top: 20px;
      padding-bottom: 0;
    }
  }
  @media (max-width: 480px){
      
    .tbk--left.tbk-symbol--line_border .tbk__symbol:after {
        display: none!important;
        width: calc(100% - 80px);
        height: 1px;
        background-color: #ccc;
    }
    
    .statistic-box--stl-style2.statistic-box__container {
      width: 100%;
      display: flex;
      table-layout: fixed;
      margin-top: 16px;
      margin-bottom: 0px;
    }
    .statistic-box--stl-style2 .statistic-box {
      position: relative;
      display: block;
      text-align: center;
      margin-bottom: 35px;
    }
    .statistic-box--stl-style2 .statistic-box {
      width: 50%;
    }
    .statistic-box--stl-style2 .statistic-box__icon-holder {
      position: static;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      padding-top: 0px;
      padding-bottom: 0px;
    }
    .statistic-box--stl-style2 .statistic-box__details {
      position: static;
      min-height: 100px;
      padding-top: 20px;
      padding-bottom: 0;
    }
    .statistic-box__title {
      font-size: 35px;
      margin: 0 0 10px;
    }


  }
  