.pricing-card{
    margin: 50px auto 15px;
    width: 100%;
    max-width: 800px;
	overflow-x:hidden;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);	
    position: relative;	
}
.pricing-card .card-header{
    background-color: #68b029;
    color: #ffffff;
    font-size: 15px;
    padding: 20px 10px 10px;
    border-radius: 10px 10px 0 0;
    text-align: center;
}
.pricing-card .card-header h3{
	font-size: 45px;
	font-weight: 500;
    margin: 15px auto 35px;
    line-height:40px;
}
.pricing-card .card-content{
    padding: 10px;
    background-color: #ffffff;
    color: #68B029;
    border-radius: 0 0 10px 10px;
    padding-left:21px;
}
.range-slider {
    width: 100%;
    margin: 50px auto;
    margin-bottom:20px;
    position: relative;
}

.range-slider__range {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
    background: #68B029;
}
.range-slider__range:active::-webkit-slider-thumb {
    background: #68B029;
}
.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
    background: #68B029;
}
.range-slider__range:active::-moz-range-thumb {
    background: #68B029;
}
.range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #68B029;
}

.range-slider__value {
	position: absolute;
	top: -3.5em;
	left: 0px;
	min-width: 80px;
	height: 28px;
	text-align: center;
	color: #fff;
    background-color: #68B029;
    border-radius: 0.3em;
    padding: 0.25em 0.5em;
    font-size:13.5px;
	font-weight: 300;
	white-space: nowrap;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
/* tooltip arrow at bottom center of slider */
.range-slider__value:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #68B029 transparent transparent transparent;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
/* change position of arrow based on attribute pos value */

.range-slider__value[data-pos="0"]:after{
    left:32%
}
.range-slider__value[data-pos="0.25"]:after{
    left:32%
}
.range-slider__value[data-pos="0.5"]:after{
    left:42%
}
.range-slider__value[data-pos="0.75"]:after{
    left:48%
}
.range-slider__value[data-pos="1"]:after{
    left:82%
}


::-moz-range-track {
    background: #68B029;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}

#business-forms h4{
    display: inline-block;
    margin: 0  0 20px 0;
}

.options{
    padding-left:20px;
    display: grid;
    align-items: center;
    grid-template-columns: 300px repeat(auto-fit , minmax(230px, 1fr));

}

@media screen and (max-width: 430px) {
    .options{
        grid-template-columns: repeat(auto-fit , minmax(200px, 1fr));
    }
}

.options input[type="radio"]{
    display: none;
}
.options  label{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff9d;
	cursor: pointer;
}

.options label span{
    margin-right:10px;
}

.options input[type="radio"] + label span{
    width:15px;
    height:15px;
    border-radius: 50%;
    background: #ffffff80;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.options input[type="radio"] + label:hover span{
    background: #2c3e50;
}
.options input[type="radio"]:checked + label span{
    box-shadow: 0 0 0 3px #68B029, 0 0 0 6px #fff;
    background-color: #ffffff;
}

.options input[type="radio"]:checked + label{
    color: #ffffff
}

.range-results,.range-slider__label{
    text-align:center;
    margin-top: 20px;
}
.range-results__plan{
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #2c3e50;
	margin-bottom: 20px;
}
.range-results .range-results__price{
    margin:0px;
    font-size: 45px;
    font-weight: 700;
	margin-bottom: 10px;
    min-height:40px;
}
.range-results .range-results__price span{
    font-size: 15px;
    font-weight: 300;
}
.range-results .range_results__vat{
    margin-bottom: 30px;
}
.range-benefits{
    margin-top: 30px;
}
.range-benefits .title{
    font-weight: 700;
    margin:0px;
    color: #2c3e50;
    font-size: 18px;
    margin-bottom:10px
}
.range-benefits .range-results__offer{
    font-size: 16px;
    font-weight: 400;
    color: #2c3e50;
    max-width:600px;
    margin:0 auto;
    margin-bottom:10px;
    min-height:75px
}

.ring_me_text{
    color: black;
	margin-top: 65px;
	text-transform: none;
	font-weight: normal;
}
