


.range-slider {
    position: relative;
    height: 4px;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #ddd;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    border-radius: 50px;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: 4px;
    background-color: #0db6bd;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear
}
.slider-handle:focus,
.age-show-box input[type="text"]:focus
{
    box-shadow: none;
    outline: none;
}

.slider-handle {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #574f82;
    -webkit-transition: all .2s ease-in-out;
    touch-action: manipulation;
    border-radius: 50px;
}

[data-whatinput=mouse] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #1583cc
}

.slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear
}

.slider.disabled,
.slider[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.age-show-box input[type="text"]
{
    width: 10%;
    text-align: center;
    border: none;
    background-color: transparent;
    color: #317d90;
    margin: 0 0px;
    padding: 0;
}
.age-show-box
{
    position: relative;
}
.plus-sign
{   
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 0;
    color: #317d90;
}

/*# sourceMappingURL=foundation.min.css.map */