@media only screen and (max-width:767px){
    .xs-hidden {
        display: none;
    }
    .left-mrq {
        width: 25%;
    }
    .right-mrq {
        width: 75%;
    }
    .right {
        text-align: center;
    }
    .logobox .logo-left img {
        width: 53px;
    }
    .logobox img {
        width: 52px;
    }
    .header-111 {
        position: relative;
        z-index: 3;
    }
    .menubox {
        text-align: left;
        padding: 0;
        padding-top: 25px;
    }
    .menubox ul li {
        display: block;
        width: 100%;
    }
    .menubox ul li a {
        padding: 10px 0px;
    }
    .menubox ul li span {
        padding: 8px 0;
        display: block;
    }
    .submenubox ul li a{
        padding-left: 15px;
    }
    .header-222 {
        display: none;
    }
    .header-111 h2 {
        padding-left: 28px;
        font-size: 1.5rem;
        max-width: 282px;
        text-align: center;
        padding-right: 55px;
        margin: 0 auto;
    }
    .mobile-menu {
        font-size: 26px;
        position: absolute;
        background:red;
        right: 0;
        top: 15px;
        display: block;
    }
    .logo-right {
        position: absolute;
        right: 28px;
        top: 0;
    }
    section.promo-highlight h2 {
        font-size: 14px;
    }
    .promo-111 {
        padding: 5px 0;
    }
    .article-pic {
        min-height: 250px;
    }
    .services111 article {
        padding: 25px;
        background: #fff;
    }
    .application-list.type-a {
        float: left;
    }
    .application-list.type-b {
        float: right;
    }
    .application-box-centered {
        display: none;
    }
    .application-list .app-no {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }
    .application-list .app-no.wavefx::after {
        left: 4px;
        top: 4px;
    }
    .application-list h3 {
        font-size: 14px;
    }
    .application-list.type-b {
        float: right;
        width: 198px;
    }
    .products article h4{
        font-size: 14px;
    }
    .clients-container {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer {
        padding: 50px 15px;
    }
    .logistics-content h2 {
        font-size: 1.9rem;
    }
}
@media (min-width:768px) and (max-width:780px){
    .application-pic{
/*        display: none;*/
    }
    .header-111 h2 {
        font-size: 1.8rem;
    }
    .menubox ul li a {
        font-size: 14px;
    }
    .logo-left {
        left: -20px;
    }
    .logobox .logo-left img {
        width: 45px;
    }
    .logo-right {
        right: -18px;
    }
    .logobox img {
        width: 45px;
    }
    .left-mrq {
        width: 27%;
    }
    .right-mrq {
        width: 73%;
    }
    section.promo-highlight h2 {
        font-size: 14px;
    }
    .logistics-content h2 {
        font-size: 2rem;
    }
    .application-list .app-no {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .application-list .app-no.wavefx::after {
        left: 4px;
        top: 4px;
    }
    .application-box-centered {
        height: 316px;
        width: 316px;
        background: url(../images/wave.png);
        background-size: cover;
        margin-top: 6rem;
    }
    .application-box-centered-holder {
        width: 300px;
        height: 300px;
        background: url(../images/application/application-bg.html);
        background-size: cover;
        background-position: center;
    }
    .application-list h3 {
        font-size: 14px;
    }
    .application-list.type-b.no3 {
        margin-left: 0;
    }
    .application-list.type-b.no4 {
        margin-left: 0;
    }
    .application-list.type-b.no5 {
        margin-left: -114px;
    }
    .application-list.type-b.no6 {
        margin-left: -144px;
    }
    .prouct-main-box {
    min-height: auto;
}

.product-pic img {
    max-height: auto;
}
}
@media (min-width:1024px) and (max-width:1025px){
    .application-list h3 {
        font-size: 16px;
    }
    .application-list .app-no {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .application-box-centered {
        height: 550px;
        width: 550px;
    }

}