<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.color-black {
    color: #333 !important;
}

.flight_categories_search {
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 auto;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    padding: 2px;
    margin-bottom: 15px;
}

.flight_categories_search .nav-tabs .nav-link {
    color: #fff;
    transition: 0.3s ease;

}

.flight_categories_search .nav-tabs .nav-link.active {
    background: #fff;
    border-radius: 24px;
}

.top_form_search_button button {
    height: 100%;
    border-radius: 16px;
    font-size: 20px;
    font-weight: 400;
}

.zi-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.zi-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zi-flex-between-end {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.zi-color-main {
    color: var(--main-color);
}

.flight_Search_boxed .drop-list.desktop {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    border-radius: 24px;
    z-index: 1000;
    overflow-y: auto;
    max-height: calc(100vh - 500px);
}


.flight_Search_boxed .drop-list.desktop::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.flight_Search_boxed .drop-list.desktop::-webkit-scrollbar {
    width: 0;
    background-color: #F5F5F5;
    border-radius: 10px;
}

.flight_Search_boxed .drop-list.desktop::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
    margin-right: 10px;
}

.flight_Search_boxed .drop-list&gt;ul&gt;li span {
    padding: 9px 20px;
    font-size: 14px;
    display: block;
    font-weight: 500;
}

.flight_Search_boxed .drop-list .city-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8999a0;
    cursor: pointer;
    border-bottom: 1px solid #ddd !important;
}

.flight_Search_boxed .drop-list .city-list li:hover {
    background-color: #EBF7FF;
    color: #333;
}

.flight_Search_boxed .drop-list&gt;ul::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

.drop-list ul li.li-area {
    background-color: var(--bg-color);
    color: var(--main-color) !important;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.autocompleteFlight .drop-list .drop-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    font-size: 20px;
    cursor: pointer;
}

.autocompleteFlight .drop-list .drop-list-head h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}



/* Prev, Next */
.autoplay-slide .slick-prev {
    left: 2px;
}

.autoplay-slide .slick-next {
    right: -2px;
}

.autoplay-slide .slick-prev,
.autoplay-slide .slick-next {
    opacity: 1;
    font-size: 25px;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cccc;
    border-radius: 100%;
    background: #fff;
    color: #000;
}

.autoplay-slide .slick-prev:hover,
.autoplay-slide .slick-next:hover {
    color: var(--main-color) !important;
    border: 2px solid var(--main-color);
}

.autoplay-slide .slick-prev:before,
.autoplay-slide .slick-next:before {
    content: unset;
}

.autoplay-slide .slick-prev i,
.autoplay-slide .slick-next i {
    font-size: 18px;
}

/* End Prev, Next */

.theme_two_box_content img.icon {
    width: 15px;
    object-fit: contain;
}

.theme_two_box_content img.icon {
    pointer-events: none;
}

.oneway_train_box {
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.btn_more {
    font-size: 15px;
    font-weight: bold;
    padding: 12px;
    display: inline-block;
    border-radius: 15px;
    background-color: transparent;
    border: 1px solid #3cb4e5;
    color: #78909c;
    transition: 0.3s;
    min-width: 100px;
    text-align: center;
}

.btn_more:hover {
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

.form-check-input:checked {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.js_train_seat {
    cursor: pointer;
    z-index: 10;
    /* border-left: 1px solid rgba(0, 0, 0, 0.15); */
}


.zi-border-left {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.train_item .xxx {
    border-bottom: 1px solid #dee2e6;
}

.train_item .xxx:last-child {
    border: none !important;
}

.js_train_seat:hover {
    color: var(--main-color);
    transition: .3s;
    font-weight: 600;
}

.next-booking {
    font-size: 15px;
    font-weight: bold;
    padding: 12px 56px;
    display: inline-block;
    border-radius: 100px;
    color: white;
    background-color: var(--sita-main-color);
}

.edit-tool {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 60px;
    width: 60px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    visibility: hidden;
    transition: opacity 0.3s ease;
    border-radius: 3px;
}

.js_train_seat.js-selected:hover .edit-tool {
    visibility: visible !important;
}

.js_train_seat .seat-content {
    visibility: visible;
    z-index: -1;
}

.js_train_seat.js-selected:hover .seat-content {
    /* visibility: hidden; */
}

.js_train_seat.js-selected .seat-content {
    color: var(--main-color);
    font-weight: bold;
}

.radio-label::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid var(--main-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
}

.checkbox_label::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border: 2px solid var(--main-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
}

input[type="radio"]:checked+.radio-label::before,
input[type="checkbox"]:checked+.checkbox_label::before {
    background-color: #ffffff;
    border-color: var(--main-color);
}

.radio-label::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform 0.2s ease-in-out;
}

.checkbox_label::after {
    position: absolute;
    left: 0;
    top: 20%;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    ;
    background: 50% / 50% 50% no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

input[type="checkbox"]:checked+.checkbox_label::after {
    background-color: var(--main-color);
}

input[type="radio"]:checked+.radio-label::after {
    transform: translateY(-50%) scale(1);
    background-color: var(--main-color);
}

.p-class {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 24px;
}

.title-flight {
    background: #F1F1F1;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 10px !important;
}

.tour_detail_right_sidebar .passengers-type .text .type-label {
    line-height: 10px;
    margin-left: 12px;
}

.title-p {
    font-size: 13px !important;
    color: #9f9d9d !important;
    font-weight: 500;
}

.color-m {
    color: var(--main-color) !important;
}

.passengers-type .image img {
    width: 22px;
}

.sprice {
    font-size: 40px;
    color: var(--main-color);
    font-weight: 600;
}


/* Box filter */
.box-filter .step-buy {
    margin-bottom: 35px;
    position: relative;
}

.box-filter .step-buy::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px dashed var(--main-color);
    opacity: 0.5;
    z-index: 1;
    top: 50%;
}

.box-filter .step-buy&gt;div {
    position: relative;
    z-index: 3;
}

.box-filter .step-buy span {
    font-size: 16px;
    color: #333;
    padding-right: 20px;
    background-color: #fff;
    padding-left: 30px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.box-filter .step-buy i {
    display: inline-block;
    height: 32px;
    width: 32px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 100%;
    background-color: none;
}

.box-filter .step-buy span.active {
    color: var(--main-color);
}


.box-filter .filter_config {
    margin-bottom: 20px;
}

.box-filter .filter_config .btn:focus {
    box-shadow: 0 0 0 0;
}

/* End Box Filter */


.checkbox input[type="checkbox"]:checked+label:before,
.checkbox input[type="radio"]:checked+label:before {
    background-color: var(--zi-main-color);
    border-color: var(--zi-main-color);
}

.checkbox input[type="checkbox"]:checked+label:after,
.checkbox input[type="radio"]:checked+label:after {
    display: block;
    top: 3px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/* box inner component */
.box_inner_show_component .timeline {
    border-left: 2px solid var(--main-color);
    padding-left: 20px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    height: 100%;
    min-height: 160px;
}

.box_inner_show_component .timeline::before,
.box_inner_show_component .timeline::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: var(--main-color);
    border-radius: 50%;
    left: -7px;
}

.box_inner_show_component .timeline::before {
    top: 0;
}

.box_inner_show_component .timeline::after {
    bottom: 0;
}

.box_inner_show_component .event {
    display: flex;
    align-items: center;
    position: relative;
}

.box_inner_show_component .content {
    margin-left: 10px;
}

.box_inner_show_component .location {
    font-weight: bold;
    font-size: 16px;
}

.box_inner_show_component .time {
    color: #666;
    font-size: 14px;
}

/* end */

.top-40 {
    top: 40% !important;
}

/* Timeline schedule */
.timeline {
    display: flex;
    align-items: center;
    width: 100%;
}

.timeline-route {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 16px;
}

.timeline-route .timeline-step {
    color: #090909;
}

.timeline-route .circle {
    background-color: currentColor;
}

.timeline-route .label {
    text-transform: none;
    font-size: 18px;
    font-weight: 500;
}

.timeline-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    color: #CECECE;
}

.timeline-step .circle {
    border-radius: 50%;
    color: white;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

.timeline .circle img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.timeline-step .circle.route i {
    font-size: 20px;
}

.timeline-step.active {
    color: #090909;
}

.label {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.timeline-line {
    flex-grow: 1;
    height: 1px;
    background-color: var(--main-color);
    margin: 0 10px;
    position: relative;
    top: -20px;
}

.timeline-line-route {
    flex-grow: 1;
    height: 1px;
    margin: 0 10px;
    position: relative;
    top: -15px;
    border-top: 2px dashed var(--main-color);
}

/* end timeline chedule */


.zi-line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 5.5em;
    line-height: 1.5em;
}


.best-seller .prep_text {
    width: 100%;
    font-size: 20px;
    color: #3b3b3b;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 20px 10px 20px;
    line-height: 22px;
}

.best-seller .blog_img&gt;img {
    border-radius: 50%;
    width: 160px;
    height: 160px;
}



/* Footer */
.footer {
    background: linear-gradient(201.62deg, #f2f6f9 27.51%, #fff 77.73%);
    position: relative;
    padding-top: 25px;
    margin-top: 25px;
}

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

.footer .logo a img {
    max-height: 73px;
    max-width: 175px;
}

.footer .menu-footer {
    text-align: left;
}

.footer .title-ft {
    font-weight: 500;
    font-size: 18px;
    line-height: calc(30 / 18);
    color: var(--main-color);
    margin-bottom: 11px;
    text-transform: uppercase;
}

.footer .hotline-ft {
    border: 1px solid var(--main-color);
    border-radius: 99px;
    display: inline-block;
    font-size: 14px;
    color: var(--main-color);
    padding: 12px 28px;
    width: 100%;
    margin-bottom: 15px;
}

.border-x {
    border: 1px solid #4594f1 !important;
    color: #4594f1 !important;
}

.btn-theme {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    padding: 12px 45px;
    position: relative;
    -webkit-box-shadow: 0 3px 4px 0 transparent;
    box-shadow: 0 3px 4px 0 transparent;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a.btn-theme:hover {
    color: #fff !important;
}

.footer .copy-right {
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.footer .copy-right .icon {
    margin-right: 5px;
    line-height: 0;
    display: inline-block;
    vertical-align: -11px;
}

.footer .copy-right .text {
    line-height: calc(30 / 14);
    display: inline-block;
}

#title_heading_payment_error .accordion-button {
    background: transparent;
    box-shadow: unset;
    width: unset;
    margin: 0 auto;
    color: #333;
    font-weight: 500;
}

#title_heading_payment_error .accordion-button:not(.collapsed) {
    color: #333;
}

#title_heading_payment_error .accordion-button:not(.collapsed)::after {
    filter: invert(100%) brightness(0);
}

#title_heading_payment_error .accordion-button:not(.collapsed)::after {
    margin-left: 10px;
}

#title_heading_payment_error .accordion-button::after {
    margin-left: 10px;
}

/* End Footer */


/* marquee */





/* end marquee */


/* header */

/* endheader */


.title_heading_search_boxed h5 {
    color: var(--black-color);
    padding: 20px;
    font-size: 22px;
    font-weight: 600;
}

.border-top-radius {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.border-bottom-radius {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.footer_first_area .navbar-nav .nav-link {
    display: inline-block;
    color: rgba(0, 0, 0, 0.7);
    text-transform: capitalize;
}

.footer_first_area .navbar-nav .nav-link:hover {
    text-decoration: underline;
    transition: 0.3s;
}

.bg-mbox-blue {
    background-color: var(--main-color);
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.btn-soft-secondary {
    color: #5b71b9;
    background-color: rgba(91, 113, 185, .1);
    border-color: transparent;
}

.btn-soft-secondary:active,
.btn-soft-secondary:focus,
.btn-soft-secondary:hover {
    color: #fff;
    background-color: #5b71b9;
}

.modal-footer .btn-primary {
    background-color: var(--main-color);

}

.modal-content,
.no-border {
    border: none !important;
}

.menu-content .drop-list-head h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.menu-content .header_first_area .menu-ul {
    padding: 0;
}

.menu-content .header_first_area .menu-ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8999a0;
    cursor: pointer;
    border-bottom: 1px solid #ddd !important;
    margin-right: 0;
}

.menu-content .header_first_area .menu-ul li a {
    padding: 9px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    display: block;
    width: 100%;
}

.dropdown-menu.menu-card {
    min-width: 300px;
    border-radius: 24px !important;
}

.menu-content .header_first_area .menu-ul li::before {
    display: none;
}

.menu-content .header_first_area .menu-ul li:hover {
    background-color: #EBF7FF;
    color: #333;
}

.cursor-pointer {
    cursor: pointer;
}

.zi-box-shadow {
    border: 1px solid #d2d2d275;
    border-radius: 14px;
    box-shadow: 4px 14px 28px rgba(0, 0, 0, 0.1);
}

.sidebar-menu ul.menu-ul li a {
    color: #333;
    font-weight: 500;
}

.sidebar-menu ul.menu-ul li a i {
    color: #7B7B7B;
}

.sidebar-menu ul.menu-ul li.active a {
    color: var(--main-color);
    font-weight: 500;
    text-transform: capitalize;
}

/* .zi-content p,
.zi-content p&gt;span,
.zi-content ol li,
.zi-content ul li {
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif !important;
    color: var(--paragraph-color) !important;
} */

.zi-content p,
.zi-content p&gt;span,
.zi-content ol li,
.zi-content ul li {
    color: rgba(0, 0, 0, .75);
    font-size: 15px;
    line-height: 27px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 10px;
}

.zi-content&gt;.img-main&gt;img {
    width: auto;
    height: 450px;
    object-fit: contain;
    border-radius: 20px !important;
}

.zi-content ol,
.zi-content ul {
    margin-bottom: 15px;
}

.zi-content&gt;div&gt;span {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.zi-content&gt;p.MsoNormal {
    margin-bottom: 0;
}

.zi-content&gt;a {
    font-size: 15px;
    color: var(--main-color) !important;
}

/* .zi-content&gt;p&gt;strong {
    color: #333;
    font-size: 16px;
} */

.zi-content&gt;p&gt;strong span,
.zi-content&gt;p&gt;span strong {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    line-height: 25px;
}

.zi-content table {
    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
    border-collapse: collapse;
    width: 100%;
    display: block;
    overflow-x: auto;
}

.zi-content table thead td,
.zi-content table thead th {
    color: #fff;
    background: var(--menu-color);
    padding: 20px !important;
    text-transform: uppercase;
}

.zi-content table tr,
.zi-content table td {
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin: 3px;
    padding: 15px !important;
    cursor: pointer;
}

.zi-content table td:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.zi-content h2 {
    font-size: 16px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.title-wrapper .title-header {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    text-transform: capitalize;
    ;
}

.opacity-8 {
    opacity: 0.8;
}

.md-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.re-change-btn {
    font-size: 16px;
    font-weight: bold;
    padding: 6px 0px;
    display: inline-block;
    border-radius: 100px;
    background-color: transparent;
    border: 0;
    color: rgba(2, 63, 156, 1);
}

.modal-content.train-detail {
    border-radius: 20px;
    border: 0;
}

.train-detail .img-main {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    text-align: center;
}


.train-detail .img-main a {
    width: 100%;
}

.train-detail .img-main img {
    max-height: 300px;
    object-fit: cover;
    width: 100%;
}

.text-app-blue {
    background-color: rgba(2, 118, 196, 1);
}

.text-app-red {
    background-color: rgba(230, 18, 38, 1);
}

.text-app-yellow {
    background-color: rgba(252, 181, 3, 1);
}

.text-app-green {
    background-color: rgba(2, 160, 77, 1);
}

#loading .spinner-grow-sm {
    width: 8px;
    height: 8px;
    margin: 0 2px;
}

.col-lg-2-5 {
    flex: 0 0 auto;
    width: 20%
}

.pt_footer.pt_social li a i {
    color: var(--main-color);
}



/* box inner component */
.box-train-component {
    padding: 0 30px;
    display: flex;
    /* flex-wrap: wrap; */
    width: 100%;
    /* gap: 10px; */
}

.box-train-component .timeline {
    border-top: 2px solid #ddd;
    position: relative;
    padding-top: 12px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex: 1 1 calc(100% / 6 - 20px);
    max-width: 100%;
    box-sizing: border-box;
    min-height: 90px;
    cursor: pointer;
}

.box-train-component .timeline::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: rgba(2, 63, 156, 1);
    border-radius: 50%;
    top: -5px;
    cursor: pointer;
}

.box-train-component .timeline.first::before {
    left: -5px;
    /* background-color: green; */
}

.box-train-component .timeline.last::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    /* background-color: var(--sita-main-color); */
    background-color: rgba(2, 63, 156, 1);
    border-radius: 50%;
    right: -7px;
    top: -5px;
    cursor: pointer;
}

.box-train-component .event {
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    left: -20px;
}

.box-train-component .location {
    font-weight: 400;
    font-size: 16px;
    min-width: 120px;
}

.box-train-component .time {
    color: #666;
    font-size: 14px;
}

.box-train-component .timeline-last .event {
    top: -34px;
}

/* end */

p.estimation {
    color: #898989;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 5px;
}

.train_search_result_wrapper .train-se {
    display: none;
}

.train-icon img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.train-icon i {
    position: absolute;
    bottom: 0;
    right: 0;
    color: var(--main-color);
}


/* Tooltip styling */
.tooltip-text {
    position: absolute;
    top: -50px;
    left: 23px;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

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

.tooltip-text::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.flight_search_middel .tooltip-text {
    top: 25px;
    left: 50%;
    font-size: 12px;
}

.flight_search_middel.train-include .tooltip-text {
    top: -25px;
}

.box-train-component .timeline:hover .tooltip-text,
.flight_search_middel:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-5px);
}

.flight_search_middel:hover h3.title,
.ticket-details .tour_booking_amount_area ul li&gt;span.detail {
    text-decoration: underline;
    color: var(--main-color);
}

/* end */



/* loading */

.loadingBox {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

/* .loadingBox__icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
} */

.loading-train h2 {
    font-weight: 400;
    line-height: 5.4em;
    color: var(--main-color);
}

.loadingBox #loading-train-process:before,
.loadingBox #loading-train-process:after {
    content: "";
    display: block;
    left: 0;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: absolute;
}

.loadingBox #loading-train-process:before {
    bottom: 47%;
    width: 600px;
    height: 80px;
    background-image: url('../img/bridge.png');
    z-index: 11;
}

.loadingBox #loading-train-process:after {
    bottom: 46%;
    width: 100%;
    height: 442px;
    background-image: url('../img/train-bg-journey.png');
    z-index: 1;
}

.loadingBox #loading-train-process:before,
.loadingBox #loading-train-process:after {
    background-size: cover;
    background-position: center;
}


#loading-train-process .js-marquee-wrapper {
    z-index: 10;
}

.section-gap {
    background-image: url('../img/bridge-dark.png');
    background-repeat: repeat-x;
    background-position: 0 0;
    height: 80px;
    width: 100%;
    overflow: visible;
    /* background-size: 100% 100%; */
    position: absolute;
    top: 52%;
    left: 0;
    z-index: 9;
}

.train-text-process {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 100%;
    text-align: center; */
    z-index: 20;
}

.train-text-process h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    color: var(--main-color);
    text-align: center;
}

#loading-train-process .img {
    max-height: 43px;
    height: 100%;
    width: auto;
    object-fit: contain;
}

#loading-train-process {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#loading-train-process img {
    position: absolute;
    left: 0;
    animation: moveLeftToRight 15s linear forwards;
}

@keyframes moveLeftToRight {
    from {
        left: 0;
    }

    to {
        left: 100%;
    }
}


/* end */

.border-dashed {
    border-bottom: 1px dashed #dadada;
}

.zi-border-bottom {
    border-bottom: 1px solid #dadada !important;
}

.itinerary_box .tour_booking_amount_area {
    background-color: var(--bg-color);
    border-radius: 10px;
}

.reponsive-img {
    width: 28px;
    height: auto;
    object-fit: cover;
    border-radius: 3px;
}


/* xxx */

.tour_details_img_wrapper.desktop .slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tour_details_img_wrapper.desktop .slider-nav {
    width: 20%;
    height: 520px;
    overflow: hidden;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tour_details_img_wrapper.desktop .slider-for {
    width: 80%;
    height: 520px;
}

.tour_details_img_wrapper.desktop .slider-nav .slick-slide img {
    width: 100%;
    height: 118px;
    object-fit: cover;
}

.tour_details_img_wrapper.desktop .slider-for .slick-slide img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.tour_details_img_wrapper.desktop .slick-initialized .slick-slide {
    padding: 5px;
}


/* image */
#top_destinations .row {
    display: flex;
    flex-wrap: wrap;
}

#top_destinations .col-lg-6,
#top_destinations .col-lg-4 {
    display: flex;
    flex-direction: column;
}

#top_destinations .col-lg-12 {
    display: flex;
    flex: 1;
}

#top_destinations .col-lg-6 .row {
    flex: 1;
}

#top_destinations .destinations_content_box {
    flex: 1;
    overflow: hidden;
}


/* Photos Grid Container */
.photos-grid-container {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0;
    align-items: start;
}

@media (max-width: 580px) {
    .photos-grid-container {
        grid-template-columns: 1fr;
    }
}

.photos-grid-container .img-box {
    border: 1px solid #ffffff;
    position: relative;
    margin: 5px;
}

.photos-grid-container .img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.6);
}

.photos-grid-container .img-box:hover .caption {
    transform: translateY(-5px);
}

.photos-grid-container img {
    max-width: 100%;
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.photos-grid-container .sub img {
    max-height: 243px;
}

.photos-grid-container .caption {
    color: white;
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-size: 18px;
}

.photos-grid-container .transparent-box {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.photos-grid-container .main-photo {
    grid-row: 1;
    grid-column: 1;
    height: 100%;
    max-height: 500px;
}

.photos-grid-container .sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 0em;
}

.photos-grid-container .sub:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.photos-grid-container .sub:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.photos-grid-container .sub:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
}

.photos-grid-container .sub:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}

/* Hide Element (Accessibility) */
.hide-element {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* End css light box */
#Term_of_use .term-body {
    display: block;
    background-color: #fff;
    width: 100%;
    border-radius: 4px;
    z-index: 1000;
    overflow-y: auto;
    max-height: calc(100vh - 500px);
    padding: 1rem 1.25rem;
}

#Term_of_use .term-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#Term_of_use .term-body::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
    border-radius: 10px;
}

#Term_of_use .term-body::-webkit-scrollbar-thumb {
    background-color: #002e6d;
    border-radius: 10px;
    margin-right: 10px;
}

.aboutUs__cont p,
.aboutUs__cont ul li {
    color: rgba(0, 0, 0, .65);
    font-size: 15px;
    line-height: 27px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 10px;
}

.flight-review__checkbox .checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    display: none
}

.flight-review__checkbox .checkbox label {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: rgba(0, 0, 0, .85);
    cursor: pointer;
}

.flight-review__checkbox .checkbox input:checked+label:after,
.checkbox label:before {
    content: '';
    position: absolute
}


.flight-review__checkbox .checkbox label:before {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .55);
    padding: 8px;
    display: inline-block;
    top: 2px;
    left: 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px
}


/* select 2 */


.choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px
}

.choices:focus {
    outline: none
}

.choices:last-child {
    margin-bottom: 0
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: rgba(42, 47, 52, .75);
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.choices.is-disabled .choices__item {
    cursor: not-allowed
}

.choices [hidden] {
    display: none !important
}

.choices[data-type*=select-one] {
    cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 0;
}

.choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    padding: .5rem .9rem;
    background-color: #fff;
    border: 1px solid #ced4da;
    font-size: .875rem;
    border-radius: .25rem;
    color: var(--mbox-body-color);
    margin-bottom: 10px
}

/* .choices[data-type*=select-one] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMi41OTIuMDQ0bDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjRMMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    margin-top: -10px;
    margin-right: 25px;
    margin-left: 0;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5
} */

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
    opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
    box-shadow: 0 0 0 2px #00bcd4
}

.choices[data-type*=select-one]:after {
    content: "\f078";
    position: absolute;
    border: 0;
    right: 11.5px;
    left: auto;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    width: auto;
    height: auto;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
}

.choices[data-type*=select-one].is-open:after {
    margin-top: 0;
    transform: translateY(-50%) rotate(-180deg)
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
    cursor: text;
    padding-right: .9rem
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
    opacity: 1
}

.choices[data-type*=select-multiple] .choices__list--dropdown,
.choices[data-type*=text] .choices__list--dropdown {
    padding-bottom: 10px
}

.choices[data-type*=select-multiple] .choices__list--dropdown .choices__list,
.choices[data-type*=text] .choices__list--dropdown .choices__list {
    margin-bottom: 0
}

.choices[data-type*=select-multiple] .choices__input {
    padding-top: 3px
}

.input-light .choices__inner {
    background-color: #2a2f34;
    border: none
}

.choices__inner {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    background-color: #fff;
    /* padding: .25rem 3.6rem .1rem .5rem; */
    padding: 0px 15px 0px 6px;
    border: 1px solid #ced4da;
    border-radius: .25rem !important;
    font-size: .875rem;
    min-height: 37.5px;
    overflow: hidden
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #81bbe2
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.choices__list--single {
    display: inline-block;
    /* padding: 4px 16px 4px 4px; */
    padding: 7px 16px 4px 4px;
    width: 100%
}

.choices__list--single .choices__item {
    width: 100%;
    font-size: 16px;
}

.choices__list--multiple {
    display: inline
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: initial;
    border-radius: 7px;
    padding: 2px 7px;
    font-size: 11px;
    font-weight: 400;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    margin-top: 2px;
    background-color: #0276c4;
    border: 1px solid #0276c4;
    word-break: break-all;
    box-sizing: border-box;
    color: #fff;
    box-shadow: none
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #0276c4;
    border: 1px solid #0276c4
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #5b71b9;
    border: 1px solid #5b71b9
}


.choices__list--dropdown {
    visibility: hidden;
    z-index: 1000;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e9ebec;
    box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
    top: 100%;
    margin-top: 0;
    padding: 10px 10px 20px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transform: translateY(1px)
}

.choices__list--dropdown.is-active {
    visibility: visible;
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide
}


.dropdown-menu[data-popper-placement=top-start] {
    -webkit-animation-name: DropDownSlideDown;
    animation-name: DropDownSlideDown
}

@-webkit-keyframes DropDownSlide {
    to {
        margin-top: -1px
    }

    0% {
        margin-top: 8px
    }
}

@keyframes DropDownSlide {
    to {
        margin-top: -1px
    }

    0% {
        margin-top: 8px
    }
}

@-webkit-keyframes DropDownSlideDown {
    to {
        margin-bottom: 0
    }

    0% {
        margin-bottom: 8px
    }
}

@keyframes DropDownSlideDown {
    to {
        margin-bottom: 0
    }

    0% {
        margin-bottom: 8px
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: var(--main-color);
    color: #fff;
}

.choices__list--dropdown .choices__list {
    margin: 0 -16px -16px
}

.choices__list--dropdown .has-no-results {
    font-style: italic;
    font-weight: 500
}

.choices__list--dropdown .choices__item--selectable:after {
    display: none
}

.is-open .choices__list--dropdown {
    border-color: #e9ebec
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0
}

.is-flipped .choices__list--dropdown.is-active {
    -webkit-animation-name: DropDownSlideDown;
    animation-name: DropDownSlideDown;
    transform: translateY(-1px)
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
}

.choices__list--dropdown .choices__item {
    position: relative;
    font-size: .875rem;
    padding: .35rem 1.2rem .35rem 16px
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%)
    }

    .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
        opacity: .5
    }
}

.choices__item {
    cursor: default
}

.choices__item--selectable {
    cursor: pointer
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .5
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px 16px;
    border-bottom: 1px solid #e9ebec;
    color: #878a99
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer
}

.choices__button:focus {
    outline: none
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #fff;
    color: var(--mbox-body-color);
    font-size: .875rem;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 2px 0 2px 2px
}

.choices__input:focus {
    outline: 0
}

.choices__input::-moz-placeholder {
    color: #878a99
}

.choices__input::placeholder {
    color: #878a99
}

.choices__placeholder {
    color: #878a99;
    opacity: 1
}

[data-layout-mode=dark] .choices[data-type*=select-one] .choices__button {
    filter: invert(1) grayscale(100%) brightness(200%)
}

/* end select 2 */


.text-muted-custom {
    color: rgba(0, 0, 0, .85);
    font-size: 15px;
}




/* image  masory */
.image-mansory {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr .5fr 1fr 1fr 1fr;
    grid-auto-rows: 15rem;
    grid-auto-flow: dense;
    width: 100%
}

.image-mansory .first {
    grid-column: span 2;
    grid-row: span 2
}

.image-mansory .wide {
    grid-column: span 2
}

.image-mansory .tall {
    grid-row: span 2
}

.image-mansory .special {
    grid-column: span 2
}

.image-mansory .big {
    grid-column: span 2;
    grid-row: span 2
}

.image-mansory&gt;div&gt;a {
    display: flex;
    justify-content: center;
    align-items: center
}

.image-mansory&gt;div&gt;a&gt;img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px
}

.image-mansory__item--wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 1rem
}

@media(max-width: 768px) {
    .image-mansory__item--wrapper {
        border-radius: .5rem
    }
}

.image-mansory__item--loading {
    width: 100% !important;
    height: 100% !important;
    border-radius: 5px
}

.image-mansory__item--image {
    max-width: 100% !important;
    width: 100%;
    height: auto;
    display: inline-block;
    object-fit: cover;
    filter: brightness(80%) !important;
    transition: all .3s ease
}

@media(max-width: 768px) {
    .image-mansory__item--image {
        filter: brightness(70%) !important
    }
}

.image-mansory__item--overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.image-mansory__item--overlay--text {
    font-size: 1.8rem;
    /* font-weight: 700; */
    font-weight: 500;
    text-align: center;
    color: #fff;
    /* text-transform: uppercase; */
    margin: 0;
    z-index: 2
}

.image-mansory__item--overlay--button {
    display: none;
    padding: 1rem 2rem
}

@media(hover: hover) {
    .image-mansory__item:hover .image-mansory__item--overlay {
        gap: 2rem
    }

    .image-mansory__item:hover .image-mansory__item--image {
        transform: scale(1.1);
        cursor: pointer;
        filter: brightness(40%) !important
    }

    .image-mansory__item:hover .image-mansory__item--overlay--divider {
        display: block;
        background-color: #fff;
        height: 1px;
        width: 6rem;
        z-index: 2
    }

    .image-mansory__item:hover .image-mansory__item--overlay--button {
        display: inline;
        z-index: 2;
        cursor: pointer
    }
}

@media screen and (max-width: 768px) {
    .image-mansory {
        grid-template-columns: 1fr .5fr 1fr;
        grid-auto-rows: 13rem
    }

    .image-mansory .full-width {
        grid-column: span 3
    }

    .image-mansory .mobile-tall {
        grid-column: span 2;
        grid-row: span 2
    }

    .image-mansory__item--overlay {
        gap: 0 !important
    }

    .image-mansory__item--overlay--text {
        font-size: 1.4rem !important
    }

    .image-mansory__item--overlay--divider {
        width: 3rem !important
    }
}

/* end image masory */


.is-tablet {
    display: none;
}

.rotate {
    transform: rotate(180deg);
    transition: transform 0.2s ease-in-out;
}

.btn_help {
    font-size: 15px;
    font-weight: bold;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 200px 200px 200px 200px;
    background-color: transparent;
    border: 1px solid #3cb4e5;
    color: #78909c;
    transition: 0.3s;
    min-width: 100px;
    text-align: center;
    margin-bottom: 15px;
}

.card-small__content--price__button {
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid #0b5da7;
    border-radius: .5rem;
    padding: .2rem 0
}

.section_box_price .tour_bokking_subtotal_area,
.section_box_itinerary .tour_bokking_subtotal_area {
    background: var(--bg-color);
    padding: 15px;
    border-radius: 5px;
}

.section_box_price .accordion-buttonx i {
    font-size: 14px;
    will-change: transform;
    transform-origin: center;
    transition: transform 0.2s ease-in-out;
}

.flight_search_right_chosse .btn_more {
    transition: 0.2s;
}


/* Äá»‹nh nghÄ©a kiá»ƒu xoay cho icon */
.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    /* ThÃªm chuyá»ƒn Ä‘á»™ng mÆ°á»£t */
}

[data-collapse-rotate="rotate"][aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

[data-collapse-rotate="rotate"][aria-expanded="false"] i {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.color-3 {
    color: #333 !important;
}

/* Slick dot style */


.autoplay-slide .slick-dots {
    bottom: -10px;
    z-index: 1000;
}

.autoplay-slide .slick-dots li button {
    /* background: #E5E6F2;
    border-radius: 50%;
    width: 15px;
    height: 15px; */

    width: 8px;
    height: 8px;
    margin: 0 .4rem;
    background-color: #e9ecef;
    border-radius: .4rem;
    opacity: 1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.autoplay-slide .slick-dots li.slick-active button {
    /* background: var(--main-color); */
    width: 20px;
    border-radius: .4rem;
    background-color: #4d629f;
}

.autoplay-slide .slick-dots li button:before {
    display: none;
}

/* End Slick dot */


.tour_package_details_bar_list p {
    line-height: 28px;
}



.faq__body {
    margin: 35px 0
}

.faq__item {
    margin-bottom: 25px;
    border-radius: 4px
}

.faq__title {
    padding: 15px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (min-width:768px) and (max-width:1199px) {
    .contactUs__title h3 {
        font-size: 2vw
    }

    .faq__item {
        margin-bottom: 1.5vw;
        border-radius: .2vw
    }

    .faq__title {
        padding: 1vw
    }
}

.faq__title .active {
    fill: rgba(0, 0, 0, .45)
}

.faq__title .active path {
    transform: rotatex(180deg);
    transform-origin: 50% 50%;
    fill: #fff
}

.faq__cont {
    margin: 0 15px;
    padding-bottom: 15px
}

@media (min-width:768px) and (max-width:1199px) {
    .faq__cont {
        padding-bottom: 1vw;
        margin: 0 1vw
    }
}

.faq__cont p {
    padding: 0 15px;
    border-left: 1px solid #C4001A
}

.flexGroup2 {
    display: flex;
    align-items: center;
}


.aboutUs,
.contactUs,
.faq,
.termOfUse,
.privacyPolicy,
.bookingStatus,
.refundRequest,
.flightResult {
    background: #F9FCFF;
}

.hidden {
    display: none !important;
}

.faq__item {
    margin-bottom: 25px;
    border-radius: 4px;
}

.faq__item, .fareRules table, .homeServices__card, .homeServices__item, .newAndUpdate__item {
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.medium {
    font-weight: 500;
}

.text16 {
    font-size: 16px;
}

.colorBlack85 {
    color: rgba(0, 0, 0, .85);
}

.ml10 {
    margin-left: 10px;
}


#accept_cookie {
    position: fixed;
    bottom: 0;
    background: #0c57ab;
    width: 100%;
    padding: 15px;
    color: #fff;
    z-index: 999999;
    font-size: 14px;
}

#accept_cookie .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#accept_cookie button {
    width: 150px;
    background: #1492CC !important;
    color: #fff !important;
    font-size: 14px;
}

</pre></body></html>