.rzslider {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 4px;
    margin: 39px 0 0px 0;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rzslider .rz-pointer {
    top: -7px;
    z-index: 3;
    width: 5px;
    height: 15px;
    cursor: pointer;
    background-color: #c60055;
    border-radius: 0;
}
.rzslider .rz-pointer:after {
    display: none;
}

.rzslider .rz-bar {
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #f3d3d8;
    border-radius: 0;
}
.rzslider .rz-selection {
    z-index: 2;
    background:  #c60055;
    border-radius: 0;
}
.add-plus-padding{
    padding-bottom: 5px;
}
.public-utilities{
    padding-left:5px;
    padding-right:5px;
    text-align: center;
}

 #pre .public-utilities .form-control, .more .form-control {
    display: block;
    width: 100%;
    height: 28px;
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #c60055;
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #c60055;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#pre .public-utilities input:before, .more .public-utilities input:before {
    content: "";
    height: 28px !important;
    width: 28px !important;
    float: none;
    margin-top: -4px;
    background: url(../img/unchecked.png);
    background-size: 28px 28px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    text-align: center;
    margin: 0 auto;
}
#pre .public-utilities input:checked:before, .more .public-utilities input:checked:before  {
    background: url("../img/checked.png");
    background-size: 28px 28px;
    background-repeat: no-repeat;
    content: "";
}
.btn-primary{
    margin-top: 15px;
    color: #c60055;
    background-color: transparent;
    border: 1px solid #c60055;
    border-radius: 0;
}
.btn-primary:hover{
    background-color: #c60055;
}