@media (max-width: 767.98px) {
    .header-options{
        display: none;
    }
    .auth-buttons{
        display: none;
    }
    .fa-2x {
        font-size: 2em!important;
    }

    .mobile-auth-buttons{
        display: block;
    }

    .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, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .hero-price-btn{
        margin-bottom: 20px;
    }

    .reviews-header h3{
        font-size: 1.2rem
    }

    .reviews-header a{
        font-size: 0.8rem
    }

    .hide-on-mobile{
        display: none;
    }

    .btn-get-number{
        padding: 9px 9px;
    }

    .mt-2-mobile{
        margin-top: 0.5rem!important;
    }

    .orders-table-responsive table thead{
        display: none;
    }

    .orders-table-responsive,
    .orders-table-responsive tr,
    .orders-table-responsive td {
        display: block;
        width: 100%;
        text-align: left;
    }

    .orders-table-responsive tr {
        border: 1px solid #ddd;
        margin-bottom: 15px;
        padding: 10px;
        border-radius: 8px;
        background: #f9f9f9;
    }

    .orders-table-responsive td {
        /* display: flex;
        justify-content: space-between; */
        padding: 6px 0;
        border: none;
    }

    .orders-table-responsive td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #000000;
        display: inline-block;
        margin-right: 8px;

    }

    .orders-table-responsive tr td:last-child {
        text-align: center!important;
    }

    .orders-table-responsive tr td:last-child button{
        text-align: center!important;
        width: 100%;
        padding-top: 3px!important;
        padding-bottom: 3px!important;
    }

    .orders-table-responsive td .d-flex{
        display: inline-block !important;
    }

    .tr-success{
        background-color: #f7fee7 !important;
    }

    .orders-table-responsive.lt-table tbody tr td:last-child {
        display: flex;
    }

    .orders-table-responsive.sms-table tbody tr td:last-child {
        text-align: left!important;
    }

    .footer-bell {
        right: 20px !important;
        bottom: 100px !important;
    }

    .footer-top-banner .container{
        text-align: center;
    }

    .footer-bottom .container{
        text-align: center;
    }

    .footer-links{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }

}

/** * Desktop  */
@media (min-width: 412.99px) {
    .hide-on-desktop{
        display: none;
    }
}