      .awards-img {
        width: 180px;
        height: auto;
        -webkit-animation: fade-in 2s ease;
        -moz-animation: fade-in ease-in-out 2s both;
        -ms-animation: fade-in ease-in-out 2s both;
        -o-animation: fade-in ease-in-out 2s both;
        animation: fade-in 2s ease;
        visibility: visible;
        -webkit-backface-visibility: hidden;
      }

      @-webkit-keyframes fade-in {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
      }

      @-moz-keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }

      @-o-keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }

      @keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }
    
.lhs-tree {
    border-right: 1px #ddd solid !important;
}

#lhsTree > li > span:after {border-left: none;}
.container #lhsTree {
    max-width: none;
}

.container .lhs-tree li a, .container .lhs-tree li span {
    font-size: 15px;
    line-height: 30px;
    color: #777;
}

#lhsTree>li>span.ifTree:after {
    top: 23px;
}

.mobile-app-icon:after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 5px !important;
    bottom: 5px;
    width: 8px;
    background-image: url(https://www.manageengine.com/products/desktop-central/images/mobile-app-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px 14px;
    display: inline-block !important;
    padding-left: 18px !important;
    border: none !important;
}

.sec-pTB {
   display: none !important;
}