/* faq css */




/**
******************** Header ********************
*/

/* rendered from "css/common/header.css" */

/* end: Header */


.main-content, .container {
	/* overflow: hidden; */
}

/**
******************** Banner ********************
*/

.banner {
	background-image: url(../../images/banner/banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 165px 0;
}

.faq-banner-title {
	font-size: 65px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 25px;
}

.faq-banner-sub-title {
	font-size: 29px;
	font-weight: 400;
	color: #ffffff;
}


/* end: Banner */


/**
******************** faq ********************
*/

.faq {
	padding: 140px 0 150px;

}

.faq-topic {
	font-size: 25px;
	color: #0f0f0f;
	font-weight: bold;
}

.faq #v-pills-tab {
	border-bottom: 1px solid #ebebeb;
}

.faq #v-pills-tab a{
	border: 1px solid #ebebeb;
	border-bottom: 0px;
	color: #0f0f0f;
	font-size: 18px;
	padding: 16px 15px;
	line-height: 20px;
}

.faq #v-pills-tab a.active{
	background-color: #f6f6f6;
	font-weight: bold;

}



.faq-content:not(:last-child){
	margin-bottom: 115px;
}

.faq .tab-pane {
	padding-bottom:20px;
	margin-bottom: 50px; 
	border-bottom: 5px solid #f6f6f6;
}

.faq .tab-pane .faq-title {
	font-size: 25px;
	color: #0f0f0f;
	font-weight: bold;
	margin-bottom: 20px;

}

.faq .tab-pane .faq-body {
	color: #3c3c3d;
	font-size: 20px;
	font-weight: 300;
}

.faq-content .faq-body p {
	
}

.faq-content .faq-body ul {
	padding-left: 22px;
	margin-top: 45px;
}

.fancybox-stage .faq-content {
	margin-bottom: 32px;
	transform: none;
	border-bottom: 2px solid #f3f3f3;
}

.fancybox-stage .faq-content:last-child {
	margin-bottom: 0px;
	border-bottom: none;

}

.fancybox-stage .faq-title {
	font-size: 26px;
}



/* end: faq */



/**
******************** blog-list ********************
*/

.blog-list {
	padding: 90px 0;
}

.blog-list .section-title {
	font-size: 40px;
	font-weight: bold;
	color: #0f0f0f;
	margin-bottom: 60px;
}



/* end: blog-list */

/**
******************** About ********************
*/

.about{
	padding: 122px 0;
	background-image: url(../../images/bg/about-dl-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;	
	background-color: #fff600;
}

.download-row {
    text-align: center;
}

.download-row .download-logo{
	width: 276px;
	/*height: 75px;*/
}

.download-row h1{
    font-weight: bold;
    margin-bottom: 40px;
}



/* end: Banner */




/**
******************** Footer ********************
*/

/* rendered from "css/common/footer.css" */

/* end: Footer */




/* end: faq css */