*,
*::before,
*::after {
    box-sizing: border-box;
}


@font-face {
    font-family: "SourceSansPro";
    src: url('../webfonts/SourceSansPro-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: "SourceSansPro";
    src: url('../webfonts/SourceSansPro-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: "SourceSansPro";
    src: url('../webfonts/SourceSansPro-Bold.ttf');
    font-weight: 700;
}

:root {
    --primary-font: "SourceSansPro";
    --secondary-font: "Raleway", serif;
    --third-font: "Inter", sans-serif;
    --fourth-font: "Barlow", sans-serif;
    --bg-black: #000;
    --bg-white: #fff;
    --white: #fff;
    --black: #000;
    --primary-color: #3876BC;
    --text-color: #48484A;
}

/*=== Basic css ===*/

img {
    max-width: 100%;
}

body {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
    background: var(--bg-white);
    color: var(--black);
    margin: 0;
}

p {
   
    padding: 0px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}


.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.table-responsive {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

/*=== main content start ===*/

.pricing-area {
    padding-top: 40px;
}

.pricing-title {
    text-align: center;
    margin-bottom: 40px;
}

    .pricing-title h2 {
        color: #3876BC;
        font-size: 40px;
        font-weight: 700;
        line-height: 130%;
        margin: 0;
        margin-bottom: 8px;
    }

    .pricing-title p {
        color: #48484A;
        font-size: 24px;
        font-weight: 400;
        line-height: 133.333%;
        margin: 0;
    }

.pricing-area-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}

.pricing-desktop {
    width: calc(75% - 6px);
    background: rgba(212, 228, 252, 0.60);
    border-radius: 24px 0 0 24px;
    -webkit-border-radius: 24px 0 0 24px;
    -moz-border-radius: 24px 0 0 24px;
    -ms-border-radius: 24px 0 0 24px;
    -o-border-radius: 24px 0 0 24px;
    position: relative;
    margin-right: auto;
}

    .pricing-desktop::after {
        content: 'Desktop';
        color: #1B75BC;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.1px;
        width: 111px;
        height: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background: #FFF;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        position: absolute;
        top: -14px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

.pricing-desktop-inner {
    padding: 60px 16px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
}

.pricing-item {
    border-radius: 24px;
    border: 1px solid #1B75BC;
    background: #FFF;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    margin-bottom: 16px;
    position: relative;
}

.pricing-item-active {
    border-color: #006B5E;
}

.pricing-item-inner {
    padding: 12px 0 12px 24px;
    border-radius: 24px 24px 0 0;
    background-color: #EBF1FA;
    position: relative;
    -webkit-border-radius: 24px 24px 0 0;
    -moz-border-radius: 24px 24px 0 0;
    -ms-border-radius: 24px 24px 0 0;
    -o-border-radius: 24px 24px 0 0;
}

    .pricing-item-inner h6 {
        color: #000;
        font-size: 11px;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: 0.25px;
        text-transform: uppercase;
        margin: 0;
    }

.pricing-item-inner-six {
    background-color: #E6F1EC;
}

    .pricing-item-inner-six::after {
        content: 'Most Popular';
        color: #FFF;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: 0.25px;
        width: 120px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px 8px 0 0;
        background: #006B5E;
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        -ms-border-radius: 8px 8px 0 0;
        -o-border-radius: 8px 8px 0 0;
        position: absolute;
        top: -22px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .pricing-item-inner-six h6 {
        color: #006B5E;
    }

.pricing-item-inner-second {
    padding: 16px 23px;
    min-height: 585px;
}

.pricing-item-inner-third {
    min-height: 100px;
}

    .pricing-item-inner-third h2 {
        color: #191C20;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        margin: 0;
        margin-bottom: 16px;
    }

.pricing-item-inner-four ul {
    display: flex;
    align-items: center;
    border-radius: 24px;
    border: 1px solid #C3C7CE;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 16px;
    padding: 6px 10px;
}

    .pricing-item-inner-four ul li a {
        color: #43474D;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: 0.25px;
        text-decoration: navajowhite;
    }

    .pricing-item-inner-four ul li:nth-of-type(1) a {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 111px;
        height: 22px;
        margin-right: 20px;
        border-radius: 24px;
        background-color: #43474D;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
    }

    .pricing-item-inner-four ul li a:hover {
        opacity: 0.8;
    }

.pricing-item-inner-four h5 {
    color: #74777E;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-decoration-line: line-through;
    margin: 0;
}

.pricing-item-inner-second h3 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
    margin-bottom: 17px;
}

    .pricing-item-inner-second h3 span {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-left: 8px;
    }

.pricing-item-inner-button a {
    font-family: var(--third-font);
    color: #FFF;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #3876BC;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    margin-bottom: 16px;
    text-decoration: navajowhite;
}

    .pricing-item-inner-button a:hover {
        background-color: #1B75BC;
    }

.pricing-item-inner-second h4 {
    color: #43474D;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    margin-bottom: 16px;
}

.pricing-item-inner-five ul {
    min-height: 66px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .pricing-item-inner-five ul li {
        color: #43474D;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        display: flex;
        align-items: start;
        margin-bottom: 16px;
    }

        .pricing-item-inner-five ul li:last-of-type {
            margin-bottom: 0;
        }

        .pricing-item-inner-five ul li img {
            max-width: 100%;
            margin-right: 8px;
        }

.pricing-item-inner-seven {
    padding-top: 16px;
    border-top: 1px solid #C3C7CE;
}

.pricing-item-inner-eight ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 0;
    padding-top: 12px;
    border: none;
}

    .pricing-item-inner-eight ul li:nth-of-type(1) a {
        color: #43474D;
        width: auto;
        height: auto;
        background-color: transparent;
    }

.pricing-online {
    border-radius: 0 24px 24px 0;
    background: #F2F3F8;
    padding-bottom: 1px;
    -webkit-border-radius: 0 24px 24px 0;
    -moz-border-radius: 0 24px 24px 0;
    -ms-border-radius: 0 24px 24px 0;
    -o-border-radius: 0 24px 24px 0;
}

.pricing-online {
    width: 25%;
}

    .pricing-online::after {
        content: 'Online';
        color: #43474D;
    }

    .pricing-online .pricing-desktop-inner {
        display: block;
    }

    .pricing-online .pricing-item {
        border-color: #74777E;
    }

/*=== feature area start ===*/

.feature-area {
    padding-top: 56px;
}

.feature-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .feature-title div {
        margin-bottom: 24px;
    }

    .feature-title h2 {
        color: #48484A;
        font-size: 28px;
        font-weight: 600;
        line-height: 128.571%;
        margin: 0;
    }

    .feature-title a {
        color: #1B75BC;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-decoration-line: underline;
    }

        .feature-title a:hover {
            color: #000;
        }

.feature-item {
    padding: 25px 95px 22px;
    border-radius: 20px;
    border: 1px solid #C3C7CE;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.feature-item-inner {
    display: flex;
}

    .feature-item-inner img {
        max-width: 100%;
        margin-right: 8px;
    }

    .feature-item-inner p {
        color: #43474D;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        margin: 0;
    }

/*=== product area start ===*/

.product-area {
    padding: 100px 0 80px;
}

.product-title {
    margin-bottom: 36px;
}

    .product-title h2 {
        color: #3876BC;
        font-size: 40px;
        font-weight: 700;
        line-height: 130%;
        margin: 0;
    }

.product-item table {
    width: 103%;
    padding: 0;
    border-collapse: 0 !important;
    border-spacing: 0;
}

.product-item-inner-second table tr th {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    padding: 24px;
    text-align: center;
    vertical-align: top;
    border-bottom: 2px solid #191C20;
    width: 120px;
    margin: 0;
}

    .product-item-inner-second table tr th:nth-of-type(1) {
        text-align: left;
        width: 700px;
    }

    .product-item-inner-second table tr th:last-of-type {
        width: 260px;
        padding-right: 81px;
    }

    .product-item-inner-second table tr th a {
        font-family: var(--third-font);
        color: #1B75BC;
        font-size: 16px;
        font-weight: 800;
        line-height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 120px;
        height: 38px;
        border-radius: 100px;
        margin: 24px auto 0;
        border: 1px solid #1B75BC;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
        text-decoration: none;
    }

        .product-item-inner-second table tr th a:hover {
            color: #fff;
            background-color: #1B75BC;
        }

.product-item-inner-third {
    padding-left: 24px;
}

    .product-item-inner-third .accordion-item {
        max-width: 100%;
        background-color: transparent;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-top: none;
        border-bottom: 2px solid #C3C7CE;
    }

    .product-item-inner-third .accordion-title {
        padding: 24px 0;
        align-items: baseline;
        justify-content: start;
    }

        .product-item-inner-third .accordion-title h3 {
            color: #000;
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
            margin: 0;
        }

        .product-item-inner-third .accordion-title i {
            color: #000;
            margin-left: 8px;
        }

        .product-item-inner-third .accordion-title.active i {
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
        }

    .product-item-inner-third .accordion-body {
        padding: 0;
        border-top: 2px solid #C3C7CE;
    }

    .product-item-inner-third table tr {
        display: flex;
    }

        .product-item-inner-third table tr td {
            padding: 16px 0;
            border-bottom: 1px solid #C3C7CE;
            text-align: center;
        }

        .product-item-inner-third table tr:last-of-type td {
            border-bottom: none;
        }

        .product-item-inner-third table tr td {
            width: 168px;
        }

            .product-item-inner-third table tr td:nth-of-type(1) {
                text-align: left;
                width: 405px;
            }

            .product-item-inner-third table tr td:last-of-type {
                position: relative;
                transform: translateX(13px);
                -webkit-transform: translateX(13px);
                -moz-transform: translateX(13px);
                -ms-transform: translateX(13px);
                -o-transform: translateX(13px);
            }

                .product-item-inner-third table tr td:last-of-type::after {
                    content: '';
                    position: absolute;
                    width: 13px;
                    height: 1px;
                    background-color: #C3C7CE;
                    left: -13px;
                    bottom: -1px;
                }

                .product-item-inner-third table tr td:last-of-type::before {
                    content: '';
                    position: absolute;
                    width: 75px;
                    height: 1px;
                    background-color: #C3C7CE;
                    right: -75px;
                    bottom: -1px;
                }

            .product-item-inner-third table tr td p {
                color: #000;
                font-size: 18px;
                font-weight: 400;
                line-height: 24px;
                padding-left: 22px;
                margin: 0;
                position: relative;
                z-index: 9;
            }

            .product-item-inner-third table tr td h6 {
                color: #000;
                font-size: 18px;
                font-weight: 400;
                margin: 0;
                line-height: 24px;
                text-align: center;
            }

            .product-item-inner-third table tr td p::after {
                content: '';
                position: absolute;
                width: 4px;
                height: 4px;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                background-color: #171138;
                top: 9px;
                left: 9px;
            }

.product-item-second {
    padding-top: 30px;
    padding-left: 20px;
}

    .product-item-second p {
        color: #000;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
       /* max-width: 921px;*/
        margin: 0;
        margin-bottom: 8px;
    }

/*=== question area start ===*/

.question-area {
    padding: 60px 0 70px;
    background: #F8F9FE;
}

.question-item h2 {
    color: #171138;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
    margin-bottom: 40px;
}

.accordion-item {
    max-width: 754px;
    margin: 0 auto;
    border: none;
    border-top: 1px solid #A2A0B0;
    border-bottom: 1px solid #A2A0B0;
    background: #F8F9FE;
}

.accordion-title {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

    .accordion-title h3 {
        color: #171138;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin: 0;
    }

    .accordion-title i {
        font-size: 18px;
        color: #43474D;
        margin-left: 24px;
        transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
    }

    .accordion-title.active i {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
    }

.accordion-body {
    padding: 0 30px 30px;
    display: none;
}

    .accordion-body ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .accordion-body ul li {
            color: #171138;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            padding-left: 22px;
            position: relative;
        }

            .accordion-body ul li strong {
                font-weight: 700;
            }

            .accordion-body ul li a {
                color: #171138;
                text-decoration: underline;
            }

                .accordion-body ul li a:hover {
                    color: #1B75BC;
                }

            .accordion-body ul li::after {
                content: '';
                position: absolute;
                width: 3px;
                height: 3px;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                background-color: #171138;
                top: 9px;
                left: 9px;
            }

/*=== team area start ===*/

.team-area {
    padding: 60px 0;
    background: #D4E4FC;
    text-align: center;
}

.team-item h2 {
    color: #48484A;
    font-size: 32px;
    font-weight: 700;
    line-height: 125%;
    margin: 0;
    margin-bottom: 8px;
}

.team-item p {
    font-family: var(--third-font);
    color: #48484A;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.176px;
    margin: 0;
    margin-bottom: 22px;
}

.team-item a {
    font-family: var(--third-font);
    color: #3876BC;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.198px;
    text-decoration: none;
}

    .team-item a i {
        margin-right: 8px;
    }

    .team-item a:hover {
        color: #000;
    }

/*=== step 01 page start ===*/

.step-progress {
    padding: 32px 0;
    background: #FFF;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.10);
}

.step-progress-logo {
    text-align: center;
    margin-bottom: 32px;
}

    .step-progress-logo a img {
        max-width: 100%;
    }

.step-progress ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
}

    .step-progress ul li {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.1px;
        text-align: center;
        width: 140px;
        margin: 0 22px;
        position: relative;
        z-index: 9;
    }

        .step-progress ul li span {
            font-size: 8px;
            color: #fff;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #1B75BC;
            margin: 0 auto 8px;
        }

        .step-progress ul li::after {
            content: '';
            width: 100%;
            height: 1px;
            background-color: #74777E;
            position: absolute;
            top: 8px;
            left: 92px;
        }

        .step-progress ul li:last-of-type::after {
            display: none;
        }

        .step-progress ul li.active span {
            background-color: #1B75BC;
        }

.form-step {
    display: none;
}

    .form-step.active {
        display: block;
        animation: fade 0.5s ease-in-out;
    }

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.order-area {
    display: flex;
    flex-wrap: wrap;
}

.order-details {
    width: 66%;
    background-color: #f8f9fe;
    margin-top: 7px;
}

.order-details-inner {
    padding: 33px 24px;
}

.order-item {
    max-width: 844px;
    margin-left: auto;
}

.order-item-title {
    text-align: center;
    margin-bottom: 32px;
}

    .order-item-title img {
        max-width: 100%;
        display: block;
        margin: 0 auto 16px;
    }

    .order-item-title h2 {
        font-family: var(--third-font);
        color: #191C20;
        font-size: 32px;
        font-weight: 600;
        line-height: 125%;
        margin: 0;
    }

.order-item-inner {
    padding: 40px 48px;
    border-radius: 8px;
    border: 1px solid #C3C7CE;
    background: #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: 32px;
}

.order-item-inner-second {
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #006B5E;
    background: #E6F1EC;
    margin-bottom: 32px;
}

    .order-item-inner-second h6 {
        color: #006B5E;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

        .order-item-inner-second h6 img {
            max-width: 100%;
            margin-right: 4px;
        }

.order-item-inner .pricing-item-inner-second {
    padding: 0;
    min-height: auto;
}

.order-item-inner-eleven {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 8px;
    min-height: auto;
}

    .order-item-inner-eleven h2 {
        color: #191C20;
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        margin: 0;
    }

    .order-item-inner-eleven ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        align-items: center;
        padding: 6px 10px;
        border-radius: 24px;
        border: 1px solid #C3C7CE;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
    }

        .order-item-inner-eleven ul li a {
            color: #43474D;
            font-size: 12px;
            font-weight: 600;
            line-height: 16px;
            letter-spacing: 0.25px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 111px;
            height: 22px;
            border-radius: 24px;
            -webkit-border-radius: 24px;
            -moz-border-radius: 24px;
            -ms-border-radius: 24px;
            -o-border-radius: 24px;
            text-decoration: none;
        }

        .order-item-inner-eleven ul li.ui-state-active a {
            color: #fff;
            background-color: #43474D;
        }

        .order-item-inner-eleven ul li a:hover {
            opacity: 0.8;
        }

.order-item-inner-third h4 {
    color: #1B75BC;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    margin-bottom: 16px;
}

    .order-item-inner-third h4 span {
        color: #74777E;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        text-decoration-line: line-through;
    }

.order-item-inner-four {
    max-width: 624px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
}

    .order-item-inner-four ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .order-item-inner-four ul li {
            color: #43474D;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            margin-bottom: 8px;
        }

            .order-item-inner-four ul li img {
                max-width: 100%;
                margin-right: 8px;
            }

.order-item-inner-five {
    padding: 32px 0 16px;
    border-top: 1px solid #C3C7CE;
    margin-top: 24px;
}

    .order-item-inner-five h2 {
        color: #000;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        margin: 0;
        margin-bottom: 4px;
    }

    .order-item-inner-five p {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin: 0;
        margin-bottom: 4px;
    }

    .order-item-inner-five a {
        color: #1B75BC;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        display: inline-flex;
        align-items: center;
        text-decoration: none;
    }

        .order-item-inner-five a i {
            margin-left: 4px;
        }

        .order-item-inner-five a:hover {
            color: #000;
        }

.order-item-inner-six {
    border-radius: 8px;
    border: 1px solid #C3C7CE;
    background: #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

    .order-item-inner-six::after {
        content: '';
        position: absolute;
        width: 48px;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -ms-border-radius: 8px 0 0 8px;
        -o-border-radius: 8px 0 0 8px;
        background-color: #f2f3f8;
        z-index: 1;
    }

.order-item-inner-seven {
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.form-group {
    display: block;
}

    .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .form-group label {
        position: relative;
        cursor: pointer;
    }

        .form-group label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            width: 18px;
            height: 18px;
            border: 2px solid #43474D;
            border-radius: 2px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
        }

    .form-group input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 7px;
        left: 7px;
        width: 5px;
        height: 10px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    .form-group input:checked + label::before {
        border-color: #1B75BC;
        background-color: #1B75BC;
    }

.order-item-inner-eight {
    width: calc(100% - 48px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.order-item-inner-twenty {
    padding: 12px 16px;
}

.order-item-inner-nine {
    width: calc(100% - 80px);
}

    .order-item-inner-nine h2 {
        color: #191C20;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        margin: 0;
        margin-bottom: 4px;
    }

    .order-item-inner-nine ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .order-item-inner-nine ul li {
            color: #43474D;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            padding-left: 10px;
            display: flex;
            position: relative;
        }

            .order-item-inner-nine ul li::before {
                content: '';
                position: relative;
                width: 4px;
                height: 4px;
                flex: 0 0 4px;
                margin-top: 11px;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                display: block;
                background-color: #43474D;
                margin-right: 10px;
            }

.order-item-inner-ten {
    width: 80px;
    text-align: right;
}

    .order-item-inner-ten h5 {
        color: #43474D;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-decoration-line: line-through;
        margin: 0;
    }

    .order-item-inner-ten h4 {
        color: #1B75BC;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        margin: 0;
    }

.order-item-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

    .order-item-button div a,
    .order-item-button button {
        font-family: var(--fourth-font);
        color: #1B75BC;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.1px;
        display: flex;
        align-items: center;
        text-decoration: none;
    }

    .order-item-button div > a i {
        font-size: 12px;
        margin-right: 8px;
        margin-top: 6px;
        display: inline-block;
    }

    .order-item-button div > a:hover {
        color: #000;
    }

    .order-item-button ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .order-item-button ul li a,
        .order-item-button button {
            padding: 7px 23.5px;
            border-radius: 100px;
            border: 1px solid #74777E;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            -ms-border-radius: 100px;
            -o-border-radius: 100px;
            text-decoration: none;
        }

            .order-item-button ul li a.active {
                color: #fff;
                border-color: #1B75BC;
                background-color: #1B75BC;
                margin-left: 20px;
            }

            .order-item-button ul li a:hover {
                opacity: 0.8;
            }

.reserved-item {
    text-align: center;
}

    .reserved-item p {
        color: #191C20;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 8px;
    }

        .reserved-item p:last-of-type {
            color: #000;
        }

    .reserved-item ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 8px;
    }

        .reserved-item ul li {
            color: #000;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
        }

            .reserved-item ul li a {
                color: #1B75BC;
                text-decoration: none;
            }

                .reserved-item ul li a:hover {
                    color: #000;
                }

            .reserved-item ul li span {
                margin: 0 8px;
            }

.order-summary {
    width: 34%;
}

.order-summary-space {
    padding: 40px 24px;
}

.order-summary-inner {
    max-width: 380px;
}

.order-summary-inner-second {
    padding-bottom: 16px;
    border-bottom: 1px solid #C3C7CE
}

    .order-summary-inner-second h2 {
        color: #191C20;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        display: flex;
        align-items: center;
        margin: 0;
    }

        .order-summary-inner-second h2 img {
            max-width: 100%;
            margin-right: 8px;
        }

.order-summary-inner-third {
    padding: 16px 0;
    border-bottom: 1px solid #C3C7CE
}

    .order-summary-inner-third h3 {
        color: #191C20;
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        margin: 0;
        margin-bottom: 8px;
    }

    .order-summary-inner-third h4 {
        color: #191C20;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        margin: 0;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .order-summary-inner-third h4 strong {
            font-weight: 600;
        }

    .order-summary-inner-third h5 {
        color: #006B5E;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        margin: 0;
        margin-left: 16px;
        margin-bottom: 4px;
    }

    .order-summary-inner-third p {
        color: #006B5E;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin: 0;
        margin-left: 32px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .order-summary-inner-third p strong {
            font-weight: 600;
        }

.order-summary-inner-four {
    padding: 16px 0;
}

    .order-summary-inner-four h4 {
        color: #191C20;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin: 0;
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .order-summary-inner-four p {
        color: #191C20;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .order-summary-inner-four h2 {
        color: #191C20;
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
    }

.summary-offcanvas-button {
    margin-bottom: 24px;
}

.summary-offcanvas-mobile {
    display: none;
}

.summary-offcanvas-button a {
    display: flex;
    align-items: center;
    padding: 8px 20px 8px 16px;
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.10);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

    .summary-offcanvas-button a img {
        max-width: 100%;
        margin-right: 16px;
    }

    .summary-offcanvas-button a h2 {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }

        .summary-offcanvas-button a h2 span {
            font-weight: 400;
            display: block;
        }

.summary-offcanvas-button div:last-of-type {
    margin-left: auto;
}

.summary-offcanvas-button a i {
    font-size: 16px;
    color: #000;
}

/*=== offcanvas start ===*/

.offcanvas-start {
    width: 100%;
    border: none;
    background: #fff;
}

.offcanvas-body {
    padding: 24px;
}

    .offcanvas-body .order-summary-inner {
        max-width: 100%;
    }

    .offcanvas-body .order-summary-inner-second {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 0;
        border-bottom: none;
    }

    .offcanvas-body .close {
        cursor: pointer;
        width: 25px;
        height: 25px;
    }

        .offcanvas-body .close span {
            width: 25px;
            height: 3px;
            display: block;
            background: #43474D;
            transition: 0.2s all ease;
            -webkit-transition: 0.2s all ease;
            -moz-transition: 0.2s all ease;
        }

            .offcanvas-body .close span:nth-of-type(1) {
                transform: rotate(45deg);
                margin-top: 13px;
            }

            .offcanvas-body .close span:nth-of-type(2) {
                transform: rotate(-45deg);
                margin-top: -3px;
            }

/*=== step 02 page start ===*/

.additional-item {
    border-radius: 8px;
    border: 1px solid #C3C7CE;
    background: #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: 32px;
}

.additional-item-inner {
    padding: 40px 0 32px;
    border-bottom: 1px solid #C3C7CE;
    text-align: center;
}

    .additional-item-inner h2 {
        color: #191C20;
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
    }

.additional-item-inner-second {
    padding: 24px 48px 24px;
}

    .additional-item-inner-second .order-item-inner-six {
        margin-bottom: 16px;
    }

.additional-item-inner-third {
    text-align: center;
    margin-bottom: 16px;
}

    .additional-item-inner-third h2 {
        color: #191C20;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 4px;
    }

    .additional-item-inner-third p {
        color: #191C20;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

.order-item-inner-seven [type="radio"]:checked,
.order-item-inner-seven [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .order-item-inner-seven [type="radio"]:checked + label,
    .order-item-inner-seven [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 20px;
        cursor: pointer;
        line-height: 0;
        display: inline-block;
        color: #666;
    }

        .order-item-inner-seven [type="radio"]:checked + label:before,
        .order-item-inner-seven [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: -6px;
            width: 20px;
            height: 20px;
            border: 2px solid #43474D;
            border-radius: 100%;
            background: #fff;
        }

        .order-item-inner-seven [type="radio"]:checked + label::before {
            border-color: #1B75BC;
        }

        .order-item-inner-seven [type="radio"]:checked + label:after,
        .order-item-inner-seven [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #1B75BC;
            position: absolute;
            top: -2px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .order-item-inner-seven [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .order-item-inner-seven [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.order-item-inner-nine p {
    color: #191C20;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.order-item-inner-ten h6 {
    color: #191C20;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.order-item-button-second {
    margin-bottom: 32px;
}

.condition-item {
    margin-bottom: 36px;
}

    .condition-item p {
        color: #191C20;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 20px;
    }

/*=== step 03 page start ===*/

.information-item-inner {
    padding: 60px 48px;
    border-radius: 8px;
    border: 1px solid #C3C7CE;
    background: #FFF;
    margin-bottom: 32px;
}

.information-item-inner-second {
    text-align: center;
    margin-bottom: 32px;
}

    .information-item-inner-second h2 {
        color: #191C20;
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .information-item-inner-second p {
        color: #191C20;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

.form-input {
    position: relative;
    margin-bottom: 20px;
}

    .form-input input,
    .form-input select {
        color: #191C20;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 100%;
        height: 56px;
        padding: 0 16px;
        border-radius: 4px;
        border: 1px solid #74777E;
        background-color: #fff;
        z-index: 9;
    }

    .form-input label {
        font-family: var(--fourth-font);
        color: #43474D;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        position: absolute;
        top: 50%;
        left: 16px;
        cursor: text;
        z-index: 1;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transition: 0.2s all ease;
        -webkit-transition: 0.2s all ease;
        -moz-transition: 0.2s all ease;
        -ms-transition: 0.2s all ease;
        -o-transition: 0.2s all ease;
    }

    /* .form-input input:focus + label,
.form-input select:focus + label {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.25px;
    padding: 0 4px;
    background-color: #fff;
    left: 12px;
    top: 0;
    z-index: 9;
} */

    .form-input input:focus ~ label,
    .form-input select:focus ~ label,
    .form-input input:not(:focus):valid ~ label,
    .form-input select:not(:focus):valid ~ label {
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: 0.25px;
        padding: 0 4px;
        background-color: #fff;
        left: 12px;
        top: 0;
        z-index: 9;
    }

    .form-input select {
        appearance: none;
        background-image: url('../images/information-01.png');
        background-repeat: no-repeat;
        background-size: auto;
        background-position: calc(100% - 12px) 50%;
    }

.toggle-password {
    font-size: 16px;
    color: #43474D;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.information-item-inner .form-group label {
    display: flex;
    align-items: center;
    color: #191C20;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

    .information-item-inner .form-group label small {
        color: #1B75BC;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

    .information-item-inner .form-group label::before {
        margin: 0 11px;
        flex: 0 0 20px;
        border-color: #a8a9aa;
    }

.information-item-inner .form-group input:checked + label::after {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 18px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
}

.information-item .order-item-button button:disabled {
    border-color: transparent;
    background-color: rgba(29, 27, 32, 0.12);
    cursor: not-allowed;
}

.information-item .order-item-button button.enabled {
    color: #fff;
    border-color: #1B75BC;
    background-color: #1B75BC;
}

/*=== step 04 page start ===*/

.confirmation-area {
    background-color: #f8f9fe;
    padding: 73px 24px 40px;
    margin-top: 7px;
}

.confirmation-item {
    max-width: 720px;
    padding: 0 40px 60px;
    border-radius: 8px;
    border: 1px solid #C3C7CE;
    background: #FFF;
    margin: 0 auto 100px;
}

.confirmation-item-inner {
    padding: 5px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: block;
    margin: -30px auto 30px;
    background-color: #fff;
}

    .confirmation-item-inner img {
        max-width: 100%;
    }

.confirmation-item h2 {
    color: #191C20;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    margin-bottom: 8px;
}

.confirmation-item p {
    color: #191C20;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-bottom: 16px;
}

.confirmation-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-width: 400px;
    margin: 0 auto;
}

    .confirmation-item ul li {
        color: #191C20;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        padding: 16px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #C3C7CE;
    }

        .confirmation-item ul li:last-of-type {
            border-bottom: none;
            padding-bottom: 0;
        }

.offcanvas-start {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    z-index: 99;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}

    .offcanvas-start.show {
        left: 0;
        transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
    }

.information-item-inner-eleven {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
}


.toggle {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    border-radius: 999px;
    margin-bottom: 16px;
    border: 1px solid #C3C7CE;
    padding: 6px 10px;
}

    .toggle button {
        font-weight: 400;
        font-size: 12px;
        border: none;
        background: transparent;
        border-radius: 999px;
        cursor: pointer;
        color: #43474D;
        transition: .3s;
        height: 22px;
    }

        .toggle button.active {
            background: #3f434a;
            color: #fff;
        }

.buy-btn {
    font-family: var(--third-font);
    color: #FFF;
    font-size: 16px;
    font-weight: 800;
    width: 100%;
    height: 38px;
    border-radius: 100px;
    background: #3876BC;
    margin-bottom: 16px;
    text-decoration: navajowhite;
    border: none;
    text-decoration: none;
    margin-top: 18px;
    cursor: pointer;
}

.inner-flex {
    display: flex;
    align-items: end;
    column-gap: 12px;
}

.price {
    font-weight: 600;
    font-size: 28px;
    color: #000000;
}

.per {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-bottom:5px;
}

.old-price {
    color: #74777E;
    font-size: 18px;
    font-weight: 600;
}


/* new code  */

.multi-user,
.single-user {
    display: none;
}

    .multi-user.active,
    .single-user.active {
        display: block;
    }

.product-item-inner {
    position: relative;
}

.product-item-inner-second {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
}

#TableHeaderSa {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    #TableHeaderSa::-webkit-scrollbar {
        display: none;
    }
