html

    You will be redirected to PayPal to complete the payment.

    
    Proceed to PayPal

    
        // JavaScript function to redirect to PayPal
        function redirectToPayPal() {
            // Redirect the user to the PayPal payment URL
            window.location.href = "https://www.paypal.com/paypal_checkout_url";
        }

.header .main-header .header-left .header-logo {
    max-width: 60px;
    width: 100%;
}

.box-newsletter .img-main {
    border-radius: 565px;
    max-width: 60%;
    width: 100%;
}

.alert.alert-sticky {
    border-radius: 0;
    margin: 0;
    width: 100%;
    z-index: 1000;
    display: none !important;
}

.ck-content ul {
    list-style-type: none;
}