.header-top-section {
    padding: 7px 100px;
    background: var(--bg-color-white-2);
    border-bottom: 1px solid var(--border-color-3)
}

.header-top-section-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-section-content {
    /* border-bottom: 1px solid var(--border-color-2); */
}

.header-dt h5 {

    font-weight: 500;
    font-size: .7rem;
    color: var(--text-color-black-2);
}

.header-top-links {
    display: flex;
}

.header-top-links>ul {
    display: flex;
}

.header-top-links>ul>li {
    display: flex;
    font-size: 0.8rem;
    margin: 0px 5px;
    align-items: center;
}

.header-top-links>ul>li>a {
    color: var(--text-color-black);
    cursor: pointer;
}

.header-top-links>ul>li>a:hover {
    color: var(--text-color-bg-blue);
    transition: 0.3s;
}

.header-top-links>ul>li>a:focus {
    outline: 2px solid var(--text-color-bg-blue) !important;
    outline-offset: 1px;
}

.header-top-links>ul>li>a>.bx-sitemap, .header-top-links>ul>li>a>.bx-handicap {
    font-size: 20px;
}

.header-top-links .social-icons-top li i {
    font-size: 1.3rem;
}

.header-top-links .other-icons-top li i {
    font-size: 1.3rem;
}

.header-top-links .social-icons-top li i.fa-facebook, .header-top-links .social-icons-top li i.fa-facebook-f {
    color: var(--social-media-fb);
}

.header-top-links .social-icons-top li i.fa-instagram {
    color: var(--social-media-insta);
}

.header-top-links .social-icons-top li i.fa-youtube {


    color: var(--social-media-utube);
}

.header-section {
    background: var(--bg-color-white-1);
}

.logo-name {
    display: flex;
    padding: 10px 10px;
    align-items: center;
    justify-content: start;
    position: relative;
}

.icfre-logo img {
    width: 80px;
    margin-right: 10px;
}

.hq-logo img {

    margin-left: 10px;
}

.icfre-others-header-logo {

    /* position: relative; */
    right: 0;
    position: absolute;
    /* margin-right: 10px; */
    top: 0;
}

.icfre-others-header-logo a {
    color: var(--text-color-black-2);
    font-size: 0.7rem;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: 1px solid var(--border-color-1);
    border-right: 1px solid var(--border-color-1);
    border-left: 1px solid var(--border-color-1);
    padding: 5px 10px;
}

.icfre-others-header-logo a>i {
    font-size: 1rem;
    vertical-align: middle;
    color: var(--bg-color-icfre-blue-contrast-bg);
}

.icfre-name h3 {
    font-weight: 500;
    font-size: 1.1rem;
    margin-left: 10px;
    color: var(--text-color-black-3);
}

.icfre-name h4 {
    font-size: 0.6rem;
    font-weight: 500;
}

.bx-skip-next-circle {
    font-size: 1rem;
}

.accessibility-tools-link:hover>.accessibility-tools-section {
    display: block;
}

.accessibility-tools-link {
    position: relative;
}

.accessibility-tools-link:hover>.accessibility-tools-section {
    display: block;
}

.accessibility-tools-section {
    display: none;
    position: absolute;
    width: 240px;
    height: auto;
    background: var(--background-color);
    background: var(--bg-color-white-1);
    /* left: -85px;
    right: -155px; */
    right: 0;
    top: calc(100% + 0px);
    z-index: 1000;
    padding: 10px 15px;
    border: 1px solid var(--border-color-1);
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

#decfontsize,
#incfontsize {
    padding: 0px 15px;
    color: var(--text-color-black-2);
    background: var(--bg-color-white-2);
    border: 1px solid var(--border-color-2);
    border-radius: 5px;
    cursor: pointer;
    font-size: 25px;
}




#screen-reader-link i {
    color: var(--theme-color);
    font-size: 1.5rem;
    cursor: pointer;
}

#screen-reader-link i.bx-reset {
    padding: 0px 10px;
    cursor: pointer;
}

.accessibility-tools-inner {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.acc-tools-heading {
    text-align: left;
    font-size: 12px;
    border-bottom: 1px solid var(--border-color-2);
    /* padding: 5px; */
    margin: 7px 0px;
    color: var(--text-color-black-2);
    font-weight: 500;
}

.color-theme-section,
.text-size-section,
.screen-reader-section {
    text-align: center;
    width: 100%;
}

.text-size-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

#toggle-button1 {
    background-color: white;
}


/* #toggle-button2 {
    background-color: #5A9421;
} */

#theme-toggle-button1 {
    background-color: #0e6d8c;
}

#theme-toggle-button2 {
    background-color: black;
}

#contrast-toggle-button1 {
    background-color: yellow;
}

#contrast-toggle-button2 {
    background-color: #fd60ff;
}

.tri-state-toggle {
    border-radius: 24px;
    overflow: hidden;
    display: inline-flex;
    transition: all 500ms ease;
    padding: 2px 2px;
    border: 1px solid lightgrey;
}

.tri-state-toggle-button {
    border-radius: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    background-color: transparent;
    border: 1px solid black;
    margin: 2px;
    /*   color: #727C8F; */
    cursor: pointer;
    /*    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition:    all 0.5s ease-in-out;
    -ms-transition:     all 0.5s ease-in-out;
    -o-transition:      all 0.5s ease-in-out; */
    transition: all 0.5s ease;
}

.tri-state-toggle-button.active {
    border: 1px solid rgba(207, 207, 207, 0.6);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    font-weight: 500;
    transition: all .5s ease-in;
    border: 4px solid grey;
}

.tri-state-toggle-button:focus {
    outline: none;
}

.timestampContent {
    color: var(--text-color-black-2);
}

@media only screen and (max-width: 600px) {
    .accessibility-tools-section {
        transform: translate(-50%, 0%);

        left: 50%;
    }

    .header-top-section {
        padding: 10px;
    }

    .header-top-section-content, .header-top-links {
        flex-direction: column;
        align-items: center;
    }

    .header-top-links>ul.social-icons-top {
        padding: 5px 0px;
    }

    .logo-name {
        padding: 5px;
    }

    .icfre-name h3 {
        font-size: 0.8rem;
        margin-left: 0px;
    }

    .footer-column {
        padding: 10px 0px;
    }



    .icfre-logo img {
        width: 60px;
        margin-right: 5px;
    }

    .header-dt {
        margin-bottom: 7px;
    }

    .icfre-others-header-logo a {
        padding: 2px 5px;
        border-bottom-left-radius: unset;
        border-bottom-right-radius: unset;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-top: 1px solid var(--border-color-1);
        border-bottom: unset;
        font-size: 0.5rem;
    }

    .icfre-others-header-logo {
        bottom: 0;
        top: unset;
    }
}