    /* width */

.c_box1 {
    padding: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    height: 422px;
    overflow-y: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 5px;height:3px;
}
::-moz-scrollbar {
    width: 3px;
    height: 3px;
}
::-webkit-scrollbar:hover {
    width: 13px;
    height: 3px;
}
::-moz-scrollbar:hover {
    width: 13px;
    height: 3px;
}


/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-moz-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #49c5b6; 
}
    ::-webkit-scrollbar-thumb:hover {
        background: #49c5b6;
        width: 13px;
    }


::-moz-scrollbar-thumb {
    background: #49c5b6;
}
/* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #49c5b6;
    }
::-moz-scrollbar-thumb:hover {
    background: #49c5b6;
}
 