@media only screen and (max-width: 992px) {
  .day-stag-list {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 768px) {
  .no-pad-left-xs {
    padding-left: 0px !important;
  }
}

@media only screen and (max-width: 576px) {
  .col-xxs-12 {
    width: 100% !important;
  }

  .day-stag-list {
    margin-bottom: 30px !important;
  }
}


.w-full {
  width: 100%;
}

.mw-180 {
  max-width: 180px;
}

.center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}