.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;
    }
}
.resources .card .card-title
{
 /* min-height:180px;*/
}
.resources .card .card-text
{
  /*min-height: 250px;*/
}
.resources .card-body
{
    min-height: 510px;
}
.resources .card {
  display: flex;
  flex-direction: column;
  height: 100%; /* ensures consistent height if used in grid or flex layout */
}

.resources .card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* makes it take remaining space */
}

.resources .card-body a.btn {
  margin-top: auto; /* pushes the button to the bottom */
}

.cco-colour
{
   /* width:20px;
    height:10px;*/
    display: inline-block;
    padding: 3px;
    color: white;
}
.cco-label
{
    display: inline-block;
    font-size: 14px;
}
.cco-div
{
    display: inline-block;
    margin-right:10px;
}
.cco-row
{
    text-align: center;
    padding-bottom: 10px;
}
.exp-featured-img
{
  max-width:320px;
  padding-top:20px;
  padding-left:25px;
}
@media (max-width: 576px)
{
  header .header-bar 
  {
    display: none!important;
  }
}

@media (min-width: 576px)
{
  .bmenu
  {
    display: none!important;
  }
}
@media (max-width: 1398px)
{
  .reg3
  {
    margin-top:10px!important;
  }
}

@media (max-width: 990px)
{
  .reg2
  {
    margin-top:10px!important;
  }
}