@media (max-width: 768px) {

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

}


.accessiblity-parent {
    position: fixed;
    right:0;
    top: 50px;
    display: none;
    width: 23%; 
    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: 99999;
    
}

.access-btn {
    border: none;
    background: transparent;
    font-size: 22px;
    color: #000;
}
.access-box {
    /*text-align: center;*/
    padding-top: 15px;
    
    
   
}
.access-icon {
    width: 29%;
    margin-left: 44px;
    margin-bottom: 5px
}
.access-box:hover {
    background:#f3f3f3;
    cursor: pointer;
}
.access-main-icon {
    position: fixed;
    top: 6px;
    right: 30px;
    width:35px;
    z-index: 99999;
    cursor: pointer;
}
.close-accessibility {
    cursor: pointer;
}