div#survey {
    display: none !important;
}
.breadcrumb {
    display: none;
}
#btmscroll {
    display: block;
}
.heading-menu{display:none;}
.flexslider h1 {
    margin: 0;
    padding: 40px;
    text-align: center;
    line-height: normal;
}
.bannerflex{
    background: linear-gradient(to bottom, #f1f1f1, #fff, #f5f5f5) !important; 
    min-height: auto;
}
.cust.tile-grp {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}
.cust.tile-grp .flexslider {
    max-height: none;
}
.cust.tile-grp .wrap {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.cust.tile-grp .tile {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px 30px 40px;
}
.cust.tile-grp a.cta {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #0773b9;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-decoration: none;
    padding: 0 15px 15px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
border-bottom: solid 2px #fff;
}
.cust.tile-grp  .tile.case-study:nth-child(2) {
    background: linear-gradient(90deg, #bfffc7, transparent);
}
.cust.tile-grp a.cta:hover:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #0004;
    background-image: url(https://www.manageengine.com/mobile-device-management/images/hover-link.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
.cust.tile-grp .tile.testi {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    background: linear-gradient(-90deg, #e0f9ff, transparent);
    min-height: 340px;
}
.cust.tile-grp .tile.testi img {
    max-width: 100px;
    max-height: none;
    border-radius: 50%;
    background-color: #0001;
    margin: 0 0 15px;
}
.cust.tile-grp .tile.testi strong {
    font-size: 17px;
    width: 100%;
}
.cust.tile-grp .tile.testi span {
    font-size: 15px;
    width: 100%;
    margin: 0 0 10px;
    font-style: italic;
}
.cust.tile-grp  .tile.case-study:nth-child(2) {
    background: linear-gradient(90deg, #daffdf, transparent);
}

.cust.tile-grp .tile img {
    max-width: 130px;
    max-height: 50px;
}
.cust.tile-grp .tile p {
    margin: 0;
    font-size: 16px;
}
.cust.tile-grp .tile p:before, .cust.tile-grp .tile p:after {
    content: '“';
    font-family: Poppins;
    display: inline-block;
    transform: scale(2) translate(-2px, 2px);
    color:#0008;
}
.cust.tile-grp .tile p:after {
    content: '”';
    transform: scale(2) translate(2px, 2px);
}
.cust.tile-grp .tile p strong {
    font-weight: 400;
    color: #133d56;
}
.cust.tile-grp .tile.case-study {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #ffebcc, transparent);
}
.cust.tile-grp .tile.twitter {
    background: linear-gradient(90deg, #00b8ff30, transparent);
}

.cust {
    padding: 40px;
}

.cust h2{
   text-align:center;
   font-size:35px;
   font-weight: 400;
   padding:0;
   margin: 0 !important;
   padding-bottom:40px;
}

.review-thumb-inner {
    display: flex;
    max-width: 1100px;
    margin: auto;
    justify-content: space-evenly;
flex-wrap: wrap;
}

.review-thumb-inner a {
    position: relative;
    width: 200px;
    background-color: #f1f1f1;
    padding: 20px 20px 30px;
    color: #000;
    text-decoration: none;
margin:10px;
}

.review-thumb-inner a img {
    max-width: 160px;
    display: block;
    margin: 0 0 10px 0;
}
.review-thumb-inner a img.offset {
    margin: 10px auto 0;
}
.review-thumb-inner a:hover:after {
    position: absolute;
    content:'';
    top:0;
    bottom:0;
    right:0;
    left:0;
    background-color:#0004;
    background-image:url(https://www.manageengine.com/mobile-device-management/images/hover-link.gif);
    background-repeat:no-repeat;
    background-position:center;
    background-size:30px;
}
.cust.offset {
    background-color: #f9f9f9;
}

.review-thumb.offset a {
    background-color: #fff;
}
.review-thumb-inner a small {
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: 10px;
    line-height: normal;
}
.review-thumb-inner a strong {
    display: block;
}
.review-thumb-inner a strong + span {
    min-height: 120px;
    display: block;
}
.review-thumb-inner a strong img {
    display: inline-block;
    width: 20px;
}
.indus-inner {
    min-height: 230px;
}
.indus-inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.indus-inner ul li {
    border: 1px solid #eee;
    width: 270px;
    height: 80px;
    margin: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.indus-inner ul li img {
    max-height: 80%;
    max-width: 95%;
}
.recog-inner ul {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: auto;
    flex-wrap: wrap;
}
.recog-inner ul li {
    max-width: 170px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 20px;
}
.recog-inner ul li img {
    height: 120px;
    width: auto;
    display: block;
    margin: 0 auto 10px;
}
.ems-land-com .tab {
    max-width: 1200px;
}
.ems-land-com .tab [data-tab].active {
    border-bottom: 1px solid #333;
}


 .nav-dwn a:hover {
    background: #E3142B;
}
.rhs-cont {
    border-left: 1px dotted #fff;
    float: left;
    padding: 30px 0 40px 4%;
    position: relative;
    width: 71%;
}
.nav-dwn a {
    background: #E9142B;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 4px 10px;
    display: inline-block;
    width: 148px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}
#btmBar .btm-dwn a {
    color: #fff;
    background: #E9142B;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    padding: 4px 8px;
    display: inline-block;
    width: 144px;
    border-radius: 5px;
    margin-top: 4px;
}
#header-mainsec .headerinner {
    box-shadow: 0 0px 2px -1px #ccc;
}
