/* .ctfc_main_content_wrap{
    position: relative !important;
    width: 95%;
    margin-bottom: 25px !important;
}
.tt-table-0f-content{
    border: 1.5px solid #181818; 
    overflow: hidden;
    height: 300px;
    padding: 10px;
}
.tt-table-0f-content a{
    text-decoration:none !important;
    color: black;
}
.tt-table-0f-content a:hover, .tt-table-0f-content a:focus {
    text-decoration:none !important;
    color:#0069af !important;
}
.ul-heading strong{
    color: #134060;
    font-size: 16px;
}
.ctfc-subheading-txt a{
    font-size: 14px;

}
.ctfc_main_content_wrap ul{
    list-style-type: none;
}
.ctfc-common-button{
    outline: 0;
    border: none;
    box-shadow: none;
    cursor: pointer;
    padding: 9px 22px;
    font-size: 16px;
    height: 35px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: normal;
    background: #202c60;
    border-radius: 50px;
    transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.read-more-article {
    display: inline-block;
}
.read-less-article{
    display: none;
}
.ctfc-common-btn-div{
    position: absolute !important;
    left: 50%;
    bottom: -1.6rem;
    transform: translateX(-50%);
}
.ctfc-atricle-main-heading{
    font-size: 2rem;
    color: black;
} */
.main_wap_at_ctfc > ul{
    margin-bottom: 10px;
}    

.tt-toc-accordion {
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 10px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  background: #fff;
}

.tt-toc-accordion-header {
  background: #20a397;
  color: #fff;
  font-weight: 300;
  padding: 16px 20px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}

.tt-toc-accordion-header:hover {
  background: #1f9086;
}

.icon {
  position: relative;
  width: 16px;
  height: 16px;
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: transform 0.3s ease;
}

.icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}

.icon::after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.tt-toc-accordion-item.active{
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #ddd;
}

.tt-toc-accordion-item.active .icon::after {
  transform: translateX(-50%) scaleY(0);
}

.tt-toc-accordion-content {
    position: unset !important;
    left: 50%;
    top: 0;
  height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 20px;
  transition: height 0.4s ease;
}

.tt-toc-accordion-content-inner {
  padding: 20px 0;
}

.tt-toc-accordion-content ul {
  margin: 0;
  padding-left: 80px;
  
}

.tt-toc-accordion-content li {
  margin: 6px 0;
  font-size: 0.95rem;
 
}

.tt-toc-accordion-content h2 {
  font-size: 25px;
  margin-bottom: 10px;
}

.tt-toc-accordion-content-inner a{
color:#070808;
text-decoration: none;

}

.sub-toggle-icon {
  position: relative;
  left: 20px;
  font-weight: bold;
  color: #ea2121;
  cursor: pointer;
}
.tt-sub-toc-hide{
  display: none;
}
.tt-sub-toc-sec.active{
  display: block;
}

  /* Responsive Styling */
  @media (max-width: 600px) {
    .tt-toc-accordion-header {
      font-size: 18px;
      padding: 14px 16px;
    }

    .tt-toc-accordion-content {
      padding: 0 16px;
    }

    .tt-toc-accordion-content-inner {
      padding: 16px 0;
    }

    .tt-toc-accordion-content li {
      font-size: 0.9rem;
    }

    .tt-toc-accordion-content h2 {
      font-size: 0.95rem;
    }
    .tt-toc-accordion-content ul {
    margin: 0;
    padding-left: 10px;
    
  }
  }

  @media (max-width: 400px) {
    .tt-toc-accordion-header {
      font-size: 18px;
      padding: 12px 14px;
    }

    .tt-toc-accordion-content li {
      font-size: 0.85rem;
    }
  }


@media (max-width: 768px) { 
    /* .ctfc_main_content_wrap{
        width: 100%;
        margin-bottom: 20px !important;
    } */
    .main_wap_at_ctfc, .main_wap_at_ctfc ul{
        padding: 0px 0px 0px 10px;
    }
}