.thanks,
.thanks,
.heading-menu,
#scroll,
#customers {
    display: 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-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: #3b73f2;
    --color-black: #000000;
    --color-white: #ffffff;
    --color-blue: #f4f7ff;
    --color-grey: #f8f9fb;
    --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;
}

.apm-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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.apm-btn:hover {
    color: #e80e19;
    border-color: #e80e19;
}

.apm-btn>.apm-btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.apm-btn>.apm-btn-icon+span {
    margin-left: 8px;
}

.apm-btn.apm-btn-primary {
    border: 1px solid #e80e19 !important;
    background-color: #e80e19 !important;
    color: #ffffff;
}

.apm-btn.apm-btn-primary:hover {
    background-color: #db0b15;
    border-color: #db0b15;
}

.apm-btn.apm-btn-primary:focus {
    background-color: #d00610;
    border-color: #d00610;
}

.apm-btn.apm-btn-secondary {
    border: 1px solid #000000 !important;
    background-color: #000000 !important;
    color: #ffffff;
}

.apm-btn.apm-btn-secondary:hover {
    background-color: #444444;
    border-color: #444444;
}

.apm-btn.apm-btn-secondary:focus {
    background-color: #444444;
    border-color: #444444;
}

.apm-btn>span:last-child.apm-btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 8px;
}

a.apm-btn {
    text-decoration: none;
}

.apm-btn {
    border: 0;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    cursor: pointer;
    text-align: center;
    padding: 14px 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

a.apm-btn.btn-primary {
    color: #ffffff !important;
    text-decoration: none;
}

a.apm-btn.btn-secondary {
    color: #000 !important;
    border: 1px solid #b2d4ff;
}

.apm-btn.btn-primary {
    background-color: #e80e19;
    color: #ffffff;
}

.apm-btn>span:last-child.apm-btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 8px;
}

a.apm-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;
}

.apm-seo-main-wrapper h1 {
    font-size: calc(1.375rem + 2.2vw);
    line-height: 1.0625;
    letter-spacing: -1px;
    font-weight: 700;
    margin: 0 0 16px;
}

.apm-seo-main-wrapper h2 {
    font-size: calc(1.325rem + 1.75vw);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.5px;
    margin: 0 0 16px;
}

.apm-seo-main-wrapper h3,
.apm-seo-main-wrapper .h3 {
    font-size: calc(1.3rem + 1vw);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.5px;
    margin: 0 0 16px;
}

.apm-seo-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;
}

.apm-seo-main-wrapper h5,
.apm-seo-main-wrapper .h5 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.25px;
    margin: 0 0 12px;
}

.apm-seo-main-wrapper h6 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.25px;
    margin: 0 0 12px;
}

.apm-seo-main-wrapper p,
.apm-seo-main-wrapper .p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 16px;
}

.apm-seo-main-wrapper ul li {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 16px;
}

@media only screen and (min-width: 1200px) {
    .apm-seo-main-wrapper h1 {
        font-size: 3.5rem;
    }

    .apm-seo-main-wrapper h2 {
        font-size: 2.5rem;
    }

    .apm-seo-main-wrapper h3,
    .apm-seo-main-wrapper .h3 {
        font-size: 3rem;
    }

    .apm-seo-main-wrapper h4 {
        font-size: 1.75rem;
    }
}

#scroll,
.heading-menu {
    display: none;
}

.text-center {
    text-align: center !important;
}

/*------ End css -------------*/

.apm-seo-main-wrapper *,
.apm-seo-main-wrapper *::after,
.apm-seo-main-wrapper *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.apm-seo-main-wrapper a:not(.itom-btn-primary) {
    color: #006deb;
}

.apm-seo-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;
}

.apm-seo-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;
}

.apm-seo-main-wrapper .anchor-text a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.apm-seo-main-wrapper .apm-seo-banner-wrapper {
    padding: 60px 0px 60px;
    background: linear-gradient(65deg, #cfe4ff 25%, #e5f3ef 60%, #f1fbe6 100%) 0% 0% no-repeat;
    position: relative;
    z-index: 1;
}

.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section h1 {
    margin-bottom: 12px;
    letter-spacing: -1.5px;
}

.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .apm-btn {
    font-size: 18px;
    font-weight: 500;
    margin: 16px 0px 0px;
    margin-right: 8px;
}

.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .apm-btn:last-child {
    margin-right: 0px !important;
}

.apm-main-wrapper .apm-banner-wrapper .banner-section .apm-btn .apm-btn-icon {
    margin-left: 12px;
    line-height: 1.2;
}

.apm-btn>span:last-child.apm-btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .banner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
}

.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .banner-row>* {
    padding: 0 12px;
}

.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .banner-row .banner-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}

.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .banner-row .banner-content {
    max-width: 680px;
}

.apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .banner-row .banner-content p {
    font-size: 18px;
}

@media screen and (min-width: 1200px) {
    .apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .banner-row .banner-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
}

@media screen and (max-width: 1199.98px) {
    .apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .banner-row>* {
        width: 50%;
    }
}

@media screen and (max-width: 992.98px) {
    .apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .banner-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px 0;
        align-items: flex-start;
    }

    .apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .banner-row>* {
        width: 100%;
    }

    .apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .banner-row .banner-content {
        max-width: 100%;
        text-align: center;
    }

    .apm-seo-main-wrapper .apm-seo-banner-wrapper .banner-section .banner-row .banner-image {
        justify-content: center;
        display: flex;
    }
}

.apm-seo-main-wrapper .apm-features-detail-container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    padding-left: 12px;
    padding-right: 12px;
}

.apm-seo-main-wrapper .feature-section-intro-content {
    max-width: 980px;
    margin: 0 auto;
}

.apm-seo-main-wrapper .feature-section-intro-content p {
    margin-bottom: 0;
}

.apm-seo-main-wrapper .sec-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.apm-seo-main-wrapper .sec-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.apm-seo-main-wrapper .sec-padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

#observability .featue-widgets-image .img-holder {
    height: 285px;
}

@media screen and (min-width: 992px) {
    .apm-seo-main-wrapper .title-break {
        display: block;
    }
}

/*--------- feature seciton-------*/
/*------- widjet start css ---------*/

.bottom-cta {
    margin-top: 30px;
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apm-seo-main-wrapper .faq-content-section {
    padding: 100px 0px;
}

.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;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.blue-bg {
    background: var(--color-blue);
}

.grey-bg {
    background: var(--color-grey);
}

.weidget-mt {
    margin-top: 45px;
}

/*------- end css -----------*/

/*======= banner top section ========*/

.top-sec-recognition {
    background: linear-gradient(0deg,
            #f1fbe6 -329.88%,
            #e5f3ef -107.04%,
            #cfe4ff 290.93%);
}

.top-sec-recognition h5 {
    padding-top: 40px;
    font-size: 20px;
    margin-bottom: 24px;
}

.recognized-content a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -50px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    text-decoration: none;
    font-size: 14px;
    transition: all ease 450ms;
}

.recognized-item:hover .recognized-content a {
    bottom: -28px;
    opacity: 1;
}

.recognized-content a span {
    display: inline-block;
    line-height: 16px;
    margin-left: -1px;
}

.recognized-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    padding: 0px 0 50px;
}

.recognized-item {
    text-align: center;
    padding: 0 40px;
    position: relative;
}

.recognized-item::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 20%;
    width: 1px;
    height: 100px;
    background: #e4e4e4;
    transform: translateY(25%);
}

.recognized-logo {
    margin: auto;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recognized-content,
.recognized-content h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    letter-spacing: 0;
}

.recognized-container .recognized-item:nth-child(1) .recognized-logo svg {
    width: 120px;
    height: 28px;
}

.recognized-container .recognized-item:nth-child(2) .recognized-logo svg {
    width: 80px;
}

.recognized-container .recognized-item:nth-child(3) .recognized-logo svg {
    width: 148px;
    height: 34px;
}

.recognized-container .recognized-item:nth-child(3)::before {
    display: none;
}

@media screen and (max-width: 1024px) {
    .recognized-container {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }
}

@media screen and (max-width: 991px) {
    .recognized-content a {
        position: relative;
        opacity: 1;
        bottom: 0;
        margin-top: 12px;
    }

    .recognized-item::before {
        display: none;
    }

    .recognized-container {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        gap: 40px;
    }

    .recognized-item {
        padding: 0;
    }
}

/*========== featue card css  ==============*/

.apm-seo-main-wrapper .feature-section .feature-content-section {
    padding: 0px 0;
}

.apm-seo-main-wrapper .feature-section .feature-content-section .feature-content-grid {
    display: flex;
    flex: 1;
    gap: 30px;
    margin: 16px 0px 0px;
}

.apm-seo-main-wrapper .feature-section .feature-content-section .feature-content-grid .feature-content-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.apm-seo-main-wrapper .feature-section .feature-content-section .feature-content-grid .feature-content-card a {
    font-style: italic;
}

.apm-seo-main-wrapper .feature-section .feature-content-section .feature-content-grid>* {
    flex: 1;
    width: 50%;
}

.apm-seo-main-wrapper .feature-section .feature-content-section .feature-content-card {
    padding: 30px;
    background: #f9f9fb;
    border-radius: 6px;
    border: 1px solid #f3f3f5;
}

.apm-seo-main-wrapper .feature-section .feature-content-section .feature-content-grid .feature-content-card h3 {
    font-size: 24px;
}

.apm-seo-main-wrapper .feature-section .feature-content-section .feature-content-card a {
    font-size: 17px;
}

.apm-seo-main-wrapper .feature-section .feature-content-section .feature-content-card .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: 24px;
    gap: 24px;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 24px;
    border: 1px solid #f0f0f0;
}

.apm-seo-main-wrapper .feature-section .feature-content-section .feature-content-card .benefit-card p {
    margin: 0px;
}

.apm-seo-main-wrapper .feature-section .feature-content-section .feature-content-card .benefit-card:last-child {
    margin-bottom: 0;
}

.apm-seo-main-wrapper .feature-section .feature-content-section .feature-content-card.benefit-card h5 {
    margin-bottom: 8px;
    line-height: 1.15;
}

.apm-seo-main-wrapper .feature-section .feature-content-section .feature-content-card.benefit-card p {
    margin-bottom: 0;
}

.apm-seo-main-wrapper .feature-section .feature-content-section .feature-content-card.green-color-card {
    background: #fafffd;
    border: 1px solid #ddfaee;
}

.apm-seo-main-wrapper .feature-section .feature-content-section .feature-content-card.white-color-card {
    background: #ffffff;
    border: none;
    padding: 0px;
}

.apm-seo-main-wrapper .feature-section .feature-content-section .feature-content-card .featue-widgets-image {
    margin: 50px 0px 30px;
    display: flex;
    justify-content: center;
}

.apm-seo-main-wrapper .feature-section .feature-content-section ul li {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 0.468262C4.48 0.468262 0 4.93408 0 10.4366C0 15.9391 4.48 20.405 10 20.405C15.52 20.405 20 15.9391 20 10.4366C20 4.93408 15.52 0.468262 10 0.468262ZM7.29 14.713L3.7 11.1344C3.31 10.7456 3.31 10.1176 3.7 9.72886C4.09 9.3401 4.72 9.3401 5.11 9.72886L8 12.5997L14.88 5.74152C15.27 5.35276 15.9 5.35276 16.29 5.74152C16.68 6.13029 16.68 6.75829 16.29 7.14706L8.7 14.713C8.32 15.1018 7.68 15.1018 7.29 14.713Z' fill='%2309AB58'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 32px;
    margin-bottom: 16px;
}

.apm-seo-main-wrapper .feature-section .feature-content-section ul li span {
    font-weight: 600;
}

.widget-mt {
    margin-top: 64px;
}

@media screen and (max-width: 767.98px) {
    .apm-seo-main-wrapper .feature-section .feature-content-section .feature-content-grid>* {
        width: 100%;
    }

    .apm-seo-main-wrapper .feature-section .feature-content-section .feature-content-grid {
        margin: 0px;
        flex-direction: column;
    }

    .apm-seo-main-wrapper .feature-section .feature-content-section {
        padding: 20px 0px;
    }
}

/*========== featue card  end css  ==============*/

/*------- apm-ai-powered seciton begin -----------*/

.core-feature-desc>svg {
    margin-bottom: 16px;
}

.apm-ai-card {
    margin-top: 24px;
    background: #f9fbff;
    border: 1px solid #eef3fe;
    padding: 24px;
    border-radius: 6px;
}

.apm-ai-card>svg {
    margin-bottom: 0px;
}

.apm-ai-card h3 {
    margin-bottom: 16px;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.apm-ai-card p {
    margin-bottom: 0;
}

/* .row.why-nfa * {
        display: grid;
      } */

.ai-powered-section .row .col-12 {
    display: flex;
}

/*------- apm-ai-powered seciton end -----------*/

/*========== Tab section start css  ============== */

.tab-section h2 {
    text-align: center;
}

.network-monitor-tab {
    margin-top: 32px;
}

.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 .tab-list-item {
        border-radius: 0px !important;
        margin-bottom: 0px !important;
        border-right: 1px solid #ccdbff !important;
    }
}

.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::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: #cfe4ff;
    border-left: 3px solid #7eb0f1;
}

.network-monitor-tab .tab-list .tab-list-item.tab-active p {
    font-weight: 500;
}

.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: #cfe4ff;
    }

    .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 .content-wrapper h5 {
    font-size: 24px;
}

.network-monitor-tab .tab-content-list .tab-content-item.tab-content-active {
    display: block;
}

.network-monitor-tab .tab-content-list .tab-content-item .tab-content-title h2,
.network-monitor-tab .tab-content-list .tab-content-item .tab-content-title h3 {
    display: inline;
}

.network-monitor-tab .tab-content-list .tab-content-item h3 {
    margin-bottom: 8px;
}

.network-monitor-tab .tab-content-list .tab-content-item a {
    color: inherit;
    text-decoration: none;
}

.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 ul li:last-child {
    margin-bottom: 0px;
}

.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 ul {
    padding-left: 0 !important;
}

.content-list li {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 0.468262C4.48 0.468262 0 4.93408 0 10.4366C0 15.9391 4.48 20.405 10 20.405C15.52 20.405 20 15.9391 20 10.4366C20 4.93408 15.52 0.468262 10 0.468262ZM7.29 14.713L3.7 11.1344C3.31 10.7456 3.31 10.1176 3.7 9.72886C4.09 9.3401 4.72 9.3401 5.11 9.72886L8 12.5997L14.88 5.74152C15.27 5.35276 15.9 5.35276 16.29 5.74152C16.68 6.13029 16.68 6.75829 16.29 7.14706L8.7 14.713C8.32 15.1018 7.68 15.1018 7.29 14.713Z' fill='%2309AB58'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 32px;
    margin-bottom: 16px;
}

.content-list li a {
    text-decoration: underline !important;
    color: #2180ee !important;
}

.content-list li span {
    font-weight: 600;
}

.content-wrapper h5 {
    margin-bottom: 12px;
}

/*========== Tab section end css  ==============*/

/*----- Accordian css ----------*/

.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 a {
    font-size: 18px;
}

.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: "+";
}

.accordion-container .accordion-body {
    display: none;
}

/*------- Related resources seciton -----------*/

.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-left: 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;
}

.related-resource-section .resource-link-list li a svg {
    vertical-align: sub;
}

.related-resource-section .resource-link-list li a span {
    margin-right: 4px;
}

.related-resource-section .resource-other-wrapper {
    padding: 24px 24px 24px 0;
    border: none;
}

.related-resource-section .resource-other-wrapper .resource-other-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: inherit;
    text-decoration: none;
}

.related-resource-section .resource-other-wrapper .resource-other-item {
    padding-bottom: 24px !important;
    margin-bottom: 24px;
    border-bottom: 1px solid #efefef;
}

.related-resource-section .resource-other-wrapper .resource-other-item:last-child {
    border-bottom: none;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.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;
    }
}

/*------- End css --------*/

/*-------- table sectuion start css -----------*/

.table.apm-table {
    max-width: 1080px !important;
    border-collapse: collapse;
    margin: 16px auto 0px;
}

.apm-table tr td span {
    font-weight: 600;
}

.apm-table tr td:nth-of-type(1) {
    background-color: #cfe4ff;
    font-weight: 500;
}

.apm-table tr td:nth-of-type(2) {
    background-color: #fff;
}

.apm-table tr td:nth-of-type(3) {
    background-color: #fff;
}

.table th {
    font-weight: 600;
}

.apm-table th,
.apm-table td {
    border: 1px solid #eff1f5;
}

.table th,
.table td {
    background: #fff;
    font-size: 18px;
    padding: 24px;
    vertical-align: middle;
    border-color: #eff1f5;
    text-align: left;
    line-height: 28px;
}

/*-------- comparison table start css -----------*/
.comparison-table td p {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
}

.table.comparison-table {
    max-width: 840px;
    margin: 0 auto;
    border-collapse: collapse;
    margin-top: 36px;
}

.comparison-table th,
.comparison-table td {
    border: 1px solid #e9e9e9;
    text-align: center;
    padding: 20px 24px;
}

.comparison-table th {
    background: #f4f7ff;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    border-top: none;
}

.comparison-table tr td:nth-of-type(1),
.comparison-table tr th:nth-of-type(1) {
    background-color: #fff;
    border: none;
    text-align: right;
}

.comparison-table tr td:nth-of-type(2) {
    background-color: #e9f6f0;
}

.comparison-table tr td:nth-of-type(2) :last-child {
    border-bottom-left-radius: 12px;
}

.comparison-table tr th:nth-of-type(2) {
    background: #0d7449;
    color: #fff;
    border-top-left-radius: 12px;
    border: none;
}

.comparison-table tr th:last-of-type {
    border-top-right-radius: 12px;
    border: none;
}

.comparison-table tr td:nth-of-type(5) {
    border-bottom-left-radius: 12px;
}

tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

@media screen and (max-width: 767.98px) {
    .table-responsive {
        overflow-x: auto;
        max-width: 98%;
    }
}

/*-------- tabke sectuion end css -----------*/

/*=============== integration logo section start css  ===============*/
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.exten-logo {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin: 16px 0 32px;
    width: 840px;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.exten-logo .integration-items a i {
    background: url(/sites/meweb/images/fr/applications_manager/images/apm-webpage-logo-sprite.svg) top left no-repeat;
    background-size: 1500px auto;
    box-sizing: border-box;
    height: auto;
    width: 60px;
}

i.logo-java {
    background-position: -18px 0px !important;
}

i.logo-dot-net {
    background-position: -88px 10px !important;
}

i.logo-php {
    background-position: -172px 13px !important;
}

i.logo-node {
    background-position: -262px 13px !important;
}

i.logo-rails {
    background-position: -340px 8px !important;
}

i.logo-python {
    background-position: -409px 8px !important;
}

i.logo-aws {
    background-position: -494px 13px !important;
}

i.logo-azure {
    background-position: -580px 5px !important;
    transform: scale(0.9);
}

i.logo-gcp {
    background-position: -666px 2px !important;
    transform: scale(0.9);
}

i.logo-kubernetes {
    background-position: -753px 2px !important;
}

i.logo-docker {
    background-position: -839px 6px !important;
}

.integration-items {}

.integration-items a {
    text-decoration: none;
}

.integration-box {
    width: 95px;
    background: #ffffff;
    height: 90px;
    display: flex;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #e8efff;
}

.integration-box img {
    object-fit: contain;
    max-width: 100%;
    height: auto;
}

.integration-text {
    text-align: center;
    color: #b7cbfc;
    margin-top: 6px;
}

.integration-text p {
    margin: 0;
    color: #000;
}

/*=============== integration logo section end css  ===============*/

.mt-32 {
    margin-top: 32px !important;
}

.apm-testimonial-section .customer-case-study-card {
    height: 100%;
}

.video-strip-banner {
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    margin: 48px auto;
    padding: 20px 24px;
    border-radius: 8px;
    background-image: url("/sites/meweb/images/fr/applications_manager/images/aws-strip-banner-bg.webp");
    background-size: cover;
    color: #fff;
    box-sizing: border-box;
    gap: 20px;
}

.video-strip-banner p {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}

.video-strip-banner .video-strip-btn {
    padding: 8px 20px 8px 36px;
    border-radius: 100px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    flex: 0 0 auto;
    transition: all 0.25 ease-in;
}

.video-strip-btn:hover {
    background: #E80E19;
    color: #ffffff;
    border-color: #E80E19;
}

.video-strip-btn:hover::before {
    border-left-color: #ffffff;
}

.video-strip-btn::before {
    display: inline-block;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #000000;
    position: absolute;
    content: "";
    top: 50%;
    left: 22px;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767.98px) {
    .apm-seo-main-wrapper .sec-padding-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .mt-32 {
        margin-top: 16px !important;
    }
}
@media only screen and (max-width: 575.98px) {
    .video-strip-banner {
        flex-direction: column;
        text-align: center;
    }
}


.special-banner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    align-items: center;
    background: #f5f7ff;
    padding: 32px 40px;
    border-radius: 12px;
	border: 1px solid #eef3fe;
}
	.special-banner-section .col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 850px;
    flex: 0 1 850px;
    max-width: 850px;
    width: 100%;
}
		
		
	.banner-section .col:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}	
		.special-banner-section .icon-holder {
      background: #ffffff;
    width: 250px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
		
		.special-banner-section .col:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
		
		.content-wrapper a{font-size: 18px}		
		.pb-80 {    padding-bottom: 80px !important;}
		


/*   Mobile portrait (â‰¤â€¯767â€¯px)  */
@media (max-width: 767px) {

	
	.special-banner-section{flex-direction: column; gap:30px; text-align: center;}
	.special-banner-section .col:first-child{    flex: 0 1 0;}
	.special-banner-section .icon-holder{    height: 124px;}
}
.apm-testimonial-section{
    display:none;
}