#term-and-conditions {
  padding: 32px 0;
}
#term-and-conditions .clickable {
  cursor: pointer;
}
#term-and-conditions .column-table-content .title {
  color: #0D3B58;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 32px;
}
#term-and-conditions .column-table-content h2, #term-and-conditions .column-table-content h3 {
  color: #4A4A4A;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#term-and-conditions .column-table-content h2 {
  margin-top: 32px;
  font-weight: bold;
}
#term-and-conditions .column-table-content h2:first-child {
  margin-top: 0 !important;
}
#term-and-conditions .column-table-content .dropdown button {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  background-color: transparent;
  border: 1px solid #eee;
  box-shadow: 0 4px 10px 0 rgba(224, 224, 224, 0.5);
}
#term-and-conditions .column-table-content .dropdown-toggle::after {
  float: right;
  position: absolute;
  right: 10px;
  top: 17px;
  color: #c4c4c4;
  font-weight: bold;
}
#term-and-conditions .column-table-content .dropdown-menu {
  flex: 1;
  width: 100%;
}
#term-and-conditions .column-table-content .dropdown-menu h2, #term-and-conditions .column-table-content .dropdown-menu h3 {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#term-and-conditions .column-table-content .dropdown-menu h3 {
  margin-left: 16px;
}
#term-and-conditions .column-all-content {
  overflow-y: auto;
  height: 700px;
}
#term-and-conditions .column-all-content h1 {
  color: #010101;
  font-size: 48px;
  line-height: 48px;
}
#term-and-conditions .column-all-content h2 {
  color: #1E9DC3;
  font-size: 28px;
  margin-top: 16px;
}
#term-and-conditions .column-all-content h3 {
  color: #4A4A4A;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 4px;
}
#term-and-conditions .column-all-content p, #term-and-conditions .column-all-content li {
  color: #0D3B58;
  font-size: 14px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 991px) {
  .page-title {
    margin-top: 8%;
  }
}
@media only screen and (min-width: 992px) {
  .page-title h1 {
    visibility: hidden;
  }
}

/*# sourceMappingURL=term_and_conditions.css.map */
