.sql-monitoring-main-wrapper h1 {
  font-size: calc(2rem + 2.2vw);
  line-height: 1.0625;
  letter-spacing: -1px;
  font-weight: 700;
  margin: 0 0 12px;
}

.sql-monitoring-main-wrapper h2 {
  font-size: calc(1.325rem + 1.75vw);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.65px;
  margin: 0 0 12px;
}

.sql-monitoring-main-wrapper h3,
.sql-monitoring-main-wrapper .h3 {
  font-size: calc(1.3rem + 1vw);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.5px;
  margin: 0 0 12px;
}

.sql-monitoring-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;
}

.sql-monitoring-main-wrapper h5,
.sql-monitoring-main-wrapper .h5 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.25px;
  margin: 0 0 12px;
}

.sql-monitoring-main-wrapper h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.25px;
  margin: 0 0 12px;
}

.sql-monitoring-main-wrapper p,
.sql-monitoring-main-wrapper .p {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 16px;
}

.sql-monitoring-main-wrapper ul li {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 12px;
}

@media only screen and (min-width: 1200px) {
  .sql-monitoring-main-wrapper h1 {
    font-size: 56px;
  }

  .sql-monitoring-main-wrapper h2 {
    font-size: 2.5rem;
  }

  .sql-monitoring-main-wrapper h3,
  .sql-monitoring-main-wrapper .h3 {
    font-size: 2rem;
  }

  .sql-monitoring-main-wrapper h4 {
    font-size: 1.75rem;
  }
}

.opm-btn {
  border: 0;
  border-radius: 4px;
  font-weight: 400;
  font-size: calc(1rem + 2px);
  line-height: 1.5;
  cursor: pointer;
  text-align: center;
  padding: 12px 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  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;
}

.opm-btn:hover {
  color: #E80E19;
  border-color: #E80E19;
}

.opm-btn>.opm-btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.opm-btn>.opm-btn-icon+span {
  margin-left: 8px;
}

.opm-btn.opm-btn-primary {
  border: 1px solid #E80E19 !important;
  background-color: #E80E19 !important;
  color: #ffffff;
}

.opm-btn.opm-btn-primary:hover {
  background-color: #db0b15;
  border-color: #db0b15;
}

.opm-btn.opm-btn-primary:focus {
  background-color: #d00610;
  border-color: #d00610;
}

.opm-btn>span:last-child.opm-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
}

a.opm-btn {
  text-decoration: none;
}

a.opm-btn.btn-primary {
  color: #ffffff !important;
  text-decoration: none;
}

.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 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.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-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .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-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .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-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

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

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

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

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

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

.img-fluid {
  max-width: 100%;
  height: auto;
}

.sql-monitoring-main-wrapper *,
.sql-monitoring-main-wrapper *::before,
.sql-monitoring-main-wrapper *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sql-monitoring-main-wrapper .container {
  width: 100%;
  margin: auto;
}

@media only screen and (min-width: 992px) {
  .sql-monitoring-main-wrapper .container {
    max-width: 960px;
  }
}

@media only screen and (min-width: 1200px) {
  .sql-monitoring-main-wrapper .container {
    max-width: 1180px;
  }
}

@media only screen and (min-width: 1400px) {
  .sql-monitoring-main-wrapper .container {
    max-width: 1280px;
  }
}

.sql-monitoring-main-wrapper .sec-header {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .sql-monitoring-main-wrapper .sec-header .title-break {
    display: block;
  }
}

.sql-monitoring-main-wrapper .mb-0 {
  margin-bottom: 0 !important;
}

.sql-monitoring-main-wrapper .text-left {
  text-align: left !important;
}

.sql-monitoring-main-wrapper .banner-section {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#DEEDFF), to(#FFF7DB));
  background: linear-gradient(180deg, #DEEDFF 0%, #FFF7DB 100%);
}

.sql-monitoring-main-wrapper .banner-image {
  text-align: center;
}

.sql-monitoring-main-wrapper .banner-image img {
  max-width: 480px;
  width: 100%;
}

.sql-monitoring-main-wrapper .trusted-client-section {
  text-align: center;
  padding-top: 80px;
}

.sql-monitoring-main-wrapper .trusted-client-section h6 {
  font-weight: 400;
}

.sql-monitoring-main-wrapper .trusted-client-section .trusted-client-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 40px;
  max-width: 1280px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sql-monitoring-main-wrapper .trusted-client-section .trusted-client-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
  }
}

@media screen and (max-width: 480px) {
  .sql-monitoring-main-wrapper .trusted-client-section .trusted-client-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sql-monitoring-main-wrapper .trusted-client-section .trusted-client-wrapper .trusted-client-item {
  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;
  height: 42px;
}

.sql-monitoring-main-wrapper .trusted-client-section .trusted-client-wrapper .trusted-client-item img {
  min-height: 20px;
}

.sql-monitoring-main-wrapper .intro-section {
  padding: 100px 0;
}

@media screen and (max-width: 991.98px) {
  .sql-monitoring-main-wrapper .intro-section .row {
    gap: 24px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.sql-monitoring-main-wrapper .intro-section .intro-card {
  background-color: #F8F8F8;
  border-radius: 16px;
  padding: 32px;
  height: 100%;
}

.sql-monitoring-main-wrapper .intro-section .intro-card .intro-icon {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sql-monitoring-main-wrapper .intro-section .intro-card p {
  margin-bottom: 0;
}

.sql-monitoring-main-wrapper .intro-section .intro-card h4 {
  margin-bottom: 4px;
}

.sql-monitoring-main-wrapper .feature-section .feature-sec-content-wrapper h3 {
  margin-bottom: 20px;
}

.sql-monitoring-main-wrapper .feature-section .feature-sec-content-wrapper .feature-sec-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}

.sql-monitoring-main-wrapper .feature-section .feature-sec-content-wrapper .feature-sec-content .feature-sec-icon {
  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: 42px;
  height: 42px;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#DEEDFF), to(#FFF7DB));
  background: linear-gradient(180deg, #DEEDFF 0%, #FFF7DB 100%);
}

.sql-monitoring-main-wrapper .feature-section .row {
  margin-bottom: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sql-monitoring-main-wrapper .feature-section .row:nth-child(odd) .feature-sec-content-wrapper {
  margin-left: auto;
}

.sql-monitoring-main-wrapper .feature-section .feature-sec-img {
  max-width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
}
.feature-sec-img-wrapper {
  border-radius: 12px;
  padding: 24px;
  background-color: #CFE5FF;
  margin: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 560px;
}
.feature-sec-img-wrapper::before {
  position: absolute;
  content: ""; 
  top: 0;   
  left: 0;
  background: url("../images/sql-monitoring/feature-sec-bg-pattern.svg") no-repeat scroll center center;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
}

.sql-monitoring-main-wrapper .benefit-section {
  background-color: #E2EFFB;
  padding: 100px 0;
}

.sql-monitoring-main-wrapper .benefit-section h2 {
  margin-bottom: 32px;
}

.sql-monitoring-main-wrapper .benefit-section .benefit-img {
  max-width: 450px;
  width: 100%;
}

.sql-monitoring-main-wrapper .benefit-section .benefit-img img {
  max-width: 100%;
  height: auto;
}

.sql-monitoring-main-wrapper .benefit-section .benefit-sec-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.sql-monitoring-main-wrapper .benefit-section .benefit-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: 32px;
  gap: 16px;
  border-radius: 12px;
  background: #FFF;
  margin-bottom: 24px;
}

.sql-monitoring-main-wrapper .benefit-section .benefit-card:last-child {
  margin-bottom: 0;
}

.sql-monitoring-main-wrapper .benefit-section .benefit-card h5 {
  margin-bottom: 8px;
  line-height: 1.15;
}

.sql-monitoring-main-wrapper .benefit-section .benefit-card p {
  margin-bottom: 0;
}

.sql-monitoring-main-wrapper .bottom-cta-section {
  background-color: #E2EFFB;
  padding: 70px 0;
}

.sql-monitoring-main-wrapper .bottom-cta-section .bottom-cta-btn-group {
  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: 0 16px;
  margin-top: 32px;
}

.sql-monitoring-main-wrapper .testimonial-section {
  padding: 100px 0;
}

.sql-monitoring-main-wrapper .testimonial-section .recognize-badge-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1199.98px) {
  .sql-monitoring-main-wrapper .testimonial-section .recognize-badge-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .sql-monitoring-main-wrapper .testimonial-section .recognize-badge-wrapper .recognize-badge-item {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .sql-monitoring-main-wrapper .testimonial-section .recognize-badge-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 425.98px) {
  .sql-monitoring-main-wrapper .testimonial-section .recognize-badge-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.sql-monitoring-main-wrapper .testimonial-section .recognize-badge-wrapper .recognize-badge-item {
  max-width: 186px;
  width: 100%;
  height: 160px;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sql-monitoring-main-wrapper .testimonial-section .recognize-badge-wrapper .recognize-badge-item .recognize-badge {
  display: inline-block;
  max-width: 176px;
  width: 100%;
  max-height: 160px;
  height: 100%;
  background-image: url("https://www.manageengine.com/products/applications_manager/images/footer/apm-footer-sprite.webp");
  background-repeat: no-repeat;
}

.sql-monitoring-main-wrapper .testimonial-section .recognize-badge-wrapper .recognize-badge-item.capterra-best-value {
  background: #DFF3FB;
}

.sql-monitoring-main-wrapper .testimonial-section .recognize-badge-wrapper .recognize-badge-item.capterra-best-value .recognize-badge {
  background-size: 2092px;
  -webkit-transform: scale(0.85) translateY(-2px);
  transform: scale(0.85) translateY(-2px);
}

.sql-monitoring-main-wrapper .testimonial-section .recognize-badge-wrapper .recognize-badge-item.capterra-ease-use {
  background: #EBF5FF;
}

.sql-monitoring-main-wrapper .testimonial-section .recognize-badge-wrapper .recognize-badge-item.capterra-ease-use .recognize-badge {
  background-size: 2092px;
  -webkit-transform: scale(0.85) translateY(0px);
  transform: scale(0.85) translateY(0px);
  background-position: -172px 0;
}

.sql-monitoring-main-wrapper .testimonial-section .recognize-badge-wrapper .recognize-badge-item.getapp {
  background: #E8FAF1;
}

.sql-monitoring-main-wrapper .testimonial-section .recognize-badge-wrapper .recognize-badge-item.getapp .recognize-badge {
  background-size: 2092px;
  -webkit-transform: scale(0.95) translateY(0px);
  transform: scale(0.95) translateY(0px);
  background-position: -346px 0;
}

.sql-monitoring-main-wrapper .testimonial-section .recognize-badge-wrapper .recognize-badge-item.g2 {
  background: #FFF0EF;
}

.sql-monitoring-main-wrapper .testimonial-section .recognize-badge-wrapper .recognize-badge-item.g2 .recognize-badge {
  -webkit-transform: scale(0.8) translateY(0px);
  transform: scale(0.8) translateY(0px);
  background-position: -838px 0;
  background-size: 2000px;
}

.sql-monitoring-main-wrapper .testimonial-section .recognize-badge-wrapper .recognize-badge-item.sa-most-recommend {
  background: #F2F0FF;
}

.sql-monitoring-main-wrapper .testimonial-section .recognize-badge-wrapper .recognize-badge-item.sa-most-recommend .recognize-badge {
  -webkit-transform: scale(0.84) translateX(1px);
  transform: scale(0.84) translateX(1px);
  background-position: -490px -2px;
  background-size: 1980px;
}

.sql-monitoring-main-wrapper .testimonial-section .recognize-badge-wrapper .recognize-badge-item.sa-customer-support {
  background: #E7F3FF;
}

.sql-monitoring-main-wrapper .testimonial-section .recognize-badge-wrapper .recognize-badge-item.sa-customer-support .recognize-badge {
  -webkit-transform: scale(0.84) translateX(1px);
  transform: scale(0.84) translateX(1px);
  background-position: -662px -2px;
  background-size: 1980px;
}

.sql-monitoring-main-wrapper .testimonial-section .client-review-wrapper {
  background-color: #f7f9fa;
  border-radius: 12px;
  padding: 32px 24px;
  height: 100%;
}

.sql-monitoring-main-wrapper .testimonial-section .client-review-wrapper .swiper {
  height: 100%;
}

.sql-monitoring-main-wrapper .testimonial-section .client-review-wrapper .client-review-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.sql-monitoring-main-wrapper .testimonial-section .client-review-wrapper .client-review-item .review-body .review-logo-wrapper {
  margin-bottom: 24px;
  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;
}

.sql-monitoring-main-wrapper .testimonial-section .client-review-wrapper .client-review-item .review-body .review-logo-wrapper img {
  max-height: 48px;
  height: 100%;
}

.sql-monitoring-main-wrapper .testimonial-section .client-review-wrapper .client-review-item .review-body .review-logo-wrapper.getapp img {
  max-height: 32px;
  width: 100%;
}

.sql-monitoring-main-wrapper .testimonial-section .client-review-wrapper .client-review-item .review-body .reviewer-rating {
  color: #FFB900;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0;
}

.sql-monitoring-main-wrapper .testimonial-section .client-review-wrapper .client-review-item .review-body .reviewer-rating span:not(:first-child) {
  margin-left: 4px;
}

.sql-monitoring-main-wrapper .testimonial-section .client-review-wrapper .client-review-item .review-body .reviewer-rating.gpi span:last-child {
  color: #dfdfdf;
}

.sql-monitoring-main-wrapper .testimonial-section .client-review-wrapper .client-review-item .review-body .review-body-content p {
  font-size: 20px;
  font-weight: 200;
  line-height: 1.75;
}

.sql-monitoring-main-wrapper .testimonial-section .client-review-wrapper .client-review-item .review-footer .reviewer-name {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}

.sql-monitoring-main-wrapper .testimonial-section .client-review-wrapper .client-review-item .review-footer .reviewer-role {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  line-height: 1.25;
}

.sql-monitoring-main-wrapper .gartner-recognition-wrapper {
  background-color: #f7f9fa;
  border-radius: 12px;
  padding: 32px 24px;
}

@media only screen and (max-width: 991.98px) {
  .sql-monitoring-main-wrapper .gartner-recognition-wrapper {
    margin-top: 24px;
  }
}

.sql-monitoring-main-wrapper .gartner-recognition-wrapper .gartner-recognition-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
}

@media only screen and (max-width: 480.98px) {
  .sql-monitoring-main-wrapper .gartner-recognition-wrapper .gartner-recognition-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}

.sql-monitoring-main-wrapper .gartner-recognition-wrapper .gartner-recognition-item .gartner-logo {
  border-radius: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 136px;
  height: 128px;
  background: #ffffff;
  padding: 16px 24px;
  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;
}

.sql-monitoring-main-wrapper .gartner-recognition-wrapper .gartner-recognition-item p {
  margin-bottom: 4px;
}

.sql-monitoring-main-wrapper .gartner-recognition-wrapper .gartner-recognition-item a {
  font-size: 15px;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sql-monitoring-main-wrapper .gartner-recognition-wrapper .gartner-recognition-item a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sql-monitoring-main-wrapper .gartner-recognition-wrapper .gartner-recognition-item:first-child {
  padding-bottom: 24px;
  border-bottom: 1px dashed #dddddd;
}

.sql-monitoring-main-wrapper .gartner-recognition-wrapper .gartner-recognition-item:last-child {
  padding-top: 24px;
}

.input-group {
  width: 100%;
}

.form-group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  position: relative;
}

@media only screen and (max-width: 525.98px) {
  .form-group-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0;
    width: 100%;
  }

  .form-group-row .form-group-item {
    width: 100%;
  }
}

.form-group-row .form-feedback-error {
  position: absolute;
  top: 0;
  top: -24px;
  color: red;
  display: none;
}

.form-group-row>div {
  position: relative;
}

.form-group-row>div input,
.form-group-row>div select {
  width: 100%;
  height: 48px;
  border: 0;
  font-size: 15px;
  color: #1B1D1F;
  font-family: inherit;
  background: transparent;
}

.form-group-row>div input:focus,
.form-group-row>div select:focus {
  outline: none;
}

.form-group-row>div select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  --form-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-image: var(--form-bg-img), var(--form-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right -0.18rem center;
  background-size: 16px 12px;
}

.form-group-row>div:nth-child(1) {
  border: 1px solid #E1E2E5;
  border-right-width: 0;
  background: #ffffff;
  border-radius: 4px 0 0 4px;
  padding-left: 12px;
  padding-right: 8px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}

@media only screen and (max-width: 525.98px) {
  .form-group-row>div:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-width: 1px;
    border-radius: 4px;
  }
}

.select-os {
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 8px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  z-index: 1;
}

@media only screen and (max-width: 525.98px) {
  .select-os {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 0 12px;
    height: 48px;
  }

  .select-os .selectedOS {
    line-height: 48px;
  }
}

.select-os::before {
  position: absolute;
  content: "";
  background-color: #E1E2E5;
  width: 1px;
  height: 28px;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 525px) {
  .select-os::before {
    display: none;
  }
}

.select-os::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1B1D1F;
  z-index: -1;
  margin: auto;
}

@media only screen and (max-width: 525.98px) {
  .select-os::after {
    right: 12px;
  }
}

.select-os .selectedOS {
  font-size: 15px;
  margin-right: 8px;
}

.select-os select {
  background-image: none !important;
  position: absolute;
  min-width: 38px;
  max-width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.form-group-row>div:nth-child(1)::after {
  position: absolute;
  content: "";
  background-color: #E1E2E5;
  width: 1px;
  height: 28px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 525.98px) {
  .form-group-row>div:nth-child(1)::after {
    display: none;
  }
}

.form-group-row>div:nth-child(2) {
  border: 1px solid #E1E2E5;
  border-left-width: 0;
  background: #ffffff;
  padding: 0 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0 4px 4px 0;
}

@media only screen and (max-width: 525.98px) {
  .form-group-row>div:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: transparent;
    border: 0;
    padding-left: 0;
  }

  .form-group-row>div:nth-child(2) .opm-btn {
    width: 100%;
    border-radius: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
  }
}

.form-group-row>div:nth-child(2) .select-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  position: relative;
}

@media only screen and (max-width: 525.98px) {
  .form-group-row>div:nth-child(2) .select-country {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 8px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.form-group-row>div:nth-child(2) .select-country #MECountryListing {
  opacity: 0;
  position: absolute;
  min-width: 38px;
  max-width: 100%;
}

.form-group-row>div:nth-child(2) .select-country select {
  padding-left: 12px;
  max-width: 90px;
  background-image: none;
  text-overflow: ellipsis;
  position: relative;
}

@media only screen and (max-width: 525.98px) {
  .form-group-row>div:nth-child(2) .select-country select {
    max-width: 50%;
    border-left: 1px solid #dddddd;
  }
}

.form-group-row>div:nth-child(2) .select-country::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1B1D1F;
  z-index: -1;
  margin: auto;
}

@media only screen and (max-width: 525.98px) {
  .form-group-row>div:nth-child(2) .select-country::after {
    right: 12px;
  }
}

.form-group-row>div:nth-child(2) .selectedCountry {
  font-size: 15px;
  margin-right: 8px;
}

@media only screen and (max-width: 525.98px) {
  .form-group-row>div:nth-child(2) .selectedCountry {
    margin-left: 12px;
  }
}

.form-group-row>div:nth-child(2) .caretDown {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1B1D1F;
  z-index: 0;
  margin: auto;
}

@media only screen and (max-width: 525.98px) {
  .form-group-row>div:nth-child(2) .caretDown {
    display: none;
  }
}

.form-group-row>div:nth-child(3) {
  border-left-width: 0;
  border-radius: 0 4px 4px 0;
  border-color: #E80E19;
}

.form-group-row>div:nth-child(3) input[type=submit] {
  background-color: #E80E19;
  color: #ffffff;
  padding: 14px 38px 14px 16px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
}

.form-group-row>div:nth-child(3) svg {
  position: absolute;
  right: calc(50% - 68px);
  top: 16px;
}

.form-group-row .opm-btn {
  padding: 0 24px;
  height: 48px;
  font-family: inherit;
  margin-left: 12px;
  font-size: 16px;
  border-radius: 0 4px 4px 0;
}

.edi-btn .error-field,
.edi-btn .error-field1 {
  display: none;
  right: 0;
}

.edi-btn .form-group-item.error .error-field,
.edi-btn .form-group-item.error1 .error-field1 {
  display: block;
  position: absolute;
  background-color: transparent;
  padding: 0;
  line-height: normal;
  top: -20px;
  left: 0;
  font-size: 13px;
  font-weight: normal;
  color: red;
  z-index: 1;
}

.edi-btn .form-group-item.error input,
.edi-btn .form-group-item.error1 input,
.edi-btn .form-group-item.error textarea,
.edi-btn .form-group-item.error1 textarea {
  border-color: red !important;
}

#meGDPRMessage {
  margin-bottom: 12px;
  font-size: 13px;
  width: 100% !important;
}

#meGDPRMessage label {
  line-height: 1.5;
  color: initial;
  display: inline-block;
  max-width: 480px;
}

.checkmarkgdpr {
  margin: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  margin-right: 8px !important;
  background: #ffffff !important;
}

.checkmarkgdpr::before {
  content: "";
  display: inline-block !important;
  top: -1px !important;
  left: 6px !important;
  position: relative !important;
  width: 6px !important;
  height: 11px !important;
  border-style: solid !important;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg) scale(1) !important;
  transform: rotate(45deg) scale(1) !important;
  -webkit-transition: 120ms -webkit-transform ease-out !important;
  transition: 120ms -webkit-transform ease-out !important;
  transition: 120ms transform ease-out !important;
  transition: 120ms transform ease-out, 120ms -webkit-transform ease-out !important;
  opacity: 0;
}

.checkmarkgdpr.enableCheckgdpr::before {
  opacity: 1;
}

.terms-content strong {
  font-weight: 500;
}

.terms-content a {
  color: inherit;
  text-decoration: underline;
}

.thanks-message {
  padding: 16px;
  background: linear-gradient(65deg, #a1eac4, transparent);
  border-radius: 4px;
  display: none;
}

.thanks-message .thanks-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 12px;
}

.thanks-message .thanks-content h6 {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .feature-sec-content-wrapper {
    max-width: 600px;
    width: 100%;
  }
}

@media only screen and (max-width: 991.98px) {
  .banner-image {
    margin-top: 80px;
  }

  .feature-section .row {
    margin-bottom: 60px;
  }

  .feature-section .row:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .benefit-img {
    display: none;
  }
}

.contactForm {
  margin: 24px 0 0;
}

@media only screen and (max-width: 525.98px) {
  .benefit-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
}

@media only screen and (max-width: 440.98px) {
  .bottom-cta-btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px 0 !important;
  }

  .bottom-cta-btn-group .opm-btn {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}