body,
html {
    overflow-x: hidden;
}


@media only screen and (max-width: 990px) {
    .header-phone a span {
        display: none
    }

    .header-phone a::before {
        left: 10px;
        top: 10px;
        width: 20px;
        height: 20px;
    }

    .header-phone a {
        padding: 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 767px) {

    .header-right {
        flex-direction: row-reverse;
        justify-content: flex-start;
    }

    .logo-color,
    .logo-white {
        display: none !important
    }

    .header-container,
    #brx-header,
    .scroll-up #brx-header,
    .scroll-down #brx-header {
        height: 75px !important;
    }

    .brxe-nav-menu .bricks-mobile-menu-wrapper.left {
        background-color: var(--brand1);
    }

    .brxe-nav-menu .bricks-mobile-menu-wrapper.left a {
        color: #fff;
    }

    .brxe-nav-menu .bricks-mobile-menu-wrapper:before {
        background-color: var(--brand1);
    }

    .show-mobile-menu .sub-menu li a {
        font-size: 17px !important;
        line-height: 140%;
        padding: 8px 45px !important;
        display: block;
    }

    header .show-mobile-menu .icon-right button {
        top: 23px;
    }

    .scroll-up.home #brx-header .icon-right path,
    .scroll-down #brx-header .icon-right path {
        color: #fff !important
    }

    #brx-content {
        margin-top: 75px
    }

    .header-right .brxe-button,
    .topEdge .header-right .brxe-button {
        transform: translateY(20px);
    }

    .header-right .bricks-mobile-menu-toggle {
        margin-top: 30px
    }

    .header-right :where(.brxe-nav-menu) .bricks-mobile-menu-toggle,
    .header-right :where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-top,
    .header-right :where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-center,
    .header-right :where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-bottom {
        width: 26px;
    }

    .header-logo a.logo-text {
        transform: translateY(18px);
    }

    .hero-inner {
        height: 380px;
    }

    .hero-title {
        padding-bottom: 50px
    }

    #footerCopyright {
        flex-direction: column;
    }

    #footerCopyright .text-right {
        text-align: left;
    }

    .toTopWrapper {
        bottom: 25px;
        right: 25px
    }

    .copyRight {
        text-align: left
    }

    .copyRight a {
        margin-left: 0 !important;
    }

}

@media screen and (max-width:600px) {
    .footer-cta-wrapper .h-center {
        flex-direction: column;
        align-items: center;
    }
}