#enterprise,
#VideosAndLogos {
  display: none;
}
#free {
  display: none;
}
.pb0 {
  padding-bottom: 0;
}
.mt0 {
  margin-top: 0;
}
.box-table {
  width: 80%;
  margin: 0 auto;
}
.box-table td {
  padding: 2px 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.trainingad-strip {
  background: #ecbea2;
  text-align: center;
}
.dwn-menu > span {
  width: calc(99%/3);    margin: 0 0.1%;
}
.percent {
  width: 70%;
}
.percent .otr-dwn-cont a.ful {
  width: 190px;
}
a.red-btn {
  font-size: 12px;
  margin-top: 20px;
}
#scroll.sec-pTB {
  padding: 0;
}
.breadcrumb {
  display: none;
}
.heading-menu {
  padding:2em 0 0;
  background: #fff;
  border-bottom: none;
}
.heading-menu .menuhead {
  display: block;
  text-align: center;    line-height: 4em !important;
}
@media screen and (max-width: 760px) {
  .box-table {
    width: 76%;
    display: none;
  }
  .btmBar {
    display: none !important;
  }
  .dwn-menu > span {
    width: 49.7% !important;
  }

}
.yellowbox {
  margin-bottom: 30px;
  margin-top: 0;
}

.download-winBtn,
a.download-winBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.divDwnld .per50>p:first-child {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .divDwnld {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }

  .divDwnld .per50 {
      width: 100%;
  }
}

/* SHA Value */
.shaValueWrapper {
    display: inline-flex;
    align-items: center;
    border-top: 1px solid #ddd;
    padding: 4px 2px;
    border-radius: 2px;
    max-width: 420px;
    width: 100%;
    margin: 0 15px;
    box-sizing: border-box;
  }
  
  .shaValueWrapper *{
    box-sizing: border-box;
  }    
  
  .shaValueWrapper .shaTitle {
    font-weight: 400;
    flex: 0 0 auto;
  }
  
  .shaValueWrapper .shaValue {
    max-width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 4px;
  }

#otherEss .per50 .shaValue {
    max-width: 290px;
  }
  
  #otherEnt .per50 .shaValue {
    max-width: 267px;
  }
  
  .other-option .per30 .shaValue {
    max-width: 142px;
  }
  
  ul .shaValueWrapper {
    margin: 12px 0 0;
  }
  
  .sha-copy-btn {
    background: url("https://www.manageengine.com/itom/images/icon/content-copy.svg") no-repeat;
    display: inline-flex;
    width: 16px;
    height: 16px;
    background-size: 12px;
    cursor: pointer;
    margin-left: 2px;
    position: relative;
  }
  
  .copy-text  {
    width: 172px;
    background-color: #111111;
    color: #ffffff;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    padding: 3px 0;
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    bottom: 146%;
    left: -120%;
    margin-left: -60px;
    transition: opacity 0.3s;
    font-size: 12px;
  }

  .copy-text::after  {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #111111 transparent transparent transparent;
  }
  
  .sha-copy-btn:hover .copy-text {
    visibility: visible;
    opacity: 1;
  }
  
  .shaValueBlock {
    display: inline-flex;
    align-items: center;
    position: relative;
  }
  .copyMsg {
    background: #f0fdf2;
    border: 1px solid #10a328;
    border-radius: 5px;
    color: #10a328;
    display: none;
    font-size: 13px;
    top: -10%;
    right: -64px;
    margin: 0 0 10px 0;
    padding: 3px 6px;
    position: absolute;
    text-align: center;
    line-height: 1.25;
  }
  @media only screen and (max-width: 1040.98px) {
    .per50 .shaValueWrapper .shaValue {
        max-width: 200px !important;
    }
    .copyMsg {
        top: 26px;
        right: -22px;
    }
  }
  
  @media only screen and (max-width: 850.98px) {
    .per50 .shaValueWrapper .shaValue {
        max-width: 170px !important;
    } 
  }
.nav-dwn a {
  width: auto;
}
#btmBar .btm-qte a {
  width: 185px;
}
.healthcare-main-wrapper{display:none;}