@import url("fonts.css");

::-moz-selection {
    color: #FFF;
    background: #59c2ff;
}

::selection {
    color: #FFF;
    background: #59c2ff;
}

.custom-container {
    position: relative;
    width: 1000px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.nav.nav-tabs {
    margin-bottom: 20px;
    border: 0;
}

    .nav.nav-tabs .nav-item {
        margin-right: 2px;
    }

        .nav.nav-tabs .nav-item .nav-link {
            padding: 12px 20px;
            border-radius: 2px;
            border: 0;
            color: #a3a3a3;
            font-size: 14px;
            font-weight: 400;
            text-transform: uppercase;
        }

            .nav.nav-tabs .nav-item .nav-link:hover {
                background-color: #02a5f4;
                color: #FFF;
            }

            .nav.nav-tabs .nav-item .nav-link.active {
                background-color: #02a5f4;
                color: #FFF;
            }

.modal .modal-dialog .modal-content {
    border-radius: 0;
}

.form label {
    display: block;
    padding: 0;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.form .form-control {
    width: 100%;
    height: 60px;
    padding: 0 25px;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .form .form-control:focus {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form .form-control.disabled {
        border-color: #868686;
    }

    .form .form-control:focus {
        outline: 0;
    }

.wpanimation {
    opacity: 0;
}

    .wpanimation.animated {
        opacity: 1;
    }

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/logo2.png) center no-repeat #FFF;
    background-size: 120px 120px;
}

body {
    font-family: "RedHatDisplay-Regular", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    overflow-x: hidden;
}

a {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    a:hover {
        text-decoration: none;
    }

    a:active, a:focus {
        outline: 0;
    }

.social .nav-item {
    margin: 0 5px;
}

.social .nav-link {
    width: 32px !important;
    height: 32px !important;
    padding: 0;
    background: #FFF;
    border-radius: 50%;
    color: #CE050B !important;
    line-height: 32px;
    text-align: center;
}

    .social .nav-link i {
        vertical-align: middle;
    }

    .social .nav-link.facebook-f:hover {
        color: #FFF !important;
        background: #3b5999 !important;
    }

    .social .nav-link.twitter:hover {
        color: #FFF !important;
        background: #55acee !important;
    }

    .social .nav-link.instagram:hover {
        color: #FFF !important;
        background: #e4405f !important;
    }

    .social .nav-link.youtube:hover {
        color: #FFF !important;
        background: #cd201f !important;
    }

    .social .nav-link.linkedin-in:hover {
        color: #FFF !important;
        background: #0077B5 !important;
    }

.btnPrimary {
    display: inline-block;
    height: auto;
    width: auto;
    min-width: 120px;
    padding: 15px 30px;
    margin: 0 5px;
    background: #CE050B;
    border: 0;
    border-radius: 10px;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .btnPrimary.gray {
        background: #404040;
    }

    .btnPrimary.red {
        background: #D8232A;
    }

    .btnPrimary img {
        display: block;
        margin: 10px auto;
    }

    .btnPrimary:hover {
        background: #9c0408;
    }

    .btnPrimary:focus, .btnPrimary:active {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        outline: 0 !important;
    }

    .btnPrimary:disabled {
        background: #9b9b9b;
        cursor: not-allowed;
    }

        .btnPrimary:disabled:hover {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.cookie-disclaimer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(1, 1, 1, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.cookie-disclaimer_content {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
}

    .cookie-disclaimer_content a {
        text-decoration: underline;
    }

    .cookie-disclaimer_content .btn {
        display: inline-block;
        margin: 0 auto;
        border: 0;
        padding: 10px 40px;
        border-radius: 0;
        background: #CE050B;
        font-size: 14px;
        text-transform: uppercase;
    }

        .cookie-disclaimer_content .btn:hover {
            background: #9c0408;
        }

        .cookie-disclaimer_content .btn:focus, .cookie-disclaimer_content .btn:active {
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            background: #9c0408 !important;
            border: 0;
            outline: 0;
        }

.sidenav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 40%;
    max-width: 100%;
    height: 100vh;
    background: #CE050B;
    -webkit-box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    z-index: 9999;
    -webkit-transition: all 300ms cubic-bezier(0.43, 0.18, 0, 0.85);
    transition: all 300ms cubic-bezier(0.43, 0.18, 0, 0.85);
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
}

    .sidenav-wrapper.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .sidenav-wrapper .center-block {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
    }

    .sidenav-wrapper .nav .nav-item .nav-link {
        color: #FFF;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 3.3px;
        text-transform: uppercase;
    }

        .sidenav-wrapper .nav .nav-item .nav-link:hover {
            color: #FFF;
        }

    .sidenav-wrapper .nav .nav-item.dropdown .dropdown-menu {
        position: relative !important;
        margin: 0 !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        border-radius: 0;
    }

.sidenavactive {
    overflow-y: hidden;
}

header {
    position: relative;
    background: #1D1D1F;
}

    header .top-header {
        background: #1D1D1F;
        padding: 0;
    }

        header .top-header .nav.links {
            margin-right: 15px;
        }

            header .top-header .nav.links .nav-item {
                border-right: 1px solid rgba(255, 255, 255, 0.3);
            }

                header .top-header .nav.links .nav-item:last-child {
                    border-right: 0;
                }

                header .top-header .nav.links .nav-item .nav-link img {
                    margin-right: 10px;
                    height: 32px;
                    width: auto;
                }

                header .top-header .nav.links .nav-item:first-child {
                    padding-left: 0;
                }

        header .top-header .nav.langs .nav-item {
            padding: .5rem 0;
        }

            header .top-header .nav.langs .nav-item .nav-link {
                width: 30px;
                height: 30px;
                padding: 0;
                border: 2px solid transparent;
                border-radius: 50%;
            }

                header .top-header .nav.langs .nav-item .nav-link img {
                    width: 100%;
                }

                header .top-header .nav.langs .nav-item .nav-link.active, header .top-header .nav.langs .nav-item .nav-link:hover {
                    border-color: #FFF;
                }

        header .top-header .nav.social .nav-item {
            padding: 0;
        }

        header .top-header .nav .nav-item {
            padding: 10px 15px;
        }

            header .top-header .nav .nav-item .nav-link {
                display: -webkit-box;
                display: flex;
                display: -ms-flexbox;
                display: -webkit-flex;
                -webkit-box-align: center;
                align-items: center;
                -ms-flex-align: center !important;
                -webkit-box-pack: center;
                justify-content: center;
                -ms-flex-pack: center !important;
                padding: 0;
                height: 100%;
                color: #fff;
            }

    header .navbar {
        padding: 0;
        min-height: 48px;
    }

    header .navbar-toggler {
        background: none;
        border: 0;
        border-radius: 0;
        z-index: 99999;
    }

        header .navbar-toggler.collapsed .icon:nth-of-type(1), header .navbar-toggler.collapsed .icon:nth-of-type(3) {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        header .navbar-toggler.collapsed .icon:nth-of-type(2) {
            opacity: 1;
            filter: alpha(opacity=100);
        }

        header .navbar-toggler:focus {
            outline: 0;
        }

        header .navbar-toggler:hover {
            background: none !important;
        }

        header .navbar-toggler .icon {
            position: relative;
            display: block;
            height: 1px;
            width: 29px;
            margin: 7px 0;
            background: #CE050B;
            opacity: 1;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        }

            header .navbar-toggler .icon:nth-of-type(1) {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transform-origin: 10% 10%;
                transform-origin: 10% 10%;
            }

            header .navbar-toggler .icon:nth-of-type(2) {
                opacity: 0;
                filter: alpha(opacity=0);
            }

            header .navbar-toggler .icon:nth-of-type(3) {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transform-origin: 10% 90%;
                transform-origin: 10% 90%;
            }

    header .navbar-nav {
        margin: 0;
        padding: 0;
    }

        header .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
            border: 0;
            display: none;
        }

        header .navbar-nav .nav-item.dropdown:hover > a {
            color: #CE050B;
        }

        header .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
            display: block;
            visibility: visible;
            opacity: 1;
            top: 98%;
            z-index: 99;
        }

        header .navbar-nav .nav-item.dropdown .dropdown-menu {
            display: block;
            visibility: hidden;
            opacity: 0;
            top: 125%;
            z-index: -1;
            min-width: 265px;
            padding: 20px 0;
            -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            background: #CE050B;
            border: 0;
            border-radius: 3px;
            -webkit-box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
            box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
        }

            header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
                display: block;
                padding: 6px 28px;
                color: #FFF;
                font-weight: 500;
                -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
                transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            }

                header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item::before {
                    display: inline-block;
                    width: 0;
                    height: 4px;
                    margin-right: 0;
                    background: #CE050B;
                    border-radius: 25px;
                    content: '';
                    vertical-align: middle;
                    visibility: hidden;
                    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
                    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
                }

                header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active, header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus, header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
                    background: none;
                }

                    header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active::before, header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus::before, header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover::before {
                        width: 12px;
                        margin-right: 10px;
                        visibility: visible;
                    }

        header .navbar-nav .nav-item.active .nav-link {
            color: #E5E5E5;
            font-family: "SF-Regular";
        }

            header .navbar-nav .nav-item.active .nav-link:after {
                /* border-bottom: 2px solid #F5EC15; */
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                width: 50%;
                bottom: 0;
                margin: 0 auto;
            }

        header .navbar-nav .nav-item {
            position: relative;
        }

            header .navbar-nav .nav-item.language-nav {
                margin-left: 30px;
            }

            header .navbar-nav .nav-item .nav-link {
                color: #E5E5E5;
                font-size: 12px;
                font-weight: 400;
                padding-bottom: .3rem;
                font-family: "SF-Regular";
            }

                header .navbar-nav .nav-item .nav-link:hover {
                    color: #E5E5E5;
                }

    header .navbar-search .nav .nav-item .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    header .navbar-search-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 100%;
        z-index: 999999;
        opacity: 0;
        padding: 0 15px;
        background: #CE050B;
        overflow: hidden;
        -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    }

        header .navbar-search-wrapper.active {
            left: 0;
            width: 100%;
            opacity: 1;
        }

        header .navbar-search-wrapper .search-input {
            width: 90%;
            height: 100%;
        }

            header .navbar-search-wrapper .search-input input {
                width: 100%;
                height: 100%;
                background: none;
                border: 0;
                color: #FFF;
                font-size: 24px;
            }

                header .navbar-search-wrapper .search-input input:focus {
                    outline: 0;
                }

                header .navbar-search-wrapper .search-input input::-webkit-input-placeholder {
                    color: #FFF;
                }

                header .navbar-search-wrapper .search-input input:-ms-input-placeholder {
                    color: #FFF;
                }

                header .navbar-search-wrapper .search-input input::-ms-input-placeholder {
                    color: #FFF;
                }

                header .navbar-search-wrapper .search-input input::placeholder {
                    color: #FFF;
                }

        header .navbar-search-wrapper .search-btn {
            height: 100%;
            min-width: 10%;
        }

            header .navbar-search-wrapper .search-btn .btn {
                display: inline-block;
                height: 100%;
                width: 50%;
                border: 0;
                background: none;
                border-radius: 0;
                text-align: center;
            }

                header .navbar-search-wrapper .search-btn .btn:hover {
                    background: #9c0408;
                }

                header .navbar-search-wrapper .search-btn .btn:focus {
                    outline: 0;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

                header .navbar-search-wrapper .search-btn .btn img {
                    width: 32px;
                    max-width: 100%;
                }

.gp-main-title {
    color: #373535;
    font-size: 28px;
    font-weight: 500;
}

    .gp-main-title span {
        display: block;
        margin-top: 23px;
        color: #CE050B;
        font-size: 18px;
        font-weight: 400;
    }

    .gp-main-title::after {
        display: block;
        width: 72px;
        height: 2px;
        margin: 30px 0;
        background: #CE050B;
        content: "";
    }

    .gp-main-title.center {
        text-align: center;
    }

        .gp-main-title.center::after {
            margin: 30px auto;
        }



.gp-page-header {
    position: relative;
}

    .gp-page-header img {
        width: 100%;
        max-width: 100%;
        min-height: 200px;
        z-index: 0;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .gp-page-header .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

    .gp-page-header .page-header-content {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        z-index: 2;
    }

        .gp-page-header .page-header-content .breadcrumb {
            background: none;
        }

        .gp-page-header .page-header-content .breadcrumb-item::before {
            color: #FFF;
        }

        .gp-page-header .page-header-content .breadcrumb-item:last-child a {
            color: #CE050B;
        }

        .gp-page-header .page-header-content .breadcrumb-item a {
            color: #fff;
        }


footer {
    padding: 40px 0;
    background: #1d1d1f;
}

    footer .footer-contact {
        padding: 10px 0;
        color: #FFF;
        font-family: Montserrat-Regular;
        font-size: 14px;
    }

        footer .footer-contact a {
            color: #FFF;
        }

        footer .footer-contact img {
            margin-right: 15px;
        }

.copyright {
    padding: 10px 0;
}

footer .subscribe {
    margin: 0 auto 50px auto;
}

    footer .subscribe .title {
        color: #FFFFFF;
        font-family: "RedHatDisplay-Bold";
        font-size: 24px;
        display: block;
    }

    footer .subscribe .description {
        color: #A0A0A0;
        font-family: "Montserrat-Light";
        font-size: 12px;
    }

    footer .subscribe .form-group {
        position: relative;
    }

        footer .subscribe .form-group input {
            background: transparent;
            border: 0;
            border-bottom: 1px solid #C4C4C4;
            border-radius: 0;
            color: #A0A0A0;
            padding-right: 50px;
        }

            footer .subscribe .form-group input:focus {
                box-shadow: none;
            }

        footer .subscribe .form-group img {
            position: absolute;
            right: 8px;
            top: 20px;
        }

@media (max-width: 1200px) {
    header .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }

    .gp-main-slider .item img {
        min-height: 475px;
    }

    .gp-main-slider .item .slider-content .title {
        font-size: 28px;
    }

    .gp-main-slider .item .slider-content .desc {
        font-size: 20px;
    }

    .gp-main-about .about-box-wrapper .box-item .head .title {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    header .top-header .nav .nav-item .nav-link {
        font-size: 12px;
    }

    header .navbar-brand img {
        width: 150px;
    }

    header .navbar-nav .nav-item .nav-link {
        padding-left: .3rem;
        padding-right: .3rem;
        font-size: 13px;
    }

    footer .footer-contact {
        font-size: 14px;
    }

    .gp-main-slider .item img {
        min-height: 475px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .gp-main-slider .item .slider-content .title {
        font-size: 28px;
    }

    .gp-main-slider .item .slider-content .desc {
        font-size: 20px;
    }

    .gp-main-about .about-box-wrapper .box-item .head .title {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    header .top-header .nav.social {
        display: none;
    }

    footer {
        padding: 20px 0;
    }

    .gp-main-about .about-box-wrapper .box-item .head .title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    header .top-header .nav.links .nav-item .nav-link img {
        height: 22px;
    }

    header .top-header .nav.langs .nav-item .nav-link {
        height: 22px;
        width: 22px;
    }

    .gp-page-header .page-header-content h1 {
        font-size: 24px;
    }

    .gp-page-content {
        padding: 50px 0;
    }

    .copyright {
        text-align: center;
    }

        .copyright .copy {
            margin-bottom: 10px;
        }
}

@media (max-width: 675px) {
    header .top-header .nav.links .nav-item {
        padding-left: 10px;
        padding-right: 10px;
    }

        header .top-header .nav.links .nav-item .nav-link img {
            margin-right: 0;
        }

        header .top-header .nav.links .nav-item .nav-link span {
            display: none;
        }
}

@media (max-width: 575px) {
    header .navbar-search .nav .nav-item .nav-link img {
        width: 42px;
    }
}
/*# sourceMappingURL=layout.css.map */

.language-nav .dropdown-menu {
    min-width: 75px;
}

.top-description {
    background: #4BC0F2;
    width: 100%;
    height: 52px;
    color: #fff;
    text-align: center;
    padding-top: 14px;
    font-size: 14px;
    font-family: "SF-Medium";
}

.license-section .license-title h2, .section-intro .license-title h2 {
    text-align: center;
    color: #1D1D1F;
    font-weight: bold;
    margin-top: 27px;
    font-family: "SF-Semibold";
}

.license-section .license-step {
    margin-top: 50px;
}

.heading__three {
    font-size: 22px;
    font-weight: 500;
    color: #3E4E68;
    line-height: 26px;
    margin: 0;
    font-family: "SF-Regular";
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    font-smooth: always !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.paragraph {
    font-size: 14px;
    font-weight: 500;
    color: #3E4E68;
    line-height: 22px;
    margin: 0;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    font-smooth: always !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* DO NOT COPY THIS. END OF BLOCK */

.stepper__row {
    /* width: 623px;
  display: flex;
  justify-content: space-between; */
    margin-bottom: 67px;
    margin-left: auto;
    margin-right: auto;
    transition: margin 0.4s;
    width: 900px;
    display: flex;
    /* justify-content: center; */
}

    .stepper__row:last-child {
        margin-bottom: 0;
    }

        .stepper__row:last-child .button__rectangle {
            display: none;
        }

.stepper--vertical {
    display: flex;
    position: relative;
}

.stepper--vertical__circle {
    background: url('http://res.cloudinary.com/dhwx8elvg/image/upload/v1499441107/step-circle-icon_zkr7qg.svg');
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    position: relative;
}

    .stepper--vertical__circle:after {
        content: url('http://res.cloudinary.com/dhwx8elvg/image/upload/v1499454191/stepper-vertical-line_gu7yjs.svg');
        position: absolute;
        top: 75px;
        transform-origin: 100% 0%;
        transition: transform 0.2s;
    }

.stepper--vertical__circle__text {
    align-self: center;
    font-size: 18px;
    font-weight: 500;
    color: #388CF3;
}

.stepper--vertical__details {
    margin-left: 24px;
    margin-top: 10px;
    align-self: center;
    max-width: 800px;
}

    .stepper--vertical__details .paragraph {
        margin-top: 12px;
        transition: all 0.2s;
    }

    .stepper--vertical__details .button__rectangle {
        margin-top: 24px;
    }

.stepper__row:last-child .stepper--vertical__circle:after {
    content: "";
    display: none;
}

.stepper__row--disabled {
    margin-bottom: 45px;
    opacity: .32;
    pointer-events: none;
}

    .stepper__row--disabled .button__rectangle {
        display: none;
    }

    .stepper__row--disabled .stepper--vertical__circle {
        background: url('http://res.cloudinary.com/dhwx8elvg/image/upload/v1499451438/step-circle-icon--disabled_xakuwy.svg');
        opacity: 0.4;
    }

    .stepper__row--disabled .stepper--vertical__circle__text {
        color: rgba(62, 78, 104, 0.7);
    }

    .stepper__row--disabled .stepper--vertical__circle:after {
        transform: scaleY(0.35);
    }

    .stepper__row--disabled .stepper--vertical__details .paragraph {
        color: rgba(62, 78, 104, 0.8);
    }

    .stepper__row--disabled .stepper--vertical__details .heading__three {
        color: rgba(62, 78, 104, 0.7);
    }

.stepper__row:hover {
}


/*DO NOT COPY THIS BLOCK EITHER */
/* DELETE THIS IF YOU HAVE */
/* This is only here for the buttons */
/*  */
/*  */
/*  */
/*  */
/*  */
.button__circle {
    border: 2px solid #388CF3;
    border-radius: 96px;
    height: 44px;
    width: 44px;
    position: relative;
    transition: all 0.05s;
    background: #FFF;
}

.button__circle__middle {
    position: absolute;
    transform: translate(-50%);
    top: 32%;
    left: 50%;
}

.button__group {
    display: flex;
}

    .button__group .button__rectangle__button,
    .button__group .button__circle {
        margin-left: 32px;
    }

        .button__group .button__rectangle__button:first-child,
        .button__group .button__circle:first-child {
            margin-left: 0px;
        }

.button__group--margin-top {
    margin-top: 32px;
}

.button__rectangle__button__icon svg {
    fill: #FFF;
}

.button__circle:hover {
    transform: scale(1.025) translateY(-1px);
    background: #388CF3;
}

    .button__circle:hover .button__arrow {
        fill: #FFF;
    }

.button__circle:active {
    transform: scale(.975) translateY(1px);
}

.button__arrow {
    fill: #388CF3;
}

.button__rectangle__button {
    border: none;
    padding: 10px 30px;
    background: #388CF3;
    outline: 0;
    cursor: pointer;
    border-radius: 3px;
    color: #FFF;
    font-size: 14px;
    transition: all 0.05s;
    font-weight: 600;
    margin: 0 auto;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    font-smooth: always !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .button__rectangle__button:first-letter {
        text-transform: uppercase;
    }


/* Icon Handlers */
.button__rectangle__button__icon {
    padding-right: 8px;
}

.button__rectangle__button--default--secondary--icon .button__rectangle__button__icon svg {
    fill: #388CF3;
}

.button__rectangle__button--default--secondary--icon:hover .button__rectangle__button__icon svg {
    fill: #2A476D;
}

.button__rectangle__button--neutral--secondary--icon .button__rectangle__button__icon svg {
    fill: #647A89;
}

.button__rectangle__button--neutral--secondary--icon:hover .button__rectangle__button__icon svg {
    fill: #3E4E68;
}

.button__rectangle__button--negative--secondary--icon .button__rectangle__button__icon svg {
    fill: #FF4876;
}

.button__rectangle__button--negative--secondary--icon:hover .button__rectangle__button__icon svg {
    fill: #6D2A43;
}

.button__rectangle__button--default--secondary,
.button__rectangle__button--default--secondary--icon {
    border: none;
    padding: 10px 30px;
    background: #FFF;
    outline: 0;
    cursor: pointer;
    border-radius: 3px;
    color: #388CF3;
    font-size: 14px;
    transition: all 0.05s;
    border: 2px solid #388CF3;
    font-weight: 600;
    background: #FFF;
}

.button__rectangle__button--neutral {
    background: #647A89;
}

.button__rectangle__button--neutral--secondary,
.button__rectangle__button--neutral--secondary--icon {
    border: 2px solid #647A89;
    color: #647A89;
    background: #FFF;
}

.button__rectangle__button--negative {
    background: #FF4876;
}

.button__rectangle__button--negative--secondary,
.button__rectangle__button--negative--secondary--icon {
    border: 2px solid #FF4876;
    color: #FF4876;
    background: #FFF;
}

.button__rectangle__button--default--negative {
    border-color: #FF4876;
    color: #FF4876;
}

.button__rectangle__button:hover {
    transform: scale(1.05) translateY(-1px);
    background: #2A476D;
}

.button__rectangle__button--default--secondary:hover,
.button__rectangle__button--default--secondary--icon:hover {
    transform: scale(1.05) translateY(-1px);
    border-color: #2A476D;
    color: #2A476D;
    background: #FFF;
}

.button__rectangle__button:active {
    transform: scale(.995) translateY(1px);
}

.button__rectangle__button--neutral:hover {
    background: #3E4E68;
}

.button__rectangle__button--neutral--secondary:hover,
.button__rectangle__button--neutral--secondary--icon:hover {
    border-color: #3E4E68;
    color: #3E4E68;
    background: #FFF;
}

.button__rectangle__button--negative:hover {
    background: #6D2A43;
}

.button__rectangle__button--negative--secondary:hover,
.button__rectangle__button--negative--secondary--icon:hover {
    border-color: #6D2A43;
    color: #6D2A43;
    background: #FFF;
}

.button__rectangle__button--default__icon {
    margin-right: 10px;
}

.license-step .license-item {
    border-radius: 20px;
    width: 198px;
    height: 102px;
    border: solid 2px transparent;
    border-image-source: linear-gradient(180deg, #E5E5E5 0%, #E5E5E5 100%);
    display: flex;
    float: left;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #E5E5E5,#E5E5E5);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin: 22px 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "SF-Regular";
    font-size: 15px;
    line-height: 1.4211;
    font-weight: 400;
    letter-spacing: .012em;
    color: #6e6e75 !important;
}

    .license-step .license-item:hover, .license-section .license-item:hover {
        cursor: pointer;
        /* background: #f0f3ff;
    border: 2px solid #efebff; */
        background: #f2f4f9;
        border: 2px solid #f4f2fb;
        color: #6e5bcc !important;
    }

    .license-step .license-item.selected {
        font-family: "SF-Semibold";
        /* color: #6100ff;
  background-image: linear-gradient(114.91deg, #F0E9FF 15.51%, rgba(219, 231, 255, 0.73) 75.84%), radial-gradient(circle at top left, #9671FF,rgba(86, 133, 255, 0.98));
  /* background: linear-gradient(114.91deg, #F0E9FF 15.51%, rgba(219, 231, 255, 0.73) 75.84%);
  border-image-source: linear-gradient(180deg, #9671FF 0%, rgba(86, 133, 255, 0.98) 100%) ; */
        color: #e8e1f2 !important;
        font-family: 'SF-Semibold';
        background-image: linear-gradient( 114.91deg, #3b4461 15.51%, rgb(125 126 163) 75.84%), radial-gradient(circle at top left, #7f7fa4,rgb(104 102 145)) !important;
        box-shadow: 0px 8px 28px -6px rgb(24 39 75 / 12%), 0px 18px 88px -4px rgb(24 39 75 / 14%), 0px 3px 6px rgb(0 0 0 / 25%), 0px 4px 21px rgb(150 85 255 / 25%), 0px 4px 11px rgb(75 62 90 / 25%);
    }
    .license-step .license-item.selected:hover {
        color:#fff !important;
        }

.license-step h5 {
    color: #9e4eff;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    font-family: "SF-Regular";
}

/**** key number ****/
.otc {
    position: relative;
    width: auto;
    margin: 0 auto;
}

    .otc fieldset {
        border: 0;
        padding: 0;
        margin: 0;
    }

        .otc fieldset div {
            display: flex;
            align-items: center;
        }

    .otc legend {
        margin: 0 auto 1em;
        color: #5555FF;
    }

input.licence-input {
    width: 37px;
    height: 47px;
    line-height: 1;
    margin: 0.1em;
    padding: 8px 0 4px;
    font-size: 22px;
    text-align: center;
    appearance: textfield;
    -webkit-appearance: textfield;
    border: 2px solid #d7deff;
    background: #ebe8ff;
    color: #7d2dff;
    border-radius: 15px;
    text-transform: uppercase;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 2 group of 3 items */
input.licence-input:nth-child(n+4) {
    order: 2;
}

input.licence-input:nth-child(4n) {
    margin-right: 20px;
}

/* From: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034 */
.otc label {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

/**** key number end ****/


.first-section {
    width: 900px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    transition: margin 0.4s;
    margin-top: 40px;
}

    .first-section .first-section-body {
        margin-left: 24px;
        margin-top: 10px;
        align-self: center;
    }

    .first-section h5 {
        color: #9e4eff;
        font-weight: bold;
        text-align: center;
        margin-top: 40px;
        font-family: "SF-Regular";
    }

    .first-section h3 {
        font-size: 22px;
        font-weight: 500;
        color: #3E4E68;
        line-height: 26px;
        text-align: center;
        font-family: "SF-Regular";
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        font-smooth: always !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .first-section .license-item {
        border-radius: 20px;
        width: 198px;
        height: 102px;
        border: solid 2px transparent;
        border-image-source: linear-gradient( 180deg, #E5E5E5 0%, #E5E5E5 100%);
        display: flex;
        float: left;
        background-image: linear-gradient(white, white), radial-gradient(circle at top left, #E5E5E5,#E5E5E5);
        background-origin: border-box;
        background-clip: content-box, border-box;
        margin: 22px 15px;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-family: "SF-Regular";
        font-size: 15px;
        line-height: 1.4211;
        font-weight: 400;
        letter-spacing: .012em;
        color: #6e6e75 !important;
    }

        .first-section .license-item.selected {
            /* color: #6100ff;
    font-family: 'SF-Semibold';
  background-image: linear-gradient(
114.91deg, #F0E9FF 15.51%, rgba(219, 231, 255, 0.73) 75.84%), radial-gradient(circle at top left, #9671FF,rgba(86, 133, 255, 0.98));
    box-shadow: 0px 8px 28px -6px rgb(24 39 75 / 12%), 0px 18px 88px -4px rgb(24 39 75 / 14%), 0px 3px 6px rgb(0 0 0 / 25%), 0px 4px 21px rgb(150 85 255 / 25%), 0px 4px 11px rgb(75 62 90 / 25%); */
            color: #e8e1f2 !important;
            font-family: 'SF-Semibold';
            background-image: linear-gradient( 114.91deg, #3b4461 15.51%, rgb(125 126 163) 75.84%), radial-gradient(circle at top left, #7f7fa4,rgb(104 102 145)) !important;
            box-shadow: 0px 8px 28px -6px rgb(24 39 75 / 12%), 0px 18px 88px -4px rgb(24 39 75 / 14%), 0px 3px 6px rgb(0 0 0 / 25%), 0px 4px 21px rgb(150 85 255 / 25%), 0px 4px 11px rgb(75 62 90 / 25%);
        }

            .first-section .license-item.selected:hover {
                border: 2px solid #4f4c5b;
                color: #fff !important;
            }

#license-step1, #license-step2, #license-step3 {
    display: none;
    /* margin-bottom: 50px; */
}

.license-section, .section-intro {
    min-height: calc(100vh - 311px);
    margin-top: 40px;
    position: relative;
    margin-bottom: 50px;
}

.numberofcalls-Perpatual, .numberofcalls-Annual {
    display: none;
}

    .numberofcalls-Perpatual .license-item, .numberofcalls-Annual .license-item {
        width: 120px !important;
        height: 110px !important;
    }

.behalf-text {
    margin-top: 40px;
    margin-bottom: 40px;
}

    .behalf-text p {
        color: #9e4eff;
        font-family: "SF-Regular";
        width: 112px;
        display: inline-block;
        float: left;
    }

    .behalf-text span {
        font-weight: bold;
        color: #817aff;
        /*background: #b9cdff;*/
        background: #fbffe0;
        padding: 3px 12px;
        border-radius: 10px;
        margin-left: 10px;
        font-size: 14px;
        font-family: "SF-Medium";
        float: left;
    }
    .behalf-text span i{
       margin-right:5px;
    }
.license-price-result {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 20px;
    padding: 35px 35px;
    border-radius: 20px;
    border: 2px solid #6c6e7d;
    box-shadow: 0px 4px 80px -30px rgb(169 163 197 / 79%), 0px 4px 100px -40px rgb(204 199 210 / 88%);
    backdrop-filter: blur(5px);
    background-color: #4158d000;
    background-image: linear-gradient( 43deg, #343e5a 0%, #565787bf 46%, #666490 100%);
    background-blend-mode: luminosity;
    width: 300px;
}

    .license-price-result h4 {
        color: #dee6ff;
        font-size: 22px;
        font-family: 'SF-Medium';
        line-height: 1.10722;
        letter-spacing: .004em;
        margin-bottom: 20px;
    }

    .license-price-result p {
        margin-bottom: 5px;
        font-family: 'SF-Light';
        color: #ffffff;
        line-height: 1.10722;
        letter-spacing: .004em;
    }

    .license-price-result p span {

        font-family: 'SF-SEMIBOLD';
    }
        .license-price-result p.information::before {
            content: '';
            width: 1px;
            height: 1px;
            content: '\2714';
            color: #19ffb2;
            margin-right: 5px;
        }

        .license-price-result p.information:empty::before {
            display: none;
        }
        .license-price-result p.information-sc {
            color: #fff807;
            font-family: 'SF-Medium';
            background: #f154939c;
            display: inline-block;
            border-radius: 5px;
            padding: 3px 3px;
        }
        .license-price-result p.information-sc i {
            margin-right: 5px;
            font-size: 12px;
        }
      
            /* .license-price p:before{
    content: '\f006';
    float: left;
    margin-left: -1.5em;
    color: #0074D9;
} */
            .license-price-result a {
                /* font-family: 'SF-SEMIBOLD';
    float: right;
    background: #4cabff;
    padding: 5px 16px;
    border-radius: 10px;
    color: white; */
                font-family: 'SF-SEMIBOLD';
                float: right;
                background: #373b6a;
                padding: 6px 22px;
                border-radius: 15px;
                color: white;
                margin-top: 12px;
            }

    .license-price-result .price {
        font-size: 34px;
        text-align: right;
        color: var(--warning);
        font-family: 'SF-bold';
    }

        .license-price-result .price span {
            font-size: 22px;
            margin-right: 4px;
        }
        .license-price-result .price.discount-price {
            text-decoration: line-through;
            color: aliceblue;
            font-family: 'SF-Light';
            font-size: 20px;
            margin-bottom: 0px;
        }

        .license-price-result .price.discount-price span {
            font-size: 15px;
        }

.license-renew, .license-subscription-step1, .license-quantity-step1 {
    width: 112px !important;
    height: 102px !important;
}

.partnerid, .partnerid:focus {
    background: #f0f3ff;
    border: none;
    padding: 26px 20px;
    color: var(--indigo);
    font-family: 'SF-Medium';
}

.license-section::before {
    content: '';
    position: absolute;
    background: url(../images/Path2.png);
    top: -40px;
    left: 0;
    width: 612px;
    height: 630px;
    z-index: -1;
}

.license-section::after {
    content: '';
    position: absolute;
    background: url(../images/Path.png);
    bottom: -50px;
    right: 0;
    width: 612px;
    height: 630px;
    z-index:-1;
}

.disabledegign {
    opacity: .32;
    pointer-events: none;
}

.kanal-sayisi .upper {
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1em;
    color: #858fad;
    font-weight: 800;
    font-family: "SF-Bold";
}

    .kanal-sayisi .upper .left {
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }

    .kanal-sayisi .upper .right {
        align-items: center;
        display: flex;
    }

        .kanal-sayisi .upper .right .price {
            color: #293356;
            font-size: 2.7em;
            margin-right: 5px;
        }

.kanal-sayisi .toggle-container {
    text-align: right;
    color: #858fad;
    font-size: 0.95em;
    padding: 40px;
}

    .kanal-sayisi .toggle-container .show {
        display: none;
    }

    .kanal-sayisi .toggle-container .switch {
        position: relative;
        display: inline-block;
        width: 38px;
        height: 20px;
        margin: 0 15px;
    }

        .kanal-sayisi .toggle-container .switch .slide {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #cdd7ee;
            transition: 0.2s;
        }

            .kanal-sayisi .toggle-container .switch .slide:hover {
                background-color: #a5f3eb;
            }

            .kanal-sayisi .toggle-container .switch .slide:before {
                position: absolute;
                content: "";
                height: 14px;
                width: 14px;
                left: 3px;
                bottom: 3px;
                background-color: white;
                -webkit-transition: 0.4s;
                transition: 0.4s;
            }

            .kanal-sayisi .toggle-container .switch .slide.round {
                border-radius: 34px;
            }

                .kanal-sayisi .toggle-container .switch .slide.round:before {
                    border-radius: 50%;
                }

        .kanal-sayisi .toggle-container .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

            .kanal-sayisi .toggle-container .switch input:checked + .slide {
                background-color: #110e3d;
            }

            .kanal-sayisi .toggle-container .switch input:focus + .slide {
                box-shadow: 0 0 1px #190e49;
            }

            .kanal-sayisi .toggle-container .switch input:checked + .slide:before {
                transform: translateX(18px);
            }

    .kanal-sayisi .toggle-container .discount {
        background-color: #feece7;
        color: #ff8c66;
        font-size: 0.85em;
        padding: 1px 8px;
        border-radius: 15px;
        margin-left: 6px;
    }

.slider {
    width: 550px;
    padding: 0 40px;
}

    .slider input {
        background: linear-gradient(to right, #150c29 0%, #21153d 50%, #eee9ff 50%, #eaeefb 100%);
        border-radius: 8px;
        height: 8px;
        width: 100%;
        border-radius: 4px;
        outline: none;
        transition: all 450ms ease-in;
        -webkit-appearance: none;
    }

        .slider input::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: url(https://raw.githubusercontent.com/milenig/fend-mentor_pricing-component/3ccfd6b18e87377a950915288ef64c896969bf62/images/icon-slider.svg) #301e58 center no-repeat;
            box-shadow: 0px 10px 20px 0px rgba(37, 27, 80, 0.7);
            cursor: pointer;
            position: relative;
            transition: all 0.2s;
        }

            .slider input::-webkit-slider-thumb:hover {
                background: url(https://raw.githubusercontent.com/milenig/fend-mentor_pricing-component/3ccfd6b18e87377a950915288ef64c896969bf62/images/icon-slider.svg) #241b4d center no-repeat;
            }

            .slider input::-webkit-slider-thumb:active {
                cursor: grabbing;
                background: url(https://raw.githubusercontent.com/milenig/fend-mentor_pricing-component/3ccfd6b18e87377a950915288ef64c896969bf62/images/icon-slider.svg) #600dbe center no-repeat;
            }

@media only screen and (max-width: 610px) {
    .title {
        text-align: center;
    }

        .title .hide {
            display: block;
        }

    .kanal-sayisi .upper {
        flex-direction: column;
    }

    .kanal-sayisi .slider {
        width: 100%;
    }

    .discount .hide {
        display: none;
    }

    .bottom {
        flex-direction: column;
    }

        .bottom ul {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0;
        }

        .bottom button {
            width: 200px;
        }
}

@media only screen and (max-width: 400px) {
    .kanal-sayisi .toggle-container {
        text-align: center;
    }

        .kanal-sayisi .toggle-container .show {
            display: block;
        }
}

.kanal-sayisi {
    padding: 68px 12px;
    width: 576px;
}


.kanal-sayisi2 .upper {
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1em;
    color: #858fad;
    font-weight: 800;
    font-family: "SF-Bold";
}

    .kanal-sayisi2 .upper .left {
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }

    .kanal-sayisi2 .upper .right {
        align-items: center;
        display: flex;
    }

        .kanal-sayisi2 .upper .right .price {
            color: #293356;
            font-size: 2.7em;
            margin-right: 5px;
        }

.kanal-sayisi2 .toggle-container {
    text-align: right;
    color: #858fad;
    font-size: 0.95em;
    padding: 40px;
}

    .kanal-sayisi2 .toggle-container .show {
        display: none;
    }

    .kanal-sayisi2 .toggle-container .switch {
        position: relative;
        display: inline-block;
        width: 38px;
        height: 20px;
        margin: 0 15px;
    }

        .kanal-sayisi2 .toggle-container .switch .slide {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #cdd7ee;
            transition: 0.2s;
        }

            .kanal-sayisi2 .toggle-container .switch .slide:hover {
                background-color: #a5f3eb;
            }

            .kanal-sayisi2 .toggle-container .switch .slide:before {
                position: absolute;
                content: "";
                height: 14px;
                width: 14px;
                left: 3px;
                bottom: 3px;
                background-color: white;
                -webkit-transition: 0.4s;
                transition: 0.4s;
            }

            .kanal-sayisi2 .toggle-container .switch .slide.round {
                border-radius: 34px;
            }

                .kanal-sayisi2 .toggle-container .switch .slide.round:before {
                    border-radius: 50%;
                }

        .kanal-sayisi2 .toggle-container .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

            .kanal-sayisi2 .toggle-container .switch input:checked + .slide {
                background-color: #110e3d;
            }

            .kanal-sayisi2 .toggle-container .switch input:focus + .slide {
                box-shadow: 0 0 1px #190e49;
            }

            .kanal-sayisi2 .toggle-container .switch input:checked + .slide:before {
                transform: translateX(18px);
            }

    .kanal-sayisi2 .toggle-container .discount {
        background-color: #feece7;
        color: #ff8c66;
        font-size: 0.85em;
        padding: 1px 8px;
        border-radius: 15px;
        margin-left: 6px;
    }

.kanal-sayisi2 .slider {
    width: 550px;
    padding: 0 40px;
}

    .kanal-sayisi2 .slider input {
        background: linear-gradient(to right, #150c29 0%, #21153d 50%, #eee9ff 50%, #eaeefb 100%);
        border-radius: 8px;
        height: 8px;
        width: 100%;
        border-radius: 4px;
        outline: none;
        transition: all 450ms ease-in;
        -webkit-appearance: none;
    }

        .kanal-sayisi2 .slider input::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: url(https://raw.githubusercontent.com/milenig/fend-mentor_pricing-component/3ccfd6b18e87377a950915288ef64c896969bf62/images/icon-slider.svg) #301e58 center no-repeat;
            box-shadow: 0px 10px 20px 0px rgba(37, 27, 80, 0.7);
            cursor: pointer;
            position: relative;
            transition: all 0.2s;
        }

            .kanal-sayisi2 .slider input::-webkit-slider-thumb:hover {
                background: url(https://raw.githubusercontent.com/milenig/fend-mentor_pricing-component/3ccfd6b18e87377a950915288ef64c896969bf62/images/icon-slider.svg) #241b4d center no-repeat;
            }

            .kanal-sayisi2 .slider input::-webkit-slider-thumb:active {
                cursor: grabbing;
                background: url(https://raw.githubusercontent.com/milenig/fend-mentor_pricing-component/3ccfd6b18e87377a950915288ef64c896969bf62/images/icon-slider.svg) #600dbe center no-repeat;
            }

@media only screen and (max-width: 610px) {
    .kanal-sayisi2 .title {
        text-align: center;
    }

        .kanal-sayisi2 .title .hide {
            display: block;
        }

    .kanal-sayisi2 .upper {
        flex-direction: column;
    }

    .kanal-sayisi2 .slider {
        width: 100%;
    }

    .kanal-sayisi2 .discount .hide {
        display: none;
    }

    .kanal-sayisi2 .bottom {
        flex-direction: column;
    }

        .kanal-sayisi2 .bottom ul {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0;
        }

        .kanal-sayisi2 .bottom button {
            width: 200px;
        }
}

@media only screen and (max-width: 400px) {
    .kanal-sayisi2 .toggle-container {
        text-align: center;
    }

        .kanal-sayisi2 .toggle-container .show {
            display: block;
        }
}

.kanal-sayisi2 {
    padding: 68px 12px;
    width: 576px;
}


/**** Payment Section ******/
.payment-section {
    /*background: #f3f4f9;*/
    padding: 40px 0;
    font-family: "SF-Regular";
    color: #6b6f82;
    background-image: linear-gradient(to top, #dad3e7, #f3f4f9);
}

    .payment-section .content-header-title {
        font-weight: 500;
        letter-spacing: 1px;
        color: #464855;
        margin-right: 30px;
    }

    .payment-section .breadcrumb {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        font-size: 1rem;
        font-family: "SF-Regular";
        background-color: transparent;
    }

    .payment-section .breadcrumb-item + .breadcrumb-item {
        padding-left: 0.5rem;
    }

    .payment-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: "-";
    }

    .payment-section .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        color: #6b6f82;
        content: "/";
    }

    .payment-section .breadcrumb .breadcrumb-item a {
        color: #1e9ff2;
    }

    .payment-section #invoice-company-details .media img {
        width: 50px;
    }
    .payment-section #invoice-items-details .table {
        margin-bottom: 80px;
    }
    .payment-section #invoice-items-details .table.payment-money-table {
        margin-bottom: 30px;
    }

    .payment-section .card {
        margin-bottom: 1.875rem;
        border: none;
        box-shadow: 0 2px 18px 1px rgb(49 53 72 / 10%);
        border-radius: 30px;
        padding: 3.5rem !important;
        min-height: calc(100vh - 389px);
    }

    .payment-section .list-unstyled {
        font-family: 'SF-Light';
    }

/**** end Payment Section ******/

#NewStep3Content #company {
    background-color: rgb(0 255 196 / 29%);
    font-size: 18px;
    border-radius: 10px;
    margin-top: 10px;
    color: #009aff !important;
    padding: 6px 35px;
}
    #NewStep3Content #company::before {
        content: '';
        width: 1px;
        height: 1px;
    }

.license-price-result-add {
    text-align: center;
    display: block;
    /* margin: 0 auto; */
    position: relative;
    height: 50px;
    margin-top: 40px;
}

.add-to-card {
    padding: 18px 40px !important;
    cursor: pointer;
    color: #fff !important;
    background: #0bde99 !important;
    font-family: 'SF-SEMIBOLD';
    background: #373b6a;
    padding: 6px 22px;
    border-radius: 15px;
    margin-top: 12px;
    font-size: 18px;
}

.remove-item {
    cursor: pointer;
    color: #ff3489 !important;
    font-size: 14px;
}

.buy-license, .buy-license:hover, .buy-license:active, .buy-license:focus {
    background: #14e4b3 !important;
    border-radius: 30px;
    border: none !important;
    font-size: 18px;
    padding: 10px 20px;
}
    .buy-license i {
        font-size: 14px;
        margin-right:8px;
    }
#invoice-company-details h2 {
    font-family: 'SF-Regular';
    color: #9971ff;
}
#invoice-company-details p {
    font-family: 'SF-Regular';
    color: #a1aeb9;
}
#invoice-items-details .payment-description p {
    /*background: aliceblue;
    color: #0088ff;
    display: table-row-group;
    padding: 1px 17px;
    border-radius: 30px;
    float: left;
    margin-right: 5px;*/
    line-height: 2.60;
    display: inline;
    color: #0088ff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: aliceblue;
    padding: 0.5rem 1rem;
    filter: url('#goo');
    white-space: nowrap;
}
    #invoice-items-details .payment-description p:focus {
        outline: 0;
    }

#invoice-items-details .payment-description p::before {
    content: '';
    width: 1px;
    height: 1px;
    content: '\2714';
    color: #19ffb2;
    margin-right: 5px;
}
.payment-final-price {
    font-weight: bold;
    color: var(--warning);
    white-space: nowrap;
}
.payment-unit-price {
    font-family: 'SF-Medium';
    white-space:nowrap;
}
.payment-total {
    font-weight: bold;
    color: var(--pink);
    font-size: 32px;
    white-space: nowrap;
}
.payment-total-title {
    font-weight: bold;
    color: var(--pink);
}

    .payment-total::after {
    content: "";
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/664131/underline.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 10px;
    display: block;
}

    /** text effects **/
.r-link {
    --uirLinkDisplay: var(--rLinkDisplay, inline-block);
    --uirLinkTextColor: var(--rLinkTextColor);
    --uirLinkTextDecoration: var(--rLinkTextDecoration, none);
    display: var(--uirLinkDisplay) !important;
    color: var(--uirLinkTextColor) !important;
    text-decoration: var(--uirLinkTextDecoration) !important;
    font-size: 18px;
    font-family: 'SF-Regular';
}
.r-title {
    --uirTitleMarginTop: var(--rTitleMarginTop, 0);
    --uirTitleMarginBottom: var(--rTitleMarginBottom, 0);
    margin-top: var(--uirTitleMarginTop) !important;
    margin-bottom: var(--uirTitleMarginBottom) !important;
}

.animated-underline {
    --uiAnimatedUnderlineWidth: var(--animatedUnderlineWidth, 100%);
    --uiAnimatedUnderlineHeight: var(--animatedUnderlineHeight, 2px);
    --uiAnimatedUnderlineBgColor: var(--animatedUnderlineBgColor, currentColor);
    --uiAnimatedUnderlinePositionX: var(--animatedUnderlinePositionX, left);
    --uiAnimatedUnderlinePositionY: var(--animatedUnderlinePositionY, bottom);
    --rLinkDisplay: inline; /* 1 */
    background-image: linear-gradient(0, var(--uiAnimatedUnderlineBgColor) 0, var(--uiAnimatedUnderlineBgColor));
    background-size: var(--uiAnimatedUnderlineWidth) var(--uiAnimatedUnderlineHeight);
    background-position: var(--uiAnimatedUnderlinePositionX) var(--uiAnimatedUnderlinePositionY);
    background-repeat: no-repeat;
    -webkit-box-decoration-break: clone; /* 2 */
    box-decoration-break: clone; /* 2 */
    will-change: background-size;
    transition: background-size .25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    padding-left: 5px;
    padding-right: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 15px;
}

.animated-underline_type1 {
    --animatedUnderlineWidth: 100%;
}
    .animated-underline_type1:hover {
        --animatedUnderlineHeight: 100%;
    }
:root {
    --animatedUnderlineHeight: 0.5rem;
    --animatedUnderlineBgColor: var(--accentColor);
}
:root {
    --mainColor: #673AB7;
    --accentColor: #ffdeeb;
    --accentColorDark: #f15493;
    --blackColor: #222;
    --whiteColor: #fff;
    --rLinkTextColor: #4d4d92;
}
.news__title {
    line-height: 1.25;
}
    /** Text effects end**/

.license-subscription, .license-quantity, .renew-license-subscription {
    width: 110px !important;
    height: 95px !important;
}

.table thead th {
    white-space: nowrap;
}


/*.goo {
    line-height: 1.35;
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: var(--color-highlight);
    padding: 0.5rem 1rem;
    filter: url('#goo');
}*/
/*.goo:focus {
    outline: 0;
}
*/

.jp-post.-prev {
    transform: translateX(-100vw);
}
.jp-posts__nav {
    width: auto;
    height: auto;
    border-radius: 30px;
    background-color: white;
    color: darkgray;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 16%;
    transform: translateY(-50%);
    transition: all 300ms ease;
    z-index: 10;
    border: none;
    padding: 5px 14px;
    cursor:pointer;
}
    .jp-posts__nav.-next {
        right: 2vw;
        grid-area: next;
    }

    .jp-posts__nav.-prev {
        left: 2vw;
        grid-area: prev;
    }
    .jp-posts__nav:hover {
        box-shadow: 0 0 0 0.3em white;
        color: darkgray;
    }
        .jp-posts__nav:hover:focus {
            box-shadow: 0 0 0 0.3em white, 0 0 0 0.5em #adddff;
            color: darkgray;
        }

    .jp-posts__nav:focus {
        box-shadow: 0 0 0 0.2em #adddff;
        color: darkgray;
        outline: none;
    }
.jp-posts__nav i{
    margin-right:5px;
}


    .info-msg {
        margin: 10px 0;
        padding: 10px 25px;
        border-radius: 15px;
        font-family: 'SF-Regular';
        letter-spacing: 0.6px;
    }

.info-msg {
    color: #64baff;
    /*background-color: #eafaff;*/
}

    .info-msg a {
        line-height: 2.60;
        display: inline;
        color: #0088ff;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        background: #effbff;
        padding: 15px 25px;
        filter: url('#goo');
    }

    .info-msg a:focus {
        outline: 0;
    }

#wait {
    height: 40px;
    width: 40px;
    -webkit-animation: rotation 1s infinite linear;
    -moz-animation: rotation 1s infinite linear;
    -o-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear;
    border: 4px solid rgb(153 153 153 / 20%);
    border-radius: 100%;
     display: none; 
    margin: 14px auto;
}

    #wait:before {
        content: "";
        display: block;
        position: absolute;
        left: -1px;
        top: -4px;
        height: 100%;
        width: 100%;
        border-top: 4px solid rgb(37 255 147);
        border-left: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-right: 6px solid transparent;
        border-radius: 100%;
    }

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.dist {
    font-weight: bold;
    color: #fff807 !important;
    font-family: 'SF-Medium';
    background: #f154939c;
    display: inline-block;
    border-radius: 5px;
    padding: 3px 3px;
    float: right;
}

.logout-button {
    border-radius: 12px;
    background: #b4b4ff;
    color: #fff !important;
    display: inline-block;
    font-size: 12px;
    padding: 6px 15px;
    margin-top: -5px;
}

.license-menu{
    text-align:center;
}
    .license-menu p {
        display: inline-block;
        font-family: 'SF-Light';
        color: #788dff;
        margin-right:8px;
    }
        .license-menu p span {
            font-family: 'SF-Medium';
            color: #606073;
        }
/*** Intro Page ***/
.section-intro .license-item.selected {
    color: #e8e1f2 !important;
    font-family: 'SF-Semibold';
    background-image: linear-gradient( 114.91deg, #3b4461 15.51%, rgb(125 126 163) 75.84%), radial-gradient(circle at top left, #7f7fa4,rgb(104 102 145)) !important;
    box-shadow: 0px 8px 28px -6px rgb(24 39 75 / 12%), 0px 18px 88px -4px rgb(24 39 75 / 14%), 0px 3px 6px rgb(0 0 0 / 25%), 0px 4px 21px rgb(150 85 255 / 25%), 0px 4px 11px rgb(75 62 90 / 25%) !important;
}
.section-intro .license-item.selected:hover {
    color: #fff !important;
    }
.section-intro .license-item:hover, .license-section .license-item:hover {
    cursor: pointer;
    background: #f2f4f9;
    border: 2px solid #f4f2fb;
    color: #6e5bcc !important;
}
.section-intro .select-partner {
    
    position: relative;
    width: 400px;
}
.section-intro .intro-detail-section {
    width: 900px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    transition: margin 0.4s;
    margin-top: 40px;
}
    .section-intro .intro-detail-section h5 {
        color: #9e4eff;
        font-weight: bold;
        text-align: center;
        margin-top: 40px;
        font-family: "SF-Regular";
    }

.select-partner #company {
    background-color: rgb(0 255 196 / 29%);
    font-size: 18px;
    border-radius: 10px;
    margin-top: 10px;
    color: #009aff !important;
    padding: 6px 35px;
}
.select-partner .intro-next-button, .select-new-user .intro-next-button {
    background: #3c4562;
    border-color: #3d4663;
    color: #fff !important;
    padding: 10px 45px;
    border-radius: 14px;
    float: right;
}
.select-new-user form input {
    background: #f0f3ff;
    border: none;
    padding: 26px 20px;
    color: var(--indigo);
    font-family: 'SF-Medium';
}
/*** end Intro Page ***/