.heading-menu, div#scroll, #customers, #allFea, #btmscroll, #btmBar, .btmBar {
    display: none;
}
footer, .foot-copy {
    background-color: #eee;
    border-top:0px;
}
.ebook-header {
    background-color: #403846;
    padding: 40px;
    text-align: center;
}

.left-side, .right-side {
    display: inline-block;
}

.left-side {
    vertical-align: middle;
    margin-bottom: 25px;
    max-width: 338px;
}

.right-side:before{
    content: '';
    position: absolute;
    display: inline-block;
    background-image: url(https://www.manageengine.com/products/desktop-central/images/6-ransomware.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: -190px;
    width: 170px;
    
}
.right-side {
    position: relative;
    margin-right: 40px;
    margin-left: 155px;
    max-width: 300px;
    vertical-align: middle;
    font-size: 50px;
    line-height: 70px;
    text-align: left;
    font-weight: 100;
    color: #fdb138;
}

.right-side strong {
    font-size: 100px;
    font-weight: 100;
}

.ebook .overview p, .ebook .overview li {
    font-size: 15px;
    line-height: 30px;
}
.ebook .overview {
    max-width: 800px;
    margin: auto;
    padding: 30px;
}
.ebook .overview h2 {
    margin-bottom: 0;
    color: #a16684 !important;
}

.ebook .overview h3 {
    font-size: 18px;
    padding-top: 20px;
    color: #a16684 !important;
    line-height: 27px;
    font-weight: bold;
}
.ebook a{
   color:#0099cc;
   font-weight: bold;
}

.iframe {
    position: relative;
    width: 560px;
    max-width: 100%;
    height: 315px;
    margin: 40px auto;
    cursor: pointer;
    overflow: hidden;
}
.iframe.open:before{
    display: none;
}
.iframe:before {
    content: '';
    position: absolute;
    background-image: url('https://www.manageengine.com/products/desktop-central/images/ransomware-video-thumbnail.jpg');
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


@media(max-width:600px){
.right-side {
    font-size: 30px;
    line-height: 50px;
    }
.right-side:before {
    left: -140px;
    width: 120px;
	}
.ebook-header {
    padding: 20px;
    }

.iframe:before {
    background-color: #000;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.edi-btn .input-group input, .edi-btn .field-valid input, .edi-btn .field-error input {
    width: 270px !important;
    }    
}


  div#scroll {
    padding: 0px;
  }

  [data-attr="form-container"] {
    max-width: 400px;
  }
[data-attr="form-field"] input#Submit {
    max-width: 100%;
}
  [data-attr="form-container"] .dwn-priv.tac {
    color: #fff;
  }
[data-attr="form-field"] input[type="text"][data-attr="phone"] {
    width: 78% !important;
  }

  @media screen and (max-width: 480px) {
    [data-attr="form-field"] input[type="text"][data-attr="phone"] {
      width: 75% !important;
    }
  }
