// Pricing page css

// variables
$gradientblue: linear-gradient(90deg,
        #0875fc -11%,
        #06a3fc 44.54%,
        #03d7fd 104.92%);
$textgrey: #5F6368;
$textblack: #2A2D2F;
$bannerblue: #006BCD;
$successgreen: #07BB4F;
$purewhite: #FFFFFF;
$newtextgrey: #8D9094;
$lightgrey: #FAFAFA;


//Styling 

.convo-pricingpage {
    // common css
    .btn-primary{
        background-color: #006BCD !important;
    }


    padding: 60px 0px 0px; 
    background-color: white;

    .business-area {
        position: relative;
        z-index: 1;

        .moneyback-badge {
            position: absolute;
            top: 86px;
            max-width: 1170px;
            margin: 0 auto;
            left: 0;
            right: 0;
            z-index: -1;
        }
    }

    .title-text {
        text-align: center;

        h2 {
            background: $gradientblue;
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 8px;
            font-size: 48px;
            font-style: normal;
            font-weight: 700;
            line-height: 58px;
            margin: 0px;
            font-family: "Roboto";
            margin-bottom: 8px;
        }

        h3 {
            color: $textgrey;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
            margin: 0px;
            font-family: "Roboto";

            strong {
                color: $textblack;
            }
        }
    }

    .myplan-wholebox {
        margin-top: 40px;

        .myplan-box {
            display: none;

            p {
                color: $textgrey;
                margin-top: 8px;

                span {
                    color: $bannerblue;
                    font-weight: bold;
                }
            }
        }

        .domain-box {
            p {
                color: $bannerblue;
                font-weight: bold;
                font-size: 16px;
                font-style: normal;
                line-height: 24px;
                margin: 0px;
                font-family: "Roboto";
                margin-bottom: 6px;
            }

            .choose-domainbox {
                display: flex;
                justify-content: flex-start;
                align-items: center;

                .form-check-inline {
                    margin-bottom: 0px;
                    display: flex;
                    justify-content: flex-start;
                    align-items: flex-start;

                    .form-check-label {
                        margin-left: 12px;
                    }
                }
            }
        }

        .form-switch .form-check-input {
            width: 3em;
            height: 22px;
        }
    }

    .pricingcard-wholebox {
        margin-top: 50px;

        .card {
            border-radius: 16px;
            border-top: 5px solid var(--Banner-Blue, #006BCD);
            background: var(--Pure-White, #FFF);
            box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.20), 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
            text-align: center;
            position: relative;
            margin-bottom: 40px;
            padding: 0px 20px;

            &.active .card-body .getstarted-btn .common-btn {
                background-color: $bannerblue;
                color: $purewhite;
            }

            &.active .card-body .popular-plan {
                opacity: 1;
                visibility: visible;
            }

            .card-body {
                padding: 24px 0px;

                .card-title {
                    font-size: 36px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 46px;
                    /* 127.778% */
                    color: $bannerblue;
                    margin: 0px;

                }

                .card-text {
                    color: $textblack;
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 22px;
                    padding: 16px 0px;
                    margin: 0px;

                    &.contactus {
                        button {
                            background-color: #006BCD;
                            color: white;
                            border: 1px solid transparent;
                            width: 100%;
                            height: 45px;
                            text-transform: uppercase;
                            font-weight: 600;

                        }
                    }
                }

                .card-price {
                    font-size: 36px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 38px;
                    color: $bannerblue;
                    display: flex;
                    justify-content: center;
                    align-items: flex-end;

                    span {
                        font-size: 28px;
                    }
                }

                .slash-price {
                    font-size: 16px;
                    font-style: normal;
                    line-height: 24px;
                    color: $textblack;
                    display: flex;
                    justify-content: center;
                    font-weight: bold;
                    margin: 12px 0px 10px;



                    span {
                        text-decoration: line-through;
                        color: $textgrey;
                        display: block;
                        margin-left: 8px;
                    }

                }

                .offer-price {
                    color: $successgreen;
                    font-weight: bold;
                    font-size: 13px;
                    left: 0;
                    right: 0;
                    padding-left: 63px;
                    margin: 0px;
                    position: relative;
                    top: -13px;
                }

                .getstarted-btn {
                    .common-btn {
                        width: 100%;
                        height: 44px;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 28px;
                        color: $bannerblue;
                        border-radius: 4px;
                        border: 1px solid $bannerblue;
                        background-color: transparent;
                        transition: all .3s ease;

                        &:hover {
                            background-color: $bannerblue;
                            color: $purewhite;
                        }
                    }
                }

                .feature-listing {
                    text-align: left;
                    margin-top: 25px;
                    max-height: fit-content;
                    overflow: auto;
                    min-height: 350px;
                    padding: 0px;

                    li {
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 24px;
                        color: $textgrey;
                        margin: 8px 0px;
                        display: table;
                        border-bottom-style: dotted;
                        margin-left: 26px;
                        position: relative;
                        border: none;

                        .sub-list {
                            padding: 0px;

                            li {
                                list-style-type: none;
                                margin: 0px;
                                margin-left: 9px;
                                margin-top: 6px;
                                font-size: 14px;

                                &::after {
                                    content: "";
                                }
                            }
                        }

                        &::after {
                            content: "\2713";
                            font-size: 24px;
                            position: absolute;
                            left: -26px;
                            color: $bannerblue;
                            top: 3px;
                        }
                    }

                    span {
                        color: $bannerblue;
                        display: block;
                        text-align: center;
                        margin: 10px 0px;
                        font-size: 32px;
                        line-height: 1;
                    }
                }

                .features-link {
                    text-align: center;
                    display: flex;
                    justify-content: center;

                    a {
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 22px;
                        color: $textgrey;
                        margin: 24px 0px;
                        display: block;
                        border-bottom: 1px solid;
                        display: table;
                        text-decoration: none;
                        // border-bottom: 2px dashed $newtextgrey;
                        border-bottom: none;
                    }
                }

                .popular-plan {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: -23px;
                    opacity: 0;
                    visibility: hidden;

                    p {
                        color: $purewhite;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 115%;
                        background-color: $successgreen;
                        padding: 8px;
                        border-radius: 16px;
                        border-bottom-left-radius: 0px;
                        border-bottom-right-radius: 0px;
                    }
                }
            }

        }

    }

    .onestop-area {
        background-color: $bannerblue;
        margin-top: 40px;
        padding: 24px 0px;

        p {
            font-size: 32px;
            font-style: normal;
            font-weight: 500;
            line-height: 42px;
            letter-spacing: -0.32px;
            color: $purewhite;
            margin: 0px;
        }
    }

    // Compare feature table
    .comparefeature-wholebox {
        overflow-x: hidden;
        transition: all 0.3s ease-in-out;
        width: 100%;
        position: relative;

        .comparefeature-area {
            padding: 80px 0px 0px;
            position: sticky;
            top: 0;
            left: 0;
            right: 0;

            .container-full {
                max-width: 1440px;
                margin: 0 auto;
            }

            .title-text {
                margin-bottom: 60px;

                h2 {
                    strong {
                        font-weight: bold;
                        -webkit-text-fill-color: $textblack;
                    }
                }
            }
        }
    }


    .comparetable-box {
        border-top: 1px solid #000000;

        &.table-size {

            .feature-table .sticky-header tr .thd-data,
            .feature-table tbody tr td {
                background-color: $purewhite;
                min-width: 374px;
            }
        }

        .table-responsive {
            width: 100%;
            overflow-x: auto;
            position: relative;
            overflow-y: auto;
            max-height: 1200px;
            transition: all 0.3s ease;
            border-top: 1px solid;
        }

        .feature-table {
            width: 100%;
            display: inline-table;
            margin: 0px;

            &.table.sticky-header-tbody {
                margin-top: 260px; //86px

                .sub-title,
                .strike-price,
                .offer-price {
                    display: none;
                }

                .feature-box .card .card-body {
                    padding: 0px 0px;
                    transition: all .3s ease;
                }

                .feature-box .card .card-body .card-icon img {
                    width: 45px;
                }

                .feature-box .price {
                    font-size: 20px;
                    line-height: 1;
                    margin-bottom: 13px;
                }
                thead tr th .feature-box .title{
                    margin-bottom: 0px;
                    line-height: 1;
                    font-size: 24px;
                }


                .card .card-body .card-title{
                    font-size: 21px;
                    margin: 10px 0px;
                }
            }

            thead {
                tr {
                    th {
                        .feature-box {
                            text-align: center;
                            padding: 0px;
                            min-height: auto;

                            .contactus {
                                button {
                                    width: 100%;
                                    background-color: #006BCD;
                                    color: white;
                                    border: 1px solid transparent;
                                    width: 100%;
                                    height: 45px;
                                    text-transform: uppercase;
                                    font-weight: 600;
                                }
                            }

                            .card {
                                background-color: $bannerblue;
                                border-radius: 24px;
                                margin: 0px;

                                .card-body {
                                    padding: 10px 15px;
                                    transition: all .3s ease;

                                    .card-icon {
                                        img {
                                            min-height: auto;
                                        }
                                    }

                                    .card-title {
                                        font-size: 22px;
                                        font-style: normal;
                                        font-weight: 700;
                                        line-height: 35px;
                                        color: $purewhite;
                                        margin: 12px 0px 0px;
                                    }
                                }
                            }

                            .title {
                                font-size: 32px;
                                font-style: normal;
                                font-weight: 700;
                                line-height: 42px;
                                color: $bannerblue;
                                text-transform: capitalize;
                                margin-bottom: 10px;
                            }

                            .sub-title {
                                font-size: 20px;
                                font-style: normal;
                                font-weight: 500;
                                line-height: 22px;
                                color: $textblack;
                                margin: 8px 0px;
                                line-height: 1;
                            }

                            .strike-price {
                                font-size: 16px;
                                font-style: normal;
                                font-weight: 500;
                                color: $textgrey;
                                margin: 8px 0px;
                                display: inline-flex;
                                line-height: 1;
                                white-space: nowrap;

                                span {
                                    display: block;
                                    text-decoration-line: line-through;
                                    margin-left: 5px;
                                    color: $newtextgrey;
                                }

                            }

                            .price {
                                font-size: 25px;
                                font-style: normal;
                                font-weight: 700;
                                line-height: 32px;
                                color: $bannerblue;
                                margin: 8px 0px;
                                line-height: 1;

                                span {
                                    font-size: 24px;
                                }
                            }

                            .offer-price {
                                font-size: 15px;
                                font-style: normal;
                                font-weight: 600;
                                line-height: 28px;
                                color: $successgreen;
                                margin: 8px 0px;

                            }

                            p {
                                font-style: normal;
                                font-weight: 400;
                                font-size: 12px;
                                color: #000000;
                                margin-bottom: 9px;
                                line-height: 20px;
                            }

                            .label {
                                margin: 0 auto;
                                text-decoration: none;
                                color: #fff;
                                text-align: center;
                                width: 144px;
                                height: 40px;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                border-radius: 4px;
                                background-color: $bannerblue;
                                box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
                                font-size: 14px;
                                font-style: normal;
                                font-weight: 600;
                                line-height: 22px;
                                border: 1px solid $bannerblue;

                                &.current-active {
                                    background-color: transparent;
                                    color: $bannerblue;
                                }
                            }
                        }
                    }
                }
            }

            tbody {
                position: relative;

                tr {
                    height: 52px;
                    // border: 1px solid white;

                    td {
                        padding: 0px;

                        .feature-title {
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            height: 52px;
                            padding: 0px;
                            color: #fff;
                            text-align: center;
                            background-color: $bannerblue;
                            font-size: 20px;
                            font-style: normal;
                            font-weight: 600;
                            line-height: 28px;
                        }
                    }



                    .th-data {
                        vertical-align: middle;
                        white-space: inherit;
                        color: #5f6368;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 22px;
                        text-transform: capitalize;
                        position: relative;
                        padding-right: 35px;
                        width: 654.8px;
                        border: 1px solid;

                        .tooltip-box {
                            position: relative;
                            cursor: pointer;

                            &:hover .tooltip-content {
                                opacity: 1;
                                visibility: visible;
                            }
                        }
                    }

                    td {
                        vertical-align: middle;
                        min-width: 184px;
                        max-width: 400px;
                        border: 1px solid;

                        .feature-data {
                            text-align: center;

                            .items {
                                color: #5f6368;
                                text-align: center;
                                font-size: 14px;
                                font-style: normal;
                                font-weight: 500;
                                line-height: 22px;

                                img {
                                    transform: scale(0.6);
                                }

                                span {
                                    display: block;
                                    font-weight: 400;
                                    font-size: 25px;
                                    color: #09BD83;

                                    &.new-label {
                                        font-size: 12px;
                                    }

                                    &.cross {
                                        color: #F43E56;
                                    }
                                }
                            }

                            .getnow-btn {
                                display: flex;
                                justify-content: center;
                                align-items: center;

                                .getnow {
                                    transition: all 0.3s ease;
                                    border: 1px solid transparent;
                                    width: 140px;
                                    height: 40px;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    white-space: nowrap;
                                    cursor: pointer;
                                    color: #fff;
                                    text-align: center;
                                    font-size: 16px;
                                    font-style: normal;
                                    font-weight: 600;
                                    line-height: 24px;
                                    background-color: $bannerblue;
                                    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
                                    border-radius: 6px;

                                    &:hover,
                                    &.active {
                                        background-color: transparent;
                                        color: $bannerblue;
                                        border: 1px solid $bannerblue;
                                    }
                                }
                            }
                        }
                    }
                }
            }

            tbody,
            td,
            tfoot,
            th,
            thead,
            tr {
                // border: 1px solid #000000;
                border-top: 0px;
            }
        }
    }

    .table>thead:first-child>tr>th {
        position: sticky;
        top: 0;
        background-color: white;
        z-index: 20;
        transition: all 0.3s ease;
        vertical-align: middle;
        width: 100%;
        border: 1px solid;
        padding: 16px;
    }

    .comparetable-box .feature-table th {
        width: 100%;
        padding: 16px;
    }

    .comparetable-box .feature-table tbody tr .th-data {
        width: 100%; // 652px

    }

    .tooltipc {
        background-color: transparent;
        color: $textgrey;
        border: none;
        border-bottom: 1px dashed $newtextgrey;
        padding: 0px 0px;
        border-radius: 0px;
        text-align: left;
        font-size: 14px;
        border: none;
        border-bottom: 1px dashed #8D9094;

        &:hover {
            background-color: transparent;
            color: $textgrey;
            border-bottom: 1px dashed $newtextgrey;
        }

        &.remove {
            border-bottom: 0px;
            cursor: auto;
        }

    }

    thead.sticky-header {
        max-width: 1440px;
        margin: 0 auto;
        position: fixed;
        top: 0;
        z-index: 10;
        border-top: 1px solid black !important;
        transition: all 0.3s ease-in-out;
        top: 32px !important;
        .card-icon{
            display: none;
        }
        

    }

    .comparetable-box .feature-table .sticky-header tr .thd-data {
        max-width: 400px;
        min-width: 184px;
    }

    .comparetable-box .feature-table .sticky-header tr .thd-data,
    .comparetable-box .feature-table tbody tr td {
        min-width: 253px;
    }

    .sticky-header-tbody,
    .comparetable-box {
        border-top: 0px;
    }

    // plan form
    .planinquiry-area {
        background-color: $bannerblue;
        padding: 40px 0px;

        .wpforms-form label.wpforms-error {
            position: absolute;
        }

        .title-text {
            text-align: left;

            h3 {
                font-size: 32px;
                font-style: normal;
                font-weight: 500;
                line-height: 42px;
                margin-bottom: 12px;
                color: $purewhite;
            }

            p {
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 28px;
                color: $lightgrey;
            }
        }

        .planform-wholebox {
            margin-top: 32px;
        }

        .wpforms-field-container {
            .wpforms-field {
                .wpforms-field-label {
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 24px;
                    /* 150% */
                    color: $purewhite;
                    margin-bottom: 8px;
                }

                .wpforms-field-medium {
                    border-radius: 4px;
                    border: 1px solid #D0D0D0;
                    background: #FFF;
                    width: 100%;
                    max-width: 100%;

                    &::placeholder {
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 22px;
                        /* 157.143% */
                        text-transform: capitalize;
                        color: $newtextgrey;
                    }
                }

                .choices__inner {
                    border: 1px solid transparent !important;
                }
            }
        }

        .wpforms-submit-container {
            float: right;
            top: -65px;
        }

        .thanks-box {
            margin-top: 10px;

            p {
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 22px;
                text-transform: capitalize;
                color: $purewhite;
            }
        }

        .wpforms-field.wpforms-field-textarea {
            border-bottom: 1px solid #DDE1E6 !important;
        }
    }

    // faq
    .faq-area {
        padding: 80px 0px;
        background-color: $lightgrey;

        .title-text {
            h2 {
                margin-bottom: 16px;
            }

        }

        .faq-wholebox {
            margin-top: 64px;
        }

        #wpsm_accordion_27719 .wpsm_panel-default>.wpsm_panel-heading {
            padding: 0px 0px;
        }

        .wpsm_panel-collapse.collapse.in {
            border-top: 1px solid #eeee;
        }

        .wpsm_panel.wpsm_panel-default {
            margin-bottom: 15px;
        }
    }

    .pricing-timer {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 100;
        background-color: #000000b8;

        .card {
            width: 840px;
            height: 540px;
            max-width: 100%;
            max-height: 100%;
            background-color: $bannerblue;
            color: $purewhite;
            margin: 0 auto;
            text-align: center;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            left: 50%;
            transition: all .3s ease;

            .card-body {
                position: absolute;
                top: 47%;
                transform: translate(0%, -50%);

                .timer-box {
                    #time {
                        font-size: 68px;
                        display: flex;
                        justify-content: center;
                        align-items: baseline;
                        margin-bottom: 18px;
                    }

                    span {
                        color: $textblack;
                        font-size: 68px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 78px;
                        background-color: #C6C6C6;
                        border-radius: 4px;
                        margin: 0px 10px;
                        background: linear-gradient(0deg, rgba(198, 198, 198, 1) 50%, rgba(255, 255, 255, 1) 50%);
                        padding: 3px;
                    }

                    #min {}

                    #sec {}
                }

                .card-title {
                    font-size: 56px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 66px;
                    letter-spacing: 2.24px;
                    color: $purewhite;
                    margin-bottom: 18px;
                    text-align: center;
                }

                .card-text {
                    font-size: 28px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 43px;
                    letter-spacing: 1.12px;
                    color: $purewhite;
                    margin-bottom: 36px;

                    strong {
                        font-weight: 800;
                    }
                }

                .common-btn {
                    width: 336px;
                    height: 59px;
                    margin: 0 auto;
                    background-color: $purewhite;
                    border-radius: 8px;
                    color: $bannerblue;
                    font-size: 28px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 43px;
                    letter-spacing: 1.12px;

                }
            }
        }
    }

    .form-check .form-check-input {
        width: 15px;
        height: 15px;
        border-radius: 50% !important;
        display: inline-block;
    }

    .form-check-input:checked[type=radio] {
        background-image: none;

        &::before {
            display: none;
        }
    }
}

// extra css
.tooltip-inner {
    background-color: black !important;
    color: #ffffff;
    text-align: left !important;
}

// sales modal
.sales-modal {
    .modal-headerbox {
        h2 {
            font-style: normal;
            font-weight: 700;
            font-size: 24px;
            line-height: 36px;
            text-align: center;
            color: #333333;
            margin-bottom: 10px;
            color: #006BCD;
        }

        p {
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 21px;
            text-align: center;
            color: #515151;
        }
    }

    .modal-dialog {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
        padding: 10px;

        .modal-content {
            .modal-body {
                padding: 50px 30px;

                .wpforms-container {
                    margin-bottom: 0px;
                }
            }
        }

        .wpforms-field {
            .wpforms-field-label {
                font-style: normal;
                font-weight: 300;
                font-size: 16px;
                line-height: 24px;
                color: #333333;

            }

            .wpforms-field-medium {
                border: 1px solid #cacaca;
                border-radius: 2px;
                font-style: normal;
                font-weight: 300;
                font-size: 16px;
                line-height: 24px;
                color: #333333;
                height: 43px;
            }
        }

        .wpforms-submit-container {
            display: flex;
            justify-content: flex-end;
            align-items: center;

            .wpforms-submit {
                background: #006BCD;
                border-radius: 5px;
                width: auto;
                height: 50px;
                font-style: normal;
                font-weight: 700;
                font-size: 18px;
                line-height: 36px;
                text-align: center;
                color: #ffffff;
                display: flex;
                justify-content: center;
                align-items: center;

                &:hover {
                    background-color: #006BCD;
                    color: white;
                }
            }
        }
    }

    .wpforms-container-full .wpforms-form input.wpforms-field-medium,
    .wpforms-container-full .wpforms-form select.wpforms-field-medium,
    .wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
        max-width: 100%;
    }

    .close-btn {
        position: absolute;
        top: -9px;
        z-index: 10;
        right: -11px;

        .btn-close {
            background-color: $bannerblue;
            cursor: pointer;
            right: 0;
            border-radius: 50%;
            padding: 9px;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 1;
        }
    }

}

.form-check-input[type=radio] {
    cursor: pointer;
}

// Media Query
@media screen and (max-width: 1440px) {
    .convo-pricingpage {
        .comparetable-box .feature-table tbody tr .th-data {
            width: 100%;
        }

        .comparetable-box .feature-table .sticky-header tr .thd-data,
        .comparetable-box .feature-table tbody tr td {
            min-width: 212px;
        }

        thead.sticky-header,
        .comparefeature-wholebox .comparefeature-area .container-full {
            padding: 0px 0px;
        }

        .comparetable-box .feature-table thead tr th .feature-box .title {
            font-size: 30px;
            margin-bottom: 14px;
            line-height: 1;
        }

        .onestop-area p {
            br {
                display: none;
            }
        }

        .comparetable-box.table-size .feature-table .sticky-header tr .thd-data,
        .comparetable-box.table-size .feature-table tbody tr td {
            min-width: 300px;
        }

        .pricingcard-wholebox .card .card-body .feature-listing {
            padding: 0px 6px;
        }

        .business-area .moneyback-badge {
            left: 62px;
        }

      
         .comparetable-box .feature-table.table.sticky-header-tbody .card .card-body{
            .card-icon img {
                width: 40px;
            }
             .card-title{
                font-size: 19px;
                margin: 10px 0px;
                line-height: 24px;
                margin: 0px;
                
            }
         } 
        
          .comparetable-box .feature-table thead tr th .feature-box .card .card-body .card-icon img{
            width: 48px;
         }
          .comparetable-box .feature-table thead tr th .feature-box .card{
            padding: 30px 10px;
         }
      
          .comparefeature-wholebox .comparefeature-area .container-full{
            padding: 0px 20px;
         }
          thead.sticky-header{
            width: 85.1222%;
            overflow: hidden;
          }
          .comparetable-box .feature-table tbody tr .th-data{
            line-height: 1;
          }
          .title-text h2{
            font-size: 42px;
          }
           .comparetable-box .feature-table thead tr th .feature-box .card .card-body .card-title{
            font-size: 20px;
            line-height: 29px;
           }

    }



}

@media screen and (max-width: 1300px) {

    // header
    .ast-desktop .ast-builder-grid-row.ast-grid-center-col-layout {
        grid-column-gap: 0px;
    }

    // Pricing page
    .convo-pricingpage {

        .comparetable-box .feature-table .sticky-header tr .thd-data,
        .comparetable-box .feature-table tbody tr td {
            min-width: 203px;
        }

        .comparetable-box .feature-table thead tr th .feature-box .price {
            font-size: 25px;
        }

        .comparetable-box .feature-table thead tr th .feature-box .title {
            font-size: 26px;
        }
         thead.sticky-header{
            width: 83.33%;
        }
    }

}

@media screen and (max-width: 1200px) {

    // header
    .ast-desktop .ast-builder-grid-row.ast-grid-center-col-layout {
        grid-column-gap: 15px;
    }

    // pricing
    .convo-pricingpage {

        .comparetable-box .feature-table .sticky-header tr .thd-data,
        .comparetable-box .feature-table tbody tr td {
            min-width: 186px;
        }

        .comparetable-box .feature-table thead tr th .feature-box .offer-price {
            font-size: 15px;
        }

        .comparetable-box .feature-table thead tr th .feature-box .sub-title {
            font-size: 16px;
        }

        .comparetable-box .feature-table thead tr th .feature-box .card .card-body .card-title {
            br {
                display: none;
            }
        }

        .comparetable-box .feature-table thead tr th .feature-box .price {
            font-size: 20px;
        }

        .comparetable-box .feature-table thead tr th .feature-box .card .card-body {
            padding: 0px 0px;
        }

       .comparetable-box .feature-table thead tr th .feature-box .strike-price {
            font-size: 14px;
            margin: 0px 0px;
        }
        .comparetable-box .feature-table thead tr th .feature-box .card .card-body .card-title{
            font-size: 18px;
            line-height: 30px;
        }
        .comparetable-box .feature-table thead tr th .feature-box .price span{
            font-size: 20px;
        }

    }

}

@media screen and (max-width: 1023px) {
    .convo-pricingpage {

        thead.sticky-header,
        .comparefeature-wholebox .comparefeature-area .container-full {
            padding: 0px 20px;
        }

        thead.sticky-header {
            position: relative;
            top: 0 !important;
        }

        .comparetable-box .feature-table.table.sticky-header-tbody {
            margin-top: 0;
        }

        .comparetable-box .feature-table tbody tr .th-data {
            min-width: 307px;
        }

        .comparetable-box .feature-table .sticky-header tr .thd-data,
        .comparetable-box .feature-table tbody tr td {
            min-width: 205px;
        }
    }
}

@media screen and (max-width: 767px) {
    .convo-pricingpage {
        .myplan-wholebox {
            .myplan-box {
                margin-bottom: 40px;
            }
        }

        .form-switch {
            display: flex;
            justify-content: center;
        }

        .myplan-wholebox .row .me-auto {
            margin: 0 auto;
        }

        .onestop-area p {
            font-size: 21px;
            line-height: 37px;
        }

        .planinquiry-area .title-text h3 {
            font-size: 24px;
        }

        .planinquiry-area .wpforms-submit-container {
            float: none;
            top: auto;
        }

        div.wpforms-container-full .wpforms-form .wpforms-one-half,
        div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
        div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
            width: 100%;
            margin: 0px;
        }

        .pricingcard-wholebox .card {
            margin-bottom: 40px;
        }

        .business-area .moneyback-badge {
            top: 133px;
            left: 11px;
        }

        .business-area .moneyback-badge img {
            width: 80px;
        }

        .myplan-wholebox {
            margin-top: 25px;
        }

        .comparetable-box .feature-table thead tr th .feature-box .price {
            line-height: 1;
            margin: 0px;
        }

        .pricingcard-wholebox .card .card-body .slash-price {
            line-height: 1;
        }

    }


}

@media screen and (max-width: 479px) {
    .convo-pricingpage {
        .pricingcard-wholebox .card .card-body .card-price {
            font-size: 30px;
        }

        .pricingcard-wholebox .card .card-body .card-title {
            font-size: 30px;
        }

        .pricingcard-wholebox .card .card-body .feature-listing {
            padding: 0px;
        }


    }
}

@media screen and (max-width: 320px) {}