.hero-screen-wrapper .ez-ad-stick-wrapper {
  margin-left: -83px;
  animation: heroSlideUp 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.7s forwards;
}
.hero-screen-wrapper .new-badge {
  top: 81px;
  left: 118px;
  animation:
    heroScaleIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1.2s forwards,
    pulse 2s ease-in-out 2s infinite;
}
.why-choose-us .nav-pills {
  background-color: #d4edf1;
  box-shadow: 0 4px 7.6px 0 rgba(0, 0, 0, 0.15);
}
.why-choose-us .nav-link.active {
  background-color: #99d5e6;
}
@media screen and (max-width: 1199.98px) {
  .hero-screen-wrapper .ez-ad-software {
    width: 220px;
  }
  .hero-screen-wrapper .ez-ad-tv-stick {
    width: 140px;
  }
  .hero-screen-wrapper .new-badge {
    width: 60px;
    height: 60px;
    left: 80px;
    top: 61px;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-screen-wrapper .ez-ad-software {
    width: 170px;
  }
  .hero-screen-wrapper .ez-ad-tv-stick {
    width: 105px;
  }
  .hero-screen-wrapper .new-badge {
    left: 40px;
  }
}
@media screen and (max-width: 575.98px) {
  .hero-screen-wrapper .ez-ad-software {
    width: 120px;
  }
  .hero-screen-wrapper .ez-ad-tv-stick {
    width: 60px;
  }
  .hero-screen-wrapper .new-badge {
    left: 30px;
    top: 31px;
    width: 40px;
    height: 40px;
  }
  .hero-screen-wrapper .ez-ad-stick-wrapper {
    margin-left: -43px;
  }
}
