:root {
  --myc-grey: #9e9e9e;
  --myc-dark: #323e48;
  --myc-gray-dark: #616161;
  --myc-gray-light: #d7d7d7;
  --myc-blue: #01bdc3;
  --myc-primary: #01bdc3;
  --myc-primary-focus: #d8f3f4;
  --myc-blue-light: #d8f3f4;
  --myc-pink: #fc3868;
  --text-color-rgb: 50, 62, 72;
  --scroll-color: #c1c1c1;
  --scroll-color-hover: #969696;
  --shadow-color: 0deg 0% 40%;
  --pale-blue: #CEF1F2;
  --pale-indigo: #B2B9E1;
  --pale-green: #B7DFB9;
  --pale-brown: #C9BBB6;
  --pale-purple: #D7A9DF;
  --pale-red: #FBB4AF;
  --pale-orange: #FFBCA7;
  --pale-yellow: #FFF7B1;
  --border-radius: 5px;
  --myc-transition: .2s ease-in-out;
  --myc-spacing: 1rem;
  --myc-icon-checkbox: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  --myc-icon-minus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
  --myc-icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  --myc-icon-date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
  --myc-icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
  --myc-icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
  --myc-icon-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
}

#insurance-welcome-modal.is-ethias {
  width: 100%;
  height: auto;
  z-index: 99999;
  max-width: 600px;
}
@media screen and (max-width: 600px) {
  #insurance-welcome-modal.is-ethias {
    max-width: 90vw;
  }
}
#insurance-welcome-modal.is-ethias {
  /* Toggled by JS */
}
#insurance-welcome-modal.is-ethias.is-open {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#insurance-welcome-modal.is-ethias .modal-content {
  /*
     LOGIC: Hide close button on Slide 0 (1st) and Slide 1 (2nd).
     This uses the CSS :has() selector to check the attribute set by JS.
  */
}
#insurance-welcome-modal.is-ethias .modal-content:has(myc-carousel[data-current-slide="0"]) .close-modal, #insurance-welcome-modal.is-ethias .modal-content:has(myc-carousel[data-current-slide="1"]) .close-modal {
  display: none !important;
}
#insurance-welcome-modal.is-ethias .btn-primary {
  background-color: #F57F17;
}
#insurance-welcome-modal.is-ethias .btn-primary:hover {
  background-color: rgb(247.1074380165, 153.9752066116, 71.8925619835);
}
#insurance-welcome-modal.is-ethias .btn-secondary {
  border-color: #F57F17;
  color: #F57F17 !important;
}
#insurance-welcome-modal.is-ethias .btn-secondary:hover, #insurance-welcome-modal.is-ethias .btn-secondary:focus {
  background-color: rgb(253.4297520661, 234.9008264463, 218.5702479339);
}
#insurance-welcome-modal.is-ethias .pagination .page-numbers .page-link.active {
  background-color: rgb(253.4297520661, 234.9008264463, 218.5702479339) !important;
}
#insurance-welcome-modal.is-ethias .pagination .arrow:hover:not(.disabled),
#insurance-welcome-modal.is-ethias .pagination .page-numbers .page-link:hover:not(.active) {
  background-color: #F57F17;
  color: #fff;
}
#insurance-welcome-modal.is-ethias .pagination .arrow {
  background-color: transparent !important;
}
#insurance-welcome-modal.is-ethias .pagination .arrow:hover {
  color: #F57F17 !important;
}

.HomePage .homepage-hero,
.HomePage .homepage-hero--patient {
  position: relative;
  background: linear-gradient(90.19deg, #02C2C5 0.88%, #00A4BD 99.84%);
  padding: 80px 0;
}
.HomePage .homepage-hero .container,
.HomePage .homepage-hero--patient .container {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 2200px) {
  .HomePage .homepage-hero h1,
  .HomePage .homepage-hero h2,
  .HomePage .homepage-hero h3,
  .HomePage .homepage-hero--patient h1,
  .HomePage .homepage-hero--patient h2,
  .HomePage .homepage-hero--patient h3 {
    font-size: 41px !important;
  }
}
@media (max-width: 2199px) {
  .HomePage .homepage-hero h1,
  .HomePage .homepage-hero h2,
  .HomePage .homepage-hero h3,
  .HomePage .homepage-hero--patient h1,
  .HomePage .homepage-hero--patient h2,
  .HomePage .homepage-hero--patient h3 {
    font-size: 38px !important;
  }
}
@media (max-width: 1600px) {
  .HomePage .homepage-hero h1,
  .HomePage .homepage-hero h2,
  .HomePage .homepage-hero h3,
  .HomePage .homepage-hero--patient h1,
  .HomePage .homepage-hero--patient h2,
  .HomePage .homepage-hero--patient h3 {
    font-size: 36px !important;
  }
}
@media (max-width: 1200px) {
  .HomePage .homepage-hero h1,
  .HomePage .homepage-hero h2,
  .HomePage .homepage-hero h3,
  .HomePage .homepage-hero--patient h1,
  .HomePage .homepage-hero--patient h2,
  .HomePage .homepage-hero--patient h3 {
    font-size: 32px !important;
  }
}
@media (max-width: 480px) {
  .HomePage .homepage-hero h1,
  .HomePage .homepage-hero h2,
  .HomePage .homepage-hero h3,
  .HomePage .homepage-hero--patient h1,
  .HomePage .homepage-hero--patient h2,
  .HomePage .homepage-hero--patient h3 {
    font-size: 24px !important;
  }
}
.HomePage .homepage-hero h4,
.HomePage .homepage-hero--patient h4 {
  color: #000;
}
@media (max-width: 1280px) {
  .HomePage .homepage-hero h4,
  .HomePage .homepage-hero--patient h4 {
    font-size: 24px !important;
  }
}
@media (max-width: 768px) {
  .HomePage .homepage-hero h4,
  .HomePage .homepage-hero--patient h4 {
    font-size: 20px !important;
  }
}
@media (max-width: 480px) {
  .HomePage .homepage-hero h4,
  .HomePage .homepage-hero--patient h4 {
    font-size: 16px !important;
  }
}
.HomePage .homepage-hero--patient {
  padding: 0;
  margin-bottom: 1.25rem !important;
}
.HomePage .homepage-hero--patient .homepage-hero--content {
  padding: 3.5rem 0 1rem 0;
}
.HomePage .homepage-hero--patient .homepage-hero--content span {
  font-size: 1.5rem;
}
.HomePage .homepage-hero--patient img {
  top: -130px;
  width: auto;
  height: 13rem;
}
.HomePage .homepage-hero--patient .key-metrics-intro {
  padding: 0.3rem 0 3.5rem;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .HomePage .homepage-hero--patient img {
    display: none;
  }
}
.HomePage .search-forms .container {
  position: relative;
}
.HomePage .homepage-hero--img {
  position: absolute;
  top: -270px;
  width: auto;
  height: 331px;
  right: 0px;
}
@media (max-width: 768px) {
  .HomePage .homepage-hero--img {
    display: none;
  }
}
.HomePage .homepage-hero--row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1024px) {
  .HomePage .homepage-hero--row {
    display: block;
  }
}
.HomePage .homepage-hero--content {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  z-index: 2;
  padding: 80px 0 80px 0;
  line-height: 140%;
}
@media (max-width: 1024px) {
  .HomePage .homepage-hero--content {
    padding: 20px 0 20px 0;
    min-height: unset;
    max-width: unset;
  }
}
.HomePage .homepage-hero--content h1,
.HomePage .homepage-hero--content p {
  color: #fff;
  line-height: 140%;
}
.HomePage .patient--content {
  padding: 40px 0;
}
.HomePage .homepage-hero {
  padding-bottom: 0;
  margin-bottom: 80px;
}
.HomePage .key-metrics-intro {
  text-align: center;
  font-size: 20px;
  padding: 20px;
  margin: 0 auto;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}
.HomePage .key-metrics {
  color: #323e48;
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
  border-radius: 5px;
  font-weight: 300;
  line-height: 30px;
  background: #d8f3f4;
  max-width: min(800px, 90vw);
  transform: translateY(50%);
}
.HomePage .key-metrics .key-metrics-item {
  margin: 20px;
  margin-right: 0;
  padding-right: 20px;
}
.HomePage .key-metrics .key-metrics-item.first {
  border-right: 2px solid #fff;
}
.HomePage .search-forms .container {
  padding: 0;
}
.HomePage .search-forms .searchbar,
.HomePage .search-forms .searchbar .searchbar-query {
  box-shadow: none;
  border: 0;
}
.HomePage .search-forms .searchbar-input-wrapper input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.HomePage .search-forms .searchbar.searchbar-bordered .searchbar-place {
  border-left-color: #fc3868;
}
@media (max-width: 480px) {
  .HomePage .covid-message a {
    font-size: 10px;
  }
}
.HomePage .scroll-down-wrapper {
  margin: 15px 0;
  position: relative;
}
.HomePage .scroll-down-wrapper .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 10px;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #323e48;
  border-right: 2px solid #323e48;
  z-index: 9;
  left: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
  animation: fade_move_down 4s ease-in-out infinite;
}
.HomePage .medical-features {
  background: #fff;
}
.HomePage .medical-features .main-title {
  text-align: center;
  margin-bottom: 50px;
}
.HomePage .medical-features .main-title h2,
.HomePage .medical-features .main-title p {
  color: #323e48;
}
.HomePage .medical-features .box-feat {
  background-color: #fff;
  padding: 20px 40px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 20px;
}
.HomePage .medical-features .box-feat h3 {
  color: #2c5180;
  text-transform: uppercase;
}
.HomePage .medical-features .box-feat img {
  max-width: 80px;
  text-align: center;
}
.HomePage .medical-features .box-feat p {
  min-height: 80px;
}
.HomePage .paramedical-features {
  background: #01bdc3 url(../images/hero_bg_1.svg) repeat fixed;
  padding: 90px 0 60px 0;
}
.HomePage .paramedical-features h2,
.HomePage .paramedical-features h4,
.HomePage .paramedical-features p {
  color: #fff;
}
.HomePage .paramedical-features img {
  width: 100%;
  max-width: 400px;
}
.HomePage .pharma-features {
  background: #41a62a;
  padding: 90px 0 60px 0;
}
.HomePage .pharma-features h2,
.HomePage .pharma-features h4,
.HomePage .pharma-features p {
  color: #fff;
}
.HomePage .pharma-features img {
  width: 100%;
  max-width: 400px;
}
.HomePage .specialities {
  background: #f6f8fa;
}
.HomePage .specialities .main_title {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
.HomePage .specialities .box-cat {
  width: 100%;
  background-color: #fff;
  display: block;
  padding: 25px 15px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  color: #323e48;
  cursor: pointer;
}
.HomePage .specialities .box-cat i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #e74e84;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.HomePage .specialities .box-cat:hover,
.HomePage .specialities .box-cat.active {
  box-shadow: 0px 0px 10px 0px rgba(65, 164, 71, 0.95);
  transform: translateY(-5px);
}
.HomePage .specialities .box-cat:hover i,
.HomePage .specialities .box-cat.active i {
  opacity: 1;
}
.HomePage .specialities .box-cat img {
  width: 60px;
  height: 60px;
}
.HomePage .specialities .box-cat ul {
  margin: 20px -15px -25px -15px;
  padding: 10px;
  border-top: 1px solid #ededed;
}
.HomePage .specialities .box-cat li strong {
  color: #a4a4a4;
}
.HomePage .specialities .box-cat li {
  color: #cecece;
}
.HomePage .more-specialities {
  display: none;
}
.HomePage #appointment-count::after {
  content: "+";
  display: inline-block;
}
.HomePage .statistics-grid {
  background: linear-gradient(45deg, #00a4bd, #00bda5);
  position: relative;
}
.HomePage .statistics-grid .main-title {
  margin: 0 auto;
  margin-bottom: 50px;
}
.HomePage .statistics-grid .main-title h2,
.HomePage .statistics-grid .main-title p {
  color: #fff;
}
.HomePage .statistics-grid .main-title h2 {
  font-size: 30px;
}
.HomePage .statistics-grid .grid-item-number,
.HomePage .statistics-grid .grid-item-more-than {
  margin: 0 0 10px;
  font-size: 30px;
  color: #fff;
  display: block;
  line-height: 1em;
  font-weight: 500;
}
.HomePage .statistics-grid .grid-item-number {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.HomePage .statistics-grid .grid-item-number::after {
  content: "+";
  display: inline-block;
}
.HomePage .statistics-grid .grid-item-more-than {
  display: none;
}
.HomePage .statistics-grid .grid-item-text {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.HomePage .statistics-grid .grid-item-picture {
  display: none;
  margin-bottom: 10px;
}
.HomePage .statistics-grid .grid-item-picture svg {
  font-size: 50px;
}
.HomePage .statistics-grid .grid-item-picture svg path {
  color: #fff;
}
.HomePage .statistics-grid .grid-holder {
  margin-left: -20px;
}
.HomePage .statistics-grid .grid-wrapper {
  padding: 0;
  padding-left: 20px;
}
.HomePage .statistics-grid .grid-item {
  margin-bottom: 20px;
}
.HomePage .border-bottom-line.blue-gradient {
  background: linear-gradient(to left, #8ff0ff 0%, #00bda5 50%, #8ff0ff 100%) left bottom #fff no-repeat;
  background-size: 100% 2px;
  height: 2px;
}
.HomePage .border-bottom-line.pink-gradient {
  background: linear-gradient(to left, #ffced8 0%, #fc3868 50%, #ffced8 100%) left bottom #fff no-repeat;
  background-size: 100% 2px;
  height: 2px;
}
.HomePage .popular-searches {
  padding-top: 50px;
  padding-bottom: 100px;
  background: #01acbf;
}
.HomePage .popular-searches .hook-text {
  max-width: 750px;
  margin: 0 auto;
}
.HomePage .popular-searches .title {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}
.HomePage .popular-searches .speciality {
  text-align: center;
  max-width: 195px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .HomePage .popular-searches .speciality {
    padding-bottom: 15px;
    margin-top: 0;
  }
}
.HomePage .popular-searches .speciality img {
  max-width: 80px;
  transition: transform 0.2s;
}
@media (max-width: 480px) {
  .HomePage .popular-searches .speciality img {
    max-width: 80px;
  }
}
.HomePage .popular-searches .speciality h2 {
  color: #323e48;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.HomePage .popular-searches .geoloc-animation p {
  font-size: 20px;
  margin-bottom: 0;
}
.HomePage .popular-searches .card-content {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  min-height: 150px;
}
@media (min-width: 991px) and (max-width: 1440px) {
  .HomePage .popular-searches .card-content {
    min-height: 180px;
  }
}
.HomePage .popular-searches .card-content:hover img {
  transform: scale(1.1);
}
.HomePage .popular-searches .card-content .content {
  margin-top: 15px;
}
.HomePage .parabol {
  position: relative;
}
.HomePage .parabol .shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
  overflow: hidden;
  color: #fff;
}
.HomePage .parabol svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  transform-origin: top center;
}
.HomePage .why-myc-alt-container > div {
  background: linear-gradient(90.19deg, #02C2C5 0.88%, #00A4BD 99.84%);
  margin-bottom: 40px;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 16px;
  max-width: 450px;
}
.HomePage .why-myc-alt-container > div:nth-child(even) {
  margin-left: 100px;
}
.HomePage .why-myc-alt-container > div:nth-child(odd) {
  margin-right: 100px;
}
.HomePage .why-myc-alt-container > div img {
  margin-right: 2rem;
  height: 48px;
  width: auto;
}
.HomePage .pbelgium .container {
  padding-bottom: 0;
}
.HomePage .pbelgium .partner-slider {
  margin-top: 50px;
  padding-bottom: 15px;
}
.HomePage .pbelgium .partner-slider .slick-list {
  padding-bottom: 20px;
}
.HomePage .pbelgium .partner-slider .item {
  width: 360px;
  height: 120px;
  position: relative;
}
.HomePage .pbelgium .partner-slider .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.HomePage .pbelgium .slick-dots li button {
  width: 40px;
  height: 40px;
}
.HomePage .pbelgium .slick-dots li button:before {
  font-size: 12px;
}
.HomePage .pbelgium .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #fc3868;
}
.HomePage .pbelgium .partner-slider svg {
  font-size: 54px;
}
.HomePage .pbelgium .partner-slider svg path {
  color: #fff;
}
.HomePage .why-myc {
  background: #fff url(../images/hero_bg_1_home_dark.svg) repeat fixed;
}
.HomePage .why-myc .hook-text {
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
}
.HomePage .why-myc h2 {
  font-size: 28px;
  color: #000;
}
.HomePage .why-myc .why-slider {
  margin-top: 50px;
  padding-bottom: 15px;
}
.HomePage .why-myc .why-slider .slick-list {
  padding-bottom: 20px;
}
.HomePage .why-myc .why-slider .item {
  width: 360px;
  flex-basis: 360px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 30px;
  border: none;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .HomePage .why-myc .why-slider .item {
    margin-right: 0;
  }
}
.HomePage .why-myc .why-slider .header {
  background-image: linear-gradient(-230deg, #00a4bd 0%, #00bda5 100%);
  height: 150px;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
}
.HomePage .why-myc .why-slider .content {
  padding: 20px;
  color: #323e48;
  font-size: 14px;
  line-height: 25px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
}
@media (min-width: 991px) and (max-width: 1440px) {
  .HomePage .why-myc .why-slider .content {
    min-height: 300px;
  }
}
@media (max-width: 990px) {
  .HomePage .why-myc .why-slider .content {
    min-height: 350px;
  }
}
.HomePage .why-myc .why-slider h3 {
  font-size: 26px;
  font-weight: 300;
  color: #000;
  text-align: center;
}
.HomePage .why-myc .slick-dots li button {
  width: 40px;
  height: 40px;
}
.HomePage .why-myc .slick-dots li button:before {
  font-size: 12px;
}
.HomePage .why-myc .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #fc3868;
}
.HomePage .why-myc .why-slider svg {
  font-size: 54px;
}
.HomePage .why-myc .why-slider svg path {
  color: #fff;
}
.HomePage .pro-hook {
  background: #fff url(../images/hero_bg_1_home_dark.svg) repeat fixed;
}
.HomePage .pro-hook .medical-hook-text {
  max-width: 750px;
  margin: 0 auto;
}
.HomePage .pro-hook .orange-hover:hover {
  background: #ff8b6a !important;
}
.HomePage .pro-hook .btn-large:last-child {
  border: 1px solid #fc3868;
}
.HomePage .testimonials {
  background: #fff url(../images/hero_bg_1_home_dark.svg) repeat fixed;
}
.HomePage .testimonials .main-title {
  text-align: center;
}
.HomePage .find-specialist {
  background: linear-gradient(90.19deg, #02C2C5 0.88%, #00A4BD 99.84%);
  color: #fff;
  position: relative;
}
.HomePage .find-specialist h1,
.HomePage .find-specialist h2,
.HomePage .find-specialist h3,
.HomePage .find-specialist h4,
.HomePage .find-specialist p,
.HomePage .find-specialist a {
  color: #fff;
}
.HomePage .find-specialist h4 {
  font-size: 30px;
}
.HomePage .find-specialist .dropdown-trigger h4 {
  font-size: 24px;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}
.HomePage .find-specialist .dropdown-content a {
  min-width: 260px;
  color: #323e48;
}
.HomePage .find-specialist .dropdown-content li:last-child a {
  text-align: center;
  border-top: 1px solid #ccc;
}
@media only screen and (min-width: 993px) {
  .HomePage .find-specialist .second-row {
    margin-top: 40px;
  }
}
.HomePage .myc-users {
  max-width: 1200px;
  margin-inline: auto;
}
.HomePage .myc-users img {
  width: auto;
  height: 273px;
}
.HomePage .myc-users .pic {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .HomePage .myc-users img {
    height: 150px;
  }
}
.HomePage .myc-users .content p {
  font-weight: 400;
  font-size: 18px;
}
.HomePage .myc-users .btn {
  min-width: 250px;
}
