.position_relative {
  position: relative !important;
}
.position_absolute {
  position: absolute !important;
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .top-navigation .navbar-header {
    float: left !important;
  }
}
.padding-top-10 {
  padding-top: 10px !important;
}
.hr-m-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.hr-m-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.b-b {
  border-bottom: 1px solid #e7eaec;
}
.text-black {
  color: #000000 !important;
}
