.panel-hero {
    position: relative !important;
}

.course-payment-option {
    padding: 10px 0px;
    list-style: none;
    margin: 10px 0px !important;
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    border-radius: 4px !important;
    overflow: hidden;
}

.course-payment-option li {
    font-size: 16px !important;
    line-height: 1.375 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 5px 10px;
    background-color: #f3f3f3;
    font-weight: 300 !important;
}

.course-payment-option li b {
    color: #222222 !important;
    font-weight: 400 !important;
}

.course-payment-option li small {
    line-height: 1 !important;
}


.woocommerce-cart-form__contents button[name='update_cart'] {
    display: none !important;
}

.woocommerce-cart-form__contents td.actions {
    display: none !important;
}

.subtitle-small {
    font-size: 16px !important;
    margin-bottom: 0px !important;
}

.title-course-margin-small {
    margin-bottom: 21px !important;
}

.additional-header-info {
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 46px;
    margin-bottom: 8px;
}

.courseSec.mainContent h2+p {
    margin-top: 10px !important;
}

.courseSec.mainContent {
    font-size: 20px;
}

.fw-400 {
    font-weight: 400 !important;
}

.price-bold-course {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.23;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 3px;
}

.price-payplan-course {
    font-size: 22px;
    line-height: 1.272727;
    font-weight: 600;
}

.price-payplan-course span,
.price-bold-course span {
    display: inline !important;
}

.ukInvestment {
    align-items: center;
}

.twoCourseFee {
    padding-top: 36px;
    padding-bottom: 53px;
    width: 100%;
}

.twoCourseFee .feeText {
    margin-bottom: 10px !important;
}

.twoCourseFee .feeButton {
    display: flex;
    align-items: center;
    justify-content: start;
}

.courseDetailWrapper {
    margin-bottom: 158px;
}

#comparison {
    margin-top: 111px;
}

.feeTerms {
    padding: 0px 10px;
}

@media screen and (max-width:768px) {
    .comparisonCol span {
        margin: 0px !important;
    }

    .courseDetailWrapper {
        margin-bottom: 80px;
    }

    .comparisonCol .orangeBtn {
        margin-top: 8px;
        font-size: 16px;
        padding: 15px;
    }

    #comparison {
        margin-top: 60px;
    }

    .additional-header-info {
        display: none !important;
    }
}

@media screen and (max-width:403px) {
    .price-bold-course {
        font-size: 22px;
    }

    .price-payplan-course {
        font-size: 18px;
    }
}

.single-fee-title {
    margin-bottom: 5px !important;
}


@media screen and (max-width:768px) {
    .courseFeeInfo.single {
        text-align: center !important;
    }

    .courseFeeInfo.single .feeButton {
        text-align: center !important;
    }
}

table>tfoot>tr.recurring-totals {
    display: none;
}

.footer-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
    margin-bottom: 0px
}

@media screen and (max-width:992px) {
    .footer-icons {
        justify-content: start;
        margin-top: 15px;
        margin-bottom: 15px
    }
}

.payway-payment-button{
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
    background-color: #FE7C1B;
    border-radius: 40px;
    border: none;
    text-decoration: none !important;
    margin-top: 32px;
    display: inline-block;
}

.payway-payment-button:hover{
    text-decoration: none !important;
}