.noUi-connect {
    background: #0b77d0;
}
.noUi-connects {
	background:#fff;	
}
.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    right: -17px;
    top: -7px;
}
.noUi-horizontal {
    height: 5px;
	max-width:75%;
}
.noUi-handle {
    border-radius: 10px;
    box-shadow: none;
	background:#fff;
	border-color:#0b77d0;
	border-width:4px;
}
.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    background: #fff;
    left: 14px;
    top: 6px;
}