
:root {
    --secondary-color: #4362f8;
}
.title-heading {
    font-size: 26px;
    color: #ffff;
}

.title-desc {
    max-width: 600px;
    margin: 0 auto;
}

.title-icon {
    position: relative;
}

.title-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 42px;
    width: 40px;
    height: 0px;
    border-top: 2px dashed #e0e0e0;
}

.title-icon:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 42px;
    width: 40px;
    height: 0px;
    border-top: 2px dashed #e0e0e0;
}

.title-icon i {
    color: #0297CF;
    background: #ccc;
    height: 5px;
    width: 70px;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    top: -2px;
    right: -35px;
}

#pricing .about-box {
    position: relative;
    color: #fff;
    background: #ffffff08;
    border-radius: 15px;
}

#pricing .about-icon i {
    background-color: #303a4d73;
    display: inline-flex;
    font-size: 32px;
    width: 100px;
    height: 100px;
    /* line-height: 89px; */
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

#pricing .about-line:before {
    content: "";
    border-top: 1px dashed #303a4d;
    position: absolute;
    width: 46%;
    right: 78%;
    top: 65px;
    display: none;
}

#pricing .about-left-icon-1 i {
    left: -0%;
}

#pricing .about-left-icon-2 i {
    left: -0%;
}

#pricing .about-left-icon-1 i, #pricing .about-left-icon-2 i {
    font-size: 13px;
    border-radius: 50%;
    position: absolute;
    top: 76px;
    color: #ffffff;
    z-index: 9;
    background-color: #303a4d;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: none;
}

#pricing .about-box h5 {
    color: #fff;
}

#pricing .about-count p {
    position: relative;
    top: -136px;
    background: var(--atv-color1);
    color: #2A2E35;
    width: 50px;
    height: 50px;
    display: inline-flex;
    border-radius: 50%;
    /* line-height: 40px; */
    left: 40%;
    font-size: 20px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}

.pricing-plans-container {
    border-radius: 4px;
    /* box-shadow: 0 0 25px rgba(0, 0, 0, .1); */
    display: flex;
    margin-bottom: 30px;
    /* background: #ffffff08; */
    color: #fff;
    margin-top: 45px;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
}

.pricing-plan {
    flex: 1;
    padding: 30px 15px 20px 15px;
    position: relative;
    /* border-left: 1px solid var(--atv-bg-color3); */
    border-right: 1px solid var(--atv-bg-color3);
    background: #ffffff08;
    border-radius: 40px;
}

.pricing-plan h3 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.pricing-plan p {
    margin: 0
}

.billed-yearly-label, .billed-lifetime-label {
    display: none
}

.billed-yearly .billed-yearly-label, .billed-lifetime .billed-lifetime-label {
    display: block
}

.billed-yearly .billed-monthly-label, .billed-lifetime .billed-monthly-label {
    display: none
}

.pricing-plan-label {
    background: #1e263494;
    border-radius: 44px;
    font-size: 16px;
    color: #cce5ff;
    text-align: center;
    line-height: 24px;
    padding: 12px;
    margin: 20px 0;
}

.pricing-plan-label strong {
    font-size: 27px;
    font-weight: 500;
    margin-right: 5px;
    line-height: 30px;
    position: relative;
}

.pricing-plan-label span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #0d6efddb;
    border-radius: 50%;
    font-size: 14px;
}

.pricing-plan-label s {
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    top: 0px;
    left: 105%;
    color: #f1505b;
}

.recommended .pricing-plan-label {
    background-color: rgba(102, 103, 107, .06);
    color: #66676b
}

.recommended .pricing-plan-label strong {
    color: #66676b
}

.pricing-plan-features strong {
    color: var(--atv-color1);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 24px;
    display: block;
    text-align: center;
}

.pricing-plan-features ul {
    padding: 0;
    margin: 0
}

.pricing-plan-features ul li {
    display: block;
    margin: 0;
    padding: 3px 0;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pricing-plan-features ul li i {
    color: #2db414;
    margin-left: 5px
}

.pricing-plan-features ul li i.off {
    color: #ea5252;
}

.pricing-plan .button:hover, .pricing-plan.recommended .button {
    color: #fff;
    background-color: #66676b;
    box-shadow: 0 4px 12px rgba(102, 103, 107, .15)
}

.pricing-plan .button {
    color: #66676b;
    background-color: #fff;
    border: 1px solid #66676b;
    box-shadow: 0 4px 12px rgba(102, 103, 107, .1)
}

.pricing-plan .button:hover {
    box-shadow: 0 4px 12px rgba(102, 103, 107, .15)
}

.pricing-plan.recommended {
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    padding: 35px;
    margin: 0 15px
}

.pricing-plan.recommended:last-of-type {
    margin-right: 0;
}

.pricing-plan .recommended-badge {
    background-color: rgba(120, 169, 56, 1);
    color: #fff;
    position: absolute;
    width: 100px;
    height: 42px;
    top: -25px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    border-radius: 40px;
    font-weight: 400;
    /* line-height: 45px; */
    display: inline-flex;
    padding: 0px 20px;
    align-items: center;
    justify-content: center;
    animation: shadow-pulse 1s infinite;
}
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(120, 169, 56, 0.5);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(120, 169, 56, 0);
    }
}

.pricing-plan a.btn {
    padding: 12px 30px;
    background: #fff;
    border-color: #fff;
    border: 0;
    border-radius: 50px;
}

@media (max-width: 992px) {
    .pricing-plans-container {
        box-shadow: none;
        display: block;
        margin-top: -40px;
        background: transparent;
    }

    .pricing-plan {
        box-shadow: 0 0 25px rgba(0, 0, 0, .1);
        margin-bottom: 20px;
        flex: auto;
        width: 100%;
        border-radius: 4px;
        padding: 35px;
        background: #2a2e35;
    }

    .pricing-plan.recommended {
        padding: 35px;
        margin: 0 0 40px
    }

    .recommended.pricing-plan {
        box-shadow: 0 0 25px rgba(0, 0, 0, .1);
        margin-top: 80px
    }
}

.boxed-widget {
    background-color: rgb(0 0 0 / 31%);
    padding: 0;
    transform: translate3d(0, 0, 0);
    z-index: 90;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    max-width: 420px;
    margin: 0 auto 30px auto;
}

.boxed-widget-headline {
    color: #333;
    font-size: 18px;
    padding: 12px 20px;
    /* background-color: #1e263400; */
    color: #fff;
    position: relative;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #252525a1;
}

.boxed-widget-headline h3 {
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: #fff;
}

.boxed-widget-inner {
    /* padding: 25px; */
}

.boxed-widget ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.boxed-widget ul li span {
    float: left;
    color: #fff;
    font-weight: 500;
}

.boxed-widget ul li {
    color: #fff;
    padding-bottom: 10px
}

.boxed-widget ul li small {
    line-height: 1;
    margin-bottom: 10px;
    color: #999;
}

.boxed-widget.summary li.total-costs {
    font-size: 18px;
    border-top: 1px solid #2932415e;
    padding-top: 5px;
    margin-top: 5px;
    padding-bottom: 0;
}

.boxed-widget-footer {
    border-top: 1px solid #e4e4e4;
    width: 100%;
    padding: 20px 30px
}

.boxed-widget-footer .checkbox label {
    margin-bottom: 0
}

.boxed-widget.summary li.total-costs span {
    font-weight: 500;
    color: #ffffff;
}

.payment-logo {
    height: 24px;
    position: absolute;
    left: 19px;
    top: 18px;
    image-rendering: -webkit-optimize-contrast
}

.payment-logo.paypal {
    height: 16px;
    top: 22px
}

.payment-tab-trigger > input {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.payment-tab-trigger {
    padding: 0 20px
}

.payment-tab-trigger > label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 0;
    padding: 15px 0;
    top: 0px;
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

.payment-tab-trigger > label .alert {
    color: #b82525;
    background: #e4b8b8;
    padding: 0 5px;
    margin-right: 10px;
}

.payment-tab-trigger > label .alert a {
    display: inline-block;
    margin-right: 10px;
    color: #262626;
}

.payment {
    overflow: hidden;
    margin-bottom: 25px;
    padding: 2px;
}

.payment-tab {
    background: #ffffff;
    box-sizing: border-box;
    max-height: 60px;
    overflow: hidden;
    position: relative;
    transition: all .3s 0s ease-in-out;
    width: 100%;
    margin-top: 2px;
}

.payment-tab:first-of-type {
    margin-top: 0;
}

.payment-tab.payment-tab-active {
    max-height: 400px;
    background: #fff
}

@media (max-width: 991px) {
    .payment-tab.payment-tab-active {
        max-height: 800px
    }
}

.payment-tab-content {
    padding: 0 20px 20px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: .2s ease-in-out
}

.payment-form-row {
    margin-top: -10px;
    margin-bottom: 5px
}

.payment-tab.payment-tab-active .payment-tab-content {
    visibility: visible;
    opacity: 1;
    color: #262626;
}

.radio {
    display: inline-block;
    vertical-align: top
}

.radio label {
    margin: 3px 0;
    cursor: pointer;
    position: relative;
    padding-left: 29px;
    line-height: 25px
}

.radio input[type=radio] {
    position: absolute;
    opacity: 0
}

.radio input[type=radio] + label .radio-label {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 2px solid #b4b4b4;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 5px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    background-color: #fff;
    box-shadow: inset 0 0 0 8px #fff;
    z-index: 100;
    position: absolute;
    top: 2px;
    left: 0
}

.radio input[type=radio] + label .radio-label:after {
    background-color: #0297CF;
    content: "";
    top: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    opacity: 1;
    transition: .3s;
    border-radius: 50%;
    transform: scale(0);
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    z-index: 99
}

.radio input[type=radio]:checked + label .radio-label {
    background-color: #0297CF;
    border-color: #0297CF;
    box-shadow: inset 0 0 0 3px #fff
}

.radio-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: transparent;
    display: block
}

.interactive-effect label .radio-label:before {
    animation: radius-shadow .4s
}

@keyframes radius-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(102, 103, 107, .4)
    }

    100% {
        box-shadow: 0 0 0 10px transparent
    }
}
#subscribe-form {padding: 15px 15px 0 15px}
#result-message {background: #fff;margin: 0;padding: 0 15px 15px15px;}
.charge-price-points {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-right: -15px;
    /* background: var(--atv-bg-color3); */
    /* padding: 15px; */
    /* border-radius: 90px 0 0 90px; */
    /* overflow: hidden; */
}

.charge-price-points .charge-price-input {
    /* background: #212529; */
    color: #ffffff;
    /* border-radius: 5px; */
    position: relative;
    /* width: 200px; */
    display: flex;
    align-items: center;
    /* gap: 5px; */
    /* padding: 5px; */
}
.button-plus-minus {
    display: flex;
    flex-direction: column;
    gap: 1px;
    position: relative;
    left: -20px;
}
.charge-price-points .charge-price-input input {
    background: #1E2634;
    border: 0;
    width: 110px;
    font-size: 23pt;
    direction: ltr;
    padding: 0;
    color: #ffffff;
    text-align: center;
    height: 70px;
    padding-right: 20px;
    padding-left: 10px;
    padding-top: 0;
    border-radius: 10px;
}

.charge-price-points .charge-price-input .dollar {
   font-size: 24px;
   font-weight: 700;
   color: #ffffff;
   /* width: 40px; */
   /* border-radius: 50%; */
   /* line-height: 40px; */
   position: relative;
   right: -15px;
   /* opacity: 0.18; */
   border: 3px solid #0c0f15;
   border-radius: 35px;
   background: #1E2634;
   color: #6c6c6c;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 50px;
   height: 50px;
}

.charge-price-points .charge-price-input .dollar svg {width: 40px;}

.charge-price-points .charge-points {
    /* background: #676e7c47; */
    color: #ffffff;
    border-radius: 50%;
    padding: 0 20px;
    /* height: 45px; */
    line-height: 1.3;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    position: relative;
}
.charge-price-points .charge-points i {position: absolute;top: -45px;left: -14px;opacity: 0.1}

.charge-price-points .charge-points span {
    font-size: 21px;
}

.charge-price-points .inline-group {
    /* max-width: 9rem; */
    padding: 5px 5px 0px 50px;
    padding-left: 38px;
    flex-wrap: nowrap;
}

.charge-price-points .inline-group .form-control {
    text-align: center;
}

.charge-price-points .form-control[type="number"]::-webkit-inner-spin-button, .charge-price-points .form-control[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.charge-price-points .button-plus-minus .btn {
    background: #1E2634;
    color: #6c6c6c;
    border: 0;
    border-radius: 50px;
    /* position: relative; */
    /* top: 1px; */
    display: flex;
    height: 35px;
    width: 35px;
    border: 3px solid #0c0f15;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.charge-price-points .input-group .btn:focus, .charge-price-points .input-group .btn:hover {
    box-shadow: none;
}

.boxed-widget-inner .btn.btn-primary {
    height: 55px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 34px;
    /* background: #0000006e; */
    border: 0;
    font-size: 16px;
    padding-right: 25px;
}

@media only screen and (max-width: 768px) {
    #pricing .about-line:before,#pricing .about-left-icon-1 i,#pricing .about-left-icon-2 i {
        display: none;
    }
}

.plan-quality {
    padding: 20px;
}

.plan-quality .recommended-badge {
    font-size: 16px;
}

.plan-quality .pricing-plan-label {
    margin-top: 0;
    padding: 8px;
    background: rgb(3 3 3 / 33%);
}

.plan-quality .pricing-plan-label strong {
    font-size: 18px
}

.plan-quality .pricing-plan-label strong.price {
    font-size: 24px
}

.plan-quality li {
    font-size: 14px;
    font-weight: 500;
}

.plan-quality li span {
    float: left;
    background: rgb(3 3 3 / 33%);
    width: 50px;
    text-align: center;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 300;
}

.plan-quality .plan-payment {
    margin-top: 5px;
}

.plan-quality .plan-payment a {
    padding: 12px 30px;
    background: #f1505b;
    border-color: #f1505b;
    border: 0;
}

.plan-quality .plan-payment a:hover {
    box-shadow: 0 4px 12px rgba(102, 103, 107, .15);
    background: #e5323e;
    border-color: #e5323e;
}

.plan-eptrans li span {font-size: 14px;width: initial;padding: 0 10px;direction: ltr}
.charge-form .alert {max-width: 420px;margin-left: auto;margin-right: auto;}