@media (max-width: 479px) {
  hide-on-mp {
    display: none !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .hide_xs {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hide_md {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hide_sm {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hide_lg {
    display: none !important;
  }
}

.services__box__header, .services__item__description li, .services__item__header, .services__feature__header {
  position: relative;
}
.services__box__header:before, .services__item__description li:before, .services__item__header:before, .services__feature__header:before, .services__box__header:after, .services__item__description li:after, .services__item__header:after, .services__feature__header:after {
  position: absolute;
  content: "";
  display: block;
}

body {
  position: relative;
}

@media (min-width: 768px) {
  #services {
    overflow-x: hidden;
  }
}

.services__products {
  background: #E9F2F8;
  border-top: 10px solid rgba(46, 130, 189, 0.15);
}
@media (max-width: 767px) {
  .services__products {
    padding: 40px 0 20px;
  }
}
@media (min-width: 768px) {
  .services__products {
    padding: 80px 0 40px;
  }
}
.services__products .services__box__header {
  width: 100%;
  margin-bottom: 30px;
}
.services__feature {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .services__features {
    margin-bottom: 40px;
  }
}
.services__feature__header {
  color: #4892C5;
}
@media (max-width: 767px) {
  .services__feature__header {
    padding-left: 50px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .services__feature__header {
    padding-top: 70px;
    font-size: 20px;
  }
}
.services__feature__header:before {
  height: 50px;
  width: 50px;
  background: rgba(237, 245, 250, 0.5);
  left: 0;
  top: 0;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .services__feature__header:before {
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 40px;
  }
}
.services__feature__header:after {
  height: 40px;
  width: 40px;
  left: 5px;
  top: 5px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  .services__feature__header:after {
    top: 50%;
    height: 30px;
    width: 30px;
    margin-top: -15px;
  }
}
.services__feature__header[data-icon=piggy-bank]:after {
  background-image: url("https://www.translate.com/images/services/piggy-bank.svg");
}
.services__feature__header[data-icon=time-left]:after {
  background-image: url("https://www.translate.com/images/services/time-left.svg");
}
.services__feature__header[data-icon=guarantee]:after {
  background-image: url("https://www.translate.com/images/services/guarantee.svg");
}
.services__feature__header[data-icon=security]:after {
  background-image: url("https://www.translate.com/images/services/security.svg");
}
.services__feature__test {
  font-size: 15px;
  margin: 15px 0 30px;
  color: #828282;
  line-height: 1.7em;
}
.services__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.services__item {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .services__item {
    width: 100%;
    margin: 0 0 15px;
  }
}
@media (min-width: 768px) {
  .services__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .services__item__header {
    font-size: 18px;
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .services__item__header {
    font-size: 20px;
    padding-left: 80px;
  }
}
.services__item__header a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.services__item__header:before {
  height: 48px;
  width: 48px;
  top: 0;
  left: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  .services__item__header:before {
    display: none;
  }
}
.services__item__header[data-icon=medical] a {
  color: #68B09F !important;
  border-bottom: 1px solid rgba(104, 176, 159, 0.2);
}
.services__item__header[data-icon=medical]:before {
  background-image: url("https://www.translate.com/images/services/medical.svg");
}
.services__item__header[data-icon=document] a {
  color: #555151 !important;
  border-bottom: 1px solid rgba(85, 81, 81, 0.2);
}
.services__item__header[data-icon=document]:before {
  background-image: url("https://www.translate.com/images/services/document.svg");
}
.services__item__header[data-icon=business] a {
  color: #6078FF !important;
  border-bottom: 1px solid rgba(96, 120, 255, 0.2);
}
.services__item__header[data-icon=business]:before {
  background-image: url("https://www.translate.com/images/services/business.svg");
}
.services__item__header[data-icon=technical] a {
  color: #7E51DD !important;
  border-bottom: 1px solid rgba(126, 81, 221, 0.2);
}
.services__item__header[data-icon=technical]:before {
  background-image: url("https://www.translate.com/images/services/technical.svg");
}
.services__item__header[data-icon=email] a {
  color: #FF703C !important;
  border-bottom: 1px solid rgba(255, 112, 60, 0.2);
}
.services__item__header[data-icon=email]:before {
  background-image: url("https://www.translate.com/images/services/email.svg");
}
.services__item__description {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
  color: #828282;
  line-height: 1.2rem;
}
@media (min-width: 768px) {
  .services__item__description {
    padding: 0 0 0 80px;
  }
}
.services__item__description li {
  margin: 0 0 7px;
}
@media (max-width: 767px) {
  .services__item__description li {
    display: inline;
    font-size: 13px;
  }
  .services__item__description li:not(:last-child):after {
    content: ", ";
    display: inline;
    position: relative;
  }
}
.services__container--blue {
  background: #E9F2F8;
  border-top: 10px solid rgba(46, 130, 189, 0.15);
  border-bottom: 10px solid rgba(46, 130, 189, 0.15);
  padding: 40px 0;
}
@media (max-width: 767px) {
  .services__container--blue .container .col-md-6:nth-of-type(2) .services__box {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .services__container--blue .container .col-md-6:nth-of-type(2) .services__box {
    margin-top: 100px;
  }
}
.services__container--floated {
  position: relative;
}
@media (max-width: 991px) {
  .services__container--floated {
    background: #fff;
  }
}
@media (min-width: 992px) {
  .services__container--floated {
    height: 250px;
  }
}
.services__container--floated .services__container__inner {
  z-index: 10;
}
@media (min-width: 992px) {
  .services__container--floated .services__container__inner {
    top: -100px;
    position: absolute;
    width: 100%;
  }
}
.services__box {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
@media (max-width: 991px) {
  .services__box {
    flex-wrap: wrap;
    margin: 30px 0;
  }
}
.services__box--vertical {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .services__box--vertical {
    margin: 0;
  }
}
.services__box--vertical .services__box__header,
.services__box--vertical .services__box__content {
  width: 100%;
}
.services__box--vertical .services__box__content p {
  display: block;
}
@media (max-width: 767px) {
  .services__box--vertical .services__box__header {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .services__box--vertical .services__box__header {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .services__box--vertical .services__box__header:before {
    display: inline;
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services__box--vertical .services__box__header:before {
    bottom: 7px;
    font-size: 70px;
    left: -15px;
  }
}
@media (min-width: 992px) {
  .services__box--vertical .services__box__header:before {
    left: -15px;
    top: -15px;
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .services__box--padded {
    padding: 10px 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services__box--padded {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .services__box--padded {
    padding: 50px 60px;
  }
}
@media (min-width: 992px) {
  .services__box--shadow {
    box-shadow: 0 0 150px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background: #fff;
  }
}
.services__box__header {
  font-size: 42px;
  font-weight: 800;
  color: #444;
  line-height: 1em;
}
@media (max-width: 767px) {
  .services__box__header {
    font-size: 24px;
    width: 100%;
    padding-left: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services__box__header {
    font-size: 32px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .services__box__header {
    width: 30%;
    font-size: 42px;
  }
}
.services__box__header[data-count="02"] {
  color: #595373;
}
.services__box__header[data-count="03"] {
  color: #735D7B;
}
.services__box__header[data-count="04"] {
  color: #AB248D;
}
.services__box__header[data-count="05"] {
  color: #569971;
}
.services__box__header[data-count="06"] {
  color: #4892C5;
}
@media (max-width: 767px) {
  .services__box__header[data-count="06"]:before {
    display: inline;
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services__box__header[data-count="06"]:before {
    bottom: 7px;
    font-size: 70px;
    left: -15px;
  }
}
@media (min-width: 992px) {
  .services__box__header[data-count="06"]:before {
    left: -15px;
    top: -15px;
    font-size: 100px;
  }
}
.services__box__header:before {
  content: attr(data-count);
  opacity: 0.15;
}
@media (max-width: 767px) {
  .services__box__header:before {
    font-size: 24px;
    left: 0;
    display: inline;
    opacity: 0.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services__box__header:before {
    font-size: 80px;
    bottom: 7px;
    left: -15px;
  }
}
@media (min-width: 992px) {
  .services__box__header:before {
    font-size: 150px;
    left: -15px;
    top: -15px;
  }
}
.services__box__content {
  flex: 1;
  color: #828282;
  line-height: 1.2rem;
}
@media (min-width: 768px) {
  .services__box__content--2col {
    columns: 2;
    column-gap: 40px;
  }
  .services__box__content--2col p {
    display: inline;
  }
}
.services__box__content p {
  padding: 10px 0;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .services__box__content p {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .services__box__content p {
    font-size: 17px;
  }
}