.comparisonchart-wrap {
    position: relative;
    overflow: hidden;
    padding: 55px 24px 55px;
}
.comparisonchart-wrap::before{
    content: "";
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/comparisonchart-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1438px;
    /* z-index: -1; */
}
.comparisonchart-heading {
    position: relative;
}
.comparisonchart-logo {
    width: 130px;
    position: absolute;
    right: 0;
    top: 40px;
}
.comparisonchart-heading h3 {
    font-size: 50px;
    line-height: 64px;
    color: #222222;
}
.comparisonchart-heading p {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    letter-spacing: 3px;
}
.comparisonchart-table table {
    width: 100%;
}
.firstcol{
    width: 365px;
}
.seccol{
    width: 115px;
    padding-right: 13px;
}
.comparisonchart-table {
    overflow-x: auto;
    padding-bottom: 0px;
    position: relative;
}
/* :-webkit-scrollbar {
    display: none;
}
::-webkit-scrollbar {
    width: 0;
    background: transparent;
    cursor: pointer;
}

::-webkit-scrollbar-thumb {
    background:  transparent;
} */

.comparisonchart-table table tr th em {
    background: #007ac8;
    padding: 4px 2px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    display: block;
    font-style: normal;
}
.comparisonchart-table table tr th a{
    color: #fff;
}
.comparisonchart-table table tr th a:hover{
    color: #ffb710;
}
.comparisonchart-table table tr td {
    padding-right: 13px;
}
.comparisonchart-table table tr td em {
    padding: 4px 2px;
    color: #fff;
    font-size: 13px;
    background: #5dd8dd;
    text-align: center;
    display: block;
    font-style: normal;
    min-height: 36px;
}
.comparisonchart-table table tr td img {
    padding-right: 7px;
}
.comparisonchart-table table tr th.firstcol{
    background: none;
    text-align: left;
}
.comparisonchart-table table tr td.firstcol {
    background: none;
    padding: 0px 8px 0px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    position: relative;
    text-transform: capitalize;
    line-height: 16px;
}
.comparisonchart-table table tr td.firstcol img {
    position: absolute;
    left: 0;
    top: 18px;
}
/*=Responsive css=*/
@media (max-width:1679px) {
    .comparisonchart-heading h3 {
        font-size: 40px;
        line-height: 54px;
    }
    .seccol {
        width: 80px;
    }
    .firstcol {
        width: 240px;
    }
}
@media (max-width:1439px) {
    .comparisonchart-table table tr th em {
        font-size: 11px;
    }
    .comparisonchart-table table tr td.firstcol {
        font-size: 12px;
        line-height: 15px;
    }
    .comparisonchart-table table tr td.firstcol img {
        top: 15px;
    }
}

@media (max-width:1199px) {
    .comparisonchart-heading h3 {
        font-size: 30px;
        line-height: 32px;
        color: #222222;
    }
    .comparisonchart-logo {
        width: 120px;
        top: 8px;
    }
    .comparisonchart-table table {
        width: 1452px;
        max-width: 1452px;
    }
    .comparisonchart-table {
        padding-bottom: 20px;
    }
    .comparisonchart-wrap {
        padding-top: 0px;
    }
    .comparisonchart-wrap::before {
        top: 6px;
    }
}
@media (max-width:1023px) {
    .comparisonchart-section {
        padding-bottom: 24px;
    }
}
@media (max-width:767px) {
    .comparisonchart-heading h3 {
        font-size: 24px;
        line-height: 26px;
        color: #222222;
    }
    .comparisonchart-heading p {
        font-size: 18px;
    }
    .comparisonchart-logo {
        width: 100px;
        top: 25px;
    }
    .comparisonchart-wrap {
        padding: 0px 15px 16px;
    }
    tr.blankcol {
        display: none;
    }
    .comparisonchart-wrap::before {
        top: 18px;
    }
    .seccol {
    width: 34px;
}
.firstcol {
width: 78px;
}
.comparisonchart-table table {
    width: 1080px;
    max-width: 1080px;
}

}
@media (max-width:575px) {
    .comparisonchart-table table tr td.firstcol {
        line-height: 18px;
    }
}
