.img-fluid-logo {
  max-width: 320px;
  max-height: 100px;
}

.date-of-event {
  background-color: rgba(255, 255, 255, 0.55);
  padding: 5px 10px;
  display: table;
  border-radius: 22px;
  color: #222328;
  font-weight: 500;
  text-shadow: #fff 1px 0 10px;
  margin-top: 20px;
}

.banner-background h1 {
  text-shadow: #000 1px 0 10px;
  border-radius: 4px;
  color: #fff;
}
.banner-background .preview {
  background-color: rgba(255, 255, 255, 0.55);
  padding: 5px 10px;
  display: table;
  border-radius: 22px;
  color: #222328;
  font-weight: 500;
  text-shadow: #fff 1px 0 10px;
}

small.re-small-disclamer {
  padding-top: 20px;
}

.doctors-list__wrap {
  padding: 0 20px;
}
.each__doctor .name {
  line-height: 1;
  display: table;
}
.each__doctor .preview {
  font-size: 12px;
  padding-top: 10px;
}

.doctors-list__wrap .each__doctor {
  margin-bottom: 0;
  height: 100%;
}

.event-section-programm {
  background: #f1f6fe;
  padding: 20px;
  border-radius: 8px;
  /*    box-shadow: 0px 9px 25px rgba(4,35,69,0.07), 0px 3.75998px 9.75464px rgba(4,35,69,0.0487463), 0px 2.01027px 4.50154px rgba(4,35,69,0.0332697), 0px 1.12694px 2.00555px rgba(4,35,69,0.0209002), 0px 0.59851px 0.74179px rgba(4,35,69,0.0111718), 0px 0.24905px 0.15918px rgba(4,35,69,0.0041028);*/
}
.line-planner {
}
.line-planner .time span {
  /*  background-color: #fd8327;*/
  display: table;
  padding: 8px;
  border-radius: 5px 0 0 5px;
  float: right;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 15px;
}

/*
.line-planner .time span:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fd8327;
  top: 0;
  right: 10px;
  position: absolute;
}
*/

.line-planner .desc span {
  /*  background-color: rgba(253, 131, 39, 0.15);*/
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 0 5px 5px 0;
  display: block;
  height: 100%;
}

.breadcrump__wrap {
  z-index: 11;
  position: relative;
}
