.content-01111 {
    width: 90%;
    margin: 0px auto;
}

body {
    margin: 0;
    font-family: sans-serif;
}

.sheet {
    margin: 20px;
    width: 300px;
    height: 300px;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/3x3grid.png)
}

.animation {
    width: 100px;
    height: 100px;
}

span.ui-slider-handle {
    animation: mymove 5s infinite !important;
    animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

ul.slider-contant-01 {
    width: 100%;
    float: left;
    margin: 0 0 0 0%;
    padding: 0;
    list-style: none;
}

ul.slider-contant-01 li {
    width: 9%;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
}

.content-01111 {
    width: 90%;
    margin: 0px auto;
}

.range {
    position: relative;
    width: 550px;
    height: 5px;
}

.range input {
    width: 100%;
    position: absolute;
    top: 2px;
    height: 0;
    -webkit-appearance: none;
}

.range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #37adbf;
    cursor: pointer;
    border: 0 !important;
}

.range input::-moz-range-thumb {
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #37adbf;
    cursor: pointer;
    border: 0 !important;
}

.range input::-ms-thumb {
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #37adbf;
    cursor: pointer;
    border: 0 !important;
}

.range input::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}

.range input::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}

.range input::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}

.range input:focus {
    background: none;
    outline: none;
}

.range input::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.range-labels {
    margin: 27px -55px 0;
    padding: 0;
    list-style: none;
    width: 99%;
    margin: 0px auto;
    margin-top: 25px;
    margin-left: 13px;
}

.range-labels li {
    position: relative;
    float: left;
    width: 9%;
    text-align: center;
    color: #b2b2b2;
    font-size: 14px;
    cursor: pointer;
}

.ui-widget-content {
    border: none;
}

.range-labels li::before {
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    content: "";
    margin: 0 auto;
    width: 9px;
    height: 9px;
    background: #234a5e;
    border-radius: 50%;
}

.range-labels .active {
    color: #37adbf;
}

.range-labels .selected::before {
    background: #37adbf;
}

.range-labels .active.selected::before {
    display: none;
}

.range-labels li span img {
    width: 42px;
    padding: 18px 0;
}

.range-labels li span {
    width: 75px;
    border: 1px #ddd solid;
    background: rgba(120, 186, 49, .2);
    float: none;
    display: block;
    margin: 0px;
    padding: 0px;
    border-radius: 100px;
    margin: 0px auto;
    line-height: 75px;
    text-align: center;
    height: 75px;
}

.range-labels li p {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    color: #234a5e;
    line-height: normal;
    font-weight: bold;
}

.important {
    background: url(../image/stope-img.jpg) no-repeat !important;
    background-size: 100% !important;
    top: -191px !important;
}


/* 
.ui-slider-range {
    width: 30% !important;
}

.ui-slider-handle {
    left: 30% !important;
} */