.input-budget{position: relative; padding-bottom: 3rem;}
.noUi-slider-container_new{font-size: 25px;}
.noUi-base .noUi-background{background: #ccc}
.noUi-slider {
    position: relative;
    height: 2.18rem;
    padding: 0.3rem 0;
    background: #ccc;
    border-radius:100px 
}
.noUi-slider-container {
    zoom: 1;
}
.noUi-slider-container:before {
    content: "";
    display: block;
}
.noUi-slider-container:after {
    content: "";
    display: table;
    clear: both;
}
.noUi-base {
    position: relative;
    height: 100%;
    z-index: 10;
    margin-left: 1rem;
    margin-right: 1rem;
}
.noUi-base:before,
.noUi-base:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    width: 1.5rem;
    height: 2rem;
    margin-top: -1rem;
    background: #ccc;
}
.noUi-base:before {
    left: -1rem;
    border-radius:100px 0 0 100px
}
.noUi-base:after {
    right: -1rem;
    border-radius:0 100px 100px 0
}
.noUi-base .noUi-connect {
    margin-left: -0.7rem;
}
.noUi-base .noUi-background {
    margin-left: -0.7rem;
}
.noUi-base .noUi-background:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0rem;
    width: 1.4rem;
    height: 100%;
    background: #d73f29;
    border-radius:0 100px 100px 0
}
.noUi-pips {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
    position: absolute;
    top: 0;
    left: 1rem;
    right: 1rem;
    z-index: 1;
    height: 100%;
}
.noUi-pips:before {
    content: "";
    display: block;
}
.noUi-pips:after {
    content: "";
    display: table;
    clear: both;
}
.noUi-connect {
    border-radius: 0.5em;
    background: #d73f29;
}
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.noUi-handle {
    position: relative;
    z-index: 1;
    width: .9rem;
    height: .9rem;
    top: .325rem;
    left: 0.25rem;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.noUi-handle:hover,.noUi-handle:active{background: #f9aca1}
.noUi-handle:active { background-color: #ffeb3b}
.noUi-handle .tooltip {
    position: absolute;
    top: 2.75rem;
    left: -0.3em;
    color: #333;
    font-size: 1.125rem;
    white-space: nowrap; line-height: 1;
}
.noUi-marker {
    float: left;
    position: absolute;
    width: 10%;
    height: 100%;
}
.noUi-marker:last-child {
    width: 0;
}
/* .noUi-marker:before {
    content: '';
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
}
.noUi-marker:after {
    content: '';
    position: absolute;
    top: 30%;
    left: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
} */