/* Minification failed. Returning unminified contents.
(1236,112): run-time error CSS1035: Expected colon, found '.2'
 */
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

	.slick-list:focus {
		outline: none;
	}

	.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
	}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

	.slick-track:before,
	.slick-track:after {
		display: table;
		content: '';
	}

	.slick-track:after {
		clear: both;
	}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.midbar-section {
	position: relative;
	overflow: hidden;
}

.midbar-slider .image-box:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/mid-bg.svg) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
}

.midbar-section .image-box {
	position: relative;
	height: 513px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.midbar-section.slick-track {
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transform: translateZ(0);
	backface-visibility: hidden;
}

.slick-slider div {
	transition: none;
}

.midbar-section .image-box {
	width: 100%;
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transform: scale(1);
}

.midbar-slider.slick-initialized .slick-slide {
	overflow: hidden;
}

.midbar-section .slick-slide.slick-active .image-box {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-animation: cssAnimation 8s 1 linear forwards;
	animation: cssAnimation 8s 1 linear forwards;
}

.midbar-section.inner-midbar .image-box {
	width: 100%;
	-webkit-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transform: scale(1.3);
}

.midbar-section.inner-midbar .slick-slide.slick-active .image-box {
	animation: none;
}

@keyframes cssAnimation {
	from {
		transform: scale(1) translate(0px);
	}

	to {
		transform: scale(1) translate(0px);
	}
}

@-webkit-keyframes cssAnimation {
	from {
		-webkit-transform: scale(1) translate(0px);
	}

	to {
		-webkit-transform: scale(1) translate(0px);
	}
}

.midbar-content-view {
	position: absolute;
	top: -1px;
	bottom: 0;
	right: 0;
	left: 0;
}
	/*.midbar-content-view:after {
	content: '';
	background-color: rgba(29, 36, 43, 0.6);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.midbar-content-view-home:after {
	content: '';
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}*/
	.midbar-content-view:after {
		content: '';
		background-color: rgba(0, 0, 0, 0);
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		z-index: 0;
	}
	/*.midbar-section.inner-midbar .midbar-content-view:after {
	background: rgb(46,26,71);
	background: -moz-linear-gradient(180deg, rgba(46,26,71,0.68) 0%, rgba(46,26,71,0.35) 100%);
	background: -webkit-linear-gradient(180deg, rgba(46,26,71,0.68) 0%, rgba(46,26,71,0.35) 100%);
	background: linear-gradient(180deg, rgba(46,26,71,0.68) 0%, rgba(46,26,71,0.35) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e1a47", endColorstr="#2e1a47", GradientType=1);
}*/
	.midbar-content-view .content-box {
		display: flex;
		height: 100%;
		align-items: center;
		position: relative;
		align-items: center;
		position: relative;
		justify-content: center;
		text-align: center;
	}

		.midbar-content-view .content-box .container {
			margin: 0;
		}

	.midbar-content-view .midbar-content {
		color: #ffffff;
		font-size: 22px;
		line-height: 37px;
		width: 42%;
		position: relative;
		z-index: 1;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

		.midbar-content-view .midbar-content .midbar-header {
			font-size: 50px;
			line-height: 57px;
			font-weight: 600;
			color: #ffffff;
		}

.inner-midbar .midbar-content-view .midbar-content .midbar-header {
	font-size: 35px;
	line-height: 1.2;
	font-weight: bold;
}

.midbar-content-view .midbar-content .midbar-txt {
	margin: 8px 0 30px;
}

.midbar-section .slick-slider .slick-dots {
	position: absolute;
	bottom: 34px;
	right: 0px;
	z-index: 2;
	width: 100%;
	line-height: 10px;
	margin: 0;
}

	.midbar-section .slick-slider .slick-dots li {
		margin: 0 7px;
	}

		.midbar-section .slick-slider .slick-dots li button {
			background-color: #ffffff;
		}

		.midbar-section .slick-slider .slick-dots li.slick-active button {
			background-color: #da291c;
		}

.videoOuter {
	height: 513px;
}

.video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.mp4Video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	object-fit: cover;
}

.feedback-btn {
	padding: 12px 30px;
	border-radius: 4px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.63);
	background-color: #da291c;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1.5px;
	color: #ffffff;
	text-transform: uppercase;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 45px;
	transform: rotate(90deg) translateY(-100%);
	-webkit-transform: rotate(90deg) translateY(-100%);
}

	.feedback-btn:hover, .feedback-btn:focus {
		background-color: #ffffff;
		color: #da291c;
	}

@media(min-width: 1920px) {
	.midbar-section .image-box, .videoOuter {
		height: 613px;
	}
}

@media(max-width: 1199px) {
	.midbar-content-view .midbar-content {
		width: 50%;
	}

	.feedback-btn {
		right: 0;
	}
}

@media(max-width: 992px) {
	.midbar-section .image-box, .videoOuter {
		height: 460px;
	}

	.midbar-content-view .midbar-content {
		width: 60%;
	}

		.midbar-content-view .midbar-content .midbar-header {
			font-size: 35px;
			line-height: 48px;
		}
}

@media(max-width: 767px) {
	/* .midbar-section{ overflow: visible; } */
	.midbar-content-view {
		bottom: 0px;
		top: 0;
	}

	.midbar-section .image-box, .videoOuter {
		height: 300px;
	}

	.midbar-content-view:after {
		background: -moz-linear-gradient(bottom, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.55) 50%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.55) 50%, rgba(0,0,0,0) 100%);
		background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.55) 40%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1 );
		transform: translateX(0);
	}

	.midbar-content-view .midbar-content {
		width: 100%;
		text-align: center;
		padding: 20px;
		font-size: 18px;
		line-height: 22px;
	}

		.midbar-content-view .midbar-content .midbar-header {
			font-size: 28px;
			line-height: 34px;
		}

		.midbar-content-view .midbar-content .midbar-txt {
			font-size: 18px;
			margin-bottom: 15px;
		}

	.feedback-btn {
		right: 0;
		bottom: auto;
		top: 60px;
	}
}

@media(max-width: 640px) {
	.midbar-section .image-box, .videoOuter {
		height: 300px;
	}
}
/****************
Inner Midbar CSS
*****************/
.midbar-section.inner-midbar .image-box, .midbar-section.inner-midbar .videoOuter {
	height: 354px;
}

@media(max-width: 767px) {
	.midbar-section.inner-midbar .image-box, .midbar-section.inner-midbar .videoOuter {
		height: 280px;
	}

	.midbar-section.inner-midbar .slick-slider .slick-dots {
		display: flex !important;
		margin-right: 10px;
	}
}

@media(max-width: 567px) {
	.midbar-section.inner-midbar .image-box, .midbar-section.inner-midbar .videoOuter {
		height: 200px;
	}
}

@media(max-width:479px) {
	.feedback-btn {
		padding: 10px 20px;
		height: 40px;
		font-size: 12px;
		right: 0;
		top: 50px;
	}
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

	.select2-container .select2-selection--single {
		box-sizing: border-box;
		cursor: pointer;
		display: block;
		height: 28px;
		user-select: none;
		-webkit-user-select: none
	}

		.select2-container .select2-selection--single .select2-selection__rendered {
			display: block;
			padding-left: 8px;
			padding-right: 20px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap
		}

		.select2-container .select2-selection--single .select2-selection__clear {
			position: relative
		}

	.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
		padding-right: 8px;
		padding-left: 20px
	}

	.select2-container .select2-selection--multiple {
		box-sizing: border-box;
		cursor: pointer;
		display: block;
		min-height: 32px;
		user-select: none;
		-webkit-user-select: none
	}

		.select2-container .select2-selection--multiple .select2-selection__rendered {
			display: inline-block;
			overflow: hidden;
			padding-left: 8px;
			text-overflow: ellipsis;
			white-space: nowrap
		}

	.select2-container .select2-search--inline {
		float: left
	}

		.select2-container .select2-search--inline .select2-search__field {
			box-sizing: border-box;
			border: none;
			font-size: 100%;
			margin-top: 5px;
			padding: 0
		}

			.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
				-webkit-appearance: none
			}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none
}

	.select2-results__option[aria-selected] {
		cursor: pointer
	}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

	.select2-search--dropdown .select2-search__field {
		padding: 4px;
		width: 100%;
		box-sizing: border-box
	}

		.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
			-webkit-appearance: none
		}

	.select2-search--dropdown.select2-search--hide {
		display: none
	}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #444;
		line-height: 28px
	}

	.select2-container--default .select2-selection--single .select2-selection__clear {
		cursor: pointer;
		float: right;
		font-weight: bold
	}

	.select2-container--default .select2-selection--single .select2-selection__placeholder {
		color: #999
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 26px;
		position: absolute;
		top: 1px;
		right: 1px;
		width: 20px
	}

		.select2-container--default .select2-selection--single .select2-selection__arrow b {
			border-color: #888 transparent transparent transparent;
			border-style: solid;
			border-width: 5px 4px 0 4px;
			height: 0;
			left: 50%;
			margin-left: -4px;
			margin-top: -2px;
			position: absolute;
			top: 50%;
			width: 0
		}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

	.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
		display: none
	}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

	.select2-container--default .select2-selection--multiple .select2-selection__rendered {
		box-sizing: border-box;
		list-style: none;
		margin: 0;
		padding: 0 5px;
		width: 100%
	}

		.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
			list-style: none
		}

	.select2-container--default .select2-selection--multiple .select2-selection__clear {
		cursor: pointer;
		float: right;
		font-weight: bold;
		margin-top: 5px;
		margin-right: 10px;
		padding: 1px
	}

	.select2-container--default .select2-selection--multiple .select2-selection__choice {
		background-color: #e4e4e4;
		border: 1px solid #aaa;
		border-radius: 4px;
		cursor: default;
		float: left;
		margin-right: 5px;
		margin-top: 5px;
		padding: 0 5px
	}

	.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
		color: #999;
		cursor: pointer;
		display: inline-block;
		font-weight: bold;
		margin-right: 2px
	}

		.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
			color: #333
		}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

	.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
		padding-left: 0
	}

	.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
		margin-left: -1em;
		padding-left: 2em
	}

		.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
			margin-left: -2em;
			padding-left: 3em
		}

			.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
				margin-left: -3em;
				padding-left: 4em
			}

				.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
					margin-left: -4em;
					padding-left: 5em
				}

					.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
						margin-left: -5em;
						padding-left: 6em
					}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

	.select2-container--classic .select2-selection--single:focus {
		border: 1px solid #5897fb
	}

	.select2-container--classic .select2-selection--single .select2-selection__rendered {
		color: #444;
		line-height: 28px
	}

	.select2-container--classic .select2-selection--single .select2-selection__clear {
		cursor: pointer;
		float: right;
		font-weight: bold;
		margin-right: 10px
	}

	.select2-container--classic .select2-selection--single .select2-selection__placeholder {
		color: #999
	}

	.select2-container--classic .select2-selection--single .select2-selection__arrow {
		background-color: #ddd;
		border: none;
		border-left: 1px solid #aaa;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		height: 26px;
		position: absolute;
		top: 1px;
		right: 1px;
		width: 20px;
		background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
		background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
		background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
	}

		.select2-container--classic .select2-selection--single .select2-selection__arrow b {
			border-color: #888 transparent transparent transparent;
			border-style: solid;
			border-width: 5px 4px 0 4px;
			height: 0;
			left: 50%;
			margin-left: -4px;
			margin-top: -2px;
			position: absolute;
			top: 50%;
			width: 0
		}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

	.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
		background: transparent;
		border: none
	}

		.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
			border-color: transparent transparent #888 transparent;
			border-width: 0 4px 5px 4px
		}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

	.select2-container--classic .select2-selection--multiple:focus {
		border: 1px solid #5897fb
	}

	.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
		list-style: none;
		margin: 0;
		padding: 0 5px
	}

	.select2-container--classic .select2-selection--multiple .select2-selection__clear {
		display: none
	}

	.select2-container--classic .select2-selection--multiple .select2-selection__choice {
		background-color: #e4e4e4;
		border: 1px solid #aaa;
		border-radius: 4px;
		cursor: default;
		float: left;
		margin-right: 5px;
		margin-top: 5px;
		padding: 0 5px
	}

	.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
		color: #888;
		cursor: pointer;
		display: inline-block;
		font-weight: bold;
		margin-right: 2px
	}

		.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
			color: #555
		}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

.form-type1 .form-row {
	margin-right: -10px;
	margin-left: -10px;
}

	.form-type1 .form-row > .col,
	.form-type1 .form-row > [class*="col-"] {
		padding-right: 10px;
		padding-left: 10px;
	}

	.form-type1 .form-row .form-group {
		margin-bottom: 30px;
	}

	.form-type1 .form-row.sbmtbtn-outer {
		margin-top: 5px;
		position: relative;
		padding-top: 30px;
	}

		.form-type1 .form-row.sbmtbtn-outer:after {
			content: "";
			position: absolute;
			left: 10px;
			right: 10px;
			top: 1px;
			height: 1px;
			background-color: #d8d8d8;
		}

		.form-type1 .form-row.sbmtbtn-outer .send-btn-box {
			text-align: right;
			padding-top: 8px;
		}

.select2 {
	width: 100% !important;
	height: 50px;
	color: #3b3b3b;
	font-size: 16px;
	line-height: 1.63;
	border: 1px solid #d8d8d8;
	padding: 12px 40px 12px 26px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	-webkit-border-radius: 25px;
	background: #ffffff;
}

.select2-container--open .select2-dropdown--below {
	box-shadow: 4px 4px 7px -4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 4px 4px 7px -4px rgba(0, 0, 0, 0.3);
	border: 1px solid #d8d8d8;
	border-radius: 5px;
}

.select2-container.select2-container--focus {
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.select2-container--default .select2-selection--single {
	border-radius: 0;
	border: 0;
	background-color: transparent;
}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		padding: 0;
		color: #000000;
		font-weight: bold;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow b {
		background-image: url(../images/down-arrow2.svg);
		background-repeat: no-repeat;
		background-size: 15px 8px;
		margin-left: -8px;
		border: 0;
		width: 15px;
		height: 8px;
	}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	transform: rotate(180deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
	position: absolute;
	top: 0;
	right: 23px;
	width: 20px;
}

.select2-container--open .select2-dropdown {
	overflow: hidden;
}

.select2-results__option {
	padding: 12px 10px 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #da291c;
}

.select2-container--default .select2-results__option:first-child {
	border-radius: 5px 5px 0 0;
}

.select2-container--default .select2-results__option:last-child {
	border-radius: 0 0 5px 5px;
}

.select2-search--dropdown {
	padding: 10px;
}

.custom-field1 {
	position: relative;
}

	.custom-field1 .select2 {
		width: 104px !important;
		position: absolute;
		left: 0;
		top: 0;
		background: #ebebeb;
		border-radius: 25px 0 0 25px;
		border-right: 0;
		padding-right: 30px;
		color: #626262;
	}

	.custom-field1 .select2-container--default .select2-selection--single .select2-selection__arrow b {
		background-image: url(../images/down-arrow3.svg);
	}

	.custom-field1 .select2-container--default .select2-selection--single .select2-selection__arrow {
		right: 12px;
	}

	.custom-field1 .select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #626262;
		font-weight: normal;
		letter-spacing: 1px;
	}

.custom-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
	background-image: url(../images/down-arrow3.svg);
}

.custom-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #626262;
	font-weight: normal;
	letter-spacing: 1px;
}

.form-type1 .lbl-txt {
	font-weight: 600;
	font-size: 16px;
	color: #333333;
	display: block;
	letter-spacing: 1.33px;
}

.form-control {
	height: 50px;
	letter-spacing: 1px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	-webkit-border-radius: 25px;
	padding: 12px 26px 12px 26px;
	border-color: #d8d8d8;
	color: #3b3b3b;
	font-size: 16px;
}

	.form-control:focus {
		letter-spacing: 1px;
		color: #3b3b3b;
	}

	.form-control::placeholder {
		color: #626262;
	}

	.form-control::-webkit-input-placeholder {
		color: #626262;
	}

	.form-control::-ms-input-placeholder {
		color: #626262;
	}

.custom-field1 .form-control {
	padding-left: 120px;
}

select.form-control {
	background: url(../images/down-arrow.svg) no-repeat #ffffff;
	background-position: top 50% right 15px;
	appearance: none;
	-webkit-appearance: none;
}

.messagetextarea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 200px;
	min-height: 200px;
	max-height: 200px;
	border-radius: 10px;
}

.conactmap {
	margin-bottom: 19px;
}

	.conactmap a {
		display: inline-block;
	}

	.conactmap img {
		display: inline-block;
		max-width: 100%;
	}

.point-type1 li .list-cntct span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.29;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #3b3b3b;
	margin-bottom: 5px;
}

.point-type1 li .list-cntct a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.54px;
	color: #da291c;
}

.point-type1 li .list-cntct {
	padding-left: 49px;
	position: relative;
}

	.point-type1 li .list-cntct.ph-icon:before {
		content: '';
		position: absolute;
		left: 0;
		top: 6px;
		width: 31px;
		height: 31px;
		display: block;
		background: url(../images/icon-phone.svg) no-repeat 0 0;
	}

	.point-type1 li .list-cntct.loss-icon:before {
		content: '';
		position: absolute;
		left: 0;
		top: 3px;
		width: 27px;
		height: 34px;
		display: block;
		background: url(../images/icon-lost.svg) no-repeat 0 0;
	}

	.point-type1 li .list-cntct.globe-icon:before {
		content: '';
		position: absolute;
		left: 0;
		top: 3px;
		width: 39px;
		height: 30px;
		display: block;
		background: url(../images/icon-globe.svg) no-repeat 0 0;
	}

	.point-type1 li .list-cntct.feedback-icon:before {
		content: '';
		position: absolute;
		left: 0;
		top: 5px;
		width: 31px;
		height: 26px;
		display: block;
		background: url(../images/icon-feedback.svg) no-repeat 0 0;
	}

.form-type1 .alert {
	border-radius: 0;
	padding: 1px 5px;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0;
}

	.form-type1 .alert.form-success {
		font-size: 16px;
		padding: 0.75rem 1.25rem;
		margin-bottom: 15px;
	}

.form-type1 .form-control.error-box {
	border-color: #ce132d;
}

.form-type1 .error-box .select2-container {
	border-color: #ce132d;
}

.form-type1 .custom-file-label {
	right: 73px;
	border-radius: 0;
}

	.form-type1 .custom-file-label:after {
		cursor: pointer;
		right: -73px;
		background-color: #F3F0F0;
		border: none;
		box-shadow: none;
		border-radius: 0;
		font-size: 14px;
		color: #425563;
		letter-spacing: 1px;
		padding-left: 0;
		padding-right: 0;
	}

.form-type1 .lbl-txt.position-relative {
	display: inline-block;
	padding-right: 27px;
}

.lbl-txt .question-icon {
	width: 16px;
	height: 16px;
	font-size: 0;
	position: absolute;
	right: 0;
	top: 3px;
	cursor: pointer;
	vertical-align: top;
	display: inline-block;
	text-decoration: none;
	background: url(../images/question-icon.svg) no-repeat 0 0;
}

.calendar-field {
	position: relative;
	background: #ffffff;
}

	.calendar-field .ui-datepicker-trigger {
		cursor: pointer;
		position: absolute;
		right: 9px;
		top: 9px;
		width: 18px;
		height: 19px;
		font-size: 0;
		display: inline-block;
	}

	.calendar-field input:focus,
	.calendar-field input {
		position: relative;
		background: transparent;
		padding-right: 28px;
	}
/*******************************
    Common datepicker CSS
*******************************/
.form-control.datepicker + .ui-datepicker-trigger {
	position: absolute;
	bottom: 8px;
	right: 12px
}

.form-control.birthdate + .ui-datepicker-trigger {
	position: absolute;
	bottom: 8px;
	right: 12px
}

.form-control.date + .ui-datepicker-trigger {
	position: absolute;
	bottom: 8px;
	right: 12px
}

.ui-datepicker {
	border: 1px solid #E4E8EB;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
	width: auto !important;
	padding: 10px;
	z-index: 99999999 !important
}

.modal-open .ui-datepicker {
	z-index: 999999999 !important
}

.ui-datepicker .ui-widget-header {
	background: #fff;
	border: none;
	border-radius: 0;
	margin-bottom: 8px;
	position: relative;
	padding: 0
}

	.ui-datepicker .ui-widget-header .ui-datepicker-prev,
	.ui-datepicker .ui-widget-header .ui-datepicker-next {
		background: #fff;
		border: none;
		border-radius: 0;
		width: 24px;
		height: 24px;
		display: inline-block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer
	}

		.ui-datepicker .ui-widget-header .ui-datepicker-prev span,
		.ui-datepicker .ui-widget-header .ui-datepicker-next span {
			position: unset;
			top: unset;
			left: unset;
			margin-left: unset;
			margin-top: unset
		}

		.ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon,
		.ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon {
			background: url(../images/down-arrow.svg) no-repeat center center;
			width: 24px;
			height: 24px;
			display: inline-block
		}

		.ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-datepicker-prev,
		.ui-datepicker .ui-widget-header .ui-datepicker-next.ui-datepicker-prev {
			left: -10px;
			transform: rotate(90deg);
			transform-origin: 100% 50%
		}

		.ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-datepicker-next,
		.ui-datepicker .ui-widget-header .ui-datepicker-next.ui-datepicker-next {
			right: -10px;
			transform: rotate(-90deg);
			transform-origin: 0 50%
		}

		.ui-datepicker .ui-widget-header .ui-datepicker-prev:hover,
		.ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover,
		.ui-datepicker .ui-widget-header .ui-datepicker-next:hover,
		.ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover {
			background: #F7F7F7
		}

	.ui-datepicker .ui-widget-header .ui-datepicker-title select {
		margin: 0;
		border: 1px solid #C4C4C4;
		background: url(../images/down-arrow.svg) no-repeat #fff;
		background-position: calc(100% - 8px) center;
		font-size: 12px;
		padding: 6px 8px 5px 8px;
		margin: 0 6px;
		font-weight: unset;
		line-height: 1.6;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		position: relative;
		width: 90px
	}

		.ui-datepicker .ui-widget-header .ui-datepicker-title select:focus {
			outline: none;
			box-shadow: none
		}

.ui-datepicker table {
	margin-bottom: 0
}

	.ui-datepicker table th {
		font-size: 12px;
		color: #494949;
		padding: 0;
		text-align: center
	}

	.ui-datepicker table td {
		padding: 2px
	}

		.ui-datepicker table td span.ui-state-default {
			text-align: center;
			vertical-align: middle;
			background: #fff;
			color: #333;
			font-size: 13px;
			line-height: 30px;
			border: 1px solid #C4C4C4;
			padding: 0
		}

		.ui-datepicker table td a.ui-state-default {
			text-align: center;
			vertical-align: middle;
			background: #fff;
			color: #595959;
			font-size: 13px;
			line-height: 30px;
			border: none;
			padding: 0
		}

			.ui-datepicker table td a.ui-state-default:hover {
				background: rgba(193, 178, 182, 0.4);
				border-radius: 3px;
			}

			.ui-datepicker table td a.ui-state-default.ui-state-highlight {
				background: #ffffff;
				border: 1px solid #2E1A47;
				border-radius: 3px;
				color: #2E1A47
			}

			.ui-datepicker table td a.ui-state-default.ui-state-active {
				background: #2E1A47;
				border-radius: 3px;
				color: #fff
			}

.ui-datepicker .ui-timepicker-div {
	padding: 0;
	border-top: 1px solid #E4E8EB;
	padding-top: 20px;
	margin-top: 18px
}

	.ui-datepicker .ui-timepicker-div .ui_tpicker_time_label {
		font-size: 15px;
		line-height: 25px
	}

	.ui-datepicker .ui-timepicker-div .ui_tpicker_minute:before {
		display: none !important
	}

	.ui-datepicker .ui-timepicker-div select.ui-timepicker-select {
		margin: 0;
		border: 1px solid #DBDBDB;
		border-radius: 0;
		min-width: 56px;
		color: #666;
		background: url(../images/down-arrow.svg) no-repeat #F7F8F9;
		background-position: calc(100% - 8px) center;
		font-size: 12px;
		padding: 5px 8px 4px 8px;
		margin: 0 0 0 18px;
		font-weight: unset;
		line-height: 1.6;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		position: relative;
		width: 90px
	}

		.ui-datepicker .ui-timepicker-div select.ui-timepicker-select:focus {
			outline: none;
			box-shadow: none
		}

.ui-datepicker .ui-datepicker-buttonpane {
	border: none;
	background: #fff;
	border-radius: 0;
	margin: 5px 0 0 0;
	padding: 0
}

	.ui-datepicker .ui-datepicker-buttonpane button {
		margin: 0;
		display: inline-block;
		vertical-align: middle;
		font-size: 12px;
		font-weight: unset;
		text-align: center;
		text-transform: none;
		text-decoration: none;
		border-radius: 0;
		outline: none;
		box-shadow: none;
		background: #fff;
		border: 1px solid #C4C4C4;
		padding: 8px 12px 7px;
		color: #333;
		line-height: 1.1;
		opacity: 1
	}

		.ui-datepicker .ui-datepicker-buttonpane button:hover,
		.ui-datepicker .ui-datepicker-buttonpane button:focus {
			box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
			color: #333;
			text-decoration: none
		}

.form-control.datepicker + .ui-datepicker-trigger,
.form-control.datetimepicker + .ui-datepicker-trigger {
	position: absolute;
	bottom: 5px;
	right: 8px;
}

.form-control.birthdate + .ui-datepicker-trigger {
	position: absolute;
	bottom: 8px;
	right: 8px;
}

.form-control.date + .ui-datepicker-trigger {
	position: absolute;
	bottom: 8px;
	right: 8px;
}

.mandatory-sign {
	color: #E7292B;
	margin-left: 2px;
	font-weight: 600;
	display: inline-block;
}
/**********************************/
.form-sub-head {
	font-size: 13px;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 1.08px;
	margin-bottom: 16px;
	margin-top: 20px;
}
/*****Custom Browse Button*****/
.upld-area {
	position: relative;
	min-height: 50px;
	border: 1px solid #d8d8d8;
	border-radius: 25px;
	padding: 12px 26px 12px 26px;
	margin-right: 30px;
}

	.upld-area:after {
		content: '';
		position: absolute;
		right: 20px;
		top: 14px;
		width: 18px;
		height: 22px;
		display: block;
		background: url(../images/browse-icon.svg) no-repeat 0 0;
	}

#uploadFile1, #uploadFile2, #uploadFile3, #uploadFile4 {
	border: none;
	width: 100%;
	background-color: transparent;
	color: #626262 !important;
	font-size: 16px;
	letter-spacing: 1px;
	-webkit-text-fill-color: rgba(0, 0, 0, 1);
	-webkit-opacity: 1;
}

.fileUpload {
	position: absolute;
	right: 0px;
	top: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
	color: #0F0;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	z-index: 999;
}

	.fileUpload input.upload {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		padding: 0;
		font-size: 20px;
		cursor: pointer;
		opacity: 0;
		filter: alpha(opacity=0);
		height: 100%;
		width: 100%;
		text-align: center;
	}

.del-file {
	position: absolute;
	right: 10px;
	top: 0px;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	max-height: 23px;
}

	.del-file svg {
		width: 22px;
		height: 22px;
	}

	.del-file:hover svg .st0 {
		stroke: #da291c;
	}

.modal-body .form-control::placeholder {
	color: #3b3b3b;
}

@media (min-width:992px) and (max-width: 1199px) {
	.custom-select2.custom-select-small .select2 {
		padding: 12px 15px 12px 15px;
	}

	.custom-select2.custom-select-small .select2-container--default .select2-selection--single .select2-selection__arrow {
		right: 10px;
	}
}

@media(max-width:991px) {
	.form-type1 .lbl-txt {
		font-size: 14px;
		margin-bottom: 4px;
	}

	.calendar-field input:focus,
	.calendar-field input {
		font-size: 14px;
	}

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

	.form-sub-head {
		margin-bottom: 14px;
		margin-top: 0;
	}

	.form-type1 .form-row .form-group {
		margin-bottom: 18px;
	}

	.form-type1 .form-row.sbmtbtn-outer {
		margin-top: 0;
	}
}

.captcha {
	position: relative;
	text-align: left;
	padding-right: 48px;
	display: inline-block;
}

.captcha {
	border: 1px solid #d8d8d8;
	height: 50px;
	width: 165px;
	background-color: #fff;
	border-radius: 10px;
}

	.captcha .captcha-img {
		width: 100%;
		border-radius: 10px;
	}

	.captcha .btn.refresh-btn {
		width: 48px;
		height: 48px;
		padding: 10px 0 0;
		position: absolute;
		top: 0;
		right: 0;
		color: #fe6652;
		background-color: #fff;
		border-left: 1px solid #d8d8d8;
		border-radius: 0px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}

		.captcha .btn.refresh-btn:hover {
			background-color: #1D252D;
			border: 1px solid #1D252D;
		}

			.captcha .btn.refresh-btn:hover svg path {
				fill: #ffffff;
			}

.char-input {
	margin-left: 20px;
}

	.char-input input {
		max-width: 162px;
	}

@media(max-width:992px) {
	.char-input input {
		max-width: 137px;
	}
}

@media(max-width:767px) {
	.form-type1 .form-row.sbmtbtn-outer .send-btn-box {
		width: 100%;
		max-width: none;
		text-align: center;
	}

	.form-type1 .form-row.sbmtbtn-outer {
		display: block;
	}

	.messagetextarea {
		height: 80px;
		min-height: 80px;
		max-height: 80px;
	}
}

@media(max-width:575px) {
	.captcha-box {
		text-align: center;
	}

		.captcha-box img {
			max-width: 285px;
		}

	.form-type1 .form-row.sbmtbtn-outer .send-btn-box {
		text-align: center;
		padding-top: 10px;
	}

	.char-input {
		margin-left: 15px;
	}

		.char-input input {
			padding: 12px 15px 12px 15px;
		}
}

.search-bg {
	background: #da291c;
	padding: 25px 25px 25px 25px;
}

.search-box {
	position: relative;
	width: 700px;
	margin: auto;
}

.search-bg .form-control {
	appearance: none;
	-webkit-appearance: none;
	font-size: 16px;
	width: 100%;
	padding: 12px 40px 12px 26px;
	color: #3b3b3b;
	outline: none;
	height: 50px;
	border-radius: 30px;
	letter-spacing: 1px;
	border: solid 1px rgba(151, 151, 151, 0.38);
	background-color: #ffffff;
}

.search-bg .btn-search {
	width: 17px;
	height: 22px;
	cursor: pointer;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	display: inline-block;
}

.search-header {
	font-size: 36px;
	line-height: 40px;
	color: #000;
	font-weight: bold;
	padding-top: 22px;
	margin-bottom: 25px;
}

	.search-header span {
		color: #2e1a47;
	}

.search-r-link {
	display: block;
}

.search-r-title {
	display: block;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	line-height1 .2;
}

.search-r-link:hover .search-r-title {
	color: #da291c;
}

.search-r-url {
	font-size: 16px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 5px;
}

.search-r-box {
	margin-bottom: 30px;
}

	.search-r-box:last-child {
		margin-bottom: 0px;
	}

	.search-r-box .cms-text1 {
		margin-bottom: 0;
	}

@media (max-width:767px) {
	.search-header {
		padding-top: 0;
	}
}
