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

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

.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:focus, .btn-outline-dark:active {
  background-image: none !important;
}
.btn-outline-dark:hover {
  color: #fff !important;
}

body {
  overflow-x: hidden;
}

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

.btn-accent {
  background-color: #1d707d;
  background-image: none;
  color: #ffffff;
}
.btn-accent:hover, .btn-accent:active, .btn-accent:focus {
  background-image: none !important;
}

.btn-accent:hover {
  background-color: #4a8c97;
}

.section-banner .xblink-image {
  margin: -70px auto;
  max-height: 65vh;
}

.section-account {
  background-color: #fbfbfb;
}
.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;
}

.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);
}
.pricing-box-pro {
  background-color: #212529;
}
.pricing-box-enterprise {
  background-color: #1d707d;
}

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