.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #4d77fa;
}

input:focus+.slider {
    box-shadow: 0 0 1px #4d77fa;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    height: 34px;
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.price_table {
    margin-top: 0px;
    margin-bottom: 50px
}

.mypricing_content {
    background-color: #fff;
    border-radius: 4px;
}


.mypricing_content .mypricing_head_price {
    background-color: #f6f6f6
}

.mypricing_content .mypricing_head_price .mypricing_head_content .head_bg {
    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4
}

.mypricing_content .mypricing_head_price .mypricing_head_content .head span {
    color: #525252;
    font-size: 12px;
    letter-spacing: 5px;
}

.mypricing_content .mypricing_head_price .mypricing_price_tag .price .sign {
    color: #414141
}

.mypricing_content .mypricing_head_price .mypricing_price_tag .price .currency {
    color: #414141
}

.mypricing_content .mypricing_head_price .mypricing_price_tag .price .cent {
    color: #414141
}

.mypricing_content .mypricing_head_price .mypricing_price_tag .month {
    color: #414141
}

.mypricing_content .mypricing_feature_list ul li {
    color: #a7a7a7
}

.mypricing_content .mypricing_feature_list ul li span {
    color: #414141
}

.mypricing_content .mypricing_feature_list ul li:hover {
    background-color: #E4E4E4;
    border-left: 5px solid #4d77fa
}

.mypricing_content .mypricing_price_btn a {
    border: 1px solid #4d77fa;
    color: #4d77fa
}

.mypricing_content.active .mypricing_head_price .mypricing_head_content .head_bg,
.mypricing_content:hover .mypricing_head_price .mypricing_head_content .head_bg {
    border-color: #4d77fa rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4d77fa;
    color: #fff
}

.mypricing_content:hover .mypricing_head_price .mypricing_head_content .head span,
.mypricing_content.active .mypricing_head_price .mypricing_head_content .head span {
    color: #fff
}

.mypricing_content:hover .mypricing_price_btn a,
.mypricing_content.active .mypricing_price_btn a {
    background-color: #4d77fa;
    color: #fff
}


.row .table {
    padding: 28px 0
}

.mypricing_content {
    overflow: hidden;
    position: relative;
    text-align: center
}

.mypricing_content .mypricing_head_price {
    margin: 0 0 20px 0
}

.mypricing_content .mypricing_head_price .mypricing_head_content {
    margin: 0 0 50px 0
}

.mypricing_content .mypricing_head_price .mypricing_head_content .head_bg {
    border-style: solid;
    border-width: 90px 1329px 3px 399px;
    position: absolute
}

.mypricing_content .mypricing_head_price .mypricing_head_content .head {
    padding-top: 36px;
    position: relative;
    z-index: 1
}

.mypricing_content .mypricing_head_price .mypricing_head_content .head span {

    font-size: 16px;
    font-weight: 400;
    letter-spacing: 5px;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.mypricing_content .mypricing_head_price .mypricing_price_tag {
    padding: 0 0 20px
}

.mypricing_content .mypricing_head_price .mypricing_price_tag .price {
    display: block
}

.mypricing_content .mypricing_head_price .mypricing_price_tag .price .sign {
    display: inline-block;

    font-size: 28px;
    font-weight: 400;
    vertical-align: middle
}

.mypricing_content .mypricing_head_price .mypricing_price_tag .price .currency {

    font-size: 40px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 40px;
    padding: 0;
    vertical-align: middle
}

.mypricing_content .mypricing_head_price .mypricing_price_tag .price .cent {
    display: inline-block;

    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom
}

.mypricing_content .mypricing_head_price .mypricing_price_tag .month {

    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom
}

.mypricing_content .mypricing_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.mypricing_content .mypricing_feature_list ul li {

    font-size: 15px;
    padding: 15px 0;
    transition: all 0.3s ease-in-out 0s
}

.mypricing_content .mypricing_feature_list ul li:hover {
    transition: all 0.3s ease-in-out 0s
}

.mypricing_content .mypricing_feature_list ul li .fa {
    padding: 0 10px
}

.mypricing_content .mypricing_price_btn {
    margin: 20px 0 32px
}

.mypricing_content .mypricing_price_btn a {
    border-radius: 5px;
    display: inline-block;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase
}

.mypricing_content,
.mypricing_content:hover,
.mypricing_content .mypricing_head_price .mypricing_head_content .head_bg,
.mypricing_content:hover .mypricing_head_price .mypricing_head_content .head_bg,
.mypricing_content .mypricing_head_price .mypricing_head_content .head h2,
.mypricing_content:hover .mypricing_head_price .mypricing_head_content .head h2,
.mypricing_content .price,
.mypricing_content:hover .price,
.mypricing_content .mypricing_price_btn a,
.mypricing_content:hover .mypricing_price_btn a {
    transition: all 0.3s ease-in-out 0s
}

@media (max-width: 320px) {}

@media (max-width: 767px) {
    .mypricing_content {
        margin-bottom: 75px
    }
}

.table_heading {
    text-align: center
}

.table_heading h1 {
    color: #666;
    margin: 0;
    padding: 0 0 50px 0
}

.qrchimp-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase
}

.bottom_btn {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase
}

.qrchimp-button:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none
}

.bottom_btn:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none
}

.mypricing_content .custom-control {
    width: fit-content;
    margin: 0 auto;
}

.most_pop {
    border: solid 1px #4d77fa;
    /* overflow-x: hidden; */
    margin-top: -20px;
    padding-bottom: 20px;
}

.most_pop .head_bg {
    border-color: #4d77fa !important;
    color: #fff;
    border-width: 105px 1329px 3px 399px !important;
    margin-bottom: 20px;
}

.most_pop .head span {
    color: #fff !important
}

.most_pop .mypricing_price_btn a {
    background-color: #4d77fa;
    color: #fff;
}

.qr_rec {
    color: #061244;
    z-index: 9;
    position: absolute;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    width: 104px;
    background: #f0d972;
    top: 22px;
    /* display: flex; */
    padding: 2px 12px;
    border-radius: 20px;
    margin: auto;
    left: 0;
    right: 0;
}

.most_pop .mypricing_price_tag {
    /* padding-top:20px !important; */
}

.most_pop .head {
    padding-top: 55px !important
}


@media (max-width: 320px) {}

@media (max-width: 767px) {
    .mypricing_content {
        margin-bottom: 75px
    }
}

.table_heading {
    text-align: center
}

.table_heading h1 {
    color: #666;
    margin: 0;
    padding: 0 0 50px 0
}

.qrchimp-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase
}

.bottom_btn {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase
}

.qrchimp-button:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none
}

.bottom_btn:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none
}

.pricing_table_new .icon-tickmark {
    color: var(--primary-color);
}

.pricing_table_extended_new .icon-tickmark {
    color: var(--primary-color);
}

.pricing-plan-amount {
    font-weight: bold;
}

.btn-link.collapsed {
    color: var(--primary-black);
}

.accordion .btn-link {
    color: var(--primary-black);
}

.tickmark_list {
    padding: 0;
    margin: 0;
}

.tickmark_list li {
    list-style: none;
    margin: 0 0 10px 0;
}

.tickmark_list li::before {
    content: "\e956";
    font-family: "icomoon";
    margin-right: 10px;
    color: var(--primary-color);
}

th.most_popular_plan {
    border: 2px solid var(--primary-color) !important;
    /* border-bottom: 2px solid #dee2e6 !important; */
    background-color: #eeeeff60 !important;
}

.footer_price_btn.most_popular_plan {
    border: 2px solid var(--primary-color) !important;
    /* border-top: 1px solid #dee2e6 !important; */
    background-color: #eeeeff60 !important;
}

td.most_popular_plan {
    border-left: 2px solid var(--primary-color) !important;
    border-right: 2px solid var(--primary-color) !important;
    background-color: #eeeeff60 !important;
}

td.most_popular_plan.first {
    border-top: 2px solid var(--primary-color) !important;
}

td.most_popular_plan.last {
    border-bottom: 2px solid var(--primary-color) !important;
}

.most_popular_plan_header {
    color: limegreen;
    font-size: 16px;
    text-transform: uppercase;
    top: 8px;
    position: absolute;
}




/* Stripe payment */

.swal_payment_container {
    min-height: 150px;
    /* width: 525px; */
    /* margin: 5px auto 5px; */
}

.stripe_billing_address {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 0.85em;
    color: #30313d;
}

.stripe_billing_address input {
    border-color: #e6e6e6 !important;
}

.swal_amount_wrapper {
    /* background: #ECEEF7; */
    font-weight: 600;
    /* border-radius: 5px; */
    padding: 20px 0;
    text-align: left;
}



.billing_info_form, .billing_info_form_name {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #30313d;
}




.swal2-back{
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #757575;
    color: #fff;
    font-size: 1.0625em;
}


.pricing_sub_info {
    margin-bottom: 0px;
    background: #fff;
    padding: 20px 38px;
    -webkit-border-radius: 4px;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius: 4px;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-bottomleft: 1px;
    border-radius: 4px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    position: relative;
    z-index: 1;
    margin-bottom: -5px;
    margin-top: 75px;
}

.pricing_sub_info .badge { font-size: 18px !important; }

.pricing_plan{
    margin-top:50px;
}

/*** Toggle Button CSS ***/
.toggle-label {
    position: relative;
    display: block;
    width: 400px;
    height: 54px;
    margin-top: 8px;
    border: 1px solid #dee2e6;
    margin-left: auto;
    border-radius: 100px;
}

.toggle-label input[type=checkbox] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.toggle-label input[type=checkbox]+.back {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #eceef7;
    transition: background 150ms linear;
    line-height: inherit;
    border-radius: 100px;
}

.toggle-label input[type=checkbox]:checked+.back {
    background: #F3F4F7;
    /*green*/
}

.toggle-label input[type=checkbox]+.back .toggle {
    display: block;
    position: absolute;
    content: ' ';
    background: var(--primary-color);
    width: 50%;
    height: 100%;
    transition: margin 150ms linear;
    border: 1px solid #dee2e6;
    border-radius: 0;
    line-height: inherit;
    border-radius: 100px;
}

.toggle-label input[type=checkbox]:checked+.back .toggle {
    margin-left: 199px;
}

.toggle-label .label {
    display: block;
    position: absolute;
    width: 50%;
    color: #fff;
    line-height:inherit;
    text-align: center;
    font-size: 1.2em;
}

.toggle-label .label.on {
    left: 0px;
    top: 4px;
}

.toggle-label .label.off {
    right: 0px;
    top: 0px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 18px;
}

.toggle-label .label.on strong {
    display: block;
    margin-top: -5px;
    color: #ffd054;
}

.toggle-label input[type=checkbox]:checked+.back .label.on {
    color: #9fa4b3;
}

.toggle-label input[type=checkbox]+.back .label.off {
    color: #9fa4b3;
}

.toggle-label input[type=checkbox]:checked+.back .label.off {
    color:#fff;
}

@media (max-device-width: 768px) {
    .toggle-label input[type=checkbox]:checked+.back .toggle {
        margin-left: 140px;
    }
}

.pricetb_section {
    box-shadow: unset;
}

.pricetb_call {
    width: 180px;
}

.pricetb_heading {
    cursor: pointer;
    border-bottom: 0;
    background: #eceef7;
}

.pricetb_heading::after {
    width: 32px;
    height: 32px;
    content: "";
    background-image: url('https://0030.cdnchimp.com/qr/PROD/6662aa4b6a144e6f29002666/fm/minus.svg?v=1723459072288');
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    right: 10px;
    top: 7px;
}

.pricetb_heading.collapsed::after {
    width: 32px;
    height: 32px;
    content: "";
    background-image: url('https://0030.cdnchimp.com/qr/PROD/6662aa4b6a144e6f29002666/fm/plus.svg');
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    right: 10px;
    top: 7px;
}

.pricing_table_new .plan_pricing_card {
    width: 200px;
    position: relative;
    padding-top: 30px;
}
.pricing_table_new .plan_pricing_card .pricing-plan-title {
    position: absolute;
    top : 32px;
}

.pricing_table_extended_new .plan_pricing_card {
    width: 175px;
}

.pricing_table_new .plan_data {
    width: 200px;
}

.pricing_table_extended_new .plan_data {
    width: 175px;
}

.pricing_table_new .footer_price_btn {
    width: 200px;
}

.pricing_table_extended_new .footer_price_btn {
    width: 175px;
}

#pricing_accordion .table {
    margin-bottom: 0;
}

#pricing_accordion .card-header {
    background-color: #ECEDF7;
}

.table.sticky {
    position: sticky;
    top: 0;
    background: white;
    box-shadow: 0px 2px 1px 0px #00000020;
    width: 100%;
    z-index: 999;
}

.pricing_table_new .table thead th {
    border-bottom: 0;
}

.pricing_table_extended_new .table thead th {
    border-bottom: 0;
}

#pricing_accordion .pricetb_section {
    border: 0 !important;
}

.pricing_table_extended_new .enterprise_plan {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 24px 12px 12px 12px;
}

.enterprise_with_accordion {
    display: flex;
    gap: 12px;
}

#pricing_accordion>table td {
    border: 0;
}

.pricing_gateway_btn{
    width: 140px;
}

.pricing_table_extended_new .pricetb_section td:last-child {
    width: 163px;
    padding-left: 24px;
}
.choose_plan_table {
    position: relative;
    right: -12px;
}
.pricing_table_new .table tr:first-child td {
    border-top: none;
}

.inr_container {
    font-size: 16px;
}

.h1 {
    font-size: 2.2rem !important;
}

.pricing_month {
    font-weight: 400;
    color: var(--secondary-color);
}

.pricetb_section .customise_btn {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color) !important;
    width: 128px;
    padding: 4px 6px;
}

.newSliderInput {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #C2C6D9;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 20px;
    cursor: pointer;
}

input[name=dbc_card_count] {
    text-align: center;
}

input[name=dbc_card_count]::-webkit-outer-spin-button,
input[name=dbc_card_count]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn-cross {
    background-color: #ffffff;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.btn-cross:hover {
    color: var(--hightlight-color);
}

.digital_business_card_plan_container {
    width: 100%; 
    background-color: #ECEDF7; 
    border-radius: 8px; 
    font-size: 16px; 
    display: flex; 
    align-items: center; 
    min-height: 254px
}

@media (max-width: 1025px) {
    .pricing_table_extended_new .plan-content-title {
        min-width: 175px;
    }
    .pricing_table_new .plan-content-title {
        min-width: 200px;
    }
    .pricing_table_new .plan_pricing_card {
        min-width: 200px;
    }
    .pricing_table_extended_new .plan_pricing_card {
        min-width: 175px;
    }
    .pricing_table_new .table td {
        min-width: 200px;
    }
    .pricing_table_extended_new .table td {
        min-width: 175px;
    }
    .pricing_table_new .pricetb_section {
        width: 1000px;
    }
    .extended_plan_sections #pricing_accordion {
        width: fit-content;
    }
    .enterprise_with_accordion {
        gap: 0px;
    }
    .pricing_table_extended_new .pricetb_section td:last-child {
        padding-left: 12px;
    }
    .choose_plan_table {
        right: 0;
    }
}