.heading-menu,#scroll{display:none}
:root {
--feat_list_border: 1px dashed #dcdcdc;
}
body {
    overflow-x: hidden;
}
h1 {
    font-family: var(--primaryfont-bold);
}
h2 {
    margin: 0;
    font-size: 40px;
    font-family: var(--primaryfont-bold);
    line-height: 1.2;
    margin: 0;
}
h3 {
    font-size: 32px;
    line-height: 1.4;
    font-family: var(--primaryfont-bold);
}
/*  */
    
.pam360-banner-wrap {
    padding: 80px 0;
    position: relative;
    align-items: center;
    justify-content: center;
    background: #fff1e1;
    margin: 0;
}
.pam360-banner-wrap .content-wrap {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner-right {
    max-width: 420px;
    border: 1px solid #bcbcbc;
    padding: 20px 30px 30px;
    border-radius: 5px;
    background: #fff;
}
.banner-right h3 {
    margin: 0;
    text-align: center;
}
.banner-left {
    max-width: 660px;
}
.banner-left h1 {
    font-size: 48px;
    line-height: 1.25;
    margin: 0 0 0;
    color: #000;
}
.banner-left p {
    font-size: 20px;
    margin: 15px 0 25px;
}
.banner-left p span {
    font-family: var(--primaryfont-bold);
}
.pam360-banner-wrap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    text-align: left;
}
.pam360-banner-wrap ul li {
    position: relative;
    padding: 0 0 0 30px;
}
.pam360-banner-wrap ul li::after, .pam360-banner-wrap ul li::before {
    content: "";
    position: absolute
}
.pam360-banner-wrap ul li::before {
    width: 4px;
    height: 8px;
    border-right: 1.5px solid #000;
    border-bottom: 1.5px solid #000;
    border-image: initial;
    border-left: unset;
    border-top: unset;
    left: 8px;
    transform: rotate(45deg);
    top: 8px;
}
.pam360-banner-wrap ul li::after {
    width: 18px;
    height: 17px;
    border: 1.5px solid #000;
    left: 0;
    top: 4px;
    border-radius: 50%
}
/*  */
    
.one-line-form {
    max-width: 550px;
    margin: 0 0 0;
}
.one-line-form * {
    transition: none !important;
}
.const-text {
    color: #626262;
}
.success-message {
    display: none;
}
.success-message p {
    font-size: 13px;
}
.success-message p a {
    border-bottom: 1px solid;
}
.one-line-wrap .form-group:nth-child(1) {
    width: 340px;
}
.form-group.country-select-box {
    background: transparent;
}
/*  */
    
.pmp-content-wrap {
    position: relative;
}
.pmp-content-wrap .section {
    padding: 80px 0;
}
.section .customers-wrap {
    padding: 100px 0;
}
.section.why-wrap {
    padding: 80px 0;
}
/*  */
    
.section.customers-wrap {
    position: relative;
    background-color: #ffffff;
    padding: 100px 0 0;
}
.section.customers-wrap:before {
    content: none;
    position: absolute;
    top: -50px;
    bottom: 0;
    z-index: 7;
    width: 100%;
    height: 100px;
    animation-duration: 30s;
}
.customers-wrap .content-wrap {
    position: relative;
    overflow: hidden;
}
.section.customers-wrap .content-wrap:before, .section.customers-wrap .content-wrap:after {
    content: none;
    position: absolute;
    background-image: linear-gradient(to right, rgb(1 13 45) 0%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    width: 25%;
    z-index: 2;
    pointer-events: none;
}
.customers-wrap .content-wrap:after {
    right: 0;
    top: 0;
    transform: rotate(180deg);
}
.customers-wrap h3 {
    font-size: 24px;
    margin: 0 0 30px;
}
.customers-wrap ul {
    white-space: nowrap;
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap;
}
.customers-wrap ul li {
    background-image: url(images/pmp-customers-logo-sprite.png);
    background-size: auto 60px;
    background-repeat: no-repeat;
    height: 60px;
    width: 120px;
    white-space: nowrap;
    margin: 15px 25px;
}
.customers-logo {
    display: block;
    white-space: nowrap;
}
.gb-bbc {
    background-position: 0 0;
}
.gb-kpmg {
    background-position: -120px 0;
}
.gb-dell {
    background-position: -240px 0;
}
.gb-cisco {
    background-position: -360px 0;
}
.gb-noki {
    background-position: -478px 0;
}
.gb-gsa {
    background-position: -596px 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: #000;
    border: 1px solid;
    margin: 0 10px 0 0;
}
/*  */
    
.why-wrap .why-heading {
    /* max-width: 860px; */
    width: 100%;
    text-align: center;
    margin: 0 auto 60px;
}
.why-wrap .why-heading h2 {
    margin: 0 0 15px;
}
.why-wrap .why-heading p {
    margin: 0;
}
.why-wrap ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 80px;
}
.why-wrap ul li figure {
    width: 460px;
}
.why-wrap ul li .why-list-cont {
    width: calc(100% - 520px);
}
.why-wrap ul li .why-list-cont h3 {
    margin: 0 0 20px;
}
.why-list-cont p a {
    font-family: var(--primaryfont-semibold);
}
.why-list-cont p:last-child {
    margin: 0;
}
/*  */
    
.customers-wrap {
    background: transparent;
    color: #fff;
}
/*  */
    /*  */
    
.section.pam-footer-wrap {
    text-align: center;
    padding: 80px 0;
    background: #0C2139;
}
.pam-footer-wrap .content-wrap {
    max-width: 1300px;
    color: #fff;
    border-radius: 10px;
}
.pam-footer-wrap h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 38px;
    line-height: 1.25;
}
.pam-footer-wrap a.act-btn.btn-border {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.trans-effect~label {
    color: #7c7c7c;
    top: 10px;
    font-size: 14px;
}
span.focus-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.form-group {
    margin: 25px 0;
    background: #fff;
}
input#btnSubmit {
    margin: 0;
}
.trans-effect~.focus-border:before, .trans-effect~.focus-border:after, .trans-effect~.focus-border i:before, .trans-effect~.focus-border i:after {
    background-color: #012643;
}
.trans-effect:focus~label, .has-content.trans-effect~label {
    opacity: 0;
}
#demoForm .const-text, #demoForm #meGDPRMessage {
    color: #fff;
}
#meGDPRMessage {
    padding: 0 0;
    margin: 10px 0 0;
    color: #3c3c3c;
}
/*  */
    
p.clearfix {
    line-height: 0;
}
/*  */
    
.ffw-errmsg {
    display: none;
    color: red;
    font-size: 12px;
    margin-top: -16px;
    position: absolute;
    top: 0;
    font-weight: 300;
    white-space: nowrap;
}
/*  */
    
.pam-table-wrap .heading-wrap {
    max-width: 760px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.pam-table-wrap .heading-wrap h2 {
    margin: 0 0 15px;
}
.table-wrap .table-body li>span:nth-child(2) {
    background-color: #eaf6ff;
    border-left: 1px solid #b9e1ff;
    border-right: 1px solid #b9e1ff;
    border-bottom: 1px solid #eaf6ff;
    font-family: var(--primaryfont-semibold);
    text-align: center;
}
.table-wrap .table-body li>span:nth-child(3) {
    text-align: center;
}
.text-only {
    position: relative
}
.table-wrap .text-only p {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    top: 80px;
    text-transform: uppercase;
    font-family: var(--primaryfont-semibold)
}
.table-wrap .text-only p a {
    color: #000;
    padding: 10px 14px;
    border: 1px solid
}
.table-wrap .table-body li:first-child>span:nth-child(2)::after, .table-wrap .table-body li:last-child>span:nth-child(2)::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 60px;
    background-color: #eaf6ff;
    left: -1px;
    background-color: #eaf6ff;
    border-left: 1px solid #b9e1ff;
    border-right: 1px solid #b9e1ff;
    box-sizing: content-box
}
.table-wrap li:first-child>span:nth-child(2)::after {
    top: -60px;
    border-top: 1px solid #b9e1ff
}
.table-wrap .table-body li:last-child>span:nth-child(2)::after {
    bottom: -95px;
    border-bottom: 1px solid #b9e1ff;
    height: 95px
}
.table-wrap ul li>span {
    padding: 18px 20px 24px 21px;
    width: 33.3%;
    box-sizing: border-box;
    position: relative
}
.table-tick::before, .table-close::before {
    width: 30px;
    height: 30px;
    position: absolute;
    content: "";
    inset: 0;
    margin: auto
}
.text-only {
    font-family: var(--zf-secondary-medium);
    position: relative !important
}
.table-wrap ul li>span:nth-child(1) {
    text-align: left
}
.table-tick span, .table-close span {
    opacity: 0
}
.table-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
    max-width: 930px;
    margin: auto;
    width: 100%;
    overflow: scroll;
    position: relative
}
.table-title span {
    font-family: var(--primaryfont-semibold);
    position: relative;
    font-size: 19px
}
.table-title span::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    left: -45px;
    top: -4.5px
}
.table-wrap ul {
    width: 100%
}
.table-body {
    position: relative;
    z-index: 1
}
.table-wrap ul li {
    font-size: 16px;
    font-family: var(--zf-secondary-medium);
    display: flex;
    flex-wrap: wrap;
    position: relative;/* align-items: center; */
}
.table-wrap ul li>span {
    border-bottom: 1px solid #dfdfdf;
    font-size: 15px
}
.table-tick::before, .table-close::before {
    width: 30px;
    height: 30px;
    position: absolute;
    content: "";
    inset: 0;
    margin: auto
}
.table-tick::before {
    background-image: url("images/table-tick.png");
    background-size: 30px
}
.table-close::before {
    background-image: url("images/table-close.png");
    background-size: 30px
}
.table-tick span, .table-close span {
    opacity: 0
}
.table-wrap>div {
    width: 30%
}
.table-title span, .table-wrap ul li>span:nth-child(1) {
    font-family: var(--primaryfont-semibold);
    position: relative;
    font-size: 20px
}
.table-body li:not(:first-child) span:nth-of-type(1) {
    font-size: 16px
}
li.table-title span::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    left: -45px;
    top: -5px
}
.table-tick.text-also span.text-only {
    opacity: 1;
    display: block;
    margin: 20px 0 0;
    text-align: center;
}
.table-tick.text-also::before {
    position: absolute;
    z-index: 1;
    top: 0;
    inset: unset;
    left: 0;
    right: 0;
}
span.text-only.clr-red {
    color: #ff4141;
    font-family: var(--primaryfont-bold);
    display: flex;
    justify-content: center;
    align-items: center;
}
/*  */
    
.section.gartner-wrap {
    padding: 100px 0;
    position: relative;
    background: #E8F2FD;
}
.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);
    margin: 0;
}
.disclaimer-note {
    text-align: center;
    font-size: 14px;
    max-width: 970px;
    margin: 20px auto 0;
}
.customers-wrap ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    max-width: 1050px;
    animation: scroll 5s linear infinite;
}
.customers-wrap ul li {
    background-image: url(https://www.manageengine.com/latam/privileged-access-management/images/tps-customers-logo.png);
    background-size: auto 90px;
    background-repeat: no-repeat;
    height: 90px;
    margin: 0 20px;/* filter: grayscale(100%); */
        /* opacity: 1; */
}
.tps-nhc {
    flex: 0 0 92px;
    width: 92px;
    background-position: -11px 0;
}
.tps-acer {
    flex: 0 0 87px;
    width: 87px;
    background-position: -123px 0;
}
.tps-inchcape {
    flex: 0 0 128px;
    width: 128px;
    background-position: -229px 0;
}
.tps-bbc {
    flex: 0 0 111px;
    width: 111px;
    background-position: -384px 0;
}
.tps-kpmg {
    flex: 0 0 100px;
    width: 100px;
    background-position: -513px 0;
}
.tps-cisco {
    flex: 0 0 104px;
    width: 104px;
    background-position: -620px 0;
}
.table-disclaimer {
    font-size: 12px;
    text-align: center;
    margin: 40px auto 0;
    max-width: 850px;
}
.section.pam-table-wrap {
    padding: 80px 0 100px;
}

@media screen and (max-width: 1366px) {
h2 {
    font-size: 36px;
}
.banner-left h1 {
    font-size: 44px;
}
.banner-left p {
    font-size: 20px;
}
/**/
.section.customers-wrap:before {
    top: -40px;
}
.solution-wrap .content-wrap h2 {
    font-size: 36px;
}
.banner-left {
    max-width: calc(100% - 420px);
}
.banner-right {
    max-width: 380px;
}
.pam-footer-wrap h2 {
    font-size: 36px;
}
}

@media screen and (max-width: 992px) {
.banner-left h1 {
    font-size: 42px;
}
.pam360-banner-wrap {
    text-align: center;
}
.pam360-banner-wrap .content-wrap {
    display: block;
}
.banner-left {
    max-width: 100%;
}
.banner-right {
    margin: 60px auto 0;
    text-align: left;
}
/**/
.solution-wrap .content-wrap h2 {
    max-width: 100%;
    text-align: center;
}
.solution-wrap ul {
    grid-template-columns: repeat(2, 1fr);
}
.solution-wrap-text {
    width: 100%;
    margin: 25px 0 0;
}
.pam-footer-wrap h2 {
    font-size: 34px;
}
.why-wrap ul li {
    flex-flow: column;
}
.why-wrap ul li figure {
    max-width: 460px;
    width: 100%;
    order: 1;
}
.why-wrap ul li .why-list-cont {
    width: 100%;
    text-align: center;
    margin: 0 0 40px;
}
.table-wrap ul, .table-wrap>p {
    min-width: 660px;
    max-width: 700px;
    margin: auto;
}
.gartner-wrap .content-wrap {
    display: block;
    text-align: center;
}
.gartner-wrap .content-wrap figure {
    margin: 0 auto
}
.gartner-cont {
    max-width: 500px;
    width: 100%;
    margin: 50px auto 0;
}
}

@media screen and (max-width: 767px) {
.banner-left h1 {
    font-size: 30px;
}
h2 {
    font-size: 34px;
}
.solution-wrap .content-wrap h2 {
    font-size: 34px;
}
.pam360-banner-wrap:before, .section.customers-wrap:before {
    content: none;
}
.one-line-wrap .form-group:nth-child(1) {
    width: 100%;
}
/*      */
.section.customers-wrap {
    display: none;
}
.section.solution-wrap, .section.gartner-wrap {
    padding: 80px 0;
}
.section.pam-table-wrap {
    padding: 80px 0;
}
.section.customers-wrap {
    padding: 80px 0 0;
}
.section.pam-table-wrap {
    padding: 60px 0 80px;
}
/*      */
.solution-wrap-text p.btn-wrap a {
    text-align: right;
}
.pam-footer-wrap h2 {
    font-size: 32px;
}
}

@media screen and (max-width: 650px) {
a.act-btn.btn-border {
    margin: 10px;
}
.pam-footer-wrap a.act-btn {
    margin: 10px 0 0
}
.solution-wrap ul {
    grid-template-columns: repeat(1, 1fr);
}
}

@media screen and (max-width: 420px) {
.pam360-banner-wrap ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    max-width: 320px;
    margin: 0 auto;
    font-size: 15px;
}
}
