﻿@charset "utf-8";

/* CSS Document */


/*@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url(../'fonts/Calibri.eot') format('embedded-opentype'),
         url('../fonts/Calibri.woff2') format('woff2'),
         url('../fonts/Calibri.woff') format('woff'),
         url('../fonts/Calibri.ttf') format('truetype'),
         url('../fonts/Calibri.svg#Calibri') format('svg');
}
*/

body {
    font-family: optima_lt_proroman, Calibri, Candara, Segoe, "Segoe UI",  Arial, sans-serif !important;
    font-style: normal;
    color: #404040;
    touch-action: manipulation;
}

::selection {
    background: #df5c25;
    color: #FFF;
}

a,
a:hover {
    color: #404040;
}


/*body [class*="col-"]{ padding-left:10px; padding-right:10px;}*/

h1,
h2,
h3 {
    font-family: optima_lt_promedium, Calibri, Candara, Segoe, "Segoe UI",  Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #435360;
    color: #333;
}

h4,
h5,
h6 {
    font-family: optima_lt_promedium, Calibri, Candara, Segoe, "Segoe UI", Arial, sans-serif;
    font-weight: normal;
    line-height: 24px;
    font-style: normal;
}

p {
	font-family: optima_lt_proroman, Calibri, Candara, Segoe, "Segoe UI", Arial, sans-serif;
    font-variant: normal;
    font-weight: 400;
    line-height: 24px;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-margintb {
    margin-top: 0;
    margin-bottom: 0;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.row-wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.add-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid {
    padding: 0 15px;
}

a:focus {
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

.full-width {
    width: 100%
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

.clearboth {
    clear: both;
}

hr {
    border-top: 1px solid #DDD;
    float: left;
    margin-bottom: 5px;
    margin-top: 0px;
    width: 100%;
}

.container-fluid {
    padding: 0;
}


/* News blog */
.title2.news_title{
	margin-top:40px;font-size:30px
}
.blogList .row {
    display: flex;
    flex-wrap: wrap;
}

.blogList .row .col-md-4 {
    /*flex: 1 0 33.33%;*/
    margin-bottom: 20px;
}

.blogList .blog-item {
    border: none;
    padding: 0px;
    height: 100%;
}

.blogList .blog-item-body {
    padding: 0px 0px 15px 0px;
    height: 100%;
    margin: 0;
}

.blog-item-body {
    background: #fff;
    border: 1px solid #e4e2ed;
    padding: 20px;
    margin-bottom: 20px;
}

.blogList .row .pagination {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .blogList .blog-item a.thumbnail {
    padding: 0px;
    border-radius: 8px;
    border: 1px solid #e4e2ed;
    -webkit-transition: border .5s ease-in-out;
    -o-transition: border .5s ease-in-out;
    transition: border .5s ease-in-out;
    overflow: hidden;
}

.blogList .blog-item a.thumbnail:hover {
    border: 1px solid #0094da;
    text-decoration: none;
    -webkit-transition: border .5s ease-in-out;
    -o-transition: border .5s ease-in-out;
    transition: border .5s ease-in-out;
}

.blogList .blog-item a.thumbnail .img-thumbnail {
    border: none;
    border-radius: 0px;
    padding: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
} */

.blogList .blog-img {
    margin: 0px 0px 10px 0px !important;
   
}

.blogList p {
    color: #6b7381;
    padding: 10px 20px 10px 20px;
    height: 100px;
    overflow: hidden;
}

.blogList img {
    width: 100%;
}

.blog-info {
    margin-bottom: 0px !important;
}

.more {
    float: right;
    padding-right: 20px;
	color:#df5c25;
}


/* .blogList .blog-item {
    border: 1px solid #e4e2ed;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 50px;
    padding: 30px;
} */

.blogList .blog-info {
    display: none;
}

.blog-title {
    margin-bottom: 15px;
}

.blog-item h1.blog-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.blogList .blog-item {
    border: none;
    padding: 0px;
}

.blogList .blog-date {
    display: block;
    width: 100%;
    color: #96a2b7;
    padding: 10px 20px 0px 20px;
    margin-bottom: 0px;
}

.blogList .blog-date .text-muted {
    color: #96a2b7;
}

.blog-author {
    display: none;
}

.blog-date {
    margin-bottom: 20px;
}

.blog-date .glyphicon-calendar {
    display: none;
}

.blogList h2.blog-title {
    display: block;
    margin-bottom: 5px;
    color:#1e306d;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    line-height: 24px;
	    margin: 0px;
}
.blog-item h4.blog-title{
	margin:0px 0px 10px 0px;
	color:#df5c25;
	font-size:24px;
}

.blog-item .blog-content p {
    line-height: 26px;
    margin-bottom: 10px;
}
.blog-item .blog-img {
    margin-bottom: 25px;
}
.promo-btn{
	margin: 20px auto 0px;
    text-align: center;
}
/* News blog */

.button.reset {
    text-indent: -999px;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    border: none;
    background: url(https://drukair.s3.amazonaws.com/live/resources/images/refresh-btn.png) center no-repeat #0594C5;
    margin: 0 10px;
}

.title {
    margin-bottom: 10px;
    color: #1e306d;
    font-weight: normal;
    font-size: 28px;
    padding: 5px 15px 0px;
    text-align: center;
}

.home_title h1{
	 margin-bottom: 10px;
    color: #1e306d;
    font-weight: normal;
    font-size: 28px;
    padding: 25px 5px 0px;

}

.home_title h1::after {
    content: "";
    background: #e35205;
    display: block;
    position: relative;
    height: 1px;
    width: 105px;
    z-index: 1;
    margin-top: 6px;
    margin-bottom: 10px;
}


.title span {
    color: #df5c25;
}

.title.t_medium {
    text-align: left;
    padding: 0px;
    font-size: 22px;
}

.sub-title {
    color: #404040;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 20px;
}

.stars {
    float: left;
    font-size: 13px;
    width: 100%;
    line-height: 18px;
    margin-left: 0;
}


/*Stars*/

.stars span {
    color: #FCB630;
    margin-right: 3px;
    display: inline-block;
    font-size: 14px;
}

.custom-margin{
	margin-left:65px;
	margin-right:65px;
}

.promo-margin{
	margin-left: 15%;
	margin-right: 15%;
}


.promo_offers:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1e306d33;
    top: 0;
    left: 0;
    z-index: 0;
}
.promo_offers .container {
    position: relative;
    z-index: 1;
}

.promo_offers{
	padding: 38px 0px 50px 0px;
    background: #f1f1f1;
	/* The image used */
	background-image: url("https://drukair.s3-ap-southeast-1.amazonaws.com/cms/images/Precautionary_Measures-bg.jpg");
	
	 /* Full height */
	 height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.promo-text{
	height: 427px;
}

.promo_offers .col-md-6{
	display: flex;
    flex-direction: column;
	padding-right: 0px !important;
}



.caption_promo{
	padding:0px 50px 20px;
	display:flex;
		
		justify-content:center;
		flex:1;
				flex-direction:column;
				background:#ffffffb8;
			}
			.caption_big span.icon{
				position:relative;
				top:2px;
			}

.promo-destination a {
	padding: 5px;
    text-align: center;
    display: inline-block;
    background: transparent;
	border: 1px solid #22326e;
   /* border-radius: 2px; */
    width: 200px;
    height: auto;
    font-size: 16px;
}

.promo-destination a:hover{
	background-color: #22326e;
	color: #ffffff;
}

.tashidelek-btn a{
	padding: 5px;
    text-align: center;
    display: inline-block;
    background: transparent;
	border: 1px solid #22326e;
   /* border-radius: 2px; */
    width: 100%;
    height: auto;
    font-size: 16px;
}
.tashidelek-btn a:hover{
	background-color: #22326e;
	color: #ffffff;
}

.precautionary_measures:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1e306d33;
    top: 0;
    left: 0;
    z-index: 0;
}
.precautionary_measures .container {
    position: relative;
    z-index: 1;
}
	.precautionary_measures{
				    padding: 20px 0px 50px 0px;
    background: #f1f1f1;
    margin: 20px 0 0px;
		 /* The image used */
  background-image: url("https://drukair.s3-ap-southeast-1.amazonaws.com/cms/images/Precautionary_Measures-bg.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
		  position: relative;
		
			}
.precautionary_measures .col-md-6{
	display: flex;
    flex-direction: column;
}

			.caption_big{
				    padding:0px 50px 20px;
				display:flex;
		
		justify-content:center;
		flex:1;
				flex-direction:column;
				background:#ffffffb8;
			}
			.caption_big span.icon{
				position:relative;
				top:2px;
			}
.main-header .navbar .dropdown-menu {
    border-radius: 0px;
    background: #1e306d;
    min-width: 100%;
    border: none;
    margin: 0px;
    padding: 0px;
}

.main-header .nav .open>a,
.main-header .nav .open>a:focus,
.main-header .nav .open>a:hover {
    background: #df5c25;
}

.mileslogo-top {
    margin-right: 10px
}

.main-header .navbar .dropdown-menu a {
    color: #FFF !important;
    border-top: dotted 1px #5e6a91;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: normal;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    position: relative;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0px;
}

.dropdown-submenu>.dropdown-menu.multi {
    display: none;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-left-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff;
    margin-top: -5px;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 0px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background: #df5c25;
}

.main-header .navbar .dropdown-menu a:hover {
    color: #FFF;
    background: #df5c25 !important;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.top-links {
    float: right;
    padding: 5px 0px;
}

.top-links li {
    display: inline-block;
    padding: 10px 10px;
}

.top-links li:last-child {
    padding-right: 0px;
}

.top-links li a {
    color: #666666;
}

.top-links li a .icon {
    color: #df5c25;
    padding-right: 3px;
}

.top-links li a .icon2 {
    color: #404040;
    position: relative;
    left: 0px;
    top: 2px;
}

.main-header .top-links .dropdown-menu li a {
    background: none;
    color: #404040;
    padding: 5px 0px;
    display: block
}

.main-header .top-links .dropdown-menu li a:hover {
    color: #df5c25
}

.main-header .top-links .dropdown-menu li {
    display: block;
    padding: 0px 10px;
}

.main-header .top-links .dropdown-menu {
    position: absolute;
    border-radius: 0px;
    right: 0px;
    left: inherit;
    margin-top: 0px;
}

.main-header .top-links .dropdown-menu.sign-up li a {
    background: #47a447;
    padding: 5px 10px;
    color: #FFF
}

.main-header .top-links .dropdown-menu.sign-up {
    padding-top: 5px;
    text-align: center
}

.main-header .top-links .dropdown-menu.sign-up li {
    margin-bottom: 5px;
}

.logo {
    z-index: 999;
    position: absolute;
    top: 24px;
	left: 0px;
    background-color: #fff !important;
    border-radius: 6px;
    padding: 0px 10px 20px;
}

.logo a img {
    height: 100px;
}

.primary-menu {
    font-family: optima_lt_probold !important;
    letter-spacing: 1px;
}

.navbar-default .navbar-toggle {
    background: #1e306d;
    border-color: #df5c25
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff
}

.navbar-default .navbar-toggle:hover {
    background: none
}

.navbar-collapse.in {
    overflow: inherit
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: #1e306d;
    border-color: #df5c25
}

.navbar-default {
    background-color: #1e306d;
    border: none;
    border-top: 5px solid #df5c25;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #FFF;
}

.navbar-default .navbar-nav .active {
    background: #df5c25 !important;
}

.navbar-default .dropdown-menu>.active>a,
.navbar-default .dropdown-menu>.active>a:focus,
.navbar-default .dropdown-menu>.active>a:hover {
    background: #df5c25 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: #df5c25;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: #df5c25;
    color: #FFF;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #FFF;
}

.navbar-default .navbar-nav>li>a {
	font-family: optima_lt_promedium;
    color: #FFF;
    text-align: center;
    /*text-transform: uppercase;*/
    font-size: 16px;
    /*border-right: 1px solid #5e6a91;*/
    padding: 18px 6px;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #FFF;
    background: #df5c25;
    -webkit-transition: background-color 1.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

.navbar-default .navbar-nav>li {
    width: calc(100%/5);
}

.navbar-default .navbar-nav .icon {
    position: relative;
    top: 2px;
    left: 2px;
}

.navbar-nav {
     width: 90.4%;
}

.nav>li>a>img {
    max-width: 100%;
}

.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}

.carousel-custom img {
    width: 100%;
}

.carousel-custom .carousel-control {
    width: 45px;
    height: 45px;
    text-shadow: none;
    background: none;
    top: 45%;
    background: #FFF;
    color: #000;
    border-radius: 50%;
    opacity: 1;
}

.carousel-custom .carousel-control .icon {
    font-size: 30px;
    line-height: 45px;
}

.carousel-custom .carousel-control:hover {
    opacity: 0.8;
}

.carousel-custom .carousel-control.left {
    margin-left: 3%;
}

.carousel-custom .carousel-control.right {
    margin-right: 3%;
}


/* Carousel Fading slide */

/* .carousel-fade .carousel-inner {
    background: #000;
} */

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-fade .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active {
    opacity: 1;
}

.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

/* Custom Carousel Indicators START */
.carousel-indicators-custom {
    position: absolute !important;
    z-index: 15 !important;
	left: 0px !important;
	width:100% !important;
	margin:0 !important;
    text-align: right !important;
    list-style: none !important;
}

.carousel-indicators-custom li {
    width: 31px !important;
    height: 5px !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
	border: 0.5px solid #22326e;
    border-radius: 3px !important;
	
}

.carousel-indicators-custom .active{
	width: 31px !important;
    height: 6px !important;
	background-color: rgba(34, 50, 110, 0.9) !important;
} 
    
    
/* Custom Carousel Indicators END */

/*Promo-carousel indicators START*/
.promo-carousel-indicators {
	position: absolute;
	top: 5px;
	z-index: 15;
	width: 30px;
	margin-left: 20px;
	list-style: none;
	text-align: center;
	right: 2%;
	left: 99%;
}
.promo-carousel-indicators li{
	display: block;
	width: 10px;
	height: 10px;
	background-color:#fff;
	border: 1px solid #22326e;
	margin-bottom: 10px;
}
.promo-carousel-indicators .active {
	width: 11px;
	height: 11px;
	margin-bottom: 10px;
	background-color: #22326e;
}



/*Promo-carousel indicators END*/

.row-flex {
    display: flex;
}

.row-flex .col-md-4 {
    display: flex;
    flex-direction: column;
}

.row-flex .management-members {
    flex: 1;
    flex-direction: column;
}

.d-none {
    display: none;
}


/* Safari Fix */

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.news-event {
    background: #1e306d;
    /*margin-bottom: 20px;*/
    height: 60px;
    overflow: hidden;
}

ul li {
    list-style: none;
}

.news-event marquee {
    position: relative;
    z-index: 1;
}

.news-event ul {
    padding: 17px 0px;
}

.news-event ul li {
    display: inline-block;
    margin-right: 0;
    font-size: 13px;
    color: #FFF;
}

.flash-news {
    color: #FFF;
    background: #df5c25;
    line-height: 60px;
    text-align: center;
    font-size: 15px;
	font-family: optima_lt_promedium !important;
    /*height: 60px;*/
    display: inline-block;
    padding: 0 17px;
    position: relative;
}

.MacOS .flash-news {
    padding: 0px 10px;
}

.flash-news .volume-icon {
    position: relative;
    top: -1px;
    left: 2px;
    width: 20px;
    height: 20px;
}

.flash-news:after {
    border: 60px solid transparent;
    border-top-width: 0;
    border-left-color: #df5c25;
    border-left-width: 22px;
    content: "";
    position: absolute;
    top: 0;
    right: -82px;
    z-index: 1;
}

.flash-news:before {
    border: 60px solid transparent;
    border-bottom-width: 0;
    border-right-color: #df5c25;
    border-right-width: 22px;
    content: "";
    position: absolute;
    top: 0;
    left: -82px;
    z-index: 1;
}

.news-ticker1 {
    padding: 0px 0px 0px;
    display: flex
}

.ticker-nav {
    width: 10%;
    text-align: right;
    position: relative;
    top: 15px;
}

.ticker-nav button {
    background: none;
    border: none;
    padding: 0px;
    text-align: center
}

.ticker-nav button:first-child {
    border-right: 1px solid #eee
}

.ticker-nav button:focus {
    outline: none;
}

/*.promo-banners {
    background: #f1f1f1;
    padding: 10px 0px 40px;
    margin-bottom: 10px;
}*/

.carousel-destination.promo-slider a {
    width: auto;
    height: auto
}

.carousel-destination.promo-slider .button-align a {
    width: 30px;
    height: 30px
}

.carousel-destination.promo-slider .button-align {
    bottom: 20px
}


/*.ticker-nav button:active {

 background:#ff8c5b;
}*/

.nav-buttton {
    width: 70px;
    background: #FFF;
    text-align: center;
    border-radius: 30px;
    float: right;
}

.ticker-nav button .icon {
    font-size: 26px;
    line-height: 30px;
    color: #df5c25;
    text-align: center
}

.register-link {
    text-align: center;
    color: #1e306d !important;
    margin-top: 10px;
    text-decoration: underline;
}

.MacOS .news-ticker1 {
    padding: 0px 0px 0px;
}

.news-event ul {
    padding: 0;
}

.ticker {
    width: 90%;
    position: relative;
    display: flex !important;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: flex-start;
}

.ticker li {
    min-height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
}

.ticker li a {
    color: #FFF
}

.ticker li {
    width: 100%;
}

.ticker li a span {
    color: #ff8c5b;
}

.img-center {
    display: inline-block;
    text-align: center;
}

.text-center {
    text-align: center
}

.whyonDrukair{
	 background-image: linear-gradient(#ffffff, #f1f1f1, #ffffff) !important;
}

.airline-content {
    text-align: center;
    margin-bottom: 30px;
	padding: 0px 15px;
}

.airline-content img {
    margin-top: 0px;
	
}

.airline-sub-content{
	margin-top: 15px;
	padding: 5px 15px;
	text-align:center;
}


.travel-icons {
    height: 90px;
}

.inner-info {
    font-size: 16px;
}

.airline-exp {
    background: #f1f1f1;
    margin-bottom: 30px;
    padding: 20px 0px;
}

.feedback-form1 h3.text-success {
    color: #35b97b;
    margin-top: 0px;
}

.feedback-form1 p.text-success .icon {
    color: #35b97b;
    font-size: 46px;
}

.feedback-form1 h3.text-failed {
    color: #ec2132;
    margin-top: 0px;
}

.feedback-form1 p.text-failed .icon {
    color: #ec2132;
    font-size: 46px;
}

.thumbnail {
    border: none;
    padding: 0px;
    margin-top: 10px;
    -webkit-box-shadow: 0 8px 6px -6px #CCC;
    -moz-box-shadow: 0 8px 6px -6px #CCC;
    box-shadow: 0 8px 6px -6px #CCC;
    -webkit-transition: background-color 1.5s ease-out;
    -moz-transition: background-color 1.5s ease-out;
    -o-transition: background-color 1.5s ease-out;
    transition: background-color 1.5s ease-out;
}

.thumbnail:hover {
    background: rgba(223, 92, 37, 0.18) !important;
    -webkit-transition: background-color 1.5s ease-out;
    -moz-transition: background-color 1.5s ease-out;
    -o-transition: background-color 1.5s ease-out;
    transition: background-color 1.5s ease-out;
}

.thumbnail img {
    width: 100%;
}

.thumbnail .caption {
    padding: 0px 15px 5px;
}

.thumbnail .caption h4 .icon.im-long-arrow-right {
    position: relative;
    top: 5px;
}

.thumbnail .caption h2,
.thumbnail .caption h3 {
    margin-bottom: 5px;
    margin-top: 15px;
}

.text-blue {
    color: #1e306d;
}

.airline-exp h3 {
    font-size: 22px;
}

.best-offer {
    margin-bottom: 20px;
}

.best-offer h4 {
    font-size: 18px;
    margin: 0px;
}

.best-offer .thumbnail {
    background: #f9f9f9;
}

.best-offer .caption {
    padding-top: 10px;
}

.flight-deals {
    margin-bottom: 20px;
}

.flight-deals .thumbnail {
    background: #f9f9f9;
    margin-bottom: 15px;
    padding: 10px 15px 5px 15px;
    display: flex;
    display: flex;
    flex: 1;
    flex-direction: row;
}

.thumb-cities {
    /*float: left;
	width: 70%;*/
}

.thumb-cities .arrival {
    font-size: 18px;
    text-transform: uppercase
}

.thumb-cities .destination {
    margin: 0px;
    line-height: 16px;
}

.thumb-price {
    margin-top: 10px;
}

.thumb-price small {
    line-height: 12px;
}

.thumb-price .big {
    font-size: 24px;
    color: #df5c25;
}

.thumb-deal {
    text-align: right;
    margin-top: 10px;
    flex: 1;
}

.flight-class {
    margin-top: 30px;
    margin-bottom: 0px;
}

.label-default {
    background: #df5c25;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.text-grey {
    color: #999999;
}

.miles-calc {
    background: #f8f8f8;
    padding: 10px;
    -webkit-box-shadow: -1px 18px 27px -22px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: -1px 18px 27px -22px rgba(0, 0, 0, 0.49);
    box-shadow: -1px 18px 27px -22px rgba(0, 0, 0, 0.49);
    border: 1px solid #eee;
}

.miles-calc h4 {
    color: #df5c25;
    margin-top: 0px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #1e306d;
}

.miles-calc .select-box {
    position: relative
}

.miles-calc .select-box:after {
    content: "\f107";
    font-family: icomoon;
    color: #999;
    font-size: 18px;
    right: 10px;
    top: 4px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}

.miles-calc button {
    height: auto
}

.miles-calc button .icon {
    position: relative;
    top: 2px;
    padding-right: 3px;
}

.table-custom.miles-table {
    text-align: center
}

.table-custom.miles-table th {
    text-align: center;
    vertical-align: middle
}

.table-custom.miles-table td {
    vertical-align: middle;
}

.box-content {
    border: 1px solid #f1f1f1;
    padding: 10px;
    margin-bottom: 10px;
}

.top-destinations .thumbnail:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.thumbnail img {
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}


/*.destination-name:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(223, 92, 37, 0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}*/

.thumbnail:hover .destination-name:after {
    width: 100%;
}

.destination-name span {
    position: relative;
    z-index: 10;
}

.top-destinations {
    margin-bottom: 30px;
}

.top-destinations .thumbnail {
    margin: 0px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.top-destinations .thumbnail:before {
    background: rgba(30, 48, 109, 0.68);
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    transform: scale(0, 0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.top-destinations .thumbnail:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

.top-destinations .thumbnail:hover .bg-black {
    background: rgba(75, 170, 239, 0.5);
}

.destination-name {
    font-size: 24px;
    color: #FFF;
    position: absolute;
    margin-top: 0px;
    top: 50%;
    padding: 10px 15px;
    transform: scale(0, 0);
    width: 100%;
    text-align: center;
    z-index: 10;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    margin-top: -20px;
}

.top-destinations .thumbnail:hover .destination-name {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

figure.effect-oscar {
    background: -webkit-linear-gradient(45deg, #1e306d 0%, #9b4a1b 40%, #3a342a 100%);
    background: linear-gradient(45deg, #1e306d 0%, #9b4a1b 40%, #3a342a 100%);
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    /*min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;*/
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

figure {
    margin: 0;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

figure.effect-oscar figcaption {
    padding: 3em;
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

.grid figure figcaption {
    padding: 20px;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

.grid figure h2 {
    font-weight: 300;
    text-transform: uppercase;
    color: #FFF;
}

.grid figure p {
    font-size: 14px;
    padding: 0px 5px;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-oscar {
    background: -webkit-linear-gradient(45deg, #1e306d 0%, #9b4a1b 40%, #1e306d 100%);
    background: linear-gradient(45deg, #1e306d 0%, #9b4a1b 40%, #1e306d 100%);
}

figure.effect-oscar:hover img {
    opacity: 0.3;
}

figure.effect-oscar img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-oscar:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}

figure.effect-oscar figcaption::before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid #fff;
    content: '';
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-oscar h2 {
    margin: 15% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    background: #00000080;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.grid {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.col-pad-right {
    padding-right: 0;
}

.col-pad-left {
    padding-left: 0;
}

.small-thumb img {
    height: 180px;
    width: 100%;
}

.big-thumb img {
    height: 357px;
    width: 100%;
}

.top-destinations [class*="col-"] {
    margin-bottom: 15px;
}

footer {
    background: #1e306d;
    padding-top: 10px;
    color: #FFF;
}

footer h3 {
    font-size: 16px;
    color: #FFF;
    /*text-transform: uppercase;*/
    font-weight: normal;
}

footer h3::after {
    content: "";
    background: #b1b3b3;
    display: block;
    position: relative;
    height: 1px;
    width: 90px;
    z-index: 1;
    margin-top: 8px;
    margin-bottom: 10px;
}

footer li a {
    color: #FFF;
    line-height: 26px;
    font-size: 14px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

footer li a:hover,
footer li a:focus {
    color: #FFF;
}

footer li a:hover {
    padding-left: 8px;
}

footer .social-icons {
    margin-top: 15px;
    margin-bottom: 10px;
}

footer .social-icons li {
    float: left;
    display: inline-block;
}

footer .social-icons li a {
    font-size: 18px;
    background: #FFF;
    height: 32px;
    width: 32px;
    float: left;
    border-radius: 50%;
    padding: 0;
    margin: 0 5px 0 0px;
    text-align: center;
    color: #1e306d;
    padding-top: 6px;
}

footer .social-icons li a:hover {
    padding-left: 0px;
    color: #FFF;
}

.fb:hover {
    background: #3e5a97;
}

.tw:hover {
    background: #56abee;
}

.gp:hover {
    background: #db4f43;
}

.li:hover {
    background: #0079b8;
}

.contact-link a:hover {
    padding: 0px;
}

.copy-right {
    background: #283d86;
    color: #FFF;
    margin-top: 20px;
    padding: 20px 15px;
}

.copy-right a{
	color:#fff;
	text-decoration:none;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb0 {
    margin-bottom: 0px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt25 {
    margin-top: 25px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt0 {
    margin-top: 0px !important
}

.pt10 {
    padding-top: 10px !important
}

.pt20 {
    padding-top: 20px !important
}

.pt30 {
    padding-top: 30px !important
}

.pt40 {
    padding-top: 40px !important
}

.no-margin {
    margin: 0px;
}


/*BOOKING FORM START*/

.carousel-form {
    position: relative
}

.booking-form {
    color: #4A4A4A;
    position: absolute;
	bottom: 10px;
    z-index: 999;
    width: 100%;
}


/* width */

.select2-container--default .select2-results>.select2-results__options {
    max-height: 400px;
}

.select2-results__options::-webkit-scrollbar {
    width: 8px;
    border-radius: 8px;
}


/* Track */

.select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}


/* Handle */

.select2-results__options::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
}


/* Handle on hover */

.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 8px;
}


/*.booking-form */

.form-control.has-error {
    box-shadow: inset 0 0 0 1px #FF5559 !important;
    background: #ffdeda !important;
}

.booking-form .filter-dropdown.form-control.has-error+.select2-container .selection .select2-selection {
    box-shadow: inset 0 0 0 1px #FF5559 !important;
    background: #ffdeda !important;
}

.booking-tab {
    background: rgba(255, 255, 255, 0.87);
}

.booking-form .nav-tabs>li.active>a,
.booking-form .nav-tabs>li.active>a:focus,
.booking-form .nav-tabs>li.active>a:hover {
    background: #FFF;
    border: none;
    color: #1e306d;
}

.booking-form .tooltip {
    display: none !important;
}

.booking-form .nav-tabs {
    border: none;
}

.booking-form .nav-tabs .icon {
    margin-right: 5px;
}

.booking-form .icon-cargo {
    height: 17px;
    width: auto;
    position: relative;
    bottom: 3px;
}

.booking-form .nav-tabs li {
    width: calc(100%/5);
    text-align: center;
    margin: 0px;
}

.booking-form .nav-tabs li a {
    border: none;
    color: #1e306d;
    padding: 18px 10px;
    border-radius: 0px;
    margin: 0px;
    font-size: 16px;
    /* border-right:1px solid #C5CAD2*/
}

.booking-form .nav-tabs li a:hover {
    background: #FFF;
}

.booking-form .nav-tabs li.active a::after {
    content: "";
    background: #22326e;
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
    left: 0px;
}

.booking-form .nav-tabs li a:focus {
    background: #fff;
}

.booking-form .clm1,
.booking-form .clm2,
.booking-form .clm3,
.booking-form .clm4 {
    float: left;
    position: relative;
    width: 100%;
}

.booking-form [class*="col-"] {
    padding: 0 5px;
}

.booking-form .booking-tab [class*="col-"] {
    padding: 0px;
}

.icon-arrow {
    position: absolute;
    z-index: 9;
    top: 17px;
    color: #999;
    right: 10px;
    font-size: 18px;
    pointer-events: none;
}

.icon-arrow2 {
    position: absolute;
    z-index: 9;
    top: 17px;
    color: #999;
    right: 15px;
    font-size: 18px;
}

.persons-box .icon {
    font-size: 11px;
    color: #666;
}

.persons-box .left {
    float: left;
    width: 33.3%;
    text-align: center;
}

.persons-box .form-control {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.btn-form {
    height: 50px;
    margin-bottom: 15px;
}

.no-border-right {
    border-right: none !important;
}

.no-border-left {
    border-left: none !important;
}

.booking-form .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.booking-form .form-group label {
    text-transform: none;
    z-index: 9;
    position: absolute;
    color: #999;
    font-weight: normal;
    font-size: 14px;
    top: 5px;
    text-indent: 10px;
    pointer-events: none;
}

.pointer-none {
    pointer-events: none;
}

.booking-form .custom-dropdown label {
    text-indent: inherit;
}

.booking-form .form-group select::-ms-expand {
    display: none;
}

.booking-form .form-control {
    border-radius: 0px;
    padding: 15px 10px 0px;
    height: 50px;
    font-size: 12px;
    border: 1px solid #CCC;
    color: #404040;
    box-shadow: none;
}


/* .filter-dropdown::-ms-clear {
    display: none;
} */

.booking-form form {
    margin-bottom: 5px;
}

.booking-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #404040;
}

.booking-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #404040;
}

.booking-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #404040;
}

.booking-form :-moz-placeholder {
    /* Firefox 18- */
    color: #404040;
}

.booking-form .btn.form-control {
    color: #FFF;
    margin-top: 31px;
}

.int-dom.btn-group>.btn.active,
.int-dom.btn-group>.btn:active {
    background: #df5c25;
    color: white;
    box-shadow: none;
}

.int-dom.btn-group>.btn.active:hover {
    background-color: #df5c25;
    cursor: default;
}

.int-dom.btn-group a.btn label {
    margin-bottom: 0px;
    cursor: pointer;
    font-weight: normal;
}

.int-dom.btn-group a.btn {
    border-radius: 2px;
    background: #fff;
    color: #404040;
    border: 1px solid #df5c25;
    padding: 2px 10px;
    /*width: 100px;*/
}

.booking-form .tab-content {
    padding: 8px 15px 0px 15px;
    background: #FFF;
}

.booking-form .form-control-feedback {
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    text-align: center;
    pointer-events: none;
    color: #404040;
}

.booking-form .has-feedback label~.form-control-feedback {
    top: 35px;
}

.booking-form .form-control[readonly],
.booking-form fieldset[disabled] .form-control {
    background: #FFF;
}

.booking-form .form-control[disabled] {
    cursor: not-allowed;
    background: #f8f8f8 !important;
    color: #f8f8f8 !important;
}

.booking-form .form-control.disabled {
    cursor: not-allowed;
}


/*.booking-form .custom-dropdown:before {
    position: absolute;
    content: '';
    border: transparent solid 8px;
    border-bottom-color: #FFF;
    top: -15px;
    left: 10px;
}*/

.booking-form .custom-dropdown {
    position: absolute;
    background-color: #FFF;
    padding: 15px 15px 0px;
    width: 330px;
    left: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 11px;
    top: 50px;
    z-index: 999;
    display: none;
    border-radius: 0px;
}

.booking-form .custom-dropdown .btn-form {
    height: auto;
}

.booking-form .custom-dropdown .btn-block {
    display: inherit;
    width: auto;
}

.room-title span {
    color: #d9272e;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.booking-form .custom-dropdown .form-control {
    padding-top: 0px;
}

.booking-form .btn-primary {
    /*font-size: 16px;*/
    padding: 0px;
}

.booking-form .custom-dropdown .row {
    margin: 0 -5px 15px;
}

.booking-form .custom-group label {
    color: #404040;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
}

.booking-form .label-input .icon {
    /* background: #ffffff;*/
    color: #404040;
    display: block;
    font-size: 21px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 42px;
    z-index: 2;
    pointer-events: none;
}

.room-title {
    float: left;
    margin-bottom: 0;
    width: 100%;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.label-primary {
    background-color: #df5c25;
}

.booking-form .custom-dropdown .room-title .label {
    color: #ffffff;
    position: inherit;
    cursor: pointer;
    float: right;
    line-height: 12px;
    border-radius: 3px;
    margin: 0px;
    margin-bottom: 5px;
    font-weight: normal;
}

.booking-form::-webkit-input-placeholder {
    color: #404040;
}

.booking-form:-moz-placeholder {
    /* Firefox 18- */
    color: #404040;
}

.booking-form::-moz-placeholder {
    /* Firefox 19+ */
    color: #404040;
}

.booking-form:-ms-input-placeholder {
    color: #404040;
}

.booking-form .clm2 .form-group {
    float: left;
    width: 50%;
    padding-left: 10px;
}

.booking-form .clm3 .form-group {
    float: left;
    width: 33.3%;
    padding-left: 10px;
}

.booking-form .clm4 .form-group {
    float: left;
    width: 25%;
    padding-left: 10px;
}

.booking-form .clm4 .form-group:first-child,
.booking-form .clm3 .form-group:first-child,
.booking-form .clm2 .form-group:first-child,
.booking-form .clm3.room-selection .form-group:nth-child(2) {
    padding-left: 0;
}

.has-success .form-control,
.has-success.form-control {
    background-color: rgb(236, 255, 236);
}

.booking-form .radio-group label.checked .icon::after,
.checked .icon.icon-radio::after {
    content: "";
    background-color: #df5c25;
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0px;
    top: 6px;
    margin-left: auto;
    margin-top: -4px;
    margin-right: auto;
    right: 0px;
    border-radius: 50%;
}

.booking-form .radio-group {
    padding-bottom: 0px;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.booking-form .radio-group label input[type="radio"] {
    margin-right: 3px;
    margin-top: 5px;
}

.booking-form .radio-group label {
    cursor: pointer;
}

.booking-form .radio-group .icon,
.icon.icon-radio {
    display: block;
    width: 15px;
    height: 15px;
    background-color: rgb(255, 255, 255);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    position: absolute;
    left: -2px;
    top: 5px;
    margin: 0px auto;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
}

.booking-form .btn-primary .icon {
    padding-right: 5px;
    position: relative;
    top: 1px;
    font-size: 14px;
}

.multi-check-list .custom-dropdown {
    display: none;
}

.multi-check-list.show .custom-dropdown {
    display: block;
}

.select-multi-hotel .checkbox input[type=checkbox] {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 20px;
}

.select-multi-hotel .checkbox {
    margin: 0px;
}

.select-multi-hotel p a {
    font-size: 12px;
    line-height: 17px;
    color: #333;
    float: left;
    width: 100%;
    position: relative;
    padding: 5px 10px;
    background: #ebedec;
    margin-top: 3px;
}

.booking-form .select-multi-hotel .custom-dropdown {
    top: 113px;
    background: #ebedec;
    box-shadow: none;
    padding: 0px 5px;
}


/*.dnarw-icon {
	background: #ebedec ;
	background: #ebedec url(../images/down-arw.png) no-repeat scroll 95% center;
}*/

.booking-form .radio-group label input[type=radio] {
    margin-right: 3px;
    margin-top: 5px;
}

.booking-form .radio-group a,
.booking-form .radio-group label {
    font-weight: 400;
    padding: 3px 10px 5px 0px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    margin-bottom: 0px;
    color: #333;
}

.booking-form .radio-group a:hover,
.booking-form .radio-group label.checked,
.booking-form .radio-group label:hover {
    color: #333;
}

.booking-form .radio-group a img {
    margin-right: 3px;
    margin-top: -3px;
}

.booking-form .inner-tab.nav-tabs {
    margin-top: 5px;
}

.booking-form .inner-tab.nav-tabs>li.active,
.inner-tab.nav-tabs>.li:active {
    background: #22326e;
    color: #ffffff;
    box-shadow: none;
}

.booking-form .checkin-content p {
    position: relative;
    right: 10px;
}

.booking-form .inner-tab.nav-tabs li {
    border-radius: 2px;
    background: #fff;
    color: #404040;
    border: 1px solid #22326e;
    padding: 2px;
    border-radius: 0px;
    width: auto;
}

.booking-form .inner-tab.nav-tabs li a {
    background: none;
    font-size: 14px;
    padding: 3px 10px;
}

.booking-form .inner-tab.nav-tabs>li.active>a,
.booking-form .inner-tab.nav-tabs>li.active>a:focus,
.booking-form .inner-tab.nav-tabs>li.active>a:hover {
    background: none;
}

.booking-form .inner-tab.nav-tabs>li.active>a {
    color: #FFF;
}

.booking-form .tab-content .tab-content {
    padding: 10px 10px 5px;
}

.booking-form .checkin-content .btn-primary {
    height: 50px;
    margin: 0px;
}

.icon.icon-radio {
    position: relative;
    float: left;
    top: 0;
    margin-right: 6px;
}

.trip-opt input[type='radio'] {
    display: none;
}

.trip-opt input[type='radio']+label {
    position: relative;
    padding-left: 18px;
}

.trip-opt input[type='radio']+label:before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 30px;
    left: 0;
    top: 4px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.trip-opt input[type='radio']:checked+label:before {
    background-color: #22326e;
}

.trip-opt label {
    font-weight: normal
}

.booking-details {
    padding: 0 15px 12px;
}

.booking-details p {
    line-height: 18px;
    margin-bottom: 0px;
}

.form-inside {
    padding: 10px 12px 0px;
}

.text-orange {
    color: #df5c25;
}

.label-for-check {
    position: relative;
    bottom: 1px;
    left: 5px
}

.check-flight {
    /*	margin-top: 15px;
	float: right;*/
    position: absolute;
    z-index: 999;
    top: -30px;
}

.cursor-none {
    cursor: not-allowed !important;
}

.flightstatus {
    cursor: default
}


/*.select-multi-hotel p strong {
    display: block;
    font-size: 14px;
}*/


/*BOOKING FORM END*/


/*filter-list*/

.filter-list {
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    padding: 10px 0;
    position: absolute;
    top: 0;
    width: 100%;
    /*max-height: 510px;*/
    z-index: 1002;
    width: 275px;
    left: 0;
    right: 0;
}

.filter-list.filter-arrival {
    left: 50%
}


/*.filter-list:before {

	position: absolute;
	content: '';
	border: transparent solid 8px;
	border-bottom-color:#D9272E;
	top: -15px;
	left: 10px;
}*/

.filter-list ul li:hover {
    background: #1e306d;
    cursor: pointer;
    color: #FFF;
}

.filter-list ul li.country:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    cursor: default;
}

.filter-list.set-left {
    left: -97%;
}

.list-header {
    background-color: #fff;
    /*border-radius: 20px;*/
    float: left;
    margin-bottom: 5px;
    padding: 0px 10px;
    width: 100%;
}

.list-header p {
    display: none;
    font-size: 14px;
    line-height: 29px;
    margin: 2px 0px 0 0;
    padding: 0 5px;
    color: #FFF;
}

.filter-list .search {
    box-shadow: none;
    float: left;
    font-size: 14px;
    min-width: 240px;
    padding: 8px 10px;
    height: 33px;
    border-color: #ccc;
    background: white;
    /*border-radius: 20px;*/
}

.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 3px;
}

.filter-list .search:focus {
    border-color: #ccc;
}

.booking-form label.close-filter {
    position: absolute;
    right: 15px;
    top: 10px;
}

.booking-form label.close-filter .icon {
    position: relative;
    right: 0px;
    font-weight: normal;
    font-size: 14px;
}

.close-filter {
    color: #FFF !important;
    cursor: pointer;
    position: absolute;
    right: 19px;
    text-align: center;
    margin-top: 6px;
}

.close-filter .icon {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    font-size: 26px !important;
    padding: 0;
    position: relative;
}

.booking-form .form-control {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*  padding-right: 30px;*/
}

.booking-form .form-group {
    margin-bottom: 10px;
}

.list-container {
    float: left;
    width: 100%;
    text-transform: capitalize;
    /*max-height: 450px;
    overflow-y: scroll*/
}

.filter-list .city-list {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}

.filter-list ul {
    float: left;
    font-size: 12px;
    line-height: 18px;
    list-style: outside none none;
    padding: 0;
    width: 100%;
    margin-bottom: 0px;
}

.filter-list ul li.country {
    color: #df5b26;
    font-weight: bold;
    font-size: 14px;
}

.filter-list ul.empty-list {
    display: none;
}

.filter-list ul li {
    line-height: 24px;
    padding: 0 10px;
    font-size: 14px;
    color: #404040;
}

.column option {
    width: 25%;
    float: left;
}

.input-group {
    width: 100%;
}


/*.filter-list{width: 957px;} 
.filter-list.total-clm-3{ width:calc(957px / 1);}
.filter-list.total-clm-2{width: calc(957px / 1.3);}
.filter-list.total-clm-1{width: calc(957px / 1.7);}
.filter-list.total-clm-0{ width:calc(957px / 3);}
.filter-list.total-clm-0 .city-list{ width:100%; }
.filter-list.total-clm-1 .city-list{ width:50%; }
.filter-list.total-clm-2 .city-list{ width:33.33%; }
.filter-list.total-clm-3 .city-list{width: 25%;}*/

.btn-primary {
    background: #22326e;
    border-color: #22326e;
    border-radius: 0px;
}

.btn-primary.focus,
.btn-primary:focus {
    background: #ce6437;
    border-color: #ce6437;
    outline: none;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background: #ce6437;
    border-color: #ce6437;
}

.btn-primary:hover {
    background: #273d86;
    border-color: #273d86;
}

.booking_bottom .label {
    font-size: 14px;
    padding: 7px 10px;
}

.booking_bottom {
    margin: 5px 0px 10px;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
}

.go-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    text-decoration: none;
    color: white;
    background-color: rgb(223, 92, 37);
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
	z-index:999;
    display: none;
}

.go-top .icon {
    line-height: 36px;
}

.go-top:focus {
    color: #FFF
}

.go-top:hover {
    background-color: rgba(223, 92, 37, 0.8);
    color: #FFF
}


/* SUB PAGE START */

.sub-banner {
    position: relative;
}

.sub-banner img {
    width: 100%;
}

.bg-black {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%
}

.sub-banner h1 {
    text-align: center;
    margin: 0;
    color: #FFF;
    font-weight: bold;
    font-size: 48px;
}

.page-title {
    position: absolute;
    z-index: 99;
    /* top: 38%; */
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumbs-new {
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 20px;
    padding: 15px;
    background: #fff
}

.breadcrumbs-new li a {
    font-size: 18px;
    padding-right: 10px;
}

.breadcrumbs-new li {
    float: left;
    display: inline-block;
    font-size: 18px;
    color: #df5c25;
}

.breadcrumbs-new li .icon {
    color: #CCC;
    position: relative;
    top: 2px;
    padding-right: 3px
}

.side-menu {
    background: #f8f8f8;
    margin-bottom: 20px
}

.side-menu li a {
    line-height: 24px;
    padding: 10px 13px;
    display: block
}

.side-menu li {
    border-bottom: dotted 1px #CCC
}

.side-menu li:last-child {
    border: none
}

.side-menu li.active a {
    color: #df5c25;
}

.side-menu li a:after {
    content: "\f0df";
    font-family: 'icomoon' !important;
    position: relative;
    top: 0px;
    float: right
}

.side-menu .list-group-item {
    background: none;
    border: none
}

.side-menu .list-group-item:hover {
    background: none;
    color: #df5c25
}

a.list-group-item,
button.list-group-item {
    color: #404040
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    border: none;
    color: #df5c25;
    background: none;
}

.title2 {
    font-size: 24px;
    margin-top: 10px;
    color: #1e306d;
	text-align:left;
}

.title2::after {
    content: "";
    background: #df5c25;
    display: block;
    position: relative;
    height: 1px;
    width: 90px;
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 20px;
}

.title2.location-title::after {
    margin-bottom: 0px
}

.title2.location-title {
    margin-bottom: 0px
}

.baggage-free {
    border: 1px solid #f1f1f1;
}

.pl-15 {
    padding-left: 15px
}

.baggage-free .inner-title {
    margin-top: 10px
}

.inner-title {
    font-size: 20px;
    margin-top: 20px;
    color: #1e306d;
    margin-bottom: 5px;
}

.inner-content li {
    line-height: 24px
}

.inner-content {
    margin-bottom: 40px
}

.bag-icon {
    margin-top: 40px
}

.arrow-icon li::before {
    content: "\f0df";
    font-family: 'icomoon' !important;
    position: relative;
    top: 2px;
    color: #df5c25;
    margin-right: 7px;
}

.inner-content h4.text-orange {
    margin-bottom: 3px
}

.table-custom th {
    background: rgba(223, 92, 37, 0.1) !important
}

.table-custom2 th {
    background: #f8f8f8 !important
}

.fleet-thumb.thumbnail:hover {
    background: none !important
}

.fleet-thumb .caption {
    background: #fff;
    padding: 10px 15px;
}

.fleet-thumb .caption p {
    margin: 0px;
    font-size: 16px;
}

.fleet-thumb .caption ul li {
    font-size: 16px;
    display: inline-block;
    float: left;
    width: 50%;
}

.management-members {
    background: #FFF;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #f1f1f1;
    padding: 15px 10px;
}

.management-members img {
    display: block;
    margin: auto;
}

.management-members p {
    margin-bottom: 0px
}

.career {
    border: 1px solid #f1f1f1;
    padding: 10px 0px
}

.career a {
    color: #1e306d
}

.panel-default a[aria-expanded*="false"]::before {
    font-family: 'icomoon';
    float: right;
    font-size: 12px;
    content: "\e656";
}

.collapse-content .panel-title>a {
    display: block;
    padding: 5px 10px;
    outline: 0;
    /*    font-weight: bold;*/
    text-decoration: none;
}

#collapse-init.btn {
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel-default a[aria-expanded*="true"]::before {
    content: "\e659";
    float: right;
    font-family: 'icomoon';
    font-size: 12px;
}

.collapse-content .panel-group .panel {
    border-radius: 0px;
}

.panel-default a[aria-expanded*="true"] {
    background-color: #1e306d;
    color: #fff;
}

.collapse-content .panel-heading {
    padding: 0;
    border-radius: 0;
    background: rgba(223, 92, 37, 0.2);
    border-color: #dfdae0;
}

.collapse-content .panel-body {
    padding: 10px 10px 0px;
}

.office-loactions .collapse-content .panel-body {
    padding: 10px 0px 0px
}

.office-loactions ul {
    margin-bottom: 10px
}

.office-loactions ul li a {
    text-decoration: underline
}

.office-loactions .title2:after {
    margin-bottom: 10px;
    width: 70px;
}

.office-loactions .title2 {
    font-size: 22px;
}

.country-locations {
    border-bottom: 1px dotted #CCC;
}

.country-locations:last-child {
    border: none
}


/*.country-locations{ border-bottom:1px dotted #CCC; padding-bottom:10px; }
.country-locations ul{margin-top:10px}*/

.modal .im-cross {
    font-size: 12px;
    position: relative;
    top: 2px;
}

.enquiry {
    background: #f8f8f8;
    padding: 15px 0px;
}

.enquiry .form-control {
    border-radius: 0px;
    font-size: 14px;
    border: 1px solid #CCC;
    color: #404040;
    box-shadow: none;
}

.enquiry .form-group {
    position: relative
}

.enquiry .form-group label.pointer-none {
    color: #1e306d;
}

.enquiry .icon-arrow {
    top: 32px !important;
    right: 15px;
}

.enquiry .form-group .radio {
    margin-top: 0px
}

.text-red {
    color: #ff0000
}

.enquiry form ul li {
    display: inline-block;
    margin-right: 20px
}

.enquiry .disabled {
    cursor: not-allowed;
}

.enquiry .form-control[readonly] {
    background: #FFF
}

.enquiry .form-control[readonly].disabled {
    background: #f8f8f8;
    cursor: not-allowed
}

.enquiry .btn-primary {
    font-weight: bold
}

.click-tag {
    position: relative;
    padding: 0 8px;
    margin-left: 10px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 16px;
    display: inline-block;
}

.form-link {
    background: red;
}

.click-tag:after,
.click-tag:before {
    border: transparent solid 8px;
    content: "";
    position: absolute;
    left: -8px;
    bottom: 0;
    z-index: 0;
}

.click-tag:after {
    right: -8px;
    left: auto;
}

.form-link:after,
.form-link:before {
    border-top-color: red;
    border-bottom-color: red;
}

.list-title {
    background: #1e306d;
    color: #FFF;
    font-size: 18px;
    padding: 10px 13px
}


/* Duty Free tab start */

.duty_free ul.nav-tabs {
    margin-bottom: 10px
}

.duty_free .tab-content p {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
    line-height: normal;
    width: 100%;
}

.duty_free .tab-content p span {
    width: 100%;
    text-decoration: line-through;
    color: #7d7d7d;
    line-height: normal;
    float: left;
    font-size: 14px;
}

.duty_free .row-flex .management-members {
    height: 100%;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.duty_free .row-flex .col-md-3 {
    margin-bottom: 20px;
}

.inner-content .duty_free h4.text-orange {
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
}

.duty_free .row-flex .management-members del {
    color: #888
}

.duty_free .nav-tabs li a {
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #eee;
}

.duty_free .nav-tabs>li.active>a,
.duty_free .nav-tabs>li.active>a:focus,
.duty_free .nav-tabs>li.active>a:hover {
    background: #df5c25;
    border-color: #df5c25;
    color: #fff;
}

.duty_free .enquiry select.form-control {
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist-button;
    -ms-appearance: menulist-button;
    -o-appearance: menulist-button;
    appearance: menulist-button;
    text-transform: uppercase;
}

.item_title {
    font-weight: bold;
    color: #333 !important;
}

.item_row {
    margin-bottom: 10px;
    position: relative;
}

.remlegs {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
    color: #FFF;
    margin-right: 4px;
}

.addlegs {
    background: #28a4c9;
    color: #FFF;
}

.remlegs,
.addlegs {
    padding: 5px 20px;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.form_label {
    margin: 5px 0px 15px;
}

.remlegs:hover,
.addlegs:hover {
    color: #fff
}

.remove {
    position: absolute;
    right: 0px;
    background: red;
    color: #fff;
    top: 0px;
}

.select_items option.highlight {
    color: #000;
    font-weight: bold;
}

.Preorderthanksmodal i {
    font-size: 40px;
    color: #4CAF50;
    margin-top: 12px;
    display: inline-block;
}

.Preorderthanksmodal h3 {
    color: #4CAF50;
}


/* Duty Free tab end */


/* Modal Form Start */

.modal .nav-tabs>li>a {
    background: #e8e8e8;
}

.modal .im-flight {
    padding-right: 5px
}

.room-selection,
.chidAgeSel,
.chidAgeSel .form-group {
    display: none;
}

.room-selection.visible,
.chidAgeSel.visible {
    display: block;
}

.modal .clm2 .form-group:first-child {
    padding-left: 0;
}

.modal .clm2 .form-group:last-child {
    padding-right: 0;
}

.clm2 .form-group {
    float: left !important;
    padding-right: 10px;
    width: 50%;
}

.clm3 .form-group {
    float: left !important;
    padding-right: 10px;
    width: 33.3%;
}

.clm1 .form-group,
.clm2 .form-group,
.clm3 .form-group,
.clm4 .form-group {
    margin-bottom: 10px;
    margin-top: 0;
}

.modal {
    padding-top: 70px;
}

div#groupBook {
    z-index: 1100;
}

.modal .tag-label {
    color: #ed1c24;
    margin: 0;
    padding-top: 0;
}

.form-control[readonly] {
    cursor: pointer;
    background: #fff;
}

.modal .custom-dropdown .form-control {
    height: 34px;
    padding: 6px 6px;
    margin-bottom: 10px
}

.modal .custom-dropdown {
    position: absolute;
    background-color: #FFF;
    padding: 10px 15px 5px;
    width: 275px;
    left: 0px;
    box-shadow: rgba(0, 0, 0, .27) 0 1px 7px;
    top: 62px;
    border-radius: 0px;
    z-index: 10;
    display: none;
}

.close-dropdown {
    cursor: pointer
}

.modal .label-input .icon {
    right: 24px;
    top: 31px;
}

.label-input .icon {
    background: #fff;
    color: #797979;
    display: block;
    font-size: 21px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 27px;
    z-index: 2;
}

.modal-footer {
    clear: both;
}

.modal .cal {
    width: 100%;
}

.modal .clm2,
.modal .clm3 {
    float: left;
    position: relative;
    width: 100%;
}

.modal .clm3 .form-group:first-child {
    padding-left: 0;
}

.modal .room2 .form-group:nth-child(2) {
    padding-left: 0;
}

.modal .radio-group .trip-opt {
    margin-right: 15px;
    line-height: 24px;
}

.modal .radio-group .trip-opt label {
    cursor: pointer
}

.modal .form-control[disabled] {
    cursor: not-allowed;
    background: #EEE;
    color: #EEE
}

.modal .form-control,
#partner .form-control {
    border-color: #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: none !important;
    text-indent: 1px;
    border-radius: 0px
}

.modal .form-control {
    padding: 6px 6px;
}

.modal .custom-dropdown select.form-control {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
}

#FlightlFormPopup .modal-header {
    border: none;
    padding-bottom: 0px
}


/*#FlightlFormPopup .modal-body{padding-bottom:0px}*/

.modal .form-control.btn-primary {
    border-color: #df5c25
}

.modal .nav-tabs>li.active>a,
.modal .nav-tabs>li.active>a:hover,
.modal .nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #1e306d;
    border: 1px solid #1e306d;
    border-bottom-color: transparent;
}


/* Modal Form End */

.carousel-destination .carousel-caption {
    background: rgba(0, 0, 0, 0.7);
    border-bottom: 5px solid #fe5722;
    text-align: left;
    padding: 5px 10px 10px;
    width: 280px;
    left: 0px;
    bottom: 0px;
}

.carousel-destination img {
    width: 100%
}

.carousel-destination .carousel-caption p {
    color: #ddd;
    margin: 0px;
    line-height: 20px;
}

.carousel-destination .carousel-caption h3 {
    color: #FFF;
    margin-top: 5px;
    margin-bottom: 5px;
}

.button-align {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.carousel-destination a {
    color: #FFF;
    text-align: center;
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 2px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    margin-left: 3px;
}

.carousel-destination .icon {
    line-height: 28px;
}

.hotel_name {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

.hotel_name h3 {
    margin: 0px;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    color: #1e306d;
}

.slider_hotel .button-align {
    bottom: 50px;
    right: 25px;
}

.slider_hotel.carousel-destination a.hotel_link {
    width: auto;
    height: auto;
}

.slider_hotel.carousel-destination a.hotel_link:hover .hotel_name {
    background: #df5c25;
    border: 1px solid #df5c25;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

.slider_hotel.carousel-destination a.hotel_link:hover .hotel_name h3 {
    color: #fff;
}

.travel-table thead {
    background: #1e306d;
    color: #FFF
}

.travel-table ol,
.travel-table ul {
    margin: 0px;
    padding-left: 15px;
}

.travel-table ul li {
    list-style: disc;
}

.travel-table table td:nth-child(1) {
    width: 15%
}

.travel-table table td:nth-child(2) {
    width: 25%
}

.travel-table table td:nth-child(3) {
    width: 45%
}

.travel-table table td:nth-child(4) {
    width: 15%
}

.travel-table table th {
    vertical-align: middle !important;
    text-align: center
}

.checkin .nav-tabs>li.active>a,
.checkin .nav-tabs>li.active>a:hover,
.checkin .nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #1e306d;
    border: 1px solid #1e306d;
    border-bottom-color: transparent;
}

.checkin .nav-tabs>li>a {
    background: #eee
}

.checkin .nav-tabs {
    border: none
}

.checkin .tab-content {
    border: 1px solid #DDD;
    padding: 15px 15px 10px;
}

.checkin-content .btn-primary {
    height: 35px;
    margin-top: 23px;
    margin-bottom: 0px;
}

.checkin-content .form-control {
    border-radius: 0px;
}

.checkin-content .clm2 .form-group:last-child {
    padding-right: 0px;
}

.checkin-content .icon {
    background: #1e306d;
    color: #FFF;
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    font-size: 14px;
    border-radius: 50%;
    margin-right: 10px;
}

.login {
    margin-top: 20px;
    margin-bottom: 20px;
}

.login .btn {
    height: 34px;
    border-radius: 0px;
    width: 100px;
}

.airport-details {
    background: #f8f8f8;
    min-height: 235px;
    padding: 15px 15px 5px;
    margin-bottom: 20px;
}

.airport-details .inner-title {
    margin-top: 5px
}

.thumbnail.destination-thumb {
    background: #f9f9f9;
}

#nationality-modal {
    z-index: 9999;
}

.select2-container .select2-dropdown {
    width: 270px !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px;
    padding: 15px 10px 0px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #CCC;
    color: #404040;
    box-shadow: none;
}

.filter-dropdown.no-border-right+.select2-container--default .select2-selection--single {
    border-right: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.select2-results__options .select2-results__option {
    line-height: normal;
    border-top: 1px solid #ddd;
    font-weight: bold;
}

.select2-results__options .select2-results__option span,
.select2-results__options .select2-results__option small {
    display: inline-block;
    width: 100%;
    line-height: normal;
}

.select2-results__options .select2-results__option small {
    color: #a7a7a7;
    font-weight: normal;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background: #df5c25;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] small,
.select2-container--default .select2-results__option[aria-selected=true] small,
.select2-container--default .select2-results__option[aria-selected=true] span {
    color: #fff;
}

/*Hotspot styles*/

.lg-container {
  position: relative;
  margin: 1rem;
  padding: 0;
}

.lg-image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}

.lg-hotspot {
  position: absolute;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
  cursor: pointer;
}
.lg-hotspot:hover .lg-hotspot__button, .lg-hotspot:active .lg-hotspot__button {
  border-color: #ff774c;
}
.lg-hotspot:hover .lg-hotspot__button:after, .lg-hotspot:active .lg-hotspot__button:after {
  background-color: #ff774c;
}
.lg-hotspot--selected {
  z-index: 999;
}
.lg-hotspot--selected .lg-hotspot__label {
  opacity: 1;
}
.lg-hotspot__button {
  height: 10px;
  width: 10px;
  padding: 0px;
  border-radius: 100%;
  border: 1px solid #e35205;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 999;
  -webkit-animation: button-pulse 1000ms ease-out infinite;
          animation: button-pulse 1000ms ease-out infinite;
}
.lg-hotspot__button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  border-radius: 100%;
  /*border: 3px solid white;*/
  background-color: #e35205;
  transition: border-color 1s linear;
}

.lg-hotspot__label {
  position: absolute;
  padding: 0 0 1.1em 0;
  width: 16em;
  max-width: 50vw;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: -1;
  pointer-events: none;
  border-radius: 2px;
  user-select: none;
  opacity: 0;
  transition: all 0.1s linear;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .lg-hotspot__label {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(5px);
    background-color: rgb(22 22 22 / 16%); 
  }
}

.lg-hotspot__label h4 {
  margin: 0;
  padding: 3px 10px;
  background-color: #22326e;
  font-size: 1.1em;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: white;
  border-radius: 2px 2px 0 0;
}
.lg-hotspot__label ul {
  margin: 0;
  font-size:12px;
  padding: 10px 10px;
  color: #221515;
}

.lg-hotspot--top-left .lg-hotspot__label {
  top: 17px;
  left: 13px;
}

.lg-hotspot--top-right .lg-hotspot__label {
  top: 17px;
  right: 13px;
}

.lg-hotspot--bottom-right .lg-hotspot__label {
  right: 17px;
  bottom: 13px;
}

.lg-hotspot--bottom-left .lg-hotspot__label {
  bottom: 17px;
  left: 13px;
}


@-webkit-keyframes button-pulse {
  from {
    box-shadow: 0 0 0 0 #e35205, 0 0 4px 2px rgba(0, 0, 0, 0.4);
  }
  to {
    box-shadow: 0 0 0 8px rgba(255, 147, 223, 0), 0 0 4px 2px rgba(0, 0, 0, 0.4);
  }
}
@keyframes button-pulse {
  from {
    box-shadow: 0 0 0 0 #e35205, 0 0 4px 2px rgba(0, 0, 0, 0.4);
  }
  to {
    box-shadow: 0 0 0 8px rgba(255, 147, 223, 0), 0 0 4px 2px rgba(0, 0, 0, 0.4);
  }
}

@media screen and (max-width: 991px){
	.lg-hotspot__button {
		  height: 3px;
		  width: 3px;
	}
	.lg-hotspot__button:after {
		  height: 3px;
		  width: 3px;
	}	
	@-webkit-keyframes button-pulse {
  from {
		box-shadow: 0 0 0 0 #e35205, 0 0 4px 2px rgba(0, 0, 0, 0.4);
		}
  to {
		box-shadow: 0 0 0 4px rgba(255, 147, 223, 0), 0 0 4px 2px rgba(0, 0, 0, 0.4);
	  }
	}
	@keyframes button-pulse {
  from {
		box-shadow: 0 0 0 0 #e35205, 0 0 4px 2px rgba(0, 0, 0, 0.4);
	  }
  to {
		box-shadow: 0 0 0 4px rgba(255, 147, 223, 0), 0 0 4px 2px rgba(0, 0, 0, 0.4);
	  }
	}
}
/*Hotspot styles END*/

@media screen and (max-width: 1280px) {
    .booking-form {
        left: 0px;
        width: 100%;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
    }
	.main-header .navbar .dropdown-menu a{
		font-size: 13px;
	}	 
	.booking-form .nav-tabs li a{
		font-size: 14px;
	}
	.booking-form .radio-group label{
	   font-size: 12px;
	}
	
    .carousel-custom .carousel-control {
        top: 40%
    }
}

@media screen and (max-width: 1199px) {
    .logo img {
        height: 138px;
    }
    .flash-news .volume-icon {
        display: none;
    }
    .booking-form {
        position: relative;
        bottom: 0px;
	}
    .hide-responsive {
        display: none;
    }
	.booking-form .nav-tabs.form-tab li a span{
		font-size:14px;
	}
    .booking-form .nav-tabs li a {
        font-size: 20px;
    }
    .booking-form .icon-cargo {
        height: 20px;
        bottom: 0px;
    }
    .news-ticker1 {
        padding: 0px 0px 6px;
    }
    .news-event {
        height: auto;
    }
    /*.carousel-custom .carousel-control {
	top: 30%
}*/
}

@media screen and (max-width: 1024px) {
	.logo{
		top: 29px;
		padding: 0px 20px 20px;
	}
	  .logo a img {
		height: 84px;
	}
	 .booking-form {
        left: 0px;
        width: 100%;
		position: absolute;
		bottom: 10px;
		z-index: 999;
    
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
    }
	.main-header .navbar .dropdown-menu a{
		font-size: 13px;
	}	 
	.booking-form .nav-tabs li a{
		font-size: 14px;
	}
	.booking-form .radio-group label{
	   font-size: 12px;
	}
}

@media screen and (max-width:990px) {
    .logo{
		top:31px;
		padding: 0px 15px 20px;
	}
	.logo a img {
        height: 84px;
    }
	.custom-margin {
		margin-left: 0px;
		margin-right: 0px;
	}
	 .booking-form {
        left: 0px;
        width: 100%;
		position: relative;
		bottom: 10px;
		z-index: 999;
    }
    .fleet-thumb .caption ul li {
        width: 100%;
    }
    .filter-list {
        width: 50%;
        margin: inherit
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 13px 3px
    }
    .booking-form .custom-dropdown {
        top: 168px;
    }
    .carousel-destination {
        margin: 10px 0px;
    }
	.promo-destination{
		margin: 10px 0px;
	}
    .row-flex {
        display: inherit;
    }
	.booking-form .nav-tabs.form-tab {
		display: flex;
		height: 100%;
		flex-wrap: wrap;
	}
	.booking-form .nav-tabs.form-tab li {
		height: 100px;
		flex: 1 0 20%;
		align-items: center;
		justify-content: center;
	}
	.booking-form .nav-tabs.form-tab li a {
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.booking-form .nav-tabs.form-tab li a span {
		display: inline-block;
		width: 100%;
		font-size: 14px;
		line-height: normal;
	}
	.precautionary_measures .col-md-6 {
    padding-left: 15px !important;
	padding-right: 15px !important;
	}
}

@media screen and (max-width: 767px) {
	.logo img {
		height: 90px;
	}
	.custom-margin {
		margin-left: 0px;
		margin-right: 0px;
	}
    .title {
        font-size: 28px
    }
    .ticker-nav {
        width: auto;
    }
    .filter-list .search {
        width: 100%;
        min-width: 100%
    }
    .main-header .navbar .dropdown-menu a {
        font-size: 14px;
        padding: 10px
    }
    .sub-title {
        font-size: 14px
    }
    .check-flight {
        position: relative;
        top: 0px
    }
    .flash-news {
        display: block;
        padding: 0px;
        line-height: 36px;
        margin-top: 20px;
    }
    .breadcrumbs-new {
        padding: 10px 0px
    }
    .breadcrumbs-new li a {
        font-size: 12px
    }
    .breadcrumbs-new li {
        font-size: 12px
    }
    .sub-banner h1 {
        font-size: 18px
    }
    .navbar-default .navbar-nav>li {
        width: 100%
    }
    .navbar-nav {
        width: auto;
        margin-top: 0px
    }
    .navbar-default .navbar-nav>li>a {
        text-align: left;
        padding: 10px;
        border: none;
        font-size: 15px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none
    }
    .small-thumb img {
        height: auto;
    }
    .big-thumb img {
        height: auto;
    }
    .flash-news:after {
        display: none;
    }
    .flash-news:before {
        display: none;
    }
    .flash-news .right-arw .icon {
        position: absolute;
        color: #df5c25;
        font-size: 24px;
        right: -7px;
        top: 7px;
    }
    .col-pad-right {
        padding-right: 15px
    }
    .top-destinations {
        margin-bottom: 0px
    }
    .go-top:hover {
        background-color: rgba(223, 92, 37, 0.5);
    }
    footer li a {
        font-size: 14px
    }
    .travel-table.table-responsive>.table-bordered>tbody>tr>td:last-child,
    .travel-table.table-responsive>.table-bordered>tbody>tr>th:last-child,
    .travel-table.table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .travel-table.table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .travel-table.table-responsive>.table-bordered>thead>tr>td:last-child,
    .travel-table.table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 1px solid #DDD
    }
    .airport-details {
        min-height: inherit;
    }
    .checkin-content .btn-primary {
        margin-top: 0px
    }
    .MacOS .news-ticker1 {
        padding-bottom: 7px;
        padding-top: 7px;
    }
}
@media screen and (max-width: 520px) {
	.custom-margin {
		margin-left: 0px;
		margin-right: 0px;
	}
	.booking-form .nav-tabs.form-tab li{
		height:80px;
	}
	.booking-form .nav-tabs.form-tab li a span {
		font-size: 10px;
		height: 28px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 3px;
	}
}
@media screen and (max-width: 480px) {
	.logo{
		top: 21px;
		padding: 0px 6px 18px;
		left: 5px;
	}
	 .logo a img {
        height: 55px;
    }
	.custom-margin {
		margin-left: 0px;
		margin-right: 0px;
	}
	.mileslogo-top{
		display:none;
	}
	.news-title {
    width: auto !important;
    }
	.ticker-wrap {
    width:  auto  !important;
    }
    .booking-form .nav-tabs li a {
        font-size: 16px;
        padding: 15px;
    }
    .ticker-nav {
        top: 5px;
    }
    .nav-buttton {
        width: 30px;
        border-radius: 5px;
    }
    .ticker-nav button:first-child {
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    .ticker-nav button .icon {
        font-size: 18px;
        line-height: 20px;
    }
    .checkin-content .clm2 .form-group {
        width: 100%;
    }
    .checkin .nav-tabs>li>a {
        padding: 5px 5px;
    }
    .booking-form .icon-cargo {
        height: 16px;
    }
    .filter-list.filter-arrival {
        left: 0;
    }
    .filter-list {
        width: 100%
    }
    .booking-form .radio-group {
        margin-right: 0px;
    }
    .booking-form .container {
        padding: 0px;
    }
    .news-event ul li {
        font-size: 12px;
    }
    .flash-news {
        line-height: 24px;
        font-size: 14px;
    }
    .flash-news .right-arw .icon {
        font-size: 18px;
        right: -5px;
        top: 3px;
    }
   
    /*.booking-form .tab-content {
	padding: 8px 10px 0px 10px;
}*/
    .top-links li a {
        font-size: 12px;
    }
    .top-links li {
        padding: 0 3px;
    }
    .carousel-custom .carousel-control {
        width: 30px;
        height: 30px;
    }
    .carousel-custom .carousel-control .icon {
        font-size: 20px;
        line-height: 28px;
    }
    .int-dom.btn-group {
        padding-bottom: 10px;
    }
    .flash-news {
        font-size: 13px;
    }
    .filter-list {
        width: 100%;
    }
    .list-container {
        overflow-x: scroll;
        max-height: 200px;
    }
    .booking-form .custom-dropdown {
        width: 100%;
    }
    .booking-form .custom-group label {
        margin-top: 8px;
        margin-bottom: 5px;
    }
    .int-dom.btn-group a.btn {
        width: 50%;
        padding: 6px;
    }
    .int-dom.btn-group {
        width: 100%;
    }
    .carousel-destination .carousel-caption {
        width: 200px;
    }
    .carousel-destination .carousel-caption h3 {
        font-size: 18px;
    }
    .carousel-destination .carousel-caption p {
        font-size: 12px;
        line-height: 18px
    }
    .booking-form .inner-tab.nav-tabs li a {
        padding: 3px 5px;
    }
}

@media screen and (max-width: 350px) {
    .carousel-destination .carousel-caption {
        width: 170px;
    }
	.custom-margin {
		margin-left: 0px;
		margin-right: 0px;
	}
    .booking-form .inner-tab.nav-tabs li a {
        font-size: 13px;
        padding: 3px 3px;
    }
    .logo img {
        height: 80px;
    }
    .top-links li {
        padding: 0px 1px
    }
    /*.carousel-custom .carousel-control {
	top: 8%;
}*/
}


.bg_bn {
    height: 100%;
}

.bg_bn {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0;
    position: relative;
}

@media screen and (min-width: 1501px){
.bg_bn {
	position: relative;
	background-size: cover;
	border: 2px solid black !important;
	height: 681px !important;
    visibility: visible;	
}
	.carousel-indicators-custom{
		top: 67% !important;
		padding-right: 14% !important;
	}
}
@media screen and (max-width: 1500px){
.bg_bn {
	position: relative;
	background-size: cover;
	height: 770px !important;
    visibility: visible;	
	}
	.carousel-indicators-custom{
		top: 71% !important;
		padding-right: 13% !important;
	}
}

@media screen and (max-width: 1366px){
.bg_bn {
	background-size: cover;
    position:relative;
	height: 515px !important;
    visibility: visible;
	}
	.carousel-indicators-custom{
		top: 57% !important;
		padding-right: 8% !important;
	}
}
@media screen and (max-width: 1280px){
.bg_bn {
	background-size: cover;
    position:relative;
	height:461px !important;
    visibility: visible;
	}
	.carousel-indicators-custom{
		top: 53% !important;
		padding-right: 5% !important;
	}
	.carousel-indicators-custom li {
    width: 23px !important;
    height: 3px !important;
	}

	.carousel-indicators-custom .active{
		width: 23px !important;
		height: 4px !important;
	} 
}
@media screen and (max-width: 1024px){
.bg_bn {
	background-size: cover;
    position:relative;
	height:455px !important;
    visibility: visible;
	}
	.carousel-indicators-custom{
		top: 53% !important;
		padding-right: 5% !important;
	}
	.carousel-indicators-custom li {
    width: 23px !important;
    height: 3px !important;
	}

	.carousel-indicators-custom .active{
		width: 23px !important;
		height: 4px !important;
	} 
	.lg-hotspot__label {
		width:13em;
	}
	.lg-hotspot__label ul li{
		font-size: 12px;
	}
}
@media screen and (max-width: 991px){
.bg_bn {
	background-size: cover;
    position:relative;
	height: 300px !important;
    visibility: visible;
	}
	.carousel-indicators-custom{
		top: 88% !important;
		text-align: center !important;
		padding-right: 0 !important;
	}
	.carousel-indicators-custom li {
    width: 15px !important;
    height: 3px !important;
	}

	.carousel-indicators-custom .active{
		width: 15px !important;
		height: 5px !important;
	}
	
	.promo-carousel-indicators {
		position: absolute;
		display: flex;
		top: 101%;
		z-index: 15;
		width: 200px;
		margin-left: auto;
		list-style: none;
		text-align: center;
		left: 45%;
		right: auto;
	}
	.promo-carousel-indicators li {
		margin-right: 7px;
	}
	.promo-carousel-indicators .active {
		margin-right: 7px;
	}
	.promo_offers .col-md-6{
	padding: 0px 10px !important;
	}
	.promo-text{
		height:325px;
	}
	.promo-destination a {
		width:260px;
	}
	.lg-hotspot__label {
		width:8em;
	}
	.lg-hotspot__label ul li{
		font-size: 10px;
	}
}
@media screen and (max-width: 767px){
.bg_bn {
	background-size: cover;
    position:relative;
	height:170px !important;
    visibility: visible;
}
	.carousel-indicators-custom{
		top: 88% !important;
		text-align: center !important;
		padding-right: 0 !important;
	}
	.carousel-indicators-custom li {
    width: 15px !important;
    height: 3px !important;
	}

	.carousel-indicators-custom .active{
		width: 15px !important;
		height: 5px !important;
	} 
		.promo-carousel-indicators {
		position: absolute;
		display: flex;
		top: 101%;
		z-index: 15;
		margin-left: auto;
		list-style: none;
		text-align: center;
		right: auto;
	}
	.promo-carousel-indicators li {
		margin-right: 7px;
	}
	.promo-carousel-indicators .active {
		margin-right: 7px;
	}
	.promo_offers .col-md-6{
	padding: 0px 10px !important;
	}
	.promo-destination a {
		width:130px;
	}
	.lg-hotspot__label {
		width:7em;
	}
	.lg-hotspot__label ul li{
		font-size: 9px;
	}
}
@media screen and (max-width: 479px){
.bg_bn {
    position:relative;
	background-size: cover;
	height: 150px !important;
    visibility: visible;
}
	.carousel-indicators-custom{
		top: 76% !important;
		text-align: center !important;
		padding-right: 0 !important;
	}
	.carousel-indicators-custom li {
    width: 15px !important;
    height: 3px !important;
	}

	.carousel-indicators-custom .active{
		width: 15px !important;
		height: 5px !important;
	} 
	
	.promo-text{
		height:360px;
	}
	
	.caption_promo{
		padding:0px 20px 7px;
	}
	
	.caption_promo h1{
		font-size: 25px;
	}
	.caption_promo p{
		font-size:13px;
	}
	
		.promo-carousel-indicators {
		position: absolute;
		display: flex;
		top: 101%;
		z-index: 15;
		margin-left: auto;
		list-style: none;
		text-align: center;
		width: 150px;
		right: auto;
	}
	.promo-carousel-indicators li {
		margin-right: 7px;
	}
	.promo-carousel-indicators .active {
		margin-right: 7px;
	}
	.promo_offers .col-md-6{
	padding: 0px 10px !important;
	}
	.promo-destination a {
		width:120px;
		font-size:13px;
	}
	.lg-hotspot__label {
		width:13em;
	}
	.lg-hotspot__label ul li{
		font-size: 9px;
	}
}


/*Helicopter services styles Start*/

.container-heli{
  position: relative;
}

.container-heli .card{
  position: relative;
  width: 100%;
  height: 300px;
  /*background: #232323;*/
  border-radius: 20px;
  overflow: hidden;
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
    -moz-box-shadow: 0 8px 6px -6px #CCC;
    box-shadow: 0 8px 6px -6px #ccc;
    -webkit-transition: background-color 1.5s ease-out
}

.container-heli .card:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  clip-path: circle(0px at 80% 5%);
  transition: 0.5s ease-in-out;
}

.container-heli .card:hover:before{
  clip-path: circle(500px at 80% -20%);
}

.container-heli .card .imgBx{
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  z-index: 10000;
  width: 100%;
  height: 150px;
  transition: 0.5s;
}

.container-heli .card:hover .imgBx{
  top: 0%;
  transform: translateY(0%);
    
}

.container-heli .card .imgBx img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-25deg);
  width: 130px;
	height:auto;
}

.container-heli .card:hover .imgBx img{
	transition: 0.4s;
	width:200px;
	height:auto
}


.container-heli .card .contentBx{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  transition: 1s;
  z-index: 10;
	padding-left: 5px;
	padding-right: 5px;
}

.container-heli .card:hover .contentBx{
  height: 150px;
}

.container-heli .card .contentBx h4{
  position: relative;
	text-shadow:2px 2px 4px #000000;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
}

.container-heli .card .contentBx .size {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  transition: 0.5s;opacity: 0;
  visibility: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.container-heli .card:hover .contentBx .size{
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}


.container-heli .card .contentBx .size h4{
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  margin-right: 10px;
}
.container-heli .card .contentBx .size p{
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  margin-right: 10px;
}

.container-heli .card .contentBx a{
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 4px;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 600;
  color: #111;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
  margin-top: 0;
}

.container-heli .card:hover .contentBx a{
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.75s;
  
}

/* Helicopter Services END*/

/*Flight Schedule page*/

.schedule-style{
	padding:15px 15px;
	border: 1px solid #f1f1f1;
	
}

.schedule-style table tr td{
	padding-left:5px;
}

.schedule-style table tr td a{
	cursor:pointer;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

.schedule-style table tr td a:hover{
	transform:scale(1.05);
	cursor:pointer;
}

.arrow-icon tr::before {
    content: "\f0df";
    font-family: 'icomoon' !important;
    position: relative;
    top: 2px;
    color: #df5c25;
    margin-right: 7px;
}
/*Flight Schedule page END*/