﻿/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 03 2024 | 05:22:22 */
/** Profile **/
.doctor-list {
  display: flex;
  flex-wrap: wrap;
    list-style: none;
  margin: 0;
}

.doctor-item {
  width: calc(100% / 3 - 20px);
  align-content: center;
  border-radius: 16px;
  box-shadow: 0px 4px 10px 0px rgba(129, 129, 129, 0.5);
  margin: 10px;
  padding: 10px 0px;
}

@media screen and (max-width: 768px) {
  .doctor-item {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px){
    .doctor-item {
      width: calc(100% / 2 - 20px);
    }
  }

.doctor-item-image {
  display: block!important;
  margin-left: auto!important;
  margin-right: auto!important;
  width: 150px!important;
  height: 150px!important;
  object-fit: cover!important;
  object-position: top!important;
  border: 5px solid rgb(236, 236, 236)!important;
  box-shadow: 0px 4px 10px 0px rgba(129, 129, 129, 0.5)!important;
  border-radius: 50%!important;
  margin-bottom: 15px!important;
}

.doctor-item-title {
  font-weight: 600;
  font-size: 16px!important;
  text-align: center;
  margin: 10px 0px;
  color: #00603e;
}

.doctor-dept {
  text-align: center;
  font-size: 14px!important;
  color: black;
  height: 65px;
}

.doctor-botton {
  display: block;
  width: calc(100% - 20px);
  text-align: center;
  margin: 20px 10px;
  padding: 10px;
  background-color: #00603e;
  border-radius: 5px;
}

.doctor-botton:link {
  color: white;
}

.doctor-botton:hover {
  background: #079462;
  color: white;
}


.doctor-botton:visited {
  color: white;
}

.doctor-botton > a {
  color: white!important;
}

.doctor-story-botton {
  display: block;
  width: calc(100% - 20px);
  text-align: center;
  margin: 20px 10px;
  padding: 10px;
  background-color: #c8a373;
  border-radius: 5px;
}

.doctor-story-botton:link {
  color: white;
}

.doctor-story-botton:hover {
  background: #d26708;
  color: white;
}


.doctor-story-botton:visited {
  color: white;
}

.doctor-story-botton > a {
  color: white!important;
}

/* Modal */
