h2 {
  font-weight: bold;
}

p {
  font-size: 0.9rem;
  margin-bottom: 0 !important;
  line-height: 1.8;
  font-weight: 500;
}
h4{
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 5px !important;
}
.tab {
  width: 100%;
  margin: 10px 0;
}
h5{
  font-weight: 600;
}


.tab-button {
  background-color: #fbfbfb;
  color: #2c2c2c;;
  border: 1px solid #d4d4d4; /* This border will be visible when the tab is collapsed */
  padding: 10px 15px;
  text-align: left;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.tab-button .arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.tab-content {
  display: none;
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
  border-top: 0px;
  border-radius: 0px 0px 8px 8px;
  margin-top: 0;
}


ul li{
  list-style-type: square;
  padding-bottom: 5px;
}
ul{
  padding-left: 20px;
}
.eligibility-block{
  border-top: 1px solid #d4d4d4;
}
.res-block{
  border-right: 1px solid #d4d4d4;
}
