@media all  and (max-width:2560px){
    .center-bar .width_75{
        width: 100%;
    }
}
@media all and (max-width:1270px){
      .inav{
          display: none;
      }
    .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%;
    }
}

@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;
    }



}
@media all and (max-width:800px){
    .width_75{
        width: 90% !important;
    }
    .select-menu  {
        width: 90% !important;
    }
    td,tr{
        display: block;
    }
    .contact{
        width: 100%;
    }
}
@media all and (max-width:600px){
    .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;
    }

}