body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: sans-serif;
}

@media screen and (max-width: 992px) {
  .nocnocfront, .bubble:after, .footer-left {
    display: none !important;
  }
  .bubble {
    height: auto !important;
  }
  .footer-section {
    background-color: #0967a4 !important;
  }
}

/* FOOTER */
.footer-section {
  background-color: #209cd8;
}

.footer-end {
  background-color: #f07d08;
  width: 100%;
  height: 39px;
  position: absolute;
}

.footer-copyright {
  left: 0;
  right: 0;
  background-color: #000;
  color: #209cd8;
  height: 50px;
}

.footer-copyright a {
  color: #209cd8;
}

.footer-left {
  position: absolute;
  background-color: #0967a4;
  color: #fff;
  float: left;
  height: 700px;
  width: 45%;
  font-size: 35px;
  line-height: 35px;
  font-weight: bold;
  padding: 35px;
}

.footer-left:after {
  width: 0;
  height: 0;
  border-bottom: 700px inset transparent;
  border-left: 200px solid #0967a4;
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  z-index: 0;
}

.footer-section h2 {
  color: #fff;
}

.nocnocfront {
  background: url("../img/whibse_logo.png") no-repeat center;
  width: 193px;
  height: 600px;
  top: 50px;
  position: absolute;
}

.bubble {
  background-color: white;
  border-radius: 20px;
  font-size: 16px;
  padding: 22px;
  height: 116px;
  margin-top: 292px;
  margin-bottom: 292px;
  line-height: 1.5;
  font-family: sans-serif;
}

.bubble:after {
  width: 0;
  height: 0;
  border-top: 10px inset transparent;
  border-bottom: 10px inset transparent;
  border-left: 20px solid #fff;
  position: absolute;
  content: "";
  top: 320px;
  right: 5px;
  z-index: 0;
}
