.block-header {
  margin-bottom: 150px;
}
.block-header .header-top {
  height: 1070px;
}
.block-header .header-top:not(.no-image) {
  margin: 0 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-header .header-top.no-image {
  background-color: #3B66AB;
  height: 500px;
  background-image: url(../img/menu-bg-top.png);
  background-repeat: no-repeat;
  background-position: top -60px right;
  position: relative;
  overflow: hidden;
}
.block-header .header-top.no-image:before {
  content: '';
  position: absolute;
  bottom: -110px;
  left: -20px;
  width: 484px;
  height: 237px;
  background-image: url(../img/menu-bg-bottom.png);
  background-repeat: no-repeat;
  transform: scale(-1, 1);
}
.block-header .header-top .searchbar {
  display: flex;
}
.block-header .header-top .searchbar .expertises h5 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 20px;
}
.block-header .header-top .searchbar .expertises .button {
  margin-bottom: 8px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 7px 10px;
  font-size: 14px;
  min-height: 37px;
}
.block-header .header-top .searchbar .search-expertise {
  margin-top: 70px;
  background-color: #fff;
  box-shadow: -3px 27px 26px 4px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 40px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  flex: 1;
}
.block-header .header-top .searchbar .search-expertise h1 {
  margin-bottom: 40px;
}
.block-header .header-top .searchbar .search-expertise form {
  position: relative;
  margin-bottom: 40px;
}
.block-header .header-top .searchbar .search-expertise form input[type=text] {
  height: 60px;
  border: 1px solid #3B66AB;
  border-radius: 3px;
  display: block;
  width: 100%;
  padding: 0 60px 0 20px;
  background-image: none !important;
}
.block-header .header-top .searchbar .search-expertise form input[type=submit] {
  height: 40px;
  width: 40px;
  background-image: url('../img/icons/submit-search.png');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
  font-size: 0;
}
.block-header .header-top .searchbar .search-expertise form .ajax-progress {
  background-color: #FFF;
  display: block;
  border: 1px solid #ddd;
  border-top: none;
  position: absolute;
  z-index: 4;
  padding: 20px;
  width: 100%;
}
.block-header .header-top .searchbar .search-expertise form .results {
  position: absolute;
  margin-top: -1em;
  padding: 0 20px;
  z-index: 3;
  width: 100%;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 3px 3px;
  background-color: #FFFFFF;
  box-shadow: 0 22px 94px 0 rgba(0, 0, 0, 0.07);
  overflow: auto;
}
.block-header .header-top .searchbar .search-expertise form .results .result {
  margin: 20px 0;
}
.block-header .header-top .searchbar .search-expertise form .results .result a {
  color: #454545;
  font-size: 18px;
  line-height: 22px;
}
.block-header .header-top .searchbar .search-expertise form .results .result a span {
  color: #00ACDD;
  font-size: 12px;
  line-height: 14px;
}
.block-header .header-top .searchbar .search-sidebar {
  position: relative;
  margin-top: 70px;
  background-color: #E2EEF7;
  flex: 1;
  max-width: 35%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.block-header .header-top .searchbar .search-sidebar .logos {
  padding-top: 120px;
}
.block-header .header-top .searchbar .search-sidebar .logos .logo {
  text-align: center;
  padding: 40px 10px;
}
.block-header .header-top .searchbar .search-sidebar .logos .logo img {
  margin: auto;
}
.block-header .header-top .sidebar-hospital-overview {
  padding-left: 0;
  padding-right: 0;
}
.block-header .header-top .header-body {
  padding-top: 50px;
}
.block-header .header-top .header-body .sub-title {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}
.block-header .header-top .header-body h1 {
  color: #fff;
  margin-bottom: 20px;
}
.block-header .header-top .header-body .expertises h5 {
  color: #fff;
}
.block-header .header-facts {
  background-color: #3B66AB;
  margin-top: 250px;
  padding: 30px 20px 30px 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 40px;
}
.block-header .header-facts.no-image {
  background-color: #fff;
  margin-top: -50px;
  box-shadow: 0 22px 94px 0 rgba(0, 0, 0, 0.07);
}
.block-header .header-facts.no-image .facts-wrapper .fact p {
  color: #666666;
}
.block-header .header-facts.no-image:before {
  background-color: #fff;
}
.block-header .header-facts:before {
  content: '';
  position: absolute;
  top: -28px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #3B66AB;
  border-radius: 100%;
}
.block-header .header-facts .facts-wrapper {
  overflow: hidden;
}
.block-header .header-facts .facts-wrapper .fact {
  width: 25%;
  float: left;
  color: #fff;
  text-align: center;
  padding: 0 30px;
}
.block-header .header-facts .facts-wrapper .fact .icon {
  height: 75px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
}
.block-header .header-facts .facts-wrapper .fact p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
  overflow: hidden;
}
.block-header .header-facts .facts-wrapper .fact .count {
  margin-top: 25px;
  color: #00ACDD;
  font-size: 36px;
  line-height: 47px;
  font-weight: 500;
}
@media screen and (max-width: 1308px) {
  .block-header .header-facts {
    margin-top: 170px;
  }
}
@media screen and (max-width: 1200px) {
  .block-header .header-facts {
    margin-top: 300px;
  }
}
@media screen and (max-width: 1171px) {
  .block-header .header-facts {
    margin-top: 250px;
  }
}
@media screen and (max-width: 991px) {
  .block-header {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .block-header .header-top .searchbar .search-sidebar {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
  }
  .block-header .header-top .searchbar .search-sidebar .logos {
    padding: 20px 0;
  }
  .block-header .header-top .searchbar .search-sidebar .logos .logo img {
    transform: scale(1.3);
  }
  .block-header .header-top.no-image {
    height: unset;
    padding: 50px 20px;
    margin-bottom: 80px;
  }
  .block-header .header-top.no-image:before {
    display: none;
  }
  .block-header .header-top:not(.no-image) {
    margin-left: 0;
    margin-right: 0;
    height: 690px;
    padding-top: 180px;
    background-size: cover;
    margin-bottom: 450px;
  }
  .block-header .header-top:not(.no-image) .search-expertise {
    margin-top: 0;
    padding: 15px 15px 30px;
    height: unset;
    overflow: hidden;
    box-shadow: unset;
    width: 100%;
    float: none;
    border-radius: 0;
  }
  .block-header .header-top:not(.no-image) .search-expertise h1 {
    margin-bottom: 30px;
  }
  .block-header .header-top:not(.no-image) .search-expertise form {
    margin-bottom: 20px;
  }
  .block-header .header-top:not(.no-image) .search-expertise form .results {
    max-height: 265px;
  }
  .block-header .header-top:not(.no-image) .search-expertise .expertises h5 {
    text-transform: uppercase;
    color: #3D4146;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .block-header .header-facts {
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
  .block-header .header-facts .facts-wrapper .fact {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .block-header .header-facts .facts-wrapper .fact .icon {
    height: 50px;
    background-size: auto 100%;
  }
  .block-header .header-facts .facts-wrapper .fact p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .block-header .header-facts .facts-wrapper .fact .count {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .block-header .header-top .searchbar {
    display: block;
    margin: 0 -20px;
  }
  .block-header .header-top .searchbar .search-sidebar {
    border-radius: 0;
    margin-top: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 511px) {
  .block-header .header-top:not(.no-image) {
    min-height: 800px;
    margin-bottom: 320px;
  }
}
@media screen and (max-width: 472px) {
  .block-header .header-top:not(.no-image) {
    margin-bottom: 350px;
  }
}
@media screen and (max-width: 426px) {
  .block-header .header-top:not(.no-image) {
    margin-bottom: 400px;
  }
}
@media screen and (max-width: 420px) {
  .block-header .header-top:not(.no-image) {
    margin-bottom: 480px;
  }
}
