h2,h3{
	font-weight: 600!important;
}
#currency :not([data-bcid=""]) {
	background-color: #D1EBD8;
}

#currency option[data-bcid=""] {
	background-color: #E0E0E0;
}


.wizard {
	margin: 5px auto;
	background: #fff;
}

.wizard>div.wizard-inner {
	position: relative;
}

.connecting-line {
	height: 2px;
	background: #e0e0e0;
	position: absolute;
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 0;
}

/* Wizard tab navigation — horizontal layout for Bootstrap 3 */
.wizard .wizard-nav {
	display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.wizard .wizard-nav>li {
	text-align: center;
    flex: 1 1 auto;
}

.wizard .nav>li.active>button,
.wizard .nav>li.active>button:hover,
.wizard .nav>li.active>button:focus,
.wizard .wizard-nav>li.active>a,
.wizard .wizard-nav>li.active>a:hover,
.wizard .wizard-nav>li.active>a:focus {
	color: #555555;
	cursor: default;
	border: 0;
	border-bottom-color: transparent;
	background: transparent;
}

.wizard .nav>li,
.wizard .wizard-nav>li {
	position: relative;
}

.wizard li:after {
	content: " ";
	position: absolute;
	left: calc(50% - 10px);
	opacity: 0;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #20809D; /* replaced #5bc0de for wcag */
}

.wizard li.active:after {
	opacity: 1;
}

.wizard .wizard-nav>li>a {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	margin: 20px auto;
	padding: 0;
	background: transparent;
	border: none;
}

.wizard .wizard-nav>li>a:hover {
	background: transparent;
	text-decoration: none;
}

span.round-tab {
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	border: 2px solid #e0e0e0;
	text-align: center;
	font-size: 25px;
}

span.round-tab * {
	color: #555555;
}

.wizard li.active span.round-tab {
	background: #fff;
	border: 2px solid #20809D; /* replaced #5bc0de for wcag */

}

.wizard li.active span.round-tab * {
	color: #20809D; /* replaced #5bc0de for wcag */
}

span.round-tab:hover {
	color: #333;
	border: 2px solid #333;
}

.wizard .tab-pane {
	position: relative;
	padding-top: 50px;
}

.wizard h3 {
	margin-top: 0;
}
.wizard .input-lg{
	width:100%;
}
.wizard fieldset.row { border: 0; margin-left: 0; margin-right: 0; padding: 0; }
.wizard fieldset.row legend { border: 0; margin-bottom: 0; margin-top: 0px; padding: 0; font-size: inherit; line-height: inherit;  }
.wizard .control-label {font-weight: normal;}
@media(max-width : 585px) {

	.wizard {
		width: 90%;
		height: auto !important;
	}

	span.round-tab {
		font-size: 16px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.wizard .wizard-nav>li>a {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.wizard li.active:after {
		content: " ";
		position: absolute;
		left: 35%;
	}
}

@-webkit-keyframes throb {
	0% {
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1.1, 1.1);
		opacity: .8;
	}

	100% {
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}
}

@keyframes throb {
	0% {
		transform: scale(1, 1);
		opacity: 1;
	}

	50% {
		transform: scale(1.1, 1.1);
		opacity: .8;
	}

	100% {
		transform: scale(1, 1);
		opacity: 1;
	}
}

.wizard li.active span.round-tab {
	-webkit-animation: throb 2s linear 10000;
	animation: throb 2s linear 10000;
}


.has-loader.relative {
	position: relative;
}

.has-loader:after {
	position: absolute;
	display: none;
	font-family: "Font Awesome 5 Free";
	content: "\f110";
	color: #fff;
	font-size: 80px;
	line-height: 1;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	text-align: center;
	-webkit-animation: spin 4s linear infinite;
	-moz-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.has-loader.loading::before {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	z-index: 100000;
}

.has-loader.loading::after {
	display: inline-block;
	z-index: 100001;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}



.select2-container .select2-selection--single {
	height: 2.75em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 2.75em;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 2.75em;
}

#rate-section .col-sm-4,
#rate-section .col-sm-8{
	padding-left:5px;
	padding-right:5px;
}
.wizard fieldset.row legend.col-sm-4{
	padding-right: 15px!important;
}
@media screen and (min-width:500px) {
	label[for="claim_number"]{
		padding-left:0px;
	}
	.claim-number-col.col-xs-6{
		padding:0px;
	}
}
#xe-alert-modal .modal-header{
	background: #fff;
}
#xe-alert-modal .close{
	opacity: 0.8;
}
