.side-rail {
  background-color: #4BD123;
  border: 2px solid #41BC1F;
  border-radius: 34px 0 0 34px;
  -webkit-box-shadow: 0px 0 3px 1px rgba(0,0,0,.4);
          box-shadow: 0px 0 3px 1px rgba(0,0,0,.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  position: fixed;
  bottom: 6rem;
  right: 0;
  z-index: 10;
}

.side-rail ul {
  list-style: none;
  margin: 0;
  padding: 10px;
}

.side-rail li {
  margin: 0;
  padding: 0;
}

.side-rail li:not(:first-child) {
  margin-top: 10px;
}

.side-rail a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border-radius: 24px;
  border-top: 3px solid #41BC1F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  width: 48px;
  position: relative;
}

.side-rail .icon {
  background-color: #343330;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  width: 32px;
  margin: auto;
  position: relative;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.side-rail .icon.phone {
  -webkit-mask-image: url('../img/icons/icon-phone.svg');
          mask-image: url('../img/icons/icon-phone.svg');
  top: -1px;
}

.side-rail .icon.map {
  -webkit-mask-image: url('../img/icons/icon-map.svg');
          mask-image: url('../img/icons/icon-map.svg');
}

.time-sheet-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center
}

.time-sheet-wrap .time-sheet {
  border: 0;
  margin: 0;
  padding: 0;
}

#colophon-content .time-sheet-wrap p,
#colophon-content .time-sheet-wrap .time-sheet {
  font-family: "open_sansbold";
  font-size: 14px;
}

@media screen and (min-width: 720px) {
  .time-sheet-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  #colophon-content .time-sheet-wrap p,
  #colophon-content .time-sheet-wrap .time-sheet {
    font-size: 16px;
  }
}

#cta-service-wrap .cta-service button {
  background-color: black;
  border: 0;
  color: white;
}
