.ems-land-com .tab {
    display: flex;
    padding: 0 !important;
    border-bottom: 1px solid #2b79bb;
    justify-content: center;
}
.ems-land-com .tab [data-tab] {
    list-style: none;
    padding: 10px 20px;
    font-size: 13px;
    margin: 0 10px -1px;
    cursor: pointer;
    background-color: #f1f1f1;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #2b79bb;
    min-width: 100px;
    text-align: center;
    line-height: normal;
}
.ems-land-com .tab [data-tab].active {
    position: relative;
    font-weight: 600;
    border-bottom: 3px solid #2b79bb;
    pointer-events: none;
    background-color: #2b79bb;
    color: #fff;
}
.ems-land-com .tab-content [data-content]{
 display:none;
}
.ems-land-com .tab-content [data-content].active{
 display:block;
}
.ems-land-com .tab [data-tab].active:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: -9px;
    margin: auto;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    background-color: #2b79bb;
}
#scroll ul {
    list-style-type: disc;
}
.credit .flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.credit .flex .clip {
    width: 29%;
}
.credit {
   background-color: #f1f1f1;
    padding: 35px;
}
.bmark li img {
    max-width: 60px;
    margin: 10px auto;
    display: block;
    width: 100px;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.flex .half {
    max-width: 48%;
    margin: 1%;
}
h2.spl{
   margin: auto;
}
h2.spl:before,h2.spl:after{
  display:none;
}
.bmark {
    display: flex;
    list-style: none;
    padding: 0 !important;
}
.bmark li {
    max-width: 30%;
    list-style: none;
    margin: 20px 10px 10px 0;
    padding: 10px 20px !important;
    background-color: #f1f1f1;
    cursor: pointer;
    text-align: center;
}
.bmark li:hover{
    background-color: #2a79bb;
    color: #fff;
}
.bmark li:hover strong{
    color: #fff;
}
.bmark li strong {
    padding: 0;
    font-weight: 600;
    color: #2a79bb;
}
.bmark li p {
    margin: 0;
    font-size: 13px;
    line-height: 22px;
}
.bmark li img {
    max-width: 60px;
    margin: 10px auto;
    display: block;
}

#topsec-rhs ul li.nav-search .icon-search {
    background: url(https://www.manageengine.com/br/vulnerability-management/../images/me-sprite-new.png) no-repeat -224px -120px;
    height: 16px;
    width: 16px;
    position: relative;
    margin-top: 5px;
    display: block;
}

#topsec-rhs ul li span.user-thumb {
    background: url(https://www.manageengine.com/br/vulnerability-management/../images/me-sprite-new.png) no-repeat -240px -120px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 5px;
    border-bottom: none !important;
}
.footer .col1 {
    padding: 2% 4% 2% 0;
    border-right: 1px solid #292929;
    min-height: 250px;
    width: 32%;
}

.footer .col3 {
    padding: 4% 0 0 3%;
}
.heading-menu h1, .heading-menu h2, .heading-menu h3 {
    display: inline-block;
    margin: 0;
    font-size: 25px;
    line-height: 34px;
}
.breadcrumb {
    display: none;
}
.heading-menu .menuhead {
    text-align: left;
}