.heading-menu {
display:none;}
.trans-delay-1,
.trans-delay-2 {
  padding: 20px;
}
.section-content-container .blue-container-content {
  cursor: pointer;
  padding: 10px 20px;
}
.other-solutions-container .blue-container-content {
  width: auto;
}
.blue-outer-container-wrapper {
  display: none;
  /* display: flex;
      flex-direction: column; */
}
.p80 {
  padding: 80px;
}
#compliance-logo {
  background-color: black;
  border-radius: 60px;
  margin-bottom: 20px;
}
#notebook {
  display: none;
}
img {
  width: auto;
}
/*Responsive class for all the images*/
@media (max-width: 768px) {
  img {
    width: 220px;
  }
}
.content-wrap {
  width: 100%;
  max-width: none;
}
.page-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grid-container {
  display: grid;
  grid-template-rows: repeat(2, 1fr); /* Two rows of equal height */
  grid-template-columns: 1fr;

  gap: 40px; /* Optional: Add spacing between grid items */
}
.child-container {
  box-shadow: 4.2px 8.3px 8.3px hsl(0deg 0% 0% / 0.37);
  padding: 40px;
  row-gap: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition-duration: 0.25s;
  cursor: pointer;
}

.child-container:hover {
  transform: scale(110%);
}
.blue-container-logo {
  background: linear-gradient(180deg, #0024ef, #0019a3);
}
.blue-outer-container {
  display: flex;
}
.blue-container-content {
  position: relative;
  width: 400px;
  background: linear-gradient(180deg, #0024ef, #0019a3);
}
.blue-container-content-arrow.active {
  width: 100px;
  background: linear-gradient(180deg, #0024ef, #0019a3);
  clip-path: polygon(50% 50%, 0 0, 0 100%);
}
.blue-container-logo p,
.blue-container-content h2 {
  color: white !important;
}
.about-section {
  display: block;
  transition: none;
  padding: 20px;
}

.about-section.active {
  background-color: white;
  display: block;
  border-radius: 10px;
}

.about-section.active a {
  font-style: italic;
  text-decoration: underline;
}
.section-content-container {
  background-color: #222222;
  position: relative;
  display: flex;
}
.integration-container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 80px 20px;
  row-gap: 20px;
  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%
  );
}
#prd-footer-gartner {
  width: 100%;
  position: absolute;
  top: -60px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#compliance-logo {
  width: 300px;
}
/* .integration-section-container {
      display: none;
    } */
.section-block-container {
  display: flex;
}
.section-block {
  box-shadow: 4.2px 8.3px 8.3px hsl(0deg 0% 0% / 0.37);
  cursor: pointer;
  width: 280px;
  background: linear-gradient(90deg, #c6e5ff, #fdfeff);
  padding: 10px 20px;
}
.section-block-arrow.active {
  height: inherit;
  width: 100px;
  background: linear-gradient(90deg, #c6e5ff, #fdfeff);
  clip-path: polygon(50% 50%, 0 0, 0 100%);
}
.section-container {
  display: none;
  /* display: flex;
      flex-direction: column; */
}
.section-content {
  transition: none;
}

.section-content-secondary-container {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.section-content.active {
  display: block;
  transition: none;
  border-radius: 10px;
}

.trans-delay-4 {
  padding: 20px;
}
.section-content h2 {
  margin: 10px;
}
.trans-effect ~ label {
  text-align: left;
}
.compliance-logo-container {
  background-image: url(/sites/meweb/images/br/privileged-access-management/compliance-logo.png);
  background-size: cover;
  height: 100px;
  width: 600px;
}
.other-solutions-container {
  display: none;
}

.other-solutions-topic {
  padding: 40px;
}
.other-solutions-heading {
  background-color: #222222;
  padding: 10px;
  border: 1px #d3d3d3 solid;
}
.other-solutions-heading h2 {
  color: white !important;
}
.about-section-container {
  position: relative;
  padding-bottom: 60px;
  transition-property: none;
  background-color: white;
}

.other-solutions-container .about-section-container {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: gray 1px solid;
}
.demo-intro-container {
  row-gap: 20px;
  padding: 20px;
  display: flex;
  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%
  );
  flex-direction: column;
  align-items: center;
}
.product-footer .content-wrap {
  max-width: 1170px;
  width: 90%;
  margin: 0 auto;
}

.banner-right img {
  position: relative;
  right: 40px;
  top: -15px;
}

:root {
  --feat_list_border: 1px dashed #dcdcdc;
}
#scroll {
  display: none;
}
h2 {
  font-family: var(--primaryfont-bold);
}

h3 {
  font-size: 24px;
  line-height: 1.4;
  font-family: var(--primaryfont-semibold);
}

.pam360-banner-wrap {
width:100%;
  background-color: #ffdec4;
  padding: 80px 0 140px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.pam360-banner-wrap:before {
  content: none;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(https://www.manageengine.com/br/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: center;
  align-items: center;
}

.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-family: var(--primaryfont-bold);
}

.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(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-family: var(--primaryfont-semibold);
  border: 1px solid transparent;
}

a.act-btn.btn-border {
  background: transparent;
  color: #000;
  border: 1px solid;
  margin: 0 10px 0 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-family: var(--primaryfont-bold);
}

.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-family: var(--primaryfont-semibold);
  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(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-top: 40px;
  margin: 0 0;
}

.solution-wrap .content-wrap {
  display: block;
  justify-content: space-between;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.solution-wrap-text p:last-child {
  margin: 0;
}

.solution-wrap-text p a {
  background: none;
  color: #138cd6;
  transition: 0.5s all;
  font-family: var(--primaryfont-semibold);
  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-family: var(--primaryfont-semibold);
  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(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;
  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-family: var(--primaryfont-semibold);
  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 {
  padding: 10px;
  text-align: center;
  color: #fff;
  margin: 0 0 40px;
}

.demo-form-heading h4 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 24px;
  font-family: var(--primaryfont-bold);
  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;
  }
}

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 .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(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 {
  display: none;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.customers-say-wrap ul.slick-initialized,
.customers-say-wrap ul.slick-initialized ul {
  display: block;
}

.customer-peer-insights {
  margin: 80px auto 0;
  max-width: 500px;
}

label {
  font-size: 14px;
}
p {
  font-size: 16px;
}
h2 {
  font-size: 20px;
}

/* 16px 20px  */
/* main responsive designs */
@media screen and (min-width: 767px) {
  #compliance-logo {
    width: 450px;
  }
  .about-section-container {
    padding-bottom: 80px;
  }
  .trans-delay-4 {
    padding: 0 40px;
  }
  #prd-footer-gartner {
    top: -100px;
  }
  img {
    width: 350px;
  }

  .about-section {
    padding: 40px;
  }
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px;
  }
  .integration-container {
    padding: 120px 40px 80px;
  }

  .pam360-banner-wrap .content-wrap div.anim-sec {
    display: block;
  }
  .banner-right {
    display: none;
  }
  .banner-left {
    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;
    margin: 0 auto;
    padding: 30px;
  }
  .why-wrap ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .banner-left {
    padding: 60px;
  }
  .trans-delay-1,
  .trans-delay-2 {
    text-align: left;
  }
  .trans-delay-4 {
    padding: 0 60px;
  }
  .other-solutions-container {
    padding: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .pam360-banner-wrap {
    background-image: url(/sites/meweb/images/br/privileged-access-management/home-banner.png);
    background-size: 100% 100%;
  }
  img {
    width: 400px;
  }
  #prd-footer-gartner {
    top: -120px;
  }
  #notebook {
    display: flex;
    position: absolute;
    top: 40px;
    right: 5px;
  }
  .about-section-container {
    padding-bottom: 0;
  }
  .section-content-container {
    padding: 60px;
    padding-bottom: 160px;
  }
  .grid-container {
    padding: 60px;
  }
  .blue-outer-container-wrapper {
    display: flex;
    flex-direction: column;
  }
  .integration-section-container {
    display: flex;
  }
  .about-section {
    display: none;
  }
  .section-container {
    display: flex;
    flex-direction: column;
  }
  .section-content {
    display: none;
  }
  .section-content.active h2 {
    color: white !important;
  }
  .section-content.active {
    background-color: #222222;
    box-shadow: 4.2px 8.3px 8.3px hsl(0deg 0% 0% / 0.37);
    color: white;
    padding: 40px;
  }
  .integration-container {
    padding: 180px 60px 60px;
  }
  .demo-intro-container {
    padding: 60px;
  }
}
@media screen and (min-width: 1366px) {
  .banner-left {
    padding: 120px;
  }
  .pam360-banner-wrap {
    height: 600px;
  }
  .grid-container {
    grid-template-columns: repeat(2, 400px);
    grid-gap: 60px;
  }
  .trans-delay-4 {
    padding: 0 120px;
  }
  #prd-footer-gartner {
    top: -150px;
  }
  img {
    width: 500px;
  }
  .other-solutions-container {
    padding: 120px;
  }
  .grid-container {
    padding: 120px;
  }
  .section-content-container {
    padding: 180px 120px;
  }
  .integration-container {
    padding: 180px 120px 120px;
  }
  .demo-intro-container {
    padding: 100px;
    row-gap: 40px;
  }
}
div#scroll {
  display: none;
}
#demoForm {
  padding: 10px;
}
