.btmBar,
#survey,
.mef_foot_top {
    display: none !important;
}

.main-wrapper * {
    font: 300 16px/30px 'ZohoPuvi', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.main-wrapper h1,
.main-wrapper h2,
.main-wrapper h3,
.main-wrapper h4,
.main-wrapper h5,
.main-wrapper h6 {
    margin: 0;
    font-family: 'ZohoPuvi', sans-serif;
}

.main-wrapper h2>span {
    font-size: 24px;
    padding-top: 8px;
}

.main-wrapper h1,
.main-wrapper h1>span {
    font-size: calc(2rem + 2.2vw);
    line-height: 1.15;
    letter-spacing: -1px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #000
}

.main-wrapper h2 {
    font-size: calc(2rem + 1vw);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.65px;
}

.main-wrapper h3,
.main-wrapper .h3 {
    font-size: calc(1.3rem + 1vw);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.5px;
    margin: 0 0 12px
}

.main-wrapper h4 {
    font-size: calc(1.275rem + .75vw);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.5px;
    margin: 0 0 8px
}

.main-wrapper h5,
.main-wrapper .h5 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.25px;
    margin: 0 0 8px;
    font-family: 'Zoho_Puvi_Bold';
    color: #000;
}

.main-wrapper h6 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.25px;
    margin: 0 0 12px
}

.main-wrapper p,
.main-wrapper .p {
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 16px
}

.main-wrapper ul li {
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;

}

.main-wrapper .subscription-section h2>span {
    color: #fff !important;
}


.fnt20 {
    font-size: 20px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    font-family: "Zoho_Puvi_Regular", sans-serif !important;
}

.sec-pad1 {
    padding: 60px 0;
}

.row-yellow {
    background-color: #fffbe5;
    padding: 50px 0;
}

.bg-light {
    background: #f9f9f9;
}

.max-width-900 {
    max-width: 900px;
    margin: 0 auto !important;
}

@media only screen and (min-width: 992px) {
    .main-wrapper h1 {
        font-size: 50px
    }

    .main-wrapper h2 {
        font-size: 40px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: -1.35px;
        color: #000
    }

    .main-wrapper h3,
    .main-wrapper .h3 {
        font-size: 2rem
    }

    .main-wrapper h4 {
        font-size: 1.75rem
    }
}

.opm-btn {
    border: 0;
    border-radius: 4px;
    font-weight: 400;
    font-size: calc(1rem + 2px);
    line-height: 1.2225;
    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: #fff;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    font-family: inherit
}

.opm-btn:hover {
    color: #e80e19;
    border-color: #e80e19
}

.opm-btn>.opm-btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.opm-btn>.opm-btn-icon+span {
    margin-left: 8px
}

.opm-btn.opm-btn-primary {
    border: 1px solid #e80e19 !important;
    background-color: #e80e19 !important;
    color: #fff
}

.opm-btn.opm-btn-primary:hover {
    background-color: #db0b15;
    border-color: #db0b15
}

.opm-btn.opm-btn-primary:focus {
    background-color: #d00610;
    border-color: #d00610
}

.opm-btn.opm-btn-secondary {
    border: 1px solid #000;
    background-color: #000;
    color: #fff
}

.opm-btn.opm-btn-secondary:hover {
    background-color: #333;
    border-color: #333
}

.opm-btn.opm-btn-secondary:focus {
    background-color: #333;
    border-color: #333
}

.opm-btn>span:last-child.opm-btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 8px
}

a.opm-btn {
    text-decoration: none
}

a.opm-btn.btn-primary {
    color: #fff !important;
    text-decoration: none
}

.bottom-cta-section {
    padding: 80px 0;
}

.bottom-cta-section .bottom-cta-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 16px;
    margin-top: 32px;
}

.btn-green {
    display: inline-block;
    padding: 10px 50px;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    background-color: #e80e19;
    outline: none;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.btn-green>span {
    font-weight: 700;
}

#loaderId {
    display: none;
}

@media only screen and (max-width: 440.98px) {
    .bottom-cta-btn-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px 0 !important;
    }

    .bottom-cta-btn-group .opu-btn {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.main-header {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}

.me-logo,
.opm-logo-nav-sec {
    width: 100%;
}

.opm-logo-nav-sec.sticky-header {
    position: fixed;
    width: 100%;
    z-index: 999999999999;
    padding-top: 12px;
}

.main-header .me-logo>a {
    display: inline-block;
}

.me-logo {
    padding-top: 12px;
}

.main-header .me-logo a img {
    width: 170px;
}

.opm-logo-nav-sec {
    -webkit-box-shadow: 0 2px 2px -1px #ccc;
    box-shadow: 0 2px 2px -1px #ccc;
    padding-bottom: 12px;
    background: #fff;
}

.opm-logo-nav-sec>.container {
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    align-items: center;
}

.opm-logo-nav-sec a img {
    width: 176px;
}

.opm-logo-nav-sec nav a {
    display: flex;
    background: #7BBB2A;
    color: #fff;
    font-weight: 500;
    padding: 16px 42px;
    font-size: 18px;
    border-radius: 4px;
    transition: all .3s
}

.opm-logo-nav-sec nav a:hover {
    text-decoration: none;
    background: #1ca334;
}



.quotes-conent {
    padding: 24px;
    border-radius: 6px;
    position: relative;
}

.quotes-before,
.quotes-after {
    position: absolute;
}

.quotes-before svg,
.quotes-after svg {
    width: 62px;
    height: 52px;
}

.quotes-before {
    left: 24px;
    transform: rotate(180deg);
    margin-top: -70px
}

.quotes-after {
    bottom: -24px;
    right: 24px
}

.quotes-conent h4 {
    font-size: 20px;
}

.quotes-conent ul {
    margin: 0;
    padding-left: 30px;
    color: #000;
    border-radius: 6px;
}

.quotes-conent ul>li {
    list-style: disc;
}

.role {
    display: inline-block;
    border-top: 1px solid #ccc;
    padding-top: 4px;
}

.role *,
.alternative-to-prtg-wrapper .role * {
    margin: 0 !important;
    font-style: italic !important;
    font-family: 'ZohoPuvi', sans-serif;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    padding-top: 0;
    padding-bottom: 0
}

.row>* {
    padding-left: 12px;
    padding-right: 12px;
    max-width: 100%
}

.row.g-0 {
    margin-right: 0;
    margin-left: 0
}

.row.g-0>* {
    padding-left: 0;
    padding-right: 0
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

@media only screen and (min-width: 576px) {
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media only screen and (min-width: 768px) {
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media only screen and (min-width: 992px) {
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media only screen and (min-width: 1200px) {
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

.text-center {
    text-align: center !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.m-0 {
    margin: 0 !important
}

.d-block {
    display: block !important
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.heading-menu,
#scroll,
#VideosAndLogos {
    display: none
}

.unorder-list {
    list-style-type: disc;
    padding-left: 16px
}

.title-break {
    display: block
}

@media screen and (max-width: 991.98px) {
    .title-break {
        display: inline
    }
}

.text-right {
    text-align: right !important
}

.fw-500 {
    font-weight: 500
}

.table-responsive {
    overflow-x: auto
}

.main-wrapper *,
.main-wrapper *::before,
.main-wrapper *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main-wrapper .pt-0 {
    padding-top: 0 !important
}

.main-wrapper .mb-0 {
    margin-bottom: 0 !important
}

.main-wrapper .container {
    width: 100%;
    margin: auto
}

@media only screen and (min-width: 992px) {
    .main-wrapper .container {
        max-width: 960px
    }
}

@media only screen and (min-width: 1200px) {
    .main-wrapper .container {
        max-width: 1180px
    }
}

@media only screen and (min-width: 1400px) {
    .main-wrapper .container {
        max-width: 1280px
    }
}

.main-wrapper .sec-header {
    text-align: center;
    max-width: 1040px;
    margin: 0 auto 48px
}

.main-wrapper .sec-header p {
    margin: 0 auto 16px;
    font-size: 20px;
    line-height: 1.65
}

.main-wrapper .trusted-client-section {
    position: relative;
    margin-top: -100px
}

.main-wrapper .banner-section {
    padding: 100px;
    background-color: #fff9ca;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFE2B7), to(#FFF5E6));
    background: linear-gradient(180deg, #FFE2B7 0%, #FFF5E6 100%)
}

.main-wrapper .banner-section .container {
    position: relative;
}

.main-wrapper .banner-section .banner-content .banner-desc {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.3px;
    margin-bottom: 24px
}

.main-wrapper .banner-section .banner-intro-video {
    margin-top: 24px;
    position: relative;
    /*-webkit-box-shadow: 2px 4px 24px rgba(0, 0, 0, .08);
    box-shadow: 2px 4px 24px rgba(0, 0, 0, .08); height: 230px; max-width: 400px;*/
    border-radius: 12px;
    z-index: 1;

    width: 100%;
    margin: auto
}

.main-wrapper .banner-section .banner-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
}

.main-wrapper .banner-section .banner-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, .75);
    box-shadow: 0 6px 24px 3px rgba(192, 192, 192, .75);
    cursor: pointer
}

.main-wrapper .banner-section .banner-intro-video .video-play-button .video-play-icon {
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 16px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-32%, -50%);
    transform: translate(-32%, -50%);
    width: 20px;
    height: 20px
}

.main-wrapper .award-section {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main-wrapper .award-section .award-card {
    border-radius: 16px;
    background: #fff;
    -webkit-box-shadow: 0px 6px 32px -4px rgba(0, 0, 0, .08);
    box-shadow: 0px 6px 32px -4px rgba(0, 0, 0, .08);
    padding: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0px 54px
}

@media screen and (max-width: 767.98px) {
    .main-wrapper .award-section .award-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }

    .banner-content h1,
    .banner-content h1>span {
        font-size: 32px !important;
    }
}

.main-wrapper .award-section .award-card .award-texture {
    position: relative;
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.main-wrapper .award-section .award-card .award-texture::before,
.main-wrapper .award-section .award-card .award-texture::after {
    position: absolute;
    content: "";
    width: 32px;
    height: 72px;
    top: 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iNzIiIHZpZXdCb3g9IjAgMCAyNyA3MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjQ1NTMgNjMuNzUwOUMyMi4zNTE1IDY3LjYwNjIgMjYuMzgxMyA2OS4xODIgMjYuMzgxMyA2OS4xODJDMjYuMzgxMyA2OS4xODIgMjYuNzY1NCA2NC40MDgyIDI2LjAzMTEgNjEuOTE0QzI1LjI5NjkgNTkuNDE5OCAyMi4zNTY0IDU1Ljc3OTIgMjIuMzU2NCA1NS43NzkyQzIyLjM1NjQgNTUuNzc5MiAyMC41NTgzIDU5Ljg5NTYgMjEuNDU1MyA2My43NTA5WiIgZmlsbD0iI0Q5RDlEOSIvPgo8cGF0aCBkPSJNMTEuMzIzNiA2Ny4xMjczQzExLjMyMzYgNjcuMTI3MyAxNC40NjcyIDcxLjA3NjMgMTguOTI1NyA3MS44NzYyQzIxLjc0ODggNzIuMzgyNyAyNi44MzQzIDcxLjE3MDggMjYuODM0MyA3MS4xNzA4QzI2LjgzNDMgNzEuMTcwOCAyMi42NTI0IDY3Ljc2MjMgMTguNDg1NSA2Ni45MDc3QzE0LjMxODUgNjYuMDUzMSAxMS4zMjI4IDY3LjEyNzMgMTEuMzIyOCA2Ny4xMjczSDExLjMyMzZaIiBmaWxsPSIjRDlEOUQ5Ii8+CjxwYXRoIGQ9Ik0xNS45NDk4IDU0Ljg4NDJDMTYuMzQyMSA1OC40MjM3IDE4Ljc3MzcgNjAuNjExMiAxOC43NzM3IDYwLjYxMTJDMTguNzczNyA2MC42MTEyIDIwLjIwMzQgNTcuMjI1OSAxOS45MTExIDU0LjQ3ODhDMTkuNjE4NyA1MS43MzE4IDE3Ljg4IDQ3LjUxOTIgMTcuODggNDcuNTE5MkMxNy44OCA0Ny41MTkyIDE1LjU1ODIgNTEuMzQ0NyAxNS45NDk4IDU0Ljg4NDJaIiBmaWxsPSIjRDlEOUQ5Ii8+CjxwYXRoIGQ9Ik0xOS4wMzM2IDYzLjgyMzVDMTkuMDMzNiA2My44MjM1IDE3LjIzNDYgNjAuNDQ0IDEyLjg4MSA1OC40ODExQzguNTI3MzYgNTYuNTE4MiA1LjY1MTM3IDU3LjEzMDggNS42NTEzNyA1Ny4xMzA4QzUuNjUxMzcgNTcuMTMwOCA4LjIwNTIzIDYxLjUzMDcgMTAuODY0OCA2My4xNzdDMTMuNTI0NCA2NC44MjMyIDE5LjAzMzYgNjMuODIzNSAxOS4wMzM2IDYzLjgyMzVaIiBmaWxsPSIjRDlEOUQ5Ii8+CjxwYXRoIGQ9Ik0xNS4zMzAzIDQ1LjM0NjZDMTUuNDgxNSA0My4xMzM0IDE0LjQzODMgMzkuNTkyMyAxNC40MzgzIDM5LjU5MjNDMTQuNDM4MyAzOS41OTIzIDEyLjA4OTIgNDEuMDk2NyAxMS42NjQ3IDQ0LjUxNkMxMS4yNDAyIDQ3LjkzNTMgMTMuMjE4MyA1MS40MDY5IDEzLjIxODMgNTEuNDA2OUMxMy4yMTgzIDUxLjQwNjkgMTUuMTc5MiA0Ny41NTk4IDE1LjMzMDMgNDUuMzQ2NloiIGZpbGw9IiNEOUQ5RDkiLz4KPHBhdGggZD0iTTEyLjg1NzkgNTMuODU2NEMxMi44NTc5IDUzLjg1NjQgMTAuOTM3NiA0OS41NTE5IDYuNDU0MjUgNDcuMzYwMkMzLjA5OTIgNDUuNzE5OCAxLjEzNjcyIDQ1LjU1NTYgMS4xMzY3MiA0NS41NTU2QzEuMTM2NzIgNDUuNTU1NiAyLjk5NTk1IDUxLjAxNDEgNS42OTE4OSA1Mi45NTk1QzguMzg3ODIgNTQuOTA1IDEyLjg1NzkgNTMuODU1NiAxMi44NTc5IDUzLjg1NTZWNTMuODU2NFoiIGZpbGw9IiNEOUQ5RDkiLz4KPHBhdGggZD0iTTEzLjA3NDcgMzYuNjI0M0MxMy44OTI0IDM0LjU4MjcgMTQuMDIyMSAzMC45MjE0IDE0LjAyMjEgMzAuOTIxNEMxNC4wMjIxIDMwLjkyMTQgMTEuNDA3MSAzMS42MTYgOS45NjgyOSAzNC43MTEyQzguNTMwMyAzNy44MDU1IDkuMjc4NjIgNDEuNjkwNyA5LjI3ODYyIDQxLjY5MDdDOS4yNzg2MiA0MS42OTA3IDEyLjI1NjIgMzguNjY2IDEzLjA3MzkgMzYuNjI0M0gxMy4wNzQ3WiIgZmlsbD0iI0Q5RDlEOSIvPgo8cGF0aCBkPSJNOC4zMDAwNyA0My44ODcxQzguMzAwMDcgNDMuODg3MSA3Ljc2MjM3IDM5LjM5NjkgNC4zNjE4OSAzNS45MjQ1QzEuODQwMjQgMzMuMzQ5OSAwIDMyLjYyODcgMCAzMi42Mjg3QzAgMzIuNjI4NyAwLjA1NjE2NTMgMzguMjQwNSAxLjk1NDIyIDQwLjg2MzJDMy44NTIyOCA0My40ODU5IDguMzAwMDcgNDMuODg3MSA4LjMwMDA3IDQzLjg4NzFaIiBmaWxsPSIjRDlEOUQ5Ii8+CjxwYXRoIGQ9Ik0xMy4yMTc4IDI3LjY3MkMxNC4zMjEyIDI1Ljk3ODUgMTUuMDk0MyAyMi42ODQ0IDE1LjA5NDMgMjIuNjg0NEMxNS4wOTQzIDIyLjY4NDQgMTIuNjA5IDIyLjgxMjEgMTAuNzU2NCAyNS4zNDAzQzguOTAzNzYgMjcuODY5MyA4Ljg4NDc3IDMxLjUzNDggOC44ODQ3NyAzMS41MzQ4QzguODg0NzcgMzEuNTM0OCAxMi4xMTQzIDI5LjM2NDcgMTMuMjE3OCAyNy42NzJaIiBmaWxsPSIjRDlEOUQ5Ii8+CjxwYXRoIGQ9Ik03LjMzNzIyIDMyLjc3MDFDNy4zMzcyMiAzMi43NzAxIDcuNzE1NTEgMjguODA1NCA1LjQzOTE3IDI1LjI4MzNDMy41NDkzNyAyMi4zNTk3IDIuMzgxNDYgMjEuNzExNSAyLjM4MTQ2IDIxLjcxMTVDMi4zODE0NiAyMS43MTE1IDEuNDU4ODcgMjYuNTE3NiAyLjU4MzgyIDI5LjA4OEMzLjcwODc4IDMxLjY1ODUgNy4zMzcyMiAzMi43NzAxIDcuMzM3MjIgMzIuNzcwMVoiIGZpbGw9IiNEOUQ5RDkiLz4KPHBhdGggZD0iTTE3LjgyMjYgMTUuNjE1MkMxNy44MjI2IDE1LjYxNTIgMTUuNTU3OCAxNS4xMTcgMTMuMzA1NCAxNi45NDIzQzExLjA1MjIgMTguNzY3NiAxMC4xODQxIDIyLjA3IDEwLjE4NDEgMjIuMDdDMTAuMTg0MSAyMi4wNyAxMy41OTIgMjAuOTA4NyAxNC45NzcxIDE5LjY1MjlDMTYuMzYzMSAxOC4zOTcgMTcuODIyNiAxNS42MTUyIDE3LjgyMjYgMTUuNjE1MloiIGZpbGw9IiNEOUQ5RDkiLz4KPHBhdGggZD0iTTguMTIwOTcgMjMuMTgzMkM4LjEyMDk3IDIzLjE4MzIgMTAuMTgyNiAxOS45ODM2IDkuNTQzMjcgMTYuMTAxN0M5LjAxNzE0IDEyLjkwMzggOC40MjU3NSAxMS44Mjc4IDguNDI1NzUgMTEuODI3OEM4LjQyNTc1IDExLjgyNzggNS43MjQ4NiAxNS40ODE3IDUuNjMyMzUgMTguMTEwMkM1LjUzOTAyIDIwLjczNzkgOC4xMjA5NyAyMy4xODMyIDguMTIwOTcgMjMuMTgzMloiIGZpbGw9IiNEOUQ5RDkiLz4KPHBhdGggZD0iTTE3LjgzNjEgMTMuMDU1MUMxOS4yNDM1IDEyLjM5NjkgMjEuMDczOCAxMC41MzE5IDIxLjA3MzggMTAuNTMxOUMyMS4wNzM4IDEwLjUzMTkgMTkuMzgxNCA5LjU1OTU0IDE3LjE0NDcgMTAuNDU1NkMxNC45MDggMTEuMzUxNyAxMy40MjYzIDEzLjc4NDUgMTMuNDI2MyAxMy43ODQ1QzEzLjQyNjMgMTMuNzg0NSAxNi40Mjg2IDEzLjcxMzMgMTcuODM2MSAxMy4wNTU5VjEzLjA1NTFaIiBmaWxsPSIjRDlEOUQ5Ii8+CjxwYXRoIGQ9Ik0xMy45NTU1IDkuMTYwNDNDMTQuMDMzOSA2LjQ4NjMzIDEzLjc5NjkgNS40Mzc3NCAxMy43OTY5IDUuNDM3NzRDMTMuNzk2OSA1LjQzNzc0IDEwLjk1MzkgNy45MzExNCAxMC40MTU0IDEwLjA3MzFDOS44NzY4NiAxMi4yMTUgMTEuNTUwMyAxNC43MTA5IDExLjU1MDMgMTQuNzEwOUMxMS41NTAzIDE0LjcxMDkgMTMuODU4IDEyLjQ3MjggMTMuOTU1NSA5LjE2MDQzWiIgZmlsbD0iI0Q5RDlEOSIvPgo8cGF0aCBkPSJNMjAuNjAwNSA2LjM2NjE4QzE4Ljk5MDcgNi42MzM5MiAxNy42NzMzIDguMDM4MTEgMTcuNjczMyA4LjAzODExQzE3LjY3MzMgOC4wMzgxMSAxOS42ODA0IDguNDMzNSAyMC43MDYzIDguMjAyMjNDMjEuNzMyMSA3Ljk3MDk2IDIzLjIwNCA2Ljk5NjE1IDIzLjIwNCA2Ljk5NjE1QzIzLjIwNCA2Ljk5NjE1IDIyLjIxMDMgNi4wOTc2IDIwLjYwMDUgNi4zNjUzNVY2LjM2NjE4WiIgZmlsbD0iI0Q5RDlEOSIvPgo8cGF0aCBkPSJNMTguNTkzOCA0Ljc0NDgzQzE5LjAwMzUgMy4xOTQ3NSAxOS4wMzkgMi4yNDA2NiAxOS4wMzkgMi4yNDA2NkMxOS4wMzkgMi4yNDA2NiAxNi43ODk5IDMuNDUwODggMTYuMTE3NiA0Ljc5MjA4QzE1LjQ0NTIgNi4xMzMyNyAxNi4xODM2IDguMDU5NjggMTYuMTgzNiA4LjA1OTY4QzE2LjE4MzYgOC4wNTk2OCAxOC4wMTY0IDYuOTI4MiAxOC41OTQ2IDQuNzQ0TDE4LjU5MzggNC43NDQ4M1oiIGZpbGw9IiNEOUQ5RDkiLz4KPHBhdGggZD0iTTIzLjI3MjkgMi44NzEyM0MyNC40MDIgMS44MzkyMyAyNS4wMTI0IDAuMDA4OTcyODIgMjUuMDEyNCAwLjAwODk3MjgyQzI1LjAxMjQgMC4wMDg5NzI4MiAyMi43OTE0IC0wLjE4NDE2NiAyMS4zMzY5IDEuMjIxNjhDMTkuODgyNCAyLjYyNzUzIDIwLjIzMDkgNC40OTUwOSAyMC4yMzA5IDQuNDk1MDlDMjAuMjMwOSA0LjQ5NTA5IDIyLjE0MzggMy45MDMyNCAyMy4yNzI5IDIuODcxMjNaIiBmaWxsPSIjRDlEOUQ5Ii8+Cjwvc3ZnPgo=")
}

.main-wrapper .award-section .award-card .award-texture::before {
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main-wrapper .award-section .award-card .award-texture::after {
    right: 0;
    -webkit-transform: scaleX(-1) translateY(-50%);
    transform: scaleX(-1) translateY(-50%)
}

.main-wrapper .award-section .award-card .award-texture h5 {
    font-weight: 400
}

.main-wrapper .award-section .client-logo-wrapper {
    overflow: hidden;
    width: 100%
}

.main-wrapper .award-section .client-logo-wrapper .logo-marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 1199.98px) {
    .main-wrapper .award-section .client-logo-wrapper .logo-marquee {
        -webkit-animation: 40s linear 1s infinite normal none running logoMarquee;
        animation: 40s linear 1s infinite normal none running logoMarquee
    }

    @-webkit-keyframes logoMarquee {
        0% {
            -webkit-transform: translateX(0px);
            transform: translateX(0px)
        }

        100% {
            -webkit-transform: translateX(-400px);
            transform: translateX(-400px)
        }
    }

    @keyframes logoMarquee {
        0% {
            -webkit-transform: translateX(0px);
            transform: translateX(0px)
        }

        100% {
            -webkit-transform: translateX(-400px);
            transform: translateX(-400px)
        }
    }
}

.main-wrapper .award-section .client-logo-wrapper .logo-item {
    border-radius: 8px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 1199.98px) {
    .main-wrapper .award-section .client-logo-wrapper .logo-item {
        min-width: 100px
    }
}

.main-wrapper .why-section {
    padding: 100px 0
}

.main-wrapper .why-section .row {
    gap: 24px 0
}

.main-wrapper .why-section .why-card {
    padding: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    height: 100%
}

.main-wrapper .why-section .why-card .why-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 8px;
    margin-bottom: 12px
}

.main-wrapper .why-section .why-card .why-card-icon {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.main-wrapper .why-section .why-card h5 {
    margin-bottom: 0
}

.main-wrapper .why-section .why-card p {
    margin-bottom: 0
}

.main-wrapper .subscription-section {
    background-color: #fff7ea;
    padding: 100px 0
}

.main-wrapper .swiper-slide {
    padding-top: 0;
    padding-bottom: 0
}

.main-wrapper .testimonial-section {
    padding: 100px 0;
    background: #fff7ea
}

.main-wrapper .testimonial-section .customer-review-wrapper {
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 12px;
    padding: 32px;
    height: 100%
}

.main-wrapper .testimonial-section .customer-review-wrapper .swiper {
    height: 100%
}

.main-wrapper .testimonial-section .customer-review-wrapper .swiper .swiper-wrapper {
    height: 100%
}

.main-wrapper .testimonial-section .customer-review-wrapper .swiper .swiper-wrapper .swiper-slide {
    height: 100%
}

.main-wrapper .testimonial-section .customer-review-wrapper .swiper .swiper-wrapper .swiper-slide:last-child .client-profile-section img {
    max-height: 164px
}

.main-wrapper .testimonial-section .testimonial-wrapper {
    margin: 40px 0 0
}

.main-wrapper .testimonial-section .gartner-review-wrapper {
    border-radius: 12px;
    padding: 32px;
    border: 1px solid #efefef;
    background-color: #fff;
    margin-bottom: 24px;
    min-height: 419px;
    position: relative
}

.main-wrapper .testimonial-section .gartner-review-wrapper .gartnerReviewSwiper {
    padding-bottom: 16px
}

.main-wrapper .testimonial-section .gartner-review-wrapper .gartnerReviewSwiper .swiper-pagination {
    bottom: -5px
}

.main-wrapper .testimonial-section .gartner-review-card .gartner-review--item p:not(.gartner-review-details p):last-child {
    margin-bottom: 0
}

.main-wrapper .testimonial-section .gartner-review-card .gartner-logo {
    height: 50px
}

.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) {
    .main-wrapper .testimonial-section .gartner-review-card .gartner-review-details {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.main-wrapper .testimonial-section .gartner-review-card .gartner-review-details p {
    margin: 0 24px 12px 0;
    font-size: 16px;
    line-height: 1.75
}

.main-wrapper .testimonial-section .gartner-review-card h4 {
    margin: 12px 0;
    font-weight: 600;
    line-height: 1.35
}

.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
}

.main-wrapper .testimonial-section .client-review-card .client-profile-section {
    background-color: #fff;
    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
}

.main-wrapper .testimonial-section .client-review-card .client-profile-section img {
    max-width: 234px;
    max-height: 154px;
    position: absolute;
    bottom: 0
}

.main-wrapper .testimonial-section .client-review-card .client-profile-section .btn-play-icon {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    background-color: #006deb;
    color: #fff;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 16px
}

.main-wrapper .testimonial-section .client-review-card .client-profile-section .btn-play-icon::before {
    border-top: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid rgba(0, 0, 0, 0);
    border-left: 11px solid #fff;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-32%, -50%);
    transform: translate(-36%, -50%)
}

.btn-play-icon-red {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    background-color: #ff0000;
    color: #fff;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 32px;
    top: 32px;
}

.btn-play-icon-red::before {
    border-top: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid rgba(0, 0, 0, 0);
    border-left: 11px solid #fff;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-32%, -50%);
    transform: translate(-36%, -50%)
}

.main-wrapper .testimonial-section .client-review-card .client-details .client-name {
    color: #006deb;
    font-size: 18px
}

.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
}

.main-wrapper .testimonial-section .award-badge-card {
    background: linear-gradient(45deg, #ffffff, #f7f7f7);
    border: 1px solid #efefef;
    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) {
    .main-wrapper .testimonial-section .award-badge-card {
        margin-bottom: 24px
    }
}

.main-wrapper .testimonial-section .award-badge-card img {
    height: 100px
}

.main-wrapper .itom-features-detail-container {
    max-width: 1180px;
    width: 100%;
    margin: auto;
    padding-left: 12px;
    padding-right: 12px
}

/* -- new common banner -- */

.common-banner {
    position: relative;
    background: #FFF3B6 !important;
}

.common-banner:before {
    content: "";
    position: absolute;
    background: url(https://www.manageengine.com/network-monitoring/style/../images/hero-banners/common-banner-bg.svg) center no-repeat;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 0;
}

.common-banner h1 {
    color: #000 !important;
    font-weight: 500;
    font-size: 56px;
}

.common-banner h1>span {
    color: #000 !important;
    font-weight: 800;
}

/* -- new common banner -- */


.video-player-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    -webkit-transition: all .25s ease-in;
    transition: all .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: 36px;
    height: 36px;
    border-radius: 50px;
    background: #fff;
    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%
}

.awards-client-wrapper {
    padding: 40px 24px;
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0px 2px 12px -3px rgba(0, 0, 0, .12);
    box-shadow: 0px 2px 12px -3px rgba(0, 0, 0, .12)
}

.awards-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.awards-item-wrapper .row {
    gap: 24px 0
}

.awards-badge {
    max-width: 120px;
    width: 100%;
    height: 110px
}

.awards-badge img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.awards-content {
    max-width: 440px
}

.awards-content p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.25px
}

.clients-item-wrapper {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px 0
}

.clients-item-wrapper .client-item:not(:nth-child(2)) img {
    max-height: 36px
}

.table {
    max-width: 998px;
    margin: 0 auto;
}

.table {
    border-radius: 8px;
    border-collapse: separate !important;
}

.table thead tr th {
    background: #3c3c3c;
    color: #fff;
}

.table tr td,
.table thead tr th {
    border-radius: 8px;
}

.table th {
    font-weight: 600
}

.table th,
.table td {
    background: #fff;
    font-size: 18px;
    padding: 16px;
    vertical-align: middle;
    border-color: #d4d4d4;
    text-align: center;
}

.table td.bg-green {
    background-color: #e6fff5
}

.table td.bg-red {
    background-color: #fff0f0
}

.feature-section {
    padding: 80px 0 100px
}

.feature-section .feature-section-header {
    padding: 80px 0 120px;
    background-color: #363636;
    color: #fff
}

.feature-section .feature-section-header h2 {
    color: #fff
}

.feature-section .feature-section-body {
    margin-top: -100px
}

.feature-section .feature-section-body .about-content-wrapper {
    padding: 40px;
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 12px -2px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 12px -2px rgba(0, 0, 0, .08)
}

.feature-section .about-title-list {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px
}

.feature-section .about-title-list .title-list-item {
    border-radius: 8px;
    border: 1px solid #f5c57d;
    padding: 12px 24px;
    cursor: pointer;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    font-size: 18px
}

.feature-section .about-title-list .title-list-item.active {
    background: #ffc063;
    color: #000;
    font-weight: 500;
    border-color: #ffc063
}

.feature-section .about-content-item {
    display: none
}

.feature-section .about-content-item.active {
    display: block
}

.comparison-section {
    padding: 80px 0
}

.comparison-table {
    max-width: 740px;
    margin-left: auto
}

.comparison-table tr td:nth-of-type(2) {
    background-color: #e6fff5
}

.comparison-table tr td:nth-of-type(3) {
    background-color: #fff0f0
}

.feature-card-wrapper .feature-card:not(:last-child) {
    margin-bottom: 24px
}

.featureSwiper {
    margin-bottom: 32px
}

.featureSwiper img {
    border: 1px solid #c3c3c3;
    border-radius: 4px
}

.featureSwiper.swiper {
    padding-bottom: 32px;
    width: 100%;
    margin-left: 0;
    margin-right: auto
}

@media screen and (min-width: 1200px) {
    .featureSwiper.swiper {
        max-width: 560px;
        padding-bottom: 12px
    }
}

.featureSwiper.swiper .swiper-pagination {
    bottom: 0
}

.feature-card {
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 8px
}

.feature-card p {
    margin-bottom: 0
}

.choose-section {
    padding: 100px 0;
    background-color: #fff !important;
}

.choose-section strong {
    font-weight: 600;
    font-size: inherit;
}

.choose-section .row {
    margin-top: 60px
}

.choose-section ul li {
    position: relative;
    padding-left: 40px;
    font-size: 20px;
    margin-bottom: 20px
}

.choose-section ul li:last-child {
    margin-bottom: 0
}

.choose-section ul 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==")
}

.casestudy-section {
    padding: 100px 0;
    background-color: #fff7ea;
}

.casestudy-section .row {
    gap: 24px 0
}

.casestudy-card {
    display: inline-block;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    position: relative;
    background: #fff;
    height: 100%;
}

.casestudy-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.casestudy-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    object-fit: cover;
}

.casestudy-content {
    padding: 20px 16px;
    position: unset;
    background: #fbfbfb
}

.learn-more {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 400;
    color: red;
    position: relative
}

.learn-more svg {
    width: 22px;
    height: 12px;
    margin-left: 4px
}

.overlay-link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer
}

@media screen and (min-width: 992px) {
    .sec-header h2 span {
        display: block;
        padding-top: 8px;
    }
}

@media screen and (max-width: 991.98px) {
    .choose-list {
        margin-top: 40px;
    }

    .choose-section h2 {
        text-align: left !important;
    }

    .comparison-table {
        margin: 32px auto 0
    }

    .right-arrow-bottom {
        display: none
    }

    .clients-item-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .clients-item-wrapper .client-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        height: 60px;
        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
    }

    .banner-intro-video {
        margin-top: 40px !important
    }
}

@media screen and (max-width: 767.98px) {
    .about-title-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .title-list-item {
        text-align: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
        flex: 1 0 45%
    }

    .clients-item-wrapper .client-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media screen and (max-width: 479.98px) {
    .about-title-list {
        gap: 8px
    }

    .title-list-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }

    .awards-item {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 767.98px) {
    .resource-other-wrapper {
        padding: 24px !important
    }

    .resource-wrapper {
        border-right: 0 !important
    }

    .awards-content {
        max-width: 100%
    }

    .terms-content {
        text-align: center;
    }
}

.input-group {
    max-width: 480px
}

@media only screen and (max-width: 767.98px) {
    .input-group {
        margin: auto
    }
}

.form-group-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px
}

@media only screen and (max-width: 767.98px) {
    .form-group-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 0;
        width: 100%
    }

    .form-group-row .form-group-item {
        width: 100%
    }
}

.form-group-row .form-mail-icon {
    width: 19.36px;
    height: 14px;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE4Ml84MSkiPgo8cGF0aCBkPSJNMS40MDg5MiAxMS45NTc1QzAuNjU1MzU5IDExLjk1NzUgMC4wNDI0ODA1IDExLjM0NDYgMC4wNDI0ODA1IDEwLjU5MTFWMS40MDg5NUMwLjA0MjQ4MDUgMC42NTUzODkgMC42NTUzNTkgMC4wNDI1MTEgMS40MDg5MiAwLjA0MjUxMUgxNC45NTQ3QzE1LjcwODMgMC4wNDI1MTEgMTYuMzIxMiAwLjY1NTM4OSAxNi4zMjEyIDEuNDA4OTVWMTAuNTkxMUMxNi4zMjEyIDExLjM0NDYgMTUuNzA4MyAxMS45NTc1IDE0Ljk1NDcgMTEuOTU3NUgxLjQwODkyWk0xLjQwODkyIDAuNzI1MDkyQzEuMDMxOTMgMC43MjUwOTIgMC43MjUwNjIgMS4wMzE5NiAwLjcyNTA2MiAxLjQwODk1VjEwLjU5MTFDMC43MjUwNjIgMTAuOTY4MSAxLjAzMTkzIDExLjI3NDkgMS40MDg5MiAxMS4yNzQ5SDE0Ljk1NDdDMTUuMzMxNyAxMS4yNzQ5IDE1LjYzODYgMTAuOTY4MSAxNS42Mzg2IDEwLjU5MTFWMS40MDg5NUMxNS42Mzg2IDEuMDMxOTYgMTUuMzMxNyAwLjcyNTA5MiAxNC45NTQ3IDAuNzI1MDkySDEuNDA4OTJaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik0xNC45NTQ3IDEySDEuNDA4OTRDMC42MzIwMDQgMTIgMCAxMS4zNjggMCAxMC41OTExVjEuNDA4OTRDMCAwLjYzMjAwNCAwLjYzMjAwNCAwIDEuNDA4OTQgMEgxNC45NTQ3QzE1LjczMTcgMCAxNi4zNjM3IDAuNjMyMDA0IDE2LjM2MzcgMS40MDg5NFYxMC41OTExQzE2LjM2MzcgMTEuMzY4IDE1LjczMTcgMTIgMTQuOTU0NyAxMlpNMS40MDg5NCAwLjA4NTAwMzlDMC42Nzg3NTYgMC4wODUwMDM5IDAuMDg1MDAzOSAwLjY3ODc1NiAwLjA4NTAwMzkgMS40MDg5NFYxMC41OTExQzAuMDg1MDAzOSAxMS4zMjEyIDAuNjc4NzU2IDExLjkxNSAxLjQwODk0IDExLjkxNUgxNC45NTQ3QzE1LjY4NDkgMTEuOTE1IDE2LjI3ODcgMTEuMzIxMiAxNi4yNzg3IDEwLjU5MTFWMS40MDg5NEMxNi4yNzg3IDAuNjc4NzU2IDE1LjY4NDkgMC4wODUwMDM5IDE0Ljk1NDcgMC4wODUwMDM5SDEuNDA4OTRaTTE0Ljk1NDcgMTEuMzE3NEgxLjQwODk0QzEuMDA4NTcgMTEuMzE3NCAwLjY4MjU4MSAxMC45OTE0IDAuNjgyNTgxIDEwLjU5MTFWMS40MDg5NEMwLjY4MjU4MSAxLjAwODU3IDEuMDA4NTcgMC42ODI1ODEgMS40MDg5NCAwLjY4MjU4MUgxNC45NTQ3QzE1LjM1NTEgMC42ODI1ODEgMTUuNjgxMSAxLjAwODU3IDE1LjY4MTEgMS40MDg5NFYxMC41OTExQzE1LjY4MTEgMTAuOTkxNCAxNS4zNTUxIDExLjMxNzQgMTQuOTU0NyAxMS4zMTc0Wk0xLjQwODk0IDAuNzY3NTg1QzEuMDU1MzIgMC43Njc1ODUgMC43Njc1ODUgMS4wNTUzMiAwLjc2NzU4NSAxLjQwODk0VjEwLjU5MTFDMC43Njc1ODUgMTAuOTQ0NyAxLjA1NTMyIDExLjIzMjQgMS40MDg5NCAxMS4yMzI0SDE0Ljk1NDdDMTUuMzA4NCAxMS4yMzI0IDE1LjU5NjEgMTAuOTQ0NyAxNS41OTYxIDEwLjU5MTFWMS40MDg5NEMxNS41OTYxIDEuMDU1MzIgMTUuMzA4NCAwLjc2NzU4NSAxNC45NTQ3IDAuNzY3NTg1SDEuNDA4OTRaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik0xNC45NTQ3IDExLjg3MjVIMS40MDg4OEMwLjcwMjA2OCAxMS44NzI1IDAuMTI3NDQxIDExLjI5NzkgMC4xMjc0NDEgMTAuNTkxMVYxLjQwODk0QzAuMTI3NDQxIDAuNzAyMTI5IDAuNzAyMDY4IDAuMTI3NTAyIDEuNDA4ODggMC4xMjc1MDJIMTQuOTU0N0MxNS42NjE1IDAuMTI3NTAyIDE2LjIzNjEgMC43MDIxMjkgMTYuMjM2MSAxLjQwODk0VjEwLjU5MTFDMTYuMjM2MSAxMS4yOTc5IDE1LjY2MTUgMTEuODcyNSAxNC45NTQ3IDExLjg3MjVaTTEuNDA4ODggMC42NDAwNzZDMC45ODQ3MDYgMC42NDAwNzYgMC42NDAwMTUgMC45ODQ3NjcgMC42NDAwMTUgMS40MDg5NFYxMC41OTExQzAuNjQwMDE1IDExLjAxNTIgMC45ODQ3MDYgMTEuMzU5OSAxLjQwODg4IDExLjM1OTlIMTQuOTU0N0MxNS4zNzg4IDExLjM1OTkgMTUuNzIzNSAxMS4wMTUyIDE1LjcyMzUgMTAuNTkxMVYxLjQwODk0QzE1LjcyMzUgMC45ODQ3NjcgMTUuMzc4OCAwLjY0MDA3NiAxNC45NTQ3IDAuNjQwMDc2SDEuNDA4ODhaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik0xNC45NTQ3IDExLjkxNUgxLjQwODlDMC42Nzg3MTMgMTEuOTE1IDAuMDg0OTYwOSAxMS4zMjEyIDAuMDg0OTYwOSAxMC41OTFWMS40MDg5M0MwLjA4NDk2MDkgMC42Nzg3NDQgMC42Nzg3MTMgMC4wODQ5OTE1IDEuNDA4OSAwLjA4NDk5MTVIMTQuOTU0N0MxNS42ODQ5IDAuMDg0OTkxNSAxNi4yNzg2IDAuNjc4NzQ0IDE2LjI3ODYgMS40MDg5M1YxMC41OTFDMTYuMjc4NiAxMS4zMjEyIDE1LjY4NDkgMTEuOTE1IDE0Ljk1NDcgMTEuOTE1Wk0xLjQwODkgMC4xNjk5OTVDMC43MjU4OSAwLjE2OTk5NSAwLjE2OTk2NSAwLjcyNTkyMSAwLjE2OTk2NSAxLjQwODkzVjEwLjU5MUMwLjE2OTk2NSAxMS4yNzQxIDAuNzI1ODkgMTEuODMgMS40MDg5IDExLjgzSDE0Ljk1NDdDMTUuNjM3NyAxMS44MyAxNi4xOTM2IDExLjI3NDEgMTYuMTkzNiAxMC41OTFWMS40MDg5M0MxNi4xOTM2IDAuNzI1OTIxIDE1LjYzNzcgMC4xNjk5OTUgMTQuOTU0NyAwLjE2OTk5NUgxLjQwODlaTTE0Ljk1NDcgMTEuNDAyNEgxLjQwODlDMC45NjEzNTEgMTEuNDAyNCAwLjU5NzUzNCAxMS4wMzg2IDAuNTk3NTM0IDEwLjU5MVYxLjQwODkzQzAuNTk3NTM0IDAuOTYxMzgyIDAuOTYxMzUxIDAuNTk3NTY1IDEuNDA4OSAwLjU5NzU2NUgxNC45NTQ3QzE1LjQwMjIgMC41OTc1NjUgMTUuNzY2MSAwLjk2MTM4MiAxNS43NjYxIDEuNDA4OTNWMTAuNTkxQzE1Ljc2NjEgMTEuMDM4NiAxNS40MDIyIDExLjQwMjQgMTQuOTU0NyAxMS40MDI0Wk0xLjQwODkgMC42ODI1NjlDMS4wMDg1MyAwLjY4MjU2OSAwLjY4MjUzOCAxLjAwODU2IDAuNjgyNTM4IDEuNDA4OTNWMTAuNTkxQzAuNjgyNTM4IDEwLjk5MTQgMS4wMDg1MyAxMS4zMTc0IDEuNDA4OSAxMS4zMTc0SDE0Ljk1NDdDMTUuMzU1MSAxMS4zMTc0IDE1LjY4MTEgMTAuOTkxNCAxNS42ODExIDEwLjU5MVYxLjQwODkzQzE1LjY4MTEgMS4wMDg1NiAxNS4zNTUxIDAuNjgyNTY5IDE0Ljk1NDcgMC42ODI1NjlIMS40MDg5WiIgZmlsbD0iI0EzQTVBOCIvPgo8cGF0aCBkPSJNOC4xNjcyOCA3LjUwNjY5QzcuNzA2OTggNy41MDY2OSA3LjI1MTc4IDcuMjk4MDEgNi43NzU3NiA2Ljg2ODMxQzUuOTI3NDIgNi4xMDI0MyAwLjU0Mjg1MSAxLjEwODAyIDAuNDg5NzI0IDEuMDU4NzJMMC40MjcyNDYgMS4wMDA5MkwwLjg5MTM2NyAwLjUwMDY3MUwwLjk4ODY5NyAwLjU5MDc3NkMxLjg5NzM5IDEuNDMzMTYgNi40Njc2MiA1LjY3MDYxIDcuMjMyNjYgNi4zNjEyN0M3LjU4MDc1IDYuNjc1NzggNy44Nzc4NCA2LjgyMjQxIDguMTY2NDMgNi44MjI0MUM4LjQ1NTAxIDYuODIyNDEgOC43NDkxMyA2LjY3NzQ4IDkuMDk1NTIgNi4zNjY3OUM5Ljc5MjU1IDUuNzQxNTkgMTUuMTc2NyAwLjY1MzI1MyAxNS4yMjk4IDAuNjAyNjc2TDE1LjI5MTUgMC41NDQwMjNMMTUuNzYwMiAxLjA0MDAyTDE1LjY5ODYgMS4wOTgyNUMxNS42NDQyIDEuMTQ5NjggMTAuMjU5NiA2LjIzODQzIDkuNTUxMTQgNi44NzQyNkM5LjA3NzY3IDcuMjk5MjggOC42MjQ2IDcuNTA1ODQgOC4xNjYgNy41MDU4NEw4LjE2NzI4IDcuNTA2NjlaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik04LjE2NzE1IDcuNTQ5MThDNy42OTU4IDcuNTQ5MTggNy4yMzEyNSA3LjMzNjY3IDYuNzQ3MTYgNi44OTk3NUM1LjkwMDA5IDYuMTM0NzIgMC41MTI1NDQgMS4xMzgxOSAwLjQ2MDY5MiAxLjA4OTc0TDAuMzY3MTg4IDEuMDAzMDNMMC44ODkxMTEgMC40NDAzMDhMMS4wMTc0NyAwLjU1OTMxM0MxLjkyNjU4IDEuNDAyNTUgNi41MDE0OSA1LjY0MzQgNy4yNjEgNi4zMjkzOEM3LjYwMTAyIDYuNjM2MjQgNy44ODg3NiA2Ljc3OTQ3IDguMTY2MyA2Ljc3OTQ3QzguNDQzODMgNi43Nzk0NyA4LjcyOTAyIDYuNjM3OTQgOS4wNjY5MSA2LjMzNDQ4QzkuNzU5MjcgNS43MTMxIDE1LjE0NjggMC42MjE3OTEgMTUuMjAwOCAwLjU3MTIxNEwxNS4yOTM0IDAuNDgzNjZMMTUuODIwOSAxLjA0MTcxTDE1LjcyMzEgMS4xMzM5NEMxNS4xNjU5IDEuNjYwNTQgMTAuMjU5OSA2LjI5NTggOS41Nzk5MSA2LjkwNTdDOS4wOTc5NCA3LjMzNzk1IDguNjM1OTQgNy41NDgzMyA4LjE2NjMgNy41NDgzM0w4LjE2NzE1IDcuNTQ5MThaTTAuNDg3NDY4IDAuOTk4NzgzTDAuNTE4NDk0IDEuMDI3NjhDMC41NzAzNDcgMS4wNzU3MSA1Ljk1NzA0IDYuMDcyMjQgNi44MDQxMSA2LjgzNjg1QzcuMjcxNjMgNy4yNTg5IDcuNzE3NDcgNy40NjQxOCA4LjE2NzE1IDcuNDY0MThDOC42MTY4MiA3LjQ2NDE4IDkuMDU4NDEgNy4yNjEwMiA5LjUyMzgxIDYuODQzMjNDMTAuMjAzIDYuMjM0MTcgMTUuMTA4MSAxLjU5OTM0IDE1LjY2NTMgMS4wNzI3NEwxNS43MDE1IDEuMDM4NzRMMTUuMjkwOSAwLjYwNDM2NUwxNS4yNTk5IDAuNjMzNjkxQzE1LjIwNjMgMC42ODQyNjkgOS44MTc1IDUuNzc2ODUgOS4xMjQ3MSA2LjM5ODY2QzguNzY5ODIgNi43MTcgOC40NjU1MSA2Ljg2NTMzIDguMTY3MTUgNi44NjUzM0M3Ljg2ODc4IDYuODY1MzMgNy41NjEwNyA2LjcxNTI5IDcuMjA0OSA2LjM5MzU2QzYuNDQ0NTQgNS43MDY3MiAxLjg2OTYzIDEuNDY1NDUgMC45NjAwOSAwLjYyMjIxNkwwLjg5Mzc4NyAwLjU2MDU4OEwwLjQ4NzQ2OCAwLjk5ODc4M1oiIGZpbGw9IiNBM0E1QTgiLz4KPHBhdGggZD0iTTguMTY3MTEgNy40MjE2OEM3LjcyNzIyIDcuNDIxNjggNy4yODc3NSA3LjIxNjM5IDYuODMyNTUgNi44MDU0QzUuOTkwMTYgNi4wNDQ2MSAwLjYwMTc2NiAxLjA0NjgxIDAuNTQ3MzYzIDAuOTk2NjU4TDAuODk1ODc5IDAuNjIwOTQxQzAuOTUwMjgyIDAuNjcxMDkzIDYuMzM2MTMgNS42NjYzNSA3LjE3NTk3IDYuNDI1MDFDNy44ODcwMiA3LjA2NzIxIDguNDQxNjggNy4wNjg5MSA5LjE1MjczIDYuNDMwNTNDOS44NDU1MSA1LjgwODczIDE1LjIzNDMgMC43MTYxNDYgMTUuMjg4NyAwLjY2NTE0M0wxNS42NDA3IDEuMDM3ODlDMTUuNDE4NCAxLjI0Nzg0IDEwLjE5MjMgNi4xODYxNSA5LjQ5NDg3IDYuODEyMkM5LjA0MTggNy4yMTg5NCA4LjYwNDAzIDcuNDIyMSA4LjE2NjY5IDcuNDIyMUw4LjE2NzExIDcuNDIxNjhaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik04LjE2NzIzIDcuNDY0MkM3LjcxNzU2IDcuNDY0MiA3LjI3MTcxIDcuMjU4OTEgNi44MDQxOSA2LjgzNjg3QzUuOTU5MjUgNi4wNzM5NiAwLjU3MTcwMyAxLjA3NzAxIDAuNTE4NTc1IDEuMDI3N0wwLjQ4NzU0OSAwLjk5ODgwM0wwLjg5Mzg2NyAwLjU2MDYwOEwwLjk1OTMyIDAuNjIxMzg2QzEuODY4MDEgMS40NjM3NyA2LjQzODY3IDUuNzAxNjQgNy4yMDQ1NiA2LjM5MzE1QzcuODk1MjEgNy4wMTcwOCA4LjQzMzcxIDcuMDE4MzUgOS4xMjQzNyA2LjM5ODI1QzkuODExNjMgNS43ODE5NyAxNS4yMDYgMC42ODM4NjQgMTUuMjU5NSAwLjYzMzI4NkwxNS4yOTA2IDAuNjAzOTZMMTUuNzAxMSAxLjAzODMzTDE1LjY3MDEgMS4wNjc2NkMxNS42MTYxIDEuMTE5MDggMTAuMjMxNSA2LjIwNzQyIDkuNTIzNDYgNi44NDI4MkM5LjA1ODA3IDcuMjYwNjEgOC42MTQzNSA3LjQ2Mzc3IDguMTY2OCA3LjQ2Mzc3TDguMTY3MjMgNy40NjQyWk0wLjYwNzgyOSAwLjk5NDEyOEMxLjA1MTk3IDEuNDA1OTcgNi4wNTA2MyA2LjA0MTIzIDYuODYxMTQgNi43NzM1NEM3LjMxMjUxIDcuMTgwNzEgNy43Mzk2NiA3LjM3ODc3IDguMTY3MjMgNy4zNzg3N0M4LjU5NDggNy4zNzg3NyA5LjAxNzY5IDcuMTgyODQgOS40NjY5NCA2Ljc3OTQ5QzEwLjE0NjUgNi4xNzAwMSAxNS4xMzg4IDEuNDUzMTUgMTUuNTgxMyAxLjAzNDkzTDE1LjI4NzYgMC43MjQyNEMxNC44NDQ3IDEuMTQyNDYgOS44NDIyMyA1Ljg2ODY4IDkuMTgxMzIgNi40NjExNUM4LjQ0OTQ0IDcuMTE3ODEgNy44NzkwNiA3LjExNjUzIDcuMTQ3NiA2LjQ1NTYzQzYuMzgxNzIgNS43NjQ1NSAxLjgxMDIxIDEuNTI2NjggMC45MDE5NDMgMC42ODM4NjRMMC44OTg1NDMgMC42ODA4ODhMMC42MDc4MjkgMC45OTQ1NTNWMC45OTQxMjhaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik02LjE1OTM2IDUuOTA0MzRMMC40MzE2NDEgMTAuOTkzMkwwLjg4NTAwMiAxMS41MDM1TDYuNjEyNzMgNi40MTQ2MUw2LjE1OTM2IDUuOTA0MzRaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik0wLjg4MTQyNSAxMS41NjMxTDAuMzcxODI2IDEwLjk4OTNMMC40MDM3MDMgMTAuOTYxM0w2LjE2MzE0IDUuODQ0MDJMNi42NzI3NCA2LjQxNzhMMC44ODE0MjUgMTEuNTYzMVpNMC40OTE2ODIgMTAuOTk2MUwwLjg4ODY1IDExLjQ0MjhMNi41NTI4OCA2LjQxMDE1TDYuMTU1OTIgNS45NjM0NkwwLjQ5MTY4MiAxMC45OTYxWiIgZmlsbD0iI0EzQTVBOCIvPgo8cGF0aCBkPSJNNi4xNTI3NyA2LjAyNDU4TDAuNTUxMjcgMTAuOTk5NkwwLjg5MTY0NyAxMS4zODI4TDYuNDkzMTUgNi40MDc4Mkw2LjE1Mjc3IDYuMDI0NThaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik0wLjg4ODE3OSAxMS40NDMyTDAuNDkxMjExIDEwLjk5NjVMNi4xNTU0NSA1Ljk2Mzg3TDYuNTUyNDEgNi40MTA1Nkw2LjUyMDU0IDYuNDM5MDRMMC44ODgxNzkgMTEuNDQzMlpNMC42MTE0OTEgMTEuMDAzM0wwLjg5NTQwNCAxMS4zMjI5TDYuNDMyNTYgNi40MDMzNEw2LjE0ODY1IDYuMDgzNzJMMC42MTE0OTEgMTEuMDAzM1oiIGZpbGw9IiNBM0E1QTgiLz4KPHBhdGggZD0iTTEwLjE3NjggNS45MDg3OUw5LjcwODk4IDYuNDA1ODhMMTUuMjkzNCAxMS42NjFMMTUuNzYxMSAxMS4xNjM5TDEwLjE3NjggNS45MDg3OVoiIGZpbGw9IiNBM0E1QTgiLz4KPHBhdGggZD0iTTE1LjI5NTIgMTEuNzE5OUwxNS4yNjQyIDExLjY5MUw5LjY0ODQ0IDYuNDA3NTlMMTAuMTc0NiA1Ljg0ODY5TDEwLjIwNTYgNS44Nzc1OUwxNS44MjE0IDExLjE2MUwxNS4yOTUyIDExLjcxOTlaTTkuNzY4NzIgNi40MDM3N0wxNS4yOTE0IDExLjYwMDFMMTUuNzAwNyAxMS4xNjQ4TDEwLjE3OCA1Ljk2ODU1TDkuNzY4NzIgNi40MDM3N1oiIGZpbGw9IiNBM0E1QTgiLz4KPHBhdGggZD0iTTEwLjE3OTMgNi4wMjc2M0w5LjgyODEyIDYuNDAwOTdMMTUuMjg5NiAxMS41Mzg2TDE1LjY0MDggMTEuMTY1M0wxMC4xNzkzIDYuMDI3NjNaIiBmaWxsPSIjQTNBNUE4Ii8+CjxwYXRoIGQ9Ik0xNS4yOTE0IDExLjZMMTUuMjYwNCAxMS41NzExTDkuNzY4MzEgNi40MDQxOEwxMC4xNzc2IDUuOTY4OTZMMTAuMjA4NiA1Ljk5Nzg2TDE1LjcwMDcgMTEuMTY0OEwxNS4yOTEgMTEuNkgxNS4yOTE0Wk05Ljg4ODU5IDYuNDAwMzZMMTUuMjg3NiAxMS40ODAyTDE1LjU4MDUgMTEuMTY4N0wxMC4xODE0IDYuMDg4ODJMOS44ODg1OSA2LjQwMDM2WiIgZmlsbD0iI0EzQTVBOCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE4Ml84MSI+CjxyZWN0IHdpZHRoPSIxNi4zNjM3IiBoZWlnaHQ9IjEyIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=")
}

.form-group-row>div {
    position: relative;
    border: 1px solid #e1e2e5
}

.form-group-row>div:nth-child(1) {
    border-right-width: 0;
    background: #fff;
    border-radius: 4px 0 0 4px;
    padding-left: 48px;
    padding-right: 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px
}

@media only screen and (max-width: 767.98px) {
    .form-group-row>div:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        border-width: 1px;
        border-radius: 4px
    }
}

.form-group-row>div:nth-child(1)::before {
    position: absolute;
    content: "";
    background-color: #e1e2e5;
    width: 1px;
    height: 28px;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form-group-row>div:nth-child(1)::after {
    position: absolute;
    content: "";
    background-color: #e1e2e5;
    width: 1px;
    height: 28px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 767.98px) {
    .form-group-row>div:nth-child(1)::after {
        display: none
    }
}

.form-group-row>div:nth-child(2) {
    border-left-width: 0;
    background: #fff;
    padding: 0 0 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 0 4px 4px 0
}

@media only screen and (max-width: 767.98px) {
    .form-group-row>div:nth-child(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: rgba(0, 0, 0, 0);
        border: 0;
        padding-left: 0
    }

    .form-group-row>div:nth-child(2) .opm-btn {
        width: 100%;
        border-radius: 4px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0
    }
}

.form-group-row input,
.form-group-row select {
    width: 100%;
    height: 48px;
    border: 0;
    font-size: 15px;
    color: #1b1d1f;
    font-family: inherit;
    background: rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 300;
    outline: none
}

.form-group-row select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    --form-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-image: var(--form-bg-img), var(--form-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right -0.18rem center;
    background-size: 16px 12px
}

.form-group-row>div:nth-child(2) .select-country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    position: relative
}

@media only screen and (max-width: 767.98px) {
    .form-group-row>div:nth-child(2) .select-country {
        width: 100%;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        margin: 8px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.form-group-row>div:nth-child(2) .select-country #MECountryListing {
    opacity: 0;
    position: absolute;
    left: 0;
    min-width: 38px;
    max-width: 100%
}

.form-group-row>div:nth-child(2) .select-country select {
    padding-left: 12px;
    max-width: 90px;
    background-image: none;
    text-overflow: ellipsis;
    position: relative
}

.zcountry-info {
    padding: 8px;
    border: 1px solid #ddd;
    margin-top: 6px;
    border-radius: 4px;
}

.zcountry-info>span {
    text-transform: capitalize;
}

@media only screen and (max-width: 767.98px) {
    .form-group-row>div:nth-child(2) .select-country select {
        max-width: 50%;
        border-left: 1px solid #ddd
    }
}

.form-group-row>div:nth-child(2) .select-country::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #1b1d1f;
    z-index: 0;
    margin: auto
}

@media only screen and (max-width: 767.98px) {
    .form-group-row>div:nth-child(2) .select-country::after {
        right: 12px
    }
}

.form-group-row>div:nth-child(2) .selectedCountry {
    font-size: 15px;
    margin-right: 12px
}

@media only screen and (max-width: 767.98px) {
    .form-group-row>div:nth-child(2) .selectedCountry {
        margin-left: 12px
    }
}

.form-group-row>div:nth-child(2) .caretDown {
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #1b1d1f;
    z-index: 0;
    margin: auto
}

@media only screen and (max-width: 767.98px) {
    .form-group-row>div:nth-child(2) .caretDown {
        display: none
    }
}

.flex-country {
    display: flex;
}

.select-country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    position: relative;
}

.select-country select {
    padding-left: 12px;
    max-width: 90px;
    background-image: none;
    text-overflow: ellipsis;
    position: relative;
}

#form-section-wrapper .form-section form .select-country select {
    border: 0 !important;
}

.select-country:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #1b1d1f;
    z-index: 0;
    margin: auto;
}

.caretDown {
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #1b1d1f;
    z-index: 0;
    margin: auto
}

.select-country #MECountryListing {
    opacity: 0;
    position: absolute;
    min-width: 38px;
    max-width: 100%;
}



.form-group-row>div:nth-child(3) {
    border-left-width: 0;
    border-radius: 0 4px 4px 0;
    border-color: #e80e19
}

.form-group-row>div:nth-child(3) input[type=submit] {
    background-color: #e80e19;
    color: #fff;
    padding: 14px 38px 14px 16px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem
}

.form-group-row>div:nth-child(3) svg {
    position: absolute;
    right: calc(50% - 68px);
    top: 16px
}

.form-group-row .opm-btn {
    padding: 0 24px;
    height: 48px;
    font-family: inherit;
    margin-left: 12px;
    font-size: 17px;
    border-radius: 0 4px 4px 0
}

.edi-btn .error-field,
.edi-btn .error-field1 {
    display: none;
    right: 0
}

.edi-btn .form-group-item.error .error-field,
.edi-btn .form-group-item.error1 .error-field1 {
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    line-height: normal;
    top: -20px;
    left: 0;
    font-size: 13px;
    font-weight: normal;
    color: red;
    z-index: 1
}

.edi-btn .form-group-item.error input,
.edi-btn .form-group-item.error1 input,
.edi-btn .form-group-item.error textarea,
.edi-btn .form-group-item.error1 textarea {
    border-color: red !important
}

#meGDPRMessage {
    margin-bottom: 12px;
    font-size: 13px;
    width: 100% !important
}

#meGDPRMessage 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: #fff !important
}

.checkmarkgdpr::before {
    content: "";
    display: inline-block !important;
    top: -6px !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;
    transition: 120ms transform ease-out, 120ms -webkit-transform ease-out !important;
    opacity: 0
}

.checkmarkgdpr.enableCheckgdpr::before {
    opacity: 1
}

.terms-content,
.terms-content>a {
    font-size: 13px;
}

.terms-content {
    margin-top: 8px;
    line-height: 1;
}

.terms-content>a {
    color: #1a4eb0;
}

.terms-content strong {
    font-weight: 500
}

.select-os {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 8px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    z-index: 1
}

@media only screen and (max-width: 767.98px) {
    .select-os {
        width: 100%;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        margin: 0 0 12px;
        height: 48px
    }

    .select-os .selectedOS {
        line-height: 48px
    }
}

.select-os::before {
    position: absolute;
    content: "";
    background-color: #e1e2e5;
    width: 1px;
    height: 28px;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 525px) {
    .select-os::before {
        display: none
    }
}

.select-os::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #1b1d1f;
    z-index: -1;
    margin: auto
}

@media only screen and (max-width: 767.98px) {
    .select-os::after {
        right: 12px
    }
}

.select-os .selectedOS {
    font-size: 15px;
    margin-right: 8px
}

.select-os select {
    background-image: none !important;
    position: absolute;
    min-width: 38px;
    max-width: 100%;
    left: 0;
    top: 0;
    opacity: 0
}

.disclaimer-section {
    padding: 100px 0;
}

.disclaimer-content {
    text-align: center;
    border: 1px solid #ddd !important;
    border-radius: 6px;
    padding: 32px;
    position: relative;
}

.disclaimer-content>h4 {
    font-size: 18px;
    background: #f1f1f1;
    display: inline-block;
    position: absolute;
    top: -23px;
    padding: 8px 24px;
    border-radius: 6px;
    left: 50%;
    transform: translateX(-50%);
}

.disclaimer-content>p {
    font-size: 14px;
    line-height: 24px
}

.div-row .flex-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}

/*.div-row:before, .div-row:after {content:"";display:table;clear;both;}*/
.banner-bg {
    background: #011215;
}

.col-left {
    width: 65%;
}

.col-fixed {
    position: sticky;
    right: 0;
    width: 450px;
    height: 100%;
    padding: 25px;
    margin: 25px 0;
    background: #fff;
    border-radius: 6px
}

.form-fixed {
    background: #fff;
    width: 350px;
    min-height: 300px;
    margin: 20px;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0px 0px 0px 1px #4d6a8a;
    -webkit-box-shadow: 0px 0px 0px 1px #4d6a8a;
    z-index: 1;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}

.form-container {
    width: 100%;
}

.error-field {
    display: none;
    color: #f2e30a;
    position: relative;
    font-size: 14px;
}

.sec-padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

#country_state {
    margin: 15px 0px 0px;
}

.alternative-main-wrapper h1 {
    margin-bottom: 12px;
    ;
}


@media screen and (max-width: 1100px) {

    .form-fixed {
        width: 300px;
    }

}



@media screen and (max-width: 992px) {

    .form-fixed {
        margin: 20px auto;
    }

    .input-group {
        max-width: 100%;
    }

}

@media screen and (max-width: 650px) {

    .form-fixed {
        width: 100%;
    }

    .main-wrapper .banner-section {
        padding: 100px 40px;
    }
}

.main-wrapper .banner-section {
    background: linear-gradient(180deg, #100e0d 0%, #171e24 100%);
}

.main-wrapper .banner-section h1 {
    color: #fff;
}

.main-wrapper .banner-section h1 span {
    color: #ffca09;
}

.main-wrapper .banner-section .banner-desc {
    color: #e0e6ec;
}

.main-wrapper .subscription-section {
    background: linear-gradient(180deg, #100e0d 0%, #171e24 100%);
}

.main-wrapper .subscription-section h2 {
    color: #fff;
}

.main-wrapper .subscription-section p {
    color: #fff;
}

.device-count {
    display: flex;
    width: 100%;
}

.device-count button {
    flex: 1;
    border: none;
    background: none;
    color: #fff;
    border: 1px solid #585a5a;
    border-right-color: transparent;
    font-weight: 300;
    padding: 10px;
    font-size: 18px;
    transition: .2s all ease-in-out;
}

.device-count button.active {
    background-color: #ffca09;
    font-weight: 600;
    color: #000;
}

.device-count button.active:hover {
    cursor: default;
    background-color: #ffca09;
}

.device-count button:hover {
    background-color: black;
    cursor: pointer;
}

.device-count button:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.device-count button:last-child {
    border-right-color: #585a5a;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.s247-pricing-card {
    margin-top: 30px;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}

.s247-pricing-card.popIn {
    animation: popIn 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
    animation-delay: calc(var(--i) * .1s);
}

.s247-pricing-card.greyed {
    background-color: #cdcdcd;
}

.s247-pricing-card .type {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.s247-pricing-card .value,
.s247-pricing-card .value * {
    font-size: 30px;
    margin: 20px 0;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}

.s247-pricing-card .by-line {
    text-align: center;
    font-weight: 300;
}

.s247-pricing-card strong {
    display: block;
    font-weight: 500;
}

.feature-section .feature-section-header {
    background: linear-gradient(180deg, #100e0d 0%, #171e24 100%);
}

.feature-section .about-title-list .title-list-item {
    border-color: #ffca09;
}

.feature-section .about-title-list .title-list-item:hover {
    background-color: #000;
}

.feature-section .about-title-list .title-list-item.active {
    background-color: #ffca09;
    border-color: #ffca09;
}

.feature-section .about-title-list .title-list-item.active:hover {
    cursor: auto;
    background-color: none;
}

.table tr td,
.table thead tr th {
    border-left: none;
    border-top: none;
    border-radius: 0;
}

.table thead tr th:first-of-type {
    border-top-left-radius: 10px;
}

.table thead tr th:last-of-type {
    border-top-right-radius: 10px;
}

.table tr td:first-of-type {
    border-left: 1px solid #d4d4d4;
}

.table tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 10px;
}

.table tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 10px;
}

.table thead tr th {
    border-top: 1px solid #d4d4d4;
    background-color: #000;
}

.table thead tr th:first-of-type {
    border-left: 1px solid #d4d4d4;
}

@keyframes popIn {
    0% {
        transform: scale(1.025);
    }

    30% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1);
    }

}

/* custom slider */


@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-220px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-220px * 7));
    }
}

.slider {
    /*background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
    height: 100px;
    margin: auto;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1980px;
}

.slider::before,
.slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 220px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: 80px;
    width: 220px;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-wrapper .why-section {
    padding-top: 60px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(234, 245, 248, 1) 100%);
}

.main-wrapper .why-section .why-card {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #cad3dc;
    box-shadow: -1px 10px 22px -12px rgba(50, 77, 82, 0.33);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.main-wrapper .why-section .why-card:hover {
    transform: rotateZ(0.5deg) scale(1.025);
}

.choose-section {
    background-color: #f5fbff;
}

.plan-switch {
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-switch a {
    flex: 1;
}

.plan-switch button {
    flex: 1;
    width: 100%;
    background: #000;
    outline: none;
    border: none;
    color: #fff;
    border: 1px solid #585a5a;
    padding: 10px;
    display: block;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    transition: .2s all ease-in-out;
}

.plan-switch button span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
    pointer-events: none;
}

.plan-switch button {
    border-top-left-radius: 5px;
    border-right: none;
}

.plan-switch button:hover {
    cursor: pointer;
    background-color: #dd1e02;
}

.plan-switch a>button:hover {
    cursor: pointer;
    background-color: #089949;
    text-decoration: none !important;
}

.plan-switch a:hover {
    text-decoration: none;
}

.plan-switch button.active:hover {
    cursor: auto;
}

.plan-switch button.active {
    background-color: #dd1e02;
}

.plan-switch a>button.active {
    background-color: #089949;
}

.plan-switch a>button {
    border-top-right-radius: 5px;
    border-top-left-radius: 0px;
}

.form-fixed {
    width: 100%;
    margin: 0;
    border: 1px solid #585a5a;
    border-top: none;
    box-shadow: none;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.form-fixed .input-row input[type="submit"] {
    transition: .2s all ease-in-out;
}

.s247-pricing-card .logo {
    display: block;
    margin-bottom: 20px;
}

.s247-pricing-card .logo img {
    display: block;
    margin: 0 auto;
}

.s247-pricing-card .logo .opm-logo {
    max-width: 100px;
}

.s247-pricing-card .logo .s247-logo {
    max-width: 100px;
}

.s247-pricing-card .logo .prtg-logo {
    max-width: 59px;
}


.spacer-or .spacer {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    color: #9aa3a8;
    margin: 0 auto;
    height: 30px;
    background-color: #15191d;
    z-index: 20;
    width: 30px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #4c5255;
}

.spacer-or {
    margin-top: 20px;
    max-width: 400px;
    position: relative;
}

.spacer-or::after {
    position: absolute;
    content: '';
    left: 0px;
    z-index: 10;
    bottom: 15px;
    display: block;
    width: 400px;
    border-bottom: 1px solid #4c5255;
}

.s247-signup {
    margin-top: 20px;
    font-size: 17px;
    background-color: #089949;
    padding: 12px 24px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-family: inherit;
    font-weight: 400;
}

.s247-signup span {
    font-size: 13px;
    font-weight: 300;
    ;
}

.label-btn {
    position: relative;
    padding: 10px 20px;
    background: none;
    border: none;
    border-radius: 5px;
    width: 250px;
    color: #fff;
    font-size: 17px;
    font-family: inherit;
    font-weight: 500;
    margin: 0 10px;
}

.label-btn.dld {
    background-color: #ff0000;
}

.label-btn.sign {
    background-color: #089949;
}

.label-btn .label {
    position: absolute;
    background: #000;
    width: 100px;
    display: block;
    max-width: max-content;
    font-size: 12px;
    border-radius: 3px;
    font-weight: 300;
    padding: 5px 10px;
    top: -15px;
    left: 75px;
}

.label-btn .sub-text {
    font-size: 13px;
    display: block;
    font-weight: 300;
    margin-top: 10px;
}

.mx-auto {
    margin: 0 auto;
}

@media screen and (max-width:1000px) {
    .device-count {
        flex-direction: column;
    }

    .device-count button {
        border: 1px solid #585a5a !important;
    }

    .s247-pricing-card .logo {
        margin-top: 0px;
    }
}

.featureSwiper {
    margin-bottom: 32px
}

.featureSwiper img {
    border: 1px solid #c3c3c3;
    border-radius: 4px
}

.featureSwiper.swiper {
    padding-bottom: 32px;
    width: 100%;
    margin-left: 0;
    margin-right: auto
}

@media screen and (min-width: 1200px) {
    .featureSwiper.swiper {
        max-width: 560px;
        padding-bottom: 12px
    }
}

.featureSwiper.swiper .swiper-pagination {
    bottom: 0
}

.mode-toggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}

.mode-toggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 80px;
    height: 40px;
    background: rgb(124, 78, 78);
    display: block;
    border-radius: 100px;
    position: relative;
}

.mode-toggle label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 30px;
    transition: 0.3s;
}

.mode-toggle input:checked+label {
    background: rgb(78, 124, 90);
}

.mode-toggle input:checked+label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.mode-toggle label:active:after {
    width: 60px;
}

.mode-toggle {
    display: flex;
    gap: 50px;
    padding: 24px;
    border-radius: 6px;
    align-items: flex-start;
    border: 1px solid #3d3d3d;
}

.prdt-logo {
    margin-bottom: 16px;
    display: block;
    border-bottom: 1px solid #3e3e3e;
    padding-bottom: 24px;
}

.prdt-logo>img {
    max-width: 150px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    .mode-toggle {
        flex-wrap: wrap;
        gap: 32px;
        border: 0;
        padding: 0;
        align-items: center;
        justify-content: center;
    }

    .mode-toggle label {
        transform: rotate(90deg);
    }

    .plan-label {
        width: 100% !important;
        border: 1px solid #3d3d3d;
    }

    /*.mode-toggle .plan-label:first-of-type {
        margin-bottom: 30px;
    }*/
    .mode-toggle>span {
        text-align: center !important;
    }

    /*.mode-toggle .plan-label:last-of-type {
        margin-top: 35px;
    }*/
    .prdt-logo>img {
        margin: 0 auto;
    }

}

.plan-label {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: 50%;
    padding: 24px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.plan-label>span {
    font-size: 14px;
    font-weight: 300;
}

.mode-toggle label {
    margin: 0 20px;
}

.toggle-cta {
    display: inline-block;
    padding: 10px 20px;
    max-width: max-content;
    margin: 0 auto;
    margin-bottom: 24px;
    background-color: #ee1313;
    outline: none;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    transition: all .2s ease-in-out;
}

.toggle-cta:hover {
    cursor: pointer;
}

.toggle-cta.green {
    background-color: #089949;
}

#toggle-cta-href:hover {
    text-decoration: none;
}

.casestudy-section {
    background: #f5fbff;
}

.casestudy-section h2 {
    color: #000;
}

.casestudy-card {
    padding: 20px;
    height: 100% !important;
}

#large-content .swiper-horizontal>.swiper-pagination-bullets,
#large-content .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 50px;
}

.casestudy-card.quote-sym:first-of-type {
    margin-bottom: 20px;
}

.casestudy-card.quote-sym:before {
    content: '\201C';
    display: block;
    position: absolute;
    font-family: serif;
    font-size: 100px;
    text-shadow: rgb(0, 0, 0) 1px 0 2px;
    color: #ffca09;
    top: 10px;
    left: -10px;
}

.casestudy-card.quote-sym:after {
    content: '\201D';
    display: block;
    position: absolute;
    font-family: serif;
    font-size: 100px;
    color: #ffca09;
    text-shadow: rgb(0, 0, 0) 1px 0 2px;
    top: 10px;
    right: -10px;
}

.role {
    margin-top: 20px;
}

.role p {
    font-size: 14px;
    line-height: 24px;
}

.role .name {
    font-weight: 500;
}

.alternative-to-prtg-wrapper .role p {
    font-size: 14px !important;
    line-height: 24px;
}

.alternative-to-prtg-wrapper .role .name {
    font-weight: 500;
}

.btn-play-icon-red {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    background-color: #ff0000;
    color: #fff;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 32px;
    top: 32px;
}

.btn-play-icon-red::before {
    border-top: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid rgba(0, 0, 0, 0);
    border-left: 11px solid #fff;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-32%, -50%);
    transform: translate(-36%, -50%);
}

.main-wrapper .footer {
    padding: 12px;
    text-align: center;
    font-size: 14px;
    color: #444;
}

.main-wrapper .footer a {
    color: #444;
}

.top-header {
    background: #f9f9f9;
    padding: 16px 0;
}

.fixed {
    position: fixed;
    width: 100%;
    z-index: 3;
    box-shadow: 0 1px 1px 0 #8a8a8a3e;
    left: 0;
    top: 0;
    animation: headerAnim .35s;
}

@keyframes headerAnim {
    0% {
        top: -60px;
    }

    100% {
        top: 0;
    }
}

.nav-header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}

.header-me-logo a svg {
    width: 170px;
}

.header-nav-item {
    display: flex;
    gap: 8px;
}

.header-nav-item>a {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 4px;
    color: #fff;
    background: #0c8750;
    font-weight: 600;
    transition: all .3s;
}

.header-nav-item>a:hover {
    text-decoration: none;
    background: #1a9f63;
}

#btn-site247-gq {
    display: none;
}

/*------ rating section -------*/
.trustedby-section,
.privacy-logo-section {
    padding: 100px 0;
}

.banner-rating-div-wrapper .banner-rating-div {
    display: flex;
    gap: 24px;
    margin: 16px 0px 0px;
    justify-content: center;

}

.banner-rating-div-wrapper .rating-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 280px;
    background: #fff;
    padding: 28px 24px;
    max-width: 100%;
    border-radius: 8px;
    border: 1px solid #dddddd;
}

.banner-rating-div-wrapper h5 {
    font-size: 40px;
    font-weight: 600;
}



.banner-rating-div-wrapper .rating-card h5,
.banner-rating-div-wrapper .rating-card h5>span {
    font-size: 42px;
    font-weight: 800;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-family: 'ZohoPuvi', sans-serif;
}



.banner-rating-div-wrapper .rating-card p {
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .banner-rating-div-wrapper .rating-card h5 {
        font-size: 32px;
    }
}

@media screen and (max-width: 888px) {
    .banner-rating-div {
        flex-wrap: wrap;
    }


    .banner-rating-div-wrapper .rating-card {
        width: calc(50% - 32px);
    }
}

@media screen and (max-width: 640px) {
    .banner-rating-div-wrapper .rating-card {
        gap: 20px;
    }
}

@media screen and (max-width: 550px) {
    .banner-rating-div-wrapper .rating-card {
        width: 100%;
    }
}


/*----------------- zoho privacy badges ----------------*/


.privacy-logo-section {
    background: #161616;
}

.privacy-logo-section .sec-header {
    margin: 0 auto;
    ;
}

.privacy-logo-section h2,
.privacy-logo-section p {
    color: #c6c8ca;
    margin: 0;
}

.zw-privacy-badge ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding: 0;
}


.zsb-iso-soc2,
.zsb-iso-hippa,
.zsb-iso-gdpr {
    background-size: 600px auto !important;
}

.zw-privacy-badge [class^="zsb-iso-"] {
    background-position: 1px 0;
    display: inline-block;
    width: 111px;
    height: 56px;
    --compliance-badges: url(https://www.manageengine.com/itom/images/badges/2024/compliance-badges.png);
    background: var(--compliance-badges) 0 0 / 800px auto no-repeat;
    margin: 0 !important;
}

.zw-fltr-white {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.zsb-iso-pim {
    background-position: -110px 0 !important;
}

.zsb-iso-csm {
    background-position: -221px 0 !important;
}

.zsb-iso-pdc {
    background-position: -332px 0 !important;
}

.zsb-iso-soc2 {
    background-position: -415px 0 !important;
    width: 61px !important;
    height: 61px !important;
}

.zsb-iso-gdpr {
    background-position: -478px 0 !important;
    width: 61px !important;
    height: 61px !important;
}

.zsb-iso-hippa {
    background-position: 0 -60px !important;
    width: 69px !important;
    height: 59px !important;
}

@media screen and (max-width: 600px) {
    .zw-privacy-badge ul {
        justify-content: flex-start;
    }
}




/* Dropdown */

.dropdown {
    display: inline-block;
    position: relative;
    font-size: 16px;
}

.dd-button {
    display: inline-block;
    border: 1px solid #3f9a61;
    border-radius: 4px;
    padding: 8px 40px 8px 20px;
    background-color: #3f9a61;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
}

.dd-button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.dd-button:hover {
    background-color: #2da158;
}


.dd-input {
    display: none;
}

.dd-menu {
    position: absolute;
    top: 100%;
    right: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    list-style-type: none;
}

.dd-input+.dd-menu {
    display: none;
}

.dd-input:checked+.dd-menu {
    display: block;
}

.dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
}

.dd-menu li:hover {
    background-color: #f6f6f6;
}

.dd-menu li a {
    display: block;
}

.dd-menu li a:hover {
    text-decoration: none;
}

.dd-menu li.divider {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}

.idlePopup-mainCont h2,
.idlePopup-notSure,
.idlePopup-links {
    font-size: 1em
}

.idlePopup-Content,
.idlePopup-links,
.idlePopup-circle {
    position: relative
}

.idlePopup-innerCir,
.idlePopup-closeIcn {
    position: absolute
}

.idlePopup-links p,
.idlePopup-circle,
.idlePopup-Next,
.idlePopup-cancel {
    display: inline-block
}

.idlePopup-parent {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    font-family: Roboto Slab, sans-serif;
    top: 0;
    left: 0;
    z-index: 999999
}

.idlePopup-Content,
.idlePopup-innerCir {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.idlePopup-Content {
    width: 320px;
    background: #fff;
    border-top: 4px solid #42B77D
}

.idlePopup-links,
.idlePopup-notSure {
    color: #666;
    margin: 0
}

.idlePopup-notSure {
    padding: 12px 25px 12px 10px;
    background: #F3F8F8
}

.idlePopup-mainCont {
    padding: 15px 0 15px 30px;
    background: #fff
}

.idlePopup-mainCont h2 {
    color: #3BB87B;
    padding: 0 0 8px 0;
    margin: 0;
    font-weight: bold
}

.idlePopup-links {
    padding: 0 0 8px 5px
}

.idlePopup-links p {
    padding: 0 0 0 10px;
    margin: 0
}

a,
.idlePopup-links,
.idlePopup-closeIcn {
    cursor: pointer
}

.idlePopup-circle {
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 0.5px solid #262626;
    box-sizing: border-box;
}

.idlePopup-innerCir {
    width: 6px;
    height: 6px;
    border-radius: 50%
}

.idlePopup-adBg {
    background: #42B77D
}

.idlePopup-Next a,
.idlePopup-cancel a {
    color: #fff
}

.idlePopup-Next,
.idlePopup-cancel {
    font-size: 14px;
    padding: 7px 20px;
    margin: 5px 0 0 0
}

.idlePopup-Next {
    background: #42B77D;
    margin-right: 15px
}

.idlePopup-cancel {
    background: #889294
}

.idlePopup-closeIcn {
    font-size: 1.1em;
    color: #262626;
    top: 9px;
    right: 10px
}

.main-wrapper .banner-section h1 span {
    color: #f5b041;
}

.top-header {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 150;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

@media screen and (max-width: 1366px) {
    .main-wrapper .banner-section {
        padding: 100px 20px;
    }
}

@media screen and (max-width: 992px) {
    .main-wrapper .banner-section {
        padding: 60px 20px;
    }
}

/*.form-group-row input,
        .form-group-row select {
            height: auto !important;
        }*/

#form-section-wrapper {
    padding-left: 80px;
    padding-right: 0;
}

@media screen and (max-width: 992px) {
    #form-section-wrapper {
        padding-left: 0px;
        padding-top: 40px;
    }
}

#form-section-wrapper .form-section {
    padding: 50px 30px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 5px;
}

@media screen and (max-width: 992px) {
    #form-section-wrapper .form-section {
        padding: 50px 20px;
    }
}

#form-section-wrapper .form-section .toggle-element {
    position: relative;
    display: flex;
    width: 90%;
    margin: 0 auto;
    height: 50px;
    margin-top: -70px;
}

@media screen and (max-width: 992px) {
    #form-section-wrapper .form-section .toggle-element {
        width: 100%;
    }
}

#form-section-wrapper .form-section .toggle-element button {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 500;
    background: none;
    background-color: #fff;
    border: 2px solid #e5dfd1;
    border-radius: 50px;
    transition: 0.2s all ease-in-out;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

#form-section-wrapper .form-section .toggle-element button:not(.active):hover {
    cursor: pointer;
    color: #f5b041;
    border-top: 1px solid #ffe9c2;
    border-right: 1px solid #ffe9c2;
    border-bottom: 1px solid #ffe9c2;
}

#form-section-wrapper .form-section .toggle-element button.active {
    color: #000;
    background-color: #f5b041;
}

#form-section-wrapper .form-section .toggle-element button.cloud {
    border-left: 1px solid #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#form-section-wrapper .form-section .toggle-element button.on-prem {
    border-right: 1px solid #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#form-section-wrapper .form-section form {
    display: none;
    padding-top: 20px;
    min-height: 330px;
}

#form-section-wrapper .form-section form .form-group-row>div:nth-child(2) {
    flex-direction: column;
}

#form-section-wrapper .form-section form .form-group-row>div:nth-child(2) .select-country {
    width: 100%;
    border: 0;
    border-radius: 4px;
    font-size: 15px;
    color: #1B1D1F;
    font-family: inherit;
    background: #fff;
    border: 1px solid #E1E2E5;
    padding: 10px;
    margin: 5px 0;
}

#form-section-wrapper .form-section form .form-group-row>div:nth-child(2) .select-country::after {
    right: 10px;
}

#form-section-wrapper .form-section form .form-group-row>div:nth-child(2) .select-os {
    width: 100%;
    border: 0;
    border-radius: 4px;
    font-size: 15px;
    color: #1B1D1F;
    font-family: inherit;
    background: #fff;
    border: 1px solid #E1E2E5;
    padding: 10px;
    margin: 5px 0;
}

#form-section-wrapper .form-section form .form-group-row>div:nth-child(2) .select-os::after {
    right: 10px;
}

#form-section-wrapper .form-section form.active {
    display: block;
}

#form-section-wrapper .form-section form.active .form-group-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#form-section-wrapper .form-section form.active .form-group-row>div {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    border: none;
}

#form-section-wrapper .form-section form.active .form-group-row>div:nth-child(1) {
    padding: inherit;
    flex: inherit;
}

#form-section-wrapper .form-section form.active .form-group-row>div:nth-child(1)::after {
    display: none;
}

#form-section-wrapper .form-section form.active .form-group-row>div:nth-child(1)::before {
    display: none;
}

#form-section-wrapper .form-section form.active .form-group-row>div:nth-child(2) {
    padding: inherit;
}

#form-section-wrapper .form-section form.active .form-group-row>div input,
#form-section-wrapper .form-section form.active .form-group-row>div select {
    width: 100%;
    border: 0;
    border-radius: 4px;
    font-size: 15px;
    color: #1B1D1F;
    font-family: inherit;
    background: #fff;
    border: 1px solid #E1E2E5;
    padding: 10px;
}

#form-section-wrapper .form-section form.active .form-group-row .opm-btn {
    display: block;
    padding: 10px 50px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    height: auto !important;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #ee1313;
    outline: none;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

#form-section-wrapper .form-section form.active .form-group-row .opm-btn:hover {
    cursor: pointer;
    background-color: #bb0d0d;
}

#form-section-wrapper .form-section form #downloadSubmit {
    display: block;
    padding: 10px 50px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: -moz-max-content;
    max-width: max-content;
    background-color: #ee1313;
    outline: none;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

#form-section-wrapper .form-section form input {
    font-weight: 300;
    font-size: 15px;
    border: 1px solid #e6e3e0 !important;
    border-radius: 4px;
    border: none;
    margin: 5px 0;
    color: #1B1D1F;
    width: 100%;
    padding: 10px;
}

#form-section-wrapper .form-section form select {
    font-weight: 300;
    font-size: 15px;
    border: 1px solid #e6e3e0 !important;
    border-radius: 4px;
    border: none;
    margin: 5px 0;
    color: #1B1D1F;
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-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: 100%;
    background-position-y: 13px;
    border: 1px solid #dfdfdf;
}

#form-section-wrapper .form-section form small {
    display: block;
    margin: 0 auto;
    font-size: 12px;
    text-align: center !important;
}

#form-section-wrapper .form-section form small input[type=checkbox] {
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
    margin-right: 10px;
}

#form-section-wrapper .form-section form small .form-check-label,
#form-section-wrapper .form-section form small .form-check-label>a {
    text-align: left;
    font-size: 13px;
}

#form-section-wrapper .form-section form small .form-check-label>a {
    color: #1a4eb0;
}

#form-section-wrapper .form-section form small .form-check-label {
    position: relative;
    top: 2px;
    line-height: 1.5;
}

#form-section-wrapper .form-section form .selectedCountry {
    color: #1B1D1F;
    line-height: 1.3;
}

#form-section-wrapper .form-section form .selectedCountry.unselected {
    color: #1B1D1F;
}

#form-section-wrapper .form-section form .cta {
    margin-top: 20px;
    font-size: 16px;
    padding: 10px 20px;
}

#form-section-wrapper .form-section form .cta small {
    font-size: 11px;
    font-weight: 500;
    margin-top: 5px;
}

#form-section-wrapper .form-section form .za-newsletter-container {
    display: flex;
    margin: 0;
    margin-top: 20px;
    align-items: flex-start;
}

#form-section-wrapper .form-section form .za-tos-container {
    margin: 0;
    align-items: flex-start;
    text-align: left !important;
}

.value-points-wrapper {
    padding: 0;
    margin: 0;
    padding-top: 10px;
}

.value-points-wrapper a {
    display: inline-block;
    height: 100%;
}

@media screen and (max-width: 992px) {
    .value-points-wrapper a {
        display: block;
    }
}

.value-points-wrapper a:hover li {
    border: 1px solid #887146;
}

.value-points-wrapper a:hover li::before {
    filter: hue-rotate(280deg);
}

.value-points-wrapper li {
    font-size: 16px !important;
    padding: 12px;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 7px;
    display: inline-flex;
    max-width: -moz-max-content;
    max-width: max-content;
    align-items: center;
    pointer-events: none;
    transition: 0.2s all ease-in-out;
}

@media screen and (max-width: 992px) {
    .value-points-wrapper li {
        margin: 5px 0;
        display: flex;
        font-size: 15px !important;
        padding: 10px 12px;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1367px) {
    .value-points-wrapper li {
        font-size: 14px !important;
    }
}

.value-points-wrapper li::before {
    display: inline-block;
    content: "";
    background-image: url("https://www.manageengine.com/itom/images/value-tick-circle.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

@media screen and (max-width: 992px) {
    h2 {
        font-size: 35px !important;
    }
}

h2 span {
    display: block;
    font-weight: 300;
    font-size: 35px;
    color: #30373C !important;
}

@media screen and (max-width: 992px) {
    h2 span {
        font-size: 30px;
    }
}

/* .container p {
            line-height: 1.5rem;
            letter-spacing: -0.36px;
        } */

.flex-auto {
    flex-basis: auto;
}

.p-2 {
    padding: 6px !important;
}

.feature-blocks {
    padding-top: 30px;
}

.feature-blocks .justify-content-center {
    justify-content: center;
}

.feature-blocks .feature-card {
    padding: 25px;
    height: 100%;
}

.feature-blocks .feature-card .icon-heading {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.feature-blocks .feature-card img {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: block;
    margin-right: 15px;
    max-width: 35px;
}

.feature-blocks .feature-card h3 {
    font-size: 24px;
    color: #1B2329;
}

.feature-blocks .feature-card p {
    font-size: 16px;
}

.highlight-section .dark-section {
    margin: 0px 8%;
    padding: 70px 0;
    border-radius: 20px;
    background: linear-gradient(180deg, #100e0d 0%, #171e24 100%);
}

@media screen and (max-width: 992px) {
    .highlight-section .dark-section {
        margin: 0;
        border-radius: 0px;
        padding: 20px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
}

.highlight-section .dark-section.full-length {
    margin: 0;
    border-radius: 0;
}

.highlight-section .dark-section h2 {
    color: #fff !important;
}

.highlight-section .dark-section h2 span {
    color: #f5b041 !important;
}

.highlight-section .dark-section .why-points .points-wrapper {
    padding: 10px;
}

.highlight-section .dark-section .why-points .points-wrapper .point {
    padding: 0px;
    height: 100%;
    overflow: hidden;
    border: 1px solid #1c2224;
    border-radius: 10px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5) !important;
}

.highlight-section .dark-section .why-points .points-wrapper img {
    max-width: 40px;
    margin: 20px;
    margin-bottom: 0px;
}

.highlight-section .dark-section .why-points .points-wrapper h4 {
    padding: 20px;
    padding-bottom: 0px;
    font-size: 20px;
    color: #ffd797 !important;
    font-weight: 500;
    transition: 0.2s all ease-in-out;
}

.highlight-section .dark-section .why-points .points-wrapper p {
    padding: 18px;
    padding-top: 0;
    color: #e3e0d9;
}

.highlight-section .dark-section .feature-blocks {
    padding-top: 0;
}

.highlight-section .dark-section .feature-blocks .feature-card {
    border: none;
    padding: 20px;
}

@media screen and (max-width: 992px) {
    .highlight-section .dark-section .feature-blocks .feature-card {
        padding: 10px 0px;
    }

    .highlight-section .dark-section .feature-blocks .feature-card:last-of-type {
        padding-bottom: 40px;
    }
}

.highlight-section .dark-section .feature-blocks .feature-card h3 {
    color: #f5b041;
}

.highlight-section .dark-section .feature-blocks .feature-card p {
    color: #e3e0d9;
}

.switch-block-wrapper .feature-card {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0;
    margin: 30px 0;
    transition: 0.2s all ease-in-out;
}

.switch-block-wrapper .feature-card:last-of-type {
    border-bottom: none !important;
}

.switch-block-wrapper .feature-card.active {
    background-color: #fff5e4;
    border-radius: 10px;
}

.switch-block-wrapper .feature-card.active span.eyebrow-text {
    color: #93561d;
}

.switch-block-wrapper .feature-card.active h3 {
    color: #1B2329 !important;
}

.switch-block-wrapper .feature-card.active p {
    color: #30373C;
}

.switch-block-wrapper .feature-card span.eyebrow-text {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #1B2329;
    max-width: -moz-max-content;
    max-width: max-content;
    border-radius: 5px;
    transition: 0.2s all ease-in-out;
}

.switch-block-wrapper .feature-card h3 {
    font-size: 24px;
    color: #1B2329 !important;
    transition: 0.2s all ease-in-out;
}

.switch-block-wrapper .feature-card p {
    color: #30373C;
    transition: 0.2s all ease-in-out;
}

.switch-block-wrapper .feature-card:last-of-type {
    padding-bottom: 50px;
    margin-bottom: 200px;
}

@media screen and (max-width: 992px) {
    .switch-block-wrapper .feature-card:last-of-type {
        padding-bottom: 40px;
    }
}

.switch-block-sticky {
    position: relative;
    padding-bottom: 50px;
}

@media screen and (max-width: 992px) {
    .switch-block-sticky {
        display: none;
    }
}

.switch-block-sticky .switch-block-img-wrapper {
    position: sticky;
    top: 150px;
    height: 400px;
    border-radius: 20px;
    transition: 0.2s all ease-in-out;
}

.switch-block-sticky .switch-block-img-wrapper img {
    position: absolute;
    transition: 0.2s all ease-in-out;
}

.switch-block-sticky .switch-block-img-wrapper img.visible {
    opacity: 1;
}

.switch-block-sticky .switch-block-img-wrapper img.hidden {
    opacity: 0;
}

.cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cta-section>h2 {
    margin-bottom: 24px;
}

.privacy-logo-section h2 {
    color: #c6c8ca !important;
    margin: 0 !important;
}

.privacy-logo-section p {
    color: #c6c8ca;
}

button.cta {
    display: inline-block;
    padding: 10px 50px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
    background-color: #ee1313;
    outline: none;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

button.cta:hover {
    cursor: pointer;
    background-color: #bb0d0d;
}

a.no-underline:hover {
    text-decoration: none;
}

.casestudy-card.quote-sym:before {
    display: none;
}

.casestudy-card.quote-sym:after {
    display: none;
}

.alternative-to-prtg-wrapper .casestudy-card.quote-sym:before,
.alternative-to-prtg-wrapper .casestudy-card.quote-sym:after {
    display: block !important;
}


.casestudy-card.quote-sym {
    background-color: transparent;
    border: none;
}

.alternative-to-prtg-wrapper {
    .casestudy-card.quote-sym {
        background-color: #fff;
        border: 1px;
    }

}

.quotes-content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #000 !important;
    letter-spacing: 0px;
}

.quotes-content p strong {
    font-weight: 500;
}

.quotes-content .role {
    border-top: none;
}

.alternative-to-prtg-wrapper .quotes-content .role {
    border-top: 1px solid #ccc;
}

.quotes-content .role .name {
    font-size: 20px;
}

.quotes-content .role p {
    font-style: normal;
    font-size: 16px;
}

.capterraSwiper {
    margin-bottom: 30px;
    height: 100%;
}

.capterraSwiper .swiper-horizontal>.swiper-pagination-bullets,
.capterraSwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 50px;
}

.capterra-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    width: 100%;
    max-width: 1000px;
    min-height: 495px;
    margin: 0 auto;
    border: 1px solid #e7e7e7;
}

.capterra-card p.title {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}

.capterra-card p.job {
    text-align: center;
}

.capterra-card .tags {
    border: none;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 772px) {
    .capterra-card .tags {
        flex-direction: column;
    }
}

.capterra-card .tags .role {
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    background-color: #ffe4c1;
    border-radius: 5px;
    margin: 0 10px;
}

@media screen and (max-width: 772px) {
    .capterra-card .tags .role {
        margin: 10px 0;
        text-align: center;
    }
}

.capterra-card .tags .role span {
    font-style: normal;
    font-weight: 300;
}

.capterra-card .tags .role:nth-of-type(even) {
    background-color: #ccd0ff;
}

.capterra-card p.content {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.capterra-card .logo-cover {
    margin: 0 auto;
    padding-bottom: 40px;
}

.capterra-card .img-holder img {
    margin: 0 auto;
    display: block;
}

/*# sourceMappingURL=styles.css.map */

.features ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

.features ul li {
    position: relative;
    display: flex;
    letter-spacing: -0.36px;
    align-items: flex-start;
    padding-top: 20px;
}

.features ul li strong {
    display: contents;
}

.features ul li::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 2px;
    left: 3px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.features ul li:first-of-type::before {
    height: 92%;
    top: 30px;
}

.features ul li:last-of-type::before {
    height: 10px;
    top: 20px;
}

.features ul li span {
    position: relative;
    z-index: 20;
    content: '';
    margin-top: 8px;
    margin-right: 20px;
    display: block;
    min-width: 8px;
    min-height: 8px;
    width: 8px;
    height: 8px;
    opacity: 1;
}

.features ul li span.circle {
    background-color: #fff;
    border-radius: 4px;
}

.features ul li span.circle.red {
    background-color: #E42527;
}

.features ul li span.circle.green {
    background-color: #089949;
}

.features ul li span.circle.yellow {
    background-color: #F9B21D;
}

.features ul li span.circle.blue {
    background-color: #226DB4;
}

.features ul li span.square {
    background-color: #fff;
    margin-left: 0px;
    margin-right: 20px;
}

.features ul li span.square.red {
    background-color: #E42527;
}

.features ul li span.square.green {
    background-color: #089949;
}

.features ul li span.square.yellow {
    background-color: #F9B21D;
}

.features ul li span.square.blue {
    background-color: #226DB4;
}

.features ul li span.triangle {
    width: 8px;
    height: 8px;
    margin-top: 0px;
    margin-left: -2px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 8px solid #fff;
}

.features ul li span.triangle.red {
    border-bottom: 8px solid #E42527;
}

.features ul li span.triangle.green {
    border-bottom: 8px solid #089949;
}

.features ul li span.triangle.yellow {
    border-bottom: 8px solid #F9B21D;
}

.features ul li span.triangle.blue {
    border-bottom: 8px solid #226DB4;
}

.flex-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.field-msg span {
    color: #F00;
    line-height: 1;
}

.pb0 {
    padding-bottom: 0
}

.ptb-l {
    padding: 40px 0;
}

/*free-trial code*/
.banner-content h1,
.banner-content h1>span {
    font-size: 50px;
}

.toggle-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    top: -25px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(255 255 255), rgb(165 139 9), rgba(56, 2, 155, 0));
    border-image-slice: 1;
}

.toggle-wrapper .button-wrapper {
    max-width: max-content;
    margin: 0 auto;
    height: 50px;
    margin-top: -25px;
    display: flex;
    gap: 8px;
}

.toggle-wrapper .button-wrapper button {
    height: 100%;
    display: inline-block;
    width: 200px;
    font-size: 18px;
    font-family: 'ZohoPuvi', sans-serif;
    font-weight: 400;
    background-color: #FFFBE8;
    outline: none;
    border: 0;
    margin: 0;
    transition: .2s all ease-in-out;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    opacity: .7;
    border: 1px solid #ac9f58;
    border-bottom: 0;
}

.toggle-wrapper .button-wrapper button.active {
    background-color: #fff;
    font-weight: 500;
    opacity: 1;
    height: 51px;
}

.toggle-wrapper .button-wrapper button:not(.active):hover {
    cursor: pointer;
    background-color: #fff;
}


@media screen and (max-width: 992px) {
    .toggle-wrapper .button-wrapper button {
        border-radius: 0px !important;
    }
}

.cloud-trial.active {
    display: block;
}

.onprem-trial.active {
    display: block;
}

.onprem-trial {
    max-width: 1200px;
    margin: 0 auto;
    display: none;
}

.cloud-trial {
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 40px;
    display: none;
}

@media screen and (max-width: 1280px) {

    .onprem-trial,
    .cloud-trial {
        max-width: 95% !important;
    }
}

.cloud-trial #signupform {
    margin: 0 auto;
}

.onprem-trial #LicenseKeyForm {
    margin: 0 auto;
}

.onprem-trial .dwnForm {
    width: max-content;
    max-width: 380px;
    float: none;
}

.onprem-trial #LicenseKeyForm input,
.onprem-trial #LicenseKeyForm select {
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
    padding: 8px 10px;
    font-family: 'ZohoPuvi', sans-serif;
    font-weight: 300;
    letter-spacing: -0.36px;
    border-radius: 4px;
    border: 1px solid #c3c7ca !important;
    color: #1B1D1F;
}

.onprem-trial #LicenseKeyForm select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    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: 100%;
    background-position-y: 13px;
}

.onprem-trial .selectCountryDx {
    position: relative;
}

.onprem-trial .selectCountryDx::after {
    content: '';
    display: block;
    position: absolute;
    height: 8px;
    width: 8px;
    top: 50%;
    right: 15px;
    border-right: 1px solid #939698;
    border-bottom: 1px solid #939698;
    transform: rotate(45deg);
    background-color: transparent;
}

.onprem-trial .selectCountryDx select {
    position: relative;
    appearance: none;
}

#form-alert,
#dwn-form-alert {
    position: relative;
    background: transparent;
    color: red;
    text-align: left;
    padding: 0;
}

#downloadSubmit {
    color: #fff !important;
}

#dwn-form-alert::before {
    display: none;
}

.cloud-trial #signupform input,
.cloud-trial #signupform select {
    font-size: 14px;
    margin-top: 10px;
    padding: 8px 10px;
    width: 100%;
    font-family: 'ZohoPuvi', sans-serif;
    font-weight: 300;
    letter-spacing: -0.36px;
    border-radius: 4px;
    border: 1px solid #c3c7ca !important;
    color: #1B1D1F;
}

.cloud-trial .country_container {
    position: relative;
}

.cloud-trial .country_container::after {
    content: '';
    display: block;
    position: absolute;
    height: 8px;
    width: 8px;
    top: 50%;
    right: 15px;
    border-right: 1px solid #939698;
    border-bottom: 1px solid #939698;
    transform: rotate(45deg);
    background-color: transparent;
}

.cloud-trial #signupform select {
    position: relative;
    appearance: none;
}

.cloud-trial .za-tos-container {
    display: block;
    margin: 20px 0;
}

.cloud-trial .za-tos-container input {
    display: inline-block;
    width: max-content !important;
    margin: 0 !important;
    margin-right: 8px !important;
}

.cloud-trial .za-tos-container .form-check-label {
    vertical-align: middle;
}

.form-check-label {
    font-size: 13px;
}

.form-check-label>a {
    color: #1a4eb0;
}

.cloud-trial .za-newsletter-container {
    display: block;
    margin-top: 20px;
}

.cloud-trial .za-newsletter-container input {
    display: inline-block;
    width: max-content !important;
    margin: 0 !important;
    margin-right: 8px !important;
}

.cloud-trial .za-newsletter-container .form-check-label {
    vertical-align: middle;
}

button.cta {
    display: block;
    border: none;
    background: none;
    color: #fff;
    font-family: 'ZohoPuvi', sans-serif;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 17px;
    letter-spacing: .1px;
    border-radius: 5px;
    margin: 0 auto;
    transition: .2s all ease-in-out;
    text-transform: uppercase;
}

button.cta small {
    font-size: 13px;
    display: block;
    margin-top: 5px;
    font-weight: 400;
}

.cloud-trial button.cta {
    background-color: #089949;
}

.cloud-trial button.cta:hover {
    cursor: pointer;
    background-color: #057839;
}

.onprem-trial .os-edition {
    display: flex;
    align-items: center;
    justify-content: center;
}

.onprem-trial .os-edition button {
    background: none;
    outline: none;
    border: none;
    border: 1px solid #c3c7ca !important;
    border-radius: 5px;
    width: calc(480px/2);
    padding: 10px 15px;
    color: #707477;
    font-family: 'ZohoPuvi', sans-serif;
    letter-spacing: -0.36px;
    transition: .2s all ease-in-out;
}

.onprem-trial .os-edition button:not(.active):hover {
    background-color: #e2e8ed;
    color: #000;
    cursor: pointer;
}

#other-download {
    display: none
}

.onprem-trial .os-edition button.active {
    color: #fff;
    font-weight: 500;
    background-color: #121518;
}

.onprem-trial .os-edition button:first-of-type {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.onprem-trial .os-edition button:last-of-type {
    border-top-left-radius: 0px;
    border-left: none !important;
    border-bottom-left-radius: 0px;
}

.download-links-wrapper .professional-links {
    display: none;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .download-links-wrapper .professional-links {
        flex-direction: column;
    }
}

.download-links-wrapper .enterprise-links {
    display: none;
    align-items: center;
}

.download-links-wrapper .free-links {
    display: none;
}

.download-links-wrapper .professional-links.active,
.download-links-wrapper .enterprise-links.active,
.download-links-wrapper .free-links.active {
    display: block;
}

@media screen and (max-width: 992px) {
    .download-links-wrapper .enterprise-links {
        flex-direction: column;
    }
}



.download-links-wrapper .os-btn-wrapper {
    /*flex: 1;*/
    width: 280px;
    margin: 5px;
    display: flex;
    flex-direction: column;
}

.download-links-wrapper .os-btn-wrapper .os-logo {
    display: block;
    width: 30px;
    margin-right: 15px;
}

.download-links-wrapper .os-btn-wrapper>a:hover {
    text-decoration: none;
}

.download-links-wrapper .os-btn-wrapper>a button {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    background-color: #e9142b !important;
    letter-spacing: -0.36px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    font-family: 'ZohoPuvi', sans-serif;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    padding: 10px 20px;
    transition: .2s all ease-in-out;
    line-height: 1.5;
}

.download-links-wrapper .os-btn-wrapper>a button strong {
    font-weight: 900;
    font-size: 18px;
}

.download-links-wrapper .os-btn-wrapper>a button:hover {
    cursor: pointer;
    background-color: #b80c1d;
}

.download-links-wrapper .os-btn-wrapper>a button::after {
    display: block;
    position: absolute;
    right: 15px;
    top: calc(50% - 10px);
    content: '';
    background-image: url('https://www.manageengine.com/itom/images/download-common-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;

}

.download-links-wrapper .os-btn-wrapper>a button small {
    font-size: 12px;
    display: block;
    font-weight: 400;
    line-height: 1;
}

.sha-256-wrapper {
    display: flex;
    font-size: 10px;
    margin-top: 10px;
    border: 1px solid #c3c7ca;
    border-radius: 3px;
    overflow: hidden;
    max-width: 100%;
}

.sha-val-row-con {
    display: flex;
    gap: 16px;
}

.sha-val-row-con>.sha-256-wrapper {
    flex: 1;
}

.sha-256-wrapper .label {
    padding: 2px 5px;
    width: 110px;
    color: #000;
    font-weight: 500;
    background-color: #d6dde2;
    border-right: 1px solid #c3c7ca;
}

.sha-256-wrapper .value {
    padding: 2px 6px;
    color: #000;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    background: #fff;
    text-overflow: ellipsis;
}

.sha-256-wrapper button.copy {
    background: none;
    content: '';
    background-color: #d6dde2;
    border: none;
    border-left: 1px solid #c3c7ca;
    width: 30px;
    transition: .2s all ease-in-out;
}

.sha-256-wrapper button.copy:hover {
    background-color: #bdc5cd;
    cursor: pointer;
}

.sha-256-wrapper button.copy:hover::after {
    opacity: 1;
}

.sha-256-wrapper button.copy::after {
    pointer-events: none;
    content: "";
    display: inline-block;
    vertical-align: middle;
    opacity: .7;
    height: 15px;
    width: 15px;
    background-image: url('https://www.manageengine.com/itom/images/copy-common-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.download-details a button.probe {
    font-size: 11px;
    padding: 8px;
    border-radius: 3px;
    background-color: #e2e7e9 !important;
    border: 1px solid #c3c7ca;
    color: #4b4b4b !important;
    margin-top: 8px;
    position: relative;
    width: 100%;
    text-align: left;
    align-items: center;
    display: flex;
    height: 38px;
}

.download-details a button.probe:hover {
    background-color: #bdc5cd !important;
    color: #000;
}

.download-details a button.probe:hover::after {
    opacity: 1;
}

.download-details a button.probe::after {
    display: block;
    position: absolute;
    right: 15px;
    filter: invert(1);
    opacity: .5;
    top: calc(50% - 8px);
    content: '';
    background-image: url('https://www.manageengine.com/itom/images/download-common-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;

}

.professional-div-con {
    background-color: #F6F6F6;
    border-radius: 6px;
    padding: 24px;
}

p.other-download {
    text-align: center;
    color: #000;
    margin: 0;
    margin-top: 16px;
    font-weight: 600;
}

p.other-download>a {
    color: #0A37D7;
    font-weight: 600;
}

.download-row-sec {
    padding: 50px;
}

.enterprise-div-con {
    border: 1px solid #ccc;
    padding: 24px;
    border-radius: 6px;
}

.enterprise-div-con .download-links-wrapper {
    padding: 0;
    text-align: center
}

.onprem-trial h2 {
    font-size: 20px !important;
    letter-spacing: .2px;
    font-weight: 700 !important;
}

.onprem-trial h3 {
    text-align: center;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.fs-xl,
h2.fs-xl {
    font-size: 32px !important;
}

.pad-b-m {
    padding-bottom: 32px
}

.mrg-b-xl {
    margin-bottom: 50px !important
}

.pt0 {
    padding-top: 0 !important;
}

.onprem-trial a {
    color: #0A37D7
}

.probe-dwnload {
    padding-top: 12px;
}

#downloadSubmit {
    background: #1D1D1D !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.btn-green small {
    display: block;
    margin: 0 auto;
    font-size: 12px;
    text-align: center !important;
}

.download-row {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
    gap: 40px;
    padding-top: 40px;
}

.download-row>div.div-form {
    width: 35%;
}

.download-row h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}

.download-row>div.div-download-btns {
    width: 65%;
}

.download-details {
    padding: 40px 0;
    position: relative;
}

p>strong {
    font-weight: 600 !important;
}

.download-details h3 {
    font-size: 20px;
    font-weight: 500;
}

.download-details a:hover {
    text-decoration: none;
}

.download-links-wrapper {
    margin: 0 auto;
}

.sha-val-ent-window {
    margin-bottom: 40px;
}

.download-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dwn-priv,
.dwn-priv * {
    font-size: 13px;
    line-height: 20px;
}

.dwn-priv>strong {
    font-weight: 500;
}

.dwn-priv {
    color: #000;
}

.dwn-priv>a {
    color: #1a4eb0;
    font-size: 13px;
}

.available-on-sec-row {
    display: flex;
    gap: 16px;
    align-items: center;
    text-align: center;
}

.available-on-sec-col .available-on-cta {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.available-on-sec-row>.available-on-sec-col:nth-child(1) {
    width: 55%;
}

.available-on-sec-row>.available-on-sec-col:nth-child(2) {
    width: 45%;
}

.available-on-cta>a>img {
    max-width: 170px;
    width: 100%;
}

.available-on-sec-col .available-on-cta>a {
    display: inline-flex;
    padding: 8px 16px;
    background-color: #fff;
    min-height: 60px;
    align-items: center;
    border-radius: 6px;
}

.note-row {
    margin-top: 8px;
    background-color: #ffffff;
    padding: 4px 16px;
    text-align: center;
}

.note-row * {
    padding: 0;
    margin: 0 !important;
    font-size: 14px !important;
}

@media screen and (max-width: 992px) {
    .download-row h2 {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 868px) {
    .download-row {
        flex-wrap: wrap;
    }

    .download-row>div {
        width: 100% !important;
    }

    .download-row>.div-form {
        border-right: 0;
    }

    .sha-val-row-con {
        flex-wrap: wrap;
    }

    .sha-val-row-con>.sha-256-wrapper {
        flex: auto;
        width: 100%
    }
}

@media screen and (max-width: 650px) {
    .available-on-sec-row {
        flex-wrap: wrap;
    }

    .download-links-wrapper .os-btn-wrapper {
        width: 100%;
    }

    .available-on-sec-row>.available-on-sec-col {
        width: 100% !important;
    }

    .available-on-cta>a img {
        max-width: 180px;
    }
}

.alternative-to-prtg-wrapper h2,
.alternative-to-prtg-wrapper h2>span {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1.35px;
    color: #000;
    margin-bottom: 12px;
    font-family: 'Zoho_Puvi_Bold';
}

.alternative-to-prtg-wrapper .choose-section {
    background-color: #f5fbff !important;
}