.heading-menu{display:none}
#scroll{display:none}
a.act-btn + a {
  margin-left: 10px;
}
.content-wrap {
  max-width: 1280px;
}
.grid-list {
  display: grid;
  grid-gap: 20px;
}
.pam360-banner-wrap {
  padding: 100px 0;
  position: relative;
}
.pam360-banner-wrap .content-wrap {
  width: 90%;
  margin: 0 auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pam360-banner-wrap .content-wrap h1 {
  font-size: 50px;
  line-height: 1.1;
  margin: 0 0 20px;
}
.pam360-banner-wrap .content-wrap p {
  font-size: 19px;
  margin: 20px auto 0;
}
.pam360-banner-wrap .btn-wrap a {
  padding: 0;
  background: none;
  color: #e9152b;
  border: none;
  border-bottom: 2px solid;
  border-radius: 0;
  text-transform: none;
}
/* */
.pam360-content-wrap {
  position: relative;
}
.pam360-content-wrap .section {
  padding: 100px 0 0;
}
.section.pam-footer-wrap {
  padding: 100px 0;
}
.btn-wrap {
  margin: 0;
}
a.act-btn.btn-border {
  background: transparent;
  color: #e9152b;
  border: 1px solid #e9152b;
  transition: 0.5s all;
}
h2 {
  margin: 0;
  font-size: 42px;
}
.banner-left {
  max-width: calc(100% - 600px);
  width: 100%;
}
.banner-right {
  max-width: 480px;
  background: #fff;
  padding: 40px;
  background: #353738;
  border-radius: 5px;
}
.banner-right h4 {
  margin: 0 0 20px;
  text-align: center;
  color: #f8d649;
}
.demo-tab-wrap {
  border-radius: 30px;
  margin: 0;
}
.demo-form {
  max-width: 460px;
  margin: 0 auto;
}
ul.demo-tab-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 5px;
  margin: 0px auto 40px;
  text-align: center;
  max-width: 360px;
}
.demo-tab {
  /* display: none; */
}
.demo-tab.active {
  display: block;
}
.demo-tab h4 {
  margin: 0;
  text-align: center;
  font-size: 22px;
}
.demo-tab p:last-child {
  margin: 0;
}
.demo-tab-nav li {
  padding: 10px 20px;
  text-align: center;
  font-size: 15px;
  font-family: var(--primaryfont-bold);
  border-radius: 5px;
  color: #051541;
  cursor: pointer;
  text-transform: uppercase;
}
.demo-tab-nav li.active {
  background: #046ed3;
  color: #fff;
}
.success-message {
  display: none;
  text-align: center;
}
.success-message h5 {
  font-size: 18px;
  font-family: var(--primaryfont-bold);
  color: #fff;
}
.success-message p:last-child {
  margin: 0;
}
#meGDPRMessage {
  margin: 10px 0 0;
  width: 100%;
}
input#btnSubmit {
  margin: 0;
}
.success-message {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  background: #000000;
  padding: 10px 20px;
  font-family: var(--primaryfont-bold);
  z-index: 1000;
}
.section.why-solution-wrap {
  padding: 0;
  text-align: center;
  color: #fff;
  position: relative;
}
.section.why-solution-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #353738;
}
.why-solution-wrap .content-wrap {
  max-width: 1080px;
  background: #0474de;
  border-radius: 10px;
  padding: 60px;
  position: relative;
  z-index: 1;
}
.why-solution-wrap h2 {
  margin: 0 0 20px;
  color: #fff;
}
.why-solution-wrap p:last-child {
  margin: 0;
}
.why-solution-wrap p a {
  color: #ffcd00;
}
.why-solution-wrap p.btn-wrap a {
  background: #f8d649;
  border-color: #f8d649;
  color: #000
}
/*  */
.why-heading, .why-heading h2, .why-pam-wrap ul li, .why-pam-wrap ul li h3 {
  color: #fff;
}
.why-heading, .beyond-wrap-heading {
  margin: 0 auto 20px;
  text-align: center;
  max-width: 850px;
}
.why-heading h2, .beyond-wrap-heading h2 {
  margin: 0 0 15px;
}
.why-heading p:last-child, .beyond-wrap-heading p:last-child {
  margin: 0;
}
/*  */
.section.why-pam-wrap {
  padding: 100px 0px;
  background: #353738;
}
.why-pam-wrap ul {
  grid-template-columns: repeat(4, 1fr);
  margin: 60px 0;
}
.why-pam-wrap ul li {
  padding: 35px;
  box-shadow: 0 0 11px 2px #535759;
  border-radius: 10px;
}
.why-pam-wrap ul li h3 {
  font-size: 24px;
  margin: 0 0 15px;
}
.why-pam-wrap ul li p:last-child {
  margin: 0;
}
.why-pam-wrap ul li a.learn-more {
  padding: 0 0 3px;
  border-bottom: 2px solid;
  font-family: var(--primaryfont-semibold);
}
.why-pam-wrap .btn-wrap {
  text-align: center;
}
.section.beyond-wrap {
  padding: 100px 0;
  background: #fcfcfc;
}
.beyond-wrap .grid-list {
  grid-template-columns: repeat(2, 1fr);
  margin: 60px 0;
}
.beyond-wrap ul li {
  padding: 35px;
  box-shadow: 0 0 11px 2px #e8e8e8;
  border-radius: 10px;
}
.beyond-wrap ul li h3 {
  margin: 0 0 15px
}
.beyond-wrap ul li p:last-child {
  margin: 0
}
.beyond-wrap ul li span {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 0 15px;
  background: url(https://www.manageengine.com/privileged-access-management/images/solution/itdr-sprite-img.png) no-repeat;
  background-size: 320px auto;
}
.beyond-wrap ul li:nth-child(2) span {
  background-position: -80px 0;
}
.beyond-wrap ul li:nth-child(3) span {
  background-position: -160px 0;
}
.beyond-wrap ul li:nth-child(4) span {
  background-position: -240px 0;
}
.beyond-wrap .btn-wrap {
  text-align: center;
}
/*  */
span.focus-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/*  */
.pam-footer-wrap {
  text-align: center;
  padding: 100px 0;
}
.pam-footer-wrap h2 {
  margin: 0 0 20px;
}
/*  */
.section.customers-wrap {
  background: #353738;
  color: #fff;
  padding: 100px 0;
}
.customers-wrap h2 {
  font-size: 32px;
  line-height: 1.3;
  color: #ffffff;
  margin: 0 auto 25px;
  /* display: inline-block; */
  /* border-bottom: 2px solid #ffffff; */
  max-width: 720px;
}
.customers-wrap ul {
  white-space: nowrap;
  position: relative;
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
}
.customers-wrap ul li {
  background-image: url(https://www.manageengine.com/privileged-access-management/images/solution/itdr-customers-logo.png);
  background-size: 920px auto;
  background-repeat: no-repeat;
  height: 75px;
  white-space: nowrap;
  margin: 10px 20px;
  filter: grayscale(100%);
  filter: brightness(0) invert(1);
  opacity: 1;
}
.customers-logo {
  display: block;
  white-space: nowrap;
}
.gb-nhs {
  width: 120px;
  background-position: 0 0;
}
.gb-acer {
  width: 112px;
  background-position: -150px 0;
}
.gb-inchcape {
  width: 170px;
  background-position: -293px 0;
}
.gb-airways {
  width: 170px;
  background-position: -506px 0;
}
.gb-eurogate {
  width: 202px;
  background-position: -719px 0;
}
/*  */
.form-radio, .form-group {
  margin: 20px 0;
  font-size: 14px;
}
input#btnSubmit {
  margin: 0;
}
.banner-right input[type="text"], .banner-right input[type="email"], .banner-right input[type="number"], .banner-right select, .banner-right textarea {
  background: #fff !important;
}
.banner-right #meGDPRMessage, .banner-right .const-text {
  color: #fff;
}
/*  */
@media screen and (max-width: 1280px) {
  .why-pam-wrap ul {
    grid-gap: 60px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .pam360-banner-wrap {
    padding: 80px 0;
  }
  .pam360-banner-wrap .content-wrap {
    display: block;
  }
  .pam360-banner-wrap .content-wrap h1 {
    font-size: 42px;
    line-height: 1.2;
  }
  h2 {
    font-size: 36px;
  }
  .banner-right {
    margin: 40px auto 0;
  }
  .banner-left {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
  }
  .why-pam-wrap ul {
    grid-gap: 50px;
  }
  .why-pam-wrap ul li {
    padding: 30px;
  }
  .customers-wrap ul {
    align-items: center;
    justify-content: center;
  }
  .section.why-pam-wrap, .section.beyond-wrap, .section.customers-wrap, .pam-footer-wrap {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .pam-footer-wrap .btn-wrap {
    max-width: 320px;
    margin: 0 auto;
  }
  a.act-btn + a {
    margin: 10px 0 0;
  }
  .why-pam-wrap ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 60px;
  }
  .beyond-wrap .grid-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section.pam360-analyst-wrap {
  background: transparent;
  position: relative;
  padding: 0;
}
.section.pam360-analyst-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #353738;
}
.section.pam360-analyst-wrap .content-wrap {
  padding: 40px;
  align-items: center;
  border-radius: 10px;
  max-width: 1170px;
  background: #0474de;
  position: relative;
  z-index: 10;
}