.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  background-color: var(--bs-body-bg);
  /* color: var(--bs-gray-700); */
  border: 1px solid var(--bs-gray-300);
}

.admission-open-form-figure {
  position: absolute;
  right: -54px;
  top: -33px;
}

.admission-open-form-figure .figure-admission-open {
  max-height: 90px;
}

.tns-outer [data-action] {
  display: none;
}


@media (max-width: 1200px) {
  .admission-open-form-figure {
    right: -20px;
  }

}

@media (max-width: 576px) {
  .section-home-banner {
    background-image: url('https://jmpeduhub.com/frontend/assets/images/header-banner-m.jpg') !important;
  }
  
  .admission-open-form-figure {
    right: -50px;
    top: -23px;
  }
  
  .admission-open-form-figure .figure-admission-open {
    max-height: 60px;
  }
  
}

@media (max-width: 396px) {
  .custom-banner-button {
    width: 65%;
    margin-top: 7px;
  }

}