body>.header:before{
  position:absolute;
  content:"";
  left:0;
  top:0;
  width:100%;
  background:#000;
  height: 40px;
  display: none;

}
.widget-snippet .top-bar-notice {
  background:#000;
  display: none;
}
.top-bar-notice .phone {
  display:flex;
  justify-content: center;
  vertical-align: middle;
}
.top-bar-notice .phone p, .top-bar-notice .phone a{font-size: 15px;color:#fff;margin: 0;padding: 5px 0;line-height: 26px;}
.top-bar-notice .phone span.icon-wrap i {
    padding: 10px 0;
    color: #fff;
}
.top-bar-notice .phone a{font-weight:700;}
.top-bar-notice .phone span.icon-wrap i[class*=" flaticon-"]:before {
    font-size: 16px;
    margin-left: 7px;
}

@media (max-width: 767px) {
  .top-bar-notice .phone p, .top-bar-notice .phone a{font-size: 14px;padding: 4px 0;line-height: 20px;}
  .top-bar-notice .phone span.icon-wrap i {
    padding: 6px 0;
}
  .top-bar-notice .phone span.icon-wrap i[class*=" flaticon-"]:before {
    font-size: 15px;
    margin-left: 0px;
}
.top-bar-notice .phone p{
  display:none
}
  body>.header:before{
  height: 30px;
}
}
