@keyframes showHide {
  0%,
  25% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

@keyframes showModal {
  from {
    margin-top: 300px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}

.single-product .contentSwitcher {
  display: flex;
  background: #211057;
  color: #e2ebfd;
  width: fit-content;
  padding: calc(4 / 1440 * 100vw);
  border-radius: calc(48 / 1440 * 100vw);
  margin-bottom: calc(6 / 1440 * 100vw);
}

.single-product .contentSwitcher > div {
  font-weight: 510;
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  padding: calc(8 / 1440 * 100vw);
  border-radius: calc(40 / 1440 * 100vw);
  cursor: pointer;
}

.single-product .contentSwitcher > div.active {
  color: #211057;
  background-color: #e2ebfd;
}

.single-product .contentSwitch.textSwitch {
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}

.single-product .contentSwitch.bannerSwitch {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.single-product .contentSwitch.containerSwitch {
  display: block;
}

.single-product .contentSwitch.textSwitch:not(.active) {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}

.single-product .contentSwitch.bannerSwitch:not(.active) {
  opacity: 0;
  visibility: hidden;
}

.single-product .contentSwitch.containerSwitch:not(.active) {
  display: none;
}

.single-product .toast-message,
.single-product div.chat-fc-form-outer {
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.single-product .chat-fc-form-outer div.fc-form {
  padding: 20px;
}

.single-product .chat-fc-form-outer div.fc-form ul li input {
  padding: 8px 10px;
  width: calc(100% - 20px);
}

.single-product .chat-fc-form-outer div.fc-form a.fc-button {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 8px;
}

/* .single-product .section-desktop.menu-desktop .MuiButtonBase-root.signup {
  color: #000 !important;
  border-color: #fff !important;
  background-color: #fff !important;
} */

.single-product .section-gradient-bottom {
  position: relative;
}

.single-product .section-gradient-bottom::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://doxai.co/wp-content/uploads/2024/10/svgviewer-png-output-3.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.single-product .section-gradient-bottom > .product-section {
  position: relative;
  z-index: 1;
}

.single-product.product-template-product-esignature .main-content-wrapper {
  overflow: visible;
}

.single-product .header-wrapper .sub-menu .menu {
  color: #000;
}

.single-product .product-section {
  padding: calc(80 / 1440 * 100vw) 0;
  text-align: left;
}

.single-product .product-section img {
  max-width: 100%;
}

.single-product .product-section a.button-cta {
  display: block;
  text-align: center;
  width: fit-content;
  /* margin: 0 auto; */
}

.single-product .product-section .MuiButtonBase-root.MuiButton-root {
  height: calc(45 / 1440 * 100vw);
  padding: calc(19 / 1440 * 100vw) calc(32 / 1440 * 100vw) !important;
}

.single-product .product-section a.button-cta .MuiButton-root {
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: calc(15 / 1440 * 100vw);
  font-weight: 600;
  line-height: calc(20 / 1440 * 100vw);
  text-align: center;
  width: auto;
  color: #fff;
  border: calc(2 / 1440 * 100vw) solid #184bff;
  background: #184bff;
  box-shadow: none;
  border-radius: calc(8 / 1440 * 100vw);
}

.single-product .product-section a.button-cta .MuiButton-root:hover {
  background: #1135b3;
  border-color: #1135b3;
}

.single-product .product-section a.button-cta.button-border .MuiButton-root {
  background: transparent;
  color: #184bff;
}

.single-product .product-section .buttons {
  display: flex;
  gap: calc(16 / 1440 * 100vw);
  margin-top: calc(40 / 1440 * 100vw);
  justify-content: center;
}

.single-product .product-section .buttons.gradient a.button-cta .MuiButton-root {
  border: none;
  background: linear-gradient(87.71deg, #136bd2 0%, #a151f2 47.5%, #eb317e 100%);
  min-width: unset;
}

.single-product .product-section .buttons.gradient a.button-cta.button-border .MuiButton-root {
  color: #fff;
  background: transparent;
  border-width: calc(1 / 1440 * 100vw);
  border-style: solid;
  border-color: #fff;
}

.single-product .product-section .MuiButton-root {
  min-width: calc(343 / 1440 * 100vw);
}

.single-product .product-section,
.single-product .product-section .MuiTypography-body1 {
  color: #000;
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(24 / 1440 * 100vw);
  font-weight: 400;
}

.single-product .product-section .heading {
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: calc(44 / 1440 * 100vw);
  font-weight: 700;
  line-height: calc(60 / 1440 * 100vw);
  text-align: center;
  margin: 0 auto;
  margin-bottom: calc(16 / 1440 * 100vw);
  /* max-width: calc(1000 / 1440 * 100vw); */
}

.single-product.product-template-product-data-exchange .product-section .heading,
.single-product.product-template-product-data-exchange-landing .product-section .heading {
  max-width: calc(960 / 1440 * 100vw);
}

.single-product .product-section .subtitle {
  text-align: center;
}

.single-product .product-section .title span,
.single-product .product-section .heading span {
  background: -webkit-linear-gradient(42.7deg, #3e94f0 13.23%, #8a38d8 43.38%, #f24c7c 86.77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single-product .product-section .title {
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: calc(72 / 1440 * 100vw);
  line-height: calc(88 / 1440 * 100vw);
}

.single-product .product-section .label {
  background: linear-gradient(87.71deg, #136bd2 0%, #a151f2 47.5%, #eb317e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

.single-product .product-section.product-header {
  position: relative;
  padding: calc(10 / 1440 * 100vw);
  padding-top: calc(123 / 1440 * 100vw);
  padding-bottom: calc(44 / 1440 * 100vw);
  color: #fff;
  background: linear-gradient(0deg, #220a52, #220a52), linear-gradient(0deg, #2c0451, #2c0451);
  text-align: left;
}

.single-product .product-section.product-header .heading span {
  background: linear-gradient(9.9deg, #136bd2 -109.53%, #a151f2 -41.05%, #eb317e 34.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .single-product .product-section.product-header > * {
    position: relative;
    z-index: 1;
} */

.single-product .product-section.product-header::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://doxai.co/wp-content/uploads/2026/02/bg-banner-product.png');
  /* background-image: url(https://doxai.co/wp-content/uploads/2024/10/Updated-Background.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-product .product-section.product-header .buttons {
  justify-content: flex-start;
}

.single-product .product-section.product-header a.button-cta .MuiButton-root {
  border: none;
  background: linear-gradient(87.71deg, #136bd2 0%, #a151f2 47.5%, #eb317e 100%);
  min-width: unset;
}

.single-product .product-section.product-header a.button-cta .MuiButton-root:hover {
  background: white;
}

.single-product .product-section.product-header a.button-cta .MuiButton-root:hover .MuiButton-label {
  background: linear-gradient(87.71deg, #136bd2 0%, #a151f2 47.5%, #eb317e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single-product .product-section.product-header a.button-cta.button-border .MuiButton-root {
  color: #fff;
  background: transparent;
  border-width: calc(1 / 1440 * 100vw);
  border-style: solid;
  border-color: #fff;
}

.single-product .product-section.product-header a.button-cta.button-border .MuiButton-root:hover {
  background: rgba(0, 0, 0, 0.1);
}

.single-product .product-section.product-header a.button-cta .MuiButton-label {
  display: flex;
  gap: calc(17 / 1440 * 100vw);
}

.single-product .product-section.product-header a.button-cta .MuiButton-label svg {
  height: calc(18 / 1440 * 100vw);
  width: auto;
}

.single-product .product-section.product-header .label,
.single-product .product-section.product-header .title,
.single-product .product-section.product-header .description {
  color: #fff;
  text-align: left;
}

.single-product .product-section.product-header .description {
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  font-weight: normal;
}

.single-product .product-section.product-header .hero-banner {
  position: relative;
  padding: calc(46.5 / 1440 * 100vw) 0;
}

.single-product .product-section.product-header .hero-banner .award-logo {
  max-width: 100%;
  margin-top: calc(20 / 1440 * 100vw);
  width: calc(331.5 / 1440 * 100vw);
}

.single-product .product-section.product-header .hero-banner.with-form {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  gap: calc(40 / 1440 * 100vw);
}

.single-product form.wpcf7-form p {
  position: relative;
}

.single-product form.wpcf7-form .wpcf7-response-output {
  display: none;
}

.single-product form.wpcf7-form p > label {
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: calc(17 / 1440 * 100vw);
  line-height: calc(22 / 1440 * 100vw);
}

.single-product form.wpcf7-form p > label,
.single-product form.wpcf7-form input,
.single-product form.wpcf7-form select,
.single-product form.wpcf7-form textarea {
  width: calc(100% - 20px);
}

.single-product form.wpcf7-form input,
.single-product form.wpcf7-form select,
.single-product form.wpcf7-form textarea {
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: calc(15 / 1440 * 100vw);
  line-height: calc(20 / 1440 * 100vw);
  border: 1px solid #bdbfc7;
  border-radius: calc(8 / 1440 * 100vw);
  margin-top: calc(5 / 1440 * 100vw);
  margin-bottom: calc(10 / 1440 * 100vw);
  padding-left: calc(10 / 1440 * 100vw);
  padding-right: calc(10 / 1440 * 100vw);
}

.single-product form.wpcf7-form select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../icons/icon_chevron_down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - calc(10 / 1440 * 100vw)) center;
  background-size: calc(24 / 1440 * 100vw);
}

.single-product form.wpcf7-form select,
.single-product form.wpcf7-form select option[value=''] {
  color: #827e82;
}

.single-product form.wpcf7-form select option:not([value='']),
.single-product form.wpcf7-form select:not(:has(option[value='']:checked)) {
  color: #000;
}

.single-product form.wpcf7-form textarea {
  padding-top: calc(10 / 1440 * 100vw);
  padding-top: calc(10 / 1440 * 100vw);
}

.single-product form.wpcf7-form .required {
  color: red;
}

.single-product form.wpcf7-form input,
.single-product form.wpcf7-form select {
  height: calc(45 / 1440 * 100vw);
}

.single-product form.wpcf7-form input[type='submit'] {
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: calc(15 / 1440 * 100vw);
  font-weight: 600;
  line-height: calc(20 / 1440 * 100vw);
  text-align: center;
  width: auto;
  min-width: calc(188 / 1440 * 100vw);
  height: calc(45 / 1440 * 100vw);
  color: #fff;
  border: calc(2 / 1440 * 100vw) solid #184bff;
  background: #184bff;
  box-shadow: none;
  border-radius: calc(8 / 1440 * 100vw);
  margin-bottom: 0;
}

.single-product form.wpcf7-form .wpcf7-form-control-wrap,
.single-product form.wpcf7-form .wpcf7-form-control-wrap > select {
  width: 100%;
  height: calc(50 / 1440 * 100vw);
}

.single-product form.wpcf7-form .wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single-product form.wpcf7-form .row-2-input {
  display: flex;
  gap: calc(20 / 1440 * 100vw);
}

.single-product .product-section.product-header .hero-banner .label {
  font-weight: normal;
  background: linear-gradient(87.71deg, #fff 0%, #fff 47.5%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin-top: calc(8 / 1440 * 100vw);
  margin-bottom: calc(10 / 1440 * 100vw);
}

.single-product .product-section.product-header .hero-banner .left-side {
  position: relative;
  max-width: calc(759 / 1440 * 100vw);
  z-index: 1;
}

.single-product.product-template-product-ewitness .product-section.product-header .hero-banner .left-side {
  max-width: calc(880 / 1440 * 100vw);
}

.single-product.product-template-product-ewitness .product-section.product-header .hero-banner .left-side .description {
  max-width: calc(759 / 1440 * 100vw);
}

.single-product.product-template-product-data-exchange .product-section.product-header .hero-banner .left-side {
  max-width: calc(864 / 1440 * 100vw);
}

.single-product .product-section.product-header .hero-banner.with-form .right-side {
  flex: 1;
}

.single-product .product-section.product-header .hero-banner .right-side img,
.single-product .product-section.product-header .hero-banner .right-side .images {
  position: absolute;
  right: calc(-20 / 1440 * 100vw);
  top: 0;
  /* transform: translateY(-20%); */
  width: 35.06944444444444vw;
}

.single-product.product-template-product-esignature .product-section.product-header .hero-banner .right-side img {
  top: calc(35 / 1440 * 100vw);
}

.single-product.product-template-product-data-exchange .product-section.product-header .hero-banner .right-side img {
  top: calc(10 / 1440 * 100vw);
  right: calc(-50 / 1440 * 100vw);
}

.single-product .product-section.product-header .hero-banner .form-wrapper {
  position: relative;
  /* position: absolute;
    right: calc(-20 / 1440 * 100vw);
    top: 0; */
  color: #000;
  /* transform: translateY(-20%); */
  /* width: 35.06944444444444vw; */
  padding: calc(20 / 1440 * 100vw) calc(24 / 1440 * 100vw);
  background-color: #fff;
  border-radius: calc(16 / 1440 * 100vw);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
  z-index: 2;
}

.single-product .product-section.product-header .hero-banner .form-wrapper .heading {
  text-align: left;
  margin-bottom: 0;
}

.single-product .product-section.product-header .hero-banner .form-wrapper .description {
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: calc(16 / 1440 * 100vw);
  font-weight: 400;
  line-height: calc(24 / 1440 * 100vw);
  text-align: left;
  margin-bottom: calc(24 / 1440 * 100vw);
  color: #5f6368;
}

.single-product .product-section.product-header .hero-banner .images {
  display: flex;
  flex-direction: column;
  /* align-items: flex-end; */
}

.single-product .product-section.product-header .hero-banner .images img {
  position: relative;
  width: auto;
  max-width: 100%;
}

.product-template-product-redact-ai .product-section.product-header .hero-banner .right-side .images {
  top: 15%;
}

.product-template-product-redact-ai .product-section.product-header .hero-banner .right-side .images img:first-child {
  max-width: 66%;
  margin-left: 3%;
}

.single-product .product-section.product-header .hero-banner .image-carousel img {
  opacity: 0;
  animation: showHide 8s linear infinite;
}

.single-product .product-section.product-header .hero-banner .image-carousel img:nth-child(1) {
  animation-delay: 0s;
}

.single-product .product-section.product-header .hero-banner .image-carousel img:nth-child(2) {
  animation-delay: 2s;
}

.single-product .product-section.product-header .hero-banner .image-carousel img:nth-child(3) {
  animation-delay: 4s;
}

.single-product .product-section.product-header .hero-banner .image-carousel img:nth-child(4) {
  animation-delay: 6s;
}

.single-product .product-section.product-header .trusted-by-label {
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  margin-bottom: 0;
  position: relative;
}

.single-product .product-section.product-header .left-side .trusted-by-label {
  margin-top: calc(40 / 1440 * 100vw);
}

.single-product .product-section.product-header .trusted-by-images {
  margin-top: calc(20 / 1440 * 100vw);
  max-width: calc(849.49 / 1440 * 100vw);
  margin-left: auto;
  margin-right: auto;
}

.single-product.product-template-product-asset-verification .product-section.product-header .trusted-by-images,
.single-product.product-template-product-asset-verification-landing .product-section.product-header .trusted-by-images {
  max-width: calc(1140 / 1440 * 100vw);
}

.single-product .product-section.product-header .trusted-by-images img {
  height: calc(58 / 1440 * 100vw);
  width: auto;
}

.single-product .product-section .svg-image {
  display: flex;
  justify-content: center;
}

.single-product .product-section .svg-image.img-mobile {
  display: none;
}

.single-product .product-section .svg-image svg {
  max-width: 100%;
  height: auto;
}

.single-product .product-section.text-center {
  text-align: center;
}

.single-product .product-section.column-grid .items {
  margin-top: calc(40 / 1440 * 100vw);
  transition: all 0.4s ease;
}

.single-product .product-section.column-grid .MuiGrid-container.counter {
  border: 1px solid #ebebeb;
  border-radius: calc(16 / 1440 * 100vw);
}

.single-product .product-section.column-grid .MuiGrid-container.counter .MuiBox-root {
  background: transparent;
}

.single-product .product-section.column-grid .disclaimer {
  font-family: Inter;
  font-size: calc(13 / 1440 * 100vw);
  font-weight: 400;
  line-height: calc(19.5 / 1440 * 100vw);
  color: #9c9c9c;
}

.single-product .product-section.column-grid img {
  border-radius: 50%;
  margin-bottom: calc(16 / 1440 * 100vw);
  width: calc(120 / 1440 * 100vw);
  background: #fff;
}

.single-product.product-template-product-asset-verification .product-section.column-grid img,
.single-product.product-template-product-asset-verification-landing .product-section.column-grid img {
  border: 1px solid #ebebeb;
}

.single-product .product-section.column-grid .MuiBox-root {
  background: #f3f3f3;
  padding: calc(35 / 1440 * 100vw) calc(24 / 1440 * 100vw);
  border-radius: calc(16 / 1440 * 100vw);
  height: calc(100% - calc(32 / 1440 * 100vw));
  text-align: center;
}

.single-product .product-section.column-grid .bg-transparent .MuiBox-root {
  background: transparent;
  border: 1px solid #ebebeb;
}

.single-product .product-section.column-grid.grid-gradient-hover .MuiBox-root img {
  background: #fff;
  border-color: transparent;
}

.single-product .product-section.column-grid.grid-gradient-hover .MuiBox-root:hover {
  background: linear-gradient(87.71deg, #136bd2 0%, #a151f2 47.5%, #eb317e 100%);
}

.single-product .product-section.column-grid.grid-gradient-hover .MuiBox-root:hover img {
  background: transparent;
  filter: brightness(0) invert(1);
}

.single-product .product-section.column-grid.grid-gradient-hover .MuiBox-root:hover .heading,
.single-product .product-section.column-grid.grid-gradient-hover .MuiBox-root:hover .description {
  color: #fff;
}

.single-product .product-section.column-grid .MuiGrid-item {
  position: relative;
  transition: all 0.4s ease;
}

.single-product .product-section.column-grid .MuiGrid-item .heading {
  font-size: calc(32 / 1440 * 100vw);
  line-height: 1.2;
  margin-bottom: calc(20 / 1440 * 100vw);
}

.single-product .product-section.column-grid .MuiGrid-container.counter .MuiGrid-item .heading {
  font-size: calc(56 / 1440 * 100vw);
  line-height: calc(60 / 1440 * 100vw);
  font-weight: 700;
  margin-bottom: calc(16 / 1440 * 100vw);
  background: -webkit-linear-gradient(42.7deg, #000 13.23%, #000 43.38%, #000 86.77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single-product .product-section.column-grid .MuiGrid-container.counter .MuiGrid-item .description {
  color: #5f6368;
}

.single-product .product-section.column-grid .MuiGrid-container.counter .MuiGrid-item:hover .heading {
  background: -webkit-linear-gradient(42.7deg, #3e94f0 13.23%, #8a38d8 43.38%, #f24c7c 86.77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single-product .product-section.column-grid .MuiGrid-item .heading.grid-headingSm {
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  font-weight: 510;
  margin-bottom: calc(20 / 1440 * 100vw);
}

.single-product .product-section.column-grid .MuiGrid-item .description {
  font-size: calc(17 / 1440 * 100vw);
  line-height: calc(22 / 1440 * 100vw);
  font-weight: 510;
}

.single-product .product-section.column-grid.secure .MuiGrid-item .description {
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
}

.single-product .product-section.column-grid.key-highlights .MuiContainer-root {
  max-width: calc(1176 / 1440 * 100vw);
}

.single-product .product-section.column-grid.key-highlights .subtitle {
  color: #5f6368;
}

.single-product .product-section.column-grid.key-highlights .MuiGrid-item .description {
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.single-product .product-section.column-grid.has-expand .see-more {
  margin-top: calc(40 / 1440 * 100vw);
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: calc(8 / 1440 * 100vw);
  background: #ebf0ff;
  color: #184bff;
  border-radius: calc(8 / 1440 * 100vw);
  padding: calc(4 / 1440 * 100vw) calc(8 / 1440 * 100vw);
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: calc(17 / 1440 * 100vw);
  font-weight: 400;
  line-height: calc(22 / 1440 * 100vw);
  width: fit-content;
  cursor: pointer;
}

.single-product .product-section.column-grid.has-expand .see-more svg {
  width: calc(24 / 1440 * 100vw);
  height: calc(24 / 1440 * 100vw);
}

.single-product .product-section.column-grid.has-expand:not(.collapsed) .MuiGrid-item:nth-child(n + 13) {
  height: 0;
  opacity: 0;
  transition: none;
  visibility: hidden;
}

.single-product .product-section.column-flex .heading {
  margin-top: calc(8 / 1440 * 100vw);
  margin-bottom: calc(20 / 1440 * 100vw);
}

.single-product.product-template-product-asset-verification .product-section.column-flex,
.single-product.product-template-product-asset-verification-landing .product-section.column-flex {
  max-width: calc(1166 / 1440 * 100vw);
  margin-left: auto;
  margin-right: auto;
}

.single-product .product-section.column-flex .heading.heading-large {
  font-size: calc(56 / 1440 * 100vw);
  line-height: calc(60 / 1440 * 100vw);
}

.single-product .product-section.column-flex .subtitle {
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  font-weight: normal;
  color: #5f6368;
  text-align: left;
}

.single-product .product-section.column-flex ul.subtitle {
  padding: 0;
  list-style-type: none;
}

.single-product .product-section.column-flex ul.subtitle li {
  display: flex;
  gap: calc(12 / 1440 * 100vw);
}

.single-product .product-section.column-flex ul.subtitle li svg {
  height: calc(24 / 1440 * 100vw);
  width: calc(24 / 1440 * 100vw);
  margin-top: calc(4 / 1440 * 100vw);
}

.single-product .product-section.column-flex .MuiGrid-root .heading {
  text-align: left;
}

.single-product.product-template-product-asset-verification .product-section.column-flex .MuiGrid-root .heading,
.single-product.product-template-product-asset-verification-landing
  .product-section.column-flex
  .MuiGrid-root
  .heading {
  font-size: calc(44 / 1440 * 100vw);
  line-height: calc(60 / 1440 * 100vw);
}

.single-product .product-section.column-flex .diff-items {
  padding: calc(40 / 1440 * 100vw) 0;
  align-items: center;
}

.single-product .product-section.column-flex .diff-items .MuiGrid-item {
  position: relative;
}

.single-product .product-section.column-flex .diff-items img {
  position: relative;
  max-width: 100%;
  z-index: 2;
  display: block;
}

.single-product .product-section.column-flex .diff-items:nth-child(odd) img {
  margin-left: auto;
}

.single-product.product-template-product-asset-verification .product-section.column-flex .diff-items img,
.single-product.product-template-product-asset-verification-landing .product-section.column-flex .diff-items img {
  border-radius: calc(16 / 1440 * 100vw);
  width: calc(436 / 1440 * 100vw);
  height: calc(464 / 1440 * 100vw);
  object-fit: cover;
}

.single-product .product-section.column-flex .diff-items .rounded img {
  border-radius: calc(16 / 1440 * 100vw);
}

.single-product .product-section.column-flex .diff-items img.background {
  position: absolute;
  z-index: 1;
}

.single-product .product-section.column-flex .diff-items:nth-child(even) {
  flex-direction: row-reverse;
}

.single-product .product-section.section-image img {
  max-width: 100%;
}

.single-product .product-section.section-image.recognised-inovator .heading {
  margin-bottom: calc(40 / 1440 * 100vw);
}

.single-product .product-section.section-image.recognised-inovator .MuiGrid-item:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  border-radius: calc(16 / 1440 * 100vw);
}

.single-product.product-template-product-asset-verification .product-section.section-image.recognised-inovator,
.single-product.product-template-product-asset-verification-landing .product-section.section-image.recognised-inovator,
.single-product.product-template-product-ewitness .product-section.section-image.recognised-inovator,
.single-product.product-template-product-ewitness-landing .product-section.section-image.recognised-inovator {
  background-color: #f9f9f9;
}

.single-product .product-section.section-image .MuiGrid-container img {
  width: calc(184 / 1440 * 100vw);
  margin-bottom: calc(8 / 1440 * 100vw);
}

.single-product .product-section.section-image .title {
  font-size: calc(17 / 1440 * 100vw);
  line-height: calc(22 / 1440 * 100vw);
  font-weight: 600;
}

.single-product .product-section.section-image .description {
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  font-weight: 400;
  color: #5f6368;
}

.single-product .product-section.column-grid.number-fact .MuiBox-root {
  background: transparent;
}

.single-product .product-section.column-grid.number-fact .MuiBox-root .number-box {
  position: relative;
  border-radius: calc(24 / 1440 * 100vw);
  background: #f3f3f3;
  padding: calc(77 / 1440 * 100vw) calc(30 / 1440 * 100vw);
  width: calc(100% - calc(32 / 1440 * 100vw));
  margin-bottom: calc(20 / 1440 * 100vw);
}

.single-product .product-section.column-grid.number-fact .MuiBox-root .number-box .number {
  font-family: Bebas Neue;
  font-size: calc(280 / 1440 * 100vw);
  font-weight: 400;
  line-height: 1;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-right: calc(60 / 1440 * 100vw);
}

.single-product .product-section.column-grid.number-fact .MuiBox-root .number-box .number span {
  font-family: Bebas Neue;
  font-size: calc(80 / 1440 * 100vw);
  font-weight: 400;
  text-align: left;
}

.single-product .product-section.column-grid.number-fact .MuiBox-root .number-box .symbol {
  position: absolute;
  right: calc(120 / 1440 * 100vw);
  bottom: calc(120 / 1440 * 100vw);
  font-family: Bebas Neue;
  font-size: calc(120 / 1440 * 100vw);
  font-weight: 400;
  line-height: calc(88 / 1440 * 100vw);
  text-align: left;
  color: #184bff;
  text-shadow: calc(3 / 1440 * 100vw) calc(3 / 1440 * 100vw) 0 #fff,
    calc(-3 / 1440 * 100vw) calc(3 / 1440 * 100vw) 0 #fff, calc(-3 / 1440 * 100vw) calc(-3 / 1440 * 100vw) 0 #fff,
    calc(3 / 1440 * 100vw) calc(-3 / 1440 * 100vw) 0 #fff;
}

.single-product .product-section.column-grid.number-fact .description {
  font-weight: 400;
}

.single-product.product-template-product-asset-verification
  .product-section.column-grid.number-fact
  .flex-column
  .MuiBox-root
  .number-box
  .symbol,
.single-product.product-template-product-asset-verification-landing
  .product-section.column-grid.number-fact
  .flex-column
  .MuiBox-root
  .number-box
  .symbol {
  right: calc(100 / 1440 * 100vw);
}

.single-product.product-template-product-asset-verification
  .product-section.column-grid.number-fact
  .flex-column:nth-child(2)
  .MuiBox-root
  .number-box
  .symbol,
.single-product.product-template-product-asset-verification-landing
  .product-section.column-grid.number-fact
  .flex-column:nth-child(2)
  .MuiBox-root
  .number-box
  .symbol {
  right: calc(65 / 1440 * 100vw);
}

.single-product.product-template-product-redact-ai
  .product-section.column-grid.number-fact
  .flex-column:first-child
  .MuiBox-root
  .number-box
  .symbol,
.single-product.product-template-product-redact-ai-landing
  .product-section.column-grid.number-fact
  .flex-column:first-child
  .MuiBox-root
  .number-box
  .symbol {
  right: calc(45 / 1440 * 100vw);
}

.single-product.product-template-product-redact-ai
  .product-section.column-grid.number-fact
  .flex-column:not(:first-child)
  .MuiBox-root
  .number-box
  .symbol,
.single-product.product-template-product-redact-ai-landing
  .product-section.column-grid.number-fact
  .flex-column:not(:first-child)
  .MuiBox-root
  .number-box
  .symbol {
  right: calc(101 / 1440 * 100vw);
}

.single-product.product-template-product-redact-ai
  .product-section.column-grid.number-fact
  .flex-column:last-child
  .MuiBox-root
  .number-box
  .symbol,
.single-product.product-template-product-redact-ai-landing
  .product-section.column-grid.number-fact
  .flex-column:last-child
  .MuiBox-root
  .number-box
  .symbol {
  right: calc(145 / 1440 * 100vw);
}

.single-product.product-template-product-redact-ai
  .product-section.column-grid.number-fact
  .flex-column:last-child
  .MuiBox-root
  .number-box
  .number,
.single-product.product-template-product-redact-ai-landing
  .product-section.column-grid.number-fact
  .flex-column:last-child
  .MuiBox-root
  .number-box
  .number {
  margin-right: calc(25 / 1440 * 100vw) !important;
}

.single-product.product-template-product-data-exchange
  .product-section.column-grid.number-fact
  .MuiBox-root
  .number-box
  .number,
.single-product.product-template-product-data-exchange-landing
  .product-section.column-grid.number-fact
  .MuiBox-root
  .number-box
  .number {
  margin-right: 0 !important;
}

.single-product.product-template-product-data-exchange
  .product-section.column-grid.number-fact
  .flex-column:not(:last-child)
  .MuiBox-root
  .number-box
  .symbol,
.single-product.product-template-product-data-exchange-landing
  .product-section.column-grid.number-fact
  .flex-column:not(:last-child)
  .MuiBox-root
  .number-box
  .symbol {
  right: calc(75 / 1440 * 100vw);
}

.single-product .product-section.section-pills .heading {
  margin-bottom: calc(40 / 1440 * 100vw);
}

.single-product .product-section.section-pills .items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(24 / 1440 * 100vw);
  margin: 0 auto;
}

.single-product .product-section.section-pills .item {
  background: #f1f1f1;
  padding: calc(22.5 / 1440 * 100vw) calc(24 / 1440 * 100vw);
  border-radius: calc(56 / 1440 * 100vw);
}

.single-product .product-section.section-pills .description {
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: calc(24 / 1440 * 100vw);
  line-height: 1.1;
  color: #4b4b4b;
}

.single-product .product-section.footer-wrapper {
  position: relative;
  color: #fff;
  background: #250344;
  padding-bottom: calc(32 / 1440 * 100vw);
}

.single-product .product-section.footer-wrapper > * {
  position: relative;
  z-index: 1;
}

.single-product .product-section.footer-wrapper a,
.single-product .product-section.footer-wrapper a > p,
.single-product .product-section.footer-wrapper .description {
  color: #fff;
}

.single-product .product-section.footer-wrapper::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/footer-background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.single-product .product-section.footer-wrapper .MuiButton-root {
  min-width: unset;
}

.single-product .product-section.footer-wrapper img {
  margin-top: calc(80 / 1440 * 100vw);
  margin-bottom: calc(16 / 1440 * 100vw);
  width: calc(105.26 / 1440 * 100vw);
}

.single-product .product-section.footer-wrapper .footer-top {
  /* max-width: calc(604 / 1440 * 100vw); */
  margin: 0 auto;
}

.single-product .product-section.footer-wrapper .footer-top .footer-text {
  font-size: calc(17 / 1440 * 100vw);
  font-weight: 800;
}

.single-product .product-section.footer-wrapper .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-product .product-section.footer-wrapper .footer-text {
  font-size: calc(15 / 1440 * 100vw);
  line-height: calc(22 / 1440 * 100vw);
  margin: 0 auto;
  /* font-weight: 800; */
}

.single-product .product-section.footer-wrapper .description a {
  text-decoration: underline !important;
}

.single-product .product-section.footer-wrapper .footer-bottom .footer-text {
  max-width: unset !important;
  margin: 0 !important;
}

.single-product .product-section.footer-wrapper .footer-menu {
  display: flex;
  justify-content: center;
  gap: calc(40 / 1440 * 100vw);
  margin-top: calc(16 / 1440 * 100vw);
  margin-bottom: calc(16 / 1440 * 100vw);
}

.single-product .product-section.footer-wrapper .footer-menu p {
  font-size: calc(13 / 1440 * 100vw);
  line-height: calc(20 / 1440 * 100vw);
  font-weight: 800;
}

.single-product .product-section.section-faq .faq-container {
  padding: calc(16 / 1440 * 100vw) 0;
  border-top: solid calc(1 / 1440 * 100vw) #e0e0e0;
  width: 100%;
}

.single-product .product-section.section-faq .faq-container > div {
  width: 100%;
}

.single-product .product-section.section-faq .faq-container .MuiCollapse-entered {
  height: auto !important;
}

.single-product .product-section.section-faq .faq-container:last-child {
  border-bottom: solid calc(1 / 1440 * 100vw) #e0e0e0;
}

.single-product .product-section.section-faq h2.heading {
  margin-bottom: calc(40 / 1440 * 100vw);
}

.single-product .product-section.section-faq h4.heading {
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  font-weight: 600;
  margin: 0;
  text-align: left;
}

.single-product .product-section.section-faq h4.heading + button {
  padding: 0;
}

.single-product .product-section.section-faq .card-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: calc(16 / 1440 * 100vw);
  line-height: calc(21 / 1440 * 100vw);
}

.single-product .product-section.section-faq .card-content + * {
  width: 100%;
}

.single-product .product-section.section-faq .card-content-preview {
  padding-top: calc(16 / 1440 * 100vw);
  text-align: left;
}

.single-product .product-section.section-faq .card-content-preview .description {
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: calc(16 / 1440 * 100vw);
  font-weight: 400;
  line-height: calc(21 / 1440 * 100vw);
}

.single-product .product-section.section-cta {
  background: #250344;
  background-image: url('../images/footer-background.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.single-product .product-section.section-cta .assetVerificationVehicles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: calc(24 / 1440 * 100vw);
}

.single-product .product-section.section-cta .assetVerificationVehicles img {
  width: calc(82.85 / 1440 * 100vw);
}

.single-product .product-section.section-cta .description {
  color: #fff;
}

.single-product .product-section.section-tabs .tabs {
  position: relative;
  border-radius: calc(16 / 1440 * 100vw);
  overflow: hidden;
  max-width: 898px;
  margin: 0 auto;
}

.single-product .product-section.section-tabs .tab {
  position: relative;
  /* background: #250344; */
  border-bottom: calc(1 / 1440 * 100vw) solid #5a1b93;
  padding: calc(24 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.single-product .product-section.section-tabs .tab button {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: calc(20 / 1440 * 100vw);
  font-weight: 500;
  line-height: calc(22 / 1440 * 100vw);
  text-align: center;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.single-product .product-section.section-tabs .tab button.active::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: calc(-24 / 1440 * 100vw);
  height: calc(8 / 1440 * 100vw);
  width: 100%;
  background: linear-gradient(87.71deg, #136bd2 0%, #a151f2 47.5%, #eb317e 100%);
  border-radius: calc(16 / 1440 * 100vw) calc(16 / 1440 * 100vw) 0 0;
}

.single-product .product-section.section-tabs .tabcontent {
  position: relative;
  padding: calc(40 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  /* background: #250344; */
}

.single-product .product-section.section-tabs .tabcontent p {
  position: relative;
  color: #fff;
  text-align: left;
  z-index: 1;
  font-size: 17px;
  line-height: 25px;
}

.single-product .product-section.section-tabs .tabcontent p {
  min-height: calc(125 / 1440 * 100vw);
}

.single-product .product-section.section-tabs .tabcontent img {
  position: relative;
  width: calc(800 / 1440 * 100vw);
  margin-top: calc(40 / 1440 * 100vw);
  z-index: 1;
}

.single-product .product-section.section-tabs .tabs::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*     background-image: url(https://doxai.co/wp-content/uploads/2024/10/Updated-Background.png); */
  background-image: url(https://doxai.co/wp-content/uploads/2025/10/secure-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.single-product .product-section.section-tabs .tabcontent:not(.active) {
  display: none;
}

.single-product .product-section.column-grid-card .MuiGrid-item .heading {
  text-align: left;
  margin: calc(24 / 1440 * 100vw) 0 calc(16 / 1440 * 100vw) 0;
  font-size: calc(28 / 1440 * 100vw);
  font-weight: 600;
  line-height: calc(30 / 1440 * 100vw);
}

.single-product .product-section.column-grid-card img {
  width: 100%;
  border-radius: calc(13.85 / 1440 * 100vw);
  height: calc(235.38 / 1440 * 100vw);
  object-fit: cover;
}

.single-product .product-section.column-puzzle .column-1 > .MuiBox-root {
  background: #f3f3f3;
  padding: calc(40 / 1440 * 100vw) calc(40 / 1440 * 100vw) calc(40 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  border-radius: calc(16 / 1440 * 100vw);
  height: calc(100% - calc(32 / 1440 * 100vw));
}

.single-product .product-section.column-puzzle .column-1 > .MuiBox-root > div:not(:last-child) {
  margin-bottom: calc(40 / 1440 * 100vw);
}

.single-product .product-section.column-puzzle .column-1 .heading {
  text-align: left;
  margin-bottom: calc(24 / 1440 * 100vw);
  font-size: calc(30 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
}

.single-product .product-section.column-puzzle .column-1 .client-logo {
  width: revert-layer;
  max-width: 100%;
}

.single-product .product-section.column-puzzle .column-2 > .MuiBox-root {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.single-product .product-section.column-puzzle .column-2 > .MuiBox-root > * {
  height: 50%;
}

.single-product .product-section.column-puzzle .column-2 > .MuiBox-root .MuiBox-root {
  background: #f3f3f3;
  padding: calc(24 / 1440 * 100vw) calc(16 / 1440 * 100vw) calc(24 / 1440 * 100vw) calc(24 / 1440 * 100vw);
  border-radius: calc(16 / 1440 * 100vw);
  height: calc(100% - calc(32 / 1440 * 100vw));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.single-product .product-section.column-puzzle .column-3 .MuiBox-root {
  width: calc(100% - calc(48 / 1440 * 100vw));
}

.single-product .product-section.column-puzzle .column-2 > .MuiBox-root .heading {
  font-size: calc(72 / 1440 * 100vw);
  font-weight: 700;
  line-height: calc(88 / 1440 * 100vw);
  text-align: center;
  color: #1f4fe2;
  margin-bottom: calc(16 / 1440 * 100vw);
}

.single-product .product-section.column-puzzle .column-2 > .MuiBox-root .description {
  text-align: center;
}

.single-product .product-section.column-puzzle .owl-nav {
  margin-top: calc(30 / 1440 * 100vw);
}

.single-product .product-section.column-puzzle .owl-nav span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(32 / 1440 * 100vw);
  width: calc(48 / 1440 * 100vw);
  height: calc(48 / 1440 * 100vw);
}

.single-product .product-section.column-puzzle .owl-nav button {
  border-radius: 50%;
  background: #f3f3f3;
}

.single-product .product-section.column-puzzle .MuiTypography-body1 {
  line-height: 25px;
}


.single-product .product-section.section-side-tabs .navigation .MuiBox-root {
  padding: calc(16 / 1440 * 100vw);
  border-radius: calc(16 / 1440 * 100vw);
  background: #f3f3f3;
  height: calc(100% - calc(32 / 1440 * 100vw));
}

.single-product .product-section.section-side-tabs .navigation .heading {
  text-align: left;
}

.single-product .product-section.section-side-tabs .navigation button {
  background: transparent;
  box-shadow: none;
  border: none;
  width: 100%;
  padding: calc(8 / 1440 * 100vw) calc(16 / 1440 * 100vw);
  border-radius: calc(32 / 1440 * 100vw);
  text-align: left;
  font-size: calc(17 / 1440 * 100vw);
  font-weight: 400;
  line-height: calc(22 / 1440 * 100vw);
  cursor: pointer;
}

.single-product .product-section.section-side-tabs .navigation button:not(:last-child) {
  margin-bottom: calc(12 / 1440 * 100vw);
}

.single-product .product-section.section-side-tabs .navigation button:hover {
  color: #fff;
  background: #000;
}

.single-product .product-section.section-side-tabs .navigation button.active {
  color: #fff;
  background: #184bff;
}

.single-product .product-section.section-side-tabs .navigation .label {
  margin-bottom: calc(4 / 1440 * 100vw);
}

.single-product .product-section.section-side-tabs .content .description,
.single-product .product-section.section-side-tabs .content .description1 {
  text-align: left;
}

.single-product .product-section.section-side-tabs .content .description {
  margin-top: calc(20 / 1440 * 100vw);
}

.single-product .product-section.section-side-tabs .content .description1 {
  font-size: calc(20 / 1440 * 100vw);
  font-weight: 600;
  line-height: calc(30 / 1440 * 100vw);
  margin-bottom: calc(24 / 1440 * 100vw);
}

.single-product .product-section.section-side-tabs .content img {
  width: 100%;
  height: calc(396 / 1440 * 100vw);
  border-radius: calc(16 / 1440 * 100vw);
  object-fit: cover;
}

.single-product .product-section.section-side-tabs .content .link {
  display: flex;
  align-items: center;
  gap: calc(12 / 1440 * 100vw);
  padding: calc(8 / 1440 * 100vw) 0;
  font-size: calc(15 / 1440 * 100vw);
  line-height: calc(20 / 1440 * 100vw);
  margin-top: calc(20 / 1440 * 100vw);
}

.single-product .product-section.section-side-tabs .content .link svg {
  height: calc(24 / 1440 * 100vw);
  width: auto;
}

.single-product .product-section.section-side-tabs .content .tabcontent:not(.active) {
  display: none;
}

.single-product .product-section.section-testimonial {
  background-color: #f3f3f3;
}

.single-product.product-template-product-asset-verification .product-section.section-testimonial,
.single-product.product-template-product-asset-verification-landing .product-section.section-testimonial {
  background-color: #f9f9f9;
}

.single-product .product-section.section-testimonial .heading {
  margin-bottom: calc(16 / 1440 * 100vw);
}

.single-product .product-section.section-testimonial .MuiContainer-root > .description {
  color: #5f6368;
}

.single-product .product-section.section-testimonial .testimonial-box {
  max-width: calc(856 / 1440 * 100vw);
  margin: calc(40 / 1440 * 100vw - 20px) auto 0 auto;
  padding: 20px;
}

.single-product .product-section.section-testimonial .testimonial-bg {
  background: #ffffff;
  border-radius: calc(16 / 1440 * 100vw);
  padding: calc(60 / 1440 * 100vw) calc(98 / 1440 * 100vw);
  border: 1px solid #ebebeb;
}

.single-product .product-section.section-testimonial .testimonial-bg:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.single-product .product-section.section-testimonial .quote {
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: calc(28 / 1440 * 100vw);
  font-style: italic;
  font-weight: 300;
  line-height: calc(36 / 1440 * 100vw);
  letter-spacing: 0.02em;
}

.single-product .product-section.section-testimonial .client-image {
  position: relative;
  background: #1c4e80;
  width: calc(120 / 1440 * 100vw);
  height: calc(120 / 1440 * 100vw);
  border-radius: 50%;
  margin: calc(24 / 1440 * 100vw) auto calc(16 / 1440 * 100vw) auto;
}

.single-product .product-section.section-testimonial .client-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single-product .product-section.section-testimonial .client-logo.fit-width {
  width: 80%;
  height: auto;
}

.single-product .product-section.section-testimonial .client-location {
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: calc(17 / 1440 * 100vw);
  font-weight: 500;
  line-height: calc(22 / 1440 * 100vw);
  color: #5f6368;
}

.single-product .product-section.section-testimonial .quote-wrapper {
  position: relative;
}

.single-product .product-section.section-testimonial .quote {
  position: relative;
  z-index: 1;
}

.single-product .product-section.section-testimonial .quote-img1,
.single-product .product-section.section-testimonial .quote-img2 {
  position: absolute;
  width: calc(80 / 1440 * 100vw);
  height: calc(80 / 1440 * 100vw);
  z-index: 0;
}

.single-product .product-section.section-testimonial .quote-img1 {
  top: calc(-50 / 1440 * 100vw);
  left: calc(-50 / 1440 * 100vw);
}

.single-product .product-section.section-testimonial .quote-img2 {
  bottom: calc(-50 / 1440 * 100vw);
  right: calc(-30 / 1440 * 100vw);
  transform: rotate(-180deg);
}

.single-product .product-section.section-testimonial .owl-prev,
.single-product .product-section.section-testimonial .owl-next {
  line-height: 0;
  border-radius: 50%;
  background: white;
  padding: calc(10 / 1440 * 100vw) !important;
  border: 1px solid #ebebeb;
}

/* .single-product .product-section.section-testimonial .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: calc(1150 / 1440 * 100vw);
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, -50%);
} */

.single-product .product-section.section-testimonial .owl-prev svg,
.single-product .product-section.section-testimonial .owl-next svg {
  height: calc(46 / 1440 * 100vw);
  width: calc(46 / 1440 * 100vw);
}

.single-product .product-section.how-it-works-slider {
  background-color: #FAFAFA;
}

.single-product.product-template-product-asset-verification .product-section.how-it-works-slider,
.single-product.product-template-product-asset-verification-landing .product-section.how-it-works-slider {
  background-color: #fafafa;
}

.single-product .product-section.how-it-works-slider .slider-container {
  margin: 0 auto;
  max-width: calc(960 / 1440 * 100vw);
}

.single-product .product-section.how-it-works-slider .tab-buttons {
  display: flex;
  gap: calc(120 / 1440 * 100vw);
  align-items: end;
  border-bottom: calc(1 / 1440 * 100vw) solid #EBEBEB;
  width: fit-content;
  margin: 0 auto;
}

.single-product.product-template-product-asset-verification .product-section.how-it-works-slider .tab-buttons,
.single-product.product-template-product-asset-verification-landing .product-section.how-it-works-slider .tab-buttons {
  gap: calc(80 / 1440 * 100vw);
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.single-product .product-section.how-it-works-slider .tab-button-item {
  position: relative;
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: calc(24 / 1440 * 100vw);
  font-weight: 500;
  line-height: calc(30 / 1440 * 100vw);
  padding: calc(16 / 1440 * 100vw);
  cursor: pointer;
  border-bottom: solid 1px transparent;
  color: #5f6368;
}

.single-product .product-section.how-it-works-slider .tab-button-item.active {
  color: #000;
}

.single-product .product-section.how-it-works-slider .tab-button-item.active::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: calc(-1 / 1440 * 100vw);
  width: 100%;
  height: calc(4 / 1440 * 100vw);
  border-radius: calc(8 / 1440 * 100vw) calc(8 / 1440 * 100vw) 0px 0px;
  background: #184bff;
}

.single-product .product-section.how-it-works-slider .tab-contents {
  margin-top: calc(42 / 1440 * 100vw);
  margin-bottom: calc(24 / 1440 * 100vw);
}

.single-product .product-section.how-it-works-slider .tab-content-item {
  display: flex;
  align-items: stretch;
  border: calc(1 / 1440 * 100vw) solid #ebebeb;
  border-radius: calc(16 / 1440 * 100vw);
  background-color: #fff;
  overflow: hidden;
  transition: all 0.4s ease;
}

.single-product .product-section.how-it-works-slider .tab-content-item .icon {
  width: calc(36 / 1440 * 100vw);
  height: calc(36 / 1440 * 100vw);
  margin-bottom: calc(24 / 1440 * 100vw);
}

.single-product .product-section.how-it-works-slider .tab-content-item .title {
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: calc(28 / 1440 * 100vw);
  font-weight: 500;
  line-height: calc(36 / 1440 * 100vw);
  margin-bottom: calc(16 / 1440 * 100vw);
}

.single-product .product-section.how-it-works-slider .tab-content-item .description {
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: calc(17 / 1440 * 100vw);
  font-weight: 400;
  line-height: calc(22 / 1440 * 100vw);
  color: #5f6368;
}

.single-product .product-section.how-it-works-slider .tab-content-item:not(.active) {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.single-product .product-section.how-it-works-slider .tab-content-item .left-side {
  padding: calc(40 / 1440 * 100vw);
  width: calc(50% - calc(40 / 1440 * 100vw));
}

.single-product .product-section.how-it-works-slider .tab-content-item .right-side {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% + calc(40 / 1440 * 100vw));
  background-image: url('https://doxai.co/wp-content/uploads/2026/02/bg-work-animate.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.single-product .product-section.how-it-works-slider .dot-buttons {
  display: flex;
  gap: calc(8 / 1440 * 100vw);
  width: fit-content;
  border-radius: calc(24 / 1440 * 100vw);
  border: calc(1 / 1440 * 100vw) solid #ebebeb;
  padding: calc(4 / 1440 * 100vw);
  margin: 0 auto;
}

.single-product .product-section.how-it-works-slider .dot-button-item {
  width: calc(12 / 1440 * 100vw);
  height: calc(12 / 1440 * 100vw);
  border: calc(1 / 1440 * 100vw) solid #bccafd;
  border-radius: 50%;
  cursor: pointer;
}

.single-product .product-section.how-it-works-slider .dot-button-item.active {
  background: #184bff;
  border-color: #184bff;
}

.single-product .product-section.section-faq.faq-tab .tab-buttons {
  display: flex;
  gap: calc(120 / 1440 * 100vw);
  align-items: end;
  border-bottom: calc(1 / 1440 * 100vw) solid #5f6368;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: calc(40 / 1440 * 100vw);
}

.single-product .product-section.section-faq.faq-tab .tab-button-item {
  position: relative;
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: calc(24 / 1440 * 100vw);
  font-weight: 500;
  line-height: calc(30 / 1440 * 100vw);
  padding: calc(16 / 1440 * 100vw);
  cursor: pointer;
  color: #4b4b4b;
}

.single-product .product-section.section-faq.faq-tab .tab-button-item.active {
  color: #000;
}

.single-product .product-section.section-faq.faq-tab .tab-button-item.active::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: calc(-1 / 1440 * 100vw);
  width: 100%;
  height: calc(4 / 1440 * 100vw);
  border-radius: calc(8 / 1440 * 100vw) calc(8 / 1440 * 100vw) 0px 0px;
  background: #184bff;
}

.single-product .product-section.section-faq.faq-tab .faq-item:not(.active) {
  display: none;
}

.single-product.product-template-product-asset-verification .product-section.section-video-tabs {
  background: #f9f9f9;
}

.single-product .product-section.section-video-tabs .heading {
  margin-bottom: calc(40 / 1440 * 100vw);
}

.single-product .product-section.section-video-tabs .tabMenus {
  width: fit-content;
  display: flex;
  gap: calc(80 / 1440 * 100vw);
  justify-content: center;
  align-items: center;
  background: white;
  border: 1px solid #ebebeb;
  padding: calc(8 / 1440 * 100vw) calc(12 / 1440 * 100vw);
  border-radius: calc(64 / 1440 * 100vw);
  margin: 0 auto;
  margin-bottom: calc(40 / 1440 * 100vw);
}

.single-product .product-section.section-video-tabs .tabItem {
  padding: calc(16 / 1440 * 100vw);
  border-radius: calc(48 / 1440 * 100vw);
  font-size: calc(24 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  font-weight: 510;
  color: #5f6368;
  cursor: pointer;
  text-align: center;
}

.single-product .product-section.section-video-tabs .tabItem.active {
  color: #fff;
  background: #184bff;
}

.single-product .product-section.section-video-tabs .videoWrapper {
  position: relative;
}

.single-product .product-section.section-video-tabs video {
  width: 100%;
  border-radius: calc(24 / 1440 * 100vw);
}

.single-product .product-section.section-video-tabs .contentItem.active video {
  box-shadow: 1px 4px 12px 0px #00000017;
}

.single-product .product-section.section-video-tabs .contentItem:not(.active) video {
  border: 1px solid #eeeeee;
}

.single-product .product-section.section-video-tabs .customPlayButton {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(120 / 1440 * 100vw);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.single-product .product-section.section-video-tabs .contentItem:not(.active) .customPlayButton {
  display: none;
}

.single-product .product-section.section-video-tabs .contents {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 917.64px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-product .product-section.section-video-tabs .contentItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  transform: scale(0.8) translateX(100%);
  z-index: 1;
  pointer-events: none;
}

.single-product .product-section.section-video-tabs .contentItem.active {
  opacity: 1;
  transform: scale(1) translateX(0);
  z-index: 3;
  pointer-events: auto;
}

.single-product .product-section.section-video-tabs .contentItem.prev {
  opacity: 0.5;
  transform: scale(0.8) translateX(-30%);
  z-index: 2;
}

.single-product .product-section.section-video-tabs .contentItem.next {
  opacity: 0.5;
  transform: scale(0.8) translateX(30%);
  z-index: 2;
}

.single-product .product-section.section-grid-benefit .MuiGrid-container {
  margin: 0 auto;
  max-width: calc(1118 / 1440 * 100vw);
}

.single-product .product-section.section-grid-benefit .available-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(16 / 1440 * 100vw);
  padding: calc(24 / 1440 * 100vw) calc(24 / 1440 * 100vw) 0 calc(24 / 1440 * 100vw);
  border-radius: calc(16 / 1440 * 100vw);
  min-height: calc(100% - (24 / 1440 * 100vw));
  background: #f9f9f9;
  border: 1px solid #ebebeb;
}

.single-product .product-section.section-grid-benefit .flex-column .heading {
  margin: 0;
  margin-bottom: calc(16 / 1440 * 100vw);
  font-size: calc(24 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  font-weight: 510;
  text-align: left;
}

.single-product .product-section.section-grid-benefit .flex-column .description {
  font-size: calc(17 / 1440 * 100vw);
  line-height: calc(22 / 1440 * 100vw);
  font-weight: 400;
  font-family: 'SF Pro';
}

.single-product .product-section.section-grid-benefit .available-card img {
  width: calc(209.4 / 1440 * 100vw);
  margin-left: auto;
}

.single-product .product-section.grid-blog {
  position: relative;
}

.single-product .product-section.grid-blog img {
  height: calc(293 / 1440 * 100vw);
  width: 100%;
  border-radius: calc(8 / 1440 * 100vw);
  object-fit: cover;
  margin-bottom: calc(20 / 1440 * 100vw);
  border: 1px solid #ebebeb;
}

.single-product .product-section.grid-blog .available-card .heading,
.single-product .product-section.grid-blog .available-card .description,
.single-product .product-section.grid-blog .available-card svg {
  text-align: left;
  margin-left: 0;
}

.single-product .product-section.grid-blog .MuiContainer-root > .description {
  margin-bottom: calc(30 / 1440 * 100vw);
}

.single-product .product-section.grid-blog .MuiGrid-container {
  max-width: calc(1197 / 1440 * 100vw);
  margin: 0 auto;
  justify-content: center;
}

.single-product .product-section.grid-blog .available-card {
  height: 100%;
}

.single-product .product-section.grid-blog .heading {
  margin-bottom: calc(30 / 1440 * 100vw);
}

.single-product .product-section.grid-blog .available-card .heading {
  font-weight: 510;
  font-size: calc(28 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  margin-bottom: calc(16 / 1440 * 100vw);
}

.single-product .product-section.grid-blog .available-card .description {
  font-family: 'SF Pro';
  font-weight: 400;
  font-size: calc(16 / 1440 * 100vw);
  line-height: calc(24 / 1440 * 100vw);
}

.single-product .product-section.grid-blog .available-card svg {
  width: calc(48 / 1440 * 100vw);
  height: calc(48 / 1440 * 100vw);
  margin-bottom: calc(8 / 1440 * 100vw);
}

.single-product .product-section.feature-accordion .heading {
  margin-bottom: calc(40 / 1440 * 100vw);
}

.single-product .product-section.feature-accordion .available-card .heading {
  font-weight: 510;
  margin: 0;
  text-align: left;
  font-size: calc(28 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  margin-bottom: calc(16 / 1440 * 100vw);
}

.single-product .product-section.feature-accordion .MuiCollapse-root {
  width: 100%;
}

.single-product .product-section.feature-accordion .MuiIconButton-root {
  padding: 0;
  margin-right: calc(16 / 1440 * 100vw);
}

.single-product .product-section.feature-accordion .card-content {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: calc(16 / 1440 * 100vw) 0;
}

.single-product .product-section.feature-accordion .card-content .heading {
  margin: 0;
  font-size: calc(20 / 1440 * 100vw) !important;
  line-height: calc(30 / 1440 * 100vw);
  margin-bottom: calc(0 / 1440 * 100vw);
  margin-left: calc(16 / 1440 * 100vw);
}

.single-product .product-section.feature-accordion .card-content-preview {
  width: 100%;
  text-align: left;
  margin: 0 calc(16 / 1440 * 100vw) calc(16 / 1440 * 100vw) calc(16 / 1440 * 100vw);
  width: calc(100% - (32 / 1440 * 100vw));
}

.single-product .product-section.feature-accordion .card-content-preview p {
  font-family: 'SF Pro';
  font-weight: 400;
  font-size: calc(16 / 1440 * 100vw);
  line-height: calc(24 / 1440 * 100vw);
}

.single-product .product-section.feature-accordion .faq-container {
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  margin-bottom: calc(16 / 1440 * 100vw);
}

.single-product .product-section.feature-accordion .faq-container + .heading {
  margin-top: calc(24 / 1440 * 100vw);
}

.single-product .product-section.feature-accordion .menu-column .available-card {
  display: block;
  position: relative;
  height: 100%;
}

.single-product .product-section.feature-accordion .menu-wrapper {
  position: sticky;
  top: calc(40 / 1440 * 100vw);
  display: block;
  border: 1px solid #ebebeb;
  text-align: left;
  padding: calc(16 / 1440 * 100vw);
  border-radius: calc(16 / 1440 * 100vw);
}

.single-product .product-section.feature-accordion .menu-wrapper p.heading {
  font-weight: 510;
  margin: 0;
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
}

.single-product .product-section.feature-accordion .menu-wrapper p.link {
  color: #184bff;
  font-family: 'SF Pro';
  font-weight: 400;
  font-size: calc(17 / 1440 * 100vw);
  line-height: calc(22 / 1440 * 100vw);
  margin-top: calc(12 / 1440 * 100vw);
  cursor: pointer;
}

.single-product .product-section.feature-accordion .menu-wrapper p.link:hover {
  text-decoration: underline;
}

.single-product .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.single-product .modal .modal-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  width: calc(100% - 80px);
  max-width: 800px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: showModal 0.3s ease-in-out;
}

.single-product .modal .close-btn {
  position: sticky;
  display: block;
  top: 0px;
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background: none;
  font-weight: bold;
  background: #f3f3f3;
  color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-bottom: 20px;
}

.single-product .modal.close-btn:hover {
  color: red;
}

.single-product .modal .modal-content::-webkit-scrollbar {
  width: 10px;
}

.single-product .modal .modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.single-product .modal .modal-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.single-product .modal .modal-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.single-product .modal .modal-content {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

.single-product .modal .open-modal-btn {
  padding: 10px 20px;
  background-color: #008cba;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.single-product .modal .open-modal-btn:hover {
  background-color: #005f78;
}

.single-product #youtube-modal .video-frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.single-product #youtube-modal iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.single-product .product-section.gsi-awards {
  background-color: #000;
  color: #fff;
  padding: 0px;
}
.single-product .product-section.gsi-awards .MuiBox-root {
  background-color: transparent;
}
.single-product .product-section.gsi-awards .MuiBox-root h2 {
  font-size: 32px;
  margin-bottom: 16px;
}
.single-product .product-section.gsi-awards .MuiBox-root h2 span{
  color: #D9B752;
}
.single-product .product-section.gsi-awards .MuiBox-root p {
  color: #C9CACE;
  font-size: 20px;
  margin-bottom: 22px;
  line-height: 30px;
}
.single-product .product-section.gsi-awards .MuiBox-root a {
  color: #C9CACE;
  font-size: 17px;
  display: flex;
  align-items: center;
}
.single-product .product-section.gsi-awards .MuiBox-root a:hover {
  color: #fff;
}
.single-product .product-section.gsi-awards .MuiBox-root a:hover path {
  stroke: #fff;
}

.single-product .product-section.gsi-awards .badge {
  min-width: 200px;
  border: none
}

.single-product .product-section.gsi-awards .awards-content {
  text-align: left;
  align-content: center;
  padding-left: 0;
  padding-right: 0;
}

/* Media query for screens above 1440px */
@media (min-width: 1441px) {
  .workflow-section.product-section.column-grid .workflow-card {
    width: 16% !important;
  }

  .tabs-group .tabs {
    width: 70%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .single-product .product-section.column-grid.number-fact .business-benefits .number-box .symbol {
    right: 56px !important;
  }
  .single-product .tabs-group .tabcontent {
    padding: 40px 50px !important;
  }
  .single-product .recognised-inovator .description {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .product-section.secure-section .tab button {
    font-size: 17px !important;
    line-height: 17px !important;
    font-weight: 400 !important;
  }
  .single-product .tabs-group .tab {
    margin: 0px 50px !important;
    padding: 25px 0px 16px 0px !important;
  }
  .section-pills.category-section .description.check-mark {
    font-size: 24px !important;
  }
  .single-product .contentSwitcher {
    padding: 4px;
    border-radius: 48px;
    margin-bottom: 6px;
  }

  .single-product .contentSwitcher > div {
    font-size: 20px;
    line-height: 30px;
    padding: 8px;
    border-radius: 40px;
  }

  .single-product .product-section {
    padding: 80px 0;
  }

  .single-product .product-section .MuiButtonBase-root.MuiButton-root {
    height: 45px;
    padding: 19px 32px !important;
  }

  .single-product .product-section a.button-cta .MuiButton-root {
    font-size: 15px;
    line-height: 20px;
    border: 2px solid #184bff;
    border-radius: 8px;
  }

  .single-product .product-section .buttons {
    gap: 16px;
    margin-top: 40px;
  }

  .single-product .product-section .buttons.gradient a.button-cta.button-border .MuiButton-root {
    border-width: 1px;
  }

  .single-product .product-section,
  .single-product .product-section .MuiTypography-body1 {
    font-size: 20px;
    line-height: 24px;
  }

  .single-product .product-section .heading {
    font-size: 44px;
    line-height: 60px;
    margin-bottom: 16px;
    /* max-width: 1000px; */
  }

  .single-product.product-template-product-data-exchange .product-section .heading,
  .single-product.product-template-product-data-exchange-landing .product-section .heading {
    max-width: 960px;
  }

  .single-product .product-section .title {
    font-size: 68px;
    line-height: 88px;
    font-weight: 700;
  }

  .single-product .product-section.product-header {
    padding: 10px;
    padding-top: 123px;
    padding-bottom: 44px;
  }

  .single-product .product-section.product-header .description {
    font-size: 20px;
    line-height: 30px;
  }

  .single-product .product-section.product-header a.button-cta.button-border .MuiButton-root {
    border-width: 1px;
  }

  .single-product .product-section.product-header .hero-banner {
    padding: 46.5px 0;
  }

  .single-product .product-section.product-header .hero-banner .label {
    margin-top: 8px;
    margin-bottom: 10px;
  }

  .single-product .product-section.product-header .hero-banner .award-logo {
    margin-top: 20px;
    width: 331.5px;
  }

  /* .single-product .product-section.product-header .hero-banner img {
        top: 50%;
        transform: translateY(-59%);
    } */

  .single-product .product-section.product-header .hero-banner .right-side img,
  .single-product .product-section.product-header .hero-banner .right-side .images {
    /* top: 110px; */
    width: 514px;
  }

  .single-product.product-template-product-ewitness .product-section.product-header .hero-banner .right-side img {
    right: -80px;
  }

  .single-product.product-template-product-esignature .product-section.product-header .hero-banner .right-side img {
    top: 35px;
  }

  .single-product.product-template-product-data-exchange .product-section.product-header .hero-banner .right-side img {
    top: 10px;
    right: -110px;
  }

  .single-product .product-section.product-header .hero-banner .left-side {
    max-width: 730px;
  }

  .single-product.product-template-product-data-exchange .product-section.product-header .hero-banner .left-side {
    max-width: 864px;
  }

  .single-product.product-template-product-ewitness .product-section.product-header .hero-banner .left-side {
    max-width: 880px;
  }

  .single-product.product-template-product-ewitness
    .product-section.product-header
    .hero-banner
    .left-side
    .description {
    max-width: 759px;
  }

  .single-product .product-section.product-header .hero-banner.with-form {
    gap: 40px;
  }

  .single-product form.wpcf7-form p > label {
    font-size: 17px;
    line-height: 22px;
  }

  .single-product form.wpcf7-form p > label,
  .single-product form.wpcf7-form input,
  .single-product form.wpcf7-form select,
  .single-product form.wpcf7-form textarea {
    width: calc(100% - 20px);
  }

  .single-product form.wpcf7-form input,
  .single-product form.wpcf7-form select,
  .single-product form.wpcf7-form textarea {
    font-size: 15px;
    line-height: 20px;
    border: 1px solid #bdbfc7;
    border-radius: 8px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .single-product form.wpcf7-form textarea {
    padding-top: 10px;
    padding-top: 10px;
  }

  .single-product form.wpcf7-form input,
  .single-product form.wpcf7-form select {
    height: 45px;
  }

  .single-product form.wpcf7-form select {
    background-position: calc(100% - 10) center;
    background-size: 24px;
  }

  .single-product form.wpcf7-form input[type='submit'] {
    font-size: 15px;
    line-height: 20px;
    height: 45px;
    min-width: 188px;
    border: 2px solid #184bff;
    border-radius: 8px;
  }

  .single-product form.wpcf7-form .row-2-input {
    gap: 20px;
  }

  .single-product form.wpcf7-form .wpcf7-form-control-wrap > select {
    height: 50px;
  }

  .single-product .product-section.product-header .hero-banner .form-wrapper {
    padding: 20px 24px;
    border-radius: 16px;
  }

  .single-product .product-section.product-header .hero-banner .form-wrapper .description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .single-product .product-section.product-header .trusted-by-label {
    font-size: 20px;
    line-height: 30px;
  }

  .single-product .product-section.product-header .left-side .trusted-by-label {
    margin-top: 40px;
  }

  .single-product .product-section.product-header .trusted-by-images {
    margin-top: 20px;
  }

  .single-product .product-section.product-header .trusted-by-images img {
    height: 58px;
  }

  .single-product .product-section.column-grid img {
    margin-bottom: 16px;
    width: 120px;
  }

  .single-product .product-section.column-grid .disclaimer {
    font-size: 13px;
    line-height: 19.5px;
  }

  .single-product .product-section.column-grid .MuiBox-root {
    padding: 35px 24px;
    border-radius: 16px;
    height: calc(100% - 32px);
  }

  .single-product .product-section.column-grid .MuiGrid-item .heading {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .single-product .product-section.column-grid .MuiGrid-container.counter .MuiGrid-item .heading {
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 16px;
  }

  .single-product .product-section.column-grid .MuiGrid-item .description {
    font-size: 17px;
    line-height: 22px;
  }

  .single-product .product-section.column-grid.secure .MuiGrid-item .description {
    font-size: 20px;
    line-height: 30px;
  }

  .single-product .product-section.column-grid.has-expand .see-more {
    margin-top: 40px;
    gap: 8px;
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 17px;
    line-height: 22px;
  }

  .single-product .product-section.column-grid.has-expand .see-more svg {
    width: 24px;
    height: 24px;
  }

  .single-product .product-section.column-grid.key-highlights .MuiContainer-root {
    max-width: 1176px;
  }

  .single-product .product-section.column-flex .heading {
    margin-top: 8px;
    margin-bottom: 20px;
  }

  .single-product .product-section.section-cta .assetVerificationVehicles {
    gap: 24px;
  }

  .single-product .product-section.section-cta .assetVerificationVehicles img {
    width: 82.85px;
  }

  .single-product .product-section.section-image.recognised-inovator .heading {
    margin-bottom: 40px;
  }

  .single-product .product-section.section-image .MuiGrid-container img {
    width: 184px;
    margin-bottom: 8px;
  }

  .single-product .product-section.section-image .title {
    font-size: 17px;
    line-height: 22px;
  }

  .single-product.product-template-product-asset-verification .product-section.column-flex .MuiGrid-root .heading,
  .single-product.product-template-product-asset-verification-landing
    .product-section.column-flex
    .MuiGrid-root
    .heading {
    font-size: 44px;
    line-height: 60px;
  }

  .single-product.product-template-product-asset-verification .product-section.column-flex,
  .single-product.product-template-product-asset-verification-landing .product-section.column-flex {
    max-width: 1166px;
  }

  .single-product.product-template-product-asset-verification .product-section.column-flex .diff-items img,
  .single-product.product-template-product-asset-verification-landing .product-section.column-flex .diff-items img {
    border-radius: 16px;
    width: 436px;
    height: 464px;
  }

  .single-product .product-section.column-flex .diff-items .rounded img {
    border-radius: 16px;
  }

  .single-product .product-section.column-flex .heading.heading-large,
  .single-product.product-template-product-asset-verification-landing .product-section.column-flex .heading {
    font-size: 56px;
    line-height: 60px;
  }

  .single-product .product-section.column-flex .subtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .single-product .product-section.column-flex ul.subtitle li {
    gap: 12px;
  }

  .single-product .product-section.column-flex ul.subtitle li svg {
    height: 24px;
    width: 24px;
    margin-top: 4px;
  }

  .single-product .product-section.column-flex .diff-items {
    padding: 40px 0;
  }

  .single-product .product-section.column-flex .diff-items:nth-child(odd) .MuiGrid-item:nth-child(1) {
    padding-right: 80px !important;
  }

  .single-product .product-section.column-flex .diff-items:nth-child(even) .MuiGrid-item:nth-child(1) {
    padding-left: 80px !important;
  }

  .single-product .product-section.column-grid .MuiGrid-item .heading.grid-headingSm {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .single-product .product-section.column-grid.number-fact .MuiBox-root .number-box {
    border-radius: 24px;
    padding: 77px 30px;
    width: calc(100% - 32px);
    margin-bottom: 20px;
  }

  .single-product .product-section.column-grid.number-fact .MuiBox-root .number-box .number {
    font-size: 280px;
    margin-right: 0px;
  }

  .single-product.product-template-product-data-exchange
    .product-section.column-grid.number-fact
    .flex-column:not(:last-child)
    .MuiBox-root
    .number-box
    .symbol,
  .single-product.product-template-product-data-exchange-landing
    .product-section.column-grid.number-fact
    .flex-column:not(:last-child)
    .MuiBox-root
    .number-box
    .symbol {
    right: 75px;
  }

  .single-product .product-section.column-grid.number-fact .MuiBox-root .number-box .number span {
    font-size: 80px;
  }

  .single-product .product-section.column-grid.number-fact .MuiBox-root .number-box .symbol {
    right: 120px;
    bottom: 120px;
    font-size: 120px;
    line-height: 88px;
  }

  .single-product .product-section.column-grid.number-fact .MuiBox-root .number-box .symbol {
    text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
  }

  .single-product.product-template-product-asset-verification
    .product-section.column-grid.number-fact
    .flex-column
    .MuiBox-root
    .number-box
    .symbol,
  .single-product.product-template-product-asset-verification-landing
    .product-section.column-grid.number-fact
    .flex-column
    .MuiBox-root
    .number-box
    .symbol {
    right: 100px;
  }

  .single-product.product-template-product-asset-verification
    .product-section.column-grid.number-fact
    .flex-column:nth-child(2)
    .MuiBox-root
    .number-box
    .symbol,
  .single-product.product-template-product-asset-verification-landing
    .product-section.column-grid.number-fact
    .flex-column:nth-child(2)
    .MuiBox-root
    .number-box
    .symbol {
    right: 65px;
  }

  .single-product.product-template-product-redact-ai
    .product-section.column-grid.number-fact
    .flex-column:first-child
    .MuiBox-root
    .number-box
    .symbol,
  .single-product.product-template-product-redact-ai-landing
    .product-section.column-grid.number-fact
    .flex-column:first-child
    .MuiBox-root
    .number-box
    .symbol {
    right: 45px;
  }

  .single-product.product-template-product-redact-ai
    .product-section.column-grid.number-fact
    .flex-column:not(:first-child)
    .MuiBox-root
    .number-box
    .symbol,
  .single-product.product-template-product-redact-ai-landing
    .product-section.column-grid.number-fact
    .flex-column:not(:first-child)
    .MuiBox-root
    .number-box
    .symbol {
    right: 101px;
  }

  .single-product.product-template-product-redact-ai
    .product-section.column-grid.number-fact
    .flex-column:last-child
    .MuiBox-root
    .number-box
    .symbol,
  .single-product.product-template-product-redact-ai-landing
    .product-section.column-grid.number-fact
    .flex-column:last-child
    .MuiBox-root
    .number-box
    .symbol {
    right: 145px;
  }

  .single-product .product-section.section-pills .heading {
    margin-bottom: 40px;
  }

  .single-product .product-section.section-pills .items {
    gap: 24px;
  }

  .single-product .product-section.section-pills .item {
    padding: 22.5px 24px;
    border-radius: 56px;
  }

  .single-product .product-section.section-pills .description {
    font-size: 32px;
  }

  .single-product .product-section.footer-wrapper {
    padding-bottom: 32px;
  }

  /* .single-product .product-section.footer-wrapper .footer-top {
        max-width: 604px;
    } */

  .single-product .product-section.footer-wrapper .footer-top .footer-text {
    font-size: 17px;
  }

  .single-product .product-section.footer-wrapper img {
    margin-top: 80px;
    margin-bottom: 16px;
    width: 105.26px;
  }

  .single-product .product-section.footer-wrapper .footer-text {
    font-size: 15px;
    line-height: 22px;
  }

  .single-product .product-section.footer-wrapper .footer-menu {
    gap: 40px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .single-product .product-section.footer-wrapper .footer-menu p {
    font-size: 13px;
    line-height: 20px;
  }

  .single-product .product-section.section-tabs .tabs {
    border-radius: 12px;
  }

  .single-product .product-section.section-tabs .tab {
    border-bottom: 1px solid #5a1b93;
    padding: 24px 152.5px;
  }

  .single-product .product-section.section-tabs .tab button {
    font-size: 28px;
    line-height: 30px;
  }

  .single-product .product-section.section-tabs .tab button.active::before {
    bottom: -24px;
    height: 8px;
    border-radius: 16px 16px 0 0;
  }

  .single-product .product-section.section-tabs .tabcontent {
    padding: 40px 144px;
  }

  .single-product .product-section.section-tabs .tabcontent p {
    min-height: 125px;
  }

  .single-product .product-section.section-tabs .tabcontent img {
    width: 800px;
    margin-top: 40px;
  }

  .single-product .product-section.section-faq h2.heading {
    margin-bottom: 40px;
  }

  .single-product .product-section.section-faq h4.heading {
    font-size: 20px;
    line-height: 30px;
  }

  .single-product .product-section.section-faq .card-content-preview .description {
    font-size: 16px;
    line-height: 21px;
  }

  .single-product .product-section.column-grid-card .MuiGrid-item .heading {
    margin: 24px 0 16px 0 !important;
    font-size: 28px;
    line-height: 30px;
  }

  .single-product .product-section.column-grid-card img {
    border-radius: 13.85px;
    height: 235.38px;
  }

  .single-product .product-section.column-puzzle .column-1 > .MuiBox-root {
    padding: 40px 40px 40px 40px;
    border-radius: 16px;
    height: calc(100% - 32px);
  }

  .single-product .product-section.column-puzzle .column-1 .heading {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 30px;
  }

  .single-product .product-section.column-puzzle .column-2 > .MuiBox-root .MuiBox-root {
    padding: 24px 16px 24px 24px;
    border-radius: 16px;
    height: calc(100% - 32px);
  }

  .single-product .product-section.column-puzzle .column-3 .MuiBox-root {
    width: calc(100% - 48px);
  }

  .single-product .product-section.column-puzzle .column-2 > .MuiBox-root .heading {
    font-size: 72px;
    line-height: 88px;
    margin-bottom: 16px;
  }

  .single-product .product-section.column-puzzle .column-1 > .MuiBox-root > div:not(:last-child) {
    margin-bottom: 40px;
  }

  .single-product .product-section.column-puzzle .owl-nav {
    margin-top: 30px;
  }

  .single-product .product-section.column-puzzle .owl-nav span {
    font-size: 32px;
    width: 48px;
    height: 48px;
  }

  .single-product .product-section.section-side-tabs .navigation .MuiBox-root {
    padding: 16px;
    border-radius: 16px;
    height: calc(100% - 32px);
  }

  .single-product .product-section.section-side-tabs .navigation button {
    padding: 8px 16px;
    border-radius: 32px;
    font-size: 17px;
    line-height: 22px;
  }

  .single-product .product-section.section-side-tabs .navigation button:not(:last-child) {
    margin-bottom: 12px;
  }

  .single-product .product-section.section-side-tabs .navigation .label {
    margin-bottom: 4px;
  }

  .single-product .product-section.section-side-tabs .content .description {
    margin-top: 20px;
  }

  .single-product .product-section.section-side-tabs .content .description1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
  }

  .single-product .product-section.section-side-tabs .content img {
    height: 396px;
    border-radius: 16px;
  }

  .single-product .product-section.section-side-tabs .content .link {
    gap: 12px;
    padding: 8px 0;
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
  }

  .single-product .product-section.section-side-tabs .content .link svg {
    height: 24px;
  }

  .single-product .product-section.section-testimonial .heading {
    margin-bottom: 20px !important;
  }

  .single-product .product-section.section-testimonial .testimonial-box {
    max-width: 856px;
    margin: 30px auto 0 auto;
  }

  .single-product .product-section.section-testimonial .testimonial-bg {
    background: #ffffff;
    border-radius: 16px;
    padding: 60px 98px;
  }

  .single-product .product-section.section-testimonial .quote {
    font-size: 28px;
    line-height: 36px;
  }

  .single-product .product-section.section-testimonial .client-image {
    width: 120px;
    height: 120px;
    margin: 24px auto 16px auto;
  }

  .single-product .product-section.section-testimonial .client-location {
    font-size: 17px;
    line-height: 22px;
  }

  .single-product .product-section.section-testimonial .quote-img1,
  .single-product .product-section.section-testimonial .quote-img2 {
    width: 80px;
    height: 80px;
  }

  .single-product .product-section.section-testimonial .quote-img1 {
    top: -50px;
    left: -30px;
  }

  .single-product .product-section.section-testimonial .quote-img2 {
    bottom: -50px;
    right: -30px;
  }

  .single-product .product-section.how-it-works-slider .slider-container {
    max-width: 960px;
  }

  .single-product .product-section.how-it-works-slider .tab-buttons {
    gap: 120px;
    border-bottom: 1px solid #d1d1d1;
  }

  .single-product.product-template-product-asset-verification .product-section.how-it-works-slider .tab-buttons,
  .single-product.product-template-product-asset-verification-landing
    .product-section.how-it-works-slider
    .tab-buttons {
    gap: 80px;
  }

  .single-product .product-section.how-it-works-slider .tab-button-item {
    font-size: 24px;
    line-height: 30px;
    padding: 16px;
  }

  .single-product .product-section.how-it-works-slider .tab-button-item.active::before {
    bottom: -1px;
    height: 4px;
    border-radius: 8px 8px 0px 0px;
  }

  .single-product .product-section.how-it-works-slider .tab-contents {
    margin-top: 42px;
    margin-bottom: 24px;
  }

  .single-product .product-section.how-it-works-slider .tab-content-item {
    border: 1px solid #ebebeb;
    border-radius: 16px;
  }

  .single-product .product-section.how-it-works-slider .tab-content-item .icon {
    width: 36px;
    height: 36px;
    margin-bottom: 24px;
  }

  .single-product .product-section.how-it-works-slider .tab-content-item .title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16;
  }

  .single-product .product-section.how-it-works-slider .tab-content-item .description {
    font-size: 17px;
    line-height: 22px;
  }

  .single-product .product-section.how-it-works-slider .tab-content-item .left-side {
    padding: 40px;
    width: calc(50% - 40px);
  }

  .single-product .product-section.how-it-works-slider .tab-content-item .right-side {
    width: calc(50% + 40px);
  }

  .single-product .product-section.how-it-works-slider .dot-buttons {
    gap: 8px;
    border-radius: 24px;
    border: 1px solid #ebebeb;
    padding: 4px;
  }

  .single-product .product-section.how-it-works-slider .dot-button-item {
    width: 12px;
    height: 12px;
    border: 1px solid #bccafd;
  }

  .single-product .product-section.section-faq.faq-tab .tab-buttons {
    gap: 120px;
    border-bottom: 2px solid #d1d1d1;
    margin-bottom: 40px;
  }

  .single-product .product-section.section-faq.faq-tab .tab-button-item {
    font-size: 24px;
    line-height: 30px;
    padding: 16px;
  }

  .single-product .product-section.section-faq.faq-tab .tab-button-item.active::before {
    bottom: -1px;
    height: 4px;
    border-radius: 8px 8px 0px 0px;
  }

  .single-product .product-section.section-grid-benefit .MuiGrid-container {
    max-width: 1118px;
  }

  .single-product .product-section.section-grid-benefit .available-card {
    gap: 16px;
    padding: 24px 24px 0 24px;
    border-radius: 16px;
    min-height: calc(100% - 24px);
  }

  .single-product .product-section.section-grid-benefit .flex-column .heading {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 30px;
  }

  .single-product .product-section.section-grid-benefit .flex-column .description {
    font-size: 17px;
    line-height: 22px;
  }

  .single-product .product-section.section-grid-benefit .available-card img {
    width: 209.4px;
  }

  .single-product .product-section.grid-blog img {
    height: 293px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .single-product .product-section.grid-blog .MuiContainer-root > .description {
    margin-bottom: 30px;
  }

  .single-product .product-section.grid-blog .MuiGrid-container {
    max-width: 1197px;
  }

  .single-product .product-section.grid-blog .heading {
    margin-bottom: 30px;
  }

  .single-product .product-section.grid-blog .available-card .heading {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .single-product .product-section.grid-blog .available-card .description {
    font-size: 16px;
    line-height: 24px;
  }

  .single-product .product-section.grid-blog .available-card svg {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
  }

  .single-product .product-section.feature-accordion .heading {
    margin-bottom: 40px;
  }

  .single-product .product-section.feature-accordion .available-card .heading {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .single-product .product-section.feature-accordion .MuiIconButton-root {
    margin-right: 16px;
  }

  .single-product .product-section.feature-accordion .card-content {
    padding: 16px 0;
  }

  .single-product .product-section.feature-accordion .card-content .heading {
    font-size: 20px !important;
    line-height: 30px;
    margin-bottom: 0px;
    margin-left: 16px;
  }

  .single-product .product-section.feature-accordion .card-content-preview {
    margin: 0 16px 16px 16px;
    width: calc(100% - 32px);
  }

  .single-product .product-section.feature-accordion .card-content-preview p {
    font-size: 16px;
    line-height: 24px;
  }

  .single-product .product-section.feature-accordion .faq-container {
    margin-bottom: 16px;
  }

  .single-product .product-section.feature-accordion .faq-container + .heading {
    margin-top: 24px;
  }

  .single-product .product-section.feature-accordion .menu-wrapper {
    top: 40px;
    padding: 16px;
    border-radius: 16px;
  }

  .single-product .product-section.feature-accordion .menu-wrapper p.heading {
    font-size: 20px;
    line-height: 30px;
  }

  .single-product .product-section.feature-accordion .menu-wrapper p.link {
    font-size: 17px;
    line-height: 22px;
    margin-top: 12px;
  }

  .single-product .product-section.section-video-tabs .heading {
    margin-bottom: 40px;
  }

  .single-product .product-section.section-video-tabs .tabMenus {
    gap: 80px;
    padding: 8px 12px;
    border-radius: 64px;
    margin-bottom: 40px;
  }

  .single-product .product-section.section-video-tabs .tabItem {
    padding: 16px;
    border-radius: 48px;
    font-size: 24px;
    line-height: 30px;
  }

  .single-product .product-section.section-video-tabs video {
    border-radius: 24px;
  }

  .single-product .product-section.section-video-tabs .customPlayButton {
    width: 120px;
  }
}

@media (min-width: 1280px) {
  .workflow-section.product-section.column-grid .workflow-card {
    width: 29%;
  }
  .single-product .product-section.section-testimonial .owl-prev,
  .single-product .product-section.section-testimonial .owl-next {
    padding: 10px !important;
  }

  .single-product .product-section.section-testimonial .owl-prev svg,
  .single-product .product-section.section-testimonial .owl-next svg {
    height: 46px;
    width: 46px;
  }

  .single-product .product-section.section-testimonial .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 80vw;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .workflow-section.product-section.column-grid .workflow-card {
    width: 49%;
  }
  .single-product .product-section.column-grid img {
    margin-bottom: calc(16 / 600 * 100vw);
  }

  .single-product .product-section.column-grid .MuiGrid-item .heading.grid-headingSm {
    font-size: calc(20 / 1440 * 100vw) !important;
  }

  .single-product .product-section.column-grid-card .MuiGrid-item .heading {
    font-size: calc(28 / 1440 * 100vw) !important;
  }

  .single-product .product-section.section-faq h4.heading {
    font-size: calc(20 / 1440 * 100vw) !important;
  }

  .single-product .product-section.column-puzzle .column-1 .heading {
    font-size: calc(30 / 1440 * 100vw) !important;
  }

  .single-product .product-section.column-grid .MuiGrid-item .heading {
    font-size: calc(20 / 1440 * 100vw) !important;
  }
}

@media (min-width: 601px) and (max-width: 1440px) {
  .single-product .header-wrapper > .MuiContainer-root,
  .single-product .product-section > .MuiContainer-root {
    padding-left: calc(48 / 1440 * 100vw) !important;
    padding-right: calc(48 / 1440 * 100vw) !important;
  }

  .single-product .product-section.column-grid .MuiGrid-container.counter .MuiGrid-item .heading {
    font-size: calc(56 / 1440 * 100vw) !important;
  }

  .single-product .product-section.product-header .trusted-by-label {
    font-size: calc(20 / 1440 * 100vw) !important;
  }

  .single-product .product-section.section-grid-benefit .flex-column .heading {
    font-size: calc(24 / 1440 * 100vw) !important;
  }

  .single-product .product-section.grid-blog .available-card .heading {
    font-size: calc(28 / 1440 * 100vw) !important;
  }
}

@media (min-width: 601px) {
  .single-product .hide-desktop {
    display: none;
  }

  .single-product .product-section.column-grid .MuiGrid-root.counter .MuiGrid-item:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 100%;
    max-height: calc(80 / 1440 * 100vw);
    width: 1px;
    background: #ebebeb;
  }

  .single-product .product-section.column-flex .diff-items:nth-child(odd) .MuiGrid-item:nth-child(1) {
    padding-right: calc(80 / 1440 * 100vw);
  }

  .single-product .product-section.column-flex .diff-items:nth-child(even) .MuiGrid-item:nth-child(1) {
    padding-left: calc(80 / 1440 * 100vw);
  }
}

@media (max-width: 600px) {
  .single-product .product-section.section-pbm-0.workflow-section {
    padding-bottom: 65px !important;
  }
  .workflow-section.product-section.column-grid .workflow-card {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .single-product .product-section.how-it-works-slider .tab-buttons {
    width: 100%;
    overflow: auto;
  }
  .single-product .product-section.section-tabs .tab {
    border-bottom: calc(1 / 600 * 100vw) solid #ffffff36;
    padding: calc(24 / 600 * 100vw) calc(20 / 600 * 100vw);
    width: 90%;
    overflow-x: auto;
    white-space: nowrap;
    gap: 30px;
  }
  .single-product .secure-section.section-tabs .tab button.active::before {
    bottom: calc(-56 / 1440 * 100vw) !important;
  }
  .single-product .product-section.doc-group .diff-items {
    margin-bottom: 20px;
  }
  .single-product .product-section.column-grid.key-highlights .MuiContainer-root {
    max-width: 100%;
    padding-bottom: 20px;
  }
  .single-product .hide-mobile {
    display: none;
  }

  .single-product .contentSwitcher {
    padding: calc(4 / 600 * 100vw);
    border-radius: calc(48 / 600 * 100vw);
    margin-bottom: calc(6 / 600 * 100vw);
  }

  .single-product .contentSwitcher > div {
    font-size: calc(20 / 600 * 100vw);
    line-height: calc(30 / 600 * 100vw);
    padding: calc(8 / 600 * 100vw);
    border-radius: calc(40 / 600 * 100vw);
  }

  .single-product .product-section {
    padding: calc(80 / 600 * 100vw) 0;
  }

  .single-product .header-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .single-product .header-wrapper > .MuiContainer-root,
  .single-product .product-section > .MuiContainer-root {
    padding-left: calc(32 / 600 * 100vw) !important;
    padding-right: calc(32 / 600 * 100vw) !important;
  }

  .single-product .product-section.section-pbm-0 {
    padding-bottom: 0 !important;
  }

  .single-product .product-section .MuiTypography-body1 {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }

  .single-product .product-section .title {
    font-size: calc(31 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }

  .single-product .product-section .heading {
    font-size: calc(44 / 600 * 100vw) !important;
    line-height: calc(60 / 600 * 100vw) !important;
    margin-bottom: calc(16 / 600 * 100vw) !important;
    /* max-width: 100% !important; */
  }

  .single-product .product-section .heading br {
    display: none;
  }

  .single-product .product-section .buttons {
    margin-top: calc(40 / 600 * 100vw);
  }

  .single-product .product-section .buttons.gradient a.button-cta.button-border .MuiButton-root {
    border-width: calc(1 / 600 * 100vw);
  }

  .single-product .product-section .buttons.gradient a.button-cta:not(.button-border) .MuiButton-root {
    padding-top: calc(18.5 / 375 * 100vw) !important;
    padding-bottom: calc(18.5 / 375 * 100vw) !important;
  }

  .single-product .product-section.product-header a.button-cta:not(.button-border) .MuiButton-root {
    padding-top: calc(18.225 / 375 * 100vw) !important;
    padding-bottom: calc(18.225 / 375 * 100vw) !important;
  }

  .single-product .product-section.product-header .description {
    font-size: calc(20 / 600 * 100vw);
    line-height: calc(30 / 600 * 100vw);
  }

  .single-product .product-section.product-header a.button-cta .MuiButton-label {
    display: flex;
    gap: calc(17 / 600 * 100vw);
  }

  .single-product .product-section.product-header a.button-cta .MuiButton-label svg {
    height: calc(24 / 600 * 100vw);
    width: auto;
  }

  .single-product .product-section.product-header .trusted-by-images {
    max-width: calc(500 / 600 * 100vw);
  }

  .single-product .product-section.product-header .trusted-by-images img {
    height: calc(58 / 600 * 100vw);
  }

  .single-product .product-section.product-header .trusted-by-label {
    font-size: calc(20 / 600 * 100vw);
    line-height: calc(30 / 600 * 100vw);
  }

  .single-product .product-section.product-header .left-side .trusted-by-label {
    margin-top: calc(40 / 600 * 100vw);
  }

  .single-product .product-section.product-header .buttons {
    margin-top: calc(40 / 600 * 100vw);
    margin-bottom: calc(40 / 600 * 100vw);
  }

  .single-product .product-section .MuiButtonBase-root.MuiButton-root {
    height: calc(50 / 600 * 100vw);
    padding: calc(19 / 600 * 100vw) calc(32 / 600 * 100vw) !important;
  }

  .single-product .product-section a.button-cta .MuiButton-root {
    font-size: calc(20 / 600 * 100vw);
    line-height: calc(24 / 600 * 100vw);
    border-radius: calc(8 / 600 * 100vw);
  }

  .single-product .product-section.product-header .buttons {
    justify-content: center;
  }

  .single-product .product-section.product-header .hero-banner .label {
    margin-top: calc(8 / 600 * 100vw);
    margin-bottom: calc(10 / 600 * 100vw);
  }

  /* .single-product .product-section.product-header .hero-banner img {
        display: block;
        position: relative;
        top: unset;
        right: unset;
        width: calc(500 / 600 * 100vw);
        margin-left: auto;
        margin-right: auto;
    } */

  .single-product .product-section.product-header .hero-banner .right-side img,
  .single-product .product-section.product-header .hero-banner .right-side .images,
  .single-product.product-template-product-esignature .product-section.product-header .hero-banner .right-side img {
    top: 91%;
    right: 50% !important;
    transform: translateX(50%);
    width: calc(500 / 600 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }

  .single-product.product-template-product-redact-ai .product-section.product-header .hero-banner .right-side img {
    top: 89%;
  }

  .single-product.product-template-product-data-exchange .product-section.product-header .hero-banner .right-side img {
    top: 96%;
  }

  .product-template-product-redact-ai .product-section.product-header .hero-banner .right-side .images {
    top: 101%;
  }

  .product-template-product-redact-ai .product-section.product-header .hero-banner .right-side .images img:first-child {
    margin-left: 22%;
  }

  .single-product .product-section.product-header .trusted-by-label {
    margin-top: calc(440 / 600 * 100vw);
  }

  .product-template-product-redact-ai .product-section.product-header .trusted-by-label {
    margin-top: calc(470 / 600 * 100vw);
  }

  .single-product .product-section.product-header .landing-trusted-by .trusted-by-label {
    margin-top: calc(40 / 600 * 100vw);
  }

  .single-product .product-section.product-header {
    padding-top: calc(150 / 600 * 100vw);
    padding-bottom: calc(88 / 600 * 100vw);
  }

  .single-product .product-section.product-header .hero-banner .award-logo {
    margin-top: calc(20 / 375 * 100vw);
    width: calc(331.5 / 375 * 100vw);
  }

  .single-product .product-section.product-header .hero-banner .left-side {
    max-width: 100% !important;
    text-align: center;
  }

  .single-product .product-section.product-header .hero-banner .left-side .label {
    margin-bottom: calc(20 / 600 * 100vw);
  }

  .single-product .product-section.product-header .hero-banner .left-side > * {
    text-align: left;
  }

  .single-product.product-template-product-ewitness
    .product-section.product-header
    .hero-banner
    .left-side
    .description {
    max-width: 100%;
  }

  .single-product .product-section.product-header .hero-banner.with-form > * {
    width: 100%;
  }

  .single-product .product-section.product-header .hero-banner.with-form {
    gap: calc(40 / 600 * 100vw);
  }

  .single-product form.wpcf7-form p > label {
    font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: calc(17 / 600 * 100vw);
    line-height: calc(22 / 600 * 100vw);
  }

  .single-product form.wpcf7-form input,
  .single-product form.wpcf7-form select,
  .single-product form.wpcf7-form textarea {
    font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: calc(20 / 600 * 100vw);
    line-height: calc(24 / 600 * 100vw);
    border: 1px solid #bdbfc7;
    border-radius: calc(8 / 600 * 100vw);
    margin-top: calc(5 / 600 * 100vw);
    margin-bottom: calc(10 / 600 * 100vw);
    padding-left: calc(10 / 600 * 100vw);
    padding-right: calc(10 / 600 * 100vw);
  }

  .single-product form.wpcf7-form textarea {
    padding-top: calc(10 / 600 * 100vw);
    padding-top: calc(10 / 600 * 100vw);
  }

  .single-product form.wpcf7-form p > label,
  .single-product form.wpcf7-form input,
  .single-product form.wpcf7-form select,
  .single-product form.wpcf7-form textarea {
    width: calc(100% - 15px);
  }

  .single-product form.wpcf7-form input,
  .single-product form.wpcf7-form select {
    height: calc(50 / 600 * 100vw);
  }

  .single-product form.wpcf7-form select {
    background-position: calc(100% - calc(10 / 600 * 100vw)) center;
    background-size: calc(24 / 600 * 100vw);
  }

  .single-product form.wpcf7-form input[type='submit'] {
    font-size: calc(20 / 600 * 100vw);
    line-height: calc(24 / 600 * 100vw);
    width: 100%;
    height: calc(50 / 600 * 100vw);
    border: calc(2 / 600 * 100vw) solid #184bff;
    border-radius: calc(8 / 600 * 100vw);
  }

  .single-product form.wpcf7-form .row-2-input {
    gap: calc(20 / 600 * 100vw);
  }

  .single-product form.wpcf7-form .wpcf7-form-control-wrap > select {
    height: calc(56 / 600 * 100vw);
  }

  .single-product .product-section.product-header .hero-banner .form-wrapper {
    padding: calc(20 / 600 * 100vw) calc(24 / 600 * 100vw);
    border-radius: calc(16 / 600 * 100vw);
  }

  .single-product .product-section.product-header .hero-banner .form-wrapper .heading {
    margin-bottom: 5px !important;
  }

  .single-product .product-section.product-header .hero-banner .form-wrapper .description {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-bottom: calc(24 / 600 * 100vw);
  }

  .single-product .product-section.column-grid img {
    width: calc(120 / 600 * 100vw);
  }

  .single-product .product-section.column-grid .disclaimer {
    font-size: calc(13 / 600 * 100vw);
    line-height: calc(19.5 / 600 * 100vw);
    margin-top: calc(20 / 600 * 100vw);
  }

  .single-product .product-section.column-grid .MuiBox-root {
    padding: calc(35 / 600 * 100vw) calc(24 / 600 * 100vw);
    border-radius: calc(16 / 600 * 100vw);
    height: calc(100% - calc(32 / 600 * 100vw));
  }

  .single-product .product-section.column-grid .MuiGrid-container.counter .flex-column:not(:last-child) .MuiBox-root {
    padding-bottom: 0;
  }

  .single-product .product-section.column-grid .MuiGrid-item .heading {
    font-size: calc(32 / 600 * 100vw);
    margin-bottom: calc(20 / 600 * 100vw);
  }

  .single-product .product-section.column-grid .MuiGrid-container.counter .MuiGrid-item .heading {
    font-size: calc(56 / 600 * 100vw) !important;
    line-height: calc(60 / 600 * 100vw) !important;
    margin-bottom: calc(16 / 600 * 100vw) !important;
  }

  .single-product .product-section.column-grid .MuiGrid-item .heading.grid-headingSm {
    font-size: calc(20 / 600 * 100vw);
    line-height: calc(30 / 600 * 100vw);
    margin-bottom: calc(20 / 600 * 100vw);
  }

  .single-product .product-section.column-grid .MuiGrid-item .description {
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }

  .single-product .product-section.column-grid.secure .MuiGrid-item .description {
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }

  .single-product .product-section.column-grid.has-expand .see-more {
    margin-top: calc(40 / 600 * 100vw);
    gap: calc(8 / 600 * 100vw);
    border-radius: calc(8 / 600 * 100vw);
    padding: calc(4 / 600 * 100vw) calc(8 / 600 * 100vw);
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }

  .single-product .product-section.column-grid.has-expand .see-more svg {
    width: calc(24 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
  }

  .single-product .product-section.column-grid.key-highlights .MuiContainer-root {
    max-width: 100%;
  }

  .single-product .product-section.column-flex .heading.heading-large,
  .single-product.product-template-product-asset-verification-landing .product-section.column-flex .heading {
    font-size: calc(56 / 600 * 100vw);
    line-height: calc(60 / 600 * 100vw);
  }

  /* .single-product .product-section.column-flex .diff-items,
    .single-product .product-section.column-flex .diff-items *,
    .single-product .product-section.column-flex .MuiGrid-root .heading {
        text-align: center;
    } */

  .single-product.product-template-product-asset-verification .product-section.column-flex,
  .single-product.product-template-product-asset-verification-landing .product-section.column-flex {
    max-width: 100%;
  }

  .single-product .product-section.column-flex .subtitle {
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }

  .single-product .product-section.column-flex ul.subtitle li {
    gap: calc(12 / 600 * 100vw);
  }

  .single-product .product-section.column-flex ul.subtitle li svg {
    height: calc(24 / 375 * 100vw);
    width: calc(24 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
  }

  .single-product .product-section.column-flex .diff-items > .MuiGrid-item:first-child {
    order: 2;
  }

  .single-product.product-template-product-asset-verification .product-section.column-flex .diff-items img,
  .single-product.product-template-product-asset-verification-landing .product-section.column-flex .diff-items img {
    border-radius: calc(16 / 375 * 100vw);
    width: 436px;
    height: auto;
  }

  .single-product .product-section.column-flex .diff-items .rounded img {
    border-radius: calc(16 / 600 * 100vw);
  }

  .single-product .product-section.column-flex .diff-items img {
    left: initial !important;
  }

  .single-product .product-section.column-flex .diff-items img.background {
    left: 50% !important;
    top: 50% !important;
    right: inherit !important;
    bottom: inherit !important;
    width: 80% !important;
    height: 100% !important;
    transform: translate(-50%, -50%);
    object-fit: contain;
  }

  .single-product .product-section.column-grid .MuiGrid-item .heading,
  .single-product .product-section.column-flex .MuiGrid-root .heading {
    font-size: calc(20 / 375 * 100vw) !important;
    line-height: calc(30 / 375 * 100vw) !important;
    margin-bottom: calc(20 / 600 * 100vw) !important;
  }

  .single-product.product-template-product-asset-verification .product-section.column-flex .MuiGrid-root .heading,
  .single-product.product-template-product-asset-verification-landing
    .product-section.column-flex
    .MuiGrid-root
    .heading {
    font-size: calc(44 / 375 * 100vw);
    line-height: calc(60 / 375 * 100vw);
  }

  /* .single-product .product-section.column-flex .MuiGrid-root .label {
        margin-left: auto;
        margin-right: auto;
    } */

  /* .single-product .product-section.column-flex .diff-items:nth-child(odd) {
        flex-direction: column;
    }

    .single-product .product-section.column-flex .diff-items:nth-child(even) {
        flex-direction: row;
    } */

  .single-product .product-section.column-grid.number-fact .MuiBox-root {
    padding-top: 0;
    padding-bottom: 0;
  }

  .single-product .product-section.column-grid.number-fact .MuiBox-root .number-box .symbol {
    right: 50%;
    transform: translateX(20px);
  }

  .single-product.product-template-product-asset-verification
    .product-section.column-grid.number-fact
    .flex-column
    .MuiBox-root
    .number-box
    .symbol,
  .single-product.product-template-product-asset-verification-landing
    .product-section.column-grid.number-fact
    .flex-column
    .MuiBox-root
    .number-box
    .symbol {
    right: 47%;
  }

  .single-product.product-template-product-asset-verification
    .product-section.column-grid.number-fact
    .flex-column:nth-child(2)
    .MuiBox-root
    .number-box
    .symbol,
  .single-product.product-template-product-asset-verification-landing
    .product-section.column-grid.number-fact
    .flex-column:nth-child(2)
    .MuiBox-root
    .number-box
    .symbol {
    right: 44%;
  }

  .single-product.product-template-product-redact-ai
    .product-section.column-grid.number-fact
    .flex-column:first-child
    .MuiBox-root
    .number-box
    .symbol,
  .single-product.product-template-product-redact-ai-landing
    .product-section.column-grid.number-fact
    .flex-column:first-child
    .MuiBox-root
    .number-box
    .symbol {
    right: 43%;
  }

  .single-product.product-template-product-redact-ai
    .product-section.column-grid.number-fact
    .flex-column:not(:first-child)
    .MuiBox-root
    .number-box
    .symbol,
  .single-product.product-template-product-redact-ai-landing
    .product-section.column-grid.number-fact
    .flex-column:not(:first-child)
    .MuiBox-root
    .number-box
    .symbol {
    right: 48%;
  }

  .single-product.product-template-product-redact-ai
    .product-section.column-grid.number-fact
    .flex-column:last-child
    .MuiBox-root
    .number-box
    .symbol,
  .single-product.product-template-product-redact-ai-landing
    .product-section.column-grid.number-fact
    .flex-column:last-child
    .MuiBox-root
    .number-box
    .symbol {
    right: 52%;
  }

  .single-product.product-template-product-data-exchange
    .product-section.column-grid.number-fact
    .flex-column:not(:last-child)
    .MuiBox-root
    .number-box
    .symbol,
  .single-product.product-template-product-data-exchange-landing
    .product-section.column-grid.number-fact
    .flex-column:not(:last-child)
    .MuiBox-root
    .number-box
    .symbol {
    right: 48%;
  }

  .single-product .product-section.section-pills .heading {
    margin-bottom: calc(40 / 600 * 100vw);
  }

  .single-product .product-section.section-pills .items {
    gap: calc(32 / 1440 * 100vw);
    max-width: 100%;
  }

  .single-product .product-section.section-pills .item {
    padding: calc(16 / 375 * 100vw) calc(16 / 375 * 100vw) !important;
    border-radius: calc(56 / 600 * 100vw);
  }

  .single-product .product-section.section-pills .description {
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }

  .single-product .product-section.section-cta .assetVerificationVehicles {
    gap: calc(24 / 600 * 100vw);
  }

  .single-product .product-section.section-cta .assetVerificationVehicles img {
    width: calc(82.85 / 600 * 100vw);
  }

  .single-product .product-section.section-image.recognised-inovator .heading {
    margin-bottom: calc(40 / 600 * 100vw);
  }

  .single-product .product-section.section-image .MuiGrid-container img {
    width: calc(184 / 600 * 100vw);
    margin-bottom: calc(8 / 600 * 100vw);
  }

  .single-product .product-section.section-image .title {
    font-size: calc(17 / 600 * 100vw);
    line-height: calc(22 / 600 * 100vw);
    margin-bottom: 0;
  }

  .single-product .product-section.section-image .description {
    font-size: calc(13 / 600 * 100vw);
    line-height: calc(19.5 / 600 * 100vw);
  }

  .single-product .product-section.footer-wrapper img {
    margin-top: calc(80 / 600 * 100vw);
    margin-bottom: calc(16 / 600 * 100vw);
    width: calc(105.26 / 600 * 100vw);
  }

  /* .single-product .product-section.footer-wrapper .footer-top {
        max-width: 100%;
    } */

  .single-product .product-section.footer-wrapper .footer-top .footer-text {
    font-size: calc(17 / 600 * 100vw);
  }

  .single-product .product-section.footer-wrapper .footer-text {
    font-size: calc(15 / 600 * 100vw);
    line-height: calc(22 / 600 * 100vw);
    max-width: 100%;
  }

  .single-product .product-section.footer-wrapper .footer-menu {
    gap: calc(40 / 600 * 100vw);
    margin-top: calc(16 / 600 * 100vw);
    margin-bottom: calc(16 / 600 * 100vw);
  }

  .single-product .product-section.footer-wrapper .footer-menu p {
    font-size: calc(13 / 600 * 100vw);
    line-height: calc(20 / 600 * 100vw);
  }

  .single-product .product-section.section-faq .faq-container {
    padding: calc(16 / 600 * 100vw) 0;
    border-top: solid calc(1 / 600 * 100vw) #e0e0e0;
  }

  .single-product .product-section.section-faq .faq-container:last-child {
    border-bottom: solid calc(1 / 600 * 100vw) #e0e0e0;
  }

  .single-product .product-section.section-faq h2.heading {
    margin-bottom: calc(40 / 600 * 100vw);
  }

  .single-product .product-section.section-faq h4.heading {
    font-size: calc(17 / 375 * 100vw) !important;
    line-height: calc(22 / 375 * 100vw) !important;
    margin-bottom: 0 !important;
  }

  .single-product .product-section.section-faq .card-content {
    font-size: calc(16 / 600 * 100vw);
    line-height: calc(21 / 600 * 100vw);
  }

  .single-product .product-section.section-faq .card-content-preview {
    padding-top: calc(16 / 600 * 100vw);
  }

  .single-product .product-section.section-faq .card-content-preview .description {
    font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
  }

  .single-product .product-section.section-tabs .tabs {
    border-radius: calc(12 / 600 * 100vw);
  }

  .single-product .product-section.section-tabs .tab {
    border-bottom: calc(1 / 600 * 100vw) solid #5a1b93;
    padding: calc(24 / 600 * 100vw) calc(20 / 600 * 100vw);
  }

  .single-product .product-section.section-tabs .tab button {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }

  .single-product .product-section.section-tabs .tab button.active::before {
    bottom: calc(-24 / 600 * 100vw);
    height: calc(8 / 600 * 100vw);
    border-radius: calc(16 / 600 * 100vw) calc(16 / 600 * 100vw) 0 0;
  }

  .single-product .product-section.section-tabs .tabcontent {
    padding: calc(40 / 600 * 100vw) calc(20 / 600 * 100vw);
  }

  .single-product .product-section.section-tabs .tabcontent p {
    min-height: auto;
  }

  .single-product .product-section.section-tabs .tabcontent img {
    width: calc(800 / 600 * 100vw);
    margin-top: calc(40 / 600 * 100vw);
  }

  .single-product .product-section.column-grid-card .MuiGrid-item .heading {
    margin: calc(24 / 600 * 100vw) 0 calc(16 / 600 * 100vw) 0 !important;
    font-size: calc(28 / 600 * 100vw);
    line-height: calc(30 / 600 * 100vw);
  }

  .single-product .product-section.column-grid-card img {
    border-radius: calc(13.85 / 600 * 100vw);
    height: calc(400 / 600 * 100vw);
  }

  .single-product .product-section.column-puzzle .column-1 > .MuiBox-root {
    padding: calc(40 / 600 * 100vw) calc(40 / 600 * 100vw) calc(40 / 600 * 100vw) calc(40 / 600 * 100vw);
    border-radius: calc(16 / 600 * 100vw);
    height: calc(100% - calc(32 / 600 * 100vw));
  }

  .single-product .product-section.column-puzzle .column-1 .heading {
    margin-bottom: calc(24 / 600 * 100vw) !important;
    font-size: calc(30 / 600 * 100vw);
    line-height: calc(30 / 600 * 100vw);
  }

  .single-product .product-section.column-puzzle .column-1 .client-logo {
    transform: scale(75%);
    transform-origin: 0 50%;
  }

  .single-product .product-section.column-puzzle .column-2 > .MuiBox-root {
    display: unset;
  }

  .single-product .product-section.column-puzzle .column-2 > .MuiBox-root > * {
    height: auto;
  }

  .single-product .product-section.column-puzzle .column-2 > .MuiBox-root .MuiBox-root {
    padding: calc(57.33 / 375 * 100vw) calc(16 / 600 * 100vw) calc(57.33 / 375 * 100vw) calc(24 / 600 * 100vw);
    border-radius: calc(16 / 600 * 100vw);
    height: calc(100% - calc(32 / 600 * 100vw));
    width: calc(100% - 24px);
  }

  .single-product .product-section.column-puzzle .column-2 > .MuiBox-root .description {
    max-width: calc(200 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }

  .single-product .product-section.column-puzzle .column-3 {
    margin-top: calc(16px / 600 * 100vw);
  }

  .single-product .product-section.column-puzzle .column-3 .MuiBox-root {
    width: calc(100% - calc(48 / 600 * 100vw));
  }

  .single-product .product-section.column-puzzle .column-2 > .MuiBox-root .heading {
    font-size: calc(40 / 375 * 100vw) !important;
    line-height: calc(44 / 375 * 100vw) !important;
    margin-bottom: calc(16 / 600 * 100vw) !important;
  }

  .single-product .product-section.column-puzzle .column-1 > .MuiBox-root > div:not(:last-child) {
    margin-bottom: calc(40 / 600 * 100vw);
  }

  .single-product .product-section.column-puzzle .owl-nav {
    margin-top: calc(30 / 600 * 100vw);
  }

  .single-product .product-section.column-puzzle .owl-nav span {
    font-size: calc(32 / 600 * 100vw);
    width: calc(48 / 600 * 100vw);
    height: calc(48 / 600 * 100vw);
  }

  .single-product .product-section.section-side-tabs .navigation .MuiBox-root {
    padding: calc(16 / 600 * 100vw);
    border-radius: calc(16 / 600 * 100vw);
    height: calc(100% - calc(32 / 600 * 100vw));
  }

  .single-product .product-section.section-side-tabs .navigation button {
    padding: calc(8 / 600 * 100vw) calc(16 / 600 * 100vw);
    border-radius: calc(32 / 600 * 100vw);
    font-size: calc(17 / 600 * 100vw);
    line-height: calc(22 / 600 * 100vw);
  }

  .single-product .product-section.section-side-tabs .navigation button:not(:last-child) {
    margin-bottom: calc(12 / 600 * 100vw);
  }

  .single-product .product-section.section-side-tabs .navigation .label {
    margin-bottom: calc(4 / 600 * 100vw);
  }

  .single-product .product-section.section-side-tabs .content .description {
    margin-top: calc(20 / 600 * 100vw);
  }

  .single-product .product-section.section-side-tabs .content .description1 {
    font-size: calc(20 / 600 * 100vw);
    line-height: calc(30 / 600 * 100vw);
    margin-bottom: calc(24 / 600 * 100vw);
  }

  .single-product .product-section.section-side-tabs .content img {
    height: calc(396 / 600 * 100vw);
    border-radius: calc(16 / 600 * 100vw);
  }

  .single-product .product-section.section-side-tabs .content .link {
    gap: calc(12 / 600 * 100vw);
    padding: calc(8 / 600 * 100vw) 0;
    font-size: calc(15 / 600 * 100vw);
    line-height: calc(20 / 600 * 100vw);
    margin-top: calc(20 / 600 * 100vw);
  }

  .single-product .product-section.section-side-tabs .content .link svg {
    height: calc(24 / 600 * 100vw);
  }

  .single-product .product-section .svg-image.img-desktop {
    display: none;
  }

  .single-product .product-section .svg-image.img-mobile {
    display: flex;
  }

  .single-product .product-section a.button-cta,
  .single-product .product-section a.button-cta button {
    width: 100% !important;
  }

  .single-product .product-section .MuiButtonBase-root.MuiButton-root {
    padding-top: calc(17 / 375 * 100vw) !important;
    padding-bottom: calc(17 / 375 * 100vw) !important;
  }

  .single-product .product-section.section-testimonial .heading {
    margin-bottom: calc(20 / 600 * 100vw) !important;
  }

  .single-product .product-section.section-testimonial .testimonial-box {
    max-width: 100%;
    margin: calc(30 / 600 * 100vw - 20px) auto 0 auto;
  }

  .single-product .product-section.section-testimonial .testimonial-bg {
    border-radius: calc(16 / 600 * 100vw);
    padding: calc(60 / 600 * 100vw) calc(98 / 600 * 100vw);
  }

  .single-product .product-section.section-testimonial .quote {
    font-size: calc(28 / 600 * 100vw);
    line-height: calc(36 / 600 * 100vw);
  }

  .single-product .product-section.section-testimonial .client-image {
    width: calc(120 / 600 * 100vw);
    height: calc(120 / 600 * 100vw);
    margin: calc(24 / 600 * 100vw) auto calc(16 / 600 * 100vw) auto;
  }

  .single-product .product-section.section-testimonial .client-location {
    font-size: calc(17 / 600 * 100vw);
    line-height: calc(22 / 600 * 100vw);
  }

  .single-product .product-section.section-testimonial .quote-img1,
  .single-product .product-section.section-testimonial .quote-img2 {
    width: calc(80 / 600 * 100vw);
    height: calc(80 / 600 * 100vw);
  }

  .single-product .product-section.section-testimonial .quote-img1 {
    top: calc(-50 / 600 * 100vw);
    left: calc(-30 / 600 * 100vw);
  }

  .single-product .product-section.section-testimonial .quote-img2 {
    bottom: calc(-50 / 600 * 100vw);
    right: calc(-30 / 600 * 100vw);
  }

  .single-product .product-section.section-testimonial .owl-prev,
  .single-product .product-section.section-testimonial .owl-next {
    padding: calc(10 / 600 * 100vw) !important;
  }

  .single-product .product-section.section-testimonial .owl-prev svg,
  .single-product .product-section.section-testimonial .owl-next svg {
    height: calc(46 / 600 * 100vw);
    width: calc(46 / 600 * 100vw);
  }

  .single-product .product-section.how-it-works-slider .slider-container {
    max-width: 100%;
  }

  .single-product .product-section.how-it-works-slider .tab-buttons {
    gap: calc(60 / 600 * 100vw);
    border-bottom: calc(1 / 600 * 100vw) solid #d1d1d1;
  }

  .single-product.product-template-product-asset-verification .product-section.how-it-works-slider .tab-buttons,
  .single-product.product-template-product-asset-verification-landing
    .product-section.how-it-works-slider
    .tab-buttons {
    gap: calc(30 / 1440 * 100vw);
  }

  .single-product .product-section.how-it-works-slider .tab-button-item {
    font-size: calc(24 / 600 * 100vw);
    line-height: calc(30 / 600 * 100vw);
    padding: calc(16 / 600 * 100vw);
  }

  .single-product .product-section.how-it-works-slider .tab-button-item.active::before {
    bottom: calc(-1 / 600 * 100vw);
    height: calc(4 / 600 * 100vw);
    border-radius: calc(8 / 600 * 100vw) calc(8 / 600 * 100vw) 0px 0px;
  }

  .single-product .product-section.how-it-works-slider .tab-contents {
    margin-top: calc(42 / 600 * 100vw);
    margin-bottom: calc(24 / 600 * 100vw);
  }

  .single-product .product-section.how-it-works-slider .tab-content-item {
    flex-direction: column-reverse;
    border: calc(1 / 600 * 100vw) solid #ebebeb;
    border-radius: calc(16 / 600 * 100vw);
  }

  .single-product .product-section.how-it-works-slider .tab-content-item .icon {
    width: calc(36 / 600 * 100vw);
    height: calc(36 / 600 * 100vw);
    margin-bottom: calc(24 / 600 * 100vw);
  }

  .single-product .product-section.how-it-works-slider .tab-content-item .title {
    font-size: calc(28 / 600 * 100vw);
    line-height: calc(36 / 600 * 100vw);
    margin-bottom: calc(16 / 600 * 100vw);
  }

  .single-product .product-section.how-it-works-slider .tab-content-item .description {
    font-size: calc(17 / 600 * 100vw);
    line-height: calc(22 / 600 * 100vw);
  }

  .single-product .product-section.how-it-works-slider .tab-content-item .left-side {
    padding: calc(40 / 600 * 100vw);
    width: calc(100% - calc(80 / 600 * 100vw));
  }

  .single-product .product-section.how-it-works-slider .tab-content-item .right-side {
    width: 100%;
  }

  .single-product .product-section.how-it-works-slider .dot-buttons {
    gap: calc(16 / 1440 * 100vw);
    border-radius: calc(24 / 600 * 100vw);
    border: calc(1 / 600 * 100vw) solid #ebebeb;
    padding: calc(4 / 600 * 100vw);
  }

  .single-product .product-section.how-it-works-slider .dot-button-item {
    width: calc(12 / 600 * 100vw);
    height: calc(12 / 600 * 100vw);
    border: calc(1 / 600 * 100vw) solid #bccafd;
  }

  .single-product .product-section.section-faq.faq-tab .tab-buttons {
    gap: calc(0 / 600 * 100vw);
    border-bottom: calc(1 / 600 * 100vw) solid #d1d1d1;
    margin-bottom: calc(40 / 600 * 100vw);
  }

  .single-product .product-section.section-faq.faq-tab .tab-button-item {
    font-size: calc(24 / 600 * 100vw);
    line-height: calc(30 / 600 * 100vw);
    padding: calc(16 / 600 * 100vw);
  }

  .single-product .product-section.section-faq.faq-tab .tab-button-item.active::before {
    bottom: calc(-1 / 600 * 100vw);
    height: calc(4 / 600 * 100vw);
    border-radius: calc(8 / 600 * 100vw) calc(8 / 600 * 100vw) 0px 0px;
  }

  .single-product .product-section.section-video-tabs .heading {
    margin-bottom: calc(40 / 600 * 100vw);
  }

  .single-product .product-section.section-video-tabs .tabMenus {
    gap: calc(30 / 600 * 100vw);
    padding: calc(8 / 600 * 100vw) calc(12 / 600 * 100vw);
    border-radius: calc(64 / 600 * 100vw);
    margin-bottom: calc(40 / 600 * 100vw);
  }

  .single-product .product-section.section-video-tabs .tabItem {
    padding: calc(16 / 600 * 100vw);
    border-radius: calc(48 / 600 * 100vw);
    font-size: calc(24 / 600 * 100vw);
    line-height: calc(30 / 600 * 100vw);
  }

  .single-product .product-section.section-video-tabs video {
    border-radius: calc(24 / 600 * 100vw);
  }

  .single-product .product-section.section-video-tabs .customPlayButton {
    width: calc(120 / 600 * 100vw);
  }

  .single-product .product-section.section-grid-benefit .MuiGrid-container {
    max-width: 100%;
  }

  .single-product .product-section.section-grid-benefit .MuiGrid-item {
    padding: calc(10 / 600 * 100vw) 0;
  }

  .single-product .product-section.section-grid-benefit .available-card {
    gap: calc(16 / 600 * 100vw);
    padding: calc(24 / 600 * 100vw) calc(24 / 600 * 100vw) 0 calc(24 / 600 * 100vw);
    border-radius: calc(16 / 600 * 100vw);
    min-height: auto;
  }

  .single-product .product-section.section-grid-benefit .flex-column .heading {
    margin-bottom: calc(16 / 600 * 100vw);
    font-size: calc(20 / 375 * 100vw) !important;
    line-height: calc(24 / 375 * 100vw) !important;
  }

  .single-product .product-section.section-grid-benefit .flex-column .description {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }

  .single-product .product-section.section-grid-benefit .available-card img {
    width: calc(209.4 / 600 * 100vw);
  }

  .single-product .product-section.grid-blog img {
    height: calc(400 / 600 * 100vw);
    border-radius: calc(16 / 600 * 100vw);
    margin-bottom: calc(20 / 600 * 100vw);
  }

  .single-product .product-section.grid-blog .MuiContainer-root > .description {
    margin-bottom: calc(30 / 600 * 100vw);
  }

  .single-product .product-section.grid-blog .MuiGrid-container {
    max-width: 100%;
  }

  .single-product .product-section.grid-blog .MuiGrid-item {
    padding: calc(10 / 600 * 100vw) 0;
  }

  .single-product .product-section.grid-blog .heading {
    margin-bottom: calc(30 / 600 * 100vw);
  }

  .single-product .product-section.grid-blog .available-card .heading {
    font-size: calc(28 / 375 * 100vw) !important;
    line-height: calc(30 / 375 * 100vw) !important;
    margin-bottom: calc(16 / 600 * 100vw);
  }

  .single-product .product-section.grid-blog .available-card .description {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }

  .single-product .product-section.grid-blog .available-card svg {
    width: calc(48 / 600 * 100vw);
    height: calc(48 / 600 * 100vw);
    margin-bottom: calc(8 / 600 * 100vw);
  }

  .single-product .product-section.feature-accordion .heading {
    margin-bottom: calc(40 / 600 * 100vw);
  }

  .single-product .product-section.feature-accordion .available-card .heading {
    font-size: calc(28 / 600 * 100vw) !important;
    line-height: calc(30 / 600 * 100vw);
    margin-bottom: calc(16 / 600 * 100vw);
  }

  .single-product .product-section.feature-accordion .MuiIconButton-root {
    margin-right: calc(16 / 600 * 100vw);
  }

  .single-product .product-section.feature-accordion .card-content {
    padding: calc(16 / 600 * 100vw) 0;
  }

  .single-product .product-section.feature-accordion .card-content .heading {
    font-size: calc(24 / 600 * 100vw) !important;
    line-height: calc(30 / 600 * 100vw) !important;
    margin-bottom: 0 !important;
    margin-left: calc(16 / 600 * 100vw);
  }

  .single-product .product-section.feature-accordion .card-content-preview {
    margin: 0 calc(16 / 600 * 100vw) calc(16 / 600 * 100vw) calc(16 / 600 * 100vw);
    width: calc(100% - (32 / 600 * 100vw));
  }

  .single-product .product-section.feature-accordion .card-content-preview p {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }

  .single-product .product-section.feature-accordion .faq-container {
    margin-bottom: calc(16 / 600 * 100vw);
  }

  .single-product .product-section.feature-accordion .faq-container + .heading {
    margin-top: calc(24 / 600 * 100vw);
  }

  .single-product .product-section.feature-accordion .menu-wrapper {
    padding: calc(16 / 600 * 100vw);
    border-radius: calc(16 / 600 * 100vw);
  }

  .single-product .product-section.feature-accordion .menu-wrapper p.heading {
    font-size: calc(16 / 375 * 100vw) !important;
    line-height: calc(24 / 375 * 100vw);
    margin-bottom: 0 !important;
  }

  .single-product .product-section.feature-accordion .menu-wrapper p.link {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-top: calc(12 / 600 * 100vw);
  }

  .single-product .product-section.feature-accordion .menu-column {
    margin-top: calc(10 / 600 * 100vw);
  }

  .single-product .product-section.feature-accordion .faq-column {
    order: 2;
    padding-top: 0;
  }

  .single-product .modal .close-btn {
    font-size: 15px;
    width: 20px;
    height: 20px;
  }

  .workflow-section.product-section .workflow-group {
    flex-wrap: wrap;
  }
  
  .single-product .product-section.gsi-awards .awards-content {
    padding-top: 10px;
  }
  .single-product .product-section.gsi-awards .MuiBox-root h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .single-product .product-section.gsi-awards .MuiBox-root p {
    font-size: 14px;
    line-height: 24px;
  }
  .single-product .product-section.gsi-awards .MuiBox-root a {
    font-size: 14px;
  }
}

/* newly added css  */
.workflow-section.product-section.column-grid img {
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}
.workflow-section.product-section.column-grid .business-benefits {
  margin-bottom: 0px;
}
.workflow-section.product-section.column-grid .workflow-card {
  padding-bottom: 0px;
  padding-top: 0px;
  width: 28%;
}

.workflow-section.product-section.column-grid .workflow-card span {
  display: flex;
  background: #184bff;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
}
.workflow-section.product-section.column-grid .workflow-description {
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
}
.workflow-section .MuiGrid-root .action-description {
  font-size: 20px;
  color: #1f4fe2;
  text-align: left;
  font-weight: 800;
  line-height: 20px;
}
.product-section.workflow-section .disclaimer.MuiTypography-body1 {
  font-size: 16px;
  color: #787b8c;
  font-weight: 800;
}
.single-product .product-section.section-tabs .tabcontent h3 {
  font-size: 28px;
  text-align: left;
  line-height: 30px;
  color: #ffff;
  margin-bottom: 14px;
  font-weight: 500;
}
.single-product .product-section.section-image .MuiGrid-container .award-img {
  width: 100%;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.single-product .product-section.section-pills .description.check-mark {
  position: relative;
}
.single-product .product-section.category-section .items .item {
  background: #ffffff;
  transition: all 0.3s;
}
.single-product .product-section.category-section .items .item:hover {
  box-shadow: 1px 4px 5px #ddddddb5;
}
.single-product .product-section.section-pills .description.check-mark:before {
  content: '';
  background-image: url('data:image/svg+xml,<svg width="18" height="13" viewBox="0 0 18 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 1L6 12L1 7" stroke="%230FAE0C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: relative;
  top: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  float: right;
  margin-left: 28px;
}
.single-product .secure-section.section-tabs .tab button.active::before {
  position: absolute;
  content: '';
  left: 0;
  /* bottom: calc(-16 / 1440 * 100vw); */
  /*     height: calc(8 / 1440 * 100vw); */
  bottom: -18px;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: calc(16 / 1440 * 100vw) calc(16 / 1440 * 100vw) 0 0;
}

.single-product .product-section.fraud-banner::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://doxai.co/wp-content/uploads/2026/02/bg-banner-product.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-0 {
  margin: 0 !important;
}
.section-image.recognised-inovator .MuiGrid-item:hover {
  box-shadow: unset !important;
}
.single-product .product-section.column-flex .image-group img {
  border-radius: 16px;
}
.recognised-inovator.product-section {
  background: #f9f9f9;
}
.single-product .product-section.secure-group .MuiGrid-root .available-card {
  border: 1px solid #ebebeb;
  background: #fff;
  transition: all 0.3s;
}
.single-product .product-section.secure-group .MuiGrid-root .available-card:hover {
  background: #f3f3f3;
}
hr {
  border-color: #ffffff2e;
}
.how-it-works-group {
  background: #FAFAFA !important;
}
.key-highlights-group .items .MuiBox-root {
  background: linear-gradient(to right, #f9f9f9 0%, #f9f9f9 100%);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.key-highlights-group .items .MuiBox-root::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(87.71deg, #136bd2 0%, #a151f2 47.5%, #eb317e 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}
.key-highlights-group .items .MuiBox-root:hover::before {
  opacity: 1;
}
.key-highlights-group .items .MuiBox-root:hover {
  background: transparent !important;
}
.key-highlights-group .items .MuiBox-root img,
.key-highlights-group .items .MuiBox-root p {
  position: relative;
  z-index: 2;
}
.single-product .product-section.category-section {
  background: #f3f3f3;
}

.workflow-section.product-section .workflow-group {
  /* flex-wrap: wrap; */
  justify-content: center;
}

/* webinar css  */
.webinar-section {
  padding-bottom: 0px !important;
  max-width: 938px;
  margin: 0 auto;
}

.single-product .webinar-section > .MuiContainer-root{
  padding: 0px !important;
}
@media (max-width: 600px) {
  .single-product .webinar-section > .MuiContainer-root{
    padding-left: calc(32 / 600 * 100vw) !important;
    padding-right: calc(32 / 600 * 100vw) !important;
  }
}

.webinar-section .webinar-card::before {
  content: '';
  background-image: url('https://doxai.co/wp-content/uploads/2025/11/webinar.png');
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 324px;
}
.webinar-card {
  position: relative;
  background: #16002a;
  background-image: url('https://doxai.co/wp-content/uploads/2025/11/webinars-bg.png');
  background-repeat: no-repeat;
  background-position: right;
  color: #fff;
  padding: 40px;
  border-radius: 17px;
  overflow: hidden;
}
.webinar-card .tag {
  background: #eb0062;
  padding: 3px 6px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 7px;
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 10px;
}
.webinar-card h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.webinar-card p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.webinar-card .webinar-date-time ul {
  background: #2d0b4c;
  padding: 12px;
  border-radius: 12px;
  display: flex;
  list-style: none;
  gap: 14px;
  width: fit-content;
  margin-bottom: 0;
}
.webinar-card .webinar-date-time ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
}
.webinar-card a.webinar-register-btn {
  background: #fff;
  color: #000000;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 700;
  margin-top: 24px;
  /* margin-block: 40px; */
  display: inline-block;
  transition: all 0.3s;
  text-decoration: none !important;
}
.webinar-card a.webinar-register-btn:not([href='#']):hover {
  background: #184bff;
  color: #fff;
  text-decoration: none !important;
}
.webinar-card .company-logo img {
  border-radius: 0 !important;
  background: transparent !important;
  margin: 0 !important;
}
.webinar-body {
  width: 66%;
}
@media (min-width: 900px) and (max-width: 1150px) {
  .webinar-body {
    width: 50%;
  }
}
@media (min-width: 500px) and (max-width: 900px) {
  .webinar-section .webinar-card::before {
    width: 48%;
    height: 56%;
    background-size: contain;
  }
}
@media (max-width: 499px) {
  .webinar-section .webinar-card::before {
    width: 48%;
    height: 40%;
    background-size: contain;
    display: none;
  }
  .webinar-card .webinar-date-time ul li {
    font-size: 14px;
  }
  .webinar-card {
    padding: 26px;
  }
}
@media (max-width: 900px) {
  .webinar-body {
    width: 100%;
  }
  .webinar-card a.webinar-register-btn {
    padding: 16px 20px;
  }
}
