        .pmp-wrap * {
            padding: 0;
            margin: 0;
            box-sizing: border-box;
        }
        
        html,
        body {
            font: 17px/1.5 Zoho_Puvi_Regular, sans-serif;
            font-family: 'ZohoPuvi', sans-serif;
            font-weight: 400;
        }
        
        .pmp-wrap a:hover {
            text-decoration: none;
        }
        
        .pmp-wrap h1 {
            font-size: 42px;
            line-height: 1.2;
            font-weight: 500;
            position: relative;
            padding-top: 75px;
        }
        
        .pmp-wrap h1:before {
            content: '';
            width: 70px;
            height: 70px;
            background: url("https://www.manageengine.com/latam/passwordmanagerpro/images/ico-faq.svg") no-repeat;
            background-size: 100%;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .pmp-wrap h2 {
            font-size: 36px;
            line-height: 1.3;
            font-weight: 500;
            margin: 0 0 16px;
        }
        
        .pmp-wrap h3 {
            font-size: 34px;
        }
        
        .pmp-wrap h4 {
            font-weight: 500;
            font-size: 22px;
            line-height: 1.4;
            margin: 0 0 16px;
        }
        
        .pmp-wrap p {
            font-size: 17px;
            line-height: 1.6;
            margin: 0 0 16px;
            font-weight: 300;
        }
        
        .pmp-wrap p.clearfix {
            margin: 0 0 20px;
            line-height: 0;
        }
        
        .cta-btn {
            background: #e9152b;
            color: #fff;
            cursor: pointer;
            outline: none;
            display: inline-block;
            padding: 13px 40px;
            font-size: 15px;
            font-weight: 600;
            border: 1px solid #e9152b;
            box-sizing: border-box;
            text-transform: uppercase;
            border-radius: 4px;
        }
        /* Custom Css */
        
        .text-center {
            text-align: center;
        }
        
        .clearfix::after {
            content: "";
            display: table;
            clear: both;
        }
        /*  */
        
        .wrapper {
            width: 100%;
            /* overflow: auto; */
            padding: 0;
            position: relative;
            overflow: hidden;
        }
        
        .banner-wrap {
            padding: 70px 5%;
            background-color: #2c2c78;
            color: #fff;
        }
        /*  */
        
        .faq-cont-wrap {
            max-width: 1200px;
            width: 90%;
            margin: 0 auto;
            padding: 80px 0;
        }
        
        .faq-section {
            display: none;
        }
        
        .faq-section.sec-active {
            display: block;
        }
        /*  */
        
        .faq-list {
            position: relative;
            width: 100%;
            height: auto;
            border: 1px solid #eee;
            margin: 20px 0 0;
            box-shadow: 5px 5px 0 0 rgb(0 0 0 / 2%);
            background: #fff;
            border-radius: 4px;
        }
        
        .faq-list-heading {
            display: block;
            padding: 15px 30px;
            text-decoration: none;
            color: #000;
            font-weight: 600;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            transition: all 0.2s linear;
            position: relative;
            cursor: pointer;
        }
        
        .active .faq-list-heading {
            background: #f4fcef;
        }
        
        .faq-list-content>*:not(:last-child) {
            margin-bottom: 20px;
        }
        
        .faq-list-content {
            background-color: #fff;
            border-top: 1px solid #ddd;
            display: none;
            padding: 30px;
        }
        
        .faq-list-content h6 {
            margin: 0 0 15px;
            font-weight: 600;
            font-size: 18px;
        }
        
        .faq-list-content p {
            color: #333;
            margin: 0 0 20px;
        }
        
        .faq-list-content p:last-child {
            margin: 0;
        }
        
        .faq-list-content ul {
            margin-left: 20px
        }
        
        .faq-list-content ul li {
            position: relative;
            padding: 0 0 0 20px;
            margin: 0 0 10px;
            font-weight: 300;
        }
        
        .faq-list-content ul li:before {
            content: '';
            position: absolute;
            width: 8px;
            height: 8px;
            background: #000000;
            left: 0;
            top: 9px;
            border-radius: 50%;
        }
        
        .faq-list-content ul li:last-child {
            margin: 0
        }
        
        .faq-list-heading .caret {
            position: absolute;
            right: 25px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: .3s ease;
            transition: .3s ease
        }
        
        .faq-list-heading .caret::after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 2px;
            height: 12px;
            background: #61ca53;
            border-radius: 2px
        }
        
        .faq-list-heading .caret::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 12px;
            height: 2px;
            background: #61ca53;
            border-radius: 2px
        }
        
        .active .faq-list-heading .caret {
            -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg)
        }
        
        .active .faq-list-heading .caret::after,
        .active .faq-list-heading .caret::before {
            background-color: #d83939
        }
        
        .faq-list-content ul li.list-tree-wrap:before {
            content: none
        }
        
        .sub-faq-content {
            padding: 30px 0 0;
            overflow: hidden;
        }
        /* bottom Section */
        
        .bottom-section {
            padding: 72px 5%;
            text-align: center;
            background-color: #2c2c78;
            color: #fff;
        }
        
        .bottom-section h2 {
            margin: 0 auto 20px;
            font-size: 30px;
            color: #fff;
        }
        
        .bottom-section h2 span {
            display: block;
        }
        
        .bottom-section p {
            margin-bottom: 0;
        }
        /*  */
        
        .comparison-table-wrap {
            display: flex;
            justify-content: space-between;
            border: 1px solid #e7e7e7;
        }
        
        .comparison-list {
            width: 33.333%;
            padding: 0;
        }
        
        .comparison-list:nth-child(2) {
            border-left: 1px solid #e7e7e7;
            border-right: 1px solid #e7e7e7;
        }
        
        .comparison-list h6 {
            padding: 10px 20px;
            border-bottom: 1px solid #e7e7e7;
            background: #f4fcef;
            font-weight: 600;
            font-size: 19px;
        }
        
        .comparison-list ul {
            padding: 20px;
            margin: 0;
            font-size: 15px;
        }
        
        .faq-list-content .comparison-list ul li:before {
            width: 6px;
            height: 6px;
            background: #5e5e5e;
        }
        /*  */
        
        .faq-wrap {
            padding: 80px 0 0;
        }
        
        .faq-nav-wrap {
            max-width: 1200px;
            width: 90%;
            margin: 0 auto;
        }
        
        .faq-nav-wrap ul {
            width: 100%;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-gap: 30px;
            background-color: #fff;
        }
        
        .faq-nav-wrap ul li {
            width: 285px;
            height: 172px;
            text-align: center;
            /* background: #e7e7ff; */
            padding: 30px 20px;
            cursor: pointer;
            border: 1px solid #e9e9e9;
            border-radius: 4px;
        }
        
        .faq-nav-wrap ul li.faq-nav-active {
            background: #b1e1b1;
        }
        
        .faq-nav-wrap ul li h4 {
            font-size: 16px;
            line-height: 1.2;
        }
        
        .ico-faq-nav {
            width: auto;
            height: 60px;
            display: block;
            margin: 0 auto 10px;
        }
        
        .ico-faq-nav img {
            max-width: unset;
            height: 100%;
        }
        
        @media (max-width: 1366px) {
            .faq-nav-wrap ul {
                grid-template-columns: repeat(3, 1fr);
            }
            .faq-nav-wrap ul li {
                width: 100%
            }
        }
        
        @media (max-width: 1200px) {
            .pmp-wrap h1 {
                font-size: 42px;
            }
            .pmp-wrap h2 {
                font-size: 34px;
            }
            .pmp-wrap h3 {
                font-size: 26px;
            }
            .pmp-wrap h4 {
                font-size: 22px;
            }
            .bottom-section h2 {
                font-size: 28px;
            }
        }
        
        @media (max-width: 992px) {
            .pmp-wrap h1 {
                font-size: 38px;
                line-height: 46px;
            }
            .pmp-wrap h2 {
                font-size: 30px;
            }
            .pmp-wrap p {
                text-align: unset;
            }
            .pmp-wrap h3 {
                font-size: 24px;
            }
            .bottom-section {
                /* padding-top: 70px; */
            }
            .bottom-section h2 {
                font-size: 26px;
            }
            .bottom-section h2 span {
                display: inline-block;
            }
            /*  */
            .faq-wrap {
                padding: 60px 0 0;
            }
            .faq-nav-wrap ul {
                display: flex;
                justify-content: center;
                flex-flow: wrap;
            }
            .faq-nav-wrap ul li {
                background: none;
                border: none;
                border-bottom: 2px solid transparent;
                width: auto;
                height: auto;
                padding: 0;
                border-radius: 0;
                /* line-height: 1; */
            }
            .faq-nav-wrap ul li h4 {
                margin: 0;
            }
            .ico-faq-nav {
                display: none;
            }
            .faq-nav-wrap ul li.faq-nav-active {
                background: none;
                border-color: #2c2c78;
                color: #2c2c78;
            }
            .faq-cont-wrap {
                padding: 60px 0;
            }
        }
        
        @media (max-width: 767px) {
            .banner-wrap {
                padding: 60px 5%;
            }
            .bottom-section {
                padding: 60px 5%;
            }
            .faq-list-heading {
                padding: 15px 30px 15px 15px;
            }
            .faq-list-heading .caret {
                right: 15px;
            }
        }
        
        section#customers\ mbH,
        .heading-menu,
        #quickFixDiv,
        div#scroll,
        section#allFea {
            display: none;
        }
.container.cust-quote.mbH.sec-pTB{display: none;}
        .pmp-wrap h2, .banner-wrap h1{
        color: #fff ;
    }