@media only screen and (max-width:991px) {
    main .body_area, main .body_area .tab-content .left_sidepane .result_weapons{
        height: 100%;
    }
    main .body_area .tab-content .left_sidepane .result_weapons li.result_img {
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
    }
    main .body_area .tab-content .left_sidepane .result_weapons{
        flex-direction: row;
        justify-content: flex-start;
    }
    main .body_area .tab-content .right_panes .weapon_list{
        width: auto;
        white-space: nowrap;
    }
    main .body_area .tab-content .left_sidepane .search_weapons {
        padding-right: 0;
    }
}
@media only screen and (max-width:575px) {
    .logo img {
        height: 50px;
        margin-right: 10px;
    }
    .logo-text {
        font-size: 20px;
        line-height: 26px;
    }
    nav ul li {
        padding: 0px 8px;
    }
    main .body_area .tab_menu .nav-tabs .nav-link{
        font-size: 16px;
        padding: 5px 4px;
    }
    main .body_area .tab-content .left_sidepane .result_weapons li.result_img .rs_img_area .img_rs{
        height: 100px;
        width: 200px;
    }
    main .body_area .tab-content .right_panes .weapon_list ul li .weapon_image .list_gun_img {
        height: 71px;
        width: 135px;
    }
    main .body_area .tab-content .right_panes .weapon_list ul li .gun_detail p {
        font-size: 14px;
    }
}
@media only screen and (max-width:380px) {
    header .container{
        display: block;
    }
    .ac{
        justify-content: center;
    }
    .nav{
        justify-content: center;
        margin-top: 10px;
    }
    main .body_area .tab_menu .nav-tabs .nav-link{
        font-size: 15px;
        padding: 5px 2px;
    }
}