.comparision-tables-wr {
    background: #FFFFFF;
}

table.comparison-table tbody tr:nth-child(even) {
    background: #C0E5F7;
}

.comparision-tables-wr .switchRadio input:checked + label {
    color: #FFF;
    background-color: #706290;
    border-color: #706290;
    box-shadow: none;
}
@media only screen
and (min-width : 1200px) {
    .comparision-tables-wr .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen
and (max-width : 768px) {
    .comparison-table-close-btn-mobile {
        position: relative;
        right: 0px !important;
        margin-top: 45px;
    }
}

@media only screen
and (max-width : 360px) {
    .comparison-table-close-btn-mobile {
        margin-top: 75px;
    }
}
