#tariff-section {
	max-width: 700px;
	margin: 0 auto;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	background-color: #b1adad26;
	box-shadow: rgb(90 87 87 / 28%) 0px 5px 15px;
	padding: 20px;
}

#tariff-title {
	margin-bottom: 15px;
	font-weight: bold;

}

#tariff-date {
	margin-top: 0;
	margin-bottom: 18px;
	font-weight: bold;
}

.tariff-row {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #afaea4;
	font-weight: bold;
}

.tariff-row:last-child {
	border-bottom: none;
}

.tariff-item {
	text-align: left;
	flex: 1;
	padding-right: 10px;
}

.tariff-amount {
	text-align: right;
	white-space: nowrap;
}

.tariff-note {
	margin-top: 15px;
	font-size: 14px;
	font-style: italic;
}

#tariff-actions {
	margin-top: 20px;
}

#tariff-actions a {
	display: inline-block;
	margin-right: 15px;
	text-decoration: none;
	color: blue;
}

.reveal img {
	height: auto;
	width: 50%;
	display: inline-block;
	-o-object-fit: cover;
	object-fit: cover;
	transform-origin: left;
	background-color: #334290f5;
	border-radius: 30px;
}

ul h6 img {
	margin: 0 15px 0 0;
	height: 26px;
}

table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	background: #fefefe;
	box-shadow: 0px 0px 20px rgb(26 26 26 / 34%);
	font-family: "Poppins", sans-serif;
}

table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
	color: #f6f6f6;
}

table thead {
	background: linear-gradient(157deg, #36458d 0%, #36458d 100%);
	/* background-image: linear-gradient(to right, #ebc300, #e9c400, #f8b041, #ef5726, #ef5726) !important; */
	border-bottom: none;
	color: #fff;
	font-family: "Poppins", sans-serif;
}

table tr {
	padding: .35em;
}

table tr:nth-child(even) {
	background: #f0f0f0;
}

table tbody tr:hover {
	background: #d9e3e8;
}

table th,
table td {
	padding: 5px;
	text-align: center;
	border: 1px solid #0a213b;
	font-size: 16x;
	font-weight: 400;
	border-left: 1px solid;
	border-bottom: 1px solid #0a213b;
	border-right: 1px solid;
	font-family: "Poppins", sans-serif;
}

table th {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
}

.subheading1 {
	color: rgb(0, 0, 0);
	font-size: 14px;
	font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sp1 {
		padding: 0px 0 50px;
	}
}

@media screen and (max-width: 600px) {
	table {
		border: 0;
	}

	table caption {
		font-size: 1.3em;
	}

	table thead th {
		display: none;
	}

	table tr {
		display: block;
	}

	table td {
		/* border-bottom: 1px solid #ddd; */
		display: block;
		text-align: left;
	}

	table td::before {
		content: attr(data-label);
		/* display: block; */
		display: inline;
		font-weight: light;
		text-transform: capitalize;
		font-size: 16px;
		margin-bottom: 0.6em;
		color: #08203c;
		font-weight: 700;
		padding-right: 15px;
		font-family: "Poppins", sans-serif;
	}

}

@media (max-width: 768px) and (max-width: 480px) {
	.desplnm {
		display: none !important;
	}

	

	span {
		border-bottom: 2px solid #34448f;
	}

	.reveal img {
		width: 80%;
	}
}

@media (max-device-width: 1024px) {
	.desplnm {
		display: block;
	}

}

@media (min-width: 992px) {
	.displdm {
		display: none !important;
	}
}


@media (min-width: 768px) {
	.displdm {
		display: none !important;
	}

		.carousel-control-prev {
    left: -80px !important;
}
.carousel-control-next {
    right: -80px !important;
}
}

/* iPad Mini Portrait (768x1024) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {}

/* iPad Mini Landscape (1024x768) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}


.pricing-lan-section-area ul li img {
	height: 20px;
	padding-right: 10px;
}

.pricing-lan-section-area ul li {
	margin-bottom: 10px;
}

.data1 ul li {
	list-style: circle;
	line-height: 40px;
}

.data li {
	list-style: square;
}