:root {
    --color: #287dfa;

}

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0-3/css/all.min.css');


.justify-content-center {
    justify-content: center;
}


.mt-20 {
    margin-top: 20px
}

.p-10 {
    padding: 10px
}

.p-35 {
    padding: 0 0 15px 35px;
}


.dropdown {
    position: relative;
    display: block;

}

.dropdown-content {
    position: absolute;
    display: none;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);

    border-radius: 4px;
    z-index: 6666;
}

.dropbtn:focus, .dropbtn:hover {
    white-space: nowrap;
    margin: 0;
    font-weight: 300;
    text-transform: inherit
}

.dropbtn {
    display: block;
    cursor: pointer
}

.dropbtninputF {
    height: 36px;
    width: 100%;
    padding: 7px 12px;
    border: 1px solid #ddd;
    border-radius: 4px
}


#accordion .card-header {
    margin-bottom: 8px
}

#accordion .accordion-title {
    position: relative;
    display: block;
    padding: 8px 0 8px 50px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    transition: .4s ease-in-out
}

#accordion .accordion-title i {
    position: absolute;
    width: 40px;
    height: 100%;
    left: 0;
    top: 0;
    color: #eee;
    text-align: center;
    border-right: 1px solid transparent
}

#accordion .accordion-title:hover {
    padding-left: 60px;
    color: #fff
}

#accordion .accordion-title:hover i {
    border-right: 1px solid #fff
}

#accordion .accordion-body {
    padding: 40px 55px
}

#accordion .accordion-body ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

#accordion .accordion-body li {
    padding-left: 1.2rem;
    text-indent: -1.2rem
}

#accordion .accordion-body li:before {
    content: "\f10a";
    padding-right: 5px;
    font-family: Flaticon;
    font-size: 16px;
    font-style: normal;
    color: #213744
}

#btnSearch {

    width: 100%
}


.theme-search-results-item-flight-section-path-line-end, .theme-search-results-item-flight-section-path-line-start {
    position: absolute;
    left: -15px;
    text-align: center;
    width: 30px
}

.theme-search-results-item-flight-section-path-line {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dedede
}

.theme-search-results-item-flight-section-path-line-title {
    font-size: 9px;
    opacity: .65;
    -ms-filter: "alpha(opacity=65)"
}

.theme-search-results-item-flight-section-path-line-middle {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(50%)
}

.flight-recommendation.bloc-recommendation {
    border: 1px solid #cdcdcd;
    margin-bottom: 20px !important
}


.flight-recommendation.active {
    border: 1px solid orange
}

/*****/

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.input-spinner:before {
    content: "\f110";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    color: #e59300;
    top: 15px;
    position: absolute;
    left: 50%;
}

.contact-form-action .input-marker::before,
#search .tab-pane .input-marker::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: none !important;
}


.font-weight-bold {
    font-weight: 700 !important;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-size-21 {
    font-size: 21px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

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


.font-size-15 {
    font-size: 15px !important;
}


.font-size-14 {
    font-size: 14px !important;
}

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

.font-size-12 {
    font-size: 12px !important;
}


.bg-gray {
    background-color: #F5F7FC !important;
}


/*=== theme-btn ====*/
.theme-btn {
    font-size: 15px;
    color: #fff;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--color);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid var(--color);
    font-weight: 500;
    width: 100%;
}

.theme-btn:hover {
    background-color: #fff;
    color: var(--color);
}


/*=== theme-btn-gray ====*/
.theme-btn-gray {
    background-color: rgba(128, 137, 150, 0.1);
    color: #0d233e;
    border: 1px solid rgba(128, 137, 150, 0.1);

}

.theme-btn-gray:hover {
    background-color: rgba(128, 137, 150, 0.2);
    color: #0d233e;
}

.margin-bottom-30px {
    margin-bottom: 30px;
}

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

/*==== stroke-shape =====*/
.stroke-shape {
    position: relative;
    display: inline-block;
}

.stroke-shape::before, .stroke-shape::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 45px;
    background-color: var(--color);
}

.stroke-shape::after {
    width: 7px;
    background-color: #fff;
    left: 25px;
}

/*====================================================
      custom-checkbox
   ====================================================*/
.custom-checkbox {
    display: block;
    margin-bottom: 8px;
}

.custom-checkbox label {
    color: #5d646d;
    font-size: 15px;
    display: block;
    margin-bottom: 0;
    cursor: pointer;
}

.custom-checkbox label a {
    color: var(--color);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-checkbox label a:hover {
    color: #0d233e;
}

.custom-checkbox input[type=checkbox]:not(:checked), .custom-checkbox input[type=checkbox]:checked {
    position: absolute;
    left: -9999px;
}

.custom-checkbox input[type=checkbox]:not(:checked) + label, .custom-checkbox input[type=checkbox]:checked + label {
    position: relative;
    padding-left: 26px;
}

.custom-checkbox input[type=checkbox]:not(:checked) + label:before, .custom-checkbox input[type=checkbox]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.custom-checkbox input[type=checkbox]:not(:checked) + label:after, .custom-checkbox input[type=checkbox]:checked + label:after {
    content: '\f00c';
    position: absolute;
    top: 5px;
    left: 3px;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.custom-checkbox input[type=checkbox]:not(:checked) + label:after {
    opacity: 0;
    visibility: hidden;
}

.custom-checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
    visibility: visible;
}

.custom-checkbox input[type=checkbox]:checked + label:before {
    background-color: var(--color);
    border-color: var(--color);
}

/*======== filter-bar =========*/
.filter-bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 20px !important;
    border: 1px solid rgba(128, 137, 150, 0.1);
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .filter-bar {
        display: block !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .filter-bar {
        display: block !important;
    }
}


/*-========= filter-bar-filter =========-*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .filter-bar-filter {
        padding-bottom: 20px;
    }
}

.vol  .filter-option {
    margin-right: 20px;
}

@media (max-width: 575px) {
    .vol  .filter-option {
        margin-right: 10px;
    }
}

@media (max-width: 375px) {
    .vol   .filter-option {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.filter-option .dropdown-contain .dropdown-menu {
    width: 245px;
    margin-top: 15px;
}

@media (max-width: 575px) {
    .filter-option .dropdown-contain .dropdown-menu {
        left: -90px !important;
    }
}

@media (max-width: 425px) {
    .filter-option .dropdown-contain .dropdown-menu {
        left: -20px !important;
    }
}

@media (max-width: 375px) {
    .filter-option .dropdown-contain .dropdown-menu {
        left: 0 !important;
    }
}

.filter-option .price-slider-amount .amounts {
    background-color: transparent;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 375px) {
    .bootstrap-select .dropdown-toggle .filter-option {
        margin-bottom: 0;
    }
}

/*-========= select-contain =========-*/
.select-contain {
    position: relative;
    /* width: 190px;*/
}

.select-contain .bootstrap-select {
    width: 100% !important;
}

.select-contain .bootstrap-select .flag-icon {
    width: 16px;
    line-height: inherit;
}

.select-contain .dropdown-toggle {
    padding: 14px 20px;
    border-color: rgba(128, 137, 150, 0.2) !important;
    background-color: #fff !important;
    color: #0d233e !important;
    font-size: 14px;
    position: relative;
}

.select-contain .dropdown-toggle:focus {
    outline: none !important;
    border-color: var(--color) !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.select-contain .dropdown-menu {
    border: 1px solid rgba(128, 137, 150, 0.2);
}

.select-contain .dropdown-menu .bs-searchbox {
    display: none;
}

.select-contain .dropdown-menu .inner::-webkit-scrollbar {
    width: 8px;
}

.select-contain .dropdown-menu .inner::-webkit-scrollbar-track {
    background-color: rgba(128, 137, 150, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.select-contain .dropdown-menu .inner::-webkit-scrollbar-thumb {
    background-color: rgba(128, 137, 150, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.select-contain .dropdown-menu .inner::-webkit-scrollbar-thumb:hover {
    background-color: rgba(128, 137, 150, 0.6);
}

.select-contain .dropdown-item {
    color: #5d646d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
}

.select-contain .dropdown-item.active {
    background-color: var(--color);
    color: #fff;
}

.select-contain .dropdown-item.active:hover {
    background-color: var(--color);
    color: #fff;
}

.select-contain .dropdown-item:focus {
    outline: none;
}

.select-contain .dropdown-item:hover {
    background-color: rgba(40, 125, 250, 0.1);
    color: var(--color);
}

/* select--contain */
.select--contain .dropdown-toggle::after {
    top: 3px;
    right: 3px;
    font-size: 12px;
}

/* select-wrap-form */
.select-wrap-form {
    position: relative;
}

.select-wrap-form .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #0d233e;
    cursor: pointer;
}

.select-wrap-form .form-control:focus {
    border-color: var(--color);
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.select-wrap-form::after {
    position: absolute;
    right: 10px;
    top: 5px;
    border: none;
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-size: 14px;
    font-weight: 900;
    color: #5d646d;
}


/*====================================================
      date range picker
   ====================================================*/
.daterangepicker {
    font-family: 'Poppins', sans-serif;
    border-color: rgba(128, 137, 150, 0.3);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    color: #0d233e;
}

.daterangepicker td.off {
    color: #5d646d;
}

.daterangepicker td.active {
    background-color: var(--color);
    color: #fff;
}

/*==== ratings =======*/
.ratings i {
    color: #f9b851;
}


.mb-12 {
    margin-bottom: 12px !important;
}

.gap-3 {
    gap: 15px;
}

.gap-2 {
    gap: 5px;
}

.label-text {
    font-size: 14px;
    color: #0d233e;
}

.contact-form-action .form-group {
    position: relative;
}


.contact-form-action .dropdown-menu {
    padding: 8px
}

.contact-form-action .form-group .form-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #e59300;
    font-size: 18px;
    z-index: 5;
}

.contact-form-action .form-group .search-btn,
.contact-form-action .form-group .submit-btn {
    position: absolute;
    top: 7px;
    right: 8px;
}

.contact-form-action .form-group .search-btn {
    background-color: transparent;
    border: none;
    padding: 3px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #0d233e;
}

.contact-form-action .form-group .search-btn:hover {
    color: var(--color);
}

.contact-form-action .dropdown-btn, #tab-vol .typeahead__container .typeahead__field input,
.contact-form-action .form-control {


    padding: 10px 20px 10px 40px !important;

    color: #333;
    border: 1px solid rgba(128, 137, 150, 0.2) !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    min-height: 45px;
}

#Class-a {
    padding: 10px 20px !important;
}

.contact-form-action .form-control:focus {
    border-color: var(--color);
}

.contact-form-action .message-control {
    height: 130px;
}


.avatar {
    background-color: #5d646d;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 48px;
    width: 48px;
}

.avatar img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.img-company img {
    width: 40px;
    height: 40px;
}

.select-border {
    border-radius: 4px;
}


/*====================================================
     error-area
   ====================================================*/
.error-img svg {
    width: 100%;
}

@media (max-width: 480px) {
    .error-img svg {
        height: 200px;
    }
}

.error-img image {
    width: 100%;
}

@media (max-width: 480px) {
    .error-img image {
        height: 100%;
    }
}


/* dropdown-contain */
.dropdown-contain .dropdown-menu {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    border: none;
    width: 100%;
}

.dropdown-contain .dropdown-item:hover {
    background-color: transparent;
}

.extra-service-select {
    width: 100px;
}

/* dropdown-btn */
.dropdown-btn {
    cursor: pointer;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    padding: 10px 20px;
    font-size: 13px;
    color: #0d233e;
    border: 1px solid rgba(128, 137, 150, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.dropdown-btn:focus {
    border-color: var(--color);
}

.dropdown-btn:hover {
    color: #0d233e;
}

/* dropdown--btn */
.dropdown--btn {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    color: #5d646d;
    font-size: 16px;
}

.dropdown--btn::after {
    position: relative;
    top: 2px;
    right: auto;
    margin-left: 2px;
}


/*===== sidebar-nav =======*/
.vol .sidebar-menu-wrap {
    border-top: 1px solid rgba(128, 137, 150, 0.1);
}

.vol .sidebar-menu {
    padding: 20px;
}

.vol .sidebar-menu .side-menu-icon {
    position: absolute;
    right: 0;
    top: 0;
    color: #5d646d;
    padding: 7px 12px;
    cursor: pointer;
    border-left: 1px solid transparent;
}

.vol .sidebar-menu .side-menu-icon i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.vol .sidebar-menu li {
    position: relative;
    margin-bottom: 2px;
}

.vol .sidebar-menu li a {
    display: block;
    padding: 7px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.vol .sidebar-menu li a i {
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.vol .sidebar-menu li.active > a, .vol .sidebar-menu li.page-active > a {
    background-color: var(--color);
    color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
    -moz-box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
    box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
}

.vol .sidebar-menu li.active > a i, .vol .sidebar-menu li.page-active > a i {
    color: #fff;
}

.vol .sidebar-menu li.active .side-menu-icon, .vol .sidebar-menu li.page-active .side-menu-icon {
    color: #fff;
    border-left-color: rgba(255, 255, 255, 0.1);
}

.vol .sidebar-menu li.active .side-menu-icon {
    border-left-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.vol .sidebar-menu li.active .side-menu-icon i {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.vol .sidebar-menu li:hover .side-menu-icon {
    color: #fff;
    border-left-color: rgba(255, 255, 255, 0.1);
}

.vol .sidebar-menu li:hover > a {
    background-color: var(--color);
    color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
    -moz-box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
    box-shadow: 0 0 40px rgba(40, 125, 250, 0.1);
}

.vol .sidebar-menu li:hover > a i {
    color: #fff;
}

.vol .sidebar-menu .toggle-drop-menu {
    background-color: rgba(40, 125, 250, 0.1);
    margin-top: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.vol .sidebar-menu .toggle-drop-menu li a {
    padding-left: 36px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 26px;
}

.vol .sidebar-menu .toggle-drop-menu li:hover a {
    background-color: transparent;
    color: var(--color);
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}


/*===== section-tab ======*/
.section-tab .nav-tabs {
    border-bottom: none;
    padding: 10px 0;
}

.section-tab .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-tab .nav-tabs .nav-item {
        margin-bottom: 6px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-tab .nav-tabs .nav-item {
        margin-bottom: 6px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .section-tab .nav-tabs .nav-item {
        margin-bottom: 6px;
    }
}

.section-tab .nav-tabs .nav-link {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    background-color: transparent;
    color: #fff;
    border: none;
    padding: 9px 25px 9px 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
}

.section-tab .nav-tabs .nav-link i {
    font-size: 20px;
}

.section-tab .nav-tabs .nav-link.active {
    color: var(--color);
    background-color: #fff;
}

/*====== section-tab 2 ========*/

.section-tab-2 .nav-tabs > li > a {
    border: none !important;
    background-color: transparent !important;
    color: #000 !important;
    font-size: 14px
}

.section-tab-2 .nav-tabs .nav-item {
    margin-right: 20px;
}

.section-tab-2 .nav-tabs .nav-link a {
    color: #0d233e;
    background-color: transparent;
    padding: 0 0 0 5px;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
}

.section-tab-2 .nav-tabs .nav-link a::before, .section-tab-2 .nav-tabs .nav-link a::after {
    position: absolute;
    content: "";
    top: 1px;
    left: -13px;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.section-tab-2 .nav-tabs .nav-link a::before {
    left: -9px;
    top: 5px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.section-tab-2 .nav-tabs .nav-link a::after {
    border: 2px solid rgba(19, 41, 104, 0.2);
}
.section-tab-2 .nav-tabs .nav-link.active a::after {
    border: 2px solid #006ab4;
}




.section-tab-2 .nav-tabs .nav-link.active a, .section-tab-2 .nav-tabs .nav-link a:hover {
    background-color: transparent !important;
    color: #006ab4 !important;
}

.section-tab-2 .nav-tabs .nav-link.active a::before, .section-tab-2 .nav-tabs .nav-link a:hover::before {
    background-color: var(--color);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}



/*====== section-tab 3 ========*/
.section-tab-3 .nav-tabs .nav-item {
    margin-right: 5px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-tab-3 .nav-tabs .nav-item:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-tab-3 .nav-tabs .nav-item:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .section-tab-3 .nav-tabs .nav-item:last-child {
        margin-bottom: 0;
    }
}

.section-tab-3 .nav-tabs .nav-link {
    padding: 5px 45px;
    color: #5d646d;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
}

@media (max-width: 375px) {
    .section-tab-3 .nav-tabs .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.section-tab-3 .nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--color);
}

.section-tab-3 .nav-tabs .nav-link.active:hover {
    color: #fff;
    background-color: var(--color);
}

.section-tab-3 .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: var(--color);
}


/*====== sidebar =====*/
.vol .sidebar {
    border: 1px solid rgba(128, 137, 150, 0.1);
    padding: 30px 30px 0 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    margin-bottom: 15px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vol .sidebar {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}


/*====== sidebar-widget =====*/
.vol .sidebar-widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(128, 137, 150, 0.2);
}

.vol .sidebar-widget .title {
    font-size: 17px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    color: #000
}

@media (max-width: 375px) {
    .vol .sidebar-widget .section-tab-2 .nav-tabs .nav-item {
        margin-right: 10px;
    }
}

.vol .sidebar-widget:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/****/
.vol .hover-bg-gray-1:hover, .vol input[type=radio]:checked {
    background-color: #fff;
    transition: .3s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.flex-content-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .card-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.vol .border {
    border: 2px solid #FBBC20 !important;
}

.vol .mr-3 {
    margin-right: 1rem !important;
}


.text-primary {
    color: #297cbb !important;
}

.text-underline {
    text-decoration: underline;
}

.flex-card-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.width-60 {
    width: 4.75rem;
}

.border-width-2 {
    border-width: 2px !important;
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {

    margin-top: .5rem !important
}

.mt-0 {
    margin-top: 0
}

.border-top {
    border-top: 1px solid #18181b !important;

}

.text-gray-5 {
    color: #18181b !important;
}

.vol .padding-10 {
    padding: 10px
}

.step .mb-3 {
    margin-bottom: 2.5rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.passengers {
   /* padding: 5px 0;*/
    width: 100%;
}

.passengers .form-control {
    text-align: center;

    height: 30px;
    display: inline-block;
    vertical-align: top;
    border: none !important;
    padding: 2px !important;
    min-width: 40px;
}

.qty-box label {
    color: #0d233e;
    font-size: 15px;
    margin-bottom: 0;
}

.qty-box label span {
    display: block;
    font-size: 13px;
    margin-top: -10px;
    color: #5d646d;
}

.roomInc,
.roomDec,
.qtyInc,
.qtyDec {


    font-size: 18px;

    display: inline-block;
    text-align: center;

    cursor: pointer;
    position: relative;

    color: var(--color);

}




.roomBtn input,
.qtyBtn input {
    width: 35px;
    border: none;
    text-align: end;
    color: #0d233e;
    font-weight: 500;
}

.passengers > .d-flex > label {
    font-size: 12px !important
}

.dropdown-menu.guest-selector-dropdown  {

    min-width: 100%;
}
/*===== modal-backdrop =====*/
.modal-backdrop.show {
    opacity: .8;
}

/*===== modal-popup =====*/
.modal-popup .modal-header, .modal-popup .modal-body, .modal-popup .modal-footer {
    padding: 20px;
}


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

.margin-top-19px {
    margin-top: 19px;
}

.margin-top-38px {
    margin-top: 38px;
}

/*.addLigne, .deleteLigne {
    color: #fff;
    background-color: #e59300;
    border-color: #e59300;
}*/
.deleteLigne {
    background-color: #fff;
    color: #e59300;
    border-radius: 50%;
    border: 2px solid #e59300;
    height: 20px;
    width: 20px;
    padding: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.hr-separation {
    border: 1px solid #FBBC20;
}

.rounded-card {
    border-radius: 12px;
}

.row.d-flex {
    display: flex
}

@media only screen and (max-width: 991px) {
    /* For mobile phones: */
    .d-flex {
        flex-wrap: wrap;
    }

    .font-size-24 {
        font-size: 18px !important;
    }

    .mt-sm-10 {
        margin-top: 20px
    }

    .sidebar {
        padding: 0
    }

    .col-auto {
        flex: 100%
    }

    .font-size-30 {
        font-size: 20px !important;
    }

    .font-size-21 {
        font-size: 16px !important;
    }

    .no-wrap {
        flex-wrap: nowrap;
    }

    .sidebar-white .widget {

        box-shadow: none;
        padding: 0;
    }
}

.badge-titre {
    color: #fff;
    font-weight: bold;
    background: var(--color);
    width: fit-content;
    padding: 10px;
    margin-top: -20px;
}


/* Styling the border and box
effect of the progress bar*/
.progress-bar {
    width: 100%;
    height: 15px;
    margin-top: 10px;
    border: 1px solid #F0F0F0;
    border-radius: 25px;
    background-color: #F0F0F0;
}

/* Stylingthe background color of each
animation and border radius */
.percentage {
    display: block;
    height: 100%;
    background-color: var(--color);
    border-radius: 5px;
    animation: progress 1500ms ease-in 1;
}



/* Animating the progress bar by
initially starting from 0*/
@keyframes progress {
    from {
        width: 0;
    }
}

.position-relative {
    position: relative;
}

.kWHvBL {
    position: absolute;
    border-top: 1px dashed #000;
    top: 1px;
    bottom: 0;
    width: 85%;
    height: 0;
    margin: auto;
}

.dxOCGpdots {
    position: absolute;
    width: 16px;
    left: 0;
    margin: auto;
    top: 2px;
    bottom: 0;
    color: #000;
    transform: scaleX(1);
}

.dxOCGp {
    position: absolute;
    width: 16px;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    color: #000;
    transform: scaleX(1);
}

.sc-bbkauy {

    left: 10px;
}

.fa-rotate-45 {
    transform: rotate(-45deg);
}

.fa-rotate45 {
    transform: rotate(45deg);

}

.text-color {
    color: var(--color)
}

.bg-color {
    background-color: var(--color);
    justify-content: center;
    display: flex;
    flex-direction: column;

}

.vol a {
    color: var(--color)
}

.vol-tabs > li.active {
    position: relative;


    border-bottom: 2px solid var(--color);


    padding: 20px;
    text-align: center;
    color: var(--color);
}

.vol-tabs input[type="checkbox"] {
    display: none;
}


.vol-tabs > li {
    border: 1px solid #eee
}


.vol-tabs li label {
    color: var(--color);
    font-size: 18px;
    font-weight: 800;

}

.vol-tabs > li.active > label:after, .vol-tabs > li.active > label:focus:after, .vol-tabs > li.active > label:hover:after {
    position: absolute;

    left: 50%;
    margin-left: -10px;
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--color);
    bottom: 0
}

.modele2.flight-recommendation.active {
    border: 1px solid var(--color)
}

.vol-tabs {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    width: 100%;
    border-bottom: transparent;
}

.vol-tabs > li {
    margin-bottom: 30px;
    width: inherit;
    padding: 20px
}


.vol-tabs h3 {
    color: #495057
}


.price-bg > h5 {

    font-size: 18px;
    font-weight: 700;
    color: #fff


}

.btn-condition {
    color: #fff
}

.vol p {
    margin: 0
}

.vol .btn-valider.btn-color {
    background-color: var(--color);
    color: #fff
}

.divider.m-0 {
    margin: 0 !important
}

.bg-white {
    background: #fff !important
}

.text-dark {
    color: #000 !important
}

.icon-color {
    color: #fff
}

.step .title-widget-info.mt-5.mb-5 {
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    label.item-vol.d-block {
        display: block !important;
    }

    .price-bg {
        display: flex;
        flex-direction: column;
    }
}

.d-flex-flex-column {
    display: flex !important;
    flex-direction: column;
}


/****/


.segment:before {
    display: block;
    content: "";
    position: absolute;
    top: 14px;
    left: -25px;
    bottom: 0px;
    background: var(--color);
    width: 2px;
    height: 85%;
}

.stop-segment:before {
    display: block;
    content: "";
    position: absolute;
    top: -8px;
    left: -10px;
    bottom: 0px;
    background: var(--color);
    width: 2px;
    height: 155px;
}

.stop-segment-item:before {
    display: block;
    position: absolute;
    content: "";
    border: 3px solid var(--color);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    left: -15px;
    top: 12px;
    background: #fff;
}

.depart-seg:before {
    display: block;
    height: 12px;
    position: absolute;
    content: "";
    border: var(--color) 2px solid;
    border-radius: 50%;
    width: 12px;
    left: -30px;
    top: 2px;
}

.arrival-seg:before {
    display: block;
    height: 12px;
    position: absolute;
    content: "";
    background-color: var(--color);
    border-radius: 50%;
    width: 12px;
    left: -30px;
    bottom: 0%;
}

.itineaire {
    border: 2px solid #f1f1f1;


    border-radius: 4px;


    background: #fff;


}


.border-0 {
    border: none !important
}


.modal-header .close .fas.fa-times-circle {
    color: red;
}

.modal-body .alert {
    text-align: center;
    padding: 5px
}


.w-16px{
    width: 16px;
}

.itineaire .modal-body  .fa, .itineaire .modal-body .fas {
    color: #2A9ED1;
}


.jconfirm .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.jconfirm .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border: 1px solid #EEEEEE;
}

.jconfirm  .panel-title {
    font-size: 14px;
}

.jconfirm  .panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.jconfirm .more-less {
    float: right;
    color: #212121;
    display: none;
}

.jconfirm .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}
#accordion a{
    position: relative;
}
#accordion a::after {
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}
#accordion a[aria-expanded="false"]::after {

    content: "+";
}

#accordion a[aria-expanded="true"]::after {

    content: "-";
}

#overlay{
    background: #fff;
    z-index: 5555;
    padding: 30px 0;
    width: 100%;
}
#overlay .progress {
    width: 100%;
    height: 15px;
    margin-top: 10px;
    border: 1px solid var(--color);;
    border-radius: 25px;
    background-color: #F0F0F0;
    z-index: 10000;

}

#overlay .bar {
    background: var(--color);
    height: 50px;
    width:0%;
    opacity:1;
    z-index: 10000;

}


.opacity-0{
    opacity: 0;
}
.position-absolute{
   position:absolute !important;
}

.h-100px{
    height:100px
}
.h-50px{
    height: 50px;
}


.flight-recommendation > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > hr:nth-child(2) {

    display: none;
}