﻿@font-face{
    font-family: "helvetica-neue";
    src: url("../fonts/helvetica-neue-lt-arabic-75.ttf") format("truetype");
}
:root {
    --c1: #6B4AA8;
    --c2: #B56448;
    --c3: #5D2784;
    --bgc: #FFF;
    --txc: #4A4A4A;
    --bordercolor: #034EA2;
    --menuHover: #C5D6101f;
    --dateBG: #5D2784;
    --dateTXT: #FFF;
    --dateArrowBG: #5D2784;
    --dateArrowTXT: #FFF;
    --header: #FFF;
    --copacolor: #5D2784;
    --ibeActive: #FFF;
    --ibeHover: #D9A5FF;
    --dealsColor: #FFF;
    --white: #FFF;
    --searchIconBG: #FFE7DF;
    --languageIconBG: #D89E8A;
    --currencyIconBG: #B56448;
    --topMenuColor: #5D2784;
    --leftStaticBorder: #D4ABF1;
}
body {
    font-family: 'helvetica-neue' !important;
    /*filter: grayscale(100%);*/
    color: var(--txc);
    background: var(--bgc);
}

* {
    padding: 0;
    margin: 0;
}

button:focus {

    outline: none;
}

#navBar #imBorder {
    pointer-events: none; /* Prevent #imBorder block on top when hovered */
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 20px;

    height: 75px;
    border-bottom: 2px solid #00B9B9;

    /* for animation */
    transition: transform 250ms ease, opacity 300ms ease;
    transform: translateX(0);
    opacity: 0;
}

.text-white a {
    color: #fff;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.2;
}

.mbr-section-subtitle {
    line-height: 1.3;
}

.mbr-text {
    font-size: 15px;
    color: var(--txc);
    margin: 0;
}

.display-1 {
    font-family: 'Roboto', sans-serif;
    font-size: 4.25rem;
}

.display-1 > .mbr-iconfont {
    font-size: 6.8rem;
}

.display-2 {
    font-family: 'Roboto', sans-serif;
    font-size: 3rem;
}

.display-2 > .mbr-iconfont {
    font-size: 4.8rem;
}

.display-4 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.7rem;
}

.display-4 > .mbr-iconfont {
    font-size: 1.6rem;
}

.display-5 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
}

.display-5 > .mbr-iconfont {
    font-size: 2.4rem;
}

.display-7 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
}

.display-7 > .mbr-iconfont {
    font-size: 1.6rem;
}

/* Buttons */
.btn {

    border-width: 0;
    font-style: normal;
    margin: .4rem .8rem;
    white-space: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-inline-flex;
    padding: 0.7rem 1rem;
    border-radius: 5px;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
    background: var(--c3);
    border-color: var(--c1);
}

.btn-sm {
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0.6rem 1.5rem;
    border-radius: 5px;
}

.btn-md {
    font-weight: 500;
    letter-spacing: 1px;
    margin: .4rem .8rem !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 1rem 3rem;
    border-radius: 3px;
}

.btn-lg {
    font-weight: 500;
    letter-spacing: 1px;
    margin: .4rem .8rem !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 1.2rem 3.2rem;
    border-radius: 3px;
}

.bg-primary {
    background-color: #149dcc !important;
}

.bg-success {
    background-color: #f7ed4a !important;
}

.bg-info {
    background-color: #82786e !important;
}

.bg-warning {
    background-color: #879a9f !important;
}

.bg-danger {
    background-color: #b1a374 !important;
}

.btn-primary, .btn-primary:active {
    background-color: #fff;
    border: 1.5px solid var(--c2);
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: var(--c2);
    margin: 0;
    padding: 10px 20px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.active {
    color: #FFF !important;
    box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #0177C3 !important;
    background-color: #0d6786 !important;
    border-color: #0d6786 !important;
}

.btn-secondary,
.btn-secondary:active {
    background-color: #ff3366 !important;
    border-color: #ff3366 !important;
    color: #ffffff !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
    color: #0177C3 !important;
    background-color: var(--c1) !important;
    border-color: var(--c1) !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ffffff !important;
    background-color: #e50039 !important;
    border-color: #e50039 !important;
}

.btn-info, .btn-info:active {
    background-color: var(--c3) !important;
    border-color: #0097D9 !important;
    color: #ffffff !important;
    padding: 12px 37px;
    margin: 0;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
    color: #fff !important;
    background-color: var(--c3) !important;
    border-color: #001871 !important;
}

.btn-info.disabled,
.btn-info:disabled {
    color: #ffffff !important;
    background-color: var(--c1) !important;
    border-color: var(--c1) !important;
}

.btn-offers:hover,
.btn-offers:focus,
.btn-offers.focus,
.btn-offers.active {
    color: #fff !important;
    background-color: var(--c1) !important;
    border-color: var(--c1) !important;
}

.btn-success,
.btn-success:active {
    background-color: #f7ed4a !important;
    border-color: #f7ed4a !important;
    color: #3f3c03 !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
    color: #3f3c03 !important;
    background-color: #eadd0a !important;
    border-color: #eadd0a !important;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #3f3c03 !important;
    background-color: #eadd0a !important;
    border-color: #eadd0a !important;
}

.btn-warning,
.btn-warning:active {
    background-color: #879a9f !important;
    border-color: #879a9f !important;
    color: #ffffff !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
    color: #ffffff !important;
    background-color: #617479 !important;
    border-color: #617479 !important;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #ffffff !important;
    background-color: #617479 !important;
    border-color: #617479 !important;
}

.btn-danger,
.btn-danger:active {
    background-color: #b1a374 !important;
    border-color: #b1a374 !important;
    color: #ffffff !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
    color: #ffffff !important;
    background-color: #8b7d4e !important;
    border-color: #8b7d4e !important;
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff !important;
    background-color: #8b7d4e !important;
    border-color: #8b7d4e !important;
}

.btn-white {
    color: #333333 !important;
}

.btn-white,
.btn-white:active {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #808080 !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
    color: #808080 !important;
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
}

.btn-white.disabled,
.btn-white:disabled {
    color: #808080 !important;
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
}

.btn-black,
.btn-black:active {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #ffffff !important;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
    color: #ffffff !important;
    background-color: #0d0d0d !important;
    border-color: #0d0d0d !important;
}

.btn-black.disabled,
.btn-black:disabled {
    color: #ffffff !important;
    background-color: #0d0d0d !important;
    border-color: #0d0d0d !important;
}

.btn-primary-outline,
.btn-primary-outline:active {
    background: none;
    border-color: #0b566f;
    color: #0b566f;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
    color: #ffffff;
    background-color: #149dcc;
    border-color: #149dcc;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #ffffff !important;
    background-color: #149dcc !important;
    border-color: #149dcc !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
    background: none;
    border-color: #cc0033;
    color: #cc0033;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
    color: #ffffff;
    background-color: #ff3366;
    border-color: #ff3366;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #ffffff !important;
    background-color: #ff3366 !important;
    border-color: #ff3366 !important;
}

.btn-info-outline,
.btn-info-outline:active {
    background: none;
    border-color: #4b453f;
    color: #4b453f;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
    color: #ffffff;
    background-color: #82786e;
    border-color: #82786e;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #ffffff !important;
    background-color: #82786e !important;
    border-color: #82786e !important;
}

.btn-success-outline,
.btn-success-outline:active {
    background: none;
    border-color: #d2c609;
    color: #d2c609;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
    color: #3f3c03;
    background-color: #f7ed4a;
    border-color: #f7ed4a;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #3f3c03 !important;
    background-color: #f7ed4a !important;
    border-color: #f7ed4a !important;
}

.btn-warning-outline,
.btn-warning-outline:active {
    background: none;
    border-color: #55666b;
    color: #55666b;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
    color: #ffffff;
    background-color: #879a9f;
    border-color: #879a9f;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #ffffff !important;
    background-color: #879a9f !important;
    border-color: #879a9f !important;
}

.btn-danger-outline,
.btn-danger-outline:active {
    background: none;
    border-color: #7a6e45;
    color: #7a6e45;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
    color: #ffffff;
    background-color: #b1a374;
    border-color: #b1a374;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #b1a374 !important;
    border-color: #b1a374 !important;
}

.btn-black-outline,
.btn-black-outline:active {
    background: none;
    border-color: #4A4A4A000;
    color: #4A4A4A000;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
    color: #ffffff !important;
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
    background: none;
    border-color: #ffffff;
    color: #ffffff;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
    color: #333333;
    background-color: #ffffff;
    border-color: #ffffff;
}

.text-primary {
    color: #149dcc !important;
}

.text-secondary {
    color: #ff3366 !important;
}

.text-success {
    color: #f7ed4a !important;
}

.text-info {
    color: #82786e !important;
}

.text-warning {
    color: #879a9f !important;
}

.text-danger {
    color: #b1a374 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-black {
    color: #4A4A4A000 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0177C3 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #cc0033 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #d2c609 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #4b453f !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #55666b !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #7a6e45 !important;
}

a.text-white:hover,
a.text-white:focus {
    color: #b3b3b3 !important;
}

a.text-black:hover,
a.text-black:focus {
    color: #4d4d4d !important;
}

.alert-success {
    background-color: transparent;
    color: white;
    border: none;
}

.alert-info {
    background-color: #82786e;
}

.alert-warning {
    background-color: #879a9f;
}

.alert-danger {
    background-color: #b1a374;
}

.mbr-section-btn a.btn:not(.btn-form) {

}

.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
    box-shadow: none !important;
}

.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
    color: #0177C3 !important;
}

.mbr-gallery-filter li a {
    border-radius: 100px !important;
}

.mbr-gallery-filter li.active .btn {
    background-color: #149dcc;
    border-color: #149dcc;
    color: #ffffff;
}

.mbr-gallery-filter li.active .btn:focus {
    box-shadow: none;
}

.nav-tabs .nav-link {
    background-color: transparent;
    border-color: transparent;
    border: none;
    display: flex;
    width: auto;
    align-items: center;
    margin: 0 15px;
}

.btn-form {
    border-radius: 0;
}

.btn-form:hover {
    cursor: pointer;
}

a,
a:hover {
    color: var(--white);
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #b4e6f8;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #ffffff;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #beb8b2;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #ced6d8;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #dfd9c6;
}

/* Scroll to top button*/
.scrollToTop_wraper {
    display: none;
}

#scrollToTop a i:before {
    content: '';
    position: absolute;
    height: 40%;
    top: 25%;
    background: #fff;
    width: 2px;
    left: calc(50% - 1px);
}

#scrollToTop a i:after {
    content: '';
    position: absolute;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 40%;
    height: 40%;
    left: 30%;
    bottom: 30%;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Nunito] {
    font-style: normal;
}

.mbr-arrow a {
    color: #ffffff;
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: .357em;
    padding: 0;
}

/*.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: .875rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
}
.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg);
}*/

.form-active .form-control:invalid {
    border-color: red;
}

.mbr-overlay {
    background-color: var(--txc);
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

blockquote {
    font-style: italic;
    padding: 10px 0 10px 20px;
    font-size: 1.09rem;
    position: relative;
    border-color: #149dcc;
    border-width: 3px;
}

ul,
ol,
pre,
blockquote {
    list-style: none;


}
.item-page {
    /*text-align: justify !important*/
}
.item-page ul {
    list-style: disc;
    /*margin-left: 1.2em;*/
}

.item-page ol {
    list-style: decimal !important;
    padding-left: 17px;
}

.item-page ol li {
    margin-bottom: 7px;
}

pre {
    background: #f4f4f4;
    padding: 10px 24px;
    white-space: pre-wrap;
}

.inactive {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
}

.mbr-section__comments .row {
    justify-content: center;
    -webkit-justify-content: center;
}

/* Forms */
.mbr-form .btn {
    margin: .4rem 0;
}

.mbr-form .input-group-btn a.btn {
    border-radius: 100px !important;
}

.mbr-form .input-group-btn a.btn:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.mbr-form .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
    padding: 1rem 3rem;
}

.mbr-form .input-group-btn button[type="submit"]:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.form2 .form-control {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.form2 .input-group-btn a.btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.form2 .input-group-btn button[type="submit"] {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.form3 input[type="email"] {
    border-radius: 100px !important;
}

#ibe-include {
    height: 40px;
}

/* Social block */
.btn-social {
    font-size: 20px;
    border-radius: 50%;
    padding: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: relative;
    border: 2px solid #c0a375;
    border-color: #149dcc;
    color: #232323;
    cursor: pointer;
}

.btn-social i {
    top: 0;
    line-height: 44px;
    width: 44px;
}

.btn-social:hover {
    color: #0177C3;
    background: #149dcc;
}

.btn-social + .btn {
    margin-left: .1rem;
}

/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
    background: #149dcc;
}

.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
    color: #0177C3;
}

.footer3 input[type="email"],
.footer4 input[type="email"] {
    border-radius: 100px !important;
}

.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
    border-radius: 100px !important;
}

.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
}

/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
    border-radius: 100px;
}

.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
    border-radius: 100px;
}

.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
    border-radius: 100px;
}

.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
    border-radius: 100px;
}

.header13 .form-inline button,
.header14 .form-inline button {
    border-radius: 100px !important;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

.navbar-toggler {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    height: 35px;
    margin-top: 10px;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}


.navbar-toggleable-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-toggleable-xl > .container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.navbar-toggleable-xl > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
    display: none;
}

.card-img {

    width: 100%;

    text-align: center;
    margin-left: 0;
    margin-right: 0;

}

.card-box {
    background: #FFF;
    padding: 20px;
    border-radius: 0 5px 5px;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
    -webkit-flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.carousel-item img {
    /*height: fit-content;*/
    object-fit: cover;
    object-position: center;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
}

.dropup .dropdown-toggle::after {
    display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .card-wrapper {
        flex: auto !important;
    }
}

.menuicontitle {
    padding: 50px 0;
    text-align: right;
}

.cid-rgx0tI8LEF {
    /*padding-top: 30px;*/
    /*padding-bottom: 20px;*/
    /*background-color: #ffffff;
        background-image: url("/templates/hititcs/images/img_k2logo_bg.png");
        background-position: -50% 5%;
        background-repeat: no-repeat;
        background-size: 50%;*/
}

.cid-rgx0tI8LEF p {
    padding: 0;
    margin: 25px 0;
}

.old-overlay {

    color: var(--txc);
}

.old-overlay > h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: var(--dealsColor);
}

.old-overlay > h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: var(--dealsColor);
}

.btn.btn-offers {
    background: var(--c2);
    color: var(--white);
    margin: 0;
    padding: 7px 14px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}
.btn.btn-newsletter {
    background: var(--white);
    color: var(--c2);
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}
.btn.btn-newsletter:hover{
    color: #fff !important;
    background-color: var(--c1) !important;
    border-color: var(--c1) !important;
}
.btn.btn-about {
    background: var(--c2);
    color: var(--white);
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    word-break: keep-all;
}
.alldeals-text {
    font-size: 25px !important;
    font-weight: normal;
    margin: 0;
    float: right;
}
.sml-newsletter {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #4A4A4A;
    text-align: left !important;
}
.sml-newsletter a {
    color: var(--c2);
    text-decoration: underline;
}
.cid-rgx0tI8LEF .card-box {
    padding-top: 2rem;
}

.cid-rgx0tI8LEF .card-wrapper {
    height: 100%;
}

.cid-rgwZjRpqha {
    padding-top: 0;
    background-image: url("/images/banner.jpg");
}

.cid-rgwYhdU9fU a {
    font-style: normal;
}

.cid-rgwYhdU9fU .nav-item:focus,
.cid-rgwYhdU9fU .nav-link:focus {
    outline: none;
}

.cid-rgwYhdU9fU .btn .mbr-iconfont {
    font-size: 1.0rem;
}

.cid-rgwYhdU9fU .menu-logo {
    margin-right: auto;
}

.cid-rgwYhdU9fU .menu-logo .navbar-brand {
    display: flex;
    margin-left: 1rem;
    padding: 0;
    transition: padding .2s;
    min-height: 3.8rem;
    -webkit-align-items: center;
    align-items: center;
}

.cid-rgwYhdU9fU .menu-logo .navbar-brand .navbar-caption-wrap {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    word-break: break-word;
    min-width: 7rem;
    margin: .3rem 0;
}

.cid-rgwYhdU9fU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
    line-height: 1.2rem !important;
    padding-right: 2rem;
}

.cid-rgwYhdU9fU .menu-logo .navbar-brand .navbar-logo {
    font-size: 2rem;
    transition: font-size 0.25s;
}

.cid-rgwYhdU9fU .menu-logo .navbar-brand .navbar-logo img {
    display: flex;
}

.cid-rgwYhdU9fU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
    transition: font-size 0.25s;
}

.cid-rgwYhdU9fU .menu-logo .navbar-brand .navbar-logo a {
    display: inline-flex;
}

.cid-rgwYhdU9fU .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;

    width: auto;
}

.cid-rgwYhdU9fU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
}

.cid-rgwYhdU9fU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: auto;
    align-self: auto;
}

.cid-rgwYhdU9fU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
}

/*.cid-rgwYhdU9fU .dropdown .dropdown-menu {
    background: #ffffff !important;

    position: absolute;
    left: 0;
    right: 0;
    min-width: 100%;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    text-align: left;
    border-top:1px solid white;
    -webkit-box-shadow: 0px 30px 55px -20px rgba(156,156,156,1);
    -moz-box-shadow: 0px 30px 55px -20px rgba(156,156,156,1);
    box-shadow: 0px 30px 55px -20px rgba(156,156,156,1);

}*/
.cid-rgwYhdU9fU .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}

.cid-rgwYhdU9fU .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.cid-rgwYhdU9fU .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
}

.cid-rgwYhdU9fU .dropdown.open > .dropdown-menu {
}

.cid-rgwYhdU9fU .navbar-toggleable-sm.opened:after {
    position: absolute;
    width: 100vw;
    height: 100vh;
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    z-index: 1000;
}

.cid-rgwYhdU9fU .navbar.navbar-short {
    transition: all .5s;
    background-color: var(--c1);
    -webkit-box-shadow: 0px 10px 50px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 50px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 50px -10px rgba(0, 0, 0, 0.75);
}

.cid-rgwYhdU9fU .navbar.navbar-short .navbar-toggler-right {
    top: 20px;
}

.cid-rgwYhdU9fU .navbar.navbar-short .navbar-logo a {
    font-size: 2.5rem !important;
    line-height: 2.5rem;
    transition: font-size 0.25s;
}

.cid-rgwYhdU9fU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
    font-size: 2.5rem !important;
}

.cid-rgwYhdU9fU .navbar.navbar-short .navbar-logo a img {
    /*height: 1.8rem !important;*/
}

.cid-rgwYhdU9fU .navbar.navbar-short .navbar-brand {
    min-height: 3rem;
}

.cid-rgwYhdU9fU button.navbar-toggler {
    width: 31px;
    height: 18px;
    cursor: pointer;
    transition: all .2s;
    top: 1.5rem;
    right: 1rem;
}

.cid-rgwYhdU9fU button.navbar-toggler:focus {
    outline: none;
}

.cid-rgwYhdU9fU button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #fff;
}

.cid-rgwYhdU9fU button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
}

.cid-rgwYhdU9fU button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
}

.cid-rgwYhdU9fU button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
}

.cid-rgwYhdU9fU button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
}

.cid-rgwYhdU9fU nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rgwYhdU9fU nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
}

.cid-rgwYhdU9fU nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
}

.cid-rgwYhdU9fU nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rgwYhdU9fU .collapsed.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
}

.cid-rgwYhdU9fU .collapsed .btn {
    display: -webkit-flex;
}

.cid-rgwYhdU9fU .collapsed .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
}

.cid-rgwYhdU9fU .collapsed .navbar-collapse.collapsing,
.cid-rgwYhdU9fU .collapsed .navbar-collapse.show {
    display: block !important;
}

.cid-rgwYhdU9fU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rgwYhdU9fU .collapsed .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
}

.cid-rgwYhdU9fU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rgwYhdU9fU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
}

.cid-rgwYhdU9fU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rgwYhdU9fU .collapsed .navbar-collapse.show .navbar-buttons {
    text-align: center;
}

.cid-rgwYhdU9fU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rgwYhdU9fU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
}

.cid-rgwYhdU9fU .collapsed button.navbar-toggler {
    display: block;
}

.cid-rgwYhdU9fU .collapsed .navbar-brand {
    margin-left: 1rem !important;
}

.cid-rgwYhdU9fU .collapsed .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
}

.cid-rgwYhdU9fU .collapsed .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
}

.cid-rgwYhdU9fU .collapsed .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
}

.cid-rgwYhdU9fU .collapsed .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
}

.cid-rgwYhdU9fU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
}

.address {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.address::before {
    width: 20px;
    content: " ";
    background-image: url('/templates/hititcs/images/ic_location.svg');
    position: absolute;
    left: 55px;
    top: -5px;
    height: 30px;
    background-size: 90%;
    background-repeat: no-repeat;
}

.call {
    padding-left: 25px;
}

.call::before {
    width: 25px;
    content: " ";
    background-image: url('/templates/hititcs/images/ic_phone.svg');
    position: absolute;
    left: -12px;
    top: 0px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

.ft-flex > p {
    margin: 0;
}

.cid-rgwYhdU9fU .navbar-collapse {
    flex-basis: auto;
    -webkit-flex-basis: auto;
}

.cid-rgwYhdU9fU .nav-item a {
    font-size: 1rem;
}


.cid-rgx0HeD72Y {
    /* background-color: #fff;
       background-image: url("/templates/hititcs/images/img_k2logo_bg.png");
        background-position: 150% 50%;
        background-repeat: no-repeat;
        background-size: 50%;*/
    background-color: #F8F8FA;
}

.cid-rgx0HeD72Y .mbr-text {
    color: var(--txc);
}

.cid-rgx0HeD72Y h4 {
    margin-bottom: .5rem;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: var(--c1);

}

.cid-rgx0HeD72Y p {

}

.cid-rgx0HeD72Y .card-img span {
    font-size: 96px;
    color: #149dcc;
}

.cid-rgwYbc2Kos {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(239, 244, 248);
    /*background-image: url("/templates/hititcs/images/footerimg.png");*/
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: 40%;
}

.footer-nav {
}

.carousel-indicators {
    position: absolute;
    right: auto;
    bottom: 90px;
    left: auto;
    z-index: 15;
    /* display: -ms-flexbox; */
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    list-style: none;
    width: 100%;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .cid-rgwYbc2Kos .content {
        text-align: center;
    }

    .cid-rgwYbc2Kos .content > div:not(:last-child) {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .cid-rgwYbc2Kos .media-wrap {
        margin-bottom: 1rem;
    }
}

.cid-rgwYbc2Kos .media-wrap .mbr-iconfont-logo {
    font-size: 7.5rem;
    color: #f36;
}

.cid-rgwYbc2Kos .media-wrap img {
}

@media (max-width: 767px) {
    .cid-rgwYbc2Kos .footer-lower .copyright {
        margin-bottom: 1rem;
        text-align: center;
    }
}

.cid-rgwYbc2Kos .footer-lower hr {
    margin: 1rem 0;
    border-color: #fff;
    opacity: .05;
}

.cid-rgwYbc2Kos .footer-lower .social-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.cid-rgwYbc2Kos .footer-lower .social-list .mbr-iconfont-social {
    font-size: 1.3rem;
    color: #fff;
}

.cid-rgwYbc2Kos .footer-lower .social-list .soc-item {
    margin: 0 .5rem;
}

.cid-rgwYbc2Kos .footer-lower .social-list a {
    margin: 0;
    opacity: .5;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

.cid-rgwYbc2Kos .footer-lower .social-list a:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .cid-rgwYbc2Kos .footer-lower .social-list {
        -webkit-justify-content: center;
        justify-content: center;
    }
}

#header6-5 {

}

.carousel {
    height: 100%;
}

.jarallax {
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.tripselect {
    color: grey;
    margin-left: 30px;
}

.tripselect > span {
    padding: 5px;
    margin-right: 10px;
    font-size: 14px;
}

.tripselect > span.select {
    border-bottom: 2px solid #001871;
    color: #fff;
    font-weight: 600;

}

.ibesearch {
    margin-left: 30px;
    margin-right: 30px;
}

.ibesearch > .col {
    border-right: 1px solid rgba(215, 215, 215, 0.8);
}

.carousel-control-prev, .carousel-control-next {
    display: none;
}

.col-md-ibe {
    /*  width: calc(100%/5); */
    position: relative;
    min-height: 1px;

    border-right: 1px solid rgba(215, 215, 215, 0.8);
    border-radius: 5px;

    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
}

.overlay {
    padding: 5px 15px;
}

.overlay h5 {
    color: white;
    text-align: left;
    padding: 7px 0 0 30px;
    margin: 0;
    font-weight: lighter;
}

.overlay h6 {
    color: white;
    text-align: left;
    padding: 10px 0 0 30px;
    margin: 0;
    font-weight: lighter;
    font-size: 12px;
}

.searchbutton {

    cursor: pointer;
}

#btnSearchArea .btn-default {
    background-color: #001871;
    border-radius: 5px;
    color: #fff;
}

.mb20 {
    margin-bottom: 20px;
}

.no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-padding {
    padding: 0;
}

.control-label {
    padding: 5px 0;
    color: var(--c1);
}

.bold {
    font-weight: 600;
}

.radius {
    border-radius: 5px;
}

.offerframe {
    position: relative;
    /*    border: 1px solid rgba(13, 13, 13, 0.40);*/
}

.offerframe .hovereffect_old {

}

.img-fluid {
    max-width: 100%;
    object-fit: cover;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--c2);
    background-color: unset;
}
.nav-tabs .nav-link:hover {
    color: var(--ibeHover);
}
.nav-link {
    color: var(--white);
    font-size: 0.875rem;
    padding: .5rem .5rem;
}
.nav-tabs .nav-item {
    min-width: calc(100% / 6);
    margin-top: 5px;
    margin-right: 2px;
    background-color: var(--copacolor);

}
li.nav-item.wp {
    background-color: var(--ibeActive);
}
.nav-tabs .nav-item {

    /*    -webkit-box-shadow: 0px 1px 5px 1px rgba(181,181,181,1);
    -moz-box-shadow: 0px 1px 5px 1px rgba(181,181,181,1);
    box-shadow: 0px 1px 5px 1px rgba(181,181,181,1);*/

}

.nav-tabs .nav-item {
    border-radius: 5px 5px 0px 0px;
}

.nav-link.active.show ~ li.nav-item {
    background-color: lightgrey;
}

.offertitle {
    color: var(--txc);
    margin-top: 5px;
    margin-bottom: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #797979;
    font-weight: bold !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
    color: var(--txc);
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;

}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
    right: -5px;
}

.select-icon {
    margin: 10px 0px 5px 5px;
}

#select2-alldeals-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.select2-selection[aria-labelledby="select2-alldeals-container"] {
    height: 40px;
}

.select2-selection[aria-labelledby="select2-alldeals-container"] > .select2-selection__arrow {
    display: block;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #005EB8 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #005EB8 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -6px;
    margin-top: -1px;
    position: absolute;
    top: 70%;
    width: 0;
}
.select2-container {
    text-align: left;
    color: #565656;
    display: grid;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--c1);
    color: white;
}
.select2-results__options::-webkit-scrollbar {
    width: 10px;
    background-clip: padding-box;
    border-radius: 10px;
}
.select2-results__options::-webkit-scrollbar-track {
    background-color: #F4F4F4;
    height: 8px;
    background-clip: padding-box;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
}
.select2-results__options::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: #0177C3;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
}
.select2-results__options::-webkit-scrollbar-button {
    display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #0177C3;
    background: white;
    line-height: 30px;
    border-radius: 0;
}
.select2-dropdown {
    border: none;
    margin: 18px 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.50);
    outline: 1px solid rgb(232, 232, 232);
}
.vidtext.display-2 {
    position: relative;
    top: 265px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-shadow: 1px 1px 5px #666;
}

.footer-icon img {
    display: flex;
    height: 70%;
}

.nav-header {
    font-weight: 600;
    line-height: 35px;
    color: var(--c1);
    font-size: 19px;
}

.footer-hr hr {
    border-top: 1px solid #AF272F !important;
    width: 95%;
}

.display-8 {

    font-size: 0.8rem;
}

.social-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
}

.social-list li {
    margin-right: 15px;
}

.row-social {
    margin: 0 0px 40px 0;
}

.col-md-4.footer-hr {
    margin: 0;
    padding: 0;
}

.footer-nav ul {
    list-style: none;
    padding: 0;


}

.footer-nav ul li:first-child {
    /*    margin-bottom: 10px;
        font-weight: 500;*/
}

.mt15 {
    margin-top: 15px;
}

.red-bg {
    background-color: #001871;
}

.select-icon {
    color: #777;
}

.select-icon img {
    margin: 0px 10px 0px 10px;
}

.date-icon {
    margin-top: 10px;
    color: #777;
    text-align: left;
}

.monthAndYear {
    text-align: left;
}

.dayOfMonth {
    text-align: left;
}

#returnTitle {
    padding-left: 0px;
    text-align: left;
}


.bg-navy {
    background-color: var(--c1);
}


.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: -webkit-linear-gradient(45deg, #000 45%, #000 45%);
    background: linear-gradient(45deg, #000 45%, #000 45%);
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 20px 1.5em;
    text-align: left;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 18px;
    background-color: transparent;
    padding: 0% 0 0px 0;
    text-align: left;
}

.hovereffect h3 {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 14px;
    background-color: transparent;
    padding: 0% 0 0px 0;
    text-align: left;
}

.hovereffect .overlay:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    /*    border: 1px solid #fff;*/
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

.hovereffect a, .hovereffect p {
    color: #FFF;
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.hovereffect:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


li.select2-selection__choice {
    max-width: 100%;
    overflow: hidden;
    /*Altered two below to make word wrap work */
    word-wrap: normal !important;
    white-space: normal;
}

ul.select2-selection__rendered {
    padding-right: 12px !important;
}

.hide {
    display: none !important;
}

.dropdown-toggle::after {
    display: none;

}

/*#passengers {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    color: #001871;
    width: 90px;
    text-indent: 15px;

}*/
#passengers {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    color: #4a4a4a;
    text-indent: 10px;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
}

.calendar {
    display: block;

    position: absolute;

    width: 400px;
}

.flightcontent {
    width: 100px;
    background-color: black;
}

.item {
    position: relative;
}

.dest-text {
    height: 18%;
    overflow: hidden;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 10px;
    color: white;
    text-align: left;
    font-size: 1.6rem;
    transition: all .5s;
    width: 100%;
    z-index: 5;
    padding: 10px 35px;
    background: transparent;
}

.dest-text p {
    font-size: 15px;
    opacity: 0;
    transition: all .5s;
    background: transparent !important;
    margin-bottom: 0 !important;
}

.dest-text:hover, .item-image:hover ~ .dest-text, .dest-text p {
    height: 135px;
    overflow: hidden;
    bottom: 15px;
    border-radius: 5px;
    opacity: 1;
    background: -moz-linear-gradient(top, rgba(125, 185, 232, 0.65) 0%, rgba(41, 137, 216, 0.72) 20%, rgba(0, 26, 107, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0.65) 0%, rgba(41, 137, 216, 0.72) 20%, rgba(0, 26, 107, 1) 100%);
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0.65) 0%, rgba(41, 137, 216, 0.72) 20%, rgba(0, 26, 107, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a67db9e8', endColorstr='#001a6b', GradientType=0);
}

/*.dest-text p:hover , .dest-text:hover , .item-image:hover ~ .dest-text p {
    opacity: 1;
}*/

.destionation-title {
    color: white;
}

.blog-header h2 {
    font-weight: 700;
    color: #045DB3;
    font-size: 1.2rem;
    margin-top: 10px;
}

.Absolute-Center {

    overflow: hidden;
    margin: auto;
    position: absolute;
    top: 45%;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 1.9rem;
    width: 50%;
    text-shadow: #333 3px 2px 8px;
}

.latestSales {
    background-image: url("../images/subscribe_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
    border-radius: 5px;
    margin-top: 40px;

}


.mobileApp {
    background: linear-gradient(318.14deg, #45A1DA 1.6%, #235fb2 118.58%);
    border-radius: 5px;
    /*background-image: url("/images/img_mobile.png");*/
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    min-height: 200px;
}

.latestSales-img {
    position: absolute;
}

.mobileApp-img {
    position: absolute;
    width: 185px;
    top: 37px;
    right: 30px;
}

.mobileAppText {
    color: #fff;
}

.form-inner {
    position: relative;
    color: white;
    padding: 44px;
}

.form-title {
    font-size: 28px;
    line-height: 40px;
}

.form-button {
    background: #0097D9;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 6px;
}

.readmore > .btn {
    background: #C5D610;
    color:#034EA2;
    border-radius: 5px;
    text-align: center;
    padding: 10px 20px;
    margin: 20px 0;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight:500;
}

.readmore > .btn:hover {
    background: var(--c1);
    color: #fff;

}

.alert {

    font-weight: bold;
}

.tooltip > .tooltip-inner {
    background-color: var(--c1);
    color: #FFFFFF;
    border: none;
    padding: 15px;
    font-size: 13px;
    border-radius: 10px;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: var(--c1);
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: var(--c1);
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: var(--c1);
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: var(--c1);
}

/* //////////////////////////////////////// */
/* Make sure our center blocks stay in their container! */
.Center-Container {
    position: relative;
    padding: 0 10px;
}

.Center-header {
    position: relative;
}

/* //////////////////////////////////////// */
/* Fixed floating element within viewport */
.Absolute-Center.is-Fixed {

    /*z-index: 999;*/
}

/* //////////////////////////////////////// */
/* Min/Max Width */
.Absolute-Center.is-Responsive {
    width: 60%;
    height: 60%;
    min-width: 200px;
    max-width: 400px;
    padding: 40px;
}

.dest-img img {
    width: 100%;
}

.footer-nav a {
    color: black;
}

.item-113 a {
    font-weight: 600;
    font-size: 0.9rem;
}

.panel > .title {

    padding: 20px 0;
    border-top: 1px solid;
    border-color: var(--bordercolor);
    margin: 0px;
}

.panel > .title > a {
    font-size: 22px;
    color: #045DB3;
    font-weight: normal;
}

/*.panel:last-child > .title {

    border-bottom: 1px solid;
}*/
#myAccordion {
    margin: 40px 0;
}
.accordion-item {
    background-color: #fff;
    border: none;
}
.accordion-button:not(.collapsed)::after {
    content: "";
    width: 0;
    height: 0;
    width: 20px;
    height: 20px;
    background-image: url("/templates/hititcs/images/arrow.svg");
    background-repeat: no-repeat;
    display: block;
    float: right;
    margin-right: 8px;
    margin-top: 8px;
    transform: rotate(180deg);
}

.accordion-button::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("/templates/hititcs/images/arrow.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    float: right;
    margin-right: 8px;
    margin-top: 8px;
    transform: rotate(0deg);
}
.accordion-button:focus {
    box-shadow: none;

}
.accordion-item > .accordion-header {
    padding: 0;
    border-top: 1px solid;
    border-top-color: currentcolor;
    border-color: var(--c2);
    margin: 0px;
}
.accordion-item > .accordion-header > .accordion-button {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: var(--c2);
    background: transparent;
    border: none;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 1rem 0;
    list-style: none;
    background-color: transparent;
}

.breadcrumb li {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    margin-right: 10px;
}

.breadcrumb li span {

    color: #000;
}

.breadcrumb li.active span {
    color: var(--c1);
}

.pathway {
    color: var(--c1);
}

span.divider.icon-location {
    display: none;
}

.page-header h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 25px;
    color: var(--c2);
    margin: 25px 0 35px 0;
}

h2 {
    font-size: 1.375rem;
    color: var(--c1);
    font-weight: 500;
}

h3 {
    font-size: 1.125rem;
    color: var(--c2);
    font-weight: 700;
    margin: 20px 0px;
}

h4 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
}

h3.newsletter {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    text-align: left;
    color: var(--c1);
    width: 70%;
}
h3.about {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 45px;
    color: #FFFFFF;
}
.element-invisible {
    display: none !important;
}

.submenu {
    margin: 0;
    list-style: none;
}

.downarrow {
    width: 25px;
    height: 25px;
    float: right;
    margin: 5px 6px;
    background: url(/templates/hititcs/images/ic_passenger.svg) no-repeat right center;
}

.destination-header {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    width: 100%;
    text-align: center;
    top: 40%;
    color: white;
}

.nopad {
    padding: 0;
    margin: 0;
}

.ibe-pad {
    padding: 0 5px;
}

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

.item-image > img {
    width: 100%;
    margin-bottom: 12px;
    border-radius: 4px;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.cid-rgwYhdU9fU .nav-item .show a {

    color: #001871 !important

}

li.dropdown.show a {
    /*color: #FFF !important;*/
}

.cid-rgwYhdU9fU .nav-item.show a:hover, .cid-rgwYhdU9fU .dropdown-item.show:hover {
    /*color: #0177C3 !important;*/

}
.submenu.dropdown-menu li {
}

.nav-child.sublevel1 {
    margin: 0;
    padding: 0;
}
.footer-menu-container .nav-child .sublevel2 a {
    padding-left: 15px;
}
.footer-menu-container .itemheader{
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 38px;
    color: var(--white);
}

.customfooterapp{
    float: right;
    margin-top: 11px;
    text-align:right;
}

.dropdown-menu li.nav-item {
    /*    list-style-type: disc;
        list-style-position: inside;*/
    color: white;
    display: block;
    padding: 5px 0;
}
.sublevel2 .nav-item {
    padding: 0 !important;
    margin: 0 !important;
}
.cid-rgwYhdU9fU .nav-item a {
    display: list-item;
    padding: 4px !important;

}

.kirmizi {
    background: var(--c3);
    height: 35px;
    position: absolute;
    bottom: 135px;
    right: -15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
    padding: 0px 10px;
    display: flex;
    z-index: 999;
}

.img-responsive.img-fluid.img-offer {
    width: 100%;
}

.unposition {
    position: unset;
}

.form-control {
    color: #565656;
    font-weight: bold;
    text-transform: capitalize;
    height: 100%;
}

.form-control > .mbr-iconfont {
    font-size: 1.6rem;
}

.form-control,
.form-control:focus {
    border: none;
    box-shadow: none;
}
.form-control::placeholder {
    color: #797979;
    font-weight: bold;
}
input::placeholder {
    color: #797979;
    opacity:  1;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #797979;
    opacity:  1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #797979;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #797979;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #797979;
    opacity:  1;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #797979;
    opacity:  1;
}
::placeholder { /* Most modern browsers support this now. */
    color: #797979;
    font-weight: bold !important;
    opacity:  1;
}

.form-control.alldeals {
    background-color: transparent;
    height: 40px;
    margin: 0;
    padding: 0;
}
#mod-search-searchword100 {
    border: none;
    background: transparent;
    color: var(--c1);
    text-indent: 15px;
    margin: 0;
    padding: 0;
    line-height: 50px;
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    height: 50px;
}

#mod-search-searchword100::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--c1);
    opacity: 1; /* Firefox */
}

#mod-search-searchword100:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--c1);
}

#mod-search-searchword100::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--c1);
}
.search-input.show-search {

    display: block;

    position: absolute;
    top: 80px;
    background: rgb(1, 119, 195) none repeat scroll 0% 0%;
    left: 0px;
    right: 0px;
    height: 70px;
}

.search-input {
    width: 64px;
    height: 68px;
    font-size: 14px;
    background-color: var(--searchIconBG);
    color: var(--c1);
}
.search-results {
    width: 100%;
    background: #fff;
}
.form-inline {
    -webkit-flex-flow: row wrap;
    -webkit-align-items: center;
    position: absolute;
    background: #fff;
    height: min-content;
    left: 0;
    top: 70px;
    z-index: 999;
    -webkit-box-shadow: 0px 14px 16px -18px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 14px 16px -18px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 14px 16px -18px rgb(50 50 50 / 75%);
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 0px 15px 0px 15px;
}
.mod-languages {
    background-color: var(--languageIconBG);
    width: 94px;
    height: 68px;
}
#currencyInput {
    background-color: var(--currencyIconBG);
    width: 78px;
    height: 68px;
}
.breadcrumbs {
    background-color: #fff;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.leftright {
    height: 4px;
    width: 20px;
    position: absolute;
    margin-top: 24px;
    background-color: #fff;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: all .3s ease-in;
}

.rightleft {
    height: 4px;
    width: 20px;
    position: absolute;
    margin-top: 24px;
    background-color: #fff;
    border-radius: 2px;
    transform: rotate(-45deg);
    transition: all .3s ease-in;
}


.close-container:hover .leftright {
    transform: rotate(-45deg);
    background-color: #fff;
}

.close-container:hover .rightleft {
    transform: rotate(45deg);
    background-color: #fff;
}

.close-container:hover label {
    opacity: 1;
}


*:focus {
    outline: -webkit-focus-ring-color auto 0px;
    outline: none;
    outline: 0;
}

.disabled {
    pointer-events: none;
}

/*.ibe-container {
    cursor: wait;
}

.ibesearch {
    pointer-events: none;
}*/
.item-page a {
    color: #0097D9;
}

.white-button {
    background-color: white !important;
    margin: 0;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

span.btn-icon.footer-icon {
    height: 30px;
    display: block;
    float: left;
    padding-right: 10px;
}

span.btn-icon.contact-icon {
    height: 55px;
    display: block;
    float: left;
    padding-right: 10px;
}

.page-header h1 {
    color: #045DB3;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 40px;
}

.page-header.item-title {
    margin-top: 35px;
}

.first > .page-header.item-title {
    margin-top: 0;
}

.page-header.item-title > a {
    color: #001871;
    font-size: 1.0rem;
}

.pull-none.item-image {
    margin-bottom: 20px;
}

.policies {
    background: rgb(247, 247, 247);
    text-align: center;
    padding: 30px 0;
    border: 5px solid white;
    height: 170px;
}

.policies img {
    margin-bottom: 3px;
}

.img-fluid.full-width {
    width: 100%;
}

.iti__arrow {
    background: url(../images/form_arrow_down.svg) no-repeat right center;
    height: 6px;
    width: 8px;
    border: none;
    margin-left: 5px;
}

.left-side {


}
.left-side > .moduletable {
    position: sticky;
    top: 90px;
}
.left-side h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0 35px 0;
    color: var(--c1);

}

ul.left-menu.dropdown > li {
    font-size: 14px;
    line-height: 30px;
    font-style: normal;
    font-weight: normal;
}

.left-menu.dropdown {
    margin-left: 15px;
}

ul.left-menu.dropdown > li.current.active > a {
    color: #045DB3;
}

.leftItem {
    font-weight: normal;
    font-size: 20px;
    padding: 10px 20px;
    /*border-left: 2px solid #8080802b;*/
}

li.active.deeper.leftItem.parent {
    padding: 10px 20px;
    border-left: 4px solid var(--c1);
    margin-left: -2px;
}

.current.active.textBlock.nav-item.leftItem > a {
    /* padding: 0 0 2% 20px;
     border-left: 4px solid #045DB3;
     margin-left: -23px; */
    padding: 12px 13px;
    border-left: 4px solid #045DB3;
    margin-left: -23px;
}

.leftItem > a {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #4E4E4E;
    line-height: 25px;
}

.active.leftItem > a {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #045DB3;
    line-height: 25px;
}


.destItem {
    font-weight: normal;
    font-size: 20px;
    padding: 10px 20px;
    /*border-left: 2px solid var(--c2);*/
}
.separator-dest.parent.deeper.destItem.nav-item {
    font-weight: 600;
}
.divider.deeper.parent.textBlock.nav-item.level2:hover {
    background: transparent !important;
}
.parent.deeper.destItem.nav-item.level4 {
    padding-left: 40px;
}
li.current.deeper.destItem.parent.level3 {
    padding: 10px 20px;
    border-left: 4px solid var(--c1);
    margin-left: -2px;
}
li.current.deeper.destItem.parent.level2 {
    padding: 10px 20px;
    border-left: 4px solid var(--c1);
    margin-left: -2px;
}
.destItem > a {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    line-height: 25px;
}
.destItem.level4 > a {
    font-size: 16px !important;
}
.current.destItem > a {
    font-weight: 700;
    font-size: 16px;
    color: var(--c1);
    line-height: 25px;
}
.divider.level {
    display: none;
}

span.separator > img {
    width: 20px;
    margin-right: 8px;
}

.leftbar-nav.leftbar-dropdown {
    margin: 0;
    padding: 0;
    border-left: 2px solid var(--leftStaticBorder);
}

.separator {

    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    color: #0B1B77;
}

.nav-tabs .nav-item {
    /*box-shadow: 0px 1px 2px 1px rgb(228, 228, 228) !important;*/
}

.submenu li {
    padding: 0;
    margin: 0;
}

.sub-center > li > a {
    font-size: 14px !important;
    line-height: 25px;
    font-weight: lighter;

}

.submenu .current.active {
    background: #C5D6101f;
}
.submenu .current.active a{
    color: #C5D610 !important;
}
/*.deeper.dropdown.parent.nav-item.show > a.dropdown-toggle {
    border-bottom: 2px solid #00B9B9;

}*/
.active.deeper.dropdown.parent.nav-item > a.dropdown-toggle {


}

/*.deeper.dropdown.parent.nav-item:hover > a.dropdown-toggle {
    border-bottom: 2px solid #00B9B9;
    transition: .5s;
}
.deeper.dropdown.parent.nav-item.open:after {
    content: "";
    display: block;
    width: 5%;
    padding-top: 20px;
    border-bottom: 1px solid #00B9B9;
    transition: .5s;
}

.deeper.dropdown.parent.nav-item.open:hover:after {
    display: flow;
    width: 100%;
}*/

/*.deeper.parent.nav-item.dropdown.show:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.deeper.parent.nav-item.dropdown:after {
                 position: absolute;
                 top: -15px;
                 right: -10px;
                 bottom: -15px;
                 left: -10px;
                 z-index: -1;
                 display: block;
                 background: #fff;
                 content: "";
                 opacity: 0;
                 -webkit-transform: scaleY(.5);
                 transform: scaleY(.5);
                 -webkit-transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
                 transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
                 transition: opacity .4s ease-in-out,transform .4s ease-in-out;
                 transition: opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
                 -webkit-transform-origin: 0 100%;
                 transform-origin: 0 100%;
             }*/

/*.deeper.parent.nav-item.dropdown {
    opacity: 1;
    padding: 0 40px 0 0;
}*/

/*.deeper.parent.nav-item.dropdown.show {
    background-color: white;
    height: 80px;


    -webkit-transition: all .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: all .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: all .4s ease-in-out, transform .4s ease-in-out;
    transition: all .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;

}

.dropdown .dropdown-menu {
    background: #ffffff !important;
    position: absolute;
    left: 0;
    right: 0;
    min-width: 100%;

    text-align: left;
    -webkit-box-shadow: 0px 10px 50px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 50px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 50px -10px rgba(0, 0, 0, 0.75);


    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 1;
    padding: 0;
}*/

.dropdown.show .dropdown-menu { /* For Bootstrap 4, use .dropdown.show instead of .dropdown.open */
    max-height: inherit;
    opacity: 1;
    background-color: var(--c1);
    width: max-content;
    box-shadow: 0 5px 15px 0 #0000008f;
}
.parent.nav-item.dropdown > a, .nav-item.level1 > a {
    color: var(--topMenuColor);
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    white-space: nowrap;
}

.deeper.parent.nav-item.dropdown.show:hover ~ a.dropdown-toggle {
    color: #013082;
}

.deeper.dropdown.parent.nav-item, .nav-item.level1 {
    margin-right: 3vw;
}
.deeper.dropdown.parent.nav-item.show {
    /* border-bottom: 9px solid var(--c1); */
    /*box-shadow: 15px 40px 0px 15px #034ea2;*/
    /*box-shadow: -5px 20px 0 -5px #034ea2;*/
    position: relative;
}
ul.submenu.dropdown-menu.unposition.show:before {
    content: '';
    width: 55%;
    position: relative;
    top: -23px;
    z-index: 999;
    display: block;
    background-color: var(--c1);
    height: 7px;
}
/*.nav-item.dropdown.show::after {
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    background-color: var(--c1);
    width: 110%;
    height: 8px;
    left: 0;
}*/
.textBlock a {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF !important;
    padding: 0 10px;
}
.submenu li .textBlock a {
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF !important;
    padding: 0 55px;
}
.textBlock span {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF !important;
    padding: 0 40px;
}

.active.deeper.dropdown.parent.nav-item > a.dropdown-toggle, .current.nav-item.level1 > a {
    box-shadow: 0px 9px 0px 0px var(--c1);
}
.active.deeper.parent.nav-item.dropdown.show > a {
    box-shadow: none;
}
.sub-center {
    width: max-content;
    width: -moz-max-content;
    margin-left: auto;
    margin-right: auto;
}

.iconBlock {
    margin: 20px !important;
}

.iconx {
    text-align: center;
    width: max-content;
    width: -moz-max-content;
}

.iconx > img {
    width: 75px;
    margin: 15px;
}

.deeper.parent.textBlock.nav-item > a {
    /*    font-size: 18px !important;
        padding-bottom: 10px !important;
        font-weight: bold;
        padding-top: 10px !important;*/
}

.divider.deeper.parent.textBlock.nav-item > ul > .sub-center > li > a {
    font-size: 18px !important;
    line-height: 35px;
    font-weight: bold;
}

.deeper.parent.textBlock.nav-item > ul > .sub-center > li > a:hover {
    color: #0177C3 !important;
}
.submenu.dropdown-menu.sublevel1 li:hover {
    background: var(--menuHover);
}
.submenu.dropdown-menu.sublevel1 li:hover .textBlock a {
    color: var(--c2);
}
.image-title {
    font-size: 18px;
    font-weight: bold;
}

.dropdown, .dropup {
    position: unset;
}

.quicklinks {
    font-size: 1.6rem;
    font-weight: 300;
    padding-top: 25px;
}

.footer-menu-container li {
    list-style: none;

}

.footer-menu-container li a {

    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    color: var(--white);
    white-space: break-spaces;
}
.footermenu {
    margin: 0;
    padding: 0;
}
.deeper.items-level2.parent > ul {
    padding: 0 10px;
}
.footer_col > li > a {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}
.deeper.items-level2.parent a {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 21px;
}
.footer_col:last-of-type {

}

.footermenu > li {
}

.footer-info-line a:Hover {
    color: #ccc;
}
.footer_col.col-xs-12 {
    width: -webkit-fill-available;
    width: -moz-available;
    width: available;
}
/*li.active > span.separator:after {
    content: '';
    background: url('../images/up.png') 0px 3px no-repeat;
    position: absolute;
    right: 13px;
    height: 16px;
    width: 19px;
    top: 11px;
}*/

/*li > span.separator:after {
    content: '';
    background: url('../images/down.png') 0px 3px no-repeat;
    position: absolute;
    right: 14px;
    height: 16px;
    width: 18px;
    top: 11px;

}*/

/*.submenu > li.current.active::after {
    content: '';
    background: url('../images/right.png') -6px 1px no-repeat;
    position: absolute;
    right: 14px;
    height: 16px;
    width: 12px;
    display: inline-block;
}*/

.footer-menu-container li > span {
    /*display: none;*/
}

.navbar-collapse .navbar-nav .nav-item {

}

.menuicon.col-md-6 {
    float: left;

}

.menuicon.menulogo {
    border-right: 1px solid #001871;
}

/*.navbar-nav li.active a {
    color: #0089c7 !important;
    border-bottom: 4px solid #0089c7;
    line-height: 56px !important;
}*/


.blog_offer .mb10 {
    margin-bottom: 29px !important;
    padding: 12px 20px 0px 20px;
}

.blog_offer img {
    margin-bottom: 10px;
}

.blog_offer .mb10 .blog-header {
    min-height: 44px;
}

.blog_offer .btn-offers {
    margin-left: 0;
}


.blog_page .blog-header h2 a {
    font-weight: bold;
    font-size: 1.1rem;
    color: #0399d7;
}

.blog_page h2 {
    margin-bottom: 20px;
}

.blog_page .destionation-title {
    margin-bottom: 0;
}

.blog_page .subheading-category {
    font-size: 1.2rem;
}

.blog_press dd, .blog_page dd {
    font-size: 0.9rem;
    font-style: italic;
    margin-top: 6px;
}

.blog_page .row {
    margin-bottom: 15px;
}

.blog_press .item-image {
    width: auto;
    float: left;
    padding-right: 15px;
}

.blog_press .blog-header {
    margin-bottom: 10px;
}

.blog_press .blog-header a {

    font-weight: bold;
    font-size: 1.1rem;
    color: #0399d7;
}

.blog_press .item {
    margin-bottom: 15px;
    border-bottom: 1px solid #dedede;
}

.custom-control-label::before {

    background-color: #fff;
    border: 1px solid #0399d7;
}

.loyalty-input .custom-checkbox label {
    margin-left: 0;
    margin-top: 0;
}

.multi-buttons .btn-primary {
    margin-left: 0;
}

.footer-info-line .contact-icon img {
    width: 70%;
}


.ff-table tr td {
    vertical-align: top;
    border-right: 1px solid #dedede;
    padding: 13px;
    width: 25%;
}

.ff-table tr td:last-child {
    border: none;
}

/* Carousel Fade */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-fade .carousel-control.left {
    margin-left: 2%;
}

.carousel-fade .carousel-control.right {
    margin-right: 2%;
}

.carousel-fade .carousel-control {
    width: 45px;
    height: 45px;
    text-shadow: none;
    background: none;
    top: 45%;
    background: #FFF;
    color: var(--txc);
    border-radius: 50%;
    opacity: 1;
}

.carousel-fade .carousel-control .icon {
    font-size: 30px;
    line-height: 45px;
}

.carousel-fade .carousel-control:hover {
    opacity: 0.8;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.booking-button {
    position: absolute;
    left: auto;
    right: auto;
    width: -webkit-fill-available;
    width: -moz-available;
    bottom: 100%;
    top: 9vw;
}

.carousel-caption.d-none.d-md-block {
    position: relative;
    top: 0;
    bottom: 0;
    left: unset;
    right: unset;
    text-align: left;
    padding: 0;
    text-shadow: 1px 2px 11px rgba(123, 130, 128, 1);
}

.carousel-caption > h1 {
    font-size: 2.625rem;
}

.carousel-caption > p {
    font-size: 1.125rem;
}

hr.offer-line {
    border-top: 1px solid var(--c2) !important;
    margin: 30px 0;
    height: auto;
}

.offer-from {
    padding: 13px 0px 0px 0px !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.prize {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 27px;
    color: #FFFFFF;
}

.modal-header {
    border: none;
    margin: 0;
    padding: 0;
    text-align: right;
    position: relative;
}

.modal-content {
    border-radius: 0.5rem;
    padding: 25px;
    background: var(--c1);
    color: #fff;
}
.modal-body {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}
.modal-footer {
    border: none;
    padding: 0;
}

.close {
    margin: 60px 0 0 5px;
    position: relative;
}

.modal-header .close {
    padding: 0 !important;
    margin: 0;
    background-color: var(--c1);
    opacity: 1;
    position: relative;
    left: 95%;
    top: 0px;
    width: 45px;
    height: 25px;
}

.modal-header .close > span {
    font-weight: lighter;
    color: #fff;
    position: absolute;
    top: -6px;
    right: 7px;
    font-size: 32px;
}

.emailList > .form-group > .form-control {
    background-color: rgb(239, 242, 247);
    width: 100%;
    line-height: 50px;
    height: 50px;
    text-indent: 25px;
}

.emailList .email-field {
    text-transform: lowercase;
}

.emailList #jform[cmc_groups] {
    text-transform: lowercase;
}



/* UI Datepicker styles START */

.ui-datepicker {
    width: auto !important;
    padding: .2em .2em 0;
    display: none;
    background-color: #fff;
    border-radius: 0px;
    border: 1px solid #ccc;
    /*  box-shadow: rgba(0,0,0,0.35) 1px 1px 7px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;*/
}


/* .ui-datepicker:before,
.ui-datepicker:after {
    position: absolute;
    content: "";
    top: -20px;
    border: transparent solid 10px;
    border-bottom-color: #fff;
    left: 10px;
}

.ui-datepicker:after {
    top: -22px;
    border-bottom-color: #CECECE;
    z-index: -1;
    border-width: 11px;
    left: 9px;
} */

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0 0 15px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 0px;
    width: 1.8em;
    height: 1.8em;
    color: var(--dateArrowTXT);
    cursor: pointer;
    background: var(--dateArrowBG);
    border-radius: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background-color: var(--c1);
    color: #fff;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 0px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-prev span .icon,
.ui-datepicker .ui-datepicker-next span .icon {
    position: relative;
    font-size: 18px;
    border-radius: 2px;
}

.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
    color: #999;
    background: #E2E2E2;
    cursor: not-allowed;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: relative;
    left: 0;
    margin-left: 0;
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    line-height: 28px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    max-height: 25px;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 0;
    border: #dcdcdc solid 1px;
    height: auto;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
    margin: 0 0 .4em;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.ui-datepicker th {
    padding: 5px .3em;
    text-align: center;
    border: none;
    background-color: var(--dateBG);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    color: var(--dateTXT);
}

.ui-datepicker th:first-child {
    border-radius: 5px 0px 0px 5px;
}

.ui-datepicker th:last-child {
    border-radius: 0px 5px 5px 0px;
}

.ui-datepicker td {
    border: none;
}

.ui-datepicker td.ui-datepicker-today.ui-state-disabled {
    background-color: #F1F1F1;
    border-radius: 20px;
}

.ui-datepicker td.ui-datepicker-today a {
    color: #545454;
    background-color: #F5F5F5;
    border-radius: 5px;
}

.ui-datepicker td.ui-state-disabled span {
    color: #C1C1C1;
    border-radius: 20px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: center;
    text-decoration: none;
    color: #505050;
    padding: 6px 7px;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    margin: 0.1rem;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    display: none;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker td a.ui-state-active {
    background-color: var(--c1);
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
    padding: 10px;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-corner-right .cal-header {
    display: none;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-cover {
    display: none;
    display: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="im-"],
[class*=" im-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.im-booking:before {
    content: "\e900";
}

.im-car-new:before {
    content: "\e901";
}

.im-checkin-new:before {
    content: "\e902";
}

.im-date-new:before {
    content: "\e903";
}

.im-flight-dept:before {
    content: "\e904";
}

.im-hotel2:before {
    content: "\e905";
}

.im-reservation:before {
    content: "\e906";
}

.im-seat-new:before {
    content: "\e907";
}

.im-status-flight:before {
    content: "\e908";
}

.im-shift-auto:before {
    content: "\e600";
}

.im-car-doors:before {
    content: "\e601";
}

.im-patio:before {
    content: "\e602";
}

.im-offer-tag:before {
    content: "\e603";
}

.im-satellite:before {
    content: "\e604";
}

.im-beds12:before {
    content: "\e605";
}

.im-parking:before {
    content: "\e606";
}

.im-infant:before {
    content: "\e607";
}

.im-air:before {
    content: "\e608";
}

.im-facebook-circle:before {
    content: "\e609";
}

.im-lock:before {
    content: "\e60a";
}

.im-flight3:before {
    content: "\e60b";
}

.im-bathtub:before {
    content: "\e60c";
}

.im-carebed:before {
    content: "\e60d";
}

.im-instagram-circle:before {
    content: "\e60e";
}

.im-soundproof:before {
    content: "\e60f";
}

.im-linkedin-circle:before {
    content: "\e610";
}

.im-meet:before {
    content: "\e611";
}

.im-rain-umbrella3:before {
    content: "\e612";
}

.im-car-window:before {
    content: "\e613";
}

.im-salute2:before {
    content: "\e614";
}

.im-wheel-chair:before {
    content: "\e615";
}

.im-pool:before {
    content: "\e616";
}

.im-sleeping:before {
    content: "\e617";
}

.im-casino:before {
    content: "\e618";
}

.im-twitter-circle:before {
    content: "\e619";
}

.im-umbrella27:before {
    content: "\e61a";
}

.im-terrace:before {
    content: "\e61b";
}

.im-fridge:before {
    content: "\e61c";
}

.im-plane2:before {
    content: "\e61d";
}

.im-gamepad:before {
    content: "\e61e";
}

.im-spa:before {
    content: "\e61f";
}

.im-golf-field:before {
    content: "\e620";
}

.im-fm:before {
    content: "\e621";
}

.im-children:before {
    content: "\e622";
}

.im-washing-machine:before {
    content: "\e623";
}

.im-wi-fi:before {
    content: "\e624";
}

.im-stereo:before {
    content: "\e625";
}

.im-cabin:before {
    content: "\e626";
}

.im-electric:before {
    content: "\e627";
}

.im-car-wheel:before {
    content: "\e628";
}

.im-arrive:before {
    content: "\e629";
}

.im-business-person:before {
    content: "\e62a";
}

.im-depart:before {
    content: "\e62b";
}

.im-room-service:before {
    content: "\e62c";
}

.im-flightplushotel:before {
    content: "\e62d";
}

.im-hotel:before {
    content: "\e62e";
}

.im-fitness:before {
    content: "\e62f";
}

.im-kitchen:before {
    content: "\e630";
}

.im-shower:before {
    content: "\e631";
}

.im-bus:before {
    content: "\e632";
}

.im-restaurant:before {
    content: "\e633";
}

.im-elder:before {
    content: "\e634";
}

.im-dog:before {
    content: "\e635";
}

.im-climate-control:before {
    content: "\e636";
}

.im-bluetooth:before {
    content: "\e637";
}

.im-video:before {
    content: "\e638";
}

.im-width:before {
    content: "\e639";
}

.im-edit:before {
    content: "\e63a";
}

.im-mail:before {
    content: "\e63b";
}

.im-minus-circle-full:before {
    content: "\e63c";
}

.im-minus-circle:before {
    content: "\e63d";
}

.im-clock:before {
    content: "\e63e";
}

.im-flight-no:before {
    content: "\e63f";
}

.im-shift:before {
    content: "\e640";
}

.im-bed:before {
    content: "\e641";
}

.im-tv:before {
    content: "\e642";
}

.im-washing-machine2:before {
    content: "\e643";
}

.im-bar:before {
    content: "\e644";
}

.im-diesel:before {
    content: "\e645";
}

.im-car-door:before {
    content: "\e646";
}

.im-smoking:before {
    content: "\e647";
}

.im-flight-up1:before {
    content: "\e648";
}

.im-chevro-up:before {
    content: "\e649";
}

.im-chevron-right:before {
    content: "\e64a";
}

.im-cloud2:before {
    content: "\e64b";
}

.im-car-rental:before {
    content: "\e64c";
}

.im-instagram-normal:before {
    content: "\e64d";
}

.im-car:before {
    content: "\e64e";
}

.im-twitter1:before {
    content: "\e64f";
}

.im-flight-right:before {
    content: "\e650";
}

.im-arrival-flight:before {
    content: "\e651";
}

.im-message:before {
    content: "\e652";
}

.im-chevron-down:before {
    content: "\e653";
}

.im-chevron-left:before {
    content: "\e654";
}

.im-birthday-cake2:before {
    content: "\e655";
}

.im-chevron-thin-down:before {
    content: "\e656";
}

.im-chevron-thin-left:before {
    content: "\e657";
}

.im-chevron-thin-right:before {
    content: "\e658";
}

.im-chevron-thin-up:before {
    content: "\e659";
}

.im-sound:before {
    content: "\e65a";
}

.im-add-user:before {
    content: "\e65b";
}

.im-address:before {
    content: "\e65c";
}

.im-adjust:before {
    content: "\e65d";
}

.im-aircraft-landing:before {
    content: "\e65e";
}

.im-departure-flight:before {
    content: "\e65f";
}

.im-uniE65F:before {
    content: "\e660";
}

.im-flight-left:before {
    content: "\e661";
}

.im-air-condition:before {
    content: "\e662";
}

.im-car-transmission1:before {
    content: "\e663";
}

.im-car-transmission2:before {
    content: "\e664";
}

.im-voucher:before {
    content: "\e665";
}

.im-car-door2:before {
    content: "\e666";
}

.im-baggage3:before {
    content: "\e667";
}

.im-baggage4:before {
    content: "\e668";
}

.im-baggage5:before {
    content: "\e669";
}

.im-car-staring:before {
    content: "\e66a";
}

.im-suitcase2:before {
    content: "\e66b";
}

.im-suitcase3:before {
    content: "\e66c";
}

.im-suitcases1:before {
    content: "\e66d";
}

.im-vacation-baggage:before {
    content: "\e66e";
}

.im-info2:before {
    content: "\e66f";
}

.im-info1:before {
    content: "\e670";
}

.im-info3:before {
    content: "\e671";
}

.im-lock1:before {
    content: "\e672";
}

.im-lock2:before {
    content: "\e673";
}

.im-lock3:before {
    content: "\e674";
}

.im-locked1:before {
    content: "\e675";
}

.im-locked2:before {
    content: "\e676";
}

.im-open-locked:before {
    content: "\e677";
}

.im-seat1:before {
    content: "\e678";
}

.im-seat2:before {
    content: "\e679";
}

.im-seat3:before {
    content: "\e67a";
}

.im-more-new:before {
    content: "\e67b";
}

.im-flight-hotel-more:before {
    content: "\e67c";
}

.im-check23:before {
    content: "\e67d";
}

.im-check30:before {
    content: "\e67e";
}

.im-clipboard105:before {
    content: "\e67f";
}

.im-configure:before {
    content: "\e680";
}

.im-ebook10:before {
    content: "\e681";
}

.im-ticket:before {
    content: "\e682";
}

.im-edit34:before {
    content: "\e683";
}

.im-edit45:before {
    content: "\e684";
}

.im-login1:before {
    content: "\e685";
}

.im-login2:before {
    content: "\e686";
}

.im-login3:before {
    content: "\e687";
}

.im-logout1:before {
    content: "\e688";
}

.im-logout2:before {
    content: "\e689";
}

.im-logout3:before {
    content: "\e68a";
}

.im-notes26:before {
    content: "\e68b";
}

.im-pen29:before {
    content: "\e68c";
}

.im-pencil41:before {
    content: "\e68d";
}

.im-pencil43:before {
    content: "\e68e";
}

.im-pencil113:before {
    content: "\e68f";
}

.im-pencils13:before {
    content: "\e690";
}

.im-pencils16:before {
    content: "\e691";
}

.im-script:before {
    content: "\e692";
}

.im-sheet3:before {
    content: "\e693";
}

.im-shield20:before {
    content: "\e694";
}

.im-shield114:before {
    content: "\e695";
}

.im-shield116:before {
    content: "\e696";
}

.im-sign3:before {
    content: "\e697";
}

.im-write15:before {
    content: "\e698";
}

.im-writing46:before {
    content: "\e699";
}

.im-aircraft-take-off:before {
    content: "\e69a";
}

.im-aircraft2:before {
    content: "\e69b";
}

.im-circle-with-cross2:before {
    content: "\e69c";
}

.im-circle-with-minus:before {
    content: "\e69d";
}

.im-circle-with-plus:before {
    content: "\e69e";
}

.im-circle:before {
    content: "\e69f";
}

.im-feather:before {
    content: "\e6a0";
}

.im-flag:before {
    content: "\e6a1";
}

.im-flash:before {
    content: "\e6a2";
}

.im-flashlight:before {
    content: "\e6a3";
}

.im-funnel:before {
    content: "\e6a4";
}

.im-info-with-circle:before {
    content: "\e6a5";
}

.im-light-up:before {
    content: "\e6a6";
}

.im-location:before {
    content: "\e6a7";
}

.im-lock-open:before {
    content: "\e6a8";
}

.im-lock4:before {
    content: "\e6a9";
}

.im-man:before {
    content: "\e6aa";
}

.im-new:before {
    content: "\e6ab";
}

.im-squared-cross2:before {
    content: "\e6ac";
}

.im-squared-minus:before {
    content: "\e6ad";
}

.im-squared-plus:before {
    content: "\e6ae";
}

.im-user2:before {
    content: "\e6af";
}

.im-users22:before {
    content: "\e6b0";
}

.im-v-card:before {
    content: "\e6b1";
}

.im-home:before {
    content: "\e6b2";
}

.im-home2:before {
    content: "\e6b3";
}

.im-home3:before {
    content: "\e6b4";
}

.im-office:before {
    content: "\e6b5";
}

.im-newspaper:before {
    content: "\e6b6";
}

.im-pencil:before {
    content: "\e6b7";
}

.im-quill:before {
    content: "\e6b8";
}

.im-blog:before {
    content: "\e6b9";
}

.im-droplet:before {
    content: "\e6ba";
}

.im-paint-format:before {
    content: "\e6bb";
}

.im-image:before {
    content: "\e6bc";
}

.im-images:before {
    content: "\e6bd";
}

.im-camera:before {
    content: "\e6be";
}

.im-headphones:before {
    content: "\e6bf";
}

.im-music:before {
    content: "\e6c0";
}

.im-play:before {
    content: "\e6c1";
}

.im-film:before {
    content: "\e6c2";
}

.im-video-camera:before {
    content: "\e6c3";
}

.im-dice:before {
    content: "\e6c4";
}

.im-pacman:before {
    content: "\e6c5";
}

.im-spades:before {
    content: "\e6c6";
}

.im-clubs:before {
    content: "\e6c7";
}

.im-diamonds:before {
    content: "\e6c8";
}

.im-bullhorn:before {
    content: "\e6c9";
}

.im-connection:before {
    content: "\e6ca";
}

.im-podcast:before {
    content: "\e6cb";
}

.im-feed:before {
    content: "\e6cc";
}

.im-mic:before {
    content: "\e6cd";
}

.im-book:before {
    content: "\e6ce";
}

.im-books:before {
    content: "\e6cf";
}

.im-library:before {
    content: "\e6d0";
}

.im-file-text:before {
    content: "\e6d1";
}

.im-profile:before {
    content: "\e6d2";
}

.im-files-empty:before {
    content: "\e6d3";
}

.im-file-text2:before {
    content: "\e6d4";
}

.im-file-picture:before {
    content: "\e6d5";
}

.im-file-music:before {
    content: "\e6d6";
}

.im-file-video:before {
    content: "\e6d7";
}

.im-file-zip:before {
    content: "\e6d8";
}

.im-copy:before {
    content: "\e6d9";
}

.im-paste:before {
    content: "\e6da";
}

.im-stack:before {
    content: "\e6db";
}

.im-folder:before {
    content: "\e6dc";
}

.im-folder-open:before {
    content: "\e6dd";
}

.im-folder-plus:before {
    content: "\e6de";
}

.im-folder-minus:before {
    content: "\e6df";
}

.im-folder-download:before {
    content: "\e6e0";
}

.im-folder-upload:before {
    content: "\e6e1";
}

.im-price-tag2:before {
    content: "\e6e2";
}

.im-price-tags:before {
    content: "\e6e3";
}

.im-barcode:before {
    content: "\e6e4";
}

.im-qrcode:before {
    content: "\e6e5";
}

.im-ticket2:before {
    content: "\e6e6";
}

.im-cart3:before {
    content: "\e6e7";
}

.im-coin-dollar:before {
    content: "\e6e8";
}

.im-coin-euro:before {
    content: "\e6e9";
}

.im-coin-pound:before {
    content: "\e6ea";
}

.im-coin-yen:before {
    content: "\e6eb";
}

.im-credit-card2:before {
    content: "\e6ec";
}

.im-calculator2:before {
    content: "\e6ed";
}

.im-lifebuoy:before {
    content: "\e6ee";
}

.im-phone3:before {
    content: "\e6ef";
}

.im-phone-hang-up:before {
    content: "\e6f0";
}

.im-address-book:before {
    content: "\e6f1";
}

.im-envelop:before {
    content: "\e6f2";
}

.im-pushpin:before {
    content: "\e6f3";
}

.im-location3:before {
    content: "\e6f4";
}

.im-location2:before {
    content: "\e6f5";
}

.im-compass3:before {
    content: "\e6f6";
}

.im-compass2:before {
    content: "\e6f7";
}

.im-map3:before {
    content: "\e6f8";
}

.im-map2:before {
    content: "\e6f9";
}

.im-history:before {
    content: "\e6fa";
}

.im-clock3:before {
    content: "\e6fb";
}

.im-clock2:before {
    content: "\e6fc";
}

.im-alarm:before {
    content: "\e6fd";
}

.im-bell:before {
    content: "\e6fe";
}

.im-stopwatch:before {
    content: "\e6ff";
}

.im-calendar3:before {
    content: "\e700";
}

.im-printer:before {
    content: "\e701";
}

.im-keyboard:before {
    content: "\e702";
}

.im-display:before {
    content: "\e703";
}

.im-laptop:before {
    content: "\e704";
}

.im-mobile:before {
    content: "\e705";
}

.im-mobile2:before {
    content: "\e706";
}

.im-tablet:before {
    content: "\e707";
}

.im-tv2:before {
    content: "\e708";
}

.im-drawer:before {
    content: "\e709";
}

.im-drawer2:before {
    content: "\e70a";
}

.im-database:before {
    content: "\e70b";
}

.im-undo:before {
    content: "\e70c";
}

.im-redo:before {
    content: "\e70d";
}

.im-undo2:before {
    content: "\e70e";
}

.im-redo2:before {
    content: "\e70f";
}

.im-forward:before {
    content: "\e710";
}

.im-reply:before {
    content: "\e711";
}

.im-bubble:before {
    content: "\e712";
}

.im-bubbles:before {
    content: "\e713";
}

.im-bubbles2:before {
    content: "\e714";
}

.im-bubble2:before {
    content: "\e715";
}

.im-bubbles3:before {
    content: "\e716";
}

.im-bubbles4:before {
    content: "\e717";
}

.im-user22:before {
    content: "\e718";
}

.im-users3:before {
    content: "\e719";
}

.im-user-plus2:before {
    content: "\e71a";
}

.im-user-minus:before {
    content: "\e71b";
}

.im-user-check2:before {
    content: "\e71c";
}

.im-user-tie:before {
    content: "\e71d";
}

.im-quotes-left:before {
    content: "\e71e";
}

.im-quotes-right:before {
    content: "\e71f";
}

.im-hour-glass:before {
    content: "\e720";
}

.im-spinner:before {
    content: "\e721";
}

.im-spinner11:before {
    content: "\e722";
}

.im-binoculars:before {
    content: "\e723";
}

.im-search2:before {
    content: "\e724";
}

.im-zoom-in:before {
    content: "\e725";
}

.im-zoom-out2:before {
    content: "\e726";
}

.im-enlarge:before {
    content: "\e727";
}

.im-shrink:before {
    content: "\e728";
}

.im-enlarge2:before {
    content: "\e729";
}

.im-shrink2:before {
    content: "\e72a";
}

.im-key:before {
    content: "\e72b";
}

.im-key2:before {
    content: "\e72c";
}

.im-lock5:before {
    content: "\e72d";
}

.im-unlocked:before {
    content: "\e72e";
}

.im-wrench:before {
    content: "\e72f";
}

.im-cog:before {
    content: "\e730";
}

.im-hammer:before {
    content: "\e731";
}

.im-magic-wand:before {
    content: "\e732";
}

.im-aid-kit:before {
    content: "\e733";
}

.im-bug:before {
    content: "\e734";
}

.im-pie-chart2:before {
    content: "\e735";
}

.im-stats-dots:before {
    content: "\e736";
}

.im-stats-bars:before {
    content: "\e737";
}

.im-stats-bars2:before {
    content: "\e738";
}

.im-trophy:before {
    content: "\e739";
}

.im-gift:before {
    content: "\e73a";
}

.im-glass:before {
    content: "\e73b";
}

.im-glass2:before {
    content: "\e73c";
}

.im-mug:before {
    content: "\e73d";
}

.im-spoon-knife:before {
    content: "\e73e";
}

.im-leaf:before {
    content: "\e73f";
}

.im-rocket2:before {
    content: "\e740";
}

.im-meter:before {
    content: "\e741";
}

.im-meter2:before {
    content: "\e742";
}

.im-fire:before {
    content: "\e743";
}

.im-bin:before {
    content: "\e744";
}

.im-bin2:before {
    content: "\e745";
}

.im-briefcase:before {
    content: "\e746";
}

.im-airplane2:before {
    content: "\e747";
}

.im-truck:before {
    content: "\e748";
}

.im-road:before {
    content: "\e749";
}

.im-accessibility:before {
    content: "\e74a";
}

.im-target:before {
    content: "\e74b";
}

.im-shield2:before {
    content: "\e74c";
}

.im-power:before {
    content: "\e74d";
}

.im-switch:before {
    content: "\e74e";
}

.im-power-cord:before {
    content: "\e74f";
}

.im-clipboard:before {
    content: "\e750";
}

.im-list-numbered:before {
    content: "\e751";
}

.im-list3:before {
    content: "\e752";
}

.im-list2:before {
    content: "\e753";
}

.im-tree:before {
    content: "\e754";
}

.im-menu:before {
    content: "\e755";
}

.im-menu2:before {
    content: "\e756";
}

.im-menu3:before {
    content: "\e757";
}

.im-menu4:before {
    content: "\e758";
}

.im-cloud3:before {
    content: "\e759";
}

.im-cloud-download:before {
    content: "\e75a";
}

.im-sun3:before {
    content: "\e75b";
}

.im-sun:before {
    content: "\e75c";
}

.im-moon:before {
    content: "\e75d";
}

.im-sun-moon:before {
    content: "\e75e";
}

.im-windy:before {
    content: "\e75f";
}

.im-wind:before {
    content: "\e760";
}

.im-snowflake:before {
    content: "\e761";
}

.im-cloudy:before {
    content: "\e762";
}

.im-cloudy-moon:before {
    content: "\e763";
}

.im-sun-lines:before {
    content: "\e764";
}

.im-moon-lines:before {
    content: "\e765";
}

.im-cloud-lines:before {
    content: "\e766";
}

.im-lines:before {
    content: "\e767";
}

.im-cloud:before {
    content: "\e768";
}

.im-cloud-lightning:before {
    content: "\e769";
}

.im-lightning:before {
    content: "\e76a";
}

.im-rainy:before {
    content: "\e76b";
}

.im-rain:before {
    content: "\e76c";
}

.im-cloud-lines-1:before {
    content: "\e76d";
}

.im-rainy-lines:before {
    content: "\e76e";
}

.im-windy-cloud:before {
    content: "\e76f";
}

.im-windy-cloud-rain:before {
    content: "\e770";
}

.im-snowy:before {
    content: "\e771";
}

.im-snowy-cloud:before {
    content: "\e772";
}

.im-cloud-2:before {
    content: "\e773";
}

.im-cloud-lightning-2:before {
    content: "\e774";
}

.im-lightning-2:before {
    content: "\e775";
}

.im-sun-fill:before {
    content: "\e776";
}

.im-moon-fill:before {
    content: "\e777";
}

.im-cloudy-fill:before {
    content: "\e778";
}

.im-cloudy-moon-fill:before {
    content: "\e779";
}

.im-cloud-fill:before {
    content: "\e77a";
}

.im-cloud-lightning-fill:before {
    content: "\e77b";
}

.im-rainy-fill:before {
    content: "\e77c";
}

.im-rain-fill:before {
    content: "\e77d";
}

.im-windy-cloud-fill:before {
    content: "\e77e";
}

.im-windy-cloud-rain-fill:before {
    content: "\e77f";
}

.im-snowy-cloud-fill:before {
    content: "\e780";
}

.im-cloud-upload:before {
    content: "\e781";
}

.im-snow-cloud-fill-2:before {
    content: "\e782";
}

.im-cloud-fill-2:before {
    content: "\e783";
}

.im-cloud-lightning-fill-2:before {
    content: "\e784";
}

.im-thermometer:before {
    content: "\e785";
}

.im-compass:before {
    content: "\e786";
}

.im-none:before {
    content: "\e787";
}

.im-celsius:before {
    content: "\e788";
}

.im-fahrenheit:before {
    content: "\e789";
}

.im-cloud-check:before {
    content: "\e78a";
}

.im-download2:before {
    content: "\e78b";
}

.im-upload2:before {
    content: "\e78c";
}

.im-download3:before {
    content: "\e78d";
}

.im-upload3:before {
    content: "\e78e";
}

.im-sphere:before {
    content: "\e78f";
}

.im-earth:before {
    content: "\e790";
}

.im-link:before {
    content: "\e791";
}

.im-flag2:before {
    content: "\e792";
}

.im-attachment:before {
    content: "\e793";
}

.im-eye:before {
    content: "\e794";
}

.im-eye-plus:before {
    content: "\e795";
}

.im-eye-minus:before {
    content: "\e796";
}

.im-eye-blocked:before {
    content: "\e797";
}

.im-bookmark:before {
    content: "\e798";
}

.im-bookmarks:before {
    content: "\e799";
}

.im-sun2:before {
    content: "\e79a";
}

.im-contrast:before {
    content: "\e79b";
}

.im-brightness-contrast:before {
    content: "\e79c";
}

.im-star-empty:before {
    content: "\e79d";
}

.im-star-half:before {
    content: "\e79e";
}

.im-star-full:before {
    content: "\e79f";
}

.im-heart:before {
    content: "\e7a0";
}

.im-heart-broken:before {
    content: "\e7a1";
}

.im-man2:before {
    content: "\e7a2";
}

.im-woman:before {
    content: "\e7a3";
}

.im-man-woman:before {
    content: "\e7a4";
}

.im-happy:before {
    content: "\e7a5";
}

.im-happy2:before {
    content: "\e7a6";
}

.im-smile:before {
    content: "\e7a7";
}

.im-smile2:before {
    content: "\e7a8";
}

.im-sad:before {
    content: "\e7a9";
}

.im-sad2:before {
    content: "\e7aa";
}

.im-point-up:before {
    content: "\e7ab";
}

.im-point-right:before {
    content: "\e7ac";
}

.im-point-down:before {
    content: "\e7ad";
}

.im-point-left:before {
    content: "\e7ae";
}

.im-warning:before {
    content: "\e7af";
}

.im-notification:before {
    content: "\e7b0";
}

.im-question:before {
    content: "\e7b1";
}

.im-plus:before {
    content: "\e7b2";
}

.im-minus:before {
    content: "\e7b3";
}

.im-info:before {
    content: "\e7b4";
}

.im-cancel-circle:before {
    content: "\e7b5";
}

.im-blocked:before {
    content: "\e7b6";
}

.im-cross2:before {
    content: "\e7b7";
}

.im-checkmark:before {
    content: "\e7b8";
}

.im-checkmark2:before {
    content: "\e7b9";
}

.im-enter:before {
    content: "\e7ba";
}

.im-exit:before {
    content: "\e7bb";
}

.im-play2:before {
    content: "\e7bc";
}

.im-pause:before {
    content: "\e7bd";
}

.im-stop:before {
    content: "\e7be";
}

.im-previous:before {
    content: "\e7bf";
}

.im-next:before {
    content: "\e7c0";
}

.im-backward:before {
    content: "\e7c1";
}

.im-forward2:before {
    content: "\e7c2";
}

.im-play3:before {
    content: "\e7c3";
}

.im-pause2:before {
    content: "\e7c4";
}

.im-volume-high:before {
    content: "\e7c5";
}

.im-volume-mute2:before {
    content: "\e7c6";
}

.im-loop:before {
    content: "\e7c7";
}

.im-loop2:before {
    content: "\e7c8";
}

.im-infinite:before {
    content: "\e7c9";
}

.im-shuffle:before {
    content: "\e7ca";
}

.im-arrow-up-left:before {
    content: "\e7cb";
}

.im-arrow-up:before {
    content: "\e7cc";
}

.im-arrow-up-right:before {
    content: "\e7cd";
}

.im-arrow-right:before {
    content: "\e7ce";
}

.im-arrow-down-right:before {
    content: "\e7cf";
}

.im-arrow-down:before {
    content: "\e7d0";
}

.im-arrow-down-left:before {
    content: "\e7d1";
}

.im-arrow-left:before {
    content: "\e7d2";
}

.im-arrow-up-left2:before {
    content: "\e7d3";
}

.im-arrow-up2:before {
    content: "\e7d4";
}

.im-arrow-up-right2:before {
    content: "\e7d5";
}

.im-arrow-right2:before {
    content: "\e7d6";
}

.im-arrow-down-right2:before {
    content: "\e7d7";
}

.im-arrow-down2:before {
    content: "\e7d8";
}

.im-arrow-down-left2:before {
    content: "\e7d9";
}

.im-arrow-left2:before {
    content: "\e7da";
}

.im-circle-up:before {
    content: "\e7db";
}

.im-circle-right:before {
    content: "\e7dc";
}

.im-circle-down:before {
    content: "\e7dd";
}

.im-circle-left:before {
    content: "\e7de";
}

.im-checkbox-checked:before {
    content: "\e7df";
}

.im-checkbox-unchecked:before {
    content: "\e7e0";
}

.im-radio-checked:before {
    content: "\e7e1";
}

.im-radio-checked2:before {
    content: "\e7e2";
}

.im-radio-unchecked:before {
    content: "\e7e3";
}

.im-crop:before {
    content: "\e7e4";
}

.im-scissors:before {
    content: "\e7e5";
}

.im-filter2:before {
    content: "\e7e6";
}

.im-ligature2:before {
    content: "\e7e7";
}

.im-share2:before {
    content: "\e7e8";
}

.im-mail3:before {
    content: "\e7e9";
}

.im-google:before {
    content: "\e7ea";
}

.im-google-plus:before {
    content: "\e7eb";
}

.im-facebook:before {
    content: "\e7ec";
}

.im-facebook2:before {
    content: "\e7ed";
}

.im-facebook3:before {
    content: "\e7ee";
}

.im-twitter4:before {
    content: "\e7ef";
}

.im-twitter2:before {
    content: "\e7f0";
}

.im-twitter3:before {
    content: "\e7f1";
}

.im-youtube:before {
    content: "\e7f2";
}

.im-tumblr:before {
    content: "\e7f3";
}

.im-tumblr2:before {
    content: "\e7f4";
}

.im-yahoo:before {
    content: "\e7f5";
}

.im-apple:before {
    content: "\e7f6";
}

.im-android:before {
    content: "\e7f7";
}

.im-windows:before {
    content: "\e7f8";
}

.im-skype:before {
    content: "\e7f9";
}

.im-linkedin:before {
    content: "\e7fa";
}

.im-linkedin2:before {
    content: "\e7fb";
}

.im-paypal4:before {
    content: "\e7fc";
}

.im-paypal2:before {
    content: "\e7fd";
}

.im-paypal3:before {
    content: "\e7fe";
}

.im-yelp:before {
    content: "\e7ff";
}

.im-bamboo3:before {
    content: "\e800";
}

.im-deal1:before {
    content: "\e801";
}

.im-dining4:before {
    content: "\e802";
}

.im-parking1:before {
    content: "\e803";
}

.im-meetingroom1:before {
    content: "\e804";
}

.im-garage13:before {
    content: "\e805";
}

.im-park15:before {
    content: "\e806";
}

.im-room2:before {
    content: "\e807";
}

.im-meetingroom:before {
    content: "\e808";
}

.im-cocktail32:before {
    content: "\e809";
}

.im-cup74:before {
    content: "\e80a";
}

.im-cutlery22:before {
    content: "\e80b";
}

.im-cutlery23:before {
    content: "\e80c";
}

.im-dumbbell25:before {
    content: "\e80d";
}

.im-person_outline:before {
    content: "\e909";
}

.im-user-check:before {
    content: "\e90a";
}

.im-users11:before {
    content: "\e90b";
}

.im-user11:before {
    content: "\e90c";
}

.im-user-group:before {
    content: "\e90d";
}

.im-calendar:before {
    content: "\e90e";
}

.im-user-o:before {
    content: "\e90f";
}

.im-group:before {
    content: "\e910";
}

.im-calendar2:before {
    content: "\e911";
}

.im-flight-double:before {
    content: "\e912";
}

.im-flight-one:before {
    content: "\e913";
}

.im-refund:before {
    content: "\e914";
}

.im-flight-status:before {
    content: "\e915";
}

.im-label:before {
    content: "\e916";
}

.im-cart:before {
    content: "\e917";
}

.im-pricetags:before {
    content: "\e918";
}

.im-discout:before {
    content: "\e919";
}

.im-plane:before {
    content: "\e91a";
}

.im-cart2:before {
    content: "\e91b";
}

.im-credit-card:before {
    content: "\e91c";
}

.im-aircraft:before {
    content: "\e91d";
}

.im-directions_car:before {
    content: "\e91e";
}

.im-local_hotel:before {
    content: "\e91f";
}

.im-flight_takeoff:before {
    content: "\e920";
}

.im-flight_land:before {
    content: "\e921";
}

.im-airplanemode_inactive:before {
    content: "\e922";
}

.im-flight2:before {
    content: "\e923";
}

.im-airline_seat_recline_normal:before {
    content: "\e924";
}

.im-airline_seat_recline_extra:before {
    content: "\e925";
}

.im-airline_seat_flat:before {
    content: "\e926";
}

.im-search:before {
    content: "\e927";
}

.im-mail-checked:before {
    content: "\e928";
}

.im-squared-cross:before {
    content: "\e929";
}

.im-circle-with-cross:before {
    content: "\e92a";
}

.im-cross:before {
    content: "\e92b";
}

.im-close2:before {
    content: "\e92c";
}

.im-playlist_add_check:before {
    content: "\e92d";
}

.im-close:before {
    content: "\e92e";
}

.im-check-circle:before {
    content: "\e92f";
}

.im-check-square:before {
    content: "\e930";
}

.im-check:before {
    content: "\e931";
}

.im-calendar-check-o:before {
    content: "\e932";
}

.im-price-tag:before {
    content: "\e935";
}

.im-phone2:before {
    content: "\e942";
}

.im-contact:before {
    content: "\e944";
}

.im-mail2:before {
    content: "\e945";
}

.im-map:before {
    content: "\e947";
}

.im-zoom-out:before {
    content: "\e988";
}

.im-men:before {
    content: "\e9dc";
}

.im-women:before {
    content: "\e9dd";
}

.im-menandwomen:before {
    content: "\e9de";
}

.im-long-arrow-up:before {
    content: "\ea3a";
}

.im-long-arrow-right:before {
    content: "\ea3c";
}

.im-long-arrow-down:before {
    content: "\ea3e";
}

.im-long-arrow-left:before {
    content: "\ea40";
}

.im-search22:before {
    content: "\f002";
}

.im-grid1:before {
    content: "\f009";
}

.im-grid2:before {
    content: "\f00a";
}

.im-list:before {
    content: "\f00b";
}

.im-camera3:before {
    content: "\f030";
}

.im-exclamation-circle:before {
    content: "\f06a";
}

.im-cart22:before {
    content: "\f07a";
}

.im-phone:before {
    content: "\f095";
}

.im-phone-square:before {
    content: "\f098";
}

.im-twitter:before {
    content: "\f099";
}

.im-credit-card3:before {
    content: "\f09d";
}

.im-arrow-circle-left:before {
    content: "\f0a8";
}

.im-arrow-circle-right:before {
    content: "\f0a9";
}

.im-arrow-circle-up:before {
    content: "\f0aa";
}

.im-arrow-circle-down:before {
    content: "\f0ab";
}

.im-filter:before {
    content: "\f0b0";
}

.im-group2:before {
    content: "\f0c0";
}

.im-attach:before {
    content: "\f0c6";
}

.im-paperclip:before {
    content: "\f0c7";
}

.im-bars:before {
    content: "\f0c9";
}

.im-list-ul:before {
    content: "\f0ca";
}

.im-money:before {
    content: "\f0d6";
}

.im-caret-down:before {
    content: "\f0d7";
}

.im-caret-up:before {
    content: "\f0d8";
}

.im-caret-left:before {
    content: "\f0d9";
}

.im-caret-right:before {
    content: "\f0da";
}

.im-caret-down2:before {
    content: "\f0db";
}

.im-upanddown:before {
    content: "\f0dc";
}

.im-caret-up2:before {
    content: "\f0dd";
}

.im-caret-left2:before {
    content: "\f0de";
}

.im-caret-right2:before {
    content: "\f0df";
}

.im-sort:before {
    content: "\f0e0";
}

.im-sitemap:before {
    content: "\f0e8";
}

.im-umbrella:before {
    content: "\f0e9";
}

.im-lightbulb-o:before {
    content: "\f0eb";
}

.im-coffee:before {
    content: "\f0f4";
}

.im-cutlery:before {
    content: "\f0f5";
}

.im-hotel3:before {
    content: "\f0f8";
}

.im-hospital-o:before {
    content: "\f0f9";
}

.im-angle-double-left:before {
    content: "\f100";
}

.im-angle-double-right:before {
    content: "\f101";
}

.im-angle-double-up:before {
    content: "\f102";
}

.im-angle-double-down:before {
    content: "\f103";
}

.im-angle-left:before {
    content: "\f104";
}

.im-angle-right:before {
    content: "\f105";
}

.im-angle-up:before {
    content: "\f106";
}

.im-angle-down:before {
    content: "\f107";
}

.im-double-quote:before {
    content: "\f10d";
}

.im-shield:before {
    content: "\f132";
}

.im-fire-extinguisher:before {
    content: "\f134";
}

.im-rocket:before {
    content: "\f135";
}

.im-chevron-circle-left:before {
    content: "\f137";
}

.im-chevron-circle-right:before {
    content: "\f138";
}

.im-chevron-circle-up:before {
    content: "\f139";
}

.im-chevron-circle-down:before {
    content: "\f13a";
}

.im-edit3:before {
    content: "\f14b";
}

.im-eur:before {
    content: "\f153";
}

.im-gbp:before {
    content: "\f154";
}

.im-dollar:before {
    content: "\f155";
}

.im-inr:before {
    content: "\f156";
}

.im-cny:before {
    content: "\f157";
}

.im-rouble:before {
    content: "\f158";
}

.im-krw:before {
    content: "\f159";
}

.im-bitcoin:before {
    content: "\f15a";
}

.im-women2:before {
    content: "\f182";
}

.im-men3:before {
    content: "\f183";
}

.im-spa3:before {
    content: "\f18c";
}

.im-fax:before {
    content: "\f1ac";
}

.im-building:before {
    content: "\f1ad";
}

.im-paw:before {
    content: "\f1b0";
}

.im-automobile:before {
    content: "\f1b9";
}

.im-cab:before {
    content: "\f1ba";
}

.im-wechat:before {
    content: "\f1d7";
}

.im-futbol-o:before {
    content: "\f1e3";
}

.im-calculator:before {
    content: "\f1ec";
}

.im-paypal:before {
    content: "\f1ed";
}

.im-cc-visa:before {
    content: "\f1f0";
}

.im-cc-mastercard:before {
    content: "\f1f1";
}

.im-cc-discover:before {
    content: "\f1f2";
}

.im-cc-amex:before {
    content: "\f1f3";
}

.im-cc-paypal:before {
    content: "\f1f4";
}

.im-bell-slash:before {
    content: "\f1f6";
}

.im-bell-slash-o:before {
    content: "\f1f7";
}

.im-trash:before {
    content: "\f1f8";
}

.im-paint-brush:before {
    content: "\f1fc";
}

.im-birthday-cake:before {
    content: "\f1fd";
}

.im-pie-chart:before {
    content: "\f200";
}

.im-toggle-off:before {
    content: "\f204";
}

.im-toggle-on:before {
    content: "\f205";
}

.im-bicycle:before {
    content: "\f206";
}

.im-ship:before {
    content: "\f21a";
}

.im-secret-agent:before {
    content: "\f21b";
}

.im-user-secret:before {
    content: "\f21c";
}

.im-motorcycle:before {
    content: "\f21d";
}

.im-whatsapp:before {
    content: "\f232";
}

.im-user-plus:before {
    content: "\f234";
}

.im-user-times:before {
    content: "\f235";
}

.im-bed2:before {
    content: "\f236";
}

.im-train:before {
    content: "\f238";
}

.im-subway:before {
    content: "\f239";
}

.im-bullhorn:before {
    content: "\e91a";
}

#departureDateArea .im-calendar2:before, #scheduledepartureDateArea .im-calendar2:before {
    content: url("/images/icons/ic_deaprt.svg");
    display: inline-block;
    transform: scale(.7);
}

#returnDateArea .im-calendar2:before, #schedulereturnDateArea .im-calendar2:before{
    content: url("/images/icons/ic_return.svg");
    display: inline-block;
    transform: scale(.7);
}

.icon.im-calendar2 {
    position: absolute;
    right: 9px !important;
    top: 12px !important;
    color: rgb(8, 72, 169);
}

.blog .row .item {
    font-size: 12px;
    color: var(--txc);
    font-weight: 700;
    min-height: 275px;
    margin-bottom: 20px;
}
.item .jcomments-links{
    position: absolute;
    bottom: 0;
}
hr {
    border-top: 2px solid #e9e9e9 !important;
}

.search .btn-toolbar .inputbox {
    background-color: #f3f5f8;
    border: none;
    height: 40px;
    border-radius: 4px;
    padding: 11px;
    color: #929394;
}

.search .page-title {
    font-size: 32px;
    color: #045DB3;
    font-weight: normal;
    margin-bottom: 22px;
}

.search .searchintro {
    color: #B56448;
    font-weight: 600;
    padding: 14px 0;
}

.search .counter {
    margin: 16px 0;
}

.search .badge-info {
    color: #fff;
    background-color: #B56448;
    border-radius: 55px;
    /* height: 16px; */
    font-size: 96%;
    padding: .20em .4em;
    display: inline;
}

.search .btn {
    background-color: #B56448;
    height: 40px;
    margin-top: 1px;
    color: #fff;
    padding: 0 18px;
    font-size: 14px;
}

.search .inputbox.input-mini {
    background-color: #f3f5f8;
    border: none;
    height: 40px;
    border-radius: 4px;
    padding: 0 15px;
    color: var(--txc);
}

.search .search-results .result-title, .search .search-results .result-title a {
    font-size: 18px;
    color: #045DB3;
    font-weight: bold;
    text-decoration: underline;
}

.search .search-results .result-text {
    border-bottom: 1px solid #0097d9;
    margin: 15px 0;
    padding-bottom: 16px;
}

.search .result-category {
    display: none;
}

.search .pagination-list li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;

}

.search .pagination nav {
    text-align: center;
    margin: 0 auto;
}

.search .pagination-list li.active a {
    font-size: 16px;
    color: #045DB3;
    font-weight: bold;
    text-decoration: underline;
}

.search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/form_arrow_down.svg) no-repeat 40px 17px;
}

.mbr-iconfont img {
    border-radius: 5px 5px 0px 0px;
}

.items-row {
    margin: 0;
}

/*#depPortArea, #arrPortArea, #departureDateArea, #returnDateArea, #adultArea, #routedepPortArea, #routearrPortArea, #flightArea, #firstnameArea, #surnameArea, #checkinArea {
    background-color: white;
    border: 1px solid lightgray;
    width: -webkit-fill-available;
    width: -moz-available;
    border-radius: 0;
    position: relative;
    height: 48px;
}*/
.ibeInputs {
    background-color: white;
    border: 1.5px solid #D8D8D8;
    width: -webkit-fill-available;
    width: -moz-available;
    border-radius: 2px;
    position: relative;
    height: 48px;
    box-sizing: border-box;
}
@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.5);
    }
}

@keyframes slideFromTop {
    0% {
        top: 0%;
    }
    100% {
        top: 50%;
    }
}

@keyframes slideToTop {
    0% {
        top: 50%;
    }
    100% {
        top: 0%;
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%;
    }
    100% {
        top: 50%;
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%;
    }
    100% {
        top: 70%;
    }
}

.showSweetAlert {
    animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
    animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
    animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
    animation: slideFromBottom 0.3s;
}

.hideSweetAlert {
    animation: hideSweetAlert 0.3s;
}

.hideSweetAlert[data-animation=none] {
    animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
    animation: slideToTop 0.3s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    animation: slideToBottom 0.3s;
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

.animateSuccessTip {
    animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
    animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
    animation: rotatePlaceholder 4.25s ease-in;
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

.animateErrorIcon {
    animation: animateErrorIcon 0.5s;
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    50% {
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

.animateXMark {
    animation: animateXMark 0.5s;
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }
    100% {
        border-color: #F8BB86;
    }
}

.pulseWarning {
    animation: pulseWarning 0.75s infinite alternate;
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }
    100% {
        background-color: #F8BB86;
    }
}

.pulseWarningIns {
    animation: pulseWarningIns 0.75s infinite alternate;
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.sweet-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1040;
}

.sweet-alert {
    background-color: #ffffff;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 2000;
}

@media all and (max-width: 767px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}

.sweet-alert .form-group {
    display: none;
}

.sweet-alert .form-group .sa-input-error {
    display: none;
}

.sweet-alert.show-input .form-group {
    display: block;
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative;
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -9px;
    opacity: 0;
    visibility: hidden;
}

.sweet-alert button[disabled] {
    opacity: .6;
    cursor: default;
}

.sweet-alert button.confirm[disabled] {
    color: transparent;
}

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
    box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
    border-color: #d43f3a;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #d9534f;
    display: block;
    top: 37px;
    border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    transform: rotate(45deg);
    left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    transform: rotate(-45deg);
    right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #eea236;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #f0ad4e;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #f0ad4e;
}

.sweet-alert .sa-icon.sa-info {
    border-color: #46b8da;
}

.sweet-alert .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #5bc0de;
}

.sweet-alert .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #5bc0de;
}

.sweet-alert .sa-icon.sa-success {
    border-color: #4cae4c;
}

.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: #ffffff;
    transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    transform: rotate(-45deg);
    transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    transform: rotate(-45deg);
    transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(92, 184, 92, 0.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: #ffffff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #5cb85c;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
}

.sweet-alert .btn-default:focus {
    border-color: #cccccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(204, 204, 204, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(204, 204, 204, 0.6);
}

.sweet-alert .btn-success:focus {
    border-color: #4cae4c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(76, 174, 76, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(76, 174, 76, 0.6);
}

.sweet-alert .btn-info:focus {
    border-color: #46b8da;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(70, 184, 218, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(70, 184, 218, 0.6);
}

.sweet-alert .btn-danger:focus {
    border-color: #d43f3a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(212, 63, 58, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(212, 63, 58, 0.6);
}

.sweet-alert .btn-warning:focus {
    border-color: #eea236;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(238, 162, 54, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(238, 162, 54, 0.6);
}

.sweet-alert button::-moz-focus-inner {
    border: 0;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-fall.la-dark {
    color: #333;
}

.la-ball-fall > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-fall {
    width: 54px;
    height: 18px;
}

.la-ball-fall > div {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-fall 1s ease-in-out infinite;
    -moz-animation: ball-fall 1s ease-in-out infinite;
    -o-animation: ball-fall 1s ease-in-out infinite;
    animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall > div:nth-child(1) {
    -webkit-animation-delay: -200ms;
    -moz-animation-delay: -200ms;
    -o-animation-delay: -200ms;
    animation-delay: -200ms;
}

.la-ball-fall > div:nth-child(2) {
    -webkit-animation-delay: -100ms;
    -moz-animation-delay: -100ms;
    -o-animation-delay: -100ms;
    animation-delay: -100ms;
}

.la-ball-fall > div:nth-child(3) {
    -webkit-animation-delay: 0ms;
    -moz-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    animation-delay: 0ms;
}

.la-ball-fall.la-sm {
    width: 26px;
    height: 8px;
}

.la-ball-fall.la-sm > div {
    width: 4px;
    height: 4px;
    margin: 2px;
}

.la-ball-fall.la-2x {
    width: 108px;
    height: 36px;
}

.la-ball-fall.la-2x > div {
    width: 20px;
    height: 20px;
    margin: 8px;
}

.la-ball-fall.la-3x {
    width: 162px;
    height: 54px;
}

.la-ball-fall.la-3x > div {
    width: 30px;
    height: 30px;
    margin: 12px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%);
    }
    10% {
        opacity: .5;
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    90% {
        opacity: .5;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@-moz-keyframes ball-fall {
    0% {
        opacity: 0;
        -moz-transform: translateY(-145%);
        transform: translateY(-145%);
    }
    10% {
        opacity: .5;
    }
    20% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    90% {
        opacity: .5;
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@-o-keyframes ball-fall {
    0% {
        opacity: 0;
        -o-transform: translateY(-145%);
        transform: translateY(-145%);
    }
    10% {
        opacity: .5;
    }
    20% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    90% {
        opacity: .5;
    }
    100% {
        opacity: 0;
        -o-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        -moz-transform: translateY(-145%);
        -o-transform: translateY(-145%);
        transform: translateY(-145%);
    }
    10% {
        opacity: .5;
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    90% {
        opacity: .5;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        -moz-transform: translateY(145%);
        -o-transform: translateY(145%);
        transform: translateY(145%);
    }
}


.parallax-container {
    background: url("../images/safeinair.png");
    border-radius: 5px;
    color: #fff;
    background-size: contain;
}

.parallax-container .info-side .btn-info {

    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    box-shadow: none;
    font-size: .9rem;
    font-weight: normal;
    margin: 0;
    padding: 5px 15px;

}

.copyright {
    font-size: 12px;
    color: var(--white);
}


.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: none;
}

.inner-table th {

    color: #fff;
    vertical-align: middle;
    border: 1px solid #C5C5C5;
    font-weight: 500;
    font-size: 12px;
}
.inner-table .first-line{
    background-color: #0170E4;
    border-radius:5px;
}

.inner-table td {
    border: 1px solid #C5C5C5;
}


section {
    /*background-color: #F8FBFF;*/
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p, .article .lead ul, .article .lead ol, .article .lead pre, .article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

a, a:hover {
    text-decoration: none;
}

figure {
    margin-bottom: 0;
}


.inner-table tr td {
    vertical-align: middle;
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4 {
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
}

.panel .title span {
    color: var(--c1);
    font-size: 1.375rem;
    font-weight: 500;
}


b, strong {
    font-weight: bold;
}

blockquote {
    padding: 10px 0 10px 20px;
    position: relative;
    border-left: 2px solid;
    border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition-delay: 9999s;
    transition-property: background-color, color;
}

textarea[type="hidden"] {
    display: none;
}



section {
    /*  background-position: 50% 50%;*/
    background-repeat: no-repeat;
    background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #000000;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

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

.align-right {
    text-align: right;
}

@media (max-width: 767px) {
    .align-left, .align-center, .align-right, .mbr-section-btn, .mbr-section-title {
        text-align: center;
    }
}

/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-size-item {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
}

.media-content {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}

.media-container-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}

.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

figure {
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

.mbr-figure img, .mbr-figure iframe {
    display: block;
    width: 100%;
}

.card {
    background-color: transparent;
    border: none;
    font-weight: normal;
    margin-bottom: 10px;
}

.card-container {
    background-color: #F8FBFF;
}

.card-container .btn-card {
    position: absolute;
    bottom: 20px;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}


@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}

/*! Buttons */
.mbr-section-btn {
    margin-left: -.25rem;
    margin-right: -.25rem;
    font-size: 0;
}

nav .mbr-section-btn {

}

/*! Btn icon margin */
.btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
    cursor: pointer;
    margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont, .btn.btn-md .mbr-iconfont {
    margin-right: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type="submit"] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}

.map iframe {
    width: 100%;
    height: 100%;
}

/* Form */
.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 32px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
    text-align: center;
}

.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: "\203a";
    display: inline-block;
    font-family: serif;
    font-size: 32px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 50%;
        right: auto;
        transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
    }
}

/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        animation-timing-function: ease-in-out;
    }
}

@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        animation-timing-function: ease-in-out;
    }
}

.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-nav.nav-dropdown {
    flex-direction: initial;
}

@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
    }
}

@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }

    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
}

@media (max-width: 767px) {
    .menu .navbar-collapse {
        overflow-y: auto;
        max-height: 80vh;
    }

    .menu .dropdown-menu {
        max-height: 60vh;
        overflow-y: auto;
    }
}

.navbar {
    padding: 0;
    border-bottom: 2px solid var(--c2);
    background: var(--header);
}


.nav-dropdown .link {
    padding: .667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
}
.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.engine {
    position: absolute;
    text-indent: -2400px;
    text-align: center;
    padding: 0;
    top: 0;
    left: -2400px;
}

.nav.menu.mod-list li {
    padding: 0 0 0 1vw;
    font-size: 11px;
}

.nav.menu.mod-list li a {
    color: var(--c1);
    font-weight: 600;
}

/*sticky header position*/
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

body {
    /*min-height: 1200px;
    position: relative;*/
    /*text-align: justify !important;*/
}
nav {
    background: #fff;
}
#memberLogin {
    background-color: var(--c2);
    border-radius: 5px;
    height: 30px;
}
#memberLogin a {
    color: var(--c1);
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    padding: 10px 10px;
    line-height: 14px;
}
.nationalitySelect {
    width: -webkit-fill-available;
    text-align: left;
}

.nationalitySelect > div{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: var(--c2);
}
.cid-addon {
    background-color: #F8F8FA;
}
.circle-price-wrap {
    background: #FFFFFF;
    border: 2px solid #DFDCEB;
    box-sizing: border-box;
    border-radius: 50px;
    min-width: 100px !important;
    height: 100px;
    cursor: pointer;
}
.circle-price-wrap.active {
    border: 2px solid #FF4156;
}
.addon-img {
    width: max-content;
    width: -moz-max-content;
}
.addon-title {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}
.addon-body {
    background: #fff;
    border: 1px solid #DFDCEB;
    border-radius: 4px;
}
.addon-image img {
    border-radius: 5px;
}
.addon-headingtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
    color: var(--c3);
}
.addon-text p {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: var(--txc);
}
.addon-text h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 13px;
    color: #4A4A4A;
}
.chzn-container-single .chzn-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('/templates/hititcs/images/arrow-b.svg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
div#currencySelect_chzn a div b {
    background-image: url('/templates/hititcs/images/arrow.svg') !important;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
    transform: rotate(180deg);
    background-position: center !important;
    background-repeat: no-repeat !important;
}
div#currencySelect_chzn a span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: var(--c1);
}
.chzn-container-single .chzn-single {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
}
.nationality_label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}
.addonFormtext {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: var(--txc);
}
.addonInputAera {
    background: #FFFFFF;
    border: 1px solid #E2F0FF !important;
    box-sizing: border-box;
    border-radius: 4px !important;
    height: 36px !important;
}
.addonInput {
    text-indent: 10px;
    border: none;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: var(--txc);
}
#addonPOST {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: var(--white);
}
.container.ibe-responsive {
    position: relative;
    left: auto;
    right: auto;
    height: 100px;
}

/*language css*/

div.mod-languages li {
    margin: 0 !important;
    padding: 0;
}
a.chzn-single {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: white !important;
}
.chzn-container-single .chzn-single span {
    display: block;
    overflow: hidden;
    margin: 0 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: transparent;
}

.chzn-container > .chzn-drop {

}
#languageSelect .chzn-container-active.chzn-with-drop .chzn-drop {
    left: -29px;
    top: 38px;
    width: 90px;
}
#currencyInput .chzn-container-active.chzn-with-drop .chzn-drop {
    left: -8px;
    width: 78px;
    top: 38px;
}
.chzn-container.chzn-with-drop .chzn-drop {

}
.chzn-container-single .chzn-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
    top: 37px;
}
.chzn-container .chzn-results {
    margin: 0 !important;
    padding: 0 !important;
}
.chzn-container .chzn-results li {

    padding: 10px 15px !important;
}
/*div.mod-languages ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    background-color: var(--c1);
    left: -35px;
    position: absolute;
    top: 13px;
    width: 90px;
    color: var(--white) !important;
}*/
div.mod-languages li {
    margin-left: 5px;
    margin-right: 5px;
}

div.mod-languages ul.lang-inline li {
    display:inline;
}

div.mod-languages ul.lang-block li {
    display:block;
}

div.mod-languages img {
    border:none;
    width:20px;
    height:30px;
}

div.mod-languages a {
    text-decoration: none;
}
/*language css*/
.hovereffect_old > a > img:hover, .circle-price-wrap > a > img:hover {
    transform: scale(1.05);
}
.hovereffect_old > a > img, circle-price-wrap > a > img {
    transition: transform .4s ease;
    transform: scale(1);
}
.menu_loyaltymenu li {
    margin: 5px;
    padding: 5px;
    background: var(--c1);
    width: calc(100% / 7);
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
    position: relative;
    bottom: 30px;
    height: 50px;
    display: flex;
    align-items: center;
}
.menu_loyaltymenu li.current.active {
    background: var(--c2);
}
.menu_loyaltymenu li a {
    color: var(--c2);
    margin-left: auto;
    margin-right: auto;
}
.menu_loyaltymenu li.current.active a {
    color: var(--c1);
}
ul#select2-currencySelect-results {

}
.no-search .select2-search {
    display:none
}
span.select2-selection.select2-selection--single.langSelect, span.select2-selection.select2-selection--single.currencySelect{
    height: 45px;
}
span#select2-langSelect-container + span, span#select2-currencySelect-container + span {
    display: block;
}
.select2-container--default .select2-selection--single.currencySelect .select2-selection__arrow b {
    border-color: var(--white) transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: 0px;
    margin-top: 0px;
    position: absolute;
    top: 70%;
    width: 0;
}
.select2-container--default .select2-selection--single.langSelect .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: 0px;
    margin-top: 0px;
    position: absolute;
    top: 70%;
    width: 0;
}
span.select2-dropdown.currencySelect-dropdown.select2-dropdown--below {
    left: -12px;
    top: 2px;
    width: 78px !important;
    margin: 0;
    border: none;
    outline: none;
}
span.select2-dropdown.langSelect-dropdown.select2-dropdown--below {
    left: -30px;
    top: 2px;
    width: 90px !important;
    margin: 0;
    border: none;
    outline: none;
}
span#select2-currencySelect-container {
    color: var(--white);
}
span#select2-langSelect-container {
    color: white;
}
.item-mobileApp a {
    height: 45px;
    text-align: center;
    white-space: normal !important;
    display: block;
}
#search-button {
    cursor: pointer;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
    margin-right: 10px !important;
    padding-right: 10px !important;
}


.inner-link{
    color: var(--c1) !important;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    padding: 10px 10px;
    line-height: 14px;
    background-color: #C5D610;
    border-radius: 5px;

}
.ibeButton {
    background: transparent;
    margin: 0;
    padding: 0;
    border: none;
}

.mil-table .first-line th{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    padding: 1.5rem 0;
    font-size: 10px;
    text-align: center;
}
.mil-table tr td{
    font-size:9px;
    padding: 0 0.2rem;
    text-align:center;}

.mil-table .first-line  th:first-child{
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}
.custom_skysmile{
    background-color: #f8fbff;
}
.partners-table td,.partners-table th{
    border-top: 1px solid #C5D610;
}
/*slider fontu için*/
.h1, h1 {
    font-size: calc(3vw - 0.5vh);
}
#langSelect, #currencySelect {
    opacity: 0;
}
.footer {
    background: var(--c3);
}
.social-title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    text-align: right;
    margin-right: 20px;
}
.call-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;

    color: #FFFFFF;
}
#alldeals-button {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}
.vertical-image {
   
}
.img-container {
    position: relative;
}
.price-container {
    position: absolute;
    width: 185px;
    height: 147px;
    background: #5D2784DB;
    border-radius: 4px;
    z-index: 9;
}
.price-container.deal1 {
    top: 45px;
    left: -20px;
}
.price-container.deal2 {
    top: 15px;
    right: -20px;
}
.price-container.deal3 {
    bottom: -20px;
    left: 20px;
}
.price-container.deal4 {
    bottom: -20px;
    left: 20px;
}
.test {
    width: 400vw;
}
.offer-left-col {
    object-fit: contain;
    background-repeat: no-repeat;
    background-size: cover; 
}
.form-group {
    position: relative;
}
.footer-logo {
    width: 65%;float: right;margin-right: 25px;
}