.div-booking-details {
	color: black !important;
	padding-left: 1rem;
}

.div-booking-details .distance-details {
	margin-top: 10px;
	border-top: 1px solid #f7f7f7;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: black !important;
}
/* md-stepper-horizontal */
.md-stepper-horizontal {
	display: table;
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
	padding-top: 30px;
}

.md-stepper-horizontal .md-step {
	display: table-cell;
	position: relative;
	padding: 24px;
}

.md-stepper-horizontal .md-step:active {
	border-radius: 15%/75%;
}

.md-stepper-horizontal .md-step:first-child:active {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.md-stepper-horizontal .md-step:last-child:active {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.md-stepper-horizontal .md-step:hover .md-step-circle {
	background-color: #757575;
}

.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
	.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
	display: none;
}

.md-stepper-horizontal .md-step .md-step-circle {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background-color: #0b2b53;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
}

.md-stepper-horizontal.blue .md-step.active .md-step-circle {
	background-color: #004b8e;
}

.md-stepper-horizontal.green .md-step.active .md-step-circle {
	background-color: #00ae4d;
}

.md-stepper-horizontal.orange .md-step.active .md-step-circle {
	background-color: #f96302;
}

.md-stepper-horizontal .md-step.active .md-step-circle {
	background-color: rgb(33, 150, 243);
}

.md-stepper-horizontal .md-step.done .md-step-circle:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 100;
	content: "\f058";
}

.md-stepper-horizontal .md-step.done .md-step-circle *,
	.md-stepper-horizontal .md-step.editable .md-step-circle * {
	display: none;
}

.md-stepper-horizontal .md-step.editable .md-step-circle {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.md-stepper-horizontal .md-step.editable .md-step-circle:before {
	font-family: "FontAwesome";
	font-weight: 100;
	content: "\f040";
}

.md-stepper-horizontal .md-step .md-step-title {
	margin-top: 5px;
	font-weight: 400;
	color: gray;
}

.md-stepper-horizontal .md-step .md-step-title, .md-stepper-horizontal .md-step .md-step-optional
	{
	text-align: center;
	color: rgba(0, 0, 0, 0.26);
}

.md-stepper-horizontal .md-step.active .md-step-title {
	font-weight: 400;
	color: gray;
}

.md-stepper-horizontal .md-step.active.done .md-step-title,
	.md-stepper-horizontal .md-step.active.editable .md-step-title {
	font-weight: 400;
}

.md-stepper-horizontal .md-step .md-step-optional {
	font-size: 12px;
}

.md-stepper-horizontal .md-step.active .md-step-optional {
	color: rgba(0, 0, 0, 0.54);
}

.md-stepper-horizontal .md-step .md-step-bar-left,
	.md-stepper-horizontal .md-step .md-step-bar-right {
	position: absolute;
	top: 36px;
	height: 1px;
	border-top: 1px solid #dddddd;
}

.md-stepper-horizontal .md-step .md-step-bar-right {
	right: 0;
	left: 50%;
	margin-left: 20px;
}

.md-stepper-horizontal .md-step .md-step-bar-left {
	left: 0;
	right: 50%;
	margin-right: 20px;
}


.md-stepper-horizontal .md-step-title-top {
	margin-top: -25px;
	font-weight: 400;
	color: gray;
	text-align: center;
}

/* End of Stepper */
.order-summary {
	background-color: #f0f1f3 !important;
	margin-top: 0.85rem;
	padding: 1rem;
}

.order-summary .card-title {
	font-weight: 500;
}
.modal-lg {
	max-width: 1118px !important;
}
.card h5{
	color: #0b2b53 !important;
	font-weight: 600 !important;
}