@media (max-width: 991px) {
    .desktop{
        display: none;
    }

    .mobile{
        display: block;
    }
}


@media (min-width: 992px) {
    .desktop{
        display: block;
    }

    .mobile{
        display: none;
    }
}







@media (min-width: 992px) and (max-width: 1199px) {
    .day-tab{
        padding: 0.52rem;
    }

    .day-tab2{
        padding: 0.52rem;
    }

    .remove-gx-paddings > [class*="col"] {
        padding-right: 0rem;
        padding-left: 0rem;
    }

    .cardbox-half-2 {
        height: 595px;
    }

    .hideThis-1199{
        display: none;
    }

    .certificate {
        width: 75px;
        border: 3px solid #B2D8D8;
        padding: 4px;
    }

    .certificate-2 {
        width: 82px;
        border: 3px solid #B2D8D8;
        padding: 4px;
    }

    .table-icon {
        margin-left: -6px;
    }
}




@media (min-width: 1200px) and (max-width: 1399px) {
    .hideThis-1399{
        display: none;
    }

    .day-tab{
        padding: 0.76rem;
    }

    .day-tab2{
        padding: 0.76rem;
    }

    .remove-gx-paddings > [class*="col"] {
        padding-right: 0rem;
        padding-left: 0rem;
    }

    .cardbox-half-2 {
        height: 590px;
        margin-top: -45px;
    }

    .certificate {
        width: 90px;
        border: 3px solid #B2D8D8;
        padding: 4px;
    }

    .certificate-2 {
        width: 107px;
        border: 3px solid #B2D8D8;
        padding: 4px;
    }

    .table-icon {
        margin-left: 0px;
    }
}




@media (min-width: 1400px) {
    .hideThis-1400{
        display: none;
    }

    .custom-gx-xxl-4 > [class*="col"] {
        padding-right: 0.99rem;  /* Adjust the value as needed */
        padding-left: 0.99rem;   /* Adjust the value as needed */
    }

    .custom-gx-xxl-3 > [class*="col"] {
        padding-right: 0rem;  /* Adjust the value as needed */
        padding-left: 0rem;   /* Adjust the value as needed */
    }

}









/**************************************************/
/****************HEIGHT SETTINGS*******************/
/**************************************************/
@media (min-height: 100px) and (max-height: 920px) {
    .set-overflow{
        overflow:scroll;
    }
}



