.toc-tab-box
{
margin-top:2px;
}
.toc-tab-box h2.acc-title {
  color: #d71302;
  background: #f7f7f7;
  padding: 23px 0px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 400;
  margin: 0px;
  margin-bottom: 4px;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
  width: 100%;
  float: left;
  border: solid 1px #ddd;
}

.toc-tab-box .acc-content {
  background: #fff;
  width: 100%;
  margin-bottom: 4px;
  float: left;
  padding: 10px;
  color: #202020;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  border: solid 1px #ddd;
}

.toc-tab-box .acc-content strong {
	color:#d10566;

}

.accordionItemHeading .circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  float: left;
  background: #d71302;
  color: #fff;
  margin-right: 15px;
}

.accordionItemHeading .circle span {
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  float: left;
  display: block;
  margin: 6px 14px;
}

.accordionItemHeading h4 {
  color: #d71302;
  font-size: 16px;
  transition: all 0.5s ease;
  line-height: 24px;
  font-weight: 400;
  margin: 15px 0px;
}

.quest .answer {
  border-left: 1px solid #d10566;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 10px 20px 10px 20px;
}

.acc-content .quest { margin: 10px 0px; }
 @media (max-width: 768px) {

.toc-tab-box .acc-content { padding: 0px; }
}
