@charset "utf-8";

/*----------intial declartaion of css----------*/

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Thin.woff2') format('woff2'), url('fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'), url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Black.woff2') format('woff2'), url('fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Condensed';
    src: url('fonts/GothamCondensed-Medium.woff2') format('woff2'), url('fonts/GothamCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Condensed';
    src: url('fonts/GothamCondensed-Light.woff2') format('woff2'), url('fonts/GothamCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2'), url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'), url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('fonts/Gotham-Ultra.woff2') format('woff2'), url('fonts/Gotham-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro.woff2') format('woff2'), url('fonts/GothamPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro-LightItalic.woff2') format('woff2'), url('fonts/GothamPro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

.header.fixed {
    position: fixed;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

html {
    -webkit-text-size-adjust: none;
}

html,
body {
    height: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    height: 25px;
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}


/* remember to define focus styles! */

:focus {
    outline: 0;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}


/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

a {
    text-decoration: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

td {
    vertical-align: top;
}

img {
    border: 0 none;
    max-width: 100%;
}

a {
    outline: none;
    cursor: pointer;
}


/* End hide from IE Mac */

.none {
    display: none;
}


/* End Clearfix */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}


/* For modern browsers */

.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/* For IE 6/7 (trigger hasLayout) */

.btn.submit_form:focus {
    border-top: 4px solid #755ba2 !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

h2 {
    font-size: 27px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #7A63AB;
}

h3 {
    font-size: 17px;
    margin-bottom: 8px;
    color: #717171;
    font-family: Gotham;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 22px;
}

h4 {
    font-size: 16px;
    margin-bottom: 20px
}

h5 {
    font-size: 12px;
    margin-bottom: 20px
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
}


/*--------------- content css start------------*/

a:hover,
a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -mz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

html,
body {
    font-family: 'Gotham';
}

.btn:hover {
    background-color: #AF328A;
    color: #fff;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        -moz-transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-webkit-keyframes grow {
    0% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-moz-keyframes heartFloatY {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    5% {
        transform: translateY(-20px);
        opacity: 1;
    }
    45% {
        transform: translateY(-140px);
        opacity: 1;
    }
    50% {
        transform: translateY(-150px);
        opacity: 0;
    }
    100% {
        transform: translateY(-150px);
        opacity: 0;
    }
}

@-webkit-keyframes heartFloatY {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    5% {
        transform: translateY(-20px);
        opacity: 1;
    }
    45% {
        transform: translateY(-140px);
        opacity: 1;
    }
    50% {
        transform: translateY(-150px);
        opacity: 0;
    }
    100% {
        transform: translateY(-150px);
        opacity: 0;
    }
}

@keyframes heartFloatY {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    5% {
        transform: translateY(-20px);
        opacity: 1;
    }
    45% {
        transform: translateY(-140px);
        opacity: 1;
    }
    50% {
        transform: translateY(-150px);
        opacity: 0;
    }
    100% {
        transform: translateY(-150px);
        opacity: 0;
    }
}

.heart-floatY {
    -webkit-animation: heartFloatY infinite 8s linear;
    -moz-animation: heartFloatY infinite 8s linear;
    animation: heartFloatY infinite 8s linear;
    animation-fill-mode: forwards;
}

@-moz-keyframes heartFloatX {
    0% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(-10px);
    }
}

@-webkit-keyframes heartFloatX {
    0% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(-10px);
    }
}

@keyframes heartFloatX {
    0% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(-10px);
    }
}

.heart-floatX {
    -webkit-animation: heartFloatX infinite 4s ease-in-out;
    -moz-animation: heartFloatX infinite 4s ease-in-out;
    animation: heartFloatX infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}

@-moz-keyframes aboutGriddotV1 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(222px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes aboutGriddotV1 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(222px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes aboutGriddotV1 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(222px);
    }
    100% {
        transform: translateY(0px);
    }
}

.about-griddotv1 {
    -webkit-animation: aboutGriddotV1 infinite 10s ease-in-out;
    -moz-animation: aboutGriddotV1 infinite 10s ease-in-out;
    animation: aboutGriddotV1 infinite 10s ease-in-out;
    animation-fill-mode: forwards;
}

@-moz-keyframes aboutGriddotH1 {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(220px);
    }
    100% {
        transform: translateX(0px);
    }
}

@-webkit-keyframes aboutGriddotH1 {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(220px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes aboutGriddotH1 {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(220px);
    }
    100% {
        transform: translateX(0px);
    }
}

.about-griddoth1 {
    -webkit-animation: aboutGriddotH1 infinite 10s ease-in-out;
    -moz-animation: aboutGriddotH1 infinite 10s ease-in-out;
    animation: aboutGriddotH1 infinite 10s ease-in-out;
    animation-fill-mode: forwards;
}

@-moz-keyframes aboutWheelSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes aboutWheelSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes aboutWheelSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.about-wheelspin {
    -webkit-animation: aboutWheelSpin infinite 15s linear;
    -moz-animation: aboutWheelSpin infinite 15s linear;
    animation: aboutWheelSpin infinite 15s linear;
    animation-fill-mode: forwards;
}

@-moz-keyframes aboutItemDrop {
    0% {
        transform: translateY(0px);
    }
    15% {
        transform: translateY(330px);
    }
    100% {
        transform: translateY(330px);
    }
}

@-webkit-keyframes aboutItemDrop {
    0% {
        transform: translateY(0px);
    }
    15% {
        transform: translateY(330px);
    }
    100% {
        transform: translateY(330px);
    }
}

@keyframes aboutItemDrop {
    0% {
        transform: translateY(0px);
    }
    15% {
        transform: translateY(330px);
    }
    100% {
        transform: translateY(330px);
    }
}

.about-itemdrop {
    -webkit-animation: aboutItemDrop infinite 15s ease-in;
    -moz-animation: aboutItemDrop infinite 15s ease-in;
    animation: aboutItemDrop infinite 15s ease-in;
    animation-fill-mode: forwards;
}

@-moz-keyframes heartFloatY2 {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    10% {
        transform: translateY(-20px);
        opacity: 1;
    }
    80% {
        transform: translateY(-100px);
        opacity: 1;
    }
    90% {
        transform: translateY(-120px);
        opacity: 0;
    }
    100% {
        transform: translateY(-120px);
        opacity: 0;
    }
}

@-webkit-keyframes heartFloatY2 {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    10% {
        transform: translateY(-20px);
        opacity: 1;
    }
    80% {
        transform: translateY(-100px);
        opacity: 1;
    }
    90% {
        transform: translateY(-120px);
        opacity: 0;
    }
    100% {
        transform: translateY(-120px);
        opacity: 0;
    }
}

@keyframes heartFloatY2 {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    10% {
        transform: translateY(-20px);
        opacity: 1;
    }
    80% {
        transform: translateY(-100px);
        opacity: 1;
    }
    90% {
        transform: translateY(-120px);
        opacity: 0;
    }
    100% {
        transform: translateY(-120px);
        opacity: 0;
    }
}

.container {
    width: 1400px;
}

.left-con {
    width: 40%;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #717171;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #717171;
    opacity: 1;
}

::placeholder {
    color: #717171;
    opacity: 1;
}

#header .logo {
    color: #fff;
    text-decoration: none;
}

.left-logo img {
    width: 230px;
}

.right-logo img {
    width: 52px;
}

.navigation {
    display: block !important;
}

.navigation {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    height: 100%;
}

.navigation ul {
    list-style: none;
    margin-bottom: 0;
}

.navigation ul li {
    position: relative;
    display: inline-block;
    float: left;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navigation ul li.home img {
    width: 110px;
    margin-top: -22px;
}

.navigation ul li:first-child::before {
    width: 0px;
}

.ps-scrollbar-y-rail {
    display: none !important;
}

.main-panel {
    position: relative;
    overflow: visible !important;
}

.contact_form {
    margin-bottom: 20px;
}


/*
.navigation ul li.active {
    background: -moz-linear-gradient(top, rgba(61, 134, 198, 0) 0%, rgba(9, 189, 221, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(61, 134, 198, 0) 0%, rgba(9, 189, 221, 1) 100%);
    background: linear-gradient(to bottom, rgba(61, 134, 198, 0) 0%, rgba(9, 189, 221, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003d86c6', endColorstr='#09bddd', GradientType=0);
}
*/

.navigation>ul>li>a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation ul li a {
    display: block;
    color: #123C61;
    position: relative;
    padding: 0px 50px;
    font-size: 14px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    font-weight: 500;
    line-height: 16px;
}

.navigation ul li.active .active {
    font-weight: bold;
}

.mob-menu {
    display: none;
    width: 26px;
    position: relative;
    z-index: 99999;
}

.main-btn {
    background-image: url('../images/watch-video-btn.png');
    background-repeat: no-repeat;
}

.navigation {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    height: 100%;
    padding-top: 40px;
}

.navigation ul li.home img {
    width: 110px;
    margin-top: -35px;
}

#header {
    position: relative;
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    padding: 0 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1001;
    right: 0;
    background: #ffffff78;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}

.banner-bg {
    height: 100%;
    width: 100%;
    position: relative;
    padding-top: 100px;
}

.navigation ul li::before {
    position: absolute;
    content: '';
    height: 20px;
    width: 1px;
    background: #123C61;
    top: 4px;
}

.single-card {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}

.single-card:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.left-con {
    width: 50%;
    padding-top: 70px;
    padding-left: 100px;
    display: block;
    float: left;
}

.right-img {
    float: right;
    width: 50%;
    padding-right: 120px;
    text-align: right;
}

.leftimg img {
    width: 80%;
}

.right-img img {
    max-width: 85%;
}

.content {
    height: 100%;
}

.leftcont {
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

h1 {
    color: #7A63AA;
    font-size: 61px;
    font-weight: normal;
    line-height: 64px;
    margin-bottom: 20px;
    font-family: Gotham Pro;
    text-transform: uppercase;
}

.leftcont p {
    font-size: 25px;
    color: #123C61;
    line-height: 29px;
}

.main-btn img {
    width: 340px;
    margin-top: 20px;
}

.main-btn {
    display: inline-block;
    font-size: 23px;
    margin-top: 10px;
    background: #B0BC25;
    font-weight: normal;
    color: #fff;
    font-family: Gotham Pro;
    padding: 15px 45px;
    border-radius: 3px;
    margin-top: 30px;
}

.main-btn:hover {
    color: #7A63AB;
}

.single-card {
    border: 1px solid #7A63AB;
    border-radius: 12px;
    box-shadow: 0 0 24px 1px #7A63AB;
    margin: 10px 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.table-middle {
    display: table-cell;
    vertical-align: middle;
}

.table-div {
    height: 100%;
    display: table;
    width: 100%;
}

.use-cases {
    height: 100%;
    padding-top: 50px;
}

.card-con {
    background: #7A63AB;
    text-align: center;
    padding: 15px 20px 35px;
    border-radius: 0px 0px 10px 10px;
    position: relative;
    transition: all 0.8s ease-in-out;
}

.card-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
}

.navigation ul li:nth-child(2)::before {
    width: 0px;
}

.card-btn .watch-btn {
    background: #B0BC36;
    color: #fff;
    border-radius: 26px;
    padding: 5px 17px;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 0 3px 5px 0px #4E2F91;
}

.cardp {
    font-family: Gotham;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    -webkit-transition: color 1s, font-size 1s;
    -moz-transition: color 1s, font-size 1s;
    -o-transition: color 1s, font-size 1s;
    transition: color 1s, font-size 1s;
}

#header.inner-page {
    background: #fff;
    box-shadow: 0 3px 8px 0 #ddd;
}

.modal-dialog {
    width: 800px;
    margin: 30px auto;
    top: 100px;
}

#iframeYoutube {
    width: 100%;
}

.btn.btn-default.close-btn {
    position: absolute;
    right: -13px;
    z-index: 9;
    top: -43px;
    font-weight: bold;
    font-size: 21px;
    background: no-repeat;
    border: none;
    color: #fff;
    background: #3D86C6;
    border-radius: 100px;
    padding: 5px;
    height: 40px;
    width: 40px;
}

.single-card:hover .cardp {
    font-size: 17px;
    line-height: 22px;
}


/*
.single-card:hover .card-con {

    padding-bottom: 42px;

}
.single-card:hover .card-btn {

    bottom: 7px;

}
*/

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(61, 134, 198, 0.45);
}

.table-start {
    padding-left: 0;
}

#page-case-studies #tier-hero .bg-image {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 55px;
    position: relative;
}

.spacer {
    width: 100%;
    height: auto;
    display: block;
}

.sizer {
    visibility: hidden;
}

.background {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

#page-case-studies #tier-hero .background {
    width: 700px;
    transform-origin: left top;
}

#page-case-studies #tier-hero.on .blob {
    -webkit-animation: floatY infinite 10s ease-in-out;
    -moz-animation: floatY infinite 10s ease-in-out;
    animation: floatY infinite 10s ease-in-out;
    animation-duration: 10s;
    animation-fill-mode: none;
    animation-fill-mode: forwards;
    animation-duration: 8s;
}

#page-case-studies #tier-hero .blob {
    width: 241px;
    left: 230px;
    top: 3px;
}

.part {
    position: absolute;
    left: 0;
    top: 0;
}

#page-case-studies #tier-hero.on .blob img {
    -webkit-animation: aboutWheelSpin infinite 15s linear;
    -moz-animation: aboutWheelSpin infinite 15s linear;
    animation: aboutWheelSpin infinite 15s linear;
    animation-duration: 15s;
    animation-fill-mode: none;
    animation-fill-mode: forwards;
    animation-duration: 8s;
}

.part img {
    width: 100%;
    height: auto;
    display: block;
}

.background .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.background .layer img {
    width: 100%;
    height: auto;
    display: block;
}

#page-case-studies #tier-hero .heart-group[data-num="1"] {
    left: 35px;
    top: 130px;
}

#page-case-studies #tier-hero .heart-group {
    position: absolute;
    z-index: 2;
}

#page-case-studies #tier-hero.on .heart-group[data-num="1"] .heart[data-num="1"] {
    animation-delay: -2s;
}

#page-case-studies #tier-hero.on .heart {
    -webkit-animation: heartFloatY infinite 8s linear;
    -moz-animation: heartFloatY infinite 8s linear;
    animation: heartFloatY infinite 8s linear;
    animation-delay: 0s;
    animation-fill-mode: none;
    animation-fill-mode: forwards;
}

#page-case-studies #tier-hero .heart[data-num="1"] {
    left: 0px;
}

#page-case-studies #tier-hero .heart.sm {
    width: 21px;
}

.part {
    position: absolute;
    left: 0;
    top: 0;
}

section#tier-hero,
.global {
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    padding-top: 180px;
}

#page-case-studies #tier-hero.on .heart img {
    -webkit-animation: heartFloatX infinite 4s ease-in-out;
    -moz-animation: heartFloatX infinite 4s ease-in-out;
    animation: heartFloatX infinite 4s ease-in-out;
    animation-fill-mode: none;
    animation-fill-mode: forwards;
}

#page-case-studies #tier-hero.on .heart-group[data-num="1"] .heart[data-num="2"] {
    animation-delay: -6s;
}

#page-case-studies #tier-hero .heart[data-num="2"] {
    left: 50px;
}

#page-case-studies #tier-hero .heart.big {
    width: 34px;
}

#page-case-studies #tier-hero.on .heart-group[data-num="1"] .heart[data-num="2"] img {
    animation-delay: -2s;
}

#page-case-studies #tier-hero.on .heart img {
    -webkit-animation: heartFloatX infinite 4s ease-in-out;
    -moz-animation: heartFloatX infinite 4s ease-in-out;
    animation: heartFloatX infinite 4s ease-in-out;
    animation-delay: 0s;
    animation-fill-mode: none;
    animation-fill-mode: forwards;
}

#page-case-studies #tier-hero .heart-group[data-num="2"] {
    left: 175px;
    top: 90px;
}

#page-case-studies #tier-hero.on .heart-group[data-num="2"] .heart[data-num="2"] {
    animation-delay: -7s;
}

#page-case-studies #tier-hero .heart[data-num="2"] {
    left: 50px;
}

#page-case-studies #tier-hero.on .heart-group[data-num="2"] .heart[data-num="1"] {
    animation-delay: -4s;
}

#page-case-studies #tier-hero.on .heart-group[data-num="2"] .heart[data-num="1"] img {
    animation-delay: -1s;
}

#page-case-studies #tier-hero .heart-group[data-num="3"] {
    left: 315px;
    top: 120px;
}

#page-case-studies #tier-hero.on .heart-group[data-num="3"] .heart[data-num="1"] {
    animation-delay: -1s;
}

#page-case-studies #tier-hero.on .heart-group[data-num="3"] .heart[data-num="1"] img {
    animation-delay: -1s;
}

#page-case-studies #tier-hero.on .heart-group[data-num="3"] .heart[data-num="2"] {
    animation-delay: -4s;
}

#page-case-studies #tier-hero.on .heart-group[data-num="3"] .heart img {
    animation-delay: -1s;
}

#page-case-studies #tier-hero .heart-group[data-num="4"] {
    left: 450px;
    top: 130px;
}

#page-case-studies #tier-hero.on .heart-group[data-num="4"] .heart[data-num="1"] {
    animation-delay: -3s;
}

#page-case-studies #tier-hero.on .heart-group[data-num="4"] .heart[data-num="1"] img {
    animation-delay: -2s;
}

#page-case-studies #tier-hero .heart[data-num="2"] {
    left: 70px;
}

#page-case-studies #tier-hero.on .heart-group[data-num="4"] .heart[data-num="2"] img {
    animation-delay: -3s;
}

#page-case-studies #tier-hero .heart[data-num="5"] {
    left: 160px;
}

.bot-con {
    padding-top: 5px;
}

.table-sec {
    padding-top: 8px;
    padding-bottom: 20px;
}

.bot-con p {
    color: #231431;
    font-size: 22px;
    font-family: Gotham Pro;
    line-height: 31px;
}

.clients-slider {
    padding: 0 40px;
}

.clients {
    padding: 30px 0 20px;
}

.clients-slider {
    padding: 0 40px;
    box-shadow: 0 0px 8px 0 #ddd;
}

.owl-carousel .owl-stage-outer {
    padding-bottom: 0;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.next-sec {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.next-sec {
    text-align: center;
    width: 45px;
    margin: 30px auto;
}

#menutabs {
    padding-left: 0;
    margin: 0;
}

.righticon-w-con.tabimg-slide {
    padding-top: 30px;
    padding-left: 50px;
    width: 80%;
    margin-right: 0;
    margin-left: auto;
}

td {
    vertical-align: top;
    font-size: 15px;
    color: #717171;
    font-family: Gotham Pro;
    text-align: center;
    padding: 8px 15px 8px;
    vertical-align: middle;
}

th {
    color: #7A63AB;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    font-family: Gotham;
    font-weight: 500;
    vertical-align: top;
    padding-bottom: 10px;
}

.table-input {
    border: 1px solid #E1E7EE;
    border-radius: 2px;
    margin-bottom: 4px;
    text-align: center;
    padding: 6px 0px;
    font-family: Gotham Pro;
    color: #717171;
    font-size: 17px;
    min-width: 100%;
}

td.leftA {
    text-align: left;
}

.single-col {
    float: left;
    width: 46%;
    padding-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
}

label {
    color: #B1B3B6;
    font-family: Gotham Pro;
    font-size: 17px;
    font-weight: normal;
    display: block;
}

input {
    border-bottom: 1px solid #B8D0E6;
    width: 100%;
    color: #717171;
    font-family: Gotham Pro;
    font-size: 17px;
    margin-top: 4px;
}

.notes {
    font-family: Gotham Pro;
    font-size: 14px;
    color: #717171;
    padding-bottom: 30px;
}

.full-col-input {
    float: none;
    width: 96%;
    padding-bottom: 30px;
    margin-left: 2%;
    margin-right: 2%;
}

select {
    border-bottom: 1px solid #B8D0E6;
    width: 100%;
    color: #B1B3B6;
    font-family: Gotham Pro;
    font-size: 16px;
    margin-top: 7px;
}

.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 16px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #B8D0E6;
}

.tooltip1 {
    display: inline-block;
    position: relative;
    text-align: left;
}

.tooltip1 ul {
    padding-left: 0;
}

.tooltip1 ul li {
    padding-bottom: 0;
    font-size: 14px;
    color: #717171;
}

.tooltip1 h3 {
    margin: 12px 0;
    font-size: 14px;
    color: #717171;
    margin: 0;
    text-transform: none;
    font-family: Gotham Pro;
    font-weight: normal;
    line-height: 19px;
}

.tooltip1.secondtool .right {
    min-width: 310px;
}

.tooltip1 .right {
    min-width: 340px;
    max-width: 400px;
    top: 50%;
    left: 100%;
    margin-left: 20px;
    transform: translate(0, -50%);
    padding: 0;
    color: #717171;
    background-color: #fff;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    border: 2px solid #3D86C6;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s;
}

.tooltip1:hover .right {
    visibility: visible;
    opacity: 1;
}

.tooltip1 .right img {
    width: 400px;
    border-radius: 8px 8px 0 0;
}

.tooltip1 .text-content {
    padding: 8px 10px;
}

.tooltip1 .right i {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -12px;
    width: 16px;
    height: 24px;
    overflow: hidden;
}

.tooltip1 .right i::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translate(50%, -50%) rotate(-45deg);
    background-color: #fff;
    border: 2px solid #3D86C6;
}

.secondtool ul {
    float: left;
    width: 50%;
    margin: 7px 0;
}

.secondtool ul li {
    font-size: 13px;
    padding: 3px 0;
}

.secondtool ul {
    float: left;
    width: 50%;
}

.check-container input:checked~.checkmark {
    border: 1px solid #B8D0E6;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.check-container input:checked~.checkmark:after {
    display: block;
}

.check-container .checkmark::after {
    left: 8px;
    top: 5px;
    width: 6px;
    height: 11px;
    border: solid #3D86C6;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Icon Wobble Horizontal */

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal:before {
    content: "\f061";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover:before,
.hvr-icon-wobble-horizontal:focus:before,
.hvr-icon-wobble-horizontal:active:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.next-btn button {
    background: #B0BC25;
    border: none;
    font-size: 17px;
    padding: 7px 39px 7px 15px;
    font-family: Gotham Pro;
    font-weight: normal;
    border-radius: 2px;
    border: 1px solid #B0BC25;
    height: auto;
    float: right;
}

.slide3-table td,
.slide1-table td,
.slide7-table td,
.slide8-table td {
    padding: 0px 15px 0px;
}

.prev-btn button {
    background: transparent;
    border: none;
    font-size: 17px;
    padding: 6px 20px 7px 40px;
    font-family: Gotham Pro;
    font-weight: normal;
    border-radius: 2px;
    border: 1px solid #7A63AB;
    color: #7A63AB;
    margin-right: 12px;
    height: auto;
}

.both-btns {
    float: right;
}

.hvr-icon-back {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-left: 2.2em;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.hvr-icon-back:before {
    content: "\f060";
    position: absolute;
    left: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-back:hover:before,
.hvr-icon-back:focus:before,
.hvr-icon-back:active:before {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}

.hvr-icon-back:hover:before,
.hvr-icon-back:focus:before,
hvr-icon-back:active:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.both-btns .prev-btn {
    float: left;
}

.both-btns .next-btn {
    float: left;
}

.left-image-con {
    padding-top: 90px;
}

.blue-input {
    border: none;
    background: #F0F4FB;
    text-align: center;
    color: #3D86C6;
    font-family: Gotham;
    font-weight: 500;
    padding: 3px 5px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.righticon-w-con.tabimg-slide2 {
    padding-top: 0px;
    padding-left: 10px;
    width: 71%;
    margin-left: auto;
}

.total-row .leftA {
    color: #3D86C6;
    font-size: 20px;
    font-family: Gotham;
    font-weight: normal;
}

.total-row td {
    font-size: 19px;
    font-family: Gotham;
    font-weight: 500;
    color: #3D86C6;
}

.table-sec thead {
    border-bottom: 1px solid #E1E7EE;
}

.total-row {
    border-top: 1px solid #E1E7EE;
}

.table-form {
    box-shadow: 0px 0px 9px 0px #ddd;
    padding: 10px 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.righticon-w-con {
    padding-top: 130px;
    padding-left: 35px;
    margin-right: 0;
    text-align: right;
    max-width: 300px;
}

.table-sec {
    padding-bottom: 30px;
    padding-left: 15px;
}

.checkout-wrap {
    font-family: 'PT Sans Caption', sans-serif;
    margin: 30px auto 40px;
    z-index: 9;
    position: relative;
    left: 54px;
    top: 10px;
}

ul.checkout-bar li {
    color: #ccc;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin: 46px auto;
    padding: 0;
    text-align: center;
    width: 20%;
    float: left;
}

ul.checkout-bar.high-bar2 li,
ul.checkout-bar.high-bar4 li {
    width: 50%;
}

ul.checkout-bar.high-bar3 li {
    width: 100%;
}

ul.checkout-bar li::before {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 2px #ABC0DF;
    background: #ABC0DF;
    border: 5px solid #FFF;
    border-radius: 50%;
    color: #fff;
    font-size: 0;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    height: 20px;
    left: 40%;
    left: 0px;
    line-height: 30px;
    position: absolute;
    top: -55px;
    width: 20px;
    z-index: 99999;
}

ul.checkout-bar li.active {
    color: #A6447A;
    font-weight: bold;
}

ul.checkout-bar li.active::before {
    background: #09BDDD;
    box-shadow: 0px 0px 0px 2px #09BDDD;
}

ul.checkout-bar li.visited {
    color: #036c99;
    z-index: 99999;
    background: none;
}

ul.checkout-bar li.visited::before {
    background: #09bddd;
    z-index: 99999;
    box-shadow: 0px 0px 0px 2px #09BDDD;
}

ul.checkout-bar li:nth-child(1):before {
    content: "1";
}

ul.checkout-bar li:nth-child(2):before {
    content: "2";
}

ul.checkout-bar li:nth-child(3):before {
    content: "3";
}

ul.checkout-bar li:nth-child(4):before {
    content: "4";
}

ul.checkout-bar li:nth-child(5):before {
    content: "5";
}

ul.checkout-bar li:nth-child(6):before {
    content: "6";
}

ul.checkout-bar a {
    color: #ccc;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

ul.checkout-bar li.active a {
    color: #09BDDD;
}

ul.checkout-bar li.visited a {
    color: #036c99;
}


/*
.checkout-bar li.active:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-color: #A6447A;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content:"";
    height: 15px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: -50px;
    z-index: 0;
}
*/

ul.checkout-bar {
    background-size: 35px 35px;
    background-color: #ABC0DF;
    border-radius: 9px;
    height: 4px;
    margin: 0px -19px 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

ul.checkout-bar:before {
    background-size: 35px 35px;
    background-color: #036c99;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 0;
}

@keyframes myanimation {
    from {
        left: -80%;
    }
    to {
        left: 0%;
    }
}

@keyframes myanimation1 {
    from {
        left: 0%;
    }
    to {
        left: 0%;
    }
}

ul.checkout-bar li.visited::after {
    background-size: 35px 35px;
    background-color: #09bddd;
    content: "";
    height: 4px;
    left: 5%;
    position: absolute;
    top: -46px;
    width: 100%;
    z-index: 99;
    -webkit-animation: myanimation 1s 0s;
    animation: myanimation 1s 0s;
}

ul.checkout-bar.high-bar3 li.visited::after {
    left: 2%;
}

ul.checkout-bar li:first-child.visited::after {
    -webkit-animation: myanimation1 1s 0s;
    animation: myanimation1 1s 0s;
    overflow: hidden;
}

ul.checkout-bar li:last-child,
ul.checkout-bar.high-bar2 li:last-child,
ul.checkout-bar.high-bar3 li:last-child,
ul.checkout-bar.high-bar4 li:last-child {
    width: auto;
    float: right;
}

.sidebar .nav li {
    opacity: 0.5;
    background-color: #f0f4fb;
}

.sidebar .nav li.active {
    opacity: 1;
    background-color: #FFFFFF;
}

.sidebar .nav li.active a {
    opacity: 1;
    background: #fff;
    font-weight: bold;
    position: relative;
}

.sidebar .nav li.active::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 10px;
    background: #7a63ab;
    left: 0;
    z-index: 1;
    
}
.nav-pills > li + li {
    margin-left: 0;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #7a63ab;
}

@media only screen and (max-width: 767px) {
    .single-col {
        float: left;
        width: 100%;
        padding-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    .full-col-input {
        margin-left: 0;
        margin-right: 0;
    }
    .check-container {
        font-size: 16px;
    }
    .tab-content {
        padding-left: 0;
    }
    .table-sec {
        padding-left: 0;
    }
    .sidebar .sidebar-wrapper,
    .off-canvas-sidebar .sidebar-wrapper {
        width: 260px;
    }
    .sidebar,
    .bootstrap-navbar {
        width: 260px;
    }
    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    tr {
        margin: 0 0 1rem 0;
    }
    /*
    tr:nth-child(odd) {
        background: #ccc;
    }
*/
    .table-input {
        min-width: 100%;
    }
    .table-form {
        box-shadow: none;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .table-form tr {
        box-shadow: 0px 0px 9px 0px #ddd;
        padding: 18px;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
    }
    td.leftA {
        text-align: left;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .main-panel>.navbar {
        margin-bottom: 0;
        background-color: transparent !important;
        padding: 20px 0px;
        width: 100%;
    }
    .main-panel {
        padding-right: 0;
    }
    td::before {
        position: relative;
        top: 0;
        left: auto;
        width: 100%;
        padding-right: 10px;
        font-size: 15px;
        right: auto;
        vertical-align: middle;
    }
    .total-row td {
    font-size: 16px;
}
    .slide1-table td:nth-of-type(1):before {
        content: "";
    }
    .slide1-table td:nth-of-type(2):before {
        content: "Total users";
    }
    
    .slide1-table .total-row td:nth-of-type(3):before {
        content: " "; padding-right: 0;
    }
    .slide1-table td:nth-of-type(3):before {
        content: "Per-user-per-month license cost"; 
    }
    
    .slide1-table td:nth-of-type(4):before {
        content: "Total monthly cost";
    }
    .slide2-table td:nth-of-type(1):before {
        content: "";
    }
    .slide2-table td:nth-of-type(2):before {
        content: "Total users";
    }
    .slide2-table td:nth-of-type(3):before {
        content: "Total monthly cost";
    }
    .slide3-table td:nth-of-type(1):before {
        content: "";
    }
    .slide3-table td:nth-of-type(2):before {
        content: "Minutes";
    }
    .slide3-table td:nth-of-type(3):before {
        content: "Price-per-minute";
    }
    .slide3-table .total-row td:nth-of-type(3):before {
        content: " "; padding-right: 0
    }
    .slide3-table td:nth-of-type(4):before {
        content: "Total monthly cost";
    }
    .slide4-table td:nth-of-type(1):before {
        content: "";
    }
    .slide4-table td:nth-of-type(2):before {
        content: "Internal";
    }
    .slide4-table td:nth-of-type(3):before {
        content: "External";
    }
    .slide5-table td:nth-of-type(1):before {
        content: "";
    }
    .slide5-table td:nth-of-type(2):before {
        content: "Total users";
    }
    .slide5-table td:nth-of-type(3):before {
        content: "Per user per month license cost";
    }
    .slide5-table .total-row td:nth-of-type(3):before {
        content: " "; padding-right: 0
    }
    .slide5-table td:nth-of-type(4):before {
        content: "Total monthly cost";
    }
    .slide6-table td:nth-of-type(1):before {
        content: "";
    }
    .slide6-table td:nth-of-type(2):before {
        content: "Total estimated costs - 12 month average";
    }
    .slide7-table td:nth-of-type(1):before {
        content: ""; padding-right: 0;
    }
    .slide7-table td:nth-of-type(2):before {
        content: "Total users";
    }
    .slide7-table td:nth-of-type(3)::before {
    content: "";
    padding-right: 0;
}
    .slide7-table td:nth-of-type(4):before {
        content: "Total monthly cost";
    }
    .slide8-table td:nth-of-type(1):before {
        content: "";
    }
    .slide8-table td:nth-of-type(2):before {
        content: "Minutes";
    }
    .slide8-table td:nth-of-type(3):before {
        content: "Price-per-minute";
    }
    .slide8-table .total-row td:nth-of-type(3):before {
        content: " "; padding-right: 0;
    }
    .slide8-table td:nth-of-type(4):before {
        content: "Total monthly cost";
    }
    .slide9-table td:nth-of-type(1):before {
        content: "";
    }
    .slide9-table td:nth-of-type(2):before {
        content: "Internal";
    }
    .slide9-table td:nth-of-type(3):before {
        content: "External";
    }
    .slide10-table td:nth-of-type(1):before {
        content: "";
    }
    .slide10-table td:nth-of-type(2):before {
        content: "Total shared devices";
    }
    .slide10-table td:nth-of-type(3)::before {
    content: "Per-device-per-month";
}
    .slide10-table .total-row td:nth-of-type(3):before {
        content: " "; padding-right: 0;
    }
    .slide10-table td:nth-of-type(4):before {
        content: "Total monthly cost";
    }
    .slide11-table td:nth-of-type(1):before {
        content: "";
    }
    .slide11-table td:nth-of-type(2):before {
        content: "Estimated monthly costs(12 month average)";
    }
    
    .slide12-table td:nth-of-type(1):before {
        content: "";
    }
    .slide12-table td:nth-of-type(2):before {
        content: "# Racks";
    }
    .slide12-table td:nth-of-type(3):before {
        content: "Cost-per-rack-per-month";
    }
    .slide12-table .total-row td:nth-of-type(3)::before {
    content: " "; padding-right: 0
}
    .slide12-table td:nth-of-type(4):before {
        content: "Total monthly cost";
    }
    .slide13-table td:nth-of-type(1):before {
        content: "";
    }
    .slide13-table td:nth-of-type(2):before {
        content: "# FTE";
    }
    .slide13-table td:nth-of-type(3):before {
        content: "Average fully loaded cost";
    }
    .slide13-table .total-row td:nth-of-type(3)::before {
    content: " "; padding-right: 0
}
    .slide13-table td:nth-of-type(4):before {
        content: "Total yearly cost";
    }
    .slide14-table td:nth-of-type(1):before {
        content: "";
    }
    .slide14-table td:nth-of-type(2):before {
        content: "Monthly estimated cost(12 month average)";
    }
}

.input-icon {
    position: relative;
}

.input-icon>i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
}

.input-icon>input {
    padding-left: 25px;
    padding-right: 0;
}

.input-icon-right>i {
    right: 0;
}

.input-icon-right>input {
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}

input.doll_inpt {
    font-size: 16px;
    padding: 0;
    border: 1px solid #e1e7ee;
    border-left: 0;
    width: 100%;
    color: #666;
    border-radius: 0 0px 0px 0;
    font-family: Gotham Pro;
    font-weight: bold;
    margin-top: 0;
}

input.doll_inpt:focus {
    outline: 0;
}

input.doll_inpt.error {
    border-color: #ff0000;
}

label.doll_inpt.error {
    background-color: #ff0000;
    color: #fff;
    padding: 6px;
    font-size: 11px;
}


/* 
label {
    color: #999;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em
} */

.flex {
    display: flex;
    justify-content: flex-start;
}

.flex input.doll_inpt {
    max-width: 300px;
    flex: 1 1 300px;
}

.flex .currency {
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px 0 20px;
    color: #999;
    border: 1px solid #e1e7ee;
    border-right: 0;
    line-height: 21px;
    border-radius: 0;
    background: white;
}

input[type=range] {
     margin: 20px 0;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    background: #03a9f4;
    border-radius: 25px;
}

input[type=range]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 1);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #03a9f4;
}

.range-wrap {
    width: 150px;
    position: relative;
}

.range-wrap input {
    border-bottom: 0 !important;
}

.range-value {
    position: absolute;
    top: -50%;
}

.range-value span {
    width: 40px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #03a9f4;
    color: #fff;
    font-size: 12px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 6px;
    margin-top: -18px;
}

.range-value span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #03a9f4;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
}

 