*{
box-sizing: border-box;
}
.clearfix{
clear: both;
}
strong{
font-weight: inherit;
}
@media screen and (max-width: 768px) { 
.header-top-bar-area {
position: relative ;
width: 100% !important;
}
.header-top-bar {
background-color: #222222;
display: block !important;
padding-left: 5%;
padding-right: 5%;
}
.top-bar-field span {
font-size: 0.7rem !important;
}
.header-top-bar-inner {
height: 60px !important;
}
.top-bar-field {
padding: 4px 0px !important;
}
.top-bar-social-icons {
display: block;
float: right !important;
margin-top: -55px !important;
}
}