@media print{
    body *:not(#my-section):not(#my-section *){
        visibility: hidden;
    }
    #my-section{
        position: absolute;
        top: 0;
        left: 0;
    }
}
 .bottom-menu {
        position: relative;
        display: block;
        padding-top: 16px;
    }

        .bottom-menu ul {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            flex-wrap: wrap;
        }

            .bottom-menu ul li {
                flex: 1 1 calc(25% - 45px);
            }

                .bottom-menu ul li a {
                    display: flex;
                    align-items: center;
                    flex-direction: column;
                    text-decoration: none;
                    color: #3f738d;
                    font-family: "Almarai-Bold";
                    cursor: pointer;
                    font-size: 16px;
                    margin: 8px 0;
                    transition: all 0.3s ease-in;
                }

                    .bottom-menu ul li a span {
                        white-space: nowrap;
                        font-size: 14px;
                    }

                    .bottom-menu ul li a img {
                        margin-bottom: 8px;
                    }

                    .bottom-menu ul li a:hover {
                        color: #3095b4;
                        transform: translateY(-8px);
                    }

    .chosen-rtl .chosen-single {
        height: 30px;
        background: #fff;
        border-radius: 0;
    }

    .field-validation-error {
        width: 147px;
        color: #dc2f1e;
        text-align: center;
        position: absolute;
        z-index: 2;
        bottom: 33px;
        left: 0%;
        opacity: 0.9;
        transition: opacity 1s;
    }

    .avoid {
        pointer-events: none;
        background-color: gainsboro;
    }

    .alertifynavbutton {
        position: fixed;
    }

    .tab-v1 .nav-tabs > .active > a, .tab-v1 .nav-tabs > .active > a:hover, .tab-v1 .nav-tabs > .active > a:focus {
        color: #fff;
        border: none;
        background: #0066af !important;
    }

    .tab-v1 .nav-tabs {
        border: none;
        background: none;
        border-bottom: solid 2px #0066af !important;
    }