@font-face {
    font-display: swap;
    font-family: Material Icons;
    src: url(assets/fonts/Material-Design-Iconic-Fontd1f1.woff2?v=2.2.0) format("woff2"), url(assets/fonts/Material-Design-Iconic-Fontd1f1.woff?v=2.2.0) format("woff"),
        url(assets/fonts/Material-Design-Iconic-Fontd1f1.ttf?v=2.2.0) format("truetype");
}
.mdi {
    display: inline-block;
    font: normal normal normal 14px/1 "Material Icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mdi-hc-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.hero-wrapper {
    background: #07162d;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}
.lazyloading {
    opacity: 1;
    transition: opacity 300ms;
    background: #c3cdd6 url(assets/img/load.svg) no-repeat center center;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}
img.lazyload:not([src]) {
    visibility: hidden;
}
.categories .select2 {
    background: #fff;
    padding: 15px 0px;
    width: 100%;
    z-index: 1;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    min-height: 60px;
    border-radius: 3px;
    box-shadow: rgb(186, 199, 213) 0px 0px 0px 1px inset;
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    transition: all 0.15s ease-in-out 0s;
    cursor: text;
}
.categories .select2:hover {
    box-shadow: rgb(0, 53, 201) 0px 0px 0px 2px inset;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 26px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.selectdiv .select2-container .select2-search--inline {
    float: left;
    padding: 12px 6px;
    font-size: 18px;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    background: #fff;
    padding: 0px 0px;
    width: 100%;
    z-index: 1;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    min-height: 60px;
    border-radius: 3px;
    box-shadow: rgb(186, 199, 213) 0px 0px 0px 1px inset;
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    transition: all 0.15s ease-in-out 0s;
    cursor: text;
}
.select2-container--open .select2-dropdown--below {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 4px;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
    -webkit-clip-path: inset(50%) !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 24px;
    text-transform: capitalize;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    width: 100%;
    z-index: 1;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    min-height: 60px;
    border-radius: 3px;
    box-shadow: rgb(186, 199, 213) 0px 0px 0px 1px inset;
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    transition: all 0.15s ease-in-out 0s;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: solid transparent 1px;
    background-color: rgb(245, 247, 249);
    border: 1px solid rgb(233, 236, 240);
    box-shadow: rgb(239, 242, 245) 0px 0px 0px 1px;
    border-radius: 2px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin: 11px 6px 0;
    padding: 7px 15px;
    font-weight: bold;
    font-size: 14px;
    transition: color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, background 0.15s ease-in-out 0s;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    background: rgb(229, 234, 239);
    box-shadow: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
    background: rgb(186, 199, 213);
    border-radius: 10px;
    padding: 4px;
    height: 16px;
    line-height: 7px;
    margin-right: 8px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    box-shadow: rgb(0, 53, 201) 0px 0px 0px 2px inset;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: 0;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: 0;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: 0;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: 0;
}
.select2-container--classic .select2-dropdown--below {
    border-top: 0;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.categories .select2-selection__rendered {
    text-indent: 14px !important;
    font-size: 16px !important;
}
.categories .select2-selection__arrow {
    top: 16px !important;
    right: 12px !important;
}
.locations .select2 {
    margin-top: -76px;
}
.input-items .select2-selection {
    letter-spacing: 0.5px;
    letter-spacing: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #e3eaf04f;
    width: 100%;
    border: 1px solid #e9eef2;
    outline: 0;
    color: #000;
    font-size: 14px;
    padding: 15px;
    height: 55px;
}
.input-items .select2-selection:hover {
    background: #e3eaf0a3;
    border-color: #d5dee7;
}
.input-items .select2-selection:focus {
    background: #e3eaf0a3;
    border-color: #d5dee7;
}
.input-items .select2-selection:disabled {
    color: transparent;
}
.select2-container--open .select2-dropdownz--below {
    top: -54px;
}
.select2-search--dropdown {
    padding: 0px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 4px;
    outline: none;
    text-transform: capitalize;
    border: 1px solid #287dfa;
    height: 55px;
    background: #fff;
    transition: all 0.3s;
    padding: 16px;
    font-size: 16px;
    color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #000;
}
.select2-dropdown {
    top: -55px;
    background-color: white;
    border: 0px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -16px;
    margin-top: 12px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 250px;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.37) 0 50px 100px, rgba(0, 0, 0, 0.22) 0 5px 50px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.37) 0 50px 100px, rgba(0, 0, 0, 0.22) 0 5px 50px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0058e6;
}
.select2-container--default .select2-results__option {
    padding: 6px 15px 4px 16px;
    height: 36px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.select2-container--default .loading-results:before {
    right: 12px;
    content: "";
    position: absolute;
    top: 12px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #0058e6;
    width: 22px;
    height: 22px;
    -webkit-animation: spin 0.3s linear infinite;
    animation: spin 0.3s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
.datepicker table {
    min-width: 100%;
}
.datepicker {
    padding: 4px;
    direction: ltr;
    width: 290px;
    text-align: center;
}
.datepicker.datepicker-rtl {
    direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
}
.datepicker-dropdown:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}
.datepicker-dropdown:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}
.datepicker > div {
    display: none;
}
.datepicker.days div.datepicker-days {
    display: block;
}
.datepicker.months div.datepicker-months {
    display: block;
}
.datepicker.years div.datepicker-years {
    display: block;
}
.datepicker table {
    border-collapse: collapse;
    margin: 0;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border: 0;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}
.datepicker table tr td.day {
    border: 2.5px transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    cursor: pointer;
    background-color: #ffffff;
    border-color: #0058e6;
    color: #000;
    box-shadow: 0 1px 0 0 #0058e6;
    box-shadow: 0 -1px 0 0 #0058e6;
    box-shadow: -1px 0 0 0 #0058e6;
    box-shadow: 1px 0 0 0 #0058e6;
    box-shadow: 0 0 0 2px #0058e6;
    border-radius: 3px;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #0058e6;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0;
    color: #c6d3e0;
    cursor: default;
    box-shadow: 0 0 0 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    color: #000;
    position: relative;
}
.datepicker table tr td.today:before,
.datepicker table tr td.today:hover:before,
.datepicker table tr td.today.disabled:before,
.datepicker table tr td.today.disabled:hover:before {
    content: "";
    bottom: 2px;
    right: 2px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 7px 7px;
    border-color: transparent transparent #333 transparent;
    position: absolute;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
    background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
    background-color: #ffdb99;
    border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
    color: #000;
}
.datepicker table tr td.today.active:hover {
    color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eee;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
    color: #000;
    background-color: #f4bb51;
    border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
    background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
    background-color: #f7ca77;
    border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    color: #fff;
    background-color: #999;
    border-color: #555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
    border-color: #373737;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
    background-color: #858585;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
    background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
    background-color: #999;
    border-color: #555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    color: #fff;
    background-color: #2050ee;
    border-color: #2050ee;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    cursor: pointer;
    background-color: #ffffff;
    border-color: #0058e6;
    color: #000;
    box-shadow: 0 1px 0 0 #0058e6;
    box-shadow: 0 -1px 0 0 #0058e6;
    box-shadow: -1px 0 0 0 #0058e6;
    box-shadow: 1px 0 0 0 #0058e6;
    box-shadow: 0 0 0 2px #0058e6;
    border-radius: 3px;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
    background-color: #ffffff;
    border-color: #0058e6;
    color: #000;
    box-shadow: 0 1px 0 0 #0058e6;
    box-shadow: 0 -1px 0 0 #0058e6;
    box-shadow: -1px 0 0 0 #0058e6;
    box-shadow: 1px 0 0 0 #0058e6;
    box-shadow: 0 0 0 2px #0058e6;
    border-radius: 3px;
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
}
.datepicker table tr td span:hover {
    background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0;
    color: #999;
    cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #2050ee;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #333;
    border-color: #e27513;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
    background-color: #ea2330;
    border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999;
}
.datepicker th.datepicker-switch {
    width: 145px;
}
.datepicker .switch {
    font-size: 18px;
}
.datepicker .mdi {
    font-size: 20px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #eee;
}
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 20px;
    list-style: none;
    background-color: #fff;
    border: 0.1px solid #b4b4b4;
    border-radius: 0;
    background-clip: padding-box;
    color: #333;
    font-size: 15px;
    line-height: 1.428571429;
    box-shadow: rgba(0, 0, 0, 0.37) 0 50px 100px, rgba(0, 0, 0, 0.22) 0 5px 50px;
    padding: 20px;
    z-index: 9999;
    border-radius: 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.37) 0 50px 100px, rgba(0, 0, 0, 0.22) 0 5px 50px;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
    padding: 0 8px;
    left: 0px;
    font-weight: normal;
}
.bootstrap-timepicker {
    position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    left: auto;
    right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
    left: auto;
    right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
    left: auto;
    right: 13px;
}
.bootstrap-timepicker .add-on {
    cursor: pointer;
}
.bootstrap-timepicker .add-on i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.bootstrap-timepicker-widget.dropdown-menu {
    padding: 7px 10px;
    border-radius: 0;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
    left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
    right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
    right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
    top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
    border-radius: 0;
    -webkit-border-radius: 0;
}
.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0;
}
.bootstrap-timepicker-widget table td {
    text-align: center;
    height: 30px;
    margin: 0;
    padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
    min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
    width: 100%;
}
.bootstrap-timepicker-widget table td a {
    width: 100%;
    display: inline-block;
    margin: 0;
    outline: 0;
    color: #333;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.bootstrap-timepicker-widget table td a:hover {
    text-decoration: none;
    background-color: #eee;
}
.bootstrap-timepicker-widget table td a i {
    margin-top: 2px;
    font-size: 18px;
}
.bootstrap-timepicker-widget table td input {
    width: 35px;
    margin: 0;
    text-align: center;
    color: #000;
}
.bootstrap-timepicker-widget .modal-content {
    padding: 4px;
}
.datepicker table thead tr {
    color: black;
    font-size: 12px;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: rgba(238, 238, 238, 0.3);
}
.datepicker.dropdown-menu {
    overflow-y: visible !important;
    max-height: 100% !important;
    animation: fadein 0.2s;
    -webkit-animation: fadein 0.2s;
    -moz-animation: fadein 0.2s;
    -ms-animation: fadein 0.2s;
    -o-animation: fadein 0.2s;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media only screen and (max-width: 768px) {
    .datepicker.dropdown-menu {
        position: fixed;
        left: 0px !important;
        width: 100% !important;
        top: 0px !important;
        height: 100vh;
    }
    .datepicker.dropdown-menu th,
    .datepicker.datepicker-inline th,
    .datepicker.dropdown-menu td,
    .datepicker.datepicker-inline td {
        padding: 20px 4px;
    }
    .datepicker:after {
        border-bottom: 0px;
    }
    .dropdown {
        width: 100%;
    }
    .datepicker.dropdown-menu {
        position: fixed !important;
        left: 0px !important;
        width: 100% !important;
        top: 0px !important;
        height: 100vh;
    }
    .datepicker.dropdown-menu th,
    .datepicker.datepicker-inline th,
    .datepicker.dropdown-menu td,
    .datepicker.datepicker-inline td {
        padding: 20px 4px;
    }
    .datepicker:after {
        border-bottom: 0px;
    }
    .datepicker table thead tr {
        height: 50px;
    }
    .datepicker table {
        height: 450px;
        width: 100%;
    }
}
.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
}
.cc-link {
    text-decoration: underline;
}
.cc-window {
    left: 0;
    right: 0;
    bottom: 10px;
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    z-index: 999;
    -ms-flex-wrap: nowrap;
}
.cc-window.cc-banner {
    padding: 6px;
    width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
}
.cc-btn,
.cc-link {
    cursor: pointer;
}
.cc-link {
    opacity: 0.8;
    padding: 0;
}
.cc-link:hover {
    opacity: 1;
}
.cc-link:active,
.cc-link:visited {
    color: initial;
}
.cc-btn {
    display: block;
    padding: 0.4em 0.8em;
    font-size: 0.9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}
.cc-window.cc-banner {
    align-items: center;
    -ms-flex-align: center;
}
.cc-banner .cc-message {
    display: block;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em;
    font-size: 14px;
    letter-spacing: 1px;
    -ms-flex: 1 1 auto;
}
.cc-compliance {
    margin-right: 2px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: space-between;
    -ms-flex-align: center;
    -ms-flex-line-pack: justify;
}
@media print {
    .cc-window {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal;
    }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0;
    }
    .cc-window.cc-banner {
        left: 0;
        right: 0;
    }
    .cc-window.cc-banner {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .cc-window.cc-banner .cc-compliance {
        flex: 1 1 auto;
        -ms-flex: 1 1 auto;
    }
    .cc-window .cc-message {
        margin-bottom: 1em;
    }
    .cc-window.cc-banner {
        align-items: unset;
        -ms-flex-align: unset;
    }
    .cc-window.cc-banner .cc-message {
        margin-right: 0;
    }
}
.cc-color-override--1961008818.cc-window {
    color: rgb(0 73 170 / 70%);
    background-color: transparent;
}
.cc-color-override--1961008818 .cc-link,
.cc-color-override--1961008818 .cc-link:active,
.cc-color-override--1961008818 .cc-link:visited {
    color: rgb(0 73 170 / 70%);
    font-weight: bold;
}
.cc-color-override--1961008818 .cc-btn {
    color: #fff;
    border-color: transparent;
    background-color: #2989fff5;
    padding: 4px 24px;
    margin-top: -29px;
}
.cc-color-override--1961008818 .cc-btn:hover,
.cc-color-override--1961008818 .cc-btn:focus {
    background-color: #1567cbf5;
}
.cookies_bg {
    background: #d7e7ff;
    border: 1px solid #b4d2ff;
    margin: 0 auto;
    padding: 16px;
    border-radius: 4px;
}
.controls-pagination {
    max-height: 80px;
    border-radius: 4px;
    padding: 1rem;
    font-size: 0.1px;
    text-align: justify;
    background: linear-gradient(45deg, #0034aa14 0, #eff3ff 99%);
}
.controls-pagination:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.mixitup-page-list,
.mixitup-page-stats {
    display: inline-block;
    vertical-align: middle;
}
.mixitup-page-list {
    text-align: left;
}
.mixitup-page-stats {
    font-size: 0.9rem;
    color: #333;
    font-weight: bold;
    font-family: "poppins", sans-serif;
}
.mixitup-control {
    border-right: 0px;
    border-left: 0px;
    position: relative;
    display: inline-block;
    text-align: center;
    width: 2.7rem;
    height: 2.7rem;
    background: #fff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    margin-right: 1px;
    cursor: pointer;
    font-size: 0.9rem;
    color: #333;
    font-weight: bold;
    font-family: "poppins", sans-serif;
    transition: color 150ms, border-color 150ms;
    vertical-align: middle;
}
.mixitup-control:first-child {
    border-radius: 3px 0 0 3px;
}
.mixitup-control:last-child {
    border-radius: 0 3px 3px 0;
}
.mixitup-control:not(.mixitup-control-active):hover {
    color: #0d6efd;
}
.mixitup-control-active {
    border-bottom-color: #0d6efd;
    cursor: default;
}
.mixitup-control:disabled {
    background: #0d6efd;
    color: #fff;
    cursor: default;
}
.mixitup-control-truncation-marker {
    background: transparent;
    pointer-events: none;
    line-height: 2.2em;
}
.fail-message {
    display: none;
    text-align: center;
    padding: 80px;
}
@media (min-width: 992px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
    }
}
.theme-search-results-item {
    border: 1px solid #e6e6e6;
    margin-bottom: -1px;
    transition: 0.3s;
    z-index: 1;
    position: relative;
    background: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.theme-search-results-item:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
}
.theme-search-results-item-rounded {
    border-radius: 3px;
}
.theme-search-results-item-preview {
    padding: 15px 15px;
    position: relative;
}
.theme-search-results-item-mask-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 5;
}
.theme-search-results-item-book {
    position: relative;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
}
.theme-search-results-item-extend {
    position: relative;
}
.theme-search-results-item-extend-inner {
    padding: 20px;
    background: linear-gradient(45deg, #ffffff12 0, #cee0f763 99%);
}
.theme-search-results-item-extend-close {
    position: absolute;
    top: 8px;
    right: 0;
    text-align: center;
    display: block;
    padding: 0 23px;
    color: #000000;
    filter: alpha(opacity=50);
    font-family: "poppins", sans-serif;
    -ms-filter: "alpha(opacity=50)";
}
.theme-search-results-item-extend-close:hover {
    text-decoration: none;
    color: #595959;
    opacity: 1;
    filter: none;
    -ms-filter: none;
}
.theme-search-results-item-price {
    text-align: center;
    margin-bottom: 10px;
}
.theme-search-results-item-price-tag {
    font-family: "poppins", sans-serif;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1em;
}
.theme-search-results-item-price-sign {
    font-size: 10px;
    color: #b3b3b3;
    margin-bottom: 0;
    margin-top: 2px;
}
.theme-search-results-item-price-btn {
    padding: 7px 0;
    border-radius: 2px;
    font-weight: 700;
    font-size: 12px;
    position: relative;
    z-index: 10;
}
.theme-search-results-item-price-btn strong {
    font-size: 22px;
    display: block;
}
.theme-search-results-item-price-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.theme-search-results-item-book a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.theme-search-results-item-flight-sections .theme-search-results-item-flight-section {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e6e6e6;
}
@media (min-width: 992px) {
    .theme-search-results-item-flight-sections .theme-search-results-item-flight-section:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: 0;
    }
}
.theme-search-results-item-flight-section-airline-logo-wrap {
    position: relative;
    height: 100%;
}
.theme-search-results-item-flight-section-airline-logo {
    margin-top: -3px;
    display: block;
    max-width: 67%;
    max-height: 50px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 992px) {
    .theme-search-results-item-flight-section-airline-logo {
        position: relative;
        width: 50px;
        max-height: none;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
        top: 0;
        left: 0;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }
}
@media (max-width: 992px) {
    .theme-search-results-item-flight-section-meta {
        display: table;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .theme-search-results-item-flight-section-meta > p {
        display: inline-block;
        margin: 0 7px;
    }
}
.theme-search-results-item-flight-section-item {
    padding: 0px;
    text-align: center;
}
.theme-search-results-item-flight-section-airline-title {
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}
@media (max-width: 992px) {
    .theme-search-results-item-flight-section-airline-title {
        text-align: center;
        margin-top: 10px;
        font-size: 12px;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -ms-filter: "alpha(opacity=65)";
    }
}
.theme-search-results-item-flight-section-meta-time {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1em;
    text-transform: uppercase;
}
.theme-search-results-item-flight-section-meta-time > span {
    font-weight: 400;
    font-size: 10px;
    margin-left: 2px;
    opacity: 0.65;
    filter: alpha(opacity=65);
    line-height: 1em;
    -ms-filter: "alpha(opacity=65)";
}
.theme-search-results-item-flight-section-meta-city {
    color: #006cfa;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 2.2em;
    white-space: nowrap;
    font-size: 13px;
    margin-bottom: -8px;
}
.theme-search-results-item-flight-section-meta-date {
    font-size: 10px;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin-bottom: 0;
    -ms-filter: "alpha(opacity=65)";
}
.theme-search-results-item form {
    margin: 0px;
}
.theme-search-results-item-flight-section-path {
    position: relative;
    height: 60px;
    margin: 0 5px;
}
@media (max-width: 992px) {
    .theme-search-results-item-flight-section-path {
        margin-bottom: 20px;
    }
}
.theme-search-results-item-flight-section-path-line {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dedede;
}
.theme-search-results-item-flight-section-path-icon {
    color: #000;
    font-size: 20px;
    margin-bottom: 9px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    backface-visibility: hidden;
    -ms-filter: "alpha(opacity=50)";
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.theme-search-results-item-flight-section-path-line-start,
.theme-search-results-item-flight-section-path-line-end,
.theme-search-results-item-flight-section-path-line-middle,
.theme-search-results-item-flight-section-path-line-middle-1,
.theme-search-results-item-flight-section-path-line-middle-2 {
    position: absolute;
    left: -15px;
    text-align: center;
    width: 30px;
}
.theme-search-results-item-flight-section-path-line-end {
    right: -15px;
    left: auto;
}
.theme-search-results-item-flight-section-path-line-middle,
.theme-search-results-item-flight-section-path-line-middle-1,
.theme-search-results-item-flight-section-path-line-middle-2 {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.theme-search-results-item-flight-section-path-line-middle .theme-search-results-item-flight-section-path-line-dot,
.theme-search-results-item-flight-section-path-line-middle-1 .theme-search-results-item-flight-section-path-line-dot,
.theme-search-results-item-flight-section-path-line-middle-2 .theme-search-results-item-flight-section-path-line-dot {
    background: #999;
}
.theme-search-results-item-flight-section-path-line-middle .theme-search-results-item-flight-section-path-icon,
.theme-search-results-item-flight-section-path-line-middle-1 .theme-search-results-item-flight-section-path-icon,
.theme-search-results-item-flight-section-path-line-middle-2 .theme-search-results-item-flight-section-path-icon {
    visibility: hidden;
}
.theme-search-results-item-flight-section-path-line-middle-1 {
    left: 33%;
    transform: traslateX(-33%);
    -webkit-transform: traslateX(-33%);
    -moz-transform: traslateX(-33%);
    -o-transform: traslateX(-33%);
    -ms-transform: traslateX(-33%);
}
.theme-search-results-item-flight-section-path-line-middle-2 {
    left: 66%;
    transform: translateX(-66%);
}
.theme-search-results-item-flight-section-path-line-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #287dfa;
    margin-top: -3px;
    margin-bottom: 10px;
    margin-left: 10px;
    box-shadow: 0 0 0 2px #fff;
    -webkit-box-shadow: 0 0 0 2px #fff;
}
.theme-search-results-item-flight-section-path-line-title {
    font-size: 9px;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -ms-filter: "alpha(opacity=65)";
}
.theme-search-results-item-flight-section-path-fly-time {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.theme-search-results-item-flight-section-path-fly-time > p {
    font-size: 12px;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -ms-filter: "alpha(opacity=65)";
}
.theme-search-results-item-flight-detail-items .theme-search-results-item-flight-details {
    margin-bottom: 30px;
}
.theme-search-results-item-flight-detail-items .theme-search-results-item-flight-details:last-child {
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .theme-search-results-item-flight-details-info {
        margin-bottom: 15px;
    }
}
.theme-search-results-item-flight-details-info-title {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 10px;
    color: #999;
    margin-top: 0;
    margin-bottom: 7px;
}
.theme-search-results-item-flight-details-info-date {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3px;
    line-height: 1em;
}
.theme-search-results-item-flight-details-info-cities {
    font-size: 10px;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin-bottom: 10px;
    -ms-filter: "alpha(opacity=65)";
}
.theme-search-results-item-flight-details-info-fly-time {
    font-size: 16px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    margin-bottom: 0;
    -ms-filter: "alpha(opacity=70)";
}
.theme-search-results-item-flight-details-info-stops {
    font-size: 12px;
    margin-bottom: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: "alpha(opacity=40)";
}
.theme-search-results-item-flight-details-schedule-list {
    list-style: none;
    margin: 0;
    padding-left: 30px;
    position: relative;
}
.theme-search-results-item-flight-details-schedule-list:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: rgb(0 108 250 / 19%);
    top: 0;
    left: 0;
    position: absolute;
}
.theme-search-results-item-flight-details-schedule-list > li {
    margin-bottom: 30px;
    position: relative;
}
.theme-search-results-item-flight-details-schedule-list > li:last-child {
    margin-bottom: 0;
}
.theme-search-results-item-flight-details-schedule-icon {
    position: absolute;
    top: 16px;
    left: -42px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 0 1px #fff;
    color: #0d6efd;
    border-radius: 50%;
    display: block;
    font-size: 16px;
}
.theme-search-results-item-flight-details-schedule-icon.fa-plane {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.theme-search-results-item-flight-details-schedule-icon.fa-plane:before {
    backface-visibility: hidden;
    position: relative;
    top: 1px;
    margin-left: -1px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.theme-search-results-item-flight-details-schedule-dots {
    position: absolute;
    top: 29px;
    left: 0;
    width: 100%;
    border-top: 2px dotted #000;
    opacity: 0.1;
    filter: alpha(opacity=10);
    -ms-filter: "alpha(opacity=10)";
}
.theme-search-results-item-flight-details-schedule-date {
    font-size: 10px;
    margin-bottom: 18px;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -ms-filter: "alpha(opacity=65)";
}
.theme-search-results-item-flight-details-schedule-time {
    font-size: 16px;
    margin-bottom: 7px;
    line-height: 1em;
    position: relative;
    display: table;
    z-index: 2;
    padding-right: 10px;
}
.theme-search-results-item-flight-details-schedule-time-item {
    font-weight: bold;
    text-transform: uppercase;
}
.theme-search-results-item-flight-details-schedule-time-item > span {
    font-weight: normal;
    font-size: 10px;
    margin-left: 1.5px;
}
.theme-search-results-item-flight-details-schedule-time-separator {
    padding: 0 6px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: "alpha(opacity=30)";
}
.theme-search-results-item-flight-details-schedule-fly-time {
    position: absolute;
    top: 42px;
    right: 0;
    font-size: 12px;
    color: #000;
    padding-left: 10px;
    z-index: 2;
}
.theme-search-results-item-flight-details-schedule-destination {
    margin-bottom: 10px;
    overflow: hidden;
}
.theme-search-results-item-flight-details-schedule-destination-item,
.theme-search-results-item-flight-details-schedule-destination-separator {
    float: left;
}
.theme-search-results-item-flight-details-schedule-destination-separator {
    margin: 0 10px;
}
.theme-search-results-item-flight-details-schedule-destination-separator > span {
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: block;
    line-height: 24px;
    -ms-filter: "alpha(opacity=50)";
}
.theme-search-results-item-flight-details-schedule-destination-title {
    font-size: 12px;
    margin-bottom: 0;
}
.theme-search-results-item-flight-details-schedule-destination-city {
    font-size: 10px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-bottom: 0;
    -ms-filter: "alpha(opacity=50)";
}
.theme-search-results-item-flight-details-schedule-features {
    font-size: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}
.theme-search-results-item-flight-details-schedule-features > li {
    display: inline-block;
    margin-right: 10px;
}
._mb-10 {
    margin-bottom: 10px !important;
}
.flight_desc {
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    word-wrap: break-word;
}
.content-wrapper .heading-title {
    font-size: 20px !important;
}
.landing {
    transform: rotate(40deg) !important;
    -webkit-transform: rotate(40deg) !important;
    -moz-transform: rotate(40deg) !important;
    -o-transform: rotate(40deg) !important;
    -ms-transform: rotate(40deg) !important;
}
.takeoff {
    transform: rotate(-40deg) !important;
    -webkit-transform: rotate(-40deg) !important;
    -moz-transform: rotate(-40deg) !important;
    -o-transform: rotate(-40deg) !important;
    -ms-transform: rotate(-40deg) !important;
}
.autocomplete-wrapper input {
    width: 100%;
}
.autocomplete-results {
    z-index: 1050 !important;
    min-width: 300px;
    overflow: auto;
    max-height: 350px;
    box-shadow: rgba(0, 0, 0, 0.37) 0 50px 100px, rgba(0, 0, 0, 0.22) 0 5px 50px;
    width: 100%;
    position: absolute;
    background: white;
    z-index: 100;
    top: 100%;
    left: 0;
    font-size: 13px;
    border: solid 0px #ddd;
    border-top-width: 0;
    border-bottom-color: #ccc;
    -webkit-box-shadow: rgba(0, 0, 0, 0.37) 0 50px 100px, rgba(0, 0, 0, 0.22) 0 5px 50px;
}
.autocomplete-result {
    padding: 10px 4px;
    height: 58px;
    border-bottom: solid 1px #eee;
    cursor: pointer;
    transition: background-color 100ms linear;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
}
.autocomplete-result:last-child {
    border-bottom-width: 0;
}
.autocomplete-result:hover {
    color: #fff;
    background: #0058e6;
}
.autocomplete-result:hover b {
    color: #000000;
    background: #ffffff;
}
.autocomplete-result b {
    text-align: center;
    float: right;
    width: 40px;
    margin: 0px 0px;
    border: 1px solid rgb(229, 233, 243);
    border-radius: 4px;
    padding: 3px 3px;
    font-size: 10px;
    font-weight: 700;
    max-width: 70%;
}
.autocomplete-result i {
    float: left;
    width: 45px;
    margin: -5px 0px;
    border-radius: 4px;
    padding: 10px 1px;
    font-size: 20px;
    text-align: -webkit-center;
}
.autocomplete-location {
    opacity: 0.8;
    font-size: smaller;
    margin-left: 45px;
    margin-top: -4px;
    line-height: 11px;
}
.autocomplete-results[data-highlight="0"] > :nth-child(1) {
    color: white;
    background: #26c9ff;
    border-bottom-color: #26c9ff;
    outline: solid 1px #00b6f2;
}
.autocomplete-results[data-highlight="1"] > :nth-child(2) {
    color: white;
    background: #26c9ff;
    border-bottom-color: #26c9ff;
    outline: solid 1px #00b6f2;
}
.autocomplete-results[data-highlight="2"] > :nth-child(3) {
    color: white;
    background: #26c9ff;
    border-bottom-color: #26c9ff;
    outline: solid 1px #00b6f2;
}
.autocomplete-results[data-highlight="3"] > :nth-child(4) {
    color: white;
    background: #26c9ff;
    border-bottom-color: #26c9ff;
    outline: solid 1px #00b6f2;
}
.autocomplete-results[data-highlight="4"] > :nth-child(5) {
    color: white;
    background: #26c9ff;
    border-bottom-color: #26c9ff;
    outline: solid 1px #00b6f2;
}
.autocomplete-results[data-highlight="5"] > :nth-child(6) {
    color: white;
    background: #26c9ff;
    border-bottom-color: #26c9ff;
    outline: solid 1px #00b6f2;
}
.autocomplete-results[data-highlight="6"] > :nth-child(7) {
    color: white;
    background: #26c9ff;
    border-bottom-color: #26c9ff;
    outline: solid 1px #00b6f2;
}
.autocomplete-results[data-highlight="7"] > :nth-child(8) {
    color: white;
    background: #26c9ff;
    border-bottom-color: #26c9ff;
    outline: solid 1px #00b6f2;
}
.autocomplete-results[data-highlight="8"] > :nth-child(9) {
    color: white;
    background: #26c9ff;
    border-bottom-color: #26c9ff;
    outline: solid 1px #00b6f2;
}
.ladda-button {
    position: relative;
}
.ladda-button .ladda-spinner {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 50px;
    height: 32px;
    top: 50%;
    margin-top: 0;
    opacity: 0;
    pointer-events: none;
}
.ladda-button .ladda-label {
    position: relative;
    z-index: 3;
}
.ladda-button .ladda-progress {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: 0.1s linear all !important;
    -webkit-transition: 0.1s linear all !important;
    -moz-transition: 0.1s linear all !important;
    -ms-transition: 0.1s linear all !important;
    -o-transition: 0.1s linear all !important;
}
.ladda-button[data-loading] .ladda-progress {
    opacity: 1;
    visibility: visible;
}
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}
.ladda-button[data-style="zoom-in"],
.ladda-button[data-style="zoom-in"] .ladda-spinner,
.ladda-button[data-style="zoom-in"] .ladda-label,
.ladda-button[data-style="zoom-out"],
.ladda-button[data-style="zoom-out"] .ladda-spinner,
.ladda-button[data-style="zoom-out"] .ladda-label {
    transition: 0.3s ease all !important;
    -webkit-transition: 0.3s ease all !important;
    -moz-transition: 0.3s ease all !important;
    -ms-transition: 0.3s ease all !important;
    -o-transition: 0.3s ease all !important;
}
.ladda-button[data-style="expand-right"] .ladda-spinner {
    right: -6px;
}
.ladda-button[data-style="expand-right"][data-size="s"] .ladda-spinner,
.ladda-button[data-style="expand-right"][data-size="xs"] .ladda-spinner {
    right: -12px;
}
.ladda-button[data-style="expand-right"][data-loading] {
    padding-right: 56px;
}
.ladda-button[data-style="expand-right"][data-loading] .ladda-spinner {
    opacity: 1;
}
.ladda-button[data-style="expand-right"][data-loading][data-size="s"],
.ladda-button[data-style="expand-right"][data-loading][data-size="xs"] {
    padding-right: 40px;
}
.ladda-button[data-style="expand-left"] .ladda-spinner {
    left: 26px;
}
.ladda-button[data-style="expand-left"][data-size="s"] .ladda-spinner,
.ladda-button[data-style="expand-left"][data-size="xs"] .ladda-spinner {
    left: 4px;
}
.ladda-button[data-style="expand-left"][data-loading] {
    padding-left: 56px;
}
.ladda-button[data-style="expand-left"][data-loading] .ladda-spinner {
    opacity: 1;
}
.ladda-button[data-style="expand-left"][data-loading][data-size="s"],
.ladda-button[data-style="expand-left"][data-loading][data-size="xs"] {
    padding-left: 40px;
}
.ladda-button[data-style="expand-up"] {
    overflow: hidden;
}
.ladda-button[data-style="expand-up"] .ladda-spinner {
    top: -32px;
    left: 50%;
    margin-left: 0;
}
.ladda-button[data-style="expand-up"][data-loading] {
    padding-top: 54px;
}
.ladda-button[data-style="expand-up"][data-loading] .ladda-spinner {
    opacity: 1;
    top: 26px;
    margin-top: 0;
}
.ladda-button[data-style="expand-up"][data-loading][data-size="s"],
.ladda-button[data-style="expand-up"][data-loading][data-size="xs"] {
    padding-top: 32px;
}
.ladda-button[data-style="expand-up"][data-loading][data-size="s"] .ladda-spinner,
.ladda-button[data-style="expand-up"][data-loading][data-size="xs"] .ladda-spinner {
    top: 4px;
}
.ladda-button[data-style="expand-down"] {
    overflow: hidden;
}
.ladda-button[data-style="expand-down"] .ladda-spinner {
    top: 62px;
    left: 50%;
    margin-left: 0;
}
.ladda-button[data-style="expand-down"][data-size="s"] .ladda-spinner,
.ladda-button[data-style="expand-down"][data-size="xs"] .ladda-spinner {
    top: 40px;
}
.ladda-button[data-style="expand-down"][data-loading] {
    padding-bottom: 54px;
}
.ladda-button[data-style="expand-down"][data-loading] .ladda-spinner {
    opacity: 1;
}
.ladda-button[data-style="expand-down"][data-loading][data-size="s"],
.ladda-button[data-style="expand-down"][data-loading][data-size="xs"] {
    padding-bottom: 32px;
}
.ladda-button[data-style="slide-left"] {
    overflow: hidden;
}
.ladda-button[data-style="slide-left"] .ladda-label {
    position: relative;
}
.ladda-button[data-style="slide-left"] .ladda-spinner {
    left: 100%;
    margin-left: 0;
}
.ladda-button[data-style="slide-left"][data-loading] .ladda-label {
    opacity: 0;
    left: -100%;
}
.ladda-button[data-style="slide-left"][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%;
}
.ladda-button[data-style="slide-right"] {
    overflow: hidden;
}
.ladda-button[data-style="slide-right"] .ladda-label {
    position: relative;
}
.ladda-button[data-style="slide-right"] .ladda-spinner {
    right: 100%;
    margin-left: 0;
    left: 16px;
}
.ladda-button[data-style="slide-right"][data-loading] .ladda-label {
    opacity: 0;
    left: 100%;
}
.ladda-button[data-style="slide-right"][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%;
}
.ladda-button[data-style="slide-up"] {
    overflow: hidden;
}
.ladda-button[data-style="slide-up"] .ladda-label {
    position: relative;
}
.ladda-button[data-style="slide-up"] .ladda-spinner {
    left: 50%;
    margin-left: 0;
    margin-top: 1em;
}
.ladda-button[data-style="slide-up"][data-loading] .ladda-label {
    opacity: 0;
    top: -1em;
}
.ladda-button[data-style="slide-up"][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: 0;
}
.ladda-button[data-style="slide-down"] {
    overflow: hidden;
}
.ladda-button[data-style="slide-down"] .ladda-label {
    position: relative;
}
.ladda-button[data-style="slide-down"] .ladda-spinner {
    left: 50%;
    margin-left: 0;
    margin-top: -2em;
}
.ladda-button[data-style="slide-down"][data-loading] .ladda-label {
    opacity: 0;
    top: 1em;
}
.ladda-button[data-style="slide-down"][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: 0;
}
.ladda-button[data-style="zoom-out"] {
    overflow: hidden;
}
.ladda-button[data-style="zoom-out"] .ladda-spinner {
    left: 50%;
    margin-left: 32px;
    transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
}
.ladda-button[data-style="zoom-out"] .ladda-label {
    position: relative;
    display: inline-block;
}
.ladda-button[data-style="zoom-out"][data-loading] .ladda-label {
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
}
.ladda-button[data-style="zoom-out"][data-loading] .ladda-spinner {
    opacity: 1;
    margin-left: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.ladda-button[data-style="zoom-in"] {
    overflow: hidden;
}
.ladda-button[data-style="zoom-in"] .ladda-spinner {
    left: 50%;
    margin-left: -16px;
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
}
.ladda-button[data-style="zoom-in"] .ladda-label {
    position: relative;
    display: inline-block;
}
.ladda-button[data-style="zoom-in"][data-loading] .ladda-label {
    opacity: 0;
    transform: scale(2.2);
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
}
.ladda-button[data-style="zoom-in"][data-loading] .ladda-spinner {
    opacity: 1;
    margin-left: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.ladda-button[data-style="contract"] {
    overflow: hidden;
}
.ladda-button[data-style="contract"] .ladda-spinner {
    left: 50%;
    margin-left: 0;
}
.ladda-button[data-style="contract"][data-loading] {
    border-radius: 50%;
    width: 52px;
}
.ladda-button[data-style="contract"][data-loading] .ladda-label {
    opacity: 0;
}
.ladda-button[data-style="contract"][data-loading] .ladda-spinner {
    opacity: 1;
}
.ladda-button[data-style="contract-overlay"] {
    overflow: hidden;
    box-shadow: 0 0 0 2000px transparent;
}
.ladda-button[data-style="contract-overlay"] .ladda-spinner {
    left: 50%;
    margin-left: 0;
}
.ladda-button[data-style="contract-overlay"][data-loading] {
    border-radius: 50%;
    width: 52px;
    box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0.8);
}
.ladda-button[data-style="contract-overlay"][data-loading] .ladda-label {
    opacity: 0;
}
.ladda-button[data-style="contract-overlay"][data-loading] .ladda-spinner {
    opacity: 1;
}
.ladda-button {
    background-color: #be160e;
    border-color: #be160e;
    border: 0;
    padding: 14px 18px;
    font-size: 0.9rem !important;
    width: 100%;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    height: 55px;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}
.ladda-button:hover {
    border-color: rgba(0, 0, 0, 0.07);
    background-color: darkred;
    transform: scale(1.06);
}
.ladda-button[data-color="green"] {
    background: #2aca76;
}
.ladda-button[data-color="green"]:hover {
    background-color: #38d683;
}
.ladda-button[data-color="blue"] {
    background: #53b5e6;
}
.ladda-button[data-color="blue"]:hover {
    background-color: #69bfe9;
}
.ladda-button[data-color="red"] {
    background: #ea8557;
}
.ladda-button[data-color="red"]:hover {
    background-color: #ed956e;
}
.ladda-button[data-color="purple"] {
    background: #9973c2;
}
.ladda-button[data-color="purple"]:hover {
    background-color: #a685ca;
}
.ladda-button[data-color="mint"] {
    background: #16a085;
}
.ladda-button[data-color="mint"]:hover {
    background-color: #19b698;
}
.ladda-button[disabled],
.ladda-button[data-loading] {
    border-color: rgba(0, 0, 0, 0.07);
}
.ladda-button[disabled],
.ladda-button[disabled]:hover,
.ladda-button[data-loading],
.ladda-button[data-loading]:hover {
    cursor: default;
    background-color: #999;
}
.ladda-button[data-size="xs"] {
    padding: 4px 8px;
}
.ladda-button[data-size="xs"] .ladda-label {
    font-size: 0.7em;
}
.ladda-button[data-size="s"] {
    padding: 6px 10px;
}
.ladda-button[data-size="s"] .ladda-label {
    font-size: 0.9em;
}
.ladda-button[data-size="l"] .ladda-label {
    font-size: 1.2em;
}
.ladda-button[data-size="xl"] .ladda-label {
    font-size: 1.5em;
}
button {
    outline: 0;
}
.irs {
    position: relative;
    display: block;
    user-select: none;
    font-size: 12px;
    font-family: "poppins", sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}
.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}
.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}
.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1;
}
.irs-handle.type_last {
    z-index: 2;
}
.irs-min,
.irs-max {
    position: absolute;
    display: block;
    cursor: default;
}
.irs-min {
    left: 0;
}
.irs-max {
    right: 0;
}
.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}
.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}
.irs-grid-pol.small {
    height: 4px;
}
.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}
.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}
.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}
.irs-disabled {
    opacity: 0.4;
}
.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}
.irs--flat {
    height: 40px;
}
.irs--flat.irs-with-grid {
    height: 60px;
}
.irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: #e1e4e9;
    border-radius: 4px;
}
.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #ed5565;
}
.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9;
}
.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
    background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    color: white;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ed5565;
    border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
    background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
    color: #999;
}
.irs--big {
    height: 55px;
}
.irs--big.irs-with-grid {
    height: 70px;
}
.irs--big .irs-line {
    top: 33px;
    height: 12px;
    background-color: white;
    background: linear-gradient(to bottom, #ddd -50%, white 150%);
    border: 1px solid #ccc;
    border-radius: 12px;
}
.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #92bce0;
    border: 1px solid #428bca;
    background: linear-gradient(to bottom, #fff 0, #428bca 30%, #b9d4ec 100%);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #cbcfd5;
    background: linear-gradient(to bottom, white 0, #b4b9be 30%, white 100%);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
    border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    border-color: rgba(0, 0, 0, 0.45);
    background-color: #939ba7;
    background: linear-gradient(to bottom, white 0, #919ba5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
    top: 0;
    padding: 1px 5px;
    color: white;
    text-shadow: none;
    background-color: #9f9f9f;
    border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
    color: white;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
    border-radius: 3px;
}
.irs--big .irs-grid-pol {
    background-color: #428bca;
}
.irs--big .irs-grid-text {
    color: #428bca;
}
.irs--modern {
    height: 55px;
}
.irs--modern.irs-with-grid {
    height: 55px;
}
.irs--modern .irs-line {
    top: 25px;
    height: 5px;
    background-color: #d1d6e0;
    background: linear-gradient(to bottom, #e0e4ea 0, #d1d6e0 100%);
    border: 1px solid #a3adc1;
    border-bottom-width: 0;
    border-radius: 5px;
}
.irs--modern .irs-bar {
    top: 25px;
    height: 5px;
    background: #20b426;
    background: linear-gradient(to bottom, #20b426 0, #18891d 100%);
}
.irs--modern .irs-bar--single {
    border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
    top: 37px;
    width: 12px;
    height: 13px;
    border: 1px solid #a3adc1;
    border-top-width: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
    position: absolute;
    display: block;
    top: -4px;
    left: 1px;
    width: 6px;
    height: 6px;
    border: 1px solid #a3adc1;
    background: white;
    transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 10px;
    height: 12px;
    background: #e9e6e6;
    background: linear-gradient(to bottom, white 0, #e9e6e6 100%);
    border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 5px;
    border-left: 1px solid #a3adc1;
    border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
    border-color: #7685a2;
    background: #c3c7cd;
    background: linear-gradient(to bottom, #fff 0, #919ba5 30%, #fff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
    border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
    border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
    top: 0;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    color: white;
    background-color: #d1d6e0;
    border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #20b426;
    color: white;
    border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #20b426;
}
.irs--modern .irs-grid {
    height: 25px;
}
.irs--modern .irs-grid-pol {
    background-color: #dedede;
}
.irs--modern .irs-grid-text {
    color: silver;
    font-size: 13px;
}
.irs--sharp {
    height: 50px;
    font-size: 12px;
    line-height: 1;
}
.irs--sharp.irs-with-grid {
    height: 57px;
}
.irs--sharp .irs-line {
    top: 30px;
    height: 2px;
    background-color: black;
    border-radius: 2px;
}
.irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
    border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
    background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
    border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
    color: white;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 4px;
    opacity: 0.4;
    background-color: #a804b2;
    border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 4px;
    background-color: #a804b2;
    color: white;
    border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
    height: 25px;
}
.irs--sharp .irs-grid-pol {
    background-color: #dedede;
}
.irs--sharp .irs-grid-text {
    color: silver;
    font-size: 13px;
}
.irs--round {
    height: 50px;
}
.irs--round.irs-with-grid {
    height: 65px;
}
.irs--round .irs-line {
    top: 36px;
    height: 4px;
    background-color: #dee4ec;
    border-radius: 4px;
}
.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #006cfa;
}
.irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #006cfa;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #006cfa;
    color: white;
    border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #006cfa;
}
.irs--round .irs-grid {
    height: 25px;
}
.irs--round .irs-grid-pol {
    background-color: #dedede;
}
.irs--round .irs-grid-text {
    color: silver;
    font-size: 13px;
}
.irs--square {
    height: 50px;
}
.irs--square.irs-with-grid {
    height: 60px;
}
.irs--square .irs-line {
    top: 31px;
    height: 4px;
    background-color: #dedede;
}
.irs--square .irs-bar {
    top: 31px;
    height: 4px;
    background-color: black;
}
.irs--square .irs-shadow {
    height: 2px;
    bottom: 21px;
    background-color: #dedede;
}
.irs--square .irs-handle {
    top: 25px;
    width: 16px;
    height: 16px;
    border: 3px solid black;
    background-color: white;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
    background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: black;
    color: white;
}
.irs--square .irs-grid {
    height: 25px;
}
.irs--square .irs-grid-pol {
    background-color: #dedede;
}
.irs--square .irs-grid-text {
    color: silver;
    font-size: 11px;
}
.calendar-legend {
    margin: 0 0 10px;
    text-align: left;
}
.calendar-legend .calendar-key {
    display: inline-block;
    line-height: 21px;
    height: 21px;
    width: 23px;
    position: relative;
}
.calendar-legend .available-key {
    background-color: #fff;
}
.calendar-legend .calendar-key-box {
    height: 21px;
    width: 23px;
    position: absolute;
    top: 4px;
    left: 0;
    border: 1px solid #dbdbdb;
}
.calendar-legend .calendar-key {
    display: inline-block;
    line-height: 21px;
    height: 21px;
    width: 23px;
    position: relative;
}
dt {
    font-weight: 700;
}
.calendar-legend .calendar-label {
    margin: 0 30px 0 5px;
}
.calendar-legend dt,
.calendar-legend dd {
    display: inline-block;
}
.calendar-legend .blocked-key {
    background-color: #ff9494;
    text-decoration: line-through;
}
.today {
    background-color: #8ab1ff;
    border-radius: 0px !important;
    color: #fff;
    padding: 3px;
}
.calendar-legend .today {
    background-color: #8ab1ff;
}
.notavailable {
    background-color: #ff9494;
    text-decoration: line-through;
}
.availability-table {
    width: 30% !important;
    margin-top: 15px !important;
    padding: 10px;
    border: solid 1px #f5f5f5;
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    height: 250px;
    margin-top: 2%;
}
#rotatingDiv {
    display: block;
    margin: 16px auto;
    height: 50px;
    width: 50px;
    border-left: 8px solid rgba(0, 0, 0, 0.2);
    border-right: 8px solid rgba(0, 0, 0, 0.2);
    border-bottom: 8px solid rgba(0, 0, 0, 0.2);
    border-top: 8px solid rgba(33, 128, 192, 1);
    border-radius: 100%;
    animation: rotation 0.9s infinite linear;
    -webkit-animation: rotation 0.9s infinite linear;
    -moz-animation: rotation 0.9s infinite linear;
    -o-animation: rotation 0.9s infinite linear;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}
@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}
.rotatingDiv {
    display: block;
    margin: 16px auto;
    height: 40px;
    width: 40px;
    animation: rotation 0.3s infinite linear;
    border-left: 4px solid rgba(0, 0, 0, 0.1);
    border-right: 4px solid rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid rgb(0 67 191);
    border-radius: 100%;
    -webkit-animation: rotation 0.9s infinite linear;
    -moz-animation: rotation 0.9s infinite linear;
    -o-animation: rotation 0.9s infinite linear;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}
@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}
.spiner {
    display: block;
    margin-top: -5px auto;
    height: 40px;
    width: 40px;
    animation: rotation 0.3s infinite linear;
    border-left: 4px solid rgba(0, 0, 0, 0.1);
    border-right: 4px solid rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid rgb(0 67 191);
    border-radius: 100%;
    -webkit-animation: rotation 0.9s infinite linear;
    -moz-animation: rotation 0.9s infinite linear;
    -o-animation: rotation 0.9s infinite linear;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}
@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}
.ladda-spinner {
    display: none !important;
}
[data-loading]::after {
    position: absolute;
    content: "";
    justify-content: center;
    left: 50%;
    top: 5%;
    margin: 10px auto;
    align-items: center;
    display: flex;
    height: 30px;
    width: 30px;
    animation: rotation 0.3s infinite linear;
    border-left: 4px solid rgba(0, 0, 0, 0.1);
    border-right: 4px solid rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid rgb(0 67 191);
    border-radius: 100%;
    -webkit-animation: rotation 0.9s infinite linear;
    -moz-animation: rotation 0.9s infinite linear;
    -o-animation: rotation 0.9s infinite linear;
}
.more_details {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #0d6efd;
    color: #0d6efd;
    height: 36px;
    line-height: 10px;
    padding: 10px;
    width: 160px;
}
.more_details:hover {
    background: aliceblue;
    border: 1px solid #0d6efd;
}
.more_details[data-loading]::after {
    position: absolute;
    content: "";
    justify-content: center;
    left: 50%;
    top: -3px;
    margin: 10px auto;
    align-items: center;
    display: flex;
    height: 20px;
    width: 20px;
    border-left: 4px solid rgba(0, 0, 0, 0.1);
    border-right: 4px solid rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid rgb(0 67 191);
    border-radius: 100%;
    animation: rotation 0.3s infinite linear;
    -webkit-animation: rotation 0.9s infinite linear;
    -moz-animation: rotation 0.9s infinite linear;
    -o-animation: rotation 0.9s infinite linear;
}
.ladda-sm {
    background: #fff;
    border: 1px solid #0d6efd;
    color: #0d6efd;
    height: 36px;
    line-height: 10px;
    padding: 10px;
    width: 160px;
}
.laddle-sm:hover {
    background: aliceblue;
    border: 1px solid #0d6efd;
}
.ladda-sm[data-loading]::after {
    position: absolute;
    content: "";
    justify-content: center;
    left: 50%;
    top: -3px;
    margin: 10px auto;
    align-items: center;
    display: flex;
    height: 20px;
    width: 20px;
    animation: rotation 0.3s infinite linear;
    border-left: 4px solid rgba(0, 0, 0, 0.1);
    border-right: 4px solid rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid rgb(0 67 191);
    border-radius: 100%;
    -webkit-animation: rotation 0.9s infinite linear;
    -moz-animation: rotation 0.9s infinite linear;
    -o-animation: rotation 0.9s infinite linear;
}
.matrialprogress {
    position: relative;
    height: 10px;
    display: block;
    width: 100%;
    background-color: #bfc1ce;
    border-radius: 2px;
    background-clip: padding-box;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}
.matrialprogress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #3f51b5;
    transition: width 0.3s linear;
}
.matrialprogress .indeterminate {
    background-color: #3f51b5;
}
.matrialprogress .indeterminate:before {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.matrialprogress .indeterminate:after {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation-delay: 1.15s;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
}
@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}
@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}
@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}
@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}
th {
    text-align: center;
}
.strong {
    font-weight: bold;
}
.dropdown-item {
    padding: 0.25rem 1rem;
}
.form-control-lg {
    min-height: 55px;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border-radius: 4px;
}
.text-right {
    float: right;
}
.text-left {
    float: left;
}
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1rem !important;
    border-radius: 4px;
    height: 55px;
}
.btn-block {
    width: 100%;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.section-tab .nav-tabs .nav-link {
    text-transform: capitalize;
}
.control {
    text-align: left;
    letter-spacing: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: rgba(26, 57, 96, 0.10196078431372549);
    width: 100%;
    border: 1px solid #ced4da;
    outline: 0;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    height: 55px;
}
.decrease,
.increase {
    cursor: pointer;
}
.featured_gray {
    background: #f8f9ff;
    padding: 50px 0;
}
.roomBtn label {
    color: #0d233e;
    font-size: 15px;
    margin-bottom: 0;
}
.modify_search {
    background: #fff;
}
.modify_search .form-control,
.modify_search .select2-selection,
.modify_search .dropdown-btn {
    background: #fff !important;
    border: 1px solid #b9c6d4;
}
.modify_search .form-control:hover,
.modify_search .select2-selection:hover {
    box-shadow: #0d6efd 0px 0px 0px 1px inset !important ;
}
.modify_search .form-control:hover,
.modify_search .dropdown-btn:hover {
    box-shadow: #0d6efd 0px 0px 0px 1px inset !important ;
}
.modify_search .input-label,
.modify_search label,
.modify_search .label-text {
    display: none;
}
.modify_search .flight_types label {
    display: block !important;
}
.modify_search .dropdown label {
    display: block;
}
.modify_search .input-label,
.modify_search .btn-search button {
    margin: 0;
}
.modify_search .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 24px;
}
.modify_search .dropdown-btn::after {
    display: none;
}
.flights_line label {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.card-header strong {
    color: #0d6efd;
}
.btn-search button {
    margin: 28px 0 0;
}
.travellers p {
    margin: 0 18px;
}
.plane-loader {
    position: relative;
    width: 250px;
    height: 250px;
    background-color: #0058e6;
    margin: 20px auto;
    border-radius: 125px;
    overflow: hidden;
    z-index: 1;
}
.plane {
    position: absolute;
    top: 60px;
    left: 60px;
    height: 130px;
    width: 130px;
    animation: levitate 4s alternate ease-in-out infinite;
    transition: transform 150ms ease;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.cloud {
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}
.cloud1 {
    top: -30px;
    left: 30px;
    height: 39px;
    width: 42px;
    animation: cloud1 7s linear infinite;
}
.cloud2 {
    top: -260px;
    left: 150px;
    height: 82px;
    width: 96px;
    animation: cloud2 5s linear infinite;
    opacity: 0.5;
}
.cloud3 {
    height: 82px;
    width: 96px;
    animation: cloud3 15s linear infinite 10s;
    top: -80px;
    left: 130px;
}
.cloud4 {
    top: -30px;
    left: 180px;
    height: 39px;
    width: 42px;
    animation: cloud4 20s linear infinite;
}
.steam {
    position: absolute;
    top: 80px;
    left: 73px;
}
.steam div {
    opacity: 0;
    position: absolute;
    height: 120px;
    width: 10px;
    background: #fff;
    border-radius: 5px;
    animation: steam 0.4s ease-in-out infinite;
}
.steam .c2 {
    animation-delay: 50ms;
}
.steam .c3 {
    animation-delay: 150ms;
}
.steam .c4 {
    animation-delay: 200ms;
}
.steam .c5 {
    animation-delay: 250ms;
}
.steam .c6 {
    animation-delay: 300ms;
}
.steam .c7 {
    animation-delay: 350ms;
}
.steam .c8 {
    animation-delay: 400ms;
}
.steam .c9 {
    animation-delay: 450ms;
}
.steam .c10 {
    animation-delay: 500ms;
}
.steam2 {
    top: 75px;
    left: 91px;
}
.steam3 {
    top: 75px;
    left: 146px;
}
.steam4 {
    left: 166px;
}
@keyframes levitate {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(-1px, 1px) scale(1.003);
    }
    50% {
        transform: translate(0, 1px) scale(1);
    }
    75% {
        transform: translate(-1px, 0) scale(1);
    }
    100% {
        transform: translate(0, -1px) scale(0.997);
    }
}
@keyframes cloud1 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    98% {
        transform: translate(0, 290px) scale(1);
    }
    99% {
        transform: translate(-100px, 290px) scale(1);
    }
    100% {
        transform: translate(-100px, 0) scale(1);
    }
}
@keyframes cloud2 {
    0% {
        transform: translate(0, 0) scale(4);
    }
    70% {
        transform: translate(0, 0) scale(4);
    }
    98% {
        transform: translate(0, 1000px) scale(4);
    }
    99% {
        transform: translate(200px, 1000px) scale(1);
    }
    100% {
        transform: translate(200px, 0) scale(1);
    }
}
@keyframes cloud4 {
    0% {
        transform: translate(0, 0) scale(0.3) rotate(150deg);
    }
    98% {
        transform: translate(0, 290px) scale(0.3) rotate(150deg);
    }
    99% {
        transform: translate(200px, 290px) scale(1);
    }
    100% {
        transform: translate(200px, 0) scale(1);
    }
}
@keyframes cloud3 {
    0% {
        transform: translate(0, 0) scale(1) rotate(180deg);
    }
    98% {
        transform: translate(0, 330px) scale(1) rotate(180deg);
    }
    99% {
        transform: translate(200px, 330px) scale(1);
    }
    100% {
        transform: translate(200px, 0) scale(1);
    }
}
@keyframes steam {
    0% {
        transform: translate(0, 0) scale(0);
        opacity: 0;
    }
    100% {
        transform: translate(0, 280px) scale(1, 3);
        opacity: 1;
    }
}
.plane {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22138%22%20height%3D%22130%22%20viewBox%3D%220%200%20138%20130%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M18.359375%2053.6070313C20.5734375%2053.6070313%2022.3664062%2055.403125%2022.3664062%2057.6164063L22.3664062%2062.9601563C22.3664062%2065.175%2020.5734375%2066.96875%2018.359375%2066.96875%2016.146875%2066.96875%2014.3515625%2065.175%2014.3515625%2062.9601563L14.3515625%2057.6164063C14.3515625%2055.403125%2016.146875%2053.6070313%2018.359375%2053.6070313M39.8648438%2044.196875C42.0789063%2044.196875%2043.875%2045.9921875%2043.875%2048.2054687L43.875%2053.5492187C43.875%2055.7640625%2042.0789063%2057.5585937%2039.8648438%2057.5585937%2037.6507813%2057.5585937%2035.85625%2055.7640625%2035.85625%2053.5492187L35.85625%2048.2054687C35.85625%2045.9921875%2037.6507813%2044.196875%2039.8648438%2044.196875%22%2F%3E%3Cpolyline%20fill%3D%22%23FFA600%22%20points%3D%2264.623%20108.155%2046.487%20119.975%2048.025%20127.793%2068.184%20121.874%2064.623%20108.155%22%2F%3E%3Cpolyline%20fill%3D%22%23FFA600%22%20points%3D%2273.452%20108.155%2091.591%20119.975%2090.051%20127.793%2069.894%20121.874%2073.452%20108.155%22%2F%3E%3Cpolyline%20fill%3D%22%23F4F4F4%22%20points%3D%22.25%2077.402%2064.288%2072.034%2064.288%2039.112%20.25%2070.188%20.25%2077.402%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M119.640625%2053.6070313C117.425781%2053.6070313%20115.632031%2055.403125%20115.632031%2057.6164063L115.632031%2062.9601563C115.632031%2065.175%20117.425781%2066.96875%20119.640625%2066.96875%20121.853125%2066.96875%20123.65%2065.175%20123.65%2062.9601563L123.65%2057.6164063C123.65%2055.403125%20121.853125%2053.6070313%20119.640625%2053.6070313M98.1351563%2044.196875C95.9210938%2044.196875%2094.1257813%2045.9921875%2094.1257813%2048.2054687L94.1257813%2053.5492187C94.1257813%2055.7640625%2095.9210938%2057.5585937%2098.1351563%2057.5585937%20100.349219%2057.5585937%20102.142188%2055.7640625%20102.142188%2053.5492187L102.142188%2048.2054687C102.142188%2045.9921875%20100.349219%2044.196875%2098.1351563%2044.196875%22%2F%3E%3Cpolyline%20fill%3D%22%23F4F4F4%22%20points%3D%22137.749%2077.402%2073.712%2072.034%2073.712%2039.112%20137.749%2070.188%20137.749%2077.402%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M72.1414063%2C2.090625%20C71.34375%2C1.03046875%2070.1992188%2C0.42734375%2069.003125%2C0.43984375%20C67.8070313%2C0.45390625%2066.6726563%2C1.0796875%2065.8914063%2C2.15859375%20L65.8882813%2C2.1640625%20C60.40625%2C9.75%2057.4132813%2C19.3789062%2057.4132813%2C29.3828125%20L57.4132813%2C61.08125%20C57.4132813%2C67.9523437%2058.0390625%2C82.8390625%2059.2617188%2C90.259375%20C61.3546875%2C102.939062%2063.5164063%2C115.017969%2067.040625%2C127.711719%20C67.3460938%2C128.816406%2068.140625%2C129.550781%2069.03125%2C129.560937%20C69.925%2C129.56875%2070.7273438%2C128.849219%2071.046875%2C127.751562%20C74.678125%2C115.230469%2076.9359375%2C102.877344%2078.9453125%2C89.9078125%20C80.0414063%2C82.8445312%2080.5859375%2C68.4710937%2080.5859375%2C61.9492187%20L80.5859375%2C28.3929687%20C80.5859375%2C18.6890625%2077.5828125%2C9.3203125%2072.1414063%2C2.090625%22%2F%3E%3Cpath%20fill%3D%22%23E4E4E4%22%20d%3D%22M69.0429688%2C0.43984375%20L69%2C0.43984375%20L69%2C129.558594%20L69.05%2C129.558594%20C69.9351563%2C129.558594%2070.73125%2C128.841406%2071.046875%2C127.751562%20C74.678125%2C115.230469%2076.9359375%2C102.877344%2078.9453125%2C89.9078125%20C80.0414062%2C82.8445312%2080.5859375%2C68.4710937%2080.5859375%2C61.9492187%20L80.5859375%2C28.3929687%20C80.5859375%2C18.6890625%2077.5828125%2C9.3203125%2072.1414063%2C2.090625%20C71.3523438%2C1.04140625%2070.2265625%2C0.43984375%2069.0429688%2C0.43984375%22%2F%3E%3Cpath%20fill%3D%22%2300AFDD%22%20d%3D%22M68.6726563%2C9.840625%20C64.709375%2C9.840625%2061.496875%2C13.0523438%2061.496875%2C17.0148438%20C61.496875%2C17.2414063%2061.6507813%2C17.440625%2061.8710938%2C17.4992188%20C62.0898438%2C17.5570313%2062.321875%2C17.4585938%2062.4335938%2C17.2617188%20C63.6648438%2C15.0875%2065.9953125%2C13.6195313%2068.6726563%2C13.6195313%20C71.35%2C13.6195313%2073.6804688%2C15.0875%2074.9109375%2C17.2625%20C75.0234375%2C17.4601563%2075.2546875%2C17.5585938%2075.4742188%2C17.5%20C75.69375%2C17.44375%2075.8484375%2C17.2445313%2075.8484375%2C17.0179688%20L75.8484375%2C17.0164063%20C75.8484375%2C13.0523438%2072.6351563%2C9.840625%2068.6726563%2C9.840625%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M68.6726563%2C9.840625%20L68.6726563%2C13.6179688%20C71.3515625%2C13.6179688%2073.68125%2C15.0875%2074.9109375%2C17.2617188%20C75.003125%2C17.4226563%2075.1703125%2C17.5164063%2075.3476563%2C17.5164063%20L75.4757813%2C17.4992188%20C75.6953125%2C17.4421875%2075.85%2C17.2429688%2075.85%2C17.0148438%20C75.85%2C13.0523438%2072.6367188%2C9.840625%2068.6726563%2C9.840625%22%20opacity%3D%22.152%22%2F%3E%3Cpolygon%20fill%3D%22%23FFA600%22%20points%3D%2267.755%20121.461%2070.242%20121.461%2070.242%20105.548%2067.755%20105.548%22%2F%3E%3Cpolygon%20fill%3D%22%23FFA600%22%20points%3D%2269%20121.461%2070.242%20121.461%2070.242%20105.548%2069%20105.548%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.cloud1,
.cloud4 {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242%22%20height%3D%2239%22%20viewBox%3D%220%200%2042%2039%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22rotate(180%2021%2019.5)%22%3E%3Cpath%20fill%3D%22%23E6F4FA%22%20d%3D%22M28.9693613%2C12.1008289%20C29.469759%2C12.0343251%2029.9803124%2C12%2030.49887%2C12%20C36.8505945%2C12%2042%2C17.1462684%2042%2C23.4983049%20C42%2C29.8514715%2036.8505945%2C35%2030.49887%2C35%20C28.7713689%2C35%2027.132699%2C34.6188942%2025.6623971%2C33.9361096%20C23.0026635%2C37.029828%2018.9895771%2C39%2014.5%2C39%20C6.49201637%2C39%200%2C32.7318463%200%2C25%20C0%2C21.5922247%201.26111616%2C18.4687811%203.35731092%2C16.0410159%20C3.1237079%2C15.0657103%203%2C14.0476205%203%2C13.0005581%20C3%2C5.82056235%208.81882969%2C0%2016.0005581%2C0%20C22.8787115%2C0%2028.5073872%2C5.34054674%2028.9693613%2C12.1008289%20Z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M25.7129699%2C14.9431541%20C26.8536129%2C14.3396855%2028.1395044%2C14%2029.4988916%2C14%20C34.186139%2C14%2038%2C18.0366482%2038%2C23.0005869%20C38%2C27.9633518%2034.186139%2C32%2029.4988916%2C32%20C27.2986953%2C32%2025.2910292%2C31.1101569%2023.7801166%2C29.6524095%20C21.8873669%2C33.4138935%2017.9900082%2C36%2013.5%2C36%20C7.15899729%2C36%202%2C30.8421581%202%2C24.5%20C2%2C21.1954233%203.40113857%2C18.211869%205.64051942%2C16.1122333%20C5.22624883%2C14.9852652%205%2C13.7682536%205%2C12.4994255%20C5%2C6.70968977%209.71083876%2C2%2015.5005745%2C2%20C21.2903102%2C2%2026%2C6.70968977%2026%2C12.4994255%20C26%2C13.3404802%2025.9006144%2C14.1587676%2025.7129699%2C14.9431541%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.linear {
    overflow: hidden;
    width: 100%;
    height: 4px;
    background-color: #deebfa;
    margin: 0px auto;
}
.determinate {
    position: relative;
    max-width: 100%;
    height: 100%;
    transition: width 500ms ease-out 1s;
    background-color: #03a9f4;
    -webkit-transition: width 500ms ease-out 1s;
    -moz-transition: width 500ms ease-out 1s;
    -o-transition: width 500ms ease-out 1s;
}
.indeterminate {
    position: relative;
    width: 100%;
    height: 100%;
}
.indeterminate:before {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #0058e6;
    animation: indeterminate_first 1.5s infinite ease-out;
}
.indeterminate:after {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #0058e6;
    animation: indeterminate_second 1.5s infinite ease-in;
}
@keyframes indeterminate_first {
    0% {
        left: -100%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 10%;
    }
}
@keyframes indeterminate_second {
    0% {
        left: -150%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 10%;
    }
}
.linear_listing {
    height: 6px;
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}
.animated-loading {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeHolderShimmer;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}
.main_search {
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
.main_search_2{
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
.modify_search .main_search {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
}
.hotels .main_search .form-control {
    font-size: 14px;
}
.map_img {
    float: left;
    max-width: 55px !important;
    border-radius: 4px;
    margin-right: 8px;
    width: 100%;
}
.viewmap {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.viewmap button {
    position: absolute;
}
.search_tabs .input-label {
    font-size: 14px;
}
.input-wrapper {
    position: relative;
    min-height: 60px;
    cursor: pointer;
}
.dateright {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-left: 0px !important;
}
.dateleft {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 0px !important;
}
.multi-flight-field:first-child .multi_flight .multi-flight-remove {
    display: none !important;
}
.origin small.date {
    font-weight: bold;
    font-size: 16px;
}
.origin .flying_from {
    font-weight: bold;
    font-size: 18px;
}
.theme-bg {
    background: #e8f2ff;
}
.theme-bg p {
    color: #0d6efd;
    font-weight: bold;
}
.borders {
    border: 1px solid rgb(224, 224, 224);
    padding: 12px;
    min-height: 150px;
}
.room-photos .theme-btn-hover-gray {
    background: #eee;
}
.hotels_amenities {
    color: #00a624 !important;
    font-size: 12px;
    line-height: 18px;
}
.room-detail-bread {
    max-height: 528px;
    overflow: hidden;
}
.room-detail-bread img {
    max-width: 750px;
    float: left;
}
.card-header.default {
    background: rgba(0, 0, 0, 0.03);
}
.card-header.default strong {
    color: #000;
}
.flexcenter {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.roomBtn .qtyDec,
.roomBtn .qtyInc {
    display: none;
}
.input-items .form-select {
    padding: 0.65rem;
    top: auto;
    bottom: 100%;
    color: #0d233e;
    font-size: 15px;
    margin-bottom: 0;
}
.select.form-icon {
    top: 9px !important;
}
button:disabled {
    background: #eee;
    color: #000;
    border: 1px solid;
}
.booking_loading {
    height: 400px;
    padding: 150px;
    align-items: center;
}
.infobox {
    border: 1px solid #00000026;
    padding: 14px;
    border-radius: 4px;
    margin-bottom: 15px;
    color: #fff;
}
.infobox span {
    background: rgb(255 255 255 / 20%);
    padding: 0px 14px;
    border-radius: 4px;
    font-size: 22px;
    margin-right: 12px;
}
.infobox-danger {
    background-color: #053686;
}
.infobox-success {
    background: #73b957;
}
.infobox-warning {
    background: #ff6d17;
}
.form-control-lg {
    font-size: 14px;
}
.cw {
    color: #fff;
}
.ttc {
    text-transform: capitalize;
}
.review-summary,
.page-active,
.info-icon,
.dashboard-icon-box,
.modal-content,
.menu-toggler,
.badge,
.datepicker.day,
.deal-card,
.card-item,
.dropdown-menu,
.sub_email,
.sub_newsletter {
    border-radius: 10px !important;
}
.list-group-item {
    border-radius: 4px !important;
}
.border-top-r0 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 0px !important;
    border-right: transparent !important;
}
.border-top-l0 {
    border-left: 2px solid #bfbfbf !important;
}
.recentsearches a:hover {
    background: #e3eaf0a3 !important;
}
.customer li {
    margin-bottom: -2px;
    font-size: 13px;
}
.modal.fade .modal-dialog {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}
.drop-reveal-list .list-group-item-action:focus {
    background: #fff;
}
.trbrbrbr {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.badge-success {
    background-color: #40cc6f !important;
    font-size: 10px;
}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}
@keyframes infinite-blink {
    0% {
        opacity: 1;
        top: 0;
    }
    30% {
        opacity: 1;
        top: 30%;
    }
    70% {
        opacity: 0;
        top: 30%;
    }
    100% {
        opacity: 0;
        top: 0;
    }
}
@-webkit-keyframes play-button-pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
}
@-moz-keyframes play-button-pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
}
@-ms-keyframes play-button-pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
}
@-o-keyframes play-button-pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
}
@keyframes play-button-pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
}
@keyframes heartBeat {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    25% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    60% {
        transform: scale(1.04);
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -o-transform: scale(1.04);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@keyframes cluster-animation {
    0%,
    100% {
        box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    }
    50% {
        box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
    }
}
@keyframes starsAnimation {
    from {
        transform: translateY(-2000px);
    }
    to {
        transform: translateY(0px);
    }
}
@keyframes background-move {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 100vw 0, 0 0;
        background-position: max(100vw, 40em) 0, 0 0;
    }
}
.breadcrumb-area {
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area .image-box {
        display: none;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .breadcrumb-area .image-box {
        display: none;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .breadcrumb-area .image-box {
        display: none;
    }
}
.breadcrumb-list ul.list-items li {
    background: rgb(238 238 238 / 26%);
    border-radius: 4px;
    padding: 8px 20px !important;
}
#fadein {
    animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadein_ {
    animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 13rem !important;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 5px solid rgb(37 79 166) !important;
    border-radius: 0.25rem;
}
.dropdown-menu {
    background: #fff;
    border-radius: 10px !important;
}
.dropdown-menu .dropdown-item:hover {
    color: #518bff;
    background-color: rgb(233 236 239 / 14%);
}
@keyframes fade_ {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fade_ {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fade_ {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-ms-keyframes fade_ {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.copy-right-content {
    padding-bottom: 30px;
}
.nav-link {
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.header-top-bar .dropdown-menu {
    transition: transform 0.32s cubic-bezier(0, 0, 0, 1), opacity 0.02s;
}
.price__num small {
    font-size: 12px;
}
.form-control:focus,
.form-select:focus {
    border: 1px solid #3d8bff;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 8%);
}
.form-control,
.form-select {
    font-size: 13px;
    box-shadow: none;
    transition: all 0.3s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
hr {
    border-top: 1px dashed #3e4144;
    background-color: transparent;
}
.dnIYzU {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    vertical-align: middle;
    fill: currentcolor;
}
.fuCtbb {
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    place-content: flex-start space-between;
    align-items: flex-start;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-box-pack: justify;
}
.fuCtbb > * {
    margin: 0 16px 0 0 !important;
}
.fuCtbb > :last-child {
    margin: 0 !important;
}
@media (min-width: 992px) {
    .fuCtbb > * {
        margin: 0 16px 0 0 !important;
    }
}
.bUIXIA {
    display: flex;
    flex-direction: row;
    margin-bottom: 4px;
}
.bUIXIA:last-child,
.bUIXIA:last-of-type {
    margin: 0;
}
.dEtdxb {
    display: flex;
    align-items: center;
    margin: 0 8px 0 0;
    flex: 0 0 auto;
    height: 20px;
    -webkit-box-align: center;
}
.gplAPF {
    width: 100%;
}
.jJBLUc {
    display: inline-flex;
    flex: 0 0 auto;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    min-height: 24px;
    line-height: 14px;
    font-size: 12px;
    font-weight: 500;
    background: #e8f4fd;
    color: #005aa3;
    border-radius: 12px;
    padding: 0 8px;
    border: 1px solid #d0e9fb;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
.jHZqCf {
    padding: 5px 0;
    line-height: 1;
}
.hFyEcT {
    display: flex;
    width: 100%;
    flex-direction: column;
    font-size: 14px;
    line-height: 20px;
    color: #252a31;
    list-style: none;
    padding: 0;
    margin: 0;
}
.bhfsCY {
    padding-left: 32px;
}
.HSQYU {
    padding-bottom: 12px;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
.indent-right {
    margin-left: 5px;
}
ul {
    border: 0;
    margin: 0;
    padding: 0;
    background: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
ul li {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    float: none;
    background: 0;
    border: 0;
    color: #777777;
    font-size: 14px;
}
.spTypo-medium {
    font-weight: 500;
}
.Itinerary .ItineraryJourney._return[min-width~="600px"] .ItineraryTrip {
    flex: 1;
    padding-right: 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}
.ItineraryDate {
    color: #171b1e;
    font-size: 14px;
    position: relative;
    line-height: 22px;
    padding-left: 28px;
    z-index: 1;
}
.ItineraryDate .ItineraryDate-date {
    white-space: nowrap;
}
.ItineraryDate .ItineraryDate-icon {
    background: #fff;
    position: absolute;
    left: 1px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.ItineraryPart {
    cursor: pointer;
    position: relative;
    padding-left: 27px;
    margin: 6px 3px 6px 0;
}
.ItineraryPart:not(._disabledHover):hover .ItineraryPart-milestone .ItineraryPart-milestoneIcon._flight {
    color: #57626c;
}
.ItineraryPart:not(._disabledHover):hover .ItineraryPart-icon-folding-wrapper {
    color: #57626c;
}
.ItineraryPart:not(._disabledHover):hover .ItineraryPartOverview {
    border-color: #d5dee7;
}
.ItineraryPart:not(._disabledHover):hover .ItineraryPartOverview:before {
    border-color: transparent #a4b8cb transparent transparent;
}
.ItineraryPart:not(._disabledHover):hover .ItineraryPartOverview:after {
    border-width: 5px 5px 5px 0;
    margin-top: -6px;
}
.ItineraryPart .ItineraryPart-milestone {
    position: absolute;
    background: #fff;
    left: 0;
    padding: 3px 0;
    margin-top: 11px;
}
.ItineraryPart .ItineraryPart-milestone .ItineraryPart-milestoneIcon {
    color: #adb9c5;
    margin-left: 1px;
}
.ItineraryPart .ItineraryPart-icon-folding-wrapper {
    background: #fff;
    color: #d5dee7;
    width: 10px;
    overflow: hidden;
    padding: 2px 0;
    position: absolute;
    top: 14px;
    right: -4px;
}
.ItineraryPart .ItineraryPart-icon-folding-wrapper .ItineraryPart-icon-folding {
    display: block;
    margin-left: -3px;
}
.ItineraryPart .ItineraryPartOverview {
    background: #e3eaf04f;
    border: 1px solid #e9eef2;
    border-radius: 3px;
    padding: 6px 10px 6px 8px;
    position: relative;
}
.ItineraryPart .ItineraryPartOverview:after,
.ItineraryPart .ItineraryPartOverview:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 23px;
}
.ItineraryPart .ItineraryPartOverview:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent #e9eef2 transparent transparent;
    margin-top: -7px;
}
.ItineraryPart .ItineraryPartOverview:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: transparent #fff transparent transparent;
    margin-top: -5px;
}
.ItineraryPart .ItineraryPartOverview .ItineraryPartOverview-airports {
    display: table;
    float: left;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
}
.ItineraryPart .ItineraryPartOverview .ItineraryPartOverview-airports .ItineraryPartOverview-inbound,
.ItineraryPart .ItineraryPartOverview .ItineraryPartOverview-airports .ItineraryPartOverview-outbound {
    display: table-row;
}
.ItineraryPart .ItineraryPartOverview .ItineraryPartOverview-airports .ItineraryPartOverview-airports-fields {
    color: #7c8b99;
    display: table-cell;
    width: 100%;
    position: relative;
}
.ItineraryPart .ItineraryPartOverview .ItineraryPartOverview-airports .ItineraryPartOverview-airports-fields .ItineraryPartOverview-airports-fields-merged {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.ItineraryPart .ItineraryPartOverview .ItineraryPartOverview-airline {
    position: absolute;
    min-width: 30px;
    text-align: right;
    top: 5px;
    right: 7px;
    bottom: 0;
    width: 50px;
}
.ItineraryPart .ItineraryPartOverview .ItineraryPartOverview-airline .ItineraryPartOverview-airline-logo {
    margin-top: 3px;
    margin-right: 2px;
}
.ItineraryPart .ItineraryPartOverview .ItineraryPartOverview-airline .ItineraryPartOverview-duration {
    color: #7c8b99;
    font-size: 11px;
    position: absolute;
    bottom: 5px;
    right: 0;
    padding: 0 2px 0 3px;
    white-space: nowrap;
}
.ItineraryPartDetail {
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
}
.ItineraryPartDetail._expanded {
    max-height: 250px;
}
.ItineraryPartDetail ul {
    padding: 12px 0 3px;
}
.ItineraryPartDetail ul li {
    color: #7c8b99;
    line-height: 14px;
    font-size: 12px;
    margin-top: 5px;
}
.ItineraryPartDetail ul li .ItineraryPartDetail-item {
    display: block;
    margin-left: 28px;
    line-height: 16px;
}
.ItineraryPartDetail ul li .ItineraryPartDetail-itemIcon {
    color: #adb9c5;
    font-size: 16px;
    margin-left: -1px;
}
.ItineraryPartDetail ul li .ItineraryPartDetail-itemIcon,
.ItineraryPartDetail ul li > img {
    display: block;
    float: left;
    border-radius: 2px;
}
.ItineraryPartOverviewField {
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
}
.ItineraryPartOverviewField._time {
    font-weight: bold;
    color: #2e353b;
    display: table-cell;
    width: 35px;
    vertical-align: bottom;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ItineraryPartOverviewField._name {
    flex: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    font-size: 12px;
    font-weight: 700;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
}
.ItineraryPartOverviewField._code {
    flex: 0 auto;
    margin-left: 4px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    font-weight: 500;
    font-size: 13px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
}
.ItineraryPartOverviewField._code:after {
    content: "";
}
.ItineraryTrip {
    box-sizing: border-box;
    position: relative;
    flex: 0 100%;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
}
.ItineraryTrip .ItineraryTrip-title {
    color: #57626c;
    font-size: 12px;
    padding-top: 0px;
    margin-bottom: 0px;
    position: relative;
}
.ItineraryTrip .ItineraryTrip-title .ItineraryTrip-depart {
    font-weight: 700;
    text-transform: uppercase;
}
.ItineraryTrip .ItineraryTrip-title .ItineraryTrip-time {
    padding-left: 8px;
    font-weight: 400;
}
@media (max-width: 413px) {
    .ItineraryTrip .ItineraryTrip-title .ItineraryTrip-time {
        display: block;
        padding-left: 0;
        margin-top: 3px;
    }
}
.ItineraryTrip .ItineraryTimeline {
    position: relative;
}
.ItineraryTrip .ItineraryTimeline:before {
    content: "";
    position: absolute;
    background: url(assets/img/itinerary-border.svg) left top repeat-y;
    width: 2px;
    left: 8px;
    top: 0;
    bottom: 0;
}
.ItineraryTrip .ItineraryTripLayover,
.ItineraryTrip .ItineraryTripNights {
    color: #57626c;
    font-size: 12px;
}
.ItineraryTrip .ItineraryTripLayover {
    padding: 6px 0 8px 0;
}
.ItineraryTrip .ItineraryTripNights {
    max-width: 380px;
    padding: 9px 0 8px 36px;
}
.ItineraryTrip .ItineraryTripNights-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.ItineraryTripLayoverItem {
    font-size: 12px;
    margin-top: 4px;
}
.ItineraryTripLayoverItem .ItineraryTripLayoverItem-icon {
    color: #7c8b99;
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 1;
}
.ItineraryTripLayoverItem .ItineraryTripLayoverItem-text {
    display: block;
    color: #7c8b99;
    line-height: 16px;
    margin-left: 16px;
    padding-left: 8px;
}
.badge-warning {
    color: #212529;
    background-color: #ff6207;
}
.tour .title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
}
.qty-box input {
    width: 35px;
    border: 0;
    text-align: center;
    color: #0d233e;
    font-weight: 500;
}
.flight_travellers {
    font-weight: 400;
    font-size: 12px;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    transition: all 0.5s ease-out;
    transition-property: transform, opacity;
    transform: scale(0) translate(0, 0);
    pointer-events: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -webkit-transform: scale(0) translate(0, 0);
    -moz-transform: scale(0) translate(0, 0);
    -ms-transform: scale(0) translate(0, 0);
    -o-transform: scale(0) translate(0, 0);
}
.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
}
.waves-button,
.waves-circle {
    transform: translateZ(0);
    mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}
.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: 0;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}
.waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em;
}
.waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em;
}
.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
    padding: 0;
}
.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}
.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}
.waves-float {
    mask-image: none;
    box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    transition: all 0.3s;
    -webkit-mask-image: none;
    -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.waves-float:active {
    box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
    display: block;
}
.destination-card {
    border-radius: 10px !important;
    margin-bottom: 25px;
}
.rooms .room_img {
    height: 178px;
    width: 100%;
    border-radius: 10px;
}
.rooms .room_img:hover {
    opacity: 0.8;
    cursor: pointer;
}
.fade-in {
    animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.section-bg,
.destination-area.section--padding {
    z-index: 0;
    position: relative;
}
.text-black {
    color: black;
}
.featured-imagebox-post {
    background-color: #fff;
    padding: 0;
    margin-bottom: 20px;
    transform: translateY(0);
    transition: 0.5s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
}
.box-shadow {
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    -webkit-box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    -moz-box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
}
.ttm-row:first-child {
    margin-top: -92px;
}
.featured-thumbnail {
    position: relative;
    overflow: hidden;
}
.box-shadow {
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    -webkit-box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    -moz-box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
}
.featured-imagebox-post:hover {
    box-shadow: 0 0 17px rgb(32 46 60 / 10%);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
.font-blog {
    font-size: 14px !important;
    line-height: 20px;
    color: #281800;
    font-weight: 600;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    margin-bottom: 14px;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.breadcrumb-wrapper a {
    color: white;
}
.breadcrumb-wrapper span {
    color: white;
    font-size: 14px;
}
.font-size-li {
    font-size: 14px;
    margin-bottom: 7px;
    list-style-type: disc;
}
.font-size-lis {
    font-size: 14px;
}
.modify-btn {
    align-items: center;
    border-radius: 4px;
    font-weight: 500;
    border: 1px solid #002543;
    font-size: 15px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #000;
    position: relative;
    z-index: 15;
    background: #fff;
    height: 34px;
    line-height: 34px;
    padding: 5px 15px;
}
.modify-btn:hover {
    background: #d32f2f;
    color: #fff;
    border-color: #d32f2f;
}
.room-category {
    display: flex;
    flex-direction: row;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.room-category p {
    font-weight: 700;
    color: #000;
    font-size: 16px;
}
.room-category .star-icon {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    margin-left: 5px;
    color: #efb400;
}
.accomodation-itinerary li p {
    font-weight: 400;
    color: #525252;
    font-size: 13px;
}
.accomodation-itinerary li {
    margin: 5px 0 0;
}
.accomodation-itinerary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.payments-hloidays li {
    border-bottom: 1px solid #ebebeb;
}
.payments-hloidays {
    box-shadow: none;
    width: 100%;
    border: none;
    margin: 0;
    -webkit-box-shadow: none;
}
.payments-hloidays span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}
.payments-hloidays h5 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding-left: 10px;
}
.payments-hloidays .payments-hloidays-header {
    background: #fff;
    border: none;
    border-bottom: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.faresum-btn-row {
    padding: 5px 15px 15px 15px;
}
.faresum-btn-row .sub-btn {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    padding: 12px;
    color: #fff;
    text-transform: capitalize;
    background: #d32f2f;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    text-transform: uppercase;
    width: 100%;
}
.sendquery {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    background: #fff;
    color: #320f9a;
    border: 1px solid #320f9a;
    display: -ms-flexbox;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.promo-code {
    position: relative;
    margin-bottom: 15px;
}
.input-field.outline {
    position: relative;
    border: 1px solid #777;
    border-radius: 4px;
    padding: 0 10px;
    margin: 17px 0 20px;
}
.promo-code .form-control {
    height: 34px;
    line-height: 34px;
    padding: 0;
    border: 1px solid #777;
    border-radius: 5px;
    color: #6d6c6c;
    font-size: 14px;
    width: 100%;
    width: calc(100% - 50px);
}
.promo-code .applybtn {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #d32f2f;
    font-size: 15px;
    font-weight: 700;
    background: 0 0;
    border: 0;
}
.input-field.outline input {
    height: 42px;
    line-height: 42px;
    border: 0 !important;
    font-size: 14px;
    color: #6d6c6c;
    box-shadow: none !important;
    margin: 0 !important;
    display: block;
    -webkit-box-shadow: none !important;
}
.trip-images {
    background-color: #f5f8fe;
    margin-top: 30px;
}
.travel-font {
    font-size: 9px;
    font-weight: 500;
    color: rgb(68, 43, 43);
}
.time-font {
    font-size: 24px;
}
.timetaken-font,
.flight-font {
    font-size: 13px;
    font-weight: 600;
}
.flight-title-font {
    font-size: 20px;
    opacity: 0.7;
}
.terminal-font {
    font-size: 11px;
    font-weight: 450;
}
.date-font {
    font-size: 12px;
}
.note {
    padding: 2px 8px;
}
.light-blue-bg {
    background-color: #f5fbfe;
    color: #688fa6;
    font-size: 14px;
    width: fit-content;
}
.traveller-details-text {
    font-size: 18px;
}
.notice-text {
    font-size: 14px;
}
.form-checkbox {
    display: none;
}
.form-checkbox.active {
    display: block;
}
.carded {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
    transition: 0.3s;
}
.carded:hover {
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 30%);
}
.imp-info-text li {
    font-size: 12px;
    text-align: justify;
}
.text-white-color {
    color: white;
}
.padding-left {
    padding-left: 5px;
}
.check-protection {
    font-size: 15px;
    color: green;
    font-weight: 800;
}
.checkbox-width {
    width: 18px !important;
    height: 18px !important;
}
form {
    width: 100%;
}
#LIST li {
    width: 100%;
}
.form-inner label {
    position: static;
}
.form-icon-left .icon-font {
    top: -2px;
}
.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 96px;
}
.iframe-container {
    height: 100vh;
}
.collapse .form-search-main-01 .row-return label {
    top: 8px;
}
.form-spin-group .form-icon-left .icon-font i {
    left: -9px;
    top: -10px;
}
.card-price p {
    color: white;
}
.box1 {
    font-size: 12px;
}
.box-baggage {
    border-top: 1px solid #dbdbdb;
    font-size: 13px !important;
}
.box2 p {
    font-size: 11px;
    font-weight: 500;
}
@media (max-width: 768px) {
    .box-baggage {
        border-top: 1px solid #dbdbdb;
        font-size: 8px !important;
    }
    .box2 p {
        font-size: 9px;
        font-weight: 600;
    }
    .box2 {
        border: 1px solid #e1dddd;
        font-size: 17px;
        padding-left: 9px;
    }
    .box1 {
        font-size: 8px;
    }
    .text-size-small li {
        font-size: 10px;
    }
    .flight_types label {
        color: #0d233e;
        font-size: 9px;
        font-weight: 600;
        padding-left: 10px;
    }
    .displaynone-eco {
        display: none;
    }
    .dispalynoness {
        display: block !important;
    }
    .dispalynoneflight {
        display: none !important;
    }
    .tab-size-collabse {
        font-size: 10px !important;
        font-weight: 500 !important;
        text-transform: capitalize;
        padding-left: 0px;
    }
    .label-font {
        width: 80% !important;
    }
}
.dispalynoneflight {
    display: block;
}
.dispalynoness {
    display: none;
}
.text-size-small li {
    font-size: 10px;
    text-align: justify;
}
.container-pdding {
    padding-left: 1px;
    padding-right: 1px;
}
.box2 {
    border: 1px solid #e1dddd;
    font-size: 14px;
}
.borderselected {
    background: #fffeda;
    transition: all 0.25s ease-in-out;
    border-top: 4px solid #b10a0a;
}
#dep_selected {
    border-right: 1px #ccc solid;
}

.height-flight {
    min-height: 167px;
    border-radius: 0px;
    background: transparent;
}
.padding-left10px {
    padding-left: 10px;
}

.height-destination {
    height: 250px;
}
#profile-dropdown {
    width: 100%;
}
#profile-dropdown a {
    white-space: normal;
}
.profile-btn {
    border: none;
    color: #fff;
    background-color: #f81815;
    padding: 0.1em 0.5em;
}
.profile-btn:hover,
.profile-btn:focus,
.profile-btn:active {
    background-color: #aa1311;
}
@media (max-width: 768px)
{
.mobile_frnc {
    display: unset !important;
}
}
.mobile_frnc {
    display: none;
}
