@media only screen and (min-width : 992px) {
    .wrapperL,
    .wrapper-btn,
    .menus{
        display: none;
    }
    .fade:not(.show) {
        opacity: 1;
    }
    .modal.desk {
        position: relative;
        top: unset;
        left: unset;
        display: unset;
        width: unset;
        overflow: unset;
        outline:unset;
        z-index: 0;
    }


    .modal-content.desk {
        position: unset;
        display: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        width: unset;
        pointer-events: unset;
        background-color: unset;
        background-clip: unset;
        border: none;
        border-radius: unset;
        outline: unset;
    }
    .modal-header.desk {
        display: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        padding: 0;
        border-bottom: none;
        border-top-left-radius: unset;
        border-top-right-radius: unset;
    }
    .modal-header.desk button{
        display: none;
    }

    .modal.desk{
        display: block!important;
    }
    .modal-open{
          overflow: unset;
      }
    .modal-dialog.desk{
        pointer-events: unset;
    }

    .f-mob{
        display: none;
    }

    .modal-body.desk {
        padding: 0;
    }

}

@media only screen and (max-width : 992px) {
    .navlabels,
    .loginmenu,
    .backgroundfill,
    .platformtext{
        display: none;
    }

    .modal.desk{
        position: fixed;
    }

    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 100%;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    .modal.left .modal-content,
    .modal.right .modal-content {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    /*Left*/
    .modal.left.fade .modal-dialog{
        right: 0px;
        -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
        -o-transition: opacity 0.3s linear, left 0.3s ease-out;
        transition: opacity 0.3s linear, left 0.3s ease-out;
    }

    .modal.left.fade.in .modal-dialog{
        left: 0;
    }

    /*Right*/
    .modal.right.fade .modal-dialog {
        right: 0px;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
        -o-transition: opacity 0.3s linear, right 0.3s ease-out;
        transition: opacity 0.3s linear, right 0.3s ease-out;
    }

    .modal.right.fade.in .modal-dialog {
        right: 0;
    }

    /* ----- MODAL STYLE ----- */
    .modal-content {
        border-radius: 0;
        border: none;
    }

    .modal-header {
        border-bottom: unset;
    }
    .demo {
        padding-top: 60px;
        padding-bottom: 110px;
    }

    .btn-demo {
        margin: 15px;
        padding: 10px 15px;
        border-radius: 0;
        font-size: 1em;
        background-color: #FFFFFF;
    }

    .btn-demo:focus {
        outline: 0;
    }

    .demo-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 15px;
        background-color: #212121;
        text-align: center;
    }

    .demo-footer > a {
        text-decoration: none;
        font-weight: bold;
        font-size: 1em;
        color: #fff;
    }

    /*Aditional menu css*/
    .sidebarMenuInnerg li {
        padding: 20px;
        font-weight: bold;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }


    .modal {
        top: 0;
    }
    .modal-filter .modal-dialog {
        max-width: unset;

    }

    .modal .modal-dialog{
        max-width: unset;
    }

}

.modal-backdrop{
    display: none;
}