.schedule_an_appointment_main {
  padding: 80px 0;
}
.table_main{
  margin-top:24px;
  padding:8px 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling:touch;
}
.schedule_an_appointment_main .section-heading{
  text-align:center;
  padding:0 20px;
}
.table_main::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0;
}
.table_main::-webkit-scrollbar {
  height: 5px;
}
.table_main::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom,rgb(0 0 0) 0%,rgb(0 0 0) 100%);
  border-radius: 0;
}
/* .table_main::-webkit-scrollbar-thumb,
.table_main::-webkit-scrollbar-track {
opacity: 0;
visibility: hidden;
} */
.schedule_an_appointment_main .section-heading span+h1,
.schedule_an_appointment_main .section-heading span+h2,
.schedule_an_appointment_main .section-heading span+h3,
.schedule_an_appointment_main .section-heading span+h4,
.schedule_an_appointment_main .section-heading span+h5,
.schedule_an_appointment_main .section-heading span+h6{
  margin-top:14px;
}
.schedule_an_appointment_secion table{
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;

}
.schedule_an_appointment_secion thead tr.thead_tr th.thead_th {
  min-width: 200px;

}
.schedule_an_appointment_secion .table td, 
.schedule_an_appointment_secion .table th {
  vertical-align: middle;
  border-color: #f2f4f6;
}

.person-details {
  display: flex;
  align-items: center;
  margin-bottom:16px;
}
.person-img img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: 0 0 3px rgb(52 58 64 / 15%);
  border: 1px solid #e9ecef;
}

.person-desc {
  margin-left:16px;
}
.person-desc h6, 
.person-desc p {
  margin: 0;
  line-height: 1.5;
}
.schedule_an_appointment_main .section-heading span,
.persons-timings {
  text-align: center;
  padding: 4px 8px;
  background-color: rgb(255 52 148 / 13%);
  border-width: 1px;
  border-style: solid;
  border-radius: 5px
}