.ui-widget-content, .ui-widget.ui-widget-content {
    background: #2e3b4d;
    border: 1px solid #8f9196;
    font-family: "Open Sans",sans-serif;
}
.ui-slider-horizontal {
    height: 2px;
}
.slider {
    position: relative;
    width: 60%;
    margin: 0 auto;
    display: block;
    clear: both;
}
.slider .plan-line {
    position: absolute;
    width: 1px;
    height: 14px;
    background: #8D9196;
    top: -6px;
    bottom: 0;
    z-index: 100;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {

    background: url(../images/move-icon.png) no-repeat;
    border: none!important;
    cursor: pointer;
    top: -12px;
    width: 25px;
    height: 25px;
    z-index: 101;
	transition: all 1s;
}
.ui-slider-handle:before {
/*    background: url(../images/move-icon1.gif) no-repeat;*/
    content: "";
    display: block;
    left: 0px;
    position: absolute;
    top: 0px;
    background: #00c0a7;
    border-radius: 50%;
    background-size: 16px 16px;
    width: 25px;
    height: 25px;
  	border: none;
  	display:inline-block;
  	animation: blink 2s ease-in infinite;
}
.small_1 span {
    font-size: 14px;
    font-weight: 100;
    font-style: italic;
}
@-webkit-keyframes blink{
	0%{opacity:.4}
	50%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}
	100%{opacity:0}
}
@keyframes blink{
	0%{opacity:.4}
	50%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}
	100%{opacity:0}
}
.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 4px;
	transition: all 1s;
}
.slider .plan-line.one span, .slider .plan-line.one_1 span {
    top: 22px;
    left: 1px;
}
.slider .plan-line.one{left:0}
.slider .plan-line.two{left:16.6%}
.slider .plan-line.three{left:33.3%}
.slider .plan-line.four{left:49.9%}
.slider .plan-line.five{left:66.5%}
.slider .plan-line.six{left:83.1%}
.slider .plan-line.seven{left:100%}
.slider .plan-line.one_1{left:0}
.slider .plan-line.two_1{left:20%}
.slider .plan-line.three_1{left:40%}
.slider .plan-line.four_1{left:60%}
.slider .plan-line.five_1{left:80%}
.slider .plan-line.six_1{left:100%}
.count-style {
    position: absolute;
    top: -10px;
    color: #1bbd9d;
    cursor: auto;
    font-size: 17px;
}
.title-style {
    position: absolute;
    font-size: 16px;
    top: -28px;
    width: 15%;
    color: #fff;
    text-align: center;
    cursor: auto;
}
.pdtp15 {
	padding-top: 15px;
}
.tooltip-box {
		height: 120px !important;
		top: -145px !important;
	}
/*
#perPrice1, #perPrice1_1, #perPrice2_1 {
    right: -210px !important;
    width: 31%;
}
*/
.count-style .lrg i {
    font-size: 14px;
    left: 3px;
    position: relative;
    display: block;
    margin: 5px 0 0;
    font-style: italic;
    font-weight: 100;
    top: -2px!important;
}
.count-style h5 .lrg {
    display: inline;
    font-size: 32px;
    width: 49%;
}

.count-style .lrg {
    position: relative;
    min-width: 75px;
    text-align: center;
}
.count-style h5 .lrg {
    font-size: 34px;
    font-weight: 600;
    display: block;
    margin: 0 0 5px;
}
#pricingcards_perp .card.cardtwo {
	padding-bottom: 17px !important;
}
.count-style#perPrice2 span.fl:after, .count-style#perPrice1 span.fl:after,
.count-style#perPrice2_1 span.fl:after, .count-style#perPrice1_1 span.fl:after{
    position: absolute;
    content: ' + ';
    display: block;
    top: 0px;
    right: -29px;
    font-size: 25px;
}
.amsUserCount {
    font-style: italic;
} 
.radio_design {
    margin-bottom: 15px;
    margin-top: 10px;
    padding-top: 18px;
    padding-left: 17px;
}
.radio_design label {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    display: flex;
/*	margin-right: 30px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.quote-label {
	padding-left: 1px !important;
    margin-top: -12px;
}
.radio_design label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio_design label .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
     background-color: #fff;
    border-radius: 50%;
    border: 1px solid #bbb;
}

/* On mouse-over, add a grey background color */
.radio_design label:hover label input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_design label input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_design label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_design label .checkmark:after {
 	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2196F3;
}

.pricing-type {
	margin: 45px 0 80px !important;
}
.btmBar, .heading-menu {
	display: none;
}

.custom-checkbox {
	height: 15px !important;
	width: 15px !important;
	left: 0px !important;
	top: 0px !important;
}
.mrtp30 {
	margin-top: 30px !important;
}
.slidr-fix .custom-checkbox + label {
	margin-right: 20px;
	padding-left: 10px;
}
.slidr-fix .custom-checkbox:checked + label::after {
	left: -15px;
	top: 5px;
}
.slidr-fix .custom-checkbox:checked + label::before {
	left: -11px !important;
	top: 9px !important;
}
.slidr-fix .custom-checkbox + label::before {
	left: -15px;
	top: 5px;
}
.slider .plan-line span {
	padding-top: 19px;
}
.per50.tal {
	text-align: justify !important;
}
#perpe_cv, #perpe_user {
	display: none;
}
#annuall_user, #annuall_cv, #perpe_cv, #perpe_user {
	position: relative;
}
#annuall_user .title-style, #perpe_user .title-style  {
	left: 72px;
}
#annuall_cv .title-style, #perpe_cv .title-style  {
	left: 24px;
	top: -11px;
}
#annuall_user .count-style, #annuall_cv .count-style {
	right: 110px;
	width: 50px;
}
#perpe_user .count-style, #perpe_cv .count-style {
    right: -20px;
    width: 195px;
}
#perPrice1 .lrg.fl, #perPrice1_1 .lrg.fl {
    width: 50px;
    text-align: center;
}
#perPrice1 .lrg.rf, #perPrice1_1 .lrg.rf {
	text-align: left;
}
.optnl {
	color: #e14928;
    font-size: 15px;
    font-style: italic;
}
/*
.ui-state-default, .ui-widget-content .ui-state-default {
    background: url(../images/move-icon1.gif) no-repeat !important;
    top: -25px !important;
    width: 52px;
    height: 52px;
    z-index: 99999999999;
    transition: all 1s;
    margin-left: -21px;	
}*/
