header {
    background-color: #fff;
    position: relative;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

header * {
    z-index: 1
}

body.step-course .header {
    justify-content: space-between;
}
.bg-white {
    background-color: #fff;
}
.header .logo img {
    max-width: 240px;
    max-height: 240px;
}


.header .support {
    color: #000;
}

.header .support span {
    display: block;
    font-size: 18px;
    text-align: right;
}

.header .support span b {
    color: #9c64f4;
}

.step-course-limited .hero h2 {
    color: #9c64f4;
    font-size: 36px;
    line-height: 1.2;
    text-shadow: none;
    margin-bottom: 0px;
}

.step-course-limited .hero {
    padding-top: 40px !important;
}
.step-course-limited .hero  .arrow-icon {
    margin-bottom: 0px;
    display: block;
}

.step-course-limited .hero h3 {
    font-size: 58px;
    font-weight: 700;
    line-height: 58px;
}

.hero .intro .inner p {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
}

.section-course {
    border: 5px solid #381273;
    padding: 0 !important;
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 80px;
}

.section-course .d-flex .form-checkout {
    width: 50%;
    flex-shrink: 0;
    padding: 25px;
}

.section-course .d-flex .course-include {
    width: 50% !important;
    padding-top: 30px;
    padding-left: 5px;
    padding-right: 15px;
}

.section-course .form-checkout h2 {
    color: #000;
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
}

.section-course .form-checkout .woocommerce-checkout-review-order-table {
    display: none !important;
}

#order_review.installment .woocommerce-checkout-review-order-table tfoot,
#order_review.subscription .woocommerce-checkout-review-order-table tfoot {
    display: revert !important;
}

#order_review.installment .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal,
#order_review.installment .woocommerce-checkout-review-order-table tfoot tr.cart-discount,
table.shop_table._sumo_pp_orderpp_fields,
#order_review.subscription .woocommerce-checkout-review-order-table tr.cart-discount,
#order_review.subscription .woocommerce-checkout-review-order-table tr.cart-subtotal,
#order_review.subscription .woocommerce-checkout-review-order-table tr.order-total:not(.recurring-total),
#order_review.subscription .woocommerce-checkout-review-order-table tr.recurring-totals {
    display: none !important;
}

.payment_plan_selector>h3 {
    text-align: left !important;
    color: #1f1f1f !important;
    font-size: 28px !important;
    font-weight: 600;
}

.payment_plan_selector .payment_plan_options {
    padding: 0;
    margin: 0;
    list-style: none;
}

.payment_plan_selector .payment_plan_options li {
    border: 1px solid #a5a5a5;
    border-radius: 8px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 2px 4px #ddd inset;
    padding: 10px 15px;
    cursor: pointer;
}

.payment_plan_selector .payment_plan_options li.checked,
.payment_plan_selector .payment_plan_options li:hover {
    box-shadow: 0 0 2px 4px rgba(80, 78, 231, 0.4) inset;
}

.payment_plan_selector .payment_plan_options li label {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.payment_plan_selector .payment_plan_options li label::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 5px;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0 0 1px #504ee7;
    background-color: #fff;
    cursor: pointer;
}

.payment_plan_selector .payment_plan_options li.checked label::before,
.payment_plan_selector .payment_plan_options li:hover label::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 5px;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0 0 1px #504ee7;
    background-color: #504ee7;
    cursor: pointer;
}

.payment_plan_selector .payment_plan_options li p {
    margin-bottom: 0;
    font-size: 14px !important;
    padding-left: 30px;
    cursor: pointer;
}

.woocommerce-checkout .woocommerce-checkout-payment p.sumo_pp_payment_mode_selection input[type="checkbox"] {
    display: inline-block !important;
    width: 14px;
    margin-right: 4px !important;
    position: relative;
    bottom: -1px;
    cursor: pointer;
}

.step-course .section-course .form-checkout .woocommerce-billing-fields {
    border-bottom: 1px dashed #999;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.step-course .section-course .form-checkout .woocommerce-billing-fields h3 {
    text-align: left;
    font-size: 28px;
    font-weight: bold;
    color: #1f1f1f;
}

.step-course .section-course .form-checkout .woocommerce-billing-fields .input-text {
    height: 50px;
    border-radius: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.section-course .list-include {
    padding-left: 0px;
}

.section-course .list-include li {
    margin-top: 0;
    margin-bottom: 15px;
}

.section-course .list-include li i {
    color: var(--main-color);
    width: 1.25em;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.section-course .list-include li span {
    padding-left: 10px;
    font-weight: normal;
}

.section-course .list-include li span b {
    color: #000;
}

.ctn-area p.total-value {
    background-color: #9c64f4;
    color: #fff;
    font-size: 30px;
}

.ctn-area p.today {
    font-size: 30px;
    text-align: center;
}

.ctn-area .secure-marker {
    width: 300px;
    height: 140px;
    background-image: url(/wp-content/uploads/secure-images.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center;
}

.privacy-guaranteed {
    display: flex;
    justify-content: space-between;
    padding: 10px 14px 10px 46px;
    width: 380px;
    margin: 0 auto;
}

.privacy-guaranteed span {
    font-size: 14px;
    color: #000;
}

.section-course .course-include img {
    border: none;
    padding-bottom: 0;
}

.section-course .d-flex .course-include .ctn-area {
    background-color: #fffef2;
    padding: 20px 15px;
}

.countdown.countdown-style-2 ul {
    gap: 25px;
}

.ctn-area h1 {
    color: #000;
    font-weight: bold;
    font-size: 48px;
    text-align: center;
}

.section-course .course-include .ctn-area h2 {
    color: #000;
    font-size: 36px !important;
    font-weight: bold !important;
    text-align: center;
}

.ctn-area h3 {
    color: #000;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

.ctn-area .countdown ul li {
    color: #000000 !important;
    font-family: "Open Sans", Sans-serif;
    font-size: 10px;
    font-weight: normal;
    padding-bottom: 20px;
    padding-top: 10px;
}

.countdown.countdown-style-2 ul li span {
    color: #2e2e2e;
    font-size: 27px;
    width: 30px;
    line-height: 40px;
    height: 35px;
}

section.testimonials h3 {
    text-align: center;
    color: #000;
    font-size: 48px;
}

.course-testimonial .button-cta {
    margin-top: 50px;
    font-size: 28px;
    padding: 25px 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 510px;
    text-align: center;
    margin-bottom: 50px;
}

.testimonial .testimonial-content {
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
    font-weight: 400;
    font-family: 'Open Sans';
    text-align: justify;
}

.testimonial .testimonial-footer {
    padding-top: 0 !important;
    display: flex;
    align-items: center;
}

.testimonial .testimonial-footer .author-img {
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    background-size: cover;
    border-radius: 100%;
    box-shadow: 0 0 0 4px #333;
    background-color: #000;
}

.testimonial .testimonial-footer .author-name {
    padding: 0 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    width: calc(100% - 50px);
}

.box-white .woocommerce-error li {
    font-size: 14px;
    color: #b81c23;
    font-weight: normal;
    font-family: 'Source Sans Pro';
    list-style: disc !important;
}

.box-white ul.woocommerce-error {
    padding: 15px 10px 10px 80px;
}

.course-testimonial .box-border img {
    margin: 50px 0px 30px 0px !important;
}

section.about {
    padding: 65px 0;
    position: relative;
    background-color: transparent;
}

section.about .user-headshot {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 2;
}

section.about .user-bio {
    width: 74%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    position: relative;
    z-index: 2;
    padding-left: 60px;
}

section.about .user-bio h2 {
    font-size: 36px;
    line-height: 1.5;
}

section.about .user-bio p {
    font-size: 20px;
    font-weight: normal;
}

section.about .button-cta {
    margin-top: 20px;
}

section.testimonials {
    background-color: #fff;
    padding: 10px 0;
}

section.footer-cta {
    text-align: center;
    padding: 80px 20px;
}

section.footer-cta h3 {
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    font-weight: bold;
}

section.footer-cta p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 50px;
    font-weight: normal;
    line-height: 1.4;
}

section.footer-cta a.button-cta {
    padding: 20px 40px;
    font-size: 22px;
}

@media all and (max-width: 1024px) {
    section.about {
        padding: 65px 20px;
    }
}

@media all and (max-width: 820px) {
    section.about .user-headshot {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
        padding: 0 20px;
    }

    section.about .user-bio {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: none !important;
    padding: 0px !important;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
    padding: 15px !important;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border: none !important;
}

.form-row.place-order {
    padding: 0px !important;
    padding-top: 30px !important;
}

#payment .wc_payment_methods {
    list-style: none !important;
    padding: 0px !important;
}

.woocommerce-checkout #payment ul.payment_methods li .payment_box.payment_method_stripe {
    padding: 0px !important;
    background: none !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: none !important;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border: none !important;
}
.form-row.place-order {
    padding: 0px !important;
    padding-top: 30px !important;
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    padding: 15px !important;
}
.woocommerce-checkout #payment ul.payment_methods li fieldset#wc-stripe-cc-form {
    padding: 0px !important;
    border: none !important;
}
.btn-view-offer {
    display: none;
    background-color: var(--main-color);
    font-size: 22px;
    line-height: 22px;
    padding: 18px 10px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    border-radius: 3px;
    font-weight: 600;
    color: #fff;
    font-family: "Open Sans", Sans-serif;
}