.heading-menu .menuhead{display:block}
td.no-bord {
  border-left: none !important;
  border-bottom: none !important;
  border-top: none !important;
}
.heading-menu {
  padding: 0 0 40px 0;
}
span.collap {
  position: relative;
  top: 150px
}
.edncontainer {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  transition: all 0.2s ease-in 0s;
}
.feature-box p {
  min-height: 125px;
}
table {
  table-layout: fixed;
  width: 100%;
}
table.cloudeditiontable td {
  vertical-align: middle;
  padding: 0.6em;
  width: 24%;
  border: 1px solid #c3eaff;
  font-size: 13px;
  text-align: center;
}
table.cloudeditiontable thead tr th {
  padding: 20px 20px;
  background-color: #03A9F4;
  text-align: center;
  border: 1px solid #c3eaff;
  box-sizing: border-box;
}
table.cloudeditiontable thead tr th h3 {
  margin: 0px;
  padding: 0px;
  color: #fff;
}
table.cloudeditiontable thead tr th p {
  font-size: 14px;
  color: #fff;
}
table.cloudeditiontable td {
  padding: 1em;
  font-size: 14px;
  width: 20% !important;
}
td.modulebg {
  background-color: #f1f9ff !important;
  text-align: left !important;
}
.modulehdr {
  color: #000;
  font-weight: 600;
}
td.featurebg {
  background-color: #fafdff !important;
  text-align: left !important;
}
/*
table.cloudeditiontable tbody tr td:nth-child(2) {
    text-align: left;
}
table.cloudeditiontable tr:hover {
    background-color: #e3f4ff !important;
    box-shadow: 1px 1px 3px #c3eaff;
}*/
td span.ztick {
  display: inline-block;
  text-align: center;
  height: 10px;
  width: 11px;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -999px;
}
td span.ztick::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-indent: initial;
  background: url(https://www.manageengine.com/products/service-desk/images/green-yes-tick.png) left top no-repeat;
  background-size: auto auto;
  background-size: cover;
}
.redstar {
  color: red;
}
ul.legents {
  margin: 20px 0px 0px 0px;
  width: 95%;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 0px 10px;
}
ul.legents li {
  margin-top: 20px;
}
table.cloudeditiontable tfoot tr td {
  padding: 1.6em 0.3em;
  background-color: #e3f4ff;
  text-align: center;
  border: 1px solid #c3eaff;
}
.zh-tbl-fix-th {
  position: sticky;
  top: 49px;
  z-index: 1;
}
@media screen and (max-width: 1025px) {
  .edncontainer {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    transition: all 0.2s ease-in 0s;
  }
}
@media screen and (max-width: 992px) {
  .cloudeditiontable {
    table-layout: unset;
  }
  .price-comp-table .comp-table-wrap {
    overflow-x: scroll;
  }
  .comp-table-wrap .zh-tbl-fix-th {
    top: 0;
  }
  .zh-btn-fixed {
    display: none;
  }
}