/*--------------------------------------------------------------
# departments
--------------------------------------------------------------*/
#departments .align-items-stretch {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#departments .align-items-stretch .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0rem 2rem;
  border-radius: 15px;
  max-width: 100%;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}

#departments .align-items-stretch .card .img {
  min-width: 25%;
}

#departments .align-items-stretch .card .img img {
  width: 100%;
  -webkit-box-shadow: 0px 0px 15px -5px #b5b5b5;
          box-shadow: 0px 0px 15px -5px #b5b5b5;
  border-radius: 10px;
}

#departments .align-items-stretch .card .img a {
  margin-top: 10px;
  width: 100%;
  padding: .5rem 1rem;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  color: #FFF;
  background-color: #277BC0;
  position: relative;
  z-index: 9;
  display: block;
  text-align: center;
}

#departments .align-items-stretch .card .img a:hover {
  background-color: #1d6aa9;
}

#departments .align-items-stretch .card .infos {
  min-width: 75%;
  margin-left: 1.5rem;
}

#departments .align-items-stretch .card .infos .name {
  margin-bottom: 1rem;
}

#departments .align-items-stretch .card .infos .name h2 {
  font-size: 30px;
  line-height: 30px;
  color: #000000;
}

#departments .align-items-stretch .card .infos .name h4 {
  font-size: 16px;
  color: #333;
  margin-bottom: 25px;
  font-weight: 400;
}

#departments .align-items-stretch .card .infos .name h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}

#departments .align-items-stretch .card .infos hr {
  border-top: 1px solid #646464;
  margin: 20px 0 30px;
}

#departments .align-items-stretch .card .infos .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 25px;
}

#departments .align-items-stretch .card .infos .stats li {
  padding-right: 25px;
}

#departments .align-items-stretch .card .infos .stats li h3 {
  font-size: 14px;
  font-weight: 600;
  color: #277BC0;
}

#departments .align-items-stretch .card .infos .stats li h4 {
  font-size: 14px;
}

#departments .align-items-stretch .card .infos .text h2 {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

#departments .align-items-stretch .card .infos .text p {
  font-size: 16px;
  color: #000000;
}

#departments .align-items-stretch .card .links button {
  min-width: 120px;
  padding: .5rem 1rem;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  color: #FFF;
  background-color: #277BC0;
  position: relative;
  z-index: 9;
}

#departments .align-items-stretch .card .links button:hover {
  background-color: #1d6aa9;
}

@media (min-width: 992px) and (max-width: 1200px) {
  #departments .align-items-stretch .card {
    padding: 2rem;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #departments .align-items-stretch .card .img {
    min-width: 250px;
  }
  #departments .align-items-stretch .card .infos {
    margin-left: 1.5rem;
  }
  #departments .align-items-stretch .card .infos .name {
    margin-bottom: 1rem;
  }
  #departments .align-items-stretch .card .infos .name h2 {
    font-size: 28px;
    line-height: 30px;
  }
  #departments .align-items-stretch .card .infos .name h4 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #departments .align-items-stretch .card .infos .name h3 {
    font-size: 18px;
  }
  #departments .align-items-stretch .card .infos hr {
    margin: 20px 0 30px;
  }
  #departments .align-items-stretch .card .infos .stats {
    margin-bottom: 25px;
  }
  #departments .align-items-stretch .card .infos .stats li {
    padding-right: 25px;
  }
  #departments .align-items-stretch .card .infos .stats li h3 {
    font-size: 14px;
  }
  #departments .align-items-stretch .card .infos .stats li h4 {
    font-size: 14px;
  }
  #departments .align-items-stretch .card .infos .text h2 {
    font-size: 20px;
    line-height: 30px;
  }
  #departments .align-items-stretch .card .infos .text p {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  #departments .align-items-stretch .card {
    padding: 2rem;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #departments .align-items-stretch .card .img {
    min-width: 250px;
  }
  #departments .align-items-stretch .card .infos {
    margin-left: 1.5rem;
  }
  #departments .align-items-stretch .card .infos .name {
    margin-bottom: 1rem;
  }
  #departments .align-items-stretch .card .infos .name h2 {
    font-size: 28px;
    line-height: 30px;
  }
  #departments .align-items-stretch .card .infos .name h4 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #departments .align-items-stretch .card .infos .name h3 {
    font-size: 18px;
  }
  #departments .align-items-stretch .card .infos hr {
    margin: 20px 0 30px;
  }
  #departments .align-items-stretch .card .infos .stats {
    margin-bottom: 25px;
  }
  #departments .align-items-stretch .card .infos .stats li {
    padding-right: 25px;
  }
  #departments .align-items-stretch .card .infos .stats li h3 {
    font-size: 14px;
  }
  #departments .align-items-stretch .card .infos .stats li h4 {
    font-size: 14px;
  }
  #departments .align-items-stretch .card .infos .text h2 {
    font-size: 20px;
    line-height: 30px;
  }
  #departments .align-items-stretch .card .infos .text p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  section {
    padding: 60px 0 60px;
  }
  #departments .align-items-stretch .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 2rem;
  }
  #departments .align-items-stretch .card .img {
    min-width: 300px;
    margin-bottom: 30px;
  }
  #departments .align-items-stretch .card .infos {
    margin-left: 0rem;
  }
}

@media (max-width: 500px) {
  #departments .align-items-stretch .card .img {
    min-width: 250px;
  }
  #departments .align-items-stretch .card .infos .name {
    margin-bottom: 1rem;
  }
  #departments .align-items-stretch .card .infos .name h2 {
    font-size: 22px;
  }
  #departments .align-items-stretch .card .infos .name h4 {
    font-size: 16px;
  }
  #departments .align-items-stretch .card .infos .name h3 {
    font-size: 16px;
  }
  #departments .align-items-stretch .card .infos .stats {
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #departments .align-items-stretch .card .infos .stats li {
    padding-right: 0px;
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=doctor-details.css.map */