.heading-menu,#scroll{display:none}
a.act-btn+a {
    margin-left: 10px;
}
.pam360-banner-wrap {
    padding: 100px 0;
    position: relative;
    margin: 0;
}
.pam360-banner-wrap .content-wrap {
    /* max-width: 1200px; */
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pam360-banner-wrap .content-wrap h1 {
    font-size: 50px;
    line-height: 1.1;
    margin: 0 0 20px;
}
.pam360-banner-wrap .content-wrap 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;
}
a.act-btn.btn-border {
    background: transparent;
    color: #e9152b;
    border: 1px solid #e9152b;
    transition: 0.5s all;
}
h2 {
    margin: 0;
    font-size: 42px;
}
.banner-left {
    max-width: 600px;
    width: 100%;
}
.banner-right {
    max-width: calc(100% - 650px);
}
.section.why-solution-wrap {
    padding: 0 0 100px;
    text-align: center;
    /* background: #353738; */
    color: #fff;
    position: relative;
}
.section.why-solution-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #353738;
}
.why-solution-wrap .content-wrap {
    /* max-width: 970px; */
    background: #0474de;
    border-radius: 15px;
    padding: 60px;
    position: relative;
    z-index: 1;
}
.why-solution-wrap h2 {
    margin: 0 0 20px;
    color: #fff;
}
.why-solution-wrap p:last-child {
    margin: 0;
}
.why-solution-wrap p.btn-wrap a {
    background: #f8d649;
    border-color: #f8d649;
    color: #000
}
.section.solution-wrap {
    position: relative;
}
/* .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 {
    margin: 0 auto 20px;
    text-align: center;
    color: #fff;
    max-width: 850px;
}
.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(1, 1fr);
    grid-gap: 0;
}
.why-pam-wrap ul li {
    padding: 100px 0 0;
}
.why-pam-wrap ul li .why-pam-list-cont {
    position: relative;
    padding: 50px 100px;
    box-shadow: 0 0 15px 5px #0000000a;
    border-radius: 25px;
}
.why-pam-wrap ul li:nth-child(1) .why-pam-list-cont, .why-pam-wrap ul li:nth-child(3) .why-pam-list-cont, .why-pam-wrap ul li:nth-child(5) .why-pam-list-cont {
    padding-right: 350px;
}
.why-pam-wrap ul li:nth-child(2) .why-pam-list-cont, .why-pam-wrap ul li:nth-child(4) .why-pam-list-cont, .why-pam-wrap ul li:nth-child(6) .why-pam-list-cont {
    padding-left: 350px;
}
.why-pam-wrap ul li:nth-child(1) span, .why-pam-wrap ul li:nth-child(3) span, .why-pam-wrap ul li:nth-child(5) span {
    right: 100px;
}
.why-pam-wrap ul li:nth-child(2) span, .why-pam-wrap ul li:nth-child(4) span, .why-pam-wrap ul li:nth-child(6) span {
    left: 100px;
}
.why-pam-wrap ul li span {
    display: block;
    width: 200px;
    height: 200px;
    text-indent: -9999px;
    background-image: url(https://www.manageengine.com/latam/privileged-access-management/images/pam-developer-sprite.svg);
    background-size: 1260px auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.why-pam-wrap ul li:nth-child(2) span {
    background-position: -206px 0;
}
.why-pam-wrap ul li:nth-child(3) span {
    background-position: -407px 0;
}
.why-pam-wrap ul li:nth-child(4) span {
    background-position: -608px 0;
}
.why-pam-wrap ul li:nth-child(5) span {
    background-position: -806px 0;
}
.why-pam-wrap ul li:nth-child(6) span {
    background-position: -1020px 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.data-protection-wrap {
    padding: 100px 0;
    background: #f8f8f8;
}
.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;
}
.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.demo-wrapper {
    padding: 0 0 100px;
    position: relative;
    background: #353738;
}
.demo-wrapper .content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1030px;
}
.industry-analysts-wrap {
    max-width: 520px;
    text-align: center;
    color: #fff;
}
.industry-analysts-wrap h2 {
    font-size: 30px;
    margin: 0 0 20px;
    color: #fff;
}
.industry-analysts-wrap p a {
    color: #f8d649;
    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-wrap {
    max-width: 460px;
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    z-index: 1
}
.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;
}
.customers-wrap {
    background: transparent;
    color: #fff;
    margin: 60px 0 0;
}
.customers-wrap h3 {
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 20px;
    display: inline-block;
    border-bottom: 2px solid #ffffff;
}
.customers-wrap ul {
    white-space: nowrap;
    position: relative;
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap;
}
.customers-wrap ul li {
    background-image: url(https://www.manageengine.com/latam/privileged-access-management/images/pam360-customers-logo.png);
    background-size: 700px auto;
    background-repeat: no-repeat;
    height: 30px;
    white-space: nowrap;
    margin: 10px;
    filter: grayscale(100%);
    filter: brightness(0) invert(1);
    opacity: 1;
}
.customers-logo {
    display: block;
    white-space: nowrap;
}
.gb-inchcape {
    width: 124px;
    background-position: -190px 0;
}
.gb-ibm {
    width: 73px;
    background-position: -171px -34px;
}
.gb-capgemini {
    width: 130px;
    background-position: -445px -33px;
    height: 30px !important;
}
.gb-cocacola {
    width: 100px;
    height: 34px !important;
    background-position: -575px -27px;
}
.form-radio, .form-group {
    margin: 20px 0;
}
input#btnSubmit {
    margin: 0;
}
/*  */
    /* Gartner */
    
.section.gartner-wrap {
    padding: 0 0 100px;
    position: relative;
}
.section.gartner-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #353738;
}
.gartner-wrap .content-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: center;
    border-radius: 10px;
    /* max-width: 1030px; */
    background: #f8d649;
    padding: 80px;
    position: relative;
    z-index: 1;
}
.gartner-wrap .content-wrap figure {
    max-width: 280px;
    position: relative;
    z-index: 10;
}
.gartner-cont {
    width: calc(100% - 370px);
}
.gartner-cont p {
    font-size: 24px;
    font-family: var(--primaryfont-semibold);
}
.gartner-cont p:last-child {
    margin: 0;
}
.gartner-cont p a {
    font-size: 20px;
    color: #e9152b;
    border-bottom: 2px solid;
}
/*  */
.sticky-header-wrap {
    position: sticky;
    top: 65px;
    padding: 20px 0 20px;
    background: #fff;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
.sticky-header-wrap span {
    display: block;
    width: calc(100% / 6);
    text-align: center;
    cursor: pointer;
    font-family: var(--primaryfont-semibold);
    border-right: 2px solid #000;
    padding: 0 13px;
}
.sticky-header-wrap span:last-child {
    border: none;
}
.sticky-header-wrap span a {
    color: #000;
}
.sticky-header-wrap span a.active {
    color: #0474de;
}

@media screen and (max-width: 1100px) {
.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;
}
.sticky-header-wrap {
    display: none;
}
.why-pam-wrap ul li {
    padding: 0;
}
.why-pam-wrap ul {
    grid-gap: 60px;
}
}

@media screen and (max-width: 992px) {
.pam360-banner-wrap {
    padding: 80px 0;
}
.pam360-banner-wrap .content-wrap h1 {
    font-size: 42px;
    line-height: 1.2;
}
h2 {
    font-size: 36px;
}
.banner-right {
    display: none;
}
.banner-left {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}
.why-pam-wrap ul {
    grid-gap: 50px;
}
.why-pam-wrap ul li {
    padding: 50px;
}
.why-pam-wrap ul li:nth-child(1) .why-pam-list-cont, .why-pam-wrap ul li:nth-child(3) .why-pam-list-cont, .why-pam-wrap ul li:nth-child(5) .why-pam-list-cont {
    padding-right: 280px;
}
.why-pam-wrap ul li:nth-child(2) .why-pam-list-cont, .why-pam-wrap ul li:nth-child(4) .why-pam-list-cont, .why-pam-wrap ul li:nth-child(6) .why-pam-list-cont {
    padding-left: 280px;
}
.why-pam-wrap ul li:nth-child(1) span, .why-pam-wrap ul li:nth-child(3) span, .why-pam-wrap ul li:nth-child(5) span {
    right: 50px;
}
.why-pam-wrap ul li:nth-child(2) span, .why-pam-wrap ul li:nth-child(4) span, .why-pam-wrap ul li:nth-child(6) span {
    left: 50px;
}
.compliance-standards-logo {
    flex-flow: wrap;
}
.section.demo-wrapper .content-wrap {
    padding: 0;
    display: block;
}
.industry-analysts-wrap {
    max-width: 560px;
    margin: 0 auto 60px;
}
.demo-form-wrap {
    width: 100%;
    margin: 0 auto;
}
.gartner-wrap .content-wrap {
    padding: 60px
}
.gartner-wrap .content-wrap figure {
    max-width: 200px;
}
.gartner-cont {
    /* margin: 60px 0 0; */
    width: calc(100% - 250px);
}
}

@media screen and (max-width: 767px) {
.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;
}
.why-pam-wrap ul li .why-pam-list-cont {
    padding: 0 !important;
    box-shadow: none;
    border-radius: 0;
}
.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/pam-developer-sprite.svg);
    background-size: 620px auto;
    background-repeat: no-repeat;
    position: static;
    transform: translateY(0);
}
.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: -308px 0;
}
.why-pam-wrap ul li:nth-child(5) span {
    background-position: -406px 0;
}
.why-pam-wrap ul li:nth-child(6) span {
    background-position: -505px 0;
}
.gartner-wrap .content-wrap {
    display: block;
    text-align: center;
}
.gartner-wrap .content-wrap figure {
    /* max-width: 240px; */
    margin: 0 auto 45px;
}
.gartner-cont {
    width: 100%;/* margin: 60px 0 0; */
}
}
