body {
    color: #333;
}

#lhsTree a {
    color: #333
}

.fixed_bar_hcontainer {
    margin: 195px -89px 0
}

.hideAnimation {
    margin: 195px -89px 0 0;
    transition: all .5s
}

.showAnimation {
    margin: 195px 0 0;
    transition: all .5s
}

#lhsTree>li {
    color: #333;
}

#lhsTree>li,
#scroll ul.relPrd>li {
    border-bottom: none;
}

#lhsTree>li>ul li,
#scroll ul.relPrd li ul li,
#scroll ul.relPrd li ul li {
    border-top: none;
}

#lhsTree>li>ul li.feaact {
    background: #f1f9fe;
    border-left: 3px solid #2283e8;
}

#lhsTree>li>ul li:hover {
    background: #f1f9fe;
    transition: .2s;
}

#lhsTree>li>ul li.feaact a {
    color: #2a85e5;
}

#lhsTree>li>ul li {
    padding: 10px 0 10px 20px;
    margin-left: 16px;
    font-size: 13px;
    transition: .2s;
}

#lhsTree>li>span.ifTree:after {
    border-top: 5px solid transparent;
    border-left: 5px solid #374f60;
    border-bottom: 5px solid transparent;
}

#lhsTree>li>span.ifTree.dropact:after {
    border-left: 5px solid transparent;
    border-top: 5px solid #374f60;
    border-bottom: 5px solid transparent;
}

#scroll ul.relPrd>li>span {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

#scroll ul.relPrd li ul li {
    padding-left: 27px;
    position: relative;
}

#scroll ul.relPrd li ul li::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    background: url("https://www.manageengine.com/products/active-directory-audit/images/lhs-ad-product-icons-sprite.png");
    background-size: 32px;
    background-position: 0 0;
    left: -6px;
}

#scroll ul.relPrd li ul li:nth-of-type(2)::before {
    background-position: 0 -36px;
}

#scroll ul.relPrd li ul li:nth-of-type(3)::before {
    background-position: 0 -71px;
}

#scroll ul.relPrd li ul li:nth-of-type(4)::before {
    background-position: 0 -110px;
}

#scroll ul.relPrd li ul li:nth-of-type(5)::before {
    background-position: 0 -147px;
}

#scroll ul.relPrd li ul li:nth-of-type(6)::before {
    background-position: 0 -184px;
}

#scroll ul.relPrd li ul li:nth-of-type(7)::before {
    background-position: 0 -221px;
}

#scroll ul.relPrd li ul li:nth-of-type(8)::before {
    background-position: 0 -261px;
}

#scroll ul.relPrd li ul li:nth-of-type(9)::before {
    background-position: 0 0;
}

#scroll ul.relPrd li ul li:nth-of-type(10)::before {
    background-position: 0 -294px;
}

#rel-Prd ul {
    width: 33%;
}

#rel-Prd ul li:first-child a {
    font-weight: 600
}

.featureContent {
    padding-left: 65px;
    position: relative;
}

.featureBox .featureContent::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 50px;
    background: url("https://www.manageengine.com/products/active-directory-audit/images/active-directory-audit-feature-page-sprite.png");
}


/******** bottom tab menu styles *************/
/* new footer link start */
.footer-new .tabs [id^=tab]:checked+label {
    background: #FFF;
    border-bottom: 2px solid #025d72;
    color: #025d72;
    font-weight: 600
}

#tab1:checked~#tab-content1,
#tab2:checked~#tab-content2,
#tab3:checked~#tab-content3,
#tab4:checked~#tab-content4,
#tab5:checked~#tab-content5 {
    display: block
}

.footer-new .tabs [id^=tab]:checked+label span {
    color: #035b75
}

.tab-content ul {
    display: block;
    width: 33.33%;
    float: left;
    padding-top: 20px
}

.tab-content ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #9cc1cf;
    border-radius: 20px;
    margin: 11px 0 0 -14px
}

.footer-new {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}

.footer-new h2 {
    font-size: 28px;
    font-weight: 600;
    text-align: center
}

.footer-new li {
    line-height: 24px;
    margin-bottom: 10px;
    padding-right: 20px
}

/* tab section css start*/
.pageTabSec h2 {
    font-size: 29px !important;
    font-weight: bold !important;
    text-align: center;
    margin-bottom: 30px !important;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.pageTabSec {
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 0;
}

.pageTabSec ul.pageTab {
    padding: 0;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    box-sizing: border-box;
}

.pageTabSec ul.pageTab li {
    padding: 12px 30px;
    box-sizing: border-box;
    margin: 0 10px;
    display: inline-block;
    font-size: 15px;
    color: #8c9ca2;
    cursor: pointer;
}

.pageTabSec ul.pageTab li.active {
    border-bottom: 2px solid #055367;
    color: #055367;
    font-weight: 600;
}

.pageTabSec ul.pageTab li:hover {
    color: #055367;
}

.pageTabSec .pageTabView {
    padding: 30px 0;
    display: none;
}

.pageTabSec .pageTabView.active {
    display: block;
}

.pageTabSec .pageTabView ul {
    width: 24%;
    display: inline-block;
    padding-left: 20px;
    box-sizing: border-box;
    list-style: disc;
    color: #93bac9;
    vertical-align: text-top;
}

.pageTabSec .pageTabView.solutions-tab ul {
    width: 25%;
    float: left;
}

.pageTabSec .pageTabView.solutions-tab ul:nth-child(1) {
    width: 26%;
}

.pageTabSec .pageTabView.solutions-tab ul:nth-child(2) {
    width: 23%;
}

.pageTabSec .pageTabView.solutions-tab ul:nth-child(3) {
    width: 27%;
}

.pageTabSec .pageTabView.solutions-tab ul:nth-child(4) {
    width: 24%;
}

.pageTabSec .pageTabView ul li a {
    color: #000;
    font-size: 13px;
}

.pageTabSec .pageTabView ul li a:hover {
    text-decoration: underline;
}

.pageTabSec .pageTabView ul li {
    padding: 6px 0;
    margin: 0;
    list-style-type: disc !important;
    color: #93bac9;
}

.footer-new {
    background: #fff;
    padding-bottom: 20px !important;
    padding-top: 30px !important;
}

@media(min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

@media(max-width:1024px) {
    .pageTabSec .pageTabView {
        padding: 30px 20px
    }

    .container {
        width: 95%;
    }

    #commonHeader {
        min-height: 84px;
        height: 84px;
    }
}

@media(max-width:1023px) {
    .pageTabSec ul.pageTab {
        padding: 0 10px;
    }

    .pageTabSec ul.pageTab li {
        padding: 12px 10px;
        margin: 0 10px;
        font-size: 13px;
    }

    .pageTabSec .pageTabView ul {
        font-size: 13px;
    }

    .pageTabSec .pageTabView {
        padding: 20px;
    }
}

@media (max-width:991px) {
    .pageTabSec .pageTabView.solutions-tab ul {
        width: 25% !important;
    }
}

@media (max-width:767px) {
    .pageTabSec {
        display: none !important;
    }

    .adap-logo-blocks .adapcus-block {
        width: 26.3%;
    }
}

@media (max-width:600px) {
    .adap-logo-blocks .adapcus-block {
        width: 100%;
    }
}

.testimonial_con {
    margin: auto;
}

.gart {
    border: 1px solid #d9f2ff;
    padding: 50px 25px 48px 227px;
    border-radius: 8px;
    float: left;
    width: 64%;
    margin-top: 15px;
    position: relative;
    background: #fff;
}

.gart:hover p {
    /* text-decoration: underline; */
}

.gart:before {
    content: '';
    position: absolute;
    width: 158px;
    height: 126px;
    background: url(https://www.manageengine.com/products/active-directory-audit/images/get-quote-gartner.png) no-repeat #fff;
    display: table;
    background-size: 157px;
    background-position: 0 0;
    left: 34px;
    top: 32px;
}

.gart p {
    margin: 0;
    font-size: 18px;
    line-height: 29px;
}

.gart a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.gart p a:hover {
    text-decoration: underline;
}

.gart p b {
    font-family: 'montserratbold';
    font-size: 17px;
}

.zsiq_floatmain {
    display: none !important
}

.displaynone {
    display: none
}

.add-ons {
    padding: 2px !important
}

.editionTable td a {
    color: #444;
}

.lhs-tree {
    display: none
}

.rhs-cont {
    width: 65%;
    padding: 20px 0 40px;
    float: initial;
    border-left: 0 dotted #DDD;
    position: relative;
    margin: 0 auto;
    display: table
}

.getqtTbl {
    border: 0 solid #ccc
}

.getqtTbl td {
    width: auto
}

.getqtTbl td:first-child {
    text-align: right;
    width: 35% !important;
    color: #424e58
}

.getqtTbl td:last-child {
    width: 65%;
    text-align: left !important
}

.getqtTbl td:last-child input {
    background: #fcfcfc;
    border: 1px solid #d1d2d3;
    padding: 7px;
    width: 95%
}

.getqtTbl td:last-child .check-addons input {
    position: relative;
    top: -2px;
}

.getqtTbl td:last-child select {
    background: #fcfcfc;
    border: 1px solid #d1d2d3;
    padding: ;
    width: 100% !important
}

textarea {
    z-index: auto;
    position: relative;
    line-height: 20px;
    font-size: 14px;
    transition: none;
    background: transparent !important
}

.getqtTbl td input[type="submit"] {
    background: #069b4f !important;
    border: none;
    cursor: pointer;
    padding: 8px 0;
    width: 120px !important;
    height: 40px;
    color: #fff;
    border-radius: 2px;
    vertical-align: bottom;
}

.getqtTbl td input[type="reset"] {
    background: #cfd7da !important;
    border: none;
    cursor: pointer;
    padding: 8px 35px;
    color: #676b6d;
    width: 120px !important;
    height: 40px;
    border-radius: 2px;
  margin-left: 10px;
}

.getqtTbl {
    width: 75%;
    margin: 0 auto;
    display: table
}

.getqtTbl td textarea {
    border: 1px solid #d1d2d3;
    resize: none
}

.getqtTbl td.va-top {
    vertical-align: top;
}

.getqtTbl .formfooter {
    background: #fff
}

#meGDPRMessage {
    margin: 0;
    width: 100%
}

.mob-hide {
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    height: 15px;
    padding: 2px 0 0px 0;
    position: relative;
}

.mob-hide a {
    color: #a4a4a4;
    font-size: 11px;
    position: absolute;
    width: 125px;
}



.maintab_testi_container {
    width: 690px;
    float: none;
    margin: auto;
}

.testimonial_con_left,
.testimonial_con_right {
    display: none
}

.testimonial_con_middle {
    width: 624px
}

.testimonial_name_divider {
    margin: 20px 158px 0
}

.testimonial_client_name {
    width: 610px
}

.testimonial_slider .dots {
    margin: 0 200px 0 251px;
    width: 181px;
    padding: 0 !important
}

.testimonial_slider {
    width: 788px !important
}

.testimonial_slider ul {
    margin: 0;
    padding: 0 0 0 30px
}

.quote-compo-help_popup {
    background: #000;
    font-size: 12px;
    position: absolute;
    color: #fff;
    font-weight: normal;
    padding: 10px;
    text-align: left;
    width: 200px;
    line-height: 20px;
    z-index: 9999;
    margin: -20px 0px 0px 130px;
    display: none;
}

.arrow-left {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #000;
    height: 0;
    margin: -10px 0px 0px -15px;
    position: absolute;
    width: 0;
}
.mhead {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 20px;
}

.smafont {
    color: #a4a4a4;
    display: block;
    font-size: 11px;
}

.getqtTbl td {
    padding: 8px;
}

.dwn-priv {
    margin-top: 0
}

.check-addons {
    float: left;
    width: 100%
}

.demoFooTxt {
    border-top: 1px solid #e5e5e5;
    margin: 50px auto 0 auto;
    max-width: 730px;
    padding: 0 40px;
}

.buyIcon {
    background: url(https://www.manageengine.com/products/active-directory-audit/images/icon-price-quote.png) no-repeat;
    background-size: 100%;
    height: 24px;
    margin: 34px 15px 59px 0;
    width: 24px;
}

.demoFooTxt h3 {
    font-size: 15px;
    margin-bottom: 0;
}

.demoFooTxt p {
    font-size: 13px !important;
    margin-top: 10px;
}

#bdyOverlay {
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999
}

.comEdiPopup {
    background: #fff;
    box-shadow: 0 0 18px #939393;
    display: none;
    height: 500px;
    left: 9%;
    position: fixed;
    top: 130px;
    width: 82%;
    z-index: 9999999;
    padding: 10px 30px 30px 30px;
    box-sizing: border-box;
}

.comEdiPopup .popupMainHea {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 20px 10px 20px;
    position: relative
}

.comEdiPopup .popupMainHea .cloBut {
    color: #f00;
    cursor: pointer;
    font-size: 30px;
    line-height: 18px;
    padding: 3px 5px;
    position: absolute;
    right: -5px;
    top: 5px
}

.comEdiPopup .popupMainHea span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.comparisionTableWrap {
    height: 547px;
    overflow-y: scroll;
}

table.editionTable {
    margin: 0px auto 20px
}

table.editionTable thead tr th:nth-child(1) {
    text-align: left;
    background: #788897;
    color: #fff;
    border-right: 1px solid #788897;
    border-bottom: 1px solid #788897;
    width: 50%;
}

table.editionTable thead tr th:nth-child(2),
table.editionTable thead tr th:nth-child(3) {
    color: #000;
    background: #f2f4f6;
}

table.editionTable thead tr th {
    background: #f4faff;
    font-size: 16px;
}

table.editionTable thead tr td a {
    color: #126bb1
}

table.editionTable tbody tr td:first-child {
    background: #f2f4f6
}

table.editionTable thead tr th,
table.editionTable td {
    border-bottom: 1px solid #e6ebf0;
    border-right: 1px solid #e6ebf0;
    width: 25%;
}

.netappFilersUnits {
    margin-top: 7px;
}

.check-addons .addons {
    height: 10px;
    margin: 0 0 5px 0;
}

.getqtTbl td:last-child .check-addons input.addons {
    width: 80px;
}

@media screen and (max-width:1370px) {
    .comEdiPopup {
        top: 50px;
        height: 75%;
    }

    .comparisionTableWrap {
        height: 85%;
    }
}

@media screen and (max-width:900px) {
    .rhs-cont {
        width: 85%;
    }

}


@media screen and (max-width:767px) {
    .container {
        width: 90%
    }

    .head {
        padding-top: 40px;
        margin-bottom: 10px
    }

    .footHead {
        margin: 5% 0 0;
        border-bottom: 1px solid #3e3e3e;
        margin-bottom: 15px;
        padding-left: 22px
    }

    .footCont ul li a {
        color: #bbb;
        display: block;
        border: 1px solid #3e3e3e;
        margin-bottom: 5px;
        padding: 5px 10px;
        background: #333;
        border-radius: 2px
    }

    .footer .col3 {
        padding: 20px 24px;
        box-sizing: border-box
    }

    #header-mainsec {
        top: 33px
    }

    .melogosvg img {
        width: 125px !important
    }

    #commonHeader {
        min-height: 88px
    }

    #MEmobPanel.prdMobMenu {
        top: 86px
    }

    .getqtTbl {
        width: 100%;
    }

    .mob-hide {
        display: none;
    }

    .comEdiPopup {
        left: 10%;
        width: 80%
    }

    .gart {
        float: none;
        width: 75%;
        margin: 30px auto 0;
        text-align: center;
        padding: 50px;
    }

    .gart:before {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        display: inline-block;
    }
}

@media screen and (max-width:580px) {
    .getqtTbl td input[type="submit"] {
        width: 100% !important;
    }

    .getqtTbl td input[type="reset"] {
        width: 100% !important;
         margin: 10px 0 0 0;
    }
}

/* onboarding updates */
.onboardingWrapper td {
    padding: 10px 10px 5px;
    line-height: 18px;
    display: none;
}

.getqtTbl .onboardingWrapper td:last-child {
    position: relative;
}

.onboardingWrapper #icon6 {
    position: absolute;
    width: 13px;
    right: 8px;
    top: 15px;
}

.onboardingWrapper .mob-hide a {
    width: 56px;
}


@media screen and (max-width: 1200px) {
    .comEdiPopup {
        top: 80px;
        height: 500px;
    }
}

.comparisionTableWrap {
    height: 85%;
}

.top-strip-audit-24 {
    display: none !important;
}

.heading-menu {
    display: none;
}