body:has(header.header-section.header-fixed) .modal-dialog.modal-lg.modal-dialog-centered,
body:has(header.header-section.header-fixed) .modal-dialog.modal-xl.modal-dialog-centered
{
    margin-top: 6rem;
}
body:has(header.header-section.header-fixed) .modal-dialog.modal-lg{
    margin-top: 7rem;
}
body:has(header.header-section.header-fixed) .modal-dialog.modal-ml.modal-dialog-centered {
    margin-top: 7rem;
}


body:has(header.header-section.header-fixed) .modal-dialog.review-section.modal-xl{
    margin-top: 7rem;
}

.review-button{
    height: 3rem;
    border-radius: 2rem;
    width: 100%;
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .modal-dialog.review-section.modal-xl {
        width: 60%;
        max-width: 60%;
    }

}

@media (min-width: 1441px) {
    .modal-dialog.review-section.modal-xl {
        width: 50%;
        max-width: 50%;
    }

}
