

.proccess-icon:hover{
    margin-bottom: 40px !important;
}

.page-header{
    padding-top: 160px;
}

header{
    z-index: 10;
}
@media (max-width: 576px) {
.faq-accordion .accordion-item button {
  border-radius: 1rem 1rem 0 0;
  border: none;
  padding: 1.5rem;
  font-size: 16px !important;
  font-weight: 600;
}

}

.single-pricing-wrap {
    display: flex;
    flex-direction: column;
    height: 100%; /* forces equal height */
}

.pricing-info {
    flex-grow: 1; /* pushes the button down */
}

.single-pricing-wrap a.btn {
    margin-top: auto;
}

/* Push accordion arrow fully to the far left */
.accordion-button::after {
    margin-right: 0 !important;     /* remove the right-side spacing */
}

.accordion-button {
    display: flex;
    justify-content: space-between;
}

.accordion-button::after {
    width: 20px;
    height: 20px;
    background-size: 20px;
}
