p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212529;
}

a:hover,
a:active {
  color: #1d707d;
}

.btn-accent {
  background-color: #1d707d;
  border-color: #1d707d;
  color: #ffffff !important;
  background-image: none !important;
}
.btn-accent:hover, .btn-accent:active {
  color: white;
  background-color: #2891a3;
  border-color: #2891a3;
  color: #ffffff;
}
.btn-link {
  color: #1d707d;
}
.btn-outline-dark {
  border: 1px solid #343a40;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  padding: 0 14px;
}
.btn-outline-dark i {
  vertical-align: inherit;
  font-size: 22px;
}
.btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark:focus {
  background: transparent !important;
  border: 1px solid #343a40 !important;
  outline: none !important;
  color: unset !important;
}
.btn-danger {
  background-color: #e02b34;
  background-image: none !important;
}

.body-fixed-header {
  padding-top: 110px;
}

.section-banner .xblink-image {
  max-height: 65vh;
}

.section-account .account-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.section-account .account-content {
  margin-top: 50px;
  position: relative;
}

.section-additional-feature .section-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.section-additional-feature .section-sub-title {
  font-size: 24px;
}
.section-additional-feature .pricing-options {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.pricing-box {
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pricing-box .pricing-box-content {
  padding: 0 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pricing-box .pricing-box-content ul li {
  margin-bottom: 10px;
  line-height: 22px;
}
.pricing-box .pricing-footer {
  padding: 40px 0;
}
.pricing-box .pricing-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}

.pill {
  display: inline-block;
  border: 1px solid #343a40;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  padding: 0 8px;
  border-radius: 40px;
}