/*!
Theme Name: Infinity Star Sollutions
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: infinity-star-sollutions
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Infinity Star Sollutions is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
input#input_1_5_1 {
    height: 12px !important;
    min-height: 12px;
}
.show_menus ul.sub-menu {
    display: block;
}
.show_menus ul {
    display: none;
}
@media only screen and (max-width: 991px) {
    .asset-category {
        flex-wrap: wrap;
        justify-content: center;
    }
    .asset-category .category{
        width: 25%;
        flex: 0 0 25% !important;
        padding-bottom: 10px;
    }
    .about-us-content.faqmain{
        margin-bottom:0px;
    }
}
@media only screen and (max-width: 767px) {
    
    .asset-category .category{
        width: 33.33%;
        flex: 0 0 33.33% !important;
    }
}
@media only screen and (max-width: 500px) {
    .asset-category .category{
        width: 50%;
        flex: 0 0 50% !important;
    }
}