/* Add here all your CSS customizations */
/* Add here all your CSS customizations */
.bg-light-grey{
	background:#f1f1f1;
	padding: 100px 0 !important;
}
.btn-navy{
	background:#105471;
	color: #FFF;
}
.btn-navy:hover, .btn-navy:active, .btn-navy:focus{
	background:#176282;
	color: #FFF;
}
.bg-danger{
	background:#ce2027 !important;
}
.f-c p{
	border-top:1px solid #eee;
	padding-bottom: 50px;
}
.number-input .input-text{
	width: 50px;
}

.mini-products-list li{
	padding-bottom: 0px !important;
}
.mini-products-list .qty-price{
	margin-bottom: 0px !important;
}
form .quantity{
	width: 150px;
    text-align: center;
	margin: 0 auto 10px auto;
}
form .quantity .qty{
	width:40px !important;
}
form .quantity input.input-text{
	width: 100%;
    text-align: center;
}
form .quantity .qty.c-in{
	width:125px !important;
}
@media (max-width: 767px) {
	.plan center img{
		height:auto !important;
		max-width: 100% !important;
	}
}