/*!
Theme Name: Bioxlab
Theme URI: https://www.themepure.net/wp/bioxlab/
Author: Theme_Pure
Author URI: https://themeforest.net/user/theme_pure/portfolio
Description: Bioxlab – Laboratory & Science Research WordPress Theme
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bioxlab
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 with others.
*/
.client_logos img{
	width: 200px;
    height: 150px !important;
    object-fit: contain;
    background-color: #f6f6f6;
}
.product_filter{
        justify-content: space-around;
            background-color: #63cdf6;
          
}
.product_filter p{
    margin-bottom:0px;
    text-align:center;
    padding:5px 0px;
}
.filter_tab{
        flex-grow: 1;
    flex-basis: 0;
	    border: 2px solid #fff;
}
.filter_tab p.active,  .filter_tab p:hover {
    background-color: #0644a0;
    color: #fff;
}
.loading_sec{
	text-align:center;
	padding-bottom:15px
}