.Kw-expectation-module .kw-share .social-inner {
  align-items: center;
  display: flex;
  margin-left: 0px;
  margin-right: 0px;
}
.Kw-expectation-module .kw-share{
  color: #F3F7F0;
  width: 65px;
}
.Kw-expectation-module .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-expectation-module .kw-share .share-icon {
  top: -4px;
  right: 0 !important;
  left: auto;
  transform: translateX(0px);
  background: #0d3a37;
}
.Kw-expectation-module .mod-header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
  margin-top: 40px;
}
.Kw-expectation-module .kw-share span img {
  margin-right: 5px;
}
.Kw-expectation-module .progress-contents .progress {
  padding: 0;
  width: 364px;
  height: 12px;
  overflow: unset;
  border: 2px solid #F3F7F0;
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  transition-delay: 2s;
  -webkit-transition: all 4s ease-in;
  -moz-transition: all 4s ease-in;
  -o-transition: all 4s ease-in;
  transition: all 4s ease-in;
}
.Kw-expectation-module{
  overflow: hidden;
}
.Kw-expectation-module .progress-contents .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: .50s;
}
.Kw-expectation-module .expectation-sec{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.Kw-expectation-module .expectation-sec .single-content{
  width: 35%;
  padding-right: 165px;
}
.Kw-expectation-module .expectation-sec .progress-contents{
  width: 32%;
}
.Kw-expectation-module .expectation-sec .progress-contents.t-1 .pro-text{
  padding-right: 95px;
}
.Kw-expectation-module .expectation-sec .progress-contents .pro-perc p{
  font-size: 99px;
  line-height: 118px;
  color: #F3F7F0;
  font-family: 'FreightTextLight';
  margin: 0;
}
.Kw-expectation-module .expectation-sec .single-content .left-para p{
  line-height: 50px;
  font-size: 42px;
  font-family: 'FreightTextBook';
  margin-bottom: 15px;

}
.Kw-expectation-module .expectation-sec .progress-contents .pro-text p{
  line-height: 33.6px;
  font-size: 28px;
  font-family: 'FreightTextMedium';
}
.Kw-expectation-module .expectation-sec .single-content .share-col{
  display: flex;
  align-items: center;

}
.Kw-expectation-module .expectation-sec .single-content .share-col p{
  margin: 0;
  font-size: 13px !important;
}
.Kw-expectation-module .expectation-sec .single-content .share-col .share-icon img{
  margin-right: 5px;
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
}



/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
  .Kw-expectation-module .kw-share:hover .share-icon {
    transform: translateX(65px);
  }
  .Kw-expectation-module .kw-share {
    margin-top: 20px;
    font-family: 'Graphik-300-Regular';
  }
  .Kw-expectation-module .kw-share:hover .share-icon {
    transform: translateX(65px);
  }
  .Kw-expectation-module .kw-share {
    margin-top: 20px;
    font-family: 'Graphik-300-Regular';
  }
  .Kw-expectation-module .expectation-sec{
    flex-direction: column;
  }
  .Kw-expectation-module .expectation-sec .single-content{
    width: 100%;
    padding-right: 0px;
  }
  .Kw-expectation-module .expectation-sec .progress-contents{
    width: 100%;
  }
  .Kw-expectation-module .progress-contents .progress{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .Kw-expectation-module .expectation-sec .progress-contents .pro-perc p{
    font-size: 58px !Important;
    line-height: 69px !Important;
  }
  .Kw-expectation-module .expectation-sec .progress-contents .pro-text {
    padding-right: 45px;
  } 
  .Kw-expectation-module .expectation-sec .single-content .left-para p {
    line-height: 34px !Important;
    font-size: 29px !Important;
  }
}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .Kw-expectation-module .kw-share:hover .share-icon {
    transform: translateX(65px);
  }
  .Kw-expectation-module .kw-share {
    margin-top: 20px;
    font-family: 'Graphik-300-Regular';
  }
  .Kw-expectation-module .expectation-sec{
    flex-direction: column;
  }
  .Kw-expectation-module .expectation-sec .single-content{
    width: 100%;
    padding-right: 0px;
  }
  .Kw-expectation-module .expectation-sec .progress-contents{
    width: 100%;
  }
  .Kw-expectation-module .progress-contents .progress{
    width: 70%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .Kw-expectation-module .expectation-sec .progress-contents .pro-perc p{
    font-size: 58px !Important;
    line-height: 69px !Important;
  }
  .Kw-expectation-module .expectation-sec .progress-contents .pro-text {
    padding-right: 45px;
  } 
  .Kw-expectation-module .expectation-sec .single-content .left-para p {
    line-height: 34px !Important;
    font-size: 29px !Important;
  }
}
/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .Kw-expectation-module .expectation-sec{
    flex-direction: column;
  }
  .Kw-expectation-module .expectation-sec .single-content{
    width: 100%;
    padding-right: 0px;
  }
  .Kw-expectation-module .expectation-sec .progress-contents{
    width: 100%;
    margin-top: 30px;
  }
  .Kw-expectation-module .progress-contents .progress{
    width: 60%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .Kw-expectation-module .expectation-sec .progress-contents .pro-perc p{
    font-size: 58px !Important;
    line-height: 69px !Important;
  }
  .Kw-expectation-module .expectation-sec .progress-contents .pro-text {
    padding-right: 45px;
  } 
  .Kw-expectation-module .expectation-sec .single-content .left-para p {
    line-height: 34px !Important;
    font-size: 29px !Important;
  }

}
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
  .Kw-expectation-module .progress-contents .progress{
    width: 90%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .Kw-expectation-module .expectation-sec .single-content {
    padding-right: 80px;
  }
  .Kw-expectation-module .expectation-sec .progress-contents.t-1 .pro-text {
    padding-right: 60px;
  }
}
/*******************************************/

