.live-stream-cards-module {
  position: relative;
  overflow: hidden;
  padding: 0 0 40px;
}
.live-stream-cards-module .heading {
  width: calc(100% - 692px);
}
.live-stream-cards-group-inner{
  width: 692px;
  padding-right: 10px;
}
.live-stream-cards-group{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}
.live-stream-cards-group:(.slider) .live-stream-card-item{
  width: 100%;
  max-width: 187px;
}
.live-stream-card-item {
  margin-right: 41px;
}

.live-stream-carditem-inner {
  position: relative;
  padding: 22px 30px 21px;
  border-radius: 20px;
  border: 1px solid #282D2E;
  font-weight: normal;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 187px;
  max-width:187px;min-width:187px;
}

.live-stream-card-details h6 {
  margin: 0;
}
.live-stream-card-details p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}

.live-stream-card-icon svg,
.live-stream-card-icon img { display:block;margin:auto; }
.live-stream-card-icon.svg-icon {
  background: #282D2E;
}
.live-stream-card-item .text {
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.85px;
}
.live-stream-card-item .text > h1,.live-stream-card-item .text > h2,
.live-stream-card-item .text > h3,.live-stream-card-item .text > h4,
.live-stream-card-item .text > h5,.live-stream-card-item .text > h6 { color:#282D2E; }
.live-stream-card-item .text > h1:first-child,.live-stream-card-item .text > h2:first-child,
.live-stream-card-item .text > h3:first-child,.live-stream-card-item .text > h4:first-child,
.live-stream-card-item .text > h5:first-child,.live-stream-card-item .text > h6:first-child { margin-bottom:36px; }
.live-stream-card-item .text > *:first-child { margin-top:0!important; }
.live-stream-card-item .text > *:last-child { margin-bottom:0!important; }
.live-stream-card-separator {
  width: 100%;
  max-width: calc(100% - 52px);
  height: 3px;
  border-radius: 3px;
  margin: 0 auto;
  padding: 0;
  border: 0 none;
  background: #282D2E;
  position: absolute;
  top: auto;
  bottom: 21px;
  left: 0;
  right: 0;
}

.live-stream-cards-group .slick-prev.slick-disabled,
.live-stream-cards-group .slick-next.slick-disabled,
.live-stream-cards-group .slick-next:before, 
.live-stream-cards-group .slick-prev:before,
.live-stream-cards-group.slick-dotted.slick-slider .slick-dots li button:before{
  display:none!important;
}

.live-stream-cards-group.slider .slick-arrow {
  background: #dffe02;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  z-index: 1;
}

.live-stream-cards-group.slider .slick-arrow.slick-next {
  right: -66px !important;
}

.live-stream-cards-group.slider .slick-arrow.slick-prev {
  left: -66px !important;
}

.live-stream-cards-group.slider .slick-arrow.slick-prev svg {
  transform: rotate(180deg);
}

.live-stream-cards-group.slick-dotted.slick-slider .slick-dots {
  bottom: -50px;
  font-size: 0;
  line-height: 0;
}

.live-stream-cards-group.slick-dotted.slick-slider .slick-dots>li {
  height: auto;
  margin: 0 5.5px;
  vertical-align: top;
  width: auto;
}

.live-stream-cards-group.slick-dotted.slick-slider .slick-dots>li.slick-active button {
  background: #353a3b;
}
.live-stream-cards-group.slick-dotted.slick-slider .slick-dots>li button {
  background: #e8e8e8;
  border: 0;
  height: 19px;
  padding: 0;
  width: 19px;
}

.live-stream-cards-group .slick-list{
  width:100%;
}

.live-stream-cards-module .text {
  padding: 63px 0 23px;
  font-weight: 300;
}

@media(min-width:640px) {
  /*   .live-stream-card-item {
  width: 50%;
} */
}
@media (min-width: 768px) {
  .live-stream-cards-group.slider .slick-track {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .live-stream-card-item.slick-slide {
    float: none !important;
    height: inherit;
    margin-right:41px;
    padding: 0;
  }
  .live-stream-card-item.slick-slide:last-child {
    margin-right: 0;
  }
}
@media(min-width:992px) {
  /*   .live-stream-card-item {
  width: 33.33%;
} */
}
@media(min-width:1441px) {
  /*   .live-stream-card-item {
  max-width: 475px;
} */
}

@media(min-width:1025px) and (max-width:1200px) {
  .live-stream-cards-module .heading {
    width: calc(100% - 590px);
  }
  .live-stream-cards-group-inner {
    width: 580px;
  }
}
@media(max-width:1320px) {
  .live-stream-cards-group.slider .slick-arrow.slick-next {
    right: 0 !important;
  }
  .live-stream-cards-group.slider .slick-arrow.slick-prev {
    left: -41px !important;
  }
}

@media (max-width: 1280px) {
  .live-stream-cards-group.slider .slick-arrow svg {
    width: 12px;
    height: 12px;
  }
  .live-stream-cards-group.slider .slick-arrow {
    height: 25px;
    width: 25px;
  }
}

@media (max-width: 991px) {
  .live-stream-cards-module .heading {
    width: 100%;
  }
  /*.live-stream-cards-group-inner {
  width: 100%;
  padding-right: 0;
  padding-left: 85px;
}*/
  .live-stream-cards-group-inner {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .live-stream-cards-module .heading h2 {
    margin-bottom: 37px;
  }
  .live-stream-cards-group .slick-list {  padding-left:20px!important;padding-right:20px!important; width:auto;margin-left:-20px!important;margin-right:-20px!important;  }
  .live-stream-cards-group.slider .slick-arrow.slick-prev { left:0!important; }
  .live-stream-cards-group.slider .slick-arrow.slick-next { right:0!important; }
  .live-stream-card-item {
    margin-right: 26px;
  }
  /* .live-stream-cards-module .text,
  .live-stream-cards-module .button-set{
  margin-left: -85px;
} */
  .live-stream-carditem-inner { max-width:187px;min-width:187px;margin-left:auto;margin-right:auto; }
}

@media(max-width:767.9px) {
  .live-stream-cards-group.slider .live-stream-card-item {
    padding: 12px 0;
    margin: 0 13px;
  }
/*   .live-stream-cards-group .slick-list {  padding-left:50px!important;padding-right:0!important;  } */
}