					.heading-menu{display:none;}
					.product-header-wrap  {
			display: none;}
					
					.product-header-top {
					display: none;}
    a.act-btn+a {
        margin-left: 10px;
    }
    
    .pam360-banner-wrap {
        padding: 100px 0;
        overflow: hidden;
        position: relative;
    }
    
    .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;
    }
    
    .banner-left p {
        font-size: 20px;
        margin: 20px auto 0;
    }
    /* */
    
    .pam360-content-wrap {
        position: relative;
    }
    
    .pam360-content-wrap .section {
        padding: 100px 0 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;
    }
    
    h2 {
        margin: 0;
        font-size: 42px;
    }
    
    .section.solution-wrap {
        position: relative;
        padding: 0 0 100px;
    }
    
    .solution-wrap:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 50%;
        background: #353738;
        z-index: -1;
        left: 0;
        bottom: 0;
    }
    
    .solution-wrap ul {
        background: #007ff4;
        padding: 50px;
        color: #fff;
        border-radius: 15px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 0;
    }
    
    .solution-wrap ul li {
        border-right: 1px solid #fff;
        padding: 30px;
    }
    
    .solution-wrap ul li figure {
        height: 60px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .solution-wrap ul li figure img {
        width: auto;
        max-width: 100%;
    }
    
    .solution-wrap ul li:nth-child(1) figure img {
        height: 43px;
    }
    
    .solution-wrap ul li:last-child {
        border: none
    }
    
    .solution-wrap ul li p {
        margin: 20px 0 0;
        text-align: center;
    }
    
    .solution-wrap .content-wrap h2 {
        margin: 0 0 40px;
        text-align: center;
        font-size: 30px;
    }
    /*  */
    
    .section.why-wrap {
        background: #353738;
        position: relative;
        z-index: 1;
        padding: 100px 0;
    }
    
    .why-heading {
        /* max-width: 600px; */
        margin: 0 0 60px;
        text-align: center;
        color: #fff;
    }
    
    .why-heading h2 {
        margin: 0;
    }
    
    .why-heading p:last-child {
        margin: 0;
    }
    /*  */
    
    .section.why-pam-wrap {
        padding: 100px 0px;
    }
    
    .why-pam-wrap ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 80px;
        /* margin: 30px auto 0; */
        /* max-width: 1140px; */
    }
    
    .why-pam-wrap ul li span {
        display: block;
        width: 100px;
        height: 100px;
        text-indent: -9999px;
        background-image: url(https://www.manageengine.com/latam/privileged-access-management/images/why-pam-list.svg);
        background-size: 620px auto;
        background-repeat: no-repeat;
    }
    
    .why-pam-wrap ul li:nth-child(2) span {
        background-position: -106px 0;
    }
    
    .why-pam-wrap ul li:nth-child(3) span {
        background-position: -207px 0;
    }
    
    .why-pam-wrap ul li:nth-child(4) span {
        background-position: -312px 0;
    }
    
    .why-pam-wrap ul li:nth-child(5) span {
        background-position: -416px 0;
    }
    
    .why-pam-wrap ul li:nth-child(6) span {
        background-position: -522px 0;
    }
    
    .why-pam-wrap ul li h3 {
        font-size: 28px;
    }
    
    .why-pam-wrap ul li a.learn-more {
        padding: 0 0 3px;
        border-bottom: 2px solid;
        font-family: var(--primaryfont-semibold);
    }
    /*  */
    
    .section.customers-wrap {
        position: relative;
    }
    
    .section.customers-wrap:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 75%;
        background: #353738;
        z-index: -1;
        left: 0;
        top: 0;
    }
    
    .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 {
        margin: 0;
        color: #fff;
        font-size: 30px;
        text-align: center;
    }
    
    .customers-wrap h4 {
        margin: 0;
        text-align: center;
        color: #fff;
    }
    
    .customers-wrap ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 40px auto 0;
        /* max-width: 1050px; */
        animation: scroll 5s linear infinite;
        box-shadow: 1px 2px 30px 0px rgb(66 66 66 / 16%);
        background: #fff;
        border-radius: 15px;
        padding: 40px 20px;
    }
    
    .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;
        opacity: 1;
    }
    
    .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-ibm {
        flex: 0 0 102px;
        width: 102px;
        background-position: -247px -49px;
    }
    
    .gb-inchcape {
        flex: 0 0 175px;
        width: 175px;
        background-position: -273px 0;
    }
    
    .gb-panasonic {
        flex: 0 0 74px;
        width: 74px;
        background-position: -798px 0;
    }
    
    .gb-pega {
        flex: 0 0 67px;
        width: 23px;
        height: 50px !important;
        background-size: 620px auto !important;
        background-position: -145px -60px;
    }
    /*  */
    
    .section.data-protection-wrap:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 180px;
        background: #fff;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
    
    .data-protection-heading {
        text-align: center;
        margin: 0 auto;
    }
    
    .data-protection-heading h2 {
        max-width: 800px;
        margin: 0 auto 20px;
    }
    
    .compliance-standards-logo {
        display: flex;
        justify-content: center;
        max-width: 1320px;
        width: 100%;
        margin: 60px auto;
        max-width: 900px;
        /* background: #fff; */
        /* border-radius: 10px; */
        /* padding: 40px 20px; */
        /* box-shadow: 5px 5px 30px 0px rgb(0 0 0 / 16%); */
    }
    
    .compliance-standards-logo li {
        background-image: url(https://www.manageengine.com/latam/privileged-access-management/images/compliance-logo.png);
        background-size: 900px auto;
        background-repeat: no-repeat;
        height: 110px;
        margin: 0 22px;
    }
    
    .compliance-standards-logo li:nth-child(1) {
        width: 187px;
        background-position: -356px -4px;
    }
    
    .compliance-standards-logo li:nth-child(2) {
        width: 187px;
        background-position: -544px -4px;
    }
    
    .compliance-standards-logo li:nth-child(3) {
        width: 92px;
        background-position: -260px -4px;
    }
    
    .compliance-standards-logo li:nth-child(4) {
        width: 156px;
        background-position: -733px -4px;
    }
    
    .data-protection-wrap p {
        text-align: center;
    }
    
    .data-protection-wrap p a {
        color: #e9152b;
        padding-bottom: 2px;
        border-bottom: 2px solid;
        font-family: var(--primaryfont-semibold);
        font-size: 22px;
    }
    /*  */
    
    .section.why-choose-wrap {
        padding: 100px 0;
        background: #f8f8f8;
    }
    
    .why-choose-wrap li {
        padding: 80px;
        background: #fff;
        border-radius: 10px;
        margin: 60px 0 0;
        box-shadow: 5px 5px 30px 0px rgb(0 0 0 / 16%);
        display: flex;
        justify-content: space-between;
    }
    
    .why-choose-wrap li span {
        display: block;
        width: 200px;
        height: 200px;
        text-indent: -9999px;
        background-image: url(https://www.manageengine.com/latam/privileged-access-management/images/why-pam-choose.svg);
        background-size: 583px auto;
        background-repeat: no-repeat;
    }
    
    .why-choose-wrap li:nth-child(2) span {
        background-position: -202px 0;
    }
    
    .why-choose-wrap li:nth-child(3) span {
        background-position: -400px 3px;
    }
    
    .why-list-cont {
        width: calc(100% - 270px);
    }
    
    .why-list-cont h3 {
        margin: 0 0 20px;
    }
    
    .why-list-wrap li p:last-child {
        margin: 0;
    }
    /*  */
    
    .pam-footer-wrap {
        text-align: center;
        padding: 100px 0;
    }
    
    .pam-footer-wrap .content-wrap {
        max-width: 1170px;
        background: #353738;
        padding: 90px;
        border-radius: 15px;
    }
    
    .pam-footer-wrap h2 {
        margin: 0 0 20px;
        color: #fff;
    }
    
    .pam-footer-wrap .act-note {
        margin: 20px 0 0;
        font-size: 13px;
        color: #fff;
    }
    
    .section.pam-footer-wrap a.act-btn.btn-border {
        color: #fff;
        border-color: #fff;
    }
    
    @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;
        }
        .way-list-wrap li {
            padding: 50px;
        }
        .way-list-wrap li span {
            width: 120px;
        }
        .way-list-cont {
            width: calc(100% - 120px);
        }
        .section.solution-wrap {
            padding: 0;
        }
        .solution-wrap ul {
            padding: 30px;
        }
        .pam-footer-wrap .content-wrap {
            padding: 60px;
        }
    }
    
    @media screen and (max-width: 992px) {
        .pam360-banner-wrap {
            padding: 80px 0;
        }
        .banner-left h1 {
            font-size: 44px;
        }
        h2 {
            font-size: 36px;
        }
        .way-list-wrap li {
            padding: 40px;
            margin: 60px 0 0;
        }
        .way-list-wrap li span {
            width: 100px;
        }
        .way-list-cont {
            width: calc(100% - 100px);
        }
        .pam360-content-wrap .section {
            padding: 80px 0 0;
        }
        .section.why-wrap,
        .section.why-choose-wrap {
            padding: 80px 0;
        }
        .section.solution-wrap {
            padding: 0 0 80px 0;
        }
        .section.pam-footer-wrap {
            padding: 80px 0;
        }
        .solution-wrap ul {
            padding: 20px;
        }
        .section.why-pam-wrap {
            padding: 80px 0;
        }
        .compliance-standards-logo {
            flex-flow: wrap;
        }
        .why-heading {
            max-width: 590px;
            width: 100%;
            margin-bottom: 40px;
        }
        .why-choose-wrap li {
            display: block;
            padding: 40px;
        }
        .why-list-cont {
            width: 100%;
        }
        .why-choose-wrap li span {
            width: 100px;
            height: 100px;
            background-size: 286px auto;
        }
        .why-choose-wrap li:nth-child(2) span {
            background-position: -101px 0;
        }
        .why-choose-wrap li:nth-child(3) span {
            background-position: -199px 3px;
        }
    }
    
    @media screen and (max-width: 767px) {
        .way-list-wrap li {
            padding: 30px;
            margin: 60px 0 0;
            display: block;
        }
        .way-list-wrap li span {
            width: 100px;
            font-size: 50px;
            line-height: 1;
        }
        .way-list-cont {
            width: 100%;
            margin: 20px 0 0;
        }
        .pam-footer-wrap .btn-wrap {
            max-width: 320px;
            margin: 0 auto;
        }
        a.act-btn+a {
            margin: 10px 0 0;
        }
        .solution-wrap ul {
            grid-template-columns: repeat(1, 1fr);
            max-width: 380px;
            width: 100%;
            margin: 0 auto;
        }
        .why-pam-wrap ul {
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 60px;
        }
        .solution-wrap ul li {
            border: none;
            padding: 40px 0;
            border-bottom: 1px solid #b6b6b6;
        }
        .solution-wrap ul li figure {
            height: 40px;
            /* width: 280px; */
            margin: 0 auto;
        }
        .solution-wrap ul li:nth-child(1) figure img {
            height: 35px;
        }
        .pam-footer-wrap .content-wrap {
            padding: 40px;
        }
    }
