.vid-row {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 32px;
    flex-wrap:wrap
}

.flx-row {
    display: flex;
    gap: 16px;
    flex-wrap:wrap
}

.flx-row > ul {
    flex:1
}

.badge-row {
    display: flex;
    gap: 16px;
    margin-bottom:48px
}

.badge-row > .cell:first-child {
    width:70%
}

.badge-row > .cell p {
    margin-bottom:0 !important
}

.badge-row > .cell:last-child {
    width: calc(30% - 16px);
    text-align: center;
    background: #f9f9f9;
    display: flex;
    align-items:center
}

.badge-row > .cell:last-child > a {
    display: inline-block;
    margin:0 auto
}

.badge-row > .cell:last-child img {
    max-width: 200px !important;
    border: 0;
    transition: all .3s;
    transform:scale(.85)
}

.badge-row > .cell:last-child img:hover {
    transform:scale(1)
}

.swiper-slide .slide-cont {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 97%;
    margin: 0 auto;
    text-align: center;
    margin: 0 auto;
    padding: 34px;
    border-radius: 6px;
    background: #fff;
    height: 100%;
    max-width: 1000px;
    box-sizing:border-box
}

.rhs-cont img {
    border: 1px solid #ddd;
    display: block;
    margin:0 0 15px
}

.faqh {
    margin-right:20px !important
}

.add-on {
    font-size: 10px;
    font-weight:600
}

.red-star {
    color:#e07879
}

.windowsmonoTable td.padd-none {
    padding:0 !important
}

.bdr-none td {
    border: none !important;
    padding:15px 0 !important
}

.accordion_head.active {
    background: #f9f9f9;
    color:#85b536 !important
}

.accordion_container {
    width:100%
}

.accordion_head {
    color: #09c;
    cursor: pointer;
    font-size: 14px;
    margin: 0 0 1px 0;
    padding: 12px;
    border-bottom: 1px solid #efefef;
    position:relative
}

.accordion_body {
    background: #f9f9f9;
    padding:12px
}

.accordion_body p {
    margin: 0;
    margin-right:32px !important
}

.plusminus {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top:10px
}

.banner .flex-row:after, .banner .flex-row:before {
    content: '';
    display: table;
    clear:both
}

.flex-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 25px 0;
    flex-wrap: wrap;
    justify-content:center
}

.flex-row .col {
    flex: 1;
    margin:5px
}

.counter-box {
    background: #fff;
    padding: 20px;
    margin: 10px 15px;
    position: relative;
    border-radius: 6px;
    text-align: center;
    min-height: 314px;
    border: 1px solid #ececec;
    transition:all .3s ease
}

.counter-box h1 {
    font-size: 24px;
    margin: 0;
    color:#6d64f6
}

.counter-box:hover {
    border: 3px solid #f4f5fd;
    margin-top: -5px;
    transition: all .3s ease;
    box-shadow:0 0 24px #f4f5fd
}

.counter-box h3 {
    font-size: 46px;
    font-weight: 600;
    color:#2c9acd
}

.border-top {
    border-top:1px solid #f2f2f2
}

.list {
    min-height:202px
}

a.custom-btn {
    background: #6d64f6;
    color: #fff;
    padding: 8px 24px;
    border-radius: 4px;
    font-weight: 600;
    display:inline-block
}

a.custom-btn:hover {
    background: #645be0;
    text-decoration:none
}

.custom-list li {
    margin-bottom:10px
}

.accordion_example2 {
    margin-top:60px
}

.accordion_in .acc_head {
    color:#09c !important
}

.accordion_in a:hover {
    text-decoration:none
}

.acc_icon_expand {
    display:none !important
}

@media screen and (max-width: 767px) {
    .flex-row {
        display:block
    }

    .list {
        min-height:auto
    }

    .counter-box {
        min-height: auto;
        margin:20px 0
    }
}

@media screen and (max-width: 650px) {
    a.custom-btn {
        padding: 8px 7px;
        font-size:12px
    }

    table.windowsmonoTable thead tr:first-child th {
        width:5% !important
    }

    .vid-row > .cell {
        width:100% !important
    }

    .vid-con > iframe {
        height:300px !important
    }

    .flx-row {
        gap:0
    }

    .flx-row > ul {
        flex: auto;
        width:100%
    }
}

@media only screen and (min-width: 768px) and(max-width: 1024px) {
    .counter-box {
        min-height:385px
    }

    .list {
        min-height:274px
    }
}

@media only screen and (min-width: 500px) and(max-width: 900px) {
    .counter-box {
        min-height:385px
    }

    .list {
        min-height:274px
    }

    table.windowsmonoTable thead tr:first-child th {
        width:16% !important
    }
}

.fw600 {
    font-size: 15px;
    font-weight:600
}

a.btn-style {
    margin:10px 0 10px
}

.sub-head {
    background: #fbfbfb;
    display: block;
    padding: 10px 0;
    margin-bottom: 0;
    color: #424f55;
    border-bottom:2px solid #f3f3f3
}

em {
    font-style:italic
}

table.windowsmonoTable td {
    vertical-align: middle;
    padding:.5em 1em
}

.trn-strip {
    background: #466eb3;
    text-align:center
}

#adRhsLnk {
    display:none
}

.faqh {
    font-size: 18px !important;
    margin:0
}

.nav-btns {
    height:34px
}

.nav-btns li {
    background: #333;
    display: block;
    float: left;
    list-style: none;
    color: #fff;
    padding: 5px 15px;
    cursor:pointer
}

.nav-btns li:hover {
    background:#000
}

.ownSlider .slides {
    padding:0 !important
}

.ownSlider .slides li:first-child {
    display:block
}

.ownSlider .slides li {
    display: none;
    list-style: none;
    padding:0
}

.ownSlider img {
    width: 100%;
    height: 100%;
    border:8px solid #ddd
}

.inte-dwn-btn {
    display:none
}

.integration-form {
    margin:40px auto 0
}

#integration-form {
    width: 400px;
    margin:40px auto 0
}

#downloadSubmit {
    padding:10px
}

#integration-form #emailID {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
    outline:0
}

#integration-form #MECountryListing {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
    outline:0
}

.successText {
    text-align:center
}

.zoom-icon {
    margin:8px -8px
}

.download-Arw {
    margin:10px 0 0 20px
}

.download-OS {
    margin:10px 20px 0 0
}

.icon-s-windows {
    background-position:0 -30px !important
}

a.download-winBtn {
    font-size: 28px;
    line-height: 26px;
    padding: 8px 15px;
    display: inline-block;
    background: #e9142b;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-align:center
}

a.download-winBtn > span.icon-s-windows {
    background: url(https://www.manageengine.com/images/v1/icon-sprite.png) no-repeat 0 0;
    height: 30px;
    width: 30px;
    display:inline-block
}

a.download-winBtn > span {
    display: inline-block;
    float:left
}

.download-sml {
    display: block;
    font-size: 12px;
    line-height:20px
}

a.download-winBtn > span.s-icon {
    background: url(https://www.manageengine.com/images/v1/icon-sprite.png) no-repeat 0 0;
    height: 30px;
    width: 30px;
    display:inline-block
}

a.download-winBtn > span.icon-s-linux {
    background: url(https://www.manageengine.com/images/v1/icon-sprite.png) no-repeat -30px -30px;
    height: 30px;
    width: 30px;
    display:inline-block
}

.pg-head2 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom:0
}

.rhs-cont p {
    margin-top: 5px;
    margin-bottom:25px
}

.trial-cta-banner {
    background-color: #2f97d3;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    min-height:75px
}

.trial-cta-banner h3 {
    display: inline-block;
    text-transform: none;
    color: #fff;
    line-height: 20px;
    margin: 0;
    font-size: 14px;
    margin-right: auto;
    padding:0
}

.trial-cta-banner a.green-cta-button {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-left: auto;
    background: none repeat scroll 0 0 #ffe10e;
    border-radius: 2px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    transition:box-shadow .2s linear 0s
}

.btns {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin-top:20px
}

.btns a:focus, .btns a:hover {
    text-decoration: none;
    opacity:.8
}

.btns a {
    background: #e9142b;
    color: #fff !important;
    font-size: 22px;
    line-height: 30px;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    width: 250px;
    margin:10px 15px
}

.btns a:nth-child(2) {
    background:#247f49
}

.s2ban {
    background: url(https://www.manageengine.com/images/solution-banner-apm.jpg) no-repeat left top;
    background-size: cover;
    margin-bottom:25px
}

.sol-banner {
    padding: 30px 0 0;
    height:150px
}

.sol-banner .container {
    max-width:100%
}

.txt-center {
    text-align:center
}

.pr {
    position:relative
}

.txt-left {
    text-align:left
}

.h1 {
    line-height: 78px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color:#fff
}

.app-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px !important;
    margin-bottom:20px
}

.h1 h1 {
    margin: 15px;
    color:#fff
}

.key-banner {
    padding: 15px 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #9054f9;
    background: -webkit-linear-gradient(top left, #9054f9, #45fcfe);
    background: -moz-linear-gradient(top left, #9054f9, #45fcfe);
    background:linear-gradient(top left, #9054f9, #45fcfe)
}

.key-banner .col:nth-child(1) {
    margin-right: auto;
    margin-left:20px
}

.key-banner .col:nth-child(2) {
    margin-left: auto;
    margin-right:20px
}

.key-banner .col h1 {
    color: #fff;
    text-align: left;
    font-size: 35px;
    margin-bottom:0
}

.key-banner .col img {
    max-width:160px !important
}

@media screen and (max-width: 760px) {
    .app-img {
        max-width:100% !important
    }
}

.img-brder {
    border: 1px solid #ddd;
    padding:5px
}

.img-wrapper img {
    border:1px solid #ddd
}

.img-wrapper {
    margin-top:50px
}

.add-on {
    font-size: 10px;
    font-weight:600
}

.red-star {
    color:#e07879
}

.windowsmonoTable td.padd-none {
    padding:0 !important
}

.bdr-none td {
    border: none !important;
    padding:15px 0 !important
}

.accordion_head.active {
    background: #f9f9f9;
    color:#85b536 !important
}

.accordion_head > h2 {
    font-size: 18px !important;
    margin:0
}

.pb20 {
    padding-bottom:20px
}

.list {
    padding-bottom:0 !important
}

.list li {
    list-style: disc;
    margin: 0;
    margin-left: 20px;
    margin-bottom: 11px;
    text-align:left
}

.vid-row > .cell:nth-child(1) {
    width:55%
}

.vid-row > .cell:nth-child(2) {
    width:calc(45% - 32px)
}

.vid-con > iframe {
    width: 100%;
    height:200px
}

.smk_accordion .accordion_in {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    position: relative;
    z-index: 10;
    margin-top: -1px;
    overflow:hidden
}

.smk_1 .accordion_in {
    border-top: 0 !important;
    border-bottom: 0 !important;
    position: relative;
    z-index: 10;
    margin-top: -1px;
    overflow:hidden
}

.smk_accordion .accordion_in .acc_head {
    position: relative;
    background: #fff;
    padding: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    display: block;
    cursor:pointer
}

.smk_1 .accordion_in .acc_head {
    padding:8px 0 8px 44px !important
}

.smk_accordion .accordion_in .acc_head .acc_icon_expand {
    display: block;
    width: 22px;
    height: 21px;
    position: absolute;
    left: 10px;
    top: 45%;
    margin-top: -9px;
    background:url(images/plusminus.png) center 0
}

.smk_accordion .accordion_in .acc_content {
    background: #f9f9f9;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #4c596e;
    padding:0 10px 15px 10px
}

.smk_accordion .accordion_in .acc_content h1:first-of-type, .smk_accordion .accordion_in .acc_content h2:first-of-type, .smk_accordion .accordion_in .acc_content h3:first-of-type, .smk_accordion .accordion_in .acc_content h4:first-of-type, .smk_accordion .accordion_in .acc_content h5:first-of-type, .smk_accordion .accordion_in .acc_content h6:first-of-type {
    margin-top:5px
}

.smk_accordion .accordion_in:first-of-type, .smk_accordion .accordion_in:first-of-type .acc_head {
    border-radius:3px 3px 0 0
}

.smk_accordion .accordion_in:last-of-type, .smk_accordion .accordion_in:last-of-type .acc_content {
    border-radius:0 0 3px 3px
}

.smk_accordion .accordion_in.acc_active .acc_content {
    display:block
}

.smk_accordion .accordion_in.acc_active .acc_head {
    background: #f9f9f9;
    color:#85b536 !important
}

.smk_accordion .accordion_in.acc_active .acc_head .acc_icon_expand {
    background:url(images/plusminus.png) center -24px
}

.smk_accordion.acc_with_icon .accordion_in .acc_content, .smk_accordion.acc_with_icon .accordion_in .acc_head {
    padding-left:10px
}

.smk_accordion .accordion_in .acc_head1 {
    position: relative;
    background: #f8f8f8;
    padding: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #111;
    display: block;
    cursor: pointer;
    letter-spacing: -.5px;
    border: 1px solid #e9e9e9;
    border-bottom:0
}

.smk_accordion .accordion_in .acc_head1 .acc_icon_expand {
    display: block;
    width: 22px;
    height: 21px;
    position: absolute;
    left: 10px;
    top: 45%;
    margin-top: -9px;
    background:url(images/plusminus-cl.png) center 0
}

.smk_accordion .accordion_in.acc_active .acc_head1 .acc_icon_expand {
    background:url(images/plusminus-cl.png) center -24px
}

.smk_accordion .accordion_in .acc_content1 {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    border: 1px solid #e9e9e9;
    border-top: 0;
    padding:11px 10px 15px 10px
}

.smk_accordion .accordion_in.acc_active .acc_content {
    display:block
}

.smk_accordion .accordion_in.acc_active .acc_head1 {
    background: #f8f8f8;
    color: #85b536 !important;
    border:1px solid #e9e9e9
}

.smk_1 .accordion_in .acc_head1 {
    padding:11px 0 14px 44px !important
}

.app-built-on-logos, .app-built-on-logos > li {
    list-style: none;
    margin: 0;
    padding:0
}

.app-built-on-logos {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap:wrap
}

.app-built-on-logos > li {
    background: #f9f9f9;
    padding: 12px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex: 1;
    justify-content:center
}

.app-built-on-logos > li > a {
    display: block;
    text-align:center
}

.app-built-on-logos > li img {
    max-width:100px !important
}

@media screen and (max-width: 767px) {
    .flex-row {
        display:block
    }

    .list {
        min-height:auto
    }

    .counter-box {
        min-height: auto;
        margin:20px 0
    }
}

@media screen and (max-width: 1024px) {
    .app-built-on-logos > li {
        flex:auto !important
    }
}

@media screen and (max-width: 650px) {
    a.custom-btn {
        padding: 8px 7px;
        font-size:12px
    }

    table.windowsmonoTable thead tr:first-child th {
        width:5% !important
    }
}

@media only screen and (min-width: 768px) and(max-width: 1024px) {
    .counter-box {
        min-height:385px
    }

    .list {
        min-height:274px
    }
}

@media only screen and (min-width: 500px) and(max-width: 900px) {
    .counter-box {
        min-height:385px
    }

    .list {
        min-height:274px
    }

    table.windowsmonoTable thead tr:first-child th {
        width:16% !important
    }
}

@media screen and (max-width: 760px) {
    #survey {
        display:none !important
    }
}

.logo {
    width: 100px;
    min-height: 50px;
    padding: 15px;
    align-content: center;
    background:#f9f9f9
}

.block {
    display: inline-block;
    width: 455px;
    min-height: 200px;
    padding: 15px;
    flex: 0 0 50%;
    border: 5px solid #fff;
    background:#f9f9f9
}

.related-resource-section h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.5px;
    margin-bottom:8px
}

.related-resource-section .related-resource-img {
    margin-top: 40px;
    max-width: 360px;
    width: 100%;
    height:auto
}

.related-resource-section .resource-card {
    border: 1px solid #efefef;
    border-radius: 12px;
    margin-left:32px
}

@media screen and (max-width: 1199.98px) {
    .related-resource-section .resource-card {
        margin:40px 0 0
    }
}

.related-resource-section .resource-wrapper {
    padding: 24px;
    border-right:1px solid #efefef
}

.related-resource-section .resource-link-item.featured {
    margin-bottom:32px
}

.resource-link-list {
    padding:0 !important
}

.related-resource-section .resource-link-list li a:hover {
    text-decoration:underline
}

.related-resource-section .resource-link-list li {
    margin-bottom: 8px;
    font-size: 1rem;
    line-height: 1.75;
    padding-left: 0;
    list-style:none
}

.related-resource-section .resource-link-list li:last-child {
    margin-bottom:0
}

.related-resource-section .resource-link-list li a {
    color:inherit
}

.related-resource-section .resource-link-list li a svg {
    vertical-align:sub
}

.related-resource-section .resource-link-list li a span {
    margin-right:4px
}

.related-resource-section .resource-other-wrapper {
    padding:24px 24px 24px 0
}

.related-resource-section .resource-other-wrapper .resource-other-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: inherit;
    text-decoration:none
}

.related-resource-section .resource-other-wrapper .resource-other-item:nth-child(1), .related-resource-section .resource-other-wrapper .resource-other-item:nth-child(2) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom:1px solid #efefef
}

.related-resource-section .resource-other-wrapper .resource-other-item:hover {
    text-decoration:none
}

.related-resource-section .resource-other-wrapper .resource-other-item .h5, .related-resource-section .resource-wrapper .h5 {
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 600;
    letter-spacing:-.5px
}

.related-resource-section .resource-other-wrapper .resource-other-item .p {
    font-size: 1rem;
    line-height:1.75
}

.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction:column
}

.related-resource-section .resource-other-wrapper .resource-other-item .anchor-text {
    color: #006deb;
    display: flex;
    align-items:center
}

.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-icon {
    margin-right:20px
}

.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-icon svg {
    width: 32px;
    height:38px
}

.related-resource-section .resource-other-wrapper .resource-other-item a {
    font-size:1rem
}

.related-resource-section ul {
    list-style: none;
    padding-left: 0;
    margin:0
}

@media screen and (max-width: 1199.98px) {
    .related-resource-title-wrapper {
        text-align:center
    }
}

@media screen and (max-width: 767.98px) {
    .resource-other-wrapper {
        padding:24px !important
    }

    .resource-wrapper {
        border-right:0 !important
    }
}

.padtb1 {
    padding:32px 0
}

.img-center {
    text-align:center
}

.inner-nav-bg {
    background: #f9f9f9;
    text-align: center;
    z-index: 3;
    padding: 20px 0;
    margin-bottom:24px
}

.sticky {
    position: sticky !important;
    top:100px
}

.sticky-nav {
    list-style: none !important;
    margin: 0;
    padding: 0 !important;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content:center
}

.sticky-nav > a {
    border: 1px solid #cde0e9;
    background: #fff;
    padding: 4px 16px;
    transition:all .3s
}

.sticky-nav > a:hover {
    text-decoration: none;
    background: #548afa;
    color:#fff
}

.itom-features-detail-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline:0
}

.resource-multiple-itom {
    display: flex;
    width:100%
}

.flex-colum {
    flex-direction:column
}

.dwnld-sec {
    background: #ffedb5;
    padding: 24px;
    text-align: center;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 24px 0 #f1f1f1;
    box-shadow: 0 0 24px 0 #f1f1f1;
    margin:32px 0
}

.dwnld-sec > h2 {
    margin: 0;
    margin-bottom: 16px !important;
    line-height:32px
}

.dwnld-sec > a {
    display: inline-block;
    background: #e9152b;
    color: #fff;
    padding: 8px 24px;
    border-radius: 25px;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    transition:all .3s ease-in-out
}

.dwnld-sec > a:hover {
    text-decoration: none;
    background:#c91c2e
}

.docker-container-wrapper h1 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom:0
}

.docker-container-wrapper h2 {
    font-size: 24px;
    line-height: 1.75;
    margin:24px 0 16px
}

.docker-container-wrapper .custom-list span {
    font-weight:600
}

.docker-container-wrapper .custom-list {
    padding-left:40px !important
}

.docker-container-wrapper ul li {
    margin-bottom:12px
}

.docker-container-wrapper .accordion_head h2 {
    font-size: 18px;
    margin:0 0 16px
}

.docker-container-wrapper p {
    line-height: 30px !important;
    font-size:16px !important
}

.img-wrapper {
    margin:12px 0 20px
}

.supp-services {
    display: flex;
    flex-wrap: wrap;
    gap:24px
}

.supp-services > span {
    padding: 16px;
    background: #f6f6f6;
    text-align: center;
    width: 150px;
    text-align:center
}

.supp-services > span > a {
    display: block;
    text-align:center
}

.supp-services > span img {
    max-width: 64px !important;
    margin: 0 auto;
    margin-bottom: 16px;
    border:0 !important
}

.apm-card-info {
    background-color: #e8f3ff;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    gap: 0 12px;
    margin-bottom:24px
}

.apm-card-info svg {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    margin-top:2px
}

.apm-card-info p {
    color: #174373;
    font-weight: 300;
    margin: 0 !important;
    line-height:1.75 !important
}

.apm-card-info strong {
    color: #063d66;
    font-weight:600
}

.video-tour-container {
    max-width: 720px;
    width: 100%;
    margin:15px auto
}

.video-tour-container iframe {
    width:100%
}

.video-tour-container.toggle-iframe {
    position:relative
}

.video-tour-container.toggle-iframe .video-tour-iframe {
    display:none
}

.video-tour-container.toggle-iframe .video-tour-image {
    cursor:pointer
}

.video-tour-container.toggle-iframe:after {
    content: '';
    width: 48px;
    height: 48px;
    cursor: pointer;
    pointer-events: none;
    display: block;
    background: url(https://www.manageengine.com/products/applications_manager/style/../images/bg-play.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%);
    z-index:1
}

.video-tour-container.hide-icon.toggle-iframe:after {
    display:none
}

.video-thumb-wrapper {
    position: relative;
    cursor:pointer
}

.video-thumb-wrapper::before {
    position: absolute;
    content: "";
    width: 54px;
    height: 54px;
    border-radius: 100px;
    background-color: red;
    top: 50%;
    right: 50%;
    transform:translate(50%, -50%)
}

.video-thumb-wrapper::after {
    position: absolute;
    content: "";
    border-left: 16px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 50%;
    right: 49.5%;
    transform:translate(50%, -50%)
}

.video-thumb-wrapper img {
    border-radius:4px
}

.video-player-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(7, 13, 20, .84);
    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: 1280px;
    width: 100%;
    margin:100px auto auto
}

.video-player-wrapper .video-player-container .video-player-close-btn {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    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;
    background-color:#fff
}

.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%
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem;
    padding-top: 0;
    padding-bottom:0
}

.row > * {
    padding-left: 12px;
    padding-right: 12px;
    max-width:100%
}

.row.g-0 {
    margin-right: 0;
    margin-left:0
}

.row.g-0 > * {
    padding-left: 0;
    padding-right:0
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width:auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width:8.33333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width:16.66666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width:25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width:33.33333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width:41.66666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width:50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width:58.33333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width:66.66666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width:75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width:83.33333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width:91.66666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width:100%
}

@media only screen and (min-width: 576px) {
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:8.33333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:16.66666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:33.33333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:41.66666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:58.33333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:66.66666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:83.33333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:91.66666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:100%
    }
}

@media only screen and (min-width: 768px) {
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:8.33333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:16.66666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:41.66666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:66.66666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:83.33333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:91.66666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:100%
    }
}

@media only screen and (min-width: 992px) {
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:8.33333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:16.66666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:41.66666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:66.66666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:83.33333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:91.66666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:100%
    }
}

@media only screen and (min-width: 1200px) {
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:8.33333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:16.66666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:33.33333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:41.66666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:58.33333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:66.66666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:83.33333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:91.66666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:100%
    }
}

.mrg-bottom-md {
    margin-bottom:40px
}

.download-sec-fea {
    display: block;
    background: #f2fff8;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 6px;
    border:1px solid #62a17e
}

.download-sec-fea-ul {
    margin-top:16px
}

.download-sec-fea-ul > li {
    list-style: none;
    position: relative;
    padding-bottom:8px
}

.download-sec-fea-ul > li:last-child {
    padding-bottom:0
}

ul.download-sec-fea-ul li:before {
    content: " ";
    display: block;
    border: solid 10px #34ad65;
    border-radius: 16px;
    height: 0;
    width: 0;
    position: absolute;
    left: -30px;
    top: 40%;
    margin-top:-10px
}

ul.download-sec-fea-ul li:after {
    content: " ";
    display: block;
    width: .3em;
    height: .6em;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    position: absolute;
    left: -23px;
    top: 40%;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform:rotate(45deg)
}

.contactForm {
    margin:16px 0 0
}

.input-group {
    width:100%
}

.form-btn {
    border: 0;
    border-radius: 4px;
    font-weight: 400;
    font-size: calc(1rem + 2px);
    line-height: 1.5;
    cursor: pointer;
    text-align: center;
    padding: 12px 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e1e2e5;
    color: inherit;
    background-color: #fff;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    font-family:inherit
}

.form-btn:hover {
    color: #e80e19;
    border-color:#e80e19
}

.form-btn > .form-btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display:inline-flex
}

.form-btn > .form-btn-icon + span {
    margin-left:8px
}

.form-btn.form-btn-primary {
    border: 1px solid #e80e19 !important;
    background-color: #e80e19 !important;
    color:#fff
}

.form-btn.form-btn-primary:hover {
    background-color: #db0b15;
    border-color:#db0b15
}

.form-btn.form-btn-primary:focus {
    background-color: #d00610;
    border-color:#d00610
}

.form-btn > span:last-child.form-btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left:8px
}

a.form-btn {
    text-decoration:none
}

a.form-btn.btn-primary {
    color: #fff !important;
    text-decoration:none
}

.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;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing:border-box
}

@media only screen and (max-width: 998px) {
    .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-feedback-error {
    position: absolute;
    top: 0;
    top: -24px;
    color: red;
    display:none
}

.form-group-row > div {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing:border-box
}

::placeholder {
    color: #bbb;
    opacity:1
}

::-ms-input-placeholder {
    color:#bbb
}

.form-group-row > div input, .form-group-row > div select {
    width: 100%;
    height: 48px;
    border: 0;
    font-size: 15px;
    color: #1b1d1f;
    font-family: inherit;
    background: 0;
    -webkit-box-sizing: border-box;
    box-sizing:border-box
}

.form-group-row > div input:focus, .form-group-row > div select:focus {
    outline:0
}

.form-group-row > div 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 -.18rem center;
    background-size:16px 12px
}

.form-group-row > div:nth-child(1) {
    border: 1px solid #e1e2e5;
    border-right-width: 0;
    background: #fff;
    border-radius: 4px 0 0 4px;
    padding-left: 12px;
    padding-right: 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 200px;
    flex:0 0 200px
}

@media only screen and (max-width: 998px) {
    .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
    }
}

.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;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing:border-box
}

@media only screen and (max-width: 998px) {
    .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: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform:translateY(-50%)
}

@media only screen and (max-width: 998px) {
    .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 transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1b1d1f;
    z-index: -1;
    margin:auto
}

@media only screen and (max-width: 998px) {
    .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
}

.form-group-row > div:nth-child(1)::after {
    position: absolute;
    content: "";
    background-color: #e1e2e5;
    width: 1px;
    height: 28px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform:translateY(-50%)
}

@media only screen and (max-width: 998px) {
    .form-group-row > div:nth-child(1)::after {
        display:none
    }
}

.form-group-row > div:nth-child(2) {
    border: 1px solid #e1e2e5;
    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: 998px) {
    .form-group-row > div:nth-child(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: 0;
        border: 0;
        padding-left:0
    }

    .form-group-row > div:nth-child(2) .form-btn {
        width: 100%;
        border-radius: 4px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left:0
    }
}

.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: 998px) {
    .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;
    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
}

@media only screen and (max-width: 998px) {
    .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 transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1b1d1f;
    z-index: -1;
    margin:auto
}

@media only screen and (max-width: 998px) {
    .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:8px
}

@media only screen and (max-width: 998px) {
    .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 transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1b1d1f;
    z-index: 0;
    margin:auto
}

@media only screen and (max-width: 998px) {
    .form-group-row > div:nth-child(2) .caretDown {
        display:none
    }
}

.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 .form-btn {
    padding: 0 24px;
    height: 48px;
    font-family: inherit;
    margin-left: 12px;
    font-size: 16px;
    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: transparent;
    padding: 0;
    line-height: normal;
    top: -20px;
    left: 0;
    font-size: 13px;
    font-weight: 400;
    color: red;
    z-index:1
}

.edi-btn .form-group-item.error input, .edi-btn .form-group-item.error textarea, .edi-btn .form-group-item.error1 input, .edi-btn .form-group-item.error1 textarea {
    border-color:red !important
}

#meGDPRMessage {
    margin-bottom: 12px;
    font-size: 13px;
    width:100% !important
}

#meGDPRMessage label {
    line-height: 1.5;
    color: initial;
    display: inline-block;
    max-width:480px
}

.download-sec-fea-ulgdpr {
    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
}

.download-sec-fea-ulgdpr::before {
    content: "";
    display: inline-block !important;
    top: -1px !important;
    left: 6px !important;
    position: relative !important;
    width: 6px !important;
    height: 11px !important;
    border-style: solid !important;
    border-width: 0 2px 2px 0 !important;
    -webkit-transform: rotate(45deg) scale(1) !important;
    transform: rotate(45deg) scale(1) !important;
    -webkit-transition: 120ms -webkit-transform ease-out !important;
    transition: 120ms -webkit-transform ease-out !important;
    transition: 120ms transform ease-out !important;
    transition: 120ms transform ease-out, 120ms -webkit-transform ease-out !important;
    opacity:0
}

.download-sec-fea-ulgdpr.enableCheckgdpr::before {
    opacity:1
}

.terms-content strong {
    font-weight:500
}

.terms-content a {
    color: inherit;
    text-decoration:underline
}

.thanks-message {
    padding: 16px;
    background: linear-gradient(65deg, #a1eac4, transparent);
    border-radius: 4px;
    display:none
}

.thanks-message .thanks-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap:0 12px
}

.thanks-message .thanks-content h6 {
    margin-bottom: 0
}
