@media screen and (min-width: 1200px) {
    .display-desktop-menu{
        display: block !important;
    }
}


@media screen and (max-width: 1199px) {
    .display-desktop-menu{
        display: none !important;
    }
}


@media screen and (min-width: 992px) {
}

@media screen and (max-width: 991px) {
}


@media screen and (min-width: 768px) {
    .display-mobil{
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .display-desktop {
        display: none !important;
    }
}


@media screen and (min-width: 576px) {
}

@media screen and (max-width: 575px) {
}

@media screen and (max-width: 450px) {
    .navbar .brand, .navbar .order-xl-3{
        margin: auto
    }
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 350px) {
}
