@media screen and (min-width: 786px) and (max-width: 1400px) {
    .content {
        padding: 0 2rem;
    }
    .cta{
        overflow: hidden;
    }
    .home_provide .home_provide_main_item div.list p{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .home_provide .home_provide_main_item div.list strong{
        font-size: 1.5rem;
    }
    .guide_banner img{
        width: 100%;
    }
    
    .guide_logistics{
        padding: 7rem 0;
        overflow: hidden;
    }
    .guide_logistics img{
        width: 50%;
        top: 18%;
    }
    .guide_area{
        max-width: 90%;
    }
    .usa_testimonials .usa_testimonials_prev, .usa_testimonials .usa_testimonials_next{
        display: none;
    }
    .guide_products img{
        max-width: 100%;
    }
    .guide_products .flex.content{
        align-items: center;
    }
    .guide_products{
        padding: 8rem 0;
    }
    .home_services{
      padding-top: 2rem;
    }
    .sy_contentfaq{
      padding-bottom: 0 !important;
    }
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .home_banner .head{
    padding: 5rem 0;
  }
  .home_banner>.content{
    align-items: center;
  }
  .home_provide .home_provide_main_item strong{
    font-size: 1rem;
    line-height: 1.3;
  }
  .home_provide .home_provide_main_item{
    padding: 1.5rem;
  }
  .cta .content{
    flex-direction: column;
  }
  .cta .img{
    left: 0;
  }
  .header_country_menu{
    font-size: 14px;
  }
  .header_country_menu .menu_con{
    padding: 1.5rem;
  }
  header .header_contact .header_left .logo img{
    height: 35px;
  }
  .grid_menu ul{
    grid-template-columns: repeat(2,1fr);
  }
  footer .footer_main .contact_us{
    width: 30%;
  }
  .home_whoweare .head{
    width: 100%;
  }
  .home_whoweare img{
    position: relative;
    left: unset;
    top: unset;
    max-width: 100%;
  }
  .guide_area .guide_area_swiper ul li p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .guide_products .head{
    padding-left: 3rem;
  }
  .guide_products .head ul{
    flex-direction: column;
  }
  .guide_products .head ul li{
    width: 100%;
  }
  .blog_details{
    padding-bottom: 100px;
  }
  .air_banner .head h1{
    font-size: 2.5rem;
  }
  .about_services img{
    width: 100%;
  }
  .about_freight img{
    width: 33.3%;
  }
  .blog_last .content > .flex{
    flex-flow: wrap;
  }
  .blog_last .content > .flex>div{
    width: 100%;
  }
  .blog_last .head .nav ul li:nth-of-type(1){
    margin-left: 0;
  }
  .blog_items ul{
    grid-template-columns: repeat(2,1fr);
  }
  .blog_details>.content>.flex{
    flex-flow: wrap;
  }
  .blog_details>.content>.flex .left{
    width: 100%;
  }
  .blog_details>.content>.flex .right{
    width: 100%;
  }
  .home_whoweare{
    padding-bottom: 3rem;
  }
  .support_banner .head{
    position: relative;
    z-index: 9;
  }
}
@media screen and (min-width: 786px) and (max-width: 1000px) {
  .content {
    max-width: 800px;
    padding-left: 0;
    padding-right: 0;
  }
  header .header_contact .header_left .logo img{
    height: 25px;
  }
  header .header_contact .header_main ul li{
    margin-left: 0.5rem;
  }
  header .header_contact .header_main ul li a{
    font-size: 0.9rem;
  }
  .button_blue{
    padding: 0.7rem 1rem;
  }
  .guide_products .content.flex{
    flex-direction: column;
  }
  .guide_products img{
    width: 100%;
  }
  .guide_products .head{
    padding: 0;
    padding-top: 1.5rem;
  }
  .blog_details .sidebar{
    padding-left: 1rem;
  }
  .services-all ul li p{
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  
}