.header-image-box{
	display: none;
}
.learn-press-checkout-comment{
	display:none;
}
.lp-checkout-block{
	margin-top: 15px !important;
}
.order-total{
	padding: 10px !important;
	font-size: 20px !important;
}


.elementor-nav-menu {
    display: flex;
    justify-content: space-between; /* Ensures equal spacing between items */
    padding: 0; /* Removes default padding */
    margin: 0; /* Removes default margin */
    list-style: none; /* Removes bullet points */
	gap: 10px;
	font-weight: bold !important;
}

.elementor-nav-menu li {
    margin: 0; /* Resets margin for list items */
}

.elementor-nav-menu a {
    display: inline-block;
    padding: 5px 5px; /* Adjust padding as per your design */
    text-decoration: none;
    color: #333; /* Default text color */
    font-size: 16px; /* Adjust font size */
	font-weight: bold;
}


.sub-arrow {
    display: none !important;
}

.wpcf7-form {
    display: none !important;
}

.page-id-4237 .wpcf7-form {
    display: block !important;
}
body.page-id-4237 {
    background-color: #f0f8ff; /* Light blue background for the page */
}

body.page-id-4237 .wpcf7-form {
    max-width: 500px; /* Adjust the width as needed */
    margin: 0 auto; /* Centers the form */
    padding: 20px;
    background-color:#ffffff; /* Light blue background */
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}





/* Style for form labels */
body.page-id-4237 .wpcf7 label {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

/* Style for input fields */
body.page-id-4237 .wpcf7 input,
body.page-id-4237 .wpcf7 textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 6px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

/* Style for the submit button */
body.page-id-4237 .wpcf7-submit {
    background: #0077cc;
    color: white;
    font-size: 16px;
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

/* Submit button hover effect */
body.page-id-4237 .wpcf7-submit:hover {
    background: #005fa3;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#content {
    flex: 1;
}

/* 1. The tab link in the left-hand list */
.profile-tab-sections li.change-password {
    display: none !important;
}

/* 2. The main content panel for that tab */
.lp-profile-content .change-password {
    display: none !important;
}

/* Hide Orders tab in LearnPress student dashboard */
.lp-profile-nav-tabs li.orders {
    display: none !important;
}












