.pricing-block{
	display: block;
	width: 100%;
	background-color: #fff;
}
.pricing-block h2{
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	font-size: 30px;
	font-weight: bold;
}
.pricing-block h3
{
	padding: 10px 15px;
    color: #003366;
    font-weight: 400;
    font-size: larger;
    width: 100%;
    display: block;
    background-color: #f5f5f5;
    border:1px solid #ddd;
    margin-top: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.pricing-inner-block{
	display: block;
	width: calc(100% - 6px);
	margin-left: 3px;
	margin-right: 3px;
	border:1px solid #ddd;	
	padding-bottom: 35px;
}
.pricing-inner-block table thead th
{
	    border-bottom: 2px solid #d2d3d5;
    border-right: 1px solid white;
    color: #003366;
    background-color: #f2fafd;
    text-align: center;
}
.pricing-inner-block table tbody tr:nth-of-type(odd) td
{
	background-color: #f9f9f9;
}
.pricing-inner-block p{
	margin: 10px 5px;
}
p.open-account
{
	text-align: center; margin-top: 30px; margin-bottom: 50px;
}
.open-account button
{
	font-weight: bold;font-size: 20px;padding: 20px 40px;border-radius: 50px;
}
@media(min-width:320px) and (max-width:480px){
	#myCarousel,
	#myCarousel img {
		height: 140px;
	}
	p.open-account{
		margin-bottom: 15px;
	}
}
@media(min-width:481px) and (max-width:767px){
	#myCarousel,
	#myCarousel img {
		height: 180px;
	}
	p.open-account{
		margin-bottom: 20px;
	}
}