input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

@media only screen and (min-width : 1224px) {
    #float {
        background: white;
        position: fixed;
        z-index: 999999;
        width: 300px;
        margin-top: 10px;
        top: 214px;
        right: 10px;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    #float {
        background: white;
        /* position:fixed;  */

        margin-top: 10px;
    }
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.search-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

body, h1, h2, h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.detailed-nav { padding: 20px; font-size: 20px; font-weight: 500; color: #333; text-decoration: none; }
.detailed-nav:hover { color: #000; transition-duration: 1s; text-decoration: none; }

.div-disabled {
    pointer-events: none;
    opacity: 0.6;
}

.carousel-indicators {
    left: 50%; bottom: -50px;
}
.carousel-indicators .active {
    background: #000;
}
.carousel-indicators li {
    border: 1px solid #000;
}

#float {
    background: white;
    position: fixed;
    z-index: 999999;
    width: 300px;
    margin-top: 10px;
    top: 214px;
    right: 10px;
}

/* CUSTOMISE */

.color_1 {
    color: #0a77ba;
}

.color_white {
    color: #fff;
}


/* simple styles */

.text_align_center {
    text-align: center;
}

a {
    color: #959595;
    text-decoration: none;
}

a:hover {
    color: #1088d1;
}

.grey_h2 {
    color: #484848;
}

h1,
h2,
h3,
h4 {
    /*font-family: 'Hind', sans-serif !important;*/
    COLOR: #484848
}

/* Loader Styles */
.loader-content {
    max-width: 90%;
    margin: auto;
}

.loader-content__heading {
    color: #4f4f4f;
    font-size: 26px;
}

.loader-content__copy {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loader-content__copy--bold {
    font-size: 20px;
    font-weight: bold;
}

.loader-content__search-display {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 2px 2px #0347834d;
    max-width: 900px;
    font-size: 20px;
    margin: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.loader-content__list {
    color: #4f4f4f;
    font-size: 14px;
    list-style: none;
}

.search-display__left {
    flex-basis: 40%;
    text-align: right;
}

.search-display__right {
    flex-basis: 40%;
    text-align: left;
}

.overlay_a {
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
}

.overlay_a:hover {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    transition: .35s;
}

.best_price {
    display: inline-block;
    margin: 10px auto;
    text-align: center;
    background: #000;
    padding: 4px 15px;
    border-radius: 15px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
}

.best_price:hover {
    background: #333;
    text-decoration: none;
}


/* Discounts Modal */
.hidden {
    display: none;
}

.discounts-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 70vh;
    max-width: 90%;
    max-height: 90%;
    background: white;
    box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.9);
    z-index: 1011;
}

.discounts-modal__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: overlay;
    overflow-wrap: break-word;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.discounts-modal__content__heading {
    position: fixed;
    text-align: center;
    background: #1088d1;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    font-weight: normal;
    width: 100%;
    margin-top: 0;
}

.discounts-modal__content__list {
    text-align: left;
    padding: 0px 16px;
    margin-top: 50px;
}

.discounts-modal__loading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 80%;
}

.discounts-modal__loading i {
    font-size: 100px;
}

.discounts-modal__loading p {
    text-align: center;
    margin-top: 30px;
    color: black;
}

.discounts-modal__escape {
    float: right;
    cursor: pointer;
}

.discounts-modal__overlay {
    z-index: 1001;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.discount-button {
    margin-left: 15px;
    background: #F1F1F1;
    color: rgba(0, 0, 0, .87);
    border-style: inset;
    border-color: lightsteelblue;
}

.discount-button:hover {
    background: rgb(194, 194, 194) !important;
    color: rgba(0, 0, 0, .87);
    border-style: inset;
    border-color: rgb(154, 185, 224) !important;
}

.discount-selection-container {
    padding: 0;
}

.discount-heading {
    font-size: 20px;
}

.discount-selection {
    width: 100%;
    border: lightgray 1px inset;
    list-style: none;
    padding: 1rem;
    text-align: center;
}

.discount-selection:hover {
    border: rgb(56, 56, 56) 1px inset;
    background: #F1F1F1;
    font-weight: bold;
    cursor: pointer;
}

.discounts-bar {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.active-discounts {
    display: flex;
    align-items: center;
}

.discount-tag {
    margin-left: 15px;
    color: #2b568f;
}

.discount-tag:before {
    font-family: FontAwesome;
    content: "\f058";
    font-weight: 900;
    color: #5B94F0;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    width: 15px;
}


/*** search form ***/

.no-results {
    padding: 5px;
    background-color: rgb(255, 255, 255);
}

.search-tabs-bg>.tabbable>.nav-tabs>li.active>a {
    background: #1088d1 none repeat scroll 0% 0%;
    color: #FFF;
    padding-top: 15px;
    margin-top: -5px;
}

.btn-primary {
    background: #000 none repeat scroll 0% 0%;
    border-color: #000;
}

.btn-primary:hover {
    background: #000;
    border-color: #1088d1;
}

.search-tabs-bg>.tabbable>.tab-content>.tab-pane {
    background: #FFF none repeat scroll 0% 0%;
    padding: 25px;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
    opacity: 0.9;
}

.top-user-area .top-user-area-list>li::after {
    content: "";
    position: absolute;
    top: 30%;
    right: 0px;
    height: 40%;
    background: rgba(255, 255, 255, 0.13) none repeat scroll 0% 0%;
    width: 1px;
}

.contact_nr {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    clear: both;
    list-style: none;
    text-align: right;
    margin-top: 40px;
}

.nav-pills>li.active>a {
    background: #ccc;
    cursor: default;
}

.nav-pills>li.active>a:hover {
    background: #ccc;
}

.form-control:active,
.form-control:focus {
    box-shadow: none;
    border: 1px solid #ccc;
}

.dropdown {
    color: #3f3f3f;
}

#dLabel {
    background-color: #fff;
    height: 45px;
    border: 1px solid #3f3f3f;
    padding-right: 15px;
}

#dLabel_economy {
    background-color: #fff;
    border: 0px;
    float: left;
    color: #999;
}

.non_stop_flights {
    margin-left: 40px;
    color: #999;
}

.twitter-typeahead {
    background-color: #fff;
}

.mb10 {
    margin-bottom: 0px !important;
}

.search-tabs-bg>.tabbable>.nav-tabs>li.active>a {
    background: #1088d1;
    color: #fff;
    padding-top: 15px;
    margin-top: -5px;
}

.form-control::-moz-placeholder {
    color: #3f3f3f;
    opacity: 1;
}

.form-group .input-icon {
    color: #3f3f3f;
}

.search-tabs-bottom {
    position: absolute;
    left: 0px;
    width: 100%;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #FFF;
    background-color: #1088d1;
    border-color: #000;
}

.datepicker table tr td.today::before,
.datepicker table tr td.today:hover::before,
.datepicker table tr td.today.disabled::before,
.datepicker table tr td.today.disabled:hover::before {
    content: "";
    bottom: 2px;
    right: 2px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 0px 7px 7px;
    border-color: transparent transparent #1088d1;
    position: absolute;
}

.btn-amount {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Roboto;
    color: #ffffff;
    font-size: 16px;
    background: #1088d1;
    padding: 0px 7px 2px 7px;
    text-decoration: none;
}

.dropdown-menu {
    box-shadow: none;
}

.dropdown-menu li p {
    margin-right: 60px;
    font-weight: 900;
    color: #3f3f3f;
    padding: 2px;
}

#dropdown_economy {
    margin-top: 25px;
    padding: 10px;
}

.dropdown-class {
    height: 20px;
    width: 130px;
    outline: none;
    border: 0;
    float: left;
}

.silent_links {
    color: #999;
}

.input_types {
    float: right;
    font-weight: 900;
}

.input_types a {
    color: #fff;
    background: #1088d1;
    border: 0;
    width: 20px;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

input[id=amount],
select[id=amount] {
    width: 20px;
    color: #3f3f3f;
    background: none;
    text-align: center;
    border: 0;
}

.under12 {
    color: #ccc;
}

.dropdown-menu a {
    color: #fff;
    text-decoration: none;
}

.dropdown-menu a:hover {
    background: #1088d1;
    color: #fff;
    text-decoration: none;
}

.thumb {
    text-align: center;
}

.thumb-caption {
    text-align: center;
}

.btn-group-select-num>.btn.active,
.btn-group-select-num>.btn.active:hover {
    background: #1088d1 none repeat scroll 0% 0%;
    border-color: #000;
    box-shadow: none;
    color: #FFF;
}

.fa .fa-user .fa-2x {
    line-height: 45px !important;
}


/*.travellers{
  padding-left: 5px;
  line-height: 45px !important;
}*/


/*RESULTS-FLIGHTS*/

.departure {
    float: left;
    color: #1088D1;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: "Roboto";
}

.departure_date {
    float: right;
    color: #1088d1;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0;
}

.left_result,
.left_result_car {
    width: 100%;
    min-height: 55px;
    float: left;
    border: 1px solid #f2f2f2;
    margin-top: 15px;
    background: #fff;
}

.radio {
    margin-top: 17px;
    float: left;
}

.plane {
    color: #000;
    line-height: 55px;
    margin-left: 15px;
    float: left;
    margin-top: 5px;
}

.departure_time_place {
    margin-left: 15px;
    float: left;
    margin-top: 17px;
}

.departure_time_place p {
    line-height: 10px;
}

.arrow_right {
    color: #3f3f3f;
    margin-left: 15px;
    float: left;
    margin-top: 10px;
}

.departure_arrive_time_place {
    margin-left: 15px;
    float: left;
    margin-top: 17px;
}

.departure_arrive_time_place p {
    line-height: 10px;
}

.departure_price {
    float: right;
    padding: 0;
}

.departure_price p {
    font-size: 16px;
    line-height: 60px;
    font-weight: light;
    margin-top: 5px;
    margin-bottom: 0;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 500;
}

.left_result:hover .total-amount {
    color: #fff;
}

.left_result:hover,
.selectedFlight {
    border-color: #1088d1;
    background: #000;
    cursor: pointer;
    color: #fff;
}

.left_result_car:hover {
    border-color: #1088d1;
    background: #fff;
    cursor: pointer;
    color: #333;
}

.departure-nonstop-time {
    float: left;
    margin-left: 15px;
    padding: 0;
    color: #ccc;
}


/*RIGHT RESULT*/

.return_heading {
    float: left;
    color: #1088D1;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: "Roboto";
}

.return_date {
    float: right;
    color: #1088d1;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0;
}

.right_result {
    width: 100%;
    min-height: 55px;
    float: left;
    border: 1px solid #cccccc;
    margin-top: 15px;
    background: #fbfbfb;
}

.airline_logo_return {
    width: 100px;
    height: 40px;
    float: left;
    line-height: 55px;
    margin-left: 5px;
    margin-top: 5px;
}

.plane_return {
    color: #1bb3f5;
    line-height: 55px;
    margin-left: 15px;
    float: left;
    margin-top: 5px;
}

.return_time_place {
    margin-left: 15px;
    float: left;
    margin-top: 17px;
}

.return_time_place p {
    line-height: 10px;
}

.return_arrive_time_place {
    margin-left: 15px;
    float: left;
    margin-top: 17px;
}

.return_arrive_time_place p {
    line-height: 10px;
}

.departure_price {
    float: right;
}

.right_result:hover {
    border-color: #1088d1;
    background: #cee4f1;
    cursor: pointer;
}

.return-nonstop-time {
    float: left;
    margin-left: 15px;
    padding: 0;
    color: #ccc;
}


/*FOOTER*/

footer#main-footer {
    background: #3f3f3f none repeat scroll 0% 0%;
    padding: 40px 0px 30px;
    color: #E6E6E6;
    font-size: 11px;
    line-height: 1.4em;
}

.footer_1a {
    background-color: #f5f5f5;
    padding: 20px 0px;
}

.footer_1b {
    background-color: #fff;
    padding: 15px 0px;
    margin-top: 15px;
}

.footer_logos {
    background: #636161;
    height: 60px;
}

.footer_logos_container {
    height: 30px;
    width: 790px;
    margin-left: auto;
    margin-right: auto;
}

.footer_logos .col-med-2 img {
    float: left;
    width: 158px;
    margin-top: 15px;
}

.footer_deals {
    border-right: 1px solid rgb(240, 240, 240);
    border-left: 1px solid rgb(240, 240, 240);
}

.footer_input {
    width: 80%;
    padding: 8px;
    margin: 10px 0px 0px 0px;
}

.footer_button {
    background-color: #1bb3f5;
    padding: 4px 60px;
    margin-top: 10px;
    color: #FFF;
    border-radius: 4px;
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    border: 2px solid #066198;
}

.signup_copy {
    font-size: 30px;
    color: #fff;
    text-align: right;
    line-height: 45px;
}

.signup_copy p {
    margin: 0;
    padding: 0;
}

.signup {
    font-weight: 900;
}

.newsletter {
    font-weight: 100;
}

#mc-embedded-subscribe {
    background: #1088d1;
    border: none;
    height: 45px;
    width: 45px;
    font-size: 24px;
    font-weight: 900;
}

#mailchimp-send {
    float: left;
}

#mc-embedded-subscribe:hover {
    background: #1bb3f5;
}

div.hr {
    background: #706f6f no-repeat scroll center;
    height: 1px;
    margin-top: 40px;
}

div.hr hr {
    display: none;
}

.copyrighted p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
}


/*SHRINK HEADER*/

.shrink-logo img {
    display: none;
}

.shrink .shrink-logo img {
    height: 20px;
    padding: 0;
    display: block;
}

.shrink .header-top {
    display: none;
}

.shrink-logo {
    display: none !important;
}

.shrink .shrink-logo {
    height: 20px;
    padding: 0;
    display: block !important;
}

.shrink-logo-link:hover {
    background-color: #fff !important;
}

#row {
    background-color: #fff;
}


/*LAST MINUTE DEAL*/

.last-minute-rating {
    color: #1088d1;
}


/*SELECTED AREA*/

.selected-area {
    padding-bottom: 0px 15px 20px 15px;
}


/*OUTBOUND FLIGHTS*/

.left-selected-area-logo {
    width: 75px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 75px;
}

.selected-outbound-flight {
    float: left;
    margin-left: 25px;
}

.selected-outbound-flight p.outbound-flight {
    color: #1088d1;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.selected-outbound-flight-date {
    color: #959595;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.outbound-flight-details {
    color: #959595;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    line-height: 1;
}

.outbound-flight-duration {
    color: #ccc;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.vr-line {
    border-left: 1px solid #ccc;
    height: 50px;
    float: left;
    margin-top: 15px;
}


/*INBOUND FLIGHTS*/

.right-selected-area-logo {
    width: 75px;
    float: left;
    margin-left: 30px;
    margin-right: 10px;
    line-height: 75px;
}

.selected-inbound-flight {
    float: left;
    margin-left: 25px;
}

.selected-inbound-flight p.inbound-flight {
    color: #1088d1;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.selected-inbound-flight-date {
    color: #959595;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.inbound-flight-details {
    color: #959595;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    line-height: 1;
}

.inbound-flight-duration {
    color: #ccc;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.top-area,
.special-area {
    margin-top: 50px;
}

.search-tabs-bottom {
    position: absolute;
    left: 0px;
    width: 100%;
}


/*TOTAL AMOUNT*/

.total-price-cont {
    float: right;
}

.total-price {
    float: right;
    text-align: right;
}

.total-price p {
    color: #3f3f3f;
    font-size: 24px;
    font-weight: 100;
}

.total-amount {
    color: #1088d1;
    font-size: 24px;
    font-weight: 900;
}

#book-flight-btn {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}

a {
    outline: 0;
}

a:focus {
    outline: 0;
    /*color: #fff;*/
    text-decoration: none;
}

.pointer {
    cursor: pointer;
}

.bg-blue {
    BACKGROUND-COLOR: rgb(0, 119, 183);
}

.bg-orange {
    BACKGROUND-COLOR: rgb(247, 133, 0);
}

.padding-0 {
    padding: 0px;
}

.padding-5 {
    padding: 5px;
}


/*** HEADER ***/

.navbar {
    margin-bottom: 0px;
}

.navbar-brand img {
    height: 60px;
}

.navbar-header-tel {
    text-align: right;
    padding: 20px;
}


/**** Search form ****/

#oneWay,
#roundTrip {
    cursor: pointer;
}

.form-group.form-group-lg .input-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
}

.form-group .input-icon {
    position: absolute;
    display: block;
    top: 16px;
    text-align: center;
    z-index: 2;
    color: #888;
}

.form-group.form-group-lg.form-group-icon-left .form-control {
    padding-left: 40px;
}

.form-group.form-group-lg .form-control {
    font-size: 15px;
    font-weight: bold;
    box-shadow: 0px 3px 0px rgb(54, 115, 197);
}

.form-group.form-group-icon-left .form-control {
    padding-left: 32px;
}

.form-group.form-group-lg .form-control {
    height: 35px;
    padding: 5px 18px;
}

.form-group.form-group-lg label {
    font-weight: 500;
    background-color: #fff;
    font-size: 12px;
    padding: 5px 5px 0px 5px;
    margin-bottom: 0px;
}

.no-dropdown {
    font-weight: 500;
    background-color: #fff;
    font-size: 12px;
    padding: 5px 5px 0px 5px;
}

.small_text_ {
    font-size: 12px;
    color: #FFF;
}

.xtra-large {
    height: 60px !important;
    font-size: 20px !important;
}

.cal-icon {
    background-repeat: no-repeat;
    background-image: url('/images/cal-icon-1.png');
    background-position: right;
}

select {
    background-color: #fff;
}

.btn-flight {
    font-weight: 500;
    font-size: 20px;
    background-color: #1bb3f5;
    border: none;
    border-radius: 0;
    width: 200px;
    box-shadow: 0 3px 0 #955306;
    border-radius: 2px;
}

.btn-flight:hover {
    font-weight: 500;
    font-size: 20px;
    background-color: #1bb3f5;
    border: none;
    border-radius: 0;
    width: 200px;
    box-shadow: 0 3px 0 #955306;
    border-radius: 2px;
}

/*SELECTED AREA*/

.spinner_content {
    width: 100%;
    height: 300px;
}

/*FILTERS*/

.filters-wrapper {
    width: 100%;
    background: #DFDFDF;
    padding: 10px 10px 0px 10px;
}

.filter_link {
    cursor: pointer;
    background-color: rgb(200, 200, 200);
    padding-top: 14px;
    font-size: 18px;
    padding-bottom: 5px;
}

.filter_link i {
    color: #1bb3f5;
    float: left;
}

.filter_link p {
    color: #333;
    font-size: 16px;
    float: left;
}

.filter_link:focus {
    cursor: pointer;
    background-color: #1bb3f5;
    color: #fff;
    padding-top: 14px;
    font-size: 18px;
    padding-bottom: 5px;
}

.filter_link:focus i {
    color: #fff;
    float: left;
}

.filter_link:focus p {
    color: #FFF;
    float: left;
}

.filter-city-names p {
    color: #666;
    font-size: 16px;
    margin-top: 20px;
}

.date-in-out {
    float: left;
    text-align: center;
}

.date-in-out p {
    color: #666;
    font-size: 16px;
    margin-top: 20px;
}

.in-out {
    color: #1bb3f5;
    font-size: 16px;
    margin-top: 20px;
    font-weight: bolder;
}

.modify-search i {
    color: #1bb3f5;
    font-size: 20px;
    float: left;
    margin-top: 2px;
    text-align: right;
}

.modify-search p {
    color: #333;
    font-size: 16px;
    float: left;
    margin-top: 20px;
    text-align: right;
}

.ion-slider-headings {
    color: #1bb3f5;
    font-weight: bolder;
    font-size: 16px;
    margin-bottom: 5px;
}

.ion-slider-heading-airline {
    color: #1bb3f5;
    font-weight: bolder;
    font-size: 16px;
    margin-bottom: 5px;
}

/*OUTBOUND FLIGHTS*/

.left-selected-area-logo {
    width: 75px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 75px;
}

.total-price {
    float: left;
    margin-left: 35px;
    line-height: 1.2;
}

.total-amount {
    color: #3f3f3f;
    font-size: 20px;
    font-weight: lighter;
    text-align: left;
    clear: both;
    float: left;
}

#book-flight-btn {
    width: 175px;
    float: left;
    height: 40px;
    font-weight: 900;
    font-size: 17px;
    background: #00c661;
    background: -webkit-linear-gradient(#00d066, #00b85a);
    background: -o-linear-gradient(#00d066, #00b85a);
    background: -moz-linear-gradient(#00d066, #00b85a);
    background: linear-gradient(#00d066, #00b85a);
    border: 0;
}

#book-flight-btn-1 {
    float: left;
    height: 40px;
    font-weight: 900;
    font-size: 17px;
    background: #00c661;
    background: -webkit-linear-gradient(#00d066, #00b85a);
    background: -o-linear-gradient(#00d066, #00b85a);
    background: -moz-linear-gradient(#00d066, #00b85a);
    background: linear-gradient(#00d066, #00b85a);
    border: 0;
}

.book-flight-btn-1 {
    float: left;
    height: 40px;
    font-weight: 900;
    font-size: 17px;
    background: #00c661;
    background: -webkit-linear-gradient(#00d066, #00b85a);
    background: -o-linear-gradient(#00d066, #00b85a);
    background: -moz-linear-gradient(#00d066, #00b85a);
    background: linear-gradient(#00d066, #00b85a);
    border: 0;
}

.selected-outbound-flight {
    float: left;
    margin-left: 25px;
}

.selected-outbound-flight p.outbound-flight {
    color: #1088d1;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.selected-outbound-flight-date {
    color: #959595;
    font-size: 14px;
    margin-top: -10px;
    padding: 0;
}

.outbound-flight-duration {
    color: #ccc;
    font-size: 14px;
}

.vr-line {
    border-left: 1px solid #F5F5F5;
    height: 90px;
    float: left;
    margin-top: 25px;
    margin-left: 20px;
}

.arrow_right {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.plane {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.left_result:hover .fa-plane,
.left_result:hover .total-amount,
.left_result:hover .fa-check-circle,
.selectedFlight .fa-plane,
.selectedFlight .fa-check-circle {
    color: #fff;
}

/*INBOUND FLIGHTS*/

.right-selected-area-logo {
    width: 75px;
    float: left;
    margin-left: 30px;
    margin-right: 10px;
    line-height: 75px;
}

.selected-inbound-flight {
    float: left;
    margin-left: 25px;
}

.selected-inbound-flight p.inbound-flight {
    color: #1088d1;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.selected-inbound-flight-date {
    color: #959595;
    font-size: 14px;
    margin-top: -10px;
    padding: 0;
}

.inbound-flight-duration {
    color: #ccc;
}

.top-area,
.special-area {
    margin-top: 50px;
}

.search-tabs-bottom {
    position: absolute;
    left: 0px;
    width: 100%;
}

/*TOTAL AMOUNT*/

.total-price-cont {
    float: right;
}

.total-price {
    float: right;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
}

.total-price p {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 100;
}

.total-amount {
    color: #1088d1;
    font-size: 26px;
    font-weight: 900;
}

.continue_button {
    background-color: #F78500;
    padding: 8px 30px;
    color: #FFF;
    border-radius: 4px;
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    border: 2px solid #e87822;
}

/*RESULTS-FLIGHTS*/
.departure {
    float: left;
    color: #1088D1;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.departure_date {
    float: right;
    color: #1088d1;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0;
}

.left_result {
    width: 100%;
    height: 300px;
}

/*FILTERS*/

.filters-wrapper {
    width: 100%;
    background: #DFDFDF;
    padding: 10px 10px 0px 10px;
}

.filter_link {
    cursor: pointer;
    background-color: rgb(200, 200, 200);
    padding-top: 14px;
    font-size: 18px;
    padding-bottom: 5px;
}

.radio {
    margin-top: 17px;
    float: left;
}

.airline_logo_departure {
    width: 100px;
    float: left;
    margin-top: 15px;
}

.plane {

    color: #1bb3f5;
    float: left;
}


.filter_link p {
    color: #333;
    font-size: 16px;
}

.departure_time_place {
    margin-left: 15px;
    float: left;
}

.filter_link:focus {
    cursor: pointer;
    background-color: #1bb3f5;
    color: #fff;
    padding-top: 14px;
    font-size: 18px;
    padding-bottom: 5px;
}

.filter_link:focus i {
    color: #fff;
}

.departure_time_place p {
    line-height: 10px;
}

.arrow_right {
    color: #959595;
    margin-left: 15px;
    float: left;
}

.filter_link:focus p {
    color: #FFF;
    float: left;
}

.filter-city-names p {
    color: #666;
    font-size: 16px;
    margin-top: 20px;
}

.departure_arrive_time_place {
    margin-left: 15px;
    float: left;
    margin-top: 17px;
}

.departure_arrive_time_place p {
    line-height: 10px;
}

.departure_price {
    float: right;
    padding: 0;
}

.departure_price p {
    font-size: 18px;
    font-weight: light;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 900;
}

.left_result:hover,
.selectedFlight {
    border-color: #1088d1;
    background: #1bb3f5;
    cursor: pointer;
    color: #fff;
}

.departure-nonstop-time {
    float: left;
    text-align: center;
}

.date-in-out p {
    color: #666;
    font-size: 16px;
    margin-top: 20px;
}

.in-out {
    color: #1bb3f5;
    font-size: 16px;
    margin-top: 20px;
    font-weight: bolder;
}

.modify-search i {
    color: #1bb3f5;
    font-size: 20px;
    float: left;
    margin-top: 2px;
    text-align: right;
}

.modify-search p {
    color: #333;
    font-size: 16px;
    float: left;
    margin-top: 20px;
    text-align: right;
}

.ion-slider-headings {
    color: #1bb3f5;
    font-weight: bolder;
    font-size: 16px;
    margin-bottom: 5px;
}

.ion-slider-heading-airline {
    color: #1bb3f5;
    font-weight: bolder;
    font-size: 16px;
    margin-bottom: 5px;
}

/*OUTBOUND FLIGHTS*/

.left-selected-area-logo {
    width: 75px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 75px;
}

.total-price {
    float: left;
    margin-left: 35px;
    line-height: 1.2;
}

.total-amount {
    color: #3f3f3f;
    font-size: 20px;
    font-weight: lighter;
    text-align: left;
    clear: both;
    float: left;
}

#book-flight-btn {
    width: 175px;
    float: left;
    height: 40px;
    font-weight: 900;
    font-size: 17px;
    background: #00c661;
    background: -webkit-linear-gradient(#00d066, #00b85a);
    background: -o-linear-gradient(#00d066, #00b85a);
    background: -moz-linear-gradient(#00d066, #00b85a);
    background: linear-gradient(#00d066, #00b85a);
    border: 0;
}

#book-flight-btn-1 {
    float: left;
    height: 40px;
    font-weight: 900;
    font-size: 17px;
    background: #00c661;
    background: -webkit-linear-gradient(#00d066, #00b85a);
    background: -o-linear-gradient(#00d066, #00b85a);
    background: -moz-linear-gradient(#00d066, #00b85a);
    background: linear-gradient(#00d066, #00b85a);
    border: 0;
}

.book-flight-btn-1 {
    float: left;
    height: 40px;
    font-weight: 900;
    font-size: 17px;
    background: #00c661;
    background: -webkit-linear-gradient(#00d066, #00b85a);
    background: -o-linear-gradient(#00d066, #00b85a);
    background: -moz-linear-gradient(#00d066, #00b85a);
    background: linear-gradient(#00d066, #00b85a);
    border: 0;
}

.selected-outbound-flight {
    float: left;
    margin-left: 25px;
}

.selected-outbound-flight p.outbound-flight {
    color: #1088d1;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.selected-outbound-flight-date {
    color: #959595;
    font-size: 14px;
    margin-top: -10px;
    padding: 0;
}

.outbound-flight-duration {
    color: #ccc;
    font-size: 14px;
}

.vr-line {
    border-left: 1px solid #F5F5F5;
    height: 90px;
    float: left;
    margin-top: 25px;
    margin-left: 20px;
}

.arrow_right {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.plane {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.left_result:hover .fa-plane,
.left_result:hover .total-amount,
.left_result:hover .fa-check-circle,
.selectedFlight .fa-plane,
.selectedFlight .fa-check-circle {
    color: #fff;
}

/*INBOUND FLIGHTS*/

.right-selected-area-logo {
    width: 75px;
    float: left;
    margin-left: 30px;
    margin-right: 10px;
    line-height: 75px;
}

.selected-inbound-flight {
    float: left;
    margin-left: 25px;
}

.selected-inbound-flight p.inbound-flight {
    color: #1088d1;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.selected-inbound-flight-date {
    color: #959595;
    font-size: 14px;
    margin-top: -10px;
    padding: 0;
}

.inbound-flight-duration {
    color: #ccc;
}

.top-area,
.special-area {
    margin-top: 50px;
}

.search-tabs-bottom {
    position: absolute;
    left: 0px;
    width: 100%;
}

/*TOTAL AMOUNT*/

.total-price-cont {
    float: right;
}

.total-price {
    float: right;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
}

.total-price p {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 100;
}

.total-amount {
    color: #1088d1;
    font-size: 26px;
    font-weight: 900;
}

.continue_button {
    background-color: #F78500;
    padding: 8px 30px;
    color: #FFF;
    border-radius: 4px;
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    border: 2px solid #e87822;
}

/*RESULTS-FLIGHTS*/
.departure {
    float: left;
    color: #1088D1;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.departure_date {
    float: right;
    color: #1088d1;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0;
}

.left_result {
    width: 100%;
    min-height: 55px;
    float: left;
    border: 1px solid #f2f2f2;
    margin-top: 15px;
    background: #fff;
}

.radio {
    margin-top: 17px;
    float: left;
}

.airline_logo_departure {
    width: 100px;
    float: left;
    margin-top: 15px;
}

.plane {
    color: #1bb3f5;
    line-height: 55px;
    margin-left: 15px;
    float: left;
    margin-top: 5px;
}

.departure_time_place {
    margin-left: 15px;
    float: left;
    margin-top: 17px;
}

.departure_time_place p {
    line-height: 10px;
}

.arrow_right {
    color: #959595;
    margin-left: 15px;
    float: left;
    margin-top: 10px;
}

.departure_arrive_time_place {
    margin-left: 15px;
    float: left;
    margin-top: 17px;
}

.departure_arrive_time_place p {
    line-height: 10px;
}

.departure_price {
    float: right;
    padding: 0;
}

.departure_price p {
    font-size: 18px;
    font-weight: light;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 900;
}

.left_result:hover,
.selectedFlight {
    border-color: #1088d1;
    background: #1bb3f5;
    cursor: pointer;
    color: #fff;
}

.departure-nonstop-time {
    float: left;
    margin-left: 15px;
    padding: 0;
    color: #aaa;
}

/*RIGHT RESULT*/
.return_heading {
    float: left;
    color: #1088D1;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.return_date {
    float: right;
    color: #1088d1;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0;
}

.right_result {
    width: 100%;
    min-height: 55px;
    float: left;
    border: 1px solid #cccccc;
    margin-top: 15px;
    background: #fbfbfb;
}

.airline_logo_return {
    width: 75px;
    height: 40px;
    float: left;
    line-height: 55px;
    margin-left: 5px;
    margin-top: 5px;
}

.plane_return {
    color: #1bb3f5;
    line-height: 55px;
    margin-left: 15px;
    float: left;
    margin-top: 5px;
}

.return_time_place {
    margin-left: 15px;
    float: left;
    margin-top: 17px;
}

.return_time_place p {
    line-height: 10px;
}

.return_arrive_time_place {
    margin-left: 15px;
    float: left;
    margin-top: 17px;
}

.return_arrive_time_place p {
    line-height: 10px;
}

.right_result:hover {
    border-color: #1088d1;
    background: #cee4f1;
    cursor: pointer;
}

.return-nonstop-time {
    float: left;
    margin-left: 15px;
    padding: 0;
    color: #ccc;
}

/* flight results */
.airline_logo_departure_one_way {
    margin-top: 10px;
}



/**** FOOTER ****/
.footer {
    width: 100%;
    height: 205px;
    background: #3B81D3;
    clear: both;
}

.footer-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.verticalLine4 {
    width: 1px;
    height: 30px;
    background: #fff;
}

.social {
    float: right;
}

.travel-tips {
    color: #fff;
    line-height: 30px;
    float: left;
    margin-left: -30px;
    padding-top: 5px;
}

.flight-apps {
    color: #fff;
    line-height: 30px;
    float: left;
    margin-left: -30px;
    padding-top: 5px;
}

.copyright,
.copyright a {
    text-align: center;
    margin-top: 20px;
    color: #fff;
    font-size: 12px;
}

/*PAYMENTS PAGE*/

/*FLIGHT DETAILS*/
.body-flight-details {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

/*OUTBOUND FLIGHT DETAILS*/
.flight-details {
    clear: both;
    padding-top: 50px;
}

.flight-details p {
    font-size: 30px;
    color: #f78500;
    font-weight: lighter;
    float: left;
}

.flight-details-hr {
    height: 1px;
    width: 83%;
    margin-top: 14px;
    background: #f78500;
    float: right;
}

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.outbound-flight-details {
    clear: both;
    padding-top: 10px;
}

.outbound-flight-heading {
    color: #AAA;
    font-size: 16px;
    margin-bottom: 10px;
}

.outbound-flight-heading p {
    padding: 0;
    margin: 0;
}

.outbound-flight-logo {
    float: left;
    padding-top: 15px;
}

.outbound-flight-airline {
    float: left;
}

.airline-name {
    font-size: 16px;
    color: #c3c3c3;
    margin-top: 20px;
    margin-bottom: 0;
}

.flight-nr {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    padding: 0;
}

.outbound-flight-baggage {
    color: #f78500;
    margin-top: 6px;
    float: left;
    margin-bottom: 0;
    line-height: 20px;
}

.outbound-flight-economy {
    font-size: 10px;
    color: #3f3f3f;
    margin-top: -13px;
    padding: 0;
}

.outbound-flight-depart-arrive {
    float: left;
    /*  margin-left: 80px; */

    margin-top: 10px;
}

.outbound-depart {
    font-size: 14px;
}

.depart-city {
    font-size: 14px;
    font-weight: lighter;
    float: left;
}

.outbound-arrive {
    font-size: 14px;
}

.arrive-city {
    font-size: 14px;
    font-weight: lighter;
    float: left;
}

.outbound-flight-depart-arrive-date {
    float: left;
    margin-left: 80px;
    margin-top: 10px;
}

.outbound-depart-date {
    font-size: 14px;
    font-weight: lighter;
    float: left;
}

.outbound-arrive-date {
    font-size: 14px;
    /*font-weight: lighter;
  float: left;*/
}

.outbound-flight-depart-arrive-time {
    float: left;
    /*margin-left: 80px;
  margin-top: 10px;*/
}

.outbound-depart-time {
    font-size: 14px;
    font-weight: lighter;
    float: left;
}

.outbound-arrive-time {
    font-size: 14px;
    font-weight: lighter;
    float: left;
}

/*INBOUND FLIGHT DETAILS*/
.inbound-flight-details {
    clear: both;
    padding-top: 10px;
}

.inbound-flight-heading {
    color: #AAA;
    font-size: 16px;
    margin-bottom: 10px;
}

.inbound-flight-heading p {
    padding: 0;
    margin: 0;
}

.fa-rotate-225 {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.inbound-flight-logo {
    /*width: 95px;*/

    float: left;
    padding-top: 15px;
}

.inbound-flight-airline {
    float: left;
}

.inbound-flight-baggage {
    color: #f78500;
    /*margin-left: 80px;*/

    margin-top: 6px;
    float: left;
    margin-bottom: 0;
    line-height: 20px;
}

.inbound-flight-economy {
    font-size: 10px;
    color: #3f3f3f;
    margin-top: -13px;
    padding: 0;
}

.inbound-flight-depart-arrive {
    float: left;
    /*margin-left: 80px;*/

    margin-top: 10px;
}

.inbound-depart {
    font-size: 14px;
    /*font-weight: bolder;
  float: left;*/
}

.inbound-arrive {
    font-size: 14px;
    /*font-weight: bolder;
  float: left;*/
}

.inbound-flight-depart-arrive-date {
    float: left;
    /*margin-left: 80px;*/

    margin-top: 10px;
}

.inbound-depart-date {
    font-size: 14px;
    font-weight: lighter;
    float: left;
}

.inbound-arrive-date {
    font-size: 14px;
    font-weight: lighter;
    float: left;
}

.inbound-flight-depart-arrive-time {
    float: left;
    margin-left: 80px;
    margin-top: 10px;
}

.inbound-depart-time {
    font-size: 14px;
    font-weight: lighter;
    float: left;
}

.inbound-arrive-time {
    font-size: 14px;
    font-weight: lighter;
    float: left;
}

/*TOTAL PRICES*/
.flight-total-total {
    font-size: 28px;
    font-weight: lighter;
    color: #3f3f3f;
    float: left;
}

.flight-total-price-div {
    margin: 0px 15px 0px 15px;
}

.flight-total-price {
    font-size: 24px;
    font-weight: bolder;
    color: #1088d1;
}

/*ADD PASSENGER'S DETAILS*/
.add-passengers-details {
    clear: both;
    padding-top: 50px;
}

.add-passengers-details p {
    font-size: 30px;
    color: #f78500;
    font-weight: lighter;
    float: left;
}

.add-passengers-details-hr {
    height: 1px;
    width: 70%;
    margin-top: 14px;
    background: #f78500;
    float: right;
}

.passengers-details-info {
    clear: both;
}

.fa-info-circle {
    color: #3f3f3f;
    float: left;
}

.passengers-details-info-copy {
    height: 27px;
    margin-left: 9px;
    padding-top: 2px;
    background: #ebebeb;
}

.passengers-details-info-copy p {
    font-weight: light;
    color: #3f3f3f;
    font-size: 14px;
    padding-left: 25px;
}

/*ADULT*/
.adult-details p {
    color: #AAA;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.fa-user {
    color: #AAA;
}

/*TITLE DROPDOWN*/
select.adult-title {
    width: 100%;
    height: 35px;
    padding: 3px;
    margin: 0;
    background: #fff;
    color: #3f3f3f;
    border: 1px solid #b4b3b3;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-weight: normal;
    font-size: 16px;
}

label.adult-title-label {
    position: relative;
}

label.adult-title-label:after {
    content: '>';
    font: 21px "Consolas", monospace;
    font-weight: bolder;
    color: #3f3f3f;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 20px;
    top: 11px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    line-height: 20px;
}

/*ADULT INPUT*/
.payment-input-titles {
    margin-top: 0;
    font-size: 12px;
    font-weight: bold;
    color: #c3c3c3;
}

#adult-name,
.adult-name {
    border: 1px solid #b4b3b3;
    height: 35px;
    font-size: 14px;
    padding-left: 15px;
    width: 100%;
}

.dob,
#dob {
    border: 1px solid #b4b3b3;
    height: 35px;
    font-size: 14px;
    padding-left: 5px;
    width: 33%;
    float: left;
}

.child-details {
    padding-top: 10px;
}

.child-details p {
    padding-left: 10px;
    font-size: 20px;
    color: #3f3f3f;
    text-decoration: underline;
    font-weight: lighter;
}

/*CONTACT DETAILS*/
.contact-details {
    clear: both;
    padding-top: 50px;
}

.contact-details p {
    font-size: 30px;
    color: #f78500;
    font-weight: lighter;
    float: left;
}

.contact-details-hr {
    height: 1px;
    width: 80%;
    margin-top: 14px;
    background: #f78500;
    float: right;
}

/*FIRST PASSENGER CHECKBOX*/

/* Base for label styling 
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}*/
[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    border: 2px solid #b4b3b3;
    background: #fff;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: '✔';
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 18px;
    line-height: 0.8;
    color: #3f3f3f;
    transition: all .1s;
}

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

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

/* accessibility */
[type="checkbox"]:checked:focus+label:before,
[type="checkbox"]:not(:checked):focus+label:before {
    border: 2px dotted 2px solid #b4b3b3;
}

/* hover style just for information */
label:hover:before {
    border: 2px solid #b4b3b3 !important;
}

#contact-checkbox {
    color: #3f3f3f;
    height: 20px;
    line-height: 1.3;
    font-weight: normal;
}

/*CONTACT PERSON DETAILS*/
.passenger-contact-details {
    margin-top: 30px;
}

.passenger-input-titles {
    margin-top: 0;
    font-size: 12px;
    font-weight: bold;
    color: #c3c3c3;
}

.passenger-name,
#passenger-name {
    border: 1px solid #b4b3b3;
    height: 35px;
    font-size: 14px;
    width: 100%;
    font-weight: normal;
}

#passenger-email {
    border: 2px solid #b4b3b3;
    height: 45px;
    font-weight: bold;
    font-size: 18px;
    color: 3f3f3f;
    padding-left: 15px;
    width: 100%;
}

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

/*NEXT BUTTON*/
.next-button {
    margin-top: 30px;
}

#nextbtn {
    float: left;
    color: #fff;
    font-weight: bolder;
    font-size: 24px;
    height: 45px;
    width: 150px;
    border: none;
    margin-top: 40px;
    margin-left: 30px;
    margin-bottom: 40px;
    background: #00c661;
    background: -webkit-linear-gradient(#00d066, #00b85a);
    background: -o-linear-gradient(#00d066, #00b85a);
    background: -moz-linear-gradient(#00d066, #00b85a);
    background: linear-gradient(#00d066, #00b85a);
    clear: both;
}

.nav-tabs {
    float: left;
    color: #fff;
    font-weight: bolder;
    font-size: 24px;
    height: 45px;
    width: 150px;
    border: none;
    margin-top: 40px;
    margin-left: 30px;
    margin-bottom: 40px;
    background: #00c661;
    background: -webkit-linear-gradient(#00d066, #00b85a);
    background: -o-linear-gradient(#00d066, #00b85a);
    background: -moz-linear-gradient(#00d066, #00b85a);
    background: linear-gradient(#00d066, #00b85a);
    clear: both;
}

.nav-tabs a {
    color: #fff;
    font-weight: bolder;
    font-size: 24px;
    text-align: center;
    height: 45px;
    width: 150px;
}

.nav>li>a {
    line-height: 23px;
}

.nav-tabs a:hover {
    float: left;
    position: relative;
    color: #fff;
    font-weight: bolder;
    font-size: 24px;
    height: 45px;
    width: 150px;
    border: none;
    margin-bottom: 40px;
    background: #00c661;
    background: -webkit-linear-gradient(#00d066, #00b85a);
    background: -o-linear-gradient(#00d066, #00b85a);
    background: -moz-linear-gradient(#00d066, #00b85a);
    background: linear-gradient(#00d066, #00b85a);
    text-align: center;
    line-height: 25px;
}

/*FLIGHT PAYMENT METHODS*/

/*PAYMENT METHODS*/
.payment-methods {
    clear: both;
    padding-top: 50px;
}

.payment-methods p {
    font-size: 30px;
    color: #f78500;
    font-weight: lighter;
    float: left;
}

.payment-methods-hr {
    height: 1px;
    width: 76%;
    margin-top: 14px;
    background: #f78500;
    float: right;
}

/*CREDIT CARD*/
.payment-methods-wrapper {
    margin-top: 30px;
}

.credit-card {
    width: 100%;
    height: 45px;
    border: 3px solid #b4b3b3;
    font-size: 18px;
    font-weight: bolder;
    color: #3f3f3f;
    text-align: center;
    line-height: 40px;
}

/*
.credit-card a{
  text-decoration: none;
}
.credit-card:hover{
  border: 3px solid #cdcdcd;
  color: #cdcdcd;
}*/

/*CREDIT CARD CONTENT HIDDEN*/
#cont {
    display: none;
}

.show:focus+.hide {
    display: inline;
}

.show:focus+.hide+#cont {
    display: block;
}

/*COMPLETE YOUR BILLING ADDRESS AND INFO*/
.complete-billing {
    clear: both;
    padding-top: 50px;
}

.complete-billing p {
    font-size: 20px;
    color: #f78500;
    font-weight: lighter;
    float: left;
}

.complete-billing-hr {
    height: 1px;
    width: 67%;
    margin-top: 14px;
    background: #f78500;
    float: right;
}

/*TERMS & CONDITIONS CHECKBOX*/
.tandc-checkbox a {
    color: #f78500;
    line-height: 1.1;
}

#tandc-checkbox {
    font-weight: light;
    color: #3f3f3f;
    margin-top: 30px;
    height: 20px;
    font-size: 15px;
}

#ex-date {
    border: 2px solid #b4b3b3;
    height: 45px;
    font-weight: bold;
    font-size: 18px;
    color: 3f3f3f;
    padding-left: 5px;
    width: 50%;
    float: left;
    margin-left: -2px;
}

/** payment bootstrap overrides ***/

.panel-default {
    background-color: #f5f5f5;
    border-radius: 0px;
}

.panel-group .panel {
    border-radius: 0px;
}

.panel {
    margin-bottom: 2px;
}

.padding_left_0 {
    padding-left: 0px;
}

.padding_right_0 {
    padding-right: 0px;
}

.input_bottom_5 {
    margin-bottom: 5px;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.panel-default {
    border-color: #fff;
}

.panel-body {
    padding: 0px 15px 15px 15px;
}

.panel-default>.panel-heading,
.panel-group .panel {
    background-color: #fff;
}

.select.adult-title {
    width: 70px !important;
}

label.adult-title-label:after {
    top: 5px;
    right: 10px;
}

.panel-body {
    padding-top: 20px;
}

.pointer {
    cursor: pointer;
}

.input-failed {
    box-shadow: 0 0 5px rgba(153, 0, 0, 1);
    border: 1px solid rgba(153, 0, 0, 1) !important;
}

.alert-style {
    border: none;
    background: transparent;
    font-size: 11px;
    font-style: italic;
    color: #999;
    padding-left: 0px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #cccccc !important;
    color: #999;
    border-radius: 3px !important;
    border: none !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #2196F3 !important;
    color: #ffffff !important;
    border-radius: 3px !important;
    border: none !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
    border-radius: 3px;
}

#menu-footer-menu {
    padding-left: 10px;
}

#menu-footer-menu li {
    list-style: none;
}

.search_button {
    background-color: #1bb3f5;
    padding: 8px 25px;
    color: #FFF;
    border-radius: 2px;
    font-size: 16px;
    border: 2px solid #1bb3f5;
    text-shadow: none;
}

.search_button:hover {
    background-color: #FFF;
    padding: 8px 25px;
    color: #1bb3f5;
    border: 2px solid #1bb3f5;
    text-decoration: none;
    border-radius: 2px;
    font-size: 16px;
}

.left_result:hover,
.selectedFlight {
    border-color: #ccc;
    background: #ddd;
    cursor: pointer;
    color: #333;
}

.main_booking_engine_container {
    display: block;
    z-index: 9999;
    top: 50px;
}

.main_booking_engine_container_h3 {
    color: #fff;
    font-size: 26px;
    float: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.search_form_map_marker {
    color: #2196F3;
    position: absolute;
    /*z-index: 9998;*/
    padding-top: 13px;
    padding-left: 10px;
}

.search_form_drop_holder {
    width: 18%;
    float: left;
    margin-bottom: 10px;
    margin-right: 3%;
}

.search_form_drop_holder_1 {
    width: 18%;
    float: left;
    margin-bottom: 10px;
    margin-right: 6%;
}

.search_form_drop_holder_2 {
    width: 34%;
    float: left;
    margin-bottom: 10px;
}

.search_form_drop_icon {
    margin-right: 5px;
    color: #2196F3
}

.search_form_drop_note {
    font-size: 12px;
    color: #ccc;
    float: right;
}

.rt_dom_selected_area {
    padding: 0px 20px 20px 20px;
}

.rt_dom_selected_1 {
    border-right: 1px solid rgb(238, 238, 238);
}

.rt_dom_selected_1a {
    padding: 5px;
    text-align: center;
    border: 1px dashed rgb(204, 204, 204);
}

.rt_dom_selected_1b {
    font-size: 10PX;
    color: #aaa;
    text-transform: uppercase;
}

.rt_dom_selected_1c {
    padding: 0px 5px;
    text-align: center;
}

.rt_dom_selected_1d {
    font-size: 12px;
    color: rgb(204, 204, 204);
    margin-bottom: 3px;
}

.rt_dom_selected_1e {
    padding: 0px 5px;
    text-align: right;
}

.rt_dom_selected_1f {
    font-size: 12px;
    color: rgb(153, 153, 153);
}

.rt_dom_selected_1g {
    font-size: 16px;
    border-bottom: 1px dashed rgb(204, 204, 204);
    padding-top: 4px;
    padding-bottom: 2px;
    margin-bottom: 3px;
}

.rt_dom_selected_1h {
    font-size: 11px;
    text-transform: uppercase;
    color: rgb(153, 153, 153);
}

.rt_dom_selected_1i {
    padding: 0px 5px;
    text-align: left;
}

.result_operated {
    font-size: 10px;
    color: #aaa;
    text-transform: uppercase;
}

.result_select_operated {
    font-size: 10px;
    color: #ccc;
    text-transform: uppercase;
    border-top: 1px solid #ccc;
    margin-top: 4px;
    padding-top: 4px;
}

}

.small_r {
    font-size: 14px;
    top: -3px;
    margin-right: 4px;
}

.small_r_1 {
    font-size: 14px;
    margin-right: 4px;
}

.direct_stop {
    padding: 5px;
    font-size: 10px;
    text-align: center;
    background: #aaa;
    color: #fff;
    text-transform: uppercase;
}

.loaders {
    padding: 0px 20px;
    font-size: 12px;
    color: #aaa;
}

.results_holding {
    background-color: #efefef;
    padding-bottom: 20px;
}

.results_holding_1 {
    background-color: #fff;
    padding-top: 20px;
    opacity: 1;
}

.hidden {
    display: none;
}

.results-holding__transition {
    opacity: 0;
    background-color: #fff;
    padding-top: 20px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 30px 2px #bbb;
    -moz-box-shadow: 0px 0px 30px 2px #bbb;
    box-shadow: 0px 0px 30px 2px #bbb;
}

.flight_count {
    padding-top: 20px;
    font-size: 12px;
    color: #aaa;
}

.result_airline_logo {
    max-height: 30px;
    max-width: 100%;
}

.result_selected_logo {
    margin: 0px;
    width: 100%
}

.result_selected_logo_oneway {
    margin: 0px;
    width: 50%
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 95px;
}

.border__left-dotted {
    border-left: 2px dashed #ccc;
}

@media (max-width: 800px) {
    .border__left-dotted {
        border-left: none;
    }
}

/* responsive styles */

/* phone portrait */
.mobile_only {
    display: none !important
}

.mobile_clear {
    display: none;
}

.hide_desktop {
    display: none !important;
}

.continue_to_payment {
    font-size: 12px;
    color: #bbb;
    float: right;
}

.ss_discount {
    margin-right: 15px;
    font-size: 13px;
    background-color: #B80B4D;
    color: #f2f2f2;
    font-weight: bold;
    padding: 0px 0px 0px 10px;
    margin-bottom: 10px;
    border: 1px solid #fff;
}

@media (max-width: 1220px) {

    .main_booking_engine_container {
        top: 20px;
    }

    .mobile_padding_0 {
        padding: 0px;
    }
}

@media (max-width: 1024px) {

    .main_booking_engine_container {
        display: block;
        z-index: 9999;
        margin: auto;
        top: 0;
        position: relative;
        margin-bottom: 20px;
    }

    .mobile_padding_0 {
        padding: 0px;
    }
}

.mobile_only {
    display: none;
}

.large_header {
    font-weight: bold;
    font-size: 70px;
    line-height: 1;
}

.header_container {
    position: absolute;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.main-points {
    height: 200px;
    text-align: center;
    padding-top: 20px;
    border-left: 2px dashed #ccc;
}

@media (max-width: 992px) {
    .mobile_only {
        display: block;
    }

    .text_overlay {
        display: none;
    }

    .section_booking_engine {
        height: 180px;
    }

    .large_header {
        font-size: 50px;
    }

    .header_container {
        position: relative;
    }
}

.nav_details_container {
    display: flex;
    margin-left: auto;
    margin-right: 20px;
}

.nav_details_container_inner {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: right;
}

.envelope-icon {
    margin-left: 15px;
    margin-right: 5px;
}

@media (max-width: 570px) {
    .navbar {
        flex-direction: column;
    }

    .nav_details_container {
        display: flex;
        margin: auto;
        margin-top: 20px;
        flex-direction: row-reverse;
    }

    .nav_details_container_inner {
        text-align: left;
        margin-top: 0;
        margin-left: 20px;
    }

    .nav_details_container_inner>div>p {
        margin-left: 0;
    }

    .envelope-icon {
        margin-left: 0;
    }

    .nav_pnp_logo {
        display: none;
    }

    .nav_logo_container {
        margin: auto;
    }
}

.top_nav {
    padding: 12px 0px;
    text-align: center;
}

.top_nav:link,
.top_nav:visited {
    margin: 0px 20px;
    color: #1e3945;
    font-size: 16px;
}
.top_nav:hover {
    margin: 0px 20px;
    color: #1bb3f5;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 2px solid #1bb3f5;
    padding-bottom: 3px;
}
.top_nav_active:link, .top_nav_active:visited, .top_nav_active:hover  {
    margin: 0px 20px;
    color: #1bb3f5;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 2px solid #1bb3f5;
    padding-bottom: 3px;
}

h2 {
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 1px;
}

a.view-route {}


.navbar-nav>li>a:hover {
    background-color: none;
}

#footer h4 {
    font-weight: normal;
    letter-spacing: 0.5px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer ul li {
    list-style: none;
    margin: 0 0 3px 5px;
    padding: 0;
}

#footer ul li a {
    text-decoration: none;
    color: #87d0fc;
    font-size: 13px;
}

#footer ul li a:hover {
    color: #fff;
}

.alert-danger {
    padding: 20px;
}

#footer p {
    color: #87d0fc;
    margin-right: 20px;
}

.footer_social {
    border: 1px solid;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 4px;
    margin-left: 10px;
    text-align: center;
}

.footer_nav {
    margin-right: 15px;

}

.flightsite-logo {
    display: block;
    margin: 3px 0 20px;
    width: 80%;
    height: 50px;
}

.booking-engine {
    width: 60%;
    margin: auto;
}

.loader-container {
    width: 100%; height: 100%; padding: 200px 0px; background-color: #eee;
}

.mobile-margin {
    margin: 0px 20px 0px 0px;
}

@media (max-width: 490px) {

    .package-trips {
        display: flex;
                    flex-direction: column;
                    width: 100%;
                    justify-content: space-evenly;
                    padding: 20px 0;
    }

    input {
        font-size: 16px !important;
    }

    .mobile-centered {
        text-align: center;
    }

    .no-padding_left {
        padding-left: 0px !important;
    }

    .no-margin {
        margin: 0px !important;
    }

    .discounts-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .results-container {
        flex-direction: column;
    }

    .bus-result {
        width: 100% !important;
        margin: 0px !important;
    }

    .spinner_content {
        height: auto;
    }

    .loader-container {
        padding: 50px 0px;
    }

    .search_prompt {
        text-align: center;
        background: #1088d1;
        color: #fff;
        font-size: 16px;
        padding: 10px;
        font-weight: normal;
        margin-bottom: 15px;
    }

    .alert-danger {
        padding: 0px;
    }

    .filter-bar {
        display: flex;
    }

    .no-float { 
        float: none !important;
    }

    .mobile-flex {
        display: flex;
        flex-direction: column;
    }

    .mobile-margin {
        margin: 15px;
    }

    .desktop_only {
        display: none;
    }

    .mobile_only {
        display: block !important;
    }

    .mobile-padded_bottom {
        padding-bottom: 30px;
    }

    .mobile-padded_bottom-sm {
        padding-bottom: 15px;
    }

    .m_padding_0 {
        padding: 0px;
    }

    .m_margin_0 {
        margin: 0px;
    }


    .m_padding_left_0 {
        padding-left: 0px;
    }

    .m_margin_left_0 {
        margin-left: 0px;
    }


    .m_margin_bot_5 {
        margin-bottom: 5px;
    }

    .m_total {
        float: left;
        margin-right: 10px;
    }

    .ui-datepicker-group {
        width: 100% !important;
    }

    .booking-engine {
        width: 90%;
    }

    .flightsite-logo {
        width: auto;
    }

    .main-points {
        border-left: none;
    }

    .m_select_dep {
        position: fixed;
        background: #1bb3f5;
        width: 48%;
        bottom: 0px;
        z-index: 999;
        padding: 15px;
        text-align: center;
        color: #FFF;
    }

    .m_select_ret {
        right: 0;
    }

    .navbar {
        min-height: 75px;
    }

    .top_nav {
        padding: 5px;
    }

    .navbar-brand img {
        height: 50px;
        margin-left: 10px;
    }

    .navbar-header-tel {
        float: right;
        border-right: none;
    }

    .mobile_clear {
        display: block;
        clear: both;
    }

    .mobile_tel {
        position: absolute;
        top: 15px;
        right: 0px;
    }

    #footer h4 {
        margin: 20px 0;
    }

    .hide_mobile {
        display: none !important;
    }

    .hide_desktop {
        display: block;
    }

    .main_booking_engine_container {
        display: block;
        width: 100%;
        position: relative;
        top: 20px;
        z-index: 9999;
        padding: 0px;
        min-width: 100% !important;
    }


    .main_booking_engine_container_h3 {
        display: none;
    }


    .small_label {
        font-size: 10px;
        white-space: nowrap;
    }

    .search_form_drop_note {
        font-size: 8px;
    }

    .result_selected_logo {
        margin-top: 10px;
        width: inherit;
        max-height: 30px;
        max-width: 100px;
    }

    .result_selected_logo_oneway {
        margin-top: 10px;
        width: 50px;
        float: left;
    }

    .rt_dom_selected_1 {
        margin-bottom: 10px;
        color: #959595;
        padding-bottom: 5px;
        border: 1px dashed rgb(204, 204, 204);
        font-size: 12px;
        text-align: center;
    }



    .rt_dom_selected_1a {
        border: none;
    }

    .rt_dom_selected_1b {
        position: relative;
        top: -10px;
    }

    .result_operated {
        text-align: right;
        padding-top: 15px;
    }


    .footer_1a {
        background-color: #f5f5f5;
        padding: 20px 20px;
    }

    .footer_button {
        background-color: #1bb3f5;
        padding: 4px 60px;
        margin-top: 10px;
        margin-bottom: 20px;
        color: #FFF;
        border-radius: 4px;
        font-size: 18px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
        border: 2px solid #066198;
    }

    .footer_trust {
        text-align: center;
    }

    .footer_trust img {
        max-height: 20px;
    }

    .booking_engine_panel {
        padding: 20px 10px;
    }

    .search_button {
       margin-top: 0px;
    }

    .ui-datepicker.ui-datepicker-multi {
        width: 100% !important;
        position: fixed !important;
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        padding-top: 20%;
    }

    .search-row {
        display: flex;
        justify-content: space-between;
    }

    .search-row > .col-md-6 {
        width: 100%;
    }

    .search-carousel {
        padding-bottom: 50px;
    }

    [uib-typeahead-popup].dropdown-menu {
        left: 10px !important;
        width: 95%;
    }

    .dropdown-menu>li>a {
        white-space: pre-wrap;
    }

    .continue_to_payment {
        font-size: 12px;
        color: #bbb;
        float: left;
    }


    .carousel-caption {
        display: none;
    }

    .flight_count {
        font-size: 15px;
        color: #1088d1;
        font-weight: bold;
    }


    .top_220 {
        padding-top: 220px;
    }
}

/*** target IE over 9 ****/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .mdl-selectfield::after {
        display: none;
    }
}


/* Buses */
.results-container {
    display: flex;
}

.bus-result {
    width: 457px;
    margin-left: 15px;
    margin-right: 15px;
}

.bus-trip,
.bus-trip-selected {
    padding: 8px 5px;
    background-color: white;
    margin-bottom: 10px;
    cursor: pointer;
    color: #959595;
    border: 1px solid #fff;
}

.bus-trip:hover {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
}

.selected {
    background-color: #f2f2f2;
    border: 0.5px solid #1bb3f5;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(110, 84, 255, 0.77);
    -moz-box-shadow: 0px 0px 10px 2px rgba(110, 84, 255, 0.77);
    box-shadow: 0px 0px 10px 2px rgba(69, 118, 180, 0.47);
}

.no-bus-warning {
    text-align: center;
    background-color: #f2dede !important;
    border-color: #eed3d7 !important;
    color: #b94a48 !important;
}

.package-trips {
    display: flex;
                flex-direction: row;
                width: 100%;
                justify-content: space-evenly;
                padding: 20px 0;
}