.header-bottom {
  height: 100px;
  background-color: #fafafa;
  -webkit-box-shadow: 0 2px 12px -4px #ccc;
  box-shadow: 0 2px 12px -4px #ccc;
}

.fa-footer {
  color: #fff;
  font-size: 16px;
  margin: 5px 10px;
  -webkit-transition: all .7s;
  transition: all .7s;
  padding: 10px;
}

.call {
  color: #636363;
  font-size: 16px;
  -webkit-transition: all .7s;
  transition: all .7s;
  text-decoration: none;
}

.call:hover {
  text-decoration: none;
}


* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body,
p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #636363;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

.navbar {
  margin-bottom: 0;
  padding: 0;
}

.navbar-header {
  float: none;
}

.header-upper-row {
  background: #cae6e9;
}

.header-bottom-row {
  position: relative;
  background: #cae6e9;
}

.navbar-nav {
  float: right;
}

.navbar-default .navbar-nav>li>a {
  color: #07a3a9;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #07a3a9;
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #07a3a9;
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-toggle {
  border-color: rgba(255, 255, 255, 0);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #07a3a9;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
  text-transform: uppercase;
  color: #07a3a9;
  background-color: #cae6e9;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #07a3a9;
  background-color: rgba(0, 0, 0, 0.1);
}

.lang_img {
  height: 1.4em;
  width: auto;
}

.content-col {
  position: relative;
  background: #fff;
  padding: 20px 10px;
}

.text-wrapper {
  max-width: 767px;
  margin: 0 auto;
  padding: 20px;
}

.main-title {
  position: relative;
  text-align: center;
  font-size: 55px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-bottom: 50px;
  padding: 10px 0 15px;
}

.main-title:before {
  content: '';
  position: absolute;
  top: 0;
  width: 320px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #00a2ac;
}

.main-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 320px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #00a2ac;
}

.footer {
  background-color: #00a4b0;
  padding: 10px 0 0;
  margin-top: auto;
}

.footer h4 {
  color: #fff;
  text-transform: uppercase;
}

.footer p {
  color: #fff;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer .fa {
  padding: 0;
}

.footer .medical-lab {
  font-size: 18px;
}

.footer .footer-bottom {
  padding: 10px 0;
  background: #50bdc6;
}

.footer .footer-bottom p {
  margin-bottom: 0;
}

.footer-label {
  text-align: left;
}

.footer-label span {
  display: inline-block;
  min-width: 150px;
}

.scroll-top {
  position: fixed;
  background-color: #00989b;
  background-size: 48px;
  bottom: 70px;
  right: 30px;
  display: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.scroll-top .fa {
  padding: 15px;
  margin: 0;
}

.email_img {
  height: 20px;
}

.navbar-brand {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 0 -70px 0;
  background: white;
  border-radius: 50%;
  border: 2px solid #50bdc6;
  z-index: 1000;
}

.navbar-brand img {
  width: 100px;
  height: 100px;
}

@media only screen and (max-width: 991px) {
  .navbar-nav {
    float: none;
    padding-top: 30px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #07a3a9;
    background-color: #cae6e9;
  }

  .navbar-brand {
    margin: 0 0 -30px 0;
  }

  .navbar-brand img {
    width: 60px;
    height: 60px;
  }

  .main-title {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 30px;
    padding: 10px 0 15px;
  }

  .main-title:before {
    width: 260px;
  }

  .main-title:after {
    width: 260px;
  }
}

@media only screen and (max-width: 480px) {
  .main-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
    padding: 10px 0 15px;
  }

  .main-title:before {
    width: 200px;
  }

  .main-title:after {
    width: 200px;
  }
}

.locale img {
  max-height: 30px;
  width: auto;
  margin: -10px;
  padding: 0;
}

.footer marquee {
  color: white;
  font-size: 2em;
}

.social {
  padding: 0;
  margin: 2px;
}

.social img {
  max-height: 18px;
  width: auto;
}

/*
.content-section {
   min-height: calc(100vh - 183px); 
}
*/

/* Completely hide the native file input */
input[type="file"] {
  display: none;
}

/* Bootstrap 5 navbar overrides */
.navbar-light .navbar-nav .nav-link {
  color: #07a3a9;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #07a3a9;
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #07a3a9;
  background-color: rgba(0, 0, 0, 0.1);
}

/* Make nav links wider and prevent text wrapping */
.navbar-nav .nav-link {
  padding: 10px 20px;
  /* wider horizontal spacing */
  white-space: nowrap;
  /* keep text on one line */
}