#tm-recovery-process [uk-switcher] > li > figure {
  position: relative;
  border-radius: 50%;
  background: #ffffff;
}

#tm-recovery-process [uk-switcher] > li > figure > span {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 44px;
  line-height: 44px;
  z-index: 3;
  font-weight: bold;
  color: #fff;
  text-shadow: 0.04em 0.045em 0.06em rgba(0, 0, 0, 0.7);
}

#tm-recovery-process [uk-switcher] > li.uk-active + li > figure > span,
#tm-recovery-process [uk-switcher] > li.uk-active + li + li > figure > span,
#tm-recovery-process
  [uk-switcher]
  > li.uk-active
  + li
  + li
  + li
  > figure
  > span,
#tm-recovery-process
  [uk-switcher]
  > li.uk-active
  + li
  + li
  + li
  + li
  > figure
  > span {
  color: #222;
  text-shadow: none;
}

#tm-recovery-process [uk-switcher] > li > figure > div {
  border-radius: 50%;
  border: 2px solid #b4ccdd;
  display: block;
  font-size: 44px;
  line-height: 2.25em;
  text-align: center;
  position: relative;
  transform: rotate(0deg);
  transition: all 1s ease-in-out;
  z-index: 2;
}

#tm-recovery-process .uk-subnav li i {
  font-size: 0.95em;
  display: block;
  margin: 0 auto;
}

#tm-recovery-process .uk-subnav li i:before {
  color: #ddd;
  position: relative;
  top: -10px;
  transition: all 0.5s ease;
  font-size: 0.95em;
}

#tm-recovery-process .uk-subnav li.uk-active i:before {
  color: #9bc53d;
}

#tm-recovery-process [uk-switcher] > li > figure > div > a {
  display: block;
}

#tm-recovery-process [uk-switcher] > li.uk-active > figure > div {
  border: 5px solid #fff;
  transform: rotate(180deg);
}

#tm-recovery-process #tm-recovery-switcher > li > ul > li img {
  width: 300px;
}

#tm-recovery-process .tm-dotted-line {
  border-top: 5px dotted #0058b3;
  position: absolute;
  left: 5%;
  right: 0;
  width: 0;
  transition: width 0.5s;
  z-index: -1;
}

#tm-recovery-process
  .uk-subnav
  li:nth-child(1)
  + li.uk-active
  + li
  + li
  + li
  + .tm-dotted-line {
  width: 25%;
}

#tm-recovery-process
  .uk-subnav
  li:nth-child(1)
  + li
  + li.uk-active
  + li
  + li
  + .tm-dotted-line {
  width: 45%;
}

#tm-recovery-process
  .uk-subnav
  li:nth-child(1)
  + li
  + li
  + li.uk-active
  + li
  + .tm-dotted-line {
  width: 70%;
}

#tm-recovery-process
  .uk-subnav
  li:nth-child(1)
  + li
  + li
  + li
  + li.uk-active
  + .tm-dotted-line {
  width: 90%;
}

#tm-recovery-process [uk-switcher] li:nth-child(1) > figure {
  background: #f53737;
}

#tm-recovery-process [uk-switcher] li.uk-active:nth-child(1) + li > figure {
  background: #fff;
}

#tm-recovery-process [uk-switcher] li:nth-child(1) + li > figure {
  background: #ff7171;
  background: -moz-linear-gradient(left, #f53737 0%, #ffbf72 100%);
  background: -webkit-linear-gradient(left, #f53737 0%, #ffbf72 100%);
  background: linear-gradient(to right, #f53737 0%, #ffbf72 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f53737', endColorstr='#ffbf72', GradientType=1);
}

#tm-recovery-process [uk-switcher] li.uk-active:nth-child(1) + li + li > figure,
#tm-recovery-process
  [uk-switcher]
  li:nth-child(1)
  + li.uk-active
  + li
  > figure {
  background: #fff;
  color: #555;
}

#tm-recovery-process [uk-switcher] li:nth-child(1) + li + li > figure {
  background: #ffbf72;
  background: -moz-linear-gradient(left, #ffbf72 0%, #fafc71 100%);
  background: -webkit-linear-gradient(left, #ffbf72 0%, #fafc71 100%);
  background: linear-gradient(to right, #ffbf72 0%, #fafc71 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbf72', endColorstr='#fafc71', GradientType=1);
}

#tm-recovery-process
  [uk-switcher]
  li.uk-active:nth-child(1)
  + li
  + li
  + li
  > figure,
#tm-recovery-process
  [uk-switcher]
  li:nth-child(1)
  + li.uk-active
  + li
  + li
  > figure,
#tm-recovery-process
  [uk-switcher]
  li:nth-child(1)
  + li
  + li.uk-active
  + li
  > figure {
  background: #fff;
  color: #555;
}

#tm-recovery-process [uk-switcher] li:nth-child(1) + li + li + li > figure {
  background: #fafc71;
  background: -moz-linear-gradient(left, #fafc71 0%, #00a300 100%);
  background: -webkit-linear-gradient(left, #fafc71 0%, #00a300 100%);
  background: linear-gradient(to right, #fafc71 0%, #00a300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafc71', endColorstr='#00a300', GradientType=1);
}

#tm-recovery-process
  [uk-switcher]
  li:nth-child(1)
  + li
  + li
  + li
  + li.uk-active
  > figure
  div {
  background: #00a300;
}

@media only screen and (max-width: 767px) {
  #tm-recovery-process [uk-switcher] > li > figure > div {
    width: 50px;
    height: 50px;
  }

  #tm-recovery-process [uk-switcher] > li > figure > span {
    font-size: 22px;
    line-height: 22px;
  }

  #tm-recovery-process [uk-switcher] > li > figure > div:before {
    font-size: 0.5em;
    top: -22px;
  }

  #tm-recovery-process {
    background-position: -180px top, 180px bottom;
  }

  #tm-recovery-process #tm-recovery-switcher h3 {
    font-size: 30px;
    line-height: 1.2em;
  }

  .uk-subnav > * {
    padding-left: 13px;
  }
}

@media only screen and (min-width: 281px) and (max-width: 767px) {
  #tm-recovery-process [uk-switcher] > li > figure > div {
    width: 27px;
    height: 27px;
  }

  #tm-recovery-process [uk-switcher] > li > figure > span {
    font-size: 18px;
    line-height: 22px;
  }

  #tm-recovery-process [uk-switcher] > li > figure > div:before {
    font-size: 0.5em;
    top: -22px;
  }

  #tm-recovery-process {
    background-position: -180px top, 180px bottom;
  }

  #tm-recovery-process #tm-recovery-switcher h3 {
    font-size: 30px;
    line-height: 1.2em;
  }
  #tm-recovery-process .uk-subnav li i:before {
    top: -5px;
  }

  #tm-recovery-process .uk-subnav li i {
    font-size: 0.5em;
  }
}

@media only screen and (min-width: 768px) {
  #tm-recovery-process [uk-switcher] > li > figure > div {
    width: 100px;
    height: 100px;
  }
}
