body {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    position: relative;
}

.noscroll {
    height: 100%;
    overflow: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-weight: 700;
}

h1 {
    font-size: 34px;
}

h3 {
    font-size: 16px;
}

.fb-20 {
    font-size: 20px;
    font-weight: 700;
}

.dropdown.open .caret,
.dropdown a[aria-expanded="true"] .caret {
    border-top-width: 0;
    border-bottom: 4px solid;
}

.pos-inherit {
    position: inherit;
}

.text-bold {
    font-weight: 700 !important;
}

.no-pad {
    padding: 0 !important;
}

.no-pad-right-left {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.no-pad-top-bot {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-mar {
    margin: 0 !important;
}

.no-mar-right-left {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.no-mar-top-bot {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.plr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.ptb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.plr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.pt-0 {
    padding: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-2 {
    padding-right: 2px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px;
}

.mr-10 {
    margin-right: 10px !important;
}

.bor-none {
    border: none;
}

.bor-left {
    border-left: 1px solid;
}

.bor-right {
    border-right: 1px solid;
}

.reset_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.xs-icon {
    font-size: 12px;
}

.btn {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none !important;
}

.btn-primary,
.btn-continue,
.btn-selected,
.btn-gray,
.btn-lblue,
.btn-social {
    padding: 12px 37px;
    font-size: 20px;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    border-radius: 8px;
    outline: none;
}

.btn-sm {
    font-weight: 500;
    border-radius: 7px;
    padding: 11px 0px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

.btn-primary {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-gray.btn-selected i {
    font-size: 14px;
}

.btn-social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.btn-social i {
    margin-right: 8px;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-align-center {
    align-items: center;
}

.flex-align-flex-end {
    align-items: flex-end;
}

.flex-justify-center {
    justify-content: center;
}

.flex-justify-spacearound {
    justify-content: space-around;
}

.flex-justify-spacebetween {
    justify-content: space-between;
}

.common_form .form-group .form-control:focus {
    box-shadow: none;
    outline: none;
}

header {
    padding: 0px 0;
    position: relative;
}

header .navbar {
    padding: 0;
    background-color: transparent !important;
    border-radius: 0;
    margin-bottom: 0px;
}

header .navbar>.row {
    width: 100%;
    margin: auto;
}

.currency-value {
    padding-left: 5px;
}

.navbar-logo {
    padding: 0;
    float: left;
    margin-top: 15px;
}

.navbar-logo a {
    font-size: 49px;
    line-height: 40px;
    text-decoration: none;
}

header .nav {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

header .header_sign_btn,
header .nav_close {
    display: none;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.dark_bg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
header .navbar-collapse {
    padding: 0;
	visibility: visible;
}
.navbar-collapse.in {
  overflow-y: auto;
  overflow: visible;
}
header .navbar-collapse .nav {
    margin: 0;
}
header .nav li {
    padding: 0px 0px;
    float: none;
    display: flex;
}

/* header .nav li.signin {
    padding-left: 10px;
    padding-right: 10px;
}

header .nav li.signin:before {
    content: "";
    width: 2px;
    height: 20px;
    left: 0px;
    top: 50%;
    margin-top: -10px;
    position: absolute;
}

header .nav li.signin:after {
    content: "";
    width: 2px;
    height: 20px;
    right: 0px;
    top: 50%;
    margin-top: -10px;
    position: absolute;
} */

header .nav li:last-child {
    padding-right: 0;
}

.navbar-nav>li>a {
    padding: 30px 12px;
    font-size: 14px;
    display: block;
    font-weight: 500;
    cursor: pointer;
}

.activefnm{background: #FFF;
    color: #21409a !important;
    border-radius: 15px;
    padding: 3px 12px !important;
	font-weight: 600 !important;
    margin: 27px 10px 27px 0px;}

.activefnm:hover {background: #FFf !important;
    color: #21409a !important;
    border-radius: 15px;
	font-weight: 600 !important;
    padding: 3px 12px !important;
    margin: 27px 10px 27px 0px;}

body[data-culture="hy-AM"] .navbar-nav>li>a {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    line-height: normal;
    width: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
}
body[data-culture="ro-RO"] .navbar-nav li a,
body[data-culture="ru-BY"] .navbar-nav li a {
    /* font-size: 13px; */
    padding-left: 12px;
    padding-right: 12px;
}
body[data-culture="hy-AM"] .navbar-nav li a,
body[data-culture="it-IT"] .navbar-nav li a{
    padding-left: 5px;
    padding-right: 5px;
}
body[data-culture="de-DE"] .navbar-nav li a {
    padding-left: 10px;
    padding-right: 10px;
}
body[data-culture="fr-FR"] .navbar-nav li a {
    padding-left: 8px;
    padding-right: 8px;
}
body[data-culture="fr-FR"] .cheap_flights ul li .cheap_fight_box {
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
    position: absolute;
    /* bottom: 0; */
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
}
body[data-culture="fr-FR"] .cheap_flights ul li .cheap_fight_box h4 {
    display: flex;
    align-items: center;
    font-size: 14px;
}
body[data-culture="fr-FR"] .cheap_flights ul li .cheap_fight_box span {
    font-weight: 900;
    font-size: 15px;
    color: #224099;
}
body[data-culture="fr-FR"] .additional_service_caption .title_price span {
    font-size: 21px;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    padding-left: 10px;
    line-height: 34px;
}
body[data-culture="hy-AM"] .navbar-nav li.language-slt .dropdown-toggle {
    padding-top: 25px;
    padding-bottom: 25px;
}
/* body[data-culture="ro-RO"] header .navbar-nav .signin .siginDrop .dropdown-toggle,
body[data-culture="ru-BY"] header .navbar-nav .signin .siginDrop .dropdown-toggle{
    font-size: 15px;
    padding:0
}
.siginDrop ul.dropdown-menu.language li:not(.signoutlink){
    display: none;
} */
    
.currency-select a {
    font-size: 14px;
}

.currency-select .dropdown-menu>li {
    display: block;
}

.currency-select .dropdown-menu>li>a {
    font-size: 14px;
    color: #0095da;
    display: block;
    line-height: 26px;
}

.currency-select .dropdown-menu>li.active>a {
    color: #fff !important;
    background: #0095da;
    text-indent: 5px;
}

.currency-select .btn {
    background: none;
    color: #FFF;
    border: none;
    position: relative;
    top: -23px;
    font-size: 14px;
    font-weight: 500;
}

.currency-select.open .btn:focus {
    background: none;
    color: #FFF;
}

.currency-select .btn.active.focus,
.currency-select .btn.active:focus,
.currency-select .btn.focus,
.currency-select .btn:active.focus,
.currency-select .btn:active:focus,
.currency-select.btn:focus,
.currency-select.open .btn {
    background: none;
    color: #FFF;
}

.currecncy-slt option {
    background: #fff;
    color: #0095da;
}

.currecncy-slt:focus {
    outline: none;
}

.currecncy-slt {
    float: left;
    width: 100px;
    position: relative;
    top: -30px;
    line-height: 40px;
    background: #21409a;
    color: #fff;
    border: navajowhite;
}


/* Shutter Out Vertical */

.navbar-nav>li>a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.header_dropdown .dropdown-toggle:hover,
.header_dropdown .dropdown-toggle:focus {
    text-decoration: none;
    box-shadow: none;
}

.header_dropdown .btn-group.open .dropdown-toggle,
.header_dropdown .btn:active {
    box-shadow: none;
}

.banner_bg {
    /* background-image: url(../images/home_banner.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 680px;
    position: relative; */
    /* background: #333; */
    position: relative;
    z-index: 5;
}

.form-section {
    position: absolute;
    top: 18%;
/*    margin-top: -105px;*/
    left: 0;
    right: 0;
    z-index: 10;
    /* width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; */
}

.farecalendar .form-section {
    margin-top: -50px;
}


/* .main_slider img {
    height: 680px;
} */

.main_slider .slick-arrow {
    position: absolute;
    z-index: 99999;
    top: 50%;
    margin-top: -30px;
}

.main_slider .slick-prev,
.main_slider .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: inline-block;
    font-size: 32px;
    line-height: 32px;
    position: relative;
    /* margin-left: 3px; */
    border: none;
    opacity: 0.5;
    position: absolute;
    /* bottom: 15px; */
    right: 30px;
    z-index: 99;
    padding: 0px;
}

.main_slider .slick-prev span,
.main_slider .slick-next span {
    opacity: 1;
}

.main_slider .slick-prev:hover,
.main_slider .slick-next:hover {
    opacity: 1;
    outline: none;
}

.main_slider .slick-prev:focus,
.main_slider .slick-next:focus {
    outline: none;
}

.main_slider .slick-prev {
    left: 30px;
}

.banner_bg .container {
    position: relative;
    z-index: 2;
}

header .dropdown-menu.mega-dropdown-menu .info_megadropdown_bg {
    padding-top: 30px;
    padding-bottom: 0px;
}

header .dropdown-menu.mega-dropdown-menu .info_megadropdown_bg ul {
    display: block;
}

header .dropdown-menu.mega-dropdown-menu .info_megadropdown_bg ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

header .dropdown-menu.mega-dropdown-menu .info_megadropdown_bg ul li a {
    display: flex;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    align-items: center;
}

header .dropdown-menu.mega-dropdown-menu .info_megadropdown_bg ul li a h4 {
    font-size: 16px;
    text-transform: capitalize;
    /* margin-bottom: 12px; */
}

header .dropdown-menu.mega-dropdown-menu .info_megadropdown_bg.plan_bg ul li {
    margin-bottom: 18px;
}

header .dropdown-menu.mega-dropdown-menu .info_megadropdown_bg.plan_bg ul {
    max-width: 490px;
}

header .dropdown-menu.mega-dropdown-menu .info_megadropdown_bg ul li a img {
    max-width: 50px;
}

header .dropdown-menu.mega-dropdown-menu .info_megadropdown_bg ul li a:hover {
    text-decoration: none;
}

header .dropdown-menu.mega-dropdown-menu .info_megadropdown_bg h3 {
    font-size: 35px;
}

header .dropdown-menu.mega-dropdown-menu .info_megadropdown_bg ul li span {
    padding-left: 20px;
}

.info_megadropdown_bg .dropdown_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.megadropdown_search_box {
    width: auto;
    max-width: 320px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.megadropdown_search_box form {
    width: 100%;
    width: 320px;
}

.megadropdown_search_box .form-group {
    display: flex;
    height: 60px;
    border: 1px solid;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0px;
    /* margin-right: 28px; */
}

.megadropdown_search_box .form-group .form-control {
    height: 100%;
    border: none;
    box-shadow: none;
    border-radius: 8px;
}

.megadropdown_search_box .form-group .search_btn {
    -webkit-apperance: none;
    border: none;
    background-color: transparent;
}

.megadropdown_search_box .form-group .search_btn+i {
    position: absolute;
    right: 14px;
    top: 17px;
    font-size: 20px;
}

.megadropdown_search_box .icon-close {
    font-size: 18px;
}

.info_megadropdown_bg h5 {
    font-size: 19px;
    margin-bottom: 25px;
}


/*.banner_bg:before { position:absolute; width:100%; height:100%; content:''; background-color:rgba(0,0,0,0.3); z-index:1; }*/

.banner_caption {
    /* margin-top: 120px; */
    text-align: center;
}

.banner_caption h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 55px;
}

.booking_form>.nav-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    border: none;
}

.booking_form>.nav-tabs li {
    display: flex;
    flex-direction: column;
	background-color: transparent !important;
}

.booking_form>.nav-tabs li .imgicon{width: 34px;
    position: absolute;
    padding: 0px 5px 0px 0px;
    left: -15px;
    top: 5px;}

.holeliconfse{width: 30px !important;
    left: 5px !important;
    top: -2px !important;}

.cariconfse{left: 0px !important;}

.booking_form>.nav-tabs li a {
    border: none;
    font-size: 16px;
    padding: 0px 0px;
    text-transform: none;
    font-weight: 500;
    margin: 0px 40px;
    border-radius: 0px;
	background-color: transparent !important;
}

.booking_form>.nav-tabs li a i.icon {
    padding-right: 10px;
}

.booking_form>.nav-tabs li:first-child.active {
    border-radius: 5px 0px 0px 5px;
	background: none;
}

.booking_form>.nav-tabs li.active a {
    border: none;
	color: #FFF !important;
    border-bottom: solid 2px #FFF;
}

.booking_form>.nav-tabs li a:hover{border-bottom: solid 2px #FFF; border-radius: 0px 5px 0px 0px; !important;}

/*
.booking_form>.nav-tabs li.active a:hover {
    border: none;
	color: #FFF !important;
    border-bottom: solid 2px #FFF;
}
*/

.booking_form>.nav-tabs li:first-child a {
    border-radius: 0px 0px 0px 0px;
	margin: 0px 45px 0px 20px;
    text-decoration: none !important;
}

.booking_form>.nav-tabs li:last-child a {
    border-radius: 0px 5px 5px 0px;
}

.booking_form .form-group {
    width: 100%;
/*    margin-bottom: 0px;*/
    position: relative;
}

.booking_form .tab-content .trip-flex {
    align-items: center;
    justify-content: center;
}

.trip-section {
    padding: 5px 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.TripFrmAirprt {
    padding: 0 15px;
}

.trip-section input[type=radio] {
    position: relative;
    top: 2px;
}

.booking_form .trArriveOnly .form-group:first-child,
.booking_form .trDepartOnly .form-group:first-child {
    width: 60%;
}

.booking_form .trArriveOnly .form-group:last-child,
.booking_form .trDepartOnly .form-group:last-child {
    width: 40%;
}

.booking_form div[class^="col-"] {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}

.booking_form .form-group .interchange_icon {
    left: -17px;
    top: 9px;
    width: 26px;
    height: 26px;
    font-weight: 400;
    font-size: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-decoration: none;
    box-shadow: none;
    border: none;
    outline: none;
}

.booking_form .form-group .arrcity {
    padding-left: 20px;
}

.booking_form .form-group.dateicon {
    position: relative;
	margin-bottom: 0px;
	background: transparent !important;
}

.booking_form .form-group.dateicon:before {
    position: absolute;
    right: 10px;
    top: 22px;
    content: "\e910";
    font-size: 14px;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.booking_form .form-group.mapicon:before {
    position: absolute;
    right: 15px;
    top: 15px;
    content: "\e916";
    font-size: 16px;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    z-index: 999;
}

.booking_form .tab-pane form div[class^="col-"]>.form-group>.twitter-typeahead>.form-control {
    width: 100%;
    height: auto;
    border: none;
    box-shadow: none;
    font-weight: 500;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding: 10px 15px;
    border-radius: 25px !important;
}

.booking_form .dpFormBox>.row>div[class^="col-"]>div[class^="col-"]:first-child .form-group>.twitter-typeahead>.form-control,
.booking_form .dpFormBox>.row>div[class^="col-"]>.form-group>.twitter-typeahead>.form-control {
    border-radius: 5px 0px 0px 5px;
}
.ddatebg{    border-right: solid 1px #CCC !important;
    border-radius: 25px 0px 0px 25px !important;}

/*.form-control.has-error {
    background: #ffe5e5 !important;
     border: #ec0000 solid 1px !important;
    box-shadow: #ec0000 0 0 4px inset; 
}*/

#hotel-stay div[class^="col"]:first-child .form-group .form-control {
    border-radius: 5px 0px 0px 5px;
}

#hotel-stay div[class^="col"]:last-child .form-group .form-control {
    border-radius: 0px 5px 5px 0px;
}

.booking_form .tab-pane form div[class^="col-"]>.form-group>.twitter-typeahead {
    padding-right: 30px;
    border-radius: 25px;
}

.booking_form .tab-pane form div[class^="col-"]>.form-group>.form-control {
    width: 100%;
    height: auto;
/*	height: 68px;*/
    border: none;
    box-shadow: none;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 15px;
	border-radius: 25px;
}

.booking_form .tab-content div[class^="col-"] {
    padding: 0px 0px;
}

.booking_form .btn-primary {
    padding: 10px 8px;
    line-height: normal;
    height: auto;
    float: right;
    text-align: center;
    border: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 25px;
    text-transform: uppercase;
    background-color: #21409a !important;
}

.booking_form .btn-primary i.icon {
    padding-right: 6px;
}

.booking_form .col-lg-3 .form-group:last-child {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.booking_form .tab-content {
    margin-top: 20px;
}

.booking_form .tab-pane .row>div[class^="col"]:first-child>div[class^="col"]:first-child .form-group .form-control,
.booking_form .tab-pane .row>div[class^="col"]:first-child>div[class^="col"]:first-child .form-group .form-control {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	border-radius: 25px;
}

.booking_form .tab-pane .row>div[class^="col"]:last-child>div[class^="col"]:last-child .form-group {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 4px;
}

.search.form-group {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 4px;
	background-color: transparent !important;
}

.booking_form .tab-pane .row>div[class^="col"]:last-child>div[class^="col"] {
    padding-right: 0px;
}

.booking_form .tab-pane form div[class^="col"] {
    padding-right: 2px;
}

.booking_form .tab-pane form div[class^="col"]>div[class^="col"]:last-child {
    padding-right: 0;
}

.booking_form .tab-pane form div[class^="col"] #flightdates div[class^="col"]:last-child {
    padding-right: 0px;
}

.form-check-label {
    padding-left: 5px;
}

.hotel-staydates {
    padding: 10px;
    margin: 10px 0px;
    border-radius: 5px;
}

.hotel-staydates input[type=checkbox] {
    position: relative;
    top: 2px;
}

.route_tabs {
    display: flex;
    flex-direction: column;
    border: none;
}

.route_tabs li {
    background-color: transparent;
}

.route_list_tab {
    display: flex;
    flex-direction: row;
    width: 800px;
    position: absolute;
    left: 0px;
    top: 180px;
    font-size: 15px;
    z-index: 99;
    border-radius: 5px;
    visibility: hidden;
}

.route_list_tab.show {
    top: 51px;
    visibility: visible;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.route_list_tab::before {
    content: "";
    width: 0;
    height: 0;
    top: -10px;
    left: 100px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid;
    position: absolute;
}

.route_list_tab .country_lists {
    padding: 20px 10px;
    width: 550px;
    border-radius: 5px 0px 0px 5px;
    min-height: 300px;
}
.route_list_tab .country_lists ul {
    /* column-count: 3; */
}
.route_list_tab .country_lists .list-column {
    display: inline-block;
    width: 100%;
}
.route_list_tab .country_lists .list-column ul {
    width: 33.33%;
    float: left;
}
.route_list_tab .country_lists ul li {
    text-align: left;
    display: block;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
    padding: 3px 12px;
    font-size: 16px;
    margin: 5px 0;
}

.route_list_tab .country_lists ul li:hover {
    transition: all 0.5s linear 0s;
}

.route_list_tab .city_lists ul li {
    text-align: left;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    padding: 7px 12px;
    cursor: pointer;
    font-size: 16px;
}

.route_list_tab .city_lists li:hover {
    /* color: #fff; */
    transition: all 0.5s linear 0s;
}

.route_list_tab .country_lists ul li a {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 7px 12px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
}

.route_list_tab .country_lists ul li span.new,
.route_list_tab .city_lists ul li span.new {
    float: right;
    background: #0094da;
    font-size: 12px;
    border-radius: 5px;
    padding: 2px 7px;
    color: #fff;
}

.route_list_tab h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
    text-align: left;
    padding: 0 13px;
}

.route_list_tab .city_lists {
    margin-top: 0px;
    width: 250px;
    text-align: left;
    padding: 20px 15px 30px 15px;
    border-radius: 0px 5px 5px 0px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
}
.route_list_tab .city_lists ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
 }
.route_list_tab .city_lists ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 50px;
 }
.route_list_tab .city_lists ul::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color:#808893;
 }
.route_list_tab .city_lists ul li a {
    font-weight: 500;
    font-size: 16px;
    /*padding: 8px 0px;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

.route_list_tab .country_lists ul li a:hover {
    border: none;
    border-radius: 5px;
    font-weight: 500;
}

.route_list_tab .city_lists ul {
    overflow-y: auto;
    height: 100%;
}

.search-xs {
    display: none;
}

.passenger_bg_box {
    border-radius: 5px;
    padding: 20px;
    position: absolute;
    z-index: 999;
    width: 325px;
    top: 150px;
    right: -146px;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.passenger_bg_box.show {
    top: 51px;
    opacity: 1;
    display: block;
    visibility: visible;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.passenger_bg_box::before {
    content: "";
    width: 0;
    height: 0;
    top: -10px;
    left: 100px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid;
    position: absolute;
}

.passenger_bg_box>p {
    font-size: 24px;
}

.passenger_bg_box>.passenger_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.passenger_bg_box>.passenger_box:last-child {
    margin-bottom: 0px;
}

.passenger_bg_box .passenger_box .passenger_count {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.passenger_bg_box .passenger_box .passenger_count .pass_count {
    max-width: 40px;
    border: none;
    margin: 0px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
}

.passenger_bg_box .passenger_box .passenger_count input[type="number"]::-webkit-inner-spin-button,
.passenger_bg_box .passenger_box .passenger_count input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.passenger_bg_box .passenger_box .passenger_count .pass_count {
	line-height:34px;
}
.passenger_bg_box .passenger_box .passenger_count .btn_count {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.passenger_box_text {
    text-align: left;
    font-weight: 500;
    line-height: 22px;
    padding-right: 15px;
    max-width: 175px;
}

.passenger_box_text h6 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}

.passenger_bg_box .error_msg {
    display: none;
    font-size: 12px;
    text-align: left;
    font-weight: 500;
}

.passengerrighticon{color: #97a3b8;
    top: 6px;
    position: absolute;
    right: 7px;
    font-size: 28px;}

.passengruser-icon{    position: absolute;
    left: 13px;
    top: 11px;
    width: 20px;}

.offers_slider {
    width: 770px;
    margin: auto;
    /* margin-top: 60px; */
    padding: 15px 28px;
    padding-bottom: 60px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    line-height: 22px;
    border-radius: 10px;
    position: absolute;
    z-index: 1000000;
    bottom: 15px;
    /* left: 30%; */
    left: 0;
    right: 0;
    /* height: 100%; */
}

.offers_slider h4 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offers_slider h4 span {
    font-size: 34px;
    font-family: "Rubik", sans-serif;
}

.offers_slider .slick-track li {
    overflow: hidden;
    padding-left: 2px;
}

.offers_slider .slick-dots {
    position: absolute;
    bottom: 30px;
}

.offers_slider .slick-dots li {
    float: left;
    padding: 0px;
}

.offers_slider .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    font-size: 0px;
    float: left;
    padding: 0px;
    margin: 0px 4px;
}

.offers_slider .slick-prev:hover,
.offers_slider .slick-prev:focus,
.offers_slider .slick-next:hover,
.offers_slider .slick-next:focus,
.offers_slider .slick-track li:hover,
.offers_slider .slick-track li:focus {
    outline: none;
}

.news_slider .slick-prev,
.news_slider .slick-next {
    width: 34px;
    height: 34px;
    border-radius: 3px;
    display: inline-block;
    font-size: 26px;
    position: relative;
    margin-left: 3px;
    border: none;
    /* opacity: 0.5; */
    position: absolute;
    bottom: 0px;
    top: -5px;
    right: 15px;
    z-index: 99;
    padding: 0px;
    line-height: 20px;
}

.news_slider .slick-prev {
    right: 52px;
}

.news_slider .slick-prev span,
.news_slider .slick-next span {
    opacity: 1;
}

.promo_slider .slick-prev span,
.promo_slider .slick-next span {
    opacity: 1;
}

.sub-content {
    margin-top: -280px;
    margin-bottom: 50px;
    position: relative;
}

.back-btn {
    position: absolute;
    right: 40px;
    top: 25px;
}

.subscribe_bg {
    padding: 23px 0px;
    position: relative;
    z-index: 1;
}

.subscribe_bg p {
    font-weight: 500;
    font-size: 16px;
}

.subscribe_bg .close {
    opacity: 1;
    text-shadow: none;
}

.our_benefits {
    padding-bottom: 60px;
}

.our_benefits .box {
    border: 1px solid;
    border-radius: 10px;
    padding: 19px;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
}

.our_benefits .box img {
    max-width: 72px;
}

.our_benefits .box .box_content {
    margin-left: 23px;
}

.our_benefits .box .box_content h5 {
    font-size: 20px;
    font-weight: 700;
}

.main-container {
    padding: 60px 0px 60px 0px;
    position: relative;
}

.main-container h2 {
    font-weight: 700;
    margin-bottom: 35px;
}

.btn.view_all_btn {
    padding: 12px 19px;
    font-size: 15px;
    line-height: normal;
    border: 1px solid;
    border-radius: 5px;
    margin-left: 40px;
    font-weight: 500;
}

.btn.view_all_btn:hover {
    border: 1px solid;
}

.cheap_flights ul>.slick-list .slick-track li {
    position: relative;
    border-radius: 10px;
    margin: 0px 10px;
    overflow: hidden;
    border: 1px solid;
    position: relative;
}

.cheap_flights ul>.slick-list .slick-track li img {
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.cheap_flights ul>.slick-list .slick-track li .caption {
    position: relative;
    z-index: 99;
    bottom: 0px;
    width: 100%;
    padding: 24px 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cheap_flights ul>.slick-list .slick-track li .caption h4 {
    color: #293134;
    font-size: 20px;
    font-weight: 700;
    margin: 0px;
}

.cheap_flights ul>.slick-list .slick-track li .caption span {
    font-family: "Rubik", sans-serif;
    font-size: 34px;
    color: #21409a;
    font-weight: 700;
}

.cheap_flights ul li {
    position: relative;
    padding-bottom: 57px;
}

.cheap_flights ul li .cheap_fight_box {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.cheap_flights ul li:hover .cheap_fight_box {
    bottom: 45px;
}

.cheap_flights ul li .cheap_fight_box span {
    font-weight: 900;
    font-size: 20px;
}
.cheap_flights li.slick-slide label.new {
    background: #0094da;
    padding: 5px 10px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    z-index: 99;
}
.cheap_flights ul li .cheap_fight_box h4 {
    display: flex;
    align-items: center;
    font-size: 16px;
}
.cheap_flights ul li .cheap_fight_box h4 .icon-flight2way {
    width: 25px;
    height: 25px;
    margin: 0 5px;
}
.icon-flight2way {
    background: url(../svg/flight-twoway-icon2.svg);
    display: inline-block;
}

.btn_book_now {
    bottom: -52px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    font-weight: 500;
    font-size: 16px;
    padding: 14px 0px;
    border-radius: 0px 0px 5px 5px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn_book_now .icon {
    padding-left: 14px;
}

.cheap_flights ul>.slick-list .slick-track li:hover .caption {
    bottom: 52px;
}

.cheap_flights ul>.slick-list .slick-track li:hover .btn_book_now {
    bottom: 0px;
}

.cheap_flight_slider .slick-arrow {
    background-color: transparent;
    position: absolute;
    border: none;
    font-style: normal;
    font-weight: normal;
    width: 44px;
    height: 44px;
    padding: 0px;
    font-size: 25px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    border: 1px solid;
    top: -80px;
    border-radius: 7px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 3;
}

.cheap_flight_slider .slick-arrow.slick-prev {
    right: 145px;
}

.cheap_flight_slider .slick-arrow.slick-next {
    right: 0px;
}

.cheap_flight_slider .slick-arrow:hover {
    border: 1px solid;
}

.cheap_flight_slider .slick-dots {
    position: absolute;
    top: -80px;
    right: 54px;
    border: 1px solid;
    border-radius: 7px;
    padding: 17px 18px;
}

.cheap_flight_slider .slick-dots li {
    float: left;
    padding: 0px;
}

.cheap_flight_slider .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    font-size: 0px;
    float: left;
    padding: 0px;
    margin: 0px 4px;
}

.cheap_flight_slider .slick-prev:hover,
.cheap_flight_slider .slick-prev:focus,
.cheap_flight_slider .slick-next:hover,
.cheap_flight_slider .slick-next:focus,
.cheap_flight_slider .slick-track li:hover,
.cheap_flight_slider .slick-track li:focus,
.cheap_flight_slider .slick-dots li button:hover,
.cheap_flight_slider .slick-dots li button:focus {
    outline: none;
}

.additional_services {
    margin-top: 60px;
}

.additional_service_box {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.additional_service_box:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}


/*.additional_services>.row>div[class^='col']:last-child {
    padding: 0px 10px;
}*/

.additional_services .row>div[class^="col"]>.row:nth-child(2) {
    margin-top: 20px;
}

.additional_services .row>div[class^="col"]:first-child>.row:last-child {
    margin-top: 20px;
}

/* .additional_services .row>div[class^="col"]:last-child>.row>div[class^="col"]:last-child {
    margin-top: 50px;
} */

.additional_services .row>div[class^="col"]:last-child {
    padding-left: 15px;
}

.additional_service_caption {
    position: absolute;
    top: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    left: 0px;
    padding: 15px;
}

.additional_service_caption .title_price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 15px;
    padding-left: 14px;
    padding-right: 14px;
    font-weight: 700;
}

.additional_service_caption .title_price h4 {
    font-size: 20px;
    font-weight: 700;
}

.additional_service_caption .title_price label {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
}

.additional_service_caption .title_price span {
    font-size: 24px;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    padding-left: 10px;
    line-height: 34px;
}

.additional_service_caption .add_trip_btn {
    display: block;
    width: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-radius: 7px;
    padding: 11px 0px;
    max-width: 347px;
}

.additional_service_caption .add_trip_btn i.icon {
    padding-left: 12px;
}

.find_airline_tickets {
    margin-top: 130px;
    text-align: center;
    position: relative;
}

.find_airline_tickets h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 35px;
}

.find_airline_tickets>p {
    font-size: 16px;
    font-weight: 500;
    max-width: 656px;
    margin: auto;
    line-height: 26px;
}

.find_airline_tickets .mobile_slider {
    position: relative;
    margin-top: 60px;
    padding-top: 89px;
}

.find_airline_tickets .mobile_slider .slick-track li {
    padding-bottom: 200px;
}

.mobile_slider:before {
    content: "";
    background-image: url(../images/mobile_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 352px;
    height: 716px;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    position: absolute;
    z-index: 8;
}

.mobile_slider .slick-dots {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.mobile_slider .slick-dots li {
    display: inline-block;
    padding: 0px;
}

.mobile_slider .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    font-size: 0px;
    float: left;
    padding: 0px;
    margin: 0px 3px;
}

.mobile_slider .slick-arrow {
    background-color: transparent;
    position: absolute;
    border: none;
    font-style: normal;
    font-weight: normal;
    width: 64px;
    height: 64px;
    padding: 0px;
    font-size: 25px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    z-index: 8;
    border: none;
    top: 40%;
    border-radius: 7px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.mobile_slider .slick-arrow.slick-prev {
    left: -10px;
}

.mobile_slider .slick-arrow.slick-next {
    right: -10px;
}

.find_airline_tickets .mobile_slider .slick-track li {
    transform: scale(0.9);
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: -38px;
}

.find_airline_tickets .mobile_slider .slick-track li.slick-current {
    transform: scale(1);
    z-index: 2;
}

.mobile_slider .slick-list {
    padding: 0px 15px !important;
}

.mobile_slider .slick-slide img {
    opacity: 0;
    -wekit-transition: 0.1 all ease-in-out;
    -moz-transition: 0.1 all ease-in-out;
    transition: 0.1 all ease-in-out;
}

.mobile_slider .slick-active img {
    transform: scale(0.85, 0.85);
    opacity: 1;
}

.mobile_slider .slick-active img {
    transform: scale(0.85, 0.85);
    opacity: 1;
}

.find_airline_tickets .mobile_slider .slick-track li .slide_content {
    position: absolute;
    bottom: 40px;
    visibility: hidden;
    opacity: 0;
    transform: scale(1);
    width: 500px;
    left: -99px;
}

.find_airline_tickets .mobile_slider .slick-track .slick-active+.slick-active+.slick-center .slide_content {
    opacity: 1;
    visibility: visible;
}

.find_airline_tickets .mobile_slider .slick-track .slick-active {
    z-index: 3;
}

.find_airline_tickets .mobile_slider .slick-track .slick-center+.slick-active {
    z-index: 4;
}

.find_airline_tickets .mobile_slider .slick-track .slick-center+.slick-active+.slick-active {
    z-index: 3;
}

.find_airline_tickets .mobile_slider .slick-track .slick-active+.slick-active+.slick-center {
    z-index: 5;
}

.mobile_slider .slick-active+.slick-active img {
    transform: scale(0.95, 0.95);
    opacity: 1;
}

.mobile_slider .slick-active+.slick-active+.slick-center img {
    transform: scale(1, 1);
    opacity: 1;
}

.mobile_slider .slick-center+.slick-active img {
    transform: scale(0.95, 0.95);
    opacity: 1;
}

.mobile_slider .slick-track .slick-center+.slick-active+.slick-active img {
    transform: scale(0.85, 0.85);
    opacity: 1;
}

.mobile_slider .slick-prev:hover,
.mobile_slider .slick-prev:focus,
.mobile_slider .slick-next:hover,
.mobile_slider .slick-next:focus,
.mobile_slider .slick-track li:hover,
.mobile_slider .slick-track li:focus,
.mobile_slider .slick-dots li button:hover,
.mobile_slider .slick-dots li button:focus {
    outline: none;
}

.download_app_links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 37px;
}

.download_app_links ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.download_app_links ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
}

.signup_followus_section {
    margin-top: 50px;
}

.signup_followus_section .signup_form {
    border: 1px solid;
    padding: 20px;
    border-radius: 10px;
    max-width: 480px;
}

.signup_followus_section .signup_form .form-group {
    margin-bottom: 10px;
}

.signup_followus_section .signup_form .nav-tabs {
    display: flex;
    flex-direction: row;
    padding-bottom: 18px;
    border-bottom: 2px solid;
    margin-bottom: 30px;
}

.signup_followus_section .signup_form .nav-tabs>li {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.signup_followus_section .signup_form .nav-tabs>li>a.btn {
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    line-height: 22px;
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 10px;
    outline: none;
    border: none;
}


/*.signup_followus_section .signup_form .nav-tabs>li>a.btn.btn_login {
    background-color: #21409a;
    color: #fff;
    margin-left: 10px;
    margin-right: 0px;
}*/

.alert {
    padding: 7px 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.signup_followus_section .signup_form .nav-tabs>li>a.btn_login {
    margin-left: 10px;
}

.signup_followus_section .signup_form .nav-tabs>li>a:hover,
.signup_followus_section .signup_form .nav-tabs>li.active>a {
    border: none;
}

.form-group.custom-radio {
    position: relative;
}

.custom-radio input[type='radio'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-radio input[type='radio']+label,
.custom-radio input[type='radio']+label {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.custom-radio input[type='radio']+label {
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    outline: none;
}

.signup_followus_section .signup_form h4 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.signup_followus_section .signup_form .form-control {
    width: 100%;
    height: 60px;
    border-radius: 7px;
    line-height: 60px;
    font-size: 16px;
    padding-left: 20px;
    font-weight: 500;
    border: 1px solid;
    box-shadow: none;
}

.signup_followus_section .signup_form .terms_txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.signup_followus_section .signup_form .btn_submit {
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 100%;
    align-items: center;
    padding: 15px 0px;
    border-radius: 7px;
}

.signup_followus_section .signup_form .btn_submit:hover,
.signup_followus_section .signup_form .btn_submit:focus {
    box-shadow: none;
}

.signup_followus_section .social_signup {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.signup_followus_section .social_signup label {
    font-size: 20px;
    font-weight: 700;
}

.signup_followus_section .social_signup ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 15px;
}

.signup_followus_section .social_signup ul li {
    padding: 0px 5px;
}

.signup_followus_section .social_signup ul li a {
    display: block;
    border: 1px solid;
    border-radius: 9px;
}

.signup_followus_section .need_help_boxes > li {
    border: 1px solid;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 584px;
}
.signup_followus_section .need_help_boxes .box-bg {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 17px;
    padding: 10px;
    width: 100%;
    min-height: 156px;
}
.signup_followus_section .need_help_boxes.needHelp .box-bg {
    margin-bottom: 36px;
}
.signup_followus_section .need_help_boxes.needHelp .box-bg:last-child {
    margin-bottom: 0;
}
.signup_followus_section .need_help_boxes.mobileApp .box-bg {
    margin-bottom: 30px;
}
.signup_followus_section .need_help_boxes .box-bg.no-bot-mar {
    margin-bottom: 0;
}
.signup_followus_section .need_help_boxes > li .icon_box {
    width: 136px;
    height: 136px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.signup_followus_section .need_help_boxes li .need_help_content {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
}
.signup_followus_section .need_help_boxes.mobileApp li .need_help_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.signup_followus_section .need_help_boxes.mobileApp li .need_help_content ul {
    display: flex;
}
.signup_followus_section .need_help_boxes.mobileApp li .need_help_content ul li {
    display: inline-block;
    padding: 0 10px;
}
.signup_followus_section .need_help_boxes.mobileApp li .need_help_content ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
}
.signup_followus_section .need_help_boxes li .need_help_content.three_col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

/* .signup_followus_section .need_help_boxes li .need_help_content.follow_us h3 {
    margin-bottom: 0px;
} */

.signup_followus_section .need_help_boxes li .need_help_content h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.signup_followus_section .need_help_boxes.left li .need_help_content h3 {
    margin-bottom: 0px;
}

.signup_followus_section .need_help_boxes li .subscribe_btn {
    font-size: 15px;
    display: inline-block;
    /* font-weight: 700; */
    cursor: pointer;
    padding: 20px 20px;
    border-radius: 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.signup_followus_section .need_help_boxes .social_links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.signup_followus_section .need_help_boxes .social_links li {
    padding: 0 5px 5px 0;
}

.signup_followus_section .need_help_boxes .social_links li a {
    width: 42px;
    height: 42px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.need_help_boxes .blog_title p {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
}

.need_help_boxes .list-group.blogs_home {
    margin-bottom: 16px;
    margin-top: 20px;
}

.need_help_boxes .list-group h3 {
    margin-bottom:10px;
    margin-top: 20px;
}

.need_help_boxes.left li .blogs_home a {
    display: inline-block;
    padding: 0px !important;
    margin-bottom: 3px;
}

footer {
    padding: 60px 0px;
    border-top: 1px solid;
    font-size: 16px;
}

footer h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 28px;
}

footer .footer_links ul li {
    padding-bottom: 3px;
    line-height: 30px;
}

footer .footer_links ul li h5 {
    margin-top: 25px;
    margin-bottom: 20px;
}

footer .footer_links ul li a {
    font-size: 16px;
    font-weight: 500;
}

.copyright_bg {
    border-top: 1px solid;
    padding: 20px 0px;
    font-weight: 500;
    font-size: 14px;
}

.copyright_bg .copyright_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.copyright_bg .copyright_content ul {
    display: flex;
    flex-direction: row;
}

.copyright_bg .copyright_content ul li {
    padding: 0px 15px;
}

.copyright_bg .copyright_content ul li:last-child {
    padding-right: 0px;
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.preloader {
    -webkit-animation-name: horizontalProgressBar;
    animation-name: horizontalProgressBar;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    height: 4px;
    left: 0;
    top: 76px;
    width: 0%;
    z-index: 9;
    position: absolute;
}

.preloader:after {
    display: block;
    position: absolute;
    content: "";
    right: 0px;
    width: 100px;
    height: 100%;
}


/* News blog */

.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;
    border-radius: 8px;
    padding: 30px;
    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;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.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;
}


/* .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: 20px 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: #293134;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    line-height: 24px;
}

.blog-item .blog-content p {
    line-height: 26px;
    margin-bottom: 10px;
}


/* sub pages styles */

.flight-status {
    border: 1px solid #e4e2ed;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.fstatus_form {
    border: 1px solid #e4e2ed;
    border-radius: 8px;
    padding: 20px;
}

.bg-white {
    background: #fff;
}

.flight-status-box {
    background: #fff;
    display: block !important;
}

.flight-status-box .icon-fo-info-round {
    color: #0095da;
    font-size: 20px;
}

.fstatus_form .nav-tabs {
    border: none;
}

.fstatus_form .nav-tabs li {
    width: 50%;
}

.fstatus_form .nav-tabs li a {
    background: #f7f7ff;
    color: #304296;
    border-radius: 8px;
    border: none;
    display: block;
    padding: 17px 10px;
    font-weight: 700;
}

.fstatus_form .nav-tabs li:first-child {
    padding-right: 10px;
}

.fstatus_form .nav-tabs>li.active>a,
.fstatus_form .nav-tabs>li.active>a:focus,
.fstatus_form .nav-tabs>li.active>a:hover {
    border: none;
}

.fstatus_form .nav-tabs li.active a {
    color: #f7f7ff;
    background: #304296;
}

.content-list .list-item ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.content-list .list-item ul li {
    list-style: none;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: left;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.content-list .list-item.item ul.city-list {
    position: relative;
}

.content-list .list-item.item ul.city-list li:first-child {
    position: relative;
    border: none;
    margin-right: 20px;
}

.content-list .list-item.item ul li:last-child {
    text-align: right;
}

.content-list .list-item.item ul li:last-child p+label {
    text-align: right;
}

.content-list .list-item.item ul li h4 {
    font-weight: 700;
    font-size: 34px;
    color: #333;
    margin-top: 10px;
    position: relative;
}

.text-grey {
    color: #6d727f !important;
}

.text-lightgrey {
    color: #96a2b7 !important;
}

.fno {
    color: #96a2b7;
    /* margin-top: 40px; */
}

.content-list .list-item.item ul li p+label {
    font-weight: normal;
    font-size: 11px;
    color: #7d7d7d;
    /* width: 67%; */
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    display: inline-block;
    padding-top: 0;
}

.flight-status .icon-flight {
    margin: 10px;
    font-size: 30px;
    color: #bfbfca;
    position: relative;
    background: #fff;
    width: 60px;
    margin: 10px auto;
    z-index: 9;
}

.content-list .list-item.item ul li:first-child h4::before {
    content: "";
    background: #e2e2ec;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    z-index: 1;
    left: 0px;
    margin-top: 15px;
    display: block;
    left: 120px;
}

.content-list .list-item.item ul li:last-child h4::before {
    content: "";
    background: #e2e2ec;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    z-index: 1;
    right: 110px;
    margin-top: 15px;
    display: block;
}

.collapse-in {
    display: none;
}

.filter-groep {
    margin-top: -25px;
}

.filter-groep a {
    cursor: pointer;
    margin: 0;
    color: #0095da;
    font-weight: 500;
    position: relative;
}

.filter-groep a:after {
    position: absolute;
    border: 5px solid transparent;
    border-top-color: #0095da;
    transition: 0.3s ease-out;
    content: "";
    top: 7px;
    right: -15px;
}

.filter-groep a.open:after {
    transform: rotate(180deg) translateY(50%);
}

.filter-content {
    display: none;
    margin-top: 20px;
}

.on-time {
    color: #384491;
    font-weight: 700;
    margin-top: 10px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.on-time::before {
    position: absolute;
    content: "\e928";
    top: 2px;
    font-family: "icomoon" !important;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    background: #384491;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 50%;
    right: 70px;
}

.airport {
    color: #6d727f;
    font-size: 14px;
}

.inner-form .form-group .form-control {
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid #c8d0db;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #96a2b8;
    font-size: 16px;
    height: 60px;
}

.inner-form .form-group .form-control.fileupload {
    border: none;
    padding: 0px;
    border-radius: 0px;
    height: auto;
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

.inner-form .form-group .file {
    position: relative;
    overflow: hidden;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    border-radius: 8px;
    padding: 10px 20px;
    float: left;
    margin-right: 15px;
}

.inner-form .form-group p {
    color: #6e7180;
}

.inner-form .checkbox label {
    color: #6e7180;
    font-weight: 500;
}

.inner-form .form-group .no-file {
    color: #6e7180;
    padding: 10px 20px;
}

.inner-form .form-group .text-area {
    padding: 20px 15px;
}

.text-area {
    height: auto !important;
}

.inner-form .form-group {
    margin-bottom: 15px;
}

.wid75 {
    width: 75%;
}

.inner-form .form-group label {
    margin-bottom: 10px;
    display: block;
}

.inner-form .form-group .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #96a2b8;
}

.inner-form .form-group .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #96a2b8;
}

.inner-form .form-group .form-control::placeholder {
    color: #96a2b8;
}


/* .inner-form.small-form {
    width: 300px;
} */

.inner-form.small-form .btn_submit {
    width: 100%;
}

.inner-form .btn_submit {
    width: 200px;
    margin-top: 30px;
}

.btn_submit {
    background-color: #21409a;
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 100%;
    align-items: center;
    color: #fff;
    padding: 15px 0px;
    border-radius: 7px;
}

.btn_submit:hover {
    color: #fff;
}

.inner_content h1 {
    font-weight: 700;
    color: #293134;
}

.inner_content ul.sub_links {
    border: 1px solid #e4e2ed;
    border-radius: 8px;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
}

.inner_content ul.sub_links>li {
    margin-bottom: 0;
    display: block;
}

.inner_content .sub_links li a {
    font-size: 15px;
    font-weight: 600;
    padding: 5px 0px;
    margin-bottom: 10px;
    color: #6e727e;
    text-decoration: none;
    position: relative;
    display: block;
}

.inner_content .sub_links>li>a[aria-expanded="true"] {
    color: #314395;
}

.inner_content .sub_links>li>a:before {
    content: "\f0d7";
    position: absolute;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    right: 0px;
    top: 9px;
}

.inner_content .sub_links>li>a[aria-expanded="true"]:before {
    transform: rotate(180deg);
}

.sub_links .panel-collapse .panel-body {
    padding: 0px;
}

.sub_links .panel-collapse .panel-body>ul {
    padding-left: 15px;
    padding-top: 10px;
}

.sub_links .panel-collapse .panel-body>ul>li>a {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    padding: 0px;
    margin-bottom: 10px;
    display: flex;
    text-decoration: none;
}

.sub_links .panel-collapse .panel-body>ul>li>a:hover {
    color: #5493d8;
}

.inner_content article h2 {
    font-size: 20px;
    font-weight: 300;
}

.inner_content article h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.inner_content article h4 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
}

.inner_content article h4.panel-title {
    margin-bottom: 0px;
}

.inner_content article ul.top_questions {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.inner_content article ul.top_questions li {
    margin-bottom: 20px;
    display: block;
}

.inner_content article .panel {
    box-shadow: none;
    /*border:1px solid #e3e3ed;*/
    border-radius: 10px;
    margin-bottom: 10px;
}

.inner_content article .panel .panel-body {
    padding: 20px;
    line-height: 24px;
    font-weight: 500;
}

.inner_content article .panel .panel-body li,
.inner_content article .panel .panel-body p {
    color: #6a7480;
}

.inner_content article .panel .panel-body ol {
    padding-left: 25px;
}

.inner_content article .panel .panel-heading {
    padding: 0px;
    border-radius: 10px;
    border: none;
}

.inner_content article .panel .panel-heading .panel-title>a {
    background-color: #f7f7ff;
    color: #6a727f;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 17px 15px 17px 28px;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    border-radius: 10px 10px 10px 10px;
}

.inner_content article .panel .panel-heading .panel-title>a[aria-expanded="true"] {
    border-radius: 10px 10px 0px 0px;
    background-color: #0097da;
    color: #fff;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #e3e3ed;
    border-radius: 0px 0px 10px 10px;
}

.panel-group .panel-heading+.panel-collapse[aria-expanded="true"]>.panel-body {
    border-color: #0097da;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #e3e3ed;
}

.inner_content article .panel-title>a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -2px;
    border: 5px solid transparent;
    border-top-color: #6b7380;
    content: "";
}

.inner_content article .panel-title>a[aria-expanded="true"]:after {
    margin-top: -7px;
    border: 5px solid transparent;
    border-bottom-color: currentColor;
}

.inner_content article .panel .panel-body ul li {
    margin: 10px 0px;
}

ul.bullet_list li {
    padding-left: 20px;
    position: relative;
}

ul.bullet_list li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #293134;
    display: inline-block;
    top: 9px;
    position: absolute;
    border-radius: 10px;
    left: 0px;
}

.accordian_content {
    margin-bottom: 50px;
}

.accordian_with_icon .panel-title img {
    width: 70px;
    height: 70px;
    display: inline-block;
}

.accordian_with_icon .panel-title [aria-expanded="true"] img {
    filter: brightness(0) invert(1);
}

.accordian_with_icon .panel-title div {
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.accordian_with_icon .panel-title span {
    padding-left: 15px;
}

.border_box_cnt {
    border: 1px solid #e4e2ed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    padding: 40px;
    background: #fff;
}

.img_with_caption {
    text-align: center;
    max-width: 320px;
    margin: auto;
    color: #6c7481;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
}

.img_with_caption img {
    max-width: 72px;
    margin-bottom: 20px;
}

.img_with_caption h5 {
    margin-bottom: 15px;
    color: #000000;
    font-size: 15px;
}

label.list_title {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}

.inner_content article .panel .panel-body p {
    margin-bottom: 20px;
}

.inner_content article .panel .panel-body p:last-child {
    margin-bottom: 0px;
}

.panel .panel-body label.list_title {
    margin-bottom: 10px;
}

.dash_lists {
    margin-bottom: 40px;
}

.dash_lists li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #6c7481;
}

.dash_lists li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    width: 12px;
    height: 2px;
    background-color: #0096db;
}

.full_width {
    width: 100% !important;
}

.d-block {
    display: block !important;
}

.img-rounded {
    border-radius: 8px;
}

.full_width_img_cnt img {
    margin-bottom: 25px;
}

.left_img_right_cnt .media-body {
    padding-left: 30px;
}

.left_img_right_cnt .media-body h4 {
    color: #000000;
    margin-bottom: 25px;
}

.left_img_right_cnt .media-body p {
    margin-bottom: 25px;
}

.content {
    font-size: 15px;
    color: #697281;
    font-weight: 500;
    line-height: 26px;
}

.content p {
    margin-bottom: 20px;
}

.two_column_content {
    column-count: 2;
    column-gap: 40px;
}

blockquote {
    background-color: #f7f7ff;
    padding: 30px;
    border-left: 0px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    font-style: italic;
    color: #6c7280;
}

.mobile-nav {
    bottom: 60px;
}

.passenger_bg_box .pax_icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.passenger_bg_box .pax_icons li {
    font-size: 26px;
}

.dropdown_close {
    text-decoration: none !important;
    cursor: pointer;
}

div#LevelSitemap ul {
    display: flex;
    flex-direction: column;
    flex: 1;
}

div#LevelSitemap ul li {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100% !important;
}

.inner_content .sub_links li[aria-expanded="true"] a.NavigationOpen {
    color: #314196;
}

.inner_content .sub_links li ul li a.NavigationSelected {
    color: #5594d7;
}

.inner_content .sub_links li a {
    cursor: pointer;
}

.pax_icons li i.icon.icon-extraPaxCountIcon {
    margin-left: -4px;
}

ul.dropdown-menu.language {
    padding: 10px 0px;
    box-shadow: none;
    border: none;
    border-radius: 0px 0px 10px 10px;
    width: 178px;
}

ul.dropdown-menu.language li a {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 10px;
    padding-left: 20px;
}

header .navbar-nav .signin .siginDrop {
    padding: 0;
    font-weight: 500;
    cursor: pointer;
}

header .navbar-nav .signin .siginDrop .dropdown-toggle {
    color: #fff;
    font-size: 14px;
    padding: 30px 12px;
    float: left;
    text-decoration: none;
}

header .navbar-nav .dropdown-menu {
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    border: 1px solid #ccc;
    padding: 0px;
}

.siginDrop ul.dropdown-menu.language li a {
    font-size: 15px;
    line-height: 26px;
}

.siginDrop ul.dropdown-menu.language li.signoutlink a {
    background: #f7f7ff;
    color: #434444;
    border-radius: 0 0 8px 8px;
}

ul.dropdown-menu.language li a.active {
    color: #6d737f;
}

ul.dropdown-menu.language li a i.flag-icon,
.language-slt>a>i {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 12px;
}

ul.dropdown-menu.language>li.active>a {
    background-color: transparent;
    color: #6b7282;
}

ul.dropdown-menu.language li a:hover {
    background-color: transparent;
}

i.icon-us {
    background-image: url(../images/icon-en.png);
}

i.icon-ro {
    background-image: url(../images/icon-ro.png);
}

i.icon-fr {
    background-image: url(../images/icon-fr.png);
}

i.icon-ru {
    background-image: url(../images/icon-ru.png);
}

i.icon-hy {
    background-image: url(../images/icon-hy.png);
}

i.icon-it {
    background-image: url(../images/icon-it.png);
}

i.icon-de {
    background-image: url(../images/icon-de.png);
}

i.icon-uk {
    background-image: url(../images/icon-uk.png);
}

i.icon-es {
    background-image: url(../images/icon-es.png);
}

i.icon-uz {
    background-image: url(../images/icon-uz.png);
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    color: #222;
    padding: 3px 5px;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

header .dropdown-menu.mega-dropdown-menu {
    top: 78px;
    right: 0;
    left: 0;
    z-index: 100;
    border: none;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
}

header .dropdown.open .dropdown-menu.mega-dropdown-menu {
    height: auto;
    display: block;
    visibility: visible;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tab-content .tab-pane #flightdates {
    width: 100%;
	background: #FFF;
    border-radius: 25px;
}

.fixed_btm_bg {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 10;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 500;
    z-index: 100;
}

.fixed_btm_bg p {
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.fixed_btm_bg a {
    color: #FFF;
    text-decoration: underline
}

.fixed_btm_bg p img {
    max-width: 58px;
    margin: 0px 5px;
}

.fixed_btm_bg p .sign_btn {
    background-color: #21409a;
    color: #fff;
    margin-left: 20px;
    padding: 13px 30px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
}

.fixed_btm_bg p .sign_btn:hover,
.fixed_btm_bg p .sign_btn:focus {
    background-color: #66bfe9;
}

.fixed_btm_bg .container {
    position: relative;
}

.fixed_btm_bg .signup_close {
    position: absolute;
    right: 0px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
}


/*.date-picker-wrapper { top:150px; }
.date-picker-wrapper { top:150px; }*/

.table-curved {
    border-collapse: separate;
}

.table-curved.table>thead>tr>th {
    border-bottom: none;
}

.table-curved {
    border: solid #e3e3ed 1px;
    border-radius: 10px;
    border-left: 10px;
}

.table-curved td:first-child,
.table-curved th:first-child {
    border-left: 1px solid #e3e3ed;
    border-top: 1px solid #e3e3ed;
}

.table-curved th:first-child {
    border-radius: 10px 0 0 0;
}

.table-curved th:last-child {
    border-radius: 0 10px 0 0;
}

.table-curved th:only-child {
    border-radius: 10px 10px 0 0;
}

.table-curved tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

.table-curved tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

.table-curved.table>tbody>tr>td,
.table-curved.table>tbody>tr>th,
.table-curved.table>tfoot>tr>td,
.table-curved.table>tfoot>tr>th,
.table-curved.table>thead>tr>td,
.table-curved.table>thead>tr>th {
    border-top: none;
    padding: 10px 15px 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #293134;
}

.table-curved.table>thead>tr>th {
    border-top: none;
    background: #f7f7ff;
    font-size: 13px;
    padding: 15px;
    color: #6b7381;
    font-weight: 700;
    font-family: "Rubik", sans-serif;
}

.inner-articlelsit li {
    color: #6e727e;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    display: -webkit-inline-box;
    width: 100%;
}

.inner-articlelsit p {
    line-height: 26px;
    margin-bottom: 20px;
}

.inner-articlelsit .icon.icon-phone-icon {
    font-size: 15px;
}

.inner-articlelsit .icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #0093db;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.mail-link {
    color: #0093db;
}

.ticket-sales ul li a {
    color: #0097da;
}

.tab-career .nav-tabs {
    border: 1px solid #e4e2ed;
    border-radius: 8px;
    margin-bottom: 30px;
}

.tab-career p {
    font-size: 16px;
    line-height: 28px;
}

.tab-career .modal p {
    font-size: 15px;
    line-height: 26px;
}

.tab-career .nav-tabs>li {
    margin-bottom: 0px;
    width: calc(100% / 3);
    text-align: center;
}

.tab-career .nav-tabs>li a {
    color: #203f99;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 0px;
    background: #f7f7ff;
    border-radius: 0px;
    margin: 0px;
    border: 1px solid transparent;
}

.tab-career .nav-tabs>li:first-child a {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.tab-career .nav-tabs>li:nth-child(2) a {
    border-left: 1px solid #e4e2ed;
    border-right: 1px solid #e4e2ed;
}

.tab-career .nav-tabs>li:nth-child(2) a:hover,
.tab-career .nav-tabs>li:nth-child(2).active>a,
.tab-career .nav-tabs>li:nth-child(2).active>a:focus {
    border-left: 1px solid #e4e2ed;
    border-right: 1px solid #e4e2ed;
}

.tab-career .nav-tabs>li:last-child a {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.tab-career .nav-tabs>li a:hover {
    background: none;
    border: none;
    border: 1px solid transparent;
}

.tab-career .nav-tabs>li.active>a,
.tab-career .nav-tabs>li.active>a:focus,
.tab-career .nav-tabs>li.active>a:hover {
    border: 1px solid transparent;
    background: none;
    border-top: 1px solid transparent;
    color: #333;
}


/* .inner_banner {
    background-image: url(../images/inner_banner_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 168px;
} */

.top_destinations_bg {
    background-color: #f7f7ff;
}

.top_destinations_bg h1 {
    margin-bottom: 30px;
}

.destinations_lists {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.destinations_lists li {
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e2ec;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-right: 20px;
    max-width: 365px;
}

.destinations_lists li a {
    text-decoration: none;
}

.destinations_lists li:nth-child(3n) {
    margin-right: 0px;
}

.destinations_lists li img {
    border-radius: 10px 10px 0px 0px;
}

.destinations_lists li .destination_title {
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
    padding: 16px 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.destinations_lists.two-colums li:nth-child(2n) {
    margin-right: 0px;
}

.destinations_lists.two-colums li:nth-child(3n) {
    margin-right: 20px;
}

.destinations_lists li .destination_title h5 {
    font-size: 16px;
    color: #2f3437;
}

.destinations_lists li .destination_title span {
    font-size: 16px;
    color: #304296;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
}
.destinations_lists .destination_title h4{
    display: flex;
    align-items: center;
    font-size: 16px;
    margin: 0;
}
.destinations_lists .destination_title h4 .icon-flight2way {
    width: 25px;
    height: 25px;
    margin: 0 5px;
}

.inner_banner .booking_form form div[class^="col-"]>.form-group>.form-control {
    width: 100%;
    height: 68px;
    border: none;
    box-shadow: none;
    font-weight: 500;
    color: #96a2b7;
    font-size: 16px;
    border-radius: 0px;
    background-color: #fff;
}

.inner_banner .booking_form div[class^="col-"] {
    padding: 0px 0px;
}

.inner_banner .booking_form .tab-pane .row>div[class^="col"]:first-child>div[class^="col"]:first-child .form-group .form-control,
.inner_banner .booking_form .tab-pane .row>div[class^="col"]:first-child>div[class^="col"]:first-child .form-group .form-control {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.inner_banner .booking_form .tab-pane .row>div[class^="col"]:last-child>div[class^="col"]:last-child .form-group {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 4px;
    background-color: #fff;
}

.inner_banner .booking_form .tab-pane .row>div[class^="col"]:last-child>div[class^="col"] {
    padding-right: 0px;
}

.inner_banner .booking_form .tab-pane form div[class^="col"] {
    padding-right: 2px;
}

.inner_banner .booking_form .tab-pane form div[class^="col"]>div[class^="col"]:last-child {
    padding-right: 0;
}

.inner_banner .booking_form .tab-pane form div[class^="col"] #flightdates div[class^="col"]:last-child {
    padding-right: 0px;
}

.dpFormBox .passenger_bg_box {
    z-index: 99;
}

.dpFormBox .passenger_bg_box .close-dropdown {
    display: none;
}

.dpFormBox .passenger_bg_box .add-rooms {
    background: none;
    border: 2px solid;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 14px;
}

.dpFormBox .passenger_bg_box .add-rooms .glyphicon-plus {
    font-size: 18px;
    margin-right: 5px;
}

.dpFormBox .passenger_bg_box .room-container .room-title {
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}

.dpFormBox .passenger_bg_box .room-container .room-title .remove-room {
    cursor: pointer;
    font-weight: normal;
    line-height: normal;
    background: #ffffff;
    color: #e41102;
    padding: 0;
    font-weight: 600;
}

.dpFormBox .passenger_bg_box .room-container .room-title .remove-room:hover {
    text-decoration: underline;
}

.dpFormBox .passenger_bg_box .room-container .room-title+.row {
    margin: 0;
}

.dpFormBox .passenger_bg_box .room-container .custom-padding {
    margin: 0;
    padding-bottom: 10px;
}

.dpFormBox .passenger_bg_box .room-container .custom-padding .label-input {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dpFormBox .passenger_bg_box .room-container .custom-padding.childAge .label-input {
    display: block
}

.dpFormBox .passenger_bg_box .room-container .custom-padding.childAge .label-input label {
    font-size: 14px;
}

.dpFormBox .passenger_bg_box .room-container .custom-padding .label-input label {
    color: #293134;
    font-weight: 700;
    font-size: 16px;
}

.dpFormBox .passenger_bg_box .room-container .custom-padding .label-input .input-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dpFormBox .passenger_bg_box .room-container .custom-padding .label-input .input-group .passenger-control {
    max-width: 40px;
    border: none;
    margin: 0px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
}

.pax-val {
    color: #f00 !important;
    font-size: 12px !important;
    text-align: left !important;
    font-weight: 500 !important;
}

.dpFormBox .passenger_bg_box .room-container .custom-padding .label-input .input-group .btn {
    width: 25px;
    height: 25px;
    border-radius: 30px;
    padding: 0;
    display: inline-block;
    text-align: center;
}

.dpFormBox .passenger_bg_box .room-container .custom-padding .label-input .input-group .btn i {
    padding: 0;
    line-height: 25px;
    font-size: 14px;
}

#products .destinations_lists.list-item {
    display: block;
}

#products .destinations_lists.list-item li {
    max-width: 85%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

#products .destinations_lists.list-item li img {
    display: none;
}

#products .destinations_lists.list-item li .destination_title {
    border-radius: 8px;
}

#products .destinations_lists.list-item li:hover {
    border: 1px solid #0094da;
}

#products .destinations_lists.list-item li p {
    color: #333;
}

#products .destinations_lists.list-item li .month {
    color: #333;
    position: relative;
}

#products {
    margin-bottom: 50px;
}

#products .destinations_lists.list-item li .month::before {
    position: absolute;
    content: "\e917";
    font-size: 20px;
    line-height: 20px;
    font-family: "icomoon" !important;
    color: #0094da;
    left: -25px;
}

#products .destinations_lists.list-item li .destination_title span span.trip {
    display: block;
    color: #96a2b7;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

#products .destinations_lists.list-item li .destination_title span {
    font-size: 20px;
    color: #333;
}

#products .destinations_lists.list-item li .destination_title span.country-name {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #333;
    display: block;
    margin-top: 5px;
}

.view-group {
    display: flex;
    margin-bottom: 30px;
    margin-top: 20px;
}

.view-group .btn {
    display: flex;
    flex-direction: row;
    flex: 1;
    align-content: center;
    justify-content: center;
    padding: 20px;
    background: #f7f7ff;
    color: #21409a;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid #e2e2ec;
    border-radius: 8px;
}

.view-group .btn:first-child,
.view-group .btn.active:first-child {
    border-right: none;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.view-group .btn:nth-child(2) {
    border-radius: 0px;
}

.view-group .btn .icon {
    padding-right: 10px;
    line-height: 24px;
    font-size: 16px;
}

.view-group .btn.active .icon {
    color: #21409a;
}

.view-group .btn:last-child {
    border-left: none;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.view-group .btn.active {
    box-shadow: none;
    background: #fff;
    color: #333;
    border: 1px solid #e2e2ec;
}

#products .destinations_lists.grid-item li .destination_title span.country-name {
    display: none;
}

#products .destinations_lists.grid-item li .destination_title .month {
    display: none;
}

#products .destinations_lists.grid-item li .destination_title span span.trip {
    display: none;
}

.sign_in .signup_followus_section .signup_form {
    margin: 0 auto
}

.sign_in .modal-content {
    box-shadow: none !important;
    background: none !important;
    border: none !important
}


/* Destination page START */

.destination_banner {
    position: relative;
    text-align: center;
}

.destination_banner img {
    width: 100%;
}

.des_caption {
    text-align: center;
    color: #FFF;
    position: absolute;
    top: 0px;
    display: flex;
    flex: 1;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.des_caption h1 {
    color: #FFF;
    margin: 5px 0px 10px;
}

.dest_form {
    position: absolute;
    display: flex;
    width: 100%;
    margin-top: -210px;
}

.dest_table .table {
    background: #FFF;
    margin-bottom: 30px;
}

.dest_table .table-curved.table td {
    padding: 10px 15px !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
    vertical-align: middle;
    display: flex;
    flex: 1;
    align-items: center;
}

.dest_table .table-curved.table th {
    display: flex;
    flex: 1;
    align-items: center;
}

.dest_table .table-curved.table td span {
    color: #bbb;
    padding-left: 5px;
}

.dest_table .table-curved.table tr {
    display: flex;
    flex: 1;
}

.dest_table .table-curved.table td.f-bold {
    font-weight: 700;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
}

.dest_table .table-curved.table td .btn {
    font-size: 14px;
    float: right;
}

.ad_section img {
    border-radius: 8px;
}

.border_box_cnt_custom {
    padding: 20px;
    display: block;
    align-items: center;
    background: #fff;
    border: solid #e3e3ed 1px;
    border-radius: 10px;
}

.border_box_cnt_custom p {
    color: #6b7381;
    line-height: 26px;
    margin-bottom: 15px;
}

.border_box_cnt_custom h4 {
    font-size: 14px;
    margin-bottom: 15px;
}

.ul_link ul li {
    line-height: 26px;
}

.ul_link ul li a {
    font-size: 16px;
    color: #0095da;
    font-weight: 500;
}

.modal .bookingtab .custom-dropdown {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    left: 15px;
    padding-bottom: 20px;
}

.bookingtab .custom-dropdown {
    position: absolute;
    background-color: #FFF;
    padding: 0px;
    width: 325px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 11px;
    top: 100%;
    margin-top: -15px;
    z-index: 999;
    /* border: 1px solid #ccc; */
}

.bookingtab .custom-dropdown .room-container .custom-group .label-input .btn,
.bookingtab .custom-dropdown .room-container .custom-group .label-input .btn:hover,
.bookingtab .custom-dropdown .room-container .custom-group .label-input .btn:focus,
.bookingtab .custom-dropdown .room-container .custom-group .label-input .btn:active,
.bookingtab .custom-dropdown .room-container .custom-group .label-input .btn:active:focus {
    border: none;
    font-size: 20px;
    line-height: normal;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    padding: 0;
    /* display: inline-block; */
    text-align: center;
    line-height: 20px;
}

.bookingtab .custom-dropdown .room-container .custom-group .label-input .input-group {
    display: inline-flex;
    align-items: center;
    width: 100px;
}

.bookingtab .custom-dropdown .room-container .custom-group .label-input label {
    color: #333;
    font-size: 12px;
    /* width: 50%; */
    margin: 0;
    line-height: normal;
}

.bookingtab .custom-dropdown .room-container .custom-group .label-input label em {
    display: inline-block;
    font-size: 12px;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    padding-top: 5px;
}

.bookingtab .custom-dropdown .room-container .row {
    margin: 0;
}

#tourFormPopup .bookingtab .row.custom-padding {
    width: 50%;
}

.bookingtab .row.custom-padding {
    width: 33.33%;
    float: left;
    /* padding-left: 10px; */
}

.bookingtab .custom-dropdown .room1 {
    padding-top: 15px;
}

.bookingtab .room-container {
    display: inline-block;
    width: 100%;
    padding: 10px 15px 15px 15px;
    border-top: 1px solid #e5e5e5;
}

.bookingtab .custom-dropdown .room-container .childAge {
    padding: 0 5px;
}

.bookingtab .custom-dropdown .room-container .childAge .custom-group .label-input label {
    font-size: 11px;
    width: 100%;
    margin-bottom: 3px;
}

.bookingtab .add-rooms {
    background: none;
    border: 2px solid #0094da;
    border-radius: 5px;
    padding: 10px 20px;
    color: #0094da;
    font-weight: 700;
    font-size: 14px;
    margin-left: 15px;
}

.bookingtab .form-group .form-control {
    height: 60px;
    background: #FFF;
}

.bookingtab .custom-dropdown .room-container .custom-group .label-input .passenger-control {
    font-size: 18px;
    border: none;
}

.bookingtab .custom-dropdown .room-title {
    margin-bottom: 10px;
    font-weight: 700;
    color: #21409a;
    font-size: 16px;
}

.bookingtab .custom-dropdown .room-title label {
    float: right;
    background: none;
    color: #e41102;
    font-size: 14px;
}

.bookingtab .custom-dropdown .room-container .custom-group .label-input .form-control {
    padding: 4px 6px;
    height: auto;
    min-height: inherit;
    background: #FFF;
    border: none;
    box-shadow: none;
    width: 30px;
}

.bookingtab .custom-dropdown .room-container .childAge .custom-group .label-input .form-control {
    width: 70px;
    border: 1px solid #ccc;
}

@keyframes horizontalProgressBar {
    0% {
        width: 0%;
    }
    20% {
        width: 10%;
    }
    30% {
        width: 15%;
    }
    40% {
        width: 18%;
    }
    50% {
        width: 20%;
    }
    60% {
        width: 22%;
    }
    100% {
        width: 100%;
    }
}

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.windows8 {
    position: relative;
    width: 48px;
    height: 48px;
    margin: auto;
}

.windows8 .wBall {
    position: absolute;
    width: 46px;
    height: 46px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 3.9325s infinite;
    -o-animation: orbit 3.9325s infinite;
    -ms-animation: orbit 3.9325s infinite;
    -webkit-animation: orbit 3.9325s infinite;
    -moz-animation: orbit 3.9325s infinite;
}

.windows8 .wBall .wInnerBall {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(0, 145, 255, 0.76);
    left: 0px;
    top: 0px;
    border-radius: 6px;
}

.windows8 #wBall_1 {
    animation-delay: 0.856s;
    -o-animation-delay: 0.856s;
    -ms-animation-delay: 0.856s;
    -webkit-animation-delay: 0.856s;
    -moz-animation-delay: 0.856s;
}

.windows8 #wBall_2 {
    animation-delay: 0.173s;
    -o-animation-delay: 0.173s;
    -ms-animation-delay: 0.173s;
    -webkit-animation-delay: 0.173s;
    -moz-animation-delay: 0.173s;
}

.windows8 #wBall_3 {
    animation-delay: 0.3465s;
    -o-animation-delay: 0.3465s;
    -ms-animation-delay: 0.3465s;
    -webkit-animation-delay: 0.3465s;
    -moz-animation-delay: 0.3465s;
}

.windows8 #wBall_4 {
    animation-delay: 0.5095s;
    -o-animation-delay: 0.5095s;
    -ms-animation-delay: 0.5095s;
    -webkit-animation-delay: 0.5095s;
    -moz-animation-delay: 0.5095s;
}

.windows8 #wBall_5 {
    animation-delay: 0.693s;
    -o-animation-delay: 0.693s;
    -ms-animation-delay: 0.693s;
    -webkit-animation-delay: 0.693s;
    -moz-animation-delay: 0.693s;
}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0%;
    }
    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }
    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }
    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }
    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }
    76% {
        opacity: 0;
        transform: rotate(900deg);
    }
    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0%;
    }
    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%;
    }
    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%;
    }
    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%;
    }
    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%;
    }
    76% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0%;
    }
    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%;
    }
    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%;
    }
    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%;
    }
    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%;
    }
    76% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0%;
    }
    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%;
    }
    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%;
    }
    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%;
    }
    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%;
    }
    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }
    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }
    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }
    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }
    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }
    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}

.signup_form {
    position: relative;
}

.action-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.59);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
#recentsearch { 
    display: flex;
    align-items: center;
    margin: 15px -15px 0 -15px;
}
#recentsearch ul {
    display: flex;
    justify-content: flex-start;
  }

#recentsearch ul li {
    padding: 0 5px;
}

#recentsearch ul li h2 {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.4);
    padding: 7px 7px 7px 11px;
    display: flex;
    align-items: center;
    border-radius: 30px;
}

#recentsearch ul li h2 a {
    color: #ffffff;
    padding-right: 5px;
}

#recentsearch ul li h2 a .icon {
    font-size: 5px;
    padding-right: 5px;
    position: relative;
    bottom: 0;
    font-size: 9px;
}

#recentsearch ul li h2 .recent-close {
    cursor: pointer;
    font-size: 10px;
    padding: 7px;
    border-radius: 48px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.currencypopup-box{
   top: 48px;
    left: -32%;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.currencypopup-box::before {
    content: "";
    width: 0;
    height: 0;
    /* border-bottom-color: #fff; */
    top: -10px;
    left: 67px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid;
    position: absolute;
}
.dropdown.open .caret, .dropdown a[aria-expanded="true"] .caret, .route_list_tab::before, .passenger_bg_box::before {
    border-bottom-color: #97a3b8;
}




@media (min-width: 1200px) {
    .navbar-nav>li>a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .navbar-nav>li>a[aria-expanded="true"] {
        background-color: #1c388b;
        color: #fff;
    }
    .navbar-nav>li>a:hover,
    .navbar-nav>li>a:focus,
    .navbar-nav>li>a:active {
        color: #fff;
    }
    .navbar-nav>li>a:hover:before,
    .navbar-nav>li>a:focus:before,
    .navbar-nav>li>a:active:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    /*mega dropdown bg*/
    .bk_bg {
        content: "";
        width: 100%;
        height: 100%;
        display: none;
        top: 0px;
        left: 0px;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9;
    }
    .bk_bg.test {
        display: block;
    }
    .bk_bg.test+header {
        z-index: 10;
    }
    /*mega dropdown bg*/
	
	
}

@media (max-width: 3000px) {
    .full-container .container {
        width: 1700px !important;
    }
}

@media (max-width: 1700px) {
    .full-container .container {
        width: inherit !important;
    }
    .sub-content {
        margin-top: 0px;
    }
    .dest_form {
        margin-top: -130px
    }
}

@media (max-width: 1199px) {
    .mb-40 {
        margin-bottom: 20px;
    }
    .navbar-nav>li>a {
        padding: 30px 15px;
        font-size: 14px;
        font-weight: 600;
        color: #333;
        text-transform: uppercase;
    }
    .navbar-right .dropdown-menu-left {
        right: 0px;
        left: auto;
    }
    .info_megadropdown_bg h5 {
        font-size: 14px;
        margin-bottom: 6px;
    }
    ul.dropdown-menu.language {
        width: auto;
    }
    ul.dropdown-menu.language li a {
        font-size: 14px;
    }
    /*menu style starts*/
    header {
        padding: 13px 0px;
    }
    .navbar button.navbar-toggle {
        display: inherit;
    }
    .navbar-logo {
        margin-top: 0px;
    }
    .navbar-collapse ul.nav {
        margin: 0px;
    }
    .navbar-collapse ul.nav li {
        width: 100%;
        padding: 0px;
        flex-direction: column;
    }
    .navbar-collapse ul.nav li h4,
    .navbar-collapse ul.nav .megadropdown_search_box>h4 {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 8px;
    }
    .navbar-collapse ul.nav li a {
        text-align: left;
        padding: 5px 0px;
    }
    .navbar-collapse ul.nav li.dropdown .dropdown-menu {
        padding-left: 10px;
    }
    .navbar-collapse ul.nav li.dropdown .dropdown-menu li a {
        font-size: 13px;
        color: #fff;
        font-weight: 400;
    }
    .navbar-collapse ul.nav li.dropdown .dropdown-menu li a:hover,
    .navbar-collapse ul.nav li.dropdown .dropdown-menu li a:focus {
        background-color: transparent;
    }
    .navbar-collapse ul.nav li a:hover,
    .navbar-collapse ul.nav li a:focus {
        color: #1d398c !important;
		background: none;
    }
    .nav>li>a:focus,
    .nav>li>a:hover,
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: transparent;
    }
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: transparent !important;
    }
    .navbar-nav>li>.dropdown-menu {
        position: relative;
        margin: auto;
        max-width: 100%;
        float: none;
        margin-top: -1px;
        background-color: transparent;
        border: none;
        box-shadow: none;
        padding: 0px;
    }
    .navbar-nav .open .dropdown-menu {
        height: 100%;
        visibility: visible;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 0px 0px !important;
    }
	ul.dropdown-menu.language>li.active>a {
    background-color: transparent;
    color: #6b7282;
    color: #FFF !important;
}
    .navbar-logo {
        text-align: center;
        width: 100%;
    }
    .navbar-toggle {
        position: absolute;
        color: #0095da;
        z-index: 99;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    header .header_sign_btn {
        position: absolute;
        display: inline-block;
        right: 0px;
        font-size: 14px;
        color: #fff;
        margin-top: 15px;
        text-decoration: none;
        font-weight: 500;
    }
    header .header_sign_btn i.icon {
        padding-right: 5px;
    }
    body .navbar-collapse {
        display: block !important;
        padding: 0px !important;
    }
    body .navbar-collapse .navbar-nav {
        width: 100%;
        height: 100% !important;
        position: fixed;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 25px;
        left: -300px;
        top: 0px;
        width: 100%;
        max-width: 300px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: #fff;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
        z-index: 99;
        text-align: left;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    body.show .navbar-collapse .navbar-nav {
        left: 0px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    header .nav_close {
        display: block;
        position: fixed;
        left: -300px;
        top: 15px;
        color: #fff;
        font-size: 25px;
        text-decoration: none;
    }
    body.show .nav_close {
        left: 300px;
    }
    body.show .dark_bg {
        display: block;
    }
    .dropdown.open .caret,
    .dropdown a[aria-expanded="true"] .caret {
        border-bottom-color: #21409a;
    }
    header .dropdown-menu.mega-dropdown-menu {
        top: 0px;
    }
    header .dropdown-menu.mega-dropdown-menu .info_megadropdown_bg ul li a img {
        display: none;
    }
    .pika-single .btn-primary {
        padding: 8px 20px;
        font-size: 13px;
        border: none;
        border-radius: 8px;
        box-shadow: none;
    }
    .navbar-collapse ul.nav li.dropdown .dropdown-menu li a p {
        display: none;
    }
    .navbar-collapse ul.nav li.dropdown .dropdown-menu.open {
        display: block !important
    }
    .navbar-collapse ul.nav li.dropdown .dropdown-menu {
        padding-left: 0px;
    }
    .navbar-collapse ul.nav li.dropdown .dropdown-menu.toggle-dropdown-menu {
        top: 0px;
        margin: 0px;
    }
    .navbar-collapse ul.nav li.dropdown .dropdown-menu.toggle-dropdown-menu li {
        padding: 6px 0px;
    }
    header .dropdown-menu.mega-dropdown-menu .info_megadropdown_bg.plan_bg ul {
        max-width: 100%;
        padding-right: 20px;
    }
    header .dropdown-menu.mega-dropdown-menu .info_megadropdown_bg h3 {
        display: none;
    }
    header .dropdown-menu.mega-dropdown-menu .info_megadropdown_bg ul li a {
        font-size: 13px;
    }
    header .dropdown-menu.mega-dropdown-menu .info_megadropdown_bg ul li a h4 {
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 0px;
        color: #0096db;
    }
    header .dropdown-menu.mega-dropdown-menu .container>.row>.col-xs-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .info_megadropdown_bg .dropdown_header {
        display: none;
    }
    header .dropdown-menu.mega-dropdown-menu .info_megadropdown_bg {
        padding-top: 6px;
    }
    header .dropdown-menu.mega-dropdown-menu .info_megadropdown_bg>.mb-40 {
        margin-bottom: 0px !important;
    }
    header .dropdown-menu.mega-dropdown-menu .info_megadropdown_bg.plan_bg ul li {
        margin-bottom: 0px;
    }
    header .dropdown-menu.mega-dropdown-menu .info_megadropdown_bg ul li span {
        padding-left: 0px;
    }
    .navbar-collapse ul.nav li.dropdown .dropdown-menu li a {
        color: #0096db;
        line-height: 18px;
    }
    header .dropdown-menu.mega-dropdown-menu .info_megadropdown_bg ul li {
        margin-bottom: 0px;
    }
    header .dropdown-menu.mega-dropdown-menu .info_megadropdown_bg ul {
        margin-bottom: 20px;
    }
    .currency-select .btn,
    .currency-select .btn.active.focus,
    .currency-select .btn.active:focus,
    .currency-select .btn.focus,
    .currency-select .btn:active.focus,
    .currency-select .btn:active:focus,
    .currency-select.btn:focus,
    .currency-select.open .btn {
        color: #21409a !important;
        text-align: left;
        padding-left: 0px;
        font-size: 14px;
        font-weight: 600;
        background: none;
    }
    .megadropdown_search_box .form-group .search_btn,
    .megadropdown_search_box .form-group .search_btn+i {
        display: none;
    }
    .megadropdown_search_box {
        width: 100%;
    }
    .megadropdown_search_box form {
        width: 100%;
    }
    .megadropdown_search_box .form-group {
        margin-right: 0px;
        height: auto;
    }
    .megadropdown_search_box .form-group .form-control {
        padding: 15px 12px;
    }
    .navbar-collapse>ul.nav>li:first-child {
        order: 2;
    }
    .navbar-collapse>ul.nav>li:nth-child(2) {
        order: 3;
    }
    .navbar-collapse>ul.nav>li:nth-child(3) {
        order: 4;
    }
    .navbar-collapse>ul.nav>li:nth-child(4) {
        order: 5;
    }
    .navbar-collapse>ul.nav>li.signin {
        order: 1;
    }
    .megadropdown_search_box {
        order: 6;
        margin-top: 20px;
    }
    .navbar-collapse>ul.nav>li:last-child {
        order: 7;
        margin-top: 20px;
    }
    .navbar-collapse>ul.nav>li:last-child>a {
        text-transform: inherit;
        color: #0096db;
        font-weight: 500;
    }
    header .nav li.signin:before,
    header .nav li.signin:after {
        display: none;
    }
    
    body[data-culture="hy-AM"] .navbar-nav li.language-slt .dropdown-toggle{
        padding: 5px 0px;
    }
    /*menu style end*/
    .banner_bg {
        height: auto;
    }
    .offers_slider {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .booking_form .tab-pane form div[class^="col-"]>.form-group>.form-control {
        font-size: 14px;
    }
    .booking_form .btn-primary {
        font-size: 0px;
        padding: 0px 15px;
        height: 52px;
    }
    .booking_form .btn-primary i.icon {
        font-size: 20px;
        padding-right: 0px;
    }
    .our_benefits .box .box_content {
        margin-left: 15px;
    }
    .our_benefits .box {
        padding: 10px;
        font-size: 13px;
    }
    .main-container {
        padding: 40px 0px;
    }
    .cheap_fight_box {
        padding: 15px 28px;
    }
    .signup_followus_section .need_help_boxes li .need_help_content.three_col {
        flex-direction: column;
        align-items: flex-start;
    }
    .signup_followus_section .need_help_boxes li .need_help_content h3 {
        margin-bottom: 10px;
    }
    .signup_followus_section .need_help_boxes li .need_help_content.follow_us h3 {
        margin-bottom: 10px;
    }
    .signup_followus_section .need_help_boxes li .subscribe_btn {
        padding: 13px 16px;
        font-size: 16px;
        margin-top: 10px;
    }
    footer {
        padding: 40px 0px;
    }
    footer h5 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    footer .footer_links ul li {
        line-height: 24px;
    }
    footer .footer_links ul li a {
        font-size: 13px;
    }
    .copyright_bg {
        font-size: 13px;
    }
    .booking_form .tab-pane form div[class^="col-"]>.form-group>.form-control {
        height: 60px;
    }
    .find_airline_tickets {
        margin-top: 80px;
    }
    .find_airline_tickets h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .find_airline_tickets .mobile_slider .slick-track li {
        left: 1px;
    }
    .find_airline_tickets .mobile_slider {
        padding-top: 70px;
    }
    .mobile_slider:before {
        background-size: 94%;
    }
    .mobile_slider .slick-active img {
        transform: scale(0.95, 0.95);
    }
    .find_airline_tickets .mobile_slider .slick-track li {
        transform: scale(1, 1);
    }
    .find_airline_tickets .mobile_slider .slick-track li.slick-current .slide_content {
        opacity: 1;
        visibility: visible;
    }
    .find_airline_tickets .mobile_slider .slick-track li {
        padding-bottom: 160px;
    }
    .signup_followus_section {
        margin-top: 80px;
    }
    .banner_caption {
        margin-top: 0px;
    }
    .banner_caption h1 {
        font-size: 37px;
        margin-bottom: 40px;
    }
    .passenger_bg_box {
        right: -61px;
        padding: 15px;
        font-size: 13px;
    }
    .booking_form .tab-content {
        padding: 0px 15px;
    }
    .fixed_btm_bg {
        display: none;
    }
    .signup_followus_section .need_help_boxes > li {
        min-height: 611px;
    }
}

@media (max-width: 991px) {
    .dest_form {
        background: #0095da;
        padding: 0px 0px 20px;
        margin: 10px 0px 0px;
        position: relative;
    }
    .des_caption h1 {
        color: #0095da;
        font-size: 16px;
    }
    .des_caption {
        position: relative;
        padding: 10px;
        color: #293134
    }
    .navbar-nav>li>a {
        font-size: 14px;
    }
    header .nav li {
        padding: 0px 5px;
    }
    .banner_caption {
        margin-top: 0px;
		margin-bottom: 30px;
    }
    .banner_caption h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .booking_form .tab-pane form .row>div[class^="col"] {
        padding: 1px 10px;
    }
    .booking_form .btn-primary {
        font-size: 20px;
    }
    .booking_form .tab-pane .row>div[class^="col"]:first-child>div[class^="col"]:last-child .form-group {
        border-radius: 0px 5px 5px 0px;
    }
    .booking_form .tab-pane .row>div[class^="col"]:nth-child(2)>div[class^="col"]:first-child .form-group {
        border-radius: 5px 0px 0px 5px;
    }
    .booking_form .tab-pane .row>div[class^="col"]:nth-child(2)>div[class^="col"]:last-child .form-group {
        border-radius: 0px 5px 5px 0px;
    }
    .booking_form .tab-pane .row>div[class^="col"]:last-child>div[class^="col"]:first-child .form-group {
        border-radius: 5px 0px 0px 5px;
    }
    .tab-content .tab-pane #flightdates div[class^="col-"]:first-child .form-group .form-control {
        border-radius: 5px 0px 0px 5px;
    }
    .tab-content .tab-pane #flightdates div[class^="col-"]:last-child .form-group .form-control {
        border-radius: 0px 5px 5px 0px;
    }
    .booking_form .tab-pane .row>div[class^="col"]:first-child>div[class^="col"]:last-child .form-group .form-control {
        border-radius: 0px 5px 5px 0px;
    }
    .booking_form .tab-pane .row>div[class^="col"]:first-child>div[class^="col"]:first-child .form-group .form-control {
        border-radius: 0px 5px 5px 0px;
    }
    .booking_form .tab-pane form .row>div[class^="col"]:last-child .form-group .form-control {
        border-radius: 5px 0px 0px 5px;
    }
    .booking_form .tab-pane .row>div[class^="col"]:first-child>div[class^="col"]:last-child .form-group .route_list_tab {
        right: 0px;
        left: auto;
    }
    .route_list_tab {
        font-size: 14px;
    }
    .route_list_tab h3 {
        font-size: 18px;
    }
    .passenger_bg_box {
        left: 0px;
        font-size: 12px;
    }
    .passenger_bg_box.show {
        top: 50px;
    left: 10%;
    }

    .passenger_bg_box .error_msg {
        font-size: 11px;
    }
    .offers_slider {
        margin-top: 30px;
        padding: 17px 25px;
        padding-bottom: 60px;
        font-size: 13px;
    }
    .offers_slider h4 {
        margin-bottom: 15px;
    }
    .subscribe_bg p {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 14px;
        justify-content: space-between;
    }
    .our_benefits .box {
        margin-bottom: 10px;
    }
    .cheap_flights ul>.slick-list .slick-track li .caption h4 {
        font-size: 15px;
    }
    .cheap_flights ul>.slick-list .slick-track li .caption span {
        font-size: 22px;
    }
    .cheap_flights ul>.slick-list .slick-track li .caption {
        padding: 13px 10px;
    }
    .additional_services .row>div[class^="col"]:last-child>.row>div[class^="col"] {
        margin-top: 20px;
    }
    .additional_services>.row>div[class^="col"] {
        padding: 0px 15px !important;
    }
    .signup_followus_section {
        margin-top: 50px;
    }
    .signup_followus_section .signup_form {
        max-width: 100%;
    }
    .signup_followus_section .signup_form h4 {
        margin-bottom: 20px;
    }
    .signup_followus_section .signup_form .form-group {
        margin-bottom: 18px;
    }
    .signup_followus_section .social_signup {
        margin-top: 20px;
    }
    .signup_followus_section .need_help_boxes {
        margin-top: 30px;
    }
    .signup_followus_section .need_help_boxes>li {
        padding: 10px;
    }
    .signup_followus_section .need_help_boxes li .need_help_content {
        margin-left: 20px;
        font-size: 14px;
    }
    .signup_followus_section .need_help_boxes>li .icon_box {
        width: 120px;
        height: 120px;
    }
    .signup_followus_section .need_help_boxes li .subscribe_btn {
        margin-top: 5px;
        padding: 10px 14px;
        font-size: 14px;
    }
    footer {
        padding: 30px 0px;
    }
    footer .footer_links ul li a {
        font-size: 13px;
    }
    footer .footer_links>div[class^="col"] {
        margin-bottom: 20px;
    }
    footer .footer_links>div[class^="col"]:last-child {
        margin-bottom: 0px;
    }
    footer h5 {
        margin-bottom: 10px;
    }
    footer .footer_links ul li {
        line-height: 19px;
    }
    .copyright_bg .copyright_content {
        flex-direction: column;
    }
    .copyright_bg .copyright_content ul {
        margin-top: 10px;
    }
    .main-container h2 {
        margin-bottom: 25px;
    }
    .find_airline_tickets .mobile_slider .slick-track li {
        left: -34px;
    }
    .find_airline_tickets .mobile_slider .slick-track li.slick-current {
        z-index: 5;
    }
    .inner_content .col-xs-12>.row {
        display: flex;
        flex-direction: column;
    }
    .inner_content .col-xs-12>.row>.col-md-3 {
        display: flex;
        order: 2;
    }
    .inner_content .col-xs-12>.row>.col-md-9 {
        display: flex;
        order: 1;
    }
    .inner_content .col-xs-12>.row>.col-md-9>article {
        width: 100%;
    }
    .home .main-container {
        margin-top: 0px;
    }
    .our_benefits {
        padding-bottom: 30px;
    }
    .our_benefits .box .box_content h5 {
        font-size: 16px;
        margin-bottom: 7px;
    }
    .main-container h2 {
        font-size: 26px;
    }
    .cheap_flight_slider .slick-arrow.slick-prev {
        right: 171px;
    }
    .booking_form .btn-primary {
        font-weight: 500;
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .booking_form .btn-primary i {
        margin-right: 5px;
    }
}
@media (max-width: 992px) {
    .signup_followus_section .need_help_boxes > li {
        min-height: auto;
    }
}
@media (max-width: 767px) {
	
	
	.signup_followus_section .signup_form .nav-tabs>li>a:hover, .signup_followus_section .signup_form .nav-tabs>li.active>a {
    border: none;
    background: #21409a !important;
}
	
.megadropdown_search_box{display: contents;}	
	
body.show .nav_close {
        display: block;
        right: 0px;
		top: 0px;
        background: #0094DA;
    }	
	
#LevelSitemap {width: 100%;}

.inner_content article h4.panel-title {
  margin-bottom: 0px;
  padding-inline-start: 0px;
}	
.inner_content article h4 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
    padding-inline-start: 10px;
}
.media-body, .media-left, .media-right {
    display: inline;
    vertical-align: top;
    height: auto;
}	
.back-btn {
    position: absolute;
    left: 39px;
top: 4px;
padding: 2px 25px;
}		
.allimgmainscroll {
    width: 100%;
    overflow: scroll;
}
.accordian_content {
    margin-bottom: 20px;
}	
.inner_content h1 {
    font-weight: 700;
    color: #293134;
    width: 100%;
    font-size: 22px;
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}	
.destinations_lists.two-colums li:nth-child(3n) {
    margin-right: 0px;
}	
	
.tab-career .nav-tabs>li a {
    color: #203f99;
    font-weight: 700;
    font-size: 14px;
    padding: 20px 0px;
    background: #f7f7ff;
    border-radius: 0px;
    margin: 0px;
    border: 1px solid transparent;
}	

.blogList .row .col-md-4 {
    flex: 100%;
    margin-bottom: 20px;
}	
.wid75 {
    width: 100%;
}
.passenger_bg_box {
    right: -61px;
    padding: 15px;
    font-size: 13px;
    width: 100%;
}
.destinations_lists li {
    max-width: 100% !important;
    width: 100%;
    margin-right: 0px;
}

.destinations_lists .destination_title h4 {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin: 0;
}

div#LevelSitemap ul {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 25px;
}
    .banner_bg {
        height: auto;
        padding-bottom: 40px;
    }
    .banner_caption h1 {
        font-size: 23px;
    }
	.form-group.search {
		padding:4px !important
	}
    .subscribe_bg {
        padding: 15px 0px;
    }
    .subscribe_bg p {
        font-size: 13px;
        line-height: 24px;
    }
    .subscribe_bg p span {
        padding-right: 30px;
    }
    .booking_form>.nav-tabs li {
        flex: 1;
    }
    .booking_form>.nav-tabs li a {
        padding: 10px 16px;
    }
    .booking_form .form-group .interchange_icon {
        left: inherit;
        right: 10px;
        top: -20px;
        margin: auto;
        width: 32px;
        height: 32px;
        transform: rotate(90deg);
        border: 2px solid #fff;
    }
    .booking_form div[class^="col-"] {
        flex-direction: column;
    }
    .booking_form .form-group {
        margin-bottom: 5px;
        border-radius: 5px !important;
    }
    .booking_form .tab-pane form div[class^="col-"]>.form-group>.form-control {
        height: 50px;
        line-height: 50px;
        border-radius: 5;
    }
    .booking_form .tab-pane .row>div[class^="col"]:last-child>div[class^="col"]:last-child .form-group {
       padding: 3px 3px 3px 3px;
    }
    .booking_form .tab-pane form .row>div[class^="col"] {
        padding: 0px 15px;
    }
    .booking_form .btn-primary {
        font-size: 16px;
        height: 50px;
        font-weight: 500;
    }
    #recentsearch {
        margin: 15px 0;
        flex-direction: column;
    }
    #recentsearch ul {
        flex-direction: column;
        width: 80%;
    }
    #recentsearch ul li {
        margin-top: 5px;
    }
    #recentsearch ul li h2 {
        position: relative;
    }
    #recentsearch ul li h2 .recent-close {
        position: absolute;
        right: 2px;
        top: 2px;
        background: #fff;
        color: #0094da;
        border-radius: 50px;
        width: 22px;
        height: 22px;
        text-align: center;
        line-height: 22px;
        padding: 0;
    }
    .offers_slider {
        display: none;
    }
    .our_benefits {
        padding-bottom: 30px;
    }
    .our_benefits .box img {
        max-width: 55px;
    }
    /* footer {
        display: none;
    } */
    .cheap_flights {
        padding-bottom: 100px;
    }
    .cheap_flights h2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        font-size: 25px;
        margin-bottom: 20px;
    }
    .cheap_flight_slider .slick-dots {
        top: inherit;
        bottom: -60px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: flex;
        max-width: 150px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .cheap_flight_slider .slick-arrow {
        top: inherit;
        bottom: -60px;
    }
    .cheap_flight_slider .slick-arrow.slick-prev {
        left: 10px;
        right: inherit;
    }
    .cheap_flight_slider .slick-arrow.slick-next {
        right: 10px;
    }
    .cheap_flights ul>.slick-list .slick-track li {
        margin: 0px 5px;
    }
    .additional_services {
        margin-top: 0px;
    }
    .additional_services h2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        font-size: 25px;
        margin-bottom: 20px;
    }
    .additional_service_box {
        margin-bottom: 15px;
    }
    .additional_service_box img {
        width: 100%;
		min-height: 200px;
    }
    .additional_services .row>div[class^="col"]>.row:nth-child(2),
    .additional_services .row>div[class^="col"]:first-child>.row:last-child,
    .additional_services .row>div[class^="col"]:last-child>.row>div[class^="col"],
    .additional_services .row>div[class^="col"]:last-child>.row>div[class^="col"]:last-child {
        margin-top: 0px;
    }
    .additional_services .row>div[class^="col"]>.row>div[class^="col"] {
        padding: 0px 15px;
    }
    .additional_service_caption .add_trip_btn {
        max-width: 100%;
    }
    .find_airline_tickets {
        margin-top: 50px;
    }
    .find_airline_tickets h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .find_airline_tickets>p {
        margin-bottom: 30px;
        font-size: 14px;
    }
    .find_airline_tickets .mobile_slider {
        margin-top: 30px;
    }
    .find_airline_tickets .mobile_slider .slick-track li {
        left: 0px;
    }
    .find_airline_tickets .mobile_slider .slick-track li img {
        margin: auto;
    }
    .find_airline_tickets .mobile_slider .slick-track li .slide_content {
        left: 0px;
        right: 0px;
        margin: auto;
    }
    .mobile_slider .slick-arrow {
        width: 44px;
        height: 44px;
    }
    .mobile_slider .slick-arrow.slick-prev {
        left: 20px;
    }
    .mobile_slider .slick-arrow.slick-next {
        right: 20px;
    }
    .signup_followus_section .signup_form {
        padding: 15px;
    }
    .signup_followus_section .signup_form .btns {
        margin-bottom: 20px;
    }
    .signup_followus_section .signup_form .form-group {
        margin-bottom: 10px;
    }
    .signup_followus_section .signup_form .form-control {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        border-radius: 5px;
    }
    .signup_followus_section .signup_form .btn {
        padding: 15px 0px;
        font-size: 16px;
        font-weight: 500;
    }
    .signup_followus_section .signup_form .terms_txt {
        font-size: 13px;
    }
    .signup_followus_section .social_signup {
        margin-top: 15px;
    }
    .signup_followus_section .social_signup label {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .signup_followus_section .social_signup ul li a img {
        max-width: 40px;
    }
    .signup_followus_section .need_help_boxes .social_links li {
        padding: 0px 3px;
    }
    .signup_followus_section .need_help_boxes .social_links li a {
        width: 38px;
        height: 38px;
    }
    .signup_followus_section .need_help_boxes>li {
        margin-bottom: 15px;
    }
    .signup_followus_section .need_help_boxes li .need_help_content h3 {
        margin-bottom: 5px;
        font-weight: 600;
        font-size: 16px;
    }
    .signup_followus_section .need_help_boxes>li .icon_box {
        width: 100px;
        height: 100px;
    }
    .signup_followus_section .need_help_boxes>li .icon_box img {
        max-width: 60px;
    }
    .copyright_bg {
        padding: 15px 0px;
        font-size: 13px;
    }
    .copyright_bg .copyright_content ul li {
        padding: 0px 10px;
    }
    .booking_form .tab-pane form div[class^="col"] {
        padding-right: 0px;
    }
    .additional_service_caption .add_trip_btn {
        font-size: 14px;
    }
    .mobile-nav {
        bottom: 70px;
    }
    .mobile-nav .slick-list {
        padding: 0px !important;
        background-color: #fff;
        margin: 0px 20px;
    }
    .booking_form .tab-pane .row>div[class^="col"]:last-child>div[class^="col"]:last-child .form-group {
        background-color: transparent;
    }
    .booking_form .tab-content {
        padding: 0px;
    }
    .booking_form .tab-pane form div[class^="col-"]>.form-group>.form-control {
        border-radius: 5px !important;
    }
    .booking_form .tab-pane .row>div[class^="col"]:first-child>div[class^="col"]:last-child .form-group .route_list_tab {
        left: 0px;
        right: auto;
    }
    .route_list_tab.show {
        top: 58px;
    }
    .booking_form .tab-pane .row>div[class^="col"]:first-child>div[class^="col"]:last-child .form-group .form-control {
        padding-left: 15px;
    }
    .home .main-container {
        padding-bottom: 30px;
    }
    .route_list_tab {
        display: none;
        width: 358px;
        font-size: 13px;
    }
    .route_list_tab .country_lists {
        width: 155px;
        min-width: 151px;
    }
    .route_list_tab .country_lists .list-column ul {
        width: 100%;
    }
    .route_list_tab .city_lists {
        width: 200px;
    }
    .route_list_tab h3 {
        font-size: 14px;
    }
    .main_slider img {
        height: auto;
    }
    .form-section {
        position: static;
        top: 0;
        margin-top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        background: #0094da;
    }
    .banner_bg {
        padding-bottom: 0;
    }
    .booking_form .tab-pane form .row>div[class^="col"] {
        padding: 0px 15px;
    }
    .booking_form .btn-primary {
        background: #21409a;
    }
    .slick-slider.news_slider {
        padding-right: 93px;
    }
    #transfers .visible-xs {
        display: inline-block !important;
    }
    #transfers .col-xs-6 {
        width: 100%;
    }
    .booking_form .trArriveOnly .form-group:first-child,
    .booking_form .trArriveOnly .form-group:last-child,
    .booking_form .trDepartOnly .form-group:first-child,
    .booking_form .trDepartOnly .form-group:last-child {
        width: 100%;
    }
	
	.passenger_bg_box.show {
        top: 50px;
    }
	.passenger_bg_box {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: auto !important;
  min-width: 300px !important;
}
	.currencypopup-box {
  top: 46px;
  left: -9%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
	.prpsg{padding-right: 2px !important;}
	.plcur{padding-left: 2px !important;}
	
	
    /*Flight status */
    .content-list .list-item .flight-status .city-list li p {
        font-size: 10px;
    }
    .content-list .list-item .flight-status .city-list li h4 {
        font-size: 16px;
        margin-top: 2px;
    }
    .content-list .list-item .flight-status .filter-groep a {
        font-size: 10px;
    }
    .content-list .list-item .flight-status .filter-groep a:after {
        border: 4px solid transparent;
        border-top-color: #0095da;
        transition: 0.3s ease-out;
        top: 4px;
        right: -11px;
    }
    .content-list .list-item .flight-status .filter-groep .filter-content p {
        font-size: 11px;
    }
    .content-list .list-item .flight-status .city-list li .on-time::before {
        top: 0px;
        width: 14px;
        height: 14px;
        font-size: 9px;
        line-height: 15px;
        right: 53px;
    }
}

@media (max-width: 575px) {
    .find_airline_tickets .mobile_slider .slick-track li .slide_content {
        width: 100%;
    }
    .main_slider .slick-prev, .main_slider .slick-next {
        z-index: 1;
    }
    .booking_form .nav-tabs li a {
        font-size: 0px !important;
    }
    .booking_form.flightStatusForm .nav-tabs li a {
        font-size: 12px !important;
    }
    .booking_form .nav-tabs li a i.icon {
        font-size: 14px !important;
    }
    .search-xs {
        display: block;
        position: relative;
        z-index: 999;
        padding: 8px;
        background: #fff;
    }
    .route_list_tab .city_lists {
        padding: 100px 10px 30px 10px;
        width: 50%;
        right: 0px;
    }
    .route_list_tab .country_lists {
        /* width: 183px; */
        min-width: 50%;
        position: relative;
        z-index: 9;
        height: 480px;
        overflow-y: scroll;
    }
    .route_list_tab .city_lists ul {
        padding-right: 0px;
        padding-bottom: 30px;
        height: calc(100% - 100px);
    }
    .route_list_tab .country_lists ul li,
    .route_list_tab .city_lists ul li {
        padding: 3px 6px;
        overflow: inherit;
        font-size: 12px;
        margin: 3px 0;
    }
    .route_list_tab .country_lists ul li span.new,
    .route_list_tab .city_lists ul li span.new {
        font-size: 10px;
        border-radius: 3px;
        padding: 2px 3px;
    }
    .route_list_tab h3 {
        text-align: left;
        padding-left: 8px;
    }
    .route_list_tab.show {
        left: 0;
        /* margin: 0 auto 350px; */
        max-height: 100%;
        width: 100%;
        overflow: auto;
        position: fixed;
        right: 0;
        top: 77px;
        /* width: 65vw; */
        margin: 0 auto;
        height: 100%;
        background: #f7f7ff;
    }
    .route_list_tab::before {
        display: none;
    }
    .booking_form .tab-pane .row>div[class^="col"]:first-child>div[class^="col"]:last-child .form-group .route_list_tab {
        right: auto;
        /* left: inherit; */
    }
    .list_visible {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /* z-index: 1040; */
        /* background-color: #000;
        opacity: .5;
        pointer-events: none; */
        height: 100%;
        /* background-color: #000;
        opacity: .5; */
        overflow: hidden;
    }
    .search-xs h3 {
        margin: 5px 0px 10px;
    }
    .close-filter {
        color:#21409a;
        position: absolute;
        top: 10px;
        right: 9px;
        font-size: 17px;
    }
}

@media (max-width: 480px) {
	
	.passenger_bg_box .passenger_box .passenger_count .pass_count {
    max-width: 40px;
    border: none;
    margin: 0px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
}

    header .nav_close {
        display: none;
        left: inherit !important;
        right: 15px;
    }
    body.show .nav_close {
        display: block;
        right: 0px;
		top: 0px;
        background: #0094DA;
    }
    .banner_caption h1 {
        font-size: 21px;
        margin-bottom: 15px;
    }
    .booking_form>.nav-tabs li a {
        display: flex;
        flex-direction: column;
        font-weight: 500;
        padding: 10px 16px;
        font-size: 12px;
    }
    .booking_form>.nav-tabs li a i.icon {
        margin-bottom: 5px;
        padding-right: 0px;
    }
    .booking_form .form-group .form-control {
        padding: 0px 10px;
        font-size: 14px;
    }
    .booking_form .form-group.dateicon:before {
        top: 20px;
    }
    #recentsearch ul {
        width: 100%;
    }
    .our_benefits .box .box_content h5 {
        font-size: 15px;
    }
    .cheap_flights h2 {
        font-size: 18px;
        padding: 10px 17px;
    }
    .main-container {
        padding: 25px 0px;
    }
    .our_benefits {
        padding-bottom: 20px;
    }
    .btn.view_all_btn {
        padding: 11px 16px;
        font-size: 13px;
        margin-left: 0px;
    }
    .cheap_flights h2 {
        margin-bottom: 10px;
    }
    .btn_book_now {
        padding: 12px 0px;
        font-size: 14px;
    }
    .cheap_fight_box {
        padding: 10px 10px;
    }
    .cheap_flights ul>.slick-list .slick-track li:hover .caption {
        bottom: 46px;
    }
    .cheap_flights h2 {
        padding: 0px;
    }
    .signup_followus_section .need_help_boxes>li .icon_box {
        background-color: transparent;
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .signup_followus_section .need_help_boxes>li {
        flex-direction: column;
        text-align: center;
    }
    .signup_followus_section .need_help_boxes li .need_help_content.three_col {
        align-items: center;
    }
    .signup_followus_section .need_help_boxes li .need_help_content {
        margin-left: 0px;
    }
    .signup_followus_section .need_help_boxes .social_links li {
        padding: 0px 2px;
    }
    .signup_followus_section .need_help_boxes li .need_help_content h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .signup_followus_section .need_help_boxes li .need_help_content {
        font-size: 13px;
    }
    .copyright_bg .copyright_content ul li {
        padding: 0px 5px;
        border-right: 1px solid #dddddd;
        line-height: 10px;
    }
    .copyright_bg .copyright_content ul li:last-child {
        border: none;
    }
    .copyright_bg .copyright_content {
        text-align: center;
        line-height: 22px;
    }
    .additional_services h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .additional_service_caption .title_price {
        padding: 0px;
    }
    .additional_service_caption .title_price h4 {
        font-size: 18px;
        line-height: 27px;
    }
    .additional_service_caption .title_price span {
        font-size: 25px;
    }
    .additional_service_caption .add_trip_btn {
        padding: 9px 0px;
    }
    .download_app_links ul {
        flex-direction: column;
    }
    .download_app_links ul li {
        margin-bottom: 10px;
    }
    .signup_followus_section {
        margin-top: 0px !important;
    }
    .signup_followus_section .signup_form .btn {
        padding: 10px 0px;
    }
    .subscribe_bg p {
        line-height: 19px;
    }
    .mobile_slider:before {
        background-size: 100%;
        width: 100%;
        height: 610px;
        max-width: 300px;
    }
    .find_airline_tickets .mobile_slider .slick-track li {
        left: -1px;
    }
    .find_airline_tickets .mobile_slider .slick-track li img {
        max-width: 270px;
        margin-top: 5px;
    }
    .find_airline_tickets .mobile_slider {
        padding-top: 59px;
    }
    .find_airline_tickets .mobile_slider .slick-track li .slide_content {
        font-size: 13px;
        line-height: 22px;
    }
    .signup_followus_section .signup_form .nav-tabs>li>a.btn {
        font-size: 16px;
    }
    .signup_followus_section .signup_form .nav-tabs>li>a.btn {
        padding: 14px 0px;
    }
    .mobile_slider .slick-arrow {
        bottom: -55px;
        left: 20px;
        top: inherit;
    }
    .mobile_slider .slick-arrow.slick-prev {
        left: 37%;
    }
    .mobile_slider .slick-arrow.slick-next {
        left: 53%;
    }
    .content-list .list-item .flight-status .city-list,
    .content-list .list-item .flight-status .city-list li {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    .content-list .list-item .flight-status .city-list li:nth-child(2) {
        height: 90px
    }
    .content-list .list-item.item ul li:first-child h4::before,
    .content-list .list-item.item ul li:last-child h4::before {
        display: none;
    }
    .content-list .list-item .flight-status .city-list li .icon-flight {
        margin: 1px auto;
        z-index: 9;
        background: none;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .content-list .list-item .flight-status .city-list li:nth-child(2)::before,
    .content-list .list-item .flight-status .city-list li:nth-child(2)::after {
        content: "";
        background: #e2e2ec;
        display: block;
        position: absolute;
        height: 15px;
        width: 2px;
        z-index: 1;
    }
    .content-list .list-item .flight-status .city-list li:nth-child(2)::before {
        top: 50px;
    }
    .content-list .list-item .flight-status .city-list li:nth-child(2)::after {
        bottom: 78px;
    }
    .content-list .list-item .flight-status .filter-groep {
        display: inline-block;
        width: 100%;
        margin: 10px 0 0 0;
    }
}

@media (max-width: 400px) {
    .booking_form>.nav-tabs li a {
        padding: 10px 11px;
    }
	.passenger_bg_box.show {
        left: 0%;
    }
}

@media (max-width: 320px) {
    .route_list_tab .country_lists {
        min-width: 40%;
    }
    .route_list_tab .city_lists {
        width: 60%;
        right: -10px;
    }
}