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

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

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

@media only screen and (min-width: 1200px) {
    .page-body {
        margin-top: 13.875rem !important;
    }
}

@media only screen and (max-width: 1199px) {
    .page-body {
        margin-top: 9.875rem !important;
    }
}

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

@media only screen and (max-width: 768px) {
    .page-body {
        margin-top: 7.575rem !important;
    }

    header .header-top {
        display: none !important;
    }
}

@media only screen and (max-width: 576px) {
    .top-nav.top-header.sticky-header .container-fluid-lg {
        margin: 0 !important;
    }
}