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

* {
  color: #333333;
  font-family: "Open Sans", "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: #133eb1;
  background: linear-gradient(90deg, #133eb1 0%, #66de9c 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;
      font-size: 100% !important; }
      @media (max-width: 667px) {
        header .col .user-info {
          padding: 0.95rem 0 0; } }
      header .col .user-info .svg-inline--fa {
        margin-left: 0.5rem; }
      header .col .user-info .svg-inline--fa > path {
        color: white; }
    header .col .btn {
      margin-right: 0.5rem; }
    header .col #menu {
      background-color: initial; }
      header .col #menu .k-menu-expand-arrow {
        display: none; }
      header .col #menu .k-item.k-menu-item.k-first.k-last > .k-link.k-menu-link > .k-menu-link-text,
      header .col #menu .k-item.k-menu-item.k-first.k-last > .k-link.k-menu-link > .fa-user > path {
        color: white !important; }
  header #dcb-header-action .k-notification {
    border-radius: 0rem;
    padding: 0rem;
    border-width: 0px; }

footer {
  background-color: #083556;
  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: "Open Sans", "Arial", sans-serif;
  background-color: #fafafa; }

* {
  font-family: "Open Sans", "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: #083556;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #10ac84; }

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

.page-content {
  padding-top: 1rem; }
  .page-content .page-title {
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 1rem; }
    .page-content .page-title h2 {
      color: #083556;
      display: inline-block;
      margin-left: -160px; }
      @media (max-width: 667px) {
        .page-content .page-title h2 {
          font-size: 1.2rem;
          padding: 1rem 0 0;
          margin-left: 0; } }
  .page-content h3.title {
    padding: 1rem 0;
    color: #083556;
    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, #133eb1 0%, #66de9c 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: #083556;
      font-weight: 800; }
    #landing .row h4 {
      color: #083556; }
    #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: #10ac84;
        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 #083556;
      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: #083556;
      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: #083556; }
  .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: #083556; }

.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: .5rem; }
  .clinics .clinic-header .clinic-title {
    line-height: 35px;
    display: inline-block;
    margin-bottom: 0; }

#captcha-form {
  height: 160px; }
  #captcha-form img {
    max-width: 100%;
    display: block; }

.k-listview-item {
  padding: 8px !important; }

#dcb-register .form-group {
  margin: 0; }
  #dcb-register .form-group .form-control {
    padding: 0.45rem; }

#dcb-register .card.static {
  margin-bottom: 0; }
  #dcb-register .card.static .card-body {
    padding: 0 1rem 0; }

.register-step-one svg .step-one {
  fill: #379adc; }

.register-step-one svg .step-two {
  fill: #e5e5e5; }

.register-step-one svg line {
  stroke: #e5e5e5; }

.register-step-one svg .path-two {
  fill: #666666; }

.register-step-two svg .step-two {
  fill: #379adc; }

.register-step-two svg line {
  stroke: #379adc; }

/*#region My account*/
#nav-appoinments .row:first-child {
  display: none; }

/*#endregion My account*/
.card .card-body a[type=button] {
  color: white;
  text-decoration: none; }
  .card .card-body a[type=button]:hover, .card .card-body a[type=button]:active, .card .card-body a[type=button]:focus {
    background-color: #249275;
    border-color: #249275;
    color: white; }
    .card .card-body a[type=button]:hover:focus, .card .card-body a[type=button]:active:focus, .card .card-body a[type=button]:focus:focus {
      box-shadow: 0 0 0 0.25rem rgba(16, 172, 132, 0.5); }
  .card .card-body a[type=button]:disabled {
    background-color: #10ac84;
    border-color: #10ac84;
    color: white;
    opacity: 0.5; }

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: #379adc;
    left: calc(50px / 2);
    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.7;
      text-align: center;
      font-weight: 600;
      position: absolute;
      height: 25px;
      width: 25px;
      background-color: #379adc;
      border-radius: 15px;
      left: calc(50px / 2);
      transform: translateX(-45%);
      z-index: 2; }
    .steps .step:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 2px;
      background-color: #e5e5e5;
      left: calc(50px / 2);
      top: 0;
      z-index: 1; }
    .steps .step .step-title {
      user-select: none;
      font-size: 16px;
      color: #083556;
      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.7;
        text-align: center;
        font-weight: 600;
        position: absolute;
        height: 25px;
        width: 25px;
        background-color: #e5e5e5;
        border-radius: 15px;
        left: calc(50px / 2);
        transform: translateX(-45%);
        z-index: 2; }
      .steps .step.minimized:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 2px;
        background-color: #e5e5e5;
        left: calc(50px / 2);
        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.7;
          text-align: center;
          font-weight: 600;
          position: absolute;
          height: 25px;
          width: 25px;
          background-color: #379adc;
          border-radius: 15px;
          left: calc(50px / 2);
          transform: translateX(-45%);
          z-index: 2; }
        .steps .step.minimized.selected:after {
          content: "";
          position: absolute;
          height: 100%;
          width: 2px;
          background-color: #379adc;
          left: calc(50px / 2);
          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: #083556;
    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: #083556; }

.appointment-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f4f7fa;
  padding: 1rem; }
  .appointment-modal h4,
  .appointment-modal p {
    color: #083556;
    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;
    height: 100%; }
    #dcb-calendar .k-calendar .k-calendar-view table {
      width: 100%; }
  #dcb-calendar .k-calendar table {
    width: 100%; }
  #dcb-calendar .k-calendar .k-header {
    border: none !important;
    background-color: white !important;
    padding: 0; }
    #dcb-calendar .k-calendar .k-header .k-link {
      color: #083556;
      text-decoration: none;
      font-weight: 600;
      border-radius: 0.25rem;
      padding: 0.25rem;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
  #dcb-calendar .k-calendar .k-month th {
    font-weight: 600;
    color: #083556;
    text-transform: none;
    padding: .25rem 0;
    width: 10em; }
  #dcb-calendar .k-calendar .k-month td {
    text-align: center; }
    #dcb-calendar .k-calendar .k-month td .k-link {
      border: 1px solid #f4f7fa;
      background-color: #f4f7fa;
      text-decoration: none;
      border-radius: 4px;
      color: #379adc;
      display: inline-block;
      margin: 4px;
      padding: 0.4rem 0.2rem;
      width: 40px;
      height: 40px; }
    #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: #379adc; }
    #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 {
    width: 90%; }
  #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 !important;
    background-color: white !important; }

.k-calendar .k-icon {
  width: 28px;
  height: 28px;
  border-radius: 20px;
  background-color: #10ac84;
  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: #f4f7fa; }

#dcb-time-picker .noTimeToShow,
#dcb-time-picker .dcb-slot {
  color: #379adc;
  background: #f4f7fa;
  border-radius: 4px;
  flex: 1 0 15%;
  margin: 5px;
  padding: 0.375rem 0.75rem;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  font-size: 1rem;
  line-height: 1.5;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  position: relative; }

#dcb-time-picker .noTimeToShow {
  padding: .375rem .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: #083556; }
    .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 {
    border-color: #e5e5e5; }
    .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-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: #083556;
    font-family: "Font Awesome 5 Free"; }

.btn {
  font-weight: 600;
  letter-spacing: 0.3px; }
  .btn-primary {
    background-color: #10ac84;
    border-color: #10ac84;
    color: white;
    padding: 0.625rem 1.5rem; }
    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
      background-color: #249275;
      border-color: #249275;
      color: white; }
      .btn-primary:hover:focus, .btn-primary:active:focus, .btn-primary:focus:focus {
        box-shadow: 0 0 0 0.25rem rgba(16, 172, 132, 0.5); }
    .btn-primary:disabled {
      background-color: #10ac84;
      border-color: #10ac84;
      color: white;
      opacity: 0.5; }
  .btn-error {
    background-color: #e1464e;
    border-color: #e1464e;
    color: white;
    padding: 0.625rem 1.5rem; }
    .btn-error:hover, .btn-error:active, .btn-error:focus {
      background-color: #8c2b30;
      border-color: #8c2b30;
      color: white; }
      .btn-error:hover:focus, .btn-error:active:focus, .btn-error:focus:focus {
        box-shadow: 0 0 0 0.25rem rgba(225, 70, 78, 0.5); }
    .btn-error:disabled {
      background-color: #e1464e;
      border-color: #e1464e;
      color: white;
      opacity: 0.5; }
  .btn-outline {
    background-color: white;
    color: #10ac84;
    border-color: #BEDED6;
    padding: 0.625rem 1.5rem; }
    .btn-outline:hover, .btn-outline:active, .btn-outline:focus {
      background-color: #f4f7fa;
      color: #10ac84;
      border-color: #BEDED6; }
      .btn-outline:hover:focus, .btn-outline:active:focus, .btn-outline:focus:focus {
        box-shadow: 0 0 0 0.25rem rgba(190, 222, 214, 0.5); }
    .btn-outline:disabled {
      background-color: white;
      color: #10ac84;
      border-color: #BEDED6;
      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: #379adc;
      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 #f4f7fa;
    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 #f4f7fa;
    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: #f4f7fa;
    border-color: #379adc;
    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: #083556;
    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: #10ac84;
      text-decoration: underline; }
      .card .card-body a:hover, .card .card-body a:active, .card .card-body a:focus {
        color: #249275; }
      .card .card-body a.disabled {
        color: #10ac84;
        opacity: 0.5; }
    .card .card-body .card-title {
      color: #083556;
      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: #083556; }
  .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: #083556;
          font-weight: 600;
          text-decoration: none;
          padding: 0.75rem 2rem; }
          .card.with-tabs .card-body .nav-tabs .nav-link.active {
            color: #10ac84;
            text-decoration: none;
            background-color: transparent;
            border: none;
            border-bottom: 2px solid #10ac84; }
            .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: #f4f7fa;
    border: 1px solid #379adc; }

@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;
  min-height: 7em; }
  .card-mini:hover {
    cursor: pointer;
    border-color: #379adc;
    background-color: #f4f7fa; }
  .card-mini i {
    color: #666666; }
  .card-mini p {
    font-size: 14px;
    color: #666666;
    margin: 0.5rem; }
  .card-mini p.title {
    font-size: 18px;
    color: #083556;
    font-weight: 600; }
