.page-template-government-fees .container {
	max-width: 1350px;
	padding: 0;
}

#feesContent {
	float: left;
	width: 100%;
	padding: 60px 0 30px 0;
}
#feesContent .content {
	display: block;
}
#feesContent .content h2 {
	margin: 0;
	font-size: 25px;
	color: #222222;
	font-weight: 700;
	line-height: 35px;
}
#feesContent .content h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
	color: #464c4f;
	font-weight: 400;
	line-height: 30px;
}
#feesContent .content p {
	margin: 0 0 20px 0;
	font-size: 15px;
	color: #2a2a2a;
	line-height: 30px;
}
#feesContent .content p:last-child {
	margin-bottom: 0;
}
#cls-calculator .container {
	margin: 0;
}
#cls-calculator .container .box-wrapper {
	padding: 20px 20px !important;
	margin-right: 0;
	margin-left: 0;
}
#cls-calculator .container .box-wrapper > [class*="col-"] {
	padding: 0 !important;
}
#cls-calculator .container form {
	margin: 0;
}
#cls-calculator .container form .section-heading {
	margin-top: 0 !important;
}
#cls-calculator .container form > .mt-5 {
	margin-top: 20px !important;
	margin-bottom: 7px;
}
#fees {
	float: left;
	width: 100%;
	padding: 60px 0 30px 0;
	background-color: #edf1f2;
}
#fees .row {
	margin-left: -25px;
	margin-right: -25px;
}
#fees .row:after,
#fees .row:before {
	content: "";
	display: table;
	clear: both;
}
#fees .col-12 {
	float: left;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 30px;
}
#fees h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
	color: #222222;
	font-weight: 400;
	line-height: 27px;
}
#fees table {
	margin-bottom: 30px;
	background-color: #fff;
	border: 1px solid #dadada;
	border-collapse: collapse;
	border-spacing: 0;
}
#fees table:last-child {
	margin-bottom: 0;
}
#fees table tr:first-child {
	background-color: #d3dde2;
	font-weight: 700;
}
#fees table tr:nth-child(2n+3) {
	background-color: #eef7fb;
}
#fees table tr td {
	padding: 5px 10px;
	border-color: rgba(204,204,204,0.3);
	font-size: 15px;
	line-height: 20px;
}
#marketing {
	float: left;
	width: 100%;
	padding: 60px 0 40px 0;
}
#marketing .row {
	margin-left: -25px;
	margin-right: -25px;
	display: flex;
}
#marketing .row:after,
#marketing .row:before {
	content: "";
	display: table;
	clear: both;
}
#marketing .col-6 {
	float: left;
	width: 50%;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
}
#marketing .col-6 .image {
	width: 100%;
	text-align: center;
}
#marketing .col-6 .image img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border-radius: 50%;
	overflow: hidden;
}
#marketing .col-6 .cont {
	width: 100%;
}
#marketing .col-6 h2 {
	margin: 0 0 10px 0;
	font-size: 25px;
	color: #222222;
	font-weight: 700;
	line-height: 50px;
}
#marketing .col-6 h4 {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #2a2a2a;
	font-weight: 400;
	line-height: 30px;
}
#marketing .col-6 h4:last-child {
	margin-bottom: 0;
}
