body {
            font-size: 16px;
            line-height: 28px;
        }

        .heading-menu {
            display: none;
        }

        #adRhsLnkNm {
            display: none;
        }

        .accordion_body ul {
            list-style: disc !important;
        }

        /* -------- banner css ---------*/
        .banner-bg1 {
            background: #355094;
            padding: 30px 0px;
            min-height: 400px;
        }

        .banner_headline {
            font-size: 60px;
            color: #fff;
            display: inline-block;
            font-weight: 600;
            line-height: 1.2;
        }

        .banner__description {
            font-size: 20px;
            color: #fff;
            line-height: 28px;
            margin: 20px 0px 30px;
        }

        .banner {
            text-align: left;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .btn-red {
            padding: 14px 25px;
            background: #fdd100;
            border-radius: 50px;
            margin-right: 10px;
            display: inline-block;
            font-size: 16px;
            color: #333;
            font-weight: 400;
            margin-top: 10px;
        }

        .btn-red:hover {
            background: #e3bc04;
            transition: all 0.3s;
        }

        .swiper-pagination {
            bottom: 10px;
            right: 10px;
            width: unset !important;
            position: absolute;
            left: unset !important;
        }

        #scroll {
            display: none;
        }

        .pt0 {
            padding-top: 0px !important;
        }

        .pb0 {
            padding-bottom: 0px !important;
        }

        p {
            font-size: 16px;
        }

        .row {
            display: -webkit-flex;
            display: flex;
            flex-wrap: wrap;
            align-items: initial;
            width: 100%;
            justify-content: center;
        }

        .sec-pTB {
            padding: 60px 0;
        }

        /*--------- section css --------------*/

        #section1,
        #section2 {
            text-align: center;
        }

        h1 {
            font-size: 55px;
        }

        .main_heading {
            line-height: 1.2;
            font-size: 44px;
            font-weight: 600;
        }

        .sub_heading2 {
            margin: 0;
            font-size: 34px;
            font-family: "Zoho_Puvi_Medium";
            margin-bottom: 20px;
            display: inline-block;
            width: 100%;
            line-height: 42px;
        }

        .content {
            margin: 0;
            margin-top: 15px;
        }

        /*--------- box section css --------------*/

        .hglt3 {
            background: #f5f5f5;
        }

        .help-it-section .cell {
            text-align: center;
            background: #fff;
        }

        .help-it-section .cell p {
            line-height: 28px;
        }

        .help-it-section .cell h3 {
            font-size: 24px;
            font-family: "Zoho_Puvi_bold";
            line-height: 28px;
            font-weight: 700;
            margin: 20px 0px 10px;
        }

        .cell {
            padding: 30px;
            border: 1px solid #ececec;
            margin: 15px 15px;
            flex: 1;
        }

        .help-it-section .cell .icon-wrapper img {
            max-width: 60px;
            margin: 5px 0px;
        }

        /*--------- application-infrastructures css --------------*/

        .application-infrastructures [class*="col-"] {
            padding: 15px 25px;
        }

        /*--------- screenshot section css --------------*/

        .no-gutter [class*="col-"] {
            padding: 0;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        .col-1 {
            width: calc(1 / 12 * 100%);
        }

        .col-2 {
            width: calc(2 / 12 * 100%);
        }

        .col-3 {
            width: calc(3 / 12 * 100%);
        }

        .col-4 {
            width: calc(4 / 12 * 100%);
        }

        .col-5 {
            width: calc(5 / 12 * 100%);
        }

        .col-6 {
            width: calc(6 / 12 * 100%);
        }

        .col-7 {
            width: calc(7 / 12 * 100%);
        }

        .col-8 {
            width: calc(8 / 12 * 100%);
        }

        .col-9 {
            width: calc(9 / 12 * 100%);
        }

        .col-10 {
            width: calc(10 / 12 * 100%);
        }

        .col-11 {
            width: calc(11 / 12 * 100%);
        }

        .col-12 {
            width: calc(12 / 12 * 100%);
        }

        [class*="col-"] {
            padding: 15px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        .flex-row:after,
        .row:after {
            content: "";
            display: table;
            clear: both;
        }

        .row .col-6>a {
            width: 100%;
            -webkit-box-shadow: 5px 5px 5px 0 #e0e0e0;
            box-shadow: 5px 5px 5px 0 #e0e0e0;
            border: solid 1px #e8e7e7;
            border-radius: 6px;
            transition: all 0.3s;
        }

        .row .col-6>a:hover {
            transform: scale(1.1);
            transition: all 0.3s;
        }

        .observability-solution .row {
            align-items: center;
        }

        .observability-solution .row h2 {
            margin: 0px 0 20px;
        }

        .observability-solution .sec-pTB {
            padding: 30px 0px;
        }

        .observability-solution .sec-pTB:nth-child(even) {
            background: #f7faff;
        }

        .observability-solution .sec-pTB:nth-child(even) .row .col-6>a {
            width: 100%;
            -webkit-box-shadow: 5px 5px 5px 0 #e7e7e7;
            box-shadow: 5px 5px 5px 0 #e7e7e7;
            border: solid 1px #f7fafe;
            border-radius: 6px;
        }

        .disc {
            list-style: disc;
            margin-left: 15px;
        }

        .disc li {
            padding-bottom: 12px;
        }

        .disc li:last-child {
            padding-bottom: 0;
        }

        .img-zoom-container {
            width: 100%;
            height: 100%;
        }

        .ulfaq>li {
            margin-bottom: 16px;
        }

        .ulfaq>li:nth-last-child(1) {
            margin-bottom: 0;
        }

        .ulfaq>li>h3 {
            font-size: 18px;
            margin: 0;
        }

        .accordion_body {
            background: #f9f9f9;
            padding: 12px;
        }

        .accordion_body p {
            margin: 0px;
        }

        .plusminus {
            font-size: 20px;
            position: absolute;
            right: 20px;
            top: 10px;
        }

        .faqh {
            font-size: 18px;
            margin: 0;
            color: #09c;
        }

        .accordion_head.active .faqh {
            background: #f9f9f9;
        }

        /*================== accordian css end */

        /*-----  link section ----------*/

        .flex-row {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

        .flex-row .col {
            width: 46% !important;
            margin: 15px 15px;
        }

        .observability-link .icon-wrapper,
        .observability-link .icon-wrapper a {
            align-items: center;
            justify-content: left;
            display: flex;
        }

        .observability-link .img-wrapper {
            width: 85px;
            height: 85px;
            display: block;
            line-height: 85px;
            text-align: center;
            background-color: #fff;
            color: #ddd;
            border-radius: 50%;
            transition: 0.5s;
            box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 6%);
            min-width: 85px;
        }

        .observability-link .icon-wrapper h3 {
            font-size: 17px;
            font-weight: 500;
            margin: 0;
            padding-left: 15px;
        }

        .observability-link .flex-row {
            align-items: flex-start;
            background: #f7faff;
            padding: 25px 5px 25px 20px;
        }

        .nav-row {
            display: flex;
            width: 100%;
            gap: 20px;
            background: #f7faff;
            flex-wrap: wrap;
            box-sizing: border-box;
        }

        .nav-row>a {
            width: 48%;
            box-sizing: border-box;
            display: flex;
            gap: 20px;
            padding: 20px;
            align-items: center;
        }

        .nav-row>a>span {
            font-size: 17px;
            font-weight: 500;
            color: #333;
        }

        .nav-row .img-wrapper img {
            max-width: 45px;
        }

        /*---------- accordian css --------------- */

        .add-on {
            font-size: 10px;
            font-weight: 600;
        }

        .red-star {
            color: #e07879;
        }

        .windowsmonoTable td.padd-none {
            padding: 0 !important;
        }

        .bdr-none td {
            border: none !important;
            padding: 15px 0px !important;
        }

        .accordion_head.active {
            background: #f9f9f9;
            color: #405bff !important;
            border-top: 1px solid #405bff;
        }

        .accordion_container {
            width: 100%;
        }

        .accordion_head {
            color: #405bff;
            cursor: pointer;
            font-size: 25px;
            margin: 0 0 1px 0;
            padding: 12px;
            font-family: "Open Sans", sans-serif;
            border-bottom: 1px solid #efefef;
            position: relative;
            border-top: 1px solid #efefef;
            margin-top: -2px;
        }

        .accordion_body {
            background: #f9f9f9;
            padding: 12px;
        }

        .accordion_body p {
            margin: 0px;
            line-height: 28px;
        }

        .plusminus {
            font-size: 22px;
            position: absolute;
            right: 20px;
            top: 10px;
        }

        .faqh {
            font-size: 18px;
            margin: 0;
            font-weight: 600;
            color: #444;
        }

        .adjus-accordian .accordion_head {
            justify-content: left;
            margin: -1px 0px;
        }

        .adjus-accordian .accordion_body {
            background: #fff;
            border: 1px solid #efefef;
        }

        .adjus-accordian .accordion_head.active {
            color: #405bff !important;
            border-top: 1px solid #405bff !important;
        }

        .sec-title {
            margin-bottom: 15px;
            display: inline-block;
        }

        /*---------- btn  css --------------- */
        .sec-hglt1 {
            position: relative;
        }

        .sec-hglt1:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background: url(images/banner-bg.png) top center no-repeat;
            opacity: 0.3;
            top: 0;
        }

        .div-trusted {
            display: flex;
            justify-content: center;
            margin-top: 25px;
            flex-wrap: wrap;
        }

        .div-trusted a {
            background: #e9152c;
            color: #fff;
            width: 350px;
            margin: 2px;
            box-sizing: border-box;
            vertical-align: top;
            transition: all 0.3s ease-in-out;
            text-align: left;
            position: relative;
            border-radius: 10px;
            min-height: 70px
        }

        .div-trusted a:nth-child(2) {
            background: #33ae64;
        }

        .div-trusted a:hover {
            opacity: 0.8;
        }

        .div-trusted a h4 {
            margin: 0;
            color: #fff;
            font-weight: 700;
        }

        .div-trusted a span {
            font-size: 12px;
            line-height: 16px;
            display: inline-block;
            margin-top: 10px;
        }

        .div-trusted a img {
            width: 50px;
            position: absolute;
            left: 25px;
            top: 13px;
        }

        .div-trusted a h4 {
            margin-left: 100px;
            line-height: 25px;
            padding: 12px 0;
        }

        /*--------- Media query --------------*/

        @media screen and (max-width: 768px) {
            .flex-row .cell {
                width: 95% !important;
                margin: 0 auto;
            }

            .banner-ct {
                text-align: center;
            }

            .reasons>li {
                flex: initial;
                width: 95%;
            }

            .nav-row>a {
                width: 100%;
            }

            .observability-solution .row {
                display: block;
            }

            .observability-solution .row .col {
                width: 100%;
            }

            .cell {
                flex: inherit;
            }

            .main_heading {
                line-height: 36px;
                font-size: 32px;
            }

            h1 {
                font-size: 32px;
            }

            .sub_heading2 {
                font-size: 22px;
                line-height: 30px;
            }

            .sec-pTB {
                padding: 20px 0 !important;
            }

            .col-6 {
                width: 100%;
            }

            .banner_headline {
                font-size: 32px;
                line-height: 34px;
            }

            .row .col-6>a:hover {
                transform: scale(1);
            }
        }

        @media (min-width: 1400px) {
            .container {
                max-width: 1315px;
            }
        }

        @media (min-width: 1200px) {
            .container {
                max-width: 1170px;
            }
        }

        @media (max-width: 1200px) {
            .container {
                max-width: 99%;
            }

            .triangle-con {
                -webkit-transform: scale(0.6);
                transform: scale(0.6);
            }

            .y-opm-plus h3 {
                font-size: 15px;
            }
        }
        @media only screen and (max-width: 1025.98px) {
            .promotion-top-banner {
                margin-top: 28px;
            }
        }