@font-face {
    font-family: "Poppins";
    font-weight: 200;
    font-style: normal;
    src: url("/fonts/Poppins-ExtraLight.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-weight: 400;
    font-style: normal;
    src: url("/fonts/Poppins-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-weight: 500;
    font-style: normal;
    src: url("/fonts/Poppins-Medium.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-weight: 700;
    font-style: normal;
    src: url("/fonts/Poppins-Bold.ttf");
    font-display: swap;
}

@-ms-viewport {
    width: device-width;
}

::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-track {
}

    ::-webkit-scrollbar-track:hover {
        background-color: rgba(244,244,244,0.5);
    }

::-webkit-scrollbar-thumb {
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 9999px;
    background-color: #babac0;
}

::-webkit-scrollbar-button {
    display: none
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea, a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

input, button {
    font-family: inherit;
}

select {
    -webkit-appearance: none;
    background-image: url('/images/down-arrow-black.svg');
}

button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

textarea {
    resize: vertical;
    height: 100px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1;
    font-family: "Poppins", sans-serif;
    color: #666F78;
    overflow: overlay;
}

::selection {
    color: #fff;
    background: #132b4a;
}

::-moz-selection {
    color: #fff;
    background: #132b4a;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #f5f8fa inset;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
    /*height: auto;*/
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

    a:hover, a:focus {
        text-decoration: none;
    }

    a:hover, a:active {
        outline: none;
    }

strong {
    font-weight: 500;
}

b {
    font-weight: 700;
}

input[type=button] {
    -webkit-appearance: none;
}

.body-m-w {
    max-width: 1100px;
    padding: 0 30px;
    margin: auto;
    width: calc(100% - 60px);
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid {
    display: grid;
}

.flex-col {
    flex-direction: column;
}

.flex-col-rev {
    flex-direction: column-reverse;
}

.flex-row {
    flex-direction: row;
}

.flex-row-rev {
    flex-direction: row-reverse;
}

.jus-con-around {
    justify-content: space-around !important;
}

.jus-con-start {
    justify-content: flex-start !important;
}

.jus-con-between {
    justify-content: space-between !important;
}

.a-i-flex-start {
    align-items: flex-start;
}

.a-i-i {
    align-items: inherit;
}

.disp-block {
    display: block;
}

/*SECTIONS*/
header {
    position: fixed;
    width: 100%;
    padding: 12px 0;
    z-index: 2;
}

.head-fixed {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(16,1,121,1) 0%, rgba(15,48,187,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(16,1,121,1) 0%, rgba(15,48,187,1) 100%);
    background: linear-gradient(90deg, rgba(16,1,121,1) 0%, rgba(15,48,187,1) 100%);
    -moz-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    -moz-box-shadow: 0px 0px 8px #10067f;
    -webkit-box-shadow: 0px 0px 8px #10067f;
    box-shadow: 0px 0px 8px #10067f;
}

#head-fixed {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(16,1,121,1) 0%, rgba(15,48,187,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(16,1,121,1) 0%, rgba(15,48,187,1) 100%);
    background: linear-gradient(90deg, rgba(16,1,121,1) 0%, rgba(15,48,187,1) 100%);
    -moz-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    -moz-box-shadow: 0px 0px 8px #10067f;
    -webkit-box-shadow: 0px 0px 8px #10067f;
    box-shadow: 0px 0px 8px #10067f;
}

.site-a-1 {
    color: #fff;
    padding: 16px 20px;
    text-transform: uppercase;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(163deg, rgba(61,241,246,1) 0%, rgba(0,158,183,1) 100%);
    background: -webkit-linear-gradient(163deg, rgba(61,241,246,1) 0%, rgba(0,158,183,1) 100%);
    background: linear-gradient(163deg, rgba(61,241,246,1) 0%, rgba(0,158,183,1) 100%);
    font-weight: 500;
    border-radius: 4px;
    display: inline-block;
    font-size: 0.9em;
}

    .site-a-1:hover {
        background: rgb(0,0,0);
        background: -moz-linear-gradient(163deg, rgb(0 203 209) 0%, rgba(0,158,183,1) 100%);
        background: -webkit-linear-gradient(163deg, rgb(0 203 209) 0%, rgba(0,158,183,1) 100%);
        background: linear-gradient(163deg, rgb(0 203 209) 0%, rgba(0,158,183,1) 100%);
    }

.site-a-2 {
    color: #11243E;
    border: 1px solid #11243E;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 4px;
    display: inline-block;
    font-size: 0.9em;
}

    .site-a-2:hover {
        color: #469CB4;
        border: 1px solid #469CB4;
    }

.about {
}

.p-s-sd {
    position: relative;
    top: -100px;
}

    .p-s-sd .item {
        width: 100%;
        padding: 20px 40px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        -moz-box-shadow: 0px 1px 3px #b5b5b5;
        -webkit-box-shadow: 0px 1px 3px #b5b5b5;
        box-shadow: 0px 1px 3px #b5b5b5;
        text-align: center;
        min-height: 170px;
        background-color: #fff;
        -moz-transition: 0.15s all ease-in-out;
        -webkit-transition: 0.15s all ease-in-out;
        transition: 0.15s all ease-in-out;
        position: relative;
        top: 0;
    }

        .p-s-sd .item:hover {
            top: -15px !important;
            -moz-box-shadow: 0px 1px 13px #b5b5b5;
            -webkit-box-shadow: 0px 1px 13px #b5b5b5;
            box-shadow: 0px 1px 13px #b5b5b5;
        }

        .p-s-sd .item label {
            font-weight: 500;
            font-size: 1.1em;
            cursor: pointer;
        }

        .p-s-sd .item p {
            margin-top: 12px;
            font-size: 0.9em;
            line-height: 1.2;
        }

        .p-s-sd .item:first-child {
            border-bottom: 5px solid #53A9BE;
        }

            .p-s-sd .item:first-child label {
                color: #53A9BE;
            }

        .p-s-sd .item:nth-child(2) {
            border-bottom: 5px solid #3444AF;
            margin: 0 40px;
        }

            .p-s-sd .item:nth-child(2) label {
                color: #3444AF;
            }

        .p-s-sd .item:last-child {
            border-bottom: 5px solid #CF5096;
        }

            .p-s-sd .item:last-child label {
                color: #CF5096;
            }

        .p-s-sd .item div {
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            width: 70px;
            height: 70px;
            margin: auto;
            margin-bottom: 15px;
        }

.cir-product {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(163deg, rgba(123,238,242,1) 0%, rgba(70,156,180,1) 100%);
    background: -webkit-linear-gradient(163deg, rgba(123,238,242,1) 0%, rgba(70,156,180,1) 100%);
    background: linear-gradient(163deg, rgba(123,238,242,1) 0%, rgba(70,156,180,1) 100%);
}

.cir-solution {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(163deg, rgba(15,60,203,1) 0%, rgba(15,28,138,1) 100%);
    background: -webkit-linear-gradient(163deg, rgba(15,60,203,1) 0%, rgba(15,28,138,1) 100%);
    background: linear-gradient(163deg, rgba(15,60,203,1) 0%, rgba(15,28,138,1) 100%);
}

.cir-schedule-demo {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(163deg, rgba(239,38,147,1) 0%, rgba(230,44,117,1) 100%);
    background: -webkit-linear-gradient(163deg, rgba(239,38,147,1) 0%, rgba(230,44,117,1) 100%);
    background: linear-gradient(163deg, rgba(239,38,147,1) 0%, rgba(230,44,117,1) 100%);
}

.bg-clr-1 {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(244,241,252,1) 0%, rgba(253,252,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(244,241,252,1) 0%, rgba(253,252,255,1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(244,241,252,1) 0%, rgba(253,252,255,1) 100%);
}

.bg-clr-2 {
    background-color: #0A2540;
}

.about-main {
    padding-bottom: 120px;
    position: relative;
}

    .about-main:before {
        position: absolute;
        content: '';
        width: 140px;
        height: 140px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: rgb(0,0,0);
        background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(244,241,252,1) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(244,241,252,1) 0%, rgba(255,255,255,1) 100%);
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(244,241,252,1) 0%, rgba(255,255,255,1) 100%);
        left: -40px;
        top: 0px;
        z-index: -1;
    }

.about-box {
    -moz-box-shadow: 0px 0px 18px #e6e4ed;
    -webkit-box-shadow: 0px 0px 18px #e6e4ed;
    box-shadow: 0px 0px 18px #e6e4ed;
    padding: 20px;
    width: 220px;
    height: 150px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

    .about-box p {
        text-align: center;
        color: #161B25;
        line-height: 1.2;
        margin-top: 20px;
        font-weight: 500;
    }

.about-video {
}

    .about-video label {
        color: #60D2DE;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-size: 0.9em;
    }

    .about-video h2 {
        margin: 20px 0;
        color: #161B25;
        line-height: 1.2;
        font-size: 1.8em;
        font-weight: 500;
    }

    .about-video p {
        line-height: 1.6;
        margin-bottom: 30px;
    }

.play {
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #F522A7;
}

.video-img {
    width: 340px;
    height: 200px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #1E4B88;
    -moz-box-shadow: 0px 0px 18px #e6e4ed;
    -webkit-box-shadow: 0px 0px 18px #e6e4ed;
    box-shadow: 0px 0px 18px #e6e4ed;
    background-image: url('/images/video-thumbnail.jpg');
    background-size: contain;
    cursor: pointer;
}

    .video-img:hover .play {
        -moz-box-shadow: 0px 0px 23px #feeaf7;
        -webkit-box-shadow: 0px 0px 23px #feeaf7;
        box-shadow: 0px 0px 23px #feeaf7;
    }

.products {
    padding: 100px 0 200px 0;
}

    .products h2 {
        color: #161B25;
        font-weight: 700;
        font-size: 2em;
        text-align: center;
        margin-bottom: 20px;
    }

    .products h3 {
        color: #161B25;
        font-weight: 400;
        font-size: 0.9em;
        text-align: center;
        margin-bottom: 80px;
        text-transform: uppercase;
    }

    .products h4 {
        color: #4395B7;
        font-weight: 700;
        font-size: 1.4em;
        margin-bottom: 20px;
    }

    .products p {
        margin-bottom: 20px;
        line-height: 1.5;
    }

.prod-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 60px;
}

    .prod-row:nth-child(odd) {
        text-align: right;
    }

    .prod-row:nth-child(even) {
        text-align: left;
        flex-direction: row-reverse;
    }

.prod-row-text {
    width: 100%;
}

.prod-row-img {
    width: 100%;
    text-align: center;
}

    .prod-row-img img {
        padding: 25px;
        max-width: calc(100% - 50px);
    }

.solutions {
    background-color: #0A2540;
    padding-bottom: 50px;
}

    .solutions h2 {
        color: #fff;
        font-weight: 700;
        font-size: 2em;
        text-align: center;
        margin-bottom: 20px;
    }

    .solutions h3 {
        color: #fff;
        font-weight: 400;
        font-size: 0.9em;
        text-align: center;
        margin-bottom: 40px;
        text-transform: uppercase;
    }

    .solutions h4 {
        margin: 0;
        font-weight: 500;
        color: #ffffff;
        font-size: 0.9em;
    }

    .solutions h5 {
        padding-top: 6px;
        font-weight: 200;
        color: #ffffff;
        font-size: 0.8em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 1.3;
    }

    .solutions p {
        font-weight: 200;
        color: #ffffff;
        font-size: 1em;
        line-height: 1.3;
        text-align: center;
        margin-bottom: 20px;
    }

.pd-circle {
    width: 300px;
    height: 300px;
    border: 2px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    background-color: #0a2540;
}

    .pd-circle div {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .pd-circle div:first-child {
            margin: 15px;
            width: 270px;
            height: 270px;
            background-color: #38495e;
        }

            .pd-circle div:first-child div {
                margin: 15px;
                width: 240px;
                height: 240px;
                background-color: #fff;
                flex-direction: column;
            }

                .pd-circle div:first-child div img:first-child {
                    margin-bottom: 20px;
                }

.solutions-flower {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.sol-l {
    width: 320px;
    height: 100px;
    margin: 60px;
    position: relative;
    -moz-border-radius-topright: 100px;
    -webkit-border-top-right-radius: 100px;
    border-top-right-radius: 100px;
    -moz-border-radius-bottomright: 100px;
    -webkit-border-bottom-right-radius: 100px;
    border-bottom-right-radius: 100px;
    -moz-border-radius-topleft: 10%;
    -webkit-border-top-left-radius: 10%;
    border-top-left-radius: 10%;
    -moz-border-radius-bottomleft: 10%;
    -webkit-border-bottom-left-radius: 10%;
    border-bottom-left-radius: 10%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row-reverse;
    text-align: right;
    -moz-transition: 0.1s all ease-in-out;
    -webkit-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
}

    .sol-l:hover {
        -webkit-filter: drop-shadow(-3px 2px 20px rgba(130,130,130,1));
        filter: drop-shadow(-3px 2px 20px rgba(130,130,130,1));
    }

    .sol-l:before {
        position: absolute;
        content: "";
        width: 0px;
        height: 0;
        border-top: 47px solid transparent;
        border-bottom: 45px solid transparent;
        left: -50px;
        top: 4px;
        clip-path: polygon(50% -325%, 230% 300%, 0 100%);
    }

    .sol-l:after {
        position: absolute;
        content: "";
        background-color: #ffffff;
    }

.sol-r {
    width: 320px;
    height: 100px;
    margin: 60px;
    position: relative;
    -moz-border-radius-topright: 10%;
    -webkit-border-top-right-radius: 10%;
    border-top-right-radius: 10%;
    -moz-border-radius-bottomright: 10%;
    -webkit-border-bottom-right-radius: 10%;
    border-bottom-right-radius: 10%;
    -moz-border-radius-topleft: 100px;
    -webkit-border-top-left-radius: 100px;
    border-top-left-radius: 100px;
    -moz-border-radius-bottomleft: 100px;
    -webkit-border-bottom-left-radius: 100px;
    border-bottom-left-radius: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    text-align: left;
    -moz-transition: 0.1s all ease-in-out;
    -webkit-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
}

    .sol-r:hover {
        -webkit-filter: drop-shadow(3px 2px 20px rgba(130,130,130,1));
        filter: drop-shadow(3px 2px 20px rgba(130,130,130,1));
    }

    .sol-r:before {
        position: absolute;
        content: "";
        width: 0px;
        height: 0;
        border-top: 47px solid transparent;
        border-bottom: 45px solid transparent;
        right: -50px;
        top: 4px;
        clip-path: polygon(0% -328%, 98% 57%, 0 100%);
    }

    .sol-r:after {
        position: absolute;
        content: "";
        background-color: #ffffff;
    }

.sol-1 {
    background-color: #584AF4;
    left: 150px;
}

    .sol-1:before {
        border-right: 50px solid #584AF4;
    }

    .sol-1:after {
        width: 3px;
        height: 65px;
        top: 86px;
        right: 3px;
        transform: rotateZ(-30deg);
    }

.sol-2 {
    background-color: #1524A3;
}

    .sol-2:before {
        border-right: 50px solid #1524A3;
    }

    .sol-2:after {
        width: 3px;
        height: 69px;
        top: 40px;
        right: -32px;
        transform: rotateZ(-70deg);
    }

.sol-3 {
    background-color: #419387;
}

    .sol-3:before {
        border-right: 50px solid #419387;
    }

    .sol-3:after {
        width: 3px;
        height: 69px;
        top: -9px;
        right: -32px;
        transform: rotateZ(70deg);
    }

.sol-4 {
    background-color: #3E8BAC;
    left: 150px;
}

    .sol-4:before {
        border-right: 50px solid #3E8BAC;
    }

    .sol-4:after {
        width: 3px;
        height: 64px;
        top: -49px;
        right: 1px;
        transform: rotateZ(30deg);
    }

.sol-5 {
    background-color: #D63763;
    right: 150px;
}

    .sol-5:before {
        border-left: 50px solid #D63763;
    }

    .sol-5:after {
        width: 3px;
        height: 64px;
        top: -49px;
        left: 1px;
        transform: rotateZ(-30deg);
    }

.sol-6 {
    background-color: #603CAF;
}

    .sol-6:before {
        border-left: 50px solid #603CAF;
    }

    .sol-6:after {
        width: 3px;
        height: 69px;
        top: -9px;
        left: -32px;
        transform: rotateZ(-70deg);
    }

.sol-7 {
    background-color: #4893EB;
}

    .sol-7:before {
        border-left: 50px solid #4893EB;
    }

    .sol-7:after {
        width: 3px;
        height: 69px;
        top: 40px;
        left: -32px;
        transform: rotateZ(70deg);
    }

.sol-8 {
    background-color: #8F31AA;
    right: 150px;
}

    .sol-8:before {
        border-left: 50px solid #8F31AA;
    }

    .sol-8:after {
        width: 3px;
        height: 65px;
        top: 86px;
        left: 3px;
        transform: rotateZ(30deg);
    }

.solutions-circle {
    width: 70px;
    height: 70px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 15px;
    background-color: #F2EFFC;
    -moz-transition: 0.1s all ease-in-out;
    -webkit-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
}

.sol-l:hover .solutions-circle {
    -moz-box-shadow: 0px 3px 8px #262626;
    -webkit-box-shadow: 0px 3px 8px #262626;
    box-shadow: 0px 3px 8px #262626;
}

.sol-r:hover .solutions-circle {
    -moz-box-shadow: 0px 3px 8px #262626;
    -webkit-box-shadow: 0px 3px 8px #262626;
    box-shadow: 0px 3px 8px #262626;
}

.solutions-text {
    width: calc(100% - 100px);
    padding: 15px 0;
}

.dot {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px #b7b7b7;
}

.dot-1 {
    top: 0;
    left: 94px;
}

.dot-2 {
    top: 100px;
    left: -2px;
}

.dot-3 {
    bottom: 100px;
    left: -2px;
}

.dot-4 {
    bottom: 0;
    left: 94px;
}

.dot-5 {
    bottom: 0;
    right: 94px;
}

.dot-6 {
    bottom: 100px;
    right: -2px;
}

.dot-7 {
    top: 100px;
    right: -2px;
}

.dot-8 {
    top: 0;
    right: 94px;
}

.testimonials {
    padding: 100px 0 70px 0;
}

    .testimonials label {
        color: #60D2DE;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-size: 0.9em;
    }

    .testimonials h2 {
        color: #161B25;
        font-weight: 700;
        font-size: 2.2em;
        margin: 20px 0;
    }

.t-left {
    width: calc(50% - 50px);
    padding-right: 50px;
}

.test-num {
    width: 450px;
    height: 460px;
    position: relative;
}

    .test-num div {
        position: absolute;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        opacity: 0.8;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .test-num label {
        color: #ffffff;
        font-size: 1.7em;
        font-weight: 500;
        text-align: center;
        text-transform: initial;
        margin-bottom: 0;
    }

    .test-num span {
        font-size: 1.2em;
        color: #ffffff;
        font-weight: 100;
        text-align: center;
    }

    .test-num .cir-1 {
        width: 214px;
        height: 214px;
        background-color: #7784E4;
        top: 50px;
        left: 50px;
    }

    .test-num .cir-2 {
        width: 167px;
        height: 167px;
        background-color: #E58CBB;
        right: 5px;
        top: 157px;
    }

    .test-num .cir-3 {
        width: 231px;
        height: 231px;
        background-color: #87CFE3;
        bottom: 4px;
        left: 130px;
    }

    .test-num .cir-4 {
        width: 28px;
        height: 28px;
        background-color: #A196F8;
        bottom: 124px;
        left: 9px;
    }

    .test-num .cir-5 {
        width: 10px;
        height: 10px;
        background-color: #84CCE3;
        bottom: 164px;
        left: 78px;
    }

    .test-num .cir-6 {
        width: 10px;
        height: 10px;
        background-color: #4D73DB;
        top: 8px;
        right: 132px;
    }

    .test-num .cir-7 {
        width: 24px;
        height: 24px;
        background-color: #57A8C5;
        top: 81px;
        right: 113px;
    }

    .test-num .cir-8 {
        width: 10px;
        height: 10px;
        background-color: #9AD6FB;
        top: 84px;
        right: 13px;
    }

    .test-num .cir-9 {
        width: 20px;
        height: 20px;
        background-color: #7381E4;
        bottom: 88px;
        right: 22px;
    }

.t-right {
    width: calc(50% - 50px);
    padding-left: 50px;
}

.testimonial-item {
    padding: 30px 15px;
    width: calc(100% - 90px);
    -moz-box-shadow: 0px 0px 27px #efefef;
    -webkit-box-shadow: 0px 0px 27px #efefef;
    box-shadow: 0px 0px 27px #efefef;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    min-height: 573px;
    text-align: center;
    margin: 30px;
    position: relative;
}

    .testimonial-item h3 {
        color: #39374B;
        font-size: 1.2em;
        font-weight: 500;
        margin: 25px;
        line-height: 1.3;
    }

    .testimonial-item h4 {
        font-size: 1em;
        font-weight: 200;
        line-height: 1.5;
        max-height: 220px;
        overflow: auto;
    }

    .testimonial-item label {
        color: #39374B;
        font-size: 1em;
        margin: 8px 0;
        font-weight: 500;
        display: block;
        text-transform: uppercase;
    }

    .testimonial-item span {
        color: #B7B7B7;
        font-size: 0.9em;
        text-transform: uppercase;
    }

.test-who {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 30px);
}

.t-circle {
    width: 80px;
    height: 80px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #E3E3E3;
    -moz-box-shadow: -1px 0px 2px #000000;
    -webkit-box-shadow: -1px 0px 2px #000000;
    box-shadow: -1px 0px 2px #000000;
    margin: auto;
    margin-top: 50px;
    overflow: hidden;
}

    .t-circle img {
        width: 100%;
    }

.news-blog {
    padding: 80px 0 100px 0;
}

    .news-blog h2 {
        color: #161B25;
        font-weight: 700;
        font-size: 2em;
        text-align: center;
        margin-bottom: 20px;
    }

    .news-blog h3 {
        color: #161B25;
        font-weight: 400;
        margin: auto;
        font-size: 0.9em;
        text-align: center;
        margin-bottom: 80px;
        text-transform: uppercase;
        line-height: 1.2;
        max-width: 80%;
    }

.blog-item {
    -moz-box-shadow: 0px 0px 18px #e6e4ed;
    -webkit-box-shadow: 0px 0px 18px #e6e4ed;
    box-shadow: 0px 0px 18px #e6e4ed;
    width: 100%;
    height: auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -moz-transition: 0.1s all ease-in-out;
    -webkit-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    min-height: 577px;
}

    .blog-item:hover {
        -moz-box-shadow: 0px 0px 18px #d7d4df;
        -webkit-box-shadow: 0px 0px 18px #d7d4df;
        box-shadow: 0px 0px 18px #d7d4df;
    }

    .blog-item:nth-child(2) {
        margin: 0 40px;
    }

    .blog-item img {
        margin: 10px;
        width: calc(100% - 20px);
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        max-height: 188px;
    }

    .blog-item label {
        padding: 8px 20px 8px 28px;
        background-color: #DEEFF4;
        color: #58A9C5;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        font-size: 0.8em;
        position: relative;
    }

        .blog-item label:before {
            position: absolute;
            content: '';
            width: 12px;
            height: 12px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background-color: #A1D1E0;
            left: 10px;
            top: 11px;
        }

    .blog-item h4 {
        color: #39374B;
        font-weight: 500;
        font-size: 1.1em;
        margin: 30px 0 20px 0;
        line-height: 1.2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

        .blog-item h4:hover {
            color: #469cb4;
        }

    .blog-item p {
        font-weight: 200;
        line-height: 1.6;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

    .blog-item span {
        color: #469CB4;
        text-transform: uppercase;
        font-size: 1em;
        font-weight: 500;
        border-bottom: 1px solid #469CB4;
        margin: 15px 0 10px 0;
        display: inline-block;
        padding-bottom: 4px;
    }

        .blog-item span:hover {
            color: #D5457B;
            border-bottom: 1px solid #D5457B;
        }

.promotion {
    padding: 80px 0;
}

.promo-after {
    position: relative;
}

    .promo-after:after {
        position: absolute;
        content: '';
        opacity: 0.5;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background-color: #c5caf9;
        width: 120px;
        height: 120px;
        bottom: -42px;
        right: 0;
        z-index: 0;
    }

footer {
    background-color: #0A2540;
}

    footer p {
        color: #B6BEC6;
        margin: 15px 0;
        line-height: 1.4;
        font-size: 0.9em;
    }

    footer span {
        color: #B6BEC6;
        line-height: 1.4;
        font-size: 0.9em;
        text-transform: uppercase;
    }

.footer-cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.s-m {
    width: 36px;
    height: 36px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 12px;
}

    .s-m:hover {
        background: #41a4b7;
    }

.footer-row {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #2a4868;
}

    .footer-row:last-child {
        border-bottom: none;
    }

    .footer-row label {
        font-weight: 500;
        color: #fff;
        cursor: pointer;
    }

.footer-col {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 0 30px;
}

    .footer-col label {
        margin: 19px 0;
        font-size: 0.9em;
        cursor: inherit;
    }

    .footer-col:first-child {
        padding-left: 0 !important;
    }

        .footer-col:first-child a {
            margin: inherit !important;
        }

    .footer-col a {
        color: #B6BEC6;
        margin-bottom: 15px;
        font-size: 0.9em;
    }

        .footer-col a:hover {
            color: #fff;
        }

.foot-prod {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.f-sep {
    width: 1px;
    height: 60px;
    background-color: #2a4868;
}

.f-cir {
    -moz-transition: 0.1s all ease-in-out;
    -webkit-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    position: relative;
    top: 0;
}

    .f-cir:hover {
        top: -10px;
    }

        .f-cir:hover .foot-prod {
            -moz-box-shadow: 0px 3px 13px #cdcdcd;
            -webkit-box-shadow: 0px 3px 13px #cdcdcd;
            box-shadow: 0px 3px 13px #cdcdcd;
            -moz-transition: 0.1s all ease-in-out;
            -webkit-transition: 0.1s all ease-in-out;
            transition: 0.1s all ease-in-out;
        }

.foot-terms a {
    color: #B6BEC6;
    font-size: 0.9em;
    text-decoration: underline;
    margin: 0 10px;
}

    .foot-terms a:hover {
        color: #fff;
    }
/*SECTIONS*/
.logo {
    width: 18%;
}

nav {
    padding-left: 50px;
    width: 82%;
}

    nav ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        min-height: 50px;
    }

        nav ul:first-child {
            border-bottom: 1px solid #414681;
            padding-bottom: 10px;
        }

        nav ul li {
            display: inherit;
            position: relative;
        }

            nav ul li a {
                color: #ffffff;
                padding: 12px 20px;
                margin: 0 10px;
                font-size: 0.9em;
            }

.signup {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(212,64,117,1) 0%, rgba(225,61,163,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(212,64,117,1) 0%, rgba(225,61,163,1) 100%);
    background: linear-gradient(90deg, rgba(212,64,117,1) 0%, rgba(225,61,163,1) 100%);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid transparent;
}

    .signup:hover {
        background: rgb(0,0,0);
        background: -moz-linear-gradient(90deg, rgba(212,64,117,1) 0%, rgb(197 29 133) 100%);
        background: -webkit-linear-gradient(90deg, rgba(212,64,117,1) 0%, rgb(197 29 133) 100%);
        background: linear-gradient(90deg, rgba(212,64,117,1) 0%, rgb(197 29 133) 100%);
    }

.login {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #fff;
    background-image: url('/images/login.svg');
    margin: 0 25px;
    background-position: 8px center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 36px;
}

    .login:hover {
        border: 1px dashed #fff;
    }

.menu-lang {
    width: 244px !important;
    margin-left: calc(50% - 100px) !important;
}

    .menu-lang table {
        border-collapse: separate;
        border-spacing: 1px;
    }

        .menu-lang table td {
            padding: 10px;
            border: 1px solid #f3f3f3;
            text-align: center;
            cursor: pointer;
            background-color: #fff;
        }

            .menu-lang table td:hover {
                background-color: #F7F7F7 !important;
            }

            .menu-lang table td label {
                color: #132b4a;
                margin-top: 10px;
                font-size: 0.8em;
                display: block;
                cursor: pointer;
            }

.lang-active {
    background-color: #F7F7F7 !important;
    border: 1px solid #34e5ed !important;
}

.menu-res {
    right: -80px;
    width: 420px !important;
}

    .menu-res:after {
        right: 86px;
        left: initial !important;
    }

.m-r-0 {
    margin-right: 0 !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-25 {
    padding-right: 25px;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.p-t-100 {
    padding-top: 100px;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-r-100 {
    padding-right: 100px;
}

.p-l-100 {
    padding-left: 100px;
}

.p-100-0 {
    padding: 180px 0 100px 0;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-b-80 {
    margin-bottom: 80px !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-t-b-30 {
    margin: 30px 0 !important;
}

.m-l-r-40 {
    margin: -80px 40px 0 40px;
}

.m-l-8 {
    margin-left: 8px;
}

.hei-100 {
    height: 100%;
}

.m-w-1000 {
    max-width: 1000px;
}

.m-w-750 {
    max-width: 750px !important;
}

.m-w-680 {
    max-width: 680px !important;
}

.wid-40 {
    width: 40%;
}

.t-a-l {
    text-align: left !important;
}

.t-a-r {
    text-align: right;
}

.t-a-c {
    text-align: center;
}

.top-150 {
    top: -150px;
}

.m-20-30 {
    margin: 20px 30px;
}

.arrow:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-image: url('/images/down-arrow.svg');
    margin: 3px;
    margin-left: 6px;
}

.contact:after {
    position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    background-image: url('/images/e-mail.svg');
    background-size: contain;
    margin-left: 6px;
    margin-top: -1px;
}

.menu {
    padding: 30px;
    background-color: #fff;
    position: absolute;
    width: 700px;
    margin-left: calc(50% - 350px);
    top: 60px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 10px #3a3a3a;
    -webkit-box-shadow: 1px 1px 10px #3a3a3a;
    box-shadow: 1px 1px 10px #3a3a3a;
    z-index: 2;
    display: none;
}

    .menu:after {
        position: absolute;
        content: '';
        border-color: transparent transparent #ffffff;
        border-style: solid;
        border-width: 0 11px 15px;
        top: -14px;
        left: calc(50% + 4px);
    }

    .menu:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 50px;
        background-color: transparent;
        top: -34px;
        left: 0;
    }

.hover:hover .menu {
    display: flex;
}

.sub-menu tr td {
    padding: 12px 0;
    vertical-align: top;
    width: 50%;
}

    .sub-menu tr td:first-child {
        padding-right: 15px;
    }

.m-head {
    font-size: 1.1em;
    margin-bottom: 12px;
    font-weight: 500;
}

.m-sub-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #a7adb2;
}

    .m-sub-item:hover {
        color: #132b4a;
    }

.menu a {
    padding: 12px 0 !important;
    margin: 0 !important;
}

.m-l-a {
    color: #132b4a;
    text-decoration: underline !important;
}

.menu hr {
    border: 1px solid #eeeeee;
    width: 100%;
    margin-bottom: 20px;
}

.m-sub-item p {
    margin-left: 15px;
    font-size: 0.9em;
    line-height: 1.5;
}

    .m-sub-item p strong {
        color: #132b4a !important;
        font-size: 1.2em;
    }

.clr-gry {
    color: #656C78;
}

.clr-green {
    color: #4395B7 !important;
}

.clr-red {
    color: #d34545 !important;
}

.reaction {
    padding: 60px 160px;
    background-color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 20px #c5c5c5;
    -webkit-box-shadow: 0px 0px 20px #c5c5c5;
    box-shadow: 0px 0px 20px #c5c5c5;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .reaction h2 {
        color: #132b4a;
        font-size: 2.1em;
        margin: 10px;
        line-height: 1.4;
    }

    .reaction h3 {
        color: #132b4a;
        margin: 10px;
        font-weight: 400;
        line-height: 1.3;
        font-size: 1em;
        text-transform: initial;
    }

    .reaction a {
        margin: 20px 10px 10px 10px;
    }

    .reaction .cir {
        position: absolute;
        opacity: 0.5;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .reaction .cir-1 {
        background-color: #77dbe9;
        width: 20px;
        height: 20px;
        left: 30px;
        top: 30px;
    }

    .reaction .cir-2 {
        background-color: #f9cddf;
        width: 84px;
        height: 84px;
        right: 30px;
        top: -32px;
    }

    .reaction .cir-3 {
        background-color: #c1e5f1;
        width: 82px;
        height: 82px;
        bottom: 30px;
    }

    .reaction .cir-4 {
        background-color: #a5e5ef;
        width: 84px;
        height: 84px;
        right: 30px;
        top: -32px;
    }

    .reaction .cir-5 {
        background-color: #f5add2;
        width: 82px;
        height: 82px;
        bottom: -30px;
        left: -20px;
    }

    .reaction .cir-6 {
        background-color: transparent;
        border: 1px solid #F486BD;
        width: 130px;
        height: 130px;
        bottom: -74px;
        left: -10px;
    }

/*LANDING PAGE*/
.landing-home {
    background-image: url(/images/home-bg.svg);
    height: 260px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
}

    .landing-home h1 {
        color: #fff;
        font-size: 2em;
        margin-bottom: 20px;
        text-align: center;
    }

    .landing-home label {
        color: #D4D8EC;
        font-size: 0.9em;
    }

.landing-entry {
    padding: 75px 0;
}

    .landing-entry label {
        color: #60D2DE;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 0.9em;
    }

    .landing-entry h2 {
        color: #161B25;
        font-weight: 400;
        font-size: 2em;
        margin: 10px 0 20px 0;
        line-height: 1.2;
    }

    .landing-entry .item {
        width: 100%;
        padding: 30px;
        min-height: 84px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        -moz-box-shadow: 0px 1px 3px #b5b5b5;
        -webkit-box-shadow: 0px 1px 3px #b5b5b5;
        box-shadow: 0px 1px 3px #b5b5b5;
        text-align: center;
        background-color: #fff;
        -moz-transition: 0.15s all ease-in-out;
        -webkit-transition: 0.15s all ease-in-out;
        transition: 0.15s all ease-in-out;
        position: relative;
        top: 0;
    }

        .landing-entry .item:hover {
            top: -15px !important;
            -moz-box-shadow: 0px 1px 13px #b5b5b5;
            -webkit-box-shadow: 0px 1px 13px #b5b5b5;
            box-shadow: 0px 1px 13px #b5b5b5;
        }

        .landing-entry .item:first-child {
            border-bottom: 5px solid #378FD2;
        }

        .landing-entry .item:nth-child(2) {
            border-bottom: 5px solid #8773EC;
            margin: 0 20px 0 40px;
        }

        .landing-entry .item:nth-child(3) {
            border-bottom: 5px solid #E06A90;
            margin: 0 40px 0 20px;
        }

        .landing-entry .item:last-child {
            border-bottom: 5px solid #0397B5;
        }

        .landing-entry .item span {
            display: block;
            margin-top: 25px;
            font-weight: 700;
            color: #161B25;
        }

.about-text {
    color: #60D2DE;
    text-transform: uppercase;
    font-weight: 700;
}

.landing-entry p, .landing-def p {
    line-height: 1.5;
    margin-bottom: 20px;
}

.landing-def .prod-row {
    text-align: left !important;
}

    .landing-def .prod-row:nth-child(even) {
        flex-direction: row;
    }

    .landing-def .prod-row:nth-child(odd) {
        flex-direction: row-reverse;
    }

.landing-def ul {
    margin-left: 20px;
    list-style-image: url('/images/green-dot.svg');
}

    .landing-def ul li {
        color: #3E434A;
        margin-bottom: 12px;
    }

.region h4 {
    font-size: 1em !important;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.region {
    padding-right: 50px;
}

    .region:last-child {
        padding-right: 0;
    }

    .region h5 {
        font-size: 0.9em !important;
    }

.reg-clr-1 {
    border-bottom: 2px solid #5B49FD;
}

.reg-clr-2 {
    border-bottom: 2px solid #019587;
}

.reg-clr-3 {
    border-bottom: 2px solid #6176F1;
}

.reg-clr-4 {
    border-bottom: 2px solid #44DAA6;
}

.reg-clr-5 {
    border-bottom: 2px solid #3DA5DD;
}

.reg-clr-6 {
    border-bottom: 2px solid #2095F2;
}

.reg-clr-7 {
    border-bottom: 2px solid #E91D62;
}

.sec-item {
    text-align: center;
    width: 100%;
}

    .sec-item:nth-child(2) {
        margin: 0 40px;
    }

    .sec-item h5 {
        color: #000;
        margin: 30px 0 20px 0;
    }

    .sec-item p {
        line-height: 1.5;
    }

.pricing {
    padding: 75px 0;
}

    .pricing h2 {
        color: #161B25;
        font-weight: 700;
        font-size: 2em;
        text-align: center;
        margin-bottom: 20px;
    }

    .pricing h3 {
        color: #161B25;
        margin: auto;
        font-weight: 400;
        font-size: 0.9em;
        text-align: center;
        margin-bottom: 80px;
        text-transform: uppercase;
        max-width: 80%;
        line-height: 1.2;
    }

.pricing-item {
    -moz-box-shadow: 0px 0px 18px #e6e4ed;
    -webkit-box-shadow: 0px 0px 18px #e6e4ed;
    box-shadow: 0px 0px 18px #e6e4ed;
    width: 100%;
    height: auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -moz-transition: 0.1s all ease-in-out;
    -webkit-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    margin-right: 30px;
    width: 100%;
    position: relative;
}

    .pricing-item:hover {
        -moz-box-shadow: 0px 0px 18px #d7d4df;
        -webkit-box-shadow: 0px 0px 18px #d7d4df;
        box-shadow: 0px 0px 18px #d7d4df;
    }

    .pricing-item:first-child {
        border-top: 5px solid #F76982;
    }

    .pricing-item:nth-child(2) {
        border: 5px solid #00349B;
        transform: scale(1.06);
        box-shadow: 0px 0px 18px #9f9f9f;
    }

    .pricing-item:nth-child(3) {
        border-top: 5px solid #F9B767;
    }

    .pricing-item:last-child {
        border-top: 5px solid #14C4BB;
        margin-right: 0;
    }

.pr-top {
    margin: 5px;
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
    min-height: 170px;
    position: relative;
}

    .pr-top h5 {
        margin: 20px 0 !important;
        color: #009EB7 !important;
        font-weight: 700 !important;
        font-size: 1.1em !important;
        text-transform: uppercase !important;
    }

    .pr-top label {
        color: #151B26;
        font-size: 2em;
        font-weight: 700;
        white-space: nowrap;
    }

    .pr-top span {
        margin-top: 5px;
        display: block;
    }

.pr-bot {
    padding: 20px 15px;
}

    .pr-bot a {
        width: 100%;
        box-sizing: border-box;
    }

    .pr-bot ul li {
        margin-bottom: 20px;
        text-align: left;
    }

.pr-rec {
    position: absolute;
    font-size: 0.9em;
    width: 114px;
    padding: 8px 14px 8px 30px;
    background-color: #00349b;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-image: url('/images/star.png');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 10px center;
    top: -32px;
    left: calc(50% - 78px);
}

.rec-add {
    width: calc(100% - 42px);
    left: -1px;
}

.desc-i {
    display: inline-block;
    position: relative;
    left: 8px;
    top: 3px;
    width: 16px;
    height: 16px;
    background-image: url('/images/description.svg');
    cursor: pointer;
}

    .desc-i div {
        padding: 10px 15px;
        background-color: #434E5F;
        color: #ffffff;
        font-size: 0.8em;
        line-height: 1.5;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        width: 200px;
        position: absolute;
        z-index: 2;
        margin-top: 22px;
        margin-left: calc(50% - 215px);
        display: none;
    }

    .desc-i:hover > div {
        display: block;
    }

.custom-pack {
    line-height: 2;
    margin: 48px 20px;
}

    .custom-pack li {
        text-align: center !important;
    }

.ot-prod-h4 {
    color: #4395B7 !important;
    font-weight: 700 !important;
    font-size: 1.4em !important;
    margin-bottom: 20px !important;
    text-align: left !important;
}

.link {
    color: #4395B7;
    text-decoration: underline;
}
/*LANDING PAGE*/
/*INTERACTION*/
.interaction {
    -moz-box-shadow: 0px 0px 18px #e6e4ed;
    -webkit-box-shadow: 0px 0px 18px #e6e4ed;
    box-shadow: 0px 0px 18px #e6e4ed;
    width: calc(100% - 60px);
    padding: 50px 30px;
    height: auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
}

    .interaction h1 {
        color: #161B25;
        font-weight: 400;
        font-size: 1.8em;
        margin-bottom: 30px;
        line-height: 1.2;
    }

    .interaction label {
        color: #161B25;
        line-height: 1.2;
        display: block;
        margin-bottom: 8px;
    }

    .interaction hr {
        margin: 30px 0;
    }

    .interaction span {
        color: #F15164;
    }

    .interaction p {
        color: #161B25;
    }

    .interaction ul {
        text-align: left;
        display: inline-block;
        margin: 30px 0;
    }

    .interaction input, .interaction select, .interaction textarea {
        box-sizing: border-box;
        width: 100%;
        padding: 10px;
        border: 1px solid #cbd6e2;
        margin-bottom: 20px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-position: 97% center;
        background-repeat: no-repeat;
        background-size: 12px;
        font-family: inherit;
        font-size: 0.9em;
    }

    .interaction .site-a-1 {
        display: block !important;
        text-align: center;
        margin-top: 40px;
    }

.int-row {
    width: 100%;
}

    .int-row img:last-child {
        cursor: pointer;
    }

.eye {
    width: 23px;
    height: 13px;
    background-image: url('/images/eye.svg');
    background-size: cover;
    position: absolute;
    margin-left: -33px;
    margin-top: 14px;
    opacity: 0.6;
    display: inline-block;
    cursor: pointer;
}

.inter-spl {
    margin-left: 75px;
    width: 50%;
}

.interaction-item {
    text-align: center;
}

    .interaction-item h3 {
        color: #161B25;
        font-weight: 500;
        font-size: 1.7em;
        margin: 30px 0 20px 0;
        line-height: 1.1;
        text-align: center;
    }

        .interaction-item h3 span {
            color: #0798BC;
        }

.requirements {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 13px;
    padding-left: 20px;
    background-image: url('/images/circle-outline.svg');
    font-size: 0.8em;
    margin-bottom: 12px;
    text-align: left;
    line-height: 1.1;
}

.terms-check {
    width: 20px !important;
    float: left;
    height: 20px;
    margin: 0 10px 0 0 !important;
    cursor: pointer;
}

#captcha_image_id {
    margin-right: 20px;
}

.inter-h2-t2 {
    font-size: 1.4em !important;
    margin-top: 30px;
    color: #161B25;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.2;
}

.inter-center-div {
    margin: auto;
    max-width: 320px;
}

.pricing-table {
    width: 100%;
    border: 1px solid #E9EDF2;
    margin-bottom: 80px;
}

    .pricing-table tr td {
        border: 1px solid #E9EDF2;
        padding: 20px;
        text-align: center;
        vertical-align: middle;
    }

        .pricing-table tr td a {
            display: block !important;
        }

        .pricing-table tr td:first-child {
            text-align: left;
        }

        .pricing-table tr td:nth-child(3) {
            background-color: #f9f9f9;
        }


    .pricing-table tr:last-child td:first-child {
        border-left: 1px solid #fff !important;
        border-bottom: 1px solid #fff !important;
    }

    .pricing-table tr:last-child td:nth-child(2) {
        background-color: #f9f9f9;
        border-bottom: 5px solid #F76982;
    }

    .pricing-table tr:last-child td:nth-child(3) {
        background-color: #FBFCFD;
        border-bottom: 5px solid #00349B;
    }

    .pricing-table tr:last-child td:last-child {
        background-color: #FBFCFD;
        border-bottom: 5px solid #F9B767;
    }

    .pricing-table tr:first-child td:first-child {
        background-color: #FBFCFD;
        font-size: 1.2em;
        color: #31ABC7;
        font-weight: 500;
        text-align: center;
    }

    .pricing-table tr:first-child td:nth-child(2) {
        border-top: 5px solid #F76982;
    }

    .pricing-table tr:first-child td:nth-child(3) {
        border-top: 5px solid #00349B;
    }

    .pricing-table tr:first-child td:last-child {
        border-top: 5px solid #F9B767;
    }

    .pricing-table h5 {
        color: #161B25;
        margin-bottom: 8px;
        font-weight: 500;
        font-size: 1em;
    }

    .pricing-table p {
        margin-bottom: 0 !important;
        font-size: 0.9em;
    }

.pr-addable {
    background-color: #EAEEF3;
    font-size: 1.2em;
    color: #334A5F;
    font-weight: 500;
    text-align: center !important;
}

.width-440 {
    width: 440px;
}

.upgrade {
    border: 1px solid #E9EDF2;
    padding: 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    margin-right: 30px;
    min-width: 190px;
}

    .upgrade:first-child h5 {
        color: #14c4bb;
    }

    .upgrade:nth-child(2) h5 {
        color: #f96982;
    }

    .upgrade:nth-child(3) h5 {
        color: #f9b767;
    }

    .upgrade:last-child h5 {
        color: #5089dd;
    }

    .upgrade:last-child {
        margin-right: 0;
    }

    .upgrade h5 {
        margin: 20px 0;
        font-weight: 500;
    }

    .upgrade label {
        color: #151B26;
        font-size: 1.5em;
        font-weight: 700;
    }

    .upgrade span {
        margin-top: 5px;
        display: block;
    }

.clr-blue {
    color: #00319c !important;
}

.clr-pink {
    color: #d53e76 !important;
}

.clr-orange {
    color: #ff4d4d !important;
}

.q-a-lr {
    width: 100%;
}

    .q-a-lr:first-child {
        padding-right: 50px;
    }

    .q-a-lr h5 {
        color: #161B25;
        margin-bottom: 15px;
        font-weight: 500;
    }

    .q-a-lr p {
        font-size: 0.9em;
    }

.pr-add-h3 {
    font-size: 1.2em !important;
    font-weight: 500 !important;
}

.hmbrgr-icon {
    display: none;
    cursor: pointer;
}

.m-menu-con {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}

.m-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
}

    .m-menu .ul-main {
        margin-left: 20px;
        list-style: disc;
    }

        .m-menu .ul-main li {
            color: #fff;
            margin-bottom: 10px;
            font-size: 0.9em;
        }

    .m-menu .ul-sub {
        margin-left: 30px;
        list-style: circle;
        margin-bottom: 15px;
    }

        .m-menu .ul-sub li {
            color: #e5e5e5;
            margin-bottom: 8px;
            font-size: 0.8em;
        }

.add-ul {
    margin-left: 0 !important;
    margin-right: 20px !important;
    list-style: none !important;
}

    .add-ul li {
        text-align: right !important;
    }

.m-menu-body {
    padding: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    overflow: auto;
}

    .m-menu-body button {
        position: absolute;
        top: 25px;
        right: 15px;
    }

    .m-menu-body .login {
        color: #fff;
        padding: 12px 20px;
        font-size: 0.9em;
        display: block;
        margin: 0 !important;
        text-align: center;
    }

    .m-menu-body .signup {
        color: #fff;
        padding: 12px 20px;
        font-size: 0.9em;
        display: block;
        text-align: center;
        margin-top: 20px;
    }

.m-sep {
    border-bottom: 1px solid #414681;
    width: 100%;
    margin: 10px 0;
}

.mob-pr-tab {
    width: 100%;
    border: 1px solid #E9EDF2;
    margin-bottom: 60px;
    display: none;
}

    .mob-pr-tab td {
        border: 1px solid #E9EDF2;
        padding: 20px 10px;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        color: #009EB7;
        font-weight: 700;
        font-size: 0.9em;
        text-transform: uppercase;
    }

        .mob-pr-tab td:nth-child(2) {
            background-color: #009EB7;
            color: #ffffff;
        }
/*INTERACTION*/
/*LINK*/
#products, #services-usage, #interoperability, #security, #pricing, #dicom-viewer, #sharing, #solutions, #teaching, #cloud-pacs {
    position: relative;
    width: 1px;
    height: 1px;
    top: -180px;
}
/*LINK*/
/*LOADING, ALERT, LIGHTBOX, COOKIE, VIDEO*/
.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 12;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}

.load-out {
    width: 46px;
    height: 46px;
    border: 8px solid #38eaf0;
    border-right-color: transparent;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-animation: rotation 2s linear infinite;
    -webkit-animation: rotation 2s linear infinite;
    animation: rotation 2s linear infinite;
}

.load-in {
    width: 30px;
    height: 30px;
    border: 8px solid #101494;
    border-right-color: transparent;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-animation: rotation 1s linear infinite;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

.load-text {
    color: #ffffff;
    margin-top: 10px;
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}

.light-cont {
    padding: 20px;
    width: calc(96% - 80px);
    height: auto;
    max-width: 460px;
    background-color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 1px 13px #b5b5b5;
    -webkit-box-shadow: 0px 1px 13px #b5b5b5;
    box-shadow: 0px 1px 13px #b5b5b5;
    margin: 15vh 20px 0 20px;
    text-align: center;
}

    .light-cont button {
        float: right;
        width: 12px;
        height: 12px;
        background-image: url('/images/cross_black.svg');
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .light-cont label {
        display: block;
        font-size: 1.6em;
        color: #151B26;
        line-height: 1.3;
        margin: 10px 30px 30px 30px;
    }

    .light-cont p {
        color: #151B26;
        margin-bottom: 40px;
        line-height: 1.2;
    }

    .light-cont a {
        min-width: 80px;
    }

.cookie-popup {
    position: fixed;
    bottom: 0px;
    width: calc(100% - 60px);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px 30px 15px 30px;
    text-align: center;
    z-index: 10;
    box-shadow: 0px 2px 13px #4a4a4a;
}

    .cookie-popup p {
        line-height: 1.5;
    }

        .cookie-popup p button {
            padding: 10px 15px !important;
            margin: 10px 5px 0 5px !important;
        }

.cookie-popup-animate {
    animation-name: cookiePopup;
    animation-iteration-count: 1;
    animation-duration: 0.75s;
}

@keyframes cookiePopup {
    0% {
        opacity: 0;
        bottom: -40px;
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}

.policies-accept {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    display: none;
}

    .policies-accept .light-cont label {
        font-size: 1em !important;
    }

.policies-warn {
    color: #e11b28;
    text-align: center;
}

.each-app {
    margin: 20px;
    width: 180px;
    background-color: #f1f1f1;
    padding: 30px 10px;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-transition: 0.15s all ease;
    -webkit-transition: 0.15s all ease;
    transition: 0.15s all ease;
    border: 1px solid rgba(51,71,91,0.5);
    cursor: pointer;
    min-height: 160px;
}

    .each-app:hover {
        border: 1px solid #04315b !important;
        -moz-box-shadow: 0px 0px 14px rgb(4 49 91 / 40%) !important;
        -webkit-box-shadow: 0px 0px 14px rgb(4 49 91 / 40%) !important;
        box-shadow: 0px 0px 14px rgb(4 49 91 / 40%) !important;
    }

    .each-app h2 {
        margin: 20px 10px;
        color: #33475b;
        font-size: 1.1em;
        line-height: 1.2;
        font-weight: 500;
        padding-bottom: 20px;
        border-bottom: 1px solid #cccccc;
    }

    .each-app button {
        background-color: #04315b;
        padding: 7px 17px;
        color: #ffffff;
        font-size: 0.9em;
        font-weight: 500;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

.p-404 h1 {
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    -webkit-background-clip: text;
    font-size: 2.2em;
}

.p-404 h2 {
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    -webkit-background-clip: text;
    font-size: 4em;
    margin-bottom: 30px;
}

.p-404 p {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-bottom: 30px;
    font-size: 1.5em;
}

.prof-group {
    margin: 10px;
    width: calc((100% / 2) - 22px);
    height: 40px;
    border: 1px solid #a9a9a9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    display: inline-block;
}

    .prof-group:hover {
        box-shadow: 0px 0px 8px #b9b9b9;
        border: 1px solid #797979;
    }

.prof-active {
    border: 1px solid #0eb0c5 !important;
    box-shadow: 0px 0px 8px #0db0c5 !important;
}

.prof-img {
    float: left;
    width: 40px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center;
}

.prof-text {
    float: left;
    width: calc(100% - 40px);
    height: 100%;
    background-color: #f2f2f2;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    display: table;
}

    .prof-text p {
        display: table-cell;
        vertical-align: middle;
        font-size: 0.9em;
        text-align: center;
        word-break: break-word;
    }

.pro-ad-p {
    color: #12b6c9 !important;
    margin: 20px;
}

.caps-lock {
    padding: 10px 15px;
    background-color: #434E5F;
    color: #ffffff;
    font-size: 0.8em;
    line-height: 1.5;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position: absolute;
    margin-top: -18px;
    display: none;
}

    .caps-lock:after {
        position: absolute;
        content: '';
        border-color: transparent transparent #434E5F;
        border-style: solid;
        border-width: 0 11px 15px;
        top: -10px;
        left: 15px;
    }

.add-h1 {
    color: #161B25;
    font-weight: 700;
    font-size: 2em;
    text-align: center;
    margin-bottom: 20px;
}

.video {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}

    .video button {
        position: absolute;
        width: 20px;
        height: 20px;
        right: 0;
        margin-top: 40px;
        margin-right: 40px;
        background-image: url('/images/cross_white.svg');
    }

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 80%;
    max-width: 1200px;
    margin: auto;
    display: table;
}

#hubspot-messages-iframe-container {
    z-index: 8 !important;
}

.pos-relative {
    position: relative;
}

#after_authentication, #login_form_select_application_content, #invalid_request, #valid_request {
    display: none;
}

.cus-cook {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}

.cus-cook-flow {
    max-height: 550px;
    overflow: auto;
    overflow: overlay;
}

.cook-cat {
    padding: 10px 12px;
    border: 1px solid #dcdcdc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.cook-des {
    font-size: 0.9em;
    text-align: left !important;
    margin-bottom: 0 !important;
    color: inherit !important;
}

.cook-down {
    width: 14px;
    height: 14px;
    background-image: url('/images/down-arrow-black.svg');
    margin: 0 10px;
    cursor: pointer;
}

.cook-ess {
    opacity: 0.5;
    pointer-events: none;
}

.cook-pref {
    padding: 15px 12px 0 12px;
    border-top: 1px solid #dcdcdc;
    margin-top: 15px;
    display: none;
}

.pref-det {
    width: 20px;
    height: 20px;
    background-image: url('/images/description.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 5px;
}

.trans-sw {
    transform: scale3d(0.8, 0.8, 0.6);
    -moz-transform: scale3d(0.8, 0.8, 0.6);
    -webkit-transform: scale3d(0.8, 0.8, 0.6);
}
/*LOADING, ALERT, LIGHTBOX, COOKIE, VIDEO*/
/*SPLIDE*/
.splide__arrows {
    display: none;
}

.splide__pagination {
    bottom: -1em !important;
}

.testimonials .splide__pagination__page.is-active {
    background: #87CFE3 !important;
    opacity: 1 !important;
}

.inter-spl .splide__pagination__page.is-active {
    background: #0293B8 !important;
    opacity: 1 !important;
}
/*SPLIDE*/
/*SWITCH*/
.switch {
    position: relative;
    display: inline-block !important;
    width: 46px;
    height: 24px;
    margin: 0 10px !important;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8d8d8d;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #6ac2d7;
}

input:focus + .slider {
    box-shadow: 0 0 1px #6ac2d7;
}

input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*SWITCH*/

.landing-kb {
    height: 200px !important;
}

.k-b-left {
    max-width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .k-b-left img {
        display: none;
    }

.each-step {
    padding-bottom: 120px;
    padding-right: 20px;
    position: relative;
    filter: grayscale(1);
    opacity: 0.4;
}

    .each-step:first-child {
        filter: grayscale(0);
        opacity: 1;
    }

    .each-step:after {
        content: '';
        position: absolute;
        width: 1px;
        height: calc(100% - 60px);
        border-left: 2px dashed #4395B7;
        top: 60px;
        left: 114px;
    }

    .each-step:last-child {
        padding-bottom: 80px;
    }

.last-step:after {
    content: none;
}

.each-step span {
    font-weight: 500;
    font-size: 1.1em;
    color: #4395B7;
    margin-top: 22px;
    min-width: 75px;
    text-align: right;
}

.each-step p {
    color: #161B25;
}

.k-b-step {
    min-width: 60px;
    min-height: 60px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 10px;
}

    .k-b-step div {
        width: 40px;
        height: 40px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff;
        -moz-box-shadow: 2px 2px 2px #686868;
        -webkit-box-shadow: 2px 2px 2px #686868;
        box-shadow: 2px 2px 2px #686868;
        color: #4395B7;
        font-size: 1.4em;
        font-weight: 500;
    }

.k-b-right {
}

.fix-mon {
    width: 570px;
    height: 480px;
    background-image: url('/images/empty-monitor.png');
    background-size: 100% 480px;
    background-repeat: no-repeat;
    position: sticky;
    position: -webkit-sticky;
    top: 180px;
}

    .fix-mon div {
        position: absolute;
        width: 530px;
        margin-top: 20px;
        margin-left: 20px;
        overflow: hidden;
        background-color: #878787;
    }

    .fix-mon img {
        cursor: zoom-in;
    }

#header-progress {
    position: fixed;
    width: 0;
    height: 6px;
    top: 0;
    z-index: 9;
    background-image: linear-gradient(90deg,#d6407b,#f9b767,#14c4bb,#72f2eb);
    background-size: 100vw auto;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.k-b-related {
    border-top: 2px solid #d2d1d1;
    margin-top: 50px;
    padding: 30px 50px 0 50px;
}

    .k-b-related h2 {
        font-size: 1.4em;
    }

    .k-b-related ul {
        margin-bottom: 10px;
    }

        .k-b-related ul li {
            padding: 8px 0px 8px 0px;
            border-bottom: 1px solid #e1e3e6;
            background-image: url('/images/link.png');
            background-position: left;
            background-size: 18px;
            background-repeat: no-repeat;
            padding-left: 28px;
            line-height: 1.5;
        }

            .k-b-related ul li:last-child {
                border-bottom: none;
            }

            .k-b-related ul li a:hover {
                color: #4395B7;
            }

    .k-b-related span {
        color: #999999;
        font-size: 0.8em;
    }

    .k-b-related label {
        text-transform: inherit;
        color: inherit;
        font-weight: 600;
        margin-left: 30px;
        font-size: 1em;
    }

        .k-b-related label:hover {
            color: #4395B7;
        }

.k-b-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 8;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    text-align: center;
    display: none;
}

    .k-b-modal button {
        width: 20px;
        height: 20px;
        background-image: url('/images/cross_white.svg');
        background-size: cover;
        position: absolute;
        right: 60px;
        top: 40px;
    }

    .k-b-modal span {
        color: #fff;
        top: 15px;
        position: relative;
        font-size: 1.2em;
        text-transform: uppercase;
    }

    .k-b-modal img {
        margin: auto;
        margin-top: 100px;
        display: block;
        width: 80%;
        max-width: 1000px;
        animation-name: kbImg;
        animation-duration: 0.5s;
        box-shadow: 0px 0px 18px #565656;
    }

@keyframes kbImg {
    from {
        transform: translate(265px, -49px) scale(0.53);
    }

    to {
        transform: translateX(0, 0) scale(1);
    }
}

.blog-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 67%;
}

.each-post {
    width: calc(50% - 40px);
    height: auto;
    margin: 20px;
}

    .each-post img {
        width: 100%;
    }

    .each-post h2 {
        font-size: 1.3em;
        color: #4395B7;
    }

        .each-post h2:hover {
            color: #D5457B;
        }

    .each-post p a {
        color: #D5457B;
        text-decoration: underline;
    }

.see-also-text {
    color: #D13979;
    text-align: center;
    margin: 1rem 0;
}

.api-search {
    width: 100%;
    height: 100%;
    position: relative;
}

.user_manual_page_links_container {
    max-width: calc(100% - 5rem);
    display: grid;
    gap: 0.5rem;
    padding: 1rem;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
}

.api-input {
    box-sizing: border-box;
    min-width: 400px;
    width: 55%;
    height: 15%;
    border: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-family: inherit;
    font-size: 1.1rem;
    outline: none;
    padding: 20px 20px 20px 45px;
    background-image: url('/images/search.svg');
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

    .api-input::placeholder {
        color: #000;
    }

.api-paragraph {
    min-height: 66px;
    line-height: 22px;
    text-align: center;
    width: 40%;
    color: #fff;
    margin-top: 1rem;
    font-size: 0.8rem;
}

.api-landing {
    height: 360px;
}

.api-search-list {
    min-width: 400px;
    box-sizing: border-box;
    position: absolute;
    top: 194px;
    width: 55%;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px #a1a1a1;
    padding: 6px 10px 5px 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    z-index: 1;
    overflow: auto;
    max-height: 300px;
    display: none;
}

    .api-search-list ul li {
        color: #0f24aa;
        padding: 10px;
        border-radius: 6px;
        line-height: 1.2;
    }

.api-sub-search-list-ul li a {
    color: #333;
}



.api-search-list ul li:hover {
    background-color: #e8e8e8;
}

.see-other {
    color: #333;
}

.blog-search {
    float: right;
    width: 33%;
    margin-top: 20px;
}

    .blog-search input[type=text] {
        box-sizing: border-box;
        width: calc(100% - 46px);
        border: 1px solid #cbd6e2;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-bottomleft: 20px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        font-family: inherit;
        font-size: 0.8em;
        outline: none;
        box-shadow: inset 1px 1px 3px #c9c9c9;
        padding: 8px 10px;
        border-right: none;
    }

    .blog-search button {
        width: 36px;
        height: 36px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        background-color: #4395b7;
        background-image: url('/images/magnifying-glass.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 18px;
    }

    .blog-search h3 {
        font-weight: 700;
        font-size: 1.1em;
        margin: 30px 8px;
        border-bottom: 1px solid #cbd6e2;
        padding-bottom: 10px;
        color: #4395b7;
        text-transform: uppercase;
    }

        .blog-search h3:before {
            content: "";
            position: absolute;
            width: 70px;
            height: 5px;
            background-color: #4395b7;
            margin-top: 26px;
        }

.blog-popular {
    padding: 14px 20px;
    background-color: #f6f6f6;
    width: calc(100% - 48px);
    margin: 30px 0 0 8px;
}

    .blog-popular h4 {
        border-bottom: 1px solid #ffffff;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

        .blog-popular h4:before {
            content: "";
            position: absolute;
            width: 40px;
            height: 3px;
            background-color: #D5457B;
            margin-top: 25px;
            opacity: 0.5;
        }

    .blog-popular h5 {
        font-size: 0.8em;
        margin-left: 10px;
        line-height: 1.2;
    }

        .blog-popular h5:hover {
            color: #D5457B;
        }

    .blog-popular img {
        min-width: 120px;
        max-width: 120px;
    }

.blog-search-list {
    width: calc(100% - 30px);
    background-color: #ffffff;
    box-shadow: 0px 0px 8px #a1a1a1;
    padding: 10px;
    padding-bottom: 0;
    position: absolute;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    top: 40px;
    z-index: 1;
    overflow: auto;
    max-height: 300px;
    display: none;
}

    .blog-search-list ul li {
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 6px;
        line-height: 1.2;
    }

        .blog-search-list ul li:hover {
            background-color: #e8e8e8;
        }

.oveflow-auto {
    float: left;
    width: 100%;
    overflow: auto;
}

/*MEDIA QUERIES*/
@media only screen and (max-width:1200px) {
    .solutions h4 {
        white-space: nowrap;
    }

    .sol-l {
        width: 250px;
        margin: 30px;
    }

    .sol-r {
        width: 250px;
        margin: 30px;
    }

    .sol-1, .sol-4 {
        left: 100px;
    }

    .sol-5, .sol-8 {
        right: 100px;
    }

    .solutions-circle {
        width: 50px;
        height: 50px;
        margin: 25px 15px;
    }

        .solutions-circle img {
            width: 30px;
        }

    .pd-circle {
        width: 250px;
        height: 250px;
    }

        .pd-circle div:first-child {
            width: 220px;
            height: 220px;
        }

            .pd-circle div:first-child div {
                width: 190px;
                height: 190px;
            }

                .pd-circle div:first-child div img:first-child {
                    width: 50px;
                }

                .pd-circle div:first-child div img:last-child {
                    width: 130px;
                }

    .dot {
        width: 12px;
        height: 12px;
    }

    .dot-1 {
        top: 6px;
        left: 64px;
    }

    .dot-8 {
        top: 6px;
        right: 64px;
    }

    .dot-2, .dot-7 {
        top: 80px;
    }

    .dot-3, .dot-6 {
        bottom: 80px;
    }

    .dot-4 {
        bottom: 5px;
        left: 66px;
    }

    .dot-5 {
        bottom: 5px;
        right: 66px;
    }

    .logo {
        width: 17%;
    }

    nav {
        width: 83%;
    }

        nav ul li a {
            font-size: 0.8em;
            padding: 12px 15px;
        }

    .t-left {
        width: calc(42% - 50px);
    }

    .test-num {
        width: 400px;
    }

        .test-num .cir-2 {
            top: 117px;
        }

    .t-right {
        width: calc(58% - 50px)
    }

    .blog-item:nth-child(2) {
        margin: 0 20px;
    }

    .pricing-item {
        margin-right: 10px;
    }

    .pr-bot ul li {
        font-size: 0.9em;
    }

    .pr-bot a {
        font-size: 0.7em;
    }

    .inter-spl {
        margin-left: 35px;
        width: 48%;
    }

    .upgrade {
        min-width: initial;
        width: 100%;
        max-width: 250px;
        margin-right: 10px;
    }

    .reaction {
        padding: 60px;
    }

    .m-20-30 {
        margin: 20px;
    }

    .api_code_each_row_class {
        word-break: break-word;
    }
}

.survey-cont {
    background-color: transparent !important;
    box-shadow: none !important;
}

.question {
    margin-bottom: 1.5rem;
    padding: 20px;
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0px 0px 18px #e6e4ed;
}

    .question h2 {
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
    }

.radio-group {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
}

.radio-btn-lbl {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 25px !important;
    line-height: 1 !important;
}

    .radio-btn-lbl input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        width: auto;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: -4px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-btn-lbl:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-btn-lbl input:checked ~ .checkmark {
    background-color: #23cedc;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-btn-lbl input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-btn-lbl .checkmark:after {
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.check-group {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
}

.check-btn-lbl {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 25px !important;
    line-height: 1.4 !important;
}

    .check-btn-lbl input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        width: auto;
    }

.checkmark_check {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

.check-btn-lbl:hover input ~ .checkmark_check {
    background-color: #ccc;
}

.check-btn-lbl input:checked ~ .checkmark_check {
    background-color: #23cedc;
}

.checkmark_check:after {
    content: "";
    position: absolute;
    display: none;
}

.check-btn-lbl input:checked ~ .checkmark_check:after {
    display: block;
}

.check-btn-lbl .checkmark_check:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.f-s-12rem {
    font-size: 1.2rem !important;
}

.width-m-c {
    width: max-content !important;
}

.description {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    text-align: center;
}

.checkbox-group {
    margin-bottom: 20px;
}

    .checkbox-group label {
        display: block;
        font-size: 16px;
        margin-bottom: 10px;
        cursor: pointer;
    }

.mail-type {
    margin-bottom: 40px;
}

.mail-type-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .mail-type-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.mail-type-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.mail-type-container:hover input ~ .mail-type-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.mail-type-container input:checked ~ .mail-type-checkmark {
    background-color: #23cedc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.mail-type-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.mail-type-container input:checked ~ .mail-type-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.mail-type-container .mail-type-checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-h2 {
    color: #161B25;
    font-weight: 400;
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 40px;
}

.q-desc {
    display: none;
}

    .q-desc label {
        font-size: 0.9em !important;
        margin-left: 5px !important;
        margin-bottom: 4px !important;
    }

@media only screen and (max-width:1100px) {
    .k-b-left {
        max-width: 100%;
    }

        .k-b-left img {
            display: initial;
            margin-bottom: 100px;
        }

    .k-b-right {
        display: none;
    }

    .each-step {
        filter: grayscale(0) !important;
        opacity: 1 !important;
        padding-bottom: 30px;
        flex-direction: initial !important;
    }

    .last-step:after {
        content: '';
    }

    .k-b-related {
        padding: 20px 5px 0 5px;
    }
}

@media only screen and (max-width:992px) {
    .menu {
        padding: 20px;
        width: 540px;
        margin-left: calc(50% - 266px);
        left: 100px;
    }

        .menu:after {
            left: calc(50% - 96px);
        }

        .menu a {
            padding: 8px 0 !important;
        }

    .menu-lang {
        margin-left: calc(50% - 94px) !important;
        left: inherit !important;
    }

        .menu-lang:after {
            left: calc(50% + 4px) !important;
        }

    .menu-res {
        left: inherit !important;
    }

        .menu-res:after {
            right: 76px;
        }

    .sub-menu tr td {
        padding: 8px 0;
    }

    .m-head {
        font-size: 0.9em;
    }

    .clr-gry {
        font-size: 0.8em;
    }

    .logo {
        display: none;
    }

    nav {
        padding-left: 0;
        width: 100%;
    }

        nav ul {
            justify-content: center;
        }

            nav ul li a {
                padding: 12px 10px;
                margin: 0 8px;
            }

    .login {
        margin: 0 15px;
        margin-left: 25px !important;
    }

    .body-m-w {
        padding: 0 15px;
        width: calc(100% - 30px);
    }

    .p-s-sd .item {
        padding: 20px 10px;
    }

        .p-s-sd .item:nth-child(2) {
            margin: 0 10px;
        }

    .about-box {
        width: 160px;
    }

        .about-box img {
            width: 50px;
        }

        .about-box p {
            font-size: 0.9em;
        }

    .m-l-r-40 {
        margin: -80px 20px 0 20px;
    }

    .video-img {
        width: auto;
        max-width: 330px;
    }

    .prod-row {
        margin-bottom: 100px;
    }

        .prod-row:last-child {
            margin-bottom: 30px;
        }

    .prod-row-text .site-a-1 {
        display: block;
        margin-right: 0 !important;
        text-align: center;
        margin-bottom: 30px;
    }

    .prod-row-text .site-a-2 {
        display: block;
        text-align: center;
    }

    .solutions-flower {
        flex-direction: column;
    }

    .sol-1, .sol-4 {
        left: inherit;
    }

    .sol-5, .sol-8 {
        right: inherit;
    }

    .sol-l:after {
        transform: none;
        right: 40px !important;
        height: 66px !important;
        top: 99px !important;
    }

    .sol-r:after {
        transform: none;
        left: 40px !important;
        height: 32px !important;
        top: -31px !important;
    }

    .sol-8:after {
        height: 64px !important;
        top: -63px !important;
    }

    .dot {
        display: none !important;
    }

    .dot-8 {
        display: block !important;
        top: 24px;
        right: 36px;
    }

    .dot-4 {
        display: block !important;
        bottom: 24px;
        left: 36px;
    }

    .testimonials .flex {
        flex-direction: column;
    }

    .t-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px;
        text-align: center;
    }

    .test-num {
        width: 450px;
        margin: auto;
    }

    .t-right {
        width: 500px;
        padding-left: 0;
    }

    .news-blog .flex {
        flex-direction: column;
        align-items: center !important;
    }

    .blog-item {
        max-width: 350px;
        margin-bottom: 30px !important;
    }

        .blog-item:last-child {
            margin-bottom: 0 !important;
        }

    .footer-col {
        padding: 0 20px;
    }

    .landing-entry .item {
        padding: 20px 10px;
    }

        .landing-entry .item:nth-child(2) {
            margin: 0 5px 0 10px;
        }

        .landing-entry .item:nth-child(3) {
            margin: 0 10px 0 5px;
        }

    .sec-item {
        margin: 0 0 60px 0 !important;
    }

        .sec-item:last-child {
            margin: 0 !important;
        }

    .pricing .flex {
        flex-direction: column;
        align-items: center !important;
    }

    .pricing-item {
        margin: 0 0 30px 0;
        max-width: 400px;
    }

        .pricing-item:last-child {
            margin: 0;
        }

        .pricing-item:nth-child(2) {
            transform: scale(1);
            margin-top: 30px;
        }

    .blog-search {
        display: none;
    }

    .blog-flex {
        width: 100%;
    }
}

@media only screen and (max-width:768px) {
    .logo {
        display: block;
        width: 180px;
    }

    header .flex {
        justify-content: space-between;
    }

    nav {
        display: none;
    }

    .hmbrgr-icon {
        display: block;
    }

    .menu-lang {
        right: 10px;
        bottom: 60px;
        top: inherit;
    }

        .menu-lang:after {
            display: none;
        }

    .p-s-sd {
        top: -60px;
    }

        .p-s-sd .item {
            min-height: inherit;
        }

            .p-s-sd .item div {
                width: 50px;
                height: 50px;
            }

                .p-s-sd .item div img {
                    width: 26px;
                }

            .p-s-sd .item label {
                font-size: 1em;
            }

            .p-s-sd .item p {
                display: none;
            }

    .about-main {
        flex-direction: column;
    }

        .about-main:before {
            left: 140px;
        }

    .m-l-r-40 {
        margin: 0;
    }

    .about-box {
        width: 240px;
        margin-bottom: 20px !important;
    }

    .about-video {
        margin-top: 30px;
        text-align: center;
    }

    .video-img {
        margin: auto;
    }

    .prod-row:nth-child(odd) {
        flex-direction: column-reverse !important;
    }

    .prod-row:nth-child(even) {
        flex-direction: column-reverse !important;
    }

    .prod-row {
        margin-bottom: 50px;
    }

    .prod-row-text {
        text-align: center;
    }

        .prod-row-text .site-a-1 {
            display: inline-block;
            margin: 15px !important;
        }

        .prod-row-text .site-a-2 {
            display: inline-block;
            margin: 15px !important;
        }

    .reaction {
        padding: 30px;
    }

        .reaction .cir-3 {
            z-index: -1;
        }

        .reaction h2 {
            font-size: 1.9em;
        }

    .footer-row {
        flex-direction: column;
        text-align: center;
    }

    .f-cir .flex {
        flex-direction: column;
    }

    .foot-prod {
        width: 50px;
        height: 50px;
        margin-right: 0;
        margin-bottom: 15px;
    }

        .foot-prod img {
            width: 26px;
        }

    .footer-col {
        padding: 10px 0;
    }

    .f-sep {
        width: 1px;
        height: 31px;
        background-color: transparent;
    }

    .footer-col {
        align-items: center;
        text-align: center;
    }

    .api-search-list {
        top: 132px;
    }

    .api-landing {
        height: 260px;
    }

    .landing-home {
        padding-top: 30px;
    }

        .landing-home h1 {
            word-break: break-all;
            font-size: 1.4em;
        }

    .landing-entry .flex {
        flex-direction: column-reverse;
    }

        .landing-entry .flex:last-child {
            flex-direction: column;
        }

    .landing-entry h2 {
        word-break: break-all;
    }

    .landing-entry .item {
        margin: 0 0 30px 0 !important;
        max-width: 200px;
    }

        .landing-entry .item:last-child {
            margin: 0 !important;
        }

    .jus-con-between {
        flex-direction: column;
    }

    .region {
        padding-right: 0;
        margin-bottom: 40px;
        width: 100%;
        text-align: center;
    }

        .region:last-child {
            margin-bottom: 0;
        }

    .landing-def ul {
        list-style-position: inside;
    }

    .landing-home h1 {
        word-break: break-all;
    }

    .ot-prod-h4 {
        text-align: center !important;
    }

    .p-100-0 {
        padding: 140px 0 100px 0;
    }

    .inter-spl {
        display: none;
    }

    .interaction {
        max-width: 450px;
        padding: 40px 20px;
        width: calc(100% - 40px);
    }

    .blog_post_image_area {
        width: 100% !important;
        padding-right: 0 !important;
        padding-bottom: 20px !important;
    }

    .blog_post_description_area {
        width: 100% !important;
    }

    .blog_post_inner_attractive {
        display: none;
    }

    .top_25_dicom_blog_left_image {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .top_25_dicom_blog_right_text {
        width: 100% !important;
    }

    .dicom_table_page_fixed_menu {
        display: none !important;
    }

    .dicom_table_page_main_content {
        margin-left: 0 !important;
        border-left: none !important;
        padding-left: 0 !important;
        margin-top: 0 !important;
        width: 100% !important;
    }

    .dicom_table td {
        word-break: break-all !important;
    }

    .pr-upg {
        flex-direction: column;
    }

    .upgrade {
        margin-right: 0;
        margin-bottom: 30px;
    }

        .upgrade:last-child {
            margin-bottom: 0;
        }

    .pr-page {
        flex-direction: column;
    }

    .q-a-lr {
        padding-right: 0 !important;
    }

        .q-a-lr div {
            margin-bottom: 30px !important;
        }

    .select-app {
        flex-direction: column;
    }

    .inter-h2-t2 {
        word-break: break-word;
    }

    .mob-pr-tab {
        display: table;
    }

    .pricing-table tr td:nth-child(2) { /*BASIC*/
        display: none;
    }

    .pricing-table tr td:nth-child(3) { /*STANDARD*/
        display: table-cell;
    }

    .pricing-table tr td:nth-child(4) { /*PREMIUM*/
        display: none;
    }

    .desc-i div {
        margin-left: calc(50% - 105px);
        width: 120px;
        word-break: break-word;
    }

    .pr-top label {
        white-space: normal;
    }
}

@media only screen and (max-width:600px) {
    .test-num {
        width: 100%;
    }

    .t-right {
        width: 100%;
    }

    .testimonial-item {
        margin: 15px;
        padding: 15px;
        width: calc(100% - 60px);
    }

    .api-paragraph {
        display: none;
    }

    .api-input {
        min-width: 350px;
    }

    .api-search-list {
        top: 173px;
        min-width: 350px;
    }

    .testimonial-item h3 {
        font-size: 1em;
    }

    .testimonial-item h4 {
        font-size: 0.9em;
    }

    .testimonial-item label {
        font-size: 0.9em;
    }

    .testimonial-item span {
        font-size: 0.8em;
    }

    .p-s-sd .item {
        padding: 15px 5px;
    }

        .p-s-sd .item label {
            font-size: 0.8em;
        }

    .t-circle {
        width: 60px;
        height: 60px;
    }

    .foot-terms {
        margin-top: 15px;
    }

    .test-num .cir-3 {
        left: initial;
        right: 20%;
    }

    .knowledge_base_each_area {
        width: calc(100% - 40px) !important;
    }

    .each-step span {
        display: none;
    }

    .each-step:after {
        left: 40px;
    }

    .each-post {
        width: 360px;
    }

    .blog_post_image_right {
        float: none !important;
        margin-left: 0px !important;
    }
}
/*MEDIA QUERIES*/
/*ONLY SAFARI*/
@media not all and (min-resolution:.001dpcm) {
    @media {
        .sol-l:hover {
            -moz-box-shadow: -3px 2px 20px rgba(130,130,130,1);
            -webkit-box-shadow: -3px 2px 20px rgba(130,130,130,1);
            box-shadow: -3px 2px 20px rgba(130,130,130,1);
            filter: none !important;
        }

        .sol-r:hover {
            -moz-box-shadow: 3px 2px 20px rgba(130,130,130,1);
            -webkit-box-shadow: 3px 2px 20px rgba(130,130,130,1);
            box-shadow: 3px 2px 20px rgba(130,130,130,1);
            filter: none !important;
        }
    }
}
/*ONLY SAFARI*/


/*TEMP STYLE FOR OTHER PAGES*/
.temp-footer {
    float: left;
    width: 100%;
}

.blog_post_image_right {
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.max_width_350 {
    max-width: 350px;
}

.blog_post_social_area {
    float: left;
    width: 100%;
    /*padding: 9px 0 5px 0;*/
    padding: 25px 0;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    margin-bottom: 25px;
    text-align: left;
}

    .blog_post_social_area a {
        text-decoration: none !important;
    }

.services_subpage_h2_tag {
    font-size: 19px !important;
    color: #bb1621 !important;
}

.blog_post_inner_attractive {
    float: left;
    width: calc(100% - 4px);
    border: 2px dashed #cacaca;
    box-shadow: 0px 0px 8px #d2d2d2;
    background-color: #f1f1f1;
    margin-bottom: 25px;
}

    .blog_post_inner_attractive a {
        text-decoration: none !important;
    }

    .blog_post_inner_attractive table {
        width: 100%;
    }

        .blog_post_inner_attractive table td {
            vertical-align: middle;
            padding: 20px;
        }

            .blog_post_inner_attractive table td h4 {
                text-align: left;
                margin: 10px 0;
                line-height: 1.1;
                color: #33475b;
                font-size: 20px;
                padding-left: 10px;
            }

            .blog_post_inner_attractive table td h5 {
                text-align: left;
                margin: 20px 0;
                line-height: 1.3;
                color: #33475b;
                font-size: 15px;
                padding-left: 10px;
            }

.inner_attractive_image {
    width: 240px;
}

.attractive_image_animated_gif {
    margin-left: 34px;
    margin-top: -194px;
    width: 173px;
    height: 110px;
}

.blog_post_signup_button {
    display: inline-block;
    float: none;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #de1c28;
    background: -webkit-linear-gradient(#bb1621, #fc202e);
    color: #ffffff;
    font-size: 15px;
    padding: 12px 16px;
    font-weight: 600;
    margin: 10px;
}

    .blog_post_signup_button:hover {
        background: #de1c28;
        background: -webkit-linear-gradient(#bb1621, #b11721);
    }

.blog_related_link_container {
    float: left;
    width: 100%;
    margin: 70px 0 20px;
}

    .blog_related_link_container .display_flex_area a {
        text-decoration: none !important;
        color: inherit !important;
    }

.related_link_header_line {
    float: left;
    width: 100%;
    height: 3px;
    background-color: #33475b;
    margin-bottom: 50px;
    text-align: center;
}

    .related_link_header_line span {
        font-size: 26px;
        background-color: #ffffff;
        padding: 5px 10px;
        font-weight: 600;
        color: #33475b;
        top: -14px;
        position: relative;
    }

.display_flex_area {
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.related_blog_content {
    margin: 10px 10px 40px 10px;
    width: 230px;
    height: auto;
    padding: 0 15px;
    cursor: pointer;
}

.related_blog_content_img_container {
    margin-bottom: 25px;
    overflow: hidden;
}

.related_blog_content_img {
    width: 100%;
    height: 140px;
    transition: 0.3s all ease-in-out;
}

.related_blog_content_h4 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: 600;
    color: #33475b;
    transition: 0.3s all ease-in-out;
}

.related_blog_content_h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.3;
    transition: 0.3s all ease-in-out;
}

.related_blog_content:hover .related_blog_content_h4 {
    color: #be1722
}

.related_blog_content:hover .related_blog_content_h5 {
    color: #be1722
}

.related_blog_content:hover .related_blog_content_img {
    transform: scale(1.07);
}

.related_blog_content_img_container {
    margin-bottom: 25px;
    overflow: hidden;
}

.related_blog_content_img {
    width: 100%;
    height: 140px;
    transition: 0.3s all ease-in-out;
}

.related_blog_content_h4 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: 600;
    color: #33475b;
    transition: 0.3s all ease-in-out;
}

.related_blog_content_h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.3;
    transition: 0.3s all ease-in-out;
}

.related_link_bottom_buttons_container {
    float: left;
    width: 100%;
    height: 3px;
    background-color: #33475b;
    margin: 50px 0;
}

    .related_link_bottom_buttons_container a {
        float: left;
        border: none;
        cursor: pointer;
        color: #ffffff;
        font-size: 12px;
        padding: 14px 16px;
        font-weight: 600;
        margin: 10px 0;
        outline: none;
        background-color: #33475b;
        text-decoration: none;
        border-left: 10px solid #ffffff;
        border-right: 10px solid #ffffff;
        margin-top: -20px;
        transition: 0.3s all ease-in-out;
    }

        .related_link_bottom_buttons_container a:hover {
            background-color: #ffffff;
            color: #33475b;
        }

            .related_link_bottom_buttons_container a:hover .arrow_left {
                margin-left: -30px;
                border-right: 8px solid #33475b;
            }


            .related_link_bottom_buttons_container a:hover .arrow_right {
                margin-right: -30px;
                border-left: 8px solid #33475b;
            }

.arrow_left {
    float: left;
    width: 0px;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 8px solid #ffffff;
    margin-left: -20px;
    margin-top: -2px;
    transition: 0.3s all ease-in-out;
}

.arrow_right {
    float: right;
    width: 0px;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #ffffff;
    margin-right: -20px;
    margin-top: -2px;
    transition: 0.3s all ease-in-out;
}

.float_left {
    float: left;
}

.float_right {
    float: right !important;
}

.padding_left_30px {
    padding-left: 30px !important;
}

.padding_right_30px {
    padding-right: 30px !important;
}

.all_sub_page_container h1 {
    color: #33475b;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
    text-align: left;
}

.all_sub_page_container h2 {
    color: #33475b;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
    text-align: left;
}

.all_sub_page_container h3 {
    color: #33475b;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: left;
}

.all_sub_page_container h4 {
    margin-bottom: 20px;
    text-align: left;
}

.all_sub_page_container p {
    font-size: 17px;
    color: #33475b;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 20px;
}

.all_sub_page_container ul {
    list-style: disc;
    margin-left: 40px;
}

    .all_sub_page_container ul li {
        margin-bottom: 6px;
    }

        .all_sub_page_container ul li h4 {
            font-size: 17px;
            font-weight: 400;
            color: #33475b;
            line-height: 1.7;
            font-weight: 400;
        }

.top_25_free_dicom_viewers_table_desktop_version {
    border-spacing: 0;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
    display: table;
}

    .top_25_free_dicom_viewers_table_desktop_version thead tr {
        background-color: #e4ecf1 !important;
    }

    .top_25_free_dicom_viewers_table_desktop_version tr:nth-child(even) {
        background-color: #fafafa;
    }

    .top_25_free_dicom_viewers_table_desktop_version tr:nth-child(odd) {
        background-color: #ffffff;
    }

    .top_25_free_dicom_viewers_table_desktop_version td {
        border: 1px solid #a9a9a9;
        padding: 8px;
        line-height: 1.2;
    }

.margin_bottom_40px {
    margin-bottom: 40px;
}

.display_none {
    display: none !important;
}

.blog_post_h4_tag {
    color: #bb1621;
    font-size: 17px;
    font-style: italic;
    margin-bottom: 20px;
}

.top_25_dicom_blog_left_image {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.max_width_for_top_25_blog_image {
    max-width: 250px;
}

.top_25_dicom_each_viewer_content {
    float: left;
    margin-bottom: 20px;
}

.top_25_dicom_blog_right_text {
    float: left;
    width: calc(100% - 270px);
}

.animated_gif_top_25_dicom_viewer {
    margin-top: -200px;
    width: 180px;
}

.knowledgebase_content {
    margin-bottom: 40px;
}

.knowledge_base_each_area {
    float: left;
    margin: 10px;
    min-height: 280px;
    width: 375px;
    background-color: #f1f1f1;
    padding: 30px 10px;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    transition: 0.2s all ease;
}

    .knowledge_base_each_area:hover {
        box-shadow: 0px 0px 11px #828282;
    }

    .knowledge_base_each_area h2 {
        margin-top: 30px !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        text-align: center !important;
    }

.kb_contents_image {
    width: 100%;
    height: 100px;
}

.subject_content_area_class p {
    font-size: 17px;
    color: #33475b;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 25px;
    letter-spacing: 0.2px;
}

.subject_content_area_class a {
    color: inherit;
}

.cloud_api_settings_icons_text_container {
    width: 100%;
    height: 100px;
    line-height: 1.3;
}

.cloud_api_settings_icons {
    margin-right: 30px;
    width: 80px;
}

.subject_content_link_a_tag {
    color: #b91621 !important;
    text-decoration: none !important;
}

    .subject_content_link_a_tag:hover {
        text-decoration: underline !important;
    }

.big_cloud_api_text {
    font-size: 20px;
    color: #000000;
}

.small_cloud_api_text {
    font-style: italic;
}

.cloud_api_settings_icons_text_container {
    width: 100%;
    height: 100px;
    line-height: 1.3;
}

.cloud_api_settings_icons {
    margin-right: 30px;
    width: 80px;
}

.cloud_api_settings_header {
    float: left;
    width: calc(100% - 110px);
    height: auto;
    margin-top: 20px;
}

.inner_code_pre_style {
    margin-bottom: 25px;
    padding: 15px 10px 15px 10px;
    overflow-y: hidden;
    overflow-x: auto;
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
    font-size: 14px;
    max-width: 1160px;
    background-color: #eff0f1;
    white-space: nowrap;
    user-select: all;
}

.api_code_table_class {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
    margin-bottom: 50px;
}

.api_code_header_row_class {
    padding: 15px;
    vertical-align: top;
    color: #2e2e2e;
    font-weight: 600;
    border: 1px solid #eeeeee;
    line-height: 1.5;
}

.api_code_each_row_class {
    padding: 15px;
    vertical-align: top;
    color: #2e2e2e;
    line-height: 1.5;
}

.background_color_f5f5f5 {
    background-color: #f5f5f5;
}

.background_color_e7e7e7 {
    background-color: #e7e7e7;
}

.word_break {
    word-break: break-word;
}

#initialization {
    position: absolute;
    width: 100%;
    height: 10px;
    max-width: 1px;
    margin-top: -150px;
}

#get-folder-list {
    position: absolute;
    width: 100%;
    height: 10px;
    max-width: 1px;
    margin-top: -150px;
}

#get-patient-order-list {
    position: absolute;
    width: 100%;
    height: 10px;
    max-width: 1px;
    margin-top: -150px;
}

#get-patient-order-list-with-date-range {
    position: absolute;
    width: 100%;
    height: 10px;
    max-width: 1px;
    margin-top: -150px;
}

#get-patient-order-list-in-folder {
    position: absolute;
    width: 100%;
    height: 10px;
    max-width: 1px;
    margin-top: -150px;
}

.user_manual_page_subject_container {
}

    .user_manual_page_subject_container h3 {
        color: #1a1a1a;
        font-size: 20px;
        font-weight: normal;
        padding-bottom: 15px;
        border-bottom: 2px solid #dfe4e6;
    }

    .user_manual_page_subject_container h1 {
        color: #33475b;
        font-size: 20px;
        padding-bottom: 15px;
        border-bottom: 2px solid #dfe4e6;
    }

    .user_manual_page_subject_container span {
        color: #999999;
        font-size: 13px;
    }

    .user_manual_page_subject_container a {
        text-decoration: none;
        color: inherit;
    }

.non_direct_link_content {
    color: #33475b;
    font-size: 20px;
    padding: 8px 0px 8px 0px;
    padding-left: 40px;
    margin-top: 12px;
    background-position: left 4px;
    background-repeat: no-repeat;
    background-size: 30px;
}

.uploading-medical-images {
    background-image: url('/images/upload.svg');
}

.patient-and-order-details {
    background-image: url('/images/details.svg');
}

.folders {
    background-image: url('/images/folders.svg');
}

.converting-dicom-images {
    background-image: url('/images/convert.svg');
}

.viewing-medical-images {
    background-image: url('/images/view.svg');
}

.measurements-and-annotations {
    background-image: url('/images/ruler.svg');
}

.recycle-bin {
    background-image: url('/images/recycle-bin.svg');
}

.settings {
    background-image: url('/images/settings.svg');
}

.share {
    background-image: url('/images/share.svg');
}

.postdicom-dc-viewer-usage {
    background-image: url('/images/cd.svg');
}

.direct_link_content {
    color: #33475b;
    font-size: 16px;
    padding: 8px 0px 8px 0px;
    list-style: disc;
}

    .direct_link_content::marker {
        color: #EB2986;
    }

    .direct_link_content > a {
        line-height: 1.2;
    }

    .direct_link_content a:hover {
        color: #EB2986 !important;
        text-decoration: underline;
    }

.margin_left_20px {
    margin-left: 20px;
}

.margin_left_50px {
    margin-left: 50px;
}

.user_manual_each_subject_fixed_menu {
    width: calc(100% - 40px);
    height: auto;
    background-color: #f1f1f1;
    padding: 20px;
    border: 1px solid #d2d1d1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

    .user_manual_each_subject_fixed_menu h3 {
        color: #1a1a1a;
        font-size: 20px;
        font-weight: normal;
        padding-bottom: 15px;
        border-bottom: 2px solid #dfe4e6;
    }

    .user_manual_each_subject_fixed_menu h1 {
        color: #33475b;
        font-size: 18px;
        font-weight: normal;
        padding-bottom: 15px;
        border-bottom: 2px solid #dfe4e6;
    }

    .user_manual_each_subject_fixed_menu span {
        color: #999999;
        font-size: 13px;
    }

    .user_manual_each_subject_fixed_menu a {
        text-decoration: none;
        color: inherit;
    }

.user_manual_sub_header_subject {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 15px;
    border-bottom: none !important;
}

.user_manual_subjects_content_area {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.subject_content_area_class p {
    font-size: 17px;
    color: #33475b;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 25px;
    letter-spacing: 0.2px;
}

.subject_content_area_class a {
    color: inherit;
}

.user_manual_subject_content_header {
    color: #bb1621;
    font-size: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 1.1;
    border-bottom: 1px solid #afafaf;
}

.margin_top_50px {
    margin-top: 50px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video_player_iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pos_abs_top_75px {
    position: absolute;
    margin-top: -135px;
}

.return_user_manual_text {
    padding-left: 25px;
    color: #33475b !important;
    font-size: 15px;
    top: 10px;
    position: relative;
    font-weight: 600;
}

    .return_user_manual_text:hover {
        color: #b91621 !important;
    }

.subject_content_header_sub_desc_ul {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.subject_content_header_sub_descriptions {
    padding-right: 10px;
    color: #737373;
    font-size: 14px;
    float: left;
    border-bottom: 1px solid #afafaf;
    width: calc(100% - 10px);
    padding-bottom: 15px;
    line-height: 1.2;
    margin-bottom: 15px;
}

    .subject_content_header_sub_descriptions a {
        color: #b91621;
    }

        .subject_content_header_sub_descriptions a:hover {
            text-decoration: underline;
        }

.margin_top_20px {
    margin-top: 20px !important;
}

.min_height_230 {
    min-height: 250px !important;
    width: 230px !important;
}

.imaging_page_image_2 {
    margin-right: 20px;
    width: 60px;
}

.dicom_table_page_fixed_menu {
    position: sticky;
    position: -webkit-sticky;
    width: 180px;
    height: auto;
    top: 160px;
}

    .dicom_table_page_fixed_menu ul {
        margin-left: 0 !important;
        list-style: none !important;
    }

        .dicom_table_page_fixed_menu ul li {
            margin-bottom: 0 !important;
            padding: 8px;
        }

            .dicom_table_page_fixed_menu ul li a {
                text-decoration: none !important;
                color: #33475b !important;
            }

                .dicom_table_page_fixed_menu ul li a:hover {
                    text-decoration: underline !important;
                    color: #b3141f !important;
                }

.dicom_table_page_main_content {
    margin-left: 180px;
    border-left: 1px solid #afafaf;
    padding-left: 20px;
    margin-top: -130px;
}

.dicom_table {
    border-spacing: 0;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .dicom_table input {
        padding: 10px 5px;
        border: 1px solid #cbd6e2;
        font-size: 14px;
        background-color: #f5f8fa;
        color: #33475b;
        text-align: left;
        vertical-align: middle;
        width: calc(100% - 12px);
        outline-color: #33475b;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .dicom_table th {
        padding: 10px 8px;
        border-bottom: 1px solid #d0d0d0;
        font-weight: 600;
        vertical-align: middle;
        font-size: 15px;
    }

    .dicom_table td {
        padding: 8px;
        border-bottom: 1px solid #d0d0d0;
        font-weight: 100;
        vertical-align: middle;
        font-size: 14px;
    }

    .dicom_table thead tr {
        background-color: #e4ecf1;
    }

    .dicom_table tbody tr:nth-child(odd) {
        background-color: #ffffff;
    }

    .dicom_table tbody tr:nth-child(even) {
        background-color: #fafafa;
    }

    .dicom_table tbody tr td:first-child {
        word-break: keep-all;
    }

.dicom_table_input_row {
    background-color: #ffffff !important;
}

    .dicom_table_input_row th {
        padding: 16px 16px 16px 4px !important
    }

.retired_row_color {
    color: #ababab;
}

#dicom-tags {
    position: absolute;
    width: 100%;
    height: 10px;
    max-width: 1px;
    margin-top: -160px;
}

#transfer-syntaxes {
    position: absolute;
    width: 100%;
    height: 10px;
    max-width: 1px;
    margin-top: -160px;
}

#sop-classes {
    position: absolute;
    width: 100%;
    height: 10px;
    max-width: 1px;
    margin-top: -160px;
}

#modalities {
    position: absolute;
    width: 100%;
    height: 10px;
    max-width: 1px;
    margin-top: -160px;
}
/*TEMP STYLE FOR OTHER PAGES*/
/*TEMP FOR MOBILE*/
/*@media only screen and (max-width:720px) {
    #head-fixed {
        display: none;
    }

    .mob-temp-footer {
        display: none;
    }

    .inter-spl {
        display: none;
    }

    .p-100-0 {
        padding: 50px 0;
    }

    .solutions-flower {
        overflow: hidden;
    }
}*/
/*TEMP FOR MOBILE*/
