.kw-spend-time{
  overflow: hidden;
}
.kw-spend-time .full-section .header-section .mod-header .head h3{
  font-size: 48px;
  line-height: 60px;
}

.kw-spend-time .kw-spend-time-inner .full-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 30px;
}
.kw-spend-time .full-section .header-section {
    width: 30%;
}
.kw-spend-time .full-section .listing-row {
    width: 30%;
    padding-top: 45px;
}
.kw-spend-time .full-section .right-list-col{
  width:30%;
}
.kw-spend-time .kw-share  {
  margin-top: 10px;
}
.kw-spend-time .kw-share .social-inner {
  align-items: center;
  display: flex;
  margin-left: 0px;
  margin-right: 0px;
}
.kw-spend-time .kw-share{
  color: #F3F7F0;
}

.kw-spend-time .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 .kw-share .share-icon {
  top: -4px;
  right: 0 !important;
  left: auto;
  transform: translateX(0px);
  background: #0d3a37;
}
.kw-spend-time .mod-header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 15px;
}
.kw-spend-time .mod-header .head h4 {
  font-size: 30px;
  line-height: 36px;
}
.kw-spend-time .mod-header p {
  margin-bottom: 10px;
}
.kw-spend-time .kw-share span img {
  margin-right: 5px;
  margin-left: 0px;
}
.kw-spend-time .bottom-contents p {
  font-family: 'Graphik-300-Regular';
}


.kw-spend-time .listing-row .listing-item{
  width: 100%;
} 
.kw-spend-time .listing-row .contents h3{
  color: #0d3a37;
  font-size: 22px;
  line-height: 25px;
  font-family: 'Graphik-300-Regular';
}
.kw-spend-time .listing-row .sub-contents{
  display: flex;
  align-items: center; 
  padding-bottom: 10px; 
}
.kw-spend-time .listing-col .listing-text li{
  position: relative;
}
.kw-spend-time .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 .listing-col .listing-text{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.kw-spend-time .listing-col .listing-text li{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.kw-spend-time .listing-col .listing-text li .no-count{
  margin: 0;
  font-family: Graphik-400-Regular;
}
.kw-spend-time .listing-col .listing-text .contents {
  margin-left: 20px;
}
.kw-spend-time .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 .percentage{
  color: #f3f7f0;
}
.kw-spend-time .bar {
    position: absolute;
    min-width: 1%;
    width: 0%;
    height: 12px;
    background: #ffa727;
    border: 2px solid #ffa727;
    top: -2px;
    left: -2px;
    -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 .right-list-col{
  height:100%;
  border: 2px solid #f3f7f0;
}
.kw-spend-time .right-list-col .box {
    height: 415px;
    overflow: hidden;
}
.kw-spend-time  .right-list-col .box .yellowbox{
    height:80%;
    background-color: #ffa727;
   padding: 25px 25px;

}
.kw-spend-time  .right-list-col .box .yellowbox h2{
  padding-bottom:35px;
}
.kw-spend-time .right-list-col .box .bottom-contnet {
    border-top: 2px solid #f3f7f0;
    display: flex;
    align-items: center;
      padding: 8px 10px;
    /* vertical-align: middle; */
    height: 20%;
}
.kw-spend-time .percentage {
    font-family: 'FreightTextLight';
    font-size: 99px; 
    padding-bottom: 37px;
}
.kw-spend-time .bottom-text p {
    line-height: 33.6px;
    font-size: 28px;
    font-family: 'FreightTextMedium';
}
.kw-spend-time  .top-text p {
    font-size: 24px;
    padding-bottom: 6px;
}
.kw-spend-time  .right-list-col .box .bottom-contnet p{
  font-size:15px;
  margin:0;
  font-family: 'Graphik-500-Medium';
}


/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 220px){
.kw-spend-time .kw-spend-time-inner .full-section {
    flex-wrap: wrap;
}
.kw-spend-time .full-section .header-section {
    width: 100%;
}
.kw-spend-time .full-section .listing-row {
    width: 100%;
    padding-top: 25px;
    flex-wrap: wrap;
}  
.kw-spend-time .listing-item:nth-of-type(3) {
    order: 2;
}
.kw-spend-time .listing-item:nth-of-type(2) {
    order: 3;
}

  .kw-spend-time .top-heder h3{
    font-size: 29px !important;
    line-height: 33px !important;
  }
  .kw-spend-time .top-heder h3 br{
    display: none;
  }
  .kw-spend-time .mod-header .head h4 { 
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .kw-spend-time .kw-share:hover .share-icon {
    transform: translateX(65px);
  }
  .kw-spend-time .mod-header .head p {
    margin-bottom: 10px;
  }
  .kw-spend-time .kw-share {
    margin-top: 20px;
    font-family: 'Graphik-300-Regular';
  }
  .kw-spend-time .mod-header h4{
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .kw-spend-time .bottom-contents p {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .kw-spend-time .mod-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .kw-spend-time .kw-share .social-inner {
    margin-left: 0px;
  }
  .kw-spend-time .kw-share span img {
    margin-left: 0px;
  }
  .kw-spend-time .listing-text li .no-count {
    width: 21px;
    height: 21px;
  }
.kw-spend-time .listing-row .contents h3 {
    font-size: 16px !important;
    line-height: 18px !important;
}
.kw-spend-time .full-section .header-section {
    width: 100%;
}
.kw-spend-time .full-section .listing-row {
    width: 100%;
    padding-top: 45px;
}
.kw-spend-time .full-section .right-list-col{
  width:100%;
      height: 100%;
}
  .kw-spend-time .progressbar {
    width:100%
  }
  .kw-spend-time .percentage p {
 
    font-size: 58px !important;

}
  .kw-spend-time .full-section .header-section .mod-header .head h3 {
    font-size: 29px !important;
}
  .kw-spend-time .top-text p {
      font-size: 17px !important;
  }
  .kw-spend-time .right-list-col .box .yellowbox h2 {
      font-size: 58px !important;
  }
   .kw-spend-time .listing-col .listing-text {
      padding-bottom: 35px;
  }
  .kw-spend-time .right-list-col .box .yellowbox{
      padding: 12px 10px;
  }
  .kw-spend-time-02 .full-section .right-list-col {
    width: 100%;
}
}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
.kw-spend-time .kw-spend-time-inner .full-section {
    flex-wrap: wrap;
}
.kw-spend-time .full-section .header-section {
    width: 100%;
}
    .kw-spend-time .progressbar {
    width:100%
  }
.kw-spend-time .full-section .listing-row {
    width: 100%;
    padding-top: 25px;
    flex-wrap: wrap;
}  

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

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

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

}
