.daycare-passes-mdl table {
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 1.75em;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  min-height: .01%;
  overflow-x: auto;
  border: none;
}

.daycare-passes-mdl table thead {
  border: none;
}

.daycare-passes-mdl table thead tr {
  border: none;
}

.daycare-passes-mdl table thead tr th {
  text-align: center;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: bottom;
  border: none;
  background-color: transparent;
  color: #696969;
}

.daycare-passes-mdl table thead tr td {
  border: none;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  background-color: transparent;
  color: #696969;
}

.daycare-passes-mdl table thead tr td h3 {
  color: #000;
}

.daycare-passes-mdl table thead tr td:first-child h3 {
  text-align: left;
}

.daycare-passes-mdl table thead tr td h3 span {
  color: #adc32b;
}

.daycare-passes-mdl table tbody tr td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: none;
  white-space: nowrap;
}

.daycare-passes-mdl table#table-features {
  background-color: #fff;
  border: none;
  border-top: 3px solid #adc32b;
  border-bottom: 3px solid #adc32b;
  padding-top: 5px;
  padding-bottom: 10px;
}

.daycare-passes-mdl table#table-features tr td {
  text-align: right;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: none;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding-top: 9px;
  padding-bottom: 8px;
}

.daycare-passes-mdl table#table-features tr:nth-child(even) td,
.daycare-passes-mdl table#table-features-included tr:nth-child(even) td {
  background-color: #f9f9f9;
}

.daycare-passes-mdl table#table-features-included {
  border-top: 3px solid #adc32b;
  border-bottom: 3px solid #adc32b;
  padding-top: 5px;
  padding-bottom: 10px;
}

.daycare-passes-mdl table#table-features-included tr td {
  padding-top: 8px;
  padding-bottom: 7px;
}

.daycare-passes-mdl table#table-features-included tr td i {
  color: #adc32b;
  font-size: 26px;
}

.daycare-passes-mdl table#table-features-included tr td.additional-costs {
  font-size: 26px;
  font-weight: 600;
  padding-top: 4px;
  padding-bottom: 4px;
}

.daycare-passes-mdl table tbody tr td.daycare-costs {
  border: none;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  padding: 0;
}

.daycare-passes-mdl .table-slider {
  display: none;
}

.daycare-passes-mdl .table-slider .lsow-carousel-item {
  text-align: center;
    padding-bottom: 48px;
}

.daycare-passes-mdl .table-slider ul.slick-dots {
  width: 100%;
  position: absolute;
  bottom: -27px;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
}

.daycare-passes-mdl ul.slick-dots li {
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  display: inline-block;
  font-size: 0;
}

.daycare-passes-mdl ul.slick-dots li button {
  font-family: sans-serif;
  line-height: 1.15;
  margin: 0;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  background: #aaa;
  border: 1px solid #aaa;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background .3s ease-in-out 0s;
  transition: background .3s ease-in-out 0s;
  font-size: 0;
  outline: none;
}

.daycare-passes-mdl ul.slick-dots li button:hover,
.daycare-passes-mdl ul.slick-dots li.slick-active button {
  background: 0 0 !important;
  border-color: #aaa !important;
}

.daycare-passes-mdl ul.slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
}

.daycare-passes-mdl .table-slider .lsow-carousel-item .img {
  margin: 0;
}


@media (min-width: 481px) and (max-width: 1024px) {
  .daycare-passes-mdl table thead tr td h3,
  .daycare-passes-mdl table#table-features tr td,
  .daycare-passes-mdl table#table-features-included tr td i,
  .daycare-passes-mdl table#table-features-included tr td.additional-costs,
  .daycare-passes-mdl table tbody tr td.daycare-costs {
    font-size: 80%;
  }
}

@media (max-width: 767px) {
  .daycare-passes-mdl table {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .daycare-passes-mdl > table {
    display: none;
  }

  .daycare-passes-mdl .table-slider {
    display: block;
  }
}