.is-invalid {
  box-shadow: none;
  border: 2px solid #ed0226 !important;
}

.list-package {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0px 16px 64px rgba(0, 7, 46, 0.04);
  border-radius: 6px;
  padding: 15px 30px;
}

.price-table {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.price-list {
  display: flex;
  margin-right: 10px;
  justify-content: space-between;
  min-width: 70%;
}

.core-prize {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.price-pricing {
  display: flex;
  /* width: 15%; */
  justify-content: left;
  align-items: center;
}

.package-title {
  color: #8292a6;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
}

.package-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #1b2c42;
}

.price-list:hover {
  color: white !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.slider-package {
  display: flex;
}

.mobile {
  display: none !important;
}

@media (max-width: 576px) {
  .slider-package,
  .list-package,
  .price-list {
    flex-direction: column;
  }

  .price-pricing {
    width: auto;
  }

  .custom-slide {
    margin-top: 0.5rem;
  }
}

@media (min-width: 576px) {
  .slider-package,
  .list-package,
  .price-list {
    flex-direction: column;
  }

  .price-pricing {
    width: auto;
  }

  .custom-slide {
    margin-top: 0.5rem;
  }
}

@media (min-width: 767px) {
  .slider-package,
  .list-package,
  .price-list {
    flex-direction: row;
  }

  .price-pricing {
    width: auto;
  }
}

@media (min-width: 992px) {
  .slider-package,
  .list-package,
  .price-list {
    flex-direction: row;
  }

  .price-pricing {
    width: auto;
  }

  .custom-slide {
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  .dekstop {
    display: none !important;
  }

  .mobile {
    display: contents !important;
  }
}
