.single-tools h2, .single-tools h3,
.single-post h2, .single-post h3,
.single-casestudy h2, .single-casestudy h3  {
    margin-bottom: 20px;
}

.single-post h3 {
    margin-top: 30px;
}
.excerpt-wrap li, .nv-content-wrap li {
    margin-top: 5px;
}

.single-post h4, .single-casestudy h4, .single-tools h4 {
 /*   margin-top: 25px;*/
}

.single-post table tr:first-child td,
.single-casestudy table tr:first-child td {
    border-top: 1px solid #000;
}
.single-post table td:last-child,
.single-casestudy table td:last-child {
    border-right: 1px solid #000;
}
.single-post table td,
.single-casestudy table td {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.single-post table td, .single-post table th,
.single-casestudy table td, .single-casestudy table th{
    padding: 10px 15px;
    line-height: 1.4;
}
.single-post table th,
.single-casestudy table th {
    white-space: nowrap;
    min-width: 240px;
    background: #0D47E2;
    color: #fff;
    font-weight: normal;
    padding-block: 15px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}
.single-post table th:last-child,
.single-casestudy table th:last-child {
    border-right: 1px solid #000;
}

/*table*/


/*sidebar design*/
.small-title {margin-bottom: 24px;}
.cs-toc ul li a {
    color: #80858E;
    display: block;
}
.cs-toc ul li {
    margin-bottom: 14px;
    line-height: 1.5;
}
.cs-body-layout {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}
.cs-toc {
    flex: 0 0 320px;
    max-width: 320px;
    width: 320px;
    position: sticky;
    top: 120px;
}
.cs-toc-inner {
  max-height: 80vh;
  overflow-y: auto;
}

/* width */
.cs-toc-inner::-webkit-scrollbar,
.cs-main-content table::-webkit-scrollbar {
  width: 5px;
}

/* make track transparent */
.cs-toc-inner::-webkit-scrollbar-track,
.cs-main-content table::-webkit-scrollbar-track  {
  background: transparent;
}

/* thumb */
.cs-toc-inner::-webkit-scrollbar-thumb,
.cs-main-content table::-webkit-scrollbar-thumb {
  background-color: #0D41E1;
  border-radius: 10px;
}

.cs-toc-inner, .cs-main-content table {
  scrollbar-width: thin;
  scrollbar-color: #0D41E1 transparent;
}



/*table scroll*/
/*table*/
.cs-main-content table {
    overflow-x: auto;
    max-width: 100%;
    display: block;
}





/**/
.cs-main-content ul,
.cs-main-content ol {
    padding-left: 25px;
    margin-bottom: 20px;
}
.cs-main-content ul li {
    list-style-type: disc;
    margin-bottom: 8px;
}
.cs-main-content ol li {
    margin-bottom: 8px;
}
.cs-toc ul li a.active {
    color: #000 !important;
}
/* Right main content */
.cs-main-content--with-toc {
    flex: 1;          /* remaining space le */
    min-width: 0;     /* overflow issue avoid kare */
}





/*table of content popup mobile*/
.modal-table-content {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}
.modal-table-content.is-visible {
    visibility: visible;
}
.modal-table-content .modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal-table-content.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.modal-table-content .modal-wrapper {
    position: fixed;
    z-index: 9999;
    top: 120px;
    width: 100%;
    margin: 0 auto;
    background-color: #FFFAEF;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 20px;
}
.modal-table-content .modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}
.modal-table-content .modal-body {
    overflow: scroll;
    position: relative;
    display: flex;
    max-height: 300px;
}

.modal-table-content.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-table-content .modal-header {
    position: relative;
}
.modal-table-content .modal-close {
    padding: 0;
    background: none;
    border: 0;
    margin-bottom: 5px;
}
.modal-table-content .modal-heading {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
}

.modal-table-content .modal-content > *:first-child {
  margin-top: 0;
}

.modal-table-content .modal-content > *:last-child {
  margin-bottom: 0;
}
.modal-table-content svg path {
    fill: #000;
}


/*seperator icon*/
.saprator-icon {
    text-align: center;
    margin: 30px 0;
}


@media (max-width: 1200px) {
.cs-toc ul li { font-size: 16px;}
.cs-toc { flex: 0 0 220px; max-width: 220px; width: 220px;}




}


@media (max-width: 960px) {
.cs-toc ul li { font-size: 14px; margin-bottom: 8px; line-height: 1.5;}
.cs-toc { flex: 0 0 180px; max-width: 180px; width: 180px;}
.small-title { margin-bottom: 15px;}

}


@media (min-width: 767px) {
.mobile-table-of-content {display: none; }
table th { min-width: 180px;}

}





@media (max-width: 767px) {
.mobile-table-of-content img {display: block; }
.mobile-table-of-content {position: fixed; right: 15px; width: 40px; bottom: 115px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 100%; background: #0D47E2;z-index: 111; }
.mobile_table_of li { margin-bottom: 5px;}
.mobile_table_of li a { font-size: 14px; color: #80858E;}
.cs-toc { display: none;}


.cs-has-toc .container { padding: 0 20px;}


    }