/* @media (min-width:768px){
    .sticky{
        width:690px;
    }
} */

@media (min-width:992px) {
    .mob-dropdown {
        display: none;
    }
    .sticky {
        position: fixed;
        top: 0;
        top: 60px;
        /* left: 0; */
        /* right: 0; */
        background: #fff;
        z-index: 1;
        width: 100%;
        margin-top: 0px;
        width: 930px;
    }
    .sticky+.bottom-table {
        padding-top: 240px;
        padding-top: 180px;
    }
}

@media (min-width:1200px) {
    .sticky {
        width: 1060px;
        /*width: 1140px;*/
    }
}

@media (max-width:991px) {
    h1 {
        font-size: 30px;
    }
    .bottom-table {
        display: none;
    }
    .header-table {
        display: block;
    }
    .main-table {
        box-shadow: none;
    }
    .column {
        width: 100%;
        box-shadow: 0 0 16px 0 rgba(55, 55, 55, 0.12);
        margin-bottom: 20px;
        border: 0;
        /* flex-direction: row; */
    }
    .header-table, .bottom-table {
        border: 0;
    }
    .features-title-text label {
        font-size: 20px;
        padding: 10px 25px;
    }
    .month-counter {
        display: none;
    }
    .pricing-count-container {
        display: none;
    }
}

@media (max-width:767px) {
    .table-title h1 {
        font-size: 18px;
        padding: 0 15px;
        text-align: center;
    }
    .table-title p {
        text-align: center;
        font-size: 14px;
        padding: 0 15px;
        margin-top: 10px;
    }
    .header-table .column .table-td.header {
        padding: 0
    }
}

@media (max-width:480px) {}