

.tooltip-main {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-weight: 700;
  background: #f3f3f3;
  border: 1px solid #737373;
  color: #fff;
  margin: 4px 121px 0 5px;
  float: right;
  text-align: left !important;
}

.tooltip-qm {
  float: left;
  margin: -2px 0px 3px 4px;
  font-size: 14px;
}

.tooltip-inner {
  max-width: 250px !important;
  height: 50px;
  font-size: 14px;
  padding: 10px 30px 10px 30px;
  background-color: rgba(0, 46, 102, 0.8);
  /*background: red;*/
  color: rgb(0, 0, 0, .7);
  border: 1px solid #fff;
  text-align: left;
  color: #fff;
}

.tooltip.show {
  opacity: 1;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #f00;
  /* Red */
}


/* =============================================================================
   particles.js container
   ========================================================================== */
#particles-js{
  width: 100%;
  height: 100%;
 /*background-color: #b61924;*/
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}