.containertable {
   padding-left: 10px;
  padding-right: 10px;
}

 
  .spc
  {
  }
  .table-header {
    background-color: #0F6458 !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #FFCD8C !important;
      justify-content: space-between;
    margin-bottom: 6px;
  }
  .table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
      justify-content: space-between;
 	
  }

  .col-2 {
    width: 35%;
    text-align: center;
    background-color: #f05656;
    padding: 10px 10px;
    color: #FFF;
    font-size: 13px !important;
  }
  .col-3 {
    width: 35%;
    text-align: center;
    padding: 10px 10px;
    font-size: 13px !important;
  }
  .col-4 {
    width: 30%;
    text-align: center;
    padding: 10px 10px;
    font-size: 13px !important;
  }

  @media all and (max-width: 767px) {
    .table-header {
      display: none;
    }
    .table-row {}
    li {
      display: block;
    }
    .col {
      flex-basis: 100%;
    }
    .col {
      display: flex;
      padding: 10px 0;
      &:before {
        color: #6C7A89;
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 50%;
        text-align: right;
      }
    }
  }
 
.icon-times {
  color: #F00;
}
.item-check {
  color: #0C3;
}
