  
.plan_item{
	display: inline-block;
	width: 90%;
	opacity: 0.4;
	padding: 20px;
	transform: translateY(0%);
	transition: 0.4s ease-out;
}

#plans_list{
	margin-bottom: 20px;
	min-height: 250px;
}
.nav-button{
	position:absolute;
	top:calc(50% - 21px);
	cursor:pointer;
}
.nav-button.prev{
	left:-20px;
}
.nav-button.next{
	right:-30px;
}


.plan_item h2{
	margin-top: 16px;
	margin-bottom: 0;
}


.plan_item.main{
	width: 96%;
	opacity: 1;
	transform: translateY(0%);
	padding: 20px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.2);
	border-radius: 4px;
}

.plan_item img {
	width: 100%;
	height: auto;
}

h1.plan_price{
	font-size: 6.4rem;
	font-weight: 500;
	margin-top: 0;
}

h1.plan_price small{
	font-size: 3rem;
	font-weight: 300;
}

.btn-md{
	height: 36px;
	font-size: 16px
}

.price_mode{
	margin-top: 8px;
}

.slider-tick-label{
	font-size: 16px;
	margin-top: 8px
}

.slider-tick-label.active{
	font-size: 18px;
	margin-top: 0px;
	font-weight: 500;
}

.slider-tick-label.active:before{
	content: "Up to";
	display: block;
	font-weight: 300;
	font-size: 14px;
	color:#adb6b6;
	margin-top: 4px;
	line-height: 0.6
}

.priceHr{
	width: 16%;
}

.booked_price_section{
	font-size: 2rem;
	color: #adb6b6;
}

.booked_price_section span{
	font-weight: 500;
	color: inherit;
}

#slider_section h2{
	margin-bottom: 20px;
}


#slider_section .slider.slider-horizontal{
	width: 100%;
}

#slider_section .slider-track,
#slider_section .slider-tick{
	background: #e5e5e5;
	box-shadow: none;
}

#slider_section .slider-tick.in-selection,
#slider_section .slider-selection.tick-slider-selection{
	background: #7ACAE1;
	box-shadow: none;
}

#slider_section .slider-handle{
	background: #7ACAE1;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
	transition: box-shadow 0.3s ease-out;
	cursor:pointer;
}

#slider_section .slider-handle:hover{
	box-shadow: 0px 1px 8px rgba(0,0,0,0.4);
}

#price_cta_section{
	padding-top: 26px;
	padding-bottom: 0;
	background: #f6f6f6;
}

#price_cta_section h1{
	margin-top: 0;
	margin-bottom: 40px;
}

.plan_highlight{
	font-weight: 500;
}

@media (max-width:768px){

	#plans_list .col-md-2{
		text-align: center;
		padding-top: 0;
		padding-bottom: 0;
	}


	.plan_item.main{
		width: 70%;
		opacity: 1;
		transform: translateY(0%);
		padding: 20px;
		box-shadow: 0 4px 16px rgba(0,0,0,0.2);
		border-radius: 4px;
	}

	.plan_item.main.hidden-xs{
		display: inline-block !important;
	}

	.priceHr{
		width: 86%;
	}

	.plan_price small{
		display: block;
	}

	#slider_section .slider.slider-horizontal{
		width: 80%;
	}

	#price_cta_section h1{
		font-size: 36px;
	}

	#price_cta_section .col-md-2{
		text-align: center;
	}

	#price_cta_section button{
		width: 100%;
		margin-bottom: 16px;
	}
}  
  