.toc-tab-box {
	padding-left: 25px;
}

.toc-tab-box h2.acc-title {
	color: #fff;
	background: #000;
	padding: 10px 0px;
	padding-left: 15px;
	font-size: 16px;
	margin: 5px;
	cursor: pointer;
	position: relative;
	transition: all 0.5s ease;
	width: 100%;
	float: left;
}

.toc-tab-box .acc-content {
	background: #F3FAFD;
	width: 100%;
	margin-bottom: 4px;
	float: left;
	padding: 0px;
	color: #617693;
	font-size: 14px;
	position: relative;
	overflow: hidden;
}
accordionItemHeading table {
	width: 80%;
}

.accordionItemHeading table td {
	border: 0px;
	padding-right: 0px !important;
	padding-top: 0px !important;
}

.accordionItemHeading .circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	text-align: center;
	float: left;
	background: #019A01;
	color: #fff;
}

.accordionItemHeading .circle span {
	color: #fff;
	font-size: 15px;
	display: block;
	margin: 0px;
}

.accordionItemHeading h4 {
	color: black;
	font-size: 16px;
	transition: all 0.5s ease;
	line-height: 24px;
	font-weight: 400;
	margin: 15px 0px;
	cursor: pointer;
}

.quest .answer {
	border-left: 1px solid black;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-top: 0px;
	margin-left: 30px;
	padding: 10px 15px 10px 25px;
}

.acc-content .quest { margin: 0px; }

 @media (max-width: 768px) {
	.toc-tab-box .acc-content { padding: 0px; }
}

.quest .answer table {
	width: 100%;
}

.quest .answer table td {
	border: none;
	color: black;
	padding: 0px !important;
	padding-bottom: 5px !important;
	padding-left: 0px !important;
	padding-right: 5px !important;
	font-size: 16px;
}