#lhsTree > li > span.ifTree:after {
    border-top: unset;
    border-left: unset;
    left: unset;
	content: '+';
}

.container {
    max-width: 1400px;
}

.cust-quote {
    text-align: center;
}
#lhsTree>li>span:after {
content: '+';
border: none;
right: 15px;
font-size: 20px;
line-height: 8px;
left: initial;
}

#lhsTree>li>span.dropact:after {
content: '-';
border: none;
right: 15px;
font-size: 20px;
line-height: 4px;
left: initial;
}

    .shadow {
        box-shadow:0 0 5px #ddd
    }

    .nfm-vidImg {
        cursor: pointer;
        width:560px
    }

  /*-------- vidoe popup and banner css -----------*/
    .banner {
        position: relative;
        background: #ffd242;
        margin: 0px 0px 30px;
    }

    .banner-row {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner-row > .col {
        padding: 2rem 1rem;
        position: relative;
    }

    .banner-row > .col:nth-child(1) {
        width: 60%;
    }

    .banner-row > .col:nth-child(2) {
        width: 40%;
    }

    .banner-contents > h1 {
        margin-bottom: 16px;
    }

    .banner-contents > p {
        margin: 0;
        margin-bottom: 10px;
        line-height: 24px;
        font-size: 16px;
        display: inline-block;
    }

    .banner-cta {
        display: flex;
        gap: 16px;
        margin-top: 15px;
    }

    .banner-cta > a {
        background: #282828;
        display: inline-block;
        border: 1px solid #282828;
        color: #fff;
        font-size: 14px;
        padding: 8px 24px;
        border-radius: 6px;
        -webkit-transition: all .3s ease-in-out;
    }

    .banner-cta > a:hover {
        text-decoration: none;
        background: #545454;
        border: 1px solid #545454;
    }

    .banner-cta > a:nth-child(2) {
        background: transparent;
        color: #000;
    }

    .banner-cta > a:nth-child(2):hover {
        background: #fff;
        color: #000;
    }

    .banner-cta > .cta {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        min-width: 185px;
    }

    .banner-vid {
        text-align: center;
    }

    .banner-vid > p {
        margin: 0;
    }

    .video-pop {
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .video-pop > img {
        width: 100%;
        border: 1px solid #ddd;
    }

    .video-pop:before {
        content: "";
        position: absolute;
        width: 80px;
        height: 80px;
        background: url(https://www.manageengine.cn/network-monitoring/images/vid-play-icon.png) top center no-repeat;
        background-size: 65px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .video-pop:hover:before {
        -webit-transform: scale(1.5);
        transform: scale(1.2);
    }

    .sec-row {
        padding: 20px 0;
        position: relative;
    }

    .dwnld-sec {
        background: #ffedb5;
        ;
        padding: 24px;
        text-align: center;
        border-radius: 16px;
        -webkit-box-shadow: 0 0 24px 0 #f1f1f1;
        box-shadow: 0 0 24px 0 #f1f1f1;
    }

    .dwnld-sec > h2 {
        margin: 0;
        margin-bottom: 16px !important;
        line-height: 32px;
    }

    .dwnld-sec > a, .dwnld-sec p > a {
        display: inline-block;
        background: #e9152b;
        color: #fff;
        padding: 8px 24px;
        border-radius: 25px;
        font-size: 14px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .dwnld-sec > a:hover {
        text-decoration: none;
        background: #c91c2e;
    }

    @media screen and (max-width: 1132px) {
        .banner-cta > a {
            padding: 8px 24px;
            min-width: 138px;
        }
    }/*----------- End css -------------*/

    /*----------- sticky seciton css -------------*/
    .inner-nav-bg {
        background: #f9f9f9;
        text-align: center;
        z-index: 3;
        padding: 20px 0;
        margin-bottom: 0px;
        margin-top: 15px;
        display: inline-block;
    }

    .sticky {
        position: sticky !important;
        top: 100px;
    }

    .inner-nav-bg > .sec-title > h2 {
        margin-bottom: 8px;
    }

    .nav-inner {
        display: inline-flex;
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-inner > a {
        border: 1px solid #cde0e9;
        display: inline-block;
        padding: 2px 12px;
        border-radius: 4px;
        background: #fff;
    }

    .nav-inner > a:hover {
        text-decoration: none;
    }

    .pt0 {
        padding-top: 0px;
    }

    .sec-row {
        padding: 20px 0;
        position: relative;
    }

    .flex-row, .key-benefits-row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding: 0;
        align-items: center;
    }

    .flex-row .col {
        flex: 1;
        padding: 16px;
        width: 50%;
    }

    .main-wrapper > .sec-row:nth-child(even) .flex-row {
        flex-direction: row-reverse;
    }

    .main-wrapper .flex-row > .col {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .sec-img-con {
        text-align: center;
    }

    .zoomicon {
        -webkit-box-shadow: 16px 16px 16px 0 #f6f6f6;
        box-shadow: 16px 16px 16px 0 #f6f6f6;
    }

    .sec-title {
        margin-bottom: 20px;
    }

    .sec-title > h3 {
        font-size: 20px;
        line-height: 34px;
        margin: 0;
        color: #333;
        font-weight: 400;
    }

    h2 {
        font-size: 25px;
        line-height: 34px;
        margin: 20px 0px 0px;
        color: #333;
        font-weight: 400;
        display: inline-block;
    }

    .dwnld-sec {
        background: #ffedb5;
        ;
        padding: 24px;
        text-align: center;
        border-radius: 16px;
        -webkit-box-shadow: 0 0 24px 0 #f1f1f1;
        box-shadow: 0 0 24px 0 #f1f1f1;
    }

    .dwnld-sec > h2 {
        margin: 0;
        margin-bottom: 16px !important;
        line-height: 32px;
    }

    .dwnld-sec > a {
        display: inline-block;
        background: #e9152b;
        color: #fff;
        padding: 8px 24px;
        border-radius: 25px;
        font-size: 14px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .dwnld-sec > a:hover {
        text-decoration: none;
        background: #c91c2e;
    }/*----  accordion css -----*/

    .faqh {
        font-size: 18px;
        margin: 0;
        color: #09C;
    }

    .accordion_head.active {
        background: #F9F9F9;
        color: #85b536 !important;
    }

    .accordion_head.active .faqh {
        color: #85b536 !important;
    }

    .accordion_container {
        width: 100%;
        margin: 20px 0px 25px;
    }

    .accordion_head {
        color: #09C;
        cursor: pointer;
        font-size: 14px;
        margin: 0 0 1px 0;
        padding: 12px;
        font-family: 'Open Sans', sans-serif;
        border-bottom: 1px solid #efefef;
        position: relative;
    }

    .accordion_body {
        background: #F9F9F9;
        padding: 12px;
    }

    .accordion_body p {
        margin: 0px 0px 15px 0px;
    }

    .plusminus {
        font-size: 20px;
        position: absolute;
        right: 20px;
        top: 10px;
    }/*----  End accordion css -----*/
    @media screen and (max-width: 998px) {
        .flex-row .col, .key-benefits-row .col, .banner-row .col, .more-fea > a {
            width: 100% !important;
            margin: 0 auto;
            flex: auto;
            margin: 8px;
        }

        .flex-row, .key-benefits-row, .banner-row, .more-fea {
            flex-wrap: wrap;
        }

        .banner-row > .col {
            padding: 1rem 1rem;
        }
    }

    @media screen and (max-width: 600px) {
        .banner-cta {
            display: inline-grid;
        }
    }
    