.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: 22222;
    line-height: 1.4;
    
}



@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: 999;
}
.access-box {
    width: 88px !important;
}
.access-main-icon {
    top: 60% !important;
}


}

.access-btn {
    border: none;
    background: transparent;
    font-size: 14px;
    color: #000;
    margin-top: 5px;
    transition: 0.3s ease;
}
.access-box {
    background: #E8E2D4;
    padding: 10px;
    text-align: center;
    width: 100px;
    transition: 0.3s ease;
    border: 0.3px solid #000;
  
}
.access-icon {
    width: 32%;
    margin: auto;
}
.reset-icon  {
    width: 35px;
} 
.reset-text {
    font-size: 18px;
    font-weight: bold;
}
.access-box:hover {
    background:#B02025;
    cursor: pointer;
}
.access-icon img, .access-btn img {
    transition: 0.3s ease;
}

.access-box:hover .access-icon img {
        filter: invert(1);

}
.access-box:hover .access-btn img {
        filter: invert(1);

}
.access-box:hover .access-btn {
    color: #fff;

}
.access-main-icon {
    position: fixed;
    top: 56%;
    right: 0px;
    width: 45px;
    z-index: 11111;
    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;
    margin-bottom: 0;
}

.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;
}
.accessiblity-parent .row {
  margin-right: 10px;
}
/* Big Cursor Base */
#bigCursor {
  position: fixed;
  top:0;
  width: 70px;
  height: 70px;
  background: url('../accessibility-plugin/icons/cursor-pointer-big.png') no-repeat center center;
  /* background: red; */
  /* border-radius: 50%; */
  pointer-events: none;
  background-size: contain;
  display: none;
  z-index: 111111;
  transform: translate(-10%, -10%);
}

/* Big HAND cursor when hovering links */
#bigCursor.big-hand {
  width: 70px;
  height: 70px;
  background: url('../accessibility-plugin/icons/hand-cursor-big.png') no-repeat center center;
  background-size: contain;
  /* background-color: blue !important; */
  z-index: 111111;
}
