.accessiblity-parent {
    position: fixed;
    right:0;
    top: 50px;
    display: none;
    width: 30%; 
    background:#fff; 
    padding: 10px 15px 20px;
    border: 1px solid #dedede;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
    z-index: 99;
    line-height: 1.4;
    
}


@media (min-width: 992px) {

.access-main-icon-mobile {
   display: none;
}

}


@media (max-width: 768px) {

.accessiblity-parent {
    position: fixed;
    right: 0;
    top: 50px;
    display: none;
    width: 100% !important;
    background: #fff;
    padding: 10px 30px 10px 20px;
    border-radius: 5px;
    z-index: 99;
}

}

.access-btn {
    border: none;
    background: transparent;
    font-size: 14px;
    color: #000;
    margin-top: 5px;
}
.access-box {
    background: #f4f4f4;
    padding: 10px;
    text-align: center;
  
}
.access-icon {
    width: 32%;
    margin: auto;
}
.reset-icon  {
    width: 35px;
} 
.reset-text {
    font-size: 18px;
    font-weight: bold;
}
.access-box:hover {
    background:#f3f3f3;
    cursor: pointer;
}
.access-main-icon {
    position: fixed;
    top: 6px;
    right: 67px;
    width:35px;
    z-index: 99999;
    cursor: pointer;
}
.access-main-icon-mobile {
   position: fixed;
    bottom: 230px;
    right: 9px;
    width: 44px;
    z-index: 9;
    cursor: pointer;

}
.close-accessibility {
    cursor: pointer;
    font-size: 18px;
    margin-left: 34px;
}


.access-divider {
    width: 100%;
    height: 3px;
    background: #f4f4f4;
    margin-top: 10px;
    margin-bottom: 10px;
}
.access-heading {
    font-size: 14px;
}

.image-alt-tooltip {
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    max-width: 200px;
    z-index: 2;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
    transform: translateY(5px);
}
.image-alt-wrapper {
    position: relative;
    display: inline-block;
}
.wd-32 {
    width: 18px;
}
