.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;
}
.form-group-wrapper .form-group-item, .form-group-wrapper select {
    flex: 50%;
}
.row>* {
    padding-left: 12px;
    padding-right: 12px;
    max-width: 100%;
}

.align-center {
    align-items: center;
}

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

.sec-bg-light {
    background: #f9f9f9;
}

: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: 16px;
}

.opm-main-wrapper .opm-banner-wrapper .banner-section .banner-row>* {
    padding: 0 12px;
}







.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,
.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: 4;
    -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 {
    padding-bottom: 80px;
}

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

@media screen and (max-width: 992.98px) {
    .feature-content-section .row [class*="col-"] {
        width: 100% !important
    }

    .reverse-row-mob {
        flex-direction: column-reverse
    }
}

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

@media only screen and (max-width: 768px) {
    .opm-main-wrapper .feature-section .feature-content-section .feature-content-card {
        height: auto !important;
    }

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

    .opm-main-wrapper .feature-section .feature-content-section {
        padding: 10px 0 !important;
    }

    .hide-mob {
        display: none !important;
    }
}

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



.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 .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, 0.08);
    box-shadow: 0 4px 12px -2px rgba(0, 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 0.25s ease-in;
    transition: all 0.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;
}

.grid-4 ul {
    grid-template-columns: repeat(4, 1fr);
}

@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;
    align-items: center;
}

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

.icons-grid ul li a {
    color: #000 !important;
}

.icons-grid ul li a:hover {
    color: #006deb !important;
}

.icons-grid ul li a em {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    min-width: 48px;
    width: 48px;
    height: 48px;
    background: url("../images/opm-bandwidth-icons.svg") no-repeat scroll center center;
    background-size: 660px;
    display: inline-block;
    max-height: 60px;
    min-height: 60px;
    max-width: 60px;
}

.icons-grid ul li a em.i-icon1 {
    background-position: -15px -17px;
}

.icons-grid ul li a em.i-icon2 {
    background-position: -74px -221px;
}

.icons-grid ul li a em.i-icon3 {
    background-position: -129px -18px;
}

.icons-grid ul li a em.i-icon4 {
    background-position: -186px -18px;
}

.icons-grid ul li a em.i-icon5 {
    background-position: -245px -18px;
}

.icons-grid ul li a em.i-icon6 {
    background-position: -15px -152px;
}

.icons-grid ul li a em.i-icon7 {
    background-position: -71px -152px;
}

.icons-grid ul li a em.i-icon8 {
    background-position: -129px -152px;
}

.icons-grid ul li a em.i-icon9 {
    background-position: -184px -152px;
}

.non-icons-grid ul li a span p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 0px;
}

.non-icons-grid ul li a {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.related-resource-section .resource-card .row [class*="col-"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


@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%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.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 em {
    background: url(../images/opm-plus-application-management-sprite.svg) no-repeat;
    background-size: 640px;
    width: 50px;
    height: 45px;
    background-position: -526px -300px;
    display: table;
}

.res-1 em {
    background-position: -109px -50px;
}

.res-2 em {
    background-position: 8px -50px;
}

.res-3 em {
    background-position: -52px -50px;
}

.res-4 em {
    background-position: -165px -50px;
}

.res-5 em {
    background-position: -224px -50px;
}

.res-6 em {
    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;
}

@media only screen and (max-width: 767.98px) {
    .network-solution-list {
        padding-bottom: 40px;
    }
}

/*----- 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);
    }
}


/*---- form css start--------*/

#VideosAndLogos,
#scroll,
.heading-menu {
    display: none;
}


:root {
    --color-base-red: #E80E19;
    --color-base-green: #09AB58;
    --color-base-blue: #006DEB;
    --color-base-yellow: #FFCA14;
    --color-black: #000000;
    --color-white: #ffffff;
    --color-black-900: #1a1a1a;
    --color-black-800: #222222;
    --color-black-700: #333333;
    --color-black-600: #4d4d4d;
}

.form-card .font-2xl {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: -.15px;
}

.form-group {
    margin-bottom: 12px;
}

.form-card-wrapper>.form-card {
    padding: 24px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 440px;
    width: 100%;
    -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .04);
}

.form-card {
    min-height: 400px;
}

.form-item {
    margin-bottom: 16px;
}

.form-item>label {
    width: 100%;
    margin-bottom: 4px;
    display: block;
    font-weight: 400;
}

.form-item #country_state,
.form-item #ukcountry_region {
    margin-top: 16px;
}

.asterisk {
    color: #E80E19;
}

.form-control {
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    border-radius: 4px;
    width: 100%;
    padding: 12px 12px;
    color: var(--color-black);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control::-webkit-input-placeholder {
    color: #444444;
    font-size: 14px;
}

.form-control::-moz-placeholder {
    color: #444444;
    font-size: 14px;
}

.form-control:-ms-input-placeholder {
    color: #444444;
    font-size: 14px;
}

.form-control::-ms-input-placeholder {
    color: #444444;
    font-size: 14px;
}

.form-control::placeholder {
    color: #444444;
    font-size: 14px;
}

.form-control:focus,
.form-control:focus-within {
    outline: unset;
    -webkit-box-shadow: 0 0 1.5px -.25px var(--color-base-blue);
    box-shadow: 0 0 1.5px -.25px var(--color-base-blue);
    border: 1px solid var(--color-base-blue);
}

.form-control.is-invalid {
    border-color: #E80E19;
    padding-right: calc(1.5em + .75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF1E1E'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF1E1E' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    background-color: var(--color-white);
}

.form-select,
.form-item select {
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    border-radius: 4px;
    width: 100%;
    padding: 12px 12px;
    color: var(--color-black);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    --form-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-image: var(--form-bg-img), var(--form-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

.form-select::-webkit-input-placeholder,
.form-item select::-webkit-input-placeholder {
    color: #444444;
    font-size: 14px;
}

.form-select::-moz-placeholder,
.form-item select::-moz-placeholder {
    color: #444444;
    font-size: 14px;
}

.form-select:-ms-input-placeholder,
.form-item select:-ms-input-placeholder {
    color: #444444;
    font-size: 14px;
}

.form-select::-ms-input-placeholder,
.form-item select::-ms-input-placeholder {
    color: #444444;
    font-size: 14px;
}

.form-select::placeholder,
.form-item select::placeholder {
    color: #444444;
    font-size: 14px;
}

.form-select:focus,
.form-select:focus-within,
.form-item select:focus,
.form-item select:focus-within {
    outline: unset;
    -webkit-box-shadow: 0 0 1.5px -.25px var(--color-base-blue);
    box-shadow: 0 0 1.5px -.25px var(--color-base-blue);
    border: 1px solid var(--color-base-blue);
}

.form-select.is-invalid,
.form-item select.is-invalid {
    --form-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF1E1E'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF1E1E' stroke='none'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    border-color: #FF1E1E !important;
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .form-control:invalid {
    border-color: red;
}

.form-error {
    margin-top: 4px;
    font-size: 14px;
    color: #E80E19;
    display: none;
}

.form-feedback-error {
    margin-top: 4px;
    font-size: 13px;
    line-height: normal;
    color: var(--color-base-red);
    display: none;
}

textarea {
    resize: vertical;
}

textarea.form-control {
    height: auto;
    padding: 12px;
}

.form-field-info {
    position: relative;
}

.form-field-info .info-tooltip {
    visibility: hidden;
    width: 208px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    position: absolute;
    top: -64px;
    left: -90px;
    z-index: 1;
    font-size: 12px;
    line-height: 1.3;
    white-space: normal;
    word-break: break-word;
}

.form-field-info .info-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 48%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #111111 transparent transparent transparent;
}

.form-field-info:hover .info-tooltip {
    visibility: visible;
}

.form-field-info .info-icon {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktaW5mby1jaXJjbGUiIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPHBhdGggZD0iTTggMTVBNyA3IDAgMSAxIDggMWE3IDcgMCAwIDEgMCAxNG0wIDFBOCA4IDAgMSAwIDggMGE4IDggMCAwIDAgMCAxNiIvPgogIDxwYXRoIGQ9Im04LjkzIDYuNTg4LTIuMjkuMjg3LS4wODIuMzguNDUuMDgzYy4yOTQuMDcuMzUyLjE3Ni4yODguNDY5bC0uNzM4IDMuNDY4Yy0uMTk0Ljg5Ny4xMDUgMS4zMTkuODA4IDEuMzE5LjU0NSAwIDEuMTc4LS4yNTIgMS40NjUtLjU5OGwuMDg4LS40MTZjLS4yLjE3Ni0uNDkyLjI0Ni0uNjg2LjI0Ni0uMjc1IDAtLjM3NS0uMTkzLS4zMDQtLjUzM3pNOSA0LjVhMSAxIDAgMSAxLTIgMCAxIDEgMCAwIDEgMiAwIi8+Cjwvc3ZnPg==") no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;



}



#form-section-wrapper {
    min-height: 400px;
}


#form-section-wrapper {
    min-height: 400px;
    padding: 24px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 440px;
    width: 100%;
    -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .04);
}



.form-section form input:not([type=checkbox]):not([type=radio]) {
    font-family: inherit;
    font-weight: 400;
    font-size: 15px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    width: 100%;
    padding: 10px 12px;
    line-height: 1.467;
    margin-bottom: 16px;
    color: #444444;
}

.form-section form input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder {
    color: #444444;
}

.form-section form input:not([type=checkbox]):not([type=radio])::-moz-placeholder {
    color: #444444;
}

.form-section form input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder {
    color: #444444;
}

.form-section form input:not([type=checkbox]):not([type=radio])::-ms-input-placeholder {
    color: #444444;
}

.form-section form input:not([type=checkbox]):not([type=radio])::placeholder {
    color: #444444;
}

.form-section form select {
    font-family: inherit;
    font-weight: 400;
    font-size: 15px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    width: 100%;
    padding: 10px 12px;
    line-height: 1.467;
    margin-bottom: 16px;
    color: #444444;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 9px;
    padding-right: 22px;
}

.form-section form select::-webkit-input-placeholder {
    color: #444444;
}

.form-section form select::-moz-placeholder {
    color: #444444;
}

.form-section form select:-ms-input-placeholder {
    color: #444444;
}

.form-section form select::-ms-input-placeholder {
    color: #444444;
}

.form-section form select::placeholder {
    color: #444444;
}

.form-section form small {
    display: block;
    margin: 0 auto;
    font-size: 12px;
    text-align: center !important;
}

.form-section form small input[type=checkbox] {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    display: inline-block;
    margin-right: 10px;
}

.form-section form small .form-check-label {
    text-align: left;
    font-size: 13px;
    position: relative;
    top: 2px;
    line-height: 1.5;
}

.form-section form small .form-check-label>a {
    text-align: left;
    font-size: 13px;
    color: #1a4eb0;
}

.input-group {
    max-width: 480px;
    margin: auto;
}

.edi-btn .error-field,
.edi-btn .error-field1 {
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    line-height: normal;
    font-size: 13px;
    font-weight: 300;
    color: #E80E19;
    z-index: 1;
    display: none;
    bottom: 0;
    left: 0;
}

.edi-btn .form-group-item.error,
.edi-btn .form-group-item.error1 {
    position: relative;
}

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

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

#meGDPRMessage a {
    color: #1a4eb0;
}

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

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

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

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

.terms-content {
    font-size: 13px;
    margin-bottom: 16px;
    line-height: 1.5;
}

.terms-content>a {
    font-size: 13px;
    color: inherit;
    text-decoration: underline;
}

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

.form-group-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 12px;
}

.form-group-wrapper>div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.top-feature-list span {
    border-radius: 100px;
    border: 1px solid #F2EEE0;
    background: var(--color-white);
    font-size: 17px;
    padding: 8px 16px 8px 40px;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.top-feature-list span::before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDEwLjQ5NTdDMjAgMTAuNDg3MSAyMCAxMC40NzQzIDIwIDEwLjQ2NTdDMjAgMTAuMzk3IDIwIDEwLjMyODQgMTkuOTk1NyAxMC4yNjRDMTkuOTk1NyAxMC4yMjU0IDE5Ljk5MTQgMTAuMTg2OCAxOS45OTE0IDEwLjE0MzlDMTkuOTkxNCAxMC4xMDUzIDE5Ljk4NzEgMTAuMDY2NyAxOS45ODcxIDEwLjAyODFDMTkuOTgyOCA5Ljk4MDkxIDE5Ljk4MjggOS45MzM3MiAxOS45Nzg1IDkuODg2NTNDMTkuOTc4NSA5Ljg1NjUgMTkuOTc0MiA5LjgyNjQ3IDE5Ljk3NDIgOS43OTY0NEMxOS45NyA5Ljc0NDk2IDE5Ljk2NTcgOS42OTM0OCAxOS45NjE0IDkuNjQyQzE5Ljk2MTQgOS42MjA1NSAxOS45NTcxIDkuNTk0ODEgMTkuOTU3MSA5LjU3MzM2QzE5Ljk1MjggOS41MTc1OSAxOS45NDQyIDkuNDYxODIgMTkuOTM5OSA5LjQwMTc2QzE5LjkzOTkgOS4zODg4OSAxOS45MzU2IDkuMzcxNzMgMTkuOTM1NiA5LjM1ODg2QzE5LjM2OTEgNC4zNzM4NyAxNS4xMzczIDAuNSAxMCAwLjVDNC44NjI2NiAwLjUgMC42MzA5MDEgNC4zNzM4NyAwLjA2NDM3NzcgOS4zNjMxNUMwLjA2NDM3NzcgOS4zNzYwMiAwLjA2MDA4NTggOS4zOTMxOCAwLjA2MDA4NTggOS40MDYwNUMwLjA1NTc5NCA5LjQ2MTgyIDAuMDQ3MjEwMyA5LjUxNzU5IDAuMDQyOTE4NSA5LjU3NzY1QzAuMDM4NjI2NiA5LjU5OTEgMC4wMzg2MjY2IDkuNjI0ODQgMC4wMzg2MjY2IDkuNjQ2MjlDMC4wMzQzMzQ3IDkuNjk3NzcgMC4wMzAwNDI5IDkuNzQ5MjUgMC4wMjU3NTExIDkuODAwNzNDMC4wMjU3NTExIDkuODMwNzYgMC4wMjE0NTkyIDkuODYwNzkgMC4wMjE0NTkyIDkuODkwODJDMC4wMTcxNjc0IDkuOTM4MDEgMC4wMTcxNjczIDkuOTg1MiAwLjAxMjg3NTUgMTAuMDMyNEMwLjAxMjg3NTUgMTAuMDcxIDAuMDA4NTgzNzIgMTAuMTA5NiAwLjAwODU4MzcyIDEwLjE0ODJDMC4wMDg1ODM3MiAxMC4xODY4IDAuMDA0MjkxODYgMTAuMjI1NCAwLjAwNDI5MTg2IDEwLjI2ODNDMC4wMDQyOTE4NiAxMC4zMzcgMCAxMC40MDU2IDAgMTAuNDdDMCAxMC40Nzg1IDAgMTAuNDkxNCAwIDEwLjVDMCAxMC41IDAgMTAuNSAwIDEwLjUwNDNDMCAxMC41MDg2IDAgMTAuNTA0MyAwIDEwLjUwODZDMCAxMC41MTcyIDAgMTAuNTMgMCAxMC41Mzg2QzAgMTAuNjA3MiAxLjYzMDgxZS0wOCAxMC42NzU5IDAuMDA0MjkxODYgMTAuNzQwMkMwLjAwNDI5MTg2IDEwLjc3ODkgMC4wMDg1ODM3MiAxMC44MTc1IDAuMDA4NTgzNzIgMTAuODYwNEMwLjAwODU4MzcyIDEwLjg5OSAwLjAxMjg3NTUgMTAuOTM3NiAwLjAxMjg3NTUgMTAuOTc2MkMwLjAxNzE2NzMgMTEuMDIzNCAwLjAxNzE2NzQgMTEuMDcwNiAwLjAyMTQ1OTIgMTEuMTE3OEMwLjAyMTQ1OTIgMTEuMTQ3OCAwLjAyNTc1MTEgMTEuMTc3OCAwLjAyNTc1MTEgMTEuMjA3OUMwLjAzMDA0MjkgMTEuMjU5MyAwLjAzNDMzNDcgMTEuMzEwOCAwLjAzODYyNjYgMTEuMzYyM0MwLjAzODYyNjYgMTEuMzgzNyAwLjA0MjkxODUgMTEuNDA5NSAwLjA0MjkxODUgMTEuNDMwOUMwLjA0NzIxMDMgMTEuNDg2NyAwLjA1NTc5NCAxMS41NDI1IDAuMDYwMDg1OCAxMS42MDI1QzAuMDYwMDg1OCAxMS42MTU0IDAuMDY0Mzc3NyAxMS42MzI2IDAuMDY0Mzc3NyAxMS42NDU0QzAuNjMwOTAxIDE2LjYyNjEgNC44NjI2NiAyMC41IDEwIDIwLjVDMTUuMTM3MyAyMC41IDE5LjM2OTEgMTYuNjI2MSAxOS45MzU2IDExLjY0MTFDMTkuOTM1NiAxMS42MjgzIDE5LjkzOTkgMTEuNjExMSAxOS45Mzk5IDExLjU5ODJDMTkuOTQ0MiAxMS41NDI1IDE5Ljk1MjggMTEuNDg2NyAxOS45NTcxIDExLjQyNjZDMTkuOTYxNCAxMS40MDUyIDE5Ljk2MTQgMTEuMzc5NSAxOS45NjE0IDExLjM1OEMxOS45NjU3IDExLjMwNjUgMTkuOTcgMTEuMjU1IDE5Ljk3NDIgMTEuMjAzNkMxOS45NzQyIDExLjE3MzUgMTkuOTc4NSAxMS4xNDM1IDE5Ljk3ODUgMTEuMTEzNUMxOS45ODI4IDExLjA2NjMgMTkuOTgyOCAxMS4wMTkxIDE5Ljk4NzEgMTAuOTcxOUMxOS45ODcxIDEwLjkzMzMgMTkuOTkxNCAxMC44OTQ3IDE5Ljk5MTQgMTAuODU2MUMxOS45OTE0IDEwLjgxNzUgMTkuOTk1NyAxMC43Nzg4IDE5Ljk5NTcgMTAuNzM1OUMxOS45OTU3IDEwLjY2NzMgMjAgMTAuNTk4NyAyMCAxMC41MzQzQzIwIDEwLjUyNTcgMjAgMTAuNTEyOSAyMCAxMC41MDQzQzIwIDEwLjUgMjAgMTAuNSAyMCAxMC40OTU3QzIwIDEwLjUgMjAgMTAuNSAyMCAxMC40OTU3WiIgZmlsbD0iIzJCQjY3MyIvPgo8cGF0aCBkPSJNMTQuMjg1OCA4TDguNjM4NDQgMTMuMzU3MUw2LjA3MTQ3IDEwLjkyMjEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.checkmark-list li {
    position: relative;
    padding-left: 40px;
    font-size: 20px;
    margin-bottom: 20px;
}

.checkmark-list li:last-child {
    margin-bottom: 0;
}

.checkmark-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjM0NCAxNi45NjI2TDE4LjE4NzYgOS4xMTkwNUwxNi45NTgxIDcuODg5NThMMTAuMzQ0IDE0LjUwMzdMNy4wMTkwNCAxMS4xNzg3TDUuNzg5NTggMTIuNDA4MUwxMC4zNDQgMTYuOTYyNlpNMTIuMDAxOCAyMy4wODMxQzEwLjQ2ODggMjMuMDgzMSA5LjAyNzk3IDIyLjc5MjIgNy42NzkxNCAyMi4yMTA0QzYuMzMwMyAyMS42Mjg3IDUuMTU3MDEgMjAuODM5MSA0LjE1OTI1IDE5Ljg0MThDMy4xNjE0OCAxOC44NDQ1IDIuMzcxNTggMTcuNjcxNyAxLjc4OTU1IDE2LjMyMzVDMS4yMDc1MiAxNC45NzUzIDAuOTE2NTA0IDEzLjUzNDcgMC45MTY1MDQgMTIuMDAxOEMwLjkxNjUwNCAxMC40Njg4IDEuMjA3MzkgOS4wMjc5NyAxLjc4OTE3IDcuNjc5MTRDMi4zNzA5NSA2LjMzMDMgMy4xNjA0OSA1LjE1NzAxIDQuMTU3OCA0LjE1OTI2QzUuMTU1MTIgMy4xNjE0OCA2LjMyNzkgMi4zNzE1OCA3LjY3NjE0IDEuNzg5NTVDOS4wMjQzNiAxLjIwNzUyIDEwLjQ2NDkgMC45MTY1MDQgMTEuOTk3OSAwLjkxNjUwNEMxMy41MzA4IDAuOTE2NTA0IDE0Ljk3MTYgMS4yMDczOSAxNi4zMjA1IDEuNzg5MTdDMTcuNjY5MyAyLjM3MDk1IDE4Ljg0MjYgMy4xNjA0OSAxOS44NDA0IDQuMTU3OEMyMC44MzgxIDUuMTU1MTIgMjEuNjI4IDYuMzI3OSAyMi4yMTAxIDcuNjc2MTRDMjIuNzkyMSA5LjAyNDM2IDIzLjA4MzEgMTAuNDY0OSAyMy4wODMxIDExLjk5NzlDMjMuMDgzMSAxMy41MzA4IDIyLjc5MjIgMTQuOTcxNiAyMi4yMTA0IDE2LjMyMDVDMjEuNjI4NyAxNy42NjkzIDIwLjgzOTEgMTguODQyNiAxOS44NDE4IDE5Ljg0MDRDMTguODQ0NSAyMC44MzgxIDE3LjY3MTcgMjEuNjI4IDE2LjMyMzUgMjIuMjEwMUMxNC45NzUzIDIyLjc5MjEgMTMuNTM0NyAyMy4wODMxIDEyLjAwMTggMjMuMDgzMVoiIGZpbGw9IiMwOUFCNTgiLz4KPC9zdmc+Cg==");
}


.button--primary {
    display: inline-block;
    border-radius: 4px;
    width: auto;
    cursor: pointer;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.2px;
    font-family: inherit;
    color: var(--color-white);
    background: var(--color-base-red);
    border: 1px solid var(--color-base-red);
    width: 100%;
}

.button--primary:hover {
    text-decoration: none;
    opacity: 0.9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.button--light:hover {
    text-decoration: none;
    opacity: 0.9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}





.ml-auto {
    margin-left: auto;
}

.form-section .fw-bold {
    font-weight: 600;
}

.form-section .font-2xl {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: -0.15px;
}

@media screen and (max-width: 992px) {
    .ml-auto {
        margin: 40px auto 0px;
    }
}





/*---- form css end--------*/