@media (max-width:768px) {
    .h2-heading {
        font-size: 1.3rem;
        margin-top: 20px;
    }

    .h2-heading:before {
        bottom: 18px;
    }

    .download-btn {
        right: 10px;
    }

    .table tbody td {
        font-size: 13px;
        padding: 0.5rem 0.5rem;
        font-weight: 200;
        font-family: 'Aileron-regular';
    }

    .table thead th {
        vertical-align: bottom;
        font-size: 13px;
        text-transform: uppercase;
        padding: 0.5rem 0.5rem;
    }
    .table.mini-table tbody td {
        font-size: 12px;
        padding: 0.5rem 0.5rem;
        font-weight: 200;
        font-family: 'Aileron-regular';
    }
    .table.mini-table thead th {
        vertical-align: bottom;
        font-size: 12px;
        text-transform: uppercase;
        padding: 0.5rem 0.5rem;
    }

    .header-bg.position-relative .w-100 {
        border-bottom: 5px solid #ff2f51;
    }

    .logo-img img {
        border-bottom: 0px solid #ff2f51 !important;
        text-align: center;
        /*height: 150px!important;*/
    }

    .download-btn {
        position: relative !important;
        top: 10px !important;
        right: 30px;
        left: 5px !important;
        bottom: auto;
    }

    .resp-btn1 {
        width: 50%;
        float: left;
    }

    .resp-btn2 {
        width: 50%;
        float: right;
    }

    .table.table-hover.table-orange.wow.home2.animated tr td {
        font-weight: 600;
        margin: 0px 0px !important;
        padding: 5px 8px !important;
    }

    .table-green tbody td a {
        font-size: 14px !important;
    }

    .table-responsive.TT-responsive tr td {
        padding: 5px 15px !important;
        font-size: 13px !important;
    }

    .table-responsive.zones tr td {
        padding: 15px 5px;
    }

    .chatCommentsec {
        width: 100%;
    }

    .crosscomment {
        position: absolute;
        left: 88% !important;
        top: 50%;
    }

    #accordion .panel-title {
        font-size: 16px;
    }

    #accordion .panel-body {
        padding: 5px;
        font-size: 15px;
    }
    h3, .h3, h3 a {
        font-size: 1.2rem;
    }
    h4, .h4, h4 a {
        font-size: 1rem;
    }
}

@media (max-width:580px) {
    h3, .h3, h3 a {
        font-size: 1.1rem;
    }
    #accordion .panel-title {
        font-size: 15px;
    }

    .table tbody td {
        font-size: 12px;
        padding: 0.5rem 0.5rem;
        font-weight: 200;
        font-family: 'Aileron-regular';
    }

    .table thead th {
        vertical-align: bottom;
        font-size: 12px;
        text-transform: uppercase;
        padding: 11px 10px !important;
    }
    .table.mini-table tbody td {
        font-size: 9px;
        padding: 0.5rem 0.1rem;
        font-weight: 200;
        font-family: 'Aileron-regular';
    }
    .table.mini-table thead th {
        vertical-align: bottom;
        font-size: 10px;
        text-transform: uppercase;
        padding: 0.5rem 0.2rem;
    }

}