/* .bg-landingpage {
    background-image:url(img/attaqwa.jpg);
} */

.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #d1d5db;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d1d5db;
}

.table tbody + tbody {
  border-top: 2px solid #d1d5db;
}

.table-bordered {
  border: 1px solid #d1d5db;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #d1d5db;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}