
	.row {
		margin: 0 0;
	}

	h5 {
		color: white;
		font-weight: bold;
	}

	h4 {
		color: black;
		font-weight: bold;
		margin: 7px;
	}

	
	.titlebar {
		background-color: #2250d8;
		padding-top: 6%;
		padding-bottom: 6%;
		background-image: url("../img/ais_fees_structure/every-page background.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}

	.titlebar {
		padding: 5% 0;
		text-align: center;
		position: relative;
	}

	.titlebar .header-title {
		font-size: 50px;
		color: #fff;
		font-family: 'Montserrat';
		font-weight: 700;
		text-transform: uppercase;
		margin-top: 0;
		margin-bottom: 10px;
	}





	.table_heading {
		font-size: 25px !important;
		text-align: center;
		font-family: serif;
		font-weight: 700;
	}

	.table-bordered {
		border: 2px solid #000000;
	}

	.table>thead>tr>th,
	.table>tbody>tr>td {
		text-align: center;
		font-weight: 700;
		border: 2px solid #000;
		font-size: 18px;
	}

	.heading_1 {
		font-size: 25px !important;
		font-weight: 700;
	}

	.heading_2 {
		font-size: 22px !important;
		font-weight: 400;
	}

	.mb-10 {
		margin-bottom: 10px !important;
	}

