@media only screen and (max-width: 600px) {
.header-top {
    background-color: #b12f1b;
}
.htl{
    justify-content: center !important;
}
.header-top-left .htl-menu{
    margin-right:0;
}
.header-top-left .htl-menu li {
    padding: 0 10px;
}
.header-top-left .htl-menu li a {
    font-size: 12px;
}
.header-top-left .htl-menu li:not(:last-child) {
    border-right: 1px solid #f3f3f3;
}
.header-top-right {
    display: none;
}
.header-mid-left {
    padding: 15px 5px;
}
.main-logo img {
    height: 80px;
}
.header-mid-left a h4{
    font-size: 15px;
}
.header-mid-left a h4 span{
    font-size: 30px;
}
.hmr{
    display:none;
}
.header-mid-right ul li:not(:last-child){
    margin-right:15px;
}
.header-mid-right ul li img {
    height: 30px;
}
.header-mid-right ul li{
    margin-left:0;
}
.fixed-header{
    padding:0;
}
.navbar-light .navbar-toggler {
    border-color: rgb(255 255 255);
    background: white;
    border-radius: 0;
}
}