/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.order_review_heading,
#order_review,
#order_review_heading,
.woocommerce-info {
    display: none;
}
.plan-container {
    display: flex;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(5px);
    border-radius: 30px;
    margin: 0px 15px 0px 0px !important;
    padding: 44px 0px 0px 24px;
}
.plan-product-col {
    width: 22%;
    border-radius: 26px 26px 26px 26px;
    margin: 0px 0px 35px 0px;
    padding-bottom: 30px;
}
.plan-product-col.monthly-package {
    background-color: #F0EAFE;
    border-color: #9B6EFB;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}
.plan-product-col.free-package,
.plan-product-col.life-time-package {
    background-color: #EDEBF2;
    border-color: #EDEBF2;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}
.plan-product-widget {
    position: relative;
    text-align: center;
}
.dl-quranly-best-value-plans-btn {
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    background-color: #9B6EFB;
    color: #fff !important;
    border-radius: 26px 26px 26px 26px;
    padding: 10px 15px;
    display: block;
    margin: -14px auto 0px auto;
    width: max-content;
}
.plan-product-title {
    font-family: "Inter", Sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    color: #0D0D0D;
    margin: 15px 0px 10px 0px;
}
.monthly-package .plan-product-title {
    color: #9B6EFB;
}
.free-package .plan-product-title {
    padding: 0px 25px;
}
.plan-product-pay-title {
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    color: #0D0D0D;
    margin-bottom: 36px !important;
    padding: 0px 20px;
}
.plan-product-price {
    font-family: "Inter", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 41px;
    color: #0D0D0D;
    margin-bottom: 0px !important;
}
.plan-product-discount {
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0px 0px 0px 0px !important;
    text-decoration-line: line-through;
}
.monthly-package .plan-product-discount {
    color: #6543B0;
}
.plan-description-col {
    display: flex;
    align-items: flex-start;
    width: 33%;
    padding-left: 15px;
}
.plan-description-widget {
    margin-bottom: 30px;
}
.plan-description-title {
    font-family: "Inter", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    color: #000000;
    margin: 0px 0px 10px 0px;
    text-align: left;
    /*text-transform: capitalize;*/
}
.plan-description {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0D0D0D;
    text-align: left;
}
.plan-coupon-description {
    font-family: 'Inter';
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #6543B0;
}
.plan-img-col {
    display: flex;
    align-items: flex-end;
    width: 45%;
}
.plan-img-widget img {
    border-bottom-right-radius: 26px !important;
}
/* CURRENT PACKAGE LAYOUT */
.plan-container.current-package-plan-container {
    background: rgba(255, 255, 255, 0);
    align-items: flex-start;
}
.plan-container.current-package-plan-container .plan-product-col {
    width: 28%;
    border-radius: 26px 26px 26px 26px;
    margin: 0px 0px 35px 0px;
}
.plan-container.current-package-plan-container .dl-quranly-best-value-plans-btn {
    font-size: 17px;
    line-height: 21px;
    padding: 8px 20px;
    margin: -18px auto 0px auto;
}
.plan-container.current-package-plan-container .plan-product-title {
    font-size: 25px;
    line-height: 32px;
}
.plan-container.current-package-plan-container .free-package .plan-product-title {
    padding: 0px 45px;
}
.plan-container.current-package-plan-container .plan-product-col.life-time-package .plan-product-pay-title,
.plan-container.current-package-plan-container .plan-product-col.free-package .plan-product-pay-title {
    padding: 0px 50px;
}
.plan-container.current-package-plan-container .plan-product-pay-title {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    color: #0D0D0D;
}
.plan-container.current-package-plan-container .plan-product-price {
    font-size: 44px !important;
    margin-top: 70px !important;
}
.monthly-package .plan-product-price {
    color: #6543B0;
}
.plan-container.current-package-plan-container .monthly-package .plan-product-price {
    margin-top: 70px !important;
}

/*SINGLE LAYOUT LEFT COL */
.plan-container.current-package-plan-container .plan-description-col {
    display: flex;
    align-items: flex-start;
    width: 72%;
    padding-left: 30px;
}
.current-packages-layout-title {
    font-family: "Inter", Sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 40px;
    color: #000000;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.plan-container.current-package-plan-container .plan-description-title { 
    font-size: 44px;
    margin: 0px 0px 18px 0px;
}
.plan-subsription-col {
    margin-top: 20px;
}
.plan-subsription-btn-free-access {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
    display: inline-block;
    background: #9B6EFB;
    border-radius: 16px;
    padding: 12px 20px;
}
.plan-subsription-btn-Monthly {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #0D0D0D !important;
    display: inline-block;
    background: #FF5775;
    border-radius: 16px;
    padding: 12px 20px;
}
.plan-no-subscription-title {
    font-family: 'Inter';
    font-style: normal;
    font-size: 27px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    margin: 26px 0px 55px 0px;
    color: #0D0D0D;
}
.plan-cancellation-points {
    background: #FFEEF1;
    border-radius: 16px;
    padding: 20px 20px;
}
.plan-cancellation-points h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.01em;
    color: #000000;
    margin-bottom: 25px;
}
.plan-cancellation-points ol {
    padding-left: 25px;
}
.plan-cancellation-points ol li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
.dl-quranly-checkout-plan-description-seprator:before {
    content: "";
    width: 4px;
    height: 85%;
    position: absolute;
    color: #000;
    right: 0;
    border-radius: 16px;
    border-right: 2px solid #E1DFE6;
    top: 25px;
}
/* CONFIRMATION POPUP */
#plan-update-confirmation {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #000;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    display: none;
    align-items: center;
}
#plan-update-confirmation .modal-dialog {
    width: 55%;
    margin: 90px auto;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    box-shadow: 0px 6px 24px rgba(75, 45, 138, 0.24);
    padding: 25px 35px;
    border-radius: 24px;
}
#plan-update-confirmation .modal-dialog .plan-update-confirmation-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: -0.01em;
    color: #252526;
    margin-bottom: 46px;
    text-align: center;
    margin-top: 25px;
}
#plan-update-confirmation .modal-dialog .close {
    position: absolute;
    top: -10px;
    right: 5px;
    border: unset !important;
    font-size: 42px;
    background: unset;
    color: #000;
    outline: none !important;
}
.plan-update-confirmation-container {
    display: flex;
    padding: 0px 0px 0px 0px;
}
.plan-update-confirmation-container .plan-product-col {
    flex: 0 0 20%;
    padding-bottom: 20px !important;
    margin-top: 15px;
    border-radius: 13.7864px;
}
.plan-update-confirmation-container .dl-quranly-best-value-plans-btn {
    font-size: 11px;
    font-weight: 600;
    padding: 7px 10px;
}
.plan-update-confirmation-container .plan-product-title {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px !important;
    margin-bottom: 0px !important;
}
.plan-update-confirmation-container .plan-product-pay-title {
    font-size: 10px !important;
    line-height: 16px;
    margin-top: 5px !important;
}
.plan-update-confirmation-container .plan-product-price {
    font-size: 25px;
    line-height: 30px;
}
/* MODAL LEFT */
.plan-update-confirmation-content {
    flex: 0 0 80%;
    padding-left: 25px;
}
.plan-update-confirmation-content h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    margin: 5px 0px 10px 0px!important;
}
.plan-update-confirmation-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #000000 !important;
}
.plan-update-confirmation-col .plan-update-confirmation-subsription-btn {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #0D0D0D !important;
    display: inline-block;
    background: #FF5775;
    border-radius: 16px;
    padding: 12px 52px;
    margin: 0 auto 22px auto;
    text-align: center;
    display: block;
    width: max-content;
    outline: none;
    border: unset;
    position: relative;
}
.plan-update-confirmation-col .plan-update-confirmation-subsription-btn .pay-now-loader {
    right: 15px;
}
.plan-update-confirmation-col p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #19181A;
    text-align: center;
}
/* PLAN CONFIRMATION MESSAGE */
.plan-confirmation-message-container {
    background-color: #FFEEF1;
    padding: 30px 0px;
    margin: 24px 0px 4px 0px;
}
.plan-confirmation-message-container .plan-confirmation-message-full-width h3 {
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: rgb(0, 0, 0);
    text-align: center;
}
.plan-confirmation-message-container .plan-confirmation-message-content-container p {
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    text-align: center;
    width: 45%;
    margin: 0 auto;
}
/* STRIPE PRODUCT */
.stripe-products.columns-3 {
    display: flex;
    justify-content: center;
    padding: 0;
}
.stripe-products.columns-3 a {
    flex: 1;
    position: relative;
    width: 30.75%;
    text-decoration: none;
    list-style-type: none;
    text-align: center;
    background-color: #EDEBF2;
    border: 1.60474px solid #EDEBF2;
    border-radius: 26px; 
    margin: 0 2.5% 0.2em 0 !important; 
}
.stripe-products.columns-3 a.Monthly {
    background-color: #F0EAFE !important;
    border: 1.60474px solid #9B6EFB !important;
}
.stripe-products.columns-3 .stripe-loop-product__title {
    font-family: "Inter", Sans-serif;
    font-size: 25px !important;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    margin-top: 13px !important;
    margin-bottom: 0px;
    padding: 0.5em 0;
    color: #000;
}
.stripe-products.columns-3 li.Monthly .stripe-loop-product__title {
    color: #9B6EFB;
}
.stripe-products.columns-3 .product-short-description {
    font-family: "Inter", Sans-serif;
    font-size: 17px !important;
    font-weight: 400;
    line-height: 19px;
    color: #0D0D0D;
    margin: 0px 0px 50px 0px;
    padding: 0px 35px 0px 35px;
    text-align: center;
    height: 45px;
}
.stripe-products.columns-3 .price .woocommerce-Price-amount {
    font-family: "Inter", Sans-serif;
    font-size: 44px !important;
    font-weight: 600;
    line-height: 51px;
    text-align: center;
    display: block;
    color: #0D0D0D;
    margin-bottom: 30px !important;
}
.stripe-products.columns-3 li.Monthly .price .woocommerce-Price-amount {
    color: #6543B0;
}
.stripe-products.columns-3 li.Monthly .best-value-btn {
    font-family: "Inter", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 14px;
    background-color: #9B6EFB;
    border-radius: 26px 26px 26px 26px;
    color: #fff !important;
    padding: 10px 13px;
    position: absolute;
    top: -20px;
    right: 0px;
    left: 0;
    width: max-content;
    background: #9B6EFB;
    margin: 0 auto;
}
/* CUSTOM CHECKOUT FORM */
.checkout-login-btn {
    background: #9B6EFB !important;
    border-radius: 16px !important;
    margin: 15px 14px 0px 0px;
}
.checkout-login-btn span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
}
.checkout-products-form-container {
    padding: 0px 10px;
}
.checkout-products-form-container .checkout-products-form-col {
    position: relative;
    margin-bottom: 20px;
}
.checkout-products-form-container h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin: 12px 0px 30px 0px !important;
}
.checkout-products-form-container .checkout-products-form-col label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 20px !important;
    color: #0D0D0D !important;
    margin-bottom: 5px !important;
}
.checkout-products-form-container .checkout-products-form-col .form-control {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0D0D0D;
    background: #FAF7FF;
    border: 1px solid #AFAEB3 !important;
    border-radius: 16px !important;
    height: 44px !important;
    width: 100% !important;
    outline: none !important;
}
.checkout-products-form-container .checkout-products-form-col abbr {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}
.checkout-products-form-col.coupen-code-container {
    display: flex;
    align-items: center;
}
.checkout-products-form-col.coupen-code-container .coupen-code-col {
    flex: 0 0 80%;
    padding-right: 15px;
}
.checkout-products-form-col.coupen-code-container .coupen-code-btn-col {
    flex: 0 0 20%;
    margin-top: 24px;
}
.checkout-products-form-col.coupen-code-container .coupen-code {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FAF7FF;
    outline: none;
    border: unset;
    height: 44px;
    background: #0D0D0D;
    border-radius: 16px;
    padding: 0px 12px;
}
.checkout-products-form-col.coupen-code-container .coupen-code.remove-coupon {
    font-size: 14px;
    background-color: red;
    padding: 0px 5px;
}
.generic-toggle-pass {
    position: absolute;
    right: 10px;
    top: 38px;
    color: #9B6EFB !important;
    cursor: pointer;
}
.checkout-products-form-paynow-col .paynow-button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FAF7FF;
    height: 44px;
    background: #9B6EFB !important;
    border-radius: 16px;
    width: 100%;
    border: unset;
    outline: none !important;
    display: flex;
    justify-content: center !important;
    align-items: center;
}
.checkout-products-form-paynow-col .paynow-button.disabled-btn {
    opacity: 0.8;
    pointer-events: none;
}
.checkout-products-form-paynow-col {
    position: relative;
}
.pay-now-loader {
    display: none;
    width: 30px;
    height: 30px !important;
    /*display: none;
    width: 35px;
    position: absolute;
    top: 5px;
    right: 75px;*/
}
/* .checkout-products-form-paynow-col .paynow-button .pay-now-loader {
    right: 100px;
} */
.cancel-monthly-footer-container span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    display: block;
    color: #4B4B4D;
    margin-top: 18px;
}
/* EXISTING PACKAGE */ 
.existing-package-container .stripe-products.columns-3 {
    padding: 0px 75px 40px 75px;
}
.existing-package-container .stripe-products.columns-3 li.Monthly .best-value-btn {
    right: 0px;
}
/* UPDATE CARD */
.update-successfully-card-container {
    display: none;
}
.update-card-container .card-update-icon {
    width: 100px;
    display: flex;
    justify-content: center;
    margin: 30px auto 0px auto;
}
.update-card-container h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    color: #000000;
    margin-bottom: 24px !important;
    text-align: center;
}
.update-card-container .existing-card-details-container {
    background: #F0EAFE;
    border-radius: 16px;
    padding: 15px 15px;
    margin: 30px 0px;
}
.update-card-container .existing-card-details-container h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 24px !important;
}
.card-holder-details-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.update-card-container .card-holder-details-container div {
    font-family: 'Inter';
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.update-card-container .card-holder-details-container div.left-details {
    font-weight: 600;
    color: #000000;
}
.update-card-container .card-holder-details-container div.right-details {
    font-weight: 400;
    color: #4B4B4D;
}
.update-card-container .card-holder-details-container div.right-details.user-card-number {
    display: flex;
}
.update-card-container .card-holder-details-container div.right-details.user-card-number .payment-card-icon {
    padding-left: 10px;
}
.existing-card-payment-container {
    position: relative;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 50px 16px;
    margin: 30px 0px 50px 0px;
}
.card-payment-close {
    background: unset !important;
    color: #000 !important;
    position: absolute;
    top: 0px;
    right: 11px;
    border: unset !important;
    font-size: 32px !important;
    outline: none !important;
}
.existing-card-payment-container h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 30px !important;
}
.card-details-form-col {
    margin-bottom: 20px;
}
.card-details-form-col label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 20px !important;
    color: #0D0D0D !important;
    margin-bottom: 5px !important;
}
.card-details-form-col label abbr {
    color: red;
    font-weight: 700;
    border: 0px !important;
    text-decoration: none;
    margin-left: -5px;
}
.card-details-form-col .form-control {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0D0D0D;
    background: #FAF7FF;
    border: 1px solid #AFAEB3 !important;
    border-radius: 16px !important;
    height: 44px !important;
    width: 100% !important;
    outline: none !important;
}
.card-details-form-col.flex-col {
    display: flex;
}
.card-details-expiry-col {
    padding-right: 15px;
}
.card-details-form-paynow-col button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FAF7FF;
    height: 44px;
    background: #9B6EFB !important;
    border-radius: 16px;
    width: 100%;
    border: unset;
    outline: none !important;
    margin-top: 32px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .card-details-form-paynow-col button .pay-now-loader {
    right: 175px;
} */
.card-details-form-paynow-col p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
}
.no-card-bind-container p {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0D0D0D;
    text-align: center;
    padding: 50px 0px;
}
@media(min-width: 768px) and (max-width: 1096px) {
    #dl-quranly-plans-btn {
        padding: 7px 7px !important;
    }
    .sm-Third {
        width: 50% !important;
    }
    .sm-twoThird {
        width: 50% !important;
    }
    .plan-img-col {
        display: none;
    }
    .dl-quranly-best-value-plans-btn {
        font-size: 12px !important;
    }
    .plan-product-price {
        font-size: 27px !important;
        line-height: 33px !important;
    }
    .plan-description-title {
        font-size: 27px !important;
        line-height: 33px !important;
    }
    .plan-description {
        font-size: 15px !important;
    } 
    /* STRIPE PRODUCT*/
    .stripe-products.columns-3 .stripe-loop-product__title {
        font-size: 17px !important;
        line-height: 22px !important;
        padding: 7px 5px;     
    }
    .stripe-products.columns-3 .product-short-description {
        font-size: 14px !important;
        line-height: 19px !important;
        margin: 0px 0px 40px 0px !important;
        padding: 0px 5px 0px 5px !important;
    }
    .stripe-products.columns-3 .price .woocommerce-Price-amount {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .best-value-btn {
        font-size: 11px !important;
        padding: 7px 7px !important;
        top: -12px !important;
        right: 0;
    }
}
@media (max-width: 767px) {  
    .sm-hidden {
        display: none;
    }
    .xs-half {
        width: 100% !important;
        margin-bottom: 0px !important;
    }
    .plan-product-col.xs-half {
        width: 75% !important;
        margin: 0 auto !important;
    }
    .plan-container {
        flex-direction: column;
        margin: 0px 0px 0px 0px !important;
        padding: 35px 25px 10px 25px !important;
    }
    .plan-description-col {
        margin-top: 30px;
        padding-left: 0px !important;
    }
    .dl-quranly-best-value-plans-btn {
        font-size: 12px !important;
    }
    .plan-container.current-package-plan-container .plan-product-price {
        font-size: 36px !important;
        line-height: 42px !important;
    }
    .plan-description-title,
    .current-packages-layout-title {
        font-size: 24px !important;
        line-height: 24px !important;
        text-align: center;
    }
    .plan-description {
        font-size: 14px !important;
        line-height: 20px !important;
        text-align: center;
    }
    .plan-img-col {
        display: none;
    }
    .plan-subsription-col {
        text-align: center;
    }
    .dl-quranly-checkout-plan-description-seprator:before {
        border-right: 0px solid #E1DFE6 !important;
    }
    .plan-container.current-package-plan-container {
        padding: 45px 15px !important;
    }
    /* PLAN UPDATE MODAL CONFIRMATION POPUP */
    #plan-update-confirmation .modal-dialog {
        width: 100%;
        margin: 0 auto !important;
        border-radius: 0px;
    }
    #plan-update-confirmation .modal-dialog .close {
        top: -12px;
        right: 0px;
        font-size: 32px;
    }
    #plan-update-confirmation .modal-dialog .plan-update-confirmation-title {
        font-size: 26px !important;
        line-height: 30px !important;
        text-align: center !important;
    }
    .plan-update-confirmation-container {
        display: flex;
        flex-direction: column;
        padding: 0px 20px 0px 20px;
    }
    .plan-update-confirmation-content {
        padding-left: 0px;
        margin-top: 20px !important;
    }
    .plan-update-confirmation-content h4 {
        font-size: 27px !important;
        line-height: 34px !important;
        text-align: center !important;
    }
    .plan-update-confirmation-content p {
        font-size: 16px !important;
        line-height: 22px !important;
        text-align: center !important;
    }
    .plan-update-confirmation-col .plan-update-confirmation-subsription-btn {
        margin: 0 auto 10px auto;
    }
    /* PLAN CONFIRMATION */
    .plan-confirmation-message-container .plan-confirmation-message-full-width h3 {
        font-size: 35px !important;
        font-weight: 600 !important;
        line-height: 41px !important;
    }
    .plan-confirmation-message-container .plan-confirmation-message-content-container p {
        font-size: 16px !important;
        font-weight: 400 !important; 
        line-height: 22px !important;
        width: 100% !important;
    }
    .plan-no-subscription-title {
        font-size: 22px !important;
        line-height: 28px !important;
        font-weight: 600 !important;
    }
    .dl-quranly-existing-packages-container .products.columns-3 {
        padding: 0px 0px !important;
    }
    /* STRIPE PRODUCT*/
    .existing-package-container .stripe-products.columns-3 {
        padding: 0px 5px 40px 5px;
    }
    .stripe-products.columns-3 .stripe-loop-product__title {
        font-size: 17px !important;
        line-height: 22px !important;     
    }
    .stripe-products.columns-3 .product-short-description {
        font-size: 14px !important;
        line-height: 19px !important;
        margin: 0px 0px 40px 0px !important;
        padding: 0px 5px 0px 5px !important;
        height: 70px;
    }
    .stripe-products.columns-3 .price .woocommerce-Price-amount {
        font-size: 21px !important;
        line-height: 27px !important;
        position: absolute;
        margin: 0 auto;
        bottom: -10px;
        left: 0;
        right: 0;
        text-align: center;
    }
    .best-value-btn {
        font-size: 11px !important;
        padding: 7px 7px !important;
        top: -12px !important;
        right: 0;
    }
    /* CUSTOM CHECKOUT FORM */ 
    .checkout-products-form-container {
        padding: 0px 0px;
    }
    .checkout-login-btn {
        margin: 15px 14px 0px 0px !important;
    }
    .checkout-products-form-container h3 {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .checkout-products-form-col {
        margin-bottom: 10px !important;
    }
    .checkout-products-form-container .checkout-products-form-col label {
        font-size: 12px !important;
        line-height: 18px !important;
    }
    .checkout-products-form-col.coupen-code-container .coupen-code-col {
        flex: 0 0 70%;
        padding-right: 10px;
    }
    /* UPDATE CARD */
    .update-card-container .card-holder-details-container {
        display: block;
    }
    .update-card-container .existing-card-details-container {
        margin: 30px 15px;
    }
    .existing-card-payment-container {
        margin: 30px 15px 50px 15px;
    }
    .card-details-form-paynow-col button .pay-now-loader {
        right: 110px;
    }
}