:where([data-lb-section="hero-yop"]) .theme_btn {
  color: #fff;
  text-align: center;
  font: 400 18px/50px "Poppins", sans-serif;
  display: inline-block;
  padding: 0 20px;
  background: #5079f7;
  z-index: 1;
  border-radius: 10px;
  min-width: 181px;
}
:where([data-lb-section="hero-yop"]) .theme_btn:hover, :where([data-lb-section="hero-yop"]) .theme_btn:focus {
  background: #1be394;
  color: #fff;
}















@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: 100px;
    top: 100px;
  }

  75% {
    left: 0px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    right: 230px;
    top: 85px;
  }

  25% {
    right: 100px;
    top: 85px;
  }

  50% {
    right: 100px;
    top: 100px;
  }

  75% {
    right: 230px;
    top: 200px;
  }

  100% {
    right: 220px;
    top: 100px;
  }
}


@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #f3f4fc;
  }

  70% {
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

@-webkit-keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
@-moz-keyframes BottomToTop {
  49% {
    -moz-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
@keyframes BottomToTop {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@-webkit-keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}




:where([data-lb-section="hero-yop"]) .banner_area {
  display: block;
  overflow: hidden;
  padding-top: 240px;
}
:where([data-lb-section="hero-yop"]) .banner_area .bdr {
  padding-bottom: 65px;
  border-bottom: 1px solid #eaeef6;
}
:where([data-lb-section="hero-yop"]) .banner_area h2 {
  font: 500 50px/55px "Poppins", sans-serif;
  color: #181818;
  padding-bottom: 5px;
  padding-top: 60px;
}
:where([data-lb-section="hero-yop"]) .banner_area p {
  font-size: 18px;
  padding-top: 20px;
}
:where([data-lb-section="hero-yop"]) .banner_area .theme_btn {
  min-width: 232px;
  margin-top: 28px;
}
:where([data-lb-section="hero-yop"]) .banner_area .banner_i {
  position: relative;
}
:where([data-lb-section="hero-yop"]) .banner_area .banner_i .images_1 {
  animation: float-bob-y infinite 2s linear;
}
:where([data-lb-section="hero-yop"]) .banner_area .banner_i .images_2 {
  position: absolute;
  bottom: 0;
  right: -130px;
}
:where([data-lb-section="hero-yop"]) .banner_area .banner_i .rs_banner {
  display: none;
}


































@media (max-width: 1440px) {
  :where([data-lb-section="hero-yop"]) .banner_area .banner_i img {
    display: none;
  }
  :where([data-lb-section="hero-yop"]) .banner_area .banner_i .rs_banner {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {

  :where([data-lb-section="hero-yop"]) .banner_area h2 {
    font-size: 40px;
    padding-top: 0;
  }
}
@media (max-width: 991px) {

  :where([data-lb-section="hero-yop"]) .banner_area .banner_i {
    padding-top: 50px;
  }
}
@media (max-width: 575px) {

  :where([data-lb-section="hero-yop"]) .banner_area {
    padding-top: 200px;
  }
  :where([data-lb-section="hero-yop"]) .banner_area h2 {
    font-size: 25px;
    line-height: 30px;
  }
  :where([data-lb-section="hero-yop"]) .banner_area p {
    font-size: 16px;
  }
}