@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
body,
html {
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

* {
  color: #333333;
  font-family: "Roboto", "Arial", sans-serif;
  line-height: 1.4;
}

h1,
h2 {
  font-weight: 700;
}

h1 {
  font-size: 42px;
  line-height: 50px;
}

h2 {
  font-size: 32px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

@media (max-width: 769px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-weight: 600;
    font-size: 1.2rem;
  }
}
header {
  background: #5666b1;
  background: linear-gradient(90deg, #5666b1 0%, #384376 100%);
}
@media (max-width: 667px) {
  header {
    height: 80px;
  }
}
header .col {
  padding: 1rem 0;
}
header .col .logo {
  display: block;
  width: auto;
  text-align: left;
}
header .col .logo img {
  height: 50px;
}
@media (max-width: 667px) {
  header .col .logo img {
    margin-top: 5px;
    height: 40px;
  }
}
header .col .user-info {
  text-align: right;
  color: white;
  padding: 1.25rem 0 0;
}
@media (max-width: 667px) {
  header .col .user-info {
    padding: 0.95rem 0 0;
  }
}
header .col .user-info .fas {
  margin-left: 0.5rem;
  color: white;
}
header .col .btn {
  margin-right: 0.5rem;
}

footer {
  background-color: #384376;
  padding: 1rem 0;
}
footer .col {
  font-size: 14px;
  color: white;
}
@media (max-width: 667px) {
  footer .col {
    text-align: center;
  }
}

body,
html {
  width: 100%;
  font-family: "Roboto", "Arial", sans-serif;
  background-color: #fafafa;
}

* {
  font-family: "Roboto", "Arial", sans-serif;
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}
*:hover {
  transition: all 0.4s ease-in-out;
}

a {
  color: #384376;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #5666b1;
}

.page-breadcrumb {
  float: left;
  color: #384376;
  font-weight: 600;
  padding-top: 1rem;
}
.page-breadcrumb .fas {
  color: #384376;
  margin-top: 0.2rem;
  margin-right: 0.2rem;
}
.page-breadcrumb .fas:hover .fas {
  color: #5666b1;
}

.page-content {
  padding-top: 1rem;
}
.page-content .page-title {
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 1rem;
}
.page-content .page-title h2 {
  color: #384376;
}
@media (max-width: 667px) {
  .page-content .page-title h2 {
    font-size: 1.2rem;
    padding: 1rem 0 0;
  }
}
.page-content h3.title {
  padding: 1rem 0;
  color: #384376;
  background-color: white;
}

#landing {
  position: relative;
  background-color: transparent;
}
#landing .landing-bg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
  width: 100%;
  height: 600px;
  background: linear-gradient(90deg, rgb(86, 102, 177) 0%, rgb(56, 67, 118) 100%);
  z-index: -1;
}
@media (max-width: 667px) {
  #landing .landing-bg {
    height: 540px;
  }
}
#landing .row-intro {
  min-height: 600px;
}
@media (max-width: 667px) {
  #landing .row-intro {
    min-height: 450px;
  }
}
#landing .row-intro .flex-column {
  padding: 3rem 0;
}
#landing .row-intro h1,
#landing .row-intro p {
  line-height: 1.4;
  color: white;
}
#landing .row-intro .btn {
  margin-top: 1rem;
}
@media (max-width: 769px) {
  #landing .row-intro .col {
    width: 100%;
  }
  #landing .row-intro .flex-column {
    padding: 2rem 0 0;
  }
}
@media (max-width: 667px) {
  #landing .row-intro .flex-row-reverse {
    display: none !important;
  }
  #landing .row-intro .flex-column {
    padding: 1rem;
  }
}
#landing .row {
  font-size: 90%;
}
@media (max-width: 769px) {
  #landing .row {
    font-size: 100%;
  }
}
@media (max-width: 667px) {
  #landing .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#landing .row img {
  margin: 1rem 0;
}
@media (max-width: 769px) {
  #landing .row img {
    margin: 0 auto;
  }
}
#landing .row h2 {
  color: #384376;
  font-weight: 800;
}
#landing .row h4 {
  color: #384376;
}
#landing .row p {
  font-size: 90%;
}
#landing .row-works {
  text-align: center;
}
@media (max-width: 769px) {
  #landing .row-works {
    margin-top: 2rem;
  }
  #landing .row-works .d-flex {
    display: block !important;
  }
  #landing .row-works .col {
    width: 100%;
  }
  #landing .row-works .col .p-5 {
    width: 100%;
    padding: 1.5rem 0 !important;
  }
}
@media (max-width: 667px) {
  #landing .row-works {
    margin-top: 0;
  }
}
#landing .row-benefits {
  padding: 4rem 0;
}
#landing .row-benefits .col-md-6 {
  margin-bottom: 48px;
}
@media (max-width: 667px) {
  #landing .row-benefits .col-md-6 {
    margin-bottom: 24px;
  }
}
#landing .row-benefits h2 {
  margin-bottom: 3rem;
}
#landing .row-benefits h4 {
  margin-bottom: 0;
}
#landing .row-benefits .ico {
  float: left;
  width: 72px;
  height: 72px;
  background-color: white;
  display: block;
  border-radius: 40px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  margin: 0 1rem 0 0;
  text-align: center;
  padding-top: 20px;
}
#landing .row-benefits .ico .fas {
  color: #5666b1;
  font-size: 28px;
  vertical-align: middle;
}
@media (max-width: 769px) {
  #landing .row-benefits .ico {
    float: none;
    margin: 2rem auto 1rem;
  }
}
@media (max-width: 769px) {
  #landing .row-benefits {
    text-align: center;
  }
}
#landing .row-cta {
  background-color: white;
  padding: 4rem 0;
}
@media (max-width: 769px) {
  #landing .row-cta {
    padding: 0;
  }
  #landing .row-cta .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 667px) {
  #landing .row-cta {
    padding: 1rem;
  }
}
#landing .row-cta .row {
  border-radius: 1rem;
  padding: 2rem;
  background: url("../images/iPhoneX.png") no-repeat right 5rem top 1rem #384376;
  background-size: 200px;
}
#landing .row-cta .row h4,
#landing .row-cta .row p {
  color: white;
}
@media (max-width: 769px) {
  #landing .row-cta .row h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  #landing .row-cta .row p {
    font-size: 100%;
    width: 50%;
  }
}
@media (max-width: 667px) {
  #landing .row-cta .row {
    text-align: center;
    background-position: bottom -200px center;
    background-size: 250px;
    min-height: 550px;
  }
  #landing .row-cta .row p {
    width: 100%;
  }
}
#landing .row-book {
  padding: 4rem 0;
  text-align: center;
}
#landing .row-book .text-xl {
  width: 60%;
  margin: 0 auto;
  line-height: 1.2;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
@media (max-width: 769px) {
  #landing .row-book .text-xl {
    width: 90%;
  }
}

@media (max-width: 667px) {
  #landing.clinic .row-intro .flex-row-reverse {
    display: block !important;
  }
  #landing.clinic .row-intro .flex-row-reverse img {
    width: 100%;
    height: auto;
  }
}
#landing.clinic .row-faqs {
  margin-bottom: 4rem;
}
#landing.clinic .row-faqs h2 {
  margin-bottom: 2rem;
}
#landing.clinic .row-faqs .accordion .row-accordion {
  padding: 0 0 1.5rem 0;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}
#landing.clinic .row-faqs .accordion .row-accordion a {
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-weight: 600;
  color: #384376;
  position: relative;
  width: 100%;
  display: block;
}
#landing.clinic .row-faqs .accordion .row-accordion a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "FontAwesome";
  content: "\f078";
  margin-bottom: 3px;
  display: inline-block;
  font-size: 16px;
  height: 20px;
  width: 20px;
}
#landing.clinic .row-faqs .accordion .row-accordion p {
  margin-top: 1rem;
}

.clinic-web .card {
  position: relative;
}
.clinic-web .card .card-header {
  background-color: white;
}
.clinic-web .card .card-header .card-title {
  color: #384376;
}
.clinic-web .card .with-tag {
  text-indent: -9999px;
  position: absolute;
  top: -6px;
  right: -8px;
  background: url("../images/web-tag.svg") no-repeat center center transparent;
  height: 105px;
  width: 105px;
  display: block;
  cursor: pointer;
}
.clinic-web .card .with-tag:hover {
  background-image: url("../images/web-tag-hover.svg");
}

.clinics h3 {
  color: #384376;
}
.clinics .clinic-header {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #ccc;
}
.clinics .clinic-header .clinic-logo {
  display: inline-block;
  max-height: 35px;
  width: auto;
  vertical-align: top;
  margin-right: 0.5rem;
}
.clinics .clinic-header .clinic-title {
  line-height: 35px;
  display: inline-block;
  margin-bottom: 0;
}

main {
  min-height: calc(100vh - 143px);
}

@media (max-width: 667px) {
  .container,
  .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  [class*=col] {
    padding-left: 0;
    padding-right: 0;
  }
}
.steps {
  position: relative;
  margin: auto;
  counter-reset: css-counter 0;
}
.steps::before {
  content: "";
  position: absolute;
  top: 0;
  height: 25px;
  width: 2px;
  background-color: #5666b1;
  left: 25px;
  z-index: 1;
}
.steps .step {
  padding: 0 20px 24px 50px;
  position: relative;
  transition: all 0.4s ease-in-out;
  counter-increment: css-counter 1;
}
.steps .step:before {
  content: counter(css-counter);
  font-size: 0.9rem;
  color: white;
  line-height: 1.6;
  text-align: center;
  font-weight: 600;
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: #5666b1;
  border-radius: 15px;
  left: 25px;
  transform: translateX(-45%);
  z-index: 2;
}
.steps .step:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #e5e5e5;
  left: 25px;
  top: 0;
  z-index: 1;
}
.steps .step .step-title {
  user-select: none;
  font-size: 16px;
  color: #384376;
  font-weight: 600;
}
.steps .step .step-subtitle {
  user-select: none;
  font-size: 14px;
  color: #666666;
  margin: 0;
}
.steps .step.minimized {
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}
.steps .step.minimized:before {
  content: counter(css-counter);
  font-size: 0.9rem;
  color: #333333;
  line-height: 1.6;
  text-align: center;
  font-weight: 600;
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: #e5e5e5;
  border-radius: 15px;
  left: 25px;
  transform: translateX(-45%);
  z-index: 2;
}
.steps .step.minimized:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #e5e5e5;
  left: 25px;
  top: 0;
  z-index: 1;
}
.steps .step.minimized .step-title {
  color: #666666;
  font-weight: 400;
}
.steps .step.minimized .step-subtitle {
  display: none;
}
.steps .step.minimized.selected {
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}
.steps .step.minimized.selected:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 0.9rem;
  color: white;
  line-height: 1.6;
  text-align: center;
  font-weight: 600;
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: #5666b1;
  border-radius: 15px;
  left: 25px;
  transform: translateX(-45%);
  z-index: 2;
}
.steps .step.minimized.selected:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #5666b1;
  left: 25px;
  top: 0;
  z-index: 1;
}
.steps .step.minimized.selected .step-title {
  color: #666666;
  font-weight: 400;
}
.steps .step.minimized.selected .step-subtitle {
  display: none;
}
.steps .step:last-child::after {
  display: none;
}
.steps .step-content {
  transition: all 0.6s ease-in-out;
  overflow: hidden;
  position: relative;
  padding-left: 1rem;
}
.steps .step-content.one, .steps .step-content.two, .steps .step-content.three {
  height: 250px;
  width: 100%;
  border-radius: 4px;
  margin-top: 10px;
}
@media (max-width: 667px) {
  .steps .step-content.one, .steps .step-content.two, .steps .step-content.three {
    height: auto;
  }
}
@media (max-width: 667px) {
  .steps .step-content {
    padding-left: 0;
  }
}
.steps .step.minimized > .step-content {
  display: none;
}

.appointment-data {
  font-size: 16px;
  border-top: 1px solid #e5e5e5;
  margin-top: 1rem;
}
.appointment-data li {
  margin: 1.5rem 0;
  color: #384376;
  font-weight: 600;
}
.appointment-data li:first-child {
  margin-top: 2rem;
}
.appointment-data li:last-child {
  margin-bottom: 3rem;
}
.appointment-data li small {
  display: block;
  padding-left: 1.5rem;
  color: #666666;
}
.appointment-data li i {
  margin-right: 0.5rem;
  color: #384376;
}

.appointment-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #eef0f8;
  padding: 1rem;
}
.appointment-modal h4,
.appointment-modal p {
  color: #384376;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.appointment-modal .appointment-data {
  border: none;
  margin-top: 0;
  background-color: white;
  padding: 1rem;
}
.appointment-modal .appointment-data li {
  margin: 0;
  padding: 0;
}
.appointment-modal .appointment-data li:first-child {
  margin-top: 0;
}
.appointment-modal.static {
  position: relative;
  background-color: transparent;
  padding: 0;
}
.appointment-modal.static .col {
  padding-left: 0;
  padding-right: 0;
}

#dcb-calendar {
  padding-left: 0;
  padding-right: 0;
}

#dcb-calendar .k-calendar {
  width: 100%;
  border: none !important;
}
#dcb-calendar .k-calendar .k-calendar-view {
  width: 100% !important;
  padding: 0;
}
#dcb-calendar .k-calendar .k-header {
  border: none !important;
  background-color: white !important;
  padding: 0;
}
#dcb-calendar .k-calendar .k-header .k-link {
  color: #384376;
  text-decoration: none;
  font-weight: 600;
}
#dcb-calendar .k-calendar .k-month th {
  font-weight: 600;
  color: #384376;
  text-transform: none;
}
#dcb-calendar .k-calendar .k-month td {
  text-align: center;
}
#dcb-calendar .k-calendar .k-month td .k-link {
  border: 1px solid #eef0f8;
  background-color: #eef0f8;
  text-decoration: none;
  border-radius: 4px;
  color: #5666b1;
  display: inline-block;
  margin: 4px;
  padding: 0.4rem 0.2rem;
  height: 35px;
  width: 35px;
}
#dcb-calendar .k-calendar .k-month td.k-other-month .k-link {
  display: none;
}
#dcb-calendar .k-calendar .k-month td.k-today .k-link {
  box-shadow: none;
  border-color: #5666b1;
}
#dcb-calendar .k-calendar .k-month td.k-weekend .k-link {
  color: #666666;
  box-shadow: none;
  background-color: transparent;
  border-color: transparent;
}
#dcb-calendar .k-calendar .k-nav-fast:hover,
#dcb-calendar .k-calendar .k-nav-next:hover,
#dcb-calendar .k-calendar .k-nav-prev:hover {
  border-color: white;
  background-color: white;
}

.k-calendar .k-icon {
  width: 28px;
  height: 28px;
  border-radius: 20px;
  background-color: #5666b1;
  color: white;
}
.k-calendar .k-icon.k-i-arrow-60-right:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
}
.k-calendar .k-icon.k-i-arrow-60-left:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
}

#dcb-time-picker .k-button {
  border-color: #eef0f8;
}
#dcb-time-picker .noTimeToShow,
#dcb-time-picker .dcb-slot {
  color: #5666b1;
  background: #eef0f8;
  border-radius: 4px;
  flex: 1 0 15%;
  margin: 5px;
}
#dcb-time-picker .noTimeToShow {
  padding: 0.375rem 0.75rem;
  text-align: center;
}

.k-panelbar {
  background-color: white;
  border: none;
}
.k-panelbar.k-header .k-item .k-link {
  padding: 1.25rem 1rem;
  font-weight: 600;
  font-size: 20px;
  background-color: white;
  text-transform: none;
  color: #384376;
}
.k-panelbar.k-header .k-item .k-link.k-state-selected {
  background-color: white;
}
.k-panelbar.k-header .k-item .k-link.k-state-selected.k-state-hover {
  background-color: white;
}
.k-panelbar .k-group .k-item .k-link {
  padding: 1rem;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
}
.k-panelbar .k-group {
  border-color: #e5e5e5;
}
.k-panelbar .k-link {
  background-color: white;
}
.k-panelbar .k-link:hover {
  background-color: white !important;
}
.k-panelbar .k-link.k-state-selected {
  background-color: white;
}
.k-panelbar .k-link.k-state-selected:hover {
  background-color: white;
}
.k-panelbar .k-i-arrow-60-up::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
}
.k-panelbar .k-i-arrow-60-down::before {
  content: "\f104";
  color: #384376;
  font-family: "Font Awesome 5 Free";
}

.btn {
  font-weight: 600;
  letter-spacing: 0.3px;
}
.btn-primary {
  background-color: #5666b1;
  border-color: #5666b1;
  color: white;
  padding: 0.625rem 1.5rem;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #384376;
  border-color: #384376;
  color: white;
}
.btn-primary:hover:focus, .btn-primary:active:focus, .btn-primary:focus:focus {
  box-shadow: 0 0 0 0.25rem rgba(86, 102, 177, 0.5);
}
.btn-primary:disabled {
  background-color: #5666b1;
  border-color: #5666b1;
  color: white;
  opacity: 0.5;
}
.btn-outline {
  background-color: white;
  color: #5666b1;
  border-color: #c4cbe6;
  padding: 0.625rem 1.5rem;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  background-color: #eef0f8;
  color: #5666b1;
  border-color: #c4cbe6;
}
.btn-outline:hover:focus, .btn-outline:active:focus, .btn-outline:focus:focus {
  box-shadow: 0 0 0 0.25rem rgba(196, 203, 230, 0.5);
}
.btn-outline:disabled {
  background-color: white;
  color: #5666b1;
  border-color: #c4cbe6;
  opacity: 0.5;
}
.btn-block {
  width: 100%;
  margin: 1rem 0;
}

.form-fieldset {
  margin: 1rem 0;
}

.form-group {
  margin: 1.5rem 0;
}
.form-group label {
  font-weight: 600;
  margin: 0.5rem 0;
}
.form-group .form-control {
  border-color: #e5e5e5;
  padding: 0.75rem;
  border-radius: 0;
}
.form-group .form-control::placeholder {
  color: #666666;
  font-size: 0.9rem;
}
.form-group .form-control:focus {
  border-color: #5666b1;
  box-shadow: none;
}
.form-group small {
  display: block;
  margin-top: 0.4rem;
}

.or-sep {
  display: block;
  text-align: center;
  margin: 1.5rem 0;
}
.or-sep:before {
  content: " ";
  display: inline-block;
  width: 80px;
  height: 5px;
  border-top: 1px solid #e5e5e5;
  margin-right: 0.5rem;
}
.or-sep:after {
  content: " ";
  display: inline-block;
  width: 80px;
  height: 5px;
  border-top: 1px solid #e5e5e5;
  margin-left: 0.5rem;
}

.alert {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 0.9rem;
}
.alert.alert-success {
  padding: 1.5rem 3rem 1.5rem 55px;
  background: url("../images/ico-success.svg") no-repeat 0.75rem center #eef0f8;
  background-size: 32px;
  color: #333333;
  border-color: #56bd5b;
}
.alert.alert-error {
  padding: 1.5rem 3rem 1.5rem 55px;
  background: url("../images/ico-error.svg") no-repeat 0.75rem center #eef0f8;
  background-size: 32px;
  color: #333333;
  border-color: #e1464e;
}

.close {
  position: absolute;
  top: 0.25rem;
  right: 0.75rem;
  background-color: transparent;
  font-size: 1.5rem;
  font-weight: 600;
}

.card {
  margin-bottom: 1.5rem;
  border-radius: 8px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  border: 0;
  box-sizing: border-box;
  border: 1px solid white;
  transition: all 0.4s ease-in-out;
}
.card:hover {
  cursor: pointer;
  box-shadow: 0px 10px 40px rgba(102, 102, 102, 0.4);
}
.card.selected {
  background-color: #eef0f8;
  border-color: #5666b1;
  cursor: pointer;
}
@media (max-width: 769px) {
  .card.mobile-no-bg {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
  }
}
@media (max-width: 667px) {
  .card {
    box-shadow: none;
    border-radius: 0;
  }
}
.card .card-header {
  border-radius: 8px 8px 0 0;
  background-color: #384376;
  border: none;
  padding: 1rem 1.5rem;
}
.card .card-header h2 {
  color: white;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 667px) {
  .card .card-header {
    display: none;
  }
}
.card .card-body {
  padding: 1rem;
}
.card .card-body img {
  max-width: 50%;
}
@media (max-width: 667px) {
  .card .card-body img {
    display: none;
  }
}
.card .card-body a {
  color: #5666b1;
  text-decoration: underline;
}
.card .card-body a:hover, .card .card-body a:active, .card .card-body a:focus {
  color: #384376;
}
.card .card-body a.disabled {
  color: #5666b1;
  opacity: 0.5;
}
.card .card-body .card-title {
  color: #384376;
  margin-top: 1rem;
}
@media (max-width: 667px) {
  .card .card-body .card-title {
    margin-top: 0;
  }
}
.card .card-body .card-title.ico-success {
  padding-top: 60px;
  background: url("../images/ico-success.svg") no-repeat center top transparent;
  background-size: 50px;
}
.card .card-body .clinic-data {
  position: absolute;
  bottom: 0;
  font-size: 14px;
}
.card .card-body .clinic-data li {
  margin: 0.5rem 0;
}
.card .card-body .clinic-data li i {
  margin-right: 0.5rem;
  color: #384376;
}
.card.static:hover {
  cursor: auto;
  background-color: white;
  border-color: white;
  box-shadow: none;
}
@media (max-width: 667px) {
  .card.static {
    border-radius: 0;
  }
}
.card.static .clinic-data {
  position: static;
}
.card.with-tabs {
  margin-top: 1rem;
}
.card.with-tabs .card-body {
  padding: 0;
}
.card.with-tabs .card-body .nav-tabs {
  border-bottom: none;
}
.card.with-tabs .card-body .nav-tabs .nav-link {
  color: #384376;
  font-weight: 600;
  text-decoration: none;
  padding: 0.75rem 2rem;
}
.card.with-tabs .card-body .nav-tabs .nav-link.active {
  color: #5666b1;
  text-decoration: none;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #5666b1;
}
.card.with-tabs .card-body .nav-tabs .nav-link.active:hover {
  border-color: transparent;
}
.card.with-tabs .card-body .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.card.selected {
  background-color: #eef0f8;
  border: 1px solid #5666b1;
}

@media (max-width: 667px) {
  .clinics .card {
    margin: 0.5rem 1rem;
    border-radius: 8px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
    border: 0;
    box-sizing: border-box;
    border: 1px solid white;
  }
}
.clinics .card .card-body {
  min-height: 200px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
@media (max-width: 667px) {
  .clinics .card .card-body img {
    display: block;
  }
}

.card-mini {
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.card-mini:hover {
  cursor: pointer;
  border-color: #5666b1;
  background-color: #eef0f8;
}
.card-mini i {
  color: #666666;
}
.card-mini p {
  font-size: 14px;
  color: #666666;
  margin: 0.5rem;
}
.card-mini p.title {
  font-size: 18px;
  color: #384376;
  font-weight: 600;
}

/*# sourceMappingURL=app.css.map */
