.table_of_content .toi_title{display: flex; justify-content: space-between; text-decoration: none;align-items: center;}
.table_of_content .toi_title .t_head {font-size:25px; color: #000; margin: 0 0 10px; font-weight:500; }
.table_of_content .toi_title .dashicons {color: #088cd5 !important;}
/*.table_of_content .toi_content ol {list-style-type: none;padding: 10px 0 0 25px;}
.table_of_content .toi_content ol li {list-style-type: decimal; padding: 0 0 6px 10px;}*/
.table_of_content .toi_content ol li a {text-decoration: none; color: #088cd5 !important; font-size:16px !important;}

.table_of_content .toi_content ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.table_of_content .toi_content ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.table_of_content .toi_content ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

.table_of_content .toi_content li ol > li {
  margin: 0;
}

.table_of_content .toi_content li ol > li:before {
  content: counters(item, ".") ". ";
}











