.comparison {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2rem;
    font-size:.95rem
}

.comparison th, .comparison td {
    border: 1px solid #ddd;
    padding: .75rem;
    text-align: left;
    vertical-align: top;
    color:#000
}

.comparison td {
    font-weight:300
}

.comparison th {
    background-color: #f0f8fa;
    font-weight:600
}

.comparison tr:nth-child(odd) {
    background-color:#eff4f53e
}

.content-cover {
    margin-top:30px
}

.content-cover h2 {
    margin-bottom:20px
}

.vendor-logo-section {
    margin-top:40px
}

.vendor-logo-section h2 {
    margin-bottom:0
}

.logo-wrapper h4, .logo-wrapper .h4 {
    display:none
}

.as-container {
    max-width: 1200px;
    margin:0 auto
}

.lhs-side li span.act:after {
    background: #049573;
    left: -1px;
    right: 0;
    content: "";
    position: absolute;
    width: 100%;
    z-index: -1;
    top: -10px;
    bottom: -10px;
    border-radius: 4px;
    height:calc(100% + 20px)
}

.move1 {
    display:none !important
}

.lhs-side li span.act, .lhs-side li span.act:hover {
    color: #fff;
    font-weight:500
}

.lhs-side li span.act:before {
    opacity:1
}

.rhs-cont ul li {
    padding-left:0
}

.lhs-side li span.act:before {
    border: 5px solid #049573;
    background: #fff0;
    width: 0;
    height: 0;
    border-radius: 1px;
    transform: rotate(45deg) translateX(-50%);
    left: calc(50% - 4px);
    top: calc(100% + 7px);
    transform-origin: center;
    z-index:-1
}

.active-slide .item::before, .active-slide .item::after {
    content: "";
    position: absolute;
    height: 83%;
    width: 60px;
    background: url(images/eventlog-index-sprite-1.png) no-repeat;
    background-size: 1030px;
    background-position: -764px -852px;
    top: 8%;
    z-index:1
}

.splitTopContent {
    text-align:center
}

.splitTopContent h2 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    margin:0 0 45px
}

.splitTopContent p {
    font-size: 20px;
    line-height: 35px;
    margin:30px 0 0
}

.splitWrapper {
    display: none;
    width: 100%;
    margin-top:20px
}

.splitImage {
    float: left;
    width: 50%;
    height: 426px;
    width: 577px;
    position: relative;
    transition:1s
}

.screenShotGraph, .splitImageIcons {
    float: left;
    width: 50%;
    height: 450px;
    width: 600px;
    background: url(images/eventlog-index-sprite-1.png) no-repeat;
    background-size: 1225px;
    position: relative;
    transition:1s
}

.splitImage {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity:0
}

.splitImage.animated {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity:1
}

.splitImageIcons {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index:-1
}

.splitContent {
    float: right;
    width: 50%;
    padding-left: 100px;
    color:#010101
}

.splitContent h2 {
    margin: 0;
    font-size: 25px;
    margin-bottom: 35px;
    line-height:30px
}

.splitContent h2 span {
    font-size: 16px;
    font-weight: 400;
    color: #17ac8b;
    line-height: 24px;
    display: block;
    padding-bottom:12px
}

.aff-fea-mob {
    display:none
}

.splitContent p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 28px;
    color:#333
}

.content-section {
    margin-top: 30px;
    background: #f5f7fb;
    padding: 40px 0 50px;
    margin-bottom:60px
}

.con-part {
    display: table;
    width: 100%;
    position:relative
}

.lhs-side {
    float: left;
    width: 100%;
    box-sizing: border-box;
    position:relative
}

.rhs-side {
    width: 100%;
    float: left;
    box-sizing:border-box
}

.rhs-side .splitContent, .rhs-side .splitImage {
    float: none;
    padding:0
}

.rhs-side .splitContent {
    width: 100%;
    padding: 0 24px;
    float: right;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    transition: all .5s ease;
    box-sizing:border-box
}

.animate .splitContent {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity:1
}

.animate .splitImage {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity:1
}

.lhs-side p {
    font-size: 20px;
    color: #010101;
    margin: 0 0 60px;
    box-sizing:border-box
}

.lhs-side ul {
    width: calc(100% - 15px);
    padding-left: 0;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    padding:0 15px !important
}

.lhs-side li span {
    font-size: 15px;
    line-height: 22px;
    color: #333;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    cursor:pointer
}

.lhs-side li span:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background: #cbd1de;
    z-index:0
}

.lhs-side li span:hover {
    color:#039573
}

.move1:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #049573;
    transform: rotate(45deg);
    left: 47%;
    bottom: -5px;
    opacity:1
}

.lhs-side li.activenow {
    transition: .3s ease-in;
    position: relative;
    display:inline-block
}

.lhs-side li.activenow.gr a {
    color: #00d6a6;
    border-color: #00d6a6;
    margin-bottom: 20px;
    box-shadow:0 0 10px 1px #66b3d247
}

.lhs-side li.activenow.br a {
    color: #b77215;
    border-color: #b77215;
    margin: 18px 0 16px;
    box-shadow:0 0 10px 1px #c5a37547
}

.lhs-side li.activenow.ble a {
    color: #03abf0;
    border-color: #03abf0;
    margin-top: 18px;
    box-shadow:0 0 10px 1px #66b3d247
}

.lhs-side li.activenow.gr2 a {
    color: #6eb76b;
    border-color: #6eb76b;
    margin-top: 18px;
    box-shadow:0 0 10px 1px #6eb86b47
}

.lhs-side li.activenow.pnk a {
    color: #b97ccf;
    border-color: #aa6ebf;
    margin-top: 18px;
    box-shadow:0 0 10px 1px #aa6ebf47
}

.lhs-side li span {
    transition:.2s
}

.lhs-side li span:hover {
    text-decoration:none
}

.lhs-side li {
    transition: .3s ease-in;
    display: table-cell;
    width:2%
}

.lhs-side li:hover a {
    font-weight:400
}

.lhs-side li a, .aff-fea-mob a {
    background: #e8edf6;
    border: 1px solid #bec8dc;
    display: block;
    padding: 10px 25px 10px 2px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    top: -12px;
    position: relative;
    transition:all .5s ease
}

.lhs-side li a:before, .aff-fea-mob a:before {
    content: "";
    position: absolute;
    background: url(images/eventlog-index-sprite-2.png) no-repeat -180px -2194px;
    background-size: 1244px;
    width: 18px;
    height: 10px;
    right: 20px;
    top: 17px;
    transition:all .5s ease
}

.lhs-side li a:hover, .aff-fea-mob a:hover {
    padding: 10px 30px 10px 2px;
    text-decoration: none;
    background: #fff8ee;
    border:1px solid #f5e9d8
}

.lhs-side li a:hover:before, .aff-fea-mob a:hover:before {
    right:22px
}

.splitReverse .splitImage {
    float:right
}

.splitReverse .splitContent {
    float: left;
    padding-left: 0;
    padding-right:100px
}

.topics {
    display: none;
    float: left;
    width: 100%;
    padding-top:60px
}

#topic-1 {
    display:block
}

.move1 {
    background: #049573;
    width: 167px;
    height: 67px;
    display: inline-block;
    border-radius: 7px;
    position: absolute;
    left: 0;
    top: 0;
    transition:all .5s ease
}

#topic-5 {
    margin-bottom:0
}

.rhs-side .splitImage {
    float: left;
    width:600px
}

.splitContent.gr h2::after {
    background:#00d6a6
}

.splitContent.br h2::after {
    background:#b77215
}

.splitContent.ble h2::after {
    background:#ffd295
}

.splitContent.gr2 h2::after {
    background:#6eb76b
}

.splitContent.pnk h2::after {
    background:#df8aff
}

.learnMore {
    color: #138cd6;
    font-size: 16px;
    line-height: 26px;
    text-decoration:underline
}

.splitContent1 .splitReverse .splitContent {
    margin-top:39px
}

.screenshotContentWrapper {
    display: table;
    width: calc(100% - 114px);
    padding:0 57px
}

.screenshotContent {
    float: left;
    width: 325px;
    position: relative;
    text-align: center;
    z-index: 3;
    transition: .5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity:0
}

.animated.screenshotContent {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity:1
}

.sscLeft {
    margin-top: 134px;
    margin-right:65px
}

.sscMid {
    margin-right:65px
}

.splitSection2 .splitImage {
    width: 611px;
    height: 485px;
    background: url(images/eventlog-index-sprite-2.png) no-repeat;
    background-size: 1244px;
    background-position: -7px -561px;
    transition: .6s;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    transition:all .5s ease
}

.splitSection2 .splitImage.animated {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity:1
}

.splitSection2 .splitImage::after {
    display:none
}

.splitSection2 .splitContent {
    padding: 0 50px 0 0;
    width: calc(100% - 611px);
    margin-top: -5px;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    transition: all .5s ease;
    box-sizing:border-box
}

.splitSection2 .animate .splitContent, .splitSection2 .animate .splitImage {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity:1
}

#screenshot4 + .splitContent {
    margin-top:17px
}

.fr1 {
    border-color: #fcd197;
    margin-top:93px
}

.fr1::before {
    content: "01";
    color:#fcd197
}

.fr1 .fiveReasonTitle {
    color: #3b2f1e;
    left: -73px;
    top:124px
}

.fr1::after {
    background-position: -665px -1422px;
    height: 132px;
    width:109px
}

.fr2 {
    border-color: #67b7fd;
    margin-top:50px
}

.fr2::before {
    content: "02";
    color:#67b7fd
}

.fr2 .fiveReasonTitle {
    color: #010101;
    left: -95px;
    top:149px
}

.fr2::after {
    background-position: -787px -1304px;
    background-size: 990px;
    height: 121px;
    width:115px
}

.fr3 {
    border-color:#5de4fc
}

.fr3::before {
    content: "03";
    color:#5de4fc
}

.fr3 .fiveReasonTitle {
    color: #203438;
    left: -70px;
    top:123px
}

.fr3::after {
    background-position: -854px -1420px;
    height: 148px;
    width:114px
}

.fr4 {
    border-color: #fd7c69;
    margin-top:50px
}

.fr4::before {
    content: "04";
    color:#fd7c69
}

.fr4 .fiveReasonTitle {
    color: #2c1e1c;
    left: -116px;
    top:168px
}

.fr4::after {
    background-position: -1044px -1432px;
    height: 118px;
    width:107px
}

.fr5 {
    border-color: #43e9c2;
    margin-top:93px
}

.fr5::before {
    content: "05";
    color:#43e9c2
}

.fr5 .fiveReasonTitle {
    color: #1f3530;
    left: -77px;
    top:121px
}

.fr5::after {
    background-position: -663px -1636px;
    height: 108px;
    width:138px
}

.fr1.active {
    background:#fff1de
}

.fr1.active::before {
    opacity:1
}

.fr1.active::after {
    background-position: -770px -1665px;
    background-size: 1440px;
    height: 148px;
    width:177px
}

.fr2.active {
    background:#e3f2ff
}

.fr2.active::before {
    opacity:1
}

.fr2.active::after {
    background-position: -974px -1614px;
    background-size: 1225px;
    height: 148px;
    width:177px
}

.fr3.active {
    background:#cbf7ff
}

.fr3.active::before {
    opacity:1
}

.fr3.active::after {
    background-position: -991px -1668px;
    background-size: 1440px;
    height: 148px;
    width:177px
}

.fr4.active {
    background:#fddbd6
}

.fr4.active::before {
    opacity:1
}

.fr4.active::after {
    background-position: -1204px -1662px;
    background-size: 1440px;
    height: 148px;
    width:177px
}

.fr5.active {
    background:#d1fbf1
}

.fr5.active::before {
    opacity:1
}

.fr5.active::after {
    background-position: -780px -1913px;
    background-size: 1440px;
    height: 148px;
    width:180px
}

@media screen and (max-width: 1365px) {
    .topBanner {
        overflow:hidden
    }

    .topBannerSlider {
        margin-bottom:30px
    }

    .card-carousel {
        width: 710px;
        height:513px
    }

    .topBannerSlider.active::before {
        left:-5%
    }

    .topBannerSlider.active::after {
        right:-3%
    }
}

@media screen and (max-width: 1300px) {
    .topBannerSlider {
        margin-bottom:30px
    }

    .card-carousel {
        width: 640px;
        height:470px
    }

    .topBannerSlider.active::before {
        left:-1%
    }

    .topBannerSlider.active::after {
        right:1%
    }
}

@media screen and (max-width: 1240px) {
    .as-container {
        max-width:90%
    }

    .topBannerSlider::before, .topBannerSlider::after {
        display:none
    }

    .sscMid, .sscLeft {
        margin-right:3%
    }

    .splitImage, .screenShotGraph, .splitImageIcons {
        transform:scale(.8)
    }

    .tabsImageBox {
        transform:scale(.8)
    }

    .tabsSection::after {
        width:45%
    }
}

@media screen and (max-width: 1150px) {
    .splitImage, .screenShotGraph, .splitImageIcons {
        transform: scale(1);
        margin-left:0
    }

    .tabLeftWrapper {
        width:100%
    }

    .tabsImageWrappper {
        margin: 0;
        width:100%
    }

    .tabsSection::after, .tabsImageWrappper {
        display:none
    }
}

@media screen and (max-width: 1100px) {
    .card-carousel {
        width: 60%;
        height:calc(100vw - 60vw)
    }
}

@media screen and (max-width: 1050px) {
    .tabsImageWrappper {
        margin-left: -12%;
        left:7%
    }

    .splitImage.animated {
        transform:translateY(0) scale(.85)
    }

    .splitImage::after {
        display:none
    }
}

@media screen and (max-width: 1000px) {
    .logo-wrapper h4, .logo-wrapper .h4 {
        margin-bottom: 20px;
        text-align: center;
        margin-left: 0;
        display:block
    }

    .screenShot::after, .topBanner h1 br {
        display:none
    }

    .splitTopContent h2 {
        font-size: 28px;
        line-height:40px
    }

    .lhs-side ul {
        display:none
    }

    .rhs-side {
        width: 100%;
        padding:0
    }

    .sscLeft, .sscMid, .sscRight {
        margin:40px 0 0
    }

    .screenShot {
        width: 600px;
        height:340px
    }

    .screenShot .element {
        background-size: 800px;
        background-position:12px -660px
    }

    .screenShot .element::before {
        background-size: 800px;
        background-position: -274px -1009px;
        height: 72px;
        width: 259px;
        right: 14%;
        top:44%
    }

    .splitImage, .screenShotGraph, .splitImageIcons {
        transform:scale(1)
    }

    .splitSection2 .splitImage {
        margin:-20px auto 80px
    }

    .splitSection2 .splitContent {
        width: 100%;
        padding: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity:1
    }

    .fiveReasonTitle {
        display:none
    }

    .fiveReasonsContent {
        opacity:1
    }

    .fr2, .fr1, .fr3, .fr4, .fr5 {
        margin: 0 1% 90px;
        width:47%
    }

    .splitImageIcons {
        margin-left:0
    }

    .splitImage.animated, .splitSection2 .splitImage.animated {
        transform:translateY(0) scale(1)
    }

    .splitSection2 .splitImage.animated {
        margin:14% auto 7%
    }

    .splitReverse .splitImage, .splitImage {
        float:none
    }

    .splitSection2 .splitReverse .splitImage {
        left: auto;
        display:none
    }

    .section-comparision {
        margin:35px 0 0
    }
}

@media screen and (max-width: 990px) {
    .topics {
        display:block !important
    }
}

@media screen and (max-width: 850px) {
    .screenshotContentWrapper {
        text-align: center;
        width: 100%;
        padding:0
    }

    .sscLeft {
        margin-left:4%
    }

    .fiveReasonsWrapper {
        width:100%
    }

    .fiveReasonsContent {
        padding:30px 30px 0
    }
}

@media screen and (max-width: 769px) {
    footer {
        float: left;
        width:100%
    }

    .tabsfooter {
        display:none
    }

    .topBanner {
        overflow:visible
    }

    .topBannerSlider {
        display:none
    }

    .topBanner p {
        line-height:30px
    }

    .animatable, .screenShot .element {
        opacity: 1 !important;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        visibility:visible
    }

    .topBanner h1 {
        padding: 55px 0 25px !important;
        font-size: 26px !important;
        line-height: 38px;
        margin-bottom:0 !important
    }

    .tabsSection {
        padding-bottom:0
    }

    .splitSection {
        display: inline-block;
        width:100%
    }

    .splitSection2 .splitContent {
        margin-bottom:50px
    }

    .tabsSlider.flexslider, .tabsSlider.flexslider .flexBnrslides {
        width:350px
    }

    .tabsSlider .flexBnrslides, .tabsSlider .flex-control-nav, .tabsSlider .flex-direction-nav {
        display:block
    }

    .tabsSlides li {
        height: 252px;
        background-size:690px
    }

    .tabsImageBox {
        transform:scale(1)
    }

    .tabsSlides li.tabsSlide1 {
        background-position:-338px 2px
    }

    .tabsSlider.flexslider, .tabsSlider.flexslider .flexBnrslides {
        height:auto !important
    }

    .tabsSlides li.tabsSlide2 {
        background-position:-343px -242px
    }

    .tabsImageBox {
        min-height:auto
    }

    .tabContentLeft .tabsImageBox {
        margin-top:50px
    }

    #nav2 .tabsImageBox, #nav3 .tabsImageBox, #nav4 .tabsImageBox {
        width: 350px;
        height: 320px;
        background-size: 734px;
        left: 0;
        margin-top:50px
    }

    #nav2 .tabsImageBox {
        background-position:-386px -521px
    }

    #nav3 .tabsImageBox {
        background-position:-10px -644px
    }

    #nav4 .tabsImageBox {
        background-position: -10px -935px;
        min-height: auto;
        height:280px
    }

    .ctaBox a:first-of-type {
        margin-bottom: 30px;
        margin-right:0
    }

    .splitWrapper {
        display:block
    }

    .splitSection2 .splitReverse .splitImage {
        left:0
    }

    .tabContentLeft {
        width: 90%;
        padding:30px 5%
    }

    .tabsNav.active::before {
        height:350px
    }

    .fiveReasonsWrapper {
        width:100%
    }

    .fiveReasonsContent {
        padding:30px 30px 0
    }

    .fr4.active::after {
        background-position: -1353px -1869px;
        background-size:1600px
    }

    .fiveReasonsSection {
        margin:100px 0 35px
    }
}

@media screen and (max-width: 650px) {
    .trustedbySection h2::before {
        display:none
    }

    .footer-stripe h2 strong {
        font-weight:500
    }

    .footer-stripe a {
        margin:20px 2px 30px
    }
}

@media screen and (max-width: 550px) {
    .tabsNavWrapper {
        display:block
    }

    .screenShot {
        margin-top:30px
    }

    .splitImage, .screenShotGraph, .splitImageIcons {
        height:284px
    }

    .splitImage::after {
        display:none
    }

    .fiveReasonsSection {
        margin-bottom: 30px;
        margin-top:70px
    }

    .tabsNav.active::before {
        height:390px
    }

    .tabsSlider.flexslider, .tabsSlider.flexslider .flexBnrslides {
        width:380px
    }

    .tabsSlider .flexBnrslides, .tabsSlider .flex-control-nav, .tabsSlider .flex-direction-nav {
        display:block
    }

    .tabsSlides li {
        height: 271px;
        background-size:764px
    }

    .tabsImageBox {
        transform:scale(1)
    }

    .tabsSlides li.tabsSlide1 {
        background-position:-376px 0
    }

    .tabsSlider .flex-direction-nav {
        display:none
    }

    .tabsSlider.flexslider, .tabsSlider.flexslider .flexBnrslides {
        height: auto !important;
        max-height:320px !important
    }

    .tabsSlides li.tabsSlide2 {
        background-position:-381px -273px
    }

    .tabsImageBox {
        min-height:auto
    }

    #nav2 .tabsImageBox, #nav3 .tabsImageBox, #nav4 .tabsImageBox, .tabsNav.active .tabsImageBox {
        width: 380px;
        height: 319px;
        background-size: 764px;
        left: 0;
        margin-top:50px
    }

    .tabsImageBox {
        margin-top:50px
    }

    .tabsNav.active .tabsImageBox {
        margin-bottom:30px
    }

    #nav2 .tabsImageBox {
        background-position:-395px -548px
    }

    #nav3 .tabsImageBox {
        background-position: -1px -669px;
        transform: scale(.9);
        height:307px
    }

    #nav4 .tabsImageBox {
        background-position: -4px -978px;
        height: 270px;
        transform:scale(.9)
    }

    .ctaBox a {
        width: 290px;
        padding:11px 0
    }

    .ctaBox a:first-of-type {
        margin-bottom: 30px;
        margin-right:0
    }

    .splitWrapper {
        margin-top:0
    }

    .splitSection2 .splitReverse .splitImage {
        left:0
    }

    .tabContentLeft {
        width: 90%;
        padding:30px 5%
    }

    .navDisp {
        font-size:16px
    }
}

@media screen and (max-width: 400px) {
    .splitImage, .screenShotGraph, .splitImageIcons {
        height:216px
    }

    #screenshot1 .splitImageIcons {
        background-position:0 0
    }

    .splitImage::after, .splitImage::before {
        display:none
    }

    #screenshot2 .splitImageIcons {
        background-position:-310px 0
    }

    #screenshot3 .splitImageIcons {
        background-position:-2px -218px
    }

    .screenShot {
        height:156px
    }

    .screenShot .element {
        width: 280px;
        background-size: 370px;
        background-position: 8px -302px;
        margin: auto;
        right: 0;
        height:158px
    }

    .screenShot .element::before {
        transform: scale(.4);
        right: -37%;
        top:50%
    }

    .splitSection2 .splitImage {
        width: 280px;
        height: 291px;
        background-size: 543px;
        background-position:3px -28px
    }

    #nav2 .tabsImageBox, #nav3 .tabsImageBox, #nav4 .tabsImageBox, .tabsNav.active .tabsImageBox {
        height: 239px;
        width:300px
    }

    .tabsSlider.flexslider, .tabsSlider.flexslider .flexBnrslides {
        width:300px
    }

    .tabsSlider .flexBnrslides, .tabsSlider .flex-control-nav, .tabsSlider .flex-direction-nav {
        display:block
    }

    .tabsSlides li {
        height: 198px;
        background-size:560px
    }

    .tabsSlides li.tabsSlide1 {
        background-position:-268px 2px
    }

    .tabsSlider.flexslider, .tabsSlider.flexslider .flexBnrslides {
        height:auto !important
    }

    .tabsSlides li.tabsSlide2 {
        background-position:-278px -201px
    }

    .ctaBox a {
        width: 290px;
        padding:11px 0
    }

    .ctaBox a:first-of-type {
        margin-bottom: 30px;
        margin-right:0
    }

    .splitSection2 .splitReverse .splitImage {
        left:0
    }

    .tabContentLeft {
        width: 90%;
        padding:30px 5%
    }

    .tabsNav.active::before {
        height:300px
    }

    #screenshot6 .splitImageIcons {
        background-position:-11px -894px
    }

    #screenshot7 {
        height:180px
    }

    #screenshot7 .splitImageIcons {
        background-position:-321px -894px
    }

    #screenshot7 .screenShotGraph {
        width: 152px;
        background-position: -440px -1075px;
        left: 30%;
        height: 59px;
        bottom:25%
    }
}

.bnr-cnt {
    width: 1000px;
    margin:0 auto
}

@media screen and (max-width: 1300px) {
    .lhs-side li span {
        font-size:14px
    }

    .move1 {
        width:155px
    }
}

@media screen and (max-width: 1250px) {
    .hom-awa-main .awards ul {
        width:100%
    }
}

@media screen and (max-width: 1200px) {
    .sec-nav {
        padding:0
    }

    @-webkit-keyframes slide-left {
        0% {
            -webkit-transform: translateX(0);
            transform:translateX(0)
        }

        100% {
            -webkit-transform: translateX(-730px);
            transform:translateX(-730px)
        }
    }

    @keyframes slide-left {
        0% {
            -webkit-transform: translateX(0);
            transform:translateX(0)
        }

        100% {
            -webkit-transform: translateX(-730px);
            transform:translateX(-730px)
        }
    }
}

@media screen and (max-width: 1100px) {
    .ac {
        max-width:90%
    }

    .hom-inter .inte1 {
        display:none
    }

    .hom-inter .inte2 {
        width: calc(100% - 320px);
        padding:60px 40px 30px 0
    }

    .splitSection2 .splitContent {
        width: 100%;
        text-align: center;
        padding:40px 0
    }

    .splitSection2 .splitReverse .splitImage {
        margin: 0 auto;
        display: table;
        float: initial;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity:1
    }

    .sec-nav ul {
        margin-bottom:0
    }
}

@media screen and (max-width: 992px) {
    .sec-tab h2 {
        margin-bottom:0
    }

    .btmBar {
        float: left;
        width:100%
    }

    .topics {
        display: block;
        padding: 25px;
        background: #fff;
        border: 1px solid #e1e1e1;
        box-sizing: border-box;
        border-radius: 5px;
        margin-bottom:24px
    }

    .rhs-side .splitContent {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        width:100%
    }

    .rhs-side .splitImage {
        opacity: 1;
        margin-top:30px
    }

    .section-comparision .ela-u1-avil {
        padding:0 100px
    }

    .section-comparision ul {
        min-height:auto
    }

    .what-say .inn .lhs {
        width:100%
    }

    .what-say .inn .rhs {
        width:100%
    }

    .cus-sli-inn {
        margin:30px 0 0
    }

    .hom-inter .inte2 {
        width: 100%;
        padding: 0;
        text-align:center
    }

    .hom-inter .inte3 {
        width: 100%;
        margin-top: 30px;
        padding: 0 20%;
        box-sizing:border-box
    }

    .hom-inter .inte3 a {
        display:block
    }

    .section-comparision .ela-u1-avil-tab-inn {
        border-left: 1px solid #dadada;
        border-right: 1px solid #dadada;
        border-bottom:1px solid #dadada
    }

    .sec-ban .inn {
        padding:0 250px 0 0
    }

    #topic-5 {
        margin-bottom:40px
    }
}

@media screen and (max-width: 769px) {
    .splitContent h2 {
        margin-bottom:20px
    }

    .splitSection1 .splitImage {
        width: 100%;
        height:auto
    }

    .splitSection1 .splitImage .screenShotGraph {
        background-size: 200%;
        width: 100%;
        height:445px
    }

    #screenshot1 .screenShotGraph {
        background-position:8.373% 73.769%
    }

    #screenshot2 .screenShotGraph {
        background-position:0 .153%
    }

    #screenshot3 .screenShotGraph {
        background-position:98.511% .558%
    }

    #screenshot4 .screenShotGraph {
        background-position:.626% 22.676%
    }

    #screenshot5 .screenShotGraph {
        background-position:1.985% 95.696%
    }

    #screenshot6 .screenShotGraph {
        background-position:.626% 47.676%
    }

    .splitSection2 .splitContent {
        padding:40px 0 0
    }

    .non-aubanner, .topBannerSlider {
        display:none
    }
}

@media screen and (max-width: 600px) {
    .hom-inter .inte2 h2 {
        font-size: 20px;
        line-height:30px
    }

    .hom-inter .inte3 {
        padding:0 5%
    }

    .what-say .tit h2 {
        font-size: 28px;
        line-height:38px
    }

    .section-comparision h2 {
        font-size: 28px;
        margin-bottom: 50px;
        line-height:40px
    }

    .sec-tab h2 {
        font-size:26px
    }

    .trustedbySection h2 {
        font-size: 18px;
        line-height:28px
    }

    @-webkit-keyframes slide-aws-mob {
        0% {
            -webkit-transform: translateX(0);
            transform:translateX(0)
        }

        100% {
            -webkit-transform: translateX(-1730px);
            transform:translateX(-1730px)
        }
    }

    @keyframes slide-aws-mob {
        0% {
            -webkit-transform: translateX(0);
            transform:translateX(0)
        }

        100% {
            -webkit-transform: translateX(-1730px);
            transform:translateX(-1730px)
        }
    }

    .topBanner h1 {
        line-height:38px
    }
}

.supported-tech-logos {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 !important;
    list-style:none !important
}

.supported-tech-logos > li {
    border: 1px solid #e8e4e4;
    margin: 0;
    padding: 8px !important;
    width: 190px;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background:#fff
}

.supported-tech-logos > li:hover {
    -webkit-box-shadow: 0 8px 8px 0 #8d8d8d3e;
    box-shadow:0 8px 8px 0 #8d8d8d3e
}

.supported-tech-logos > li > a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing:border-box
}

.supported-tech-logos > li > a:hover {
    text-decoration:none
}

.dwnld-sec {
    background: #ffedb5;
    padding: 24px;
    text-align: center;
    border-radius: 16px;
    margin:32px 0
}

.dwnld-sec > h2 {
    margin: 0;
    margin-bottom: 16px !important;
    line-height:32px
}

.dwnld-sec > a {
    display: inline-block;
    background: #e9152b;
    color: #fff;
    padding: 8px 24px;
    border-radius: 25px;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    transition:all .3s ease-in-out
}

.dwnld-sec > a:hover {
    text-decoration: none;
    background:#c91c2e
}

.custom-list li {
    margin-bottom:8px
}

.custom-list {
    margin-top:16px
}

.bdr-none:before {
    background: none !important
}

.banner-li-chk-icon {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjY2NjYgMy41TDUuMjQ5OTIgOS45MTY2N0wyLjMzMzI1IDciIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K) center no-repeat;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
}