.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
html, body
{
	box-sizing: border-box;
}
 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.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("../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{
    width:1400px;
    padding: 0;
    max-width:none;
    margin:0 auto;
}
h1 img{
    width:250px;
}
h1 {
	    width: 100%;
    height: 151px;
    background: url(../images/digital-readiness-title2.svg) 0px 0px no-repeat;
	font-size: 0;
}
h3{font-size: 1.2em;font-weight: bold;}
/*---------- left section styles------------*/
.main-container
{
	    background: transparent linear-gradient(121deg, #574ea4 0%, #2d4193 100%) 0% 0% no-repeat padding-box;
	background-size: cover;
	box-sizing: border-box;
}
.main-container *
{
	box-sizing: border-box;
}
#backToTop {
	display: none !important;
}
.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/the-digital-readiness-survey-2021/images/digital-banner.svg) no-repeat;
	    background-size: 32%;
    background-position: 86% center;
	position: relative;
	    min-height: 650px;
}
.boxed {
    width: 60%;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
	    padding-top: 30px;
}
.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: 1.6em;
    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: 50%;
    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 css  */
.form-control {
  display: block;
  width: 100%;
  height: 55px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cacaca;
  border-radius: 4px;
  box-shadow: none;
  position: relative;
  margin-bottom: 16px;
  transition: border ease 1.5s;
  -webkit-transition: border ease 1.5s;
  -moz-transition: border ease 1.5s;
}
.form-sec-inner .form-control {
    height: 48px;
    border: 1px solid #c9c6c6;
    transition: border ease .9s;
    -webkit-transition: border ease .9s;
    -moz-transition: border ease .9s;
}
.form-control.btn-submits {
    border: none;
}
.dropdown-control {
  background: url(https://www.manageengine.com/images/submenu-sel-arrow.png)
    no-repeat;
  background-position: 95% center;
}

.form-control.dropdown-control.uscountry {
  background: #fff;
}

.form-control.active-row {
  border: 1px solid #fff;
}

.form-control.btn-submits {
  border: none;
  margin-bottom: 0px;
  padding-left: 0;
}

.form-control.form-comments {
  height: 85px;
}

.form-control:after,
.form-control:before {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 5px;
  pointer-events: none;
}

.form-control:before {
  top: 0px;
  left: 0px;
}

.form-control:after {
  bottom: 0;
  right: 0;
}

.form-control .error {
  position: absolute;
  bottom: -8px;
  left: 30px;
  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: 5px;
  line-height: 0.5;
  color: red;
  display: none;
}

.form-control .error.phone_codeerror {
  line-height: 1.2;
  bottom: -18px;
  left: 14px;
  margin-right: 8px;
}

.form-control * {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form-control .label {
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  left: 30px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.4s;
  font-size: 16px;
  z-index: 8;
  opacity: 0.7;
}

.form-comments.form-control .label {
  top: 35%;
}

.form-control input,
.form-control select,
.form-control textarea {
  width: 100%;
  outline: none;
  border: none;
  background: none !important;
  height: 100%;
  padding-left: 20px;
  font-size: 1.2em;
  position: relative;
  z-index: 9;
  opacity: 0.6;
  resize: none;
  font-family: "ZohoPuvi";
}
.form-control textarea {
    padding: 10px 15px;
}
.form-control select {
  opacity: 0;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat !important;
  background-position: 98% !important;
}

.form-control.active-row select {
  opacity: 1;
  color: #7c7979;
}

.btn-submits button {
  border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #ff4a36;
    background: #ff4a36;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 12px 40px;
    margin: 0 0 20px 0;
}

.btn-submits button:hover {
      background: #1c1c1c;
    border-color: #1c1c1c;
}

.form-control.btn-submit,
.form-control.btn-submit-new {
  background: transparent;
  border: none;
  height: auto;
  text-align: center;
}

.btn-submit-new button {
 font-size: 18px;
    font-weight: 400;
    border: 2px solid #e04d3b;
    border-radius: 5px;
    background: #e04d3b;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 12px 50px;
    margin: 20px 0;
}

.btn-submit-new button:hover {
  background: #222222;
  border-color: #222222;
}

.active-row.form-control::before {
  border-top-color: #15368b;
  border-right-color: #15368b;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  width: 100%;
  height: 100%;
}

.active-row.form-control::after {
  border-bottom-color: #15368b;
  border-left-color: #15368b;
  transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s,
    height 0.15s ease-out 0.45s;
  width: 100%;
  height: 100%;
}

.form-control.active-row .label {
  top: 0;
  background: #fff;
  padding: 0 6px;
  left: 15px;
  font-size: 1em;
  opacity: 1;
}

.uscountry.form-control {
  height: auto;
  background: transparent;
  padding: 0;
  border-color: transparent;
}

.uscountry.form-control:before,
.uscountry.form-control:after {
  display: none;
}

.uscountry select#country,
.uscountry select#zc-country {
  height: 60px;
  border: 2px solid #15368b;
  border-radius: 4px;
  opacity: 1;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat #fff !important;
  background-position: 95% !important;
}

.uscountry.form-control.active-row .label {
  z-index: 99;
}

.uscountry select#country_state {
  height: 60px;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat #fff !important;
  background-position: 95% !important;
  margin-top: 15px;
  border-radius: 4px;
  opacity: 1;
  border: 2px solid #15368b;
}

.uscountry .state-label {
  top: unset !important;
  bottom: 38px;
}
b.sup {
    font-size: 0.8em;
    position: relative;
    bottom: 5px;
    left: 2px;
}
p.callback-text {
        margin: 0 0 12px 0;
    color: #3b3b3b;
    font-size: 0.9em;
    position: relative;
    bottom: 7px;
}
.success-msg {
    position: fixed;
	z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #834100;
    color: #fff;
    font-weight: 400;
    font-size: 1.2em;
	display: none;
	    line-height: 1.5;
}
.success-msg span
{
	display: block
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 48%);
  z-index: 999999;
  top: 0;
  left: 0;
  display: none;
}

.popup,
.popup * {
  box-sizing: border-box;
}

.popup {
 position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 500px;
    max-width: 95%;
    max-height: 95vh;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 26%);
    border-radius: 3px;
    z-index: 99;
    display: none;
}

.popup-content {
  overflow: scroll;
  height: 100%;
  max-height: 90vh;
}

.popup-content form {
  width: 90%;
  margin: 0 auto;
}

span.close {
      position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    color: #5b82c7;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 14px;
    padding: 2px 10px;
}

span.close:hover {
     color: #fff;
}

h2.popup-title {
    text-align: center;
    margin: 0;
    line-height: 1.6;
    background: url("https://www.manageengine.com/images/dotted-bg.svg") no-repeat, url("https://www.manageengine.com/images/dotted-bg.svg") no-repeat #324295;
	background-size: 7%, 5%;
    background-position: 14px 54px, 94% 20px;
    color: #fff;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 16px;
    padding: 20px 25px;
    margin-bottom: 30px;
}


.form-control.btn-submits {
  background: transparent;
  text-align: center;
}

.form-control {
  height: 55px;
  margin-bottom: 20px;
}

.dropdown1,
.dropdt1 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.dropdown1::-webkit-scrollbar,
.dropdt1::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  display: none;
}

p.privacy-policy {
      font-size: 15px;
	line-height: 1.4;
    color: #000000;
    margin-top: 20px;
}

p.privacy-policy a {
  color: #000000;
  text-decoration: underline!important;
}
#meGDPRMessage {
      color: #000000;
    font-size: 14px;
    width: 100%;
    line-height: 1.6;
}
#meGDPRMessage label {
    cursor: pointer;
}
#meGDPRMessage .checkmarkgdpr {
    height: 12px!important;
    width: 12px!important;
    top: 1px;
}
.success-down-msg, .success-inq-msg {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
	display:none;
}
.msgcon{
	position: fixed;
    transform: translate(-50%, -50%);
    top: 47%;
    left: 50%;
    width: 25%;
    background:#E0A3CA;
    padding: 60px;
    text-align: center;
    color:#000;
    border-radius: 10px;
    line-height: 1.5;
}
.msg-close{
	position: absolute;
    z-index: 999;
    top: -13px;
    right: -7px;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    background:#FE4C53;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.msg-close:hover{
	background: #fff;
    color: #000;
}
.msgcon h6{
	font-weight: 500;
    font-size: 1.4em;
	margin: 15px 0 0;
}
.msg-line{
	display: block;
    width: 30%;
    height: 3px;
    background: #004b88;
    margin: 15px auto;
    text-align: center;
}
.msg-span{
	font-weight: 300;
	display:block;
}
.privacy-policy, .privacy-policy a {
	color: #fff;
}
.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: 9999;
    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%;
}
.dropdown .dropdd ul, .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 ------------ */
.dropdown, .dropdown1 {
	position: relative;
	z-index: 1;
	font-size:12px;
	margin:0;
	    border: 1px solid #ece8e8;
}
.dropdown {
	z-index: 2;
}
.dropdown .dropdd, .dropdown .dropdt, .dropdown1 .dropdd, .dropdown1 .dropdt {
	margin: 0;
	padding: 0;
}
.dropdown ul, .dropdown1 ul {
	margin: -1px 0 0;
	background: #FFF;
}
.dropdown .dropdd, .dropdown1 .dropdd1 {
	position: absolute;
	width:100%;
	z-index:9999;
}
.dropdown a, .dropdown a:visited, .dropdown1 a, .dropdown1 a:visited {
	color: #000;
	text-decoration: none;
	outline: none;
	font-size: 1em;
}
.dropdown .dropdt a, .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;
}
.dropdown .dropdt a:hover, .dropdown1 .dropdt1 a:hover {
	border: 1px solid transparent;
}
.dropdown .dropdt a, .dropdown1 .dropdt1 a{
    background:#FFF url("https://www.manageengine.com/events/2017/userconf/images/nyc-form-dropdown-arrow.png") no-repeat 95% center;
}
.dropdown .dropdt a p, .dropdown1 .dropdt1 a p {
	margin: 0
}
.dropdown .dropdt a span, .multiSel span, .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
}
.dropdown .dropdd input, .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 .dropdown .dropdd ul, #scroll .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;
}
.dropdown .dropdd ul{ height:170px;}
div.dropdownsearch, div.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
}
.dropdown .dropdd ul li:hover, .dropdown1 .dropdd1 ul li:hover {
	background: #EBEBEB;
}
.dropdown .dropdd ul li, .dropdown1 .dropdd1 ul li {
	padding: 5px 10px;
	width: 97%;
}
.dropdown .dropdd ul li.checked, .dropdown1 .dropdd1 ul li.checked {
	background: #dedede
}
.dropdown span.value, .dropdown1 span.value {
	display: none
}
.dropdown .dropdd ul li a, .dropdown1 .dropdd1 ul li a {
	padding: 5px;
	display: block
}
.dropdown .dropdd ul li a:hover, .dropdown1 .dropdd1 ul li a:hover {
	background-color: #fff
}
.dropdown .dropdt a span.hida, .dropdown1 .dropdt1 a span.hida1{
    font-size:1em; color:#838383;
}
#commonHeader,.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: #1977fc;
    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;text-decoration: none;}
.boxed-img {display: none;}
.popup-overlay {
    position: fixed;
    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 {
    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: auto;
    border: none;
    box-sizing: border-box;
    margin: 0;
}
.cookiestrip {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #212c44;
    text-align: center;
    padding: 18px;
    color: #c6c6c6;
}

.cookieTxt a {
    text-decoration: underline;
    color: #fff
}

span.cookieClose {
    display: inline-block;
    background: #df4a3a;
    color: #fff;
    margin-left: 15px;
    padding: 0 10px;
    border-radius: 5px;
    cursor: pointer
}
/*---------- Responsive styles------------*/
@media (min-width: 1800px) {
    .container{width:1800px;}
	.dropdown .dropdt a, .dropdown1 .dropdt1 a{padding:2.5% 0 2.5% 3%;}
}
@media (max-width: 1400px) {
    .container{width:1200px;}
    .form-text br{display: none;}
	header
	{
		    padding: 0px 60px;
	}
}
@media (max-width: 1100px) {
    .container{width:1000px;}
	h1 img {
		width: 100%;
	}
	.solutions-form-sec {
		top: 40%;
	}
	.section-title br {
		display: none;
	}
	.solutions-guide-book h2 {
		width: 80%;
	}
}
@media (max-width: 1000px) {
    .container{padding: 0;}
    .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-position: center 90%;
    padding-bottom: 300px;
		    background-size: 37%;
	}
	h1 {
		    width: auto;
    height: auto;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 2.4em;
    background: transparent;
		padding: 0 20px;
	}
	.solutions-guide-book h2 {
		width: 100%;
	}
}
@media (max-width: 650px) {
	header h1 {
		text-align: center;
	}
	.solutions-guide-book {
    padding: 20px 10px;
    padding-bottom: 300px;
	    background-size: 57%;
}
	.solutions-guide-book h2 {
    font-size: 1.5em;
	padding: 0px 20px;
    line-height: 1.5;
	font-weight: 600;
		padding-top: 30px;
}
	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%;
}
	.btn-submits button {
		width: 100%;
	}
}	
@media (max-width: 480px) {
     .solutions-guide-book {
	    background-size: 80%;
}
}
@media (max-width: 360px) {
     .card-title{font-size: 1em;}
    form label{font-size: .7em;}
     .solutions-guide-book {
		     padding-bottom: 250px;
}
	.guide-download-steps .step-icon {
		display: none;
	}
}




