.banner_area_course{
  position: relative;
    background: none;
    z-index: 1;
    min-height: 392px;
    padding-top: 0 !important;
}
.pills{
  color: black;
    background-color: #ecebeb !important;
    border-color: #005cbf;
    color: #fff;
    border-color: #ecebeb !important;
    border-color: transparent;
    font-size: .8rem;
    padding: 8px 20px;
    margin: 5px;
    background: rgba(52, 58, 64, 0.05);
    color: #343a40;
    border-radius: 20px;
    font-weight: 800;
    min-width: 190px;
}
.pills.active{
  background-color: #2b5ea6 !important;
  border-color: #2b5ea6 !important;
  color: white;
  font-weight: 800;
}
.pills:hover{
  background-color: #2b5ea6 !important;
  border-color: #2b5ea6 !important;
  color: white;
  font-weight: 800;
}
.ind-courses{
  min-width: 200px;
  text-align: center;
  padding: 20px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.023em;
    line-height: 30px;
}
#courselist div{
  margin-top: 10px;
}
.checked{
  width: 30px;
    margin-right: 20px;
}