@media (min-width:992px) and (max-width:1200px) {
    .nav-link {
        padding-left: 0px!important;
    }
}

@media (min-width:769px) and (max-width:992px) {
    .navbar-brand {
        width: 45%;
    }
}

@media (min-width:992px) {
    .mobile-menu,
    .mobile-nav-toggler {
        display: none;
    }
}

@media (max-width:992px) {
    .maintenance-content {
        padding: 26px 35px!important;
    }
    h4.title {
        font-size: 24px;
        line-height: 30px;
        font-weight: 400;
    }
    a.mt-btn {
        font-size: 14px;
    }
}

@media (max-width:769px) {
    .navbar-brand {
        width: 82%;
    }
    .footer-widget-title {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .service-sidebar {
        padding-right: 0px;
    }
}

@media (max-width:575px) {
    .brand .slick-prev {
        left: 0px;
    }
    .brand .slick-next {
        right: 0px;
    }
    .banner .pogoSlider {
        padding-bottom: 80% !important;
    }
    .banner h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .banner h5 {
        font-size: 20px;
    }
    .top-menu a {
        font-size: 14px;
    }
    .top-menu li {
        line-height: 1.2;
    }
    .banner .pogoSlider-slide {
        background-position: center center;
    }
    /* Contact Page */
    .page-banner h1 {
        font-size: 50px;
    }
    .heading {
        font-size: 34px;
    }
    h5.subheading {
        font-size: 18px;
    }
}

@media (max-width:415px) {
    a.mt-btn {
        margin-bottom: 10px;
    }
}