div#shide5{width:100% !important}
    .abheader nav ul.header-nav{margin-left: 200px !important;}
    .abheader nav ul.header-nav > li > span{padding:15px 14px;}
    .nav-webinars { color: #333;  display: inline-block;  vertical-align: bottom;  font-size: 1.1em; margin: 15px !important; cursor: pointer; text-decoration: none !important;
}
    .ban-lhs h1 {
        font-size: 54px;
        line-height: 72px;
        color: #055367;
        font-weight: 800;
        letter-spacing: -1px;
    }

    body {
        overflow-x: hidden
    }

    .banner {
        padding: 120px 0 40px
    }

    .ban-lhs {
        float: initial;
        width: 70%;
        padding-right: 0;
        margin: 0 auto;
        display: table;
        text-align: center
    }

    .wam-form {
        margin: 0 auto;
        display: table
    }

    .s-solution {
        margin-top: 80px
    }

    .s-solution ul li div {
        padding: 30px 30px 70px;
        border-left: 0;
        background: #fff;
        margin: 0 10px;
        border-radius: 4px;
        border: 1px solid #efefef;
        box-shadow: 0 2px 10px -7px rgba(77, 81, 88, 0.8);
        position: relative;
        overflow: hidden;
        height: 180px
    }

    .s-solution ul li span {
        right: -11px;
        bottom: 0
    }

    .s-solution ul li h4 {
        margin: 0;
        padding: 0
    }

    .bform .wam-form {
        width: 80% !important;
    }

    .s-solution ul li span {
        background-image: url(https://www.manageengine.com/latam/data-security/endpoint/images/endpoint-detection-and-response-sprite.png);
        background-repeat: no-repeat;
        background-position: -52px -1px;
        background-size: 367px;
        width: 90px;
        height: 70px
    }

    .s-solution ul li:nth-child(2) span {
        width: 90px;
        background-position: -145px -5px
    }

    .s-solution ul li:nth-child(3) span {
        width: 90px;
        background-position: -237px -5px
    }

    .book-case {
        background: url(https://www.manageengine.com/latam/data-security/endpoint/images/endpoint-detection-and-response-blue-bg.jpg) no-repeat #013f7e;
        background-size: cover;
        padding: 55px 40px 46px 328px
    }

    .book-case:before {
        content: '';
        position: absolute;
        background: url(https://www.manageengine.com/latam/data-security/endpoint/images/endpoint-detection-and-response-sprite.png) no-repeat;
        width: 239px;
        height: 170px;
        background-size: 261px;
        left: 75px;
        background-position: 0 -72px
    }

    .book-case h3,
    .book-case p,
    .book-case .dwn-priv,
    .book-case .dwn-priv a {
        color: #fff
    }

    .book-case .wam-form ul li:nth-child(1):before {
        box-shadow: none
    }

    .book-case .wam-form {
        float: left
    }

    .book-case .wam-form ul li:nth-child(3) {
        background: none
    }

    .foot-inst-rhs {
        width: 100%;
        text-align: center;
        padding-left: 0
    }

    .dwn_btn a {
        display: inline-block;
        height: auto
    }

    .foot-sec-3 {
        padding-bottom: 70px
    }

    .slide-ani h2 {
        font-size: 32px;
        font-weight: 500;
        line-height: 36px;
        padding-top: 50px;
        margin-bottom: 40px;
        text-align: center
    }

    .slide-ani h2 span {
        font-weight: 700;
        font-size: 32px;
        line-height: 36px;
        display: block
    }

    .slide-ani ul li {
        margin: 0 auto;
        display: table;
        margin-bottom: 30px
    }

    .slide-ani ul li p {
        font-size: 16px;
        color: #055367;
        margin: 0;
        border: 1px solid #e0e8eb;
        border-radius: 50px;
        padding: 10px 25px;
        box-shadow: 0 2px 13px -3px rgba(80, 80, 80, 0.25)
    }

    .slide-ani ul li:nth-child(odd) p {
        background: #fff
    }

    .slide-ani ul li:nth-child(even) p {
        background: #055367;
        color: #fff
    }

    .foot-inst-rhs h2 {
        padding-top: 0
    }

    .cr {
        text-align: center;
        background: #fff;
        padding: 10px;
        box-sizing: border-box;
    }

    .cr p {
        margin: 0;
        color: #82898c;
        font-size: 14px
    }

    .top {
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 9;
        padding: 0;
        box-shadow: 0 7px 33px -11px rgba(185, 185, 185, 0.8705882352941177);
        display: block;
    }

    .top .l1 img {
        width: 175px;
        margin-top: 6px
    }

    .top .l2 {
        float: right;
        border: 1px solid #929292;
        padding: 4px 25px 4px 45px;
        border-radius: 4px;
        font-size: 16px;
        margin-top: 14px;
        display: inline-block
    }

    .top .l2:before {
        content: '';
        position: absolute;
        background-image: url(https://www.manageengine.com/latam/data-security/endpoint/images/endpoint-detection-and-response-sprite.png);
        background-repeat: no-repeat;
        background-position: -18px 0;
        background-size: 269px;
        width: 20px;
        height: 20px;
        margin: 3px 0 0 -28px
    }

    #meGDPRMessage {
        text-align: left;
    }

    .book-case #meGDPRMessage label {
        color: #fff;
    }

    .book-case .tnkmsg h5 {
        color: #fff;
    }

    .animatable {

        /* initially hide animatable objects */
        visibility: hidden;

        /* initially pause animatable objects their animations */
        animation-play-state: paused;
    }

    /* show objects being animated */
    .animated {
        visibility: visible;
        animation-fill-mode: both;
        animation-duration: 2s;
        animation-play-state: running;
    }

    @keyframes bounceInLeft {
        0% {
            opacity: 0;
            transform: translateX(-2000px);
        }

        60% {
            transform: translateX(20px);
        }

        80% {
            transform: translateX(-5px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes bounceInRight {
        0% {
            opacity: 0;
            transform: translateX(2000px);
        }

        60% {
            transform: translateX(-20px);
        }

        80% {
            transform: translateX(5px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .animated.bounceInRight {
        animation-name: bounceInRight;
    }

    .animated.bounceInLeft {
        animation-name: bounceInLeft;
    }

    @media screen and (max-width: 992px) {
        .book-case:before {
            display: none;
        }

        .use_case.book-case {
            padding: 55px 40px 50px 40px;
            text-align: center;
        }
    }

    @media screen and (max-width: 767px) {
        .s-solution ul li span {
            margin-bottom: 20px;
        }

        .s-solution ul li div {
            height: auto;
            margin-bottom: 20px;
            padding: 30px;
        }

        .wam-form {
            width: 100%;
        }

        .book-case .wam-form {
            width: 100%;
        }
    }

.footer-new, #customers, .heading-menu, .btmBar{
    display: none;
}