.light-blue-bg{
    background-color: #EFFAFF;
    }
    .plain-page h1{
        font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #222;
    margin-bottom: 20px;
    }
    .plain-page .hero-section p{
        font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #222;
    margin-bottom: 27px;
    }
    .plain-page p b {
        font-weight: 400!important;
    }
    .plain-page a.blue-btn{
        font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    background: #007FFF;
    border-radius: 4px;
    color: #FFFFFF;
    padding: 13px 24px;
    transition: all .2s ease;
    display: inline-block;
    }
    .plain-page a.blue-btn:hover,
    .plain-page a.blue-btn:focus{
         transition: .2s;
        text-decoration: none;
        opacity: .8;
        outline: none;
        box-shadow: none;
    }
    .plain-page .white-wrapper{
        background: #FFFFFF;
    box-shadow: 0px 13px 22px rgba(35, 168, 249, 0.15);
    border-radius: 7px;
    }
    .plain-page .social-proof h3.border-left-green {
        color: #434343;
        border-left: 8px solid #8cc936;
        padding-left: 20px;
        font-size: 26px;
        font-weight: 500;
    }
    .plain-page .social-proof .wp-tp-wrapper {
        border: 1px solid #434343!important;
        border-radius: 9px;
        overflow: hidden;
    }
    .plain-page .social-proof .wp-tp-wrapper>div {
        padding: 20px;
        border-right: 1px solid #434343!important;
        transition: .2s;
    }
    .plain-page .social-proof .wp-tp-wrapper>div:last-child {
        border-right: none!important;
    }
    .plain-page .social-proof .wp-tp-wrapper>div p {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
        color: #434343;
    }
    .plain-page .social-proof .wp-tp-wrapper p.small {
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 16px;
        text-align: center;
        color: #434343;
        margin-bottom: 0;
    }
    .plain-page .social-proof .wp-tp-wrapper>div:hover {
        background-color: #effaff;
        transition: .2s;
    }
    .plain-page .social-proof a:hover{
        text-decoration: none;
    }
    .plain-page .social-proof .tp-reviews img {
        height: 20px;
        width: auto;
    }
    .plain-page .social-proof .star-rating {
        font-size: 0;
        width: calc(18px * 5);
        background-image: url(../../assets/images/edd-product-page/grey-star.svg);
        height: 18px;
        background-size: 18px;
        float: initial;
    }
    .plain-page .social-proof .star-rating span {
        overflow: hidden;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        padding-top: 1.5em;
        background-image: url(../../assets/images/edd-product-page/yellow-star.svg);
        height: 18px;
        background-size: contain;
    }
    .plain-page .testimonials .white-wrapper {
        background: #fff;
        box-shadow: 0 17px 38px rgba(130, 192, 255, .25);
        border-radius: 10px;
        padding: 40px;
        min-height: 100%;
    }
    .plain-page .testimonials .white-wrapper img.avatar {
        height: auto;
        min-width: 90px;
        border-radius: 50%;
        max-height: 90px;
    }
    .plain-page .testimonials .white-wrapper .img-wrap {
        position: relative;
        height: 90px;
    }
    .plain-page .testimonials .white-wrapper .quote-icon:before {
        content: '';
        position: absolute;
        height: 30px;
        width: 30px;
        left: -10px;
        top: -4px;
        background-image: url(../../assets/images/edd-product-page/quote-icon.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .plain-page .testimonials .white-wrapper .play-youtube-video:before {
        content: '';
        position: absolute;
        height: 40px;
        width: 40px;
        left: -4px;
        top: -4px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transition: .2s cubic-bezier(.68,  -.55,  .27,  1.55);
        background-image: url(../../assets/images/edd-product-page/play-icon.svg);
    }
    .plain-page .testimonials .white-wrapper p.commenter {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        color: #17449C;
    }
    .plain-page .testimonials .white-wrapper p.job-title {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #697077;
    }
    .plain-page .testimonials .review-title {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 30px;
        color: #434343;
    }
    .plain-page .testimonials .comments {
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        line-height: 24px;
        color: #434343;
    }
    .plain-page .testimonials .show-more {
        color: #676767;
        font-size: 14px;
        text-decoration: underline;
        font-weight: 200;
        display: block;
        cursor: pointer;
    }
    .plain-page .testimonials .play-youtube-video {
        cursor: pointer;
    }
    .plain-page .testimonials .play-youtube-video:hover:before {
        transform: scale(1.2);
        transition: .2s cubic-bezier(.68,  -.55,  .27,  1.55);
    }
    .plain-page .show-more-less-text-toggle {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #434343;
        padding: 2px 0;
        text-decoration: none;
        border-bottom: 2px solid #434343;
        transition: .2s;
    }
    .plain-page .show-more-less-text-toggle:hover {
        text-decoration: none;
        transition: .2s;
        color: #007fff;
        border-bottom: 2px solid #007fff;
    }
    .plain-page a.link-with-arrow {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #007fff;
        padding: 8px 24px 8px 0;
        text-decoration: none;
        border-bottom: 2px solid #007fff;
        transition: .2s;
        position: relative;
    
    }
    .plain-page a.link-with-arrow:hover {
        text-decoration: none;
        transition: .2s;
        color: #007fff;
        border-bottom: 2px solid #fff;
    }
    .plain-page a.link-with-arrow:after{
        content: '';
        position: absolute;
        right: 3px;
        top: 0;
        height: 100%;
        width: 14px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        transition: all .2s ease;
    }
    .plain-page a.link-with-arrow.blue:after{
    
        background-image: url(../images/link-blue-arrow.svg);
    }
    .plain-page a.link-with-arrow:hover:after{
        right: 0px;
        transition: all.2s ease;
    }
    .plain-page a.btn-with-arrow{
        padding-right: 48px;
        position: relative;
    }
    .plain-page a.btn-with-arrow:after{
        content: '';
        position: absolute;
        right: 27px;
        top: 0;
        height: 100%;
        width: 14px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        transition: all .2s ease;
        background-image: url(../images/link-white-arrow.svg);
    }
    
    .plain-page a.btn-with-arrow:hover:after{
        right: 24px;
        transition: all.2s ease;
    }
    .plain-page .wt-banner {
        background-image: url(https://www.webtoffee.com/wp-content/themes/webtoffee/assets/images/edd-product-page/banner-bg.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .plain-page .wt-banner h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 30px!important;
        line-height: 38px;
        text-align: center;
        max-width: 710px;
        margin: 0 auto 24px;
        color: #222;
    }
    .plain-page .wt-banner h3{
        font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 40px;
    
    text-align: center;
    
    color: #222;
    }
    .plain-page .wt-banner p {
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 24px;
        text-align: center;
        max-width: 540px;
        margin: 0 auto 32px;
        color: #434343;
    }
    .plain-page .negative-mt{
        margin-top: -70px;
    }
    .plain-page .hero-section a.blue-btn{
    margin-bottom: 100px;
    }
    .plain-page .wp-tp-wrapper .wp-review  .white-wrapper,
    .plain-page .wp-tp-wrapper .tp-review  .white-wrapper,
    .plain-page .wp-tp-wrapper .moneyback  .white-wrapper{
        display: flex;
        align-items: center;
        min-height: 100%;
        justify-content: center;
    }
    .plain-page .wp-tp-wrapper .wp-review img,
    .plain-page .wp-tp-wrapper .tp-review  img{
        margin-bottom: 10px;
    }
    .plain-page .wp-tp-wrapper .wp-review p,
    .plain-page .wp-tp-wrapper .tp-review  p{
        margin-bottom: 0px;
        font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.04em;
    
    color: #222;
    }
    .plain-page .wp-tp-wrapper .wp-review p b,
    .plain-page .wp-tp-wrapper .tp-review  p b{
        font-weight: 500!important;
    }
    .plain-page .wp-tp-wrapper .wp-review,
    .plain-page .wp-tp-wrapper .tp-review ,
    .plain-page .wp-tp-wrapper .moneyback{
           max-width: 250px;
        min-width: 240px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .plain-page .wp-tp-wrapper .moneyback p{
        font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #17449C;
    margin-bottom: 0;
    }
    .plain-page p.divider-right {
        border-right: 0.5px solid #222;
    }
    .plain-page h2{
        font-style: normal;
    font-weight: 600;
    font-size: 31px;
    line-height: 43px;
    text-align: center;
    color: #222;
    }
    .plain-page .sub-para{
        font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    
    color: #434343;
    }
    .plain-page .bundle-list .card{
        background: #FBFEFF;
    box-shadow: 5px 15px 22px rgba(130, 192, 255, 0.25);
    border-radius: 6px;
        border: none;
        min-height: 100%;
        transition: all .2s ease;
    }
    .plain-page .bundle-list .card:hover{
        box-shadow: 5px 15px 22px rgb(130 192 255 / 55%);
        transition: all .2s ease;
        transform: translateY(-2px);
    }
    .plain-page .bundle-list .card .card-body,
    .plain-page .bundle-list .card .card-footer{
        background: transparent;
        border: none;
        padding-left: 25px;
        padding-right: 25px;
    }
    .plain-page .bundle-list .card .card-body{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .plain-page .bundle-list .card .card-footer{
        padding-bottom: 40px;
        padding-top: 0;
    }
    .plain-page .bundle-list .card-footer p.total-price .label{
        font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    
    color: #000000;
    }.plain-page .bundle-list .card-footer p.total-price del{
    color: #727272;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    }
    .plain-page .bundle-list .card-footer p.total-price .sales-price{
        font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 22px;
    
    text-align: center;
    
    color: #007FFF;
    }
    .plain-page .bundle-list a.blue-btn{
        width: 100%;
    }
    .plain-page .bundle-list .bundle-title{
        font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    margin: 0;
    color: #17449C;
    }
    .plain-page .bundle-list .card .card-header{
        padding: 28px;
        background-color: transparent;
        background-image: url(../images/wavy-bg.svg);
        background-repeat: repeat-x;
        background-size: contain;
        background-position: center;
        border: none;
    }
    .plain-page .bundle-list .bundle-item{
        background: #EFFAFF;
    border-radius: 3px;
    padding: 10px 22px;
    min-height: 100px;
    }
    .plain-page .bundle-list .bundle-item img{
        width: 40px;
        height: auto;
        border-right: 6px;
            min-width: 40px;
        max-width: 40px;
    }.plain-page .bundle-list .bundle-item .item-name{
        font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin: 0 10px 0 15px;
    color: #000000;
    }
    .plain-page .bundle-list .bundle-item .item-price{
        font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-align: right;
    word-break: keep-all;
    color: #000000;
    margin: 0;
    }
    .plain-page .bundle-list .plus-icon img{
        height: 20px;
        width: auto;
        filter: drop-shadow(6px 4px 12px #CEEFFF);
    }
    .plain-page .doc-support-wrapper{
        border-radius: 11px;
    
    }
    .plain-page .doc-support-wrapper h3{
        font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 27px;
    color: #222;
        
    }
    .plain-page .doc-support-wrapper p{
        font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #3A3A3A;
    }
    .plain-page .faq h3{
        font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 30px;
    color: #434343;
    margin: 0;
    border-radius: 3px;
    }
    .plain-page .accordion .card-header button{
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 25px;
        display: flex;
        align-items: center;
        color: #434343;
        width: 100%;
        padding: 20px 0;
        position: relative;
    }
    .plain-page .accordion .card-header button:hover,
    .plain-page .accordion .card-header button[aria-expanded=true],
    .plain-page .accordion .card-header button:focus{
        color: #007FFF;
        text-decoration: none;
        outline: none;
        box-shadow: none;
    }
    .plain-page .accordion .card-header button:after{
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: all .2s ease;
    }
    .plain-page .accordion .card-header button[aria-expanded=false]:after{
    background-image: url(../images/faq-plus-icon.svg);
    transform: rotate(90deg);
    }
    .plain-page .accordion .card-header button[aria-expanded=true]:after{
    background-image: url(../images/faq-minus-icon.svg);
    transform: rotate(180deg);
    }
    .plain-page .accordion .card .card-header,
    .plain-page .accordion .card{
        border: none;
        background-color: transparent;
        padding: 0;
    }
    .plain-page .accordion .card-body{
        font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 0 30px 40px 0;
    color: #71787D;
    }
    .plain-page .accordion .card{
        border-bottom: 0.5px solid #cacaca!important;
    
    }
    .plain-page .moneyback-wrapper p{
        font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #434343;
    }
    .plain-page .moneyback-wrapper h3{
        font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
    color: #000000;
    }
    .plain-page .moneyback-text{
        max-width: 710px;
    }
    .plain-page a.blue-link{
        font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    padding-right: 23px;
    color: #007FFF;
    position: relative;
    
        transition: all .2s ease;
    }
    .plain-page a.blue-link:after{
        content: '';
        position: absolute;
        right: 3px;
        top: 0;
        height: 100%;
        width: 14px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        transition: all .2s ease;
        background-image: url(../images/link-blue-arrow.svg);
    
        transition: all .2s ease;
    }
    .plain-page a.blue-link:hover{
        text-decoration: none;
        opacity: .9;
        transition: all .2s ease;
    }
    .plain-page a.blue-link:hover:after{
        right: 0;
    }
    .plain-page p.green-text{
        font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    
    color: #8CC936;
    }
    @media(min-width: 992px){
    .plain-page .border-lg-left-dashed{
        border-left: 1px dashed #000000;
        border-image-source: url(../images/border-line.svg);
        border-image-slice: 5;
        border-image-repeat: round;
    }
    .plain-page .border-right-lg-dashed{
    
            border-right: 1px dashed #000000;
        border-image-source: url(../images/border-line.svg);
        border-image-slice: 5;
        border-image-repeat: round;
    }
    }
    @media(min-width: 576px){
        .plain-page .border-right-sm-dashed{
            border-right: 1px dashed #000000;
        border-image-source: url(../images/border-line.svg);
        border-image-slice: 5;
        border-image-repeat: round;
        }
    }
    
    
    /* 17/10/2024 - bundle shortcode style updates */
    
    .page-template-offer-landing-page .bundle-pack-list .w-100{
        background: #EFFAFF;
        border-radius: 3px;
        padding: 10px 22px;
        min-height: 100px;
    
    }
    .page-template-offer-landing-page .bundle-pack-list img{
        flex: 0 0 36px;
        height: 36px;
    }
    .page-template-offer-landing-page .bundle-pack-list img.plus-icon{
        flex: 0 0 20px;
        height: 20px;
    }
    .page-template-offer-landing-page .bundle-pack-list .bundle-each-product-img-name p{
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        margin: 0 10px 0 15px;
        color: #000000;
        word-break: keep-all;
    }
    .page-template-offer-landing-page .bundle-pack-list .price{
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 33px;
        text-align: right;
        white-space: nowrap;
        color: #000000;
        margin: 0;
    }
    .external-link-bundle-page a{
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        background: #007FFF;
        border-radius: 4px;
        color: #FFFFFF;
        padding: 13px 32px;
        transition: all .2s ease;
        display: inline-block;
        white-space: nowrap;
        max-width: 185px;
    }
    .bundle-tile-pricing .total-label{
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        color: #000;
        white-space: nowrap;
    }
    .bundle-tile-pricing .regular-price{
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: #727272;
    }
    .bundle-tile-pricing .sales-price{
        font-weight: 600;
        font-size: 24px;
        line-height: 33px;
        color: #007FFF;
    }
    .bundle-tile-pricing .off-percentage{
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #69B400;
    }
    .bundle-tile-pricing, .bundle-total-price{
        column-gap: 6px;
        row-gap: 5px;
    }
    .page-template-offer-landing-page .bundle-card-price{
        column-gap: 18px;
        row-gap: 20px;
    }
    .bundle-promo-badge{
        background-image: url(../images/badge.svg);
        width: 130px;
        height: 27px;
        background-size: cover;
        background-position: center;
        position: absolute;
        left: 0;
        top: 30px;
    }
    .bundle-promo-badge p{
        font-size: 11px;
        font-weight: 600;
        line-height: 15.29px;
        color: #fff;
        padding-left: 12px;
    }
    .promotion-bundle .bundled-products .bundle-pack-list img.plus-icon{
        display: none;
    }
    .promotion-bundle .bundled-products .bundle-pack-list:nth-child(2) img.plus-icon {
        display: block;
    }
    .bundle-badge h3{
        color:#212121;
    }
    
    @media(max-width: 1200px){
        .promotion-bundle .bundled-products .bundle-pack-list:first-child img.plus-icon {
            display: block;
        }
    }
    @media(max-width: 1100px){
        .bundle-card-price{
            flex-wrap: wrap;
        }
    }
    @media(max-width: 575px){
        .bundle-card-price{
            flex-wrap: wrap;
        }
        .page-template-offer-landing-page .bundle-pack-list .bundle-each-product-img-name p{
            margin-left: 0px !important;
        }
    }
    
    /* 22/10/2024 */
    
    .starter-bundle .bundled-products .bundle-pack-list:nth-child(3) img.plus-icon,
    .starter-bundle .bundled-products .bundle-pack-list:last-child img.plus-icon{
        display: none;
    }
    @media(max-width: 1200px){
        .starter-bundle .bundled-products .bundle-pack-list:nth-child(3) img.plus-icon{
            display: block;
        }
    }
    
    
    
    
    