.pricing_content{
	display: block;
	position: relative;
}
.pricing_container{
	max-width: 1400px;
    margin: auto;
    width: 100%;
}
.pricing_container h2{
	font-size: 48px;
    line-height: 1.17;
    text-align: center;
    margin-bottom: 15px!important;
}
.pricing_container .c-pricing-filters{
    display: flex;
    flex-wrap: wrap;
    padding-right: 25%;
}
.pricing_content p.sub_title{
    max-width: 650px;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
}
.c-pricing{
    position: relative;
    width: 100%;
    list-style: none;
    margin-bottom: 40px;
}
.c-pricing:last-child {
    margin-bottom: 0;
}
.slider_inp{
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
    height: 8px;
}
.slider_inp .active_border{
    position: absolute;
    width: 0;
    height: 7.5px;
    background-color: #b72fff;
    left: 0;
    top: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.c-pricing .slider{
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background-color: #e0e3e8;
    outline: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.c-pricing .slider::-webkit-slider-thumb{
    -webkit-appearance: none;
    appearance: none;
    width: 40px;
    height: 16px;
    background: url('../image/btn.png');
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: cover!important;
    cursor: pointer;
    z-index: 999;
    margin-top: -2px;
}
.c-pricing .slider::-moz-range-thumb{
    -moz-appearance: none;
    appearance: none;
    width: 40px;
    height: 16px;
    background: url('../image/btn.png');
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: cover!important;
    cursor: pointer;
    z-index: 999;
    margin-top: -2px;
}
.c-pricing .slider::-ms-thumb{
    -moz-appearance: none;
    appearance: none;
    width: 40px;
    height: 16px;
    background: url('../image/btn.png');
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: cover!important;
    cursor: pointer;
    z-index: 999;
    margin-top: -2px;
}
.c-pricing .slider::-webkit-slider-runnable-track{
    height: 10px;
    -webkit-appearance: none;
    color: #13bba4;
    margin-top: -1px;
}
.c-pricing h4{
	font-size: 24px;
    line-height: 1.27;
    margin: 0!important;
}
.c-pricing ul{
	display: flex;
    justify-content: space-between;
	list-style: none;
    padding-left: 0;
    margin: 0;
}
.c-pricing ul li{
	margin: 0 10px;
}
.c-pricing ul li:first-child{
    margin-left: 0;
}
.c-pricing ul li:first-child a{
    padding-left: 0;
}
.c-pricing ul li:last-child{
    margin-right: 0;
}
.c-pricing ul li:last-child a{
    padding-right: 0;
}
.c-pricing ul li a{
	cursor: pointer;
    font-size: 18px;
    border-radius: 15.6px;
    display: inline-flex;
    line-height: 30px;
    height: 32px;
    color: #666666;
    padding: 0 10px;
    text-decoration: none;
    font-weight: 500;
}
.c-pricing_div{
    display: flex;
    flex-wrap: wrap;
	text-align: left;
}
.c-pricing-guide__filters{
    width: 35%;
}
.c-pricing-guide{
    align-items: center;
    justify-content: center;
    width: 65%;    
}
.c-pricing-guide .c-pricing-list{
	border-radius: 3px;
    background-color: #fff;
    padding: 60px 60px;
    margin: auto;
    box-shadow: 0 0 30px rgba(0,0,0,0.07);
}
.c-pricing-list__item:last-child {
    margin-bottom: 0;
}
.c-pricing-list__price span:first-child {
    padding-right: 5px;
	text-transform: capitalize;
}
.c-pricing-list__item{
	align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #666666;
}
.c-pricing-list__item:before{
    content: "";
    position: absolute;
    width: calc(100% - 155px);
    left: 0;
    top: 50%;
    border: 1px dashed #c3c3c3;
}
.c-pricing-list__price{
    border-radius: 50px;
    background-color: #f4f4f4;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .15px;
	height: 40px;
    line-height: 40px;
    margin-left: 10px;
    min-width: 130px;
    padding: 0 1rem;
    text-align: center;
    z-index: 2;
	display: flex;
    justify-content: center;
}
.c-pricing-list__item .c-pricing-list__text{
    background-color: #fff;
    z-index: 99;
    padding-right: 10px;
    min-width: 300px;
}
.c-pricing-list__item:last-child span.c-pricing-list__text {
    padding-right: 40px;
}
.noUi-target{
    height: 8px;
    cursor: pointer;
    border-radius: 100px;
    background-color: #e1e4e9;
    border: none;
    box-shadow: none;
}
.noUi-target .noUi-base{
    width: 100%;
    height: 8px;
    outline: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100px;
    background: #e1e4e9;

}
.noUi-horizontal .noUi-handle{
    width: 40px;
    height: 14px;
    top: -3px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    background-image: url(/wp-content/uploads/2020/04/slide-btn.png);
    border: none;
}
.noUi-handle:after{
    display: none;
}
.noUi-handle:before {
    display: none;
}
.noUi-connect{
    background-color: #2DA9E4;
    border-radius: 100px;
    background: #7fd7f9;
    background: -moz-linear-gradient(top,  #6bcfff 0%, #53c5fb 16%, #26b9ff 50%, #2da9e4 100%);
    background: -webkit-linear-gradient(top,  #6bcfff 0%,#53c5fb 16%,#26b9ff 50%,#2da9e4 100%); 
    background: linear-gradient(to bottom, #6bcfff 0%,#53c5fb 16%,#26b9ff 50%,#2da9e4 100%);

}
.noUi-base .noUi-origin,
.noUi-base .noUi-connect{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

/* Responsive Style Sheet */
@media only screen and (max-width: 1199px){
	.c-pricing-guide .c-pricing-list {
		padding: 60px 40px;
	}
	.c-pricing-list__item {
		font-size: 16px;
	}
	.slider_inp {
		margin-top: 25px;
	}
}
@media only screen and (max-width: 991px){
    .c-pricing-guide__filters,
    .c-pricing-guide{
        width: 100%;
    }
    .c-pricing-guide__filters .c-pricing-filters{
        padding-right: 0;
    }
	.c-pricing-guide {
		margin-top: 50px;
	}
	.c-pricing-guide .c-pricing-list {
		padding: 35px 25px;
	}
	.c-pricing-list__item {
		font-size: 15px;
	}
	.c-pricing-list__item .c-pricing-list__text {
		min-width: 250px;
	}
	.c-pricing-list__item:last-child span.c-pricing-list__text {
		padding-right: 30px;
	}
	.c-pricing ul li a {
		font-size: 16px;
	}
	.c-pricing h4 {
		font-size: 22px;
	}
}
@media only screen and (max-width: 767px){
	.c-pricing ul li a {
		font-size: 14px;
	}
	.c-pricing h4 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 575px) {
    .c-pricing-list__price{
        margin-left: 0;
    }
	.c-pricing-guide .c-pricing-list {
		padding: 30px 8px;
	}
	.c-pricing-list__price {
		font-size: 14px;
		height: 38px;
		line-height: 38px;
		margin-left: 5px;
		min-width: 110px;
	}
	.c-pricing-list__item:before {
		width: calc(100% - 125px);
	}
	.c-pricing-list__item .c-pricing-list__text {
		min-width: auto;
	}
	.c-pricing-list__item:last-child span.c-pricing-list__text {
		padding-right: 10px;
	}
	.slider_inp{
		width: 87%;
		margin-left: auto;
		margin-right: auto;
	}
}
/* Responsive Style Sheet */