/*
 * jQuery UI Slider 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.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: -1px;
	height: 16px;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.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 h3 {
	margin:0 0 10px;
	padding:0;
	color:#333;
	font-size:30px;
	line-height:30px;
	font-weight:normal;
}
.slider-container p {
	margin:0;
	padding:0;
}
.sliderbox {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 60px 64px;
}
.slider-container #slider {
    margin: 0 auto 28px;
    width: 100%;
    height: 16px;
    padding: 0;
    background: #f2f2f2;
    border-radius: 6px;
}
.slider-container #slider .ui-slider-range {
    background: linear-gradient(to right, #fb7a62 0%, #fa0068 100%);
    background-size: contain;
    border-radius: 6px;
}
.slider-container #slider .ui-slider-handle {
    outline: none;
    background: url(../images/slider-circle-shape.png) no-repeat left top;
    border-radius: 0;
    border: 0;
    width: 30px;
    height: 30px;
    margin-top: -4px;
    margin-left: -14px;
    transition: none;
}
.slider-container #slider .ui-slider-handle:hover {
	cursor: pointer;
}
/* vps slider section styling start here */
.vps-con .generic-title{
    margin-bottom: 53px;
}
.price_rangetxt {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    justify-content: space-between;
    text-align: center;
}
.price_rangetxt span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 6px;
}
.price_rangetxt small {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    display: block;
}
.price_rangetxt div.icon {
    color: var(--secondary-color);
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
    font-weight: 700;
}
.price_rangetxt div.current {
	color: var(--accent);
}
.price_content {
    width: 100%;
    background: var(--primary-color);
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.price_content .smallbox {
    border-right: 1px solid var(--border-color);
    padding: 0 23px;
}
.image_holder {
    display: flex;
    align-items: center;
    gap: 5px;
}
.slider-outer {
    margin-bottom: 26px;
}
.price_content .heading {
    font-size: 14px;
    line-height: 14px;
    color: var(--text-color);
	font-weight: 700;
    display: block;
    margin-bottom: 14px;
}
.price_content .value {
    font-size: 24px;
    line-height: 24px;
    color: var(--secondary-color);
    font-weight: 500;
    margin-left: 3px;
}
.price_content .smallbox:last-child {
	margin:0;
	border-right:none;
}
.price_txt {
    display: flex;
    align-items: center;
}

#backup_val {
    display: flex;
    align-items: center;
    gap: 12px;
}
.price_txt small {
    font-size: 14px;
    line-height: 16px;
    margin-top: 0;
    display: block;
	padding: 0 10px;
}
.vps-price-plan p {
    font-size: 14px;
    padding-left: 30px;
}
.price_txt span {
    color: var(--secondary-color);
    line-height: 34px;
    font-size: 32px;
    font-weight: 700;
}
.vps_btn.generic-btn a {
    border-color: var(--secondary-color);
    color: var(--primary-color);
    background: var(--secondary-color);
    font-size: 14px;
    line-height: 18px;
    height: 48px;
    padding: 14px 28px;
}
.vps_btn.generic-btn a:hover{
    color: var(--secondary-color);
    background: var(--primary-color);
}
.vps_btn.generic-btn a i{
    margin-left: 12px;
}
.product-con {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    border: 2px solid var(--blue-color);
    padding: 14px 30px;
    margin-bottom: 31px;
    height: 74px;
    align-items: center;
    box-shadow: 10px 0 20px rgb(67 131 236 / 10%);
    border-radius: 6px;
}
.image_holder small{
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--text-color);
}
.slider-container {
    width: 100%;
    float: left;
}
.vps-inner-con > p span{
    font-weight: 700;
}
.vps-inner-con > p {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 20px 11px;
    background: var(--accent);
    margin-bottom: 0;
    font-size: 14px;
}
.vps-inner-con{
    border-radius: 6px;
    box-shadow: 6px 0 50px rgb(8 0 63 / 10%);
    background: var(--primary-color);
}
.smallbox2 .secondary-btn a{
	min-width: 147px;
	padding: 10px 20px;
}
/* vps slider section styling end here */