.editor-styles-wrapper {
    user-select: auto;
}
.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 {
    overflow: hidden;
    padding: 60px 64px 0;
    margin-bottom: 41px;
}
.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: #f0d9c3;
    background-size: contain;
    border-radius: 6px;
}
.slider-container #slider .ui-slider-handle {
    outline: none;
    background: url(../img/silder-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;
}
.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: #000000;
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
    font-weight: 700;
}
.price_rangetxt div.current {
	color: #000000;
}
.price_content {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.price_content .smallbox {
    display: flex;
    gap: 12px;
}
.image_holder {
    display: flex;
    align-items: center;
    gap: 5px;
}
.slider-outer {
    margin-bottom: 26px;
}
.price_content .heading {
    font-size: 14px;
    line-height: 14px;
    color: #000000;
	font-weight: 700;
    display: block;
    margin-bottom: 14px;
}
.price_content .value {
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    margin-left: 3px;
}
.price_content .smallbox:last-child {
	margin:0;
	border-right:none;
}
.vps-price-plan {
    width: 140px;
}
.price_txt {
    display: flex;
}
#backup_val {
    display: flex;
    align-items: center;
    gap: 12px;
}
.price_txt .dollar {
    color: #000000;
    line-height: 28px;
    font-weight: 500;
    font-size: 24px;
    position: relative;
    left: 5px;
    padding-right: 6px;
    top: 3px;
}
.month-title small {
    font-size: 12px;
    line-height: 16px;
    margin-top: 0;
    display: block;
}
.month-title {
    padding-left: 13px;
}
.vps-price-plan p {
    font-size: 14px;
    padding-left: 30px;
}
.price_txt .numeric1 {
    color: #000000;
    line-height: 44px;
    font-size: 40px;
    font-weight: 700;
}
.vps_btn.generic-btn a {
    border: 1px solid #000000;
    color: #ffffff;
    background: #000000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    display: inline-block;
    padding: 14px 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.vps_btn.generic-btn a:hover{
    color: #000000;
    background: #ffffff;
}
.vps_btn.generic-btn a i{
    margin-left: 12px;
}
.price_txt .numeric2 {
    color: #000000;
    line-height: 24px;
    font-weight: 700;
    font-size: 16px;
    display: block;
}
.product-con {
    width: -webkit-fill-available;
    display: flex;
    justify-content: space-between;
    border: 1px solid #000000;
    padding: 24px 44px;
    margin-bottom: 31px;
}
.image_holder small{
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #000000;
}
.vps-inner-con > p span.d-inline-block{
    font-weight: 700;
}
.vps-inner-con > p {
    text-align: center;
    padding: 10px 20px 11px;
    background: #f0d9c3;
    margin-bottom: 0;
    font-size: 14px;
}
.vps-inner-con{
    border: 1px solid #000000;
    background: #ffffff;
}
.vps-inner-con p:empty {
    display: none;
}


@media only screen and (max-width: 1199px) {
    .sliderbox {
        padding: 50px 54px 0;
    }
    .product-con {
        padding: 24px 20px;
        margin-bottom: 30px;
    }
    .price_content .value {
        font-size: 20px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 991px) {
    .vps-con .generic-title {
        margin-bottom: 30px;
    }
    .sliderbox {
        padding: 40px 34px 0;
        margin-bottom: 30px;
    }
    .price_content .smallbox {
        justify-content: center;
    }
    .product-con {
        display: grid;
        gap: 20px;
        grid-template-columns: 48% 48%;
        align-items: center;
    }
}
@media only screen and (max-width: 767px) {
    .product-con {
        gap: 15px;
        grid-template-columns: 49% 47%;
    }
    .product-con {
        margin-bottom: 26px;
    }
    .month-title {
        padding-left: 8px;
    }
    .vps-price-plan {
        width: 130px;
    }
    .vps_btn.generic-btn a {
        padding: 14px 25px;
    }
}
@media only screen and (max-width: 575px) {
    .sliderbox {
        margin-bottom: 22px;
        padding: 30px 18px 0;
    }
    .price_rangetxt span {
        font-size: 13px;
        margin-bottom: 2px;
    }
    .price_rangetxt small {
        font-size: 13px;
        line-height: 16px;
    }
    .ui-slider-horizontal .ui-slider-range {
        top: -1px;
        height: 10px;
    }
    .slider-container #slider {
        margin: 0 auto 20px;
        height: 10px;
    }
    .slider-container #slider .ui-slider-handle {
        width: 20px;
        height: 20px;
        margin-top: -2px;
        margin-left: -10px;
        background-size: contain;
    }
    .product-con {
        gap: 13px;
        grid-template-columns: 100%;
    }
    .product-con {
        gap: 10px;
        margin-bottom: 24px;
        padding: 16px 20px;
    }
    .price_content .value {
        font-size: 18px;
        line-height: 20px;
    }
    .price_txt .numeric1 {
        line-height: 38px;
        font-size: 30px;
    }
    .price_txt .dollar {
        line-height: 26px;
        font-size: 20px;
    }
    .price_txt .numeric2 {
        line-height: 23px;
        font-size: 15px;
    }
    .vps-price-plan {
        max-width: 110px;
        width: auto;
    }
    .slider-outer {
        margin-bottom: 22px;
    }
}
