
.bvi-panel-open, .bvi-panel-close{
  max-height: 40px;
  right:20px;
  top:3px;
  position: absolute;
  padding: 0 !important;
  line-height: 20px;
  color: black !important;
  transition: all 0.6s ease;
}
@media screen and (max-width: 990px) {
  .bvi-panel-open span{
    display:none;
  }
}
@media screen and (max-width: 1200px) {
  .bvi-panel-open span{
    display:none;
  }
}
.bvi-panel-open span, .bvi-panel-close span{
  padding-left: 2px;
}
.bvi-panel-open:hover{
  color: #FFF !important;
}
.bvi-panel-open i{
  position: relative;
  font-size: 1.5em;
}
.bvi-panel-open{
  font-size: 1.3em;
  font-weight: bold;
}
.tooltip-block{
  position: absolute;
  background: white;
  border: 1px solid rgb(230, 230, 230);
  padding: 5px 8px;
  font-size: 10px;
  width: 140px;
  line-height: 13px;
  color: rgb(82, 82, 82);
  z-index: 9999999 !important;
  display button:none;
}

body .bvi-body #main-header{
  width: 100% !important;
}

body .bvi-body #main-header .et_menu_container{
  width: 100% !important;
}

body .bvi-body #main-header .container{
  width: 100% !important;
}
