
header {
    box-shadow: none;
}
.header-custom {
    box-sizing: content-box;
    box-shadow: 0 1px 5px #e3e3e3 !important;
    z-index: 999;
    position: relative;
}

.ef-container.ef-container-signin:before {
    background: #fff;
}

/*********** OVERRIDE CSS breadcrumb *********/

.breadcrumb {
  padding: 8px 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  border-radius: 0;
}

.breadcrumb > li + li::before {
  padding: 0;
  color: #ccc;
  content: "";
}

.breadcrumb-container .breadcrumb .breadcrumb-item a {
  color: #06c;
  font-weight: 600;
  text-decoration: underline;
}
.breadcrumb-container .breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
}
.breadcrumb-container .breadcrumb .breadcrumb-item.active {
  color: #1a1a1a;
}