.bundle-page * {
    letter-spacing: 0 !important;
}

.bundle-page .fz-13 {
    font-size: 13px;
}

.bundle-page .fz-14 {
    font-size: 14px;
}

.bundle-page .fz-15 {
    font-size: 15px;
}

.bundle-page .fz-16 {
    font-size: 16px;
}

.bundle-page .fz-17 {
    font-size: 17px;
}

.bundle-page .fz-18 {
    font-size: 18px;
}

.bundle-page .fz-20 {
    font-size: 20px;
}

.bundle-page .fz-30 {
    font-size: 30px;
}

.bundle-page .lh-24{
    line-height: 24px;
}

.bundle-page .fw-400 {
    font-weight: 400;
}

.bundle-page .fw-500 {
    font-weight: 500;
}

.bundle-page .fw-600 {
    font-weight: 600;
}
.bundle-page .stater-bundle-plan .p-96{
    padding: 70px 96px 96px 96px;
}


.bundle-page .hero-bg {
    background-color: #12032e;
    background-image: url('/wp-content/themes/webtoffee/assets/images/bundle-invoice/hero-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bundle-page .hero-bg * {
    color: #fff;
}

.bundle-page .hero-bg p {
    color: #E3E3E3;
}

.bundle-page .hero-section h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 140% */
}

.bundle-page .price-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.bundle-page .price-wrapper .regular-price {
    text-decoration: line-through;
}

.bundle-page .price-wrapper .sales-price {
    position: relative;
}

.bundle-page .price-wrapper .sales-price::before {
    content: '';
    position: absolute;
    top: -25%;
    left: -25%;
    background-image: url('/wp-content/themes/webtoffee/assets/images/bundle-invoice/circle.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150%;
    height: 150%;
}

.bundle-page .hero-section .bundled-products .bp-wrapper {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    min-height: 100%;
    justify-content: space-between;
}

.bundle-page .hero-section .bundled-products .bp-wrapper * {
    color: #212121;
}

.bundle-page .hero-section .bundled-products .bp-wrapper .price-rating {
    background-color: #F7FAFF;
}

.bundle-page .hero-section .bundled-products .bp-wrapper .bp-footer,
.bundle-page .hero-section .bundled-products .bp-wrapper .bp-header {
    padding: 10px 18px;
    border: none;
}

.bundle-page .hero-section .bundled-products .bp-wrapper .bp-footer {
    padding-top: 6px;
    padding-bottom: 6px;
}

.bundle-page .hero-section .bundled-products .bp-wrapper .price-rating .price {
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    /* 156.25% */
}

.bundle-page .hero-section .bundled-products.row {
    margin-left: 0;
    margin-right: 0;
}

.bundle-page .hero-section .bundled-products.row>.col-12 {
    position: relative;
    padding-left: 21px;
    padding-right: 21px;
}

.bundle-page .hero-section .bundled-products.row>.col-12:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: -5px;
    width: 10px;
    height: 10px;
    background-image: url('/wp-content/themes/webtoffee/assets/images/bundle-invoice/cross.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bundle-page .hero-section .bundled-products.row>.col-12:last-child:after {
    content: none;
}

.bundle-page .hero-section .bundled-products .bp-wrapper img {
    border-radius: 4px;

}

.bundle-page .hero-section .bundled-products .bp-wrapper .price-rating .billing-cycle {
    color: #696969;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.b.bundle-page .hero-section .bundled-products .bp-wrapper .price-rating .edd_price {
    color: #212121 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-right: 10px;
}

.bundle-page .light-blue-text,
.bundle-page .light-blue-text * {
    color: #3DFAFA;
}

.bundle-page .blue-text,
.bundle-page .blue-text * {
    color: #0057FF;
}

.bundle-page .green-button {
    color: #000 !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.045px;
    padding: 16px 48px;
    border-radius: 6px;
    background: #2AE984;
}

.bundle-page .green-button * {
    color: #000 !important;
}

.bundle-page .button {
    transition: all .2s ease;
    display: inline-block;
}

.bundle-page .button:hover,
.bundle-page .button:focus {
    outline: none;
    transition: all .2s ease;
    transform: translateY(2px);
}

.bundle-page .hero-section .white-bg {
    border-radius: 78px;
    background: #F4F8FF;
    margin-top: -50px;
}

.bundle-page .hero-section .white-bg p {
    color: #16336A;
    line-height: 23px;
}

.bundle-page .edd_download_full_content .feat-card {
    max-width: 318px;
    margin: auto;
}

.bundle-page .edd_download_full_content .feat-card p {
    color: #434343;
}

.bundle-page .review-section {
    border-radius: 20px;
    border: 2px solid #E7F0FF;
    overflow: hidden;
}

.bundle-page .review-section h2 {
    color: #212121;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    /* 129.412% */
}

.bundle-page .review-section .gradient-bg {
    background: linear-gradient(to bottom, #fff 0%, #fff 40%, #F4F8FF 40%, #F4F8FF 100%);
}

.bundle-page .review-section .gradient-bg .col-12>div {
    max-width: 276px;
    margin: auto;
}

.bundle-page .review-section .gradient-bg img {
    height: 165px;
    width: auto;
}

.bundle-page .review-section .testimonials h2 {
    color: #001949;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
}

.bundle-page .review-section .map-bg {
    /*background-image: url(../images/map-bg.png);*/
    background-image: url(../images/bundle-invoice/review-bg.webp);
    background-size: auto 460px;
    background-position: center 120px;
    background-repeat: no-repeat;
}

.bundle-page .review-section .white-wrapper.testimonial {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #CBDBFA;
    box-shadow: 0px 12px 48px rgba(87, 147, 236, 0.1);
    border-radius: 10px;
    min-height: 100%;
}

.bundle-page .review-section .card .card-footer,
.bundle-page .review-section .card .card-body {
    background: transparent;
    border: none;
    padding: 0;
}

.bundle-page .review-section .white-wrapper.testimonial .comments {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #71787D;
    margin-bottom: 20px;
}

.bundle-page .review-section .testimonial .card-footer img {
    height: 45px;
    width: 45px;
    border-radius: 50%;

}

.bundle-page .review-section .testimonial p.commenter {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 4px;
}

.bundle-page .review-section .testimonial .star-rating-wrapper {
    background-image: url(../images/empty-star.svg);
    background-size: 18px;
    width: 90px;
    height: 18px;
    background-repeat: repeat-x;
    margin-bottom: 0;
}

.bundle-page .review-section .testimonial .star-rating-wrapper .total-rating {
    background-image: url(../images/yellow-star.svg);
    background-size: 18px;
    background-repeat: repeat-x;
    height: 18px;
    display: block;
}

.bundle-page .review-section .testimonial .comments span.show-more {
    display: block;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    opacity: .8;
}

.bundle-page .review-section .testimonial .comments span.show-more:hover {
    opacity: 1;
}

.bundle-page .wt-banner {
    border-radius: 40px;
    background-color: #fff;
    background-image: url(../images/bundle-invoice/cta-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 110px;
}

.bundle-page .wt-banner h2 {
    color: #434343;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    /* 130% */
    margin-bottom: 32px;
}

.bundle-page .wt-banner p {
    color: #434343;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
    margin-bottom: 32px;
    max-width: 811px;
    margin-left: auto;
    margin-right: auto;
}

.bundle-page .wt-banner p:last-child,
.bundle-page p:empty {
    margin-bottom: 0;
}

.bundle-page .wt-banner .button.blue-btn {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    border-radius: 4px;
    background: #007FFF;
    padding: 12px 24px
}

.bundle-page .description h2 {
    color: #212121;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    /* 138.889% */
    margin-bottom: 32px;
}

.bundle-page .description p {
    color: #434343;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 30px;
}

.bundle-page .description li {
    color: #434343;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 173.333% */
    margin-bottom: 20px;
}

.bundle-page .description a {
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
}

.bundle-page .description .col-12 p:last-child {
    margin-bottom: 0;
}

.bundle-page .description img {
    width: 100%;
}

.bundle-page .description .row {
    margin-left: -35px;
    margin-right: -35px;
}

.bundle-page .description .row>div,
.bundle-page .description .container {
    padding-left: 35px;
    padding-right: 35px;
}

.bundle-page .light-blue-bg {
    background-color: #EDF6FF;
}

.bundle-page .faq {
    border-radius: 7px;
    background: #F9FBFF;
}

.bundle-page .faq h2 {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    /* 183.333% */
    margin-bottom: 32px;
}

.bundle-page .faq p {
    color: #434343;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.bundle-page .faq .card-header {
    padding: 0;
    background: transparent;
    border: none;
}

.bundle-page .faq .card-header button {
    color: #434343;
    /* font-family: Inter; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding: 20px 50px 20px 0;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
}

.bundle-page .faq .card-header button:hover,
.bundle-page .faq .card-header button:focus,
.bundle-page .faq .card-header button[aria-expanded="true"] {
    color: #0057FF;
    text-decoration: none;
}

.bundle-page .faq .card-header button:after {
    position: absolute;
    top: -5px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    right: 0px;
    top: 30px;
    border-right: 2px solid #6B7280;
    border-top: 2px solid #6B7280;
    transform: rotate(135deg);
    margin-right: 0;
    margin-left: 1em;
    transition: all .2s ease;
}

.bundle-page .faq button.btn[aria-expanded=false]:after {
    border-color: #6B7280;
    transform: rotate(135deg);
}

.bundle-page .faq button.btn[aria-expanded=true]:after {
    border-color: #0057FF;
    transform: rotate(315deg);
}

.bundle-page .faq .card {
    background: transparent;
    border: none;
    border-bottom: 0.5px solid #4343436b !important;
    border-radius: 0px;
}

.bundle-page .faq .card:last-child {
    border-bottom: none;
}

.bundle-page .faq .card-body {
    padding: 0 0 30px 0;
    color: #565c61;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/* 09/10/2024 */
.bundle-page .bundle-bg-light{
    background-color: #F5FAFF;
}
.bundle-page .promotion-launch{
    max-width: 860px;
    margin: auto;
}
.bundle-page .promotion-launch h2{
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
}
.bundle-page .promotion-launch p{
    color: #434343;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 30px;
    padding: 0 30px;
}
.bundle-page .each-bundle-product-details div{
    border-right: none !important;
}
.bundle-page .each-bundle-product-details{
    border: 1px solid #CBDBFA;
    border-radius: 40px;
    padding: 64px 50px;
    transition: 0.4s;
    margin-left: 0px;
    margin-right: 0px;
    top: 160px;
    background-color: #fff;
}
.bundle-page .each-bundle-product-details:first-child{
    top: 145px;
}
.bundle-page .each-bundle-product-details.last-bundle-product{
    top: 175px;
}
.bundle-page .each-bundle-product-details:hover{
    box-shadow: 0px 14px 14px 0px #0000000D;
}
.bundle-page p.bundle-desc-names{
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.1em !important;
    text-transform: uppercase;
    position: relative;
    padding-left: 20px;
}
.bundle-page p.bundle-desc-names svg{
    position: absolute;
    left: 0px;
    top: 4px;
}
.bundle-page .each-bundle-product-details h2{
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    color: #212121;
    margin-bottom: 25px;
}
.bundle-page .each-bundle-product-details ul li{
    font-size: 15px;
    font-weight: 400;
    line-height: 37.05px;
    color: #000;
}
.bundle-page .each-bundle-product-details ul li{
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    line-height: 25px;
    margin-bottom: 12px;
}
.bundle-page .each-bundle-product-details ul li::before{
    content: '';
    width: 11px;
    height: 11px;
    background-image: url(../images/bundle-promotions/tick.svg);
    position: absolute;
    top: 7px;
    left: 0;
}
.bundle-page .list-bottom-margin li{
    margin-bottom: 0px !important;
}
.bundle-page .bundle-desc-names{
    column-gap: 10px;
}
.bundle-page .each-bundle-product-details-section .row .col-12{
    border-bottom: none !important;
}
.page-id-599367 .whats-included{
    margin-bottom: 30px !important; 
}
.page-id-599367 .price-wrapper{
    margin-top: 30px !important;
} 
.bundle-page .review-section .card-footer{
    flex-wrap: wrap;
}




@media(min-width:992px) {
    .bundle-page .hero-section .white-bg .row .col-12 {
        border-right: 0.5px solid #4867B0;
    }

    .bundle-page .hero-section .white-bg .row .col-12:last-child {
        border-right: none;
    }

    .bundle-page .edd_download_full_content .row .col-12 {
        border-right: 1px dashed #D1D1D1;
    }

    .bundle-page .edd_download_full_content .row .col-12:nth-child(3n+3) {
        border-right: none;
    }

    .bundle-page .edd_download_full_content .row .col-12 {
        border-bottom: 1px dashed #D1D1D1;
    }

    .bundle-page .edd_download_full_content .row .col-12:nth-last-child(-n+4) {
        border-bottom: none;
    }

    .my-lg-100 {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }

    header nav.menubar {
        background: #140529 !important;
    }

    header #navbarToggler a {
        filter: invert(1);
    }

    .bundle-page .hero-section .bundled-products.row>.col-12:nth-child(3):after {
        content: none;
    }
    body.page-id-599367 h1{
        padding: 0 45px;
    }
    body.page-template-page-bundle .bp-wrapper img{
        flex: 0 0 36px;
    }
    body.page-template-page-bundle.page-id-599367 .bp-wrapper p.text-left{
        padding-right: 40px;
    }
    .bundle-page .each-bundle-product-details{
        position: sticky;
    }
    .bundle-page .mb-60{
        margin-bottom: 60px !important;
    }
}

@media(max-width:991px) {
    .bundle-page .edd_download_full_content .row .col-12 {
        border-bottom: 1px dashed #D1D1D1;
    }

    .bundle-page .edd_download_full_content .row .col-12:nth-child(2n+1) {
        border-right: 1px dashed #D1D1D1;
    }

    .bundle-page .wt-banner {
        padding: 45px 50px;
    }
    .bundle-page .each-bundle-product-details{
        padding: 30px;
    }
}
@media(max-width:767px){
    .each-bundle-product-details h2 br{
        display: none !important;
    }
    .each-bundle-product-details{
        padding: 20px;
    }
    .each-bundle-product-details ul{
        padding-left: 0px;
    }
    .bundle-page .each-bundle-product-details{
        padding: 20px 5px;
    }
    .bundle-page .bundle-desc-lists{
        column-gap: 20px;
    }
    .bundle-page .bundle-desc-lists>div{
        width: 50%;
    }
    .bundle-page .promotion-launch h2{
        margin-bottom: 30px;
    }
}

@media(min-width: 576px) {
    .bundle-page .hero-section .white-bg .row .col-12:first-child {
        border-right: 0.5px solid #4867B0;
    }
}

@media(max-width: 575px) {
    .bundle-page .edd_download_full_content .row .col-12 {
        border-bottom: 1px dashed #D1D1D1;
    }

    .bundle-page .edd_download_full_content .row .col-12 {
        border-right: none !important;
    }

    .bundle-page .wt-banner {
        padding: 35px;
    }

    .bundle-page h1 {
        font-size: 30px !important;
        line-height: 42px !important;
    }

    .bundle-page h2 {
        font-size: 24px !important;
        line-height: 36px !important;
    }

    .bundle-page .hero-section .bundled-products.row>.col-12:after {
        right: calc(50% - 5px);
        bottom: -30px;
    }
    .bundle-page .bundle-desc-lists{
        flex-direction: column;
    }
    .bundle-page .bundle-desc-lists>div{
        width: 100%;
    }
    .list-bottom-margin h2{
        margin-bottom: 15px !important;
    }
    .list-bottom-margin p{
        margin-bottom: 10px !important;
    }
    .bundle-feat-available .col-12:last-child{
        border-bottom: none !important;
    }

}




