.pam360-banner-wrap {
        padding: 0 0 100px 0;
        overflow: hidden;
        position: relative;
        margin: 100px 0 0;
    }
    
    .pam360-banner-wrap .content-wrap {
        max-width: 1220px;
        width: 90%;
        margin: 0 auto;
        display: flex;
        align-items: center;
    justify-content: space-between;
    }
    
    .banner-left {
        max-width: 560px;
        /* 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: 250px;
    }
    
    .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 0 100px;
        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 20px;
        color: #000;
    }
    
    .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/privileged-access-management/images/solution/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: 25px;
        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;
        background: #353738;
    }
    
    .demo-wrapper .content-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1030px;
    }
    
    .demo-form-wrap {
        max-width: 460px;
        padding: 30px;
        background: #ffffff;
        border-radius: 10px;
        position: relative;
        z-index: 1
    }
    
    .industry-analysts-wrap {
        max-width: 510px;
        text-align: center;
        color: #fff;
    }
    
    .industry-analysts-wrap h2 {
        font-size: 30px;
        margin: 0 0 20px;
        color: #fff;
    }
    
    .industry-analysts-wrap p a {
        color: #e9152b;
        background: none;
        padding: 0 20px 2px 0;
        /* border-bottom: 2px solid #138cd6; */
        transition: 0.5s all;
        font-family: var(--primaryfont-semibold);
        position: relative;
    }
    
    .industry-analysts-wrap p a:after {
        content: '\2794';
        font-size: 17px;
        position: absolute;
        right: 0;
        transition: .5s all;
    }
    
    .industry-analysts-wrap p a:hover:after {
        transform: translateX(15px);
    }
    
    .industry-analysts-wrap ul li figure {
        height: 80px;
        text-align: center;
        width: 100%;
        display: block;
        margin: 0 0 40px;
    }
    
    .industry-analysts-wrap ul li figure img {
        width: auto;
        height: 100%;
        text-align: center;
        max-width: unset;
        display: inline;
    }
    
    .demo-form-heading {
        text-align: center;
        color: #000;
        margin: 0 0 40px;
    }
    
    .demo-form-heading h4 {
        margin: 0 0 10px;
        color: #000;
        font-size: 24px;
        font-family: var(--primaryfont-bold);
        line-height: 1;
    }
    
    .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;
    }
    /*  */
    
    iframe {
        width: 620px;
        height: 350px;
        margin: 0 auto;
        display: block;
    }
    
    div#targetFrame {
        /* background: #353738; */
        /* padding: 80px 0; */
        max-width: 620px;
        width: 100%;
    }
    
    .customers-wrap {
        background: transparent;
        color: #fff;
        margin: 60px 0 0;
    }
    
    .customers-wrap h3 {
        font-size: 18px;
        color: #ffffff;
        margin: 0 0 20px;
        display: inline-block;
        border-bottom: 2px solid #ffffff;
    }
    
    .customers-wrap ul {
        /* display: inline-block; */
        white-space: nowrap;
        position: relative;
        /* transform: translate3d(0%, 0, 0); */
        /* animation-name: marqueeLogo; */
        /* animation-timing-function: linear; */
        /* animation-iteration-count: infinite; */
        position: relative;
        /* animation-play-state: paused */
        display: flex;
        justify-content: center;
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .customers-wrap .content-wrap:hover ul {
        /* animation-play-state: paused !important; */
    }
    
    .customers-wrap ul li {
        background-image: url(https://www.manageengine.com/privileged-access-management/images/solution/pam360-customers-logo.png);
        background-size: 700px auto;
        background-repeat: no-repeat;
        height: 30px;
        /* filter: grayscale(100%);
      opacity: 1;
      filter: brightness(0) invert(1); */
        /* display: inline-block; */
        white-space: nowrap;
        margin: 10px;
        filter: grayscale(100%);
        filter: brightness(0) invert(1);
        opacity: 1;
    }
    
    .customers-logo {
        display: block;
        white-space: nowrap;
    }
    
    .gb-gsk {
        flex: 0 0 82px;
        width: 82px;
        background-position: -15px 0;
    }
    
    .gb-xmas {
        flex: 0 0 98px;
        width: 98px;
        background-position: -105px 0;
    }
    
    .gb-inchcape {
        /* flex: 0 0 135px; */
        width: 124px;
        background-position: -190px 0;
    }
    
    .gb-footlocker {
        flex: 0 0 225px;
        width: 172px;
        background-position: -352px 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 112px;
        width: 112px;
        height: 52px !important;
        background-position: -71px -39px;
    }
    
    .gb-ibm {
        width: 73px;
        background-position: -171px -34px;
    }
    
    .gb-ntt-data {
        flex: 0 0 119px;
        width: 119px;
        background-position: -358px -49px;
    }
    
    .gb-inditex {
        width: 142px;
        background-position: -486px -49px;
    }
    
    .gb-capgemini {
        width: 130px;
        background-position: -445px -33px;
        height: 30px !important;
    }
    
    .gb-cocacola {
        width: 100px;
        height: 34px !important;
        background-position: -575px -27px;
    }
    
    .gb-bedag {
        flex: 0 0 105px;
        width: 105px;
        background-position: -13px -98px;
    }
    
    .gb-pega {
        width: 82px;
        height: 63px !important;
        background-size: 800px auto !important;
        background-position: -190px -78px;
    }
    
    .gb-arlanxeo {
        flex: 0 0 112px;
        width: 112px;
        height: 18px !important;
        background-position: -266px -74px;
    }
    
    .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 110px;
        width: 110px;
        background-position: -642px -72px;
    }
    
    .gb-brambles {
        flex: 0 0 110px;
        width: 110px;
        height: 24px !important;
        background-position: -265px -94px;
    }
    
    .form-radio,
    .form-group {
        margin: 20px 0;
    }
    
    input#btnSubmit {
        margin: 0;
    }
    
    @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;
        }
        .pam360-banner-wrap {
            padding: 80px 0
        }
        .pam360-banner-wrap .content-wrap {
            display: block;
        }
        .banner-left {
            margin: 0 auto 40px;
            text-align: center;
            max-width: 100%;
        }
        .one-line-form {
            margin: 30px auto;
        }
        div#targetFrame {
            margin: 0 auto;
        }
    }
    
    @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;
        }
        .product-header-wrap {
            overflow: unset;
            top: 0;
        }
    }
    
    @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;
        }
        .zt-principles-heading h2 {
            padding-bottom: 0
        }
        .section.demo-wrapper figure {
            display: none;
        }
        .section.demo-wrapper .content-wrap {
            padding: 0;
            display: block;
        }
        .demo-form-wrap {
            width: 100%;
            margin: 0 auto;
        }
        .section.demo-wrapper {
            padding: 80px 0
        }
        .industry-analysts-wrap {
            max-width: 560px;
            margin: 0 auto 60px;
        }
    }
    
    @media screen and (max-width: 767px) {
        h2 {
            font-size: 34px;
        }
        .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: 0;
            display: block;
        }
        .customers-wrap h3 {
            border: none;
        }
        iframe {
            width: 100%;
            height: auto;
        }
    }