html {
  scroll-behavior: smooth;
}
span#NagishLiLogo {
    background: url(gfx/accessbility.png) !important;
    width: 30px !important;
    height: 30px !important;
    background-size: cover !important;
}
nagishli#NagishLiTag > #NagishLiBar > #NagishLiBarStrip {
    background-color: #4055b2 !important;
    border-color: #4055b2 !important;
    box-shadow: none !important;
    padding: 5px !important;
}
span#NagishLiToggleMenus {
    background: none !important;
}
.toggle-button,
.hide-text {
    display: none;
}
.fixed-logo img {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 10px;
    max-width: 50px;
}
.fixed-logo,
.relative {
    position: relative;
}
.scroll-to-top {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
    background: #ededed;
    padding: 5px;
    border-radius: 6px;
}
.scroll-to-top:hover {
    background-color: #cdd6ff;
}
.scroll-to-top img {
    max-width: 35px;
    display: block;
}
nagishli#NagishLiTag > #NagishLiBar > #NagishLiBarStrip.open {
    display: table !important;
}
span#NagishLiTitle, span#NagishLiMove {
    display: none;
}
marquee#m1 img {
    margin-right: 30px;
}
.arrow-right {
    padding-right: 10px;
}
.arrow-left {
    padding-left: 10px;
}
.nav li a{
    font-family: Arial, sans-serif; 
}
nagishli#NagishLiTag > #NagishLiBar {
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}
@media(max-width: 1024px) {
    span#NagishLiLogo {
        width: 28px !important;
        height: 28px !important;
        background-size: cover !important;
    }
    nagishli#NagishLiTag > #NagishLiBar > #NagishLiMenus{
        min-width: 320px !important;
    }
    body{
        font-family: Arial, sans-serif; 
    }
    .arrow svg {
        background-color: rgb(0 0 0 / 34%);
        border-radius: 100%;
    }
    .arrow svg path {
        stroke: #fff;
    }
    table,
    td {
        background-color: white;
    }
    body {
        margin: 0 0 20px;
        padding: 0 10px;
        background: #ffffff;
    }
    table,
    tbody,
    td,
    th,
    thead,
    marquee#m1 {
        width: 100%;
        display: block;
        height: auto;
    }

    tr {
        display: block;
    }

    .hide-text {
        display: inline-block;
    }

    .nav li {
        width: auto !important;
        flex-basis: 100%;
    }

    .nav {
        height: auto;
        list-style: none;
        padding: 0;
        margin: 0;
        overflow: hidden;
        border-top: 1px solid lightgrey;
        max-height: 0;
        transition: max-height 0.5s ease-out;
        display: flex;
        flex-wrap: wrap;
    }

    .nav.visible {
        max-height: 300px;
    }

    .nav li {
        display: block;
    }
    .nav li:nth-child(2) {
        order: 5;
    }

    .nav li:nth-child(4) {
        order: 3;
    }

    .nav li:nth-child(3) {
        order: 4;
    }

    .nav li:nth-child(5) {
        order: 2;
    }
    .nav li a {
        display: inline-flex;
        align-items: center;
        width: 100% !important;
        text-align: left !important;
        border-bottom: 1px solid #ddd;
        padding: 15px 10px;
        background-color: #f9f9f9;
    }

    .nav li a span {
        line-height: 100%;
        margin-left: 5px;
        margin-top: 3px;
        display: inline-block;
    }

    .toggle-button {
        cursor: pointer;
    }

    img[name="bigImage"] {
        width: 100%;
        max-width: 99%;
        margin: auto;
        display: block;
        border: 3px solid white !important;
    }
    blockquote {
	    margin: 0;
	}
    .responsive-img{
    	max-width: 100%;
    	width: 100%;
    	height: auto;
    }

    .table-row-break td td,
    .td-auto td {
        width: auto;
    }
    .td-auto {
	    padding: 0 10px;
	}
    tr {
        position: relative;
        width: auto;
    }
    .arrow-right {
        right: 0;
    }

    .arrow-left {
        left: 0;
    }
    .arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 50px;
        height: 50px;
        z-index: 1;
    }
    .arrow img {
	    width: 30px;
	}
    .toggle-button {
        display: block;
    }

    button.toggle-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        border: none;
        background: white;
        padding: 10px 0;
        border-top: 1px solid #ddd;
        font-size: 16px;
    }

    .pb-20 {
        padding-bottom: 20px;
    }

    .flex-row {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 0 0 !important;
    }

    .flex-row a {
        display: block;
    }

    .flex-row select {
        border: 1px solid #ddd;
        padding: 5px;
        border-radius: 3px;
        margin: 5px 0;
    }

    .column1-pd {
        padding: 20px 10px 0;
    }

    .column2-pd {
        padding: 0 10px;
    }

}
@media (max-width: 480px){
    .flex-row select {
        width: 100%;
    }
    .flex-row img {
        max-width: 130px;
    }
}