/* Slide Right CSS */
#custom-slide-right{
    position: fixed;
    right: 0;
    top: 0;
    width: 367px;
    padding: 20px;
    background-color: #E3F4FF;
    border: 1px solid #006AC3;
    box-sizing: border-box;
    border-radius: 4px;
    z-index: 100;
    display: none;
}
#custom-slide-right .desktop-only .sr-title{
    color: #006AC3;
    position: relative;
}
#custom-slide-right .desktop-only .cus-f16{
    font-size: 16px;
}
#custom-slide-right .desktop-only .close-sr{
    color: #006AC3!important;
    font-size: 15px;
    position: absolute;
    top: -5px;
    right: 0;
}

@media screen and (max-width:639px) {
    #custom-slide-right{
        width: 100%;
        padding: 25px;
        /* top: 0!important; */
    }
}

#custom-slide-right .mobile-only .sr-title{
    position: relative;
}
#custom-slide-right .mobile-only .close-sr{
    color: #006AC3!important;
    font-size: 15px;
    position: absolute;
    top: -5px;
    right: 0;
}

#oo_tab{
    z-index: 99!important;
}