/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
* {
  box-sizing: border-box;
}
html,
body {
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Zoho_Puvi_Bold';
  src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_bold.eot');
  src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_bold.eot') format('embedded-opentype'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_bold.woff2') format('woff2'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal
}
.sprite {
  background-image: url(../../images/erp-powershell-sprite.png);
  background-size: 150px 60px;
  display: inline-block;
  vertical-align: middle;
}
.shell-tab-lhs p {
  margin: 15px 0;
  line-height: 31px;
}
.shell-tab-lhs p+h2 {
  margin-top: 20px;
}
.shell-tab-lhs h2+ul {
  margin-top: -5px;
}
.shell-tab-lhs p+ol,
.shell-tab-lhs p+ul {
  padding-top: 0;
  margin-top: -7px;
}
.shell-tab-lhs ol,
.shell-tab-lhs ul {
  padding: 0px 0 0 30px;
}
.shell-tab-lhs ol,
.shell-tab-lhs ul+h2 {
  margin-top: 20px
}
.shell-tab-lhs ol+.notebox,
.shell-tab-lhs ul+.notebox {
  margin: 20px 0 0 0;
}
.shell-tab-lhs ol li {
  list-style-type: decimal;
  padding-bottom: 15px;
  line-height: 24px;
}
.shell-tab-lhs ul li {
  list-style-type: disc;
  line-height: 25px;
}
.shell-tab-lhs ul li:not(:last-child) {
  padding-bottom: 15px
}
.shell-tab-lhs ul li ul li {
  list-style-type: circle;
}
.shell-tab-lhs li+.notebox {
  margin: 0px 0 20px 0;
}
h1 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  letter-spacing: normal;
  max-width: 1200px;
  margin: auto;
}
h2 {
  color: #3d3d3b;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin: 5px 0 20px;
}
h3 {
  color: #3d3d3b;
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
}
strong {
  font-weight: 600;
}
b {
  font-weight: 600;
  color: #3d3d3b;
  font-size: 16px;
  display: block;
  margin-top: 33px;
  margin-bottom: 16px;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
.ps-lh-30 {
  line-height: 30px;
}
.ps-lh-28 {
  line-height: 28px;
}
.ps-lh-26 {
  line-height: 26px;
}
.ps-lh-24 {
  line-height: 24px;
}
.ps-lh-28 {
  line-height: 28px;
}
.ps-mt-5 {
  margin-top: 5px;
}
.ps-mt-10 {
  margin-top: 10px;
}
.ps-mt-15 {
  margin-top: 15px;
}
.ps-mt-20 {
  margin-top: 20px;
}
.ps-mt-25 {
  margin-top: 25px;
}
.ps-mt-30 {
  margin-top: 30px;
}
.ps-mt-35 {
  margin-top: 35px;
}
.ps-mt-40 {
  margin-top: 40px;
}
.ps-mt-45 {
  margin-top: 45px;
}
.ps-mt-50 {
  margin-top: 50px;
}
.ps-mb-5 {
  margin-bottom: 5px;
}
.ps-mb-10 {
  margin-bottom: 10px;
}
.ps-mb-15 {
  margin-bottom: 15px;
}
.ps-mb-16 {
  margin-bottom: 16px;
}
.ps-mb-17 {
  margin-bottom: 17px;
}
.ps-mb-20 {
  margin-bottom: 20px;
}
.ps-mb-25 {
  margin-bottom: 25px;
}
.ps-mb-30 {
  margin-bottom: 30px;
}
.note-box {
  font-weight: 600;
  font-size: 14px;
  color: #3d3d3b;
  background-color: #f4f4f4;
  padding: 16px 18px;
  line-height: 24px;
}
.upgradeTbl {
  width: 100%;
}
.upgradeTbl tr.headTbl {
  background: #efefef;
}
.upgradeTbl td {
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.upgradeTbl+h2 {
  margin-top: 25px;
}
.feaBanner {
  background: #dbf3ff;
  padding: 25px 30px 40px;
  text-align: center;
  margin-top: 30px;
}
.feaBanner p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
  margin-top: 0;
}
.feaBanner a {
  background: #f70031;
  border-radius: 3px;
  color: #fff !important;
  padding: 12px 20px;
  text-decoration: none;
  transition: all .5s;
}
.feaBanner .nav-dwn-icon {
  background-position: 0 0;
  display: inline-block;
  height: 20px;
  line-height: 22px;
  position: relative;
  top: 2px;
  width: 21px;
}
.feaBanner a span {
  background-size: 240px !important;
  margin-right: 5px;
}
.feaBanner .nav-dwn-icon {
  background: url(https://www.manageengine.com/images/me-sprite-new.png) no-repeat 0 0;
}
.notebox+h2,
.note-box+h2 {
  margin-top: 20px;
}
.table+h2 {
  margin-top: 30px;
}
.shell-tab-lhs h3+ul {
  padding-top: 20px;
}
.ps-head-des {
  line-height: 28px;
  margin-bottom: 16px;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
/*
.as-clear {
  display: inline-block;
  width: 100%;
}
*/
#backToTop {
  display: none !important;
}
.icn-overview {
  background-position: -5px -4px;
  width: 18px;
  height: 18px;
}
.icn-demo {
  background-position: -27px -4px;
  width: 18px;
  height: 18px;
}
.icn-quote {
  background-position: -48px -5px;
  width: 18px;
  height: 18px;
}
.icn-support {
  background-position: -70px -5px;
  width: 17px;
  height: 17px;
}
.icn-download {
  background-position: -92px -5px;
  width: 14px;
  height: 18px;
}
.shell-header {
  padding: 13px 0;
  min-height: 95px;
  background-color: #fff;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  display: block;
}
.shell-header .shell-lhs {
  float: left;
}
.shell-header .shell-lhs img {
  width: 260px;
  margin-top: 10px;
}
.shell-header .shell-rhs {
  float: right;
  padding-top: 16px;
}
.shell-header .shell-rhs ul {
  float: left;
}
.shell-header .shell-rhs ul li {
  float: left;
  list-style: none;
}
.shell-header .shell-rhs ul li a {
  color: #000;
  padding: 8px 7px;
  display: inline-block;
}
.shell-header .shell-rhs ul li a .sprite {
  margin-right: 13px;
  margin-top: -3px;
}
.shell-header .shell-rhs ul li.ps-download {
  margin-left: 27px;
}
.shell-header .shell-rhs ul li.ps-download a {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  background-color: #e02127;
  display: inline-block;
  border-radius: 4px;
  padding: 7.5px 24px;
}
.shell-header .shell-rhs ul li.ps-download a .sprite {
  margin-right: 16px;
}
.shell-banner {
  background-image: url(../../images/erp-powershell-banner.png);
  background-size: 100% 100%;
  position: relative;
  padding: 77px;
}
.shell-tab-sec .shell-sec-bg {
  background-color: #f4f4f4;
}
.shell-tab-sec .shell-sec-bg .container {
  position: relative;
}
.shell-tab-sec .shell-sec-bg .container .shell-tab-menu {
  text-align: center;
}
.shell-tab-sec .shell-sec-bg .container .shell-tab-menu ul {
  display: inline-block;
}
.shell-tab-sec .shell-sec-bg .container .shell-tab-menu ul li {
  list-style: none;
  display: inline-block;
}
.shell-tab-sec .shell-sec-bg .container .shell-tab-menu ul li a {
  color: #000;
  padding: 13px 27px;
  font-size: 15px;
  display: inline-block;
  border-bottom: transparent solid 3px;
}
.shell-tab-sec .shell-sec-bg .container .shell-tab-menu ul li.active a {
  color: #297ecf;
  border-color: #297ecf;
}
.shell-tab-sec .shell-sec-bg .shell-tab-rhs {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  margin-top: 82px;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
}
.shell-tab-sec .shell-sec-bg .shell-tab-rhs.fixed-rhs {
  position: fixed;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  margin-top: 0;
  padding: 30px 0;
  right: 5%;
}
.shell-tab-sec .shell-tab-cont {
  padding-top: 55px;
}
.shell-tab-sec .shell-tab-cont .shell-tab-lhs {
  margin-right: 300px;
  padding-right: 60px;
  min-height: 1500px;
  font-size: 16px;
}
.shell-tab-sec .shell-tab-cont .shell-tab-lhs .mob-tab-menu {
  display: none;
  color: #000;
  padding: 13px 27px;
  font-size: 15px;
}
.shell-tab-sec .shell-tab-cont .shell-tab-lhs .gray-box-list {
  background-color: #f4f4f4;
  padding: 25px 30px 30px 30px;
  clear: both;
  display: inline-block;
  width: 100%;
}
.shell-tab-sec .shell-tab-cont .shell-tab-lhs .gray-box-list>ul {
  float: left;
  width: 33.333%;
  padding-right: 20px;
  padding-left: 16px;
}
.shell-tab-sec .shell-tab-cont .shell-tab-lhs .gray-box-list>ul li {
  width: 100%;
  margin-bottom: 5px;
}
.shell-tab-sec .shell-tab-cont .shell-tab-lhs .gray-box-list>ul li:last-child {
  margin-bottom: 0;
}
.shell-tab-sec .shell-tab-cont .shell-tab-lhs .gray-box-list>ul li a {
  display: block;
  color: #3d3d3b;
}
.shell-footer {
  text-align: center;
  font-weight: 600;
  color: #818181;
  background-color: #f4f4f4;
  padding: 14.5px 0;
}
.ps-bc {
  font-size: 14px;
  color: #fff;
  background: linear-gradient(to right, #0d3068 40%, transparent 60%);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ps-bc .container>div {
  padding: 3px 0;
  color: #fff;
}
.ps-bc .container>div a,
.ps-bc .container>div span {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}
.wam-vid-form h2 {
  color: #000;
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  margin-bottom: 0;
  padding: 16px 0;
  font-family: "Zoho_Puvi_Bold";
  background: #fff;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  margin-top: 0;
}
ul {
  margin: 0;
  padding: 0;
}
.succ {
  font-size: 16px;
  color: #737373;
  text-align: center;
  padding: 20px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  display: none;
  line-height: 26px;
}
.wam-vid-form ul li {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 0;
  text-align: left;
  background: #fbfbfb;
  /* overflow:hidden;*/
}
.wam-vid-form ul li:last-child::before {
  display: none
}
.wam-vid-form ul li:nth-child(4) {
  border: #d0d0d0 solid 1px !important;
}
div#formCTAgdpr {
  color: #000;
  text-align: center;
  font-size: 10px !important;
  margin-top: 4px;
  line-height: 15px;
  margin-top: 0;
  margin-bottom: 20px;
}
.ffw-privacy a,
#meGDPRMessage a {
  text-decoration: underline;
}
select {
  padding-left: 0;
  border-radius: 0;
}
.wam-vid-form ul li input {
  width: 100%;
  line-height: 1;
  box-sizing: border-box;
  border-bottom: none;
  color: #000;
  outline: 0;
  font-size: 13px;
  height: 43px;
  background: #fafafa;
  padding: 0 15px 0 45px;
  border: #d0d0d0 solid 1px !important;
}
.wam-vid-form ul li input::-webkit-input-placeholder {
  /* Edge */
  color: #A0A0A0;
}
.wam-vid-form ul li input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A0A0A0;
}
.wam-vid-form ul li input::placeholder {
  color: #A0A0A0;
}
.wam-vid-form ul li:last-child input[type=submit] {
  background: #0cac72;
  color: #fff;
  border: 0 !important;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 0;
  line-height: 30px;
  font-weight: 600;
  height: 48px;
}
.wam-vid-form ul li:last-child input[type=reset] {
  width: 38%;
  color: #98a6b3;
  border: 0;
  padding-left: 0;
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
  margin-left: 2%;
  background: #2f5573;
}
.dwn-priv {
  color: #fff;
  font-size: 12px;
  float: left;
  width: 100%;
  line-height: 12px;
}
.dwn-priv a {
  color: #0071c0;
  font-size: 9px;
  text-decoration: underline;
}
.fsm-request-demo .per60 {
  padding-right: 40px;
}
.fsm-features h2.fsm-label {
  font-size: 16px;
  display: inline-block;
  padding: 5px 10px 4px;
  background: #c4e5ff;
  border-radius: 2px;
  margin: 0;
  margin-bottom: 30px;
  color: #00578e;
}
.wam-vid-form {
  background: #fff;
  display: inline-block;
  border-radius: 4px;
}
#meGDPRMessage {
  color: #000;
  text-align: center;
  font-size: 10px !important;
  margin-top: 4px;
  line-height: 15px;
  margin-top: 0;
  margin-bottom: 5px;
}
.wam-form #meGDPRMessage label {
  font-size: 10px !important;
  line-height: 15px;
  color: #b3c2ca !important;
}
.wam-vid-form ul li:last-child {
  border: none !important;
  background-color: #fff;
}
.wam-vid-form ul li select {
  padding-left: 45px;
  font-size: 12px;
  color: #333538;
  outline: 0;
  height: 43px;
  width: 100%;
  border: 0;
  line-height: 2;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: #fbfbfb;
}
.ffw-form-container .ffw-form form ul li .ffw-errmsg,
.wam-form ul li .ffw-errmsg {
  display: none;
  position: relative;
  color: red;
  background-color: #fff;
  padding: 5px 0 0;
  font-size: 11px;
  line-height: 10px;
  margin-top: 0;
}
.ffw-form-container .ffw-additional-data,
.ffw-form-container .ffw-hidden-data {
  display: none;
}
.errMsg {
  position: relative;
  width: 100%;
  float: left;
  background: red;
  color: #fff;
  bottom: -11px;
  left: 0;
  padding: 0 10px;
  display: none;
  font-size: 11px;
  color: #fff !important
}
.wam-form ul li .ffw-privacy,
.wam-form ul li .ffw-privacy>a {
  font-size: 10px;
  color: #b3c2ca;
  text-align: center;
}
.wam-form ul li .ffw-privacy>a {
  text-decoration: underline;
}
.errMsg3 {
  display: none;
  color: red;
  width: 80%;
  margin-left: 10%;
  font-size: 12px;
  position: relative;
  top: -12px;
}
.tnk-msg {
  display: none;
}
.holder {
  position: absolute;
  color: #939393;
  cursor: auto;
  font-size: 13px;
  z-index: 1;
  margin: 12px 45px 0 45px;
}
.holder .red {
  color: #f5171a;
}
.ffw-form h4 {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 12px;
}
.wam-vid-form ul li::before {
  content: "";
  background-image: url(../../images/erp-powershell-sprite.png);
  background-size: 150px;
  display: inline-block;
  vertical-align: middle;
  background-position: -3px -24px;
  width: 21px;
  height: 23px;
  position: absolute;
  top: 10px;
  left: 12px;
}
.wam-vid-form ul li:nth-child(2)::before {
  background-position: -25px -25px;
}
.wam-vid-form ul li:nth-child(3)::before {
  background-position: -48px -26px;
}
.wam-vid-form ul li:nth-child(4)::before {
  background-position: -73px -26px;
}
.ffw-form-container .ffw-form form ul li.ffw-ic-count select,
.ffw-form-container .ffw-form.with-state form ul li.ffw-ic-count select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #5a5a5a 50%), linear-gradient(135deg, #5a5a5a 50%, transparent 50%), linear-gradient(to right, #fff0, #fff0);
  background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.5em;
  background-size: 6px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
/* RHS Form US Select */
.ffw-form-container .ffw-form.with-state form ul li.ffw-ic-count select {
  width: calc(50% - 5px);
  display: inline-block;
  border: none
}
.ffw-form-container .ffw-form.with-state form ul li.ffw-ic-count select {
  background-position: calc(100% - 12px) calc(1em + 7px), calc(100% - 7px) calc(1em + 7px), calc(100% - 2.5em) 0.5em;
}
.ffw-form-container .ffw-form.with-state form ul li.ffw-ic-count select {
  width: 49% !important;
  padding-right: 25px !important
}
.ffw-form-container .ffw-form form ul li.ffw-ic-count select,
.ffw-form-container .ffw-form.with-state form ul li.ffw-ic-count select {
  transition: none;
}
.ffw-form-container .ffw-form.with-state form ul li.ffw-ic-count #MECountryListing {
  border-right: 1px solid #e7e7e7;
}
.ffw-form-container .ffw-form.with-state form ul li.ffw-ic-count select.commonselect {
  padding-left: 20px;
}
.related-links {
  border-top: #e5e5e5 solid 1px;
  padding-top: 33px;
  margin-top: 20px;
}
.related-links ul li {
  list-style: none;
  margin-bottom: 17px;
}
.related-links ul li a {
  color: #00a5f2;
  font-size: 15px;
}
.related-links>div {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 20px;
}
.menuIcon {
  display: none;
  position: absolute;
  top: 23px;
  height: 40px;
  width: 27px;
  right: 20px;
  cursor: pointer;
}
.menuIcon span {
  background-color: #000;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  transition: 0.3s ease all;
}
.menuIcon span::before,
.menuIcon span::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -8px;
  left: 0;
  background-color: #000;
  transition: 0.3s ease all;
}
.menuIcon span::after {
  top: auto;
  bottom: -8px;
}
.menuIcon.close span {
  background-color: transparent;
}
.menuIcon.close span::before {
  content: "";
  transform: rotate(45deg);
  top: 0;
}
.menuIcon.close span::after {
  content: "";
  transform: rotate(-45deg);
  bottom: 0;
}
.mob-links .related-links {
  display: none;
}
.download-desc,
.mobdownload-desc {
  display: none;
  margin-bottom: 30px;
}
.download-desc>div,
.mobdownload-desc>div {
  font-size: 15px !important;
  display: inline-block !important;
  background-color: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .13);
  padding: 20px 20px;
  border-radius: 3px;
  border: 1px solid #c7d2d5;
  width: 100%;
}
.download-desc>div strong,
.mobdownload-desc>div strong {
  color: #00a5f2;
  font-weight: 400;
  text-decoration: underline;
}
.form-stat.fixed-rhs {
  position: fixed;
  top: 28px;
  width: 300px;
}
body.year_end_offer_space {
  padding-top: 58px !important;
}
.yr-end:after {
  position: absolute;
  content: '';
  background: url(https://www.manageengine.com/products/active-directory-audit/sem/images/adap-sem-year-end-offer-strip.png) no-repeat;
  background-size: 150px;
  background-position: -110px -99px;
  width: 19px;
  height: 11px;
}
.strip:after {
  position: absolute;
  content: '';
  background: url(https://www.manageengine.com/products/active-directory-audit/sem/images/adap-sem-year-end-offer-strip.png) no-repeat;
  background-size: 169px;
  background-position: -6px -4px;
  width: 144px;
  height: 58px;
  left: 0px;
}
.yr-end {
  border: 1px solid #ffc81f;
  color: #ffc81f;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  display: inline-block;
  margin-right: 20px;
}
.strip .asteric {
  font-size: 11px;
  margin-left: -3px;
  display: inline-block
}
.strip {
  left: 0;
  right: 0;
}
.strip a {
  text-decoration: none;
  padding: 4px 15px;
  height: auto;
  margin: 0px 10px;
  border-radius: 25px;
  color: #FFFFFF !important;
  background: #DA262F;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  display: inline-block;
}
.strip {
  height: 58px;
  background: #282955;
  border-bottom: 1px solid #f9d569;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 55px;
  font-weight: 500;
  z-index: 999;
  position: relative;
}
.strip:before {
  position: absolute;
  content: '';
  background: url(https://www.manageengine.com/products/active-directory-audit/sem/images/adap-sem-year-end-offer-strip.png) no-repeat;
  background-size: 116px;
  background-position: -6px -58px;
  width: 68px;
  height: 37px;
  margin-left: -71px;
  top: 11px;
}
.strip i {
  font-style: normal;
  font-weight: 400
}
.strip a {
  color: #64c7f0;
  text-decoration: none;
}
.help_left_pane {
  top: 100px;
}
.help_body_pane_lhs {
  padding: 91px 40px 0 40px
}
.leftmenunew {
  padding-top: 45px;
}
.fade {
  padding-top: 40px;
}
.close_btn_strip {
  font-size: 20px;
  color: #bdc0c2;
  position: absolute;
  right: 20px;
  top: 0px;
  cursor: pointer;
}
.tc {
  font-size: 8px;
  position: absolute;
  right: 10px;
  top: 15px;
}
.admp-fea-res-table {
  border: 1px solid #e4e4e4;
  display: inline-block;
  box-sizing: border-box;
  background: #fbfbfb;
  margin: 15px 0 20px
}
.admp-fea-res-table-com {
  float: left;
  width: 50%;
  box-sizing: border-box
}
.admp-fea-res-table-com h3 {
  background: #697986;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  padding: 10px;
  margin-top: 0px;
}
.admp-fea-res-table-com h3:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../../images/admp-feature-sprite.png) no-repeat;
  margin-left: -34px;
  margin-top: 6px;
  background-position: -129px 0;
  background-size: 232px
}
.admp-fea-res-table-2 h3:before {
  background-position: -166px 0
}
.admp-fea-arr-btn:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 8px;
  background: url(../../images/admp-feature-sprite.png) no-repeat;
  margin-left: 1px;
  margin-top: 10px;
  background-position: -199px -6px;
  background-size: 232px
}
.admp-fea-arr-btn-less:after {
  background-position: -199px -15px;
}
.admp-fea-res-table-1 {
  border-right: 1px solid #e1e1e1
}
.admp-fea-res-table-inn {
  padding: 30px
}
.admp-fea-res-table-inn h4 {
  margin-bottom: 15px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-left: 0px;
}
.admp-fea-res-table-inn ul {
  padding: 0 0 5px 15px !important;
}
.admp-fea-res-table-inn ul li {
  list-style-type: decimal;
  margin-bottom: 15px;
  font-size: 13px
}
.admp-fea-res-table-inn a {
  color: #1a8ad8;
  font-size: 14px;
  text-align: center;
}
.admp-fea-res-table-2 h3 {
  background: #23ad84
}
.admp-fea-points {
  margin: 30px 0 35px
}
.admp-fea-points ul {
  padding-left: 30px !important;
}
.admp-fea-points ul li {
  margin-bottom: 8px;
  font-size: 14px;
  list-style-type: disc
}
#psnote {
  background: #f3f3f3;
  border: 1px solid #ccc;
  font-size: 12px;
  padding: 15px;
  position: relative;
}
.iconcpy {
  background: url(../../images/admp-feature-sprite.png) no-repeat;
  background-position: -228px -37px;
  background-size: 250px;
  display: block;
  margin: 10px 0 0 0;
  padding: 0 0 0 25px;
  text-align: left !important;
}
#psnote #txtareacpy {
  border: none;
  height: 1px;
  outline: none;
  overflow: hidden;
  position: absolute;
  resize: none;
  top: -20px;
  width: 1px;
}
#psnote .psthanx {
  background: #ECFBEF;
  border: 1px solid #8BD698;
  border-radius: 3px;
  bottom: -6px;
  color: #29B540;
  display: none;
  left: 30%;
  margin: 0 0 10px 0;
  padding: 5px 30px;
  position: absolute;
  text-align: center;
}
#psnote .psthanx span {
  background: url(../../images/admp-feature-sprite.png) no-repeat;
  background-position: -183px -73px;
  background-size: 200px;
  float: left;
  height: 16px;
  margin: 4px 9px 0 0;
  width: 17px;
}
.admp-fea-res-table-inn .per50 {
  margin: 0 1%;
  width: 44%;
}
.ps-image {
  display: block;
  position: relative;
}
.ps-image:before {
  content: "";
  background: #000;
  height: 86%;
  left: 6px;
  opacity: .4;
  position: absolute;
  top: 6px;
  width: 91%;
  filter: alpha(opacity=40);
}
.ps-image img {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 90px;
  padding: 5px;
  max-width: 100%;
}
.ps-image:after {
  background: url(../../images/admp-feature-sprite.png) no-repeat;
  background-size: 250px;
  background-position: -228px -67px;
  bottom: 13px;
  content: "";
  height: 20px;
  position: absolute;
  right: 10px;
  transition: all .5s;
  width: 22px;
}
.ps-image:hover:after {
  background-size: 500px;
  background-position: -457px -134px;
  bottom: 33px;
  height: 35px;
  right: 36px;
  transition: all .5s;
  width: 37px;
}
.img-zoom-container {
  width: 100%;
  height: 100%;
}
#allFea {
  background: #f4f4f4;
  margin-top: 50px;
}
.fea-nav.container {
  max-width: 1000px;
}
.fea-nav-list {
  width: 100%;
}
.ps-w-100p {
  width: 100% !important;
}
.ps-align-left {
  text-align: left !important;
}
.shell-tab-lhs img {
  max-width: 100%;
}
.related-links ul.rel-prod li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ECECEC;
  color: #000000;
  font-size: 12px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-indent: 10px;
  height: 30px;
  overflow: hidden;
}
.related-links ul.rel-prod li a {
  color: #000000;
  text-decoration: none;
  line-height: 30px;
  display: block;
  width: 250px;
}
.related-links ul li a.product-expanded-name {
  font-size: 10px;
  color: #777;
  border-radius: 2px;
  padding: 3px 10px 3px 0;
  margin: 0px 0 5px;
  width: auto !important;
  line-height: 12px;
  height: auto;
}
.related-links ul.rel-prod li:nth-child(6) a.product-quick-name {
  display: inline !important;
}
.related-links ul.rel-prod li:nth-child(6) {
  font-size: 15px;
}
.related-links ul.rel-prod li a.product-quick-name:hover {
  color: #7BBB2A !important;
}
/* Author: JST */
.flexslider {
  height: 320px;
  max-height: 400px;
}
.flex-control-nav {
  bottom: -4px;
  right: 123px
}
.flex-control-nav li {
  overflow: hidden
}
.flex-control-nav li a {
  color: #ccc
}
.flex-control-nav li a.flex-active {
  color: #74B223
}
.fea-list-cont>ul li,
.fea-nav-link span {
  color: #444;
  font-weight: 400
}
.flexslider .flexBnrslides img {
  width: 80%;
}
#meGDPRMessage .checkmarkgdpr {
  background: #fff;
  height: 12px !important;
  width: 12px !important;
  border: 1px solid #ccc;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  vertical-align: text-bottom;
}
@media screen and (max-width: 1023px) {
  .shell-header {
    min-height: 80px;
  }
  .shell-header .shell-rhs ul {
    width: 100%;
    margin-top: -13px;
  }
  .shell-header .shell-rhs {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    display: none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.23);
    border-top: 1px solid #dadada;
    top: 66px;
    z-index: 11;
  }
  .shell-header .shell-rhs ul li {
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .shell-header .shell-rhs ul li a {
    padding: 15px;
  }
  .shell-header .shell-rhs ul li.ps-download {
    margin-top: 15px;
    margin: 0;
  }
  .shell-tab-sec .shell-tab-cont .shell-tab-lhs {
    margin: 0;
    padding: 0;
  }
  .shell-tab-sec .shell-tab-cont .shell-tab-lhs .mob-tab-menu {
    display: block;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #0e3a82;
    border: #e4e4e4 solid 1px;
    border-bottom-width: 0;
    padding: 10px 15px;
    margin-bottom: 0px;
    position: relative;
  }
  .shell-tab-sec .shell-tab-cont .shell-tab-lhs .mob-tab-menu::after {
    content: "";
    background-image: url(../../images/erp-powershell-sprite.png);
    background-size: 150px 60px;
    display: inline-block;
    vertical-align: middle;
    background-position: -111px -10px;
    width: 16px;
    height: 9px;
    position: absolute;
    top: 20px;
    right: 15px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
  .shell-tab-sec .shell-tab-cont .shell-tab-lhs .mob-tab-menu:last-child {
    border-bottom: #e4e4e4 solid 1px;
  }
  .shell-tab-sec .shell-tab-cont .shell-tab-lhs .mob-tab-menu:last-child+.tab-menu {
    border-bottom: #e4e4e4 solid 1px;
  }
  .shell-tab-sec .shell-tab-cont .shell-tab-lhs .mob-tab-menu.active::after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  h2 {
    font-size: 18px;
  }
  b {
    font-size: 15px;
  }
  h3 {
    font-size: 16px;
  }
  .shell-footer {
    margin-top: 10px;
  }
  .shell-tab-sec .shell-tab-cont .shell-tab-lhs .gray-box-list>ul {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .shell-tab-sec .shell-tab-cont .shell-tab-lhs .gray-box-list>ul:last-child {
    margin-bottom: 0;
  }
  .shell-tab-sec .shell-sec-bg .shell-tab-rhs {
    position: static;
    width: 50%;
    margin: 20px auto;
  }
  .shell-tab-sec .shell-sec-bg {
    background: #fff;
  }
  .shell-tab-sec .shell-sec-bg .container .shell-tab-menu ul li {
    width: 100%;
  }
  .shell-tab-menu {
    display: none;
  }
  .tab-pane {
    padding: 15px;
    border: #e4e4e4 solid 1px;
  }
  .related-links {
    display: none;
  }
  .mob-links .related-links {
    display: block;
    text-align: left;
    padding: 0 20px;
    border-top: none;
  }
  .shell-tab-sec .shell-tab-cont {
    padding-top: 0;
  }
  .ffw-form {
    text-align: center;
    font-size: 20px;
  }
  .menuIcon {
    display: block;
  }
  .ps-download {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
  .shell-tab-sec .shell-sec-bg .container .shell-tab-menu ul li a {
    padding: 13px 11px;
    font-size: 14px;
  }
  .shell-tab-sec .shell-sec-bg .shell-tab-rhs {
    right: 20px;
  }
}
@media screen and (min-width: 568px) and (max-width: 1023px) {
  .shell-header .shell-lhs img {
    margin-top: 2px;
  }
}
@media screen and (max-width:992px) {
  .strip {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ffw-form {
    text-align: center;
    font-size: 19px;
    line-height: 28px;
  }
  .shell-tab-sec .shell-sec-bg .shell-tab-rhs {
    width: 60%;
  }
  .download-desc>div,
  .mobdownload-desc>div h4 {
    margin-bottom: 15px;
    text-align: center;
  }
  .download-desc>div,
  .mobdownload-desc>div p {
    text-align: center;
  }
}
@media screen and (max-width: 567px) {
  h1 {
    font-size: 26px;
  }
  .shell-banner {
    background: #0e3a82;
  }
  .shell-tab-sec .shell-tab-cont {
    padding-top: 20px;
  }
  .shell-tab-sec .shell-tab-cont .shell-tab-lhs .mob-tab-menu {
    font-size: 19px;
    text-align: center;
  }
  h2 {
    text-align: left;
    font-size: 16px;
  }
  h3 {
    text-align: left;
    font-size: 15px;
  }
  b {
    font-size: 14px;
    text-align: center;
  }
  .note-box {
    text-align: left;
    word-break: break-word;
  }
  p {
    text-align: left;
  }
  b,
  .shell-tab-sec .shell-tab-cont .shell-tab-lhs .gray-box-list>ul li a {
    text-align: left;
  }
  .ps-head-des strong {
    display: block;
    text-align: left;
  }
  .ps-head-des {
    text-align: left;
  }
  .shell-tab-sec .shell-tab-cont .shell-tab-lhs .mob-tab-menu {
    font-size: 16px;
    text-align: left;
  }
  .related-links ul li a {
    font-size: 14px;
  }
  .shell-header .shell-lhs img {
    margin-top: 2px;
  }
  #dloadView .wam-form {
    width: 100%;
  }
  .shell-tab-sec .shell-sec-bg .shell-tab-rhs {
    width: 80%;
  }
  .admp-fea-res-table-com {
    width: 100%;
    border: none;
  }
  .ps-bc .container>div a,
  .ps-bc .container>div span {
    line-height: 20px;
  }
  .shell-banner {
    padding-top: 90px;
  }
}