.profile_doctor {
  padding-bottom: 40px;
}
.profile_doctor .col-5 {
  background: #fbfbfb;
  padding: 15px;
}
.profile_doctor .col-7 {
  background: #fff;
  padding: 30px;
}
.thumb200x255 {
  width: 200px;
  height: 255px;
}
.avar_doctor {
  align-items: center;
}
.btn_book_detail_doctor {
  background: #00b5a5;
  border-radius: 40px;
  display: block;
  padding: 7px 10px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
}
.btn_book_detail_doctor img {
  height: 15px;
}
.desc_detail p {
  margin-top: 10px;
}
#moreText {
  display: none;
}
.view_full_desc_doctor {
  background: url("/assets/images/news/Arr-viewmore.svg") right no-repeat;
  padding-right: 25px;
  margin-top: 20px;
  color: #aaa;
}
.list_dot li {
  list-style: disc;
  margin-left: 15px;
  margin-top: 10px;
}
.collapsible {
  background-color: #0076c0;
  color: white;
  cursor: pointer;
  padding: 15px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  position: relative;
  margin-top: 7px;
}
.collapsible::before {
  position: absolute;
  right: 20px;
  top: 18px;
  content: "";
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.collapsible.active::before {
  transform: rotate(-135deg) scale(0.75);
  top: 23px;
  padding: 6px;
  right: 18px;
}
.collapsible.active,
.collapsible:hover {
  background-color: #0076c0;
}
.content {
  padding: 15px;
  display: none;
  overflow: hidden;
}
.list_cm_detail_doctor li {
  margin-bottom: 20px;
}
.showmore_rate_doctor {
  cursor: pointer;
  font-weight: bold;
}
.list_cm_detail_doctor {
  position: relative;
  max-height: 350px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.list_cm_detail_doctor li {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.list_cm_detail_doctor:after {
  content: "";
  position: absolute;
  height: 60px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
}
.list_cm_detail_doctor.active:after {
  display: none;
}
.more_CM_rate_doctor {
  background: url("/assets/images/news/Arr-viewmore.svg") right no-repeat;
  padding-right: 30px;
  color: #999;
  cursor: pointer;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .profile_doctor .col-5 {
    width: 100%;
  }
  .profile_doctor .col-7 {
    width: 100%;
    padding: 15px;
  }
}
