.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.slider-container {
	float: left;
	width: 100%;
	border-radius: 6px;
}
.slider-container h3 {
	margin:0 0 10px;
	padding:0;
	color:#000;
	font-size:30px;
	line-height:30px;
	font-weight:normal;
}
.slider-container h3 span {
	color:#ff9226;
	font-weight:700;
}
.slider-container p {
	margin:0;
	padding:0;
}
.sliderbox {
	display:inline-block;
	width: 100%;
	margin:0;
	border-radius: 6px;
}
.slider-container #slider {

}
.slider-container #slider .ui-slider-range {
	background: url("../images/slider_active.png") no-repeat;
	width: 28px;
	left: 18px;
	bottom: 27px;
}
.slider-container #slider .ui-slider-handle {
	outline: none;
	background: url(../images/slider_handle.png) no-repeat left top;
	border-radius: 0;
	border: 0;
	width: 59px;
	height: 50px;
	margin: 0 0 0 6px;
}
.slider-container #slider .ui-slider-handle:hover {
	cursor: pointer;
}
.price_rangetxt {
	padding: 30px 0;
	margin: 0 8%;
}
.price_rangetxt div.icon {
	font-size: 16px;
	line-height: 23px;
	cursor: pointer;
	font-weight: 400;
	padding: 35px 0;
	display: inline-block;
	width: 95px;
	height: 95px;
	background-color: #fff;
	border-radius: 100%;
	margin: 0 30px;
}
.heading{
	width: 23%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	font-size: 20px;
	font-weight: 700;

}
.price_rangetxt div.icon span{
	display:block;
	text-transform: uppercase;
	color: #666;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}

.price_rangetxt div.current{background-color: #ff4800}
.price_rangetxt div.current span{color: #fff}
.price_content {
	width:100%;
	text-align:center;
	position: relative;
}
.price_content .smallbox {
	float:left;
	width:15%;
	height: 60px;
	display: table;
}
.price_content .smallbox:last-child{
	border: none;
}
.price_content .image_holder {
position: relative;
}


.price_content .value_text {
	font-size: 14px;
	line-height: 18px;
	color:#fff;
	font-weight: 500;
	text-align: left;
	position: relative;
	padding-left: 15px;
}

.top_heading{float: left; width: 100%; padding: 0 55px}
.top_heading .text_value{

	line-height: 36px;
	padding:7px 0;
	color:#000;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}
.price_content .value {
	display: block;
	color:#fff;
	line-height:24px;
	font-weight: 500;
	font-size: 18px;
}
.promotion_area{text-align: left; padding: 45px 15px}
.coupon_code span{font-size: 24px; line-height: 36px; color: #454545; font-weight: 500}

.price_txt {
	color:#222;
	font-size:30px;
	line-height:30px;
	font-weight: 400;
	display: inline-block;
	background-color: #fff;
	padding: 15px 0;
	width: 200px;
	vertical-align: bottom;
	margin-right: 10px;
}
.price_txt .numeric1 {
	line-height:30px;
	font-size:30px;
	font-weight: 400;
	color: #222;
}
.cutted_price{font-size: 20px; font-weight: 500; color: #454545; line-height: 36px; text-align: left}
.vps_btn {
	color:#fff;
	display:inline-block;
	font-size:18px;
	line-height:30px;
	background:#ff4800;
	text-decoration:none;
	font-weight: 500;
	padding: 15px 0;
	transition: all ease-in-out 0.4s;
	width: 200px;
}
.vps_btn:hover{background-color: #fff; color: #666}
.package_price_box{width: 84%; margin: 40px 8% 0}

.tag{
	position:absolute;
	right:0;
	top:0;
}
.price-slider-section{
	padding: 0;
	float: left;
	width: 100%;
	border-radius: 6px;
}

.nomargin_rt{
	margin-right: 0 !important;
}
.price-box-section{
	float: left;
	width: 100%;
	border-radius: 6px
}
.inner_price_content{
	background-color: #fff;
	padding: 25px 0;
	border: 1px solid #d5d1ef;
}
.price_box{padding: 35px 0}
.outer_slider{padding: 50px 110px 0; background-color: #fff; border: 1px solid #d5d1ef}