.text-banner-full {
  height: 600px;
  background: #000
    url(/skin/frontend/venedor/default/css/waveshare/affilate/banner.webp)
    no-repeat center bottom;
  background-size: cover;
}
.banner-text h3 {
  font-size: 28px;
  color: white;
}
.banner-text p {
  font-size: 16px;
  line-height: 1.5em;
}

.banner-text {
  color: white;
}

.banner-text h1 {
  font-size: 64px;
  text-transform: uppercase;
  color: white;
}

.text-banner-full div.container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.success-case img {
  width: 100%;
  margin: 20px 0;
}

.success-case .custom-mode-bg {
  display: inline-block;
}

.single-page h2 {
  font-size: 48px;
}

.custom-mode-bg {
  background-image: linear-gradient(
    to right,
    rgba(0, 255, 174, 0.4),
    rgba(0, 255, 174, 0)
  );
  border-radius: 100px;
  padding: 0 20px;
}

.box-border1px {
  border: 1px solid #d1d1d1;
}

.box-padding40px {
  padding: 40px;
}

.cmb-h3-box {
  position: relative;
  left: -20px;
  margin-top: 40px;
}

.cmb-h3-box h3 {
  line-height: 2em;
}

.custom-mode-box {
  height: 720px;
}

.cmb-num-box {
  position: absolute;
  bottom: 30px;
  width: calc(100% - 80px);
}

.cmb-num-box > div:first-child {
  margin-bottom: 40px;
}

.cmb-adv {
  color: #65ae00;
  margin: 20px 0 10px;
}

.most-popular {
  position: absolute;
  right: 40px;
  top: 20px;
}

.custom-list li {
  list-style: none;
  position: relative;
  margin: 20px 0;
}

.custom-list li::before {
  content: "";
  display: block;
  position: absolute;
  left: -40px;
  width: 18px;
  height: 18px;
  background-image: url(/skin/frontend/venedor/default/css/waveshare/dispaly-customzization/advantages2.svg);
}

@media (min-width: 1024px) {
  .why-us {
    display: flex;
  }

  .why-us-top {
    border-bottom: 1px solid #d8d8d8;
  }
}

.why-us > div:not(:last-child) {
  border-right: 1px solid #d8d8d8;
}

.why-us-box {
  position: relative;
}

.why-us-box > div {
  width: 50px;
  height: 20px;
  border-radius: 100px;
  background-image: linear-gradient(
    to right,
    rgba(0, 255, 174, 1),
    rgba(0, 255, 174, 0)
  );
  position: absolute;
  top: 50px;
  left: 30px;
}

.why-us-box h3 {
  margin: 0;
  position: relative;
  z-index: 1;
}

.process-ico {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.process-ico > div {
  text-align: center;
}

.process-ico > div:first-child i {
  margin: 0 auto 20px;
}

.process-ico > div:last-child {
  display: flex;
  position: absolute;
  width: 100%;
}

.process-ico > div:last-child span:first-child {
  width: 100%;
  background-image: linear-gradient(
    to right,
    rgba(0, 255, 174, 0),
    rgba(0, 255, 174, 0),
    rgba(0, 255, 174, 0.12)
  );
}

.process-ico .pro-arrows {
  display: block;
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 50px solid rgba(0, 255, 174, 0.12);
}

.process-ico i[class*="proico-"] {
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(/skin/frontend/venedor/default/css/waveshare/dispaly-customzization/process-icons.svg);
  background-repeat: no-repeat;
}

.proico-2 {
  background-position-x: -80px;
}

.proico-3 {
  background-position-x: -160px;
}

.proico-4 {
  background-position-x: -240px;
}

.proico-5 {
  background-position-x: -320px;
}

.proico-6 {
  background-position-x: -400px;
}

.dispaly-customzization-form {
  background: url(/skin/frontend/venedor/default/css/waveshare/dispaly-customzization/lcd-inquirenow.webp)
    no-repeat center center;
  background-size: cover;
}
