html body .bvi-panel {
  position: fixed !important;
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}
body.bvi-active svg:not(.pulse-button svg) {
  display: none;
}
body.bvi-active .shapes img {
  display: none !important;
}
body.bvi-active .pulse-button {
  background-color: #858484;
}
body.bvi-active .hero-slide::before{
  background-color: #e0dede;
}
body.bvi-active  .header-top::before {
  background-color: #e0dede;
}
body.bvi-active  .about .wrap::before {
  background-color: #e0dede;
}
body.bvi-active {
  margin: auto;
  padding-top: 250px;
}

body.bvi-active .btn-search {
  background-color: white !important;
}

body .bvi-body .chat-button {
  background-color: #fff !important;
  color: #000 !important;
}
body.bvi-active .chat-widget {
  position: fixed;
  right: 45px;
  bottom: 250px;
  z-index: 9999;
}
.bvi-open {
  cursor: pointer;
  padding: 5px 5px 5px 10px;
}
.fixed #bvidiv {
  text-align: left;
  padding-top: 10px;
}