.cta-make-appointment a:only-child {
  white-space: break-spaces !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  width: 100% !important;
  margin-bottom: 0.5rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 1rem 1.85rem;
}
.cta-make-appointment a:only-child:hover .app-btn-img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(100%) saturate(1659%) hue-rotate(354deg) brightness(90%) contrast(73%);
  transition: all 0.12s linear;
}
.cta-make-appointment a:only-child .app-btn-img {
  height: 30px;
  margin-right: 1rem;
}
.cta-make-appointment a:only-child .appt-btn-text {
  max-width: 170px;
  font-size: clamp(0.85rem, 1vw, 0.9rem);
}

.glen-ui-ux-revamp .doctor-details .doctor-detail-image {
  box-shadow: 2px 6px 10px 0px rgba(175, 175, 175, 0.6196078431), -2px -6px 10px 0px #ffffff !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

.glen-ui-ux-revamp .doctor-details .doctor-detail-image {
  width: 85%;
}

@media screen and (max-width: 767px) {
  .glen-ui-ux-revamp .doctor-details .doctor-detail-image {
    width: 80%;
  }
}
.glen-ui-ux-revamp .doctor-details .col-md-4 h1 {
  font-size: 1.65rem;
}

.table-clinic-hours {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .glen-ui-ux-revamp .doctor-details .col-md-4 h1 {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .doctor-side-card {
    position: sticky;
    top: 4rem;
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 1.25rem;
    background-color: rgba(0, 0, 0, 0.0196078431);
    box-shadow: 1px 2px 8px 2px rgba(0, 0, 0, 0.0705882353);
  }
}
.doctor-right-details a {
  color: #707070;
}

.doctor-right-details tbody tr > td:first-child {
  padding-left: 1rem;
}

.doctor-right-details table thead th,
.doctor-right-details table tbody {
  font-size: 0.9rem;
}
.doctor-right-details table thead th {
  padding-top: 0.75rem;
}

.status-label {
  display: flex;
  justify-content: center;
}

.doctor-details-related-doctor {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .doctor-right-details,
  .doctor-details .doctor-details-related-doctor {
    border: 1px solid #ececec;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.0196078431) !important;
    box-shadow: 1px 2px 8px 2px rgba(0, 0, 0, 0.0705882353);
  }
  .doctor-right-details {
    padding: 2rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .glen-ui-ux-revamp .doctor-details .doctor-details-related-doctor .doc-grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .glen-ui-ux-revamp .doctor-details .doctor-details-related-doctor {
    background: white !important;
  }
  .glen-ui-ux-revamp .doc-item {
    background-color: rgba(0, 0, 0, 0.035) !important;
  }
  .doctor-right-details {
    padding: 0 1rem;
  }
}
.glen-ui-ux-revamp .doctor-details .doc-details .details-header {
  font-weight: 600;
  color: #00a3a8;
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.glen-ui-ux-revamp .doc-item .doc-location {
  width: 95%;
}

.glen-ui-ux-revamp .doc-item .doc-name a {
  min-height: 3rem;
}

.doctor-details .doctor-details-related-doctor {
  background-color: rgba(0, 0, 0, 0.0196078431) !important;
}

.doctor-details-related-doctor h1 {
  font-size: 1.75rem !important;
  text-transform: capitalize !important;
}

.doctor-details-related-doctor .doc-item {
  border: 1px solid rgba(0, 0, 0, 0.0705882353);
}

.glen-ui-ux-revamp .doc-item .doc-name a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ehealth-cta-button {
  width: 100%;
  margin-bottom: 0.25rem;
}

#recomendedDoc {
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=doctordetails 2.css.map */