/*------------------------------------------*/
/*  DOCTOR PROFILE
/*------------------------------------------*/

#doctor-breadcrumbs {
  background-image: url(../../../images/breadcrumb/breadcrumb-bg.webp);
  padding-top: 130px;
  padding-bottom: 60px;
  background-position: top left;
}

#doctor-breadcrumbs .doctor-data {
  padding-left: 45px;
}

#doctor-1-details {
  padding-bottom: 70px;
}

#doctor-1-details .doctor-bio {
  padding-top: 60px;
  padding-left: 45px;
}

.doctor-title,
.doctor-sub-title {
  color: var(--white-color);
}

/*------------------------------------------*/
/*  DOCTOR PROFILE TYPOGRAPHY
  /*------------------------------------------*/

.doctor-bio h2 {
  letter-spacing: -0.5px;
  margin-bottom: 5px;
}

.doctor-bio h5.h5-lg {
  font-weight: 400;
  margin-bottom: 30px;
}

.doctor-bio h5.h5-md {
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

/*------------------------------------------*/
/*  DOCTOR PHOTO
  /*------------------------------------------*/

#doctor-1-details .doctor-photo {
  margin-top: -220px;
  position: relative;
  z-index: 3;
}

/*------------------------------------------*/
/*  Doctor Contacts
  /*------------------------------------------*/

.doctor-contacts {
  margin-top: 30px;
  margin-bottom: 35px;
}

.doctor-contacts h4 {
  font-weight: 400;
  margin-bottom: 10px;
}

.doctor-contacts h4 i {
  margin-right: 10px;
}

.doctor-photo .btn {
  margin: 0 10px 15px;
}

/*------------------------------------------*/
/*  CERTIFICATES
  /*------------------------------------------*/

.certificates {
  margin-top: 30px;
}

.certificate-image {
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*   BOX LIST
/*------------------------------------------*/

.box-list-icon {
  font-size: 0.75rem;
  line-height: 1.5rem;
  float: left;
  margin-right: 7px;
}

.box-list p {
  overflow: hidden;
  margin-bottom: 8px;
}

.doctor-appointment-btn {
  all: unset;
  border: 0.5px solid #00000080;
  border-color: black;
  border-radius: 20px;
  padding: 10px 20px;
  transition: scale 0.3s ease;
  cursor: pointer;
}

.doctor-appointment-btn:hover {
  color: inherit;
  text-decoration: none;
}

.custom-table {
  border: 0.5px solid #00000021;
  background-color: white;
}
