.input#btnSubmit {
    background: #e9152b;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 10px 30px;
    font-size: 13px !important;
    font-weight: 600;
    border: 1px solid #e9152b;
    box-sizing: border-box;
    text-transform: uppercase;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    margin: 20px 0 0;
}

    .pam360-banner-wrap {
        padding: 100px 0;
        overflow: hidden;
        position: relative;
        margin: 0;
    }
    
    .pam360-banner-wrap .content-wrap {
        max-width: 1200px;
        width: 90%;
        margin: 0 auto;
    }
    
    .banner-left {
        max-width: 950px;
        margin: 0 auto;
        text-align: center;
    }
    
    .banner-left h1 {
        font-size: 58px;
        line-height: 1.1;
        margin: 0 0 20px;
        color: #000;
    }
    
    .banner-left p {
        font-size: 20px
    }
    /* */
    
    div#formCTAgdpr {
        color: #575757;
    }
    
    div#survey {
        display: none !important;
    }
    
    #meGDPRMessage {
        width: 100%;
        color: #717171;
    }
    
    .list-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .one-line-wrap input#btnSubmit {
        margin: 0;
        padding: 7px 14px;
        height: 44px;
        border-radius: 0;
        border: 1px solid #e9152b;
        max-width: 160px;
    }
    
    .success-message {
        display: none;
        text-align: center;
        border: 1px solid #f0f0f0;
        padding: 15px;
    }
    
    .success-message h2 {
        font-size: 30px;
        margin: 0 0 10px 0;
        color: #ff6d06;
    }
    
    .success-message p {
        font-size: 14px;
        margin: 0 auto;
        max-width: 490px;
    }
    /* */
    
    .pam360-content-wrap {
        position: relative;
    }
    
    .pam360-content-wrap .section {
        padding: 100px 0 0;
    }
    
    .section.solution-wrap {
        padding: 0;
        position: relative;
        z-index: 1;
    }
    
    section .features-wrap {
        padding: 100px 0;
    }
    
    section .why-wrap {
        padding: 100px 0;
    }
    
    .section.pam-footer-wrap {
        padding: 100px 0;
    }
    
    .btn-wrap {
        margin: 0;
    }
    
    .act-btn {
        background: #e9152b;
        color: #fff;
        padding: 12px 25px;
        font-size: 17px;
        line-height: 1.4;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
        font-family: var(--primaryfont-semibold);
        border: 1px solid transparent;
    }
    
    a.act-btn.btn-border {
        background: transparent;
        color: #e9152b;
        border: 1px solid #e9152b;
        margin: 0;
        transition: 0.5s all;
    }
    
    a.act-btn.btn-border:hover {
        background: #e9152b;
        color: #fff;
    }
    
    h2 {
        margin: 0;
        font-size: 42px;
    }
    
    .solution-wrap:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 50%;
        background: #353738;
        z-index: -1;
        left: 0;
        bottom: 0;
    }
    
    .solution-wrap .content-wrap {
        display: flex;
        justify-content: space-between;
        background: #007ff4;
        padding: 80px 80px;
        color: #fff;
        align-items: center;
        border-radius: 15px;
    }
    
    .solution-wrap .content-wrap h2 {
        max-width: 250px;
        color: #fff;
    }
    
    .solution-wrap-text {
        width: calc(100% - 310px);
    }
    
    .solution-wrap-text p:last-child {
        margin: 0;
    }
    
    .section.zt-principles {
        padding: 0 0 100px;
    }
    
    .zt-principles .content-wrap {
        max-width: 1350px;
    }
    
    .zt-principles-heading {
        background: #353738;
    }
    
    .zt-principles h2 {
        max-width: 900px;
        width: 90%;
        text-align: center;
        margin: 0 auto;
        padding: 100px 0;
        color: #fff;
    }
    
    .sticky-header-wrap {
        position: sticky;
        top: 45px;
        padding: 50px 0 0;
        background: #fff;
        z-index: 10;
    }
    
    .sticky-header-wrap ul {
        display: flex;
        justify-content: space-between;
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
        background: #f1f1f1;
    }
    
    .sticky-header-wrap ul li {
        width: calc(100% / 3);
        text-align: center;
        cursor: pointer;
        font-family: var(--primaryfont-semibold);
    }
    
    .sticky-header-wrap ul li a {
        color: #000;
        padding: 20px;
        display: block;
        transition: 0.3s all;
    }
    
    .sticky-header-wrap ul li a:hover {
        background: #96cbff;
    }
    
    .sticky-header-wrap ul li a.active {
        background: #086dd1;
        color: #fff;
    }
    /*  */
    
    .menu-hignlight {
        padding: 100px 0 0;
    }
    
    .zt-heading-wrap {
        max-width: 500px;
        margin: 0 auto;
        text-align: center;
    }
    
    .zt-heading-wrap h2 {
        color: #000;
        padding: 0 0 15px;
    }
    
    .zt-heading-wrap p:last-child {
        margin: 0;
    }
    
    .menu-hignlight ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
        /* max-width: 980px; */
        margin: 60px 0 0;
    }
    
    .menu-hignlight ul li {
        border: 1px solid #f0f0f0;
        padding: 30px;
        background: #fff;
        box-shadow: 0px 0 20px rgb(0 0 0 / 10%);
    }
    
    .menu-hignlight ul li figure {
        max-width: 80px;
        margin: 0 auto;
    }
    
    .menu-hignlight ul li span {
        display: block;
        width: 80px;
        height: 70px;
        margin: 0 auto;
        background-image: url(https://www.manageengine.com/latam/privileged-access-management/images/zero-trust-sprite.svg);
        background-size: 350px auto;
        background-repeat: no-repeat;
    }
    
    .ico-zt-2 {
        background-position: -86px 0;
    }
    
    .ico-zt-3 {
        background-position: 7px -77px;
        height: 90px !important;
    }
    
    .ico-zt-4 {
        background-position: -72px -68px;
        height: 90px !important;
    }
    
    .ico-zt-5 {
        background-position: -153px -68px;
        height: 90px !important
    }
    
    .ico-zt-6 {
        background-position: -239px -68px;
        width: 90px !important;
        height: 90px !important
    }
    
    .ico-zt-7 {
        background-position: 1px -168px;
        width: 90px !important;
        height: 80px !important;
    }
    
    .ico-zt-8 {
        background-position: -89px -171px;
        width: 90px !important;
        height: 80px !important;
    }
    
    .ico-zt-9 {
        background-position: -178px -172px;
        width: 80px !important;
        height: 80px !important;
    }
    
    .ico-zt-10 {
        background-position: -261px -172px;
        width: 90px !important;
        height: 80px !important;
    }
    
    .menu-hignlight ul li h4 {
        margin: 0 0 15px;
        text-align: center;
        /* width: 260px; */
        margin: 20px auto;
        font-size: 20px;
        font-family: var(--primaryfont-semibold);
    }
    
    .menu-hignlight ul li p {
        position: relative;
        padding: 0 0 0 20px;
    }
    
    .menu-hignlight ul li p:before {
        content: " ";
        box-shadow: inset 3px -3px 0 #009688;
        height: 7px;
        transform: rotate(-45deg);
        width: 13px;
        margin: 0;
        transition: all 1s;
        position: absolute;
        top: 10px;
        left: 0;
        z-index: 1;
    }
    
    .menu-hignlight ul li p:after {
        content: " ";
        position: absolute;
        left: 0;
        top: 4px;
        border-radius: 50%;
    }
    
    .menu-hignlight ul li p:last-child {
        margin: 0;
    }
    
    .always-verify-wrap {
        padding: 100px 0;
    }
    
    .always-verify-wrap ul {
        max-width: 680px;
        margin: 60px auto 0;
    }
    
    .assume-breach-wrap {
        background: #fafafa;
        padding: 100px 0;
    }
    
    .assume-breach-wrap ul {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .least-access-wrap ul {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .section.demo-wrapper {
        padding: 100px 0;
        position: relative;
        z-index: 1;
        background: #353738;
    }
    
    .section.demo-wrapper:before {
        /* content: ''; */
        position: absolute;
        width: 100%;
        height: 50%;
        left: 0;
        top: 0;
        background: #353738;
        z-index: -1;
    }
    
    .demo-wrapper h2 {
        text-align: center;
        color: #fff;
        margin: 0 auto 40px;
        max-width: 640px;
        width: 90%;
    }
    
    .section.demo-wrapper .content-wrap {
        background: #fff;
        padding: 50px 60px 70px;
        display: flex;
        justify-content: space-between;
        max-width: 990px;
        align-items: center;
    }
    
    .section.demo-wrapper figure {
        width: 360px;
    }
    
    .demo-form-wrap {
        max-width: 420px;
    }
    
    .demo-form-wrap .ffw-errmsg {
        margin: 0;
    }
    
    .trans-effect:focus~label,
    .has-content.trans-effect~label {
        opacity: 0;
    }
    
    .trans-effect~label {
        top: 8px;
    }
    /*  */
    
    span.focus-border {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    /*  */
    
    .pam-footer-wrap {
        text-align: center;
        padding: 100px 0 0;
    }
    
    .pam-footer-wrap .content-wrap {
        max-width: 700px;
    }
    
    .pam-footer-wrap h2 {
        margin: 0 0 20px;
    }
    /*  */
    
    .section.customers-wrap {
        overflow: hidden;
        padding: 0 0 100px;
        display: grid;
        place-items: center;
        overflow: hidden;
    }
    
    .customers-wrap .content-wrap {
        position: relative;
        overflow: hidden;
    }
    
    .customers-wrap .content-wrap:before,
    .customers-wrap .content-wrap:after {
        position: absolute;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        content: none;
        height: 100%;
        width: 25%;
        z-index: 2;
        pointer-events: none;
    }
    
    .customers-wrap .content-wrap:after {
        right: 0;
        top: 0;
        transform: rotate(180deg);
    }
    
    .customers-wrap h2 {
        font-size: 24px;
margin-top: 50px;
    }
    
    .customers-wrap ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 40px auto 0;
        max-width: 1050px;
        animation: scroll 5s linear infinite;
    }
    
    .customers-wrap ul li {
        background-image: url(https://www.manageengine.com/privileged-access-management/images/solution/pam360-customers-logo.png);
        background-size: 1000px auto;
        background-repeat: no-repeat;
        height: 42px;
        margin: 0 20px;
        filter: grayscale(100%);
        opacity: 0.8;
    }
    
    .gb-gsk {
        flex: 0 0 108px;
        width: 108px;
        background-position: -18px 0;
    }
    
    .gb-xmas {
        flex: 0 0 127px;
        width: 127px;
        background-position: -136px 0;
    }
    
    .gb-inchcape {
        flex: 0 0 175px;
        width: 175px;
        background-position: -273px 0;
    }
    
    .gb-footlocker {
        flex: 0 0 225px;
        width: 225px;
        background-position: -457px 0;
    }
    
    .gb-getronics {
        flex: 0 0 97px;
        width: 97px;
        background-position: -691px 0;
    }
    
    .gb-panasonic {
        flex: 0 0 74px;
        width: 74px;
        background-position: -798px 0;
    }
    
    .gb-cinepolis {
        width: 112px;
        background-position: -880px 0;
    }
    
    .gb-rac {
        flex: 0 0 77px;
        width: 77px;
        height: 69px !important;
        background-position: -4px -49px;
    }
    
    .gb-rev {
        flex: 0 0 141px;
        width: 141px;
        height: 52px !important;
        background-position: -97px -49px;
    }
    
    .gb-ibm {
        flex: 0 0 102px;
        width: 102px;
        background-position: -247px -49px;
    }
    
    .gb-ntt-data {
        flex: 0 0 119px;
        width: 119px;
        background-position: -358px -49px;
    }
    
    .gb-inditex {
        width: 142px;
        background-position: -486px -49px;
    }
    
    .gb-capgemini {
        flex: 0 0 185px;
        flex: 0 0 185px;
        width: 185px;
        background-position: -636px -49px;
    }
    
    .gb-cocacola {
        flex: 0 0 141px;
        width: 141px;
        height: 45px !important;
        background-position: -823px -42px;
    }
    
    .gb-bedag {
        flex: 0 0 138px;
        width: 138px;
        background-position: -16px -124px;
    }
    
    .gb-pega {
        flex: 0 0 67px;
        width: 23px;
        height: 50px !important;
        background-size: 620px auto !important;
        background-position: -145px -60px;
    }
    
    .gb-arlanxeo {
        flex: 0 0 143px;
        width: 143px;
        height: 25px !important;
        background-position: -345px -94px;
    }
    
    .gb-dt {
        flex: 0 0 85px;
        width: 85px;
        height: 88px !important;
        background-position: -494px -94px;
    }
    
    .gb-ptc {
        flex: 0 0 103px;
        width: 103px;
        height: 48px !important;
        background-position: -580px -94px;
    }
    
    .gb-holland {
        flex: 0 0 142px;
        width: 142px;
        height: 76px !important;
        background-position: -688px -94px;
    }
    
    .gb-rotech {
        flex: 0 0 145px;
        width: 145px;
        background-position: -833px -92px;
    }
    
    .gb-brambles {
        flex: 0 0 143px;
        width: 143px;
        height: 29px !important;
        background-position: -342px -122px;
    }
    
    @media screen and (max-width: 1280px) {
        .assume-breach-wrap ul,
        .least-access-wrap ul {
            grid-template-columns: repeat(2, 1fr);
        }
        .menu-hignlight ul li h4 br {
            display: none;
        }
    }
    
    @media screen and (max-width: 1100px) {
        .section.customers-wrap {
            display: none;
        }
        .customers-wrap ul {
            max-width: 660px;
            flex-flow: wrap;
            justify-content: center;
        }
        .customers-wrap ul li {
            margin: 15px;
        }
    }
    
    @media screen and (max-width: 992px) {
        .pam360-banner-wrap {
            padding: 80px 0;
            margin: 80px 0 0;
        }
        .banner-left h1 {
            font-size: 44px;
        }
        h2 {
            font-size: 36px;
        }
        .solution-wrap .content-wrap {
            display: block;
            padding: 60px;
        }
        .solution-wrap .content-wrap h2,
        .solution-wrap-text {
            max-width: 100%;
            width: 100%;
            text-align: center;
        }
        .solution-wrap .content-wrap h2 {
            margin: 0 0 20px;
        }
        .always-verify-wrap ul {
            max-width: 100%;
        }
        .section.zt-demo-wrap {
            padding: 80px 0;
        }
        .section.zt-principles,
        .section.customers-wrap {
            padding-bottom: 80px;
        }
        .menu-hignlight {
            padding: 80px 0 0;
        }
        .always-verify-wrap,
        .assume-breach-wrap,
        .zt-principles-heading h2 {
            padding: 80px 0;
        }
        .section.demo-wrapper figure {
            display: none;
        }
        .section.demo-wrapper .content-wrap {
            padding: 30px 30px 40px;
            display: block;
        }
        .demo-form-wrap {
            width: 100%;
            margin: 0 auto;
        }
        .section.demo-wrapper {
            padding: 80px 0
        }
    }
    
    @media screen and (max-width: 767px) {
        .sticky-header-wrap {
            display: none;
        }
        .always-verify-wrap ul,
        .assume-breach-wrap ul,
        .least-access-wrap ul {
            grid-template-columns: repeat(1, 1fr);
        }
        .one-line-wrap input#btnSubmit {
            max-width: 100%;
        }
        .solution-wrap .content-wrap {
            padding: 35px;
        }
        .menu-hignlight ul li {
            padding: 25px;
        }
        .section.demo-wrapper .content-wrap {
            padding: 20px 20px 30px;
            display: block;
        }
    }

.pam360-banner-wrap {
    padding: 0px 0; 
    overflow: hidden;
    position: relative;
    margin: 100px 0 0;
}

