/*===== leaders price list =====*/

ul.leaders {
  max-width: 40em;
  padding: 0;
  overflow-x: hidden;
  list-style: none}
ul.leaders li:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content:". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "}
ul.leaders span:first-child {
  padding-right: 0.35em;
  font-size: 14;
  background: white}
ul.leaders span + span {
  float: right;
  padding-left: 0.33em;
  background: white}

/*===== wellclean Button Style =====*/
  .wellclean-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 8px;
    border: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: -webkit-linear-gradient(left, #361cc1 0%, #2e82ef 50%, #ee2a7b 100%);
    background: -o-linear-gradient(left, #361cc1 0%, #2e82ef 50%, #ee2a7b 100%);
    background: linear-gradient(to right, #361cc1 0%, #2e82ef 50%, #ee2a7b 100%);
    background-size: 200%; }
    .wellclean-btn:hover {
      color: #fff;
      background-position: right center; }