/******** bottom tab menu styles *************/
/* new footer link start */
.footer-new .tabs [id^=tab]:checked + label {
  background: #FFF;
  border-bottom: 2px solid #025d72;
  color: #025d72;
  font-weight: 600
}
#tab1:checked ~ #tab-content1, #tab2:checked ~ #tab-content2, #tab3:checked ~ #tab-content3, #tab4:checked ~ #tab-content4, #tab5:checked ~ #tab-content5 {
  display: block
}
.footer-new .tabs [id^=tab]:checked + label span {
  color: #035b75
}
.tab-content ul {
  display: block;
  width: 33.33%;
  float: left;
  padding-top: 20px
}
.tab-content ul li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #9cc1cf;
  border-radius: 20px;
  margin: 11px 0 0 -14px
}
.footer-new {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}
.footer-new h2 {
  font-size: 28px;
  font-weight: 600;
  text-align: center
}
.footer-new li {
  line-height: 24px;
  margin-bottom: 10px;
  padding-right: 20px
}
/* tab section css start*/
.pageTabSec h2 {
  font-size: 29px !important;
  font-weight: bold !important;
  text-align: center;
  margin-bottom: 30px !important;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}
.pageTabSec {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 0;
	display:none;
}
.pageTabSec ul.pageTab {
  padding: 0;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  box-sizing: border-box;
}
.pageTabSec ul.pageTab li {
  padding: 12px 30px;
  box-sizing: border-box;
  margin: 0 10px;
  display: inline-block;
  font-size: 15px;
  color: #8c9ca2;
  cursor: pointer;
}
.pageTabSec ul.pageTab li.active {
  border-bottom: 2px solid #055367;
  color: #055367;
  font-weight: 600;
}
.pageTabSec ul.pageTab li:hover {
  color: #055367;
}
.pageTabSec .pageTabView {
  padding: 30px 0;
  display: none;
}
.pageTabSec .pageTabView.active {
  display: block;
}
.pageTabSec .pageTabView ul {
  width: 24%;
  display: inline-block;
  padding-left: 20px;
  box-sizing: border-box;
  list-style: disc;
  color: #93bac9;
  vertical-align: text-top;
}
.pageTabSec .pageTabView.solutions-tab ul {
  width: 25%;
  float: left;
}
.pageTabSec .pageTabView.solutions-tab ul:nth-child(1) {
  width: 26%;
}
.pageTabSec .pageTabView.solutions-tab ul:nth-child(2) {
  width: 23%;
}
.pageTabSec .pageTabView.solutions-tab ul:nth-child(3) {
  width: 27%;
}
.pageTabSec .pageTabView.solutions-tab ul:nth-child(4) {
  width: 24%;
}
.pageTabSec .pageTabView ul li a {
  color: #000;
  font-size: 13px;
}
.pageTabSec .pageTabView ul li a:hover {
  text-decoration: underline;
}
.pageTabSec .pageTabView ul li {
  padding: 6px 0;
  margin: 0;
  list-style-type: disc !important;
  color: #93bac9;
}
.footer-new {
  background: #fff;
  padding-bottom: 20px !important;
  padding-top: 30px !important;
}
#rel-Prd ul {
  width: 33%;
}
#rel-Prd ul li:first-child a {
  font-weight: 600
}
@media(max-width:1024px) {
  .pageTabSec .pageTabView {
    padding: 30px 20px
  }
}
@media(max-width:1023px) {
  .pageTabSec ul.pageTab {
    padding: 0 10px;
  }
  .pageTabSec ul.pageTab li {
    padding: 12px 10px;
    margin: 0 10px;
    font-size: 13px;
  }
  .pageTabSec .pageTabView ul {
    font-size: 13px;
  }
  .pageTabSec .pageTabView {
    padding: 20px;
  }
}
@media (max-width:991px) {
  .pageTabSec .pageTabView.solutions-tab ul {
    width: 25% !important;
  }
}
@media (max-width:767px) {
  .pageTabSec {
    display: none !important;
  }
}
/* tab section css end */
.wam-vid-form ul li input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}
.wam-vid-form ul li input[type=number] {
  -moz-appearance: textfield
}
.wam-vid-form .highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: .5
}
.wam-vid-form .floating-label {
  position: absolute;
  pointer-events: none;
  left: 12px;
  top: 8px;
  transition: .2s ease all;
  -moz-transition: .2s ease all;
  -webkit-transition: .2s ease all;
  font-size: 13px;
  color: #333538;
  padding: 0 3px;
  background: #fff
}
@-webkit-keyframes inputHighlighter {
  from {
    background: #fff
  }
  to {
    width: 0;
    background: 0 0
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #fff
  }
  to {
    width: 0;
    background: 0 0
  }
}
@keyframes inputHighlighter {
  from {
    background: #fff
  }
  to {
    width: 0;
    background: 0 0
  }
}
.wam-vid-form input:focus ~ .highlight, .wam-vid-form select:focus ~ .highlight {
  -webkit-animation: inputHighlighter .3s ease;
  -moz-animation: inputHighlighter .3s ease;
  animation: inputHighlighter .3s ease
}
.wam-vid-form input:focus ~ .floating-label, .wam-vid-form input:not(:placeholder-shown) ~ .floating-label {
  top: -7px;
  left: 12px;
  font-size: 13px;
  color: #000;
  line-height: initial
}
.wam-vid-form select:focus ~ .floating-label, .wam-vid-form select:not([value=""]):valid ~ .floating-label {
  top: -9px;
  left: 12px;
  font-size: 13px;
  color: #000
}
.mob-view {
  display: none
}
.mob-view > div {
  height: 0;
  margin-top: -6px
}
.footer-new {
  display: none
}
.hmEdi1, .hmEdi2 {
  height: 680px
}
.maintab_impicon_container {
  margin: 30px 0
}
.testimonial_con_left, .testimonial_con_right {
  display: none
}
.testimonial_con {
  margin: 0 0 0 166px
}
.testimonial_name_divider {
  margin: 20px 0 0 376px
}
.testimonial_client_name {
  width: 1040px
}
#showHide_smallmenu {
  display: none
}
#backToTop {
  display: none !important
}
.per75 {
  width: 71%
}
.per40 {
  width: 34%
}
#scroll {
  padding: 40px 0 0
}
h2 {
  margin: 0 0 30px
}
.feaIcon86 {
  background-position: -1px -516px
}
.imagelnk {
  padding-right: 0;
  background: 0 0
}
.act-dir-aud * {
  box-sizing: border-box
}
#allFea {
  display: none
}
#adapcutomerlogos {
  display: none
}
.heading-menu {
  display: none
}
.en-tab {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px
}
.en-tab-lhs {
  float: left;
  width: 272px;
  padding-top: 30px
}
.en-tab-lhs ul {
  padding-top: 32px;
  margin-right: -2px
}
.en-tab-lhs ul li {
  margin-bottom: 15px
}
.en-tab-lhs ul li span {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  display: block;
  background: #fff;
  border: 1px solid #d7d8da;
  border-right: none;
  padding: 20px 20px 20px 20px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, .06);
  cursor: pointer;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}
.en-img img {
  padding: 5px;
  min-height: 565px;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 rgba(3, 3, 3, .17);
  -webkit-box-shadow: 0 0 50px 0 rgba(3, 3, 3, .17);
  -moz-box-shadow: 0 0 50px 0 rgba(3, 3, 3, .17)
}
.en-tab-lhs ul li span:hover {
  background: #e5f6ff;
  border-color: transparent;
  border-left: 7px solid #0a78dd;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}
.en-tab-lhs ul li .lab-act {
  background: #e5f6ff;
  border-color: transparent;
  border-left: 7px solid #0a78dd;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}
.en-tab-rhs {
  float: left;
  width: calc(100% - 272px);
  padding: 14px 7px 7px 0;
  position: relative
}
.en-img {
  position: absolute;
  left: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  opacity: 0;
  max-width: 100%
}
.en-img-act {
  opacity: 1;
  z-index: 5
}
.en-tab-rhs .en-img-act2 {
  opacity: 1;
  z-index: 5
}
.security_tab .en-tab-lhs {
  width: 406px;
  padding-top: 0
}
.security_tab .en-tab-lhs ul li .lab-act2 {
  border-left: 6px solid #0a78dd;
  background: #edf9ff;
  border-bottom-color: transparent;
  color: #333
}
.security_tab .en-tab-rhs {
  padding: 0;
  float: left;
  width: calc(100% - 406px);
  position: relative;
  min-height: 550px;
}
.security_tab .en-tab-lhs ul li span {
  font-size: 18px;
  font-weight: 400;
  padding: 5px 20px 5px 85px;
  position: relative
}
.en-tab-lhs ul li span:hover {
  border-left-color: #0a78dd
}
.security_tab .en-tab-lhs ul li {
  margin: 0
}
.security_tab .en-tab-lhs ul li:last-child span {
  border-bottom: none
}
.security_tab .en-tab-lhs ul li span {
  line-height: 57px;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #e5e9ee;
  border-left: 6px solid transparent;
  color: #575757;
  font-size: 16.5px;
  font-weight: 300
}
.security_tab .en-tab-lhs ul li span:hover {
  border-left-color: #0a78dd
}
.security_tab .en-tab-lhs ul li span .icn {
  position: absolute;
  left: 24px;
  background: url(https://www.manageengine.com/products/active-directory-audit/images/windows-file-server-auditing-tab-icons-23.png) no-repeat -5px -5px;
  background-size: 134px;
  width: 39px;
  height: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .5s ease;
  filter: brightness(0);
  opacity: .4;
}
.security_tab .en-tab-lhs ul li span .icn2 {
  background-position: -53px -4px;
  width: 32px;
  height: 34px;
}
.security_tab .en-tab-lhs ul li span .icn3 {
  background-position: -93px -5px;
  width: 32px;
  height: 33px;
}
.security_tab .en-tab-lhs ul li span .icn4 {
  background-position: -2px -48px;
  width: 36px;
  height: 28px;
}
.security_tab .en-tab-lhs ul li span .icn5 {
  background-position: -49px -47px;
  width: 40px;
  height: 33px;
}
.security_tab .en-tab-lhs ul li span .icn6 {
  background-position: -98px -48px;
  width: 32px;
  height: 30px;
}
.security_tab .en-tab-lhs ul li .lab-act2 .icn {
  filter: brightness(1);
  opacity: 1;
}
.tip {
  position: absolute
}
.tip-com {
  position: absolute;
  width: 100%;
  height: 100%;
}
.tip-com span {
  width: 22px;
  height: 22px;
  background: #f5633d;
  display: block;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px
}
.tip-com div {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}
.tip-tool {
  background: #3f3f3f;
  color: #fff;
  padding: 7px 22px 12px 15px;
  border-radius: 2px;
  width: 260px;
  margin: -25px 0 0 34px;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .6);
  position: relative;
  transform: scale(.9);
  opacity: 0
}
.tipshow {
  transform: scale(1);
  opacity: 1;
  z-index: 1
}
.tip-tool h5 {
  font-size: 13px;
  margin-bottom: 4px;
  font-weight: 400;
  color: #fff
}
.tip-tool p {
  margin: 0;
  font-size: 11px;
  line-height: 15px;
  color: #c8c8c8
}
.tip-tool:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #3f3f3f;
  top: 5px;
  left: -6px
}
.tip-com span {
  position: relative;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, .7);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1)
}
.tip-com span:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none
}
.mobShow {
  display: none
}
.close, .closePop {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 12px;
  height: 12px;
  opacity: .3;
  cursor: pointer
}
.close:after, .close:before, .closePop:after, .closePop:before {
  position: absolute;
  left: 5px;
  content: ' ';
  height: 12px;
  width: 2px;
  background-color: #fff
}
.close:before, .closePop:before {
  transform: rotate(45deg)
}
.close:after, .closePop:after {
  transform: rotate(-45deg)
}
.tip1 {
  left: 377px;
  top: 207px;
}
.tip1_1_tool {
  left: -257px;
  top: 35px;
}
.tip1_1_tool:before {
  transform: rotate(90deg);
  left: 88.5%;
  top: -10px;
}
.tip2 {
  left: 114px;
  top: 298px;
}
.tip1_2_tool {
  right: 4px;
  top: 0px;
}
.tip1_2_tool:before {
  left: -6px;
  top: 8px;
}
.tip3 {
  left: 560px;
  top: 129px;
}
.tip4 {
  top: 231px;
  left: 157px;
}
.tip5 {
  left: 312px;
  top: 202px;
}
.tip5 .tip3_1_tool {
  left: -218px;
  top: 34px;
}
.tip5 .tip3_1_tool:before {
  transform: rotate(90deg);
  left: 73.5%;
  top: -10px;
}
.tip7 {
  top: 208px;
  left: 429px;
}
.tip8 {
  left: 305px;
  top: 378px;
}
.tip9 {
  left: 291px;
  top: 389px;
}
.tip9 .tip5_1_tool {
  left: 0px;
  top: -69px;
}
.tip9 .tip5_1_tool::before {
  left: -8px;
  top: 75px;
}
.tip10 {
  left: 194px;
  top: 490px;
}
.tip10 .tip5_2_tool {
  left: -212px;
  top: -128px;
}
.tip10 .tip5_2_tool::before {
  transform: rotate(-90deg);
  left: 71%;
  top: 96%;
}
.tip11 {
  left: 340px;
  top: 200px;
}
.tip11 .tip6_1_tool {
  left: -245px;
  top: 35px;
}
.tip11 .tip6_1_tool:before {
  transform: rotate(90deg);
  left: 84%;
  top: -11px;
}
.tip12 {
  left: 847px;
  top: 420px;
}
.tip12 .tip6_2_tool {
  left: -302px;
}
.tip12 .tip6_2_tool:before {
  transform: rotate(180deg);
  left: 100%;
  top: 6px;
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
  }
}
.solution_list {
  margin-top: 35px;
  padding: 0
}
.solution_box {
  display: inline-block;
  width: 33%;
  padding: 30px 40px 15px 30px;
  height: auto;
  vertical-align: top;
  transition: .3s;
  position: relative;
  cursor: pointer;
  margin-bottom: 0
}
.solution_box:hover {
  transition: .3s;
  box-shadow: 0 0 20px rgba(0, 0, 0, .06)
}
.solution_img {
  position: relative;
  background: url('https://www.manageengine.com/products/active-directory-audit/images/windows-active-directory-workstations-auditing-sprite.png') no-repeat -235px -106px;
  background-size: 350px 750px;
  width: 58px;
  height: 49px
}
.solution_box:nth-of-type(2) .solution_img {
  background-position: -235px -169px;
  width: 58px;
  height: 49px
}
.solution_box:nth-of-type(3) .solution_img {
  background-image: url('https://www.manageengine.com/products/active-directory-audit/images/active-directory-auditing-sprite.png');
  background-size: 375px;
  background-position: -80px -81px;
  width: 54px;
  height: 49px
}
.solution_box:nth-of-type(4) .solution_img {
  background-position: -237px -240px;
  width: 55px;
  height: 49px
}
.solution_box:nth-of-type(5) .solution_img {
  background-position: -217px -84px;
  width: 50px;
  height: 49px;
  background-image: url('https://www.manageengine.com/products/active-directory-audit/images/active-directory-auditing-sprite.png');
  background-size: 375px
}
.solution_box:nth-of-type(6) .solution_img {
  background: url(https://www.manageengine.com/products/active-directory-audit/images/active-directory-auditing-sprite.png);
  background-position: -523px -76px;
  width: 69px;
  height: 51px;
  background-size: 375px;
}
.solution_box h3 {
  font-size: 17px;
  font-weight: 500;
  color: #232323;
  line-height: 20px;
  margin: 12px 0 0
}
.solution_box p {
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 11px;
  color: #333;
  line-height: 25px
}
.solution_box a {
  font-size: 16px;
  color: #137189;
  position: relative;
  opacity: 0;
  transition: .3s
}
.solution_box a.cover {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1
}
.solution_box a::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 16px;
  right: -25px;
  top: 4px;
  background: url(https://www.manageengine.com/products/active-directory-audit/images/audit-removable-storage-sprite.png) no-repeat;
  background-size: 1020px 334px;
  background-position: -475px -11px
}
.solution_box a.cover::after {
  display: none
}
.solution_box:hover > a {
  opacity: 1;
  transition: .3s
}
.pageTabSec h2 {
  font-size: 30px !important;
  font-weight: 700 !important;
  text-align: center;
  margin-bottom: 30px !important;
  color: #000
}
.pageTabSec {
  margin-bottom: 40px
}
#scroll .pageTabSec ul.pageTab {
  padding: 0;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 10px
}
.pageTabSec ul.pageTab li {
  padding: 12px 20px;
  box-sizing: border-box;
  margin: 0 -5px;
  display: inline-block;
  font-size: 15px;
  color: #8c9ca2;
  cursor: pointer
}
.pageTabSec ul.pageTab li.active {
  border-bottom: 3px solid #0e77d7;
  color: #000
}
.pageTabSec .pageTabView {
  padding: 13px 0;
  display: none
}
.pageTabSec .pageTabView.active {
  display: block
}
.pageTabSec .pageTabView ul {
  width: 32%;
  display: inline-block;
  padding-left: 20px;
  box-sizing: border-box;
  list-style: disc;
  color: #93bac9;
  vertical-align: text-top
}
.pageTabSec .pageTabView.solutions-tab ul {
  width: 25%;
  float: left
}
.pageTabSec .pageTabView.solutions-tab ul:first-child {
  width: 25%
}
.pageTabSec .pageTabView.solutions-tab ul:nth-child(2) {
  width: 25%
}
.pageTabSec .pageTabView.solutions-tab ul:nth-child(3) {
  width: 25%
}
.pageTabSec .pageTabView.solutions-tab ul:nth-child(4) {
  width: 25%
}
.pageTabSec .pageTabView ul li a {
  color: #000
}
.pageTabSec .pageTabView ul li a:hover {
  text-decoration: underline
}
.pageTabSec .pageTabView ul li {
  padding: 6px 0;
  margin: 0;
  list-style-type: disc !important;
  color: #0e77d7
}
.footer-new {
  background: #f6f7f8;
  padding-bottom: 20px !important;
  padding-top: 30px !important
}
.act-dir-aud {
  line-height: 1.6;
  color: #000;
  font-size: 15px
}
#maincontent .container {
  max-width: 1200px;
  padding-top: 0 !important
}
.text-center {
  text-align: center
}
.top-section {
  padding: 70px 0 45px
}
.top-section h1 {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 14px;
  color: #232323;
  font-weight: 600
}
.top-section p {
  width: 80%;
  margin: 0 auto;
  font-size: 17px;
  line-height: 30px;
  color: #333
}
.top-section p strong {
  font-weight: 500
}
.top-section .btn {
  width: 265px;
  height: 50px;
  display: inline-block;
  background: #e61a33;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding: 12px 50px 10px 20px;
  border-radius: 3px;
  transition: .5s ease all;
  text-decoration: none;
  margin-top: 22px;
  position: relative;
}
.btn-desc {
  display: block;
  font-style: italic;
  margin-top: 7px;
  text-align: center;
  font-size: 12px;
  color: #333
}
.top-section .btn .arrow {
  display: inline-block;
  background: url(https://www.manageengine.com/products/active-directory-audit/images/active-directory-auditing-sprite.png) no-repeat -9px -8px;
  background-size: 375px;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 35px;
  top: -6px;
  bottom: 0;
  margin: auto;
}
.top-section .btn .arrow::before {
  content: '';
  width: 18px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: -1px;
  right: 0;
  bottom: -4px;
  margin: auto;
}
.top-section .btn:hover {
  background: #bc0b0c
}
.top-section img.logos {
  max-width: 915px !important;
  width: 100%
}
.desc-heading {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  text-align: center;
  margin: 69px auto 15px;
  color: #081329
}
.section-heading {
  font-size: 30px;
  font-weight: 600;
  text-align: center
}
.desc-heading span {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  position: relative;
  z-index: 2
}
.desc-heading:before {
  content: '';
  background: linear-gradient(to right, #fff, #cfcfcf, #fff);
  position: absolute;
  height: 2px;
  top: 18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 67%;
  z-index: 1
}
section.tab-section {
  margin-top: 24px
}
#scroll ul.clear-ul {
  padding: 0;
  list-style-type: none;
  margin: 0
}
#scroll ol.clear-ul {
  padding: 0;
  list-style-type: none;
  margin: 0
}
.sec-tab-rhs {
  padding-left: 70px
}
.sec-tab-rhs ul li {
  line-height: 26px;
  margin-bottom: 15px;
  padding-left: 36px;
  position: relative;
  font-size: 15px;
  color: #333;
  margin-left: -6px;
  font-weight: 300
}
.sec-tab-rhs ul li:before {
  content: '';
  display: block;
  background: url(https://www.manageengine.com/products/active-directory-audit/images/active-directory-auditing-sprite.png) no-repeat -65px -10px;
  background-size: 375px;
  width: 15px;
  height: 11px;
  position: absolute;
  left: 6px;
  top: 10px
}
.sec-tab-rhs ul li:last-child {
  margin-bottom: 0
}
.sec-tab-rhs a {
  margin-left: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #0b82e7;
  text-decoration: underline;
  margin-top: 36px;
  display: inline-block;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease
}
.sec-tab-rhs a .arrow-right {
  background: url(https://www.manageengine.com/products/active-directory-audit/images/active-directory-auditing-sprite.png) no-repeat -41px -11px;
  background-size: 375px;
  width: 7px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px
}
.sec-tab-rhs h3 {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 26px;
  line-height: 1
}
.tab-section .section-heading {
  margin: 0 0 56px
}
.screenshot-tab-section {
  padding: 35px 0 0
}
.screenshot-tab-section .section-heading {
  margin: 0 0 44px
}
.plans-section {
  padding: 51px 0 30px 30px;
  max-width: 1090px
}
.plans-main > li {
  float: left;
  width: 33.3333%
}
.plans-inner {
  border-radius: 7px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .16);
  border: 2px solid transparent;
  padding: 36px 0 40px
}
.plans-inner.free {
  background-color: #f3f3f3;
  padding-bottom: 82px;
  margin-top: 104px;
  padding-top: 71px
}
.plans-inner.std {
  background-color: #f8f8f8;
  margin-top: 23px
}
.plans-inner.pro {
  background-color: #fff;
  border-color: #2d89de
}
.plans-inner h3 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin: 0
}
.plans-inner .desc {
  text-align: center;
  font-size: 16.5px;
  margin: 0
}
.plans-inner .desc .price {
  font-size: 33px;
  font-weight: 700
}
#scroll .plans-inner ol {
  padding: 0 25px 0 38px;
  margin: 27px 0 0
}
#scroll .plans-inner.pro ol, #scroll .plans-inner.std ol {
  margin: 20px 0 0
}
.plans-inner ol li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px
}
.plans-inner ol li:last-child {
  margin-bottom: 0
}
.plans-inner ol li:before {
  content: '';
  display: block;
  background: url(https://www.manageengine.com/products/active-directory-audit/images/active-directory-auditing-sprite.png) no-repeat -65px -10px;
  background-size: 375px;
  width: 15px;
  height: 11px;
  position: absolute;
  left: 5px;
  top: 8px
}
.plans-inner .btn {
  height: 45px;
  display: block;
  min-width: 200px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  padding: 9px 10px;
  max-width: 243px;
  border-radius: 3px;
  border: 1px solid #000;
  transition: .3s ease all;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-top: 40px
}
.plans-inner .btn:hover {
  background-color: #000;
  color: #fff
}
.plans-inner .btn.btn-sm {
  max-width: 200px
}
.plans-inner .btn.btn-md {
  max-width: 235px
}
.plans-inner .btn.btn-blue {
  border-color: #0272d9;
  color: #0272d9
}
.plans-inner .btn.btn-blue-dark {
  border-color: #0272d9;
  background-color: #0272d9;
  color: #fff
}
.plans-inner .btn.btn-blue:hover {
  border-color: #0272d9;
  background-color: #0272d9;
  color: #fff
}
.plans-inner .btn.btn-blue-dark:hover {
  border-color: #e9152b;
  background-color: #e9152b;
  color: #fff
}
.plans-inner ol li strong {
  font-size: 17px;
  font-weight: 600;
  color: #232323;
  margin-left: -30px;
  display: block;
  margin-top: 15px
}
.plans-inner .try {
  text-align: center;
  display: block;
  font-weight: 600;
  color: #333;
  text-decoration: underline;
  margin: 8px 0 0;
  transition: .3s ease all
}
.plans-inner .try:hover {
  color: #2d89de
}
.plans-inner ol li.nill {
  padding-left: 5px
}
.plans-inner ol li.nill:before {
  display: none
}
.plans-section .section-heading {
  margin-bottom: 42px
}
.ensure-section .section-heading {
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 26px
}
.ensure-section p {
  font-size: 16px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.7
}
.ensure-section ul li {
  float: left
}
.ensure-section ul li .icon {
  border-radius: 7px;
  width: 150px;
  height: 93px;
  transition: .3s ease all;
  background: 0 0;
  cursor: pointer;
  display: block;
  position: relative
}
.ensure-section ul li .icon:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .18)
}
.ensure-section ul li .icon span {
  background-image: url(https://www.manageengine.com/products/active-directory-audit/images/windows-active-directory-workstations-auditing-sprite.png) !important;
  background-repeat: no-repeat;
  background-position: -5px -372px;
  background-size: 350px 750px;
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out
}
.ensure-section ul li .icon2 span {
  background-position: -95px -382px;
  width: 114px;
  height: 56px
}
.ensure-section ul li .icon3 span {
  background-position: -229px -557px;
  width: 112px;
  height: 43px
}
.ensure-section ul li .icon4 span {
  background-position: -233px -376px;
  width: 65px;
  height: 59px
}
.ensure-section ul li .icon5 span {
  background-position: -2px -541px;
  width: 76px;
  height: 76px
}
.ensure-section ul li .icon6 span {
  background-position: -99px -550px;
  width: 111px;
  height: 59px
}
.ensure-section ul li:hover span {
  background-position: -5px -459px
}
.ensure-section ul li:nth-child(2):hover span {
  background-position: -95px -468px
}
.ensure-section ul li:nth-child(3):hover span {
  background-position: -229px -637px
}
.ensure-section ul li:nth-child(4):hover span {
  background-position: -234px -460px
}
.ensure-section ul li:nth-child(5):hover span {
  background-position: -2px -625px
}
.ensure-section ul li:nth-child(6):hover span {
  background-position: -99px -631px
}
.ensure-section ul {
  max-width: 900px;
  margin: 38px auto !important
}
.ensure-section {
  padding: 90px 0 30px
}
.review-section .flex-direction-nav {
  display: block;
  list-style-type: none;
  padding: 0 !important;
  margin: 0
}
.review-section .flex-direction-nav li {
  list-style-type: none
}
.review-section .ad-give-s2 {
  position: relative;
  max-width: 1020px;
  margin: 0 auto
}
.review-section .flex-direction-nav li a {
  position: absolute;
  opacity: 1;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .16);
  background: url(https://www.manageengine.com/products/active-directory-audit/images/active-directory-auditing-sprite.png) no-repeat -311px -124px;
  background-size: 375px;
  left: -70px;
  right: auto;
  height: 62px;
  width: 62px;
  top: 45%;
  background-color: #fff
}
.review-section .flex-direction-nav li a.flex-next {
  left: auto;
  right: -70px;
  background-position: -309px -165px
}
.review-section .flexslider {
  overflow: visible;
  max-height: inherit
}
.flexslider:hover a.flex-next, .flexslider:hover a.flex-prev {
  opacity: 1
}
.review-section .flexslider {
  max-width: 1110px;
  width: 100%
}
.review-section .slides {
  padding: 0 !important
}
.review-section .slides li:last-child {
  display: none
}
.review-inner {
  position: relative;
  font-size: 14px;
  border-radius: 5px;
  padding: 36px 40px 25px;
  transition: .2s all;
  min-height: 357px
}
.active-slides .review-inner {
  padding-top: 28px;
  padding-bottom: 25px
}
.review-inner .user {
  font-size: 15px;
  margin: 10px 0 0;
  min-height: auto
}
.review-inner strong {
  font-weight: 500;
  font-size: 15px
}
.review-inner .role {
  font-size: 12px;
  display: block;
  color: #333
}
.review-image {
  width: 50px;
  height: 50px;
  display: block;
  transition: .2s ease all;
  margin-top: 17px;
  transform: scale(1)
}
.active-slides .review-image {
  transform: scale(1.2);
  margin-top: 20px
}
.review-inner p u {
  color: #0272d9
}
.review-inner p u span {
  color: #000
}
.review-inner p {
  margin: 0;
  font-size: 14px;
  line-height: 25px
}
.review-inner:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background: #0a78dd;
  bottom: -20px;
  left: 0;
  opacity: 0;
  transition: .2s all
}
.active-slides .review-inner:before {
  opacity: 1
}
.review-main {
  padding: 30px 13px;
  position: relative
}
.review-main:before {
  content: '';
  box-shadow: 0 0 5px rgba(0, 0, 0, .18);
  position: absolute;
  top: 30px;
  left: 13px;
  bottom: 30px;
  right: 13px;
  transition: .2s all
}
.active-slides .review-main:before {
  top: 10px;
  bottom: 10px
}
.review-inner:after {
  content: '';
  background: url(https://www.manageengine.com/products/active-directory-audit/images/active-directory-auditing-sprite.png) no-repeat -317px -29px;
  background-size: 375px;
  width: 47px;
  height: 38px;
  position: absolute;
  top: 22px;
  left: 20px;
  z-index: -1;
  transition: .2s all
}
.active-slides .review-inner:after {
  top: 5px
}
.review-section .section-heading {
  font-size: 30px;
  margin: 0 0 53px
}
.review-section {
  padding: 0px 0 30px
}
.solution_list .solution_box:first-child:hover {
  box-shadow: none
}
.solution_list .solution_box .section-heading {
  margin: 0;
  line-height: 1.55
}
.solution_list .solution_box:first-child {
  padding: 40px 30px
}
.solution_list {
  padding: 50px 10px 15px;
  max-width: 1150px;
  margin: 0 auto
}
.blue-section {
  padding: 54px 0 30px
}
.blue-content {
  background: #dbf3ff;
  border-radius: 3px;
  padding: 40px 62px 21px;
  position: relative;
  max-width: 1110px;
  margin: 0 auto
}
.blue-inner h3 {
  margin: 0 0 16px;
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
  color: #333
}
.blue-inner p {
  width: 62%;
  color: #333;
  font-size: 17px;
  line-height: 27px
}
.blue-inner ul li {
  line-height: 1.8;
  margin-bottom: 4px;
  padding-left: 36px;
  position: relative;
  font-weight: 600
}
.blue-inner ul li:before {
  content: '';
  display: block;
  background: url(https://www.manageengine.com/products/active-directory-audit/images/active-directory-auditing-sprite.png) no-repeat -65px -10px;
  background-size: 375px;
  width: 15px;
  height: 11px;
  position: absolute;
  left: 6px;
  top: 10px
}
.blue-inner ul li:last-child {
  margin-bottom: 0
}
.blue-content .btn-sec {
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  right: 57px
}
.blue-content .btn-red {
  width: 226px;
  display: block;
  background: #cc2e2f;
  text-align: center;
  color: #fff;
  transition: .5s ease all;
  text-decoration: none;
  font-weight: 500;
  padding: 13px 10px;
  border-radius: 3px;
  font-size: 19px;
  margin: 0 auto;
}
.blue-content .btn-red:hover {
  background: #bc0b0c
}
.rg-left {
  float: left;
  width: 600px
}
.rating-section h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 30px
}
.rg-card {
  background-color: #ffff;
  font-size: 20px;
  padding: 40px 32px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .08);
  border: 1px solid #ddf1fe;
  border-radius: 4px
}
.rg-card p {
  line-height: 30px;
  font-size: 18px;
  color: #393939;
  margin: 0;
  font-weight: 400;
  padding-left: 210px
}
.rg-card a {
  background: url(https://www.manageengine.com/products/active-directory-audit/images/active-directory-auditing-sprite.png) no-repeat -6px -417px;
  background-size: 375px;
  width: 187px;
  height: 150px;
  display: block;
  position: absolute;
  top: 40px;
  left: 32px;
  text-decoration: none
}
.rg-card strong {
  font-weight: 600;
  color: #393939;
  font-size: 18px
}
.rg-main {
  max-width: 1040px;
  margin: 0 auto
}
.rg-right {
  float: right;
  width: calc(100% - 600px);
  padding-left: 50px;
  vertical-align: middle;
  margin-top: 68px
}
.rg-right .rating {
  margin: 0 0 16px
}
.rg-right .rating .capterra {
  background: url(https://www.manageengine.com/products/active-directory-audit/images/active-directory-auditing-sprite.png) no-repeat -143px -314px;
  background-size: 375px;
  width: 118px;
  height: 26px;
  display: inline-block;
  text-decoration: none
}
.rg-right .star {
  background: url(https://www.manageengine.com/products/active-directory-audit/images/active-directory-auditing-sprite.png) no-repeat -6px -314px;
  background-size: 375px;
  width: 132px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  margin-right: 25px
}
.rg-right .rating p {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #858585;
  font-weight: 400;
  margin: 0
}
.rg-right .rating p strong {
  color: #363636;
  font-size: 26px;
  font-weight: 400
}
.rg-right .rating .g2 {
  background: url(https://www.manageengine.com/products/active-directory-audit/images/active-directory-auditing-sprite.png) no-repeat -268px -314px;
  background-size: 375px;
  width: 104px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  min-width: 118px;
  text-decoration: none
}
.rating-section {
  padding: 0 0 30px;
  margin: 85px 40px 40px
}
.list-tab-section {
  padding: 79px 0 30px
}
.list-tab-section .section-heading {
  margin: 0 0 42px !important
}
.ensure-section .section-heading span.typed-text {
  text-decoration: underline;
  color: #2670d5;
  font-weight: 600
}
.ensure-section .section-heading span.TypeCursor {
  display: none;
  background-color: #ccc;
  margin-left: 4px;
  width: 2px;
  animation: blink 1s infinite
}
span.TypeCursor.typing {
  animation: none
}
.formContainer {
  display: inline-block;
  width: 100%;
  padding-top: 50px
}
.formContainer h2, .wam-vid-form h2 {
  color: #000;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 0
}
.qform-main {
  margin-top: 80px
}
.formContainer h2 {
  font-size: 28px;
  margin-bottom: 40px;
  line-height: 34px
}
.formContainer h2 span {
  font-size: 28px;
  line-height: 34px;
  display: block
}
.formContainer h2 span {
  display: block
}
.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, .08);
  margin-bottom: 20px;
  display: none;
  line-height: 26px
}
.wam-vid-form ul li {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
  padding-left: 0;
  margin-bottom: 15px
}
div#formCTAgdpr {
  color: #231f20;
  text-align: left;
  font-size: 11px;
  line-height: 19px;
  margin-top: 0
}
div#formCTAgdpr strong {
  font-weight: 400
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 22px;
  border-radius: 0
}
.wam-vid-form ul li input {
  width: 100%;
  float: left;
  background: #fff;
  border: 0;
  line-height: 34px;
  box-sizing: border-box;
  border: 1px solid #6a6a6a;
  color: #171717;
  outline: 0;
  padding-left: 15px;
  font-size: 13px;
  height: 34px;
  font-family: Zoho_Puvi_Regular;
  border-radius: 2px
}
.wam-vid-form ul li:last-child input[type=submit] {
  width: 60%;
  margin-left: 0;
  background: #cc2e2f;
  color: #fff;
  font-weight: 400;
  border: 0;
  padding-left: 0;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all .5s ease-in-out
}
.wam-vid-form ul li:last-child input[type=submit]:hover {
  background: #28bf6d;
  transition: all .5s ease-in-out
}
.wam-vid-form ul li:last-child input[type=reset] {
  width: 38%;
  color: #39545d;
  border: 0;
  padding-left: 0;
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
  margin-left: 2%;
  background: #f5f5f5
}
.dwn-priv {
  color: #616161;
  font-size: 12px;
  float: left;
  width: 100%;
  line-height: 12px
}
.dwn-priv a {
  color: #2a71b5;
  font-size: 10px;
  line-height: 15px;
  text-decoration: underline
}
.wam-vid-form ul li select {
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 15px;
  width: 100%;
  float: left;
  background: #fff;
  border: 0;
  line-height: 34px;
  box-sizing: border-box;
  font-size: 13px;
  color: #333538;
  outline: 0;
  height: 34px;
  border: 1px solid #6a6a6a;
  font-family: Zoho_Puvi_Regular
}
.wam-vid-form ul li select.commonselect {
  margin-top: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(https://www.manageengine.com/products/active-directory-audit/images/windows-active-directory-workstations-auditing-07.png) no-repeat 96% 13px;
  background-size: 8px 6px
}
.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;
  font-family: Zoho_Puvi_Bold
}
.wam-vid-form {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  transition: all .5s ease;
  position: relative
}
.wam-vid-form ul li:nth-child(3) select, .wam-vid-form ul li:nth-child(5) select {
  background: url(https://www.manageengine.com/products/active-directory-audit/images/windows-active-directory-workstations-auditing-07.png) no-repeat 96% 13px;
  background-size: 8px 6px
}
.explore-section {
  position: relative;
  overflow: hidden;
  background-color: #dff2fe;
  border-radius: 3px;
  max-width: 1100px;
  width: 100%;
  margin: 58px auto 28px auto;
  padding: 44px 20px 37px 288px
}
.explore-section .icn-dsheet {
  background: url(https://www.manageengine.com/products/active-directory-audit/images/windows-active-directory-workstations-auditing-sprite.png) no-repeat -16px -113px;
  background-size: 350px 750px;
  width: 183px;
  height: 244px;
  position: absolute;
  top: 36px;
  left: 48px
}
.explore-section h3 {
  font-size: 25px;
  color: #333;
  font-weight: 600;
  margin: 0
}
.explore-section p {
  font-size: 17px;
  color: #333;
  line-height: 27px;
  margin-bottom: 22px
}
.explore-section a {
  border-radius: 2px;
  font-weight: 400;
  font-size: 19px;
  color: #3179d6;
  display: inline-block;
  padding: 9px 32px;
  border: #3179d6 solid 1px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out
}
.explore-section a:hover {
  background-color: #3179d6;
  color: #fff;
  text-decoration: none
}
.rating-section .desc-heading {
  margin-bottom: 30px
}
.wam-vid-form form ul li:nth-child(6) input[type=submit]:hover {
  background: #bc0b0c
}
@media screen and (max-width:1125px) {
  .wam-vid-form {
    width: auto;
    position: relative
  }
}
.fromAddons {
  display: none;
  padding: 0 10px;
  margin-top: 10px;
  font-family: Zoho_Puvi_Regular
}
.formDrop {
  border-radius: 2px;
  position: relative;
  border-radius: 0;
  cursor: pointer;
  border: 1px solid #6a6a6a
}
.formDrop::before {
  content: "";
  position: absolute;
  height: 75%;
  top: 6px;
  width: 94%;
  left: 3%;
  border: 1px solid #ededed;
  border-radius: 3px;
  z-index: -1;
  transition: .3s
}
.arrow-left {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #000;
  height: 0;
  margin: -10px 0 0 -15px;
  position: absolute;
  width: 0
}
.dropOpen.formDrop::before {
  transition: .3s;
  height: 95%
}
.formDropTrig {
  position: relative;
  padding: 7px 0 7px 15px;
  font-size: 13px;
  margin: 0 !important;
  line-height: 20px;
  margin: 0 12px;
  color: #333538;
  font-family: Zoho_Puvi_Regular
}
.formDropTrig {
  background: url(https://www.manageengine.com/products/active-directory-audit/images/windows-active-directory-workstations-auditing-07.png) no-repeat 96% 13px;
  background-size: 8px 6px
}
.formDropTrig.dropOpen::before {
  transition: .3s;
  transform: rotate(180deg)
}
.displaynone {
  display: none;
  float: none;
  position: absolute;
  right: 0;
  top: 2px
}
input.addons {
  height: 0;
  width: 40px;
  text-align: left;
  border: 1px solid #c8c8c8;
  padding: 10px 7px 10px 3px;
  margin-top: 2px
}
input.addons::placeholder {
  opacity: .4
}
.check-addons input[type=checkbox] {
  width: 16px;
  padding: 0;
  position: relative;
  bottom: 2px;
  height: 16px;
  margin-right: 5px
}
.check-addons {
  padding: 5px 0;
  display: flex;
  position: relative;
  font-size: 13px
}
.check-addons:nth-of-type(2) span {
  margin: -1px 0 0 0
}
.check-addons:last-of-type {
  border-bottom: 0
}
.wam-vid-form form ul li:nth-child(6) input {
  width: 48%
}
.wam-vid-form form ul li:nth-child(6) input:last-of-type {
  background: #fff;
  color: #424e56;
  padding: 10px 15px;
  height: 45px;
  line-height: 2px;
  width: 100%;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #9e9e9e
}
.wam-vid-form form ul li:nth-child(6) input[type=submit] {
  background: #cc2e2f;
  color: #fff;
  font-weight: 400;
  margin-right: 2%;
  border-bottom: 0;
  border-radius: 2px;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  height: 40px;
  line-height: 2px;
  width: 100%;
  font-size: 16px;
  border: 0;
  margin-bottom: 0
}
#user-detail {
  display: none
}
.quote-compo-help_popup {
  background: #000;
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  color: #fff;
  font-weight: 400;
  padding: 10px;
  text-align: left;
  width: 200px;
  line-height: 20px;
  z-index: 9999;
  margin: 4px 0 0 120px;
  display: none
}
#help-popup1 {
  margin: 3px 0 0 114px
}
#help-popup2 {
  margin: -89px 0 0 146px
}
#help-popup3 {
  margin: -89px 0 0 122px
}
#help-popup4 {
  margin: 0 0 0 123px
}
#help-popup5 {
  margin: -89px 0 0 154px
}
.wam-vid-form form .quote-compo-help_popup ul {
  padding-left: 0 !important
}
.show-icon-over-txt {
  padding-left: 4px !important
}
.quote-compo-help_popup ul li, .quote-compo-help_popup ul li:nth-child(5) {
  position: relative;
  background: 0 0;
  border: none;
  display: block;
  list-style-type: none;
  color: #fff;
  padding-left: 15px;
  display: list-item;
  width: 100%;
  font-size: 11px;
  margin-bottom: 0;
  line-height: 20px
}
.quote-compo-help_popup ul li::before, .quote-compo-help_popup ul li:nth-child(3)::before, .quote-compo-help_popup ul li:nth-child(5)::before {
  content: "";
  background: #fff;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
  display: block !important;
  border: none
}
form ul li input.addons {
  height: 0;
  width: 60px;
  text-align: left;
  border: 1px solid #c8c8c8;
  padding: 10px 0 10px 3px;
  margin-top: 2px;
  background: #fff
}
.solution-form-inn form .quote-compo-help_popup ul li:last-of-type()::before, form .quote-compo-help_popup ul li:nth-last-of-type(2)::before {
  content: "";
  background: #fff;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
  display: block !important
}
.arrow-left {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #000;
  height: 0;
  margin: -10px 0 0 -15px;
  position: absolute;
  width: 0
}
.wam-vid-form ul li.fi-ic-addon {
  background: #fff;
  margin-bottom: 22px
}
.errMsg, .errMsg2 {
  color: #fff;
  display: none;
  font-size: 12px;
  position: relative;
  width: 97%;
  float: left;
  background: red
}
.tnk-msg {
  display: none
}
.tnk-msg h2 {
  font-size: 28px;
  font-weight: 700;
  color: #26ad26;
  border-bottom: 1px solid #26ad26;
  padding-bottom: 12px
}
.tnk-msg p {
  color: #000;
  text-align: center;
  font-size: 16px
}
#meGDPRMessage {
  color: #8a8a8a;
  width: 100%;
  margin-bottom: 10px
}
#meGDPRMessage label {
  color: #231f20;
  font-size: 11px;
  line-height: 19px
}
.maintab_list_con {
  display: none !important
}
.quote-compo-help_popup ul {
  padding-left: 0 !important
}
.new-pri {
  display: table;
  width: 70%;
  margin: 0 auto;
  padding: 0 55px 20px;
  border-radius: 10px;
  box-shadow: 0 0 12.61px .39px rgb(34, 34, 34, .11);
  -webkit-box-shadow: 0 0 12.61px .39px rgb(34, 34, 34, .11);
  -moz-box-shadow: 0 0 12.61px .39px rgb(34, 34, 34, .11)
}
.new-pri-tit {
  margin-top: 100px
}
.new-pri h2 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  padding: 35px 0 10px 0
}
.new-pri .lhs {
  display: inline-block;
  width: 50%;
  float: left;
  position: relative
}
.new-pri .rhs:after {
  content: '';
  position: absolute;
  width: 1px;
  background: #d9e7ef;
  top: 7px;
  height: calc(100% - 27px);
  left: -15px
}
.wam-vid-form form ul {
  padding-top: 8px !important;
  padding-left: 40px !important
}
.new-pri .lhs h4 {
  padding: 13px 0 0 0;
  font-size: 20px;
  font-weight: 500;
  margin: 0
}
.new-pri .lhs span {
  color: #2670d5;
  font-weight: 600;
  font-size: 53px;
  line-height: 74px
}
.new-pri .lhs h5 {
  padding-top: 17px;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 5px
}
.new-pri .lhs ul li {
  font-size: 15px;
  padding-bottom: 15px;
  list-style-type: none;
  position: relative;
  padding-left: 11px
}
.new-pri .lhs ul li:before {
  content: '';
  display: block;
  background: url(https://www.manageengine.com/products/active-directory-audit/images/active-directory-auditing-sprite.png) no-repeat -51px -2px #b7ddf0;
  background-size: 320px;
  width: 22px;
  height: 22px;
  position: absolute;
  left: -30px;
  top: 1px;
  border-radius: 50px
}
.new-pri .rhs {
  display: inline-block;
  width: 50%;
  position: relative
}
@keyframes blink {
  0% {
    background-color: #ccc
  }
  49% {
    background-color: #ccc
  }
  50% {
    background-color: transparent
  }
  99% {
    background-color: transparent
  }
  100% {
    background-color: #ccc
  }
}
.mobShow strong {
  display: block;
  font-weight: 600;
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 5px
}
.wam-vid-form .ffw-errmsg {
  display: none;
  font-size: 10px;
  margin-top: 3px;
  color: #fff;
  line-height: initial;
  position: absolute;
  text-align: left;
  bottom: -13px;
  background: red;
  padding: 3px 10px;
  width: 100%
}
@media(max-width:1240px) {
  #maincontent .container {
    max-width: 95%;
    width: 100%
  }
  .review-section .flex-direction-nav li a {
    left: 0
  }
  .review-section .flex-direction-nav li a.flex-next {
    right: 0
  }
  @media(max-width:1199px) {
    .ensure-section .section-heading, .pageTabSec h2, .section-heading {
      font-size: 26px
    }
  }
  .top-section {
    padding: 40px 0 40px
  }
  .top-section h1 {
    font-size: 36px
  }
  .top-section p {
    font-size: 17px;
    color: #333
  }
  .desc-heading {
    margin: 40px auto 15px
  }
  .top-section img.logos {
    max-width: 100% !important
  }
  .en-tab-lhs ul li span {
    padding: 15px 20px 15px 30px;
    font-size: 15px
  }
  .security_tab .en-tab-lhs {
    width: 350px
  }
  .sec-tab-rhs {
    padding-left: 30px
  }
  .sec-tab-rhs a {
    margin-top: 25px;
    color: #3080e3;
    font-weight: 500;
    font-size: 18px
  }
  .security_tab .en-tab-rhs {
    width: calc(100% - 350px);
    min-height: 458px
  }
  .security_tab .en-tab-lhs ul li span {
    font-size: 16px
  }
  .plans-section {
    padding: 40px 0 30px 0
  }
  .plans-inner.free, .plans-inner.std {
    margin-top: 0
  }
  #scroll .plans-inner ol {
    padding: 0 20px 0 25px
  }
  .ensure-section {
    padding: 40px 0 30px
  }
  .solution_list {
    padding: 30px 0 15px
  }
  .blue-content .btn-sec {
    position: static;
    transform: none
  }
  .blue-content .btn-red {
    margin: 25px 0 0;
    transform: none;
    margin-left: auto;
    margin-right: auto
  }
  .pageTabSec ul.pageTab {
    padding: 0 10px
  }
  .pageTabSec ul.pageTab li {
    padding: 12px 0;
    margin: 0 10px;
    font-size: 13px
  }
  .pageTabSec .pageTabView ul {
    font-size: 13px
  }
  .pageTabSec .pageTabView {
    padding: 20px
  }
  .review-section .flex-direction-nav li a {
    left: 0
  }
  .review-section .flex-direction-nav li a.flex-next {
    right: 0
  }
  .blue-inner p {
    width: 100%
  }
}
@media(max-width:1150px) {
  .tip {
    display: none
  }
  .mobShow {
    display: block
  }
}
@media(max-width:1024px) {
  .pageTabSec .pageTabView {
    padding: 30px 20px
  }
  .rg-right .star {
    margin-left: 0
  }
  .rg-right {
    margin-top: 44px
  }
}
@media(min-width:993px) and (max-width:1230px) {
  .new-pri-tit {
    margin-top: 190px
  }
  .en-img img {
    min-height: initial
  }
}
@media(max-width:1000px) {
  .review-main {
    max-width: 400px;
    margin: 0 auto
  }
  .review-section .flex-direction-nav li a {
    left: calc(50% - 240px);
    transform: translateX(-50%)
  }
  .review-section .flex-direction-nav li a.flex-next {
    left: calc(50% + 240px);
    transform: translateX(-50%)
  }
  .review-inner:before {
    opacity: 1;
    bottom: 0
  }
  .review-main:before {
    display: none
  }
  .review-inner {
    box-shadow: 0 0 5px rgba(0, 0, 0, .18)
  }
  .review-main {
    padding: 10px 13px
  }
  .act-dir-aud {
    overflow-x: hidden
  }
}
@media screen and (max-width:992px) {
  .en-tab-lhs {
    width: 100%
  }
  .en-img img {
    min-height: initial
  }
  .en-tab-lhs ul li span {
    border-right: #d7d8da solid 1px
  }
  .en-tab-lhs ul {
    overflow: hidden;
    overflow-y: auto;
    margin-right: 0
  }
  .en-tab-lhs ul li {
    width: 50%;
    float: left
  }
  .en-tab-rhs {
    width: 100%;
    padding: 10px 0 0
  }
  .security_tab .en-tab-rhs {
    padding: 0;
    float: none;
    width: 100%;
    position: relative
  }
  .security_tab .en-tab-lhs {
    float: none;
    width: 100%
  }
  .en-img {
    overflow: hidden
  }
  .security_tab .en-tab-rhs {
    margin: 30px 0 0
  }
  .security_tab .en-tab-lhs ul li span {
    border: 1px solid #e5e9ee
  }
  .security_tab .en-tab-lhs ul li:last-child span {
    border-bottom: 1px solid #e5e9ee
  }
  .sec-tab-rhs {
    padding: 0;
    position: static;
    display: none
  }
  .en-img {
    position: static;
    display: none
  }
  .en-img.en-img-act {
    display: block
  }
  .en-img.en-img-act2 {
    display: block
  }
  .security_tab .en-tab-rhs {
    min-height: inherit
  }
  .tip-com {
    left: 0
  }
  .new-pri {
    width: 90%
  }
  .new-pri .lhs:after {
    display: none
  }
  .new-pri .lhs {
    padding-right: 25px
  }
}
@media (max-width:991px) {
  .pageTabSec .pageTabView.solutions-tab ul {
    width: 25% !important
  }
  .plans-main > li {
    float: none;
    width: inherit;
    max-width: 400px;
    margin: 0 auto 30px
  }
  .ensure-section ul {
    text-align: center
  }
  .ensure-section ul li {
    float: none;
    display: inline-block
  }
  .solution_list .solution_box:first-child {
    display: block;
    width: inherit;
    padding: 0;
    text-align: center
  }
  .solution_list .solution_box .section-heading {
    margin-bottom: 30px
  }
  .solution_box {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    display: block
  }
  .blue-content {
    padding: 30px
  }
  .blue-content .btn-red {
    width: 200px;
    padding: 13px 10px;
    font-size: 18px;
    height: 56px
  }
  .blue-content {
    text-align: center
  }
  .rg-left {
    float: none;
    margin: 0 auto
  }
  .rg-right {
    float: none;
    width: 100%;
    padding-left: 0
  }
  .rg-right .rating {
    text-align: center
  }
  .list-tab-section {
    padding: 40px 0 30px
  }
  .blue-inner h3 {
    line-height: 1.6
  }
  .section-heading {
    line-height: 1.5
  }
}
@media(max-width:850px) {
  .tip-com {
    left: -90px
  }
}
@media (max-width:767px) {
  .pageTabSec {
    display: none !important
  }
  .check-addons > div:last-child {
    width: auto !important
  }
  .check-addons > div#fileServersUnits {
    width: auto !important
  }
  .solution_box {
    padding: 20px
  }
  .top-section p {
    width: 100%
  }
  .review-section .flex-direction-nav li {
    margin: 0 5px !important
  }
  .tip {
    display: none
  }
  .top-section {
    padding: 60px 0 40px
  }
  .security_tab .en-tab-lhs ul li {
    margin: 0
  }
  .plans-section {
    padding: 0
  }
  .en-img img {
    min-height: inherit
  }
  .wam-vid-form form ul li:nth-child(6) input {
    width: 48%
  }
  .wam-vid-form form ul li:nth-child(6) input:last-of-type {
    background: #fff;
    color: #424f57;
    padding: 10px 15px;
    height: 45px;
    line-height: 2px;
    width: 100%;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #9e9e9e;
    font-weight: 600;
    font-size: 16px
  }
  .wam-vid-form form ul li:nth-child(6) input[type=submit] {
    background: #e32e44;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    float: left;
    margin-right: 2%;
    border-bottom: 0;
    border-radius: 2px;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 45px;
    line-height: 2px
  }
  .new-pri .lhs {
    width: 100%;
    padding: 0
  }
  .new-pri .rhs {
    width: 100%;
    padding: 0
  }
  .new-pri .rhs:after {
    display: none
  }
  .wam-vid-form form ul {
    padding-left: 0 !important
  }
  .new-pri {
    padding: 20px 30px
  }
  .new-pri h2 {
    line-height: 35px
  }
  .explore-section .icn-dsheet {
    position: static;
    display: inline-block;
    margin-bottom: 30px
  }
  .explore-section {
    padding: 30px;
    text-align: center
  }
  .rating-section {
    margin: 0 auto
  }
  .list-tab-section {
    display: none
  }
  .desc-heading:before {
    display: none
  }
  .en-tab-lhs ul li {
    width: 100%;
    margin-top: -1px !important
  }
  .en-tab-lhs ul li span {
    border-right: #d7d8da solid 1px
  }
}
@media(max-width:700px) {
  .en-tab-lhs ul li {
    float: none;
    width: 100%
  }
}
@media screen and (max-width:630px) {
  .rg-left {
    width: 100%
  }
}
@media(max-width:580px) {
  #maincontent .container {
    max-width: 90%
  }
  i.v1 {
    background: url('https://www.manageengine.com/products/active-directory-audit/images/azure-active-directory-logs-audit-tool-companies.png') no-repeat 0 0;
    background-size: 951px 74px;
    width: 231px;
    height: 74px;
    display: inline-block
  }
  i.v2 {
    background: url(https://www.manageengine.com/products/active-directory-audit/images/azure-active-directory-logs-audit-tool-companies.png) no-repeat -255px 0;
    background-size: 951px 74px;
    width: 231px;
    height: 74px;
    display: inline-block
  }
  i.v3 {
    background: url(https://www.manageengine.com/products/active-directory-audit/images/azure-active-directory-logs-audit-tool-companies.png) no-repeat -498px 0;
    background-size: 951px 74px;
    width: 231px;
    height: 74px;
    display: inline-block
  }
  i.v4 {
    background: url(https://www.manageengine.com/products/active-directory-audit/images/azure-active-directory-logs-audit-tool-companies.png) no-repeat -725px 0;
    background-size: 951px 74px;
    width: 231px;
    height: 74px;
    display: inline-block
  }
  .mob-view {
    display: block
  }
  .top-section img.logos {
    display: none
  }
  .review-section .flex-direction-nav li a {
    left: 0 !important;
    right: 0 !important;
    transform: none !important
  }
  .solution_box {
    padding: 20px
  }
  .rg-card p {
    line-height: 25px;
    font-size: 15px
  }
  .rg-card strong {
    font-size: 15px
  }
  .rg-card a {
    top: 23px;
    left: 18px
  }
  .rg-card {
    background-size: 130px;
    padding: 20px
  }
  .review-section .flex-direction-nav li a {
    transform: none;
    position: static
  }
  .review-section .flex-direction-nav li {
    display: inline-block;
    margin: 0 25px
  }
  .review-section .flex-direction-nav {
    text-align: center
  }
  .new-pri, .new-pri .rhs {
    width: 100%
  }
  .new-pri .lhs {
    width: 100%;
    border-right: 0px solid #d7e8f2;
    padding-right: 0;
    border-bottom: 1px solid #d7e8f2;
    padding-bottom: 25px;
    margin-bottom: 30px
  }
  .new-pri .lhs h4 {
    padding: 00px 0 10px 0
  }
  .new-pri .rhs form ul {
    padding: 0 !important
  }
  .review-section .section-heading {
    margin-bottom: 13px
  }
}
@media(max-width:420px) {
  .rg-right .star {
    display: block;
    margin: 20px auto 10px
  }
  .rg-card {
    background-image: none
  }
}
@media screen and (max-width:480px) {
  .rg-card p {
    max-width: 100%;
    padding-left: 0;
    padding-top: 182px
  }
  .rg-card a {
    left: 0;
    right: 0;
    margin: auto
  }
}
@media screen and (max-width:390px) {
  .security_tab .en-tab-lhs ul li span {
    line-height: 23px;
    padding-top: 22px;
    padding-bottom: 20px
  }
  .sec-tab-rhs a .arrow-right {
    display: none
  }
}
.rg-card .tile-link {
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 0 0
}
body .tr-card-quotes * {
  padding: 0 !important;
  margin: 0;
  background: 0 0;
  color: #000;
  font-family: ZohoPuvi !important;
  border: none !important
}
body .tr-container-fluid {
  max-width: 1060px;
  width: 90%;
  margin: auto
}
body .tr-banner {
  display: none
}
body .trustradius-tqw div.tr-fancy div.tr-card {
  width: 100% !important;
  left: 0 !important;
  padding-top: 100px !important
}
.adChangeAuditTestimonialContainer h2 {
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  font-weight: 600
}
body .trustradius-tqw div.tr-fancy div.tr-review-summary {
  padding: 110px 60px 40px !important;
  background: #ecf4fd;
  border: none;
  border-radius: 20px;
  height: auto;
  max-height: initial;
  min-height: auto
}
body .trustradius-tqw a {
  color: #000;
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
  background: 0 0;
  display: block !important;
  text-decoration: underline;
  cursor: pointer;
}
body .trustradius-tqw a:visited {
  color: #000
}
body .trustradius-tqw div.tr-fancy div.tr-card div.tr-card-user {
  background: #fff;
  position: absolute;
  top: 37px;
  width: 80%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  border: none;
  padding: 30px 20px
}
body .trustradius-tqw p {
  background: 0 0;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  color: #000
}
body .trustradius-tqw div.tr-fancy div.tr-review-byline span.tr-author {
  font-size: 19px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
  display: block
}
body .trustradius-tqw div.tr-fancy div.tr-review-byline span.tr-company-description, body .trustradius-tqw div.tr-fancy div.tr-review-byline span.tr-job-description {
  font-weight: 300;
  color: #000;
  display: inline-block
}
body .trustradius-tqw div.tr-fancy div.tr-review-byline span.tr-company-description:last-of-type {
  display: block;
  color: #359361;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase
}
body .trustradius-tqw div.tr-fancy div.tr-card div.tr-card-quotes div.tr-card-quotes-after-outline, body .trustradius-tqw div.tr-fancy div.tr-card div.tr-card-quotes:after {
  display: none
}
body .trustradius-tqw div.tr-fancy div.tr-card div.tr-card-read-more > a {
  color: #0272d9;
  border: none;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  cursor: pointer
}
body .trustradius-tqw div.tr-fancy div.tr-actions a.tr-read-all-link {
  text-align: center;
  padding: 0;
  float: none;
  color: #1463a3;
  font-size: 21px;
  font-weight: 600;
  cursor: pointer
}
body .trustradius-tqw div.tr-fancy div.tr-left-navigation, body .trustradius-tqw div.tr-fancy div.tr-right-navigation {
  width: 65px;
  height: 35px;
  box-shadow: 0 1.5px 9.22px 1.78px rgba(0, 0, 0, .07);
  background-color: #4078b6;
  border-radius: 0 0 65px 65px;
  opacity: 1;
  cursor: pointer;
  transform: rotate(90deg)
}
body .trustradius-tqw div.tr-fancy div.tr-right-navigation {
  transform: rotate(-90deg);
  right: 2%
}
body .trustradius-tqw div.tr-fancy div.tr-left-navigation {
  left: 2%
}
body .trustradius-tqw .tr-glyphicon-chevron-left:before {
  font-size: 14px;
  transform: rotate(-90deg);
  left: -6px;
  top: 3px;
  margin: auto;
  padding: 0;
  position: absolute
}
body .trustradius-tqw .tr-glyphicon-chevron-right:before {
  font-size: 14px;
  transform: rotate(90deg);
  position: absolute;
  left: -6px;
  top: 6px
}
body .trustradius-tqw div.tr-fancy div.tr-left-navigation > a > span, body .trustradius-tqw div.tr-fancy div.tr-right-navigation > a > span {
  padding: 0
}
body .trustradius-tqw div.tr-fancy div.tr-left-navigation > a, body .trustradius-tqw div.tr-fancy div.tr-right-navigation > a {
  background: 0 0
}
body .trustradius-tqw div.tr-fancy div.tr-card div.tr-card-read-more {
  border: none
}
body .trustradius-tqw div.tr-fancy img.tr-author-picture {
  margin-right: 20px
}
@media screen and (max-width:1250px) {
  body .trustradius-tqw div.tr-fancy div.tr-right-navigation {
    right: 0
  }
  body .trustradius-tqw div.tr-fancy div.tr-left-navigation {
    left: 0
  }
}
@media screen and (max-width:700px) {
  body .trustradius-tqw {
    height: 700px !important
  }
}
@media screen and (max-width:450px) {
  body .trustradius-tqw {
    height: 900px !important
  }
}