.is_clickable {cursor: hand; cursor: pointer; }
.nstSlider .leftGrip.gripHighlighted { background: #339c5b; }
.nstSlider .rightGrip.gripHighlighted { background: #339c5b; }
.nstSlider { position: relative; width: 100%; height: 2px; margin: 28px 0 10px; cursor: hand; cursor: pointer; border-radius: 10px; background: #d0d3d4; }
.nstSlider .bar { position: absolute; top: 0; height: 2px; border-radius: 10px; background-color: #339c5b; }
.nstSlider .rightGrip, .nstSlider .leftGrip { position: absolute; top: -6px; width: 14px; height: 14px; border: 2px solid #339c5b; border-radius: 100%; background-color: #fff; }
.nstSlider .highlightPanel { position: absolute; top: 0; height: 20px; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; border-radius: 10px; background: #6f7984; }

