.single-section{
	position: relative;
	margin-top: 130px;
}
.spad{
	padding-top: 50px;
	padding-bottom: 150px;
}
.main_heading{
	margin-inline: auto;
	width: max-content;
	background: var(--theme-color);
	padding: 3px 30px;
	text-transform: uppercase;
    letter-spacing: -0.03em;
    border-radius: 3px;
    font-size: 38px;
    margin-bottom: 22px;
    font-weight: 600;
}
.outstation-taxi-service .card p{
	margin-bottom: 0;
}
.taxi-fare-table {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
}

.taxi-fare-table .table-bordered {
  border: 2px solid #000;
  border-radius: 6px;
}

.taxi-fare-table .thead-dark th {
  background-color: var(--theme-color) !important;
  color: #fff !important;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.taxi-fare-table .inner-table th,
.taxi-fare-table .inner-table td {
  padding: 8px 10px;
  font-weight: 500;
  background-color: transparent;
  vertical-align: middle;
}
.taxi-fare-table .inner-table tr:nth-child(odd){
	background-color: #fff3aa;
}
.taxi-fare-table .main_body tr td:nth-child(2) tr:nth-child(odd){
	background-color: transparent;
}
.taxi-fare-table .main_body tr td:nth-child(2) tr:nth-child(even){
	background-color: #fff3aa;
}

.taxi-fare-table .inner-table th{
    background-color: #261111 !important;
    color: #ffffff !important;
    font-size: 19px;

}
.taxi-fare-table .inner-table thead {
  background-color: #f8f9fa;
  font-weight: 600;
}

.taxi-fare-table .inner-table tbody tr:hover {
  background-color: #f1f1f1;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .taxi-fare-table table {
    font-size: 13px;
  }
}
.inner-table{

    border: 1px solid #555;
    text-align: left;
}
.taxi-fare-table th{
	border-color: #555;
}
.taxi-fare-table .outer{
	min-width: 250px;
	border-color: #555;
}
@media(max-width: 768px){
	.breadcrumb__links{
		padding-inline: 0;
	}
	.breadcrumb__links a{
		font-size: 15px;
	}
	.breadcrumb__links span:last-child{
		font-size: 15px;
	}
	.breadcrumb__text h2{
		font-size: 25px;
	}
	.spad {
    padding-top: 30px;
    padding-bottom: 80px;
}
.home-enquiry-form{
	margin-top: -60px;
	margin-bottom: 0;
}
.breadcrumb__links a::after{
	font-size: 15px;
}
.single-section{
	margin-top: 0;
}
.main_heading{
	width: auto;
	text-align: center;
	font-size: 30px;
}
}