.heading-menu{display:none;}

/* Footer */

.footer.container {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  width: 100%;
}

.footer .footCol1,
.footer .footCol2,
.footer .footCol3 {
  float: none;
  padding: 40px;
  width: 33.3333%;
  border: none;
}

.footer .footCol2 {
  border-left: 1px solid #292929;
  border-right: 1px solid #292929;
}

.footer .footHead {
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 0 0 10px;
}

.footer li {
  margin: 0 0 5px;
}

.footer a {
  font-size: 13px;
}

.footer a:hover {
  text-decoration: none;
  color: #fff;
}

.foot-copy {
  font-size: 15px;
}

span.footer-subscribenewsletteremail {
  background-color: #fff;
  border-right: none;
  color: #b5b5b8;
  height: 38px;
  line-height: 20px;
  outline: 0;
  padding: 10px 15px;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  width: calc(100% - 30px);
  font-size: 12px;
  float: none;
  display: block;
  cursor: text;
}

span.footer-subscribenewslettersubmit {
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 19px;
  padding: 10px 30px;
  text-decoration: none;
  float: none;
  margin: 0;
  text-indent: -99999em;
  background: #34ad65
    url(https://www.manageengine.com/images/footer-icon-arrow.svg) no-repeat
    center center;
  height: 38px;
  width: 30px;
}

.footCol2 #commonNLdivisionV1 form div {
  display: flex;
  justify-content: space-between;
}

body .foot-social a {
  display: block !important;
  height: 40px;
  width: 40px;
  margin: 0;
}

body .foot-social#social {
  display: flex !important;
  justify-content: space-between;
  max-width: 240px;
  margin: 0;
}
.zsiq_floatmain,
.zls-sptwndw {
  z-index: 8 !important;
}

.zsiq_floatmain {
  bottom: 30px !important;
}

#backToTop {
  bottom: 100px !important;
}

/* Promo Wrap */

.promo-wrap {
  width: 100%;
  margin: 0 auto 20px;
  border: 1px solid #efefef;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
  background: #effbf2;
}

.promo-contain {
  position: relative;
}

.promo-contain h3 {
  margin: 0 0 15px;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
}

.promo-contain h4 {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 1.4;
  font-weight:700;
}

.promo-contain p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 16px;
}

.promo-contain p:last-child {
  margin: 0;
}

.promo-contain p a {
  font-weight: 700;
  border-bottom: 1px solid;
}

.promo-contain p a:hover {
  text-decoration: none;
}

.promo-band {
  background: #000;
  padding: 10px 5%;
  text-align: center;
}

.promo-band p {
  margin: 0;
  color: #fff;
  font-size: 12px;
}

.promo-band p a {
  text-decoration: none;
  border-bottom: 1px solid;
  font-size: 13px;
  font-weight: 500;
  color: #10b9ff;
}

@media (min-width: 1020px) and (max-width: 1100px) {
  #header-mainsec {
    top: 39px;
  }
}

@media only screen and (max-width: 1025px) {
  #commonHeader {
    min-height: 64px;
    height: 90px;
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  h1 {
    font-size: 38px;
    line-height: 1;
  }
  h3 {
    font-size: 26px;
  }
  .footer.container {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .footer .footCol1,
  .footer .footCol2,
  .footer .footCol3 {
    width: 50%;
  }
  .footer .footCol2 {
    border: none;
  }
  .quick-links-wrap {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #quickFixDiv {
    display: none;
  }
  .footer .footCol1,
  .footer .footCol2,
  .footer .footCol3 {
    width: 100%;
    padding: 20px 5% !important;
  }
  footer {
    width: 100%;
    overflow: hidden;
  }
  .promo-band {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .form-radio {
    display: block;
  }
  .radio + .radio {
    margin-left: 0;
    margin-top: 20px;
  }
}

span.ico-arrow {
  display: inline-block;
  position: relative;
  top: 5px;
  height: 10px;
  width: 10px;
  padding: 0 0 0 4px;
}

span.ico-arrow:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: black;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
}

/*  */

nav ul {
  font-size: 0;
  list-style-type: none;
}

nav ul li {
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  display: inline-block;
  position: relative;
}

nav ul li ul {
  display: none;
  background: #fff;
  padding: 20px 20px 30px;
  box-shadow: 0px 6px 9px 4px rgb(0 0 0 / 20%);
  line-height: 1.2;
}

nav ul li ul li.prd-sub-item {
  padding: 8px 0 0 8px;
  font-weight:400;
}

nav ul li ul li.prd-sub-item a {
  font-weight:500;
  font-size: 14px;
  border-bottom: none;
  padding: 0;
}

nav ul li ul li.prd-sub-title {
  padding: 0;
  border-bottom: none;
  font-weight:700;
  font-size: 15px;
  color: #000;
  transition: 0.5s all;
}

nav ul li ul li.prd-sub-title.title-alone:before {
  content: none;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 147px;
  height: 2px;
  background: #000;
}

nav ul li ul li.prd-sub-title:nth-child(1) {
  padding: 0;
}

nav ul li ul li.prd-sub-title a {
  font-weight:600;
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}

nav ul li ul li.prd-sub-title:nth-child(2) a:after {
  content: "New";
  padding: 2px;
  font-size: 10px;
  background: #e9152b;
  vertical-align: super;
  margin: 0 0 0 4px;
  color: #fff;
}

nav ul li ul li.prd-sub-title a:hover,
nav ul li ul li.prd-sub-item a:hover {
  color: #138cd6;
}

nav ul li:hover ul {
  display: block;
  margin-top: 0px;
  width: 280px;
  top: 35px;
  left: 183px;
  position: absolute;
  float: none;
}

nav ul li:hover ul li {
  display: block;
  text-align: left;
  float: none;
}

nav ul li:hover ul li span {
  float: right;
  color: #f9f9f9;
  background-color: #f03861;
  padding: 2px 5px;
  text-align: center;
  font-size: 0.8rem;
  border-radius: 3px;
}

nav ul li:hover ul li:hover span {
  background-color: #ee204e;
}

li.prd-sub-title.title-alone {
  padding: 17px 0 0;
}

nav ul li:last-child.prd-sub-title a {
  border: none;
  padding-bottom: 0;
}

nav ul li.prd-sub-item.sub-item-border {
  padding: 10px 0 12px 10px;
  border-bottom: 1px solid #ddd;
}

.section.pam360-analyst-wrap {
  background: #0b2541;
  padding: 100px 0;
}

.section.pam360-analyst-wrap .content-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.pam360-analyst-wrap .analyst-list {
  background: #fff;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}

.pam360-analyst-wrap .gartner-wrap figure {
  max-width: 180px;
}

.pam360-analyst-wrap .gartner-wrap p {
  max-width: calc(100% - 230px);
}

.pam360-analyst-wrap .kuppingercole-wrap figure {
  max-width: 200px;
}

.pam360-analyst-wrap .kuppingercole-wrap p {
  max-width: calc(100% - 210px);
}

.pam360-analyst-wrap .analyst-list p a.act-btn.btn-border {
  margin: 20px 0 0 !important;
  padding: 0 0 3px;
  border: none;
  border-bottom: 2px solid;
  border-radius: 0;
  font-size: 14px;
  text-transform: none;
  color: #e9152b;
}

.pam360-analyst-wrap .analyst-list p:last-child {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .pam360-analyst-wrap .analyst-list {
    display: block;
    text-align: center;
  }
  .pam360-analyst-wrap .gartner-wrap p,
  .pam360-analyst-wrap .kuppingercole-wrap p {
    max-width: 100%;
  }
  .pam360-analyst-wrap .gartner-wrap figure,
  .pam360-analyst-wrap .kuppingercole-wrap figure {
    margin: 0 auto 30px;
  }
  .pam360-analyst-wrap .kuppingercole-wrap figure {
    max-width: 220px;
  }
}

@media screen and (max-width: 1025px) {
  #MEdropPanel ul li:hover ul {
    display: block;
    margin-top: 0px;
    width: 100%;
    top: 0;
    left: 20px;
    position: relative;
  }
  #MEmobPanel ul li ul li {
    border: none;
    padding: 5px;
    list-style: none;
  }
  #MEmobPanel ul li ul li a {
    padding: 0;
  }
  #MEmobPanel ul #prd-menu-solutions {
    padding: 0 0 12px;
  }
  #MEmobPanel ul #prd-menu-solutions a {
    padding: 0 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .section.pam360-analyst-wrap {
    padding: 80px 0;
  }
  .section.pam360-analyst-wrap .content-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

:root {
  --feat_list_border: 1px dashed #dcdcdc;
}

h2 {
  margin: 0 0 0 0;
  font-size: 44px;
  font-weight:700;
}

h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight:600;
}

.pam360-banner-wrap {
width:100%;
  padding: 80px 0 160px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(https://www.manageengine.com/privileged-access-management/images/home-banner-bg.png)
      no-repeat center,
    #ffdec4;
  margin: 0;
  z-index: 1;
}

.pam360-banner-wrap:before {
  content: none;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(https://www.manageengine.com/privileged-access-management/images/home-building-bg.svg)
    repeat;
  z-index: 7;
  width: 100%;
  height: 100px;
  animation-name: buldingMarquee;
  animation-timing-function: linear;
  animation-duration: 100s;
  opacity: 0.65;
  animation-iteration-count: infinite;
}

.pam360-banner-wrap .content-wrap div.anim-sec {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-left {
  max-width: 600px;
}

.banner-right {
  max-width: 500px;
}

.banner-left h1 {
  font-size: 56px;
  line-height: 1.25;
  margin: 0 0 0;
  color: #000;
}

.banner-left p {
  font-size: 22px;
  margin: 20px 0 40px;
}

.banner-left p span {
  font-weight:700;
}

.banner-animation {
  position: relative;
  width: 520px;
  height: 500px;
}

.banner-animation span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ico-time {
  width: 70px;
  /* left: 0; */
  margin: -160px 0 0 -190px;
}

.ico-camera {
  width: 90px;
  /* left: 0; */
  margin: -110px 0 0 210px;
}

.ico-security {
  width: 40px;
  margin: -15px 0 0 -125px;
}

.ico-crown {
  width: 80px;
  margin: -250px 0 0 15px;
}
/*  */

.one-line-form {
  max-width: 560px;
  margin: 0 0 0;
}

.one-line-form * {
  transition: none !important;
}

.const-text {
  color: #626262;
}

.success-message {
  display: none;
}

.success-message p {
  font-size: 13px;
}

.success-message p a {
  border-bottom: 1px solid;
}

.one-line-wrap .form-group:nth-child(1) {
  width: 340px;
}

.form-group.country-select-box {
  background: transparent;
}
/*  */

.pam360-content-wrap {
  position: relative;
}

.pam360-content-wrap .section {
  padding: 100px 0 0;
}

.section .solution-wrap {
  padding: 0;
}

.section .features-wrap {
  padding: 100px 0;
}

.section .why-wrap {
  padding: 100px 0;
}

.section .pam-footer-wrap {
  padding: 100px 0;
}
/*  */

.section.customers-wrap {
  padding: 80px 0 20px;
  position: relative;
}

.section.customers-wrap:before {
  content: none;
  position: absolute;
  top: -50px;
  bottom: 0;
  background: url(https://www.manageengine.com/privileged-access-management/images/home-companies-bg.svg)
    repeat-x;
  z-index: 7;
  width: 100%;
  height: 100px;
  animation-duration: 30s;
}

.customers-wrap .content-wrap {
  position: relative;
  overflow: hidden;
}

.section.customers-wrap .content-wrap:before,
.section.customers-wrap .content-wrap:after {
  content: none;
  position: absolute;
  background-image: linear-gradient(
    to right,
    rgb(1 13 45) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  height: 100%;
  width: 25%;
  z-index: 2;
  pointer-events: none;
}

.customers-wrap .content-wrap:after {
  right: 0;
  top: 0;
  transform: rotate(180deg);
}

.customers-wrap h3 {
  font-size: 20px;
  color: #767676;
  margin: 0 0 20px;
  display: inline-block;
  border-bottom: 2px solid #767676;
}

.customers-wrap ul {
  white-space: nowrap;
  position: relative;
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
}

.customers-wrap .content-wrap:hover ul {
  /* animation-play-state: paused !important; */
}

.customers-wrap ul li {
  background-image: url(https://www.manageengine.com/privileged-access-management/images/solution/pam360-customers-logo.png);
  background-size: 700px auto;
  background-repeat: no-repeat;
  height: 30px;
  white-space: nowrap;
  margin: 10px;
  filter: grayscale(100%);
  opacity: 0.8 !important;
}

.customers-logo {
  display: block;
  white-space: nowrap;
}

.gb-gsk {
  flex: 0 0 82px;
  width: 82px;
  background-position: -15px 0;
}

.gb-xmas {
  flex: 0 0 98px;
  width: 98px;
  background-position: -105px 0;
}

.gb-inchcape {
  width: 124px;
  background-position: -190px 0;
}

.gb-footlocker {
  flex: 0 0 225px;
  width: 172px;
  background-position: -352px 0;
}

.gb-getronics {
  flex: 0 0 97px;
  width: 97px;
  background-position: -691px 0;
}

.gb-panasonic {
  flex: 0 0 74px;
  width: 74px;
  background-position: -798px 0;
}

.gb-cinepolis {
  width: 112px;
  background-position: -880px 0;
}

.gb-rac {
  flex: 0 0 77px;
  width: 77px;
  height: 69px !important;
  background-position: -4px -49px;
}

.gb-rev {
  flex: 0 0 112px;
  width: 112px;
  height: 52px !important;
  background-position: -71px -39px;
}

.gb-ibm {
  width: 73px;
  background-position: -171px -34px;
}

.gb-ntt-data {
  flex: 0 0 119px;
  width: 119px;
  background-position: -358px -49px;
}

.gb-inditex {
  width: 142px;
  background-position: -486px -49px;
}

.gb-capgemini {
  width: 130px;
  background-position: -445px -33px;
  height: 30px !important;
}

.gb-cocacola {
  width: 100px;
  height: 34px !important;
  background-position: -575px -27px;
}

.gb-bedag {
  flex: 0 0 105px;
  width: 105px;
  background-position: -13px -98px;
}

.gb-pega {
  width: 82px;
  height: 63px !important;
  background-size: 800px auto !important;
  background-position: -190px -78px;
}

.gb-arlanxeo {
  flex: 0 0 112px;
  width: 112px;
  height: 18px !important;
  background-position: -266px -74px;
}

.gb-dt {
  flex: 0 0 85px;
  width: 85px;
  height: 88px !important;
  background-position: -494px -94px;
}

.gb-ptc {
  flex: 0 0 103px;
  width: 103px;
  height: 48px !important;
  background-position: -580px -94px;
}

.gb-holland {
  flex: 0 0 142px;
  width: 142px;
  height: 76px !important;
  background-position: -688px -94px;
}

.gb-rotech {
  flex: 0 0 110px;
  width: 110px;
  background-position: -642px -72px;
}

.gb-brambles {
  flex: 0 0 110px;
  width: 110px;
  height: 24px !important;
  background-position: -265px -94px;
}
/*  */

.btn-wrap {
  margin: 0;
}

.act-btn {
  background: #e9152b;
  color: #fff;
  padding: 12px 25px;
  font-size: 17px;
  line-height: 1.4;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  font-weight:600;
  border: 1px solid transparent;
}

a.act-btn.btn-border {
  background: transparent;
  color: #000;
  border: 1px solid;
  margin: 0 10px 0 0;
}

h2 {
  margin: 0;
}

.section.features-wrap {
  position: relative;
  padding: 100px 0;
}

.features-wrap .content-wrap {
  display: flex;
  justify-content: space-between;
}

.features-wrap .feature-heading-wrap {
  width: 320px;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}

.features-wrap .content-wrap h2 {
  line-height: 1.4;
  font-size: 36px;
  font-weight:700;
}

.features-list-wrap {
  width: calc(100% - 350px);
}

.features-list-wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
  margin: 0;
  position: relative;
}

.features-list-wrap ul:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-left: var(--feat_list_border);
}

.features-list-wrap ul li {
  border-bottom: var(--feat_list_border);
  position: relative;
}

.features-list-wrap ul li a {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 80px);
  top: 40px;
  left: 0;
}

.features-list-wrap ul li:nth-child(1) a,
.features-list-wrap ul li:nth-child(2) a {
  top: 0;
}

.features-list-wrap ul li:nth-child(even) a {
  left: 40px;
}

.features-list-wrap ul li:nth-child(odd) {
  padding: 40px 40px 40px 0;
}

.features-list-wrap ul li:nth-child(even) {
  padding: 40px 0 40px 40px;
}

.features-list-wrap ul li:nth-last-of-type(1),
.features-list-wrap ul li:nth-last-of-type(2) {
  border-bottom: none;
  padding-bottom: 0;
}

.features-list-wrap ul li:nth-child(1),
.features-list-wrap ul li:nth-child(2) {
  border-top: none;
  padding-top: 0;
}

.features-list-wrap ul li p:last-child {
  margin: 0;
}

.feature-heading-wrap p.link-text-wrap {
  text-align: left;
  margin: 30px 0 0;
}

.feature-heading-wrap p.link-text-wrap a {
  background: none;
  color: #138cd6;
  padding: 0 20px 2px 0;
  transition: 0.5s all;
  font-weight:600;
  position: relative;
}

.feature-heading-wrap p.link-text-wrap a:after {
  content: "\2794";
  font-size: 17px;
  position: absolute;
  right: 0;
  transition: 0.5s all;
}

.feature-heading-wrap p.link-text-wrap a:hover:after {
  transform: translateX(15px);
}

.features-list-wrap ul li h3 {
  margin-top: 15px;
}

.features-list-wrap ul li span {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background-image: url(https://www.manageengine.com/privileged-access-management/images/home-icons-sprite-1.png);
  background-size: auto 50px;
  background-repeat: no-repeat;
}

.features-list-wrap ul li:nth-child(2) span {
  background-position: -50px 0;
}

.features-list-wrap ul li:nth-child(3) span {
  background-position: -300px 0;
}

.features-list-wrap ul li:nth-child(4) span {
  background-position: -350px 0;
}

.features-list-wrap ul li:nth-child(5) span {
  background-position: -99px 0;
}

.features-list-wrap ul li:nth-child(6) span {
  background-position: -148px 0;
}

.features-list-wrap ul li:nth-child(7) span {
  background-position: -200px 0;
}

.features-list-wrap ul li:nth-child(8) span {
  background-position: -250px 0;
}

.features-list-wrap ul li.new-feature h3:after {
  content: "New";
  padding: 2px;
  font-size: 10px;
  background: #e9152b;
  vertical-align: super;
  margin: 0 0 0 4px;
  color: #fff;
}

.customers-wrap {
  background: transparent;
  color: #fff;
  margin: 60px 0 0;
}

.section.solution-wrap {
  padding: 0;
  margin: 0 0;
  background: #f4f4f4;
}

.solution-wrap .content-wrap {
  display: block;
  justify-content: space-between;
  /* background: #002643; */
  padding: 0 0 80px;
  /* color: #fff; */
  border-radius: 10px;
  position: relative;
  z-index: 10;
  text-align: center;
}

.solution-wrap .content-wrap h2 {
  max-width: 100%;
  font-size: 38px;
  /* color: #fff; */
  margin: 0 0 20px;
}

.solution-wrap-text {
  max-width: 940px;
  margin: 0 auto;
}

.solution-wrap-text p:last-child {
  margin: 0;
}

.solution-wrap-text p a {
  background: none;
  color: #138cd6;
  padding: 0 20px 2px 0;
  transition: 0.5s all;
  font-weight:600;
  position: relative;
}

.solution-wrap-text p a:after {
  content: "\2794";
  font-size: 17px;
  position: absolute;
  right: 0;
  transition: 0.5s all;
}

.solution-wrap-text p a:hover:after {
  transform: translateX(15px);
}

.section.why-wrap {
  background-color: #0c2139;
  color: #fff;
  position: relative;
  z-index: 0;
  background-image: radial-gradient(#707070 0.5px, transparent 0);
  background-size: 50px 50px;
  background-position: -19px -19px;
  padding: 100px 0;
}

.why-wrap:before {
  content: none;
  position: absolute;
  width: 100%;
  height: 220px;
  left: 0;
  bottom: 0;
  z-index: -1;
  /* background: linear-gradient(90deg, rgb(255 244 231) 0%, rgba(255, 248, 234, 1) 23%, rgb(255 239 229) 46%, rgba(255, 228, 211, 1) 75%, rgba(255, 220, 193, 1) 100%); */
}

.why-heading-wrap {
  max-width: 940px;
  width: 100%;
}

.why-heading-wrap h2 {
  color: #fff;
  margin: 0 0 15px;
}

.why-heading-wrap p a {
  background: none;
  color: #138cd6;
  padding: 0 20px 2px 0;
  /* border-bottom: 2px solid #138cd6; */
  transition: 0.5s all;
  font-weight:600;
  position: relative;
}

.why-heading-wrap p a:after {
  content: "\2794";
  font-size: 17px;
  position: absolute;
  right: 0;
  transition: 0.5s all;
}

.why-heading-wrap p a:hover:after {
  transform: translateX(15px);
}

.why-heading-wrap p:last-child {
  margin: 0;
}

.why-wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin: 50px 0 0;
}

.why-wrap ul li {
  background: #fff;
  color: #000;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 5px 14px rgb(0 0 0 / 15%);
}

.why-wrap ul li span {
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  background-image: url(https://www.manageengine.com/privileged-access-management/images/home-icons-sprite.png);
  background-size: 540px auto;
  background-repeat: no-repeat;
}

.why-wrap ul li:nth-child(1) span {
  background-position: -360px 0;
}

.why-wrap ul li:nth-child(2) span {
  background-position: -420px 0;
}

.why-wrap ul li:nth-child(3) span {
  background-position: -480px 0;
}

.why-wrap ul li p:last-child {
  margin: 0;
}
/*  */

.section.demo-wrapper {
  padding: 100px 0;
  position: relative;
}

.section.demo-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 0px);
  left: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgb(255 244 231) 0%,
    rgba(255, 248, 234, 1) 23%,
    rgb(255 239 229) 46%,
    rgba(255, 228, 211, 1) 75%,
    rgba(255, 220, 193, 1) 100%
  );
}

.demo-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.demo-form-wrap {
  max-width: 460px;
  padding: 30px;
  background: #002643;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.industry-analysts-wrap {
  max-width: 550px;
  text-align: center;
}

.industry-analysts-wrap h2 {
  font-size: 30px;
  margin: 0 0 20px;
}

.industry-analysts-wrap p a {
  color: #e9152b;
  background: none;
  padding: 0 20px 2px 0;
  transition: 0.5s all;
  font-weight:600;
  position: relative;
}

.industry-analysts-wrap p a:after {
  content: "\2794";
  font-size: 17px;
  position: absolute;
  right: 0;
  transition: 0.5s all;
}

.industry-analysts-wrap p a:hover:after {
  transform: translateX(15px);
}

.industry-analysts-wrap ul li figure {
  height: 80px;
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 0 40px;
}

.industry-analysts-wrap ul li figure img {
  width: auto;
  height: 100%;
  text-align: center;
  max-width: unset;
  display: inline;
}

.demo-form-heading {
  text-align: center;
  color: #fff;
  margin: 0 0 40px;
}

.demo-form-heading h4 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 24px;
  font-weight:700;
  line-height: 1.2;
}
/*  */

.section.pam-footer-wrap {
  text-align: center;
  padding: 100px 0;
}

.pam-footer-wrap .content-wrap {
  max-width: 890px;
}

.pam-footer-wrap h2 {
  margin: 0 0 15px;
}
/*  */

.industry-analysts-wrap .slick-dots {
  list-style: none;
  display: flex !important;
  justify-content: center;
  margin: 10px 0 0;
}

.industry-analysts-wrap .slick-dots li {
  text-indent: -999999px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
  border: 1px solid #040404;
  /* cursor: pointer; */
}

.industry-analysts-wrap .slick-dots li.slick-active {
  background: #040404;
}

@keyframes marqueeLogo {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes buldingMarquee {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

.trans-effect ~ label {
  color: #7c7c7c;
  top: 10px;
  font-size: 14px;
}

span.focus-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.form-group {
  margin: 25px 0;
  background: #fff;
}

.demo-form-wrap .ffw-errmsg {
  margin: 0;
}

.demo-form-wrap #MECountryListing {
  background: #fff;
}

input#btnSubmit {
  margin: 0;
}

.trans-effect ~ .focus-border:before,
.trans-effect ~ .focus-border:after,
.trans-effect ~ .focus-border i:before,
.trans-effect ~ .focus-border i:after {
  background-color: #012643;
}

.trans-effect:focus ~ label,
.has-content.trans-effect ~ label {
  opacity: 0;
}

#demoForm .const-text,
#demoForm #meGDPRMessage {
  color: #fff;
}

#meGDPRMessage {
  padding: 0 0;
  margin: 10px 0 0;
  color: #3c3c3c;
}
/*  */

.anim-sec * {
  transition-duration: 1s;
  transition-property: all;
}

.anim-sec .banner-animation img,
.anim-sec .banner-left h1,
.anim-sec .banner-left p,
.anim-sec .one-line-form,
.anim-sec .banner-right,
.customers-wrap .anim-sec h3,
.anim-sec .customers-logo,
.solution-wrap h2,
.anim-sec .solution-wrap-text p,
.features-wrap .anim-sec h2,
.anim-sec .features-list-wrap,
.anim-sec .why-heading-wrap h2,
.anim-sec .why-heading-wrap p,
.why-wrap .anim-sec ul li,
.anim-sec .industry-analysts-wrap h2,
.anim-sec .industry-analysts-wrap ul,
.anim-sec .demo-form-wrap,
.resources-wrap .anim-sec,
.pam-footer-wrap .anim-sec h2,
.pam-footer-wrap .anim-sec p,
.pam-footer-wrap .anim-sec p a,
.pam360-analyst-wrap .anim-sec .content-wrap {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  opacity: 0;
}

.anim-sec .banner-animation span {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.3);
}

.anim-sec.ele-cont-view .banner-animation span {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.why-wrap .anim-sec ul li {
  opacity: 1;
}

.anim-sec.ele-cont-view .banner-animation img,
.anim-sec.ele-cont-view .banner-left h1,
.anim-sec.ele-cont-view .banner-left p,
.anim-sec.ele-cont-view .one-line-form,
.anim-sec.ele-cont-view .banner-right,
.customers-wrap .anim-sec.ele-cont-view h3,
.anim-sec.ele-cont-view .customers-logo,
.solution-wrap .anim-sec.ele-cont-view h2,
.anim-sec.ele-cont-view .solution-wrap-text p,
.features-wrap .anim-sec.ele-cont-view h2,
.anim-sec.ele-cont-view .features-list-wrap,
.anim-sec.ele-cont-view .why-heading-wrap h2,
.anim-sec.ele-cont-view .why-heading-wrap p,
.anim-sec.ele-cont-view ul li,
.anim-sec.ele-cont-view .industry-analysts-wrap h2,
.anim-sec.ele-cont-view .industry-analysts-wrap ul,
.anim-sec.ele-cont-view .demo-form-wrap,
.pam-footer-wrap .anim-sec.ele-cont-view h2,
.pam-footer-wrap .anim-sec.ele-cont-view p,
.pam-footer-wrap .anim-sec.ele-cont-view p a,
.resources-wrap .anim-sec.ele-cont-view,
.pam360-analyst-wrap .anim-sec.ele-cont-view .content-wrap {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.section.pam360-analyst-wrap {
  background: #f4f4f4;
  padding: 0 0 80px;
  position: relative;
  margin: -100px 0 0;
  padding: 0 0 80px !important;
}

.section.pam360-analyst-wrap .content-wrap {
  /* display: flex; */
  /* justify-content: space-between; */
  /* padding: 40px; */
  /* align-items: center; */
  border-radius: 10px;
  max-width: 970px;
  /* background: #fff; */
  position: relative;
  z-index: 10;
  border-radius: 1;
  grid-gap: 10px;
}

.pam360-analyst-wrap .analyst-list {
  border-radius: 0;
  background: #072e57;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.pam360-analyst-wrap .analyst-list:nth-child(1) {
  /* border-right: 1px solid #000; */
}

.pam360-analyst-wrap .analyst-list p a.act-btn.btn-border {
  color: #fff;
}

.section.pam360-analyst-wrap p {
  font-size: 13px;
}

.pam360-analyst-wrap .gartner-wrap figure {
  max-width: 120px;
}

.pam360-analyst-wrap .kuppingercole-wrap figure {
  max-width: 140px;
}

.pam360-analyst-wrap .gartner-wrap p {
  max-width: calc(100% - 160px);
}

.pam360-analyst-wrap .analyst-list p:last-child {
  margin: 0;
}

.pam360-analyst-wrap .kuppingercole-wrap p {
  max-width: calc(100% - 160px);
}

.section.resources-wrap {
  padding: 0 0 100px;
}

.resources-wrap ul li {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  background: #fff3e3;
  padding: 25px;
}

.resources-wrap ul li figure {
  width: 240px;
}

.resources-wrap ul li div {
  width: calc(100% - 300px);
}

.resources-wrap ul li h4 {
  margin-top: 0;
}

.resources-wrap .slick-dots {
  list-style: none;
  display: flex !important;
  justify-content: center;
  margin: 40px 0 0;
}

.resources-wrap .slick-dots li {
  text-indent: -999999px;
  width: 30px;
  height: 5px;
  border-radius: 0;
  margin: 0 4px;
  cursor: pointer;
  border: none;
  padding: 0;
  /* cursor: pointer; */
  display: block !important;
  background: #b5b1b1;
}

.resources-wrap .slick-dots li.slick-active {
  background: #3c84b2;
}

.section.analyst-wrap {
  /* background: linear-gradient(90deg, rgb(255 244 231) 0%, rgba(255, 248, 234, 1) 23%, rgb(255 239 229) 46%, rgba(255, 228, 211, 1) 75%, rgba(255, 220, 193, 1) 100%); */
  padding: 100px 0;
}

.customers-say-wrap {
  padding: 100px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}

.customers-say-wrap h2 {
  padding: 70px 0 40px;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.customers-say-wrap:before {
  content: "";
  position: absolute;
  width: 71px;
  height: 56px;
  background: url(https://www.manageengine.com/privileged-access-management/images/ico-quote.svg)
    no-repeat;
  background-size: cover;
  filter: brightness(90%);
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  filter: grayscale(10%);
  opacity: 0.2;
  margin: 10px -10px 0;
}
/*  */

.customers-say-wrap .slick-dots {
  list-style: none;
  display: flex !important;
  justify-content: center;
  margin: 40px 0 0;
}

.customers-say-wrap .slick-dots li {
  text-indent: -999999px;
  width: 8px;
  height: 8px;
  border-radius: 0;
  margin: 0 4px;
  cursor: pointer;
  border: none;
  padding: 0;
  /* cursor: pointer; */
  display: block !important;
  background: #b5b1b1;
}

.customers-say-wrap .slick-dots li.slick-active {
  background: #002643;
}

.customers-say-wrap li {
  text-align: center;
}

.customers-say-wrap li h5 {
  font-size: 22px;
  line-height: 1.6;
}

.customers-say-wrap li figure {
  max-width: 160px;
  margin: 25px auto;
}

.customers-say-wrap ul {
  visibility: hidden;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.customers-say-wrap ul.slick-initialized,
.customers-say-wrap ul.slick-initialized ul {
  visibility: visible;
}

.customer-peer-insights {
  margin: 80px auto 0;
  
}

@media screen and (max-width: 1366px) {
  h2 {
    font-size: 36px;
  }
  .pam360-banner-wrap {
    /* padding: 80px 0 200px; */
    /* margin: 80px 0 0; */
  }
  .banner-left {
    max-width: 500px;
  }
  .banner-left h1 {
    font-size: 44px;
  }
  .banner-left p {
    font-size: 20px;
  }
  /**/
  .pam360-content-wrap .section {
    padding: 100px 0 0;
  }
  .section.solution-wrap {
    padding: 0;
  }
  .section.customers-wrap {
    padding: 100px 0 0;
  }
  .section.features-wrap {
    padding: 80px 0;
  }
  .section.pam-footer-wrap {
    padding: 100px 0;
  }
  .section.customers-wrap:before {
    top: -40px;
  }
  .section.analyst-wrap {
    padding: 100px 0;
  }
  .solution-wrap .content-wrap {
    /* padding: 60px; */
  }
  .solution-wrap .content-wrap h2 {
    font-size: 36px;
  }
  .pam-footer-wrap .content-wrap {
    max-width: 750px;
  }
  .section.resources-wrap {
    /* margin: 0; */
    padding: 0 0 100px;
  }
  .section.demo-wrapper,
  .section.why-wrap {
    padding: 100px 0;
  }
}

@media screen and (max-width: 1200px) {
  .pam360-analyst-wrap .gartner-wrap p,
  .pam360-analyst-wrap .kuppingercole-wrap p {
    max-width: 100%;
  }
  .pam360-analyst-wrap .analyst-list {
    padding: 30px;
  }
}

@media screen and (max-width: 992px) {
  .pam360-banner-wrap .content-wrap div.anim-sec {
    display: block;
  }
  .banner-right {
    display: none;
  }
  .banner-left {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 760px;
  }
  .one-line-form {
    margin: 0 auto;
  }
  /**/
  .solution-wrap .content-wrap {
    display: block;
    /* text-align: center; */
  }
  .solution-wrap .content-wrap h2 {
    max-width: 100%;
    text-align: center;
  }
  .solution-wrap-text {
    width: 100%;
    margin: 25px 0 0;
  }
  .features-wrap .content-wrap {
    display: block;
  }
  .features-wrap .content-wrap .feature-heading-wrap {
    max-width: 600px;
    width: 100%;
    position: unset;
    text-align: center;
    margin: 0 auto;
  }
  .feature-heading-wrap p.link-text-wrap {
    text-align: center;
  }
  .features-list-wrap {
    width: 100%;
  }
  .features-list-wrap ul {
    margin: 40px 0 0;
  }
  .section.demo-wrapper {
    padding: 100px 0;
  }
  .confetti {
    display: none;
  }
  .demo-wrapper .content-wrap {
    display: block;
  }
  .industry-analysts-wrap {
    margin: 0 auto 70px;
  }
  .demo-form-wrap {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
  }
  .why-wrap ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .banner-left h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 34px;
  }
  .solution-wrap .content-wrap h2 {
    font-size: 34px;
  }
  .pam360-banner-wrap:before,
  .section.customers-wrap:before {
    content: none;
  }
  .one-line-wrap .form-group:nth-child(1) {
    width: 100%;
  }
  /*      */
  .pam360-content-wrap .section {
    padding: 80px 0 0;
  }
  .section.customers-wrap,
  .section.features-wrap,
  .section.demo-wrapper,
  .section.pam-footer-wrap,
  .section.analyst-wrap,
  .section.why-wrap {
    padding: 80px 0;
  }
  .section.resources-wrap {
    padding: 0 0 80px;
  }
  .pam360-banner-wrap {
    padding: 80px 0 180px;
  }
  .section.customers-wrap {
    padding-bottom: 0;
  }
  .solution-wrap .content-wrap {
    /* padding: 40px; */
  }
  .industry-analysts-wrap ul li figure {
    height: 50px;
    margin: 0 0 30px;
  }
  /*      */
  .solution-wrap-text p.btn-wrap a {
    text-align: right;
  }
  .resources-wrap ul li {
    display: block !important;
  }
  .resources-wrap ul li figure {
    width: 220px;
    margin: 0 auto 20px;
  }
  .resources-wrap ul li div {
    width: 100%;
    text-align: center;
  }
  .section.pam360-analyst-wrap {
    padding: 0 !important;
  }
  .resources-wrap ul li h4 {
    font-size: 20px;
  }
  a.act-btn {
    padding: 12px 25px;
  }
}

@media screen and (max-width: 650px) {
  .features-list-wrap ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  .features-list-wrap ul:before {
    content: none;
  }
  .features-list-wrap ul li {
    padding: 30px !important;
    border: var(--feat_list_border) !important;
  }
  .features-list-wrap ul li a {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
  }
  a.act-btn.btn-border {
    margin: 0;
  }
  .pam-footer-wrap a.act-btn {
    margin: 10px 0 0;
  }
}
