.breadcrumb {
  margin-bottom: 0px;
}

.expert {
  background: white;
  min-height: 250px;
  padding: 15px;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding-right: 15px;
}
.expert .info-box {
  background: #dadada;
  padding-top: 25px;
  border: 4px solid #cfcfcf;
  box-sizing: border-box;
}
.expert .pr-0 {
  padding-right: 0;
}
.expert .ml-15 {
  margin-left: 15px;
}
.expert .ai-image {
  display: block;
  width: 100%;
  margin: 0 0 1rem;
  border: 4px solid #cfcfcf;
  box-sizing: border-box;
  position: relative;
  height: auto;
  max-height: 800px;
}
.expert .rating {
  text-align: center;
}
.expert .rating h4 {
  font-size: 16px;
  font-weight: 600;
}
.expert .rating .rating-symbol {
  font-size: 18px;
}
.expert .rating .rating-symbol .glyphicon-star {
  color: orange;
}
.expert .diagnostic h4 {
  font-size: 18px;
  font-weight: 600;
}
.expert .diagnostic .not_yet {
  text-align: center;
}

#expert_assessment .modal-header .close {
  margin-top: -26px;
}
#expert_assessment .modal-title {
  font-weight: 600;
  font-size: 16px;
}
