html,
body {
  font-family: "Red Hat Display", sans-serif;
}

.ovl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(182, 126, 255, 0.2);
}

.ovl2 {
  background: rgba(10, 0, 49, 0.3);
}

.b-1 {
  border: 1px solid #cccccc;
}

.b-t-1 {
  border-top: 1px solid #232F3E;
}

.bg-1 {
  background-color: #171123;
}

.bg-2 {
  background-color: #372248;
}

.bg-3 {
  background-color: #414770;
}

.bg-4 {
  background-color: #5b85aa;
}

.bg-5 {
  background-color: #e4e4e4;
}

.cus-chk .custom-control-input:checked ~ .custom-control-label::before {
  width: 25px;
  height: 25px;
}

.cus-chk .custom-control-label {
  padding: 0.2rem 0.5rem;
}

.cus-chk .custom-control-label::after,
.cus-chk .custom-control-label::before {
  width: 1.5rem;
  height: 1.5rem;
}

.heading {
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  color: #ffffff;
  background-image: url(/images/heading.jpg?dbfe3ccc1d5430b42598b8c66a90ddab);
  padding: 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.heading .pad {
  padding: 2em;
}

.form-control {
  border-radius: 0;
}

#app,
main {
  height: 100vh;
}

main {
  display: flex;
  flex-direction: column;
}

#quick-bar {
  color: #d5ecff;
  text-align: center;
  font-weight: 500;
  font-size: 0.9em;
}

#quick-bar .row > div {
  padding: 1em;
}

#quick-bar .row > div > i {
  margin-right: 10px;
  font-size: 1.1em;
}

#quick-bar img {
  display: none;
}

#quick-bar .social {
  display: inline-block;
}

#quick-bar .social img {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
}

#navgation {
  position: fixed;
  width: 100%;
  z-index: 1500;
}

#navgation .navbar-brand img {
  height: 70px;
}

#navgation h5 {
  font-size: 1.5em;
}

#navgation nav a {
  text-decoration: none;
  font-size: 1.1em;
}

#slider {
  flex-grow: 1;
  background-color: #cccccc;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

#slider .quick-acc {
  display: none;
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  z-index: 10;
}

#slider .quick-acc ul {
  margin: 0;
  padding: 0;
}

#slider .quick-acc ul li {
  list-style: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1em;
  font-size: 1.5em;
}

#slider .quick-acc ul li a {
  text-decoration: none;
  color: #fff;
}

#slider .logo img {
  position: absolute;
  z-index: 1000;
  margin: 0 auto;
  top: 140px;
  left: 0;
  right: 0;
  height: 200px;
}

.welcome {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(50, 0, 70, 0.35);
  text-align: center;
  padding: 1em;
  font-size: 2em;
  color: #fff;
}

#about-us {
  padding-top: 100px;
}

#about-us .logo {
  text-align: center;
}

#about-us .logo img {
  width: 50%;
}

#web-login {
  padding-top: 100px;
  background-color: #f1f1f1;
}

#web-login .login {
  padding: 1.5em;
  box-shadow: 0 0 16px #e2e2e2;
  border-radius: 0;
}

#web-login .login label {
  font-weight: 500;
}

#web-login .login button {
  border-radius: 0;
  width: 100%;
}

#web-login h4 {
  text-align: center;
}

#test-des {
  padding-top: 100px;
  position: relative;
  /* Style the collapsible content. Note: hidden by default */
}

#test-des ul {
  margin: 0;
  padding: 0;
}

#test-des li {
  list-style: none;
}

#test-des h6 {
  margin: 0;
}

#test-des .content {
  height: 0;
  overflow: hidden;
  background-color: #f1f1f1;
  opacity: 0;
  transition: 0.2s opacity ease-in;
}

#test-des .content li {
  padding: 5px 15px;
}

#test-des .collapsible {
  background-color: rgba(236, 239, 240, 0.9);
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

#test-des .collapsible.active .content {
  height: auto;
  opacity: 1;
  padding: 1em;
}

#test-des .active,
#test-des .collapsible:hover {
  background-color: #ccc;
}

#test-prices {
  padding-top: 100px;
}

#test-prices .prices {
  font-weight: 500;
}

.navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.navbar img {
  width: 50px;
}

.navbar ul li a {
  font-weight: 700;
}

.navbar .active {
  background-color: #272a2d;
}

#disease {
  padding-top: 100px;
}

#disease h5 {
  padding: 0.5em;
  margin: 0;
  background-color: #ececec;
  border-left: 4px solid #005aff;
}

#lab .banner {
  height: 400px;
  background-image: url(/images/labbanner.jpg?24f2ac14194bab7ad7af52ba29cd41c7);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

#lab .con {
  margin-top: -150px;
  background-color: #ffffffa6;
  padding: 1em;
}

#lab .con .patient .name {
  font-size: 1em;
}

#lab .con .tests {
  margin-top: 4em;
}

#lab .con .tests .requests ul {
  margin: 0;
  padding: 0;
}

#lab .con .tests .requests ul li {
  padding: 1em;
  list-style: none;
  cursor: pointer;
  padding: 0.5em 1em;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  position: relative;
}

#lab .con .tests .requests ul li:last-child {
  border-bottom: 1px solid #cccccc;
}

#lab .con .tests .requests ul li i {
  position: absolute;
  right: 1em;
  top: 1em;
}

#lab .con .tests .requests .sub-m-test {
  height: 0;
  opacity: 0;
  transition: 0.2s all ease-in;
  border: 0;
}

#lab .con .tests .requests .sub-m-test.show {
  height: auto;
  opacity: 1;
}

#lab .con .tests #report-view {
  min-height: 500px;
  max-height: 100%;
}

#lab .patient-list ul {
  margin: 0;
  padding: 0;
}

#lab .patient-list ul li {
  padding: 1em;
  list-style: none;
  cursor: pointer;
  padding: 0.5em 1em;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  position: relative;
}

#lab .patient-list ul li:last-child {
  border-bottom: 1px solid #cccccc;
}

#lab .patient-list ul li i {
  position: absolute;
  left: 0.5em;
  top: 0.5em;
  font-size: 1.5em;
}

#sec-location {
  width: 100%;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
}

#footer {
  background-color: #131A22;
  padding: 0.5em;
  color: #BDBFC0;
}

#footer .container {
  padding: 1em;
}

#footer .dev {
  padding: 1em;
}

#footer img {
  width: 50%;
}

#footer i {
  min-width: 20px;
  margin-right: 10px;
}

#footer p {
  margin: 5px;
}

@media (max-width: 768px) {
  .welcome {
    font-size: 1.5em;
  }

  main {
    display: block;
  }

  #quick-bar img {
    display: block;
    position: fixed;
    margin: 0 auto;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 10000;
    width: 70px;
    height: 70px;
  }

  .social img {
    position: relative !important;
    height: initial !important;
    top: inherit !important;
  }

  #slider {
    height: 100vh;
  }

  #slider .carousel {
    height: 100vh;
  }

  #slider .carousel .carousel-inner {
    height: 100vh;
  }

  #slider .carousel .carousel-inner img {
    height: 100vh !important;
    width: auto !important;
  }

  #slider .quick-acc {
    display: block;
  }

  #slider .logo img {
    display: none;
  }

  #test-prices,
  #test-des,
  #web-login {
    padding-top: 170px;
  }

  #sec-location {
    height: 300px;
    position: relative !important;
  }

  #disease img {
    width: 100%;
  }
}

