.modal-content {
  /*border-radius: 1.3rem;*/
  border: 0px !important;
}
.knowMoreModalHeader {
  background-color: #fff;
}
.displayInline {
  display: inline-block;
  padding-bottom: 7px;
}
.knowMoreHeading {
  font-size: 22px !important;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #000 !important;
}
.radiusBox {
  border-radius: 1rem;
}
.knowMoreTable {
  border-collapse: separate;
  border-spacing: 0px;
  width: 100%;
  border: 0px !important;
}
.noteTable {
  border-spacing: 0px;
  width: 100%;
  border: 0px !important;
}
.knowMoreTableBg {
  background: #a7a9ac;
  color: #fff;
  letter-spacing: 0.6px;
}
.knowMoreTable,
th,
td {
  border-width: 1px 1px 1px 0px !important;
  text-align: center !important;
  font-size: 11px;
  padding: 8px 0px;
  letter-spacing: 0.6px;
  border-color: #e6e7e8;
  border-style: solid;
  font-weight: 600;
  border-collapse: collapse;
}
.noteTable td {
  border-width: 1px 1px 1px 1px;
  font-size: 11px;
  letter-spacing: 0.6px;
  border-color: #e6e7e8;
  border-style: solid;
  font-weight: 600;
  border-collapse: collapse;
  padding: 0px;
  text-align: left !important;
}
.ft-500 {
  font-weight: 500;
}
.knowMore thead tr:first-child th:first-child {
  border-radius: 0.6em 0 0 0;
}

.knowMore thead tr:first-child th:last-child {
  border-radius: 0 0.6em 0 0;
}

.knowMore tbody tr:last-child td:first-child {
  border-radius: 0 0 0 0.6em;
}

.knowMore tbody tr:last-child td:last-child {
  border-radius: 0 0 0.6em 0.6em !important;
}
.text-leftAlign {
  text-align: left !important;
  padding-left: 10px !important;
  font-size: 10px;
  font-weight: bold;
  border-left: 1px solid #e6e7e8;
}
.noteTable .text{
  padding-left:10px;
  padding-right:10px;
}
