.card-pricing .card-header {
  padding-top: 0;
  padding-bottom: 0;
}

.card-pricing .card-header h6 {
  font-weight: 900;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 0.0625rem) calc(0.25rem - 0.0625rem) 0 0;
}

.card-pricing h6 {
  font-size: 16px !important;
}

.text-white {
  color: #fff !important;
}

.ls-1 {
  letter-spacing: .0625rem;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.text-center {
  text-align: center !important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0.0625rem solid rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
}

.bg-transparent {
  background-color: transparent !important;
}

.card-header {
  padding: 1.25rem 1.5rem;
  margin-bottom: 0;
  background-color: #f6f9fc;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.05);
}

.border-0 {
    border: 0 !important;
}

.display-2 {
    font-size: 2.75rem;
    font-weight: 500 !important;
    line-height: 1.5;
}

.perMonth {
    font-size: 16px;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.list-unstyled {
    list-style-type: none !important;
    padding-left: 0 !important;
}

.card-pricing .list-unstyled li {
    padding: .5rem 0;
    color: #8898aa;
}

.d-flex {
    display: flex !important;
}

.icon-shape {
    padding: 12px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

shadow, .profile-page .card-profile .card-profile-image img {
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07) !important;
}

.icon.icon-xs {
    display: flex;
}

.text-white.listItem {
    font-size: 16px;
    font-weight: 400;
}
.text-white {
    color: #fff !important;
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}