.cleaning-everywhere-area {
  padding: 150px 0;
  background-image: url('/template/1f6e749a/images/cleaning-everywhere-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cleaning-everywhere-area::before {
  content: "";
  background-color: #1c2f80;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cleaning-everywhere-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  position: relative;
}
.cleaning-everywhere-container .cleaning-everywhere-title {
  font-family: "Poppins", Sans-serif;
  font-size: 60px;
  line-height: 1.3em;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 20px;
}
.cleaning-everywhere-container .cleaning-everywhere-text {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #FFFFFF;
  margin: 0;
}
.cleaning-everywhere-container .cleaning-everywhere-video-button {
  display: inline-flex;
  position: relative;
  display: none;
}
.cleaning-everywhere-container .cleaning-everywhere-video-button::before {
  animation:ripple 2s ease-out infinite;
  background-color: #1c2f80;
  border-radius:100%;
  bottom:0;
  box-sizing:border-box;
  content:"";
  left:0;
  position:absolute;
  right:0;
  top:0;
}
.cleaning-everywhere-container .cleaning-everywhere-video-button::after {
  animation:ripple 2s 1s ease-out infinite;
  background-color: #1c2f80;
  border-radius:100%;
  bottom:0;
  box-sizing:border-box;
  content:"";
  left:0;
  position:absolute;
  right:0;
  top:0;
}
@keyframes ripple {
  0% {
    opacity:.75;
  }
  100% {
    border-radius:100%;
    opacity:0;
    transform:scale(1.30);
  }
}
.cleaning-everywhere-container .cleaning-everywhere-video-button a {
  background-color: #1c2f80;
  background-image: url(/template/1f6e749a/images/play-button-arrowhead.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
