
.rightsidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3000;
    top: 0;
    right: 0;
    background-color: #fff;
    border-left: 1px solid #000;
    overflow-x: hidden;
    padding-top: 10px;
    transition: 0.5s;
}

.leftsidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
    background-color: #fff;
    border-right: 1px solid #000;
    overflow-x: scroll;
    padding-top: 0px;
    transition: 0.3s;
    -webkit-transform: none; 
    -ms-transform: none;
    transform: none; 
}

.rightsidenav .close-panel {
    font-size: 20px;
    /* border: 1px solid red; */
    padding: 2px 10px;
    margin: 0px 0px 5px 2px;
}

.leftsidenav .close-panel {
    font-size: 20px;
    padding: 2px 10px;
    float: right;
    z-index: 999999;
    position: relative;
    right: 5px;
    top: 5px;
}

.close-panel:hover {
  cursor: pointer;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 

}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 

}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 

}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 

}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

}