* {
  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 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 .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%; } }

.btn-green {
  background-color: #5cab31;
  width: 100%;
  color: #fff !important;
  padding: 0.9em;
  border-radius: 0.5em;
  font-weight: 700; }
  .btn-green:hover {
    background-color: #447d25; }

.btn-green-pay {
  background-color: #5cab31;
  width: 90%;
  color: #fff !important;
  padding: 0.5em 0em;
  font-size: 1.1em;
  display: block;
  margin: 0 auto;
  border-radius: 0em;
  font-weight: 500;
  margin-bottom: 0.8em; }
  .btn-green-pay:hover {
    background-color: #447d25; }

#intro {
  background-image: url("/assets/img/work/bg-intro.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 5em;
  padding-bottom: 1em;
  position: relative; }
  #intro .text {
    margin-bottom: 10em; }
    #intro .text .subtitle {
      font-weight: 300;
      color: #fff;
      font-size: 1.3em; }
    #intro .text .title {
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      font-size: 1.9em; }
    #intro .text .description {
      max-width: 550px;
      margin: 0 auto;
      font-weight: 300;
      font-size: 0.8em;
      color: #fff; }
  #intro .image {
    position: absolute;
    margin-top: -6em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    #intro .image img {
      max-width: 620px; }

#characteristics {
  padding-top: 6em; }
  #characteristics .title {
    max-width: 500px;
    text-align: center;
    margin: 0 auto; }
    #characteristics .title span {
      color: #5cab31; }
  #characteristics #software {
    margin: 4em auto; }
    #characteristics #software .text {
      margin: 2em 0em; }
      #characteristics #software .text i {
        margin: 0 auto;
        display: block;
        text-align: center;
        color: #a2a2a2;
        margin-bottom: 0.3em; }
      #characteristics #software .text h4 {
        text-align: center; }
      #characteristics #software .text p {
        text-align: center;
        font-weight: 300;
        font-size: 0.9em;
        max-width: 300px;
        margin: 0 auto; }

#alert {
  padding-bottom: 3.5em;
  padding-top: 5em;
  background-image: url("/assets/img/work/bg-alert.jpg");
  background-position: center;
  background-size: cover;
  position: relative; }
  #alert::before {
    content: '';
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, from(#313130), to(rgba(49, 49, 49, 0.6)));
    background: -webkit-linear-gradient(bottom, #313130, rgba(49, 49, 49, 0.6));
    background: -o-linear-gradient(bottom, #313130, rgba(49, 49, 49, 0.6));
    background: linear-gradient(to top, #313130, rgba(49, 49, 49, 0.6));
    width: 100%;
    top: 0;
    height: 100%; }
  #alert h4 {
    color: #fff;
    font-weight: 600;
    font-size: 1.5em; }
  #alert p {
    color: #fff;
    font-weight: 400;
    font-size: 0.9em; }

#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 .work {
    margin-bottom: 2em;
    text-align: center; }
    #clients .work 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 .work h2 {
      font-weight: 600;
      font-size: 1.4em;
      margin-bottom: 0.2em; }
    #clients .work h3 {
      font-size: 0.9em;
      font-weight: 400; }
  #clients .image {
    display: block;
    text-align: center; }

.owl-carousel .owl-nav button.owl-next, .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; }

#pay {
  padding-top: 3em;
  padding-bottom: 6em;
  background-color: #ececec; }
  #pay .title-section {
    text-align: center;
    margin: 0 auto;
    max-width: 450px;
    font-size: 1.6em;
    padding: 1.8em 0em; }
    #pay .title-section span {
      font-weight: 700; }
  #pay .table {
    border: 1px solid #5cab31;
    background-color: #fff;
    padding: 0.2em;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    #pay .table:hover {
      -webkit-box-shadow: 0px 13px 30px -18px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 13px 30px -18px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 13px 30px -18px rgba(0, 0, 0, 0.75);
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    #pay .table .title {
      background-color: #5cab31;
      text-align: center;
      padding: 0.8em 0em;
      color: #fff;
      font-weight: 600; }
    #pay .table .price {
      padding-top: 0.8em;
      text-align: center;
      font-size: 2.4em;
      font-weight: 600; }
      #pay .table .price span {
        font-weight: 300;
        font-size: 0.7em; }
    #pay .table .free {
      text-align: center;
      padding-bottom: 2.5em;
      font-weight: 300; }
    #pay .table .description {
      padding: 0em 2em; }
    #pay .table ul {
      border-bottom: 1px solid #ececec;
      border-top: 1px solid #ececec;
      padding-top: 1em;
      padding-bottom: 1em; }
    #pay .table li {
      list-style-type: none;
      padding: 0.3em 0em; }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  #clients {
    padding: 3em 0em; }
    #clients .work {
      margin-bottom: 0em; }
  #intro {
    padding: 3.5em 0em; }
    #intro .text {
      margin-bottom: 1em; }
      #intro .text .title {
        line-height: 1em;
        margin-bottom: 2em; }
    #intro .image {
      position: relative;
      top: inherit;
      left: inherit;
      -webkit-transform: inherit;
      -ms-transform: inherit;
      transform: inherit;
      margin-top: inherit; }
      #intro .image img {
        max-width: 100%; }
  #characteristics {
    padding: 3em 0em; }
    #characteristics #software {
      margin: 0em; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  #alert .btn-green {
    margin-top: 1em; } }

/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */

/*Previous image*/
.far{
  align-self: center;
  width: 100%;
  text-align: center;
  font-size: 4em;
  color: #5cab31;
}
.far:hover{
  border: none;
}
.embed-responsive{
  display: flex;
  height: 250px;
  background-image: url('/files/blog/default.png');
  background-repeat: round;
  background-size: cover;
}
a:hover {
  text-decoration: none;
}
.video-cover{
  display: flex;
  width: -webkit-fill-available;
}
