
:root {
  --bs-primary: #077d84;
  --default-font-size: 13px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  font-size: var(--default-font-size);
  /* layout */
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  /* To prevent content from hiding under fixed navbar */
  padding-top: 56px;
}

main {
  flex: 1;
  background-color: #f1f7fd;
}

.navbar {
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
}

.navbar-brand span {
  color: var(--bs-primary);
  font-family: "Poppins", sans-serif;
  font-size: 26px;
}

.navbar-brand img {
  height: 40px;
}
/*  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}*/

footer {
  background-color: #f8f9fa;
  padding: 20px 0;
  margin-top: auto;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

a {
  color: #077d84;
  text-decoration: none;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

/*h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}
*/


.form-label {
  margin-bottom: 0.25rem;
}
.form-control {
  font-size: var(--default-font-size);
}
.form-select {
  font-size: var(--default-font-size);
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/*#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #077d84;
    border-top-color: #d1e6f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
  }

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
*/
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/*.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #077d84;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

  .back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
  }

  .back-to-top:hover {
    background: #298ce5;
    color: #fff;
  }

  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }

.datepicker-dropdown {
  padding: 20px !important;
}
*/
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
/*#topbar {
  background: #fff;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}

  #topbar.topbar-scrolled {
    top: -40px;
  }

  #topbar .contact-info a {
    line-height: 1;
    color: #444444;
    transition: 0.3s;
  }

    #topbar .contact-info a:hover {
      color: #077d84;
    }

  #topbar .contact-info .icon {
    color: #077d84;
    margin-left: 15px;
    margin-right: 5px;
  }

    #topbar .contact-info .icon:first-child {
      margin-left: 0;
    }

  #topbar .social-links a {
    color: #437099;
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
  }

    #topbar .social-links a:hover {
      color: #077d84;
    }

    #topbar .social-links a:first-child {
      border-left: 0;
    }
*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 0px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

  #header.header-scrolled {
    top: 0;
  }

 #header .logo a {
  font-size: 26px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #007880;
}

#header .logo img {
  max-height: 55px;
} 
*/
/**
* Appointment Button *
*/
.appointment-btn, .submit-btn, .button { 
  background: #077d84;
  border-color: #077d84;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover,.submit-btn:hover, .button:hover {
  background: #2b99a5;
  border-color: #077d84;
  color: #fff;
}

@media (max-width: 992px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }

  .step-title {  
    font-size: 12px;   
    margin: 3px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
/*.navbar {
  padding: 0;
}

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 8px 0 8px 20px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #2c4964;
    white-space: nowrap;
    transition: 0.3s;
    border-bottom: 2px solid #fff;
    padding: 5px 2px;
  }

    .navbar a i,
    .navbar a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a {
      color: #077d84;
      border-color: #077d84;
    }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 20px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }

    .navbar .dropdown ul li {
      min-width: 200px;
    }

    .navbar .dropdown ul a {
      padding: 10px 20px;
      font-size: 14px;
      font-weight: 500;
      text-transform: none;
      color: #082744;
      border: none;
    }

      .navbar .dropdown ul a i {
        font-size: 12px;
      }

      .navbar .dropdown ul a:hover,
      .navbar .dropdown ul .active:hover,
      .navbar .dropdown ul li:hover > a {
        color: #077d84;
      }

  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }

  .navbar .dropdown ul .active {
    font-weight: bold;
  }

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
*/
/**
* Mobile Navigation
*/
/*.mobile-nav-toggle {
  color: #2c4964;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
*/
/* .mobile-nav-toggle.bi-x {
  color: #fff;
} */

/*@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
*/
/*.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }

  .navbar-mobile > ul > li {
    padding: 0;
  }

  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #2c4964;
    border: none;
  }

    .navbar-mobile a:hover,
    .navbar-mobile .active,
    .navbar-mobile li:hover > a {
      color: #077d84;
    }

  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin: 15px;
  }

  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }

    .navbar-mobile .dropdown ul li {
      min-width: 200px;
    }

    .navbar-mobile .dropdown ul a {
      padding: 10px 20px;
    }

      .navbar-mobile .dropdown ul a i {
        font-size: 12px;
      }

      .navbar-mobile .dropdown ul a:hover,
      .navbar-mobile .dropdown ul .active:hover,
      .navbar-mobile .dropdown ul li:hover > a {
        color: #077d84;
      }

  .navbar-mobile .dropdown > .dropdown-active {
    display: block;
  }
*/
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 10px 0;
  overflow: hidden;
}
/*
#contact, #faq, #services, #appointment, #doctors {
  padding: 100px 0 20px;
}

.section-bg {
  background-color: #f1f7fd;
  min-height:80vh;
}
*/
.section-title {
  text-align: center;
  padding-bottom: 10px;
}

.section-title h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}

.section-title h1::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #077d84;
  bottom: 0;
  left: calc(50% - 20px);
}

/*.section-title p {
margin-bottom: 0;
}
*/
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
/*.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f7fd;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 100px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }

  .contact-info {
    font-size: 12px;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

  .breadcrumbs ol li + li {
    padding-left: 10px;
  }

    .breadcrumbs ol li + li::before {
      display: inline-block;
      padding-right: 10px;
      color: #6c757d;
      content: "/";
    }

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

    .breadcrumbs ol li {
      display: inline-block;
    }
}
*/
/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

  .appointment .php-email-form .form-group {
    padding-bottom: 8px;
  }

  .appointment .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
  }

  .appointment .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }

    .appointment .php-email-form .error-message br + br {
      margin-top: 25px;
    }

  .appointment .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }

  .appointment .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }

    .appointment .php-email-form .loading:before {
      content: "";
      display: inline-block;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      margin: 0 10px -6px 0;
      border: 3px solid #18d26e;
      border-top-color: #eee;
      animation: animate-loading 1s linear infinite;
    }

  .appointment .php-email-form input,
  .appointment .php-email-form textarea,
  .appointment .php-email-form select {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 10px !important;
  }

    .appointment .php-email-form input:focus,
    .appointment .php-email-form textarea:focus,
    .appointment .php-email-form select:focus {
      border-color: #077d84;
    }

  .appointment .php-email-form input,
  .appointment .php-email-form select {
    height: 44px;
  }

  .appointment .php-email-form textarea {
    padding: 10px 12px;
  }

  .appointment .php-email-form button[type=submit] {
    background: #077d84;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
  }

    .appointment .php-email-form button[type=submit]:hover {
      background: #2b99a5;
    }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*#footer {
  color: #444444;
  font-size: 14px;
  background: #f1f7fd;
}

  #footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
  }

    #footer .footer-top .footer-contact {
      margin-bottom: 30px;
    }

      #footer .footer-top .footer-contact h4 {
        font-size: 22px;
        margin: 0 0 30px 0;
        padding: 2px 0 2px 0;
        line-height: 1;
        font-weight: 700;
      }

      #footer .footer-top .footer-contact p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        font-family: "Raleway", sans-serif;
        color: #676767;
      }

    #footer .footer-top h4 {
      font-size: 16px;
      font-weight: bold;
      color: #444444;
      position: relative;
      padding-bottom: 12px;
    }

    #footer .footer-top .footer-links {
      margin-bottom: 30px;
    }

      #footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }

        #footer .footer-top .footer-links ul i {
          padding-right: 2px;
          color: #1c84e3;
          font-size: 18px;
          line-height: 1;
        }

        #footer .footer-top .footer-links ul li {
          padding: 10px 0;
          display: flex;
          align-items: center;
        }

          #footer .footer-top .footer-links ul li:first-child {
            padding-top: 0;
          }

        #footer .footer-top .footer-links ul a {
          color: #676767;
          transition: 0.3s;
          display: inline-block;
          line-height: 1;
        }

          #footer .footer-top .footer-links ul a:hover {
            text-decoration: none;
            color: #077d84;
          }

  #footer .footer-newsletter {
    font-size: 15px;
  }

    #footer .footer-newsletter h4 {
      font-size: 16px;
      font-weight: bold;
      color: #444444;
      position: relative;
      padding-bottom: 12px;
    }

    #footer .footer-newsletter form {
      margin-top: 30px;
      background: #fff;
      padding: 6px 10px;
      position: relative;
      border-radius: 50px;
      text-align: left;
      border: 1px solid #bfdcf7;
    }

      #footer .footer-newsletter form input[type=email] {
        border: 0;
        padding: 4px 8px;
        width: calc(100% - 100px);
      }

      #footer .footer-newsletter form input[type=submit] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        border: 0;
        background: none;
        font-size: 16px;
        padding: 0 20px;
        background: #077d84;
        color: #fff;
        transition: 0.3s;
        border-radius: 50px;
      }

        #footer .footer-newsletter form input[type=submit]:hover {
          background: #2b99a5;
        }

  #footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #444444;
  }

  #footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #077d84;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }

    #footer .social-links a:hover {
      background: #1c84e3;
      color: #fff;
      text-decoration: none;
    }*/    
/***********************************/

.margin-bottom-5 {
    margin-bottom: 5px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.padding-bottom-5 {
    padding-bottom: 5px;
}
.margin-right-10 {
    margin-right: 10px;
}
.margin-right-20 {
  margin-right: 20px;
}

a.btn-client, button.btn-client {
  text-align: center;
  border: 1px solid #cccccc !important;
  padding: 5px 30px;
  font-weight: bold;
  font-size: 14px;
  width:100%;
}
a.btn-client:hover, button.btn-client:hover {
  background: #1f9e57 !important;
  color: #fff;
}

.btn-success-green, .btn-success {
  background: #1f9e57 !important;
}

.btn-success-green:hover, .btn-success:hover {
  background: #38b06d !important;
}

h1 {
  color: #0e9594;
  font-size: 26px;
}

.formName {
  color: #71757c;
  font-size: 14px;
}

.formName input {
  border-radius: 4px;
  border: 1px solid #d0d5d9;  
  padding: 5px;
  font-size: 14px;
}

.formName select {
  border-radius: 4px;
  border: 1px solid #d0d5d9;
  /*background-color: #f1f5f5;*/
  padding: 5px;
  font-size: 14px;
}

/*.navbarTop {
  height: 70px;
  border-bottom-right-radius: 40px;
  margin-top: 0px;
  background-color:#ffffff;
}
*/
.titleTextBig {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: #157079;
  vertical-align: middle;
  font-size: 20px;
}

.titleTextGrey {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 16px;
  color: #a59f9f;
  line-height: 16px;
}

.titleText {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: #157079;
  vertical-align: middle;
  font-size: 18px;
  text-transform:uppercase;
}

.topTitle {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: #ffffff;
  vertical-align: middle;
  font-size: 28px;
}

.phone, a.phone:link, a.phone:visited {
  margin-top: 5px;
  color: #0f346d;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.email, .email a {
  margin-top: 5px;
  color: #0f346d;
  font-size: 14px;
  text-decoration: none;  
}

.instagram, .instagram a {
  margin-top: 10px;
  color: #0f346d;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.address {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #8bc6ed;
  line-height: 12px;
}

a.nav-link {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #2c4964;
}

a.nav-link svg {
    margin-bottom: 2px;
}


.nav-link:focus, .nav-link:hover {
  color: #077d84;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #077d84;
  font-weight: 700;
}

h4, h3, h2, h5 {
    color: #1f9e57;
}

.text-primary {
  color: #1f9e57 !important;
}

.btn-info {
    color: #ffffff;
    background-color: #397496;
}

.btn-info:hover {
    background-color: #5a9bbe;
    border-color: #367fa6;
    color: #ffffff;
}

.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: #2b99a5;
  --bs-btn-hover-border-color: #0a58ca;
}

/*.btn-primary {
    background-color: #1f9e57;
    border-color: #539181;
    color: #ffffff;
}

.btn-primary:hover {
  background: #35b26c;
  border-color: #539181;
}
*/
a, .btn-link {
    color: #397496;
    font-size: 14px;
    background: none;
    border: none !important;
    margin-bottom: 2px;
}

.btn-link-green {
    color: #1f856c;
    background: none;
    border: none !important;
}
.btn-link-green:hover {
    color: #1f9e57;
}

/*.form-control, .form-control-sm {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;    
}
*/
/*.text-sm-bold {
    font-size: 16px;
    color: #085f89;
    font-weight: bold;
    margin-top: 10px;
}*/

.margin-left-0 {
    margin-left: 0px;
}
.margin-left-3 {
    margin-left: 3px;
}
.margin-left-5 {
    margin-left: 5px;
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-left-15 {
    margin-left: 15px;
}
.margin-left-25 {
    margin-left: 25px;
}
.margin-top-3 {
    margin-top: 3px;
}
.margin-top-5 {
    margin-top: 5px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.padding-left-20 {
    padding-left: 20px;
}
.w-50px {
    width: 50px !important;
}
.w-100px {
    width: 100px !important;
}
.w-110px {
    width: 110px !important;
}
.w-120px {
    width: 120px !important;
}
.w-140px {
    width: 140px !important;
}
.w-160px {
    width: 160px !important;
}
.w-180px {
    width: 180px !important;
}
.w-200px {
    width: 200px !important;
}
.w-210px {
    width: 210px !important;
}
.w-220px {
    width: 220px !important;
}
.w-230px {
    width: 230px !important;
}
.w-250px {
    width: 250px !important;
}
.w-300px {
    width: 300px !important;
}
.w-350px {
    width: 350px !important;
}
.w-400px {
    width: 400px !important;
}
.w-500px {
    width: 500px !important;
}
.w-600px {
    width: 600px !important;
}
.font-size-20 {
    font-size: 20px;
}
.border-radius {
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    border-collapse: collapse;
}
.required:after {
    content: " *";
    color: red;
}
.err_msg {
    color: red;
    line-height: 1.3;
}
.font-light {
    color: #ced4da;
}
.searchInput {
    background-image: url('/images/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 9px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    font-size: 16px; /* Increase font-size */
    padding: 8px 10px 8px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}
label {
    margin: 0;
}
.greyText {
    color: #8e8c8c !important;
}
.infoText {
    color: #117a8b;
}
.invalid_required {
    color: #c46959;
    background-color: #f5eedb;
    border-color: #c46959;
}
input.largerCheckbox {
    width: 16px;
    height: 16px;
}
/*.break-word {
    overflow-wrap: break-word;
}*/

.patientInfo {
    color: #0f4750 !important;
}
a.patientInfo, a.patientInfo:visited {
    color: #0f4750 !important;
    text-decoration: underline;
}
dl, ol, ul {
     margin-top: 5px; 
    margin-bottom: 5px; 
}
.border-grey {
    border-color: #aab1b2;
}
button:disabled {
    cursor: not-allowed;
}
.clientTop {
  background-color: #133460 !important;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 20px 5px 20px 5px;
  box-shadow: 0 0 5px #ccc inset;
  margin-top: 10px;
  width: 100%;
  min-height: 70px;
}
.clientForm {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 0 5px #ccc inset;
  margin-top: 25px;
  width: 100%;
  
}
.clientForm h1 {
  text-align: center;
}

.big-phone2 {
  font-size: 1.25rem;
  text-align: center;
}
.big-phone2:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.big-phone {
  padding: 6px;
  border: solid 1px #ccc;
  box-shadow: 0 0 5px #ccc inset;
  font-size: 22px;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 950px) {
   .topTitle {
    margin-top:5px;
    font-size: 16px !important;
  }
  .address {
    font-size: 12px !important;    
  }
  .email a:link, .email a:visited, .instagram a:link, .instagram a:visited {
    font-size: 12px !important;
  }
  .phone, a.phone:link, a.phone:visited a.phone:visited {
    font-size: 14px !important;
  }
  .font-size-20 {
    font-size: 14px !important;
  }
  h1 {
    font-size: 20px !important;
  }
/*  .form-control, .form-control-sm {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
  }
*/
  .formName {
    font-size: 12px !important;
  }
  .formName div {
    padding: 2px;
  }
  .formName input {
    padding: 2px;
    font-size: 14px;
  }

  .formName select {
    padding: 2px;
    font-size: 14px;
  }
  .titleText {
     font-size: 16px;
  }
  .big-phone {
    padding: 5px;    
    font-size: 30px;    
  }  
}

/* FORM STEP */
/*.button {
  padding: 0.5rem 1.3rem;
  border: 1px solid #204069;
  background-color: #204069;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size:13px;
}
 {
  margin-left: 25px;
  background: #077d84;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}*/
.submit-outline-btn {
  /*border: 1px solid #0e9594;
  color: #0e9594;*/
  margin-left: 25px;
  background: #077d84;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}
.submit-outline-btn:hover, .submit-btn:hover {
   /*border: 1px solid #0e9594;
  background-color: #0e9594;
  color: #ffffff;*/
  background: #2b99a5;
  color: #fff;
  }

.form-step { 
  padding: 10px 10px 10px 10px;
}

ul.form-stepper {
  counter-reset: section;
  margin-bottom: 15px;
  padding-left: 1rem;
  padding-right: 1rem;
}

ul.form-stepper .form-stepper-circle {
  position: relative;
}

ul.form-stepper .form-stepper-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.form-stepper-horizontal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.form-stepper > li:not(:last-of-type) {
  margin-bottom: 0.625rem;
  -webkit-transition: margin-bottom 0.4s;
  -o-transition: margin-bottom 0.4s;
  transition: margin-bottom 0.4s;
}

.form-stepper-horizontal > li:not(:last-of-type) {
  margin-bottom: 0 !important;
}

.form-stepper-horizontal li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-stepper-horizontal li:not(:last-child):after {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  content: "";
  top: 32%;
}

.form-stepper-horizontal li:after {
  background-color: #dee2e6;
}

.form-stepper-horizontal li.form-stepper-completed:after {
  background-color: #4da3ff;
}

.form-stepper-horizontal li:last-child {
  flex: unset;
}

ul.form-stepper li a .form-stepper-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0;
  line-height: 1.7rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 50%;
}

.form-stepper .form-stepper-active .form-stepper-circle {
  background-color: #0e9594 !important;
  color: #fff;
  font-weight: 700;
}

.form-stepper .form-stepper-active .label {
  color: #0e9594 !important;
}

.form-stepper .form-stepper-active .form-stepper-circle:hover {
  background-color: #0e9594 !important;
  color: #fff !important;
}

.form-stepper .form-stepper-unfinished .form-stepper-circle {
  background-color: #ffffff; /*#f8f7ff;*/
}

.form-stepper .form-stepper-completed .form-stepper-circle {
  background-color: #91bdc3 !important;
  color: #fff;
}

.form-stepper .form-stepper-completed .label {
  color: #0e9594 !important;
}

.form-stepper .form-stepper-completed .form-stepper-circle:hover {
  background-color: #0e9594 !important;
  color: #fff !important;
}

.form-stepper .form-stepper-active span.text-muted {
  color: #fff !important;
}

.form-stepper .form-stepper-completed span.text-muted {
  color: #fff !important;
}

.form-stepper .label {
  font-size: 12px;
  margin-top: 5px;
}

.form-stepper a {
  cursor: default;
  text-decoration: none;
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ebedf3;
}

.appointment-row {
  border-bottom: 1px solid #ccc;  
  margin-bottom:3px;
}

.metric-card {
  border-left: 4px solid;
  padding:2px;
}
.metric-card.visits {
  border-left-color: #007bff;
}
.metric-card.appointments {
  border-left-color: #17a2b8;
}
.metric-card.payments {
  border-left-color: #ffc107;
}
.metric-card.medications, .metric-card.messages {
  border-left-color: #28a745;
}
.appointments-icon {
  color: #17a2b8;
  margin-right:15px;
}
.visits-icon {
  color: #007bff;
  margin-right: 15px;
}
.medications-icon, .messages-icon {
  color: #28a745;
  margin-right: 15px;
}
.payments-icon {
  color: #ffc107;
  margin-right: 15px;
}
.light-green-background {
  background-color: #f0fbf3 !important;
}
.light-green-background-over:hover {
  background-color: #e8f6fd !important;
  border-radius: 3px;
}
.light-grey-background {
  background-color: #f5f7fb !important;
  border: 1px solid #878a94;
  color: #93969f;
}
.light-grey-background-over:hover {
  background-color: rgba(25, 119, 204, 0.1) !important;
  border-radius: 3px;
}
.light-grey-background .patientCss {
  color: #93969f;
}
.red-border {
  border-left: 3px solid red;
  border-radius: 3px;
}

.dashboard-box
{
  min-height: 85px; 
  vertical-align: middle; 
}
.dashboard-card {
  min-height: 75px;
}

.fs-12 {
  font-size: 12px;
}

.message-Incoming {
  margin-left: calc(15%);  
  border: 1px solid #cccccc;
  border-radius: 10px;
  background-color: #e9f6f6;
  padding: 7px;
  margin-bottom: 7px;
}
.message-Outgoing {
  margin-right: calc(10%);
  border: 1px solid #cccccc;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 7px;
  margin-bottom: 7px;
}
.appointmentDate {
  min-width: 80px;
  text-align: center;
  border: 1px solid #8d8b8b;
  border-radius: 4px;
  padding: 4px;
  margin-right: 10px;
}
.light-green-background .appointmentDate {
  border: 1px solid #1f9e57;
}
.patientCss {
  color: #0f346d;
}
.appDay {
  font-size: 20px;
  font-weight: bold;
}
.appDate {
  font-size: 13px;
  font-weight: normal;
}

.btn-sign {
  font-size: 13px !important;
  padding: 2px 8px 2px 8px !important;
  margin: 1px;
}

.appointment-info {
  margin-top: 40px;  
  border-radius: 10px;
  border:1px solid #cecece;
  padding:20px 10px 20px 10px;
}

.step-item {
  margin: 10px 0px 10px 0px;
}

.step-item .step-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0;
  line-height: 2.4rem;
  text-align: center;
  border-radius: 50%;
  background-color: #0e9594 !important;
  color: #fff;
  font-weight: 700; 
}

.step-icon {
  color: #0e9594; /* color-mix(in srgb, var(--accent-color), transparent 30%);*/
  opacity:60%;
  margin: 15px 0px 10px 0px;
}

.step-title {
    color:#000000;
    font-size:14px;
    font-weight:bold;
    letter-spacing:0.08rem;
    margin:5px;
}

.step-description {
  color: var(--bs-secondary-color) !important;
  min-width: 90px;
  max-width: 220px;
}