.top-contact-bar {
      background-color: #035b8e;
      padding: 8px 0;
      font-size: 14px;
    }
 
.top-contact-bar i {
  margin-right: 6px;
}

.top-contact-bar a {
  text-decoration: none;
  color: white;
  margin-right: 15px;
  transition: all 0.3s ease;
}
  
.social-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 10%;
  border: 1px solid #ddd;
  color:  #035b8e !important;
  font-size: 14px;
  transition: all 0.3s ease;
}
 
.social-icon i{
    margin-right: 0 !important;
}

#tip__header{
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;;
}
 
@media (max-width: 575.98px) {
   #tip__header{
        position: relative !important;
    }
}