body,
html {
  height: 100%;
}
body {
  font: 300 14px/24px "ZohoPuvi";
  margin: 0 auto;
  background: #f2f2f2;
  color: #444;
  background: #f2f2f2;
}
a {
  text-decoration: none;
  color: #333;
}
h1,
h2 {
  font-size: 3em;
  font-weight: 400;
  line-height: 1.1em;
  padding: 20px 0;
  margin: 0;
}
h3 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
  padding: 0 0 10px;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.hidden {
  overflow: hidden;
}
.hide {
  display: none;
}
.show {
  display: block;
}
section {
  padding: 20px 0;
}
.dark {
  background: #d2d6d8;
}
.lighter {
  background: #fff;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
section a {
  color: #444;
}
header {
  height: 85px;
}
.solCont p {
  margin: 0;
  padding: 5px 0 15px;
}
.heading-menu {
  background: none repeat scroll 0 0 #ecedee;
  border-bottom: 1px solid #c5cbd4;
  color: #424f56;
  font-size: 27px;
  font-weight: 300;
  height: 40px;
  letter-spacing: -1px;
  line-height: 36px;
  margin-top: 111px;
  overflow: hidden;
  padding: 5px 0;
  position: relative;
}
.heading-menu h1 {
  display: inline-block;
}
.banner-highlight {
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  height: 85px;
  bottom: 0;
  left: 0;
  z-index: 22;
}
.col-3 > div {
  width: 32%;
  margin-left: 2%;
}
.col-3 > div:first-child {
  margin: 0;
}
.col-2 > div {
  width: 47%;
  margin-left: 5%;
}
.col-2 > div:first-child {
  margin: 0;
}
.hl-cont {
  background: #f1f1f1;
}
.hl-cont:hover {
  background: #f9f9f9;
}
.hl-cont img {
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  width: 75px;
  height: 75px;
}
.hl-cont a {
  display: block;
  padding: 5px;
}
.hl-cont span {
  line-height: 1.5em;
  margin-bottom: 0;
  padding: 6px 0;
  font-size: 1em;
  display: block;
}
.hl-cont a:hover {
  text-decoration: none;
}
.main-sheet ul {
  list-style: disc inside;
  padding-left: 30px;
}
.home-banner {
  padding: 0;
}
.sol-banner {
  padding: 30px 0 0;
  height: 335px;
  width: 100%;
}
.sol-banner .container {
  max-width: 100%;
}
.banner-new {
  background: url(https://www.manageengine.com/images/all-solutions.jpg)
    no-repeat left top;
  background-size: cover;
  height: 80%;
}
.submenu-inner p {
  margin: 0;
}
ol.main-menu > li {
  width: 200px;
  position: absolute;
  padding-left: 30px;
}
ol.main-menu > li h2 {
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #2a2a2b;
  font-weight: 400;
  font-size: 18px;
  padding: 5px;
  line-height: 18px;
  cursor: pointer;
  border-left: none;
}
.ps-arrow {
  left: -13px;
  top: -9px;
  position: absolute;
  display: block;
  width: 43px;
  overflow: hidden;
}
.ps-arrow > span {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 100px;
  color: #9ac969;
  width: 25px;
  height: 25px;
}
ol.main-menu > li:hover .ps-arrow > span,
ol.main-menu > li:hover h2 {
  background: rgba(154, 201, 105, 0.8);
  color: #fff;
}
ol.main-menu > li .ps-arrow > span i {
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 -2px;
  font: 400 50px/25px Arial, Helvetica, sans-serif;
  font-style: normal;
}
ol.main-menu > li:hover .ps-arrow > span i {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  height: 26px;
}
ol.main-menu > li div.submenu {
  height: 0;
  overflow: hidden;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: 2;
  position: relative;
}
ol.main-menu > li:hover div.submenu {
  height: 300px;
}
ol.main-menu > li div.submenu-inner {
  background: rgba(154, 201, 105, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
  padding: 10px;
}
div.submenu ul {
  padding-top: 10px;
}
div.submenu ul li {
  padding: 4px 10px;
}
div.submenu ul li a {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
div.submenu ul li a:hover {
  color: #444;
}
ol.main-menu > li.network {
  top: 62%;
  left: 30%;
}
ol.main-menu > li.security {
  top: 8%;
  left: 9%;
}
ol.main-menu > li.window {
  top: 47%;
  left: 35%;
}
ol.main-menu > li.activedirectory {
  top: 25%;
  left: 47%;
}
ol.main-menu > li.help {
  top: 53%;
  left: 58%;
}
ol.main-menu > li.msp {
  top: 80%;
  left: 80%;
}
ol.main-menu > li.mobile {
  top: 40%;
  left: 15%;
}
ol.main-menu > li.ondemand {
  top: 35%;
  left: 80%;
}
ol.main-menu > li.unified {
  top: 80%;
  left: 10%;
}
ol.main-menu > li.desktop {
  top: 10%;
  left: 70%;
}
ol.main-menu > li.application {
  top: 80%;
  left: 40%;
  width: 225px;
}
.prod-list {
  padding: 10px 0 0;
}
.prod-list > li {
  width: 23%;
  float: left;
  margin: 0 0 20px;
}
.prod-list > li > a {
  color: #444;
  font-size: 1.3em;
  font-weight: 300;
}
.prod-list > li > a:hover {
  text-decoration: underline;
}
.prod-list > li > a span {
  display: inline-block;
  padding: 23px 0;
}
.sub-sheet {
  display: none;
}
.sub-sheet.show {
  display: block;
}
.sub-sheet p {
  margin-bottom: 20px;
}
.sub-sheet h2 .prod-icons {
  position: absolute;
  left: -80px;
  top: 14px;
}
.main-sheet h1,
h2.mainhead {
  padding-bottom: 0;
}
.icon-close {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border: 1px solid #ddd;
  font-size: 40px;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: inline-block;
  right: 0;
  top: 25px;
  line-height: 40px;
  background: #f1f1f1;
  cursor: pointer;
  color: #999;
}
ol.customer-list > li {
  width: 30%;
  margin-left: 4%;
  min-height: 360px;
  position: relative;
  padding-bottom: 10px;
}
ol.customer-list > li:first-child {
  margin-left: 0;
}
ol.customer-list > li h3 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
  min-height: 50px;
  text-transform: uppercase;
}
ol.customer-list > li p {
  font-size: 0.9em;
  margin: 0;
}
ol.customer-list > li p.link-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
ol.news-list li {
  padding-bottom: 10px;
}
ol.news-list li h4 {
  margin: 0;
  font-size: 13px;
}
ol.news-list li p {
  font-size: 11px;
}
.feedburnerFeedBlock .date,
.feedburnerFeedBlock .feedItemAuthor,
ol.news-list li p,
ol.news-list li p a {
  color: #999;
}
#creditfooter,
.feedTitle,
.feedburnerFeedBlock ul li > div {
  display: none;
}
.feedburnerFeedBlock .headline {
  display: block;
  font-size: 13px;
  line-height: 20px;
}
.feedburnerFeedBlock ul li {
  padding-bottom: 10px;
  min-height: 60px;
}
.feedburnerFeedBlock .date,
.feedburnerFeedBlock .feedItemAuthor {
  display: inline-block;
  padding-right: 5px;
  font-size: 11px;
}
.cus-cont {
  background: #fff;
  padding: 20px 20px 10px 0;
}
.cus-cont:hover {
  background: #f9f9f9;
}
.cus-left {
  width: 40%;
}
.cus-right {
  width: 60%;
}
.but-grn {
  background: #7bbb2a;
  padding: 10px;
  font-size: 1.5em;
  color: #fff;
  display: inline-block;
  font-weight: 300;
}
.but-grn:hover {
  background: #8a939b;
}
.cust-logo {
  padding: 0 0 10px;
  text-align: center;
}
.appcus-list ul li {
  padding: 0 5px;
}
.feature-cont {
  padding: 30px 20px 10px;
}
.icon-toppos {
  right: 10px;
  top: 0;
  background: url(https://www.manageengine.com/images/homepage-sprite.png)
    no-repeat left top;
  height: 36px;
  width: 47px;
  display: none;
}
.icon-news {
  background-position: -286px -109px;
}
.icon-events {
  background-position: -348px -104px;
}
.icon-something {
  background-position: -404px -104px;
}
.link-more {
  font-size: 1em;
  font-weight: 300;
  margin: 0;
}
.link-more a:hover {
  text-decoration: underline;
}
#slides {
  display: none;
  height: 500px;
  width: 100%;
}
#slides.slides-inner {
  height: 350px;
}
#slides .slidesjs-navigation {
  margin-top: 5px;
  position: absolute;
}
.slidesjs-container,
.slidesjs-control {
  height: 500px !important;
}
a.slidesjs-next,
a.slidesjs-play,
a.slidesjs-previous,
a.slidesjs-stop {
  background-image: url(https://www.manageengine.com/images/btns-next-prev.png);
  background-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  margin-right: 5px;
  z-index: 9999;
  opacity: 0.5;
}
a.slidesjs-next {
  right: 10px;
  top: 47%;
  background-position: -12px 0;
}
a:hover.slidesjs-next {
  background-position: -12px -18px;
}
a.slidesjs-previous {
  background-position: 0 0;
  left: 10px;
  top: 47%;
}
a:hover.slidesjs-previous {
  background-position: 0 -18px;
}
a.slidesjs-play {
  width: 15px;
  background-position: -25px 0;
  top: 10px;
  right: 10px;
  visibility: hidden;
}
a:hover.slidesjs-play {
  background-position: -25px -18px;
}
a.slidesjs-stop {
  width: 18px;
  background-position: -41px 0;
  top: 10px;
  right: 10px;
  visibility: hidden;
}
a:hover.slidesjs-stop {
  background-position: -41px -18px;
}
.slidesjs-pagination {
  margin: 7px 0 0;
  float: right;
  list-style: none;
  position: absolute;
  top: 43%;
  right: 5%;
  z-index: 20;
}
.slidesjs-pagination li {
  margin: 1px 0;
}
.slidesjs-pagination li a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  float: left;
  background: #999;
  text-indent: -999em;
  overflow: hidden;
  margin-bottom: 3px;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background: #000;
}
.slidesjs-pagination li a:hover {
  background: #333;
}
#slides a:link,
#slides a:visited {
  color: #333;
}
#slides a:active,
#slides a:hover {
  color: #9e2020;
}
.slide-inner > img {
  width: 100%;
}
.navbar {
  overflow: hidden;
}
.sub-head {
  font-size: 1.5em;
}
.testv-img {
  display: block;
  margin: 0 0 20px;
}
.last-vid .testv-img {
  margin-bottom: 10px;
}
.no-mrg {
  margin: 0 !important;
}
.no-bor {
  border: none !important;
}
.hcase-list {
  border-left: 1px solid #ddd;
  padding: 10px 0 0 20px;
  min-height: 310px;
}
h3.case-head {
  margin: 5px 0 15px;
}
.casestudy-list li {
  padding: 0 0 10px 30px;
  background: url(https://www.manageengine.com/images/homepage-sprite.png)
    no-repeat -784px -33px;
}
.casestudy-list li a:hover {
  text-decoration: underline;
}
ul.ft-list {
  padding: 20px 0;
}
ul.ft-list li {
  float: left;
  width: 32%;
  padding: 10px 0;
  margin-left: 2%;
  text-align: center;
}
ul.ft-list li:first-child {
  margin-left: 0;
}
.ft-list li a {
  display: inline-block;
  position: relative;
  width: 135px;
  padding-top: 120px;
  background: url(https://www.manageengine.com/images/homepage-sprite.png)
    no-repeat scroll left top transparent;
}
.ft-list li.win-desk a {
  background-position: -355px -15px;
}
.ft-list li.trouble a {
  background-position: -510px -15px;
}
.ft-list li.virtualization a {
  background-position: -650px -15px;
}
ul.ft-list li a:hover {
  text-decoration: underline;
}
.dwn-arw {
  top: -2px;
}
.testmonial-block {
  background: #fff;
  padding: 10px;
  margin-bottom: 60px;
}
h2.millions {
  font-size: 2.6em;
}
.testmonial-block + h3 {
  font-size: 1.9em;
}
.testmonial-block img {
  max-width: 100%;
  border: 1px solid #ddd;
}
.video-scroll {
  height: 335px;
  overflow-y: scroll;
}
.testmonial-block .link-more {
  margin-top: 10px;
}
.in-icon {
  margin-top: 10px;
  width: 65px;
}
.head-block {
  max-width: 900px;
}
.head-block p {
  margin-top: 0;
  padding-top: 0;
  font-size: 1.2em;
}
.head-block h1 {
  padding-bottom: 10px;
  font-size: 2.8em;
}
.solution-list {
  padding: 25px 0 0;
}
.col-25 {
  width: 23%;
}
.col-20 {
  width: 18.4%;
}
.col-28 {
  width: 28%;
}
.col-30 {
  width: 32%;
}
.col-50 {
  width: 49%;
}
.mrg-left {
  margin-left: 2%;
}
.sol-bg .sol-name {
  height: 169px;
  position: relative;
  overflow: hidden;
}
.sol-name img {
  width: 100%;
  height: 100%;
}
.sol-name h2,
.sol-name p {
  font-size: 1.8em;
  background: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  position: absolute;
  bottom: 50px;
  padding: 10px;
  color: #fff;
  left: 0;
  max-width: 400px;
  line-height: 1.1em;
}
.sol-name p {
  font-size: 1.1em;
  background: url(https://www.manageengine.com/images/prod-bg.png) no-repeat
    right top;
  padding: 10px 30px 10px 10px;
  bottom: 10px;
  color: #fff;
  font-weight: 400;
}
.sol-name p a {
  color: #fff;
  transition: all 0.2s ease-in 0;
}
.sol-name p a:hover {
  color: #000;
  text-decoration: none;
}
.sol-bg1 .sol-name h2 {
  color: #7bbb2a;
}
.sol-bg1 .sol-name p {
  color: #fff;
  background: 0 0;
}
.sol-desc {
  padding: 20px 0 20px 80px;
}
.sol-details {
  background: #f1f1f1;
  padding: 10px 0 0;
  min-height: 150px;
}
ul.feat-list li {
  padding: 3px 3px 3px 25px;
  background: url(https://www.manageengine.com/images/list-icon.png) no-repeat
    left 5px;
}
.link-learn {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}
.link-learn a {
  padding: 5px 10px;
  background: #7bbb2a;
  color: #fff;
  font-size: 1em;
  display: inline-block;
}
.sub-box {
  background: #d9dcdd;
  height: 265px;
  overflow: hidden;
}
.sub-box h3 {
  background: #424f56;
  color: #8ab844;
  padding: 20px;
  margin: 0;
}
.subbox-cont {
  padding: 0 20px 10px;
  position: relative;
  top: 0;
  line-height: 1.6em;
}
.subbox-cont > div.clearfix {
  padding-bottom: 10px;
}
.case-list a {
  float: left;
}
.case-title {
  vertical-align: top;
}
.subbox-cont ul {
  height: 155px;
  overflow: hidden;
}
ul.cus-story {
  position: relative;
}
ul.cus-story li {
  padding-bottom: 10px;
  display: none;
  position: absolute;
  top: 200px;
  left: 3px;
  transition: all 0.4s ease-in 0;
}
ul.cus-story li.active {
  top: 0;
}
ul.cus-story li p {
  margin: 0;
  padding: 0 0 5px;
}
.cus-name {
  font-weight: 400;
  margin-bottom: 10px;
  color: #8ab844;
}
.top-links {
  position: absolute;
  top: -20px;
  right: 0;
}
.top-links a {
  display: inline-block;
  padding: 6px 30px 6px 15px;
  position: relative;
  color: #fff !important;
  font-size: 1.3em;
}
.req-call {
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  background: #7bbb2a;
}
.req-demo {
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  background: #5f6d78;
}
.req-call span,
.req-demo span {
  position: absolute;
  right: 5px;
  top: 8px;
  width: 20px;
  height: 20px;
}
.req-demo span {
  background: url(https://www.manageengine.com/images/homepage-sprite.png)
    no-repeat -48px -149px;
}
.req-call span {
  background: url(https://www.manageengine.com/images/homepage-sprite.png)
    no-repeat -6px -149px;
}
.breadcrumb a.req-call:hover,
.breadcrumb a.req-demo:hover {
  text-decoration: none;
  color: #222 !important;
}
#customers {
  padding: 0;
}
.mobileapp-list {
  background: #f1f1f1;
  padding: 0 30px 10px;
}
.mobileapp-list ul li {
  margin-bottom: 20px;
}
.mobileapp-list ul li > div {
  background: #fff;
  padding: 10px 10px 10px 8px;
  height: 120px;
  text-align: left;
}
.app-icon {
  width: 124px;
  height: 121px;
  background: url(https://www.manageengine.com/images/app-icons.png) no-repeat
    left top;
  display: block;
  text-indent: -9999em;
  margin: 0 10px 0 0;
  text-align: left;
  float: left;
}
.mobileapp-list ul li:hover .app-icon {
  background-position: left bottom;
}
.mobileapp-list ul li h3 {
  font-size: 1em;
  margin: 0;
  line-height: 1.4em;
  font-weight: 600;
  padding: 0;
}
.mobileapp-list ul li p {
  margin: 5px 0 0;
  line-height: 1.3em;
}
.app-ad {
  background-position: -132px top;
}
.mobileapp-list ul li:hover .app-ad {
  background-position: -132px bottom;
}
.app-sdp {
  background-position: -268px top;
}
.mobileapp-list ul li:hover .app-sdp {
  background-position: -268px bottom;
}
.app-fm {
  background-position: -405px top;
}
.mobileapp-list ul li:hover .app-fm {
  background-position: -405px bottom;
}
.app-am {
  background-position: -538px top;
}
.mobileapp-list ul li:hover .app-am {
  background-position: -538px bottom;
}
.app-nfa {
  background-position: -676px top;
}
.mobileapp-list ul li:hover .app-nfa {
  background-position: -676px bottom;
}
.app-dc {
  background-position: -812px top;
}
.mobileapp-list ul li:hover .app-dc {
  background-position: -812px bottom;
}
.app-icon span {
  display: none;
}
.me-nl #dwn-form-alert {
  left: 28px;
  top: 30px;
}
h3.ss-head {
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  padding: 20px 0 10px;
}
.sol-img {
  width: 50%;
  text-align: right;
}
.sol-img img {
  margin-right: 25%;
}
.sol-caption {
  width: 50%;
  background: rgba(0, 0, 0, 0.3);
  margin-top: 50px;
  float: right;
}
.sol-caption h2,
.sol-caption .h2,
.sol-caption p {
  padding: 10px !important;
  color: #fff;
}
.sol-caption h2,
.sol-caption .h2 {
  font-size: 3em;
  font-weight: 500;
  line-height: 1.1em;
  margin: 0;
}
.sol-caption p {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1.4em;
  margin: 10px 0 0;
}
.dsn-z {
  padding-top: 20px;
  line-height: 2.2em;
}
.foot-logo {
  display: inline-block;
  background: url(https://www.manageengine.com/images/footer-logo.jpg) no-repeat
    left top;
  width: 91px;
  height: 32px;
  text-indent: -9999em;
  margin-top: -2px;
  position: relative;
  vertical-align: text-bottom;
}
.popup {
  background: #fff;
  border: 1px solid #d2d2d2;
  display: none;
  position: relative;
}
.pophead {
  padding: 10px;
  background: #f1f1f1;
  border-bottom: 1px solid #ddd;
}
.popcont {
  padding: 10px;
}
.popclose {
  position: absolute;
  right: 5px;
  top: 7px;
  font-size: 16px;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100px;
  line-height: 18px;
  padding: 3px;
  color: #333;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.v2-list .sol-name {
  border: 1px solid #ddd;
  border-bottom: none;
}
.v2-list .sol-details {
  border: 1px solid #ddd;
  border-top: none;
}
.v2ban .sol-caption {
  background: 0 0;
}
.v2-list .sol-name h2 {
  background: 0 0;
  color: #333;
  margin: 20px 0 30px;
}
.v2-list .link-learn a {
  background: #5f6d78;
  transition: all 0.2s ease-in 0;
}
.v2-list .link-learn a:hover {
  background: #7bbb2a;
  text-decoration: none;
}
.link-learn a.comDwn {
  border-top: 2px solid #f2f2f2;
  color: #333 !important;
  display: inline-block;
  font-size: 16px;
  padding: 5px 0;
  transition: all 0.2s ease-in 0;
  background: 0 0;
  margin-right: 15px;
}
.link-learn a.comDwn:hover,
.v2-list .link-learn a.comDwn:hover {
  background: 0 0;
  color: #7bbb2a;
  text-decoration: underline;
}
.comDwnSpan {
  background: none repeat scroll 0 0 #ed1c24;
  border-radius: 20px;
  float: left;
  line-height: 0;
  margin-right: 10px;
  padding: 5px;
}
.comDwnIcon {
  background: url(https://www.manageengine.com/images/me-common-sprite.png)
    no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 15px;
  width: 15px;
}
.v2ban {
  background: url(https://www.manageengine.com/images/solbg-c.jpg) no-repeat
    left top;
  background-size: cover;
}
.ftoolBox {
  padding: 20px;
  float: left;
  margin: 0 0 5px 13px;
  background: #f1f1f1;
  color: #424f56;
  height: 200px;
  width: 200px;
  transition: all 300ms ease 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ftoolBox:first-child {
  margin-left: 0;
}
.ftoolBox h3 {
  line-height: 35px;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.ftoolBox h3 a {
  transition: all 0.2s ease-in 0;
  font-weight: 400;
}
.ftoolBox p {
  font-size: 12px;
  margin: 5px 0 20px;
  line-height: 20px;
}
.ftoolBox a.moreBtn {
  background: #5f6d78;
}
.ftoolBox:hover a.moreBtn {
  background: #7bbb2a;
}
.ftoolBox1 a,
.ftoolBox2 a {
  color: #333 !important;
}
.ftoolBox1 a.moreBtn,
.ftoolBox2 a.moreBtn {
  color: #fff !important;
}
.ftoolCont {
  height: 170px;
  position: relative;
  overflow: hidden;
}
.ftool-default,
.ftool-hover {
  transition: all 300ms ease 0;
  height: 170px;
  position: relative;
  overflow: hidden;
}
.s12ban .container,
.s11ban .container,
.s10ban .container,
.s1ban .container,
.s2ban .container,
.s3ban .container,
.s4ban .container,
.s5ban .container,
.s6ban .container,
.s7ban .container,
.s8ban .container,
.s9ban .container {
  max-width: 1200px;
}
.ftoolBox:hover {
  background: none repeat scroll 0 0 #424f56;
  color: #fff;
}
.ftoolBox:hover h3 a {
  color: #99cd3f !important;
}
.ftoolBox:hover .ftool-default {
  margin-top: -170px;
}
.ftimg {
  background: url(../free-tools/images/free-tools-sprite.png) no-repeat scroll 0
    0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 145px;
  margin: 10px auto 0;
  width: 175px;
}
.win-adm {
  background-position: -660px -218px;
}
.win-health {
  background-position: -167px -218px;
}
.ex-health {
  background-position: -167px -338px;
}
.sql-health {
  background-position: -304px -215px;
}
.win-admin {
  background-position: 0 -217px;
}
.win-shm {
  background-position: -660px -345px;
}
.share-health {
  background-position: -470px -215px;
}
.win-service {
  background-position: 0 -338px;
}
.snmb-mib {
  background-position: -160px -700px;
}
.ping-tool {
  background-position: -312px -337px;
}
.pro-traffic {
  background-position: -470px -340px;
}
.sys-log {
  background-position: 0 -465px;
}
.mob-ping {
  background-position: -168px -465px;
}
.mib-android {
  background-position: -304px -465px;
}
.vmware {
  background-position: -430px 0;
}
.hyperv-perf {
  background-position: -470px -465px;
}
.fism {
  background-position: -640px 0;
}
.vm-conf {
  background-position: 0 -712px;
}
.hyperv-conf {
  background-position: -470px -593px;
}
.xen-server {
  background-position: 0 -590px;
}
.free-azure {
  background-position: -312px -590px;
}
.free-ec2 {
  background-position: -164px -590px;
}
.s1ban {
  background: url(https://www.manageengine.com/images/me-vs-sw-solution-banner.jpg)
    no-repeat center top #ebe83c;
}
.s11ban .sol-caption,
.s10ban .sol-caption,
.s1ban .sol-caption,
.s2ban .sol-caption,
.s3ban .sol-caption,
.s4ban .sol-caption,
.s5ban .sol-caption,
.s6ban .sol-caption,
.s7ban .sol-caption,
.s8ban .sol-caption,
.s9ban .sol-caption,
.s12ban .sol-caption {
  float: none;
  width: 60%;
  margin-top: 10px;
  background: 0 0;
}
.s11ban .sol-caption,
.s3ban .sol-caption,
.s4ban .sol-caption {
  padding-top: 20px;
}
.s4ban .sol-caption {
  width: 100%;
  margin-top: 25px;
  text-align: center;
}
.s4ban .sol-caption h2 {
  padding: 0;
}
.s4ban .sol-caption h2 span {
  font-weight: 500;
}
.s4ban .sol-caption p {
  margin: 0 0 20px;
  line-height: 0.9em;
}
.s15ban .sol-caption p,
.s15ban .sol-caption h2,
.s10ban .sol-caption h2,
.s10ban .sol-caption p,
.s3ban .sol-caption h2,
.s3ban .sol-caption p,
.s4ban .sol-caption h2,
.s4ban .sol-caption p,
.s5ban .sol-caption h2,
.s5ban .sol-caption p,
.s9ban .sol-caption h2,
.s9ban .sol-caption p {
  color: #000;
}
.s15ban .sol-caption {
  padding: 4% 0 0 45%;
}
.s15ban h2 {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.4em;
}
.s2ban {
  background: url(https://www.manageengine.com/images/solution-banner-apm.jpg)
    no-repeat left top;
  background-size: cover;
}
.s3ban {
  background: url(https://www.manageengine.com/images/solution-banner-hdm.jpg)
    no-repeat left top;
  background-size: cover;
}
.s4ban {
  background: url(https://www.manageengine.com/images/solution-banner-adm.jpg)
    no-repeat left top;
  background-size: cover;
}
.s11ban .sol-caption,
.s3ban .sol-caption {
  padding-left: 500px;
}
.s5ban {
  background: url(https://www.manageengine.com/images/solution-banner-dm.jpg)
    no-repeat left top;
  background-size: cover;
}
.s6ban {
  background: url(https://www.manageengine.com/images/solution-banner-itsm.jpg)
    no-repeat left top;
  background-size: cover;
}
.s7ban {
  background: url(https://www.manageengine.com/images/solution-banner-msp.jpg)
    no-repeat left top;
  background-size: cover;
}
.s8ban {
  background: url(https://www.manageengine.com/images/solution-banner-uitm.jpg)
    no-repeat left top;
  background-size: cover;
}
.s9ban {
  background: url(https://www.manageengine.com/images/solution-banner-odm.jpg)
    no-repeat right top;
  background-size: cover;
}
.s10ban {
  background: url(https://www.manageengine.com/images/solution-banner-mdm.jpg)
    no-repeat left top;
  background-size: cover;
}
.s11ban {
  background: url(https://www.manageengine.com/images/solution-banner-server.jpg)
    no-repeat left top;
  background-size: cover;
}
.s12ban {
  background: url(https://www.manageengine.com/images/solution-banner-pmp.jpg)
    no-repeat left top;
  background-size: cover;
}
.s15ban {
  background: url(https://www.manageengine.com/images/solution-banner-pim.jpg)
    no-repeat left top;
  background-size: cover;
}
.top-sec .dropdown > span {
  padding: 0 5px;
}
.nav .dropdown > span,
.nav > li > a {
  padding: 3px 10px;
  line-height: 20px;
  display: inline-block;
}
.nav .dropopen > span,
.nav > li > a:hover,
.nav > li > span:hover {
  background: #7bbb2a;
  color: #fff;
}
.logo {
  margin-top: 34px;
}
.nav > li {
  padding: 0 0 0 15px;
}
.menu-icon {
  margin-top: 10px;
}
.top-sec > ul > li {
  position: relative;
  padding-top: 3px;
}
.searchtxt {
  border: 1px solid #ddd;
  padding: 2px 2px 2px 18px;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  width: 45px;
  background: #f9f9f9
    url(https://www.manageengine.com/images/homepage-sprite.png) no-repeat -784px -1px;
}
.s9ban .container p span {
  font-size: 40%;
  vertical-align: top;
}
.s9ban .container p span.zLogo {
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  margin-top: 5px;
}
.s13ban {
  background: url(https://www.manageengine.com/images/solution-banner-analytics.jpg)
    no-repeat left top;
  background-size: cover;
}
.s14ban {
  background: #0060ac
    url(https://www.manageengine.com/images/solution-banner-office365.jpg)
    no-repeat center top;
  background-size: auto 100%;
}
.s14ban .sol-caption h2 {
  font-size: 2.5em;
  padding-top: 7% !important;
}
.s14ban .sol-caption p {
  font-size: 1.7em;
}
.s15ban h2 {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.4em;
}
.container.foot-copy {
  max-width: 100%;
}
.top-links {
  font-size: 14px;
}
#fixedbtn,
.top-links {
  position: fixed;
  right: 0;
  top: initial;
  bottom: 300px;
  z-index: 4;
}
#fixedbtn .demo,
.top-links .req-demo,
#fixedbtn .contact {
  color: #fff !important;
  background: #34ad65;
  text-align: center;
  display: block;
  height: 40px;
  font-weight: 500;
  font-size: 0.75em;
  line-height: normal;
  vertical-align: middle;
  border-radius: 0;
  width: 90px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
#fixedbtn .demo,
.top-links .req-demo:hover {
  cursor: pointer;
}
#fixedbtn .contact {
  background: #1d2532;
}
.top-links .req-call {
  display: block;
  background: #1d2532 url(https://www.manageengine.com/images/contact-fix.png)
    no-repeat center center;
  width: 55px;
  height: 55px;
  text-indent: -99999em;
  padding: 0;
  border-radius: 0;
}
#fixedbtn .contact,
.top-links .req-call:hover {
  cursor: pointer;
}
#fixedbtn .contact:hover,
.top-links .req-call:hover {
  text-decoration: none;
}
.icon-solnpim {
  width: 40px;
  height: 58px;
  background: url(https://www.manageengine.com/images/solnpim.svg) no-repeat;
  background-size: cover;
}
.global-success-msg {
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 99999;
  width: 100%;
  background: #f8fdee;
  border: 1px solid #b6db95;
  padding: 10px;
  text-align: center;
  color: #5c8707;
  font-weight: 700;
  font-size: 1em;
  display: none;
  font-weight: 400;
}
.global-sucess-msg.active {
  display: block;
}
div.popup_contains {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  z-index: 999999;
}
div.req_form_popup {
  z-index: -9;
  opacity: 0;
}
div.popup_contains.after_active {
  z-index: 999999;
  opacity: 1;
}
div.popup_boxes {
  width: 70%;
  background: #fff none repeat scroll 0 0;
  margin: 4% auto;
  border: 10px solid rgba(11, 11, 11, 0.67);
  border-radius: 5px;
  position: relative;
  overflow-y: scroll;
}
div.popup_boxes div.popup_closeicon {
  float: right;
  padding: 5px 0;
  line-height: 25px;
  border: 1px solid #34ad65;
  border-radius: 30px;
  font-size: 32px;
  margin: 0;
  width: 40px;
  height: 30px;
  top: 15px;
  right: 20px;
  position: relative;
  background: #fff;
  color: #34ad65;
  text-align: center;
  z-index: 99999;
  position: absolute;
  font-weight: 100;
  cursor: pointer;
}
div.popup_boxes div.popup_closeicon:hover {
  cursor: pointer;
}
div.popup_boxes div.survey_popups {
  text-align: center;
  font-size: 3em;
  margin: 0;
  position: relative;
}
div.my-iframe {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 500px;
  border: none;
}
div.me_support_popups {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 480px;
  border: none;
  z-index: 999;
  overflow-y: scroll;
}
div.survey_popups h4.popup_form_heading {
  font-size: 22px;
  height: auto;
  margin: 10px 0 0 15px;
  line-height: 2em;
  text-align: left;
}
div.popupform_preloader {
  width: 100%;
  height: 500px;
  position: absolute;
  background: #fff;
  z-index: 99999;
}
div.popupform_preloader p {
  text-align: center;
  font-size: 16px;
  color: #34ad65;
}
div.page_preloader {
  width: 100%;
  height: auto;
  display: block;
}
div.popup_boxes .popupform_preloader img,
div.page_preloader img,
div.preloader_images img {
  width: 50px;
  height: 50px;
  margin: 15% auto 0;
  display: block;
  -webkit-animation: preloaderanim 1s infinite linear;
  -moz-animation: preloaderanim 1s infinite linear;
  -o-animation: preloaderanim 1s infinite linear;
  animation: preloaderanim 1s infinite linear;
}
div.page_preloader p {
  text-align: center;
  font-size: 16px;
  color: #34ad65;
}
.industries-menu h4,
h4.mesolutions-tit {
  padding: 10px;
  color: #000;
  font-size: 1.3em;
  font-weight: 600;
  text-align: left;
  margin: 0;
}
.industries-menu li {
  padding: 10px;
}
.nav-list .solution-sec.sol-listCol1 {
  padding: 0 0 0 40px;
  width: 70%;
}
.sol-listCol4 {
  width: 20%;
  padding: 0 0 0 40px;
}
.sol-sepration {
  border-left: 1px solid #e2e2e2;
  top: 0;
}
.solution-sec ul {
  border-right: 1px solid #555;
  border-left: none;
}
.nav-list > div.solutions {
  height: 350px;
}
@-webkit-keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bg-list-grey {
  background: #f2f2f2;
}
.container {
  max-width: 1200px;
}
.breadcrumb {
  position: absolute;
  top: 10px;
  margin: 0;
}
#scroll .ftoolBox a.first-free-tools-anchor {
  background: #34ad65 !important;
  text-transform: uppercase;
}
#scroll .prdBox:hover a,
#scroll .prdvideo:hover span,
#scroll .prdBox:hover span,
#scroll .ftoolBox:hover a {
  color: #34ad65 !important;
}
#scroll .prdBox,
#scroll .prdvideo {
  width: 20%;
  padding: 20px;
  margin: 20px 20px 20px 0;
  background: #fff;
  border: none;
  color: #444;
  max-width: none;
  -webkit-transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 10px #d8d8d8;
}
#scroll .eventsBox .prdBox {
  height: 220px;
}
#scroll .rev {
  height: auto;
}
#scroll .prdBox:hover,
#scroll .prdvideo:hover {
  background: #fff;
  color: #444;
  box-shadow: 0 15px 15px #bbb;
}
#scroll .prdBox p,
#scroll .prdvideo p {
  font-size: 1em;
  line-height: 1.6em;
}
#scroll img {
  max-width: 100%;
  max-height: 100%;
}
#scroll .prdBox .prd-hover p {
  font-size: 0.8em;
}
#scroll .prdBox:hover a,
#scroll .prdvideo:hover span,
#scroll .prdBox:hover span {
  color: #444 !important;
}
#scroll .prd-learnmore,
.ftoolBox .prd-learnmore {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 5px 0;
  transition: all 0.2s ease-in 0;
}
.ftoolBox .prd-learnmore a {
  background: transparent;
  color: #34ad65 !important;
  padding: 5px 0;
  margin: 0;
}
#scroll .prd-learnmore .comDwnSpan {
  display: none;
}
#scroll .prd-learnmore-news {
  border-top: 1px solid #f2f2f2;
  padding: 10px 0;
}
#scroll .prd-learnmore-news .combtmSct {
  display: inline-block;
  text-align: left;
  border: none;
  padding: 0 10% 0 0;
  color: #888;
}
#scroll .prdBox:hover .prd-learnmore-news .combtmSct {
  color: #fff;
}
#scroll .prd-learnmore-news .comDwn {
  text-align: center;
}
.comDwn {
  border: none !important;
  font-weight: 300;
  font-size: 1em;
}
.combtmSct {
  border-top: 1px solid #f2f2f2;
  padding: 5px 0 0;
}
.prdBox:hover .prd-learnmore {
  background: #ee5e59;
}
.prdBox .prd-learnmore.prd-blue .comDwn {
  color: #6fbbf5 !important;
}
.prdBox:hover .prd-learnmore.prd-blue {
  background: #6fbbf5;
}
.prdBox .prd-learnmore.prd-yellow .comDwn {
  color: #fdcd36 !important;
}
.prdBox:hover .prd-learnmore.prd-yellow {
  background: #fdcd36;
}
.ftoolBox:hover .prd-learnmore {
  background: #34ad65;
}
.ftoolBox:hover .prd-learnmore a {
  color: #fff !important;
}
a.moreBtn,
a.moreBtn:hover {
  background: #34ad65;
  text-transform: inherit;
  padding: 5px 10px 3px;
}
.ftoolBox a.moreBtn {
  font-size: 1em;
}
.ftoolBox .prd-learnmore a.moreBtn {
  display: block !important;
  position: static;
}
.ftoolBox:hover a.moreBtn {
  color: #fff;
  background: none;
}
#scroll .prdBox:hover .prd-learnmore .comDwn,
#scroll .ftoolBox:hover .prd-learnmore a.moreBtn {
  color: #fff !important;
}
#scroll .prdNav a {
  text-decoration: none;
}
.prd-learnmore {
  text-align: center;
}
.filterdrop,
#filter,
#custList {
  position: relative;
  float: right;
  margin: 20px 20px 0 0;
  z-index: 10;
  font-size: 12px;
  width: auto;
}
select#filter {
  background: #fff;
  border: none;
  margin: 15px 20px 0 0;
  height: 35px;
  width: 200px;
  line-height: 35px;
}
.filterdrop > span,
#filter > span,
#custList > span {
  display: block;
  padding: 5px 30px 5px 20px;
  cursor: pointer;
  background: #fff;
  border: none;
  width: 150px;
  border-radius: 5px;
}
#custList > span {
  width: 220px;
}
.filterdrop > span:hover,
#filter > span:hover,
#custList > span:hover {
  background: #1d2532;
  color: #fff;
  border-radius: 5px;
}
.filterdrop > span:after,
#filter > span:after,
#custList > span:after {
  position: absolute;
  right: 20px;
  top: 14px;
  display: inline-block;
  border-left: 4px solid transparent;
  border-top: 4px solid #424f56;
  border-right: 4px solid transparent;
  content: "";
  margin-left: -4px;
}
.filterdrop > span:hover:after,
#filter > span:hover:after,
#custList > span:hover:after {
  border-top: 4px solid #fff;
}
.filterdrop > ul,
#filter > ul,
#custList > ul {
  background: #1d2532;
  margin: 0;
  padding: 0 !important;
  list-style-type: none !important;
  font-size: 12px;
  display: none;
  position: absolute;
  width: 200px;
  right: 0;
}
#custList > ul {
  width: 270px;
}
.filterdrop > ul li:first-child,
#filter > ul li:first-child,
#custList > ul li:first-child {
  border-top: 1px solid #ccc;
}
.filterdrop > ul li,
#filter > ul li,
#custList > ul li {
  margin: 0;
  color: #fff;
  cursor: pointer;
  padding: 5px 20px;
  background: #1d2532;
  border: none;
}
.filterdrop > ul li:hover,
#filter > ul li:hover,
#custList > ul li:hover {
  color: #444;
  background: #ddd;
}
#custList > ul li a {
  color: #fff;
  padding: 3px 10px 3px 0;
}
#custList > ul li:hover a {
  background: none;
  color: #444;
}
.ftoolBox:hover {
  background: #fff;
  color: #444;
}
.ftoolBox:hover h3 a {
  color: #444 !important;
}
.press-contact .per50 {
  width: 44%;
  padding: 2%;
  margin: 0 2% 0 0;
  float: left;
  background: #fff;
}
.press-contact .per50:hover {
  box-shadow: 3px 2px 4px #e6e6e6;
}
.press-contact .per30 {
  text-align: center;
  background: #fff;
  margin: 10px;
  padding: 20px 10px;
  height: 100px;
  width: 28%;
}
.press-kit-logo {
  text-align: center;
  font-size: 1.5em;
  margin: 50px 0 10px;
}
.facts-list li {
  padding: 2% 4% 0;
  display: inline-block;
  width: 20%;
  text-align: center;
  vertical-align: top;
  margin: 10px;
  font-size: 2.7em;
  font-weight: 300;
  min-height: 200px;
  background: #f9f9f9;
  line-height: normal;
  border-top: 4px solid #f9f9f9;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.facts-list li span {
  display: block;
  font-size: 0.6em;
}
.video-categories ul li div.catelists,
.video-regions {
  background: #fff;
}
.filter-categories {
  background: #424f56;
}
.filter-categories > ul li {
  color: #fff;
}
.contactBox h3 span {
  display: block;
  font-size: 2em;
  line-height: 1.3em;
  color: #000;
}
.contactBox p {
  margin: 10px 0 0;
  font-weight: 300;
}
#scroll .prd-default,
#scroll .prd-hover {
  transition: none;
}
.com-banner {
  position: relative;
}
.com-banner img {
  width: 100%;
}
.com-banner p {
  font-size: 3em;
  font-weight: 400;
  text-align: center;
  position: absolute;
  left: 0;
  color: #fff;
  z-index: 1;
  top: 0;
  width: 100%;
  padding-top: 4%;
}
.com-banner p span {
  display: block;
  line-height: normal;
  font-size: 0.4em;
  font-weight: 300;
  padding: 20px 0 0;
}
#scroll {
  background: #f2f2f2;
}
.breadcrumb,
.breadcrumb a {
  color: #333 !important;
}
.banner + section {
  padding: 0;
}
.sol-details {
  background: #fff;
}
.sol-name p a,
.sub-box h3,
.cus-name {
  color: #34ad65;
}
.v2-list .sol-name,
.v2-list .sol-details {
  border: none;
}
ul.feat-list {
  list-style: disc outside;
  padding-left: 60px;
}
.sol-bg,
.sub-box,
.ftoolBox {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  border: medium none;
  color: #000;
}
.sol-bg:hover,
.sub-box:hover,
.ftoolBox:hover {
  box-shadow: 3px 2px 4px #e6e6e6;
}
.sol-bg .sol-name {
  height: auto;
}
.v2-list .sol-name h2,
.v2-list .sol-name p {
  margin: 30px 30px 10px;
  text-align: left;
}
.v2-list .sol-name p {
  margin-top: 10px;
}
.sol-name h2,
.sol-name p {
  position: static;
  margin: 5px 10px;
  padding: 0;
  max-width: 100%;
}
.v2-list .sol-name h2 {
  font-size: 1.5em;
}
.sol-name img {
  display: none;
}
.sol-name p {
  background: none;
}
.sol-bot,
.sol-bot + section {
  background: #f2f2f2 none repeat scroll 0 0;
}
ul.feat-list li {
  color: #777;
  background: none;
  padding-left: 0;
  padding-right: 20px;
}
.sub-box h3 {
  background: none;
  font-weight: 300;
  font-size: 1.4em;
}
.link-learn {
  width: 100%;
}
.v2-list .link-learn a {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: #fff;
  color: #34ad65 !important;
  transition: all 300ms ease 0;
}
.v2-list .sol-bg:hover .link-learn a {
  background: #34ad65;
  color: #fff !important;
}
.ftoolBox:hover a.moreBtn,
.v2-list .sol-bg:hover .link-learn a {
  opacity: 1;
  color: #fff;
}
.head-block {
  margin: 35px 0 0;
}
.in-icon {
  margin-top: 61px;
}
.ftoolBox h3 {
  line-height: 22px;
}
.ftoolBox {
  height: 230px;
}
.ftimg {
  height: 130px;
}
.ftoolCont,
.ftool-default,
.ftool-hover {
  height: 180px;
}
.mobileapp-list {
  background: none;
  padding: 0;
}
.moblink-learn a {
  color: #34ad65;
}
.add-list > div {
  float: left;
  width: 44%;
  border-left: 1px dashed #999;
  padding-left: 30px;
  min-height: 130px;
}
.add-list > div:first-child {
  margin-right: 2%;
  border: none;
  padding: 0;
}
.add-list .num-text {
  color: #999;
  font-size: 0.8em;
  display: block;
  line-height: 10px;
}
.col-65 {
  width: 65%;
  margin-left: 2%;
}
.preloader_images img {
  display: block;
  margin: 0 auto;
}
.cssload-thecube {
  width: 37px;
  height: 37px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #99cd3f;
  animation: cssload-fold-thecube 2.04s infinite linear both;
  -o-animation: cssload-fold-thecube 2.04s infinite linear both;
  -ms-animation: cssload-fold-thecube 2.04s infinite linear both;
  -webkit-animation: cssload-fold-thecube 2.04s infinite linear both;
  -moz-animation: cssload-fold-thecube 2.04s infinite linear both;
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
  animation-delay: 0.255s;
  -o-animation-delay: 0.255s;
  -ms-animation-delay: 0.255s;
  -webkit-animation-delay: 0.255s;
  -moz-animation-delay: 0.255s;
}
.cssload-thecube .cssload-c3:before {
  animation-delay: 0.51s;
  -o-animation-delay: 0.51s;
  -ms-animation-delay: 0.51s;
  -webkit-animation-delay: 0.51s;
  -moz-animation-delay: 0.51s;
}
.cssload-thecube .cssload-c4:before {
  animation-delay: 0.765s;
  -o-animation-delay: 0.765s;
  -ms-animation-delay: 0.765s;
  -webkit-animation-delay: 0.765s;
  -moz-animation-delay: 0.765s;
}
.prdBox.showme {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards;
}
.prdBox.hideme {
  opacity: 0;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards;
}
.comTtl {
  font-size: 2em;
  font-weight: 400;
}
@media screen and (min-width: 1600px) {
  .container,
  .s12ban .container,
  .s11ban .container,
  .s10ban .container,
  .s1ban .container,
  .s2ban .container,
  .s3ban .container,
  .s4ban .container,
  .s5ban .container,
  .s6ban .container,
  .s7ban .container,
  .s8ban .container,
  .s9ban .container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1500px) {
  #commonHeader + .bg-list-grey {
    min-height: 650px;
  }
  .head-container {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 1400px) {
  .container,
  .itsm-container {
    max-width: 1100px;
  }
  .facts-list li {
    width: 21%;
  }
  .itsm-solutions ul li {
    height: 280px;
  }
  #scroll .prdBox,
  #scroll .prdvideo {
    margin: 20px 13px 20px 0;
  }
}
@media screen and (max-width: 1280px) {
  .sol-caption h2 {
    font-size: 2.3em;
    font-weight: 500;
  }
  .sol-caption p {
    font-size: 1.8em;
  }
  .s3ban .sol-caption {
    padding-left: 650px;
  }
  ul.feat-list li {
    line-height: 18px;
  }
}
@media screen and (max-width: 1080px) {
  #scroll1 .container {
    max-width: 900px;
  }
  .breadcrumb {
    left: 6%;
  }
  .facts-list li {
    font-size: 2em;
  }
  #scroll .prdBox,
  #scroll .prdvideo {
    width: 25%;
  }
  .nav-list .suggestion-sec a {
    font-size: 0.8em;
  }
  .sol-listCol4 h2 {
    font-size: 1.5em;
    padding: 0;
    line-height: 1.4em;
  }
  div.nav-submenu ul li a {
    font-size: 85%;
  }
  .menu-inner-right .col-60 p {
    font-size: 1.3em;
  }
  nav ul.header-nav > li:first-child {
    padding: 0 15px 20px;
  }
  .sol-listCol4 {
    padding: 30px;
  }
  #header-mainsec .header-nav > li:last-child {
    display: block;
  }
  .nav-list .sol-listCol1 ul li a {
    font-size: 0.85em;
  }
  .products .header-nav {
    font-size: 0.9em;
  }
  #mobPanel #mobListPrd a span {
    font-size: 0.85em;
    color: #34ad65;
    padding: 0;
    display: block;
  }
  .itsm-solutions ul li {
    height: 260px;
  }
  .nav-list .sol-listCol3 .f1 {
    margin: 20px 0 0;
  }
  .nav-list .sol-listCol3 .f3 a {
    margin: 5px 0 25px;
  }
  #header-mainsec .headerinner {
    padding: 10px;
  }
  .ftoolBox {
    width: 195px;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
  #scroll1 {
    margin-left: 5%;
  }
  #scroll1 .container {
    max-width: 700px;
  }
  .breadcrumb {
    left: 9%;
  }
  #solutions-type-filter ul {
    top: 78px;
  }
  #commonHeader {
    min-height: 78px;
    height: 78px;
  }
  #comSubTree {
    position: static !important;
  }
  #comSubTreeMenu {
    margin: 20px 0;
  }
  footer .container {
    width: 96%;
  }
  #scroll .videos-preview p {
    font-size: 2.5em;
    top: 20%;
  }
  .menu2ResBlk {
    margin-top: 20px;
  }
  .comp-top {
    width: 90%;
  }
  .analyst-reports-mainsec {
    width: 90% !important;
  }
  .analyst-reports-mainsec .filterdrop > span {
    width: 92%;
  }
  #scroll .prdBox {
    width: 40%;
  }
  #header-mainsec,
  #header-mainsec .headerinner.fixed {
    top: 0;
  }
  .product-list ul li {
    width: 50%;
  }
  .hor-bor {
    left: 49.9%;
  }
  .hor-bor2 {
    display: none;
  }
  .hor-bor,
  .hor-bor2 {
    height: 520px;
  }
  .soltions-sec {
    height: auto;
  }
  .soltions-sec ul.tabs li span.icon {
    width: 55%;
  }
  .soltions-sec ul.tabs li.oprations-management span.icon,
  .soltions-sec ul.tabs li.business-intelligence span.icon {
    width: 70%;
  }
  #cse-search-box .newsearchbox {
    padding: 10px 0;
    width: 75%;
    font-size: 1.3em;
    margin: 10px 0;
    color: #444;
  }
  .MEmobListSearch {
    margin: 10px 0;
    border-radius: 5px;
  }
  .itsm-solutions ul li,
  .itsm-solutions ul li.video {
    width: 48%;
    height: auto;
  }
  .hl-cont span {
    font-size: 0.6em;
    padding: 0;
    line-height: 0.5em !important;
  }
  .itsm-solutions ul li.video p img {
    bottom: 0;
    right: 10px;
  }
  .analyst-reports-banner h2 {
    top: 5%;
    font-size: 1.2em;
  }
  .filter-containers,
  #scroll1 .comTtl {
    float: none;
  }
  #solutions-filter ul li p.sicon {
    transform: scale(0.7);
  }
  #solutions-filter ul li {
    height: 40px;
  }
  #solutions-filter ul li h3,
  #solutions-filter ul li.active h3 {
    display: none;
  }
  #header-topsec,
  .header-nav {
    display: none;
  }
  #header-mainsec .headerinner {
    padding: 10px;
  }
  .s14ban .sol-caption h2 {
    font-size: 1.8em;
  }
  .s14ban .sol-caption p {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 650px) and (max-width: 1000px) {
  .itsm-solutions ul li.doc a {
    transform: scale(0.8);
    margin-top: -30px;
  }
  .itsm-solutions ul li {
    height: 200px;
  }
  .mobileapp-list ul li.col-30 {
    width: 48%;
    margin: 0;
  }
  .mobileapp-list ul li:nth-child(odd) {
    margin: 0 20px 20px 0;
  }
}
@media screen and (max-width: 650px) {
  #scroll1 {
    margin-left: 15%;
    width: 80% !important;
  }
  .me_support_column30 {
    width: 100%;
  }
  .solutionFilter1 > ul,
  #filter > ul {
    left: 0;
  }
  span.me_support_regform {
    margin-top: 10%;
  }
  .popup_boxes {
    width: 85%;
  }
  .me_support_column40,
  .me_support_column50 {
    width: 80%;
  }
  .me_support_column60 {
    width: 95%;
    margin: 0 20px;
  }
  .me_support_head h1 {
    line-height: 35px;
    font-size: 1.6em;
  }
  .me_support_telephone {
    margin: 0 0 0 20px;
  }
  .me_support_column90 h2,
  .me_support_column50 h2 {
    font-size: 2em;
  }
  .timeline-sec .cusQte {
    background: #fff;
  }
  .timeline-sec .cusQte-inner {
    margin: 10px auto 50px;
  }
  .contactBox {
    width: 90%;
  }
  .customer-listing .per30.filr-act ul li {
    width: 100%;
  }
  .customer-listing {
    margin: 15% 0 0;
  }
  .customer-listing .per30,
  .customer-listing .per30:first-child {
    width: 95%;
  }
  #custList {
    margin: 20px 15% 20px 0;
  }
  #comSubTree .comSubTree > ul > li {
    display: inline-block;
  }
  #comSubTree .comSubTree {
    width: 100%;
    color: #444;
  }
  #comSubTree .comSubTree > ul > li a {
    color: #444 !important;
  }
  #scroll .videos-preview p {
    font-size: 1.6em;
  }
  #scroll .videos-preview span img {
    max-height: 50%;
    top: 20%;
  }
  .com-banner p {
    font-size: 1.2em;
    top: -13px;
  }
  .comp-top,
  .comp-middle,
  .comp-middle p {
    width: 90%;
  }
  .facts-list li {
    width: 55%;
  }
  .itsm-solutions ul li,
  .itsm-solutions ul li.video {
    width: 95%;
  }
  .wvbox-inner {
    width: 360px;
  }
  #scroll .prdBox {
    width: 88%;
  }
  .solutionFilter1 {
    float: none;
  }
}
@media screen and (max-width: 500px) {
  .press-contact .per50 {
    width: 80%;
  }
  #scroll .prdBox {
    width: 84%;
    margin: 20px 10px;
  }
  #scroll .src-btn {
    top: 0;
  }
  .sucurity-response {
    float: none;
    text-align: center;
  }
}
@keyframes cssload-fold-thecube {
  0%,
  10% {
    transform: perspective(70px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(70px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    transform: perspective(70px) rotateY(180deg);
    opacity: 0;
  }
}
@-o-keyframes cssload-fold-thecube {
  0%,
  10% {
    -o-transform: perspective(70px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -o-transform: perspective(70px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -o-transform: perspective(70px) rotateY(180deg);
    opacity: 0;
  }
}
@-ms-keyframes cssload-fold-thecube {
  0%,
  10% {
    -ms-transform: perspective(70px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -ms-transform: perspective(70px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -ms-transform: perspective(70px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes cssload-fold-thecube {
  0%,
  10% {
    -webkit-transform: perspective(70px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(70px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(70px) rotateY(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cssload-fold-thecube {
  0%,
  10% {
    -moz-transform: perspective(70px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -moz-transform: perspective(70px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -moz-transform: perspective(70px) rotateY(180deg);
    opacity: 0;
  }
}
.opm-sol-banner {
  background: url(https://www.manageengine.com/images/solution-banner-npm.jpg);
}
.me-vs-sw-sol-caption h2 {
  color: #333;
  margin-top: 40px;
}
.me-vs-sw-sol-caption p.sol-banner-navi {
  padding: 10px;
  background: #68b415;
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
.me-vs-sw-sol-caption p.sol-banner-navi a {
  color: #fff;
}
.me-vs-sw-sol-caption p.me-vs-sw-bann-desc {
  width: 50%;
  font-size: 11px;
  line-height: 14px;
}
@media screen and (max-width: 1420px) {
  #newtopheader .nav > li {
    padding: 0 0 0 12px;
  }
  .sol-banner {
    height: 320px !important;
  }
}
@media screen and (max-width: 1200px) {
  #newtopheader .nav > li {
    font-size: 13px;
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 1080px) {
  #newtopheader .nav > li,
  #newtopheader .nav > li.pipe,
  #newtopheader .nav > li:last-child {
    font-size: 12px;
    padding: 0 0 0 8px;
  }
}
@media screen and (max-width: 1030px) {
  .server-bg .img-banner,
  .stone-bg .img-banner {
    min-height: 325px;
  }
  body {
    font-size: 12px;
  }
  .img-banner img {
    width: 100%;
    height: auto;
  }
  #slides .slidesjs-container,
  #slides .slidesjs-control {
    width: 100% !important;
  }
  .nav .dropdown > span,
  .nav > li > a,
  .top-sec .dropdown > span {
    padding: 5px 15px;
  }
  .nav > li {
    padding: 0;
  }
  .menu-icon {
    margin-top: 10px;
  }
  .sol-banner h2 {
    font-size: 2.7em;
  }
  .sol-banner .me-vs-sw-sol-caption h2 {
    margin-top: 0;
    font-size: 2em;
  }
  .sol-banner {
    height: 230px !important;
  }
  .s4ban .sol-caption div img {
    width: 80%;
  }
  .s4ban .sol-caption h2 {
    font-size: 2em;
  }
  .s4ban .sol-caption p {
    font-size: 1em;
  }
  .s4ban .sol-caption div img {
    width: 50%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  .head-block {
    width: 80%;
  }
  .head-block h1 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 980px) {
  .sol-banner {
    height: 175px !important;
    padding-top: 0;
  }
  .menu-icon {
    margin-top: 10px;
  }
  .prod-list > li {
    width: 30%;
  }
  .lighter {
    padding: 20px 0;
  }
  .sol-banner h2 {
    font-size: 1.8em;
  }
  .s13ban .sol-caption p {
    font-size: 1.5em;
  }
  .sol-banner p {
    font-size: 1.2em;
  }
  .sol-banner .sol-caption {
    margin-top: 0;
  }
  .ftoolBox {
    width: 40%;
    margin: 0 10px 10px 0;
  }
  .txtfield {
    width: 82px;
  }
  .banner-highlight {
    height: 50px;
  }
  .hl-cont span {
    font-size: 0.7em;
    line-height: 1.2em;
  }
  .hl-cont img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 801px) {
  .nav-fb,
  .nav-gp,
  .nav-ld,
  .nav-tw,
  .nav-yt {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  #slides .slidesjs-container,
  #slides .slidesjs-control {
    width: 100% !important;
  }
  .prod-list > li,
  ul.ft-list li {
    width: 33%;
  }
  .topheader,
  header {
    height: 60px;
  }
  .col-20,
  .col-28,
  .col-50,
  .col-65,
  .col-30 {
    float: none;
    width: auto;
    margin: 0;
  }
  .hcase-list {
    border: none;
    padding: 0;
  }
  .testmonial-block .col-20 > div {
    float: left;
    width: 30%;
    margin-left: 5%;
  }
  .testmonial-block .col-20 > div:first-child {
    margin-left: 0;
  }
  .logo {
    margin: 10px;
  }
  .logo img {
    max-width: 90%;
  }
  .testmonial-block .col-20 > p {
    clear: both;
  }
  .sol-banner {
    height: 163px !important;
  }
}
@media screen and (max-width: 600px) {
  h1,
  h2,
  h3 {
    margin: 0;
    padding: 5px 0;
  }
  .logo img {
    max-width: 90%;
  }
  h1,
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.5em;
  }
  .col-20,
  .col-28,
  .col-65,
  .col-30,
  .col-50,
  .sub-box,
  ol.customer-list > li,
  ul.ft-list li {
    float: none;
    width: auto;
    margin: 0;
  }
  .mrg-left {
    margin: 25px 0 0;
  }
  .prod-list > li {
    width: 50%;
  }
  ul.ft-list li {
    width: 90%;
    margin: 0;
  }
  .prod-list > li {
    margin-bottom: 10px;
  }
  .in-icon + div {
    width: 60%;
  }
  .hl-cont span {
    font-size: 0.6em;
  }
  .banner-highlight {
    height: 40px;
  }
  .col-2 > div {
    width: 100%;
    margin: 0;
  }
  .col-2 .col-2 > div {
    width: 47%;
  }
  .sol-banner {
    padding: 10px 0;
  }
  .sol-caption {
    font-size: 0.5em;
    margin-top: 20px;
  }
  .sol-banner .sol-caption p {
    margin-top: 0;
    padding-top: 0;
    width: 50%;
  }
  .s4ban .sol-caption p {
    width: 100%;
  }
  .head-block {
    font-size: 0.7em;
  }
  .head-block h1 {
    margin-top: 20px;
  }
  .sol-banner .sol-caption {
    padding-top: 0;
    width: auto;
  }
  .sol-banner.s15ban .sol-caption {
    padding-top: 4%;
    padding-left: 50%;
    width: auto;
  }
  .sol-banner .sol-caption h2 {
    padding-top: 10px !important;
  }
  #slides,
  .banner-highlight,
  .testmonial-block .col-20 {
    display: none !important;
  }
  .sol-banner {
    height: 100px !important;
  }
  .s4ban .sol-caption div img {
    display: none;
  }
  .sol-banner .sol-caption h2 {
    font-size: 3em;
    padding: 8px 0 0 10px !important;
  }
  .sol-banner .sol-caption p {
    font-size: 2em;
    padding: 10px 0 10px 10px !important;
    width: auto;
  }
  .head-block {
    width: auto;
  }
}
@media screen and (max-width: 500px) {
  .logo {
    width: 75%;
  }
  .sol-banner {
    height: 100px !important;
  }
  .v2-list .sol-name h2 {
    font-size: 1.2em;
  }
  .sol-name p {
    font-size: 1em;
  }
  .in-icon + div {
    width: 70%;
  }
  .prod-list > li,
  ul.ft-list li {
    width: 90%;
  }
  .prod-list > li {
    margin: -10px 0 0;
    width: 49%;
    float: left;
  }
  .prod-list > li a {
    font-size: 1em;
  }
  .logo img {
    width: 80%;
  }
  .prod-list > li > a {
    display: block;
  }
  .nav {
    top: 45px;
  }
  .customer-list > li:first-child + li,
  .customer-list > li:first-child + li + li,
  .testmonial-block .col-28 {
    display: none;
  }
  .ftoolBox {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 350px) {
  .prod-list > li {
    margin: -10px 0 0;
    width: 90%;
    float: none;
  }
  .logo {
    width: 64%;
  }
  .txtfield {
    width: 120px;
  }
}
/* evaluator form*/
.eval-popup * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
div.eval-popup {
  width: 800px;
  height: auto;
  display: block;
  border-radius: 5px;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: none;
}
div.eval-popup .scroll-div {
  overflow-y: scroll;
  max-height: 95vh;
}
.eval-popup h3.headlines {
  font-size: 1.6em;
  color: #e04b39;
  margin-top: 10px;
  font-weight: 600;
  text-align: center;
}
.fm-center {
  text-align: center;
}
.eval-popup .fm-center div.form-group {
  width: 50%;
}
.eval-popup .text-label {
  margin-top: 10px;
  margin-bottom: 3px;
}
.eval-popup div.wrapper a img {
  width: 200px;
  margin: 0 auto;
  display: block;
}
.eval-popup p.headlines {
  font-size: 13px;
  text-align: center;
  width: 90%;
  margin: 10px auto 10px auto;
  line-height: 18px;
}
.eval-popup div.form-group {
  width: 100%;
  height: auto;
  clear: both;
  margin: 5px 0 20px 0;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.grey-bg .form-group {
  margin-bottom: 5px;
}
.fm-left div.form-group {
  width: 45%;
  margin-right: 4%;
}
.fm-left div.form-group + .form-group {
  width: 49%;
  margin-right: 0;
}
.eval-popup .form-group.zc-dropdown-group:after {
  background: 0 0;
}
.captcha-group.form-group:after,
.eval-popup .form-group.zc-phone-group:after,
.zc-submitandreset-group:after {
  display: none;
}
.eval-popup .inline-field {
  position: relative;
}
.eval-popup img.imgs {
  width: 25%;
  position: absolute;
  left: 20px;
  bottom: 10px;
}
.eval-popup div.form-group label {
  width: 350px;
  float: left;
  display: none;
}
.eval-popup div.form-group label p {
  margin: 0 auto;
}
.form-field * {
  outline: 0;
}
div.form-group label p span.fieldMandate {
  color: #ff0004;
}
.captcha-input,
div.form-group .form-field {
  position: relative;
}
.captcha-input.form-field {
  margin: 0;
}
.captcha-input {
  margin: 0;
}
.eval-popup .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  position: relative;
  margin-bottom: 20px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  transition: border ease 0.9s;
  -webkit-transition: border ease 0.9s;
  -moz-transition: border ease 0.9s;
  box-shadow: none;
}
.form-group.captcha-group {
  margin: 0 0 10px 0;
}
.active-sec .form-control,
.form-control.active-sec {
  border-color: #fff;
}
.eval-popup .form-control.zc_textareacomments {
  height: 80px;
  width: 98%;
}
.eval-popup div.form-control input,
.eval-popup div.form-control textarea {
  width: 100%;
  outline: 0;
  border: none;
  height: 100%;
  background: 0 0;
  padding-left: 0;
  font-size: 13px;
  position: relative;
  z-index: 9;
  opacity: 0.5;
  resize: none;
}
.eval-popup .form-control:before,
.form-control:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 5px;
  pointer-events: none;
}
.eval-popup .form-control:before {
  top: 0;
  left: 0;
}
.eval-popup .form-control:after {
  bottom: 0;
  right: 0;
}
.eval-popup .active-sec .form-control::before,
.eval-popup .active-sec.form-control::before {
  border-top-color: #34ad65;
  border-right-color: #34ad65;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  width: 100%;
  height: 100%;
}
.eval-popup .active-sec .form-control::after,
.eval-popup .active-sec.form-control::after {
  border-bottom-color: #34ad65;
  border-left-color: #34ad65;
  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%;
}
.eval-popup div.form-control textarea {
  height: 50px;
  resize: none;
  outline: 0;
}
.eval-popup div.zc-submitandreset-group .form-field {
  width: 100%;
  margin: 0 auto;
  float: none;
  text-align: center;
}
.eval-popup div.form-group input[type="submit"] {
  background: #e04b3a;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin: 0;
  padding: 14px 50px;
  font-size: 16px;
  text-align: center;
  text-indent: 0;
  -webkit-appearance: none;
  float: none;
  cursor: pointer;
}
.eval-popup div.form-group input[type="reset"] {
  width: 150px;
  background: #f66a63;
  color: #fff;
  border: none;
  border-radius: 4px;
  margin: 0 15px;
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
  text-indent: 0;
}
.eval-popup div.form-group input[type="submit"]:hover {
  background: #dd002c;
}
.eval-popup div.form-group input[type="reset"]:hover {
  cursor: pointer;
}
.eval-popup div.form-group input.zc-businessemail_input {
  background-image: url(http://tools.manageengine.com/images/common/form_emailicon.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
.eval-popup div.form-group input.zc-CallbackDateandTime_input {
  background-image: url(http://tools.manageengine.com/images/common/form_calendaricon.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
.eval-popup div.nature-of-query {
  border: none;
  width: 400px;
  display: none;
  position: absolute;
  background: #fff;
  z-index: 99999999;
  top: 38px;
}
.eval-popup div.nature-of-query ul {
  list-style: none;
  height: 250px;
  width: 100%;
  overflow-y: scroll;
  background: #fff;
  margin: 0;
  padding: 0;
  border: 1px solid #d7e4e6;
}
.eval-popup div.nature-of-query ul li {
  color: #000;
  padding: 10px;
  font-size: 13px;
}
.eval-popup div.nature-of-query ul li:hover {
  background: #34ad65;
  color: #fff;
}
.eval-popup div.form-group input.nature-of-query_input {
  background-image: url(http://tools.manageengine.com/images/common/form_dropdownarrows.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
.eval-popup div.countrylists {
  border: none;
  width: 400px;
  display: none;
  position: absolute;
  background: #fff;
  z-index: 9999999;
  top: 38px;
  border: 1px solid #d7e4e6;
}
.eval-popup div.countrylists ul {
  list-style: none;
  height: 300px;
  width: 100%;
  overflow-y: scroll;
  background: #fff;
  margin: 0;
  padding: 0;
}
.eval-popup div.countrylists ul li {
  color: #787878;
  padding: 10px;
  font-size: 13px;
}
.eval-popup div.countrylists ul li:hover {
  background: #34ad65;
  color: #fff;
}
.eval-popup div.form-group input.countrylists_input {
  background-image: url(http://tools.manageengine.com/images/common/form_dropdownarrows.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
.eval-popup div.me_countrylist_search {
  width: 380px;
  background: #fff;
  padding: 15px 10px 15px 10px;
  float: left;
}
.eval-popup div.form-group input.me_countrylist_search_input {
  width: 380px;
  border: 1px solid #ccc;
  border: 1px solid #e8eeef;
}
.eval-popup div.me_solutions {
  border: none;
  width: 400px;
  display: none;
  position: absolute;
  background: #fff;
  z-index: 999999;
  top: 38px;
  border: 1px solid #d7e4e6;
}
.eval-popup div.me_solutions ul {
  list-style: none;
  height: 300px;
  width: 100%;
  overflow-y: scroll;
  background: #fff;
  margin: 0;
  padding: 0;
  border: 1px solid #d7e4e6;
}
.eval-popup div.me_solutions ul li {
  color: #000;
  padding: 10px;
  font-size: 13px;
}
.eval-popup div.me_solutions ul li:hover {
  background: #34ad65;
  color: #fff;
}
.eval-popup div.form-group input.me_solutions_input {
  background-image: url(http://tools.manageengine.com/images/common/form_dropdownarrows.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
.eval-popup div.me_productslists {
  width: 100%;
  display: none;
  position: relative;
  background: #fff;
  z-index: 99999;
  top: 0;
}
.eval-popup div.me_productslists.opn {
  top: 0;
}
.eval-popup div.me_productslists ul {
  list-style: none;
  height: 230px;
  width: 100%;
  overflow-y: scroll;
  background: #fff;
  margin: 0;
  padding: 0;
}
.eval-popup div.me_productslists ul li {
  color: #000;
  padding: 10px;
  font-size: 13px;
  cursor: pointer;
}
.eval-popup div.me_productslists ul li:hover {
  background: #34ad65;
  color: #fff;
}
.eval-popup div.form-group input.me_productslists_input {
  background-image: url(http://tools.manageengine.com/images/common/form_dropdownarrows.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 97% 50%;
  cursor: pointer;
}
.eval-popup div.me_productslistssearch {
  width: calc(100% - 20px);
  background: #fff;
  padding: 15px 10px 15px 10px;
  float: left;
}
.eval-popup div.form-group input.me_productslistssearch_input {
  width: 100%;
  border: 1px solid #d7e4e6;
  font-size: 1em;
  padding: 8px;
}
.eval-popup p.me_productslists_multiSel {
  width: 100%;
  padding: 3px;
  position: relative;
  background: #fff;
  display: none;
  z-index: 99999;
  border-radius: 5px;
  height: auto;
  overflow: scroll;
  max-height: 115px;
}
.eval-popup p.me_productslists_multiSel span {
  border: 1px solid #c2cacc;
  border-radius: 5px;
  font-size: 12px;
  margin: 2px 5px 2px 0;
  padding: 5px 5px;
  display: inline-block;
}
.eval-popup p.me_productslists_multiSel span strong {
  color: #ff1e1e;
  font-weight: 700;
  margin: 0 0 0 10px;
  cursor: pointer;
}
.eval-popup div.me_productslist_inner {
  border: 1px solid #d7e4e6;
  width: 100%;
  float: left;
  position: absolute;
  z-index: 9999;
  top: 4px;
  background: #fff;
}
div.zc-Phonenumber-group input.Phonenumbercode_input {
  width: 100px;
  margin: 0 5px 0 0;
}
div.zc-Phonenumber-group input.Phonenumberonly_input {
  width: 291px;
}
div.fieldinactive {
  opacity: 0.1;
  display: none !important;
}
p.evalform_error_msg {
  font-size: 11px;
  color: #f63f3f;
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  min-width: 300px;
}
p.evalform_disclaimer {
  font-size: 12px;
  color: #818f92;
  font-style: italic;
}
.eval-popup p.evalform_disclaimer strong {
  font-weight: 600;
}
.eval-popup select#country_state,
.eval-popup select#zc-country {
  background: transparent
    url(http://tools.manageengine.com/images/common/form_dropdownarrows.png)
    no-repeat 97% center;
  background-size: 14px;
  border: none;
  width: 100%;
  font-size: 13px;
  color: #6f6c6c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  margin: 0;
}
.eval-popup .uscountry select#country_state,
.eval-popup .uscountry select#zc-country {
  height: 45px;
}
.sol_rec .fm-left div.form-group.uscountry {
  margin-bottom: -48px;
}
.eval-popup div.zc-Preferredcallbackdateandtime span {
  font-size: 14px;
  color: #000;
}
.eval-popup div.zc-Preferredcallbackdateandtime input {
  width: auto;
  vertical-align: middle;
  margin: 1px 10px 0 0;
}
.eval-popup div.form-group label.form-check-label {
  display: block;
  font-size: 13px;
}
.eval-popup div#meGDPRMessage {
  margin: 10px 0;
}
.eval-popup p.privacy-policy {
  font-size: 11px;
  margin: 12px 0;
  line-height: 1.4;
}
.eval-popup p.privacy-policy a {
  color: #138cd6;
}
.eval-popup div.form-group div#meGDPRMessage label {
  font-size: 11px;
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
}
.success-msg,
.success-msg-cosedevent,
.success-msg2 {
  background: #f8fdee;
  border: 1px solid #b6db95;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-width: 1px 0;
  padding: 10px 0;
  text-align: center;
  color: #5c8707;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  display: none;
}
.eval-popup .zc-dropdown-group .form-field {
  width: 100%;
}
.eval-popup .zc-dropdown-group select {
  background: #fff
    url(http://tools.manageengine.com/images/common/form_dropdownarrows.png)
    no-repeat 97% center;
  background-size: 14px;
  border: none;
  width: 100%;
  font-size: 13px;
  color: #6f6c6c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  margin: 0;
}
.eval-popup .form-control.zc-dropdown-group {
  background: #fff;
}
.eval-popup .error {
  color: red;
  font-size: 12px;
  display: none;
}
#WrongCaptchaError {
  position: relative;
  top: 14px;
  line-height: 1;
  width: 300px;
}
.eval-popup .inline-field {
  display: inline-block;
}
.eval-popup .field-4.inline-field {
  width: 28%;
  padding-right: 2%;
  margin: 0;
}
.eval-popup .field-8.inline-field {
  width: 70%;
  margin: 0;
  margin-left: 2%;
}
.shapes {
  position: absolute;
}
.dots1 {
  background-image: radial-gradient(hsla(209, 100%, 47%, 1) 5%, transparent 0);
  background-size: 30px 30px;
  width: 300px;
  height: 150px;
  right: -75px;
  top: -25px;
  opacity: 0.5;
  position: absolute;
  z-index: 999999;
  pointer-events: none;
  transform: rotate(40deg);
  opacity: 0.35;
  display: none;
}
.second-col .form-in {
  margin: 0;
}
.second-col .form-in.grey-bg {
  background: #f2f1f0;
  border-radius: 5px 5px 0 0;
  border: 1px solid #fff;
  padding: 10px 50px;
}
.CaptchaWrap {
  position: relative;
}
#CaptchaImageCode {
  text-align: center;
  padding: 0 0;
  width: 100%;
  overflow: hidden;
}
.CaptchaTxtField {
  display: block;
  box-sizing: border-box;
}
.CaptchaWrap:after,
.CaptchaWrap:before,
.captcha-input:after,
.captcha-input:before {
  content: "";
  display: table;
  clear: both;
}
.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: "ZohoPuvi", serif;
  font-weight: 200;
  font-style: italic;
}
div.form-group 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;
}
.eval-popup div.form-group.zc-submitandreset-group {
  margin: 5px 0 5px 0;
}
.eval-popup div.form-group.hide_field {
  display: none;
}
.eval-popup span.lbl {
  pointer-events: none;
  font-size: 13px;
  color: #6b6a6a;
  padding: 0 4px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  border-radius: 5px;
  display: block;
  font-weight: 400;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.form-group.active-row span.lbl {
  top: -8px;
  background: #fff;
}
.field-4 span.lbl,
.zc-countrylists-group span.lbl {
  opacity: 0;
}
.form-group.active-row .field-4 span.lbl,
.zc-countrylists-group.form-group.active-row span.lbl {
  opacity: 1;
}
.form-group .field-4 span.lbl,
.form-group.zc-countrylists-group span.lbl {
  top: -8px;
  background: #fff;
  opacity: 1;
}
.zc-me_productslists-group .lbl {
  z-index: 100000;
}
.captcha-group:after,
.captcha-group:before,
.form-row:after,
.form-row:before,
.rows:after,
.rows:before {
  content: "";
  display: table;
  clear: both;
}
div.form-group.group-half {
  width: 49%;
  float: left;
  clear: none;
}
.form-row > .group-half:first-child {
  padding-right: 1%;
}
.form-row > .group-half:last-child {
  padding-left: 1%;
}
.CaptchaWrap {
  width: 250px;
  float: left;
  margin: 0 0 0 15px;
}
.reload {
  width: 8%;
  float: left;
  margin: 0;
}
.captcha-input.form-field {
  width: 42%;
  float: left;
  padding-right: 2%;
}
span.eval-close {
  position: absolute;
  top: 10px;
  right: 10px;
  text-indent: -99999999999em;
  background: url(https://www.manageengine.com/happyholidays/2019/images/popup-close-black.svg)
    #f2f1f0 no-repeat 0 0;
  width: 23px;
  height: 23px;
  background-size: 10px;
  background-position: center;
  text-align: center;
  color: #fff;
  line-height: 26px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
span.eval-close:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.eval-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.eval-popup form {
  height: 100%;
}
.eval-popup .form-col {
  width: 100%;
  float: left;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.eval-popup .form-in {
  padding: 10px 20px;
}
.second-col .form-in {
  padding: 20px 50px;
}
.eval-popup .rows {
  height: 100%;
  position: relative;
  border-radius: 5px;
  background: #fff;
}
.eval-popup .form-group:after,
.eval-popup .form-group:both,
.form-field:after,
.form-field:before {
  display: table;
  clear: both;
  content: "";
}
@media only screen and (max-width: 1400px) {
  .form-group.zc-countrylists-group {
    margin-bottom: 15px;
  }
  div.form-group textarea {
    height: 35px;
  }
}
@media only screen and (max-width: 1100px) {
  .eval-popup div.wrapper a img {
    width: 300px;
  }
  .eval-popup div.wrapper {
    width: 90%;
  }
  .eval-popup div.form-group label.form-check-label {
    font-size: 15px;
    width: 90%;
  }
  .eval-popup div.form-group textarea {
    padding: 5px 0 0 5px;
    margin: 20px 0 0 0;
  }
  .eval-popup div.form-group input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
  }
  .eval-popup .form-control.zc_textareacomments {
    width: 100%;
  }
  .eval-popup div.form-group textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
  }
  .eval-popup div.zc-Preferredcallbackdateandtime input {
    width: auto;
    padding: 0;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    outline: 0;
    border-radius: 0;
  }
  .eval-popup div.form-group {
    clear: both;
    margin: 20px auto;
    display: table;
  }
  .first-col div.form-group {
    margin: 0;
  }
  .eval-popup p.me_productslists_multiSel {
    width: 97%;
  }
  .eval-popup p.headlines {
    font-size: 15px;
  }
  .eval-popup .fm-left div.form-group,
  .eval-popup .fm-left div.form-group + .form-group {
    width: 100%;
  }
  .sol_rec .fm-left div.form-group.uscountry {
    margin-bottom: 0;
  }
  .sol_rec .form-group.zc-me_productslists-group {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  div.eval-popup {
    width: 90%;
  }
}
@media only screen and (max-width: 650px) {
  .eval-popup div.wrapper a img {
    width: 250px;
  }
  .eval-popup .img.imgs {
    display: none;
  }
  .eval-popup .form-col,
  .eval-popup .form-col.first-col {
    width: 100%;
  }
  .eval-popup .form-in {
    padding: 20px;
  }
  .eval-popup h3.headlines {
    margin: 0 0 10px 0;
  }
  .second-col .form-in {
    padding: 20px 20px;
    margin: 0;
  }
  .captcha-input.form-field {
    width: 100%;
  }
  .CaptchaWrap {
    width: 90%;
    margin: 15px 0 0 0;
  }
  .eval-popup {
    max-height: 90vh;
    overflow-y: scroll;
  }
  .eval-popup .fm-center div.form-group {
    width: 100%;
  }
}
.eval-success-msg {
  background: #f8fdee;
  border: 1px solid #b6db95;
  padding: 10px;
  text-align: center;
  color: #5c8707;
  font-weight: 400;
  position: fixed;
  width: 100%;
  display: none;
  z-index: 9999999;
  top: 0;
  left: 0;
  font-size: 1em;
}
/* new menu */
#abheader-new.abheader .all-product,
.abheader .download-btn,
.abheader .free-tool a:after,
.abheader .free-tool.market,
.abheader .tab-right li {
  text-align: center;
}

#abheader-new.abheader .download-btn a,
#abheader-new.abheader .tabs-nav a,
#abheader-new.abheader nav ul.header-nav li .tab-title a:hover,
#abheader-new.abheader nav ul.header-nav li a:hover {
  text-decoration: none;
}

#abheader-new.abheader #search-result-input,
#abheader-new.abheader #search-result-input *,
#abheader-new.abheader .col.col1,
#abheader-new.abheader .col.col2,
#abheader-new.abheader .division-list span,
#abheader-new.abheader .download-btn,
#abheader-new.abheader .download-btn a,
#abheader-new.abheader .solutions .division-list li {
  box-sizing: border-box;
}

#abheader-new.abheader .division-list span,
#abheader-new.free-tool img,
#abheader-new.abheader .menu-icons,
#abheader-new.abheader .search-btn img {
  vertical-align: middle;
}
.abheader #header-mainsec .head-container .fr {
  float: left;
}

.abheader nav ul.header-nav {
  margin-left: 100px;
  position: relative;
}

.abheader nav ul.header-nav > li {
  position: relative;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  z-index: 99999;
}
.abheader nav ul.header-nav > li:first-child {
  padding: 0;
  margin-left: 20px;
}

.abheader .prd-menu span {
  color: #000;
}

.abheader nav ul.header-nav > li > span {
  padding: 15px 20px;
  z-index: 999;
  display: inline-block;
  position: relative;
  border-bottom: none !important;
  font: 400 15px/24px "ZohoPuvi";
}

.abheader .nav-list > div {
  width: 800px;
  top: 55px;
  background: 0 0;
  border: none;
  box-shadow: none;
}
.abheader .headerinner.fixed .nav-list > div {
  top: 47px;
}
.abheader .header-nav .nav-list > div.anims {
  z-index: 9999;
  overflow: visible;
  transition: all ease 0.5s;
  opacity: 1;
  visibility: visible;
  display: none;
}

.abheader .nav-list > div.anims.show {
  transform: translateY(0);
  z-index: 99;
}

.abheader .nav-list > div.header-search {
  width: 100%;
  background: #fff;
}

.abheader #product-list {
  padding-top: 0;
}

#abheader-new.abheader .nav-drop {
  width: 675px;
  height: 670px;
}
#abheader-new.abheader .nav-drop:not(#product-menu) {
  height: 615px;
}

#abheader-new.abheader #product-menu {
  transform: translateX(-25%) translateY(0);
  width: 1350px;
}

#abheader-new.abheader #solution-menu {
  transform: translateX(-20%) translateY(0);
  width: 1200px;
}

#abheader-new.abheader #customer-menu {
  transform: translateX(275px) translateY(0);
  width: 250px;
}

#abheader-new.abheader #support-menu {
  transform: translateX(395px) translateY(0);
  width: 550px;
}

#abheader-newabheader #community-menu {
  transform: translateX(500px) translateY(0);
  width: 250px;
}

#abheader-new.abheader .nav-drop .nav-drop.expand {
  width: 920px;
}

#abheader-new.abheader #product-menu.nav-drop:before {
  left: 396px;
}

#abheader-new.abheader #solution-menu.nav-drop:before {
  left: 430px;
  border-bottom-color: #fff;
}

#abheader-new.abheader .support .nav-drop:before {
  left: 190px;
}

#abheader-new.abheader .product-menu .nav-drop {
  transition: all ease 0.7s;
  width: 920px;
}

#abheader-new.abheader .product-menu .nav-drop:before {
  left: 125px;
}

#abheader-new.abheader .solutions .nav-drop:before {
  left: 195px;
}

#abheader-new.abheader .cus-menu .nav-drop:before {
  left: 50px;
}

#abheader-new.abheader .event-menu .nav-drop:before {
  left: 80px;
}

#abheader-new.abheader .tabs-nav {
    overflow: scroll;
  float: left;
  padding-top: 15px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #333;
  height: calc(100% - 65px);
  width: 420px;
  max-width: 420px;
  min-width: 420px;
}
#abheader-new.abheader #solution-menu .tabs-nav {height: calc(100% - 15px);}
#abheader-new.abheader .tabs-stage {
  width: calc(100% - 422px);
  float: left;
  border-top-right-radius: 4px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  box-sizing: border-box;
  padding: 35px 30px;
}
#abheader-new.abheader .solutions .tabs-stage {
  width: calc(100% - 322px);
  overflow-y: hidden;
}
#abheader-new.abheader .solutions .tabs-nav {
  width: 320px;
  max-width: 320px;
  min-width: 320px;
}
#abheader-new.abheader.solutions .tabs-stage {
  width: calc(100% - 322px);
}
#abheader-new.abheader .company .tabs-nav,
#abheader-new.abheader .support .tabs-nav,
#abheader-new.abheader .events .tabs-nav {
  height: calc(100% - 15px);
  width: 250px;
  max-width: 250px;
  min-width: 250px;
}

#abheader-new.abheader .company .tabs-stage,
#abheader-new.abheader .support .tabs-stage,
#abheader-new.abheader .events .tabs-stage {
  width: calc(100% - 252px);
  padding: 15px;
}

#abheader-new.abheader .product-menu .tabs-stage {
  width: 70%;
}

#abheader-new.abheader .event .tabs-nav,
#abheader-new.abheader .tabs-nav li.fixed-event {
  width: 100%;
  border-bottom-right-radius: 4px;
}

#abheader-new.abheader .tabs-nav li {
  float: none;
  height: auto;
  margin-left: 0;
  margin-bottom: 0;
}

#abheader-new.abheader .nav-drop .tabs-nav li.links.fixed-event {
  border-left: 0;
}

#abheader-new.abheader .tabs-nav li.fixed-event {
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  border-bottom-left-radius: 4px;
  padding: 0;
  height: 50px;
}

#abheader-new.abheader .nav-submenu ul li.fixed-event a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Zoho_Puvi_SemiBold";
}

#abheader-new.abheader .tabs-nav a {
  color: #fff;
  padding: 15px 0px 15px 0px;
  margin: 0 8px;
  cursor: pointer;
  position: relative;
}
#abheader-new.abheader .solutions .tabs-nav a {
  padding: 18px 0 18px 15px;
}
#abheader-new.abheader .products .tabs-nav a,
#abheader-new.abheader .solutions .tabs-nav a {
  border-bottom: 1px solid #434343;
}
#abheader-new.abheader .tabs-nav li:last-child a,
#abheader-new.abheader .tabs-nav li.tab-active a {
  border: none;
}
#abheader-new.abheader .events .tabs-nav a,
#abheader-new.abheader .company .tabs-nav .links a,
#abheader-new.abheader .support .tabs-nav a,
#abheader-new.abheader .company .tabs-nav a,
#abheader-new.abheader .support .tabs-nav .links a {
  padding: 10px 20px 10px 20px;
  margin: 0;
}
#abheader-new.abheader .events .tabs-nav .fixed-event a {
  padding: 15px 20px 15px 8px;
  margin: 0;
  font-family: "Zoho_Puvi_SemiBold";
}
#abheader-new.abheader div.nav-submenu ul.tabs-nav li a h3 {
  color: #fff;
}

#abheader-new.abheader div.nav-submenu ul.tabs-nav li.tab-active a h3 {
  color: #e04b3a;
}

#abheader-new.abheader div.nav-submenu ul.tabs-nav li.links a h3 {
  color: #fff;
}

#abheader-new.abheader .tabs-nav li:after {
  content: ">";
  display: inline-block;
  position: absolute;
  right: 20px;
  color: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
}

#abheader-new.abheader .tabs-nav li.links:after,
#abheader-new.abheader .tabs-nav li.tab-active:after {
  display: none;
}

#abheader-new.abheader .tabs-nav h3 {
  font-size: 14px;
  margin: 0;
  padding-bottom: 0;
  font-family: "Zoho_Puvi_Medium";
  line-height: 1.6;
}
#abheader-new.abheader .products .tabs-nav h3 span {
  display: block;
  font-family: "Roboto Condensed";
  font-size: 0.85em;
  color: #bcb6b6;
  margin-top: 2px;
  line-height: 1.4;
}
#abheader-new.abheader .products .tabs-nav .tab-active a h3 span {
  color: #696868;
}
#abheader-new.abheader .products .tabs-nav h3 {
  padding-left: 42px;
}
#abheader-new.abheader .tabs-nav .me-solution {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
}
#abheader-new.abheader .division-list .me-solution {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  display: block;
}
#abheader-new.abheader .me-solution.remote-ico {
  background: url("https://www.manageengine.com/images/rwm-ico.svg") no-repeat;
  background-position: 2px 6px;
  background-size: 28px;
}
#abheader-new.abheader .me-solution.sm-ico {
  background: url("https://www.manageengine.com/images/itsm-ico.svg") no-repeat;
  background-position: 4px 0px;
  background-size: 24px;
}
#abheader-new.abheader .me-solution.iam-ico {
  background: url("https://www.manageengine.com/images/iam-ico.svg") no-repeat;
  background-size: 19px;
  background-position: 5px 3px;
}
#abheader-new.abheader .division-list .me-solution.iam-ico {
  background-size: 20px;
  background-position: 5px 1px;
}
.abheader .me-solution.siem-ico {
  background: url("https://www.manageengine.com/images/siem-ico.svg") no-repeat;
  background-position: 2px 1px;
  background-size: 26px;
}
#abheader-new.abheader .me-solution.uem-ico {
  background: url("https://www.manageengine.com/images/uem-ico.svg") no-repeat;
  background-position: 3px 4px;
  background-size: 28px;
}
#abheader-new.abheader .me-solution.itom-ico {
  background: url("https://www.manageengine.com/images/itom-ico.svg") no-repeat;
  background-position: 2px 3px;
  background-size: 28px;
}
#abheader-new.abheader .me-solution.analytics-ico {
  background: url("https://www.manageengine.com/images/analytics-ico.svg")
    no-repeat;
  background-position: 2px 3px;
  background-size: 26px;
}
#abheader-new.abheader .me-solution.cloud-ico {
  background: url("https://www.manageengine.com/images/cloud-sol-ico.svg")
    no-repeat;
  background-position: 1px 5px;
  background-size: 30px;
}
#abheader-new.abheader .me-solution.msp-ico {
  background: url("https://www.manageengine.com/images/msp-ico.svg") no-repeat;
  background-position: 2px 1px;
  background-size: 28px;
}
#abheader-new.abheader .me-solution.cyber-ico {
  background: url("https://www.manageengine.com/images/cybersecurity-ico.svg")
    no-repeat;
  background-size: 78%;
}
#abheader-new.abheader .menu-icons {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  bottom: 1px;
}

#abheader-new.abheader .tabs-nav .links h3 {
  display: inline-block;
  position: relative;
}

#abheader-new.abheader .tabs-nav p {
  font-size: 0.9em;
  margin: 8px 0 0;
  color: #c7c7c7;
  line-height: 1.3;
  display: none;
}

#abheader-new.abheader .tab-active {
  background: #fff;
}

#abheader-new.abheader .tabs-nav > li.links:hover {
  background: 0 0;
}

#abheader-new.tabs-nav > li.links.fixed-event:hover {
  background: #e04b3a;
}

#abheader-new.abheader .tab-active a h3 {
  color: #000;
}

#abheader-new.abheader .tabs-nav > li:hover p,
#abheader-new.abheader .tabs-nav > li:not(.tab-active):hover h3 {
  color: #fff;
}

#abheader-new.abheader .tabs-nav > li.links h3:after {
  content: "";
  display: block;
  background: #e04b3a;
  width: 0%;
  height: 3px;
  position: relative;
  top: 5px;
  transition: all ease 0.6s;
}

#abheader-new.abheader .free-tool a,
#abheader-new.abheader .free-tool a:after {
  display: inline-block;
  font-size: 10px;
}

#abheader-new.abheader .tabs-nav > li.links:hover h3:after {
  width: 100%;
}

#abheader-new.abheader .products-lists {
  padding: 25px 20px 20px;
}

#abheader-new.abheader .tab-right {
  padding: 20px;
  background: #f2fbfc;
  margin-right: 12px;
  margin-top: 15px;
  border: 1px solid #f7f5f5;
}

#abheader-new.abheader .tab-right li {
  line-height: 1.5;
}

#abheader-new.abheader .free-tool {
  position: absolute;
  width: calc(100% - 470px);
  left: 420px;
  bottom: 0;
  z-index: 99999;
  margin: 0 25px;
  box-sizing: border-box;
  border-top: 1px solid #707070;
  height: auto;
}
#abheader-new.abheader .solutions .free-tool {
  width: calc(100% - 370px);
  left: 320px;
}
#abheader-new.abheader .free-tool a:after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 5px;
  line-height: 13px;
  position: relative;
  top: 3px;
  background: url(https://www.manageengine.com/images/external-links.svg)
    no-repeat;
  background-size: 72%;
  background-position: center;
}
#abheader-new.abheader .free-tool a.download-link:after {
  background: url(https://www.manageengine.com/images/sol-download.svg)
    no-repeat;
  background-size: 90%;
  width: 17px;
  height: 13px;
}
#abheader-new.abheader .free-tool a,
#abheader-new.abheader .nav-list .free-tool a {
  font-family: "Zoho_Puvi_Medium";
  padding: 7px 5px;
  margin-right: 10px;
  font-size: 12px !important;
  color: #000;
  position: relative;
  float: none !important;
}
#abheader-new.abheader .nav-list .free-tool a.download-link {
  padding: 10px 5px;
  float: none;
}
#abheader-new.abheader .free-tool a:hover {
  color: #e04b3a;
}

#abheader-new.abheader .free-tool.market a:after {
  display: none;
}

#abheader-new.abheader .free-tool.market a {
  padding: 9px 10px;
  background: 0 0;
  float: none;
  bottom: 10px;
}

#abheader-new.abheader .free-tool img {
  height: 32px;
}

#abheader-new.abheader a.link-right {
  margin-right: 20px;
}

#abheader-new.abheader .tab-right img {
  width: 50%;
  border-radius: 10px;
  display: block;
  margin: 10px auto;
}

#abheader-new.abheader .prd-menu .products-lists {
  padding: 15px 7px 7px;
}

#abheader-new.abheader .prd-menu .division-list {
  padding: 20px 12px 12px;
  overflow: hidden;
}

#abheader-new.abheader h2.tab-title {
  padding: 0 10px 0;
  color: #e02b45;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.4;
  font-size: 14px;
}
#abheader-new.abheader h2.tab-title:after {
  content: "";
  display: block;
  height: 2px;
  width: 50px;
  background: #ffb50d;
  margin-top: 12px;
}
#abheader-new.abheader .solutions h2.tab-title:after {
  display: none;
}
#abheader-new.abheader .nav-list .tab-title a {
  color: #e02b45;
  text-decoration: none !important;
  cursor: unset;
}
#abheader-new.abheader .prd-menu span.hdng-desc {
  font-family: "Zoho_Puvi_Regular";
  display: block;
  margin-top: 5px;
  font-size: 11px;
  color: #000;
}
#abheader-new.abheader p.tab-descr {
  margin-bottom: 30px;
  color: #000;
  padding-left: 10px;
  padding-right: 15px;
  margin-top: 5px;
  line-height: 1.4;
  font-size: 12px;
}

#abheader-new.abheader .tab-descr:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: red;
  position: relative;
  top: 20px;
}

#abheader-new.abheader .tab-title a {
  display: inline-block;
  font-family: "Zoho_Puvi_Medium";
}

#abheader-new.abheader .col.col1,
#abheader-new.abheader .col.col2,
#abheader-new.abheader .col.col3 {
  float: left;
  width: 33.3%;
}
#abheader-new.abheader .col.colspl {
  float: left;
  width: 66.6%;
}
#abheader-new.abheader .seperate {
  margin: 20px 0;
}

#abheader-new.abheader .products-lists li,
#abheader-new.abheader .solutions .products-lists li {
  margin-bottom: 15px;
}

#abheader-new.abheader .products-lists li {
  color: #000;
  border-left: 2px solid #fff;
  z-index: 99;
  position: relative;
}

#abheader-new.abheader .products-lists.division-list li {
  border-left: 0;
  padding-left: 0;
}

#abheader-new.abheader .products-lists.division-list li:hover {
  border-left: 0;
}

#abheader-new.abheader .products-lists h3 {
  font-size: 1em;
  margin: 0;
  color: #000;
}

#abheader-new.abheader .products-lists p {
  margin: 3px 0 5px 0;
  line-height: 1.4;
  color: #2e2e2e;
  font-size: 11px;
}

#abheader-new.abheader .products-lists a {
  font-family: "Zoho_Puvi_Medium";
  display: block;
}

#abheader-new.abheader .products .products-lists a {
  color: #000;
  display: block;
  font-family: "Zoho_Puvi_Regular";
}

#abheader-new.abheader .products .products-lists a span {
  display: inline-block;
  position: relative;
  margin: 0;
  line-height: 1.3;
  font-family: "Zoho_Puvi_Medium";
  font-size: 14px;
  color: #000;
}
#abheader-new.abheader .products .products-lists a:hover span {
  color: #df4b3a;
}
b.new-sticker {
  display: inline-block;
  background: #fcc651;
  padding: 2px 6px;
  font-size: 0.8em;
  position: absolute;
  top: -10px;
  right: -54px;
  color: #000;
}
b.new-sticker:before {
  content: "";
  width: 9px;
  height: 9px;
  background: url("https://www.manageengine.com/images/new-prd.svg") no-repeat;
  background-position: center;
  background-size: 99%;
  top: 1px;
  left: 0;
  display: inline-block;
  margin-right: 4px;
}
#abheader-new.abheader .products .products-lists li:hover a {
  color: #000;
}

#abheader-new.abheader .drop-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}

#abheader-new.abheader .all-product {
  width: 40%;
  float: left;
  background: #e04b3a;
}

#abheader-new.abheader .products .all-product {
  width: 420px;
  padding: 0;
}

#abheader-new.abheader .all-product a {
  font-family: "Zoho_Puvi_SemiBold";
  display: block;
  padding: 15px 0;
  width: 100%;
}

#abheader-new.abheader .all-product a:hover {
  text-decoration: none;
}

#abheader-new.abheader .help-product,
#abheader-new.abheader .related-product {
  width: 34%;
  float: left;
  padding: 15px 0;
}

#abheader-new.abheader .help-product {
  text-align: right;
}

#abheader-new.abheader .related-product a {
  font-size: 0.8em;
  padding-left: 30px;
}

#abheader-new.abheader .help-product a {
  font-size: 0.8em;
}

#abheader-new.abheader .help-product a:after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #111634;
  text-align: center;
  line-height: 1.4;
  font-size: 11px;
}

#abheader-new.abheader .nav-list > div.products {
  left: -80px;
}

#abheader-new.abheader .solution-sec ul {
  border-right: none;
}

#abheader-new.abheader .products .tabs-stage > div {
  min-width: 670px;
  height: 100%;
}

#abheader-new.abheader company .tabs-stage > div,
#abheader-new.abheader .support .tabs-stage > div {
  min-width: 298px;
}

#abheader-new.abheader .solutions .division-list li {
  width: 33%;
  float: left;
  padding: 5px;
  margin-bottom: 40px;
  line-height: 30px;
}
#abheader-new.abheader .solutions #itdivision .division-list li {
  margin-bottom: 0;
}
#abheader-new.abheader .solutions .division-list li a {
  font-size: 12px;
}

#abheader-new.abheader .division-list .svg-imgs {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  margin-right: 15px;
  height: 31px;
}

#abheader-new.abheader .division-list .education .svg-imgs {
  width: 34px;
  margin-top: -14px;
  margin-bottom: 12px;
  height: 40px;
  position: relative;
  top: 13px;
}
#abheader-new.abheader .division-list span {
  font-size: 13px;
  display: inline-block;
  position: relative;
  text-align: left;
  line-height: 1.4;
  font-family: "Zoho_Puvi_Medium";
}
#abheader-new.abheader .division-list a:hover span {
  color: #df4b3a;
}
#abheader-new.abheader #industry .division-list span,
#abheader-new.abheader #itaudit .division-list span {
  width: 75%;
}
#abheader-new.abheader .division-list span b.new-sticker {
  right: 0;
}
#abheader-new.abheader #itdivision .division-list span {
  display: inline-block;
  margin: 0;
  text-align: left;
}
#abheader-new.abheader #itdivision .division-list span.solution-desc {
  display: block;
  font-family: "Zoho_Puvi_Regular";
  min-height: 55px;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}
#abheader-new.abheader #itdivision .division-list span:not(.me-solution),
#abheader-new.abheader #itdivision .division-list span:not(.solution-desc) {
  padding-left: 6px;
}
#abheader-new.abheader .division-list:after {
  content: "";
  clear: both;
}

#abheader-new.abheader .nav-list > div.solutions {
  padding: 0;
  height: auto;
  left: -150px;
}

#abheader-new.abheader .nav-list > div.support {
  left: -120px;
}

#abheader-new.abheader .industries-menu li {
  padding: 0;
}

#abheader-new.abheader #cloud li,
#abheader-new.abheader #itsecurity li {
  min-width: 215px;
}
#abheader-new.abheader .tabs-nav li.tab-active,
#abheader-new.abheader .tabs-nav li:hover,
#abheader-new.abheader .nav-drop .tabs-nav li.links,
#abheader-new.abheader .tabs-nav li {
  border: none;
}
#abheader-new.abheader #customer-menu.nav-drop.expand {
  width: 550px;
}
#abheader-new.abheader #community-menu {
  width: 250px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  #abheader-new.abheader .download-btn a {
    padding: 10px 8px;
  }
  #abheader-new.abheader nav ul.header-nav {
    margin-left: 50px;
  }
}

@media screen and (min-width: 1024px) and (max-height: 750px) {
  #abheader-new.abheader .products .products-lists .multi a:not(.descs),
  #abheader-new.abheader .products .products-lists a span {
    font-size: 12px !important;
  }
  #abheader-new.abheader #solution-menu.nav-drop,
  #abheader-new.abheader .nav-drop {
    height: 570px;
  }
  #abheader-new.abheader .nav-drop:not(#product-menu) {
    height: 600px;
  }
  #abheader-new.abheader .events .tabs-nav a,
  #abheader-new.abheader .company .tabs-nav .links a {
    padding: 8px 20px 8px 20px;
  }
  #abheader-new.abheader .nav-list a {
    font-size: 14px;
  }
  #abheader-new.abheader .products .products-lists a,
  #abheader-new.abheader p.tab-descr {
    font-size: 12px;
  }
  #abheader-new.abheader .products .tabs-nav li {
    margin-bottom: 3px;
  }
  #abheader-new.abheader .products-lists {
    padding: 15px 20px 20px 40px;
  }
  #abheader-new.abheader .tab-opt .products-lists {
    padding: 5px 0 0;
  }
  #abheader-new.abheader .products .products-lists li {
    margin-bottom: 10px;
  }
  #abheader-new.abheader .tab-right li img {
    width: 60%;
  }
  #abheader-new.abheader .solutions .nav-drop {
    height: 540px;
  }
  #abheader-new.abheader .division-list span {
    min-height: 32px;
  }
  #abheader-new.abheader .seperate {
    margin: 2px 0;
  }
  #abheader-new.abheader .products .tabs-nav a {
    padding: 8px 12px 8px 8px;
    margin: 0;
  }
  #abheader-new.abheader .menu-icons {
    width: 20px;
    height: 20px;
  }
  #abheader-new.abheader .products-lists p {
    min-height: auto;
  }
}
@media screen and (min-width: 1300px) and (max-height: 750px) {
  #abheader-new.abheader #solution-menu.nav-drop,
  #abheader-new.abheader .nav-drop {
    height: 524px;
  }
  #abheader-new.abheader .tabs-stage {
    padding: 15px 15px;
  }
  #abheader-new.abheader .products .tabs-nav a {
    padding: 4px 9px 4px 8px;
    margin: 0;
  }
  #abheader-new.abheader .tabs-nav h3 {
    font-size: 13px;
  }
  #abheader-new.abheader #itdivision .division-list span.solution-desc {
    min-height: 42px;
    font-size: 9px;
  }
  #abheader-new.abheader .products .products-lists li {
    margin-bottom: 6px;
  }
  #abheader-new.abheader p.tab-descr {
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 1380px) {
  #abheader-new.abheader .help-product,
  #abheader-new.abheader .related-product {
    width: 31%;
  }
  #abheader-new.abheader .products .products-lists a {
    font-size: 12px;
  }
  #abheader-new.abheader #product-menu {
    transform: translateX(-28%) translateY(0);
    width: 1250px;
  }
  #abheader-new.abheader #product-menu.nav-drop:before {
    left: 418px;
    top: -12px;
    border-bottom: 12px solid #fff;
  }
  #abheader-new.abheader .tabs-stage {
    padding: 20px 30px;
  }
  #abheader-new.abheader #solution-menu {
    transform: translateX(-25%) translateY(0);
    width: 1100px;
  }
  #abheader-new.abheader #solution-menu.nav-drop:before {
    left: 455px;
    top: -12px;
    border-bottom: 12px solid #fff;
  }
  #abheader-new.abheader #customer-menu.nav-drop.expand {
    transform: translateX(132px) translateY(0);
  }
  #abheader-new.abheader #customer-menu.nav-drop.expand:before {
    left: 190px;
    top: -12px;
  }
  #abheader-new.abheader #support-menu {
    transform: translateX(130px) translateY(0);
  }
  #abheader-new.abheader #support-menu.nav-drop:before {
    left: 292px;
    top: -12px;
    border-bottom: 12px solid #fff;
  }
  #abheader-new.abheader #community-menu {
    transform: translateX(440px) translateY(0);
  }
  #abheader-new.abheader #community-menu.nav-drop:before {
    left: 82px;
    top: -12px;
  }
}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1114px) and (-webkit-min-device-pixel-ratio: 2) {
  #abheader-new.abheader .products .nav-drop {
    width: 840px;
  }
  #abheader-new.abheader #solution-menu.nav-drop {
    width: 790px;
  }
  #abheader-new.abheader .support-menu .nav-drop {
    width: 535px;
  }
  #abheader-new.abheader .company-menu .nav-drop.expand {
    width: 520px;
  }
}

@media only screen and (max-width: 1025px) {
  #abheader-new.abheader .products-lists {
    padding: 0;
  }
  #abheader-new.abheader .download-btn,
  #abheader-new h2.tab-title {
    display: none;
  }
  #abheader-new.abheader #search-result-input {
    width: 100%;
  }
  #abheader-new.abheader #commonHeader {
    min-height: 78px;
    height: 78px;
  }
  #abheader-new.abheader #MEmobListPrd .MEmobprodDrop span {
    padding: 0;
    font-size: 10px;
    line-height: 1.4;
  }
  .abheader span.solution-desc {
    font-size: 10px;
    line-height: normal;
  }
}
@media only screen and (max-width: 650px) {
  .abheader #MEdropPanel > ul > li > ul {
    overflow: scroll;
    padding-bottom: 200px;
  }
}

select#Solutions {
    width: 100%;
}