 .bg-l-grey{
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: #274EA3;
            --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;
        }

        .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;
        }




        .opm-main-wrapper h1 {
            font-size: calc(1.375rem + 2.2vw);
            line-height: 1.0625;
            letter-spacing: -1px;
            font-weight: 700;
            margin: 0 0 16px;
        }

        .opm-main-wrapper h2 {
            font-size: calc(1.325rem + 1.75vw);
            font-weight: 600;
            line-height: 1.3;
            letter-spacing: -0.65px;
            margin: 0 0 16px;
        }

        .opm-main-wrapper h3,
        .opm-main-wrapper .h3 {
            font-size: calc(1.3rem + 1vw);
            font-weight: 600;
            line-height: 1.35;
            letter-spacing: -0.5px;
            margin: 0 0 12px;
        }

        .opm-main-wrapper h4 {
            font-size: calc(1.275rem + 0.75vw);
            font-weight: 600;
            line-height: 1.5;
            letter-spacing: -0.5px;
            margin: 0 0 12px;
        }

        .opm-main-wrapper h5,
        .opm-main-wrapper .h5 {
            font-size: 1.5rem;
            font-weight: 500;
            line-height: 32px;
            letter-spacing: -0.25px;
            margin: 0 0 12px;
        }

        .opm-main-wrapper h6 {
            font-size: 1.25rem;
            font-weight: 500;
            line-height: 1.5;
            letter-spacing: -0.25px;
            margin: 0 0 12px;
        }

        .opm-main-wrapper p,
        .opm-main-wrapper .p {
            font-size: 18px;
            font-weight: 300;
            line-height: 30px;
            margin: 0 0 16px;
        }

        .opm-main-wrapper ul li {
            font-size: 17px;
            font-weight: 300;
            line-height: 30px;
            margin: 0 0 12px;
        }





        @media only screen and (min-width: 1200px) {
            .opm-main-wrapper h1 {
                font-size: 3.5rem;
            }

            .opm-main-wrapper h2 {
                font-size: 2.5rem;
            }

            .opm-main-wrapper h3,
            .opm-main-wrapper .h3 {
                font-size: 2rem;
            }

            .opm-main-wrapper h4 {
                font-size: 1.75rem;
            }
        }


        #scroll,
        .heading-menu {
            display: none;
        }


        .pt-0 {
            padding-top: 0px !important;
        }

        .pb-0 {
            padding-bottom: 0px !important;
        }


        /*------ End css -------------*/


        .opm-main-wrapper *,
        .opm-main-wrapper *::after,
        .opm-main-wrapper *::before {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .opm-main-wrapper a:not(.itom-btn-primary) {
            color: #006DEB;
        }

        .opm-main-wrapper a:not(.itom-btn-primary).anchor-text {
            font-size: 16px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-decoration: none;
        }

        .opm-main-wrapper .anchor-text {
            font-size: 16px;
            font-weight: 400;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-decoration: none;
        }



        .opm-main-wrapper .anchor-text a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .opm-main-wrapper .opm-banner-wrapper {
            padding-top: 40px;
            background-color: #f8e9c4;
            position: relative;
            z-index: 1;
            padding-bottom: 80px;
        }

        /* .opm-main-wrapper .opm-banner-wrapper::before {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            max-width: 503px;
            width: 100%;
            max-height: 412px;
            height: 100%;
            -webkit-transform: scale(-1);
            transform: scale(-1);
            background: url("../images/network-monitor/network-monitor-banner-bg-pattern.svg") scroll no-repeat;
            z-index: -1;
        }

        .opm-main-wrapper .opm-banner-wrapper::after {
            position: absolute;
            content: "";
            bottom: 0;
            right: 0;
            max-width: 503px;
            width: 100%;
            max-height: 412px;
            height: 100%;
            background: url("../images/network-monitor/network-monitor-banner-bg-pattern.svg") scroll no-repeat;
            z-index: -1;
        } */

        .opm-main-wrapper .opm-banner-wrapper .breadcrumb-header ul li {
            display: inline-block;
            font-size: 13px;
            margin-bottom: 8px;
            line-height: 1.5;
        }

        .opm-main-wrapper .opm-banner-wrapper .breadcrumb-header ul li a {
            color: inherit;
        }

        .opm-main-wrapper .opm-banner-wrapper .breadcrumb-header ul li.breadcrumb-separator {
            margin: 0 4px;
        }

        .opm-main-wrapper .opm-banner-wrapper .banner-section {
            padding: 40px 0 20px;
        }

        .opm-main-wrapper .opm-banner-wrapper .banner-section h1 {
            margin-bottom: 12px;
            letter-spacing: -1.5px;
        }

        .opm-main-wrapper .opm-banner-wrapper .banner-section .apm-btn {
            font-size: 18px;
            font-weight: 500;
            margin: 16px 0px;
        }

        .opm-main-wrapper .opm-banner-wrapper .banner-section .credit-text {
            font-size: 15.5px;
            line-height: 24px;
            margin-bottom: 0px;
        }

        .opm-main-wrapper .opm-banner-wrapper .banner-section .banner-row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            gap: 24px;
        }

        .opm-main-wrapper .opm-banner-wrapper .banner-section .banner-row>* {
            padding: 0 12px;
        }

        .opm-main-wrapper .opm-banner-wrapper .banner-section .banner-row .banner-widget {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
            flex: 1 0 0;
        }

        .opm-main-wrapper .opm-banner-wrapper .banner-section .banner-row .banner-content {
            max-width: 590px;
        }

        @media screen and (min-width: 1200px) {
            .opm-main-wrapper .opm-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) {
            .opm-main-wrapper .opm-banner-wrapper .banner-section .banner-row>* {
                width: 50%;
            }
        }

        @media screen and (max-width: 992.98px) {
            .opm-main-wrapper .opm-banner-wrapper .banner-section .banner-row {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                gap: 40px 0;
            }

            .opm-main-wrapper .opm-banner-wrapper .banner-section .banner-row>* {
                width: 100%;
            }
        }


        .opm-main-wrapper .opm-features-detail-container {
            max-width: 1180px;
            width: 100%;
            margin: auto;
            padding-left: 12px;
            padding-right: 12px;
        }

        .opm-main-wrapper .sec-padding-80 {
            padding-top: 80px;
            padding-bottom: 80px;
        }

        .opm-main-wrapper .sec-padding-40 {
            padding-top: 40px;
            padding-bottom: 40px;
        }


        @media screen and (min-width: 992px) {
            .opm-main-wrapper .title-break {
                display: block;
            }
        }



        .intro-section {
            text-align: center;
        }

        .intro-section.sec-padding-80 {
            padding-top: 180px;
        }


        .opm-btn-icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-left: 8px;
        }

        /*--- opm sailent features seciton --------*/


        .network-capabilities-card {
            margin-top: 60px;
        }



        .network-capabilities-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;
            gap: 24px;
            border-radius: 12px;
            background: #FFF;
            margin: 36px 0px;
            flex-direction: column;
            position: relative;
            text-align: left;
        }


        .benefit-card .card-list-item .card-list-icon {
            margin-bottom: 12px;
        }


        .network-capabilities-card .benefit-card .benefit-content p {
            margin: 0px;
            display: -webkit-box;
            -webkit-line-clamp: 6;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .network-capabilities-card .benefit-card .benefit-card:last-child {
            margin-bottom: 0;
        }

        .network-capabilities-card .benefit-card .card-list-item h5 {
            line-height: 28px;
            margin: 0;
        }

        .network-capabilities-card .benefit-card .benefit-card p {
            margin-bottom: 0;
        }

        @media screen and (max-width: 767.98px) {

            .network-capabilities-card .benefit-card .benefit-content p {
                display: inherit;
            }



        }







        /*--------- feature seciton-------*/

        .feature-section-intro-content {
            text-align: center;
            padding: 80px 0px 80px;
        }

        .opm-main-wrapper .intro-section {
            width: 100%;
            margin: auto;
            text-align: center;
        }

        .opm-main-wrapper .feature-section .feature-section-intro-content {
            width: 100%;
            margin: auto;
            text-align: center;
        }

        .opm-main-wrapper .feature-section .feature-header-section {
            text-align: center;
            margin: 0px auto 0;
            background-color: #ffffff;
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
            min-height: 55px;
            transition: all 0.25s;
        }

        .opm-main-wrapper .feature-section .feature-header-section #feature-header-section {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        .opm-main-wrapper .feature-section .feature-header-section #feature-header-section::-webkit-scrollbar {
            display: none;
        }

        @media screen and (min-width: 576px) {
            .opm-main-wrapper .feature-section .feature-header-section #feature-header-section.sticky {
                position: fixed;
                top: 100px;
                width: 100%;
                left: 0;
                background: #fcfcfc;
                -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
                box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
                border-bottom: 1px solid #dadada;
                z-index: 10;
                -webkit-transition: all 0.25s;
                transition: all 0.25s;
            }
        }

        @media only screen and (min-width: 576px) and (max-width: 1025.98px) {
            .opm-main-wrapper .feature-section .feature-header-section #feature-header-section.sticky {
                top: 88px;
            }
        }

        .opm-main-wrapper .feature-section .feature-header-section ul {
            border-bottom: 1px solid #dadada;
            display: inline-block;
        }

        .opm-main-wrapper .feature-section .feature-header-section ul li {
            display: inline-block;
            margin-bottom: 0;
        }

        .opm-main-wrapper .feature-section .feature-header-section ul li a {
            display: inline-block;
            padding: 12px 24px;
            color: inherit;
            font-size: 18px;
            position: relative;
            font-weight: 600;
            text-decoration: unset;
        }

        .opm-main-wrapper .feature-section .feature-header-section ul li a::before {
            position: absolute;
            content: "";
            height: 2.5px;
            width: 0;
            left: 0;
            bottom: 0;
            background-color: #006DEB;
        }

        .opm-main-wrapper .feature-section .feature-header-section ul li a.active {
            color: #006DEB;
        }

        .opm-main-wrapper .feature-section .feature-header-section ul li a.active::before {
            width: 100%;
        }

        .opm-main-wrapper .feature-section .feature-content-section {
            padding: 50px 0;
        }

        .opm-main-wrapper .feature-section .feature-content-section .content-header {
            margin-bottom: 32px;
        }

        .opm-main-wrapper .feature-section .feature-content-section .content-body .row {
            margin-top: 32px;
        }

        .opm-main-wrapper .feature-section .feature-content-section .content-body .feature-content-icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 12px;
        }

        .opm-main-wrapper .feature-section .feature-content-section .content-body .feature-content-icon svg {
            max-width: 48px;
            max-height: 48px;
            width: 100%;
            height: 100%;
        }

        .opm-main-wrapper .feature-section .feature-content-section .content-body .content-list {
            margin-top: 24px;
        }

        .opm-main-wrapper .feature-section .feature-content-section .content-body .content-list.list-box {
            background: #F9F9FB;
            padding: 30px;
            border-radius: 8px;
        }


        .opm-main-wrapper .feature-section .feature-content-section .content-body .content-list ul {
            margin-top: 16px;
        }

        .opm-main-wrapper .feature-section .feature-content-section h3 {
            margin-bottom: 8px;
        }

        @media only screen and (max-width: 992px) {
            .opm-main-wrapper .feature-section .feature-content-section .feature-content-card {
                margin-bottom: 32px;
            }
        }

        .opm-main-wrapper .feature-section .feature-content-section .feature-content-card.inline>div:first-child {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 12px;
        }

        .opm-main-wrapper .feature-section .feature-content-section .feature-content-card.inline>div:first-child .feature-content-icon {
            margin: 0 10px 0 0;
        }

        .opm-main-wrapper .feature-section .feature-content-section .feature-content-card.inline>div:first-child .feature-content-icon svg {
            max-width: 36px;
            max-height: 36px;
        }

        .opm-main-wrapper .feature-section .feature-content-section .feature-content-card.inline>div:first-child h5 {
            margin-bottom: 0;
            font-size: 20px;
            line-height: 1.25;
        }

        .opm-main-wrapper .feature-section .feature-content-section ul li {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDBDNC40OCAwIDAgNC40OCAwIDEwQzAgMTUuNTIgNC40OCAyMCAxMCAyMEMxNS41MiAyMCAyMCAxNS41MiAyMCAxMEMyMCA0LjQ4IDE1LjUyIDAgMTAgMFpNNy4yOSAxNC4yOUwzLjcgMTAuN0MzLjMxIDEwLjMxIDMuMzEgOS42OCAzLjcgOS4yOUM0LjA5IDguOSA0LjcyIDguOSA1LjExIDkuMjlMOCAxMi4xN0wxNC44OCA1LjI5QzE1LjI3IDQuOSAxNS45IDQuOSAxNi4yOSA1LjI5QzE2LjY4IDUuNjggMTYuNjggNi4zMSAxNi4yOSA2LjdMOC43IDE0LjI5QzguMzIgMTQuNjggNy42OCAxNC42OCA3LjI5IDE0LjI5WiIgZmlsbD0iIzA5QUI1OCIvPgo8L3N2Zz4K);
            background-repeat: no-repeat;
            background-position: 0 4px;
            padding-left: 32px;
            margin-bottom: 8px;
        }

        .opm-main-wrapper .addon-section {
            background-color: #fafafa;
        }

        .opm-main-wrapper .addon-section .addon-card-row {
            margin-top: 60px;
            gap: 24px 0;
        }

        .opm-main-wrapper .addon-section .addon-card-row .addon-card {
            padding: 24px;
            border-radius: 12px;
            background-color: #ffffff;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.04);
        }

        .opm-main-wrapper .addon-section .addon-card-row .addon-card p {
            margin-top: 8px;
        }

        .opm-main-wrapper .addon-section .addon-card-row .addon-card .addon-logo {
            height: 46px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }


        /*------- widjet start css ---------*/


        .opm-main-wrapper .feature-section .feature-content-section .feature-content-card {
            padding: 30px;
            background: #fffcf4;
            border-radius: 6px;
            border: 1px solid #F3F3F5;       
            height: 100%;

        }

        .opm-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;
        }

        .opm-main-wrapper .feature-section .feature-content-section .feature-content-card .benefit-card p {
            margin: 0px;
        }

        .opm-main-wrapper .feature-section .feature-content-section .feature-content-card .benefit-card:last-child {
            margin-bottom: 0;
        }

        .opm-main-wrapper .feature-section .feature-content-section .feature-content-card.benefit-card h5 {
            margin-bottom: 8px;
            line-height: 1.15;
        }

        .opm-main-wrapper .feature-section .feature-content-section .feature-content-card.benefit-card p {
            margin-bottom: 0;
        }



        .opm-main-wrapper .feature-section .feature-content-section .feature-content-card.green-color-card {
            background: #FAFFFD;
            border: 1px solid #DDFAEE;
        }

        .opm-main-wrapper .feature-section .feature-content-section .feature-content-card.white-color-card {
            background: #ffffff;
            border: none;
            padding: 0px; height: auto;
        }

        .opm-main-wrapper .feature-section .feature-content-section .feature-content-card .featue-widgets-image {
            margin-bottom: 25px;
        }

        .content-list.list-box li {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDBDNC40OCAwIDAgNC40OCAwIDEwQzAgMTUuNTIgNC40OCAyMCAxMCAyMEMxNS41MiAyMCAyMCAxNS41MiAyMCAxMEMyMCA0LjQ4IDE1LjUyIDAgMTAgMFpNNy4yOSAxNC4yOUwzLjcgMTAuN0MzLjMxIDEwLjMxIDMuMzEgOS42OCAzLjcgOS4yOUM0LjA5IDguOSA0LjcyIDguOSA1LjExIDkuMjlMOCAxMi4xN0wxNC44OCA1LjI5QzE1LjI3IDQuOSAxNS45IDQuOSAxNi4yOSA1LjI5QzE2LjY4IDUuNjggMTYuNjggNi4zMSAxNi4yOSA2LjdMOC43IDE0LjI5QzguMzIgMTQuNjggNy42OCAxNC42OCA3LjI5IDE0LjI5WiIgZmlsbD0iIzA5QUI1OCIvPgo8L3N2Zz4K);
            background-repeat: no-repeat;
            background-position: 0 4px;
            padding-left: 32px;
            margin-bottom: 8px;
        }

        .widget-mt {
            margin-top: 64px;
        }

        /*------- widjet end css ---------*/

        .opm-main-wrapper .get-started-section {
            text-align: center;
        }

        .bottom-cta {
            margin-top: 30px;
            gap: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }




        /*------- end css -----------*/


        /*------ benefits cta seciton css -------*/


        .benefits-cta-section {
            background: #f8e9c4;
        }

        .benefits-cta-section .row{    display: flex;
    align-items: center;}

        .benefits-cta-section .bottom-cta {
            justify-content: flex-start !important;
        }

        .benefits-cta-section h2{margin-bottom: 0px;}

        @media only screen and (max-width: 767.92px) {
            .benefits-cta-section .row {
                gap: 40px;
            }

            .benefits-cta-section .bottom-cta {
                justify-content: center !important;
            }

            .benefits-cta-section h2 {
                text-align: center;
            }

        }


        /*------ benefits cta seciton css -------*/

        .key-metrics-section {
            background: #f9f9fb;
        }

        .key-metrics-section h2 {
            text-align: center;
        }

        .metrics-card-grid {
            margin-top: 30px;
        }

        .metrics-card-grid h5 {
            font-size: 20px !important;
            font-weight: 600;
        }


        .metrics-list li {
            background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 11.0801V12.0001C21.9988 14.1565 21.3005 16.2548 20.0093 17.9819C18.7182 19.7091 16.9033 20.9726 14.8354 21.584C12.7674 22.1954 10.5573 22.122 8.53447 21.3747C6.51168 20.6274 4.78465 19.2462 3.61096 17.4372C2.43727 15.6281 1.87979 13.4882 2.02168 11.3364C2.16356 9.18467 2.99721 7.13643 4.39828 5.49718C5.79935 3.85793 7.69279 2.71549 9.79619 2.24025C11.8996 1.76502 14.1003 1.98245 16.07 2.86011" stroke="%23006DEB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 4L12 14.01L9 11.01" stroke="%23006DEB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
            background-repeat: no-repeat;
            background-position: 0 4px;
            padding-left: 32px;
            margin-bottom: 8px;
        }

        /*---- tab feature section  ----------*/
        .feature-section {
            padding: 80px 0 100px
        }

        .feature-section .feature-section-header {
            padding: 80px 0 120px;
            background-color: #f8e9c4;

        }

        .feature-section .feature-section-header h2 {

            text-align: center;
        }

        .feature-section .feature-section-body {
            margin-top: -100px;
        }

        .feature-section .feature-section-body .about-content-wrapper {
            padding: 40px;
            background-color: #fff;
            border-radius: 16px;
            -webkit-box-shadow: 0 4px 12px -2px rgba(0, 0, 0, .08);
            box-shadow: 0 4px 12px -2px rgba(0, 0, 0, .08)
        }

        .feature-section .about-title-list {
            margin: 40px 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            gap: 20px
        }

        .feature-section .about-title-list .title-list-item {
            border-radius: 8px;
            border: 1px solid #333;
            padding: 12px 24px;
            cursor: pointer;
            font-weight: 400;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-transition: all .25s ease-in;
            transition: all .25s ease-in;
            font-size: 18px;
            margin-bottom: 0px;

        }

        .feature-section .about-title-list .title-list-item.active {
               background: #333;
    color: #fff;
    font-weight: 500;
    border-color: #333;
        }

        .feature-section .about-content-item {
            display: none
        }

        .feature-section .about-content-item.active {
            display: block
        }

        .feature-card-wrapper {
            text-align: center;
        }

        .feature-card-wrapper p {
            max-width: 820px;
            margin: 0 auto 32px;
            width: 100%;
        }

          @media only screen and (max-width: 580px) {
            .feature-section .about-title-list {
                display: block;
            }
            .feature-section .about-title-list .title-list-item{text-align: center; margin: 12px;}
        }


        /*---------logo css section -----*/

        .database-grid {
            margin-top: 20px;
        }

        .database-grid ul {
            list-style-type: none;
            padding-left: 0;
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            grid-gap: 10px;
            margin: 0;
        }

        @media only screen and (max-width: 991.98px) {
            .database-grid ul {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        @media only screen and (max-width: 767.98px) {
            .database-grid ul {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media only screen and (max-width:640px) {
            .database-grid ul {
                display: inherit !important;
            }
        }

  

        .database-grid ul li {
            border: 1px solid #e4e4e4;
            border-radius: 4px;
            padding: 10px 8px;
            text-align: center;
        }

        .database-grid ul li:hover a {
            color: inherit !important;
        }

        .database-grid ul li:hover {
            -webkit-box-shadow: 2px 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
        }

        .database-grid ul li a {
            font-size: 15px;
            height: 100%;
            width: 100%;
            color: inherit;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-decoration: unset;
        }

        .database-grid ul li a span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            min-height: 45px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .database-grid ul li a i {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-height: 120px;
            min-height: 120px;
            max-width: 120px;
            width: 100%;
            margin: 0 auto;
            background: url("images/opm-plugin-sprite.svg") no-repeat;
            display: inline-block;
            -webkit-transform: scale(0.85);
            transform: scale(0.85);
            background-size: 1360%;
        }

        .database-grid ul li a .i-mongodb {
            background-position: 91.5% 0;
        }

        .database-grid ul li a .i-postgresql {
            background-position: 16.65% 2.5%;
        }

        .database-grid ul li a .i-mysql {
            background-position: 83.15% 2.5%;
        }

        .database-grid ul li a .i-sql {
            background-position: 8.5% 98%;
        }

        .database-grid ul li a .i-cassandra {
            background-position: 58.25% 0%;
        }

        .database-grid ul li a .i-memcached {
            background-position: 50% 100%;
            background-size: 1260%;
        }

        .database-grid ul li a .i-oracle-infrastructure {
            background-position: 41.5% 92%;
            background-size: 1480%;
        }

        .database-grid ul li a .i-aws {
            background-position: 50% -5%;
        }

        .database-grid ul li a .i-redis {
            background-position: 25% 0%;
        }

        .database-grid ul li a .i-microsoftsql {
            background-position: 74.85% 0;
        }

        .database-grid ul li a .i-microsoft {
            background-position: 100% 0;
            transform: scale(0.60);
        }

        .database-grid ul li a .i-ibm {
            background-position: 66.5% 0;
        }

        .database-grid ul li a .i-tomcat {
            background-position: 33.5% 0%;
        }

        .database-grid ul li a .i-nginx {
            background-position: 0.15% 0;
        }

        .database-grid ul li a .i-google-cloud {
            background-position: 0.15% 100%;
            transform: scale(0.75);
        }

        .database-grid ul li a .i-oracle {
            background-position: 8.5% -10%;
        }

        .database-grid ul li a .i-oracle-weblogic {
            background-position: 16.65% 92%;
        }

        .database-grid ul li a .i-openstack {
            background-position: 41.65% 0%;
            transform: scale(0.60);
        }


        /*------- Related resources seciton -----------*/
        .custom-container {
            max-width: 1180px;
            width: 100%;
            margin: auto;
            padding-left: 12px;
            padding-right: 12px;
        }

        .related-resource-title-wrapper {
            text-align: center;
            margin: 0px auto 32px;
        }

        .related-resource-title-wrapper h2 {
            font-size: 2.62rem;
            font-weight: 600;
            line-height: 1.3;
            letter-spacing: -0.65px;
            margin: 0 0 16px;
        }

        .text-center {
            text-align: center;
        }

        .related-resource-section .related-resource-img {
            margin-top: 40px;
            max-width: 360px;
            width: 100%;
            height: auto;
        }

        .resource-link-list.pb-30 {
            padding-bottom: 30px;
            padding-left: 45px !important;
        }

        .resource-link-item.blog {
            border-bottom: 1px solid #ddd;
            margin-bottom: 30px;
        }

        .related-resource-section .resource-card {
            border: 1px solid #efefef;
            border-radius: 12px;
        }

        @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;
            height: 100%;
        }

        .related-resource-section .resource-link-item.featured {
            margin-bottom: 32px;
        }

        .related-resource-section .resource-link-item.featured {
            margin-bottom: 32px;
        }

        .related-resource-section .resource-link-list li {
            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:nth-child(1),
        .related-resource-section .resource-other-wrapper .resource-other-item:nth-child(2) {
            padding-bottom: 24px !important;
            margin-bottom: 24px;
            border-bottom: 1px solid #efefef;
        }

        .related-resource-section .resource-other-wrapper .resource-other-item:hover {
            text-decoration: none;
        }

        .related-resource-section .resource-other-wrapper .resource-other-item .h5 {
            line-height: 1;
            font-size: 20px;
            margin-bottom: 4px;
        }

        .related-resource-section .resource-other-wrapper .resource-other-item .p {
            font-size: 1rem;
            line-height: 1.75;
        }

        .related-resource-section .resource-other-wrapper .resource-other-item .resource-other-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .related-resource-section .resource-other-wrapper .resource-other-item .anchor-text {
            color: #006deb;
        }

        .related-resource-section .resource-other-wrapper .resource-other-item .resource-other-icon {
            margin-right: 20px;
        }

        .related-resource-section .resource-other-wrapper .resource-other-item .resource-other-icon svg {
            width: 32px;
            height: 38px;
        }

        .related-resource-section .resource-other-wrapper .resource-other-item a {
            font-size: 1rem;
        }

        @media screen and (max-width: 1199.98px) {
            .related-resource-title-wrapper {
                text-align: center;
            }

            .related-resource-section .related-resource-img {
                margin: 32px auto 0px;
            }
        }

        @media screen and (max-width: 767.98px) {
            .resource-other-wrapper {
                padding: 24px !important;
            }

            .resource-wrapper {
                border-right: 0 !important;
            }
        }

        .tac {
            text-align: center;
        }

        /*--- cusotmer section css ---------*/

        .opm-main-wrapper .testimonial-section .testimonial-wrapper {
            margin: 60px 0 0;
        }

        .opm-main-wrapper .testimonial-section .gartner-review-wrapper {
            border-radius: 12px;
            padding: 32px;
            background-color: #f5f5f5;
            margin-bottom: 24px;
            min-height: 419px;
            position: relative;
        }

        .opm-main-wrapper .testimonial-section .customer-review-wrapper {
            background-color: #f5f5f5;
            border-radius: 12px;
            padding: 32px;
            height: 100%;
        }

        .opm-main-wrapper .testimonial-section .gartner-review-wrapper .gartnerReviewSwiper {
            padding-bottom: 16px;
        }

        .opm-main-wrapper .testimonial-section .gartner-review-wrapper .gartnerReviewSwiper .swiper-pagination {
            bottom: -5px;
        }

        .opm-main-wrapper .testimonial-section .gartner-review-card .gartner-review--item p:not(.gartner-review-details p):last-child {
            margin-bottom: 0;
        }

        .opm-main-wrapper .testimonial-section .gartner-review-card .gartner-logo {
            height: 50px;
        }

        .opm-main-wrapper .testimonial-section .gartner-review-card .gartner-review-details {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #818181;
        }

        @media only screen and (max-width: 575.98px) {
            .opm-main-wrapper .testimonial-section .gartner-review-card .gartner-review-details {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }
        }

        .opm-main-wrapper .testimonial-section .gartner-review-card .gartner-review-details p {
            margin: 0 24px 12px 0;
            font-size: 16px;
            line-height: 1.75;
        }

        .opm-main-wrapper .testimonial-section .gartner-review-card h4 {
            margin: 12px 0;
            font-weight: 600;
            line-height: 1.35;
        }

        .opm-main-wrapper .testimonial-section .client-review-card {
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .opm-main-wrapper .testimonial-section .client-review-card .client-profile-section {
            background-color: #ffffff;
            border-radius: 12px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding-top: 16px;
            padding-bottom: 150px;
            margin-bottom: 24px;
            position: relative;
        }

        .opm-main-wrapper .testimonial-section .client-review-card .client-profile-section img {
            max-width: 234px;
            max-height: 154px;
            position: absolute;
            bottom: 0;
        }

        .opm-main-wrapper .testimonial-section .client-review-card .client-profile-section .btn-play-icon {
            width: 36px;
            height: 36px;
            border-radius: 100px;
            background-color: #006deb;
            color: #ffffff;
            border: 0;
            cursor: pointer;
            position: absolute;
            right: 16px;
        }

        .opm-main-wrapper .testimonial-section .client-review-card .client-profile-section .btn-play-icon::before {
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            border-left: 11px solid #ffffff;
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-32%, -50%);
            transform: translate(-36%, -50%);
        }

        .opm-main-wrapper .testimonial-section .client-review-card .client-details .client-name {
            color: #006deb;
            font-size: 18px;
        }

        .opm-main-wrapper .testimonial-section .client-review-card .btn-link {
            padding: 0;
            margin: 0;
            background: none;
            border: 0;
            font-size: 15px;
            text-decoration: underline;
            text-transform: uppercase;
            color: #006deb;
            font-weight: 500;
            cursor: pointer;
        }

        .opm-main-wrapper .testimonial-section .award-badge-card {
            background-color: #f5f5f5;
            border-radius: 12px;
            height: 160px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        @media only screen and (max-width: 991.98px) {
            .opm-main-wrapper .testimonial-section .award-badge-card {
                margin-bottom: 24px;
            }
        }

        .opm-main-wrapper .testimonial-section .award-badge-card img {
            height: 100px;
        }

        .video-player-wrapper {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.64);
            width: 100%;
            height: 100%;
            padding: 40px 20px;
            -webkit-transition: all 0.25s ease-in;
            transition: all 0.25s ease-in;
            display: none;
            opacity: 0;
            z-index: 999;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .video-player-wrapper * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .video-player-wrapper.active {
            display: block;
            opacity: 1;
        }

        .video-player-wrapper .video-player-container {
            max-width: 956px;
            margin: 100px auto auto;
        }

        .video-player-wrapper .video-player-container .video-player-close-btn {
            width: 32px;
            height: 32px;
            margin-left: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            cursor: pointer;
        }

        .video-player-wrapper .video-player-container .video-player {
            position: relative;
            padding-bottom: 56.5%;
            margin-top: 12px;
        }

        .video-player-wrapper .video-player-container .video-player iframe {
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .intro-video {
            margin-top: 24px;
            position: relative;
            -webkit-box-shadow: 2px 4px 24px rgba(0, 0, 0, 0.08);
            box-shadow: 2px 4px 24px rgba(0, 0, 0, 0.08);
            border-radius: 12px;
            z-index: 1;
            max-width: 400px;
            width: 100%;
            height: 230px;
            margin: auto;
        }

        .intro-video img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 12px;
            z-index: -1;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .intro-video .video-play-button {
            width: 64px;
            height: 64px;
            border-radius: 100px;
            background-color: #e80e19;
            border: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-box-shadow: 0 6px 24px 3px rgba(192, 192, 192, 0.75);
            box-shadow: 0 6px 24px 3px rgba(192, 192, 192, 0.75);
            cursor: pointer;
        }


        .intro-video .video-play-button .video-play-icon {
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 16px solid #ffffff;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-32%, -50%);
            transform: translate(-32%, -50%);
            width: 20px;
            height: 20px;
        }


        /* ---- new css ----------*/

    .network-solution-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    position: relative;
}



 .monitoring-devices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    -webkit-box-shadow: 0 4px 32px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.05);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    border-radius: 6px; padding: 24px 16px;
  }


  .itom-cyle {
    background: #fff8e0;
    padding: 80px 0 80px;
  }

  .itom-cycle-container {
    margin-top: 60px;
  }

  .itom-cycle-container .col-container {
    display: flex;
    width: 100%;
    gap: 24px;
    margin-bottom: 24px;
    justify-content: center;
  }

  .itom-cycle-container .col-container .col {
    flex: 1;
    padding: 24px;
    background: #fff;
    max-width: 369px;
    width: 100%;
  }

  .itom-cyle-box i {
    background: url(/sites/meweb/images/fr/it-operations-management/images/opm-plus-application-management-sprite.svg) no-repeat;
    background-size: 640px;
    width: 50px;
    height: 45px;
    background-position: -526px -300px;
    display: table;
  }

  .res-1 i {
    background-position: -109px -50px;
  }

  .res-2 i {
    background-position: 8px -50px;
  }

  .res-3 i {
    background-position: -52px -50px;
  }

  .res-4 i {
    background-position: -165px -50px;
  }

  .res-5 i {
    background-position: -224px -50px;
  }

  .res-6 i {
    background-position: -515px -50px
  }



  .itom-cyle-box h4 {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 0px;
  }

  .popup-list {
    margin-left: 24px;
  }

  .popup-list li {
    margin-bottom: 12px !important;
    list-style: disc;
  }

  .popup-list li:last-child {
    margin-bottom: 0px !important;
  }

  
.monitoring-devices span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15;
    margin-top: 8px;
    text-align: center;
  }


  /*----- itom cycle -----------*/

/*----- benefits application css -------*/



  .opm-main-wrapper .manage-section .network-device-wrapper {
    position: relative;
    margin: 60px 0 40px;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .network-device-content-card {
    

  }

  .opm-main-wrapper .manage-section .network-device-wrapper .network-device-content-card .addon-content-wrapper {
    padding: 20px 0px 0px;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .network-device-content-card a {
    font-size: 16px;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .network-device-content-card h6 {
    margin-bottom: 4px;
    line-height: 1.35;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .network-device-content-card .card-icon {
    margin-bottom: 8px;
  }

  @media only screen and (max-width: 767.98px) {
    .opm-main-wrapper .manage-section .network-device-wrapper .network-device-content-card {
      margin-bottom: 40px;
    }
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .network-device-content-card .network-device-content {
    display: none;
        margin: 24px 0px;
    background: #ffffff;
    padding: 24px 36px;
    border-radius: 8px;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .network-device-content-card .network-device-content.active {
    display: block;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .monitoring-devices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 125px;
    background: #fff;
    -webkit-box-shadow: 0 4px 32px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.05);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    border-radius: 6px;
    min-width: 110px;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .monitoring-devices.active {
    border: 1px solid #EBAD51;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .monitoring-devices:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03); cursor: pointer; background: #fffcf4;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .monitoring-devices span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15;
    margin-top: 8px;
    text-align: center;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .monitoring-devices a {
    color: inherit;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .monitoring-devices a .network-solution-icon {
    display: inline-block;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .monitoring-devices a span:last-child {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .network-device-pattern {
    position: relative;
    height: 600px;
    border-bottom: 1px solid #F2F1F1;
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .network-device-pattern>*:not(.opm-logo) {
    position: absolute;
    border: 1px solid #F2F1F1;
    border-radius: 100%;
    bottom: 0%;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .network-circle-one {
    width: 200px;
    height: 200px;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .network-circle-two {
    width: 300px;
    height: 300px;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .network-circle-three {
    width: 400px;
    height: 400px;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .network-circle-four {
    width: 500px;
    height: 500px;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .network-circle-five {
    width: 600px;
    height: 600px;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .network-circle-six {
    width: 700px;
    height: 700px;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .network-circle-seven {
    width: 800px;
    height: 800px;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .network-circle-eight {
    width: 900px;
    height: 900px;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .network-circle-nine {
    width: 1000px;
    height: 1000px;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .network-circle-ten {
    width: 1100px;
    height: 1100px;
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .network-device-pattern .opm-logo {
    position: absolute;
    content: "";
    bottom: 0;
    right: 50%;
    max-width: 130px;
    -webkit-transform: translate(50%, -15%);
    transform: translate(50%, -15%);
  }

  @media (max-width: 767px) {
    .opm-main-wrapper .manage-section .network-device-wrapper .network-device-pattern {
      display: none;
    }
  }

  .opm-main-wrapper .manage-section .network-device-wrapper .network-solution-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    position: relative;
  }



  @media only screen and (max-width: 991.98px) {
    .opm-main-wrapper .manage-section .network-device-wrapper .network-solution-list {
      grid-template-columns: repeat(1, 1fr);
    }
  }

  @media screen and (min-width: 992px) {
    .opm-main-wrapper .title-break {
      display: block;
    }
  }

  @media only screen and (max-width: 767.98px) {
    .opm-main-wrapper .manage-section .network-device-wrapper .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }

    .opm-main-wrapper .manage-section .network-device-wrapper .network-device-content-card .network-device-content{ display: block;} 

    .opm-main-wrapper .manage-section .network-device-wrapper{margin: 0px;}
    .opm-main-wrapper .manage-section .network-device-wrapper .monitoring-devices:hover{transform: scale(1);}


  }
