.pam360-banner-wrap {
  background: #143371;
  background: linear-gradient(0deg, rgba(20, 51, 113, 1) 0%, rgba(42, 101, 225, 1) 100%);
  padding: 100px 0;
  text-align: center
}
.bannercont h1 {
  text-align: center;
  color: #fff;
  font-family: var(--primaryfont-bold);
  font-size: 50px;
  line-height: 1.3;
  width: 80%;
  margin: 0 auto;
}
.bannercont p.tagline {
  text-align: center;
  color: #fff;
  font-size: 22px !important;
  width: 90%;
  margin: 30px auto 0 auto;
}
.bannercta {
  display: flex;
  width: 600px;
  margin: 50px auto 0 auto;
  justify-content: space-evenly;
}
.bannercta a {
  text-decoration: none;
  font-size: 20px;
  font-family: var(--primaryfont-semibold);
  border-radius: 10px;
}
.bannercta a:nth-child(1) {
  background: #f7c755;
  color: #000;
  padding: 10px 40px;
  border: 2px solid #f7c755;
  transition: all .2s ease-in-out;
}
.bannercta a:nth-child(1):hover {
  background: #f7ae00;
}
.bannercta a:nth-child(2) {
  background: none;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 40px;
  transition: all .2s ease-in-out;
}
.bannercta a:nth-child(2):hover {
  background: #fff;
  color: #000;
}
.bannerimg {
    margin-top: 70px;
    background: #e7eefc;
    border-radius: 20px;
    padding-bottom: 20px;
    width: 90%;
    margin: 70px auto 0 auto;
}
.bannerimg img {
  width: 100%;
}
.bannerimg img.mob-vrsn{display: none}


/* Workflow image SVG path animation start*/
.pam360-plartform {
    position: relative;
    width: 100%;
    max-width: 935px;
    margin: 20px auto;
}
.pam360-plartform-image {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    top: 25px;
    padding-bottom: 0;
}
.pam360-plartform svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.pam360-plartform svg path {
    stroke: #0071ff;
    stroke-width: 2;
    fill: none;
    stroke-dasharray: 5, 5;
    stroke-linecap: round;
    animation: dash 1s linear infinite;
}
@keyframes dash {
to {
stroke-dashoffset: 20;
}
}
.pulse-dot-top {
    fill: #0071ff;
    r: 5;
    animation: pulsetop 1.5s ease-in-out infinite;
    transition: .4s ease;
}
@keyframes pulsetop {
0% {
r: 5;
opacity: 1;
}
50% {
r: 2;
opacity: 0.1;
}
100% {
r: 5;
opacity: 1;
}
}
.pulse-dot-top, .pulse-dot-bottom {
    animation-fill-mode: both;
}
/*.dot1 {
    animation-delay: 0s;
}
.dot2 {
    animation-delay: 0.3s;
}
.dot3 {
    animation-delay: 0.6s;
}
.dot4 {
    animation-delay: 0.9s;
}
.dot5 {
    animation-delay: 1.2s;
}
.dot6 {
    animation-delay: 1.5s;
}
.dot7 {
    animation-delay: 0s;
}
.dot8 {
    animation-delay: 0.3s;
}
.dot9 {
    animation-delay: 0.6s;
}
.dot10 {
    animation-delay: 0.9s;
}
.dot11 {
    animation-delay: 1.2s;
}
.dot12 {
    animation-delay: 1.5s;
}*/
.pulse-dot-bottom {
    fill: #0071ff;
    r: 5;
    animation: pulsebottom 1.5s ease-in-out infinite;
    transition: .4s ease;
}
@keyframes pulsebottom {
0% {
r: 2;
opacity: 0.1;
}
25% {
r: 3.5;
opacity: 0.5;
}
50% {
r: 5;
opacity: 1;
}
75% {
r: 3.5;
opacity: 0.5;
}
100% {
r: 2;
opacity: 0.1;
}
}
/* Workflow image SVG path animation End*/


.pam360pg-logossprite {
  background-image: url("../images/pam360-plartform-logos-sprite.png");
  background-repeat: no-repeat;
  display: block
}
.pamGartner {
  background-position: 22px 0px;
  background-size: 1070px;
  width: 156px;
  height: 33px;
}
.pamKuppingerCole {
  background-position: -99px 0px;
  background-size: 770px;
  width: 167px;
  height: 25px;
}
.recongnitions-sec {
  margin-bottom: -190px;
  display: block;
  position: relative;
}
.recongnitions-sec .container {
  max-width: 1140px;
  width: 98%;
  margin: 0 auto;
}
.recongnitions-sec h3 {
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin-top: 60px;
}
.Analystrec {
  display: flex;
  align-content: center;
  align-items: center;
  margin-top: 50px;
}
.analysts {
  flex: 0 0 45%;
  display: flex;
  background: #fff;
  margin: 0 auto;
  padding: 25px;
  border-radius: 20px;
  border: 2px solid #224d96;
}
.Analystrec .analysts:nth-child(1) .anl-logo figure img {
  width: 85%
}
.anl-logo {
  flex: 0 0 40%;
  align-items: center;
  display: flex;
}
.anl-logo figure {
  padding: 0;
}
.anl-cont {
  flex: 0 0 60%;
  text-align: left;
}
.anl-cont p {
  font-family: var(--primaryfont-semibold);
  font-size: 17px;
  padding-left: 20px;
  margin-bottom: 5px;
}
.anl-cont p:nth-child(2) a {
  text-decoration: underline;
  font-weight: bold;
  color: #ff1010;
}
.alinks {
  color: #f03a3b;
  text-decoration: underline;
  font-size: 18px;
  text-align: center;
  display: block;
  margin-top: 30px;
  font-family: var(--primaryfont-semibold);
  transition: all .2s ease-in-out;
}
.alinks:hover {
  transform: scale(1.1);
}
.trustedbysec {
  background: #f8f8f8;
  padding: 200px 0 100px 0;
}
.trustedbysec .container {
  overflow: hidden
}
.trustedbysec h3 {
  text-align: center;
}
.customerslogos-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*height: 50px;*/
    margin-top: 40px;
    display: flex;
    align-items: center;
}

/* ✅ ONLY this part moves */
.customerslogos {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: logoscroll linear infinite;
}
/* ✅ These are static overlays (no animation) */
.customerslogos-wrapper::before,
.customerslogos-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100px;
  height: 50px;
  pointer-events: none;
  z-index: 2;
}
.customerslogos-wrapper::before {
  left: 0;
  background: linear-gradient(90deg, #f8f8f8 70%, transparent 100%);
}
.customerslogos-wrapper::after {
  right: 0;
  background: linear-gradient(-90deg, #f8f8f8 70%, transparent 100%);
}
/* ✅ Keyframes for infinite scroll */
@keyframes logoscroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* PAM Customers Logos */
.pamcstmr-logo1 { background-position: -370px 0px; background-size: 1070px; width: 105px; height: 33px; display: inline-block;flex-shrink: 0;}
.pamcstmr-logo2 { background-position: -477px 0px; background-size: 1070px; width: 76px; height: 31px;display: inline-block;flex-shrink: 0;}
.pamcstmr-logo3 { background-position: -553px 0px; background-size: 1070px; width: 98px; height: 29px; display: inline-block;flex-shrink: 0;}
.pamcstmr-logo4 { background-position: -654px 0px; background-size: 1070px; width: 60px; height: 31px; display: inline-block;flex-shrink: 0;}
.pamcstmr-logo5 { background-position: -714px 0px; background-size: 1070px; width: 132px; height: 30px;display: inline-block;flex-shrink: 0;}
.pamcstmr-logo6 { background-position: -847px 0px; background-size: 1070px; width: 80px; height: 31px;display: inline-block;flex-shrink: 0;}

/* ✅ Responsive adjustments */
@media (max-width: 980px) {
  .customerslogos { gap: 2rem; animation-duration: 30s; }
	.customerslogos-wrapper::before, .customerslogos-wrapper::after {
  width: 50px;
  height: 50px;
}
}
@media (max-width: 600px) {
  .customerslogos { gap: 1.5rem; animation-duration: 35s; }
	.trustedbysec {
  background: #f8f8f8;
  padding: 120px 0 30px 0;
}
}


.pam360pg-icons {
  background-image: url("../images/pam360-plartform-icons-sprite.png");
  background-repeat: no-repeat;
  display: block;
  width: 300px;
  height: 300px;
}

.pamsecuritysec {
  padding: 0 0 100px 0;
}
.pamsecuritysec::before {
  content: '';
  position: absolute;
  left: 0px;
  height: 400px;
  width: 100%;
  background: #f8f8f8;
}

.pamsecuritycont {
  background: #e7f2fe;
  border-radius: 40px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 50px;
  text-align: center;
  box-shadow: 0 0 16px 2px #d6d6d6;
}
.pamsecuritycont h3 {}
.pamsecuritycont p {
  width: 90%;
  margin: 0 auto
}
.pamsecuritypoints {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.pamsecuritypoints div {
  width: 30%;
  margin: 30px 0;
}
.pamsecuritypoints div p {
  font-weight: bold;
}
.scuritypoint-icon1, .scuritypoint-icon2, .scuritypoint-icon3, .scuritypoint-icon4, .scuritypoint-icon5, .scuritypoint-icon6 {
  margin: 0 auto;
  background-size: 1200px;
}
.scuritypoint-icon1 {
  background-position: 15px 10px;
  width: 110px;
  height: 120px;
}
.scuritypoint-icon2 {
  background-position: -95px 10px;
  width: 96px;
  height: 120px;
}
.scuritypoint-icon3 {
  background-position: -188px 10px;
  width: 98px;
  height: 120px;
}
.scuritypoint-icon4 {
  background-position: -284px 10px;
  width: 100px;
  height: 120px;
}
.scuritypoint-icon5 {
  background-position: -379px 10px;
  width: 100px;
  height: 120px;
}
.scuritypoint-icon6 {
  background-position: -481px 10px;
  width: 77px;
  height: 120px;
}
.adaptive-security-sec {
  padding: 0 0 100px 0;
}
.adaptive-securitycont {
  display: flex;
}
.leftcolm {
  flex: 0 0 35%;
  padding-right: 5%;
  box-sizing: border-box;
}
.adpsec-sticky {
  position: sticky;
  top: 100px;
}
.leftcolm h2 {
  font-family: var(--primaryfont-bold);
  margin-top: 0;
}
.rightcolm {
  flex: 0 0 65%;
  padding: 0 40px 40px 40px;
  box-sizing: border-box;
}
.progressbar {
  width: 100%;
  height: 7px;
  background: linear-gradient(to bottom, #cccccc, #ffffff);
  border-radius: 5px;
  margin: 20px 0;
  position: relative;
  overflow-x: hidden;
}
.progressbar span {
  display: block;
  height: 100%;
  max-width: 0;
  background: linear-gradient(to right, #143371, #2a65e1);
  border-radius: 5px;
  transition: width 0.2s ease;
}
ul.adaptivelist {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.adaptivelist li {
  margin-bottom: 30px;
  position: relative;
}
ul.adaptivelist li .listtitle {
  font-family: sans-serif;
  font-size: 22px;
  font-weight: bold;
  padding-left: 45px;
  display: flex;
  margin-bottom: 10px;
}
span.icon-1, span.icon-2, span.icon-3, span.icon-4, span.icon-5, span.icon-6 {
  position: absolute;
  background-image: url('../images/pam360-plartform-icons-sprite.png');
  background-repeat: no-repeat;
  background-size: 450px;
  display: block;
  left: 0;
}
ul.adaptivelist li:nth-child(1) .listtitle span.icon-1 {
  background-position: -250px 5px;
  width: 35px;
  height: 50px;
  margin-right: 20px;
}
ul.adaptivelist li:nth-child(2) .listtitle span.icon-2 {
  background-position: -321px 5px;
  width: 35px;
  height: 50px;
  margin-right: 20px;
}
ul.adaptivelist li:nth-child(3) .listtitle span.icon-3 {
  background-position: -285px 5px;
  width: 36px;
  height: 50px;
  margin-right: 20px;
}
ul.adaptivelist li:nth-child(4) .listtitle span.icon-4 {
  background-position: -357px 5px;
  width: 35px;
  height: 50px;
  margin-right: 20px;
}
ul.adaptivelist li:nth-child(5) .listtitle span.icon-5 {
  background-position: -392px 5px;
  width: 25px;
  height: 50px;
  margin-left: 9px;
}
ul.adaptivelist li:nth-child(6) .listtitle span.icon-6 {
  background-position: -417px 5px;
  width: 35px;
  height: 50px;
  margin-right: 20px;
}
ul.adaptivelist li:nth-child(6) p:last-child {
  border-bottom: none;
}
ul.adaptivelist li p:nth-child(2) {
  font-size: 16px;
  margin-top: 0;
  margin-left: 50px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 35px;
}
.pam-strategy-sec {
  background: #e7f2fe;
  padding: 100px 0;
  text-align: center;
}
.pam-strategy-sec h2 {
  width: 80%;
  margin: 0 auto 30px auto
}
.pam-strategy-sec p.disc {
  width: 60%;
  margin: 0 auto 20px auto
}
.pam-strategy-boxs {
  width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
}
.pam-strategy-boxs .cards .contentbx {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  padding: 50px;
  margin: 15px;
  border-radius: 15px;
  text-align: left;
  min-height: 390px;
  /* Firefox */
  -moz-transition: all .5s ease-in;
  /* WebKit */
  -webkit-transition: all .5s ease-in;
  /* Opera */
  -o-transition: all .5s ease-in;
  /* Standard */
  transition: all .5s ease-in;
  box-shadow: 0 0 9px #cedded;
  transition: all .2s ease-in-out;
}
.pam-strategy-boxs .cards .contentbx:hover {
  background: linear-gradient(0deg, rgba(20, 51, 113, 1) 0%, rgba(42, 101, 225, 1) 100%);
  transform: scale(1.03);
}
.pam-strategy-boxs .cards .contentbx:hover h3, .pam-strategy-boxs .cards .contentbx:hover p {
  color: #fff;
}
.pam-strategy-boxs .cards .contentbx h3 {
  font-size: 20px;
  margin-top: 0;
}
.pam-strategy-boxs .cards .contentbx p {
  margin-bottom: 0;
  font-size: 15px;
}
.pam-strategy-ctas {
  display: flex;
  width: 600px;
  margin: 50px auto 0 auto;
  justify-content: space-evenly;
}
.pam-strategy-ctas a {
  text-decoration: none;
  font-size: 18px;
  font-family: var(--primaryfont-semibold);
  border-radius: 10px;
}
.pam-strategy-ctas a:nth-child(1) {
 
	
	background: #f03a3b;
  color: #fff;
  padding: 10px 40px;
  border: 2px solid #f03a3b;
  transition: all .2s ease-in-out;
	
}
.pam-strategy-ctas a:nth-child(1):hover {
	background: #d50809;
  color: #fff;
  border: 2px solid #d50809;
}
.pam-strategy-ctas a:nth-child(2) {
  background: none;
  color: #f03a3b;
  border: 2px solid #f03a3b;
  padding: 10px 40px;
  transition: all .2s ease-in-out;
}
.pam-strategy-ctas a:nth-child(2):hover {
  background: #f03a3b;
  color: #fff;
}
.pam-unprld-support {
  padding: 100px 0;
}
.pam-unprld-support h2 {
  text-align: center;
}
.pam-unprld-support .unprld-sprt-disc {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.pam-talktoeprts {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
    justify-content: space-evenly;
}
.pam-talktoeprts ul {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  flex-wrap: wrap;
}
.pam-talktoeprts ul li {
  flex: 0 0 13%;
  text-align: center;
  margin: 0 20px;
}
.icon-bx {
  background: #e7f2fe;
  border-radius: 15px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  transition: all .2s ease-in-out;
}
.icon-bx:hover {
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(231, 242, 254, 1) 100%);
  box-shadow: 0 0 5px #ccc;
}
.pam-talktoeprts ul li p {
  margin-top: 20px;
}
.tlkexpt-icon1, .tlkexpt-icon2, .tlkexpt-icon3, .tlkexpt-icon4, .tlkexpt-icon5, .tlkexpt-icon6 {
  background-image: url('../images/pam360-experts-numbers-icons.png');
  background-repeat: no-repeat;
  background-size: 550px;
  margin: 0 auto;
}
.tlkexpt-icon1 {
  background-position: 0 0;
  width: 60px;
  height: 60px;
}
.tlkexpt-icon2 {
  background-position: -61px 0;
  width: 60px;
  height: 60px;
}
.tlkexpt-icon3 {
  background-position: -121px 0;
  width: 58px;
  height: 60px;
}
.tlkexpt-icon4 {
  background-position: -179px 0;
  width: 58px;
  height: 60px;
}
.tlkexpt-icon5 {
  background-position: -237px 0;
  width: 56px;
  height: 60px;
}
.tlkexpt-icon6 {
  background-position: -293px 0;
  width: 60px;
  height: 60px;
}
.pam-promowithcustomr {
  background: #f5f5f5;
  padding: 100px 0
}
.pam-promowithcustomr h2 {
  text-align: center
}
.promowithcustomr {
  display: flex;
}
.promowithcustomr .colm:nth-child(1) {
  flex: 0 0 36%;
  margin: 20px;
}
.promowithcustomr .colm:nth-child(2) {
  flex: 0 0 56%;
  margin: 20px;
}
.pam-casestdy {
  background-image: url('../images/guatemala-case-study-cover.png');
  background-position: bottom;
  background-size: cover;
  border-radius: 20px;
  padding:85px 40px;
}
.pam-casestdy span {
  background: #edcb0c;
  border-radius: 5px;
  padding: 5px 17px;
  color: #2457c2;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
}
.pam-casestdy h3 {
  color: #fff;
  font-weight: bold;
  margin: 26px 0;
  font-size: 25px;
}
.pam-casestdy p {
  display: block;
  margin-bottom: 0;
}
.pam-casestdy p a {
  background: #f03c3b;
  border-radius: 7px;
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
  font-family: var(--primaryfont-semibold);
  font-size: 20px;
}
.pam-custmrtestimls {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
.qoutegray {
  background-image: url(https://www.manageengine.com/privileged-access-management/images/solution/gray-quote.png);
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: block;
  background-size: 50px;
  background-repeat: no-repeat;
}
.ratingstar {
  background-image: url(https://www.manageengine.com/privileged-access-management/images/5star-img.png);
  width: 100px;
  height: 25px;
  margin: 0 auto;
  display: block;
  background-size: 100px;
  background-repeat: no-repeat;
}
.gartnerdisc {
  background-image: url(https://www.manageengine.com/privileged-access-management/images/gartner-peer-insights-customer-quotes.png);
  display: block;
  background-size: 100%;
  margin: 10px auto 0 auto;
  background-repeat: no-repeat;
  height: 58px;
}
/*Testimonial Slider*/
.slider-container {
  max-width: 100%;
  margin: auto;
  position: relative;
}
.slides {
  position: relative;
  height: 100%;
}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  min-height: 160px;
}
.slide.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.slide img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.slide h4 {
  margin: 10px 0 5px;
  font-size: 14px;
}
.slide p {
  font-size: 17px;
  color: #000;
  width: 85%;
  margin: 0 auto 20px auto;
  font-weight: bold;
}
.dots {
  text-align: center;
  margin-top: 15px;
}
.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0px;
  background-color: #bbb;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s;
}
.dot.active {
  background-color: #333;
}
.pam-privacy {
  background: #fff;
  padding: 100px 0
}
.pam-privacy h2 {
  text-align: center
}
.pam-privacy .privacy-disc {
  width: 77%;
  margin: 0 auto;
  text-align: center;
}
.privacy-logos {
  display: flex;
  width: 60%;
  margin: 40px auto 0 auto;
  justify-content: space-between;
}
.privacy-logo1, .privacy-logo2, .privacy-logo3 {
  background-image: url('../images/pam360-privacy-logos-sprite.png');
  background-repeat: no-repeat;
  background-size: 500px;
  margin: 0 auto;
}
.privacy-logo1 {
  background-position: -118px 0;
  width: 182px;
  height: 95PX;
}
.privacy-logo2 {
  background-position: -311px 0;
  width: 182px;
  height: 95PX;
}
.privacy-logo3 {
  background-position: 1px 8px;
  width: 91px;
  height: 109PX;
  background-size: 400px;
}
.pam-privacy p a {
  font-size: 20px;
}
.pamprd-numbers {
  background: #143371;
  background: linear-gradient(0deg, rgba(20, 51, 113, 1) 0%, rgba(42, 101, 225, 1) 100%);
  padding: 80px 0;
}
.numbercont {
  display: flex;
  justify-content: space-between
}
.numbercont .colm {
  flex: 0 0 25%;
  text-align: center
}
.whitecircle {
  background: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all .2s ease-in-out;
}
.whitecircle:hover {
  box-shadow: 0 0 12px #fff;
}
.numbercont .colm h3 {
  color: #edcb0c;
  font-size: 30px;
  font-family: var(--primaryfont-bold);
  margin-top: 20px;
  margin-bottom: 0;
}
.numbercont .colm p {
  color: #fff;
  font-size: 18px;
  font-family: var(--primaryfont-semibold);
  margin: 0;
}
.numbricon1, .numbricon2, .numbricon3, .numbricon4 {
  background-image: url('../images/pam360-experts-numbers-icons.png');
  background-repeat: no-repeat;
  background-size: 600px;
  margin: 0 auto;
}
.numbricon1 {
  background-position: -385px 0;
  width: 55px;
  height: 63px;
}
.numbricon2 {
  background-position: -440px 0;
  width: 51px;
  height: 63px;
}
.numbricon3 {
  background-position: -491px 0;
  width: 57px;
  height: 63px;
}
.numbricon4 {
  background-position: -548px 0;
  width: 53px;
  height: 63px;
}
.pamformsec {
  display: flex
}
.pamformsec .leftcont {
  flex: 0 0 50%;
  background: #e7f2fe;
  justify-content: end;
  display: flex;
}
.pamformsec .rightcont {
  flex: 0 0 50%;
  background: #fff;
  justify-content: left;
  display: flex;
}
.getstart {
  width: 400px;
  padding: 100px 0;
  margin-right: 100px;
}
.getstart h2 {
  margin-top: 0px;
  margin-bottom: 50px;
}
.getstart h4 {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 70px;
}
.pamtel-links {
  margin-top: 10px;
}
.pamtel-links p {
  margin: 0 0 10px 0;
}
.pamtel-links p a {
  text-align: left;
  font-size: 16px;
  margin: 3px;
}
.pamtel-links p a.alinks:hover {
  transform: none;
}
.form-container {
  width: 450px;
  background: #fff;
  margin: 100px;
}
.formtitle {
  text-align: center;
  font-size: 18px;
  font-family: var(--primaryfont-semibold);
  width: 80%;
  margin: 0 auto;
}
.form-group {
  margin-bottom: 20px;
}
.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="number"], .form-group select, .form-group textarea {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Zoho_Puvi_Regular';
  color: #000;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  border-radius: 7px;
  min-height: 46px;
  letter-spacing: 0;
  height: auto;
}
.form-group input::placeholder {
  color: #000;
}
.trans-effect {
  border: 1px solid #000;
  transition: 0.4s;
  background: transparent;
}
.ffw-errmsg {
  display: none;
  color: red;
  font-size: 12px;
  margin-top: -20px;
  position: absolute;
  font-weight: 300;
  white-space: nowrap;
}
.ffw-errmsg {
  margin: 0;
}
.const-text {
  font-size: 12px;
  line-height: 1.4;
  color: #000;
  width: 70%;
  margin: 15px auto 0 auto;
  text-align: center;
}
.button-container {
  margin-top: 25px;
}
input#btnSubmit {
  background: #e9152b;
  color: #fff;
  cursor: pointer;
  outline: none;
  display: inline-block;
  padding: 15px 30px;
  font-size: 15px !important;
  font-weight: 600;
  border: 1px solid #e9152b;
  box-sizing: border-box;
  text-transform: uppercase;
  border-radius: 7px;
  width: 100%;
  margin: 0;
  height: auto;
}
div#meGDPRMessage {
  font-size: 13px;
  margin-top: 20px;
  color: #000;
}
#meGDPRMessage .checkmarkgdpr {
  background: #fff;
  height: 15px;
  width: 15px;
}
#meGDPRMessage .checkmarkgdpr.enableCheckgdpr::before {
  width: 5px;
  height: 10px;
}
.contfade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.contfade-in.contvisible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width:1336px) {
  .pam-strategy-ctas {
    width: 50%;
  }
}
@media (max-width:1280px) {
  .trustedbysec {
    background: #f8f8f8;
  }
  .pamsecuritycont {
    width: 90%;
  }
  .pam-strategy-boxs {
    width: 96%;
    margin: 0 auto;
  }
  .pam-strategy-boxs .cards {
    flex: 0 0 33%;
  }
	.pam-strategy-boxs .cards .contentbx{min-height: 510px;}
  .pam-talktoeprts {
    width: 90%;
  }
  .pam-talktoeprts ul li {
    flex: 0 0 13%;
  }
}
@media (max-width:1180px) {
	.bannerimg{background: none;}
	.bannercont h1{    width: 90%;}
  .bannercta {
    width: 60%;
  }
	.bannerimg img.mob-vrsn{display: block}
	.pam360-plartform {display: none}
	.pam-strategy-boxs .cards .contentbx{min-height: 385px;}
  .pam-talktoeprts {
    width: 93%;
  }
	
	
  .anl-logo {
    flex: 0 0 35%;
    align-items: center;
    display: flex;
  }
  .anl-cont {
    flex: 0 0 65%;
    text-align: left;
  }
  .pamGartner {
    background-position: 4px 0px;
    background-size: 950px;
    width: 120px;
    height: 33px;
  }
  .pamKuppingerCole {
    background-position: -99px 0px;
    background-size: 700px;
    width: 143px;
    height: 25px;
  }
  .trustedbysec {
    background: #f8f8f8;
  }
  .customerslogos {
    width: 96%;
  }
  .pamsecuritycont {
    width: 90%;
  }
  .container {
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
  }
  .pam-unprld-support h2 {
    text-align: center;
    width: 80%;
    margin: 0 auto 30px auto;
  }
  .pam-strategy-boxs .cards .contentbx {
    padding: 30px
  }
  .pam-casestdy h3 {
    font-size: 25px;
  }
  .getstart {
    width: 380px;
    padding: 100px 0;
    margin-right: 80px;
  }
  .form-container {
    width: 380px;
    background: #fff;
    margin: 80px;
  }
  .const-text {
    width: 80%;
  }
}
@media (max-width:1080px) {
  .bannercont h1 {
    width: 92%;
    font-size: 45px;
  }
  .bannercont p.tagline {
    font-size: 18px !important;
    width: 95%;
  }
  h2 {
    font-size: 30px !important;
  }
  ul.adaptivelist li .listtitle {
    font-size: 20px;
  }
  .anl-cont p {
    font-size: 14px;
  }
  .pamsecuritycont {
  }
  .leftcolm h2 {
    font-size: 35px;
  }
	.pam-strategy-boxs{ grid-template-columns: repeat(2, 1fr);}
	.pam-strategy-boxs .cards .contentbx{min-height: 270px;}
  .pam-strategy-ctas {
    width: 60%;
  }
  .pam-talktoeprts {
    width: 80%;
  }
  .pam-talktoeprts ul li {
    flex: 0 0 30%;
    margin: 20px 0;
  }
  .pamformsec {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .pamformsec .leftcont {
    flex: 0 0 50%;
    background: #e7f2fe;
    justify-content: end;
    display: flex;
  }
  .getstart {
    width: auto;
    padding: 100px 50px;
    margin-right: 0;
  }
  .pamformsec .rightcont {
    flex: 0 0 50%;
    background: #fff;
    justify-content: left;
    display: flex;
  }
  .form-container {
    width: auto;
    background: #fff;
    padding: 100px 80px;
    margin: 0;
  }
}
@media (max-width:980px) {
  .bannercont h1 {
    width: 100%;
    font-size: 45px;
  }
  .bannercont p.tagline {
    font-size: 18px !important;
    width: 100%;
  }
  .bannercta {
    width: 80%;
  }
  .recongnitions-sec .container {
    max-width: 100%;
    width: 98%;
    margin: 0 auto;
  }
  .analysts {
    flex-wrap: wrap;
  }
  .anl-logo {
    flex: 0 0 100%;
  }
  .anl-cont {
    flex: 0 0 100%;
  }
  .anl-cont p {
    padding-left: 0;
  }
  .pamGartner {
    background-position: 0px 0px;
    background-size: 950px;
    width: 118px;
    height: 33px;
  }
  .anl-cont p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .pamKuppingerCole {
    background-position: -91px 0px;
    background-size: 700px;
    width: 150px;
    height: 25px;
  }
  .customerslogos {
    width: 100%;
    margin-bottom: 50px;
  }
  .adaptive-securitycont {
    display: flex;
    flex-wrap: wrap;
  }
  .leftcolm {
    flex: 0 0 100%;
    padding-right: 0;
    box-sizing: border-box;
  }
  .progressbar {
    margin: 30px 0;
  }
  .rightcolm {
    flex: 0 0 100%;
    padding: 40px 0 0 0;
    box-sizing: border-box;
  }
  ul.adaptivelist li:last-child {
    margin-bottom: 0px;
  }
  ul.adaptivelist li:last-child p:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .pam-strategy-boxs{ grid-template-columns: repeat(1, 1fr);}
	.pam-strategy-boxs .cards .contentbx{min-height: auto;}
  .pam-strategy-sec p.disc {
    width: 100%;
    margin: 0 auto 30px auto;
  }
  .pam-strategy-ctas {
    width: 80%;
  }
  .pam-unprld-support .unprld-sprt-disc {
    width: 100%;
  }
  .promowithcustomr {
    display: flex;
    flex-wrap: wrap;
  }
  .promowithcustomr .colm:nth-child(1) {
    flex: 0 0 76%;
    margin: 20px auto;
  }
  .promowithcustomr .colm:nth-child(2) {
    flex: 0 0 100%;
    margin: 20px auto;
  }
  .slide {
    min-height: 200px;
  }
  .privacy-logos {
    flex-wrap: wrap;
  }
  .numbercont {
    flex-wrap: wrap;
  }
  .numbercont .colm {
    flex: 0 0 50%;
    margin: 40px 0;
  }
  .pamformsec {
    flex-wrap: wrap;
  }
  .pamformsec .leftcont {
    flex: 0 0 100%;
  }
  .pamformsec .rightcont {
    flex: 0 0 100%;
  }
  .form-container {
    width: 600px;
    margin: 0 auto;
  }
}
@media (max-width:600px) {
  .pam360-banner-wrap {
    padding: 60px 0
  }
  .bannercont h1 {
    font-size: 35px;
  }
	h2 {
    font-size: 25px !important;
  }
	.recongnitions-sec h3 {
		font-size: 22px;}
  .bannercont p.tagline {
    font-size: 15px !important;
    width: 100%;
  }
  .bannercta {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .bannercta a {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .Analystrec {
    flex-wrap: wrap;
  }
  .analysts {
    margin: 0 auto 30px auto;
    flex: 0 0 100%;
  }
  .pamcstmr-logo1, .pamcstmr-logo2, .pamcstmr-logo3, .pamcstmr-logo4, .pamcstmr-logo5, .pamcstmr-logo6 {
    margin: 20px 30px;
  }
  .customerslogos {
    width: 100%;
    display: flex;
  }

  .pamsecuritycont {
    padding: 30px 30px 50px 30px;
  }
  .pamsecuritypoints div {
    width: 100%;
    margin: 30px 0;
  }
  .pamsecuritypoints div p span {
    display: none;
  }
  .leftcolm h2 {
    margin-top: 30px;
  }
  .adaptive-security-sec {
    padding: 0 0 50px 0;
  }
	ul.adaptivelist li .listtitle {
    font-size: 18px;
  }
	ul.adaptivelist li p:nth-child(2){padding-bottom: 20px;}
	ul.adaptivelist li {margin-bottom: 20px;}
  .pam-strategy-sec {
    padding: 50px 0;
  }
  .pam-strategy-sec h2 {
    width: 100%;
  }
	.pam-strategy-boxs .cards .contentbx h3 {
  font-size: 17px;
}
  .pam-strategy-boxs {
    width: 100%;
    margin: 0 auto;
  }
  .pam-strategy-boxs .cards {
    flex: 0 0 100%;
  }
  .pam-strategy-boxs .cards .contentbx {
    min-height: auto;
  }
  .pam-strategy-ctas {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .pam-strategy-ctas a {
    display: block;
    margin-bottom: 20px;
    width: 90%;
  }
  .pam-unprld-support {
    padding: 50px 0;
  }
  .pam-unprld-support h2 {
    text-align: center;
    width: 100%;
    margin: 0 auto 30px auto;
  }
  .pam-talktoeprts ul {
    margin-top: 50px;
  }
  .pam-talktoeprts ul li {
    flex: 0 0 100%;
    margin: 0 0 20px 0;
  }
  .pam-talktoeprts ul li p span {
    display: none
  }
	.promowithcustomr .colm:nth-child(1) {
    flex: 0 0 100%;
    margin: 20px auto;
  }
  .pam-casestdy {
    padding: 50px;
  }
  .pam-promowithcustomr {
    padding: 50px 0;
  }
  .slide {
    min-height: 260px;
  }
  .pam-privacy {
    padding: 50px 0;
  }
  .privacy-logo1, .privacy-logo2, .privacy-logo3 {
    margin: 0 auto 30px auto;
  }
  .pamprd-numbers {
    padding: 50px 0;
  }
  .numbercont .colm {
    flex: 0 0 100%;
    margin: 40px 0;
  }
  .getstart {
    width: auto;
    padding: 60px 30px;
    margin-right: 0;
  }
  .formtitle {
    width: 100%;
  }
  .form-container {
    width: 98%;
    margin: 0 auto;
    padding: 60px 20px;
  }
  #meGDPRMessage {
    width: 98%;
  }
  .const-text {
    width: 100%;
  }
}