.html,
body {
  height: 100%;
  background-color: #c1e1dc;
}
.container-fluid {
  height: 100%;
  overflow: hidden;
}
.top-bar {
  background-color: #E5E5E5;
  height: 3.125rem;
  width: 100%;
}
.white-background {
  background-color: white;
}
.icons-panel {
  background-color: #e8d100;
}
.hotline-panel {
  background-color: #c1e1dc;
}
.tel-link {
  color: inherit;
  text-decoration: none;
}
.tel-link:hover {
  color: inherit;
  text-decoration: none;
}
