@media all  and (max-width:2560px){
    .center-bar .width_75{
        width: 100%;
    }
}
@media all and (max-width:1270px){
    .nav-top > ul > li > a{
        font-size: 10px;
    }
    .width_75{
        width: 90%;
    }
}
@media all and (max-width:1024px){
    .left-bar,.right-bar{
        display: none;
    }
    .center-bar{
        width: 100%;
    }
    #body .width_75{
        width: 90%;
    }
    #tmsearch {
        margin-right: 40px;
        padding:0;
    }
    .header-link{
        display: none;
    }
}

@media all and (max-width:992px){
.tools form{
    text-align: center;
}
    .select-menu{
        display: block;
        margin: 0.2rem 0;
    }
    .product .w3-col:last-of-type{
        border-left:1px solid #dedede !important;
    }
    .center-meduim{
        text-align: center !important;
    }


}
@media all and (max-width:800px){
    .width_75{
        width: 90% !important;
    }
    .select-menu  {
        width: 90% !important;
    }
    .label.contact td,.label.contact tr{
        display: block;
    }
    .contact{
        width: 100%;
    }
    .w3-container .w3-right{
        float:none !important;
    }
    body .w3-right.logo-mobile{
        float: right !important;
    }
}
@media all and (max-width:690px){
    body  .logo-mobile img{
        height: 35px;
        position: relative;
        top: 8px;
    }
    .logo{
        width: 100px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 9px;
    }
    .iservices .service{
        text-align: center;
    }
    .iservices .service img{
        float: none !important;
    }
    .container-title{
        width: 100%;
    }
    .product .w3-row .w3-col,.fqa-page .w3-row .w3-col,.article-page .w3-row .w3-col{
        border-left:0 !important;
        border-right:0 !important;
    }
    .center-small{
        text-align: center !important;
    }

}
@media all and (max-width:340px) {
    body .logo-mobile img {
        height: 35px;
        position: relative;
        top: -13px;
    }
}