hr {
  width: 100%;
}
.tooltips .tooltiptext {
  font-size: 0.75rem;
  width: 7.5rem;
  color: black;
  border-radius: 0.375rem;
  bottom: 1.6875rem;
  z-index: 5;
}
.tooltips:hover .tooltiptext {
  visibility: visible !important;
}
.priceRange {
  bottom: 0.25rem;
  border-radius: 0rem !important;
  border: none !important;
  outline-width: 0;
  background-color: #dfe2e7;
  height: 0.25rem;
  width: 19rem;
  accent-color: #f72b73;
}
.bg-light {
  background-color: white !important;
  color: #000000 !important;
  font-size: 1.063rem;
  text-decoration: none;
  cursor: pointer;

}
.tooltips {
  width: 9.375rem;
}

.show {
  display: block !important;
}
.hide {
  display: none;
}

.dollar-sign {
  bottom: 0.375rem;
  font-size: 0.9375rem;
}
.monthly {
  font-size: 0.8125rem;
  color: #8a939f !important;
}
.arrow {
  bottom: 0.125rem;
}
.signup {
  background-color: #0451f6 !important;
  border-radius: 0;
}
