:root {
    --text-light: #FFF;
    --text-dark: #000;
    --link-color: #0085FF;
    --quote-background-color: #EDF9FF;
    --breadcrumb-color: rgba(255, 255, 255, 0.59);
    --h1-font: 54px;
    --h2-font: 36px;
    --h3-font: 20px;
    --p-font: 17px;
    --xs-wgt: 200;
    --s-wgt: 300;
    --m-wgt: 400;
    --l-wgt: 500;
    --xl-wgt: 600;
}

.heading-menu,
#customers,
#allFea,
.btmBar,
#scroll {
    display: none;
}

.support {
    padding: 60px 0px;
    margin: auto;
    /* text-align: center; */
}

.support.opt {
    background-color: #F7F8FB;
}

.support.overview h2 {
    margin: 0 0 40px;
}

.support h1 {
    font-size: var(--h1-font);
    line-height: 66px;
    font-weight: var(--xl-wgt);
    color: var(--text-light);
    margin: 0 auto 15px;
    text-align: center;
    max-width: 990px;
}

.support h2 {
    font-size: var(--h2-font);
    line-height: 40px;
    font-weight: var(--xl-wgt);
    margin: 0px 0px 20px;
    text-align: center;
}

.support h3 {
    font-size: var(--h3-font);
    line-height: 35px;
    font-weight: var(--m-wgt);
}

.support p {
    font-size: var(--p-font);
    line-height: 27px;
    font-weight: var(--s-wgt);
    margin: 0 auto 20px;
    color: var(--text-dark);
    max-width: 940px;
}

.support p.terms {
    max-width: 1200px;
    font-size: 15px;
    position: relative;
}

.support p.note {
    background-color: transparent;
    display: block;
    max-width: 1200px;
    padding: 0px;
    margin: 0 auto 10px;
}

.support.overview p {
    text-align: center;
}

.support li {
    font-size: 15px;
    position: relative;
    color: var(--text-dark);
    font-weight: 400;
    line-height: 27px; /* 180% */
}

.support a {
    color: var(--link-color);
    position: relative;
    cursor: pointer;
}

.support.overview .support-box p.table-link a {
    color: #000;
}

.support table tr{
    color: var(--text-dark);
    /* border: solid #DEE2F2 1px; */
}

.support table tr:last-child td:first-child {
    border-radius: 0px 0px 0px 20px;
}
.support table tr:last-child td:last-child {
    border-radius: 0px 0px 20px 0px;
}
.support.header{
    background-color: #013b98;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/ecnew-fea-banner-1.png);
}
.support.header p{
    max-width: 750px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 18px;
    color: var(--text-light);
    line-height: 32px;
    position: relative;
}

.support.header p.link {
    margin: 0 auto 0px;
}

.support.header p.link a {
    color: #FFFFFF;
}

.support.header p.link a:hover {
    text-decoration: none;
}
.support.header p.link img {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(256deg) brightness(104%) contrast(102%);
}
.support.header p.link .rotate-270 {
    transform: rotate(270deg);
    margin: 0 0 0 10px;
}
.support.header p.link a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    top: 120%;
    left: 0;
}

.support .flex{
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: stretch;
    align-content:center;
    max-width:1200px;
    margin: auto auto 40px;
    gap: 36px;
}

.support.overview .flex {
    margin-bottom: 0px;
}

.support.overview .support-box{
    width: 27%;
    padding: 40px;
    float: left;
    text-align: left;
    border-radius: 8px;
    border: 1px solid #D7E2ED;
    background: #FCFDFF;
}

.support.overview .support-box img {
    margin: 0 0 20px;
}

.support.overview .support-box.premium {
    background: #D5EDFF;
}

.support.overview .support-box h2 {
    margin: 0 0 15px;
    font-size: 24px;
    text-align: left;
}

.support.overview .support-box p {
    text-align: left;
}

.support.overview .support-box p.table-link {
    text-decoration: underline;
    cursor: pointer;
}

.support.overview .support-box h2 img {
    max-height: 70px;
    margin: 0  15px  0 0;
    object-fit: contain;
}
.support.contact p{
text-align:center;
}
.support .suppTable {
    width: 85%;
    margin: 40px auto;
    max-width: 1200px;
    border-radius: 10px;
    border: 1px solid #DEE2F2;
    background: #FFF;
}
.support .suppTable tr:first-child, .suppTable td:first-child {
    background: #eee;
}
.support .suppTable td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 5px 10px;
}
.support .suppTable td {
    border: 1px solid #ccc;
    font-size: 17px;
    line-height: 27px;
    padding: 17px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 216, 216);
    border-image: initial;
    margin: 0px;
}

.support  strong {
    font-weight: 600;
}

.support.opt .note-list li {
    margin: 0 0 10px 20px;
}
.support.opt .note-list li:before {
    content: "";
    display: inline-block;
    width: 5px;
    font-size: 20px;
    position: absolute;
    left: -15px;
    background-image: url(https://www.manageengine.com/ems/images/icon/bullet-icon.svg);
    background-repeat: no-repeat;
    height: 5px;
    background-size: contain;
    background-position: center;
    top: 13px;
}
.support.opt ul.note-list{
    max-width:1200px;
    margin: auto auto 20px;
}

.support .edi-btn inputgroup.half{
    margin:0px;
}

.support .edi-btn inputgroup.half.select {
    margin-top: 20px;
}
.support .edi-btn inputgroup.select:after{
    top: 45px;
}
.support div[data-clickgdpr="formCTAgdpr"]{
    margin-left:0px;
}

.support .fbutton #Submit, .support .fbutton input#gdpr_reset {
    padding: 14px 25px !important;
    min-width: 140px;
    text-decoration: none;
    text-align: center;
    background-color: #e9142b !important;
    text-transform: uppercase;
    cursor: pointer !important;
    border: 1px solid #e9142b !important;
    border-radius: 4px !important;
    font-family: 'Zoho_Puvi_RegularItalic';
    font-size: 16px !important;
    line-height: 20px  !important;
}
.support .fbutton input#gdpr_reset{
    background-color: #dfdfdf !important;
    border-color: #dfdfdf !important;
}

.support ul.table.flex {
    width: 1100px;
    max-width: 1100px;
}
.support ul.table.flex {
    background: #fff;
    max-width: 1000px;
    align-items: flex-start;
    grid-gap: 0px;
    flex-wrap: nowrap;
    border-radius: 20px;
    margin: 40px auto;
}

.support ul.table.flex li {
    margin: 0px !important;
}

.support .table li.inner-flex.column.left {
    width: 42%;
}
.support .table li.inner-flex.column {
    width: 33%;
}

.support .table li.inner-flex.column.left ul li:first-child {
    border-radius: 10px 0px 0px 0px;
}
.support ul.table.flex li.heading {
    font-weight: var(--l-wgt);
    font-size: 19px;
}
.support ul.table.flex li {
    margin: 0px !important;
}
.support .table li.inner-flex.left.column li {
    text-align: left;
}
.support .table li.inner-flex.column li {
    padding: 20px 26px;
    border: solid #DEE2F2 1px;
    margin: 0px;
    text-align: center;
}

.support .table li.inner-flex.column li img {
    width: 26px;
    height: 26px;
}
.support .table li.inner-flex ul li {
    height: 26px;
}
.support .table li.inner-flex.column.left ul li:last-child {
    border-radius: 0px 0px 0px 10px;
}
.support .table li.inner-flex.right.column ul.highlight {
    transform: scaleY(1.01);
    border-radius: 10px;
    background: #fff;
    border: solid #FFD177 2px;
    box-shadow: 0px 2px 44px 0px rgba(234, 157, 99, 0.20);
}
.support .table li.inner-flex.right.column ul.highlight li.heading {
    background: #FFD177;
    border-radius: 10px 10px 0px 0px;
    color: #742800;
}
.support .table li.inner-flex.right.column ul.highlight .heading {
    height: 31px;
}
.support .table li.inner-flex.right.column ul.highlight li {
    border-left: 0px;
    border-right: 0px;
    height: 25px;
}
.support .table li.inner-flex.right.column ul li:first-child, .support .table li.inner-flex.right.column ul li:last-child {
    border: transparent;
}

.support .table li.inner-flex.right.column ul li:last-child {
    height: 30px;
    transform: scaleY(1.02);
}
.support .snippet.active {
    transform: translate(0, 0);
}

.support .snippet {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translate(200px, 0);
    margin: auto;
    display: flex;
    align-items: center;
    transition: all ease-in 350ms;
    z-index: 2;
}
.support .snippet .box {
    background-color: #e9142b;
    padding: 15px;
    border-radius: 10px 0 0 10px;
    text-align: center;
    box-shadow: 0 0 5px #0006;
}
.support .cta {
    font-size: 14px;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 105px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    justify-content: center;
    border-radius: 6px;
    font-weight: 500;
    max-width: 160px;
    color: #FFF;
    text-align: center;
}
/*table */
tr.heading {
    font-size: 19px;
    font-weight: 500;
    line-height: 27px;
}

tr.heading th,tr td {
    padding: 20px 26px;
    border: solid #e7e7e7 1px;
    text-align: center;
}

tr.heading th:first-child {
    border-radius: 20px 0px 0px;
}

tr.heading th:last-child {
    background: #ffd988;
    border-radius: 0px 20px 0px 0px;
}

tr td:last-child {
    background: #fff9ec;
}

td.category {
    background: #D5EDFF !important;
    border-color: transparent !important;
    font-size: 18px;
}

table {
    margin: 40px auto;
    max-width: 900px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    /* border: solid #DEE2F2 1px; */
    border-collapse: unset;
}
.talk-to-us-confirm {
    background: #d9fed7;
    padding: 10px;
    text-align: center;
    width: -webkit-fill-available;
}
.talk-to-us-confirm span {
    font-size: 15px;
    color: #000;
}
.talk-to-us-confirm img {
    width: 20px;
    height: 20px;
    margin: 0 10px 0px 0px;
}
@media screen and (max-width: 1000px) {
    .support .table-wrapper {
        max-width: 1000px;
        width: 100%;
        overflow: scroll;
    }
    .support{
        padding:40px 20px;
    }
       
}

@media screen and (max-width:750px){
     :root {
        --h1-font: 40px;
        --h2-font: 30px;
        --h3-font: 20px;
        --p-font: 17px;
        --xs-wgt: 200;
        --s-wgt: 300;
        --m-wgt: 400;
        --l-wgt: 500;
        --xl-wgt: 600;
    }
    .support.overview .support-box{
        width:100%;
    }
}