.boxContent{
  max-width:1060px;
  margin:0 auto;
}

.boxContent table{
  width:100% !important;
  margin: 30px 0;
}

.terms-condtn-content {
  padding: 25px 110px 0px;
}

.boxContent table {
  border: 1px solid #c7cacc;
  box-shadow: 0 4px 20px rgba(0, 94, 158, 0.05),
    3px 6px 10px rgba(50, 130, 196, 0.08);
  background: #fff;
  margin-bottom: 33px;
}
.boxContent table thead {
  background: #005e9e;
}
.boxContent table th p{
  color:#fff;
}
.boxContent table th {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 24px 20px;
  text-align: center;
  border-right: 1px solid #c7cacc;
  vertical-align: middle;
}
.boxContent table td {
  width: 190px;
  height: 65px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #233253;
  border-bottom: 1px solid #c7cacc;
  border-right: 1px solid #c7cacc;
  vertical-align: middle;
}
.boxContent table td:first-child {
  background-color: #eaf1f8;
  font-weight: 500;
  color: #005e9e;
}
.boxContent table td span {
  color: #ee4326;
  font-weight: 500;
}
@media only screen and (max-width: 420px) {
  .boxContent table td,
  .boxContent table th {
    font-size: 12px;
    line-height: 14px;
    padding: 15px;
  }

  .table-freeze-wrapper {
    width: 100%;
    overflow-x: scroll;
  }
  .boxContent table {
    width: 90% !important;
    margin: 30px auto;
  }
}