@media only screen and (min-width:1px) and (max-width:361px) {
    .disabled-mobiled-360 {
        display: none !important
    }
}

@media only screen and (min-width:1px) and (max-width:992px) {
    .disabled-mobiled-992 {
        display: none !important
    }

    .text-md-center {
        text-align: center !important;
    }

}

@media only screen and (min-width:992px) and (max-width:999999999999px) {
    .only_mobile {
        display: none !important
    }
    .text-md-center {
        text-align: left !important; 
    }
}


@media only screen and (min-width:1px) and (max-width:1550px) {
    .disabled-mobiled-1550px {
        display: none !important
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .disabled-mobiled-992px-1199px {
        display: none !important
    }
}


