/*Timeline*/

.chw .chw-timeline .swiper-slide {
  cursor: grab;
}

.chw-timeline .twae-content {
  padding-top: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  border: none;
  box-shadow: none !important;
  border: none !important;
  overflow: auto !important;
}

.chw-timeline .twae-content:before {
  display: none;
}

.twae-horizontal-timeline.twae-wrapper .twae-h-line {
  border-width: 1px !important;
}

.twae-horizontal-timeline.twae-wrapper .twae-story-line {
  display: none !important;
}

.chw-timeline .twae-label-big {
  font-style: italic;
  font-weight: 700 !important;
  font-size: 2rem !important;
  color: #fff !important;
  margin-top: 35px;
}

.chw-timeline .twae-icon {
  background-color: #e55808 !important;
  border: 0 !important;
  transform: scale(0.5);
}

.chw-timeline .twae-title {
  color: #00865e;
  text-align: left;
  font-weight: 700 !important;
  font-size: 1.2rem !important;
}

.chw-timeline .twae-content .twae-description {
  color: #fff;
  text-align: left;
  font-size: 0.9rem !important;
  line-height: 1.2rem;
  padding-left: 1rem;
}
.chw-timeline .twae-content .twae-title {
  display: none;
}
.chw-timeline .twae-content .twae-description ul {
  padding: 0;
  margin-top: 0;
}
.chw-timeline .twae-content .twae-description li {
  list-style: none;
  position: relative;
  margin-bottom: 15px;
}
.chw-timeline .twae-horizontal-timeline.twae-wrapper .twae-arrow {
  border: 13px solid transparent;
  border-bottom-color: #23a455;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.chw-timeline .twae-content .twae-description li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: green;
  position: absolute;
  top: 7px;
  left: -15px;
}
.chw-timeline .twae-content .twae-description li span {
  display: block;
  position: relative;
  padding-left: 10px;
}
.chw-timeline .twae-content .twae-description li span:before {
  content: "";
  width: 5px;
  height: 1px;
  display: block;
  position: absolute;
  background-color: #fff;
  top: 10px;
  left: -5px;
}
.chw-timeline .twae-button-prev .fas,
.chw-timeline .twae-button-next .fas {
  display: none;
}
.chw-timeline .twae-button-prev:before,
.chw-timeline .twae-button-next:before {
  content: "";
  display: block;
  width: 20px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../../uploads/2020/08/chy-carousel-left-min.png);
}

.chw-timeline .twae-button-next:before {
  background-image: url(../../../uploads/2020/08/chy-carousel-right-min.png);
}

.chw-timeline .swiper-pagination-progressbar {
  height: 2px;
}

/*Icon Call to Action*/

.chw-icon-cta {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.chw-icon-cta:hover {
  transform: scale(1.05);
}

.chw-icon-cta .elementor-image-box-title {
  margin: 0;
  background-color: #00865e;
  color: #fff;
  border-bottom: solid 5px #026749;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3rem;
  margin-top: -10px;
  padding: 10px 20px;
  min-height: 100px;
  display: flex;
  align-items: center;
}
.chw-icon-cta .elementor-image-box-title a {
  text-align: center;
  display: block;
  width: 100%;
}
/*/////////////////Tablet Style/////////////////*/

@media screen and (max-width: 1024px) {
  .chw-timeline .twae-label-big {
    font-size: 2rem !important;
    margin-top: 50px;
  }
  .chw-timeline .twae-horizontal .twae-button-prev {
    left: 0;
  }
  .chw-timeline .twae-horizontal .twae-button-next {
    right: 0;
  }
  .fill-overlay {
    background-image: none !important;
  }
  .fill-overlay .elementor-background-video-container,
  .fill-overlay .elementor-background-overlay {
    display: none;
  }
}

/*/////////////////Mobile Style/////////////////*/

@media screen and (max-width: 767px) {
  .chw-icon-cta .elementor-image-box-title {
    padding: 5px;
  }
}
