.nav.nav-tabs {
  float: left;
  display: block;
  margin-right: 20px;
  border-bottom: 0;
  border-right: 1px solid #ddd;
  padding-right: 15px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: #e4f3ff;
}

.nav-tabs .nav-link.active {
  color: #000000;
  background-color: #ffffff !important;
  border-color: transparent !important;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
}
.tab-content > .active {
  display: block;
  background: #e4f3ff;
  min-height: 165px;
}
.nav.nav-tabs {
  float: left;
  display: block;
  margin-right: 20px;
  border-bottom: 0;
  border-right: 1px solid transparent;
  padding-right: 15px;
  width: 100%;
}
a {
  color: #000000;
}
a:hover {
  color: black;
}

.nav-item {
  min-height: 20% !important;
}
.tab-div {
  min-height: 450px;
  background-color: #e4f3ff;
}
.tab-size {
  min-height: 450px !important;
}

.nav-tabs .nav-link.active {
  /* width: 270px !important; */
}
/* .course-hero-banner{
  width: 20%;
} */

.spacing {
  padding-top: 22px;
  padding-right: 20px;
}

.ppl-descrip {
  /* background: linear-gradient(to right, #aecded, #ffffff); */
  border-radius: 25px;
  padding: 20px;
  /* border: 2px solid #0000000e; */
}
