/* Section: Dusit Classes */
.section-dusit-classes {
  margin-top: -25px;
  padding-bottom: 95px;
}

.master-classes-filter-box {
  width: 540px;
  padding: 30px;
  background-color: black;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  right: 0;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, .3);
  transition: .3s;
  visibility: hidden;
  opacity: 0;
  transform-origin: top right;
  transform: scale(.9);
}

.master-classes-filter-box.-show {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.filter-group {
  position: relative;
  color: white;
  margin-bottom: 25px;
}

.filter-group .ds-text { 
  position: relative;
  line-height: 1.6em; 
  font-weight: 700;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.filter-group .ds-text::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: white;
  margin-right: 8px;
}

.filter-group .ds-text.-active::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: black;
  margin-right: 8px;
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -4px;
}

.filter-title {
  position: relative;
  margin-bottom: 20px;
}

.filter-title::after {
  content: '';
  display: block;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* .filter-group::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, .7);
  position: absolute;
  top: 12px;
  left: 20px;
} */

.filter-group.-active .ds-text-h2 { color: white; }
.filter-group.-active::before { background-color: white; }

.master-classes-filter-months {
  display: flex;
  flex-wrap: wrap;
}

.filter-month {
  width: 25%;
}

@media (max-width: 991px) {
  .section-dusit-classes {
    margin-top: -20px;
    padding-bottom: 50px;
  }

  .btn-filter-class {
    min-width: initial;
    padding: 0 25px;
  }
	
}

@media (max-width: 767px) {
	.master-classes-filter-box{
		width:300px;
	}
	.filter-month {
    	width: 33%;
	}
}
