* {
  font-family: 'Open Sans', sans-serif; }

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-height: 100px;
    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 {
    padding: 0.2em .5em;
    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%; } }

.flags-toggle {
  background-color: #272727;
  border-radius: 4em;
  padding: 0.5em 0.5em; }
  .flags-toggle .dropdown-toggle {
    font-size: 0.8em !important; }
  .flags-toggle .dropdown-item {
    font-size: 0.8em !important; }
  .flags-toggle .flags {
    max-width: 30px; }

#slider .home .item {
  height: 670px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat; }
  #slider .home .item::before {
    content: '';
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 48, 49, 0.5)), to(#313130));
    background: -webkit-linear-gradient(top, rgba(48, 48, 49, 0.5), #313130);
    background: -o-linear-gradient(top, rgba(48, 48, 49, 0.5), #313130);
    background: linear-gradient(to bottom, rgba(48, 48, 49, 0.5), #313130);
    width: 100%;
    height: 100%;
    z-index: 1; }
  #slider .home .item .text {
    z-index: 2;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    #slider .home .item .text .title {
      color: #fff;
      font-weight: 700;
      text-transform: uppercase; }
    #slider .home .item .text .subtitle {
      color: #fff;
      font-size: 1.3em; }
    #slider .home .item .text .description {
      padding: 1em 0em;
      font-weight: 400;
      color: #fff; }

#slider .home .btn-home {
  padding: 0.7em 1.2em;
  background-color: #5cab31;
  color: #fff;
  font-size: 1em; }
  #slider .home .btn-home:hover {
    background-color: #427c22;
    cursor: pointer; }

#slider .owl-dots {
  z-index: 9999;
  position: absolute;
  left: 50%;
  bottom: 5%; }

#news {
  margin: 4em 0em 5em 0em; }
  #news .title {
    margin-bottom: 1em; }

.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; }

#video-intro {
  background-color: #dbdbdb;
  padding: 2.5em 0em; }

#info-home {
  padding: 4em 0em 5em 0em;
  background-color: #fff; }
  #info-home h2 {
    margin-bottom: 1.5em; }
  #info-home .info-box {
    border: 1px solid #ececec;
    padding: 2.5em 1em;
    background-color: #fcfcfc;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #info-home .info-box:hover {
      -webkit-box-shadow: 0em 1em 1em #ececec;
      box-shadow: 0em 1em 1em #ececec;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      color: #5cab31; }
    #info-home .info-box i {
      margin-bottom: 0.3em; }
    #info-home .info-box h4 {
      font-size: 1.1em; }

#clients {
  padding: 9em 0em; }
  #clients .title {
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
    font-weight: 500;
    margin-bottom: 1.4em; }
    #clients .title span {
      font-weight: 700;
      color: #5cab31; }
  #clients .owl-clients {
    margin-bottom: 2em;
    text-align: center; }
    #clients .owl-clients p {
      font-size: 1.1em;
      font-weight: 300;
      font-style: italic;
      max-width: 750px;
      line-height: 1.6em;
      margin: 0 auto;
      margin-bottom: 1.5em; }
    #clients .owl-clients h2 {
      font-weight: 600;
      font-size: 1.4em;
      margin-bottom: 0.2em; }
    #clients .owl-clients h3 {
      font-size: 0.9em;
      font-weight: 400; }
  #clients .image {
    display: block;
    text-align: center; }

#slider2.owl-carousel .owl-nav button.owl-next, #slider2.owl-carousel .owl-nav button.owl-prev {
  font-size: 2em !important;
  padding: 0em 0.6em !important;
  margin: 0em 0.1em;
  margin-top: 0.5em;
  display: inline-block;
  background-color: #5cab31;
  border-radius: 1em;
  color: #fff;
  margin-top: 1.5em; }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .navbar .container-fluid {
    max-width: 90% !important; }
  .navbar .navbar-nav .nav-item .nav-link.register {
    margin: 1em 0em !important; }
  .flags-toggle {
    background-color: transparent; }
  .navbar-nav li {
    text-align: center; }
  #clients .clients h3 {
    font-size: 1.8em; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .info-box {
    margin-bottom: 1.4em; }
  .navbar > .container-fluid {
    max-width: 90%; } }

/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  #info-home {
    padding: 1em 0em;
  }
  .carousel-caption h2 {
    font-size: small;
  }
  .carousel-caption a{
    font-size: small;
    padding: 3px!important;
  }
}

/* Custom, iPhone Retina */

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

@media (min-width: 992px){
  .container {
    max-width: 95% !important;
  }
}