* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Allerta", sans-serif;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('img/menu.png');
}

.navbar-expand-lg {
    background-color: #222A35;
}

.nav-item .nav-link {
    color: #fff !important;
    font-size: 17px;
    font-weight: 400;
    margin: 0px 15px;
}

.heading-txt {
    font-size: 48px;
    font-weight:800;
    color: #000;
}

.radio-button {
    display: none;
}

.button-label {
    display: block;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 8px;
    width: 500px;
    margin: 16px auto;
    cursor: pointer;
    border: 1px solid #0096D5;
    transition: background-color 0.3s, border 0.3s;
    user-select: none;
    font-size: 15px;
    font-weight: 500;
    text-align: start;
}

.radio-button:checked+.button-label {
    background-color: #004085;
    border-color: #003366;
    color: #fff;
}

/*  */
.option-box {
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 13px 40px;
    transition: 0.3s;
    cursor: pointer;
    background-color: #f9f9f9;
    max-width: 500px;
    width:100%;
    min-width:300px;
}

.option-box:hover {
    border-color: #0298D7;
    background-color: #eef6ff;
}

.option-box input[type="radio"] {
    cursor: pointer;
}


.option-box input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid #999;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    margin-right: 10px;
}



.option-box input[type="radio"]::before {
    content: "✓";
    position: absolute;
    top: -4px;
    left: 3px;
    font-size: 20px;
    color: #ccc;
    background-color: transparent;
    pointer-events: none;
}

.option-box input[type="radio"]:checked::before {
    color: #ffffff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: green;
    height: 25px;
    width: 25px;
    margin-left: -5px;
    margin-top: 2px;
    border-radius:4px;
}

.option-box.selected {
    background-color: #0298D7;
    border-color: #0298D7;
    color: #fff;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}














/*  */




.brand-issue,
.slect-os,
.email-ads,
.printer-screen,
.phone-numb {
    display: none;
}

.int-box {
    max-width: 500px;
    min-width: 300px;
    width:100%;
    padding: 10px 20px;
    border: 1px solid #000;
    height:55px;
}

.int-box:focus {
    border: 1px solid #000;
    box-shadow: none;
}

.strat-chat-btn-nav {
    background-color: #0096D5;
    border: 1px solid #0096D5;
    border-radius: 20px;
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 3px 30px;
    transition: 0.3s;
    text-decoration: none;
}

.border-bottom-strip-btn {
    background-color: #0270C0;
    padding: 5px 25px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
}

/*  */
.support-div-1 {
    background-color: #0F4E75;
    padding: 0;
    margin: 0;
    border: 5px solid #0F4E75;
    border-radius: 10px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/* .support-div-1.red-border {
    border-color: red !important;
} */

.support-div-1.active {
    background-color: green;
}

iframe {
    height: 350px;
}

.support-assistant-name {
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.btn-style {
    background-color: #0F4E75;
    color: #fff;
    border: 1px solid #0F4E75;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.chat-btn a {
    border: 1px solid #822980;
    background-color: #822980;
    color: #fff !important;
    text-transform: uppercase;
    padding: 7px 15px;
    margin: 15px;
}

.blg-stle .card h5 {
    color: #024E75;
}

.accordion-body1,
.accordion-body2 {
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.4s ease-out;
}

.alt-msg {
    display: none;
}

.crd-icon-bg p {
    /*background-color: #DEEBF7;*/
    font-size:15px;
}
.nextBtn{
    width:100%;
    max-width:500px;
    min-width:300px;
    background-color:#024562 !important;
    color:#fff;
    border-radius:10px;
}
.h-100vh {height: 100vh;}
.notification-box {
    /* border: 2px solid #007fda; */
    box-shadow: 3px 3px 15px gray;
    border-radius: 8px;
    position: relative;
}
.ribbon {
    position: absolute;
    top: 33px;
    left: -55px;
    rotate: 315deg;
    background-color: #007fda;
    color: #fff;
    padding: 5px 47px;
    z-index: 2;
    font-size: 17px;
    font-weight: 600;
}  
.progress{max-width: 500px;width: 100%;min-width: 300px;}
.progress-bar{background-color:#024562;}
.crd-icon-bg img {
    background-color: #0e44603b;
    border-radius: 50%;
    padding: 10px;
    width: 83px;
    margin:1rem 0px;
}
.feature-box{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius:10px;
    background-color:#fff;
    transition-duration:0.6s;
}
.feature-box:hover{
    background-color:#034561;
}
.feature-box:hover img{
    background-color:#fff;
}
.feature-box:hover p{
  color:#fff;
}

@media screen and (max-width:540px) {
    .button-label {
        display: block;
        padding: 10px 20px;
        background-color: #fff;
        border-radius: 8px;
        width: 380px !important;
        margin: 16px auto;
        cursor: pointer;
        border: 1px solid #0096D5;
        transition: background-color 0.3s, border 0.3s;
        user-select: none;
        font-size: 18px !important;
        font-weight: 500;
        text-align: center;
    }

    .int-box {
        padding: 10px 20px;
        border: 1px solid #000;
    }

    .heading-txt {
        font-size: 40px;
        color: #000;
    }
}


@media screen and (max-width:400px) {
    .button-label {
        display: block;
        padding: 10px 20px;
        background-color: #fff;
        border-radius: 8px;
        width: 340px !important;
        margin: 16px auto;
        cursor: pointer;
        border: 1px solid #0096D5;
        transition: background-color 0.3s, border 0.3s;
        user-select: none;
        font-size: 16px !important;
        font-weight: 500;
        text-align: center;
    }

    .int-box {
        max-width: 340px;
        width:100%;
        padding: 10px 20px;
        border: 1px solid #000;
    }

    .heading-txt {
        font-size: 30px;
        color: #fff;
    }
}
























/*windrivertool*/

        form#checkout_form_submit .row {
            position: relative;
        }

        .second-form {
            padding: 100px 0;
        }

        .second-form .checkout_form input {
            border: 1px solid #9d9b9b !important;
            border-radius: 5px;
            width: 100%;
        }

        .step-form-sec.second-form label {

            display: block;
            margin-bottom: 5px;
            color: #555;
            font-weight: 600;
            font-size: 19px;
            font-weight: 600 !important
        }

        .order_button {
            margin-top: 13px;

        }

        .order_button button {
            border-radius: 0px;
        }

        .second-form .order_button {
            z-ndex: -1;
        }

        .step-1 {

            padding: 8px;
            overflow: hidden;
            display: flex;
        }

        .step-1 h3 {
            padding: 0 !important;
            margin-bottom: 10px !important;
            line-height: 35px !important;
            display: inline-block;
            font-size: 20px;
            letter-spacing: -1px;
        }

        .pannelmy p {
            font-size: 15px;
            color: #000;
            font-weight: 300;
            line-height: 20px;
            letter-spacing: -1px;
        }

        .step-1 a {
            float: right
        }



        .number1 {
            background-color: #030e52;
            border-radius: 50%;
            float: left;
            font-family: verdana;
            font-size: 17px;
            line-height: 33px;
            margin: 0 14px 0 0;
            color: #fff;
            width: 35px;
            height: 35px;
            text-align: center;
        }

        .formmm,
        .pannelmy {
            padding: 0 10px 0 56px;
        }

        .formmm2 {
            display: none
        }

        .pannelmy .tooltip-m {
            position: absolute;
            width: 259px;
            background: #ffc107;
            color: #000;
            padding: 20px 15px;
            right: 6%;
            top: 40px;
            z-index: 1;
        }

        .pannelmy .tooltip-m.tooltip-m-l {
            top: 50%;
        }

        .pannelmy .tooltip-m:before {
            content: '';
            position: absolute;
            height: 25px;
            width: 25px;
            background: #ffc107;
            left: -10px;
            transform: rotate(45deg);
            top: 30px;
            z-index: -1;
        }

        .pannelmy .tooltip-m.tooltip-m-l:before {
            top: 10px;
        }

        .pannelmy .tooltip-m h3 {
            font-size: 20px;
            color: #000;
            margin-bottom: 0px;
        }

        .pannelmy .tooltip-m p {
            margin: 14px 0;
            font-size: 13px;
            color: #000;
            line-height: 20px;
        }

        .pannelmy .tooltip-m p strong {
            font-weight: 900;
        }

        .pannelmy .tooltip-m a.llbtn {
            font-size: 11px;
            color: #0f42bf;
            background: #fff;
            text-transform: uppercase;
            padding: 10px;
            font-weight: 600;

        }

        @media (max-width: 570px) {
            .pannelmy .tooltip-m {
                display: none;
            }
        }

        .congrats-text {
            padding: 10px;
            border: 1px solid #000;
            box-shadow: 0 0 2px 0px #0000008c;
        }

        .pannelmy .congrats-text img {
            width: 40%;
            margin-bottom: 20px;
        }

        .pannelmy .congrats-text h4 {
            font-size: 17px;
            line-height: 20px;
            font-weight: 600;
            color: #0086d3;

        }

        .pannelmy .congrats-text p {
            font-size: 14px;
            line-height: 20px;
            font-weight: 100;
            margin: 20px 0;
        }

        .pannelmy .congrats-text p strong {
            font-weight: 500;
        }

        .second-form .sec-title h1 {
            font-size: 28px;
            line-height: 30px;
            font-weight: 600;
            color: #000000;
            margin-bottom: 30px;
            letter-spacing: -1px;
            padding-left: 20px;
        }

        #checkout_form_submit .p-line {
            position: relative;
        }

        #checkout_form_submit .p-line:before {
            content: '';
            position: absolute;
            left: 40px;
            width: 0px;
            height: 116%;
            border-left: 1px dotted #000;
            background: #0000;
            top: 20px;
            z-index: -1;
        }

        .last-span.number1:before {
            display: none;
        }

        .second-form.step-form-sec .price-card.featured {
            max-width: 320px;
            margin-top: 40px;
            border: 2px solid #000;
            border-radius: 50px;
            padding: 50px 0 30px 0 !important;
            box-shadow: 0px 0px 6px 3px #14131352;
        }

        .second-form.step-form-sec .price-card.featured .renew-sec {
            padding: 20px 10px 20px 30px;
            background: #183653;
            margin: 0 -2px;
            border: 1px solid #ffc107;
        }

        .second-form.step-form-sec .price-card.featured .renew-content {
            padding: 0px 10px 0px 30px;
        }

        .second-form.step-form-sec .price-card.featured .renew-content .number {
            -ms-flex-pack: start !important;
            justify-content: flex-start !important;
        }

        .second-form.step-form-sec .price-card.featured .renew-content .number .lab-input,
        .second-form.step-form-sec .price-card.featured .renew-content .number .lab-input input {
            background: #183653;
            color: #fff;
        }

        .second-form.step-form-sec .price-card.featured .renew-content .number .lab-input {
            border: 1px solid #ffc107;
            border-radius: 0;
        }

        .second-form.step-form-sec .price-card.featured .renew-content .number .bt2 {
            border: none !important;
            font-size: 45px !important;

            display: inline-block;

            font-weight: 100;

            /*background: #183653;*/
            color: #183653;
            line-height: 27px;
            letter-spacing: -4px;
            text-align: left;

        }

        .second-form.step-form-sec .price-card.featured .renew-content .number .plus.bt2 {
            line-height: 35px;
        }

        .second-form.step-form-sec .price-card.featured .renew-sec h2 {
            font-weight: 200;
            font-size: 21px;
            margin-bottom: 2px;
            line-height: 26px;
            color: #fff;
            letter-spacing: -1px;
        }

        .second-form.step-form-sec .price-card.featured .renew-sec p {
            font-weight: 200;
            font-size: 15px;
            margin-bottom: 2px;
            color: #fff;
            line-height: 19px;
        }

        .second-form.step-form-sec .price-card.featured .renew-sec p.light {

            font-size: 14px;

            color: #eee;

        }

        @media (max-width:767px) {
            .step-form-sec.second-form .row {
                flex-direction: column-reverse !important;
            }

            .second-form.step-form-sec .price-card.featured {
                margin-top: 10px;
                margin-bottom: 40px;
            }
        }

        @media (min-width: 1150px) {
            .step-form-sec.second-form .container {
                max-width: 1140px;
            }
        }

        @media (min-width: 1400px) {
            .step-form-sec.second-form .container {
                max-width: 1370px
            }
        }

        @media (max-width: 1150px) {
            .pannelmy .tooltip-m {

                width: 223px;
                right: 2%;
            }
        }

        .second-form .checkout_form input.is-invalid {
            border-color: #dc3545 !important;
        }

        .ck-section2 .tooltip-m {
            position: relative;
            width: 240px;
            background: #ffc107;
            color: #000;
            padding: 20px 15px;
            left: 20px;
            top: 0px;
            z-index: 1;
        }

        .ck-section2 .tooltip-m:before {
            content: '';
            position: absolute;
            height: 25px;
            width: 25px;
            background: #ffc107;
            left: -10px;
            transform: rotate(45deg);
            top: 30px;
            z-index: -1;
        }

        .ck-section2 .tooltip-m.tooltip-m-l:before {
            top: 10px;
        }

        .ck-section2 .tooltip-m h3 {
            font-size: 20px;
            color: #000;
            margin-bottom: 0px;
        }

        .ck-section2 .tooltip-m p {
            margin: 14px 0;
            font-size: 13px;
            color: #000;
            line-height: 20px;
        }

        .ck-section2 .tooltip-m p strong {
            font-weight: 900;
        }

        .ck-section2 .tooltip-m a.llbtn {
            font-size: 11px;
            color: #0f42bf;
            background: #fff;
            text-transform: uppercase;
            padding: 10px;
            font-weight: 600;

        }


        /* new-style */

        :root {
            --transition: 0.25s;
            --spark: 1.8s;
            --speed: 1.2s;
            --bg-default:
                radial-gradient(40% 50% at center 100%, hsl(270 0% 72% / 0.05), transparent),
                radial-gradient(80% 100% at center 120%, hsl(260 0% 70% / 0.1), transparent),
                #f3fafa;
            /* Original primary color (blue) for .btn-default */
            --primary-default: #0096D5;
            /* New primary color (red) for .btn-new */
            --primary-new: #FBC000;
        }

        .page_wrapper .businessbtn,
        .page_wrapper .indivisualbtn {
            --cut: 0.1em;
            --active: 0;
            --bg: radial-gradient(40% 50% at center 100%, hsl(270 0% 72% / 0.05), transparent), radial-gradient(80% 100% at center 120%, hsl(260 0% 70% / 0.1), transparent), #f3fafa;
            background: var(--bg);
            font-size: 2rem;
            font-weight: 500;
            border: 1px solid rgb(17 32 58);
            cursor: pointer;
            padding: 6% 12%;
            display: grid;
            place-items: center;
            white-space: nowrap;
            border-radius: 100px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 0.05em 0 0 hsl(260 0% 50%) inset, 0 -0.05em 0 0 hsl(260 0% 0%) inset;
            transition: box-shadow var(--transition), scale var(--transition), background var(--transition);
            scale: calc(1 + (var(--active) * 0.1));
        }

        .page_wrapper .businessbtn:focus,
        .page_wrapper .indivisualbtn:focus {
            outline: 0px;
        }

        .page_wrapper button:is(:hover, :focus-visible) {
            --active: 1;
        }

        .page_wrapper .shadow,
        .page_wrapper button,
        .page_wrapper button:focus {
            box-shadow: inherit !important;
        }

        .page_wrapper [type=button]:not(:disabled),
        .page_wrapper [type=reset]:not(:disabled),
        .page_wrapper [type=submit]:not(:disabled),
        .page_wrapper button:not(:disabled) {
            cursor: pointer;
        }

        .page_wrapper button:focus {
            outline: 1px dotted;
            outline: 5px auto -webkit-focus-ring-color;
        }

        .page_wrapper .backdrop {
            position: absolute;
            inset: var(--cut);
            background: var(--bg);
            border-radius: 100px;
            transition: background var(--transition) opacity var(--transition);
        }

        .page_wrapper .spark {
            position: absolute;
            inset: 0;
            border-radius: 100px;
            rotate: 0deg;
            overflow: hidden;
            mask: linear-gradient(white, transparent 50%);
            animation: flip calc(var(--spark) * 2) infinite steps(2, end);
        }

        .page_wrapper .indivisualbtn.active .spark:before,
        .page_wrapper .businessbtn.active .spark:before {
            background: conic-gradient(from 0deg, transparent 0 340deg, #ffffff 360deg);
        }

        .page_wrapper .spark:before {
            content: "";
            position: absolute;
            width: 200%;
            aspect-ratio: 1;
            inset: 0 auto auto 50%;
            z-index: -1;
            translate: -50% -15%;
            rotate: 0;
            transform: rotate(-90deg);
            opacity: calc((var(--active)) + 0.4);
            opacity: 1;
            background: conic-gradient(from 0deg, transparent 0 340deg, #0096D5 360deg);
            transition: opacity var(--transition);
            animation: rotate var(--spark) linear infinite both;
        }

        .page_wrapper .spark:after {
            content: "";
            position: absolute;
            inset: var(--cut);
            border-radius: 100px;
        }

        .spark:before {
            content: "";
            position: absolute;
            width: 200%;
            aspect-ratio: 1;
            inset: 0 auto auto 50%;
            z-index: -1;
            translate: -50% -15%;
            rotate: 0;
            transform: rotate(-90deg);
            opacity: calc((var(--active)) + 0.4);
            opacity: 1;
            background: conic-gradient(from 0deg, transparent 0 340deg, #0096D5 360deg);
            transition: opacity var(--transition);
            animation: rotate var(--spark) linear infinite both;
        }

        .page_wrapper .text {
            translate: 2% -6%;
            letter-spacing: 0.01ch;
            background: linear-gradient(90deg, hsl(0 0% calc((1 * 100%) + 65%)), hsl(0 0% calc((1 * 100%) + 26%)));
            -webkit-background-clip: text;
            color: #0096D5;
            transition: background var(--transition);
            /* padding: 43px 70px; */
            font-size: 22px;
            font-weight: 500;
            letter-spacing: 1px;
        }

        .page_wrapper .nav-tabs .nav-link.active,
        .page_wrapper .nav-tabs .nav-link:hover {
            background: 0;
            border-bottom: 2px solid #11203a;
        }

        .page_wrapper .nav-tabs .nav-link.two.active,
        .page_wrapper .nav-tabs .nav-link.two:hover {
            background: 0;
            border-bottom: 2px solid rgb(255, 196, 0);
        }

        .page_wrapper .indivisualbtn.active {
            --bg: radial-gradient(40% 50% at center 100%, hsl(270 0% 72% / 0.05), transparent), radial-gradient(80% 100% at center 120%, hsl(260 0% 70% / 0.1), transparent), #0096D5;
        }

        .page_wrapper .btn-new {
            border: 1px solid rgb(241, 205, 87);
            --bg: radial-gradient(40% 50% at center 100%, #e7e1cb, transparent), radial-gradient(80% 100% at center 120%, hsl(260 0% 70% / 0.1), transparent), #fff3cd;
        }

        .page_wrapper .spark2:before {
            background: conic-gradient(from 0deg, transparent 0 340deg, #FBC000 360deg);
        }

        .page_wrapper .text2 {
            color: #FBC000;
        }

        .page_wrapper .businessbtn.active {
            --bg: radial-gradient(40% 50% at center 100%, hsl(270 0% 72% / 0.05), transparent), radial-gradient(80% 100% at center 120%, hsl(260 0% 70% / 0.1), transparent), #FBC000;
        }

        .page_wrapper #secret:checked~button .spark {
            overflow: visible;
            mask: none;
        }

        .page_wrapper #secret:checked~button {
            overflow: visible;
        }

        .page_wrapper #secret:checked~button .backdrop {
            opacity: 0.5;
        }

        @keyframes flip {
            to {
                rotate: 360deg;
            }
        }

        @keyframes rotate {
            to {
                transform: rotate(90deg);
            }
        }

        .page_wrapper button:is(:hover, :focus-visible)~ :is(.bodydrop, .particle-pen) {
            --active: 1;
        }

        .page_wrapper button:is(:hover, :focus-visible) {
            --active: 1;
        }

        .page_wrapper #style:has([value=container]:checked)~button .spark__container,
        .page_wrapper #style:has([value=in-n-out]:checked)~button .spark__container {
            position: absolute;
            inset: 0px;
            container-type: size;
            overflow: visible;
        }


        .page_wrapper #style:has([value=container]:checked)~#secret:checked~button .spark {
            background: hsl(10 80% 50% / 0.25);
        }

        .page_wrapper #style:has([value=container]:checked)~button .spark {
            position: absolute;
            left: 0;
            top: 0;
            height: 100cqh;
            aspect-ratio: 1;
            border-radius: 0;
            overflow: visible;
            mask: none;
            animation: slide var(--speed) ease-in-out infinite alternate;
        }

        .page_wrapper .indivisualbtn.active .spark:before,
        .page_wrapper .businessbtn.active .spark:before {
            background: conic-gradient(from 0deg, transparent 0 340deg, #ffffff 360deg);
        }

        .page_wrapper #style:has([value=container]:checked)~button .spark:before {
            --spread: 90deg;
            inset: -100%;
            background: conic-gradient(from calc(270deg - (var(--spread) * 0.5)),
                    transparent 0,
                    hsl(0 0% 100% / 1) var(--spread),
                    transparent var(--spread));
            translate: 0 0;
            transform: rotate(0deg);
            width: auto;
            animation: spin calc(var(--speed) * 2) infinite linear;
        }

        @keyframes spin {
            0% {
                rotate: 0deg;
            }

            15%,
            35% {
                rotate: 90deg;
            }

            65%,
            85% {
                rotate: 270deg;
            }

            100% {
                rotate: 360deg;
            }
        }

        @keyframes slide {
            to {
                transform: translate(calc(100cqw - 100%), 0);
            }
        }

        .page_wrapper #style:has([value=lazy]:checked)~button .spark {
            width: 100%;
            aspect-ratio: 1;
            position: absolute;
            top: 50%;
            left: 50%;
            translate: -50% -50%;
            animation: none;
            mask: none;
        }

        .page_wrapper #style:has([value=lazy]:checked)~button .spark:before {
            width: 100%;
            aspect-ratio: 1;
            inset: 50% auto auto 50%;
            position: absolute;
            translate: -50% -50%;
            animation: lazy 2s infinite linear;
            background: conic-gradient(transparent, white 60deg, transparent 61deg);
        }

        @keyframes lazy {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        .page_wrapper #style:has([value=in-n-out]:checked)~button .spark {
            position: absolute;
            right: 100%;
            top: 50%;
            translate: -200% -50%;
            width: 200cqh;
            aspect-ratio: 1;
            border-radius: 0;
            overflow: visible;
            mask: none;
            animation: slide var(--speed) ease-in-out infinite alternate;
            animation: slide-across 2s infinite linear;
        }

        .page_wrapper #style:has([value=in-n-out]:checked)~button .spark:before {
            width: 500%;
            aspect-ratio: 1;
            inset: unset;
            top: 50%;
            left: 50%;
            translate: -50% -50%;
            position: absolute;
            animation: none;
            background: linear-gradient(180deg, transparent, white 25%, transparent 30%);
        }


        @keyframes slide-across {
            to {
                translate: calc(100cqw + 100%) -50%;
            }
        }

        .page_wrapper .indivisualbtn.active>.text,
        .page_wrapper .businessbtn.active>.text {
            color: #fff;
        }




        .services_list_section h1,
        .services_list_section h2,
        .services_list_section h3,
        .services_list_section h4,
        .services_list_section h5,
        .services_list_section h6 {
            font-weight: 600;
            line-height: 1.2;
            letter-spacing: 0;
            margin: 0 0 15px;
            color: #212529;
        }

        .services_list_section .main-heading {
            color: #0096D5;
        }

        .tab2-business .services_list_section .main-heading {
            color: #FBC000;
        }

        .services_list_section .forbusiness h5,
        .services_list_section .forindivisual h5 {
            display: flex;
            position: relative;
        }

        .services_list_section .forindivisual h5 {
            margin-left: 32px;
            font-weight: 500;
        }

        .services_list_section .forindivisual p {
            line-height: normal;
        }

        .services_list_section .forbusiness h5::before,
        .services_list_section .forindivisual h5::before {
            content: "";
            display: block;
            min-width: 20px;
            width: 21px;
            height: 18px;
            background-image: url(../images/check.png);
            background-size: cover;
            margin-right: 10px;
            top: 30%;
            position: absolute;
            left: -32px;
        }

        .tab2-business .services_list_section .forbusiness h5::before,
        .tab2-business .services_list_section .forindivisual h5::before {
            background-image: url(../images/yellow-check.png);
        }

        .services_list_section .forbusiness .points p,
        .services_list_section .forindivisual .points p {
            margin: 0px;
            margin-left: 32px;
            font-weight: 400;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

        .services_list_section p {

            text-transform: none;
            font-size: 15px;
            font-weight: 400;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

        .services_list_section .pricing-top-blk {
            background: radial-gradient(circle, rgba(4, 6, 21, 1) 0%, rgba(17, 32, 58, 1) 75%);
            padding: 10px 0px;
        }


        .services_list_section .price-text-2-1 {
            font-size: 16px;
            color: #fff;
            font-weight: 100;
            line-height: 10px;
            vertical-align: super;
        }

        .services_list_section .price-text-2-2 {
            font-size: 26px;
            color: #fff;
            font-weight: 500;
        }

        .services_list_section .price-text-1-2 {
            font-size: 16px;
            color: #fff;
            font-weight: 100;
        }

        .services_list_section .pricing-bottom-blk {
            background-color: #bdd7ee63;
        }

        .services_list_section .pricing-list {
            background-color: #fff;
        }

        .services_list_section .pricing-list {
            border-bottom: 1px solid #bdd7ee61;
            padding-top: 3px;
            padding-bottom: 3px;
        }

        .services_list_section .pricing-list-heading {
            color: #000;
            font-size: 18px;
        }

        .services_list_section .pricing-check-icon {
            font-size: 16px;
            box-shadow: none !important;
            color: #040615;
        }

        .tab2-business .services_list_section .pricing-check-icon {
            color: #FBC000;
        }

        .services_list_section .container-full {
            max-width: 1400px;
            width: 90%;
            padding: 0px 15px;
            margin: auto;
        }

        .services_list_section .border-rating {
            border-top: 1px solid #222A35;
        }

        .bg-222 {
            background-color: #dbe4eb54;
        }

        .services_list_section .panel {
            border-radius: 5px;
            font-size: 90%;
            text-align: center;
            padding: 15px 0;
        }

        .services_list_section .heading-rate {
            font-size: 18px;
            color: #11203a;
            font-weight: 600;
            margin-bottom: 0;
        }

        .services_list_section .panel form {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .services_list_section .rating {
            border: none;
            float: left;
        }

        .services_list_section .rating>input {
            display: none;
        }

        .services_list_section .rating>label {
            color: #ddd;
            float: right;
        }

        .services_list_section .rating>label:before {
            margin: 5px;
            font-size: 21px;
            font-family: FontAwesome;
            display: inline-block;
            content: "\f005";
        }

        .services_list_section .rating:not(:checked)>label:hover,
        .services_list_section .rating:not(:checked)>label:hover~label,
        .services_list_section .rating>input:checked~label {
            color: #FBC000;
        }

        .services_list_section .rate-people {
            font-size: 18px;
            font-weight: 500;
            color: #000;
            width: 180px;
            margin-left: 10px;
            text-align: left !important;
        }

        @media (min-width: 1200px) {
            .services_list_section .container-full {
                max-width: 1400px;
                width: 100%;
            }
        }

        @media (max-width:1199px) {
            .services_list_section .container-full {
                max-width: 960px;
            }
        }

        @media (max-width:991px) {
            .services_list_section .container-full {
                max-width: 850px;
            }

            .page_wrapper .businessbtn,
            .page_wrapper .indivisualbtn {
                padding: 5% 6%;
                font-size: 1.5rem;
            }

            .page_wrapper .text {
                font-size: 18px;
            }
        }

        @media (max-width:767px) {
            .services_list_section .container-full {
                max-width: 100%;
                width: 100%;
                padding: 0px 8px;
            }

            .services_list_section p {
                font-size: 14px;
            }
        }

        @media (max-width:600px) {

            .page_wrapper .businessbtn,
            .page_wrapper .indivisualbtn {
                padding: 6% 2%;
                font-size: 1.5rem;
            }

            .page_wrapper .text {
                translate: 0% 6%;
                font-size: 13px;
            }

            .services_list_section .rate-people {
                width: 100%;
                text-align: center !important;
            }
        }




