﻿/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

 
[hidden] {
    display: none;
}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #fed230;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #00919e;
    --white: #fff;
    --gray: #f9f9f9;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #f9f9f9;
    --success: #28a745;
    --info: #00919e;
    --warning: #fed230;
    --danger: #dc3545;
    --light: #767676;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

@-ms-viewport {
    width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        /*color: inherit;*/
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            /*color: inherit;*/
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #f9f9f9;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="radio"], input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}

small, .small {
    font-size: 80%;
    font-weight: 400;
}

mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #f9f9f9;
}

    .blockquote-footer::before {
        content: "\2014 \00A0";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #f9f9f9;
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col, .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .table th, .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #a5a5a5;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #a5a5a5;
    }

    .table tbody + tbody {
        border-top: 2px solid #a5a5a5;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm th, .table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #a5a5a5;
}

    .table-bordered th, .table-bordered td {
        border: 1px solid #a5a5a5;
    }

    .table-bordered thead th, .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,0.075);
}

.table-primary, .table-primary > th, .table-primary > td {
    background-color: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fcdff;
    }

.table-secondary, .table-secondary > th, .table-secondary > td {
    background-color: #fdfdfd;
}

.table-hover .table-secondary:hover {
    background-color: #f0f0f0;
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #f0f0f0;
    }

.table-success, .table-success > th, .table-success > td {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

.table-info, .table-info > th, .table-info > td {
    background-color: #b8e0e4;
}

.table-hover .table-info:hover {
    background-color: #a6d8dd;
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #a6d8dd;
    }

.table-warning, .table-warning > th, .table-warning > td {
    background-color: #fff2c5;
}

.table-hover .table-warning:hover {
    background-color: #ffecac;
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffecac;
    }

.table-danger, .table-danger > th, .table-danger > td {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.table-light, .table-light > th, .table-light > td {
    background-color: #d9d9d9;
}

.table-hover .table-light:hover {
    background-color: #cccccc;
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #cccccc;
    }

.table-dark, .table-dark > th, .table-dark > td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.table-active, .table-active > th, .table-active > td {
    background-color: rgba(0,0,0,0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,0.075);
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0,0,0,0.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #8e8e90;
    border-color: #a5a5a5;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table-dark th, .table-dark td, .table-dark thead th {
        border-color: #32383e;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255,255,255,0.075);
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5d5d5;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
    }

    .form-control::-webkit-input-placeholder {
        color: #f9f9f9;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #f9f9f9;
        opacity: 1;
    }

    .form-control::-ms-input-placeholder {
        color: #f9f9f9;
        opacity: 1;
    }

    .form-control::placeholder {
        color: #f9f9f9;
        opacity: 1;
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #8e8e90;
        opacity: 1;
    }

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.btn {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col, .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #f9f9f9;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40,167,69,0.8);
    border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
        border-color: #28a745;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
        box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
    }

    .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
        display: block;
    }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        background-color: #71dd8a;
    }

.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

    .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
        border-color: inherit;
    }

.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220,53,69,0.8);
    border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
        border-color: #dc3545;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.25);
        box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.25);
    }

    .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
        background-color: #efa2a9;
    }

.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

    .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
        border-color: inherit;
    }

.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.25);
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.25);
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

    .btn:hover, .btn:focus {
        text-decoration: none;
    }

    .btn:focus, .btn.focus {
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
    }

    .btn.disabled, .btn:disabled {
        opacity: 0.65;
    }

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

        .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
            background-image: none;
        }

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-primary:focus, .btn-primary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5);
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5);
            box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5);
        }

.btn-secondary {
    color: #212529;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}

    .btn-secondary:hover {
        color: #212529;
        background-color: #e6e6e6;
        border-color: #e0e0e0;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(249,249,249,0.5);
        box-shadow: 0 0 0 0.2rem rgba(249,249,249,0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #212529;
        background-color: #f9f9f9;
        border-color: #f9f9f9;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #212529;
        background-color: #e0e0e0;
        border-color: #d9d9d9;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(249,249,249,0.5);
            box-shadow: 0 0 0 0.2rem rgba(249,249,249,0.5);
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .btn-success:focus, .btn-success.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.5);
        box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.5);
            box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.5);
        }

.btn-info {
    color: #fff;
    background-color: #00919e;
    border-color: #00919e;
}

    .btn-info:hover {
        color: #fff;
        background-color: #006e78;
        border-color: #00626b;
    }

    .btn-info:focus, .btn-info.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0,145,158,0.5);
        box-shadow: 0 0 0 0.2rem rgba(0,145,158,0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #00919e;
        border-color: #00919e;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #00626b;
        border-color: #00565e;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0,145,158,0.5);
            box-shadow: 0 0 0 0.2rem rgba(0,145,158,0.5);
        }

.btn-warning {
    color: #212529;
    background-color: #fed230;
    border-color: #fed230;
}

    .btn-warning:hover {
        color: #212529;
        background-color: #feca0a;
        border-color: #fac501;
    }

    .btn-warning:focus, .btn-warning.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(254,210,48,0.5);
        box-shadow: 0 0 0 0.2rem rgba(254,210,48,0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #fed230;
        border-color: #fed230;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #fac501;
        border-color: #edbb01;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(254,210,48,0.5);
            box-shadow: 0 0 0 0.2rem rgba(254,210,48,0.5);
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-danger:focus, .btn-danger.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.5);
        box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.5);
            box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.5);
        }

.btn-light {
    color: #fff;
    background-color: #767676;
    border-color: #767676;
}

    .btn-light:hover {
        color: #fff;
        background-color: #636363;
        border-color: #5d5d5d;
    }

    .btn-light:focus, .btn-light.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(118,118,118,0.5);
        box-shadow: 0 0 0 0.2rem rgba(118,118,118,0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #fff;
        background-color: #767676;
        border-color: #767676;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
        color: #fff;
        background-color: #5d5d5d;
        border-color: #565656;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(118,118,118,0.5);
            box-shadow: 0 0 0 0.2rem rgba(118,118,118,0.5);
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
    }

    .btn-dark:focus, .btn-dark.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
        box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d;
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
            box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
        }

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5);
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5);
            box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5);
        }

.btn-outline-secondary {
    color: #f9f9f9;
    background-color: transparent;
    background-image: none;
    border-color: #f9f9f9;
}

    .btn-outline-secondary:hover {
        color: #212529;
        background-color: #f9f9f9;
        border-color: #f9f9f9;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(249,249,249,0.5);
        box-shadow: 0 0 0 0.2rem rgba(249,249,249,0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #f9f9f9;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #212529;
        background-color: #f9f9f9;
        border-color: #f9f9f9;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(249,249,249,0.5);
            box-shadow: 0 0 0 0.2rem rgba(249,249,249,0.5);
        }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.5);
        box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.5);
            box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.5);
        }

.btn-outline-info {
    color: #00919e;
    background-color: transparent;
    background-image: none;
    border-color: #00919e;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #00919e;
        border-color: #00919e;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0,145,158,0.5);
        box-shadow: 0 0 0 0.2rem rgba(0,145,158,0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #00919e;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #00919e;
        border-color: #00919e;
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0,145,158,0.5);
            box-shadow: 0 0 0 0.2rem rgba(0,145,158,0.5);
        }

.btn-outline-warning {
    color: #fed230;
    background-color: transparent;
    background-image: none;
    border-color: #fed230;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #fed230;
        border-color: #fed230;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(254,210,48,0.5);
        box-shadow: 0 0 0 0.2rem rgba(254,210,48,0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #fed230;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #fed230;
        border-color: #fed230;
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(254,210,48,0.5);
            box-shadow: 0 0 0 0.2rem rgba(254,210,48,0.5);
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.5);
        box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.5);
            box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.5);
        }

.btn-outline-light {
    color: #767676;
    background-color: transparent;
    background-image: none;
    border-color: #767676;
}

    .btn-outline-light:hover {
        color: #fff;
        background-color: #767676;
        border-color: #767676;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(118,118,118,0.5);
        box-shadow: 0 0 0 0.2rem rgba(118,118,118,0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #767676;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
        color: #fff;
        background-color: #767676;
        border-color: #767676;
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(118,118,118,0.5);
            box-shadow: 0 0 0 0.2rem rgba(118,118,118,0.5);
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
        box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
            box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #f9f9f9;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.show {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.show {
        display: block;
    }

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.dropup, .dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0.25rem;
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #8e8e90;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #767676;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #f9f9f9;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #f9f9f9;
    white-space: nowrap;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
            z-index: 1;
        }

        .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
            z-index: 1;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

    .dropdown-toggle-split::after {
        margin-left: 0;
    }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-group-vertical .btn, .btn-group-vertical .btn-group {
        width: 100%;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

    .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file:focus {
            z-index: 3;
        }

        .input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
            margin-left: -1px;
        }

        .input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .input-group > .custom-file {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-prepend, .input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .input-group-prepend .btn, .input-group-append .btn {
        position: relative;
        z-index: 2;
    }

        .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
            margin-left: -1px;
        }

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #8e8e90;
    border: 1px solid #d5d5d5;
    border-radius: 0.25rem;
}

    .input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
        margin-top: 0;
    }

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #007bff;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(0,123,255,0.25);
        box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(0,123,255,0.25);
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #f9f9f9;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #8e8e90;
        }

.custom-control-label {
    margin-bottom: 0;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.25rem;
        left: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #a5a5a5;
    }

    .custom-control-label::after {
        position: absolute;
        top: 0.25rem;
        left: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0,123,255,0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #d5d5d5;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(128,189,255,0.5);
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(128,189,255,0.5);
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #f9f9f9;
        background-color: #8e8e90;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    font-size: 75%;
    display: inline-block;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #d5d5d5;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-control {
        border-color: #80bdff;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
    }

        .custom-file-input:focus ~ .custom-file-control::before {
            border-color: #80bdff;
        }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 0.25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(calc(2.25rem + 2px) - 1px * 2);
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #8e8e90;
        border-left: 1px solid #d5d5d5;
        border-radius: 0 0.25rem 0.25rem 0;
    }

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #f9f9f9;
    }

.nav-tabs {
    border-bottom: 1px solid #a5a5a5;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #8e8e90 #8e8e90 #a5a5a5;
        }

        .nav-tabs .nav-link.disabled {
            color: #f9f9f9;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #a5a5a5 #a5a5a5 #fff;
        }

    .nav-tabs .nav-item .nav-link.disabled {
        cursor: not-allowed;
        color: #C6C6C6;
    }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff;
    }

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .navbar > .container, .navbar > .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand-responsive {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand-responsive:hover, .navbar-brand-responsive:focus {
    text-decoration: none;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        text-decoration: none;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }

        .navbar-expand-sm .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .date-amount-default {
        display: block;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }

        .navbar-expand-md .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }

    .date-amount-default {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }

        .navbar-expand-lg .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }

        .navbar-expand-xl .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .dropdown-menu-right {
            right: 0;
            left: auto;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

    .navbar-expand .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }

.navbar-light .navbar-brand {
    color: rgba(0,0,0,0.9);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0,0,0,0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,0.5);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0,0,0,0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0,0,0,0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,0.5);
}

    .navbar-light .navbar-text a {
        color: rgba(0,0,0,0.9);
    }

        .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
            color: rgba(0,0,0,0.9);
        }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.5);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255,255,255,0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,0.5);
}

    .navbar-dark .navbar-text a {
        color: #fff;
    }

        .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
            color: #fff;
        }

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title, .card-text-summary, .card-text-description {
    margin-bottom: 0.75rem;
}

.card-text-summary {
    font-size: 18px;
}


.card-text-description {
    font-size: 17px;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0,0,0,0.03);
    border-top: 1px solid rgba(0,0,0,0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
                    border-bottom-left-radius: 0;
                }

            .card-group > .card:only-child {
                border-radius: 0.25rem;
            }

                .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
                    border-top-left-radius: 0.25rem;
                    border-top-right-radius: 0.25rem;
                }

                .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: 0.25rem;
                    border-bottom-left-radius: 0.25rem;
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0;
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #8e8e90;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #f9f9f9;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #f9f9f9;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #a5a5a5;
}

    .page-link:hover {
        color: #0056b3;
        text-decoration: none;
        background-color: #8e8e90;
        border-color: #a5a5a5;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #f9f9f9;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #a5a5a5;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc;
    }

.badge-secondary {
    color: #212529;
    background-color: #f9f9f9;
}

    .badge-secondary[href]:hover, .badge-secondary[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #e0e0e0;
    }

.badge-success {
    color: #fff;
    background-color: #28a745;
}

    .badge-success[href]:hover, .badge-success[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34;
    }

.badge-info {
    color: #fff;
    background-color: #00919e;
}

    .badge-info[href]:hover, .badge-info[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #00626b;
    }

.badge-warning {
    color: #212529;
    background-color: #fed230;
}

    .badge-warning[href]:hover, .badge-warning[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #fac501;
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

    .badge-danger[href]:hover, .badge-danger[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130;
    }

.badge-light {
    color: #fff;
    background-color: #767676;
}

    .badge-light[href]:hover, .badge-light[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #5d5d5d;
    }

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

    .badge-dark[href]:hover, .badge-dark[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124;
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #8e8e90;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

    .alert-primary hr {
        border-top-color: #9fcdff;
    }

    .alert-primary .alert-link {
        color: #002752;
    }

.alert-secondary {
    color: #818181;
    background-color: #fefefe;
    border-color: #fdfdfd;
}

    .alert-secondary hr {
        border-top-color: #f0f0f0;
    }

    .alert-secondary .alert-link {
        color: #686868;
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .alert-success hr {
        border-top-color: #b1dfbb;
    }

    .alert-success .alert-link {
        color: #0b2e13;
    }

.alert-info {
    color: #004b52;
    background-color: #cce9ec;
    border-color: #b8e0e4;
}

    .alert-info hr {
        border-top-color: #a6d8dd;
    }

    .alert-info .alert-link {
        color: #001c1f;
    }

.alert-warning {
    color: #846d19;
    background-color: #fff6d6;
    border-color: #fff2c5;
}

    .alert-warning hr {
        border-top-color: #ffecac;
    }

    .alert-warning .alert-link {
        color: #594a11;
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link {
        color: #491217;
    }

.alert-light {
    color: #3d3d3d;
    background-color: #e4e4e4;
    border-color: #d9d9d9;
}

    .alert-light hr {
        border-top-color: #cccccc;
    }

    .alert-light .alert-link {
        color: #242424;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #8e8e90;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        color: #495057;
        text-decoration: none;
        background-color: #767676;
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #8e8e90;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125);
}

    .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .list-group-item:hover, .list-group-item:focus {
        z-index: 1;
        text-decoration: none;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #f9f9f9;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #004085;
        background-color: #9fcdff;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085;
    }

.list-group-item-secondary {
    color: #818181;
    background-color: #fdfdfd;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #818181;
        background-color: #f0f0f0;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #818181;
        border-color: #818181;
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #155724;
        background-color: #b1dfbb;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724;
    }

.list-group-item-info {
    color: #004b52;
    background-color: #b8e0e4;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #004b52;
        background-color: #a6d8dd;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #004b52;
        border-color: #004b52;
    }

.list-group-item-warning {
    color: #846d19;
    background-color: #fff2c5;
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #846d19;
        background-color: #ffecac;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #846d19;
        border-color: #846d19;
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #721c24;
        background-color: #f1b0b7;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24;
    }

.list-group-item-light {
    color: #3d3d3d;
    background-color: #d9d9d9;
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #3d3d3d;
        background-color: #cccccc;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #3d3d3d;
        border-color: #3d3d3d;
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #1b1e21;
        background-color: #b9bbbe;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21;
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        opacity: .75;
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: .7;
    }

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #8e8e90;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #8e8e90;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 2px 0 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 14px;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 12px;
        height: 12px;
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 12px 0;
}

    .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0;
    }

        .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: 12px 6px 0;
            border-top-color: #ff8f21;
        }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 12px;
}

    .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: 12px;
        height: 12px;
    }

        .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: 6px 12px 6px 0;
            border-right-color: #ff8f21;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 12px 0;
}

    .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0;
    }

        .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 6px 12px;
            border-bottom-color: #ff8f21;
        }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 12px;
}

    .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: 12px;
        height: 12px;
    }

        .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: 6px 0 6px 12px;
            border-left-color: #ff8f21;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 5px;
    color: #fff;
    text-align: center;
    background-color: #ff8f21;
    border-radius: 0px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0.3rem;
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 0.3rem;
    }

        .popover .arrow::before, .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

    .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
        bottom: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
            border-width: 0.5rem 0.5rem 0;
        }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
            bottom: 0;
            border-top-color: rgba(0,0,0,0.25);
        }

        .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
            bottom: 1px;
            border-top-color: #fff;
        }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

    .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
        left: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
            border-width: 0.5rem 0.5rem 0.5rem 0;
        }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
            left: 0;
            border-right-color: rgba(0,0,0,0.25);
        }

        .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
            left: 1px;
            border-right-color: #fff;
        }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

    .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
        top: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            border-width: 0 0.5rem 0.5rem 0.5rem;
        }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
            top: 0;
            border-bottom-color: rgba(0,0,0,0.25);
        }

        .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            top: 1px;
            border-bottom-color: #fff;
        }

    .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

    .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
        right: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
            border-width: 0.5rem 0 0.5rem 0.5rem;
        }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
            right: 0;
            border-left-color: rgba(0,0,0,0.25);
        }

        .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
            right: 1px;
            border-left-color: #fff;
        }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .carousel-item.active, .carousel-item-next, .carousel-item-prev {
        display: block;
    }

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0;
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right;

{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

}

.carousel-item-next, .active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
    .carousel-item-next,.active.carousel-item-right;

{
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

}

.carousel-item-prev, .active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
    .carousel-item-prev,.active.carousel-item-left;

{
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

    .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(255,255,255,0.5);
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

    .carousel-indicators .active {
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #f9f9f9 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #e0e0e0 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #00919e !important;
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #00626b !important;
}

.bg-warning {
    background-color: #fed230 !important;
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #fac501 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #767676 !important;
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #5d5d5d !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #a5a5a5 !important;
}

.border-top {
    border-top: 1px solid #a5a5a5 !important;
}

.border-right {
    border-right: 1px solid #a5a5a5 !important;
}

.border-bottom {
    border-bottom: 1px solid #a5a5a5 !important;
}

.border-left {
    border-left: 1px solid #a5a5a5 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #f9f9f9 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #00919e !important;
}

.border-warning {
    border-color: #fed230 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #767676 !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

        .d-print-inline-flex.check-reservation {
            width: 100% !important;
        }

    .d-print-inline-block.check-reservation {
        height: 100% !important;
        flex: 1 100% !important;
        text-align: center !important;
        cursor: default !important;
        padding: 10px !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
    .sticky-top;

{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1, .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1, .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2, .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1, .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1, .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1, .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2, .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2, .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2, .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0062cc !important;
}

.text-secondary {
    color: #f9f9f9 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #e0e0e0 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #1e7e34 !important;
}

.text-info {
    color: #00919e !important;
}

a.text-info:hover, a.text-info:focus {
    color: #00626b !important;
}

.text-warning {
    color: #fed230 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #fac501 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #bd2130 !important;
}

.text-light {
    color: #767676 !important;
}

a.text-light:hover, a.text-light:focus {
    color: #5d5d5d !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important;
}

.text-muted {
    color: #f9f9f9 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
}

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-500px:before {
    content: "\f26e";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-card:before {
    content: "\f2bb";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-adn:before {
    content: "\f170";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-air-freshener:before {
    content: "\f5d0";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-allergies:before {
    content: "\f461";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-android:before {
    content: "\f17b";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angry:before {
    content: "\f556";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-angular:before {
    content: "\f420";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-apper:before {
    content: "\f371";
}

.fa-apple:before {
    content: "\f179";
}

.fa-apple-alt:before {
    content: "\f5d1";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-archive:before {
    content: "\f187";
}

.fa-archway:before {
    content: "\f557";
}

.fa-arrow-alt-circle-down:before {
    content: "\f358";
}

.fa-arrow-alt-circle-left:before {
    content: "\f359";
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-arrows-alt-h:before {
    content: "\f337";
}

.fa-arrows-alt-v:before {
    content: "\f338";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-atlas:before {
    content: "\f558";
}

.fa-atom:before {
    content: "\f5d2";
}

.fa-audible:before {
    content: "\f373";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-award:before {
    content: "\f559";
}

.fa-aws:before {
    content: "\f375";
}

.fa-backspace:before {
    content: "\f55a";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-band-aid:before {
    content: "\f462";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-baseball-ball:before {
    content: "\f433";
}

.fa-basketball-ball:before {
    content: "\f434";
}

.fa-bath:before {
    content: "\f2cd";
}

.fa-battery-empty:before {
    content: "\f244";
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-bed:before {
    content: "\f236";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bezier-curve:before {
    content: "\f55b";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-blender:before {
    content: "\f517";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-bold:before {
    content: "\f032";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-bone:before {
    content: "\f5d7";
}

.fa-bong:before {
    content: "\f55c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-book-open:before {
    content: "\f518";
}

.fa-book-reader:before {
    content: "\f5da";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-bowling-ball:before {
    content: "\f436";
}

.fa-box:before {
    content: "\f466";
}

.fa-box-open:before {
    content: "\f49e";
}

.fa-boxes:before {
    content: "\f468";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-brain:before {
    content: "\f5dc";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-briefcase-medical:before {
    content: "\f469";
}

.fa-broadcast-tower:before {
    content: "\f519";
}

.fa-broom:before {
    content: "\f51a";
}

.fa-brush:before {
    content: "\f55d";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-bug:before {
    content: "\f188";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-burn:before {
    content: "\f46a";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-bus:before {
    content: "\f207";
}

.fa-bus-alt:before {
    content: "\f55e";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-calendar:before {
    content: "\f133";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-calendar-check:before {
    content: "\f274";
}

.fa-calendar-minus:before {
    content: "\f272";
}

.fa-calendar-plus:before {
    content: "\f271";
}

.fa-calendar-times:before {
    content: "\f273";
}

.fa-camera:before {
    content: "\f030";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-cannabis:before {
    content: "\f55f";
}

.fa-capsules:before {
    content: "\f46b";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-car-alt:before {
    content: "\f5de";
}

.fa-car-battery:before {
    content: "\f5df";
}

.fa-car-crash:before {
    content: "\f5e1";
}

.fa-car-side:before {
    content: "\f5e4";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-caret-square-down:before {
    content: "\f150";
}

.fa-caret-square-left:before {
    content: "\f191";
}

.fa-caret-square-right:before {
    content: "\f152";
}

.fa-caret-square-up:before {
    content: "\f151";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-chalkboard:before {
    content: "\f51b";
}

.fa-chalkboard-teacher:before {
    content: "\f51c";
}

.fa-charging-station:before {
    content: "\f5e7";
}

.fa-chart-area:before {
    content: "\f1fe";
}

.fa-chart-bar:before {
    content: "\f080";
}

.fa-chart-line:before {
    content: "\f201";
}

.fa-chart-pie:before {
    content: "\f200";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-check-double:before {
    content: "\f560";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-chess:before {
    content: "\f439";
}

.fa-chess-bishop:before {
    content: "\f43a";
}

.fa-chess-board:before {
    content: "\f43c";
}

.fa-chess-king:before {
    content: "\f43f";
}

.fa-chess-knight:before {
    content: "\f441";
}

.fa-chess-pawn:before {
    content: "\f443";
}

.fa-chess-queen:before {
    content: "\f445";
}

.fa-chess-rook:before {
    content: "\f447";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-church:before {
    content: "\f51d";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-notch:before {
    content: "\f1ce";
}

.fa-clipboard:before {
    content: "\f328";
}

.fa-clipboard-check:before {
    content: "\f46c";
}

.fa-clipboard-list:before {
    content: "\f46d";
}

.fa-clock:before {
    content: "\f017";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.fa-cloud-upload-alt:before {
    content: "\f382";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-cocktail:before {
    content: "\f561";
}

.fa-code:before {
    content: "\f121";
}

.fa-code-branch:before {
    content: "\f126";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cog:before {
    content: "\f013";
}

.fa-cogs:before {
    content: "\f085";
}

.fa-coins:before {
    content: "\f51e";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-comment:before {
    content: "\f075";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-comment-slash:before {
    content: "\f4b3";
}

.fa-comments:before {
    content: "\f086";
}

.fa-compact-disc:before {
    content: "\f51f";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-compress:before {
    content: "\f066";
}

.fa-concierge-bell:before {
    content: "\f562";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-cookie:before {
    content: "\f563";
}

.fa-cookie-bite:before {
    content: "\f564";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-crop:before {
    content: "\f125";
}

.fa-crop-alt:before {
    content: "\f565";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-crow:before {
    content: "\f520";
}

.fa-crown:before {
    content: "\f521";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-deaf:before {
    content: "\f2a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-diagnoses:before {
    content: "\f470";
}

.fa-dice:before {
    content: "\f522";
}

.fa-dice-five:before {
    content: "\f523";
}

.fa-dice-four:before {
    content: "\f524";
}

.fa-dice-one:before {
    content: "\f525";
}

.fa-dice-six:before {
    content: "\f526";
}

.fa-dice-three:before {
    content: "\f527";
}

.fa-dice-two:before {
    content: "\f528";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-digital-tachograph:before {
    content: "\f566";
}

.fa-directions:before {
    content: "\f5eb";
}

.fa-discord:before {
    content: "\f392";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-divide:before {
    content: "\f529";
}

.fa-dizzy:before {
    content: "\f567";
}

.fa-dna:before {
    content: "\f471";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-docker:before {
    content: "\f395";
}

.fa-dollar-sign:before {
    content: "\f155";
}

.fa-dolly:before {
    content: "\f472";
}

.fa-dolly-flatbed:before {
    content: "\f474";
}

.fa-donate:before {
    content: "\f4b9";
}

.fa-door-closed:before {
    content: "\f52a";
}

.fa-door-open:before {
    content: "\f52b";
}

.fa-dot-circle:before {
    content: "\f192";
}

.fa-dove:before {
    content: "\f4ba";
}

.fa-download:before {
    content: "\f019";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-drafting-compass:before {
    content: "\f568";
}

.fa-draw-polygon:before {
    content: "\f5ee";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-drum:before {
    content: "\f569";
}

.fa-drum-steelpan:before {
    content: "\f56a";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-dumbbell:before {
    content: "\f44b";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-edge:before {
    content: "\f282";
}

.fa-edit:before {
    content: "\f044";
}

.fa-eject:before {
    content: "\f052";
}

.fa-elementor:before {
    content: "\f430";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-ello:before {
    content: "\f5f1";
}

.fa-ember:before {
    content: "\f423";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-envira:before {
    content: "\f299";
}

.fa-equals:before {
    content: "\f52c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-euro-sign:before {
    content: "\f153";
}

.fa-exchange-alt:before {
    content: "\f362";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-expand:before {
    content: "\f065";
}

.fa-expand-arrows-alt:before {
    content: "\f31e";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-external-link-alt:before {
    content: "\f35d";
}

.fa-external-link-square-alt:before {
    content: "\f360";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-dropper:before {
    content: "\f1fb";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-feather:before {
    content: "\f52d";
}

.fa-feather-alt:before {
    content: "\f56b";
}

.fa-female:before {
    content: "\f182";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-file-archive:before {
    content: "\f1c6";
}

.fa-file-audio:before {
    content: "\f1c7";
}

.fa-file-code:before {
    content: "\f1c9";
}

.fa-file-contract:before {
    content: "\f56c";
}

.fa-file-download:before {
    content: "\f56d";
}

.fa-file-excel:before {
    content: "\f1c3";
}

.fa-file-export:before {
    content: "\f56e";
}

.fa-file-image:before {
    content: "\f1c5";
}

.fa-file-import:before {
    content: "\f56f";
}

.fa-file-invoice:before {
    content: "\f570";
}

.fa-file-invoice-dollar:before {
    content: "\f571";
}

.fa-file-medical:before {
    content: "\f477";
}

.fa-file-medical-alt:before {
    content: "\f478";
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-file-powerpoint:before {
    content: "\f1c4";
}

.fa-file-prescription:before {
    content: "\f572";
}

.fa-file-signature:before {
    content: "\f573";
}

.fa-file-upload:before {
    content: "\f574";
}

.fa-file-video:before {
    content: "\f1c8";
}

.fa-file-word:before {
    content: "\f1c2";
}

.fa-fill:before {
    content: "\f575";
}

.fa-fill-drip:before {
    content: "\f576";
}

.fa-film:before {
    content: "\f008";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-fingerprint:before {
    content: "\f577";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-first-aid:before {
    content: "\f479";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-fish:before {
    content: "\f578";
}

.fa-flag:before {
    content: "\f024";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-flushed:before {
    content: "\f579";
}

.fa-fly:before {
    content: "\f417";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-font:before {
    content: "\f031";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-font-awesome-flag:before {
    content: "\f425";
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-football-ball:before {
    content: "\f44e";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-frog:before {
    content: "\f52e";
}

.fa-frown:before {
    content: "\f119";
}

.fa-frown-open:before {
    content: "\f57a";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-gas-pump:before {
    content: "\f52f";
}

.fa-gavel:before {
    content: "\f0e3";
}

.fa-gem:before {
    content: "\f3a5";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-github:before {
    content: "\f09b";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-glass-martini:before {
    content: "\f000";
}

.fa-glass-martini-alt:before {
    content: "\f57b";
}

.fa-glasses:before {
    content: "\f530";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-globe-africa:before {
    content: "\f57c";
}

.fa-globe-americas:before {
    content: "\f57d";
}

.fa-globe-asia:before {
    content: "\f57e";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-golf-ball:before {
    content: "\f450";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-greater-than:before {
    content: "\f531";
}

.fa-greater-than-equal:before {
    content: "\f532";
}

.fa-grimace:before {
    content: "\f57f";
}

.fa-grin:before {
    content: "\f580";
}

.fa-grin-alt:before {
    content: "\f581";
}

.fa-grin-beam:before {
    content: "\f582";
}

.fa-grin-beam-sweat:before {
    content: "\f583";
}

.fa-grin-hearts:before {
    content: "\f584";
}

.fa-grin-squint:before {
    content: "\f585";
}

.fa-grin-squint-tears:before {
    content: "\f586";
}

.fa-grin-stars:before {
    content: "\f587";
}

.fa-grin-tears:before {
    content: "\f588";
}

.fa-grin-tongue:before {
    content: "\f589";
}

.fa-grin-tongue-squint:before {
    content: "\f58a";
}

.fa-grin-tongue-wink:before {
    content: "\f58b";
}

.fa-grin-wink:before {
    content: "\f58c";
}

.fa-grip-horizontal:before {
    content: "\f58d";
}

.fa-grip-vertical:before {
    content: "\f58e";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-hackerrank:before {
    content: "\f5f7";
}

.fa-hand-holding:before {
    content: "\f4bd";
}

.fa-hand-holding-heart:before {
    content: "\f4be";
}

.fa-hand-holding-usd:before {
    content: "\f4c0";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-hand-paper:before {
    content: "\f256";
}

.fa-hand-peace:before {
    content: "\f25b";
}

.fa-hand-point-down:before {
    content: "\f0a7";
}

.fa-hand-point-left:before {
    content: "\f0a5";
}

.fa-hand-point-right:before {
    content: "\f0a4";
}

.fa-hand-point-up:before {
    content: "\f0a6";
}

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-hand-rock:before {
    content: "\f255";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hand-spock:before {
    content: "\f259";
}

.fa-hands:before {
    content: "\f4c2";
}

.fa-hands-helping:before {
    content: "\f4c4";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-heading:before {
    content: "\f1dc";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-headphones-alt:before {
    content: "\f58f";
}

.fa-headset:before {
    content: "\f590";
}

.fa-heart:before {
    content: "\f004";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-helicopter:before {
    content: "\f533";
}

.fa-highlighter:before {
    content: "\f591";
}

.fa-hips:before {
    content: "\f452";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-history:before {
    content: "\f1da";
}

.fa-hockey-puck:before {
    content: "\f453";
}

.fa-home:before {
    content: "\f015";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-hornbill:before {
    content: "\f592";
}

.fa-hospital:before {
    content: "\f0f8";
}

.fa-hospital-alt:before {
    content: "\f47d";
}

.fa-hospital-symbol:before {
    content: "\f47e";
}

.fa-hot-tub:before {
    content: "\f593";
}

.fa-hotel:before {
    content: "\f594";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-id-card-alt:before {
    content: "\f47f";
}

.fa-image:before {
    content: "\f03e";
}

.fa-images:before {
    content: "\f302";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-industry:before {
    content: "\f275";
}

.fa-infinity:before {
    content: "\f534";
}

.fa-info:before {
    content: "\f129";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-italic:before {
    content: "\f033";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-joint:before {
    content: "\f595";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-kaggle:before {
    content: "\f5fa";
}

.fa-key:before {
    content: "\f084";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-keyboard:before {
    content: "\f11c";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-kiss:before {
    content: "\f596";
}

.fa-kiss-beam:before {
    content: "\f597";
}

.fa-kiss-wink-heart:before {
    content: "\f598";
}

.fa-kiwi-bird:before {
    content: "\f535";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-laptop-code:before {
    content: "\f5fc";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-laugh:before {
    content: "\f599";
}

.fa-laugh-beam:before {
    content: "\f59a";
}

.fa-laugh-squint:before {
    content: "\f59b";
}

.fa-laugh-wink:before {
    content: "\f59c";
}

.fa-layer-group:before {
    content: "\f5fd";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-lemon:before {
    content: "\f094";
}

.fa-less:before {
    content: "\f41d";
}

.fa-less-than:before {
    content: "\f536";
}

.fa-less-than-equal:before {
    content: "\f537";
}

.fa-level-down-alt:before {
    content: "\f3be";
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-lira-sign:before {
    content: "\f195";
}

.fa-list:before {
    content: "\f03a";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-lock:before {
    content: "\f023";
}

.fa-lock-open:before {
    content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-luggage-cart:before {
    content: "\f59d";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-mailchimp:before {
    content: "\f59e";
}

.fa-male:before {
    content: "\f183";
}

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-map:before {
    content: "\f279";
}

.fa-map-marked:before {
    content: "\f59f";
}

.fa-map-marked-alt:before {
    content: "\f5a0";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-markdown:before {
    content: "\f60f";
}

.fa-marker:before {
    content: "\f5a1";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-medal:before {
    content: "\f5a2";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f3c7";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-megaport:before {
    content: "\f5a3";
}

.fa-meh:before {
    content: "\f11a";
}

.fa-meh-blank:before {
    content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}

.fa-memory:before {
    content: "\f538";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-alt:before {
    content: "\f3c9";
}

.fa-microphone-alt-slash:before {
    content: "\f539";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-microscope:before {
    content: "\f610";
}

.fa-microsoft:before {
    content: "\f3ca";
}

.fa-minus:before {
    content: "\f068";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-modx:before {
    content: "\f285";
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-money-bill:before {
    content: "\f0d6";
}

.fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-money-bill-wave:before {
    content: "\f53a";
}

.fa-money-bill-wave-alt:before {
    content: "\f53b";
}

.fa-money-check:before {
    content: "\f53c";
}

.fa-money-check-alt:before {
    content: "\f53d";
}

.fa-monument:before {
    content: "\f5a6";
}

.fa-moon:before {
    content: "\f186";
}

.fa-mortar-pestle:before {
    content: "\f5a7";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-music:before {
    content: "\f001";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-neos:before {
    content: "\f612";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-newspaper:before {
    content: "\f1ea";
}

.fa-nimblr:before {
    content: "\f5a8";
}

.fa-nintendo-switch:before {
    content: "\f418";
}

.fa-node:before {
    content: "\f419";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-not-equal:before {
    content: "\f53e";
}

.fa-notes-medical:before {
    content: "\f481";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-oil-can:before {
    content: "\f613";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-outdent:before {
    content: "\f03b";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-paint-roller:before {
    content: "\f5aa";
}

.fa-palette:before {
    content: "\f53f";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-pallet:before {
    content: "\f482";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-parachute-box:before {
    content: "\f4cd";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-parking:before {
    content: "\f540";
}

.fa-passport:before {
    content: "\f5ab";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-pen:before {
    content: "\f304";
}

.fa-pen-alt:before {
    content: "\f305";
}

.fa-pen-fancy:before {
    content: "\f5ac";
}

.fa-pen-nib:before {
    content: "\f5ad";
}

.fa-pen-square:before {
    content: "\f14b";
}

.fa-pencil-alt:before {
    content: "\f303";
}

.fa-pencil-ruler:before {
    content: "\f5ae";
}

.fa-people-carry:before {
    content: "\f4ce";
}

.fa-percent:before {
    content: "\f295";
}

.fa-percentage:before {
    content: "\f541";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

.fa-phone:before {
    content: "\f095";
}

.fa-phone-slash:before {
    content: "\f3dd";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-php:before {
    content: "\f457";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-piggy-bank:before {
    content: "\f4d3";
}

.fa-pills:before {
    content: "\f484";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-plane:before {
    content: "\f072";
}

.fa-plane-arrival:before {
    content: "\f5af";
}

.fa-plane-departure:before {
    content: "\f5b0";
}

.fa-play:before {
    content: "\f04b";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-plus:before {
    content: "\f067";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-poo:before {
    content: "\f2fe";
}

.fa-poop:before {
    content: "\f619";
}

.fa-portrait:before {
    content: "\f3e0";
}

.fa-pound-sign:before {
    content: "\f154";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-prescription:before {
    content: "\f5b1";
}

.fa-prescription-bottle:before {
    content: "\f485";
}

.fa-prescription-bottle-alt:before {
    content: "\f486";
}

.fa-print:before {
    content: "\f02f";
}

.fa-procedures:before {
    content: "\f487";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-project-diagram:before {
    content: "\f542";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-quidditch:before {
    content: "\f458";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-random:before {
    content: "\f074";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-react:before {
    content: "\f41b";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-receipt:before {
    content: "\f543";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-redo-alt:before {
    content: "\f2f9";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-rendact:before {
    content: "\f3e4";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-reply:before {
    content: "\f3e5";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-rev:before {
    content: "\f5b2";
}

.fa-ribbon:before {
    content: "\f4d6";
}

.fa-road:before {
    content: "\f018";
}

.fa-robot:before {
    content: "\f544";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-route:before {
    content: "\f4d7";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ruble-sign:before {
    content: "\f158";
}

.fa-ruler:before {
    content: "\f545";
}

.fa-ruler-combined:before {
    content: "\f546";
}

.fa-ruler-horizontal:before {
    content: "\f547";
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.fa-rupee-sign:before {
    content: "\f156";
}

.fa-sad-cry:before {
    content: "\f5b3";
}

.fa-sad-tear:before {
    content: "\f5b4";
}

.fa-safari:before {
    content: "\f267";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-school:before {
    content: "\f549";
}

.fa-screwdriver:before {
    content: "\f54a";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-search:before {
    content: "\f002";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-seedling:before {
    content: "\f4d8";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-server:before {
    content: "\f233";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-shapes:before {
    content: "\f61f";
}

.fa-share:before {
    content: "\f064";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-shekel-sign:before {
    content: "\f20b";
}

.fa-shield-alt:before {
    content: "\f3ed";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-shipping-fast:before {
    content: "\f48b";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-shopware:before {
    content: "\f5b5";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-shuttle-van:before {
    content: "\f5b6";
}

.fa-sign:before {
    content: "\f4d9";
}

.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-signal:before {
    content: "\f012";
}

.fa-signature:before {
    content: "\f5b7";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-sith:before {
    content: "\f512";
}

.fa-skull:before {
    content: "\f54c";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f3ef";
}

.fa-sliders-h:before {
    content: "\f1de";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-smile:before {
    content: "\f118";
}

.fa-smile-beam:before {
    content: "\f5b8";
}

.fa-smile-wink:before {
    content: "\f4da";
}

.fa-smoking:before {
    content: "\f48d";
}

.fa-smoking-ban:before {
    content: "\f54d";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-solar-panel:before {
    content: "\f5ba";
}

.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-sort-amount-down:before {
    content: "\f160";
}

.fa-sort-amount-up:before {
    content: "\f161";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-spa:before {
    content: "\f5bb";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-splotch:before {
    content: "\f5bc";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-spray-can:before {
    content: "\f5bd";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-square-full:before {
    content: "\f45c";
}

.fa-squarespace:before {
    content: "\f5be";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-stamp:before {
    content: "\f5bf";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-star-half-alt:before {
    content: "\f5c0";
}

.fa-star-of-life:before {
    content: "\f621";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-store:before {
    content: "\f54e";
}

.fa-store-alt:before {
    content: "\f54f";
}

.fa-strava:before {
    content: "\f428";
}

.fa-stream:before {
    content: "\f550";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-stroopwafel:before {
    content: "\f551";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-subway:before {
    content: "\f239";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-suitcase-rolling:before {
    content: "\f5c1";
}

.fa-sun:before {
    content: "\f185";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-surprise:before {
    content: "\f5c2";
}

.fa-swatchbook:before {
    content: "\f5c3";
}

.fa-swimmer:before {
    content: "\f5c4";
}

.fa-swimming-pool:before {
    content: "\f5c5";
}

.fa-sync:before {
    content: "\f021";
}

.fa-sync-alt:before {
    content: "\f2f1";
}

.fa-syringe:before {
    content: "\f48e";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-table-tennis:before {
    content: "\f45d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-tablet-alt:before {
    content: "\f3fa";
}

.fa-tablets:before {
    content: "\f490";
}

.fa-tachometer-alt:before {
    content: "\f3fd";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-tape:before {
    content: "\f4db";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-teeth:before {
    content: "\f62e";
}

.fa-teeth-open:before {
    content: "\f62f";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-theater-masks:before {
    content: "\f630";
}

.fa-themeco:before {
    content: "\f5c6";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-thermometer:before {
    content: "\f491";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbtack:before {
    content: "\f08d";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.fa-times:before {
    content: "\f00d";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-tint:before {
    content: "\f043";
}

.fa-tint-slash:before {
    content: "\f5c7";
}

.fa-tired:before {
    content: "\f5c8";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-toolbox:before {
    content: "\f552";
}

.fa-tooth:before {
    content: "\f5c9";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-traffic-light:before {
    content: "\f637";
}

.fa-train:before {
    content: "\f238";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-trello:before {
    content: "\f181";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-truck-loading:before {
    content: "\f4de";
}

.fa-truck-monster:before {
    content: "\f63b";
}

.fa-truck-moving:before {
    content: "\f4df";
}

.fa-truck-pickup:before {
    content: "\f63c";
}

.fa-tshirt:before {
    content: "\f553";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-uber:before {
    content: "\f402";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-umbrella-beach:before {
    content: "\f5ca";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-university:before {
    content: "\f19c";
}

.fa-unlink:before {
    content: "\f127";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-upload:before {
    content: "\f093";
}

.fa-usb:before {
    content: "\f287";
}

.fa-user:before {
    content: "\f007";
}

.fa-user-alt:before {
    content: "\f406";
}

.fa-user-alt-slash:before {
    content: "\f4fa";
}

.fa-user-astronaut:before {
    content: "\f4fb";
}

.fa-user-check:before {
    content: "\f4fc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-clock:before {
    content: "\f4fd";
}

.fa-user-cog:before {
    content: "\f4fe";
}

.fa-user-edit:before {
    content: "\f4ff";
}

.fa-user-friends:before {
    content: "\f500";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-user-lock:before {
    content: "\f502";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-user-minus:before {
    content: "\f503";
}

.fa-user-ninja:before {
    content: "\f504";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-user-shield:before {
    content: "\f505";
}

.fa-user-slash:before {
    content: "\f506";
}

.fa-user-tag:before {
    content: "\f507";
}

.fa-user-tie:before {
    content: "\f508";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-users-cog:before {
    content: "\f509";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-utensils:before {
    content: "\f2e7";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-vector-square:before {
    content: "\f5cb";
}

.fa-venus:before {
    content: "\f221";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-vial:before {
    content: "\f492";
}

.fa-vials:before {
    content: "\f493";
}

.fa-viber:before {
    content: "\f409";
}

.fa-video:before {
    content: "\f03d";
}

.fa-video-slash:before {
    content: "\f4e2";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-vk:before {
    content: "\f189";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-volleyball-ball:before {
    content: "\f45f";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-walking:before {
    content: "\f554";
}

.fa-wallet:before {
    content: "\f555";
}

.fa-warehouse:before {
    content: "\f494";
}

.fa-weebly:before {
    content: "\f5cc";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-weight:before {
    content: "\f496";
}

.fa-weight-hanging:before {
    content: "\f5cd";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-wine-glass:before {
    content: "\f4e3";
}

.fa-wine-glass-alt:before {
    content: "\f5ce";
}

.fa-wix:before {
    content: "\f5cf";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-won-sign:before {
    content: "\f159";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-x-ray:before {
    content: "\f497";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-yen-sign:before {
    content: "\f157";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-youtube-square:before {
    content: "\f431";
}

.fa-zhihu:before {
    content: "\f63f";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url("../assets/fonts/fa-solid-900.eot");
    src: url("../assets/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../assets/fonts/fa-solid-900.woff2") format("woff2"),url("../assets/fonts/fa-solid-900.woff") format("woff"),url("../assets/fonts/fa-solid-900.ttf") format("truetype"),url("../assets/fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url("../assets/fonts/fa-regular-400.eot");
    src: url("../assets/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../assets/fonts/fa-regular-400.woff2") format("woff2"),url("../assets/fonts/fa-regular-400.woff") format("woff"),url("../assets/fonts/fa-regular-400.ttf") format("truetype"),url("../assets/fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}
/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url("../assets/fonts/fa-brands-400.eot");
    src: url("../assets/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../assets/fonts/fa-brands-400.woff2") format("woff2"),url("../assets/fonts/fa-brands-400.woff") format("woff"),url("../assets/fonts/fa-brands-400.ttf") format("truetype"),url("../assets/fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

a {
    color: #0072bb;
    text-decoration: none;
}

    a:active, a:focus, a:hover {
        color: #767676;
        text-decoration: none;
    }

.btn, a {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

    .btn:active, .btn:focus, .btn:hover, a:active, a:focus, a:hover {
        outline: 0;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

input[type="email"], input[type="password"], input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-focus-ring-color: none;
    outline: none;
}

    input[type="email"]:active, input[type="email"]:focus, input[type="email"]:hover, input[type="password"]:active, input[type="password"]:focus, input[type="password"]:hover, input[type="text"]:active, input[type="text"]:focus, input[type="text"]:hover {
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

input {
    border-radius: 0;
}

    input::-ms-clear {
        display: none;
    }

select:focus {
    outline: none;
}

.navbar-toggler {
    padding: 10px 0;
    border: 0;
    border-radius: 0;
}

    .navbar-toggler .icon-bar {
        display: block;
        height: 4px;
        width: 29px;
        background: #000;
        -webkit-transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
        transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

        .navbar-toggler .icon-bar + .icon-bar {
            margin-top: 4px;
        }

    .navbar-toggler[aria-expanded="true"] .icon-bar:first-child {
        -webkit-transform: rotate(225deg) translate(-6px, -5px);
        transform: rotate(225deg) translate(-6px, -5px);
    }

    .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] .icon-bar:last-child {
        -webkit-transform: rotate(-225deg) translate(-6px, 6px);
        transform: rotate(-225deg) translate(-6px, 6px);
    }

    .navbar-toggler:active, .navbar-toggler:focus, .navbar-toggler:hover {
        outline: 0;
    }

body * {
    margin: 0;
}

body {
    scroll-behavior: smooth;
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.overflow-hide {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 190%;
    overflow: hidden;
}

.lock-dim {
    overflow: hidden;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 400;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
}

@media screen and (min-width: 1200px) {
    .container-custom, .container-custom-2 {
        max-width: 1341px;
    }
}

@media screen and (max-width: 991px) {
    .container-custom, .container-custom-2 {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .container-custom {
        padding: 0;
    }
}

@font-face {
    font-family: "Open Sans";
    src: url("../assets/fonts/opensans-regular.eot");
    src: url("../assets/fonts/opensans-regular.eot?#iefix") format("embedded-opentype"),url("../assets/fonts/opensans-regular.woff") format("woff"),url("../assets/fonts/opensans-regular.ttf") format("truetype"),url("../assets/fonts/opensans-regular.svg#opensans-regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Century Gothic";
    src: url("../CSS/Fonts/centurygothic.eot");
    src: url("../CSS/Fonts/centurygothic.eot?#iefix") format("embedded-opentype"),url("../CSS/Fonts/centurygothic.woff") format("woff"),url("../CSS/Fonts/centurygothic.ttf") format("truetype"),url("../CSS/Fonts/centurygothic.svg#centurygothic") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Century Bold";
    src: url("../CSS/Fonts/centurygothic-bold.eot");
    src: url("../CSS/Fonts/centurygothic-bold.eot?#iefix") format("embedded-opentype"),url("../CSS/Fonts/centurygothic-bold.woff") format("woff"),url("../CSS/Fonts/centurygothic-bold.ttf") format("truetype"),url("../CSS/Fonts/centurygothic-bold.svg#centurygothic-bold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Century Bold Italic";
    src: url("../assets/fonts/centurygothic-bolditalic.eot");
    src: url("../assets/fonts/centurygothic-bolditalic.eot?#iefix") format("embedded-opentype"),url("../assets/fonts/centurygothic-bolditalic.woff") format("woff"),url("../assets/fonts/centurygothic-bolditalic.ttf") format("truetype"),url("../assets/fonts/centurygothic-bolditalic.svg#centurygothic-bolditalic") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Century Italic";
    src: url("../assets/fonts/centurygothic-italic.eot");
    src: url("../assets/fonts/centurygothic-italic.eot?#iefix") format("embedded-opentype"),url("../assets/fonts/centurygothic-italic.woff") format("woff"),url("../assets/fonts/centurygothic-italic.ttf") format("truetype"),url("../assets/fonts/centurygothic-italic.svg#centurygothic-italic") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    color: #767676;
    font: normal 125%/1.4 "Century Gothic";
}

.detail-text {
    font-size: 16px;
}

.subdetail-text {
    font-size: 14px;
}

.subdetail-text-bold {
    font-family: "Century Bold";
    color: #5e5e5e;
}

.title-text {
    font-size: 23px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.title-text-bold {
    font-family: "Century Bold";
}

.title-text-blue {
    color: #55a7e1;
}

.title-text-white {
    color: #fff;
}

.fa-plane {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
    .title-text {
        font-size: 16px;
    }
}

.hide-text {
    overflow: hidden;
    padding: 0;
    text-indent: 101%;
    white-space: nowrap;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.modal-open {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    /*overflow: visible;
    position: absolute;
    width: 100%;
    height:100%;*/
}

@media screen and (max-width: 991px) {
    .modal-bg:before {
        content: '';
        position: absolute;
        z-index: 191;
        display: block;
        width: 100vw;
        height: 100%;
        background: rgba(2,2,2,0.458824);
    }

    .scroll-lock-mb {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        overflow: hidden;
    }
}

.header {
    position: fixed;
    z-index: 116;
    width: 100%;
    background: rgba(255,255,255,.7);
}

    /********************************************************************************************************************************************
*********************************************************to check this section as diff then 2020 new ****************************************
*********************************************************************************************************************************************/

    .header .container {
        position: relative;
    }

    .header .nav-item,
    .header .navbar-brand {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header .navbar-brand-responsive {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.25rem;
        padding-left: 0.25rem;
        font-size: 17px;
        font-weight: 600;
        color: #767877;
        text-transform: uppercase;
    }

    .header .button-wrapper {
        position: absolute;
        top: 68px;
        right: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header .btn-login,
    .header .btn-status,
    .header .btn-book {
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
    }

    .header .btn-login {
        padding: 9px 47px;
        margin-right: 10px;
        background: #0072bb;
        border: 1px solid #0072bb;
    }

    .header .btn-status {
        padding: 9px 20px;
        background: #767877;
        border: 1px solid #767877;
    }

    .header .btn-book {
        padding: 20px 28px;
        background: #72c130;
        border: 1px solid #72c130;
    }

    .header .fa-user {
        position: relative;
        right: 26px;
        font-size: 16px;
    }

    .header .fa-plane {
        position: relative;
        right: 8px;
        -webkit-transform: rotate(-38deg);
        transform: rotate(-38deg);
    }

    .header .booking-wrapper {
        display: none;
        position: absolute;
        top: 14px;
        right: 189px;
    }

@media (min-width: 1200px) {
    .header .booking-wrapper {
        right: 198px;
    }
}

@media only screen and (min-width: 1420px) {
    .header .booking-wrapper {
        left: 50%;
        right: auto;
        margin: 0 0 0 327px;
    }
}

.header .icons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .header .icons-wrapper .icon {
        margin-left: 12px;
    }

        .header .icons-wrapper .icon > * {
            font-size: 17px;
        }

    .header .icons-wrapper .fa-phone {
        -webkit-transform: rotate(95deg);
        transform: rotate(95deg);
    }

.header .icon:last-child {
    margin-right: 8px;
}

.header .icon-med {
    margin: -8px 0 -8px 4px;
}

.header .wechat-circle {
    position: absolute;
    top: 19px;
    right: 9px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #00ff03;
    border-radius: 50%;
}

.header .fa-search {
    margin-right: 187px;
}

@media only screen and (min-width: 1420px) {
    .header .fa-search {
        margin-right: 356px;
    }
}

.header .icons {
    margin-left: 12px;
}

@media only screen and (min-width: 1308px) {
    .header .btn-book {
        padding: 17px 28px;
    }
}

.header .btn-login-resp {
    padding: 6px 13px;
    margin-top: 4px;
    background: #0072bb;
}

.header .button-logged-in {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 330px;
}

    .header .button-logged-in .btn-login {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 3px 9px;
        padding-left: 0;
        margin-right: 8px;
        width: 100%;
        max-width: 160px;
        letter-spacing: 1px;
        z-index: 1;
    }

@media screen and (min-width: 768px) {
    .desktop-header-padding-left-35px {
        padding-left: 35px !important;
    }

    .desktop-header-padding-right-35px {
        padding-right: 35px !important;
    }
}

.header .button-logged-in .btn-login .btn-icon {
    position: absolute;
    top: 9px;
    left: 13px;
    font-size: 18px;
}

.header .button-logged-in .btn-login.change {
    color: #0072bb;
    background-color: #fff;
    border: 1px #fff solid;
    border-bottom: 2px #c2c2c2 solid;
}

.header .button-logged-in .icon-angle-down {
    position: absolute;
    right: 7px;
    font-size: 17px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .header .button-logged-in .icon-angle-down.rotate-base {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.header .login-profile-wrapper {
    position: absolute;
    top: 41px;
    left: 3px;
    padding: 7px 15px 14px;
    width: 100%;
    max-width: 239px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.4);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

    .header .login-profile-wrapper .profile-links-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 7px;
        padding-bottom: 16px;
        border-bottom: 1px #c2c2c2 solid;
    }

        .header .login-profile-wrapper .profile-links-holder:first-child {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

    .header .login-profile-wrapper .profile-balance-title, .header .login-profile-wrapper .profile-balance-amount {
        font-family: "Century Bold";
        font-size: 14px;
        color: #222;
    }

    .header .login-profile-wrapper .profile-link {
        font-size: 15px;
        color: #222;
    }

    .header .login-profile-wrapper .btn-wrapper {
        margin-top: 12px;
        text-align: center;
    }

        .header .login-profile-wrapper .btn-wrapper .btn-logout {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 8px 9px;
            max-width: 100%;
            border-radius: 0;
        }

    .header .login-profile-wrapper.show {
        opacity: 1;
        visibility: visible;
    }

.header .btn-close {
    display: none;
}

.header .hover-toggle {
    position: relative;
    color: #0072bb;
    cursor: pointer;
}

.header .hover-menu {
    position: absolute;
    top: 36px;
    right: -28px;
    z-index: 1000;
    width: 196px;
    padding: 5px;
    text-align: center;
    background: rgba(250,250,250,0.9);
    -webkit-box-shadow: 0 0 6px -1px rgba(0,0,0,0.2);
    box-shadow: 0 0 6px -1px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .header .hover-menu:before, .header .hover-menu:after {
        content: '';
        position: absolute;
        top: -8px;
        right: 25px;
        width: 0;
        height: 0;
        border-top: 8px transparent solid;
    }

    .header .hover-menu:before {
        border-left: 10px rgba(250,250,250,0.9) solid;
    }

    .header .hover-menu:after {
        right: 35px;
        border-right: 10px rgba(250,250,250,0.9) solid;
    }

    .header .hover-menu.show {
        visibility: visible;
        opacity: 1;
    }

.header .chat-title {
    display: block;
    padding: 11px 0;
    font-size: 16px;
    color: #0072bb;
    text-transform: uppercase;
}

.header .btn-gray {
    width: 100%;
    display: block;
    padding: 10px 0;
    font-size: 16px;
    color: #5e5e5e;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: rgba(220,220,220,0.5);
    border-radius: 0;
    cursor: pointer;
}

.header .btn-gray-dark {
    color: #fff;
    background: #6f6f6f;
}

.header .info {
    position: relative;
    display: block;
    padding: 5px 0;
    font-size: 15px;
    line-height: 18px;
    color: #525252;
}

    .header .info .title {
        display: block;
        font-size: 15px;
        color: #174698;
    }

.header .hover-gray {
    padding: 7px 15px 10px;
    margin-top: 3px;
    background: #d5d5d5;
}

@media screen and (min-width: 1200px) {
    .header .navbar {
        padding: 0 1rem;
    }

    .header .mb-only {
        display: none;
    }

    .header .nav-item {
        padding: 10px 0;
        margin-right: 30px;
    }

        .header .nav-item.active {
            background: #5aa7df;
        }

            .header .nav-item.active .nav-link {
                color: #fff;
            }

    .header .container-custom {
        max-width: 1341px;
    }

    .header .btn-login-wrapper {
        display: none;
    }

    .header .icons-wrapper {
        position: absolute;
        right: 31px;
    }
}

@media only screen and (min-width: 1200px) and (min-width: 1420px) {
    .header .icons-wrapper {
        left: 50%;
        right: auto;
        margin: 0 0 0 508px;
    }
}

@media screen and (min-width: 1200px) {
    .header .wechat-circle {
        top: 4px;
        right: -6px;
    }

    .header .fixed-header {
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
    }

        .header .fixed-header .button-wrapper {
            display: none;
        }
}

@media only screen and (max-width: 1413px) and (min-width: 1200px) {
    .header .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 15.5px;
    }

    .header .nav-item {
        margin-right: 7px;
    }
}

@media only screen and (max-width: 1307px) and (min-width: 1200px) {
    .header .navbar-expand-xl .navbar-nav .nav-item {
        margin-right: 4px;
    }

    .header .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 13px;
    }

    .header .btn-book {
        padding: 16px 28px;
    }

    .header .booking-wrapper {
        top: 10.5px;
    }
}

@media screen and (max-width: 1000px) {
    .header {
        background: none;
    }

        .header .navbar-collapse {
            pointer-events: visible;
        }

        .header .nav-item.active .nav-link {
            color: #0072bb;
        }

        .header .icon-med {
            margin-left: 2px;
        }

        .header .fixed-header {
            background: rgba(0,0,0,0.75);
        }

        .header .container-custom {
            max-width: 100%;
            padding: 0;
        }

        .header .navbar-brand {
            display: none;
        }

        .header .wechat-circle {
            top: 1px;
            right: -8px;
        }

        .header .icons-wrapper {
            position: absolute;
            left: 102px;
        }

            .header .icons-wrapper .icon {
                padding-left: 12px;
                margin-right: 0;
                color: #fff;
                border-left: 1px solid #fff;
            }

        .header .navbar-collapse .icons-wrapper {
            opacity: 0;
        }

        .header .navbar-collapse.show + .fa-search {
            display: none;
        }

            .header .navbar-collapse.show + .fa-search + .icons-wrapper {
                display: none;
            }

        .header .navbar-collapse.show .wechat-circle {
            color: #fff;
        }

        .header .navbar-collapse.show + .hide-navbar-toggler {
            display: none;
        }

        .header .hide-navbar-toggler {
            display: none;
        }

        .header .icon-bar {
            background: #fff;
        }

        .header .container-custom {
            padding: 0 2px;
            max-width: 100%;
        }

        .header .icon {
            margin-left: 0;
        }

        .header .fa-search {
            position: absolute;
            left: 81px;
            margin-right: 0;
            color: #fff;
            font-size: 18px;
        }

        .header .booking-wrapper, .header .button-wrapper {
            position: relative;
        }

        .header .booking-wrapper {
            right: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .header .button-wrapper {
            top: 0;
            right: 0;
        }

        .header .btn-book {
            width: 100%;
            text-align: center;
        }

        .header .btn-status, .header .btn-login {
            padding: 9px 0;
            width: 50%;
            text-align: center;
        }

        .header .btn-login {
            margin-right: 0;
        }

        .header .navbar-collapse {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 2;
            padding: 60px 15px 25px;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: #fff;
        }

        .header .navbar-toggler {
            position: relative;
            z-index: 102;
            margin-left: 4px;
        }

            .header .navbar-toggler .icon-bar {
                width: 34px;
                height: 3px;
            }

            .header .navbar-toggler[aria-expanded="true"] .icon-bar {
                width: 34px;
                height: 1px;
                background: #6f6f6f;
            }

                .header .navbar-toggler[aria-expanded="true"] .icon-bar:first-child {
                    position: relative;
                    top: -6px;
                    left: 0;
                }

        .header .navbar-nav {
            margin-top: 40px;
        }
}

@media screen and (max-width: 1000px) and (min-width: 1200px) {
    .header .navbar-nav {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .header .icon {
        position: relative;
        top: 2px;
        margin-left: 11px;
        margin-right: 9px;
    }

    .header .button-logged-in {
        max-width: 100%;
    }

        .header .button-logged-in .btn-login {
            padding-left: 15px;
            max-width: 50%;
        }

            .header .button-logged-in .btn-login .btn-icon {
                position: relative;
                top: 0;
                left: -10px;
                text-align: left;
            }

        .header .button-logged-in .icon-angle-down {
            display: none;
        }

    .header .btn-login-wrapper .btn-wrapper {
        margin-top: 15px;
    }

        .header .btn-login-wrapper .btn-wrapper .btn-logout {
            width: 100%;
        }

    .header .login-profile-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 117;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
    }

        .header .login-profile-wrapper .profile-wrapper {
            padding: 0 50px;
            margin: 0 auto;
            width: 100%;
            max-width: 800px;
        }

        .header .login-profile-wrapper.show {
            opacity: 1;
            visibility: visible;
        }

    .header .btn-close {
        z-index: 118;
        display: none;
        width: 26px;
        height: 26px;
    }

        .header .btn-close:before, .header .btn-close:after {
            top: -10px;
            width: 100%;
            background-color: #a5a5a5;
        }

        .header .btn-close.show {
            display: block;
        }

    .header .hover-toggle:first-child .hover-menu {
        right: -38px;
    }

        .header .hover-toggle:first-child .hover-menu:before, .header .hover-toggle:first-child .hover-menu:after {
            right: 35px;
        }

        .header .hover-toggle:first-child .hover-menu:after {
            right: 45px;
        }
}

@media screen and (min-width: 768px) {
    .header .btn-status:active, .header .btn-status:focus, .header .btn-status:hover {
        color: #767877;
        background: transparent;
        border: 1px solid #767877;
    }

    .header .btn-login:active, .header .btn-login:focus, .header .btn-login:hover {
        color: #0072bb;
        background: transparent;
        border: 1px solid #0072bb;
    }

    .header .btn-book:active, .header .btn-book:focus, .header .btn-book:hover {
        color: #72c130;
        background: #fff;
        border: 1px solid #72c130;
    }

    .header .btn-gray:active, .header .btn-gray:focus, .header .btn-gray:hover {
        color: #d5d5d5;
        background: #5e5e5e;
    }

    .header .btn-gray-dark:active, .header .btn-gray-dark:focus, .header .btn-gray-dark:hover {
        color: #6f6f6f;
        background: #fff;
    }

    .header .nav-item:active, .header .nav-item:focus, .header .nav-item:hover {
        background: #fff;
    }

    .header .nav-item.active:active .nav-link, .header .nav-item.active:focus .nav-link, .header .nav-item.active:hover .nav-link {
        color: #767877;
    }

    .header .navbar-brand:active, .header .navbar-brand:focus, .header .navbar-brand:hover,
    .header .navbar-brand-responsive:active, .header .navbar-brand-responsive:focus, .header .navbar-brand-responsive:hover,
    .header .fa-search:active, .header .fa-search:focus, .header .fa-search:hover {
        -webkit-filter: brightness(0.2);
        filter: brightness(0.2);
    }

    .header .icon:active .wechat-circle, .header .icon:focus .wechat-circle, .header .icon:hover .wechat-circle {
        top: -3px;
        right: -2px;
    }

    .header .icon:active .hover-menu, .header .icon:focus .hover-menu, .header .icon:hover .hover-menu {
        visibility: visible;
        opacity: 1;
    }

    .header .hover-toggle:active, .header .hover-toggle:focus, .header .hover-toggle:hover {
        color: #767676;
    }

    .header .info {
        pointer-events: none;
    }
}

@media screen and (max-width: 575px) {
    .header .navbar-toggler {
        margin-left: 0;
    }

    .header .navbar {
        padding: 10px 0.7rem;
    }

    .header .icon {
        margin-left: 8px;
    }

    .header .fa-search {
        left: 74px;
    }

    .header .icons-wrapper {
        left: 93px;
    }

        .header .icons-wrapper .icon {
            padding-left: 8px;
        }

    .header .hover-toggle:first-child .hover-menu {
        right: -84px;
    }

        .header .hover-toggle:first-child .hover-menu:before, .header .hover-toggle:first-child .hover-menu:after {
            right: 82px;
        }

        .header .hover-toggle:first-child .hover-menu:after {
            right: 92px;
        }

    .header .hover-toggle:nth-child(2) .hover-menu {
        right: -50px;
    }

        .header .hover-toggle:nth-child(2) .hover-menu:before, .header .hover-toggle:nth-child(2) .hover-menu:after {
            right: 48px;
        }

        .header .hover-toggle:nth-child(2) .hover-menu:after {
            right: 58px;
        }
}

@media only screen and (max-width: 369px) {
    .header .icons-wrapper {
        left: 70px;
    }

        .header .icons-wrapper .icon {
            padding-left: 6px;
        }

    .header .fa-search {
        left: 54px;
    }

    .header .navbar {
        padding: 10px 6px;
    }

    .header .fa-plane {
        right: 3px;
    }

    .header .button-logged-in .btn-login .btn-icon {
        font-size: 16px;
    }

    .header .hover-toggle:first-child .hover-menu {
        right: -84px;
    }

        .header .hover-toggle:first-child .hover-menu:before, .header .hover-toggle:first-child .hover-menu:after {
            right: 82px;
        }

        .header .hover-toggle:first-child .hover-menu:after {
            right: 92px;
        }

    .header .hover-toggle:nth-child(2) .hover-menu {
        right: -50px;
    }

        .header .hover-toggle:nth-child(2) .hover-menu:before, .header .hover-toggle:nth-child(2) .hover-menu:after {
            right: 48px;
        }

        .header .hover-toggle:nth-child(2) .hover-menu:after {
            right: 58px;
        }

    .header .hover-toggle:nth-child(3) .hover-menu {
        right: -20px;
    }

        .header .hover-toggle:nth-child(3) .hover-menu:before, .header .hover-toggle:nth-child(3) .hover-menu:after {
            right: 16px;
        }

        .header .hover-toggle:nth-child(3) .hover-menu:after {
            right: 26px;
        }
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75) and (max-width: 1000px), screen and (min-width: 0\0) and (min-resolution: 72dpi) and (max-width: 1000px) {
    .header .fa-search, .header .icons-wrapper {
        top: 14px;
    }
}

@media screen and (orientation: landscape) {
    .header .btn-close {
        top: 5px;
        right: -5px;
    }
}

.footer {
    position: relative;
    color: #fff;
    background: url(../assets/images/footer-bg.jpg);
    background-size: cover;
    background-position: center;
}

    .footer:before {
        content: '';
        position: absolute;
        top: -1px;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 18.5px 0 19.5px;
        border-color: #fff transparent transparent transparent;
    }

.footer-social-wrapper {
    padding-top: 60px;
    margin: 0 auto;
    text-align: center;
}

.footer-social-link {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 80px;
    height: 39px;
}

@media (min-width: 1200px) {
    .footer-social-link {
        margin: 0 13px;
    }
}

.footer-social-icon {
    margin: 0 auto;
}

.footer-quicklink-wrapper {
    margin-top: 32px;
    padding-bottom: 13px;
    border-bottom: 1px solid #6f6f6f;
}

.footer-quicklink-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 11px;
}

.footer-quicklink {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

    .footer-quicklink:last-child {
        margin-right: 0;
    }

.footer-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-info {
    width: 33.33%;
    text-align: center;
}

    .footer-info:last-child .info-title-holder {
        margin-right: 0;
    }

    .footer-info:nth-child(2) .info-details-holder {
        margin-right: 20px;
    }

.footer .info-title-holder {
    margin-top: 35px;
    margin-right: 20px;
    padding-bottom: 11px;
    border-bottom: 1px solid #6f6f6f;
}

.footer .info-title {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.footer .info-icon {
    display: block;
    margin: 0 auto;
    width: 21px;
}

.footer .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .footer .details .info-details-holder {
        width: 50%;
    }

.footer .details-title {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 168px;
    font-size: 15px;
}

.footer .details-description {
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 171px;
    font-size: 15px;
    color: #fff;
}

.footer .main-building {
    max-width: 100%;
}

.footer-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3px;
}

.footer .form-field {
    padding: 0 19px 0 2px;
    width: 251px;
    font-size: 15px;
    color: white;
    background: none;
    border: none;
    border-bottom: 1px solid white;
}

    .footer .form-field::-webkit-input-placeholder {
        color: white;
    }

    .footer .form-field:-moz-placeholder {
        color: white;
    }

    .footer .form-field::-moz-placeholder {
        color: white;
    }

    .footer .form-field:-ms-input-placeholder {
        color: white;
    }

.footer .btn-send {
    position: relative;
    top: -1px;
    right: 24px;
    padding: 0 12px;
    font-size: 15px;
    background: #fff;
    border-radius: 0;
}

.footer .container-custom {
    padding-bottom: 6px;
}

.footer .terms-wrapper {
    margin-top: 20px;
    background: #6f6f6f;
}

.footer .terms-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .reserved {
    position: absolute;
    right: 0;
}

.footer .terms, .footer .reserved, .footer .footer-link {
    padding-bottom: 1px;
    font-size: 11px;
    font-weight: 600;
    color: #c2c2c2;
    text-transform: uppercase;
}

.footer .form-error .ng-scope {
    top: 28px;
}

.footer .social-facebook:before {
    background: url(../assets/images/fb.png);
    background-repeat: no-repeat;
}

.footer .social-twitter:before {
    background: url(../assets/images/twitter.png);
    background-repeat: no-repeat;
}

.footer .social-instagram:before {
    background: url(../assets/images/ig.png);
    background-repeat: no-repeat;
}

.footer .social-google:before {
    background: url(../assets/images/google.png);
    background-repeat: no-repeat;
}

.footer .social-linkedin:before {
    background: url(../assets/images/linkedin.png);
    background-repeat: no-repeat;
}

@media screen and (min-width: 1200px) {
    .footer .container-custom {
        max-width: 1307px;
    }

    .footer .terms-wrapper .container-custom {
        max-width: 1307px;
    }

    .header .navbar-brand-responsive {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .footer-desktop {
        display: none;
    }

    .footer-social-wrapper {
        padding-top: 43px;
        padding-bottom: 14px;
    }

    .footer-social-icon {
        height: 24px;
    }

    .footer .reserved {
        position: relative;
        width: 100%;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .footer .footer-social-link:active:before, .footer .footer-social-link:focus:before, .footer .footer-social-link:hover:before {
        content: ' ';
        position: absolute;
        left: 6px;
        top: -12px;
        display: block;
        width: 67px;
        height: 70px;
        border: 1px solid rgba(238,238,238,0.46);
    }

    .footer .footer-quicklink:active, .footer .footer-quicklink:focus, .footer .footer-quicklink:hover {
        position: relative;
        color: #fff;
    }

        .footer .footer-quicklink:active:after, .footer .footer-quicklink:focus:after, .footer .footer-quicklink:hover:after {
            content: "";
            position: absolute;
            top: 40.8px;
            display: block;
            width: 100%;
            height: 2px;
            background-color: #fff;
        }

    .footer .btn-send:active, .footer .btn-send:focus, .footer .btn-send:hover {
        color: #fff;
        background: #000;
        border: 1px solid #000;
    }

    .footer .details-number {
        pointer-events: none;
    }

    .footer .footer-link:active, .footer .footer-link:focus, .footer .footer-link:hover, .footer .terms:active, .footer .terms:focus, .footer .terms:hover {
        color: #fff;
    }
}

@media screen and (max-width: 575px) {
    .footer .footer-social-link {
        left: 4px;
        width: 56px;
        height: 20px;
    }
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
    .footer .btn-send {
        top: 0;
    }

    .footer .reserved {
        top: 10px;
    }
}

.section-form .content-wrapper {
    display: unset;
}

@media (min-width: 1200px) {
    .section-form .middle-input-holder {
        width: 66.66% !important;
        max-width: 66.66% !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 66.66% !important;
        flex: 0 0 66.66% !important;
    }
}

.section-form .form-wrapper + .form-wrapper {
    padding-top: 25px;
}

.section-form .payment-button .form-check-custom {
    padding-left: 20px !important;
}

@media (min-width: 992px) {
    .section-form .payment-button .form-check-custom {
        padding-left: 0 !important;
    }
}

.section-form .input-holder.w-100 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.section-form .hotel-summary {
    display: none;
}

    .section-form .hotel-summary.active {
        display: block;
    }

.section-form .card-header {
    background: transparent;
}

.section-form .custom-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-form .content-left {
    max-width: 70.2%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.2%;
    flex: 0 0 70.2%;
    width: 70.2%;
}

    .section-form .content-left .input-custom {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        min-width: 1px;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #f0f0f0;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0;
        -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    }

.section-form .section-heading {
    font-family: "Open Sans";
    font-size: 23px;
    color: #55a7e1;
    letter-spacing: 0.5px;
}

.section-form .content-custom {
    margin-top: 20px;
    margin-bottom: 15px;
}

.section-form .accordion-room {
    border-right: none;
    border-left: none;
    border-bottom: none;
    border-radius: 0;
}

.section-form .room-header {
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.125) !important;
}

.section-form .card {
    background-color: transparent;
    border-radius: 1px;
}

.section-form .header-custom {
    border-bottom: 0;
    background-color: transparent;
}

.section-form .button-custom {
    position: relative;
    width: 100%;
    font-family: "Century Bold";
    font-size: 20px;
    color: #444;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.section-form .button-icon {
    position: absolute;
    right: 0;
    top: 0;
}

.section-form .accordion-icon {
    padding-left: 15px;
}

.section-form #accordion-up1 {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.section-form #accordion-up2 {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.section-form .rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section-form .collapsed {
    color: #a5a5a5;
}

.section-form .room-accordion:before {
    content: "-";
    float: right !important;
    padding-right: 5px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.section-form .room-accordion.collapsed:before {
    content: "+";
    padding-right: 5px;
    float: right !important;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.section-form .room-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Century Gothic";
    color: #0072bb;
}

.section-form .img-icon {
    padding-right: 10px;
}

.section-form .card-custom {
    padding-top: 0;
    background-color: transparent;
}

.section-form .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-form .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-form .form-title {
    width: 70%;
}

.section-form .form-checkbox {
    width: 30%;
    padding: 10px;
    border: 1px solid #f0f0f0;
}

.section-form .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-form .checkbox-label-input:checked ~ .checkbox-label:after {
    background-image: url(../assets/images/checkbox.png);
    background-size: 25px 25px;
}

.section-form .checkbox-label {
    font-family: "Century Bold";
    font-size: 16px;
    color: #0072bb;
    padding-left: 10px;
}

    .section-form .checkbox-label:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 20px;
        height: 20px;
        background-color: #fff;
        border: 1px solid #999;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .section-form .checkbox-label:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 20px;
        height: 20px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50% 50%;
    }

.section-form .radio-label {
    font-family: "Century Bold";
    font-size: 15px;
    color: #6f6f6f;
    position: relative;
}

    .section-form .radio-label .price-label {
        /*display: table;*/
        font-size: 14px;
        padding-left: 5px;
    }

    .section-form .radio-label:before {
        content: " ";
        display: inline-block;
        position: relative;
        top: 2px;
        left: 0;
        margin: 0 5px 0 0;
        width: 13px;
        height: 13px;
        border-radius: 11px;
        border: 1px solid #6f6f6f;
        background-color: transparent;
    }

.section-form .form-check-input[type="radio"]:checked + .radio-label {
    color: #55a7e1;
}

    .section-form .form-check-input[type="radio"]:checked + .radio-label:after {
        border-radius: 11px;
        width: 7px;
        height: 7px;
        position: absolute;
        top: 8px;
        left: 3px;
        content: " ";
        display: block;
        background: #72c130;
    }

.section-form .radio-button {
    display: none;
}

.section-form .radio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-form .form-title {
    width: 70%;
}

.section-form .form-checkbox {
    width: 30%;
    padding: 10px;
    border: 1px solid #f0f0f0;
}

.section-form .checkbox-label-input:checked ~ .checkbox-label:after {
    background-image: url(../assets/images/checkbox.png);
    background-size: 25px 25px;
}

.section-form .price-label {
    /*display: table;*/
    font-size: 14px;
}

.section-form .radio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .section-form .radio-wrapper .form-check-custom {
        padding: 20px 100px 20px 15px;
    }

.section-form .extra-wrapper {
    margin-top: 20px;
}

.section-form .location {
    padding-bottom: 5px;
    font-family: "Century Bold";
    font-size: 15px;
    color: #55a7e1;
    border-bottom: 1px solid #d5d5d5;
}

.section-form .form-check-custom {
    margin: 15px 0;
}

.section-form .form-title, .section-form .form-title-applyallpassengers {
    font-family: "Open Sans";
    font-size: 23px;
    color: #55a7e1;
    letter-spacing: 0.5px;
}

.section-form .form-subtitle {
    font-size: 12px;
    font-style: italic;
}

.section-form .custom-form {
    margin-top: 20px;
}

.section-form .input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-form .form-group {
    margin-bottom: 0rem;
}

.section-form .date-form-group {
    width: 100%;
}

.section-form .input-holder {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    padding: 10px 5px;
}



.input-holder-timing {
    display: flex;
    flex-wrap: wrap;
}



.section-form .label-custom-select {
    position: absolute;
    font-size: 18px;
    color: #767676;
}

.section-form .select-custom, .section-form .select-custom-flag {
    position: relative;
    width: 55px;
    padding: 0 0 0 5px;
    max-width: 100%;
    font-size: 14px;
    border-radius: 0;
    -webkit-appearance: none;
    background: #f0f0f0 url(../assets/images/arrow-down-gray.png) no-repeat;
    background-position: top 16px right 10px;
}

.section-form .select-custom-flag {
    width: 90px;
    cursor: pointer;
}

.section-form .adjust-width {
    width: 34px;
}

.section-form .adjust-padding {
    padding: 3px 1px 5px 6px !important;
}

.section-form select::-ms-expand {
    display: none;
}

.section-form .arrow-holder {
    position: relative;
    height: 100%;
}

    .section-form .arrow-holder .textfirst {
        height: 100%;
        min-width: 48px;
        padding: 0 24px 0 0 !important;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .section-form .arrow-holder .textfirst img {
            float: none;
            margin: 0 !important;
            display: inline-block;
            vertical-align: top;
        }

.section-form .select-arrow {
    position: absolute;
    top: 11px;
    right: 6px;
    pointer-events: none;
}

.section-form .country-img {
    float: right;
    margin-top: 5px;
    margin-right: 7px;
}

.section-form .arrow-full {
    width: 100%;
}

.section-form .country-holder {
    position: relative;
    padding: 0 18px;
}

.section-form .list-country {
    padding: 13px 0;
    margin: 0 10px;
}

    .section-form .list-country.selected {
        display: none;
    }

.section-form .country-text {
    margin: 0 7px;
}

.section-form .select-country-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-form .select-holder {
    position: absolute;
    top: 36px;
    right: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    padding: 0 12px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border: 1px solid;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .section-form .select-holder.show-expand-country {
        z-index: 99;
        opacity: 1;
        pointer-events: initial;
    }

.section-form .list-country {
    border-bottom: 1px solid;
}

    .section-form .list-country:nth-last-child(2) {
        border-bottom: none;
    }

    .section-form .list-country .holder-icon {
        border: 1px solid #e2e2e2;
    }

.section-form .country-text {
    margin: 0 14px;
    font-size: 13px;
}

.section-form .select-full {
    max-width: 100%;
    width: 100%;
    padding: 0;
    padding-left: 13px;
    font-weight: bold;
}

.section-form .custom-select-full {
    padding: 5px;
    text-align-last: auto;
    font-weight: normal;
}

.section-form .select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-form .mm-dropdown {
    border: 1px solid #ddd;
    border-radius: 0;
}

.section-form .flags-list {
    position: absolute;
    z-index: 99;
    padding: 0;
    margin-left: -5px;
    margin-top: -11px; /*christ to check*/
    list-style: none;
    background-color: white;
    border: 1px solid #ced4da;
}

.section-form .input-option, .section-form .textfirst {
    padding: 0;
    color: #333;
    padding: 3px 20px 5px 6px;
}

.section-form .down {
    float: right;
    margin-top: 5px;
}

.section-form .input-option {
    display: none;
}

    .section-form .input-option:last-child {
        border-bottom: 0;
    }

    .section-form .input-option.main {
        display: block;
    }

.section-form .label-custom {
    font-size: 18px;
    color: #767676;
}

.section-form .insurance-wrapper {
    display: none;
}

.section-form .insurance-wrapper-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-form .form-divider {
    margin: 30px 0 50px;
    border-top: 1px solid #d5d5d5;
}

.section-form .comments-wrapper, .section-form .insurance-information-wrapper, .section-form .canceldescription-information-wrapper, .section-form .comments-information-wrapper {
    padding-top: 15px;
}

    .section-form .comments-wrapper .form-divider {
        margin: 12px 0 30px;
    }

.section-form .character-count {
    padding: 10px 0;
    font-family: "Century Gothic";
    font-size: 15px;
}

.section-form .form-group ::-webkit-input-placeholder {
    font-size: 15px;
}

.section-form .form-group ::-moz-placeholder {
    font-size: 15px;
}

.section-form .form-group :-ms-input-placeholder {
    font-size: 15px;
}

.section-form .form-group :-moz-placeholder {
    font-size: 15px;
}

.section-form .textarea-custom {
    height: 170px;
    resize: none;
    width: 100%;
    padding: 18px 12px;
    font-family: "Century Gothic";
    background-color: #f1f1f1;
    border: none;
    border-radius: 0;
}

.section-form .notes-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}

.section-form .swiper-custom {
    border-bottom: 1px solid #999;
}

    .section-form .swiper-custom .nav-tabs {
        border: none;
    }

.section-form .notes-label {
    padding-bottom: 10px;
    font-family: "Century Gothic";
    font-size: 23px;
    color: #999;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.section-form .notes-label-active {
    font-family: "Open Sans";
    color: #0072bb;
    border-bottom: 2px solid #0072bb;
}

.section-form .notes-label:hover {
    color: #1072b9 !important;
}

.section-form .swiper-container {
    width: 100%;
    height: 100%;
}

.section-form .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    text-align: center;
    background: #fff;
}

.section-form .slide-custom {
    width: auto !important;
}

.section-form .custom-swiper-slide {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100% !important;
    margin-right: 0 !important;
}

    .section-form .custom-swiper-slide .swiper-slide {
        width: auto;
        margin-right: 30px;
    }

    .section-form .custom-swiper-slide .notes-label {
        padding-bottom: 15px;
        font-family: "Century Gothic";
        font-size: 20px;
        color: #999;
        letter-spacing: 0.5px;
        text-decoration: none;
        border-bottom: 2px solid transparent;
    }

    .section-form .custom-swiper-slide .notes-label-active {
        font-family: "Open Sans";
        color: #0072bb;
        border-bottom: 2px solid #0072bb;
    }

.section-form .notes-collapse {
    margin-top: 20px;
}

.section-form .notes-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-form .notes-contents {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    padding: 15px 60px 15px 0;
}

#myGroupholder.notes-wrapper .notes-contents {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.section-form .notes-title {
    padding-bottom: 10px;
    font-family: "Century Bold";
    font-size: 15px;
    color: #55a7e1;
    text-transform: uppercase;
}

.section-form .notes-details {
    font-family: "Century Gothic";
    font-size: 14px;
    color: #999;
}

.section-form .notes-link {
    color: #999;
}

.section-form .content-right {
    max-width: 27.7%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.7%;
    flex: 0 0 27.7%;
    width: 27.7%;
}

    .section-form .content-right .form-check-input[type="radio"]:checked + .radio-label:after {
        top: 11px;
    }

.section-form .right-content .form-check-input[type="radio"]:checked + .radio-label:after {
    top: 11px;
}

.section-form .summary.small-content .total-title {
    font-size: 16px !important;
}

.section-form .summary.small-content .total-price {
    font-size: 16px;
    white-space: nowrap;
}

.section-form .summary.small-content .summary-input {
    padding: 15px 18px 25px;
}

    .section-form .summary.small-content .summary-input ::-webkit-input-placeholder {
        color: #444;
    }

    .section-form .summary.small-content .summary-input :-moz-placeholder {
        color: #444;
    }

    .section-form .summary.small-content .summary-input ::-moz-placeholder {
        color: #444;
        opacity: 1;
    }

    .section-form .summary.small-content .summary-input :-ms-input-placeholder {
        color: #444;
    }

.section-form .summary.small-content .summary-total-wrapper .others-summary .total-price {
    font-size: 34px;
    line-height: 1;
}

.section-form .summary-fixed {
    display: none;
}

.section-form .summary-fixed-wrapper {
    text-align: center;
    font-family: "Century Bold";
    font-size: 18px;
    color: white;
    background-color: white;
}

.section-form .fixed-text {
    padding: 20px;
    width: 100%;
    color: white;
    background-color: transparent;
    border: none;
}

.section-form .fixed-total {
    margin-right: 1px;
    width: 50%;
    background-color: #55a7e1;
}

.section-form .fixed-payment {
    margin-left: 0;
    width: 50%;
    background-color: #72c130;
}

.section-form .summary-wrapper {
    background-color: white;
}

.section-form .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.section-form .flight-summary-total {
    padding: 0 18px;
}

.section-form .flight-class {
    margin-top: 20px;
    font-weight: 800;
    font-size: 14px;
    color: #5aa7df;
}

.section-form .flight-summary-details {
    margin-top: 9px;
    width: 100%;
    max-width: 266px;
    font-size: 15px;
}

.section-form .bold-text {
    font-weight: 800;
}

.section-form .flight-passenger {
    padding: 0;
    margin-top: 16px;
    list-style: none;
}

.section-form .flight-passenger-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 9px;
    padding-bottom: 13px;
    border-bottom: 1px solid #d3d5d4;
}

    .section-form .flight-passenger-item:first-child {
        padding-top: 0;
    }

    .section-form .flight-passenger-item:last-child {
        border-bottom: none;
    }

.section-form .person, .section-form .amount {
    font-family: "Century Bold";
    font-size: 17px;
    width: 50%;
}

.section-form .person {
    text-transform: uppercase;
}

.section-form .amount {
    text-align: right;
    color: #72c130;
}

.section-form .summary {
    padding-bottom: 25px;
}

.section-form .icon-stars {
    width: 20px;
    height: 18px;
}

.section-form .summary-heading-wrapper {
    background-color: #55a7e1;
}

.section-form .summary-heading {
    padding: 16px 23px;
    font-family: "Century Bold";
    font-size: 18.5px;
    color: #eff0ef;
    text-transform: uppercase;
}

.section-form .summary-content-wrapper {
    padding: 12px 18px;
    background-color: #edefee;
}

.section-form .summary-holder {
    padding-bottom: 15px;
}

    .section-form .summary-holder:nth-child(n+2) {
        border-top: 2px solid #d5d5d5;
    }

.section-form .summary-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
}

.section-form .icon-departure, .section-form .icon-return {
    width: 16px;
    height: 16px;
}

.section-form .title {
    margin-left: 10px;
    font-family: "Century Bold";
    font-size: 15px;
    color: #0072bb;
    text-transform: uppercase;
}

.section-form .table-details {
    position: relative;
    padding: 0;
    width: 33.33%;
    font-family: "Open Sans";
    font-size: 15px;
    text-transform: uppercase;
    color: #55a7e1;
    border: none;
}

    .section-form .table-details:nth-child(2) {
        text-transform: none;
        color: #767877;
    }

.section-form .details-date {
    color: #767676;
    text-transform: none;
}

.section-form .hotel-total-details {
    border-bottom: 1px solid #d3d5d4;
}

    .section-form .hotel-total-details:last-child {
        border-bottom: none;
    }

    .section-form .hotel-total-details .table-details {
        padding-top: 26px;
        padding-bottom: 9px;
    }

.section-form .hotel-room-summary {
    line-height: 18px;
}

.section-form .details-place {
    font-family: "Century Bold";
}

.section-form .duration {
    padding-left: 20px;
    font-family: "Century Bold";
}

.section-form .details-code {
    color: #767877;
}

.section-form .table {
    position: relative;
}

.section-form .hotel-nights {
    position: absolute;
    top: -10px;
    left: 15px;
    font-weight: 800;
}

.section-form .hotel-individual-price {
    padding-right: 12px;
    font-family: "Century Bold";
    font-size: 18px;
    text-align: right;
    color: #72c130;
}

.section-form #hotel-summary-total {
    margin-bottom: -20px;
    border: none;
}

    .section-form #hotel-summary-total:nth-child(n+2) {
        border-top: none;
    }

.section-form .hotel-summary .hotel-date {
    color: #767877;
    text-transform: none;
}

.section-form .summary-total-holder .total-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-form .summary-total-holder .total-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    font-family: "Century Bold";
    font-size: 20px;
    text-transform: uppercase;
}

.section-form .summary-total-holder .total-img {
    -ms-flex-item-align: center;
    align-self: center;
}

.section-form .summary-total-holder .total-text {
    padding-left: 10px;
}

.section-form .summary-total-holder .total-price {
    margin-right: 9px;
    width: 20%;
    font-family: "Century Bold";
    font-size: 18px;
    color: #72c130;
    text-align: right;
}

.section-form .summary-total-holder .others-summary {
    padding: 10px 0;
    font-size: 16px;
}

    .section-form .summary-total-holder .others-summary:nth-child(n+2) {
        border-top: 1px solid #d5d5d5;
    }

.section-form .summary-total-holder.alt .btn-dropdown {
    padding-left: 15px !important;
    text-transform: none;
}

    .section-form .summary-total-holder.alt .btn-dropdown .total-text {
        font-size: 14px !important;
        line-height: 1;
        display: inline-block;
        vertical-align: top;
        color: #525252 !important;
        position: static;
        margin: 0 5px 0 0;
    }

    .section-form .summary-total-holder.alt .btn-dropdown .btn-dropdown-icon {
        background: none;
        display: inline-block;
        vertical-align: top;
        line-height: 1;
        font-size: 14px !important;
        display: inline-block;
        vertical-align: top;
        width: auto;
        height: auto;
        position: static !important;
    }

        .section-form .summary-total-holder.alt .btn-dropdown .btn-dropdown-icon:before {
            color: #525252 !important;
            font-size: 14px !important;
            position: static !important;
            display: inline-block;
            vertical-align: top;
        }

.section-form .summary-content-wrapper-total {
    background-color: transparent;
    border: 1px solid #edefee;
    border-bottom: none;
}

.section-form .summary-input {
    padding: 15px 25px;
    border: 1px solid #edefee;
    border-top: none;
}

    .section-form .summary-input .input-custom {
        display: block;
        padding: 10px 0.75rem;
        width: 100%;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        text-align: left;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-right: 0;
        border-radius: 0;
    }

    .section-form .summary-input ::-webkit-input-placeholder {
        font-family: "Century Bold";
        color: #767676;
    }

    .section-form .summary-input ::-moz-placeholder {
        font-family: "Century Bold";
        color: #767676;
    }

    .section-form .summary-input :-ms-input-placeholder {
        font-family: "Century Bold";
        color: #767676;
    }

    .section-form .summary-input :-moz-placeholder {
        font-family: "Century Bold";
        color: #767676;
    }

.section-form .coupon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.section-form .btn-coupon {
    width: 30%;
    font-family: "Century Bold";
    font-size: 18px;
    color: #72c130;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-left: none;
    border-radius: 0;
    cursor: pointer;
}

.section-form .btn-coupon-text {
    border-bottom: 1.5px solid #72c130;
}

    .section-form .btn-coupon-text:hover {
        color: #00ff03;
        border-bottom: 1.5px solid #00ff03;
    }

.section-form .summary-total-wrapper {
    padding: 15px 25px;
    background-color: #eaeceb;
}

    .section-form .summary-total-wrapper .total-content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section-form .summary-total-wrapper .total-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 51%;
        font-family: "Century Bold";
        font-size: 20px;
    }

    .section-form .summary-total-wrapper .total-price {
        width: 49%;
        font-family: "Century Bold";
        font-size: 22px;
        color: #72c130;
        text-align: right;
    }

.section-form .payment-button .form-check-custom {
    padding-bottom: 25px;
}

.section-form .payment-button .radio-button {
    border: 1px solid #8e8e90;
}

    .section-form .payment-button .radio-button:after {
        border: 3px solid #72c130;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(0, 0);
        transform: translate3d(-50%, -50%, 0) scale(0, 0);
    }

    .section-form .payment-button .radio-button:checked {
        background: #fff;
    }

        .section-form .payment-button .radio-button:checked:after {
            -webkit-transform: translate3d(-50%, -50%, 0) scale(1, 1);
            transform: translate3d(-50%, -50%, 0) scale(1, 1);
        }

    .section-form .payment-button .radio-button[type="radio"] {
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin-bottom: 5px;
        width: 13px;
        height: 13px;
        overflow: hidden;
        vertical-align: middle;
        outline: 0;
        border-radius: 50%;
        cursor: pointer;
    }

        .section-form .payment-button .radio-button[type="radio"]:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            border-radius: 50%;
            -webkit-transition: all 0.1s;
            transition: all 0.1s;
        }

.section-form .payment-button .radio-label {
    font-family: "Century Gothic";
    font-size: 18px;
    color: #6f6f6f;
}

.section-form .payment-button .radio-label-red {
    color: red !important;
}

.section-form .payment-button .btn-wrapper .btn-green, .section-form .payment-button .btn-wrapper .btn-white {
    width: 100%;
    padding: 18px 0;
    margin-bottom: 30px;
    font-family: "Century Gothic";
    font-size: 20px;
    color: white;
    background-color: #72c130;
    border-color: #72c130;
    border-radius: 0;
}

    .section-form .payment-button .btn-wrapper .btn-green:hover, .section-form .payment-button .btn-wrapper .btn-white:hover {
        color: #72c130;
        border-color: #72c130;
        background-color: #fff;
    }

@media screen and (max-width: 1000px) {
    .section-form .content-left {
        width: 60%;
    }

    .section-form .card-custom, .hotel-included-services-wrapper {
        padding: 0 6px;
    }

        .hotel-included-services-wrapper .list-group-item-adjusted {
            font-size: 18px;
        }

    .section-form .content-right {
        width: 40%;
    }

    .section-form .notes-label {
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1000px) {
    .section-form .title-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-form .form-title, .section-form .form-title-applyallpassengers {
        width: 100%;
    }

    .section-form .form-checkbox {
        width: 100%;
        margin-top: 10px;
    }

    .section-form .input-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
        width: 48%;
    }

    .section-form .notes-contents {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-bottom: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 991px) {
    .section-form .container-custom {
        padding: 0;
    }

    .section-form .custom-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-form .content-left {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }

    .section-form .content-right {
        width: 100%;
        max-width: 100%;
    }

        .section-form .content-right .form-check-input[type="radio"]:checked + .radio-label:after {
            top: 8px;
        }

    .section-form .right-content .radio-label {
        margin: 0 auto;
        display: table;
    }

    .section-form .right-content .form-check-input[type="radio"]:checked + .radio-label:after {
        top: 8px;
    }

    .section-form .summary-wrapper {
        display: none;
    }

    .section-form .total-price {
        position: absolute;
        right: 17px;
        text-align: right;
    }

    .section-form .hotel-individual-price {
        padding-right: 0;
    }

    .section-form .summary-total-wrapper .total-content-wrapper .total-price {
        width: 31%;
    }

    .section-form .total-price {
        position: absolute;
        right: 16px;
        text-align: right;
    }

    .section-form .total-title {
        width: 69%;
        font-size: 16px;
    }

    .section-form .summary-heading {
        font-size: 16px;
    }

    .section-form .input-custom {
        font-size: 14px;
    }

    .section-form .btn-coupon {
        font-size: 16px;
    }

    .section-form .flight-summary-total {
        padding: 0;
    }

    .section-form .payment-button {
        padding-bottom: 100px;
    }

        .section-form .payment-button .form-check-custom {
            text-align: center;
        }

    .section-form .radio-label {
        font-size: 15px !important;
    }

    .section-form .radio-label-confirm {
        margin: 0 auto;
        display: table;
    }

    .section-form .view-summary-wrapper {
        position: fixed;
        bottom: 15px;
        z-index: 116;
        display: block !important;
        padding: 0;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
    }

    .section-form .summary-heading-wrapper {
        margin-top: 0;
    }

    .section-form .summary-fixed {
        display: block;
        z-index: 1000;
        position: relative;
    }

        .section-form .summary-fixed img {
            cursor: pointer;
        }

    .section-form .fixed-wrapper-img {
        position: absolute;
        left: 50%;
        top: -20px;
        margin-left: -18px;
    }

    .section-form .summary-fixed-wrapper {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 20;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .section-form .removed-fixed-button {
        position: absolute;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-form .input-wrapper .input-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
        width: 48%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .section-form {
        padding: 0;
    }

        .section-form .title-wrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .section-form .form-title, .section-form .form-title-applyallpassengers {
            width: 100%;
        }

        .section-form .form-checkbox {
            width: 100%;
            margin-top: 10px;
        }

        .section-form .input-wrapper .input-holder {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 48%;
            flex: 0 0 48%;
            max-width: 48%;
            width: 48%;
        }

        .section-form .notes-contents {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            padding-bottom: 25px;
            padding-right: 25px;
        }
}

@media screen and (max-width: 767px) {
    .section-form .section-heading {
        font-size: 17px;
    }

    .section-form .button-custom {
        font-size: 16px;
    }

    .section-form .form-title, .section-form .form-title-applyallpassengers {
        font-size: 18px;
    }

    .section-form .form-checkbox .checkbox-label {
        font-size: 14px;
    }

    .section-form .notes-label {
        font-size: 18px;
    }

    .section-form .payment-button .form-check-custom {
        padding-left: 0;
    }

    .section-form .service-description-title {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .section-form .title-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-form .form-title, .section-form .form-title-applyallpassengers {
        width: 100%;
    }

    .section-form .service-description-title {
        width: 100%;
    }

    .section-form .form-checkbox {
        width: 100%;
        margin-top: 10px;
    }

    .section-form .input-wrapper .input-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .section-form .radio-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .section-form .radio-wrapper .form-check-custom {
            padding: 10px 0 10px 15px;
        }

    .section-form .notes-contents {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-bottom: 25px;
        padding-right: 25px;
    }

    .section-form .summary-fixed-wrapper {
        font-size: 15px;
    }
}



/********************************************************************************************************************************************
*********************************************************End to check this section as diff then 2020 new *****************************
*********************************************************************************************************************************************/

@-moz-document url-prefix() {
    .section-form .form-check-input[type="radio"]:checked+.radio-label:after;

{
    top: 9px;
}

}

.main-container-holder {
    font-family: "Century Gothic";
}

    .main-container-holder .label-custom, .main-container-holder .label-custom-select, .main-container-holder .label-custom {
        font-size: 14px;
        color: #787f80;
        line-height: 1;
    }

    .main-container-holder .label-custom, .main-container-holder .label-custom-select {
        top: 14px;
    }

    .main-container-holder .select-wrapper {
        position: relative;
    }

    .main-container-holder .input-holder {
        padding: 5px 8px;
        position: relative;
    }

    .main-container-holder .input-wrapper {
        margin: 0 -8px 33px;
    }

    .main-container-holder .form-subtitle {
        letter-spacing: 0.75px;
    }

.section-form.lebanon-container .summary-title {
    padding: 9px 0 1px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .section-form.lebanon-container .summary-title .title {
        color: #55a7e1;
    }

.section-form.lebanon-container .summary-content {
    padding: 0 0 24px;
}

.section-form.lebanon-container .summary-holder {
    padding: 12px 0 15px;
    border-top-width: 1px !important;
}

    .section-form.lebanon-container .summary-holder:first-child {
        padding-top: 0;
    }

.section-form.lebanon-container .summary .date-row {
    font-size: 14px;
    color: #525252;
    display: block;
}

.section-form.lebanon-container .total-title .btn-dropdown {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .section-form.lebanon-container .total-title .btn-dropdown .total-text {
        font-size: 16px;
        color: #8b9292;
    }

    .section-form.lebanon-container .total-title .btn-dropdown .btn-dropdown-icon {
        position: static;
    }

.summary.cyan {
    background: #f9f9f9;
    padding: 0;
    margin: 0 0 10px;
}

    .summary.cyan .summary-content-wrapper-total, .summary.cyan .summary-input {
        border-color: #dedede;
    }

    .summary.cyan .summary-heading, .cyan .main-container-holder .summary .summary-heading {
        background: #00919e;
    }

    .summary.cyan .summary-input .input-custom {
        background: transparent;
    }

.main-container-holder .summary.cyan .btn-coupon-text {
    color: #00919e; /*!important;*/
    border-color: #00919e;
}

    .main-container-holder .summary.cyan .btn-coupon-text:hover {
        border-color: transparent;
    }

.summary.cyan .summary-total-holder .total-price {
    color: #00919e !important;
}

.cyan .section-form .custom-swiper-slide .notes-label-active {
    color: #00919e;
    border-color: #00919e;
}

.cyan .section-form .notes-label:hover {
    color: #00919e !important;
}

.cyan .section-form .section-heading, .cyan .section-form .notes-title {
    color: #00919e;
}

.cyan .card-body .card-body {
    padding-left: 0;
    padding-right: 0;
}

.cyan .section-form .checkbox-label, .cyan .section-form .form-check-input[type="radio"]:checked + .radio-label, .cyan .section-form .location, .cyan .section-form .form-title, .cyan .section-form .room-title {
    color: #00919e;
}

    .cyan .section-form .form-check-input[type="radio"]:checked + .radio-label::after {
        background: #ff8f1e;
    }

.cyan .section-form .checkbox-label-input:checked ~ .checkbox-label:after {
    background-image: url(../assets/images/checkbox-orange.png);
}

.cyan .btn-custom-xs, .cyan .btn-custom-reg, .cyan .btn-custom-sm, .cyan .btn-custom-md, .cyan .btn-custom-lg {
    background: #ff8f1e;
    border-color: #ff8f1e;
}

.section-banner {
    margin-bottom: 18px;
    position: relative;
    z-index: 5;
}

/*@media (min-width: 768px) {
    .section-banner {
        margin-bottom: 53px;
    }
}*/

.scroll-lock-mb .section-banner {
    position: static;
}

@media (min-width: 1200px) {
    .scroll-lock-mb .section-banner {
        position: relative;
    }
}

.section-banner.with-overlay .bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.34);
}

.section-banner.section-banner-small .banner {
    padding: 84px 0 78px;
}

@media (min-width: 768px) {
    .section-banner.section-banner-small .banner {
        padding: 84px 0 178px;
    }
}

@media (min-width: 992px) {
    .section-banner.section-banner-small .banner {
        padding: 84px 0 128px;
    }
}

.section-banner .btn-wrapper {
    width: 100%;
    margin-bottom: 20px !important;
}

@media (min-width: 992px) {
    .section-banner .btn-wrapper {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 1200px) {
    .section-banner .btn-wrapper {
        width: auto;
        margin-bottom: 0;
    }
}

.section-banner .logo-wrapper.with-shadow {
    text-align: center;
}

    .section-banner .logo-wrapper.with-shadow .logo-holder {
        display: inline-block;
        vertical-align: top;
        position: relative;
        z-index: 0;
    }

        .section-banner .logo-wrapper.with-shadow .logo-holder:before {
            content: '';
            position: absolute;
            z-index: -1;
            top: 68%;
            left: 0;
            right: 0;
            height: 0;
            border-radius: 50%;
            -webkit-box-shadow: 0 0 50px 50px rgba(0,0,0,0.25);
            box-shadow: 0 0 50px 50px rgba(0,0,0,0.25);
        }

.section-banner .custom-combobox-input {
    border-radius: 0 !important;
}

.section-banner label.form-error {
    position: absolute;
    left: 0;
}

.section-banner .form-error .ng-scope {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    opacity: 1;
}

@media screen and (min-width: 992px) {
    .section-banner .form-error .ng-scope {
        top: 70px;
    }
}

.section-banner .container-custom {
    position: relative;
}

    .section-banner .container-custom.fluid.text-align-left {
        text-align: left;
    }

    .section-banner .container-custom.fluid {
        text-align: center;
        max-width: 1338px;
    }

/*.section-banner .container-custom.fluid .form-error .ng-scope {
            font-size: 11px;
            top: -1px;
            opacity: .5;
            letter-spacing: 0.8px;
        }*/

@media (min-width: 768px) {
    .section-banner .container-custom.fluid .tab-content {
        margin-bottom: -20px;
    }
}

@media (min-width: 992px) {
    .section-banner .container-custom.fluid .tabs-wrapper {
        display: inline-block;
        vertical-align: top;
    }
}

.section-banner .container-custom.fluid .tabs-wrapper .form-group {
    width: 100%;
    position: relative;
    z-index: auto;
}

@media only screen and (min-width: 1292px) {
    .section-banner .container-custom.fluid .tabs-wrapper .form-group {
        min-width: 190px;
    }
}

.section-banner .container-custom.fluid .tabs-wrapper .form-group i {
    position: absolute;
    color: #1072b9;
    right: 7px;
    line-height: 1;
    top: 20px;
}

    .section-banner .container-custom.fluid .tabs-wrapper .form-group i + .form-field + .custom-combobox .form-label {
        right: 33px;
    }

@media (min-width: 1200px) {
    .section-banner .container-custom.fluid .tabs-wrapper .small-field-wrapper .form-group {
        min-width: 210px;
    }
}

.section-banner .group-logos {
    display: inline-block;
    vertical-align: top;
}

    .section-banner .group-logos .group-logos-holder {
        position: relative;
        z-index: 0;
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

@media (min-width: 768px) {
    .section-banner .group-logos .group-logos-holder {
        padding: 42px 0 26px;
    }
}

.section-banner .group-logos .group-logos-holder:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 68%;
    left: 0;
    right: 0;
    height: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 50px 50px rgba(0,0,0,0.25);
    box-shadow: 0 0 50px 50px rgba(0,0,0,0.25);
}

.section-banner .group-logos .group-logos-holder .logo-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

    .section-banner .group-logos .group-logos-holder .logo-item:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #fff;
        opacity: .7;
    }

    .section-banner .group-logos .group-logos-holder .logo-item:first-child:before {
        display: none;
    }

.section-banner .group-logos img {
    max-width: 174px;
    margin: 0 15px 20px;
}

@media (min-width: 768px) {
    .section-banner .group-logos img {
        margin: 0 39px;
    }
}

.section-banner .banner {
    padding-top: 170px;
    padding-bottom: 101px;
    background-color: #000;
    background: url(../assets/images/banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}

.section-banner .logo {
    display: block;
    margin: 0 auto;
}

/*.section-banner .tabs-wrapper { 
	position: relative;
	margin-top: 115px;
	z-index: 5;
}

.section-banner .tabs-wrapper .radio-select-wrapper {
	display: none;
}

.section-banner .tabs-wrapper .tabs-title-icon {
	display: none;
}

.section-banner .tabs-wrapper .nav-tabs {
	width: 100%;
	border-bottom: none;
}

.section-banner .tabs-wrapper .nav-item {
	padding-right: 2px;
	width: 14.26%;
}

.section-banner .tabs-wrapper .nav-item:last-child {
	padding-right: 0;
}*/

.section-banner .tabs-wrapper .nav-link {
    padding: 15px;
    font-size: 24px;
    color: #8B8786;
    text-align: center;
    text-transform: uppercase;
    background: rgba(255,255,255,0.690196);
    border-radius: 0;
}

    .section-banner .tabs-wrapper .nav-link.active {
        color: #fff;
        background: #0072bb;
        border: 0.5px solid #0072bb;
    }

.section-banner .tabs-wrapper .tab-content, .section-banner .tabs-wrapper .tab-form {
    color: #fff;
    background: #0072bb;
}

    .section-banner .tabs-wrapper .tab-content:before, .section-banner .tabs-wrapper .tab-form:before {
        content: '';
        display: table;
        clear: both;
        width: 100%;
    }

.section-banner .tabs-wrapper .banner-tab-pane {
    height: 100%;
    min-height: 152px;
}

.section-banner .tabs-wrapper .tab-pane-wrapper {
    padding: 16px 0;
}

/*.section-banner .tabs-wrapper .content-wrapper {
	padding: 32px 40px 26px;
}

@media (min-width: 1200px) {
	.section-banner .tabs-wrapper .content-wrapper .radio-button-wrapper {
		margin-top: -32px;
		min-width: 824px;
	}
}*/

.section-banner .tabs-wrapper .field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*margin-top: 12px;*/
    position: relative;
}

.section-banner .tabs-wrapper .main-field-fields {
    width: 100%;
}

    .section-banner .tabs-wrapper .main-field-fields + .btn-wrapper {
        width: 100%;
    }

@media (min-width: 1200px) {
    .section-banner .tabs-wrapper .main-field-fields + .btn-wrapper {
        width: auto;
    }
}

.section-banner .tabs-wrapper .field-wrapper-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 12px;
}

@media (min-width: 1200px) {
    .section-banner .tabs-wrapper .field-wrapper-row {
        margin-right: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.section-banner .tabs-wrapper .field-wrapper-row + .field-wrapper-row {
    border-top: 1px solid #fff;
}

@media (min-width: 1200px) {
    .section-banner .tabs-wrapper .field-wrapper-row + .field-wrapper-row {
        border-top: 0;
    }
}

.section-banner .tabs-wrapper .form-field {
    width: 92%;
    height: 60px;
    z-index: 2;
}

.section-banner .tabs-wrapper .btn-search {
        background: #72c130;
    border-radius: 0;
    width: 20%;
    /* margin-bottom: 20px; */
    /*float: right;*/
    margin: 10px;
}

/*@media (min-width: 1200px) {
    .section-banner .tabs-wrapper .btn-search {
        height: calc(100% - 6px);
    }
}*/

.section-banner .tabs-wrapper .fa-search {
    padding: 8px 0;
    font-size: 30px;
    color: #fff;
}

.section-banner .tabs-wrapper .radio-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 2px;
    padding-top: 12px;
    padding-bottom: 7px;
    border-bottom: 0.5px solid rgba(255,255,255,0.61);
}

    .section-banner .tabs-wrapper .radio-button-wrapper .radio-button-label {
        position: relative;
        top: -2px;
        /*margin-left: 6px;*/
        /*margin-right: 53px;*/
        font-family: "Century Bold";
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        line-height: 22px;
        opacity: 0.5;
        cursor: pointer;
    }

        .section-banner .tabs-wrapper .radio-button-wrapper .radio-button-label:before {
            content: " ";
            display: inline-block;
            position: relative;
            top: 0;
            left: 0;
            margin: 0 5px 0 0;
            width: 13px;
            height: 13px;
            border-radius: 11px;
            border: 1px solid #fff;
            background-color: transparent;
        }

    .section-banner .tabs-wrapper .radio-button-wrapper .radio-button {
        border: 1px solid #fff;
        opacity: 0.5;
    }

        .section-banner .tabs-wrapper .radio-button-wrapper .radio-button:checked + .radio-button-label {
            opacity: 1;
        }

            .section-banner .tabs-wrapper .radio-button-wrapper .radio-button:checked + .radio-button-label:after {
                border-radius: 11px;
                width: 7px;
                height: 7px;
                position: absolute;
                top: 7px;
                left: 3px;
                content: " ";
                display: block;
                background: #72c130;
            }

            .section-banner .tabs-wrapper .radio-button-wrapper .radio-button:checked + .radio-button-label:before {
                background: #fff;
            }

        .section-banner .tabs-wrapper .radio-button-wrapper .radio-button[type="radio"] {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            display: none;
        }

    .section-banner .tabs-wrapper .radio-button-wrapper .radio-tabs.active .radio-button-label {
        opacity: 1;
    }

        .section-banner .tabs-wrapper .radio-button-wrapper .radio-tabs.active .radio-button-label:after {
            border-radius: 11px;
            width: 7px;
            height: 7px;
            position: absolute;
            top: 7px;
            left: 3px;
            content: " ";
            display: block;
            background: #72c130;
        }

        .section-banner .tabs-wrapper .radio-button-wrapper .radio-tabs.active .radio-button-label:before {
            background: #fff;
        }

.section-banner .tabs-wrapper .form-group {
    position: relative;
    width: 30%;
    z-index: auto;
}

@media (min-width: 1200px) {
    .section-banner .tabs-wrapper .form-group {
        padding-right: 10px;
    }
}

.section-banner .tabs-wrapper .form-controls {
    background: #fff;
    position: relative;
}

    .section-banner .tabs-wrapper .form-controls i {
        position: absolute;
        color: #1072b9;
        right: 7px;
        line-height: 1;
        top: 20px;
    }

        .section-banner .tabs-wrapper .form-controls i + .form-field + .custom-combobox .form-label {
            right: 33px;
        }

.section-banner .tabs-wrapper .form-field {
    padding-top: 15px;
    padding-left: 42px;
    padding-right: 28px;
    width: 100%;
    max-width: 100%;
    font-family: "Century Bold";
    font-size: 15px;
    color: #0072bb;
    background: none;
    border: none;
    text-overflow: ellipsis;
    position: relative;
    z-index: 0;
}

    .section-banner .tabs-wrapper .form-field:after {
        position: absolute;
        display: block;
        background: url(../assets/images/icon-megaphone.png) no-repeat;
    }

    .section-banner .tabs-wrapper .form-field:focus {
        border-radius: 0;
    }

    .section-banner .tabs-wrapper .form-field::-webkit-input-placeholder {
        color: #0072bb;
        text-transform: uppercase;
    }

    .section-banner .tabs-wrapper .form-field:-moz-placeholder {
        color: #0072bb;
        text-transform: uppercase;
    }

    .section-banner .tabs-wrapper .form-field::-moz-placeholder {
        color: #0072bb;
        text-transform: uppercase;
    }

    .section-banner .tabs-wrapper .form-field:-ms-input-placeholder {
        color: #0072bb;
        text-transform: uppercase;
    }

    .section-banner .tabs-wrapper .custom-combobox:valid + .form-label, .section-banner .tabs-wrapper .form-field:valid + .form-label {
        top: 35px;
        font-family: "Century Bold";
        font-size: 12px;
        color: #b9b9b9;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    .section-banner .tabs-wrapper .custom-combobox:active + .form-label, .section-banner .tabs-wrapper .custom-combobox:focus + .form-label, .section-banner .tabs-wrapper .custom-combobox:hover + .form-label, .section-banner .tabs-wrapper .form-field:active + .form-label, .section-banner .tabs-wrapper .form-field:focus + .form-label, .section-banner .tabs-wrapper .form-field:hover + .form-label {
        top: 35px;
        font-family: "Century Bold";
        font-size: 12px;
        color: #b9b9b9;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

.section-banner .tabs-wrapper .form-label {
    position: absolute;
    left: 42px;
    top: 0;
    right: 15px;
    bottom: 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: normal;
    font-family: "Century Bold";
    font-size: 16px;
    color: #0072bb;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 1.1;
    cursor: pointer;
    pointer-events: none;
}

.section-banner .tabs-wrapper .form-label-active {
    top: 34px;
    font-family: "Century Bold";
    font-size: 12px;
    color: #b9b9b9;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}


.section-banner .tabs-wrapper .form-label-pickup-dropoff {
    position: absolute;
    left: 62px;
    top: 0;
    /* right: 9px; */
    bottom: 25px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: normal;
    font-family: "Century Bold";
    font-size: 16px;
    color: #0072bb;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    line-height: 1.1;
    cursor: pointer;
    pointer-events: none;
}

.section-banner .tabs-wrapper .form-label-pickup-dropoff-active {
    top: 25px;
    left: 40px;
    font-family: "Century Bold";
    font-size: 12px;
    color: #b9b9b9;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

.section-banner .tabs-wrapper .input-icon {
    position: absolute;
    top: 18px !important;
    left: 10px !important;
    right: auto !important;
    color: #707070 !important;
    font-size: 18px;
}

.section-banner .tabs-wrapper i.input-icon {
    padding-top: 2px;
}

.section-banner .tabs-wrapper .form-active {
    position: relative;
    z-index: 101;
}

@media (min-width: 1200px) {
    .section-banner .tabs-wrapper .form-active:after {
        content: '';
        position: absolute;
        bottom: -37px;
        left: 0;
        right: 10px;
        height: 37px;
        background: #fff;
    }
}

.section-banner .tabs-wrapper .form-active + .form-label {
    z-index: 102;
}

    .section-banner .tabs-wrapper .form-active + .form-label + .input-icon {
        z-index: 102;
    }

.section-banner .tabs-wrapper .passenger-wrapper {
    text-align: left;
}

    .section-banner .tabs-wrapper .passenger-wrapper .form-active:after {
        right: 0;
    }

.section-banner .tabs-wrapper .passenger-qty-wrapper {
    display: none;
    position: absolute;
    top: 83px;
    right: 10px;
    z-index: 999;
    padding: 25px 18px 10px;
    width: 100%;
    width: 280px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px #c2c2c2;
    box-shadow: 0 0 2px #c2c2c2;
    text-align: left;
}

    .section-banner .tabs-wrapper .passenger-qty-wrapper .btn-close,
    .main-dynamic-package .passenger-qty-wrapper .btn-close {
        display: none;
    }

 
 
.section-banner .tabs-wrapper .passenger-qty-wrapper .passenger-qty,
.main-dynamic-package .passenger-qty-wrapper .passenger-qty {
    position: relative;
    top: -7px;
    left: 6px;
    width: 67px;
    background: url("../assets/images/arrow-down-gray.png") no-repeat;
    background-position: top 16px right 10px;
    border-radius: 0;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: visible;
}

    .section-banner .tabs-wrapper .passenger-qty-wrapper .passenger-qty::-ms-expand,
    .main-dynamic-package .passenger-qty-wrapper .passenger-qty::-ms-expand {
        display: none;
    }

    .section-banner .tabs-wrapper .passenger-qty-wrapper .passenger-qty.disabled,
    .main-dynamic-package .passenger-qty-wrapper .passenger-qty.disabled {
        opacity: 0.5;
        pointer-events: none;
    }


.passenger-qty {
    width: 40%;
}


.section-banner .tabs-wrapper .passenger-qty-wrapper .passenger-desc,
.main-dynamic-package .passenger-qty-wrapper .passenger-desc {
    margin-top: -3px;
    font-size: 13px;
    color: #a3a5a4;
}

.section-banner .tabs-wrapper .room-wrapper {
    /*left: 0;*/
    width: 485px;
    padding-bottom: 20px;
}

    .section-banner .tabs-wrapper .room-wrapper .btn-blue {
        text-transform: none;
        padding: 5px;
        font-size: 14px;
    }

    .section-banner .tabs-wrapper .room-wrapper .passenger-repeater {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: 1px solid silver;
    }

@media screen and (max-width: 991px) {
    .section-banner .tabs-wrapper .room-wrapper .passenger-repeater {
        display: block;
    }
}

.section-banner .tabs-wrapper .room-wrapper .passenger-repeater:first-child {
    border: none;
}

.section-banner .tabs-wrapper .room-wrapper .passenger-repeater > div {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}


 
.passenger-qty-holder {
    border: none;
            margin-right: 20px;
           display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 21px 4px 9px;
    /*border-bottom: 1px solid silver;*/
          width: 18.8%;

}
 
    .Nakhal-container  #divAdvanced select
         {width:100%;}
.passenger-qty-holder .passenger-text {
	width: 52%
}
@media screen and (min-width: 1000px) {
    .FlightSearchPax .passenger-qty-holder:nth-child(3) .passenger-text
{
    width: 40%
}
.FlightSearchPax .passenger-qty-holder:nth-child(2) .passenger-text
{
    width: 46%
}
  .Nakhal-container  #divAdvanced select
         {width:200px;}

}
 
.passenger-qty-holder .passenger-qty {
	width: 45%
}
.passenger-qty-holder .passenger-title {
 /*float:right;
 padding-right:5px*/
}

.passenger-form {
    min-width: 67px;
}

.section-banner .tabs-wrapper .room-wrapper .passenger-room {
    color: #72c130;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    padding: 19px 4px 9px 0;
}

.section-banner .tabs-wrapper .room-wrapper .remove-room {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: #767878;
    position: relative;
    border-radius: 50%;
    margin: 0 10px 0 0;
    text-decoration: none;
}

    .section-banner .tabs-wrapper .room-wrapper .remove-room:before, .section-banner .tabs-wrapper .room-wrapper .remove-room:after {
        content: '';
        position: absolute;
        top: 50%;
        height: 2px;
        width: 60%;
        border-radius: 1px;
        background: #fff;
        left: 20%;
        margin-top: -1px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .section-banner .tabs-wrapper .room-wrapper .remove-room:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.section-banner .tabs-wrapper .show-qty {
    display: block;
}

.scroll-lock-mb .section-banner .tabs-wrapper {
    z-index: auto;
}

@media screen and (min-width: 1200px) {
    .section-banner .container-custom {
        max-width: 1222px;
    }
}

@media screen and (min-width: 992px) {
    .section-banner .tab-header {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1000px) {
    /*.section-banner .tabs-wrapper {
		margin-top: 90px;
	}*/

    .section-banner .tabs-wrapper .passenger-qty-wrapper {
        right: 90px;
    }

        .section-banner .tabs-wrapper .passenger-qty-wrapper:before {
            width: 202px;
        }
}

@media screen and (max-width: 1000px) {
    .section-banner .tabs-wrapper .passenger-qty-wrapper {
        position: fixed;
        top: inherit;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 199;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100vw;
        max-width: 100vw;
        overflow-y: auto;
        background-color: transparent;
        border: none;
        text-align: left;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .section-banner .tabs-wrapper .passenger-qty-wrapper:before {
            display: none;
        }

        .section-banner .tabs-wrapper .passenger-qty-wrapper .passenger-content {
            padding: 0 10px;
            margin-top: 34px;
            width: 100vw;
            max-width: 100vw;
            height: 100%;
            text-align: left !important;
            background-color: #fff;
        }

        .section-banner .tabs-wrapper .passenger-qty-wrapper .passenger-qty {
            left: inherit;
            right: 0;
            float: right;
        }

    .passenger-qty-holder {
        padding: 21px 4px 10px;
      width:30%; 
     }


    .section-banner .tabs-wrapper .passenger-qty-wrapper .btn-close {
        display: block;
        top: 9px;
        right: 0;
        left: 0;
        margin: 0 auto;
        padding: initial;
        height: 26px;
        width: 26px;
        border: none;
    }

        .section-banner .tabs-wrapper .passenger-qty-wrapper .btn-close:before, .section-banner .tabs-wrapper .passenger-qty-wrapper .btn-close:after {
            top: -17px;
            left: 2px;
            width: 100%;
            background: #fff;
        }
}

@media screen and (max-width: 1000px) {
    .section-banner .tabs-wrapper .nav-link {
        font-size: 22px;
    }

    .section-banner .tabs-wrapper .radio-button-wrapper {
        padding-top: 18px;
        padding-bottom: 18px;
        overflow: hidden;
    }

    .section-banner .tabs-wrapper .field-wrapper {
        /*margin-top: 16px;*/
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section-banner .tabs-wrapper .form-group {
        width: 100%;
        position: relative;
    }

    /*.section-banner .tabs-wrapper .content-wrapper {
		padding: 0 15px 32px;
	}*/

    .section-banner .tabs-wrapper .input-icon {
        top: 20px;
    }

    .section-banner .container-custom {
        padding: 0 15px;
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .section-banner .tabs-wrapper .btn-search:active, .section-banner .tabs-wrapper .btn-search:focus, .section-banner .tabs-wrapper .btn-search:hover {
        background: #fff;
        border: 1px solid #72c130;
    }

        .section-banner .tabs-wrapper .btn-search:active .fa-search, .section-banner .tabs-wrapper .btn-search:focus .fa-search, .section-banner .tabs-wrapper .btn-search:hover .fa-search {
            color: #72c130;
        }
}

@media screen and (max-width: 991px) {
    .section-banner .form-error .ng-scope {
        top: 57px;
        font-size: 13px;
    }

    .section-banner .banner {
        padding-bottom: 199px;
    }

    .section-banner .mb-none {
        display: none;
    }

    .section-banner .tab-header {
        display: block;
        padding: 15px 30px;
        width: 100%;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        font-size: 20px;
        background: #0072bb;
        border-bottom: 1px solid #fff;
    }

    /*.section-banner .tabs-wrapper {
		padding: 0 17px;
		margin-top: -184px;
	}*/

    .section-banner .tabs-wrapper .form-active:after {
        display: none;
    }

    .section-banner .tabs-wrapper .form-passenger-active:after {
        display: none;
    }

    /*.section-banner .tabs-wrapper .content-wrapper {
        padding: 0 27px;
    }*/

    .section-banner .tabs-wrapper .nav-item {
        padding-right: 0;
    }

        .section-banner .tabs-wrapper .nav-item:first-child .nav-link {
            border-left: none;
        }

        .section-banner .tabs-wrapper .nav-item:last-child .nav-link {
            border-right: none;
        }

    .section-banner .tabs-wrapper .nav-link {
        background: #0072bb;
        border: 0.5px solid rgba(255,255,255,0.52);
        border-top: none;
    }

        .section-banner .tabs-wrapper .nav-link .tabs-title-icon {
            color: #fff;
            opacity: 0.5;
        }

        .section-banner .tabs-wrapper .nav-link.active {
            border: 0.5px solid rgba(255,255,255,0.52);
            border-top: none;
        }

            .section-banner .tabs-wrapper .nav-link.active .tabs-title-icon {
                opacity: 1;
            }

    .section-banner .tabs-wrapper .radio-button-wrapper {
        display: none;
    }

    .section-banner .tabs-wrapper .radio-select-wrapper {
        display: block;
        position: relative;
    }

        .section-banner .tabs-wrapper .radio-select-wrapper:before {
            content: " ";
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            margin: 0 5px 0 0;
            width: 13px;
            height: 13px;
            border-radius: 11px;
            border: 1px solid #fff;
            background: #fff;
        }

        .section-banner .tabs-wrapper .radio-select-wrapper:after {
            border-radius: 11px;
            width: 7px;
            height: 7px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 3px;
            content: " ";
            display: block;
            background: #72c130;
        }

    .section-banner .tabs-wrapper .radio-select {
        padding-top: 1px;
        padding-left: 16px;
        padding-bottom: 23px;
        margin-top: 22px;
        width: 100%;
        font-size: 13px;
        font-weight: 800;
        color: #fff;
        text-transform: uppercase;
        border: none;
        border-bottom: 1px solid #fff;
        background: transparent;
        background: url("../assets/images/arrow-down-white.png") no-repeat;
        background-position: top 7px right 6px;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .section-banner .tabs-wrapper .radio-select::-ms-expand {
            display: none;
        }

        .section-banner .tabs-wrapper .radio-select > * {
            color: #0072bb;
        }

    .section-banner .tabs-wrapper .fa-plane {
        -webkit-transform: rotate(-38deg);
        transform: rotate(-38deg);
    }

    .section-banner .tabs-wrapper .form-group {
        margin-bottom: -12px;
    }

    .section-banner .tabs-wrapper .form-group {
        margin-bottom: 15px;
    }

    .section-banner .tabs-wrapper .form-field {
        width: 100%;
    }

    .section-banner .tabs-wrapper .tabs-title-text {
        display: none;
    }

    .section-banner .tabs-wrapper .tabs-title-icon {
        display: block;
    }

    .section-banner .tabs-wrapper .btn-wrapper, .section-banner .tabs-wrapper .btn-search {
        width: 98%;
        margin-right:0px;
    }
}

@media screen and (max-width: 767px) {
    .section-banner .banner {
        padding-top: 73px;
        padding-bottom: 78px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(31,31,31,0.07)), to(rgba(12,12,12,0.15))),url(../assets/images/banner.png);
        background: linear-gradient(rgba(31,31,31,0.07), rgba(12,12,12,0.15)),url(../assets/images/banner.png);
        background-size: cover;
        background-position: center;
    }

    .section-banner .logo {
        width: 171px;
    }

    /*.section-banner .tabs-wrapper {
		margin-top: -65.5px;
	}*/

    .section-banner .tabs-wrapper .nav-link {
        padding: 18px 0;
    }

    .section-banner .tabs-wrapper .form-group {
        margin-bottom: 19px;
        padding-right: 0;
    }
}

@media screen and (max-width: 575px) {
    /*.section-banner .tabs-wrapper {
		padding: 2px 13px;
		margin-top: -60.5px;
		margin-left: 0;
	}*/

    .section-banner .tabs-wrapper .tabs-title-icon {
        font-size: 17px;
    }
}

@media screen and (max-width: 991px) {
    .section-banner-home .banner {
        padding-bottom: 0;
        background-repeat: no-repeat;
        background-size: 100% 424px;
        background-position: top center;
    }

    .section-banner-home .tabs-wrapper {
        margin-top: 16px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .section-banner-home .banner {
        background-size: 100% 198px;
    }
}

@media screen and (max-width: 575px) {
    .section-banner-home .banner {
        background-size: 100% 195px;
    }
}

@media screen and (min-width: 992px) {
    .section-banner-inner .banner {
        padding-top: 66px; /*christ to check*/
        padding-bottom: 93px;
    }

    .section-banner-inner .tabs-wrapper {
        margin-top: -86px;
    }

        .section-banner-inner .tabs-wrapper .radio-button-wrapper {
            padding-top: 16px;
        }

    .section-banner-inner .flight-details {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .section-banner-inner .container-custom {
        padding: 0;
    }

    .section-banner-inner .flight-details {
        position: relative;
        display: block;
        padding: 25px 17px 23px;
        color: #fff;
        background: #0072bb;
    }

    .section-banner-inner .fa-edit {
        position: absolute;
        right: 18px;
        display: block;
        height: 20px;
        width: 20px;
        background: url(../assets/images/icon-pencil.png) no-repeat;
        /*cursor:pointer;christ to check*/
    }

        .section-banner-inner .fa-edit:before {
            display: none;
        }

    .section-banner-inner .arrow-destination {
        position: relative;
        top: 5px;
        margin-left: 15px;
        margin-right: 14px;
        width: 94px;
        height: 8px;
    }

    .section-banner-inner .flight-place {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 4px;
        font-size: 15px;
        font-weight: 100;
        text-transform: uppercase;
    }

    .section-banner-inner .flight-date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 11px;
        font-size: 15px;
    }

    .section-banner-inner .flight-type {
        font-size: 15px;
        text-transform: uppercase;
    }

    .section-banner-inner .flight-passengers {
        margin-top: 4px;
        font-size: 15px;
    }

    .section-banner-inner .flight-departure {
        margin-right: 33px;
    }

        .section-banner-inner .flight-departure > * {
            margin-left: 4px;
        }

    .section-banner-inner .flight-return {
        margin-right: 33px;
        word-spacing: 1px;
    }

        .section-banner-inner .flight-return > * {
            margin-left: 26px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-banner-inner .banner {
        padding-top: 102px;
    }

    .section-banner-inner .tabs-wrapper {
        margin-top: -147px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .section-banner-inner .tabs-wrapper {
        margin-top: -58.5px;
    }
}

.section-banner-logged .tabs-wrapper .nav-item:nth-child(6),
.section-banner-logged .tabs-wrapper .nav-item:nth-child(7) {
    width: 12.26%;
}

/*.section-banner-logged .tabs-wrapper .nav-item:nth-child(3) {
	width: 18.26%;
}*/

.section-banner-logged .tabs-wrapper .nav-item {
    width: 12.58%;
}

@media (min-width: 992px) {
    .section-banner-logged .tabs-wrapper .nav-item:nth-child(8) .nav-link, .section-banner-logged .tabs-wrapper .nav-item:nth-child(5) .nav-link, .section-banner-logged .tabs-wrapper .nav-item:nth-child(3) .nav-link {
        padding-bottom: 0;
        padding-top: 1px;
    }
}

.section-banner-logged .tabs-wrapper .nav-link {
    font-size: 21px;
}

.section-banner-logged .tabs-wrapper .form-group {
    width: 25%;
}

.section-banner-logged .tabs-wrapper .radio-button-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .section-banner-logged .tabs-wrapper .radio-button-wrapper .radio-tab-label {
        margin-right: 20px;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .section-banner-logged .tabs-wrapper .radio-button-wrapper .radio-button-label {
        /*margin-right: 23px;*/
        /*margin-right:30px;*/
    }

.section-banner-logged .tabs-wrapper .content-wrapper {
    padding-bottom: 22px;
}

.section-banner-logged .tab-btn-reset {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    border-bottom: 2px rgba(255,255,255,0.8) solid;
    opacity: .8;
}

@media screen and (max-width: 1000px) {
    .section-banner-logged .tabs-wrapper .nav-link {
        font-size: 17px;
    }
}

@media screen and (max-width: 991px) {
    .section-banner-logged .tabs-wrapper .form-group {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .section-banner-logged .tabs-wrapper .nav-item:nth-child(3) .nav-link,
    .section-banner-logged .tabs-wrapper .nav-item:nth-child(5) .nav-link {
        padding: 18px 0;
    }
}

@media screen and (max-width: 575px) {
    .section-banner-logged .tabs-wrapper .nav-item:nth-child(2) .nav-link {
        padding: 21.5px 0;
    }

    .section-banner-logged .tabs-wrapper .nav-item:nth-child(2) .tabs-title-icon {
        font-size: 12px;
    }
}


 

.ui-datepicker-multi .calendar-text {
    display: none;
}

.calendar-text, .calendar-text-full-flight {
    text-align: left;
}

.section-progress {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .section-progress {
        margin-bottom: 49px;
    }
}

.section-progress.alt-section-progress {
    margin: 56px 0 34px;
}

@media (min-width: 1200px) {
    .section-progress.alt-section-progress .container-custom-2 {
        max-width: 1372px;
    }
}

.section-progress.alt-section-progress .progress-holder.active {
    background: #1072b9;
}

.section-progress.alt-section-progress .progress-holder.confirmed {
    background: #1072b9;
}

.section-progress.cyan .progress-holder.active {
    background: #00919e;
}

.section-progress.cyan .progress-holder:hover {
    background: #00becf !important;
}

.section-progress.cyan .progress-holder.confirmed {
    background: #00919e;
}

.section-progress .row {
    display: block;
}

.section-progress .progress-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-progress .progress-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 8px; /*christ to check*/
    padding-bottom: 8px; /*christ to check*/
    width: 33.33%;
    background-color: #eff0ef;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .section-progress .progress-holder:first-child {
        z-index: 4;
    }

    .section-progress .progress-holder:nth-child(2) {
        z-index: 3;
    }

    .section-progress .progress-holder:nth-child(3) {
        z-index: 2;
    }

    .section-progress .progress-holder:last-child {
        z-index: 1;
    }

    .section-progress .progress-holder:not(:last-child):before, .section-progress .progress-holder:not(:last-child):after {
        content: '';
        position: absolute;
        right: -3px;
        left: initial;
        z-index: 1;
        width: 8px;
        height: calc(50% + 12px);
        background: #fff;
    }

    .section-progress .progress-holder:not(:last-child):before {
        top: -10px;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    .section-progress .progress-holder:not(:last-child):after {
        bottom: -10px;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

.section-progress .progress-text {
    padding: 0 10px;
    font-family: "Century Gothic";
    font-size: 18px;
    color: #767676;
    text-align: center;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.section-progress .progress-holder {
    cursor: pointer;
}

    .section-progress .progress-holder:hover {
        background: #77b9e7 !important;
    }

    .section-progress .progress-holder.active {
        background-color: #55a7e1;
    }

        .section-progress .progress-holder.active .progress-text {
            position: relative;
            font-family: "Century Bold";
            color: #fff;
        }

    .section-progress .progress-holder.confirmed {
        background-color: #55a7e1;
    }

        .section-progress .progress-holder.confirmed .progress-text {
            position: relative;
            font-family: "Century Bold";
            color: #fff;
        }

            .section-progress .progress-holder.confirmed .progress-text:after {
                content: url("../assets/images/progress-checked.png");
                position: absolute;
                top: 4%;
                right: -14px;
            }

    .section-progress .progress-holder.disabled {
        pointer-events: none;
    }

.section-progress .progress-wrapper-hotel .progress-holder {
    width: 25%;
}

.section-progress .progress-highlight .progress-text {
    font-family: "Century Bold";
    color: #fff;
}

@media screen and (max-width: 1000px) {
    .section-progress .container-custom {
        max-width: 100%;
    }

    .section-progress .progress-wrapper-hotel .progress-text {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-progress .progress-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .section-progress .progress-wrapper {
        display: -webkit-box;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .section-progress .progress-holder {
        width: 75%;
    }

    .section-progress .swiper-slide {
        width: 85%;
    }

    .section-progress .progress-wrapper-hotel .progress-holder {
        width: 75%;
    }
}

@media screen and (max-width: 767px) {
    .section-progress .container-custom {
        padding-right: 15px;
        padding-left: 15px;
    }

    .section-progress .progress-holder {
        padding-top: 8px;
        padding-bottom: 8px;
        width: 85%;
    }

    .section-progress .progress-2 {
        left: -57%;
    }
}

@media screen and (max-width: 575px) {
    .section-progress .progress-text {
        font-size: 16px;
    }

    .section-progress .progress-wrapper-hotel .progress-holder {
        width: 83%;
    }
}

@media screen and (max-width: 374px) {
    .section-progress .progress-text {
        font-size: 14px;
    }

    .section-progress .progress-wrapper-hotel .progress-text {
        font-size: 14px;
    }
}

.steps-wrapper .steps-holder {
    display: none;
}

    .steps-wrapper .steps-holder.active {
        display: block;
    }

.section-progress .desabled {
    pointer-events: none !important;
}

.section-combination .flight-combination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 306px;
}

.section-combination .flight-combination-total {
    background-color: #f9f9f9;
}

.section-combination .flight-combination-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
    text-transform: uppercase;
}

.section-combination .flight-combination-text {
    font-family: "Century Bold";
    color: #0072bb;
}

.section-combination .flight-combination-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 55px;
}

.section-combination .flight-combination-amount {
    font-family: "Century Bold";
    font-size: 26px;
    color: #72c130;
}

.section-combination .flight-combination-passenger {
    font-family: "Century Bold";
    font-size: 14px;
}

.section-combination .flight-class-wrapper {
    margin-top: 10px;
}

.section-combination .flight-class-title {
    font-family: "Century Bold";
    font-size: 14px;
    color: #5e5e5e;
}

.section-combination .fa-info-circle {
    margin-top: 3px;
    margin-left: 10px;
    font-size: 14px;
}

.section-combination .fa-info-circle-blue {
    color: #0072bb;
}

@media screen and (max-width: 1000px) {
    .section-combination .fa-info-circle {
        margin-top: 0;
    }
}

@media screen and (max-width: 991px) {
    .section-combination tbody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .section-combination tbody tr:first-child {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }
}

.section-cards {
    margin-top: 76px;
    text-align: center;
}

    .section-cards .container-custom {
        position: relative;
    }

    .section-cards .cards-wrapper {
        position: relative;
        margin-bottom: 64px;
    }

        .section-cards .cards-wrapper:first-child {
            margin-bottom: 83px;
        }

        .section-cards .cards-wrapper:last-child {
            margin-bottom: 0;
        }

    .section-cards .cards-heading, .sub-wrapper-title-featured .tab-title-featured {
        margin: .7em auto;
        width: 70%;
        overflow: hidden;
        font-size: 27px;
        color: #0072bb;
        text-align: center;
        text-transform: uppercase;
    }

        .section-cards .cards-heading:before, .section-cards .cards-heading:after, .sub-wrapper-title-featured .tab-title-featured:before, .sub-wrapper-title-featured .tab-title-featured:after {
            content: "";
            display: inline-block;
            margin: 0 .5em 0 -55%;
            vertical-align: middle;
            width: 5.2%;
            border-bottom: 1px solid;
        }

        .section-cards .cards-heading:after, .sub-wrapper-title-featured .tab-title-featured:after {
            margin: 0 -55% 0 .5em;
        }

    .section-cards .cards-title {
        margin: 13px auto 0;
        width: 100%;
        max-width: 90%;
        font-size: 16px;
        color: #0072bb;
        text-transform: uppercase;
    }

    .section-cards .cards-date, .section-cards .cards-price {
        font-size: 16px;
    }

        .section-cards .cards-date:before, .section-cards .cards-price:before {
            content: "";
            display: block;
            margin: 6px auto 4px;
            width: 27px;
            height: 1px;
            background-color: #6f6f6f;
        }

    .section-cards .cards-days {
        font-size: 15px;
    }

    .section-cards .card-image {
        width: 100%;
        max-width: 274px;
        height: 100%;
        max-height: 160px;
    }

    .section-cards .btn-view-wrapper {
        position: absolute;
        top: 3px;
        right: 7px;
    }

    .section-cards .btn-view {
        padding: 4px 30px;
        font-family: "Century Bold";
        font-size: 15px;
        color: #6f6f6f;
        text-transform: uppercase;
        text-decoration: none;
        border: 1px solid #e9e9e9;
    }

    .section-cards .swiper-container {
        margin-top: 28px;
    }

@media screen and (min-width: 1200px) {
    .section-cards .container-custom {
        max-width: 1461px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-cards .container-custom {
        padding: 0;
    }
}

@media screen and (min-width: 768px) {
    .section-cards .swiper-slide:active, .section-cards .swiper-slide:focus, .section-cards .swiper-slide:hover, .section-cards .cards:active, .section-cards .cards:focus, .section-cards .cards:hover {
        cursor: pointer;
    }

        .section-cards .swiper-slide:active .card-image, .section-cards .swiper-slide:focus .card-image, .section-cards .swiper-slide:hover .card-image, .section-cards .cards:active .card-image, .section-cards .cards:focus .card-image, .section-cards .cards:hover .card-image {
            border: 4px solid #0072bb;
        }

    .section-cards .btn-view:active, .section-cards .btn-view:focus, .section-cards .btn-view:hover {
        color: #fff;
        background: #6f6f6f;
    }
}

@media screen and (max-width: 991px) {
    .section-cards .btn-view-wrapper {
        position: relative;
        top: 19px;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .section-cards .cards-wrapper {
        margin-bottom: 54px;
    }

        .section-cards .cards-wrapper:first-child {
            margin-bottom: 75px;
        }

    .section-cards .card-image {
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .section-cards .cards-heading, .sub-wrapper-title-featured .tab-title-featured {
        position: relative;
        overflow: inherit;
        width: 100%;
        max-width: 280px;
        font-size: 21px;
    }

        .section-cards .cards-heading:before, .section-cards .cards-heading:after, .sub-wrapper-title-featured .tab-title-featured:before, .sub-wrapper-title-featured .tab-title-featured:after {
            content: "";
            position: absolute;
            top: 0;
            display: block;
            margin: inherit;
            vertical-align: inherit;
            width: 10%;
            border-bottom: 1px solid;
        }

        .section-cards .cards-heading:before, .sub-wrapper-title-featured .tab-title-featured:before {
            left: 0;
        }

        .section-cards .cards-heading:after, .sub-wrapper-title-featured .tab-title-featured:after {
            right: 0;
        }

    .section-cards .cards-wrapper {
        margin-bottom: 48px;
    }

        .section-cards .cards-wrapper:first-child {
            margin-bottom: 82px;
        }

            .section-cards .cards-wrapper:first-child .btn-view-wrapper {
                top: 25px;
            }

    .section-cards .btn-view-wrapper {
        top: 5px;
    }
}

.section-promo .promo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-promo .promo-details-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 49.2%;
    height: 100%;
    min-height: 359px;
    color: #fff;
    text-align: center;
    border: 11px solid #EDEDED;
    cursor: pointer;
}

    .section-promo .promo-details-holder:first-child {
        background: url(../assets/images/promo-img-1.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .section-promo .promo-details-holder:nth-child(2) {
        background: url(../assets/images/promo-img-2.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }

.section-promo .promo-text {
    position: relative;
    top: 25px;
    margin: 0 auto;
}

    .section-promo .promo-text:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 35%;
        -webkit-box-shadow: 0px 0px 100px 100px rgba(0,0,0,0.45);
        box-shadow: 0px 0px 100px 100px rgba(0,0,0,0.45);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .section-promo .promo-text:after {
        content: '+';
        position: absolute;
        top: -40px;
        display: none;
        margin: 0 auto;
        width: 100%;
        font-size: 64px;
        opacity: 0;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
    }

.section-promo .promo-title {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 100%;
    max-width: 256px;
    font-family: "Century Bold";
    font-size: 19px;
    text-transform: uppercase;
    opacity: 1;
}

.section-promo .promo-desc {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: 7px;
    font-size: 16px;
    opacity: 1;
}

@media screen and (min-width: 1200px) {
    .section-promo .container-custom {
        max-width: 1355px;
    }
}

@media screen and (max-width: 991px) {
    .section-promo .promo-text {
        top: 24px;
    }

    .section-promo .promo-details-holder {
        width: 100%;
    }

        .section-promo .promo-details-holder:first-child {
            margin-bottom: 17px;
        }
}

@media screen and (min-width: 768px) {
    .section-promo .promo-details-holder:active, .section-promo .promo-details-holder:focus, .section-promo .promo-details-holder:hover {
        border: 11px solid #5aa7df;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
    }

        .section-promo .promo-details-holder:active .promo-title, .section-promo .promo-details-holder:active .promo-desc, .section-promo .promo-details-holder:focus .promo-title, .section-promo .promo-details-holder:focus .promo-desc, .section-promo .promo-details-holder:hover .promo-title, .section-promo .promo-details-holder:hover .promo-desc {
            opacity: 0;
        }

        .section-promo .promo-details-holder:active .promo-text:after, .section-promo .promo-details-holder:focus .promo-text:after, .section-promo .promo-details-holder:hover .promo-text:after {
            display: block;
            opacity: 1;
        }
}

@media screen and (max-width: 767px) {
    .section-promo .promo-text {
        top: 6px;
    }

        .section-promo .promo-text:before {
            -webkit-box-shadow: 0px 0px 100px 62px rgba(0,0,0,0.45);
            box-shadow: 0px 0px 100px 62px rgba(0,0,0,0.45);
        }

    .section-promo .promo-details-holder {
        min-height: 207px;
        border: 6px solid #EDEDED;
    }

        .section-promo .promo-details-holder:first-child {
            margin-bottom: 25px;
        }
}

.section-circle {
    margin-top: 101px;
    margin-bottom: 75px;
}

    .section-circle .circle {
        margin: 0 auto;
        text-align: center;
        cursor: pointer;
    }

    .section-circle .circle-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .section-circle .circle-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 20%;
    }

    .section-circle .circle-border {
        display: inline-block;
        padding: 7px;
        margin: 0 auto;
        background: -webkit-gradient(linear, right bottom, left top, color-stop(20%, #4db0f1), to(#0070bf));
        background: linear-gradient(to left top, #4db0f1 20%, #0070bf 100%);
        border-radius: 50%;
    }

    .section-circle .circle-travel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 107px;
        height: 107px;
        background: #fff;
        border-radius: 50%;
    }

    .section-circle .circle-icon {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 57px;
    }

    .section-circle .circle-title {
        margin-top: 35px;
        font-family: "Century Bold";
        font-size: 16px;
        text-transform: uppercase;
    }

@media screen and (min-width: 1200px) {
    .section-circle .container-custom {
        max-width: 1310px;
    }
}

@media only screen and (min-width: 2000px) {
    .section-circle .container-custom {
        max-width: 1627px;
    }
}

@media screen and (max-width: 991px) {
    .section-circle {
        margin-top: 43px;
        margin-bottom: 47px;
    }

        .section-circle .circle-title {
            margin-top: 34px;
        }
}

@media screen and (min-width: 768px) {
    .section-circle .circle {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .section-circle .circle:active, .section-circle .circle:focus, .section-circle .circle:hover {
            opacity: .7;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-circle-holder {
        width: 25%;
    }

    .section-circle .container-custom {
        padding: 0 20px;
    }
}


.find-dest-flight-circle-title {
    text-align: left;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .section-circle {
        margin-top: 35px;
        margin-bottom: 13px;
    }

        .section-circle .circle-holder {
            display: block;
            margin-bottom: 36px;
            width: 50%;
        }

        .section-circle .circle-travel {
            width: 86px;
            height: 86px;
        }

        .section-circle .circle-icon {
            height: 46px;
        }

        .section-circle .circle-title {
            margin-top: 17px;
            font-size: 14px;
        }

        .section-circle .container-custom {
            padding: 0 15px;
        }
}

.section-form .content-wrapper {
    display: unset;
}

@media (min-width: 1200px) {
    .section-form .middle-input-holder {
        width: 66.66% !important;
        max-width: 66.66% !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 66.66% !important;
        flex: 0 0 66.66% !important;
    }
}

.section-form .form-wrapper + .form-wrapper {
    padding-top: 25px;
}

.section-form .payment-button .form-check-custom {
    padding-left: 20px !important;
}

@media (min-width: 992px) {
    .section-form .payment-button .form-check-custom {
        padding-left: 0 !important;
    }
}

.section-form .input-holder.w-100 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.section-form .hotel-summary {
    display: none;
}

    .section-form .hotel-summary.active {
        display: block;
    }

.section-form .card-header {
    background: transparent;
}

.section-form .custom-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-form .content-left {
    max-width: 70.2%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.2%;
    flex: 0 0 70.2%;
    width: 70.2%;
}

    .section-form .content-left .input-custom {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        min-width: 1px;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #f0f0f0;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0;
        -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    }

.section-form .section-heading {
    font-family: "Century Gothic";
    font-size: 21px;
    color: #55a7e1;
    letter-spacing: 0.7px;
    font-weight: 600;
}

.section-form .content-custom {
    margin-top: 20px;
    margin-bottom: 15px;
}

.section-form .accordion-room {
    border-right: none;
    border-left: none;
    border-bottom: none;
    border-radius: 0;
}

.section-form .room-header {
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.125) !important;
}

.section-form .card {
    background-color: transparent;
    border-radius: 1px;
}

.section-form .header-custom {
    border-bottom: 0;
    background-color: transparent;
}

.section-form .button-custom {
    position: relative;
    width: 100%;
    font-family: "Century Bold";
    font-size: 20px;
    color: #444;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.section-form .button-icon {
    position: absolute;
    right: 0;
    top: 0;
}

.section-form .accordion-icon {
    padding-left: 15px;
}

.section-form #accordion-up1 {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.section-form #accordion-up2 {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.section-form .rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section-form .collapsed {
    color: #a5a5a5;
}

.section-form .room-accordion:before {
    content: "-";
    float: right !important;
    padding-right: 5px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.section-form .room-accordion.collapsed:before {
    content: "+";
    padding-right: 5px;
    float: right !important;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.section-form .room-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Century Gothic";
    color: #0072bb;
}

.section-form .img-icon {
    padding-right: 10px;
}

.section-form .card-custom {
    padding-top: 0;
    background-color: transparent;
}

.section-form .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-form .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-form .form-title {
    width: 70%;
}

.section-form .form-checkbox {
    width: 30%;
    padding: 10px;
    border: 1px solid #f0f0f0;
}

.section-form .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-form .checkbox-label-input:checked ~ .checkbox-label:after {
    background-image: url(../assets/images/checkbox.png);
    background-size: 25px 25px;
}

.section-form .checkbox-label {
    font-family: "Century Bold";
    font-size: 16px;
    color: #0072bb;
    padding-left: 10px;
}

    .section-form .checkbox-label:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 20px;
        height: 20px;
        background-color: #fff;
        border: 1px solid #999;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .section-form .checkbox-label:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 20px;
        height: 20px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50% 50%;
    }

.section-form .radio-label {
    font-family: "Century Bold";
    font-size: 15px;
    line-height: 22px;
    color: #6f6f6f;
    position: relative;
}

    .section-form .radio-label .price-label {
        /*display: table;*/
        font-size: 14px;
        padding-left: 5px;
    }

    .section-form .radio-label:before {
        content: " ";
        display: inline-block;
        position: relative;
        top: 2px;
        left: 0;
        margin: 0 5px 0 0;
        width: 13px;
        height: 13px;
        border-radius: 11px;
        border: 1px solid #6f6f6f;
        background-color: transparent;
    }

.section-form .form-check-input[type="radio"]:checked + .radio-label {
    color: #55a7e1;
}

    .section-form .form-check-input[type="radio"]:checked + .radio-label:after {
        border-radius: 11px;
        width: 7px;
        height: 7px;
        position: absolute;
        top: 8px;
        left: 3px;
        content: " ";
        display: block;
        background: #72c130;
    }

.section-form .radio-button {
    display: none;
}

.section-form .radio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-form .form-title {
    width: 70%;
}

.section-form .form-checkbox {
    width: 30%;
    padding: 10px;
    border: 1px solid #f0f0f0;
}

.section-form .checkbox-label-input:checked ~ .checkbox-label:after {
    background-image: url(../assets/images/checkbox.png);
    background-size: 25px 25px;
}

.section-form .price-label {
    /*display: table;*/
    font-size: 14px;
}

.section-form .radio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .section-form .radio-wrapper .form-check-custom {
        padding: 20px 100px 20px 15px; /*christ to check*/
    }

.section-form .extra-wrapper {
    margin-top: 20px;
}

.section-form .location {
    padding-bottom: 5px;
    font-family: "Century Bold";
    font-size: 15px;
    color: #55a7e1;
    border-bottom: 1px solid #d5d5d5;
}

.section-form .form-check-custom {
    margin: 15px 0;
    /*padding-left: 0;christ to check*/
}

.section-form .form-title,
.section-form .form-title-applyallpassengers,
.section-form .form-title-guestpassword {
    font-family: "Open Sans";
    font-size: 21px;
    color: #55a7e1;
    letter-spacing: 0.5px;
}

.section-form .form-subtitle {
    font-size: 12px;
    font-style: italic;
}

.section-form .custom-form {
    margin-top: 20px;
}

.section-form .input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.section-form .form-group {
    margin-bottom: 0rem;
}

.section-form .date-form-group {
    width: 100%;
}

.section-form .input-holder {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 33.33%;
    padding: 10px 8px;
}

.section-form .label-custom-select {
    position: absolute;
    font-size: 18px;
    color: #767676;
}

.section-form .select-custom, .section-form .select-custom-flag {
    position: relative;
    width: 55px;
    padding: 0 0 0 5px;
    max-width: 100%;
    font-size: 14px;
    border-radius: 0;
    -webkit-appearance: none;
    background: #f0f0f0 url(../assets/images/arrow-down-gray.png) no-repeat;
    background-position: top 16px right 10px;
}

.section-form .select-custom-flag {
    width: 90px;
    cursor: pointer;
}

.section-form .adjust-width {
    width: 34px;
}

.section-form .adjust-padding {
    padding: 3px 1px 5px 6px !important;
}

.section-form select::-ms-expand {
    display: none;
}

.section-form .arrow-holder {
    position: relative;
    height: 100%;
}

    .section-form .arrow-holder .textfirst {
        height: 100%;
        min-width: 48px;
        padding: 0 24px 0 0 !important;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .section-form .arrow-holder .textfirst img {
            float: none;
            margin: 0 !important;
            display: inline-block;
            vertical-align: top;
        }

.section-form .select-arrow {
    position: absolute;
    top: 11px;
    right: 6px;
    pointer-events: none;
}

.section-form .country-img {
    float: right;
    margin-top: 5px;
    margin-right: 7px;
}

.section-form .arrow-full {
    width: 100%;
}

.section-form .country-holder {
    position: relative;
    padding: 0 18px;
}

.section-form .list-country {
    padding: 13px 0;
    margin: 0 10px;
}

    .section-form .list-country.selected {
        display: none;
    }

.section-form .country-text {
    margin: 0 7px;
}

.section-form .select-country-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-form .select-holder {
    position: absolute;
    top: 36px;
    right: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    padding: 0 12px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border: 1px solid;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .section-form .select-holder.show-expand-country {
        z-index: 99;
        opacity: 1;
        pointer-events: initial;
    }

.section-form .list-country {
    border-bottom: 1px solid;
}

    .section-form .list-country:nth-last-child(2) {
        border-bottom: none;
    }

    .section-form .list-country .holder-icon {
        border: 1px solid #e2e2e2;
    }

.section-form .country-text {
    margin: 0 14px;
    font-size: 13px;
}

.section-form .select-full {
    max-width: 100%;
    width: 100%;
    padding: 0;
    padding-left: 13px;
    font-weight: bold;
}

.section-form .custom-select-full {
    padding: 5px;
    text-align-last: auto;
    font-weight: normal;
}

.section-form .select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-form .mm-dropdown {
    border: 1px solid #ddd;
    border-radius: 0;
}

.section-form .flags-list {
    position: absolute;
    z-index: 99;
    padding: 0;
    margin-left: -5px;
    margin-top: 0;
    list-style: none;
    background-color: white;
    border: 1px solid #ced4da;
}

.section-form .input-option, .section-form .textfirst {
    padding: 0;
    color: #333;
    padding: 3px 20px 5px 6px;
}

.section-form .down {
    float: right;
    margin-top: 5px;
}

.section-form .input-option {
    display: none;
}

    .section-form .input-option:last-child {
        border-bottom: 0;
    }

    .section-form .input-option.main {
        display: block;
    }

.section-form .label-custom {
    font-size: 18px;
    color: #767676;
}

.section-form .insurance-wrapper,
.section-form .passengers-wrapper-travel-insurance {
    display: none;
}

.section-form .insurance-wrapper-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-form .form-divider {
    margin: 30px 0 50px;
    border-top: 1px solid #d5d5d5;
}

.section-form .comments-wrapper,
.section-form .insurance-information-wrapper {
    padding-top: 15px;
}

    .section-form .comments-wrapper .form-divider {
        margin: 12px 0 30px;
    }

.section-form .character-count {
    padding: 10px 0;
    font-family: "Century Gothic";
    font-size: 15px;
}

.section-form .form-group ::-webkit-input-placeholder {
    font-size: 15px;
}

.section-form .form-group ::-moz-placeholder {
    font-size: 15px;
}

.section-form .form-group :-ms-input-placeholder {
    font-size: 15px;
}

.section-form .form-group :-moz-placeholder {
    font-size: 15px;
}

.section-form .textarea-custom {
    height: 170px;
    resize: none;
    width: 100%;
    padding: 18px 12px;
    font-family: "Century Gothic";
    background-color: #f1f1f1;
    border: none;
    border-radius: 0;
}

.section-form .notes-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}

.section-form .swiper-custom {
    border-bottom: 1px solid #999;
}

    .section-form .swiper-custom .nav-tabs {
        border: none;
    }

.section-form .notes-label {
    padding-bottom: 10px;
    font-family: "Century Gothic";
    font-size: 23px;
    color: #999;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.section-form .notes-label-active {
    font-family: "Open Sans";
    color: #0072bb;
    border-bottom: 2px solid #0072bb;
}

.section-form .notes-label:hover {
    color: #1072b9 !important;
}

.section-form .swiper-container {
    width: 100%;
    height: 100%;
}

.section-form .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    text-align: center;
    background: #fff;
}

.section-form .slide-custom {
    width: auto !important;
}

.section-form .custom-swiper-slide {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100% !important;
    margin-right: 0 !important;
}

    .section-form .custom-swiper-slide .swiper-slide {
        width: auto;
        margin-right: 30px;
    }

    .section-form .custom-swiper-slide .notes-label {
        padding: 0 10px 15px;
        font-family: "Century Gothic";
        font-size: 22px;
        color: #999;
        letter-spacing: 0.5px;
        text-decoration: none;
        margin-bottom: -1px;
        border-bottom: 4px solid transparent;
    }

    .section-form .custom-swiper-slide .notes-label-active {
        font-family: "Open Sans";
        color: #0072bb;
        position: relative;
        border-bottom: 4px solid #0072bb;
    }

.section-form .notes-collapse {
    margin-top: 20px;
}

.section-form .notes-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 768px) {


    .tour-confirmbooking-main .section-form .notes-contents {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 12px 90px 17px 0;
    }


    .section-form .notes-contents {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        padding: 12px 90px 17px 0;
    }

    /*.section-form .notes-contents:nth-child(even) {
            padding: 12px 10px 17px 38px;
        }*/
}

.section-form .notes-title {
    padding-bottom: 10px;
    font-family: "Century Bold";
    font-size: 15px;
    color: #55a7e1;
    text-transform: uppercase;
}

.section-form .notes-details {
    font-family: "Century Gothic";
    font-size: 14px;
    color: #999;
}

.section-form .notes-link {
    color: #999;
}

    .section-form .notes-link:hover {
        text-decoration: underline;
    }

.section-form .content-right {
    max-width: 27.7%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.7%;
    flex: 0 0 27.7%;
    width: 27.7%;
}

    .section-form .content-right .form-check-input[type="radio"]:checked + .radio-label:after {
        top: 11px;
    }

.section-form .right-content .form-check-input[type="radio"]:checked + .radio-label:after {
    top: 11px;
}

.section-form .summary.small-content .total-title {
    font-size: 16px !important;
}

.section-form .summary.small-content .total-price {
    font-size: 16px;
    white-space: nowrap;
}

.section-form .summary.small-content .summary-input {
    padding: 15px 18px 25px;
}

    .section-form .summary.small-content .summary-input ::-webkit-input-placeholder {
        color: #444;
    }

    .section-form .summary.small-content .summary-input :-moz-placeholder {
        color: #444;
    }

    .section-form .summary.small-content .summary-input ::-moz-placeholder {
        color: #444;
        opacity: 1;
    }

    .section-form .summary.small-content .summary-input :-ms-input-placeholder {
        color: #444;
    }

.section-form .summary.small-content .summary-total-wrapper .others-summary .total-price {
    font-size: 34px;
    line-height: 1;
}

.section-form .summary-fixed {
    display: none;
}

.section-form .summary-fixed-wrapper {
    text-align: center;
    font-family: "Century Bold";
    font-size: 18px;
    color: white;
    background-color: white;
}

.section-form .fixed-text {
    padding: 20px;
    width: 100%;
    color: white;
    background-color: transparent;
    border: none;
}

.section-form .fixed-total {
    margin-right: 1px;
    width: 50%;
    background-color: #55a7e1;
}

.section-form .fixed-payment {
    margin-left: 0;
    width: 50%;
    background-color: #72c130;
}

.section-form .summary-wrapper {
    background-color: white;
}

.section-form .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.section-form .flight-summary-total {
    padding: 0 18px;
}

.section-form .flight-class {
    margin-top: 20px;
    font-weight: 800;
    font-size: 14px;
    color: #5aa7df;
}

.section-form .flight-summary-details {
    margin-top: 9px;
    width: 100%;
    max-width: 266px;
    font-size: 15px;
}

.section-form .bold-text {
    font-weight: 800;
}

.section-form .flight-passenger {
    padding: 0;
    margin-top: 16px;
    list-style: none;
}

.section-form .flight-passenger-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 9px;
    padding-bottom: 13px;
    border-bottom: 1px solid #d3d5d4;
}

    .section-form .flight-passenger-item:first-child {
        padding-top: 0;
    }

    .section-form .flight-passenger-item:last-child {
        border-bottom: none;
    }

.section-form .person, .section-form .amount {
    font-family: "Century Bold";
    font-size: 17px;
    width: 50%;
}

.section-form .person {
    text-transform: uppercase;
}

.section-form .amount {
    text-align: right;
    color: #72c130;
}

.section-form .summary {
    padding-bottom: 25px;
}

.section-form .icon-stars {
    width: 20px;
    height: 18px;
}

.section-form .summary-heading-wrapper {
    background-color: #55a7e1;
}

.section-form .summary-heading {
    padding: 16px 23px;
    letter-spacing: 1px;
    font-family: "Century Bold";
    font-size: 18.5px;
    color: #eff0ef;
    text-transform: uppercase;
}

.section-form .summary-content-wrapper {
    padding: 12px 18px;
    background-color: #edefee;
}

.section-form .summary-holder {
    padding-bottom: 15px;
}

    .section-form .summary-holder:nth-child(n+2) {
        border-top: 2px solid #d5d5d5;
    }

.section-form .summary-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
}

.section-form .icon-departure, .section-form .icon-return {
    width: 16px;
    height: 16px;
}

.section-form .title {
    margin-left: 10px;
    font-family: "Century Bold";
    font-size: 15px;
    color: #0072bb;
    text-transform: uppercase;
}

.section-form .table-details {
    position: relative;
    padding: 0;
    width: 33.33%;
    font-family: "Open Sans";
    font-size: 15px;
    text-transform: uppercase;
    color: #55a7e1;
    border: none;
}

    .section-form .table-details:nth-child(2) {
        text-transform: none;
        color: #767877;
    }

.section-form .details-date {
    color: #767676;
    text-transform: none;
}

.section-form .hotel-total-details {
    border-bottom: 1px solid #d3d5d4;
}

    .section-form .hotel-total-details:last-child {
        border-bottom: none;
    }

    .section-form .hotel-total-details .table-details {
        padding-top: 26px;
        padding-bottom: 9px;
    }

.section-form .hotel-room-summary {
    line-height: 18px;
}

.section-form .details-place {
    font-family: "Century Bold";
}

.section-form .duration {
    padding-left: 20px;
    font-family: "Century Bold";
}

.section-form .details-code {
    color: #767877;
}

.section-form .table {
    position: relative;
}

.section-form .hotel-nights {
    position: absolute;
    top: -10px;
    left: 15px;
    font-weight: 800;
}

.section-form .hotel-individual-price {
    padding-right: 12px;
    font-family: "Century Bold";
    font-size: 18px;
    text-align: right;
    color: #72c130;
}

.section-form #hotel-summary-total {
    margin-bottom: -20px;
    border: none;
}

    .section-form #hotel-summary-total:nth-child(n+2) {
        border-top: none;
    }

.section-form .hotel-summary .hotel-date {
    color: #767877;
    text-transform: none;
}

.section-form .summary-total-holder .total-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-form .summary-total-holder .total-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    font-family: "Century Bold";
    font-size: 20px;
    text-transform: uppercase;
}

.section-form .summary-total-holder .total-img {
    -ms-flex-item-align: center;
    align-self: center;
}

.section-form .summary-total-holder .total-text {
    padding-left: 10px;
}

.section-form .summary-total-holder .total-price {
    margin-right: 9px;
    width: 20%;
    font-family: "Century Bold";
    font-size: 18px;
    color: #72c130;
    text-align: right;
}

.section-form .summary-total-holder .others-summary {
    padding: 14px 0;
    font-size: 16px;
}

    .section-form .summary-total-holder .others-summary:nth-child(n+2) {
        border-top: 1px solid #d5d5d5;
    }

.section-form .summary-total-holder.alt .btn-dropdown {
    padding-left: 15px !important;
    text-transform: none;
}

    .section-form .summary-total-holder.alt .btn-dropdown .total-text {
        font-size: 14px !important;
        line-height: 1;
        display: inline-block;
        vertical-align: top;
        color: #525252 !important;
        position: static;
        margin: 0 5px 0 0;
    }

    .section-form .summary-total-holder.alt .btn-dropdown .btn-dropdown-icon {
        background: none;
        display: inline-block;
        vertical-align: top;
        line-height: 1;
        font-size: 14px !important;
        display: inline-block;
        vertical-align: top;
        width: auto;
        height: auto;
        position: static !important;
    }

        .section-form .summary-total-holder.alt .btn-dropdown .btn-dropdown-icon:before {
            color: #525252 !important;
            font-size: 14px !important;
            position: static !important;
            display: inline-block;
            vertical-align: top;
        }

.section-form .summary-content-wrapper-total {
    background-color: transparent;
    border: 1px solid #edefee;
    border-bottom: none;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.section-form .summary-input {
    padding: 15px 25px;
    border: 1px solid #edefee;
    border-top: none;
}

    .section-form .summary-input .input-custom {
        display: block;
        padding: 10px 0.75rem;
        min-width: 1px;
        max-width: 100%;
        width: 100%;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        text-align: left;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-right: 0;
        border-radius: 0;
    }

    .section-form .summary-input ::-webkit-input-placeholder {
        font-family: "Century Bold";
        color: #767676;
    }

    .section-form .summary-input ::-moz-placeholder {
        font-family: "Century Bold";
        color: #767676;
    }

    .section-form .summary-input :-ms-input-placeholder {
        font-family: "Century Bold";
        color: #767676;
    }

    .section-form .summary-input :-moz-placeholder {
        font-family: "Century Bold";
        color: #767676;
    }

.section-form .coupon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.section-form .btn-coupon {
    width: 30%;
    font-family: "Century Bold";
    font-size: 18px;
    color: #72c130;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-left: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 15px;
}

.section-form .btn-coupon-text {
    border-bottom: 1.5px solid #72c130;
}

    .section-form .btn-coupon-text:hover {
        color: #00ff03;
        border-bottom: 1.5px solid #00ff03;
    }

.section-form .summary-total-wrapper {
    padding: 17px 25px;
    background-color: #eaeceb;
}

    .section-form .summary-total-wrapper .total-content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section-form .summary-total-wrapper .total-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 75%;
        font-family: "Century Bold";
        font-size: 20px;
    }

    .section-form .summary-total-wrapper .total-price {
        width: 32%;
        font-family: "Century Bold";
        font-size: 30px;
        color: #72c130;
        text-align: right;
    }

.section-form .payment-button .form-check-custom {
    padding-bottom: 25px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.section-form .payment-button .radio-button {
    border: 1px solid #8e8e90;
}

    .section-form .payment-button .radio-button:after {
        border: 3px solid #72c130;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(0, 0);
        transform: translate3d(-50%, -50%, 0) scale(0, 0);
    }

    .section-form .payment-button .radio-button:checked {
        background: #fff;
    }

        .section-form .payment-button .radio-button:checked:after {
            -webkit-transform: translate3d(-50%, -50%, 0) scale(1, 1);
            transform: translate3d(-50%, -50%, 0) scale(1, 1);
        }

    .section-form .payment-button .radio-button[type="radio"] {
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin-bottom: 5px;
        width: 13px;
        height: 13px;
        overflow: hidden;
        vertical-align: middle;
        outline: 0;
        border-radius: 50%;
        cursor: pointer;
    }

        .section-form .payment-button .radio-button[type="radio"]:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            border-radius: 50%;
            -webkit-transition: all 0.1s;
            transition: all 0.1s;
        }

.section-form .payment-button .radio-label, .section-form .payment-button .checkmark-label, .passenger-guide-link {
    font-family: "Century Gothic";
    font-size: 15px;
    color: #6f6f6f;
    line-height: 27px;
}

    .passenger-guide-link:hover {
        color: #72c130;
        font-weight: 500;
    }

@media (min-width: 992px) {
    .passenger-guide-link {
        position: relative;
        left: 15px;
    }
}


.section-form .payment-button .radio-label-red {
    color: red !important;
}

.section-form .payment-button .btn-wrapper .btn-green, .section-form .payment-button .btn-wrapper .btn-white {
    width: 100%;
    padding: 18px 0;
    margin-bottom: 30px;
    font-family: "Century Gothic";
    font-size: 20px;
    color: white;
    background-color: #72c130;
    border-color: #72c130;
    border-radius: 0;
}

    .section-form .payment-button .btn-wrapper .btn-green:hover, .section-form .payment-button .btn-wrapper .btn-white:hover {
        color: #72c130;
        border-color: #72c130;
        background-color: #fff;
    }

@media screen and (max-width: 1000px) {
    .section-form .content-left {
        width: 60%;
    }

    .section-form .card-custom {
        padding: 0 15px;
    }

    .section-form .content-right {
        width: 40%;
    }

    .section-form .notes-label {
        font-size: 16px !important;
    }
}

@media (min-width: 992px) and (max-width: 1000px) {
    .section-form .title-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-form .form-title,
    .section-form .form-title-applyallpassengers,
    .section-form .form-title-guestpassword,
    .section-form .service-description-title {
        width: 100%;
    }

    .section-form .form-checkbox {
        width: 100%;
        margin-top: 10px;
    }

    .section-form .input-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }

    .section-form .notes-contents {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-bottom: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 991px) {
    .section-form .container-custom {
        padding: 0;
    }

    .section-form .custom-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-form .content-left {
        width: 100%;
        max-width: 100%;
    }

    .section-form .content-right {
        width: 100%;
        max-width: 100%;
    }

        .section-form .content-right .form-check-input[type="radio"]:checked + .radio-label:after {
            top: 8px;
        }

    .section-form .right-content .radio-label {
        margin: 0 auto;
        display: table;
    }

    .section-form .right-content .form-check-input[type="radio"]:checked + .radio-label:after {
        top: 8px;
    }

    .section-form .summary-wrapper {
        display: none;
    }

    .section-form .total-price {
        position: absolute;
        right: 17px;
        text-align: right;
    }

    .section-form .hotel-individual-price {
        padding-right: 0;
    }

    .section-form .summary-total-wrapper .total-content-wrapper .total-price {
        width: 31%;
    }

    .section-form .total-price {
        position: absolute;
        right: 16px;
        text-align: right;
    }

    .section-form .total-title {
        width: 69%;
        font-size: 16px;
    }

    .section-form .summary-heading {
        font-size: 16px;
    }

    .section-form .input-custom {
        font-size: 14px;
    }

    .section-form .btn-coupon {
        font-size: 16px;
    }

    .section-form .flight-summary-total {
        padding: 0;
    }

    .section-form .payment-button {
        padding-bottom: 100px;
    }

        .section-form .payment-button .form-check-custom {
            text-align: center;
        }

    .section-form .radio-label {
        font-size: 15px !important;
    }

    .section-form .radio-label-confirm, .passenger-guide-link {
        margin: 0 auto;
        display: table;
    }

    .section-form .view-summary-wrapper {
        position: fixed;
        top: 0;
        bottom: 15px;
        z-index: 116;
        left: 0;
        background: #fff;
        display: block !important;
        padding: 0;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
    }

    .section-form .summary-heading-wrapper {
        margin-top: 0;
    }

    .section-form .summary-fixed {
        display: block;
        z-index: 1000;
        position: relative;
    }

        .section-form .summary-fixed img {
            cursor: pointer;
        }

    .section-form .fixed-wrapper-img {
        position: absolute;
        left: 50%;
        top: -20px;
        margin-left: -18px;
    }

    .section-form .summary-fixed-wrapper {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 20;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .section-form .removed-fixed-button {
        position: absolute;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-form .input-wrapper .input-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .section-form {
        padding: 0;
    }

        .section-form .title-wrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .section-form .form-title,
        .section-form .form-title-applyallpassengers,
        .section-form .form-title-guestpassword,
        .section-form .service-description-title {
            width: 100%;
        }

        .section-form .form-checkbox {
            width: 100%;
            margin-top: 10px;
        }

        .section-form .input-wrapper .input-holder {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            width: 50%;
        }

        .section-form .notes-contents {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            padding-bottom: 25px;
            padding-right: 25px;
        }
}

@media screen and (max-width: 767px) {
    .section-form .section-heading {
        font-size: 17px;
    }

    .section-form .button-custom {
        font-size: 16px;
    }

    .section-form .form-title,
    .section-form .form-title-applyallpassengers,
    .section-form .form-title-guestpassword,
    .section-form .service-description-title {
        font-size: 14px;
    }

    .section-form .form-checkbox .checkbox-label {
        font-size: 14px;
    }

    .section-form .notes-label {
        font-size: 18px;
    }

    .section-form .payment-button .form-check-custom {
        padding-left: 0;
    }
}

@media screen and (max-width: 575px) {
    .section-form .title-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-form .form-title,
    .section-form .form-title-applyallpassengers,
    .section-form .form-title-guestpassword,
    .section-form .service-description-title {
        width: 100%;
    }

    .section-form .form-checkbox {
        width: 100%;
        margin-top: 10px;
    }

    .section-form .input-wrapper .input-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .section-form .radio-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .section-form .radio-wrapper .form-check-custom {
            padding: 10px 0 10px 15px;
        }

    .section-form .notes-contents {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-bottom: 25px;
        padding-right: 25px;
    }

    .section-form .summary-fixed-wrapper {
        font-size: 15px;
    }
}

@-moz-document url-prefix() { /*christ to check*/
    .section-form .form-check-input[type="radio"]: checked+.radio-label:after;

{
    top: 9px;
}

}

.main-container-holder {
    font-family: "Century Gothic";
}

    .main-container-holder .label-custom, .main-container-holder .label-custom-select, .main-container-holder .label-custom {
        font-size: 14px;
        color: #787f80;
        line-height: 1;
    }

    .main-container-holder .label-custom, .main-container-holder .label-custom-select {
        top: 14px;
    }

    .main-container-holder .select-wrapper {
        position: relative;
    }

    .main-container-holder .input-holder {
        padding: 5px 8px;
        position: relative;
    }

    .main-container-holder .input-wrapper {
        margin: 0 -8px 33px;
    }

    .main-container-holder .form-subtitle {
        letter-spacing: 0.75px;
    }

.section-form.lebanon-container .summary-title {
    padding: 9px 0 1px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .section-form.lebanon-container .summary-title .title {
        color: #55a7e1;
    }

.section-form.lebanon-container .summary-content {
    padding: 0 0 24px;
}

.section-form.lebanon-container .summary-holder {
    padding: 12px 0 15px;
    border-top-width: 1px !important;
}

    .section-form.lebanon-container .summary-holder:first-child {
        padding-top: 0;
    }

.section-form.lebanon-container .summary .date-row {
    font-size: 14px;
    color: #525252;
    display: block;
}

.section-form.lebanon-container .total-title .btn-dropdown {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .section-form.lebanon-container .total-title .btn-dropdown .total-text {
        font-size: 16px;
        color: #8b9292;
    }

    .section-form.lebanon-container .total-title .btn-dropdown .btn-dropdown-icon {
        position: static;
    }

.summary.cyan {
    background: #f9f9f9;
    padding: 0;
    margin: 0 0 10px;
}

    .summary.cyan .summary-content-wrapper-total, .summary.cyan .summary-input {
        border-color: #dedede;
    }

    .summary.cyan .summary-heading {
        background: #00919e;
    }

    .summary.cyan .summary-input .input-custom {
        background: transparent;
    }

.main-container-holder .summary.cyan .btn-coupon-text {
    color: #00919e; /*!important ;*/
    border-color: #00919e;
}

    .main-container-holder .summary.cyan .btn-coupon-text:hover {
        border-color: transparent;
    }

.summary.cyan .summary-total-holder .total-price {
    color: #00919e !important;
}

.cyan .section-form .custom-swiper-slide .notes-label-active {
    color: #00919e;
    border-color: #00919e;
}

.cyan .section-form .notes-label:hover {
    color: #00919e !important;
}

.cyan .section-form .section-heading, .cyan .section-form .notes-title {
    color: #00919e;
}

.cyan .card-body .card-body {
    padding-left: 0;
    padding-right: 0;
}

.cyan .section-form .checkbox-label, .cyan .section-form .form-check-input[type="radio"]:checked + .radio-label, .cyan .section-form .location, .cyan .section-form .form-title, .cyan .section-form .room-title {
    color: #00919e;
}

    .cyan .section-form .form-check-input[type="radio"]:checked + .radio-label::after {
        background: #ff8f1e;
    }

.cyan .section-form .checkbox-label-input:checked ~ .checkbox-label:after {
    background-image: url(../assets/images/checkbox-orange.png);
}

.bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.wsn {
    white-space: nowrap;
}

.container-custom-3 {
    max-width: 1372px;
    padding: 0 15px;
}

.bg-violet {
    background: #14469f !important;
}

.bg-light-blue {
    background: #55a7e1 !important;
}

.text-green {
    color: #6fc727 !important;
}

@media (max-width: 1199.98px) {
    .scroll-lock-mb {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        overflow: hidden;
    }
}

.results-boxes * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.results-boxes .container {
    max-width: 1372px;
}

.results-boxes .headline {
    font-size: 16px;
    margin: 0 0 18px;
    color: #1072b9;
    display: block;
}

@media (min-width: 768px) {
    .results-boxes .headline {
        font-size: 23px;
    }
}

.results-boxes .headline .ico {
    display: inline-block;
    vertical-align: top;
    margin: -2px 12px 0 10px;
    max-width: 16px;
}

@media (min-width: 768px) {
    .results-boxes .headline .ico {
        max-width: 32px;
        margin: -2px 22px 0 10px;
    }
}

.results-boxes + .results-boxes {
    padding-top: 90px;
}

.main-container-lebanon .container-custom {
    padding: 0 15px;
    position: relative;
}

.main-container-lebanon .btn-view-wrapper {
    text-align: center;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .main-container-lebanon .btn-view-wrapper {
        position: absolute;
        right: 15px;
        top: 0;
        margin: 0;
    }
}

.main-container-lebanon .btn-view-wrapper .btn-view {
    margin: 0 auto;
    padding: 4px 30px;
    font-family: "Century Bold";
    font-size: 15px;
    color: #6f6f6f;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #e9e9e9;
    display: inline-block;
    vertical-align: top;
}

    .main-container-lebanon .btn-view-wrapper .btn-view:hover {
        background: #6f6f6f;
        color: #fff;
    }

.main-container-lebanon .decore-heading h2:before, .main-container-lebanon .decore-heading h2:after {
    width: 48px;
}

@media (min-width: 768px) {
    .main-container-lebanon .results-boxes {
        padding-bottom: 104px;
    }
}

.main-container-lebanon .result-main-box {
    margin: 0 0 27px;
}

    .main-container-lebanon .result-main-box .main-col .result-heading {
        padding: 4px 0 0;
        margin: 0 0 26px !important;
    }

        .main-container-lebanon .result-main-box .main-col .result-heading h2 {
            margin: 0 0 5px;
            font-family: "Century Gothic";
            font-size: 20px;
        }

@media (min-width: 768px) {
    .main-container-lebanon .result-main-box .main-col .result-heading h2 {
        font-size: 24px;
        margin: 0;
    }
}

.main-container-lebanon .result-main-box .main-col .main-col-holder {
    padding: 18px 11px !important;
    position: relative;
}

@media (min-width: 992px) {
    .main-container-lebanon .result-main-box .main-col .img {
        margin-right: 40px;
    }
}

.main-container-lebanon .result-main-box .main-col .img img {
    max-width: 200px;
}

.main-container-lebanon .result-main-box .main-col .data-rows {
    max-width: 530px;
    font-size: 15px;
    padding: 0 0 32px;
}

.main-container-lebanon .result-main-box .add-col .price-box .big-text {
    color: #72c230;
}

.download-section {
    text-transform: uppercase;
    text-align: center;
    padding: 58px 0 29px;
}

    .download-section h2 {
        text-transform: uppercase;
        color: #1072b9;
    }

    .download-section .btn-outline-primary {
        font-size: 12px;
        padding: 4px 12px;
        font-family: "Century Bold";
    }

.btn-green, .btn-white {
    padding: 14px 5px;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #72c130;
    background-color: #72c130;
    border-radius: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

@media screen and (min-width: 768px) {
    .btn-green:active, .btn-white:active, .btn-green:focus, .btn-white:focus, .btn-green:hover, .btn-white:hover {
        color: #72c130;
        background-color: #fff;
        border: 1px solid #72c130;
    }

    .section-form .form-check.form-check-custom-service {
        display: inline-block;
    }
}

.btn-green:hover, .btn-white:hover {
    background: #fff;
    color: #72c130;
}

.btn-cyan {
    padding: 14px 5px;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #00919e;
    background-color: #00919e;
    border-radius: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

@media screen and (min-width: 768px) {
    .btn-cyan:active, .btn-cyan:focus, .btn-cyan:hover {
        color: #00919e;
        background-color: #fff;
        border: 1px solid #00919e;
    }
}

.btn-cyan:hover {
    background: #fff;
    color: #00919e;
}

.btn-orange {
    padding: 14px 5px;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #ff8f1e;
    background-color: #ff8f1e;
    border-radius: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

@media screen and (min-width: 768px) {
    .btn-orange:active, .btn-orange:focus, .btn-orange:hover {
        color: #ff8f1e;
        background-color: #fff;
        border: 1px solid #ff8f1e;
    }
}

.btn-orange:hover {
    background: #fff;
    color: #ff8f1e;
}

.btn-blue {
    padding: 11px 5px;
    background: #1072b9;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #1072b9;
}

    .btn-blue:active, .btn-blue:focus, .btn-blue:hover {
        color: #1072b9;
        background: #fff;
    }

.btn-white {
    color: #767877;
    background-color: #fff;
    border: 1px solid #767877;
}

    .btn-white:active, .btn-white:focus, .btn-white:hover {
        color: #fff !important;
        background-color: #767877 !important;
        border: 1px solid #767877;
    }

.btn-yellow {
    background: #fed230 !important;
    border: 1px solid #fed230;
    display: inline-block;
    vertical-align: top;
}

    .btn-yellow:focus, .btn-yellow:hover {
        color: #fed230 !important;
        background: #fff !important;
        border-color: #fed230 !important;
    }

        .btn-yellow:focus span, .btn-yellow:hover span {
            color: #fed230 !important;
        }

.btn-wrapper-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .btn-wrapper-custom:not(.loading) .btn-loader {
        display: none !important;
    }

    .btn-wrapper-custom:not(.loading) button[type="submit"] {
        display: block;
    }

    .btn-wrapper-custom.loading .btn-loader {
        display: block !important;
    }

    .btn-wrapper-custom.loading button[type="submit"] {
        display: none;
    }

    .btn-wrapper-custom .btn-loader, .loading-custom .btn-loader {
        border: 4px solid #72c130;
        border-top: 4px solid #fff;
        border-radius: 50%;
        width: 34px;
        height: 34px;
        -webkit-animation: spin 1.3s linear infinite;
        animation: spin 1.3s linear infinite;
    }

        .btn-wrapper-custom .btn-loader.cruise {
            border: 4px solid #fed230;
            border-top: 4px solid #fff;
            border-radius: 50%;
            width: 34px;
            height: 34px;
            -webkit-animation: spin 1.3s linear infinite;
            animation: spin 1.3s linear infinite;
        }


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 6px;
    height: 10px;
    width: 10px;
    background-color: transparent;
    border: 1px #0072bb solid;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media screen and (min-width: 768px) {
    .btn-close:active, .btn-close:focus, .btn-close:hover {
        border-color: #55a7e1;
    }

        .btn-close:active:before, .btn-close:active:after, .btn-close:focus:before, .btn-close:focus:after, .btn-close:hover:before, .btn-close:hover:after {
            background-color: #55a7e1;
        }
}

.btn-close:before, .btn-close:after {
    content: '';
    position: absolute;
    top: -14px;
    left: 2px;
    width: 8px;
    height: 2px;
    background-color: #0072bb;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-close:before {
    -webkit-transform: rotate(45deg) translate(13px, 13px);
    transform: rotate(45deg) translate(13px, 13px);
}

.btn-close:after {
    -webkit-transform: rotate(-45deg) translate(-13px, 13px);
    transform: rotate(-45deg) translate(-13px, 13px);
}

.btn-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #767877;
}

    .btn-dropdown .btn-dropdown-icon {
        display: inline-block;
        width: 18px;
        height: 18px;
        color: #fff;
        background: #5aa7df;
        border-radius: 50%;
        top: 6px;
        position: relative;
    }

        .btn-dropdown .btn-dropdown-icon:before {
            content: "\f078";
            position: relative;
            right: -5px;
            bottom: 9px;
            font-family: "Font Awesome 5 Free";
            font-style: normal;
            font-size: 10px;
            font-weight: 700;
            color: #fff;
        }

    .btn-dropdown[aria-expanded="true"] .btn-dropdown-icon:before {
        content: "\f077";
    }

@media screen and (max-width: 991px) {
    .btn-close {
        top: 20px;
        right: 12px;
        padding: initial;
        height: 26px;
        width: 26px;
        border: none;
    }

        .btn-close:before, .btn-close:after {
            top: -90px;
            left: 2px;
            width: 100%;
            height: 2px;
            background-color: #a5a5a5;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

    .btn-dropdown .btn-dropdown-icon {
        top: 6px;
    }

        .btn-dropdown .btn-dropdown-icon:before {
            right: -4.5px;
            bottom: 8px;
        }
}

.btn-white-outline {
    background: none;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 28px;
    color: #fff;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

    .btn-white-outline:active, .btn-white-outline:focus, .btn-white-outline:hover {
        color: #000;
        background: #fff;
    }

.btn-outline-primary {
    border: 1px solid #1072b9;
    color: #1072b9;
    font-size: 12px;
    padding: 8px 28px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

    .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover {
        color: #fff;
        background: #1072b9;
    }

.btn-grey-arrow {
    background: #aaa;
    border: 1px solid #aaa;
    color: #fff;
    position: relative;
    font-size: 18px;
}

    .btn-grey-arrow:after {
        content: "\f078";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        display: inline-block;
        vertical-align: top;
        margin-left: 8px;
    }

    .btn-grey-arrow:hover {
        color: #aaa;
        background: #fff;
    }

.btn-selected {
    color: #fff !important;
    background: #aaa;
    border: 1px solid #aaa;
}

    .btn-selected:hover {
        pointer-events: none;
    }

.form-group {
    position: relative;
    z-index: auto;
}

    .form-group.active-cell {
        z-index: 10 !important;
    }

        .form-group.active-cell .form-controls + .passenger-qty-wrapper {
            z-index: 11;
        }

        .form-group.active-cell .form-controls:after {
            display: block;
        }

@media (min-width: 1200px) {
    .form-group .form-controls:after {
        content: '';
        position: absolute;
        bottom: -37px;
        left: 0;
        right: 0;
        height: 37px;
        background: #fff;
        z-index: 10;
        display: none;
    }
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    display: block;
    height: 60px;
    background: transparent;
    /*cursor: pointer;christ to check*/
}

.input-holder .input-custom.ng-invalid-required.ng-touched,
.input-holder .input-custom.ng-invalid-form-email.ng-touched,
.signin-input.ng-invalid-required.ng-touched,
.signin-input.ng-invalid-form-email.ng-touched,
.input-holder .ng-invalid-required.ng-touched,
.transit-wrapper .input-custom.ng-invalid-required.ng-touched {
    border: 1px solid #dc3545;
}

.form-error .ng-scope {
    position: absolute;
    top: 66px;
    left: 0;
    font-size: 14px;
    font-weight: 800;
    color: #dc3545;
}

.lbl-error-scope {
    font-size: 14px;
    font-weight: 800;
    color: #dc3545;
}

.form-field {
    -moz-appearance: none;
    -webkit-appearance: none;
}

    .form-field ::-ms-expand {
        display: none;
    }

.ui-menu {
    z-index: 1;
    list-style: none;
    width: 100%; /*christ to check if to add -->>!important;*/
    color: #0072bb;
    background: #fff;
    border: 1px solid #c2c2c2;
    left: 0;
    right: auto;
}

@media (min-width: 1200px) {
    /*.ui-menu {//christ to check this commented 
		width: 322px !important;
	}*/
}

@media (min-width: 1200px) {
    .ui-autocomplete {
        padding-top: 23px;
        background: none;
        border: 0 !important;
    }
}

@media (min-width: 992px) {
    .ui-autocomplete:after {
        content: '';
        position: absolute;
        top: 23px;
        background: #fff;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        -webkit-box-shadow: 0 0 2px #c2c2c2;
        box-shadow: 0 0 2px #c2c2c2;
    }
}

.ui-menu.ui-widget {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: left;
}

.ui-menu-item {
    padding: 0 19px;
    font-size: 15.2px;
    text-transform: uppercase;
    cursor: pointer;
    color: #555;
    margin: 0 !important;
}

    .ui-menu-item:hover .ui-menu-item-wrapper {
        color: #000 !important;
        background: none !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-bottom: 0 !important;
        margin: 0 !important;
    }

    .ui-menu-item:first-child .ui-menu-item-wrapper {
        border-top: 0 !important;
    }

    .ui-menu-item:active, .ui-menu-item:focus, .ui-menu-item:hover {
        color: #000;
    }

    .ui-menu-item .ui-menu-item-wrapper {
        padding: 10px 0 !important;
        background: none;
        border-top: 1px solid #dedede !important;
        position: relative;
        margin: 0 !important;
    }

.ui-datepicker {
    position: relative;
    z-index: 999 !important;
    font-family: "Century Gothic";
}

    .ui-datepicker td {
        padding: 3px 1px;
    }

    .ui-datepicker .month-header {
        /*display: none !important*/
    }

        .ui-datepicker .month-header th {
            color: #6f6f6f;
        }


    .ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-state-default {
        color: #000;
        background: none;
        border: none;
    }

    .ui-datepicker .ui-state-default {
        text-align: center;
    }

    .ui-datepicker .event > *, .ui-datepicker .SelectedTourRange > * {
        width: 28px;
        margin: 0 auto;
        height: 30px;
        color: #5aa7df;
        border: 2px solid #5aa7df;
    }

    .ui-datepicker .SelectedTourRange > .ui-state-default {
        background: #72c130 !important;
        color: #fff !important;
    }

    .ui-datepicker .fullschedule > * {
        width: 28px;
        margin: 0 auto;
        height: 30px;
        color: #929292 !important;
        border: 2px solid #929292 !important;
    }

    .ui-datepicker .bordernone > * {
        border: none !important;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        top: 39px;
    }

    .ui-datepicker .ui-datepicker-calendar {
        position: relative;
        top: 8px;
        font-size: 15px;
    }

.calendar-text, .calendar-text-full-flight {
    margin-top: 22px;
    margin-bottom: 20px;
    margin-left: 14px;
    font-size: 14px;
}

    .calendar-text:before {
        content: '';
        display: inline-block;
        margin-right: 8px;
        width: 11px;
        height: 11px;
        background: #fff;
        border: 2px solid #5aa7df;
    }


    .calendar-text-full-flight:before {
        content: '';
        display: inline-block;
        margin-right: 8px;
        width: 11px;
        height: 11px;
        background: #fff;
        border: 2px solid #d5d5d5;
    }

.ui-icon-circle-triangle-e {
    background-image: url(../assets/images/arrow-right-gray.png) !important;
    background-position: 0;
    background-size: 11px;
}

.ui-icon-circle-triangle-w {
    background-image: url(../assets/images/arrow-left-gray.png) !important;
    background-position: 0;
    background-size: 11px;
}

.passenger-total {
    margin-top: 14px;
    line-height: 15px;
}

.ui-datepicker-title {
    padding-top: 34px;
}

    .ui-datepicker-title .ui-datepicker-month, .ui-datepicker-title .ui-datepicker-year {
        font-family: "Century Bold";
        font-size: 15px;
        color: #6f6f6f;
    }

.radio-button {
    border: 1px solid #8e8e90;
}

    .radio-button:after {
        border: 3px solid #72c130;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(0, 0);
        transform: translate3d(-50%, -50%, 0) scale(0, 0);
    }

    .radio-button:checked {
        background: #fff;
    }

        .radio-button:checked:after {
            -webkit-transform: translate3d(-50%, -50%, 0) scale(1, 1);
            transform: translate3d(-50%, -50%, 0) scale(1, 1);
        }

    .radio-button[type="radio"] {
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin-bottom: 5px;
        width: 13px;
        height: 13px;
        overflow: hidden;
        vertical-align: middle;
        outline: 0;
        border-radius: 50%;
        cursor: pointer;
    }

        .radio-button[type="radio"]:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            border-radius: 50%;
            -webkit-transition: all 0.1s;
            transition: all 0.1s;
        }

.form-check-input[type="radio"]:checked + .radio-label {
    color: #55a7e1;
}

.payment-button .form-check-input[type="radio"]:checked + .radio-label {
    color: #6f6f6f;
}

.checkbox-label {
    padding-left: 10px;
    font-family: "Century Bold";
    font-size: 16px;
    color: #0072bb;
}

    .checkbox-label:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 20px;
        height: 20px;
        background-color: #fff;
        border: 1px solid #999;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .checkbox-label:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 20px;
        height: 20px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50% 50%;
    }

.radio-label {
    font-family: "Century Bold";
    font-size: 15px;
    color: #6f6f6f;
}

.combobox:valid + .form-label {
    top: 24px;
    font-family: "Century Bold";
    font-size: 12px;
    color: #6f6f6f;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

@media (min-width: 992px) and (max-width: 1000px) {
    .animate-switch.passenger-count.ng-scope {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .ui-menu {
        max-width: auto;
    }
}

@media screen and (max-width: 575px) {
    .ui-datepicker {
        font-size: 16px;
    }
}

.modal {
    z-index: 10050;
}

.nakhal-pop-up {
    padding-right: 0 !important;
}

    .nakhal-pop-up .modal-header, .nakhal-pop-up .modal-footer {
        border: none;
    }

    .nakhal-pop-up .popup-wrapper {
        padding: 15px;
        padding-bottom: 0;
        background: #fff;
        border-radius: 2px;
        border: none;
    }

        .nakhal-pop-up .popup-wrapper .section-cards {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 519px;
            margin: 0 auto;
        }

            .nakhal-pop-up .popup-wrapper .section-cards .cards-heading {
                width: 100%;
                color: #55a7e1;
                font-size: 22px;
                font-family: "Century Bold";
                letter-spacing: .4px;
            }

                .nakhal-pop-up .popup-wrapper .section-cards .cards-heading:before, .nakhal-pop-up .popup-wrapper .section-cards .cards-heading:after {
                    width: 8.2%;
                    border-bottom: 2px solid;
                }

            .nakhal-pop-up .popup-wrapper .section-cards .popup-desc {
                max-width: 527px;
                margin: 5px 0;
                font-size: 16px;
                line-height: 21px;
                letter-spacing: 1.1px;
            }

    .nakhal-pop-up .modal-dialog {
        position: relative;
    }

    .nakhal-pop-up .btn-close {
        position: relative;
        width: 10px;
        height: 10px;
        padding: 12px;
    }

        .nakhal-pop-up .btn-close::before, .nakhal-pop-up .btn-close::after {
            content: '';
            position: absolute;
            top: -7px;
            left: 0;
            height: 2px;
            width: 100%;
            margin-top: -1px;
            background: #a5a5a5;
        }

@media screen and (max-width: 991px) {
    .nakhal-pop-up .modal-dialog {
        margin: 0;
        height: 100%;
    }

    .nakhal-pop-up .popup-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 100%;
        padding: 12px 3px;
    }
}

@media screen and (max-width: 991px) {
    .nakhal-pop-up {
        background: #fff;
    }
}

.remove-padding {
    padding-right: 0 !important;
}

.signin-popup .modal-dialog {
    top: 47px;
    max-width: 604px;
}

.signin-popup .popup-wrapper {
    max-width: 604px;
}

    .signin-popup .popup-wrapper .close-holder {
        padding: 17px 21px;
    }

    .signin-popup .popup-wrapper .forgot-pw {
        position: relative;
        z-index: 10;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 15px;
        color: gray;
        font-size: 11px;
        font-style: italic;
        text-decoration: underline;
        -webkit-text-decoration-color: silver;
        text-decoration-color: silver;
    }

    .signin-popup .popup-wrapper .btn-close {
        top: 0;
        right: 2px;
    }

    .signin-popup .popup-wrapper .user-type-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .signin-popup .popup-wrapper .user-type-holder .signin-label {
            padding: 9px 7px;
            width: calc(50% - 3px);
            text-align: center;
            text-transform: uppercase;
            color: #767877;
            background: #f0f0f0;
            cursor: pointer;
        }

            .signin-popup .popup-wrapper .user-type-holder .signin-label.active {
                color: #fff;
                background: #0072bb;
            }

            .signin-popup .popup-wrapper .user-type-holder .signin-label:last-child {
                margin-left: 6px;
            }

    .signin-popup .popup-wrapper .signin-holder {
        width: 100%;
        max-width: 302px;
        margin: 0 auto 59px;
        padding-left: 14px;
    }

        .signin-popup .popup-wrapper .signin-holder .signin-title {
            margin-bottom: 22px;
            font-size: 29px;
            font-family: "Century Bold";
            color: #0072bb;
            text-align: center;
        }

    .signin-popup .popup-wrapper .signin-form {
        margin-top: 14px;
    }

        .signin-popup .popup-wrapper .signin-form .signin-label {
            font-size: 15px;
        }

        .signin-popup .popup-wrapper .signin-form .signin-input {
            width: 100%;
            height: 40px;
            padding: 6px;
            background: #f0f0f0;
            border: none;
        }

            .signin-popup .popup-wrapper .signin-form .signin-input.ng-invalid-required.ng-touched, .signin-popup .popup-wrapper .signin-form .signin-input.ng-invalid-form-email.ng-touched {
                border: 1px solid #dc3545;
            }

        .signin-popup .popup-wrapper .signin-form .form-error.ng-scope {
            display: none;
        }

    .signin-popup .popup-wrapper .form-holder {
        margin-top: 7px;
    }

        .signin-popup .popup-wrapper .form-holder .form-group {
            height: 80px;
            margin-bottom: 0;
        }

            .signin-popup .popup-wrapper .form-holder .form-group:nth-child(2) {
                height: 69px;
            }

    .signin-popup .popup-wrapper .btn-wrapper {
        margin: 0 auto;
    }

        .signin-popup .popup-wrapper .btn-wrapper .btn {
            width: 100%;
            padding: 14px;
            font-size: 18px;
        }

    .signin-popup .popup-wrapper .modal-footer {
        padding: 0;
    }

@media screen and (max-width: 991px) {
    .signin-popup .modal-dialog {
        top: 0;
        max-width: 100%;
    }

    .signin-popup .popup-wrapper {
        max-width: 100%;
        height: 1px;
    }

        .signin-popup .popup-wrapper .signin-holder {
            max-width: 400px;
            margin: 0 auto;
            padding-left: 0;
        }

        .signin-popup .popup-wrapper .user-type-holder .signin-label {
            height: 36px;
            font-size: 15px;
        }

        .signin-popup .popup-wrapper .input-holder {
            margin: 27px 0 43px;
        }

        .signin-popup .popup-wrapper .modal-footer {
            padding: 22px;
        }
}

@media screen and (max-width: 575px) {
    .signin-popup .popup-wrapper .signin-holder {
        max-width: 347px;
    }
}

@media (max-width: 365px) {
    .signin-popup .popup-wrapper .signin-holder {
        max-width: 300px;
    }
}

.package-popup .modal-dialog {
    position: relative;
    top: 18.5%;
    max-width: 832px;
}

.package-popup .modal-content {
    max-width: 793px;
}

.package-popup .popup-wrapper {
    padding: 15px;
    border-radius: 0;
}

    .package-popup .popup-wrapper .btn-close {
        top: 0;
        right: 0;
        margin: 0 auto;
    }

    .package-popup .popup-wrapper .section-cards .cards-heading {
        margin: 19px auto;
    }

.package-popup .package-holder {
    width: 100%;
}

    .package-popup .package-holder .package-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 148px;
        width: 100%;
        margin: 35px auto 11px;
    }

    .package-popup .package-holder .flight-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100px;
        width: 100%;
        margin: 0px auto 11px;
    }

    .package-popup .package-holder .flight-result-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*max-width: 400px;*/
        width: 100%;
        margin: 35px auto 11px;
    }

    .package-popup .package-holder .icon {
        text-align: center;
        padding: 68px 0 52px;
    }

@media (min-width: 768px) {
    .package-popup .package-holder .icon {
        padding: 68px 0 35px;
    }
}

.package-popup .modal-footer {
    display: none;
}

.package-popup .btn-wrapper-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 519px;
    width: 100%;
    margin: 52px auto;
}

    .package-popup .btn-wrapper-custom .btn {
        width: 100%;
        max-width: 254px;
    }

    .package-popup .btn-wrapper-custom .btn-white {
        letter-spacing: 3px;
    }

@media screen and (max-width: 991px) {
    .package-popup .modal-header {
        padding: 12px;
    }

        .package-popup .modal-header .btn-close {
            margin: -1rem -1rem -1rem auto;
        }

    .package-popup .modal-footer {
        display: block;
    }

    .package-popup .modal-dialog {
        top: 0;
        max-width: 100%;
    }

    .package-popup .popup-wrapper {
        max-width: 100%;
        height: 1px;
    }

        .package-popup .popup-wrapper .section-cards .cards-heading {
            margin: 12px auto;
        }
}

@media (min-width: 576px) and (max-width: 767px) {
    .package-popup .popup-wrapper .cards-heading {
        max-width: 380px;
    }
}

@media screen and (max-width: 575px) {
    .package-popup .package-holder {
        position: relative;
        top: 9px;
        max-width: 340px;
        margin: 0 auto;
    }

        .package-popup .package-holder .package-img, .package-popup .package-holder .flight-img {
            margin: 67px auto 11px;
        }


        .package-popup .package-holder .flight-result-img {
            margin: 67px auto 11px;
        }

        .package-popup .package-holder .section-cards .cards-heading {
            position: relative;
            top: 13px;
            margin: 21px auto 31px;
            max-width: 264px;
            font-size: 20px;
        }

            .package-popup .package-holder .section-cards .cards-heading:before, .package-popup .package-holder .section-cards .cards-heading:after {
                top: -10px;
                width: 14.2%;
            }

            .package-popup .package-holder .section-cards .cards-heading:before {
                left: -27px;
            }

            .package-popup .package-holder .section-cards .cards-heading:after {
                right: -26px;
            }

        .package-popup .package-holder .section-cards .popup-desc {
            position: relative;
            top: 7px;
            margin: 14px auto;
            font-size: 13px;
            line-height: 17px;
        }

        .package-popup .package-holder .btn-wrapper-custom {
            display: block;
            max-width: 250px;
            margin: 35px auto 61px;
        }

            .package-popup .package-holder .btn-wrapper-custom .btn-green, .package-popup .package-holder .btn-wrapper-custom .btn-white {
                margin-bottom: 17px;
            }
}

@media (max-width: 330px) {
    .package-popup .modal-footer {
        padding: 1px;
    }

    .package-popup .package-holder .package-img, .package-popup .package-holder .flight-img {
        margin: 29px auto 11px;
    }

    .package-popup .package-holder .flight-result-img {
        margin: 29px auto 11px;
    }

    .package-popup .popup-wrapper .section-cards .cards-heading:before, .package-popup .popup-wrapper .section-cards .cards-heading:after {
        width: 10.2%;
    }

    .package-popup .popup-wrapper .section-cards .cards-heading:before {
        left: -11px;
    }

    .package-popup .popup-wrapper .section-cards .cards-heading:after {
        right: -10px;
    }
}

.flight-popup .modal-dialog {
    position: relative;
    top: 1%;
    max-width: 832px;
}

.flight-popup .modal-content {
    max-width: 793px;
}

.flight-popup .popup-wrapper {
    padding: 15px;
    border-radius: 0;
}

    .flight-popup .popup-wrapper .btn-close {
        top: 0;
        right: 0;
        margin: 0 auto;
    }

    .flight-popup .popup-wrapper .section-cards .cards-heading {
        margin: 19px auto;
    }

.flight-popup .package-holder {
    width: 100%;
}

    .flight-popup .package-holder .package-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 148px;
        width: 100%;
        margin: 35px auto 11px;
    }

    .flight-popup .package-holder .flight-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100px;
        width: 100%;
        margin: 0px auto 11px;
    }

    .flight-popup .package-holder .flight-result-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*max-width: 400px;*/
        width: 100%;
        margin: 15px auto 11px;
        max-height: 250px;
    }

    .flight-popup .package-holder .icon {
        text-align: center;
        padding: 68px 0 52px;
    }

@media (min-width: 768px) {
    .flight-popup .package-holder .icon {
        padding: 68px 0 35px;
    }
}

.flight-popup .modal-footer {
    display: none;
}

.flight-popup .btn-wrapper-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 519px;
    width: 100%;
    margin: 52px auto;
}

    .flight-popup .btn-wrapper-custom .btn {
        width: 100%;
        max-width: 254px;
    }

    .flight-popup .btn-wrapper-custom .btn-white {
        letter-spacing: 3px;
    }

@media screen and (max-width: 991px) {
    .flight-popup .modal-header {
        padding: 12px;
    }

        .flight-popup .modal-header .btn-close {
            margin: -1rem -1rem -1rem auto;
        }

    .flight-popup .modal-footer {
        display: block;
    }

    .flight-popup .modal-dialog {
        top: 0;
        max-width: 100%;
    }

    .flight-popup .popup-wrapper {
        max-width: 100%;
        height: 1px;
    }

        .flight-popup .popup-wrapper .section-cards .cards-heading {
            margin: 12px auto;
        }
}

@media (min-width: 576px) and (max-width: 767px) {
    .flight-popup .popup-wrapper .cards-heading {
        max-width: 380px;
    }
}

@media screen and (max-width: 575px) {
    .flight-popup .package-holder {
        position: relative;
        top: 9px;
        /*max-width: 340px;*/
        margin: 0 auto;
    }

        .flight-popup .package-holder .package-img, .flight-popup .package-holder .flight-img {
            margin: 67px auto 11px;
        }


        .flight-popup .package-holder .flight-result-img {
            margin: 67px auto 11px;
        }

        .flight-popup .package-holder .section-cards .cards-heading {
            position: relative;
            top: 13px;
            margin: 21px auto 31px;
            max-width: 264px;
            font-size: 20px;
        }

            .flight-popup .package-holder .section-cards .cards-heading:before, .flight-popup .package-holder .section-cards .cards-heading:after {
                top: -10px;
                width: 14.2%;
            }

            .flight-popup .package-holder .section-cards .cards-heading:before {
                left: -27px;
            }

            .flight-popup .package-holder .section-cards .cards-heading:after {
                right: -26px;
            }

        .flight-popup .package-holder .section-cards .popup-desc {
            position: relative;
            top: 7px;
            margin: 14px auto;
            font-size: 13px;
            line-height: 17px;
        }

        .flight-popup .package-holder .btn-wrapper-custom {
            display: block;
            max-width: 250px;
            margin: 35px auto 61px;
        }

            .flight-popup .package-holder .btn-wrapper-custom .btn-green, .flight-popup .package-holder .btn-wrapper-custom .btn-white {
                margin-bottom: 17px;
            }
}

@media (max-width: 330px) {
    .flight-popup .modal-footer {
        padding: 1px;
    }

    .flight-popup .package-holder .package-img, .flight-popup .package-holder .flight-img {
        margin: 29px auto 11px;
    }

    .flight-popup .package-holder .flight-result-img {
        margin: 29px auto 11px;
    }

    .flight-popup .popup-wrapper .section-cards .cards-heading:before, .flight-popup .popup-wrapper .section-cards .cards-heading:after {
        width: 10.2%;
    }

    .flight-popup .popup-wrapper .section-cards .cards-heading:before {
        left: -11px;
    }

    .flight-popup .popup-wrapper .section-cards .cards-heading:after {
        right: -10px;
    }
}

@media (min-width: 768px) {
    .alt-package-popup .popup-wrapper .section-cards {
        max-width: 588px !important;
        padding-bottom: 36px;
    }
}

.alt-package-popup .popup-wrapper .heading {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 0 46px 10px;
}

@media (min-width: 1200px) {
    .alt-package-popup .popup-wrapper .heading {
        padding: 0 46px 0;
    }
}

.alt-package-popup .popup-wrapper .heading h2 {
    color: #55a7e1;
    font-size: 19px;
    font-family: "Century Bold";
    letter-spacing: .4px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 768px) {
    .alt-package-popup .popup-wrapper .heading h2 {
        font-size: 22px;
    }
}

.alt-package-popup .popup-wrapper .heading h2:before, .alt-package-popup .popup-wrapper .heading h2:after {
    position: absolute;
    right: 100%;
    top: 50%;
    height: 2px;
    margin: -1px 17px 0 0;
    background: #55a7e1;
    content: '';
    width: 999px;
    text-align: left;
}

.alt-package-popup .popup-wrapper .heading h2:after {
    left: 100%;
    right: auto;
    margin: -1px 0 0 17px;
}

.modal-bg:before {
    content: '';
    position: absolute;
    z-index: 191;
    display: block;
    width: 100vw;
    height: 100%;
    background: rgba(2,2,2,0.458824);
}

@media (min-width: 1200px) {
    .modal-bg:before {
        display: none;
    }
}

.hotel-popup .popup-wrapper {
    top: 22px;
    left: 8px;
}

    .hotel-popup .popup-wrapper .section-cards .cards-heading {
        margin: 7px auto;
    }

.hotel-popup .close-holder {
    padding: 3px 0;
}

    .hotel-popup .close-holder .btn-close {
        top: 13px;
        right: 0;
        margin: 0 auto;
    }

.hotel-popup .modal-dialog {
    max-width: 1050px;
}

.hotel-popup .hotels-popup-wrapper {
    max-width: 955px;
    width: 100%;
    margin: 0 auto;
}

    .hotel-popup .hotels-popup-wrapper .stars-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 51px;
        margin-bottom: 0px;
    }

    .hotel-popup .hotels-popup-wrapper .address-title, .hotel-popup .hotels-popup-wrapper .amenities-title {
        padding: 14px 0 10px;
        font-size: 23px;
        color: #55a7e1;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }

.hotel-popup .amenities-wrapper .amenity-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50.7%;
}

.hotel-popup .amenities-wrapper .amenity-details-holder {
    margin: 10px 3px;
}

    .hotel-popup .amenities-wrapper .amenity-details-holder .amenity-title {
        color: #55a7e1;
        font-size: 17px;
        font-family: "Century Bold";
    }

    .hotel-popup .amenities-wrapper .amenity-details-holder .amenity-list, .hotel-popup .amenities-wrapper .amenity-details-holder .amenity-list-col {
        margin-top: 8px;
        padding-left: 21px;
    }

    .hotel-popup .amenities-wrapper .amenity-details-holder .amenity-list-col {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: wrap column;
        flex-flow: wrap column;
        max-height: 126px;
        height: 126px;
    }

    .hotel-popup .amenities-wrapper .amenity-details-holder .amenity-item, .hotel-popup .amenities-wrapper .amenity-details-holder .amenity-item-pad {
        position: relative;
        font-size: 15px;
        line-height: 22px;
        list-style: none;
    }

        .hotel-popup .amenities-wrapper .amenity-details-holder .amenity-item:before, .hotel-popup .amenities-wrapper .amenity-details-holder .amenity-item-pad:before {
            content: "\2022";
            position: absolute;
            left: -25px;
            color: #72c130;
            font-size: 2em;
        }

    .hotel-popup .amenities-wrapper .amenity-details-holder .amenity-item-pad {
        margin-right: 98px;
    }

.hotel-popup .hotel-address-wrapper .hotel-location-holder {
    max-width: 60em;
    margin: 24px auto;
}

.hotel-popup .hotel-address-wrapper .address-layout.masonry {
    -webkit-column-count: 2;
    column-count: 2;
}

.hotel-popup .hotel-address-wrapper .address-layout .add-details-holder {
    display: inline-block;
    border: none;
}

    .hotel-popup .hotel-address-wrapper .address-layout .add-details-holder .add-content {
        margin: 13px auto 19px;
        color: #444;
        font-size: 15px;
        line-height: 19px;
    }

    .hotel-popup .hotel-address-wrapper .address-layout .add-details-holder .btn-green, .hotel-popup .hotel-address-wrapper .address-layout .add-details-holder .btn-white {
        padding: 17px 23px;
    }

    .hotel-popup .hotel-address-wrapper .address-layout .add-details-holder:first-child {
        width: 85%;
    }

    .hotel-popup .hotel-address-wrapper .address-layout .add-details-holder:last-child {
        position: relative;
        right: 71px;
        width: 100%;
        margin: 8px 0;
    }

.hotel-popup .hotel-address-wrapper .address-layout .add-map-holder .hotel-map {
    width: 114%;
}

.hotel-popup .swiper-popup-wrapper {
    margin: 42px auto;
}

    .hotel-popup .swiper-popup-wrapper .swiper-button-prev, .hotel-popup .swiper-popup-wrapper .swiper-button-next {
        top: 52%;
        margin-top: -20px;
    }

    .hotel-popup .swiper-popup-wrapper .swiper-button-next {
        right: 40px;
        background: url("../assets/images/swiper-next.png") center no-repeat;
    }

    .hotel-popup .swiper-popup-wrapper .swiper-button-prev {
        left: 32px;
        background: url("../assets/images/swiper-prev.png") center no-repeat;
    }

.hotel-popup .swiper-container {
    width: 100%;
    height: auto;
}

.hotel-popup .swiper-slide {
    height: auto;
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hotel-popup .swiper-slide-img {
    width: 100%;
}

@media (min-width: 992px) {
    .hotel-popup .popup-wrapper {
        margin: 0 auto;
        margin-bottom: 150px;
    }

    .hotel-popup .hotel-address-wrapper .hotel-location-holder {
        max-height: 328px;
    }
}

@media (min-width: 992px) and (max-width: 1000px) {
    .hotel-popup .popup-wrapper {
        max-width: 955px;
    }
}

@media screen and (min-width: 992px) {
    .hotel-popup .swiper-slide-img {
        max-height: 396px;
    }
}

@media screen and (max-width: 991px) {
    .hotel-popup .close-holder {
        padding: 0 11px;
    }

        .hotel-popup .close-holder .btn-close {
            right: 14px;
            margin: -1rem -1rem -1rem auto;
            padding: 0 12px;
        }

    .hotel-popup .popup-wrapper {
        top: 0;
        left: 0;
        min-height: 153%;
        padding: 12px 0;
    }

    .hotel-popup .hotels-popup-wrapper {
        max-width: 100%;
    }

        .hotel-popup .hotels-popup-wrapper .amenities-wrapper, .hotel-popup .hotels-popup-wrapper .title-wrapper {
            padding: 0 13px;
        }

        .hotel-popup .hotels-popup-wrapper .amenities-title, .hotel-popup .hotels-popup-wrapper .address-title {
            font-size: 18px;
        }

        .hotel-popup .hotels-popup-wrapper .address-layout {
            margin: 13px auto;
        }

        .hotel-popup .hotels-popup-wrapper .add-details-holder:first-child {
            width: 84%;
            padding: 0 13px;
        }

    .hotel-popup .hotel-address-wrapper .address-layout .add-details-holder:last-child {
        right: 0;
    }

        .hotel-popup .hotel-address-wrapper .address-layout .add-details-holder:last-child .add-pin {
            width: 100%;
        }

    .hotel-popup .hotel-address-wrapper .hotel-location-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
    }

    .hotel-popup .hotel-address-wrapper .add-details-holder:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .hotel-popup .hotel-address-wrapper .add-details-holder:nth-of-type(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .hotel-popup .hotel-address-wrapper .add-details-holder:last-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .hotel-popup .btn-wrapper-custom {
        position: relative;
        top: -19px;
        z-index: 2;
    }

        .hotel-popup .btn-wrapper-custom .btn-green, .hotel-popup .btn-wrapper-custom .btn-white {
            width: 100%;
            text-align: center;
        }

    .hotel-popup .amenities-wrapper .amenity-holder {
        width: 100%;
        display: block;
    }

        .hotel-popup .amenities-wrapper .amenity-holder .amenity-details-holder:first-child {
            margin-bottom: 25px;
        }

        .hotel-popup .amenities-wrapper .amenity-holder .amenity-list, .hotel-popup .amenities-wrapper .amenity-holder .amenity-details-holder .amenity-list-col, .hotel-popup .amenities-wrapper .amenity-details-holder .amenity-holder .amenity-list-col {
            max-height: -webkit-max-content;
            max-height: -moz-max-content;
            max-height: max-content;
            height: 100%;
        }

    .hotel-popup .swiper-popup-wrapper .swiper-button-next {
        right: 0;
    }

    .hotel-popup .swiper-popup-wrapper .swiper-button-prev {
        left: 0;
    }

    /*.hotel-popup .swiper-slide-img {
        height: 333px;
    }*/

    .hotel-popup .modal-footer {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .hotel-popup .popup-wrapper {
        min-height: 100%;
        padding: 12px 0;
    }

        .hotel-popup .popup-wrapper .section-cards .cards-heading {
            font-size: 17px;
            margin: 10px auto;
        }

            .hotel-popup .popup-wrapper .section-cards .cards-heading:before, .hotel-popup .popup-wrapper .section-cards .cards-heading:after {
                width: 13.2%;
            }

            .hotel-popup .popup-wrapper .section-cards .cards-heading:before {
                left: 8px;
            }

            .hotel-popup .popup-wrapper .section-cards .cards-heading:after {
                right: 8px;
            }

    /*.hotel-popup .swiper-slide-img {
        height: 200px;
    }*/
}

.flight-time-holder {
    padding-left: 10px;
}

.flight-time-text {
    margin-bottom: 18px;
    font-family: "Century Bold";
    font-size: 16px;
    color: #55a7e1;
}

.flight-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 220px;
}

    .flight-time:last-child {
        margin-bottom: 3px;
    }

@media (min-width: 992px) and (max-width: 1000px) {
    .flight-time-holder {
        padding-left: 10px;
    }
}

@media screen and (max-width: 991px) {
    .flight-time-holder {
        padding-left: 11px;
    }
}

@media screen and (max-width: 767px) {
    .flight-time-text {
        font-size: 14px;
    }
}

.flight-target-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 5px;
}

.flight-target-holder-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.form-group {
    position: relative;
    z-index: auto;
}

    .form-group.active-cell {
        z-index: 10 !important;
    }

        .form-group.active-cell .form-controls + .passenger-qty-wrapper {
            z-index: 11;
        }

        .form-group.active-cell .form-controls:after {
            display: block;
        }

@media (min-width: 1200px) {
    .form-group .form-controls:after {
        content: '';
        position: absolute;
        bottom: -37px;
        left: 0;
        right: 0;
        height: 37px;
        background: #fff;
        z-index: 10;
        display: none;
    }
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    display: block;
    height: 60px;
    background: transparent;
    /*cursor: pointer;christ to check*/
}

.input-holder .input-custom.ng-invalid-required.ng-touched, .input-holder .input-custom.ng-invalid-form-email.ng-touched, .signin-input.ng-invalid-required.ng-touched, .signin-input.ng-invalid-form-email.ng-touched {
    border: 1px solid #dc3545;
}

.form-error .ng-scope {
    position: absolute;
    top: 66px;
    left: 0;
    font-size: 14px;
    font-weight: 800;
    color: #dc3545;
}

.form-field {
    -moz-appearance: none;
    -webkit-appearance: none;
}

    .form-field ::-ms-expand {
        display: none;
    }

.ui-menu {
    z-index: 1;
    list-style: none;
    width: 100%; /*christ to check !important;*/
    color: #0072bb;
    background: #fff;
    border: 1px solid #c2c2c2;
    left: 0;
    right: auto;
}

@media (min-width: 1200px) {
    /*.ui-menu {
        width: 322px !important;
    }*/
}

@media (min-width: 1200px) {
    .ui-autocomplete {
        padding-top: 23px;
        background: none;
        border: 0 !important;
    }
}

@media (min-width: 992px) {
    .ui-autocomplete:after {
        content: '';
        position: absolute;
        top: 23px;
        background: #fff;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        -webkit-box-shadow: 0 0 2px #c2c2c2;
        box-shadow: 0 0 2px #c2c2c2;
    }
}

.ui-menu.ui-widget {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: left;
}

.ui-menu-item {
    padding: 0 19px;
    font-size: 15.2px;
    text-transform: uppercase;
    cursor: pointer;
    color: #555;
    margin: 0 !important;
}

    .ui-menu-item:hover .ui-menu-item-wrapper {
        color: #000 !important;
        background: none !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-bottom: 0 !important;
        margin: 0 !important;
    }

    .ui-menu-item:first-child .ui-menu-item-wrapper {
        border-top: 0 !important;
    }

    .ui-menu-item:active, .ui-menu-item:focus, .ui-menu-item:hover {
        color: #000;
    }

    .ui-menu-item .ui-menu-item-wrapper {
        padding: 10px 0 !important;
        background: none;
        border-top: 1px solid #dedede !important;
        position: relative;
        margin: 0 !important;
    }

.ui-datepicker {
    position: relative;
    z-index: 999 !important;
    font-family: "Century Gothic";
}

    .ui-datepicker td {
        padding: 3px 1px;
    }

    .ui-datepicker .month-header {
        /*display: none !important;*/
    }

    .ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-state-default {
        color: #000;
        background: none;
        border: none;
    }

    .ui-datepicker .ui-state-default {
        text-align: center;
    }

    .ui-datepicker .event > *, .ui-datepicker .SelectedTourRange > * {
        width: 28px;
        margin: 0 auto;
        height: 30px;
        color: #5aa7df;
        border: 2px solid #5aa7df;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        top: 39px;
    }

    .ui-datepicker .ui-datepicker-calendar {
        position: relative;
        top: 8px;
        font-size: 15px;
    }

.calendar-text {
    margin-top: 22px;
    margin-bottom: 20px;
    margin-left: 14px;
    font-size: 14px;
}

    .calendar-text:before {
        content: '';
        display: inline-block;
        margin-right: 8px;
        width: 11px;
        height: 11px;
        background: #fff;
        border: 2px solid #5aa7df;
    }

.ui-icon-circle-triangle-e {
    background-image: url(../assets/images/arrow-right-gray.png) !important;
    background-position: 0;
    background-size: 11px;
}

.ui-icon-circle-triangle-w {
    background-image: url(../assets/images/arrow-left-gray.png) !important;
    background-position: 0;
    background-size: 11px;
}

.passenger-total {
    margin-top: 14px;
    line-height: 15px;
}

.ui-datepicker-title {
    padding-top: 34px;
}

    .ui-datepicker-title .ui-datepicker-month, .ui-datepicker-title .ui-datepicker-year {
        font-family: "Century Bold";
        font-size: 15px;
        color: #6f6f6f;
    }

.radio-button {
    border: 1px solid #8e8e90;
}

    .radio-button:after {
        border: 3px solid #72c130;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(0, 0);
        transform: translate3d(-50%, -50%, 0) scale(0, 0);
    }

    .radio-button:checked {
        background: #fff;
    }

        .radio-button:checked:after {
            -webkit-transform: translate3d(-50%, -50%, 0) scale(1, 1);
            transform: translate3d(-50%, -50%, 0) scale(1, 1);
        }

    .radio-button[type="radio"] {
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin-bottom: 5px;
        width: 13px;
        height: 13px;
        overflow: hidden;
        vertical-align: middle;
        outline: 0;
        border-radius: 50%;
        cursor: pointer;
    }

        .radio-button[type="radio"]:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            border-radius: 50%;
            -webkit-transition: all 0.1s;
            transition: all 0.1s;
        }

.form-check-input[type="radio"]:checked + .radio-label {
    color: #55a7e1;
}

.payment-button .form-check-input[type="radio"]:checked + .radio-label {
    color: #6f6f6f;
}

.checkbox-label {
    padding-left: 10px;
    font-family: "Century Bold";
    font-size: 16px;
    color: #0072bb;
}

    .checkbox-label:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 20px;
        height: 20px;
        background-color: #fff;
        border: 1px solid #999;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .checkbox-label:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 20px;
        height: 20px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50% 50%;
    }

.radio-label {
    font-family: "Century Bold";
    font-size: 15px;
    color: #6f6f6f;
}

.combobox:valid + .form-label {
    top: 24px;
    font-family: "Century Bold";
    font-size: 12px;
    color: #6f6f6f;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

@media (min-width: 992px) and (max-width: 1000px) {
    .animate-switch.passenger-count.ng-scope {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .ui-menu {
        max-width: auto;
    }
}

@media screen and (max-width: 575px) {
    .ui-datepicker {
        font-size: 16px;
    }
}

#navbarSupportedContent .container-drop {
    position: relative;
    max-width: 1350px;
    padding: 0 15px;
    margin: 0 auto;
}

    #navbarSupportedContent .container-drop .container {
        padding: 0;
    }

#navbarSupportedContent .swiper-drop {
    position: relative;
    overflow: hidden;
}

    #navbarSupportedContent .swiper-drop .collapse {
        display: block;
    }

    #navbarSupportedContent .swiper-drop .swiper-button-disabled {
        display: none;
    }

#navbarSupportedContent .drop {
    text-align: center;
    font-size: 16px;
    text-transform: none;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    padding: 0;
    margin: 0;
    background: #fff;
    position: fixed !important;
    left: -100vw !important;
    bottom: 0;
    top: 44px !important;
    display: block !important;
    visibility: hidden;
    width: 100vw;
    height: 100vh !important;
}

@media (min-width: 1200px) {
    #navbarSupportedContent .drop {
        position: absolute !important;
        top: 54px !important;
        left: 0 !important;
        right: 0 !important;
        bottom: auto;
        margin: 0;
        padding: 0;
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        height: 0;
        opacity: 0;
        visibility: hidden;
        top: 100%;
        overflow: hidden;
        background: none;
        width: auto;
        height: auto !important;
    }
}

@media only screen and (min-width: 1308px) {
    #navbarSupportedContent .drop {
        top: 58px !important;
    }
}

#navbarSupportedContent .drop:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
}

#navbarSupportedContent .drop:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    z-index: -1;
}

#navbarSupportedContent .drop .swiper-button-wrapper {
    position: relative;
    margin: 70px 0;
}

@media (min-width: 768px) {
    #navbarSupportedContent .drop .swiper-button-wrapper {
        margin: 0;
        position: static;
    }
}

#navbarSupportedContent .drop .swiper-button-disabled {
    display: none;
}

#navbarSupportedContent .drop .swiper-button-next {
    background: none;
    right: 0;
    outline: none;
}

@media (min-width: 768px) {
    #navbarSupportedContent .drop .swiper-button-next {
        right: 15px;
    }
}

@media (min-width: 1200px) {
    #navbarSupportedContent .drop .swiper-button-next {
        right: 5px;
    }
}

@media only screen and (min-width: 1406px) {
    #navbarSupportedContent .drop .swiper-button-next {
        right: 0;
    }
}

#navbarSupportedContent .drop .swiper-button-next:before {
    content: '';
    border: solid #666;
    border-width: 5px 5px 0 0;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 6px;
    left: auto;
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 5px;
}

#navbarSupportedContent .drop .swiper-button-prev {
    background: none;
    outline: none;
    left: 0;
    top: 50%;
}

@media (min-width: 768px) {
    #navbarSupportedContent .drop .swiper-button-prev {
        left: 15px;
    }
}

@media (min-width: 1200px) {
    #navbarSupportedContent .drop .swiper-button-prev {
        left: 5px;
    }
}

@media only screen and (min-width: 1406px) {
    #navbarSupportedContent .drop .swiper-button-prev {
        left: 0;
    }
}

#navbarSupportedContent .drop .swiper-button-prev:before {
    content: '';
    border: solid #666;
    border-width: 5px 5px 0 0;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 6px;
    left: 6px;
    opacity: 1;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#navbarSupportedContent .drop .link-overview {
    text-transform: uppercase;
    top: 13px;
    font-weight: 700;
    margin: 0 0 20px;
}

@media (min-width: 1200px) {
    #navbarSupportedContent .drop .link-overview {
        margin: -20px 0 20px;
    }
}

#navbarSupportedContent .drop .close {
    position: absolute;
    top: 3px;
    right: 22px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    z-index: 2;
    padding: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 1;
}

@media (min-width: 1200px) {
    #navbarSupportedContent .drop .close {
        display: none;
    }
}

#navbarSupportedContent .drop .close:hover {
    opacity: .8;
}

#navbarSupportedContent .drop .close:before {
    content: '';
    border: solid #174698;
    border-width: 3px 3px 0 0;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 6px;
    left: 6px;
    opacity: 1;
}

#navbarSupportedContent .drop .title {
    display: block;
    color: #174698;
    text-transform: uppercase;
    display: block;
    margin: 0 0 8px 0;
    text-align: left;
    padding: 0 15px;
    font-weight: 700;
}

@media (min-width: 1200px) {
    #navbarSupportedContent .drop .title {
        display: none;
    }
}

#navbarSupportedContent .drop .container {
    max-width: 100%;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    #navbarSupportedContent .drop .container {
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    #navbarSupportedContent .drop .container {
        max-width: 1350px;
    }
}

#navbarSupportedContent .drop a {
    display: block;
}

@media only screen and (min-width: 768px) {
    #navbarSupportedContent .drop a {
        display: inline-block;
        vertical-align: top;
    }
}

#navbarSupportedContent li.open {
    background: #fff;
}

    #navbarSupportedContent li.open .drop {
        left: 0 !important;
        visibility: visible;
        overflow: visible;
    }

@media (min-width: 1200px) {
    #navbarSupportedContent li:hover .drop {
        margin: 25px 0 22px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        margin: 0;
        padding: 45px 0 30px;
        height: auto;
        opacity: 1;
        visibility: visible;
        overflow: visible;
    }
}

.visual-nav {
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    font-size: 15px !important;
    line-height: 1.06;
    text-align: center;
}

    .visual-nav .img {
        border: 8px solid #4395bc;
        border-radius: 50%;
        width: 152px;
        height: 152px;
        overflow: hidden;
        display: block;
        margin: 0 auto 18px;
        position: relative;
    }

        .visual-nav .img:after {
            content: '';
            background: #4395bc;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 3;
            opacity: 0;
            -webkit-transition: all ease-out 0.3s;
            transition: all ease-out 0.3s;
        }

    .visual-nav a {
        color: #545454;
    }

        .visual-nav a:hover .img:after {
            opacity: .7;
        }

.usual-slideshow .slideshow {
    border-bottom: 7px solid #1072b9;
    position: relative;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .usual-slideshow .container-custom {
        max-width: 1376px;
    }
}

.usual-slideshow .swiper-slide {
    height: 374px;
    position: relative;
    overflow: hidden;
}

    .usual-slideshow .swiper-slide:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 1px;
        -webkit-box-shadow: 0 0 60px 60px rgba(0,0,0,0.7);
        box-shadow: 0 0 60px 60px rgba(0,0,0,0.7);
    }

.usual-slideshow .caption {
    position: absolute;
    bottom: 38px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 3;
    font-size: 14px;
}

    .usual-slideshow .caption h2 {
        font-size: 22px;
        line-height: 1.1;
        margin: 0;
    }

.usual-slideshow .swiper-button-wrapper [class^='swiper-button-'] {
    background: none;
    font-size: 28px;
    padding: 2px 0 0;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
    left: 25px;
}

    .usual-slideshow .swiper-button-wrapper [class^='swiper-button-'].swiper-button-next {
        text-align: right;
        left: auto;
        right: 25px;
    }

.links-line {
    text-align: center;
}

    .links-line .container {
        padding: 0 15px !important;
    }

    .links-line .links {
        list-style: none;
        padding: 48px 0 12px;
        margin: 0 0 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 17px;
        overflow: auto;
        border-bottom: 1px solid #e9e9e9;
        font-weight: 700;
    }

@media (min-width: 992px) {
    .links-line .links {
        width: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 48px 0 12px;
        margin: 0 0 36px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

@media (min-width: 1200px) {
    .links-line .links {
        min-width: 1160px;
    }
}

.links-line .links li {
    padding: 0 30px;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .links-line .links li {
        padding: 0 15px;
    }
}

@media (min-width: 1200px) {
    .links-line .links li {
        padding: 0 30px;
    }
}

.section-banner + .links-line {
    margin-top: -18px;
}

@media (min-width: 768px) {
    .section-banner + .links-line {
        margin-top: -53px;
    }
}

.add-visual-section {
    color: #fff;
}

@media (min-width: 1200px) {
    .add-visual-section .container {
        max-width: 1190px;
    }
}

.add-visual-section .btn-white-outline {
    position: relative;
}

.add-visual-section .text-block {
    padding: 0 30px;
}

.add-visual-section .container-visual-section {
    border: 9px solid #d1d1d1;
    position: relative;
    z-index: 0;
    font-weight: 700;
    text-align: center;
    padding: 60px 40px;
    font-family: "Century Bold";
    font-weight: 400;
}

@media (min-width: 768px) {
    .add-visual-section .container-visual-section {
        padding: 82px 0 84px;
    }
}

.add-visual-section .container-visual-section:before {
    content: '';
    position: absolute;
    top: 60%;
    left: 20%;
    right: 20%;
    -webkit-box-shadow: 0 0 130px 74px rgba(0,0,0,0.64);
    box-shadow: 0 0 130px 74px rgba(0,0,0,0.64);
    border-radius: 50%;
}

@media (min-width: 768px) {
    .add-visual-section .container-visual-section:before {
        top: 50%;
    }
}

.add-visual-section .container-visual-section .bg {
    z-index: -1;
}

.add-visual-section .container-visual-section .middle-text {
    font-size: 21px;
    line-height: 1.1;
    display: block;
    text-transform: uppercase;
    position: relative;
}

.add-visual-section .container-visual-section .big-text {
    font-size: 26px;
    line-height: 1.1;
    display: block;
    text-transform: uppercase;
    margin: 0 0 18px;
    position: relative;
}

.decorate-heading {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 0 15px;
}

    .decorate-heading h2 {
        font-size: 21px;
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

@media (min-width: 768px) {
    .decorate-heading h2 {
        font-size: 25px;
    }
}

.decorate-heading h2:before, .decorate-heading h2:after {
    position: absolute;
    left: -66px;
    width: 47px;
    top: 13px;
    content: '';
    text-align: left;
    border-bottom: 2px solid #1072b9;
}

.decorate-heading h2:after {
    left: auto;
    right: -66px;
}

.result-main-box {
    background: #f8f8f8;
    border: 1px solid #dedede;
    color: #535353;
    border-bottom: 0;
}

@media (min-width: 768px) {
    .result-main-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.result-main-box.bg-none {
    background: none;
}

    .result-main-box.bg-none .date-slideshow [class^="swiper-button"] {
        background: none !important;
    }

.result-main-box .bottom-line {
    color: #00919e;
    font-family: "Century Bold";
    font-size: 15px;
    position: absolute;
    right: 25px;
    bottom: 24px;
}

    .result-main-box .bottom-line a {
        text-decoration: underline;
        color: inherit;
    }

        .result-main-box .bottom-line a:hover {
            text-decoration: none;
        }

    .result-main-box .bottom-line.static {
        position: static;
        margin: 0;
    }

@media (max-width: 1199.98px) {
    .result-main-box .bottom-line {
        position: static;
        margin: 15px 0 0;
    }
}

.result-main-box .add-link-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .result-main-box .add-link-line {
        position: absolute;
        top: 6px;
        right: 15px;
    }
}

.result-main-box .add-link-line .tool-btn {
    margin: 0 0 15px;
}

    .result-main-box .add-link-line .tool-btn a {
        width: 38px;
        height: 38px;
        background: #989da0;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        -webkit-transition: all ease-out 0.3s;
        transition: all ease-out 0.3s;
        color: #fff;
    }

    .result-main-box .add-link-line .tool-btn:hover {
        opacity: .7;
    }

.result-main-box .main-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

@media (min-width: 768px) {
    .result-main-box .main-col {
        width: 80%;
        max-width: 80%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        display: block;
    }
}

@media (min-width: 1200px) {
    .result-main-box .main-col {
        width: 86.7%;
        max-width: 86.7%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 86.7%;
        flex: 0 0 86.7%;
    }
}

.result-main-box .main-col .main-col-holder {
    width: 100%;
    padding: 20px;
    position: relative;
}

    .result-main-box .main-col .main-col-holder:after {
        content: '';
        display: table;
        width: 100%;
        clear: both;
    }

.result-main-box .main-col .img {
    margin: 0 0 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .result-main-box .main-col .img {
        float: left;
        margin: 0 20px 0 0;
        text-align: left;
    }
}

.result-main-box .main-col .img img {
    max-width: 238px;
}

.result-main-box .main-col .result-content {
    overflow: hidden;
    padding: 0 0 3px;
}

.result-main-box .main-col .result-heading {
    font-family: "Century Bold";
    color: #1072b9;
    margin: 0 0 20px;
}

@media (min-width: 992px) {
    .result-main-box .main-col .result-heading {
        margin: 0 0 28px;
    }
}

@media (min-width: 1200px) {
    .result-main-box .main-col .result-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 20px;
    }
}

.result-main-box .main-col .result-heading h2 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 20px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .result-main-box .main-col .result-heading h2 {
        font-size: 20px;
        margin: 0 0 4px;
    }
}

@media (min-width: 1200px) {
    .result-main-box .main-col .result-heading h2 {
        margin: -4px 0 0;
        letter-spacing: .8px;
    }
}

.result-main-box .main-col .result-heading .links-line {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 1.1;
    text-align: left;
}

@media (min-width: 768px) {
    .result-main-box .main-col .result-heading .links-line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 5px;
    }
}

@media (min-width: 1200px) {
    .result-main-box .main-col .result-heading .links-line {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.result-main-box .main-col .result-heading .links-line li {
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .result-main-box .main-col .result-heading .links-line li {
        margin: 0 12px 7px 0;
    }
}

@media (min-width: 992px) {
    .result-main-box .main-col .result-heading .links-line li {
        margin: 0 12px 0 0;
    }
}

@media (min-width: 1200px) {
    .result-main-box .main-col .result-heading .links-line li {
        margin: 0 12px;
    }
}

.result-main-box .main-col .result-heading .links-line li:last-child {
    margin-right: 0;
}

.result-main-box .main-col .result-heading .links-line a {
    color: #1072b9;
    text-decoration: underline;
}

    .result-main-box .main-col .result-heading .links-line a:hover {
        text-decoration: none;
    }

.result-main-box .main-col .data-rows {
    font-size: 14px;
    line-height: 1.1;
}

    .result-main-box .main-col .data-rows .data-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap; /*christ to check*/
        flex-wrap: wrap; /*christ to check*/
        padding: 0 0 12px;
    }

        .result-main-box .main-col .data-rows .data-row:last-child {
            padding-bottom: 0;
        }

@media (min-width: 992px) {
    .result-main-box .main-col .data-rows .data-row {
        padding: 0 0 22px;
    }
}

.result-main-box .main-col .data-rows .data-row .ico {
    color: #bdbdbd;
    width: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    color: #c2c2c2;
    font-size: 13px;
}

    .result-main-box .main-col .data-rows .data-row .ico .fa-map-marker-alt {
        padding-left: 4px;
    }

    .result-main-box .main-col .data-rows .data-row .ico img {
        max-width: 15px;
    }

.result-main-box .main-col .data-rows .mark {
    background: none;
    color: #1072b9;
    padding: 0 0 0 3px;
    font-family: "Century Bold";
}

.result-main-box .cells {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px;
}

    .result-main-box .cells .cell {
        position: relative;
        padding: 0 7px;
        white-space: nowrap;
    }

        .result-main-box .cells .cell:after {
            content: '';
            position: absolute;
            top: 3px;
            bottom: 2px;
            right: 0;
            width: 1px;
            background: #535353;
        }

        .result-main-box .cells .cell:last-child:after {
            display: none;
        }

.result-main-box.alt {
    border-bottom: 1px solid #dedede;
}

    .result-main-box.alt .main-col .main-col-holder {
        padding: 30px 15px;
    }

@media (min-width: 768px) {
    .result-main-box.alt .main-col .main-col-holder {
        padding: 41px 20px;
    }
}

.result-main-box.alt .main-col .result-heading {
    margin: 0 0 33px;
}

.result-open-close .result-main-box.alt {
    border-bottom: 0;
}

@media (min-width: 1200px) {
    .main-container-holder .main-col {
        width: 85%;
        max-width: 85%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
    }
}

.result-open-close.active .result-main-box.alt {
    border-bottom: 0;
}

.result-main-box.tour-main-box {
    margin-bottom: 44px;
}

    .result-main-box.tour-main-box .subtotal-line .t-price {
        color: #79c73d !important;
    }

    .result-main-box.tour-main-box .main-col {
        font-size: 14px;
        line-height: 1.357;
    }

@media (min-width: 1200px) {
    .result-main-box.tour-main-box .main-col {
        width: 85%;
        max-width: 85%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
    }
}

@media (min-width: 992px) {
    .result-main-box.tour-main-box .main-col .result-content {
        padding-right: 50px;
        padding-bottom: 10px;
        letter-spacing: .6px;
    }
}

.result-main-box.tour-main-box .main-col .result-heading {
    margin: 5px 0 12px;
}

@media (min-width: 768px) {
    .result-main-box.tour-main-box .main-col .result-heading {
        margin: 15px 0 12px;
    }
}

.result-main-box.tour-main-box .main-col .result-heading h2 {
    font-family: "Century Gothic";
}

.result-main-box.tour-main-box .main-col .details-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14.5px;
    color: #525252;
    letter-spacing: 0.2px;
    font-family: "Century Bold";
    margin: 0 0 13px;
}

    .result-main-box.tour-main-box .main-col .details-line .item {
        padding: 0 12px 0 0;
    }

        .result-main-box.tour-main-box .main-col .details-line .item i {
            padding-right: 8px;
        }

@media (min-width: 1200px) {
    .result-main-box.tour-main-box .add-col {
        width: 15%;
        max-width: 15%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
    }
}

.result-main-box.tour-main-box .add-col .big-text {
    color: #72c230;
}

.result-main-box.tour-main-box .main-col-holder {
    padding: 30px 15px 15px;
}

@media (min-width: 768px) {
    .result-main-box.tour-main-box .main-col-holder {
        padding: 43px 20px 20px;
    }
}

.result-main-box.tour-main-box .main-col-holder .img img {
    max-width: 190px;
    height: 150px;
    width: 190px;
}

}

.light-blue-theme .result-heading .links-line a {
    color: #55a7e1 !important;
}

.light-blue-theme .main-col .result-heading h2 {
    color: #55a7e1 !important;
}

.result-main-box.car-box {
    margin-bottom: 25px;
}

    .result-main-box.car-box .main-col-holder {
        padding: 22px !important;
    }

        .result-main-box.car-box .main-col-holder h2 {
            color: #55a7e1;
        }

    .result-main-box.car-box .main-col .result-content {
        padding: 8px 0 3px;
    }

    .result-main-box.car-box .main-col .result-heading {
        margin: 0 0 24px;
    }

    .result-main-box.car-box .details-list {
        font-size: 16px;
        list-style: none;
        padding: 0;
        margin: 0;
        color: #888;
    }

        .result-main-box.car-box .details-list i {
            color: #55a7e1;
        }

        .result-main-box.car-box .details-list li {
            margin: 0 0 15px;
        }

            .result-main-box.car-box .details-list li:last-child {
                margin: 0;
            }

    .result-main-box.car-box .ico {
        width: 20px;
        margin: 0 3px 0 0;
        display: inline-block;
        vertical-align: top;
    }

        .result-main-box.car-box .ico img {
            position: relative;
            top: -3px;
        }

    .result-main-box.car-box .btn-blue {
        background: #55a7e1;
        border-color: #55a7e1;
    }

        .result-main-box.car-box .btn-blue:hover {
            background: #fff;
            color: #55a7e1;
        }

.cyan .result-main-box.tour-main-box .main-col .data-rows .data-row .ico {
    color: #525252;
}

.cyan .result-main-box.tour-main-box .main-col-holder {
    padding: 50px 20px 20px;
}

@media (min-width: 1200px) {
    .cyan .result-main-box.tour-main-box .main-col-holder {
        padding: 23px 25px 20px;
    }
}

.cyan .result-main-box.tour-main-box .main-col-holder .img img {
    max-width: 200px;
}

.cyan .result-main-box.tour-main-box .main-col-holder .details-line {
    margin: 0 0 17px;
}

    .cyan .result-main-box.tour-main-box .main-col-holder .details-line img {
        display: block;
    }

.cyan .result-main-box.tour-main-box .main-col-holder .data-rows {
    padding: 0 0 9px;
}

    .cyan .result-main-box.tour-main-box .main-col-holder .data-rows .data-row {
        padding: 0 0 13px;
    }

@media (min-width: 992px) {
    .cyan .result-main-box.tour-main-box .main-col-holder .result-content {
        padding-right: 19%;
        padding-bottom: 0;
    }
}

.cyan .result-main-box.tour-main-box .add-link-line {
    top: 16px;
}

.cyan .result-main-box.tour-main-box .result-heading {
    color: #00919e;
}

    .cyan .result-main-box.tour-main-box .result-heading h2 {
        font-family: "Century Bold";
    }

@media (min-width: 768px) {
    .cyan .result-main-box.tour-main-box .result-heading {
        margin: 5px 0 10px;
    }
}

.cyan .tour-dropdown-wrapper .btn-dropdown {
    color: #00919e;
}

.cyan .check-list li:before {
    color: #00919e;
}

.tooltip {
    font-family: "Century Bold";
}

.date-container {
    max-width: 100%;
    margin-top: -1px;
}

@media (min-width: 768px) {
    .date-container {
        margin-top: 0;
    }
}

.date-slideshow, .date-slideshow-result, .date-slideshow-lebanon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #fff;
}

    .date-slideshow .swiper-container, .date-slideshow-result .swiper-container, .date-slideshow-lebanon .swiper-container {
        height: auto;
    }

    .date-slideshow [class^='swiper-button'], .date-slideshow-result [class^='swiper-button'], .date-slideshow-lebanon [class^='swiper-button'] {
        position: static;
        background: none;
        color: #00679e;
        font-size: 28px;
        height: 54px;
        width: 37px;
        background: #f8f8f8;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37px;
        flex: 0 0 37px;
        opacity: 1;
        margin: 0;
        text-align: center;
        padding: 0;
        line-height: 52px;
        cursor: pointer;
        -webkit-transition: all ease-out 0.3s;
        transition: all ease-out 0.3s;
    }

        .date-slideshow [class^='swiper-button'].swiper-button-date-prev, .date-slideshow-result [class^='swiper-button'].swiper-button-date-prev, .date-slideshow-lebanon [class^='swiper-button'].swiper-button-date-prev {
            border: solid #dedede;
            border-width: 1px 1px 1px 0;
        }

        .date-slideshow [class^='swiper-button'].swiper-button-date-next, .date-slideshow-result [class^='swiper-button'].swiper-button-date-next, .date-slideshow-lebanon [class^='swiper-button'].swiper-button-date-next {
            border: solid #dedede;
            border-width: 1px 0 1px 1px;
        }

        .date-slideshow [class^='swiper-button']:hover, .date-slideshow-result [class^='swiper-button']:hover, .date-slideshow-lebanon [class^='swiper-button']:hover {
            opacity: .7;
        }

    .date-slideshow .date-text-wrapper, .date-slideshow-result .date-text-wrapper, .date-slideshow-lebanon .date-text-wrapper {
        font-size: 14px;
        line-height: 1.1;
    }

        .date-slideshow .date-text-wrapper .date-text, .date-slideshow-result .date-text-wrapper .date-text, .date-slideshow-lebanon .date-text-wrapper .date-text {
            font-family: "Century Bold";
        }

    .date-slideshow .swiper-slide, .date-slideshow-result .swiper-slide, .date-slideshow-lebanon .swiper-slide {
        text-align: center;
        border: solid #dedede;
        border-width: 1px 0 1px 1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
    }

    .date-slideshow .swiper-slide-active, .date-slideshow-result .swiper-slide-active, .date-slideshow-lebanon .swiper-slide-active {
        background: #1072b9;
        border-color: #1072b9;
        color: #fff;
        position: relative;
    }

        .date-slideshow .swiper-slide-active:after, .date-slideshow-result .swiper-slide-active:after, .date-slideshow-lebanon .swiper-slide-active:after {
            content: '';
            position: absolute;
            bottom: -7px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7px 6px 0 6px;
            border-color: #1072b9 transparent transparent transparent;
        }

    .date-slideshow.alt [class^='swiper-button'], .date-slideshow-result.alt [class^='swiper-button'], .date-slideshow-lebanon.alt [class^='swiper-button'] {
        background: none;
    }

.result-main-box.alt + .date-container [class^='swiper-button'] {
    background: none;
    border-width: 1px;
}

.cyan .date-slideshow-lebanon .swiper-slide-active {
    background: #00919e;
}

.cyan .date-slideshow-lebanon [class^='swiper-button'] {
    color: #00919e;
}

.cyan .result-main-box {
    color: #525252;
}

.add-col {
    text-align: center;
}

@media (min-width: 768px) {
    .add-col {
        width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        border-left: 1px solid #dedede;
    }
}

@media (min-width: 1200px) {
    .add-col {
        width: 13.3%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 13.3%;
        flex: 0 0 13.3%;
        max-width: 13.3%;
    }
}

.add-col .price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #525252;
    padding: 20px 10px;
}

    .add-col .price-box .big-text {
        font-size: 29px;
        color: #fed230;
        font-family: "Century Bold";
        line-height: 1;
    }

    .add-col .price-box .note {
        display: block;
        color: #bababa;
        padding: 12px 0 0;
        font-family: "Century Bold";
    }

.add-col [class^='btn-'] {
    display: block;
    line-height: 52px;
    margin: 0 -1px;
    position: relative;
    font-size: 18px;
    padding: 0;
}

.add-col .btn-open {
    display: block;
    line-height: 52px;
    margin: 0 -1px;
    position: relative;
    background: #1072b9;
    border: 1px solid #1072b9;
    color: #fff;
    position: relative;
    font-size: 16px;
}

    .add-col .btn-open:after {
        content: "\f078";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        display: inline-block;
        vertical-align: top;
        margin-left: 8px;
        -webkit-transition: all ease-out 0.3s;
        transition: all ease-out 0.3s;
    }

    .add-col .btn-open:hover {
        color: #1072b9;
        background: #fff;
    }

.result-open-close.active .btn-open {
    background: #aaa;
    color: #fff;
    border-color: #aaa;
}

    .result-open-close.active .btn-open:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .result-open-close.active .btn-open:hover {
        color: #aaa;
        background: #fff;
    }

.result-main-box.alt {
    background: none;
}

    .result-main-box.alt .add-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .result-main-box.alt .add-col .price-box {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

@media (min-width: 1200px) {
    .main-container-holder .add-col {
        width: 15%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }
}

.car-box .add-col .big-text {
    color: #73c235;
}

.cyan .result-main-box.tour-main-box .add-col .big-text {
    color: #ff8f1e;
}

.result-open-close {
    margin: 0 0 50px;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
    position: relative;
}

    .result-open-close.active {
        border-bottom: 0;
    }

    .result-open-close .slide-result-open-close {
        border: solid #dedede;
        border-width: 0 1px 1px;
    }

.fares-boxes {
    font-size: 11px;
    padding: 0 15px 20px;
}

@media (min-width: 768px) {
    .fares-boxes {
        padding: 0 15px;
    }
}

.fares-boxes .box {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .fares-boxes .box {
        padding-bottom: 114px;
        padding-top: 38px;
        border-left: 1px solid #dedede;
    }
}

.fares-boxes .box:first-child {
    border-left: 0;
}

.fares-boxes .title {
    text-transform: uppercase;
    color: #febe29;
    display: block;
    text-align: center;
    font-family: "Century Bold";
    font-size: 16px;
    margin: 0 0 33px;
}

@media (min-width: 768px) {
    .fares-boxes .title {
        font-size: 20px;
        margin: 0 0 33px;
    }
}

@media (min-width: 992px) {
    .fares-boxes .title {
        font-size: 20px;
    }
}

.fares-boxes .box-holder {
    margin: 0 auto;
}

@media (min-width: 992px) {
    .fares-boxes .box-holder {
        max-width: 340px;
    }
}

.fares-boxes .btn-yellow {
    text-transform: uppercase;
    padding: 12px 15px;
    min-width: 230px;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    display: block;
}

@media (min-width: 768px) {
    .fares-boxes .btn-yellow {
        min-width: 200px;
        position: absolute;
        left: 50%;
        bottom: 30px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0;
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .fares-boxes .btn-yellow {
        min-width: 230px;
    }
}

@media (min-width: 768px) {
    .fares-boxes.fares-tabset .box {
        padding-bottom: 73px;
        padding-top: 14px;
    }
}

.fares-boxes.fares-tabset .title {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    color: #bbb;
    font-weight: 400;
}

    .fares-boxes.fares-tabset .title:after {
        content: "\f078";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        display: inline-block;
        vertical-align: top;
        margin-left: 8px;
        -webkit-transition: all ease-out 0.3s;
        transition: all ease-out 0.3s;
    }

.fares-boxes.fares-tabset .btn-yellow {
    background: #bbb !important;
    border-color: #bbb !important;
    color: #fff;
}

@media (min-width: 768px) {
    .fares-boxes.fares-tabset .btn-yellow {
        bottom: 16px;
    }
}

.fares-boxes.fares-tabset .btn-yellow:hover {
    background: none !important;
    color: #bbb !important;
}

.fares-boxes.fares-tabset .selected .title {
    color: #fed230;
}

.fares-boxes.fares-tabset .selected .btn-yellow {
    background: #fed230 !important;
    border-color: #fed230 !important;
    color: #fff !important;
}

@media (min-width: 768px) {
    .fares-boxes.fares-tabset .selected .btn-yellow {
        bottom: 16px;
    }
}

.fares-boxes.fares-tabset .selected .btn-yellow:hover {
    background: none !important;
    color: #fed230 !important;
}

.mark-list {
    font-size: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.5;
}

    .mark-list li {
        position: relative;
        padding: 0 0 12px 20px;
    }

        .mark-list li:before {
            content: '';
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #1072b9;
            position: absolute;
            left: 1px;
            top: 7px;
        }

.itinerary-popup .modal-dialog {
    max-width: 1164px;
}

.itinerary-popup .modal-header {
    padding: 0;
    position: relative;
    margin: 0 0 37px;
}

    .itinerary-popup .modal-header .close {
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

@media (min-width: 768px) {
    .itinerary-popup .modal-header .close {
        top: -7px;
        left: -22px;
    }
}

.itinerary-popup .popup-wrapper {
    padding: 28px 15px 30px;
    border-radius: 0;
    min-height: 1px;
}

@media (min-width: 992px) {
    .itinerary-popup .popup-wrapper {
        padding: 28px 28px 58px 46px;
    }
}

.itinerary-popup .itinerary-popup-holder {
    overflow: hidden;
}

    .itinerary-popup .itinerary-popup-holder .table-holder {
        overflow: hidden;
    }

    .itinerary-popup .itinerary-popup-holder .img {
        margin: 0 0 15px;
        text-align: center;
    }

@media (min-width: 992px) {
    .itinerary-popup .itinerary-popup-holder .img {
        text-align: left;
        float: left;
        max-width: 232px;
        margin-right: 43px;
        padding: 60px 0 0;
    }
}

.itinerary-popup .table {
    font-size: 12px;
    color: #5a656b;
    margin: 0;
}

@media (min-width: 768px) {
    .itinerary-popup .table {
        font-size: 14px;
    }
}

.itinerary-popup .table th {
    background: none;
    border: 0;
    text-transform: uppercase;
    color: #1072b9;
    font-weight: 400;
    font-family: "Century Bold";
    font-size: 13px;
    padding: 12px 7px;
}

@media (min-width: 768px) {
    .itinerary-popup .table th {
        padding: 12px 18px 16px;
        font-size: 15px;
    }
}

.itinerary-popup .table td {
    background: #f6f6f6;
    border: 0;
    padding: 12px 7px;
}

@media (min-width: 768px) {
    .itinerary-popup .table td {
        padding: 19px 18px;
    }
}

.itinerary-popup .table tr:nth-child(even) td {
    background: #e5f0f7;
}

.wi-popup .modal-dialog {
    max-width: 528px;
}

.wi-popup .modal-header {
    padding: 0;
    position: relative;
    margin: 0 0 27px;
    text-align: center;
    display: block;
}

    .wi-popup .modal-header .close {
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

@media (min-width: 768px) {
    .wi-popup .modal-header .close {
        top: 4px;
        left: 6px;
    }
}

.wi-popup .modal-header .heading, .title-ship-information {
    display: block;
    color: #1072b9;
    text-align: center;
    border-bottom: 1px solid #ededed;
    font-family: "Century Bold";
    font-weight: 400;
    padding: 0 0 10px;
}

@media (min-width: 768px) {
    .wi-popup .modal-header .heading, .title-ship-information {
        font-size: 23px;
        padding: 0 0 10px;
    }
}

.wi-popup .title {
    display: block;
    color: #1072b9;
    font-family: "Century Bold";
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    font-weight: 400;
    margin: 0 0 6px;
}

    .wi-popup .title:before {
        content: "\f058";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        left: -25px;
        top: -2px;
        font-size: 18px;
    }

.wi-popup .popup-wrapper {
    padding: 15px 15px 30px;
    border-radius: 0;
    min-height: 1px;
}

@media (min-width: 992px) {
    .wi-popup .popup-wrapper, .popup-wrapper-ship-information {
        padding: 15px 62px 40px 58px;
    }
}

.wi-popup .wi-popup-holder {
    padding: 0 0 0 26px;
}

    .wi-popup .wi-popup-holder .mark-list:last-child {
        padding-bottom: 0;
    }

        .wi-popup .wi-popup-holder .mark-list:last-child li:last-child {
            padding-bottom: 0;
        }

.wi-popup .mark-list {
    line-height: 1.38;
    padding: 0 0 12px;
}

    .wi-popup .mark-list li {
        padding: 0 0 21px 20px;
    }

.main-container-holder {
    max-width: 1372px !important;
    padding: 0 15px;
}

@media (min-width: 1200px) {
    .main-container-holder .col-lg-8 {
        max-width: 68.3%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 68.3%;
        flex: 0 0 68.3%;
        width: 68.3%;
    }
}

@media (min-width: 1200px) {
    .main-container-holder .col-lg-4 {
        max-width: 31.2%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.2%;
        flex: 0 0 31.2%;
        width: 31.2%;
    }
}

.main-container-holder .section-heading {
    color: #1072b9;
    font-family: "Century Bold";
    font-weight: 400;
}

@media (min-width: 768px) {
    .main-container-holder .section-heading {
        font-size: 22px;
    }
}

.main-container-holder .notes-title {
    color: #1072b9;
}

.main-container-holder .summary {
    padding-bottom: 20px;
}

    .main-container-holder .summary .summary-heading {
        background: #1072b9;
    }

    .main-container-holder .summary .summary-total-holder .total-price {
        color: #f4d954; /*!important;*/
    }

    .main-container-holder .summary .summary-total-wrapper:last-child .total-title {
        color: #8b9394;
    }

    .main-container-holder .summary .btn-coupon-text {
        color: #f4d954; /*!important;*/
        border-color: #f4d954;
    }

        .main-container-holder .summary .btn-coupon-text:hover {
            border-color: transparent;
        }

    .main-container-holder .summary .total-title {
        font-size: 16px;
        color: #777;
    }

    .main-container-holder .summary .total-price {
        font-size: 16px;
    }

    .main-container-holder .summary .summary-content-wrapper {
        padding-bottom: 5px;
        padding-top: 15px;
    }

    .main-container-holder .summary .summary-input {
        padding: 15px 15px 25px;
        font-family: "Century Gothic";
    }

        .main-container-holder .summary .summary-input ::-webkit-input-placeholder {
            color: #444;
        }

        .main-container-holder .summary .summary-input :-moz-placeholder {
            color: #444;
        }

        .main-container-holder .summary .summary-input ::-moz-placeholder {
            color: #444;
            opacity: 1;
        }

        .main-container-holder .summary .summary-input :-ms-input-placeholder {
            color: #444;
        }

@media (min-width: 1200px) {
    .main-container-holder .summary .summary-total-wrapper {
        padding: 10px 25px;
    }
}

.main-container-holder .summary .summary-total-wrapper .total-title {
    width: 50%;
    padding-top: 4px;
}

.main-container-holder .summary .summary-total-wrapper .total-price {
    font-size: 34px;
    color: #1072b9;
    white-space: nowrap;
    width: 50%;
    text-align: right;
}

.main-container-holder .payment-button .radio-label:after {
    background: #fed233 !important;
}

.offer-info-table-holder {
    padding: 0 15px;
    position: relative;
}

@media (min-width: 768px) {
    .offer-info-table-holder {
        padding: 0 20px;
    }
}

.offer-info-table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    background: none;
    font-size: 15px;
    color: #5e5e5e;
}

    .offer-info-table img {
        display: inline-block;
        vertical-align: top;
    }

@media only screen and (max-width: 767px) {
    .offer-info-table {
        border: 0;
    }
}

.offer-info-table tr {
    border-top: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
    .offer-info-table tr {
        border: solid #ddd;
        border-width: 0 0 3px;
        display: block;
    }
}

.offer-info-table tr td:first-child {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 767px) {
    .offer-info-table tr td:first-child {
        text-align: center !important;
    }
}

.offer-info-table tr td + td + td {
    text-align: left;
}

    .offer-info-table tr td + td + td + td {
        font-family: "Century Bold";
        color: #414141;
    }

.offer-info-table tr td:last-child {
    text-align: center;
    padding-right: 0;
    padding-left: 45px;
}

.offer-info-table tr td:nth-child(3) {
    padding-left: 35px;
    padding-right: 35px;
}

.offer-info-table th, .offer-info-table td {
    padding: 5px 10px;
    text-align: center;
}

.offer-info-table th {
    color: #1072b9;
    font-weight: 400;
    font-family: "Century Bold";
    font-size: 15px;
    padding: 28px 10px;
}

    .offer-info-table th + th + th {
        text-align: left;
    }

    .offer-info-table th:last-child {
        text-align: center;
        padding-right: 0;
        padding-left: 45px;
    }

    .offer-info-table th:nth-child(3) {
        padding-left: 35px;
        padding-right: 35px;
    }

@media only screen and (max-width: 767px) {
    .offer-info-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}

@media only screen and (max-width: 767px) {
    .offer-info-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right !important;
        padding: 10px 10px 10px 0 !important;
        line-height: 1;
    }
}

@media only screen and (max-width: 767px) {
    .offer-info-table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        font-family: "Century Gothic";
        color: #5e5e5e !important;
        line-height: 1;
    }
}

.info-popup-holder {
    line-height: 1;
}

    .info-popup-holder i {
        color: #1072b9;
        display: inline-block;
        vertical-align: top;
        position: relative;
        cursor: pointer;
        font-size: 16px;
        -webkit-transition: all ease-out 0.3s;
        transition: all ease-out 0.3s;
    }

        .info-popup-holder i:hover {
            color: #444;
        }

@media (min-width: 768px) {
    .info-popup-holder i:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -18px;
        background-color: #fff;
        -webkit-box-shadow: -3px -3px 4px rgba(0,0,0,0.1);
        box-shadow: -3px -3px 4px rgba(0,0,0,0.1);
        width: 14px;
        height: 14px;
        -webkit-transform: translate(-50%, 0) rotate(45deg);
        transform: translate(-50%, 0) rotate(45deg);
        z-index: 5;
        opacity: 0;
        -webkit-transition: all linear 0.3s;
        transition: all linear 0.3s;
    }
}

.info-popup-holder.active i:after {
    opacity: 1;
    bottom: -44px;
}

.info-popup-holder .info-popup {
    background: #fff;
    text-align: left;
    padding: 20px 0;
    font-family: "Century Gothic";
    font-size: 15px;
    line-height: 1.3;
    color: #606060;
    position: relative;
    display: none;
}

@media (min-width: 768px) {
    .info-popup-holder .info-popup {
        padding: 71px 42px;
        position: absolute !important;
        left: -1px;
        right: -1px;
        z-index: 2;
        margin: 37px 0 0;
        -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.3);
        box-shadow: 0 0 7px rgba(0,0,0,0.3);
    }
}

.info-popup-holder .info-popup .popup-title {
    display: block;
    color: #1072b9;
    font-size: 15px;
    font-family: "Century Bold";
    margin: 0 0 17px;
}

.info-popup-holder .info-popup .info-opener {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (min-width: 768px) {
    .info-popup-holder .info-popup .info-opener {
        right: 12px;
        top: 18px;
        bottom: auto;
    }
}

.info-popup-holder .info-popup .info-opener:after {
    display: none !important;
}

.info-popup-holder .info-popup .check-list li:last-child {
    padding-bottom: 0;
}

.info-popup-holder .info-popup .popup-text {
    font-size: 12px;
}

    .info-popup-holder .info-popup .popup-text p {
        margin: 0 0 5px;
    }

.question-wrap .info-popup {
    padding: 35px 46px;
    letter-spacing: .5px;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .check-list li {
        position: relative;
        padding: 0 0 20px 25px;
    }

@media (min-width: 768px) {
    .check-list li {
        padding: 0 0 36px 38px;
    }
}

.check-list li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 18px;
    color: #1072b9;
}

.yellow-radio [type="radio"]:checked, .yellow-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .yellow-radio [type="radio"]:checked + label, .yellow-radio [type="radio"]:not(:checked) + label {
        position: relative;
        width: 12px;
        height: 12px;
        cursor: pointer;
        line-height: 0;
        display: inline-block;
    }

        .yellow-radio [type="radio"]:checked + label:before, .yellow-radio [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 12px;
            height: 12px;
            border: 1px solid #898989;
            border-radius: 100%;
            background: #fff;
        }

        .yellow-radio [type="radio"]:checked + label:after, .yellow-radio [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 6px;
            height: 6px;
            background: #ffdc36;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .yellow-radio [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .yellow-radio [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.fares-summary-block-holder {
    display: none;
}

@media (min-width: 992px) {
    .fares-summary-block-holder {
        display: block;
    }
}

@media (min-width: 992px) {
    .fares-summary-block-holder {
        margin: 0 0 60px;
    }
}

.fares-summary-block-holder .btn-yellow {
    padding: 14px 20px;
    display: block;
    text-align: center;
    margin: 18px 0 0;
}

.fares-summary-block-holder .btn-wrapper [class^='btn'] {
    font-size: 18px;
    letter-spacing: .6px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.fares-summary-block-holder .btn-wrapper .btn-loader {
    text-align: center;
    border: 4px solid #fed230;
    border-top-color: #72c130;
    border-top-style: solid;
    border-top-width: 4px;
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin: 0 auto;
    -webkit-animation: spin 1.3s linear infinite;
    animation: spin 1.3s linear infinite;
}

.fares-summary-block-holder .btn-wrapper:not(.loading) .btn-loader {
    display: none !important;
}

.fares-summary-block-holder .price-list {
    list-style: none;
    padding: 13px 0 4px;
    margin: 0;
    font-size: 16px;
    color: #757671;
    font-family: "Century Bold";
}

    .fares-summary-block-holder .price-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: 1px solid #dedede;
        padding: 14px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .fares-summary-block-holder .price-list .price {
        font-size: 18px;
    }

.fares-summary-block-holder .room-info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #777;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0 10px;
    border-top: 1px solid #dedede;
}

    .fares-summary-block-holder .room-info-row:first-child {
        border: none;
        padding: 10px 0 8px;
    }

    .fares-summary-block-holder .room-info-row .room-name {
        padding: 0 14px 0 0;
        white-space: nowrap;
        font-family: "Century Bold";
    }

        .fares-summary-block-holder .room-info-row .room-name i {
            font-size: 16px;
            margin: 0 10px 0 0;
        }

    .fares-summary-block-holder .room-info-row .room-description {
        padding: 0 10px 0 0;
    }

    .fares-summary-block-holder .room-info-row .room-price {
        text-align: right;
        font-size: 16px;
        white-space: nowrap;
        min-width: 70px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-family: "Century Bold";
    }

.fares-summary-block {
    background: #f9f9f9;
    border: 1px solid #dedede;
    margin: 0 0 25px;
}

    .fares-summary-block .heading {
        font-family: "Century Bold";
        background: #1072b9;
        color: #fff;
        font-size: 20px;
        padding: 15px 27px;
        display: block;
        letter-spacing: 0.6px;
        text-transform: uppercase;
    }

    .fares-summary-block .open-head-summary {
        padding: 0 0 12px 25px;
    }

@media (min-width: 1200px) {
    .fares-summary-block .open-head-summary {
        letter-spacing: .2px;
    }
}

.fares-summary-block .fares-summary-opener {
    color: #1072b9;
    font-family: "Century Bold";
    font-size: 16px;
    position: relative;
    display: block;
}

    .fares-summary-block .fares-summary-opener i {
        -webkit-transition: all ease-out 0.3s;
        transition: all ease-out 0.3s;
    }

        .fares-summary-block .fares-summary-opener i:first-child {
            position: absolute;
            left: -21px;
            top: 3px;
        }

        .fares-summary-block .fares-summary-opener i:last-child {
            right: 0;
            position: absolute;
            font-size: 20px;
            top: 2px;
        }

.fares-summary-block .summary-holder {
    padding: 14px 19px;
    font-size: 14px;
    color: #525252;
    border: 0 !important;
}

.fares-summary-block .fares-summary-slide {
    padding: 13px 0 19px;
}

.fares-summary-block .cruise-details {
    display: block;
    margin: 0 0 35px;
}

    .fares-summary-block .cruise-details .icon {
        width: 22px;
        padding: 0 0 0 4px;
        display: inline-block;
        vertical-align: top;
    }

        .fares-summary-block .cruise-details .icon img {
            max-width: 16px;
            position: relative;
            top: -3px;
        }

.fares-summary-block .subtotal-block {
    border-top: 1px solid #dedede;
    padding: 19px 0 13px;
    color: #797872;
}

    .fares-summary-block .subtotal-block [class^='col']:last-child {
        text-align: right;
    }

    .fares-summary-block .subtotal-block .note {
        display: block;
        color: #bababa;
        font-family: "Century Bold";
        margin: 0 0 0 -5px;
    }

@media only screen and (min-width: 1406px) {
    .fares-summary-block .subtotal-block .note {
        white-space: nowrap;
    }
}

.fares-summary-block .subtotal-block .price {
    font-size: 18px;
}

.fares-summary-block .important-text {
    font-size: 16px;
    display: block;
    font-family: "Century Bold";
    line-height: 1.2;
    margin: 0 0 5px;
}

.fares-summary-block .subtotal-line {
    background: #e9ebeb;
    color: #797873;
    margin: 0 -20px -15px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.1;
    font-family: "Century Bold";
}

    .fares-summary-block .subtotal-line [class^='col']:last-child {
        text-align: right;
    }

    .fares-summary-block .subtotal-line .t-price {
        font-size: 34px;
        color: #1072b9;
    }

    .fares-summary-block .subtotal-line .note {
        font-size: 80%;
        margin: -6px 0 0;
        display: block;
        font-family: "Century Gothic";
    }

.fares-summary-block .cabin-box {
    padding: 0 0 12px 25px;
}

    .fares-summary-block .cabin-box .title {
        display: block;
        margin: 0 0 0 -25px;
    }

    .fares-summary-block .cabin-box .details-text {
        color: #1072b9;
    }

.fares-summary-block .total-price-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Century Bold";
    border-top: 1px solid #dedede;
    padding: 13px 5px 0;
    font-size: 16px;
}

    .fares-summary-block .total-price-row .text {
        text-transform: uppercase;
        color: #8b9292;
    }

    .fares-summary-block .total-price-row .price {
        color: #1072b9;
    }

.fares-summary-block.alt .heading {
    padding-left: 20px;
}

.fares-summary-block.alt .summary-holder {
    padding: 27px 19px;
}

.fares-summary-block.alt .table-fares-summary-holder {
    border: solid #dedede;
    border-width: 1px 0;
    padding: 30px 0 27px 23px;
    margin: 0 0 10px;
}

    .fares-summary-block.alt .table-fares-summary-holder i {
        top: 35px;
    }

.fares-summary-block.alt .cruise-details {
    margin: 0 0 13px;
}

.fares-summary-block.alt .fares-summary-slide {
    padding-bottom: 0;
}

.fares-summary-open-close.active .fa-chevron-circle-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tour-summary.fares-summary-block-holder .heading {
    background: #55a7e1;
}

.tour-summary.fares-summary-block-holder .sub-title {
    color: #55a7e1;
    font-size: 16px;
    letter-spacing: 0.3px;
    margin: 0 0 4px;
    display: block;
    font-family: "Century Bold";
}

    .tour-summary.fares-summary-block-holder .sub-title img {
        display: inline-block;
        vertical-align: top;
        padding-top: 2px;
        margin-right: 7px;
    }

.tour-summary.fares-summary-block-holder .subtotal-line {
    border: 1px solid #dedede;
}

    .tour-summary.fares-summary-block-holder .subtotal-line .t-price {
        color: #79c73d !important;
    }

.fares-summary-block-holder.car-summary .text-row .imp {
    color: #525252;
    font-size: 14px;
    display: block;
    font-family: "Century Bold";
}

.fares-summary-block-holder.car-summary .text-row .mark-car {
    font-size: 16px;
    color: #1072b9;
    display: block;
    font-family: "Century Bold";
}

.fares-summary-block-holder.car-summary .subtotal-line {
    margin: 0;
}

.fares-summary-block-holder.car-summary .box {
    border-bottom: 1px solid #dddfde;
    padding: 0 0 11px;
    margin: 0 0 15px;
}

    .fares-summary-block-holder.car-summary .box:last-child {
        border-bottom: 0;
        margin: 0;
    }

    .fares-summary-block-holder.car-summary .box + .summary-total-holder {
        margin-top: -5px;
    }

.fares-summary-block-holder.car-summary .fares-summary-block {
    background: none;
    border: 0;
}

.fares-summary-block-holder.car-summary .summary-holder {
    background: #edefee;
    margin-bottom: 5px;
    padding: 12px 18px;
}

.fares-summary-block-holder.car-summary .sub-title {
    font-size: 15px;
    padding: 0 0 7px;
    font-weight: 600;
}

    .fares-summary-block-holder.car-summary .sub-title .ico {
        margin-right: 5px;
        margin-left: 2px;
        max-width: 12px;
        margin-top: -2px;
    }

.fares-summary-block-holder.car-summary .table-fares-summary-holder {
    font-weight: 600;
}

    .fares-summary-block-holder.car-summary .table-fares-summary-holder i {
        top: 4px;
    }

.fares-summary-block-holder.car-summary .table-fares-summary {
    margin: 0 0 12px;
}

    .fares-summary-block-holder.car-summary .table-fares-summary .details-dir {
        text-transform: none;
        font-size: 14px;
        font-family: "Century Gothic";
    }

    .fares-summary-block-holder.car-summary .table-fares-summary .details-place {
        font-family: "Century Gothic";
    }

.fares-summary-block.cyan .heading {
    background: #00919e;
}

.fares-summary-block.cyan .room-info-row .room-name, .fares-summary-block.cyan .table-date, .fares-summary-block.cyan i, .fares-summary-block.cyan .table-fares-summary .details-dir, .fares-summary-block.cyan .fares-summary-opener {
    color: #00919e;
}

.fares-summary-block.cyan .fares-summary-opener {
    padding: 0 20px 0 0;
}

.fares-summary-block.cyan .subtotal-line {
    background: transparent;
}

.fares-summary-block.cyan .fares-summary-slide {
    border-top: 1px solid #dedede;
}

.fares-summary-block.cyan .fares-summary-open-close {
    border-bottom: 1px solid #dedede;
}

.fares-summary-block.cyan .summary-holder {
    color: #7e7f7f;
}

.summary.cyan .summary-total-wrapper .total-price {
    color: #ff8f1e;
}

.table-fares-summary-holder {
    position: relative;
    padding: 0 0 0 23px;
    font-weight: 400;
}

    .table-fares-summary-holder i {
        position: absolute;
        left: 1px;
        top: 3px;
        color: #1072b9;
        font-size: 16px;
    }

.table-fares-summary {
    color: #777;
    table-layout: fixed;
    line-height: 1.2;
    width: 100%;
}

    .table-fares-summary .details-dir {
        text-transform: uppercase;
        font-family: "Century Bold";
        color: #1072b9;
        font-size: 16px;
    }

    .table-fares-summary .table-date {
        color: #1072b9;
    }

    .table-fares-summary td {
        position: relative;
        vertical-align: middle;
        padding: 2px 5px;
    }

        .table-fares-summary td:first-child {
            padding-left: 0;
        }

        .table-fares-summary td img {
            position: relative;
            top: -2px;
        }

    .table-fares-summary .duration {
        position: absolute;
        top: -7px;
        left: 0;
        right: 0;
        padding: 0;
        text-align: center;
        font-family: "Century Bold";
    }

    .table-fares-summary .v-line {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 1px;
        background: #007bff;
    }

.passengers-info-open-close {
    border: 1px solid #dfdfdf;
    margin: 33px 0 34px;
    padding: 27px 20px 18px;
}

    .passengers-info-open-close .form-subtitle {
        padding-left: 0 !important;
        display: block;
        margin: 0 0 4px;
    }

    .passengers-info-open-close .card-body {
        padding-left: 0;
        padding-right: 0;
        padding-top: 25px !important;
    }

    .passengers-info-open-close .card {
        border-width: 1px 0 0;
    }

    .passengers-info-open-close .card-header {
        padding: 0 !important;
    }

    .passengers-info-open-close .form-title {
        color: #1072b9;
        font-size: 20px;
        padding: 0 !important;
        font-family: "Century Bold";
        font-weight: 400;
    }

    .passengers-info-open-close .passengers-info-opener {
        letter-spacing: 0.9px;
        position: relative;
        display: block;
        padding: 0 0 7px;
    }

        .passengers-info-open-close .passengers-info-opener .ico {
            display: inline-block;
            vertical-align: top;
            width: 25px;
        }

            .passengers-info-open-close .passengers-info-opener .ico img {
                position: relative;
                left: 3px;
                top: 3px;
                display: inline-block;
                vertical-align: top;
            }

        .passengers-info-open-close .passengers-info-opener > .button-icon img {
            -webkit-transition: all ease-out 0.3s;
            transition: all ease-out 0.3s;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .passengers-info-open-close.active-passengers-info > .passengers-info-opener .button-icon img {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .passengers-info-open-close .accordion .btn.btn-link.button-custom {
        padding: 8px 0;
    }

    .passengers-info-open-close .accordion [aria-expanded^="true"] {
        border-bottom: 1px solid #dfdfdf;
    }

    .passengers-info-open-close .accordion .button-icon {
        margin-top: 5px;
    }

    .passengers-info-open-close .passengers-info-slide .content-custom {
        margin: 0;
    }

        .passengers-info-open-close .passengers-info-slide .content-custom:first-child {
            margin-top: 20px;
        }

    .passengers-info-open-close .form-wrapper:last-child .input-wrapper {
        margin-bottom: 3px;
    }

.gallery-boxes {
    text-align: center;
    padding: 44px 0 59px;
    font-size: 15px;
    color: #838383;
}

    .gallery-boxes .slideshow {
        margin: 0 0 40px;
    }

@media (min-width: 768px) {
    .gallery-boxes .slideshow {
        margin: 0 0 70px;
    }
}

.gallery-boxes .container {
    padding: 0 !important;
    overflow: hidden !important;
    position: relative;
}

.gallery-boxes .local {
    font-size: 15px;
    line-height: 1.1;
    margin: 0 0 2px;
    text-transform: uppercase;
    color: #1072b9;
    display: block;
}

.gallery-boxes h2 {
    color: #1072b9;
    text-transform: uppercase;
    margin: 0 0 42px;
    font-size: 26px;
}

.gallery-boxes .img {
    height: 186px;
    position: relative;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .gallery-boxes .img {
        margin: 0 0 52px;
    }
}

.gallery-boxes .btn-blue {
    display: block;
    margin: 0 0 12px;
}

.gallery-boxes .days {
    font-size: 15px;
    line-height: 1.1;
    color: #1072b9;
    display: block;
    margin: 0 0 20px;
}

.gallery-boxes .dates {
    padding: 2px 20px;
    display: block;
    line-height: 18px;
}

.gallery-boxes p {
    margin: 0 0 14px;
}

.gallery-boxes .btn-yellow {
    min-width: 280px !important;
    font-size: 18px;
    padding: 15px 15px;
}

@media (min-width: 768px) {
    .gallery-boxes .btn-yellow {
        min-width: 402px !important;
    }
}

.dash-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .dash-list li {
        position: relative;
    }

        .dash-list li:before {
            content: '-';
        }

@media (min-width: 992px) {
    .cruises-booking-confirmation {
        padding-top: 55px;
    }
}

.cruises-booking-confirmation .content-wrapper {
    padding: 0 15px 30px !important;
}

@media (min-width: 992px) {
    .cruises-booking-confirmation .content-wrapper {
        max-width: 936px !important;
        padding: 0 0 170px !important;
    }
}

@media (min-width: 992px) {
    .cruises-booking-confirmation .content-wrapper .heading-wrapper {
        padding-bottom: 26px !important;
    }
}

.cruises-booking-confirmation .content-wrapper .heading-wrapper .heading-left-content .content-link {
    font-size: 18px;
}

.cruises-booking-confirmation .content-wrapper .heading-wrapper .heading-left-content .fas {
    position: relative;
    top: 1px;
}

.cruises-booking-confirmation .content-wrapper .heading-wrapper .heading-left-content .content-text {
    font-size: 14px !important;
    color: #797979 !important;
    font-family: "Century Bold";
}

.cruises-booking-confirmation .content-wrapper .content-holder .header-title {
    background: #1072b9 !important;
}

@media (min-width: 768px) {
    .cruises-booking-confirmation .content-wrapper .content-holder .header-title .title-text {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .cruises-booking-confirmation .content-wrapper .content-holder .header-title {
        padding: 9px 43px 9px 20px !important;
    }
}

.cruises-booking-confirmation .header-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Century Bold";
    font-weight: 400;
}

    .cruises-booking-confirmation .header-title .title-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        text-transform: none;
        cursor: pointer;
        color: #fff;
    }

        .cruises-booking-confirmation .header-title .title-link .fas {
            font-size: 17px;
        }

        .cruises-booking-confirmation .header-title .title-link .link {
            text-decoration: underline;
            padding-left: 12px;
        }

        .cruises-booking-confirmation .header-title .title-link:hover .link {
            text-decoration: none;
        }

.cruises-booking-confirmation .contents {
    display: block !important;
    font-size: 14px;
    line-height: 1.357;
    color: #525252;
    background: #f9f9f9;
    padding: 24px 15px 6px !important;
}

@media (min-width: 992px) {
    .cruises-booking-confirmation .contents > .row > [class^='col-']:nth-child(even) .contents-box {
        margin-left: 14px;
    }
}

.cruises-booking-confirmation .contents .contents-box {
    padding: 0 0 40px 28px;
    position: relative;
}

    .cruises-booking-confirmation .contents .contents-box .deal-box .subtitle {
        text-transform: uppercase;
        font-size: 16px;
    }

    .cruises-booking-confirmation .contents .contents-box .subtitle {
        display: block;
        color: #1072b9;
        font-family: "Century Bold";
        font-size: 14.5px;
    }

    .cruises-booking-confirmation .contents .contents-box .important {
        font-family: "Century Bold";
        color: #797872;
        font-size: 14.4px;
    }

    .cruises-booking-confirmation .contents .contents-box .icon {
        position: absolute;
        left: 0;
        top: -1px;
        font-size: 17px;
        width: 28px;
        text-align: center;
        color: #1072b9 !important;
    }

    .cruises-booking-confirmation .contents .contents-box .cruise-details .icon {
        top: -4px;
    }

        .cruises-booking-confirmation .contents .contents-box .cruise-details .icon img {
            max-width: 15px !important;
        }

.cruises-booking-confirmation .contents .location {
    display: block;
    color: #1072b9;
    font-family: "Century Bold";
    font-size: 16px;
}

.cruises-booking-confirmation .contents .table-fares-summary-holder {
    padding-left: 0;
    position: static;
}

.cruises-booking-confirmation .cruise-fares-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #eaeceb;
    text-transform: uppercase;
    color: #1072b9;
    font-size: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 11px;
    padding: 11px 15px 11px 16px;
    line-height: 1.2;
    font-family: "Century Bold";
    border-top: 1px solid #cdcdcd;
}

@media (min-width: 992px) {
    .cruises-booking-confirmation .cruise-fares-row {
        padding: 11px 50px 11px 16px;
    }
}

.cruises-booking-confirmation .cruise-fares-row .price {
    font-size: 25px;
}

@media (min-width: 768px) {
    .cruises-booking-confirmation .cruise-fares-row .price {
        font-size: 29px;
    }
}

.cruises-booking-confirmation .cruise-fares-row.total {
    border-top: 0;
    padding: 8px 15px 8px 16px;
}

@media (min-width: 992px) {
    .cruises-booking-confirmation .cruise-fares-row.total {
        padding: 8px 50px 8px 16px;
    }
}

.cruises-booking-confirmation .cruise-fares-row.total .text {
    color: #9b9f9e;
    font-size: 15px;
}

@media (min-width: 768px) {
    .cruises-booking-confirmation .cruise-fares-row.total .text {
        font-size: 16px;
    }
}

.cruises-booking-confirmation .cruise-fares-row.total .price {
    font-size: 34px;
}

@media (min-width: 768px) {
    .cruises-booking-confirmation .cruise-fares-row.total .price {
        font-size: 44px;
    }
}

.cruises-booking-confirmation .flight-policy {
    padding-top: 6px;
    padding-bottom: 9px !important;
}

    .cruises-booking-confirmation .flight-policy .header-text {
        color: #1072b9 !important;
        letter-spacing: .5px;
        margin-bottom: -1px;
        border-bottom: 4px solid #1072b9 !important;
    }

@media (min-width: 768px) {
    .cruises-booking-confirmation .flight-policy .header-text {
        font-size: 22px !important;
        padding: 0 5px 14px !important;
    }
}

.cruises-booking-confirmation .flight-policy .cancelation-code {
    font-size: 15px !important;
    line-height: 1.1;
    color: #1072b9 !important;
}

.cruises-booking-confirmation .flight-policy .cancelation-instructions {
    letter-spacing: .6px;
    padding-bottom: 3px !important;
}

    .cruises-booking-confirmation .flight-policy .cancelation-instructions .cancelation-info {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

.cruises-booking-confirmation .flight-policy .print-btn {
    color: #a2a9a9;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .cruises-booking-confirmation .flight-policy .print-btn {
        margin-right: 47px !important;
    }
}

.cruises-booking-confirmation .flight-policy .print-btn:hover {
    text-decoration: none;
}

.cruises-booking-confirmation .flight-policy .print-btn .fa-print {
    padding-right: 8px !important;
}

.cruises-booking-confirmation .flight-policy .print-btn .print-text {
    font-size: 14px !important;
}

.decore-heading {
    text-align: center;
    overflow: hidden;
    color: #555;
    font-size: 16px;
    letter-spacing: 0.3px;
    margin: 0 0 43px;
}

@media (min-width: 768px) {
    .decore-heading {
        margin: 0 150px 43px;
    }
}

.decore-heading h2 {
    display: inline-block;
    vertical-align: top;
    color: #1072b9;
    position: relative;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 3px;
}

@media (min-width: 768px) {
    .decore-heading h2 {
        font-size: 26px;
    }
}

.decore-heading h2:before {
    position: absolute;
    right: 100%;
    top: 50%;
    height: 1px;
    margin: 0 17px 0 0;
    background: #1072b9;
    content: '';
    width: 999px;
    text-align: left;
}

.decore-heading h2:after {
    position: absolute;
    top: 50%;
    height: 1px;
    background: #1072b9;
    content: '';
    width: 999px;
    text-align: left;
    left: 100%;
    right: auto;
    margin: 0 0 0 17px;
}

.cyan .decore-heading {
    padding: 15px 0 0;
    margin: 0 0 12px;
}

    .cyan .decore-heading h2:before, .cyan .decore-heading h2:after {
        display: none;
    }

    .cyan .decore-heading h2 {
        margin: 0;
        font-family: "Century Bold";
        color: #ff8f1e;
    }

@media (min-width: 768px) {
    .cyan .decore-heading {
        padding: 24px 0 0;
    }
}

.week-check ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #1072b9;
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .week-check ul {
        float: left;
    }
}

.week-check ul li {
    padding: 10px 5px;
}

@media (min-width: 768px) {
    .week-check ul li {
        padding: 10px 10px;
    }
}

.week-check ul li:first-child {
    padding-left: 18px;
}

.week-check ul li:last-child {
    padding-right: 18px;
}

.week-check ul .day {
    display: block;
}

.tour-dropdown-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}

    .tour-dropdown-wrapper .btn-dropdown-close {
        position: fixed;
        top: 38%;
        left: calc(50vw - 16px);
        z-index: 700;
        display: none;
    }

        .tour-dropdown-wrapper .btn-dropdown-close:before, .tour-dropdown-wrapper .btn-dropdown-close:after {
            content: '';
            top: 0 !important;
            left: 2px;
            width: 100%;
            height: 2px;
            background-color: #a5a5a5;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            position: absolute;
        }

        .tour-dropdown-wrapper .btn-dropdown-close:before {
            -webkit-transform: rotate(45deg) translate(13px, 13px);
            transform: rotate(45deg) translate(13px, 13px);
        }

    .tour-dropdown-wrapper .tour-dropdown-list {
        margin: 0 11px 15px 0;
    }

    .tour-dropdown-wrapper .btn-dropdown {
        background: none;
        padding: 0 30px 0 0;
        color: #1072b9;
        border: 0;
        font-family: "Century Bold";
        font-size: 15px;
        position: relative;
        text-decoration: underline;
    }

        .tour-dropdown-wrapper .btn-dropdown:hover {
            text-decoration: none !important;
        }

        .tour-dropdown-wrapper .btn-dropdown .icon-angle-down {
            position: absolute;
            right: 10px;
            top: 4px;
            font-size: 18px;
        }

    .tour-dropdown-wrapper .dropdown-toggle:after {
        display: none;
    }

    .tour-dropdown-wrapper .dropdown-content {
        z-index: 65;
        padding: 20px 20px 20px 10px;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: 0 4px 7px -3px rgba(0,0,0,0.2);
        box-shadow: 0 4px 7px -3px rgba(0,0,0,0.2);
        left: -10px;
        width: 400px;
    }

        .tour-dropdown-wrapper .dropdown-content .check-list {
            font-size: 14px;
        }

            .tour-dropdown-wrapper .dropdown-content .check-list li {
                padding: 0 0 15px 25px;
            }

@media (max-width: 991.98px) {
    .tour-dropdown-wrapper .show .btn-dropdown-close {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .tour-dropdown-wrapper .show {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        margin: 0;
        width: 100vw;
        max-width: 100vw;
        height: 50vh;
        overflow-y: auto;
        z-index: 400;
    }
}

.tour-dropdown-wrapper .show .white-box {
    position: absolute;
    top: -5px;
    left: -10px;
    z-index: 64;
    right: 0;
    height: calc(100% + 40px);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

.back-line {
    font-size: 16px;
    font-family: "Century Bold";
    padding: 0 15px 14px;
    max-width: 1372px;
    margin: 0 auto;
}

    .back-line a {
        color: #1072b9;
        text-decoration: underline;
    }

        .back-line a:hover {
            text-decoration: none;
        }

.passengers-popup .modal-dialog {
    max-width: 624px;
    margin: 0 auto;
}

.passengers-popup .modal-content {
    max-width: 100%;
}

.passengers-popup .heading {
    margin: 0 0 27px;
}

    .passengers-popup .heading h2 {
        color: #1072b9;
        text-transform: uppercase;
        letter-spacing: 0.7px;
        font-size: 20px;
    }

@media (min-width: 768px) {
    .passengers-popup .heading h2 {
        font-size: 24px;
    }
}

.passengers-popup .popup-wrapper .section-cards {
    padding: 19px 0 0;
    max-width: 468px;
}

.passengers-popup .btn-wrapper-custom {
    margin: 22px auto 12px;
}

.passengers-popup .form-control {
    font-size: 14px;
}

.passengers-popup .passenger-content {
    text-align: left;
}


    .passengers-popup .passenger-content .passenger-qty {
        position: relative;
        top: -7px;
        left: 6px;
        width: 67px;
        background: url("../assets/images/arrow-down-gray.png") no-repeat;
        background-position: top 16px right 10px;
        border-radius: 0;
        opacity: 1;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        pointer-events: visible;
    }

        .passengers-popup .passenger-content .passenger-qty::-ms-expand {
            display: none;
        }

        .passengers-popup .passenger-content .passenger-qty.disabled {
            opacity: 0.5;
            pointer-events: none;
        }



    .passengers-popup .passenger-content .passenger-desc {
        margin-top: -3px;
        font-size: 13px;
        color: #a3a5a4;
    }

.lebanon-container .form-title {
    font-size: 17px;
}

@media (min-width: 768px) {
    .lebanon-container .form-title {
        font-size: 20px;
    }
}

.lebanon-container .card-header {
    padding: 8px 20px;
}

.lebanon-container .label-custom {
    font-size: 14px;
}

.lebanon-container .input-holder {
    padding-top: 6px;
    padding-bottom: 6px;
}

.lebanon-container .custom-swiper-slide .notes-label-active {
    color: #55a7e1 !important;
    border-bottom: 4px solid #55a7e1;
    position: relative;
}

.add-open-close {
    padding: 17px 15px;
    border: 1px solid rgba(0,0,0,0.125);
    margin: 22px 0 18px;
    font-size: 22px;
}

@media (min-width: 768px) {
    .add-open-close {
        padding: 17px 20px;
    }
}

.add-open-close .add-open-close-opener {
    position: relative;
    padding: 0 0 0 45px;
    color: #55a7e1;
    letter-spacing: .7px;
    cursor: pointer;
    font-size: 17px;
    font-family: "Century Bold";
}

@media (min-width: 768px) {
    .add-open-close .add-open-close-opener {
        font-size: 22px;
        font-family: "Century Gothic";
    }
}

.add-open-close .add-open-close-opener:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #939498;
    left: 10px;
    top: 6px;
}

.add-open-close .add-open-close-opener:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 2px;
    width: 20px;
    height: 17px;
    background: url(../assets/images/check-green.png) no-repeat;
    opacity: 0;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.add-open-close .form-title {
    margin: 0;
    padding: 0 0 1px;
    display: block;
    width: 100%;
    line-height: 1.1;
    font-family: "Century Bold";
}

.add-open-close .slide-holder {
    margin: 13px 0 0;
    padding: 31px 0 6px;
    border-top: 1px solid rgba(0,0,0,0.125);
}

.add-open-close.active-add-info .add-open-close-opener:after {
    opacity: 1;
}

.add-open-close .date {
    font-size: 14px;
    display: block;
    margin: 0 0 1px;
}

.add-open-close .add-info {
    margin: 32px 0 0;
    padding: 19px 0 0;
    border-top: 1px solid rgba(0,0,0,0.125);
}

    .add-open-close .add-info .check-row {
        padding: 8px 0 0;
    }

        .add-open-close .add-info .check-row input[type='checkbox'] {
            opacity: 0;
        }

        .add-open-close .add-info .check-row label {
            letter-spacing: .4px;
            font-size: 14px;
            color: #787f7f;
            font-family: "Century Gothic";
        }

            .add-open-close .add-info .check-row label:before {
                width: 18px;
                height: 18px;
            }

            .add-open-close .add-info .check-row label:after {
                left: 5px !important;
                top: -4px !important;
                width: 20px !important;
                height: 17px !important;
                margin: 0;
                background: url(../assets/images/check-green.png) no-repeat !important;
                opacity: 0;
                -webkit-transition: all ease-out 0.3s;
                transition: all ease-out 0.3s;
            }

        .add-open-close .add-info .check-row .checkbox-label-input:checked ~ .checkbox-label:after {
            opacity: 1;
        }

@media (min-width: 992px) {
    .lebanon-booking-confirmation {
        padding-top: 55px;
    }
}

.lebanon-booking-confirmation .content-wrapper {
    padding: 0 15px 30px !important;
}

@media (min-width: 992px) {
    .lebanon-booking-confirmation .content-wrapper {
        max-width: 936px !important;
        padding: 0 0 170px !important;
    }
}

@media (min-width: 992px) {
    .lebanon-booking-confirmation .content-wrapper .heading-wrapper {
        padding-bottom: 26px !important;
    }
}

.lebanon-booking-confirmation .content-wrapper .heading-wrapper .heading-left-content .content-link {
    font-size: 18px;
}

.lebanon-booking-confirmation .content-wrapper .heading-wrapper .heading-left-content .fas {
    position: relative;
    top: 1px;
}

.lebanon-booking-confirmation .content-wrapper .heading-wrapper .heading-left-content .content-text {
    font-size: 14px !important;
    color: #797979 !important;
    font-family: "Century Bold";
}

.lebanon-booking-confirmation .content-wrapper .content-holder .header-title {
    background: #55a7e1 !important;
}

@media (min-width: 768px) {
    .lebanon-booking-confirmation .content-wrapper .content-holder .header-title .title-text {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .lebanon-booking-confirmation .content-wrapper .content-holder .header-title {
        padding: 9px 43px 9px 20px !important;
    }
}

.lebanon-booking-confirmation .content-wrapper .content-holder .header-title .title-link {
    margin-right: 14px;
}

.lebanon-booking-confirmation .header-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Century Bold";
    font-weight: 400;
}

    .lebanon-booking-confirmation .header-title .title-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        text-transform: none;
        cursor: pointer;
        color: #fff;
    }

        .lebanon-booking-confirmation .header-title .title-link .fas {
            font-size: 17px;
        }

        .lebanon-booking-confirmation .header-title .title-link .link {
            text-decoration: underline;
            padding-left: 12px;
        }

        .lebanon-booking-confirmation .header-title .title-link:hover .link {
            text-decoration: none;
        }

.lebanon-booking-confirmation .contents {
    display: block !important;
    font-size: 14px;
    line-height: 1.357;
    color: #525252;
    background: #f9f9f9;
    padding: 10px 20px 16px !important;
}

.lebanon-booking-confirmation .cruise-fares-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #eaeceb;
    text-transform: uppercase;
    color: #55a7e1;
    font-size: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px;
    padding: 11px 15px 11px 16px;
    line-height: 1.2;
    font-family: "Century Bold";
    border-top: 1px solid #cdcdcd;
}

@media (min-width: 992px) {
    .lebanon-booking-confirmation .cruise-fares-row {
        padding: 11px 50px 11px 16px;
    }
}

.lebanon-booking-confirmation .cruise-fares-row .price {
    font-size: 25px;
}

@media (min-width: 768px) {
    .lebanon-booking-confirmation .cruise-fares-row .price {
        font-size: 29px;
    }
}

.lebanon-booking-confirmation .cruise-fares-row.total {
    border-top: 0;
    padding: 8px 15px 8px 16px;
}

@media (min-width: 992px) {
    .lebanon-booking-confirmation .cruise-fares-row.total {
        padding: 8px 50px 8px 16px;
    }
}

.lebanon-booking-confirmation .cruise-fares-row.total .text {
    color: #9b9f9e;
    font-size: 15px;
}

@media (min-width: 768px) {
    .lebanon-booking-confirmation .cruise-fares-row.total .text {
        font-size: 16px;
    }
}

.lebanon-booking-confirmation .cruise-fares-row.total .price {
    font-size: 34px;
}

@media (min-width: 768px) {
    .lebanon-booking-confirmation .cruise-fares-row.total .price {
        font-size: 44px;
    }
}

.lebanon-booking-confirmation .flight-policy {
    padding-top: 6px;
    padding-bottom: 9px !important;
}

    .lebanon-booking-confirmation .flight-policy .header-text {
        color: #55a7e1 !important;
        font-family: "Century Bold";
        letter-spacing: .5px;
        margin-bottom: -1px;
        border-bottom: 4px solid #1072b9 !important;
    }

@media (min-width: 768px) {
    .lebanon-booking-confirmation .flight-policy .header-text {
        font-size: 22px !important;
        padding: 0 5px 14px !important;
    }
}

.lebanon-booking-confirmation .flight-policy .cancelation-holder {
    padding-top: 13px !important;
}

.lebanon-booking-confirmation .flight-policy .cancelation-code {
    font-size: 15px !important;
    line-height: 1.1;
    color: #1072b9 !important;
}

.lebanon-booking-confirmation .flight-policy .cancelation-instructions {
    padding-top: 10px;
    letter-spacing: .6px;
    padding-bottom: 3px !important;
}

    .lebanon-booking-confirmation .flight-policy .cancelation-instructions .cancelation-info {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

.lebanon-booking-confirmation .flight-policy .print-btn {
    color: #797979 !important;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

@media (min-width: 992px) {
    .lebanon-booking-confirmation .flight-policy .print-btn {
        margin-right: 69px !important;
    }
}

.lebanon-booking-confirmation .flight-policy .print-btn a:hover {
    text-decoration: none !important;
}

.lebanon-booking-confirmation .flight-policy .print-btn .fa-print {
    padding-right: 8px !important;
}

.lebanon-booking-confirmation .flight-policy .print-btn .print-text {
    font-size: 14px !important;
}

.booking-table .table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #dedede;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .booking-table .table-row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.booking-table .table-row:first-child {
    border-top: 0;
}

.booking-table .description-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-top: 16px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .booking-table .description-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: 46%;
        width: 46%;
    }
}

.booking-table .description-cell .title {
    display: block;
    color: #1072b9;
    font-family: "Century Bold";
    font-size: 16px;
}

.booking-table .description-cell .date {
    color: #525252;
    display: block;
}

.booking-table .data-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

@media (min-width: 768px) {
    .booking-table .data-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54%;
        flex: 0 0 54%;
        max-width: 54%;
        width: 54%;
    }
}

.booking-table .sub-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #dedede;
    padding: 16px 0;
}

    .booking-table .sub-row:first-child {
        border-top: 0;
    }

    .booking-table .sub-row .name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        width: 70%;
        color: #797872;
        font-size: 16px;
        font-family: "Century Bold";
    }

@media (min-width: 992px) {
    .booking-table .sub-row .name {
        padding-left: 38px;
    }
}

.booking-table .sub-row .price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    width: 30%;
    text-align: center;
    font-size: 16px;
    color: #72bf30;
    font-family: "Century Bold";
    padding-left: 27px;
}

.headline-line {
    text-transform: uppercase;
    color: #1072b9;
    font-family: "Century Bold";
    font-size: 23px;
    margin: -15px 0 26px;
    line-height: 1.1;
}

    .headline-line img {
        max-width: 18px;
        display: inline-block;
        vertical-align: top;
        margin: 3px 5px 0 0;
    }

    .headline-line.light-theme {
        color: #c7c7c7;
        letter-spacing: 0.8px;
        margin: -15px 0 16px;
    }

        .headline-line.light-theme img {
            margin: 3px 10px 0 0;
        }

    .headline-line .caption {
        color: #55a7e1;
        padding-right: 15px;
    }

    .headline-line .text {
        text-transform: none;
        font-size: 23px;
    }

.results-boxes .headline-line {
    margin: 0;
    padding: 16px 0;
}

.cyan .headline-line, .cyan .title-text-blue, .cyan .form-title-applyallpassengers {
    color: #00919e;
}

    .cyan .headline-line img {
        vertical-align: bottom;
        margin: 0 5px 0 0;
    }

.booking-table-payment {
    padding: 17px 0;
    line-height: 1.1;
}

    .booking-table-payment .title {
        display: block;
        color: #1072b9;
        font-family: "Century Bold";
        font-size: 16px;
        padding-bottom: 8px;
    }

    .booking-table-payment .price {
        font-size: 16px;
        display: block;
        font-family: "Century Bold";
        color: #72bf30;
    }

    .booking-table-payment p {
        margin: 0 0 1px;
    }

    .booking-table-payment .name {
        display: block;
        text-transform: uppercase;
        color: #797872;
        font-size: 16px;
        font-family: "Century Bold";
    }

    .booking-table-payment .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin: 0 0 20px;
    }

        .booking-table-payment .col:last-child {
            margin: 0;
        }

@media (min-width: 768px) {
    .booking-table-payment .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
        flex: 0 0 17%;
        max-width: 17%;
        width: 17%;
        margin: 0;
    }

        .booking-table-payment .col + .col {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
            width: 20%;
        }

            .booking-table-payment .col + .col + .col {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 22%;
                flex: 0 0 22%;
                max-width: 22%;
                width: 22%;
            }

                .booking-table-payment .col + .col + .col + .col {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 25%;
                    flex: 0 0 25%;
                    max-width: 25%;
                    width: 25%;
                }

                    .booking-table-payment .col + .col + .col + .col + .col {
                        -webkit-box-flex: 0;
                        -ms-flex: 0 0 16%;
                        flex: 0 0 16%;
                        max-width: 16%;
                        width: 16%;
                    }
}

.tabs-wrapper-cruise .ui-datepicker, .tabs-wrapper-cruise-results-confirmation .ui-datepicker, #transfers.tab-pane .ui-datepicker {
    padding: 0 10px 15px;
    width: 278px !important;
    left: 0 !important;
    top: 60px !important;
    z-index: 2 !important;
}

@media (min-width: 1200px) {
    .tabs-wrapper-cruise .ui-datepicker, .tabs-wrapper-tour .ui-datepicker, .tabs-wrapper-cruise-results-confirmation .ui-datepicker, .tour-results-container .ui-datepicker {
        top: 83px !important;
    }
}

.ui-datepicker .ui-datepicker-title {
    padding: 5px 0 0;
}

.ui-datepicker .ui-icon {
    height: 20px !important;
}

.ui-datepicker .ui-datepicker-header .ui-corner-all {
    cursor: pointer;
}

    .ui-datepicker .ui-datepicker-header .ui-corner-all:hover {
        opacity: .7;
    }

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    top: 5px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-header .ui-state-hover {
    border: none !important;
    margin: 0 !important;
    background: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover {
    right: 2px !important;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
    left: 2px !important;
}

.ui-datepicker td a {
    padding: 4px 2px;
}

.ui-datepicker.ui-datepicker-multi {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
}

@media (min-width: 768px) {
    .ui-datepicker.ui-datepicker-multi {
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .ui-datepicker.ui-datepicker-multi {
        width: 740px !important;
        right: auto !important;
        left: 0 !important;
    }
}

.ui-datepicker.ui-datepicker-multi .ui-datepicker-group {
    width: 100%;
    line-height: 1;
}

@media (min-width: 768px) {
    .ui-datepicker.ui-datepicker-multi .ui-datepicker-group {
        width: 50%;
        line-height: 21px;
    }
}

.ui-datepicker.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-title {
    padding-top: 10px;
}

/*@media (min-width: 768px) {
    .ui-datepicker.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-title {
        padding-top: 18px;
    }
}*/

.ui-datepicker.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-prev, .ui-datepicker.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-next {
    top: 12px;
}

/*@media (min-width: 768px) {
    .ui-datepicker.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-prev, .ui-datepicker.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-next {
        top: 23px;
    }
}*/

.ui-datepicker.ui-datepicker-multi .ui-datepicker-group-first {
    margin-right: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .ui-datepicker.ui-datepicker-multi .ui-datepicker-group-first {
        padding: 0 26px 46px 0;
    }
}

.ui-datepicker.ui-datepicker-multi .ui-datepicker-group-last {
    padding: 0;
}

@media (min-width: 768px) {
    .ui-datepicker.ui-datepicker-multi .ui-datepicker-group-last {
        border-left: 1px solid #e6e6e6;
        padding: 0 10px 46px 6px;
    }
}

.ui-datepicker.ui-monthpicker {
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 17px 2px;
}

    .ui-datepicker.ui-monthpicker td a {
        padding: 10px 2px;
        display: block;
        margin: 6px 0;
    }

    .ui-datepicker.ui-monthpicker .ui-state-default {
        color: #333;
    }

        .ui-datepicker.ui-monthpicker .ui-state-default:hover {
            color: #fff;
            background: #1072b9;
        }

    .ui-datepicker.ui-monthpicker .ui-datepicker-year {
        font-size: 16px;
        color: #1072b9 !important;
    }

.ui-datepicker-title .ui-datepicker-month, .ui-datepicker-title .ui-datepicker-year, .Nakhal-container .ui-datepicker select.ui-datepicker-month, .Nakhal-container .ui-datepicker select.ui-datepicker-year  {
  color: #5c5c5c;
    font-size: 16px;
    font-family: "Century Bold";
    /*font-weight: 400;*/
}
 .Nakhal-container .ui-datepicker select.ui-datepicker-month  {
  margin-right:5px
}
.ui-widget.ui-widget-content {
    border: 1px solid #eee;
    border-radius: 0;
}

.ui-datepicker-calendar .ui-state-default {
    color: #929292;
}

.ui-datepicker-calendar .ui-state-active {
    background: #1072b9 !important;
    color: #fff !important;
}

.decore-dropdown {
    left: -1px;
    top: -24px;
    height: 24px;
    background: #fff;
    position: absolute;
}

@media (min-width: 1200px) {
    .datepicker-under:after {
        content: '';
        background: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 25px;
        z-index: 5;
        display: block !important;
    }
}

.datepicker-over .ui-datepicker {
    top: auto !important;
    bottom: 100% !important;
}

#daily-tours .ui-datepicker .calendar-text, #transfers .ui-datepicker .calendar-text {
    display: none;
}

@media (min-width: 1200px) {
    .form-group + .form-group + .form-group .ui-datepicker-multi {
        width: 740px !important;
        right: 0 !important;
        left: auto !important;
    }
}

.question-wrap .form-check-custom {
    padding: 0 58px 0 0 !important;
}

.question-wrap label {
    font-family: "Century Gothic" !important;
    line-height: 1.2 !important;
}

.question-wrap .form-check-input[type="radio"]:checked + .radio-label {
    font-family: "Century Bold" !important;
    color: #1072b9;
}

    .question-wrap .form-check-input[type="radio"]:checked + .radio-label:after {
        background: #fed230;
        top: 7px !important;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
    }

.question-wrap .form-divider {
    margin: 14px 0 23px;
}

.question-wrap .form-subtitle {
    display: block;
    margin: 9px 0 6px;
}

.question-wrap .title-wrapper {
    position: relative;
}

    .question-wrap .title-wrapper p {
        display: inline-block;
        vertical-align: top;
    }

    .question-wrap .title-wrapper .section-heading {
        letter-spacing: .8px;
    }

    .question-wrap .title-wrapper .info-popup-holder i {
        top: 8px;
        margin-left: 3px;
    }

        .question-wrap .title-wrapper .info-popup-holder i:after {
            bottom: 0;
            display: none;
        }

@media (min-width: 768px) {
    .question-wrap .title-wrapper .info-popup-holder i:after {
        display: block;
    }
}

.question-wrap .title-wrapper .info-popup-holder.active i:after {
    opacity: 1;
    bottom: -26px;
}

.question-wrap .title-wrapper .info-popup {
    margin: 22px 0 0;
}

    .question-wrap .title-wrapper .info-popup .info-opener {
        right: 15px;
        top: 18px;
    }

.room-table-holder {
    border: 1px solid #dedede;
    margin: -30px 0 30px;
    padding: 0 25px;
}

@media (max-width: 991.98px) {
    .room-table-holder {
        padding: 0 10px;
    }
}

.room-table {
    width: 100%;
    margin: 0;
    font-size: 15px;
    color: #525252;
    line-height: 1.357;
    border-collapse: collapse;
    border: none;
}

    .room-table td {
        border-top: 1px solid #dedede;
        padding: 15px 10px 15px 0;
        vertical-align: middle;
    }

        .room-table td:last-child {
            padding: 15px 0;
        }

    .room-table th {
        color: #00919e;
        font-family: "Century Bold";
        font-size: 15px;
        padding: 22px 10px 21px 0;
    }

        .room-table th:last-child {
            padding: 15px 0;
        }

        .room-table td:nth-child(1), .room-table th:nth-child(1) {
            width: 18%;
        }

        .room-table td:nth-child(2), .room-table th:nth-child(2) {
            width: 16%;
        }

        .room-table td:nth-child(3), .room-table th:nth-child(3) {
            width: 21%;
        }

        .room-table td:nth-child(4), .room-table th:nth-child(4) {
            width: 20%;
        }

    .room-table .stars-rate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #f4b800;
    }

    .room-table .capacity-icon {
        color: #00919e;
        width: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 28px;
    }

        .room-table .capacity-icon i {
            margin: 0 3px;
        }

    .room-table .total {
        color: #ff8f1e;
    }

        .room-table .total strong {
            font-family: "Century Bold";
        }

    .room-table .select-custom, .room-table .section-form .select-custom-flag, .section-form .room-table .select-custom-flag {
        width: 65px;
        background-color: #fff;
        color: #525252;
    }

@media (max-width: 991.98px) {
    .room-table {
        display: block;
    }

        .room-table .stars-rate {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

        .room-table tr {
            display: block;
            border-bottom: 1px solid #dedede;
            padding: 5px 0;
        }

            .room-table tr:last-child {
                border: none;
            }

            .room-table tr:first-child {
                display: none;
            }

        .room-table .capacity-icon {
            float: right;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

        .room-table th {
            display: none;
        }

        .room-table .select-custom, .room-table .section-form .select-custom-flag, .section-form .room-table .select-custom-flag {
            float: right;
        }

        .room-table td {
            display: block;
            position: relative;
            text-align: right;
            overflow: hidden;
            width: 100% !important;
            border: none;
            min-height: 51px;
            padding: 7px 0 7px 155px;
        }

            .room-table td:last-child {
                padding: 7px 0 7px 105px;
            }

            .room-table td:before {
                content: attr(data-label);
                position: absolute;
                left: 0;
                top: 7px;
                width: 100px;
                text-align: left;
                text-transform: uppercase;
                font-family: "Century Bold";
            }
}

.home .section-promo {
    margin-top: 87px;
}

@media screen and (max-width: 991px) {
    .home .section-cards {
        margin-top: 53px;
    }
}

@media screen and (max-width: 767px) {
    .home .section-cards {
        margin-top: 33px;
    }
}

.confirmation .button-custom {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) and (max-width: 1000px) {
    .confirmation .section-form .card-custom {
        padding: 0 6px;
    }
}

@media screen and (max-width: 1000px) {
    .confirmation .header-custom {
        padding: 10px 15px 10px 15px;
    }
}

/*.hotel-selection .section-banner {
	margin-bottom: 75px;
}*/

.hotel-selection .section-progress {
    margin-bottom: 75px;
}

.hotel-selection .section-hotel-form .ui-datepicker {
    border-color: #ced4da;
    padding-bottom: 20px;
    top: 66px !important;
}

.hotel-selection .section-hotel-form .datepicker-under:after {
    display: none;
}

.hotel-selection .section-hotel-form .calendar-text {
    display: none;
}

.hotel-selection .section-hotel-form .content-wrapper {
    display: unset;
}

    .hotel-selection .section-hotel-form .content-wrapper .right-content {
        width: 30%;
    }

    .hotel-selection .section-hotel-form .content-wrapper .left-content {
        width: 70%;
        max-width: 100%;
        padding-right: 20px;
    }

        .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-btn {
            width: 100%;
            text-align: left;
            font-family: "Century Bold";
            font-size: 20px;
            background: transparent;
            color: #444;
            position: relative;
        }

            .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-btn .button-icon {
                position: absolute;
                right: 0;
                top: 0;
            }

                .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-btn .button-icon .accordion-icon {
                    padding-left: 15px;
                }

                    .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-btn .button-icon .accordion-icon .rotate {
                        -webkit-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

        .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .arrow-holder {
            position: relative;
            width: 100%;
        }

            .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .arrow-holder .select-custom, .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .arrow-holder .section-form .select-custom-flag, .section-form .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .arrow-holder .select-custom-flag {
                position: relative;
                width: 100%;
                padding: 0 0 0 5px;
                max-width: 100%;
                font-size: 15px;
                border-radius: 0;
                -webkit-appearance: none;
                background: #f0f0f0 url(../assets/images/arrow-down-gray.png) no-repeat;
                background-position: top 16px right 10px;
            }

                .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .arrow-holder .select-custom.ng-invalid-required.ng-touched, .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .arrow-holder .section-form .ng-invalid-required.ng-touched.select-custom-flag, .section-form .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .arrow-holder .ng-invalid-required.ng-touched.select-custom-flag {
                    border: 1px solid #dc3545;
                }

            .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .arrow-holder .select-room, .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .arrow-holder .room-select {
                max-width: 100%;
                width: 60px;
                text-align-last: center;
                padding-right: 20px;
                font-weight: 100;
            }

            .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .arrow-holder .select-arrow {
                position: absolute;
                top: 11px;
                right: 6px;
            }

        .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder .input-holder-hotel {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                margin-right: 25px;
            }

                .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder .input-holder-hotel .form-group-custom {
                    margin-bottom: 0;
                    width: 245px;
                }

                .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder .input-holder-hotel .custom-label {
                    font-size: 15px;
                    color: #767676;
                }

                .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder .input-holder-hotel .custom-input-wrapper {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

                    .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder .input-holder-hotel .custom-input-wrapper .btn-search-destination {
                        color: #fff;
                        background-color: #72c130;
                        border-color: #72c130;
                        border-radius: 0;
                    }

                    .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder .input-holder-hotel .custom-input-wrapper .btn-calendar {
                        color: #6f6f6f;
                        background-color: #f0f0f0;
                        border-color: #ced4da;
                        border-radius: 0;
                        border-left: none;
                    }

                .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder .input-holder-hotel .input-custom {
                    display: block;
                    width: 100%;
                    padding: 0.375rem 0.75rem;
                    font-size: 1rem;
                    line-height: 1.5;
                    color: #495057;
                    background-color: #f0f0f0;
                    background-clip: padding-box;
                    border: 1px solid #ced4da;
                    border-radius: 0;
                }

                    .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder .input-holder-hotel .input-custom.ng-invalid-required.ng-touched {
                        border: 1px solid #dc3545;
                    }

                .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder .input-holder-hotel #durationStart {
                    background: #f0f0f0 url(../assets/images/icon-departure.png) no-repeat;
                    background-position: top 10px right 10px;
                }

                .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder .input-holder-hotel #durationEnd {
                    background: #f0f0f0 url(../assets/images/icon-return.png) no-repeat;
                    background-position: top 10px right 10px;
                }

                .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder .input-holder-hotel .title-holder {
                    padding-right: 10px;
                }

                    .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder .input-holder-hotel .title-holder .title-head {
                        margin: 0;
                        padding: 0;
                        font-size: 15px;
                    }

                    .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder .input-holder-hotel .title-holder .title-single {
                        margin-top: 13px;
                    }

                        .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder .input-holder-hotel .title-holder .title-single:before {
                            content: "";
                            display: inline-block;
                            margin-right: 10px;
                            vertical-align: middle;
                            width: 20px;
                            border-bottom: 1px solid;
                        }

                    .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder .input-holder-hotel .title-holder .title-info {
                        font-size: 15px;
                        margin: 0;
                        padding: 0;
                    }

        .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .room-form {
            padding: 20px 0;
        }

            .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .room-form .room-title {
                font-family: "Open Sans";
                font-size: 23px;
                color: #55a7e1;
                letter-spacing: 0.5px;
            }

        .hotel-selection .section-hotel-form .content-wrapper .left-content .add-destination-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding-top: 20px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .hotel-selection .section-hotel-form .content-wrapper .left-content .add-destination-wrapper .btn-destination {
                font-size: 18px;
                color: #767676;
                border-bottom: 1px solid #959592;
            }

                .hotel-selection .section-hotel-form .content-wrapper .left-content .add-destination-wrapper .btn-destination:hover {
                    cursor: pointer;
                    color: #000;
                }

            .hotel-selection .section-hotel-form .content-wrapper .left-content .add-destination-wrapper .btn-search {
                padding: 15px 75px;
                color: #fff;
                border-radius: 0;
                background: #72c130;
                border: 1px solid #72c130;
            }

                .hotel-selection .section-hotel-form .content-wrapper .left-content .add-destination-wrapper .btn-search:hover {
                    color: #72c130;
                    background: #fff;
                }

@media screen and (max-width: 1000px) {
    .hotel-selection .section-hotel-form .content-wrapper .left-content {
        width: 60%;
    }

    .hotel-selection .section-hotel-form .content-wrapper .right-content {
        width: 40%;
    }
}

@media (min-width: 992px) and (max-width: 1000px) {
    .hotel-selection .section-hotel-form .content-wrapper .left-content {
        padding-bottom: 100px;
    }

        .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder {
            display: block;
        }

            .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder .input-holder-hotel {
                margin: 0;
                padding-bottom: 20px;
            }

                .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder .input-holder-hotel .form-group-custom {
                    width: 100%;
                    max-width: 100%;
                }

                .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder .input-holder-hotel .title-holder {
                    width: 100%;
                    max-width: 100%;
                }
}

@media screen and (max-width: 991px) {
    .hotel-selection .section-hotel-form .content-wrapper {
        display: block;
    }

        .hotel-selection .section-hotel-form .content-wrapper .left-content {
            padding: 0 15px;
            width: 100%;
            max-width: 100%;
            margin-bottom: 50px;
        }

        .hotel-selection .section-hotel-form .content-wrapper .right-content {
            width: 100%;
        }
}

@media screen and (max-width: 767px) {
    .hotel-selection {
        margin-top: -10px;
        margin-bottom: -18px;
    }

        .hotel-selection .card-header {
            padding: 0;
        }

        .hotel-selection .card-body {
            padding: 16px 14px;
        }

        .hotel-selection .form-error {
            display: none;
        }

        .hotel-selection .section-hotel-form .content-wrapper {
            display: block;
        }

            .hotel-selection .section-hotel-form .content-wrapper .left-content {
                max-width: 100%;
                margin-bottom: 50px;
            }

                .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-btn {
                    margin-top: 9px;
                    font-size: 16px;
                }

                    .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-btn .button-icon {
                        right: 14px;
                    }

                .hotel-selection .section-hotel-form .content-wrapper .left-content .add-destination-wrapper {
                    display: block;
                }

                    .hotel-selection .section-hotel-form .content-wrapper .left-content .add-destination-wrapper .btn-search {
                        width: 100%;
                        padding: 16px 20px;
                        margin-top: 21px;
                    }

                    .hotel-selection .section-hotel-form .content-wrapper .left-content .add-destination-wrapper .btn-destination {
                        display: inline-block;
                        margin-top: -1px;
                        padding-bottom: 0;
                        font-size: 17px;
                        font-weight: 800;
                    }

                .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .room-form .room-title {
                    margin-top: 17px;
                    font-size: 16px;
                }

                .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder {
                    display: block;
                }

                    .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder .input-holder-hotel {
                        margin: 0;
                        padding-bottom: 20px;
                    }

                        .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder .input-holder-hotel .form-group-custom {
                            width: 100%;
                            max-width: 100%;
                        }

                        .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder .input-holder-hotel .title-holder {
                            width: 100%;
                            max-width: 100%;
                        }

                .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .room-wrapper.content-holder .input-holder-hotel {
                    margin-top: 26px;
                    margin-bottom: -26px;
                }

                    .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .room-wrapper.content-holder .input-holder-hotel:first-child .title-holder {
                        padding-left: 0;
                        margin-top: 0;
                    }

                    .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .room-wrapper.content-holder .input-holder-hotel .title-holder {
                        padding-left: 30px;
                        margin-top: 7px;
                    }

                        .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .room-wrapper.content-holder .input-holder-hotel .title-holder .title-single {
                            margin-top: 8px;
                        }
}

@media screen and (max-width: 575px) {
    .hotel-selection .section-hotel-form .content-wrapper .left-content .accordion-hotel-collapse .content-holder .input-holder-hotel .title-holder .title-info {
        font-size: 13px;
    }
}

.payment-done .section-banner {
    margin-bottom: 75px;
}

.payment-done .section-progress {
    margin-bottom: 75px;
    margin-top: 75px;
}

.payment-done .section-booking-confirmation .content-wrapper {
    max-width: 1150px;
    margin: 0 auto;
}

    .payment-done .section-booking-confirmation .content-wrapper .heading-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 35px;
    }

        .payment-done .section-booking-confirmation .content-wrapper .heading-wrapper .heading-right-content {
            position: absolute;
            right: 0;
            top: 2px;
            font-size: 14px;
            font-weight: 600;
        }

@media (max-width: 991.98px) {
    .payment-done .section-booking-confirmation .content-wrapper .heading-wrapper .heading-right-content {
        position: static;
    }
}

.payment-done .section-booking-confirmation .content-wrapper .heading-wrapper .heading-left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
}

    .payment-done .section-booking-confirmation .content-wrapper .heading-wrapper .heading-left-content .content-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 25px;
    }

        .payment-done .section-booking-confirmation .content-wrapper .heading-wrapper .heading-left-content .content-link .content-text {
            margin-left: 10px;
            text-decoration: underline;
            font-size: 18px;
        }

            .payment-done .section-booking-confirmation .content-wrapper .heading-wrapper .heading-left-content .content-link .content-text:hover {
                cursor: pointer;
                text-decoration: none;
            }

.payment-done .section-booking-confirmation .content-wrapper .heading-wrapper .heading {
    margin: 0 auto;
    font-size: 25px;
    font-family: "Century Bold";
    color: #0072bb;
}

.payment-done .section-booking-confirmation .content-wrapper .content-holder .header-title {
    font-family: "Century Bold";
    color: #fff;
    font-size: 20px;
    background-color: #5aa7df;
    text-transform: uppercase;
    padding: 15px 20px;
}

.payment-done .section-booking-confirmation .content-wrapper .content-holder .contents {
    margin-bottom: 10px;
    padding: 5px;
    border: 0.5px solid #b9b9b9;
}

    .payment-done .section-booking-confirmation .content-wrapper .content-holder .contents .text {
        font-family: "Century Gothic";
        font-size: 14px;
        color: #767676;
    }

    .payment-done .section-booking-confirmation .content-wrapper .content-holder .contents .display-total {
        width: 100%;
        background: #eaeceb;
        padding: 10px 60px;
        font-family: "Century Bold";
        text-align: right;
        font-size: 20px;
        font-weight: bold;
        color: #72c130;
        margin-bottom: 10px;
    }

.payment-done .section-booking-confirmation .content-wrapper .content-holder .content-borderless {
    border: none;
    padding: 0;
    margin: 0;
}

.payment-done .section-booking-confirmation .content-wrapper .info-wrapper .contents {
    padding: 30px 50px;
}

    .payment-done .section-booking-confirmation .content-wrapper .info-wrapper .contents .subhead {
        text-transform: uppercase;
        font-family: "Century Bold";
        color: #5aa7df;
        font-size: 16px;
    }

@media (max-width: 991.98px) {
    .payment-done .section-booking-confirmation .content-wrapper .info-wrapper .contents {
        padding: 25px;
    }
}

.payment-done .section-booking-confirmation .content-wrapper .info-wrapper .info-table {
    width: 100%;
    border: none;
    padding: 0;
    font-size: 14px;
}

    .payment-done .section-booking-confirmation .content-wrapper .info-wrapper .info-table th {
        font-family: "Century Bold";
        border-bottom: 0.5px solid #b9b9b9;
        padding: 10px 5px 5px 0;
        width: 25%;
        text-align: left;
    }

    .payment-done .section-booking-confirmation .content-wrapper .info-wrapper .info-table td {
        padding: 5px 5px 5px 0;
        width: 25%;
    }

@media (max-width: 991.98px) {
    .payment-done .section-booking-confirmation .content-wrapper .info-wrapper .info-table {
        display: block;
    }

        .payment-done .section-booking-confirmation .content-wrapper .info-wrapper .info-table tbody {
            display: block;
        }

        .payment-done .section-booking-confirmation .content-wrapper .info-wrapper .info-table tr {
            display: block;
            padding: 5px 0;
            border-top: 0.5px solid #b9b9b9;
        }

            .payment-done .section-booking-confirmation .content-wrapper .info-wrapper .info-table tr:first-child + tr, .payment-done .section-booking-confirmation .content-wrapper .info-wrapper .info-table tr:first-child {
                border: none;
            }

        .payment-done .section-booking-confirmation .content-wrapper .info-wrapper .info-table th {
            display: none;
        }

        .payment-done .section-booking-confirmation .content-wrapper .info-wrapper .info-table td {
            display: block;
            width: 100% !important;
            position: relative;
            padding: 5px 0 5px 90px;
            text-align: right;
        }

            .payment-done .section-booking-confirmation .content-wrapper .info-wrapper .info-table td:before {
                content: attr(data-label);
                position: absolute;
                left: 0;
                top: 6px;
                width: 85px;
                text-align: left;
                line-height: 1.3;
                text-transform: uppercase;
                font-family: "Century Bold";
            }
}

.payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight {
        width: 33.33%;
        padding: 20px;
    }

        .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .flight-title {
            font-family: "Century Bold";
            color: #5aa7df;
            font-size: 18px;
        }

            .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .flight-title::before {
                content: url(../assets/images/flight-icon-gray.png);
                padding-right: 5px;
            }

        .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .return-title {
            font-family: "Century Bold";
            color: #5aa7df;
            font-size: 18px;
        }

            .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .return-title::before {
                content: url(../assets/images/return-icon-gray.png);
                padding-right: 5px;
            }

        .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .flight-schedule {
            padding-left: 25px;
            padding-top: 10px;
        }

            .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .flight-schedule .info-time {
                color: #5e5e5e;
                font-weight: bold;
            }

        .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .flight-operated {
            padding-bottom: 5px;
        }

        .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .table {
            width: auto;
        }

            .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .table .flight-row .flight-info {
                border: none;
                padding: 0;
                padding-right: 15px;
                font-family: "Open Sans";
                font-size: 14px;
                color: #767676;
            }

            .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .table .flight-row .info-time {
                color: #5e5e5e;
                font-weight: bold;
            }

            .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .table .flight-row .info-duration {
                color: #5e5e5e;
                font-weight: bold;
                padding-left: 18px;
            }

        .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .baggage-info {
            max-width: 300px;
            width: 100%;
        }

            .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .baggage-info .text-bold {
                font-weight: bold;
            }

    .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .table-flight-details {
        margin: 0;
    }

        .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .table-flight-details .table-head {
            border: 0.5px solid #b9b9b9;
        }

            .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .table-flight-details .table-head .table-title {
                border: none;
                font-family: "Century Bold";
                color: #5aa7df;
                font-size: 18px;
            }

        .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .table-flight-details .table-row {
            border-bottom: 0.5px solid #b9b9b9;
        }

            .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .table-flight-details .table-row .table-content {
                border: none;
                font-family: "Open Sans";
                font-size: 14px;
                color: #767676;
            }

            .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .table-flight-details .table-row .content-price {
                color: #72c130;
                font-weight: bold;
            }

            .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .table-flight-details .table-row .content-ticket {
                color: #5aa7df;
                text-decoration: underline;
                font-weight: bold;
                padding-left: 25px;
            }

                .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .table-flight-details .table-row .content-ticket:hover {
                    cursor: pointer;
                }

.payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .table-responsive {
    display: none;
}

.payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .table-desktop {
    display: block;
}

.payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    margin-bottom: 0;
}

    .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-left {
        width: 30%;
    }

        .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-left .title {
            font-size: 18px;
            font-family: "Century Bold";
            color: #5aa7df;
            line-height: 30px;
        }

            .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-left .title:before {
                content: url(../assets/images/confirmation-stars.png);
                padding-right: 10px;
            }

        .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-left .rating {
            font-size: 14px;
            font-family: "Century Bold";
            color: #5aa7df;
        }

        .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-left .date {
            font-size: 14px;
            font-family: "Century Gothic";
        }

        .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-left .duration {
            font-size: 14px;
            font-family: "Century Bold";
        }

        .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-left .margin {
            padding-left: 30px;
        }

    .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right {
        width: 70%;
    }

        .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .title-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .title-wrapper .title {
                font-size: 18px;
                font-family: "Century Bold";
                color: #5aa7df;
            }

                .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .title-wrapper .title:before {
                    content: url(../assets/images/bed.png);
                    padding-right: 10px;
                }

            .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .title-wrapper .title-link {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                margin-right: 45px;
            }

                .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .title-wrapper .title-link .link {
                    margin-left: 10px;
                    font-size: 16px;
                    text-decoration: underline;
                    font-family: "Century Bold";
                }

            .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .title-wrapper .title-link-responsive {
                display: none;
            }

        .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper {
            padding-top: 20px;
            width: 90%;
            margin: 0 auto;
        }

            .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .transaction {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding: 10px 0;
            }

                .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .transaction .room-number {
                    width: 20%;
                }

                    .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .transaction .room-number .room-text {
                        font-size: 14px;
                        font-family: "Century Bold";
                    }

                .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .transaction .details {
                    width: 50%;
                }

                    .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .transaction .details .details-text {
                        font-size: 14px;
                        font-family: "Century Gothic";
                    }

                .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .transaction .price {
                    width: 30%;
                }

                    .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .transaction .price .price-text {
                        font-size: 18px;
                        font-family: "Century Bold";
                        color: #72c130;
                        text-align: end;
                    }

                        .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .transaction .price .price-text .duration {
                            font-family: "Century Gothic";
                            color: #767676;
                        }

            .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .price-responsive {
                display: none;
            }

            .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .transaction:nth-child(n+2) {
                border-top: .5px solid #b9b9b9;
            }

.payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .content-borderless {
    border: none;
    padding: 0;
    margin: 0;
}

.payment-done .section-booking-confirmation .content-wrapper .transfer-wrapper .header-title {
    position: relative;
}

    .payment-done .section-booking-confirmation .content-wrapper .transfer-wrapper .header-title .print-btn {
        margin-right: 60px;
        position: absolute;
        right: 0;
    }

        .payment-done .section-booking-confirmation .content-wrapper .transfer-wrapper .header-title .print-btn .fa-print {
            padding-right: 10px;
        }

    .payment-done .section-booking-confirmation .content-wrapper .transfer-wrapper .header-title .print-text {
        font-size: 15px;
        text-decoration: underline;
        text-transform: initial;
    }

        .payment-done .section-booking-confirmation .content-wrapper .transfer-wrapper .header-title .print-text:hover {
            cursor: pointer;
            text-decoration: none;
        }

.payment-done .section-booking-confirmation .content-wrapper .transfer-wrapper .contents {
    padding: 15px;
}

    .payment-done .section-booking-confirmation .content-wrapper .transfer-wrapper .contents .content-code {
        font-family: "Century Bold";
        color: #5aa7df;
        padding-bottom: 5px;
    }

    .payment-done .section-booking-confirmation .content-wrapper .transfer-wrapper .contents .content-guess {
        font-family: "Century Bold";
    }

.payment-done .section-booking-confirmation .content-wrapper .visa-wrapper .header-title {
    position: relative;
}

    .payment-done .section-booking-confirmation .content-wrapper .visa-wrapper .header-title .print-btn {
        margin-right: 60px;
        position: absolute;
        right: 0;
    }

        .payment-done .section-booking-confirmation .content-wrapper .visa-wrapper .header-title .print-btn .fa-print {
            padding-right: 10px;
        }

    .payment-done .section-booking-confirmation .content-wrapper .visa-wrapper .header-title .print-text {
        font-size: 15px;
        text-decoration: underline;
        text-transform: initial;
    }

        .payment-done .section-booking-confirmation .content-wrapper .visa-wrapper .header-title .print-text:hover {
            cursor: pointer;
            text-decoration: none;
        }

.payment-done .section-booking-confirmation .content-wrapper .visa-wrapper .contents {
    padding: 15px;
}

    .payment-done .section-booking-confirmation .content-wrapper .visa-wrapper .contents .content-code {
        font-family: "Century Bold";
        color: #5aa7df;
        padding-bottom: 5px;
    }

    .payment-done .section-booking-confirmation .content-wrapper .visa-wrapper .contents .content-guess {
        font-family: "Century Bold";
    }

.payment-done .section-booking-confirmation .content-wrapper .insurance-wrapper .header-title {
    position: relative;
}

    .payment-done .section-booking-confirmation .content-wrapper .insurance-wrapper .header-title .print-btn {
        margin-right: 60px;
        position: absolute;
        right: 0;
    }

        .payment-done .section-booking-confirmation .content-wrapper .insurance-wrapper .header-title .print-btn .fa-print {
            padding-right: 10px;
        }

    .payment-done .section-booking-confirmation .content-wrapper .insurance-wrapper .header-title .print-text {
        font-size: 15px;
        text-decoration: underline;
        text-transform: initial;
    }

        .payment-done .section-booking-confirmation .content-wrapper .insurance-wrapper .header-title .print-text:hover {
            cursor: pointer;
            text-decoration: none;
        }

.payment-done .section-booking-confirmation .content-wrapper .insurance-wrapper .contents {
    padding: 15px;
}

    .payment-done .section-booking-confirmation .content-wrapper .insurance-wrapper .contents .content-code {
        font-family: "Century Bold";
        color: #5aa7df;
        padding-bottom: 5px;
    }

    .payment-done .section-booking-confirmation .content-wrapper .insurance-wrapper .contents .content-guess {
        font-family: "Century Bold";
    }

.payment-done .section-booking-confirmation .content-wrapper .total-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eaeceb;
    padding: 5px 50px 5px 20px;
    margin-bottom: 30px;
}

    .payment-done .section-booking-confirmation .content-wrapper .total-wrapper .total-text {
        font-family: "Century Bold";
        font-size: 23px;
        color: #767676;
    }

    .payment-done .section-booking-confirmation .content-wrapper .total-wrapper .total-price {
        font-family: "Century Bold";
        font-size: 50px;
        color: #5aa7df;
    }

.payment-done .section-booking-confirmation .content-wrapper .flight-policy {
    padding-bottom: 20px;
}

    .payment-done .section-booking-confirmation .content-wrapper .flight-policy .header-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #b9b9b9;
    }

        .payment-done .section-booking-confirmation .content-wrapper .flight-policy .header-title .header-text {
            font-family: "Century Gothic";
            color: #5aa7df;
            border-bottom: 2px solid #5aa7df;
            font-size: 25px;
            padding-bottom: 10px;
        }

        .payment-done .section-booking-confirmation .content-wrapper .flight-policy .header-title .print-btn {
            margin-right: 65px;
        }

            .payment-done .section-booking-confirmation .content-wrapper .flight-policy .header-title .print-btn .fa-print {
                padding-right: 10px;
            }

            .payment-done .section-booking-confirmation .content-wrapper .flight-policy .header-title .print-btn .print-text {
                font-family: "Century Bold";
                font-size: 18px;
                text-decoration: underline;
            }

                .payment-done .section-booking-confirmation .content-wrapper .flight-policy .header-title .print-btn .print-text:hover {
                    cursor: pointer;
                    text-decoration: none;
                }

    .payment-done .section-booking-confirmation .content-wrapper .flight-policy .cancelation-holder {
        padding-top: 10px;
    }

        .payment-done .section-booking-confirmation .content-wrapper .flight-policy .cancelation-holder .cancelation-code {
            font-family: "Century Bold";
            color: #5aa7df;
            font-size: 18px;
            padding-left: 10px;
        }

        .payment-done .section-booking-confirmation .content-wrapper .flight-policy .cancelation-holder .cancelation-instructions {
            padding-top: 8px;
        }

            .payment-done .section-booking-confirmation .content-wrapper .flight-policy .cancelation-holder .cancelation-instructions .cancelation-info {
                font-family: "Century Gothic";
                color: #8e8e90;
                font-size: 18px;
            }

@media screen and (max-width: 991px) {
    .payment-done .section-booking-confirmation .content-wrapper .content-holder .header-title {
        font-size: 18px;
    }

    .payment-done .section-booking-confirmation .content-wrapper .content-holder .contents .text {
        font-size: 14px;
    }

    .payment-done .section-booking-confirmation .content-wrapper .content-holder .contents .display-total {
        font-size: 20px;
        padding: 10px 30px;
    }

    .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .flight-title {
        font-size: 16px;
    }

    .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .table .flight-row .flight-info {
        font-size: 14px;
    }

    .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .table .flight-row .info-time {
        font-size: 16px;
    }

    .payment-done .section-booking-confirmation .content-wrapper .heading-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .payment-done .section-booking-confirmation .content-wrapper .heading-wrapper .heading-left-content {
            position: relative;
            margin: 0 auto;
        }

            .payment-done .section-booking-confirmation .content-wrapper .heading-wrapper .heading-left-content .content-link .content-text {
                font-size: 16px;
            }

        .payment-done .section-booking-confirmation .content-wrapper .heading-wrapper .heading {
            text-align: center;
            padding-bottom: 5px;
            font-size: 20px;
        }

    .payment-done .section-booking-confirmation .content-wrapper .total-wrapper {
        padding: 10px;
        margin-bottom: 50px;
    }

        .payment-done .section-booking-confirmation .content-wrapper .total-wrapper .total-text {
            font-size: 20px;
        }

        .payment-done .section-booking-confirmation .content-wrapper .total-wrapper .total-price {
            font-size: 35px;
        }

    .payment-done .section-booking-confirmation .content-wrapper .transfer-wrapper .header-title .print-btn {
        margin-right: 15px;
    }

    .payment-done .section-booking-confirmation .content-wrapper .visa-wrapper .header-title .print-btn {
        margin-right: 15px;
    }

    .payment-done .section-booking-confirmation .content-wrapper .insurance-wrapper .header-title .print-btn {
        margin-right: 15px;
    }

    .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents {
        display: block;
    }

        .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-left {
            width: 100%;
        }

        .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right {
            width: 100%;
            padding-top: 20px;
        }

            .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .title-wrapper .title-link {
                display: none;
            }

            .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .title-wrapper .title-link-responsive {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding-top: 30px;
            }

            .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper {
                width: 100%;
            }

                .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .transaction .details {
                    width: 80%;
                }

                .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .transaction .price {
                    display: none;
                }

                .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .price-responsive {
                    display: block;
                }

                    .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .price-responsive .price-holder {
                        width: -webkit-fit-content;
                        width: -moz-fit-content;
                        width: fit-content;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column;
                        -webkit-box-align: end;
                        -ms-flex-align: end;
                        align-items: flex-end;
                    }

                        .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .price-responsive .price-holder .price-text {
                            font-size: 18px;
                            font-family: "Century Bold";
                            color: #72c130;
                            padding-bottom: 10px;
                        }

                            .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .price-responsive .price-holder .price-text .duration {
                                font-family: "Century Gothic";
                                color: #767676;
                            }

    .payment-done .section-booking-confirmation .content-wrapper .flight-policy .header-title .header-text {
        font-size: 18px;
    }

    .payment-done .section-booking-confirmation .content-wrapper .flight-policy .header-title .print-btn {
        margin-right: 0;
    }

    .payment-done .section-booking-confirmation .content-wrapper .flight-policy .cancelation-holder .cancelation-instructions .cancelation-info {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .payment-done .section-banner {
        margin-bottom: 50px;
    }

    .payment-done .section-progress {
        margin-bottom: 70px;
        margin-top: -26px;
    }

    .payment-done .section-booking-confirmation .content-wrapper {
        padding: 0 15px;
    }

        .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents {
            display: block;
        }

            .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight {
                width: 100%;
            }

                .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .table {
                    width: 100%;
                }

                .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .baggage-info {
                    max-width: 100%;
                }

            .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .custom-content-flight {
                padding-left: 35px;
            }

        .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .table-desktop {
            display: none;
        }

        .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .table-responsive {
            display: block;
        }

            .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .table-responsive .table .table-row {
                border: none;
            }

                .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .table-responsive .table .table-row .table-content {
                    text-align: right;
                    font-size: 16px;
                }

                .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .table-responsive .table .table-row .table-title {
                    border: none;
                    font-family: "Century Bold";
                    color: #5aa7df;
                    font-size: 16px;
                }

                .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .table-responsive .table .table-row .content-price {
                    color: #72c130;
                    font-weight: bold;
                }

        .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents {
            display: block;
        }

            .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-left {
                width: 100%;
            }

            .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right {
                width: 100%;
                padding-top: 20px;
            }

                .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .transaction .room-number {
                    width: 30%;
                }

                .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .transaction .details {
                    width: 70%;
                }

                .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .transaction .price {
                    display: none;
                }

                .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .price-responsive {
                    display: block;
                }

                    .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .price-responsive .price-text {
                        font-size: 18px;
                        font-family: "Century Bold";
                        color: #72c130;
                        padding-bottom: 10px;
                    }
}

.cyan .payment-done {
    color: #525252;
    font-size: 14px;
}

    .cyan .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-left .title:before {
        content: url(../assets/images/confirmation-stars-cyan.png);
    }

    .cyan .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .title-wrapper .title:before {
        content: url(../assets/images/bed-cyan.png);
    }

    .cyan .payment-done .section-booking-confirmation .content-wrapper .flight-policy .header-title .header-text {
        color: #00919e;
        border-color: #00919e;
    }

    .cyan .payment-done .table-flight-details .total-row {
        border: none !important;
        background: #eaeceb;
    }

        .cyan .payment-done .table-flight-details .total-row td {
            color: #ff8f1e !important;
            font-family: "Century Bold" !important;
            font-size: 29px !important;
            padding: 10px 0 10px 25px;
        }

    .cyan .payment-done .content-borderless.table-desktop {
        margin-bottom: 10px !important;
    }

    .cyan .payment-done .section-booking-confirmation .content-wrapper .content-holder .contents .display-total {
        padding: 10px 47px;
    }

    .cyan .payment-done .section-booking-confirmation .content-wrapper .content-holder .contents .text {
        color: #777;
    }

    .cyan .payment-done .section-booking-confirmation .content-wrapper .total-wrapper .total-text {
        color: #8b9394;
    }

    .cyan .payment-done .section-booking-confirmation .content-wrapper .insurance-wrapper .contents .content-code, .cyan .payment-done .section-booking-confirmation .content-wrapper .info-wrapper .contents .subhead, .cyan .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .table-responsive .table .table-row .table-title, .cyan .payment-done .section-booking-confirmation .content-wrapper .flight-policy .cancelation-holder .cancelation-code, .cyan .payment-done .section-booking-confirmation .content-wrapper .total-wrapper .total-price, .cyan .payment-done .section-booking-confirmation .content-wrapper .insurance-wrapper .contents .content-code, .cyan .payment-done .section-booking-confirmation .content-wrapper .visa-wrapper .contents .content-code, .cyan .payment-done .section-booking-confirmation .content-wrapper .transfer-wrapper .contents .content-code, .cyan .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .title-wrapper .title, .cyan .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-left .rating, .cyan .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-left .title, .cyan .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .table-flight-details .table-row .content-ticket, .cyan .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .table-flight-details .table-head .table-title, .cyan .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .return-title, .cyan .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .flight-title, .cyan .payment-done .section-booking-confirmation .content-wrapper .heading-wrapper .heading {
        color: #00919e;
    }

    .cyan .payment-done .section-booking-confirmation .content-wrapper .content-holder .header-title {
        background: #00919e;
    }

    .cyan .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .price-responsive .price-holder .price-text, .cyan .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .transaction .price .price-text .duration, .cyan .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .transaction .price .price-text, .cyan .payment-done .section-booking-confirmation .content-wrapper .content-holder .contents .display-total, .cyan .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .table-flight-details .table-row .content-price {
        color: #ff8f1e;
    }

    .cyan .payment-done .section-booking-confirmation .content-wrapper .flight-policy .header-title .print-btn {
        color: #797979;
    }

    .cyan .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .table .flight-row .info-duration, .cyan .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .flight-schedule .info-time, .cyan .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .table .flight-row .info-time {
        color: #545454;
    }

    .cyan .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .title-wrapper .title-link {
        margin: 0 32px 0 0;
        color: #797979;
    }

    .cyan .payment-done .visa-wrapper, .cyan .payment-done .insurance-wrapper, .cyan .payment-done .hotel-wrapper {
        color: #777;
    }

    .cyan .payment-done .section-booking-confirmation .content-wrapper .transfer-wrapper .header-title .print-btn .fa-print, .cyan .payment-done .section-booking-confirmation .content-wrapper .insurance-wrapper .header-title .print-btn .fa-print, .cyan .payment-done .section-booking-confirmation .content-wrapper .visa-wrapper .header-title .print-btn .fa-print, .cyan .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .title-wrapper .title, .cyan .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-left .rating, .cyan .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-left .title, .cyan .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .flight-title {
        font-size: 16px;
    }

    .cyan .payment-done .section-booking-confirmation .content-wrapper .flight-policy .header-title .print-btn .print-text, .cyan .payment-done .section-booking-confirmation .content-wrapper .flight-policy .cancelation-holder .cancelation-instructions .cancelation-info, .cyan .payment-done .content-wrapper, .cyan .payment-done .section-booking-confirmation .content-wrapper .insurance-wrapper .header-title .print-text, .cyan .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .title-wrapper .title-link .link, .cyan .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .transaction .price .price-text, .cyan .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .transaction .details .details-text, .cyan .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-right .transaction-wrapper .transaction .room-number .room-text, .cyan .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-left .duration, .cyan .payment-done .section-booking-confirmation .content-wrapper .hotel-wrapper .contents .hotel-wrapper-left .date, .cyan .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .table-flight-details .table-row .table-content, .cyan .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .content-flight .table .flight-row .flight-info, .cyan .payment-done .section-booking-confirmation .content-wrapper .content-holder .contents .text {
        font-size: 14px;
    }

    .cyan .payment-done .section-booking-confirmation .content-wrapper .flight-policy .cancelation-holder .cancelation-code, .cyan .payment-done .section-booking-confirmation .content-wrapper .flight-wrapper .contents .table-flight-details .table-head .table-title {
        font-size: 15px;
    }

    .cyan .payment-done .section-booking-confirmation .content-wrapper .content-holder .contents .display-total {
        font-size: 29px;
    }

    .cyan .payment-done .section-booking-confirmation .content-wrapper .flight-policy .header-title .header-text {
        font-size: 22px;
    }

    .cyan .payment-done .section-booking-confirmation .content-wrapper .total-wrapper .total-price {
        font-size: 44px;
    }

    .cyan .payment-done .section-booking-confirmation .content-wrapper .total-wrapper .total-text {
        font-size: 18px;
    }

.results .section-results {
    padding-bottom: 100px;
}

    .results .section-results .flight-wrapper {
        margin-bottom: 50px;
    }

        .results .section-results .flight-wrapper:nth-child(2) {
            margin-bottom: 5px;
        }

            .results .section-results .flight-wrapper:nth-child(2) .flight-icon-gray {
                -webkit-transform: rotate(85deg);
                transform: rotate(85deg);
            }

@media screen and (min-width: 768px) {
    .results .section-results .flight-wrapper .flight-filter-holder:active:first-of-type, .results .section-results .flight-wrapper .flight-filter-holder:focus:first-of-type, .results .section-results .flight-wrapper .flight-filter-holder:hover:first-of-type {
        background-color: #eff0ef;
    }

    .results .section-results .flight-wrapper .flight-filter-holder:active:nth-of-type(2), .results .section-results .flight-wrapper .flight-filter-holder:focus:nth-of-type(2), .results .section-results .flight-wrapper .flight-filter-holder:hover:nth-of-type(2) {
        background-color: #78b5e0;
    }

    .results .section-results .flight-wrapper .flight-filter-holder:active:last-of-type, .results .section-results .flight-wrapper .flight-filter-holder:focus:last-of-type, .results .section-results .flight-wrapper .flight-filter-holder:hover:last-of-type {
        background-color: #55a7e1;
    }

    .main-package-booking .flight-wrapper .flight-filter-holder:active:first-of-type,
    .main-package-booking .flight-wrapper .flight-filter-holder:focus:first-of-type,
    .main-package-booking .flight-wrapper .flight-filter-holder:hover:first-of-type {
        background-color: #eff0ef;
    }

    .main-package-booking .flight-wrapper .flight-filter-holder:active:nth-of-type(2),
    .main-package-booking .flight-wrapper .flight-filter-holder:focus:nth-of-type(2),
    .main-package-booking .flight-wrapper .flight-filter-holder:hover:nth-of-type(2) {
        background-color: #78b5e0;
    }

    .main-package-booking .flight-wrapper .flight-filter-holder:active:last-of-type,
    .main-package-booking .flight-wrapper .flight-filter-holder:focus:last-of-type,
    .main-package-booking .flight-wrapper .flight-filter-holder:hover:last-of-type {
        background-color: #55a7e1;
    }
}

.results .section-results .flight-wrapper:nth-child(2) thead .flight-details-holder:first-child .flight-details-item {
    margin-left: 30px;
    height: 51px;
    border-top: 1px #d5d5d5 solid;
    border-bottom: 1px #d5d5d5 solid;
}

    .results .section-results .flight-wrapper:nth-child(2) thead .flight-details-holder:first-child .flight-details-item:before {
        content: '';
        position: absolute;
        top: -15px;
        left: 0;
        height: 66px;
        width: 50px;
        border-left: 1px #d5d5d5 solid;
        border-bottom: 1px #d5d5d5 solid;
    }

.results .section-results .flight-wrapper:nth-child(2) thead .flight-details-holder:last-child .flight-filter-wrapper:after {
    content: '';
    position: absolute;
    top: -15px;
    right: 0;
    height: 15px;
    border-right: 1px #d5d5d5 solid;
}

.main-package-booking .flight-wrapper:nth-child(2) thead .flight-details-holder:first-child .flight-details-item {
    margin-left: 30px;
    height: 51px;
    border-top: 1px #d5d5d5 solid;
    border-bottom: 1px #d5d5d5 solid;
}

    .main-package-booking .flight-wrapper:nth-child(2) thead .flight-details-holder:first-child .flight-details-item:before {
        content: '';
        position: absolute;
        top: -15px;
        left: 0;
        height: 66px;
        width: 50px;
        border-left: 1px #d5d5d5 solid;
        border-bottom: 1px #d5d5d5 solid;
    }

.main-package-booking .flight-wrapper:nth-child(2) thead .flight-details-holder:last-child .flight-filter-wrapper:after {
    content: '';
    position: absolute;
    top: -15px;
    right: 0;
    height: 15px;
    border-right: 1px #d5d5d5 solid;
}

.results .section-results #flightDetailsForm tr:first-child .flight-destination-wrapper {
    border-bottom: 1px #d5d5d5 solid;
}

.results .section-results #flightDetailsForm2 tr:first-child .flight-destination-wrapper {
    margin-right: 20px;
    margin-left: 20px;
    border-bottom: 1px #d5d5d5 solid;
}

.main-package-booking #flightDetailsForm tr:first-child .flight-destination-wrapper {
    border-bottom: 1px #d5d5d5 solid;
}

.main-package-booking #flightDetailsForm2 tr:first-child .flight-destination-wrapper {
    margin-right: 20px;
    margin-left: 20px;
    border-bottom: 1px #d5d5d5 solid;
}

.results .section-results .combination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 25px;
    border-bottom: 1px #d5d5d5 solid;
}

.results .section-results .combination-wrapper-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 25px;
    border-bottom: 1px #d5d5d5 solid;
}

.results .section-results .btn-combinations {
    padding: 0;
    margin-bottom: 10px;
    font-family: "Century Bold";
    font-size: 15px;
    color: #767676;
    border-bottom: 1px #767676 solid;
    border-radius: 0;
}

@media screen and (min-width: 768px) {
    .results .section-results .btn-combinations:active, .results .section-results .btn-combinations:focus, .results .section-results .btn-combinations:hover {
        border-bottom: 1px #fff solid;
    }
}

.results .section-results .results-wrapper {
    padding-top: 22px;
}

.results .section-results .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 12px;
}

.results .section-results .choose-flight-icon {
    position: absolute;
    top: 6px;
}

.results .section-results .text-wrapper {
    margin-left: 20px;
}

.results .section-results .available-flights-text {
    margin-left: 10px;
    font-size: 18px;
    color: #d5d5d5;
    text-transform: initial;
}

.results .section-results .flight-destination-text {
    margin-top: 6px;
    text-align: left;
    text-transform: uppercase;
}

.results .section-results .arrow-destination-holder {
    margin: 0 10px;
}

.results .section-results .flight-date-wrapper {
    position: relative;
    padding-top: 30px;
}

.main-package-booking .results-wrapper {
    padding-top: 22px;
}

.main-package-booking .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 12px;
}

.main-package-booking .choose-flight-icon {
    position: absolute;
    top: 6px;
}

.main-package-booking .text-wrapper {
    margin-left: 20px;
}

.main-package-booking .available-flights-text {
    margin-left: 10px;
    font-size: 18px;
    color: #d5d5d5;
    text-transform: initial;
}

.main-package-booking .flight-destination-text {
    margin-top: 6px;
    text-align: left;
    text-transform: uppercase;
}

.main-package-booking .arrow-destination-holder {
    margin: 0 10px;
}

.main-package-booking .flight-date-wrapper {
    position: relative;
    padding-top: 30px;
}

.results .section-results .swiper-slide {
    width: 17%;
    text-align: center;
    border-top: 5px #fff solid;
    cursor: pointer;
}

html .ng-scope .booking .steps-wrapper .results .section-results .swiper-slide.empty .date-text-wrapper {
    margin-right: 0;
    margin-left: 0;
    cursor: not-allowed;
}

.results .section-results .swiper-slide:not(:first-child):not(:last-child) .date-text-wrapper {
    margin-right: 2px;
    margin-left: 2px;
}

.results .section-results .swiper-slide:first-child .date-text-wrapper {
    margin-right: 2px;
}

.results .section-results .swiper-slide:last-child .date-text-wrapper {
    margin-left: 2px;
}

.results .section-results .swiper-slide-prev:not(:first-child):not(:last-child) .date-text-wrapper {
    margin-right: 0;
}

.results .section-results .swiper-slide-next:not(:first-child):not(:last-child) .date-text-wrapper {
    margin-left: 0;
}

.results .section-results .swiper-slide .date-text-gray {
    color: #a5a5a5;
}

.results .section-results .swiper-flight-date {
    margin: auto 58px;
}

    .results .section-results .swiper-flight-date .swiper-slide-active {
        padding: 0;
        width: 30%;
        border-top: 5px #0072bb solid;
    }

        .results .section-results .swiper-flight-date .swiper-slide-active:not(:first-child):not(:last-child) .date-text-wrapper {
            margin-right: 0;
            margin-left: 0;
        }

        .results .section-results .swiper-flight-date .swiper-slide-active .date-text-wrapper {
            margin-right: 0;
            margin-left: 0;
            width: 100%;
            background-color: #fff;
        }

        .results .section-results .swiper-flight-date .swiper-slide-active .date-text {
            color: #0072bb;
        }

.results .section-results .swiper-button-next, .results .section-results .swiper-button-prev {
    top: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 58px;
    height: 69px;
    background-image: none;
    background-color: #0072bb;
    outline: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media screen and (min-width: 768px) {
    .results .section-results .swiper-button-next:active, .results .section-results .swiper-button-next:focus, .results .section-results .swiper-button-next:hover, .results .section-results .swiper-button-prev:active, .results .section-results .swiper-button-prev:focus, .results .section-results .swiper-button-prev:hover {
        background-color: #55a7e1;
    }

    .Med-Large-Screen-24_7 {
        width: 24.7%;
    }

    .Med-Large-Screen-W33 {
        width: 33%;
    }

    .Med-Large-Screen-W50 {
        width: 50%;
    }

    .Med-Large-Screen-W100 {
        width: 100%;
    }
}

.results .section-results .swiper-button-next {
    right: 0;
}

.results .section-results .swiper-button-prev {
    left: 0;
}

.results .section-results .arrow-left, .results .section-results .arrow-right {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.results .section-results .date-text-wrapper {
    padding: 6.5px 0;
    background-color: #e0e2e2;
}

.results .section-results .date-text {
    font-family: "Century Bold";
    text-transform: uppercase;
}

.results .section-results .date-amount {
    padding: 3.5px 0;
    font-size: 15px;
}

.results .section-results .flight thead tr {
    border: none;
}

.results .section-results .flight thead, .results .section-results .flight tbody {
    border-bottom: 15px #fff solid;
}

    .results .section-results .flight tbody tr {
        margin-bottom: 10px;
        border: 1px #d5d5d5 solid;
    }

.results .section-results .flight th {
    padding: 0;
}

.main-package-booking .swiper-button-next {
    right: 0;
}

.main-package-booking .swiper-button-prev {
    left: 0;
}

.main-package-booking .arrow-left,
.main-package-booking .arrow-right {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-package-booking .date-text-wrapper {
    padding: 6.5px 0;
    background-color: #e0e2e2;
}

.main-package-booking .date-text {
    font-family: "Century Bold";
    text-transform: uppercase;
}

.main-package-booking .date-amount {
    padding: 3.5px 0;
    font-size: 15px;
}

.main-package-booking .flight thead tr {
    border: none;
}

.main-package-booking .flight thead,
.main-package-booking .flight tbody {
    border-bottom: 15px #fff solid;
}

    .main-package-booking .flight tbody tr {
        margin-bottom: 10px;
        border: 1px #d5d5d5 solid;
    }

.main-package-booking .flight th {
    padding: 0;
}

.results .section-results .flight-table-holder {
    margin-top: 15px;
    width: 100%;
}

.main-package-booking .flight-table-holder {
    /*margin-top: 15px;*/
    width: 100%;
}

.results .section-results .flight-items-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main-package-booking .flight-items-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.results .section-results .flight-items-holder, .results .section-results .flight-price-wrapper {
    border-bottom: 1px #d5d5d5 solid;
}

.main-package-booking .flight-items-holder,
.main-package-booking .flight-price-wrapper {
    border-bottom: 1px #d5d5d5 solid;
}

.results .section-results .flight tbody .flight-items-holder, .results .section-results .flight tbody .flight-price-wrapper {
    border-top: 1px #d5d5d5 solid;
}

.main-package-booking .flight tbody .flight-items-holder,
.main-package-booking .flight tbody .flight-price-wrapper {
    border-top: 1px #d5d5d5 solid;
}

.results .section-results .flight-details-holder {
    position: relative;
}

    .results .section-results .flight-details-holder:first-child {
        width: 55%;
    }

    .results .section-results .flight-details-holder:last-child {
        width: 45%;
    }

.main-package-booking .flight-details-holder {
    position: relative;
}

    .main-package-booking .flight-details-holder:first-child {
        width: 100%;
    }

.results .section-results .flight-filter-text,
.flight-dropdown-list-cancellation-title,
.flight-dropdown-list-modification-title {
    margin-right: 5px;
    font-family: "Century Bold";
    font-size: 17px;
    text-transform: uppercase;
}

.main-package-booking .flight-filter-text {
    margin-right: 5px;
    font-family: "Century Bold";
    font-size: 17px;
    text-transform: uppercase;
}

.results .section-results .flight-filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.results .section-results .flight-filter-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    width: 33.33%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .results .section-results .flight-filter-holder:nth-child(2) {
        margin: 0 1px;
    }

.results .section-results .flight .two-types {
    width: 50%;
}

.results .section-results .flight-filter-text {
    margin-right: 5px;
    font-family: "Century Bold";
    font-size: 17px;
    text-transform: uppercase;
}

.results .section-results .flight .image-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .results .section-results .flight .image-holder .flight-filter-info {
        margin-top: 1px;
    }

.results .section-results .flight .fa-info-circle {
    font-size: 15px;
}

.results .section-results .flight .fa-info-circle-gray {
    color: #767676;
}

.results .section-results .flight .fa-info-circle-white {
    color: #fff;
}

.results .section-results .flight-info-wrapper {
    display: none;
    position: absolute;
    z-index: 100;
    padding: 35px 10px 50px;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 0 #8B8786;
    box-shadow: 0 0 7px 0 #8B8786;
}

.results .section-results .flight-info-holder {
    margin: 0 10px;
}

.results .section-results .flight-info-title {
    padding-bottom: 10px;
    font-family: "Century Bold";
    font-size: 15px;
    color: #0072bb;
    text-transform: uppercase;
    border-bottom: 1px #d5d5d5 solid;
}

.results .section-results .flight-list-holder,
.hotel-package-list-holder,
.confirm-policy-list-holder,
.confirm-remark-list-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: space-evenly;
    align-content: space-evenly;
    margin: 15px 0;
}

    .results .section-results .flight-list-icon,
    .hotel-package-list-icon,
    .confirm-policy-list-holder .flight-list-icon,
    .confirm-remark-list-holder .flight-list-icon {
        margin-top: 2px;
        margin-right: 5px;
        font-size: 18px;
        color: #55a7e1;
    }

    .results .section-results .flight-list-text,
    .confirm-remark-list-holder .flight-list-text {
        font-size: 14px;
        color: #767676;
    }

.main-package-booking .flight-filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-package-booking .flight-filter-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    width: 33.33%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .main-package-booking .flight-filter-holder:nth-child(2) {
        margin: 0 1px;
    }

.main-package-booking .flight .two-types {
    width: 50%;
}

.main-package-booking .flight .image-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .main-package-booking .flight .image-holder .flight-filter-info {
        margin-top: 1px;
    }

.main-package-booking .flight .fa-info-circle {
    font-size: 15px;
}

.main-package-booking .flight .fa-info-circle-gray {
    color: #767676;
}

.main-package-booking .flight .fa-info-circle-white {
    color: #fff;
}

.main-package-booking .flight-info-wrapper {
    display: none;
    position: absolute;
    z-index: 100;
    padding: 35px 10px 50px;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 0 #8B8786;
    box-shadow: 0 0 7px 0 #8B8786;
}

.main-package-booking .flight-info-holder {
    margin: 0 10px;
    /*width: 33.33%*/
}

.main-package-booking .flight-info-title {
    padding-bottom: 10px;
    font-family: "Century Bold";
    font-size: 15px;
    color: #0072bb;
    text-transform: uppercase;
    border-bottom: 1px #d5d5d5 solid;
}

.main-package-booking .flight-list-holder,
.hotel-package-list-holder,
.confirm-policy-list-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: space-evenly;
    align-content: space-evenly;
    margin: 15px 0;
}

    .main-package-booking .flight-list-icon,
    .hotel-package-list-icon,
    .confirm-policy-list-holder .flight-list-icon {
        margin-top: 2px;
        margin-right: 5px;
        font-size: 18px;
        color: #55a7e1;
    }

.main-package-booking .flight-list-text {
    font-size: 14px;
    color: #767676;
}

.confirm-policy-list-holder .flight-list-text {
    color: #767676;
}

@media screen and (min-width: 768px) {
    .confirm-policy-list-holder .flight-list-text {
        font-size: 18px;
    }
}

@media screen and (max-width: 767.8px) {
    .confirm-policy-list-holder .flight-list-text {
        font-size: 14px;
    }
}

.results .section-results .flight-destination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
    padding-top: 10px;
    width: 100%;
    height: 150px;
}

.main-package-booking .flight-destination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
    padding-top: 10px;
    width: 100%;
    height: 150px;
}

.results .section-results .flight-icon-gray {
    margin-top: -4px;
}

.main-package-booking .flight-icon-gray {
    margin-top: -4px;
}

.results .section-results .flight-destination-holder:not(:first-child) {
    padding-left: 45px;
}

.main-package-booking .flight-destination-holder:not(:first-child) {
    padding-left: 45px;
}

.results .section-results .flight-destination-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
}

.main-package-booking .flight-destination-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*padding-left: 20px*/
}

.results .section-results .flight-stop-wrapper {
    height: 100%;
}

.results .section-results .flight-stop-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.results .section-results .flight-stop-text {
    font-family: "Century Bold";
    font-size: 16px;
}

.main-package-booking .flight-stop-wrapper {
    height: 100%;
}

.main-package-booking .flight-stop-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.main-package-booking .flight-stop-text {
    font-family: "Century Bold";
    font-size: 16px;
}

.results .section-results .flight-price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 152px;
}

.results .section-results .flight-price-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    width: 33.33%;
}

.results .section-results .flight .flight-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-family: "Century Bold";
    font-size: 19px;
    color: #72c130;
    cursor: pointer;
}

.results .section-results .flight .price-text-holder {
    margin: 10px 0;
}

.results .section-results .flight .price-text {
    display: inline;
}

.results .section-results .flight .passenger-number {
    font-family: "Century Gothic";
    font-size: 14px;
    color: #767676;
}

.results .section-results .flight-fares-wrapper {
    display: none;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.results .section-results .flight-fares-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 395px;
    border: 1px #d5d5d5 solid;
}

.results .section-results .flight-fare-title {
    font-family: "Century Bold";
    font-size: 21px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

.results .section-results .flight-fare-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    width: 100%;
    background-color: #f9f9f9;
}

    .results .section-results .flight-fare-holder:first-child {
        background-color: #55a7e1;
    }

    .results .section-results .flight-fare-holder:last-child {
        background-color: #e9ebea;
    }

    .results .section-results .flight-fare-holder:not(:first-child):not(:last-child):not(:nth-last-child(2)) .flight-fare-item {
        border-bottom: 1px #d5d5d5 solid;
    }

.results .section-results .flight-fare-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 13px 0px;
    margin: 0 10px;
}

.results .section-results .flight-fare-passenger {
    font-family: "Century Bold";
    font-size: 16px;
    color: #767676;
    text-transform: uppercase;
}

.results .section-results .flight-fare-amount {
    font-family: "Century Bold";
    font-size: 18px;
    color: #767676;
    text-transform: uppercase;
}

.results .section-results .flight-fare-total {
    font-family: "Century Bold";
    font-size: 33px;
    color: #72c130;
    text-transform: uppercase;
}

.results .section-results .flight .lowercase {
    text-transform: lowercase;
}

.results .section-results .flight-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

    .results .section-results .flight-accordion .flight-filter-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        background-color: #f9f9f9;
        border-left: 1px #d5d5d5 solid;
        overflow: auto;
    }

    .results .section-results .flight-accordion .flight-filter-holder {
        width: 100%;
        height: 52px;
    }

    .results .section-results .flight-accordion .flight-price-holder {
        width: 100%;
    }

.results .section-results .combination tbody tr {
    margin-bottom: 10px;
    border: 0 #fff solid;
}

.results .section-results .text-wrapper {
    text-align: center;
}

    .results .section-results .text-wrapper .flight-filter-text:first-child {
        margin-bottom: -4px;
    }

.results .section-results .bg-gray {
    background-color: #e0e2e2;
}

.results .section-results .bg-blue-pale {
    background-color: #55a7e1;
}

.results .section-results .bg-blue {
    background-color: #0072bb;
}

.results .section-results .text-white {
    color: #fff;
}

.results .section-results .accordion {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.results .section-results .accordion-text {
    margin-left: 10px;
    font-family: "Century Bold";
    font-size: 15px;
    color: #444;
}

.results .section-results .accordion-price {
    margin-left: 25px;
    font-size: 19px;
    color: #72c130;
}

.results .section-results .arrow-blue {
    padding: 7px 8px;
    font-size: 10px;
    color: #fff;
    background-color: #55a7e1;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.results .section-results .flight-accordion {
    max-height: 300;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.results .section-results .rotate {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.results .section-results .accordion {
    display: none;
}

.results .section-results .filter-mobile {
    display: none;
}

.results .section-results .flight-dropdown-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-package-booking .flight-dropdown-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.results .section-results .flight-dropdown-title, .hotel-package-dropdown-title {
    font-size: 15px;
    color: #55a7e1;
    border-bottom: 1px #55a7e1 solid;
}

.main-package-booking .flight-dropdown-title {
    font-size: 15px;
    color: #55a7e1;
    border-bottom: 1px #55a7e1 solid;
}

.results .section-results .flight-dropdown-list {
    display: inline-block;
    margin-right: 3px;
    cursor: pointer;
}

    .results .section-results .flight-dropdown-list .title-wrapper {
        margin-left: 0;
    }

    .results .section-results .flight-dropdown-list:last-child {
        margin-left: 10px;
    }

.main-package-booking .flight-dropdown-list {
    display: inline-block;
    margin-right: 3px;
    cursor: pointer;
}

    .main-package-booking .flight-dropdown-list .title-wrapper {
        margin-left: 0;
    }

    .main-package-booking .flight-dropdown-list:last-child {
        margin-left: 10px;
    }

@media screen and (min-width: 768px) {
    .results .section-results .flight-dropdown-list:active .flight-dropdown-title,
    .results .section-results .flight-dropdown-list:focus .flight-dropdown-title,
    .results .section-results .flight-dropdown-list:hover .flight-dropdown-title,
    .results .section-results .flight-dropdown-list:active .hotel-package-dropdown-title,
    .results .section-results .flight-dropdown-list:focus .hotel-package-dropdown-title,
    .results .section-results .flight-dropdown-list:hover .hotel-package-dropdown-title {
        border-bottom: solid 1px transparent;
    }

    .main-package-booking .flight-dropdown-list:active .flight-dropdown-title,
    .main-package-booking .flight-dropdown-list:focus .flight-dropdown-title,
    .main-package-booking .flight-dropdown-list:hover .flight-dropdown-title,
    .main-package-booking .flight-dropdown-list:active .hotel-package-dropdown-title,
    .main-package-booking .flight-dropdown-list:focus .hotel-package-dropdown-title,
    .main-package-booking .flight-dropdown-list:hover .hotel-package-dropdown-title {
        border-bottom: solid 1px transparent;
    }
}

.results .section-results .icon-angle-down,
.hotel-package-dropdown .hotel-package-js-icon-angle-down {
    margin-left: 5px;
    margin-top: 4px;
    font-size: 16px;
    color: #55a7e1;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.main-package-booking .icon-angle-down {
    margin-left: 5px;
    margin-top: 4px;
    font-size: 16px;
    color: #55a7e1;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.results .section-results .select-custom, .results .section-results .section-form .select-custom-flag, .section-form .results .section-results .select-custom-flag {
    position: absolute;
    top: 35px;
    z-index: -1;
    left: -10px;
    display: none;
    padding: 10px 25px;
    width: 300px;
    height: 200px;
    list-style: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 1px #c2c2c2;
    box-shadow: 0 0 5px 1px #c2c2c2;
    opacity: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

    .results .section-results .select-custom:after, .results .section-results .section-form .select-custom-flag:after, .section-form .results .section-results .select-custom-flag:after {
        content: '';
        position: absolute;
        top: -40px;
        left: 0;
        width: 100px;
        height: 50px;
        background-color: #fff;
        -webkit-box-shadow: 0 -5px 8px -2px #c2c2c2;
        box-shadow: 0 -5px 8px -2px #c2c2c2;
    }

.results .section-results .select-open {
    display: block;
    opacity: 1;
}

.results .section-results .show-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.results .section-results .show-fares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.results .section-results .btn-wrapper-custom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 23px;
}

.results .section-results .btn-green, .results .section-results .btn-white {
    width: 100%;
    max-width: 395px;
}

.results .section-results .form-group {
    margin: 0;
}

.results .section-results .form-error-wrapper {
    position: relative;
    top: 0;
    right: 0;
}

.results .section-results .form-error-custom {
    position: absolute;
    top: 5px;
    right: 0;
    color: #dc3545;
    text-transform: uppercase;
}

.results .section-results .form-error-text {
    position: static;
}

.results .section-results .ng-scope {
    top: 40px;
    left: -70px;
}

.results .section-results .price-text-wrapper {
    margin-left: 15px;
}

.results .section-results input[type="radio"]::-ms-check {
    color: #72c130;
}

.results .section-results .radio-button {
    background-color: #d5d5d5;
    border: 1px solid #8e8e90;
}

@media screen and (min-width: 768px) {
    .results .section-results .radio-button:active, .results .section-results .radio-button:focus, .results .section-results .radio-button:hover {
        background-color: #b9b9b9;
    }

        .results .section-results .radio-button:active:active, .results .section-results .radio-button:focus:active, .results .section-results .radio-button:hover:active {
            background-color: #a5a5a5;
        }
}

.results .section-results .radio-button:after {
    border: 6px solid #72c130;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0, 0);
    transform: translate3d(-50%, -50%, 0) scale(0, 0);
}

.results .section-results .radio-button:checked {
    background: #fff;
    border-width: 4px;
}

    .results .section-results .radio-button:checked:after {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1, 1);
        transform: translate3d(-50%, -50%, 0) scale(1, 1);
    }

.results .section-results .radio-button[type="radio"] {
    position: relative;
    vertical-align: middle;
    margin-top: 2px;
    margin-bottom: 0;
    width: 18px;
    height: 18px;
    overflow: hidden;
    border-radius: 50%;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

    .results .section-results .radio-button[type="radio"]:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 50%;
        -webkit-transition: all 0.1s;
        transition: all 0.1s;
    }

.results .section-results .dropdown {
    position: relative;
}

.main-package-booking .dropdown {
    position: relative;
}

.results .section-results .show .icon-angle-down,
.show .hotel-package-icon-angle-down {
    margin-bottom: 6px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.results .section-results .show .white-box,
.show .hotel-package-white-box {
    position: absolute;
    top: -5px;
    left: -10px;
    z-index: 64;
    width: 102px;
    height: calc(100% + 40px);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.results .section-results .flight-policies-list .show .white-box,
.show .hotel-package-white-box {
    width: 88px;
}

.main-package-booking .show .icon-angle-down,
.show .hotel-package-icon-angle-down {
    margin-bottom: 6px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.results .section-results .show .white-box, .main-package-booking .show .white-box {
    position: absolute;
    top: -5px;
    left: -10px;
    z-index: 64;
    width: 102px;
    height: calc(100% + 40px);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

.results .section-results .flight-policies-list .show .white-box, .main-package-booking .flight-policies-list .show .white-box {
    width: 88px;
}

.results .section-results .dropbtn {
    padding: 1px;
    font-size: 14px;
    color: #55a7e1;
    border-bottom: 1px solid #55a7e1;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .results .section-results .dropbtn:active, .results .section-results .dropbtn:focus, .results .section-results .dropbtn:hover {
        border-bottom: none;
    }
}

.results .section-results .btn-dropdown,
.hotel-package-dropdown .btn-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    font-family: "Century Bold";
    font-size: 15px;
    color: #55a7e1;
    background-color: #fff;
    border: none;
    border-radius: 0;
}

    .results .section-results .btn-dropdown:after {
        display: none;
    }

.results .section-results .flight-info-list .dropdown-menu.show {
    max-width: 522px;
}

.main-package-booking .flight-info-list .dropdown-menu.show {
    max-width: 522px;
}

.results .section-results .flight-policies-list .dropdown-menu.show {
    /*max-width: 423px to extend policies on desktop mode*/
}

.results .section-results .dropdown-menu.show,
.hotel-package-dropdown-menu.show {
    top: 35px;
    left: -10px;
    width: 38vw;
}

.main-package-booking .dropdown-menu.show {
    top: 35px;
    left: -10px;
    width: 38vw;
}

.results .section-results .dropdown-content,
.hotel-package-dropdown-content {
    padding: 20px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 7px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 7px -3px rgba(0, 0, 0, 0.2);
}

.results .section-results .dropdown-content,
.hotel-package-dropdown-content {
    padding: 20px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 7px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 7px -3px rgba(0, 0, 0, 0.2);
}

    .results .section-results .dropdown-title,
    .hotel-package-dropdown-content .dropdown-title {
        display: none;
    }

.results .section-results .dropdown-content,
.hotel-package-dropdown-content {
    z-index: 65;
}

    .results .section-results .dropdown-content a,
    .hotel-package-dropdown-content a {
        display: block;
        padding: 12px 16px;
        color: black;
        text-decoration: none;
    }

.main-package-booking .dropdown-content a {
    display: block;
    padding: 12px 16px;
    color: black;
    text-decoration: none;
}

.main-package-booking .dropdown-content {
    padding: 20px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 7px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 7px -3px rgba(0, 0, 0, 0.2);
}

.main-package-booking .dropdown-title {
    display: none;
}

.main-package-booking .dropdown-content {
    z-index: 65;
}

    .main-package-booking .dropdown-content a {
        display: block;
        padding: 12px 16px;
        color: black;
        text-decoration: none;
    }

.results .section-results .btn-dropdown-close {
    display: none;
}

.results .section-combination .flight-combination-holder {
    position: relative;
}

    .results .section-combination .flight-combination-holder:first-child {
        width: 79%;
    }

    .results .section-combination .flight-combination-holder:last-child {
        width: 21%;
        border-left: 1px #d5d5d5 solid;
    }

.results .section-combination .flight-list-holder {
    height: auto;
    max-height: initial;
}

.results .section-combination .flight tbody tr {
    border: none;
}

.results .section-combination .flight tbody {
    border: 1px #d5d5d5 solid;
}

    .results .section-combination .flight tbody .flight-items-holder {
        border-top: none;
        border-bottom: none;
    }

.results .section-combination .flight .combination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 25px;
    border-bottom: 1px #d5d5d5 solid;
}

.results .section-combination .flight-destination-wrapper {
    margin-right: 20px;
    margin-left: 20px;
}

.results .section-combination .accordion-text {
    margin-left: 31px;
}

.results .section-results-two .flight .flight-price {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .results .section-results-two .flight .flight-price .radio-button {
        margin-right: 10px;
        margin-left: 10px;
    }

.results .section-results-two .flight-info-holder {
}

.results .section-results-two .flight-list-holder {
    max-height: 30px;
}

@media screen and (max-width: 1400px) {
    .results .section-results .flight-info-list .dropdown-menu.show {
        width: 38.8vw;
        max-width: 543px;
    }

    .results .section-results .flight-policies-list .dropdown-menu.show {
        width: 30.4vw;
        max-width: 443px;
    }

    .main-package-booking .flight-info-list .dropdown-menu.show {
        width: 38.8vw;
        max-width: 543px;
    }

    .main-package-booking .flight-policies-list .dropdown-menu.show {
        width: 30.4vw;
        max-width: 443px;
    }
}

@media (min-width: 992px) and (max-width: 1000px) {
    .results .section-results .container-custom-2 {
        max-width: 100%;
    }

    .results .section-results .swiper-wrapper {
        left: 0;
    }

    .results .section-results .flight-destination-holder:not(:first-child) {
        padding-left: 6px;
    }

    .results .section-results .flight-destination-holder:nth-child(2) {
        padding-left: 46px;
    }

    .main-package-booking .flight-destination-holder:not(:first-child) {
        padding-left: 6px;
    }

    .main-package-booking .flight-destination-holder:nth-child(2) {
        padding-left: 46px;
    }

    .results .section-results .flight-stop-text {
        font-size: 15px;
    }

    .results .section-results .flight-info-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        max-height: 50px;
        text-align: center;
    }

    .results .section-results .flight-price-holder {
        padding: 5px 5px;
    }

    .results .section-results .flight .price-text {
        font-size: 17px;
    }

    .results .section-results .flight .passenger-number {
        font-size: 14px;
    }

    .results .section-results .flight-info-list .dropdown-menu.show {
        width: 33.7vw;
        max-width: 543px;
    }

    .main-package-booking .flight-info-list .dropdown-menu.show {
        width: 33.7vw;
        max-width: 543px;
    }

    .results .section-results .flight-policies-list .dropdown-menu.show {
        width: 25.4vw;
        max-width: 443px;
    }

    .main-package-booking .flight-policies-list .dropdown-menu.show {
        width: 25.4vw;
        max-width: 443px;
    }

    .results .section-results .price-text-wrapper {
        margin-left: 5px;
    }

    .results .section-combination .flight-destination-holder:not(:first-child) {
        padding-left: 26px;
    }

    .results .section-combination .flight-combination-text {
        font-size: 18px;
    }

    .main-package-booking .price-text-wrapper {
        margin-left: 5px;
    }

    .main-package-booking .flight-destination-holder:not(:first-child) {
        padding-left: 26px;
    }

    .main-package-booking .flight-combination-text {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .results .section-results {
        padding-bottom: 38px;
    }

        .results .section-results .swiper-wrapper {
            left: 0;
        }

        .results .section-results .flight-wrapper:nth-child(2) thead .flight-details-holder:first-child .flight-details-item {
            display: none;
        }

    .main-package-booking {
        padding-bottom: 38px;
    }

        .main-package-booking .swiper-wrapper {
            left: 0;
        }

        .main-package-booking .flight-wrapper:nth-child(2) thead .flight-details-holder:first-child .flight-details-item {
            display: none;
        }

    .results .section-results .flight-table-holder tbody .flight-items-holder, .results .section-results .flight-table-holder tbody .flight-price-wrapper {
        border-top: none;
    }

    .main-package-booking .flight-table-holder tbody .flight-items-holder,
    .main-package-booking .flight-table-holder tbody .flight-price-wrapper {
        border-top: none;
    }

    .results .section-results .flight-table-holder tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-package-booking .flight-table-holder tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .results .section-results .flight-items-holder {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 10px;
        margin-left: 10px;
    }

    .main-package-booking .flight-items-holder {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 10px;
        margin-left: 10px;
    }

    .results .section-results .flight-details-holder:first-child {
        width: 100%;
        border: none;
    }

    .results .section-results .flight-details-holder:last-child {
        width: 100%;
    }

    .results .section-results .flight-details-holder {
        border: none;
    }

    .main-package-booking .flight-details-holder:first-child {
        width: 100%;
        border: none;
    }

    .main-package-booking .flight-details-holder:last-child {
        width: 100%;
    }

    .main-package-booking .flight-details-holder {
        border: none;
    }

    .results .section-results .flight-destination-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: auto;
        padding-left: 0;
        padding-bottom: 10px;
    }

    .main-package-booking .flight-destination-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: auto;
        padding-left: 0;
        padding-bottom: 10px;
    }

    .results .section-results .flight-destination-holder {
        margin: 10px 0;
    }

        .results .section-results .flight-destination-holder:not(:first-child) {
            padding-left: 45px;
        }

        .results .section-results .flight-destination-holder:nth-child(2) {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            padding-top: 10px;
            margin: 5px 0;
            border-top: 1px #d5d5d5 solid;
        }

        .results .section-results .flight-destination-holder:nth-child(3) {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

    .main-package-booking .flight-destination-holder {
        margin: 10px 0;
    }

        .main-package-booking .flight-destination-holder:not(:first-child) {
            padding-left: 45px;
        }

        .main-package-booking .flight-destination-holder:nth-child(2) {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            padding-top: 10px;
            margin: 5px 0;
            border-top: 1px #d5d5d5 solid;
        }

        .main-package-booking .flight-destination-holder:nth-child(3) {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 2;
            order: 2;
        }

    .results .section-results .flight-price-wrapper {
        height: auto;
    }

    .results .section-results .flight-price-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        padding: 20px 0;
        max-height: 250px;
    }

    .results .section-results .flight-price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-height: 250px;
    }

    .results .section-results .flight-filter-wrapper {
        display: none;
    }

    .results .section-results .flight-filter-holder {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .results .section-results .flight-info-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 199;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
    }

        .results .section-results .flight-info-wrapper .btn-close:after, .results .section-results .flight-info-wrapper .btn-close:before {
            top: -10px;
        }

    .results .section-results .flight-fares-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .results .section-results .flight-info-holder {
        margin: 10px 10px;
        width: calc(100% - 12px);
    }

    .results .section-results .flight-list-holder, .hotel-package-list-holder {
        height: auto;
    }

    .results .section-results .flight-fares-holder {
        max-width: 1000px;
    }

    .results .section-results .flight-accordion {
        max-height: 0;
    }

    .results .section-results .accordion {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .results .section-results .flight-accordion .flight-filter-wrapper-economy,
    .results .section-results .flight-accordion .flight-filter-wrapper-premiumeconomy,
    .results .section-results .flight-accordion .flight-filter-wrapper-bisniss {
        justify-content: start;
    }

    .results .section-results .filter-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .results .section-results .show-accordion {
        max-height: 1000px;
    }

    .results .section-results .btn-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px;
    }

    .results .section-results .btn-green, .results .section-results .btn-white {
        position: relative;
        top: 23px;
        max-width: 1000px;
    }

    .main-package-booking .flight-price-wrapper {
        height: auto;
    }

    .main-package-booking .flight-price-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        padding: 20px 0;
        max-height: 250px;
    }

    .main-package-booking .flight-price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-height: 250px;
    }

    .main-package-booking .flight-filter-wrapper {
        display: none;
    }

    .main-package-booking .flight-filter-holder {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main-package-booking .flight-info-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 199;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
    }

        .main-package-booking .flight-info-wrapper .btn-close:after,
        .main-package-booking .flight-info-wrapper .btn-close:before {
            top: -10px;
        }

    .main-package-booking .flight-fares-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main-package-booking .flight-info-holder {
        margin: 10px 10px;
        width: calc(100% - 12px);
    }

    .main-package-booking .flight-list-holder,
    .hotel-package-list-holder {
        height: auto;
    }

    .main-package-booking .flight-fares-holder {
        max-width: 1000px;
    }

    .main-package-booking .flight-accordion {
        max-height: 0;
    }

    .main-package-booking .accordion {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .main-package-booking .flight-accordion .flight-filter-wrapper-economy,
    .main-package-booking .flight-accordion .flight-filter-wrapper-premiumeconomy,
    .main-package-booking .flight-accordion .flight-filter-wrapper-bisniss {
        justify-content: start;
    }

    .main-package-booking .filter-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .main-package-booking .show-accordion {
        max-height: 1000px;
    }

    .main-package-booking .btn-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px;
    }

    .main-package-booking .btn-green,
    .main-package-booking .btn-white {
        position: relative;
        top: 23px;
        max-width: 1000px;
    }

    .results .section-results .flight-dropdown-list .dropdown-menu.show,
    .hotel-package-dropdown-menu.show {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        margin: 0;
        width: 100vw;
        max-width: 100vw;
        height: 50vh;
        overflow-y: auto;
    }

    .main-package-booking .flight-dropdown-list .dropdown-menu.show {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        margin: 0;
        width: 100vw;
        max-width: 100vw;
        height: 50vh;
        overflow-y: auto;
    }

    .results .section-results .dropdown-content,
    .hotel-package-dropdown-content {
        z-index: 400;
    }

        .results .section-results .dropdown-title,
        .hotel-package-dropdown-content .dropdown-title {
            display: block;
        }

    .main-package-booking .dropdown-content {
        z-index: 400;
    }

    .main-package-booking .dropdown-title {
        display: block;
    }

    .results .section-results .dropdown-text {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-family: "Century Bold";
        color: #0072bb;
        text-transform: uppercase;
        border-bottom: 1px #d5d5d5 solid;
    }

    .results .section-results .show .icon-angle-down,
    .show .hotel-package-icon-angle-down {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .results .section-results .show-box {
        display: block;
    }

    .results .section-results .hide {
        display: none;
    }

    .results .section-results .btn-dropdown-close {
        position: fixed;
        top: 45%;
        left: calc(50vw - 16px);
        z-index: 700;
    }

        .results .section-results .btn-dropdown-close:before, .results .section-results .btn-dropdown-close:after {
            background-color: #fff;
        }

    .results .section-results .show-close {
        display: block;
    }

    .results .section-results .accordion-text {
        margin-left: 42px;
    }

    .main-package-booking .dropdown-text {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-family: "Century Bold";
        color: #0072bb;
        text-transform: uppercase;
        border-bottom: 1px #d5d5d5 solid;
    }

    .main-package-booking .show .icon-angle-down,
    .show .hotel-package-icon-angle-down {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .main-package-booking .show-box {
        display: block;
    }

    .main-package-booking .btn-dropdown-close {
        position: fixed;
        top: 45%;
        left: calc(50vw - 16px);
        z-index: 700;
    }

        .main-package-booking .btn-dropdown-close:before,
        .main-package-booking .btn-dropdown-close:after {
            background-color: #fff;
        }

    .main-package-booking .show-close {
        display: block;
    }

    .main-package-booking .accordion-text {
        margin-left: 42px;
    }

    .results .section-combination .flight-destination-holder:nth-child(2) {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
        padding-top: 0;
        margin: 0;
        border-top: none;
    }

    .results .section-combination .flight-destination-holder:nth-child(3) {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
    }

    .results .section-combination .flight-class-wrapper {
        margin-top: 0;
    }

    .results .section-combination .flight-combination-text {
        font-size: 18px;
    }

    .results .section-combination .flight-destination-class, .results .section-combination .flight-target-holder-custom, .results .section-combination .flight-stop-wrapper {
        margin: 0;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .results .section-combination .accordion {
        padding: 0;
        padding-bottom: 10px;
        border-bottom: 1px #d5d5d5 solid;
    }

    .results .section-combination .accordion-text {
        padding-left: 43px;
        margin-left: 0;
        color: #55a7e1;
    }

    .results .section-combination .show-accordion {
        margin: 5px 0;
        max-height: 1000px;
    }

    .results .section-combination .flight-items-holder {
        margin-right: 0;
        margin-left: 0;
    }

    .main-package-booking .flight-items-holder {
        margin-right: 0;
        margin-left: 0;
    }

    .results .section-combination .flight-destination-wrapper {
        padding-right: 20px;
        padding-left: 20px;
        margin-right: 0;
        margin-left: 0;
    }

    .results .btn-close:after, .results .btn-close:before {
        top: -54px;
    }

    .main-package-booking .btn-close:after,
    .main-package-booking .btn-close:before {
        top: -54px;
    }
}

@media screen and (max-width: 767px) {
    .results .section-results .combination-wrapper {
        margin-top: -20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .results .section-results #flightDetailsForm2 tr:first-child .flight-destination-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    .main-package-booking #flightDetailsForm2 tr:first-child .flight-destination-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    .results .section-results .swiper-button-wrapper {
        position: relative;
        top: -50px;
    }

    .results .section-results .accordion-text {
        margin-left: 24px;
    }

    .results .section-results .accordion-price {
        margin-left: 13px;
    }

    .results .section-results .btn-wrapper {
        margin-top: -4px;
        margin-bottom: 13px;
    }

    .results .section-results .btn-accordion {
        padding: 7px 12px 11px;
    }

    .results .section-results .flight-time-text {
        margin-bottom: 5px;
        font-size: 16px;
        margin-top: 2px;
    }

    .main-package-booking .flight-time-text {
        margin-bottom: 5px;
        font-size: 16px;
        margin-top: 2px;
    }

    .results .section-results .flight-destination-holder:not(:first-child) {
        padding-left: 27px;
    }

        .results .section-results .flight-destination-holder:not(:first-child) .subdetail-text {
            font-size: 15px;
        }

    .results .section-results .flight-destination-holder:nth-child(2) {
        padding-top: 14px;
    }

    .main-package-booking .flight-destination-holder:not(:first-child) {
        padding-left: 27px;
    }

        .main-package-booking .flight-destination-holder:not(:first-child) .subdetail-text {
            font-size: 15px;
        }

    .main-package-booking .flight-destination-holder:nth-child(2) {
        padding-top: 14px;
    }

    .results .section-results .flight-target-holder {
        margin-bottom: 19px;
    }

        .results .section-results .flight-target-holder:last-child {
            margin-bottom: 0;
        }

    .results .section-results .flight-date-wrapper {
        padding-top: 25px;
        margin-bottom: -17px;
    }

    .main-package-booking .flight-target-holder {
        margin-bottom: 19px;
    }

        .main-package-booking .flight-target-holder:last-child {
            margin-bottom: 0;
        }

    .main-package-booking .flight-date-wrapper {
        padding-top: 25px;
        margin-bottom: -17px;
    }

    .results .section-results .flight-destination-custom {
        padding-left: 3px;
    }

    .main-package-booking .flight-destination-custom {
        padding-left: 3px;
    }

    .results .section-results .text-wrapper {
        margin-left: 15px;
    }

    .results .section-results .btn-combinations {
        margin-bottom: 15px;
        font-size: 13px;
    }

    .results .section-results .choose-flight-icon {
        top: 3px;
        left: -15px;
        width: 20px;
    }

    .results .section-results .available-flights-text {
        font-size: 16px;
    }

    .main-package-booking .available-flights-text {
        font-size: 16px;
    }

    .results .section-results .arrow-destination {
        margin-bottom: 5px;
    }

    .main-package-booking .arrow-destination {
        margin-bottom: 5px;
    }

    .results .section-results .date-text-wrapper {
        padding: 10px 0;
    }

    .results .section-results .date-text {
        font-size: 16px;
    }

    .results .section-results .date-amount {
        padding: 4.5px 0;
        font-size: 14px;
    }

    .results .section-results .date-no-amount {
        width: 15px;
    }

    .results .section-results .flight-stop-text {
        font-size: 14px;
    }

    .main-package-booking .flight-stop-text {
        font-size: 14px;
    }

    .results .section-combination .flight-combination-wrapper {
        height: 250px;
    }

    .results .section-combination .flight-combination-details {
        margin-top: 20px;
    }

    .results .section-combination .flight-combination-text {
        font-size: 16px;
    }

    .results .section-combination .flight-combination-amount {
        font-size: 20px;
    }

    .results .section-combination .btn-dropdown-close {
        top: 46%;
    }
}

@media screen and (max-width: 575px) {
    .results .section-results .choose-flight-icon {
        width: 16px;
    }

    .results .section-results .price-text-wrapper {
        margin-left: 0;
    }

    .results .section-results .price-text-holder {
        width: 61px;
        text-align: center;
    }

    .results .section-results .flight-destination-title {
        margin-bottom: 10px;
        text-align: left;
    }

    .results .section-results .available-flights-text {
        display: block;
        margin-top: 4px;
        margin-left: 0;
        font-size: 15px;
    }

    .results .section-results .flight-accordion .flight-filter-wrapper {
        width: 33.33%;
    }

    .results .section-results .flight-accordion .text-wrapper {
        margin-left: 0;
    }

    .results .section-results .flight-filter-text,
    .flight-dropdown-list-cancellation-title,
    .flight-dropdown-list-modification-title {
        font-size: 14px;
    }

    .main-package-booking .flight-filter-text {
        font-size: 14px;
    }

    .results .section-results .flight .price-text {
        font-size: 17px;
    }

    .results .section-results .flight .passenger-number {
        font-size: 13px;
    }

    .results .section-combination .flight-destination-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .results .section-combination .accordion-text {
        padding-left: 25px;
    }
}

@media screen and (max-width: 374px) {
    .results .section-results .flight-accordion {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .results .section-results .flight-accordion .flight-filter-wrapper {
            width: 100%;
        }

    .results .section-results .flight-filter-text,
    .flight-dropdown-list-cancellation-title,
    .flight-dropdown-list-modification-title {
        left: 0;
    }

    .main-package-booking .flight-filter-text {
        left: 0;
    }

    .results .section-results .flight-destination-custom {
        padding-left: 10px;
    }

    .main-package-booking .flight-destination-custom {
        padding-left: 10px;
    }

    .results .section-results .flight-destination-holder:not(:first-child) {
        padding-left: 35px;
    }

    .main-package-booking .flight-destination-holder:not(:first-child) {
        padding-left: 35px;
    }

    .results .section-results .accordion-text {
        margin-left: 32px;
    }
}

.combination .section-progress {
    padding-top: 50px;
}

@media screen and (max-width: 991px) {
    .combination .section-results tr:first-child .flight-destination-wrapper:after {
        display: none;
    }

    .combination .section-results .flight-destination-wrapper:after {
        content: '';
        display: block;
        padding-top: 4px;
        margin: 0 auto;
        width: 100%;
        border-bottom: 1px solid #e7e7e7;
    }
}

@media screen and (max-width: 767px) {
    .combination {
        margin-top: -21px;
    }

        .combination .section-progress {
            padding-top: 31px;
        }

        .combination .section-results .flight-destination-holder {
            margin: 3px 0;
        }

        .combination .section-results .flight-dropdown-wrapper {
            padding-bottom: 13px;
            margin-top: -2px;
        }

        .combination .section-combination .accordion-text {
            padding-left: 2px;
        }
}

.search .section-cards {
    margin-top: 84px;
}

    .search .section-cards .view-more {
        position: relative;
        top: -46px;
        padding: 5.5px 19px;
        font-family: "Century Bold";
        font-size: 15px;
        color: #767877;
        text-transform: uppercase;
        border: 1px solid #d0d0d0;
        cursor: pointer;
    }

    .search .section-cards .cards {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        padding: 0 2px;
        margin-bottom: 41px;
    }

        .search .section-cards .cards:nth-child(n+11) {
            display: none;
        }

    .search .section-cards .cards-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 26px;
    }

    .search .section-cards .cards-main-heading {
        padding: 0 9px;
        margin-bottom: 28px;
        width: 100%;
        overflow: hidden;
        font-size: 27px;
        color: #0072bb;
        text-align: left;
        text-transform: uppercase;
    }

        .search .section-cards .cards-main-heading:after {
            content: "";
            display: inline-block;
            margin: 0 -55% 0 .5em;
            width: 100%;
            height: 1px;
            background-color: #d0d0d0;
        }

.search .section-promo {
    margin-top: 87px;
}

@media screen and (max-width: 1000px) {
    .search .section-cards .cards {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}

@media screen and (max-width: 991px) {
    .search .section-cards .cards {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }

    .search .container-custom {
        padding: 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .search .section-cards {
        margin-top: 47px;
    }

        .search .section-cards .cards {
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
            padding: 0 12px;
        }

            .search .section-cards .cards:nth-child(n+11) {
                display: block;
            }

            .search .section-cards .cards:nth-child(n+5) {
                display: none;
            }

        .search .section-cards .cards-main-heading {
            padding: 0 0 0 14px;
            font-size: 22px;
        }

            .search .section-cards .cards-main-heading:after {
                margin: 0 -100% 0 0.2em;
            }

        .search .section-cards .cards-wrapper {
            margin-top: -5px;
        }

        .search .section-cards .cards-title {
            margin: 19px auto 0;
        }

        .search .section-cards .card-image {
            max-width: 100%;
            max-height: 100%;
        }

    .search .section-promo {
        margin-top: 0;
    }

    .search .container-custom {
        padding: 0;
    }
}

@media screen and (min-width: 768px) {
    .search .btn-search:active, .search .btn-search:focus, .search .btn-search:hover {
        background: transparent;
        border: 1px solid #72c130;
    }

        .search .btn-search:active .fa-search, .search .btn-search:focus .fa-search, .search .btn-search:hover .fa-search {
            color: #72c130;
        }
}

@media screen and (max-width: 575px) {
    .search .section-cards .cards {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

        .search .section-cards .cards:nth-child(n+5) {
            display: block;
        }

        .search .section-cards .cards:nth-child(n+4) {
            display: none;
        }
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
    .search .section-cards .cards {
        padding: 0;
    }
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75) and (max-width: 991px), screen and (min-width: 0\0) and (min-resolution: 72dpi) and (max-width: 991px) {
    .search .section-cards .cards-wrapper {
        padding: 0 12px;
    }
}

.hotel-listing {
    /*margin-bottom: 283px;*/
}

    .hotel-listing .section-form {
        margin-top: -8px;
    }

        .hotel-listing .section-form .content-wrapper .content-left {
            max-width: 100%;
        }

        .hotel-listing .section-form .content-wrapper {
            display: inherit;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .hotel-listing .section-form .content-left {
            width: 70%;
            max-width: 100%;
        }

        .hotel-listing .section-form .content-right {
            width: 30%;
            max-width: 100%;
        }

        .hotel-listing .section-form .table-heading {
            font-weight: 800;
        }

        .hotel-listing .section-form .hotel-header-holder {
            position: relative;
            padding-bottom: 14px;
            margin-bottom: 18px;
            border-bottom: 1px solid #e9e9e9;
        }

            .hotel-listing .section-form .hotel-header-holder:after {
                content: "\f078";
                right: 10px;
                top: 20px;
                position: absolute;
                font-family: "Font Awesome 5 Free";
                font-style: normal;
                font-size: 12px;
                font-weight: 700;
                color: #c2c2c2;
            }

            .hotel-listing .section-form .hotel-header-holder[aria-expanded="true"]:after {
                content: "\f077";
            }

        .hotel-listing .section-form .card {
            margin-bottom: 23px;
            border: none;
            border-radius: 0;
        }

        .hotel-listing .section-form .card-header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding: 0;
            background: #fafafa;
            border-radius: 0;
            border: 1px solid #e9e9e9;
        }

        .hotel-listing .section-form .hotel-room-title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 22px 22px 0;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 82%;
        }

        .hotel-listing .section-form .hotel-room-details {
            width: 100%;
            border: 1px solid #e9e9e9;
        }

        .hotel-listing .section-form .hotel-room-price {
            width: 18%;
            border-left: 1px solid #e9e9e9;
        }

        .hotel-listing .section-form .card-header .hotel-room-price {
            padding: 61px 32px;
        }

        .hotel-listing .section-form .hotel-room-heading, .hotel-listing .section-form .hotel-room-desc {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 0;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            list-style-type: none;
            border-bottom: 1px solid #e9e9e9;
        }

        .hotel-listing .section-form .hotel-text {
            font-size: 17px;
            font-weight: 600;
            color: #5aa7df;
        }

        .hotel-listing .section-form .hotel-title {
            font-size: 23px;
            text-transform: uppercase;
        }

        .hotel-listing .section-form .hotel-available {
            margin-top: 4px;
            font-family: "Century Bold";
            font-size: 18px;
            color: #d3d5d4;
        }

        .hotel-listing .section-form .icon-person {
            margin: 0;
            padding: 0;
        }

        .hotel-listing .section-form .text-holder {
            position: relative;
            padding-top: 41px;
            padding-left: 16px;
            width: 39.5%;
        }

        .hotel-listing .section-form .multiple-hotels .text-holder {
            position: relative;
            padding-top: 0px;
            padding-left: 0px;
            width: 87.5%;
        }

        .hotel-listing .section-form .info-holder {
            position: relative;
            width: 28.5%;
        }

        .hotel-listing .section-form .multiple-hotels .info-holder {
            position: relative;
            width: 12.5%;
        }

        .hotel-listing .section-form .img-holder {
            position: relative;
            width: 32%;
        }

        .hotel-listing .section-form .hotel-image {
            width: 100%;
            height: 186px;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .hotel-listing .section-form .hotel-map {
            margin-top: 18px;
            margin-left: 17px;
            width: 138px;
            height: 100px;
            float: right;
        }

        .hotel-listing .section-form .hotel-name {
            padding-left: 4px;
            font-family: "Century Bold";
            font-size: 24px;
            color: #5aa7df;
            text-transform: uppercase;
        }

        .hotel-listing .section-form .multiple-hotel-name {
            padding-left: 4px;
            font-family: "Century Bold";
            font-size: 18px;
            color: #5aa7df;
            text-transform: uppercase;
        }

.multiple-hotel-name .hotel-date {
    font-size: 14px;
}

.hotel-listing .section-form .hotel-location {
    position: relative;
    padding-left: 38px;
    margin-top: 27px;
    width: 100%;
    /*max-width: 200px;*/
    line-height: 18px;
    font-size: 15px;
    color: #868686;
}

    .hotel-listing .section-form .hotel-location:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: -1px;
        left: 9px;
        height: 20px;
        width: 20px;
        background: url(../assets/images/grey-marker.png) no-repeat;
    }

.hotel-listing .section-form .multiple-hotels .view-rooms {
    position: relative;
    display: block;
    padding: 5px;
}

    .hotel-listing .section-form .multiple-hotels .view-rooms:hover {
        background: #72c130;
        color: #fff;
    }

.hotel-listing .section-form .view-rooms {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 15px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    background: #5aa7df;
    border: 0;
    cursor: pointer;
}

    .hotel-listing .section-form .view-rooms:focus {
        outline: none;
    }

    .hotel-listing .section-form .view-rooms:after {
        content: "\f078";
        left: 12px;
        position: relative;
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
    }

    .hotel-listing .section-form .view-rooms[aria-expanded="true"] {
        background: #aaaaaa;
    }

        .hotel-listing .section-form .view-rooms[aria-expanded="true"]:after {
            content: "\f077";
        }

.hotel-listing .section-form .price {
    font-family: "Century Bold";
    font-size: 31px;
    color: #72c130;
}

.hotel-listing .section-form .fa-images, .hotel-listing .section-form .fa-info-circle {
    padding: 9px 9px;
    color: #fff;
    background: #9da2a5;
    border-radius: 50%;
}

.hotel-listing .section-form .show-more-link,
.hotel-listing .section-form .less-more-link {
    font-family: "Century Bold";
    font-size: 15px;
    color: #959592;
    border-bottom: 1px solid #959592;
}

.hotel-listing .section-form .room-dropdown-content {
    display: none;
    padding: 0 20px 15px 20px;
    border: 1px solid #e9e9e9;
}

.hotel-listing .section-form .show-dropdown-content {
    display: block;
}

.hotel-listing .section-form .room-dropdown-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 11px 0;
    border-bottom: 1px solid #e9e9e9;
}

.hotel-listing .section-form .cost {
    font-weight: 800;
}

.hotel-listing .section-form .total-heading, .hotel-listing .section-form .total-desc {
    width: 50%;
}

.hotel-listing .section-form .total-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Century Bold";
    font-size: 15px;
    color: #0072bb;
}

.hotel-listing .section-form .total-desc {
    padding-right: 11px;
    font-family: "Century Bold";
    font-size: 30px;
    color: #72c130;
    text-align: right;
}

.hotel-listing .section-form .room-dropdown-desc {
    margin-top: 19px;
    font-size: 12.5px;
}

.hotel-listing .section-form .dropdown-desc-list {
    padding: 0;
    list-style-type: none;
}

.hotel-listing .section-form .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 36px;
}

.hotel-listing .section-form .prev-link-holder, .hotel-listing .section-form .btn-green-holder {
    width: 50%;
}

.hotel-listing .section-form .btn-green-holder {
    text-align: right;
}

.hotel-listing .section-form .btn-green, .hotel-listing .section-form .btn-white {
    padding: 18px 20px;
}

.hotel-listing .section-form .previous-link {
    font-size: 20px;
    color: #959592;
    border-bottom: 1px solid #959592;
}

.hotel-listing .section-form .hotel-ratings {
    padding-left: 4px;
    margin-top: -6px;
}

.hotel-listing .section-form .fa-star {
    font-size: 15px;
}

    .hotel-listing .section-form .fa-star.checked {
        color: #f7b801;
    }

.hotel-listing .section-form .price-desc {
    /*padding: 61px 32px;*/
    font-size: 15px;
    text-align: center;
}

.hotel-listing .section-form .policy-link {
    font-size: 14px;
    color: #5aa7df;
    border-bottom: 1px solid #5aa7df;
}

.hotel-listing .section-form .room-type-text {
    font-size: 14.5px;
    color: #aaaaaa;
}

.hotel-listing .section-form .room-total {
    font-family: "Century Bold";
    font-size: 14px;
    color: grey;
}

.hotel-listing .section-form .room-total-price {
    color: #72c130;
    margin-right: 5px;
}

.hotel-listing .section-form .select-room-qty:disabled {
    background: #d5d5d5;
}

.hotel-listing .section-form .room-qty > * {
    position: relative;
    padding: 0.375rem 0.75rem;
    width: 67px;
    font-size: 18px;
    color: #acaead;
    background: url("../assets/images/arrow-down-gray.png") no-repeat;
    background-position: top 16px right 10px;
    border-radius: 0;
    border-color: #e9e9e9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .hotel-listing .section-form .room-qty > *::-ms-expand {
        display: none;
    }

@media screen and (min-width: 1200px) {
    .hotel-listing .section-promo {
        margin-top: 74px;
    }

    .hotel-listing .section-form .table-desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 22px 2px 25px 22px;
        width: 20%;
    }

    .hotel-listing .section-form .table-heading {
        padding: 16px 2px 16px 22px;
        font-size: 14px;
        color: #5aa7df;
    }

        .hotel-listing .section-form .table-heading:nth-child(1) {
            width: 22%;
        }

        .hotel-listing .section-form .table-heading:nth-child(2) {
            width: 11%;
        }

        .hotel-listing .section-form .table-heading:nth-child(3) {
            width: 25%;
            padding-left: 103px;
        }

        .hotel-listing .section-form .table-heading:nth-child(4) {
            padding-left: 154px;
        }

    .hotel-listing .section-form .room-type {
        width: 22%;
    }

    .hotel-listing .section-form .room-capacity {
        width: 10%;
        color: #0072bb;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hotel-listing .section-form .room-total {
        padding-left: 103px;
        width: 25%;
    }

    .hotel-listing .section-form .room-qty {
        padding-left: 153px;
        width: 28%;
    }

    .hotel-listing .section-form .room-policy {
        padding-left: 33px;
        width: 14%;
    }

    .hotel-listing .section-form .info-buttons {
        float: right;
    }

    .hotel-listing .section-form .room-type-text {
        width: 161px;
    }

    .hotel-listing .section-form .view-rooms {
        padding: 9px 0 9px 54px;
    }
}

@media only screen and (max-width: 1308px) and (min-width: 1200px) {
    .hotel-listing .section-form .table-heading:nth-child(2) {
        width: 11%;
    }

    .hotel-listing .section-form .table-heading:nth-child(3) {
        padding-left: 50px;
        width: 20%;
    }

    .hotel-listing .section-form .table-heading:nth-child(4) {
        padding-left: 93px;
    }

    .hotel-listing .section-form .room-capacity {
        width: 11%;
    }

    .hotel-listing .section-form .room-total {
        padding-left: 50px;
        width: 20%;
    }

    .hotel-listing .section-form .room-qty {
        padding-left: 93px;
    }

    .hotel-listing .section-form .room-policy {
        width: 14%;
    }

    .hotel-listing .section-form .text-holder {
        width: 40.5%;
    }

    .hotel-listing .section-form .info-holder {
        width: 27.5%;
    }

    .hotel-listing .section-form .price-desc {
        padding: 61px 30px;
    }

    .hotel-listing .section-form .view-rooms {
        padding: 9px 0;
        text-align: center;
    }
}

@media screen and (max-width: 1000px) {
    .hotel-listing .section-form .content-left {
        width: 60%;
    }

    .hotel-listing .section-form .content-right {
        width: 40%;
    }

    .hotel-listing .section-form .table-desc {
        margin-right: 22px;
        text-align: right;
        width: 100%;
    }

        .hotel-listing .section-form .table-desc:before {
            content: attr(data-heading);
            float: left;
            padding: 16px 2px 16px 22px;
            font-size: 14px;
            font-weight: 800;
            color: #5aa7df;
        }

        .hotel-listing .section-form .table-desc:nth-child(1):before {
            float: inherit;
        }

    .hotel-listing .section-form .room-type {
        padding-top: 16px;
        text-align: left;
    }

    .hotel-listing .section-form .room-type-text {
        padding: 16px 2px 16px 22px;
    }

    .hotel-listing .section-form .hotel-room-title, .hotel-listing .section-form .hotel-room-price, .hotel-listing .section-form .info-holder, .hotel-listing .section-form .prev-link-holder, .hotel-listing .section-form .btn-green-holder {
        width: 100%;
    }

    .hotel-listing .section-form .btn-green-holder {
        margin: 31px 0;
        text-align: left;
    }

    .hotel-listing .section-form .img-holder, .hotel-listing .section-form .text-holder {
        width: 50%;
    }

    .hotel-listing .section-form .hotel-map, .hotel-listing .section-form .table-heading {
        display: none;
    }

    .hotel-listing .section-form .info-buttons {
        position: absolute;
        top: 16px;
        right: 0;
    }

    .hotel-listing .section-form .hotel-room-price {
        border-top: 1px solid #e9e9e9;
    }

    .hotel-listing .section-form .room-policy {
        padding-bottom: 16px;
        text-align: left;
    }

    .hotel-listing .section-form .view-rooms {
        padding: 9px 0;
        text-align: center;
    }

    .hotel-listing .section-form .price-desc {
        padding: 10px 21px;
        text-align: left;
    }
}

@media screen and (max-width: 991px) {
    .hotel-listing .section-form .content-left, .hotel-listing .section-form .content-right {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .hotel-listing .section-form .btn-info-hotel:active, .hotel-listing .section-form .btn-info-hotel:focus, .hotel-listing .section-form .btn-info-hotel:hover {
        -webkit-filter: brightness(1.2);
        filter: brightness(1.2);
    }

    .hotel-listing .section-form .policy-link:active,
    .hotel-listing .section-form .policy-link:focus,
    .hotel-listing .section-form .policy-link:hover,
    .hotel-listing .section-form .show-more-link:active,
    .hotel-listing .section-form .show-more-link:focus,
    .hotel-listing .section-form .show-more-link:hover,
    .hotel-listing .section-form .less-more-link:active,
    .hotel-listing .section-form .less-more-link:focus,
    .hotel-listing .section-form .less-more-link:hover,
    .hotel-listing .section-form .previous-link:active,
    .hotel-listing .section-form .previous-link:focus,
    .hotel-listing .section-form .previous-link:hover {
        color: #0072bb;
        border-bottom: 1px solid #0072bb;
    }

    .hotel-listing .section-form .view-rooms:active, .hotel-listing .section-form .view-rooms:focus, .hotel-listing .section-form .view-rooms:hover {
        background: #aaaaaa;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
    }
}

@media screen and (max-width: 767px) {
    .hotel-listing {
        padding-top: 26px;
        margin-bottom: -11px;
    }

        .hotel-listing .section-form .hotel-text {
            margin-top: -38px;
            margin-right: 27px;
            font-size: 14px;
        }

        .hotel-listing .section-form .hotel-title {
            font-size: 17px;
            font-weight: 100;
        }

        .hotel-listing .section-form .hotel-available {
            margin-top: 6px;
            font-size: 14.5px;
        }

        .hotel-listing .section-form .hotel-room-title {
            padding: 16px 14px 21px;
        }

        .hotel-listing .section-form .hotel-image {
            height: 134px;
        }

        .hotel-listing .section-form .img-holder {
            width: 55%;
        }

        .hotel-listing .section-form .text-holder {
            padding-top: 0;
            padding-left: 7px;
            width: 45%;
        }

        .hotel-listing .section-form .hotel-name {
            margin-top: -1px;
            font-size: 16px;
        }

        .hotel-listing .section-form .hotel-ratings {
            margin-top: -2px;
        }

        .hotel-listing .section-form .fa-star {
            margin-right: -5px;
        }

        .hotel-listing .section-form .hotel-location {
            padding-left: 3px;
            margin-top: 10px;
            /*max-width: 102px;*/
            line-height: 19px;
        }

            .hotel-listing .section-form .hotel-location:before {
                display: none;
            }

        .hotel-listing .section-form .price-desc {
            padding: 6px 12px;
            line-height: 23px;
        }

        .hotel-listing .section-form .view-rooms {
            padding: 4px 0;
        }

        .hotel-listing .section-form .room-type {
            padding-top: 28px;
        }

        .hotel-listing .section-form .room-type-text {
            padding: 0;
        }

        .hotel-listing .section-form .table-desc {
            padding: 6px 13px;
            margin-right: 25px;
        }

            .hotel-listing .section-form .table-desc:first-child {
                padding: 0 13px;
                margin-top: 22px;
            }

            .hotel-listing .section-form .table-desc:before {
                padding: 0;
            }

        .hotel-listing .section-form .room-policy {
            margin-top: -17px;
            margin-bottom: 20px;
        }

        .hotel-listing .section-form .total-heading, .hotel-listing .section-form .total-desc {
            width: 100%;
        }

        .hotel-listing .section-form .total-desc {
            font-size: 16px;
            text-align: left;
        }

        .hotel-listing .section-form .info-buttons {
            top: 38px;
        }

        .hotel-listing .section-form .room-dropdown-content {
            padding: 15px;
        }

        .hotel-listing .section-form .room-dropdown-heading {
            padding: 11px 0 22px;
        }

        .hotel-listing .section-form .room-dropdown-desc {
            margin-top: 27px;
        }

        .hotel-listing .section-form .dropdown-desc-item {
            line-height: 18px;
        }

        .hotel-listing .section-form .total-desc {
            margin-top: 2px;
            font-size: 19px;
        }

        .hotel-listing .section-form .previous-link {
            font-size: 17px;
        }

        .hotel-listing .section-form .btn-green-holder {
            margin: 38px 0;
        }

        .hotel-listing .section-form .btn-green, .hotel-listing .section-form .btn-white {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100%;
            font-size: 17px;
        }
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
    .hotel-listing .section-form .table-heading:nth-child(2) {
        width: 11%;
    }

    .hotel-listing .section-form .room-capacity {
        width: 11%;
    }
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75) and (max-width: 991px), screen and (min-width: 0\0) and (min-resolution: 72dpi) and (max-width: 991px) {
    .hotel-listing .section-form .table-heading:nth-child(2) {
        width: 100%;
    }

    .hotel-listing .section-form .room-capacity {
        width: 100%;
    }
}

.checking .section-banner .banner {
    padding-top: 99px;
    padding-bottom: 10px;
}

/*.checking .section-banner .tabs-wrapper {
	margin-top: 35px;
	margin-bottom: -89px;
}*/

.checking .section-banner .tabs-wrapper .banner-tab-pane {
    min-height: 195.5px;
}

.checking .section-banner .tabs-wrapper .form-active:after {
    display: none;
}

.checking .section-banner .tabs-wrapper .show-qty {
    display: none;
}

.checking .section-banner .tab-title,
.sub-wrapper-title .tab-title {
    font-family: "Century Bold";
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
    text-transform: uppercase;
}

.checking .section-banner .tab-content {
    margin-top: 22px;
}

.checking .section-checking {
    padding-top: 127px;
    padding-bottom: 57px;
}

    .checking .section-checking .btn-wrapper {
        margin-right: 7px;
        width: 100%;
        max-width: 212px;
    }

    .checking .section-checking .btn-filter {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 19px 17px;
        padding-left: 40px;
        font-family: "Century Bold";
        font-size: 16px;
        color: #0072bb;
        text-transform: uppercase;
        text-decoration: none;
        background: #eee;
        border: 1px solid #d5d5d5;
        cursor: pointer;
    }

@media screen and (min-width: 768px) {
    .checking .section-checking .btn-filter:active, .checking .section-checking .btn-filter:focus, .checking .section-checking .btn-filter:hover {
        background: #fff;
    }
}

.checking .section-checking .navbar-toggler {
    position: absolute;
    top: 22px;
    left: 10px;
    padding: 0;
}

    .checking .section-checking .navbar-toggler .icon-bar {
        margin: 0 auto;
        margin-bottom: 5px;
        width: 22px;
        height: 2px;
        background: #767676;
    }

        .checking .section-checking .navbar-toggler .icon-bar:nth-child(2) {
            width: 14px;
        }

        .checking .section-checking .navbar-toggler .icon-bar:last-child {
            margin-bottom: 0;
            width: 5px;
        }

.checking .section-checking .filter-icon {
    position: absolute;
}

.checking .section-checking .checking-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.checking .section-checking .checking-title,
.main-prev-booking-details .title-general-description span {
    font-size: 23px;
    color: #4994bc;
    text-transform: uppercase;
}

.checking .section-checking .checking-table-holder {
    padding: 0;
    margin-top: 14px;
    width: 100%;
    font-weight: 600;
}

.checking .section-checking .table-head {
    text-transform: uppercase;
}

.checking .section-checking .table-body {
    margin-top: 12px;
}

.checking .section-checking .table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checking .section-checking .table-head-item, .checking .section-checking .table-body-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 180px;
}

.checking .section-checking .table-head-agent, .checking .section-checking .table-body-agent {
    max-width: 100px;
}

.checking .section-checking .table-head-pax, .checking .section-checking .table-body-pax {
    max-width: 50px;
}

.checking .section-checking .table-head-item {
    padding: 4px 0;
    text-align: center;
    background-color: #fff;
    border: 1px #d5d5d5 solid;
    border-top: 1px #000 solid;
}

    .checking .section-checking .table-head-item:not(:last-child) {
        border-right: none;
    }

.checking .section-checking .table-body-item:not(:last-child) .text-wrapper {
    border-right: 1px #d5d5d5 solid;
}

.checking .section-checking .table-body .table-row {
    margin-bottom: 4px;
    border: 1px #e9ebea solid;
}

.checking .section-checking .text-wrapper {
    position: relative;
    padding: 0 3px;
    width: 100%;
}

.checking .section-checking .text-link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
}

.checking .section-checking .table-body .table-body-item {
    padding: 6px 0;
    text-align: center;
    background-color: #fff;
}

.checking .section-checking .table-head .checking-table-text {
    font-family: "Century Bold";
    font-weight: 500;
    color: #4994bc;
}

.checking .section-checking .table-head .checking-table-text-blue {
    color: #0072bb;
}

.checking .section-checking .checking-table-text {
    font-size: 15px;
    letter-spacing: 1px;
}

.checking .section-checking .checking-table-text-blue {
    color: #0072bb;
}

.checking .section-checking .checking-table-link {
    margin-bottom: 2px;
    margin-left: 20px;
    font-size: 13px;
    color: #4994bc;
    text-decoration: underline;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media screen and (min-width: 768px) {
    .checking .section-checking .checking-table-link:active, .checking .section-checking .checking-table-link:focus, .checking .section-checking .checking-table-link:hover {
        color: #767676;
    }
}

@media screen and (max-width: 1000px) {
    .checking .section-checking .checking-table-link {
        margin-left: 5px;
    }

    .checking .section-checking .table-head .checking-table-text {
        font-size: 13px;
    }

    .checking .section-checking .table-head-item, .checking .section-checking .table-body-item {
        max-width: 112px;
    }

    .checking .section-checking .table-head-pax, .checking .section-checking .table-body-pax {
        max-width: 40px;
    }

    .checking .section-checking .table-head-agent, .checking .section-checking .table-body-agent {
        max-width: 70px;
    }

    .checking .section-checking .table-head-status, .checking .section-checking .table-body-status {
        max-width: 75px;
    }

    .checking .section-checking .table-head-amount,
    .checking .section-checking .table-body-amount,
    .checking .section-checking .table-head-commission,
    .checking .section-checking .table-body-commission,
    .checking .section-checking .table-head-totalnetamount,
    .checking .section-checking .table-body-totalnetamount {
        max-width: 75px;
    }
}

@media screen and (max-width: 991px) {
    .checking .section-banner .tabs-wrapper .radio-select {
        padding-bottom: 10px;
    }

    .checking .section-checking .navbar-toggler {
        top: 12px;
    }

    .checking .section-checking .btn-wrapper {
        max-width: 150px;
    }

    .checking .section-checking .btn-filter {
        padding: 10px 17px;
        padding-left: 40px;
        font-size: 14px;
    }

    .checking .section-checking .checking-title {
        font-size: 20px;
    }

    .checking .section-checking .checking-table-text {
        font-size: 14px;
    }

    .checking .section-checking .checking-table-text-blue {
        display: block;
    }

    .checking .section-checking .checking-table-link {
        margin-bottom: 0;
        margin-left: 0;
    }

    .checking .section-checking table {
        border: none;
    }

    .checking .section-checking .table-head {
        display: none;
    }

    .checking .section-checking .table-body .table-row {
        display: block;
        margin-bottom: 20px;
    }

    .checking .section-checking .table-body .table-body-item {
        display: block;
        padding: 10px;
        max-width: 1200px;
        height: 100%;
        min-height: 30px;
        text-align: right;
    }

    .checking .section-checking .text-link-wrapper {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .checking .section-checking .table-body-item:not(:last-child) .text-wrapper {
        border-right: none;
    }

    .checking .section-checking .table-body-item:before {
        content: attr(data-label);
        float: left;
        font-size: 14px;
        font-weight: 600;
        color: #0072bb;
        text-transform: uppercase;
    }

    .checking .section-checking .table-body-item:not(:last-child) {
        border-bottom: 1px #e9ebea solid;
    }
}

@media screen and (max-width: 767px) {
    .checking .section-banner .banner {
        padding-top: 80px;
    }

    .checking .section-checking {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 575px) {
    .checking .section-banner .tab-title {
        font-size: 20px;
    }
}

.booking .section-banner,
.sub .section-banner {
    margin-bottom: 25px;
}

.booking .section-progress {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .booking .section-banner {
        margin-bottom: 18px;
    }
}

/**********************************************************************************************************************************************************************************
******************************************************************Added Css Christ*************************************************************************************************
***********************************************************************************************************************************************************************************/




div.dropdown-menu.dropdown-menu-information.show {
    top: inherit !important;
    left: -186px !important;
    width: 276px !important;
    padding-right: 10px;
    padding-left: 10px;
}

.section-combination .flight-combination-information {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    /* justify-content: center; */
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    /* margin-top: 25px; */
    /* text-transform: uppercase; */
    background-color: #ffffff;
    color: #0072bb;
    z-index: 100;
    /* position: absolute; */
    top: 40px;
    padding: 5px;
}

.subdetail-text-information {
    font-size: 12px;
}

.section-combination .flight-combination-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*margin-top: 55px;*/
}

.results .section-results .btn-wrapper-custom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /*margin-top: 23px;*/
}

.close-information-btn {
    opacity: 1;
    color: red;
}

.summary-title .hotel-ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 0.5rem;
}

    .summary-title .hotel-ratings .fa-star {
        color: #f7b801;
    }

.signin-popup .popup-wrapper .signin-form .form-error.ng-scope {
    /*display: none;*/
}


/*#ui-id-1 {
    width:500px !important;
}*/

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-flow: column wrap;
    flex-wrap: wrap;
    max-height: auto;
    z-index: 100;
}


.ui-menu .ui-menu-item {
    width: 250px;
    flex: 0 1 auto;
}


.ulselectheight200 {
    height: 200px;
}


.ulselectheight300 {
    height: 300px;
}

.ulselectheight400 {
    height: 400px;
}

.ulselectheight450 {
    height: 450px;
}


.ulselectheight500 {
    height: 500px;
}

.ulselectheight600 {
    height: 600px;
}

.ulselectheight700 {
    height: 700px;
}

.ulselectheight800 {
    height: 800px;
}

.ulselectheight900 {
    height: 900px;
}


html .ng-scope .ulselectmaxwidth200 {
    width: 200px;
    max-width: 200px;
}

html .ng-scope .ulselectmaxwidth250 {
    width: 250px;
    max-width: 250px;
}

html .ng-scope .ulselectmaxwidth300 {
    width: 300px;
    max-width: 300px;
}

html .ng-scope .ulselectmaxwidth400 {
    width: 400px;
    max-width: 400px;
}

html .ng-scope .ulselectmaxwidth450 {
    width: 450px;
    max-width: 450px;
}

html .ng-scope .ulselectmaxwidth500 {
    width: 500px;
    max-width: 500px;
}

html .ng-scope .ulselectmaxwidth600 {
    width: 600px;
    max-width: 600px;
}

html .ng-scope .ulselectmaxwidth700 {
    width: 700px;
    max-width: 700px;
}

html .ng-scope .ulselectmaxwidth800 {
    width: 800px;
    max-width: 800px;
}

html .ng-scope .ulselectmaxwidth900 {
    width: 900px;
    max-width: 900px;
}

html .ng-scope .ulselectmaxwidth1000 {
    width: 1000px;
    max-width: 1000px;
}

html .ng-scope .ulselectmaxwidth1100 {
    width: 1100px;
    max-width: 1100px;
}





.passenger-more-container {
    padding: 21px 4px 9px;
    border-bottom: 1px solid silver;
}

@media screen and (max-width: 991px) {
    .passenger-more-container {
        padding: 21px 4px 10px;
    }
}

.adult-selection-submit,
.children-selection-submit,
.infant-selection-submit {
    width: 40%;
    font-size: 15px;
    color: #6f6f6f !important;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 1px solid #e9e9e9;
    font-family: Century Bold;
    padding: 4px 30px;
}

    .adult-selection-submit:hover,
    .children-selection-submit:hover,
    .infant-selection-submit:hover {
        cursor: pointer;
        color: #fff !important;
        background: #6f6f6f;
    }

.input-passengers-adult,
.input-passengers-children,
.input-passengers-infant {
    height: 27px;
    width: 40%;
    border: 1px solid #e9e9e9;
    margin-right: 5px;
}

@media screen and (min-width: 1200px) {
    div.form-group.form-from.form-group-multipledestination,
    div.form-group.form-to.form-group-multipledestination,
    div.form-group.form-departure.form-group-multipledestination {
        width: 33%;
    }




    div.form-group.form-from.form-group-package,
    div.form-group.form-to.form-group-package,
    div.form-group.form-departure.form-group-package,
    div.form-group.form-return.form-group-package {
        width: 25%;
    }


    .field-wrapper-not-first div.form-group.form-from.form-group-package,
    .field-wrapper-not-first div.form-group.form-to.form-group-package,
    .field-wrapper-not-first div.form-group.form-departure.form-group-package,
    .field-wrapper-not-first div.form-group.form-return.form-group-package {
        width: 19%;
    }





    div.form-group.form-from.form-group-escortedtours,
    div.form-group.form-to.form-group-escortedtours,
    div.form-group.form-departure.form-group-escortedtours,
    div.form-group.form-return.form-group-escortedtours {
        width: 25%;
    }
}

div.passenger-qty-wrapper.show-qty.oneway {
    right: 104px;
}


/*div.passenger-qty-wrapper.package.show-qty {
    margin-top:3.2em;
}*/



div.passenger-qty-wrapper.multipledestination.show-qty, div.passenger-qty-wrapper.package.show-qty, div.passenger-qty-wrapper.hotel.show-qty {
    right: inherit;
}

.error-border-red {
    border: 1px solid red !important;
}





.FlightgvDestinationsMasterTableViewCss {
    border-collapse: separate;
}


/*****************************************************************************************************************************************************************
  ****************************************************************************HeaderMenu****************************************************************************      
  ******************************************************************************************************************************************************************/

@media (min-width: 768px) {
    .nav_submenu {
        margin-top: 60px;
    }
}

.nav_submenu {
    padding: 50px 50px 38px;
    min-height: 342px;
    z-index: 999;
}

.nav_submenu {
    position: fixed;
    width: 100vw;
    background-color: rgba(255, 255, 255, .73);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .73)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .73), #fff);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .73), #fff);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .73), #fff);
    background: -o-linear-gradient(top, rgba(255, 255, 255, .73), #fff);
    left: calc((100vw - 1118px)/-2);
    padding: 30px 55px 60px 60px;
    overflow: hidden;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    box-shadow: 1px 4px 7px -1px rgba(0, 0, 0, .2);
    /*background: #fff;*/
    -webkit-transition: opacity .2s .2s, visibility 0s .2s;
    -moz-transition: opacity .2s .2s, visibility 0s .2s;
    -ms-transition: opacity .2s .2s, visibility 0s .2s;
    -o-transition: opacity .2s .2s, visibility 0s .2s;
}

    .nav_submenu .row .card-image {
        width: 100%;
    }

    .nav_submenu .row h5 {
        text-align: center;
    }

.op0 {
    opacity: 0;
    visibility: hidden;
}

.op1 {
    opacity: 1;
    visibility: visible;
}

.nav_submenu .text-holder {
    text-align: center;
}

.framedpost .frame {
    width: 100%;
    height: 191px;
    overflow: hidden;
    border: 7px solid #676767;
    border-top-width: 6px;
    border-bottom-width: 6px;
    display: block;
}

    .framedpost .frame img {
        width: inherit;
        height: inherit;
    }

.nav_submenu.down {
    box-shadow: 1px 4px 7px -1px rgba(0, 0, 0, .2);
    background: #fff;
}


/*******************************************************************************************************************************************************************
  ****************************************************************************End HeaderMenu************************************************************************
  ******************************************************************************************************************************************************************/






@media (max-width: 767.98px) {
    div#aboutmenu.nav_submenu.op1, div#lebanonmenu.nav_submenu.op1 {
        overflow: scroll;
        height: 100%;
        margin-top: 60px;
    }
}


.Title-blue-dashes {
    color: #0072bb;
}

    .Title-blue-dashes::before, .Title-blue-dashes::after {
        content: "";
        display: inline-block;
        margin-right: 15px;
        vertical-align: middle;
        width: 5.2%;
        border-bottom: 1px solid;
        margin-left: 15px;
    }


.bold-text {
    font-weight: 800;
}


.list-group-item .underline {
    text-decoration: underline;
}


.steps-wrapper .active .tab-content-travelInsurance .rowMailUs .col-center {
    text-align: center;
    padding: 1em;
    color: #ffffff;
    background-color: #0072bb;
}



.generalinformation a.nav-item.nav-link.active.show {
    color: #ffffff;
    background-color: #0072bb;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
}

.generalinformation a.nav-item.nav-link:hover {
    background-color: #72c130;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    color: white;
}

.pop-up-package {
}


div.steps-wrapper.steps-wrapper-best-combination.noshow, div#Combination_View_Wrapper.combination-wrapper.noshow, div#Flights_Wrapper.steps-wrapper.steps-wrapper-flights.noshow {
    display: none;
}




.form-controls-checkreservations {
    display: flex;
    flex-wrap: nowrap;
}



@media (min-width: 992px) {
    .form-controls-checkreservations select#ddlFileNBSameSimilar.select-custom {
        /*margin-right: 1em;*/
    }

    .form-controls-checkreservations select#ddlPassengerType.select-custom {
        margin-right: 10px;
    }
}

@media (max-width: 991px) {
    .form-controls-checkreservations {
        margin-bottom: 1.5em;
    }
}


.form-controls-checkreservations #txtFileNumber, .form-controls-checkreservations #txtFileNB, #txtPassengerName.form-field-txtPassengerName {
    margin-right: 0;
}



.form-controls-checkreservations select#ddlFileNBSameSimilar.select-custom, .form-controls-checkreservations select#ddlPassengerType.select-custom {
    font-size: 0.6em;
    font-weight: bold;
    border: 1px solid #72c130;
    border-right: none;
    border-bottom: none;
    border-top: none;
}





div.checking-passenger-wrapper.show {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}



div.checking-passenger-wrapper {
    position: absolute;
    top: 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: white;
    padding: 5px;
    z-index: 1;
    border: 1px solid #e9ebea;
}




    div.checking-passenger-wrapper span {
        font-size: 12px;
        text-decoration: underline;
        text-decoration-color: #5272bb;
    }





div.checkreservation-filter-wrapper.noshow {
    display: none;
}

div.checkreservation-filter-wrapper {
    position: absolute;
    z-index: 1;
    background: white;
    border: 1px solid #d5d5d5;
    padding: 0.5rem;
    padding: 0px 16px;
}





div.checkreservation-filter-sub.active {
    background: #0072bb4d;
}

    div.checkreservation-filter-sub.active a {
        color: white;
    }

.line-through {
    /*text-decoration: line-through red solid;*/
}

.line-through-print {
    text-decoration: line-through black solid;
}

div.table-row.line-through:hover {
    border: 2px solid red !important;
    color: black !important;
    transform: scale(1.01);
}

.section-sub {
    padding-bottom: 80px;
}

.section-sub-tabs {
    padding-top: 127px;
}


.lbltileSub {
    font-size: 18px;
    font-weight: 600;
}


.sub-row-title {
    margin-bottom: 15px;
    border-bottom: 1px dashed gray;
    padding-bottom: 0.5em;
}

.form-check-label-sub {
    margin-top: .3rem;
}
 
.sub-wrapper-title {
    margin-top: 30px;
    /*margin-bottom:30px;*/
}


    .sub-wrapper-title h2 {
        font-family: "Century Bold";
        font-size: 24px;
        color: #fff;
        text-align: center;
        text-shadow: 0 0 5px rgba(0,0,0,.3);
        text-transform: uppercase;
    }

.section-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}



.container.container-custom .list-group li#liBalance.list-group-item span#lblGSABalance.link {
    color: #72c130;
    font-weight: 500;
    font-size: 20px;
}




.h20px {
    height: 20px;
}

.w50px {
    width: 50px;
}

.w25px {
    width: 25px;
}

.w12-5 {
    width: 12.5%;
}
/*.chkIncludeClosed-wrapper input {
   position: relative;
   top: 8px;
   margin-right: 5px;
}*/

.passenger-children-ages-wrapper {
    width: 100%;
}

/*.form-search-hotel , .form-search-escortedtours {
  padding-top: 48px;
}*/

#lbl-Poweredby {
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
}

.border-btm-transparent {
    border-bottom-color: transparent !important;
}




.passenger-content > label:first-child { /*exemple Room 1*/
    width: 100%;
    color: #72c130;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}








.relativetoprightpassengerroundtrip {
    top: 206px;
    right: 102px;
}

.relativetoprightpassengerpackage {
    top: 200px;
    right: 61px;
}


.relativetoprightpassengerescortedtours {
    top: 206px;
    right: 61px;
}

.relativetoprightpassengerhotel {
    top: 206px;
    right: 112px;
}

.visibility-hidden {
    visibility: hidden;
}

.visibility-visible {
    visibility: visible;
}


.tooldropdown {
    z-index: 1;
    font-size: 15px;
}

@media (min-device-width: 769px) and (min-width: 769px) {
    .tooldropdown:hover, .tooldropdown:focus {
        opacity: 1;
        visibility: visible !important;
        -webkit-transition: visibility 0s,opacity .3s;
        -moz-transition: visibility 0s,opacity .3s;
        -ms-transition: visibility 0s,opacity .3s;
        -o-transition: visibility 0s,opacity .3s;
    }

    html:not(.handheld) .greybtn:hover, html:not(.handheld) .greybtn:focus {
        background: #535353;
        color: #ddd;
    }

    #tooldropdownchat {
        top: 23px;
        right: -10px;
    }
}


.tooldropdown {
    padding: 6px 3px;
    width: 196px;
    visibility: hidden;
    background: rgba(255,255,255,.93);
    position: absolute;
    top: 30px;
    padding: 5px;
    opacity: 0;
    text-align: center;
    cursor: initial;
    -webkit-transition: opacity .3s .1s,visibility 0s;
    -moz-transition: opacity .3s .1s,visibility 0s;
    -ms-transition: opacity .3s .1s,visibility 0s;
    -o-transition: opacity .3s .1s,visibility 0s;
}

    .tooldropdown::after {
        left: 46px;
        border-right: 10px solid rgba(255,255,255,.73);
    }

    .tooldropdown .info {
        font-size: 15px;
        color: #525252;
        position: relative;
        line-height: 18px;
        padding: 5px 0;
        display: block;
    }

    .tooldropdown .grey {
        background: #ddd;
        padding: 7px 15px 10px;
        margin-top: 3px;
    }

    .tooldropdown .info .title {
        display: block;
        font-size: 15px;
        color: #174698;
    }

#AheaderNews:hover + #tooldropdownnews,
#AheaderPhone:hover + #tooldropdownphone,
#AheaderLocation:hover + #tooldropdownlocation,
#AheaderEnvelope:hover + #tooldropdownenvelope,
#AheaderChat:hover + #tooldropdownchat {
    visibility: visible;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: ”alpha(opacity=1)”;
    filter: alpha(opacity=1);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
    opacity: 1;
}


.chattitle {
    color: #174698;
    padding: 11px 0;
    display: block;
}

.greybtn {
    height: 48px;
    width: 100%;
    text-align: center;
    display: block;
    text-decoration: none;
    cursor: pointer;
    line-height: 48px;
    color: #535353;
    background: #ddd;
    text-transform: uppercase;
    -webkit-transition: color .2s,background .2s;
    -moz-transition: color .2s,background .2s;
    -ms-transition: color .2s,background .2s;
    -o-transition: color .2s,background .2s;
}

    .greybtn.dark {
        background: #666;
        color: #fff;
    }





.tooldropdown::before, .tooldropdown::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-top: 8px solid transparent;
}

#tooldropdownnews::before, #tooldropdownphone::before, #tooldropdownlocation::before, #tooldropdownenvelope::before {
    border-left: 10px solid rgba(255,255,255,.73);
}


#tooldropdownnews::before, #tooldropdownnews::after {
    top: -8px;
    left: 16px;
}

#tooldropdownnews::after {
    left: 6px;
    border-right: 10px solid rgba(255,255,255,.73);
}




#tooldropdownphone::before, #tooldropdownphone::after {
    top: -8px;
    left: 51px;
}

#tooldropdownphone::after {
    left: 41px;
    border-right: 10px solid rgba(255,255,255,.73);
}

#tooldropdownlocation::before, #tooldropdownlocation::after {
    top: -8px;
    left: 81px;
}

#tooldropdownlocation::after {
    left: 70px;
    border-right: 10px solid rgba(255,255,255,.73);
}

#tooldropdownenvelope::before, #tooldropdownenvelope::after {
    top: -8px;
    left: 105px;
}

#tooldropdownenvelope::after {
    left: 94px;
    border-right: 10px solid rgba(255,255,255,.73);
}



#tooldropdownchat {
    background-color: transparent !important;
}


.center {
    border-width: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}






.color-red-new-design {
    color: #dc3545;
}


.booking .form-wrapper div.selected-flag {
    background-color: #f0f0f0 !important;
}


.printIcon {
    width: 30px;
}






.pl-20px {
    padding-left: 20px;
}

.list-group .list-group-item-adjusted {
    padding-bottom: 5px;
    color: inherit;
    background-color: transparent;
    padding-bottom: 5px;
}


.section-heading.cursorp, .section-form .form-title.cursorp {
    cursor: pointer;
}



#ul_hotel_cancelation p {
    /*text-align: justify;
    text-align-last: left;*/
}

    #ul_hotel_cancelation p:before {
        /*display : block;
    text-align : center;
    font-size : 4em;
    margin : 20px auto;
    color: #fff;*/
        /*content: "- ";*/
    }

.text-decoration-underline {
    text-decoration: underline;
}


.transform-rotate-85-degree {
    -webkit-transform: rotate(85deg);
    transform: rotate(85deg);
}


.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
}

    .thumbnail > img, .thumbnail a > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #428bca;
}

.thumbnail:hover {
    border: 1px solid #0072bb;
    cursor: pointer;
}

.thumbnail .caption {
    text-align: center;
    padding: 9px;
    /*color: #333;*/
}

.thumbnail img {
    width: 100%;
}


.thumbnail .title {
    margin: 13px auto 0;
    width: 100%;
    max-width: 90%;
    font-size: 18px;
    color: #0072bb;
    text-transform: uppercase;
}



.thumbnail .summary, .thumbnail .description {
    font-size: 16px;
}

    .thumbnail .summary:before {
        content: "";
        display: block;
        margin: 6px auto 4px;
        width: 27px;
        height: 1px;
        background-color: #6f6f6f;
    }

.thumbnail .card-img-top {
    height: 160px;
    max-height: 160px;
}

.flights-ads-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

    .flights-ads-wrapper img {
        max-width: 100%;
        width: 100%;
    }


.dropdown-title-bestcombination {
    display: none;
}


.dropdown-menu-bestcombination {
    padding: 20px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 7px -3px rgba(0,0,0,0.2);
    box-shadow: 0 4px 7px -3px rgba(0,0,0,0.2);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0.25rem;
    z-index: 65;
}

    .dropdown-menu-bestcombination.show {
        top: 60px;
        left: -246px;
        width: 38vw;
    }

    .dropdown-menu-bestcombination.show {
        max-width: 522px;
    }

    .dropdown-menu-bestcombination.show {
        display: block;
    }


@media screen and (max-width: 991px) {
    .dropdown-menu-bestcombination.show {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        margin: 0;
        width: 100vw;
        max-width: 100vw;
        height: 50vh;
        overflow-y: auto;
    }

    .dropdown-menu-bestcombination.show {
        z-index: 400;
    }

    .dropdown-title-bestcombination {
        display: block;
    }
}


.dropdown-text-bestcombination {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: "Century Bold";
    color: #0072bb;
    text-transform: uppercase;
    border-bottom: 1px #d5d5d5 solid;
}


.main-dynamic-package .input-icon {
    position: absolute;
    top: 7px;
}



.main-dynamic-package .form-field {
    padding-top: 6px;
    padding-left: 50px;
    padding-right: 10px;
    margin-right: 14px;
    width: 97%;
    max-width: 100%;
    font-family: "Century Bold";
    font-size: 16px;
    color: #0072bb;
    background: #f0f0f0;
    border: #ced4da;
}

    .main-dynamic-package .form-field:after {
        position: absolute;
        display: block;
        background: url(../assets/images/icon-megaphone.png) no-repeat;
    }

    .main-dynamic-package .form-field:focus {
        border-radius: 0;
    }

    .main-dynamic-package .form-field::-webkit-input-placeholder {
        color: #0072bb;
        text-transform: uppercase;
    }

    .main-dynamic-package .form-field:-moz-placeholder {
        color: #0072bb;
        text-transform: uppercase;
    }

    .main-dynamic-package .form-field::-moz-placeholder {
        color: #0072bb;
        text-transform: uppercase;
    }

    .main-dynamic-package .form-field:-ms-input-placeholder {
        color: #0072bb;
        text-transform: uppercase;
    }

    .main-dynamic-package .custom-combobox:valid + .form-label,
    .main-dynamic-package .form-field:valid + .form-label {
        top: 24px;
        font-family: "Century Bold";
        font-size: 12px;
        color: #6f6f6f;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    .main-dynamic-package .custom-combobox:active + .form-label,
    .main-dynamic-package .custom-combobox:focus + .form-label,
    .main-dynamic-package .custom-combobox:hover + .form-label,
    .main-dynamic-package .form-field:active + .form-label,
    .main-dynamic-package .form-field:focus + .form-label,
    .main-dynamic-package .form-field:hover + .form-label {
        top: 24px;
        font-family: "Century Bold";
        font-size: 12px;
        color: #6f6f6f;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }


.main-dynamic-package .form-group {
    width: 33%;
}

.main-dynamic-package .js-from-label, .main-dynamic-package .js-to-label {
    position: absolute;
    top: 2px;
    left: 23px;
}




.h-info-notes {
    color: #72c130;
}


.main-dynamic-package .form-group.form-group-passengers {
    display: none;
}


.main-dynamic-package .passenger-content {
    border: 1px solid #dfdfdf;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
}

@media screen and (min-width: 1000px) {
    .form-wrapper-applyallpassengers {
        width: 75%;
    }
}

@media screen and (max-width: 1198.8px) {
    .form-wrapper-applyallpassengers {
        width: 100%;
    }
}

.form-wrapper-applyallpassengers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

    .form-wrapper-applyallpassengers div:nth-child(1) {
        flex: 1 1 auto;
    }




@media screen and (min-width: 768px) {
    .form-wrapper-applyallpassengers div:nth-child(2) {
        flex: 0 0 auto;
    }
}

@media screen and (max-width: 767.8px) {
    .form-wrapper-applyallpassengers div:nth-child(2) {
        flex: 1 1 auto;
    }
}

.section-form .form-title.pointer {
    cursor: pointer;
}



.package-fligh-type-wrapper {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
}

.main-prev-booking-details .summary-title {
    font-size: 20px;
    font-weight: 700;
}


.form-label-checkbookings {
    font-family: "Century Bold";
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}






.a-link {
    cursor: pointer !important;
    color: #0072bb !important;
    font-size: 16px;
}

    .a-link:hover, .a-link:focus {
        color: #767676 !important;
    }





.radio-button-wrapper.nav.show-important {
    display: flex;
}

@media screen and (min-width: 768px) {
    .radio-button-wrapper.nav.show-important {
        flex-direction: row;
    }
}

@media screen and (max-width: 767.8px) {
    .radio-button-wrapper.nav.show-important {
        flex-direction: column;
    }
}



.pointer-events-none {
    pointer-events: none;
}



.capacity-icon:hover + .hotellisting-package-tooltip {
    display: block !important;
    cursor: pointer;
}

.ahref-passengers:hover + .hotellisting-package-tooltip {
    display: block !important;
}


.hotellisting-package-tooltip {
    display: none;
    text-align: center;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    z-index: 1000;
    padding: 0.5rem 0.5rem;
    margin: 0.125rem 0 0;
    font-size: 16px;
    list-style: none;
    min-width: 5rem;
    color: #212529;
    border-radius: 0.25rem;
    content: attr(passengers);
    position: absolute;
}


@media (min-width: 1px) and (max-width: 767.8px) {
    .hotellisting-package-tooltip {
        position: relative;
        font-size: 14px;
        padding: 0.2rem 0.2rem;
    }
}

@media (min-width: 768px) {
    .hotellisting-package-tooltip {
        left: 200px;
    }
}

.display-flex-important {
    display: flex !important;
}

.popupbg {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,.5);
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.hide {
    display: none !important;
}



.no-border {
    border: none !important;
}

.loading-bg {
    background: #e9e9e9;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    z-index: 5000;
    width: 100%;
}

    .loading-bg img {
        height: 100px;
        width: 200px;
    }

.room-cancellation-package-loading-title {
    font-size: 14px;
    color: #72c130;
}


.list-group-item.luggage {
    background: #edefee;
    padding: 0.2rem 0.5rem;
}


    .list-group-item.luggage span {
        font-size: 15px;
        color: #5AA7DF;
    }



.gsa-agent-markup-title, .gsa-agent-generalsettings-title, .gsa-agent-generalinformation-title {
    color: #72c130;
}

.lbl-ticket-modal-msg {
    font-weight: bold;
}

#ModalTicket #ModalTicketTitle {
    color: red;
}

.border-right-none-imp {
    border-right: none !important;
}


.border-left-none-imp {
    border-left: none !important;
}


.confirm-policy-list-holder.regular {
    font-size: 18px;
    display: none;
}

.confirm-policy-list-holder.regulartitle {
    font-size: 18px;
    color: #72c130;
    cursor: pointer;
}

.results .section-results .flight-fare-passenger.linetobeadded {
    color: #72c130;
}



.NIS-Msg-Label {
    font-weight: bold;
    color: white;
    font-size: 18px;
}

.text-transform-lowercase {
    text-transform: lowercase;
}



.fs14 {
    font-size: 14px;
}


.payment-done .section-booking-confirmation .content-wrapper .content-holder .contents .text.fs16 {
    font-size: 16px;
}




.container-transit-title {
    background-color: #55a7e1;
}

    .container-transit-title p.heading {
        padding: 16px 23px;
        font-family: "Century Bold";
        font-size: 18.5px;
        color: #eff0ef;
        text-transform: uppercase;
    }

#DPCustomPackageQuotationNewDesign_lblMsg {
    color: #72c130;
}

.input-custom.success::after {
    content: "\2713 ";
    float: right;
    color: #72c130;
    font-weight: bold;
    z-index: 999;
    position: relative;
    left: 7px;
}

/*@media (min-width: 992px) {
    #divSearchFlightResultsHolder .flight-table-holder .flight-details-holder .flight-items-wrapper .flight-items-holder .flight-destination-wrapper .flight-destination-holder .flight-dropdown-wrapper .flight-dropdown-list.flight-info-list ,
    #divSearchFlightResultsHolder .flight-table-holder .flight-details-holder .flight-items-wrapper .flight-items-holder .flight-destination-wrapper .flight-destination-holder .flight-dropdown-wrapper .flight-dropdown-list.flight-policies-list{
        padding-top:20px;
    }

}*/

.hotel-listing .section-form .next-destination-right-container {
    width: 100%;
    text-align: center;
}

    .hotel-listing .section-form .next-destination-right-container a {
        padding: 14px 5px;
        font-size: 19px;
        color: #fff;
        text-transform: uppercase;
        background-color: #72c130;
        border-radius: 0;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

        .hotel-listing .section-form .next-destination-right-container a:hover {
            color: #72c130;
            background-color: #fff;
            border: 1px solid #72c130;
        }

@media (max-width: 991px) {
    .hotel-listing .section-form .right-prev-next-holder {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .DivHoojoozatSectionhotel {
        float: right;
    }
}

.checkbox-agentstataccountfile-wrapper, .ng-scope .section-banner .tabs-wrapper .form-controls-flight-rbtype {
    background: #0072bb;
}

    .ng-scope .section-banner .tabs-wrapper .form-controls-flight-rbtype label.form-label-rbtype {
        float: left;
    }

.form-control-select-customed {
    height: 100%;
    width: 100%;
    font-size: inherit;
    border: 1px solid #0072bb;
    font-size: 16px;
}

@media screen and (min-width: 992px) {
    .form-check-rbtype label {
        font-size: 16px;
    }
}


html .header .custom-select-header-currency {
    color: #0072bb;
    border: 1px solid #0072bb;
    border-radius: 0;
    border: none;
}

.flight-results-currency-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    margin-left: 15px;
}

.max-width-330px {
    max-width: 330px;
}

.max-width-160px {
    max-width: 160px;
}




@media (min-width: 992px) {
    .subdetail-text-company-name {
        width: 240px;
    }
}


.circle-holder .circle .circle-border .circle-travel .air-ticket {
    position: relative;
}

@media (min-width: 768px) {
    .circle-holder .circle .circle-border .circle-travel .air-ticket {
        width: 75px;
        right: 15px;
    }
}

@media (max-width: 767.8px) {
    .circle-holder .circle .circle-border .circle-travel .air-ticket {
        width: 65px;
        right: 10px;
    }
}

.container .tabs-wrapper-tour, .container .tabs-wrapper-cruise {
    margin-top: 1px;
}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 11000;
    position: fixed;
    display: block;
}

.preloader {
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 25%;
    width: 200px;
    background: center center no-repeat none;
    background-size: auto auto;
    background-size: 95px 95px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/*.swiper-slide.swiper-slide-cruise-date {
    width:330px !important;
}*/


.cruise-ship-img {
    width: 100%;
    height: 100%;
}



.cruise-cabin-image {
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .cruise-cabin-image {
        max-width: 200px;
        max-height: 150px;
    }
}

@media (max-width: 767.98px) {
    .cruise-cabin-image {
        max-width: 100%;
        max-height: 200px;
    }
}


.result-heading-cruise {
}

.section-form .swiper-slide.swiper-slide-dummy-hidden { /*christ to check this prefer to remove important*/
    background-color: white !important;
    border: none !important;
}

    .section-form .swiper-slide.swiper-slide-dummy-hidden:hover { /*christ to check this prefer to remove important*/
        cursor: none !important;
    }

.section-form .swiper-slide.border-right-color-dedede {
    border-right: 1px solid #dedede;
}


.section-form .swiper-slide.border-left-color-dedede {
    border-left: 1px solid #dedede;
}

.room-table-holder {
    border: 1px solid #dedede;
    margin: -30px 0 30px;
    padding: 0 25px;
}

@media (max-width: 991.98px) {
    .room-table-holder {
        padding: 0 10px;
    }
}

.room-table {
    width: 100%;
    margin: 0;
    font-size: 15px;
    color: #525252;
    line-height: 1.357;
    border-collapse: collapse;
    border: none;
}

    .room-table td {
        border-top: 1px solid #dedede;
        padding: 15px 10px 15px 0;
        vertical-align: middle;
    }

        .room-table td:last-child {
            padding: 15px 0;
        }

    .room-table th {
        color: #00919e;
        font-family: "Century Bold";
        font-size: 15px;
        padding: 22px 10px 21px 0;
    }

        .room-table th:last-child {
            padding: 15px 0;
        }

        .room-table td:nth-child(1), .room-table th:nth-child(1) {
            width: 18%;
        }

        .room-table td:nth-child(2), .room-table th:nth-child(2) {
            width: 16%;
        }

        .room-table td:nth-child(3), .room-table th:nth-child(3) {
            width: 21%;
        }

        .room-table td:nth-child(4), .room-table th:nth-child(4) {
            width: 20%;
        }

    .room-table .stars-rate {
        display: flex;
        color: #f4b800;
    }

    .room-table .capacity-icon {
        color: #00919e;
        width: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 28px;
    }

        .room-table .capacity-icon i {
            margin: 0 3px;
        }

    .room-table .total {
        color: #ff8f1e;
    }

        .room-table .total strong {
            font-family: "Century Bold";
        }

    .room-table .select-custom, .room-table .section-form .select-custom-flag, .section-form .room-table .select-custom-flag {
        width: 65px;
        background-color: #fff;
        color: #525252;
    }

@media (max-width: 991.98px) {
    .room-table {
        display: block;
    }

        .room-table .stars-rate {
            justify-content: flex-end;
        }

        .room-table tr {
            display: block;
            border-bottom: 1px solid #dedede;
            padding: 5px 0;
        }

            .room-table tr:last-child {
                border: none;
            }

            .room-table tr:first-child {
                display: none;
            }

        .room-table .capacity-icon {
            float: right;
            justify-content: flex-end;
        }

        .room-table th {
            display: none;
        }

        .room-table .select-custom, .room-table .section-form .select-custom-flag, .section-form .room-table .select-custom-flag {
            float: right;
        }

        .room-table td {
            display: block;
            position: relative;
            text-align: right;
            overflow: hidden;
            width: 100% !important;
            border: none;
            min-height: 51px;
            padding: 7px 0 7px 155px;
        }

            .room-table td:last-child {
                padding: 7px 0 7px 105px;
            }

            .room-table td:before {
                content: attr(data-label);
                position: absolute;
                left: 0;
                top: 7px;
                width: 100px;
                text-align: left;
                text-transform: uppercase;
                font-family: "Century Bold";
            }
}

.fares-summary-block-cyan-bg {
    background: #f9f9f9;
}


.fares-summary-block-holder .room-info-row {
    display: flex;
    color: #777;
    justify-content: space-between;
    padding: 15px 0 10px;
    border-top: 1px solid #dedede;
}

    .fares-summary-block-holder .room-info-row .room-name {
        padding: 0 14px 0 0;
        white-space: nowrap;
        font-family: "Century Bold";
    }

        .fares-summary-block-holder .room-info-row .room-name i {
            font-size: 16px;
            margin: 0 10px 0 0;
        }

    .fares-summary-block-holder .room-info-row .room-description {
        padding: 0 10px 0 0;
    }

    .fares-summary-block-holder .room-info-row .room-price {
        text-align: right;
        font-size: 16px;
        white-space: nowrap;
        min-width: 70px;
        flex-shrink: 0;
        font-family: "Century Bold";
    }

    .fares-summary-block-holder .room-info-row:first-child {
        border: none;
        padding: 10px 0 8px;
    }

.btn-orange {
    padding: 14px 5px;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #ff8f1e;
    background-color: #ff8f1e;
    border-radius: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.package-popup .modal-dialog {
    position: relative;
    top: 18.5%;
    max-width: 832px;
}

.package-popup .modal-content {
    max-width: 793px;
}

.package-popup .popup-wrapper {
    padding: 15px;
    border-radius: 0;
}

    .package-popup .popup-wrapper .btn-close {
        top: 0;
        right: 0;
        margin: 0 auto;
    }

    .package-popup .popup-wrapper .section-cards .cards-heading {
        margin: 19px auto;
    }

.package-popup .package-holder {
    width: 100%;
}

    .package-popup .package-holder .package-img {
        display: flex;
        max-width: 148px;
        width: 100%;
        margin: 35px auto 11px;
    }

    .package-popup .package-holder .flight-img {
        display: flex;
        max-width: 100px;
        width: 100%;
        margin: 0px auto 11px;
    }

    .package-popup .package-holder .flight-result-img {
        display: flex;
        /*max-width: 400px;*/
        width: 100%;
        margin: 35px auto 11px;
    }

    .package-popup .package-holder .icon {
        text-align: center;
        padding: 68px 0 52px;
    }

@media (min-width: 768px) {
    .package-popup .package-holder .icon {
        padding: 68px 0 35px;
    }
}

.package-popup .modal-footer {
    display: none;
}

.package-popup .btn-wrapper-custom {
    display: flex;
    justify-content: space-between;
    max-width: 519px;
    width: 100%;
    margin: 52px auto;
}

    .package-popup .btn-wrapper-custom .btn {
        width: 100%;
        max-width: 254px;
    }

    .package-popup .btn-wrapper-custom .btn-white {
        letter-spacing: 3px;
    }

@media screen and (max-width: 991px) {
    .package-popup .modal-header {
        padding: 12px;
    }

        .package-popup .modal-header .btn-close {
            margin: -1rem -1rem -1rem auto;
        }

    .package-popup .modal-footer {
        display: block;
    }

    .package-popup .modal-dialog {
        top: 0;
        max-width: 100%;
    }

    .package-popup .popup-wrapper {
        max-width: 100%;
        height: 1px;
    }

        .package-popup .popup-wrapper .section-cards .cards-heading {
            margin: 12px auto;
        }
}

@media (min-width: 576px) and (max-width: 767px) {
    .package-popup .popup-wrapper .cards-heading {
        max-width: 380px;
    }
}

@media screen and (max-width: 575px) {
    .package-popup .package-holder {
        position: relative;
        top: 9px;
        max-width: 340px;
        margin: 0 auto;
    }

        .package-popup .package-holder .package-img, .package-popup .package-holder .flight-img {
            margin: 67px auto 11px;
        }

        .package-popup .package-holder .flight-result-img {
            margin: 67px auto 11px;
        }

        .package-popup .package-holder .section-cards .cards-heading {
            position: relative;
            top: 13px;
            margin: 21px auto 31px;
            max-width: 264px;
            font-size: 20px;
        }

            .package-popup .package-holder .section-cards .cards-heading:before, .package-popup .package-holder .section-cards .cards-heading:after {
                top: -10px;
                width: 14.2%;
            }

            .package-popup .package-holder .section-cards .cards-heading:before {
                left: -27px;
            }

            .package-popup .package-holder .section-cards .cards-heading:after {
                right: -26px;
            }

        .package-popup .package-holder .section-cards .popup-desc {
            position: relative;
            top: 7px;
            margin: 14px auto;
            font-size: 13px;
            line-height: 17px;
        }

        .package-popup .package-holder .btn-wrapper-custom {
            display: block;
            max-width: 250px;
            margin: 35px auto 61px;
        }

            .package-popup .package-holder .btn-wrapper-custom .btn-green, .package-popup .package-holder .btn-wrapper-custom .btn-white {
                margin-bottom: 17px;
            }
}

@media (max-width: 330px) {
    .package-popup .modal-footer {
        padding: 1px;
    }

    .package-popup .package-holder .package-img, .package-popup .package-holder .flight-img {
        margin: 29px auto 11px;
    }

    .package-popup .package-holder .flight-result-img {
        margin: 29px auto 11px;
    }

    .package-popup .popup-wrapper .section-cards .cards-heading:before, .package-popup .popup-wrapper .section-cards .cards-heading:after {
        width: 10.2%;
    }

    .package-popup .popup-wrapper .section-cards .cards-heading:before {
        left: -11px;
    }

    .package-popup .popup-wrapper .section-cards .cards-heading:after {
        right: -10px;
    }
}

@media (min-width: 768px) {
    .alt-package-popup .popup-wrapper .section-cards {
        max-width: 588px !important;
        padding-bottom: 36px;
    }
}

.alt-package-popup .popup-wrapper .heading {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 0 46px 10px;
}

@media (min-width: 1200px) {
    .alt-package-popup .popup-wrapper .heading {
        padding: 0 46px 0;
    }
}

.alt-package-popup .popup-wrapper .heading h2 {
    color: #55a7e1;
    font-size: 19px;
    font-family: "Century Bold";
    letter-spacing: .4px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 768px) {
    .alt-package-popup .popup-wrapper .heading h2 {
        font-size: 22px;
    }
}

.alt-package-popup .popup-wrapper .heading h2:before, .alt-package-popup .popup-wrapper .heading h2:after {
    position: absolute;
    right: 100%;
    top: 50%;
    height: 2px;
    margin: -1px 17px 0 0;
    background: #55a7e1;
    content: '';
    width: 999px;
    text-align: left;
}

.alt-package-popup .popup-wrapper .heading h2:after {
    left: 100%;
    right: auto;
    margin: -1px 0 0 17px;
}

/**************************************************************************************************************************************************************************
***************************************************************************btn custom**************************************************************************************
***************************************************************************************************************************************************************************/
.btn-custom-xs:hover,
.btn-custom-reg:hover,
.btn-custom-sm:hover,
.btn-custom-md:hover,
.btn-custom-lg:hover {
    color: #72c130;
    background: #fff;
    border: 1px solid #72c130;
}

.btn-custom-xs,
.btn-custom-reg,
.btn-custom-sm,
.btn-custom-md,
.btn-custom-lg {
    cursor: pointer;
    padding: 19px 28px;
    background: #72c130;
    border: 1px solid #72c130;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.btn-custom-xs-blue {
    cursor: pointer;
    padding: 19px 28px;
    background: #0072bb;
    border: 1px solid #0072bb;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.btn-custom-xs {
    padding: 10px 19px;
}


.btn-custom-xs-blue {
    padding: 10px 19px;
}

    .btn-custom-reg.disabled,
    .btn-custom-reg:disabled,
    .btn-custom-sm.disabled,
    .btn-custom-sm:disabled,
    .btn-custom-xs.disabled,
    .btn-custom-xs:disabled,
    .btn-custom-xs-blue.disabled,
    .btn-custom-xs-blue:disabled,
    .btn-custom-md.disabled,
    .btn-custom-md:disabled,
    .btn-custom-lg.disabled,
    .btn-custom-lg:disabled {
        opacity: 0.65;
        cursor: not-allowed;
    }

    .btn-custom-xs-blue:hover {
        color: #0072bb;
        background: transparent;
        border: 1px solid #0072bb;
    }


.btn-custom-reg {
    font-size: inherit;
}

.btn-custom-sm {
    font-size: 15px;
}

.btn-custom-xs {
    font-size: 15px;
}


.btn-custom-xs-blue {
    font-size: 15px;
}

.btn-custom-md {
    font-size: 21px;
}

.btn-custom-lg {
    font-size: 31px;
}


#btnMoveCountryRight.btn-custom-xs-blue, #btnMoveCountryLeft.btn-custom-xs-blue {
    width: 75px;
}

@media (max-width: 767.98px) {
    .btn-custom-xs,
    .btn-custom-xs-blue,
    .btn-custom-reg,
    .btn-custom-sm,
    .btn-custom-md,
    .btn-custom-lg {
        width: 100%;
    }
}




/**************************************************************************************************************************************************************************
***************************************************************************End btn custom**********************************************************************************
***************************************************************************************************************************************************************************/




.form-wrapper.services .form-check-input:disabled ~ .form-check-label {
    color: #6f6f6f;
}

.sub-title {
    font-size: 16px;
}

label.title {
    color: black;
}



.form-wrapper-travel-insurance {
    padding-top: 15px;
}

.passengers-wrapper-travel-insurance {
    -webkit-box-align: start;
    -webkit-flex-align: start;
    flex-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-checkbox-travel-insurance {
    margin-bottom: 10px;
}





input#txtCity.form-control.select-custom.select-full.custom-select-full {
    background: #f0f0f0;
}



.TravelInsurance-Controls-Wrapper {
    width: 100%;
}


.flight-dropdown-list-cancellation-title, .flight-dropdown-list-modification-title {
    color: #55a7e1;
    border-bottom: 1px;
    border-color: #d5d5d5;
    border-bottom-style: solid;
}


.form-control-custom {
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f0f0f0;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}


@media screen and (max-width: 767px) {
    .form-control-custom {
        width: 100%;
    }
}


.section-form .content-wrapper {
    display: unset;
}

.section-form .form-wrapper.services .form-title {
    width: 100%;
}


.section-form .service-description-title {
    font-family: "Open Sans";
    font-size: 15px;
    color: #55a7e1;
    letter-spacing: 0.5px;
}


.section-form .room-name-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Century Gothic";
    color: #0072bb;
    position: relative;
    width: 100%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .section-form .room-name-title {
        font-size: 16px;
    }
}


.section-form .form-title-applyallpassengers,
.section-form .form-title-guestpassword {
    width: 100%;
}

.section-form .service-description-title {
    width: 100%;
}


.section-form .service-description-title {
    font-family: "Open Sans";
    font-size: 15px;
    color: #55a7e1;
    letter-spacing: 0.5px;
}

}

.main-dynamic-package .card-body .destination-form .input-holder-hotel .form-group .form-controls .custom-input-wrapper .hasDatepicker {
    color: #0072bb;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "Century Bold";
    font-size: 16px;
}

.main-package-booking {
    padding-bottom: 100px;
}

    .main-package-booking .flight-wrapper {
        margin-bottom: 50px;
    }

        .main-package-booking .flight-wrapper:nth-child(2) {
            margin-bottom: 5px;
        }



            .main-package-booking .flight-wrapper:nth-child(2) .flight-icon-gray {
                -webkit-transform: rotate(85deg);
                transform: rotate(85deg);
            }



#transfers .datepicker-over .ui-datepicker { /*christ to check*/
    bottom: auto !important;
}



@media (min-width: 992px) {
    .select-direction-field-wrapper .form-group {
        max-width: 240px;
    }
}



.section-banner .tabs-wrapper .ddlarrival-form-controls .ddlarrival-form-form-field, .section-banner .tabs-wrapper .ddldeparture-form-controls .ddldeparture-form-form-field, .section-banner .tabs-wrapper .ddlmulti-form-controls .ddlmulti-form-form-field {
    max-width: 50%;
}

    .section-banner .tabs-wrapper .ddlarrival-form-controls .ddlarrival-form-form-field:nth-child(1), .section-banner .tabs-wrapper .ddldeparture-form-controls .ddldeparture-form-form-field:nth-child(1), .section-banner .tabs-wrapper .ddlmulti-form-controls .ddlmulti-form-form-field:nth-child(1) {
        border-right: 1px solid;
        z-index: 999;
    }

.ddlarrival-form-controls, .ddldeparture-form-controls, .ddlmulti-form-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.border-none-imp {
    border: none !important;
}



.radio-button-wrapper-for-spacing {
    width: 25px;
}



#lblddlArrivalPickupMinuteRequired, #lblddlArrivalDropOffMinuteRequired, #lblddlDepartureDropOffMinuteRequired, #lblddlMultiDestPickupMinuteRequired {
    left: 150px;
}




.transfer-title-to-region-hotel,
.transfer-title-from-terminal,
.transfer-title-from-region-hotel,
.transfer-title-to-terminal,
.transfer-title-from-terminal-hotel,
.transfer-title-to-terminal-hotel {
    font-size: 16px;
    position: absolute;
    bottom: 60px;
    right: 0;
    padding-right: 10px;
}

.summary-fixed-wrapper-right {
    position: fixed;
    right: 1rem;
    z-index: 999;
    bottom: 0;
}

.section-form .removed-fixed-button-right {
    position: absolute;
    z-index: 999;
}

.fixed-summary {
    position: fixed;
    top: 59px;
    z-index: 99999;
    right: 0;
}

.fixed-summary-absolute {
    position: absolute;
    bottom: 0;
    z-index: 99999;
    right: 0;
}

.sticky-summary {
    position: -webkit-sticky;
    position: sticky;
    top: 4rem;
    align-self: flex-start;
}

.link-check-details {
    cursor: pointer;
}

.swiper-container-package, .swiper-container-flight {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .swiper-container-package .swiper-wrapper .swiper-slide img, .swiper-container-flight .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: 300px;
    }
}

@media (min-width: 992px) {
    .swiper-container-package .swiper-wrapper .swiper-slide img, .swiper-container-flight .swiper-wrapper .swiper-slide img {
        height: 500px;
    }
}

.ui-datepicker-unselectable.ui-state-disabled.fullschedule {
    cursor: pointer !important;
    pointer-events: visible;
}

.swiper-slide.empty {
    pointer-events: none;
}


.main-container-holder .summary .summary-total-wrapper .total-price-cruise-confirmation {
    font-size: 16px;
}

.form-label-departure, .form-label-return {
    font-size: 16px;
}

@media (min-width: 968px) {
    .airport-instruction-wrapper {
        position: absolute;
        top: -100px;
    }

    .regular-flights {
        right: 357px;
    }
}

.airport-instruction-wrapper a.link {
    color: white;
    cursor: pointer;
}

    .airport-instruction-wrapper a.link:hover {
        color: #72c130;
        background: transparent;
        /*border: 1px solid white;*/
    }

.airport-information-wrapper img {
    width: 100%;
    text-align: center;
}


.airport-information-wrapper p {
    margin-bottom: 30px;
    text-align: justify;
}


    .airport-information-wrapper p.underline {
    }

@media (min-width: 768px) {
    .info-popup-holder .info-popup.last-item-div:not(.js-slide-hidden) { /*,.info-popup-holder .info-popup.last-item-div:not(.js-slide-hidden) .info-opener*/
        bottom: 0;
    }
}

.footer-quicklink, .navbar-nav .nav-item .nav-link {
    cursor: pointer;
}

.a-close-ti-description {
    float: right;
    right: -10px;
    top: -10px;
    position: relative;
}

.a-show-ti-description {
    font-size: 16px;
    font-weight: 500;
}

.text-content-blue {
    font-family: "Century Bold";
    color: #5aa7df;
    padding-bottom: 5px;
    font-size: 16px;
}

#pass-status, #pass-status-client {
    position: absolute;
    right: -30px;
}

#pass-status-client {
    bottom: 10px;
}

#pass-status {
    bottom: 20px;
}

.ul-insurance-error {
    color: red;
}

.flight-popup .btn-wrapper-custom .btn.btn-flight-result {
    max-width: 100%;
}

.cruise-ship-description {
    font-size: 18px;
}

.ship-information-category-name, .ship-information-deck-name {
    font-size: 16px;
}

#section-cards-flight-result.section-cards .card .card-body.card-custom {
    max-height: 150px;
    overflow: auto;
}

.flight-travel-insurance-date-error-msg {
    font-size: 16px;
    color: red;
    font-weight: 500;
    font-family: inherit;
}

@media (min-width: 576px) {
    .section-form .input-holder-flight-travel-insurance-date-error {
        padding-top: 25px;
    }
}

@media screen and (min-width: 768px) {
    .results.tour-search-results .section-results .btn-wrapper-custom, .results.transfer-search-results .section-results .btn-wrapper-custom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
