.filter-left {
    border-left: 1px solid #f0f0f0;
    background: #fff;
}
.ltsc::before {
    height: 100%;
}
.bg-white{background: #fff;}
.community_filter {
    list-style: none;
    border-bottom: 1px solid #777;
}
.community_filter li {
    padding: 10px;
    display: inline-block;
    font-size: 16px;
    line-height: 42px;
    cursor: pointer;
}
.community_filter li.active {
    border-bottom: 3px solid #2196f3;
    cursor:inherit;
}
.filter_head {
    margin-top: 0;
    padding: 5px 10px;
    font-size: 17px;
    text-transform: uppercase;
    background: #005da8;
    color: #fff;
    border-radius: 3px 3px 0 0;
}
.containerb {
    color: #000;
    padding-left: 10px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 8px;
    margin-bottom: 8px;
    float: left;
    width: 100%;
    font-size: 15px;
}
.containerb a{
    color: #000;
}
.containerb.multiple::after {
    font-family: FontAwesome;
    content: "\f0dd";
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 10px;
}
.containerb.multiple.active::after {
    font-family: FontAwesome;
    content: "\f0de";
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 10px;
}
.sub_filter{display: none;padding-left: 20px;}
.sub_filter.active{display: block;}
.ml-1{margin-left: 10px;}
.course_list_box {
    background: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #ECECEC;
    padding: 10px;
}
.course_list_box[_ngcontent-c5]:hover {
    border: 1px solid #1982d7;
    box-shadow: 0 5px 6px 0px #e5f4ff;
}
.course_list_box li {
    display: inline-block;
}
.course_list_box li.title {
    font-size: 13px;
    font-weight: 600 !important;
}
.course_list_box li.date {
    float: right;
    font-size: 10px;
    background: #eff8ff;
    color: #2196f3;
    padding: 5px 12px;
    border-radius: 20px;
    margin-right: 5px;
    border: 1px solid #b3ddff;
}
.course_list_box li.brochure {
    float: right;
    background: #fff7ed;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 10px;
    color: #fb9319;
    margin-left: 3px;
    border: 1px solid #ffd5a3;
}
.course_list_box li.brochure a{
    color: #FFA030;
}
.course_list_box li.details {
    float: right;
    background: #cbefb7;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 10px;
    color: #088546;
    margin-left: 3px;
    border: 1px solid #71af90;
}
.course_list_box li.details a{
    color: #088546;
}

.course_btns{
    margin-bottom: 10px;
}
.course_btns li{
    display: inline-block;
}
.course_btns li:nth-child(2) {
    padding-left: 10px;
}
.course_btns li a{
    padding: 5px 15px;
    border-radius: 3px;
}
.course_btns li.brochure_btn a{
  background: #1982D7;
  color: #fff!important;
}

.course_btns li.details_btn a{
    background: #32A53E;
    color: #fff;
}


.sticky_left {
    position: fixed;
    top: 0;
    left: 2%;
    z-index: 999;
    width: 15%;
}
.section_title{
  font-weight: bold;
  margin-top: 40px;
}

fieldset.scheduler-border {
  border: 1px solid #1982D7 !important;
  padding: 0 1.4em 1.4em !important;
  margin: 0 0 1.5em !important;
  border-radius: 5px;
  background: #fff !important;
}
legend.section_title {
  font-size: 1.2em!important;
  font-weight: 700!important;
  text-align: left!important;
  width: inherit;
  padding: 3px 11px;
  background: #1982d7;
  color: #fff;
  border-radius: 3px;
  margin-top: 0;
  letter-spacing: 0.5px;
}
.legend {
  display: block;
  margin-bottom: 10px;
  line-height: inherit;
  border: 0;
}
.scheduler-border .package_title {
    font-size: 15px;
    color: #1982d7;
    font-weight: 700;
}
.mob_show{display: none;}




@media screen and (max-width: 767px){

  .scheduler-border .package_title{
    padding-left: 0px !important;
    margin-left: -15px;
  }
  .date_title .date {
      background: none;
      width: 25%;
      min-width: auto;
      color: #000;
  }
  .date_title .title {
      font-size: 15px;
      font-weight: normal;
      padding-top: 15px !important;
      width: 75%;
      text-align: left;
  }
  .date_title .title span{
      float: none;
  }
  .course_list_box{
    padding: 3px 5px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .course_list_box li{
    padding: 3px 5px !important;
  }
  .course_list_box li.title {
    font-size: 12px;
    font-weight: 600 !important;
  }
  .course_list_box li.brochure {
    font-size: 9px;
  }
  .course_list_box li.date {
    font-size: 9px;
  }
  .course_btns {
      margin-right: -15px;
  }
  .course_list_box .course_btns {
      padding-top: 5px;
      margin-bottom: 15px;
      margin-left: 5px;
  }
  .sticky_left {
      width: 100%;
      left: 0;
      margin-top: 0;
      background: #fff;
      position: inherit;
  }
  .mob_hide{display: none !important;}
  .mob_show{display: block;}

}
