.opacity-0-8 {
  opacity: 0.8 !important;
}
.opacity-0-7 {
  opacity: 0.7 !important;
}
.ar7-menu-list-active:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #00b2e2;
  content: "";
  transition: all 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ar7-menu-list-active-opened {
  transform: scale(1);
}
@media (min-width: 768px) {
  .md-rounded-3xl {
    border-radius: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .lg-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
