/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 07 2024 | 09:42:56 */
.no_display,.home-testimonial
{
	display: none!important;
}
.tb-main-header{
	background: #a9d0f5 !important;
}
.home .site-footer{
	margin-top:100px;
}
.category-posts {
    list-style-type: disclosure-closed;
    padding: 0;
	margin: 0px 20px;
}

.category-posts li {
    margin: 5px 0;
}

.category-posts li a {
    text-decoration: none;
    color: #0073aa;
}

.category-posts li a:hover {
    text-decoration: underline;
    color: #0056a3;
}
.quiz_begin{
text-align:center;
}
.quiz_begin p{
	font-size:24px;
}
.quiz_begin p strong{
	color: #0056a3;
}
.qsm-page .qmn_image_option{
	height:auto;
}
.qsm-page fieldset legend{
	margin-bottom:0px;
}
.qmn_pagination, .qsm_auto_pagination_enabled .qmn_pagination {
        justify-content: center !important;
    }
.result_summary{
	background: #0056a3;
    color: #fff;
    font-size: 24px;
    padding: 20px;
}