.accstatmnt{
  margin: 0px 0px 25px 0px;  
}
.accstatmnt .accboxed {
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #000000;
}
.accstatmnt .accboxed .mheading {
  font-size: 24px;
  line-height: 1.5;
  margin: 0px 0px 20px 0px;
  text-align: center;
  color: #000000;
}
.accstatmnt .accboxed .des-txt {
  font-size: 14px;
  line-height: 1.5;
  margin: 0px 0px 20px 0px;
  color: #000000;
}
.accstatmnt .accboxed .des-txt .ksp{
  font-size: 14px;
  line-height: 1.5;
  margin: 0px 0px 5px 0px;
}
.accstatmnt .accboxed .des-txt .ksp span{
  margin-right: 10px;
  color: #333333;
}
.accstatmnt .accboxed .des-txt a{
  color: #0060DB;
}
.acmt{
  margin-top: 10px !important;
}
.acmb{
  margin-bottom: 10px !important;
}
.acmbthirty{
  margin-bottom: 30px !important;
}
.accstatmnt .accboxed .cheading {
  font-size: 18px;
  line-height: 1.5;
  margin: 0px 0px 10px 0px;
  font-weight: 600;
}


.accstatmnt .accboxed .ssjas-wrap {
  padding: 0px;
  margin: 20px 0px 20px 0px;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  line-height: 1.5;
}
.accstatmnt .accboxed .ssjas-wrap .heading {
  background-color: #343A40;
  color: #ffffff;
  font-weight: 600;
  margin: 0px;
  padding: 13px 5px;
  border-radius: 4px 4px 0px 0px;
}
.accstatmnt .accboxed .ssjas-wrap .subsc-list {
  color: #000000;
}
.accstatmnt .accboxed .ssjas-wrap .subsc-list > .row {
  padding: 10px 5px;
  margin: 0px;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;  
}
.accstatmnt .accboxed .ssjas-wrap .subsc-list > .row a{
  text-decoration: none;
  color: #0060DB;
  word-break: break-all;  
}
.accstatmnt .accboxed .ssjas-wrap .subsc-list > .row:nth-child(odd) {
  background-color: #F9F9F9;
}
.accstatmnt .accboxed .ssjas-wrap .subsc-list > .row:nth-child(even) {
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .accstatmnt{
    margin-top: 60px;
  }
  .accstatmnt .accboxed h2 {
    margin: 20px 0px 20px 0px;
  }
  .accstatmnt .accboxed .ssjas-wrap .subsc-list > .row {
    display: block;  
  }
  .accstatmnt .accboxed .ssjas-wrap .subsc-list > .row:first-child {
    border-top: 1px solid #DDDDDD;
  }
}