.lp-page .btn-hero {
  border: 2px solid;
  padding: 0.75rem 1.5rem;
  font-size: 22px;
  font-weight: 600;
}

.lp-page .card-product.card-lp:hover {
  border: 2px solid #820373;
}

.lp-page .text-danger {
  color: #ce2c58 !important;
}

.lp-page .bg-danger {
  background-color: #ce2c58 !important;
}

.lp-page .card-product.card-lp .badge {
  text-transform: uppercase;
}

.lp-page .text-primary {
  color: #21325b !important;
}

.lp-page h2,
.lp-page h2 strong {
  vertical-align: middle;
}

.lp-page .card {
  box-shadow: 0 .375rem 1.5rem 0 rgb(0 0 0 / 15%);
}

.lp-page .card-product.card-lp:hover {
  box-shadow: 0 .375rem 1.5rem 0 rgb(0 0 0 / 30%);
}

.lp-page .bg-dark .card.shadow {
  box-shadow: 0 .375rem 1.5rem 0 rgb(0 0 0 / 20%) !important;
}

.lp-page .btn-warning:hover {
  box-shadow: 0 .375rem 1.5rem 0 rgb(0 0 0 / 20%) !important;
}

.lp-page .card a,
.lp-page .modal a {
  text-decoration: underline;
}

.lp-page .card a:hover,
.lp-page .card a:focus,
.lp-page .card a:active,
.lp-page .modal a:hover,
.lp-page .modal a:focus,
.lp-page .modal a:active {
  text-decoration: none;
}

.lp-page .card a.btn,
.lp-page .modal a.btn {
  text-decoration: none;
}
.main-hero {
  background: #501573 url(/assets/img/bg4.jpg) no-repeat top 50px right;
}
@media (max-width:768px) {
  .lp-page h1 mark.fs-1 {
    font-size: 24px !important;
  }

  .lp-page h1 div.fs-1 {
    font-size: 24px !important;
  }

  .lp-page .lead ul li {
    font-size: 13px;
  }

  .lp-page .lead ul li svg {
    height: 13px;
  }

  .lp-page .title h2 {
    font-size: 22px !important;
  }

  .lp-page .title img {
    height: 22px !important;
    width: 22px !important;
  }
}

@media (max-width:991px) {
  .main-hero {
    background: #501573;
  }
}

.lp-page .card-title .title-logo {
  min-height: 50px;
  font-size: 50px;
}

.lp-page .card-title .title-logo img {
  vertical-align: middle;
}

.lp-page .card .btn svg {
  vertical-align: top;
}

.lp-page .btn-soft-dark:hover {
  color: #fff;
}

.bg-soft-gio {
  background-color: #F9F5FA;
}
.bg-gio {
  background-color: #820373;
}

.text-gio {
  color: #820373;
}
.brand {
  width: 100%;
  max-width: 10rem;
}
.banner-half-middle-x::before {
  background: none;
}

.card-flush>.card-img-top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card-flush .card-body {
  padding: 15px 10px;
}

.card-flush .card-body .card-subtitle {
  margin: 0;
}
@media (max-width: 991px) {
    .navbar-expand-lg.navbar-dark .navbar-nav, .navbar-expand-lg.navbar-dark .navbar-topbar-collapse {
        background-color: #FFF;
    }
}
.btn-success {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}
.btn-success:hover {
  background-color: #218838 !important;
  border-color: #218838 !important;
}
.btn-hero.btn-success:hover {
  box-shadow: 0 4px 11px rgba(0,0,0,.35);
}
.zdx-0 {
  z-index: 0 !important;
}
.zdx-100 {
  z-index: 100 !important;
}