.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
*+html .clearfix {
    display: inline-block;
}
body {
    font-family: 'Zoho_Puvi_Regular';
    line-height: normal;
    letter-spacing: normal;
    color:#000;
    font-size: 16px;
    background: #fff;
}
body, html, .home-cont{width: auto;height: auto;margin: 0;}
h2{
    font-size: 1.7em;
    line-height: normal;
    margin: 0 0 20px 0;
    font-weight: 400;
}
a{
    color: #49468b;
}
.logo span {
    background: url("https://www.manageengine.com/images/manageengine-logo.svg") no-repeat 0 0;
    width: 270px;
    height: 50px;
    margin: 0px 0 0 0;
    display: inline-block;
    text-indent: -99999em;
    position: static;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
}
.tc{
    text-align: center
}
.tl{
    text-align: left;
}
.tr{
    text-align: right;
}
.container{
    width:auto;
    max-width:none;
    padding: 0;
}
.container .container{
    width:1400px;
    padding: 10px 0;
    max-width:none;
    margin:0 auto;
}
h1 img{
    width:250px;
}
h3{font-size: 1.2em;font-weight: bold;}
/*---------- left section styles------------*/
.main-container
{
	background: url(https://www.manageengine.com/images/solution-bg-2020.jpg) no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
.main-container *
{
	box-sizing: border-box;
}
.solutions-guide-book{
    width:100%;
    display: block;
    vertical-align: top;
    background-size: 100%;
	    padding: 0px 60px 0px 60px;
	    color: #fff;
	background: url("https://www.manageengine.com/images/solution-guide-2020.png") no-repeat;
	    background-size: 27%;
    background-position: 75% center;
	position: relative;
	    min-height: 650px;
}
.boxed {
    width: 60%;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
}
/* .solutions-guide-book header{
    text-align: left;
    margin: 0 0 0 6%;
} */
.solutions-guide-book h2{
    padding: 20px 0 0 0;
    letter-spacing: .5px;
    font-size: 2em;
    line-height: 1.2em;
	margin-bottom: 25px;
}
h3.sub-title {
    font-weight: normal;
    margin: 0 0 30px 0;
	    line-height: 1.6;
}
.solutions-guide-book h2 span{
    display: block;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5em;
}
.guide-download-steps p, .guide-download-steps span{
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}
.guide-download-steps p{margin:0 0 12px 0;  display: block;}
.step-icon img {
    width: 22px;
}
/*---------- Form styles------------*/
.solutions-form-sec{
        background: #fff;
    width: 600px;
    min-height: 300px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    max-width: 90%;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 55%;
    left: 50%;
	    max-height: 90vh;
	overflow: hidden;
}
.form-sec-inner{text-align: center;padding: 50px 40px; overflow: scroll; max-height: 80vh;}
.solutions-form-sec form{
    text-align: left;
}
.card-title{
        font-size: 1.3em;
    line-height: 1.4;
    font-family: 'Zoho_Puvi_SemiBold';
    margin-top: 0;
}
.card-body{
    width:80%;
    margin: 0 auto;
}
form input, form select, form textarea{
    width: 92%;
    border: none;
    padding: 4%;
    font-size: .8em !important;
font-family: 'Zoho_Puvi_Regular'; 
    color:#777;
	border: 1px solid #ece8e8;
}
input[type=search]{
   -moz-appearance: none;/* older firefox */
   -webkit-appearance: none; /* safari, chrome */
   appearance: none; /* rest */
}
form select{
    width: 100%;
    background: #fff url(https://www.manageengine.com/events/images/dropdown-arrow.png) no-repeat 95% center;
    height: 45px;
    border-radius: 0;
    color:#888 !important;
    padding: 0 4%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
form textarea{
    height: 65px;
}
form label{font-size: .9em;}
.form-group{
    margin: 14px 0;
    position: relative;
}
form .form-check input{
    width:auto;
}
.form_subscribecheck{
    display: none;
    padding: 10px 0 5px 20px;
    position: relative;
}
form .form_subscribecheck input{
    position: absolute;
    left: 0;
}
p.reg_form_errors {
	position: absolute;
	bottom: -14px;
	font-size: 13px;
	color: #ff0000;
	display: none;
    margin: 0;
}
::placeholder{
    color: #777;
    opacity: 1;
}
:-ms-input-placeholder {
  color: #777;
}
::-ms-input-placeholder {
  color: #777;
}
:focus {outline: none;}
.form-text{
    display: block;
    text-align: center;
    font-size: .7em;
    line-height: 1.5em;
    margin: 15px 0 0 0;
}
form a{
    color: #3974CF;
}
form .form_subscribecheck label{
    font-size: 12px;
}
#btn-submit{
    color:#fff;
	background: #3974CF;
    border:none;
    box-shadow: none;
        padding: 14px 35px;
    font-size: 1em;
    display: block;
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
}
#btn-submit:hover{
    background: #333;
}
form input.icon-date{
    background: #fff url("https://www.manageengine.com/images/solutions-guide-icon-date.png") no-repeat 97% center;
    padding: 4% 10% 4% 4%;
    width: 86%;
    color:#777;
    font-size: .8em !important;
}
form select.icon-time{
    background: #fff url("https://www.manageengine.com/images/solutions-guide-icon-time.png") no-repeat 97% center;
}
.success-msg{
    background: #eef8fd;
    border: none;
    padding: 40px;
    text-align: center;
    color: #000;
    font-weight: normal;
    font-size: 1.5em;
    line-height: inherit;
    display: none;
    box-shadow: 4px 2px 5px #c8dfea;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    font-weight: 600;
    width: 100%;
	box-sizing: border-box;
}
.success-msg span{
    display: block;
    font-size: .8em;
    padding: 10px 0 0 0;
}
.global-success-msg{display: none!important;}
.footer-copyright{
    text-align: center;
    font-weight: 300;
    font-size: .8em;
    color: #fff;
    background: #333;
    padding: 10px 0;
    margin: 0;
    width:100%;
}
.popup-overlay .dropdown .dropdd ul, .popup-overlay .dropdown1 .dropdd1 ul {
    border: none;
    color: #000;
    display: none;
    left: 0;
    padding: 5px 15px 2px 0;
    position: absolute;
    top: 50px;
    width: 96%;
    list-style: none;
    height: 170px;
    overflow: auto;
    border: 1px solid #e9e9e9;
    background: #f9f9f9;
}
/* ------------ Multiselect style end ------------ */
.popup-overlay .dropdown, .popup-overlay .dropdown1 {
	position: relative;
	z-index: 1;
	font-size:12px;
	margin:0;
	    border: 1px solid #ece8e8;
}
.popup-overlay .dropdown {
	z-index: 2;
}
.popup-overlay .dropdown .dropdd, .popup-overlay .dropdown .dropdt, .popup-overlay .dropdown1 .dropdd, .popup-overlay .dropdown1 .dropdt {
	margin: 0;
	padding: 0;
}
.popup-overlay .dropdown ul, .popup-overlay .dropdown1 ul {
	margin: -1px 0 0;
	background: #FFF;
}
.popup-overlay .dropdown .dropdd, .popup-overlay .dropdown1 .dropdd1 {
	position: absolute;
	width:100%;
	z-index:9999;
}
.popup-overlay .dropdown a, .popup-overlay .dropdown a:visited, .popup-overlay .dropdown1 a, .popup-overlay .dropdown1 a:visited {
	color: #000;
	text-decoration: none;
	outline: none;
	font-size: 1em;
}
.popup-overlay .dropdown .dropdt a, .popup-overlay .dropdown1 .dropdt1 a {
	display: block;
	padding: 2.5% 0 2.5% 4%;
	min-height: 25px;
	line-height: 24px;
	overflow: hidden;
	border: 0;
	width: 95.5%;
	border: 1px solid #fff;
	background: #fff;
}
.popup-overlay .dropdown .dropdt a:hover, .popup-overlay .dropdown1 .dropdt1 a:hover {
	border: 1px solid transparent;
}
.popup-overlay .dropdown .dropdt a, .popup-overlay .dropdown1 .dropdt1 a{
    background:#FFF url("https://www.manageengine.com/events/2017/userconf/images/nyc-form-dropdown-arrow.png") no-repeat 95% center;
}
.popup-overlay .dropdown .dropdt a p, .popup-overlay .dropdown1 .dropdt1 a p {
	margin: 0
}
.popup-overlay .dropdown .dropdt a span, .multiSel span, .popup-overlay .dropdown1 .dropdt1 a span, .multiSel1 span {
	cursor: pointer;
	display: inline-block
}
.multiSel span, .multiSel1 span {
	border: 1px solid #333;
	padding: 1px 5px;
	border-radius: 5px;
	margin: 2px 5px 2px 0;
	font-size:.9em;
	line-height:20px;
}
.multiSel span strong, .multiSel1 span strong {
	margin: 0 0 0 10px;
	color: #898383;
	font-weight: 700
}
.popup-overlay .dropdown .dropdd input, .popup-overlay .dropdown1 .dropdd1 input {
	width: 96%;
	padding: 10px;
	font-size: 14px;
	margin: 15px 10px 5px;
	border: 1px solid #CCC;
	background: url(http://tools.manageengine.com/images/common/search-icon.png) no-repeat 98% center
}
#scroll .popup-overlay .dropdown .dropdd ul, #scroll .popup-overlay .dropdown1 .dropdd1 ul {
	border: 0;
	color: #000;
	display: none;
	left: 0;
	padding: 5px 15px 2px 0;
	position: absolute;
	top: 50px;
	width: 97.3%;
	list-style: none;
	height: 275px;
	overflow: auto;
	border: 1px solid #eee;
	background: #FFF;
}
.popup-overlay .dropdown .dropdd ul{ height:170px;}
div.popup-overlay .dropdownsearch, div.popup-overlay .dropdownsearch1 {
	width: 99.6%;
	background: #f9f9f9;
	display: none;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #fff;
	z-index: 9999;
	position: relative
}
.popup-overlay .dropdown .dropdd ul li:hover, .popup-overlay .dropdown1 .dropdd1 ul li:hover {
	background: #EBEBEB;
}
.popup-overlay .dropdown .dropdd ul li, .popup-overlay .dropdown1 .dropdd1 ul li {
	padding: 5px 10px;
	width: 97%;
}
.popup-overlay .dropdown .dropdd ul li.checked, .popup-overlay .dropdown1 .dropdd1 ul li.checked {
	background: #dedede
}
.popup-overlay .dropdown span.value, .popup-overlay .dropdown1 span.value {
	display: none
}
.popup-overlay .dropdown .dropdd ul li a, .popup-overlay .dropdown1 .dropdd1 ul li a {
	padding: 5px;
	display: block
}
.popup-overlay .dropdown .dropdd ul li a:hover, .popup-overlay .dropdown1 .dropdd1 ul li a:hover {
	background-color: #fff
}
.popup-overlay .dropdown .dropdt a span.hida, .popup-overlay .dropdown1 .dropdt1 a span.hida1{
    font-size:1em; color:#838383;
}
.pop-box,.pop-container,.breadcrumb, .breadcrumb + div,.sol-bot{display: none;height: 0 !important;width:0;}
#btmscroll{display: none;}
section{padding: 0;}
footer.page-footer{display: block;height: auto !important;width: 100%;}
.container.foot-copy{
    text-align: center;
    font-weight: 300;
    font-size: .8em;
    color: #333;
    padding: 10px 0;
    margin: 0;
    width: 100%;
}
footer
{
	    border-color: transparent;    margin-top: 20px;

}
/* header {
    height: auto;
    padding: 10px 60px;
} */
p.get-copy {
    margin-top: 40px;
}
span#get-copy {
    background: #EF414D;
    padding: 14px 30px;
    display: inline-block;
    border-radius: 2px;
	cursor: pointer;
}
span#get-copy:hover
{
	 color: #EF414D;
	background: #fff;
}
.container.foot-copy a{color:#000;}
.boxed-img {display: none;}
.popup-overlay {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000a3;
	display: none;
}
.form-check {
    margin-top: 18px;
}
label.form-check-label {
    cursor: pointer;
}
small.form-text.text-muted {
    font-size: 14px!important;
}
span.pop-close {
    width: 24px;
    height: 24px;
    position: fixed;
    top: 10px;
    font-size: 12px;
    right: 10px;
    z-index: 99;
    background: #E91E63;
    text-align: center;
    line-height: 25px;
    color: #fff;
    border-radius: 50%;
	cursor: pointer;
}
span.pop-close:hover
{
	    background: #333;
}
select#country_state ,select#ukcountry_region {
    margin-top: 12px;
}
#meGDPRMessage {
    font-size: 15px;
    color: #080808;
    width: 100%;
    line-height: 1.4;
}
.active-sec .form-control,.form-control.active-sec
{
	border-color: #3974CF
}
.form-rows
{
	margin-left: -15px;
	margin-right: -15px;
	    margin-top: 20px;
    margin-bottom: 20px;
}
.cols-6, .cols-3, .cols-2
{
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.cols-6
{
	width: 40%
}
.cols-3
{
	width: 30%
}
.cols-2
{
	width: 10%
}
#WrongCaptchaError {
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 12px;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 0;
    line-height: normal;
    color: red;
    display: none;
	    position: static;
    margin-top: 10px;
}
.CaptchaWrap {
    position: relative;
    vertical-align: middle;
}
#CaptchaImageCode {
    text-align: center;
    padding: 0 0;
    width: 100%;
    overflow: hidden;
	    display: block;
    box-sizing: border-box;
}
.capcode {
    font-size: 46px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    font-family: "Zoho_Puvi_ThinItalic";
    font-style: italic;
}
.popup-overlay input.ReloadBtn {
    background: url(https://www.manageengine.com/images/captcha-reload.svg) left top no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    position: relative;
    left: 7px;
    top: 8px;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
.popup-overlay .captcha-input.form-field {
    width: 100%;
}
.popup-overlay .CaptchaWrap {
    width: 160px;
    margin: 0;
}
.popup-overlay .reload
{
	width: 100%;
}
.popup-overlay .CaptchaTxtField
{
	box-sizing: unset;
}
.popup-overlay input#UserCaptchaCode {
    height: 22px;
}
/*---------- Responsive styles------------*/
@media (min-width: 1550px) {
}
@media (min-width: 1800px) {
    .container .container{width:1800px;}
	.popup-overlay .dropdown .dropdt a, .popup-overlay .dropdown1 .dropdt1 a{padding:2.5% 0 2.5% 3%;}
}
@media (max-width: 1400px) {
    .container .container{width:1200px;}
   
    .solutions-guide-book
	{
		    min-height: 515px;
	}
    .form-text br{display: none;}
	/* header
	{
		    padding: 0px 60px;
	} */
}
@media (max-width: 1100px) {
    .container .container{width:1000px;}

}
@media (max-width: 1000px) {
    .container{padding: 0;}
    .container .container{width:100%;padding: 0;}
	.boxed
	{
		width: 100%;
		position: static;
		transform: none;
	}
	.boxed-img {display: block;    width: 180px;
    margin: 0 auto 15px auto;}
	.solutions-guide-book
	{
		    padding: 80px 80px; 
		text-align: center;
		background: transparent;
	}
}
@media (max-width: 650px) {
	.solutions-guide-book {
    padding: 20px 10px;
}
   .solutions-guide-book h2 br
	{
		display: none;
	}
	.solutions-guide-book h2 {
    font-size: 1.5em;
}
	h3.sub-title {
    font-size: 1.1em;
}
	.card-title br {
    display: none;
}
	div#fixedbtn {
    bottom: 0;
    width: 100%;
}
	#fixedbtn span {
    width: 50%!important;
    box-sizing: border-box;
    height: auto!important;
    padding: 10px!important;
}
	footer#meCommonFooterNew {
    margin-bottom: 35px;
}
	.cols-6
	{
		width: 100%;
		margin-bottom: 20px;
	}
	.cols-3 {
    width: 50%;
}
}
@media (max-width: 350px) {
     .card-title{font-size: 1em;}
    form label{font-size: .7em;}
}



