@import url("https://www.manageengine.com/css/fonts.css");
html {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

#smartbanner,
body {
    -webkit-font-smoothing: antialiased
}

body {
    margin: 0;
    color: #000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

picture {
    display: block;
    max-width: 100%;
}

img,
source {
    max-width: 100%;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

embed,
img,
object,
video {
    max-width: 100%;
    height: auto
}

video {
    width: 100%
}

input:focus,
keygen:focus,
select:focus,
textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

input {
    border: none;
    border-radius: 0
}

* {
    -webkit-tap-highlight-color: transparent;
    font-variant-numeric: lining-nums;
}

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

section#sdpcutomerlogos {
    display: none;
}

section#ftrgetstd {
    display: none;
}

section#allFea {
    display: none;
}


/*banner style starts */

.banner-bgk {
    background: url("../../images/topic-page-blob-bg.jpg");
    background-size: cover;
    padding: 100px 0px;
}

.businussintg {
    padding: 50px 0px;
}

.businussintg h2 {
    font-size: 40px;
    font-family: Zoho_Puvi_Bold;
    line-height: 1.2;
}

.banner {
    text-align: center;
}

.banner h1 {
    font-size: 36px;
    font-family: Zoho_Puvi_Bold;
    line-height: 1.2;
}

.banner p {
    font-size: 20px;
    line-height: 1.6;
    margin: 10px 0px 30px 0px;
}

ul.banner-cta {
    display: flex;
    justify-content: center;
    margin-bottom: 150px;
}

.banner-cta li a {
    display: inline-block;
    background: #f0483d;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    margin: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Zoho_Puvi_Bold;
    min-width: 150px;
}

.videowidth {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 500px;
    border: 1px solid #f2f2f2;
}

span.popup-button {
    cursor: pointer;
}

.popup {
    position: fixed;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}

.cancel {
    cursor: pointer;
    height: 65px;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 65px;
    z-index: 999999;
    display: none;
}


/*popup styles*/

.bg-overlay {
    background: #000000e8;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    position: fixed;
    display: none;
}

.hide {
    display: nonw;
}

.err-hide {
    display: none;
}

.active.filter-wrapper {
    opacity: 0;
}

.loader {
    display: inline-block;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #afc5d663;
    width: 7px;
    height: 7px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 35%;
    right: 13%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 55px;
    background: #dd273e;
    /*border-radius: 50%;*/
    animation: pulse-border 2000ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 55px;
    background: #dd273e;
    /*border-radius: 50%;*/
    transition: all 300ms;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}


/*banner ends */


/*mobile navigation */

.fixed-header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9999999;
    background: #f9f9f9;
}

.mobile-menu {
    display: none;
}

.menu-title {
    font-size: 14px;
    margin: 0px;
    color: rgba(0, 0, 0, .4);
}

ul.category.drop-list-items li {
    cursor: pointer;
    margin-bottom: 20px;
}

li.current_page_item span {
    color: #2296f3 !important;
}

.dropdown-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    z-index: 999999;
    cursor: pointer;
    max-width: 100%;
    padding: 10px 30px;
    box-shadow: 0px 0px 10px #dedede;
}

.dropdown-up-arrow {
    transform: rotate(180deg);
}

ul.category.drop-list-items {
    padding: 15px 30px;
    line-height: 30px;
    background: #fff;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .2);
}

.drop-list-items {
    display: none;
}

#current-text {
    font-size: 16px;
    color: #058ef7;
}

#current-text p {
    margin: 0px;
    font-size: 18px;
}


/*mobile navigation */


/*sidebar style starts*/

.sidebar {
    background: #31383d;
    left: 0;
    top: 0;
    padding: 30px 0px;
    width: 200px;
    height: 100vh;
    display: none;
}

.sticky-sidebar {
    display: block;
    position: fixed;
    top: 100px;
    z-index: 999;
    padding: 60px 0px;
    animation: fade-right 0.2s ease-in-out;
    width: 220px;
}

p.sidebar-close {
    position: fixed;
    left: 10px;
    top: 110px;
    background: transparent;
    cursor: pointer;
    padding: 15px;
    width: 20px;
    height: 20px;
    z-index: 9999;
    display: none;
}

p.sidebar-close:before {
    content: "\2630";
    position: absolute;
    color: #fff;
    top: 10px;
    right: 0px;
    bottom: 0px;
    left: 15px;
}

.close-button-move {
    left: -35px !important;
    background: #31383d !important;
    transform: rotate(45deg);
    border-radius: 10px;
    padding: 20px !important;
    transition: 0.5s;
}

@keyframes fade-right {
    0% {
        transform: translateX(-100px);
    }
    100% {
        transform: translateX(0px);
    }
}

.close-button-move:before {
    color: #fff !important;
    transition: color 2s;
    transform: rotate(-45deg);
    left: 45px !important;
    top: 0px !important;
}

p.sidebar-button {
    padding: 10px 30px;
    background: #34ad65;
    color: #fff;
    position: fixed;
}

ul.sidebar li {
    font-size: 18px;
    transition: 0.3s;
    width: 220px;
}

ul.sidebar li:hover {
    background: #424c52;
}

ul.sidebar li span {
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    display: block;
    transition: 0.3s;
    line-height: 1.3;
    cursor: pointer;
    font-size: 18px;
}

ul.sidebar li span.subhdr {
    padding-left: 40px;
    font-size: 18px;
    padding: 10px 30px 10px 37px;
}

.section-active {
    background: #00a9f4;
    color: #fff !important;
}


/*sidebar style ends*/

.main-content {
    display: flex;
    align-items: center;
}

.main-content .left-col {
    flex: 0 0 57.5%;
    margin-right: 2.5%;
}

.main-content .right-col {
    flex: 0 0 37.5%;
    margin-left: 2.5%;
}

#thepowerITSM {
    padding: 50px 0px 100px 0px !important;
}

#benefits .row-bg {
    padding: 50px 0px;
}

.businessinteg .row-bg {
    padding: 50px 0px;
}

.selfserviceftrs .row-bg {
    padding: 50px 0px;
}

.row-bg {
    padding: 100px 0px;
}

.row {
    display: flex;
    align-items: center;
}

.left-col {
    flex: 0 0 67.5%;
    margin-right: 2.5%;
}

.right-col {
    flex: 0 0 27.5%;
    margin-left: 2.5%;
}

.col {
    flex: 0 0 100%;
}

.col2 {
    display: flex;
    align-items: center
}

.col2 .innrdiv {
    flex: 0 0 46%;
    padding: 0 4% 0 0;
}

.col2 .innrdiv img.features-image {
    width: 70%;
    margin: 0 auto;
}

#lb-img img {
    width: 50% !important;
}

#lb-img img.livechat {
    width: 20% !important;
}

#lb-img img.workflow {
    width: 17% !important;
}


/*.mobileapp{
	width: 50% !important;
}
*/

#lb-img img.mobileapp {
    width: 20% !important;
}


/* [IMAGE] */

.zoomD {
    height: auto;
    cursor: zoom-in !important;
}


/* [LIGHTBOX BACKGROUND] */

#lb-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    /*background: rgba(255, 255, 255, 0.94);*/
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.4s;
}

#lb-back.show {
    visibility: visible;
    opacity: 1;
}


/* [LIGHTBOX IMAGE] */

#lb-img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

#lb-img img {
    /* You might want to play around with 
     width, height, max-width, max-height
     to fit portrait / landscape pictures properly. */
    width: 80%;
    height: auto;
    /* ALTERNATE EXAMPLE
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto; */
}


/* [DOES NOT MATTER] */

html,
body {
    padding: 0;
    margin: 0;
}

.col3 {
    display: flex;
}

.selfserviceftrs .col2 {
    display: flex;
    align-items: center
}

.selfserviceftrs .col2 .innrdiv50per {
    flex: 0 0 46%;
    padding: 0 4% 0 0;
}

.mL4per {
    margin-left: 4%
}

.mR4per {
    margin-left: 4%
}

.selfserviceftrs .col2 .innrdiv20per {
    flex: 0 0 12%;
    padding: 0 2% 0 0;
}

.selfserviceftrs .col2 .innrdiv30per {
    flex: 0 0 22%;
    padding: 0 2% 0 0;
}

.selfserviceftrs .col2 .innrdiv40per {
    flex: 0 0 32%;
    padding: 0 2% 0 0;
}

.selfserviceftrs .col2 .innrdiv50per {
    flex: 0 0 42%;
    padding: 0 2% 0 0;
}

.selfserviceftrs .col2 .innrdiv60per {
    flex: 0 0 52%;
    padding: 0 4% 0 0;
}

.selfserviceftrs .col2 .innrdiv70per {
    flex: 0 0 62%;
    padding: 0 4% 0 0;
}


/*.innrdiv40per h2{ font-size: 25px !important;
	line-height: 1.25;}*/

.aiflxend {
    align-items: flex-end;
}

.aiflxbas {
    align-items: baseline
}

.col3 .innrdiv {
    flex: 0 0 30%;
    padding: 0 1%;
}

.col3 .innrdiv .imgdiv img {
    width: 75%;
}

.imgdiv {
    text-align: center;
}


/*.col3 .innrdiv p:nth-child(1) { font-size: 100px; color:#3180d2;font-family: 'Zoho_Puvi_Bold'; line-height: 100px;text-align: center}*/

.col3 .innrdiv p {
    text-align: center;
    margin-top: 20px;
}

.imgbdr {
    border: 1px solid #ccc
}

.row-min {
    display: flex;
    align-items: center;
}

.row-min.flxstrt {
    display: flex;
    align-items: flex-start
}

.row-min-left-col {
    flex: 0 0 27.5%;
    margin-right: 2.5%;
}

.row-min-right-col {
    flex: 0 0 67.5%;
    margin-left: 2.5%;
}

.row-min-left-col.widincrs {
    flex: 0 0 32.5%;
}

.row-min-right-col.widdiscrs {
    flex: 0 0 61.5%;
}

#benefits .row-min {
    display: flex;
    align-items: center
}

.pmRleft {
    margin-right: 3% !important;
    margin-left: 0px !important;
}

.row-min-right-col h2 {
    width: 70%;
}

.flexrowdirtion {
    flex-direction: row-reverse;
}

.vertical-center {
    align-items: center;
}

.center {
    text-align: center;
}

a.cta {
    display: inline-block;
    background: #f0483d;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 16px;
    font-family: Zoho_Puvi_Bold;
    font-weight: bold;
    text-decoration: none !important;
    border-radius: 3px;
    cursor: pointer !important;
    margin-top: 10px;
}

img.centered-img {
    display: block;
    margin: 0 auto;
    width: 200px;
}


/*timeline style starts*/

* {
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.sociales {
    text-align: center;
    margin-bottom: 20px;
}

#timeline {
    width: 800px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

#dates {
    width: 800px;
    height: 60px;
    overflow: hidden;
    z-index: 9999;
    position: relative;
}

ul#dates:before {
    content: "";
    width: 100%;
    position: absolute;
    border: 1px dashed #979da3;
    top: 20px;
    z-index: -99;
    margin-left: 20px;
}

#dates li {
    list-style: none;
    float: left;
    width: 120px;
    height: 50px;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}

#dates span {
    line-height: 38px;
    text-decoration: none;
    background: #eef7fe;
    padding: 0px 10px;
}

#dates .selected {
    font-size: 40px;
    color: #058ef7 !important;
}

#issues {
    width: 800px;
    overflow: hidden;
}

.desc {
    display: flex;
}

.desc-left-col {
    flex: 0 0 20%;
    margin-left: 10%;
}

.desc-right-col {
    flex: 0 0 60%;
    margin-right: 10%;
}

h5.timeline-title {
    font-size: 26px;
    color: #000;
    margin-bottom: 10px;
}

p.timeline-desc {
    color: #000;
}

#issues li {
    width: 800px;
    list-style: none;
    float: left;
}

#next,
#prev {
    position: absolute;
    font-size: 70px;
    top: 70px;
    width: 40px;
    height: 40px;
    background-position: 0 0;
    background-repeat: no-repeat;
    /*text-indent: -9999px;
	overflow: hidden;*/
}

#next:hover,
#prev:hover {
    background-position: 0 -76px;
}

#next {
    right: 0;
}

#prev {
    left: 0;
}

#next.disabled,
#prev.disabled {
    opacity: 0.2;
}


/*timeline style ends*/


/*table style starts*/

table {
    border-collapse: collapse !important;
    margin-top: 40px !important;
    width: 100% !important;
}

thead {
    background: #00a9f4;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #fff;
}

table th,
td {
    padding: 20px !important;
    text-align: center;
    width: 50%;
    border: 1px solid #e2e2e2 !important;
    font-size: 18px !important;
}

.practice th,
td {
    width: 33.33%;
}


/*table style starts*/


/*form style starts*/

.form-fields {
    display: flex;
    justify-content: center;
}

h2.custom-heading {
    color: #000 !important;
}

div#form h2 {
    width: 60%;
    margin: 0 auto 20px auto;
}


/*form style ends*/

ul.footer-buttons {
    display: flex;
    justify-content: center;
}

.footer-buttons li a {
    display: inline-block;
    background: #f0483d;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: bold;
    margin: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Zoho_Puvi_Bold;
    min-width: 200px;
}

ul.footer-buttons span {
    font-size: 13px;
    display: block;
    margin-top: -5px;
    font-family: 'Zoho_Puvi_Thin';
    letter-spacing: 1px;
}


/*magnifier-zoom-image-overwrite*/

.image-pupup-show-continer .clone-image .reduce-size {
    transform: scale(.7);
}

@media only screen and (max-width:1440px) and (min-width:1366px) {
    .container-new {
        max-width: 900px !important;
    }
}

@media only screen and (max-width:1400px) {
    .sidebar-wrapper {
        display: none !important;
    }
}

.main-content {
    display: block;
    flex-wrap: wrap;
}

.vertical-center {
    align-items: center;
    text-align: center;
}

.main-content .left-col {
    flex: 0 0 100%;
    margin-right: 0px;
}

.main-content .right-col {
    flex: 0 0 100%;
    margin-left: 0px;
}

.row-min-right-col h2 {
    width: 100%;
}

img.evol-img {
    display: block;
    margin: 50px auto;
}

.main-content img {
    width: 400px;
    display: block;
    margin: 50px auto;
}

.row-min-left-col {
    flex: 0 0 100%;
    margin-right: 0%;
}

.row-min-right-col {
    flex: 0 0 100%;
    margin-left: 0%;
}

.row-min-left-col h2 {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

img.features-image {
    width: 300px;
    display: block;
    margin: 50px auto;
}

img.workflow {
    width: 70% !important;
}

#timeline {
    width: 100%;
}

.desc-right-col {
    flex: 0 0 90%;
}

@media only screen and (max-width:1024px) {
    .banner h1 {
        font-size: 36px;
        transform: scale(0.8);
    }
    .sidebar-wrapper {
        display: none !important;
    }
    ul.banner-cta {
        margin-bottom: 100px;
    }
    .videowidth {
        height: 325px;
    }
    .col3 .innrdiv {
        flex: 0 0 30%;
        padding: 0 2%;
    }
    .row-min-right-col h2 {
        width: 60%;
        margin: 20px auto;
    }
    .row-min-left-col h2 {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
    .col3 .innrdiv p {
        font-size: 16px;
    }
    .innrdiv60per img.features-image {
        width: auto;
        display: block;
        margin: 0;
    }
    .selfserviceftrs .col2 .innrdiv40per {
        flex: 0 0 40%;
        padding: 0 2% 0 0;
    }
    .pmRleft {
        margin-right: 0 !important;
        margin-left: 0px
    }
    #native-integrations h2:nth-child(1) {
        margin-bottom: 30px;
    }
    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,
    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 {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }
    a,
    abbr,
    acronym,
    address,
    applet,
    article,
    aside,
    audio,
    b,
    big,
    blockquote,
    body,
    canvas,
    caption,
    center,
    cite,
    code,
    dd,
    del,
    details,
    dfn,
    div,
    dl,
    dt,
    em,
    embed,
    fieldset,
    figcaption,
    figure,
    footer,
    form,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    header,
    hgroup,
    html,
    i,
    iframe,
    img,
    ins,
    kbd,
    label,
    legend,
    li,
    mark,
    menu,
    nav,
    object,
    ol,
    output,
    p,
    pre,
    q,
    ruby,
    s,
    samp,
    section,
    small,
    span,
    strike,
    strong,
    sub,
    summary,
    sup,
    table,
    tbody,
    td,
    tfoot,
    th,
    thead,
    time,
    tr,
    tt,
    u,
    ul,
    var,
    video {
        margin: 0;
        padding: 0;
        border: 0;
        font: inherit;
        vertical-align: baseline;
    }
    * {
        margin: 0;
        padding: 0;
    }
    *,
     ::after,
     ::before {
        box-sizing: inherit;
    }
    * {
        -webkit-tap-highlight-color: transparent;
        font-variant-numeric: lining-nums;
    }
    user agent stylesheet div {
        display: block;
    }
    body {
        font-family: 'Zoho_Puvi_Regular';
        font-size: 16px;
        line-height: 1.6;
        color: #000;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
    }
    body {
        font: 400 14px/24px;
        margin: 0 auto;
        background: #fff;
        color: #444;
    }
    body {
        line-height: 1;
    }
    body {
        margin: 0;
        color: #000;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    #smartbanner,
    body {
        -webkit-font-smoothing: antialiased;
    }
    html {
        line-height: 1;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
    }
    *,
     ::after,
     ::before {
        box-sizing: inherit;
    }
    *,
     ::after,
     ::before {
        box-sizing: inherit;
    }
    img.centered-img {
        width: 200px;
    }
    #timeline {
        width: 100%;
    }
    .desc-right-col {
        flex: 0 0 80%;
        margin-right: 0%;
    }
    .vertical-center {
        text-align: center;
    }
}

@media only screen and (max-width:980px) {
    .scrollable-table {
        width: 100%;
        overflow-x: scroll;
    }
    .desc-right-col {
        flex: 0 0 60%;
    }
    .innrdiv h2 {
        margin-top: 50px;
    }
    .innrdiv60per img {
        margin-top: 20px;
    }
    .col3 .innrdiv p {
        font-size: 13px;
        margin-top: 0px;
    }
    .selfserviceftrs .row-bg {
        padding: 50px 0px;
    }
    #benefits .col2 {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .col2 .innrdiv {
        flex: 0 0 100%;
        padding: 0;
    }
    .col2 .innrdiv h3 {
        margin-top: 30px;
    }
    .col2 .innrdiv img.features-image {
        width: 50%;
        margin: 20px auto 0 auto;
    }
    #lb-img img.workflow {
        width: 44% !important;
    }
    #lb-img img {
        width: 75% !important;
    }
    .businussintg h2 {
        font-size: 30px;
        padding: 0 20px;
    }
    .flexdirtion {
        flex-direction: column-reverse;
    }
    .selfserviceftrs .col2 {
        flex-wrap: wrap;
    }
    .selfserviceftrs .col2 .innrdiv20per {
        flex: 0 0 98%;
        padding: 0px 1%;
    }
    .selfserviceftrs .col2 .innrdiv30per {
        flex: 0 0 98%;
        padding: 0px 1%;
    }
    .selfserviceftrs .col2 .innrdiv40per {
        flex: 0 0 98%;
        padding: 0px 1%;
    }
    .selfserviceftrs .col2 .innrdiv50per {
        flex: 0 0 98%;
        padding: 0px 1%;
    }
    .selfserviceftrs .col2 .innrdiv60per {
        flex: 0 0 98%;
        padding: 0px 1%;
    }
    .selfserviceftrs .col2 .innrdiv70per {
        flex: 0 0 92%;
        padding: 0px 1%;
    }
    .mL4per {
        margin-left: 0;
    }
    .mR4per {
        margin-left: 0;
    }
    .selfserviceftrs h2 {
        font-size: 25px;
        line-height: 1.1;
        margin-top: 20px !important;
    }
}

@media only screen and (max-width:768px) {
    ul.banner-cta {
        margin-bottom: 0px;
    }
    .desc-left-col {
        flex: 0 0 20%;
        margin-left: 10%;
        display: none;
    }
    .row-min {
        display: block;
    }
    .row-min-left-col h2 {
        width: 75%;
    }
    #timeline {
        width: 90vw;
    }
    #dates li {
        width: 130px;
    }
    .desc-right-col {
        flex: 0 0 70%;
        margin-left: 10%;
    }
    .form-fields {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    div#form h2 {
        width: 80%;
        margin: 0 auto 20px auto;
    }
    .row-min-right-col h2 {
        width: 80%;
    }
}

@media only screen and (max-width:600px) {
    .cancel {
        cursor: pointer;
        height: 65px;
        position: fixed;
        right: 0;
        top: 70px;
        width: 65px;
        z-index: 999999;
        display: none;
    }
    .row-bg {
        padding: 75px 0px;
    }
    .banner h1 {
        transform: scale(1);
        font-size: 28px !important;
    }
    .banner p {
        font-size: 18px;
    }
    ul.banner-cta {
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    .row-min-left-col h2 {
        width: 100%;
        transform: scale(0.8);
        font-size: 28px;
    }
    .row-min-right-col h2 {
        width: 100%;
        margin: 20px auto;
        transform: scale(0.8);
    }
    .col3 {
        display: flex;
        flex-wrap: wrap;
    }
    .col2 .innrdiv img.features-image {
        width: 100%;
        margin: 20px auto 0 auto;
    }
    #benefits .row-bg {
        padding: 0;
    }
    .selfserviceftrs .row-bg {
        padding: 30px 0px;
    }
    .col3 .innrdiv {
        flex: 0 0 92%;
        padding: 0 2%;
        flex-wrap: wrap;
    }
    #timeline {
        width: 85vw;
    }
    .desc {
        flex-wrap: wrap;
    }
    #issues {
        height: 170px;
    }
    .desc-right-col {
        flex: 0 0 70%;
        margin-left: 0px;
    }
    #next,
    #prev {
        top: 150px;
        width: 30px;
    }
    .apiform input {
        width: 350px !important;
    }
    .apiform select {
        width: 350px !important;
        padding: 0px 20px !important;
    }
    .submitdiv {
        width: 350px !important;
    }
    ul.footer-buttons {
        display: block;
    }
    div#form h2 {
        width: 100%;
        margin: 0 auto 20px auto;
        transform: scale(0.8);
    }
    a.cta {
        font-size: 16px;
    }
    .footer-buttons li a {
        font-size: 16px;
    }
    ul.footer-buttons span {
        font-size: 10px;
        display: block;
    }
}

@media only screen and (max-width:375px) {
    .banner h1 {
        font-size: 26px;
    }
    .banner p {
        font-size: 17px;
    }
    .banner-cta li a {
        font-size: 18px;
    }
}