/*
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;
    overflow-x: hidden;

}

body {
    min-width: 300px;
}

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;
}

.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;
        min-height: 120px;
    }

    .search-lists .list-group-item > .row{
        /*min-height: 100px;*/
    }

    .search-lists .list-group-item > .row .mh75 {
        max-height: 60px !important;
        margin-bottom: 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 .list-group-item .price > span {
        display: none;
    }

    .vehicle-category{
        margin-top: 5px;
    }

    .vehicle-category .label {
        margin-right: 3px;
    }
    /*
    .search-results .list-group-item > .row {
    display: table;
    width: 100%;
    margin: 0;
    }
    .search-results .list-group-item > .row > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
    }
    */
    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;
    }


}

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

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

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

/* 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;
}

/* 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: '\f105';
    font-weight: 900;
    font-family:    "Font Awesome 5 Free";
    float: left;
    margin-left: -15px;
    color: #eee;
    -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;
}

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* Widget Name */
/* ------------------------------------ */
/*.social-icons a[href*="facebook"]:before {
content: "\f09a";
font-family: 'Font Awesome 5 Free';
}

.social-icons a[href*="twitter"]:before {
content: "\f099";
font-family: 'Font Awesome 5 Free';
}

.social-icons a[href*="instagram"]:before {
content: "\f16d";
font-family: 'Font Awesome 5 Free';
}

.social-icons a[href*="whatsapp"]:before {
content: "\f232";
font-family: 'Font Awesome 5 Free';
}

.social-icons a[href*="viber"]:before {
content: "\f16d";
font-family: 'Font Awesome 5 Free';
}*/

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader-container {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#preloader-container #plane-loader {
    position: relative;
    width: 250px;
    height: 250px;
    background-color: #00AFDD;
    margin: 20px auto;
    border-radius: 50%;
    overflow: hidden;
    z-index:1;
}

#preloader-container #plane-loader .plane {
    position: absolute;
    top: 60px;
    left: 60px;
    height: 130px;
    width: 130px;
    animation: levitate 4s alternate ease-in-out infinite;
    transition: transform 150ms ease;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#preloader-container #plane-loader .plane-cloud {
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}

#preloader-container #plane-loader .plane-cloud1 {
    top: -30px;
    left: 30px;
    height: 39px;
    width: 42px;
    animation: cloud1 7s linear infinite;
}

#preloader-container #plane-loader .plane-cloud2 {
    top: -260px;
    left: 150px;
    height: 82px;
    width: 96px;
    animation: cloud2 5s linear infinite;
    opacity: .5;
}

#preloader-container #plane-loader .plane-cloud3 {
    height: 82px;
    width: 96px;
    animation: cloud3 15s linear infinite 10s;
    top: -80px;
    left: 130px;
}

#preloader-container #plane-loader .plane-cloud4 {
    top: -30px;
    left: 180px;
    height: 39px;
    width: 42px;
    animation: cloud4 20s linear infinite;
}

#preloader-container #plane-loader .steam {
    position: absolute;
    top: 80px;
    left: 73px;
}

#preloader-container #plane-loader .steam div {
    opacity: 0;
    position: absolute;
    height: 120px;
    width: 10px;
    background: #FFFFFF;
    border-radius: 5px;
    animation: steam .4s ease-in-out infinite;
}

#preloader-container #plane-loader .steam .c2 {
    animation-delay: 50ms;
}
#preloader-container #plane-loader .steam .c3 {
    animation-delay: 150ms;
}
#preloader-container #plane-loader .steam .c4 {
    animation-delay: 200ms;
}
#preloader-container #plane-loader .steam .c5 {
    animation-delay: 250ms;
}
#preloader-container #plane-loader .steam .c6 {
    animation-delay: 300ms;
}
#preloader-container #plane-loader .steam .c7 {
    animation-delay: 350ms;
}
#preloader-container #plane-loader .steam .c8 {
    animation-delay: 400ms;
}
#preloader-container #plane-loader .steam .c9 {
    animation-delay: 450ms;
}
#preloader-container #plane-loader .steam .c10 {
    animation-delay: 500ms;
}

#preloader-container #plane-loader .steam2 {
    top: 75px;
    left: 91px;
}

#preloader-container #plane-loader .steam3 {
    top: 75px;
    left: 146px;
}

#preloader-container #plane-loader .steam4 {
    left: 166px;
}

#preloader-container #plane-loader .plane {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22138%22%20height%3D%22130%22%20viewBox%3D%220%200%20138%20130%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M18.359375%2053.6070313C20.5734375%2053.6070313%2022.3664062%2055.403125%2022.3664062%2057.6164063L22.3664062%2062.9601563C22.3664062%2065.175%2020.5734375%2066.96875%2018.359375%2066.96875%2016.146875%2066.96875%2014.3515625%2065.175%2014.3515625%2062.9601563L14.3515625%2057.6164063C14.3515625%2055.403125%2016.146875%2053.6070313%2018.359375%2053.6070313M39.8648438%2044.196875C42.0789063%2044.196875%2043.875%2045.9921875%2043.875%2048.2054687L43.875%2053.5492187C43.875%2055.7640625%2042.0789063%2057.5585937%2039.8648438%2057.5585937%2037.6507813%2057.5585937%2035.85625%2055.7640625%2035.85625%2053.5492187L35.85625%2048.2054687C35.85625%2045.9921875%2037.6507813%2044.196875%2039.8648438%2044.196875%22%2F%3E%3Cpolyline%20fill%3D%22%23FFA600%22%20points%3D%2264.623%20108.155%2046.487%20119.975%2048.025%20127.793%2068.184%20121.874%2064.623%20108.155%22%2F%3E%3Cpolyline%20fill%3D%22%23FFA600%22%20points%3D%2273.452%20108.155%2091.591%20119.975%2090.051%20127.793%2069.894%20121.874%2073.452%20108.155%22%2F%3E%3Cpolyline%20fill%3D%22%23F4F4F4%22%20points%3D%22.25%2077.402%2064.288%2072.034%2064.288%2039.112%20.25%2070.188%20.25%2077.402%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M119.640625%2053.6070313C117.425781%2053.6070313%20115.632031%2055.403125%20115.632031%2057.6164063L115.632031%2062.9601563C115.632031%2065.175%20117.425781%2066.96875%20119.640625%2066.96875%20121.853125%2066.96875%20123.65%2065.175%20123.65%2062.9601563L123.65%2057.6164063C123.65%2055.403125%20121.853125%2053.6070313%20119.640625%2053.6070313M98.1351563%2044.196875C95.9210938%2044.196875%2094.1257813%2045.9921875%2094.1257813%2048.2054687L94.1257813%2053.5492187C94.1257813%2055.7640625%2095.9210938%2057.5585937%2098.1351563%2057.5585937%20100.349219%2057.5585937%20102.142188%2055.7640625%20102.142188%2053.5492187L102.142188%2048.2054687C102.142188%2045.9921875%20100.349219%2044.196875%2098.1351563%2044.196875%22%2F%3E%3Cpolyline%20fill%3D%22%23F4F4F4%22%20points%3D%22137.749%2077.402%2073.712%2072.034%2073.712%2039.112%20137.749%2070.188%20137.749%2077.402%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M72.1414063%2C2.090625%20C71.34375%2C1.03046875%2070.1992188%2C0.42734375%2069.003125%2C0.43984375%20C67.8070313%2C0.45390625%2066.6726563%2C1.0796875%2065.8914063%2C2.15859375%20L65.8882813%2C2.1640625%20C60.40625%2C9.75%2057.4132813%2C19.3789062%2057.4132813%2C29.3828125%20L57.4132813%2C61.08125%20C57.4132813%2C67.9523437%2058.0390625%2C82.8390625%2059.2617188%2C90.259375%20C61.3546875%2C102.939062%2063.5164063%2C115.017969%2067.040625%2C127.711719%20C67.3460938%2C128.816406%2068.140625%2C129.550781%2069.03125%2C129.560937%20C69.925%2C129.56875%2070.7273438%2C128.849219%2071.046875%2C127.751562%20C74.678125%2C115.230469%2076.9359375%2C102.877344%2078.9453125%2C89.9078125%20C80.0414063%2C82.8445312%2080.5859375%2C68.4710937%2080.5859375%2C61.9492187%20L80.5859375%2C28.3929687%20C80.5859375%2C18.6890625%2077.5828125%2C9.3203125%2072.1414063%2C2.090625%22%2F%3E%3Cpath%20fill%3D%22%23E4E4E4%22%20d%3D%22M69.0429688%2C0.43984375%20L69%2C0.43984375%20L69%2C129.558594%20L69.05%2C129.558594%20C69.9351563%2C129.558594%2070.73125%2C128.841406%2071.046875%2C127.751562%20C74.678125%2C115.230469%2076.9359375%2C102.877344%2078.9453125%2C89.9078125%20C80.0414062%2C82.8445312%2080.5859375%2C68.4710937%2080.5859375%2C61.9492187%20L80.5859375%2C28.3929687%20C80.5859375%2C18.6890625%2077.5828125%2C9.3203125%2072.1414063%2C2.090625%20C71.3523438%2C1.04140625%2070.2265625%2C0.43984375%2069.0429688%2C0.43984375%22%2F%3E%3Cpath%20fill%3D%22%2300AFDD%22%20d%3D%22M68.6726563%2C9.840625%20C64.709375%2C9.840625%2061.496875%2C13.0523438%2061.496875%2C17.0148438%20C61.496875%2C17.2414063%2061.6507813%2C17.440625%2061.8710938%2C17.4992188%20C62.0898438%2C17.5570313%2062.321875%2C17.4585938%2062.4335938%2C17.2617188%20C63.6648438%2C15.0875%2065.9953125%2C13.6195313%2068.6726563%2C13.6195313%20C71.35%2C13.6195313%2073.6804688%2C15.0875%2074.9109375%2C17.2625%20C75.0234375%2C17.4601563%2075.2546875%2C17.5585938%2075.4742188%2C17.5%20C75.69375%2C17.44375%2075.8484375%2C17.2445313%2075.8484375%2C17.0179688%20L75.8484375%2C17.0164063%20C75.8484375%2C13.0523438%2072.6351563%2C9.840625%2068.6726563%2C9.840625%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M68.6726563%2C9.840625%20L68.6726563%2C13.6179688%20C71.3515625%2C13.6179688%2073.68125%2C15.0875%2074.9109375%2C17.2617188%20C75.003125%2C17.4226563%2075.1703125%2C17.5164063%2075.3476563%2C17.5164063%20L75.4757813%2C17.4992188%20C75.6953125%2C17.4421875%2075.85%2C17.2429688%2075.85%2C17.0148438%20C75.85%2C13.0523438%2072.6367188%2C9.840625%2068.6726563%2C9.840625%22%20opacity%3D%22.152%22%2F%3E%3Cpolygon%20fill%3D%22%23FFA600%22%20points%3D%2267.755%20121.461%2070.242%20121.461%2070.242%20105.548%2067.755%20105.548%22%2F%3E%3Cpolygon%20fill%3D%22%23FFA600%22%20points%3D%2269%20121.461%2070.242%20121.461%2070.242%20105.548%2069%20105.548%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

#preloader-container #plane-loader .plane-cloud1,
#preloader-container #plane-loader .plane-cloud4 {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242%22%20height%3D%2239%22%20viewBox%3D%220%200%2042%2039%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22rotate(180%2021%2019.5)%22%3E%3Cpath%20fill%3D%22%23E6F4FA%22%20d%3D%22M28.9693613%2C12.1008289%20C29.469759%2C12.0343251%2029.9803124%2C12%2030.49887%2C12%20C36.8505945%2C12%2042%2C17.1462684%2042%2C23.4983049%20C42%2C29.8514715%2036.8505945%2C35%2030.49887%2C35%20C28.7713689%2C35%2027.132699%2C34.6188942%2025.6623971%2C33.9361096%20C23.0026635%2C37.029828%2018.9895771%2C39%2014.5%2C39%20C6.49201637%2C39%200%2C32.7318463%200%2C25%20C0%2C21.5922247%201.26111616%2C18.4687811%203.35731092%2C16.0410159%20C3.1237079%2C15.0657103%203%2C14.0476205%203%2C13.0005581%20C3%2C5.82056235%208.81882969%2C0%2016.0005581%2C0%20C22.8787115%2C0%2028.5073872%2C5.34054674%2028.9693613%2C12.1008289%20Z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M25.7129699%2C14.9431541%20C26.8536129%2C14.3396855%2028.1395044%2C14%2029.4988916%2C14%20C34.186139%2C14%2038%2C18.0366482%2038%2C23.0005869%20C38%2C27.9633518%2034.186139%2C32%2029.4988916%2C32%20C27.2986953%2C32%2025.2910292%2C31.1101569%2023.7801166%2C29.6524095%20C21.8873669%2C33.4138935%2017.9900082%2C36%2013.5%2C36%20C7.15899729%2C36%202%2C30.8421581%202%2C24.5%20C2%2C21.1954233%203.40113857%2C18.211869%205.64051942%2C16.1122333%20C5.22624883%2C14.9852652%205%2C13.7682536%205%2C12.4994255%20C5%2C6.70968977%209.71083876%2C2%2015.5005745%2C2%20C21.2903102%2C2%2026%2C6.70968977%2026%2C12.4994255%20C26%2C13.3404802%2025.9006144%2C14.1587676%2025.7129699%2C14.9431541%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

#preloader-container #plane-loader .plane-cloud2,
#preloader-container #plane-loader .plane-cloud3{
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2285%22%20height%3D%2296%22%20viewBox%3D%220%200%2085%2096%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23E6F4FA%22%20d%3D%22M53.6261275%2C86.0983539%20C44.9724207%2C86.0904138%2037.961165%2C79.0475196%2037.961165%2C70.367114%20C37.961165%2C70.2821461%2037.9618371%2C70.1973351%2037.9631762%2C70.1126861%20C36.052893%2C71.3237206%2033.7893915%2C72.0245902%2031.3626805%2C72.0245902%20C24.5242637%2C72.0245902%2018.9805825%2C66.4646135%2018.9805825%2C59.6056903%20C18.9805825%2C58.7095146%2019.07527%2C57.8354956%2019.2551602%2C56.9931488%20C14.9861648%2C52.3470271%2012.3786408%2C46.1411762%2012.3786408%2C39.3246282%20C12.3786408%2C38.980572%2012.3852821%2C38.6380723%2012.3984431%2C38.2972509%20C5.24955652%2C36.3134881%200%2C29.739649%200%2C21.9367926%20C0%2C12.565248%207.57527256%2C4.96721311%2016.9183389%2C4.96721311%20C21.1033698%2C4.96721311%2024.9339252%2C6.4922497%2027.8876267%2C9.01856689%20C30.937945%2C3.63274285%2036.7085736%2C0%2043.3269645%2C0%20C53.1237687%2C0%2061.0679612%2C7.96813226%2061.0679612%2C17.7983167%20C61.0679612%2C20.170505%2060.6055033%2C22.4341966%2059.7661462%2C24.5036533%20C62.6686866%2C28.7123217%2064.368932%2C33.8192168%2064.368932%2C39.3246282%20C64.368932%2C45.434588%2062.2742784%2C51.0538958%2058.7658771%2C55.4991083%20C60.2757998%2C56.0228961%2061.6811612%2C56.771633%2062.9421284%2C57.7053251%20C65.1528918%2C56.2866361%2067.7623944%2C55.4672131%2070.5574066%2C55.4672131%20C78.5348335%2C55.4672131%2085%2C62.139615%2085%2C70.3688525%20C85%2C76.9889463%2080.8160275%2C82.6015244%2075.0266219%2C84.5433647%20C75.0411625%2C84.7726494%2075.0485437%2C85.0038839%2075.0485437%2C85.2368457%20C75.0485437%2C91.1795229%2070.2454545%2C96%2064.3203883%2C96%20C58.686077%2C96%2054.0638162%2C91.6384942%2053.6261275%2C86.0983539%20Z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M56.3512418%2C80.989288%20C54.9373334%2C81.5501071%2053.3974426%2C81.8584071%2051.787234%2C81.8584071%20C44.9235834%2C81.8584071%2039.3404255%2C76.2595622%2039.3404255%2C69.3787797%20C39.3404255%2C65.7762562%2040.8716505%2C62.5253142%2043.3161178%2C60.2457302%20C41.9299403%2C60.6282602%2040.4913511%2C60.8826894%2039.0138682%2C60.9954556%20C37.949601%2C64.8651574%2034.4071226%2C67.7168142%2030.2136372%2C67.7168142%20C25.17979%2C67.7168142%2021.0851064%2C63.6105553%2021.0851064%2C58.5663717%20C21.0851064%2C57.3014675%2021.3425925%2C56.0955429%2021.8078058%2C54.9985589%20C17.2845467%2C50.8157531%2014.4468085%2C44.8270972%2014.4468085%2C38.1875636%20C14.4468085%2C36.9014589%2014.5532259%2C35.6397985%2014.7576931%2C34.4109662%20C7.64263685%2C33.9287895%202%2C27.9735101%202%2C20.7168142%20C2%2C13.147399%208.14226892%2C6.99115044%2015.6906203%2C6.99115044%20C20.9926227%2C6.99115044%2025.6003637%2C10.0270806%2027.8742627%2C14.4563702%20C28.8932077%2C7.42179944%2034.9496383%2C2%2042.2455469%2C2%20C50.2497002%2C2%2056.7659574%2C8.53117508%2056.7659574%2C16.5575221%20C56.7659574%2C19.1456372%2056.088719%2C21.5779972%2054.9027194%2C23.6860433%20C58.1397867%2C27.6360187%2060.0851064%2C32.6883322%2060.0851064%2C38.1875636%20C60.0851064%2C45.9744285%2056.1825466%2C52.8660327%2050.2345104%2C56.9992306%20C50.7432832%2C56.9354932%2051.2615023%2C56.9026549%2051.787234%2C56.9026549%20C55.4417448%2C56.9026549%2058.7340461%2C58.490221%2061.0133791%2C61.0134991%20C63.0311172%2C58.9844895%2065.7783823%2C57.7345133%2068.8012587%2C57.7345133%20C74.9763131%2C57.7345133%2080%2C62.9562954%2080%2C69.3787704%20C80%2C75.2436145%2075.8131%2C80.107763%2070.385595%2C80.9103885%20C70.6865252%2C81.721561%2070.8510638%2C82.5988391%2070.8510638%2C83.5141368%20C70.8510638%2C87.6399858%2067.4994155%2C91%2063.383839%2C91%20C59.2631009%2C91%2055.9148936%2C87.6399858%2055.9148936%2C83.5141368%20C55.9148936%2C82.6284372%2056.0688047%2C81.7783382%2056.3512418%2C80.989288%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

#heli-animation {
    position: relative;
    width: 250px;
    height: 250px;
    background-color: #87D7FF;
    margin: 20px auto;
    border-radius: 50%;
    overflow: hidden;
    z-index:1;
}

/* #heli-animation {
    position: relative;
    background: #eee;
    animation: bounce 4s ease-in-out 0s infinite normal none;
    -webkit-animation: bounce 4s ease-in-out 0s infinite normal none;
    width: 250px;
    height: 250px;
    top: 0%;
    left: 0%;
}
*/

.helicopter-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -220px;
    z-index: 105;
    -webkit-transform: rotate(-15deg) scale(0.9);
    -moz-transform: rotate(-15deg) scale(0.9);
    -ms-transform: rotate(-15deg) scale(0.9);
    -o-transform: rotate(-15deg) scale(0.9);
    transform: rotate(-15deg) scale(0.9);
    -webkit-animation: bounce 4s ease-in-out 0s infinite normal none;
    animation: bounce 4s ease-in-out 0s infinite normal none;
}

#preloader-container .helicopter-loader .cockpit {
    width: 175px;
    height: 175px;
    border-radius: 100px;
    background-color: rgba(171, 220, 40, 1);
    position: fixed;
    overflow: hidden;
    z-index: 5;
}

#preloader-container .helicopter-loader .cockpit:before {
    content: "";
    width: 170px;
    height: 170px;
    border-radius: 40px;
    background-color: rgba(65,94,133,1);
    position: absolute;
    z-index: 5;
    top: -10px;
    left: -25px;
}

#preloader-container .helicopter-loader .cockpit:after {
    content: "";
    width: 170px;
    height: 170px;
    border-radius: 40px;
    background-color: rgba(255,255,255,0.1);
    position: absolute;
    z-index: 8;
    top: -60px;
    left: -60px;
}

#preloader-container .helicopter-loader .tail {
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 90px solid transparent;
    border-left: 330px solid rgba(171, 220, 40, 1);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 10px;
    top: 40px;
    left: 150px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

#preloader-container .helicopter-loader .main {
    border-bottom: 70px solid rgba(171, 220, 40, 1);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    width: 10px;
    position: absolute;
    left: 130px;
    top: -10px;
}

#preloader-container .helicopter-loader .smallrotor {
    animation: rotate 0.6s linear 0s infinite normal none;
    -webkit-animation: rotate 0.6s linear 0s infinite normal none;
    background-color: rgba( 28,18,2,0.02 );
    width: 100px;
    height: 100px;
    position: absolute;
    top: 5px;
    left: 428px;
    border-radius: 100px;
    overflow: hidden;
}

#preloader-container .helicopter-loader .smallrotor div {
    width: 120px;
    height: 10px;
    background-color: rgba( 28,18,2,0.03 );
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -5px;
}

#preloader-container .helicopter-loader .smallrotor div:nth-of-type(2){
    -webkit-transform: rotate( 90deg );
    -moz-transform: rotate( 90deg );
    -ms-transform: rotate( 90deg );
    -o-transform: rotate( 90deg );
    transform: rotate( 90deg );
}

#preloader-container .helicopter-loader .rotor {
    width: 700px;
    height: 700px;
    border-radius: 350px;
    position: absolute;
    top: -360px;
    left: -200px;
    overflow: hidden;
    background-color: rgba( 28,18,2,0.03 );
    -webkit-transform: scale( 1 , 0.075 );
    -moz-transform: scale( 1 , 0.075 );
    -ms-transform: scale( 1 , 0.075 );
    -o-transform: scale( 1 , 0.075 );
    transform: scale( 1 , 0.075 );
    z-index: 20;
}

#preloader-container .helicopter-loader .rotor .rotator {
    width: 700px;
    height: 700px;
    border-radius: 350px;
    position: absolute;

    animation: rotate 0.6s linear 0s infinite normal none;
    -webkit-animation: rotate 0.6s linear 0s infinite normal none;
}

#preloader-container .helicopter-loader .rotor .rotator div {
    width: 700px;
    height: 60px;
    background-color: rgba( 28,18,2,0.03 );
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    margin-top: -30px;
}

#preloader-container .helicopter-loader .rotor div:nth-of-type(1) {
    -webkit-transform: rotate( 0deg );
    -moz-transform: rotate( 0deg );
    -ms-transform: rotate( 0deg );
    -o-transform: rotate( 0deg );
    transform: rotate( 0deg );
}

#preloader-container .helicopter-loader .rotor div:nth-of-type(2) {
    -webkit-transform: rotate( 90deg );
    -moz-transform: rotate( 90deg );
    -ms-transform: rotate( 90deg );
    -o-transform: rotate( 90deg );
    transform: rotate( 90deg );
}

#preloader-container .heli-cloud {
    position: fixed;
    margin-left: -2000px;
    left: 0%;
}

#preloader-container .heli-cloud:nth-of-type(1){
    top: 0%;
    animation: cloudmove 18s linear 5s infinite normal none;
    -webkit-animation: cloudmove 18s linear 5s infinite normal none;
}

#preloader-container .heli-cloud:nth-of-type(2){
    top: 25%;
    animation: cloudmove 30s linear -15s infinite normal none;
    -webkit-animation: cloudmove 30s linear -15s infinite normal none;
}

#preloader-container .heli-cloud:nth-of-type(3){
    top: 50%;
    animation: cloudmove 20s linear 0s infinite normal none;
    -webkit-animation: cloudmove 20s linear 0s infinite normal none;
}

#preloader-container .heli-cloud:nth-of-type(4){
    top: 75%;
    animation: cloudmove 20s linear 5s infinite normal none;
    -webkit-animation: cloudmove 20s linear 5s infinite normal none;
}

#preloader-container .heli-cloud:nth-of-type(5){
    top: 100%;
    animation: cloudmove 25s linear -10s infinite normal none;
    -webkit-animation: cloudmove 25s linear -10s infinite normal none;
}

#preloader-container .heli-cloud .fluff {
    background-color: #fff;
    border-radius: 400px;
    width: 400px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -200px;
    margin-left: -200px;
}

#preloader-container .heli-cloud .fluff:nth-of-type(1){
    -webkit-transform: scale( 0.8 );
    -moz-transform: scale( 0.8 );
    -ms-transform: scale( 0.8 );
    -o-transform: scale( 0.8 );
    transform: scale( 0.8 );
    margin-top: -320px;
    margin-left: -380px;
    animation: fluff 20s ease-in-out -4s infinite alternate none;
    -webkit-animation: fluff 20s ease-in-out -4s infinite alternate none;
}

#preloader-container .heli-cloud .fluff:nth-of-type(2){
    margin-top: -340px;
    margin-left: -90px;
    animation: fluff 20s ease-in-out -8s infinite alternate none;
    -webkit-animation: fluff 20s ease-in-out -8s infinite alternate none;
}

#preloader-container .heli-cloud .fluff:nth-of-type(3){
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    margin-top: -300px;
    margin-left: 90px;
    animation: fluff 20s ease-in-out -10s infinite alternate none;
    -webkit-animation: fluff 20s ease-in-out -10s infinite alternate none;
}

#preloader-container .heli-cloud .fluff:nth-of-type(4){
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    margin-top: -190px;
    margin-left: -250px;
    animation: fluff 20s ease-in-out -15s infinite alternate none;
    -webkit-animation: fluff 20s ease-in-out -15s infinite alternate none;
}

#rooms-loader {
    position: relative;
    width: 250px;
    height: 250px;
    background-color: #cfdfe8;
    margin: 20px auto;
    border-radius: 50%;
    overflow: hidden;
    z-index:1;
}


#rooms-loader .st0{fill:#BDBDBE;}
#rooms-loader .st1{fill:#FFCC4D;}
#rooms-loader .st2{fill:#F1F3F7;}
#rooms-loader .st3{fill:#B9783D;}
#rooms-loader .st4{fill:#6092E0;}
#rooms-loader .st5{fill:#82AAF0;}
#rooms-loader .st6{fill:#FEC9A3;}
#rooms-loader .st7{fill:#DE4C3C;}
#rooms-loader .st8{fill:#75462E;}
#rooms-loader .st9{fill:#3D8CC7;}
#rooms-loader .st10{fill:#69280F;}
#rooms-loader .st11{fill:#80391B;}
#rooms-loader .st12{fill:#965028;}
#rooms-loader .st13{fill:#DDB200;}
#rooms-loader .st14{fill:#EBB410;}
#rooms-loader .st15{fill:#FFE13C;}
#rooms-loader .st16{fill:#DC550A;}
#rooms-loader .st17{fill:#FF640A;}

#rooms-loader .rooms-z1 {
    opacity: 0;
    animation: sleeping1 1s linear 0s infinite normal none;
    -webkit-animation: sleeping1 1s linear 0s infinite normal none;
}

#rooms-loader .rooms-z2 {
    opacity: 0;
    animation: sleeping2 1.5s linear 0.75s infinite normal none;
    -webkit-animation: sleeping2 1.5s linear 0.75s infinite normal none;
}

#rooms-loader .rooms-z3 {
    opacity: 0;
    animation: sleeping3 3s linear 1.5s infinite normal none;
    -webkit-animation: sleeping3 3s linear 1.5s infinite normal none;
}

#sports-loader {
    position: relative;
    width: 250px;
    height: 250px;
    background-color: #00AFDD;
    margin: 20px auto;
    border-radius: 50%;
    overflow: hidden;
    z-index:1;
}

#vehicle-loader {
    position: relative;
    width: 250px;
    height: 250px;
    background-color: #00AFDD;
    margin: 20px auto;
    border-radius: 50%;
    overflow: hidden;
    z-index:1;
}

#vehicle-loader .st0{fill:#76CDF1;}
#vehicle-loader .st1{fill:#FFFFFF;}
#vehicle-loader .st2{fill:#268BDC;}
#vehicle-loader .st3{fill:#FFE500;}
#vehicle-loader .st4{fill:#FFC404;}
#vehicle-loader .st5{fill:#777777;}
#vehicle-loader .st6{fill:#87D7FF;}
#vehicle-loader .st7{fill:#64BEF0;}
#vehicle-loader .st8{fill:#625D6B;}
#vehicle-loader .st9{fill:#00AADC;}
#vehicle-loader .st10{fill:#EDEDEE;}
#vehicle-loader .st11{fill:#504B5A;}
#vehicle-loader .st12{fill:#DCDBDE;}
#vehicle-loader .st13{fill:#FF6464;}
#vehicle-loader .st14{fill:#FFF6A4;}

#vehicle-loader .cloud1 {
    animation: roadmove 10s linear 0s infinite normal none;
    -webkit-animation: roadmove 10s linear 0s infinite normal none;
}
#vehicle-loader .cloud3 {
    animation: roadmove 7s linear 0s infinite normal none;
    -webkit-animation: roadmove 7s linear 0s infinite normal none;
}
#vehicle-loader .cloud2 {
    animation: roadmove 5s linear 0s infinite normal none;
    -webkit-animation: roadmove 5s linear 0s infinite normal none;
}
#vehicle-loader .lane-divider {
    fill: #ffffff;
    animation: roadmove 1s linear 0s infinite normal none;
    -webkit-animation: roadmove 1s linear 0s infinite normal none;
}

#vehicle-loader .vehicle-tyre {
    transform-box: fill-box;
    transform-origin: 50%;
    animation: rotatetyre 0.5s linear 0s infinite normal none;
    -webkit-animation: rotatetyre 0.5s linear 0s infinite normal none;
}

#ticket-loader {
    position: relative;
    width: 250px;
    height: 250px;
    background-color: #00AFDD;
    margin: 20px auto;
    border-radius: 50%;
    overflow: hidden;
    z-index:1;
}

@keyframes fluff {
    80% { -webkit-transform: translate( 90px , -10px ); -moz-transform: translate( 90px , -10px ); -ms-transform: translate( 90px , -10px ); -o-transform: translate( 90px , -10px ); transform: translate( 90px , -10px );}
    60% { -webkit-transform: translate( 10px , -5px ); -moz-transform: translate( 10px , -5px ); -ms-transform: translate( 10px , -5px ); -o-transform: translate( 10px , -5px ); transform: translate( 10px , -5px );}
    40% { -webkit-transform: translate( 30px , -40px ); -moz-transform: translate( 30px , -40px ); -ms-transform: translate( 30px , -40px ); -o-transform: translate( 30px , -40px ); transform: translate( 30px , -40px );}
    20% { -webkit-transform: translate( -90px , 10px ); -moz-transform: translate( -90px , 10px ); -ms-transform: translate( -90px , 10px ); -o-transform: translate( -90px , 10px ); transform: translate( -90px , 10px );}
    0% { -webkit-transform: translate( 90px , 120px ); -moz-transform: translate( 90px , 120px ); -ms-transform: translate( 90px , 120px ); -o-transform: translate( 90px , 120px ); transform: translate( 90px , 120px );}
}

@-webkit-keyframes fluff {
    80% { -webkit-transform: translate( 90px , -10px ); -moz-transform: translate( 90px , -10px ); -ms-transform: translate( 90px , -10px ); -o-transform: translate( 90px , -10px ); transform: translate( 90px , -10px );}
    60% { -webkit-transform: translate( 10px , -5px ); -moz-transform: translate( 10px , -5px ); -ms-transform: translate( 10px , -5px ); -o-transform: translate( 10px , -5px ); transform: translate( 10px , -5px );}
    40% { -webkit-transform: translate( 30px , -40px ); -moz-transform: translate( 30px , -40px ); -ms-transform: translate( 30px , -40px ); -o-transform: translate( 30px , -40px ); transform: translate( 30px , -40px );}
    20% { -webkit-transform: translate( -90px , 10px ); -moz-transform: translate( -90px , 10px ); -ms-transform: translate( -90px , 10px ); -o-transform: translate( -90px , 10px ); transform: translate( -90px , 10px );}
    0% { -webkit-transform: translate( 90px , 120px ); -moz-transform: translate( 90px , 120px ); -ms-transform: translate( 90px , 120px ); -o-transform: translate( 90px , 120px ); transform: translate( 90px , 120px );}
}

@keyframes cloudmove {
    0% { margin-left: -2000px; left: 0%;}
    100% { margin-left: 2000px; left: 100%;}
}

@-webkit-keyframes cloudmove {
    0% { margin-left: -2000px; left: 0%;}
    100% { margin-left: 2000px; left: 100%;}
}

@keyframes sleeping1 {
    0% { opacity: 0; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
    100% { opacity: 1; -webkit-transform: translate(10px, -10px); -moz-transform: translate(10px, -10px); -ms-transform: translate(10px, -10px); -o-transform: translate(10px, -10px); transform: translate(10px, -10px); }
}

@-webkit-keyframes sleeping1 {
    0% { opacity: 0; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
    100% { opacity: 1; -webkit-transform: translate(10px, -10px); -moz-transform: translate(10px, -10px); -ms-transform: translate(10px, -10px); -o-transform: translate(10px, -10px); transform: translate(10px, -10px); }
}

@keyframes sleeping2 {
    0% { opacity: 0; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
    100% { opacity: 1; -webkit-transform: translate(20px, -20px); -moz-transform: translate(20px, -20px); -ms-transform: translate(20px, -20px); -o-transform: translate(20px, -20px); transform: translate(20px, -20px); }
}

@-webkit-keyframes sleeping2 {
    0% { opacity: 0; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
    100% { opacity: 1; -webkit-transform: translate(20px, -20px); -moz-transform: translate(20px, -20px); -ms-transform: translate(20px, -20px); -o-transform: translate(20px, -20px); transform: translate(20px, -20px); }
}

@keyframes sleeping3 {
    0% { opacity: 0; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
    100% { opacity: 1; -webkit-transform: translate(30px, -30px); -moz-transform: translate(30px, -30px); -ms-transform: translate(30px, -30px); -o-transform: translate(30px, -30px); transform: translate(30px, -30px); }
}

@-webkit-keyframes sleeping3 {
    0% { opacity: 0; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
    100% { opacity: 1; -webkit-transform: translate(30px, -30px); -moz-transform: translate(30px, -30px); -ms-transform: translate(30px, -30px); -o-transform: translate(30px, -30px); transform: translate(30px, -30px); }
}

@keyframes roadmove {
    0% { -webkit-transform: translateX(450px); -moz-transform: translateX(450px); -ms-transform: translateX(450px); -o-transform: translateX(450px); transform: translateX(450px); }
    100% { -webkit-transform: translateX(-450px); -moz-transform: translateX(-450px); -ms-transform: translateX(-450px); -o-transform: translateX(-450px); transform: translateX(-450px); }
}

@-webkit-keyframes roadmove {
    0% { -webkit-transform: translateX(450px); -moz-transform: translateX(450px); -ms-transform: translateX(450px); -o-transform: translateX(450px); transform: translateX(450px); }
    100% { -webkit-transform: translateX(-450px); -moz-transform: translateX(-450px); -ms-transform: translateX(-450px); -o-transform: translateX(-450px); transform: translateX(-450px); }
}

@keyframes rotatetyre {
    0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
    100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg);  -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes rotatetyre {
    0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
    100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg);  -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes rotate {
    0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
    100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
}

@-webkit-keyframes rotate {
    0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
    100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
}

@keyframes bounce {
    100% { -webkit-transform: translate(0px , -50px); -moz-transform: translate(0px , -50px); -ms-transform: translate(0px , -50px); -o-transform: translate(0px , -50px); transform: translate(0px , -50px);}
    0% { -webkit-transform: translate(0px , -50px); -moz-transform: translate(0px , -50px); -ms-transform: translate(0px , -50px); -o-transform: translate(0px , -50px); transform: translate(0px , -50px);}
    50% { -webkit-transform: translate(0px , 50px); -moz-transform: translate(0px , 50px); -ms-transform: translate(0px , 50px); -o-transform: translate(0px , 50px); transform: translate(0px , 50px);}
}

@-webkit-keyframes bounce {
    100% { -webkit-transform: translate(0px , -50px); -moz-transform: translate(0px , -50px); -ms-transform: translate(0px , -50px); -o-transform: translate(0px , -50px); transform: translate(0px , -50px);}
    0% { -webkit-transform: translate(0px , -50px); -moz-transform: translate(0px , -50px); -ms-transform: translate(0px , -50px); -o-transform: translate(0px , -50px); transform: translate(0px , -50px);}
    50% { -webkit-transform: translate(0px , 50px); -moz-transform: translate(0px , 50px); -ms-transform: translate(0px , 50px); -o-transform: translate(0px , 50px); transform: translate(0px , 50px);}
}

@keyframes levitate {
    0%{ transform: translate(0, 0) scale(1); }
    25%{ transform: translate(-1px, 1px) scale(1.003); }
    50%{ transform: translate(0, 1px)  scale(1); }
    75%{ transform: translate(-1px, 0)  scale(1); }
    100%{ transform: translate(0, -1px)  scale(0.997); }
}

@keyframes cloud1 {
    0%{ transform: translate(0, 0) scale(1); }
    98%{ transform: translate(0, 290px) scale(1); }
    99%{ transform: translate(-100px, 290px) scale(1); }
    100%{ transform: translate(-100px, 0)  scale(1); }
}

@keyframes cloud2 {
    0%{ transform: translate(0, 0) scale(4); }
    70%{ transform: translate(0, 0) scale(4); }
    98%{ transform: translate(0, 1000px) scale(4);}
    99%{ transform: translate(200px, 1000px) scale(1); }
    100%{ transform: translate(200px, 0)  scale(1); }
}

@keyframes cloud4 {
    0%{ transform: translate(0, 0) scale(0.3) rotate(150deg); }
    98%{ transform: translate(0, 290px) scale(0.3) rotate(150deg); }
    99%{ transform: translate(200px, 290px) scale(1); }
    100%{ transform: translate(200px, 0)  scale(1); }
}

@keyframes cloud3 {
    0%{ transform: translate(0, 0) scale(1) rotate(180deg); }
    98%{ transform: translate(0, 330px) scale(1) rotate(180deg); }
    99%{ transform: translate(200px, 330px) scale(1); }
    100%{ transform: translate(200px, 0)  scale(1); }
}

@keyframes steam {
    0%{
        transform: translate(0, 0) scale(0);
        opacity: 0;
    }
    100%{
        transform: translate(0, 280px)  scale(1,3);
        opacity: 1;
    }
}

/*--------------------------------------------------------------
# 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 15%;
    background-color: #7bb8f1;
    height: 70vh;
    max-height: 600px;
    min-height: 550px;
    /*background-image: url('../images/background.jpg');*/
    background-image: url('https://lp-cms-production.imgix.net/features/2019/05/RockMountains_roadtrip-b99fb8fa595c.jpg?auto=format&fit=crop&q=40&sharp=10&vib=20&ixlib=react-8.6.4&w=3524');
    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-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;
}

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

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

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[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;
}

/* radio aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[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;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 5px;
    height: 6px;
    width: 6px;
    background: #C1272D;
    transition: all ease 0.2s;
}
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

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

/* 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 checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

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

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

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

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

/* 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: 25px;
}

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

.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;
    margin-right: 18px;
}

.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: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    background: #c1272d url('../images/car-side-solid.png') no-repeat center;
    z-index: 99;
}

.traveler-details button.btn.btn-danger:after,
.booking-tab button.btn.btn-danger:after{
    content: "search vehicle";
    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 →";
    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;
}

/* =========================================== */
.booking-form-container {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

#flight-search #form-container {
    background: #fff;
    display: inline-block;
    padding: 10px;
    background: #333;
    width: 500px;
}

#flight-search #form-container .form-group-wrapper {
    width: 800px;
    position: relative;
}

#flight-search #form-container label {
    margin: 0;
    font-size: 0;
    height: 50px;
    width: 50px;
    background: #FFF;
    display: inline-block;
    float: left;
    background: #C1272D;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#flight-search .form-group {
    position: relative;
}

#flight-search .form-control {
    height: 50px;
    border: none;
    padding-left: 30px;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#flight-search .form-control.w100 {
    width: 100px;
    -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;
}

#flight-search .form-control.w300 {
    width: 460px;
    -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;
}

#flight-search label[for="departure-city"] {
    height: auto;
    width: auto;
}

#flight-search label[for="departure-city"]:before,
#flight-search label[for="destination-city"]:before {
    content: "\f041";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    font-size: 16px;
    top: 12px;
    left: 10px;
    color: #888;
}

#flight-search label[for="destination-city"]:before {
    color: #fff;
}

#flight-search label[for="destination-city"]:after {
    content: "Dest.";
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 8px;
    text-transform: uppercase;
}

/* =========================================== */
.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 #input-destination {
    margin-right: 2px;
}

.booking-form-wrapper .form-group.activated,
.booking-form-wrapper .form-group.active#input-destination{
    border-left: 1px solid #ddd;
}

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

.booking-form-wrapper.no-nationality .input-traveller.activated .traveller-info {
    display: block !important;
}

.booking-form-wrapper.no-nationality .input-traveller.activated .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;
}

.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;
}

.booking-form-wrapper i.fas.fa-plane-departure,
.booking-form-wrapper i.fas.fa-plane-arrival,
.booking-form-wrapper i.fas.fa-user {
    position: relative;
}

.booking-form-wrapper i.fas.fa-plane-departure:before,
.booking-form-wrapper i.fas.fa-plane-arrival:before {
    background: url('../images/icon-departure-arrow-alt.png') no-repeat;
    font-size: 0;
    width: 27px;
    height: 19px;
    display: block;
    top: 15px;
    left: 11px;
    position: absolute;
}

.booking-form-wrapper .active i.fas.fa-plane-departure:before,
.booking-form-wrapper .activated i.fas.fa-plane-departure:before {
    background: url('../images/icon-departure-arrow.png') no-repeat;
    left: 7px;
}

.booking-form-wrapper i.fas.fa-plane-arrival:before {
    background: url('../images/icon-landing-arrow-alt.png') no-repeat;
}

.booking-form-wrapper .active i.fas.fa-plane-arrival:before,
.booking-form-wrapper .activated i.fas.fa-plane-arrival:before {
    background: url('../images/icon-landing-arrow.png') no-repeat;
    left: 7px;
}

.booking-form-wrapper i.fas.fa-user:before {
    background: url('../images/icon-passenger-alt.png') no-repeat;
    font-size: 0;
    width: 27px;
    height: 30px;
    display: block;
    top: 10px;
    left: 10px;
    position: absolute;
}

.booking-form-wrapper .active i.fas.fa-user:before,
.booking-form-wrapper .activated i.fas.fa-user:before {
    background: url('../images/icon-passenger.png') no-repeat;
    left: 5px;
}

.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;
}

.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 {
    width: 210px !important;
}

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

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

.booking-form-wrapper.nationality-selected .form-group > button > 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: 635px;
}

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

.booking-form-wrapper.step3 {
    width: 685px;
}

.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;
}

/* ===========================================
GOOGLE MAP SEARCH
*/
#locationModal .modal-header .btn{
    float: right;
}

#locationModal .modal-header h4{
    float: left;
}

#locationModal .modal-body {
    padding: 0;
    position: relative;
}

#locationModal  .modal-dialog{
    width: 90%;
}

#locationModal .origin,
#locationModal .destination {
    width: 80%;
}

#locationModal input{
    height: 40px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 0;
    margin: 0;
    box-shadow: none;
    caret-color: #fff !important;
}

#locationModal .dest-controls{
    position: relative;
    width: 80%;
}

#locationModal .add-dest{
  color: #fff;
  width: 80%;
  font-size: 12px;
  height: 40px;
  float: left;
  padding: 10px 0;
}

#locationModal .remove-dest{
    color: #fff;
    position: absolute;
    top: 10px;
    right: -30px;
}

#locationModal #pac-card{
    display: block;
    margin-top: 10px;
    margin-left: -15px;
    float: left;
    padding: 10px;
    padding-left: 30px;
    background: url(../images/gmap-marker.jpgs)8px 23px no-repeat, rgb(29 114 232);
    position: absolute;
    z-index: 999;
    border-radius: 0 6px 6px 0;
    padding-bottom: 15px;
    width: 100%;
    max-width: 300px;
    box-shadow: 0px 3px 7px rgb(29 114 232 / 60%)
}

#locationModal #pac-card:before{
    content: '';
    position: absolute;
    top: 100%;
    border-left: 15px solid transparent;
    border-top: 15px solid #1555b1;
    left: 0;
}

#locationModal .map-arrow{
    position: absolute;
    right: 20px;
    top: 40%;
}

#locationModal input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

#locationModal input::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

#locationModal input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

/*P*/
#locationModal .add-dest{
    width: 80%;
    color: #fff;
}

.btn-ghost{
    background: none;
    border: 1px solid #fff;
    color: #fff;
    width: 80%;
    transition: all ease 0.35s;
}

.btn-ghost:focus,
.btn-ghost:hover{
    background: rgba(0,0,0,0.2);
    border-color: rgba(0,0,0,0.35);
    color: #fff;
}

/* ===========================================
GOOGLE MAP SEARCH END
*/


/* =========================================== */
/* =========================================== */
.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{
    margin-top: 20px;
}

.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-size: 34px;
    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;
}

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

.result-header h1 {
    font-weight: 400;
    font-size: 26px;
    color: #c1272d;
    width: 80%;
    line-height: 1.2;
    margin-left: 10%
}

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

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

#sticky-nav-navbar.stick {
    position: fixed;
    z-index: 9;
    -webkit-box-shadow: 0 0 10px 30px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px 30px rgba(255, 255, 255, 0.8);
}

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

.result-header h1  small:last-child {
    margin-top: 5px;
}

.result-header h1  small > img {
    max-width: 17px;
    margin-right: 3px;
}

.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: -65px;
}

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;
}
/*
.slick-slide img {
    min-height: 200px;
    max-width: none;
     max-height: 100%;
    min-width: 100%;
    overflow: hidden;
    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 {
        border: 1px solid #dedede;
        padding: 10px;
        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 .img-wrapper {
        height: 70px;
        width: 100%;
        position: relative;
        margin-bottom: 5px;
    }

    .search-results .thumbnail .img-wrapper img {
        max-width: 90%;
        max-height: 90%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-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 .list-group-item {
        margin-bottom: 15px !important;
    }


    .search-lists .list-group-item a:hover,
    .search-lists .list-group-item a:active,
    .search-lists .list-group-item a:focus{
        outline: none;
        text-decoration: none;
    }

    .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 .time, .search-lists .date {
        color: #555 !important;
    }

    .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: 24px;
        line-height: 1;
        text-transform: uppercase;
        color: #CE2C31;
    }
    .search-lists .price small{
        font-size:16px;
    }

    .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: 80px;
        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: 16px;
        line-height: 1.3;
        color: #C1272D;
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: 400;
    }

    .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: 7px 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;
    }




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

    .room-lists .search-lists .list-group-item {
        cursor: pointer;
    }

    .search-lists .list-group-item p.text-uppercase {
        font-size: 13px;
    }

    .search-lists .list-group-item > .row > .col-sm-3.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%);
    }

    .search-lists .approx-distance{
        margin-right: 10px;
    }

    .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;
    }

/*--------------------------------------------------------------
# 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 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;
}


.detail-tabs .time-distance p {
    margin: 0;
    line-height: 1.3;
}

.contact-details {
    margin-top: 30px;
}

.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: 0;
}

.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;
}

.daily-rental-hour .input-group{
    width: 100%;
}

.passenger-nationality #nationality{
    margin-top: 0;
}

.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;
}

.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 button.btn-danger.btnConfirmBooking {
    margin: 10px 0;
}

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

.traveler-details .panel .form-control.hint-popup + .input-format {
    display: none;
    background: #3B5996;
    padding: 10px 10px 0;
    border-radius: 4px;
    position: absolute;
    bottom: 60px;
    left: -30px;
    width: 150%;
    max-width: 439px;
    color: #fff;
    -webkit-box-shadow: 0 -3px 7px rgba(59, 89, 150, 0.75);
    box-shadow: 0 -3px 7px rgba(59, 89, 150, 0.75);
}
.traveler-details .panel .form-control.hint-popup:focus + .input-format {
    display: block;
}

.traveler-details .panel .form-control.hint-popup + .input-format:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 75px;
    border-top: 7px solid #3B5996;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.traveler-details .panel .form-control.hint-popup + .input-format > p > button {
    opacity: 0.25;
    font-size: 30px;
}

.traveler-details .panel .form-control.hint-popup + .input-format > p > img {
    display: inline-block;
    margin-top: 10px;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
#
--------------------------------------------------------------*/
.search-results.redirect-link {
    margin: 0 -5px;
}

.search-results.redirect-link h2 {
    font-size: 30px;
    font-weight: 400;
    color: #3B5996;
}

.search-results.redirect-link h2 strong {
    color: #C1272D;
}

.search-results.redirect-link .thumbnail-wrapper {
    width: 25%;
    float: left;
    padding: 0 5px;
}

.search-results.redirect-link .thumbnail {
    float: left;
    margin: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.search-results.redirect-link .thumbnail a {
    text-decoration: none;
}

.search-results.redirect-link .thumbnail .img-wrapper {
    height: 140px;
    overflow: hidden;
}

.search-results.redirect-link .thumbnail .img-wrapper img {
    max-width: 100%;
    max-height: none;
}

.search-results.redirect-link .thumbnail .caption h3 {
    font-size: 15px;
    text-transform: capitalize;
}



.st-holidays .result-header h1 small{
    display: inline-block;
}

.st-holidays .itinerary,
.st-holidays .itinerary .list-group-item-wrapper,
.st-holidays .itinerary > .day-start,
.st-holidays .itinerary > .day-end {
    position: relative;
}

.st-holidays .itinerary:after {
    content: '';
    position: absolute;
    top: 15px;
    left: -25px;
    bottom: 51px;;
    width: 1px;
    background: #888;
}

.st-holidays .itinerary .list-group-item-wrapper:after {
    content: '';
    height: 1px;
    left: -25px;
    width: 10px;
    background: #888;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.st-holidays .itinerary > .day-start:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #888;
    position: absolute;
    top: 50%;
    left: -32px;
    transform: translateY(-50%);
}

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

.st-holidays .star-rating i {
    font-size: 12px;
    color: #333;
}

.st-holidays .search-lists .list-group-item .hotel-amenities li {
    height:  30px;
    width: 30px;
}

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

.st-holidays .search-lists .list-group-item > .row > .col-sm-3.img-wrapper {
    height: 100px;
    width: 150px;
}

.st-holidays .list-group-item > .row > div:last-child {
    border-left: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}
/*--------------------------------------------------------------
#
--------------------------------------------------------------*/
.well.link-fcy,
.well.eticket-download {
    position: relative;
    padding: 0 20px;
    text-decoration: none;
    display: block;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 175px;
    background: -moz-linear-gradient( 91deg, rgb(219,230,240) 0%, rgb(255,255,255) 100%);
    background: -webkit-linear-gradient( 91deg, rgb(219,230,240) 0%, rgb(255,255,255) 100%);
    background: -ms-linear-gradient( 91deg, rgb(219,230,240) 0%, rgb(255,255,255) 100%);
}

.well.link-fcy {
    background: #fff url('../images/bg-city-lines.jpg') no-repeat left bottom;
}

.well.link-fcy h2,
.well.eticket-download h2 {
    font-size: 30px;
    font-weight: 400;
    color: #3B5996;
}

.well.link-fcy .btn-danger,
.well.eticket-download .btn-success {
    background: #57AC37;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 30px;
    border-bottom: 5px solid #398B1A;
    margin-right: 20px;
    width: 250px;
}

.well.eticket-download .btn-success:focus,
.well.eticket-download .btn-success:hover {
    background: #398B1A;
    color: #fff;
}

.well.link-fcy .btn-danger {
    background: #c2272d;
    border-bottom: 5px solid #93161e;
}

.well.link-fcy .btn-danger:focus,
.well.link-fcy .btn-danger:hover {
    background: #93161e;
    color: #fff;
}

.well.eticket-download .btn-success + a {
    font-size: 20px;
    color: #C2272D;
}

.well.link-fcy a,
.well.eticket-download a {
    text-decoration: none;
}

.well.link-fcy a:focus,
.well.eticket-download a:focus,
.well.link-fcy a:hover,
.well.eticket-download a:hover {
    color: #3B5996;
}

.well.eticket-download img.bg-assets,
.well.link-fcy img.bg-assets {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.well.link-fcy img.bg-assets {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*--------------------------------------------------------------
# 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: "";
    background: url("../images/icon-plane.png") center no-repeat;
    background-size: contain;
    height: 48px;
    width: 48px;
    top: -40px;
    position: absolute;
    animation: slides-halfway 2s infinite;
} */

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

@keyframes slides {
    0% {
        left: -51px;
    }
    50% {
        left: 51px;
    }
    100% {
        left: 51px;
    }
}

@keyframes glow {
    0% {
        -webkit-box-shadow: 0 0 7px 0 rgba(206, 44, 49, 0);
        box-shadow: 0 0 7px 0 rgba(206, 44, 49, 0);
    }
    50% {
        -webkit-box-shadow: 0 0 7px 0 rgba(206, 44, 49, 1);
        box-shadow: 0 0 7px 0 rgba(206, 44, 49, 1);
    }
    100% {
        -webkit-box-shadow: 0 0 7px 0 rgba(206, 44, 49, 0);
        box-shadow: 0 0 7px 0 rgba(206, 44, 49, 0);
    }
}

@keyframes error-shake {
    0% {
        margin-left: -10px;
    }
    20% {
        margin-left: 0;
    }
    40% {
        margin-left: 10px;
    }
    60% {
        margin-left: 0;
    }
    80% {
        margin-left: 10px;
    }
    100% {
        margin-left: 0;
    }
}

.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;
}

/* ---------------------------------------------------
# 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: 0;
    -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;
}

#modify-search .typeaheadSuggest.disable {
    pointer-events: none;
}

/*--------------------------------------------------------------
# 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;
}

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

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

.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;
}


/* -------------------------------------------------------------
 TAB CONTENT DETAILS
 ----------------------------------------------------------------*/
 .tabbable-panel {
    margin-top: 10px;
}

.tabbable-panel .nav.nav-tabs{
    border-top: 1px solid #807777;
    border-bottom: 1px solid #807777;
}

.tabbable-panel .nav.nav-tabs a{
    border: none;
    background: none;
    color: #807777;
}
.tabbable-panel .nav.nav-tabs li.active{
    border-bottom: 3px solid #3c5a98;
}

.tabbable-panel .nav.nav-tabs li.active a{
    color: #3c5a98;
}

.tabbable-panel .nav.nav-tabs li.active a:hover,
.tabbable-panel .nav.nav-tabs li.active a:active,
.tabbable-panel .nav.nav-tabs li.active a:focus{
    border: none;
    background: none;
}

.tabbable-line .tab-content{
    padding: 5px;
    margin-top: 10px;
}

.tabbable-line .itinerary h3{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}

.tabbable-line .itinerary h3 span{
    font-weight: bold;
}

.tabbable-line .itinerary .upgrade a{
    color: #3c5a98;
}
/*--------------------------------------------------------------
# TAB CONTENT DETAILS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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;
}

.cloud {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    z-index: 2;
    opacity: 0.8;
    text-align: center;
}

.cloud.cloud2 {
    opacity: 0.7;
    left: -15%;
}

.cloud.cloud3 {
    top: 20%;
    text-align: right;
    right: 10%;
    opacity: 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;
}

/*--------------------------------------------------------------
# Site Fixes
--------------------------------------------------------------*/
a#back2Top {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 70px;
    right: 10px;
    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;
}

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

/*--------------------------------------------------------------
# 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:hover, .modal-login .btn: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: 20px;
    opacity: 0.6;
}

.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;
}

/*--------------------------------------------------------------
# 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: 10px 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;
}

/*NEPALI DATEPICKER*/
div#ndp-nepali-box table td {
    border: none !important;
}

/*DATE PICKER*/

/* TIME PICKER */

#ui-datepicker-div .ui-timepicker-div .ui-widget-header,
.ui-datepicker .ui-datepicker-buttonpane button,
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{
    background: #3b5996 !important;
    color: #fff;
}

/* TIME 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;
}

#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;
}


.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;
    /*width: 90%;*/
}



/*button.slick-prev.slick-arrow,button.slick-next.slick-arrow {
    display: none !important;
}
*/

.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;
}

.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;
}


/*--------------------------------------------------------------
# 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-block: 5px;
        }
        /* 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;
            letter-spacing: 0;
            line-height: 1.8;
            padding: 10px 0;
            text-align: center;
        }
        .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 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;
    }
    .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 .vehicles-logo {
        margin-top: 15px;
    }
    .search-lists .list-group-item > .row > .col-sm-7 > *:not(.price){
        padding: 0 10px;
        clear: both;
    }
    .search-lists .list-group-item .vehicle-category {
        margin-top: 5px;
    }
    .search-lists .list-group-item .row.vehicels-gallery-photos {
        margin-left: -25px;
        margin-right: -25px;
    }
    .search-lists .list-group-item .row.vehicels-gallery-photos > div{
        padding: 3px;
    }
    .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 {
        padding: 7px;
        border-top: 1px solid #c1272d;
        border-bottom: 1px solid #c1272d;
        margin: 10px 0;
    }
    .search-lists .vehicle-rate {
        float: right;
    }
    .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: 50%;
        float: left;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-left: 1px solid #C1272D;
        white-space: normal;
        line-height: 1.3;
    }
    .jumbotron .trip-type button.btn:first-child {
        border-left: none;
    }
    /* styling after adding mountain flights */
    .jumbotron .trip-type button.btn {
        /*width: 50%;*/
        padding: 15px;
    }

    .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;
        width: 100%;
        margin-left: 0;
    }
    .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;
    }
    /* ==================================================== */
    .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;
    }
    /* Forms Mobile View
    ==================================================== */
    .booking-form-wrapper .form-control {
        display: block !important;
    }
    .booking-form-wrapper .tt-menu {
        min-width: auto;
    }
    .tt-menu {
        width: 100% !important;
    }
    .booking-form-wrapper .form-group {
        margin-right: 0;
    }
    .booking-form-wrapper .form-group label {
        width: 40px;
        left: 0;
        margin-top: 8px;
        margin-top: 4px; /* w */
    }
    .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 {
        width:  100%;
    }
    .booking-form-wrapper .active .form-control,
    .booking-form-wrapper  .form-control{
        width: 100%;
        padding-left: 30px;
        height: 50px;
    }
    .booking-form-wrapper{
        max-width: 100%
    }
    .booking-form-wrapper .form-row, .booking-form-wrapper form {
        max-width: 100%;
    }
    .booking-form-wrapper.nationality-selected .form-group > button,
    .booking-form-wrapper .form-group > button {
        font-size: 18px;
        width: 100%;
    }
    .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;
    }

    .passenger-nationality #nationality{
        margin: 10px 0;
    }
    /*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 {
        width: 100%;
        padding-left: 40px;
        height: 60px; /* w */
        box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.1);
    }
    .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;
    }
    #locationModal #pac-card{
        max-width: none;
        width: 100%;
        width: calc(100% + 15px);
        margin-top: 0;
        border-radius: 0 0 6px 0;
    }

    #locationModal .modal-header{
        text-align: center;
    }

    #locationModal .modal-header h4{
        margin-bottom: 10px;
        width: 100%;
    }

    #locationModal .modal-header .btn{
        float: none !important;
    }

    #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 .col-sm-6{
        width:100% !important;

    }
    .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;
    }
    .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 {
        height: 50px;
        float: left;
        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;
        line-height: 20px;
    }
    .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;
    }
    .traveler-details .panel .form-control.hint-popup + .input-format {
        left: 5%;
        bottom: 48px;
        width: 90%;
    }
    .traveler-details .panel .form-control.hint-popup + .input-format:after {
        left: 20px;
    }


    .vehicle-category .label {
        margin-right: 3px;
    }

    .approx-time{
        display: block;
    }
    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 650px */
/* ------------------------------------ */
@media (max-width:650px) {
    .jumbotron .trip-type button.btn{

    }
}

/* 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;
    }
}

/* max-midth of 767px */
/* ------------------------------------ */
@media (max-width:300px) {
    body,
    html {
        min-width: 300px;
        overflow: scroll;
    }
}

.signup-upload-doc{
    border: 1px solid #cccccc;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    padding: 7px;
    display: block;
    color: #555555;
}

.truncate-text {
    min-width: 187px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.hotel-title-rooms {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 227px;*/
}

.profile-title{
    margin-top: 45px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0px;
    border-bottom: 1px solid #c1272d;
    padding-bottom: 8px;
}

.profile-title strong{
    background: #c1272d;
    border-radius: 4px 0 0 0;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    position: relative;

}

.profile-title strong:after{
    content: "";
    border-right: 20px solid transparent;
    border-bottom: 40px solid #c1272d;
    position: absolute;
    top: 0;
    left: 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;
}

@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.thumbnail:after {
    top: 60%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85))
}

.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;
    }
}
