 .headerbg {
            background-image: url(images/bg-white.png) !important;
            background-size: cover;
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
        }
#sdpcommonfooter{
display:none;
}
.hdrContainer, .heading-menu .container{
text-align:center;
}
.heading-menu {
  padding: 50px 0px;
  margin-top: 86px;
  background: url(https://www.manageengine.com/products/service-desk/images/sdp-banner-bg.png) no-repeat center top;
  background-attachment: relative;
  background-position: center center;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  border-bottom: 1px solid #C5CBD4;
  font-weight: 400;
  letter-spacing: -1px;
  position: relative;
  overflow: hidden;
  clear: both;
  height: auto;
  font-weight: 500;
}

h1.ftrmnhdr {
  font-size: 38px;
  font-weight: 500;
}

.ftrpg-inrhdr {
  color: #fff;
  font-weight: 200;
  font-size: 23px;
}

#scroll {
  position: relative;
  padding: 5px 0px;
}

#customers {
  display: none
}
/*survey promotion banner styels*/

.surveybg {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 50px;
}

.surveybg h3 {
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
}

.survycta {
  margin-top: 20px;
}

a.survyctaclr {
  background: #ff6237;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px;
  font-weight: bold;
  border-radius: 3px;
  display: inline-block;
  letter-spacing: 0.5px;
  font-size: 16px !important;
  cursor: pointer;
}