﻿.accesibility-btn {
    padding-right: 15px;
}
.accesibility-btn button {
    /*background: #0089cf;*/
    background: #4169e1;
    padding: 5px 8px;
    border-radius: 50%;
    display: flex;
    /*height: 48px;
    width: 48px;*/
    height: 40px;
    width: 40px;
    outline: none;
    border: none;
    position: absolute;
    /*right: -88px;*/
    right: -32%;
    top: 4px;
    animation-name: jello;
    animation-duration: 1s;
    animation-iteration-count: 3;
    
}
header.active .accesibility-btn button {
    top: 47px;
}
.accesibility-btn button img {
    width: 50px;
}
.accessdropdown {
    display: none;
    position: absolute;
    top: 50px;
    right: 82px;
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 25px;
    border-radius: 5px;
    width: 318px;
    height: auto;
    z-index:999;

}
.accessdropdown.open {
    display: block;
}
.accessicons {
    display: flex;
    padding: 0 !important;
    flex-wrap: wrap;
    gap: 5px;
}
.accessicons li {
    flex: 1 1 calc(50% - 10px);
}
.accessicons li > button {
    color: #fff;
    text-align: center;
    display: block;
    min-width: 5rem;
    font-size: .825rem;
    padding: 20px 5px;
    border-radius: .3rem;
    background: rgba(0, 137, 207, 0.7);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    outline: none;
    border: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.accessicons li > button > img {
    width: 30px;
    margin: .3rem auto;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.accessicons li > button:hover {
    background: rgba(0, 137, 207, 1);
}
    .accessicons li > button:focus {
        outline: #036699 2px solid;
        background: rgba(0, 137, 207, 1);
    }
.close-accbutton {
    position: absolute;
    top: 0px;
    border-radius: 0 5px;
    /* background: aliceblue; */
    right: 0px;
    background: #4cacdd;
    border: none;
    font-size: 14px;
    cursor: pointer;
    color: #ffffff;
    border: none;
    outline: none;
}
.close-accbutton:hover {
    background: rgba(0, 137, 207, 1);
}
    .close-accbutton:focus {
        border: none;
        outline: #036699 2px solid;
    }
.accessicons li > button.b-active {
    background: #0672a9;
}
.accessicons li.li-active {
    border: solid 2px #4cacdd;
    border-radius: 7px;
}
/*------Font Size---------*/
/* font size */
.font-small{
    font-size:90%;
}
.font-medium {
    font-size: 100%;
}
.font-large {
    font-size: 110%;
}
.font-xlarge {
    font-size: 120%;
}
.font-medium .homegallery li span.caption span {
    max-height: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.font-medium .newsbox {
    height: 147px;
}
.font-medium .newsbox:hover {
    height: auto !important;
}
.font-medium .newsbox .news-container {
    max-height: 120px;
}
.font-large .homegallery li span.caption span {
    max-height: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.font-large .newsbox {
    height: 155px;
}
.font-large .newsbox:hover {
    height: auto !important;
}
.font-large .newsbox .news-container {
    max-height: 120px;
}
.font-large .language {
    height: 33px;
}
.font-large header.active .tophead {
    margin-top: -72px;
}
.font-xlarge .homegallery li span.caption span {
    max-height: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.font-xlarge .newsbox {
    height: 165px;
}
.font-xlarge .newsbox:hover {
    height: auto !important;
}
.font-xlarge .newsbox .news-container {
    max-height: 130px;
}
.font-xlarge .language {
    height: 33px;
}
.font-xlarge header.active .tophead {
    margin-top: -72px;
}
.font-xlarge .msgcol .msgbox p a {
    max-height: 57px;
}
.font-small .floatingIcons .flContent {
    right: 5rem;
}
.font-medium .floatingIcons .flContent {
    right: 5.7rem;
}
.font-large .floatingIcons .flContent {
    right: 5.8rem;    
}
.font-xlarge .floatingIcons .flContent {
    right: 6rem;
}
.font-small .name, .font-small .contentA {
    font-size: 90% !important;
    line-height: 14px;
}
.font-small .name, .font-medium .contentA {
    font-size: 90% !important;
    line-height: 16px;
}
.font-medium .name, .font-medium .contentA {
    font-size: 95% !important;
    line-height: 16px;
}
.font-large .name, .font-large .contentA {
    font-size: 100% !important;
    line-height: 18px;
}
.font-xlarge .name, .font-xlarge .contentA {
    font-size: 105% !important;
    line-height: 20px;
}
.font-small header .megamenu .dropbtn img {
    width: 20px;
}
.font-medium header .megamenu .dropbtn img {
    width: 28px;
}
.font-large header .megamenu .dropbtn img {
    width: 32px;
}
.font-xlarge header .megamenu .dropbtn img {
    width: 35px;
}
.font-small .floatingIcons {    
    top: 50%;
}
.font-medium .floatingIcons {    
    top: 55%;
}
.font-large .floatingIcons {    
    top: 60%;
}
.font-xlarge .floatingIcons {
    top: 65%;
}
.font-large .logo img.logoimg {
    margin-top: 20px;
}
.font-xlarge .logo img.logoimg {
    margin-top: 28px;
}
.font-large header.active .cmpad {
    margin-top: 20px;
}
.font-xlarge header.active .cmpad {
    margin-top: 12px;
}
.font-large .accesibility-btn button {
    /*top: 57px;*/
    top: 8px;
    right: -61px;
}
.font-large header.active .accesibility-btn button {
    top: 75px;
}
.font-xlarge .accesibility-btn button {
    /*top: 58px;*/
    top: 8px;
    right: -61px;
}
.font-xlarge header.active .accesibility-btn button {
    top: 75px;
}
/* pause animation */
.disable-hover {
    pointer-events: none !important;
}
.disable-hover:hover {
    cursor: default !important; /* Prevent hover effects */
    opacity: 1 !important; /* Ensure elements don't fade */
    transform: none !important; /* Stop hover transformations */
}
.disable-hover .accesibility-btn {
    pointer-events: auto !important;
}
.disable-hover .contrastButton {
    pointer-events: auto !important;
}
header .megamenu {
    height: auto;
}
#btnSearch:focus, #btnLang:focus, button:focus {
    outline: dotted;
}
.dis-footer-a {
    color: #ffffff;
    background-color: #005080;
    padding: 5px 5px;
    border-radius: 8px;
    border:1px solid white;
}
a:hover {
    text-decoration-color:inherit !important;
    text-decoration-line: underline !important;
}
.dark .services .contentcol ul li a {
    color: #ADADAD;
}
.dark .mainhead span {
    color: #A8A8A8;
}
.dark ul.linklist li a {
    color: #ACACAC;
}
.dark footer .footbox ul.footlist li a, .dark footer .ftmain p, .dark footer .footbox h5 a {
    color: #C2C2C2;
}
.dark .dis-footer-a {
    color: #c1bebe;
    border: 1px solid #cfcfcf;
}
.beti {
    margin: 0 0 4px 4px;
    max-width: 64px !important;
}
.font-large .beti, .font-xlarge .beti {
    margin: 0 0 2px 4px;
}
.floatingIcons .flIcon {
    min-height: 3.2rem;
    padding: 1px 2px;
}
.font-large .floatingIcons .col, .font-xlarge .floatingIcons .col {
    margin-bottom: .11rem;
}
.icon-apply{
    height:25px;
    width:100% !important;
}
#skipToContent{
    width:105px;
}
.font-medium #skipToContent {
    width: 114px;
}
.font-large #skipToContent {
    width: 120px;
}
.font-xlarge #skipToContent {
    width: 160px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    /* padding-right: .5rem;*/
    color: #6c757d;
    content: "";
    padding: 0;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}
.breadcrumb-separator::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: .75rem;
    margin: 0 0.5rem;
    color: #757575;
}
.sideMenuSpan {
    /*filter: invert(55%) sepia(100%) saturate(1000%) hue-rotate(200deg);*/
    /*filter: invert(99%) sepia(11%) saturate(0) hue-rotate(200deg);*/
}
.sideMenuSpan:hover {    
    /*filter: invert(50%) sepia(100%) saturate(1000%) hue-rotate(200deg);*/
}
.sidemenu ul.sidenav li a:after {
    content: '' !important;
}
.sidemenu-arrow::after {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 20px;
    margin-top: -31px;
    color: #929292;
    transition: all .3s ease;
}
.sideMenuLi:hover {
    transform: scale(1.1);
}
.left-panel li:hover .sidemenu-arrow::after, .sidemenu ul.sidenav li:hover .sidemenu-arrow::after {
    color: #0089cf;
}
.sidemenu ul.sidenav li.active .sidemenu-arrow::after, .left-panel li.active .sidemenu-arrow::after,
.sidemenu ul.sidenav li.active .sideMenuA .sideMenuSpan {
    /*color: #0089cf;*/
    color: #005C8A;
}
.h1, h1 {
    font-size: 2rem;
}
.banner h2 {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    width: 100%;
    margin: .5rem 0;
    font-weight: 400 !important;
}
.applybtn, .applybtnBig, .calcbtnBig {
    background-color: #456114;
}
.applybtn:hover, .applybtnBig:hover, .calcbtnBig:hover {
    background-color: #7bad25;
}
.access-p {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
}
#myHref {
    color:white;
}
.sidemenu ul.sidenav li a:hover, .sidemenu ul.sidenav li.active a {
    color: #075997;
}
.f-40 {
    font-size: 40px;
}
.deposit-head-a {
    color: #212529;
}
.intr-rate-a {
    color: #212529;
    font-weight: bold;
}
.sidemenu{
    z-index:1;
}
.boxcol-a {
    min-height: 100px !important;
    text-align: center;
}
.text-right {
    text-align: right;
}
.ClearFix {
    clear: both;
}
.clr-black {
    color: black;
}
.catbox-img {
    display: block;
    margin: auto;
    width: auto !important;
    height: 100%;
}
.sidemenu ul.sidenav li.has-dropdown .dropdown-menu {
    margin-left: -15px !important;
}
.sidemenu ul.sidenav li.has-dropdown .dropdown-menu li {
    padding: 0 0 5px 0;
}
.sidenav .dropright{
    position:unset;
}
.sidemenu ul.sidenav li.has-dropdown .dropdown-menu li a {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-bottom: 8px;
}
.btn-cook { margin-top: -46px;}
.newsbox .h4 {
    font-size: 1.2rem;
}
.h1, .h2, .h3, .h4 {
    font-family: 'bom_websemibold';
}
.dic-logos {    
    margin: 1em 0 0.5em 0;
}
    .dic-logos img {
        margin: 0 1em 0 0;
    }
.homeh1 {
    color: #495057;
    font-size: 2em;
    text-align: center;
    margin-bottom: 0.5em;
}
.mainli.gradBtn {
    background-color: #2020fd;
}
.menulogin {
    animation-name: tada;
    animation-duration: 1s;
    animation-iteration-count: 3;
}
.hindi .newsbox-a {   
    left: -71px;    
}
.marathi .newsbox-a {   
    left: -86px;    
}
.news-stop::after {
    content: '\f04c';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 5px;
    margin-top: -8px;
    color: #007bff;
    transition: all .3s ease;
}
.news-play::after {
    content: '\f04b';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 5px;
    margin-top: -8px;
    color: #007bff;
    transition: all .3s ease;
}
.newsbox.newstop {
    background-color: rgba(255,255,255,.975);
}
.newsbox.newstop .news-container {
    max-height: 230px;
    overflow-y: auto;
    padding-right: 5px;
}
.newsbox.newstop ul.newslist {
    animation: none;
}
.swiper-play-pause-button {
    outline: 0;
    background-color: transparent;
    border: none;
}
.banner-play-stop {
    color: #0089cf;
    text-shadow: 1px 2px 3px #00000069;
    background: transparent;
    font-size: 1.8em;
    padding-bottom:2px;
}
.boxcol.products{
    padding:17px;
}
.products .box .pimgbox1 img{
    height:400px;
}
.products .products-next, .products .products-prev {
    top: 92% !important;
    transform: translateY(-50%);
   /* border-radius: 50% !important;*/
    background-color: rgba(0, 137, 207, .8) !important;
    border: none !important;
}
.products-pause:hover {
    background-color: rgba(0,137,207,1) !important;
    color: #fff !important;
}
.homeslider .swiper-pagination-bullet {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    box-shadow: 1px 1px 5px 1px #00000059;
}
.homeslider .swiper-pagination {
    bottom: 0.5rem !important;
}
.accourding-wrap {
    width: 100%;
}
.inner_post_content h1, .heading-wrap h1 {
    margin: 0 0 10px 0;
    padding: 5px 0 0 0;
    font-size: 1.67em;
    color: #393939;
    line-height: 1;
    font-weight: 500;
}
    .heading-wrap h1:after {
        content: '';
        display: block;
        width: 5rem;
        height: .1rem;
        background-color: #6E6E6E;
        margin-top: .8rem;
    }

.heading-wrap h2 {
    margin-top: 6px;
}
.inner_post_content h2, .heading-wrap h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 1.50em;
    color: #393939;
    line-height: 1.2;
}

.inner_post_content h2 {
    font-size: 1.333em;
    font-weight: 500;
    color: #025f8a;
    margin-bottom: 5px !important;
}
.banner span.bh1 {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    width: 100%;
    margin: .5rem 0;
    font-weight: 400 !important;
    line-height: 1.2;
}
.services ul.servlist li a {
    color: #595959;
}
/*.megamenu.focus .megamenu-content {
    display: block;
}*/
header .navbar a.mainli:focus, header .megamenu:focus .dropbtn,
header .navbar a.mainli:focus, header .megamenu:focus .mainli,
.megamenu.focus a.mainli, .megamenu.focus .dropbtn {
    background: rgba(4, 64, 95, .9);
}
#skipToContent:focus{
    outline:2px solid #ccc;
}
*:focus {
    outline: 2px solid #0579b5 !important;
    outline-offset: 0;
    box-shadow: 2px 2px 10px 3px #00000085;
}
/**:focus-within {
    outline: 2px solid #0579b5 !important;
    outline-offset: 0;
    box-shadow: 2px 2px 10px 3px #00000085;
}*/
.font-xlarge .intr-rate {
    width: calc(100% - 50px);
}
/*------- Gift City -----------*/
.gc-list li {
    width: calc(100% / 3);
}
.fblist li a.box {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    color: #333;
    padding: 10px;
    height: 100%;
    border-radius: .3rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.fblist li a.box img {
    width: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.fblist li a.box h5, .fblist li a.box span.h5 {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}
.loan-box {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.loan-content-box {
    padding: 20px;
}

.gift-cmn h2 {
    color: #0089cf;
}

.loan-blue-box {
    /*background-image: url(../img/loans/gft-bg1.svg);*/
    width: 100%;
    object-fit: cover;
    background: linear-gradient(135deg, #003a69 0%, #0089cf 100%);
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
}

    .loan-blue-box p {
        color: #fff;
    }

    .loan-blue-box h3 {
        font-size: 2.25rem;
        color: #fff;
    }

    .loan-blue-box span {
        font-size: 1rem;
        margin-left: 3px;
    }

.gift-btn {
    padding: 10px 20px;
    background: #fff;
    color: #0089cf;
    border-radius: 5px;
    border: 1px solid #fff;
    transition: all 0.3s ease; /* Smooth transition for all properties */
}

    .gift-btn:hover {
        border: 1px solid #fff;
        background: #0089cf;
        color: #fff;
        cursor: pointer;
    }

.gift-btn1 {
    padding: 10px 20px;
    border: 0px;
    background: #333;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #333;
    transition: all 0.3s ease; /* Smooth transition for all properties */
}

    .gift-btn1:hover {
        border: 1px solid #fff;
        background: #0089cf;
        color: #fff;
        cursor: pointer;
    }

.fb-box {
    width: 100%;
    background: #fff;
    padding: 0px;
    border-radius: 10px;
    height: 100%;
    border: 2px solid #0089cf;
    position: relative;
    cursor: pointer;
}

    .fb-box::before {
        content: "";
        width: 50px;
        height: 50px;
        position: absolute;
        background: #fff;
        top: -30px;
        background-image: url(/writereaddata/giftcity/fb-icon1.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        right: 20px;
    }

    .fb-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

.fb-content-box {
    padding: 10px;
}

.faq-box {
    background-image: url(/writereaddata/giftcity/gft-bg1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
}

.faq-box1 {
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(135deg, #003a69 0%, #0089cf 100%);
    cursor: pointer;
}

.faq-box img {
    width: 130px;
}

.faq-box1 img {
    width: 130px;
}

.faq-box p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.faq-box1 p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.gift-contact {
    background: #f0f0f0;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gift-contact-img {
    width: 100%;
    height: 100%;
}
/*------- Gift City -----------*/

/*.megamenu-content {
    display: none;
}

    .megamenu > a:focus + .megamenu-content,
    .megamenu > a:hover + .megamenu-content,
    .megamenu-content:focus-within {
        display: block;
    }*/
/*.megamenu-content:focus-within {
    display: block;
}*/

@media (pointer: fine) {
    .floatingIcons .dropleft .flIcon:focus > .dropdown-menu, .floatingIcons .dropleft:focus-within > .dropdown-menu {
            display: block;
        }
    }

    @media (max-width:1024px) {
        header .navbar a.mainli {
            padding: 1.95rem 3px;
        }
    }

    @media (max-width:991px) {
        .accesibility-btn button {
            height: 40px;
            width: 40px;
            right: 138px;
            top: 44px;
            z-index: 1;
        }

        .dvAudioBtn {
            top: 45%;
        }

        .labelA {
            font-size: 12px;
        }

        .font-large .logo img.logoimg, .font-xlarge .logo img.logoimg {
            margin-top: 5px;
        }

        .font-large .accesibility-btn button, .font-xlarge .accesibility-btn button {
            top: 15px;
        }

        .iconhome {
            bottom: 14.2rem;
        }

        .top-leftA {
            bottom: 25rem;
        }

        .search-main .fa-search {
            color: #ffffff;
        }
    }

    @media(max-width:767px) {
        .iconhome {
            bottom: 2.2rem;
        }

        .top-leftA {
            bottom: 220px;
        }

        .font-xlarge .floatingIcons .flContent {
            right: 7.9rem;
            overflow-y: auto;
            height: 100vh;
        }

        .floatBtns-wrap {
            right: -22px;
        }

        .floatingIcons {
            padding: 8px 8px 8px 2px;
        }

        .floatBtns.open .floatingIcons {
            right: 16px;
        }

        .floatBtns-fab.active {
            right: 94px;
        }

        .dvAudioBtn {
            left: -5px;
        }
    }

    @media (max-width:575px) {
        .accessdropdown {
            top: 30px;
            right: 13px;
        }

        .accesibility-btn button {
            right: 36%;
        }

        .font-large .logo img.logoimg, .font-xlarge .logo img.logoimg {
            margin-top: 15px;
        }

        .font-large .accesibility-btn button, .font-xlarge .accesibility-btn button {
            top: 45px;
        }

        .floatingIcons .flIcon {
            width: auto;
        }

        .font-small floatingIcons {
            right: -107px;
        }
        /*.font-large .floatingIcons, .font-xlarge .floatingIcons {
        width: 75px;
    }
    .font-large .floatBtns-fab.active, .font-xlarge .floatBtns-fab.active {
        right: 75px;
    }*/
    }

    @media (max-width:400px) {
        .accesibility-btn button {
            height: 30px;
            width: 30px;
            /*right: 107px;*/ right: 36%;
            top: 51px;
            z-index: 1;
        }

        .logo img.logoimg {
            max-height: 45px !important;
        }

        .search-box {
            top: 6rem;
        }

        .dvAudioBtn {
            top: 45%;
        }

        .labelA {
            font-size: 11px;
        }

        .font-large .logo img.logoimg, .font-xlarge .logo img.logoimg {
            margin-top: 15px;
        }

        .font-large .accesibility-btn button, .font-xlarge .accesibility-btn button {
            top: 45px;
        }
    }

    @media (max-width: 1200px) and (min-resolution: 150dpi) {
        .dvAudioBtn {
            top: 58%;
        }
    }

    @media (max-width: 1200px) and (min-resolution: 100dpi) {
        .dvAudioBtn {
            top: 30%;
        }

        .logo img.logoimg {
            max-height: 61px;
        }

        header .navbar a.mainli {
            padding: 1.5rem 0.9rem;
        }

        .homeicons {
            max-width: 85%;
            flex-wrap: wrap;
            gap: 5px;
        }
    }


/*Add for submenu position on 11.08.2025*/

.sidenav .has-dropdown.dropright{position:relative;}
.has-dropdown.dropright .sidemenu-arrow::after{right:5px}
.has-dropdown.dropright > ul.dropdown-menu .sidemenu-arrow::after{right:20px}
.sidemenu ul.sidenav li.has-dropdown.dropright .dropdown-menu{margin-left:0px !important;}
body.invert {
    filter: invert(0) hue-rotate(180deg);
}
.calc-list .servlist .content > strong {
    font-size: 25px;
}
.calc-list .servlist .content > span {
    font-size: 16px;
}
.inner_post_content p a {
    color: #0070AF;
    text-decoration: underline !important;
}
.a-underline {
    text-decoration: underline !important;
}

.morebtn:focus {
    outline: 2px solid #094668 !important;
    outline-offset: 0;
    box-shadow: 2px 2px 10px 3px #00000085;
}
.inner-ul li{
	list-style: none;
	background:none !important;
	display: contents;
}
a:focus{
	text-decoration:underline !important;
}
.tabbed-content .nav-tabs li .nav-link:focus {
    border: 2px solid #034970;
    box-shadow: 1px 1px 2px 3px #0000;
}
.h-a-list li:focus-within {
    border: 2px solid #034970;
    box-shadow: 1px 1px 2px 3px #0000;
}
.dark .access-p {
    color: #b1b1b1;
}