.entry-content table, body.et-pb-preview #main-content .container table {
	border: none;
}
.col-md-offset-3 {
	margin-left: 20%;
}
.col-md-6 {
	width: 60%;
}
.range_value{
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
    padding: 12px;
    background-color: #0c71c3;
    color: white;
    margin-bottom: 5px;
    border-radius: 5px;  
    white-space: nowrap;
}
.range_vlaue_style{
    width: 80%;
    display: inline-block;
    text-align: center;
}
.webs_tool_tip{
    top: -70px;
    position: absolute;
    width: auto;
    min-width: 50px;
    color: white;
    margin-bottom: 5px;  
    text-align: center;
}

.webs_input_range {
    -webkit-appearance: none;
    width: 100%;
    margin: 9.95px 0;
}
.webs_input_range:focus {
    outline: none;
}
.webs_input_range::-webkit-slider-runnable-track {
    width: 100%;
    height: 3.1px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: linear-gradient(to right , #81409b,#ccc);
    background: linear-gradient(to left, #ccc 0%, #ccc 0%, #ccc 100%, #81409b 0%);
    border-radius: 25px;
    border: 0px solid #010101;
}
.webs_input_range::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px 3px #0c71c3; 
    border: 2px solid #ffffff;
    height: 17px;
    width: 17px;
    border-radius: 50px;
    background: #0c71c3;
    margin-top: -7.95px;
    cursor: pointer;
    -webkit-appearance: none;
   -moz-appearance:none;
   appearance:none;
}
.webs_input_range:focus::-webkit-slider-runnable-track {
    background: linear-gradient(to left, #ccc 0%, #ccc 0%, #ccc 100%, #0c71c3 0%);;
}
.webs_input_range::-moz-range-track {
    width: 100%;
    height: 3.1px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #81409b;
    border-radius: 25px;
}
.webs_input_range::-moz-range-thumb {
    box-shadow: 4.8px 4.8px 0px #906ec4, 0px 0px 4.8px #0c71c3;
    height: 23px;
    width: 19px;
    border-radius: 50px;
    background: #0c71c3;
    cursor: pointer;
}
.webs_input_range::-ms-track {
    width: 100%;
    height: 3.1px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
  color: transparent;
}
.webs_input_range::-ms-fill-lower {
    background: #723989;
    border-radius: 50px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.webs_input_range::-ms-fill-upper {
    background: #81409b;
    border-radius: 50px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.webs_input_range::-ms-thumb {
    box-shadow: 4.8px 4.8px 0px #906ec4, 0px 0px 4.8px #0c71c3;
    height: 23px;
    width: 19px;
    border-radius: 50px;
    background: #0c71c3;
    cursor: pointer;
    height: 3.1px;
}
.webs_input_range:focus::-ms-fill-lower {
    background: #0c71c3;
}
.webs_input_range:focus::-ms-fill-upper {
    background: #0c71c3;
}
.glyphicon_style{
    position: relative;
    color: #0c71c3;
    top: -9px;      
}
.outer{
    width: 100%;
    float: left;
    display: inline-block;
    text-align: center;
}
.webs_slide_color{
    float:left;
    background-color: #0c71c3;
    height: 4px;
    border-radius: 45px;
    position: relative;
    top: -13px;
}
.webs-ranger-wrapper{
    float: left;
    width: 100%;
    position: relative;
}

/**/

.table-pricing-results{
    width: 100%;
    float: left;
    position: relative;
}
.price:not(.blank):before {
    content: "$";
}
.savings .author-email .price {
    color: #ff8f00;
}

.savings .author-email .name, .savings .author-email .price {
	font-family: "Rubik",Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
	font-size: 38px;
	line-height: 1.4em;
}
.savings .price {
    font-size: 18px;
    padding: 14px;
}
.savings td {
    border: none;
    color: #adadaa;
    vertical-align: middle;
    padding: 10px 0;
    font-size: 18px;
}
.savings tr {
    border-bottom: 1px solid #ccc;
}
.savings .name {
    text-align: left;
    padding: 14px;
	font-family: "Rubik";
}
.savings .author-email .name, .savings .author-email .price {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}
.savings .author-email .name {
    color: #ff8f00;
}
.line-through {
    text-decoration: line-through;
}
.savings .price .out-of-range {
    margin-left: 6px;
    font-size: 17px;
}
[class*=hint--] {
    position: relative;
    display: inline-block;
}
.tooltip{
    white-space: unset;
}
.tooltip-inner{
    border-radius: 0px;
    max-width: 100%;
}
/* Tooltip container */
.tooltip {
  opacity: 1;
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  font-size: 12px;
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 1px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 128%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}