@media screen and (min-width:1920px) {
    .bannerInnerWrapper{
        margin-top: -12rem;
    }
}
@media screen and (max-width:1200px) {
    .main-nav>ul {
        gap: 10px !important;
    }
    .h-md-100{
        height: 100%;
    }
}
@media screen and (max-width:1059px) {
    .header-cta {
        display: none;
    }

    .main-nav {
        display: none;
        width: 100%;
        background: #fff;
        padding: 1rem;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    }

    .site-logo {
        width: 20%;
    }

    #navToggleBtn {
        display: block !important;
    }

    .main-nav.active {
        display: block;
    }

    .company-menu li p {
        display: none;
    }

    .mega-cta-img,
    .service-menu .menu-heading {
        display: none;
    }

    .mega-menu {
        border-bottom: none;
    }

    .nav-toggle {
        justify-content: space-between;
        align-items: center;
        padding: .5rem;
        border-bottom: 1px solid #ccc;
    }

    .stats-container {
        display: none;
    }

    .resources .company-mega-menu,
    .product-menu .company-mega-menu {
        width: 100% !important;
    }

    .product-menu {
        grid-template-columns: none;
    }
}
@media screen and (max-width: 991px) {
    .main-nav>ul {
        flex-direction: column;
        gap: 1rem;
    }

    .menu-list li a {
        font-size: 14px;
    }

    .mega-menu-wrapper {
        position: static;
        padding-top: 0;
        max-width: 100%;
        margin: 0;
    }

    .mega-menu {
        box-shadow: none;
        padding: 1rem 0;
        flex-direction: column;
    }

    .services-columns {
        gap: 10px;
    }

    .main-nav {
        width: 100%;
        flex-direction: column;
    }

    .main-nav>ul {
        flex-direction: column;
        gap: 16px;
    }

    .mega-menu {
        position: relative;
        top: auto;
        left: auto;
        box-shadow: none;
        padding: 16px 0;
        display: none;
    }

    .nav-item:hover .mega-menu {
        display: block;
    }

}
@media screen and (max-width:767.5px) {
    .mega-menu {
        border-bottom: none;
    }
    .h-100{
        height: auto!important;
    }
    .w-50{
        width: 100%!important;
    }
    .company-menu {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .bg-wrapper{
        padding:1rem;
    }
    .footer-legal {
        flex-direction: column;
        row-gap: 1.65rem;
    }

    .footer-bottom {
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        row-gap: 1.65rem;
    }

    .copyright-year {
        font-size: inherit;
    }

    .social-links {
        margin-top: 10px;
    }

    .service-menu,
    .industry-menu {
        grid-template-columns: repeat(1, 1fr) !important;
        width: max-content;
        gap: 0;
    }

    .product-menu .stats-container {
        display: none;
    }

    .stats-container .txt {
        color: #1b67b2;
    }

    .product-menu {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .product-menu .numcount-menu {
        gap: 0;
    }

    .product-menu p {
        display: none;
    }
    .banner h1{
        font-size:1.25rem;
    }
    .banner p{
        font-size:1rem;
    }
    .site-logo {
        width: 35%;
    }
    .site-header{
        padding:5px 10px;       
    }
    .banner{
        padding:2rem 1rem;
    }
    .banner h1{
        font-size:1.25rem;
    }
    .banner p{
        font-size:1rem;
    }
    .bannerInnerWrapper{
        margin-top: 1rem;
    }
    .thumbnail{
        height: auto!important;
    }
    .thumbnailOverlay{
        display: none;
    }
    .postTitle{
        font-size: 1rem;
    }
    .ThumbPostPara, .thumbPostBtn, .blogPostDate{
        font-size: .80rem;
    }
}