/*
Site Name: Final
Site URI:
Author: Bsal Dahal
Author URI: www.bishaldahal.com.np
Version:1.0.0
Description:
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS
----------------------------------------------------------------
# GLOBAL (fonts, heading and paragraphs )
# Helper Classes and Styles
## Disable Google map scrolling
## Table Block Display Styles
# Reset Bootstrap Styles
## Carousel
## Navbar Brand Height
## Changing Icons for Collapse
# Default Styles
## Arrow Head List Styles
# Widgets
## Widget Name
# Header
# Footer
# Additional Styles
# Site Fixes
# Media Queries
## max-midth of 1024px & min-width of 768px
## max-midth of 991px
## min-midth of 768px
## max-midth of 767px
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# GLOBAL (fonts, heading and paragraphs )
--------------------------------------------------------------*/
html,
body {
    font-family: "Fira Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    /* font-size: 14px; */
    font-size: 1em;
    color: #333;
}

body {
    min-width: 300px;
    overflow-x: hidden;
}

body {
    background: #fff url('../images/world-map.png') top center no-repeat fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

* {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

h1 {
    font-size: 54px;
    line-height: 55px;
}

h2 {
    font-size: 36px;
    line-height: 48px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

h4 {
    font-size: 20px;
    line-height: 28px;
}

h5 {
    font-size: 18px;
    line-height: 26px;
}

h6 {
    font-size: 16px;
    line-height: 22px;
}

p {
    font-size: 14px;
    line-height: 1.6;
}

a,
button,
.btn {
    border: none;
    -webkit-transition: all ease 0.25s !important;
    -moz-transition: all ease 0.25s !important;
    -ms-transition: all ease 0.25s !important;
    -o-transition: all ease 0.25s !important;
    transition: all ease 0.25s !important;
}


a:hover,
a:focus,
.btn:hover,
.btn:focus {
    outline: none !important;
}

strong,
bold,
b {
    font-weight: 500;
}

em {
    font-style: italic;
    font-weight: inherit;
}

img,
figure {
    max-width: 100%;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: rgba(34, 34, 34, 0.8);
}

::selection {
    text-shadow: none;
    color: #fff;
    background: rgba(34, 34, 34, 0.8);
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

iframe {
    border: none !important;
    display: block;
    width: 100%;
}

::-moz-placeholder {
    opacity: 1;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666666;
    text-transform: capitalize;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
    text-transform: capitalize;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #666666;
    text-transform: capitalize;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #666666;
    text-transform: capitalize;
}

:placeholder-shown {}

.bg-noscroll {
    overflow-y: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw;
}

/*--------------------------------------------------------------
# Helper Classes and Styles
--------------------------------------------------------------*/
.snap {
    margin: 0;
    padding: 0;
}

.snap-right {
    padding-right: 0;
    margin-right: 0;
}

.snap-top {
    margin-top: 0;
    padding-top: 0;
}

.snap-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.snap-left {
    padding-left: 0;
    margin-left: 0;
}

.snap-hoz {
    margin: auto 0;
    padding-left: 0;
    padding-right: 0;
}

.snap-vtl {
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
}

.pad15 {
    padding-top: 15px;
    display: block;
}

.pad30 {
    padding: 15px;
    display: block;
}

.pad60 {
    padding: 30px;
    display: block;
}

.btn-inverse {
    background: #333;
    color: #fff;
    border: 1px solid #232323;
}

.btn-inverse:focus,
.btn-inverse:hover {
    background: #222;
    color: #eee;
    border: 1px solid #111;
}


/* Itinerary - Share Button on header */
/* ------------------------------------ */
a.event-title {
    color: inherit;
    text-decoration: none;
    position: relative;
}
a.event-title > svg {
    position: absolute;
    top: 4px;
    right: -33px;
    color: #888;
}
/* Itinerary - Share Button on header */
/* ------------------------------------ */


/* Itinerary - Download Button on header */
/* ------------------------------------ */
a.btn-download-itinerary {
    padding: 0;
    padding-left: 15px;
    text-align: left;
    font-size: 18px;
    line-height: 54px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  a.btn-download-itinerary > i.fa {
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    font-size: 24px;
  }
/* Itinerary - Download Button on header */
/* ------------------------------------ */


.fixed-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.adspace a {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

/* Disable Google map scrolling */
/* ------------------------------------ */
.map-container {
    width: 100%;
}

.map-container iframe {
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative;
    /* IE needs a position other than static */
}

.map-container iframe.clicked {
    pointer-events: auto;
}


/* Viber, Whatsapp, Messenger and Instagram - Platform */
/* ---------------------------------------------------- */
.platform-container {
    position: relative;
}
  
.platform-content {
    background-color: #fff;
    padding: 10px;
    z-index: 1000;
}

.platform-content a {
    aspect-ratio: 2.1;
    color: #fff;
    line-height: 1;
    text-decoration: none;
}
  
.platform-content .btn.btn-viber {
    background: #7c529e !important;
    border-radius: 4px;
    color: #fff !important;
}
  
.platform-content .btn.btn-viber:focus,
.platform-content .btn.btn-viber:hover {
    background: #593972 !important;
    color: #fff !important;
}
  
.platform-content .btn.btn-whatsapp {
    background: #29ac00 !important;
    border-radius: 4px;
    color: #fff !important;
}
  
.platform-content .btn.btn-whatsapp:focus,
.platform-content .btn.btn-whatsapp:hover {
    background: #1f8101 !important;
    color: #fff !important;
}

.platform-content .btn.btn-messenger {
    background: #405894 !important;
    border-radius: 4px;
    color: #fff !important;
}

.platform-content .btn.btn-messenger:focus,
.platform-content .btn.btn-messenger:hover {
    background: #1a73ed !important;
    color: #fff !important;
}

.platform-content .btn.btn-instagram {
    background: #dd3f5c !important;
    border-radius: 4px;
    color: #fff !important;
}

.platform-content .btn.btn-instagram:focus,
.platform-content .btn.btn-instagram:hover {
    background: #c7237b !important;
    color: #fff !important;
}
/* Viber, Whatsapp, Messenger and Instagram - Platform */
/* ---------------------------------------------------- */


/* Table Block Display Styles */
/* ------------------------------------ */
@media all and (min-width: 768px) {

    /* custom widths */
    .booking-form .col-md-5 {
        width: 41.177%;
    }

    .booking-form button[type="submit"],
    .booking-form .col-md-5 .col-md-7 {
        width: 55.105%;
    }

    .booking-form .col-md-5 .col-md-5 {
        width: 44.895%;
    }

    .booking-form .col-md-3 {
        width: 26.892%;
    }

    .booking-form .col-md-4 {
        width: 31.931%;
    }

    /* custom widths end*/
    .display-table>div {
        margin-left: 0;
        margin-right: 0;
        display: table;
        width: 100%;
    }

    .display-table>div>div {
        padding-left: 0;
        padding-right: 0;
        display: table-cell;
        float: none;
        vertical-align: middle;
    }

    .search-results .list-group-item>.row,
    .search-results .list-group-item>.roundTrip>.row,
    .search-results .list-group-item>.multiCity>div>.row {
        display: flex;
        align-items: center;
        margin: 0;
    }

    .search-results .list-group-item>.multiCity>div>.row {
        border-bottom: 1px dashed #aaa;
        padding: 5px 0;
        margin-top: -1px;
    }

    .search-results .list-group-item>.multiCity>div>.row:last-child {
        border: none;
    }

    .search-results .list-group-item>.row.roundTrip {
        display: block;
        position: relative;
    }

    .search-results .list-group-item>.multiCity>div>.row>div:nth-child(2) {
        order: 2;
    }

    .search-results .list-group-item>.row>.row>div:nth-child(3),
    .search-results .list-group-item>.row>div:nth-child(3) {
        order: 4;
    }

    .search-results .list-group-item>.row>.row>div:nth-child(4),
    .search-results .list-group-item>.row>div:nth-child(4) {
        order: 3;
    }

    .search-results .list-group-item>.row>.row>div:nth-child(5),
    .search-results .list-group-item>.row>div:nth-child(5) {
        order: 5;
        padding-left: 0;
    }

    .search-results .list-group-item>.row>.row>div:nth-child(5) {
        order: 4;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .search-lists p.text-muted,
    .search-lists .price {
        margin: 0 -15px;
    }

    .search-lists>div>ul.nav-tabs>li>a {
        margin: 0;
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        /* pointer-events: none;*/
        font-weight: 500;
        font-size: 16px;
        text-transform: uppercase;
    }

    .search-lists .list-group-item .price>span {
        display: none;
    }

    footer .contact-infos a:hover .fa-viber {
        background: #7C529E;
        color: #fff;
        border: 1px solid transparent;
    }

    footer .contact-infos a:hover .fa-whatsapp {
        background: #29AC00;
        color: #fff;
        border: 1px solid transparent;
    }

    footer .contact-infos a:hover .fa-envelope {
        color: #333;
        background: #888;
    }

    .booking-form-wrapper .form-group.activated#input-destination input {
        width: 200px;
    }

    .booking-form-wrapper .activated>input.form-control,
    .booking-form-wrapper .activated>select.form-control {
        width: 150px;
    }

    #banner-section .booking-form-wrapper.step4 {
        width: 720px;
    }
}

/*--------------------------------------------------------------
# Reset Bootstrap Styles
--------------------------------------------------------------*/
.btn.btn-danger {
    background: #C1272D;
}

.checkbox-inline,
.radio-inline {
    padding-left: 0;
}

hr {
    border-top: 1px solid #ddd;
}

/* Navbar Brand Height */
/* ------------------------------------ */
.navbar-brand {
    height: auto;
}

/* Changing Icons for Collapse */
/* ------------------------------------ */
.panel-title>a span:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f077";
}

.panel-title>a.collapsed span:before {
    content: "\f078";
}

/* End of Changing icons for collapse */

#accordion .panel-title>a {
    display: block;
    text-decoration: none;
}

#accordion .panel-title>a span {
    float: right;
}

/*--------------------------------------------------------------
# Default Styles
--------------------------------------------------------------*/
.heading {
    font-size: 2em;
    font-weight: 300;
    line-height: 1.4;
    text-transform: uppercase;
}

.col-heading {
    font-size: 1.4em;
}

.container-fluid {
    max-width: 1240px;
    width: 90%;
}

hr.divider {
    border-top: 1px solid #111;
    border-bottom: 1px solid #333;
    padding: 0;
    margin: 15px 0;
}

.dark-overlay {
    position: relative;
}

.dark-overlay:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.has-pattern:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url('../images/line-pattern.png');
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.dark-overlay>* {
    position: relative;
    z-index: 9;
}

.bannerad,
a.bannerad img {
    width: 100%;
}

/* Arrow Head List Styles */
/* ------------------------------------ */
.user-content-wrapper ul,
ul.list-arrowhead {
    list-style: none;
    padding-left: 18px;
    margin-bottom: 0;
}

.user-content-wrapper ul li,
ul.list-arrowhead li {
    font-size: 16px;
    margin-bottom: 5px;
}

.user-content-wrapper ul li:last-child,
ul.list-arrowhead li:last-child {
    margin-bottom: 5px;
}

.user-content-wrapper ul li:before,
ul.list-arrowhead li:before {
    content: '\f101';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    float: left;
    margin-left: -25px;
    margin-right: 0;
    color: #555;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

footer ul.list-arrowhead li:before {
    content: '\f105';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    float: left;
    margin-left: -15px;
    margin-right: 10px;
    color: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.user-content-wrapper ul li:hover:before,
ul.list-arrowhead li:hover:before {
    margin-left: -10px;
}

.user-content-wrapper ul a,
ul.list-arrowhead a {
    color: #333;
    margin-left: 5px;
    text-decoration: none;
}

.user-content-wrapper ul a:hover,
ul.list-arrowhead a:hover {
    color: #333;
}

/* Double List */
/* ------------------------------------ */
ul.list-double {
    margin-bottom: 15px;
    padding-left: 25px;
}

.list-double:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

ul.list-double li {
    width: 100%;
    font-size: 14px;
}

/* Default Table Design */
/* ------------------------------------ */
table {
    width: 100%;
}

table td {
    border: 1px solid #888;
    padding: 5px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
    padding-top: 40px;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.topbar {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    background: #212121;
    color: #fff;
    z-index: 999;
}

.topbar ul {
    margin-bottom: 0;
}

.topbar ul.contact-info li,
ul.social-icons li {
    padding: 0;
    float: left;
}

.topbar .contact-info {
    position: relative;
}

.topbar .contact-info>button>img {
    max-height: 20px;
    margin-right: 3px;
}

.topbar .contact-info button.btn:focus,
.topbar .contact-info button.btn:hover,
.topbar .contact-info button.btn {
    background: none;
    color: #fff;
}

.topbar a {
    text-decoration: none;
    font-size: 14px;
    color: #ddd;
    font-weight: 400;
}

.topbar .booking-timer-wrapper {
    font-size: 13px;
    line-height: 40px;
    padding: 0 5%;
    position: relative;
}

.topbar .booking-timer-wrapper:hover .booking-timer-toast,
.topbar .booking-timer-toast {
    position: absolute;
    background: #c1272d;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    font-size: 15px;
    top: 100%;
    left: 50%;
    width: 100%;
    min-width: 200px;
    text-align: center;
    line-height: 1.4;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.topbar .booking-timer-wrapper:hover .booking-timer-toast:before,
.topbar .booking-timer-toast:before {
    content: "";
    border-bottom: 7px solid #c1272d;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: -7px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.topbar .booking-timer-wrapper:hover .booking-timer-toast,
.topbar .booking-timer-wrapper:hover .booking-timer-toast:before {
    display: block !important;
}

.social-icons a,
.topbar i {
    font-size: 16px;
}

.topbar ul.pull-left li a {
    padding: 5px 10px;
    line-height: 29px;
    display: inline-block;
}

.topbar ul.social-icons li a {
    width: 40px;
    text-align: center;
    border-left: 1px solid #383838;
}

.topbar ul.social-icons li:last-child a {
    border-right: 1px solid #383838;
}

.topbar ul.contact-info {
    margin-left: 5px;
}

.topbar .pull-right a {
    text-transform: capitalize;
}

.topbar .pull-right a:hover {
    background: #3B5996;
    color: #fff;
}

.topbar ul.pull-right>li {
    float: left;
    padding: 0;
}

.topbar .btn {
    padding: 10px 18px;
    /* text-transform: uppercase; */
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.topbar .btn-link:hover {
    color: #fff;
}

.topbar .pull-right i {
    margin-right: 4px;
}

.mainheader {
    padding: 10px 0;

}

.mainheader .sti-logo {
    margin-top: 5px;
}

/*--------------------------------------------------------------
# Jumbotron
--------------------------------------------------------------*/
.jumbotron {
    position: relative;
    background-position: center 55%;
    background-color: #7bb8f1;
    height: 70vh;
    max-height: 600px;
    min-height: 550px;
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.jumbotron .video-background-wrapper {
    height: inherit;
    padding: 6% 0 14%;
    overflow: hidden;
}

.jumbotron>.container-fluid {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
}

#video-background {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jumbotron .intro {
    padding: 15px 0;
}

.jumbotron .intro h1 {
    font-weight: 500;
    font-size: 50px;
    color: #fff;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.35);
}

.jumbotron .intro p {
    margin: 0;
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.35);
}

.jumbotron a.btn.btn-danger {
    font-size: 18px;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    background: #C1272D;
    line-height: 1;
    color: rgba(0, 0, 0, 0.75);
}

/*--------------------------------------------------------------
# Booking Tab
--------------------------------------------------------------*/


/* =========================================== */
.booking-form-wrapper .form-row-wrapper,
.booking-form-wrapper {
    /* margin: 0 auto; */
    background: #fff;
    width: 535px;
    height: 70px;
    /* padding: 5px; */
    position: relative;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.booking-form-wrapper .form-row-wrapper {
    margin-top: 15px;
    /* left: -5px; */
}

.booking-form-wrapper .form-row,
.booking-form-wrapper form {
    width: 820px;
    width: 1500px;
    position: relative;
}

.booking-form-wrapper .form-group {
    position: relative;
    float: left;
    margin-right: 5px;
    max-height: 70px;
}

.booking-form-wrapper .form-group.form-country.activated {
    background: #fff;
    /*margin-right: 0;*/
}

.booking-form-wrapper .form-group.form-country {
    margin-right: 70px !important;
}

.booking-form-wrapper #input-destination {
    margin-right: 2px;
}

.booking-form-wrapper .form-group.activated {
    border-left: 1px solid #ddd;
    margin-right: 0;
}

.booking-form-wrapper .form-group.activated:first-child {
    border-right: none;
}

.booking-form-wrapper .form-group.activated.form-nationality {
    margin-left: -5px;
}

.booking-form-wrapper label {
    margin-top: 10px;
    display: inline-block;
    /*height: 50px;*/
    color: #fff;
    width: 50px;
    background: #3B5996;
    overflow: hidden;
    font-size: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;

}

.booking-form-wrapper label>i {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    display: block;
    height: 50px;
}

.booking-form-wrapper .form-control {
    display: none;
    height: 50px;
    border: none;
    background: #fff !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


.trip-type button.btn.btn-default {
    font-size: 16px;
    padding: 10px 20px;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.trip-type button.btn.btn-default.active {
    background: #C1272D !important;
    color: #fff !important;
}

.booking-form-wrapper .activated .form-control,
.booking-form-wrapper .active .form-control {
    display: inline-block;
    height: 70px;
}

.booking-form-wrapper .active>label,
.booking-form-wrapper .active>label,
.booking-form-wrapper .active>label,
.booking-form-wrapper .activated>label {
    position: absolute;
    left: 0;
    width: 40px;
    text-align: center;
    top: 0;
    color: #3B5996;
    height: auto;
    background: none;
    z-index: 1;
}

.booking-form-wrapper .active>label>i,
.booking-form-wrapper .active>label>i,
.booking-form-wrapper .active>label>i,
.booking-form-wrapper .activated>label>i {
    /* font-size: 18px; */
    /* line-height: 1; */
}

.booking-form-wrapper .active>.form-control,
.booking-form-wrapper .activated>.form-control {
    display: inline-block;
}

.booking-form-wrapper .activated>.form-control {
    width: 100px;
}

.booking-form-wrapper .form-group>button {
    height: 50px;
    width: 50px;
    background: #c1272d !important;
    color: #fff;
    font-size: 0;
    margin-top: 10px;
    opacity: 1;
    margin-left: -65px;
}

.booking-form-wrapper .form-group>button[disabled]:hover {
    opacity: 0.8;
}

.booking-form-wrapper .form-group>button>i {
    font-size: 20px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.booking-form-wrapper .activated>input.form-control,
.booking-form-wrapper .activated>select.form-control {
    width: 180px !important;
}

.booking-form-wrapper .activated>select.form-control {
    margin-left: 40px;

}

#banner-section .booking-form-wrapper.step4 {
    width: 915px !important;
}

.booking-form-wrapper .form-group>button.nationality-selected {
    font-size: 16px;
    width: auto;
}

.booking-form-wrapper .form-group>button.nationality-selected>i {
    font-size: 16px;
}

/* =========================================== */
.booking-form-wrapper.step1 {
    width: 535px;
}

.booking-form-wrapper .form-control {
    padding-left: 40px;
}

.booking-form-wrapper .traveller-info .form-control {}

.booking-form-wrapper.step1 .active .form-control {
    width: 500px;
}

.booking-form-wrapper.step2 .activated .form-control {
    width: 180px;
}

.booking-form-wrapper.step2 {
    width: 515px
}

.booking-form-wrapper.step2 .active .form-control {
    width: 415px;
}

.booking-form-wrapper.step3 {
    width: 700px
}

.booking-form-wrapper.step3 .active .form-control {
    width: 360px;
}

.booking-form-wrapper.step4 {
    width: 605px;
}

.booking-form-wrapper.step4 .active .form-control {
    width: 260px;
}

.booking-form-wrapper.step5 {
    width: 605px;
}

.booking-form-wrapper.step5 .active .form-group>button {
    font-size: 16px;
}

.booking-form-wrapper .form-group.activated#input-destination input {
    width: 300px;
}


/* Carousel */
/* ------------------------------------ */
.carousel {
    overflow: hidden;
}

.carousel .item,
.carousel .item img {
    margin: 0 auto;
}

.carousel .carousel-control {
    background: #000;
    font-size: 30px;
    line-height: 40px;
    opacity: 0.6;
    top: 55%;
    bottom: auto;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel .carousel-control:hover {
    opacity: 1;
}

.carousel .carousel-control.left {
    left: -40px;
}

.carousel:hover .carousel-control.left {
    left: 0;
}

.carousel .carousel-control.right {
    right: -40px;
}

.carousel:hover .carousel-control.right {
    right: 0;
}

.carousel-indicators .active,
.carousel-indicators li {
    margin: 0;
    height: 10px;
    width: 10px;
    border: none;
    background: #888;
}

.carousel-indicators .active {
    background: #555;
}

/*--------------------------------------------------------------
# Listing Page
--------------------------------------------------------------*/
.result-header {
    margin-bottom: 20px;
}

.result-header h1 {
    font-weight: 400;
    font-size: 26px;
    color: #c1272d;
}

.result-header h1+hr {
    padding-bottom: 20px;
    border-top: 2px solid #c1272d;
    margin-bottom: 0;
}

#sticky.stick .result-header h1 {
    margin: 0;
}

.event-book#sticky {
    color: #c1272d;
}

.event-book#sticky.stick {
    top: 20px;
}

.result-header h1 small {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    color: #3c5a98;
    line-height: 1.6;
}

.result-header h1.event-book#sticky.stick small {
    margin-top: -10px;
    margin-bottom: 5px;

}

#sticky .star-rating {
    font-size: 50%;
    line-height: 1;
}

.result-header .btn-danger {
    margin-bottom: 10px;
    text-transform: uppercase;
    background: none;
    border: 1px solid #c1272d;
    font-size: 14px;
    color: #c1272d;
    padding: 10px 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    transition: all ease 0.3s;
}

.result-header .btn-danger:focus,
.result-header .btn-danger:hover {
    background: #c1272d;
    color: #fff;
}

.result-header>.pull-left,
.result-header>.pull-right {
    margin-top: -80px;
}

button.slick-arrow {
    font-size: 0;
    top: 0;
    bottom: 10px;
    position: absolute;
    width: 3%;
    background: none;
    min-width: 30px;
}

button.slick-arrow:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 100%;
    top: 57px;
}

button.slick-arrow.slick-prev {
    left: -36px;
}

button.slick-arrow.slick-prev:before {
    left: 0;
    background: url('../images/dbl-arrow-left.png') no-repeat center;
}

button.slick-arrow.slick-next {
    right: -36px;
}

button.slick-arrow.slick-next:before {
    right: 0;
    background: url('../images/dbl-arrow-right.png') no-repeat center;
}


.package-slider {
    max-height: 200px;
}

.package-slider .slick-slide {
    height: 180px;
    position: relative;
    border-left: 2px solid #fff;
    overflow: hidden;
    cursor: pointer;
}

.package-slider .slick-slide:hover:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.package-slider .slick-slide:hover:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    font-weight: 900;
    font-size: 30px;
    z-index: 2;
}

.thumb-carousel {
    visibility: hidden !important;
    max-width: 94%;
    margin: 0 auto;
    /* max-height: 150px; */
    /* -ms-overflow-y: hidden; */
    /* overflow-y: hidden; */
}

.thumb-carousel.slick-initialized {
    visibility: visible !important;
    z-index: 8;
}


.search-results .thumbnail {
    border: 1px solid #dedede;
    padding: 0;
    padding-bottom: 5px;
    margin: 0 5px 10px;
    width: 20%;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.search-results .thumbnail a.price-slide {
    text-decoration: none;
}

.search-results .thumbnail .img-wrapper {
    height: 218px;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}

.search-results .thumbnail .img-wrapper img {
    max-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.search-results .thumbnail .caption {
    text-align: center;
    padding: 0;
}

.search-results .thumbnail .caption p {
    color: #c1272d;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0;
}

.search-results .thumbnail .caption h3 {
    font-size: 11px;
    color: #333;
    line-height: 1.6;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    padding: 0;
}


section.deals.package-deals {
    margin-top: -70px;
    padding-bottom: 30px;
    background: rgba(255, 255, 255, 0.5);
}

section.deals.package-deals .slick-list {
    max-height: none;
}

section.deals.package-deals .thumbnail {
    margin: 0 10px 15px;
    border: 4px solid #fff;
}


section.deals.package-deals .thumbnail>img+p {
    position: absolute;
    top: -60px;
    right: 5px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

section.deals.package-deals .thumbnail:hover>img+p {
    top: 10px;
}

section.deals.package-deals .thumbnail>img+p>span:first-child {
    background: black;
    color: white;
    padding: 2px 3px 2px 5px;
    border-radius: 25px 0 0 25px;
}

section.deals.package-deals .thumbnail>img+p>span:Last-child {
    border-radius: 0 25px 25px 0;
    background: yellow;
    color: black;
    padding: 2px 5px 2px 3px;
}

section.deals.package-deals a.thumbnail:after {}

section.deals.package-deals button.slick-arrow:before {
    top: 45%;
}



section.bannerAd {
    padding-bottom: 30px;
}

.search-results .bannerAd {
    margin: 10px 0 20px;
    display: block;
}

.search-results .list-group-item {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.search-results .list-group-item:hover {
    /* border-color: transparent; */
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}

.search-lists {
    color: #333;
    font-size: 15px;
    text-transform: capitalize;
}

.search-lists form .list-group-item {
    margin-bottom: 15px !important;
}

.search-lists .list-group-item a.row>.row {
    margin: 0;
}

.search-lists p {
    margin-bottom: 0;
}

.search-lists .location {
    font-weight: 500;
    color: #555;
}

.search-lists .time {
    font-size: 28px;
    line-height: 1.2;
}

.search-lists .flight-time {
    font-weight: 500;
    color: #555;
    position: relative;
}

.search-lists .list-group-item .fgt-duration .flight-time {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.search-lists .list-group-item .row[data-filter-stops="0"] .fgt-duration .flight-time {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.search-lists .list-group-item .fgt-duration .flight-time:after {
    content: "";
    position: absolute;
    border-top: 1px dashed #aaa;
    bottom: 0;
    left: -15px;
    right: -15px;
}

.search-lists .list-group-item .row[data-filter-stops="0"] .fgt-duration .flight-time:after {
    border-top: 1px solid #aaa;
}

.search-lists .list-group-item .fgt-duration .flight-time:before {
    content: "";
    position: absolute;
    border-left: 3px solid #999;
    border-right: 3px solid #999;
    bottom: -5px;
    left: -15px;
    right: -15px;
    height: 11px;
}

.search-lists .list-group-item .fgt-duration .flight-time span {
    position: absolute;
    bottom: -6px;
    width: 20px;
    height: 12px;
    /* background: #fff url('../images/data-stop-destination.png') no-repeat center; */
    background: #fff url('../images/icon-plane-small.png') no-repeat center;
    font-size: 0;
    z-index: 1;
    left: 0;
}

.search-lists .list-group-item .row[data-filter-stops="1"] .fgt-duration .flight-time span,
.search-lists .list-group-item .row[data-filter-stops="3"] .fgt-duration .flight-time span+span {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.search-lists .list-group-item .row[data-filter-stops="2"] .fgt-duration .flight-time span,
.search-lists .list-group-item .row[data-filter-stops="3"] .fgt-duration .flight-time span {
    left: 15%;
    -webkit-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    -o-transform: translateX(-15%);
    transform: translateX(-15%);
}

.search-lists .list-group-item .row[data-filter-stops="2"] .fgt-duration .flight-time span+span,
.search-lists .list-group-item .row[data-filter-stops="3"] .fgt-duration .flight-time span+span+span {
    left: 85%;
    -webkit-transform: translateX(-85%);
    -moz-transform: translateX(-85%);
    -ms-transform: translateX(-85%);
    -o-transform: translateX(-85%);
    transform: translateX(-85%);
}

.search-lists .list-group-item .fgt-duration .flight-time span:after {
    content: attr(data-stop-destination);
    top: -34px;
    font-size: 15px;
    background: #3c5a98;
    color: #fff;
    width: auto;
    position: absolute;
    padding: 0px 6px;
    font-weight: 400;
    left: 50%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.search-lists p.text-muted.baggage span {
    position: relative;
}

.search-lists .hotel-amenities>li:after {
    content: attr(data-info-amenity);
    opacity: 0;
    top: -20px;
    font-size: 14px;
    background: #333;
    color: #fff;
    width: auto;
    position: absolute;
    padding: 2px 7px;
    font-weight: 400;
    left: 50%;
    z-index: 9;
    white-space: nowrap;
    pointer-events: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease 0.15s;
    -moz-transition: all ease 0.15s;
    -ms-transition: all ease 0.15s;
    -o-transition: all ease 0.15s;
    transition: all ease 0.15s;
}

.search-lists .hotel-amenities>li:before {
    content: "";
    opacity: 0;
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 0;
    position: absolute;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease 0.15s;
    -moz-transition: all ease 0.15s;
    -ms-transition: all ease 0.15s;
    -o-transition: all ease 0.15s;
    transition: all ease 0.15s;
}

/* styling aminities icons */
.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="restaurent"]>i:before,
.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="food"]>i:before,
.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="breakfast"]>i:before,
.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="lunch"]>i:before {
    content: "\f2e7";
}

.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="beverage"]>i:before,
.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="drink"]>i:before {
    content: "\f57b";
}

.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="internet"]>i:before,
.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="wi-fi"]>i:before,
.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="wifi"]>i:before {
    content: "\f1eb";
}

.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="parking"]>i:before {
    content: "\f540";
}

.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="express"]>i:before {
    content: "\f0e7";
}

.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="late"]>i:before,
.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="early"]>i:before {
    content: "\f2f2";
}

.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="card"]>i:before {
    content: "\f09d";
}

.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="pool"]>i:before,
.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="swim"]>i:before {
    content: "\f5c5";
}

.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="sauna"]>i:before {
    content: "\f593";
}

.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="fitness"]>i:before,
.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="gym"]>i:before {
    content: "\f44b";
}

.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="tv"]>i:before {
    content: "\f26c";
}

.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="discount"]>i:before {
    content: "\f295";
}

.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="pass"]>i:before,
.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="passes"]>i:before,
.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="coupon"]>i:before {
    content: "\f3ff";
}

.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="gift"]>i:before {
    content: "\f79c";
}

.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="airport"]>i:before {
    content: "\f072";
}

.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="cycle"]>i:before {
    content: "\f206";
}

.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="car"]>i:before {
    content: "\f1b9";
}

.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="motercycle"]>i:before,
.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="bike"]>i:before {
    content: "\f21c";
}

.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="vip"]>i:before {
    content: "\f521";
}

.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="spa"]>i:before {
    content: "\f5bb";
}

.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="lounge"]>i:before {
    content: "\f4b8";
}

.search-lists .list-group-item .hotel-amenities>li[data-info-amenity*="room"]>i:before {
    content: "\f236";
}


.search-lists .hotel-amenities>li:hover:after {
    opacity: 1;
    top: -33px;
}

.search-lists .hotel-amenities>li:hover:before {
    opacity: 1;
    top: -10px;
}

.search-lists p.text-muted.baggage span:after {
    content: attr(data-info-baggage);
    top: -30px;
    font-size: 13px;
    background: #333;
    color: #fff;
    width: auto;
    position: absolute;
    padding: 0px 5px;
    font-weight: 400;
    left: 50%;
    z-index: 9;
    white-space: nowrap;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.search-lists p.text-muted.baggage span:before,
.search-lists .list-group-item .fgt-duration .flight-time span:before {
    content: "";
    border-top: 5px solid #3c5a98;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: -10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.search-lists p.text-muted.baggage span:before {
    border-top: 5px solid #333;
}

.search-lists p.text-muted.baggage span:before,
.search-lists p.text-muted.baggage span:after,
.search-lists .list-group-item .fgt-duration .flight-time span:before,
.search-lists .list-group-item .fgt-duration .flight-time span:after {
    display: none;
}

.search-lists p.text-muted.baggage span:hover:before,
.search-lists p.text-muted.baggage span:hover:after,
.search-lists .list-group-item .fgt-duration .flight-time span:hover:before,
.search-lists .list-group-item .fgt-duration .flight-time span:hover:after {
    display: block;
}

.search-lists .price {
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    color: #CE2C31;
}

.search-lists .flight-result-details .collapse-details {
    position: absolute;
    bottom: 0;
    right: 15px;
    background: #3c5a98;
    color: #fff;
    height: 40px;
    width: 40px;
}

.search-lists .flight-result-details .booking-button {
    margin-top: 20px;
    margin-right: 15px;
    font-size: 16px;
    background: #c1272d;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 30px;
    border-radius: 3px;
    box-shadow: 0 2px 17px 2px rgba(193, 39, 45, 0.5);
}

.search-lists .btn-book-now {
    background: #3C5A98;
    margin: 10px auto;
    display: block;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 7px;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-decoration: none;
}

.search-lists .list-group-item .btn-book-now.booking-button,
.search-lists .list-group-item:hover .btn-book-now {
    background: #CE2C31;
}

.search-lists p.text-muted {
    font-size: 13px;
    color: #888;
}

.search-lists p.text-muted.baggage span i {
    margin-right: 1px;
    font-size: 18px;
}

.search-lists p.text-muted.baggage span {
    padding: 0 3px;
}

.search-lists p.text-muted.baggage .luggage i:before {
    content: "";
    background: url('../images/icon-briefcase-baggage.png') no-repeat;
    font-size: 0;
    width: 16px;
    height: 14px;
    display: inline-block;
    float: left;
}

.search-lists p.text-muted.baggage .handcarry i:before {
    content: "";
    background: url('../images/icon-pulling-handcarry.png') no-repeat;
    font-size: 0;
    width: 17px;
    height: 20px;
    display: inline-block;
    float: left;
}

.search-lists a.expand-details {
    font-size: 12px;
    font-weight: 500;
    color: #C1272D;
    text-decoration: none;
    text-transform: capitalize;
    position: absolute;
    left: 50%;
    bottom: -40px;
    z-index: 9;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.search-lists .expand-details:after {
    content: "";
    position: absolute;
    background: #FFF;
    left: 50%;
    height: 30px;
    width: 30px;
    bottom: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}

.search-lists .expand-details i {
    display: block;
    font-size: 18px;
    color: #333;
    z-index: 9;
}

.search-lists .airlines-logo {
    max-height: 40px;
    margin-bottom: 5px;
}

.search-lists .airlines-name {
    font-size: 13px;
    color: #333;
    text-transform: capitalize;
}

.search-lists .flight-type,
.search-lists .flight-code {
    color: #888;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
}

.search-lists .list-group-item {
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.5);
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.5));
}

.search-lists .list-group-item:before,
.search-lists .list-group-item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    width: 5px;
    height: 100%;
    opacity: 0;
    background: #C1272D;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.search-lists .list-group-item:before {
    left: auto;
    right: -50px;
}

.search-lists .list-group-item:hover:after {
    left: -5px;
    opacity: 1;
}

.search-lists .list-group-item:hover:before {
    right: -5px;
    opacity: 1;
}

.search-lists .list-group-item h2 {
    font-size: 18px;
    line-height: 1;
    color: #C1272D;
    margin-top: 10px;
}

.search-lists .list-group-item h2>a {
    color: #C1272D;
    text-decoration: none;
}

.search-lists .list-group-item a {
    /* color: #555; */
}

.search-lists .list-group-item .hotel-amenities {
    margin: 10px 0;
}

.search-lists .list-group-item .hotel-amenities li {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #dedede;
    background: radial-gradient(#fff, #eee);
    color: #333;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.search-lists .list-group-item .hotel-amenities li i {
    line-height: 40px;
}

.flight-result-details {}

.flight-result-details>.row {
    margin: 0;
    margin-right: 15px;
}

.flight-result-details .detail-title {
    margin: 10px -16px;
}

.flight-result-details .detail-title .snap-right p {
    background: #911d22;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    line-height: 36px;
    position: relative;
}

.flight-result-details .detail-title .snap-right p:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #911d22;
    z-index: 1;
}

.flight-result-details .detail-title .snap-left p {
    text-align: left;
    line-height: 36px;
    background: #C1272D;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 20px;
}

.flight-result-details .col-md-10.bordered-detail {
    border: 1px dashed #3c5a98;
    padding: 20px 15px 5px;
}

.flight-result-details .col-md-10.bordered-detail .form-group,
.flight-result-details .col-md-10.bordered-detail .radio {
    margin: 0;
}

.flight-result-details legend {
    border: none;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.flight-result-details .checkbox label,
.flight-result-details .radio label {
    font-size: 15px;
    color: #555;
    line-height: 24px;
}

.flight-result-details .label-default {
    background: #f4f4f4;
    font-weight: 400;
    line-height: 1.5;
    display: inline-block;
    margin: 10px 0;
    padding: 5px 15px;
    font-size: 15px;
    border: 1px solid #dcdcdc;
    color: #555;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.flight-result-details .label-default img {
    margin-right: 5px;
}

.flight-result-details .display-table {
    padding-right: 15px;
}

.search-lists .list-group-item>.row>.col-sm-2.img-wrapper {
    padding: 0;
    height: 150px;
    overflow: hidden;
}

.search-lists .list-group-item>.row>.col-sm-3.img-wrapper img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
# Booking summary
--------------------------------------------------------------*/
.ticket-card {
    background: #fff;
    margin-bottom: 30px;
    padding: 0;
    background: #fff;
    position: relative;
    border-bottom: 2px solid #c1272d;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
}

.ticket-card:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 20px;
    background: transparent;
    border: 2px solid #c1272d;
    border-bottom: 2px solid #fff;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    bottom: -2px;
    right: 18.1%;
    z-index: 99;
}

.ticket-card:before {
    content: "";
    position: absolute;
    bottom: -20px;
    height: 30px;
    width: 20px;
    right: 18.1%;
    background: transparent;
    border-radius: 50%;
}

.ticket-card>.row>div.col-sm-1 {
    border-right: 1px dashed #ccc;
    padding: 15px;
}

.ticket-card>.row>.col-sm-2 {
    border-left: 1px dashed #ccc;
    padding: 15px;
}

.ticket-card>.row>.col-sm-3 {
    padding: 15px;
}

.ticket-card>.row>.col-sm-4 {
    padding: 15px;
}


.ticket-card .img-wrapper {
    height: 120px;
    vertical-align: middle;
    width: inherit;
    display: table-cell;
    text-align: center;
    border: 1px solid #ddd;
}

.ticket-card p.airlines-name {
    font-size: 12px;
    color: #555;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 5px;
}

.ticket-card p {
    margin-bottom: 0;
}

.ticket-card .icon {}

.ticket-card p.location {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}

.ticket-card p.date {
    font-size: 14px;
}

.ticket-card p.price {
    font-size: 24px;
    text-transform: uppercase;
}

.ticket-card p.text-success {
    font-size: 13px;
    font-weight: 500;
    color: #8DC63F;
}

.ticket-card p.flight-time {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.ticket-card p.text-muted {
    font-size: 12px;
    font-weight: 500;
}

.detail-tabs .nav-tabs {
    border-bottom: 3px solid #ddd;
}

.detail-tabs .nav-tabs>li>a {
    margin: 0;
    margin-right: 40px;
    padding: 10px 0;
    color: #888;
    border: none;
    text-transform: capitalize;
}

.detail-tabs .nav-tabs>li>a:focus,
.detail-tabs .nav-tabs>li>a:hover,
.detail-tabs .nav-tabs>li.active>a,
.detail-tabs .nav-tabs>li.active>a:focus,
.detail-tabs .nav-tabs>li.active>a:hover {
    color: #C1272D;
    border: none;
    position: relative;
    background: none;
}

.detail-tabs .nav-tabs>li.active>a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    border-bottom: 3px solid #C1272D;
}

.detail-tabs .tab-content {
    padding-top: 20px;
}

.detail-tabs #flight-details .row {
    margin-bottom: 10px;
}

.detail-tabs #flight-details .row>div {
    padding: 0 10px;
    float: left;
}

.detail-tabs #flight-details .row>.col-md-12 {
    float: none;
}

.detail-tabs #flight-details .row:before {}

.detail-tabs #flight-details .col-md-4 {
    width: 30%;
}

.detail-tabs #flight-details .col-md-1 {
    width: 23.33%;
}

.detail-tabs .img-wrapper {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px;
}

.detail-tabs .airlines-name {
    font-size: 12px;
    color: #555;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.detail-tabs h3 {
    margin-top: 0;
}

.detail-tabs h4 {
    text-transform: capitalize;
    font-size: 14px;
    color: #C1272D;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1;
}

.detail-tabs .date {
    font-size: 13px;
    color: #555;
    font-weight: 500;
    margin-bottom: 2px;
    text-transform: capitalize;
}

.detail-tabs .date>span {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
}

.detail-tabs .location {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: -5px;
}

.detail-tabs .layover-detail {
    position: relative;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
}

.detail-tabs .layover-detail:before {
    content: "";
    position: absolute;
    left: -50%;
    right: -50%;
    border-bottom: 1px dashed #ddd;
    display: block;
    top: -4px;
}

.detail-tabs .layover-detail:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: url('../images/icon-plane-small.png') no-repeat;
    width: 14px;
    height: 12px;
    display: inline-block;
    top: -10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.detail-tabs .layover-detail h5 {
    line-height: 1;
    margin-bottom: 0;
    color: #C1272D;
    font-size: 13px;
    text-transform: capitalize;
}

.detail-tabs .layover-detail p {
    color: #555;
    font-size: 15px;
    font-weight: 500;
}

.contact-details {
    margin-top: 30px;
    border: 1px solid #ddd;
    padding: 0 15px 15px;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-details input.form-control {
    background: none;
    padding-left: 25px !important;
    border-bottom: 1px solid #888 !important;
}

.contact-details h2,
.traveler-details h2 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #c1272d;
}

.booking-fields-mandatory {
    font-style: italic;
    font-size: 14px;
    color: #c0262d;
    font-weight: 400;
    float: right;
}

.contact-details em,
.traveler-details em {
    color: #666;
}

#selectTraveller .traveller-class label.radio-inline,
.booking-form-wrapper .traveller-class label.radio-inline {
    width: 100%;
    background: none;
}

#selectTraveller .traveller-info,
.booking-form-wrapper .input-traveller .traveller-info {
    width: 100%;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

#selectTraveller .traveller-info select.form-control,
.booking-form-wrapper .input-traveller .traveller-info select.form-control {
    border: 1px solid #c1272d;
    margin: 10px 0;
    padding-left: 12px;
    color: #c1272d;
    height: 50px;
}

#selectTraveller .traveller-info select.form-control option,
.booking-form-wrapper .input-traveller .traveller-info select.form-control option {
    color: #333;
    background: #fff;
}

.traveller-pax-info .input-group {
    border-bottom: none !important;
}

.traveller-pax-info .input-group button {
    height: 30px;
    width: 30px;
    border: 1px solid #c1272d;
    color: #c1272d;
    background: none;
}

.traveller-pax-info .input-group button:hover {
    border: 1px solid #c1272d;
    background: #c1272d;
    color: #fff;
}

.traveller-pax-info .input-group {
    text-align: center;
}

.traveller-class {
    margin-bottom: 10px;
}

.contact-details .query-contact {
    margin: 20px 0;
}

.contact-details .query-contact input {
    border: none;
    padding: 0;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.contact-details .query-contact input+i {
    font-size: 14px;
    color: #555;
    position: absolute;
    top: 10px;
    right: 15px;
}

.desc-wrapper {
    margin-bottom: 10px;
}

.day {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.traveler-details {
    margin-bottom: 60px;
}

.traveler-details em a {
    color: #529CFB;
}

.traveler-details .alert-warning {
    font-size: 14px;
    color: #8A6D3B;
    padding: 10px 15px;
    font-weight: 500;
}

.traveler-details .alert-warning i {
    font-size: 20px;
    margin-right: 10px;
}

.traveler-details .detail-panel-wrapper {
    position: relative;
}

.traveler-details .detail-panel-wrapper:before {
    content: "";
    position: absolute;
    /* background: url('../images/bg-circles.png') repeat; */
    top: 0;
    left: -40px;
    bottom: 0;
    width: 8px;
    opacity: 0.75;
}

.traveler-details .panel-icon {
    position: absolute;
    top: 0;
    left: -57px;
    width: 42px;
    height: 42px;
    background: #3498DB;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.traveler-details .panel-primary .panel-icon {
    background-color: #FFF;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.traveler-details .panel-primary.form-adult .panel-icon {
    background-image: url('../images/icon-adult-alt.png');
    background-repeat: no-repeat;
    background-position: 10px;
}

.traveler-details .panel-primary.form-adult.form-error .panel-icon,
.traveler-details .panel-primary.form-adult.form-current .panel-icon,
.traveler-details .panel-primary.form-adult.form-success .panel-icon {
    /* background-image: url('../images/icon-adult.png'); */
    background-repeat: no-repeat;
    background-position: 10px;
}

.traveler-details .panel-primary.form-child .panel-icon {
    background-image: url('../images/icon-child-alt.png');
    background-repeat: no-repeat;
    background-position: 10px;
}

.traveler-details .panel-primary.form-child.form-error .panel-icon,
.traveler-details .panel-primary.form-child.form-current .panel-icon,
.traveler-details .panel-primary.form-child.form-success .panel-icon {
    background-image: url('../images/icon-child.png');
    background-repeat: no-repeat;
    background-position: 10px;
}

.traveler-details .panel-primary.form-infant .panel-icon {
    background-image: url('../images/icon-infant-alt.png');
    background-repeat: no-repeat;
    background-position: 10px;
}

.traveler-details .panel-primary.form-infant.form-error .panel-icon,
.traveler-details .panel-primary.form-infant.form-current .panel-icon,
.traveler-details .panel-primary.form-infant.form-success .panel-icon {
    background-image: url('../images/icon-infant.png');
    background-repeat: no-repeat;
    background-position: 10px;
}

.traveler-details .panel-primary.form-success .panel-icon {
    background: #97ce68;
    -webkit-box-shadow: 0 0 10px rgba(151, 206, 104, 0.5);
    box-shadow: 0 0 10px rgba(151, 206, 104, 0.5);
}

.traveler-details .panel-primary.form-error .panel-icon {
    background: #ff0000;
    -webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

.traveler-details .panel-primary.form-current .panel-icon {
    background: #3498db;
    -webkit-box-shadow: 0 0 10px rgba(52, 152, 219, 0.5);
    box-shadow: 0 0 10px rgba(52, 152, 219, 0.5);
}

.traveler-details .panel-icon>img {
    margin: 6px 10px;
}

.traveler-details .panel {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.traveler-details .panel-heading {
    border: none;
    background: #C1272D;
    position: relative;
    padding: 5px 15px;
}

.traveler-details .panel-heading .panel-title {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.traveler-details .panel-body {
    padding: 0;
    padding-top: 15px;
    border: none;
}

.traveler-details .panel-body .form-group.bordered {
    border-bottom: 1px solid #aaa;
    padding: 3px 0 7px;
}

.traveler-details .panel-body label.control-label {
    font-weight: 400;
    font-size: 15px;
    color: #888;
    margin-right: 30px;
    text-transform: capitalize;
}

.traveler-details .panel-body .sample-link {
    text-decoration: none;
    float: right;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #3b5996;
}

.traveler-details .panel .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #888;
    color: #888;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.traveler-details button.btn-danger {
    max-width: 260px;
}

.traveler-details .checkbox label {
    width: 100%;
    font-size: 15px;
    border-top: 1px solid #555;
    margin: 20px 0;
    padding-top: 10px;
}


blockquote {
    border-left: 5px solid #337ab7;
}

/* =========================================== */
/* =========================================== */
.panel.side-panel {
    border: none;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.side-panel .panel-heading {
    background: #f8f8f8;
    color: #C1272D;
    text-transform: capitalize;
    padding: 8px 10px;
    border-bottom: 1px dashed #ddd;
    position: relative;
}

.side-panel .panel-heading:before,
.side-panel .panel-heading:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 4px;
    background: #dedede;
    bottom: -3px;
    left: -1px;
    -webkit-border-radius: 0 50% 50% 0;
    border-radius: 0 50% 50% 0;
}

.side-panel .panel-heading:after {
    left: auto;
    right: -1px;
    -webkit-border-radius: 50% 0 0 50%;
    border-radius: 50% 0 0 50%;
}

.side-panel dl {
    font-size: 15px;
    font-weight: 500;
    color: #555;
    padding: 15px;
    padding-bottom: 0;
}

.side-panel dt {
    text-align: left;
    font-weight: 500;
    width: 120px;
    margin-bottom: 15px;
    float: left;
    /* nw */
}

.side-panel dd {
    text-align: right;
    margin-left: 125px;
}

.side-panel dl:first-child {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
}

.side-panel dl:last-child {
    padding-top: 0;
    margin-bottom: 10px;
}

.side-panel dl:last-child dt {
    margin: 0;
}

.fare-details .side-panel img {
    max-height: 20px;
    opacity: 0.5;
    margin-right: 3px;
}

.well-support {
    background: #fff;
    padding-top: 30px;
    text-align: center;
    border: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.well-support h3 {
    font-weight: 300;
}

.well-support p {
    margin-bottom: 0;
    font-size: 16px;
}

.well-support a {
    color: #555;
    text-decoration: none;
}

.well-support a:hover {
    color: #C1272D;
}

.why-us .panel p {
    text-transform: capitalize;
    font-size: 14px;
    color: #555;
    padding: 10px 15px;
    margin-bottom: 0;
    border-bottom: 1px dashed #ddd;
}

.why-us .panel p:last-child {
    border-bottom: none;
}

.why-us .panel p img {
    margin-right: 5px;
}

.booking-summary a.bannerad {
    margin-bottom: 30px;
    display: inline-block;
}

section.bannerAd {
    padding-bottom: 30px;
}

/*--------------------------------------------------------------
# Know us Better
--------------------------------------------------------------*/
.know-us-better {
    color: #fff;
    padding: 60px 0 15px;
    background-position: center 60%;
    background-color: #212121;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.know-us-better h2 {
    margin-top: 0;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
}

.know-us-better p {
    margin-bottom: 45px;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
}

.know-us-better p.lead {
    text-transform: none;
    font-size: 16px;
    line-height: 24px;
}

.know-us-better p>img {
    margin: 0 auto 10px;
    display: block;
    max-height: 50px;
}

/*--------------------------------------------------------------
# Deals
--------------------------------------------------------------*/
.deals {
    margin-top: 30px;
}

.deals h2 {
    font-weight: 300;
    margin-bottom: 40px;
}

.deals a.thumbnail {
    border: none;
    padding: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    text-decoration: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
}

.deals a.thumbnail:after {
    content: "";
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.deals a.thumbnail:hover:after {
    top: 0;
}

.deals a.thumbnail:before {
    content: "";
    top: -100%;
    left: -70px;
    height: 200%;
    width: 50px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25));
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}

.deals a.thumbnail:hover:before {
    top: -50%;
    left: 115%;
    -webkit-transition: all ease-in 0.75s;
    -moz-transition: all ease-in 0.75s;
    -ms-transition: all ease-in 0.75s;
    -o-transition: all ease-in 0.75s;
    transition: all ease-in 0.75s;
}

.deals a.thumbnail .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px;
    text-transform: uppercase;
    z-index: 9;
}

.package-deals a.thumbnail:hover .caption.holidays:after {
    background: url("../images/icon-holidays.png") center no-repeat;
}

.package-deals a.thumbnail:hover .caption.airlines:after {
    background: url("../images/icon-plane.png") center no-repeat;
    background-size: contain;
}

.package-deals a.thumbnail:hover .caption:after {
    content: "";    /* Not given but Important */
    background: url("../images/icon-double-arrow.png") center no-repeat;
    background-size: contain !important;
    height: 48px;
    width: 48px;
    top: -40px;
    position: absolute;     /* Not given but Important */
    animation: slides-halfway 2s infinite;
}

/* .deals a.thumbnail:hover .caption:after {
    content: "";    //Important
    background: url("../images/icon-plane.png") center no-repeat;
    background-size: contain;
    height: 48px;
    width: 48px;
    top: -40px;
    position: absolute;   //Important
    animation: slides-halfway 2s infinite;
} */

.deals a.thumbnail>img {
    width: 100%;
}

.deals a.thumbnail h3 {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
}

.deals a.thumbnail h3 small {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #C1272D;
    color: #fff;
    letter-spacing: 1px;
}

.deals .bannerAd {
    margin: 10px 0 30px;
    display: inline-block;
}

.hotel-slider {
    /* max-height: 200px; */
}

.hotel-slider .slick-slide {
    /* height: 180px; */
    position: relative;
    border-left: 2px solid #fff;
    overflow: hidden;
    cursor: pointer;
}

.hotel-slider .slick-slide:hover:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hotel-slider .slick-slide:hover:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    font-weight: 900;
    font-size: 30px;
    z-index: 2;
}

@media (min-width: 768px) {
    .hotel-slider-wrapper.events-wrapper .row {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.hotel-slider-wrapper.events-wrapper .slick-list {
    max-height: none;
}

.hotel-slider-wrapper.events-wrapper .slick-list img {
    height: 200px;
    /* width: 100%; */
    /* object-fit: cover; */
}

.hotel-slider-wrapper.events-wrapper button.slick-arrow:before {
    top: 80px;
}

/* ---------------------------------------------------
# Home Page Event Listing
----------------------------------------------------- */
.event-slider-wrapper .slick-list {
    max-height: 600px;
    min-height: 600px;
}

.event-slider-wrapper .slick-list .img-wrapper {
    position: relative;
    width: 100%;
    max-height: 600px;
    min-height: 600px;
}

.event-slider-wrapper .slick-list .img-wrapper:after {
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
}

.event-slider-wrapper .slick-list img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: inherit;
    max-height: inherit;
    max-width: none;
    object-fit: cover;
    object-position: 50% 30%;
    transform: translate(50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.event-slider-wrapper a.event-slider {
    position: relative;
    text-decoration: none;
}

.package-details .caption,
.event-slider-wrapper .event-slider .caption {
width: 100%;
    position: absolute;
    left: auto;
    right: auto;
    bottom: 100px;
    z-index: 3;
    padding: 15px 30px;
}

.package-details .caption h2,
.event-slider-wrapper .event-slider .caption h2 {
    max-width: 1140px;
    margin: 0 auto;
    color: #fff;
    font-size: 50px;
    /* text-transform: uppercase; */
}

.package-details .caption h2 span,
.event-slider-wrapper .event-slider .caption h2 span {
    font-size: 20px;
    font-weight: 400;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 3px 8px;
    letter-spacing: -0.5px;
}

.package-details .caption h2 small,
.event-slider-wrapper .event-slider .caption h2 small {
    color: #fff;
    font-size: inherit;
    text-transform: capitalize;
}

.package-details .caption h2 span.timer-title,
.event-slider-wrapper .event-slider .caption h2 span.timer-title {
    background: #ffff00;
    color: #333;
}

.package-details .caption h2 span.venue,
.event-slider-wrapper .event-slider .caption h2 span.venue {
    background: #bc2f35;
}

.package-details {
    position: relative;
    display: block;
    overflow: hidden;
}

.hotel-image.package-details {
    overflow: visible;
    overflow-x: clip;
}

.package-details .caption {
    left: 0;
    bottom: 0;
}

.package-details .caption h2 > span {
    display: block;
    width: max-content;
    margin-bottom: 10px;
    line-height: 1.6;
}

.package-details img {
    min-height: 170px;
    object-fit:cover;
    object-position:left;
    translate: -7% 0;
    width: calc(100% + 7%);
    max-width: none;
}

.slick-slider .caption h2 .package-duration {
    margin-bottom: 0 !important;
}

.event-listings a.thumbnail .caption p.package-duration {
    margin-bottom: 7px !important;
}

h2 .package-duration span {
    margin-bottom: 0;
}

.package-duration {
    font-size: 0 !important;
    width: fit-content;
    border: 1px solid #fff;
    border-radius: 11px;
    line-height: 1;
    position: relative;
}

.package-duration span {
    font-size: 14px;
    padding: 4px 6px;
    display: inline-block;
    vertical-align: middle;
}

h2 .package-duration span {
    font-size: clamp(14px, 2vw, 20px) !important;
}

.package-duration span:first-child {
    border-radius: 10px 0 0 10px !important;
    background: black;
    color: #fff;
}

.package-duration span:last-child {
    border-radius: 0 10px 10px 0 !important;
    background: yellow;
    color: black;
}


.event-slider-wrapper .slick-dots {
    list-style: none;
    margin: 0;
    text-align: center;
    padding: 0;
}

.event-slider-wrapper .slick-dots button {
    font-size: 0;
    height: 10px;
    width: 10px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .event-slider-wrapper .slick-dots li {
        display: inline-block;
        margin: 20px 5px 0;
    }

    .event-slider-wrapper .slick-dots .slick-active button {
        width: 20px;
    }
    .package-details img {
        translate: -8% 0;
        width: calc(100% + 8%);
    }
}

@media (min-width: 768px) {
    .event-slider-wrapper .slick-dots {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 20px;
        place-content: center;
        display: grid;
        padding-left: 10em;
        background: linear-gradient(to left,
                hsla(0, 0%, 0%, 0.8) 0%,
                hsla(0, 0%, 0%, 0.738) 19%,
                hsla(0, 0%, 0%, 0.541) 34%,
                hsla(0, 0%, 0%, 0.382) 47%,
                hsla(0, 0%, 0%, 0.278) 56.5%,
                hsla(0, 0%, 0%, 0.194) 65%,
                hsla(0, 0%, 0%, 0.126) 73%,
                hsla(0, 0%, 0%, 0.075) 80.2%,
                hsla(0, 0%, 0%, 0.042) 86.1%,
                hsla(0, 0%, 0%, 0.021) 91%,
                hsla(0, 0%, 0%, 0.008) 95.2%,
                hsla(0, 0%, 0%, 0.002) 98.2%,
                hsla(0, 0%, 0%, 0) 100%);
    }

    .event-slider-wrapper .slick-dots button {
        font-size: 0;
        height: 10px;
        width: 10px;
        background: #fff;
        border: 1px solid #fff;
        border-radius: 5px;
        padding: 0;
        margin-bottom: 5px;
    }

    .event-slider-wrapper .slick-dots .slick-active button {
        height: 20px;
    }
}

.event-listings a.thumbnail {
    text-decoration: none;
    border: none;
    padding: 0;
    position: relative;
    background: none;
}

.event-listings a.thumbnail:hover {
    box-shadow: 0 7px 24px rgba(0, 0, 0, .15);
}

.event-listings .event-price {
    padding: 1px 5px 0;
    text-transform: uppercase;
    background: #ffff00;
    color: #333;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* .event-listings a.thumbnail:after {
    content: "";
    position: absolute;
    top: 60%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.event-listings a.thumbnail:hover:after {
    top: 0;
} */

/* .event-listings a.thumbnail .img-wrapper {
    max-height: 400px;
    min-height: 400px;
    overflow: hidden;
}

.event-listings a.thumbnail .img-wrapper img {
    width: 100%;
    object-fit: cover;
    max-height: inherit;
} */

/* .event-listings a.thumbnail .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    z-index: 1;
} */

.event-listings a.thumbnail .caption {
    margin-top: -75px;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 6px;
    background: #fff;
}

.event-listings a.thumbnail .caption p {
    margin: 0;
    font-size: 14px;
}

.event-listings a.thumbnail .caption h3 {
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.4;
}

.event-listings a.thumbnail .caption small {
    margin: 5px 0;
    display: block;
    text-transform: capitalize;
    /* color: #fff; */
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.event-listings .row>.col-md-4:nth-child(4) {
    clear: both;
}

/* ---------------------------------------------------
# Sticky & Filter & Modify Search Style
----------------------------------------------------- */
#sticky {
    width: 100%;
    color: #fff;
}

#sticky.stick {
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 0 10%;
    background: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}

#filter-btn,
#modify-btn {
    display: block;
    width: 100%;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #3c5a98;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

#sticky.stick .result-header>.pull-left,
#sticky.stick .result-header>.pull-right {
    margin-top: -50px;
}

#sticky.stick .result-header>.pull-left>#modify-btn {
    float: left;
    margin-top: 0;
    margin-right: 5px;
}

.stick#sticky #filter-btn,
.stick#sticky #modify-btn {
    display: inline-block;
    width: auto;
    font-size: 0;
    height: 42px;
    width: 42px;
    text-align: center;
    margin-top: -10px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.stick#sticky #filter-btn i,
.stick#sticky #modify-btn i {
    font-size: 16px;
}

.filter-search {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.filter-title {
    width: 100%;
    border-bottom: dashed 1px #ddd;
    padding: 5px 10px 0;
    float: left;
    color: #C1272D;
    margin-top: 5px;
    margin-bottom: 5px;
}

.filter-title li,
.filter-body li {
    display: inline-block;
}

.filter-body h5 {
    padding: 0 15px;
}

.filter-body li.li-price {
    width: 15%;
}

.filter-body li.li-airline {
    width: 25%;
}

.filter-body li.li-time {
    width: 15%;
}

.filter-body li.li-stops {
    width: 15%;
}

.filter-body li.li-layout {
    width: 15%;
}

.filter-body label.btn {
    margin-top: 5px;
}

.filter-body label.btn:hover,
.filter-body label.btn,
.filter-body .btn-default:hover,
.filter-body .btn-default.active,
.filter-body .btn-default:active {
    background: #eee;
    color: #111;
}

.filter-time>.btn-group,
.filter-stops>.btn-group,
.filter-layover>.btn-group {
    padding: 0 10px;
    width: 100%;
}

.filter-time>.btn-group>.btn {
    width: 25%;
}

.filter-stops>.btn-group>.btn {
    width: 33%;
}

.filter-layover>.btn-group>.btn {
    width: 50%;
}

.filter-price .slider.slider-horizontal {
    width: 70%;
    margin-right: -45px;
    margin-left: 45px;
}

.slider .slider-handle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 2px solid #C1272D;
    background: #fff;
    border-radius: 50%;
}

.slider .slider-handle:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 7px;
    height: 6px;
    width: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #C1272D;
    transition: all ease 0.2s;
}

.slider.slider-horizontal .slider-track {
    height: 2px !important;
    margin-top: 2px !important;
    background: rgba(193, 39, 45, 0.25);
}

.slider.slider-horizontal .slider-track .slider-selection {
    background: #c1272d;
}

.filter-airline {
    max-height: 165px;
    float: left;
    overflow-y: scroll;
    width: 95%;
    overflow-x: hidden;
    padding-left: 10px;
}

.filter-airline input {
    margin-right: 10px;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #C1272D;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: auto !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(217, 83, 79, 1) !important;
    opacity: 1;
}

/* ---------------------------------------------------
# SIDEBAR STYLE
----------------------------------------------------- */
#sidebar,
#modify-search {
    max-width: 380px;
    position: fixed;
    top: 0;
    width: 80%;
    right: -380px;
    height: 100vh;
    z-index: 1030;
    background: #fff;
    color: #000;
    transition: all 0.3s;
    /* overflow-y: scroll; */
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    right: 0;
}

#modify-search.active {
    left: 0;
}

#sidebar .btn,
#modify-search .btn {
    border: 1px solid #ccc;
}

#sidebar button.btn,
#modify-search button.btn {
    border: none;
}

#dismiss {
    width: 35px;
    height: 35px;
    /* line-height: 35px; */
    text-align: center;
    background: #C1272D;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.filter-overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.filter-overlay.active {
    top: 0;
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header,
#modify-search .sidebar-header {
    padding: 1px;
    background: #C1272D;
    color: #fff;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
#sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#modify-search .booking-tab {
    margin-top: 0;
}

#modify-search .booking-tab label {
    font-size: 13px;
}

#modify-search .container-fluid {
    margin: 0;
    padding: 0 10px;
    width: 100%;
}

#modify-search {
    overflow-x: hidden;
    max-width: 470px;
    left: -470px;
    right: auto;
}

#modify-search .form-group i {
    position: absolute;
    top: 37px;
    left: 17px;
    right: auto;
}

#modify-search .marker input {
    padding-left: 25px;
}

/*--------------------------------------------------------------
# Sidebar Fixing Division
--------------------------------------------------------------*/
.division-wrapper {
    position: fixed;
    top: 23%;
    left: 0;
    z-index: 99;
}

.division-wrapper ul li {
    display: block;
    margin-bottom: 3px;
}

.division-wrapper ul li a {
    background: #fff;
    color: #c1272d;
    display: inline-block;
    width: 60px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 3px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.division-wrapper ul li a i {
    display: block;
    font-size: 16px;
    line-height: 1.25;
}

.division-wrapper ul li a i.fa-hiking {
    font-size: 22px;
    /*margin-top: 6px;*/
}

.division-wrapper ul li a i.fa-ticket-alta {
    padding-left: 10px;
    font-size: 18px;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
}

.division-wrapper ul li a span {
    font-size: 13px;
    text-transform: capitalize;
    display: block;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.division-wrapper ul li a:focus,
.division-wrapper ul li a:hover {
    text-decoration: none;
    font-size: 15px;
    background: #C1272D;
}

.division-wrapper ul li a:focus span,
.division-wrapper ul li a:hover span {
    font-size: 13px;
    color: #fff;
}

.division-wrapper ul li a:focus i,
.division-wrapper ul li a:hover i {
    color: #fff;
}

/*--------------------------------------------------------------
# Sticky Sidebar
--------------------------------------------------------------*/
.sidebar-inner-ads {
    position: relative;
    top: 0;
}

/*--------------------------------------------------------------
# Profile Pages
--------------------------------------------------------------*/
.profile {
    margin: 40px 0;
}

.profile .heading {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.profile .profile-avatar {
    margin-bottom: 15px;
}

.profile .profile-menu li {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.profile .profile-menu li a {
    text-decoration: none;
}

.profile .profile-menu li:last-child {
    border: none;
}

.profile .profile-menu li.active {
    color: #C1272D;
    background: #c1272d;
    border: none;
}

.profile .profile-menu li.active a {
    color: #fff;
}

.profile .profile-menu a {
    color: #555;
    text-transform: capitalize;
}

.profile .user-profile-details li {
    color: #555;
    line-height: 1;
    padding: 0 15px;
    border-right: 1px solid #ccc;
}

.profile .user-profile-details li:first-child {
    padding-left: 0;
}

.profile .user-profile-details li:last-child {
    padding-right: 0;
    border-right: none;
}

.profile h3 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 5px;
}

.profile h4 {
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
}

.profile dl {
    text-transform: capitalize;
}

.profile dt {
    text-align: left;
    margin-bottom: 7px;
    font-weight: 400;
}

.profile .document img {
    max-height: 110px;
}

.heading-info span {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    color: #3c5a98;
    line-height: 1.6;
}

/*--------------------------------------------------------------
# Other Links
--------------------------------------------------------------*/
.other-links {
    padding: 50px 0 0;
    background: rgba(255, 255, 255, 0.5);
}

.other-links a {
    text-decoration: none;
}

.other-links img {
    max-height: 50px;
}

.other-links h3 {
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    color: #c1272d;
}

.other-links h3:after {
    content: '';
    position: absolute;
    top: 100%;
    height: 2px;
    width: 50px;
    background: #c1272d;
    left: 0;
}

.other-links p {
    font-size: 13px;
    line-height: 1.85;
    color: #888;
    margin-bottom: 30px;
}

.other-links .col-md-2 {
    width: 20% !important;
}

/*--------------------------------------------------------------
# Parallax BAckground
--------------------------------------------------------------*/
.background-wrapper {
    overflow: hidden;
    max-width: 100%;
    position: relative;
    height: inherit;
    max-height: 100%;
    min-height: 550px;
}

.background {
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 120%;
    z-index: 1;
    font-family: Courier;
    text-align: center;
}

#banner-section .element {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 2;
    text-align: center;
}

#banner-section .element.el_rafting {
    bottom: -2%;
    right: 30%;
}

#banner-section .element.el_text {
    top: 1%;
    right: 5%;
    left: 5%;
}

#banner-section .element.el_bunjee {
    top: 30%;
    right: -2%;
}

#banner-section .element.el_hiker {
    bottom: -3%;
    left: 12%;
}

#banner-section .element.el_paragliding-lg {
    top: 10%;
    right: 25%;
}

#banner-section .element.el_paragliding-md {
    top: 26%;
    right: 20%;
}

#banner-section .element.el_paragliding-sm {
    top: 20%;
    right: 40%
}

#banner-section .element.el_ultralight {
    top: 38%;
    left: 1%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
    background: #222;
    padding-top: 25px;
    color: #fff;
}

footer h4 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 300;
    color: #fff;
}

footer .list-arrowhead {
    margin-top: 25px;
}

footer .list-arrowhead a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #ccc;
}

.user-content-wrapper ul a:hover,
ul.list-arrowhead a:hover {
    color: #fff;
}

footer .social-icons a {
    color: #fff;
    font-size: 20px;
    margin: 0 10px;
}

footer .contact-infos {
    margin-bottom: 5px;
    font-size: 13px;
    color: #aaa;
    line-height: 26px;
    text-align: left;
}

footer .contact-infos .row {
    margin-bottom: 5px;
}

footer .contact-infos a {
    color: #aaa;
    text-decoration: none;
}

footer .contact-infos .col-sm-4 a {
    margin-right: 10px;
}

footer .contact-infos .col-sm-4 a[title="Viber"],
footer .contact-infos .col-sm-4 a[title="Whatsapp"] {
    margin-right: 0;
}

footer .contact-infos a .fa-viber,
footer .contact-infos a .fa-whatsapp,
footer .contact-infos a .fa-envelope {
    padding: 6px;
    color: #888;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 5px;
    border: 1px solid #555;
}

footer .contact-infos a .fa-viber {
    font-size: 15px;
}

footer .contact-infos a:focus,
footer .contact-infos a:hover {
    color: #fff;
}

footer .payment-partners-wrapper {
    border-top: 1px dashed #aaa;
    border-bottom: 1px dashed #aaa;
    padding: 5px 0;
    margin-top: 30px;
}

footer .payment-partners {
    background: #fff;
    padding: 10px 0 5px;
    text-align: center;
}

footer .payment-partners .container-fluid {
    max-width: none;
    width: 96%;
}

footer .payment-partners h4 {
    color: #555;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px;
}

footer .payment-partners h4+hr {
    border: 0;
    height: 1px;
    margin: 0 auto 5px;
    max-width: 50%;
    background-image: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

footer .payment-partners a {
    margin: 10px;
    display: inline-block;
}

footer .payment-partners img {
    max-height: 50px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

footer .footnotes {
    background: #111;
    padding: 15px 0;
}

footer .footnotes p {
    font-size: 13px;
    color: #555;
    margin-bottom: 0;
    text-transform: capitalize;
}

footer .footnotes img {
    max-height: 20px;
    margin-top: -8px;
    margin-left: 5px;
}

/*--------------------------------------------------------------
# Additional Styles
--------------------------------------------------------------*/
p.error {
    color: #f00;
    font-style: italic;
    font-size: 12px;
}



/*--------------------------------------------------------------
# Mobile View Forms
--------------------------------------------------------------*/
.searchMobilePopup {
    display: none;
    width: 100%;
    height: 100vh;
    background: #fafafa;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

input#flightSearchOrigin {
    margin-top: 50px;
}

.searchMobilePopup#dateSelection {
    overflow-y: scroll;
}

.popupHead {
    padding: 0 20px;
}

.popupHead .back,
.resultsHead .back,
.bookSteps .back {
    z-index: 5;
    background: #3B5996;
    height: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    position: fixed;
    height: 40px;
    right: 0;
    left: 0;
    top: 0;
}

.searchMobilePopup#dateSelection .datePicker,
.searchMobilePopup#dateSelection .flightsearchmbl {
    margin-top: 45px;
}

.popupHead .back:before,
.resultsHead .back:before,
.bookSteps .back:before {
    content: "\f104";
    font-family: 'Font Awesome 5 Free';
    color: #495057;
    font-size: 21px;
    line-height: 38px;
    padding-right: 10px;
    color: #fff;
    font-weight: 900;
}

#selectFlight input {
    /* margin-left: 40px; */
    height: 60px;
    margin-bottom: 10px;
}

#selectTraveller .traveller-info {
    width: 100%;
    position: static;
}

#dateSelection .ui-datepicker-multi .ui-datepicker-group {
    float: none;
}

#dateSelection .ui-datepicker-inline.ui-datepicker.ui-widget {
    max-width: 100%;
}

#dateSelection .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 100%;
}

.overFlowHidden {
    overflow-y: hidden;
}

#selectTraveller .traveller-info {
    width: 80%;
    position: static;
    margin-left: 11%;
    padding-top: 15px;
}

.saveBtn {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
}

/*--------------------------------------------------------------
# Booking Tab
--------------------------------------------------------------*/
.booking-tab {
    position: relative;
    margin-top: -45px;
    margin-bottom: 60px;
    z-index: 99;
}

.booking-tab .nav-tabs {
    border: none;
}

.booking-tab .nav-tabs>li {
    margin: 0;
}

.booking-tab .nav-tabs>li>a {
    background: rgba(255, 255, 255, 0.5);
    border: none;
    color: #333;
    margin: 0;
    padding: 0 30px;
    line-height: 45px;
    text-transform: capitalize;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.booking-tab .nav-tabs>li.active>a,
.booking-tab.nav-tabs>li.active>a:focus,
.booking-tab.nav-tabs>li.active>a:hover {
    background: #fff;
    border: none;
}

.booking-tab .nav-tabs a img {
    margin-right: 10px;
}

.booking-tab label {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
}

.booking-tab label em {
    text-transform: none;
    font-size: 13px;
}

.booking-tab .form-control {
    background: #eee;
    border: 1px solid #ddd;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.booking-tab .row {
    margin-right: -10px;
    margin-left: -10px;
}

.container-fluid,
.booking-tab div[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

[type="radio"]:not(:checked)+label,
[type="radio"]:checked+label {
    font-size: 15px;
    color: #666;
    text-transform: capitalize;
    position: relative;
    padding-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    font-weight: 400;
}

.slider .slider-handle {
    background: none;
}

/* radio aspect */
[type="radio"]:not(:checked)+label:before,
[type="radio"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 2px solid #888;
    background: #fff;
    border-radius: 50%;
}

/* checked mark aspect */
[type="radio"]:not(:checked)+label:after,
[type="radio"]:checked+label:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 5px;
    height: 6px;
    width: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #C1272D;
    transition: all ease 0.2s;
}

/* checked mark aspect changes */
[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled radio */
[type="radio"]:disabled:not(:checked)+label:before,
[type="radio"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="radio"]:disabled:checked+label:after {
    color: #999;
}

[type="radio"]:disabled+label {
    color: #aaa;
}

[type="radio"]:checked+label:before,
[type="radio"]:checked:focus+label:before,
[type="radio"]:not(:checked):focus+label:before {
    border: 2px solid #C1272D;
}

.booking-tab .tab-content {
    padding-top: 10px;
}

.booking-tab hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.booking-tab .form-group {
    margin-bottom: 10px;
}

.booking-tab .form-group i.fa {
    font-size: 14px;
    color: #555;
    position: absolute;
    top: 38px;
    right: 20px;
}

.booking-form .radio-inline {
    padding-left: 0;
}

.booking-form .radio-inline label {
    font-size: 16px;
}

.booking-form .input-group-btn button.btn {
    background: #eee;
    height: 40px;
    width: 40px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.booking-tab select.form-control {
    background: #eee url('../images/select-bg.png') no-repeat center right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

option:first-child {
    display: none;
}

.booking-tab select.form-control option {
    background: #fff;
    font-size: 17px !important;
}

.traveler-details button.btn.btn-danger,
.booking-tab button.btn.btn-danger {
    height: 40px;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    font-size: 16px;
    background: #c73c42;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.traveler-details button.btn.btn-danger span:after,
.booking-tab button.btn.btn-danger span:after {
    content: "\f02c";
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    background: #c1272d;
    z-index: 99;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    line-height: 40px;
    text-align: center;
}

.traveler-details button.btn.btn-danger:after,
.booking-tab button.btn.btn-danger:after {
    content: "search packages";
    position: absolute;
    left: 15px;
    -webkit-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -ms-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.traveler-details button.btn.btn-danger:after {
    content: "Continue Booking";
}

.traveler-details button.btn.btn-danger:before,
.booking-tab button.btn.btn-danger:before {
    /* content: "Submit â†’"; */
    content: "Submit";
    position: absolute;
    color: #c1272d;
    left: -100%;
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -ms-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.traveler-details button.btn.btn-danger:hover,
.booking-tab button.btn.btn-danger:hover {
    background: #c1272d;
}

.traveler-details button.btn.btn-danger:hover:before,
.booking-tab button.btn.btn-danger:hover:before {
    left: 15px;
    opacity: 1;
    color: #fff;
}

.traveler-details button.btn.btn-danger:hover:after,
.booking-tab button.btn.btn-danger:hover:after {
    left: 100%;
    opacity: 0;
}

/*--------------------------------------------------------------
# Site Fixes
--------------------------------------------------------------*/
a#back2Top {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 100px;
    right: 22px;
    color: #8c2e5e;
    background: #fff;
    font-size: 30px;
    text-align: center;
    border-radius: 6px;
    border: 2px solid #8c2e5e;
    line-height: 46px;
    z-index: 999;
    opacity: 0.7;
}

a#back2Top>img {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

a#back2Top:hover {
    /* background: #8c2e5e; */
    /* color: #fff; */
    opacity: 1;
}

.overFlowHidden .topbar {
    z-index: 0;
}

.booking-form-wrapper .tt-menu {
    width: 100%;
}

.tt-menu .tt-suggestion {
    width: 100%;
}

.tt-menu .tt-cursor,
.tt-menu .tt-suggestion:hover {
    background: rgba(59, 89, 150, 1);
}

.tt-menu .tt-cursor p,
.tt-menu .tt-suggestion:hover p {
    color: #fff;
}

/* override custom.css and replace in this css */
.jumbotron .booking-form-wrapper .form-control {
    background: #fff !important;
}

.booking-form-wrapper .tt-menu {
    width: 100% !important;
    min-width: 400px;
    -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, .19);
    box-shadow: 0 3px 16px rgba(0, 0, 0, .19);
}

#baggage .well {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

#baggage .well table {
    background: #fff;
}


.payment-choices li {
    display: inline-block;
    padding: 30px 0;
    background: #fff;
    width: 30%;
    text-align: center;
    min-height: 100px;
    margin: 5px;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.payment-choices li.ST-balance {
    position: relative;
    padding-top: 37px;
    height: 115px;
}

.payment-choices li.ST-balance a p {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: #485a98;
    font-size: 20px;
    font-weight: 500;
}

.alert.alert-cashback {
    position: relative;
    background: #e2f1ff;
    color: #333;
    border-radius: 8px;
    border: 1px solid #005aab;
}

.alert.alert-cashback:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 112px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #005aab;
    /* border-top: 10px solid #f2dede; */
}

.alert.alert-cashback:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 110px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #005aab;
    /* border-top: 12px solid #ebccd1; */
}

.alert.alert-cashback img {
    max-height: 20px;
    vertical-align: top;
}

.alert.alert-cashback p.text-uppercase {
    margin: 0;
    color: #333;
}

@media (max-width: 767px) {
    .alert-cashback {
        text-align: center;
    }

    .alert-cashback a {
        display: inline-block;
        margin: 10px 10px 20px;
        border: 1px solid #005aab;
        padding: 10px;
        border-radius: 4px;
        line-height: 1;
    }

    .alert.alert-cashback p.text-uppercase {
        display: inline-block;
        float: left;
    }
}

.slick-list {
    max-height: 150px;
    /* for slow loading */
}

.search-results .thumb-carousel .slick-list {
    max-height: none;
}

/*--------------------------------------------------------------
# Modal Designs
--------------------------------------------------------------*/
.modal-login {
    color: #e82426;
    width: 350px;
}

.modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-login .modal-header {
    border-bottom: none;
    position: relative;
    padding-bottom: 0;
    justify-content: center;
    padding-top: 0;
}

.modal-login h4 {
    text-align: center;
    font-size: 26px;
    /*margin: 30px 0 -15px;*/
}

.modal-login .form-control:focus {
    border-color: #70c5c0;
}

.modal-login .form-control,
.modal-login .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-login .close {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 30px;
    color: #e82426;
}

.modal-login .modal-footer {
    background: #ecf0f1;
    border-color: #dee4e7;
    /*text-align: center;*/
    justify-content: center;
    margin: 0 -20px -20px;
    border-radius: 5px;
    font-size: 13px;
    padding-right: 35px;
    padding-left: 35px;

}

.modal-login .modal-footer a {
    color: #e82426;
}

.modal-login.modal-dialog {
    margin-top: 80px;
}

.modal-login .btn {
    color: #fff;
    border-radius: 4px;
    background: #e82426;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}

.modal-login .btn-ghost {
    background: none;
    border: 1px solid #C1272D;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #c1272d;
    line-height: 2;
    margin-bottom: 0;
}

.modal-login .btn-primary:hover,
.modal-login .btn-primary:focus {
    background: #a30f1e;
    outline: none;
}

.modal-login .btn-ghost:hover,
.modal-login .btn-ghost:focus {
    color: #3b5996;
    border-color: #3b5996;
}

.modal-session-out .close {
    font-size: 30px;
}

.modal-session-out h2 {
    font-size: 26px;
    font-weight: 400;
    color: #c1272d;
    margin-bottom: 0;
}

.modal-session-out .lead {
    margin-bottom: 10px;
}

.modal-session-out .lead a {
    font-size: 16px;
    color: #c1272d;
    margin: 10px 15px;
    display: inline-block;
    font-weight: 400;
}

/*--------------------------------------------------------------
# PAYMENT DETAILS CARD
--------------------------------------------------------------*/
.payment-details-card {
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 7px 0 21px rgba(0, 90, 171, 0.7);
    box-shadow: 7px 0 21px rgba(0, 90, 171, 0.7);
    overflow: hidden;
}

.payment-details-card>.row {
    display: flex;
}

.payment-details-card .col-sm-9 {
    background: #005AAB;
    color: #fff;
    padding: 30px;
    margin-left: 15px;
}

.payment-details-card h3 {
    font-weight: 400;
}

.payment-details-card small {
    font-size: 14px;
}

.payment-details-card dd,
.payment-details-card dt {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
}

.payment-details-card dt {
    display: inline-block;
    width: 60%;
    text-align: left;
}

.payment-details-card dd {
    display: inline-block;
    width: 38%;
    text-align: right;
    margin-left: 2%;
}

.payment-details-card .btn {
    background: #005AAB;
    font-size: 16px;
    border: 1px solid #fff;
    color: #fff;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

.payment-details-card .btn:hover {
    background: #fff;
    color: #333;
    -webkit-box-shadow: 0 7px 24px rgba(0, 0, 0, 0.35);
    box-shadow: 0 7px 24px rgba(0, 0, 0, 0.35);
}

.payment-details-card hr {
    /* border-top: 1px solid rgba(0, 0, 0, 0.5); */
    /* border-bottom: 1px solid rgba(255,255, 255, 0.2); */
    border-top: 1px solid #bbb;
    margin-top: 10px;
    margin-bottom: 10px;
}

.payment-details-card .col-sm-3 {
    padding: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 15px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.payment-details-card .col-sm-3 img {
    max-width: 100%;
    margin: 10px auto;
    max-height: 100px;
}

.payment-details-card .col-sm-3 .imgCreditCard {
    max-width: 100px;
    margin: 20px auto;
}

.payment-details-card .col-sm-3 a {
    border-bottom: 1px dashed #888;
    padding: 10px 0;
    display: flex;
    width: 100%;
    text-decoration: none;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.payment-details-card .col-sm-3 a:last-child {
    border-bottom: none;
}

.payment-details-card .col-sm-3 a i {
    color: #aaa;
}

.payment-details-card .col-sm-3 a img {
    opacity: 0.5;
}

.payment-details-card .col-sm-3 a.selected img {
    opacity: 1;
}

.payment-details-card .col-sm-3 a.selected i {
    color: green;
}

.payment-options-card-wrapper {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.payment-options-card-wrapper>div {
    margin-bottom: 30px;
}

.payment-options-card {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px 15px;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
}

.payment-options-card.card-selected {
    border-color: #005AAB;
    -webkit-box-shadow: 0 3px 12px rgba(0, 90, 171, 0.50);
    box-shadow: 0 3px 12px rgba(0, 90, 171, 0.50);
}

.payment-options-card.md-img {
    padding: 5px;
}

.payment-options-card.lg-img {
    padding: 0;
}

.payment-options-card img {
    max-height: 40px;
}

.payment-options-card.md-img img {
    max-height: 55px;
}

.payment-options-card.lg-img img {
    max-height: 70px;
}

@media (max-width: 767px) {
    .payment-details-card .col-sm-9 {
        margin-left: 0;
    }

    .payment-details-card>.row {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .payment-options-card-wrapper {
        margin: 0 0 20px;
    }

    .payment-options-card-wrapper>div {
        padding: 5px;
        margin: 0;
    }

    .payment-details-card .col-sm-3 {
        margin-right: 0;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .payment-details-card .col-sm-3 a {
        width: auto;
        border: none;
    }

    .payment-details-card .col-sm-3 a i {
        margin-right: 10px;
    }

    .payment-details-card dd {
        margin-left: 0;
    }

    .payment-details-card .btn {
        width: 100%;
    }

}

.top-up-container .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #c3c0c0;
    color: #000;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.topup-error {
    font-size: 17px;
    text-transform: none;
    float: right;
    color: red;
    font-style: italic;
    font-weight: 500;
}

.modal-fare-details dt,
.modal-cashback-details dt {
    text-align: left;
    margin-left: 18px;
    font-weight: 500;
}

/*--------------------------------------------------------------
# Other Styles Added
--------------------------------------------------------------*/
/* CUSTOM STYLE */
/* ------------------------------------ */
/** TYPEAHEAD AUTOCOMPLETE CSS**/
.twitter-typeahead {
    width: 100%;
}

.tt-dropdown-menu {
    min-height: 60px;
    max-height: 60px;
    overflow-y: auto;
}

.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-hint {
    color: #999999;
}

.tt-menu {
    box-shadow: 0 0 16px 10px rgba(0, 0, 0, .19);
    background-color: #FFFFFF;
    border: none;
    /* box-shadow: inset 0 -8px 15px #fff;*/
    margin-top: 1px;
    padding: 0 0;
    width: 330px !important;
    max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.tt-suggestion {
    font-size: 14px;
    padding: 3px 20px;
    border-bottom: 1px solid #dddddd;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #C1272D;
    /*color: #FFFFFF;*/
}

.tt-suggestion p {
    font-size: 14px;
    color: #000000;
    margin: 0;
}


/** TYPEAHEAD CSS ENDS **/

/* DATE PICKER */
.ui-datepicker {
    /*box-shadow: 0 0 16px 10px rgba(0,0,0,.19);*/
    /*width: 40em !important;*/
    border-radius: 0px !important;
    font-family: "Fira Sans", sans-serif !important;
    padding: 0 !important;
    z-index: 5555 !important;
}

.ui-datepicker-group.ui-datepicker-group-last {
    border-left: 1px solid #ddd;
}

.ui-datepicker-header {
    border-radius: 0px !important;
}

.ui-datepicker .ui-datepicker-header {
    /* border-bottom: 1px solid #e6e6e6 !important;*/
    border: none !important;
    color: #fff;
    font-weight: bold;
    background: #3b5996 !important;
}

.ui-datepicker .ui-datepicker-prev:focus,
.ui-datepicker .ui-datepicker-next:focus,
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background: none;
    line-height: 2.4;
    text-align: center;
    height: auto;
}

.ui-datepicker a.ui-datepicker-prev,
.ui-datepicker a.ui-datepicker-next {
    text-decoration: none;
    border: none;
    font-weight: 600;
}

.ui-datepicker a.ui-datepicker-prev:hover,
.ui-datepicker a.ui-datepicker-next:hover {
    line-height: 2.4;
}

.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
    font-family: 'Font Awesome 5 Free';
    color: #fff;
}

.ui-datepicker .ui-datepicker-prev:hover:after,
.ui-datepicker .ui-datepicker-prev:after {
    content: "\f053";
}

.ui-datepicker .ui-datepicker-next:hover:after,
.ui-datepicker .ui-datepicker-next:after {
    content: "\f054";
}

.ui-datepicker-prev>.ui-icon.ui-icon-circle-triangle-w,
.ui-datepicker-next>.ui-icon.ui-icon-circle-triangle-e {
    display: none;
}

.ui-widget.ui-widget-content {
    border: none !important;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.ui-datepicker-title {
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 5px;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    width: 40%;
    background: none;
    border: none;
    height: 25px;
    margin: 0 5%;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-month option,
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year option {
    color: #3b5996;
}

.ui-datepicker th {
    font-weight: 500 !important;
}

.ui-datepicker-calendar td {
    position: relative;
    height: 34px;
    width: 50px;
    padding: 0 !important;
    cursor: pointer;
    /* border: 1px solid #e6e6e6 !important; */
}

.ui-datepicker-calendar td>a {
    text-align: center !important;
    border: none !important;
    background: none !important;
}

.ui-datepicker-calendar td>span {
    text-align: center !important;
    border: none !important;
    background: none !important;
}

.ui-datepicker-calendar td>a.ui-state-active {
    color: #fff !important;
}

.ui-datepicker-calendar td>a.ui-state-highlight {
    border: 1px solid #dcd7d7;
    background: #eeeeee;
    color: #fff;
}

.ui-datepicker-today {
    border: 1px solid #c1272d !important;
}

.ui-datepicker-calendar td.ui-datepicker-today>a.ui-state-highlight {
    color: #c1272d;
}

.ui-datepicker-today {
    border: 1px solid #C1272D !important;
    background: none;
    font-weight: normal;
    color: #C1272D !important;
}

.ui-datepicker .ui-datepicker-current-day,
.ui-datepicker-calendar td:hover {
    background: #C1272D;
    border: none !important;
}

.ui-datepicker .ui-datepicker-current-day a,
.ui-datepicker-calendar td:hover a {
    color: #FFF;
}

.ui-datepicker-custom-btm {
    font-size: 14px !important;
    font-weight: 500 !important;
    border-top: 1px solid #e9e9e9;
    margin: .1em 0 0 0 !important;
    padding: 5px 0.5em;
}

.ui-datepicker-calendar td>a:hover {
    color: #ffffff !important;
}

.ui-datepicker table {
    /*font-size: 14px;*/
}

/*NEPALI DATEPICKER*/
div#ndp-nepali-box table td {
    border: none !important;
}

/*DATE PICKER*/

/* Flight Search*/
.error-flight-search {
    display: none;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    position: absolute;
    background: #c2282d;
    width: auto;
    padding: 15px;
    top: -70px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 24px rgba(194, 40, 45, 0.5);
    box-shadow: 0 0px 24px rgba(194, 40, 45, 0.5);
}

.remove-city {
    font-size: 20px;
    color: #c2282d;
    margin-top: 35px;
}

.add-city {
    line-height: 28px;
    border-radius: 0;
}

.searching-flights {
    font-size: 14px;
    text-align: center;
}

.baggage {
    font-size: 12px;
    font-weight: 500;
}

.search-lists .list-group-item {
    margin-bottom: 25px !important;
}

/*Flight Search*/

/*.modal { overflow: auto !important; }*/

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

option:first-child {
    display: block !important;
}

.btn-book-now {
    background: none;
    font-size: 14px;
    text-decoration: none;
    color: #C1272D;
    margin: 10px 0;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-book-now-anchor {
    cursor: pointer;
    text-decoration: none;
}

.btn-book-now-anchor:hover {
    color: #C1272D;
}

.connection-time-flight {
    background: #fff;
    font-weight: 400;
    line-height: 1.5;
    display: inline-block;
    margin: 0px 0px 22px 0px;
    padding: 5px 15px;
    font-size: 15px;
    color: #555;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.segment-title {
    margin-bottom: 15px;
    border: none;
    color: #ffffff;
    background: #C1272D;
    position: relative;
    padding: 5px 15px;
}

.baggage-table {
    margin: 15px 0 0 0;
}

.query-contact-custom {
    border: none !important;
    padding: 0 !important;
    padding-left: 15px !important;
    border-bottom: 1px solid #ccc !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.query-contact-custom+i {
    font-size: 14px !important;
    color: #555 !important;
    position: absolute !important;
    top: 10px !important;
    left: 15px !important;
}

.bgwhite {
    background-color: #fff !important;
}

.my-bookings-table tr>td {
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle !important;
}

.btn-modal-close-custom {
    padding: 4px 6px 4px 6px !important;
    color: #000000 !important;
    margin-top: 1px !important;
    border: 1px solid #101010 !important;
}

.form-control {
    border-radius: 0 !important;
}

.panel-default {
    border-radius: 0 !important;
}

.text-max-filesize {
    font-size: 13px;
    color: #e8122c !important;
    font-style: italic;
}

.reg-modal-panel-header {
    padding: 6px 15px !important;
}

.btnRegisterSubmit {
    border-radius: 0;
    padding: 7px 40px 7px 40px;
    color: #ffffff !important;
    border: 1px solid #c2282d;
    background: #c2282d;
}

.reg-error-mesg {
    text-align: center;
    font-size: 15px;
    color: #c2282d;
}

.reg-form-error {
    font-style: italic;
    color: #c1272d;
}

@font-face {
    font-family: 'fa-viber';
    src: url('../fonts/fa-viber.eot?-3dwksg');
    src: url('../fonts/fa-viber.eot?#iefix-3dwksg') format('embedded-opentype'),
        url('../fonts/fa-viber.ttf?-3dwksg') format('truetype'),
        url('../fonts/fa-viber.woff?-3dwksg') format('woff'),
        url('../fonts/fa-viber.svg?-3dwksg#fa-viber') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa-viber:before {
    font-family: 'fa-viber';
    content: "\e666";
}

.btnMultiCityHome {
    text-transform: uppercase;
    min-width: 100px !important;
}

.booking-form-wrapper.step3 {
    /* width: 780px !important; */

}

.booking-form-wrapper.step4 {
    width: 770px !important;
}

.booking-form-wrapper.step5 {
    /*width: 970px !important;*/
    width: 1110px !important;
    /* Adjusted By Rabi*/
}

.booking-form-wrapper.step6 {
    width: 994px !important;
}

.trip-type button.btn.btn-default.active {
    background-color: #f00;
    color: #fff;
}

.input-traveller {
    position: relative;
}

.traveller-info {
    z-index: 999;
    display: none;
    position: absolute;
    /* top: 60px; */
    /* left: 5%; */
    /* right: 50.6%; */
    background: #fff;
    width: 186px;
    padding: 0 10px;
}

.booking-form-wrapper .traveller-info label {
    margin-top: 5px;
}

.traveller-info .radioo {
    height: 25px;
    width: 100%;
}

.traveller-info .radioo label {
    font-size: 14px;
    width: 100%;
    background: none;
    height: auto;
}

.traveller-pax-info {}

.traveller-pax-info input.quantity-field {
    pointer-events: none;
    border: none;
    width: 30px;
}

.traveller-pax-info input[type="button"] {
    cursor: pointer;
    background: none;
    border: 0;
}

.traveller-pax-info .input-group {
    margin-bottom: 5px;
    font-size: 15px;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #aaa;
}

.traveller-pax-info .input-group input[type='button'] {
    min-width: 38px;
    width: auto;
    transition: all 300ms ease;
}

.traveller-ok,
.traveller-ok:hover {
    border-radius: 4px;
    padding: 3px 6px 2px 6px;
    float: right;
    background: #c1272d;
    color: #ffffff;
    text-decoration: none;
}

.traveller-notok,
.traveller-notok:hover {
    border-radius: 4px;
    padding: 3px 8px 2px 8px;
    float: left;
    background: #9b9b9b;
    color: #ffffff;
    text-decoration: none
}

.btnFlightSearchHome {
    width: 100px !important;
    text-transform: uppercase;
}

.booking-form-wrapper .form-control {
    background: #e6e6e6 !important;
}

.booking-form-wrapper .activated>.form-control {
    width: 180px !important;
}

.booking-form-wrapper .activated>select.form-control {
    width: 145px !important;
    margin-left: 40px;
    padding-left: 0;
}

#multiCityContainer .form-row-wrapper {
    width: 535px;
}

#multiCityContainer .form-row-wrapper .active .form-control {
    width: 500px !important;
}

.form-row-wrapper.multi-step-2 {
    /*width: 415px !important;*/
    width: 467px !important;
    /* Adjusted By Rabi */
}

.form-row-wrapper.multi-step-3 {
    /*width: 574px !important;*/
    width: 660px !important;
    /* Adjusted by Rabi*/
}

.btnRemoveMultiCity {
    height: 50px;
    width: 50px;
    background: #f00;
    color: #fff;
    margin-top: 5px;
}

.signup-cms-content h1 {
    color: #c1272d;
}

.search-lists .time,
.search-lists .date {
    color: #555 !important;
}

.search-lists .list-group-item a {
    text-decoration: none !important;
}

.search-lists .price {
    font-size: 20px !important;
}

.h-banner {
    display: inline !important;
    margin-bottom: 0px !important;
}

.booking-details-modal small {
    font-size: 13px !important;
    font-weight: 500;
    color: black;
}

/*Center Aligning the modal*/
.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    /* content: ''; */
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*button.slick-prev.slick-arrow,button.slick-next.slick-arrow {
    display: none !important;
}
*/


.booking-confirm-modal-header {
    text-transform: uppercase;
    color: #ffffff;
    background: #C1272D;
    padding: 0px 0px 0px 0px;
}

.flight-booking-alert {
    font-size: 14px;
    margin: 10px 0 0px 0;
    padding: 10px 15px;
    font-weight: 500;
}

.infants-age-booking {
    text-transform: none;
    float: right;
    font-size: 13px;
    font-style: italic;
}

.label-pass-details {
    font-size: 15px;
    font-weight: 500 !important;
}

.label-travel-detail-body {
    padding: 10px 0px 0px 15px !important;
}

.label-travel-detail-header {
    padding: 2px 15px !important;
}

.btnUpdateDetails {
    border-radius: 0;
    padding: 7px 20px 7px 20px;
    color: #ffffff !important;
    border: 1px solid #406320;
    background: #406321;
}

strong.tt-highlight {
    /* color: #f80100;*/
}

.tt-suggestion.tt-selectable.tt-cursor {
    /* background: rgba(59, 89, 150, 1);
    color: #ffffff;*/
}

.btnAddSpecialRequest,
.btnAddSpecialRequest:hover {
    text-decoration: none !important;
    margin-left: 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    color: #c0262d;
}

.booking-fields-mandatory {
    font-style: italic;
    font-size: 14px;
    color: #c0262d;
    /* padding: 10px 15px; */
    font-weight: 400;
    float: right;
}

.nPay,
.nPay:hover {
    text-transform: none;
    color: #2e3192;
    font-weight: 500;
    text-decoration: none;
}

.nPay-ebank {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #c0262d;
    font-size: 17px;
    /* font-size: 10px; */
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #d4d3d3;
}

.flight-search-modal-th {
    text-align: center;
    font-weight: 500;
    border-bottom: none !important;
    vertical-align: middle !important;
}

.flight-result-details .detail-title .snap-left p {
    font-size: 13px !important;
}

#reg-map {
    width: 100%;
    height: 300px;
}

.pac-container {
    background-color: #FFF;
    z-index: 10000;
    position: fixed;
    display: inline-block;
    float: left;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

/* min-midth of 1901px */
/* ------------------------------------ */
@media (max-height: 1840px) {
    /* .jumbotron .intro {
        padding-top: 15px;
    }
    .jumbotron .intro p {
        margin: 0;
    }
    .trip-type button.btn.btn-default {
        padding: 8px 15px;
    }
    .booking-form-wrapper,
    .booking-form-wrapper .form-row-wrapper,
    .booking-form-wrapper .activated .form-control,
    .booking-form-wrapper .active .form-control {
        height: 60px;
    }
    .booking-form-wrapper .form-group > button,
    .booking-form-wrapper label {
        margin-top: 7px;
        height: 46px;
        width: 46px;
    }
    .booking-form-wrapper label > i {
        height: 46px;
        line-height: 46px;
    }
    .booking-form-wrapper .active i.fas.fa-plane-departure:before,
    .booking-form-wrapper .activated i.fas.fa-plane-departure:before {
        top: 10px;
    }
    .booking-form-wrapper i.fas.fa-plane-departure:before,
    .booking-form-wrapper i.fas.fa-plane-arrival:before {
        top: 12px;
        left: 11px;
    }
    .booking-form-wrapper i.fas.fa-user:before {
        top: 8px;
        left: 9px;
    }
    .booking-form-wrapper .form-row-wrapper {
        margin-top: 0;
    }
    .booking-form-wrapper .form-group.mt10 {
        margin-top: -5px;
        } */
}

/* min-midth of 1901px */
/* ------------------------------------ */
@media (min-width: 1921px) {
    .jumbotron .background {
        top: 30%;
    }
}

/* max-midth of 1400px */
/* ------------------------------------ */
@media (max-width: 1400px) {
    .cloud.cloud3 {
        right: 2%;
    }

    .traveler-details .detail-panel-wrapper {
        padding-left: 60px;
    }

    #sticky.stick.split-result-sticky {
        padding: 0;
    }
}

/* max-midth of 1300px */
/* ------------------------------------ */
@media (max-width: 1300px) {
    .topbar .booking-timer-wrapper {
        padding: 0;
        margin-left: 15px;
    }
}

/* max-midth of 1300px */
/* ------------------------------------ */
@media (max-width: 1200px) {
    .topbar .booking-timer-wrapper .time-left-bok-confirm {
        display: none;
    }

    .well.link-fcy h2,
    .well.eticket-download h2 {
        font-size: 26px;
        line-height: 1.4;
    }

    .well.link-fcy img.bg-assets {}

    #sticky.stick.split-result-sticky .result-header .btn-danger {
        font-size: 0;
        height: 42px;
        width: 42px;
        padding: 0;
        display: inline-block;
        text-align: center;
        overflow: hidden;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

    #sticky.stick.split-result-sticky .result-header .btn-danger>i {
        font-size: 20px;
        line-height: 40px;
    }
}

/* max-midth of 1024px & min-width of 768px */
/* ------------------------------------ */
@media (max-width: 1261px) and (min-width: 768px) {
    .search-lists .price {
        font-size: 18px;
    }

    .search-lists .btn-book-now {
        font-size: 12px;
    }

    .jumbotron .background {
        display: none;
    }

    .search-lists p.text-muted.baggage span i {
        display: block;
        margin: 0;
    }

    .search-lists p.text-muted.baggage span {
        width: 50%;
        text-align: center;
        display: inline-block;
        float: left;
    }

    .search-lists .split-result-list p.text-muted.baggage span {
        width: auto;
        float: none;
    }

    .search-lists .split-result-list p.text-muted.baggage span i {
        display: inline-block;
    }
}

/* max-midth of 1024px & min-width of 992px */
/* ------------------------------------ */
@media (max-width: 1075px) and (min-width: 768px) {
    .container-fluid {
        width: 86%;
        width: 98%;
    }

    /* ---------------------------------------------- */

    .division-wrapper {
        top: auto;
        bottom: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.15);
        /* padding-right: 90px; */
        height: 58px;
        overflow: hidden;
    }

    .division-wrapper ul {
        margin-right: 35px;
    }

    .division-wrapper ul li {
        float: left;
        width: 20%;
        margin-bottom: 0;
        border-right: 1px solid #ddd;
    }

    .division-wrapper ul li a {
        width: 100%;
        text-align: center;
        padding: 5px 15px 0;
        background: none;
        color: #c1272d;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .division-wrapper ul li a i {
        width: auto;
        padding: 0;
        margin-right: 5px;
        -webkit-transition: all ease 0.25s;
        -moz-transition: all ease 0.25s;
        -ms-transition: all ease 0.25s;
        -o-transition: all ease 0.25s;
        transition: all ease 0.25s;
    }


    .division-wrapper button.slick-arrow:before {
        top: auto;
        transform: scale(0.6);
    }


    .division-wrapper ul li a span {
        font-size: 16px;
    }

    .division-wrapper ul li a:focus,
    .division-wrapper ul li a:hover {
        color: #fff;
    }

    /* ---------------------------------------------- */
}

/* max-midth of 1024px & min-width of 992px */
/* ------------------------------------ */
@media (min-width: 992px) {
    .topbar .contact-info button.btn {
        display: none;
    }

    .topbar .contact-info ul.dropdown-menu {
        padding: 0;
        position: static;
        display: block;
        background: none;
        margin-left: 5px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .topbar .contact-info ul.dropdown-menu li {
        float: left;
    }

    .topbar .contact-info ul.dropdown-menu li a {
        font-size: 13px;
        color: #ddd;
        padding: 8px;
        background: none;
    }

    /* Viber and Whatsapp - Platform */
    /* ------------------------------------ */
    .platform-content {
        border: 1px solid #ccc;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        display: none;
        position: absolute;
        top: 100%;
        width: -moz-max-content;
        width: max-content;
    }
    
    .platform-container:hover .platform-content {
        display: block;
    }
    /* Viber and Whatsapp - Platform */
    /* ------------------------------------ */
}

/* max-midth of 991px */
/* ------------------------------------ */
@media (max-width: 991px) {
    /* Viber and Whatsapp - Platform */
    /* ------------------------------------ */
    .platform-content {
        border-block: 1px solid #ccc;
        text-align: center;
        width: 100%;
    }
    
    .topbar .platform-content .btn {
        padding: 8px 0;
    }
    /* Viber and Whatsapp - Platform */
    /* ------------------------------------ */

    .cloud.cloud3 {
        right: 0.2%;
    }

    .know-us-better p {
        font-size: 18px;
    }

    .result-header>.pull-left,
    .result-header>.pull-right {
        margin-top: -10px;
        max-width: 40%;
        margin-bottom: 15px;
    }

    .result-header.split-result>.pull-left,
    .result-header.split-result>.pull-right {
        margin-top: -60px;
    }

    .result-header .btn-danger {
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px 15px;
        font-size: 13px;
        background: #c1272d;
        color: #fff;
        min-width: 140px;
    }

    /* PC 1rule*/
    .result-header .btn-danger.btnNextSearch {
        float: left !important;
        margin-left: 2px;
    }

    .result-header .btn-danger.btnPrevSearch {
        margin-right: 2px;
    }

    .result-header>.pull-right>.btn {
        float: right !important;
    }

    #filter-btn,
    #modify-btn {
        /* width: auto; */
        display: inline-block;
        font-size: 0;
        width: 42px;
        height: 42px;
        border: 1px solid #3C5A98;
        background: none;
        color: #3C5A98;
        /* min-width: 140px; */
    }

    #filter-btn i,
    #modify-btn i {
        font-size: 13px;
    }

    #filter-btn {
        /* padding: 10px 25px; */
        /* margin-left: 3px; */
    }

    #modify-btn {
        /* padding: 10px 20px; */
    }

    .result-header .btn-danger {
        float: left;
        font-size: 0;
        height: 42px;
        width: 42px;
        min-width: 0;
        padding: 0;
        display: inline-block;
        text-align: center;
        overflow: hidden;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

    .result-header .btn-danger>i {
        font-size: 20px;
        line-height: 40px;
    }

    footer .col-md-3,
    footer .col-md-9 {
        text-align: center;
    }

    footer .col-md-3 .list-arrowhead {
        padding: 0;
        margin-bottom: 15px;
    }

    footer .col-md-3 .list-arrowhead li:before {
        content: none;
    }

    footer .social-icons.pull-right,
    footer .col-md-9 h4.pull-left {
        float: none !important;
        display: inline-block;
    }

    footer .social-icons.pull-right {
        margin-top: 20px;
    }

    /* PC 1rule*/
    #form-customer-signup .checkbox-inline {
        padding-left: 20px;
    }

    .flight-result-details .detail-title .snap-left p {
        font-size: 15px;
    }

    .result-header h1 {
        font-size: 20px;
    }

    .ticket-card.display-table .col-sm-12.w62p {
        width: 100% !important;
    }

    .traveler-details .detail-panel-wrapper {
        padding-left: 0;
    }

    .traveler-details .detail-panel-wrapper .panel-icon {
        width: 0;
    }

    .traveler-details .panel-body label.control-label {
        margin-right: 10px;
    }

    .traveler-details .panel-body .sample-link {
        font-size: 10px;
    }

    .well.eticket-download img.bg-assets,
    .well.link-fcy img.bg-assets {
        max-width: 40%;
    }

    .well.link-fcy img.bg-assets {
        max-width: 50%;
        margin: 30px 0 0;
    }

    .well.link-fcy a.btn {
        width: auto;
        margin-bottom: 20px;
    }

    .well.eticket-download .a-wrapper {
        text-align: center;
        display: inline-block;
    }

    .well.eticket-download a.btn+a {
        display: block;
        margin: 10px 0;
    }
}

/* max-midth of 1024px & min-width of 768px */
/* ------------------------------------ */
@media (max-width: 991px) and (min-width: 768px) {
    .search-lists .list-group {
        /* margin-left: 3%; */
        /* margin-right: 3%; */
    }

    .deals a.thumbnail h3 {
        font-size: 20px;
    }
}

/* min-midth of 768px */
/* ------------------------------------ */
@media (min-width: 768px) {
    .jumbotron>.container-fluid {
        top: 40%;
        bottom: auto;
        transform: translateY(-50%);
    }

    .list-double li {
        width: 50%;
        float: left;
        padding-right: 30px;
    }

    .ticket-card>.row>div.col-sm-1 {
        width: 19%;
    }

    .ticket-card>.row>.col-sm-2 {
        width: 19%;
    }

    .ticket-card>.row>.col-sm-3 {
        width: 14%;
    }

    .ticket-card>.row>.col-sm-4 {
        width: 24%;
    }

    .search-lists .split-result-list>.tab-pane {
        width: 50%;
        float: left;
        display: block;
        opacity: 1;
    }

    .search-lists .split-result-list>.tab-pane:first-child {
        padding-right: 10px;
    }

    .search-lists .split-result-list>.tab-pane:last-child {
        padding-left: 10px;
    }

    .search-lists>div>ul.nav-tabs>li>a {
        color: #3C5A98;
    }

    .search-lists>div>ul.nav-tabs>li>a:after {
        content: '';
        top: 100%;
        left: 49%;
        position: absolute;
        border-top: 10px solid #3C5A98;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
}

/* max-midth of 839px */
/* ------------------------------------ */
@media (max-width: 839px) {

    .mainheader .pull-left,
    .mainheader .pull-right {
        float: none !important;
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .mainheader .pull-left {
        margin-bottom: 10px;
        width: auto;
    }
}

/* max-midth of 767px */
/* ------------------------------------ */
@media (max-width: 767px) {

    /* html,
    body {
        padding-bottom: 25px;
        background-attachment: fixed;
        background-position: center;
        background-color: #fff;
        background-image: url('../images/background.jpg');
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    */
    body {
        /* background-image: url('../images/clouds-bg.png'), linear-gradient(rgb(232, 247, 246), rgb(12, 157, 219), rgb(232, 247, 246) 80%); */
        -webkit-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
        background-attachment: inherit;
        background-repeat: repeat;
        background-position: center -30px;
        /* background: linear-gradient(#0C9DDB, #E8F7F6) url('../images/skypat.jpg') repeat center; */
    }

    section.bannerAd {
        background: #fff;
    }

    header {
        padding-top: 31px;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .booking-form-wrapper.no-nationality .input-traveller .traveller-info select.form-control {
        background: none !important;
        border: 1px solid #c1272d;
        color: #bf272c;
        -webkit-animation: error-shake 0.2s 5;
        -moz-animation: error-shake 0.2s 5;
        -o-animation: error-shake 0.2s 5;
        animation: error-shake 0.2s 5;
    }

    footer {
        margin-bottom: 59px;
    }

    footer .contact-infos {
        text-align: center;
    }

    footer .payment-partners img {
        max-height: 30px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    #filter-btn>span,
    #modify-btn>span {
        display: none;
    }

    #sticky.stick {
        position: static;
    }

    #sticky.stick.split-result-sticky {
        position: fixed;
    }

    #sticky.stick.split-result-sticky .airlines-logo {
        display: inline-block;
        margin-top: 5px;
        margin-right: 10px;
        float: left;
        width: 100px;
    }

    #sticky.stick.split-result-sticky .airlines-logo>img {
        max-height: 60px !important;
        margin-bottom: 5px;
        float: left;
    }

    #sticky.stick.split-result-sticky .split-flight-info {
        text-align: left;
        font-size: 18px;
        display: inline-block;
        float: left;
        width: auto;
        width: calc(100% - 115px);
    }

    #sticky.stick.split-result-sticky .split-flight-info>small {
        font-size: 14px;
    }

    #sticky.stick.split-result-sticky .pull-left,
    #sticky.stick.split-result-sticky .pull-right {
        display: none;
    }

    #sticky.stick.split-result-sticky .split-flight-price {
        margin-top: 0;
    }

    #sticky.stick.split-result-sticky .split-flight-price>p {
        float: left;
        line-height: 50px;
        clear: both;
    }

    #sticky.stick.split-result-sticky .split-flight-price>button {
        float: right;
        margin: 0;
        margin-bottom: 15px;
    }

    .mainheader {
        text-align: center;
    }

    .topbar .container-fluid {
        width: 100%;
    }

    .topbar .btn {
        padding: 10px;
    }

    .topbar ul.social-icons {
        width: 100%;
        text-align: center;
        display: none;
    }

    .topbar ul.social-icons li {
        float: none;
        display: inline-block;
    }

    .jumbotron {
        background: none;
    }

    .background-wrapper {
        display: none;
    }

    .ticket-card>.row>div.col-sm-1 {
        border: none;
    }

    .list-double li {
        width: 50%;
        float: left;
        padding-right: 30px;
    }

    .search-lists .list-group-item a .col-md-3 {
        text-align: right;
    }

    .search-lists .list-group-item a .col-md-3.text-right {
        text-align: left;
    }

    .search-lists .list-group-item a .fgt-duration {
        order: 4;
        margin-top: -25px;
    }

    .search-lists .list-group-item {
        padding: 0 15px 15px;
    }

    .search-lists .list-group-item .fgt-duration .flight-time span {
        background-color: transparent;
    }

    .search-lists .list-group-item .row[data-filter-stops="2"] .fgt-duration .flight-time span {
        left: 30%;
        -webkit-transform: translateX(-30%);
        -moz-transform: translateX(-30%);
        -ms-transform: translateX(-30%);
        -o-transform: translateX(-30%);
        transform: translateX(-30%);
    }

    .search-lists .list-group-item .row[data-filter-stops="2"] .fgt-duration .flight-time span+span {
        left: 70%;
        -webkit-transform: translateX(-70%);
        -moz-transform: translateX(-70%);
        -ms-transform: translateX(-70%);
        -o-transform: translateX(-70%);
        transform: translateX(-70%);
    }

    .search-lists .list-group-item .row[data-filter-stops="3"] .fgt-duration .flight-time span {
        left: 20%;
        -webkit-transform: translateX(-20%);
        -moz-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        -o-transform: translateX(-20%);
        transform: translateX(-20%);
    }

    .search-lists .list-group-item .row[data-filter-stops="3"] .fgt-duration .flight-time span+span+span {
        left: 80%;
        -webkit-transform: translateX(-80%);
        -moz-transform: translateX(-80%);
        -ms-transform: translateX(-80%);
        -o-transform: translateX(-80%);
        transform: translateX(-80%);
    }

    .search-lists .list-group-item {
        background: #fff;
        /* background: linear-gradient(to bottom, #fff,rgba(255, 255, 255, 0.5)); */
        /* w */
    }

    .search-lists .list-group-item a {
        display: block;
        padding: 10px 0;
        margin: 0;
    }

    .search-lists .list-group-item .fgt-duration .flight-time:before,
    .search-lists .list-group-item .fgt-duration .flight-time:after {
        left: 0;
        right: 0;
    }

    .search-lists .list-group-item a>div:first-child:not(.row) {
        margin-bottom: 20px;
    }

    .flight-result-details .detail-title .snap-right p {
        display: none;
    }

    .search-lists .list-group-item .row>.text-right {
        text-align: left !important;
    }

    .search-lists .list-group-item .row>.text-right+div {
        text-align: right !important;
    }

    .search-lists .list-group-item .fgt-duration p.text-muted {
        margin-top: -70px;
        margin-bottom: 50px;
    }

    .search-lists .list-group-item .row[data-filter-stops="0"] .fgt-duration p.text-muted {
        margin-top: -60px;
        margin-bottom: 50px;
    }

    .search-lists .price {
        margin: 10px 0 5px;
        text-align: right;
        padding: 7px 0;
        border-top: 1px solid #c1272d;
        border-bottom: 1px solid #c1272d;
    }

    .flight-result-details .detail-title .snap-left {
        /* margin-left: 15px; */
        padding-right: 0;
        margin-right: 0;
    }

    .flight-result-details .display-table {
        padding-left: 15px;
        text-align: center;
    }

    .search-lists .list-group-item .row>.bordered-detail .text-right {
        text-align: center !important;
    }

    .result-header .btn-danger {
        background: none;
        border: 1px solid #C1272D;
        color: #c1272d;
    }

    .ticket-card {
        display: none;
    }

    .ticket-card .img-wrapper {
        display: inline-block;
        width: auto;
        padding: 0 15px;
    }

    .booking-form-wrapper .form-row-wrapper,
    .booking-form-wrapper {
        background: none;
        box-shadow: none;
    }

    .trip-type button.btn.btn-default:hover,
    .trip-type button.btn.btn-default.active {
        background: #fff;
        color: #C1272D;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
    }

    .trip-type button.btn.btn-default:hover:after,
    .trip-type button.btn.btn-default.active:after {
        /* content: "";
        background: #C1272D;
        height: 3px;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute; */
    }

    .jumbotron .trip-type {
        margin-bottom: 15px;
        background: #fff;
        -webkit-box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.1);
    }

    .jumbotron .trip-type button.btn {
        font-size: 16px;
        padding: 20px;
        padding: 15px 20px;
        /* w */
        width: 33.33%;
        float: left;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-left: 1px solid #C1272D;
    }

    .jumbotron .trip-type button.btn:first-child {
        border-left: none;
    }

    .detail-tabs #flight-details .row>div {
        width: 100% !important;
        text-align: center;
    }

    .detail-tabs .nav-tabs {
        border-color: #fff;
    }

    .detail-tabs .layover-detail {
        margin: 20px 0;
    }

    .detail-tabs .layover-detail h5,
    .detail-tabs .layover-detail p {
        float: left;
        color: #C1272D;
        margin: 0 5px;
        font-size: 14px;
        line-height: 1.5;
    }

    .passenger-nationality>.input-group {
        width: 100%;
    }

    .result-header h1 {
        line-height: 1.7;
        margin-top: auto;
        margin-bottom: 20px;
    }

    .search-lists p.text-muted.baggage span:after,
    .search-lists p.text-muted.baggage span:before,
    .search-lists .list-group-item .fgt-duration .flight-time span:before,
    .search-lists .list-group-item .fgt-duration .flight-time span:after {
        content: none;
    }

    /* =====
    Event Listing in homepage
    =============================================== */
    .event-slider-wrapper {}

    .event-slider-wrapper .slick-list,
    .event-slider-wrapper .slick-list .img-wrapper {
        max-height: 500px;
        min-height: 270px;
    }

    
    .package-details .caption,
    .event-slider-wrapper .event-slider .caption {
        padding: 0 10px;
        margin-bottom: 15px;
        bottom: 0;
    }

    .hotel-image.package-details {
        margin-bottom: 30px;
    }
    
    .hotel-image.package-details .caption {
        bottom: -56px;
    }

    .package-details .caption h2 span.timer-title,
    .event-slider-wrapper .event-slider .caption h2 span.timer-title {
        margin-bottom: 10px;
        font-size: 14px;
        padding: 2px 5px;
    }

    .package-details .caption h2 span.venue,
    .event-slider-wrapper .event-slider .caption h2 span.venue {
        margin-top: 10px;
        font-size: 14px;
        padding: 2px 5px;
    }

    .package-details .caption h2,
    .event-slider-wrapper .event-slider .caption h2 {
        text-transform: capitalize;
        font-size: 18px;
        line-height: 1.6;
        font-weight: 400;
    }

    .event-slider-wrapper .slick-list .img-wrapper:after {
        /* content: none; */
    }

    .event-slider-wrapper .slick-list img {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        object-position: -75px;
    }

    .event-listings {
        margin-bottom: 30px;
    }

    .event-listings a.thumbnail .caption {
        position: static;
        color: #333;
        padding: 10px 0 0;
    }

    .event-listings a.thumbnail .img-wrapper {
        max-height: none;
        min-height: auto;
        height: auto;
    }

    .event-listings a.thumbnail:after {
        content: none;
    }

    .event-listings a.thumbnail .caption p,
    .event-listings a.thumbnail .caption small {
        color: #333;
        font-size: 16px;
    }

    .event-listings a.thumbnail .caption small {
        margin-bottom: 10px;
    }

    .event-listings a.thumbnail .caption h3 {
        font-size: 24px;
        text-transform: capitalize;
        font-weight: 400;
        line-height: 1.2;
    }

    .event-listings a.thumbnail {
        /* border: 5px solid #fff; */
        text-align: center;
        color: #333;
        margin-bottom: 30px;
    }

    .event-listings a.thumbnail .package-duration {
        margin-inline: auto !important;
    }


    /* ==================================================== */
    .flight-result-details>p.text-right {
        padding: 0 5px;
    }

    .flight-result-details>p.text-right>button {
        width: 100%;
        margin-top: 10px;
    }

    .flight-result-details {
        padding: 0 15px 15px;
    }

    .flight-result-details .col-md-10.bordered-detail {
        padding: 5px;
    }

    .flight-result-details .col-md-10.bordered-detail .radio {
        margin: 0;
    }

    .flight-result-details .col-md-10.bordered-detail .form-group {
        margin-bottom: 5px;
    }

    .flight-result-details .col-md-10.bordered-detail .col-sm-2.text-center>img {
        display: none;
    }

    .flight-result-details .col-md-10.bordered-detail .col-sm-2.text-center>p {
        display: block;
        margin: 10px 0;
        background: #ddd;
    }

    .flight-result-details .col-md-10.bordered-detail .col-sm-2.text-center>p:before {
        content: "\f017";
        margin-right: 5px;
        font-family: 'Font Awesome 5 Free';
    }

    .search-lists .airlines-name>br {
        display: none;
    }

    .flight-result-details .label-default {
        display: block;
        background: #3c5a98;
        color: #fff;
    }

    #banner-section {
        max-height: none;
        min-height: auto;
        height: auto;
        padding: 0 0 3px;
    }

    .traveller-class {
        margin-top: 20px;
        padding-top: 10px;
        border-top: 1px solid #c1272d;
    }

    .traveller-pax-info .input-group button {
        height: 40px;
        width: 40px;
    }

    .booking-form-wrapper .traveller-info label {
        margin-top: 10px;
    }

    th.flight-search-modal-th {
        font-weight: 400;
        font-size: 12px;
    }

    /* Forms Mobile View
    ==================================================== */

    .booking-form-wrapper,
    #banner-section .booking-form-wrapper.step4 {
        width: 100% !important;
    }

    .booking-form-wrapper .form-control {
        display: block !important;
        height: 70px;
    }


    .booking-form-wrapper .tt-menu {
        min-width: auto;
    }

    .tt-menu {
        width: 100% !important;
    }

    .booking-form-wrapper .form-group input {
        width: 100% !important;
    }

    .booking-form-wrapper .form-group {
        margin-right: 0;
    }

    .booking-form-wrapper .form-group label {
        width: 40px;
        left: 0;

    }

    .booking-form-wrapper label>i {
        display: none;
    }

    .booking-form-wrapper .form-row,
    .booking-form-wrapper form {
        max-width: 60%;
    }

    .booking-form-wrapper .form-group {
        width: 100%;
        margin-bottom: 10px;
        margin-bottom: 5px;
        /* w */
    }

    .booking-form-wrapper .form-group>button {
        margin-top: 5px;
        /* w */
    }

    .booking-form-wrapper[data-trip-type="round"] #input-departureDate,
    .booking-form-wrapper[data-trip-type="round"] #input-returneDate {
        width: 50%;
        margin-bottom: 10px;
        margin-bottom: 5px;
        /* w */
    }

    .booking-form-wrapper[data-trip-type="round"] #input-departureDate {
        padding-right: 5px;
    }

    .booking-form-wrapper[data-trip-type="round"] #input-returneDate {
        padding-left: 5px;
    }

    .booking-form-wrapper[data-trip-type="round"] #input-returneDate label {
        left: 5px;
    }

    .booking-form-wrapper label {
        display: none;
    }

    .booking-form-wrapper,
    .booking-form-wrapper.step1 {
        width: 100%;
    }

    .booking-form-wrapper.step1 .active .form-control,
    .booking-form-wrapper.step1 .form-control {
        width: 100%;
        padding-left: 30px;
        height: 50px;
    }

    .booking-form-wrapper.step1 {
        max-width: 100%
    }

    .booking-form-wrapper .form-row,
    .booking-form-wrapper form {
        max-width: 100%;
    }

    .booking-form-wrapper .form-group>button.nationality-selected,
    .booking-form-wrapper .form-group>button {
        font-size: 18px;
        width: 100%;
        margin: 0;
    }

    .booking-summary .container-fluid {
        width: 100%;
    }

    .booking-summary .contact-details,
    .booking-summary .traveler-details,
    .booking-summary .detail-tabs>.tab-content {
        background: #fff;
        padding: 1px 15px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .booking-summary .traveler-details {
        -webkit-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }

    .booking-summary .contact-details {
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    .ui-widget.ui-widget-content {
        max-width: 100%;
        left: 0 !important;
    }

    .ui-datepicker-multi .ui-datepicker-group {
        float: none;
    }

    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 100% !important;
    }

    /*PC*/
    .overFlowHidden #ui-datepicker-div {
        width: 0;
        display: none !important;
    }

    #multiCityContainer .form-row-wrapper .active .form-control,
    #multiCityContainer .form-row-wrapper .form-control {
        max-width: 100%;
    }

    #multiCityContainer .form-row-wrapper {
        max-width: 100%;
        left: 0;
    }

    .booking-form-wrapper .form-row-wrapper,
    .booking-form-wrapper {
        height: auto;
    }

    .booking-form-wrapper .input-traveller .traveller-info {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 999;
    }

    .traveller-pax-info {
        margin-top: 10px;
    }

    .booking-form-wrapper .input-traveller .traveller-info #traveller-save {
        padding: 10px 20px;
        /* position: absolute; */
        bottom: 10px;
        left: 10px;
        right: 10px;
        font-size: 16px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 7px rgba(193, 39, 45, 0.75);
        box-shadow: 0 0 7px rgba(193, 39, 45, 0.75);
    }

    .intro {
        display: none;
    }

    #multiCityContainer .form-row-wrapper {
        width: 100%;
    }

    #multiCityContainer .form-row-wrapper .active .form-control {
        width: 100% !important;
    }

    .booking-form-wrapper.step1 .active .form-control,
    .booking-form-wrapper.step1 .form-control,
    .booking-form-wrapper .activated>input.form-control,
    .booking-form-wrapper .activated>select.form-control {
        width: 100% !important;
        padding-left: 40px;
        height: 70px;
        box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.1);
    }

    .booking-form-wrapper .activated>select.form-control {
        margin-left: 0;
    }

    .booking-form-wrapper label {
        position: absolute;
        z-index: 1;
        display: block;
        color: #3B5996;
        background: none;
        width: 25px;
    }

    .booking-form-wrapper label>i {
        display: block;
        background: none;
    }

    .booking-form-wrapper i.fas.fa-plane-arrival:before {
        background: url('../images/icon-landing-arrow.png') no-repeat;
        left: 8px;
    }

    .booking-form-wrapper i.fas.fa-user:before {
        background: url('../images/icon-passenger.png') no-repeat;
        left: 8px;
    }

    #banner-section .container-fluid {
        padding: 0;
        position: static;
    }

    section.deals.package-deals {
        background: none;
        margin-top: 0;
    }

    .deals {
        margin: 0;
        padding-top: 30px;
        background: #fff url('../images/world-map.png') top center no-repeat fixed;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .other-links {
        background: none;
    }

    .other-links,
    .other-links h3,
    .other-links p.text-justify {
        text-align: center;
    }

    .other-links h3 {
        margin-top: 5px;
        padding-top: 5px;
        margin-bottom: 0;
    }

    .other-links h3:after {
        width: 0;
    }

    .other-links p.text-justify {
        margin-bottom: 40px;
        color: #333;
    }

    .other-links .col-md-2 {
        width: 100% !important;
    }

    .deals a.thumbnail:before,
    .deals a.thumbnail:after,
    .deals a.thumbnail:hover .caption:after {
        content: none;
    }

    .deals a.thumbnail h3 small {
        color: #fff;
    }

    .deals a.thumbnail:after {
        top: 0;
    }

    .division-wrapper {
        top: auto;
        bottom: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.15);
        /* padding-right: 90px; */
        height: 50px;
        overflow: hidden;
    }

    .division-wrapper ul {
        margin-right: 35px;
    }

    .division-wrapper button.slick-arrow:before {
        top: auto;
        transform: scale(0.6);
    }

    iframe[title="chat widget"] {
        top: -140px !important;
    }


    .division-wrapper ul li {
        float: left;
        height: 50px;
        width: 20%;
        margin-bottom: 0;
        border-right: 1px solid #ddd;
    }

    .division-wrapper ul li a {
        width: 100%;
        text-align: center;
        padding: 6px 3px;
        background: none;
        color: #c1272d;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .division-wrapper ul li a i {
        width: auto;
        padding: 0;
        /* margin-right: 5px; */
        /* margin-top: 10px; */
        /* line-height: 1; */
        -webkit-transition: all ease 0.25s;
        -moz-transition: all ease 0.25s;
        -ms-transition: all ease 0.25s;
        -o-transition: all ease 0.25s;
        transition: all ease 0.25s;
    }

    .division-wrapper ul li a span {
        font-size: 14px;
    }

    .division-wrapper ul li a:focus,
    .division-wrapper ul li a:hover {
        color: #fff;
    }

    .division-wrapper button.slick-arrow {
        bottom: 0;
        min-width: 40px;
        /* (50 for A) */
        line-height: 20px;
    }

    .division-wrapper ul li a i,
    .division-wrapper ul li a i.fa-hiking,
    .division-wrapper ul li a i.fa-running {
        font-size: 16px;
    }

    .profile dt {
        float: left;
        width: 45%;
    }

    .search-lists .split-result-list .list-group-item .row>.text-right {
        text-align: right !important;
    }

    .search-lists .split-result-list .price {
        border: none;
        padding: 0;
    }

    .split-summary>div {
        display: block;
        text-align: center;
    }

    .split-summary .airlines-logo>img {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .split-summary .split-flight-info {
        width: 100%;
        font-size: 22px;
    }

    .split-summary .split-flight-price {
        margin-top: 15px;
    }

    .split-summary .btn-book-now {
        width: auto;
        margin-top: 10px;
        padding: 10px 20px;
    }

    .search-lists>div>ul.nav-tabs>li.active>a {
        background: #3C5A98;
        color: #FFF;
    }

    footer .contact-infos a[title="Viber"],
    footer .contact-infos a[title="WhatsApp"] {
        margin: 10px 5px;
        display: inline-block;
        border: 1px solid #444;
        width: 120px;
        padding: 5px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }

    footer .contact-infos a[title="Viber"]:hover {
        background: #7C529E;
        color: #fff;
        border: 1px solid transparent;
    }

    footer .contact-infos a[title="WhatsApp"]:hover {
        background: #29AC00;
        color: #fff;
        border: 1px solid transparent;
    }

    footer .contact-infos a:hover i {
        color: #fff;
        background: none;
    }

    footer h4 {
        margin: 10px;
    }

    footer .payment-partners-wrapper {
        margin-top: 0;
    }

    footer .contact-infos>.row {
        border-top: 1px solid #333;
        border-bottom: 1px solid #111;
        margin-bottom: 0;
        padding: 10px 0;
    }

    footer .contact-infos>.row:first-child {
        border-top: none;
    }

    footer .contact-infos>.row:last-child {
        border-bottom: none;
    }

    footer .contact-infos a[title="Viber"]:after,
    footer .contact-infos a[title="WhatsApp"]:after {
        content: attr(title);
        display: inline-block;
    }

    footer .contact-infos a i {
        border: none !important;
        padding: 0 !important;
    }

    footer .contact-infos a[href*="mailto:"] {
        display: block;
    }
}

/* max-midth of 767px */
/* ------------------------------------ */
@media (max-width: 580px) {
    .topbar .contact-info button.btn {
        font-size: 0;
    }

    .well.eticket-download,
    .well.link-fcy {
        text-align: center;
    }

    .well.eticket-download img.bg-assets,
    .well.link-fcy img.bg-assets {
        position: static;
        max-width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .well.link-fcy img.bg-assets {
        margin: 0 auto 20px;
    }
}

/* max-midth of 767px */
/* ------------------------------------ */
@media (max-width: 520px) {
    #modify-search .booking-tab label>span {
        display: none;
    }

    .booking-form .radio-inline label {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 13px !important;
        margin-right: 10px;
        padding-left: 17px;
        padding-top: 2px;
    }
}

/* max-midth of 767px */
/* ------------------------------------ */
@media (max-width: 500px) {
    .know-us-better p {
        font-size: 16px;
    }

    .deals .col-xs-6.col-sm-4 {
        width: 100%;
    }

    .search-lists .list-group-item .fgt-duration .flight-time {
        margin-top: 60px;
    }

    .profile .user-profile-details li:last-child {
        padding-left: 0;
    }

    .payment-choices li {
        width: 100%;
        margin: 5px 0;
        padding: 20px;
        min-height: auto;
    }

    .filter-time>.btn-group>.btn>img {
        display: none;
    }

    #sticky.stick.split-result-sticky .airlines-logo>img {
        max-height: 50px !important;
    }

    #sticky.stick.split-result-sticky .split-flight-info {
        font-size: 16px;
    }

    #sticky.stick.split-result-sticky .split-flight-info>small {
        font-size: 13px;
    }

    #sticky.stick.split-result-sticky .split-flight-price {
        margin-top: 10px;
    }

    .search-lists>div>ul.nav-tabs>li>a {
        padding: 10px 5px;
        font-size: 13px;
    }

    .modal_body_map {
        min-width: 350px;
    }
}

/* max-midth of 767px */
/* ------------------------------------ */
@media (max-width: 300px) {

    body,
    html {
        min-width: 300px;
        overflow: scroll;
    }
}


@media (max-height: 700px) and (min-width: 1076px) {
    .division-wrapper ul li a {
        padding-top: 4px;
        padding-bottom: 0px;
    }
}

@media (max-height: 600px) and (min-width: 1076px) {
    .division-wrapper ul li a i {
        font-size: 13px !important;
    }
}

/* ------------------------------- */
/* Omni-Chat: Start */
/* ------------------------------- */
.omni-wrapper {
    bottom: 2rem;
    position: fixed;
    right: 2rem;
    z-index: 9999;
  }
  
  .omni {
    animation: blink 2s infinite;
    background: #3b5997;
    border: 1px solid #2f4575;
    border-radius: 50%;
    border-bottom-right-radius: 6px;
    bottom: -1rem;
    box-shadow: 0 3px 12px rgba(60,89,150,.48);
    color: #fff!important;
    font-size: 14px;
    font-weight: 500!important;
    height: 4rem;
    letter-spacing: 1px;
    line-height: 64px;
    margin: 0!important;
    padding: 0!important;
    position: absolute;
    right: -1rem;
    text-align: center;
    transition: background .3s ease, rotate .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 4rem;
    z-index: 1;
  }
  
  .omni:focus {
    pointer-events: none
  }
  
  .omni:focus,.omni:hover {
    animation: none
  }
  
  .omni:before {
    background-color: hsla(0,0%,100%,.15);
    border-radius: 50%;
    content: "";
    height: 96%;
    left: 2%;
    position: absolute;
    top: 2%;
    width: 96%
  }
  
  .omni:hover {
    background: #2f4575
  }
  
  @keyframes blink {
    50% {
      opacity: .85
    }
  }
  
  .omni-wheel {
    border: 1px solid transparent;
    bottom: 0;
    height: 8.5rem;
    position: absolute;
    right: 0;
    transform-origin: bottom right;
    transition: all .3s ease;
    width: 8.5rem
  }
  
  @media (min-width: 768px) {
    .omni:focus~.omni-wheel {
      transform: scale(1)
    }
    .omni-wrapper:hover .omni-wheel {
      transform:scale(1)
    }
    .omni-wheel {
      transform: scale(0);
    }
    .omni-action {
      opacity: 0;
    }
    
  .omni-wheel .omni-action:nth-child(1) {
    right: -1rem;
    top: 7px
  }
  
  .omni-wheel .omni-action:nth-child(2) {
    right: 33px;
    top: 18px
  }
  
  .omni-wheel .omni-action:nth-child(3) {
    bottom: 32px;
    left: 18px
  }
  
  .omni-wheel .omni-action:nth-child(4) {
    bottom: -1rem;
    left: 7px
  }
  }
  
  .omni-action {
    align-items: center;
    background: #0f1941;
    border-radius: 50%;
    box-shadow: 0 .1rem 1rem rgba(0,0,0,.32);
    color: #fff;
    display: flex;
    font-size: 1.5rem;
    height: 3rem;
    justify-content: center;
    position: absolute;
    transition: all 0.3s ease;
    width: 3rem
  }
  
  .omni-wrapper:hover .omni-wheel .omni-action,.omni:focus~.omni-wheel .omni-action {
    color: #fff;
    opacity: 1;
    text-decoration: none
  }
  
  .omni-action:hover {
    color: #fff;
    filter: brightness(.85)
  }
  
  .omni-wheel .omni-action[href*="viber"] {
    background: #7360f2;
    font-size: 20px;
  }
  
  .omni-wheel .omni-action[href*="wa"] {
    background: #25d366;
    font-size: 28px;
  }
  
  .omni-wheel .omni-action[href*="m.me"] {
    background: #0766ff;
  }
  
  .omni-wheel .omni-action[href*="ig"] {
    background: #ef4c5f;
  }
  
  .omni-wheel:after {
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    translate: 40% 40%
  }
  
  @media (max-width: 767px) {
    .omni-wrapper {
      bottom:5rem
    }
  
    .omni-wheel {
      top: -40px;
      width: auto;
      height: auto;
      display: block;
      left: auto;
      right: 10px;
    }
  
    .omni-wrapper .omni:not(:focus) + .omni-wheel .omni-action {
      right: 0;
      opacity: 0;
    }
  
    .omni-wrapper .omni:focus {
      font-size: 0;
      rotate: 135deg;
    }
  
    .omni-wrapper .omni:focus:after {
      content: '+';
      font-size: 1rem;
      font-weight: 300;
      /* rotate: 45deg; */
      display: inline-block;
      scale: 3;
    }
  
    .omni-wheel .omni-action {
      top: 0;
      left: unset;
    }
  
    .omni-wheel .omni-action:nth-child(1) {
      right: calc(54px * 1)
    }
  
    .omni-wheel .omni-action:nth-child(2) {
      right: calc(54px * 2)
    }
  
    .omni-wheel .omni-action:nth-child(3) {
      right: calc(54px * 3)
    }
  
    .omni-wheel .omni-action:nth-child(4) {
      right: calc(54px * 4)
    }
  
    a#back2Top {
      bottom: 140px!important
    }
  }
/* ------------------------------- */
/* Omni-Chat: End */
/* ------------------------------- */



/* ------------------------------ */
/* Thumb Carousel */
/* ------------------------------ */
.thumb-carousel .slick-track {
    display: flex;
}

.thumb-carousel .slick-track .slick-slide {
    display: inline-flex;
    height: auto;
}

.thumb-carousel .slick-track .slick-slide img {
    height: 100%;
    aspect-ratio: 4 / 5;
}

/* .thumb-carousel .slick-track .slick-slide a.thumb-generated:after {
    top: 50%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85))
} */
.thumb-carousel .slick-track .slick-slide a.thumbnail:after {
    top: 60%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85))
}

/* .thumb-carousel .slick-track .slick-slide a.thumb-generated:hover:after {
    top: 0;
} */
.thumb-carousel .slick-track .slick-slide a.thumbnail:hover:after {
    top: 0;
}

.thumb-carousel .slick-track .slick-slide a.thumbnail .day-night {
    font-size: 0;
    border-radius: 4px;
    overflow: hidden;
    font-weight: 400;
    letter-spacing: 0;
    margin-inline: auto;
    width: fit-content;
    border: 1px solid #fff;
}

.thumb-carousel .slick-track .slick-slide a.thumbnail .day-night span {
    font-size: 14px;
    display: inline-block;
    padding: 2px 3px;
}

.thumb-carousel .slick-track .slick-slide a.thumbnail .day-night span:first-child {
    background: black;
}

.thumb-carousel .slick-track .slick-slide a.thumbnail .day-night span:last-child {
    background: yellow;
    color: black;
}

.thumb-carousel .slick-track .slick-slide h3 > span {
    font-size: 16px;
}

.fi-np {
    margin-right: -10px;
    transform: translateY(-1px);
}
/* ------------------------------ */
/* End of Thumb Carousel */
/* ------------------------------ */

@keyframes slides-halfway {
    0% {
      left: 0;
    }
    50% {
      left: 50%;
      translate: -50% 0;
    }
    100% {
      left: 50%;
      translate: -50% 0;
    }
}

.floating-outline {
  margin-block: 32px;
}

.floating-outline .form-control {
  background: transparent;
  border-color: #aaa;
  box-shadow: none;
  backdrop-filter: blur(12px);
  border-radius: 4px !important;
  font-size: 16px;
  padding: 12px;
  height: auto;
  appearance: none;
}

.floating-outline .has-select:after {
  content: "▼";
  position: absolute;
  right: 30px;
  top: calc(50% - 4px);
  display: block;
  font-size: 7px;
}

.floating-outline label {
  font: inherit;
  font-size: 16px;
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 28px;
  pointer-events: none;
  transition: all ease 0.3s;
  line-height: 0;
  color: #888;
}

.floating-outline .form-control + label:after {
  content: "";
  border-top: 1px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  z-index: -1;
  transition: all ease 0.3s;
}

.floating-outline .form-control:not(:placeholder-shown) + label:after,
.floating-outline .form-control:focus + label:after {
  left: -5px;
  right: -5px;
  z-index: -1;
}

.floating-outline .form-control:not(:placeholder-shown) + label,
.floating-outline .form-control:focus + label {
  top: 0;
  color: #555;
  font-size: 14px;
}
