  html {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
  }

  a,
  em,
  abbr,
  acronym,
  address,
  applet,
  article,
  aside,
  audio,
  b,
  big,
  blockquote,
  body,
  canvas,
  caption,
  center,
  cite,
  code,
  dd,
  del,
  details,
  dfn,
  div,
  dl,
  dt,
  embed,
  fieldset,
  figcaption,
  figure,
  footer,
  form,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  header,
  hgroup,
  html,
  iframe,
  img,
  ins,
  kbd,
  label,
  legend,
  li,
  mark,
  menu,
  nav,
  object,
  ol,
  output,
  p,
  pre,
  q,
  ruby,
  s,
  samp,
  section,
  small,
  span,
  strike,
  sub,
  summary,
  table,
  tbody,
  td,
  tfoot,
  th,
  thead,
  time,
  tr,
  tt,
  u,
  ul,
  var,
  video,
  select {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
  }

  body {
    line-height: 1.5;
    overflow-x: hidden;
  }

  button {
    font-family: inherit;
  }

  embed,
  img,
  object,
  video {
    max-width: 100%;
    height: auto;
  }

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }

  ol,
  ul {
    list-style: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  a {
    text-decoration: none;
    outline: 0;
  }

  a:focus,
  input:focus,
  select:focus,
  textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
  }

  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .row>* {
    padding-left: 12px;
    padding-right: 12px;
  }

  .row.g-0 {
    margin-right: 0;
    margin-left: 0;
  }

  .row.g-0>* {
    padding-left: 0;
    padding-right: 0;
  }

  .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  @media only screen and (min-width: 576px) {
    .col-sm-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 8.33333333%;
    }

    .col-sm-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 16.66666667%;
    }

    .col-sm-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 25%;
    }

    .col-sm-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 33.33333333%;
    }

    .col-sm-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 41.66666667%;
    }

    .col-sm-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 50%;
    }

    .col-sm-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 58.33333333%;
    }

    .col-sm-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 66.66666667%;
    }

    .col-sm-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 75%;
    }

    .col-sm-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 83.33333333%;
    }

    .col-sm-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 91.66666667%;
    }

    .col-sm-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%;
    }
  }

  @media only screen and (min-width: 768px) {
    .col-md-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 8.33333333%;
    }

    .col-md-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 16.66666667%;
    }

    .col-md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 25%;
    }

    .col-md-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 33.33333333%;
    }

    .col-md-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 41.66666667%;
    }

    .col-md-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 50%;
    }

    .col-md-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 58.33333333%;
    }

    .col-md-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 66.66666667%;
    }

    .col-md-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 75%;
    }

    .col-md-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 83.33333333%;
    }

    .col-md-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 91.66666667%;
    }

    .col-md-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%;
    }
  }

  @media only screen and (min-width: 992px) {
    .col-lg-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 8.33333333%;
    }

    .col-lg-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 16.66666667%;
    }

    .col-lg-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 25%;
    }

    .col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 33.33333333%;
    }

    .col-lg-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 41.66666667%;
    }

    .col-lg-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 50%;
    }

    .col-lg-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 58.33333333%;
    }

    .col-lg-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 66.66666667%;
    }

    .col-lg-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 75%;
    }

    .col-lg-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 83.33333333%;
    }

    .col-lg-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 91.66666667%;
    }

    .col-lg-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%;
    }
  }

  @media only screen and (min-width: 1200px) {
    .col-xl-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 8.33333333%;
    }

    .col-xl-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 16.66666667%;
    }

    .col-xl-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 25%;
    }

    .col-xl-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 33.33333333%;
    }

    .col-xl-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 41.66666667%;
    }

    .col-xl-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 50%;
    }

    .col-xl-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 58.33333333%;
    }

    .col-xl-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 66.66666667%;
    }

    .col-xl-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 75%;
    }

    .col-xl-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 83.33333333%;
    }

    .col-xl-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 91.66666667%;
    }

    .col-xl-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%;
    }
  }

  .itom-features-main-wrapper h1 {
    font-size: calc(1.375rem + 2.2vw);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
  }

  .itom-features-main-wrapper h2 {
    font-size: calc(1.325rem + 1.75vw);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
  }

  .itom-features-main-wrapper h3 {
    font-size: calc(1.3rem + 1vw);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.5px;
  }

  .itom-features-main-wrapper h4 {
    font-size: calc(1.275rem + 0.75vw);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
  }

  .itom-features-main-wrapper h5 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
  }

  .itom-features-main-wrapper h6 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.25px;
  }

  .itom-features-main-wrapper p {
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .itom-features-main-wrapper ul li {
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 16px;
  }

  @media only screen and (min-width: 1200px) {
    .itom-features-main-wrapper h1 {
      font-size: 3rem;
    }

    .itom-features-main-wrapper h2 {
      font-size: 2.5rem;
    }

    .itom-features-main-wrapper h3 {
      font-size: 2rem;
    }

    .itom-features-main-wrapper h4 {
      font-size: 1.75rem;
    }
  }

  .itom-btn-primary {
    background-color: #e80e19;
    color: #ffffff;
    border: 0;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    cursor: pointer;
    text-align: center;
    padding: 12px 24px;
    display: inline-block;
  }

  a.itom-btn-primary {
    color: #ffffff;
    text-decoration: unset;
  }

  .opm-btn {
    border: 0;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    cursor: pointer;
    text-align: center;
    padding: 12px 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .opm-btn.btn-primary {
    background-color: #e80e19;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 18px;
  }

  .itom-features-main-wrapper {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .itom-features-main-wrapper *,
  .itom-features-main-wrapper *::after,
  .itom-features-main-wrapper *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .itom-features-main-wrapper a:not(.itom-btn-primary) {
    color: #006deb;
  }

  .itom-features-main-wrapper a:not(.itom-btn-primary).anchor-text {
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper {
    padding-top: 40px;
    background-color: #fff8e0;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .breadcrumb-header ul li {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 8px;
    line-height: 1.5;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .breadcrumb-header ul li a {
    color: inherit;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .breadcrumb-header ul li.breadcrumb-separator {
    margin: 0 4px;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section {
    padding: 60px 0 120px;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section h1 {
    margin-bottom: 8px;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section p {
    margin-bottom: 24px;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container {
    margin-top: 32px;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row .form-mail-icon {
    width: 19.36px;
    height: 14px;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE4Ml84MSkiPgo8cGF0aCBkPSJNMS40MDg5MiAxMS45NTc1QzAuNjU1MzU5IDExLjk1NzUgMC4wNDI0ODA1IDExLjM0NDYgMC4wNDI0ODA1IDEwLjU5MTFWMS40MDg5NUMwLjA0MjQ4MDUgMC42NTUzODkgMC42NTUzNTkgMC4wNDI1MTEgMS40MDg5MiAwLjA0MjUxMUgxNC45NTQ3QzE1LjcwODMgMC4wNDI1MTEgMTYuMzIxMiAwLjY1NTM4OSAxNi4zMjEyIDEuNDA4OTVWMTAuNTkxMUMxNi4zMjEyIDExLjM0NDYgMTUuNzA4MyAxMS45NTc1IDE0Ljk1NDcgMTEuOTU3NUgxLjQwODkyWk0xLjQwODkyIDAuNzI1MDkyQzEuMDMxOTMgMC43MjUwOTIgMC43MjUwNjIgMS4wMzE5NiAwLjcyNTA2MiAxLjQwODk1VjEwLjU5MTFDMC43MjUwNjIgMTAuOTY4MSAxLjAzMTkzIDExLjI3NDkgMS40MDg5MiAxMS4yNzQ5SDE0Ljk1NDdDMTUuMzMxNyAxMS4yNzQ5IDE1LjYzODYgMTAuOTY4MSAxNS42Mzg2IDEwLjU5MTFWMS40MDg5NUMxNS42Mzg2IDEuMDMxOTYgMTUuMzMxNyAwLjcyNTA5MiAxNC45NTQ3IDAuNzI1MDkySDEuNDA4OTJaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik0xNC45NTQ3IDEySDEuNDA4OTRDMC42MzIwMDQgMTIgMCAxMS4zNjggMCAxMC41OTExVjEuNDA4OTRDMCAwLjYzMjAwNCAwLjYzMjAwNCAwIDEuNDA4OTQgMEgxNC45NTQ3QzE1LjczMTcgMCAxNi4zNjM3IDAuNjMyMDA0IDE2LjM2MzcgMS40MDg5NFYxMC41OTExQzE2LjM2MzcgMTEuMzY4IDE1LjczMTcgMTIgMTQuOTU0NyAxMlpNMS40MDg5NCAwLjA4NTAwMzlDMC42Nzg3NTYgMC4wODUwMDM5IDAuMDg1MDAzOSAwLjY3ODc1NiAwLjA4NTAwMzkgMS40MDg5NFYxMC41OTExQzAuMDg1MDAzOSAxMS4zMjEyIDAuNjc4NzU2IDExLjkxNSAxLjQwODk0IDExLjkxNUgxNC45NTQ3QzE1LjY4NDkgMTEuOTE1IDE2LjI3ODcgMTEuMzIxMiAxNi4yNzg3IDEwLjU5MTFWMS40MDg5NEMxNi4yNzg3IDAuNjc4NzU2IDE1LjY4NDkgMC4wODUwMDM5IDE0Ljk1NDcgMC4wODUwMDM5SDEuNDA4OTRaTTE0Ljk1NDcgMTEuMzE3NEgxLjQwODk0QzEuMDA4NTcgMTEuMzE3NCAwLjY4MjU4MSAxMC45OTE0IDAuNjgyNTgxIDEwLjU5MTFWMS40MDg5NEMwLjY4MjU4MSAxLjAwODU3IDEuMDA4NTcgMC42ODI1ODEgMS40MDg5NCAwLjY4MjU4MUgxNC45NTQ3QzE1LjM1NTEgMC42ODI1ODEgMTUuNjgxMSAxLjAwODU3IDE1LjY4MTEgMS40MDg5NFYxMC41OTExQzE1LjY4MTEgMTAuOTkxNCAxNS4zNTUxIDExLjMxNzQgMTQuOTU0NyAxMS4zMTc0Wk0xLjQwODk0IDAuNzY3NTg1QzEuMDU1MzIgMC43Njc1ODUgMC43Njc1ODUgMS4wNTUzMiAwLjc2NzU4NSAxLjQwODk0VjEwLjU5MTFDMC43Njc1ODUgMTAuOTQ0NyAxLjA1NTMyIDExLjIzMjQgMS40MDg5NCAxMS4yMzI0SDE0Ljk1NDdDMTUuMzA4NCAxMS4yMzI0IDE1LjU5NjEgMTAuOTQ0NyAxNS41OTYxIDEwLjU5MTFWMS40MDg5NEMxNS41OTYxIDEuMDU1MzIgMTUuMzA4NCAwLjc2NzU4NSAxNC45NTQ3IDAuNzY3NTg1SDEuNDA4OTRaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik0xNC45NTQ3IDExLjg3MjVIMS40MDg4OEMwLjcwMjA2OCAxMS44NzI1IDAuMTI3NDQxIDExLjI5NzkgMC4xMjc0NDEgMTAuNTkxMVYxLjQwODk0QzAuMTI3NDQxIDAuNzAyMTI5IDAuNzAyMDY4IDAuMTI3NTAyIDEuNDA4ODggMC4xMjc1MDJIMTQuOTU0N0MxNS42NjE1IDAuMTI3NTAyIDE2LjIzNjEgMC43MDIxMjkgMTYuMjM2MSAxLjQwODk0VjEwLjU5MTFDMTYuMjM2MSAxMS4yOTc5IDE1LjY2MTUgMTEuODcyNSAxNC45NTQ3IDExLjg3MjVaTTEuNDA4ODggMC42NDAwNzZDMC45ODQ3MDYgMC42NDAwNzYgMC42NDAwMTUgMC45ODQ3NjcgMC42NDAwMTUgMS40MDg5NFYxMC41OTExQzAuNjQwMDE1IDExLjAxNTIgMC45ODQ3MDYgMTEuMzU5OSAxLjQwODg4IDExLjM1OTlIMTQuOTU0N0MxNS4zNzg4IDExLjM1OTkgMTUuNzIzNSAxMS4wMTUyIDE1LjcyMzUgMTAuNTkxMVYxLjQwODk0QzE1LjcyMzUgMC45ODQ3NjcgMTUuMzc4OCAwLjY0MDA3NiAxNC45NTQ3IDAuNjQwMDc2SDEuNDA4ODhaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik0xNC45NTQ3IDExLjkxNUgxLjQwODlDMC42Nzg3MTMgMTEuOTE1IDAuMDg0OTYwOSAxMS4zMjEyIDAuMDg0OTYwOSAxMC41OTFWMS40MDg5M0MwLjA4NDk2MDkgMC42Nzg3NDQgMC42Nzg3MTMgMC4wODQ5OTE1IDEuNDA4OSAwLjA4NDk5MTVIMTQuOTU0N0MxNS42ODQ5IDAuMDg0OTkxNSAxNi4yNzg2IDAuNjc4NzQ0IDE2LjI3ODYgMS40MDg5M1YxMC41OTFDMTYuMjc4NiAxMS4zMjEyIDE1LjY4NDkgMTEuOTE1IDE0Ljk1NDcgMTEuOTE1Wk0xLjQwODkgMC4xNjk5OTVDMC43MjU4OSAwLjE2OTk5NSAwLjE2OTk2NSAwLjcyNTkyMSAwLjE2OTk2NSAxLjQwODkzVjEwLjU5MUMwLjE2OTk2NSAxMS4yNzQxIDAuNzI1ODkgMTEuODMgMS40MDg5IDExLjgzSDE0Ljk1NDdDMTUuNjM3NyAxMS44MyAxNi4xOTM2IDExLjI3NDEgMTYuMTkzNiAxMC41OTFWMS40MDg5M0MxNi4xOTM2IDAuNzI1OTIxIDE1LjYzNzcgMC4xNjk5OTUgMTQuOTU0NyAwLjE2OTk5NUgxLjQwODlaTTE0Ljk1NDcgMTEuNDAyNEgxLjQwODlDMC45NjEzNTEgMTEuNDAyNCAwLjU5NzUzNCAxMS4wMzg2IDAuNTk3NTM0IDEwLjU5MVYxLjQwODkzQzAuNTk3NTM0IDAuOTYxMzgyIDAuOTYxMzUxIDAuNTk3NTY1IDEuNDA4OSAwLjU5NzU2NUgxNC45NTQ3QzE1LjQwMjIgMC41OTc1NjUgMTUuNzY2MSAwLjk2MTM4MiAxNS43NjYxIDEuNDA4OTNWMTAuNTkxQzE1Ljc2NjEgMTEuMDM4NiAxNS40MDIyIDExLjQwMjQgMTQuOTU0NyAxMS40MDI0Wk0xLjQwODkgMC42ODI1NjlDMS4wMDg1MyAwLjY4MjU2OSAwLjY4MjUzOCAxLjAwODU2IDAuNjgyNTM4IDEuNDA4OTNWMTAuNTkxQzAuNjgyNTM4IDEwLjk5MTQgMS4wMDg1MyAxMS4zMTc0IDEuNDA4OSAxMS4zMTc0SDE0Ljk1NDdDMTUuMzU1MSAxMS4zMTc0IDE1LjY4MTEgMTAuOTkxNCAxNS42ODExIDEwLjU5MVYxLjQwODkzQzE1LjY4MTEgMS4wMDg1NiAxNS4zNTUxIDAuNjgyNTY5IDE0Ljk1NDcgMC42ODI1NjlIMS40MDg5WiIgZmlsbD0iI0EzQTVBOCIvPgo8cGF0aCBkPSJNOC4xNjcyOCA3LjUwNjY5QzcuNzA2OTggNy41MDY2OSA3LjI1MTc4IDcuMjk4MDEgNi43NzU3NiA2Ljg2ODMxQzUuOTI3NDIgNi4xMDI0MyAwLjU0Mjg1MSAxLjEwODAyIDAuNDg5NzI0IDEuMDU4NzJMMC40MjcyNDYgMS4wMDA5MkwwLjg5MTM2NyAwLjUwMDY3MUwwLjk4ODY5NyAwLjU5MDc3NkMxLjg5NzM5IDEuNDMzMTYgNi40Njc2MiA1LjY3MDYxIDcuMjMyNjYgNi4zNjEyN0M3LjU4MDc1IDYuNjc1NzggNy44Nzc4NCA2LjgyMjQxIDguMTY2NDMgNi44MjI0MUM4LjQ1NTAxIDYuODIyNDEgOC43NDkxMyA2LjY3NzQ4IDkuMDk1NTIgNi4zNjY3OUM5Ljc5MjU1IDUuNzQxNTkgMTUuMTc2NyAwLjY1MzI1MyAxNS4yMjk4IDAuNjAyNjc2TDE1LjI5MTUgMC41NDQwMjNMMTUuNzYwMiAxLjA0MDAyTDE1LjY5ODYgMS4wOTgyNUMxNS42NDQyIDEuMTQ5NjggMTAuMjU5NiA2LjIzODQzIDkuNTUxMTQgNi44NzQyNkM5LjA3NzY3IDcuMjk5MjggOC42MjQ2IDcuNTA1ODQgOC4xNjYgNy41MDU4NEw4LjE2NzI4IDcuNTA2NjlaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik04LjE2NzE1IDcuNTQ5MThDNy42OTU4IDcuNTQ5MTggNy4yMzEyNSA3LjMzNjY3IDYuNzQ3MTYgNi44OTk3NUM1LjkwMDA5IDYuMTM0NzIgMC41MTI1NDQgMS4xMzgxOSAwLjQ2MDY5MiAxLjA4OTc0TDAuMzY3MTg4IDEuMDAzMDNMMC44ODkxMTEgMC40NDAzMDhMMS4wMTc0NyAwLjU1OTMxM0MxLjkyNjU4IDEuNDAyNTUgNi41MDE0OSA1LjY0MzQgNy4yNjEgNi4zMjkzOEM3LjYwMTAyIDYuNjM2MjQgNy44ODg3NiA2Ljc3OTQ3IDguMTY2MyA2Ljc3OTQ3QzguNDQzODMgNi43Nzk0NyA4LjcyOTAyIDYuNjM3OTQgOS4wNjY5MSA2LjMzNDQ4QzkuNzU5MjcgNS43MTMxIDE1LjE0NjggMC42MjE3OTEgMTUuMjAwOCAwLjU3MTIxNEwxNS4yOTM0IDAuNDgzNjZMMTUuODIwOSAxLjA0MTcxTDE1LjcyMzEgMS4xMzM5NEMxNS4xNjU5IDEuNjYwNTQgMTAuMjU5OSA2LjI5NTggOS41Nzk5MSA2LjkwNTdDOS4wOTc5NCA3LjMzNzk1IDguNjM1OTQgNy41NDgzMyA4LjE2NjMgNy41NDgzM0w4LjE2NzE1IDcuNTQ5MThaTTAuNDg3NDY4IDAuOTk4NzgzTDAuNTE4NDk0IDEuMDI3NjhDMC41NzAzNDcgMS4wNzU3MSA1Ljk1NzA0IDYuMDcyMjQgNi44MDQxMSA2LjgzNjg1QzcuMjcxNjMgNy4yNTg5IDcuNzE3NDcgNy40NjQxOCA4LjE2NzE1IDcuNDY0MThDOC42MTY4MiA3LjQ2NDE4IDkuMDU4NDEgNy4yNjEwMiA5LjUyMzgxIDYuODQzMjNDMTAuMjAzIDYuMjM0MTcgMTUuMTA4MSAxLjU5OTM0IDE1LjY2NTMgMS4wNzI3NEwxNS43MDE1IDEuMDM4NzRMMTUuMjkwOSAwLjYwNDM2NUwxNS4yNTk5IDAuNjMzNjkxQzE1LjIwNjMgMC42ODQyNjkgOS44MTc1IDUuNzc2ODUgOS4xMjQ3MSA2LjM5ODY2QzguNzY5ODIgNi43MTcgOC40NjU1MSA2Ljg2NTMzIDguMTY3MTUgNi44NjUzM0M3Ljg2ODc4IDYuODY1MzMgNy41NjEwNyA2LjcxNTI5IDcuMjA0OSA2LjM5MzU2QzYuNDQ0NTQgNS43MDY3MiAxLjg2OTYzIDEuNDY1NDUgMC45NjAwOSAwLjYyMjIxNkwwLjg5Mzc4NyAwLjU2MDU4OEwwLjQ4NzQ2OCAwLjk5ODc4M1oiIGZpbGw9IiNBM0E1QTgiLz4KPHBhdGggZD0iTTguMTY3MTEgNy40MjE2OEM3LjcyNzIyIDcuNDIxNjggNy4yODc3NSA3LjIxNjM5IDYuODMyNTUgNi44MDU0QzUuOTkwMTYgNi4wNDQ2MSAwLjYwMTc2NiAxLjA0NjgxIDAuNTQ3MzYzIDAuOTk2NjU4TDAuODk1ODc5IDAuNjIwOTQxQzAuOTUwMjgyIDAuNjcxMDkzIDYuMzM2MTMgNS42NjYzNSA3LjE3NTk3IDYuNDI1MDFDNy44ODcwMiA3LjA2NzIxIDguNDQxNjggNy4wNjg5MSA5LjE1MjczIDYuNDMwNTNDOS44NDU1MSA1LjgwODczIDE1LjIzNDMgMC43MTYxNDYgMTUuMjg4NyAwLjY2NTE0M0wxNS42NDA3IDEuMDM3ODlDMTUuNDE4NCAxLjI0Nzg0IDEwLjE5MjMgNi4xODYxNSA5LjQ5NDg3IDYuODEyMkM5LjA0MTggNy4yMTg5NCA4LjYwNDAzIDcuNDIyMSA4LjE2NjY5IDcuNDIyMUw4LjE2NzExIDcuNDIxNjhaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik04LjE2NzIzIDcuNDY0MkM3LjcxNzU2IDcuNDY0MiA3LjI3MTcxIDcuMjU4OTEgNi44MDQxOSA2LjgzNjg3QzUuOTU5MjUgNi4wNzM5NiAwLjU3MTcwMyAxLjA3NzAxIDAuNTE4NTc1IDEuMDI3N0wwLjQ4NzU0OSAwLjk5ODgwM0wwLjg5Mzg2NyAwLjU2MDYwOEwwLjk1OTMyIDAuNjIxMzg2QzEuODY4MDEgMS40NjM3NyA2LjQzODY3IDUuNzAxNjQgNy4yMDQ1NiA2LjM5MzE1QzcuODk1MjEgNy4wMTcwOCA4LjQzMzcxIDcuMDE4MzUgOS4xMjQzNyA2LjM5ODI1QzkuODExNjMgNS43ODE5NyAxNS4yMDYgMC42ODM4NjQgMTUuMjU5NSAwLjYzMzI4NkwxNS4yOTA2IDAuNjAzOTZMMTUuNzAxMSAxLjAzODMzTDE1LjY3MDEgMS4wNjc2NkMxNS42MTYxIDEuMTE5MDggMTAuMjMxNSA2LjIwNzQyIDkuNTIzNDYgNi44NDI4MkM5LjA1ODA3IDcuMjYwNjEgOC42MTQzNSA3LjQ2Mzc3IDguMTY2OCA3LjQ2Mzc3TDguMTY3MjMgNy40NjQyWk0wLjYwNzgyOSAwLjk5NDEyOEMxLjA1MTk3IDEuNDA1OTcgNi4wNTA2MyA2LjA0MTIzIDYuODYxMTQgNi43NzM1NEM3LjMxMjUxIDcuMTgwNzEgNy43Mzk2NiA3LjM3ODc3IDguMTY3MjMgNy4zNzg3N0M4LjU5NDggNy4zNzg3NyA5LjAxNzY5IDcuMTgyODQgOS40NjY5NCA2Ljc3OTQ5QzEwLjE0NjUgNi4xNzAwMSAxNS4xMzg4IDEuNDUzMTUgMTUuNTgxMyAxLjAzNDkzTDE1LjI4NzYgMC43MjQyNEMxNC44NDQ3IDEuMTQyNDYgOS44NDIyMyA1Ljg2ODY4IDkuMTgxMzIgNi40NjExNUM4LjQ0OTQ0IDcuMTE3ODEgNy44NzkwNiA3LjExNjUzIDcuMTQ3NiA2LjQ1NTYzQzYuMzgxNzIgNS43NjQ1NSAxLjgxMDIxIDEuNTI2NjggMC45MDE5NDMgMC42ODM4NjRMMC44OTg1NDMgMC42ODA4ODhMMC42MDc4MjkgMC45OTQ1NTNWMC45OTQxMjhaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik02LjE1OTM2IDUuOTA0MzRMMC40MzE2NDEgMTAuOTkzMkwwLjg4NTAwMiAxMS41MDM1TDYuNjEyNzMgNi40MTQ2MUw2LjE1OTM2IDUuOTA0MzRaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik0wLjg4MTQyNSAxMS41NjMxTDAuMzcxODI2IDEwLjk4OTNMMC40MDM3MDMgMTAuOTYxM0w2LjE2MzE0IDUuODQ0MDJMNi42NzI3NCA2LjQxNzhMMC44ODE0MjUgMTEuNTYzMVpNMC40OTE2ODIgMTAuOTk2MUwwLjg4ODY1IDExLjQ0MjhMNi41NTI4OCA2LjQxMDE1TDYuMTU1OTIgNS45NjM0NkwwLjQ5MTY4MiAxMC45OTYxWiIgZmlsbD0iI0EzQTVBOCIvPgo8cGF0aCBkPSJNNi4xNTI3NyA2LjAyNDU4TDAuNTUxMjcgMTAuOTk5NkwwLjg5MTY0NyAxMS4zODI4TDYuNDkzMTUgNi40MDc4Mkw2LjE1Mjc3IDYuMDI0NThaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik0wLjg4ODE3OSAxMS40NDMyTDAuNDkxMjExIDEwLjk5NjVMNi4xNTU0NSA1Ljk2Mzg3TDYuNTUyNDEgNi40MTA1Nkw2LjUyMDU0IDYuNDM5MDRMMC44ODgxNzkgMTEuNDQzMlpNMC42MTE0OTEgMTEuMDAzM0wwLjg5NTQwNCAxMS4zMjI5TDYuNDMyNTYgNi40MDMzNEw2LjE0ODY1IDYuMDgzNzJMMC42MTE0OTEgMTEuMDAzM1oiIGZpbGw9IiNBM0E1QTgiLz4KPHBhdGggZD0iTTEwLjE3NjggNS45MDg3OUw5LjcwODk4IDYuNDA1ODhMMTUuMjkzNCAxMS42NjFMMTUuNzYxMSAxMS4xNjM5TDEwLjE3NjggNS45MDg3OVoiIGZpbGw9IiNBM0E1QTgiLz4KPHBhdGggZD0iTTE1LjI5NTIgMTEuNzE5OUwxNS4yNjQyIDExLjY5MUw5LjY0ODQ0IDYuNDA3NTlMMTAuMTc0NiA1Ljg0ODY5TDEwLjIwNTYgNS44Nzc1OUwxNS44MjE0IDExLjE2MUwxNS4yOTUyIDExLjcxOTlaTTkuNzY4NzIgNi40MDM3N0wxNS4yOTE0IDExLjYwMDFMMTUuNzAwNyAxMS4xNjQ4TDEwLjE3OCA1Ljk2ODU1TDkuNzY4NzIgNi40MDM3N1oiIGZpbGw9IiNBM0E1QTgiLz4KPHBhdGggZD0iTTEwLjE3OTMgNi4wMjc2M0w5LjgyODEyIDYuNDAwOTdMMTUuMjg5NiAxMS41Mzg2TDE1LjY0MDggMTEuMTY1M0wxMC4xNzkzIDYuMDI3NjNaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik0xNS4yOTE0IDExLjZMMTUuMjYwNCAxMS41NzExTDkuNzY4MzEgNi40MDQxOEwxMC4xNzc2IDUuOTY4OTZMMTAuMjA4NiA1Ljk5Nzg2TDE1LjcwMDcgMTEuMTY0OEwxNS4yOTEgMTEuNkgxNS4yOTE0Wk05Ljg4ODU5IDYuNDAwMzZMMTUuMjg3NiAxMS40ODAyTDE1LjU4MDUgMTEuMTY4N0wxMC4xODE0IDYuMDg4ODJMOS44ODg1OSA2LjQwMDM2WiIgZmlsbD0iI0EzQTVBOCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE4Ml84MSI+CjxyZWN0IHdpZHRoPSIxNi4zNjM3IiBoZWlnaHQ9IjEyIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div {
    position: relative;
    border: 1px solid #e1e2e5;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div input,
  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div select {
    width: 100%;
    height: 48px;
    border: 0;
    font-size: 15px;
    color: #1b1d1f;
    font-weight: 400;
    font-family: inherit;
    background: transparent;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    --form-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-image: var(--form-bg-img), var(--form-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right -0.18rem center;
    background-size: 16px 12px;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div:nth-child(1) {
    border-right-width: 0;
    background: #ffffff;
    border-radius: 4px 0 0 4px;
    padding-left: 48px;
    padding-right: 20px;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div:nth-child(1)::before {
    position: absolute;
    content: "";
    background-color: #e1e2e5;
    width: 1px;
    height: 28px;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div:nth-child(1)::after {
    position: absolute;
    content: "";
    background-color: #e1e2e5;
    width: 1px;
    height: 28px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div:nth-child(2) {
    border-right-width: 0;
    border-left-width: 0;
    background: #ffffff;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div:nth-child(2) .select-country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    min-width: 74px;
    position: relative;
    z-index: 1;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div:nth-child(2) .select-country #MECountryListing {
    opacity: 0;
    position: absolute;
    min-width: 38px;
    max-width: 100%;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div:nth-child(2) .select-country #country_state,
  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div:nth-child(2) .select-country #ukcountry_region {
    padding-left: 12px;
    position: relative;
    background-image: none;
    text-overflow: ellipsis;
    max-width: 115px;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div:nth-child(2) .select-country #country_state::after,
  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div:nth-child(2) .select-country #ukcountry_region::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1b1d1f;
    margin: auto;
    z-index: -1;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div:nth-child(2) .selectedCountry {
    font-size: 15px;
    font-weight: 400;
    margin-right: 8px;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div:nth-child(2) .caretDown {
    position: relative;
    width: 0;
    height: 0;
    right: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1b1d1f;
    z-index: 0;
    margin: auto;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div:nth-child(2) .caretDown.stateCaretDown {
    display: none;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div:nth-child(3) {
    border-left-width: 0;
    border-radius: 0 4px 4px 0;
    border-color: #e80e19;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div:nth-child(3) input[type="submit"] {
    background-color: #e80e19;
    color: #ffffff;
    padding: 14px 38px 14px 16px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div:nth-child(3) svg {
    position: absolute;
    right: calc(50% - 68px);
    top: 16px;
  }

  @media only screen and (max-width: 576px) {
    .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div {
      width: 100%;
      border-width: 1px !important;
      border-radius: 4px;
      margin-bottom: 8px;
    }

    .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div:nth-child(1) {
      border-width: 1px !important;
      border-radius: 4px;
    }

    .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .banner-inline-form .form-group-row>div:nth-child(1)::after {
      display: none;
    }
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .download-info {
    font-size: 13px;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .download-info strong {
    font-weight: 600;
  }

  .itom-features-main-wrapper .itom-features-banner-wrapper .banner-section .banner-form-container .download-info a {
    color: inherit;
    text-decoration: underline;
  }

  .itom-features-main-wrapper .itom-features-detail-container {
    max-width: 1180px;
    width: 100%;
    margin: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .itom-features-main-wrapper .sec-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .itom-features-main-wrapper .intro-section {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .itom-features-main-wrapper .feature-section .feature-section-intro-content {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .itom-features-main-wrapper .feature-section .feature-header-section {
    text-align: center;
    margin: 54px auto;
    background-color: #ffffff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    min-height: 55px;
    transition: all 0.25s;
  }

  .itom-features-main-wrapper .feature-section .feature-header-section #feature-header-section {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .itom-features-main-wrapper .feature-section .feature-header-section #feature-header-section::-webkit-scrollbar {
    display: none;
  }

  .itom-features-main-wrapper .feature-section .feature-header-section #feature-header-section.sticky {
    position: fixed;
    top: 100px;
    width: 100%;
    left: 0;
    background: #fcfcfc;
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #dadada;
    z-index: 99999;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }

  @media only screen and (max-width: 1025.98px) {
    .itom-features-main-wrapper .feature-section .feature-header-section #feature-header-section.sticky {
      top: 88px;
    }
  }

  .itom-features-main-wrapper .feature-section .feature-header-section ul {
    border-bottom: 1px solid #dadada;
    display: inline-block;
  }

  .itom-features-main-wrapper .feature-section .feature-header-section ul li {
    display: inline-block;
    margin-bottom: 0;
  }

  .itom-features-main-wrapper .feature-section .feature-header-section ul li a {
    display: inline-block;
    padding: 12px 24px;
    color: inherit;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    text-decoration: unset;
  }

  .itom-features-main-wrapper .feature-section .feature-header-section ul li a::before {
    position: absolute;
    content: "";
    height: 2.5px;
    width: 0;
    left: 0;
    bottom: 0;
    background-color: #006deb;
  }

  .itom-features-main-wrapper .feature-section .feature-header-section ul li a.active {
    color: #006deb;
  }

  .itom-features-main-wrapper .feature-section .feature-header-section ul li a.active::before {
    width: 100%;
  }

  .itom-features-main-wrapper .feature-section .feature-content-section {
    padding: 60px 0;
  }

  .itom-features-main-wrapper .feature-section .feature-content-section .content-header {
    margin-bottom: 32px;
  }

  .itom-features-main-wrapper .feature-section .feature-content-section .content-body .row {
    margin-top: 32px;
  }

  .itom-features-main-wrapper .feature-section .feature-content-section .content-body .feature-content-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
  }

  .itom-features-main-wrapper .feature-section .feature-content-section .content-body .feature-content-icon .icon-scaled {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  .itom-features-main-wrapper .feature-section .feature-content-section .content-body .feature-content-icon svg {
    max-width: 48px;
    max-height: 48px;
    width: 100%;
    height: 100%;
  }

  .itom-features-main-wrapper .feature-section .feature-content-section .content-body .content-list {
    margin-top: 24px;
  }

  .itom-features-main-wrapper .feature-section .feature-content-section .content-body .content-list ul {
    margin-top: 16px;
  }

  .itom-features-main-wrapper .feature-section .feature-content-section h3 {
    margin-bottom: 8px;
  }

  @media only screen and (max-width: 992px) {
    .itom-features-main-wrapper .feature-section .feature-content-section .feature-content-card {
      margin-bottom: 32px;
    }
  }

  .itom-features-main-wrapper .feature-section .feature-content-section .feature-content-card.inline>div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
  }

  .itom-features-main-wrapper .feature-section .feature-content-section .feature-content-card.inline>div:first-child .feature-content-icon {
    margin: 0 10px 0 0;
  }

  .itom-features-main-wrapper .feature-section .feature-content-section .feature-content-card.inline>div:first-child .feature-content-icon svg {
    max-width: 36px;
    max-height: 36px;
  }

  .itom-features-main-wrapper .feature-section .feature-content-section .feature-content-card.inline>div:first-child h5 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.25;
  }

  .itom-features-main-wrapper .feature-section .feature-content-section .feature-content-card p {
    margin-bottom: 4px;
  }

  .itom-features-main-wrapper .feature-section .feature-content-section ul li {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDBDNC40OCAwIDAgNC40OCAwIDEwQzAgMTUuNTIgNC40OCAyMCAxMCAyMEMxNS41MiAyMCAyMCAxNS41MiAyMCAxMEMyMCA0LjQ4IDE1LjUyIDAgMTAgMFpNNy4yOSAxNC4yOUwzLjcgMTAuN0MzLjMxIDEwLjMxIDMuMzEgOS42OCAzLjcgOS4yOUM0LjA5IDguOSA0LjcyIDguOSA1LjExIDkuMjlMOCAxMi4xN0wxNC44OCA1LjI5QzE1LjI3IDQuOSAxNS45IDQuOSAxNi4yOSA1LjI5QzE2LjY4IDUuNjggMTYuNjggNi4zMSAxNi4yOSA2LjdMOC43IDE0LjI5QzguMzIgMTQuNjggNy42OCAxNC42OCA3LjI5IDE0LjI5WiIgZmlsbD0iIzA5QUI1OCIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 32px;
    margin-bottom: 8px;
  }

  .itom-features-main-wrapper .addon-section {
    background-color: #fafafa;
  }

  .itom-features-main-wrapper .addon-section .addon-card-row {
    margin-top: 60px;
    gap: 24px 0;
  }

  .itom-features-main-wrapper .addon-section .addon-card-row .addon-card {
    padding: 24px;
    border-radius: 12px;
    background-color: #ffffff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.04);
  }

  .itom-features-main-wrapper .addon-section .addon-card-row .addon-card p {
    margin-top: 8px;
  }

  .itom-features-main-wrapper .addon-section .addon-card-row .addon-card .addon-logo {
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .itom-features-main-wrapper .faq-section {
    background-color: #fafafa;
  }

  .itom-features-main-wrapper .faq-section .faq-list {
    max-width: 940px;
    width: 100%;
    margin: 40px auto;
  }

  .itom-features-main-wrapper .faq-section .faq-list .faq-list-item {
    padding: 24px 16px;
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
    cursor: pointer;
  }

  .itom-features-main-wrapper .faq-section .faq-list .faq-list-item:last-child {
    border-bottom: 0;
  }

  .itom-features-main-wrapper .faq-section .faq-list .faq-list-item .faq-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .itom-features-main-wrapper .faq-section .faq-list .faq-list-item .faq-header h5 {
    margin-bottom: 0;
  }

  .itom-features-main-wrapper .faq-section .faq-list .faq-list-item .faq-body {
    display: none;
  }

  .itom-features-main-wrapper .faq-section .faq-list .faq-list-item.active .chevron-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .itom-features-main-wrapper .faq-section .faq-list .faq-list-item.active .faq-body {
    display: block;
  }

  .itom-features-main-wrapper .faq-section .faq-list .faq-list-item.active .faq-header h5 {
    color: #006deb;
  }

  .itom-features-main-wrapper .faq-section .faq-list .faq-list-item p {
    margin: 12px 0 0;
  }

  .itom-features-main-wrapper .testimonial-section .customer-review-wrapper {
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 32px;
    height: 100%;
  }

  .itom-features-main-wrapper .testimonial-section .customer-review-wrapper .swiper {
    height: 100%;
  }

  .itom-features-main-wrapper .testimonial-section .customer-review-wrapper .swiper .swiper-wrapper {
    height: 100%;
  }

  .itom-features-main-wrapper .testimonial-section .customer-review-wrapper .swiper .swiper-wrapper .swiper-slide {
    height: 100%;
  }

  .itom-features-main-wrapper .testimonial-section .customer-review-wrapper .swiper .swiper-wrapper .swiper-slide:last-child .client-profile-section img {
    max-height: 164px;
  }

  .itom-features-main-wrapper .testimonial-section .testimonial-wrapper {
    margin: 60px 0;
  }

  .itom-features-main-wrapper .testimonial-section .gartner-review-wrapper {
    border-radius: 12px;
    padding: 32px;
    background-color: #f5f5f5;
    margin-bottom: 24px;
    min-height: 419px;
    position: relative;
  }

  .itom-features-main-wrapper .testimonial-section .gartner-review-wrapper .gartnerReviewSwiper {
    padding-bottom: 16px;
  }

  .itom-features-main-wrapper .testimonial-section .gartner-review-wrapper .gartnerReviewSwiper .swiper-pagination {
    bottom: -5px;
  }

  .itom-features-main-wrapper .testimonial-section .gartner-review-card .gartner-review--item p:not(.gartner-review-details p):last-child {
    margin-bottom: 0;
  }

  .itom-features-main-wrapper .testimonial-section .gartner-review-card .gartner-logo {
    height: 50px;
  }

  .itom-features-main-wrapper .testimonial-section .gartner-review-card .gartner-review-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #818181;
  }

  @media only screen and (max-width: 575.98px) {
    .itom-features-main-wrapper .testimonial-section .gartner-review-card .gartner-review-details {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }

  .itom-features-main-wrapper .testimonial-section .gartner-review-card .gartner-review-details p {
    margin: 0 24px 12px 0;
    font-size: 16px;
    line-height: 1.75;
  }

  .itom-features-main-wrapper .testimonial-section .gartner-review-card h4 {
    margin: 12px 0;
  }

  .itom-features-main-wrapper .testimonial-section .client-review-card {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .itom-features-main-wrapper .testimonial-section .client-review-card .client-profile-section {
    background-color: #ffffff;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 150px;
    margin-bottom: 24px;
    position: relative;
  }

  .itom-features-main-wrapper .testimonial-section .client-review-card .client-profile-section img {
    max-width: 234px;
    max-height: 154px;
    position: absolute;
    bottom: 0;
  }

  .itom-features-main-wrapper .testimonial-section .client-review-card .client-profile-section .btn-play-icon {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    background-color: #006deb;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 16px;
  }

  .itom-features-main-wrapper .testimonial-section .client-review-card .client-profile-section .btn-play-icon::before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #ffffff;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-32%, -50%);
    transform: translate(-36%, -50%);
  }

  .itom-features-main-wrapper .testimonial-section .client-review-card .client-details .client-name {
    color: #006deb;
    font-size: 18px;
  }

  .itom-features-main-wrapper .testimonial-section .client-review-card .btn-link {
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    font-size: 15px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #006deb;
    font-weight: 500;
    cursor: pointer;
  }

  .itom-features-main-wrapper .testimonial-section .award-badge-card {
    background-color: #f5f5f5;
    border-radius: 12px;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  @media only screen and (max-width: 991.98px) {
    .itom-features-main-wrapper .testimonial-section .award-badge-card {
      margin-bottom: 24px;
    }
  }

  .itom-features-main-wrapper .testimonial-section .award-badge-card img {
    height: 100px;
  }

  .itom-features-main-wrapper .client-testimonial {
    margin-top: 60px;
  }

  .itom-features-main-wrapper .client-testimonial .client-testimonial--card {
    position: relative;
  }

  .itom-features-main-wrapper .client-testimonial .client-testimonial--card .swiper {
    border-radius: 12px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04),
      0 -2px 12px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 -2px 12px 0 rgba(0, 0, 0, 0.04);
  }

  .itom-features-main-wrapper .client-testimonial .client-testimonial--card .client-testimonial-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 12px;
  }

  @media only screen and (max-width: 767px) {
    .itom-features-main-wrapper .client-testimonial .client-testimonial--card .client-testimonial-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }

  .itom-features-main-wrapper .client-testimonial .client-testimonial--card .client-testimonial-item .testimonial-client-profile {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 300px;
    width: 100%;
    border-radius: 12px 0 0 12px;
    background-color: #fff0ef;
    position: relative;
  }

  @media only screen and (max-width: 767px) {
    .itom-features-main-wrapper .client-testimonial .client-testimonial--card .client-testimonial-item .testimonial-client-profile {
      height: 210px;
      width: 100%;
      max-width: 100%;
    }

    .itom-features-main-wrapper .client-testimonial .client-testimonial--card .client-testimonial-item .testimonial-client-profile .testimonial-client-img {
      right: 50%;
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
    }
  }

  .itom-features-main-wrapper .client-testimonial .client-testimonial--card .client-testimonial-item .testimonial-client-profile .testimonial-client-img {
    position: absolute;
    bottom: 0;
    max-height: 310px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }

  .itom-features-main-wrapper .client-testimonial .client-testimonial--card .client-testimonial-item .testimonial-client-profile .testimonial-btn {
    border: 0;
    outline: none;
    background: #ffffff;
    color: #006deb;
    padding: 6px 8px;
    border-radius: 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  }

  .itom-features-main-wrapper .client-testimonial .client-testimonial--card .client-testimonial-item .testimonial-client-profile .testimonial-btn span {
    margin-left: 6px;
  }

  .itom-features-main-wrapper .client-testimonial .client-testimonial--card .client-testimonial-item .testimonial-client-content {
    padding: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  @media (max-width: 576px) {
    .itom-features-main-wrapper .client-testimonial .client-testimonial--card .client-testimonial-item .testimonial-client-content {
      padding: 24px;
    }
  }

  @media only screen and (max-width: 576px) {
    .itom-features-main-wrapper .client-testimonial .client-testimonial--card .client-testimonial-item .testimonial-client-content div:last-child {
      margin-bottom: 80px;
    }
  }

  .itom-features-main-wrapper .client-testimonial .client-testimonial--card .client-testimonial-item .testimonial-client-content .client-quotes {
    margin: 12px 0 60px 0;
  }

  .itom-features-main-wrapper .client-testimonial .client-testimonial--card .client-testimonial-item .testimonial-client-content .testimonial-client-name {
    font-weight: 700;
  }

  .itom-features-main-wrapper .client-testimonial .client-testimonial--card .testimonial-slider-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 70px;
    right: 90px;
  }

  .itom-features-main-wrapper .client-testimonial .client-testimonial--card .testimonial-slider-btn button {
    cursor: pointer;
    width: 42px;
    height: 42px;
    border-radius: 100px;
    background: #ffffff;
    border: 1.5px solid #2a2b2e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit;
  }

  .itom-features-main-wrapper .client-testimonial .client-testimonial--card .testimonial-slider-btn button:first-child {
    margin-right: 4px;
    left: 0;
  }

  .itom-features-main-wrapper .client-testimonial .client-testimonial--card .testimonial-slider-btn button:nth-child(2) {
    margin-left: 4px;
    right: auto;
    left: -60px;
  }

  .itom-features-main-wrapper .client-testimonial .client-testimonial--card .testimonial-slider-btn .testimonial-btn-prev:after,
  .itom-features-main-wrapper .client-testimonial .client-testimonial--card .testimonial-slider-btn .testimonial-btn-next:after {
    display: none;
    content: "";
  }

  .itom-features-main-wrapper .client-testimonial .client-testimonial--card .testimonial-slider-btn .testimonial-btn-next {
    right: 0;
  }

  .itom-features-main-wrapper .recognition-testimonial {
    margin-top: 60px;
  }

  @media screen and (max-width: 992px) {
    .itom-features-main-wrapper .recognition-testimonial .recognition-testimonial--item {
      margin-bottom: 24px;
    }
  }

  .itom-features-main-wrapper .recognition-testimonial .recognition-testimonial--item .recognition-testimonial--card {
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 34px;
    min-height: 208px;
    background-color: #f2f4f6;
  }

  .itom-features-main-wrapper .recognition-testimonial .recognition-testimonial--item .recognition-testimonial-content {
    padding: 20px 40px;
    position: relative;
    max-width: 270px;
    width: 100%;
    margin: auto;
  }

  .itom-features-main-wrapper .recognition-testimonial .recognition-testimonial--item .recognition-testimonial-content::before {
    position: absolute;
    content: "";
    left: 5px;
    top: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iODYiIHZpZXdCb3g9IjAgMCAzMiA4NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNDEyNiA3Ni4wMjI3QzcuNDgxMjYgNzEuNDI1MyA1LjMzODAzIDY2LjUxNjYgNS4zMzgwMyA2Ni41MTY2QzUuMzM4MDMgNjYuNTE2NiAxLjgzMTY1IDcwLjg1OCAwLjk1NjAzNCA3My44MzIzQzAuMDgwNDIyOCA3Ni44MDY2IDAuNTM4NDIxIDgyLjQ5OTIgMC41Mzg0MjEgODIuNDk5MkMwLjUzODQyMSA4Mi40OTkyIDUuMzQzOTQgODAuNjIwMSA2LjQxMjYgNzYuMDIyN1oiIGZpbGw9IiNEOUQ5RDkiLz4KPHBhdGggZD0iTTkuOTU1NzcgNzkuNzg3M0M0Ljk4Njc1IDgwLjgwNjQgMCA4NC44NzEgMCA4NC44NzFDMCA4NC44NzEgNi4wNjQyOCA4Ni4zMTcxIDkuNDMwOCA4NS43MTIyQzE0Ljc0NzUgODQuNzU4MyAxOC40OTYyIDgwLjA0OTMgMTguNDk2MiA4MC4wNDkzQzE4LjQ5NjIgODAuMDQ5MyAxNC45MjQ4IDc4Ljc2ODIgOS45NTU3NyA3OS43ODczWiIgZmlsbD0iI0Q5RDlEOSIvPgo8cGF0aCBkPSJNOC4yNTM4IDY0Ljk2MzNDNy45MDUxNCA2OC4yMzkgOS42MTAwNyA3Mi4yNzU5IDkuNjEwMDcgNzIuMjc1OUM5LjYxMDA3IDcyLjI3NTkgMTIuNTA5NyA2OS42Njc0IDEyLjk3NzYgNjUuNDQ2NkMxMy40NDU0IDYxLjIyNTkgMTAuNjc1OCA1Ni42NjQxIDEwLjY3NTggNTYuNjY0MUMxMC42NzU4IDU2LjY2NDEgOC42MDI0NyA2MS42ODc1IDguMjUzOCA2NC45NjMzWiIgZmlsbD0iI0Q5RDlEOSIvPgo8cGF0aCBkPSJNMTYuNjQwNSA2OS43Mzg2QzExLjQ0ODkgNzIuMDc5MyA5LjMwMzcxIDc2LjEwOTMgOS4zMDM3MSA3Ni4xMDkzQzkuMzAzNzEgNzYuMTA5MyAxNS44NzMzIDc3LjMwMTQgMTkuMDQ0OCA3NS4zMzgzQzIyLjIxNjMgNzMuMzc1MiAyNS4yNjE3IDY4LjEyODQgMjUuMjYxNyA2OC4xMjg0QzI1LjI2MTcgNjguMTI4NCAyMS44MzEyIDY3LjM5NzkgMTYuNjQwNSA2OS43Mzg2WiIgZmlsbD0iI0Q5RDlEOSIvPgo8cGF0aCBkPSJNMTQuNzgyOCA0Ny4yMTI5QzE0Ljc4MjggNDcuMjEyOSAxMy41Mzg4IDUxLjQzNTYgMTMuNzE5IDU0LjA3NDhDMTMuODk5MyA1Ni43MTQxIDE2LjIzNzUgNjEuMzAxNSAxNi4yMzc1IDYxLjMwMTVDMTYuMjM3NSA2MS4zMDE1IDE4LjU5NjQgNTcuMTYxOCAxOC4wOTAyIDUzLjA4NDRDMTcuNTgzOSA0OS4wMDcgMTQuNzgyOCA0Ny4yMTI5IDE0Ljc4MjggNDcuMjEyOVoiIGZpbGw9IiNEOUQ5RDkiLz4KPHBhdGggZD0iTTE2LjY2NDMgNjQuMjIxOEMxNi42NjQzIDY0LjIyMTggMjEuOTk0OCA2NS40NzIyIDI1LjIwOTYgNjMuMTUzMkMyOC40MjQ1IDYwLjgzMzMgMzAuNjQxNiA1NC4zMjQyIDMwLjY0MTYgNTQuMzI0MkMzMC42NDE2IDU0LjMyNDIgMjguMzAxNCA1NC41MTk5IDI0LjMwMDUgNTYuNDc2MUMxOC45NTQzIDU5LjA4OTYgMTYuNjY0MyA2NC4yMjI4IDE2LjY2NDMgNjQuMjIyOFY2NC4yMjE4WiIgZmlsbD0iI0Q5RDlEOSIvPgo8cGF0aCBkPSJNMjAuMTEwNCA0MS4zOTMzQzE4LjM5NTcgMzcuNzAzMyAxNS4yNzY0IDM2Ljg3NCAxNS4yNzY0IDM2Ljg3NEMxNS4yNzY0IDM2Ljg3NCAxNS40MzEgNDEuMjQwMSAxNi40MDYxIDQzLjY3NDdDMTcuMzgxMiA0Ni4xMDkzIDIwLjkzMTkgNDkuNzE2MiAyMC45MzE5IDQ5LjcxNjJDMjAuOTMxOSA0OS43MTYyIDIxLjgyNDIgNDUuMDgzMyAyMC4xMDk1IDQxLjM5MzNIMjAuMTEwNFoiIGZpbGw9IiNEOUQ5RDkiLz4KPHBhdGggZD0iTTI2Ljc5ODUgNDIuODM5M0MyMi43NDM1IDQ2Ljk4IDIyLjEwMjMgNTIuMzM0NiAyMi4xMDIzIDUyLjMzNDZDMjIuMTAyMyA1Mi4zMzQ2IDI3LjQwNjIgNTEuODU2MiAyOS42Njk2IDQ4LjcyODZDMzEuOTMzIDQ1LjYwMTEgMzIgMzguOTA5MiAzMiAzOC45MDkyQzMyIDM4LjkwOTIgMjkuODA1NSAzOS43NjkxIDI2Ljc5ODUgNDIuODM5M1oiIGZpbGw9IiNEOUQ5RDkiLz4KPHBhdGggZD0iTTE5LjE3NTEgMzAuMjE4OEMxNi45NjU5IDI3LjIwMyAxNC4wMDIyIDI3LjA1MTggMTQuMDAyMiAyNy4wNTE4QzE0LjAwMjIgMjcuMDUxOCAxNC45MjMxIDMwLjk3OTkgMTYuMjQgMzIuOTk5NEMxNy41NTU5IDM1LjAxODggMjEuNDA3IDM3LjYwNTYgMjEuNDA3IDM3LjYwNTZDMjEuNDA3IDM3LjYwNTYgMjEuMzg0MyAzMy4yMzQ2IDE5LjE3NTEgMzAuMjE4OFoiIGZpbGw9IiNEOUQ5RDkiLz4KPHBhdGggZD0iTTIzLjI1MTQgMzkuMDc4OEMyMy4yNTE0IDM5LjA3ODggMjcuNTc4MiAzNy43NTMyIDI4LjkxOTcgMzQuNjg4QzMwLjI2MTIgMzEuNjIyNyAyOS4xNjEgMjUuODkxNiAyOS4xNjEgMjUuODkxNkMyOS4xNjEgMjUuODkxNiAyNy43NjkzIDI2LjY2MzYgMjUuNTE0NyAzMC4xNTA5QzIyLjc5OTMgMzQuMzUwOSAyMy4yNTE0IDM5LjA3ODggMjMuMjUxNCAzOS4wNzg4WiIgZmlsbD0iI0Q5RDlEOSIvPgo8cGF0aCBkPSJNMTYuMTM1MiAyMC4yMDM1QzEzLjQ0ODIgMTguMDI2OSAxMC43NDg1IDE4LjYyMDkgMTAuNzQ4NSAxOC42MjA5QzEwLjc0ODUgMTguNjIwOSAxMi40ODk5IDIxLjkzODMgMTQuMTQxNiAyMy40MzU4QzE1Ljc5MzQgMjQuOTMzMyAxOS44NTczIDI2LjMxODIgMTkuODU3MyAyNi4zMTgyQzE5Ljg1NzMgMjYuMzE4MiAxOC44MjExIDIyLjM3OTEgMTYuMTM1MiAyMC4yMDM1WiIgZmlsbD0iI0Q5RDlEOSIvPgo8cGF0aCBkPSJNMjUuMjgzNCAyMS41OTYxQzI1LjE3MjEgMTguNDYyNyAyMS45NTE0IDE0LjEwNDUgMjEuOTUxNCAxNC4xMDQ1QzIxLjk1MTQgMTQuMTA0NSAyMS4yNDYyIDE1LjM4NzUgMjAuNjE4NyAxOS4yMDFDMTkuODU3NCAyMy44MyAyMi4zMTQ4IDI3LjY0NTUgMjIuMzE0OCAyNy42NDU1QzIyLjMxNDggMjcuNjQ1NSAyNS4zOTM3IDI0LjczMDUgMjUuMjgyNCAyMS41OTYxSDI1LjI4MzRaIiBmaWxsPSIjRDlEOUQ5Ii8+CjxwYXRoIGQ9Ik02Ljg3MTA5IDEyLjU1OUM2Ljg3MTA5IDEyLjU1OSA5LjA1MzczIDE0Ljc4MzEgMTAuNzMyMSAxNS41Njc5QzEyLjQxMDQgMTYuMzUyNyAxNS45OTA3IDE2LjQzNjggMTUuOTkwNyAxNi40MzY4QzE1Ljk5MDcgMTYuNDM2OCAxNC4yMjM3IDEzLjUzNTYgMTEuNTU2NSAxMi40NjcxQzguODg5MjQgMTEuMzk4NSA2Ljg3MTA5IDEyLjU1OCA2Ljg3MTA5IDEyLjU1OFYxMi41NTlaIiBmaWxsPSIjRDlEOUQ5Ii8+CjxwYXRoIGQ9Ik0xOC4yMjU3IDE3LjU0MTRDMTguMjI1NyAxNy41NDE0IDIwLjIyMTIgMTQuNTY1MSAxOS41NzkgMTIuMDEwOUMxOC45MzY4IDkuNDU2NzEgMTUuNTQ2NyA2LjQ4MzQgMTUuNTQ2NyA2LjQ4MzRDMTUuNTQ2NyA2LjQ4MzQgMTUuMjY1IDcuNzMzODEgMTUuMzU3NSAxMC45MjI2QzE1LjQ3MjggMTQuODcyNSAxOC4yMjU3IDE3LjU0MTQgMTguMjI1NyAxNy41NDE0WiIgZmlsbD0iI0Q5RDlEOSIvPgo8cGF0aCBkPSJNMTAuOTI2MiA5LjU4NzM0QzEwLjkyNjIgOS41ODczNCA5LjM1NTIzIDcuOTEyODcgNy40MzU1OSA3LjU5MzU5QzUuNTE1OTQgNy4yNzQzMiA0LjMzMTA1IDguMzQ1ODIgNC4zMzEwNSA4LjM0NTgyQzQuMzMxMDUgOC4zNDU4MiA2LjA4NjIyIDkuNTA3MjcgNy4zMDk1MSA5Ljc4NDA0QzguNTMyODEgMTAuMDU5OCAxMC45MjYyIDkuNTg4MzMgMTAuOTI2MiA5LjU4ODMzVjkuNTg3MzRaIiBmaWxsPSIjRDlEOUQ5Ii8+CjxwYXRoIGQ9Ik0xMi42OTk2IDkuNjA5OTVDMTIuNjk5NiA5LjYwOTk1IDEzLjU4MDEgNy4zMTE3NiAxMi43Nzg0IDUuNzEzNDFDMTEuOTc2NyA0LjExNDA2IDkuMjk0NjggMi42NzA5IDkuMjk0NjggMi42NzA5QzkuMjk0NjggMi42NzA5IDkuMzM2MDMgMy44MDg2MyA5LjgyNTU1IDUuNjU3MDZDMTAuNTE0IDguMjYwNjkgMTIuNzAwNiA5LjYxMDk0IDEyLjcwMDYgOS42MTA5NEwxMi42OTk2IDkuNjA5OTVaIiBmaWxsPSIjRDlEOUQ5Ii8+CjxwYXRoIGQ9Ik00LjI0NTE5IDMuNDIzOTlDNS41OTE2IDQuNjU0NjQgNy44NzI3MSA1LjM2MDQgNy44NzI3MSA1LjM2MDRDNy44NzI3MSA1LjM2MDQgOC4yODgzNiAzLjEzNDM3IDYuNTUzODggMS40NTY5NEM0LjgxOTQgLTAuMjIwNDk0IDIuMTcwOSAwLjAxMDgwODIgMi4xNzA5IDAuMDEwODA4MkMyLjE3MDkgMC4wMTA4MDgyIDIuODk5NzYgMi4xOTMzNSA0LjI0NTE5IDMuNDIzOTlaIiBmaWxsPSIjRDlEOUQ5Ii8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    height: 86px;
    width: 32px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  .itom-features-main-wrapper .recognition-testimonial .recognition-testimonial--item .recognition-testimonial-content::after {
    position: absolute;
    content: "";
    right: 5px;
    top: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iODYiIHZpZXdCb3g9IjAgMCAzMiA4NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNDEyNiA3Ni4wMjI3QzcuNDgxMjYgNzEuNDI1MyA1LjMzODAzIDY2LjUxNjYgNS4zMzgwMyA2Ni41MTY2QzUuMzM4MDMgNjYuNTE2NiAxLjgzMTY1IDcwLjg1OCAwLjk1NjAzNCA3My44MzIzQzAuMDgwNDIyOCA3Ni44MDY2IDAuNTM4NDIxIDgyLjQ5OTIgMC41Mzg0MjEgODIuNDk5MkMwLjUzODQyMSA4Mi40OTkyIDUuMzQzOTQgODAuNjIwMSA2LjQxMjYgNzYuMDIyN1oiIGZpbGw9IiNEOUQ5RDkiLz4KPHBhdGggZD0iTTkuOTU1NzcgNzkuNzg3M0M0Ljk4Njc1IDgwLjgwNjQgMCA4NC44NzEgMCA4NC44NzFDMCA4NC44NzEgNi4wNjQyOCA4Ni4zMTcxIDkuNDMwOCA4NS43MTIyQzE0Ljc0NzUgODQuNzU4MyAxOC40OTYyIDgwLjA0OTMgMTguNDk2MiA4MC4wNDkzQzE4LjQ5NjIgODAuMDQ5MyAxNC45MjQ4IDc4Ljc2ODIgOS45NTU3NyA3OS43ODczWiIgZmlsbD0iI0Q5RDlEOSIvPgo8cGF0aCBkPSJNOC4yNTM4IDY0Ljk2MzNDNy45MDUxNCA2OC4yMzkgOS42MTAwNyA3Mi4yNzU5IDkuNjEwMDcgNzIuMjc1OUM5LjYxMDA3IDcyLjI3NTkgMTIuNTA5NyA2OS42Njc0IDEyLjk3NzYgNjUuNDQ2NkMxMy40NDU0IDYxLjIyNTkgMTAuNjc1OCA1Ni42NjQxIDEwLjY3NTggNTYuNjY0MUMxMC42NzU4IDU2LjY2NDEgOC42MDI0NyA2MS42ODc1IDguMjUzOCA2NC45NjMzWiIgZmlsbD0iI0Q5RDlEOSIvPgo8cGF0aCBkPSJNMTYuNjQwNSA2OS43Mzg2QzExLjQ0ODkgNzIuMDc5MyA5LjMwMzcxIDc2LjEwOTMgOS4zMDM3MSA3Ni4xMDkzQzkuMzAzNzEgNzYuMTA5MyAxNS44NzMzIDc3LjMwMTQgMTkuMDQ0OCA3NS4zMzgzQzIyLjIxNjMgNzMuMzc1MiAyNS4yNjE3IDY4LjEyODQgMjUuMjYxNyA2OC4xMjg0QzI1LjI2MTcgNjguMTI4NCAyMS44MzEyIDY3LjM5NzkgMTYuNjQwNSA2OS43Mzg2WiIgZmlsbD0iI0Q5RDlEOSIvPgo8cGF0aCBkPSJNMTQuNzgyOCA0Ny4yMTI5QzE0Ljc4MjggNDcuMjEyOSAxMy41Mzg4IDUxLjQzNTYgMTMuNzE5IDU0LjA3NDhDMTMuODk5MyA1Ni43MTQxIDE2LjIzNzUgNjEuMzAxNSAxNi4yMzc1IDYxLjMwMTVDMTYuMjM3NSA2MS4zMDE1IDE4LjU5NjQgNTcuMTYxOCAxOC4wOTAyIDUzLjA4NDRDMTcuNTgzOSA0OS4wMDcgMTQuNzgyOCA0Ny4yMTI5IDE0Ljc4MjggNDcuMjEyOVoiIGZpbGw9IiNEOUQ5RDkiLz4KPHBhdGggZD0iTTE2LjY2NDMgNjQuMjIxOEMxNi42NjQzIDY0LjIyMTggMjEuOTk0OCA2NS40NzIyIDI1LjIwOTYgNjMuMTUzMkMyOC40MjQ1IDYwLjgzMzMgMzAuNjQxNiA1NC4zMjQyIDMwLjY0MTYgNTQuMzI0MkMzMC42NDE2IDU0LjMyNDIgMjguMzAxNCA1NC41MTk5IDI0LjMwMDUgNTYuNDc2MUMxOC45NTQzIDU5LjA4OTYgMTYuNjY0MyA2NC4yMjI4IDE2LjY2NDMgNjQuMjIyOFY2NC4yMjE4WiIgZmlsbD0iI0Q5RDlEOSIvPgo8cGF0aCBkPSJNMjAuMTEwNCA0MS4zOTMzQzE4LjM5NTcgMzcuNzAzMyAxNS4yNzY0IDM2Ljg3NCAxNS4yNzY0IDM2Ljg3NEMxNS4yNzY0IDM2Ljg3NCAxNS40MzEgNDEuMjQwMSAxNi40MDYxIDQzLjY3NDdDMTcuMzgxMiA0Ni4xMDkzIDIwLjkzMTkgNDkuNzE2MiAyMC45MzE5IDQ5LjcxNjJDMjAuOTMxOSA0OS43MTYyIDIxLjgyNDIgNDUuMDgzMyAyMC4xMDk1IDQxLjM5MzNIMjAuMTEwNFoiIGZpbGw9IiNEOUQ5RDkiLz4KPHBhdGggZD0iTTI2Ljc5ODUgNDIuODM5M0MyMi43NDM1IDQ2Ljk4IDIyLjEwMjMgNTIuMzM0NiAyMi4xMDIzIDUyLjMzNDZDMjIuMTAyMyA1Mi4zMzQ2IDI3LjQwNjIgNTEuODU2MiAyOS42Njk2IDQ4LjcyODZDMzEuOTMzIDQ1LjYwMTEgMzIgMzguOTA5MiAzMiAzOC45MDkyQzMyIDM4LjkwOTIgMjkuODA1NSAzOS43NjkxIDI2Ljc5ODUgNDIuODM5M1oiIGZpbGw9IiNEOUQ5RDkiLz4KPHBhdGggZD0iTTE5LjE3NTEgMzAuMjE4OEMxNi45NjU5IDI3LjIwMyAxNC4wMDIyIDI3LjA1MTggMTQuMDAyMiAyNy4wNTE4QzE0LjAwMjIgMjcuMDUxOCAxNC45MjMxIDMwLjk3OTkgMTYuMjQgMzIuOTk5NEMxNy41NTU5IDM1LjAxODggMjEuNDA3IDM3LjYwNTYgMjEuNDA3IDM3LjYwNTZDMjEuNDA3IDM3LjYwNTYgMjEuMzg0MyAzMy4yMzQ2IDE5LjE3NTEgMzAuMjE4OFoiIGZpbGw9IiNEOUQ5RDkiLz4KPHBhdGggZD0iTTIzLjI1MTQgMzkuMDc4OEMyMy4yNTE0IDM5LjA3ODggMjcuNTc4MiAzNy43NTMyIDI4LjkxOTcgMzQuNjg4QzMwLjI2MTIgMzEuNjIyNyAyOS4xNjEgMjUuODkxNiAyOS4xNjEgMjUuODkxNkMyOS4xNjEgMjUuODkxNiAyNy43NjkzIDI2LjY2MzYgMjUuNTE0NyAzMC4xNTA5QzIyLjc5OTMgMzQuMzUwOSAyMy4yNTE0IDM5LjA3ODggMjMuMjUxNCAzOS4wNzg4WiIgZmlsbD0iI0Q5RDlEOSIvPgo8cGF0aCBkPSJNMTYuMTM1MiAyMC4yMDM1QzEzLjQ0ODIgMTguMDI2OSAxMC43NDg1IDE4LjYyMDkgMTAuNzQ4NSAxOC42MjA5QzEwLjc0ODUgMTguNjIwOSAxMi40ODk5IDIxLjkzODMgMTQuMTQxNiAyMy40MzU4QzE1Ljc5MzQgMjQuOTMzMyAxOS44NTczIDI2LjMxODIgMTkuODU3MyAyNi4zMTgyQzE5Ljg1NzMgMjYuMzE4MiAxOC44MjExIDIyLjM3OTEgMTYuMTM1MiAyMC4yMDM1WiIgZmlsbD0iI0Q5RDlEOSIvPgo8cGF0aCBkPSJNMjUuMjgzNCAyMS41OTYxQzI1LjE3MjEgMTguNDYyNyAyMS45NTE0IDE0LjEwNDUgMjEuOTUxNCAxNC4xMDQ1QzIxLjk1MTQgMTQuMTA0NSAyMS4yNDYyIDE1LjM4NzUgMjAuNjE4NyAxOS4yMDFDMTkuODU3NCAyMy44MyAyMi4zMTQ4IDI3LjY0NTUgMjIuMzE0OCAyNy42NDU1QzIyLjMxNDggMjcuNjQ1NSAyNS4zOTM3IDI0LjczMDUgMjUuMjgyNCAyMS41OTYxSDI1LjI4MzRaIiBmaWxsPSIjRDlEOUQ5Ii8+CjxwYXRoIGQ9Ik02Ljg3MTA5IDEyLjU1OUM2Ljg3MTA5IDEyLjU1OSA5LjA1MzczIDE0Ljc4MzEgMTAuNzMyMSAxNS41Njc5QzEyLjQxMDQgMTYuMzUyNyAxNS45OTA3IDE2LjQzNjggMTUuOTkwNyAxNi40MzY4QzE1Ljk5MDcgMTYuNDM2OCAxNC4yMjM3IDEzLjUzNTYgMTEuNTU2NSAxMi40NjcxQzguODg5MjQgMTEuMzk4NSA2Ljg3MTA5IDEyLjU1OCA2Ljg3MTA5IDEyLjU1OFYxMi41NTlaIiBmaWxsPSIjRDlEOUQ5Ii8+CjxwYXRoIGQ9Ik0xOC4yMjU3IDE3LjU0MTRDMTguMjI1NyAxNy41NDE0IDIwLjIyMTIgMTQuNTY1MSAxOS41NzkgMTIuMDEwOUMxOC45MzY4IDkuNDU2NzEgMTUuNTQ2NyA2LjQ4MzQgMTUuNTQ2NyA2LjQ4MzRDMTUuNTQ2NyA2LjQ4MzQgMTUuMjY1IDcuNzMzODEgMTUuMzU3NSAxMC45MjI2QzE1LjQ3MjggMTQuODcyNSAxOC4yMjU3IDE3LjU0MTQgMTguMjI1NyAxNy41NDE0WiIgZmlsbD0iI0Q5RDlEOSIvPgo8cGF0aCBkPSJNMTAuOTI2MiA5LjU4NzM0QzEwLjkyNjIgOS41ODczNCA5LjM1NTIzIDcuOTEyODcgNy40MzU1OSA3LjU5MzU5QzUuNTE1OTQgNy4yNzQzMiA0LjMzMTA1IDguMzQ1ODIgNC4zMzEwNSA4LjM0NTgyQzQuMzMxMDUgOC4zNDU4MiA2LjA4NjIyIDkuNTA3MjcgNy4zMDk1MSA5Ljc4NDA0QzguNTMyODEgMTAuMDU5OCAxMC45MjYyIDkuNTg4MzMgMTAuOTI2MiA5LjU4ODMzVjkuNTg3MzRaIiBmaWxsPSIjRDlEOUQ5Ii8+CjxwYXRoIGQ9Ik0xMi42OTk2IDkuNjA5OTVDMTIuNjk5NiA5LjYwOTk1IDEzLjU4MDEgNy4zMTE3NiAxMi43Nzg0IDUuNzEzNDFDMTEuOTc2NyA0LjExNDA2IDkuMjk0NjggMi42NzA5IDkuMjk0NjggMi42NzA5QzkuMjk0NjggMi42NzA5IDkuMzM2MDMgMy44MDg2MyA5LjgyNTU1IDUuNjU3MDZDMTAuNTE0IDguMjYwNjkgMTIuNzAwNiA5LjYxMDk0IDEyLjcwMDYgOS42MTA5NEwxMi42OTk2IDkuNjA5OTVaIiBmaWxsPSIjRDlEOUQ5Ii8+CjxwYXRoIGQ9Ik00LjI0NTE5IDMuNDIzOTlDNS41OTE2IDQuNjU0NjQgNy44NzI3MSA1LjM2MDQgNy44NzI3MSA1LjM2MDRDNy44NzI3MSA1LjM2MDQgOC4yODgzNiAzLjEzNDM3IDYuNTUzODggMS40NTY5NEM0LjgxOTQgLTAuMjIwNDk0IDIuMTcwOSAwLjAxMDgwODIgMi4xNzA5IDAuMDEwODA4MkMyLjE3MDkgMC4wMTA4MDgyIDIuODk5NzYgMi4xOTMzNSA0LjI0NTE5IDMuNDIzOTlaIiBmaWxsPSIjRDlEOUQ5Ii8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    height: 86px;
    width: 32px;
  }

  .itom-features-main-wrapper .recognition-testimonial .recognition-testimonial--item .recognition-testimonial-content p {
    text-align: center;
    line-height: 1.65;
    margin-bottom: 0;
    font-weight: 600;
  }

  .itom-features-main-wrapper .recognition-testimonial .recognition-testimonial--item .recognition-testimonial-content p span {
    display: block;
  }

  .itom-features-main-wrapper .other-solution-section {
    background-color: #fafafa;
  }

  .itom-features-main-wrapper .other-solution-section .other-solution-card {
    margin-bottom: 24px;
  }

  .itom-features-main-wrapper .other-solution-section .other-solution-card h6 {
    margin-bottom: 8px;
  }

  .itom-features-main-wrapper .other-solution-section .other-solution-card .solution-view-more {
    margin: 6px 0 12px 0;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.5;
    text-decoration: underline;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .itom-features-main-wrapper .other-solution-section .other-solution-card ul {
    margin-bottom: 0;
  }

  .itom-features-main-wrapper .other-solution-section .other-solution-card ul li {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.5;
  }

  .itom-features-main-wrapper .other-solution-section .other-solution-card ul li a {
    color: inherit;
    position: relative;
    text-decoration: unset;
  }

  .itom-features-main-wrapper .other-solution-section .other-solution-card ul li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #006deb;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .itom-features-main-wrapper .other-solution-section .other-solution-card ul li a:hover {
    color: #006deb;
  }

  .itom-features-main-wrapper .other-solution-section .other-solution-card ul li a:hover::before {
    width: 100%;
  }

  .itom-features-main-wrapper .other-solution-section .other-solution-card .view-more-solution-list {
    display: none;
  }

  .itom-features-main-wrapper .other-solution-section .other-solution-card .view-more-solution-list.active {
    display: block;
  }

  .itom-features-main-wrapper .other-solution-section .other-solution-wrapper {
    margin-top: 60px;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper {
    position: relative;
    margin: 80px 0 40px;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-pattern {
    position: relative;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .opm-logo {
    position: absolute;
    content: "";
    top: 50%;
    right: 50%;
    max-width: 130px;
    -webkit-transform: translate(50%, -60%);
    transform: translate(50%, -60%);
  }

  @media (max-width: 767px) {
    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-pattern {
      display: none;
    }
  }



  @media (max-width: 767px) {
    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 -12px;
    }
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .network-solution-icon svg {
    min-width: 36px;
    min-height: 36px;
  }

  @media (min-width: 768px) {
    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col {
      position: absolute;
    }

    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(1) {
      right: 26%;
      bottom: 42%;
    }

    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(2) {
      right: 7%;
      bottom: 42%;
    }

    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(3) {
      right: 36%;
      bottom: 67%;
    }

    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(4) {
      right: 32%;
      bottom: 14%;
    }

    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(5) {
      right: 18%;
      bottom: 70%;
    }

    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(6) {
      right: 57%;
      bottom: 68%;
    }

    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(7) {
      right: 65%;
      bottom: 44%;
    }

    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(8) {
      right: 59%;
      bottom: 21%;
    }

    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(9) {
      right: 46%;
      bottom: 88%;
    }

    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(10) {
      right: 46%;
      bottom: 1%;
    }

    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(11) {
      right: 72%;
      bottom: 76%;
    }

    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(12) {
      right: 28%;
      bottom: 90%;
    }

    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(13) {
      right: 83%;
      bottom: 45%;
    }

    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(14) {
      right: 74%;
      bottom: 12%;
    }

    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col:nth-child(15) {
      right: 12%;
      bottom: 12%;
    }
  }

  @media (max-width: 767.98px) {
    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col {
      padding: 0 12px;
      margin-bottom: 24px;
    }
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col>div {
    width: 110px;
    height: 110px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    -webkit-box-shadow: 0 4px 32px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.05);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }

  @media (max-width: 767.98px) {
    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col>div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-radius: 12px;
    }
  }

  @media only screen and (min-width: 767px) and (max-width: 992px) {
    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col>div {
      -webkit-transform: scale(0.85);
      transform: scale(0.85);
    }
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col>div:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col>div a {
    color: inherit;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col>div a .network-solution-icon {
    display: inline-block;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list .col>div a span:last-child {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.15;
  }

  @media screen and (min-width: 992px) {
    .itom-features-main-wrapper .title-break {
      display: block;
    }
  }

  .video-player-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    display: none;
    opacity: 0;
    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .video-player-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .video-player-wrapper.active {
    display: block;
    opacity: 1;
  }

  .video-player-wrapper .video-player-container {
    max-width: 956px;
    margin: 100px auto auto;
  }

  .video-player-wrapper .video-player-container .video-player-close-btn {
    width: 32px;
    height: 32px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
  }

  .video-player-wrapper .video-player-container .video-player {
    position: relative;
    padding-bottom: 56.5%;
    margin-top: 12px;
  }

  .video-player-wrapper .video-player-container .video-player iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .intro-video {
    margin-top: 24px;
    padding-bottom: 56.5%;
    position: relative;
    -webkit-box-shadow: 2px 4px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 4px 24px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    z-index: 1;
  }

  @media only screen and (min-width: 992px) {
    .intro-video {
      padding-bottom: 51.5%;
      margin-left: 40px;
    }
  }

  .intro-video img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .intro-video .video-play-button {
    width: 64px;
    height: 64px;
    border-radius: 100px;
    background-color: #e80e19;
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 6px 24px 3px rgba(192, 192, 192, 0.75);
    box-shadow: 0 6px 24px 3px rgba(192, 192, 192, 0.75);
    cursor: pointer;
  }

  .intro-video .video-play-button .video-play-icon {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-32%, -50%);
    transform: translate(-32%, -50%);
    width: 20px;
    height: 20px;
  }

  #meGDPRMessage {
    margin-bottom: 6px;
    font-size: 13px;
    width: 100% !important;
    color: inherit !important;
  }

  #meGDPRMessage label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
  }

  .checkmarkgdpr {
    margin: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 8px !important;
    background: #ffffff !important;
  }

  .checkmarkgdpr::before {
    content: "";
    top: -1px !important;
    left: 0 !important;
    position: relative !important;
    width: 6px !important;
    height: 11px !important;
    border-style: solid !important;
    border-width: 0 2px 2px 0 !important;
    -webkit-transform: rotate(45deg) scale(0) !important;
    transform: rotate(45deg) scale(0) !important;
    -webkit-transition: 120ms -webkit-transform ease-out !important;
    transition: 120ms -webkit-transform ease-out !important;
    transition: 120ms transform ease-out !important;
    transition: 120ms transform ease-out, 120ms -webkit-transform ease-out !important;
  }

  .checkmarkgdpr.enableCheckgdpr::before {
    -webkit-transform: rotate(45deg) scale(1) !important;
    transform: rotate(45deg) scale(1) !important;
  }

  .text-center {
    text-align: center;
  }

  .mb-0 {
    margin-bottom: 0 !important;
  }

  .pb-0 {
    padding-bottom: 0 !important;
  }

  .pt-0 {
    padding-top: 0 !important;
  }

  .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .feature-section-swiper {
    position: relative;
    padding: 0 20px;
    position: relative;
  }

  .feature-section-swiper .swiper {
    -webkit-box-shadow: 0 8px 36px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 36px 0 rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    position: initial;
  }

  .feature-section-swiper .swiper-slide img {
    border-radius: 12px;
  }

  .feature-section-swiper .swiper-scrollbar {
    background: transparent;
  }

  .feature-section-swiper .swiper-button-next {
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 100px;
    border: 1.5px solid #2a2b2e;
    background: #ffffff;
    color: #2a2b2e;
    -webkit-box-shadow: 0 3px 2px rgba(42, 43, 46, 0.05);
    box-shadow: 0 3px 2px rgba(42, 43, 46, 0.05);
  }

  .feature-section-swiper .swiper-button-next::after {
    font-size: 20px;
    position: absolute;
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItYXJyb3ctcmlnaHQiPjxsaW5lIHgxPSI1IiB5MT0iMTIiIHgyPSIxOSIgeTI9IjEyIj48L2xpbmU+PHBvbHlsaW5lIHBvaW50cz0iMTIgNSAxOSAxMiAxMiAxOSI+PC9wb2x5bGluZT48L3N2Zz4=);
    width: 24px;
    height: 24px;
  }

  .feature-section-swiper .swiper-button-prev {
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 100px;
    border: 1.5px solid #2a2b2e;
    background: #ffffff;
    color: #2a2b2e;
    -webkit-box-shadow: 0 3px 2px rgba(42, 43, 46, 0.05);
    box-shadow: 0 3px 2px rgba(42, 43, 46, 0.05);
  }

  .feature-section-swiper .swiper-button-prev::after {
    font-size: 20px;
    position: absolute;
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItYXJyb3ctcmlnaHQiPjxsaW5lIHgxPSI1IiB5MT0iMTIiIHgyPSIxOSIgeTI9IjEyIj48L2xpbmU+PHBvbHlsaW5lIHBvaW50cz0iMTIgNSAxOSAxMiAxMiAxOSI+PC9wb2x5bGluZT48L3N2Zz4=);
    width: 24px;
    height: 24px;
  }

  .feature-section-swiper .swiper-button-prev::after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  .feature-section-swiper .swiper-button-next,
  .feature-section-swiper .swiper-rtl .swiper-button-prev {
    right: 0;
  }

  .feature-section-swiper .swiper-button-prev,
  .feature-section-swiper .swiper-rtl .swiper-button-next {
    left: 0;
  }

  .banner-inline-form {
    position: relative;
  }

  .form-feedback-error {
    position: absolute !important;
    border: 0 !important;
    font-size: 13px;
    top: -24px;
    left: 0;
    color: #e80e19;
  }



  /*------------- end css ---------*/


  .heading-menu,
  #scroll,
  #VideosAndLogos {
    display: none;
  }



  .itom-features-main-wrapper .feature-section .feature-content-section {
    padding: 30px 0px 60px;
  }

  .itom-features-main-wrapper .feature-section .feature-content-section ul li {
    margin-bottom: 20px;
    text-align: left;
  }

  .itom-features-main-wrapper .feature-section .feature-content-section ul li:last-child {
    margin-bottom: 0px;
  }

  .itom-features-main-wrapper .feature-section .feature-content-section .content-body .content-list ul,
  .itom-features-main-wrapper .feature-section .feature-content-section .content-body .content-list {
    margin-top: 0px;
  }

  .itom-cycle-section .feature-content-section {
    text-align: left;
  }

  .itom-features-main-wrapper .faq-section {
    background: #fff;
  }

  .itom-img-holder {
    margin: 24px 0px 40px;
  }

  @media only screen and (max-width: 991.98px) {
    .flex-lg-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
  }

  .btn-primary:hover {
    text-decoration: none;
  }


  /*--- ctn button css ------*/

  .itom-btn {
    border: 0;
    border-radius: 4px;
    font-family: inherit;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    cursor: pointer;
    text-align: center;
    padding: 12px 24px;
    display: inline-block;
  }

  .itom-btn.btn-primary {
    background-color: #E80E19;
    color: #ffffff !important;
  }

  .bottom-cta {
    margin-top: 46px;
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  a.itom-btn {
    color: #ffffff;
    text-decoration: unset;
  }


  .btn-secondary {
    color: #000 !important;
    border: 1px solid #ddd;
    background: #fff !important;
    ;
  }






  /*--- logo section css ------*/

  .banner .brand-flex-row:before,
  .banner .brand-flex-row:after {
    content: '';
    display: table;
    clear: both;
  }

  .brand-flex-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 35px 0 0px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .brand-flex-row .col {
    flex: 1;

  }


  .logo-widget-bg {
    background: #222222;
  }

  .brand-logo-list {
    display: flex;
  }

  .brand-logo-list li {
    margin: 0px 15px;
    box-sizing: border-box;
    width: 100%;
    -webkit-box-shadow: rgb(92 92 92 / 15%) 4px 2px 20px 0px;
    -moz-box-shadow: rgb(92 92 92 / 15%) 4px 2px 20px 0px;
    box-shadow: rgb(92 92 92 / 15%) 4px 2px 20px 0px;
    /*    border-bottom: 1px solid #f2f1f1;*/
    overflow: hidden;
    position: relative;
    display: block;
    background: #fff;
    margin-bottom: 0px !important;
  }

  .brand-logo-list li img {
    position: absolute;
    max-width: 75%;
    max-height: 75%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 4px;
  }

  .brand-logo-list li a:hover {
    text-decoration: none;
  }

  .brand-logo-list li i {
    width: 155px;
    height: 80px;
    background: url(https://www.manageengine.cn/it-operations-management/images/opm-itom-plus-sprite.svg) no-repeat #fff;
    display: table;
    background-size: 900px;
    margin: 0 auto;
  }

  i.logo1 {
    background-position: -146px -168px !important;
  }

  i.logo2 {
    background-position: -296px -170px !important;
  }

  i.logo3 {
    background-position: 28px -166px !important;
  }

  i.logo4 {
    background-position: -480px -164px !important;
  }

  i.logo5 {
    background-position: -696px -162px !important;

  }



  /*--- logo list  css ------*/


  .itom-container ul {
    padding-left: 0;
    margin: 0
  }

  .itom-container li {
    list-style-type: none
  }

  .itom-container a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
  }

  .itom-container a:hover {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
  }

  .itom-container div,
  .itom-container a,
  .itom-container ul,
  .itom-container li,
  .itom-container input,
  .itom-container p,
  .itom-container h1,
  .itom-container h2,
  .itom-container span {
    box-sizing: border-box;
  }

  .itom-container div {
    box-sizing: border-box;
  }

  .itom-container {
    width: 100%;
    display: inline-block;
  }

  .ac {
    margin: 0 auto;
    position: relative;
    max-width: 1200px
  }

  .ban1 {
    text-align: center;
    padding: 60px 0
  }

  .ban1 h1 {
    font-size: 46px;
    line-height: 56px
  }

  .ban1 p {
    font-size: 20px;
    line-height: 32px;
    padding: 0 100px
  }

  .ban1 a {
    background: #ec1032;
    color: #fff;
    font-family: 'Zoho_Puvi_Medium';
    font-size: 16px;
    padding: 14px 35px;
    display: inline-block;
    border-radius: 2px;
    margin-top: 15px
  }

  .ban1 a:hover {
    box-shadow: 0 10px 31px -9px #000000bd;
    background: #c50523
  }

  .cact {
    position: relative;
  }

  .cact .ac {
    position: relative
  }

  .cact:before {
    content: '';
    position: absolute;
    width: 28%;
    height: 306px;
    left: 20%;
    bottom: 0;
    z-index: -1;
    background: url(images/home-dot-21.png);
    background-size: 44px
  }

  .cact:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 90%;
    right: 0;
    bottom: 0;
    background: #e5f1fe;
    z-index: -1
  }

  .itom-grid-container {
    float: left;
    width: 30%
  }

  .itom-grid-container .tit {
    padding: 91px 20px 60px 0;
    text-align: left;
  }

  .itom-grid-container .tit h2 {
    font-size: 27px;
    line-height: 38px;
    padding-bottom: 35px;
    font-weight: 400;
  }

  .itom-grid-container .tit h2 b {
    font-size: 35px;
    font-weight: 800;
  }

  .itom-grid-container .tit span {
    box-shadow: 0 1px 13px -4px #33333336;
    padding: 10px;
    border-radius: 5px;
    width: 55px;
    height: 55px;
    display: inline-block;
    margin-right: 10px;
    background: url(https://www.manageengine.cn/it-operations-management/images/opm-itom-plus-sprite.svg) no-repeat #f98b2d;
    background-size: 550px;
    background-position: -440px 5px;
    cursor: pointer;
    filter: invert(1);
  }

  .itom-grid-container .tit span.ar-btn1 {
    margin-left: 125px
  }

  .itom-grid-container .tit span.ar-btn2 {
    background-position: -480px 5px;
    margin-left: 5px
  }

  .itom-grid-container .tit span.act {
    background-color: #fff;
    filter: invert(0);
    cursor: auto;
    opacity: 0.5;
  }

  .glas1 {
    width: 40%
  }

  .cact .glas1 .box {
    margin-left: 125px
  }

  .cact .box {
    box-shadow: 0 3px 13px -4px #33333342;
    padding: 25px;
    margin: 15px;
    border-radius: 5px;
    height: 330px;
    float: left;
    position: relative;
    background: #fff;
    transition: all 0.5s ease;
    text-align: left;
  }

  .cact .box:hover {
    box-shadow: 0 8px 27px -11px #333333ab;
    background: #fff;
    transform: translateY(-2px);
  }

  .cact .box:hover span {
    text-decoration: underline;
  }

  .cact .box i {
    width: 70px;
    height: 70px;
    background: url(https://www.manageengine.cn/it-operations-management/images/opm-itom-plus-sprite.svg) no-repeat #fff;
    display: table;
    background-size: 780px
  }

  .cact .box h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
  }

  .cact .box i.ic-acc {
    background-position: -132px 0
  }

  .cact .box i.ic-real {
    background-position: -5px 0
  }

  .cact .box i.ic-file {
    background-position: -198px 0
  }

  .cact .box i.ic-azur {
    background-position: -421px -60px;
  }

  .cact .box i.ic-emp {
    background-position: -351px -61px;
  }

  .cact .box i.ic-priv {
    background-position: -491px -60px;
  }

  .cact .box i.ic-adfs {
    background-position: -274px -61px
  }

  .cact .box i.ic-win {
    background-position: -70px 0;
  }

  .cact .box i.ic-saudi {
    background-position: -271px 0;
  }

  .cact .box i.ic-fimo {
    background-position: -561px -60px;
  }

  .cact .box p {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
  }

  .cact .box p a {
    position: relative;
    width: auto;
    height: auto;
    border-radius: 0px;
    color: #256ab4;
  }

  .flex-viewport {
    z-index: 1;
  }

  .cact .box p a:hover {
    text-decoration: underline;
  }

  .cact .box span {
    color: #256ab4
  }

  .cact .box a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px
  }

  .box-2 {
    display: none
  }


  .mt-0 {
    margin-top: 0px !important;
  }



  /*========== Itom-cycle section new start css    ==============*/

  .addon-wrapper {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #f8df89;
    margin: 60px auto;
    max-width: 1140px;
  }

  .addon-section .addon-item-wrapper {
    max-width: 460px;
  }

  .addon-content-wrapper {
    padding: 40px;
    height: 100%;
  }

  @media screen and (max-width: 991.98px) {
    .addon-section .addon-item-wrapper {
      max-width: 100%;
    }
  }

  .addon-item-wrapper .addon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 24px;
    cursor: pointer;
    background-color: #f9f9f9;
    border-bottom: 1px solid #f8df89;
  }

  .addon-item-wrapper .addon-item:first-child {
    border-radius: 12px 0 0 0;
  }

  .addon-item-wrapper .addon-item:last-child {
    border-radius: 0 0 0 12px;
    border-bottom: 0;
  }

  .addon-item-wrapper .addon-item.active {
    background-color: #ffffff !important;
  }

  .addon-item-wrapper .addon-item .addon-item-icon {
    margin-right: 20px;
  }

  .addon-content-wrapper {
    padding: 40px;
    height: 100%;
  }

  .addon-content-wrapper .addon-content-item {
    display: none;
  }

  .addon-content-wrapper .addon-content-item.active {
    display: block;
  }

  .addon-content-wrapper .addon-content-list {
    margin-top: 0px;
  }

  .addon-content-wrapper .addon-content-list li {
    position: relative;
    font-size: 17px;
    padding-left: 32px;
    margin-bottom: 16px;
  }

  .addon-content-wrapper .addon-content-list li::before {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyIDExLjA4VjEyQzIxLjk5ODggMTQuMTU2NCAyMS4zMDA1IDE2LjI1NDcgMjAuMDA5MyAxNy45ODE4QzE4LjcxODIgMTkuNzA5IDE2LjkwMzMgMjAuOTcyNSAxNC44MzU0IDIxLjU4MzlDMTIuNzY3NCAyMi4xOTUzIDEwLjU1NzMgMjIuMTIxOSA4LjUzNDQ3IDIxLjM3NDZDNi41MTE2OCAyMC42MjczIDQuNzg0NjUgMTkuMjQ2MSAzLjYxMDk2IDE3LjQzNzFDMi40MzcyNyAxNS42MjggMS44Nzk3OSAxMy40ODgxIDIuMDIxNjggMTEuMzM2M0MyLjE2MzU2IDkuMTg0NTYgMi45OTcyMSA3LjEzNjMzIDQuMzk4MjggNS40OTcwN0M1Ljc5OTM1IDMuODU3ODIgNy42OTI3OSAyLjcxNTM4IDkuNzk2MTkgMi4yNDAxNUMxMS44OTk2IDEuNzY0OTEgMTQuMTAwMyAxLjk4MjM0IDE2LjA3IDIuODYiIHN0cm9rZT0iIzBCNjJDNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTIyIDRMMTIgMTQuMDFMOSAxMS4wMSIgc3Ryb2tlPSIjMEI2MkM2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    left: 0;
    top: 5px;
    /* -webkit-transform: translateY(-50%);
  transform: translateY(-50%); */
    width: 20px;
    height: 20px;
    background-size: 20px;
  }



  /*========== Itom-cycle section new end css    ==============*/



  /*========== Tab section start css  ==============*/

  .network-monitor-tab {
    margin-top: 64px;
  }

  /* .network-monitor-tab .network-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
  } */

  .network-monitor-tab .network-row {
    width: 100%;
  }

  .tab-list-wrapper {
    float: left;
    width: 28%;

  }

  .tab-content-wrapper {
    width: 72%;
    float: left;
  }





  @media screen and (max-width: 767.98px) {
    .network-monitor-tab .network-row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }

  .network-monitor-tab .tab-list {
    width: calc(100% -300px);
    border: 1px solid #ececec;
    position: sticky;
    top: 100px;
  }

  .network-monitor-tab .tab-list .tab-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 16px;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .network-monitor-tab .tab-list .tab-list-item::before {
    content: "";
    position: absolute;
    right: -13px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    border-left: 12px solid #ddd;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    display: none;
  }

  .network-monitor-tab .tab-list .tab-list-item.tab-active {
    background-color: #F9F9F9;
  }

  .network-monitor-tab .tab-list .tab-list-item.tab-active::before {
    display: block;
  }

  .network-monitor-tab .tab-list .tab-list-item .tab-list-icon {
    min-width: 48px;
    height: 48px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .network-monitor-tab .tab-list .tab-list-item p {
    font-weight: 500;
    line-height: 1.35;
    margin: 0;
    font-size: 18px;
    text-align: left;
  }

  @media screen and (max-width: 767.98px) {
    .network-monitor-tab .tab-list .tab-list-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      min-width: 240px;
    }

    .network-monitor-tab .tab-list .tab-list-item::before {
      display: none;
    }

    .network-monitor-tab .tab-list .tab-list-item .tab-list-icon {
      margin: 0 auto 10px;
    }

    .network-monitor-tab .tab-list .tab-list-item.tab-active {
      background-color: #fff8e0;
    }

    .network-monitor-tab .tab-list .tab-list-item.tab-active::before {
      display: none;
    }
  }

  .network-monitor-tab .tab-content-list {
    padding: 0 20px;
    text-align: left;
    padding-left: 45px;
  }

  .network-monitor-tab .tab-content-list .tab-content-item {
    display: none;
  }

  .network-monitor-tab .tab-content-list .tab-content-item .img-wrapper img {
    margin: 20px 0;
    -webkit-box-shadow: 0px 2px 16px 0 rgba(0, 0, 0, 0.0705882353);
    box-shadow: 0px 2px 16px 0 rgba(0, 0, 0, 0.0705882353);
    border: 1px solid #e9e9e9;
  }

  .network-monitor-tab .tab-content-list .tab-content-item.tab-content-active {
    display: block;
  }

  .network-monitor-tab .tab-content-list .tab-content-item .tab-content-title h2,
  .network-monitor-tab .tab-content-list .tab-content-item .tab-content-title h3 {
    display: inline;
  }

  .network-monitor-tab .tab-content-list .tab-content-item h3 {
    margin-bottom: 8px;
  }

  .network-monitor-tab .tab-content-list .tab-content-item a {
    color: inherit;
    text-decoration: underline;
  }

  .network-monitor-tab .tab-content-list .tab-content-item ul {
    list-style-type: disc;
    padding-left: 24px;
  }

  .network-monitor-tab .tab-content-list .tab-content-item ul li {
    margin-bottom: 12px;
  }

  .network-monitor-tab .tab-content-list .tab-content-item .tab-content-mock {
    margin: 20px 0;
    -webkit-box-shadow: 0px 2px 16px 0 rgba(0, 0, 0, 0.0705882353);
    box-shadow: 0px 2px 16px 0 rgba(0, 0, 0, 0.0705882353);
  }

  .network-monitor-solution-section {
    background-color: #FFFDF9;
  }

  @media screen and (max-width: 1199.98px) {
    .related-resource-title-wrapper {
      text-align: center;
    }
  }

  @media screen and (max-width: 767.98px) {
    .resource-other-wrapper {
      padding: 24px !important;
    }

    .resource-wrapper {
      border-right: 0 !important;
    }

    .tab-list-wrapper {
      margin-bottom: 32px;
      overflow-x: scroll;
    }

    .tab-list-wrapper .tab-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow-x: scroll;
      width: 100%;
    }

    .network-monitor-tab {
      margin-top: 32px;
    }

    .tab-content-wrapper,
    .tab-list-wrapper {
      width: 100%;
      float: inherit;

    }

    .network-monitor-tab .tab-content-list {
      padding-left: 0px;
    }

  }

  @media screen and (min-width: 992px) {
    .d-lg-block {
      display: block !important;
    }
  }



  /*========== Tab section end css  ==============*/


  /*========== Itom-cycle section css    ==============*/

  .itom-cyle {
    background: #fff8e0;
    padding: 80px 0 80px;
  }

  .itom-cycle-container {
    margin-top: 60px;
  }

  .itom-cycle-container .col-container {
    display: flex;
    width: 100%;
    gap: 24px;
    margin-bottom: 24px;
    justify-content: center;
  }

  .itom-cycle-container .col-container .col {
    flex: 1;
    padding: 24px;
    background: #fff;
    max-width: 369px;
    width: 100%;
  }

  .itom-cyle-box i {
    background: url(https://www.manageengine.cn/it-operations-management/images/opm-itom-plus-sprite.svg) no-repeat;
    background-size: 640px;
    width: 50px;
    height: 45px;
    background-position: -526px -300px;
    display: table;
  }

  .res-1 i {
    background-position: -109px -50px;
  }

  .res-2 i {
    background-position: 8px -50px;
  }

  .res-3 i {
    background-position: -52px -50px;
  }

  .res-4 i {
    background-position: -165px -50px;
  }

  .res-5 i {
    background-position: -224px -50px;
  }

  .res-6 i {
    background-position: -515px -50px
  }

  .tab-icon-1 i {
    background-position: 6px -186px;
  }

  .tab-icon-2 i {
    background-position: -110px -186px;
  }

  .tab-icon-3 i {
    background-position: -224px -186px;
  }

  .tab-icon-4 i {
    background-position: -336px -186px
  }

  .tab-icon-5 i {
    background-position: -450px -186px;
  }

  .tab-icon-6 i {
    background-position: -568px -186px;
  }



  .itom-cyle-box h4 {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 0px;
  }

  .popup-list {
    margin-left: 24px;
  }

  .popup-list li {
    margin-bottom: 12px !important;
    list-style: disc;
  }

  .popup-list li:last-child {
    margin-bottom: 0px !important;
  }


  /*========== media query =================*/


  @media screen and (min-width:1100px) {}

  @media screen and (max-width:1300px) {
    .ac {
      max-width: 90%
    }

    .bs2-s1 span {
      width: 280px;
      height: 407px;
      background-size: 760px;
      background-position: -486px -284px;
      margin-bottom: -57px
    }

    .res-3 {
      right: 0px;
    }

    .res-1 {
      left: 10px
    }
  }

  @media screen and (max-width:1200px) {}

  @media screen and (min-width: 899px) and (max-width:1199px) {}

  @media screen and (max-width:1150px) {
    .bs2-com div {
      position: relative;
      top: 77px;
      left: 33%;
      right: auto;
      bottom: auto;
      background: #fff;
      width: 100px;
      height: 100px;
      text-align: center;
      padding: 14px 10px;
      border-radius: 50px;
      z-index: 9
    }

    .bs2-s2 {
      left: 0;
      top: 0
    }

    .bs2-s3 {
      right: 0;
      top: -11px
    }

    .bs2-s4 {
      left: 100px;
      bottom: -75px
    }

    .bs2-s5 {
      right: 19px;
      bottom: -70px
    }

  }

  @media screen and (min-width:1100px) {}

  @media screen and (max-width:1100px) {
    .sbox .ascr2 {
      width: 230px
    }

    .gartner-bnr img {
      width: 90%
    }

    .cact .box {
      height: 360px;
    }

    .cact .box h4 {
      line-height: 1.3;
    }
  }

  @media screen and (max-width:1000px) {}

  @media screen and (min-width: 580px) and (max-width:992px) {}

  @media screen and (max-width: 992px) {

    .itom-grid-container {
      width: 100%;
    }

    .cact .box {
      margin: 15px 0;
      height: auto;
      width: 100%;
    }

    .itom-grid-container .tit {
      padding: 0 0px 20px 0;
      text-align: center;
    }

    .itom-grid-container .tit h2 {
      margin-bottom: 0px;
    }

    .brand-logo-list {
      display: inherit;
    }

    .brand-logo-list li {
      margin: 15px 15px;
      width: 25%;
      float: left;
    }


  }

  @media screen and (max-width:767px) {

    .itom-cycle-container .col-container {
      display: block;
    }

    .itom-cycle-container .col-container .col {
      max-width: 100%;
      margin-bottom: 24px;
    }

    .network-monitor-tab .tab-list .tab-list-item p {
      text-align: center;
    }

  }

  @media screen and (max-width: 650px) {

    .brand-logo-list {
      display: inherit;
    }

    .brand-logo-list li {
      margin: 15px auto 12px;
      max-width: 75% !important;
      float: inherit;
      width: 75%;
    }


  }


  @media screen and (max-width:620px) {
    .bottom-cta {
      display: grid;
    }


  }

  @media screen and (max-width:580px) {}

  @media screen and (max-width:550px) {}

  @media screen and (max-width:500px) {
    .ds-list li {
      width: 100%
    }
  }

  /*------- unified ITOM platform -----------*/



  .itom-features-main-wrapper .manage-section .network-device-wrapper {
    position: relative;
    margin: 60px 0 40px;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-content-card {
    background: #fff8e0;
    padding: 24px 36px;
    border-radius: 8px;
    height: 100%;
    height: auto;

  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-content-card .addon-content-wrapper {
    padding: 20px 0px 0px;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-content-card a {
    font-size: 16px;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-content-card h6 {
    margin-bottom: 4px;
    line-height: 1.35;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-content-card .card-icon {
    margin-bottom: 8px;
  }

  @media only screen and (max-width: 767.98px) {
    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-content-card {
      margin-bottom: 40px;
    }
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-content-card .network-device-content {
    display: none;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-content-card .network-device-content.active {
    display: block;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .monitoring-devices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 125px;
    background: #fff;
    -webkit-box-shadow: 0 4px 32px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.05);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    border-radius: 6px;
    min-width: 110px;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .monitoring-devices.active {
    border: 1px solid #EBAD51;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .monitoring-devices:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .monitoring-devices span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15;
    margin-top: 8px;
    text-align: center;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .monitoring-devices a {
    color: inherit;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .monitoring-devices a .network-solution-icon {
    display: inline-block;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .monitoring-devices a span:last-child {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-pattern {
    position: relative;
    height: 600px;
    border-bottom: 1px solid #F2F1F1;
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-pattern>*:not(.opm-logo) {
    position: absolute;
    border: 1px solid #F2F1F1;
    border-radius: 100%;
    bottom: 0%;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .network-circle-one {
    width: 200px;
    height: 200px;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .network-circle-two {
    width: 300px;
    height: 300px;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .network-circle-three {
    width: 400px;
    height: 400px;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .network-circle-four {
    width: 500px;
    height: 500px;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .network-circle-five {
    width: 600px;
    height: 600px;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .network-circle-six {
    width: 700px;
    height: 700px;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .network-circle-seven {
    width: 800px;
    height: 800px;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .network-circle-eight {
    width: 900px;
    height: 900px;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .network-circle-nine {
    width: 1000px;
    height: 1000px;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .network-circle-ten {
    width: 1100px;
    height: 1100px;
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .opm-logo {
    position: absolute;
    content: "";
    bottom: 0;
    right: 50%;
    max-width: 130px;
    -webkit-transform: translate(50%, -15%);
    transform: translate(50%, -15%);
  }

  @media (max-width: 767px) {
    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-pattern {
      display: none;
    }
  }

  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    position: relative;
  }



  @media only screen and (max-width: 991.98px) {
    .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list {
      grid-template-columns: repeat(1, 1fr);
    }
  }

  @media screen and (min-width: 992px) {
    .itom-features-main-wrapper .title-break {
      display: block;
    }
  }

  @media only screen and (max-width: 767.98px) {
    .itom-features-main-wrapper .manage-section .network-device-wrapper .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
  }
