﻿@media (min-width:1200px) and (max-width:1680px) {
    .owl-carousel .owl-nav .owl-prev {
        left: 20.5%
    }

    .owl-carousel .owl-nav .owl-next {
        right: 20.5%
    }

    .center-crousel:after, .center-crousel:before {
        content: "";
        width: 120px
    }

    .hero-caption-extraspace {
        padding-left: 0
    }

    .group-logo li {
        padding: 0 10px
    }

    .solution-box {
        min-height: 560px
    }

    .navbar-default .navbar-nav > li > a {
        padding: 39px 7px
    }

    .subnav-item li a {
        padding: 18px 10px
    }
}

@media (max-width:1199px) {
    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #0075d6;
        background-color: transparent;
        border-bottom: none
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent
    }

    .nav-center .nav.navbar-nav, .visible-mobile-menu {
        display: block
    }

    .hidden-mobile {
        display: none
    }

    #mobile-menu {
        position: fixed;
        width: 100%;
        padding: 20px 25px;
        right: 0;
        z-index: 9999;
        top: 0;
        height: 100% !important;
        background: #181d30;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transition: all .5s ease-in-out;
        -moz-transition: all ease-in-out .5s;
        -webkit-transition: all .5s ease-in-out
    }

        #mobile-menu.showme {
            transform: translateX(0);
            -webkit-transform: translateX(0);
            height: 100% !important;
            overflow: auto
        }

    body {
        position: relative;
        padding-top: 0
    }

    .mobile-header {
        padding: 20px 25px;
        min-height: 80px;
        z-index: 9
    }

        .mobile-header .navbar-brand {
            height: 38px;
            display: inline-block;
            width: 145px;
            background: url("/images/logo.svg") no-repeat 50%;
            background-size: 100%;
            position: relative;
            z-index: 999
        }

        .mobile-header .social {
            text-align: left;
            width: 100%
        }

            .mobile-header .social li a {
                font-size: 24px;
                color: #fff;
                display: inline-block;
                margin-right: 3px;
                width: 48px;
                height: 48px;
                text-align: center;
                border: 1px solid #fff;
                border-radius: 100%
            }

                .mobile-header .social li a:hover {
                    background: #fff;
                    color: #181d30
                }

        .mobile-header .footer-bottom {
            padding: 15px 0;
            text-align: left;
            margin-top: 0;
            border-top: 0;
            margin: 0
        }

            .mobile-header .footer-bottom ul li.first {
                color: #fff
            }

            .mobile-header .footer-bottom ul li {
                padding: 0;
                padding-right: 5px
            }

                .mobile-header .footer-bottom ul li a {
                    color: #fff
                }

    .navbar-brand {
        -webkit-transition: none;
        transition: none
    }

    .logo-white .navbar-brand {
        height: 38px;
        display: inline-block;
        width: 145px;
        background: url("/images/logo_white.svg") no-repeat 50%;
        background-size: 100%;
        position: relative;
        z-index: 999
    }

    .nav-right .nav.navbar-nav {
        display: block;
        position: relative;
        z-index: 2
    }

    .navbar-toggle {
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        position: absolute;
        min-width: 30px;
        height: 30px;
        margin-top: 0;
        text-align: center;
        margin-right: 0;
        top: 22px;
        right: 16px;
        z-index: 9;
        background: url(/images/toogle-cross.svg) no-repeat 50%;
        border-radius: 0;
        border: 0
    }

        .navbar-toggle:before {
            content: "";
            font-size: 15px;
            color: #c1c7c3;
            display: inline-block;
            margin-right: 20px
        }

    .navbar-toggle-close {
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        position: absolute;
        min-width: 30px;
        height: 30px;
        margin-top: 0;
        text-align: center;
        margin-right: 0;
        top: 22px;
        right: 16px;
        z-index: 9;
        background: url(/images/toogle-cross.svg) no-repeat 50% !important;
        border-radius: 0;
        border: 0
    }

    .navbar-toggle.bar, .navbar-toggle.collapsed {
        background: url(/images/toogle-bar.svg) no-repeat 50%;
        cursor: pointer
    }

    .nav.navbar-nav.mobile-nav {
        margin-left: -25px;
        margin-right: -25px;
        border-top: 1px solid #272c42;
        padding: 20px 25px;
        margin-top: 60px
    }

    .mobile-nav.navbar-nav {
        margin-bottom: 25px
    }

        .mobile-nav.navbar-nav > li > a {
            font-size: 28px;
            color: #fff;
            font-family: mulibold;
            position: relative;
            padding: 20px 0;
            text-decoration: none
        }

            .mobile-nav.navbar-nav > li > a:after {
                content: "\F106";
                font-family: FontAwesome;
                right: 0;
                top: 20px;
                color: #fff;
                position: absolute
            }

            .mobile-nav.navbar-nav > li > a.collapse:after, .mobile-nav.navbar-nav > li > a.collapsed:after {
                content: "\F107";
                font-family: FontAwesome;
                right: 0;
                top: 20px;
                color: #fff;
                position: absolute
            }

        .mobile-nav.navbar-nav > li.no-icon a:after {
            display: none
        }

        .mobile-nav.navbar-nav > li.nav-btn > a {
            padding: 14px 16px;
            background: #fff;
            display: inline-block;
            color: #181d30;
            font-size: 18px;
            font-family: mulibold;
            border-radius: 5px;
            margin-top: 10px;
            border: 2px solid #fff
        }

            .mobile-nav.navbar-nav > li.nav-btn > a:hover {
                background: #181d30;
                color: #fff
            }

    .nav > li > a:focus, .nav > li > a:hover {
        text-decoration: none;
        background-color: transparent
    }

    .submenu-item {
        margin: 0;
        padding: 0
    }

        .submenu-item li {
            line-height: 28px
        }

        .submenu-item a {
            font-size: 16px;
            color: #fff;
            display: block;
            padding: 4px 0;
            text-decoration: none
        }

    .demo-block {
        background: none;
        padding: 60px 0
    }

    .bx-shadow {
        -webkit-box-shadow: 0 0 14px 0 hsla(0,0%,60%,.4);
        box-shadow: 0 0 14px 0 hsla(0,0%,60%,.4)
    }

    .testimonial-block {
        padding: 20px 20px 40px 42px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 4px;
        border: 1px solid #f0f0f0;
        -webkit-box-shadow: 0 0 14px 0 hsla(0,0%,60%,.57);
        box-shadow: 0 0 14px 0 hsla(0,0%,60%,.57);
        margin: 25px
    }

    .banner p {
        max-width: 100%
    }

    .banner .align-item-center {
        min-height: auto;
        padding: 10px 0
    }

    .hero-caption-align-top {
        -ms-flex-item-align: center !important;
        align-self: center !important;
        padding-right: 0
    }

    .user-crousel-mobile.owl-carousel {
        padding: 0 0 20px
    }

        .user-crousel-mobile.owl-carousel .owl-nav .owl-next {
            right: 34%;
            top: 101%
        }

        .user-crousel-mobile.owl-carousel .owl-nav .owl-prev {
            left: 34%;
            top: 101%
        }

    .blog .user-crousel-mobile {
        padding: 15px 0
    }

    .group-logo li {
        padding: 0 13px 32px;
        width: 32%
    }

    .section-display-notes {
        padding-bottom: 30px
    }

    .space50 {
        padding-bottom: 60px
    }

    .content-row .align-item-center {
        min-height: 450px
    }

    .frame ul li {
        width: 223px
    }

    .resource {
        padding-bottom: 50px !important
    }

        .resource .thumb-block {
            margin-bottom: 20px
        }

        .resource .subtitle {
            margin: 40px 0;
            margin: 50px 0 13px;
            float: left;
            width: 100%
        }

            .resource .subtitle span.pull-left {
                width: 50%
            }

        .resource .user-crousel-mobile {
            margin-bottom: 20px
        }

        .resource .owl-dots {
            display: none
        }

    .stickySubNav {
        position: static !important
    }

    .banner.fullheight-banner {
        padding: 10px 0 0;
        background: none
    }

    .support-block {
        margin-bottom: 26px;
        padding: 25px;
        min-height: auto
    }

    .align-uppword-100 {
        margin-top: -180px
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .navbar-header {
        float: none
    }

    .navbar-left, .navbar-right {
        float: none !important
    }

    .navbar-toggle {
        display: block
    }

    .navbar-collapse {
        border-top: 1px solid transparent
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-nav {
        float: none !important
    }

        .navbar-nav > li {
            float: none;
            padding: 0
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px
            }

    .collapse.in {
        display: block !important
    }

    .padd-l-80 {
        padding-left: 15px !important
    }

    .display-box {
        min-height: 670px
    }

        .display-box picture {
            height: 125px;
            display: block;
            text-align: center
        }

            .display-box picture img {
                height: 120px
            }

    .testimonial-block {
        padding: 35px 40px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 4px;
        border: 1px solid #f0f0f0;
        margin: 0 25px
    }

        .testimonial-block h4 {
            font-size: 16px;
            margin: 0 0 12px
        }

        .testimonial-block p {
            font-size: 20px;
            line-height: 30px
        }

            .testimonial-block p:before {
                content: "";
                background: url(/images/aps-trophy.svg) no-repeat;
                width: 18px;
                height: 18px;
                position: absolute;
                left: -29px;
                top: 6px
            }

    .owl-carousel .owl-nav .owl-next {
        right: 43%
    }

    .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        top: 94%;
        margin-top: 15px;
        transform: translateY(-94%);
        -moz-transform: translateY(-94%);
        -webkit-transform: translateY(-94%);
        outline: 0;
        height: 37px;
        background: #fff !important;
        width: 37px;
        border: 1px solid #d4d4d4 !important
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 43%
    }

    .group-logo-container img {
        margin-right: 15px
    }

    .half-curv-bg {
        background-position: bottom
    }

    .solution-box {
        min-height: 640px
    }

    .ebook-block {
        margin-left: 13px;
        margin-right: 13px
    }

    .section-space {
        padding: 100px 40px 263px;
        margin-top: 0
    }

    .section-space2 {
        padding: 140px 40px 102px
    }

    .software-classroom-section {
        margin-left: 10px;
        margin-right: 10px
    }

    .container-fluid.extra-space {
        padding: 0 25px
    }

    .feature-block {
        min-height: 310px
    }

    .subnav-item li a {
        font-size: 14px;
        padding: 14px 8px
    }

    .hero-caption-extraspace {
        padding-left: 15px;
        padding-bottom: 30px
    }

    .split-colume-ipad {
        -ms-box-orient: horizontal !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -moz-flex !important;
        display: flex !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-flow: row wrap !important;
        flex-flow: row wrap !important
    }

    .graphic-area {
        padding-left: 40px
    }

        .graphic-area img {
            max-height: 100%;
            max-width: 100%;
            height: auto
        }

    .content-row {
        padding: 20px 0
    }

    .solution-testimonial .testimonial-block p {
        font-size: 22px;
        line-height: 32px
    }

    .e-book-content-space {
        padding: 50px 10px
    }

    .webinar-block h3 {
        font-size: 21px;
        margin-bottom: 10px
    }

    .e-book-section {
        padding: 50px 10px;
        background: #181d30 url(/images/stroke-line.svg) no-repeat left 26% top 50%
    }

    .section-wireless-collaboration {
        padding: 45px 15px
    }

    .eterprise-solution {
        margin: 0 15px 45px
    }

    .solution-action {
        padding: 70px 10px 70px 8px
    }

    .footer-arrow-up {
        right: 25px
    }

    .banner {
        padding: 25px 0
    }

        .banner h1 {
            padding-top: 0
        }

    .row.space-26 [class*=col-] {
        padding: 0 12px !important
    }

    .stickySubNav {
        min-height: auto
    }
}

@media (min-width:768px) and (max-width:990px) {
    .stickySubNav h4 img {
        height: auto;
        max-width: 80%
    }

    .display-box {
        padding: 30px 20px;
        min-height: 650px
    }

        .display-box picture {
            height: 100px
        }

            .display-box picture img {
                display: inline-block;
                height: 90px
            }

        .display-box h4 {
            margin: 25px 0 18px;
            font-size: 13px
        }

        .display-box h3 {
            font-size: 24px
        }

    .section-wireless-collaboration {
        padding: 45px 10px
    }

    .eterprise-solution {
        margin: 0 10px 30px
    }

    .ebook-block {
        margin: 0 15px;
        margin-bottom: 60px
    }

    .footer-bottom {
        text-align: center
    }

    .container-fluid.extra-space {
        padding: 0 30px
    }

    .padd-l-80 {
        padding-left: 0 !important
    }

    .banner h1 {
        padding: 30px 0 !important
    }

    .center-align-mobile, .social {
        text-align: center
    }

    .social {
        width: 100%
    }

    .solution-box {
        min-height: 760px !important
    }

    .img-continer img {
        min-height: auto;
        display: inline-block
    }

    .content-space {
        padding-left: 15px;
        padding-right: 15px
    }

    .feature-block {
        min-height: 380px
    }

    .stickySubNav h4 span {
        margin: -10px 0 0 !important
    }

    .user-crousel-mobile.owl-carousel .owl-nav .owl-next, .user-crousel-mobile.owl-carousel .owl-nav .owl-prev {
        top: 100%;
        margin: 0
    }

    .add-shadow.stickySubNav {
        top: 79px;
        padding-bottom: 28px
    }

    .custome-checkbox span {
        width: 85%
    }

    .max-width-710.blog {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:800px) and (max-width:1199px) {
    .social {
        width: 100%;
        text-align: right
    }

    .img-continer img {
        min-height: auto;
        display: inline-block
    }

    .stickySubNav {
        top: 77px
    }

    .thumb-block h3 {
        line-height: 34px;
        font-size: 24px;
        font-family: mulibold
    }

        .thumb-block h3.fix-height {
            min-height: 135px;
            margin-bottom: 0
        }

    .blog .thumb-block h3 {
        line-height: 32px;
        font-size: 22px
    }

    .support-block {
        margin-bottom: 0 !important;
        min-height: 464px !important
    }
}

@media (max-width:340px) {
    h1 {
        font-size: 30px
    }
}

@media (min-width:321px) and (max-width:767px) {
    h1 {
        font-size: 36px
    }
}

@media (max-width:767px) {
    .owl-carousel .owl-stage-outer {
        width: 100%
    }

    .share-this li {
        padding-right: 14px
    }

    .demo-confirmation h1 {
        text-align: center
    }

    .navbar-alt {
        -webkit-transition: -webkit-box-shadow .4s;
        transition: -webkit-box-shadow .4s;
        transition: box-shadow .4s;
        transition: box-shadow .4s,-webkit-box-shadow .4s
    }

        .navbar-alt .navbar-nav > li.nav-btn {
            padding-left: 0
        }

    .no-outer-space-mobile {
        padding: 0 !important
    }

    .container-fluid.extra-space {
        padding: 0 25px
    }

    .padd-l-80 {
        padding-left: 15px !important
    }

    .graphic-space {
        padding: 50px 0 0
    }

    .section-wireless-collaboration {
        background: #f8f9fb !important;
        background-size: 100%;
        padding: 0 25px;
        padding-bottom: 0
    }

        .section-wireless-collaboration > h3 {
            font-size: 28px;
            margin: 25px 0 63px;
            line-height: 38px
        }

        .section-wireless-collaboration h3 br {
            display: none
        }

    .display-box {
        margin-bottom: 60px;
        padding: 30px 20px 70px;
        border-top: 13px solid transparent;
        overflow: hidden
    }

        .display-box picture {
            height: 163px
        }

            .display-box picture img {
                max-height: 130px
            }

        .display-box > h3, .display-box h4 {
            margin: 0 0 18px
        }

        .display-box p {
            line-height: normal
        }

    .eterprise-solution {
        margin: 0 25px
    }

        .eterprise-solution h4 {
            margin-top: 50px
        }

            .eterprise-solution h4 span {
                margin-top: 0
            }

    .center-crousel:before {
        display: none
    }

    .owl-item {
        margin-right: 25px !important
    }

    .align-item-center {
        display: block
    }

    .social {
        width: 100%;
        margin: 0 0 20px
    }

    .social, footer {
        text-align: center
    }

    footer {
        padding: 67px 0 0
    }

        footer h3 {
            margin: 0 25px !important;
            line-height: 28px
        }

            footer h3 .btn {
                margin: 20px 0 40px
            }

    .banner {
        padding-top: 10px
    }

        .banner h1 {
            padding: 0 0 30px !important;
            font-size: 36px;
            line-height: 46px
        }

        .banner .solutions-title {
            font-size: 30px
        }

        .banner p {
            max-width: 100%;
            font-size: 20px;
            line-height: 30px
        }

        .banner .align-item-center {
            min-height: auto
        }

    .section-display-notes {
        padding: 50px 0 20px;
        background: #fafafa
    }

    .group-logo li {
        display: inline-block;
        padding: 0 13px 32px;
        width: 49%
    }

    .box-w-both-side-curv:after, .box-w-both-side-curv:before {
        height: 259px;
        background-position: 100% 100%
    }

    .display-box.display-classroom picture, .display-box.display-workspace picture {
        padding-left: 20px;
        padding-right: 20px
    }

        .display-box.display-classroom picture img {
            height: 130px
        }

    .bluebg-for-mobile {
        background: #f8f9fb !important;
        padding-bottom: 80px
    }

    .space115 {
        padding: 40px 0
    }

    h2.subtitle {
        font-size: 24px;
        line-height: 38px;
        padding: 0 10%
    }

        h2.subtitle .btn {
            margin-bottom: 15px
        }

    #mobile-center-crousel {
        margin: 0
    }

    .section-slider.space115 {
        padding: 20px 0 45px;
        margin-bottom: 25px
    }

        .section-slider.space115 > h2, .section-slider.space115 > p {
            padding-left: 25px;
            padding-right: 25px
        }

            .section-slider.space115 > p br {
                display: none
            }

    .testimonial-block h4 {
        font-size: 16px;
        margin: 12px 0 22px
    }

    .testimonial-block p {
        font-size: 20px;
        color: #2f3344;
        line-height: 30px
    }

        .testimonial-block p:before {
            content: "";
            background: url(/images/aps-trophy.svg) no-repeat;
            width: 18px;
            height: 18px;
            position: absolute;
            left: -29px;
            top: 4px
        }

    .owl-carousel .owl-nav .owl-next {
        top: 99%;
        transform: translateY(-98%);
        -moz-transform: translateY(-98%);
        -webkit-transform: translateY(-98%);
        outline: 0;
        right: 38%;
        height: 37px;
        background: #fff !important;
        width: 37px;
        border: 1px solid #d4d4d4 !important
    }

        .owl-carousel .owl-nav .owl-next span:before {
            font-size: 20px
        }

    .owl-carousel .owl-nav .owl-prev {
        top: 99%;
        transform: translateY(-98%);
        -moz-transform: translateY(-98%);
        -webkit-transform: translateY(-98%);
        outline: 0;
        left: 38%;
        height: 37px;
        background: #fff !important;
        width: 37px;
        border: 1px solid #d4d4d4 !important
    }

        .owl-carousel .owl-nav .owl-prev span:before {
            font-size: 20px
        }

    .owl-dots {
        bottom: -40px
    }

    .ebook-block {
        padding: 40px 35px;
        margin: 0 10px 60px !important;
        text-align: center;
        background: url(/images/curv_line.svg) no-repeat left 30% top 30% !important
    }

        .ebook-block h2 {
            padding: 0;
            line-height: 30px
        }

        .ebook-block img {
            height: 214px
        }

    .footer-arrow-up {
        right: 26px;
        margin-right: 0
    }

        .footer-arrow-up:hover {
            border: 1px solid #e9e9e9;
            background: #fff;
            color: #181d30
        }

        .footer-arrow-up:active {
            border: 1px solid #262e4d;
            background: #262e4d;
            color: #fff
        }

    .press-news h2.subtitle {
        padding: 0
    }

    .row.m-t45 {
        margin-top: 0
    }

    .footer-bottom {
        padding: 30px 0;
        margin: 20px 20px 0;
        border-top: 1px solid #ccc
    }

        .footer-bottom ul li.first {
            display: block;
            padding-bottom: 10px
        }

        .footer-bottom ul li.website-by {
            text-align: center;
            margin-top: 10px;
            float: none !important
        }

    .full-row.footer-bottom .container-fluid.max-width-1230.pos-rel {
        padding: 0
    }

    .author-detail picture {
        height: 63px;
        width: 63px;
        margin-right: 6px
    }

    .author-detail h5 {
        color: #2f3344;
        font-size: 15px;
        line-height: 24px;
        margin-top: 0
    }

    .half-curv-bg {
        background: #f7f7f7 url(/images/top-white-curb.svg) no-repeat 100% 0;
        padding: 25px 0
    }

        .half-curv-bg:before {
            display: none
        }

    .solution-box {
        padding: 20px;
        margin-bottom: 50px
    }

    .bdr-clr-blue {
        margin-bottom: 25px
    }

    .group-logo-container {
        margin-bottom: 20px
    }

        .group-logo-container img {
            margin: 0 10px 15px 0;
            height: 20px
        }

    .graphic-area {
        padding: 0;
        margin: 0 -15px;
        margin-top: 25px;
        text-align: center
    }

        .graphic-area img {
            min-height: auto;
            max-width: 100%;
            height: auto
        }

    .hero-caption-center-mobile {
        text-align: center
    }

    .hero-caption-align-top .btn {
        margin: 0;
        padding: 9px 5px
    }

    .content-space {
        padding: 0 15px 15px;
        position: relative;
        z-index: 2
    }

        .content-space ul li {
            font-size: 16px;
            margin-bottom: 15px;
            margin-right: 0;
            font-size: 14px
        }

            .content-space ul li img {
                margin-right: 4px
            }

    .img-continer {
        width: 100%;
        padding-top: 24px;
        padding-bottom: 24px
    }

        .img-continer img {
            min-height: auto;
            display: inline-block
        }

    #feature-crousel .owl-nav {
        display: none
    }

    #feature-crousel .owl-dots {
        bottom: 0
    }

    .software-classroom-section {
        margin: 30px 10px 0
    }

        .software-classroom-section img {
            display: none
        }

        .software-classroom-section h4 {
            line-height: 38px;
            font-size: 28px;
            margin: 20px
        }

        .software-classroom-section p a {
            padding: 0 10px;
            font-size: 16px
        }

    .m-t52 {
        margin-top: 35px !important
    }

    .section-space {
        padding: 0 0 35px;
        margin-top: 0
    }

    .section-w-top-white-curv {
        background: #f8f9fb url(/images/top-white-curb.svg) no-repeat top -19px center;
        background-size: 100% 20%;
        padding-left: 25px;
        padding-right: 25px
    }

    h3.content-title {
        font-size: 28px;
        line-height: 38px
    }

    .section-w-top-white-curv-right {
        padding-left: 25px;
        padding-right: 25px
    }

    .feature-block-hover:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .feature-block {
        min-height: 320px
    }

    .left-bg:before {
        display: none
    }

    .left-bg .img-continer:before {
        content: "";
        position: absolute;
        left: -10px;
        width: 50%;
        bottom: 0;
        top: 0;
        background: #f8f9fb;
        z-index: 1
    }

    .right-bg:after {
        display: none
    }

    .right-bg .img-continer:after {
        content: "";
        position: absolute;
        right: -10px;
        width: 50%;
        bottom: 0;
        top: 0;
        background: #f8f9fb;
        z-index: 1
    }

    .enterprise-solution-block .left-bg .img-continer:before {
        content: "";
        position: absolute;
        left: -10px;
        width: 50%;
        bottom: 0;
        top: 0;
        background: #22273c;
        z-index: 1
    }

    .enterprise-solution-block .right-bg .img-continer:after {
        content: "";
        position: absolute;
        right: -10px;
        width: 50%;
        bottom: 0;
        top: 0;
        background: #22273c;
        z-index: 1
    }

    .mobile-order {
        -ms-box-orient: horizontal !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -moz-flex !important;
        display: flex !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-flow: row wrap !important;
        flex-flow: row wrap !important
    }

    .content-row {
        padding: 0
    }

        .content-row .align-item-center {
            min-height: auto
        }

    .order1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    h2.title-width-extra-space {
        font-size: 36px;
        line-height: 46px
    }

    .schedule-form h3 {
        font-size: 28px;
        line-height: 38px
    }

    .solution-testimonial {
        margin-top: 50px
    }

        .solution-testimonial .testimonial-block {
            padding: 15px 40px;
            margin-bottom: 0;
            margin-top: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 0
        }

            .solution-testimonial .testimonial-block p {
                font-size: 22px;
                line-height: 32px
            }

        .solution-testimonial .owl-carousel .owl-nav .owl-next {
            position: absolute;
            right: 34%;
            top: auto;
            bottom: -20px
        }

        .solution-testimonial .owl-carousel .owl-nav .owl-prev {
            left: 34%;
            right: inherit;
            top: auto;
            bottom: -20px
        }

    .solution-action {
        padding: 0 10px 100px
    }

        .solution-action h2 {
            font-size: 36px
        }

    .section-display-notes.mobile-display-note {
        padding-bottom: 0;
        background: none;
        margin-top: 20px
    }

        .section-display-notes.mobile-display-note h3 {
            font-size: 18px;
            color: #c8c8c8;
            text-align: center;
            line-height: 30px;
            font-family: muliregular;
            margin-top: 0;
            margin-bottom: 25px
        }

    .title-width-extra-space {
        margin-bottom: 25px;
        line-height: 36px;
        font-size: 30px
    }

    img.graphic-fix-height {
        min-height: auto;
        display: inline-block
    }

    .content-title br {
        display: none
    }

    .video-play {
        width: 45px;
        height: 45px
    }

        .video-play:before {
            font-size: 16px;
            margin: 24% 0 0 7px
        }

    .no-space-innerspace-mobile {
        margin: 0
    }

    .pagination > li > a, .pagination > li > span {
        font-size: 15px;
        padding: 6px 10px
    }

    .thumb-block {
        margin-top: 0
    }

    .blog {
        padding: 0 25px
    }

    .faceless-orgnization {
        padding: 40px 0 80px !important
    }

        .faceless-orgnization.space50.blog {
            padding-right: 0;
            padding-left: 0;
            padding-bottom: 50px
        }

    .download-row h3 {
        font-size: 16px;
        margin: 0 0 20px;
        font-family: mulibold
    }

    .download-row .text-right {
        text-align: left !important
    }

    .resource-download h2.subtitle {
        padding: 0
    }

    .resource-download h4 {
        font-size: 18px;
        color: #181d30;
        font-family: muliregular;
        line-height: 30px;
        margin: 30px 0
    }

    .e-book {
        text-align: center;
        margin-bottom: 15px
    }

        .e-book img {
            width: 162px
        }

    .no-padd-mobile {
        padding: 0 !important
    }

    .e-book-content {
        border: 0;
        margin-bottom: 0
    }

        .e-book-content h2.subtitle {
            padding: 0
        }

    .e-book-content-space {
        padding: 50px 10px 0
    }

    .webinar-block-content {
        padding: 0 48px;
        padding-right: 0
    }

    .e-book-section {
        padding: 60px 10px;
        background: #181d30 url(/images/stroke-line_mobile.svg) no-repeat left 66% top 20%;
        background-size: 170%
    }

    .tips-block {
        padding: 56px 20px
    }

        .tips-block h3 {
            font-size: 36px;
            line-height: 46px;
            margin: 0 0 30px
        }

    .share-this.text-right {
        text-align: left !important;
        margin-top: 15px
    }

    ul.list-with-bullet li {
        margin-right: 0;
        font-size: 14px
    }

    .custome-checkbox input[type=checkbox]:checked + strong:before {
        vertical-align: middle;
        text-align: center;
        width: 28px;
        height: 20px;
        margin: 0
    }

    .custome-checkbox span {
        padding-left: 10px;
        width: 84%
    }

    .align-uppword-222 {
        margin-top: -584px;
        padding-top: 545px
    }

    .schedule-form.tips-block {
        padding-bottom: 0;
        margin-bottom: 36px
    }

    .bg-light-gray.revert-bg {
        background: #fff !important
    }

    body, html {
        overflow-x: hidden !important
    }

    .box-w-half-bg-rotate {
        background: #fff url(/images/half-curb.svg) no-repeat left -100px top -5px
    }

    .gated.e-book-section {
        background-position: left 66% top 10%
    }

    .subnav-item li {
        display: block
    }

        .subnav-item li a {
            padding: 19px 0
        }

    .contactus {
        margin-top: 20px
    }

        .contactus p {
            font-size: 18px
        }

            .contactus p i {
                width: 26px
            }

        .contactus h3 a {
            font-size: 20px
        }

        .contactus h3 i {
            width: 26px
        }

    .space-l-40 {
        padding-left: 34px
    }

    .contact-outerspace, .get-support {
        padding-bottom: 60px !important
    }

        .get-support h4 {
            margin: 37px 0 40px
        }

    .align-uppword-100 {
        margin-top: -50px
    }

    .iframe-video {
        height: 400px;
        width: 90%;
        border: 0
    }

    .cookies-banner {
        max-width: 90%;
        left: 5%
    }

    .animation-input input {
        padding: 20px 13px 10px !important
    }

    .animation-input textarea {
        padding: 15px 12px 0
    }

    .feature-block picture {
        height: auto
    }

    .owl-carousel .owl-item img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        width: auto
    }

    .content-row .align-item-center {
        padding: 0
    }
}

@media screen and (max-width:1468px) {
    .partner-dropdown {
        min-height: 200px
    }
}

@media screen and (min-width:1850px) {
    .slick-prev {
        left: -200px
    }

        .slick-prev i {
            margin-right: 4px
        }

    .slick-next {
        right: -200px
    }

        .slick-next i {
            margin-left: 4px
        }
}

@media screen and (min-width:1240px) and (max-width:1300px) {
    .navbar-default .navbar-nav > li > a {
        padding: 39px 10px
    }
}

@media screen and (min-width:1301px) and (max-width:1680px) {
    .navbar-default .navbar-nav > li > a {
        padding: 39px 13px 36px
    }
}

@media screen and (max-width:1200px) {
    .nav-wrapper {
        height: 80px
    }
}

@media screen and (max-width:1300px) {
    .solutions-mega-dropdown-menu .display-box {
        padding: 0 15px
    }

        .solutions-mega-dropdown-menu .display-box .same-height {
            padding: 0
        }

        .solutions-mega-dropdown-menu .display-box .same-height-enterprise {
            padding: 0 !important
        }
       
}

@media screen and (min-width:1301px) and (max-width:1680px) {
    .solutions-mega-dropdown-menu ul {
        padding: 0 !important
    }

    .solutions-mega-dropdown-menu .display-box .same-height {
        padding: 0 10px
    }

    .solutions-mega-dropdown-menu .display-box .same-height-enterprise {
        padding: 0 0 0 10px !important
    }

   
}
