#hs_cos_wrapper_Navbar_with_Menu {
 display:none;
}
#openModalButton {
  position: fixed;
  bottom: 10px;
  right: 20px;
  border-radius: 10%;
  background-color: #6a78d1;
  color: #fff;
  font-size: 15px;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 999;
  border: 3px solid white;
}

.modal {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 33.33%;
  height: 100%;
  background-color: rgb(79 79 79 / 90%);
  overflow: auto;
  z-index: 9999;
  animation: slideRight 0.5s forwards;
  box-shadow: -8px 0px 10px rgba(0, 0, 0, 0.2);
}
h2 {
  color:#fff;
}
h4 {
  color:#000;
}
.modal-content {
  color: white;
  padding: 16px;
}

.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

@keyframes slideRight {
  0% {
    right: -33.33%;
  }
}
.span11 {
  width: 100% !important;
  padding: 0 !important;
}
.span1 {
  width: 0px !important;
  padding: 0px !important;
    margin: 0px !important;
}
.box {
  background-color: white;
  height: 20%;
  padding: 15px;
  border: 1px solid black;
  margin: 10px 10px;
  box-shadow: -8px 0px 10px rgba(0, 0, 0, 0.2);
}


}

.box h2 {
  margin-top: 0;
}

.box a {
  color: #00a4bd;
  font-weight:bold;
  text-decoration: underline;
  font-size: 14px;
}