.accordion-button::after {
  flex-shrink: 0;
  width: 4.25rem;
  height: 4.25rem;
  margin-left: auto;
  content: "";
  background-image: url("../img/DP-_faq-open.png"); /* Change this to your image path */
  background-repeat: no-repeat;
  background-size: 4.25rem;
  transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../img/DP-_faq-close.png");
  transform: rotate(-180deg);
}
.accordion-button {
  font-size: 1.6rem;
}
.custom-checklist {
    margin-left: 30px;
    list-style: none;
    padding-left: 0;
    /*margin: 0;*/
}
.custom-checklist li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 0.5em;
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 800;
}
.custom-checklist li span.checkmark {
    color: var(--color-primary);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px;
    font-weight: 800;
    /*margin-top: -9px;*/
}

.custom-checklist-standard li
{
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 800;
}
.custom-checklist-standard {
    margin-left: 30px;
    list-style-type: disc; /* or circle/square as you prefer */
    padding-left: 1.5em;
}

.custom-checklist-standard li::marker {
    color: var(--color-primary);     /* Change to your desired color */
    font-size: 1.5em;    /* Make the bullet bigger */
}

@media (max-width: 493px) 
{
  .header-bar .regbar
  {
    position:absolute;
    margin-top:60px;
  }
    .header-bar .float-end
    {
      float:none!important;
      margin-bottom:5px;
    }
    .header-bar .container
    {
      text-align: center;
    }
    header .header-bar {
      min-height: 80px;
    }
    .back-register {
      min-height: 720px;
    }
    .card-img.pic1
    {
      background-position-y: 0!important;
    }
    .row.stargazer{
      padding-top:30px;
    }
}