main.clinic .breadcrumb-section {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  main.clinic .breadcrumb-section {
    padding-top: 64px;
  }
}

.breadcrumb-section {
  padding-top: 64px;
}
.breadcrumb-section .breadcrumb-items-container {
  display: flex;
  align-items: center;
}
.breadcrumb-section .breadcrumb-items-container .breadcrumb-item {
  color: #475467;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  min-height: 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .breadcrumb-section .breadcrumb-items-container .breadcrumb-item {
    display: none;
  }
}
.breadcrumb-section .breadcrumb-items-container .breadcrumb-item .find {
  cursor: pointer;
}
.breadcrumb-section .breadcrumb-items-container .breadcrumb-item:last-child {
  color: #F46E15;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.breadcrumb-section .breadcrumb-items-container .breadcrumb-item:not(:last-child):after {
  content: "";
  display: inline-block;
  background-image: url("../../utils/icons/chevron-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  padding: 0 12px;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .breadcrumb-section .breadcrumb-items-container .breadcrumb-item:not(:last-child):after {
    padding: 0 8px;
  }
}
.breadcrumb-section .breadcrumb-items-container .breadcrumb-item .icon:before {
  content: "";
  display: inline-block;
  background-image: url(../../utils/icons/home-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.breadcrumb-section .breadcrumb-items-container .breadcrumb-mobile-wrapper {
  display: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .breadcrumb-section .breadcrumb-items-container .breadcrumb-mobile-wrapper {
    display: flex;
  }
  .breadcrumb-section .breadcrumb-items-container .breadcrumb-mobile-wrapper a {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #475467;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
}

body {
  font-family: "Manrope", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", sans-serif;
}

input, textarea {
  font-family: "Manrope", sans-serif;
}

button {
  font-family: "Manrope", sans-serif;
}

.faq-section {
  padding: 64px 16px;
}
.faq-section .faq-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.faq-section .faq-container .text-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  flex: 1;
}
.faq-section .faq-container .text-content-wrapper .text-content__subtext {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #F46E15;
}
.faq-section .faq-container .text-content-wrapper .text-content__title {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: #101828;
}
.faq-section .faq-container .text-content-wrapper .text-content__supporting-text {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #475467;
}
.faq-section .faq-container .faq-accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}
.faq-section .faq-container .faq-accordion-wrapper .accordion-item {
  display: flex;
  gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
.faq-section .faq-container .faq-accordion-wrapper .accordion-item__text-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-section .faq-container .faq-accordion-wrapper .accordion-item__text-container .question {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #101828;
}
.faq-section .faq-container .faq-accordion-wrapper .accordion-item__text-container .moving-elements p {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #475467;
}
.faq-section .faq-container .faq-accordion-wrapper .accordion-item .toggle-icon {
  width: 20px;
  height: 28px;
  vertical-align: middle;
}
.faq-section .faq-container .faq-accordion-wrapper .accordion-item:hover .moving-elements {
  display: block;
}
@media (min-width: 768px) {
  .faq-section {
    padding: 64px 32px;
  }
}
@media (min-width: 1024px) {
  .faq-section {
    padding: 96px 112px;
    max-width: 1440px;
    margin: 0 auto;
  }
  .faq-section .faq-container {
    flex-direction: row;
    gap: 64px;
  }
  .faq-section .faq-container .text-content-wrapper {
    gap: 8px;
  }
  .faq-section .faq-container .text-content-wrapper .text-content__subtext {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
  .faq-section .faq-container .text-content-wrapper .text-content__title {
    font-family: "Manrope", sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
  }
  .faq-section .faq-container .text-content-wrapper .text-content__supporting-text {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
}

main#telehealth-search section {
  padding-top: 64px;
  padding-bottom: 64px;
}
main#telehealth-search .header-reserved-space {
  padding-top: 0;
  font-size: 0;
}
main#telehealth-search .breadcrumb-section {
  padding-top: 32px;
  padding-bottom: 32px;
}
main#telehealth-search .results-banner {
  background: #F9FAFB;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
main#telehealth-search .results-banner #telehealth-search-form .search-bar {
  width: 100%;
}
main#telehealth-search .results-banner #telehealth-search-form .gender-popover, main#telehealth-search .results-banner #telehealth-search-form .language-popover {
  width: 100%;
}
main#telehealth-search .results-banner #telehealth-search-form .gender-popover .popover-button, main#telehealth-search .results-banner #telehealth-search-form .language-popover .popover-button {
  width: 100%;
}
main#telehealth-search .results-banner #telehealth-search-form .telehealth-search-form__button-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
  width: 100%;
}
main#telehealth-search .telehealth-landing {
  padding-top: 32px;
}
main#telehealth-search .telehealth-landing .telehealth-landing-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 48px;
  background: #FFF8F4;
  padding-top: 96px;
  padding-bottom: 96px;
  text-align: center;
  border-radius: 24px;
}
main#telehealth-search .telehealth-landing .telehealth-landing-content .online-status-container {
  padding-bottom: 12px;
}
main#telehealth-search .telehealth-landing .callout {
  background: #FEF3F2;
  margin: 64px auto 0;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 8px;
  display: flex;
  gap: 8px;
  flex-direction: row;
  align-items: center;
}
main#telehealth-search .telehealth-landing .callout svg {
  height: 24px;
  width: 24px;
  color: #F04438;
}
main#telehealth-search .telehealth-landing .callout p {
  text-align: left;
  color: #344054;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
main#telehealth-search .telehealth-landing .callout p a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  main#telehealth-search .telehealth-landing .callout {
    margin-top: 32px;
  }
}
main#telehealth-search .telehealth-landing form {
  max-width: 789px;
  margin-top: 48px;
}
main#telehealth-search .telehealth-landing p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #475467;
}
main#telehealth-search .telehealth-landing h1 {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: #1D2939;
}
main#telehealth-search .telehealth-landing h1 span {
  color: #F47721;
  display: inline-block;
  position: relative;
}
main#telehealth-search .telehealth-landing h1 .fancy-underline::after {
  position: absolute;
  left: -0.5em;
  right: 0.5em;
  top: 100%;
  content: "";
  width: 100%;
  height: 26px;
  transform: translateY(-50%);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml,<svg width="526" height="31" viewBox="0 0 526 31" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_3054_382965)"><path fill-rule="evenodd" clip-rule="evenodd" d="M223.029 3.14232C198.358 4.12981 173.977 5.34403 150.201 6.67147C116.544 8.54932 82.9002 10.4919 49.459 13.5677C38.9324 14.539 28.2426 15.1542 17.7819 16.3683C11.2152 17.1291 2.50809 18.2136 1.36538 18.4403C0.767699 18.5698 0.506951 18.7642 0.422697 18.829C-0.16972 19.2822 -0.0616254 19.7191 0.272761 20.0591C0.407042 20.2048 0.746598 20.5611 1.6892 20.6096C64.7275 23.9283 129.188 17.4529 192.302 16.773C301.755 15.6074 414.524 20.2373 523.107 30.3389C524.055 30.4198 524.977 30.015 525.109 29.416C525.266 28.8332 524.582 28.2666 523.634 28.1857C414.867 18.068 301.913 13.4219 192.25 14.6036C133.429 15.235 73.4479 20.9172 14.5459 18.9746C15.8993 18.8127 17.2264 18.6508 18.4375 18.5051C28.8561 17.2909 39.5012 16.692 49.9856 15.7207C83.3558 12.6449 116.931 10.7023 150.544 8.84066C192.25 6.50953 235.773 4.50216 279.638 3.56323C295.33 3.70893 310.97 3.85469 326.61 4.03276C360.443 4.42128 394.435 5.55448 428.189 7.07618C438.353 7.54565 448.516 8.03126 458.679 8.45216C462.049 8.59785 470.738 9.01868 471.949 8.9863C473.45 8.95392 473.739 8.17695 473.766 8.04745C473.845 7.75605 473.792 7.35132 473.055 7.01137C472.976 6.9628 472.502 6.80081 471.449 6.70368C410.074 0.972999 344.54 0.0180351 279.69 1.39405C211.286 0.795077 142.618 0.535945 74.3879 0.260742C73.4111 0.260742 72.6133 0.746465 72.6054 1.34543C72.6001 1.9444 73.3873 2.43014 74.3641 2.44633C123.769 2.64059 173.424 2.83474 223.029 3.14232Z" fill="%23FBC39D"/></g><defs><clipPath id="clip0_3054_382965"><rect width="526" height="31" fill="white"/></clipPath></defs></svg>');
}
main#telehealth-search .telehealth-landing .options-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
main#telehealth-search .telehealth-landing .options-container .option {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #FFF;
  border: 1px solid #EAECF0;
  border-radius: 12px;
  padding: 16px;
  max-width: 314px;
}
main#telehealth-search .telehealth-landing .options-container .option__media-container {
  position: relative;
}
main#telehealth-search .telehealth-landing .options-container .option__media-container .image-wrapper {
  border-radius: 4px;
  overflow: hidden;
}
main#telehealth-search .telehealth-landing .options-container .option__media-container .image-wrapper img, main#telehealth-search .telehealth-landing .options-container .option__media-container .image-wrapper video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
main#telehealth-search .telehealth-landing .options-container .option__content {
  display: flex;
  flex-direction: column;
}
main#telehealth-search .telehealth-landing .options-container .option__content .title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
main#telehealth-search .telehealth-landing .options-container .option__content .title-container .title {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #344054;
}
main#telehealth-search .telehealth-landing .options-container .option__content .title-container svg path {
  color: #98A2B3;
  stroke: #98A2B3;
}
main#telehealth-search .telehealth-landing .options-container .option__content .supporting-text > p {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #475467;
  text-align: left;
}
main#telehealth-search h1 {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
}
main#telehealth-search h1 #heading-location {
  color: #F47721;
}
main#telehealth-search h2 {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
}
main#telehealth-search form {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 16px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  main#telehealth-search form {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
main#telehealth-search form .current-location {
  display: flex;
  gap: 8px;
  padding: 0;
  flex: 1;
  border: none;
  background: none;
  font: inherit;
  border-radius: 4px;
  cursor: text;
}
main#telehealth-search form .current-location::before {
  content: "";
  background-image: url("/utils/icons/marker-pin-01-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  height: 20px;
}
main#telehealth-search form .current-location + input {
  display: none;
}
main#telehealth-search form input#location_search {
  flex: 1;
  outline: none;
  border: none;
  background: none;
  padding: 0;
  height: fit-content;
  font: inherit;
}
main#telehealth-search form .popover-field-count {
  display: inline-block;
  background: #FEF1E9;
  text-align: center;
  padding: 2px;
  width: calc(1lh + 4px);
  border-radius: 16px;
  color: #F46E15;
}
main#telehealth-search form .popover-container {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #101828;
}
main#telehealth-search form .popover-container .language-search {
  background: white;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  margin: 10px;
}
main#telehealth-search form .popover-container .language-search img {
  opacity: 50%;
  height: 20px;
  width: 20px;
}
main#telehealth-search form .popover-container .language-search input {
  flex: 1;
  outline: none;
  border: none;
  background: none;
  padding: 0;
  height: fit-content;
  font: inherit;
}
main#telehealth-search form .popover-container legend {
  font-size: 14px;
  color: #475467;
  padding: 10px 8px;
}
main#telehealth-search form .popover-container hr {
  border: none;
  border-top: 1px solid #EAECF0;
}
main#telehealth-search form .popover-container li {
  user-select: none;
}
main#telehealth-search form .popover-container li input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}
main#telehealth-search form .popover-container li input[type=checkbox] + label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 8px;
  column-gap: 8px;
  border-radius: 6px;
}
main#telehealth-search form .popover-container li input[type=checkbox] + label:hover, main#telehealth-search form .popover-container li input[type=checkbox] + label:focus {
  background-color: #F9FAFB;
}
main#telehealth-search form .popover-container li input[type=checkbox] + label::before {
  box-sizing: border-box;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  background: white;
}
main#telehealth-search form .popover-container li input[type=checkbox]:checked + label::before {
  border-color: #F47721;
  background: #FEF1E9;
  background-image: url("/utils/icons/check.svg");
  background-size: 12px 12px;
  background-position: center center;
  background-repeat: no-repeat;
}
main#telehealth-search .telehealth-links {
  background: #F9FAFB;
}
main#telehealth-search .telehealth-links h2, main#telehealth-search .telehealth-links h3 {
  margin-bottom: 20px;
}
main#telehealth-search .telehealth-links ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
main#telehealth-search .telehealth-links ul li {
  max-width: 250px;
}
@media (max-width: 768px) {
  main#telehealth-search .telehealth-links ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 375px) {
  main#telehealth-search .telehealth-links ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main#telehealth-search .telehealth-links a {
  color: #475467;
  font-weight: 600;
}
@media (min-width: 768px) {
  main#telehealth-search section {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  main#telehealth-search h1 {
    font-family: "Manrope", sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
  }
  main#telehealth-search h2 {
    font-family: "Manrope", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
  }
  main#telehealth-search .results-banner #telehealth-search-form .search-bar {
    width: auto;
  }
  main#telehealth-search .results-banner #telehealth-search-form .gender-popover, main#telehealth-search .results-banner #telehealth-search-form .language-popover {
    width: auto;
  }
  main#telehealth-search .results-banner #telehealth-search-form .gender-popover .popover-button, main#telehealth-search .results-banner #telehealth-search-form .language-popover .popover-button {
    width: auto;
  }
  main#telehealth-search .results-banner #telehealth-search-form .telehealth-search-form__button-container {
    flex-direction: row;
    gap: 12px;
  }
  main#telehealth-search .telehealth-landing .telehealth-landing-content {
    gap: 24px;
    min-height: 530px;
  }
  main#telehealth-search .telehealth-landing h1 {
    font-family: "Manrope", sans-serif;
    font-size: 72px;
    line-height: 90px;
    font-weight: 600;
  }
  main#telehealth-search .telehealth-landing .options-container {
    flex-direction: row;
    justify-content: center;
  }
  main#telehealth-search .telehealth-landing .options-container .option {
    max-width: 264px;
  }
}
@media (min-width: 1024px) {
  main#telehealth-search h1 {
    font-family: "Manrope", sans-serif;
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
  }
  main#telehealth-search .header-reserved-space {
    padding-top: 112px;
  }
}