div.c-flex-row {
    margin-block-start: 40px;
    margin-top: 40px;
    display: flex;
    max-width: fit-content;
    align-items: flex-start;
}
div.c-flex-col {
    width: 120px;
    height: 120px;
    text-align: center;
    padding: 8px;
    border: 2px solid #b3d7ff;
    margin-inline: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 20px;
    background: #ffffff7a;
    display: flex;
    align-content: space-between;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
div.c-image-box {}
img.c-image-src {
    max-width: 50px;
    max-height: 50px;
    min-height: 50px;
}
div.c-text-box {
    font-size: 16px;
    color: #6eb3ff;
    font-weight: 400;
    line-height: 1.2;
}

div.f-flex-row {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    flex-direction: row;
}

div.f-col {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-content: space-between;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    height: 524px;
}
div.height-unset {
    height: unset;
}
div.f-left {
    text-align: right;
}
div.f-right {
    text-align: left;
}
div.f-image-box {
    align-items: center;
}
img.f-image-src {
    width: fit-content;
    display: block;
}
div.f-container {
    display: flex;
    align-items: center;
    height: 100%;
}
div.f-row-desc {
    font-weight: 300;
    margin-block-start: 5px;
    margin-top: 5px;
}
div.f-row-title {
    font-size: 20px;
}
div.f-row-text {
    flex-basis: 0;
    flex-grow: 1;
    margin: 8px;
}
div.f-row-image {
    margin: 8px;
}
img.f-row-image {
    max-width: 60px;
    display: block;
    border: 3px solid #0096df;
    min-height: 60px;
    border-radius: 50%;
    padding: 8px;
}

div.cta {
    display: flex;
    align-items: center;
}

.c-price {
    padding: 8px 16px;
    background: unset;
    border-radius: 50px;
    border: unset;
}

div.c-flex-price {
    display: flex;
    align-items: center;
}

span.s-price {
    margin-left: 8px;
}

div.c-features {
    background: #FFFFFF;
}

.productdot-right {
    right: 50px;
    left: unset;
}

div.c-text-1 {
    font-size: 20px;
}

div.c-text-2 {
    font-size: 18px;
}

img.image-radius-30 {
    border-radius: 30px;
}

img.c-icon {
    width: 120px;
    height: 120px;
    border: 8px solid #b3d7ff;
    border-radius: 50%;
    padding: 10px;
}

div.secure {
    margin-block-start: 40px;
    margin-top: 40px;
}
img.secure {
    max-width: 280px;
    opacity: 0.6;
}

span.step {
    color: #e8bb05;
    font-weight: 300;
    margin-right: 4px;
}

.new-price {
    font-size: 30px !important;
}


del {
    margin-inline: 5px;
    margin-left: 5px;
    margin-right: 5px;
    font-family: 'Conv_Metropolis-SemiBold', sans-serif;
    opacity: 0.8;
}

div.bundle-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.c-bundle {
    background: #e5f4fc;
}

div.bundle-col {
    background: #ffffff;
    padding: 30px 40px;
    margin-inline: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 20px;
    flex-basis: 0;
    flex-grow: 1;
    box-shadow: 0px 2px 4px #dee2e6;
}
div.b-left {}
div.b-mid {}
div.b-right {}
div.bundle-row {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
div.bundle-title  {
    font-size: 24px;
    font-weight: 500;
}
div.bundle-image {
    margin-block: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
div.bundle-price {
    margin-block: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 34px;
    font-weight: 300;
    color: #c3c3c3;
    display: flex;
    align-items: flex-end;
    line-height: 1;
    justify-content: center;
}
.b-old-price {
    line-height: 1.2;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: #dc340699;
    font-family: 'Conv_Metropolis-SemiBold', sans-serif;
}
.b-new-price {
    font-size: 52px;
    color: #202124;
    margin-inline: 4px;
    margin-left: 4px;
    margin-right: 4px;
    letter-spacing: -0.01em;
    font-family: 'Conv_Metropolis-Bold', sans-serif;
}
div.bundle-claim {
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
    text-transform: uppercase;
    min-width: 100%;
    font-size: 20px;
}

div.bundle-claim::before {
    content: "";
    display: block;
    position: absolute;
    margin-top: -5px;
    top: 50%;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
}

div.bundle-claim::after {
    content: "";
    display: block;
    position: absolute;
    margin-top: -5px;
    top: 50%;
    right: -5px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
}
div.bundle-discount {
    font-size: 24px;
    color: #007bff;
}
div.bundle-saving {
    margin-block: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 300;
}
div.bundle-button {}
img.bundle-image {
    max-width: 80%;
}

div.popular {
    background: linear-gradient(90deg, #f00 0%, #dc0000 100%);
}

div.cheap {
    background: linear-gradient(90deg, #0096df 0%, #007bff 100%);
}

.btn-bundle {
    background: #1fba34;
    background: -moz-linear-gradient(top, #1fba34 0, #028332 100%);
    background: -webkit-linear-gradient(top, #1fba34 0, #028332 100%);
    background: linear-gradient(to bottom, #1fba34 0, #028332 100%);
}

.btn-bundle:hover {
    color: #fff;
    background: #028332;
    background: -moz-linear-gradient(top, #028332 0, #1fba34 100%);
    background: -webkit-linear-gradient(top, #028332 0, #1fba34 100%);
}

div.rowgap-bundle {
    margin-top: 30px;
}

div.b-popular {
    border: 8px solid #dc354530;
}

div.b-cheap {
    border: 6px solid #0096df2e;
}

img.popular {
    max-width: 100%;
}

img.cheap {
    max-width: 90%;
}

div.form-col {
    max-width: 540px;
    background: #eef6ffed;
    padding: 30px;
    border-radius: 30px;
    border: 8px solid #0096df73;
    margin: auto;
    box-shadow: 2px 2px 4px #20212433;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

div.c-form-row {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
}

input.form-input {
    border: 2px solid #4aa0ff78;
    background: #FFFFFF;
    padding: 5px;
    border-radius: 6px;
    margin-block: 3px;
    flex-basis: 0;
    flex-grow: 1;
    margin-inline: 3px;
    margin: 3px;
    min-height: 34px;
    font-size: 16px;
}

select.form-select {
    border: 2px solid #4aa0ff78;
    background: #FFFFFF;
    padding: 5px;
    border-radius: 6px;
    margin-block: 3px;
    flex-basis: 0;
    flex-grow: 1;
    margin-inline: 3px;
    margin: 3px;
    min-height: 34px;
    font-size: 16px;
}

span.form-span {
    font-size: 18px;
    color: #0096df;
    line-height: 1;
    margin-block-start: 8px;
    margin-block-end: 3px;
    font-weight: 400;
    margin-inline: 3px;
    margin: 8px 3px 3px;
    text-align: left;
}

div.payment {
    padding: 5px;
    border-radius: 6px;
    margin-block: 3px;
    flex-basis: 0;
    flex-grow: 1;
    margin-inline: 3px;
    margin: 3px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 4px #20212414;
    background: #ffffff;
}

div.payment:hover {
    cursor: pointer;
}

div.payment-row {
    align-items: flex-start;
    margin-top: 5px;
}

div.payment-cell {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

div.form-agree {
    padding: 5px;
    border-radius: 12px;
    margin-block: 3px;
    flex-basis: 0;
    flex-grow: 1;
    margin-inline: 3px;
    margin: 3px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    text-align: left;
}

.radio-selected {
    background: url(../images/check-circle-solid.svg) !important;
    border: none !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
}

.radio-1 {
    border: 2px solid #e9ecf3;
    border-radius: 50%;
    position: relative;
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin-right: 5px;
}

.agree {
    background: #FFFFFF;
}

.radio-1:hover {
    cursor: pointer;
}
.best-offer {
    color: #fff;
    background: linear-gradient(90deg, #1fba34 0%, #1fba34 100%);
    text-align: center;
    text-transform: uppercase;
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    padding: 0.15rem;
    position: relative;
    margin-top: 3px;
    border-radius: 0 0 5px 5px;
}

.best-option {
    border-bottom: none;
    border-radius: 6px 6px 0 0;
}

input::placeholder{
    font-weight: 300;
}

select.c-select {
    font-weight: 300;
}

div.form-btn {
    margin-top: 5px;
    display: flex;
    width: 100%;
}

.c-botsec {
    background: url(../images/ctaimage.png) right -130px center no-repeat;
    background-size: auto;
}

.btn-default:hover {
    cursor: pointer;
}

.bluebar {
    background: #202124;
}

p.footer {
    color: #FFFFFF;
    line-height: 1.4;
    font-weight: 300;
    text-align: justify;
    font-size: 14px;
}

img.footer {
    display: block;
    margin-block-end: 40px;
    margin-bottom: 40px;
}

span.arrow-left {
    position: relative;
    padding: 5px 28px 5px 0;
    background-size: contain;
    background: url(../images/arrow-circle-right-solid.svg) no-repeat center 2px;
    margin-left: 4px;
}

span.btn-1 {
    top: -2px;
}

@media (max-width: 1199px) {
    div.bundle-col {
        padding: 18px;
        margin-inline: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .btn-bundle {
        padding: 18px;
    }
}

@media (max-width: 991px){
    div.bundle-section {
        flex-direction: column;
    }
    img.popular {
        max-width: 60%;
    }
    img.cheap {
        max-width: 60%;
    }
    div.bundle-row {
        flex-direction: row;
        align-items: flex-end;
        max-width: 500px;
    }
    div.bundle-row-1 {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        margin-inline: 6px;
        margin-left: 6px;
        margin-right: 6px;
        width: 100%;
        align-items: flex-start;
    }
    div.bundle-row-2 {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        margin-inline: 6px;
        margin-left: 6px;
        margin-right: 6px;
        width: 100%;
        align-items: flex-end;
    }
    div.bundle-col {
        padding: 15px;
        margin-inline: 0;
        margin-block: 8px;
        max-width: 540px;
        margin: 8px 0;
    }
    .btn-bundle {
        font-size: 24px;
        padding: 15px;
    }
    div.b-popular {
        border: none;
    }
    div.b-cheap {
        border: none;
    }

    div.c-text-box {
        font-size: 16px;
    }

    .c-price {
        background: #202124e6;
        border: 1px solid #f8f9fa;
    }

}

@media (max-width: 767px) {
    img.logo {
        content: url("../images/logo-03.png");
    }

    div.f-flex-row {
        display: block;
    }
    div.f-col {
        height: fit-content;
    }
    div.flex-reverse {
        flex-direction: row-reverse;
        text-align: left;
    }

    div.f-col-2 {
        flex-direction: row;
        min-height: 120px;
    }
    div.left-text {
        text-align: left;
    }
    img.c-icon {
        width: auto;
        height: auto;
        max-width: 100px;
        min-height: 100px;
    }
}

@media (max-width: 540px) {
    span.arrow-hide {
        display: none;
    }
    div.rowgap-bundle {
        margin-top: 15px;
    }

    div.c-flex-row {
        max-width: 566px;
    }

    div.bundle-row {
        flex-direction: column;
    }

    div.bundle-row-1 {
        align-items: unset;
    }

    div.bundle-row-2 {
        align-items: center;
    }

    .b-old-price {
        line-height: 1.4;
    }
    div.c-form-row {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 320px) {
    img.f-row-image {
        max-width: 40px;
        border: 2px solid #0096df;
        min-height: 40px;
        padding: 4px;
    }
    div.f-row-image {
        margin: 4px;
    }
    div.f-row-text {
        margin-block: 8px;
        margin: 8px 4px;
    }
}

@media (max-width: 440px){
    span.arrow-left {
        padding: 5px 24px 5px 0;
    }
}

@media (max-width: 400px) {
    div.cta {
        display: inline-block;
    }
    .c-price {
        margin-left: unset;
    }

    div.c-flex-col {
        width: 100%;
        margin-block: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .btn-default span {
        background: none;
        padding: 0 !important;
        font-size: 18px !important;
    }
    .btn-default {
        padding: 15px;
    }
}

@media (max-width: 400px) {
    div.c-flex-row {
        display: block;
    }
    div.c-flex-col {
        height:unset;
    }
}

@media (max-width: 389px) {
    .c-price {
        margin-top: 8px;
        margin-left: unset;
    }
}

#submit {
    cursor: pointer;
    margin: auto;
}

#submitting {
    cursor: not-allowed;
    margin: auto;
    display: none;
}

#warning {
    display: none;
    justify-content: center;
    padding: 10px;
    background: #ffc10770;
    border-radius: 6px;
}

#warning::before {
    content: "*";
    color: #cc0000;
}

#error {
    display: none;
    justify-content: center;
    padding: 10px;
    background: #ffffff;
    border-radius: 6px;
}

#error::after {
    content: "!";
    color: #cc0000;
}

.verified {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px;
    padding: 5px 20px;
    background-image: url("../image/shield-check-solid.svg");
    color: #737373;
    line-height: 1.6;
}