* {
  font-family: 'Open Sans', sans-serif; }

.nav-link.active {
  color: #469b1f !important;
  font-weight: 800 !important; }

body {
  background-image: url("/assets/img/medicine/bg-texture.png"); }

.form-control {
  border-radius: 0em; }

.step:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

.mr-auto, .mx-auto {
  margin: 0 auto; }

.fixtop {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }

h1, h2, h3, h4, h5, h6 {
  margin: 0em;
  padding: 0em; }

.btn-success {
  background-color: #5cab31;
  border-color: #5cab31;
  border-radius: 0em; }

.logo {
  max-width: 200px;
  margin-top: 60px; }

.fixtop {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }

#register {
  display: none;
  max-width: 420px;
  width: 100%;
  border-radius: 0.2em;
  background-color: #fff; }
  #register .nav-pills .nav-link.active, #register .nav-pills .show > .nav-link {
    background-color: #7a7a7a; }
  #register .profile {
    font-size: 2em;
    margin: 0 auto;
    text-align: center;
    margin: 0.5em 0em;
    color: #7a7a7a; }
  #register .nav-pills {
    margin-bottom: 0em !important; }

.nav-pills .nav-link {
  border-radius: 0.2em 0.2em 0em 0em; }

.tab-content h5 {
  font-size: 0.9em;
  padding-bottom: 1em; }

.tab-content > .active {
  border: 1px solid #e2e2e2;
  padding: 1em;
  border-radius: 0.2em;
  background-color: #fff; }

.navbar {
  background: -webkit-gradient(linear, left bottom, left top, from(#30302F), to(#444d56));
  background: -webkit-linear-gradient(bottom, #30302F, #444d56);
  background: -o-linear-gradient(bottom, #30302F, #444d56);
  background: linear-gradient(to top, #30302F, #444d56);
  padding: 1em 0em; }
  .navbar .navbar-nav .nav-item {
    padding: 0em 1em !important; }
    .navbar .navbar-nav .nav-item .nav-link {
      font-size: 1em;
      font-weight: 300;
      color: #fff;
      padding-right: 0rem;
      padding-left: 0rem; }
      .navbar .navbar-nav .nav-item .nav-link.register {
        background-color: #5cab31;
        border-radius: 0.5em;
        cursor: pointer;
        padding: 0.6em 1.4em;
        margin-left: 1.5em;
        font-size: 0.9em;
        font-weight: 600; }
        .navbar .navbar-nav .nav-item .nav-link.register:hover {
          background-color: #468d20;
          color: #fff; }
      .navbar .navbar-nav .nav-item .nav-link:hover {
        color: #5cab31;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }

#footer {
  padding: 4em 0em;
  background: -webkit-gradient(linear, left bottom, left top, from(#30302F), to(#444d56));
  background: -webkit-linear-gradient(bottom, #30302F, #444d56);
  background: -o-linear-gradient(bottom, #30302F, #444d56);
  background: linear-gradient(to top, #30302F, #444d56);
  background-repeat: repeat; }
  #footer img {
    max-width: 200px;
    margin-bottom: 2em; }
  #footer a {
    color: #fff;
    font-size: 0.9em; }
  #footer p {
    color: #ececec;
    font-size: 0.9em;
    font-weight: 300; }
  #footer h3 {
    color: #fff;
    margin-bottom: 1em;
    font-size: 1.2em;
    font-weight: 700; }
  #footer .email {
    background-color: #000;
    padding: 0.2em 1em;
    border-radius: 1em;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    margin-bottom: 0.4em;
    font-weight: 300;
    font-size: 0.8em; }
    #footer .email:hover {
      background-color: #5cab31;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      text-decoration: none; }
  #footer .menu-footer {
    padding-left: 0.6em;
    -webkit-column-count: 2;
    column-count: 2; }
    #footer .menu-footer li {
      list-style-type: none; }
      #footer .menu-footer li a {
        font-size: 0.9em;
        font-weight: 300;
        line-height: 1.6em;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        display: block; }
        #footer .menu-footer li a:hover {
          color: #5cab31;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
          text-decoration: none; }
  #footer .share {
    padding: 0em; }
    #footer .share li {
      list-style-type: none;
      display: inline-block;
      padding: 0em 0.5em;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      #footer .share li i {
        font-size: 2.2em; }
        #footer .share li i:hover {
          color: #5cab31;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }

#copyright {
  padding-top: 1em; }
  #copyright p {
    font-size: 0.9em;
    font-weight: 500; }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .navbar .container-fluid {
    max-width: 90% !important; } }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .navbar .container {
    width: 85%; }
  .navbar .nav-link {
    text-align: center;
    margin: 0.5em 0em;
    font-size: 1.2em !important; }
    .navbar .nav-link.register {
      width: 100% !important;
      margin-left: 0em !important; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .navbar .container {
    width: 85%; }
  #footer {
    text-align: center; }
    #footer .menu-footer {
      -webkit-column-count: 1;
      column-count: 1; }
    #footer img {
      text-align: center;
      margin: 0 auto;
      display: block; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .navbar .container {
    width: 85%; } }

#header {
  padding: 8em 0em;
  background-image: url("/assets/img/company/bg-company.jpg");
  background-position: center;
  background-size: cover;
  position: relative; }
  #header::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(#323231));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), #323231);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), #323231);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), #323231);
    z-index: 2; }
  #header .text {
    position: relative;
    z-index: 3; }
  #header h4 {
    color: #fff;
    font-size: 2.8em;
    font-weight: 700; }
  #header h6 {
    color: #fff;
    letter-spacing: 0.2em;
    font-weight: 300;
    font-size: 0.9em; }
    #header h6 span {
      font-weight: 700; }

#content {
  padding: 6em 0em; }

.blog {
  padding: 1em;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 10px #d5d5d5;
  box-shadow: 5px 5px 10px #d5d5d5; }
  .blog .image {
    height: 230px;
    background-size: cover;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat; }
  .blog .date {
    position: absolute;
    bottom: 1em;
    left: 1em;
    background-color: #fff;
    padding: 0.2em 1em;
    border-radius: 0.2em;
    font-size: 0.8em;
    text-transform: Capitalize; }
  .blog .text {
    padding: 0.5em;
    padding-bottom: 0em; }
    .blog .text h3 {
      font-size: 1.2em; }
    .blog .text p {
      font-size: 0.8em; }
  .blog .btn {
    float: right;
    font-size: 0.8em;
    background-color: #5cab31;
    border: 0em;
    border-radius: 0em; }
    .blog .btn:hover {
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-color: #368709; }

.pagination {
  margin: 2em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.blog-single .list {
  padding: 0em; }
  .blog-single .list li {
    list-style-type: none;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 0.9em; }
    .blog-single .list li .date, .blog-single .list li .views {
      margin-right: 1em;
      padding: 0.2em 1em;
      background-color: #5cab31;
      color: #fff; }

.blog-single .text p {
  font-size: 0.9em; }

.more {
  padding: 1em;
  background-color: #fff; }
  .more h3 {
    font-weight: 600; }

@media only screen and (max-width: 992px) {
  #header {
    padding: 4em 0em; }
    #header h4 {
      font-size: 2em; } }
