/* used on niches.htm */
.category-text-container {
  width: 100%;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 60px;
}
/* used on niches.htm */
.heading-10 {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* used on niches.htm */
.link-2 {
  text-decoration: none;
}

/* used on niches.htm */
.category-plan-card {
  border-radius: 14px;
  max-width: 1200px;
  padding: 40px;
  position: relative;
  overflow: clip;
  width: 100%;
}

/* used on niches.htm */
.combine-header1_component {
  gap: 3%;
  align-items: center;
  display: flex;
  padding-top: 30px;
}
/* used on niches.htm */
.combine-header1_image-wrapper {
  background-image: url('../images/Dentalbg90.svg');
  background-size: cover;
  border-radius: 1.25rem;
  overflow: hidden;
  width:100%;
}
/* used on niches.htm */
.combine-header1_image-wrapper--with-vector {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
}
/* used on niches.htm */
.combine-header1_image-vector {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.combine-header1_image-wrapper--with-vector .combine-header1_image {
  position: relative;
  z-index: 2;
}

/* used on niches.htm */
.combine-header1_image {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
}

/* used on niches.htm */
.breadcrumbs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--light-grey);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  font-family: Gilroy, Impact, sans-serif;
}
/* used on niches.htm */
.image-14 {
  opacity: .95;
  width: 20px;
  height: 20px;
}
.image-14:hover {
  opacity: 1;
}
/* used on niches.htm */
.breadcrumb-2-level {
  text-transform: none;
}
/* used on niches.htm */
.text-block-8 {
  color: var(--radiant-ui-components-library--light-grey);
  width: 100%;
  font-size: 1rem;
}
/* used on niches.htm */
.category-plan-list {
  max-width: 1090px;
  padding-left: 40px;
  padding-right: 40px;
}
.category-plan-topic {
  line-height: 1.7;
  transition: color .2s;
}
.category-plan-topic:hover {
  color: var(--grey);
}
/* used on niches.htm */
.category-seo-text {
  color: var(--light-grey);
  font-size: 16px;
  line-height: var(--_website---text-height);
}
/* used on niches.htm */
.category-seo-text-2 {
  color: var(--grey);
}
/* used on niches.htm */
.heading-list {
  color: var(--blue);
  font-size: var(--_website---h4);
  margin-bottom: .25rem;
  font-weight: 600;
}
/* used on niches.htm */
.breadcrumb-3-level {
  text-transform: none;
  font-size: inherit;
}
@media screen and (min-width: 1920px) {
  .category-text-container {
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .category-plan-list {
    margin-bottom: 0;
  }
  .category-seo-text {
    line-height: var(--_website---text-height-tablet);
  }
}
@media screen and (max-width: 767px) {
  .combine-header1_component {
    flex-direction: column;
  }
}
@media screen and (max-width: 479px) {
  .combine-header1_image-wrapper {
    order: -1;
  }
  .image-14 {
    width: 20px;
    height: 20px;
  }
  .breadcrumb-2-level {
    white-space: nowrap;
  }
  .category-text-container {
    padding-bottom: 40px;
  }
  .category-seo-text {
    font-size: var(--_website---text);
  }
  .breadcrumb-3-level {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}