.kw-figure10-mod .kw-share .social-inner {
  align-items: center;
  display: flex;
  margin-left: 20px;
  margin-right: 0px;
}
.kw-figure10-mod .kw-share{
  font-family: 'Graphik-300-Regular';
}
.kw-figure10-mod .headerz p {
    margin-bottom: 3px;
    margin-top: 16px;
}
.kw-figure10-mod .kw-share span img {
  margin-right: 5px;
}
.kw-figure10-mod .kw-share:hover .share-icon {
  transform: translateX(65px);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.kw-figure10-mod span img {
  margin-left: 0px;
  margin-right: 5px;
}
.kw-figure10-mod .kw-share .share-icon {
  top: -4px;
  right: 0 !important;
  left: auto;
  transform: translateX(0px);
}
.kw-figure10-mod .sub-heads {
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
}
.kw-figure10-mod .progress-graph {
  display: flex;
}
.kw-figure10-mod .progress-contents {
  width: 13%;
  padding-top: 60px;
}
.kw-figure10-mod .progress-bar-section {
  width: 85%;
  position: relative;
  padding-left: 1px;
  padding-top: 60px;
}
.kw-figure10-mod .progress-graph .bar-yellow {
  position: relative;
  min-width: 0%;
  height: 37px;
  background: #ffa727;
  width: 0%;
  -webkit-transition: all 3s linear;
  -moz-transition: all 3s linear;
  -o-transition: all 3s linear;
  transition: all 3s linear;
  transition-duration: 3s;
  transition-delay: .50s;
  text-align: right;
  overflow: hidden;
}
.kw-figure10-mod .progress-graph .bar-green {
  border: 1px solid #0f3b38;
  border-left: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 37px;
  background: #f3f7ef;
  width: 0%;
  -webkit-transition: all 3s linear;
  -moz-transition: all 3s linear;
  -o-transition: all 3s linear;
  transition: all 3s linear;
  transition-duration: 3s;
  transition-delay: .50s;
  text-align: right;
}
.kw-figure10-mod .progress-barz{
  margin-bottom: 45px;
  position: relative;
}
.kw-figure10-mod .progress-contents .name{
  margin-bottom: 45px;
  text-align: right;
  padding-right: 20px;
  font-size: 22px;
  line-height: 23px;
  min-height: 37px;
  padding-top: 4px;
}

.kw-figure10-mod .line-secton {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.kw-figure10-mod .progress-num {
  width: 25%;
  height: 30px;
  position: relative;
  height: 100%;
}
.kw-figure10-mod .bar-green .bar-text{
  font-size: 18px;
    line-height: 23px;
    padding: 7px 0;
    position: absolute;
    right: -35px;
    top: -1px;
}
.kw-figure10-mod .progress-num:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  margin: auto; 
  height: 100%; 
  border-right: 1px solid #0d3a37;
  width: 1px;
}
.kw-figure10-mod .progress-num:last-child:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  margin: auto; 
  height: 100%; 
  border-right: 1px solid #0d3a37;
  width: 1px;
}

.kw-figure10-mod .progress-val {
  position: absolute;
  bottom: -40px;
  left: -10px;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Graphik-400-Regular';
}
.kw-figure10-mod .progress-val-last {
  position: absolute;
  right: -27px;
  bottom: -40px;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Graphik-400-Regular';
}
.kw-figure10-mod .mobile-name{
  display: none;
}
.kw-figure10-mod .bar-indicator {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.kw-figure10-mod .bar-indicator .single {
    display: flex;
    align-items: center;
}
.kw-figure10-mod .bar-indicator p{
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 15px;
    font-family: Graphik-300-Regular;
}
.kw-figure10-mod .bar-indicator .single.white {
    margin-right: 40px;
}
.kw-figure10-mod .bar-indicator .single span  {
    margin-right: 10px;
}
.kw-figure10-mod .bar-indicator .single span.icon {
    width: 12px;
    height: 12px;
    border: 1px solid #0f3b38;
    display: inline-block;
    border-radius: 100%;
}
.kw-figure10-mod .bar-indicator .single.yellow span.icon{
  border: 1px solid #ffa727;
  background: #ffa727;
}

/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 220px){
.kw-figure10-mod .kw-share {
    margin-top: 10px;
}
.kw-figure10-mod .bar-indicator p {
    font-size: 13px !important;
    line-height: 12px !important;
}
.kw-figure10-mod .bar-indicator {
    flex-direction: column;
    align-items: flex-start;
  }
.kw-figure10-mod .bar-indicator .single.white {
    margin-right: 0px;
    margin-bottom: 12px;
}
.kw-figure10-mod .sub-heads {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
}
.kw-figure10-mod .kw-share .social-inner {
    margin-left: 0px;
}
.kw-figure10-mod .progress-contents {
    display: none;
}
.kw-figure10-mod .progress-bar-section {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 10px;
}
.kw-figure10-mod .mobile-name {
    display: block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
}
.kw-figure10-mod .bar-green .bar-text {
    font-size: 10px;
    line-height: 12px;
    padding: 3px 0;
    right: -20px;
}
.kw-figure10-mod .progress-val {
    bottom: -20px;
    left: -6px;
    font-size: 11px;
    line-height: 10px;
}
.kw-figure10-mod .progress-val-last {
    position: absolute;
    right: -13px;
    bottom: -20px;
    font-size: 11px;
    line-height: 10px;
}
.kw-figure10-mod .progress-graph .bar-yellow {
    height: 20px;
  }
.kw-figure10-mod .progress-graph .bar-green {
    height: 20px;
}
.kw-figure10-mod .progress-barz {
    margin-bottom: 20px;
}
  .kw-figure10-mod .mobile-name p{
    font-size:13px !important;
  }
    .kw-figure10-mod .progress-num:after{
  border-right: 0.41px solid #d1dbd4;
  }
  .kw-figure10-mod .progress-num:last-child:before{
   border-right: 0.41px solid #d1dbd4 !important;;
  }
  .kw-figure10-mod .figure10-sec .top-head h3{
    font-size:29px !important;
    line-height:34.8px !important;
  }
 .kw-figure10-mod .figure10-sec .sub-heads .headerz h4 {
    font-size: 24px !important;
    line-height: 28.8px !important;
   
    font-family: 'Graphik-400-Regular';
}
}

/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
.kw-figure10-mod .kw-share {
    margin-top: 10px;
}
 .kw-figure10-mod .bar-indicator p {
    font-size: 13px !important;
    line-height: 12px !important;
}
.kw-figure10-mod .bar-indicator {
    flex-direction: column;
    align-items: flex-start;
  }
.kw-figure10-mod .bar-indicator .single.white {
    margin-right: 0px;
    margin-bottom: 12px;
}
.kw-figure10-mod .sub-heads {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
}
.kw-figure10-mod .kw-share .social-inner {
    margin-left: 0px;
}
.kw-figure10-mod .progress-contents {
    display: none;
}
.kw-figure10-mod .progress-bar-section {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 10px;
}
.kw-figure10-mod .mobile-name {
    display: block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
}
.kw-figure10-mod .bar-green .bar-text {
    font-size: 10px;
    line-height: 12px;
    padding: 3px 0;
    right: -20px;
}
.kw-figure10-mod .progress-val {
    bottom: -20px;
    left: -6px;
    font-size: 11px;
    line-height: 10px;
}
.kw-figure10-mod .progress-val-last {
    position: absolute;
    right: -13px;
    bottom: -20px;
    font-size: 11px;
    line-height: 10px;
}
.kw-figure10-mod .progress-graph .bar-yellow {
    height: 20px;
  }
.kw-figure10-mod .progress-graph .bar-green {
    height: 20px;
}
.kw-figure10-mod .progress-barz {
    margin-bottom: 20px;
}

}
/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
.kw-figure10-mod .kw-share {
    margin-top: 10px;
}
 .kw-figure10-mod .bar-indicator p {
    font-size: 13px !important;
    line-height: 12px !important;
}
.kw-figure10-mod .bar-indicator {
    flex-direction: column;
    align-items: flex-start;
  }
.kw-figure10-mod .bar-indicator .single.white {
    margin-right: 0px;
    margin-bottom: 12px;
}
.kw-figure10-mod .sub-heads {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
}
.kw-figure10-mod .kw-share .social-inner {
    margin-left: 0px;
}
.kw-figure10-mod .progress-contents {
    display: none;
}
.kw-figure10-mod .progress-bar-section {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 10px;
}
.kw-figure10-mod .mobile-name {
    display: block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
}
.kw-figure10-mod .bar-green .bar-text {
    font-size: 10px;
    line-height: 12px;
    padding: 3px 0;
    right: -20px;
}
.kw-figure10-mod .progress-val {
    bottom: -20px;
    left: -6px;
    font-size: 11px;
    line-height: 10px;
}
.kw-figure10-mod .progress-val-last {
    position: absolute;
    right: -13px;
    bottom: -20px;
    font-size: 11px;
    line-height: 10px;
}
.kw-figure10-mod .progress-graph .bar-yellow {
    height: 20px;
  }
.kw-figure10-mod .progress-graph .bar-green {
    height: 20px;
}
.kw-figure10-mod .progress-barz {
    margin-bottom: 20px;
}



}
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
  .kw-figure10-mod .top-head,
  .kw-figure10-mod .sub-heads{
    padding-right: 20px;
  }
 

}
/*******************************************/