body {
    background-image: none;
}

.page-section-header {
    height: 120px;
    /* background-image: url('Rectangle367.png'); */
    width: 100%;
    /* filter: brightness(25%); */
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
        url('Rectangle367.png');
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* cart */
@media (min-width: 1025px) {
}

.card-registration .select-input.form-control[readonly]:not([disabled]) {
    font-size: 1rem;
    line-height: 2.15;
    padding-left: .75em;
    padding-right: .75em;
}

.card-registration .select-arrow {
    top: 13px;
}

.bg-grey {
    background-color: #eae8e8;
}

@media (min-width: 992px) {
    .card-registration-2 .bg-grey {
        /* border-top-right-radius: 16px;
        border-bottom-right-radius: 16px; */
    }
}

@media (max-width: 991px) {
    .card-registration-2 .bg-grey {
        /* border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px; */
    }
}
/* cart */