: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");
}

.MedicalDirectoryPage .cluster-icon {
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  margin-right: 10px;
}
.MedicalDirectoryPage .card-content {
  padding: 10px;
}
.MedicalDirectoryPage .card-title-full {
  padding: 20px;
  margin-left: -10px;
  margin-top: -10px;
  margin-right: -10px;
  background: #001d3b;
  color: #fff;
}
.MedicalDirectoryPage .cards-wrapper .card-content:hover {
  background: rgba(65, 166, 71, 0.07);
}
.MedicalDirectoryPage .card {
  transition: box-shadow 0.2s ease-in-out;
}
.MedicalDirectoryPage .hints-box:hover {
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13) !important;
}
.MedicalDirectoryPage .hints-box {
  padding: 20px;
}
.MedicalDirectoryPage .hints-box .flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.MedicalDirectoryPage .hints-box .flex-box {
  border-right: 1px solid #ccc;
  padding: 0 15px;
  min-height: 120px;
  flex: 1;
}
.MedicalDirectoryPage .hints-box .flex-box:last-child {
  border-right: 0;
}
.MedicalDirectoryPage .hints-box .flex-header {
  display: flex;
  align-items: center;
}
.MedicalDirectoryPage .hints-box .flex-header svg {
  font-size: 24px;
  margin-right: 8px;
  color: #01bdc3;
}
.MedicalDirectoryPage .hints-box .flex-header h2 {
  margin: 0 !important;
}
.MedicalDirectoryPage .hints-box p {
  padding-left: 32px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .MedicalDirectoryPage .hints-box .flex-container {
    flex-direction: column;
  }
  .MedicalDirectoryPage .hints-box .flex-box {
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
  }
  .MedicalDirectoryPage .hints-box .flex-box:last-child {
    border-right: 0;
    border-bottom: 0;
  }
}
.MedicalDirectoryPage .fct-title {
  font-size: 18px;
  margin: 16px 0;
  margin-bottom: 8px;
  font-weight: 600;
  display: block;
}
.MedicalDirectoryPage .fct-content {
  font-size: 14px;
  margin: 6px 0;
  font-weight: 400;
  display: block;
}
.MedicalDirectoryPage .search-breadcrumb {
  padding: 0 15px;
  line-height: 26px;
}
@media (max-width: 480px) {
  .MedicalDirectoryPage .search-breadcrumb {
    padding: 10px !important;
    line-height: 15px !important;
    padding-bottom: 10px !important;
  }
}
.MedicalDirectoryPage .search-breadcrumb img {
  max-height: 26px;
  vertical-align: middle;
}
.MedicalDirectoryPage .search-breadcrumb a.breadcrumb {
  color: #323e48;
  font-size: 13px;
}
.MedicalDirectoryPage .search-breadcrumb a.breadcrumb:hover {
  color: #fc3868;
}
.MedicalDirectoryPage .search-breadcrumb a.breadcrumb:before {
  vertical-align: middle;
  color: #516372;
}
@media (max-width: 480px) {
  .MedicalDirectoryPage .search-breadcrumb a.breadcrumb {
    font-size: 10px !important;
  }
  .MedicalDirectoryPage .search-breadcrumb a.breadcrumb:before {
    font-size: 10px !important;
    margin: 0 5px 0 4px !important;
  }
}
.MedicalDirectoryPage .search-breadcrumb span.breadcrumb {
  color: #323e48;
  font-size: 13px;
}
.MedicalDirectoryPage .search-breadcrumb span.breadcrumb:before {
  vertical-align: middle;
  color: #516372;
}
@media (max-width: 480px) {
  .MedicalDirectoryPage .search-breadcrumb span.breadcrumb {
    font-size: 10px !important;
  }
  .MedicalDirectoryPage .search-breadcrumb span.breadcrumb:before {
    font-size: 10px !important;
    margin: 0 5px 0 4px !important;
  }
}
.MedicalDirectoryPage .search-header {
  padding: 25px 0;
  background: #323e48;
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  height: 100px;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  z-index: 996;
}
@media (max-width: 1024px) {
  .MedicalDirectoryPage .search-header {
    top: 56px;
    height: 200px;
  }
}
@media (max-width: 991px) {
  .MedicalDirectoryPage .search-header {
    position: absolute;
    top: 50px !important;
  }
}
@media (max-width: 480px) {
  .MedicalDirectoryPage .search-header {
    top: 49px;
    position: absolute;
  }
}
.MedicalDirectoryPage .results-wrapper {
  width: 1400px;
  max-width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.MedicalDirectoryPage .results-wrapper .horizontal-hr {
  width: 100%;
  border-top: 1px solid #fff;
  margin: 5px 0;
}
.MedicalDirectoryPage .results-wrapper.with-results {
  min-height: 100vh;
}
.MedicalDirectoryPage .results-wrapper .first-av {
  text-align: center;
  margin-bottom: 10px;
}
.MedicalDirectoryPage .results-wrapper .first-av h4,
.MedicalDirectoryPage .results-wrapper .first-av a {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .MedicalDirectoryPage .results-wrapper .first-av h4 {
    margin-bottom: 5px;
  }
}
.MedicalDirectoryPage .results-wrapper .results-header {
  padding-left: 15px;
  padding-right: 15px;
}
.MedicalDirectoryPage .results-wrapper .results-header h1,
.MedicalDirectoryPage .results-wrapper .results-header h2 {
  font-weight: 500;
  margin-bottom: 16px;
}
.MedicalDirectoryPage .results-wrapper .results-header h1 {
  margin-top: 12px;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 480px) {
  .MedicalDirectoryPage .results-wrapper .results-header h1 {
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
  }
}
.MedicalDirectoryPage .results-wrapper .results-header h2 {
  margin-top: 10px;
  font-size: 18px;
}
@media (max-width: 480px) {
  .MedicalDirectoryPage .results-wrapper .results-header h2 {
    font-size: 12px;
  }
}
.MedicalDirectoryPage .cards-wrapper {
  float: left;
  width: 65%;
  padding: 0 15px;
}
.MedicalDirectoryPage .cards-wrapper h1 {
  font-size: 24px;
}
@media (max-width: 1280px) {
  .MedicalDirectoryPage .cards-wrapper {
    width: 75% !important;
  }
}
@media (max-width: 768px) {
  .MedicalDirectoryPage .cards-wrapper {
    max-width: 100% !important;
    width: 100% !important;
  }
  .MedicalDirectoryPage .cards-wrapper h1 {
    font-size: 16px;
  }
}
.MedicalDirectoryPage .cluster-with-pic h3,
.MedicalDirectoryPage .cluster-with-pic a {
  width: 100%;
}
.MedicalDirectoryPage .cluster-with-pic img {
  float: right;
}
.MedicalDirectoryPage .cards-wrapper .cluster-block {
  margin: 50px 0;
}
.MedicalDirectoryPage .cards-wrapper .cluster-block:nth-child(1) {
  margin: 20px 0;
}
.MedicalDirectoryPage .cards-wrapper .cluster-block .speciality-block {
  margin: 20px 0;
}
.MedicalDirectoryPage .cards-wrapper .cluster-block .speciality-block .flex-container {
  justify-content: start;
}
.MedicalDirectoryPage .cards-wrapper .cluster-block .speciality-block .flex-item {
  max-width: 206px;
}
@media (max-width: 620px) {
  .MedicalDirectoryPage .cards-wrapper .cluster-block .speciality-block .flex-item {
    max-width: none;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
.MedicalDirectoryPage .cards-wrapper .speciality-block {
  margin: 50px 0;
}
.MedicalDirectoryPage .cards-wrapper .speciality-block:nth-child(1) {
  margin: 20px 0;
}
.MedicalDirectoryPage .cards-wrapper .title-link a {
  color: #323e48;
  text-decoration: none;
  font-size: 20px;
}
@media (max-width: 620px) {
  .MedicalDirectoryPage .cards-wrapper .title-link {
    margin-bottom: 10px;
  }
}
.MedicalDirectoryPage .cards-wrapper .title-block {
  width: 350px;
  min-height: 50px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #01bdc3;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.MedicalDirectoryPage .cards-wrapper .title-block h3 {
  margin: 0;
  color: #fff;
}
.MedicalDirectoryPage .cards-wrapper .title-block a {
  color: #fff;
}
.MedicalDirectoryPage .cards-wrapper .city-row {
  margin: 10px 0px;
}
@media (max-width: 620px) {
  .MedicalDirectoryPage .cards-wrapper .city-row {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.MedicalDirectoryPage .cards-wrapper .city-item {
  background: #eceaea;
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.MedicalDirectoryPage .cards-wrapper .city-item a {
  padding: 10px;
  transition: all 0.2s ease-in-out;
  color: #323e48;
  display: block;
}
.MedicalDirectoryPage .cards-wrapper .city-item:hover {
  background: #01bdc3;
}
.MedicalDirectoryPage .cards-wrapper .city-item:hover a {
  color: #fff;
}
.MedicalDirectoryPage .cards-wrapper .city-item.hidden-item {
  background: transparent;
  cursor: default;
}
.MedicalDirectoryPage .cards-wrapper .city-item.hidden-item:hover {
  background: transparent;
}
@media (max-width: 620px) {
  .MedicalDirectoryPage .cards-wrapper .city-item {
    flex: 0 0 100%;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
}
.MedicalDirectoryPage .directory {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
}
.MedicalDirectoryPage .directory .directory-heading {
  padding: 15px 20px;
  border-bottom: 1px solid transparent;
  border-color: #edeff2;
}
.MedicalDirectoryPage .directory h2 {
  font-size: 20px;
  line-height: 26px;
  color: #323e48;
  margin: 0;
}
.MedicalDirectoryPage .directory .directory-body {
  padding: 15px 20px;
  border-color: #edeff2;
}
.MedicalDirectoryPage .directory ul {
  margin: 0;
}
.MedicalDirectoryPage .directory ul li {
  padding-left: 0;
  margin-bottom: 10px;
}
.MedicalDirectoryPage .directory ul li a {
  color: #01bdc3;
  font-size: 16px;
}
