/*
 * 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: 0;
	height: 16px;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.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;
} */
.slider-container #slider {
	margin: 0 auto 24px;
	width: 100%;
	height: 16px;
	padding: 0;
	background: #f2f8ff;
	box-shadow: none;
	border-radius: 6px
}
.slider-container #slider .ui-slider-range {
	background: #1a74fa;
	background-size: contain;
	border-radius: 6px;
}
.slider-container #slider .ui-slider-handle {
	outline: none;
	width: 30px;
	height: 30px;
	margin-top: -3px;
  	margin-left: -26px;
	border-radius: 100%;
	background: #1a74fa;
	border: 6px solid var(--e-global-color-white);
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	transition: none;
}
.slider-container #slider .ui-slider-handle:hover {
	cursor: pointer;
}

/* Home 3 Page Vps 3 section */

#vps3 .home3slider-container #home3slider {
	background: #d2deed;
}
#vps3 .home3slider-container #home3slider .ui-slider-handle {
	width: 32px;
	height: 38px;
	margin-left: -3px;
	border-radius: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	background-image: url(../images/vps3-sliderbutton.png);
	position: absolute;
}
#vps3 .ui-slider {
	position: relative;
	text-align: left;
}
#vps3 .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
#vps3 .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
#vps3 .ui-slider-horizontal {
	height: .8em;
}
#vps3 .ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
#vps3 .ui-slider-horizontal .ui-slider-range {
	top: 0;
	width: 16px !important;
	height: 80%;
}
#vps3 .ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
#vps3 .ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
#vps3 .ui-slider-vertical {
	width: .8em;
	height: 100px;
}
#vps3 .ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
#vps3 .ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
#vps3 .ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
#vps3 .ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.home3slider-container h3 {
	margin: 0 0 10px;
	padding: 0;
	color: #333;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
}
.home3slider-container p {
	margin: 0;
	padding: 0;
}
.home3slider-container #home3slider {
	width: 16px;
	height: 356px;
	padding: 0;
	margin: 0;
	position: absolute;
	background: #f2f8ff;
	box-shadow: none;
	border-radius: 6px
}
.home3slider-container #home3slider .ui-slider-range {
	background: #1a74fa;
	background-size: contain;
	border-radius: 6px;
}
.home3slider-container #home3slider .ui-slider-handle {
	outline: none;
	width: 30px;
	height: 30px;
	margin-top: -3px;
  	margin-left: -26px;
	border-radius: 100%;
	background: #1a74fa;
	border: 6px solid var(--e-global-color-white);
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	transition: none;
}
.home3slider-container #home3slider .ui-slider-handle:hover {
	cursor: pointer;
}