.kw-spend-time-02{
  overflow: hidden;
}
.kw-spend-time-02 .top-heder h3{
  font-size: 48px;
  line-height: 60px;
}

.kw-spend-time-02 .kw-spend-time-02-inner .full-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 30px;
}
.kw-spend-time-02 .full-section .header-section {
    width: 30%;
}
.kw-spend-time-02 .full-section .listing-row {
    width: 30%;
    padding-top: 45px;
}
.kw-spend-time-02 .full-section .right-list-col{
  width:30%;
}
.kw-spend-time-02 .kw-share  {
  margin-top: 10px;
}
.kw-spend-time-02 .kw-share .social-inner {
  align-items: center;
  display: flex;
  margin-left: 0px;
  margin-right: 0px;
}
.kw-spend-time-02 .kw-share{
  color: #F3F7F0;
}
.kw-spend-time-02 .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;
  background: #0d3a37;
}
.kw-spend-time-02 .kw-share .share-icon {
  top: -4px;
  right: 0 !important;
  left: auto;
  transform: translateX(0px);
  background: #0d3a37;
}
.kw-spend-time-02 .mod-header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 15px;
}
.kw-spend-time-02 .mod-header .head h4 {
  font-size: 30px;
  line-height: 36px;
}
.kw-spend-time-02 .right-list-col .head p {
  margin-bottom: 2px;
}
.kw-spend-time-02 .right-list-col .head img {
  position: relative;
  top: 2px;
}
.kw-spend-time-02 .mod-header p {
  margin-bottom: 10px;
}
.kw-spend-time-02 .kw-share span img {
  margin-right: 5px;
  margin-left: 0px;
}
.kw-spend-time-02 .bottom-contents p {
  font-family: 'Graphik-300-Regular';
}


.kw-spend-time-02 .listing-row .listing-item{
  width: 100%;
} 
.kw-spend-time-02 .listing-row .contents h3{
  color: #0d3a37;
  font-size: 22px;
  line-height: 25px;
  font-family: 'Graphik-300-Regular';
}
.kw-spend-time-02 .listing-row .sub-contents{
  display: flex;
  align-items: center; 
  padding-bottom: 10px; 
}
.kw-spend-time-02 .listing-col .listing-text li{
  position: relative;
}
.kw-spend-time-02 .listing-text li .no-count{
  background: #FFA727;
  width: 26px;
  height: 26px;
  border-radius:100%;
  font-size: 15px;
  line-height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.kw-spend-time-02 .listing-col .listing-text{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.kw-spend-time-02 .listing-col .listing-text li{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.kw-spend-time-02 .listing-col .listing-text li .no-count{
  margin: 0;
  font-family: Graphik-400-Regular;
}
.kw-spend-time-02 .listing-col .listing-text .contents {
  margin-left: 20px;
}
.kw-spend-time-02 .progressbar {
    padding: 0;
    width: 364px;
    height: 12px;
    overflow: unset;
    border: 2px solid #f3f7f0;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-transition: all 4s ease-in;
    -moz-transition: all 4s ease-in;
    -o-transition: all 4s ease-in;
    transition: all 4s ease-in;
    transition-duration: 3s;
    transition-delay: .30s;
}



.kw-spend-time-02 .bar {
 position: absolute;
    min-width: 1%;
    height: 12px;
    background: #ffa727;
    border: 2px solid #ffa727;
    top: -2px;
    left: -2px;
    width: 0%;
    -webkit-transition: all 4s ease-in;
    -moz-transition: all 4s ease-in;
    -o-transition: all 4s ease-in;
    transition: all 4s ease-in;
    transition-duration: 3s;
    transition-delay: .30s;
}
.kw-spend-time-02 .full-section .right-list-col{
 width: 30%;
}
.kw-spend-time-02 .right-list-col .box .bottom-contnet {
    border-top: 2px solid #f3f7f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
     padding: 0px 20px;
   
}
.kw-spend-time-02 .right-list-col .box .bottom-contnet p{
  font-size:15px;
  margin:0;
  font-family: 'Graphik-500-Medium';
}
.kw-spend-time-02 .percentage {
    font-family: 'FreightTextLight';
    font-size: 99px; 
    padding-bottom: 37px;
}
.kw-spend-time-02 .bottom-text p {
    line-height: 33.6px;
    font-size: 28px;
    font-family: 'FreightTextMedium';
}
.kw-spend-time-02  .top-text p {
    font-size: 24px;
    padding-bottom: 6px;
}

.kw-spend-time-02 .box-tems{
  height: 570px;
  border: 2px solid #f3f7f0;
  margin-top: 25px;
  overflow: hidden;
}
.kw-spend-time-02 .box-tems .box{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.kw-spend-time-02 .box-tems .box span{
  font-size: 16px;
  line-height: 20px;
  font-family: 'Graphik-300-Medium';
}
.kw-spend-time-02 .box-tems .green-box span{
  color: #f3f7f0;
}
.kw-spend-time-02 .box-tems .yellow-box span{
   color: #f3f7f0;
}

.kw-spend-time-02 .box-tems .technology.yellow-box.box {
    padding: 8px 10px;
    transition-duration: .8s;
    
}

.kw-spend-time-02 .box-tems .technology.yellow-box.box {
    height: 60%;
    -webkit-animation: 3s ease-in-out;
    -webkit-animation-fill-mode:both; 
    -moz-animation: 3s ease-in-out;
    -moz-animation-fill-mode:both; 
    background: #ffa727;
}
.kw-spend-time-02 .box-tems .industrial.green-box.box {
    height: 13%; 
    padding: 8px 10px;
    background:#0D3A37;
    color:  #F3F7F0;
    align-items: center;
}
.kw-spend-time-02 .box-tems .consumer.green-box.box {
    height: 10%; 
    padding: 8px 10px;
     background:#0D3A37;
    color:  #F3F7F0;
    align-items: center;
}
.kw-spend-time-02 .box-tems .healthcare.green-box.box {
    height: 9%; 
    padding: 5px 10px;
    background:#0D3A37;
    color:  #F3F7F0;
    align-items: center;
}
.kw-spend-time-02 .box-tems .other.green-box.box {
    height: 7%; 
    padding: 5px 10px;
    background:#0D3A37;
    align-items: center;
}


.kw-spend-time-02  .full-section .header-section .mod-header .head h3 {
    font-size: 48px;
    line-height: 60px;
}
.kw-spend-time-02  .top-text p {
    font-size: 24px;
    padding-bottom: 6px;
      color: #f3f7f0;
}
  .kw-spend-time-02 .full-section .right-list-col .box p {
    font-size: 15px;
    font-family: 'Graphik-500-Medium';
    margin:0;
}
.kw-spend-time-02 .listing-text li:nth-child(2) .no-count{
  width:30px;
}
.kw-spend-time-02 .percentage {
    font-family: 'FreightTextLight';
    font-size: 99px;
    padding-bottom: 37px;
    color: #f3f7f0;
}
/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 220px){
.kw-spend-time-02 .kw-spend-time-02-inner .full-section {
    flex-wrap: wrap;
}
.kw-spend-time-02 .full-section .header-section {
    width: 100%;
}
.kw-spend-time-02 .full-section .listing-row {
    width: 100%;
    padding-top: 25px;
    flex-wrap: wrap;
}  
.kw-spend-time-02 .listing-item:nth-of-type(3) {
    order: 2;
}
.kw-spend-time-02 .listing-item:nth-of-type(2) {
    order: 3;
}

  .kw-spend-time-02 .top-heder h3{
    font-size: 29px !important;
    line-height: 33px !important;
  }
  .kw-spend-time-02 .top-heder h3 br{
    display: none;
  }
  .kw-spend-time-02 .mod-header .head h4 { 
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .kw-spend-time-02 .kw-share:hover .share-icon {
    transform: translateX(65px);
  }
  .kw-spend-time-02 .mod-header .head p {
    margin-bottom: 10px;
  }
  .kw-spend-time-02 .kw-share {
    margin-top: 20px;
    font-family: 'Graphik-300-Regular';
  }
  .kw-spend-time-02 .mod-header h4{
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .kw-spend-time-02 .bottom-contents p {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .kw-spend-time-02 .mod-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .kw-spend-time-02 .kw-share .social-inner {
    margin-left: 0px;
  }
  .kw-spend-time-02 .kw-share span img {
    margin-left: 0px;
  }
  .kw-spend-time-02 .listing-text li .no-count {
    width: 21px;
    height: 21px;
  }
.kw-spend-time-02 .listing-row .contents h3 {
    font-size: 16px !important;
    line-height: 18px !important;
}
.kw-spend-time-02 .full-section .header-section {
    width: 100%;
}
.kw-spend-time-02 .full-section .listing-row {
    width: 100%;
    padding-top: 45px;
}
.kw-spend-time-02 .full-section .right-list-col{
  width:100%;
  height:100%;
}
  .kw-spend-time-02 .full-section .right-list-col .box{
    height:100%;
  }
   .kw-spend-time-02 .progressbar {
    width:100%
  }
  .kw-spend-time-02 .kw-spend-time-02-inner .full-section .head h2{
    font-size:29px !important;
  }
  .kw-spend-time-02 .percentage p {
    font-size: 53px !important;
}
  .kw-spend-time-02 .bottom-text p {
    font-family: 'FreightTextBook';
  }
  .kw-spend-time-02  .right-list-col .head h4 {
    font-size: 24px !important;
}
  .kw-spend-time-02 .box-tems .box span {
    font-size: 13px !important;
    font-family: 'Graphik-500-Medium';
}
  .kw-spend-time-02 .listing-text li:nth-child(2) .no-count {
    /* width: 30px; */
    width: 21px;
    height: 21px;
}
}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
.kw-spend-time-02 .kw-spend-time-02-inner .full-section {
    flex-wrap: wrap;
}
.kw-spend-time-02 .full-section .header-section {
    width: 100%;
}
.kw-spend-time-02 .full-section .listing-row {
    width: 100%;
    padding-top: 25px;
    flex-wrap: wrap;
}  

  .kw-spend-time-02 .top-heder h3{
    font-size: 29px !important;
    line-height: 33px !important;
  }
  .kw-spend-time-02 .top-heder h3 br{
    display: none;
  }
  .kw-spend-time-02 .mod-header .head h4 { 
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .kw-spend-time-02 .kw-share:hover .share-icon {
    transform: translateX(65px);
  }
  .kw-spend-time-02 .mod-header .head p {
    margin-bottom: 10px;
  }
  .kw-spend-time-02 .kw-share {
    margin-top: 20px;
    font-family: 'Graphik-300-Regular';
  }
  .kw-spend-time-02 .mod-header h4{
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .kw-spend-time-02 .bottom-contents p {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .kw-spend-time-02 .mod-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .kw-spend-time-02 .kw-share .social-inner {
    margin-left: 0px;
  }
  .kw-spend-time-02 .kw-share span img {
    margin-left: 0px;
  }
  .kw-spend-time-02 .listing-text li .no-count {
    width: 21px;
    height: 21px;
  }
  .kw-spend-time-02 .listing-text li:nth-child(2) .no-count {
    /* width: 30px; */
    width: 21px;
    height: 21px;
}
.kw-spend-time-02 .listing-row .contents h3 {
    font-size: 16px !important;
    line-height: 18px !important;
}
  .kw-spend-time-02 .full-section .header-section {
    width: 100%;
}
.kw-spend-time-02 .full-section .listing-row {
    width: 100%;
    padding-top: 45px;
}
.kw-spend-time-02 .full-section .right-list-col{
  width:100%;
  height:100%;
}
     .kw-spend-time-02 .progressbar {
    width:100%
  }
}
/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
.kw-spend-time-02 .kw-spend-time-02-inner .full-section {
    flex-wrap: wrap;
}
.kw-spend-time-02 .full-section .header-section {
    width: 100%;
}
.kw-spend-time-02 .full-section .listing-row {
    width: 100%;
    padding-top: 25px;
    flex-wrap: wrap;
}  
.kw-spend-time-02 .listing-row .listing-item {
    width: 33%;
}
  .kw-spend-time-02 .top-heder h3{
    font-size: 29px !important;
    line-height: 33px !important;
  }
  .kw-spend-time-02 .top-heder h3 br{
    display: none;
  }
  .kw-spend-time-02 .mod-header .head h4 { 
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .kw-spend-time-02 .kw-share:hover .share-icon {
    transform: translateX(65px);
  }
  .kw-spend-time-02 .mod-header .head p {
    margin-bottom: 10px;
  }
  .kw-spend-time-02 .kw-share {
    margin-top: 20px;
    font-family: 'Graphik-300-Regular';
  }
  .kw-spend-time-02 .mod-header h4{
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .kw-spend-time-02 .bottom-contents p {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .kw-spend-time-02 .mod-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .kw-spend-time-02 .kw-share .social-inner {
    margin-left: 0px;
  }
  .kw-spend-time-02 .kw-share span img {
    margin-left: 0px;
  }
  .kw-spend-time-02 .listing-text li .no-count {
    width: 21px;
    height: 21px;
  }
.kw-spend-time-02 .listing-row .contents h3 {
    font-size: 16px !important;
    line-height: 18px !important;
}
    .kw-spend-time-02 .full-section .right-list-col {
    width: 100% !important;
}
  .kw-spend-time-02 .listing-row .listing-item {
    width: 90% !important;
}
   .kw-spend-time-02 .progressbar {
    width:430px;
  }
}
/**************iPad Landscape***************/
@media only screen and ( max-width: 1300px ) and (min-width: 986px){
.kw-spend-time-02 .progressbar {
    width: 300px !important;
}
}
/*******************************************/

/*******************************************/ 
@media only screen and (min-width: 1500px) {

}
