.numberUl {
  padding: 0;
}
.numberUl li {
  list-style: none;
  float: left;
  width: 33.33%;
  font-family: 'Ubuntu',sans-serif;
  padding: 0 20px;
  text-align: center;
  position: relative;
}
.numberUl li div {
  width: 45px;
  height: 45px;
  background: #83bbd2;
  color: #fff;
  font-family: 'Ubuntu',sans-serif;
  border-radius: 50%;
  vertical-align: middle;
  padding: 10px;
  margin-bottom: 30px;
  display: inline-block;
}
.numberUl li:after {
  content: " ";
  border-top: 1px dashed #83bbd2;
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 22px;
}
.numberUl li:last-child:after {
  display: none;
}

.detailsUl {
  padding: 0;
  display: inline-block;
  margin-top: 6px;
  width: 100%;
}
.detailsUl li {
  list-style: none;
  float: left;
  font-family: 'Ubuntu',sans-serif;
  width: 33.33%;
  padding: 0 8px;
  text-align: center;
  position: relative;
}

.detailsUl li h5 {
    font-size: 20px;
    font-family: 'Ubuntu',sans-serif;
    display: block;
    line-height: 32px;
}
@media (max-width: 767px){
  .numberUl {
    float: left;
    width: 10%;
    margin-top: 20px;
  }
  .numberUl li {
      left: -15px;
      top: 20px;
  }
  .detailsUl li {
    width: auto;
    text-align: left;
    height: 80px !important;
    overflow: hidden;
    margin-bottom: 20px;
  }
  ul.detailsUl {
    width: 90%;
    margin-bottom: 0;
  }
}
/** spotlight**/

.spotlightspoints{
  clear: both;
}

.spotlightspoints li {
    color: #515151;
    list-style: none;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 38px;
    position: relative;
}

.spotlightspoints li:before {
    background: url(/themes/sme/images/bullet%403x.png) no-repeat;
    width: 24px;
    height: 24px;
    content: " ";
    display: inline-block;
    position: absolute;
    left: -40px;
    background-size: cover;
    top: 2px;
}
/** block reasons **/
#block-bizz-earlydailyservicedailyservice-block-text .__bloc_text.dynamic-component .row:first-child{
  display: none;
}
#block-bizz-earlydailyservicedailyservice-block-text .__bloc_text.dynamic-component .row:nth-child(2){
  display: none;
}
@media only screen and  (max-width: 767px){
  #block-bizz-earlydailyservicedailyservice-block-text .__bloc_text.dynamic-component .row:nth-child(3){
  margin-top: 50px;
}
}
ul.__checklist li{
  margin: 0 0 25px 0;
}

/** promotion code **/
.promotion-code {
    width: 200px;
    height: 200px;
    font-size: 18px;
    border-radius: 200px;
    background-color: #83bbd2;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.1);
    color: #fff;
    padding: 72px 20px;
    position: absolute;
    right: -40px;
    bottom: -40px;
    text-align: center;
}

@media only screen and  (max-width: 767px)
.promotion-code {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 50%;
    height: auto;
    border-radius: 4px;
    font-size: 14px;
    bottom: -30px;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.1);
    padding: 10px;
}
@media (max-width: 767px){
  .promotion-code {
      right: 0;
      left: 0;
      margin: 0 auto;
      width: 50%;
      height: auto;
      border-radius: 4px;
      font-size: 14px;
      bottom: -30px;
      box-shadow: 0 2px 7px 0 rgba(0,0,0,0.1);
      padding: 10px;
  }
}
/** boxesrow**/
@media (max-width: 767px){
  .boxes-row{
    justify-content: center;
   }
}

.boxes-row .ve--column > *{
    margin: 50px 0 0 0;
    text-align: center;
    height: 200px;
    border-radius: 4px;
    padding: 30px 10px;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    border: solid 1px #d3d3d3;
}


