.heading-menu {
    display: none;
}
section.quick-links-wrap {
    display: none;
}
.trans-effect.has-content {
    border: 1px solid #000;
    background: #fff;
}

div#survey {
    display: none !important;
}

.pam360-banner-wrap {
    padding: 80px 0;
    margin: 0 auto;
    position: relative;
    background: linear-gradient(292deg, #435fd5, #2e3ab8);
    color: #fff;
}

.pam360-banner-wrap .content-wrap {
    /* display: flex;
    justify-content: space-between; */
    position: relative;
}

.banner-heading {
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
}

.banner-heading h1 {
    font-size: 54px;
    line-height: 1.2;
    margin: 0 0 15px;
}

.banner-heading p {
    font-size: 22px;
    max-width: 650px;
    margin: 0 auto;
}

.banner-heading h1,
.banner-demo-wrap h3 {
    color: #fff;
}

.banner-demo-wrap {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0;
}

.banner-demo-wrap ul {
    max-width: calc(100% - 440px);
    background: #4653c3;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 60px 60px;
}

.banner-demo-wrap h2 {
    font-size: 30px;
    color: #fff;
    margin: 0;
}

.banner-demo-wrap h3 {
    color: #fddd1a;
    font-size: 22px;
    margin: 0 0 15px;
}

.banner-demo-wrap ul li:not(:last-child) {
    margin: 0 0 40px;
}

.banner-demo-wrap ul li p {
    margin: 0
}

.banner-demo-wrap .demo-form {
    max-width: 440px;
    background: #fff;
    text-align: center;
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.banner-demo-wrap .demo-form h4 {
    color: #000;
    font-size: 20px;
    margin: 0;
}
/*  */

.success-message {
    display: none;
    text-align: center;
}

.success-message h5 {
    font-size: 21px;
    font-family: var(--primaryfont-bold);
}

.success-message p:last-child {
    margin: 0;
}

.download-form .success-message h5 {
    margin: 0 0 15px;
}

#pricing {
    text-align: center;
}

#pricing p a {
    background: none;
    color: #e9152b;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 13px 40px;
    font-size: 16px;
    line-height: initial;
    border: 1px solid #e9152b;
    text-transform: uppercase;
    font-family: var(--primaryfont-bold);
    border-radius: 4px;
    margin: 20px 0 0;
}

.success-message {
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffdcc1;
    padding: 20px;
    font-family: var(--primaryfont-bold);
    z-index: 1000;
}

.form-group {
    margin: 40px 0;
}
/*  */

.demo-list-wrap {
    padding: 80px 0;
}

.demo-list-wrap .content-wrap {
    display: flex;
    justify-content: space-between;
    text-align: center;
    max-width: 1000px;
    /* margin: 0 auto; */
    position: relative;
}

.demo-list-wrap .content-wrap:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #c6c6c6;
    left: 50%;
    transform: translateX(-50%);
}

.demo-list-wrap .demo-list {
    width: 42%;
}

.demo-list-wrap .demo-list h2 {
    margin: 0 0 15px;
    font-size: 32px;
    font-family: var(--primaryfont-bold);
}

.demo-list-wrap .demo-list p:last-child {
    margin: 0
}

.demo-list-wrap .demo-list p a.act-btn {
    background: #000;
    border: none;
}

.demo-note {
    text-align: center;
    margin: 80px auto 0;
    max-width: 560px;
    width: 90%;
    /* background: #272456; */
    /* padding: 10px; */
    font-style: italic;
    font-size: 16px;
    /* color: #fff; */
}
/* Customers WRAP */

.customers-wrap {
    background: #F7F7F7;
    padding: 80px 0;
}

.customers-wrap h2 {
    font-size: 30px;
    margin: 0;
    text-align: center;
    font-family: var(--primaryfont-bold);
}

.trusted-customers ul {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 60px auto 100px;
    max-width: 1050px;
    animation: scroll 5s linear infinite;
    flex-wrap: wrap;
}

.trusted-customers 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: 14px;
    /* filter: grayscale(100%); */
    /* opacity: 0.8; */
}

.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;
}

.customer-quote-wrap {
    background: #272456;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
}

.customer-rating {
    background: #f3effc;
    width: 300px;
    /* max-width: calc(100% - 340px); */
    border-radius: 7px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.customer-rating figure {
    max-width: 180px;
}

.customer-quote {
    padding: 40px;
    background: #fff;
    max-width: calc(100% - 340px);
    border-radius: 7px;
    text-align: center;
}

.customer-quote h5 {
    padding: 60px 0 30px;
    font-size: 22px;
    line-height: 1.6;
    position: relative;
}

.customer-quote h5:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 31px;
    background: url(https://www.manageengine.com/privileged-access-management/images/ico-quote.svg) no-repeat;
    background-size: cover;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translate(-50%) rotate(180deg);
    filter: grayscale(10%);
    opacity: .1;
    margin: 10px -10px 0;
    z-index: 1;
}

.stars-wrap {
    text-align: center;
    margin: 20px 0 0;
}

.stars-container {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 23px;
    letter-spacing: 3px;
}

.stars-container::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "★★★★★";
    color: #000
}

.stars-container::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "★★★★★";
    color: #f9a825;
    overflow: hidden
}

.stars-90:after {
    width: 86%;
}

.counter-star {
    display: block;
    text-align: center;
    font-size: 18px;
    font-family: var(--primaryfont-bold);
}

.customer-quote .slick-dots {
    list-style: none;
    display: flex !important;
    justify-content: center;
    margin: 20px 0 0;
}

.customer-quote .slick-dots li {
    text-indent: -999999px;
    width: 8px;
    height: 8px;
    border-radius: 0;
    margin: 0 4px;
    cursor: pointer;
    border: none;
    padding: 0;
    /* cursor: pointer; */
    display: block !important;
    background: #B5B1B1;
}

.customer-quote .slick-dots li.slick-active {
    background: #002643;
}

.customer-quote li {
    text-align: center;
}

.customer-quote li h5 {
    font-size: 19px;
    line-height: 1.6;
}

.customer-quote li h6 {
    font-size: 15px;
    font-style: italic;
    color: #825829;
}

.customer-quote li figure {
    max-width: 160px;
    margin: 25px auto;
}

.customer-quote ul {
    visibility: hidden;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.customer-quote ul.slick-initialized,
.customer-quote ul.slick-initialized ul {
    visibility: visible;
}
/*  */

.pam-footer-wrap {
    text-align: center;
    padding: 80px 0;
    background: #435fd5;
}

.pam-footer-wrap h2 {
    margin: 0 0 20px;
    color: #fff;
}

.pam-footer-wrap p:last-child {
    margin: 0;
}

.pam-footer-wrap p.btn-wrap a {
    margin: 0;
    background: #fddd1a;
    color: #000;
    border: none;
    padding: 10px 25px;
    font-size: 15px;
}

@media only screen and (max-width: 992px) {
    .banner-heading h1 {
        font-size: 42px;
    }
    .banner-demo-wrap {
        display: block;
    }
    .banner-demo-wrap ul {
        max-width: 100%;
        padding: 40px;
    }
    .banner-demo-wrap .demo-form {
        margin: 60px auto 0;
    }
    .customer-quote {
        padding: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-heading h1 {
        font-size: 40px;
    }
    .demo-list-wrap .content-wrap {
        display: block;
    }
    .demo-list-wrap .demo-list {
        width: 100%;
    }
    .demo-list-wrap .demo-list:nth-child(1) {
        padding: 0 0 40px;
        margin: 0 0 40px;
        border-bottom: 1px solid #c6c6c6;
    }
    .demo-list-wrap .content-wrap:before {
        height: 1px;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        content: none;
    }
    .customer-quote-wrap {
        display: block;
    }
    .customer-rating {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    .customer-rating figure {
        max-width: 200px;
    }
    .customer-quote {
        max-width: 100%;
        margin: 40px 0 0;
    }
}

#meGDPRMessage {
    width: 100%
}
