body, .faq {
	font-family: "roboto", "roboto-1";
}
.faq .card {
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0,0,0,0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.faq .ans p, .faq .last_ans {
    text-align: left;
    font-size: 18px;
    line-height: 1.618;
    margin: 0 0 15px;
}

.faq .last_que {
    margin-top: 60px;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    font-weight: bold;
}
.faq .last_ans {
    font-size: 18px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
	margin-top: 15px;
}
.faq .que {
    padding: 10px 10px 25px;
    font-size: 23px;
    line-height: 1.618;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
}
.sectionH {
	margin-bottom:250px;
}
.sectionI {
	background-color: #444444;
	padding:35px 0 !important;
	width: 100%;
}
.sectionI .align-middle{
	text-align: center;
	width: 100%;
}
.sectionI .align-middle p {
	color:#fff;
	margin-bottom:3px !important;
	font-size: 16px;
/*    color: rgb(55, 70, 90);*/
    line-height: 26px;
}
.faq .ans.hideme {
    display: none;
}
.faq .ans {
    padding: 0 10px;
}

.faq .ans ol {
    list-style: decimal;
    padding-left: 28px;
    font-size: 18px;
    text-align: left;
    line-height: 1.618;
}
.faq .ans li {
    margin-bottom: 15px;
}
.faq .title {
    text-align: left;
    font-size: 42px;
    line-height: 1.3;
    font-weight: bold;
    margin: 0 0 15px;
    color: #3C4858;
	margin-top:50px;
}
.faq .section-title {
    text-align: left;
    font-size: 27px;
    line-height: 1.4;
    font-weight: bold;
    margin: 0 0 15px;
    color: #3C4858;
}