.all_states {
  border: 1px solid #EAEAEC;
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 30px 40px;
  margin: 1em 0;
}
@media (max-width: 767px) {
  .all_states {
    padding: 16px;
  }
}
.all_states h3 {
  margin-top: 0;
  margin-bottom: 27px !important;
}
.all_states ul {
  columns: 5;
  list-style: none;
  margin-left: 0;
  padding-left: 0 !important;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .all_states ul {
    columns: 4;
  }
}
@media (max-width: 992px) {
  .all_states ul {
    columns: 3;
  }
}
@media (max-width: 767px) {
  .all_states ul {
    columns: 1;
  }
}
.all_states ul li {
  margin-bottom: 18px !important;
}
@media (max-width: 767px) {
  .all_states ul li {
    display: none;
  }
}
.all_states ul li:before {
  display: none;
}
.all_states ul li a {
  font-weight: 700;
  display: block;
  width: 100%;
  border-radius: 13px;
  padding: 4px 0;
  text-decoration: none !important;
  color: #ec6525;
  text-transform: capitalize;
}
.all_states ul li a:hover {
  background: #FDF0E9;
  padding: 4px 8px;
  margin-left: -8px;
  margin-right: -8px;
  width: calc(100% + 16px);
}
.all_states .laters {
  display: none;
  columns: 5;
}
@media (max-width: 767px) {
  .all_states .laters {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.all_states .laters li {
  display: block;
  width: 48px;
  height: 48px;
  background: #EEEFF0;
  color: #BFC1C5;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  border-radius: 24px;
  margin-right: auto;
  margin-left: auto;
}
.all_states .laters li:hover, .all_states .laters li.active {
  background: #EC6525;
  color: #ffffff;
  cursor: pointer;
}
.all_states p {
  color: #94989E;
  position: relative;
  margin-bottom: 20px;
}
.all_states p:before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background: #EAEAEC;
  position: absolute;
  right: 0;
  bottom: 10px;
}
@media (max-width: 767px) {
  .all_states p {
    display: none;
  }
}

/*# sourceMappingURL=all_states.css.map */
