.ser {
	position: relative;
	padding: 30px 0px;
	margin-top: 10px;
}

.ser .compareBx {
	color: #000;
	position: relative;
	background: #fff;
}

.header-section {
	text-align: center;
	margin-bottom: 30px;
	line-height: 2.5em;
}

.header-section .cstb {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 1px;
}

.header-section .cstbi {
	font-size: 30px;
	font-weight: 500;
}

.hlight {
	color: #e55a2b;
}

.header-section p {
	font-size: 18px;
	opacity: 0.85;
}

.compare-controls {
	background: #fff;
	border-radius: 10px;
	padding: 25px;
	box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
}

.compare-title {
	background: #EF4A2B;
	color: #fff;
	padding: 12px 20px;
	border-radius: 8px 8px 0 0;
	font-weight: 600;
	font-size: 18px;
	margin: -25px -25px 25px -25px;
}

.selectors-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.selector-group label {
	display: block;
	margin-bottom: 8px;
	color: #0B3A67;
	font-weight: 600;
	font-size: 14px;
}

.custom-select {
	position: relative;
}

.custom-select select {
	width: 100%;
	padding: 8px 15px;
	border: 2px solid #e1e5eb;
	border-radius: 8px;
	appearance: none;
	font-size: 15px;
	background: white;
	color: #000;
	transition: all 0.3s;
	height: unset;
	font-weight: 400;
}

.custom-select select:focus {
	outline: none;
	border-color: #4d7cfe;
}

.custom-select::after {
	content: "\f078";
	font-family: "FontAwesome";
	font-weight: 600;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	color: #000;
	pointer-events: none;
}

.compare-btn {
	background: #EF4A2B;
	color: white;
	border: none;
	border-radius: 8px;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
	width: 100%;
	margin-top: 28px;
}

.compare-btn i {
	margin-left: 8px;
}

.info-text {
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	color: #000;
}

/* Responsive Design */
@media (max-width: 992px) {
	.selectors-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 576px) {
	.selectors-grid {
		grid-template-columns: 1fr;
	}

	.compareBx {
		padding: 20px;
	}

	.compare-title {
		font-size: 14px;
	}

	.header-section {
		margin-bottom: 20px;
		line-height: 1.5em;
	}

	.header-section .cstb {
		font-size: 16px;
	}

	.header-section .cstbi {
		font-size: 18px;
	}

	.ser {
		padding: 10px 0px;
		margin-top: 0px;
	}

	.compare-controls {
		padding: 20px;
	}

	.compare-btn {
		font-size: 14px;
	}

	.compare-title {
		padding: 10px 20px;
	}

	.custom-select select {
		font-size: 12px;
	}

}

.brokerslist .container {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.brokerslist .container .col-md-11 {
	width: 94%;
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.card-body {
	border: 0px;
}

.brokerslist .card {
	box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
	border: 0px !important;
}

.brokerslist .card:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
	transform: scale(1.05);
}

.brokerslist {
	padding: 2rem 1.875rem;
}

h1 {
	font-size: 35px !important;
	font-weight: 600 !important;
	line-height: 45px !important;
}

h2,
h3,
h4,
h5,
h6 {
	line-height: 35px !important;
	font-weight: 600 !important;
}

h2 {
	font-size: 30px !important;
}

h3 {
	font-size: 28px !important;
}

h4 {
	font-size: 24px !important;
}

h5 {
	font-size: 20px !important;
}

h6 {
	font-size: 16px !important;
}

@media(max-width:786px) {
	h1 {
		font-size: 28px !important;
	}

	h2 {
		font-size: 22px !important;
	}

	h3 {
		font-size: 20px !important;
	}

	h4 {
		font-size: 18px !important;
	}

	h5 {
		font-size: 16px !important;
	}

	h6 {
		font-size: 14px !important;
	}
}

.productbasket .mr-4 {
	margin-bottom: 0px !important;
}

.productbasket .mr-4 span {
	font-size: 12px !important;
}

.productbasket .mr-4 i {
	font-size: 12px !important;
}

.brokerslist .card p.small.text-black-50 {
	font-size: 12px !important;
	font-weight: 600;
	margin-bottom: 0px !important;
}

.brokerslist .charges span {
	font-size: 13px !important;
	font-weight: 400 !important;
}

@media(max-width:586px) {
	.brokerslist .card:hover {
		transform: scale(1);
	}
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;

}

th,
td {
	padding: 12px 10px !important;
	text-align: left;
	border-bottom: 1px solid #ddd;
	line-height: normal !important;
	padding-left: 0px;
}

th {
	background-color: #f8f9fa;
	font-weight: 600;
	color: #4a4a4a;
	position: relative;
	cursor: pointer;
	font-size: 14px;
}

table thead tr th {
    border-top: 0px !important;
}

table thead {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

th:hover {
	background-color: #f1f3f5;
}

tr:hover {
	background-color: #f8f9fa;
}

td {
	color: #555;
	font-size: 13px;
	line-height: 22px !important;
}
figure {
    overflow: auto;
}

@media screen and (max-width: 768px) {


	th,
	td {
		padding: 12px 15px;
		min-width: 120px;
	}

	#open-account-btn {
		padding: 5px 10px;
		font-size: 12px;
	}

}

@media screen and (max-width: 480px) {

	th,
	td {
		padding: 8px 10px;
		font-size: 13px;
	}
}

footer {
	margin-bottom: 50px !important;
}

.kode_site_map,
.kode_site_map ul {
	margin-left: 0px !important;
}
