.fw-600 {
  font-weight: 600;
}

.text-abc {
  color: #009fc2;
}

.accordion .card .card-header {
  padding: 0.5rem;
}

.card-header-extn {
  background-color: #09478d;
  color: #fff;
  padding: 1rem;
}

.footer {
  background: #fff;
}

.accordion .card {
  box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif !important;
}

label {
  display: inline-block;
  margin-bottom: 0.325rem;
}

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

.accordion .card-body p {
  font-size: 0.925rem;
  line-height: 1.5;
}

.accordion .card-header {
  border-radius: 4px;
}

.label-balance {
  font-size: 1.025rem;
}

dl {
  margin-bottom: 0.25rem;
}

dl dd,
dl dt {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.payment-info {
  line-height: 1.4;
}

.title-payment-info {
  font-size: 0.875rem;
}

.card-custom {
  position: relative;
  margin: 0;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%),
    0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%),
    0 1px 5px 0 rgb(0 0 0 / 20%);
  padding: 0.5rem;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 13px;
  }

  .title-intro {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .card-custom {
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .locate-account {
    margin-bottom: 1.25rem;
  }
}
