ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}

.category-container {

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  grid-template-columns: repeat(6, 16.6%);
  border-top: 1px solid #e3e8eb;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /* border-radius: 10px; */
  border-left: 1px solid #e3e8eb;
  overflow: hidden;
}

.category_list {
  /* height: 70px; */
  height: 30px;

  background: white;
  border-right: 1px solid #e3e8eb;
  border-bottom: 1px solid #e3e8eb;
  width: calc(100% / 6);
  cursor: pointer;
}

.category_list.active {
  box-shadow: inset 0px 0px 0px 0.5px #2981c6;
  background: #e4eef8;
}

/* .category_list:first-child {
  border-radius: 10px 0 0 0;
} */

.category_anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  /* height: 70px; */
  height: 30px;
}

.category_image_box {
  width: 58px;
  height: 40px;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 0 10px;
  display: none;
}

.category_img {
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  text-align: center;
  font-size: 34px;
  line-height: 22px;
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
}

.category_heading_box {
  /* height: 70px; */
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  /* width: calc(100% - 58px); */
  width: 100%;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.category_heading {
  /* color: #858c92; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  word-break: break-word;
  text-transform: capitalize;
  font-size: 11px;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: normal !important;
}

.category_list.active .category_heading {
  color: #2981c6;
  font-size: 13px;
  margin-bottom: 0;
}

.cardpanel {
  border-radius: 0px;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 3%);
  background: white;
  min-height: 300px;
}

.cardpanel_heading {
  height: 80px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 15px;
  cursor: pointer;
}

.cardpanel_title {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cardpanel_title_imgbox {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.cardpanel_title_image {
  width: 43px;
  height: 43px;
  background-size: cover;
}

.cardpanel_mainanchor {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cardpanel_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cardpanel_box_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0 15px;
}

.cardpanel_categorybox {
  width: calc(100% / 4);
  margin-bottom: 15px;
}

.cardpanel_categorybox_linklist {
  line-height: 1.85;
  margin-top: 15px;

}

.categorybox_linktab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 5px;
  margin-bottom: 8px;
}

.cardpanel_categorybox_heading {
  font-size: 14px;
  font-weight: 600;
}

.medium {
  font-size: 13px;
}

.categorybox_link {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 98%;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  word-break: break-word;
}

.categorybox_link.text-muted,
.subcategory span.text-muted,
.cardpanel_title_text span {
  color: var(--step-text-color) !important;
}

.subcategory {
  color: var(--tile-title-color) !important;
}

.superCtgry {
  padding: 15px 0 !important;
  background: white;
}

.superCtgry,
.cardpanel {
  border: 1px solid var(--divider-color) !important;
}

.superCtgry ::ng-deep .slick-prev {

  /* .superCtgry .slick-prev { */
  height: 45px !important;
  width: 45px !important;
  left: -15px !important;
  background: white !important;
  color: var(--tile-title-color) !important;
  padding: 0 !important;
  z-index: 9 !important;
  border-radius: 360px !important;
  border: 1px solid var(--divider-color) !important
}

.superCtgry ::ng-deep .slick-next {

  /* .superCtgry .slick-next { */
  height: 45px !important;
  width: 45px !important;
  right: -10px !important;
  background: white !important;
  color: var(--tile-title-color) !important;
  padding: 0 !important;
  border-radius: 360px !important;
  z-index: 9 !important;
  border: 1px solid var(--divider-color) !important
}

.superCtgry .category-tile.active {
  border: 1px solid var(--primary-color) !important;
}

.superCtgry ::ng-deep .slick-next:before,
.superCtgry ::ng-deep .slick-prev:before {

  /* .superCtgry .slick-next:before,
.superCtgry .slick-prev:before { */
  position: relative !important;
  font: normal normal normal 18px/1 FontAwesome !important;
  color: var(--tile-title-color) !important;
}

.superCtgry ::ng-deep .slick-next:before {

  /* .superCtgry .slick-next:before { */
  left: 0 !important;
  content: "\f054" !important;
  font: 16px/1 FontAwesome !important;
}

.superCtgry ::ng-deep .slick-prev:before {

  /* .superCtgry .slick-prev:before { */
  right: 1px !important;
  content: "\f053" !important;
  font: 16px/1 FontAwesome !important;
}

.category-tile {
  height: 126px!important;
  display: flex;
  flex-direction: column;
}
.category-tile-img{
margin-top:auto;

}
.category-tile-text{
margin-bottom:auto!important;
}

.cardpanel_column_anchorlist {
  position: relative;
  max-height: 530px;
  -webkit-columns: 4;
  -moz-columns: 4;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
  width: 100%;
  margin: auto;
  overflow: auto;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -webkit-break-inside: avoid;
  break-inside: avoid;
  line-height: 1.5;
}

.backicon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;

}

.pointer {
  cursor: pointer;
}

.cardpanel_title_text {
  color: var(--tile-title-color) !important;
}

.card-body .card-header {
  border: 0;
}

.card-body .card-header:after {
  margin-right: 20px;
}

.card-header a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 80%;
  margin-bottom: 0;
  float: left;
}

.card-header {
  min-height: 45px;
  display: block;
}
.card-header.collapsed{
  border-bottom:0!important;
}
.accordion .card-header:after {
  line-height: 17px !important;
  font-weight: 400;
}


@media screen and (max-width:560px) {
  .category_list {
    width: calc(100% / 2);
  }

  .cardpanel_categorybox {
    width: calc(100% / 2);
  }

  .superCtgry {
    border: 0 !important;
    padding: 0 !important;
  }

  .bg-color-for-mobile {
    background-color: white !important;
    padding: 0 15px 15px 15px !important;
  }

  .text-media-size {
    font-size: 10px;
  }

  .superCtgry-img {
    height: 35px;
    width: 35px;
    text-align: center;
    margin: 0 auto;
  }

  .superCtgry-img img {
    margin: 0 auto;
    max-height: 100%;
    width: 35px;
  }
}

/* added css for view all categories */

@media (max-width: 767px) {
  .view-all-list-section-mobile {
    font-size: 12px;
    width: 90%;
  }
  .superCtgry .slick-list{
    margin-right:-8px;
    }
}
