.cta-offer-bg {
    background: #004DBC;
}

.cta-flex {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    align-items: flex-end
}

.cta-center {
    text-align: center
}

.cta-box {
    width: 350px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
    height: auto
}

.cta-offer-box {
    background: #313131;
    margin: 3px 3px 0 3px;
    padding: 8px 0
}

.cta-offer-header {
    font-size: 28px;
    line-height: 22px;
    text-align: center;
    line-height: normal;
    letter-spacing: 2.8px;
    /* text-transform: uppercase; */
    color: #fff
}

.cta-offer {
    font-weight: 700;
    font-size: 22px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.55px;
    color: #fff
}

.cta-bundle {
    font-size: 18px;
    line-height: normal;
    text-align: center;
    letter-spacing: 2.52px;
    /* text-transform: uppercase; */
    color: #fff
}

.cta-body {
    padding: 5px;
    padding-bottom: 10px;
}

.cta-product-img {
    max-width: 189px;
    margin: 20px auto -30px;
    display: block
}

.cta-retail-price {
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    letter-spacing: .05em;
    text-decoration-line: line-through;
    color: #d20000;
    /* margin-top: 10px */
}

.cta-price {
    font-weight: 900;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    color: #537000
}

.cta-price span {
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
    color: #000;
}

.cta-total-price {
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #4D4D4D;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.cta-save {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #d20000
}

.cta-price-month {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000
}

.cta-btn-img {
    max-width: 284px;
    display: block;
    margin: 0 auto;
    cursor: pointer
}

.cta-shipping {
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #d20000
}

.cta-offer-button {
    background: #FE9400;
    border-radius: 3px;
    display: block;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    margin-top: 10px;
    font-weight: 700;
    transition: .3s;
    cursor: pointer
}

.cta-offer-button:hover {
    transform: scale(1.02);
    color: #fff;
    text-decoration: none;
}

.cta-guarantee {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #537000;
    margin-top: 10px
}

.cta-trust-badges {
    max-width: 283px;
    display: block;
    margin: 0 auto
}

.cta-product-img-free {
    max-width: 280px;
    display: block;
    margin: 20px auto 0
}

.dream-optimizer-btl {
    max-width: 280px;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.cta-title {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: .02em;
    color: #000
}


.switch {
    --secondary-container: #13a8fe;
    --primary: #fff;
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 1.5rem;
}

.switch input {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#bdc1c8;
    transition: .2s;
    border-radius: 30px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 1.125rem;
    width: 1.125rem;
    border-radius: 20px;
    left: 0.2em;
    bottom: 0.2em;
    background-color: #fff;
    transition: .4s;
}

.active + .slider::before {
    background-color: var(--primary);
}

.active + .slider {
    background-color: var(--secondary-container);
}

.active + .slider:before {
    transform: translateX(1.4em);
}

.sub-save-img {
    max-width: 250px;
    margin-bottom: 3px;
}

.purchase-options {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    gap: 15px;
}


@media screen and (max-width:991px) {
    .cta-flex {
        /* flex-direction: column-reverse; */
        align-items: center;
        gap: 20px;
        
    }
    .cta-container {
        padding: 70px 0
    }
}

@media screen and (max-width:991px) {
    .cta-container {
        padding: 0 10px;
        padding-top: 20px;
    }
    .order-3 {
        order: 3
    }
}

@media screen and (max-width:376px) {
    .cta-box {
        min-width: 100%
    }

    .sub-save-img {
        max-width: 220px;
    }
}

@media screen and (min-width: 991px) {
    .cta-offer-bg {
        background: url(./cta-bg-lg.webp);
        background-size: cover;
        background-position: center;
    }
}