#scroll,#VideosAndLogos, .heading-menu{display:none;}
#commonHeader, .opmRelPrd, .idlePopup-parent {
    display: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

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;
  }
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 600;
  line-height: 1.5;
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 600;
  line-height: 1.5;
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 600;
  line-height: 1.5;
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 500;
  line-height: 1.5;
}

h5 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
}
.custom-container {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.f1 {
  font-size: 2.5rem !important;
}

.f2 {
  font-size: 2rem !important;
}

.f3 {
  font-size: 1.75rem !important;
}

.f4 {
  font-size: 1.5rem !important;
}

.f5 {
  font-size: 1.25rem !important;
}

.f6 {
  font-size: 1rem !important;
}

.fw-bold {
  font-weight: 600 !important;
}

.fw-semibold {
  font-weight: 500 !important;
}

.fw-medium {
  font-weight: 400 !important;
}

.fw-regular {
  font-weight: 300 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mr-1 {
  margin-right: 4px !important;
}

.mr-2 {
  margin-right: 8px !important;
}

.mr-3 {
  margin-right: 16px !important;
}

.mr-4 {
  margin-right: 24px !important;
}

.mr-5 {
  margin-right: 32px !important;
}

.mr-6 {
  margin-right: 40px !important;
}

.mt-1 {
  margin-top: 4px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mt-3 {
  margin-top: 16px !important;
}

.mt-4 {
  margin-top: 24px !important;
}

.mt-5 {
  margin-top: 32px !important;
}

.mt-6 {
  margin-top: 40px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mb-3 {
  margin-bottom: 16px !important;
}

.mb-4 {
  margin-bottom: 24px !important;
}

.mb-5 {
  margin-bottom: 32px !important;
}

.mb-6 {
  margin-bottom: 40px !important;
}

.ml-1 {
  margin-left: 4px !important;
}

.ml-2 {
  margin-left: 8px !important;
}

.ml-3 {
  margin-left: 16px !important;
}

.ml-4 {
  margin-left: 24px !important;
}

.ml-5 {
  margin-left: 32px !important;
}

.ml-6 {
  margin-left: 40px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-gray-400 {
  color: #454545 !important;
}

.text-danger {
  color: #F0001C !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.lh-condensed-ultra {
  line-height: 1 !important;
}

.lh-condensed {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-large {
  line-height: 1.75 !important;
}

.lh-extra-large {
  line-height: 2 !important;
}

.resize-vertical {
  resize: vertical !important;
}

@media only screen and (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}
.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: 0;
}
.row > * {
  padding-left: 12px;
  padding-right: 12px;
}

.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: 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%;
  }
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #0A2333;
  font-size: 1rem;
  font-weight: 300;
  font-family: "ZohoPuvi", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.observability-report-main-wrapper *,
.observability-report-main-wrapper *::before,
.observability-report-main-wrapper *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.observability-report-main-wrapper p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 16px;
}
.observability-report-main-wrapper a {
  color: #2969ff;
  text-decoration: underline;
}
.observability-report-main-wrapper strong {
  font-weight: 500;
}
.observability-report-main-wrapper .sec-padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.observability-report-main-wrapper .sec-padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.observability-report-main-wrapper .sec-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.observability-report-main-wrapper .sec-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.observability-report-main-wrapper .bg-light {
  background-color: #FFFDF8;
}
.observability-report-main-wrapper .sec-header {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 840px;
  margin: auto auto 32px;
  text-align: center;
}
.observability-report-main-wrapper .sec-header .sec-title {
  text-align: center;
  margin-bottom: 20px;
}
.observability-report-main-wrapper .sec-header .sec-title-break {
  display: block;
}
.observability-report-main-wrapper .sec-header .sec-title-desc {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 16px;
}
.observability-report-main-wrapper ul.custom-list {
  list-style: none;
  padding-left: 0;
}
.observability-report-main-wrapper ul.custom-list li {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.75;
  position: relative;
  padding-left: 40px;
  margin-bottom: 24px;
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.0018%2020C8.61867%2020%207.31863%2019.7375%206.10165%2019.2126C4.88464%2018.6877%203.82603%2017.9753%202.9258%2017.0755C2.02555%2016.1757%201.31285%2015.1175%200.787713%2013.9011C0.262571%2012.6846%200%2011.3849%200%2010.0018C0%208.61867%200.262501%207.31863%200.787502%206.10165C1.3125%204.88464%202.02501%203.82603%202.92501%202.9258C3.82501%202.02555%204.88335%201.31286%206.10002%200.787714C7.31667%200.262572%208.61666%200%2010%200C11.1088%200%2012.158%200.166667%2013.1474%200.500001C14.1369%200.833335%2015.0445%201.29825%2015.8704%201.89474L14.7288%203.06275C14.0486%202.59446%2013.3119%202.23009%2012.5185%201.96961C11.7251%201.70915%2010.8856%201.57893%2010%201.57893C7.66666%201.57893%205.67981%202.3991%204.03946%204.03946C2.3991%205.67981%201.57893%207.66666%201.57893%2010C1.57893%2012.3333%202.3991%2014.3202%204.03946%2015.9605C5.67981%2017.6009%207.66666%2018.4211%2010%2018.4211C12.3333%2018.4211%2014.3202%2017.6009%2015.9605%2015.9605C17.6009%2014.3202%2018.4211%2012.3333%2018.4211%2010C18.4211%209.63023%2018.3968%209.26452%2018.3482%208.90289C18.2996%208.54128%2018.2267%208.1897%2018.1296%207.84815L19.4048%206.56275C19.5978%207.10391%2019.7453%207.66061%2019.8472%208.23284C19.9491%208.80507%2020%209.39412%2020%2010C20%2011.3833%2019.7375%2012.6833%2019.2126%2013.9C18.6877%2015.1167%2017.9753%2016.175%2017.0755%2017.075C16.1757%2017.975%2015.1175%2018.6875%2013.9011%2019.2125C12.6846%2019.7375%2011.3849%2020%2010.0018%2020ZM8.50607%2014.4777L4.39677%2010.3684L5.50607%209.25913L8.50607%2012.2591L18.8907%201.85832L20%202.96761L8.50607%2014.4777Z%22%20fill%3D%22%23007BFF%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: 0 5px;
    
}

.observability-report-main-wrapper ul.custom-list li:last-child{margin-bottom: 0;}

.observability-report-main-wrapper .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  border-radius: 4px;
}
.observability-report-main-wrapper .btn.btn-lg {
  height: 48px;
  padding: 9px 36px;
  line-height: 1.5rem;
  font-size: 18px;
}
.observability-report-main-wrapper .btn.btn-md {
  height: 42px;
  padding: 0 16px;
  line-height: 40px;
  font-size: 15px;
}
.observability-report-main-wrapper .btn.btn-round {
  border-radius: 100px;
}
.observability-report-main-wrapper .btn.btn-primary {
  background: #E80E19;
  color: #fff;
  -webkit-transition:  0.15s ease;
  transition:  0.15s ease;
  border: 1px solid #E80E19; font-weight: 300;
}
.observability-report-main-wrapper .btn.btn-primary:hover, .observability-report-main-wrapper .btn.btn-primary:focus, .observability-report-main-wrapper .btn.btn-primary:focus-within, .observability-report-main-wrapper .btn.btn-primary:active {
  background: #d70019;
}
.observability-report-main-wrapper .btn.btn-outline-primary {
  border: 1px solid #ddd;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}
.observability-report-main-wrapper .btn.btn-outline-primary:hover, .observability-report-main-wrapper .btn.btn-outline-primary:focus, .observability-report-main-wrapper .btn.btn-outline-primary:focus-within, .observability-report-main-wrapper .btn.btn-outline-primary:active {
  background: #0090E0;
  color: #ffffff;
}

.observability-report-main-wrapper .banner-section {
  position: relative;
  background: #0C1B36; padding-bottom: 40px;
}

.observability-report-main-wrapper .banner-content{text-align: center; position: relative;z-index: 3;}
.observability-report-main-wrapper .banner-content h1{font-size: 60px; color: #fff; margin-bottom: 18px; line-height: 1.2em;}
.observability-report-main-wrapper .banner-content p{font-size: 24px; color: #fff; margin: 0; font-weight: 200; }


.form-row {
    margin-top: 40px;
}
.col-padd-left {
    padding-left: 46px;
}

@media screen and (max-width: 767.98px) {
 .col-padd-left{padding-left: 12px;}
}

.observability-report-main-wrapper .aiops-card {
  background-color: #FDF7E2;
  padding: 20px;
  border-radius: 4px;
  height: 100%;
}
.observability-report-main-wrapper .aiops-card h4 {
  margin-bottom: 4px;
  font-weight: 600;
}
.observability-report-main-wrapper .aiops-card p {
  margin-bottom: 0;
}

.show-on-scroll {
  opacity: 0;
  -webkit-transform: translateY(4em);
          transform: translateY(4em);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  will-change: transform, opacity;
}
.show-on-scroll.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.how-section{background: #F5F6F9;
}

.how-section .show-on-scroll:nth-child(1) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.how-section svg {
  max-width: 580px;
  width: 100%;
  margin: auto;
}

.learn-about-section .show-on-scroll:nth-child(1) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

@media only screen and (max-width: 1400px) {

  .form-wrapper:before{transform: translate(-50%, -50%) !important;}
}

@media only screen and (max-width: 1300px) {

  .form-wrapper:before{transform: translate(-35%, -50%) !important;}
}

@media only screen and (min-width: 992px) {
  .banner-section h1 {
    font-size: 76px;
  }
  .banner-section h5 span {
    display: block;
  }
}
@media only screen and (max-width: 991.98px) {
  .observability-report-main-wrapper .banner-section h1 span {
    font-size: calc(7rem + 1.5vw);
  }
  .observability-report-main-wrapper .why-content-list {
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .observability-report-main-wrapper .banner-section::before {
    width: 100%;
    height: 61.5%;
    top: auto;
    bottom: 0;
  }
  .observability-report-main-wrapper .banner-section .banner-content {
    padding-bottom: 0px;
  }
  .observability-report-main-wrapper .banner-section .form-con {
    padding-bottom: 0;
  }
  .observability-report-main-wrapper .sec-padding-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .banner-section .d-flex{justify-content: center;}
  .banner-vector{justify-content: center !important;}
}


/*------ Key finds section start---------*/
.key-finds-div h2 {
    font-weight: 600;
    margin-bottom: 16px; font-size: 26px;
}

.key-finds-div .paragraph {
    line-height: 28px;
    color: #1B1D1F;
    font-size: 16px;
}

.how-section  .row{gap: 0px;}
.how-section h3{font-size: 26px; line-height:1.4em; margin: 0;}

.insights-box {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex; gap: 24px;
}

.insights-item {
    background-color: #ffffff;
    border-radius: 6px;
    width: calc(50% - 12px);
    padding:24px 24px 45px 24px; border: 1px solid #EAEAEA;
}

.insights-item-number {
  
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

@media screen and (max-width: 990px) {
 .key-finds-div {margin-bottom: 24px;}
}

@media screen and (max-width: 767px) {
    .insights-item {width: 100%;}
   
}
/*-------- Key finds section end ----------*/


/*-------- Infographic section start ----------*/


.infographic-section h2 {margin-bottom: 8px; font-size: 28px; }
.infographic-section .infographic-img-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    /* max-width: 320px; */
    height: 100%; flex-direction: column; position: relative;

}
.infographic-img-holder p {
    background: #F5F6F9;
    padding: 8px 10px;
    text-align: center;
    margin: 0; width: 100%;  border: 1px solid #E8E8E8; font-size: 18px;
    font-weight: 600;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; margin-bottom: 0px !important;
}

.infographic-img-holder  img{border-bottom-left-radius: 6px; border-bottom-right-radius: 6px;}
.infographic-section .infographic-img-holder .btn.btn-lg{padding: 9px 20px;}


@media screen and (min-width: 769px) and (max-width: 990px) {
 .infographic-img-holder h5{font-size: 16px;}
 .observability-report-main-wrapper .btn.btn-lg{padding: 8px 8px !important; height: 42px; font-size: 15px;}
}

@media screen and (max-width: 767px) {
   .infographic-section .infographic-img-holder{margin: 12px 0px;}   
   .observability-report-main-wrapper .banner-content h1{font-size: 48px;}

   .form-wrapper:before {content: inherit !important;}
}

@media only screen and (max-width:640px) {
  .observability-report-main-wrapper .banner-content h1{font-size: 32px;}
  .observability-report-main-wrapper p{font-size: 20px !important; line-height: 1.7rem;}
  .observability-report-main-wrapper .sec-padding-100, .observability-report-main-wrapper .sec-padding-80{padding: 50px 0px;}
  .insights-item{padding: 24px;}
  .how-section h4{margin-top: 32px;}

  .learn-about-section .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

}




.learn-about-section p {
    margin-bottom: 36px;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.image-wrapper img {
    display: block;
    width: 100%;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.infographic-img-holder:hover h5{background: #ffffff;}

.image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.image-wrapper img {
    display: block;
    width: 100%;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.image-wrapper:hover .overlay {
    opacity: 1;
}
.overlay a.btn {
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
.image-wrapper:hover .overlay a.btn {
    transform: translateY(0%);
    opacity: 1;
}



/*-------- Infographic section end ----------*/

/*--------- Form css start -------------*/

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --text-color: #191919;
  --color-primary: #DB0020;
  --color-secondary: #006DEB;
  --color-border: #dddddd
}
.banner-vector {
    display: flex;
    justify-content: flex-end;
}

.form-wrapper{position: relative;}
.form-wrapper:before {
    position: absolute;
  left: 0;
  top: 0;
    transform: translate(0%, -50%);/* Moves it up by 50% of its own height */
  height: 503px;
  width: 503px;
  content: "";
  z-index: -1;
  border-radius: 506px;
  background: #163A75;
  filter: blur(126px);
}
.form-wrapper{width: 336px; max-width: 100%; border-radius: 8px;  min-height: 280px; display: flex; align-items: center;}
.form-wrapper .observability-form .form-group{width: 100%;}
.form-wrapper .observability-form .form-group > select{ flex: 1;font-size: 14px;}
.form-wrapper .observability-form .form-group.input-radio-group input {padding: 0}
.form-group #meGDPRMessage {
    color: #fff;
    border-bottom: 1px solid #697893;
    padding: 0px 0 20px;
    width: 100%;
}
.form-group-column-direction{flex-direction: column !important; display: flex; gap: 0px;  align-items: center;}
.no-flex-direction {flex-direction: inherit !important;}
.form-group {margin: 0px 0px 8px;}
.form-group input{border: 1px solid #80ACE2;}		
.form-group input, .form-group select {
	width: 100%;
	border: solid 1px #ddd ;
	padding: 12px 14px;
	outline: none;
	box-sizing: border-box;
	background: #fff;
	font-size: 16px;
	transition: all .3s ease-in-out;
	border-radius: 6px; height: 50px;
}
	
.form-group > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #5a5a5a 50%), linear-gradient(135deg, #5a5a5a 50%, transparent 50%), linear-gradient(to right, #fff0, #fff0) !important;
    background-position: calc(100% - 17px) calc(1em + 4px), calc(100% - 12px) calc(1em + 4px), calc(100% - 2.5em) .5em !important;
    background-size: 6px 5px, 5px 5px, 1px 1.5em !important;
    background-repeat: no-repeat !important;
}	
	
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B7B7B7;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #B7B7B7;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #B7B7B7;
}
	
.form-group input[type="text"]:focus, .form-group input[type="email"]:focus, .form-group select:focus {
    outline: none !important;
    border: 1px solid #016deb !important;
    box-shadow: none !important;
}
	
.form-group input[type="submit"] {
	background: var(--color-primary);
	color: #fff;
	margin-top: 8px;
	font-size: 18px;
	font-weight: 300;
	border: none;
	cursor: pointer;
	padding: 12px 30px;
	border-radius: 6px;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
	width: inherit;
}
	
.form-group input[type="submit"]:hover{background: #c90320;}	
	
.btn-div a {
	position: relative;
	background: #ec1131;
	color: #fff;
	padding: 10px 15px;
	border-radius: 6px;
	text-decoration: none;
	margin: 25px 15px;
	display: inline-block;
}
.btn-div a:link, .btn-div a:visited {
	transition: all .5s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.btn-div a:hover {
	box-shadow: 0 5px 10px 0 #8a8a8a;
	-webkit-box-shadow: 0 5px 10px 0 #8a8a8a;
}
.dwn-priv {
	    margin-top: 18px;
    color: #ffffff;
    font-size: 14px;
    line-height: 26px; font-weight: 200;
}
.dwn-priv a {
	color: #e9592b;
}	
.btn-apm{border: none;}
.input-radio-group label{font-weight: 400;}
.input-radio-group .input-radio-item {
	display: grid;
	grid-template-columns: 1.6rem auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.input-radio-group .input-radio-item input[type=radio] {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 32px;
	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;
}

.input-radio-group .input-radio-item input[type=radio]::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 32px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 120ms -webkit-transform ease-out;
	transition: 120ms -webkit-transform ease-out;
	transition: 120ms transform ease-out;
	transition: 120ms transform ease-out, 120ms -webkit-transform ease-out;
	-webkit-box-shadow: inset 15px 15px #006DEB;
	box-shadow: inset 15px 15px #006DEB;
}

 .input-radio-group .input-radio-item input[type=radio]:checked {
	border-color: #006DEB;
}

.input-radio-group .input-radio-item input[type=radio]:checked::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.input-radio-group .input-radio-item input[type=checkbox] {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 24px;
	height: 24px;
	border: 1px solid #ddd;
	border-radius: 4px;
	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;
	background: #ffffff;
}

.input-radio-group .input-radio-item input[type=checkbox]::before {
	content: "";
	top: -1px;
	position: relative;
	width: 0.375rem;
	height: 0.75rem;
	border-style: solid;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg) scale(0);
	transform: rotate(45deg) scale(0);
	-webkit-transition: 120ms -webkit-transform ease-out;
	transition: 120ms -webkit-transform ease-out;
	transition: 120ms transform ease-out;
	transition: 120ms transform ease-out, 120ms -webkit-transform ease-out;
}

 .input-radio-group .input-radio-item input[type=checkbox]:checked {
	background: #006DEB;
	border-color: #006DEB;
	color: #ffffff;
}

.input-radio-group .input-radio-item input[type=checkbox]:checked::before {
	-webkit-transform: rotate(45deg) scale(1);
	transform: rotate(45deg) scale(1);
}
	.input-radio-group .input-radio-item label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: normal;

}
	
.mr-3 { margin-right: 16px !important;}
.input-radio-group	.flex-wrap{margin-top: 10px;}
.form-feedback-error { margin-top: 4px;font-size: 14px; color: #FF1E1E;display: none;}
.form-control, select#country_state {border: 1px solid #dddddd;border-radius: 4px;font-size: 15px; display: inline-block;width: 100%;padding: 0px 12px;line-height: 1.25;font-family: inherit; -moz-appearance: none; -webkit-appearance: none;appearance: none;}
.success-msg {
    display: none;
    position: relative;
    margin: 0 auto;
    width: 336px;
    max-width: 100%;
    min-height: 280px;
    background: #ffffff; border-radius: 6px;
}

.success-msg .success-msg-content-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* .apm-gartner-quadrant-main-wrapper .success-msg p {font-weight: 400;font-size: 16px;line-height: 24px; margin-bottom: 24px;} */

.ffw-errmsg {color: red; font-size: 12px;}		
	
/*--------- Form css End ---------------*/

 /*------- New header css start ---------*/
    .header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background-color: #ffffff;
      padding: 15px 20px;
    }

    .header-container {
      max-width: 1170px;
      margin: 0 auto;
      width: 100%;
    }

    .header-column {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }

    .logo img {
      height: 70px;
    }

    /* CTA buttons */
    .header-cta-list {
      display: flex;
      gap: 15px;
    }

    .header-cta-list .btn {
      text-decoration: none;
      padding: 12px 24px;
      background-color: #EEEEEE;
      color: #000;
      border-radius: 6px;
      transition: background-color 0.3s ease;
      font-size: 16px;
    }

    .header-cta-list .btn:hover {
      background-color: #000000;
      color: #fff;
    }

    /* Responsive */
    @media (max-width: 480px) {
      .header-column {
        flex-direction: column;
        align-items: center;
        gap: 10px;
      }

      .header-cta-list {
        flex-direction: column;
        width: 100%;
      }

      .header-cta-list .btn {

        text-align: center;
      }

      .logo img {
        height: 70px;
        margin-top: 24px;
      }
    }