@media only screen and (max-width: 991px) {
	.manual-heading {padding: 20px 0px;}
	.manual-heading h2 {line-height: 30px;}
}
@media only screen and (min-width:768px) and (max-width:991px){
}
@media only screen and (max-width: 767px) {
    body{font-size: 14px;}
    .table-content-list li a{ font-size:14px;}
    .step-body {
    padding: 10px 10px;
    background: #fff;
}
	.manual-heading h2 {font-size: 26px;}
	.btn-support-to-modal {float: none; margin-left: auto; margin-right: auto;}
	.btn-support-holder {text-align: center;}
}