.table-comp tbody td {
  text-align: center;
  font-weight: bold;
}
.table-comp tbody tr td:nth-child(1) {
  text-align: right;
}
.table-comp th, .table-comp td {
  /* width: 25% !important */
  line-height: 1;
}
.table-comp .table-bordered {
  border: 0;
}
.card-text {
  padding: 10px 15px;
  background: #fff;
  font-size: 16px;
  color: #000000;
}
.thead-pink {
  background-color: #e50695;
  color: #000000;
}
.nav-pills .nav-link.beccaf.active, .nav-pills .show>.nav-link.beccaf {
  color: #000000;
  font-weight: bold;
  background-color: #e50695;
}
.bg-dialcare-green {
  /* background-color: #76bc21 !important; */
    --bs-table-bg: #76bc21;
}
.bg-dialcare-pink {
  background-color: #e50695 !important;
}
.glass {
  backdrop-filter: blur(6px) saturate(102%);
  -webkit-backdrop-filter: blur(6px) saturate(102%);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  border: 1px solid rgba(209, 213, 219, 0.3);
} 
.pricing .row {
  padding: 40px 0;
}
.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.1);
  background: rgba(112, 112, 112, .1);
  text-align: center;
}
.pricing .box1 {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.3);
  background: rgba(0, 175, 170, .1);
  text-align: center;
}
.pricing .box2 {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.3);
  background: rgba(253, 215, 86, 0.18);
  text-align: center;
}
.pricing h3 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  color: #00aea9;
}
.pricing img {
  width: 50%;
  padding-bottom: 20px;
}
.pricing-box {
  position: relative;
  width: 100%;
  background: #54565A;
}
.pricing-box h3 {
  margin: 0;
  color: #fff;
  padding: 10px 0;
  font-size: 25px;
  line-height: 25px;
}
.pricing-box h2 {
  margin: 0;
  color: #fff;   
  padding: 25px 0;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: -2px;
}
.pricing-box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
}
.pricing h4 {
  font-size: 46px;
  color: #68A4C4;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 25px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}
.pricing ul li {
  padding-bottom: 12px;
}
.pricing ul i {
  color: #68A4C4;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
}
.pricing ul .na i {
  color: #ccc;
}
.pricing ul .na span {
  text-decoration: line-through;
}
.pricing .featured {
  z-index: 10;
  margin: -30px 0px 0 0px;
}
.pricing p {
  margin-bottom: .5rem;
}
.pricing-lh {
  line-height: 1.2;
}
.circle {
  position: relative;
  width: 50%;
  padding-bottom: 50%;
  background: #54565A;
  border-radius: 50%;
}
.circle h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
}
.circle h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: -2px;
}
.circle p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
}
.cents {
  font-size: 0.6em;
  position: relative;
  bottom: 0.5em;
}
.copy-above-price {
  margin-top: -30px !important;
}
.copy-below-price {
  margin-top: 25px !important;
}
.border-box {
  width: auto;
  border: 5px solid #fff;
  padding: 70px;
}
.sign-up-ul {
  display: inline-block;
  list-style: disc;
  text-align: left;
}
.nav-pills>li {
  float: left
}
.nav>li>a {
  padding: 9px 12px;
  font-size: 15px;
}
.nav-pills>li>a {
  border-radius: 4px;
  color: #00aea9;
  text-decoration: none;
}
.nav-pills>li+li {
  margin-left: 2px
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #232323;
  font-weight: bold;
  background-color: #00aea9;
}
.nav-pills .nav-link {
  color: #555;
}
.thead-teal {
  background-color: #00aea9;
  color: #232323;
}
.breadcrumb a {
  color: #232323;
}
.breadcrumb {
  background-color: rgba(0,0,0,.05);
}
#join iframe {
  width: 100%;
  min-height: 1200px;
}

/* NEW FOR 2022 */
#sign-up .card {
  border-radius: 1rem;
}
#sign-up .card-header {
  border-radius: 1rem 1rem 0 0;
}
#sign-up .card-button {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  width: 100%;
  background-color: #6c757d;
  color: #fff;
  border-radius: 0 0 1rem 1rem;
}
#sign-up .card-button:hover {
  text-decoration: none;
  background-color: #515961;
  color: #fff;
}
#sign-up-cards tbody tr td {
  text-align: left;
}
.pricing-cost {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  padding-top: 10px;
  color: #00aea9;
}
.pricing-cost-white {
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  padding-top: 10px;
  color: #ffffff;
}
.pricing-cost-no-fee {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}
.signup-icon-theme {
  color: #007da5;
  --fa-secondary-color: #007da5;
  --fa-primary-color: #5fd0df;
  --fa-secondary-opacity: 1.0;
}
.signup-icons .fa-circle {
  color: rgb(84, 86, 90, .5);
}
#sign-up hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
#sign-up figure {
  margin: 0;
}
.text-bg-p {
  color: #000000 !important;
  background-color: rgba(220, 88, 86, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-p-alt {
  color: #000000 !important;
  background-color: rgba(214, 111, 110, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-p1 {
  color: #000000 !important;
  background-color: rgba(117, 165, 204, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-p1-alt {
  color: #000000 !important;
  background-color: rgba(141, 182, 216, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-p2 {
  color: #000000 !important;
  background-color: rgba(224, 184, 78, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-p2-alt {
  color: #000000 !important;
  background-color: rgba(245, 215, 134, var(--bs-bg-opacity, 1)) !important;
}
.border-p1 {
  border-right: 1px solid rgb(104, 149, 185);
}
.border-p2 {
  border-right: 1px solid rgb(212, 186, 114);
}
.btn-color-p {
  color: #000000 !important;
  background-color: #dc5856;
  font-family: 'Roboto', sans-serif;
}
.btn-color-p:hover {
  color: #000000 !important;
  border-color: #dc5856;
  font-family: 'Roboto', sans-serif;
}
.btn-color-p1 {
  color: #000000 !important;
  background-color: #75a5cc;
  font-family: 'Roboto', sans-serif;
}
.btn-color-p1:hover {
  color: #000000 !important;
  border-color: #75a5cc;
  font-family: 'Roboto', sans-serif;
}
.btn-color-p2 {
  color: #000000 !important;
  background-color: #e0b84e;
  font-family: 'Roboto', sans-serif;
}
.btn-color-p2:hover {
  color: #000000 !important;
  border-color: #e0b84e;
  font-family: 'Roboto', sans-serif;
}
.member-icon {
  width: auto;
  height: 28px;
}