/* 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;}

}
.contact-section {
	margin: 0px 0 65px 0;
}
.contact-list {
	position: relative;
}
.contact-list .contact-icon {
	position: absolute;
	left: 20px;
	top: 5px;
}
.contact-list .contact-hd {
	display: block;
	font-size: 12px;
	color: #3b3b3b;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.contact-txt {
	color: #da291c;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
	transition: all 0.5s;
	}
.contact-list a {
	color: #da291c;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
	transition: all 0.5s;
}
.contact-list a:hover {
	color: #3b3b3b;
}
.contact-info {
	margin-bottom: 40px;
	font-size: 18px;
	color: #000000;
}
 @media (min-width:1200px) {
.contact-list {
	padding: 0 35px 0 80px;
}
.contact-box .col-auto:first-child {
	border: none;
}
.contact-box .col-auto:first-child .contact-list {
	padding-left: 60px;
}
.contact-box .col-auto:first-child .contact-list .contact-icon {
	left: 0;
}
.contact-box .col-auto:last-child .contact-list {
	padding-right: 0;
}
}
@media (min-width:992px) and (max-width:1199px) {
.contact-list {
	padding: 0 30px 0 50px;
}
.contact-box .col-auto:first-child {
	border: none;
}
.contact-box .col-auto:first-child .contact-list {
	padding-left: 40px;
}
.contact-box .col-auto:first-child .contact-list .contact-icon {
	left: 0;
}
.contact-box .col-auto:last-child .contact-list {
	padding-right: 0;
}
.contact-list a {
	font-size: 14px;
}
.contact-list .contact-icon svg {
	width: 30px;
}
.contact-list .contact-icon {
	left: 0;
}
.contact-list .contact-hd {
	font-size: 10px;
}
}
@media (min-width:992px) {
.contact-box .col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.contact-box .col-auto {
	border-left: 1px solid rgba(59, 59, 59, 0.2)
}
}
@media (max-width:991px) {
.contact-info {
	margin-bottom: 15px;
	line-height: 1.3;
}
.contact-list {
	padding: 0 35px 0 50px;
	margin-bottom: 20px;
}
.contact-list .contact-icon {
	left: 0;
}
}
@media (max-width:767px) {
.contact-box .col-sm-12 {
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid rgba(59, 59, 59, 0.2);
}
.contact-box > .row {
	margin-left: 0;
	margin-right: 0;
}
.contact-box .col-sm-12:first-child {
	border-top: none;
	margin-top: 0;
}
.contact-list {
	margin-bottom: 0;
	margin-top: 15px;
}
.contact-info {
	margin-bottom: 30px;
}
.contact-box .col-sm-12:first-child .contact-list {
	padding-top: 0px;
	margin-top: 0px;
}
.contact-section {
	margin-top: 30px;
	margin-bottom: 45px;
}
.contact-list .contact-hd {
	font-size: 13px;
	font-weight: bold;
}
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 22, 2020 */
@font-face {
	font-family: 'din';
	src: url('../images/fonts/din-bold.eot');
	src: url('../images/fonts/din-bold.eot?#iefix') format('embedded-opentype'),  url('../images/fonts/din-bold.woff2') format('woff2'),  url('../images/fonts/din-bold.woff') format('woff'),  url('../images/fonts/din-bold.ttf') format('truetype'),  url('../images/fonts/din-bold.svg#dinregular') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'din';
	src: url('../images/fonts/din-light.eot');
	src: url('../images/fonts/din-light.eot?#iefix') format('embedded-opentype'),  url('../images/fonts/din-light.woff2') format('woff2'),  url('../images/fonts/din-light.woff') format('woff'),  url('../images/fonts/din-light.ttf') format('truetype'),  url('../images/fonts/din-light.svg#dinlight') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'din';
	src: url('../images/fonts/din-medium.eot');
	src: url('../images/fonts/din-medium.eot?#iefix') format('embedded-opentype'),  url('../images/fonts/din-medium.woff2') format('woff2'),  url('../images/fonts/din-medium.woff') format('woff'),  url('../images/fonts/din-medium.ttf') format('truetype'),  url('../images/fonts/din-medium.svg#dinmedium') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'din';
	src: url('../images/fonts/din-regular.eot');
	src: url('../images/fonts/din-regular.eot?#iefix') format('embedded-opentype'),  url('../images/fonts/din-regular.woff2') format('woff2'),  url('../images/fonts/din-regular.woff') format('woff'),  url('../images/fonts/din-regular.ttf') format('truetype'),  url('../images/fonts/din-regular.svg#dinregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINNextLT';
	src: url('../images/fonts/DINNextLTW23-Light.eot');
	src: local('DIN Next LT W23 Light'), local('DINNextLTW23-Light'),  url('../images/fonts/DINNextLTW23-Light.eot?#iefix') format('embedded-opentype'),  url('../images/fonts/DINNextLTW23-Light.woff2') format('woff2'),  url('../images/fonts/DINNextLTW23-Light.woff') format('woff'),  url('../images/fonts/DINNextLTW23-Light.ttf') format('truetype'),  url('../images/fonts/DINNextLTW23-Light.svg#DINNextLTW23-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
 @media(min-width: 1250px) {
.container {
	max-width: 1200px;
}
}
body {
	font-family: 'din';
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.94);
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-family: 'din';
	color: #000;
}
.f-arabic {
	font-family: 'DINNextLT';
	font-weight: normal;
}
.f-english {
	font-family: 'din';
	font-weight: normal;
}
/****************
Header CSS
****************/
.upperheader {
	background-color: #1d242b;
	color: #ffffff;
	font-size: 14px;
}
.upperheader .header-btn {
	padding: 10px 27px;
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s;
	margin-right: 0;
	margin-left: auto;
	opacity: 0.7;
}
.upperheader .header-btn:last-child {
	margin-left: 0;
	margin-right: 0;
}
.upperheader .header-btn:hover {
	background-color: #605f65;
}
.upperheader .header-btn.active {
	opacity: 1;
	background-color: #da291c;
	font-weight: 600;
}
.upperheader .header-alert, .upperheader .header-time {
	display: inline-block;
	padding-right: 18px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	margin-right: 18px;
	position: relative;
	color: #ffffff;
}
.upperheader .header-alert.active:before {
	content: '';
	position: absolute;
	left: 12px;
	top: 0px;
	width: 6px;
	height: 6px;
	background-color: #da291c;
	border-radius: 50%;
	display: inline-block;
}
.upperheader .header-alert:after {
	display: none;
}
.upperheader .header-alert img {
	margin-right: 10px;
}
.upperheader .header-time .time-txt {
	margin-left: 10px;
	font-weight: 600;
}
.upperheader .header-weather {
	font-size: 14px;
	display: inline-flex;
	margin-right: 10px;
	color: #ffffff;
	align-items: center;
}
.upperheader .header-weather img {
	margin-right: 10px;
	width: 36px;
}
.upperheader .alert-popup.dropdown .dropdown-menu {
	top: 12px !important;
	border-radius: 0px;
	border: 0;
	padding: 0;
	box-shadow: 4px 0px 7px rgba(0, 0, 0, 0.5);
	min-width: 16rem;
	max-width: 16rem;
}
.upperheader .header-alert:after {
	content: '';
	position: absolute;
	left: 32px;
	top: 100%;
	display: none;
	border-bottom: 8px solid #ffffff;
	border-right: 8px solid transparent;
	border-top: 0;
	border-left: 8px solid transparent;
	width: 15px;
	height: 15px;
	z-index: 9999;
	left: 0;
	right: 0;
	margin: -2px auto 0 auto;
}
.upperheader .show .header-alert:after {
	display: inline-block;
}
.top-dropdown {
	background: url(../images/arrow-down-white.svg) no-repeat right center;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	min-width: 90px;
	position: relative;
	transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	display: inline-block;
	vertical-align: top;
	margin-right: 36px;
}
.top-dropdown:hover {
	color: #da291c;
}
.top-dropdown:after {
	content: "";
	height: 21px;
	position: absolute;
	right: -18px;
	top: 0;
	width: 1px;
	opacity: 0.5;
	background-color: #ffffff;
}
.top-dropdown ul {
	display: none;
	left: -1px;
	right: -1px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	z-index: 9999;
}
.top-dropdown li {
	background-color: #ffffff;
	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;
	color: #1D252D;
	font-size: 14px;
	padding: 5px 10px;
	z-index: 2;
	min-width: 85px;
}
.top-dropdown li:last-child {
	border-bottom: 0 none;
}
.top-dropdown li:hover, .top-dropdown li.selected {
	background-color: #da291c;
	color: #FFFFFF;
}
@media(min-width: 768px) {
.tooltipster-fade.tooltipster-show.tooltip-type1 {
	margin-top: -6px;
	margin-left: 5px;
}
.tooltipster-sidetip.tooltipster-bottom.tooltip-type1 .tooltipster-arrow {
	margin-left: -5px;
}
}
@media(max-width: 992px) {
.upperheader .header-alert:after {
	left: 0;
	right: 0;
	margin: -2px auto 0 auto;
}
.overlay-open .upperheader {
	z-index: 9999;
}
}
@media (max-width: 768px) and (max-width: 992px) {
.upperheader .header-btn:last-child {
	margin-right: -30px;
}
}
@media(max-width: 767px) {
.upperheader .header-alert {
	padding-right: 10px;
	margin-right: 10px;
}
.upperheader .header-time, .upperheader .header-alert > span {
	display: none;
}
.upperheader > .d-flex {
	justify-content: space-between !important;
}
.upperheader {
	font-size: 14px;
}
.upperheader .header-btn {
	margin-right: 0;
	margin-left: auto;
	padding: 10px 20px;
	font-size: 14px;
}
.upperheader .header-btn:last-child {
	margin-left: 0;
	margin-right: 0;
}
.upperheader .header-weather img {
	width: 22px;
}
.upperheader .header-weather img {margin-right: 5px;}
.upperheader .header-alert {
	padding-right: 5px;
	margin-right: 20px;
}
.upperheader .container {
	max-width: none;
	padding-right: 0;
}
.upperheader .header-alert:after {
	left: -19px;
}
.upperheader .alert-popup.dropdown .dropdown-menu {
	left: -9px!important;
	margin-top: 0;
}
.upperheader .overlay-search .container {
	padding-right: 15px;
}
}
@media(max-width: 567px) {
.upperheader .header-btn {
	padding: 15px;
}
.upperheader .header-btn {
	padding: 10px 20px;
	font-size: 14px;
}
}
@media(max-width: 479px) {
	.upperheader .header-weather {	margin-right: 10px;	}
.upperheader .header-weather {font-size: 13px;}
.top-dropdown {
	font-size: 13px;
	min-width: 55px;
	margin-right: 8px;
	flex: 0 0 78px;
}
.top-dropdown:after {
	display: none;
}
.top-dropdown li {
	font-size: 13px;
	padding: 3px 8px;
}
.upperheader .header-btn {
	padding: 8px;
}
}
.alert-section {
	background: rgba(29, 36, 43, 0.8);
	padding: 15px 0px 8px 0;
	min-height: 1px;
}
.alert-section .alert-slider {
	overflow: hidden;
	max-height: 80px;
}
.alert-section .alert-slider.slick-initialized {
	max-height: none;
	overflow: visible;
}
.alert-section .alert-top {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.alert-section .alert-header {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-left: 5px;
	color: #2e1a47;
}
.alert-section .alert-view {
	position: relative;
	padding: 0 80px 0 80px;
	z-index: 1;
}
.alert-slidebox .slick-slider .slick-track, .alert-slidebox .slick-slider .slick-list {
	transform: none !important;
}
.alert-slidebox .slick-slider .slick-list .slick-slide {
	transition: none !important;
}
.alert-slidebox .slick-arrow {
	background-color: transparent;
	box-shadow: none;
	width: 24px;
	height: 24px;
}
.alert-slidebox .slick-arrow.slick-prev {
	left: auto;
	right: -30px;
	background-image: url(../images/arrow-left.svg);
}
.alert-slidebox .slick-arrow.slick-next {
	margin-top: -12px;
	right: -60px;
	background-image: url(../images/arrow-left.svg);
	transform: rotate(180deg);
}
.alert-slidebox .alert-txt {
	font-size: 14px;
	line-height: 1.57;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}
.alert-slidebox .alert-txt .bell-icon {
	display: inline-block;
	margin-right: 10px;
}
.alert-slidebox .alert-txt .link-type3 {
	color: #ffffff;
	margin-left: 10px;
}
.alert-section .alert-close {
	position: absolute;
	top: 0px;
	right: 0px;
	transform: translateY(0%);
	padding: 0px;
	line-height: 1;
}
.alert-section .alert-close:hover svg path {
	fill: none !important;
	stroke: #ce132d!important;
}
.alert-txt .alert-txtbx {
	display: inline-block;
	text-align: center;
	padding-left: 65px;
	position: relative;
	margin: 0;
	text-align: left;
}
.alert-txt .alert-txtbx strong {
	display: block;
	font-weight: bold;
}
.alert-txt .alert-txtbx .alert-icon {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
}
.alert-txt .alert-txtbx span {
	display: block;
	text-align: left;
	overflow: hidden;
}
.alert-slidebox .slick-slider .slick-list {
	overflow-y: visible;
	height: auto !important;
}
.midbar-outer {
	display: block;
	position: relative;
}
.midbar-outer .alert-section {
	display: inline-block;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}
.alert-txt .alert-txtbx a {
	color: #ffffff;
	text-decoration: underline;
}
.alert-slidebox .slick-slider .slick-arrow {
	top: 8px;
}
.alert-txt .alert-txtbx a:hover {
	text-decoration: none;
}
@media(max-width:1199px) {
.alert-txt .alert-txtbx span br {
	display: none;
}
}
@media(max-width: 767px) {
.alert-txt .alert-txtbx a {
	margin-top: 10px;
}
.alert-section {
	padding: 10px 15px;
}
.alert-section .container {
	max-width: 100%;
	padding: 0;
}
.alert-section .alert-top {
	position: static;
	margin-top: 10px;
}
.alert-section .alert-view {
	padding: 0;
	margin-top: 10px;
}
.alert-section .alert-close {
	top: -14px;
}
.alert-slidebox .alert-txt,  .alert-slidebox .alert-txt .link-type3 {
	font-size: 13px;
	line-height: 16px;
}
.alert-slidebox .slick-arrow {
	top: -14px;
	display: inline-block !important;
}
.alert-slidebox .slick-arrow.slick-prev {
	right: 55px;
}
.alert-slidebox .slick-arrow.slick-next {
	right: 25px;
}
.alert-txt .alert-txtbx .alert-icon {
	width: 25px;
	top: 4px;
}
.alert-txt .alert-txtbx {
	padding-left: 35px;
}
.alert-slidebox .slick-slider .slick-arrow {
	top: -6px;
}
}
@media(max-width: 575px) {
.alert-slidebox .slick-arrow.slick-next {
	margin-top: -20px;
}
}
/** Header CSS **/
#header {
	padding: 22px 0;
	background-color: #ffffff;
	position: relative;
	z-index: 99;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
}
#header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all 0.5s;
}
#header {
	border-bottom: solid 1px #d5d5d5;
}
.home #header {
	border-bottom: none;
}
#header.nav-up {
	transform: translateY(-103px);
}
.fp-enabled #header.nav-up {
	transform: translateY(-140px);
}
.fp-enabled #header.nav-down {
	top: 0px;
}
.fp-viewing-firstPage #header.nav-down {
	transform: translateY(0px);
}
/*#header.nav-down{
    transform: translateY(0)
}*/
#header .top-right-icons {
	padding-left: 46px;
	position: relative;
}
#header .top-right-icons:before {
	content: '';
	width: 1px;
	height: 19px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(59, 59, 59, 0.5);
}
.search-icon.icon-hover:hover svg path, .search-icon.icon-hover:hover svg circle {
	fill: none !important;
	stroke: #ce132d!important;
}
#header .top-right-icons a {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #000000;
	display: inline-block;
	vertical-align: middle;
}
.topbar-section {
	position: relative;
}
/** Search control **/
.overlay-open {
	overflow: hidden;
}
.overlay-search {
	width: 100%;
	height: 100%;
	background-color: #da291c;
	opacity: 0;
	/*z-index: 999999;*/
	position: fixed;
	top: -100%;
	padding-top: 60px;
	overflow-y: auto;
}
.overlay-search .search-head {
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	line-height: 32px;
	margin-bottom: 7px;
	position: relative;
	padding-right: 40px;
}
.overlay-search .search-head .search-close {
	position: absolute;
	right: 0px;
	top: 0px;
}
.overlay-search .search-typing {
	font-size: 16px;
	line-height: 18px;
	color: #dfdfdf;
	margin-bottom: 35px;
}
.overlay-search .search-textbox {
	position: relative;
}
.overlay-search .search-textbox input {
	color: #ffffff;
	font-size: 50px;
	line-height: 65px;
	font-weight: 600;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-width: 0 0 1px;
	width: 100%;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0px;
	padding: 10px 0px;
}
.overlay-search .search-textbox :-ms-input-placeholder {
 color: #9B93A7 !important;
}
.overlay-search .search-textbox .search-menu {
	background-color: #ffffff;
	z-index: 1;
	max-height: 310px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
}
.overlay-search .search-textbox .search-menu {
	box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
}
.overlay-search .search-textbox .search-menu ul {
	padding-left: 0;
}
.overlay-search .search-textbox .search-menu li {
	list-style-type: none;
}
.overlay-search .search-textbox .search-menu li a {
	padding: 15px 20px;
	border-bottom: 1px solid #cecece;
	color: #434343;
	cursor: pointer;
	display: block;
}
.overlay-search .search-textbox .search-menu li:hover, .overlay-search .search-textbox .search-menu li.active {
	background-color: #ffd3d9;
}
.overlay-search .search-textbox .search-menu li:first-child {
	border-top: 1px solid #cecece;
}
.overlay-search .search-textbox .search-btn {
	background: none;
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding: 22px 20px;
	position: absolute;
	right: 0;
	bottom: 1px;
	outline: none;
}
.overlay-search .search-textbox .search-btn svg {
	display: inline-block;
	vertical-align: top;
}
.overlay-search .search-textbox .search-btn:hover {
}
.overlay-search .search-textbox .search-btn:hover svg g {
	stroke: #ffffff;
}
@media (min-width: 992px) and (max-width: 1299px) {
#header {
	padding: 18px 0;
}
}
@media(max-width: 992px) {
#header {
	z-index: 999;
}
#header .top-right-icons {
	padding-left: 0;
}
#header .top-right-icons:before {
	display: none;
}
.overlay-search .search-textbox .search-btn svg {
	width: 28px !important;
	height: 28px !important;
}
}
@media(max-width: 767px) {
.overlay-search .search-textbox input {
	font-size: 38px;
	line-height: 55px;
}
.overlay-search .search-textbox .search-btn svg {
	width: 22px !important;
	height: 22px !important;
}
}
/*****************
Navigation CSS
*****************/
.navbar-section .navbar-collapse {
	justify-content: flex-end;
}
.navbar-section .navbar-expand-lg {
	position: relative;
	margin-right: 26px;
}
.navbar-section .navbar-expand-lg .navbar-nav .nav-item {
	position: relative;
	margin-right: 60px;
}
.navbar-section .navbar-expand-lg {
	position: static;
}
.navbar-section .navbar-expand-lg .navbar-nav .nav-item:last-child {
	margin-right: 0px;
}
.navbar-section .navbar-expand-lg .navbar-nav .nav-link {
	position: relative;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
	display: inline-block;
}
.navbar-section .navbar-expand-lg .navbar-nav .nav-item.show .nav-link:after, .navbar-section .navbar-expand-lg .navbar-nav .nav-link:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 0;
	border-bottom: 4px solid #da291c;
	margin: auto;
	transition: all 0.5s;
	height: 22px;
}
.navbar-section .navbar-expand-lg .navbar-nav .nav-item.show .nav-link:after, .navbar-section .navbar-expand-lg .navbar-nav .nav-link:hover:after {
	width: 85%;
}
.navbar-section .navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	right: 0px;
	left: 0px;
	top: 100%;
	box-shadow: -1px 9px 7px 0 rgba(0, 0, 0, 0.36);
	border: 1px solid #dfdfdf;
	border-width: 1px 0 0;
	border-radius: 0px;
	padding: 0px;
	width: 100%;
	margin: 0px 0 0 0;
	background: none;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
	text-align: left;
	min-width: 300px;
}
.navbar-section .navbar-nav .dropdown-menu .navlinks-section {
	padding: 1px 0;
	background: #ffffff;
	left: auto;
	right: auto;
}
#header .menu-wrapper {
	display: none;
}
.navbar-section .navlinks-section .navlinks-list {
	padding: 0px 0 25px 0;
}
.navbar-section .navlinks-section .navlinks-list ul {
	padding-left: 0;
}
.navbar-section .navlinks-section .navlinks-list li {
	list-style-type: none;
	padding-left: 16px;
	position: relative;
}
.navbar-section .navlinks-section .navlinks-list .nav-links-head {
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 16px;
	padding-top: 7px;
	text-transform: uppercase;
	letter-spacing: 1.63px;
}
.navbar-section .navlinks-section .navlinks-list li:before {
	background: url(../images/bullet-arrow.svg) no-repeat;
	content: "";
	width: 10px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 5px;
}
.navbar-section .navlinks-section .navlinks-list li a {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #3b3b3b;
	margin-bottom: 14px;
}
.navbar-section .navlinks-section .navlinks-list li a:hover {
	color: #da291c;
}
.navbar-section .navbar-expand-lg .nav-close {
	display: none;
}
.navbar-section .menu-content-hd {
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 1.63px;
	padding-top: 7px;
	margin-bottom: 15px;
}
.navbar-section .menu-content-hd svg {
	margin-right: 8px;
	width: 25px;
	vertical-align: middle;
}
.navbar-section .menu-content-box {
	color: #3b3b3b;
	font-size: 16px;
	line-height: 23px;
	padding-left: 15px;
}
.navbar-section .menu-content-box .map-image {
	width: 50px;
	position: absolute;
	right: 0;
	top: 3px;
}
.navbar-section .menu-content-box .content-col {
	padding-right: 0%;
}
.navbar-section .menu-content-col {
	padding-top: 0px;
	padding-bottom: 25px;
}
 @media (min-width: 992px) {
.navbar-section .navbar-expand-lg .navbar-nav .dropdown-menu {
	margin-top: 32px;
	left: 50%;
	transform: translateX(-50%);
}
.navbar-section .navbar-expand-lg .navbar-nav .nav-item.full-col-menu {
	position: static;
}
.navbar-section .navbar-expand-lg .navbar-nav .full-col-menu .dropdown-menu {
	margin-top: 0px;
}
.navbar-section .navbar-expand-lg .navbar-nav .two-col-menu .dropdown-menu {
	min-width: 780px;
}
.navbar-section .navbar-expand-lg .navbar-nav .one-col-menu .dropdown-menu {
	min-width: 600px;
}
.menu-left {
	right: -50px!important;
	left: auto!important;
	transform: translateX(0%)!important;
}
.menu-right {
	left: -50px!important;
	right: auto!important;
	transform: translateX(0%)!important;
}
.navbar-section .navbar-expand-lg .navbar-nav .nav-item.show .nav-link:after, .navbar-section .navbar-expand-lg .navbar-nav .nav-link:after {
	height: 32px;
}
.navbar-section .navbar-expand-lg .navbar-nav .hover .nav-link:after {
	width: 85%;
}
}
 @media (min-width: 1199px) {
.navbar-section .navbar-expand-lg .navbar-nav .dropdown-menu {
	z-index: 2;
	transition: all 0.3s;
	visibility: hidden;
	opacity: 0;
	display: block;
}
.navbar-section .navbar-nav .dropdown-menu .navlinks-section {
	padding-top: 35px;
}
.navbar-section .dropdown.hover>.dropdown-menu {
	visibility: visible;
	opacity: 1;
	z-index: 3;
	transition-delay: 0s, 0s, 0.3s;
}
.navbar-section .navbar-expand-lg .navbar-nav .dropdown-menu {
	margin-top: 32px;
}
.navbar-section .navbar-expand-lg .navbar-nav .full-col-menu .dropdown-menu {
	margin-top: 22px;
}
.navbar-section .navlinks-section .navlinks-list {
	padding-left: 15px;
}
.navbar-section .navbar-expand-lg .navbar-nav .two-col-menu .dropdown-menu {
	min-width: 840px;
}
.navbar-section .navbar-expand-lg .navbar-nav .one-col-menu .dropdown-menu {
	min-width: 620px;
}
.navbar-section .navbar-expand-lg .navbar-nav .nav-item.show .nav-link:after, .navbar-section .navbar-expand-lg .navbar-nav .nav-link:after {
	height: 32px;
}
}
@media (min-width: 1025px) and (max-width: 1299px) {
.top-right-icons {
	flex: none;
	position: absolute;
	right: 0;
	top: 0px;
}
.navbar-section .navbar-expand-lg {
}
.menu-left {
	right: 0px!important;
}
.navbar-section .navbar-expand-lg .navbar-nav .one-col-menu .dropdown-menu {
	min-width: 580px;
}
.navbar-section .navbar-expand-lg .navbar-nav .nav-item.show .nav-link:after,  .navbar-section .navbar-expand-lg .navbar-nav .nav-link:after {
	height: 28px;
}
.navbar-section .navbar-expand-lg .navbar-nav .dropdown-menu {
	margin-top: 28px;
}
}
 @media (max-width: 1199px) {
#header .topbarlogo {
	max-width: 200px;
}
/*.navbar-section .navbar-expand-lg,
    .navbar-section .navbar-expand-lg .navbar-nav .nav-item{
        margin-right: 8px;
    }*/

.navbar-section .menu-content-hd,  .navbar-section .navlinks-section .navlinks-list .nav-links-head {
	line-height: 22px;
}
.navbar-section .navbar-expand-lg .navbar-nav .nav-link {
	padding: 3px;
}
.navbar-section .navlinks-section .navlinks-list li a {
	font-size: 15px;
}
.navbar-section .navlinks-section .navlinks-list {
	padding: 20px 0 20px 10px;
}
.navbar-section .menu-content-col {
	padding-top: 20px;
	padding-bottom: 20px;
}
.scroll-top {
	bottom: 8%;
}
}
@media (max-width: 991px) {
#header .topbarlogo {
	max-width: 200px;
	position: absolute;
	left: auto;
	right: auto;
}
#header .top-right-icons {
	position: relative;
}
#header .menu-wrapper {
	display: inline-block;
}
.navbar-section .navbar-collapse, .navbar-section .navbar-expand-lg .navbar-nav {
	display: block !important;
}
.navbar-section .navbar-collapse .row > div {
	flex: none;
	max-width: 100%;
	width: 100%;
	padding: 0;
}
.body-move .menu-backdrop {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99;
}
.body-move #header.nav-up {
	transform: none;
}
.navbar-section .navbar {
	position: fixed;
	top: 106px;
	left: -100%;
	width: 100%;
	z-index: 999;
	height: calc(100% - 106px);
	align-items: inherit;
	transition: left 0.3s ease;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	padding: 0px;
	background: #ffffff;
	margin: 0px;
	border-top: 1px solid #dfdfdf;
}
body.body-move .navbar-section .navbar {
	left: 0;
}
.body-move .nav-down.sticky .navbar-section .navbar {
	top: 66px;
	height: calc(100% - 66px);
}
.navbar-section .navbar-expand-lg, .navbar-section .navbar-expand-lg .navbar-nav .nav-item {
	margin-right: 0;
	border-bottom: 1px solid #dfdfdf;
}
.navbar-section .navbar-expand-lg .navbar-nav .nav-link {
	width: 100%;
	padding: 15px 40px 15px 15px;
}
/*.navbar-section .navbar-expand-lg .navbar-nav .nav-item.show > .nav-link{background-color: #ebf8ff;}*/
.navbar-section .navbar-expand-lg .navbar-nav .nav-link {
	font-size: 16px;
	font-weight: bold;
}
.navbar-section .navbar-expand-lg .navbar-nav .dropdown .nav-link:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	background-image: url('../images/down-arrow.svg');
	background-repeat: no-repeat;
	width: 18px;
	height: 11px;
}
/*.navbar-section .navbar-nav .dropdown-menu .navlinks-section{ padding: 8px 0 10px;}*/
.navbar-section .navlinks-section .navlinks-list {
	padding: 0px 0 0px 0px;
	margin: 0;
}
.navbar-section .navlinks-section .navlinks-list ul {
	padding-left: 0px;
}
.navbar-section .navlinks-section .navlinks-list li:before {
 top: 11px;
}
.navbar-section .navlinks-section .navlinks-list li:before {
	top: 19px;
	left: 55px;
}
.navbar-section .navlinks-section .navlinks-list .nav-links-head {
	margin-bottom: 0;
	border-bottom: 1px solid #dfdfdf;
	padding: 15px 0;
	padding-left: 35px;
}
.navbar-section .navlinks-section .navlinks-list li a {
	font-size: 16px;
	padding: 15px 0px;
	margin-bottom: 0;
	display: block;
}
.navbar-section .navbar-expand-lg .navbar-nav .dropdown.show .nav-link:before {
	transform: rotate(180deg) translateY(50%);
}
.navbar-section .navbar-expand-lg .navbar-nav .nav-link:after {
	display: none;
}
.navbar-section .navbar-expand-lg .navbar-nav .dropdown-menu {
	position: static;
	box-shadow: none;
}
.navbar-section .navbar-expand-lg .nav-close {
	display: block;
	padding: 15px;
	border-bottom: 1px solid #dfdfdf;
	color: #000000;
	text-align: right;
}
.navbar-section .navbar-expand-lg .nav-close img {
	position: relative;
	top: -1px;
}
.navbar-section .menu-content-col {
	border-left: none;
	border-top: solid 1px #ececec;
}
.navbar-section .menu-content-box {
	padding-left: 0;
	font-size: 14px;
	padding: 15px;
}
.navbar-section .navbar .navbar-nav .dropdown-menu .navlinks-section .container {
	padding: 0;
	max-width: none;
}
.navbar-section .navbar .navbar-nav .dropdown-menu .navlinks-section .row.flex-fill {
	margin: 0;
}
.navbar-section .navbar .navbar-nav .dropdown-menu .navlinks-section .col-lg-12 {
	padding: 0;
}
.navbar-section .navlinks-section .navlinks-list li {
	border-bottom: 1px solid #dfdfdf;
	padding-left: 78px;
}
.navbar-section .menu-content-box .content-col .link-type2 {
	padding-left: 0;
}
body.body-move, .scroll-lock {
	overflow: hidden;
}
body.body-move #header {
	top: 40px;
}
body.body-move #header, body.body-move .upperheader, .scroll-lock {
	position: fixed;
	width: 100%;
}
.navbar-section .navbar-expand-lg .navbar-nav .nav-item.show {
	border-bottom: 0;
}
.body-move .sectionmove-buttons {
	display: none;
}
}
@media (max-width: 767px) {
#header .topbarlogo {
	width: 160px;
}
}
@media(max-width: 320px) {
#header .top-right-icons a {
	font-size: 14px;
}
#header .menu-wrapper {
}
}
/*BREAD CRUMB*/

.breadcrumb {
	padding: 24px 0 0px 0;
	margin-bottom: 0px;
	list-style: none;
	background-color: #ffffff;
	border-radius: 0;
	font-size: 16px;
	letter-spacing: 1px;
	position: relative;
	padding-left: 14px;
	line-height: 1.4;
}
.breadcrumb a {
	color: #999999;
	text-decoration: underline;
}
.breadcrumb a:hover {
	color: #ce132d;
}
.home-link a {
	display: inline-block;
	vertical-align: middle;
	margin-top: -7px;
}
.home-link a:hover svg, .home-link a:hover svg path {
	fill: #ce132d;
}
.home-link {
	position: absolute;
	left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 12px;
	color: #6c757d;
	content: "";
	background: url(../images/right-arrow3.svg) no-repeat;
	width: 6px;
	height: 10px;
}
.breadcrumb-item.active {
	color: #333333;
	text-decoration: none;
}
.pageheader-outer {
	margin-bottom: 12px;
}
.pageheader-outer h1 {
	font-size: 36px;
	line-height: 40px;
	color: #000;
	font-weight: bold;
	padding-top: 22px;
	margin-bottom: 25px;
}
.header-grid .header-buttons {
	text-align: right;
}
.page-type2 h1 {
	text-align: center;
}
@media(min-width:1440px) {
.pageheader-outer h1 {
	font-size: 40px;
	line-height: 48px;
}
}
@media(max-width:1199px) {
.pageheader-outer h1 {
	font-size: 30px;
	line-height: 1.1;
}
}
@media(max-width:767px) {
.pageheader-outer h1 {
	padding-top: 18px;
}
.breadcrumb {
	font-size: 14px;
}
}
.page-content {
	padding-bottom: 60px;
}
.page-cms-content {
	margin-top: 45px;
}
.page-content.flight-tracker-screen {
	padding-bottom: 0px;
}
.page-viewbox {
	background-color: rgba(255, 255, 255, 1);
	padding: 25px 0 0;
}
@media(max-width: 567px) {
.page-content {
	padding-bottom: 40px;
}
.page-cms-content {
	margin-top: 25px;
}
.page-viewbox {
	padding: 35px 0;
}
.header-grid .header-buttons {
	text-align: left;
}
}
/*****************
Footer CSS
*****************/
#footer .footer-lnk-bg {
	background-color: #1d252d;
	padding: 36px 0;
	background: url(../images/ftr-bg.svg) no-repeat center center #1d252d;
}
#footer .footer-lnk-bg .ft-link {
	color: #ffffff;
	padding: 3px 0;
	display: inline-block;
	margin-right: 66px;
	letter-spacing: 1.14px;
	transition: all 0.3s;
	line-height: 25px;
	text-transform: capitalize;
}
#footer .footer-lnk-bg .ft-link:hover {
	color: #CE132D;
}
#footer .footer-lnk-bg .ft-social-icons {
	text-align: right;
	font-size: 0;
}
#footer .footer-lnk-bg .ft-social-icons .ft-social-wrap {
	display: inline-block;
}
#footer .footer-lnk-bg .ft-social-icons a {
	display: inline-block;
	padding: 3px 0;
}
#footer .footer-lnk-bg .ft-social-icons span {
	display: inline-block;
	margin-right: 25px;
}
#footer .footer-lnk-bg .ft-social-icons a:last-child {
	margin-right: 0;
}
#footer .footer-lnk-bg .ft-social-icons span:last-child {
	margin-right: 0;
}
#footer .copyright {
	padding: 23px 0;
}
#footer .copyright .copyright-txt {
	font-size: 13px;
	color: #3b3b3b;
}
#footer .copyright .copyright-txt span, #footer .copyright .copyright-txt span a {
	font-size: 12px;
	color: rgba(59,59,59,.80);
}
#footer .copyright .copyright-txt span a:hover {
	color: rgba(59,59,59,1);
}
#footer .copyright .copy-images {
	text-align: right;
}
#footer .copyright .copy-images img {
	margin-left: 8px;
}
#footer .copyright .copy-images img:first-child {
	margin-left: 0px;
}
@media only screen and (device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
#footer .footer-lnk-bg .ft-social-icons {
	text-align: left;
	margin-top: 20px;
}
}
@media(min-width: 980px) {
#footer .footer-lnk-bg .ft-link:last-child {
	margin-right: 0;
}
}
@media(max-width: 1199px) {
#footer .footer-lnk-bg .ft-link {
	margin-right: 35px;
}
}
@media(max-width: 768px) {
#footer .footer-lnk-bg {
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer .footer-lnk-bg .row {
	margin-left: -30px;
	margin-right: -30px;
}
#footer .footer-lnk-bg .ft-social-icons {
	text-align: center;
	margin-top: 20px;
	padding-left: 0;
	padding-right: 0;
}
#footer .footer-lnk-bg .ft-links {
	font-size: 0;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 17px;
	border-bottom: 1px solid #625277;
}
#footer .footer-lnk-bg .ft-social-icons span {
	margin: 0;
	flex-grow: 1;
}
#footer .footer-lnk-bg .ft-link {
	margin-right: 4%;
	margin-left: 4%;
	font-size: 15px;
}
#footer .footer-lnk-bg .ft-social-icons .ft-social-wrap {
	display: flex;
	justify-content: center;
	max-width: 60%;
	margin: auto;
}
}
@media(max-width: 767px) {
#footer .footer-lnk-bg {
	text-align: center;
	padding: 30px 0;
}
#footer .footer-lnk-bg .row {
	margin-left: -20px;
	margin-right: -20px;
}
#footer .footer-lnk-bg .ft-links {
	border-bottom: none;
	padding-bottom: 0;
}
#footer .footer-lnk-bg .ft-link {
	margin-right: 10px;
	margin-left: 10px;
}
#footer .footer-lnk-bg .ft-social-icons {
	margin-top: 0px;
	padding-top: 15px;
}
#footer .footer-lnk-bg .ft-social-icons a {
	padding: 3px;
}
#footer .footer-lnk-bg .ft-social-icons,  #footer .copyright .copyright-txt,  #footer .copyright .copy-images {
	text-align: center;
}
#footer .copyright .copy-images {
	margin-bottom: 25px;
}
}
@media(max-width: 567px) {
#footer .footer-lnk-bg {
	background-size: cover;
}
#footer .footer-lnk-bg .ft-links {
	padding-top: 30px;
	padding-bottom: 20px;
}
#footer .footer-lnk-bg .ft-link {
	margin: 0 0px 0px;
	font-size: 15px;
}
#footer .footer-lnk-bg {
	text-align: center;
	padding: 0px 0;
}
#footer .footer-lnk-bg .ft-link {
	margin: 0px;
	display: block;
	padding: 7px 15px;
	text-align: center;
}
#footer .footer-lnk-bg .ft-social-icons {
	padding-top: 0px;
	padding-bottom: 15px;
}
#footer .footer-lnk-bg .ft-social-icons .ft-social-wrap {
	max-width: 75%;
	margin: auto;
}
#footer .footer-lnk-bg .ft-social-icons .ft-social-wrap svg {
	width: 25px;
	height: 25px;
}
#footer .copyright .copyright-txt span, #footer .copyright .copyright-txt span a {
	font-size: 13px;
	color: rgba(59,59,59,.60);
}
#footer .copyright .copyright-txt, #footer .copyright .copy-images {
	text-align: left;
}
#footer .copyright {
	padding: 15px 0;
}
#footer .copyright .copy-images {
	margin-bottom: 0px;
	margin-top: 10px;
}
}
/** Cookie CSS**/
.cookieBox {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px 0;
	background-color: rgba(0,0,0,.80);
}
.cookieBox .cookietext {
	font-size: 14px;
	line-height: 17px;
	color: #fff;
}
.cookieBox .cookietext .cookie-link {
	color: #d85668;
	text-decoration: underline;
}
.cookieBox .cookietext .cookie-link:hover {
	color: #ffffff;
}
.cookieBox .cookiebtn {
	text-align: right;
}
@media(max-width: 992px) {
.cookieBox .cookiebtn .btn-type1 {
	padding: 11px 20px;
}
}
@media(max-width: 567px) {
.cookieBox .cookiebtn {
	text-align: left;
	margin-top: 10px;
}
}
/** Loader CSS **/
.loader {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999999;
}
.content-loader {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}
.content-loader img {
	width: 100px;
}
/** Scroll top CSS**/
.scroll-top {
	bottom: 7%;
	position: fixed;
	right: 15px;
	text-align: center;
	z-index: 5;
}
.scroll-top a.back-to-top .backtop-icon {
	background: #fff url(../images/back-top-icon.svg) no-repeat center center;
	display: inline-block;
	height: 34px;
	width: 34px;
	-webkit-border-radius: 38px;
	border-radius: 38px;
}
.scroll-top a.back-to-top .backtop-icon:hover {
	background: #fff url(../images/back-top-icon-hover.svg) no-repeat center center;
}
.popover {
	border-radius: 0;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	border: 1px solid #dfdfdf;
	text-align: center;
	max-width: 230px;
}
.popover .popover-body {
	padding: 12px;
}
.popover.bs-popover-bottom {
	margin-top: 7px;
}
/*Tooltipster CSS*/
.tooltipster-sidetip .tooltipster-box {
	background: #ffffff;
	border: 1px solid transparent;
	border-radius: 0px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}
.tooltipster-sidetip .tooltipster-content {
	color: #212529;
	padding: 10px;
	font-size: 13px;
	line-height: 18px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #F5F6F8;
	top: 1px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #F5F6F8;
	left: -1px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #F5F6F8;
	left: 1px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #F5F6F8;
	top: -1px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #F5F6F8
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #F5F6F8
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #F5F6F8
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #F5F6F8
}
.tooltip_content {
	background: #F5F6F8;
	border: 1px solid #F5F6F8;
	border-radius: 4px;
	padding: 10px;
}
/** Alert Message CSS **/
.alert {
	border-radius: 0;
	padding: 7px 15px;
	font-size: 15px;
	line-height: 18px;
	margin-top: 5px;
}
/** Modal CSS **/
.modal-title {
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
}
.modal-content {
	border-radius: 10px;
	box-shadow: 0 2px 24px 0 rgba(59, 59, 59, 0.16);
	border: 1px solid #ffffff;
}
.modal-header .close {
	background-image: url('../images/close.svg');
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 0;
	margin: -0.2rem -0.6rem -1rem auto;
	opacity: 1;
	background-size: 12px 13px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.modal-header .close:hover {
	background-image: url('../images/close-hover.svg');
	opacity: 1;
}
.modal-footer {
	padding: 19px 20px 18px 20px;
	background: #ece7e9;
	border-top: none;
}
.flightupdate-popup .fl-update-txtbox {
	border-radius: 0;
	-webkit-appearance: none;
	font-size: 16px;
	width: 100%;
	height: 50px;
	padding: 12px 26px 12px 26px;
	border: 0;
	border-radius: 0;
	color: rgba(0, 0, 0, 0.5);
	font-weight: normal;
	outline: none;
	border: 1px solid #d8d8d8;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.flightupdate-popup .fl-update-txtarea {
	border-radius: 0;
	-webkit-appearance: none;
	font-size: 16px;
	width: 100%;
	height: 163px;
	padding: 12px 26px 12px 26px;
	border: 0;
	border-radius: 0;
	color: rgba(0, 0, 0, 0.5);
	font-weight: normal;
	outline: none;
	border: 1px solid #d8d8d8;
	border-radius: 9px;
	resize:none;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	}
.flightupdate-popup .note {
	font-size: 16px;
	line-height: 20px;
	margin: 0px 0 25px;
	color: #3b3b3b;
}
.flightupdate-popup .note b {
	color: #000000;
	margin-right: 10px;
}
.modal-type1 .modal-header, #flightUpdateModal .modal-header, #feedbackpopup .modal-header {
	border: 0px;
	padding-bottom: 0;
}
.modal-type1 .modal-body, #flightUpdateModal .modal-body {
	padding: 20px 60px !important;
	
}
#feedbackpopup .modal-body{
	padding: 20px 60px !important;
	padding-top:0 !important;
	}
#feedbackpopup .hd-type1 {
	margin-bottom:10px;
	}	
#feedbackpopup .modal-footer{
	padding:15px;
	}	
#feedbackpopup .flightupdate-popup .fl-update-txtarea{
	height:140px;
	}	
#feedbackpopup .modal-header {
	padding:0 4px;
	}
#feedbackpopup .modal-header button{
	position: relative;
	top: 6px;
	right: 7px;
	}	
.modal-type1 .btn-type1.btn-light {
	border: 1px solid #ffffff;
	padding-top: 11px;
	padding-bottom: 11px;
}
.modal-type1 .btn-type1.btn-light:hover {
	border: 1px solid #2e1a47;
}
.modal-type1 .modal-dialog, #flightUpdateModal .modal-dialog, #feedbackpopup .modal-dialog {
	max-width: 615px;
}
.popup-captcha {
	margin-top: 1rem;
}
.active-svg{display:none;}
.ratings_stars{cursor:pointer;}
.ratings_stars:hover .active-svg{display:inline-block;}
.ratings_stars:hover .nrml-svg{display:none;}

.ratings_stars.selected .active-svg{display:inline-block;}
.ratings_stars.selected .nrml-svg{display:none;}

.ratings_stars.hov-star .active-svg{display:inline-block;}
.ratings_stars.hov-star .nrml-svg{display:none;}

.rating{
	display:inline-block;
	}

.star-wpr{
	position:relative;
	}
.star-item{
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	bottom: 0;
	right: 0;
	padding: 13px 0 0 130px;
	}	
@media(max-width: 567px) {
.popup-captcha .d-flex {
	display: block !important;
	text-align: left;
}
.popup-captcha .captcha {
	margin-bottom: 0.7rem;
}
.popup-captcha .char-input {
	margin-left: 0;
}
.popup-captcha .char-input .form-control {
	max-width: none;
	width: 100%;
}
}
/********************************************/
.fl-popup-select .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;
}
.fl-popup-select .form-control:focus {
	letter-spacing: 1px;
	color: #3b3b3b;
}
.fl-popup-select .form-control::placeholder {
 color: #626262;
}
.fl-popup-select .form-control::-webkit-input-placeholder {
 color: #626262;
}
.fl-popup-select .form-control::-ms-input-placeholder {
 color: #626262;
}
.fl-popup-select .custom-field1 .form-control {
	padding-left: 180px;
}
.fl-popup-select select.form-control {
	background: url(../images/down-arrow.svg) no-repeat #ffffff;
	background-position: top 50% right 15px;
	appearance: none;
	-webkit-appearance: none;
}
.fl-popup-select .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;
}
.fl-popup-select .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;
}
.fl-popup-select .select2-container.select2-container--focus {
box-shadow:0 0 0 .2rem rgba(0,123,255,.25);
}
.fl-popup-select .select2-container--default .select2-selection--single {
	border-radius: 0 !important;
	border: 0 !important;
	background-color: transparent !important;
}
.fl-popup-select .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
	color: #000000;
	font-weight: bold;
}
.fl-popup-select .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;
}
.fl-popup-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	transform: rotate(180deg);
}
.fl-popup-select .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
	position: absolute;
	top: 0;
	right: 23px;
	width: 20px;
}
.fl-popup-select .select2-container--open .select2-dropdown {
	overflow: hidden;
}
.fl-popup-select .select2-results__option {
	padding: 12px 10px 10px;
}
.fl-popup-select .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #da291c;
}
.fl-popup-select .select2-container--default .select2-results__option:first-child {
	border-radius: 5px 5px 0 0;
}
.fl-popup-select .select2-container--default .select2-results__option:last-child {
	border-radius: 0 0 5px 5px;
}
.fl-popup-select .select2-search--dropdown {
	padding: 10px;
}
.fl-popup-select .custom-field1 {
	position: relative;
}
.fl-popup-select .custom-field1 .select2 {
	width: 164px !important;
	position: absolute;
	left: 0;
	top: 0;
	background: #ebebeb;
	border-radius: 25px 0 0 25px;
	border-right: 0;
	padding-right: 30px;
	color: #626262;
}
.fl-popup-select .custom-field1 .select2-container--default .select2-selection--single .select2-selection__arrow b {
	background-image: url(../images/down-arrow3.svg);
}
.fl-popup-select .custom-field1 .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 12px;
}
.fl-popup-select .custom-field1 .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #626262;
	font-weight: normal;
	letter-spacing: 1px;
}
 @media(max-width: 567px) {
.modal-type1 .modal-body, #flightUpdateModal .modal-body, #feedbackpopup .modal-body {
	padding: 20px !important;
}
.modal-type1 .btn-type1.fixed-w, #flightUpdateModal .btn-type1.fixed-w {
	width: 150px;
}
.fl-popup-select .custom-field1 .form-control {
	padding-left: 165px;
	padding-right: 12px;
	font-size: 15px;
}
.fl-popup-select .select2 {
	font-size: 15px;
}
.fl-popup-select .custom-field1 .select2 {
	width: 155px !important;
	padding-left: 25px;
}
.fl-popup-select .custom-field1 .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 8px;
}
.flightupdate-popup .custom-radiobtn-type2 span.radioVal {
	font-size: 13px;
	padding-left: 20px;
}
.flightupdate-popup .custom-radiobtn-type2 {
	margin-right: 4px;
}
.flightupdate-popup .custom-radiobtn-type2:last-child {
	margin-right: 0;
}
.flightupdate-popup .label-val {
	font-size: 13px;
}
}
/****************
Control Common CSS
*****************/
.padding-box {
	padding: 50px 0;
}
.home-section {
	margin: 65px 0;
}
 @media(max-width: 1199px) {
.padding-box {
	padding: 55px 0;
}
.home-section {
	margin: 55px 0;
}
}
@media(max-width: 992px) {
.scroll-top {
	bottom: 7%;
}
}
@media(max-width: 767px) {
.padding-box {
	padding: 40px 0 50px 0;
}
.home-section {
	margin: 40px 0;
}
.contact-section {
	margin: 70px 0 0;
}
.scroll-top {
	bottom: 14%;
}
}
@media(max-width: 567px) {
.scroll-top {
	bottom: 9%;
}
}
@media(min-width: 768px) and (max-width: 992px) {
.container, .container-md, .container-sm {
	max-width: 100%;
}
}
.select2-container .select2-selection--single {
	outline: none;
}
.btn-type1:not([href]) {
	color: #ffffff;
}
.btn-type1:not([href]):hover {
	color: #ffffff;
}
/*********MAP POPUP CSS*********/
.map-banner-wrapper {
	position: relative;
}
.map-banner-wrapper img {
	max-width: 100%;
}
.map-popup-container {
	width: 200px;
}
.flight-box {
	background-color: #FFFFFF;
	/*border-radius:10px;*/
	overflow: hidden;
}
.map-popup-container.left-arrow:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 11px solid #c80f2e;
	border-bottom: 7px solid transparent;
	position: absolute;
	right: 100%;
	top: 23px;
}
.map-popup-container.right-arrow:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 11px solid #c80f2e;
	border-bottom: 7px solid transparent;
	position: absolute;
	left: 100%;
	top: 23px;
}
.map-header {
	padding: 10px 13px;
	box-sizing: border-box;
}
.flight-logo {
	max-width: 65px !important;
	float: left !important;
	margin-right: 10px !important;
}
.flight-logo img {
	max-width: 100% !important;
}
.flight-details {
	float: left;
	max-width: 99px;
	color: #FFFFFF;
}
.flight-txt1 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 2px;
}
.flight-txt2 {
	font-size: 16px;
}
.flight-other-content {
	padding: 15px 13px;
}
.flight-fromto-box {
	display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	-webkit-display: flex;
	justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-align-items: center;
	margin-bottom: 10px;
}
.flight-fromto-box .flight-txt1 {
	font-weight: bold;
}
.flight-fromto-box .flight-txt2 {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
}
.flight-fromto-icon {
	padding: 0 10px;
	box-sizing: border-box;
}
.flight-time strong {
	font-weight: 600;
	font-size: 16px;
}
.flight-time {
	margin-bottom: 5px;
}
/*********MAP POPUP CSS*********/
.alert-section.topalertsection {
	background: #da291c;
	padding-top: 12px;
	padding-bottom: 14px;
}
.alert-section.topalertsection .alert-txt .alert-txtbx {
	display: block;
}
.alert-section.topalertsection .alert-txt .alert-txtbx .alert-icon {
	top: 17px;
}
.alert-section.topalertsection .alert-slidebox .alert-txt {
	color: #ffffff;
	font-size: 14px;
}
.alert-section.topalertsection .alert-txt .alert-txtbx a {
	font-size: 14px;
	color: #ffffff;
}
.alert-section.topalertsection .alert-slidebox .slick-arrow.slick-next {
	background-image: url(../images/arrow-left-2.svg);
}
.alert-section.topalertsection .alert-slidebox .slick-arrow.slick-prev {
	background-image: url(../images/arrow-left-2.svg)
}
.alert-section.topalertsection .alert-slidebox .alert-txt .alert-txtbx strong {
	font-size: 16px;
	font-weight: 600;
}
.alert-section.topalertsection .alert-view {
	padding-left: 0;
}
.alert-section.topalertsection .alert-slidebox .alert-slidebox .slick-slider .slick-track {
	margin: 0;
}
.alert-section.topalertsection .alert-btnbar {
	display: block;
	text-align: left;
}
.alert-section.topalertsection .alert-update-txt {
	display: block;
	text-align: left;
}
/*Airline CSS START*/
.airline-outer.grid-sp20 > div {
    padding-right: 10px;
    padding-left: 10px;
}
.flight-link{
	display: flex;
	width: 100%;
	min-height: 86px;
	align-items: center;
}
.ariline-content-box {
display: flex;
align-items: center;
width: 100%;
padding-left: 82px;
}
.airline-search {
    display: block;
    position: relative;
}
.airline-search .form-control {
    color: #3b3b3b;
    font-size: 16px;
    padding: 10px 50px 10px 20px;
    letter-spacing: 1px;
    border: solid 1px rgba(151, 151, 151, 0.38);
    border-radius: 30px;
    width: 100%;
    height: 50px;
    display: inline-block;
}
.airline-search .btn-search {
    width: 18px;
    height: 18px;
    cursor: pointer;
    right: 15px;
    top: 42%;
    transform: translateY(-50%);
    position: absolute;
    display: inline-block;
}
.list-arrow {
position: relative;
color: #000000;
background: #ffffff;
margin-bottom: 10px;
border-radius: 10px;
font-weight: bold;
min-height: 1px;
display: flex;
align-items: center;
padding-left: 13px;
}
.list-arrow-icon::after {
    position: absolute;
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 15px;
    content: "";
    height: 15px;
    right: 25px;
    background: url(../images/arrow-right-black.svg) no-repeat;
    display: block;
	cursor:pointer;
}
.list-arrow-icon:hover::after {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
}
.flight-name{
  font-size: 19px;
  padding-left: 17px;
  color: #000;
}
.flight-list-logo{
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.flight-list-logo img {
    min-width: 65px;
	max-width: 70px;
}
.flights-list-table{
	padding:54px 0 0 0;
}
.flights-table-list{
    margin-top: 12px;
}
@media(max-width: 567px){
.flights-table-list{
    margin-top: 5px;
}
.tab-icon a svg{
	display:none;
}
.tab-icon a {
    padding: 25px 0 20px 0;
    margin-right: 6px;
    margin-left: 8px;
}
}
/*Airline CSS END*/
/*Airline Detail CSS START*/
.breadcrumb-item span {
    color: #6c757d;
    text-decoration: underline;
}
.detail {
	border-radius: 24px;
     box-shadow: 0 2px 14px 0 rgba(59, 59, 59, 0.16);
    text-align: center;
    padding: 89px 26px 106px 20px;
}
.cms{
	margin-top:0;
}
.airline-detail-page {
    padding: 0;
}
.cms p {
    padding-right: 90px;
}

@media(max-width: 1024px){
.detail img {
    max-width: 100%;
}
.cms p {
    padding-right: 10px;
}	
}

@media(max-width: 567px){
.detail img {
    max-width: 249px;
}
.detail {
    padding: 25px 40px 40px 40px;
}
.cms-detail-page {
    flex-direction: column-reverse;
    row-gap: 30px;
}
}
/*Airline Detail CSS END*/
