@import "jquery-ui-1.10.3.custom.css";


.prc-custom-div{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

@media(max-width:450px)
{
.prc-custom-div
{
	width: 100%;
}
}

.plan-feature6{
	font-size: 15;
	color: #999999;
}

.plan-feature2 {
  padding: 15px 0px;
}

.jslider-scale {
    margin-bottom: 15px;
    position: relative;
    top: 9px;
}
.jslider-scale span {
    position: absolute;
    height: 5px;
    border-left: 1px solid #999;
    font-size: 0;
}
.jslider-scale ins {
    font-size: 14px;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 5px;
    color: #666666;
}


.ui-slider .ui-slider-handle {
    position: absolute;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}

#content {
    min-height: 100%;
    padding: 20px 20px;
    position: relative;
    background: #ffffff
}


.slider {
    background: #e6e6e6;
    border: 0;
    height: 20px;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    position: relative;
    z-index: 10;
    margin: 0 18px!important
}
.slider:after {
    background: #e6e6e6;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    padding: 0 19px;
    left: -19px;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.slider .ui-slider-range {
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    position: absolute;
    padding: 0 19px 0 19px;
    margin: 0 -19px 0 -19px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.ui-slider-handle {
    border: none!important;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    outline: none!important
}
.ui-slider-horizontal .ui-slider-handle {
    background: no-repeat center center scroll #425267!important;
    background-position: 50% 50%;
    background-size: 16px 16px!important;
    width: 36px;
    height: 18px
}
.ui-slider-horizontal .ui-slider-handle {
    top: 1px;
    margin-left: -18px;
    line-height: 20px;
    cursor: pointer;
}


.sliderLightOrange .ui-slider-range,
.progressLightOrange .ui-progressbar-value {
    background: #999999
}
