<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: Microlit New
Theme URI: https://github.com/WordPress/twentynineteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: A new Gutenberg-ready theme.
Requires at least: WordPress 4.9.6
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentynineteen
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.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2018 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/
*/

/*css for FAQ section -- button  View Detailed Product Guide  */
.faq-section .titleSection {
    position: relative;
}

.faq-section .titleSection a.blueBtn.btn.viewAll {
    position: absolute;
    right: 0;
    font-size: 13px;
    border-radius: 0px;
    width: 250px;
}

.download-category.download-cover {
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
}

.download-category.download-cover a.btn {
	margin: 0px !important;
    margin-bottom: 5px !important;
}

.download-category.download-cover a.btn {
	width: 40%;
}

.content-area.blog-list ul.latest-post-details li.active a {
	color: #009de9;
}

@media only screen and (max-width: 1199px) {
	.download-category.download-cover a.btn {
		width: 45%;
	}
}

@media only screen and (max-width: 1024px) {
	.faq-section .titleSection {
		flex-direction: column;
    	align-items: center;
	}
	.faq-section .titleSection a.blueBtn.btn.viewAll {
		margin-top: 0px;
		margin-bottom: 10px;
		position: relative;
	}
}

@media only screen and (max-width: 540px) {
	.download-category.download-cover a.btn {
		width: 80%;
	}
}

section.certifiSec{
    float: left;
    width: 100%;
}

.product-main-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
.product-main-wrapper .product-box-wrapper {
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.product-main-wrapper .product-box-wrapper .recent-pro-cover {
  box-shadow: 0px 12px 20px -19px rgb(0, 0, 0);
  width: 100%;
  max-width: 300px;
}

.related-product-wrapper {
  justify-content: center;
}/*# sourceMappingURL=style.css.map */

#histats_counter {display:none !important;}</pre></body></html>