/*
 * 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 {
	height: 18px;
}
.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 {
    border-radius: 24px;
    overflow: hidden;
}
.slider-container #slider {
    margin: 0 auto 22px;
    width: 100%;
    height: 20px;
    padding: 0;
    background: var(--primary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 12px;
}
.slider-container #slider .ui-slider-range {
    background: var(--accent);
    background-size: contain;
    border-radius: 12px;
}
.slider-container #slider .ui-slider-handle {
	outline: none;
	background: url(../images/handle.png) no-repeat left top;
	border-radius: 8px;
	border: 0;
	width: 40px;
	height: 40px;
	margin-top: -6px;
	margin-left: -23px;
	transition: none; 
}
.slider-container #slider .ui-slider-handle:hover {
	cursor: pointer;
}
.price_rangetxt {
    width: 100%;
    display: grid;
    grid-template-columns: 18% 18% 18% 18% 18% 4%;
    justify-content: center;
}
.price_rangetxt div.icon {
    color: var(--secondary-color);
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
}
.price_rangetxt div.current {
	color: var(--accent);
}
.price_content {
    display: grid;
    align-items: center;
    background: var(--primary-color);
    grid-template-columns: 75% 25%;
}
.price_content .smallbox {
    display: flex;
    gap: 14px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.value_text {
    margin-top: -6px;
}
.slider-outer {
    background: #effafe;
    border-bottom: 1px solid var(--secondary-color);
}
.price_content .heading {
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 4px;
    font-weight: 700;
    color: var(--secondary-color);
}
.price_content .value {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: var(--text-color);
}
.price_content .smallbox:last-child {
	margin:0;
	border-right:none;
}
.price_txt {
    display: flex;
}
#backup_val {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-direction: column;
    padding: 25px 36px 29px;
}
.price_txt .dollar {
    color: var(--orange-color);
    line-height: 28px;
    font-size: 24px;
    position: relative;
    left: 5px;
    padding-right: 8px;
}
.vps-price-plan .month-title small {
    font-size: 16px;
    line-height: 18px;
    margin-top: -2px;
    display: block;
    color: var(--orange-color);
}
.month-title {
    padding-left: 3px;
}
.vps-price-plan p {
    font-size: 14px;
    padding-left: 30px;
}
.price_txt .numeric1 {
    color: var(--orange-color);
    line-height: 44px;
    font-size: 48px;
    font-weight: 700;
}
.vps_btn.generic-btn a {
    border-color: var(--orange-color);
    color: var(--primary-color);
    background: var(--orange-color);
    height: 50px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 25px;
    font-weight: 500;
    padding: 10px 28px;
    width: 100%;
    box-shadow: unset;
}
.vps_btn.generic-btn a:hover{
    color: var(--primary-color);
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}
.price_txt .numeric2 {
	color: var(--orange-color);
    line-height: 28px;
    font-size: 24px;
    display: block;
}
.product-con {
    display: flex;
    justify-content: space-between;
    border-right: 1px solid var(--secondary-color);
    width: 100%;
    height: 100%;
    gap: 30px;
    padding: 29px 104px 29px 111px;
}