.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.rangeslider {
    background: #e6e6e6;
    position: relative
}

.rangeslider--horizontal {
    height: 20px;
    width: 100%
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%
}

.rangeslider--disabled {
    filter: alpha(Opacity=40);
    opacity: .4
}

.rangeslider__fill {
    background: #0f0;
    position: absolute
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%
}

.rangeslider__handle {
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, .1)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(0, 0, 0, .13)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, .13), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .13), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(0, 0, 0, .13), rgba(255, 255, 255, 0));
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.rangeslider--active .rangeslider__handle,
.rangeslider__handle:active {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, .12)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12));
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12))
}

.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y
}

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x
}

input[type=range]:focus+.rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
    box-shadow: 0 0 8px rgba(255, 0, 255, .9)
}

.rangeslider,
input[type=range] {
    max-width: 600px
}

.rangeslider__ruler {
    cursor: pointer;
    font-size: .7em;
    margin: 20px 3px 0 3px;
    position: relative;
    top: 100%;
    text-align: justify
}

.rangeslider__ruler:after {
    content: "";
    display: inline-block;
    width: 100%
}

.saving-range-slider__container {
    margin: 90px 25px 0 20px;
    position: relative
}

.dots {
    width: 12px;
    height: 12px;
    background-color: rgba(114, 114, 114, .8);
    border-radius: 50%
}

.dots__container {
    cursor: pointer;
    font-size: .7em;
    top: 100%;
    text-align: justify;
    display: flex;
    justify-content: space-between
}

.number {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 70px;
}

.number div {
    display: block;
    content: '';
    background: #ccc;
    width: 4px;
    height: 10px;
    margin: auto;
}

.number p {
    margin-top: 5px;
    font-size: 14px;
}

.number::before {
    margin: auto;
}

.number:first-of-type {
    margin-left: -28px
}

/* .number:first-of-type:before {
    display: block;
    content: '';
    background-color: #ccc;
    height: 10px;
    width: 4px;
    margin-left: 25px
} */

.number:last-of-type {
    margin-right: -29px
}

/* .number:last-of-type:before {
    display: block;
    content: '';
    background-color: #ccc;
    height: 10px;
    width: 4px;
    margin-left: 34px
} */

.number:nth-of-type(2),
.number:nth-of-type(4),
.number:nth-of-type(6) {
    display: none
}

/* .number:nth-of-type(2):before,
.number:nth-of-type(3):before,
.number:nth-of-type(4):before,
.number:nth-of-type(5):before,
.number:nth-of-type(6):before {
    display: block;
    content: '';
    background-color: #ccc;
    height: 10px;
    width: 4px
}

.number:nth-of-type(3):before {
    margin-right: 10px
}

.number:nth-of-type(5):before {
    margin-right: 16px
}

.number:nth-of-type(6):before {
    margin-right: 22px
} */
.number:nth-of-type(2) {
    margin-left: -4px;
}


.number__container {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 10px
}

.bubble {
    transform: rotateZ(-135deg);
    color: #fff;
    position: relative;
    top: 16px;
    left: 2px;
    text-align: center;
}

.bubble__container {
    position: relative;
    top: -63px;
    left: -14px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 98% 0 95% 93%/95% 0 98% 93%;
    border-radius: 98% 0 95% 93%/95% 0 98% 93%;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: #000;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #6cb2e2;
    -webkit-transform: rotateZ(135deg);
    -ms-transform: rotate(135deg);
    transform: rotateZ(135deg);
    font-size: 14px;
}

.slider-message__container {
    margin-top: 60px;
    max-width: 650px;
    margin-left: -20px
}

.rangeslider,
input[type=range] {
    max-width: 630px
}

.rangeslider__fill {
    background: rgba(108, 178, 226, .8) !important
}

.rangeslider--horizontal {
    height: 12px !important
}

.rangeslider--horizontal .rangeslider__handle {
    top: -4px
}

.rangeslider__handle {
    width: 20px;
    height: 20px
}

.rangeslider .rangeslider__handle,
.rangeslider__handle:active {
    background: #6cb2e2 !important;
    border: none !important;
    box-shadow: none !important
}

.rangeslider__handle:after {
    background-image: none
}

.rangeslider,
.rangeslider__fill {
    box-shadow: none;
    -webkit-box-shadow: none
}

@media only screen and (min-width:500px) {

    .number:nth-of-type(2),
    .number:nth-of-type(4),
    .number:nth-of-type(6) {
        display: block
    }

    .number:nth-of-type(2):before {
        margin-right: 5px
    }

    .number:nth-of-type(3):before {
        margin-right: 8px
    }

    .number:nth-of-type(4):before {
        margin-right: 12px
    }

    .number:nth-of-type(5):before {
        margin-right: 10px
    }

    .number:nth-of-type(6):before {
        margin-right: 22px
    }

    .number__container {
        display: flex;
        justify-content: space-between;
        position: relative;
        top: 10px;
    }
}

@media only screen and (min-width:768px) {
    .saving-range-slider__container {
        margin: 55px 40px 0 15px
    }
}

@media only screen and (min-width:1072px) {
    .saving-range-slider__container {
        margin: 55px 20px 0 15px
    }
}