.fixed_bar_hcontainer {
    margin: 195px -89px 0;
  }
  .hideAnimation {
    margin: 195px -89px 0 0;
    transition: all 0.5s;
  }
  .showAnimation {
    margin: 195px 0 0;
    transition: all 0.5s;
  }
  .newIcoSty {
    background: url(https://www.manageengine.com/latam/images/me-sprite.png)
      repeat scroll -750px 0px transparent;
    float: right;
    height: 20px;
    margin: 0px 75px 0 0;
    width: 30px;
  }
  .recHea {
    border-bottom: solid 1px #eaeaea;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 40px 0;
    padding: 0 0 15px 0;
  }
  .container {
    max-width: 1100px;
  }
  .lhs-tree {
    overflow: visible;
    position: sticky;
    top: 92px;
  }
  #lhsTree > li {
    border-bottom: 1px solid #ececec;
  }
  #lhsTree li::before {
    background: url("https://www.manageengine.com/latam/active-directory-audit/../active-directory-audit/images/resources-icon-sprite.png")
      no-repeat;
    background-position: -24px 2px;
    background-size: 265px;
    content: "";
    bottom: 0;
    height: 28px;
    left: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all 0.5s;
    width: 28px;
  }
  /*#lhsTree li:hover{background:#dff3ff;border-bottom:solid 1px #fff;border-left:solid 2px #138cd6;transition:all .5s}*/
  #lhsTree li:hover:before {
    background-position: -24px -26px;
    transition: all 0.5s;
  }
  #lhsTree li.act {
    background: #dff3ff;
    border-bottom: solid 1px #fff;
    border-left: solid 2px #138cd6;
    transition: all 0.5s;
  }
  #lhsTree li:nth-of-type(2)::before {
    background-position: -53px 2px;
  }
  #lhsTree li:nth-of-type(2):hover:before {
    background-position: -53px -26px;
    transition: all 0.5s;
  }
  #lhsTree li:nth-of-type(3)::before {
    background-position: -83px 2px;
  }
  #lhsTree li:nth-of-type(3):hover:before {
    background-position: -83px -26px;
    transition: all 0.5s;
  }
  #lhsTree li:nth-of-type(4)::before {
    background-position: -113px 2px;
  }
  #lhsTree li:nth-of-type(4):hover:before {
    background-position: -114px -26px;
    transition: all 0.5s;
  }
  #lhsTree li:nth-of-type(5)::before {
    background-position: -142px 1px;
  }
  #lhsTree li:nth-of-type(5):hover:before {
    background-position: -142px -26px;
    transition: all 0.5s;
  }
  #lhsTree li:nth-of-type(7)::before {
    background-position: -203px 0px;
  }
  #lhsTree li:nth-of-type(7):hover:before {
    background-position: -203px -26px;
    transition: all 0.5s;
  }
  #lhsTree li:nth-of-type(8)::before {
    background-position: -235px -1px;
  }
  #lhsTree li:nth-of-type(8):hover:before {
    background-position: -235px -26px;
    transition: all 0.5s;
  }
  #lhsTree li:nth-of-type(9)::before {
    background-position: 5px -55px;
  }
  #lhsTree li:nth-of-type(9):hover:before {
    background-position: 5px -85px;
    transition: all 0.5s;
  }
  #lhsTree li:nth-of-type(10)::before {
    background-position: -26px -56px;
  }
  #lhsTree li:nth-of-type(10):hover:before {
    background-position: -26px -86px;
    transition: all 0.5s;
  }
  #lhsTree li:nth-of-type(11)::before {
    background-position: -57px -54px;
  }
  #lhsTree li:nth-of-type(12)::before {
    background-position: -87px -54px;
  }

  #lhsTree > li > a {
    font-size: 14px;
    padding: 15px 0 15px 50px;
    color: #333;
  }
  #lhsTree li.act:nth-of-type(1):before {
    background-position: -24px -26px;
  }
  #lhsTree li.act:nth-of-type(2):before {
    background-position: -53px -26px;
  }
  #lhsTree li.act:nth-of-type(3):before {
    background-position: -83px -26px;
  }
  #lhsTree li.act:nth-of-type(4):before {
    background-position: -114px -26px;
  }
  #lhsTree li.act:nth-of-type(5):before {
    background-position: -142px -26px;
  }
  #lhsTree li.act:nth-of-type(6):before {
    background-position: -24px -26px;
  }
  #lhsTree li.act:nth-of-type(7):before {
    background-position: -203px -26px;
  }
  #lhsTree li.act:nth-of-type(8):before {
    background-position: -235px -26px;
  }
  #lhsTree li.act:nth-of-type(9):before {
    background-position: 5px -85px;
  }
  #lhsTree li.act:nth-of-type(10):before {
    background-position: -26px -86px;
  }

  .rhs-cont {
    border-left: 0;
  }
  #lhsTree li.resource_active {
    border-left: 3px solid #4580c7;
    padding: 3px 0;
    border-top: 0;
    -webkit-box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.09);
    font-weight: 600;
  }
  #lhsTree li.resource_active a {
    color: #4580c7;
  }
  #lhsTree li.resource_active:nth-of-type(1)::before {
    background-position: 2px -68px;
  }
  #lhsTree li.resource_active:nth-of-type(2)::before {
    background-position: -27px -68px;
  }
  #lhsTree li.resource_active:nth-of-type(3)::before {
    background-position: -58px -68px;
  }
  #lhsTree li.resource_active:nth-of-type(4)::before {
    background-position: -91px -68px;
  }
  #lhsTree li.resource_active:nth-of-type(5)::before {
    background-position: -123px -68px;
  }
  #lhsTree li.resource_active:nth-of-type(6)::before {
    background-position: 2px -101px;
  }
  #lhsTree li.resource_active:nth-of-type(7)::before {
    background-position: -26px -101px;
  }
  #lhsTree li.resource_active:nth-of-type(8)::before {
    background-position: -56px -101px;
  }

  .lhs-tree {
    width: 18%;
  }
  .rhs-cont {
    width: 77%;
  }

  /******** 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;
  }
  #rel-Prd ul {
    width: 33%;
  }
  #rel-Prd ul li:first-child a {
    font-weight: 600;
  }
  @media (max-width: 1024px) {
    .pageTabSec .pageTabView {
      padding: 30px 20px;
    }
  }
  @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;
    }
  }

  /* tab section css end */

  .heading-menu {
    display: none;
  }
  .adap-case-study-container h2 {
    margin: 25px 0 25px;
  }
  .adap-case-study-container {
    width: 920px !important;
  }
  .adap-case-study-right {
    width: 750px !important;
  }
  .adap-case-study-row {
    border-bottom: solid 1px #b1b5bc;
    padding: 0 0 30px 0;
    margin-bottom: 20px;
  }
  .adap-case-study-left {
    width: 167px;
  }
  .adap-case-study-right {
    width: 540px;
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-splitter.png) 0 10px no-repeat;
    line-height: 22px;
  }
  .adap-case-study-tab-container {
    width: 100%;
  }
  .adap-cs-select-tab {
    background: #424f56;
    padding: 2px 30px 5px;
    color: #fff;
    font-size: 13px;
    border-bottom: solid 2px #81bf2e;
  }
  .adap-cs-unselect-tab {
    background: #eeeeee;
    padding: 2px 30px 5px;
    color: #424f56;
    font-size: 13px;
    border-bottom: solid 2px #dde1e4;
    border-right: solid 2px #fff;
    cursor: pointer;
  }
  .adap-cs-select-tab span {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png);
    width: 12px;
    height: 7px;
    display: block;
  }
  .adap-cs-unselect-pdf {
    background: #eeeeee url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) -474px 8px;
    height: 26px;
    border-bottom: 2px solid #dde1e4;
    padding: 0 0 3px;
  }
  .adap-cs-unselect-pdf a {
    padding: 3px 10px 0 23px;
    display: block;
    color: #cc0000;
  }
  .adap-cs-unselect-pdf a:hover {
    text-decoration: none;
  }
  .adap-cs-unselect-htm {
    height: 26px;
    border-bottom: 2px solid #dde1e4;
    padding: 0 0 3px;
    text-align: center;
  }
  .adap-cs-unselect-htm a {
    display: block;
    padding: 3px 10px;
    color: #cc0000;
    text-decoration: none;
  }
  .adap-cs-unselect-htm a:hover {
    text-decoration: none;
  }
  .adap-cs-content {
    width: 97%;
    margin: 0 0 0 3%;
    color: #424f56;
  }
  .adap-cs-author {
    width: 97%;
    color: #424f56;
  }
  .adap-cs-author p {
    margin: 0;
  }
  .adap-load-more-content {
    display: none;
  }
  .adap-case-study-row h2 {
    margin: 0 0 25px 0;
  }

  /* Accessories */
  .adap-cs {
    width: 144px;
    height: 106px;
  }
  .Miranda-Enterprise-Solutions {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/Miranda-Enterprise-Solutions.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .Politécnico-Grancolombiano {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/Politecnico-Grancolombiano.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .Auxilio-Mutuo {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/Auxilio-Mutuo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .Hospital-General-de {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/Hospital-General-de.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .IFX-Networks {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/IFX-Networks.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .adap-cs-bsp {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png);
    width: 152px;
    height: 71px;
    margin: 10px 0 0 0;
  }
  .adap-cs-lmc {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) -152px 12px;
    width: 152px;
    height: 55px;
  }
  .adap-cs-cb {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) -311px 13px;
    width: 159px;
    height: 57px;
  }
  .adap-cs-ubss {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) 4px -73px;
    width: 159px;
    height: 49px;
  }
  .adap-cs-lee {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) -153px -42px;
    width: 159px;
    height: 93px;
  }
  .adap-cs-ctdn {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) -316px -42px;
    width: 159px;
    height: 93px;
  }
  .adap-cs-fr {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) 0 -115px;
    width: 159px;
    height: 71px;
  }
  .adap-cs-bh {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) -155px -133px;
    width: 159px;
    height: 60px;
  }
  .adap-cs-nlc {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) 24px -182px;
    width: 159px;
    height: 93px;
  }
  .adap-cs-rmkm {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) -318px -130px;
    width: 159px;
    height: 43px;
  }
  .adap-cs-tecsa {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) -133px -193px;
    width: 159px;
    height: 50px;
  }
  .adap-cs-morinc {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) -320px -170px;
    width: 159px;
    height: 43px;
  }
  .adap-cs-kendal {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) -320px -207px;
    width: 159px;
    height: 50px;
  }
  .adap-cs-iglu {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) 30px -280px;
    width: 159px;
    height: 72px;
  }
  .adap-cs-dccc {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) -128px -250px;
    width: 143px;
    height: 70px;
    margin: 0 0 0 8px;
  }
  .adap-cs-wssas {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) -270px -257px;
    width: 159px;
    height: 72px;
  }
  .adap-cs-seha {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) -428px -257px;
    width: 79px;
    height: 80px;
    margin: 0 0 0 42px;
  }
  .adap-cs-doeaw {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) 13px -347px;
    width: 159px;
    height: 72px;
  }
  .adap-cs-erbad {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) -147px -331px;
    width: 134px;
    height: 55px;
    margin: 2px 0 0 14px;
  }
  .adap-cs-acugti {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) -322px -333px;
    width: 159px;
    height: 72px;
  }
  .adap-cs-cosint {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) -150px -384px;
    width: 159px;
    height: 72px;
  }
  .adap-cs-colliers {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) 30px -415px;
    width: 159px;
    height: 72px;
  }
  .adap-cs-motus {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) -150px -450px;
    width: 159px;
    height: 72px;
  }
  .adap-cs-hms {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) -320px -387px;
    width: 159px;
    height: 72px;
  }
  .adap-cs-crunch {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) -4px -513px;
    width: 134px;
    height: 28px;
  }
  .adap-cs-audatex {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) -6px -1042px;
    width: 144px;
    height: 51px;
    background-size: 440px;
  }
  .adap-cs-interglobe {
    background: url(https://www.manageengine.com/latam/active-directory-audit/images/adap-case-study-sprite.png) -262px -955px;
    width: 144px;
    height: 106px;
    background-size: 440px;
  }

  .adap-showhide {
    color: #fff;
    background: #5a6870;
    padding: 10px 0;
    width: 110px;
    text-align: center;
    margin: 30px 375px 30px 375px;
    cursor: pointer;
  }

  .adap-cs-arrow1 {
    width: 12px;
    height: 7px;
    margin: 0 0 0 25px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .adap-cs-arrow2 {
    width: 12px;
    height: 7px;
    margin: 0 0 0 115px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .adap-cs-arrow3 {
    width: 12px;
    height: 7px;
    margin: 0 0 0 222px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .adap-cs-hide {
    display: none;
  }

  .heading-menu {
    padding: 50px 0;
    background-attachment: relative;
    background-position: center center;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    border-bottom: 1px solid #c5cbd4;
    font-weight: 400;
    letter-spacing: -1px;
    position: relative;
    overflow: hidden;
    clear: both;
    height: auto;
    font-weight: 500;
  }

  h1.ftrmnhdr {
    font-size: 45px;
    letter-spacing: 0.5px;
    line-height: 50px;
    font-weight: 400;
  }

  .ftrpg-inrhdr {
    font-weight: 100;
    font-size: 23px;
    line-height: 29px;
    letter-spacing: 1px;
    color: #fff;
  }

  .recourcnavsec {
    background: #f8f8f8;
    border-bottom: 1px solid #e8e8e8;
  }

  .recourcnavsec.fixed {
    position: fixed;
    z-index: 7;
    top: 92px;
    width: 100%;
    box-shadow: 1px 1px 3px #888;
  }

  .rs-continer {
    padding: 10px 0px;
  }

  .recourcnavsec {
    margin: 0 auto;
    list-style: none;
    position: relative;
    height: 48px;
  }

  .recourcnavsec li {
    display: inline-block;
  }

  .recourcnavsec li span {
    bottom: 15px;
    position: relative;
  }

  .recourcnavsec li a {
    position: relative;
    z-index: 200;
    color: #444;
    font-size: 13px;
    display: block;
    float: left;
    padding: 0px 10px;
    text-decoration: none;
    line-height: 26px;
  }

  .recourcnavsec li a:hover {
    color: #444;
  }

  .recourcnavsec #rsource_movbg {
    position: absolute;
    height: 25px !important;
    top: 10px;
    left: 0;
    width: 100px;
    background: #99cdf1;
    z-index: 100;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .rsource_active_tab a {
    color: #444;
  }

  .ie6 .recourcnavsec li,
  .ie7 .recourcnavsec li {
    display: inline;
  }

.popupCont{background:rgba(0, 0, 0, .4);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999999}
.vidCont{background:#fff;margin:50px auto 0 auto;max-width:900px;padding:30px 30px 25px;position:relative;}
.clobut{background:#000;border-radius:20px;color:#fff;cursor:pointer;font-weight:bold;position:absolute;right:-12px;padding:5px;text-align:center;top:-12px;width:24px}
.sec-pTB {padding: 10px 0 ;}
.relPrd{display:none;}
.feaact{color: #000 !important;}