/*your custom css goes here*/


 /*==== @@@@ Member Section start here  @@@@ ======= */
.member-button-group {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .member-button-group .lab-btn:first-child {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.top-member-section .filters-button-group {
  margin-bottom: 40px;
}
.top-member-section .filters-button-group .filter-btn {
  padding: 0.5rem 1rem; list-style: none; cursor: pointer; margin: 0 5px; font-size: 1rem;
}
.top-member-section .filters-button-group .filter-btn.is-checked {
  background: #df314d;
  color: #fff;
}
.top-member-section .filter-item {
  width: calc(100% / 2);
}
@media (min-width: 768px) {
  .top-member-section .filter-item {
    width: calc(100% / 3);
  }
}
@media (min-width: 992px) {
  .top-member-section .filter-item {
    width: calc(100% / 4);
  }
}
@media (min-width: 1200px) {
  .top-member-section .filter-item {
    width: calc(100% / 5);
  }
}

/*==== @@@@ Member Section End here  @@@@ ======= */