@import url(ionicons.min.css);

@font-face {
  src: url(../fonts/OpenSans-Light.TTF);
  font-family: OpenSans-Light;
  font-display: swap;
}

@font-face {
  src: url(../fonts/OpenSans-Regular.ttf);
  font-family: OpenSans-Regular;
  font-display: swap;
}

@font-face {
  src: url(../fonts/OpenSans-SemiBold.TTF);
  font-family: OpenSans-SemiBold;
  font-display: swap;
}

@font-face {
  src: url(../fonts/OpenSans-Bold.TTF);
  font-family: OpenSans-Bold;
  font-display: swap;
}

@font-face {
  src: url(../fonts/OpenSans-ExtraBold.TTF);
  font-family: OpenSans-ExtBold;
  font-display: swap;
}

@font-face {
  src: url(../fonts/Brandon-Medium.OTF);
  font-family: Brandon-Medium;
  font-display: swap;
}

@font-face {
  src: url(../fonts/Brandon-Regular.OTF);
  font-family: Brandon-Regular;
  font-display: swap;
}

@font-face {
  src: url(../fonts/Brandon-Bold.OTF);
  font-family: Brandon-Bold;
  font-display: swap;
}

@font-face {
  src: url(../fonts/Brandon-Black.OTF);
  font-family: Brandon-Black;
  font-display: swap;
}

.btn-primary,
.btn-secondary,
.second-nav span.category-title,
h1,
h2,
h3,
h4,
h5 {
  font-family: Brandon-Medium;
}

.navbar {
  padding: 0 !important;
}

.demo_btn {
  background: linear-gradient(90deg, #00d1cf 0%, #0099c4 100%);
  color: #ffffff;
  border: none;
  padding: 7px 20px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0.7px 3px #8b8b8b;
  align-content: center;
  margin-left: 7px;
  color: #ffffff;
  align-items: center;
  height: 40px;
}

a {
  text-decoration: none;
}

a:hover {
  color: #fff;
}

@media all and (max-width: 950px) {
  .mega-level-2 figcaption span {
    font-size: 11px;
  }

  .mobile-menu-trigger {
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    position: relative;
    background: #fff;
    border: 0;
  }

  .mobile-menu-header {
    order: -1;
    background: #fafafa;
    padding: 10px 0;
  }

  .mobile-menu-header a {
    padding: 10px 20px;
    color: #547079;
    font-size: 13px;
    font-family: OpenSans-SemiBold;
    visibility: visible;
  }

  .menu-bar:hover,
  .menu-bar>li>[aria-haspopup="true"]~ul:hover,
  .mobile-menu-back-link:focus .mobile-menu-trigger~ul,
  .mobile-menu-trigger:focus~ul {
    left: 0;
  }

  .menu-bar {
    flex-direction: column;
    position: fixed;
    top: 0;
    left: -110%;
    height: 100vh;
    width: 350px;
    max-width: 95%;
    overflow-x: hidden;
    transition: left 0.3s;
    box-shadow: 4px 0 30px 0 rgb(0 0 0 / 40%);
    justify-content: flex-start;
    z-index: 999;
  }

  .menu-bar>li>[aria-haspopup="true"]~ul>li:nth-child(2)>[aria-haspopup="true"] {
    border-bottom: none;
  }

  .menu-bar>li>[aria-haspopup="true"]~ul>li>[aria-haspopup="true"]~ul>li>[aria-haspopup="true"]~ul a {
    padding-left: 80px;
  }

  .menu-bar>li>[aria-haspopup="true"]~ul [aria-haspopup="true"]:focus:after {
    content: "\f208";
  }

  .mega-menu-content {
    padding: 20px 25px;
  }

  .menu-bar>li>[aria-haspopup="true"]~ul [aria-haspopup="true"]:focus~ul {
    max-height: 500px;
    animation: 0.3s forwards dropdown;
  }

  .menu-bar>li>[aria-haspopup="true"]~ul li:hover>[aria-haspopup="true"]~ul {
    max-height: 562px;
    transform: scaleY(1);
    background: #fafafa;
    padding: 10px 0 20px;
    overflow-y: auto;
  }

  .menu-bar>li:hover~.mobile-menu-header a {
    visibility: hidden;
  }
}

.menu,
.menu>ul {
  width: 100%;
}

@media all and (max-width: 950px) and (hover: none) {}


.scrolls {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.scrolls::-webkit-scrollbar {
  display: none;
  width: none;
  height: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrolls::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 20px;
  display: none;
}

.scrolls::-webkit-scrollbar-thumb {
  background: linear-gradient(to top, #0370ae 0, #025686 90%, #013c5e 100%);
  border-radius: 20px;
  display: none;
}

.plm-banner-text {
  padding: 20px 0 70px;
}

.inner-banner {
  background: #f1fafb;
  padding-top: 34px;
  padding-bottom: 35px;
}

.btn-primary,
.index-banner .btn-primary,
.theme-bg .btn-primary {
  background-image: linear-gradient(to bottom left,
      #eea849,
      #f46b45) !important;
  box-shadow: 3px 4px 10px 2px rgba(239, 166, 74, 0.2);
}

.inner-banner h1 {
  margin: 20px 0 30px;
  font-family: Brandon-Bold;
  font-size: 60px;
  line-height: 68px;
}

h1 {
  font-size: 47px;
}

h1,
h2,
h3,
h4,
h5 {
  font-style: normal;
}

.plm-home .plm-banner-text p {
  color: #252734;
  width: 360px;
  font-size: 16px;
}

.index-banner span,
.inner-banner span {
  font-size: 16px;
}

.inner-banner .btn-primary {
  margin-top: 30px;
  display: inline-block;
}

.index-banner .btn-primary,
.theme-bg .btn-primary {
  padding: 10px 15px;
  color: #fff;
}

.inner-banner figure {
  position: relative;
  z-index: 1;
}

.btn-primary {
  border: none;
  padding: 10px 45px;
  border-radius: 5px;
  font-size: 18px;
}

.plm-home {
  background-size: cover;
  background-image: url(../images/Vector.svg);
  /* min-height: 750px; */
  background-repeat: no-repeat;
  width: 100%;
}

/****** banner section *******/
.banner-section h1,.banner-section h2 {
  color: #fff;
  font-family: Brandon-Bold;
}

.banner-section p {
  color: #fff;
  margin: 30px 0 50px;
}

.banner-section .whitepaper-text {
  color: #fff;
  margin: 30px 0 10px;
}

.banner-section {
  padding: 115px 0 190px;
}

@media only screen and (max-device-width: 1366px) {

  /* .plm-home{min-height: 660px;} */
  .banner-section {
    padding: 75px 0 150px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

  /* .plm-home {min-height: 600px;} */
  .banner-section {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 767px) {
  .banner-section h1,.banner-section h2 {
    font-size: 35px;
  }

  .banner-section .press-release-heading h1 {
    font-size: 30px;
  }

  .banner-section p {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .plm-home {
    background-size: cover;
    background-image: url(../images/mobile-bg.png);
    min-height: auto;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center center;
  }

  .banner-section {
    padding: 100px 0 150px;
  }
}

/****** banner section *******/

/***** banner button ***/

.button--calypso {
  overflow: hidden;
  position: relative;
}

.button--calypso span {
  display: block;
  position: relative;
  color: #fff;
  /* z-index: 10; */
}

.button--calypso:hover span {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
  color: #f18747;
}

@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}

@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.button--calypso::before {
  content: "";
  background: #fff;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  position: absolute;
}

.button--calypso:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--calypso::after {
  content: "";
  background: #000;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--calypso:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.3s;
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  .whitepaper-section .whitepaper-buttons .btn-primary:hover {
    background: #efa64a !important;
  }

  .whitepaper-section .whitepaper-buttons .btn-primary:hover span {
    color: #fff;
  }

  .whitepaper-buttons .button--calypso:hover::before {
    transform: none;
    display: none;
  }
}

/***** banner button ***/

/***** whitepaper section ***/

.whitepaper-section {
  padding: 30px 0;
}

.whitepaper-section .title-heading {
  font-family: Brandon-Bold;
  color: #5d5d5f;
  line-height: 1.2;
  text-align: center;
  font-size: 47px;
}

.whitepaper-section .whitepaper-tile {
  position: relative;
  display: flex;
  background: #f5f5f5;
  border-radius: 30px;
  padding: 50px;
  overflow: hidden;
  margin-top: 60px !important;
}

.whitepaper-section .whitepaper-tile h2 {
  font-family: "Brandon-Bold";
  font-size: 35px;
  line-height: 1.3;
  color: #111111db;
}

.whitepaper-section .whitepaper-tile p {
  color: #5d5d5f;
  font-size: 15px;
  width: 480px;
  padding: 20px 0;
  margin-bottom: 50px;
}

.whitepaper-section .whitepaper-tile .btn-primary {
  color: #fff;
  padding: 10px 25px;
}

.whitepaper-section .whitepaper-buttons .btn-primary {
  color: #fff;
  padding: 10px 25px;
  text-decoration: none;
  cursor: pointer;
}

.whitepaper-section .whitepaper-buttons {
  margin-top: 70px !important;
}

.whitepaper-section .whitepaper-tile .btn-primary svg {
  margin-left: 20px;
}

.whitepaper-section .whitepaper-tile a.btn-primary:hover {
  color: #fff;
}

.whitepaper-section .whitepaper-tile .whitepaper-image {
  display: flex;
  align-items: center;
  column-gap: 50px;
}

.whitepaper-section .whitepaper-tile .hover-img {
  position: absolute;
  bottom: -5%;
  right: 3%;
  transform: translate(40%, 40%);
  width: 150px;
  height: 250px;
  opacity: 0;
  transition: all 0.6s;
}

.whitepaper-section .whitepaper-tile:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.whitepaper-section .whitepaper-tile:hover .hover-img {
  width: 20%;
  opacity: 1;
  bottom: 17%;
  right: 6%;
}

/* .animate__animated.animate__zoomIn.animate__slow {
  background-image: url("../images/0_PressReleaseListingPage.webp");
} */
/* .animate__animated.animate__zoomIn.animate__slow {
  background-image: url(../images/0_PressReleaseListingPage.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;
  height: 545px;
} */
.bannerImg {
  width: 100%;
  object-fit: contain;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .whitepaper-section .whitepaper-tile p {
    width: auto;
  }

  .whitepaper-section .whitepaper-tile:hover .hover-img {
    bottom: 0%;
    width: 25%;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .whitepaper-section .whitepaper-tile:hover .hover-img {
    bottom: 12%;
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .whitepaper-section .whitepaper-tile {
    margin-bottom: 60px;
    padding: 40px 20px 40px 20px;
    margin-top: 0;
  }

  .whitepaper-section .whitepaper-tile:hover .hover-img {
    display: none;
  }

  .whitepaper-section .whitepaper-tile h2 {
    font-family: "Brandon-Bold";
    font-size: 28px;
    line-height: 1.2;
    color: #111111db;
    margin-top: 30px;
  }

  .whitepaper-section .whitepaper-buttons {
    margin-top: 30px;
  }

  .whitepaper-section .whitepaper-tile p {
    width: auto;
  }
}

/***** whitepaper section ***/

/** footer **/
.countries,
footer {
  border-top: 1px solid #b5b5b5;
}

footer a.bottom-logo {
  max-width: 150px;
  display: block;
}

footer p {
  display: block;
  /* font-size: 11px; */
  color: #4b4b4b;
  margin-top: 10px;
}

.social li i img,
.social li i svg,
footer a.bottom-logo svg {
  max-width: 100%;
}

.social {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  height: 55px;
  column-gap: 12px;
}

.social li {
  display: inline-block;
  text-align: center;
}

.social li a {
  padding: 2px;
}

.social li i {
  width: 25px;
  display: inline-block;
}

.facebook svg,
.instagram svg,
.linkedin svg,
.twitter svg {
  width: 20px;
}

.youtube svg {
  width: 25px;
}

.social li a:hover i.facebook svg path,
.social li a:hover i.instagram svg path,
.social li a:hover i.linkedin svg path,
.social li a:hover i.twitter svg path {
  fill: #efa64a;
  transition: 0.4s ease-in-out;
}

.social li a:hover i.youtube svg path {
  fill: #efa64a;
}

.bottom-links li.column {
  padding-left: 2rem;
  border-left: 1px solid #b5b5b5;
}

.bottom-links li.column:first-child,
.bottom-links li.column:nth-child(2) {
  width: 22%;
  border-left: none;
}

.bottom-links li.column:nth-child(3) {
  width: 58%;
  padding-left: 2rem;
}

.bottom-links li.column:nth-child(4) {
  width: 30%;
  padding-left: 2rem;
}

.bottom-links li span.title-links {
  display: block;
  font-family: OpenSans-Bold;
  font-size: 17px;
  color: #252734;
}

.bottom-links li ul {
  padding: 0;
  margin-top: 16px;
}

.bottom-links li:nth-child(32) div {
  display: block;
  width: 100%;
}

.bottom-links li:nth-child(3) div ul {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.bottom-links li ul li a {
  list-style-type: none;
  color: #252734;
  font-size: 12px;
  font-family: OpenSans-Regular;
  transition: 0.4s ease-in-out;
}

.bottom-links li ul li a:hover {
  color: #efa64a;
  padding-left: 2px;
}

.bottom-links li div ul li.title-links {
  text-transform: uppercase;
  display: block;
  font-family: OpenSans-SemiBold;
  font-size: 14px;
  color: #3cbbc9;
}

.countries {
  border-bottom: 1px solid #b5b5b5;
  padding: 22px 0;
  margin: 0;
}

.countries ul {
  display: block;
  text-align: center;
  margin: 0;
}

.countries ul li a {
  color: #4a444a;
}

.countries ul li {
  display: inline-block;
  color: #4b4b4b;
  padding: 0 20px;
  font-family: OpenSans-Regular;
  font-size: 12px;
}

.copyright {
  padding: 10px 0;
}

.customers-logos,
.wfx-tabs {
  padding-top: 70px;
}

.copyright a,
.countries ul li a {
  transition: 0.4s ease-in-out;
}

.copyright a:hover,
.countries ul li a:hover {
  color: #efa64a;
}

.copyright span,
.copyright span a {
  color: #4b4b4b;
  font-size: 10px;
}

.copyright .terms {
  display: block;
  text-align: right;
}

.copyright .terms a {
  display: inline-block;
  padding-left: 20px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
  .social {
    justify-content: center;
  }

  .company-column {
    text-align: center;
    margin-bottom: 20px;
  }
}

/** footer **/

.newsletter-bg {
  background: url(../images/newsletter-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 60px 0 0px;
}

.newsletter-bg .perspective-section {
  display: flex;
  align-items: center;
  column-gap: 50px;
  padding: 50px;
  justify-content: center;
}

.newsletter-bg .perspective-section h3 {
  font-size: 33px;
  font-family: "Brandon-Bold";
}

.newsletter-bg .perspective-section p {
  font-size: 18px;
  padding: 0;
}

.newsletter-bg .perspective-section .form-control {
  width: 90%;
  background: transparent;
  border: 1px solid #252734;
  padding: 12px 20px;
  color: #252734 !important;
}

.newsletter-bg .perspective-section input {
  color: #252734 !important;
}

.newsletter-bg .perspective-section .subscribe-btn {
  background: #252734;
  color: #fff;
  width: 90%;
  padding: 13px;
  margin-top: 20px;
  border-radius: 0.375rem;
  margin-bottom: 20px;
}

.newsletter-bg .perspective-section .button--calypso::before {
  top: -180%;
}

.newsletter-bg .button--calypso:hover span {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
  color: #252734;
}

.newsletter-bg .button--calypso span {
  font-weight: 600;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .newsletter-bg .perspective-section {
    padding: 50px 20px;
  }

  .newsletter-bg .perspective-section h3 {
    font-size: 30px;
  }

  .newsletter-bg .perspective-section .form-control,
  .newsletter-bg .perspective-section .subscribe-btn {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter-bg .perspective-section {
    padding: 30px;
  }

  .newsletter-bg .perspective-section h3 {
    font-size: 27px;
  }

  .newsletter-bg .perspective-section p {
    font-size: 14px;
    padding: 12px 0;
  }

  .newsletter-bg .perspective-section .form-control,
  .newsletter-bg .perspective-section .subscribe-btn {
    width: 100%;
  }
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #252734;
}

::placeholder {
  color: #252734 !important;
}

/****** newsletter ******/

/***** whitepaper internal bg ****/

.whitepaper-home {
  background-size: cover;
  background-image: url(../images/bg.svg);
  /* min-height: 750px; */
  background-repeat: no-repeat;
  width: 100%;
}

.whitepaper-home .banner-section {
  padding: 75px 0 65px;
}

.whitepaper-home .dot-1 {
  position: absolute;
  left: 0px;
  top: 20%;
}

.whitepaper-home .dot-2 {
  position: absolute;
  left: 20px;
}

@media only screen and (max-width: 767px) {
  .whitepaper-home {
    min-height: 435px;
  }

  .newsletter-bg {
    margin-top: 12%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .whitepaper-home img {
    display: none;
  }

  .whitepaper-home {
    min-height: 420px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .whitepaper-home img {
    display: block;
  }

  .whitepaper-home .dot-1 {
    position: absolute;
    left: 0px;
  }

  .whitepaper-home .dot-2 {
    position: absolute;
    left: 45px;
  }

  /* .newsletter-bg{margin: 30px 0 80px;} */
}

.sign-up-form h2 {
  margin-bottom: 40px;
  color: #fff;
}

.sign-up-form input[type="checkbox"] {
  vertical-align: middle;
  position: absolute;
  left: 5px;
  top: 3px;
}

.sign-up-form h3 {
  margin-bottom: 24px;
  color: #252734;
  font-family: "Brandon-Bold";
}

.sign-up-form {
  position: relative;
}

.sign-up-form form {
  padding: 30px;
  border-radius: 24px;
  background: #fff;
  box-shadow: -6px 102px 41px rgba(0, 0, 0, 0.01),
    -3px 58px 35px rgba(0, 0, 0, 0.05), -1px 26px 26px rgba(0, 0, 0, 0.09);
  margin-top: 30px;
  position: absolute;
  top: -15px;
  left: 25px;
}

.sign-up-form form .form-group {
  margin-bottom: 16px;
}

.sign-up-form form .form-group .form-control {
  border-radius: 12px;
  background: var(--Grey-10, #f7f7f7);
  padding: 10px 16px;
  border: none;
}

.sign-up-form form .button-grp button {
  width: 100%;
  margin-bottom: 8px;
}

.orange-btn {
  background: linear-gradient(94deg, #efa449 35.06%, #f37245 105.75%);
  color: #fff;
  font-size: 13px;
  line-height: 32px;
  /* padding: 8px 0; */
  border-radius: 8px;
  border: none;
  width: 180px;
}

:focus-visible {
  outline: 0;
}

.sign-up-form form .form-group .form-control::-moz-placeholder {
  color: #8690af;
  font-size: 14px;
}

.sign-up-form form .form-group .form-control::placeholder {
  color: #8690af;
  font-size: 14px;
}

.sign-up-form form .form-group textarea::-moz-placeholder {
  color: #8690af;
  font-size: 14px;
}

.sign-up-form form .form-group textarea::placeholder {
  color: #8690af;
  font-size: 14px;
}

.sign-up-form form .button-grp button {
  width: 100%;
  margin-bottom: 8px;
}

.sign-up-form form p {
  font-size: 12px;
  color: #4a4a4a;
  margin: 20px 0 30px 25px;
}

@media only screen and (max-width: 768px) {
  .sign-up-form form {
    left: 0;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .sign-up-form h3 {
    font-size: 25px;
  }

  .sign-up-form form p {
    font-size: 12px;
    margin: 10px 0 30px 25px;
  }

  .sign-up-form form {
    left: 55px;
  }
}

.whitepaper-detail li svg {
  margin-right: 10px;
  height: 16px;
  width: 16px;
}

.whitepaper-detail li {
  color: #4a4a4a;
  list-style: none;
  font-size: 16px;
  display: flex;
  line-height: 27px;
  margin-bottom: 20px;
}

.whitepaper-detail {
  margin-top: 130px;
}

.whitepaper-detail ul {
  padding: 0;
  padding-right: 45px;
}

.whitepaper-detail .whitepaper-heading {
  color: #4e546e;
  font-size: 30px;
  font-family: "Brandon-Bold";
  line-height: 35px;
}

.whitepaper-detail p {
  padding: 20px 0;
}

.whitepaper-detail iframe {
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 768px) {
  .whitepaper-detail {
    margin-top: 65%;
  }

  .whitepaper-detail iframe {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }

  .whitepaper-detail ul {
    padding: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .whitepaper-detail {
    margin-top: 30%;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  /* .whitepaper-detail {
        margin-top: 25%;
    } */

  .whitepaper-detail .whitepaper-heading {
    font-size: 25px;
  }
}

.navbar-brand {
  margin-right: 0;
}

/***** press release ****/

/**** key module dropdown section **/

.press-release-section h2 {
  color: rgba(17, 17, 17, 0.69);
  font-size: 21px;
  padding: 25px 0 15px;
  margin-bottom: 0;
}

.press-release-section p {
  color: #6f6f6f;
  font-size: 13px;
  min-height: 97px;
  margin-bottom: 0;
}

.press-release-section .press-card {
  background: #fff;
  padding: 16px;
  border-radius: 20px;
  margin: 5px;
  margin-bottom: 45px;
  cursor: pointer;
}

.modal-content .erp-buyer-guide-content h2 {
  line-height: 45px;
  margin-bottom: 20px;
}

.press-release-section .press-card:hover {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072);
  transition: 0.6s;
}

#guide-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-primary.btn.demo_btn{
  background: linear-gradient(90deg, #00d1cf 0%, #0099c4 100%) !important;
}

.press-release-section .gBorder1 {
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #eea849 0%, #f46b45 100%);
  color: #f46b45;
  padding: 5px 25px;
  font-size: 15px;
  margin: 15px 0 10px;
}

:not(.btn-check)+.btn:active,
.press-release-section .gBorder1:hover {
  background: #f46b45;
  color: #fff;
}

.tab-box {
  display: flex;
  justify-content: right;
  margin-bottom: 35px;
  margin-top: 20px;
  padding-right: 20px;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: "Open Sans", sans-serif !important;
  width: 12%;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: white;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 17px;
  right: 13px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 10px;
}

/*style the items (options), including the selected item:*/
.select-selected {
  color: #fff;
  padding: 8px 16px;
  border: 0;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
  background: linear-gradient(135.09deg, #00d1cf 8.97%, #0099c4 108.17%);
  font-size: 14px;
}

.select-items div {
  color: #4a4a4a;
  padding: 8px 16px;
  border: 0;
  cursor: pointer;
  user-select: none;
  background: #fff;
  box-shadow: 0 5px 7px 4px rgb(0 0 0 / 4%);
  font-size: 14px;
  font-family: "Open Sans", sans-serif !important;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #f5f5f5;
}

#guide-text {
  font-size: 15px;
  white-space: nowrap;
  align-items: center;
  gap: 4px;
}

@media only screen and (max-width: 768px) {
  .custom-select {
    width: 50%;
  }

  #guide-text {
    font-size: 15px;
    align-items: flex-start;
    text-align: center;
    white-space: normal;
  }

  .select-selected {
    font-size: 16px;
  }

  .press-release-section .press-card img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 1366px) {
  .press-release-section p {
    min-height: 117px;
  }

  .press-release-section h2 {
    min-height: 115px;
  }

  .press-release-banner {
    padding: 110px 0 150px;
  }

  .press-release-banner h1 {
    font-size: 44px;
  }
}

/**** key module dropdown section **/

.press-release-bg {
  background-size: cover;
  background-image: url(../images/Blue-Gradient.svg);
  background-repeat: no-repeat;
  width: 100%;
  padding: 0px 0 60px;
}

.readmore {
  padding: 10px 35px !important;
}

.plm-home.press-release {
  background-size: cover;
  background-image: url(../images/press-release-bg.svg);
  /* min-height: 750px; */
  background-repeat: no-repeat;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .press-release-bg {
    background-size: cover;
    background-image: url(../images/press-bg.svg) !important;
    /* min-height: 750px; */
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 0;
  }
}

.email-error-msg {
  color: red !important;
  text-align: left !important;
  display: block;
  font-size: 11px;
  margin-top: 3px;
  font-weight: 600;
  margin-left: 5px;
}