﻿.pay-link, .slick-list:focus {
    outline: 0
}

.slick-next, .slick-next:hover, .slick-prev, .slick-prev:hover {
    color: transparent;
    outline: 0
}

.loader-content, .text-center {
    text-align: center
}

.slick-loading .slick-slide, .slick-loading .slick-track, .tootltip-content {
    visibility: hidden
}

*, .col-one-four, .col-one-half, .slick-slider, ::after, ::before {
    box-sizing: border-box
}

@font-face {
    font-family: Atlas-Grotesk;
    src: url(../font/Atlas-Grotesk.eot);
    src: url(../font/Atlas-Grotesk.eot?#iefix) format("embedded-opentype"),url(../font/Atlas-Grotesk.woff2) format("woff2"),url(../font/Atlas-Grotesk.woff) format("woff"),url(../font/Atlas-Grotesk.ttf) format("truetype"),url(../font/Atlas-Grotesk.svg) format("svg")
}

@font-face {
    font-family: 'Atlas Regular';
    src: url(../font/Atlas-Regular.eot);
    src: url(../font/Atlas-Regular.eot?#iefix) format("embedded-opentype"),url(../font/Atlas-Regular.woff2) format("woff2"),url(../font/Atlas-Regular.woff) format("woff"),url(../font/Atlas-Regular.ttf) format("truetype"),url(../font/Atlas-Regular.svg) format("svg")
}

@font-face {
    font-family: "Atlas Medium";
    src: url(../font/Atlas-Medium.eot);
    src: url(../font/Atlas-Medium.eot?#iefix) format("embedded-opentype"),url(../font/Atlas-Medium.woff2) format("woff2"),url(../font/Atlas-Medium.woff) format("woff"),url(../font/Atlas-Medium.ttf) format("truetype"),url(../font/Atlas-Grotesk.svg) format("svg")
}

@font-face {
    font-family: 'Atlas Regular';
    src: url(../../Content/font//Atlas-Regular.eot);
    src: url(../../Content/font//Atlas-Regular.eot?#iefix) format("embedded-opentype"),url(../../Content/font//Atlas-Regular.woff2) format("woff2"),url(../../Content/font//Atlas-Regular.woff) format("woff"),url(../../Content/font//Atlas-Regular.ttf) format("truetype"),url(../../Content/font//Atlas-Regular.svg) format("svg")
}

@font-face {
    font-family: "Atlas Medium";
    src: url(../../Content/font//Atlas-Medium.eot);
    src: url(../../Content/font//Atlas-Medium.eot?#iefix) format("embedded-opentype"),url(../../Content/font//Atlas-Medium.woff2) format("woff2"),url(../../Content/font//Atlas-Medium.woff) format("woff"),url(../../Content/font//Atlas-Medium.ttf) format("truetype"),url(../../Content/font//Atlas-Medium.svg) format("svg")
}

@font-face {
    font-family: "Atlas Bold";
    src: url(../../Content/font//Atlas-Bold.eot);
    src: url(../../Content/font//Atlas-Bold.eot?#iefix) format("embedded-opentype"),url(../../Content/font//Atlas-Bold.woff2) format("woff2"),url(../../Content/font//Atlas-Bold.woff) format("woff"),url(../../Content/font//Atlas-Bold.ttf) format("truetype"),url(../../Content/font//Atlas-Bold.svg) format("svg")
}

body {
    background: #eee;
    color: #000;
    font-family: "Atlas Regular";
    font-size: 14px;
    font-weight: 500
}

.form-control, .loader-content, .top-customer-service span, h1, h3, h4 {
    font-weight: 400
}

.price .new-price, .testimonials h4, h1, h3, h4 {
    font-family: Georgia,'Times New Roman',Times,serif
}

* {
    margin: 0;
    padding: 0
}

h2 {
    font-weight: 300
}

.btn {
    box-shadow: none !important;
    transition: none !important
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px
}

button#payPalPurchaseBtn[disabled] {
    opacity: .7;
    filter: grayscale(100%);
    background: transparent
}

.alertModal, .full-page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 10000;
    top: 0;
    left: 0;
    display: none
}

.loader-content {
    background: #fff;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 390px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    border-radius: 24px;
    box-shadow: 0px 4px 4px 0px #00000040;
    height: 169px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 20px;
}

.loader-img {
    width: 70px;
    height: 70px;
    background-image: url('../../Content/assets/images/loading-indicator.gif');
    display: inline-block;
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
}

.full-page-loader h3 {
    margin-bottom: 10px;
    color: #861518;
    font-weight: 500;
    font-size: 20px
}

.d-block {
    display: block !important
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after, .total-amount-charge {
        clear: both
    }

.slick-slide {
    display: none;
    float: left;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.price span, .slick-initialized .slick-slide, .slick-slide img, .step-form .form-group {
    display: block
}

.invoice-date-mobile, .membership-plans.new-plans.one-col-plan .membership-plan.plan-a input:checked ~ .membership-plan-info:after, .mobile-only, .panel-collapse.collapse, .plans-dropdown-mobile, .show-on-mobile, .slick-arrow.slick-hidden, .slick-slide.slick-loading img, .step-submit-button .btn.no-icon:after {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-loading .slick-list {
    background: url(../Images/ajax-loader.gif) center center no-repeat #fff
}

.slick-next, .slick-prev {
    position: absolute;
    top: 50%;
    padding: 0;
    cursor: pointer;
    border: none;
    display: inline-block;
    width: 36px;
    height: 36px
}

.alert, .btn, .couponBox, .input-group-eye-icon, select.form-control {
    position: relative
}

.slick-next:hover:before, .slick-prev:hover:before {
    opacity: .7
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    opacity: 1;
    width: 36px;
    height: 36px;
    display: inline-block;
    background-size: 40px !important;
    opacity: .5
}

.slick-next:hover:before, .slick-prev:hover:before {
    opacity: 100
}

.slick-prev {
    left: -18px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '';
    background: url(../Images/Registration/arrow-r-grey.svg) 40% 50% no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

[dir=rtl] .slick-next:before, [dir=rtl] .slick-prev:before {
    content: ''
}

.slick-next {
    right: -18px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '';
    background: url(../Images/Registration/arrow-r-grey.svg) 50% 50% no-repeat
}

.d-none {
    display: none !important
}

.w-100 {
    width: 100% !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.invoice-table tfoot .date-col, .text-left {
    text-align: left
}

.btn {
    font-weight: 500;
    padding: 16px 30px;
    font-family: Roboto,sans-serif;
    display: inline-block;
    text-decoration: none;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-radius: 12px
}

.form-control, .step-form {
    font-family: 'Atlas Regular'
}

.btn-maroon {
    background: #861518;
    color: #fff
}

    .btn-maroon:hover {
        background: #9a1c20
    }

.btn-green {
    background: #639e16;
    color: #fff
}

    .btn-green:hover {
        background: #7ec621
    }

.btn-orange {
    background: #d78936;
    color: #fff
}

    .btn-orange:hover, .btn-orangedark:hover {
        background: #f1a24e
    }

.btn-orangedark {
    background: #d78936;
    color: #000
}

.btn-dark-grey {
    background: #737373;
    color: #fff
}

    .btn-dark-grey:hover {
        background: #878787
    }

button {
    border: 0;
    cursor: pointer
}

.row {
    clear: both;
    margin-left: -5px;
    margin-right: -5px
}

.col-one-four, .col-one-half {
    position: relative;
    padding-left: 5px;
    padding-right: 5px
}

.col-one-half-sm {
    float: left;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px
}

.form-group {
    margin-bottom: 22px
}

.form-control {
    display: block;
    color: #212122;
    height: 40px;
    border: 1px solid #9d9fa2;
    border-radius: 8px;
    padding: 6px 16px;
    font-size: 16px;
    width: 100%;
    background: #fff;
    box-shadow: none
}

    .form-control:hover {
        border-color: inherit
    }

.alert, .with-offer .price h5 {
    font-weight: 400;
    font-size: 18px
}

.form-control:focus {
    outline: #212122 solid 2px;
    border-color: transparent
}

label {
    display: block;
    margin-bottom: 8px
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6' fill='none'%3E%3Cpath d='M6 6L0.803849 -9.78799e-07L11.1962 -7.02746e-08L6 6Z' fill='%239D9FA2'/%3E%3C/svg%3E");
    background-position-x: calc(100% - 16px);
    background-position-y: center;
    background-repeat: no-repeat;
    padding-right: 34px !important
}

select:-webkit-autofill {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../Images/Registration/indicate-down-red.svg) !important;
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 14px 14px;
    background-color: #fff !important
}

    select:-webkit-autofill:hover {
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url(../Images/Registration/indicate-down-red.svg) !important;
        background-repeat: no-repeat;
        background-position: 97% 50%;
        background-size: 14px 14px;
        background-color: #fff !important
    }

    select:-webkit-autofill:focus {
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url(../Images/Registration/indicate-down-red.svg) !important;
        background-repeat: no-repeat;
        background-position: 97% 50%;
        background-size: 14px 14px;
        background-color: #fff !important
    }

.coupon-cod-box, .input-group {
    display: table;
    width: 100%
}

    .input-group .form-control {
        width: 100%;
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group .form-control, .input-group .input-group-append {
        display: table-cell
    }

.input-group-append {
    border: 1px solid #979797;
    border-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-right: 6px;
    vertical-align: middle
}

.tooltip .tootltip-content::after, .tooltip .tootltip-content::before {
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-style: solid;
    position: absolute;
    content: ""
}

.input-group-eye-icon {
    content: "";
    width: 20px;
    height: 18px;
    background: url(../Images/Registration/regular_eye-slash.svg) 0 0/20px no-repeat;
    display: inline-block;
    top: 0;
    float: right
}

.input-group-append.show .input-group-eye-icon {
    background: url(../Images/Registration/regular_eye.svg) no-repeat
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

input#terms:focus + .checkmark {
    border-color: #282727
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.tootltip-content {
    width: 250px;
    white-space: normal !important;
    background-color: #fff;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 6px;
    border: 1px solid #dbdbdb;
    position: absolute;
    z-index: 1;
    display: inline-block;
    transition: opacity 1s;
    top: -15px;
    margin-left: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.3)
}

    .membership-plans.hn-plans-wrap .hn-plan-showcase-l img, .membership-plans.hn-plans-wrap .hn-plan-showcase-r img, .poweredBy li img, .poweredBy li svg, .tootltip-content img {
        max-width: 100%
    }

.tooltip:hover .tootltip-content {
    visibility: visible;
    opacity: 1
}

.apple-pay-button.hide {
    display: none
}

.apple-pay-button.disabled {
    opacity: .5;
    pointer-events: none
}

.tooltip .tootltip-content::before {
    border-width: 9px;
    border-color: transparent #dbdbdb transparent transparent
}

.tooltip .tootltip-content::after {
    border-width: 7px;
    border-color: transparent #fff transparent transparent
}

.alertModal .alertModal-content {
    background: #fff;
    padding: 20px;
    font-size: 15px;
    position: absolute;
    left: 50%;
    top: 80px;
    width: 100%;
    max-width: 450px;
    font-weight: 400;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    transform: translate(-50%,0);
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.6);
    -moz-box-shadow: 0 2px 20px rgba(0,0,0,.6);
    box-shadow: 0 2px 20px rgba(0,0,0,.6)
}

    .alertModal .alertModal-content .modal-head {
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 15px
    }

    .alertModal .alertModal-content .modalbody {
        line-height: 1.4
    }

.alertModal .btn-ok {
    float: right;
    background: #1870e3;
    color: #fff;
    min-width: 75px;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 15px;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #2b67ce;
    font-size: 13px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-shadow: 0 0 10px rgba(0,0,0,.3)
}

    .alertModal .btn-ok:hover {
        background: #2d7fea
    }

.page-title h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0
}

.paypal_btn:hover, .applePay_btn:hover, .credit-card:hover, .pay-methods .btn:hover, .other-pay-options .google-pay-container:hover, .pay-methods .btn.active {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px !important;
    outline: 2px solid #000;
    border: 2px solid #fff;
}

.applePay_btn:disabled {
    box-shadow: none !important;
    outline: none;
}

.paypal_btn:focus, .applePay_btn:focus, .credit-card:focus {
    outline: 2px solid #000;
    border: 2px solid #fff
}

.review-billing-info #initialCostOfferspan, .savings, .top-customer-service p {
    font-size: 20px
}

button#btnCreditCardSwitch {
    background: #000;
    color: #fff;
    font-size: 15px;
    gap: 4px;
}

.secure-header .container {
    padding: 20px 30px;
    border-bottom: 3px solid #000;
    position: relative
}

.top-customer-service h3 {
    font-size: 20px;
    font-weight: 700
}

.top-customer-service a {
    color: #de2336;
    font-weight: 600;
    text-decoration: none
}

    .agree-terms .terms-checkbox a:hover, .btn-prev-step a:hover span, .plink:focus, .plink:hover, .selectedplan-wrap .change-plan a:hover, .top-customer-service a:hover {
        text-decoration: underline
    }

.secure-page-content {
    clear: both;
    overflow: hidden;
    padding-bottom: 50px
}

    .secure-page-content.plans-page, .step-submit-button.p2 {
        padding-top: 20px
    }

.membership-plans.new-plans.one-col-plan {
    max-width: 360px;
    margin: 0 auto
}

.membership-plans.new-plans.two-col-plan {
    margin: 0 auto;
    max-width: 720px
}

.membership-plans-container h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
    color: #7c7c7c;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .2em
}

.membership-plans.hn-plans-wrap .hn-plan-showcase-l {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    -webkit-box-shadow: 0 6px 15px rgba(0,0,0,.4);
    -moz-box-shadow: 0 6px 15px rgba(0,0,0,.4);
    box-shadow: 0 6px 15px rgba(0,0,0,.4)
}

.membership-plans.hn-plans-wrap .hn-plan-showcase-r {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    -webkit-box-shadow: 0 6px 15px rgba(0,0,0,.4);
    -moz-box-shadow: 0 6px 15px rgba(0,0,0,.4);
    box-shadow: 0 6px 15px rgba(0,0,0,.4)
}

.membership-plans .membership-plan {
    width: 33.333333%;
    float: left;
    padding: 5px 10px 0;
    position: relative;
    box-sizing: border-box
}

.membership-plans.new-plans.one-col-plan .membership-plan.plan-a, .membership-plans.new-plans.one-col-plan .membership-plan.plan-b, .payment-sidebar, .review-billing-info .biling-info-table {
    width: 100%
}

.membership-plans.new-plans.two-col-plan .membership-plan {
    width: 50%
}

.membership-plan input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2
}

.membership-plan-info {
    background: #fff;
    border-radius: 14px 14px 0 0;
    padding: 130px 0 15px;
    display: block;
    text-align: center;
    position: relative;
    cursor: pointer;
    min-height: 415px
}

.membership-plan.annually input:checked ~ .membership-plan-info:before, .membership-plan.monthly input:checked ~ .membership-plan-info:before, .membership-plan.plan-a input:checked ~ .membership-plan-info:before, .membership-plan.plan-b input:checked ~ .membership-plan-info:before, .membership-plan.plan-c input:checked ~ .membership-plan-info:before, .membership-plan.six-months input:checked ~ .membership-plan-info:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 70px;
    bottom: -69px;
    left: 50%
}

.membership-plan.annually input:checked ~ .membership-plan-info:before, .membership-plan.hn-single-plan input:checked ~ .membership-plan-info:before, .membership-plan.monthly input:checked ~ .membership-plan-info:before, .membership-plan.plan-a input:checked ~ .membership-plan-info:before, .membership-plan.plan-b input:checked ~ .membership-plan-info:before, .membership-plan.plan-c input:checked ~ .membership-plan-info:before, .membership-plan.six-months input:checked ~ .membership-plan-info:before, .selected-plan-button .btn:hover, .step-submit-button .btn.btn-red:hover, .step-submit-button .btn:hover {
    background: #000
}

.membership-plan.monthly input:checked ~ .membership-plan-info:after, .membership-plan.plan-a input:checked ~ .membership-plan-info:after {
    content: "";
    position: absolute;
    width: 100%;
    right: -50%;
    height: 3px;
    bottom: -69px;
    background: #000
}

.membership-plans.new-plans.two-col-plan .membership-plan.plan-a input:checked ~ .membership-plan-info:after {
    width: 60%;
    right: -10%
}

.new-plans.two-col-plan .membership-plan.annually input:checked ~ .membership-plan-info:after, .new-plans.two-col-plan .membership-plan.plan-c input:checked ~ .membership-plan-info:after {
    content: "";
    position: absolute;
    width: 50%;
    left: 0;
    height: 3px;
    bottom: -69px;
    background: #000
}

.membership-plans.new-plans.two-col-plan .membership-plan.plan-b input:checked ~ .membership-plan-info:after {
    content: "";
    position: absolute;
    width: 50%;
    left: auto;
    right: 0;
    height: 3px;
    bottom: -69px;
    background: #000
}

.membership-plans.new-plans.two-col-plan .membership-plan.plan-a + .membership-plan.plan-b input:checked ~ .membership-plan-info:after {
    content: "";
    position: absolute;
    width: 50%;
    left: 0;
    right: auto;
    height: 3px;
    bottom: -69px;
    background: #000
}

.hn-single-plan.membership-plan.annually input:checked ~ .membership-plan-info:after, .membership-plan.plan-c input:checked ~ .membership-plan-info:after {
    content: "";
    position: absolute;
    width: 100%;
    left: -50%;
    height: 3px;
    bottom: -69px;
    background: 0 0
}

.membership-plan.annually input:checked ~ .membership-plan-info:after, .membership-plan.plan-c input:checked ~ .membership-plan-info:after {
    content: "";
    position: absolute;
    width: 100%;
    left: -50%;
    height: 3px;
    bottom: -69px;
    background: #000
}

.bg-light {
    position: absolute;
    width: 100%;
    height: 55%;
    left: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 0 0 14px 14px
}

    .bg-light:after {
        content: "";
        position: absolute;
        left: 50%;
        right: 0
    }

.add-brand {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px 0
}

    .add-brand img {
        max-width: 50%
    }

.savings {
    position: absolute;
    width: 100%;
    top: 0;
    background: #de2336;
    text-align: center;
    padding: 19px 0;
    color: #fff;
    border-radius: 10px 10px 0 0;
    letter-spacing: .2em;
    font-weight: 600
}

.membership-plan.monthly.two-block.first .savings, .membership-plan.six-months .savings {
    background: #545454
}

.tag-top {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 100px
}

    .tag-top span {
        text-transform: uppercase;
        color: #545454;
        font-weight: 700;
        display: inline-block;
        font-size: 14px;
        letter-spacing: .4em
    }

.plan-detail {
    position: relative;
    z-index: 1
}

    .plan-detail h3 {
        font-size: 56px
    }

    .plan-detail .bullet {
        display: inline-block;
        border: 4px solid #7c7c7c;
        width: 49px;
        height: 49px;
        border-radius: 50%;
        margin-right: 5px;
        position: relative;
        top: 5px
    }

.membership-plan input:checked ~ .membership-plan-info .bullet:after {
    content: "";
    width: 29px;
    height: 29px;
    background: #de2336;
    position: absolute;
    border-radius: 50%;
    top: 6px;
    left: 6px
}

.price {
    position: relative;
    z-index: 1;
    padding-top: 20px
}

.with-offer .price h5 {
    position: absolute;
    top: 35px;
    width: 100%
}

.panel-collapse, .with-offer .price span {
    display: inline-block
}

.price .old-price, .review-billing-info .price .old-price {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 20px;
    color: #a6a1a1;
    left: 0;
    text-decoration: line-through;
    font-size: 14px
}

.with-offer .price .old-price {
    display: inline-block;
    position: relative;
    width: auto;
    left: auto;
    top: -3px;
    font-weight: 600;
    padding-left: 5px
}

.price .new-price {
    font-size: 60px;
    color: #000;
    font-weight: 700;
    padding-top: 40px
}

.plan-duration {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 5px;
    display: block !important;
    color: #a9a9a9;
    letter-spacing: .2em
}

.membership-plan.annually .plan-duration, .membership-plan.six-months .plan-duration {
    padding-top: 25px
}

.selected-plan-button {
    clear: both;
    text-align: center;
    padding: 40px 0
}

    .selected-plan-button .btn {
        background: #de2336;
        border-radius: 10px;
        color: #fff;
        font-size: 22px;
        line-height: 1.6;
        text-transform: uppercase;
        position: relative;
        padding: 17px 30px;
        top: -5px;
        letter-spacing: .15rem
    }

        .selected-plan-button .btn:after {
            content: "";
            position: relative;
            width: 25px;
            height: 18px;
            background: url(../Images/Registration/indicate-right-full.svg) 0 0/22px no-repeat;
            display: inline-block;
            top: 0;
            margin-left: 15px
        }

        .selected-plan-button .btn.btn-orangedark:after {
            background: 0 0;
            border: solid #000;
            border-width: 0 1px 1px 0;
            display: inline-block;
            padding: 5px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            width: 0;
            height: 0;
            top: 2px
        }

.imp-info {
    position: absolute;
    font-size: 11px;
    font-weight: 400;
    bottom: 8px;
    width: 100%;
    text-align: center;
    z-index: 1
}

.what-you-get-section {
    padding: 30px 0 25px;
    clear: both;
    float: left;
    width: 100%
}

    .what-you-get-section .title-wrap {
        position: relative;
        margin-left: -15px;
        margin-right: -15px
    }

        .what-you-get-section .title-wrap:before {
            position: absolute;
            content: "";
            background: #000;
            height: 2px;
            width: 100%;
            top: 50%;
            margin-top: -1px
        }

    .what-you-get-section .title-bordered {
        background: #eee;
        max-width: 720px;
        border: 3px solid #000;
        border-bottom: 0;
        padding: 30px 10px 1px;
        letter-spacing: 4px;
        text-align: center;
        font-size: 16px;
        letter-spacing: 2px;
        margin: 0 auto 50px;
        position: relative;
        z-index: 1
    }

        .what-you-get-section .title-bordered h2 {
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 10px
        }

    .what-you-get-section .col-one-four {
        padding: 55px 10px 10px;
        text-align: center
    }

    .what-you-get-section h3 {
        font-size: 24px;
        font-weight: 400;
        line-height: 1.3;
        margin-bottom: 25px
    }

    .what-you-get-section p {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.4
    }

    .what-you-get-section .col-one-four:before {
        content: "";
        position: absolute;
        top: 0;
        width: 50px;
        height: 35px;
        background: url(../Images/Registration/checkmark-red.svg) 0 0/45px no-repeat;
        left: 0;
        right: 0;
        margin: 0 auto
    }

.testimonials {
    clear: both;
    padding: 25px;
    text-align: center;
    margin: 0 auto;
    max-width: 910px
}

    .testimonials .slilde {
        margin-bottom: 40px
    }

        .testimonials .slilde:last-child {
            margin-bottom: 0
        }

    .testimonials h4 {
        font-size: 32px;
        font-weight: 400;
        line-height: 48px;
        color: #545454;
        margin-bottom: 20px
    }

#dvReviewPurchase .step-form, .ReviewPage, .ReviewPage .steps-footer h5, .invoice-table tfoot td h3, .plan-purchased h4, .review-selected-plan h4, .review-selected-plan h5 {
    font-family: Arial,Helvetica,sans-serif
}

.testimonials .author {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .2em;
    color: #545454;
    text-transform: uppercase
}

.error-message-banner {
    text-align: center;
    background: #fff;
    padding: 25px 0;
    border-top: 1px solid #861518;
    border-bottom: 1px solid #861518;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.2);
    box-shadow: 0 0 7px rgba(0,0,0,.2)
}

    .error-message-banner h3 {
        color: #861518;
        font-weight: 600;
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 20px
    }

        .error-message-banner h3:before {
            content: "";
            position: relative;
            top: 2px;
            width: 32px;
            height: 24px;
            display: inline-block;
            background: url(../Images/Registration/alert-icon.svg) 0 0/24px no-repeat
        }

    .error-message-banner a {
        color: #861518
    }

.checkout-steps-wrap {
    display: block;
    position: relative;
    padding-bottom: 10px;
    padding-top: 125px;
    overflow: hidden
}

    .checkout-steps-wrap .page-title {
        margin-bottom: 32px
    }

.selectedplan-wrap {
    position: relative;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 820px;
    padding-top: 10px
}

    .selectedplan-wrap .change-plan a {
        position: relative;
        font-size: 14px;
        color: #ff3b30;
        font-weight: 700;
        text-decoration: none;
        padding-left: 20px
    }

        .selectedplan-wrap .change-plan a:before {
            content: "";
            position: absolute;
            width: 14px;
            height: 32px;
            background: url(../Images/Registration/arrow-prev-red.svg) 49% 50%/7px no-repeat;
            top: -7px;
            left: 0
        }

.selectedplan {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 6px 15px rgba(0,0,0,.4);
    -moz-box-shadow: 0 6px 15px rgba(0,0,0,.4);
    box-shadow: 0 6px 15px rgba(0,0,0,.4);
    border-radius: 0 14px 14px 0;
    padding: 16px 20px 16px 60px;
    overflow: hidden
}

    .selectedplan h2 {
        color: #ababab;
        font-weight: 700;
        font-size: 16px
    }

    .selectedplan:before {
        content: "";
        border-radius: 50%;
        background: #f6eaea;
        width: 200px;
        height: 200px;
        position: absolute;
        left: -152px;
        top: -50px;
        right: 0
    }

    .selectedplan.monthly:before {
        background: #f6f9ea
    }

    .selectedplan.annually:before {
        background: #fdf8ef
    }

    .selectedplan h3 {
        font-weight: 600;
        font-style: italic;
        font-size: 44px;
        line-height: 1
    }

.btn-prev-step a, .seprator-or {
    font-weight: 700;
    align-items: center;
    display: flex
}

.next-offscreen-img {
    position: absolute;
    top: 86px
}

    .next-offscreen-img.dir-left {
        left: 0
    }

    .next-offscreen-img.dir-right {
        right: 0
    }

.step-form-container {
    max-width: 1030px;
    margin: auto
}

.step-form {
    clear: both;
    background: #fff;
    border-radius: 16px;
    position: relative
}

.btn-prev-step {
    position: relative;
    margin: 0 auto 16px;
    width: 100%
}

    .btn-prev-step a {
        position: relative;
        font-size: 14px;
        color: #295DA1;
        text-decoration: none
    }

        .btn-prev-step a svg {
            margin-right: 13px
        }

        .btn-prev-step a span {
            white-space: nowrap
        }

.step-form .form-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    white-space: nowrap;
    color: #747578;
    font-weight: 400
}

.step-submit-button {
    clear: both;
    text-align: center;
    padding-top: 32px
}

.Print-option-top, .secure-seal {
    text-align: right
}

.step-submit-button .btn {
    padding: 0 20px;
    border-radius: 8px;
    min-height: 52px;
    min-width: 260px;
    font-size: 16px;
    background: #212122;
    font-weight: 500;
    color: #fff;
    width: 100%;
    max-width: 324px;
    text-align: center;
    font-family: "Atlas Medium";
    text-shadow: none
}

    .step-submit-button .btn:focus {
        outline: #000 solid 2px;
        outline-offset: 1px
    }

    .step-submit-button .btn.btn-red {
        background: #de2336;
        text-align: center;
        padding: 12px 20px 10px
    }

    .step-submit-button .btn:after {
        content: "";
        position: relative;
        width: 7px;
        height: 12px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjAwMDA0IDFMNS43NjQ0OCA1Ljc2NDQ0QzUuNzk1NDQgNS43OTUzNiA1LjgyMDAxIDUuODMyMDggNS44MzY3NyA1Ljg3MjVDNS44NTM1MyA1LjkxMjkyIDUuODYyMTUgNS45NTYyNCA1Ljg2MjE1IDZDNS44NjIxNSA2LjA0Mzc2IDUuODUzNTMgNi4wODcwOCA1LjgzNjc3IDYuMTI3NUM1LjgyMDAxIDYuMTY3OTIgNS43OTU0NCA2LjIwNDY0IDUuNzY0NDggNi4yMzU1NkwxLjAwMDA0IDExIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
        background-size: contain;
        display: inline-block;
        top: 5px;
        float: right
    }

.step-submit-button p {
    padding-bottom: 25px;
    font-weight: 400;
    font-size: 14px
}

.seprator-or {
    padding: 20px 0;
    color: #555658;
    font-size: 14px;
    line-height: 150%;
    font-family: "Atlas Medium";
    justify-content: center;
    overflow: hidden;
    position: relative
}

    .seprator-or::after {
        content: "";
        height: 1px;
        position: absolute;
        width: 100%
    }

.bk-sale-btn, .bk-sale-header .savings {
    background: #de2336;
    font-style: normal;
    letter-spacing: 1px
}

.seprator-or span {
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 0 10px
}

.agree-text {
    font-weight: 400;
    font-size: 14px;
    clear: both
}

    .agree-text p {
        line-height: 1.3
    }

    .agree-text a {
        color: #282727;
        text-decoration: none
    }

.secure-seal {
    padding-bottom: 5px;
    font-size: 10px;
    position: relative;
    right: -30px;
    top: -22px
}

    .secure-seal .seal {
        font-weight: 700;
        position: relative;
        font-size: 12px
    }

        .secure-seal .seal:after {
            content: "";
            position: relative;
            width: 10px;
            height: 13px;
            background: url(../Images/Registration/lock-icon.svg) 0 0/10px no-repeat;
            display: inline-block;
            top: 3px;
            margin-left: 5px
        }

.cvv span.tooltip {
    color: #139ad6;
    cursor: pointer;
    text-decoration: underline
}

.bk-sale-btn, .pay-link, .plink {
    text-decoration: none
}

.cvv .tooltip .tootltip-content::after {
    top: 22px
}

.cvv .tooltip .tootltip-content::before {
    top: 20px
}

.agree-terms {
    position: relative;
    clear: both;
    color: #6e6e6e;
    line-height: 1.2
}

    .agree-terms .terms-checkbox {
        font-weight: 400;
        color: #555658;
        font-size: 12px;
        line-height: 130%;
        display: block;
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 0
    }

        .agree-terms .terms-checkbox a {
            color: #295da1;
            text-decoration: none
        }

.complete-purchase .step-form {
    padding-bottom: 45px
}

.review-selected-plan {
    margin-bottom: 35px;
    position: relative
}

    .review-selected-plan p {
        margin-bottom: 25px;
        font-size: 14px
    }

    .review-selected-plan h5 {
        font-size: 30px;
        margin-bottom: 5px
    }

    .review-selected-plan h4 {
        font-size: 20px;
        margin-top: 20px
    }

.auto-renew-date {
    color: #ababab;
    font-weight: 700;
    font-size: 18px
}

    .auto-renew-date span#sp_autoRenewDate, .auto-renew-date span.autoRnDate {
        color: #6b6b6b
    }

.review-billing-info {
    font-weight: 700;
    color: #6c6c6c;
    font-size: 22px;
    max-width: 600px;
    margin: 0 auto
}

    .review-billing-info h2 {
        font-size: 16px;
        color: #a6a1a1;
        font-weight: 700;
        margin-bottom: 10px
    }

    .review-billing-info .price {
        padding-top: 0
    }

    .review-billing-info .biling-info-table th {
        text-align: left;
        padding: 5px 10px 5px 0;
        width: 70%;
        text-transform: uppercase
    }

    .review-billing-info .biling-info-table td {
        text-align: left;
        width: 30%;
        vertical-align: top
    }

        .review-billing-info .biling-info-table td span {
            font-size: 24px
        }

    .review-billing-info .price#initialCostspan {
        color: #ff3b30;
        font-size: 15px;
        display: inline-block;
        text-decoration: line-through
    }

#totalCostFreeTrial {
    text-align: center;
    border-top: 1px solid #979797;
    padding-top: 30px;
    margin-top: 10px
}

    #totalCostFreeTrial h2 {
        margin-bottom: 5px;
        font-size: 18px;
        color: #a6a1a1
    }

    #totalCostFreeTrial .price {
        color: #000;
        font-size: 36px
    }

.coupon-cod-box-wrap {
    clear: both;
    display: block;
    max-width: 380px;
    margin: 0 auto
}

.coupon-cod-box .btn, .coupon-cod-box .form-control {
    margin: 0 5px 5px;
    width: auto;
    display: table-cell;
    vertical-align: top
}

    .coupon-cod-box .btn:disabled {
        background: #ccc !important
    }

.errorCoupon, .successCoupon {
    padding-left: 5px;
    padding-top: 2px;
    line-height: 125%
}

.step.success-step .step-form {
    padding-bottom: 35px
}

.success-title h3 {
    font-size: 65px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 40px
}

.success-plan-info {
    font-weight: 400;
    font-size: 50px
}

.confirmation-message {
    padding-top: 10px;
    padding-bottom: 35px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    max-width: 630px;
    margin: 0 auto
}

    .confirmation-message a {
        color: #de2336;
        font-weight: 700
    }

.Print-option-top a {
    text-decoration: underline;
    color: #979797;
    font-weight: 700;
    font-size: 16px
}

.bbb-logo-sec, .plan-purchased {
    margin-bottom: 20px
}

    .plan-purchased h2 {
        color: #ababab;
        font-weight: 700;
        letter-spacing: 6px;
        font-size: 16px;
        margin-bottom: 15px
    }

    .plan-purchased h3 {
        font-size: 44px;
        margin-bottom: 20px;
        line-height: 1
    }

    .plan-purchased h4 {
        font-weight: 700;
        font-style: italic;
        color: #282727;
        font-size: 18px
    }

.invoice-table table {
    width: 100%;
    border-collapse: collapse
}

    .invoice-table table th {
        text-align: left;
        padding: 6px 0;
        font-size: 18px;
        color: #a6a1a1;
        font-weight: 700
    }

    .invoice-table table td {
        text-align: left;
        padding: 6px 0;
        font-weight: 700;
        color: #6c6c6c;
        font-size: 20px
    }

    .invoice-table table thead td, .invoice-table table thead th {
        padding-bottom: 20px
    }

    .bk-label, .invoice-table table tr:last-child td, .invoice-table table tr:last-child th {
        padding-bottom: 30px
    }

    .invoice-table table td .recurring-billing {
        font-size: 20px;
        line-height: 1.3;
        color: #282727;
        font-family: Arial,Helvetica,sans-serif
    }

    .invoice-table table td #old-price-span {
        text-decoration: line-through;
        color: #ff3b30;
        font-size: 16px;
        padding-right: 6px
    }

.invoice-table tfoot td, .invoice-table tfoot th {
    text-align: right;
    border-top: 1px solid #a5a5a5;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 0 !important
}

.invoice-table tfoot .date-col span {
    color: #000
}

.invoice-table tfoot td h3 {
    font-size: 40px;
    font-weight: 700;
    color: #000
}

.steps-footer {
    clear: both;
    color: #555658;
    font-size: 16px;
    line-height: 140%;
    text-align: left;
    margin-top: 16px
}

    .bbb-logo-sec h5, .steps-footer h5 {
        font-weight: 500;
        font-size: 14px;
        line-height: 125%;
        font-family: 'Atlas Medium';
        margin-bottom: 8px;
        color: #555658
    }

.bbb-logo-sec h5 {
    padding-top: 32px;
    margin-bottom: 15px
}

.bbb-logo-sec img {
    max-height: 60px
}

.bk-sale-body h3, .bk-sale-btn, .bk-sale-header .savings {
    font-family: Roboto,sans-serif
}

.steps-footer p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #555658
}

.membership-plan.annually.two-block .plan-duration, .membership-plan.six-months.two-block .plan-duration, .poweredBy {
    padding-top: 24px
}

    .poweredBy ul {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .poweredBy li {
        display: flex;
        margin: 0 5px;
        max-width: 115px
    }

        .poweredBy li img {
            max-width: 100%
        }

.bk-price strong, .bk-sale-btn {
    display: block;
    text-align: center
}

.checkout-detail {
    max-width: 750px;
    margin: 0 auto 50px;
    text-align: left
}

    .checkout-detail p {
        font-size: 10px;
        color: #282727
    }

.membership-plans.hn-plans-wrap.bk-min-height {
    min-height: 500px
}

.bk-sale-header .savings {
    font-weight: 700;
    position: static;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 10px;
    min-height: 55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px 6px 0 0
}

.bk-sale-body {
    text-align: center;
    padding: 15px 15px 30px
}

.bk-sale-btn {
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    width: 80%;
    margin: 0 auto
}

.black-friday-sale-mem {
    background: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
    max-width: 300px;
    margin: 0 auto 15px
}

    .black-friday-sale-mem:first-child {
        order: 2
    }

    .black-friday-sale-mem + .black-friday-sale-mem {
        order: 1
    }

.bk-plans-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .bk-plans-wrapper .black-friday-sale-mem {
        margin: 0 10px 25px
    }

.bk-sale-footer {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0
}

.bk-sale-body h3 {
    font-size: 28px;
    color: #000;
    padding-bottom: 15px
}

.bk-sub-desc {
    font-size: 14px;
    color: #000;
    line-height: 27px;
    font-weight: 400
}

.bk-price strong {
    font-size: 50px;
    color: #000;
    padding: 5px 0
}

.bk-label span {
    display: block;
    background: #000;
    color: #fff;
    padding: 8px 20px;
    min-width: 180px;
    margin: 0 -15px
}

img.customer-support {
    max-width: 200px
}

#existingPlan a.theme-btn:hover, .theme-btn:hover {
    background: #b52727;
    border-color: #b52727
}

.sign-up-offer h2 {
    margin: 22px 0 16px;
    color: #212122;
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    font-family: 'Atlas Bold'
}

.sign-up-offer p {
    color: #555658;
    margin-bottom: 16px;
    font-size: 16px
}

.sign-up-offer .loader-content {
    padding: 24px;
    max-width: 400px;
    border-radius: 16px
}

.sign-up-offer a.close-offer {
    position: absolute;
    right: 24px;
    top: 24px
}

.sign-up-offer .theme-btn {
    font-size: 18px
}

#existingPlan a.theme-btn {
    max-width: 230px;
    display: block;
    margin: 15px auto 0;
    line-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    background: #c93030;
    border: 1px solid #c93030;
    border-radius: 8px;
    text-decoration: none !important;
    color: #fff;
    font-family: 'Atlas Medium'
}

#existingPlan .loader-content.sec-title {
    max-width: 600px;
    height: auto;
}

#existingPlan .link {
    color: #de2336;
    font-weight: 600
}

.ajax-loading-block-window .loadingFullblock {
    background: url(https://newspaperarchive.com/Content/Images/ajax-loaderv1.gif) center center no-repeat rgba(255,255,255,.8);
    z-index: 99;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

div#cardTestMode p {
    line-height: 22px
}

button#closeButtonTest {
    position: absolute;
    right: -18px;
    top: -18px;
    width: 50px;
    height: 50px;
    background: #9b1518;
    opacity: 1;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 7px solid #fff;
    color: #fff;
    line-height: 0;
    z-index: 9999;
    font-size: 34px;
    overflow: hidden
}

.captcha-outer-wrap {
    margin-top: 25px;
    margin-left: 5px;
}

.recaptchaValidation.error-msg {
    font-size: 13px;
    font-weight: 700;
    color: red;
    margin: 5px 0 0;
}

@media only screen and (min-width:769px) {
    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }

    .col-one-four {
        width: 25%;
        float: left
    }

    .what-you-get-section h3, .what-you-get-section p {
        max-width: 250px;
        margin: 0 auto 15px;
        clear: both
    }

    .what-you-get-section h3 {
        min-height: 95px;
        margin-bottom: 25px;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        width: 100%;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .col-one-half {
        float: left;
        width: 50%;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media only screen and (min-width:767px) {
    .membership-plans .membership-plan.hn-single-plan {
        float: none;
        margin: 0 auto
    }

    .couponBox.active {
        display: block
    }

    .membership-plans.hn-plans-wrap {
        position: relative;
        min-height: 500px
    }

    .imp-info {
        max-width: 230px;
        margin: 0 auto;
        left: 0;
        right: 0
    }

    .couponBox, .step-form .renewal-card, .ul-collapse {
        display: none
    }

    .ul-collapse {
        font-size: 18px;
        line-height: 22px;
        color: #212122;
        display: none
    }
}

@media only screen and (min-width:840px) {
    .membership-plans.hn-plans-wrap {
        min-height: 550px
    }
}

@media only screen and (min-width:992px) {
    .membership-plans.hn-plans-wrap {
        position: relative;
        min-height: 660px
    }
}

@media only screen and (max-width:1199px) {
    .cvv .tooltip .tootltip-content {
        width: 200px;
        top: 26px;
        left: 70px;
        margin-left: -60px
    }

        .cvv .tooltip .tootltip-content::before {
            top: -13px;
            right: 40%;
            border-color: transparent transparent #dbdbdb
        }

        .cvv .tooltip .tootltip-content::after {
            top: -9px;
            right: 41.2%;
            border-color: transparent transparent #fff
        }

    .tooltip .tootltip-content::after {
        border-color: transparent #fff transparent transparent
    }

    .selectedplan-wrap {
        padding-left: 235px;
        padding-right: 235px;
        max-width: 100%
    }

    .selectedplan h3 {
        font-size: 34px
    }

    .selectedplan:before {
        top: -58px
    }

    .next-offscreen-img.dir-left {
        left: -60px
    }
}

@media only screen and (max-width:991px) {
    .top-customer-service h3 {
        font-size: 14px
    }

    .top-customer-service p {
        font-size: 12px
    }

    .plan-detail h3 {
        font-size: 34px
    }

    .price .new-price {
        font-size: 40px;
        padding-top: 60px
    }

    .plan-detail .bullet {
        width: 35px;
        height: 35px
    }

    .membership-plan input:checked ~ .membership-plan-info .bullet:after {
        width: 15px;
        height: 15px
    }

    .testimonials {
        margin: 0 15px;
        max-width: 100%
    }

    .step-form {
        padding: 25px
    }

    .secure-seal {
        top: -12px;
        right: 0
    }

    .next-offscreen-img.dir-right {
        right: -40px
    }

    .next-offscreen-img.dir-left {
        left: -120px
    }

    .selectedplan {
        padding-right: 15px;
        padding-left: 40px
    }

        .selectedplan h3 {
            font-size: 25px
        }

        .selectedplan:before {
            height: 198px;
            top: -60px;
            left: -170px
        }

    .selectedplan-wrap {
        padding-left: 105px
    }

    .cvv span.tooltip {
        font-size: 0;
        position: relative
    }

        .cvv span.tooltip:before {
            content: "i";
            position: absolute;
            color: #139ad6;
            font-family: georgia;
            font-size: 11px;
            line-height: 14px;
            background: #eee;
            width: 15px;
            height: 15px;
            text-align: center;
            border-radius: 10px;
            font-weight: 700;
            border: 1px solid #ccc
        }

    .cvv .tooltip .tootltip-content {
        margin-left: -100px
    }

        .cvv .tooltip .tootltip-content::before {
            left: 27px;
            right: auto
        }

        .cvv .tooltip .tootltip-content::after {
            left: 29px;
            right: auto
        }
}

@media only screen and (max-width:768px) {
    .logo, .note-bottom-mobile, .what-you-get-section {
        text-align: center
    }

    .logo {
        width: 100%
    }

    .plan-detail h3 {
        font-size: 40px
    }

    .top-customer-service {
        text-align: center;
        padding-top: 40px
    }

        .top-customer-service h3 {
            margin-bottom: 10px
        }

        .top-customer-service span {
            display: block
        }

    .note-bottom-mobile {
        clear: both;
        margin-bottom: 75px;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        font-family: "Atlas Regular";
        color: #212122;
        padding: 16px
    }

        .note-bottom-mobile h4 {
            font-size: 24px;
            line-height: 125%;
            color: #212122;
            font-weight: 700
        }

        .note-bottom-mobile a {
            display: block;
            color: #c93030;
            text-decoration: none
        }
}

@media only screen and (max-width:767px) {
    .bottmoBar, .btn.btn-green.no-icon, .btn.btn-maroon.no-icon, .secure-header {
        text-align: center
    }

    .collapse-data {
        width: calc(100% - 23px);
        margin-left: auto;
        margin-top: 20px;
        display: none
    }

    .pay-methods .btn {
        width: 100%
    }

    .payment-info .col:last-child .steps-footer {
        display: none
    }

    .payment-info {
        display: flex;
        flex-wrap: wrap;
        margin: 0 !important;
        flex-direction: column-reverse;
        width: 100%
    }

    .enterBtn, label[for=couponCode] {
        display: none !important
    }

    .page-title h1 {
        margin-bottom: 14px;
        font-size: 32px;
        text-align: center
    }

    .couponBox {
        flex-direction: column;
        display: flex;
        width: 100%
    }

    .page-title h1 span {
        display: block
    }

    .membership-plan input:checked ~ .membership-plan-info:after, .membership-plan input:checked ~ .membership-plan-info:before, .plans-dropdown-mobile li.mobile-selectedPlan.show-dropdown .savings, .selected-plan-button, .show-on-desktop {
        display: none !important
    }

    .show-on-mobile {
        display: inline-block !important
    }

    .membership-plan.annually .plan-detail, .membership-plan.six-months .plan-detail, .secure-page-content.plans-page {
        padding-top: 50px
    }

    .page-title, .plans-dropdown-mobile li.mobile-selectedPlan .dd-plan-box.annually, .plans-dropdown-mobile li.mobile-selectedPlan .dd-plan-box.six-months {
        margin-bottom: 30px
    }

    .agree-text, .membership-plan .bullet, .membership-plans.hn-plans-wrap .hn-plan-showcase-l, .membership-plans.hn-plans-wrap .hn-plan-showcase-r, .next-offscreen-img, .plans-dropdown-mobile li ul li .savings, .what-you-get-section .title-wrap:before, .with-offer.free-trial-plan .hide-mobile {
        display: none
    }

    .membership-plans-container h2 {
        text-align: left;
        padding-left: 15px;
        font-size: 18px;
        margin-bottom: 10px
    }

    .membership-plans {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        flex-direction: column
    }

        .membership-plans .membership-plan.plan-b, .membership-plans.new-plans.one-col-plan, .membership-plans.new-plans.two-col-plan, .review-billing-info {
            max-width: 100%
        }

        .membership-plans .membership-plan.six-months.with-offer {
            -webkit-order: 1;
            order: 1
        }

        .membership-plans .membership-plan.annually.with-offer {
            -webkit-order: 2;
            order: 2
        }

        .membership-plans .membership-plan.monthly.with-offer {
            -webkit-order: 3;
            order: 3
        }

        .membership-plans .membership-plan {
            width: 100%;
            margin-bottom: 15px;
            padding-top: 0
        }

            .membership-plans .membership-plan.annually, .membership-plans .membership-plan.six-months {
                padding-bottom: 35px
            }

        .membership-plans.new-plans.one-col-plan .membership-plan, .membership-plans.new-plans.two-col-plan .membership-plan {
            max-width: 100%;
            width: 100%
        }

    .membership-plan-info {
        float: left;
        width: 100%;
        padding: 0;
        height: 140px;
        min-height: 140px
    }

    .savings {
        padding: 8px 0;
        font-size: 16px;
        letter-spacing: 0;
        top: auto;
        bottom: -35px;
        border-radius: 0
    }

    .membership-plan-info .plan-detail {
        float: left;
        width: 50%;
        padding: 40px 0
    }

    .non-na-plan .membership-plan + .membership-plan {
        margin-top: 32px !important
    }

    .membership-plan-info .price, .price .old-price {
        padding-right: 75px;
        text-align: right
    }

    .membership-plan-info .price {
        float: right;
        width: 50%;
        padding-top: 40px;
        position: relative;
        height: 140px
    }

    .membership-plan .price:after {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        background: url(../Images/Registration/arrow-r-green.svg) 0 0/26px no-repeat;
        right: 20px;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }

    .membership-plan.monthly .price:after, .membership-plan.plan-a .price:after, .plans-dropdown-mobile li .dd-plan-box.monthly .plan-selection-btn:after, .plans-dropdown-mobile li .dd-plan-box.plan-a .plan-selection-btn:after {
        background: url(../Images/Registration/arrow-r-grey.svg) no-repeat
    }

    .membership-plan.annually .price:after, .membership-plan.plan-c .price:after, .plans-dropdown-mobile li .dd-plan-box.annually .plan-selection-btn:after, .plans-dropdown-mobile li .dd-plan-box.hn-plan-mobile .plan-selection-btn:after, .plans-dropdown-mobile li .dd-plan-box.plan-c .plan-selection-btn:after {
        background: url(../Images/Registration/arrow-r-orange.svg) no-repeat
    }

    .with-offer .price h5 {
        right: 30px;
        top: 15px
    }

    .with-offer.free-trial-plan .price h5 {
        right: 75px;
        font-size: 14px;
        line-height: 12px
    }

    .with-offer .price .old-price {
        position: absolute;
        bottom: 47px;
        right: 0;
        top: auto
    }

    .price .new-price {
        padding-top: 0;
        font-size: 30px
    }

    .price .plan-duration {
        padding-top: 0;
        white-space: nowrap
    }

    .with-offer .price .plan-duration {
        position: relative;
        top: 2px
    }

    .with-offer.free-trial-plan .price .plan-duration {
        font-size: 14px;
        padding-top: 4px
    }

    .with-offer.free-trial-plan .plan-duration .break-on-mobile {
        display: block;
        padding-top: 2px
    }

    .membership-plan-info .tag-top {
        right: auto;
        left: -15px;
        top: 15px
    }

        .membership-plan-info .tag-top span {
            background: #545454;
            border-radius: 5px;
            color: #fff;
            padding: 3px 8px;
            font-weight: 400;
            font-size: 13px;
            letter-spacing: 0;
            min-width: 120px
        }

    .bg-light {
        width: 50%;
        height: 100%;
        right: 0;
        bottom: 0;
        left: auto;
        border-radius: 0 14px 14px 0
    }

        .bg-light:after {
            width: 400px;
            height: 300px;
            left: 0;
            right: 0;
            transform: translate(0,-50%);
            top: 50%
        }

    .what-you-get-section {
        margin-bottom: 0
    }

        .what-you-get-section h3 {
            font-size: 24px
        }

    .testimonials h4 {
        font-size: 26px;
        line-height: 42px
    }

    .plans-dropdown-mobile {
        display: none;
        padding-bottom: 20px
    }

    .what-you-get-section .title-wrap {
        margin-left: 0;
        margin-right: 0
    }

    .plans-dropdown-mobile h2 {
        margin-bottom: 10px
    }

    .plans-dropdown-mobile li {
        display: block;
        position: relative
    }

        .plans-dropdown-mobile li.mobile-selectedPlan .dd-plan-box {
            -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
            -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
            box-shadow: 0 0 10px rgba(0,0,0,.3);
            background: #fff;
            border-radius: 8px;
            position: relative;
            z-index: 2
        }

        .plans-dropdown-mobile li.mobile-selectedPlan.show-dropdown .dd-plan-box {
            margin-bottom: 0 !important
        }

        .plans-dropdown-mobile li.mobile-selectedPlan .dd-plan-box .dd-plan-detail h5 {
            position: absolute;
            left: 20px;
            top: 10px;
            white-space: nowrap;
            letter-spacing: -.1px
        }

        .plans-dropdown-mobile li.mobile-selectedPlan ul li .dd-plan-box .dd-plan-detail h5 {
            top: 18px
        }

        .plans-dropdown-mobile li ul li .dd-plan-box {
            -webkit-box-shadow: 0 0 6px rgba(0,0,0,.2);
            -moz-box-shadow: 0 0 6px rgba(0,0,0,.2);
            box-shadow: 0 0 6px rgba(0,0,0,.2)
        }

        .plans-dropdown-mobile li > ul {
            position: relative;
            padding: 0 10px;
            opacity: 0;
            max-height: 1px;
            top: -100%;
            -webkit-transition: max-height .5s;
            -moz-transition: max-height .5s;
            transition: max-height .5s;
            overflow: hidden
        }

        .plans-dropdown-mobile li.show-dropdown ul {
            max-height: 600px;
            opacity: 1;
            top: -100%;
            z-index: 1
        }

        .plans-dropdown-mobile li > ul li {
            top: -5px;
            z-index: -1
        }

            .plans-dropdown-mobile li > ul li + li {
                z-index: -2;
                top: -14px
            }

        .plans-dropdown-mobile li.mobile-selectedPlan .dd-plan-detail {
            padding: 20px 10px 15px 25px;
            height: 135px
        }

            .plans-dropdown-mobile li.mobile-selectedPlan .dd-plan-detail.dd-free-trial {
                padding-top: 15px
            }

                .plans-dropdown-mobile li .dd-free-trial .plan-duration, .plans-dropdown-mobile li .dd-plan-detail.dd-free-trial .price, .plans-dropdown-mobile li .dd-plan-detail.dd-free-trial h3, .plans-dropdown-mobile li.mobile-selectedPlan .dd-plan-detail.dd-free-trial .trial-text {
                    text-align: right;
                    padding-right: 15px
                }

                .plans-dropdown-mobile li.mobile-selectedPlan .dd-plan-detail.dd-free-trial .trial-text {
                    padding-bottom: 14px;
                    position: relative
                }

        .plans-dropdown-mobile li.mobile-selectedPlan .dd-plan-box .dd-plan-detail.dd-free-trial h5 {
            top: 36px;
            left: auto;
            right: 15px
        }

        .plans-dropdown-mobile li.mobile-selectedPlan .dd-plan-detail.dd-with-offer {
            padding-top: 24px
        }

        .plans-dropdown-mobile li ul li .dd-plan-box .dd-plan-detail {
            padding: 24px 10px 22px 15px;
            height: 145px
        }

            .plans-dropdown-mobile li ul li .dd-plan-box .dd-plan-detail.dd-with-offer {
                padding-top: 32px
            }

        .plans-dropdown-mobile li .plan-selection-btn {
            position: absolute;
            right: 5px;
            top: 49px;
            max-width: 131px;
            text-align: right;
            font-weight: 400;
            padding-right: 50px
        }

            .plans-dropdown-mobile li .plan-selection-btn:after {
                content: "";
                width: 22px;
                height: 22px;
                background: url(../Images/Registration/arrow-r-green.svg) 0 0/22px no-repeat;
                position: absolute;
                top: 6px;
                right: 15px;
                -webkit-transition: .3s;
                -moz-transition: .3s;
                transition: .3s
            }

    .plans-dropdown-mobile > ul > li.show-dropdown .plan-selection-btn:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .plans-dropdown-mobile ul li ul li .dd-plan-box .plan-selection-btn:after {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    .plans-dropdown-mobile li .dd-plan-detail {
        width: 65%;
        position: relative;
        overflow: hidden;
        border-radius: 8px 0 0 8px;
        z-index: 1
    }

        .plans-dropdown-mobile li .dd-plan-detail:before {
            content: "";
            background: #f1f6e9;
            width: 100%;
            height: 300px;
            position: absolute;
            left: 0;
            top: 50%;
            z-index: -1;
            border-radius: 0 50% 50% 0;
            -webkit-transform: translate(0,-50%);
            -moz-transform: translate(0,-50%);
            transform: translate(0,-50%)
        }

    .plans-dropdown-mobile li .dd-plan-box.monthly .dd-plan-detail:before, .plans-dropdown-mobile li .dd-plan-box.plan-a .dd-plan-detail:before {
        background: #f7f7f7
    }

    .plans-dropdown-mobile li .dd-plan-box.annually .dd-plan-detail:before, .plans-dropdown-mobile li .dd-plan-box.hn-plan-mobile .dd-plan-detail:before, .plans-dropdown-mobile li .dd-plan-box.plan-c .dd-plan-detail:before {
        background: #fdf8ef
    }

    .plans-dropdown-mobile li .dd-plan-detail h5 {
        position: absolute;
        left: 25px;
        top: 18px
    }

    .plans-dropdown-mobile li .dd-plan-detail h3 {
        font-size: 32px;
        font-weight: 700;
        font-style: italic
    }

    .plans-dropdown-mobile .price .new-price {
        font-size: 28px;
        display: inline-block
    }

    .plans-dropdown-mobile .price .old-price {
        padding-right: 0;
        position: relative;
        width: auto;
        text-align: left;
        display: inline-block;
        top: -3px;
        padding-left: 10px;
        font-weight: 700;
        font-size: 18px
    }

    .plans-dropdown-mobile li .dd-plan-detail .price {
        font-weight: 400;
        padding-top: 0;
        max-height: 36px
    }

    .plans-dropdown-mobile li .plan-duration {
        padding-top: 0;
        font-size: 14px;
        font-weight: 400
    }

    .btn-prev-step, .selectedplan-wrap {
        padding-left: 0;
        padding-right: 0
    }

    .secure-seal {
        position: absolute;
        right: 20px;
        top: 10px
    }

    .step-submit-button p {
        text-align: left
    }

    .review-selected-plan {
        border-bottom: 0;
        padding-bottom: 0
    }

        .review-selected-plan p {
            margin-bottom: 15px;
            padding-top: 15px
        }

    .review-billing-info h2 {
        margin-bottom: 5px
    }

    .review-billing-info .price {
        padding-bottom: 20px;
        display: block
    }

    .review-billing-info .biling-info-table th {
        padding: 0 10px 0 0
    }

    .total-amount-charge .biling-info-table {
        margin-top: 20px
    }

    .total-amount-charge .price {
        padding-bottom: 0
    }

    .success-title h3 {
        font-size: 55px
    }

    .invoice-table table td, .invoice-table table th, .invoice-table table thead td, .invoice-table table thead th {
        text-align: left;
        padding-left: 0
    }

    .invoice-table table tfoot th.date-col {
        padding: 0;
        font-size: 0
    }

    .invoice-date-mobile {
        display: block !important;
        font-size: 18px;
        color: #a6a1a1;
        font-weight: 700;
        padding-top: 30px
    }

        .invoice-date-mobile span {
            color: #000
        }

    .step-submit-button.success-page {
        padding-top: 40px
    }

    .bottmoBar {
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
        background: #de2336;
        color: #fff !important;
        padding: 0 10px 5px;
        width: 100%
    }

        .bottmoBar span {
            color: #fff;
            font-weight: 400
        }
}

.pay-link, .pay-opt {
    margin-bottom: 30px
}

@media only screen and (max-width:620px) {
    .bk-plans-wrapper .black-friday-sale-mem {
        margin: 0 0 45px;
        width: 100%;
        max-width: none
    }
}

@media only screen and (max-width:599px) {
    .page-title h1 {
        font-size: 40px
    }

        .page-title h1 span {
            margin-bottom: 30px
        }
}

@media only screen and (max-width:480px) {
    .alertModal .alertModal-content {
        max-width: 300px
    }

    .page-title h1 {
        font-size: 28px
    }

        .page-title h1 span {
            margin-bottom: 24px
        }

    .membership-plan-info {
        height: 120px;
        min-height: 120px
    }

        .membership-plan-info .plan-detail {
            padding: 41px 0
        }

    .non-na-plan .membership-plan-info .plan-detail {
        padding: 45px 0
    }

    .plan-detail h3 {
        font-size: 26px
    }

    .membership-plan-info .price {
        padding-right: 45px;
        padding-top: 42px;
        height: 120px
    }

    .non-na-plan .membership-plan-info .price {
        padding-top: 48px
    }

    .with-offer .membership-plan-info .price {
        padding-top: 38px
    }

    .membership-plan .price:after {
        background-size: 20px;
        width: 25px;
        height: 19px;
        right: 5px
    }

    .with-offer .price h5 {
        right: 15px;
        font-size: 12px !important
    }

    .with-offer.free-trial-plan .price h5 {
        right: 45px
    }

    .price .old-price {
        padding-right: 45px;
        font-size: 12px;
        top: 25px
    }

    .with-offer .price .old-price {
        bottom: 47px
    }

    .membership-plan-info .price .new-price {
        font-size: 16px
    }

    .plan-duration, .plans-dropdown-mobile li .plan-duration, .tag-top span, .with-offer.free-trial-plan .price .plan-duration {
        font-size: 12px
    }

    .with-offer .price .plan-duration {
        top: 0;
        letter-spacing: 0
    }

    .imp-info {
        font-size: 10px
    }

    .plans-dropdown-mobile li .plan-selection-btn {
        padding-right: 30px;
        max-width: 111px
    }

        .plans-dropdown-mobile li .plan-selection-btn:after {
            content: "";
            width: 14px;
            height: 14px;
            background-size: 14px;
            top: 7px;
            right: 5px
        }

    .plans-dropdown-mobile li .dd-plan-detail {
        width: 60%
    }

        .plans-dropdown-mobile li .dd-plan-detail:before {
            height: 240px
        }

    .plans-dropdown-mobile .price .new-price {
        font-size: 20px;
        padding-right: 5px
    }

    .plans-dropdown-mobile .price .old-price {
        font-size: 12px;
        padding-left: 0
    }

    .plans-dropdown-mobile .imp-info {
        bottom: 5px;
        white-space: nowrap;
        letter-spacing: -.1px
    }

    .step-submit-button .btn {
        padding-left: 20px
    }
}

.field-validation-error {
    color: #e80c4d;
    font-weight: 400;
    font-size: 12px;
    margin-top: 4px;
    display: block
}

.helpTxt {
    font-weight: 400;
    font-size: 12px;
    padding-top: 6px
}

.successCoupon, .ul-features.free-trail .fea-val {
    color: #388367
}

@media print {
    @page {
        size: A4;
        margin: 0
    }

    body, html {
        width: 210mm;
        height: 297mm
    }

    .checkout-steps-wrap {
        padding-top: 50px
    }

    .Print-option-top, .step-submit-button {
        display: none !important
    }
}

.membership-plan.monthly.two-block input:checked ~ .membership-plan-info:after, .membership-plan.plan-a.two-block input:checked ~ .membership-plan-info:after {
    right: auto;
    left: 50%;
    width: 50%
}

.membership-plan.annually.two-block input:checked ~ .membership-plan-info:after, .membership-plan.plan-c.two-block input:checked ~ .membership-plan-info:after {
    width: 50%;
    left: auto;
    right: 50%
}

.membership-plan.annually.two-block .plan-duration, .membership-plan.six-months.two-block .plan-duration {
    padding-top: 10px
}

.saved-payment-card {
    background: #FAFAFA;
    padding: 24px 16px;
    border: 1px solid #D7D8D9;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
    line-height: 140%;
}

    .saved-payment-card .card-type {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #212122;
        font-size: 14px
    }

.card-type span {
    display: flex;
    align-items: center;
    display: flex;
    align-items: center
}

.saved-payment-card a {
    color: #295DA1;
    text-decoration: none;
    margin-top: 16px
}

@media(max-width:767px) {
    .membership-plans .membership-plan.two-block {
        padding-bottom: 35px !important
    }

    .membership-plan.annually.two-block .plan-duration, .membership-plan.two-block .plan-duration {
        padding-top: 4px
    }

    .payment-info .col:last-child {
        min-width: auto !important
    }

    .payment-info .col {
        padding: 0 !important;
        width: 100%
    }
}

.align-items-center {
    align-items: center !important
}

.pay-link:before {
    content: "";
    height: 16px;
    min-width: 16px;
    outline: #7c7c7c solid 2px;
    outline-offset: 6px;
    background: 0 0;
    display: inline-flex;
    border-radius: 50px;
    margin-right: 20px
}

.active .pay-link:before {
    background: #de2336
}

.pay-link {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    font-family: Georgia,'Times New Roman',Times,serif
}

.pay-opt .panel-collapse {
    padding: 30px 10px 0 34px
}

.btn-cc {
    border: none;
    color: #204a82;
    font-size: 16px;
    height: 40px;
    padding: 10px 20px;
    background: #efeff0;
    border-radius: 8px;
    font-weight: 700
}

.payment-card, .renewal-card {
    padding: 20px;
    background: #fff;
    width: 100%
}

.btn-cc:focus, .btn-cc:hover {
    background-color: #e9e9e9
}

.pay-methods {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

    .pay-methods .btn {
        padding: 9px 0;
        width: 130px;
        border-radius: 8px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 42px;
    }

.payment-group label {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    margin-bottom: 16px;
    color: #747578
}

.paypal_btn {
    background: #FFD140;
    border: 1px solid #FFD140
}

.Gpay_btn {
    background: #000;
    border: 1px solid #000
}

.applePay_btn {
    background: #fff;
    border: 1px solid #000
}

.mb-16 {
    margin-bottom: 16px
}

.mb-8 {
    margin-bottom: 8px
}

.mb-24 {
    margin-bottom: 24px
}

.rounded-4 {
    border-radius: 4px !important
}

.logo img {
    max-width: 200px;
    min-width: 200px;
    width: 100%;
    display: block;
    margin: auto
}

.step-submit-button button[disabled] {
    background: #a6a6a7;
    pointer-events: none
}

.payment-sec {
    display: flex;
    justify-content: center;
    font-family: "Atlas Regular"
}

.renewal-card h5, .ul-total {
    font-family: "Atlas Medium"
}

.payment-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px
}

.payment-card .plan-name, .ul-collapse span, .ul-header span {
    display: flex;
    align-items: center;
    font-family: "Atlas Medium"
}

.payment-info ul {
    list-style: none
}

.payment-info .col {
    padding: 0 8px
}

.payment-card {
    border-radius: 16px
}

    .payment-card .plan-name {
        justify-content: center;
        font-size: 14px;
        color: #212122;
        border-top: 1px solid rgba(100,23,23,.1)
    }

.plan-name svg {
    margin-right: 12px
}

.plink {
    color: #295da1;
    cursor: pointer
}

.payment-card li {
    display: flex;
    justify-content: space-between
}

    .payment-card li + li {
        margin-top: 8px
    }

.ul-features {
    font-size: 12px;
    line-height: 14px;
    border: solid #efeff0;
    border-width: 1px 0
}

    .ul-features .fea-title {
        color: #555658
    }

    .ul-features .fea-val {
        color: #747578
    }

.ul-total {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #212122
}

.renewal-card {
    border-radius: 16px;
    color: #747578;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px
}

    .renewal-card h5 {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #000
    }

.payment-card .sec-btn {
    background: #efeff0;
    border-radius: 8px;
    color: #204a82;
    font-size: 14px;
    line-height: 150%;
    font-family: 'Atlas Medium';
    width: 100%;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0 !important
}

    .payment-card .sec-btn:focus, .payment-card .sec-btn:hover {
        background: #e9e9e9;
        border-color: #e9e9e9
    }

.couponBox .form-control {
    border: 1px solid #d7d8d9
}

.ul-features .couponVal {
    color: #388367;
    font-family: 'Atlas Medium'
}

.couponBox .loader {
    position: absolute;
    background: #ffffff2e;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    backdrop-filter: blur(1px)
}

    .couponBox .loader img {
        position: absolute;
        transform: translate(-50%,-50%);
        left: 50%;
        top: 50%
    }

a#getSavedCards {
    color: #295da1;
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
    font-family: "Atlas Medium"
}

@media(min-width:1060px) {
    .step-form, .step-title {
        max-width: 768px
    }

    .checkout-steps-wrap {
        padding: 122px 16px 0
    }

    .page-title {
        text-align: center
    }

    .step-form {
        padding: 32px 50px;
        margin: auto
    }

    .payment-sidebar {
        max-width: 246px;
        min-width: 246px
    }

    .steps-footer {
        padding-top: 10px
    }

    .poweredBy {
        margin-bottom: 35px
    }

    .ul-features, .ul-header {
        margin-bottom: 24px
    }

    .couponBox, .step-form .renewal-card, .ul-collapse {
        display: none
    }

    .ul-features {
        padding: 24px 0
    }

    .payment-card .plan-name {
        padding: 27.5px 0
    }

    .terms-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0
    }

    .terms-checkbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 16px;
        width: 16px;
        border: 1px solid #9d9fa2;
        border-radius: 4px
    }

    .terms-checkbox:hover input ~ .checkmark {
        border-color: #282727
    }

    .terms-checkbox input:checked ~ .checkmark {
        border: 1px solid #212122;
        background: #212122
    }

    .terms-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        left: 5px;
        top: 1px;
        width: 5px;
        height: 10px;
        border: solid #fff;
        border-width: 0 2.4px 2.4px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .terms-checkbox input:checked ~ .checkmark:after {
        display: block
    }

    .agree-terms .terms-checkbox {
        padding-left: 24px
    }

    .payment-card .sec-btn {
        min-height: 32px
    }

    .couponBox .form-control::placeholder {
        color: transparent
    }

    label[for=couponCode] {
        color: #747578
    }

    .couponBox .form-group {
        margin-bottom: 8px
    }

    .couponBox.active {
        display: flex;
        flex-direction: column
    }
}

@media(max-width:1059px) {
    .mobile-text-centre {
        text-align: center
    }

    .collapseview, .mobile-only, .terms-checkbox input:checked ~ .checkmark:after {
        display: block
    }

    .desktop-only, .payment-sidebar .renewal-card {
        display: none
    }

    .payment-info {
        flex-direction: column-reverse;
        width: 100%
    }

    .renewal-card {
        margin-top: 32px;
        background: #fafafa;
        border-radius: 12px
    }

    .payment-info .col {
        width: 100%;
        padding: 0 !important
    }

    .checkout-steps-wrap {
        padding: 70px 16px 0
    }

    .step-form {
        padding: 20px
    }

    .payment-sidebar {
        margin-bottom: 16px
    }

    .ul-features, .ul-header {
        margin-bottom: 8px
    }

    .ul-features {
        padding: 8px 0
    }

    .payment-card .plan-name {
        padding: 8px 0;
        display: none
    }

    .ul-collapse {
        font-size: 18px;
        line-height: 22px;
        color: #212122
    }

        .ul-collapse svg {
            margin-right: 11px
        }

        .ul-collapse.active svg {
            transform: rotate(90deg)
        }

    .collapseview, .terms-checkbox input:checked ~ .checkmark:after {
        display: block
    }

    .poweredBy {
        margin-bottom: 32px
    }

    .terms-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0
    }

    .terms-checkbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 16px;
        width: 16px;
        border: 1px solid #9d9fa2;
        border-radius: 4px
    }

    .terms-checkbox:hover input ~ .checkmark {
        border-color: #282727
    }

    .terms-checkbox input:checked ~ .checkmark {
        border: 2px solid #212122;
        background: #212122
    }

    .terms-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        left: 3px;
        top: 0;
        width: 6px;
        height: 10px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .agree-terms .terms-checkbox {
        padding-left: 48px
    }

    .couponField {
        border: none;
        padding: 16px 0 0;
        margin: 0;
        width: 100%
    }

    .enterBtn, label[for=couponCode] {
        display: none !important
    }

    .payment-card .sec-btn {
        min-height: 40px;
        font-size: 16px
    }

    .couponBox .form-control::placeholder {
        color: #9d9fa2
    }
}

@media(min-width:620px) {
    .top-customer-service {
        display: block
    }
}

@media(min-width:621px) and (max-width:1059px) {
    .couponBox {
        display: flex;
        align-items: start
    }

    .payment-card .sec-btn {
        max-width: 197px;
        min-width: 197px
    }

    .couponBox .form-group {
        width: 100%;
        margin: 0 8px 0 0
    }
}

@media(max-width:620px) {
    .couponBox .form-group {
        margin-bottom: 12px
    }

    .couponBox.active {
        display: flex;
        flex-direction: column
    }
}

body .success-toaster {
    position: fixed;
    margin-top: 0;
    box-shadow: none;
    width: 390px;
    right: 0;
    left: auto;
    top: 91px;
    text-align: left;
    color: #fff;
    background-color: #4caf50;
    padding: .75rem 1.25rem;
    border: 1px solid #c3e6cb;
    border-radius: .25rem;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    -webkit-animation: fadein 2s ease-in;
    -moz-animation: fadein 2s ease-in;
    animation: fadein 2s ease-in;
    z-index: 9;
    max-width: 100%
}

body .error-toaster {
    position: fixed;
    margin-top: 0;
    box-shadow: none;
    width: 390px;
    right: 0;
    left: auto;
    top: 91px;
    text-align: left;
    color: #fff;
    background-color: #ff756e;
    padding: .75rem 1.25rem;
    border: 1px solid #a94f4a;
    border-radius: .25rem;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    -webkit-animation: fadein 2s ease-in;
    -moz-animation: fadein 2s ease-in;
    animation: fadein 2s ease-in;
    z-index: 9;
    max-width: 100%
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media (max-width: 420px) {
    .loader-content {
        max-width: 90%;
    }
}
