@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css);
@import url(jquery-ui.css);
@import url(bootstrap.min.css);
@import url(daterangepicker.css);

:root {
    --bg-color: #f9f9f9;
    --text-color: #000000;
    --menu-color: #333333;
    --ahref-color: #1a73e8;
    --primary-color: #ffc000;
    --select-color: rgba(238, 238, 238, 0.87);
    --box-color: rgba(238, 238, 238, 0.37);
    --boxx-color: #fff;
    --menu-color: #222;
    --check-color: #fff;
    --boxxx-color: #fff;
    --bk-color: #fff;
    --timeline-color: #ffc000;
    --timeline-line-color: #ffc000;
    --hotel-box-color: #4e4e4e2e;
    --hotel-selcect-color: rgb(218 218 218);
    --hotelinputbg: #fff;
    --box-color-border: rgb(226 226 226);
    --header-menu-boxxx: #dcdcdc;
    --btn-modal-new: #dcdcdc
}

.day-mode {
    --btn-modal-new: #48494a;
    --header-menu-boxxx: #48494a;
    --box-color-border: #48494a;
    --timeline-color: #222;
    --bg-color: #1e1e1e;
    --text-color: #fff;
    --menu-color: #fff;
    --ahref-color: #ffc000;
    --primary-color: #ffc000;
    --select-color: #eeeeee5e;
    --box-color: #474747f2;
    --boxx-color: #474747f2;
    --boxxx-color: #3c3c3c;
    --menu-color: #ffffffbf;
    --check-color: #474747f2;
    --bk-color: #48494a;
    --timeline-line-color: #fff;
    --hotel-box-color: #4e4e4e;
    --hotel-selcect-color: rgba(255, 255, 255, 0.22);
    --hotelinputbg: #4e4e4e
}

#mode-icon.clicked {
    animation: scaleButton 0.3s ease-in-out
}

@keyframes scaleButton {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

* {
    outline: none
}

body {
    margin: 0;
    padding: 0;
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: "Poppins", sans-serif;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    color: var(--ahref-color)
}

a:hover {
    color: var(--primary-color)
}

a:hover,
a:active,
a:focus {
    transition: all ease-in-out 0.3s
}

p {
    margin: 0
}

.form-control:focus {
    color: var(--text-color);
    background-color: var(--hotelinputbg);
    border-color: #ffc000;
    outline: 0;
    box-shadow: 0 0 0 .25rem #ffc000
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: 0 0 0 0 #f8980880
}

.btn:hover {
    border-color: none;
    overflow: hidden
}

.ui-state-default {
    text-align: center !important
}

.ui-state-hover {
    background-color: #ffc000 !important;
    border: inherit !important
}

a,
a:hover {
    text-decoration: none
}

.theme-bg-primary {
    background-color: var(--primary-color)
}

.theme-bg-secondary {
    background-color: #002d5b
}

.theme-bg-white {
    background-color: #fff
}

.theme-bg-light {
    background-color: #9f9f9f
}

.theme-bg-book {
    background-color: #e9f4ff
}

.theme-bg-accent-one {
    background-color: var(--box-color)
}

.theme-bg-accent-three {
    background-color: #f5faff
}

.body-color {
    background-color: #efeeee
}

.theme-text-white {
    color: #fff
}

.theme-text-primary {
    color: var(--primary-color)
}

.theme-text-secondary {
    color: #002d5b
}

.theme-text-accent-one {
    color: #343534
}

.theme-text-accent-two {
    color: #9f9f9f
}

.theme-text-accent-three {
    color: #198754
}

.theme-text-link {
    color: #008cff
}

.theme-box-shadow {
    box-shadow: 0 0 .8rem rgb(52 53 52 / .15)
}

.theme-text-shadow {
    text-shadow: 0 0 .8rem rgb(52 53 52 / .15)
}

.theme-border-radius {
    border-radius: .5rem
}

.theme-border-radius-top {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    background-color: var(--box-color);
    color: var(--text-color)
}

.accordion-button {
    background-color: var(--box-color)
}

.accordion-button:not(.collapsed) {
    color: var(--text-color);
    background-color: var(--box-color);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:focus {
    color: var(--text-color)
}

.font-extra-small {
    font-size: .625rem
}

.font-small {
    font-size: .75rem
}

.font-medium {
    font-size: .875rem
}

.content-section {
    min-height: 80vh
}

.btn-select {
    position: relative;
    border: 1px solid #002d5b;
    color: #002d5b;
    z-index: 1
}

.btn-outlined {
    position: absolute;
    padding: 7px;
    width: 40px;
    top: 0;
    right: 0;
    border: none;
    color: #093087;
    background: #fff0;
    z-index: 5
}

.btn-outlined:hover,
.btn-outlined:focus {
    background: #eaf6ff
}

.btn-book {
    position: relative;
    background-color: var(--primary-color);
    color: #222;
    z-index: 0;
    overflow: hidden
}

#Rooms .btn-book {
    position: relative;
    min-width: 124px;
    color: #fff;
    z-index: 0;
    overflow: hidden
}

#Rooms .modal-content {
    background-color: var(--boxxx-color)
}

#infoModal .modal-content {
    background-color: var(--boxxx-color)
}

#toggleSearch .btn-book {
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    color: #74747c
}

#toggleFilter.btn-book,
#toggleMapButton.btn-book {
    width: 100%;
    max-width: 200px
}

.btn-book:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: #fff0
}

.btn-back {
    position: absolute;
    left: 4px;
    top: 14px;
    cursor: pointer
}

@media screen and (min-width:768px) {
    .btn-back {
        top: 4px;
        left: 12px
    }
}

#mapModal button.btn-close {
    padding: 8px;
    position: absolute;
    top: 15px;
    right: 20px;
    color: #008cff
}

button[aria-label="Close"].btn-close {
    top: 22px
}

#FiltersTab .btn-close {
    position: absolute;
    top: -8px;
    right: 0
}

#hotelFilterClose.btn-close {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1
}

.btn-done {
    padding: 8px 16px;
    color: #fff;
    text-transform: capitalize;
    background: #002d5b;
    border: none;
    border-radius: 20px
}

.btn-fullscreen {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    margin: 8px;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    width: 32px;
    height: 32px
}

.btn-fullscreen:hover {
    background-color: #e0e0e0
}

.btn-fullscreen i {
    height: 22px;
    color: #008cff;
    align-self: center
}

.btn-clear {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    font-size: 16px;
    cursor: pointer;
    display: none;
    color: #002d5b;
    z-index: 5
}

.min-h58 {
    min-height: 58px
}

.min-h95 {
    min-height: 95px
}

.dropdown-container {
    position: relative;
    min-width: 120px
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    background-color: var(--box-color)
}

.dropdown-container .dropdown-toggle::after {
    opacity: 0
}

.dropdown-container .dropdown-toggle {
    cursor: pointer;
    position: relative;
    color: #fff;
    transition: all ease-in-out 0.3s
}

.dropdown-container .dropdown-toggle label {
    cursor: pointer;
    width: 100%
}

.dropdown-container .dropdown-toggle:hover,
.dropdown-container .dropdown-toggle:active,
.dropdown-container .dropdown-toggle:focus {
    color: var(--primary-color)
}

.dropdown-container .dropdown-menu {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 4px -2px rgb(0 0 0 / .5);
    margin-top: 17px;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    background-color: #fff;
    z-index: 10
}

.dropdown-container .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: .5rem;
    z-index: 10
}

@media screen and (max-width:767px) {
    .dropdown-container .dropdown-menu ul {
        border-radius: 0
    }
}

.dropdown-container .dropdown-menu a {
    text-decoration: none;
    display: block;
    padding: 5px 20px;
    font-weight: 600;
    box-shadow: 0 0 4px -2px rgb(0 0 0 / .5);
    transition: all ease-in-out 0.3s
}

.dropdown-container .dropdown-menu a:hover,
.dropdown-container .dropdown-menu a:active,
.dropdown-container .dropdown-menu a:focus {
    color: inherit
}

.dropdown-menu,
.dropdown-toggle {
    position: relative
}

.dropdown-menu::before,
.dropdown-toggle::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border: 5px solid;
    border-top-color: #fff0;
    border-left-color: #fff0;
    margin-top: -2.5px;
    background-color: #fff0;
    transition: all ease-in-out 0.3s;
    z-index: 10
}

.dropdown-menu {
    z-index: 10;
    position: relative
}

.dropdown-menu::before {
    z-index: -1;
    transform: rotate(-135deg);
    top: -4px;
    border-color: #fff;
    box-shadow: 0 0 4px -2px rgb(0 0 0 / .5);
    display: none
}

.dropdown-open .dropdown-menu.dropdown-active {
    display: block
}

.dropdown-container.dropdown-open .dropdown-toggle {
    color: #fff
}

.dropdown-container.dropdown-open .dropdown-toggle:before {
    transform: rotate(-135deg)
}

@media screen and (max-width:767px) {
    #navbarSupportedContent {
        background-color: var(--bg-color);
        position: absolute;
        right: 0;
        top: 4rem;
        z-index: 2
    }

    #navbarSupportedContent .nav-item {
        padding: 1rem .5rem
    }

    #navbarSupportedContent .dropdown-active {
        position: relative;
        border-radius: 0;
        border: 0
    }

    #navbarSupportedContent .dropdown-active .nav-item {
        padding: 0
    }

    #navbarSupportedContent .dropdown-toggle {
        color: #fafafa
    }
}

.dropdown-open .dropdown-menu {
    min-width: 5rem;
    padding: 0;
    width: auto
}

.dropdown-open .dropdown-menu a {
    padding: .5rem
}

.dropdown-open .dropdown-menu a:active,
.dropdown-open .dropdown-menu a:hover {
    background-color: var(--primary-color)
}

.loader {
    width: 100%;
    height: 20px;
    display: inline-block;
    background: rgb(255 255 255 / .15);
    position: relative;
    overflow: hidden
}

.loader::after {
    content: "";
    width: 0;
    height: 20px;
    background-color: var(--primary-color);
    background-image: linear-gradient(45deg, rgb(0 0 0 / .25) 25%, transparent 25%, transparent 50%, rgb(0 0 0 / .25) 50%, rgb(0 0 0 / .25) 75%, transparent 75%, transparent);
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    animation: animFw 3s ease-in infinite
}

@keyframes animFw {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.preloader {
    position: fixed;
    z-index: 999999;
    background-color: #eaeaeab7;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    right: 0
}

.preloader .load-spinner {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.preloader .load-spinner div {
    transform-origin: 40px 40px;
    animation: load-spinner 1.2s linear infinite
}

.preloader .load-spinner div::after {
    content: " ";
    display: block;
    position: absolute;
    top: 5px;
    left: 35px;
    width: 5px;
    height: 20px;
    border-radius: 20%;
    background: #002d5b
}

.preloader .load-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s
}

.preloader .load-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s
}

.preloader .load-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s
}

.preloader .load-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s
}

.preloader .load-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s
}

.preloader .load-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s
}

.preloader .load-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s
}

.preloader .load-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s
}

.preloader .load-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s
}

.preloader .load-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s
}

.preloader .load-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s
}

.preloader .load-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s
}

@keyframes load-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.header-light .dropdown-toggle {
    color: #fafafa
}

.header-light .dropdown-container.dropdown-open .dropdown-toggle {
    color: #002d5b
}

.modify-search .head-wrapper {
    min-height: auto
}

.modify-search .flight-search .check-wrap {
    color: #fff
}

.modify-search .flight-search .check-wrap .checkmark {
    border: 1px solid var(--primary-color)
}

.modify-search .flight-search .nav-tabs .nav-item .nav-link {
    color: var(--text-color)
}

#multi_form_remove button {
    color: var(--text-color)
}

.filter-sec {
    background-color: #f5faff
}

.filter-sec .flt-btn {
    position: relative;
    padding: 0 2rem 0 0
}

.filter-sec .flt-btn::before {
    content: "\f282";
    font-family: bootstrap-icons !important;
    display: inline-block;
    background-color: #fff0;
    width: 20px;
    height: 20px;
    z-index: 1;
    position: absolute;
    right: 0;
    transform: rotate(180deg)
}

.filter-sec .collapsed::before {
    transform: rotate(0deg)
}

.check-wrap {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #343534;
    font-size: .75rem
}

.check-wrap:hover input~.checkmark {
    background-color: var(--primary-color)
}

.check-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.check-wrap input:checked~.checkmark {
    background-color: var(--primary-color);
    border: 0 solid var(--primary-color)
}

.check-wrap input:checked~.checkmark:after {
    display: block
}

.check-wrap .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    border: 1px solid #9f9f9f
}

#collapseHotelFilter .form-select {
    max-width: 150px
}

#star-checkboxes .star-checkboxes {
    display: flex;
    gap: 10px
}

#star-checkboxes .check-wrap {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer
}

#star-checkboxes .check-wrap input[type="checkbox"] {
    display: none
}

#star-checkboxes .check-wrap .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    transition: border-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-around
}

#star-checkboxes .check-wrap:hover .checkmark {
    border-color: var(--primary-color)
}

#star-checkboxes .check-wrap input:checked~.checkmark:after {
    display: none
}

#star-checkboxes .check-wrap input[type="checkbox"]:checked+.checkmark {
    border: 3px solid var(--primary-color)
}

#flightTooltip .check-wrap .checkmark {
    top: -1px
}

.check-wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg)
}

#flights-all .check-wrap {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #343534;
    font-size: .75rem
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.head-wrapper {
    display: block;
    z-index: 2
}

header {
    padding: 20px 0
}

.header .sideMenu {
    position: relative
}

.header .sideMenu .custom-btn-close {
    background-image: none;
    background: #002d5b;
    position: absolute;
    right: -48px;
    top: 0;
    border-radius: 0;
    padding: 1rem;
    opacity: 1;
    line-height: 0
}

.header .sideMenu .custom-btn-close:hover {
    background-color: var(--primary-color);
    color: #343534
}

.header .sideMenu .menuList li {
    line-height: 3rem
}

.header .sideMenu .menuList li a {
    color: #fff;
    display: flex
}

.header .sideMenu .menuList li a:hover {
    color: #343534
}

.header .sideMenu .social a {
    color: #fff
}

.header .sideMenu .social a:hover {
    color: var(--primary-color)
}

@media screen and (max-width:575px) {
    .header .offcanvas-start {
        width: 260px
    }
}

.header-phone {
    background-color: var(--primary-color)
}

.header-phone a {
    color: var(--text-color)
}

.header-phone a:hover,
.header-phone a:focus {
    color: var(--primary-color)
}

.header .btn-left {
    width: auto;
    height: auto;
    min-height: 50px;
    background-color: #002d5b;
    color: #fff;
    background-position: 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10
}

.header .btn-left:hover {
    background-color: var(--primary-color);
    color: #343534
}

.navbar-toggler {
    color: #fff;
    background-color: #ffc000;
    padding: 21px 15px;
    border-radius: 5px
}

.navbar-toggler:hover {
    color: #343534;
    background-color: var(--primary-color)
}

.flight-search {
    position: relative;
    z-index: 1;
    padding: 40px 0
}

.flight-search .icon-20 {
    width: 20px;
    height: 20px
}

.flight-search .search-pan {
    padding: .8rem;
    background-color: var(--boxx-color);
    min-height: auto;
    box-shadow: rgb(0 0 0 / .1) 0 -1px 6px 1px, rgb(0 0 0 / .06) 0 2px 4px -1px
}

.daterangepicker {
    background-color: var(--box-color);
    border: 1px solid var(--box-color)
}

.daterangepicker .calendar-table {
    border: 1px solid var(--boxx-color);
    border-radius: 4px;
    background-color: var(--boxx-color)
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background-color: var(--boxx-color);
    border-color: #fff0;
    color: #999
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid var(--text-color);
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #fff0;
    border-color: #fff0;
    color: inherit
}

.flight-search .search-pan .dropdown-toggle::after {
    position: absolute;
    right: 14px;
    top: 50%
}

.flight-search .search-pan .dropdown .dropdown-menu {
    width: 100%;
    padding: 0 .5rem;
    border-radius: .5rem
}

.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f5faff
}

.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li span {
    font-size: 14px;
    font-weight: 500
}

.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li .br {
    display: block;
    padding-top: 0
}

.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li .btn {
    background-color: #002d5b;
    color: #fff;
    border: 0
}

.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li .btn:hover {
    background-color: var(--primary-color);
    color: #343534
}

.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input {
    display: flex;
    align-items: center
}

.search-pan input::placeholder {
    color: var(--text-color)
}

.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-button button {
    background-color: #002d5b;
    border: none;
    color: #fff
}

.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-button button:hover {
    background-color: var(--primary-color);
    color: #343534
}

.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-field {
    text-align: center;
    width: 50%;
    background: #f5faff;
    border: 0
}

.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-field::-webkit-inner-spin-button,
.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-field::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none
}

.flight-search .search-pan .form-group {
    position: relative
}

.flight-search .search-pan .icon-pos {
    top: .6rem;
    left: .5rem;
    z-index: 1;
    color: #9f9f9f
}

@media screen and (max-width:992px) {
    .flight-search .search-pan .icon-pos {
        top: 1rem
    }
}

.flight-search .search-pan .input-group {
    color: inherit
}

.flight-search .search-pan .form-control {
    color: var(--text-color);
    font-size: 14px;
    background-color: var(--box-color);
    min-height: 56px;
    border: 0;
    text-decoration: none;
    border-radius: .5rem;
    text-align: left
}

.flight-search .search-pan .cal-input {
    color: var(--text-color);
    background: none;
    border: 0;
    width: 15rem;
    padding: .7rem 0 0 2rem;
    cursor: pointer
}

.flight-search .search-pan .form-wrap button {
    color: var(--text-color)
}

.flight-search .search-pan .dep-date-input {
    position: relative;
    width: auto;
    height: 0;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    background: #fff0;
    border-style: none;
    padding: 0;
    margin: 0
}

.flight-search .search-pan .dropdown-toggle {
    padding: 0 1rem 0 3rem
}

.flight-search .search-pan .dropdown-toggle::before {
    color: #9f9f9f;
    right: .8rem
}

.flight-search .nav-tabs .nav-item .nav-link {
    font-weight: 700;
    color: var(--text-color);
    background-color: #fff0;
    border: none;
    padding: .5rem 1rem 1.5rem 0
}

.flight-search .nav-tabs .nav-item .nav-link:hover {
    border-color: #fff0;
    color: var(--primary-color)
}

.flight-search .nav-tabs .nav-item button.nav-link.active {
    border-color: #fff0;
    color: var(--primary-color)
}

#GeneralTab.nav-tabs .nav-item .nav-link {
    color: #002d5b
}

#GeneralTab.nav-tabs .nav-item .nav-link.active:hover {
    border-color: #fff0;
    color: #002d5b
}

#GeneralTab.nav-tabs .nav-item button.nav-link.active {
    background-color: var(--primary-color);
    color: #002d5b
}

#GeneralTab.nav-tabs .nav-item button.nav-link.active .triangle {
    opacity: 1
}

.triangle {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 16px solid #fff0;
    border-right: 16px solid #fff0;
    border-top: 16px solid var(--primary-color);
    opacity: 0;
    transition: opacity 0.3s ease-in-out
}

.flight-search .nav-tabs .nav-item .active span {
    background: #fff !important;
    border: 1px solid var(--primary-color);
    position: relative
}

.flight-search .nav-tabs .nav-item .active span:after {
    content: "";
    display: block;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid var(--primary-color);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    position: absolute
}

.flight-search .btn-search {
    background-color: var(--primary-color);
    min-height: 56px;
    color: #fff;
    min-width: 75px;
    width: 100%;
    border-radius: .5rem;
    border: none;
    transition: all 0.2s;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.flight-search #voucherForm .btn-search {
    background-color: var(--primary-color);
    min-height: auto;
    color: #fff;
    width: auto
}

#apply-voucher-link {
    cursor: pointer
}

#apply-voucher-link:hover {
    color: var(--primary-color)
}

.btn-voucher {
    background: #fff0;
    border: 0;
    outline: 0;
    color: var(--text-color);
    font-size: 16px
}

.btn-voucher i:hover {
    color: var(--primary-color)
}

.flight-search .btn-search.remove {
    max-width: fit-content;
    min-height: auto
}

.swal2-confirm.custom-ok-button {
    text-transform: capitalize;
    background-color: #f89808 !important;
    border: none !important;
    box-shadow: none !important
}

.flight-search .pos-swap {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #002d5b;
    position: absolute;
    top: .9rem;
    right: -1.2rem;
    z-index: 1;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border: 0;
    cursor: pointer
}

.flight-search .pos-swap:hover {
    background-color: var(--primary-color);
    color: #343534
}

@media screen and (max-width:992px) {
    .flight-search .pos-swap {
        right: 0;
        top: 2.5rem
    }
}

.flight-search .check-wrap {
    position: relative;
    padding-left: 1.5rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #f2f2f2
}

.flight-search .check-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.flight-search .check-wrap .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1rem;
    width: 1rem;
    border-radius: .2rem;
    border: 1px solid #343534
}

.flight-search .check-wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.flight-search .check-wrap .checkmark:after {
    left: .2rem;
    top: 0;
    width: .5rem;
    height: .8rem;
    border: solid #343534;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg)
}

.flight-search .check-wrap:hover input~.checkmark {
    background-color: #f5faff;
    background: var(--primary-color)
}

.flight-search .check-wrap input:checked~.checkmark {
    border: 1px solid #343534
}

.flight-search .check-wrap input:checked~.checkmark:after {
    display: block
}

.ui-widget-header {
    background-color: var(--primary-color) !important;
    color: #343534 !important
}

#scroll-button {
    position: fixed;
    bottom: 40px;
    right: 20px;
    display: none;
    padding: 10px 20px;
    background-color: #002d5b;
    color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 dimgray;
    cursor: pointer;
    z-index: 1000
}

#scroll-button.show {
    display: block
}

.modal-backdrop {
    z-index: 1
}

.dropdown-menu {
    --bs-dropdown-link-hover-bg: #b9cfe9
}

.btn-modal {
    position: relative;
    background-color: var(--primary-color);
    color: #fff;
    z-index: 0;
    overflow: hidden
}

.btn-modal:hover,
.btn-modal:focus {
    background: var(--primary-color)
}

.hotel-img {
    max-width: 200px;
    max-height: 200px;
    padding: 8px;
    border-radius: 14px
}

#reviews .hotel-img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover
}

@media screen and (min-width:767px) {
    #reviews .hotel-img {
        max-width: 150px
    }
}

.nav-tabs {
    border-bottom: none
}

.nav-link.tab-btn {
    color: #002d5b
}

.btn-add-room {
    background-color: #002d5b;
    padding: 6px;
    margin: 8px 0;
    transition: all 0.3s;
    color: var(--text-color);
    border: none;
    border-radius: 4px;
    width: 100%
}

.btn-add-room:hover {
    background-color: var(--primary-color)
}

.room-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 14px;
    padding-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid gray
}

.room-top p {
    display: flex;
    align-items: center;
    margin: 0;
    display: inline
}

.btn-remove-room {
    background: none;
    padding: 6px;
    margin: 8px 0;
    color: tomato;
    border-radius: 4px;
    transition: all 0.3s
}

.dropdown-menu.show {
    width: 100%;
    padding: 20px;
    list-style: none;
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / .2);
    transition: all 0.3s;
    text-align: left
}

.adult {
    padding: 0 8px
}

.child {
    padding: 0 8px;
    margin-top: 0;
    margin-bottom: 0
}

.age {
    max-width: 121px;
    width: 100%;
    border: 1px solid #002d5b;
    border-radius: 4px;
    margin: 8px 0 8px 8px
}

.span-count {
    margin: 0 6px;
    padding: 0;
    width: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border: 1px solid var(--text-color)
}

.counter-add-item .span-count {
    height: auto
}

.counter-add-item {
    display: flex;
    align-items: center;
    margin-bottom: 0
}

.counter-add-item a {
    width: 30px;
    height: 30px;
    font-size: 20px;
    font-weight: 400;
    border: none;
    border-radius: 5px;
    color: var(--text-color);
    background: var(--hotelinputbg);
    text-decoration: none;
    background: #ffc000
}

.counter-add-item a:hover {
    background-color: var(--primary-color);
    color: #fff !important
}

.counter-add-item input[type="text"] {
    margin: 0 5px;
    padding: 0;
    width: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    text-align: center
}

.counter-add-item>* {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px
}

.box-1 {
    width: 30%
}

@media screen and (min-width:767px) {
    .box-1 {
        width: 25%
    }
}

.box-2 {
    width: 70%;
    padding: 8px
}

@media screen and (min-width:767px) {
    .box-2 {
        width: 45%;
        padding: 12px
    }
}

.box-3 {
    width: 100%;
    padding: 8px;
    border-top: 1px solid #c6c6c6
}

@media screen and (min-width:767px) {
    .box-3 {
        width: 30%;
        border-top: none;
        padding: 12px
    }
}

.left-side {
    display: flex;
    align-items: center;
    justify-content: center
}

.right-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px
}

.hotel-name {
    font-size: 16px;
    font-weight: 600
}

.hotel-rating {
    display: flex;
    gap: 2px;
    align-items: center;
    padding-bottom: 6px
}

.location {
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px
}

.hotel-text {
    font-size: 12px;
    line-height: 16px
}

.italic {
    font-size: 12px;
    font-style: italic
}

.total {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700
}

#_hotel_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
    border-top-left-radius: .5rem
}

@media screen and (min-width:576px) {
    #_hotel_img {
        height: 100%;
        max-height: 200px;
        border-bottom-left-radius: .5rem
    }
}

.img-hotel {
    width: 100%;
    height: 150px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    object-fit: cover
}

@media screen and (min-width:992px) {
    .img-hotel {
        width: 200px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 8px
    }
}

.img .img-hotel {
    width: 180px;
    height: 150px;
    border: 4px solid var(--primary-color);
    border-radius: 8px;
    object-fit: cover
}

.cont {
    display: flex;
    flex-wrap: nowrap
}

.divider {
    margin-top: 2px;
    margin-bottom: 2px;
    height: 2px;
    background-color: var(--primary-color)
}

.review-img {
    width: 100%;
    max-height: 180px;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    object-fit: cover
}

.description {
    padding: .5rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    border: 1px solid #dee2e6
}

.amenity {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500
}

.amenity:not(:last-child) {
    margin-right: 2px
}

.fast-confirm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px
}

.fast-total-person {
    font-size: 12px;
    font-weight: 600;
    color: #8e918e;
    text-align: center
}

.fast-total-total {
    font-size: 16px;
    font-weight: 700;
    color: #4a4a4a;
    text-align: center
}

.btn-confirm {
    width: 100%;
    padding: 8px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #51bf51
}

#details .btn-confirm {
    width: 100%;
    max-width: 280px;
    padding: 8px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #51bf51
}

.btn-confirm:hover {
    color: #fff;
    background: #43a043
}

.fast-price {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    color: #008cff
}

@media screen and (min-width:991px) {
    .fast-price {
        font-size: 32px
    }
}

.s-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 50px;
    padding: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #f5faff;
    background-color: #002d5b;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.s-date.hotel {
    background-color: var(--primary-color);
    color: #f5faff
}

.s-flight {
    padding: 16px;
    font-size: 16px;
    font-weight: 600
}

.selected {
    border: 3px solid var(--primary-color)
}

.selected-icon {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    padding: 4px 8px 4px 4px;
    border-radius: 8px;
    border: 2px solid var(--primary-color)
}

.theme-bg-lightgrey {
    background-color: #f1f9ff
}

.img-hotel-packages {
    width: 100%;
    height: 200px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    object-fit: cover
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgb(0 0 0 / .3), rgb(0 0 0 / .8))
}

.hero {
    position: relative;
    width: 100%;
    min-height: 500px;
    padding-top: 60px;
    padding-bottom: 100px;
    background-image: url(https://cp.militaryfares.com/images/landing/551.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #141414;
    opacity: .6
}

.hotel-card {
    min-height: 490px;
    height: 100%
}

.right-side-packages {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-left: 8px;
    padding-right: 8px
}

.hotel-text-packages {
    width: 100%;
    font-size: 12px;
    line-height: 16px
}

.step-point {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 40px;
    width: 100%;
    min-height: 40px;
    padding: 4px;
    font-size: 16px;
    color: #f5faff;
    background-color: #002d5b;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.step-point-dep {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
    padding: 0 4px;
    font-size: 12px;
    color: #f5faff;
    background-color: #002d5b
}

.step-point-one {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 40px;
    width: 100%;
    padding: 4px;
    font-size: 14px;
    color: #f5faff;
    background-color: #008cff
}

.step-point-hotel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 40px;
    width: 100%;
    padding: 4px;
    font-size: 14px;
    color: #f5faff;
    background-color: var(--primary-color)
}

.step-point-final {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 40px;
    width: 100%;
    padding: 4px;
    font-size: 16px;
    color: #f5faff;
    background-color: #002d5b;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.route-arrow {
    position: absolute;
    z-index: 1;
    bottom: -11px;
    left: calc(50% - 6px);
    width: 0;
    height: 0;
    margin-left: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #fff0;
    border-top-color: #002d5b
}

.route-arrow-one {
    position: absolute;
    z-index: 1;
    bottom: -11px;
    left: calc(50% - 6px);
    width: 0;
    height: 0;
    margin-left: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #fff0;
    border-top-color: #008cff
}

.step-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    padding: 6px
}

.step-icon i {
    color: #002d5b
}

.step-route {
    font-size: 14px;
    font-weight: 600;
    color: #3e3f40
}

.step-route-one {
    font-size: 20px;
    font-weight: 600;
    color: #3e3f40
}

.step-line {
    width: 1px;
    position: relative;
    height: 100%;
    background-color: #4a4a4a
}

.step-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #008cff
}

.img-wrapper {
    position: relative
}

.img-desc {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff
}

.fast-total-total.img-desc {
    position: absolute;
    z-index: 10;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #fff
}

.line {
    position: absolute;
    width: 40%;
    height: 1px;
    background: linear-gradient(90deg, #ddd 0, #909090 50%, #ddd 100%);
    top: 71%;
    left: 47%;
    transform: translate(-50%, -50%)
}

.icon-container {
    position: absolute;
    top: 65%;
    left: 52%;
    transform: translate(-50%, -50%)
}

.icon {
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: cover;
    rotate: 90deg;
    background-image: url(../images/icons/airplane_dep.svg);
    position: absolute;
    animation: fly 5s linear infinite
}

@keyframes fly {
    0% {
        right: 70px
    }

    100% {
        right: -70px
    }
}

@media (max-width:768px) {
    @keyframes fly {
        0% {
            right: 60px
        }

        100% {
            right: -60px
        }
    }
}

.icon_return {
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: cover;
    rotate: 270deg;
    background-image: url(../images/icons/airplane_dep.svg);
    position: absolute;
    animation: flyret 5s linear infinite
}

@keyframes flyret {
    0% {
        left: 70px
    }

    100% {
        left: -70px
    }
}

@media (max-width:768px) {
    @keyframes flyret {
        0% {
            left: 60px
        }

        100% {
            left: -60px
        }
    }
}

.breadcrumbs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%
}

.bread-wrap {
    width: 100%;
    height: 100%;
    color: #343534;
    background-color: #fff;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    transition: all 300ms ease-out
}

.bread-wrap:hover {
    background-color: #008cff;
    color: #fff;
    cursor: pointer
}

.bread-wrap.active {
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #008cff
}

.btn-add-location {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #002d5b;
    height: 100%;
    font-size: 24px;
    font-weight: 600;
    color: #fff
}

.btn-add-location:hover {
    color: 002d5b;
    background-color: var(--primary-color)
}

.form-select.night-select {
    width: 120px;
    height: 52px;
    padding: 5px;
    border: none;
    background: #e9f4ff
}

.form-select.night-select:focus {
    border-color: #fff0;
    outline: 0
}

#hotel_occupants .form-select {
    border-radius: 0
}

.form-select:focus {
    color: var(--text-color);
    background-color: var(--hotelinputbg);
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255 193 4 / .5)
}

.multi-package .dropdown-menu.show {
    min-width: 270px;
    width: 100%;
    padding: 20px;
    list-style: none;
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / .2);
    transition: all 0.3s;
    background-color: #fff;
    text-align: left
}

#hotel-tab-pane .dropdown-menu.show {
    min-width: 270px;
    width: 100%;
    padding: 20px;
    list-style: none;
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / .2);
    transition: all 0.3s;
    background-color: var(--hotelinputbg);
    text-align: left;
    z-index: 11;
    color: var(--text-color)
}

.green h3,
.green h4 {
    color: #38af8f
}

.shortest,
.cheapest,
.support-desc {
    cursor: pointer
}

.btn-primary {
    padding: 15px 50px;
    color: #fff;
    background: #004aad;
    cursor: pointer;
    border: 1px solid #004aad;
    font-weight: 700;
    font-size: 19px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    line-height: normal
}

.btn-primary:hover {
    background: #fff;
    color: #004aad
}

.btn-gray {
    padding: 10px 35px;
    color: #fff;
    background: #525d60;
    cursor: pointer;
    border: 1px solid #525d60;
    font-weight: 700;
    font-size: 18px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    line-height: normal
}

.btn-gray:hover {
    background: #fff;
    color: #525d60
}

.btn-blue {
    padding: 10px 35px;
    color: #fff;
    background: #004aad;
    cursor: pointer;
    border: 1px solid #16498d;
    font-weight: 700;
    font-size: 18px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    line-height: normal
}

.btn-blue:hover {
    background: #fff;
    color: #16498d
}

.bg-gray {
    background-color: #f3f8fa
}

.bg-blue {
    background-color: #e7f1ff
}

.light-gray h3,
.light-gray h4 {
    color: #74868b
}

.blue h3,
.blue h4 {
    color: #16498d
}

.gold h3,
.gold h4 {
    color: #ac8900
}

.additional-services .total-result h3 {
    font-size: 26px;
    font-weight: 400;
    color: #8c98ac;
    margin-bottom: 0
}

.additional-services {
    max-width: 1050px;
    margin: 0 auto
}

.additional-services h2 {
    font-size: 16px;
    font-weight: 700;
    color: #1d2025;
    line-height: 31px
}

.additional-services h3 {
    font-size: 16px;
    font-weight: 700
}

.additional-services h4 {
    font-size: 16px;
    font-weight: 700
}

.additional-services p {
    padding: 15px 0;
    font-size: 12px;
    font-weight: 700
}

.additional-services .items,
.additional-services .missed-connection-items,
.additional-services .support-level-items {
    padding: 16px 20px 85px;
    position: relative;
    min-height: 100%;
    border-radius: 4px;
    overflow: hidden
}

.additional-services .items button.item-btn,
.additional-services .missed-connection-items button.item-btn,
.additional-services .support-level-items button.item-btn {
    position: absolute;
    left: 20px;
    bottom: 20px
}

.additional-services .items input.item-btn,
.additional-services .missed-connection-items input.item-btn,
.additional-services .support-level-items input.item-btn {
    position: absolute;
    left: 20px;
    bottom: 20px
}

.additional-services h4 span {
    font-size: 15px;
    font-weight: 500;
    color: #99a7ac
}

.support-level .support-level-items ul li {
    position: relative;
    border-bottom: 1px solid #dce7eb;
    display: block;
    padding: 6px 0 10px;
    font-size: 12px;
    font-weight: 700;
    color: #41494b;
    line-height: normal
}

.ccl>:not(:first-child) {
    padding-right: 0;
    padding-left: 0
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    padding: 0 !important;
    border-radius: .5rem
}

.off.ends.available {
    opacity: 0;
    cursor: default !important
}

.in-range {
    background-color: var(--primary-color) !important;
    color: #002d5b !important
}

.start-date,
.end-date {
    background-color: #002d5b !important;
    color: #fff !important
}

.map-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(0 0 0 / .5);
    display: none;
    z-index: 9999
}

.map-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 600px;
    border-radius: 8px;
    background-color: #fff
}

.close-map-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
    color: #2d2d2db0;
    box-shadow: 0 0 2px 0 #afafaf;
    border-radius: 50%;
    cursor: pointer
}

.close-map-button:hover {
    color: #000
}

.map-content {
    width: 100%;
    height: 100%
}

.hotel-marker {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffc104;
    border-radius: 10%;
    box-shadow: 0 2px 5px rgb(0 0 0 / .3);
    padding: 4px
}

.hotel-marker::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid #fff0;
    border-right: 8px solid #fff0;
    border-top: 8px solid #ffc104;
    z-index: 10
}

._hotel_address {
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: underline;
    line-height: 1.4;
    color: var(--text-color);
    cursor: pointer
}

#details ._hotel_address {
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    line-height: 1.4;
    color: var(--text-color);
    cursor: pointer
}

#reviews .call-us,
#details .call-us {
    padding: 8px 14px;
    border-radius: 8px;
    background-color: #fff0;
    box-shadow: none;
    border: 1px solid #dddee1
}

#details .call-us:hover,
#details .call-us:focus,
#reviews .call-us:hover,
#reviews .call-us:focus {
    background-color: #f5f5f5
}

#reviews .call-us a,
#details .call-us a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #878e98
}

.flight-search .search-pan #car-search-form .form-control {
    padding-left: 26px;
    font-size: 16px;
    min-height: 58px;
    border: 0;
    text-decoration: none;
    border-radius: .5rem;
    text-align: left
}

.flight-search .search-pan #car-search-form .icon-pos {
    top: 16px;
    left: 3px;
    color: #9f9f9f
}

.flight-search .car-rental .check-wrap .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 1.2rem;
    width: 1.2rem;
    border-radius: .2rem;
    border: 1px solid #fff
}

.car-rental .dep-date-input:after {
    display: none
}

.car-rental .dep-date-input {
    position: relative;
    width: auto;
    height: 2rem;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    background: #fff;
    border-style: none;
    padding: 0;
    margin: 0 0 0 1.2rem
}

.car-rental .form-select {
    padding-left: 26px;
    min-height: 58px;
    border-radius: 0;
    border: none
}

.car-rental .icon-pos-time {
    position: absolute;
    top: 25px;
    left: 3px;
    color: #9f9f9f;
    z-index: 1
}

.car-rental .icon-pos-date {
    position: absolute;
    top: 25px;
    left: 3px;
    color: #9f9f9f;
    z-index: 1
}

.car-rental .icon-pos-discount {
    position: absolute;
    top: 16px;
    left: 3px;
    color: #9f9f9f;
    z-index: 1
}

.car-rental .form-floating>.form-select~label {
    font-size: 14px;
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(1.15rem)
}

.car-rental .form-floating:not(.form-control:disabled)::before {
    height: 0;
    padding: 0
}

.img-car {
    max-width: 155px;
    object-fit: contain
}

@media screen and (min-width:768px) {
    .img-car {
        max-width: 190px;
        max-height: 150px
    }
}

.img-vendor {
    position: absolute;
    top: -7px;
    left: -8px;
    max-width: 60px;
    max-height: 40px;
    border-top-left-radius: .5rem
}

.car-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.car-subtitle {
    font-size: 14px;
    font-weight: 600
}

.box-car1 {
    width: 30%
}

@media screen and (min-width:640px) {
    .box-car1 {
        width: 25%
    }
}

.box-car2 {
    width: 70%
}

@media screen and (min-width:640px) {
    .box-car2 {
        width: 50%
    }
}

.box-car3 {
    width: 100%;
    border-top: 1px solid
}

@media screen and (min-width:640px) {
    .box-car3 {
        width: 25%;
        border-top: none
    }
}

.js-booking .box-car1 {
    width: 100%
}

@media screen and (min-width:640px) {
    .js-booking .box-car1 {
        width: 35%
    }
}

.js-booking .box-car2 {
    width: 100%
}

@media screen and (min-width:640px) {
    .js-booking .box-car2 {
        width: 40%
    }
}

.js-booking .box-car3 {
    width: 100%;
    border-top: 1px solid
}

@media screen and (min-width:640px) {
    .js-booking .box-car3 {
        width: 25%;
        border-top: none
    }
}

.car-list {
    margin-left: 16px;
    list-style: disc
}

.car-list-item {
    font-size: 14px;
    text-transform: capitalize
}

.car-price-total {
    font-size: 22px;
    font-weight: 700
}

.car-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: end;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #7a7a7a;
    z-index: 1
}

@media screen and (min-width:576px) {
    .car-icon-wrapper {
        align-items: start;
        flex-direction: row;
        gap: 12px;
        font-size: 14px;
        max-width: 320px
    }
}

.js-booking .car-icon-wrapper {
    display: flex;
    flex-direction: row;
    align-items: start;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #7a7a7a;
    z-index: 1
}

@media screen and (min-width:576px) {
    .js-booking .car-icon-wrapper {
        font-size: 14px;
        max-width: 400px
    }
}

.flight-search .car-rental .check-wrap .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 1.2rem;
    width: 1.2rem;
    border-radius: .2rem;
    border: 1px solid #343534
}

.flight-search .car-rental .check-wrap .checkmark:after {
    left: 5px;
    top: 0;
    width: .5rem;
    height: .8rem;
    border: solid #343534;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg)
}

.multiFlightAirports {
    z-index: 100;
    position: absolute;
    width: 400px;
    max-height: 300px;
    overflow-y: scroll
}

.call-us {
    padding: 0 15px;
    text-align: center;
    font-weight: 600;
    background-color: var(--primary-color);
    border-radius: 5px;
    box-shadow: 0 0 3px 0 #9f9f9f
}

.call-us a {
    color: #fff
}

.hidden {
    display: none
}

.cursor-pointer {
    cursor: pointer !important
}

.modal .flight-search {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 1.5rem 0
}

.modal .flight-search .search-pan .dropdown-toggle {
    padding: 0 45px
}

.reset-map-button {
    position: absolute;
    border: 1px solid #ccc;
    top: 10px;
    right: 10px;
    z-index: 1
}

#map {
    width: 100%;
    height: 85vh
}

#map a {
    text-decoration: none !important
}

#map .gm-style-iw.gm-style-iw-c {
    padding: 0 !important
}

#map .gm-style-iw-d {
    margin-top: -50px;
    overflow: hidden !important
}

#map .gm-style-iw.gm-style-iw-c {
    width: 100% !important;
    max-width: 300px !important
}

#map .gm-ui-hover-effect>span {
    background-color: #002d5b
}

#map .map_hading {
    padding: 15px
}

#map .map_hading h5 {
    font-size: 18px;
    margin: 0;
    text-decoration: none !important;
    color: #3c3c3c !important
}

#map .map_hading>p {
    margin: 5px 0 10px;
    color: #2d2d2d !important
}

.yNHHyP-marker-view {
    z-index: 10
}

.yNHHyP-marker-view:hover {
    z-index: 20
}

#mapModal .modal-dialog {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto
}

.star-filters {
    color: var(--primary-color)
}

.gm-ui-hover-effect {
    display: none !important
}

.radius-bottom-none {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

#FiltersTab ul li {
    list-style-type: disc
}

#FiltersTab.nav-tabs .nav-item .nav-link {
    padding: 3px 6px;
    background-color: #fff;
    border-radius: 0;
    font-size: 14px;
    color: #002d5b
}

#FiltersTab.nav-tabs .nav-item .nav-link:hover {
    border: 1px solid var(--primary-color);
    color: #002d5b
}

#FiltersTab.nav-tabs .nav-item .nav-link.active {
    background-color: var(--primary-color);
    color: #002d5b
}

#FiltersTab.nav-tabs .nav-item .nav-link.active .triangle {
    opacity: 1
}

#FiltersTab .triangle {
    bottom: -10px
}

#FiltersTab.nav-tabs .nav-item:not(:last-child) {
    margin-right: 3px
}

.progress,
.progress-stacked {
    --bs-progress-height: 6px;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
    overflow: visible
}

.progress {
    position: relative
}

.progress-bar {
    cursor: pointer;
    transition: transform 250ms ease-out
}

.progress-bar.flight {
    background-color: #002d5b
}

.progress-bar.flight:hover {
    background-color: #0059b3;
    transform: scaleY(2)
}

.progress-bar.layover {
    background-color: var(--primary-color)
}

.progress-bar.layover:hover {
    background-color: #fcd662;
    transform: scaleY(2)
}

.infoWrapper-body {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center
}

.infoWrapper-footer {
    min-width: 120px
}

#flightInfo {
    display: none;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #002d5b
}

#layoverInfo {
    display: none;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #002d5b
}

.filterBtnsWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0 15px
}

.amenity-read-more {
    font-size: 12px;
    color: var(--primary-color);
    font-weight: 600;
    cursor: pointer
}

.read-more {
    margin-top: 10px;
    gap: 5px;
    padding: 5px 15px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    background-color: #ededed;
    border-radius: 20px
}

#iataModal .modal-dialog {
    position: relative;
    top: 3%
}

#iataModal .modal-header {
    padding: 8px
}

.tabs-container {
    text-align: center;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap
}

.tabs-container::-webkit-scrollbar {
    display: none
}

.tabs-container .nav-tabs {
    display: inline-flex;
    flex-wrap: nowrap
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

.swiper {
    width: 100%;
    border-radius: .5rem
}

.swiper.destinations {
    width: 100%;
    height: auto;
    z-index: 0
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-button-next,
.swiper-button-prev {
    padding: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 7px 0 #0000003d
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #d4cfcf
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px !important;
    font-weight: 600;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-slide a:hover .destination-wrapper,
.swiper-slide a:focus .destination-wrapper {
    bottom: 0
}

.destination-card a:hover .destination-wrapper,
.destination-card a:focus .destination-wrapper {
    bottom: 0
}

.swiper-slide .overflow {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / .6), #fff0);
    position: absolute;
    top: 0;
    left: 0
}

.destination-card .overflow {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / .6), #fff0);
    position: absolute;
    top: 0;
    left: 0
}

#launcher {
    z-index: 1050 !important
}

.flight-search#landing_search .search-pan .dropdown-toggle.form-control {
    min-height: 56px
}

.flight-search#landing_search .search-pan .multi-package .dropdown-toggle.form-control {
    min-height: 38px
}

#hotelFilter {
    position: relative
}

#header_filter {
    background-color: var(--box-color)
}

.sticky-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 10;
    border-top: 1px solid #ddd
}

.icon-container {
    position: absolute;
    z-index: 2;
    top: 8%;
    right: -35px;
    width: 150px;
    height: 150px;
    overflow: hidden
}

.icon-container svg {
    width: 100%;
    height: 100%
}

.text-discount-credit {
    position: absolute;
    z-index: 1;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 12px;
    line-height: 1.12;
    font-weight: 700;
    color: #fff
}

.text-discount {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #000
}

.text-discount-text {
    position: absolute;
    width: 90%;
    z-index: 1;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff
}

.icon-container-rooms {
    position: absolute;
    z-index: 2;
    top: 55%;
    left: 60%;
    width: 130px;
    height: 130px;
    overflow: hidden
}

.icon-container-rooms svg {
    width: 100%;
    height: 100%
}

.air-credit-description {
    padding: 12px;
    background-color: #ff9b0d
}

.icon-container-payment {
    min-width: 130px;
    height: 130px;
    overflow: hidden
}

.icon-container-payment svg {
    width: 100%;
    height: 100%
}

.icon-container-confirm {
    position: absolute;
    z-index: 2;
    top: -200%;
    left: 62%;
    width: 130px;
    height: 130px;
    overflow: hidden
}

@media screen and (min-width:580px) {
    .icon-container-confirm {
        top: -360%;
        left: 70%
    }
}

@media screen and (min-width:767px) {
    .icon-container-confirm {
        left: 82%
    }
}

.icon-container-confirm svg {
    width: 100%;
    height: 100%
}

.destinations-flex {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    grid-auto-rows: 250px;
    gap: 15px
}

.destination-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgb(0 0 0 / .1);
    transition: transform 0.3s ease-in-out
}

.headin-text h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-color)
}

.headin-text {
    padding: 40px;
    text-align: center
}

.main-city {
    margin: 20px 30px
}

.discount-badge {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    animation: tiltRotate 2s infinite ease-in-out;
    display: inline-block;
    z-index: 10
}

@keyframes tiltRotate {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(-3deg)
    }

    50% {
        transform: rotate(3deg)
    }

    75% {
        transform: rotate(-3deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

.discount-badge img {
    width: 90px;
    height: 90px
}

.main-city .row>* {
    padding: 0;
    padding-left: 5px
}

.main-city .row {
    margin-bottom: 10px
}

.main-search {
    margin: 50px 30px;
    text-align: center;
    position: relative
}

.main-search form {
    background-color: var(--boxx-color);
    box-shadow: rgb(0 0 0 / .24) 0 3px 8px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 739px;
    padding: 10px 0;
    gap: 10px
}

.main-search input {
    border: none;
    background-color: var(--boxxx-color);
    border-radius: 100px;
    padding: 15px;
    width: 650px
}

.main-search button i {
    width: 24px;
    height: 24px
}

.main-search button {
    background-color: var(--primary-color);
    border-radius: 100%;
    border: none;
    padding: 15px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px
}

.search-heading {
    padding-top: 30px
}

.main-search::before {
    content: "";
    background-color: var(--box-color);
    width: 100%;
    top: 0;
    left: 0;
    height: 120px;
    border-radius: 10px;
    position: absolute;
    z-index: -999
}

.city-card2 {
    display: block;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    transition: background-size 0.5s ease-in-out;
    height: 100%
}

.city-card2:hover {
    background-size: 110%
}

.city-card2::before {
    content: "";
    background-image: url(../images/overlay2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5
}

.city-card-name h5 {
    font-size: 16px;
    font-weight: 500
}

.city-card2 .city-card-name {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    z-index: 10
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    gap: 5px
}

.grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: #fff
}

.h-2 {
    grid-row: span 2
}

.w-2 {
    grid-column: span 2
}

@media screen and (max-width:1199px) {
    .h-2 {
        grid-row: span 1
    }

    .w-2 {
        grid-column: span 1
    }
}

@media screen and (max-width:780px) {
    .headin-text h2 {
        font-size: 20px
    }

    .headin-text {
        padding: 20px
    }

    .main-city {
        margin: 20px 10px
    }

    .main-search {
        margin: 0
    }

    .main-search form {
        width: 279px
    }

    .main-search input {
        padding: 10px;
        width: 181px
    }

    .main-search button {
        padding: 8px
    }

    .search-heading h4 {
        font-size: 20px
    }

    .search-underbox {
        left: 18%
    }
}

.destination-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: 1px solid #a3a3a373;
    background-color: var(--bk-color);
    padding: 10px;
    border-radius: 10px
}

.destination-name {
    font-size: 18px;
    margin: 0;
    padding: 10px 0
}

.destination-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 20px
}

.destination-star {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--primary-color)
}

.destination-info {
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: space-between
}

.destination-side span {
    font-size: 12px
}

.destination-night {
    margin-top: 10px
}

.destination-night,
.destination-map {
    display: flex;
    align-items: center;
    gap: 5px
}

.destination-button a {
    background-color: #ff9600;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 30px;
    border-radius: 100px;
    width: 100%;
    display: block;
    text-align: center
}

.destination-price b {
    font-weight: 600
}

.destination-price {
    padding: 10px 0
}

.container-discount {
    border: 1px solid #a3a3a373;
    background-color: var(--bk-color);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 71px
}

.discount-txt h2 {
    font-weight: 700;
    font-size: 40px
}

.discount-txt p {
    font-weight: 200;
    font-size: 16px
}

.discount-img {
    position: relative
}

.discount-img img.plane {
    position: absolute;
    top: 18px;
    left: 10px;
    animation: planeFloat 5s ease-in-out infinite
}

.discount-img img.planeoffer {
    position: absolute;
    bottom: 18px;
    right: 60px;
    width: 69px
}

.bk-card {
    border: 1px solid #a3a3a373;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: var(--bk-color);
    padding: 15px
}

.flight-tag {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.flight-tag img {
    width: 50px
}

label.hasVoucher {
    color: var(--text-color)
}

.hotel-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .75);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.hotel-overlay-content {
    text-align: center;
    color: #fff
}

.hotel-logo {
    width: 280px;
    height: auto;
    margin-bottom: 20px
}

.hotel-loading-text {
    font-size: 1.25rem;
    font-weight: 500
}

.model-main-style .modal-content {
    border-radius: 20px
}

.model-main-style h5#cancellation-info {
    font-size: 16px;
    color: #15120e
}

.model-main-style .model-title-txt {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    color: #15120e
}

.model-main-style .mmodel-timeline {
    border-radius: 10px;
    background: #eaeaea;
    padding: 60px;
    margin-bottom: 20px
}

.model-main-style .modal-body {
    padding-top: 0
}

.model-main-style .modal-header {
    border: none
}

.timeline-container {
    position: relative;
    width: 100%;
    max-width: 800px
}

.timeline-line {
    height: 1px;
    background-color: #15120e;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1
}

.timeline-marker {
    position: absolute;
    bottom: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eaeaea;
    border: 2px solid #219bff;
    z-index: 2;
    transform: translateX(-50%)
}

.timeline-marker2 {
    position: absolute;
    bottom: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eaeaea;
    border: 1px solid #219bff;
    z-index: 2;
    transform: translateX(-50%)
}

.timeline-marker.filled {
    background-color: #219bff
}

.timeline-label {
    position: absolute;
    bottom: -35px;
    transform: translateX(-50%);
    font-size: 14px;
    white-space: nowrap
}

.timeline-above-label {
    position: absolute;
    top: -40px;
    transform: translateX(-50%);
    background-color: #eaeaea;
    font-size: 14px;
    border-radius: 4px
}

.mti-box {
    display: flex;
    gap: 40px;
    justify-content: start;
    padding: 10px 0
}

.mti-title {
    flex-basis: 30%;
    color: #15120e
}

.mti-txt {
    flex-basis: 100%
}

.mti-box h5 {
    font-size: 16px;
    color: #15120e
}

.mti-txt span {
    font-size: 14px;
    color: rgb(21 18 14/42%);
    font-weight: 400
}

.mti-box span {
    font-size: 14px;
    color: rgb(21 18 14 / .67)
}

.mti-box:nth-child(1) {
    margin-bottom: 1px solid #222
}

.model-timeline-info .mti-box {
    border-bottom: 1px solid #22222226
}

.model-info-pp {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    font-style: italic;
    color: rgb(21 18 14 / .67)
}

.model-main-style .p-2.bg-white {
    border-radius: 20px
}

.blue-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #008cff;
    border-top: 4px solid #fff0;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: auto
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.model-hotel-logo {
    margin-bottom: 20px
}

@media (max-width:450px) {
    .timeline-above-label {
        font-size: 12px
    }

    .model-main-style .mmodel-timeline {
        padding: 60px 40px
    }
}

#searchList {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    overflow-x: auto
}

#searchList a {
    display: inline-flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: nowrap;
    flex: 0 0 auto;
    gap: 4px;
    max-width: 250px;
    min-height: 88px;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    border: 1px solid var(--text-color);
    border-radius: 16px;
    transition: background-color 0.3s ease
}

.search-icon i {
    padding-right: 4px;
    rotate: 45deg
}

.search-wrapper {
    padding-left: 4px;
    border-left: 1px dotted var(--text-color)
}

#searchList a:hover {
    background-color: #09308717
}

#latest-searches h4 {
    color: var(--text-color)
}

.nav-link,
.trip-details-container .accordion-button,
.accordion-body {
    color: var(--text-color)
}

.clean-accordion .accordion-item {
    background: #fff0;
    border: 0;
    color: inherit
}

.clean-accordion .accordion-button {
    background: #fff0;
    border: 0;
    box-shadow: none;
    color: var(--text-color)
}

.clean-accordion .accordion-body {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff0
}

.trip-details-container {
    padding: 20px;
    border: 1px solid var(--color-border-new);
    border-radius: 20px;
    margin-bottom: 20px
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffc000;
    background-color: #fff0;
    border-color: #dee2e6 #dee2e6 #fff;
    border: none;
    border-bottom: 1px solid #ffc000;
    font-weight: 700
}

.nav-link {
    color: #ffc000
}

.nav-tabs {
    border-bottom: none
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
    color: #ffc000;
    border: none
}

.icon-acc {
    background: var(--acc-bg);
    padding: 20px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px
}

.icon-acc img {
    width: 20px;
    height: 20px;
    object-fit: contain
}

.trip-details-container .accordion-button {
    border: 1px solid #a3a3a373;
    background-color: var(--bk-color);
    padding: 10px 20px;
    border-radius: 10px !important;
    margin-bottom: 10px;
    font-size: 16px
}

.trip-review-con {
    border: 1px solid #a3a3a373;
    background-color: var(--bk-color);
    padding: 10px 20px;
    border-radius: 10px !important;
    margin-bottom: 10px;
    font-size: 16px
}

.trip-review-con .review-iimg img {
    width: 15px;
    height: 15px
}

.header-trip-main h1 {
    font-size: 32px;
    font-weight: 600
}

.trip-header-double {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0
}

.thd-one span {
    width: 100px
}

.thd-one {
    background-color: var(--acc-bg);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-basis: 48%;
    font-size: 12px
}

.thd-one span {
    width: 95px
}

.thd-location {
    align-items: center;
    gap: 20px
}

.thd-line {
    background-color: var(--color-border-new);
    width: 100%;
    height: .5px;
    margin: 20px 0;
    display: block
}

.thd-con {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

.thd-card {
    display: flex;
    align-items: center;
    gap: 10px
}

.depart-txt b {
    font-size: 12px;
    font-weight: 500
}

.depart-txt span {
    font-size: 16px;
    color: var(--text-color)
}

.depart-txt {
    display: flex;
    flex-direction: column
}

.thd-depart {
    margin-right: 50px
}

.button-thd {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.button-thd a {
    display: inline-flex;
    padding: 10px 15px;
    gap: 1px;
    background-color: var(--acc-bg);
    border-radius: 5px;
    text-decoration: none;
    align-items: center
}

.big-btn-tg button {
    padding: 16px 20px;
    background-color: var(--primary-color);
    border-radius: 12px;
    align-items: center;
    outline: none;
    border: none;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: #222;
    font-weight: 700
}

.tdc-call {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px
}

.trip-details-con {
    padding: 30px 0
}

.tdc-title {
    text-align: center;
    font-weight: 600;
    font-size: 18px
}

.tdc-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px
}

.tdc-llist {
    flex-basis: 48%;
    display: flex;
    align-items: center;
    gap: 10px
}

.bigprice {
    display: flex;
    align-items: center;
    width: 77%;
    gap: 15px
}

.bigprice b {
    font-size: 32px
}

.bigprice span {
    font-size: 12px
}

.price-form {
    margin-top: 10px
}

.accordion-body img {
    height: 100%
}

div#itinerary h4 {
    padding: 20px 0
}

.dep-date-input {
    padding-left: 2.5rem;
    display: block;
    margin-left: 21px;
    width: 89%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

#guestDropdown-tab1::after {
    display: none !important;
    content: none !important
}

.mi-form {
    display: flex;
    gap: 40px;
    align-items: center
}

.mi-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px
}

.mi-date span {
    display: inline-block;
    padding: 3px 10px;
    background: #ffc000;
    border-radius: 3px;
    color: #222
}

.mi-head {
    padding: 20px 0
}

.mi-head span {
    font-size: 16px;
    line-height: 20px
}

.timeline-mi {
    position: relative;
    z-index: 10;
    margin-bottom: 20px
}

.timeline-mi::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    top: 0;
    left: 2%;
    background: var(--timeline-line-color);
    z-index: -10
}

.mi-title {
    padding: 20px 0
}

.mi-post {
    padding: 20px 0;
    width: 100%
}

.mi-img {
    background: var(--timeline-color);
    padding: 10px
}

.h-img {
    width: 100%
}

.mi-start,
.mi-end {
    display: flex;
    flex-direction: column;
    align-items: center
}

.hotel-main {
    display: flex;
    gap: 10px;
    align-items: center
}

.hotel-container {
    padding: 20px;
    background: var(--hotel-box-color);
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px
}

.mi-post select {
    padding: 10px 50px;
    cursor: pointer
}

.slecect-input svg {
    filter: invert(1)
}

.day-mode .slecect-input svg {
    filter: invert(0)
}

.seclect-flight-main input {
    border-radius: 5px;
    padding: 10px;
    border: 2px solid #ddd
}

.mi-post selct:focus {
    background-color: rgb(255 255 255 / .22);
    color: var(--text-color);
    outline: none;
    border: none
}

.mi-post selet option {
    color: var(--text-color, #222);
    background-color: #ffc000
}

span.subtext {
    color: rgb(255 255 255 / .8);
    font-size: 14px
}

.mi-lin-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 173px;
    font-size: 14px;
    gap: 5px;
    position: relative
}

.mi-lin-main::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    top: 37%;
    left: 50%;
    background-color: red;
    border: 2px solid var(--bg-color)
}

.main-line-p {
    width: 202px;
    height: 3px;
    background: rgb(217 217 217 / .46)
}

.mi-flight-con {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.big-btn-tg2 input[type="text"]::placeholder {
    color: #fff
}

#holdbookingform {
    display: none;
    margin-top: 20px
}

.big-btn-tg2 input[type="text"] {
    border: none;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #fff;
    background: #fff0;
    color: #fff
}

.mi-flight-load a {
    background: #ffc000;
    padding: 6px 20px;
    border-radius: 19px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500
}

.mi-post-con-add {
    display: flex;
    align-items: center;
    gap: 50px
}

.mi-air {
    display: flex;
    gap: 30px
}

.mi-lin-main span b {
    font-weight: 500;
    color: #ffc000;
    margin-right: 10px
}

.mi-post-s span {
    color: #ffc000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px
}

.mi-post-s {
    width: 100%;
    margin-top: 30px
}

.mi-post-s p {
    font-size: 16px;
    font-weight: 400;
    opacity: .8
}

.h-main h3 {
    font-size: 24px;
    font-weight: 400
}

.table {
    border-radius: 20px
}

.table>:not(caption)>*>* {
    color: var(--text-color);
    border: 1px solid var(--box-color-border)
}

.trip-sumary-main {
    padding: 0
}

.sum-side {
    padding: 10px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    gap: 46px
}

.sum-lin {
    padding: 1px;
    background: var(--box-color-border)
}

.big-btn-tg2 button {
    padding: 16px 20px;
    background-color: #222;
    border-radius: 12px;
    align-items: center;
    outline: none;
    border: 1px solid #ffc000;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-weight: 700
}

.trip-details-container .bigprice {
    width: 94%
}

.form-select {
    color: var(--text-color);
    background-color: var(--hotelinputbg);
    padding: 10px 15px;
    border: 2px solid var(--box-color-border);
    border-radius: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.day-mode .form-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E")
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E")
}

.day-mode .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E")
}

.fare-info {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500
}

.border {
    border: 1px solid var(--color-border-new) !important
}

td {
    font-size: 11px
}

span.sumMoney {
    color: #ffc000
}

.passengermain2 input {
    color: var(--text-color);
    padding: 10px 15px;
    border: 2px solid var(--box-color-border)
}

.input-group,
.input-group li,
#returnOrigin_area {
    background-color: var(--hotelinputbg) !important;
    color: var(--text-color) !important
}

#returnOrigin_area a {
    color: var(--text-color) !important
}

.contact_number.d-flex.align-items-center {
    background: #48494a;
    border-radius: 5px;
    padding: 0 10px;
    margin-left: 10px
}

.contact_image.mr-2 {
    border: 1px solid #a7a7a7;
    padding: 5px;
    margin-right: 10px;
    border-radius: 5px
}

.contact_txt span {
    font-size: 11px
}

.contact_number a {
    color: var(--text-color) !important
}

.hide-in-mob {
    background: var(--header-menu-boxxx);
    border-radius: 5px;
    padding: 0 10px;
    margin-left: 0
}

.btn-modal-new {
    padding: 10px;
    border: 1px solid var(--btn-modal-new);
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    color: var(--text-color);
    text-decoration: none;
    font-weight: 700;
    background-color: #fff0
}

.con-timeline-main {
    padding: 20px;
    display: flex;
    gap: 30px
}

.ctm-time {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    flex-basis: 10%
}

.ctm-time-big {
    font-size: 40px
}

.ctm-flight {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between
}

.ctm-f-name {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px
}

.ctm-f-name2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.ctm-f-time {
    width: 140px;
    font-size: 12px
}

.ctm-main {
    width: 100%;
    position: relative
}

.ctm-f-main {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: center;
    font-size: 12px
}

.fnamee {
    font-weight: 700
}

.fnonstop {
    position: relative
}

.fnonstopline {
    margin: 3px;
    width: 80px;
    background: #48494a;
    height: 2px
}

.ctm-icon-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #ffc000;
    border-radius: 50%
}

.ctm-icon {
    position: relative;
    overflow: hidden;
    flex-basis: 11%
}

.ctm-icon-line {
    width: 2px;
    height: 100%;
    background: var(--box-color-border);
    margin: 9px 28px
}

.ctm-icn::after {
    content: "";
    width: 2px;
    height: 53%;
    position: absolute;
    background: var(--box-color-border);
    margin: 30px 0;
    left: 42%
}

.ctm-f-name img {
    border-radius: 50%
}

.text-success2 {
    color: #ffc000
}

.tour-location2 i,
.tour-date2 i {
    font-size: 25px
}

.tour-date2 {
    margin-bottom: 10px
}

.tour-date2 span {
    color: #ffc000;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    font-style: italic
}

.tour-location2 i,
.tour-date2 i {
    width: 100%;
    height: 100%;
    font-style: normal
}

.hcmb-info span {
    flex-basis: 60%
}

.hcmb-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.tour-text-wrapper {
    position: relative
}

.tour-text {
    overflow: hidden;
    line-height: 1.4rem;
    max-height: calc(1.4rem * 10);
    transition: max-height 0.35s ease;
    white-space: normal
}

.read-more-link {
    color: #ffc000;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    margin-top: 4px;
    text-decoration: none;
    user-select: none
}

.read-more-link:hover {
    opacity: .8
}

.read-more-btn {
    color: #ffc000;
    text-decoration: none
}

input#returnOrigin {
    width: 370px;
    margin-right: 10px
}

select#travel_class {
    width: 200px;
    color: var(--text-color);
    background-color: var(--hotelinputbg) !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.flight-main-area {
    display: flex;
    align-items: center;
    gap: 10px
}

.dropdown-toggle2 .dropdown-toggle::after {
    border: none !important
}

.plus-minus-input {
    display: flex
}

.dropdown-menu.show {
    background-color: var(--bg-color);
    border: 1px solid var(--var-footer-border);
    color: var(--text-color)
}

button.btn.text-capitalize.w-100 {
    background-color: var(--primary-color);
    color: #fff;
    margin-top: 10px
}

#scrollTopBtn {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background-color: #ffc000;
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    box-shadow: 0 6px 14px rgb(0 0 0 / .18);
    z-index: 999
}

#scrollTopBtn.show {
    opacity: 1;
    transform: translateY(0)
}

@media (hover:hover) {
    #scrollTopBtn:hover {
        transform: translateY(-3px)
    }
}

@media (min-width:768px) {
    #scrollTopBtn {
        width: 52px;
        height: 52px;
        font-size: 24px;
        bottom: 100px;
        right: 24px
    }
}

@media (max-width:360px) {
    #scrollTopBtn {
        width: 44px;
        height: 44px;
        font-size: 20px;
        bottom: 16px;
        right: 16px
    }
}

.thankyou-card {
    border-radius: 24px;
    padding: 50px 30px;
    text-align: center;
    max-width: 800px;
    box-shadow: 0 20px 50px rgb(0 0 0 / .08);
    opacity: 0;
    transform: scale(.95);
    animation: fadeScale 0.8s forwards;
    border: 1px solid var(--box-color-border) !important
}

@keyframes fadeScale {
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.thankyou-card h1 {
    font-size: 28px;
    color: var(--text-color);
    margin-bottom: 18px;
    font-weight: 700
}

.thankyou-card p {
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.6
}

@media (max-width:480px) {
    .thankyou-card {
        padding: 35px 20px
    }
}

.thankyou-card svg {
    width: 100px;
    height: 100px;
    margin-bottom: 20px
}

.thankyou-container {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center
}

.guide-bio {
    display: flex;
    align-items: center;
    gap: 20px
}

.guide-bio img {
    border-radius: 50%;
    width: 128px;
    height: 128px
}

.guide-bio h6 {
    font-size: 26px
}

.guide-paragrap {
    padding: 10px 0
}

.guide-card {
    background-color: var(--header-menu-boxxx);
    padding: 20px;
    border-radius: 20px;
    height: 200px
}

.guide-icon {
    background-color: #ff9e04;
    padding: 20px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.guide-icon span {
    font-size: 17px;
    margin-bottom: 30px
}

.guide-card b {
    display: block !important;
    font-size: 14px
}

.product-id-main {
    color: var(--text-color)
}

.about-skytours-bio,
.footer-down {
    opacity: .8
}

.about-skytours-bio h4 {
    display: block;
    font-weight: 600;
    font-size: 18px;
    opacity: 1
}

.footer-bio p {
    opacity: .8
}

:root {
    --color-border-new: rgb(70 59 59/13%)
}

.day-mode {
    --color-border-new: rgb(255 235 235/13%)
}

.tour-card2 {
    border: 1px solid var(--color-border-new);
    border-radius: 10px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.tour-card-img2 img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 200px;
    object-fit: cover
}

.tour-related-main-img img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 200px;
    object-fit: cover
}

.tour-price2 {
    margin-top: 10px;
    border-top: 1px solid var(--color-border-new);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px
}

.tour-price-main {
    display: flex;
    flex-direction: column
}

.tour-price-main span {
    font-size: 8px
}

.tour-price-main b {
    font-size: 32px;
    line-height: 28px
}

.tour-link a {
    display: block;
    background: #ffc000;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    margin: 10px;
    color: #fff
}

.tour-name2 {
    padding: 10px 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600
}

.tour-header {
    text-align: center;
    padding: 30px
}

img {
    max-width: 100%
}

.itinerary-images img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    border-radius: 10px
}

.hotel-card-main-box {
    background-color: rgb(196 196 196 / .46);
    border-radius: 10px
}

.hcmb-img img {
    border-radius: 10px;
    height: 200px;
    width: 100%;
    object-fit: cover
}

.hcmb-info {
    padding: 10px 20px
}

.hcmb-info span {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color)
}

.main-tour .col-md-3 {
    margin-bottom: 20px
}

.tour-card-up {
    padding: 20px
}

.tour-info2 {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.tour-provider {
    font-size: 12px;
    display: flex;
    flex-direction: column
}

.tour-star-img {
    font-size: 14px;
    font-weight: 600
}

.tour-info-main {
    padding: 20px;
    padding-bottom: 0
}

.tour-date2,
.tour-location2 {
    opacity: .7
}

:root {
    --var-foooter-bg: #fff;
    --var-footer-border: #dee2e6
}

.day-mode {
    --var-foooter-bg: #000;
    --var-footer-border: #d9d9d969
}

footer {
    background: var(--var-foooter-bg);
    margin-top: 30px;
    padding: 30px 0;
    padding-bottom: 0
}

.footer-bio img {
    width: 215px
}

.footer-bio p {
    font-size: 14px;
    margin-top: 20px
}

.footer-con ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-down {
    padding: 10px 0;
    border-top: 1px solid var(--var-footer-border);
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
}

.skytoru-logo img {
    width: 200px;
    margin-bottom: 10px
}

.day-mode .sata svg {
    color: #fff;
    fill: #fff !important
}

.sata svg {
    width: 60px;
    margin-bottom: 20px
}

.footer-about {
    display: flex;
    flex-direction: column;
    align-items: center
}

.footer-about ul {
    text-align: center;
    font-weight: 600
}

.seclect-flight-main {
    display: flex;
    align-items: center;
    gap: 50px
}

.slecect-input {
    display: flex;
    align-items: center;
    gap: 10px
}

.flight-warning-main p {
    font-size: 14px
}

.flight-warning-main {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd
}

.flight-warning-main h3 {
    font-size: 20px
}

.mi-itenary-link {
    display: flex;
    justify-content: end
}

.mi-itenary-link a {
    color: #ffc000
}

.seclect-warning {
    font-size: 14px;
    margin-top: 10px
}

.flight-warning-main h3,
.mi-price h2 {
    color: #ffc000
}

.mi-price h2 {
    font-weight: 600
}

.form-control {
    background-color: var(--hotelinputbg) !important;
    display: flex;
    gap: 20px;
    color: var(--text-color)
}

.day-mode input::placeholder {
    color: #fff
}

.form-control.new-form-group input,
.form-control.new-form-group button {
    border: none;
    background: none;
    color: var(--text-color)
}

.new-form-group .dropdown-toggle::before {
    right: -19px
}

.new-form-group2 input {
    border: none;
    background: none;
    color: var(--text-color)
}

.new-form-group2 {
    display: inline-flex;
    margin-left: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    gap: 10px;
    background-color: var(--hotelinputbg)
}

body,
html {
    width: 100%;
    overflow-x: hidden
}

.mi-itenary .accordion {
    padding: 0
}

.accordion-button {
    padding: 10px 0
}

.itinerary-description {
    padding: 0
}

.h-img img {
    height: 206px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.hotel-main {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
    width: 100%
}

span.th-trip-time {
    font-size: 20px;
    color: #ffc000
}

.form-control input::placeholder {
    color: var(--text-color)
}

.td-txt-main,
.th-main-collap i {
    font-size: 11px;
    color: #ffc000
}

.trip-header-th {
    margin-bottom: 20px
}

.th-flight {
    font-size: 16px;
    margin-bottom: 10px;
    width: 150px
}

.th-main-con {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.trip-photo-con img {
    width: 100%;
    height: 100%
}

.trip-info-th {
    display: flex;
    gap: 20px
}

.trip-photo-con {
    display: flex;
    flex-direction: column;
    position: relative;
    flex-basis: 40%
}

.trip-photo-con img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover
}

.mi-date.mi-date-fly-one {
    position: absolute;
    top: 0;
    left: 0
}

.mi-date.mi-date-fly-two {
    position: absolute;
    bottom: 0;
    left: 0
}

.trip-details-text {
    flex-basis: 60%
}

.modal-footer,
.modal-header {
    background-color: var(--box-color) !important;
    border: none !important
}

td.row-title {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 11px
}

td.row-title span {
    font-size: 11px;
    opacity: .6
}

.country-list {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.country-list li {
    position: relative;
    margin-bottom: 4px;
    font-size: 16px;
    letter-spacing: .6px;
    font-weight: 600;
    text-transform: capitalize
}

.country-list li a {
    color: #aaa;
    text-decoration: none;
    display: block;
    padding: 6px 10px;
    transition: color 0.25s ease
}

.country-list li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-6px);
    opacity: 0;
    color: #FFC000;
    font-size: 11px;
    transition: all 0.3s ease
}

.country-list li:hover a {
    color: #FFC000;
    opacity: 1;
    transform: translateY(-5%) translateX(0);
    text-shadow: 0 0 8px rgb(255 192 0 / .8)
}

.country-list li.active a {
    color: #FFC000
}

.country-list li.active::before {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
    text-shadow: 0 0 8px rgb(255 192 0 / .8)
}

.releted-tour .swiper-slide {
    background-color: #fff0
}

.releted-tour .swiper {
    height: 85%
}

.releted-tour .swiper-button-next,
.swiper-button-prev {
    color: #ffc000 !important
}

.releted-tour .swiper-pagination-bullet-active {
    background-color: #ffc000 !important
}

.releted-tour .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -3%;
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
    display: none
}

.releted-tour {
    margin-bottom: 50px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: number-input;
    appearance: auto
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: auto
}

.t2-check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    cursor: pointer;
    user-select: none
}

.t2-check input {
    display: none
}

.t2-check span {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 2px solid #cbd5e1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease
}

.t2-check input:checked+span {
    border-color: #FFC000;
    background: #FFC000
}

.t2-check input:checked+span::after {
    content: "";
    width: 6px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.t2-btn-animated {
    width: 100%;
    padding: 15px 20px;
    border-radius: 16px;
    background: linear-gradient(135deg, #FFC000, #ffdd55);
    border: none;
    color: #000;
    font-weight: 700;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .25s ease;
    box-shadow: 0 10px 25px rgb(255 192 0 / .35)
}

.t2-btn-animated:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgb(255 192 0 / .45)
}

.t2-btn-animated .btn-icon {
    font-size: 22px;
    transition: transform .25s ease
}

.t2-btn-animated:hover .btn-icon {
    transform: translateX(4px)
}

.t2-btn-animated::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 20%, rgb(255 255 255 / .45), transparent 80%);
    transform: translateX(-100%)
}

.t2-btn-animated:hover::after {
    animation: shine 1s ease
}

@keyframes shine {
    to {
        transform: translateX(100%)
    }
}

.t2-btn-animated:active {
    transform: scale(.98)
}

.t2-btn-animated:disabled {
    opacity: .6;
    cursor: not-allowed
}

.thankyou-card {
    border-radius: 24px;
    padding: 50px 30px;
    text-align: center;
    max-width: 800px;
    box-shadow: 0 20px 50px rgb(0 0 0 / .08);
    opacity: 0;
    transform: scale(.95);
    animation: fadeScale 0.8s forwards;
    border: 1px solid var(--box-color-border) !important
}

@keyframes fadeScale {
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.tick-img {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px
}

.thankyou-card h1 {
    font-size: 28px;
    color: var(--text-color);
    margin-bottom: 18px;
    font-weight: 700
}

.thankyou-card p {
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.6
}

.thankyou-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 12px 6px 0;
    padding: 14px 24px;
    border-radius: 16px;
    font-weight: 600;
    font-size: 16px;
    transition: all .3s ease;
    cursor: pointer;
    text-decoration: none
}

.back-trip {
    background: #FFC000;
    color: #000;
    border: none;
    box-shadow: 0 8px 25px rgb(255 192 0 / .35)
}

.explore-more {
    background: #0a2540;
    color: #fff;
    border: none;
    box-shadow: 0 8px 25px rgb(10 37 64 / .35)
}

.explore-more:hover {
    background: #0f2e56;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgb(10 37 64 / .45)
}

.product-id-main {
    color: var(--text-color)
}

.about-skytours-bio,
.footer-down {
    opacity: .8
}

.about-skytours-bio h4 {
    display: block;
    font-weight: 600;
    font-size: 18px;
    opacity: 1
}

.footer-bio p {
    opacity: .8
}

.thankyou-card svg {
    width: 100px;
    height: 100px;
    margin-bottom: 20px
}

.thankyou-container {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center
}

.guide-bio {
    display: flex;
    align-items: center;
    gap: 20px
}

.guide-bio img {
    border-radius: 50%;
    width: 128px;
    height: 128px
}

.guide-bio h6 {
    font-size: 26px
}

.guide-paragrap {
    padding: 10px 0
}

.guide-card {
    background-color: var(--header-menu-boxxx);
    padding: 20px;
    border-radius: 20px;
    height: 200px
}

.guide-icon {
    background-color: #FF9E04;
    padding: 20px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.guide-icon span {
    font-size: 17px;
    margin-bottom: 30px
}

.deal-title2 {
    text-align: center
}

.guide-card b {
    display: block !important;
    font-size: 14px
}

.theme-ripple {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999;
    transform: translate(-50%, -50%) scale(0);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    animation: rippleExpand 1s cubic-bezier(.4, 0, .2, 1) forwards
}

.theme-ripple.to-dark {
    background: radial-gradient(circle, rgb(30 30 30 / .85) 0%, rgb(30 30 30 / .6) 60%, rgb(30 30 30 / .3) 100%);
    box-shadow: 0 0 100px 50px rgb(30 30 30 / .4)
}

.theme-ripple.to-light {
    background: radial-gradient(circle, rgb(249 249 249 / .85) 0%, rgb(249 249 249 / .6) 60%, rgb(249 249 249 / .3) 100%);
    box-shadow: 0 0 100px 50px rgb(249 249 249 / .4)
}

@keyframes rippleExpand {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: .9;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px)
    }

    60% {
        opacity: 1;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px)
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        backdrop-filter: blur(0);
        -webkit-backdrop-filter: blur(0)
    }
}

.theme-mode {
    cursor: pointer;
    position: relative;
    z-index: 10
}

.theme-mode #mode-icon {
    transition: transform .3s ease, filter .3s ease;
    width: 28px;
    height: 28px
}

.theme-mode:hover #mode-icon {
    transform: rotate(15deg) scale(1.1)
}

.theme-mode:active #mode-icon {
    transform: scale(.9)
}

.site-logo {
    opacity: 0;
    animation: logoFadeIn .3s ease .1s forwards
}

@keyframes logoFadeIn {
    to {
        opacity: 1
    }
}

html {
    transition: none
}

html.theme-transitioning,
html.theme-transitioning * {
    transition: none !important
}

html:not(.theme-transitioning) body,
html:not(.theme-transitioning) * {
    transition: background-color .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #d4cfcfa1
}

.releted-tour .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -50px);
    right: auto
}

.releted-tour .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -50px);
    left: auto
}

.releted-tour .swiper {
    position: unset !important
}

.releted-tour {
    position: relative
}

#exampleModal .dropdown-item {
    color: var(--text-color)
}

.navbar-toggler-icon,
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    background-image: none !important
}

.navbar-toggler-icon {
    width: 25px;
    height: 3px;
    background-color: var(--text-color);
    display: block;
    position: relative;
    transition: transform 0.35s ease-out
}

.navbar-toggler-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 3px;
    background-color: inherit;
    transition: opacity 0.15s ease-out
}

.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    height: 3px;
    background-color: inherit;
    transition: transform 0.35s ease-out, top 0.35s ease-out
}

.navbar-dark .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon::before,
.navbar-dark .navbar-toggler-icon::after {
    background-color: #fff
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    transform: rotate(45deg)
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    opacity: 0
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    transform: rotate(-90deg);
    top: 0
}

.tour-related-logo {
    display: flex;
    justify-content: center;
    align-items: center
}

.tour-related-logo img {
    width: 143px
}

@media screen and (max-width:575px) {
    .about-skytours-bio {
        font-size: 14px
    }

    .releted-tour .swiper {
        height: 85%
    }

    .tour-related-logo img {
        width: 55%
    }

    #navbarSupportedContent {
        width: 100%;
        background: var(--bg-color);
        padding: 10px
    }

    .releted-tour .swiper {
        position: relative !important
    }

    .releted-tour .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 10px);
        right: auto
    }

    .releted-tour .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 10px);
        left: auto
    }

    .releted-webs {
        margin-top: 50px
    }

    .flight-main-area {
        flex-direction: column;
        align-items: flex-start
    }

    .seclect-flight-main {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .timeline-mi::after {
        left: 3.8%
    }

    .mi-post-s span {
        font-size: 16px
    }

    .mi-con {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0;
        flex-direction: column
    }

    .new-form-group2 {
        margin-left: 0
    }

    .h-main h3 {
        font-size: 19px;
        font-weight: 400
    }

    .hotel-main {
        flex-direction: column;
        align-items: flex-start
    }

    .h-img {
        width: 100%
    }

    .h-img img {
        width: 100%;
        height: 250px;
        object-fit: cover
    }

    .mi-form {
        gap: 16px
    }

    .mi-img {
        padding: 5px
    }

    .th-main-con {
        align-items: center;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .trip-info-th {
        flex-direction: column
    }

    .trip-photo-con img {
        height: 250px
    }

    .trip-photo-con {
        margin-bottom: 20px
    }

    .hide-in-mob {
        background: #48494a;
        border-radius: 5px;
        padding: 0 10px;
        margin-left: 10px;
        display: none !important
    }

    .contact_number {
        display: flex;
        gap: 20px;
        align-items: center
    }

    .ctm-time-small {
        font-size: 14px
    }

    .ctm-time-big {
        font-size: 20px
    }

    .ctm-icon-main {
        width: 30px;
        height: 30px
    }

    .ctm-icon-main svg {
        width: 20px;
        height: 20px
    }

    .con-timeline-main {
        padding: 15px;
        display: flex;
        gap: 20px
    }

    .ctm-flight {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column
    }

    .ctm-f-time {
        width: 100%;
        font-size: 12px
    }

    .trip-info-th {
        flex-direction: column
    }

    .ctm-icon-line {
        margin: 9px 14px
    }

    .country-list li {
        font-size: 14px
    }

    .country-list {
        flex-wrap: wrap
    }

    .releted-tour {
        margin-bottom: 50px
    }

    .footer-about {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 0
    }

    .footer-about ul {
        text-align: left;
        font-weight: 600
    }
}

@media (max-width:480px) {
    .thankyou-card {
        padding: 35px 20px
    }

    .thankyou-btn {
        width: 100%;
        justify-content: center
    }
}