.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;
}

.edi-btn{
    text-align: left;
}
.edi-btn .input-group input, .edi-btn .field-valid input, .edi-btn .field-error input {
    display: block;
    margin: 0 !important;
    line-height: 20px !important;
    padding: 10px !important;
    font-size: 15px !important;
    transition: all 350ms ease-out;
    border: 1px solid #dfdfdf !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 316px !important;
}
.edi-btn input#submit,.edi-btn input#downloadSubmit, .edi-btn input#za-signup-btn {
    width: 100%;
    border-radius: 0 !important;
    padding: 15px;
    background-color: #79be13;
    color: #fff;
    font-size: 17px;
    border: none;
    margin-top: 15px;
	cursor:pointer;
}
.edi-btn input#downloadSubmit {
    width: 100% !important;
    background-color: #ffce26;
    color: #000;
    font-weight: bold;
}
.edi-btn .input-group-radio input,.edi-btn .input-group-radio label{
	display:inline-block !important;
	vertical-align:middle !important;
	min-width:50px !important;
	transform:none !important;
	margin-right:5px !important;
	}	
.edi-btn .input-group input[type="text"]:focus {
    outline: none !important;
    border: 1px solid #0879b8 !important;
    box-shadow: none !important;
}
.edi-btn .input-group input[type="text"]:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white,0 0 8px rgba(102, 175, 233, 0) !important;
    border: 1px solid #dfdfdf !important;
	}		
.edi-btn .input-group{
	margin-bottom:5px;
	position:relative;
	}
.edi-btn .input-group-radio{
	display:inline-block;
	margin-right: 10px;
	}	
.edi-btn .input-group label {
    position:relative;
    display: inline-block !important;
    transform: translate(15px,33px) scale(1,1);
    transform-origin: left;
    transition: all 350ms ease-out;
    font-size: 15px !important;
    color:#333;
    pointer-events: none;
}
.edi-btn .input-group-radio label.radio-label{
	display:block;
    margin: 10px 0;	
	}	
.edi-btn .input-group.focus label {
    transform: translate(0px,0px) scale(.8,.8);
    color: #fff;
}
.edi-btn .field-error .error {
    position: absolute;
    background-color: transparent;
    padding: 0;
    line-height: normal;
    top: 8px;
    right: 0;
    font-size: 13px;
    font-weight: normal;
}
.edi-btn .field-error input {
    border-color: #E97A0F !important;
}
.edi-btn .field-error.focus .field-msg{
	display:;
	}
.za-newsletter-container {
    margin-top: 25px;
}
.edi-btn .dwn-form .input-group input{
	width:278px !important;
	}

.edi-btn #form-alert, .edi-btn #dwn-form-alert {
    z-index: 9;
    color: #E9142B;
    background: transparent;
    padding: 0;
}
.edi-btn #form-alert:before,.edi-btn #dwn-form-alert:before{
   display:none;
}
.edi-btn input.error{  
   border-color: #E97A0F !important;
}
.edi-btn .error.active {
    display: block;
    position: absolute;
    color: #fff;
    padding: 2px 10px;
    border-radius: 0 0 5px 5px;
    font-size: 11px;
    line-height: normal;
    font-weight: bold;
    background-color: #E97A0F;
}
.edi-btn .error {
    display: none;
    right:0;
}

.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-container"] .dwn-priv.tac {
        color: #fff;
    }

    [data-attr="form-field"] input#Submit {
        max-width: 100%;
    }

    [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;
        }
    }
