#floating-help {
  font-family: 'Roboto Condensed', sans-serif;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}

#floating-help .help-title{
  display: none;
  background-color: #B3B3B3;
  color:white;
  text-align: center;
  font-size: 10px;
  border-radius: 7px;
  margin-bottom: 5px;
}

#floating-help .btn-group button{
  background-color: #6EBDFA !important;
  box-shadow: inset 0 -2px 0 0 #3D98FF;
}

#floating-help .btn-group button .icon {
  display: inline-block;
  font-size: 18px;
  float: left;
  margin-right: 9px;
  margin-top: 2px;
}

#floating-help .btn-group button .text {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}

#floating-help .btn-group button .text .regular {
  font-weight: normal;
}

#floating-help .btn-group button .text .light {
  font-weight: lighter;
}

#floating-help .btn-group button:first-child{
  border-radius: 6.15px 0 0 6.15px;
  border-right: 1px #3D98FF solid !important;
}

#floating-help .btn-group button:last-child{
  border-radius: 0 6.15px 6.15px 0;
  border-left: 1px #3D98FF solid !important;
}

@media (max-width: 767px){
  #floating-help .btn-group button .icon {
    margin-right: 0 !important;
    margin-top: 0 !important;
  }

  #floating-help .help-title{
    display: block;
  }

  #floating-help .btn-group button .text {
    display: none;
  }
}
