.find-doctor-section .form-check .form-check-label {
  font-weight: normal;
}

.doc-section-single .doc-img {
  width: 100%;
  border-radius: 10px;
}
.doc-section-single .doc-exp {
  font-size: 0.8rem;
}
.doc-section-single .qualifications p {
  margin: 0;
}
@media (max-width: 768px) {
  .doc-section-single .doc-img {
    margin-bottom: 20px;
  }
}
.doc-section-single .appointment-container {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.doc-section-single .appointment-container .arrow {
  text-align: center;
  font-size: 24px;
  padding: 5px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #555;
}
.doc-section-single .appointment-container .arrow.up-arrow, .doc-section-single .appointment-container .arrow.down-arrow {
  background-color: #f9f9f9;
}
.doc-section-single .appointment-container .days-container {
  height: 280px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.doc-section-single .appointment-container .days-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  transition: margin-top 0.3s ease;
}
.doc-section-single .appointment-container .days-container ul li {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.doc-section-single .appointment-container .days-container ul li .day-button {
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.doc-section-single .appointment-container .days-container ul li .day-button input[type=radio] {
  display: none;
}
.doc-section-single .appointment-container .days-container ul li .day-button span {
  display: block;
  width: 100%;
  padding: 8px 12px;
  border-radius: 6px;
  background-color: #f0f0f0;
  text-align: center;
  transition: background-color 0.2s;
}
.doc-section-single .appointment-container .days-container ul li .day-button input[type=radio]:checked + span {
  background-color: #007bd9;
  color: #fff;
}
.doc-section-single .appointment-container .slots-container {
  position: relative;
  margin-top: 12px;
  overflow: hidden;
}
.doc-section-single .appointment-container .slots-container .slot-scroll-wrapper {
  display: flex;
  gap: 10px;
  padding: 10px 40px;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
}
.doc-section-single .appointment-container .slots-container .slot-scroll-wrapper .slot-button input[type=radio] {
  display: none;
}
.doc-section-single .appointment-container .slots-container .slot-scroll-wrapper .slot-button span {
  padding: 10px 15px;
  border: 1px solid #007bd9;
  border-radius: 5px;
  background-color: #fff;
  color: #007bd9;
  cursor: pointer;
  white-space: nowrap;
}
.doc-section-single .appointment-container .slots-container .slot-scroll-wrapper .slot-button input[type=radio]:checked + span {
  background-color: #007bd9;
  color: #fff;
}
.doc-section-single .appointment-container .slots-container .slot-scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 2;
}
.doc-section-single .appointment-container .slots-container .slot-scroll-arrow.left-slot-arrow {
  left: 0;
  justify-content: flex-start;
}
.doc-section-single .appointment-container .slots-container .slot-scroll-arrow.right-slot-arrow {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}
.doc-section-single .appointment-card {
  border-color: #007bd9;
}
.doc-section-single .appointment-card .card-header {
  background: linear-gradient(to top, rgb(166, 216.4470046083, 255), rgb(217.7851239669, 244.479338843, 254.2148760331));
}
.doc-section-single .appointment-card .card-header .card-title {
  font-weight: bold;
  color: rgb(0, 65.1843317972, 115);
  text-transform: uppercase;
  text-align: center;
}/*# sourceMappingURL=doctor.css.map */