/* Minification failed. Returning unminified contents.
(1306,20): run-time error CSS1038: Expected hex color, found '#fffffff'
(2028,37): run-time error CSS1034: 
(2028,37): run-time error CSS1042: Expected function, found ','
(2028,43): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
/* 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;
}
}

.flight-status-wrap {
	overflow-x: hidden;
}
.page-content {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.status-tabs {
	position: relative;
}
.page-tabs2 ul {
	width: 100%;
	white-space: nowrap;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 0;
}
.page-tabs2 a {
	padding: 40px 0 40px 0;
	color: rgba(59, 59, 59, 0.8);
	font-weight: bold;
	font-size: 16px;
	display: block;
	position: relative;
	text-transform: uppercase;
	margin-right: 75px;
	margin-left: 75px;
	letter-spacing: 1px;
}
.page-tabs2 svg {
	margin-right: 15px;
}
.page-tabs2 .active a, .page-tabs2 a:hover {
	color: #1d242b;
}
.page-tabs2 .active a:after {
	content: "";
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #ffffff transparent transparent transparent;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.tabs-type2.nav-tabs .nav-link svg {
	margin-right: 20px;
	;
}
.tabs-type2.nav-tabs .nav-link.active svg > path, .tabs-type2.nav-tabs .nav-link:hover svg > path {
	fill: #1d242b;
	fill-opacity: 1;
}
.tabs-type1.nav-tabs .nav-link.active svg g, .tabs-type1.nav-tabs .nav-link:hover svg g {
	stroke: #1d242b;
	opacity: 1;
}
.nav-tabs .nav-item {
	margin-bottom: 0px;
}
/*search*/

.flight-status-search {
	background: #da291c;
	padding: 25px 25px 25px 25px;
}
.flight-status-search.flight-arrive{
	background-color:#f5a81c;
	}
.flight-status-search.flight-departure{
	background-color:#0494c9;
	}	
.search-form-box {
	position: relative;
}
.select-day {
	-ms-flex: 0 0 23.7%;
	flex: 0 0 23.7%;
	max-width: 23.7%;
	margin-right: 9px;
}
.field-type1, .field-type2 {
	-ms-flex: 0 0 23.7%;
	flex: 0 0 23.7%;
	max-width: 23.7%;
	margin: 0 10px;
}
/*.field-type2 {
	-ms-flex: 0 0 23.7%;
	flex: 0 0 23.7%;
	max-width: 23.7%;

	}*/
.search-input-type2 {
	appearance: none;
	-webkit-appearance: none;
	font-size: 16px;
	width: 100%;
	height: 50px;
	padding: 12px 40px 12px 26px;
	border: 0;
	border-radius: 25px;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 600;
	outline: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	background-color: #fffffff;
}
.search-form-box .search-btn {
	padding: 17px 66px 17px 23px;
	font-size: 13px;
	font-weight: normal;
	margin-left: 10px;
}
.search-input-type2.error-input {
	border-bottom: 1px solid #ce132d;
	color: #ce132d;
}
.flight-status-search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: rgba(0, 0, 0, 0.5);
 opacity: 1; /* Firefox */
}
 .flight-status-search .error-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: rgba(0, 0, 0, 0.5);
}
 .flight-status-search .error-input::-ms-input-placeholder { /* Microsoft Edge */
 color: rgba(0, 0, 0, 0.5);
}
/*ERROR*/
.flight-status-search .error-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color:#ce132d;
 opacity: 1; /* Firefox */
}
 .flight-status-search .error-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#ce132d;
}
 .flight-status-search .error-input::-ms-input-placeholder { /* Microsoft Edge */
 color:#ce132d;
}
.flights-bg {
	background: url(../images/flights-details-bg.png) no-repeat center 100px #ece7e9;
	padding-bottom: 60px;
}
.fliter-reset {
	position: absolute;
	right: 20px;
	bottom: -22px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.5px;
}
@media (max-width:1199px) {
.select-day, .field-type2, .field-type1 {
	-ms-flex: 0 0 23.5%;
	flex: 0 0 23.5%;
	max-width: 23.5%;
}
/*
.select-day .select2, .select-day .dropdown-select {max-width:200px;}
.field-type2 {
	margin: 0 10px;
	flex: 1;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.field-type1 {
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	max-width: 32%;
}
.field-type1 + .field-type1{
	-ms-flex: 0 0 22%;
	flex: 0 0 21%;
	max-width: 22%;	
	}*/
}
@media (min-width:768px) and (max-width:992px) {
.flight-status-search {
	padding: 25px 0px 25px 0px;
}
.flight-status-search .search-form-box {
	flex-wrap: wrap;
}
.select-day {
	max-width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-bottom: 20px;
	margin-left: 10px;
}
.select-day .select2, .select-day .dropdown-select {
	max-width: 220px;
}
.field-type1, .field-type2 {
	max-width: 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
}
.search-form-box .search-btn {
	padding: 17px 50px 17px 23px;
}
/*.field-type1 {
	-ms-flex: 0 0 27%;
	flex: 0 0 27%;
	max-width: 27%;
}*/
.search-input-type2 {
	padding: 12px 30px 12px 26px;
}
}
@media (max-width:767px) {
.page-tabs2 ul {
	display: block;
	text-align: center;
}
.page-tabs2 ul li {
	display: inline-block;
}
.page-tabs2 a {
	padding: 25px 0 25px 0;
	margin-right: 5px;
	margin-left: 5px;
}
@media (max-width: 767px){
	.page-tabs2 ul {
	display: block;
	text-align: center;
	overflow-x: scroll;
	overflow-y: hidden;
	}
}
.flight-status-search .search-form-box {
	flex-wrap: wrap;
	justify-content: space-between;
}
.status-tabs .status-link {
	font-size: 18px;
	height: 45px;
	line-height: 45px;
}
.flight-status-search .search-form-box {
	display: block!important;
}
.select-day {
	margin-left: 0;
}
.select-day .select2, .select-day .dropdown-select {
	max-width: 100%;
}
.field-type1, .field-type2, .field-type1 + .field-type1, .select-day {
	max-width: 100%;
	margin: 10px 0px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.flight-status-wrap .search-btn {
	padding: 12px 21px;
	width: 100%;
	font-size: 15px;
	margin: 10px 0 0 0;
}
.fliter-reset {
	position: static;
	right: auto;
	display: block;
	text-align: center;
}
}
.note-type1 p {
	margin-bottom: 0;
}
.more-info-box {
	color: #333333;
}
.current-status .icon {
	margin-right: 20px;
}
@media (min-width:1200px) {
.current-status .col-6:last-child {
	padding-left: 0;
}
}
@media (max-width:768px) {
.current-status .col-md-12 {
	margin-bottom: 10px;
}
}
@media (max-width:567px) {
.search-form-box .search-btn {
	margin-left: 0px;
}
.flight-section {
	margin-bottom: 0px;
}
}

.flights-table{
	color:#333333;
	margin-top:12px;
	}
.flights-table .row{
	margin-right: 0px;
	margin-left: 0px;
	}
.flights-table div[class^="col"]{
	padding:0 4px;
	word-break:break-all;
	word-wrap:break-word;
	}
.col-notify a:hover .notify-bell{fill:#ce132d;}
.col-notify a:hover svg path {
	fill: #2e1a47;
}
.flights-table .flight-table-head,
.flights-table .flight-table-list{
  font-size: 16px;
  color: #9ca1c2;
  padding:8px 15px 8px 15px;
	}

.flights-table .flight-table-head{font-size: 12px;color: rgba(59, 59, 59, 0.7);text-transform:uppercase;font-weight: bold; letter-spacing:1.3px;}
.flights-table .flight-table-list {
	color: #000000;
	background: #ffffff;
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 5px 15px 5px 15px;
	font-weight: bold;
	min-height:55px;
	align-items:center;
}
/*.flights-table .control-typ1-hd{
	margin:0 -20px;
	border-bottom: solid 1px #574468;
	padding:24px 15px 24px 15px;
	font-size:20px;
	font-weight: bold;
	position:relative;
	}
.flights-table .control-typ1-hd .link-type1{position:absolute; top:50%; right:15px; transform: translateY(-50%);}
.flights-table .control-typ1-hd svg{
	margin-right:10px;
	}
*/
.flights-table .col-flight-time{
	-ms-flex: 0 0 10%;
	flex: 0 0 10%;
	max-width:10%;
	}
.flights-table .col-terminal{
	-ms-flex: 0 0 8%;
	flex: 0 0 8%;
	max-width:8%;
	text-align: center
}
.flights-table .col-flight-terminal{
	-ms-flex: 0 0 8%;
	flex: 0 0 8%;
	max-width:8%;
	text-align: center
}
.flights-table .col-flight-origin {
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	max-width:15%;
}
.flights-table .col-flight-no {
	-ms-flex: 0 0 17%;
	flex: 0 0 17%;
	max-width:17%;
}
.flights-table .col-airline {
	-ms-flex: 0 0 17%;
	flex: 0 0 17%;
	max-width:17%;
}
.flights-table .col-flight-status{
	-ms-flex: 0 0 14%;
	flex: 0 0 14%;
	max-width:14%;
	text-align:center;
	}
.flights-table .col-notify{
	-ms-flex: 0 0 10%;
	flex: 0 0 10%;
	max-width:10%;
	text-align:center;
}
.flights-table .col-counter{
	-ms-flex: 0 0 9%;
	flex: 0 0 9%;
	max-width:9%;
	text-align:center;
}
.flights-table .col-gate{
	-ms-flex: 0 0 8%;
	flex: 0 0 8%;
	max-width:8%;
	text-align:center;
}
.flights-table .flight-table-head .col-flight-status {
	text-align: center;
}
.air-craft-logo {
	display: inline-block;
	text-align: left;
}
.air-craft-logo img {
	max-height: 40px;
}
.flights-table .plus{display:none;}
@media (min-width:980px){
.flights-list-content{
	display:block!important;
	}
}
@media (max-width:1199px){

}
@media (min-width:1200px) and (max-width:1250px){
	.flights-table .col-flight-origin {
		-ms-flex: 0 0 15%;
		flex: 0 0 15%;
		max-width: 15%;
	}
	.flights-table .col-flight-no {
		-ms-flex: 0 0 15%;
		flex: 0 0 15%;
		max-width: 15%;
	}
	.flights-table .col-counter {
		-ms-flex: 0 0 7%;
		flex: 0 0 7%;
		max-width: 7%;
		text-align: center;
	}
	.flights-table .col-notify {
		-ms-flex: 0 0 8%;
		flex: 0 0 8%;
		max-width: 8%;
		text-align: center;
	}
}
/* @media (min-width:992px) and (max-width:1199px){
	.flights-table .badge {
		min-width: 70px;
	}
	.flights-table .col-flight-status {
	}
	.flights-table .col-notify {
		-ms-flex: 0 0 9%;
		flex: 0 0 9%;
		max-width: 9%;
	}
	.flights-table .col-airline {
		-ms-flex: 0 0 21%;
		flex: 0 0 21%;
		max-width: 21%;
	}
	.flights-table .col-flight-time{
		-ms-flex: 0 0 8%;
		flex: 0 0 8%;
		max-width:8%;
	}
	.flights-table .col-terminal{
		-ms-flex: 0 0 9%;
		flex: 0 0 9%;
		max-width:9%;
	}
	.flights-table .col-flight-terminal{
		-ms-flex: 0 0 9%;
		flex: 0 0 9%;
		max-width:9%;
	}
} */

@media (min-width:992px) and (max-width:1199px){
	.flights-table .col-flight-origin {
		-ms-flex: 0 0 14%;
		flex: 0 0 14%;
		max-width: 14%;
	}
	.flights-table .col-flight-no {
		-ms-flex: 0 0 17%;
		flex: 0 0 17%;
		max-width: 17%;
	}
	.flights-table .col-airline {
		-ms-flex: 0 0 19%;
		flex: 0 0 19%;
		max-width: 19%;
	}
	.flights-table .col-counter {
		-ms-flex: 0 0 11%;
		flex: 0 0 11%;
		max-width: 11%;
		text-align: center;
	}
	.flights-table .col-gate {
		-ms-flex: 0 0 8%;
		flex: 0 0 8%;
		max-width: 8%;
	}
	.flights-table .col-terminal {
		-ms-flex: 0 0 9%;
		flex: 0 0 9%;
		max-width: 9%;
	}
	.flights-table .col-flight-status {
		-ms-flex: 0 0 12%;
		flex: 0 0 12%;
		max-width: 12%;
	}
	.flights-table .col-notify {
		-ms-flex: 0 0 9%;
		flex: 0 0 9%;
		max-width: 9%;
	}
}
/* @media (min-width:768px) and (max-width:990px){
	.flights-table .col-flight-origin {
		-ms-flex: 0 0 14%;
		flex: 0 0 14%;
		max-width: 14%;
	}
	.flights-table .col-flight-no {
		-ms-flex: 0 0 15%;
		flex: 0 0 15%;
		max-width: 15%;
	}
	.flights-table .col-airline {
		-ms-flex: 0 0 17%;
		flex: 0 0 17%;
		max-width: 17%;
	}
	.flights-table .col-counter {
		-ms-flex: 0 0 9%;
		flex: 0 0 9%;
		max-width: 9%;
		text-align: center;
	}
	.flights-table .col-gate {
		-ms-flex: 0 0 7%;
		flex: 0 0 7%;
		max-width: 7%;
	}
	.flights-table .col-terminal {
		-ms-flex: 0 0 9%;
		flex: 0 0 9%;
		max-width: 9%;
	}
	.flights-table .col-flight-status {
		-ms-flex: 0 0 12%;
		flex: 0 0 12%;
		max-width: 12%;
	}
	.flights-table .col-notify {
		-ms-flex: 0 0 9%;
		flex: 0 0 9%;
		max-width: 9%;
	}
} */
@media (max-width:979px){
.flights-table .flight-table-head .col-flight-origin{display:none;}
.flights-table .col-airline {
	-ms-flex: 0 0 16%;
	flex: 0 0 16%;
	max-width:16%;
	order:1;
}
.flights-table .col-flight-time{
	-ms-flex: 0 0 10%;
	flex: 0 0 10%;
	max-width:10%;
	order:2;
	}

.flights-table .col-flight-no {
	-ms-flex: 0 0 19%;
	flex: 0 0 19%;
	max-width:19%;
	order:3;
}
.flights-table .col-flight-status{
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	max-width:15%;
	text-align:center;
	order:4;
	}
.flights-table .col-counter {
	-ms-flex: 0 0 9%;
	flex: 0 0 9%;
	max-width: 9%;
	text-align: center;
	order:5;
}
.flights-table .col-gate {
	-ms-flex: 0 0 7%;
	flex: 0 0 7%;
	max-width: 7%;
	order:6;
}
.flights-table .flight-table-head .col-terminal{
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	max-width:15%;
	text-align:center;
	order:7;
	}
.flights-table .col-flight-terminal{
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	max-width:15%;
	text-align:center;
	order:6;
	}
.flights-table .col-notify{
	-ms-flex: 0 0 11%;
	flex: 0 0 11%;
	max-width:11%;
	text-align:center;
	order:8;
}
.flights-table .col-flight-origin{
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	max-width:23%;
	order:9;
}

.flights-table .flight-table-head .col-flight-status {text-align: center;}
}
@media (max-width:991px){
	.flights-table .col-flight-time{
		-ms-flex: 0 0 11%;
		flex: 0 0 11%;
		max-width:11%;
		order:2;
	}
	.flights-table .col-flight-no {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width:20%;
		order:3;
	}
	.flights-table .col-gate {
		-ms-flex: 0 0 12%;
		flex: 0 0 12%;
		max-width: 12%;
		order:6;
	}
	.flights-table .col-airline {
	    -ms-flex: 0 0 14%;
	    flex: 0 0 14%;
	    max-width: 14%;
	}
	.flights-table .col-counter {
	    -ms-flex: 0 0 14%;
	    flex: 0 0 14%;
	    max-width: 14%;
	}
	.flights-table .col-flight-status {
    	-ms-flex: 0 0 15%;
    	flex: 0 0 13%;
    	max-width: 13%;
	}
	.flights-table .col-notify {
	    -ms-flex: 0 0 16%;
	    flex: 0 0 16%;
	    max-width: 16%;
	}
}
@media (max-width:767px){
.flights-table .flight-table-list {
	font-size:15px;
}
.flights-table .flight-table-head .col-flight-no,
.flights-table .flight-table-head .col-notify {
	display:none;
}
.flights-table .flight-table-head .col-airline {
	margin-left:0;
	}
.flights-table .flight-table-head .col-flight-status {
	text-align: left;
}
.flights-table .col-airline {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width:30%;
	margin-left:14%;
	-ms-flex-order:3;
	order:6;
}
.flights-table .col-flight-time{
	-ms-flex: 0 0 14%;
	flex: 0 0 14%;
	max-width:14%;
	-ms-flex-order:1;
	order:1;
	}
.flights-table .col-flight-status {
	-ms-flex: 0 0 28%;
	flex: 0 0 28%;
	max-width:28%;
	text-align:left;
	-ms-flex-order:3;
	order:7;
}
.flights-table .col-gate {
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
    order: 5;
}
.flights-table .col-counter {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
    order: 4;
}
.flights-table .col-flight-no {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width:30%;
	-ms-flex-order:2;
	order:2;
}
.flights-table .flight-table-head .col-terminal{
	-ms-flex: 0 0 16%;
	flex: 0 0 16%;
	max-width:16%;
	text-align:center;
	order:6;
	display:none;
	}
.flights-table .col-flight-terminal {
	-ms-flex: 0 0 16%;
	flex: 0 0 16%;
	max-width:16%;
	-ms-flex-order:6;
	order:6;
	display:none;
}
.flights-table .col-notify {
	-ms-flex: 0 0 22%;
	flex: 0 0 22%;
	max-width:22%;
	text-align: right;
	-ms-flex-order:7;
	order:7;
}
.flights-table .col-flight-origin {
	-ms-flex: 0 0 28%;
	flex: 0 0 28%;
	max-width:28%;
	-ms-flex-order:3;
	order:3;
}
.flights-table .flight-table-head, .flights-table .flight-table-list {
	padding: 8px 0 8px 15px;
}
.flights-table div[class^="col"] {
	padding: 4px 4px;
}
.flights-table .flight-table-head, .flights-table .flight-table-list{padding: 8px;}
/*Flight Table Head*/
	.flight-table-head .col.col-flight-time{order: 1}
	.flight-table-head .col.col-airline{order: 2;}
	.flight-table-head .col.col-flight-status{order: 3;}
	.flight-table-head .col.col-gate{order: 4;}
	.flight-table-head .col.col-counter{order: 5;}
	/*Flight Table List*/
	.flight-table-list .col.col-flight-time{order: 1;}
	.flight-table-list .col.col-flight-no{order: 2;}
	.flight-table-list .col.col-flight-origin{order: 3;}
	.flight-table-list .col.col-airline{order: 6;}
	.flight-table-list	.col.col-counter{order: 5;}
	.flight-table-list .col.col-gate{order: 4;}
	.flight-table-list	.col.col-flight-status{order: 7;}
	.flight-table-list .col.col-notify{order: 8;}
}
@media (max-width:480px){
	.flights-table .flight-table-head, .flights-table .flight-table-list {padding: 8px 5px 8px 5px;}
	.flights-table .col-flight-no{order: 1;}
	.flights-table .col-flight-origin{order: 2;}
	.flights-table .col-airline{order: 2;}
	.flights-table .col-counter {order: 5;white-space: nowrap;}
	.flights-table .col-gate {order: 4;}
	.flights-table .col-flight-status{order: 3;}
	.flights-table .col-notify{order: 7;}
	.air-craft-logo img {max-height: 30px;}
	.flights-table .flight-table-head {font-size: 10px;letter-spacing: 0px;}
	.flights-table .col-flight-time{flex: 0 0 17%;max-width: 17%;}
	.flights-table .col-flight-origin{flex: 0 0 26%;max-width: 26%;}
	.flights-table .col-airline, .flights-table .col-flight-no{flex: 0 0 26%; max-width: 26%;}
	.flights-table .col-flight-status{flex: 0 0 26%;max-width: 26%;}
	.flights-table .col-gate{flex: 0 0 12%;max-width: 12%;}
	.flights-table .col-notify{flex: 0 0 25%;max-width: 25%; text-align: right;}
	.flights-table .col-airline{margin-left: 17%;}
	.flight-status-box .col.col-counter{order: 5;}
	.flight-status-box .col.col-gate{order: 4;}
	.flight-status-box .col.col-airline{order: 6;}
	.flight-status-box .col.col-flight-status{order: 6;}
	.flights-table .flight-table-list {font-size: 14px;}
	.flights-table .col-counter{flex: 0 0 19%; max-width: 19%;}
}
@media (max-width:360px){.flights-table .flight-table-list {font-size:13px;}}
.delayed-sub-time{
	display: block;
    font-size: 12px;
    line-height: 14px;
    color:#858383;
}
.pagination-type1 .pagination{
	margin-bottom:0;
	}
.pagination-type1 .page-link {
	padding:0 0px;
	width:36px;
	height:36px;
	margin:0 4px;
	line-height: 34px;
	color:#000000;
	color: rgba(0,0,0,0.6);
	background-color: rgb(255, 255, 255, 0.25);
	border: 1px solid #979797;
	border-radius:50%;
	text-align:center;
	font-weight:600;
}
.pagination-type1 span.page-link {color: rgba(0,0,0,0.3);border: 1px solid #dddddd;}
.page-item:last-child .page-link,
.page-item:first-child .page-link{
	border-radius:50%;
	width:36px;
	padding:0;
	position:relative;
	}
.page-item:last-child .page-link{margin-right:0;}
.page-item svg {
	position:absolute;
	left:0; right:0; top:0; bottom:0;
	margin:auto;
	}
.page-item svg path{fill:#000000;}
.page-item:hover svg path{fill:#ce132d;}
.page-item.prev-link svg {
	transform:rotate(180deg);
	}
.pagination-type1 .page-link:hover,
.pagination-type1 .page-link:focus{
	border: 1px solid rgba(51,51,51,0.8);
	box-shadow:none;
	color:#ce132d;
	font-weight:600;
	}
.pagination-type1 span.page-link:hover,
.pagination-type1 span.page-link:focus {color: rgba(0,0,0,0.3);border: 1px solid #dddddd;}
.pagination-type1 .active .page-link {
	border: 1px solid #333333;
	background:#ffffff;
	color: #ce132d;
	font-weight:bold;
	}
.pagination-type1{
	padding:35px 0 35px 0;
	}
.pagination-type1 .pagination-text{
	font-size:15px;
	letter-spacing:0.47px;
	color:#666666;
	}
.pagination-type1 .pagination {
	margin-bottom: 0;
}

@media(max-width: 992px){
   .pagination-type1{
	padding:20px 0 30px 0;
	}
	}
@media(max-width: 767px){
.pagination-type1 .page-link {
	width: 32px;
	height: 32px;
	line-height: 30px;
}
.page-item:last-child .page-link, .page-item:first-child .page-link {
	width:32px;
}
}
@media(max-width: 567px){
.pagination-type1 .pagination-text{
	margin-bottom:15px;
	}
.pagination-type1 .pagination,
.pagination-type1 .d-flex {
	justify-content:center!important;
}

.pagination-type1{text-align:center;}

}
