.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;
  max-width: 100%;
}

.row.g-0 {
  margin-right: 0;
  margin-left: 0;
}

.row.g-0>* {
  padding-left: 0;
  padding-right: 0;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 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%;
  }
}

:root {
  --color-primary: #fff0bc;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-blue: #f4f7ff;
  --text-color: #1b1d1f;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  color: var(--text-color);
  font-weight: 300;
  min-height: 100vh;
  line-height: 1.5;
  margin: 0 auto;
  font-family: "ZohoPuvi", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
}

.w-100 {
  width: 100%;
}

ul {
  padding: 0;
}

ul li {
  list-style-type: none;
}

.nfa-btn {
  border: 0;
  border-radius: 8px;
  font-weight: 400;
  font-size: calc(1rem + 2px);
  line-height: 1.5;
  cursor: pointer;
  text-align: center;
  padding: 16px 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e1e2e5;
  color: inherit;
  background-color: #ffffff;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  font-family: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nfa-btn:hover {
  color: #e80e19;
  border-color: #e80e19;
}

.nfa-btn>.nfa-btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.nfa-btn>.nfa-btn-icon+span {
  margin-left: 8px;
}

.nfa-btn.nfa-btn-primary {
  border: 1px solid #e80e19 !important;
  background-color: #e80e19 !important;
  color: #ffffff !important;
}

.nfa-btn.nfa-btn-primary:hover {
  background-color: #db0b15;
  border-color: #db0b15;
}

.nfa-btn.nfa-btn-primary:focus {
  background-color: #d00610;
  border-color: #d00610;
}

.nfa-btn.nfa-btn-secondary {
  border: 1px solid #dddddd !important;
  background-color: #ffffff !important;
  color: #ffffff;
}

.nfa-btn.nfa-btn-secondary:hover {
  background-color: #444444;
  border-color: #444444;
}

.nfa-btn.nfa-btn-secondary:focus {
  background-color: #444444;
  border-color: #444444;
}

.nfa-btn>span:last-child.opm-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}

.opm-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
}

a.nfa-btn {
  text-decoration: none;
}

a.nfa-btn.btn-primary {
  color: #ffffff !important;
  text-decoration: none;
}

.nfa-btn.btn-primary {
  background-color: #e80e19;
  color: #ffffff;
}

a.nfa-btn.btn-primary {
  color: #ffffff !important;
  text-decoration: none;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.d-block {
  display: block !important;
}

.text-center {
  text-align: center;
}

.opm-main-wrapper h1 {
  font-size: calc(1.375rem + 2.2vw);
  line-height: 1.0625;
  letter-spacing: -1px;
  font-weight: 800;
  margin: 0 0 16px;
}

.opm-main-wrapper h2 {
  font-size: calc(1.325rem + 1.75vw);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.65px;
  margin: 0 0 16px;
}

.opm-main-wrapper h3,
.opm-main-wrapper .h3 {
  font-size: calc(1.3rem + 1vw);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.5px;
  margin: 0 0 16px;
}

.opm-main-wrapper h4 {
  font-size: calc(1.275rem + 0.75vw);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.5px;
  margin: 0 0 12px;
}

.opm-main-wrapper h5,
.opm-main-wrapper .h5 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.25px;
  margin: 0 0 12px;
}

.opm-main-wrapper h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.25px;
  margin: 0 0 12px;
}

.opm-main-wrapper p,
.opm-main-wrapper .p {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 16px;
}

.opm-main-wrapper ul li {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 12px;
}

@media only screen and (min-width: 1200px) {
  .opm-main-wrapper h1 {
    font-size: 3.5rem;
  }

  .opm-main-wrapper h2 {
    font-size: 2.75rem;
  }

  .opm-main-wrapper h3,
  .opm-main-wrapper .h3 {
    font-size: 2rem;
  }

  .opm-main-wrapper h4 {
    font-size: 1.75rem;
  }
}

#scroll,
.heading-menu {
  display: none;
}

/*------ End css -------------*/

.opm-main-wrapper *,
.opm-main-wrapper *::after,
.opm-main-wrapper *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.opm-main-wrapper a:not(.itom-btn-primary) {
  color: #000;
}

.opm-main-wrapper a:not(.itom-btn-primary).anchor-text {
  font-size: 16px;
  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;
}

.opm-main-wrapper .anchor-text {
  font-size: 16px;
  font-weight: 400;
  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;
}

.opm-main-wrapper .anchor-text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.opm-main-wrapper .opm-banner-wrapper {
  padding: 40px 0px 170px;
  background: #fff0bc;
  position: relative;
  z-index: 1;
}

.opm-main-wrapper .sec-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.opm-main-wrapper .sec-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.opm-main-wrapper .sec-padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.sec-bg {
  background: var(--color-blue);
}

@media screen and (min-width: 992px) {
  .opm-main-wrapper .title-break {
    display: block;
  }
}

.opm-main-wrapper .opm-banner-wrapper .breadcrumb-header ul li {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 8px;
  line-height: 1.5;
}

.opm-main-wrapper .opm-banner-wrapper .breadcrumb-header ul li a {
  color: inherit;
}

.opm-main-wrapper .opm-banner-wrapper .breadcrumb-header ul li.breadcrumb-separator {
  margin: 0 4px;
}

.opm-main-wrapper .opm-banner-wrapper .banner-section {
  padding: 40px 0px 0px;
}

.opm-main-wrapper .opm-banner-wrapper .banner-section h1 {
  margin-bottom: 16px;
  letter-spacing: -1.5px;
}

.opm-main-wrapper .opm-banner-wrapper .banner-section .sub-heading {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}

.opm-main-wrapper .opm-banner-wrapper .banner-section .banner-content .cta-group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}

.opm-main-wrapper .opm-banner-wrapper .banner-section .nfa-btn {
  font-size: 18px;
  font-weight: 500;
}

.opm-main-wrapper .opm-banner-wrapper .banner-section .nfa-btn.opm-btn-icon {
  margin-left: 8px;
  line-height: 1.2;
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1199.98px) {}

@media screen and (max-width: 992.98px) {
  .opm-main-wrapper .opm-banner-wrapper .banner-section .banner-row .banner-content {
    max-width: 100%;
    text-align: center;
  }

  .opm-main-wrapper .opm-banner-wrapper .banner-section .banner-content .cta-group {
    justify-content: center;
  }

  .banner-content {
    text-align: center;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768.98px) {}

@media screen and (max-width: 520px) {
  .opm-main-wrapper .opm-banner-wrapper .banner-section .banner-content .cta-group {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .opm-main-wrapper .opm-banner-wrapper .banner-section .banner-content .cta-group {
    flex-direction: column;
  }

  .opm-main-wrapper .opm-banner-wrapper .banner-section .nfa-btn {
    width: 100%;
  }
}

.opm-main-wrapper .opm-features-detail-container {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.opm-main-wrapper .sec-padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*---banner css start ---------*/

.hero-banner {
  margin-top: 24px;
  position: relative;

  border-radius: 12px;
  z-index: 1;
  max-width: 527px;
  width: 100%;

  margin: auto;
}

.intro-section {
  text-align: center;
}

.intro-section.sec-padding-80 {
  padding-top: 180px;
}

.intro-video:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 6px;
  background: rgb(154 145 113 / 52%);
}

/*---banner css end ---------*/

/*----------- box css start section ------*/

.feature-content-card {
  background: #f8f9fb;
  padding: 24px;
}

.benefits-choosing-section .feature-content h2 {
  margin-bottom: 32px;
}

.benefits-choosing-section .row div {
  display: flex;
  flex: 1;
  align-items: flex-start;
  flex-direction: column;
}

@media screen and (max-width: 767.98px) {
  .benefits-choosing-section .row {
    gap: 24px;
  }

  .benefits-choosing-section .row div {
    flex: inherit;
  }
}

/*------------ box css end section-------------*/

/*----------- clients-item-wrapper section ----------------*/

.clients-item-section {
  box-shadow: 0 2px 7px 0 rgb(5 34 97 / 10%);
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 60px 32px;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 0px;
  position: relative;
  z-index: 12;
  margin-top: -110px;
  width: 90%;
  top: 0px;
  overflow: hidden;
}

.clients-item-wrapper {
  margin-top: 40px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px 0;
}

.clients-item-wrapper .client-item:not(:nth-child(2)) img {
  max-height: 36px;
}

.clients-item-section h4 {
  font-weight: 400;
}

@media screen and (max-width: 991.98px) {
  .clients-item-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .clients-item-wrapper .client-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    height: 60px;
    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 screen and (max-width: 767.98px) {
  .clients-item-wrapper .client-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .client-item-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
  }

  .awards-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;
    text-align: center;
  }
}

/*----------- clients-item-wrapper seciton end  ---------*/

/*------- feature css start -------*/
.opm-main-wrapper .apm-features-detail-container {
  max-width: 1180px;
  width: 100%;
  margin: auto;
  padding-left: 12px;
  padding-right: 12px;
}

/*--------- feature seciton-------*/

.feature-section-intro-content {}

.opm-main-wrapper .intro-section {}

.opm-main-wrapper .feature-section .feature-section-intro-content {
  margin: 0px 0px 32px;
  text-align: center;
}

.opm-main-wrapper .feature-section:last-child .feature-content-section {
  margin: 0;
}

.opm-main-wrapper .feature-section .feature-header-section {
  text-align: center;
  margin: 80px auto 0;
  background-color: #ffffff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  min-height: 55px;
  transition: all 0.25s;
  padding-bottom: 42px;
}

.opm-main-wrapper .feature-section .feature-header-section #feature-header-section {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.opm-main-wrapper .feature-section .feature-header-section #feature-header-section::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 576px) {
  .opm-main-wrapper .feature-section .feature-header-section #feature-header-section.sticky {
    position: fixed;
    top: 48px;
    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: 10;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
}

@media only screen and (min-width: 576px) and (max-width: 1025.98px) {
  .opm-main-wrapper .feature-section .feature-header-section #feature-header-section.sticky {
    top: 88px;
  }
}

.opm-main-wrapper .feature-section .feature-header-section ul {
  border-bottom: 1px solid #dadada;
  display: inline-block;
}

.opm-main-wrapper .feature-section .feature-header-section ul li {
  display: inline-block;
  margin-bottom: 0;
}

.opm-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;
}

.opm-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;
}

.opm-main-wrapper .feature-section .feature-header-section ul li a.active {
  color: #006deb;
}

.opm-main-wrapper .feature-section .feature-header-section ul li a.active::before {
  width: 100%;
}

.opm-main-wrapper .feature-section .feature-content {
  margin: 0px 0px 42px;
}

.opm-main-wrapper .feature-section .feature-content-section {
  margin: 0px 0px 32px;
}

.opm-main-wrapper .feature-section .feature-content-section .content-header {
  margin-bottom: 32px;
}

/*--- ul li list style ----*/

.opm-main-wrapper .feature-section .feature-content ul li {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 11.0801V12.0001C21.9988 14.1565 21.3005 16.2548 20.0093 17.9819C18.7182 19.7091 16.9033 20.9726 14.8354 21.584C12.7674 22.1954 10.5573 22.122 8.53447 21.3747C6.51168 20.6274 4.78465 19.2462 3.61096 17.4372C2.43727 15.6281 1.87979 13.4882 2.02168 11.3364C2.16356 9.18467 2.99721 7.13643 4.39828 5.49718C5.79935 3.85793 7.69279 2.71549 9.79619 2.24025C11.8996 1.76502 14.1003 1.98245 16.07 2.86011" stroke="%2309AB58" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 4L12 14.01L9 11.01" stroke="%2309AB58" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding-left: 36px;
  margin-bottom: 12px;
  line-height: 30px;
  font-size: 17px;
}

.li-list {
  margin: 32px 0px 0px;
}

.opm-main-wrapper .feature-section .feature-content ul li span {
  font-weight: 600;
}

/*-------- end css -----------*/

/*-------- get started css --------*/

.opm-main-wrapper .get-started-section {
  text-align: center;
  background: linear-gradient(180deg, #fff0bc 30%, #ffffff 100%) 0% 0% no-repeat;
}

.get-started-section .opm-btn-icon {
  margin-right: 0px !important;
}

/*-------- get started end css --------*/
/*========== trusted section end css  ==============*/

.trusted-section .sec-header {
  margin-bottom: 60px;
}

.trusted-section .customer-card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 54px 24px 16px;
  gap: 24px;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 24px;
  border: 1px solid #d4d4d4;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.trusted-section .customer-card .quote-icon {
  display: flex;
  align-items: center;
  position: absolute;
  left: 24px;
  height: 60px;
  width: 60px;
  background: #fad677;
  border-radius: 50px;
  top: 0;
  margin-top: -30px;
  justify-content: center;
}

.trusted-section .customer-card-content p {
  margin: 0px;
  display: -webkit-box;
  /* -webkit-line-clamp: 4; */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.trusted-section .customer-card-content .rating-star {
  margin: 24px 0px 12px;
}

.trusted-section .customer-card-content .name-card h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.trusted-section .customer-card-content .name-card p {}

@media screen and (max-width: 768px) {
  .trusted-section .customer-card {
    margin-bottom: 48px;
    height: auto;
  }
}

.custom-listed li {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDBDNC40OCAwIDAgNC40OCAwIDEwQzAgMTUuNTIgNC40OCAyMCAxMCAyMEMxNS41MiAyMCAyMCAxNS41MiAyMCAxMEMyMCA0LjQ4IDE1LjUyIDAgMTAgMFpNNy4yOSAxNC4yOUwzLjcgMTAuN0MzLjMxIDEwLjMxIDMuMzEgOS42OCAzLjcgOS4yOUM0LjA5IDguOSA0LjcyIDguOSA1LjExIDkuMjlMOCAxMi4xN0wxNC44OCA1LjI5QzE1LjI3IDQuOSAxNS45IDQuOSAxNi4yOSA1LjI5QzE2LjY4IDUuNjggMTYuNjggNi4zMSAxNi4yOSA2LjdMOC43IDE0LjI5QzguMzIgMTQuNjggNy42OCAxNC42OCA3LjI5IDE0LjI5WiIgZmlsbD0iIzA5QUI1OCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding-left: 32px;
  margin-bottom: 8px;
}

.img-holder {
  margin: 48px 0px 32px;
  border: 1px solid #ddd;
}

/*------- accordian css -------*/
.tac {
  text-align: center;
}

.faq-content-section {
  background: #f9f9f9;
}

.faq-content-section .apm-features-detail-container {
  padding: 0px 175px;
  border-radius: 8px;
}

.apm-seo-main-wrapper .faq-content-section .accordion-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0px 16px;
}

.apm-seo-main-wrapper .faq-content-section h2 {
  margin-bottom: 40px;
}

.apm-seo-main-wrapper .faq-content-section h3 {
  font-weight: 500;
}

.accordion-container {
  width: 100%;
}

.accordion-container .accordion-item {
  border-bottom: 1px solid #ebeae7;
  cursor: pointer;
  padding: 20px 0;
}

.accordion-container .accordion-item h4,
.accordion-container .accordion-item h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.35px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 16px;
}

.accordion-container .accordion-item .accordion-head {
  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;
}

.accordion-container .accordion-item .accordion-head.active .plusminus::before {
  content: "−";
}

.accordion-container .accordion-item .accordion-head.active h3 {
  color: #006deb;
}

.accordion-container .accordion-item .accordion-body {
  padding-top: 16px;
  max-width: 90%;
}

.accordion-container .accordion-item .accordion-body p a {
  color: #000;
}

.accordion-container .accordion-item .plusminus {
  font-size: 24px;
  font-weight: 200;
  border: 1px solid #444444;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 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;
  border-radius: 100px;
  color: #444444;
  position: relative;
  top: 0;
}

.accordion-container .accordion-item .plusminus::before {
  position: absolute;
  content: "+";
  top: -8px;
}

.accordion-container .accordion-body {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .faq-content-section .apm-features-detail-container {
    padding: 60px 16px;
  }
}

/*--- cusotmer section css ---------*/

.opm-main-wrapper .custom-container {
  max-width: 1180px;
  width: 100%;
  margin: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.opm-main-wrapper .testimonial-section .testimonial-wrapper {
  margin: 60px 0 0;
}

.opm-main-wrapper .testimonial-section .gartner-review-wrapper {
  border-radius: 12px;
  padding: 32px;
  background-color: #f5f5f5;
  margin-bottom: 24px;
  min-height: 419px;
  position: relative;
}

.opm-main-wrapper .testimonial-section .customer-review-wrapper {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 32px;
  height: 100%;
}

.opm-main-wrapper .testimonial-section .gartner-review-wrapper .gartnerReviewSwiper {
  padding-bottom: 16px;
}

.opm-main-wrapper .testimonial-section .gartner-review-wrapper .gartnerReviewSwiper .swiper-pagination {
  bottom: -5px;
}

.opm-main-wrapper .testimonial-section .gartner-review-card .gartner-review--item p:not(.gartner-review-details p):last-child {
  margin-bottom: 0;
}

.opm-main-wrapper .testimonial-section .gartner-review-card .gartner-logo {
  height: 50px;
}

.opm-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) {
  .opm-main-wrapper .testimonial-section .gartner-review-card .gartner-review-details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.opm-main-wrapper .testimonial-section .gartner-review-card .gartner-review-details p {
  margin: 0 24px 12px 0;
  font-size: 16px;
  line-height: 1.75;
}

.opm-main-wrapper .testimonial-section .gartner-review-card h4 {
  margin: 12px 0;
  font-weight: 600;
  line-height: 1.35;
}

.opm-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;
}

.opm-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;
}

.opm-main-wrapper .testimonial-section .client-review-card .client-profile-section img {
  max-width: 234px;
  max-height: 154px;
  position: absolute;
  bottom: 0;
}

.opm-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;
}

.opm-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%);
}

.opm-main-wrapper .testimonial-section .client-review-card .client-details .client-name {
  color: #006deb;
  font-size: 18px;
}

.opm-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;
}

.opm-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) {
  .opm-main-wrapper .testimonial-section .award-badge-card {
    margin-bottom: 24px;
  }
}

.opm-main-wrapper .testimonial-section .award-badge-card img {
  height: 100px;
}

/*-------- tab section ----------*/

.opm-main-wrapper .about-section .about-title-list {
  margin: 40px 0;
  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;
  gap: 20px;
}

.opm-main-wrapper .about-section .about-title-list .title-list-item {
  border-radius: 50px;
  border: 1px solid rgba(221, 221, 221, 0.87);
  padding: 12px 24px;
  cursor: pointer;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.opm-main-wrapper .about-section .about-title-list .title-list-item.active {
  background: #000;
  color: #fff;
  border-color: #000;
}

.opm-main-wrapper .about-section .content-list {
  max-width: 620px;
}

@media screen and (max-width: 991.98px) {
  .opm-main-wrapper .about-section .content-list {
    max-width: 720px;
    margin: 0 auto 60px;
  }
}

.opm-main-wrapper .about-section .content-list .content-list-item {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}

.opm-main-wrapper .about-section .content-list .content-list-item:last-child {
  margin-bottom: 0;
}

.opm-main-wrapper .about-section .content-list .content-list-item.active .icon-chevron-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.opm-main-wrapper .about-section .content-list .content-list-item.active .content-list-desc {
  display: block !important;
}

.opm-main-wrapper .about-section .content-list .content-list-item .content-list-icon {
  width: 36px;
  height: 36px;
  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;
}

.opm-main-wrapper .about-section .about-content-item {
  display: none;
}

.opm-main-wrapper .about-section .about-content-item.active {
  display: block;
}

.opm-main-wrapper .about-section .content-list-image {
  display: none;
  text-align: center;
}

.opm-main-wrapper .about-section .content-list-image img {
  max-width: 720px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
}

.opm-main-wrapper .about-section .content-list-image.active {
  display: block;
}

@media screen and (max-width: 767.98px) {
  .about-title-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .title-list-item {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 45%;
    flex: 1 0 45%;
  }
}

/*========== Tab section start css  ============== */

.tab-section h2 {
  text-align: center;
}

.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: 40%;
}

.tab-content-wrapper {
  width: 60%;
  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);
}

.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 32px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f2f6ff;
  margin-bottom: 8px;
  border-radius: 6px;
  border-left: 3px solid transparent;
}

.network-monitor-tab .tab-list .tab-list-item:last-child {
  margin-bottom: 0px;
}

.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: #fff5d2;
  border-left: 3px solid #e1c669;
}

.network-monitor-tab .tab-list .tab-list-item p {
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
  font-size: 18px;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
}

.network-monitor-tab .tab-list .tab-list-item p svg {
  position: absolute;
  right: 24px;
  display: none;
}

.network-monitor-tab .tab-list .tab-list-item.tab-active p svg {
  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;
}

@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: #fff5d2;
  }

  .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;
  position: relative;
}

.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: #006deb;
}

.network-monitor-tab .tab-content-list .tab-content-item ul {
  list-style-type: disc;
  margin: 24px 0px 0px;
}

.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 auto 50px;
}

.network-monitor-solution-section {
  background-color: #fffdf9;
}

@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;
  }
}

.content-list li {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_2388_1997)'%3e%3cpath d='M10 20C8.61667 20 7.31667 19.7375 6.1 19.2125C4.88333 18.6875 3.825 17.975 2.925 17.075C2.025 16.175 1.3125 15.1167 0.7875 13.9C0.2625 12.6833 0 11.3833 0 10C0 8.61667 0.2625 7.31667 0.7875 6.1C1.3125 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.3125 6.1 0.7875C7.31667 0.2625 8.61667 0 10 0C11.0833 0 12.1083 0.158333 13.075 0.475C14.0417 0.791667 14.9333 1.23333 15.75 1.8L14.3 3.275C13.6667 2.875 12.9917 2.5625 12.275 2.3375C11.5583 2.1125 10.8 2 10 2C7.78333 2 5.89583 2.77917 4.3375 4.3375C2.77917 5.89583 2 7.78333 2 10C2 12.2167 2.77917 14.1042 4.3375 15.6625C5.89583 17.2208 7.78333 18 10 18C12.2167 18 14.1042 17.2208 15.6625 15.6625C17.2208 14.1042 18 12.2167 18 10C18 9.7 17.9833 9.4 17.95 9.1C17.9167 8.8 17.8667 8.50833 17.8 8.225L19.425 6.6C19.6083 7.13333 19.75 7.68333 19.85 8.25C19.95 8.81667 20 9.4 20 10C20 11.3833 19.7375 12.6833 19.2125 13.9C18.6875 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6875 13.9 19.2125C12.6833 19.7375 11.3833 20 10 20ZM8.6 14.6L4.35 10.35L5.75 8.95L8.6 11.8L18.6 1.775L20 3.175L8.6 14.6Z' fill='%233DB372'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_2388_1997'%3e%3crect width='20' height='20' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding-left: 32px;
  margin-bottom: 16px;
}

.content-list li a {
  text-decoration: underline !important;
  color: #2180ee !important;
}

/*========== Tab section end css  ==============*/

/*========== hardware monitoring css start ================*/

.difference-traffic-monitoring {
  background: #f9f9f9;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 64px;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container {
  width: 50%;
  padding-left: 20px;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion {
  margin-left: 24px;
  padding: 20px 0px;
  width: calc(100% - 50px);
  border-bottom: 2px solid #f1f1f1;
  position: relative;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion::before {
  content: "";
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -40px;
  top: 28px;
  border-radius: 50%;
  z-index: 2;
  border: 3px solid #3e3e3e;
  background: radial-gradient(#3e3e3e 60%, #fff 40%);
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion::after {
  content: "";
  width: 0px;
  height: 100%;
  border-left: 1px solid #3e3e3e;
  display: block;
  position: absolute;
  left: -32px;
  top: 28px;
  border-radius: 50%;
  z-index: 1;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion.active::after {
  border-color: #d9d9d9;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion.active .accordion-heading svg {
  transform: rotate(180deg);
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion.active~.accordion::before {
  background: #ffffff;
  border: 1px solid #d9d9d9;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion.active~.accordion::after {
  border-color: #d9d9d9;
}

/* .opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion:last-child {
  border-bottom: none;
} */
.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion:last-child::after {
  border: none;
}

.time-line-accordion {
  position: absolute;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion:last-child .time-line-accordion {
  display: none;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion .accordion-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion .accordion-heading h5 {
  font-weight: 500;
  line-height: 1.5;
  margin: 0px 0px 0px;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion .accordion-heading svg {
  margin-top: 10px;
  min-width: 23px;
  max-width: 23px;
  display: none;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion .accordion-content {
  display: none;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion .accordion-content p {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.5;
  margin: 16px 0px 0px;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion .accordion-content .image {
  display: none;
}

@media screen and (max-width: 900px) {
  .opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion .accordion-content .image {
    display: block;
  }

  .opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion .accordion-content .image img {
    width: 100%;
  }
}

.border-line {
  box-sizing: border-box;
  height: 2px;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion.active .border-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f7a904;
  left: 0;
  bottom: -2px;
  z-index: 9;
  animation: timeline-hr 14s linear forwards;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion.active .accordion-heading h5 {
  color: #f7a904;
  font-size: 22px;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion .accordion-heading h5 span,
.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion.active .accordion-heading h5 span {
  margin-right: 10px;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion.active .time-line-accordion {
  top: 40px;
  width: 100%;
  height: 0px;
  border-left: 1px solid #3e3e3e;
  position: absolute;
  left: -33px;
  padding-left: 33px;
  animation: timeline 14s linear forwards;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion.active .time-line-accordion::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3e3e3e;
  box-sizing: border-box;
  z-index: 3;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion.active .time-line-accordion:hover::before,
.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion.active .time-line-accordion:hover,
.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion.active .border-line,
.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion:hover .accordion-content:hover .border-line {
  animation-play-state: paused;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion.active .accordion-content {
  display: block;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion ul {
  font-size: 16px;
  padding-left: 24px;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container .accordion ul li {
  list-style-image: url("../images/nw-traffic-monitoring/tick.svg");
  line-height: 2.5;
  padding-left: 8px;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .traffic-monitor-image-container {
  width: 50%;
  padding-left: 100px;
  position: relative;
  height: 100%;
  z-index: 2;
  position: sticky;
  top: 150px;
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .traffic-monitor-image-container img {
  width: 100%;
  /* -webkit-box-shadow:0 0 24px 0 rgb(201 201 201 / 50%);box-shadow:0 0 24px 0 rgb(201 201 201 / 50%); */
}

.opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .traffic-monitor-image-container img+img {
  display: none;
}

@media screen and (max-width: 900px) {
  .opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row {
    flex-direction: column;
  }

  .opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row>div {
    width: 100% !important;
  }

  .opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .accordion-container {
    width: calc(100% - 30px);
  }

  .opm-main-wrapper .difference-traffic-monitoring .difference-traffic-monitoring-row .traffic-monitor-image-container {
    padding: 0;
    display: none;
  }
}

@keyframes timeline {
  0% {
    height: 10px;
  }

  100% {
    height: 100%;
  }
}

@keyframes timeline-hr {
  0% {
    width: 10px;
  }

  100% {
    width: 100%;
  }
}

.hia-logo {
  max-height: 96px;
  max-width: 220px;
}

/*========== hardware monitoring css end ================*/

/*========== Footer css start ==============*/
.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 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 h6 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.25px;
}

@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,
  .itom-features-main-wrapper .h3 {
    font-size: 2rem;
  }

  .itom-features-main-wrapper h4 {
    font-size: 1.75rem;
  }
}

.itom-features-main-wrapper .other-solution-section .other-solution-card h6 {
  margin-bottom: 8px;
}

.text-center {
  text-align: center;
}

.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 .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: 40px 0 40px;
}

@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;
  }
}

.itom-features-main-wrapper .manage-section .network-device-wrapper .network-device-content-card {
  background: #fff8e0;
  padding: 24px;
  border-radius: 8px;
  height: 100%;
  height: auto;
}

.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: 110px;
  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;
}

.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(3, 1fr);
  gap: 24px;
}

@media only screen and (max-width: 991.98px) {
  .itom-features-main-wrapper .manage-section .network-device-wrapper .network-solution-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .itom-features-main-wrapper .title-break {
    display: block;
  }
}

.trusted-business-section .trusted-business-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid #efefef;
  padding-bottom: 32px;
  margin-top: 40px;
}

@media screen and (max-width: 992.98px) {
  .trusted-business-section .trusted-business-logo-wrapper {
    border: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, 180px);
    grid-gap: 24px;
  }

  .trusted-business-section .trusted-business-logo-wrapper .business-logo-item {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px 24px;
    height: 64px;
    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;
    min-width: 180px;
  }
}

.key-performance-metrics-section {
  background-color: #fffdf9;
}

.key-performance-metrics-section .metric-list-wrapper {
  margin-top: 60px;
}

@media screen and (max-width: 1199.98px) {
  .key-performance-metrics-section .metric-list-wrapper {
    gap: 40px 0;
  }
}

@media screen and (max-width: 575.98px) {
  .key-performance-metrics-section .metric-list-wrapper {
    gap: 20px 0;
  }
}

.key-performance-metrics-section .metric-list-wrapper .keyPerformanceSwiper .swiper-wrapper .swiper-slide {
  min-height: 300px;
  display: block;
  padding: 0;
}

.key-performance-metrics-section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.key-performance-metrics-section ul li:last-child {
  margin-bottom: 0;
}

.key-performance-metrics-section ul li svg {
  margin-right: 12px;
}

.key-performance-metrics-section .key-performance-card {
  background: #fff8e0;
  padding: 24px;
  border-radius: 8px;
  height: 100%;
}

.key-performance-metrics-section .key-performance-card a {
  font-size: 16px;
}

.key-performance-metrics-section .key-performance-card h6 {
  margin-bottom: 4px;
  line-height: 1.35;
}

.key-performance-metrics-section .key-performance-card .card-icon {
  margin-bottom: 8px;
}

/*---video player popup css start ---------*/

.video-player-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.64);
  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: 99999;
  -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%;
}

.banner-video {
  display: flex;
  height: 100%;
}

.intro-video {
  margin-top: 24px;
  position: relative;
  border-radius: 12px;
  z-index: 1;
  max-width: 527px;
  width: 100%;
  height: 293px;
  margin: auto;
}

.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;
  background: #e3d5a4;
}

.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%);
  /* border: 2px solid #fff; */
  cursor: pointer;
}

.intro-video .video-play-button .video-play-icon {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-32%, -50%);
  transform: translate(-32%, -48%);
  width: 20px;
  height: 20px;
}

.intro-section {
  text-align: center;
}

.intro-section.sec-padding-80 {
  padding-top: 180px;
}

/*---video player popup css end ---------*/

/*--------- related resource seciton css ----------*/

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.related-resource-section .related-resource-img {
  margin-top: 40px;
  max-width: 360px;
  width: 100%;
  height: auto;
}

.related-resource-section .resource-card {
  border: 1px solid #efefef;
  border-radius: 12px;
  margin-top: 32px;
}

@media screen and (max-width: 1199.98px) {
  .related-resource-section .resource-card {
    margin: 40px 0 0;
  }
}

.related-resource-section .resource-wrapper {
  padding: 24px;
  border-right: 1px solid #efefef;
}

.related-resource-section .resource-link-item.featured {
  margin-bottom: 32px;
}

.related-resource-section .resource-link-list li {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.75;
}

.related-resource-section .resource-link-list li:last-child {
  margin-bottom: 0;
}

.related-resource-section .resource-link-list li a {
  color: inherit !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.related-resource-section .resource-link-list li a svg {
  vertical-align: sub;
  margin-left: 4px;
}

.related-resource-section .resource-other-wrapper {
  padding: 24px 24px 24px 0;
}

.related-resource-section .resource-other-wrapper a {
  color: inherit !important;
}

.related-resource-section .resource-other-wrapper .resource-other-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.related-resource-section .resource-other-wrapper .resource-other-item:nth-child(1),
.related-resource-section .resource-other-wrapper .resource-other-item:nth-child(2) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #efefef;
}

.related-resource-section .resource-other-wrapper .resource-other-item:hover {
  text-decoration: none;
}

.related-resource-section .resource-other-wrapper .resource-other-item .h5 {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 4px;
}

.related-resource-section .resource-other-wrapper .resource-other-item .p {
  font-size: 1rem;
  line-height: 1.75;
}

.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.related-resource-section .resource-other-wrapper .resource-other-item .anchor-text {
  color: #006deb;
}

.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-icon {
  margin-right: 20px;
}

.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-icon svg {
  width: 32px;
  height: 38px;
}

.related-resource-section .resource-other-wrapper .resource-other-item a {
  font-size: 1rem;
}

@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;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

#VideosAndLogos {
  display: none;
}