.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #002552;
}
.navbar-brand .logo-container {
  max-height: 88px;
}
.navbar-brand .logo-container img {
  height: 100%;
}

.navbar-brand {
  color: #012241;
}
#header_meta {
  background-color: #002552;
  max-height: 35px;
}
#header_meta {
  border-top: none;
  z-index: 10;
  min-height: 30px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: -1px;
}
.navbar {
  padding-top: 4px;
  padding-bottom: 4px;
}
header {
  height: 135px;
}
nav {
  position: relative;
  z-index: 9999;
  box-shadow: 0 2px 10px 0 rgba(74, 52, 59, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(55, 52, 74, 0.1);
}
.navbar-light .navbar-nav li.nav-item {
  padding: 10px 10px;
  padding-bottom: 0;
}
/* My CSS above */

nav ul {
  list-style: none;
  display: inline-block;
}

/* Our Practices / Dropdown Menu */

.dropdown-our-practice {
  float: left;
  overflow: hidden;
}

/*
.drop-btn:hover{
}*/

.dropdown-practices {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 5px 0 12px;
  margin: -5px 0 0 20px;
  border-top: 3px solid #e2ac6c;
}

.dropdown-practices a {
  color: #012241;
  display: block;
  float: none;
  text-align: left;
  padding: 10px;
  border: none;
  outline: none;
  text-decoration: none;
}

.dropdown-practices a:hover {
  color: #002552;
  transition: 0s;
}

.fa-caret-down {
  margin-left: 10px;
  font-size: 18px !important;
}

/* Activates the hover dropdown */

.dropdown-practices a:hover {
  background-color: #f5f5f5;
}

.dropdown-our-practice:hover .dropdown-practices {
  display: block;
  transition-duration: 2s;
}
@media (max-width: 991px) {
  .mobile-menu nav {
    width: 100%;
  }

  .mobile-menu nav ul {
    float: right;
    margin: 0;
    padding: 0;
  }

  nav #icon {
    color: white;
    font-size: 30px;
    line-height: 80px;
    float: right;
    margin-right: 25px;
    cursor: pointer;
  }

  .logo img {
    margin-top: 15px;
  }

  #ourpractice-btn ul {
    max-width: 80%;
    padding: 30px 0;
  }

  .mobile-menu nav ul li {
    max-width: 80%;
    /* text-align: center; */
    margin-right: auto;
    margin-left: auto;
    background: rgba(0, 0, 0, 0.1);
    padding: 8px 0;
  }
  .mobile-menu nav ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000c18d7;
    /* top: 140px; */
    top: 0;
    right: -100%;
    /* text-align: center; */
    transition: all 0.5s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin-left: 0;
  }

  .mobile-menu nav li {
    margin: 30px 0;
    line-height: 30px;
  }

  .mobile-menu a.active,
  .mobile-menu a:hover {
    color: #002552;
  }
  .mobile-menu nav ul.show {
    right: 0;
  }
  header {
    height: 57px;
  }
  .navbar-nav .nav-link.active,
  .navbar-nav .show > .nav-link {
    border-color: transparent;
  }
  .navbar-light .navbar-toggler {
    border-color: transparent;
    box-shadow: 0px 0px 4px #59595925;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .navbar-toggler:focus {
    box-shadow: 0px 0px 4px #59595970;
  }
  .navbar {
    padding-top: 0.25;
    padding-bottom: 0.25;
  }
}

@media (max-width: 575px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  header {
    height: 54px;
  }
}

@media (min-width: 1600px) {
  .nav-items-absolute-center {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) !important;
  }
}
