/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

body {
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    line-height: 22px;
    outline: none;
    background: #e2e2e2;
    color: #333;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input,
button {
    outline: none;
}

img,
a:link,
a:focus {
    outline: none;
}

.fix {
    overflow: hidden
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fz11 {
    font-size: 11px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.flight_stops [class*='col-'],
.passengerTypes [class*='col'],
.contact_details [class*='col-'] {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
}

header {
    background: #29285e;
    margin-bottom: 50px;
}

.logo {}

.logo img {
    margin-top: 3px;
    width: 60%;
}

.logo h3 {
    color: #243779;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 40px;
}

.flights_allsteps {}

.flights_allsteps ul {}

.flights_allsteps ul li {
    float: left;
}

.flights_allsteps ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    z-index: 9;
}

.flights_allsteps ul li a i.fa {
    font-size: 20px;
    margin-right: 10px;
}

.flights_allsteps ul li {
    display: inline-block;
    position: relative;
    /* height: 25px; */
    line-height: 25px;
    padding: 12px 32px 12px 55px;
    margin-right: 2px;
}

.flights_allsteps ul li.active:after {
    content: '';
    width: 39px;
    height: 38px;
    position: absolute;
    right: -10px;
    top: 0px;
    z-index: 0;
    -webkit-transform: translate(10px, 4px) rotate(45deg);
    -moz-transform: translate(10px, 4px) rotate(45deg);
    -ms-transform: translate(10px, 4px) rotate(45deg);
    -o-transform: translate(10px, 4px) rotate(20deg);
    transform: translate(10px, 4px) rotate(45deg);
}

.flights_allsteps ul li.active:before {
    content: '';
    width: 39px;
    height: 38px;
    position: absolute;
    left: -10px;
    top: 0px;
    background-color: #29285e;
    z-index: 0;
    -webkit-transform: translate(-10px, 4px) rotate(45deg);
    -moz-transform: translate(-10px, 4px) rotate(45deg);
    -ms-transform: translate(-10px, 4px) rotate(45deg);
    -o-transform: translate(-10px, 4px) rotate(20deg);
    transform: translate(-10px, 4px) rotate(45deg);
}

.flights_allsteps ul li.active {
    background-color: #f6b733;
    color: white;
}

.flights_allsteps ul li.active:after {
    background-color: #f6b733;
}

.login {
    margin-top: 14px;
}

.login a {
    color: #666;
}

.flight_details_review {
    margin-bottom: 50px;
}

.flight_details,
.contact_details {
    background: #fff;
    padding: 20px;
    position: relative;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px 0 #c8c8c8;
    -moz-box-shadow: 0 2px 4px 0 #c8c8c8;
    box-shadow: 0 2px 4px 0 #c8c8c8;
    margin-bottom: 25px;
}

.flight_mode {
    position: absolute;
    left: -31px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    background: #fafafa;
    padding: 3px 10px;
    border-radius: 3px;
    z-index: 9;
    min-width: 90px;
    text-align: center;
}

.single_flight_details {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.header_title {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.header_title h3 {
    margin: 0 0 0.7143rem 0;
    padding: 0;
    font-size: 1.329rem;
    letter-spacing: -0.2px;
    text-align: left;
    display: inline-block;
    color: #333;
    font-weight: normal;
}

.grad {
    background-color: #fff;
    background-image: -webkit-linear-gradient(left, #43264e, #ea2331);
    background-image: -moz-linear-gradient(left, #43264e, #ea2331);
    background-image: -ms-linear-gradient(left, #43264e, #ea2331);
    background-image: -o-linear-gradient(left, #43264e, #ea2331);
    background-image: linear-gradient(to right, #43264e, #ea2331);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header_title a {}

.flyLinks {
    font-size: 12px;
    color: #4197cd !important;
    margin-top: 5px;
    position: relative;
}

.flyLinks:hover {
    color: #262261 !important;
}

.flyLinks:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #333;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.flyLinks:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.flight_all_details {}

.flight_icon {}

.flight_icon img {}

.flight_icon p {
    color: #666;
    font-size: 12px;
    margin-bottom: -5px;
}

.flight_no {
    color: #999 !important;
}

.flight_class {
    color: #333 !important;
}

.white {
    color: #fff !important;
}

.gray {
    color: #666 !important;
}

.gray-light {
    color: #999 !important;
}

.gray-dark {
    color: #333 !important;
}

.grey_bg {
    background: #d7d7d7 !important;
}

.dark_blue {
    color: #262261 !important;
}

.dark_blue_bg {
    background: #262261 !important;
}

.orange {
    color: #FF9800 !important;
}

.orange_bg {
    background: #FF9800 !important;
}

.flight_time_schedule {
    margin-top: -4px;
}

.flight_time_schedule h3,
.flight_time_schedule p {
    margin-bottom: -2px;
}

.flight_time_schedule p {
    font-size: 12px;
}

.place {
    font-size: 13px !important;
}

.flight_time {
    font-size: 1.714rem;
    font-weight: 600;
}

.flight_date {
    font-weight: 600;
}

.airport {}

.flight_duration {}

.flight_duration p {}

.flight_duration p i.fa {
    margin-right: 5px;
}

.flight_duration p span {
    color: #02CB66;
}

.two_dots {
    margin-bottom: 0;
    border-top: 1px solid #e4e4e4;
    line-height: 0;
    margin-top: -7px !important;
    position: relative;
    text-align: center;
    color: #999;
}

p.two_dots:before {
    background-color: #e4e4e4;
    content: " ";
    display: inline-block;
    height: 8px;
    position: absolute;
    right: 0;
    top: -5px;
    width: 1px;
}

p.two-dots:after {
    background-color: #e4e4e4;
    content: " ";
    display: inline-block;
    height: 8px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 1px;
}

.two_dots i.fa {
    transform: translateY(-50%) rotate(44deg)
}

.notice {
    color: #333;
    background-color: #fffcc7;
    padding: 8px 15px 7px 15px;
    border-radius: 80px;
    font-size: 12px;
    margin: 15px 0;
}

.notice i.fa {
    margin-right: 5px;
}

.notice_new {
    background: #fffcc7;
    border: 1px solid #fffcc7;
    border-radius: 3px;
    padding: 8px 10px;
    font-size: 12px;
    margin-top: 25px;
    margin-bottom: 0;
}

.notice_new i.fa {
    margin-right: 5px;
}

.notice_new p {
    font-weight: 600;
    margin-bottom: 0;
}

.bg-white {
    background: #fff;
}

.bg-gray {
    background: #f4f4f4;
}

.fare_details {
    /*    position: fixed;*/
}

.sticky {
    position: fixed;
    top: 10px;
    margin: 0;
}

.fare_details_top {}

.fate_deatils_title {
    font-size: 1rem !important;
    margin-top: 9px;
}

.details_breakdown {
    padding: 10px 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px 0 #c8c8c8;
    -moz-box-shadow: 0 2px 4px 0 #c8c8c8;
    box-shadow: 0 2px 4px 0 #c8c8c8;
    margin-bottom: 20px;
}

.details_breakdown ul {}

.details_breakdown ul li {
    text-transform: capitalize;
    padding: 5px 25px;
}

.bdrtop {
    border-top: 1px solid#ddd;
    padding-top: 10px;
}

.totalFare {
    font-size: 1rem;
    font-weight: 600;
}

.customerPay {
    font-size: 1rem;
    font-weight: 600;
    padding: 15px 25px !important;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}

.your_price {
    font-size: 24px;
}

.promo_details {}

.fate_deatils_title {}

.promo {
    padding: 25px 18px;
}

.promo p {
    margin-bottom: 5px;
}

.promo .form-control {
    border-radius: 2px;
}

.promo .btn {
    border-radius: 0px 2px 2px 0px;
    padding: 4px 16px;
    background: #ddd;
    color: #333;
    border: 1px solid#ddd;
}

.contact_details {
    padding-top: 35px;
    padding-bottom: 35px;
}

.contact_details .col-form-label {
    font-weight: 600;
}

.contact_details .form-control {
    border: 1px solid#333;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
}

.gender {}

.msg_text {
    border-bottom: 3px Solid #ddd;
    margin-bottom: 30px;
}

.payment_btn {
    border-radius: 2px;
    background: #262261;
    font-size: 19px;
    padding: 13px 45px;
}


/*flights css*/

.scrollHeader {
    background: #29285e;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    color: #fff;
}

.floatinglogo {}

.floatinglogo img {
    width: 60%;
    margin-top: 3px;
    margin-left: 3px;
}

.scrollHeader p {
    margin-bottom: 5px;
}

.scrollHeader .titleName {
    margin-top: 3px;
    font-size: 14px;
    letter-spacing: 1px;
}

.steps_container {}

.full_steps {
    border-radius: 5px;
    padding: 8px 15px;
    border: 1px solid #f7931d;
}

.single_step {}

.step_number {
    padding: 2px 8px;
    border-radius: 3px;
    margin-right: 10px;
}

.step_name {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 2px;
}

.flying_details_container {
    /*    margin-top: 10px;*/
}

.fly_deytails {
    border-radius: 5px;
    padding: 8px 15px;
    /*    border: 1px solid #f7931d;*/
}

.source_desination {
    margin-top: 8px;
}

.source_desination img {
    width: 35px;
}

.source_desination h4 {
    font-size: 15px;
    line-height: 23px;
    background-image: url(img/plane.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 18% center;
}

.source_desination span {
    display: block;
}

.time_schedule {}

.single_time_schedule {
    margin-bottom: 3px;
    border-radius: 5px 0 0 5px;
    padding: 9px 0;
}

.dateDetails {
    border-radius: 0 5px 5px 0;
    border: 1px solid #FF9800 !important;
    /*    margin-left: -30px;*/
    padding: 8px 0;
}

.time_schedule img {
    width: 22px;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
}

.time_schedule p {
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: 7% center;
    background-size: 22px;
}

.passengerTypes {
    padding: 0px;
}

.passenger_details {
    padding: 10px 0;
    border-radius: 5px;
    font-weight: 700;
}

.border {
    background: #272260 !important;
    height: 1px;
    border: 0px !important;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.passenger_details p {
    margin-bottom: 5px;
}

.flight_fares_section {
    padding: 10px 0;
}

.single_flight_fare {
    padding: 10px;
    border-radius: 5px;
}

.single_flight_fare h4 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
}

.single_flight_fare span {
    margin-left: 10px;
}

.flight_results {
    margin-top: 15px;
}

.flight_results p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
}

.titleHeader {
    padding: 10px;
}

.titleName {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.titleName p {}

.single_flight_result {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}

.single_result_top,
.single_result_bottom {
    padding: 10px;
}

.single_result_top {
    border-bottom: 1px solid#ddd;
}

.flight_logo_name {
    background-image: url(img/BG.png);
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 7px 0;
    background-position: left center;
    margin-right: 10px;
}

.flight_logo_name p {
    margin-bottom: 0px;
    font-size: 16px;
    padding-left: 40px;
    margin-top: 4px;
}

.flight_fare {
    margin-top: 10px;
}

.flight_fare p {
    font-size: 22px;
}

.verticalLine {}

.verticalLine:before {
    content: '';
    height: 70px;
    width: 1px;
    background: #ddd;
}

.horizontalLineLeft,
.horizontalLineRight {
    position: relative
}

.horizontalLineLeft {}

.horizontalLineLeft:before,
.horizontalLineRight:after {
    content: '';
    height: 1px;
    width: 25%;
    background: #ddd;
    position: absolute;
    top: 34%;
}

.horizontalLineLeft:before {
    left: 0;
}

.horizontalLineRight {}

.horizontalLineRight:after {
    right: 0;
}

.single_result_bottom {}

.single_Bottom_item {}

.sep_horizontal {
    height: 1px;
    /* background: #ddd; */
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
}

.flight_stops {}

.flight_stops p {
    margin-bottom: 0;
    /*    margin-left: 15px;*/
    line-height: 14px;
}

.hasManyStop {
    text-align: center;
}

.hasManyStop p {
    cursor: pointer;
}

.divider_stops {
    width: 100%;
    background: #ddd;
    height: 1px;
    margin: 10px 0;
}

.hasStop {
    position: relative;
}

.hasStop:before {
    content: '';
    background: #333;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -15px;
    border-radius: 50%;
    left: 50%;
    margin-left: -5px;
}

.book_btn {
    margin-top: 20px;
}

.book_btn a {
    margin-bottom: 7px;
    font-weight: 300;
}

.filter_section_area {
    background: #fff;
    padding: 10px 0;
    margin-bottom: 15px;
}

.filter_section_area.mobile {
    display: none !important;
}

.single_filter_item {
    padding: 5px 0;
    border-top: 1px solid #ddd;
    /*    border-bottom: 1px solid#ddd;*/
}

.single_filter_item p {}

.single_filter_item > p {
    margin-top: 10px;
}

.single_filter_item .irs-from,
.irs-to,
.irs-single {
    color: #333;
    background: none;
}

.day_night_filter {
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.day_night_filter ul {
    text-align: center;
}

.day_night_filter ul li {
    float: left;
    padding: 10px 11.2px 0px 11.2px;
    border-right: 1px solid#ddd;
}

.day_night_filter ul li a {
    color: #29285e;
}

.day_night_filter ul li p {
    border-top: 1px solid #ddd;
}

.day_night_filter ul li:last-child {
    border-right: 0px solid#ddd;
}

.stopscount {}

.stopscount ul {}

.stopscount ul li {}

.stopscount ul li a {}

.stopscount ul li a {}

ul.fly-list {}

ul.fly-list li {
    float: left;
    display: inline-block;
    margin-right: 5px;
}

ul.fly-list a.btn {
    padding: 6px 12px;
    font-size: 11px;
    background: #eee !important;
}

.stopscount ul li p {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 10px;
    text-align: center;
}

.checklist {}

.checklist p {
    font-size: 11px;
    margin-bottom: 0;
}

.form-check {
    padding: 0 0 0 20px;
}

.form-check label {
    padding-left: 0;
    font-size: 12px;
}

.form-check label span {
    font-size: 11px;
    margin-left: 5px;
}

.jr_date {
    font-size: 11px;
}