/*--------------------------------------------------------------
## Chart
--------------------------------------------------------------*/
.tb-graph-chart.tb-style1 {
  width: 100%;
  padding-right: 45px;
  padding-left: 65px;
  padding-top: 45px;
  padding-bottom: 35px;
  position: relative;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tb-graph-title {
  position: absolute;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  color: #b5b5b5;
  -webkit-transform: rotate(-90deg) translateY(-50%);
  -ms-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  left: 15px;
  top: 50%;
}

.tb-circle-chart.tb-style1 .tb-circle-chart-in {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 23px;
  position: relative;
}

.tb-circle-chart.tb-style1 {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
}

.tb-circle-chart.tb-style1 .tb-circle-stroke {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 178px;
  margin-left: auto;
  margin-right: auto;
}

.tb-circle-chart.tb-style1 .tb-circle-stroke li {
  width: 50%;
  line-height: 21px;
  color: #b5b5b5;
  font-weight: 400;
  position: relative;
  padding-left: 15px;
}

.tb-circle-chart.tb-style1 .tb-circle-stroke li .tb-circle-color {
  position: absolute;
  height: 7px;
  width: 7px;
  top: 7px;
  border-radius: 50%;
  left: 0;
}

.tb-circle-chart.tb-style1 .tb-offer-percentage {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding-top: 5px;
  z-index: -1;
}

.tb-circle-chart.tb-style1 .tb-offer-percentage h4 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0;
  line-height: 22px;
}

.tb-circle-chart.tb-style1 .tb-offer-percentage span {
  font-size: 12px;
  font-weight: 400;
  color: #b5b5b5;
  line-height: 16px;
}

@media screen and (max-width: 1199px) {
  .tb-circle-chart.tb-style1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 575px) {
  .tb-graph-chart.tb-style1 {
    padding-right: 30px;
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tb-graph-title {
    left: 5px;
  }
}
