#commonHeader {
    min-height: 91px;
}
ul#lhsTree{
    padding: 10px 0 0 0 !important;
}
#lhsTree>li>span.ifTree {
    padding: 12px 0 12px 24px;
}
#freedload a {
    padding: 12px 0 12px 1px !important;
}
#lhsTree ul {
    list-style: none;
}
.rhs-cont ul li {
    padding-bottom: 10px;
}
#scroll .rhs-cont li ul {list-style-type: circle;}
#btmBar ul li {
    width: 25%;    margin: 0 3%;
}
.heading-menu .menuhead {
    display: inline-block;
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 24px;
    line-height: 40px;
}
.rhs-cont li {padding-bottom: 10px;}
.notebox {margin: 15px 0 10px 0;}

.prd-logo {
  background: url(../images/adrecovery-sprite.png) no-repeat 0 0;
}
.prd-logo {
  background-position: 0 0;
  display: block;
  height: 32px;
  width: 270px;
  margin-top: 4px;
  text-indent: -100%;
  position: relative;
  overflow: hidden;
}

.hmFeabox {
  width: 27.3%;
  margin: 1%;
  padding: 2%;
  background: #f1f1f1;
  float: left;
}
.hmFeabox h2 {
  font-size: 18px;
  margin: 0;
}
.hmFeabox ul {
  line-height: 30px !important;
}

/*.nav-dwn-icon,.prd-nav .dwn-btm-icon{background-position:-222px -54px;height:25px;width:28px} */

.hmFeaboxBtm {
  width: 27.3%;
  margin: 1%;
  padding: 2%;
  background: #fff;
  float: left;
}
.hmFeaboxBtm h3 {
  font-size: 16px;
  margin: 0;
  line-height: 20px;
}
.hmFeaboxBtm ul {
  line-height: 30px !important;
}
.hmFeaboxBtm p {
  font-size: 12px;
  margin: 10px 0;
  line-height: 18px;
}
.hmFeaboxBtm .lnmore {
}

.prd-nav .btm-dwn a {
  font-size: 18px;
}

.def-enable {
  color: #fff !important;
}
.def-enable span {
  opacity: 1 !important;
}
.prodDownbtn {
  display: inline-block;
  padding: 57px 0px 10px;
}
.prodDownbtn a {
  background: #e9142b;
  display: inline-block;
  border-radius: 5px;
}
.prodDownbtnWin {
  background: url(https://www.manageengine.com/images/win-lin.png) no-repeat -6px -5px;
  display: inline-block;
  height: 29px;
  width: 28px;
  margin: 15px;
}
.prodDownbtnBg {
  color: #ffffff;
  display: inline-block;
  font-size: 28px;
  height: 40px;
  padding: 10px;
}
.prodDownbtnsml {
  font-size: 12px;
}
.prodDownbtnArw {
  background: url(https://www.manageengine.com/images/dwn-arrow.gif) no-repeat 0
    0;
  display: inline-block;
  height: 60px;
  width: 43px;
  margin-right: 5px;
}
.buildnumber {
  color: #aaa;
  float: right;
  font-size: 12px;
  margin-top: 3px;
}
.otr-dwn-cont {
  font-size: 16px;
  padding: 10px 5%;
}
.otr-dwn-cont ul {
  margin: 0;
  padding: 0 !important;
}
.otr-dwn-cont ul li {
  clear: both;
  list-style: none;
  padding: 10px 0;
}
.tbl {
  width: 100%;
}
.tbl .tblhead {
  background: #eee;
}
.tbl td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.nav-qte a {
  background: #c4c8cc;
  color: #333;
}
.nav-qte a:hover {
  background: #bdc1c5;
}
.nav-qte-icon {
  background-position: -209px -54px;
}
.tabRight {
  border: 1px solid #e5e5e5;
}
.upgradeTbl tr.headTbl {
  background: #efefef;
}
.upgradeTbl td {
  border: 1px solid #ddd;
  border-collapse: collapse;
  padding: 5px 10px;
}
.tblNobor td {
  border: none;
}
.lbannercon {
  margin: 20px 20px 20px 0;
  overflow: hidden;
  width: 220px;
}
.lefBotLine {
  border-bottom: 1px solid #ececec;
}
.document-awards-row a.viewpdf {
  background: url(../images/doc-image-sprite.png) -287px -7px;
  border: 1px solid #4c596e;
  padding: 7px 5px 7px 33px;
}
.newIcoSty {
  background: url(https://www.manageengine.com/images/me-sprite.png) repeat
    scroll -750px 0px transparent;
  float: right;
  height: 20px;
  margin: -3px 62px 0 0;
  width: 30px;
}

/* Header Menu */
nav ul.productmenu {
  margin-bottom: 18px;
}
nav ul.productmenu > li {
  padding-bottom: 8px;
}
.mc {
  background: #055367;
  padding: 20px 30px;
  position: absolute;
  border-radius: 3px;
  float: left;
  width: 200px;
  display: none;
  box-shadow: 0 7px 23px -8px rgba(0, 0, 0, 0.8);
  margin-top: 8px;
}
.mc li {
  text-align: left;
  list-style-type: none;
}
.mc li a {
  padding: 10px 0;
  display: block;
  text-align: left;
}
.mc li a h4 {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  margin: 0px;
}
.mc li a h4:after {
  content: "";
  display: block;
  background: #ed5667;
  width: 0;
  height: 2px;
  position: relative;
  top: 8px;
  transition: all ease-in-out 0.5s;
}
.mc li a:hover h4:after {
  width: 100%;
}
.mc:before {
  content: "";
  position: absolute;
  left: 22px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #005469;
  clear: both;
  z-index: 99;
}
.down {
  background: url(../images/header-menu-down-arrow.png) no-repeat 0 0;
  background-size: 11px 7px;
  width: 11px;
  height: 7px;
  position: relative;
  display: inline-block;
  top: 10px;
}

/* Pricing Page */
.tab-cont {
  padding: 10px;
}
table.editionTable {
  border-collapse: collapse;
  margin: 20px auto;
  text-align: left;
  width: 80%;
}
table.editionTable thead tr th {
  background-color: #ecedee;
  border: 1px solid #e5e5e5;
  font-size: 18px;
  line-height: 20px;
  padding: 0.6em;
  text-align: center;
}
table.editionTable tbody tr td:first-child {
  background-color: #f8f8f8;
  text-align: left;
}
table.editionTable td:first-child {
  width: 40%;
}
table.editionTable td {
  border: 1px solid #e5e5e5;
  font-size: 12px;
  padding: 0.6em;
  vertical-align: middle;
}
.cmpEdiLnk {
  padding: 0 0 42px 0;
}
.cmpEdiLnk a {
  color: #91b364;
  font-size: 18px !important;
  padding: 13px 15px !important;
}

/* Object Feature Page Banner */
.feaobjBnr {
  margin-bottom: 55px;
  display: inline-block;
}
.feaobjBnr .heaH1 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 32px;
}
.feaobjBnr .heaH1 span {
  font-size: 14px;
  display: block;
  color: #4c4c4c;
  font-weight: 400;
}
.feaobjBnr .circle li {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 1px 5px 14px -4px rgba(0, 0, 0, 0.5);
    background-position: -8px -1175px;
    background-size: 170px;
    float: left;
    list-style-type: none;
    margin: 4px 24px;
    border: 4px solid #fafafa;
    position: relative;
    padding-left: 0;
    transition: all .5s ease;
    padding-bottom: 0;
}
.feaobjBnr .circle li:nth-child(1) {
  margin-left: 0;
}
.feaobjBnr .circle li span {
  background-size: 128px 74px;
  background-image: url(../images/rmp-features-sprite.png);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  margin: auto auto;
}
.feaobjBnr .circle li .cont {
  text-align: center;
  margin: 74px 0 0;
  font-size: 12px;
  color: #5095d6;
  font-weight: 600;
  transition: all 0.5s ease;
}
.feaobjBnr .circle li .icon1 {
  background-position: -7px -6px;
  width: 19px;
  height: 23px;
}
.feaobjBnr .circle li .icon2 {
  background-position: -39px -7px;
  width: 35px;
  height: 20px;
}
.feaobjBnr .circle li .icon3 {
  background-position: -93px -6px;
  width: 27px;
  height: 24px;
}
.feaobjBnr .circle li .icon4 {
  background-position: -6px -46px;
  width: 25px;
  height: 22px;
}
.feaobjBnr .circle li .icon5 {
  background-position: -48px -40px;
  width: 30px;
  height: 30px;
}
.feaobjBnr .circle li .icon6 {
  background-position: -92px -41px;
  width: 25px;
  height: 26px;
}
.feaobjBnr .circle li a {
  position: absolute;
  width: 70px;
  height: 100px;
  top: 0;
  left: -5px;
  text-decoration: none;
}
.feaobjBnr .circle li:hover {
  box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}
.feaobjBnr .circle li:hover .cont {
  letter-spacing: 0.2px;
  transition: all 0.5s ease;
  color: #000;
}

/* Footer Download */
.ctaContainer {
  text-align: center;
  margin: 20px 0 40px;
  padding: 10px 10px 30px;
  background: #dbf3ff;
}
.ctaContainer h2 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  font-weight: 600;
}
.ctaContainer span {
  font-size: 11px;
  margin-top: 7px;
  font-style: italic;
}
.ctaContainer .wam-form {
  margin: 0 auto;
  display: table;
  width: 472px;
}
.ctaContainer .wam-form ul {
  margin: 0;
  padding: 0 !important;
}
.ctaContainer .wam-form ul li {
  list-style-type: none;
  float: left;
  background: #fff;
}
.ctaContainer .wam-form ul li:nth-child(1) {
  width: 170px;
  border: 1px solid #dedede;
  position: relative;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
.ctaContainer .wam-form ul li:nth-child(1):before {
}
.ctaContainer .errMsg,
.errMsg2,
.errMsg3,
.errMsg4 {
  display: none;
  font-size: 12px;
  position: absolute;
  margin-top: -20px;
  margin-left: 0;
  line-height: 18px;
  color: red;
}
.ctaContainer .wam-form ul li:nth-child(1) span {
  position: absolute;
  background-size: 389px;
  width: 23px;
  height: 15px;
  padding-right: 20px;
  margin: 15px 0 0 10px;
  z-index: 99;
  background-position: 0 -272px;
}
.ctaContainer .wam-form ul li:nth-child(1) span::after {
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  background: #dedede;
  top: -6px;
  left: 30px;
}
.ctaContainer .wam-form ul li input {
  width: 100%;
  height: 42px;
  border: 0;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  color: #2b2b2b;
  background: none;
}
.ctaContainer .wam-form ul li:nth-child(1) input {
  font-size: 16px;
  position: relative;
  border-radius: 15px;
}
.ctaContainer .wam-form ul li:nth-child(1) input::placeholder {
  color: #889196;
}
.ctaContainer .wam-form ul li:nth-child(2) {
  width: 76px;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  position: relative;
}
.ctaContainer .wam-form ul li:nth-child(2):before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #adadad;
  margin: 22px 0 0 29px;
  z-index: 0;
  right: 11px;
}
.ctaContainer .selectedCountry {
  width: 60px;
  height: 36px;
  position: absolute;
  color: #6e6e6e;
  font-size: 16px;
  margin: 10px 0 0 7px;
}
.ctaContainer .wam-form ul li select {
  width: 100%;
  height: 42px;
  border: 0;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 15px;
  outline: none;
  background: #fff;
  margin: 0;
  background: none;
  z-index: 9;
  position: relative;
  color: #6e6e6e;
  font-size: 12px;
  opacity: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.ctaContainer .wam-form ul li:nth-child(3) {
  border: 0;
  padding-left: 0px;
}
.ctaContainer .wam-form ul li input[type="submit"] {
  background: #d22222;
  color: #fff;
  padding: 0 30px;
  cursor: pointer;
  font-weight: 600;
  text-transform: capitalize;
  height: 44px;
  border: 0;
  outline: none;
  border-radius: 0 4px 4px 0;
  transition: all 0.5s ease;
}
.ctaContainer .wam-form ul li input[type="submit"]:hover {
  background: #c11818;
  transition: all 0.5s ease;
}
.ctaContainer .wam-form ul li:nth-child(4) {
  background: none;
  width: 100%;
  border: 0;
}
.ctaContainer .succView {
  display: none;
}
.ctaContainer .succView h2 {
  margin-bottom: 0px;
  font-size: 30px;
  color: #0d9a18;
}
.ctaContainer .succView p {
  font-size: 16px;
}
.ctaContainer .succView p a {
  font-weight: 600;
  text-decoration: underline;
}
.ctaContainer .dwn-priv,
#meGDPRMessage {
  color: #333;
}
.ctaContainer select#country_state {
  color: #000;
  opacity: 1;
  width: 100px;
  background: #fff;
  position: absolute;
  margin: 53px 0px 0px -69px;
  font-size: 13px;
  box-shadow: 0px 2px 17px 4px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}
#fea-dwn-form-alert {
  background: #ffe400;
  position: absolute;
  color: red;
  font-size: 11px;
  padding: 5px 20px;
  line-height: 16px;
  max-width: 300px;
  top: -25px;
  left: 0px;
  width: 100%;
}

/* Document Page */
.document-awards-row a {
  background: url(../images/doc-image-sprite.png) -394px -8px;
  padding: 5px 5px 5px 25px;
  text-decoration: none;
  color: #4c596e;
  border: solid 1px #4c596e;
  margin: 0;
}
.document-awards-row a.viewpdf {
  background: url(../images/doc-image-sprite.png) -287px -7px;
  padding: 7px 5px 7px 33px;
}
.document-awards-row a.viewonline {
  background: url(../images/doc-image-sprite.png) -499px -4px;
  padding: 7px 5px 7px 33px;
  margin: 0 15px;
}
.document-awards-row a.viewdownload {
  background: url(../images/doc-image-sprite.png) -627px -3px;
  padding: 7px 5px 7px 33px;
}
.document-awards-row a.normallink {
  background: none;
  padding: 0;
  text-decoration: none;
  color: #4c596e;
  border: none;
  color: #247dad;
}
.document-awards-row span {
  color: #247dad;
}
.document-awards-row a.doc-normal-link {
  background: none;
  padding: 0;
  border: none;
  color: #4177cf;
}
.caseRHS {
  width: 62%;
  float: left;
  padding: 0 3% 20px;
}
.caseLHS {
  width: 28%;
  float: left;
  background: #4c596e;
  color: #fff;
  padding: 0 2%;
  font-size: 12px;
  line-height: 20px;
}

/* footer */
.higFooter {
  margin-top: 40px;
  border-top: 1px dashed #ccc;
  }
  
  
  /* KB FORM START */


			.ffw-form-container {
				max-width: 1280px;
				width: 100%;
				padding: 135px 120px 160px;
				position: relative;
				margin: 70px auto 125px;
				display: table;
				box-sizing: border-box;
				background-color: #e9f1fe;
				border-radius: 25px
			}
			.ffw-form-container::before {
				content: "";
				position: absolute;
				background: url('https://www.manageengine.com/de/sharepoint-management-reporting/images/product-kb-footer-form-bg.png') 0 0/678px no-repeat;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				border-radius: 30px
			}
			.ffw-form-container .content-left {
				width: 50%;
				float: left;
				position: relative;
				color: #000
			}
			.ffw-form-container .content-left::before {
				content: "";
				position: absolute;
				background: url('https://www.manageengine.com/de/sharepoint-management-reporting/images/product-kb-footer-form-sprite.png') -3px -40px/230px no-repeat;
				width: 203px;
				height: 167px;
				right: 0;
				top: 0
			}
			.ffw-form-container .content-left h4 {
				font-size: 40px;
				font-weight: 600;
				line-height: 55px;
				margin-left: 0
			}
			.ffw-form-container .content-left p {
				font-size: 20px;
				line-height: 34px;
				font-weight: 300
			}
			.ffw-form-container .content-left p span,
			.ffw-form-container .ffw-form-thanks-msg .thanks-msg p span,
			.ffw-form-container.success .ffw-form-thanks-msg {
				display: block
			}
			.ffw-form-container .ffw-form-right {
				position: absolute;
				width: 454px;
				right: 120px;
				background: #fff;
				border-radius: 15px;
				border: 1px solid #a3c0e2;
				top: 0;
				margin-top: -50px;
				box-sizing: border-box;
				-webkit-box-shadow: 0px 0px 20px 0px #00000026;
				-moz-box-shadow: 0px 0px 20px 0px #00000026;
				box-shadow: 0px 0px 20px 0px #00000026;
			}
			.ffw-form-container .ffw-form-right .ffw-form {
				display: table-cell;
				vertical-align: middle;
				padding: 35px 40px 33px
			}
			.ffw-form-container .ffw-form-right .ffw-form h4 {
				font-size: 26px;
				font-weight: 600;
				margin: 0 0 34px;
				text-align: center
			}
			.ffw-form-container .ffw-form form ul li {
				margin-bottom: 10px;
				position: relative;
				padding: 0;
				float: none;
				width: 100%;
				display: inline-block;
				background: #fff
			}
			.ffw-form-container .ffw-form form ul li input {
				height: 52px;
				line-height: 27px;
				background-color: #fff;
				border: 1px solid #c6d1e3;
				padding: 5px 10px 5px 46px;
				display: block;
				width: 100%;
				font-size: 15px;
				color: #000;
				appearance: none;
				-webkit-appearance: none;
				-moz-appearance: none;
				border-radius: 5px;
				box-sizing: border-box;
				transition: .3s ease-in;
				position: relative;
				z-index: 1
			}
			.ffw-form-container .ffw-form form ul li select,
			.ffw-form-container .ffw-form form ul li textarea {
				height: 52px;
				background-color: #fff;
				border: 1px solid #c6d1e3;
				display: block;
				font-size: 15px;
				transition: .3s ease-in;
				position: relative;
				line-height: 27px;
				box-sizing: border-box;
				width: 100%;
				z-index: 1
			}
			.ffw-form-container .ffw-form form ul li input::-webkit-input-placeholder {
				color: #757575
			}
			.ffw-form-container .ffw-form form ul li input:-ms-input-placeholder {
				color: #757575
			}
			.ffw-form-container .ffw-form form ul li input::placeholder {
				color: #9d9c9c
			}
			.ffw-form-container .ffw-form form ul li select {
				padding: 5px 10px 5px 46px;
				appearance: none;
				-webkit-appearance: none;
				-moz-appearance: none;
				border-radius: 5px;
			}
			.ffw-form-container .ffw-form form ul li select:focus-visible {
				outline: 0
			}
			.ffw-form-container .ffw-form form ul li textarea {
				padding: 5px 10px;
				color: #000;
				appearance: none;
				-webkit-appearance: none;
				-moz-appearance: none;
				border-radius: 5px;
				min-height: 105px;
				resize: none;
				font-family: 'ZohoPuvi';
				outline: none;
			}
			.ffw-form-container .ffw-form form ul li input[type=submit],
			.ffw-form-container .ffw-form form ul li select[type=submit] {
				cursor: pointer;
				background-color: #db232c;
				font-size: 18px;
				color: #fff;
				font-weight: 400;
				border-width: 0;
				padding: 10px;
				transition: .7s;
				-webkit-transition: .7s;
				-moz-transition: .7s;
				height: auto;
				margin-bottom: 10px
			}
			.ffw-form-container .ffw-form form ul li input[type=submit]:hover,
			.ffw-form-container .ffw-form form ul li select[type=submit]:hover {
				background: #b90a13;
				box-shadow: 0 23px 13px -18px #141619a6
			}
			.ffw-form-container .ffw-form form ul li .ffw-errmsg {
				display: none;
				position: relative;
				color: red;
				padding: 5px 0 0;
				font-size: 11px;
				line-height: 10px
			}
			.ffw-form-container .ffw-form form ul li #meGDPRMessage {
				font-size: 11px;
				color: #666;
				line-height: 18px;
				font-weight: 300;
				opacity: 1;
				width: 100%;
				margin: 10px 0
			}
			.ffw-form-container .ffw-form form ul li #meGDPRMessage label {
				font-size: 11px;
				line-height: 18px;
				margin-top: 14px;
				opacity: 1;
				width: 100%;
				color: #666;
				font-weight: 300
			}
			.ffw-form-container .ffw-form form ul li #meGDPRMessage label>b,
			.ffw-form-container .ffw-form form ul li #meGDPRMessage>b,
			.ffw-form-container .ffw-form form ul li .ffw-privacy>b {
				font-weight: 300;
				font-size: 10px
			}
			.ffw-form-container .ffw-form form ul li #meGDPRMessage label>a,
			.ffw-form-container .ffw-form form ul li #meGDPRMessage>a,
			.ffw-form-container .ffw-form form ul li .ffw-privacy a {
				color: inherit;
				text-decoration: underline
			}
			.ffw-form-container .ffw-form form ul li .ffw-privacy {
				font-size: 11px;
				color: #666;
				line-height: 18px;
				margin-top: 14px;
				font-weight: 300;
				opacity: 1;
				width: 100%
			}
			.ffw-form-container .ffw-form form ul .demo-checkbox:before,
			.ffw-form-container .ffw-form form ul li.ffw-ic-description::before,
			.ffw-form-container .ffw-form form ul li:last-child::before,
			.ffw-form-container .ffw-hide,
			.ffw-form-container.ffw-form-success .ffw-form,
			.ffw-form-container.success .ffw-form,
			.ffw-form-success:after,
			.misc-field textarea {
				display: none !important
			}
			.ffw-form-container .ffw-form form ul li:last-child input {
				width: 49%;
				float: left;
				cursor: pointer;
				background-color: #d04335;
				font-size: 18px;
				color: #fff;
				font-weight: 600;
				border-width: 0;
				padding: 12px 10px;
				transition: .7s;
				-webkit-transition: .7s;
				-moz-transition: .7s;
				height: auto;
				margin-bottom: 10px
			}
			.ffw-form-container .ffw-form form ul li:last-child input:first-of-type {
				margin-right: 2%
			}
			.ffw-form-container .ffw-form form ul li:last-child input:nth-of-type(2) {
				background: #e9e8e8;
				color: #444
			}
			.ffw-form-container .ffw-form form ul li:last-child input:nth-of-type(2):hover {
				background: #d7d3d3;
			}
			.ffw-form-container .ffw-form form ul li .demo-check {
				display: inline-block !important;
				width: 14px !important;
				float: left;
				margin-right: 6px;
				height: 14px;
				margin-left: 0;
				padding-left: 0;
				appearance: auto;
				-webkit-appearance: auto;
				-moz-appearance: auto;
				margin-top: 5px
			}
			.ffw-form-container .ffw-form form ul li.ffw-ic-count select,
			.ffw-form-container .with-state .ffw-form form ul li.ffw-ic-count select {
				transition: none;
				-webkit-appearance: none;
				-moz-appearance: none;
				background-image: linear-gradient(45deg, transparent 50%, #5a5a5a 50%), linear-gradient(135deg, #5a5a5a 50%, transparent 50%), linear-gradient(to right, #fff0, #fff0);
				background-position: calc(100% - 23px) calc(1em + 9px), calc(100% - 18px) calc(1em + 9px), calc(100% - 2.5em) .5em;
				background-size: 6px 5px, 5px 5px, 1px 1.5em;
				background-repeat: no-repeat
			}

			.ffw-form-container .ffw-form form ul li.ffw-ic-count select.commonselect {
    			padding-left: 15px;
			}
			.ffw-form-container .ffw-form form ul li.ffw-ic-count::before {
				background-position: -138px -8px !important;
				width: 20px !important;
				top: 16px;
			}
			.ffw-form-container .ffw-form form ul li.ffw-ic::before {
				content: "";
				display: inline-block;
				vertical-align: middle;
				position: absolute;
				top: 15px;
				left: 14px;
				width: 18px;
				height: 20px;
				background: url(https://www.manageengine.com/de/sharepoint-management-reporting/images/product-kb-footer-form-sprite.png) -10px -8px/230px no-repeat;
				z-index: 2
			}
			.ffw-form-container .ffw-form form ul li.ffw-ic-name::before {
				background-position: -9px -6px;
				top: 13px
			}
			.ffw-form-container .ffw-form form ul li.ffw-ic-mail::before {
				background-position: -54px -5px
			}
			.ffw-form-container .ffw-form form ul li.ffw-ic-phone::before {
				background-position: -96px -7px;
				height: 25px;
				top: 13px;
			}
			.ffw-form-container .ffw-form form ul li.ffw-ic-description .placeholder {
				left: 14px
			}
			.ffw-form-container .ffw-form h3 {
				font-size: 18px;
				font-weight: 500;
				padding-bottom: 27px;
				text-align: center;
				position: relative;
				z-index: 3
			}
			.ffw-form-container .ffw-form strong {
				font-weight: 500
			}
			.ffw-form-container .ffw-form p {
				margin-top: 0;
				margin-bottom: 0;
				text-align: center;
				font-weight: 300;
				font-size: 16px;
				line-height: 27px;
				padding-top: 0
			}
			.ffw-form-container .ffw-form h2 {
				font-size: 22px;
				line-height: 30px;
				text-align: center;
				font-weight: 500;
				color: #000;
				margin: AUTO AUTO 0
			}
			.ffw-form-container .with-state .ffw-form form ul li.ffw-ic-count {
				border: 1px solid #c6d1e3;
				background: #fff;
				border-radius: 5px;
				position: relative;
				box-sizing: border-box
			}
			.ffw-form-container .with-state .ffw-form form ul li.ffw-ic-count select {
				width: 50%;
				display: inline-block;
				border: none
			}
			.ffw-form-container .with-state .ffw-form form ul li.ffw-ic-count:after {
				content: '';
				width: 1px;
				height: 60%;
				background: #c6d1e3;
				position: absolute;
				left: 51%;
				right: auto;
				top: 20%;
				z-index: 1
			}
			.ffw-form-container .with-state .ffw-form form ul li select#country_state {
				padding-left: 20px
			}
			.ffw-form-container .ffw-field input:focus,
			.ffw-form-container .ffw-field textarea:focus {
				outline: 0;
				border-color: #91acf6
			}
			.ffw-form-container .ffw-field .placeholder {
				position: absolute;
				top: 13px;
				left: 47px;
				transition: .2s linear;
				z-index: 2
			}
			.ffw-form-container .ffw-field .placeholder .star {
				color: red
			}
			.ffw-form-container .ffw-field label {
				font-weight: 300;
				color: #9d9c9c;
				font-size: 15px
			}
			.ffw-form-container .ffw-field .star {
				color: #646464;
				font-size: 12px;
				position: relative
			}
			.ffw-form-container .ffw-field .placeholder.focused {
				top: -10px;
				padding: 0 5px;
				left: 7px;
				background: #fff;
				line-height: initial;
				z-index: 2
			}
			.ffw-form-container .ffw-field .placeholder.focused:before {
				content: "";
				width: 100%;
				height: 50%;
				background: #fff;
				position: absolute;
				left: 0;
				bottom: -2px
			}
			.ffw-form-container .ffw-field .focused label {
				font-size: 10px;
				line-height: 10px;
				z-index: 1;
				position: relative;
				color: #3164ee
			}
			.ffw-form-container .ffw-form-fields {
				padding-left: 0;
				margin: 0;
				border: none
			}
			.ffw-form-container label {
				cursor: pointer
			}
			.ffw-form-container .demo-checkbox label {
				font-size: 14px;
				padding-left: 5px;
				margin-top: 1px;
				display: inline-block
			}
			.ffw-form-container .ffw-form-thanks-msg {
				display: none;
				vertical-align: middle;
				padding: 25px
			}
			.ffw-form-container .ffw-form-thanks-msg .thanks-msg {
				background-color: #f7fafe;
				text-align: center;
				padding: 217px 0 105px
			}
			.ffw-form-container .ffw-form-thanks-msg .thanks-msg::before {
				position: absolute;
				content: "";
				background: url(https://www.manageengine.com/de/sharepoint-management-reporting/images/product-kb-footer-form-sprite.png) -13px -230px/230px no-repeat;
				width: 57px;
				height: 56px;
				left: 0;
				right: 0;
				top: 158px;
				margin: auto
			}
			.ffw-form-container .ffw-form-thanks-msg .thanks-msg h4 {
				font-size: 26px;
				line-height: 40px;
				font-weight: 600;
				margin-left: 0
			}
			.ffw-form-container .ffw-form-thanks-msg .thanks-msg p {
				font-size: 22px;
				line-height: 36px
			}
			.ffw-form-container.ffw-white-field .ffw-form form ul li input,
			.ffw-form-container.ffw-white-field .ffw-form form ul li select,
			.ffw-form-container.ffw-white-field .ffw-ms,
			.ffw-form-container.ffw-white-field .ffw-ms .ffw-display-text {
				background: 0 0
			}
			.ffw-form-container.ffw-icon-black .ffw-form form ul li.ffw-ic::before {
				content: "";
				background: url(../../../../images/ffw-form-icons-sprite-black.png) 0 0/44px 297px no-repeat;
				display: inline-block;
				vertical-align: middle;
				position: absolute;
				top: 5px;
				left: 0;
				width: 40px;
				height: 30px
			}
			.ffw-form-container.ffw-icon-black .ffw-form form ul li.ffw-ic-name::before,
			.ffw-form-container.ffw-icon-blue .ffw-form form ul li.ffw-ic-name::before,
			.ffw-form-container.ffw-icon-blue-2 .ffw-form form ul li.ffw-ic-name::before {
				background-position: -1px -7px
			}
			.ffw-form-container.ffw-icon-black .ffw-form form ul li.ffw-ic-mail::before,
			.ffw-form-container.ffw-icon-blue .ffw-form form ul li.ffw-ic-mail::before,
			.ffw-form-container.ffw-icon-blue-2 .ffw-form form ul li.ffw-ic-mail::before {
				background-position: -1px -37px
			}
			.ffw-form-container.ffw-icon-black .ffw-form form ul li.ffw-ic-company::before,
			.ffw-form-container.ffw-icon-blue .ffw-form form ul li.ffw-ic-company::before,
			.ffw-form-container.ffw-icon-blue-2 .ffw-form form ul li.ffw-ic-company::before {
				background-position: 0 -145px;
				height: 32px
			}
			.ffw-form-container.ffw-icon-black .ffw-form form ul li.ffw-ic-phone::before,
			.ffw-form-container.ffw-icon-blue .ffw-form form ul li.ffw-ic-phone::before,
			.ffw-form-container.ffw-icon-blue-2 .ffw-form form ul li.ffw-ic-phone::before {
				background-position: 0 -70px
			}
			.ffw-form-container.ffw-icon-black .ffw-form form ul li.ffw-ic-count::before,
			.ffw-form-container.ffw-icon-blue .ffw-form form ul li.ffw-ic-count::before,
			.ffw-form-container.ffw-icon-blue-2 .ffw-form form ul li.ffw-ic-count::before {
				background-position: 0 -107px
			}
			.ffw-form-container.ffw-icon-black .ffw-form form ul li.ffw-ic-date::before,
			.ffw-form-container.ffw-icon-blue .ffw-form form ul li.ffw-ic-date::before,
			.ffw-form-container.ffw-icon-blue-2 .ffw-form form ul li.ffw-ic-date::before {
				background-position: 0 -184px
			}
			.ffw-form-container.ffw-icon-blue .ffw-form form ul li.ffw-ic::before {
				content: "";
				background: url(/manageengine_de/sharepoint-management-reporting/images/ffw-form-icons-sprite-blue.png) 0 0/44px 297px no-repeat;
				display: inline-block;
				vertical-align: middle;
				position: absolute;
				top: 5px;
				left: 0;
				width: 40px;
				height: 30px
			}
			.ffw-form-container.ffw-icon-blue-2 .ffw-form form ul li.ffw-ic::before {
				content: "";
				background: url(/manageengine_de/sharepoint-management-reporting/images/ffw-form-icons-sprite-blue-2.png) 0 0/44px 297px no-repeat;
				display: inline-block;
				vertical-align: middle;
				position: absolute;
				top: 5px;
				left: 0;
				width: 40px;
				height: 30px
			}
			.ffw-form-container.ffw-form-success .ffw-form-thanks-msg {
				display: block;
				text-align: center
			}
			.ffw-form-container.ffw-form-success .ffw-form-thanks-msg p {
				text-align: center
			}
			.ffw-form-container.ffw-form-success .ffw-form-thanks-msg h3 {
				font-size: 28px;
				line-height: 40px;
				font-weight: 500
			}
			form-side {
				position: absolute;
				top: -72px;
				right: -5px
			}
			@media screen and (max-width:1024px) {
				.ffw-form-container {
					padding: 135px 70px 135px;
					width: 98%;
				}
				.ffw-form-container .ffw-form-right {
					right: 35px
				}
			}
			@media screen and (max-width:768px) {
				.ffw-form-container {
					padding: 50px 20px;
					width: 95%;
					margin: 0 auto 30px;
				}
				.ffw-form-container .content-left {
					float: none;
					width: 100%;
					text-align: center
				}
				.ffw-form-container .content-left h4 {
					font-size: 32px
				}
				.ffw-form-container .content-left p {
					font-size: 18px;
					margin: 0 0 25px 0;
				}
				.ffw-form-container .content-left p span {
					display: inline
				}
				.ffw-form-container .content-left::before {
					display: none
				}
				.ffw-form-container .ffw-form-right {
					position: relative;
					left: 0;
					right: 0;
					margin: auto
				}
			}
/* KB FORM END */


/* KB Support form */
#support-form-sec .formpart {
  border: 1px solid #ccc;
  padding: 30px 20px 20px 20px;
}
#support-form-sec .formpart p {
  font-size: 16px;
  margin: 0 0 25px 0;
}
#support-form-sec .kbform {
  margin: 0 auto !important;
  max-width: 430px;
  padding: 0 !important;
}
#support-form-sec .kbform li {
  display: block;
  float: left;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
}
#support-form-sec .kbform li .lftfld {
  float: left;
  width: 35%;
}
#support-form-sec .kbform li .rgtfld {
  float: left;
  width: 65%;
}
#support-form-sec .kbform li .rgtfld input[type="text"],
.kbform li .rgtfld input[type="email"],
#support-form-sec .kbform li .rgtfld input[type="tel"] {
  background: #fcfcfc;
  border: 1px solid #d1d2d3;
  padding: 9px 4%;
  width: 92%;
}
#support-form-sec .kbform li .rgtfld select {
  width: 100%;
  height: 35px;
  border-color: #d1d2d3;
  padding-left: 10px;
  background: #fcfcfc;
}
#support-form-sec #msg {
  border-top: 1px solid #ccc;
  margin: 20px 0 0 0;
  height: 0;
}
#support-form-sec .kbform li .rgtfld textarea {
  background: #fcfcfc;
  border: 1px solid #d1d2d3;
  height: 50px;
  padding: 9px 4%;
  width: 92%;
}
#support-form-sec .kbform li .priTxt {
  color: #9da3ab;
  font-size: 11px;
  line-height: 16px;
  margin-top: 10px;
}
#support-form-sec .kbform li .rgtfld input[type="submit"] {
  background: #069b4f !important;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  padding: 8px 35px;
}
#support-form-sec .kbform li .rgtfld input[type="reset"] {
  background: #cfd7da !important;
  border: none;
  color: #676b6d;
  font-size: 13px;
  margin: 0 0 0 15px;
  padding: 8px 35px;
}
#support-form-sec #meGDPRMessage {
  margin: 10px 0px;
}
@media screen and (max-width: 600px) {
  #support-form-sec .formpart {
    width: 100% !important;
    box-sizing: border-box;
  }
  #support-form-sec #MECountryListing {
    width: 100%;
  }
  #support-form-sec .kbform li .rgtfld input[type="submit"],
  #support-form-sec .kbform li .rgtfld input[type="reset"] {
    padding: 8px 30px;
  }
}

/* Knowledge Base */

a#example_first,
a#example_last {
  display: none;
}
#example_filter select {
  padding: 5px 10px;
  background: #fff;
  border: 3px solid #f0f0f0;
  color: #4c596e;
  font-size: 12px;
  height: 31px !important;
  line-height: 26px;
  position: relative;
  width: 200px;
  margin: -18px 0 0;
  cursor: pointer;
  appearance: normal;
  -moz-appearance: normal;
  -webkit-appearance: normal;
}
div.select {
  padding: 2px 40px 2px 0;
  position: absolute;
  right: 0;
  text-align: left;
  width: 105px;
  border: 2px solid #f0f0f0;
  margin: -38px 0 0;
  color: #929292;
  background: url(../images/kb-arrow-bg.png) 227px 3px no-repeat;
  height: 25px;
  text-align: right;
  width: 220px; /*overflow:hidden;text-overflow:ellipsis;white-space:nowrap*/
}
#example_filter select:hover > div.select {
  background: url(/manageengine/products/self-service-password/images/kb-arrow-bg-over.png)
    200px 3px no-repeat;
}
#example_length,
#example_info {
  display: none;
}
.kb-page-main-container {
  float: left;
  width: 100%;
  font-size: 12px;
}
.kb-page-main-tab-container {
  float: left;
  width: 100%;
  border-bottom: solid 2px #f0f0f0;
}
.kb-page-tabs {
  float: left;
  padding: 6px 20px;
  font-size: 12px;
  color: #aba3a3;
  margin: 0 0 -3px 0;
  cursor: pointer;
  text-align: center;
  width: 100px;
}
.kb-page-tabs-select {
  background: #d9d6d6;
  border-bottom: solid 2px #89aa00;
  font-weight: bold;
}
.kb-drpdwn-container {
  float: right;
  width: 230px;
  border-top: solid 3px #f0f0f0;
  font-size: 12px;
  color: #4c596e;
  padding: 5px 10px 4px 10px;
  border-left: solid 3px #f0f0f0;
  border-right: solid 3px #f0f0f0;
  background: url(https://www.manageengine.com/products/exchange-reports/images/kb-drpdwn-arrow.png)
    no-repeat right;
  cursor: pointer;
}
.kb-page-main-content-container {
  float: left;
  width: 100%;
}
.kb-page-pt-row {
  float: left;
  width: 100%;
  margin: 30px 0 0 !important;
}
.kb-page-pt-row-head a {
  color: #5091ce;
  text-decoration: none;
}
.kb-page-pt-row-det {
  color: #929292;
  margin: 3px 0 0 !important;
}
.kb-page-hide {
  display: none;
}
.kb-page-show {
  display: block;
}
.kbdrpdwn-list-container {
  position: absolute;
  border: solid 3px #f0f0f0;
  padding: 11px 10px;
  width: 230px;
  margin: 4px 0 0 -13px;
  background: #fff;
  cursor: default;
}
.kbdrpdwn-lists {
  margin: 10px 0;
}
.kbdrpdwn-lists a {
  color: #4c596e;
  text-decoration: none;
}
#pagingControls ul {
  margin: 60px 0 0 100px;
  padding: 0;
  float: left;
}
#pagingControls ul li {
  display: inline;
  padding: 0 7px;
  color: #929292;
}
#pagingControls ul li a {
  color: #5091ce;
  text-decoration: none;
}
#pagingControls ul li a:hover {
  text-decoration: underline;
}
.drpdwn-arrow-hide {
  background: url(../images/kb-arrow-bg.png) 0 2px no-repeat #fff;
  width: 18px;
  height: 18px;
  margin: 8px 13px 0 0;
  position: absolute;
  right: 0;
}

/* Comparison Page */
.tabcont-act td {
  vertical-align: middle;
}

/* Case Study */
.rmp-case-study-container h2 {
  margin: 25px 0 25px;
}
.rmp-case-study-container {
  width: 710px;
}
.rmp-case-study-row {
  border-bottom: solid 1px #b1b5bc;
  padding: 0 0 30px 0;
}
.rmp-case-study-left {
  width: 167px;
}
.rmp-case-study-right {
  width: 540px;
  background: url(../images/rmp-case-study-splitter.png) 0 10px no-repeat;
  line-height: 22px;
}
.rmp-case-study-tab-container {
  width: 100%;
}
.rmp-cs-select-tab {
  background: #424f56;
  padding: 2px 10px 5px;
  color: #fff;
  font-size: 13px;
  border-bottom: solid 2px #81bf2e;
}
.rmp-cs-unselect-tab {
  background: #eeeeee;
  padding: 2px 10px 5px;
  color: #424f56;
  font-size: 13px;
  border-bottom: solid 2px #dde1e4;
  border-right: solid 2px #fff;
  cursor: pointer;
}
.rmp-cs-select-tab span {
  background: url(images/rmp-case-study-sprite.png);
  width: 12px;
  height: 7px;
  display: block;
}
.rmp-cs-unselect-pdf {
  background: #eeeeee url(images/rmp-case-study-sprite.png) -474px 8px;
  height: 26px;
  border-bottom: 2px solid #dde1e4;
  padding: 0 0 3px;
}
.rmp-cs-unselect-pdf a {
  padding: 3px 10px 0 23px;
  display: block;
  color: #cc0000;
}
.rmp-cs-unselect-pdf a:hover {
  text-decoration: none;
}
.rmp-cs-unselect-htm {
  height: 26px;
  border-bottom: 2px solid #dde1e4;
  padding: 0 0 3px;
  text-align: center;
}
.rmp-cs-unselect-htm a {
  display: block;
  padding: 3px 10px;
  color: #cc0000;
  text-decoration: none;
}
.rmp-cs-unselect-htm a:hover {
  text-decoration: none;
}
.rmp-cs-content {
  width: 97%;
  margin: 0 0 0 3%;
  color: #424f56;
}
.rmp-cs-author {
  width: 97%;
  color: #424f56;
}
.rmp-cs-author p {
  margin: 0;
}
.rmp-load-more-content {
  display: none;
}
.rmp-case-study-row h2 {
  margin: 0 0 25px 0;
}
.rmp-cs-hide {
  display: none;
}
.rmp-cs-son {
  background: url(../images/rmp-case-study-sprite.png);
  width: 152px;
  height: 71px;
  margin: 0;
}

/* Videos Page */
.videoOuter {
  background: #f1f1f1;
}
.videoEnableTab {
  background: #758591;
  border-left: 1px solid #ffffff;
  color: #ffffff;
  cursor: default;
  float: left;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  width: 230px;
}
.videoDisableTab {
  background: #d7d7d7;
  border-left: 1px solid #ffffff;
  cursor: pointer;
  float: left;
  padding: 10px 0;
  text-align: center;
  width: 229px;
}
.vztwittershare {
  background: url(../images/vztwittshare.png) no-repeat;
  height: 120px;
  width: 72px;
}
.vzfacebookshare {
  background: url(../images/vzfaceshare.png) no-repeat;
  height: 120px;
  width: 72px;
}
.vzftshareicondiv {
  float: left;
  margin: 10px 0 0;
  position: relative;
}
.topViddis {
  display: block !important;
  height: 150px;
  text-decoration: none !important;
  z-index: 9999;
}
.videoOuter {
  width: 692px;
}
.mcontent {
  padding: 0;
}
/* .vidContainer{display:none} */

.VideoThumbs {
  background: url(../images/video-thumb.png);
  height: 111px;
  opacity: 0.9;
  width: 198px;
  border: 1px solid #ccc;
}
.titleBg {
  color: #09c;
  cursor: pointer;
  font-size: 13px;
  line-height: 15px;
  padding: 5px 0;
  text-align: center;
  width: 198px;
  font-size: 12px;
}
.adssp-play-icon {
  background: url(../images/video-thumb.png) -750px 0px;
  filter: alpha(opacity=40);
  height: 50px;
  margin: -115px 0 0 72px;
  opacity: 0.4;
  position: absolute;
  width: 50px;
  cursor: pointer;
}
.VideoThumbs:hover > .adssp-play-icon {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
#vidCon,
#vidOverlay {
  display: none;
}
.vidContainer {
  background: #fff;
  padding-bottom: 60%;
  position: fixed;
  width: 100%;
  height: 0;
  z-index: 1000000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.videoPly {
  margin: 40px 10% 0;
  position: fixed;
  width: 80%;
  z-index: 9999999;
}
.vconta {
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 15px #4f4f4f;
  -moz-box-shadow: 0 0 15px #4f4f4f;
  -webkit-box-shadow: 0 0 15px #4f4f4f;
  margin: 0 auto;
  padding: 10px 10px 3px 10px;
  text-align: center;
  width: 1000px;
}
.closeButt {
  background: url(../images/close-icon.png);
  cursor: pointer;
  height: 32px;
  margin: -22px 0 0 988px;
  position: absolute;
  width: 32px;
}
.videoBg {
  background: url(../images/video-thumb.png) 0 -169px no-repeat;
  cursor: pointer;
  height: 184px;
  margin: 0 0 20px 0;
  width: 649px;
}
.vidHeaTxt {
  color: #4f606a;
  font-size: 18px;
  font-weight: 400;
  margin: 25px 0 0 25px;
  line-height: 30px;
}
.playVidBut {
  background: #7db937;
  color: #fff;
  float: left;
  font-size: 16px;
  margin: 35px 0 0 25px;
  padding: 5px 20px 10px 20px;
}
.vidConRight {
  float: left;
  width: 375px;
}
.thumbSize {
  background: url(../images/video-thumb.png) no-repeat;
  float: right;
  height: 153px;
  margin: 25px 25px 0 0;
  width: 209px;
}
.vidPlayIcon {
  background: url(../images/video-thumb.png) -750px 0;
  height: 50px;
  margin: 35px 80px;
  position: absolute;
  width: 50px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.v1 {
  background-position: -424px -495px;
}
.v2 {
  background-position: -210px 0;
}
.v3 {
  background-position: -420px 0;
}
.v4 {
  background-position: 0 -374px;
}
.v5 {
  background-position: -211px -374px;
}
.v6 {
  background-position: -425px -374px;
}
.v7 {
  background-position: -2px -495px;
}
.v8 {
  background-position: -212px -495px;
}
.smaVideoBot {
  margin: 66px 0 0 25px;
}

/* Compare Editions */
.compareEdi {
  border: 1px solid #e2e2e2;
}
.campareHeadGreen {
  background: #82be33;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  font: 18px "Open Sans", sans-serif;
  padding: 5px 5px 5px 10px;
  vertical-align: middle;
}
.campareHeadGray {
  background: #e1e1e1;
  border-right: 1px solid #ffffff;
  color: #787878;
  font: 18px "Open Sans", sans-serif;
  padding: 5px 5px 5px 10px;
  vertical-align: middle;
}
.campareHeadTxt {
  color: #559600;
  font: 18px "Open Sans", sans-serif;
  padding: 25px 7px 5px;
}
.campareHeadTxt2 {
  color: #559600;
  font: 15px "open sans";
}
.themeClr {
  color: #4c596e !important;
  padding-left: 14px;
}
.campareTD {
  border: 1px solid #e2e2e2;
  padding: 10px;
  vertical-align: middle;
}
.campareTD3 {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0 10px 10px;
}
.campareTD2 {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 7px 10px 0;
}
.grayRound {
  background: #efefef;
  border-radius: 5px;
  margin: 25px 0 10px;
  padding: 10px;
}
.grayRound td {
  vertical-align: top;
}

/* LHS Related Products */
#scroll ul.relPrd {
  line-height: 1.2em;
  list-style-type: none;
  padding: 0;
  width: 250px;
}
#scroll ul.relPrd > li > span {
  color: #000000;
  display: inline-block;
  font-weight: bold;
  padding: 10px 0;
}
#scroll ul.relPrd li ul li span {
  margin-right: 18px;
}
#scroll ul.relPrd li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#scroll ul.relPrd li ul li {
  border-top: 1px solid #ececec;
  color: #000000;
  font-size: 12px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-indent: 10px;
  height: 30px;
  overflow: hidden;
}
#scroll ul.relPrd li ul li:hover .product-quick-name {
  color: #7bbb2a;
  transition-duration: 0.3s;
}
#scroll ul.relPrd li a {
  color: #000000;
  text-decoration: none;
  line-height: 30px;
  display: block;
  width: 250px;
}
#scroll ul.relPrd li a.product-expanded-name {
  font-size: 10px;
  color: #777;
  border-radius: 2px;
  padding: 3px 10px 3px 0;
  margin: 0px 0 5px;
  width: auto !important;
  line-height: 12px;
  height: auto;
}
.crossConta a.lnkCha {
  border: 1px solid #79ae4e;
  color: #79ae4e;
  font-size: 11px;
  padding: 4px 10px;
  transition: all 0.5s;
}
.crossConta a.lnkCha:hover {
  background: #79ae4e;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}
.marAliL {
  margin: 0 0 0 169px;
}
.marAliR {
  margin: 0 0 0 21px;
}
#scroll ul.ulDes {
  list-style-type: circle;
}
.noBorder {
  border: none;
}
.d1 {
  background-position: 0 0;
}
.d2 {
  background-position: -201px 0;
}

.lnkMob,
.lnkTab,
#lnk {
  display: none;
}
.icon-s-emDLnk {
  background: url(https://www.manageengine.com/mobile/images/email-download-top.png)
    no-repeat;
  display: inline-block;
  height: 31px;
  width: 40px;
}

.maintab_testi_container {
  border-top: 1px solid #dcdcdc;
  float: none;
  height: 210px;
  width: auto;
}
.testimonial_con_left {
  background: url(../images/image-sprite.png);
  float: left;
  height: 30px;
  margin-left: 38px;
  width: 36px;
}
.testimonial_con_middle {
  float: left;
  font-size: 14px;
  line-height: 28px;
  margin: 32px 0 0;
  text-align: center;
  width: 715px;
}
.testimonial_con_right {
  background: url(../images/image-sprite.png) -63px 0;
  float: left;
  height: 29px;
  margin: 70px 0 0;
  width: 37px;
}
.testimonial_slider {
  color: #666666;
  font-family: Verdana, Geneva, sans-serif;
  padding: 0 0 65px;
  position: relative;
  text-align: center;
  width: 100%;
}
.testimonial_slider ul {
  list-style: none;
  width: 300%;
}
.testimonial_slider ul li {
  display: block;
  float: left;
  width: 33%;
}
.testimonial_slider .dots {
  bottom: 20px;
  left: 0;
  display: none;
  list-style: none;
  margin: 0 200px 0 449px;
  padding: 0;
  position: absolute;
  right: 0;
  width: 150px;
}
.testimonial_slider .dots li {
  background: url(../images/image-sprite.png);
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  float: left;
  height: 13px;
  margin: 0 4px;
  opacity: 0.4;
  text-indent: -999em;
  transition: 0.5s all;
  width: 13px;
}
.testimonial_slider .dots li.active {
  background: url(../images/image-sprite.png);
  opacity: 1;
}
.testimonial_name_divider {
  background: url(../images/image-sprite.png) 0 -82px;
  float: left;
  height: 32px;
  margin: 0 297px;
  width: 267px;
}
.testimonial_client_name {
  float: left;
  font-size: 14px;
  text-align: center;
  width: 820px;
}
.testimonial_client_name .cname {
  color: #6194c5;
  font-size: 16px;
}
/* Thanks Page */
.thaLeft {
  width: 30%;
}
.thaLeft a {
  background: url(../images/thanks-page-sprite.png);
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.thaRig {
  font-size: 12px;
  line-height: 18px;
  width: 70%;
}
.thaRig a {
  display: block;
  float: left;
  margin: 5px 0 0;
  width: 100%;
}
.rigLine {
  border-right: 1px solid #e5e5e5;
}
.botLine {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 1.5%;
}
.remLin {
  border-bottom: none;
}
.thaLogo {
  background: url(../images/thanks-page-sprite.png) no-repeat -291px -92px;
  height: 19px;
  margin: 0 0 8px;
  width: 100%;
}
.thaLogo a:hover {
  text-decoration: none;
}
.logoadap {
  background-position: -291px -110px;
}
.logoadssp {
  background-position: -291px -129px;
}
.logoerp {
  background-position: -291px -150px;
}
.logoela {
  background-position: -291px -170px;
}
.logofap {
  background-position: -291px -189px;
}
.logormp {
  background-position: -291px -207px;
}
.logospmp {
  background-position: -291px -226px;
}
.logoomp {
  background-position: -291px -243px;
}
.logoad360 {
  background-position: -291px -260px;
}
.logoadap a {
  width: 113px;
}
.logoadssp a {
  width: 160px;
}
.logoerp a {
  width: 200px;
}
.logoela a {
  width: 158px;
}
.logofap a {
  width: 120px;
}
.logormp a {
  width: 195px;
}
.logospmp a {
  width: 195px;
}
.logoomp a {
  width: 143px;
}
.logoad360 a {
  width: 60px;
}
.mlogoadap {
  background-position: -60px 0 !important;
}
.mlogoadssp {
  background-position: -119px 0 !important;
}
.mlogoerp {
  background-position: -180px 0 !important;
}
.mlogoela {
  background-position: -239px 0 !important;
}
.mlogofap {
  background-position: -300px 1px !important;
}
.mlogormp {
  background-position: -361px 1px !important;
}
.mlogospmp {
  background-position: -419px 2px !important;
}
.mlogoomp {
  background-position: 0px -58px !important;
}
.mlogoad360 {
  background-position: -62px -58px !important;
}
/* New index page */
.newSection .per40 img {
  width: 162px;
}
.sub-title {
  font-size: 18px;
  font-weight: 200;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.font-bold {
  font-weight: 600;
}
.font-lte {
  font-weight: 200;
}
.list-points {
  margin: 0 0 0 20px;
  padding: 0px;
  width: 90%;
  text-align: left;
}
.list-points li {
  text-align: left;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  line-height: 26px;
  list-style: disc;
  padding: 0 0 0 20px;
}
.list-points li span {
  width: 95%;
  font-weight: 200;
  font-size: 16px;
}
.list-points li img {
  margin: 9px 22px 0 0;
}
.pg-img1 {
  background: #016295;
  height: 675px;
  background: url(../images/man-power-img.png) no-repeat #f2f6f7;
}
.pg-img2 {
  background: #04829d;
  height: 550px;
  background: url(../images/man-bg-img.png) no-repeat center center fixed;
  background-size: 100% 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.pg-img3 {
  background: #f1f1f1;
}
.pg-img4 {
  background: #f1f1f1;
}
.head2 {
  font-size: 18px;
  font-weight: 400;
  margin: 0px;
}
.feature-box-32 img {
  width: 70px;
  margin-bottom: 24px;
  height: 62px;
}
.compare-tabel {
  max-width: 900px;
  margin: 0 50px;
  border-radius: 5px;
  background: #fff;
  font-weight: 600;
}
.compare-tabel th {
  align-content: center;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  padding: 22px 0 18px;
}
.compare-tabel td {
  padding: 14px 0px;
  border: 1px solid #f5f5f5;
}
.compare-tabel td img {
  width: 22px;
}
.testimonial-box {
  background: #f8f9f9;
  border: 1px solid #d8dee0;
  float: left;
  width: 650px;
  padding: 35px;
  border-radius: 3px;
  position: relative;
  margin: 0px 105px;
}
.mb70 {
  margin-bottom: 70px !important;
}
.box-pad2 {
  padding: 40px 0;
}
.box-pad3 {
  padding: 60px 0;
}
.box-pad4 {
  padding: 64px 0 70px;
}
.box-pad5 {
  padding: 0 0 60px 0;
}
.wid100p {
  width: 100% !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.testimonial-box .guote-grn-icon {
  position: absolute;
  float: left;
  margin: 0px;
  width: 43px;
  top: -18px;
  left: 20px;
}
.testimonial-box .quote-down-arrow {
  position: absolute;
  float: right;
  margin: 0px;
  width: 32px;
  bottom: -32px;
  right: 95px;
}
.big-gry-btn {
  background: #495962;
  font-size: 19px;
  font-weight: 400;
  padding: 10px 35px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff !important;
  transition: all 0.5s;
}
.big-gry-btn:hover {
  background: #596d78;
  text-decoration: none;
}
.big-grn-btn {
  background: #7bc61a;
  font-size: 19px;
  font-weight: 400;
  padding: 10px 35px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff !important;
  transition: all 0.5s;
}
.big-grn-btn:hover {
  background: #578718;
  text-decoration: none;
}
.box-slier {
  margin: 0 0 40px 0;
  padding: 39px 0px 50px 0px;
  width: 100%;
}
.box-slier ul li span {
  padding: 0 0 0 9px;
}
.box-slier .per30 img {
  width: 345px;
}
.box-slider-list {
  float: left;
  width: 50%;
}
.box-slider-list h4 {
  margin: 0px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
}
.box-slider-list ul li {
  color: #6b8caf;
  font-size: 12px;
  list-style: inside none disc;
  margin: 0 0 7px 0;
}
.box-slider-list ul li img {
  margin: -2px 5px 0 0;
}
.dloadButCont {
  float: left;
  margin: 32px 0 30px 0;
  width: 100%;
}
.dloadBut span img {
  width: 15px;
}
.dloadBut a {
  background: #e61a32;
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 10px 20px;
  transition: all 0.5s;
}
.dloadBut a:hover {
  background: #f23047;
  text-decoration: none;
  transition: all 0.5s;
}
.dloadBut a span {
  float: left;
  margin: 4px 10px 0 0;
}
.dloadBut {
  border-right: 1px solid #3a6593;
  padding: 0 20px 0 0;
}
.dloadTxt {
  color: #fff;
  font-size: 16px;
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
}
.sub-title {
  line-height: 30px;
}
/* Workshop Banner */
.bannerCont {
  height: 380px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 1000px;
}
.bannerCont p {
  border-bottom: 1px solid #6da091;
  color: #fff;
  float: left;
  font-size: 20px;
  font-weight: 100;
  margin: 0 27.5%;
  padding: 15px 0;
  width: 45%;
}
.webinarBanner {
  background: url(../images/workshop-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.webTopTxt {
  color: #95c637;
  font-size: 32px;
  margin: 48px 0 0 0;
  width: 100%;
}
.webMaiTxt {
  color: #b6ce00;
  font-size: 30px;
  font-weight: 100;
  line-height: 41px;
  margin: 20px 0 0 0;
  width: 100%;
}
.webMaiTxt strong {
  font-weight: 700;
}
.webMaiTxt span {
  font-weight: 700;
}
.webDatTxt {
  background: url(../images/webinar-date.png) 39% 24px no-repeat;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  padding: 20px 0 8px 0;
  width: 100%;
}
.webDatTxt span {
  font-size: 17px;
  font-weight: 100;
}
.webBut {
  color: #000;
  background: #b6ce00;
  font-size: 20px;
  margin: 20px 0 0;
  padding: 8px 20px 6px;
  text-transform: uppercase;
}
.webBut:hover {
  text-decoration: none;
}

/* feaBanner Stripe */
.feaBanner {
  background: #dbf3ff;
  padding: 10px 30px 40px;
}
.feaBanner p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
}
.feaBanner a {
  background: #f70031;
  border-radius: 3px;
  color: #fff !important;
  padding: 12px 20px;
  text-decoration: none;
  transition: all 0.5s;
}
.feaBanner a span {
  background-size: 240px !important;
  margin-right: 5px;
}
.feaBanner a:nth-child(3) {
  background: #00688f;
  margin: 0 0 0 20px;
}
.nav-dem-ico {
  background: url(../images/ntfs-feature-sprite.png) -220px -18px no-repeat;
  display: inline-block;
  height: 20px;
  line-height: 22px;
  position: relative;
  top: 2px;
  width: 21px;
}
/* for Chat */
.zsiq_theme1 .zsiq_user {
  display: none;
}
#zsiq_agtpic {
  display: none;
}
#zsiq_avcall.zsiq_unrdcnt {
  display: none !important;
}
.zsiq_theme1.zsiq_floatmain {
  width: auto !important;
  max-height: none !important;
}
.siq_bR {
  bottom: 20px !important;
  right: 15px !important;
}
#backToTop {
  bottom: 130px;
}
.zsiq_theme1 .zsiq_flt_rel {
  background: url("https://www.manageengine.com/active-directory-360/images/global-chat.png") !important;
  background-size: 77px 94.6px !important;
  background-position: 0 -0.5px !important;
  width: 77px !important;
  height: 95px !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  background-repeat: no-repeat !important;
}
#titlediv {
  height: 80px !important;
  top: 0;
  left: auto !important;
  right: 40px;
  min-width: 175px !important;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  padding-left: 30px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  margin: 0;
  background: #fff !important;
}
#titlediv #zsiq_maintitle {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
#titlediv #zsiq_byline {
  font-size: 11px;
  color: #000;
}
#titlediv #zsiq_maintitle {
  display: block;
}
/* Single line form */
#tnkdwn.wam-form ul li:nth-child(2)::before {
  margin: 20px 0 0 -2px;
}
.selectedCountry {
  margin: 10px 0 0 -33px;
}

.fea-nav-link span.act {
  display: block;
  float: none;
  margin: 0 auto;
}

/* Footer customization */
.fea-nav-list {
  background: #fff;
}
.fea-nav-link {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.fea-nav-link span {
  background: #fff;
  color: #a3a3a3;
  font-size: 16px;
  width: 16.66%;
}
.fea-nav-link span.act {
  background: #fff;
  border-bottom: 3px solid #7bbb2a;
  color: #7bbb2a;
}
.fea-nav-link span.act:after {
  border: none;
}
.fea-nav-link span.act:before {
  backround: #fff;
  border: none;
}
.mob-foot {
  display: none;
}
.zsiq_theme1 div.zsiq_cnt {
  left: -112px !important;
  width: 100px !important;
}
#allFeaDiv3 ul li:nth-child(1) {
  font-weight: bold;
}

@media screen and (max-width: 1025px) {
  feaobjBnr .circle li {
    margin: 4px 16px;
  }
}
@media screen and (max-width: 1020px) {
  .lnkTab {
    display: block;
  }
  .lnkDldMar {
    font-size: 15px;
    margin: 7px 20px 0 0;
  }
  .lnkDldMar a {
    color: #7bbb2a;
  }
  .lnkDldMar a:hover {
    color: #7bbb2a;
    text-decoration: none;
  }
  #lnk {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .lnkTab {
    display: block;
  }
  .lnkDldMar {
    font-size: 15px;
    margin: 7px 20px 0 0;
  }
  .lnkDldMar a {
    color: #7bbb2a;
  }
  .lnkDldMar a:hover {
    color: #7bbb2a;
    text-decoration: none;
  }
  #lnk {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .feaobjBnr .circle li {
    margin: 30px 35px;
  }
  .feaobjBnr .circle li:nth-child(1) {
    margin-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    display: none;
  }
  .mob-foot {
    display: block;
  }
  .footer-stripe {
    background: #004c73;
    padding: 40px 10px;
  }
  .footer-stripe h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    line-height: 40px;
  }
  .footer-stripe h2 strong {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }
  .footer-stripe a {
    background: #e9142b;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 10px 30px;
    text-decoration: none;
    margin: 20px 2px 0;
  }
  .foot-copy {
    padding: 10px 0;
    background: #fff;
  }
  .emailLnktxt {
    display: block;
    margin: 0 0 10px;
  }
  .emailLnktxt a {
    color: #7bbb2a;
    text-decoration: underline;
  }
  .flexMobile {
    display: block;
    background: #004c73;
    color: #fff;
    font-size: 25px;
    line-height: 36px;
    background: -webkit-linear-gradient(to bottom, #195f9c, #013d88);
    background: linear-gradient(to bottom, #195f9c, #004c73);
    padding: 20px 30px;
  }
  .mob-dwn-btn {
    border: 1px solid #c41d2f;
    padding: 5px 50px;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    margin: 0 auto;
    display: table;
    background: #eb283d;
    margin-top: 18px;
    box-sizing: border-box;
    font-size: 18px;
  }
  .botBg {
    display: none;
  }
  .zsiq_theme1 div.zsiq_cnt {
    display: none;
  }
  .mob-hide {
    display: none;
  }
  #MEmobPanel a {
    width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 760px) {
  .hmFeabox {
    width: 96%;
    margin: 20px 0;
    padding: 2%;
    background: #fff;
    float: none;
    height: auto;
  }
  .heading-menu {
    height: auto;
  }
  .bnrtxt1 {
    font-size: 28px !important;
  }
  .bnrcont img {
    width: 100% !important;
  }
  .videoPly {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .vconta {
    width: 95%;
  }
  .vconta iframe {
    width: 100%;
  }
  .closeButt {
    margin: -22px 0 0;
    right: 0;
  }
  .lnkTab {
    display: block;
  }
  .lnkDldMar {
    font-size: 15px;
    margin: 7px 20px 0 0;
  }
  .lnkDldMar a {
    color: #7bbb2a;
  }
  .lnkDldMar a:hover {
    color: #7bbb2a;
    text-decoration: none;
  }
  #lnk {
    display: block;
  }
  .compare-tabel {
    margin: 0;
    width: 100%;
  }
  .box-pad5 {
    display: none;
  }
  .flexMobile {
    color: #fff;
  }
  .feaBanner {
    margin: 0 auto;
    width: 82% !important;
  }
  .feaBanner a {
    display: block;
    width: 86%;
  }
  .feaBanner a:nth-child(3) {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  .ctaContainer .wam-form {
    width: 100%;
  }
  .ctaContainer .wam-form ul li:nth-child(1) {
    width: 75%;
  }
  .ctaContainer .wam-form ul li:nth-child(3) {
    margin-top: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .heading-menu {
    height: auto;
  }
  .menu-icon {
    position: absolute;
    right: 3px;
    top: 11px;
  }
  .bnrcont img {
    display: none;
  }
  .videoBg {
    width: 100%;
  }
  .thumbSize {
    border-right: 3px solid #d7dde3;
    display: none;
    height: 183px;
    width: 99%;
  }
  .videoPly {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .vconta {
    width: 95%;
  }
  .vconta iframe {
    height: 300px;
    width: 100%;
  }
  .closeButt {
    margin: -22px 0 0;
    right: 0;
  }
  .heading-menu {
    height: auto;
  }
  .dwn-form-cont,
  .dwn-link-cont,
  .otr-dwn-win {
    width: 100% !important;
  }
  .tabcont-act .per70,
  .tabcont-act .per30 {
    margin: 0 auto 20px;
    padding: 0;
    width: 95%;
  }
  /* Case study */
  .rmp-case-study-left {
    display: none;
  }
  .rmp-case-study-container {
    width: 100% !important;
  }
  .rmp-case-study-right {
    width: 100% !important;
  }
  .rmp-cs-unselect-tab,
  .rmp-cs-select-tab {
    text-align: center;
    padding: 14px 3px 15px !important;
    width: 19%;
  }
  .rmp-cs-unselect-pdf {
    background: #eee !important;
    width: 19%;
  }
  .rmp-cs-unselect-htm {
    width: 19%;
  }
  #tab1-2,
  #tab2-2,
  #tab3-2,
  #tab4-2,
  #tab5-2,
  #tab6-2,
  #tab7-2,
  #tab8-2,
  #tab9-2,
  #tab10-2,
  #tab11-2,
  #tab12-2,
  #tab13-2,
  #tab14-2,
  #tab15-2,
  #tab16-2,
  #tab17-2,
  #tab18-2,
  #tab19-2,
  #tab20-2,
  #tab21-2 {
    padding: 2px 0 5px !important;
  }
  .rmp-cs-unselect-htm,
  .rmp-cs-unselect-pdf {
    padding: 12px 0 13px !important;
  }
  .lnkTab {
    display: none;
  }
  .lnkMob {
    display: block;
  }
  #lnk {
    display: block;
  }
  .compare-tabel {
    margin: 0;
    width: 90%;
  }
  .lnkTab.fr.lnkDldMar {
    display: block;
  }
}

/* For Navigation Issue */
@media screen and (max-width: 1020px) {
  .meMenuCont {
    width: auto;
  }
  .container {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .ipad-show {
    display: block !important;
  }
  .ipad-hide {
    display: none !important;
  }
  .miconShow {
    display: block;
  }
  .miconHide,
  .nav-dwn {
    display: none;
  }
  .h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .h2,
  h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .nav {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0;
    position: absolute;
    background: #fff;
    display: none;
    font-weight: 400;
    font-size: 12px;
    right: 2%;
  }
  .nav > li {
    float: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
    text-transform: none;
    text-align: left;
    line-height: 20px;
  }
  .nav > li > a,
  .nav > li > span {
    color: #666;
    display: block;
    padding: 5px 15px;
    width: 100px;
  }
  .nav-act a {
    color: #666;
  }
  .nav-dwn {
    margin-left: 10px;
  }
  .nav-dwn a {
    line-height: 32px;
    font-size: 16px;
    padding: 0 15px;
    display: inline-block;
    width: auto;
  }
  .menu-icon {
    display: block;
    margin-top: 10px;
  }
  .footer .rhsFix,
  .footer .rhsAbs {
    position: static;
  }
  .cust-img {
    width: 25%;
  }
  .cust-txt {
    width: 71%;
  }
  .dwn-desc {
    width: 90%;
  }
  #downloadSubmit {
    width: 100%;
  }
  .dwn-btn a.dwn-prob-btn,
  .dwn-btn a {
    font-size: 34px;
    line-height: 34px;
  }
  .otr-dwn-cont {
    font-size: 16px;
  }
  .btm-dwn {
    display: none;
  }
  #btmscroll {
    font-size: 12px;
  }
  .fea-nav-link span {
    font-size: 13px;
  }

  @media screen and (max-width: 367px) {
    .bnrtxt1 {
      font-size: 26px !important;
    }
    .icon-s-home {
      display: none;
    }
  }

  /*New Band*/
  #newtopheader {
    top: 0;
  }
  .menu2ResBlk {
    display: block !important;
  }
  .logo {
    margin-top: -30px;
  }
  #subHdr,
  .nav {
    display: none;
  }
  /*New Band End*/
}

/* Thanks page Cs Product Section Styles */
.thanks-page-cs-wrapper {
  background: #fafafa;
}
.thanks-page-cs-container h2 {
  font-size: 28px;
  line-height: 41px;
  font-weight: 300;
  color: #000;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 45px;
}
.thanks-page-cs-container h2 span {
  display: block;
  font-weight: 500;
}
.thanks-page-cs-container .thanks-page-cs-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-column-gap: 20px;
  width: 100%;
  max-width: 900px;
  margin: auto;
  position: relative;
  padding: 60px 40px 20px !important;
  margin-bottom: 50px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper:before {
  background: url(../images/thanks-page-cs-logo-sprite.png) no-repeat 0 0;
  background-position: 0px -82px;
  background-size: 450px;
  border: none;
  content: "- Solution suite";
  font-size: 13px;
  height: 27px;
  left: 45px;
  padding: 0 0 0 29px;
  position: absolute;
  top: 23px;
  width: 125px;
  z-index: 9;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li {
  background: #fff;
  border: solid 1px #dbdbdb;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  text-align: center;
  padding: 95px 0 35px;
  box-sizing: border-box;
  height: 150px;
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.3s;
  width: 100%;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #2483e0;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-decoration: none;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li a:hover {
  text-decoration: none;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li .cs-ic {
  background: url(../images/thanks-page-cs-logo-sprite.png) no-repeat 0 0;
  background-size: 999px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-admp .cs-ic {
  width: 58px;
  height: 44px;
  background-position: -104px -16px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-admp:hover .cs-ic {
  background-position: -104px -102px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-adap .cs-ic {
  width: 58px;
  height: 50px;
  background-position: -16px -14px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-adap:hover .cs-ic {
  background-position: -15px -102px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-adssp .cs-ic {
  width: 49px;
  height: 57px;
  background-position: -192px -12px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-adssp:hover .cs-ic {
  background-position: -192px -96px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-dsp .cs-ic {
  width: 49px;
  height: 54px;
  background-position: -271px -17px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-dsp:hover .cs-ic {
  background-position: -271px -100px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-erp .cs-ic {
  width: 43px;
  height: 52px;
  background-position: -346px -19px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-erp:hover .cs-ic {
  background-position: -346px -100px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-m365-mp .cs-ic {
  width: 48px;
  height: 51px;
  background-position: -415px -18px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-m365-mp:hover .cs-ic {
  background-position: -415px -100px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-ela .cs-ic {
  width: 43px;
  height: 53px;
  background-position: -785px -17px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-ela:hover .cs-ic {
  background-position: -785px -101px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-ad360 .cs-ic {
  width: 54px;
  height: 57px;
  background-position: -634px -14px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-ad360:hover .cs-ic {
  background-position: -634px -97px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-log360 .cs-ic {
  width: 52px;
  height: 56px;
  background-position: -485px -16px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-log360:hover .cs-ic {
  background-position: -485px -97px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-m365-sp .cs-ic {
  width: 46px;
  height: 46px;
  background-position: -712px -18px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-m365-sp:hover .cs-ic {
  background-position: -712px -103px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-rmp .cs-ic {
  width: 42px;
  height: 61px;
  background-position: -567px -9px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-rmp:hover .cs-ic {
  background-position: -567px -90px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-imp .cs-ic {
  width: 49px;
  height: 42px;
  background-position: -857px -21px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-imp:hover .cs-ic {
  background-position: -857px -103px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li:hover .cs-tooltip {
  visibility: visible;
  opacity: 1;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-spmp .cs-ic {
  width: 58px;
  height: 51px;
  background-position: -932px -16px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-spmp:hover .cs-ic {
  background-position: -932px -100px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-ad360:before {
  background: url(../images/thanks-page-cs-logo-sprite.png) no-repeat 0 0;
  background-position: -11px -114px;
  background-size: 600px;
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  height: 28px;
  width: 20px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper li.cs-log360:before {
  background: url(../images/thanks-page-cs-logo-sprite.png) no-repeat 0 0;
  background-position: -11px -114px;
  background-size: 600px;
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  height: 28px;
  width: 20px;
}

.thanks-page-cs-container .thanks-page-cs-wrapper .cs-tooltip {
  visibility: hidden;
  opacity: 0;
  font-size: 15px;
  font-weight: 300;
  color: #000;
  line-height: 23px;
  background: #f3f9ff;
  box-sizing: border-box;
  padding: 10px 20px;
  border: 1px solid #2483e0;
  border-radius: 5px;
  width: 290px;
  text-align: left;
  position: absolute;
  left: 28%;
  top: 88%;
  z-index: 1;
  transition: 0.3s linear;
}
.thanks-page-cs-container .thanks-page-cs-wrapper .cs-tooltip:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #2483e0;
  position: absolute;
  left: 50px;
  top: -10px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper .cs-tooltip:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #f2f9fe;
  position: absolute;
  left: 50px;
  top: -8px;
}
.thanks-page-cs-container .thanks-page-cs-wrapper .hide {
  display: none;
}
@media screen and (max-width: 1100px) {
  .thanks-page-cs-container .thanks-page-cs-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 80%;
  }
  .thanks-page-cs-container .thanks-page-cs-wrapper:after {
    height: calc((100% / 3) + 2%);
    top: calc((100% / 3) - 2%);
  }
  .thanks-page-cs-container .thanks-page-cs-wrapper .cs-tooltip {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    margin: auto;
    margin-top: 10px;
    visibility: visible;
    opacity: 1;
    background: none;
    border: none;
    text-align: center;
    padding: 0 20px;
    padding-bottom: 30px;
  }
  .thanks-page-cs-container .thanks-page-cs-wrapper .cs-tooltip:before,
  .thanks-page-cs-container .thanks-page-cs-wrapper .cs-tooltip:after {
    display: none;
  }
  .thanks-page-cs-container .thanks-page-cs-wrapper li {
    height: auto;
  }
  .thanks-page-cs-container .thanks-page-cs-wrapper li .cs-ic {
    bottom: auto;
    top: 25px;
  }
}
@media screen and (max-width: 650px) {
  .thanks-page-cs-container .thanks-page-cs-wrapper {
    box-sizing: border-box;
    width: 100%;
  }
  .thanks-page-cs-container .thanks-page-cs-wrapper:before,
  .thanks-page-cs-container .thanks-page-cs-wrapper:after {
    display: none;
  }
  .thanks-page-cs-container .thanks-page-cs-wrapper li {
    width: 100%;
    border: 1px solid #e6e9ea;
    margin: 10px auto;
    box-shadow: 0 0 10px #e6e9ea;
  }
  .thanks-page-cs-container .thanks-page-cs-wrapper li .cs-tooltip {
    padding-bottom: 0;
  }
}
