.step-section .progress-numbers .steps li.give-answer.active {
    background: linear-gradient(168.64deg, #FF7B54 47.79%, #FF9254 102.97%);
    border: none;
}

.step-section .progress-numbers .steps li.give-answer.active span {
    opacity: 1;
}

.step-section .progress-numbers .steps li.give-answer.active::after,
.test-flow-parent .step-section .progress-numbers .steps li.give-answer::after {
    background: unset;
}

.forgot-password-sec .form-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.forgot-password-sec .form-section h1 {
    padding-bottom: 35px;
}

.forgot-password-sec .btn-primary {
    margin-top: 20px;
}

form#forgot-password-frm {
    width: 100%;
}


/* Game CSS */

.matrix-section {
    display: block;
}

.matrix {
    justify-content: space-between;
    flex-wrap: wrap;
    display: inline-flex;
}

.matrix-section .matrix-box label {
    background: transparent;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.end-msg {
    display: none;
}

.matrix-box.hover .flipper {
    transform: rotateY(180deg);
}

.front,
.back {
    width: 100%;
    height: 100%;
}

.front,
.back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 24px;
}

.front {
    z-index: 2;
    transform: rotateY(0deg);
    background: #F0EEEC;
}

.back {
    transform: rotateY(180deg);
    background: #FC6E51;
}

.memory-page .icon-play:before {
    color: #ff7b54;
}



/*Progress Bar*/

.custom-progress-bar.\30 _value .progress .value {}

.custom-progress-bar.\30 _value .progress .progress-circle {
    margin-left: 10px;
}

.pause-game-section h3 {
    cursor: pointer;
}


.card-questions .form-container.active {
    display: flex !important;
}

.card-questions .form-container .question {
    justify-content: space-between;
    /* margin-bottom: 0; */
}

.card-questions .form-container {
    display: none;
    justify-content: space-between;
}




.card-questions h5 {
    padding-top: 10px;
    padding-bottom: 5px;
}

.question-box h5 {
    border: none;
}

/****Memoery Game All Pages*****/
/* .term-number-sequence .memory-challenge-section::after {
    background-image: url('../images/number-sequence.png');
    background-size: 650px;
    background-position: bottom right;
}

.term-general-knowledge .memory-challenge-section::after {
    background-image: url('../images/general-knowledge.png');
    background-size: 550px;
    background-position: bottom right;
}

.term-visual .memory-challenge-section::after {
    background-image: url('../images/visual-challenges.png');
    background-size: 700px;
    background-position: bottom right;
}

.term-symbolic-language .memory-challenge-section::after {
    background-image: url('../images/symbolic-language.png');
    background-size: 655px;
    background-position: bottom right;
}

.term-logical-reasoning .memory-challenge-section::after {
    background-image: url('../images/logical-reasoning.png');
    background-size: 550px;
    background-position: bottom right;
} */

/*******/

.preload {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000f2;
    z-index: 99999;
    pointer-events: none;
}

.preload .preloader-sub {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preload .loader-text {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.preload .loader {
    border: 10px solid #094065;
    border-radius: 50%;
    border-top: 10px solid #ff7b54;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}



/* 15-05-23  */

.test-flow-parent .question-section .question-box {
    z-index: 1;
}

.test-flow-parent.test-design-page .step-section .progress-numbers .steps li.active {
    background: transparent;
    border: 1px solid #ff7b54;
}

.test-flow-parent.test-design-page .step-section .progress-numbers .steps li.active span {
    color: #000;
}

.test-flow-parent.test-design-page .step-section .progress-numbers .steps li.give-answer {
    background: #fff;
    border: 1px solid #ff7b54;
    background: linear-gradient(168.64deg, #ff7b54 47.79%, #ff9254 102.97%);
}

.test-flow-parent.test-design-page .step-section .progress-numbers .steps li.give-answer span {
    color: #fff;
}


/* 15-05-23  */

.calibration-page .try-program {
    max-width: 606px;
}

/* 22-05-23  */
.woocommerce-order p a,
.woocommerce table.shop_table td a {
    color: #ff7b54;
}

.woocommerce table.shop_table td .btn-primary {
    background: linear-gradient(168.64deg, #ff7b54 47.79%, #ff9254 102.97%);
    color: #fff;
    width: auto;
    padding: 12px 35px;
    min-width: unset;
}

.woocommerce.card {
    margin-top: 55px;
}

/*main#primary {
    padding: 120px;
}*/

.woocommerce-order.card .woocommerce-order-details header {
    border: unset;
    background: unset;
    box-shadow: unset;
    position: unset;
}

.woocommerce-page:not(.woocommerce-checkout, .woocommerce-account) .woocommerce {
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
}



/*********Woocommerce**************/
/* div#order_review {
    display: none;
} */

.woocommerce-checkout .confirm-btn .form-row.place-order {
    width: 100%;
    max-width: 250px;
}

#wc-bluesnap-cc-form .bluesnap-input-div,
.woocommerce .wc-stripe-elements-field {
    background-color: #faf8f6 !important;
    border: 1px solid rgba(28, 29, 33, 0.1);
    /* padding-top: 16px; */
    padding-left: 22px;
    border-radius: 16px;
    height: 50px;
    margin: 5px 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

#wc-bluesnap-cc-form .bluesnap-input-div {
    box-shadow: none !important;
}

#wc-bluesnap-cc-form .bluesnap-input-div.input-div-error {
    box-shadow: none;
}

#wc-bluesnap-cc-form .ccn-area #card-logo {
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}

.woocommerce .wc-stripe-iban-element-field,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    font-size: 14px;
    padding: 16px 15px 16px 45px;
    border-radius: 16px;
    background-color: #fff;
    border: 0;
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    min-height: 38px;
}


.checkout #order_review button {
    width: auto;
    background: linear-gradient(168.64deg, #ff7b54 47.79%, #ff9254 102.97%);
    border-radius: 16px;
    border: 0;
    padding: 17px;
    border-radius: 16px;
    font-size: 14px;
    display: inline-block;
}

.checkout #order_review button:hover {
    transition: 0.9s ease-in;
    background: linear-gradient(168.64deg, #ff9254 47.79%, #ff7b54 102.97%);
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
    border-radius: 0;
    background: #fff;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

#add_payment_method #payment div.payment_methods,
.woocommerce-cart #payment div.payment_methods,
.woocommerce-checkout #payment div.payment_methods {
    border: 0;
    background-color: #fff;
    display: flex;
    padding: 0;
    justify-content: space-between;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #faf8f6;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    display: none;
}


.ElementsApp input {
    line-height: normal;
    height: 100% !important;
}


.ElementsApp,
.ElementsApp .InputElement {
    height: 100%;
}


.InputContainer .InputElement,
.InputContainer .InputElement {
    top: 3px !important;

}

div#stripe-payment-data iframe {
    height: 100% !important;
    max-height: 55px;
}

.woocommerce .card p a {
    color: #ff8454;

}

.woocommerce .card p {
    padding-bottom: 0;
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
    padding: 0;
}

.woocommerce form .form-row label {
    color: #000;
}


.woocommerce-checkout div.wc_payment_methods div label {
    color: #000;
    font-size: 0;
}

.form-row.place-order {
    background-color: #fff !important;
}

.ppc-button-wrapper div#ppc-button-ppcp-gateway iframe {
    max-height: 100%;
    margin-bottom: 55px;

    left: 50%;
    transform: translateX(-50%);
}

#ppc-button-ppcp-gateway {
    margin-bottom: 25px;
}

.woocommerce-billing-fields {
    /* padding-bottom: 30px; */
}

.woocommerce-billing-fields h3 {
    display: none;
}

.woocommerce-billing-fields #payment .form-row.place-order {
    margin-bottom: 25px;
    padding: 0;
}

.woocommerce-billing-fields #payment .form-row.place-order button#place_order {
    display: none;
}





.woocommerce-notices-wrapper {
    display: none;
}

.woocommerce-form-login-toggle {
    display: none;
}

#payment div.woocommerce-PaymentMethods div.woocommerce-PaymentMethod {
    width: 100%;
    position: relative;
    display: inline-block;
    max-width: 100%;
}


#payment div.wc_payment_methods div.wc_payment_method {
    width: 100%;
    position: relative;
    display: inline-block;
    max-width: 250px;
}

#payment div.woocommerce-PaymentMethods div.woocommerce-PaymentMethod input,
#payment div.wc_payment_methods div.wc_payment_method input {
    width: 100%;
    cursor: pointer;
    height: 100%;
    top: 0;
    visibility: hidden;
    height: auto;
    margin: 0;
    /* position: absolute; */
}

.woocommerce-checkout div.wc_payment_methods div label {
    cursor: pointer;
}

#payment div.woocommerce-PaymentMethods div.woocommerce-PaymentMethod>label,
#payment div.wc_payment_methods div.wc_payment_method>label {
    width: 100%;
    background-repeat: no-repeat;
    border: 1px solid rgba(28, 29, 33, 0.1);
    border-radius: 16px;
    background-position: center;
    padding: 15px 25px;
    width: 100%;
    max-width: 100%;
    line-height: 34px;
}

#payment div.woocommerce-PaymentMethods div.woocommerce-PaymentMethod>label,
#payment div.wc_payment_methods div.payment_method_stripe>label,
#payment div.wc_payment_methods div.wc_payment_method.payment_method_bluesnap>label {
    background-image: url('../images/card1.png');
    background-size: 190px;
    width: 100%;
    background-repeat: no-repeat;
    border: 1px solid rgba(28, 29, 33, 0.1);
    border-radius: 16px;
    padding: 15px 25px;
    width: 100%;
    max-width: 100%;
    line-height: 34px;
}

#payment div.wc_payment_methods div.payment_method_ppcp-gateway>label {
    background-image: url('../images/paypal1.png');
    background-size: 100px;
    width: 100%;
    background-repeat: no-repeat;
    border: 1px solid rgba(28, 29, 33, 0.1);
    border-radius: 16px;
    padding: 15px 25px;
    width: 100%;
    max-width: 100%;
    line-height: 34px;
    z-index: 5;
    position: relative;
}


div#stripe-payment-data>p {
    display: none;
}

#payment div.woocommerce-PaymentMethods div.woocommerce-PaymentMethod>label:hover,
#payment div.wc_payment_methods div.wc_payment_method>label:hover {
    border-color: #ff7b54;
}

#payment div.woocommerce-PaymentMethods div.woocommerce-PaymentMethod input:checked~label,
#payment div.wc_payment_methods div.wc_payment_method input:checked~label {
    color: #fff;
    border: 1px solid rgb(28 29 33);
    font-size: 0;
}

#add_payment_method #place_order .woocommerce-Button {
    width: 100%;
    max-width: 100%;
}


#add_payment_method #payment .form-row #place_order {
    width: 100%;
    max-width: 100%;
    transition: 0.9s ease-in;
    background: linear-gradient(168.64deg, #ff7b54 47.79%, #ff9254 102.97%);
}

#add_payment_method #payment .form-row #place_order:hover {
    transition: 0.9s ease-in;
    background: linear-gradient(168.64deg, #ff9254 47.79%, #ff7b54 102.97%);
}

.result-section .results li p {
    width: calc(98% - 122px);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    margin: 0;
}

.woocommerce-checkout #payment div.payment_box {
    padding-top: 20px;
}

form.checkout.woocommerce-checkout.card {
    max-width: 576px;
    margin: 0 auto;
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 0;
    visibility: hidden;
    width: 100%;
    /* height: 100%; */
    z-index: 3;
    display: none;
    right: 0;
    transform: translateY(-50%);
    border-radius: 28px;
}

.modal-is-visible form.checkout.woocommerce-checkout.card.custom_popup {
    visibility: visible;
    display: block;
    overflow-y: auto;
    max-height: 900px;
}



.custom-modal-overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}


.modal-is-visible .custom-modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: transparent !important;
}


#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 0;
}

.confirm-btn {
    align-items: center;
    padding: 20px 0;
}

.confirm-btn .form-row.place-order {
    padding-right: 25px;
    /* width: 250px; */
    text-align: left;
    margin: 0;
}

.woocommerce-checkout #payment .confirm-btn p {
    width: 100%;
    padding-left: 20px;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    margin: 0;
    opacity: 1;
}

.woocommerce-checkout #payment p,
.woocommerce .card .checkout_cus_text p {
    text-align: left;
    font-size: 12px;
    color: #26272B;
    opacity: 0.6;
    margin-bottom: 15px;
}

body.modal-is-visible {
    overflow: hidden;
}

#add_payment_method #payment div.payment_methods::after,
.woocommerce-cart #payment div.payment_methods::after,
.woocommerce-checkout #payment div.payment_methods::after {
    display: none;
}

#add_payment_method #payment div.payment_methods::after,
#add_payment_method #payment div.payment_methods::before,
.woocommerce-cart #payment div.payment_methods::after,
.woocommerce-cart #payment div.payment_methods::before,
.woocommerce-checkout #payment div.payment_methods::after,
.woocommerce-checkout #payment div.payment_methods::before {
    display: none;
}


.bottom-line span {
    font-size: 18px;
}

.bottom-line span.price {
    font-family: 'Poppins-Medium';
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: unset;
    max-width: 100%;
    padding: 20px 30px;
    border-radius: 14px;
    font-weight: normal;
    width: 100%;
    font-size: 18px;
}

@media only screen and (max-width:1561px) {
    form.checkout.woocommerce-checkout.card {
        z-index: 25;
        top: 0;
        transform: unset;
        margin-top: 50px;
        bottom: 10px;
        overflow-y: auto;
        max-height: 600px;
    }

    .modal-is-visible form.checkout.woocommerce-checkout.card.custom_popup {
        display: block;
    }

    form#add_payment_method {
        max-height: 469px;
    }
}



/*31-08-23*/
#payment ul.wc_payment_methods li.wc_payment_method>input {
    display: none;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border: 0;
}

@media only screen and (max-width: 767px) {
    form.checkout.woocommerce-checkout.card {
        z-index: 25;
        top: 0;
        transform: unset;
        margin-top: 6px;
        overflow-y: auto;
        max-height: 900px;
    }

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .woocommerce-error::before,
    .woocommerce-info::before,
    .woocommerce-message::before {
        top: 0.8em;
    }

    #add_payment_method #payment ul.payment_methods li,
    .woocommerce-cart #payment ul.payment_methods li,
    .woocommerce-checkout #payment ul.payment_methods li {
        font-size: 14px;
    }

    form#add_payment_method {
        max-height: 570px;
        top: unset;
        padding-bottom: 55px;
        overflow: hidden;
    }

    #payment div.wc_payment_methods div.wc_payment_method {
        width: 100%;
        margin-bottom: 9px;
        max-width: 100%;
        text-align: center;
    }

    #add_payment_method #payment div.payment_methods,
    .woocommerce-cart #payment div.payment_methods,
    .woocommerce-checkout #payment div.payment_methods {
        /* flex-direction: column; */
    }

    #payment ul.wc_payment_methods li.wc_payment_method>input {
        display: none;
    }

    #payment div.wc_payment_methods div.wc_payment_method>label {
        padding: 8px;
        width: 94%;
        background-size: 130px;
        background-position: center;
        /* margin-left: auto; */
        /* margin-right: auto; */
    }

    #payment div.wc_payment_methods div.payment_method_ppcp-gateway>label {
        background-size: 100px;
    }

    #payment div.wc_payment_methods div.payment_method_stripe {
        text-align: left;
    }

    #payment div.wc_payment_methods div.payment_method_ppcp-gateway {
        text-align: right;
    }

    form.checkout.woocommerce-checkout.card {
        top: 0;
        transform: unset;
        bottom: -23px;
    }

    .woocommerce-checkout #payment .confirm-btn p {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .custom-modal-overlay {
        z-index: 10;
    }

    .modal-is-visible form.checkout.woocommerce-checkout.card.custom_popup {
        display: block;
    }

    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        padding: 21px 15px;
        font-size: 16px;
        margin-bottom: 0;
        min-width: 180px;
    }

    .front,
    .back {

        border-radius: 10px;
    }

    div#payment .confirm-btn {
        padding: 10px 0 15px 0;
    }

    .woocommerce-checkout #payment div.payment_box.payment_method_ppcp-gateway {
        padding-top: 0px;
    }

    .bottom-line {
        padding-top: 20px;
    }

    .woocommerce-checkout #payment div.payment_box {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    #ppc-button-ppcp-gateway {
        margin-bottom: 10px;
    }


}


.woocommerce-billing-fields .validate-email,
.woocommerce-billing-fields .address-field {
    display: none;
}

.woocommerce-checkout .custom_popup h5 {
    padding-bottom: 0px;
}

/*form.checkout.woocommerce-checkout.card .modal-title {
    padding-bottom: 20px;
    padding-top: 22px;
}*/

form.checkout.woocommerce-checkout.card .modal-title {
    font-size: 14px;
    background: #f5f5f5;
    padding: 4px 10px 4px 35px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #6d6e78;
    line-height: 19px;
    margin-top: 24px;
    position: relative;
}

form.checkout.woocommerce-checkout.card .modal-title:before {
    position: absolute;
    left: 10px;
    width: 15px;
    height: 20px;
    background: url(../images/lock.png) no-repeat left top;
    content: "";
    background-size: 15px;
    top: 5px;
}

/*ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
    display: none;
}*/

.woocommerce-checkout #payment div.payment_box p {
    display: none;
}

/*.woocommerce-terms-and-conditions-wrapper {
    display: none;
}*/

.paypal_selected .form-row.place-order {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.confirm-btn .form-row::after,
.confirm-btn .form-row::before,
.confirm-btn .form-row::after,
.confirm-btn .form-row::before {
    display: none !important;
}

.paypal_selected .confirm-btn p {
    display: none;
}

/***Sept 27 Start******/
.paypal_selected .ppcp-vaulted-paypal-details {
    width: 100%;
    padding-left: 0px;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 20px;
    color: #000;
    margin: 0;
    opacity: 1;
    text-align: center;
}

.confirm-btn .form-row.place-order {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}


.paypal_selected .ppcp-vaulted-paypal-details b {
    display: inline-block;
    padding-left: 0;
    line-height: 21px;
    font-size: 16px;
    color: #ff8354;
    word-break: break-all;
    font-family: "Poppins-Medium";

}

/***Sept 27 End******/

.woocommerce .card .btn-close {
    width: 1em;
    height: 1em;
    padding: 5px;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
    border: 0;
    border-radius: 0.375rem;
    opacity: .5;
    position: absolute;
    right: 22px;
    top: 15px;
}

/*.blockUI.blockOverlay { border-radius:28px }*/

/* 06-06-23  */
/* .page-template-quiz header,
.woocommerce-checkout header {
    position: relative;
    z-index: 0;
} */

/* .page-template-quiz .test-design-page {
    padding-top: 30px;
} */


@media only screen and (max-width: 991px) {



    .test-progress-section>.card>.d-flex {
        flex-direction: column-reverse;
    }

    .page-template-quiz header ul.navbar-nav.auth-links.mobile-show.mobile-links {
        display: none;
    }

    .woocommerce-checkout .common-page {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    /* .page-template-quiz .test-design-page {
        padding-top: 0;
    } */


}

/* 06-06-23  */


/********************/


.memory-challenge .step-section .progress-numbers .steps li.give-answer::after {
    content: '';
    position: absolute;
    background-image: url('../images/correct.png');
    width: 26px;
    height: 25px;
    z-index: 3;
    background-position: center;
    background-repeat: no-repeat;
}

.memory-challenge .step-section .progress-numbers .steps li.give-answer {
    background: #fff;
    border: 1px solid #69b578;
}

.memory-challenge .step-section .progress-numbers .steps li.not-answer {
    background: #fff;
    border: 1px solid #FF7B54;
}

.memory-challenge .step-section .progress-numbers .steps li.not-answer::after {
    background-image: url('../images/incorrect.svg');
    content: '';
    position: absolute;
    width: 26px;
    height: 25px;
    z-index: 3;
    background-position: center;
    background-repeat: no-repeat;
}

.memory-challenge .step-section .progress-numbers .steps li.not-answer span,
.memory-challenge .step-section .progress-numbers .steps li.give-answer span {
    opacity: 0;
    display: none;
}


.memory-challenge .step-section .progress-numbers .steps li.not-answer::after {
    background-image: url('../images/incorrect.svg');
    content: '';
    position: relative;
    width: 26px;
    height: 25px;
    z-index: 3;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}

.memory-challenge .step-section .progress-numbers .steps li.give-answer::after {
    content: '';
    position: relative;
    background-image: url('../images/correct.png');
    width: 26px;
    height: 25px;
    z-index: 3;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}



/* 23-06-23  */

.user-survey-hero.hero-section .bg-orange {
    height: 100%;
    padding: 55px 0 0px 0;
}

.page-template-quiz .modal-footer .btn-primary {
    padding: 10px;
    font-size: 22px;
}

.page-template-quiz .auth-links.desktop-show.mobile-links {
    display: none;
}

.page-template-calibration-result .auth-links.desktop-show.mobile-links {
    display: none;
}

.woocommerce-checkout .auth-links.desktop-show.mobile-links {
    display: none;
}

.woocommerce-checkout .try-program .content {
    padding-right: 30px;
    padding-left: 0;
}

.your-stats #add_payment_method h5 {
    padding: 0;
    margin: 0;
}

.custom-radio .hint_cls {
    display: none;
}

.woocommerce-checkout.woocommerce-page .bg-gray {
    display: none;
}

/* April 09 */
body.modal-is-visible header.header-style-two {
    display: none;
}

/* 10-04-2024 */
.page-template-quiz-new-flow .auth-links.desktop-show.mobile-links {
    display: none;
}

/* 10-04-2024 */

/* 15-04-2024 */

#tidio-chat-iframe {
    display: none !important;
    margin-bottom: 50px !important;
}

.page-template-help #tidio-chat-iframe {
    display: block !important;
}

#tidio-chat-iframe {
    display: none !important;
    margin-bottom: 0px !important;

}

#tidio-chat-iframe {
    bottom: 55px !important;
    height: calc(100% - 60px) !important;
    top: 0px !important;
}

/* 15-04-2024 */

#wc-bluesnap-cc-form .bluesnap-cvc-tooltip-trigger {
    display: none;
}

.modal-is-visible form.checkout.woocommerce-checkout.card.custom_popup .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    padding-bottom: 0;
    padding-top: 20px;
}

.modal-is-visible form.checkout.woocommerce-checkout.card.custom_popup .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
    padding-top: 5px;
}

.modal-is-visible form.checkout.woocommerce-checkout.card.custom_popup .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error::before {
    top: 5px;
}

/*.woocommerce-checkout.custom_popup .woocommerce-error { margin-top: 30px; }*/




#payment div.wc_payment_methods div.wc_payment_method.active>label {
    border-color: #ff7b54;
}