.ads-text-img {
  background: #9d9d9d !important;
  color: black;
  height: 50px;
  text-align: center;
  margin-top: 1px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.border-custom {
  border-bottom: 1px solid #fdb614 !important; /* Adjust thickness as needed */
}
.nav-custom {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.nav-custom:first-child {
  border-left: none;
}

.nav-custom:last-child {
  border-right: none;
}
