
*,body{
  box-sizing: border-box;
}
section {
    position: relative;
    overflow: hidden;
}
 .pageName{
 

    padding: 40px 0;
    background: #F8FBFA;
}
.pageName h1{
    display: block;
    max-width: max-content;
    margin: 0 auto;
    font-weight: 700;
font-size: 36px;
line-height: 120.19%;
    color: #004B3D;
}
/* page name end */

section.SampleESA{
    overflow: unset;
}
.body_Border{
    margin-top: 36px;
    margin-bottom: 80px;
}

.body_Main{
    display: flex;
    position: relative;
    gap: 40px;
    justify-content: center;
}

.toc {
    max-width: 250px;
    position: sticky;
    top: 90px;
  align-self: flex-start;
  background: #F8FBFA;
  border-radius: 9px;
  padding: 16px;
  width: 100%;
}

.toc_head p{
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #3F3F3F;
    margin-bottom: 19px;
}

.toc_list_ul{
    padding-left: 18px;
    margin: 0px;
    list-style-type: none;
    border-left: 1px solid rgba(2, 197, 133, 0.11);
    position: relative;
}
span.activeShower {
    position: absolute;
    left: -2px;
    z-index: 5;
    transition: all ease .05s;
}
.toc_list_ul li{
    padding-bottom: 14px;
     
}
.toc_list_ul li:last-child {
    padding-bottom: 0;
}
.toc_list_ul li a{
    text-decoration: none;
    font-size: 16px;
    
    line-height: 20px;
    color: #3F3F3F;
}

.toc_list_ul .active .toc_list_Item{
    color: #02837A;
    text-transform: capitalize;
}
.toc_list_ul li a:hover{
    color:#000;
}

.content_Main{
    max-width: 715px;
    width: 100%;
}
 
.content_Main .dateContent{
    font-size: 14px;
line-height: 18px;
color: #595959;
margin-bottom: 18px;
}
.content_Main ul{
    list-style: none;
    padding-left: 20px;
}
.content_Main ol{
    list-style: none;
}
.content_Main ol li{
    margin-bottom: 18px;
}
.content_Main ul li{
    position: relative;
    padding-left: 16px;
    margin-bottom: 16px;
}
.content_Main ul li::before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #02837A;
    border-radius: 50%;
    left: -6px;
    top: 9px;
}
.content_Main ul li:last-child{
    margin-bottom: 0;
}
.content_Main li, .content_Main p{
    font-size: 16px;
line-height: 168%;
color: #3F3F3F
}
.content h2{
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
color: #004B3D;
margin-bottom: 18px;
padding-top: 54px;
}
.content strong{
    font-weight: 700;
    font-size: 16px;
    line-height: 168%;
    color: #3F3F3F;
}
.content_Main p{
    margin-bottom: 16px;
}
 
.content p:last-child{
    margin-bottom: 0;
}
 
.content h3{
    font-weight: 700;
   font-size: 22px;
   line-height: 168%;
   color: #2D3343;
   margin-bottom: 18px;
}
@media (max-width:575px) {
    .pageName h1{
        font-size: 18px;
    }
}


/* responsive css */

@media only screen and (max-width: 991px){
  .addSection{
      display: block;
      margin-top: 30px;
  }

  .addImage{
      display: none;
  }
  .addData {
      align-items: center;
      padding-bottom: 25px;
      padding-right: 0px;
  }

  .letters_Sec {
      display: block;
  }

  .letters_Sec figure {
      margin-bottom: 30px;
      max-width: 100%;
      width: 100%;
      display: block;
      text-align: center;
  }
}


@media only screen and (max-width: 768px){
  .toc {
      display: none;
  }
  
  .content_Main {
      padding-left: 0px;
  }
  .addData p:first-child {
      font-size: 20px;
  }
  .body_Border {
      padding: 33px 12px 48px 12px;
  }
}

@media only screen and (max-width: 425px){
  
  .addData p:first-child {
      font-size: 16px;
  }
  .addData p:last-child {
      text-align: center;
    }
  .addData p:last-child span {
      display: block;
    }

    .letters_Sec {
      left: 0px;
  }
  .content h2{
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
}
}

@media only screen and (max-width: 1024px){
  .addImage{
      display: none;
  }
}

@media(max-width: 499px){
  .body_Main{
      display: block;
      position: relative;
  }
  .body_Border {
      padding: 0;
  }
  .toc {
      display: block;
      max-width: unset;
      position: relative;
      top: unset;
      margin-bottom: 36px;
  }
}
