:root {
    --color: #f26522;

}

/*@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0-3/css/all.min.css');*/
.filter-bar,
.vol-filtre{
    margin-top: -100px;
    position: relative;
    z-index: 10;
    background-color: #fff;



    border: 3px solid #f26522;
    border-top: none;
    border-radius: 25px 0 25px 25px;
    margin-bottom: 30px;
}
.justify-content-center {
    justify-content: center;
}


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

.p-10 {
    padding: 10px
}

.p-35 {
    padding: 0 0 0 35px !important;
}


.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: var(--color);
    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: 1px solid var(--color);
    font-weight: 500;
    width: 100%;
    border-radius: 55px 0 55px 55px;
}

.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 {

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

@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;
    }
}
.section-tab.section-tab-2.pb-3.d-flex.padding-10{
    flex-wrap: wrap ;
}

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

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

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

@media (max-width: 375px) {
    .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: 10px;
    left: 15px;
    color: var(--color);
    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: 50px;
    border-radius: 55px 0 55px 55px;
    padding: 6px;
}

#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;
}

.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 {
    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::before, .section-tab-2 .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    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::before {
    left: 4px;
    top: 12px;
    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::after {
    border: 2px solid rgba(19, 41, 104, 0.2);
}

.section-tab-2 .nav-tabs .nav-link.active, .section-tab-2 .nav-tabs .nav-link:hover {
    background-color: transparent !important;
    color: var(--color) !important;
}

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

.section-tab-2 .nav-tabs .nav-link.active::after, .section-tab-2 .nav-tabs .nav-link:hover::after {
    border-color: #2764AE;
}

/*====== 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) 0 7px 29px 0;

}

.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;
}



.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
}

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

.passengers {

    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;
    border-radius: 0
}

.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;

    color: var(--color);
    display: inline-block;
    text-align: center;

    cursor: pointer;
    position: relative;


}

.roomInc:hover,
.roomDec:hover,
.qtyInc:hover,
.qtyDec:hover {
    color: #000;

}


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


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

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

.row.d-flex {
    display: flex
}



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


/* Styling the border and box
effect of the progress bar*/
.progress-bar {
    width: 100%;
    height: 15px;
    margin-top: 10px;
  /*  border:15px 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;
}

/* Assigning width of each languages*/
.c {
    width: 100%;
}


/* 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);
    width: fit-content;

}

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

.bg-color {
    background: #F8F8F8;
    display: flex;
    align-items: center;

}

.flight-recommendation a {
    color: #2764AE;
    text-decoration:none;
}

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


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

    padding: 5px 0 10px 0;
    background: #FFF4EE;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

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

.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
}



.vol-tabs li label {
    color: #495057;

    font-size:18px;
    font-weight:800;

}
.modele2.flight-recommendation{
    display: grid;
}

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


.modele2.flight-recommendation.active .btn.color-btn.btn-reserver {
    background-color: var(--color);
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-size: 12px;
}

.modele2.flight-recommendation.active .price-bg .price-color,.modele2.flight-recommendation.active .price-bg .btn-condition {
    color: #fff;
}

.modele2.flight-recommendation.active .icon-color{
    color:#fff
}
.vol-tabs {
    width: 100%;
    display: flex !important;

    border-bottom: none;


    justify-content: center;
}

.vol-tabs > li {
    padding: 5px 0 10px 0;
    flex:50%;
    margin-bottom: 10px;
    border: 1px solid #eee;
    font-size: 16px;
}

.vol-tabs h3 {
    color: #495057
}


.price-bg > h5.text-white {
    color:#000 !important;
    font-size: 18px;
    font-weight: 700;


}

.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
}
.p-blog{
    color:#495057;

    font-size: 14px;
    font-weight: 400;
    margin-bottom:20px


}
.p-titre-blog{
    color: #000000;

    font-size: 20px;
    font-weight: 500;


}

.row.text-right.mb-15{

    display: flex !important;
    justify-content: end;
    margin: 0 15px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {

    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #f26522;
    color: #f26522;
    justify-content: center;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
    color: #5d5d5d;
    background-color: #fff;
}

.title.font-size-24{
    color:#000
}
.advanced-wrap .theme-btn-gray {
    background-color: transparent;
    border-color:transparent;
    text-decoration: underline;
    text-transform: uppercase;
    color:var(--color)
}
.filter-wrap .sort-tab .bootstrap-select .btn.btn-default {

    color: #f26522;
}
.btn.color-btn.btn-reserver{
    background-color: var(--color);
    color:#fff;
    text-transform: uppercase;
    font-size:12px
}

.btn.color-btn.btn-reserver:hover,.btn.color-btn.btn-reserver:focus{
    color: var(--color);
    border:1px solid var(--color);
    background-color: #fff;
    text-transform: uppercase;
}

.price-bg .price-color, .price-bg .btn-condition{
    color:#000
}

.fas.fa-share-alt.font-size-16.text-white{
    color: #495057 !important;
}
span.datecard{

    font-size: 16px;
    font-weight: 400;
    color:#000



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

.flight-recommendation .modal-header .modal-title {

    padding: 0;
}

.flight-recommendation .modal-header {
    background-color: #393939;
}

.step .form-group{
    margin-bottom: 2.5rem !important;
}


.icon-color{
    color:#fff
}

.step .title-widget-info.mt-5.mb-5{
    font-size: 18px;
}
.modele2.flight-recommendation.active .bg-color{
    background-color:var(--color) !important ;
}

@media only screen and (max-width: 991px) {
    /* For mobile phones: */


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

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

    .sidebar {
        padding: 0
    }
    #recap_destinations{
        margin-top:20px
    }
    .rounded-card.mb-12{
        margin-bottom:0 !important
    }

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

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


    .card-area .sidebar-white .widget {

        box-shadow: none;
        padding: 0;
    }


    .contenu-billet{
        text-align: center;
    }

    .modele2.flight-recommendation {

        display: block;
    }

    .price-bg{
        display: flex;
        flex-direction: column;
    }
    .col.text-center.position-relative .mt-2.font-12{
        padding-top:2rem !important;

    }

}
h5.price-color{
    margin-bottom: 0;
    font-weight: 900;
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    .filter-bar,.vol-filtre{
        margin-top:0
    }
    .rounded-card {
        flex-wrap: wrap;
    }
    .filter-wrap .d-flex{
        flex-wrap: wrap;
    }

    .card-area .modal-header{
        background:#000;

    }

    .modele2.flight-recommendation.active .price-bg{
        background-color: var(--color);
        padding:10px
    }
    .modele2.flight-recommendation .price-bg{
        background: #F8F8F8;
        padding:10px
    }


    .price-bg .btn {
        padding: 5px
    }

}

@media (max-width: 481px) {
    .list-tabs .sort-tab {

        width: auto !important;
    }
}

.jconfirm-box-container {
    margin-left: 0;
}

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




/****/


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

.stop-segment:before {
    display: block;
    content: "";
    position: absolute;
    top: -8px;
    left: -10px;
    bottom: 0;
    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;
    margin: 15px 0 0 0;
}


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

.itineaire .modal-header{
    height:auto !important;
    padding: 15px 0 0 30px;
}

.itineaire .modal-body {

    padding:0 15px 15px 35px
}

.itineaire .modal-body  .fa, .itineaire .modal-body .fas {
    color: #2A9ED1;
}
.success-inner .error{
    display: flex;

    min-height: 50vh;
    width: 80%;
    justify-content: center;
    align-items: center;
    margin: auto;
}
#collapseall {

    background-color: var(--color);
    color: #fff;
}




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


.jconfirm .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}


.jconfirm .panel-group .panel-heading {
    padding: 0;
}
.jconfirm .panel-group .panel-heading a {
    display: block;
    background: #e7f1ff;
    color:#000;
    padding:15px;
    text-decoration:none;
    position: relative;
    margin-bottom: 10px;
    border:1px solid #e7f1ff;
}
/*.jconfirm .panel-group .panel-heading a.collapsed {
    background: #c4ced5;
    color:inherit;
}*/

.jconfirm .panel-group .panel-heading a:after {
    content: '-';
    position: absolute;
    right: 20px;
}
.jconfirm .panel-group .panel-heading a.collapsed:after {
    content: '+';
}
.jconfirm .panel-group .panel-collapse {
    margin-top:5px!important;
}
.jconfirm .panel-group .panel-body  {
    background: #fff;
    padding:15px;
}
.jconfirm .panel-group .panel {
    background-color: transparent;
}

.jconfirm .jconfirm-box.jconfirm-type-blue {

    -webkit-animation-name: none;
    animation-name: none;
    border-top: solid 7px  var(--color) !important;
}

#overlay{
    background: #fff;
    z-index: 5555;
    padding: 30px 0;
    width: 100%;
}
#overlay .progress {
    width: 100%;
    height: 15px;
    margin-top: 10px;
    border: 1px solid #F0F0F0;
    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;
}



.fleche-icon-rotate{
    transform: rotate(180deg);
}

.fleche-icon-rotate-inverse {
    transform: rotate(-180deg);
}

.vol .list-inline > li > label {
    color: #000 !important;
    font-size: 14px;
     font-weight: 500;
}

.flecheIcon svg > path:nth-child(1) {
    fill: #f26522 !important;
}

.flecheIcon {
    position: absolute;

    top: 27px;
    width: 40px;
    height: 40px;
    left: auto;
    background: #fff;
    border: 1px solid #eee;
    display: grid;
    place-items: center;
    cursor: pointer;
    border-radius: 50%;
    z-index: 999;
    bottom: auto;
    right: -19px;
    padding:6px
}


.fleche-icon-rotate{
    transform: rotate(180deg);
}

.fleche-icon-rotate-inverse{
    transform: rotate(-180deg);
}


.btn.deleteLigne.position-delete-btn {
    position: absolute;
    top: 20%;
    right: 6%;
}

@media only screen and (max-width: 991.99px) and (min-width: 768px) {
    .btn.deleteLigne.position-delete-btn {
        position: absolute;
        top: 20%;
        right: 6%;
        display: contents;
    }
    .flecheIcon {

        transform: rotate(90deg);
        left: 150px;
        right: auto;
        top:60px

    }

}

@media only screen and (max-width: 767.99px) {


    .flecheIcon {
        left: auto;
        transform: rotate(90deg);
        right: 15px;
        top:60px

    }
}

