@media only screen and (max-width: 991px) {
    .navbar-toggler {
        border: 0;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-brand {
        margin-right: auto;
    }

    .search-box kbd {
        display: none;
    }

    .search-box kbd {
        display: none;
    }

    .header-right {
        display: block;
    }

    .nav-link {
        padding: 7px 15px;
    }

    .header-right .dropdown {
        display: none;
    }

    .header-right .navbar-brand {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 12px;
        border-bottom: 1px solid #dadada;
    }

    .navbar-brand button {
        background: transparent;
        border: 0;
        margin-left: auto;
    }

    .mobile-menu button {
        display: block;
        background: transparent;
        border: 0;
        color: #1C1E21;
        font-weight: 600;
        padding: 7px 15px;
        margin: 0 0 8px;
        position: relative;
        width: 100%;
        text-align: left;
    }

    .mobile-menu button img {
        margin-right: 10px;
    }

    .mobile-menu button:before {
        content: "";
        background: url(../img/arrow-up.svg) 50%/2rem 2rem;
        width: 1.25rem;
        height: 1.25rem;
        position: absolute;
        right: 10px;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .mobile-menu button.collapsed:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .mobile-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        padding: 0 15px;
    }

    .mobile-menu ul li a {
        color: #1c1e21;
        text-decoration: none;
        margin: 0 0 10px;
        display: inline-block;
    }

    .mobile-menu ul li .dropdown-header {
        margin: 0 0 10px;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        padding: 0 15px;
    }

    .mobile-menu ul li a {
        color: #1c1e21;
        text-decoration: none;
        margin: 0 0 10px;
        display: inline-block;
    }

    .mobile-menu ul li .dropdown-header {
        margin: 0 0 10px;
    }

    .announcement-area h1 {
        font-size: 24px;
        line-height: 40px;
    }

    .hero-area h2 {
        display: block;
        font-size: 28px;
        line-height: 45px;
    }

    .hero-area h2 img {
        display: block;
        margin: auto;
    }

    .hero-button {
        display: block;
        text-align: center;
    }

    .hero-button .btn {
        width: 100%;
        margin: 0 0 10px;
    }

    .promo-video iframe {
        width: 100%;
    }

    .blog-card {
        margin: 0 0 40px;
    }

    .service-box {
        margin: 0 0 30px;
    }
}