﻿@charset "UTF-8";
/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  1.variables
============================*/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;400;500;600;700&display=swap");
/*============================
  13.font
============================*/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;400;500;600;700&display=swap");
/*============================
  2.mixins
============================*/
header {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  3.rangepicker-plugin
============================*/
.daterangepicker .ranges li.active {
  background-color: #ff8a00;
}
.daterangepicker td.active {
  background-color: #ff8a00;
}
.daterangepicker td.active:hover {
  background-color: #ff8a00;
}

.daterange-wraper .date-range {
  padding-left: 30px;
  font-size: 14px;
  color: #393F4D;
  border: 0;
  min-height: auto;
  height: 36px;
  border: 0;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
}
.daterange-wraper .date-range:focus {
  border-left: 0;
}
.daterange-wraper .cal-icon-date {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.ql-container.ql-snow {
  border-color: #E4EBF1;
  border-radius: 0 0 4px 4px;
}

.ql-bubble {
  border: 1px solid #E4EBF1;
  border-radius: 4px;
}

.ql-toolbar span {
  outline: none !important;
  color: #393F4D;
}
.ql-toolbar span:hover {
  color: #ff8a00 !important;
}
.ql-toolbar.ql-snow {
  border-color: #E4EBF1;
  border-radius: 4px 4px 0 0;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
}

.ql-snow .ql-stroke,
.ql-snow .ql-script,
.ql-snow .ql-strike svg {
  stroke: #393F4D;
}
.ql-snow .ql-fill {
  fill: #393F4D;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #393F4D;
}

.ql-snow .ql-picker-options {
  background-color: #FFF;
  border-color: #E4EBF1 !important;
}

/******* Base *******/
/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  4.base
============================*/
body {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  color: #123f6a;
  line-height: 1.5;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 991.98px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}

::selection {
  background: #ff8a00;
  color: #FFF;
  text-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  outline: none;
}

button {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
button:focus {
  box-shadow: none !important;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #123f6a;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

ol, ul {
  list-style: none;
  margin-block-end: 0;
  padding: 0;
}

ul {
  list-style: none;
}
ul.list-disc {
  list-style: disc;
  padding-left: 15px;
}
ul.list-disc ul {
  list-style-type: circle;
}
ul.list-decimal {
  list-style: decimal;
  padding-left: 15px;
}
ul.list-decimal ul {
  list-style-type: decimal;
}
ul.list-icon {
  list-style: none;
  padding-left: 0;
}
ul.list-icon > li {
  padding-left: 1.875rem;
  counter-increment: li;
}
ul.list-icon > li i,
ul.list-icon > li .feather-icon,
ul.list-icon > li .svg-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  margin-left: -1.25rem;
  position: relative;
  left: -10px;
  padding: 1px;
  top: -1px;
}
ul.list-icon > li i {
  font-size: 20px;
  top: 5px;
}
ul .btn-primary:not(:disabled):not(.disabled):active:focus, ul .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  5.background
============================*/
.bg-primary {
  background-color: #ff8a00 !important;
}

.bg-secondary {
  background-color: #98AA30 !important;
}

.bg-info {
  background-color: #155EEF !important;
}

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

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

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

.bg-dark {
  background-color: #123f6a !important;
}

.bg-light {
  background-color: #E4EBF1 !important;
}

.bg-white {
  background-color: #FFF;
}

.bg-pink {
  background-color: #DD2590 !important;
}

.bg-indigo {
  background-color: #3538CD !important;
}

.bg-pink-100 {
  background-color: #FFECF4 !important;
}

.bg-purple {
  background-color: #6938EF !important;
}

.bg-purple-100 {
  background-color: #EDEDFF !important;
}

.bg-gray {
  background: #F1F4F7;
}

.bg-primary {
  background-color: #ff8a00 !important;
}
.bg-primary.bg-opacity-10 {
  background-color: rgba(207, 52, 37, 0.1) !important;
}
.bg-primary.bg-opacity-25 {
  background-color: rgba(207, 52, 37, 0.25) !important;
}
.bg-primary.bg-opacity-50 {
  background-color: rgba(207, 52, 37, 0.5) !important;
}
.bg-primary.bg-opacity-75 {
  background-color: rgba(207, 52, 37, 0.75) !important;
}
.bg-primary.bg-opacity-100 {
  background-color: #ff8a00 !important;
}

.bg-secondary {
  background-color: #98AA30 !important;
}
.bg-secondary.bg-opacity-10 {
  background-color: rgba(152, 170, 48, 0.1) !important;
}
.bg-secondary.bg-opacity-25 {
  background-color: rgba(152, 170, 48, 0.25) !important;
}
.bg-secondary.bg-opacity-50 {
  background-color: rgba(152, 170, 48, 0.5) !important;
}
.bg-secondary.bg-opacity-75 {
  background-color: rgba(152, 170, 48, 0.75) !important;
}
.bg-secondary.bg-opacity-100 {
  background-color: #98aa30 !important;
}

.bg-info {
  background-color: #155EEF !important;
}
.bg-info.bg-opacity-10 {
  background-color: rgba(21, 94, 239, 0.1) !important;
}
.bg-info.bg-opacity-25 {
  background-color: rgba(21, 94, 239, 0.25) !important;
}
.bg-info.bg-opacity-50 {
  background-color: rgba(21, 94, 239, 0.5) !important;
}
.bg-info.bg-opacity-75 {
  background-color: rgba(21, 94, 239, 0.75) !important;
}
.bg-info.bg-opacity-100 {
  background-color: #155eef !important;
}

.bg-success {
  background-color: #04BD6C !important;
}
.bg-success.bg-opacity-10 {
  background-color: rgba(4, 189, 108, 0.1) !important;
}
.bg-success.bg-opacity-25 {
  background-color: rgba(4, 189, 108, 0.25) !important;
}
.bg-success.bg-opacity-50 {
  background-color: rgba(4, 189, 108, 0.5) !important;
}
.bg-success.bg-opacity-75 {
  background-color: rgba(4, 189, 108, 0.75) !important;
}
.bg-success.bg-opacity-100 {
  background-color: #04bd6c !important;
}

.bg-warning {
  background-color: #FFCA18 !important;
}
.bg-warning.bg-opacity-10 {
  background-color: rgba(255, 202, 24, 0.1) !important;
}
.bg-warning.bg-opacity-25 {
  background-color: rgba(255, 202, 24, 0.25) !important;
}
.bg-warning.bg-opacity-50 {
  background-color: rgba(255, 202, 24, 0.5) !important;
}
.bg-warning.bg-opacity-75 {
  background-color: rgba(255, 202, 24, 0.75) !important;
}
.bg-warning.bg-opacity-100 {
  background-color: #ffca18 !important;
}

.bg-danger {
  background-color: #FF0000 !important;
}
.bg-danger.bg-opacity-10 {
  background-color: rgba(255, 0, 0, 0.1) !important;
}
.bg-danger.bg-opacity-25 {
  background-color: rgba(255, 0, 0, 0.25) !important;
}
.bg-danger.bg-opacity-50 {
  background-color: rgba(255, 0, 0, 0.5) !important;
}
.bg-danger.bg-opacity-75 {
  background-color: rgba(255, 0, 0, 0.75) !important;
}
.bg-danger.bg-opacity-100 {
  background-color: red !important;
}

.bg-dark {
  background-color: #123f6a !important;
}
.bg-dark.bg-opacity-10 {
  background-color: rgba(33, 46, 71, 0.1) !important;
}
.bg-dark.bg-opacity-25 {
  background-color: rgba(33, 46, 71, 0.25) !important;
}
.bg-dark.bg-opacity-50 {
  background-color: rgba(33, 46, 71, 0.5) !important;
}
.bg-dark.bg-opacity-75 {
  background-color: rgba(33, 46, 71, 0.75) !important;
}
.bg-dark.bg-opacity-100 {
  background-color: #123f6a !important;
}

.bg-light {
  background-color: #E4EBF1 !important;
}
.bg-light.bg-opacity-10 {
  background-color: rgba(228, 235, 241, 0.1) !important;
}
.bg-light.bg-opacity-25 {
  background-color: rgba(228, 235, 241, 0.25) !important;
}
.bg-light.bg-opacity-50 {
  background-color: rgba(228, 235, 241, 0.5) !important;
}
.bg-light.bg-opacity-75 {
  background-color: rgba(228, 235, 241, 0.75) !important;
}
.bg-light.bg-opacity-100 {
  background-color: #e4ebf1 !important;
}

.bg-cyan {
  background-color: #06AED4 !important;
}

.bg-primary {
  background-color: #ff8a00 !important;
  border: 1px solid #ff8a00 !important;
  color: #FFF;
}

.bg-secondary {
  background-color: #98AA30 !important;
  border: 1px solid #98AA30 !important;
  color: #FFF;
}

.bg-success {
  background-color: #04BD6C !important;
  border: 1px solid #04BD6C !important;
  color: #FFF;
}

.bg-info {
  background-color: #155EEF !important;
  border: 1px solid #155EEF !important;
  color: #FFF;
}

.bg-teal {
  background-color: #0E9384 !important;
  border: 1px solid #0E9384 !important;
  color: #FFF;
}

.bg-warning {
  background-color: #FFCA18 !important;
  border: 1px solid #FFCA18 !important;
  color: #FFF;
}

.bg-danger {
  background-color: #FF0000 !important;
  border: 1px solid #FF0000 !important;
  color: #FFF;
}

.bg-dark {
  background-color: #123f6a !important;
  border: 1px solid #123f6a !important;
  color: #FFF;
}

.bg-light {
  background-color: #E4EBF1 !important;
  border: 1px solid #E4EBF1 !important;
  color: #FFF;
}

.bg-black {
  background-color: #123f6a !important;
  border: 1px solid #123f6a !important;
  color: #FFF;
}

.bg-purple {
  background-color: #6938EF !important;
  border: 1px solid #6938EF !important;
  color: #FFF;
}

.bg-pink {
  background-color: #DD2590 !important;
  border: 1px solid #DD2590 !important;
  color: #FFF;
}

.bg-soft-primary {
  background-color: #FBDCD7;
  color: #ff8a00;
}

.bg-soft-secondary {
  background-color: #D4E8C9;
  color: #98AA30;
}

.bg-soft-success {
  background-color: #A4EBC4;
  color: #04BD6C;
}

.bg-soft-danger {
  background-color: #FFC8BD;
  color: #FF0000;
}

.bg-soft-warning {
  background-color: #FFF0CA;
  color: #FFCA18;
}

.bg-soft-info {
  background-color: rgba(21, 94, 239, 0.3);
  color: #155EEF;
}

.bg-soft-light {
  background-color: rgba(228, 235, 241, 0.9);
  color: #123f6a;
}

.bg-soft-dark {
  background-color: rgba(33, 46, 71, 0.3);
  color: #FFF;
}

.bg-light {
  color: #123f6a;
}

.bg-primary-gradient {
  background: linear-gradient(90deg, #FD2692 0%, #0A67F2 100%) !important;
  color: #FFF;
}

.bg-secondary-gradient {
  background: linear-gradient(90deg, #FF0098 0%, #FFD24D 53.5%, #00AAE6 100%) !important;
  color: #FFF;
}

.bg-warning-gradient {
  background: linear-gradient(180deg, #FEF8EA 0%, #FFFFFF 100%) !important;
  color: #FFF;
}

.bg-info-gradient {
  background: linear-gradient(180deg, #E7F1FC 0%, #FFFFFF 100%) !important;
  color: #FFF;
}

.bg-success-gradient {
  background: linear-gradient(180deg, #E8F9E8 0%, #FFFFFF 100%) !important;
  color: #FFF;
}

.bg-danger-gradient {
  background: linear-gradient(180deg, #FDE9ED 0%, #FFFFFF 100%) !important;
  color: #FFF;
}

.bg-purple-gradient {
  background: linear-gradient(to right, #6938EF 0%, #9b25b7 100%) !important;
  color: #FFF;
}

.bg-teal-gradient {
  background: linear-gradient(180deg, #E6F9FF 0%, #FFFFFF 100%) !important;
  color: #FFF;
}

.bg-light-gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.47) 0%, #FFFFFF 100%) !important;
  color: #123f6a;
}

.bg-dark-gradient {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%) !important;
  color: #FFF;
}

.bg-outline-primary {
  background-color: #FFF;
  border: 1px solid #ff8a00;
  color: #ff8a00;
}

.bg-outline-secondary {
  background-color: #FFF;
  border: 1px solid #98AA30;
  color: #98AA30;
}

.bg-outline-warning {
  background-color: #FFF;
  border: 1px solid #FFCA18;
  color: #FFCA18;
}

.bg-outline-info {
  background-color: #FFF;
  border: 1px solid #155EEF;
  color: #155EEF;
}

.bg-outline-success {
  background-color: #FFF;
  border: 1px solid #04BD6C;
  color: #04BD6C;
}

.bg-outline-danger {
  background-color: #FFF;
  border: 1px solid #FF0000;
  color: #FF0000;
}

.bg-outline-dark {
  background-color: #FFF;
  border: 1px solid #123f6a;
  color: #123f6a;
}

.bg-outline-light {
  background-color: #FFF;
  border: 1px solid #E4EBF1 !important;
  color: #123f6a !important;
}

.bg-primary-transparent {
  background-color: #FEEDEB !important;
  color: #ff8a00 !important;
}
.bg-primary-transparent:hover {
  background-color: #FEEDEB !important;
  color: #ff8a00 !important;
}

.bg-secondary-transparent {
  background-color: #FCFDF8 !important;
}

.bg-info-transparent {
  background-color: #E7F0FF !important;
  color: #155EEF !important;
}
.bg-info-transparent:hover {
  background-color: #E7F0FF !important;
  color: #155EEF !important;
}

.bg-success-transparent {
  background-color: #EDF9F0 !important;
  color: #04BD6C !important;
}
.bg-success-transparent:hover {
  background-color: #EDF9F0 !important;
  color: #04BD6C !important;
}

.bg-warning-transparent {
  background-color: #FFFAEE !important;
  color: #FFCA18 !important;
}
.bg-warning-transparent:hover {
  background-color: #FFFAEE !important;
  color: #FFCA18 !important;
}

.bg-danger-transparent {
  background-color: #FFEDE9 !important;
  color: #FF0000 !important;
}
.bg-danger-transparent:hover {
  background-color: #FFEDE9 !important;
  color: #FF0000 !important;
}

.bg-light-transparent {
  background-color: rgba(228, 235, 241, 0.5) !important;
  color: #E4EBF1 !important;
}
.bg-light-transparent:hover {
  background-color: rgba(228, 235, 241, 0.5) !important;
  color: #123f6a !important;
}

.bg-cyan-transparent {
  background-color: #ECF7FB !important;
  color: #06AED4 !important;
}
.bg-cyan-transparent:hover {
  background-color: #ECF7FB !important;
  color: #06AED4 !important;
}

.bg-purple-transparent {
  background-color: #F2EDFE !important;
}

.bg-teal-transparent {
  background-color: #E9F5F4 !important;
}

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

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

.bg-gray-100 {
  background-color: #C9CBCF;
}

.bg-gray-200 {
  background-color: #AFB2B8;
}

.bg-gray-300 {
  background-color: #969AA2;
}

.bg-gray-400 {
  background-color: #7D828C;
}

.bg-gray-500 {
  background-color: #656B76;
}

.bg-gray-600 {
  background-color: #123f6a;
}

.bg-gray-700 {
  background-color: #393F4D;
}

.bg-gray-800 {
  background-color: #242B3A;
}

.bg-gray-900 {
  background-color: #123f6a;
}

.bg-light-100 {
  background-color: #FAFBFC !important;
}

.bg-light-300 {
  background-color: #F5F8FA !important;
}

.bg-light-400 {
  background-color: #F3F6F9 !important;
}

.bg-light-500 {
  background-color: #F1F4F7 !important;
}

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

.bg-success-800 {
  background-color: #33D37A !important;
}

.bg-orange {
  background-color: #E04F16 !important;
}

.bg-orange-100 {
  background-color: #FFEEE9 !important;
}

.bg-teal {
  background-color: #0E9384 !important;
}

.bg-teal-100 {
  background-color: #D4ECE9 !important;
}

.bg-secondary-100 {
  background-color: #F1F7ED !important;
}

.svg-primary {
  fill: #ff8a00;
}

.svg-secondary {
  fill: #98AA30;
}

.svg-success {
  fill: #04BD6C;
}

.svg-danger {
  fill: #FF0000;
}

.svg-warning {
  fill: #FFCA18;
}

.svg-white {
  fill: #FFF;
}

.svg-black {
  fill: #123f6a;
}

.svg-pink {
  fill: #DD2590;
}

.svg-purple {
  fill: #6938EF;
}

.svg-info {
  fill: #155EEF;
}

.svg-light {
  fill: #E4EBF1;
}

.svg-dark {
  fill: #123f6a;
}

.svg-default {
  fill: #123f6a;
}

.color-container {
  width: 5rem;
  height: 5rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 3rem;
}

.text-container {
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
}

.color-box {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}

.badge-soft-cyan {
  background: #ECF7FB;
  color: #06AED4;
}

.bg-cyan {
  background: #06AED4;
  color: #FFF;
}

.bg-cyan-100 {
  background: #ECF7FB !important;
}

.bg-light-200 {
  background: #F8FAFB !important;
}

.bg-light-300 {
  background: #F5F8FA;
}

.bg-primary-gradient {
  background: linear-gradient(90deg, #FD2692 0%, #0A67F2 100%);
}

.bg-transparent-primary {
  background: #FEEDEB;
}

.bg-transparent-dark {
  background: #EAEBEE;
}

.bg-transparent-info {
  background: #EAF1FE;
}

.bg-transparent-cyan {
  background: #ECF7FB;
}

.bg-transparent-warning {
  background: #FFFAEE;
}

.bg-transparent-light {
  background: #E4EBF1;
}

.bg-transparent-danger {
  background: #FFEDE9;
}

.bg-transparent-success {
  background: #EDF9F0;
}

.bg-transparent-info {
  background: #E7F0FF;
}

.bg-light-gray {
  background: #F1F4F7;
}

.bg-light-orange {
  background: #F9CBC3;
}
.bg-light-orange span {
  background: #F9CBC3;
}

.bg-light-red {
  background: #FFDAD3;
}
.bg-light-red span {
  background: #FFDAD3;
}

.bg-light-green {
  background: #A4EBC4;
}
.bg-light-green span {
  background: #A4EBC4;
}

/******* Components ******/
/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  6.alerts
============================*/
.alert {
  padding: 0.625rem 0.85rem;
  border-radius: 4px;
  font-size: 0.8125rem;
}
.alert.alert-dismissible {
  padding: 0.625rem 2.25rem 0.625rem 0.85rem;
}
.alert i {
  font-size: 20px;
}
.alert .btn-close {
  background-image: none;
  padding: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert .btn-close i {
  font-size: 18px;
  line-height: 18px;
}
.alert:last-child {
  margin-bottom: 0;
}
.alert .alert-link {
  font-weight: 600;
}

[dir=rtl] .alert.alert-dismissible {
  padding: 0.625rem 0.85rem 0.625rem 2.25rem;
}

.alert-warning {
  background-color: rgba(255, 202, 24, 0.1);
  color: #FFCA18;
  border-color: rgba(255, 202, 24, 0.1);
}
.alert-warning .alert-link {
  color: #FFCA18;
}
.alert-warning .btn-close {
  color: #FFCA18;
}
.alert-warning .btn-close.custom-close {
  background-color: #FFCA18;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
  padding: 0.85rem;
}

.alert-primary {
  background-color: rgba(207, 52, 37, 0.1);
  color: #ff8a00;
  border-color: rgba(207, 52, 37, 0.1);
}
.alert-primary .alert-link {
  color: #ff8a00;
}
.alert-primary .custom-alert-icon {
  color: #ff8a00;
}
.alert-primary .btn-close {
  color: #ff8a00;
}
.alert-primary .btn-close.custom-close {
  background-color: #ff8a00;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
  padding: 0.85rem;
}

.alert-secondary {
  background-color: rgba(152, 170, 48, 0.1);
  color: #98AA30;
  border-color: rgba(152, 170, 48, 0.1);
}
.alert-secondary .alert-link {
  color: #98AA30;
}
.alert-secondary .btn-close {
  color: #98AA30;
}
.alert-secondary .btn-close.custom-close {
  background-color: #98AA30;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
  padding: 0.85rem;
}

.alert-success {
  background-color: rgba(4, 189, 108, 0.1);
  color: #04BD6C;
  border-color: rgba(4, 189, 108, 0.1);
}
.alert-success .alert-link {
  color: #04BD6C;
}
.alert-success .btn-close {
  color: #04BD6C;
}
.alert-success .btn-close.custom-close {
  background-color: #04BD6C;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
  padding: 0.85rem;
}

.alert-info {
  background-color: rgba(21, 94, 239, 0.1);
  color: #155EEF;
  border-color: rgba(21, 94, 239, 0.1);
}
.alert-info .alert-link {
  color: #155EEF;
}
.alert-info .btn-close {
  color: #155EEF;
}
.alert-info .btn-close.custom-close {
  background-color: #155EEF;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
  padding: 0.85rem;
}

.alert-danger {
  background-color: rgba(255, 0, 0, 0.1);
  color: #FF0000;
  border-color: rgba(255, 0, 0, 0.1);
}
.alert-danger .alert-link {
  color: #FF0000;
}
.alert-danger .btn-close {
  color: #FF0000;
}
.alert-danger .btn-close.custom-close {
  background-color: #FF0000;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
  padding: 0.85rem;
}

.alert-light {
  background-color: #E4EBF1;
  color: #123f6a;
  border-color: #E4EBF1;
}
.alert-light .alert-link {
  color: #123f6a;
}
.alert-light .btn-close {
  color: #123f6a;
}
.alert-light .btn-close.custom-close {
  background-color: #E4EBF1;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
  padding: 0.85rem;
}

.alert-dark {
  background-color: rgba(33, 46, 71, 0.1);
  color: #123f6a;
  border-color: rgba(33, 46, 71, 0.1);
}
.alert-dark .alert-link {
  color: #123f6a;
}
.alert-dark .btn-close {
  color: #FFF;
}
.alert-dark .btn-close.custom-close {
  background-color: #123f6a;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
  padding: 0.85rem;
}

.alert-teal {
  background-color: rgba(14, 147, 132, 0.1);
  color: #0E9384;
  border-color: rgba(14, 147, 132, 0.1);
}
.alert-teal .alert-link {
  color: #0E9384;
}
.alert-teal .btn-close {
  color: #0E9384;
}
.alert-teal .btn-close.custom-close {
  background-color: #0E9384;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
  padding: 0.85rem;
}

.alert-solid-primary {
  background-color: #ff8a00;
  color: #FFF;
  border-color: #ff8a00;
}
.alert-solid-primary .btn-close {
  color: #FFF;
}

.alert-solid-secondary {
  background-color: #98AA30;
  color: #FFF;
  border-color: #98AA30;
}
.alert-solid-secondary .btn-close {
  color: #FFF;
}

.alert-solid-warning {
  background-color: #FFCA18;
  color: #FFF;
  border-color: #FFCA18;
}
.alert-solid-warning .btn-close {
  color: #FFF;
}

.alert-solid-info {
  background-color: #155EEF;
  color: #FFF;
  border-color: #155EEF;
}
.alert-solid-info .btn-close {
  color: #FFF;
}

.alert-solid-success {
  background-color: #04BD6C;
  color: #FFF;
  border-color: #04BD6C;
}
.alert-solid-success .btn-close {
  color: #FFF;
}

.alert-solid-danger {
  background-color: #FF0000;
  color: #FFF;
  border-color: #FF0000;
}
.alert-solid-danger .btn-close {
  color: #FFF;
}

.alert-solid-light {
  background-color: #E4EBF1;
  color: #123f6a;
  border-color: #E4EBF1;
}

.alert-solid-dark {
  background-color: #123f6a;
  color: #FFF;
  border-color: #123f6a;
}
.alert-solid-dark .btn-close {
  color: #FFF;
}

.alert-outline-primary {
  background-color: #FFF;
  color: #ff8a00;
  border-color: #ff8a00;
}
.alert-outline-primary .btn-close {
  color: #ff8a00;
}

.alert-outline-secondary {
  background-color: #FFF;
  color: #98AA30;
  border-color: #98AA30;
}
.alert-outline-secondary .btn-close {
  color: #98AA30;
}

.alert-outline-info {
  background-color: #FFF;
  color: #155EEF;
  border-color: #155EEF;
}
.alert-outline-info .btn-close {
  color: #155EEF;
}

.alert-outline-warning {
  background-color: #FFF;
  color: #FFCA18;
  border-color: #FFCA18;
}
.alert-outline-warning .btn-close {
  color: #FFCA18;
}

.alert-outline-success {
  background-color: #FFF;
  color: #04BD6C;
  border-color: #04BD6C;
}
.alert-outline-success .btn-close {
  color: #04BD6C;
}

.alert-outline-danger {
  background-color: #FFF;
  color: #FF0000;
  border-color: #FF0000;
}
.alert-outline-danger .btn-close {
  color: #FF0000;
}

.alert-outline-light {
  background-color: #FFF;
  color: #123f6a;
  border-color: #E4EBF1;
}

.alert-outline-dark {
  background-color: #FFF;
  color: #123f6a;
  border-color: #123f6a;
}
.alert-outline-dark .btn-close {
  color: #123f6a;
}

.alert-primary.custom-alert-icon {
  border-inline-start: 0.313rem solid #ff8a00 !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E4EBF1;
  font-size: 0.813rem;
}
.alert-primary.custom-alert-icon .btn-close {
  color: #123f6a;
}
.alert-primary.custom-alert-icon > i {
  color: #ff8a00;
}

.alert-secondary.custom-alert-icon {
  border-inline-start: 0.313rem solid #98AA30 !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E4EBF1;
  font-size: 0.813rem;
}
.alert-secondary.custom-alert-icon .btn-close {
  color: #123f6a;
}
.alert-secondary.custom-alert-icon > i {
  color: #98AA30;
}

.alert-warning.custom-alert-icon {
  border-inline-start: 0.313rem solid #FFCA18 !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E4EBF1;
  font-size: 0.813rem;
}
.alert-warning.custom-alert-icon .btn-close {
  color: #123f6a;
}
.alert-warning.custom-alert-icon > i {
  color: #FFCA18;
}

.alert-danger.custom-alert-icon {
  border-inline-start: 0.313rem solid #FF0000 !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E4EBF1;
  font-size: 0.813rem;
}
.alert-danger.custom-alert-icon .btn-close {
  color: #123f6a;
}
.alert-danger.custom-alert-icon > i {
  color: #FF0000;
}

.alert-success.custom-alert-icon {
  border-inline-start: 0.313rem solid #04BD6C !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E4EBF1;
  font-size: 0.813rem;
}
.alert-success.custom-alert-icon .btn-close {
  color: #123f6a;
}

.alert-info.custom-alert-icon {
  border-inline-start: 0.313rem solid #155EEF !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E4EBF1;
  font-size: 0.813rem;
}
.alert-info.custom-alert-icon .btn-close {
  color: #123f6a;
}

.alert-light.custom-alert-icon {
  border-inline-start: 0.313rem solid #E4EBF1 !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E4EBF1;
  font-size: 0.813rem;
}
.alert-light.custom-alert-icon .btn-close {
  color: #123f6a;
}

.alert-dark.custom-alert-icon {
  border-inline-start: 0.313rem solid #123f6a !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E4EBF1;
  font-size: 0.813rem;
}
.alert-dark.custom-alert-icon .btn-close {
  color: #123f6a;
}

.custom-alert1 {
  margin-block-end: 0;
  background-color: #FFF;
  border: 0;
  padding: 1.25rem;
  color: #123f6a;
}
.custom-alert1 p {
  margin-block-end: 2.5rem;
  color: #677788;
  font-size: 0.8rem;
}
.custom-alert1 .custom-alert-icon {
  font-size: 40px;
  margin-bottom: 0.85rem;
}
.custom-alert1 .custom-alert-icon i {
  font-size: 40px;
}
.custom-alert1 .btn-close {
  padding: 0;
  margin-block-end: 1rem;
}
.custom-alert1.alert-primary {
  border-block-start: 0.313rem solid #ff8a00;
}
.custom-alert1.alert-primary .custom-alert-icon {
  color: #ff8a00;
}
.custom-alert1.alert-secondary {
  border-block-start: 0.313rem solid #98AA30;
}
.custom-alert1.alert-secondary .custom-alert-icon {
  color: #98AA30;
}
.custom-alert1.alert-warning {
  border-block-start: 0.313rem solid #FFCA18;
}
.custom-alert1.alert-warning .custom-alert-icon {
  color: #FFCA18;
}
.custom-alert1.alert-danger {
  border-block-start: 0.313rem solid #FF0000;
}
.custom-alert1.alert-danger .custom-alert-icon {
  color: #FF0000;
}

.alert-img {
  display: flex;
  align-items: center;
}
.alert-img .avatar {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 400px) {
  .btn-close.custom-close {
    margin: 9px 9px 9px 0;
  }
}
.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
    6.alerts
============================*/
.avatar {
  position: relative;
  height: 2.625rem;
  width: 2.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #FFF;
  font-weight: 500;
}
.avatar a.badge:hover {
  color: #FFF;
}
.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.avatar.avatar-rounded {
  border-radius: 50%;
}
.avatar.avatar-rounded img {
  border-radius: 50%;
}
.avatar.avatar-radius-0 {
  border-radius: 0;
}
.avatar.avatar-radius-0 img {
  border-radius: 0;
}
.avatar .avatar-badge {
  position: absolute;
  inset-block-start: -4%;
  inset-inline-end: -0.375rem;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0.625rem;
  border: 2px solid #FFF;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar.online:before, .avatar.offline:before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  inset-inline-end: 0;
  inset-block-end: 0;
  border: 2px solid #FFF !important;
  z-index: 1;
}
.avatar.online:before {
  background-color: #04BD6C;
}
.avatar.offline:before {
  background-color: #656B76;
}
.avatar.avatar-xs {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.65rem;
}
.avatar.avatar-xs .avatar-badge {
  padding: 0.25rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.5rem;
  inset-block-start: -25%;
  inset-inline-end: -0.5rem;
}
.avatar.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.65rem;
}
.avatar.avatar-sm .avatar-badge {
  padding: 0.3rem;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.5rem;
  inset-block-start: -28%;
  inset-inline-end: -0.45rem;
}
.avatar.avatar-sm.online:before, .avatar.avatar-sm.offline:before {
  width: 0.5rem;
  height: 0.5rem;
}
.avatar.avatar-sm i {
  font-size: 14px;
}
.avatar.avatar-md {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.8rem;
}
.avatar.avatar-md .avatar-badge {
  padding: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.65rem;
  inset-block-start: -6%;
  inset-inline-end: -13%;
}
.avatar.avatar-md.online:before, .avatar.avatar-md.offline:before {
  width: 0.75rem;
  height: 0.75rem;
}
.avatar.avatar-md svg {
  width: 1.5rem;
  height: 1.5rem;
}
.avatar.avatar-lg {
  width: 2.813rem;
  height: 2.813rem;
  line-height: 2.813rem;
  font-size: 1rem;
}
.avatar.avatar-lg .avatar-badge {
  inset-block-start: -15%;
  inset-inline-end: -0.25%;
}
.avatar.avatar-lg.online:before, .avatar.avatar-lg.offline:before {
  width: 0.8rem;
  height: 0.8rem;
  bottom: -2px;
  right: -2px;
}
.avatar.avatar-lg svg {
  width: 1.8rem;
  height: 1.8rem;
}
.avatar.avatar-xl {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.25rem;
}
.avatar.avatar-xl .avatar-badge {
  inset-block-start: -8%;
  inset-inline-end: -0.2%;
}
.avatar.avatar-xl.online:before, .avatar.avatar-xl.offline:before {
  width: 0.95rem;
  height: 0.95rem;
}
.avatar.avatar-xxl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.5rem;
}
.avatar.avatar-xxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}
.avatar.avatar-xxl.online:before, .avatar.avatar-xxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}
.avatar.avatar-xxxl {
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.75rem;
}
.avatar.avatar-xxxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}
.avatar.avatar-xxxl.online:before, .avatar.avatar-xxxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}

.avatar-list-stacked {
  padding: 0;
}
.avatar-list-stacked.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}
.avatar-list-stacked.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}
.avatar-list-stacked.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}
.avatar-list-stacked.avatar-group-lg .avatar > .initial-wrap {
  font-size: 0.95rem;
}
.avatar-list-stacked.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}
.avatar-list-stacked.avatar-group-md .avatar {
  width: 2.25rem;
  height: 2.25rem;
}
.avatar-list-stacked.avatar-group-md .avatar > .initial-wrap {
  font-size: 0.95rem;
}
.avatar-list-stacked.avatar-group-md.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}
.avatar-list-stacked.avatar-group-sm .avatar {
  width: 2rem;
  height: 2rem;
}
.avatar-list-stacked.avatar-group-sm .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-list-stacked.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}
.avatar-list-stacked.avatar-group-xs .avatar {
  width: 1rem;
  height: 1rem;
  margin-inline-end: -6px !important;
}
.avatar-list-stacked.avatar-group-xs .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-list-stacked.avatar-group-xs.avatar-group-overlapped .avatar {
  margin-right: -6px;
}
.avatar-list-stacked .avatar {
  margin-inline-end: -0.875rem !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  transition: transform ease 200ms;
}
.avatar-list-stacked .avatar:last-child {
  margin-inline-end: 0 !important;
}
.avatar-list-stacked .avatar:hover {
  z-index: 1;
  transform: translateY(-0.188rem);
}

.avatar-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.avatar-group .avatar {
  width: 2.625rem;
  height: 2.625rem;
}
.avatar-group .avatar .avatar-img,
.avatar-group .avatar > .initial-wrap {
  border: 2px solid #FFF;
  font-size: 0.9rem;
}
.avatar-group.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}
.avatar-group.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}
.avatar-group.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}
.avatar-group.avatar-group-lg .avatar > .initial-wrap {
  font-size: 0.95rem;
}
.avatar-group.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}
.avatar-group.avatar-group-sm .avatar {
  width: 2rem;
  height: 2rem;
}
.avatar-group.avatar-group-sm .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-group.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  8.boostrap
============================*/
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #ff8a00;
  text-shadow: unset;
}

.bootstrap-datetimepicker-widget table th {
  font-size: 15px;
  font-weight: 500;
  color: #123f6a;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.bootstrap-datetimepicker-widget table th.prev, .bootstrap-datetimepicker-widget table th.next {
  padding-bottom: 6px;
}
.bootstrap-datetimepicker-widget table th.prev span, .bootstrap-datetimepicker-widget table th.next span {
  width: 24px;
  height: 24px;
  font-size: 12px;
  border: 1px solid #E7EDF2;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.bootstrap-datetimepicker-widget table th.prev span:hover, .bootstrap-datetimepicker-widget table th.next span:hover {
  background: #123f6a;
  border-color: #123f6a;
  color: #FFF;
}
.bootstrap-datetimepicker-widget table td {
  font-size: 15px;
  color: #393F4D;
}
.bootstrap-datetimepicker-widget table td.day {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.bootstrap-datetimepicker-widget {
  z-index: 999 !important;
}
.bootstrap-datetimepicker-widget .picker-switch {
  padding-bottom: 6px;
}

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #ff8a00;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: transparent;
}

.border-success {
  border-color: #04BD6C !important;
}

.shadow-sm {
  box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.36) !important;
}

.shadow-md {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1) !important;
}

.list-group-item {
  border-color: #E7EDF2 !important;
  color: inherit;
}

.list-group a.active {
  background: #FBDCD7;
  color: #ff8a00;
}
.list-group a:hover {
  background: #FBDCD7;
  color: #ff8a00;
}

.list-styled-dotted li {
  list-style-type: disc;
}

.custom-offcanvas.offcanvas.offcanvas-end {
  width: 600px;
}
.custom-offcanvas.offcanvas.offcanvas-end .offcanvas-header .close-btn {
  width: 20px;
  height: 20px;
  color: #FFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background-color: #656B76;
  border: 1px solid #656B76;
}
.custom-offcanvas.offcanvas.offcanvas-end .offcanvas-header .close-btn:hover {
  background: #FF0000;
  border-color: #FF0000;
}

.w-40 {
  width: 40%;
}
@media (max-width: 767.98px) {
  .w-40 {
    width: 100%;
  }
}

hr {
  border-color: #E7EDF2;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  9.button
============================*/
.btn-primary {
  color: #FFF;
  background-color: #ff8a00;
  border-color: #ff8a00;
  font-size: 14px;
  font-size: 14px;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn.show:hover, .btn:first-child:active, :not(.btn-check) + .btn:active {
  background-color: #ff8a00;
  border-color: #ff8a00;
  color: #FFF;
}

button {
  cursor: pointer;
}
button:focus {
  outline: 0;
  box-shadow: none;
}

.btn {
  border-radius: 40px;
  padding: 9px 16px;
  font-size: 14px;
  transition: all 0.5s;
  font-weight: 500;
}
.btn:focus {
  box-shadow: none !important;
}
.btn:hover {
  transition: all 0.5s;
}
.btn.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
.btn.btn-xl {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.btn.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
.btn.btn-md {
  padding: 0.315rem 0.75rem;
  font-size: 0.813rem;
}
.btn.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.625rem;
}
.btn.btn-primary {
  background-color: #ff8a00;
  border: 1px solid #ff8a00;
  color: #FFF;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: rgb(176.7135245902, 44.3918032787, 31.5864754098);
  border: 1px solid rgb(176.7135245902, 44.3918032787, 31.5864754098);
  color: #FFF;
}
.btn.btn-secondary {
  background-color: #98AA30;
  border: 1px solid #98AA30;
  color: #FFF;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
  background-color: rgb(127.1082568807, 142.1605504587, 40.1394495413);
  border: 1px solid rgb(127.1082568807, 142.1605504587, 40.1394495413);
  color: #FFF;
}
.btn.btn-success {
  background-color: #04BD6C;
  border: 1px solid #04BD6C;
  color: #FFF;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success.active {
  background-color: rgb(3.2601036269, 154.0398963731, 88.0227979275);
  border: 1px solid rgb(3.2601036269, 154.0398963731, 88.0227979275);
  color: #FFF;
}
.btn.btn-info {
  background-color: #155EEF;
  border: 1px solid #155EEF;
  color: #FFF;
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active {
  background-color: rgb(14.3552, 79.8508, 209.9448);
  border: 1px solid rgb(14.3552, 79.8508, 209.9448);
  color: #FFF;
}
.btn.btn-teal {
  background-color: #0E9384;
  border: 1px solid #0E9384;
  color: #FFF;
}
.btn.btn-teal:hover, .btn.btn-teal:focus, .btn.btn-teal.focus, .btn.btn-teal:active, .btn.btn-teal.active {
  background-color: rgb(10.8956521739, 114.4043478261, 102.7304347826);
  border: 1px solid rgb(10.8956521739, 114.4043478261, 102.7304347826);
  color: #FFF;
}
.btn.btn-warning {
  background-color: #FFCA18;
  border: 1px solid #FFCA18;
  color: #FFF;
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active {
  background-color: rgb(243.3, 187.4779220779, 0);
  border: 1px solid rgb(243.3, 187.4779220779, 0);
  color: #FFF;
}
.btn.btn-danger {
  background-color: #FF0000;
  border: 1px solid #FF0000;
  color: #FFF;
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active {
  background-color: rgb(219.3, 0, 0);
  border: 1px solid rgb(219.3, 0, 0);
  color: #FFF;
}
.btn.btn-dark {
  background-color: #123f6a;
  border: 1px solid #123f6a;
  color: #FFF;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active, .btn.btn-dark.active {
  background-color: rgb(21.6721153846, 30.2096153846, 46.6278846154);
  border: 1px solid rgb(21.6721153846, 30.2096153846, 46.6278846154);
  color: #FFF;
}
.btn.btn-light {
  background-color: #E4EBF1;
  border: 1px solid #E4EBF1;
  color: #FFF;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
  background-color: rgb(204.4902439024, 217.5853658537, 228.8097560976);
  border: 1px solid rgb(204.4902439024, 217.5853658537, 228.8097560976);
  color: #FFF;
}
.btn.btn-black {
  background-color: #123f6a;
  border: 1px solid #123f6a;
  color: #FFF;
}
.btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black.focus, .btn.btn-black:active, .btn.btn-black.active {
  background-color: hsl(0, 0%, -7%);
  border: 1px solid hsl(0, 0%, -7%);
  color: #FFF;
}
.btn.btn-purple {
  background-color: #6938EF;
  border: 1px solid #6938EF;
  color: #FFF;
}
.btn.btn-purple:hover, .btn.btn-purple:focus, .btn.btn-purple.focus, .btn.btn-purple:active, .btn.btn-purple.active {
  background-color: rgb(80.0930232558, 22.956744186, 236.343255814);
  border: 1px solid rgb(80.0930232558, 22.956744186, 236.343255814);
  color: #FFF;
}
.btn.btn-pink {
  background-color: #DD2590;
  border: 1px solid #DD2590;
  color: #FFF;
}
.btn.btn-pink:hover, .btn.btn-pink:focus, .btn.btn-pink.focus, .btn.btn-pink:active, .btn.btn-pink.active {
  background-color: rgb(192.3071428571, 29.9928571429, 124.3821428571);
  border: 1px solid rgb(192.3071428571, 29.9928571429, 124.3821428571);
  color: #FFF;
}
.btn.btn-primary {
  background-color: #ff8a00;
  border: 1px solid #ff8a00;
  color: #FFF;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: rgb(192.9656903766, 55.1330543933, 42.3343096234);
  border: 1px solid rgb(192.9656903766, 55.1330543933, 42.3343096234);
  color: #FFF;
}
.btn.btn-light {
  background-color: #E4EBF1;
  border: 1px solid #E4EBF1;
  color: #123f6a;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
  background-color: rgb(204.5351351351, 217.1513513514, 227.6648648649);
  border: 1px solid rgb(204.5351351351, 217.1513513514, 227.6648648649);
  color: #393F4D;
}
.btn.btn-white {
  background-color: #FFF;
  border-color: #FFF;
  color: #123f6a;
}
.btn.btn-white:hover {
  background-color: #ff8a00;
  border-color: #ff8a00;
  color: #FFF;
}
.btn.btn-linear-primary {
  background-image: linear-gradient(90deg, #FD2692 0%, #0A67F2 100%);
  color: #FFF;
  border: 0;
}
.btn.btn-linear-primary:hover {
  background-image: linear-gradient(90deg, #0A67F2 0%, #FD2692 100%);
}

.btn-group .btn {
  padding: 0.45rem 0.75rem;
}

.btn-group-lg .btn {
  padding: 0.65rem 1rem;
}

.btn-group-sm .btn {
  padding: 0.25rem 0.5rem;
}

.btn.btn-w-xs {
  min-width: 5.625rem;
}
.btn.btn-w-sm {
  min-width: 6.975rem;
}
.btn.btn-w-md {
  min-width: 8.125rem;
}
.btn.btn-w-lg {
  min-width: 9.375rem;
}

.btn-icon i {
  padding: 0rem;
  margin: -0.5rem;
}
.btn-icon.btn-sm {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.8rem;
}
.btn-icon.btn-lg {
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.2rem;
}

.btn-list > button, .btn-list > a {
  margin: 0 0.375rem 0.375rem 0;
}

[dir=rtl] .btn-list button,
[dir=rtl] .btn-list div,
[dir=rtl] .btn-list a,
[dir=rtl] .btn-list input {
  margin: 0 0 0.375rem 0.375rem;
}

.btn-list {
  margin-block-end: -0.5rem;
}

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

.btn-group-pill .btn:first-child {
  border-radius: 60px 0 0 60px;
}

.btn-group-pill .btn:last-child {
  border-radius: 0 60px 60px 0;
}

.btn-group-square .btn:first-child {
  border-radius: 0px 0 0 0px;
}

.btn-group-square .btn:last-child {
  border-radius: 0 0px 0px 0;
}

.btn.btn-primary-light {
  background-color: rgba(207, 52, 37, 0.1);
  color: #ff8a00;
}
.btn.btn-primary-light:hover, .btn.btn-primary-light:focus, .btn.btn-primary-light:active {
  background-color: #ff8a00;
  color: #FFF;
  border-color: #ff8a00;
}
.btn.btn-secondary-light {
  background-color: rgba(152, 170, 48, 0.1);
  color: #98AA30;
}
.btn.btn-secondary-light:hover, .btn.btn-secondary-light:focus, .btn.btn-secondary-light:active {
  background-color: #98AA30;
  color: #FFF;
  border-color: #98AA30;
}
.btn.btn-warning-light {
  background-color: rgba(255, 202, 24, 0.1);
  color: #FFCA18;
}
.btn.btn-warning-light:hover, .btn.btn-warning-light:focus, .btn.btn-warning-light:active {
  background-color: #FFCA18;
  color: #FFF;
  border-color: #FFCA18;
}
.btn.btn-info-light {
  background-color: rgba(21, 94, 239, 0.1);
  color: #155EEF;
}
.btn.btn-info-light:hover, .btn.btn-info-light:focus, .btn.btn-info-light:active {
  background-color: #155EEF;
  color: #FFF;
  border-color: #155EEF;
}
.btn.btn-success-light {
  background-color: rgba(4, 189, 108, 0.1);
  color: #04BD6C;
}
.btn.btn-success-light:hover, .btn.btn-success-light:focus, .btn.btn-success-light:active {
  background-color: #04BD6C;
  color: #FFF;
  border-color: #04BD6C;
}
.btn.btn-danger-light {
  background-color: rgba(255, 0, 0, 0.1);
  color: #FF0000;
}
.btn.btn-danger-light:hover, .btn.btn-danger-light:focus, .btn.btn-danger-light:active {
  background-color: #FF0000;
  color: #FFF;
  border-color: #FF0000;
}

.btn.btn-primary-ghost {
  background-color: transparent;
  color: #ff8a00;
  border: 1px solid #ff8a00;
}
.btn.btn-primary-ghost:active {
  color: #ff8a00;
  border: 1px solid #ff8a00;
  background-color: transparent;
}
.btn.btn-secondary-ghost {
  background-color: transparent;
  color: #98AA30;
  border: 1px solid #98AA30;
}
.btn.btn-secondary-ghost:active {
  color: #98AA30;
  border: 1px solid #98AA30;
  background-color: transparent;
}
.btn.btn-warning-ghost {
  background-color: transparent;
  color: #FFCA18;
  border: 1px solid #FFCA18;
}
.btn.btn-warning-ghost:active {
  color: #FFCA18;
  border: 1px solid #FFCA18;
  background-color: transparent;
}
.btn.btn-info-ghost {
  background-color: transparent;
  color: #155EEF;
  border: 1px solid #155EEF;
}
.btn.btn-info-ghost:active {
  color: #155EEF;
  border: 1px solid #155EEF;
  background-color: transparent;
}
.btn.btn-success-ghost {
  background-color: transparent;
  color: #04BD6C;
  border: 1px solid #04BD6C;
}
.btn.btn-success-ghost:active {
  color: #04BD6C;
  border: 1px solid #04BD6C;
  background-color: transparent;
}
.btn.btn-danger-ghost {
  background-color: transparent;
  color: #FF0000;
  border: 1px solid #FF0000;
}
.btn.btn-danger-ghost:active {
  color: #FF0000;
  border: 1px solid #FF0000;
  background-color: transparent;
}

.btn-list button {
  margin: 0 0.375rem 0.375rem 0;
}

.btn-outline-primary {
  border: 1px solid #ff8a00 !important;
  color: #ff8a00 !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:active, .btn-outline-primary.active {
  background-color: #ff8a00 !important;
  border: 1px solid #ff8a00 !important;
  box-shadow: 0 3px 10px rgba(207, 52, 37, 0.5);
  color: #FFF !important;
}

.btn-outline-secondary {
  border: 1px solid #98AA30 !important;
  color: #98AA30 !important;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary:active, .btn-outline-secondary.active {
  background-color: #98AA30 !important;
  border: 1px solid #98AA30 !important;
  box-shadow: 0 3px 10px rgba(152, 170, 48, 0.5);
  color: #FFF !important;
}

.btn-outline-success {
  border: 1px solid #04BD6C !important;
  color: #04BD6C !important;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus, .btn-outline-success:active, .btn-outline-success.active {
  background-color: #04BD6C !important;
  border: 1px solid #04BD6C !important;
  box-shadow: 0 3px 10px rgba(4, 189, 108, 0.5);
  color: #FFF !important;
}

.btn-outline-danger {
  border: 1px solid #FF0000 !important;
  color: #FF0000 !important;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus, .btn-outline-danger:active, .btn-outline-danger.active {
  background-color: #FF0000 !important;
  border: 1px solid #FF0000 !important;
  box-shadow: 0 3px 10px rgba(255, 0, 0, 0.5);
  color: #FFF !important;
}

.btn-outline-warning {
  border: 1px solid #FFCA18 !important;
  color: #FFCA18 !important;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.focus, .btn-outline-warning:active, .btn-outline-warning.active {
  background-color: #FFCA18 !important;
  border: 1px solid #FFCA18 !important;
  box-shadow: 0 3px 10px rgba(255, 202, 24, 0.5);
  color: #FFF !important;
}

.btn-outline-info {
  border: 1px solid #155EEF !important;
  color: #155EEF !important;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.focus, .btn-outline-info:active, .btn-outline-info.active {
  background-color: #155EEF !important;
  border: 1px solid #155EEF !important;
  box-shadow: 0 3px 10px rgba(21, 94, 239, 0.5);
  color: #FFF !important;
}

.btn-outline-light {
  border: 1px solid #E4EBF1 !important;
  color: #393F4D !important;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light.focus, .btn-outline-light:active, .btn-outline-light.active {
  background-color: #E4EBF1 !important;
  border: 1px solid #E4EBF1 !important;
  color: #393F4D !important;
}

.btn-outline-dark {
  border: 1px solid #123f6a !important;
  color: #123f6a !important;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark.focus, .btn-outline-dark:active, .btn-outline-dark.active {
  background-color: #123f6a !important;
  border: 1px solid #123f6a !important;
  box-shadow: 0 3px 10px rgba(33, 46, 71, 0.5);
  color: #FFF !important;
}

.btn-soft-primary {
  background-color: #F5B9B0 !important;
  color: #ff8a00 !important;
}
.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary.focus, .btn-soft-primary:active, .btn-soft-primary.active {
  box-shadow: 0 3px 12px rgba(207, 52, 37, 0.2);
  border-color: #ff8a00;
}

.btn-soft-secondary {
  background-color: #D4E8C9 !important;
  color: #98AA30 !important;
}
.btn-soft-secondary:hover, .btn-soft-secondary:focus, .btn-soft-secondary.focus, .btn-soft-secondary:active, .btn-soft-secondary.active {
  box-shadow: 0 3px 12px rgba(152, 170, 48, 0.2);
  border-color: #98AA30;
}

.btn-soft-success {
  background-color: #A4EBC4 !important;
  color: #04BD6C !important;
}
.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success.focus, .btn-soft-success:active, .btn-soft-success.active {
  box-shadow: 0 3px 12px rgba(4, 189, 108, 0.2);
  border-color: #04BD6C;
}

.btn-soft-danger {
  background-color: #FFC8BD !important;
  color: #FF0000 !important;
}
.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger.focus, .btn-soft-danger:active, .btn-soft-danger.active {
  box-shadow: 0 3px 12px rgba(255, 0, 0, 0.2);
  border-color: #FF0000;
}

.btn-soft-warning {
  background-color: #FFF0CA !important;
  color: #FFCA18 !important;
}
.btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning.focus, .btn-soft-warning:active, .btn-soft-warning.active {
  box-shadow: 0 3px 12px rgba(255, 202, 24, 0.2);
  border-color: #FFCA18;
}

.btn-soft-info {
  background-color: rgba(21, 94, 239, 0.3) !important;
  color: #155EEF !important;
}
.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info.focus, .btn-soft-info:active, .btn-soft-info.active {
  box-shadow: 0 3px 12px rgba(21, 94, 239, 0.2);
  border-color: #155EEF;
}

.btn-soft-light {
  background-color: rgba(228, 235, 241, 0.9) !important;
  color: #123f6a !important;
}
.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light.focus, .btn-soft-light:active, .btn-soft-light.active {
  box-shadow: 0 3px 12px rgba(228, 235, 241, 0.2);
  border-color: #E4EBF1;
  border-color: #123f6a;
}

.btn-soft-dark {
  background-color: rgba(33, 46, 71, 0.3) !important;
  color: #FFF !important;
}
.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark.focus, .btn-soft-dark:active, .btn-soft-dark.active {
  box-shadow: 0 3px 12px rgba(33, 46, 71, 0.2);
  border-color: #123f6a;
}

.page-loader {
  width: 48px;
  height: 48px;
  border: 4px solid;
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent #ff8a00 #ff8a00 transparent;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s ease-in-out infinite;
}

.page-loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 12px solid;
  border-color: transparent #98AA30 #98AA30 transparent;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
    11.border
============================*/
.badge.badge-primary {
  background: rgba(207, 52, 37, 0.1);
  box-shadow: 0 1px 1px rgba(207, 52, 37, 0.5);
  color: #ff8a00;
}
.badge.badge-info-100 {
     background: #E7F0FF;
  color: #155EEF; 
}
.badge.badge-Blue-100 { 
    background: #123f6a;
    color: #FFF;
}
.badge.badge-primary {
  background: #ff8a00;
  color: #FFF;
}
.badge.badge-soft-primary {
  background: rgba(207, 52, 37, 0.1);
  color: #ff8a00;
}

.badge.badge-secondary {
  background: #98AA30;
  color: #FFF;
}
.badge.badge-soft-secondary {
  background: rgba(152, 170, 48, 0.1);
  color: #98AA30;
}

.badge.badge-success {
  background: #04BD6C;
  color: #FFF;
}
.badge.badge-soft-success {
  background: rgba(4, 189, 108, 0.1);
  color: #04BD6C;
}

.badge.badge-info {
  background: #155EEF;
  color: #FFF;
}
.badge.badge-soft-info {
  background: rgba(21, 94, 239, 0.1);
  color: #155EEF;
}

.badge.badge-teal {
  background: #0E9384;
  color: #FFF;
}
.badge.badge-soft-teal {
  background: rgba(14, 147, 132, 0.1);
  color: #0E9384;
}

.badge.badge-warning {
  background: #FFCA18;
  color: #FFF;
}
.badge.badge-soft-warning {
  background: rgba(255, 202, 24, 0.1);
  color: #FFCA18;
}

.badge.badge-danger {
  background: #FF0000;
  color: #FFF;
}
.badge.badge-soft-danger {
  background: rgba(255, 0, 0, 0.1);
  color: #FF0000;
}

.badge.badge-dark {
  background: #123f6a;
  color: #FFF;
}
.badge.badge-soft-dark {
  background: rgba(33, 46, 71, 0.1);
  color: #123f6a;
}

.badge.badge-light {
  background: #E4EBF1;
  color: #FFF;
}
.badge.badge-soft-light {
  background: rgba(228, 235, 241, 0.1);
  color: #E4EBF1;
}

.badge.badge-black {
  background: #123f6a;
  color: #FFF;
}
.badge.badge-soft-black {
  background: rgba(0, 0, 0, 0.1);
  color: #123f6a;
}

.badge.badge-purple {
  background: #6938EF;
  color: #FFF;
}
.badge.badge-soft-purple {
  background: rgba(105, 56, 239, 0.1);
  color: #6938EF;
}

.badge.badge-pink {
  background: #DD2590;
  color: #FFF;
}
.badge.badge-soft-pink {
  background: rgba(221, 37, 144, 0.1);
  color: #DD2590;
}

.badge {
  padding: 0.25rem 0.45rem;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 4px;
}
.badge.badge-xs {
  font-size: 10px;
  padding: 0px 5px;
  line-height: 18px;
}
.badge.badge-sm {
  font-size: 11px;
  padding: 5px 8px;
  line-height: 11px;
}
.badge.badge-md {
  font-size: 12px;
  padding: 5px 12px;
  line-height: 1.5;
}
.badge.badge-lg {
  font-size: 14px;
  padding: 0px 10px;
  line-height: 30px;
}
.badge.badge-xl {
  font-size: 16px;
  padding: 0px 15px;
  line-height: 35px;
}
.badge.badge-soft-cyan {
  background: #ECF7FB;
  color: #06AED4;
}

.badge.arrow {
  width: 20px;
  height: 20px;
  background: #F8FAFB;
  color: #123f6a;
}
.badge.arrow:hover {
  background: #ff8a00;
  color: #FFF;
}

.badge.bg-light.arrow:hover {
  background: #123f6a !important;
}

.badge-primary-hover:hover {
  background: #ff8a00 !important;
  border-color: #ff8a00 !important;
  color: #FFF !important;
}

.badge-danger-hover:hover {
  background: #FF0000 !important;
  border-color: #FF0000 !important;
  color: #FFF !important;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  11.border
============================*/
.border-container {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0.25rem;
  background-color: #E4EBF1;
}

.border {
  border: 1px solid #E4EBF1 !important;
}
.border.border-dashed {
  border-style: dashed !important;
}
.border.border-dotted {
  border-style: dotted !important;
}
.border.border-primary {
  border: 1px solid #ff8a00 !important;
  opacity: 1;
}
.border.border-primary.border-opacity-10 {
  border-color: rgba(207, 52, 37, 0.1) !important;
}
.border.border-primary.border-opacity-25 {
  border-color: rgba(207, 52, 37, 0.25) !important;
}
.border.border-primary.border-opacity-50 {
  border-color: rgba(207, 52, 37, 0.5) !important;
}
.border.border-primary.border-opacity-75 {
  border-color: rgba(207, 52, 37, 0.75) !important;
}
.border.border-primary.border-opacity-100 {
  border-color: #ff8a00 !important;
}
.border.border-secondary {
  border: 1px solid #98AA30 !important;
  opacity: 1;
}
.border.border-secondary.border-opacity-10 {
  border-color: rgba(152, 170, 48, 0.1) !important;
}
.border.border-secondary.border-opacity-25 {
  border-color: rgba(152, 170, 48, 0.25) !important;
}
.border.border-secondary.border-opacity-50 {
  border-color: rgba(152, 170, 48, 0.5) !important;
}
.border.border-secondary.border-opacity-75 {
  border-color: rgba(152, 170, 48, 0.75) !important;
}
.border.border-secondary.border-opacity-100 {
  border-color: #98aa30 !important;
}
.border.border-info {
  border: 1px solid #155EEF !important;
  opacity: 1;
}
.border.border-info.border-opacity-10 {
  border-color: rgba(21, 94, 239, 0.1) !important;
}
.border.border-info.border-opacity-25 {
  border-color: rgba(21, 94, 239, 0.25) !important;
}
.border.border-info.border-opacity-50 {
  border-color: rgba(21, 94, 239, 0.5) !important;
}
.border.border-info.border-opacity-75 {
  border-color: rgba(21, 94, 239, 0.75) !important;
}
.border.border-info.border-opacity-100 {
  border-color: #155eef !important;
}
.border.border-success {
  border: 1px solid #04BD6C !important;
  opacity: 1;
}
.border.border-success.border-opacity-10 {
  border-color: rgba(4, 189, 108, 0.1) !important;
}
.border.border-success.border-opacity-25 {
  border-color: rgba(4, 189, 108, 0.25) !important;
}
.border.border-success.border-opacity-50 {
  border-color: rgba(4, 189, 108, 0.5) !important;
}
.border.border-success.border-opacity-75 {
  border-color: rgba(4, 189, 108, 0.75) !important;
}
.border.border-success.border-opacity-100 {
  border-color: #04bd6c !important;
}
.border.border-warning {
  border: 1px solid #FFCA18 !important;
  opacity: 1;
}
.border.border-warning.border-opacity-10 {
  border-color: rgba(255, 202, 24, 0.1) !important;
}
.border.border-warning.border-opacity-25 {
  border-color: rgba(255, 202, 24, 0.25) !important;
}
.border.border-warning.border-opacity-50 {
  border-color: rgba(255, 202, 24, 0.5) !important;
}
.border.border-warning.border-opacity-75 {
  border-color: rgba(255, 202, 24, 0.75) !important;
}
.border.border-warning.border-opacity-100 {
  border-color: #ffca18 !important;
}
.border.border-danger {
  border: 1px solid #FF0000 !important;
  opacity: 1;
}
.border.border-danger.border-opacity-10 {
  border-color: rgba(255, 0, 0, 0.1) !important;
}
.border.border-danger.border-opacity-25 {
  border-color: rgba(255, 0, 0, 0.25) !important;
}
.border.border-danger.border-opacity-50 {
  border-color: rgba(255, 0, 0, 0.5) !important;
}
.border.border-danger.border-opacity-75 {
  border-color: rgba(255, 0, 0, 0.75) !important;
}
.border.border-danger.border-opacity-100 {
  border-color: red !important;
}
.border.border-white {
  border: 1px solid #FFF !important;
  opacity: 1;
}
.border.border-white.border-opacity-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.border.border-white.border-opacity-25 {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.border.border-white.border-opacity-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.border.border-white.border-opacity-75 {
  border-color: rgba(255, 255, 255, 0.75) !important;
}
.border.border-white.border-opacity-100 {
  border-color: white !important;
}
.border.border-light {
  border: 1px solid #E4EBF1 !important;
  opacity: 1;
}
.border.border-light.border-opacity-10 {
  border-color: rgba(228, 235, 241, 0.1) !important;
}
.border.border-light.border-opacity-25 {
  border-color: rgba(228, 235, 241, 0.25) !important;
}
.border.border-light.border-opacity-50 {
  border-color: rgba(228, 235, 241, 0.5) !important;
}
.border.border-light.border-opacity-75 {
  border-color: rgba(228, 235, 241, 0.75) !important;
}
.border.border-light.border-opacity-100 {
  border-color: #e4ebf1 !important;
}
.border.border-dark {
  border: 1px solid #123f6a !important;
  opacity: 1;
}
.border.border-dark.border-opacity-10 {
  border-color: rgba(33, 46, 71, 0.1) !important;
}
.border.border-dark.border-opacity-25 {
  border-color: rgba(33, 46, 71, 0.25) !important;
}
.border.border-dark.border-opacity-50 {
  border-color: rgba(33, 46, 71, 0.5) !important;
}
.border.border-dark.border-opacity-75 {
  border-color: rgba(33, 46, 71, 0.75) !important;
}
.border.border-dark.border-opacity-100 {
  border-color: #123f6a !important;
}
.border.border-opacity-10 {
  --bs-border-opacity: 0.1 !important;
}
.border.border-opacity-25 {
  --bs-border-opacity: 0.25 !important;
}
.border.border-opacity-50 {
  --bs-border-opacity: 0.5 !important;
}
.border.border-opacity-75 {
  --bs-border-opacity: 0.75 !important;
}
.border.border-opacity-100 {
  --bs-border-opacity: 1 !important;
}
.border.border-1 {
  border-width: 1px !important;
}
.border.border-2 {
  border-width: 2px !important;
}
.border.border-3 {
  border-width: 3px !important;
}
.border.border-4 {
  border-width: 4px !important;
}
.border.border-5 {
  border-width: 5px !important;
}
.border.border-block-start-dashed {
  border-top-style: dashed;
}
.border.border-block-start-dotted {
  border-top-style: dotted;
}
.border.border-inline-end-dashed {
  border-inline-end-style: dashed;
}
.border.border-inline-end-dotted {
  border-inline-end-style: dotted;
}
.border.border-block-end-dashed {
  border-bottom-style: dashed;
}
.border.border-block-end-dotted {
  border-bottom-style: dotted;
}
.border.border-inline-start-dashed {
  border-inline-start-style: dashed;
}
.border.border-inline-start-dotted {
  border-inline-start-style: dotted;
}
.border.border-0 {
  border: 0 !important;
}
.border.border-top-0 {
  border-block-start: 0 !important;
}
.border.border-end-0 {
  border-inline-end: 0 !important;
}
.border.border-bottom-0 {
  border-block-end: 0 !important;
}
.border.border-start-0 {
  border-inline-start: 0 !important;
}

.border-top {
  border-top: 1px solid #E4EBF1 !important;
}
.border-top.border-block-start-dashed {
  border-top-style: dashed !important;
}
.border-top.border-block-start-dotted {
  border-top-style: dotted !important;
}
.border-top.border-primary {
  border-color: #ff8a00 !important;
}
.border-top.border-secondary {
  border-color: #98AA30 !important;
}
.border-top.border-warning {
  border-color: #FFCA18 !important;
}
.border-top.border-info {
  border-color: #155EEF !important;
}
.border-top.border-success {
  border-color: #04BD6C !important;
}
.border-top.border-danger {
  border-color: #FF0000 !important;
}
.border-top.border-light {
  border-color: #E4EBF1 !important;
}
.border-top.border-dark {
  border-color: #123f6a !important;
}

.border-end {
  border-inline-end: 1px solid #E4EBF1 !important;
}
.border-end.border-inline-end-dashed {
  border-inline-end-style: dashed !important;
}
.border-end.border-inline-end-dotted {
  border-inline-end-style: dotted !important;
}
.border-end.border-primary {
  border-color: #ff8a00 !important;
}
.border-end.border-secondary {
  border-color: #98AA30 !important;
}
.border-end.border-warning {
  border-color: #FFCA18 !important;
}
.border-end.border-info {
  border-color: #155EEF !important;
}
.border-end.border-success {
  border-color: #04BD6C !important;
}
.border-end.border-danger {
  border-color: #FF0000 !important;
}
.border-end.border-light {
  border-color: #E4EBF1 !important;
}
.border-end.border-dark {
  border-color: #123f6a !important;
}

.border-bottom {
  border-bottom: 1px solid #E4EBF1 !important;
}
.border-bottom.border-block-end-dashed {
  border-bottom-style: dashed !important;
}
.border-bottom.border-block-end-dotted {
  border-bottom-style: dotted !important;
}
.border-bottom.border-primary {
  border-color: #ff8a00 !important;
}
.border-bottom.border-secondary {
  border-color: #98AA30 !important;
}
.border-bottom.border-warning {
  border-color: #FFCA18 !important;
}
.border-bottom.border-info {
  border-color: #155EEF !important;
}
.border-bottom.border-success {
  border-color: #04BD6C !important;
}
.border-bottom.border-danger {
  border-color: #FF0000 !important;
}
.border-bottom.border-light {
  border-color: #E4EBF1 !important;
}
.border-bottom.border-dark {
  border-color: #123f6a !important;
}
.border-bottom.border-cyan {
  border-color: #06AED4 !important;
}

.border-start {
  border-inline-start: 1px solid #E4EBF1 !important;
}
.border-start.border-inline-start-dashed {
  border-inline-start-style: dashed !important;
}
.border-start.border-inline-start-dotted {
  border-inline-start-style: dotted !important;
}
.border-start.border-primary {
  border-color: #ff8a00 !important;
}
.border-start.border-secondary {
  border-color: #98AA30 !important;
}
.border-start.border-warning {
  border-color: #FFCA18 !important;
}
.border-start.border-info {
  border-color: #155EEF !important;
}
.border-start.border-success {
  border-color: #04BD6C !important;
}
.border-start.border-danger {
  border-color: #FF0000 !important;
}
.border-start.border-light {
  border-color: #E4EBF1 !important;
}
.border-start.border-dark {
  border-color: #123f6a !important;
}

.border-primary {
  border-color: #ff8a00 !important;
}

.border-secondary {
  border-color: #98AA30 !important;
}

.border-warning {
  border-color: #FFCA18 !important;
}

.border-info {
  border-color: #155EEF !important;
}

.border-success {
  border-color: #04BD6C !important;
}

.border-danger {
  border-color: #FF0000 !important;
}

.border-cyan {
  border-color: #06AED4 !important;
}

.border-teal {
  border-color: #0E9384 !important;
}

.border-purple {
  border-color: #6938EF !important;
}

.border-pink {
  border-color: #DD2590 !important;
}

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

.br-1 {
  border-radius: 0.0625rem;
}

.br-2 {
  border-radius: 0.125rem;
}

.br-3 {
  border-radius: 0.1875rem;
}

.br-4 {
  border-radius: 0.25rem;
}

.br-5 {
  border-radius: 0.3125rem !important;
}

.br-6 {
  border-radius: 0.375rem;
}

.br-7 {
  border-radius: 0.4375rem;
}

.br-8 {
  border-radius: 0.5rem;
}

.br-9 {
  border-radius: 0.5625rem;
}

.br-10 {
  border-radius: 0.625rem !important;
}

.br-15 {
  border-radius: 0.9375rem;
}

.br-20 {
  border-radius: 1.25rem;
}

.rounded {
  border-radius: 4px !important;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
 12.dropdown
============================*/
.dropdown-auto {
  overflow: auto;
}

.dropdown-divider {
  margin: 0;
}

.dropdown .dropdown-toggle {
  font-weight: 400;
  font-size: 14px;
}
.dropdown .dropdown-toggle:after {
  display: inline-block;
  margin-inline-start: 0.5rem;
  vertical-align: 0;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.75rem;
  font-weight: 600;
}
.dropdown .dropdown-toggle.btn-primary {
  color: #FFF;
}
.dropdown .dropdown-toggle.text-gray-6.show {
  color: #FFF !important;
  background: #ff8a00 !important;
}
.dropdown .dropdown-toggle.text-gray-6.show i {
  color: #FFF !important;
}
.dropdown .dropdown-toggle.text-gray-6.show::after {
  color: #FFF !important;
}
.dropdown .dropdown-menu {
  padding: 20px;
  font-family: "IBM Plex Sans", sans-serif;
}

.dropdown-menu {
  border-color: #E4EBF1;
  box-shadow: 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
  font-size: 0.875rem;
  color: #123f6a;
  background-color: #FFF;
  padding: 0;
  z-index: 10;
  border-radius: 10px;
}

.dropdown-divider {
  border-color: #E4EBF1;
}

.dropdown-item-text {
  color: #123f6a;
}

.dropdown-header {
  color: #123f6a;
}

.dropdown-item {
  color: #123f6a;
  padding: 0.594rem 0.9375rem;
  font-size: 14px;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #123f6a;
  opacity: 0.5;
}
.dropdown-item:not(.active):hover, .dropdown-item:not(.active):focus, .dropdown-item:not(.active):active {
  color: #FFF;
  background-color: #ff8a00;
  border-radius: 5px;
}
.dropdown-item.active {
  background-color: #F1F4F7;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.btn.dropdown-toggle-split {
  opacity: 0.85;
}

.dropdown-menu-dark {
  background-color: #123f6a;
  border-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu-dark li a {
  color: #FFF;
}

.btn-list a.dropdown-item {
  margin-block-end: 0;
}
.btn-list .btn-soft-success:hover {
  transform: translateY(0);
}
.btn-list .btn-soft-danger:hover {
  transform: translateY(0);
}
.dropdown-menu.dropdown-menu-primary {
  background-color: #ff8a00;
}
.dropdown-menu.dropdown-menu-primary li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-primary .dropdown-item:hover, .dropdown-menu.dropdown-menu-primary .dropdown-item:focus, .dropdown-menu.dropdown-menu-primary .dropdown-item:active, .dropdown-menu.dropdown-menu-primary .dropdown-item.active {
  color: #FFF;
}
.dropdown-menu.dropdown-menu-secondary {
  background-color: #98AA30;
}
.dropdown-menu.dropdown-menu-secondary li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-secondary .dropdown-item:hover, .dropdown-menu.dropdown-menu-secondary .dropdown-item:focus, .dropdown-menu.dropdown-menu-secondary .dropdown-item:active, .dropdown-menu.dropdown-menu-secondary .dropdown-item.active {
  color: #FFF;
}
.dropdown-menu.dropdown-menu-warning {
  background-color: #FFCA18;
}
.dropdown-menu.dropdown-menu-warning li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-warning .dropdown-item:hover, .dropdown-menu.dropdown-menu-warning .dropdown-item:focus, .dropdown-menu.dropdown-menu-warning .dropdown-item:active, .dropdown-menu.dropdown-menu-warning .dropdown-item.active {
  color: #FFF;
}
.dropdown-menu.dropdown-menu-info {
  background-color: #155EEF;
}
.dropdown-menu.dropdown-menu-info li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-info .dropdown-item:hover, .dropdown-menu.dropdown-menu-info .dropdown-item:focus, .dropdown-menu.dropdown-menu-info .dropdown-item:active, .dropdown-menu.dropdown-menu-info .dropdown-item.active {
  color: #FFF;
}
.dropdown-menu.dropdown-menu-success {
  background-color: #04BD6C;
}
.dropdown-menu.dropdown-menu-success li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-success .dropdown-item:hover, .dropdown-menu.dropdown-menu-success .dropdown-item:focus, .dropdown-menu.dropdown-menu-success .dropdown-item:active, .dropdown-menu.dropdown-menu-success .dropdown-item.active {
  color: #FFF;
}
.dropdown-menu.dropdown-menu-danger {
  background-color: #FF0000;
}
.dropdown-menu.dropdown-menu-danger li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-danger .dropdown-item:hover, .dropdown-menu.dropdown-menu-danger .dropdown-item:focus, .dropdown-menu.dropdown-menu-danger .dropdown-item:active, .dropdown-menu.dropdown-menu-danger .dropdown-item.active {
  color: #FFF;
}

.dropdown-menu.dropmenu-item-primary .dropdown-item:hover, .dropdown-menu.dropmenu-item-primary .dropdown-item:focus, .dropdown-menu.dropmenu-item-primary .dropdown-item:active, .dropdown-menu.dropmenu-item-primary .dropdown-item.active {
  background-color: rgba(207, 52, 37, 0.1) !important;
  color: #ff8a00;
}
.dropdown-menu.dropmenu-item-secondary .dropdown-item:hover, .dropdown-menu.dropmenu-item-secondary .dropdown-item:focus, .dropdown-menu.dropmenu-item-secondary .dropdown-item:active, .dropdown-menu.dropmenu-item-secondary .dropdown-item.active {
  background-color: rgba(152, 170, 48, 0.1) !important;
  color: #98AA30;
}
.dropdown-menu.dropmenu-item-warning .dropdown-item:hover, .dropdown-menu.dropmenu-item-warning .dropdown-item:focus, .dropdown-menu.dropmenu-item-warning .dropdown-item:active, .dropdown-menu.dropmenu-item-warning .dropdown-item.active {
  background-color: rgba(255, 202, 24, 0.1) !important;
  color: #FFCA18;
}
.dropdown-menu.dropmenu-item-info .dropdown-item:hover, .dropdown-menu.dropmenu-item-info .dropdown-item:focus, .dropdown-menu.dropmenu-item-info .dropdown-item:active, .dropdown-menu.dropmenu-item-info .dropdown-item.active {
  background-color: rgba(21, 94, 239, 0.1) !important;
  color: #155EEF;
}
.dropdown-menu.dropmenu-item-success .dropdown-item:hover, .dropdown-menu.dropmenu-item-success .dropdown-item:focus, .dropdown-menu.dropmenu-item-success .dropdown-item:active, .dropdown-menu.dropmenu-item-success .dropdown-item.active {
  background-color: rgba(4, 189, 108, 0.1) !important;
  color: #04BD6C;
}
.dropdown-menu.dropmenu-item-danger .dropdown-item:hover, .dropdown-menu.dropmenu-item-danger .dropdown-item:focus, .dropdown-menu.dropmenu-item-danger .dropdown-item:active, .dropdown-menu.dropmenu-item-danger .dropdown-item.active {
  background-color: rgba(255, 0, 0, 0.1) !important;
  color: #FF0000;
}

.dropdown-menu.dropmenu-light-primary {
  background-color: rgba(152, 170, 48, 0.1);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-primary .dropdown-item:hover, .dropdown-menu.dropmenu-light-primary .dropdown-item:focus, .dropdown-menu.dropmenu-light-primary .dropdown-item:active, .dropdown-menu.dropmenu-light-primary .dropdown-item.active {
  color: #FFF;
  background-color: #ff8a00 !important;
}
.dropdown-menu.dropmenu-light-secondary {
  background-color: rgba(152, 170, 48, 0.1);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-secondary .dropdown-item:hover, .dropdown-menu.dropmenu-light-secondary .dropdown-item:focus, .dropdown-menu.dropmenu-light-secondary .dropdown-item:active, .dropdown-menu.dropmenu-light-secondary .dropdown-item.active {
  color: #FFF;
  background-color: #98AA30 !important;
}
.dropdown-menu.dropmenu-light-info {
  background-color: rgba(21, 94, 239, 0.1);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-info .dropdown-item:hover, .dropdown-menu.dropmenu-light-info .dropdown-item:focus, .dropdown-menu.dropmenu-light-info .dropdown-item:active, .dropdown-menu.dropmenu-light-info .dropdown-item.active {
  color: #FFF;
  background-color: #155EEF !important;
}
.dropdown-menu.dropmenu-light-warning {
  background-color: rgba(255, 202, 24, 0.1);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-warning .dropdown-item:hover, .dropdown-menu.dropmenu-light-warning .dropdown-item:focus, .dropdown-menu.dropmenu-light-warning .dropdown-item:active, .dropdown-menu.dropmenu-light-warning .dropdown-item.active {
  color: #FFF;
  background-color: #FFCA18 !important;
}
.dropdown-menu.dropmenu-light-success {
  background-color: rgba(4, 189, 108, 0.1);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-success .dropdown-item:hover, .dropdown-menu.dropmenu-light-success .dropdown-item:focus, .dropdown-menu.dropmenu-light-success .dropdown-item:active, .dropdown-menu.dropmenu-light-success .dropdown-item.active {
  color: #FFF;
  background-color: #04BD6C !important;
}
.dropdown-menu.dropmenu-light-danger {
  background-color: rgba(255, 0, 0, 0.1);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-danger .dropdown-item:hover, .dropdown-menu.dropmenu-light-danger .dropdown-item:focus, .dropdown-menu.dropmenu-light-danger .dropdown-item:active, .dropdown-menu.dropmenu-light-danger .dropdown-item.active {
  color: #FFF;
  background-color: #FF0000 !important;
}

.dropdown-divider {
  margin: 0;
}

.bd-example > .dropdown-menu {
  position: static;
  display: block;
}

.card-dropdown > a {
  background: #FFF;
  border-radius: 6px;
  font-weight: 400;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #393F4D;
  padding: 10px 10px 10px 30px;
  position: relative;
}
.card-dropdown > a .cal-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.card-dropdown > a i {
  font-size: 16px;
  margin-right: 5px;
}
.card-dropdown > a[aria-expanded=true]::after {
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.card-dropdown .dropdown-menu {
  border: 0;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0px 4px 9px -1px rgba(19, 16, 34, 0.031372549);
}
.card-dropdown .dropdown-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
}
.card-dropdown .dropdown-menu li a i {
  font-size: 16px;
  margin-right: 8px;
}
.card-dropdown .dropdown-menu li a:hover {
  background: #E9EFF3;
  color: #242B3A;
}

.dropdown-md {
  min-width: 320px !important;
}

.dropdown-sm {
  min-width: 260px !important;
}

.dropdown-menu.notes-menu {
  z-index: 99999;
}
.dropdown-menu.notes-menu a.dropdown-item {
  color: #123f6a;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 8px 15px;
}
.dropdown-menu.notes-menu span {
  margin-right: 8px;
}
.dropdown-menu.notes-menu svg {
  width: 14px;
  height: 14px;
  color: #123f6a;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  14.typography
============================*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #123f6a;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 26px;
  }
}

h2,
.h2 {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}

h4,
.h4 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}

h5,
.h5 {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}

h6,
.h6 {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  h6,
  .h6 {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  h6,
  .h6 {
    font-size: 14px;
  }
}

.display-3 {
  font-size: 60px;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .display-3 {
    font-size: 48px;
  }
}
@media (max-width: 1199.98px) {
  .display-3 {
    font-size: 44px;
  }
}
@media (max-width: 991.98px) {
  .display-3 {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .display-3 {
    font-size: 30px;
  }
}

.display-4 {
  font-size: 52px;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .display-4 {
    font-size: 44px;
  }
}
@media (max-width: 1199.98px) {
  .display-4 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .display-4 {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .display-4 {
    font-size: 28px;
  }
}

.display-5 {
  font-size: 44px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .display-5 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .display-5 {
    font-size: 26px;
  }
}

.display-6 {
  font-size: 38px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .display-6 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .display-6 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .display-6 {
    font-size: 22px;
  }
}

.fs-sm {
  font-size: 0.6875rem;
}

.fs-base {
  font-size: 0.875rem;
}

.fs-lg {
  font-size: 1.125rem;
}

.fs-1 {
  font-size: 0.0625rem;
}

.fs-2 {
  font-size: 0.125rem;
}

.fs-3 {
  font-size: 0.1875rem;
}

.fs-4 {
  font-size: 0.25rem !important;
}

.fs-5 {
  font-size: 0.3125rem !important;
}

.fs-6 {
  font-size: 0.375rem !important;
}

.fs-7 {
  font-size: 0.4375rem;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.fs-9 {
  font-size: 0.5625rem;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-17 {
  font-size: 1.0625rem;
}

.fs-18 {
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .fs-18 {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767.98px) {
  .fs-18 {
    font-size: 1rem;
  }
}

.fs-19 {
  font-size: 1.1875rem;
}

.fs-20 {
  font-size: 1.25rem;
}
@media (max-width: 991.98px) {
  .fs-20 {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767.98px) {
  .fs-20 {
    font-size: 1rem;
  }
}

.fs-21 {
  font-size: 1.3125rem;
}
@media (max-width: 991.98px) {
  .fs-21 {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767.98px) {
  .fs-21 {
    font-size: 1rem;
  }
}

.fs-22 {
  font-size: 1.375rem;
}
@media (max-width: 991.98px) {
  .fs-22 {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767.98px) {
  .fs-22 {
    font-size: 1rem;
  }
}

.fs-23 {
  font-size: 1.4375rem;
}
@media (max-width: 991.98px) {
  .fs-23 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .fs-23 {
    font-size: 1rem;
  }
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-25 {
  font-size: 1.5625rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-27 {
  font-size: 1.6875rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-29 {
  font-size: 1.8125rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}
@media (max-width: 991.98px) {
  .fs-32 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .fs-32 {
    font-size: 24px;
  }
}

.fs-34 {
  font-size: 2.125rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-38 {
  font-size: 2.375rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.fs-41 {
  font-size: 2.625rem;
}

.fs-42 {
  font-size: 2.75rem;
}

.text-default {
  color: #123f6a !important;
}

.text-muted {
  color: #677788 !important;
}

.text-linear-primary {
  background: linear-gradient(90deg, #FD2692 0%, #0A67F2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-primary {
  color: #ff8a00 !important;
  opacity: 1;
}
.text-primary.text-opacity-75 {
  color: rgba(207, 52, 37, 0.75) !important;
}
.text-primary.text-opacity-25 {
  color: rgba(207, 52, 37, 0.25) !important;
}
.text-primary.text-opacity-50 {
  color: rgba(207, 52, 37, 0.5) !important;
}

.text-secondary {
  color: #98AA30 !important;
  opacity: 1;
}

.text-info {
  color: #155EEF !important;
  opacity: 1;
}

.text-success {
  color: #04BD6C !important;
  opacity: 1;
}

.text-warning {
  color: #FFCA18 !important;
  opacity: 1;
}

.text-danger {
  color: #FF0000 !important;
  opacity: 1;
}

.text-cyan {
  color: #06AED4 !important;
  opacity: 1;
}

.text-pink {
  color: #DD2590 !important;
}

.text-orange {
  color: #E04F16 !important;
}

.text-teal {
  color: #0E9384 !important;
}

.text-indigo {
  color: #3538CD !important;
}

.text-cyan {
  color: #06AED4 !important;
}

.text-purple {
  color: #6938EF !important;
}

.text-dark {
  color: #123f6a !important;
}

.text-light {
  color: #E4EBF1 !important;
}

.text-gray {
  color: #656B76 !important;
}

.text-black {
  color: #123f6a !important;
}

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

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

.text-fixed-black {
  color: #123f6a !important;
}

.text-gray-1 {
  color: #C9CBCF;
}

.text-gray-2 {
  color: #AFB2B8;
}

.text-gray-3 {
  color: #969AA2;
}

.text-gray-4 {
  color: #7D828C;
}

.text-gray-5 {
  color: #656B76;
}

.text-gray-6 {
  color: #123f6a !important;
}

.text-gray-7 {
  color: #393F4D;
}

.text-gray-8 {
  color: #242B3A;
}

.text-gray-9 {
  color: #123f6a !important;
}

.text-light-500 {
  color: #F1F4F7;
}

a {
  color: #123f6a;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  color: #ff8a00;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus {
  outline: 0;
}

.link-primary {
  color: #ff8a00 !important;
}
.link-primary:hover, .link-primary:focus, .link-primary:active {
  color: rgb(163.7336065574, 41.131147541, 29.2663934426) !important;
  text-decoration-color: rgb(163.7336065574, 41.131147541, 29.2663934426) !important;
}

.link-secondary {
  color: #98AA30 !important;
}
.link-secondary:hover, .link-secondary:focus, .link-secondary:active {
  color: #98AA30 !important;
}

.link-success {
  color: #04BD6C !important;
}
.link-success:hover, .link-success:focus, .link-success:active {
  color: #04BD6C !important;
}

.link-danger {
  color: #FF0000 !important;
}
.link-danger:hover, .link-danger:focus, .link-danger:active {
  color: #FF0000 !important;
}

.link-warning {
  color: #FFCA18 !important;
}
.link-warning:hover, .link-warning:focus, .link-warning:active {
  color: #FFCA18 !important;
}

.link-info {
  color: #155EEF !important;
}
.link-info:hover, .link-info:focus, .link-info:active {
  color: #155EEF !important;
}

.link-light {
  color: #E4EBF1 !important;
}
.link-light:hover, .link-light:focus, .link-light:active {
  color: #F1F4F7 !important;
}

.link-dark {
  color: #123f6a !important;
}
.link-dark:hover, .link-dark:focus, .link-dark:active {
  color: #123f6a !important;
}

.link-default {
  color: #123f6a !important;
}
.link-default:hover, .link-default:focus, .link-default:active {
  color: #ff8a00 !important;
}

hr.text-danger {
  border-color: #FF0000 !important;
}

.blockquote-container {
  padding: 1.25rem;
  border-left: 4px solid #E4EBF1;
  position: relative;
}
.blockquote-container.text-end {
  border-right: 4px solid #E4EBF1;
  border-left: 0;
}

.blockquote.custom-blockquote {
  font-size: 0.85rem;
  font-weight: 600;
  padding: 1rem;
  border-radius: 4px;
  position: relative;
}
.blockquote.custom-blockquote:before {
  content: "\f10d";
  font-family: "Fontawesome";
  z-index: 0;
  font-size: 2rem;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0.5rem;
}
.blockquote.custom-blockquote.primary {
  background-color: rgba(207, 52, 37, 0.1);
  border-inline-start: 2px solid #ff8a00;
}
.blockquote.custom-blockquote.primary:before {
  color: rgba(207, 52, 37, 0.1);
}
.blockquote.custom-blockquote.secondary {
  background-color: rgba(152, 170, 48, 0.1);
  border-inline-start: 2px solid #98AA30;
}
.blockquote.custom-blockquote.secondary:before {
  color: rgba(152, 170, 48, 0.1);
}
.blockquote.custom-blockquote.info {
  background-color: rgba(21, 94, 239, 0.1);
  border-inline-start: 2px solid #155EEF;
}
.blockquote.custom-blockquote.info:before {
  color: rgba(21, 94, 239, 0.1);
}
.blockquote.custom-blockquote.warning {
  background-color: rgba(255, 202, 24, 0.1);
  border-inline-start: 2px solid #FFCA18;
}
.blockquote.custom-blockquote.warning:before {
  color: rgba(255, 202, 24, 0.1);
}
.blockquote.custom-blockquote.success {
  background-color: rgba(4, 189, 108, 0.1);
  border-inline-start: 2px solid #04BD6C;
}
.blockquote.custom-blockquote.success:before {
  color: rgba(4, 189, 108, 0.1);
}
.blockquote.custom-blockquote.danger {
  background-color: rgba(255, 0, 0, 0.1);
  border-inline-start: 2px solid #FF0000;
}
.blockquote.custom-blockquote.danger:before {
  color: rgba(255, 0, 0, 0.1);
}

[data-theme-mode=dark] .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(33, 37, 41, 0.3) !important;
}
[data-theme-mode=dark] .shadow {
  box-shadow: 0 0.5rem 1rem rgba(33, 37, 41, 0.3) !important;
}
[data-theme-mode=dark] .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(33, 37, 41, 0.3) !important;
}

@media screen and (min-width: 576px) {
  .w-sm-auto {
    width: auto;
  }
}
[dir=rtl] .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.transform-none {
  transform: none !important;
}

.list-circle {
  list-style: circle;
  padding-left: 2rem;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  15.forms
============================*/
.form-control {
  border-color: #E4EBF1;
  color: #123f6a;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 4px;
  padding: 0.5rem 0.625rem;
  min-height: 40px;
  transition: all 0.5s;
}
.form-control:focus {
  box-shadow: none;
  border-color: #E4EBF1;
}

textarea {
  resize: none;
}
textarea.form-control {
  min-height: 38px;
  height: auto;
}

.form-control[type=file] {
  padding: 0.3rem 0.5rem;
}
.form-control[type=file].form-control-sm {
  padding: 0.25rem 0.5rem !important;
}
.form-control[type=file].form-control-lg {
  padding: 0.5rem 1rem !important;
}

.form-text {
  color: #677788;
}

.form-control-light {
  background-color: #E4EBF1;
  border: 0;
}
.form-control-light:focus {
  background-color: #E4EBF1;
}

.form-control-primary {
  background-color: rgba(207, 52, 37, 0.1);
  border: 0;
  color: #ff8a00;
}
.form-control-primary:focus {
  background-color: rgba(207, 52, 37, 0.1);
  color: #ff8a00;
}

.form-input-color {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
}

.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: #677788;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
  background-color: transparent;
}

.form-select {
    background-color: #F1F4F7;
    border: 1px solid #E4EBF1;
    color: #123f6a;
    font-size: 17px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-size: 1.25rem;
    line-height: 2;
    font-weight: bold;
}
.form-select option {
  background-color: #FFF;
  padding: 0.35rem 0.75rem;
  border-radius: 0.25rem;
  margin-block-end: 0.25rem;
}
.form-select option:last-child {
  margin-block-end: 0;
}
.form-select option:checked {
  background-color: rgba(var(#ff8a00), 0.2);
  color: #ff8a00;
}
.form-select option:select {
  background-color: rgba(var(#ff8a00), 0.2);
  color: #ff8a00;
}
.form-select option:hover {
  background-color: rgba(var(#ff8a00), 0.2);
  color: #ff8a00;
}
.form-select option:focus {
  background-color: rgba(var(#ff8a00), 0.2);
  color: #ff8a00;
}

.form-check-label {
  font-size: 14px;
  color: #123f6a;
}

.form-check-input {
  width: 0.9rem;
  height: 0.9rem;
  background-color: #FFF;
  border: 1px solid #E4EBF1;
}
.form-check-input:checked {
  background-color: #ff8a00;
  border-color: #ff8a00;
}
.form-check-input:checked ~ .form-check-label {
  color: #123f6a;
}
.form-check-input.form-checked-outline:checked {
  background-color: transparent;
  border-color: #ff8a00;
}
.form-check-input.form-checked-secondary:checked {
  background-color: #98AA30;
  border-color: #98AA30;
}
.form-check-input.form-checked-warning:checked {
  background-color: #FFCA18;
  border-color: #FFCA18;
}
.form-check-input.form-checked-info:checked {
  background-color: #155EEF;
  border-color: #155EEF;
}
.form-check-input.form-checked-success:checked {
  background-color: #04BD6C;
  border-color: #04BD6C;
}
.form-check-input.form-checked-danger:checked {
  background-color: #FF0000;
  border-color: #FF0000;
}
.form-check-input.form-checked-light:checked {
  background-color: #E4EBF1;
  border-color: #E4EBF1;
}
.form-check-input.form-checked-dark:checked {
  background-color: #123f6a;
  border-color: #123f6a;
}
.form-check-input:focus {
  box-shadow: none;
}

.form-checked-outline:checked[type=checkbox] {
  background-image: none;
  position: relative;
  background-color: transparent;
}
.form-checked-outline:checked[type=checkbox]:before {
  content: "\f633";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #ff8a00;
  width: 0.625rem;
  height: 0.625rem;
  inset-block-start: -1px;
  inset-inline-start: 0px;
  font-size: 0.688rem;
}
.form-checked-outline:checked[type=checkbox].form-checked-secondary:before {
  color: #98AA30;
}
.form-checked-outline:checked[type=checkbox].form-checked-warning:before {
  color: #FFCA18;
}
.form-checked-outline:checked[type=checkbox].form-checked-info:before {
  color: #155EEF;
}
.form-checked-outline:checked[type=checkbox].form-checked-success:before {
  color: #04BD6C;
}
.form-checked-outline:checked[type=checkbox].form-checked-danger:before {
  color: #FF0000;
}
.form-checked-outline:checked[type=checkbox].form-checked-light:before {
  color: #E4EBF1;
}
.form-checked-outline:checked[type=checkbox].form-checked-dark:before {
  color: #123f6a;
}

.form-checked-outline:checked[type=radio] {
  background-image: none;
  position: relative;
  background-color: transparent;
}
.form-checked-outline:checked[type=radio]:before {
  content: "\f309";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #ff8a00;
  width: 0.625rem;
  height: 0.625rem;
  inset-block-start: -1.13rem;
  inset-inline-start: -0.6rem;
  font-size: 2rem;
}
.form-checked-outline:checked[type=radio].form-checked-secondary:before {
  color: #98AA30;
}
.form-checked-outline:checked[type=radio].form-checked-warning:before {
  color: #FFCA18;
}
.form-checked-outline:checked[type=radio].form-checked-info:before {
  color: #155EEF;
}
.form-checked-outline:checked[type=radio].form-checked-success:before {
  color: #04BD6C;
}
.form-checked-outline:checked[type=radio].form-checked-danger:before {
  color: #FF0000;
}
.form-checked-outline:checked[type=radio].form-checked-light:before {
  color: #E4EBF1;
}
.form-checked-outline:checked[type=radio].form-checked-dark:before {
  color: #123f6a;
}

fieldset:disabled .btn {
  color: #FFF;
  background-color: #ff8a00;
  border-color: #ff8a00;
}

.form-select:focus {
  border-color: rgba(var(#ff8a00), 0.5);
  outline: 0;
  box-shadow: none;
}

.btn-check:focus + .btn,
.btn:focus {
  background-color: none;
  border-color: none;
  outline: 0;
}

.btn-check:active + .btn:focus,
.btn-check:checked + .btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
  box-shadow: none;
}

.form-control:disabled,
.form-select:disabled {
  background-color: #E4EBF1;
  color: #123f6a;
}

.form-control-plaintext {
  color: #123f6a;
}

.form-control::-webkit-file-upload-button {
  color: #123f6a;
  background-color: #f7f8f9;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #f7f8f9;
}

.form-control:focus {
  color: #123f6a;
}
.form-control:focus::-webkit-input-placeholder, .form-control:focus::placeholder {
  color: #969AA2;
  padding-inline-start: 0;
}
.form-control::-webkit-input-placeholder {
  color: #969AA2;
  padding-inline-start: 0px;
  transition: padding-inline-start 0.1s ease-in;
}
.form-control:-moz-placeholder {
  color: #969AA2;
}
.form-control::-moz-placeholder {
  color: #969AA2;
}
.form-control:-ms-input-placeholder {
  color: #969AA2;
}

.form-control-sm {
  font-size: 0.8rem;
  padding: 0.25rem 0.8rem;
  height: auto;
}

.form-control-lg {
  font-size: 1rem;
  padding: 0.66rem 1rem;
}

.form-check-md .form-check-input {
  width: 1.15rem;
  height: 1.15rem;
}
.form-check-md.form-switch .form-check-input {
  width: 2.25rem;
}
.form-check-md label {
  margin-inline-start: 0.5rem;
  font-size: 0.95rem;
  margin-block-start: 3px;
}

.form-check-lg .form-check-input {
  width: 1.35rem;
  height: 1.35rem;
}
.form-check-lg.form-switch .form-check-input {
  width: 2.5rem;
}
.form-check-lg label {
  margin-inline-start: 0.5rem;
  font-size: 1rem;
  margin-block-start: 3px;
}

.label-primary {
  background: #ff8a00;
  color: #FFF;
}

.label-secondary {
  background: #98AA30;
  color: #FFF;
}

.label-warning {
  background: #FFCA18;
  color: #FFF;
}

.label-info {
  background: #155EEF;
  color: #FFF;
}

.label-success {
  background: #04BD6C;
  color: #FFF;
}

.label-danger {
  background: #FF0000;
  color: #FFF;
}

.label-light {
  background: #E4EBF1;
  color: #FFF;
}

.label-dark {
  background: #123f6a;
  color: #FFF;
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent !important;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem - 4px);
}

.form-floating.floating-primary label {
  color: #ff8a00;
  opacity: 1;
}
.form-floating.floating-primary input {
  border: 1px solid #ff8a00;
}
.form-floating.floating-primary > .form-control:focus ~ label {
  color: #ff8a00 !important;
}
.form-floating.floating-secondary label {
  color: #98AA30;
  opacity: 1;
}
.form-floating.floating-secondary input {
  border: 1px solid #98AA30;
}
.form-floating.floating-secondary > .form-control:focus ~ label {
  color: #98AA30 !important;
}
.form-floating.floating-warning label {
  color: #FFCA18;
  opacity: 1;
}
.form-floating.floating-warning input {
  border: 1px solid #FFCA18;
}
.form-floating.floating-warning > .form-control:focus ~ label {
  color: #FFCA18 !important;
}
.form-floating.floating-info label {
  color: #155EEF;
  opacity: 1;
}
.form-floating.floating-info input {
  border: 1px solid #155EEF;
}
.form-floating.floating-info > .form-control:focus ~ label {
  color: #155EEF !important;
}
.form-floating.floating-success label {
  color: #04BD6C;
  opacity: 1;
}
.form-floating.floating-success input {
  border: 1px solid #04BD6C;
}
.form-floating.floating-success > .form-control:focus ~ label {
  color: #04BD6C !important;
}
.form-floating.floating-danger label {
  color: #FF0000;
  opacity: 1;
}
.form-floating.floating-danger input {
  border: 1px solid #FF0000;
}
.form-floating.floating-danger > .form-control:focus ~ label {
  color: #FF0000 !important;
}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: #FFF;
  border-radius: 4px;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #04BD6C;
  box-shadow: none;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #04BD6C;
}

.form-control-color {
  width: 1.75rem;
  height: 1.75rem;
  overflow: hidden;
  padding: 0;
}

.bootstrap-tagsinput {
  border-color: #E4EBF1;
  color: #123f6a;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
  padding: 0.45rem 0.625rem;
  height: 38px;
  box-shadow: none;
  overflow-y: auto;
  width: 100%;
}
.bootstrap-tagsinput .tag {
  background: #E4EBF1;
  border-radius: 5px;
  padding: 0 5px;
  font-size: 14px;
  color: #393F4D;
  display: inline-flex;
  align-items: center;
}
.bootstrap-tagsinput .tag span::after {
  color: #123f6a;
}
.bootstrap-tagsinput .tag [data-role=remove]:hover {
  box-shadow: none;
}
.bootstrap-tagsinput .tag [data-role=remove]:hover:active {
  box-shadow: none;
}

[dir=rtl] [type=email],
[dir=rtl] [type=number],
[dir=rtl] [type=tel],
[dir=rtl] [type=url] {
  direction: rtl;
}

.form-select.is-invalid:not([multiple]):not([size]) {
  padding-right: 1.125rem;
  background-size: 16px 28px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

input[type=range]::-webkit-slider-runnable-track {
  background-color: #E4EBF1;
}

[dir=rtl] .form-checked-outline:checked[type=checkbox]:before {
  inset-inline-start: 1px;
}

.form-check {
  min-height: inherit !important;
}

.col-form-label-lg,
.col-form-label-sm,
.col-form-label {
  font-weight: 600;
}

.col-form-label {
  font-size: 15px;
  font-weight: 500;
  color: #123f6a;
}

.form-label {
  font-size: 14px;
  font-weight: 500;
  color: #123f6a;
}

.input-group-text {
  border-radius: 4px;
}

[data-theme-mode=dark] input[type=week]::-webkit-calendar-picker-indicator, [data-theme-mode=dark] input[type=month]::-webkit-calendar-picker-indicator, [data-theme-mode=dark] input[type=date]::-webkit-calendar-picker-indicator, [data-theme-mode=dark] input[type=datetime-local]::-webkit-calendar-picker-indicator, [data-theme-mode=dark] input[type=time]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

[dir=rtl] input[type=week], [dir=rtl] input[type=month], [dir=rtl] input[type=date], [dir=rtl] input[type=datetime-local], [dir=rtl] input[type=time] {
  text-align: end;
}

.input-group-text {
  border-color: #E7EDF2;
}

/**
Form help
 */
.form-help {
  display: inline-flex;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  font-size: 0.75rem;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  background: #98AA30;
  border-radius: 4px;
}
.form-help:hover, .form-help[aria-describedby] {
  color: #FFF;
  background: #ff8a00;
}

.input-icon {
  position: relative;
}
.input-icon .form-control:not(:last-child),
.input-icon .form-select:not(:last-child) {
  padding-right: 2.5rem;
}

/* Input Group */
.input-group-link {
  font-size: 12px;
}

.input-group-flat:focus-within {
  border-radius: 4px;
}
.input-group-flat:focus-within .form-control,
.input-group-flat:focus-within .input-group-text {
  border-color: #E4EBF1 !important;
}
.input-group-flat .form-control:focus {
  box-shadow: none;
}
.input-group-flat .form-control:not(:last-child) {
  border-right: 0;
}
.input-group-flat .form-control:not(:first-child) {
  border-left: 0;
}
.input-group-flat .input-group-text:first-child {
  padding-right: 0;
}
.input-group-flat .input-group-text:last-child {
  padding-left: 0;
}

.custom-radio {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 15px;
  color: #393F4D;
  text-transform: capitalize;
}
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-radio input:checked ~ .checkmark {
  border-color: #ff8a00;
  background: #ff8a00;
}
.custom-radio input:checked ~ .checkmark::after {
  opacity: 1;
  visibility: visible;
}
.custom-radio .checkmark {
  width: 20px;
  height: 20px;
  border: 1px solid #E7EDF2;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-radio .checkmark::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.check-radio-group {
  flex-wrap: wrap;
  row-gap: 10px;
}
.check-radio-group .custom-radio {
  margin-right: 15px;
}

.check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.checktoggle {
  background-color: rgba(115, 103, 240, 0.2);
  border-radius: 12px;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 24px;
  margin-bottom: 0;
  position: relative;
  width: 46px;
}

.status-toggle.modal-status label {
  height: 16px;
  width: 30px;
  background-color: #FFF;
  border: 1px solid #E7EDF2;
  margin-bottom: 0;
}

.check:checked + .checktoggle {
  background-color: #FFF;
}

.checktoggle:after {
  content: " ";
  display: block;
  transform: translate(2px, -50%);
  width: 10px;
  height: 10px;
  background-color: #969AA2;
  transition: left 300ms ease, transform 300ms ease;
  border-radius: 50%;
  transform: translate(2px, -50%);
  -webkit-transform: translate(4px, -50%);
  -ms-transform: translate(2px, -50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.check:checked + .checktoggle:after {
  background-color: #ff8a00;
  left: 100%;
  transform: translate(calc(-90% - 4px), -50%);
}

.input-icon {
  position: relative;
}

.input-icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  color: #393F4D;
  pointer-events: none;
  font-size: 1.2em;
}
.input-icon-addon:last-child {
  right: 0;
  left: auto;
}

.input-icon-start .form-control {
  padding-left: 28px;
}

.icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  color: #393F4D;
  pointer-events: none;
  font-size: 1.2em;
}

input-icon {
  position: relative;
}

.input-icon .form-control:not(:last-child), .input-icon .form-select:not(:last-child) {
  padding-right: 2.5rem;
}

.input-icon .form-control:not(:first-child), .input-icon .form-select:not(:last-child) {
  padding-left: 2.5rem;
}

.input-icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  color: #123f6a;
  pointer-events: none;
  font-size: 16px;
}

.input-icon-addon:last-child {
  right: 0;
  left: auto;
}

.form-wrap .form-wrap-icon {
  position: relative;
}
.form-wrap .form-wrap-icon i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.toggle-password {
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #123f6a;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
  pointer-events: auto;
}
.toggle-password:hover {
  color: #ff8a00;
}

.pass-group {
  position: relative;
}

.toggle-passwords, .toggle-passworda {
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #123f6a;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}
.toggle-passwords:hover, .toggle-passworda:hover {
  color: #ff8a00;
}

.drag-upload-btn {
  font-size: 12px;
  font-weight: 600;
  background: #FFF;
  border: 1px dashed #E7EDF2;
  border-radius: 54px;
  padding: 6px 16px;
  position: relative;
  transition: all 0.5s;
}
.drag-upload-btn input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.drag-upload-btn:hover {
  background: #ff8a00;
  border-color: #ff8a00;
  color: #FFF;
  transition: all 0.5s;
}

.bookingrange {
  padding: 4px 8px 4px 30px;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  16.accordion
============================*/
.accordion-button {
  background-color: #FFF;
  color: #123f6a;
  padding: 1rem 1rem;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .accordion-button {
    font-size: 16px;
  }
}
.accordion-button:not(.collapsed) {
  color: #123f6a;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed):after {
  content: "\f068";
  color: #123f6a;
  background-image: none;
}
.accordion-button:focus {
  border-color: rgba(207, 52, 37, 0.3);
  box-shadow: none;
}
.accordion-button:after {
  background-image: none;
}
.accordion-button:after {
  content: "+";
  font-family: "Fontawesome";
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  color: #123f6a;
}

.accordion-body {
  padding: 0 1rem 1rem;
  font-size: 16px;
  color: #123f6a;
}

.accordion-item {
  color: #123f6a;
  background-color: #FFF;
  border: 1px solid #E4EBF1;
  border-radius: 5px;
  position: relative;
}

.accordions-items-seperate .accordion-item:not(:first-of-type) {
  margin-block-start: 1rem;
}
.accordions-items-seperate .accordion-item {
  border-block-start: 1px solid #E7EDF2;
  border-radius: 4px;
  overflow: hidden;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

.accordion.accordion-primary .accordion-button {
  background-color: rgba(207, 52, 37, 0.1);
  color: #ff8a00;
}
.accordion.accordion-primary .accordion-button:after {
  background-color: #ff8a00;
  color: #FFF;
}
.accordion.accordion-primary .accordion-button.collapsed {
  background-color: #FFF;
  color: #123f6a;
}
.accordion.accordion-primary .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #123f6a;
}
.accordion.accordion-secondary .accordion-button {
  background-color: rgba(152, 170, 48, 0.1);
  color: #98AA30;
}
.accordion.accordion-secondary .accordion-button:after {
  background-color: #98AA30;
  color: #FFF;
}
.accordion.accordion-secondary .accordion-button.collapsed {
  background-color: #FFF;
  color: #123f6a;
}
.accordion.accordion-secondary .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #123f6a;
}
.accordion.accordion-success .accordion-button {
  background-color: rgba(4, 189, 108, 0.1);
  color: #04BD6C;
}
.accordion.accordion-success .accordion-button:after {
  background-color: #04BD6C;
  color: #FFF;
}
.accordion.accordion-success .accordion-button.collapsed {
  background-color: #FFF;
  color: #123f6a;
}
.accordion.accordion-success .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #123f6a;
}
.accordion.accordion-danger .accordion-button {
  background-color: rgba(255, 0, 0, 0.1);
  color: #FF0000;
}
.accordion.accordion-danger .accordion-button:after {
  background-color: #FF0000;
  color: #FFF;
}
.accordion.accordion-danger .accordion-button.collapsed {
  background-color: #FFF;
  color: #123f6a;
}
.accordion.accordion-danger .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #123f6a;
}
.accordion.accordion-warning .accordion-button {
  background-color: rgba(255, 202, 24, 0.1);
  color: #FFCA18;
}
.accordion.accordion-warning .accordion-button:after {
  background-color: #FFCA18;
  color: #FFF;
}
.accordion.accordion-warning .accordion-button.collapsed {
  background-color: #FFF;
  color: #123f6a;
}
.accordion.accordion-warning .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #123f6a;
}
.accordion.accordion-info .accordion-button {
  background-color: rgba(21, 94, 239, 0.1);
  color: #155EEF;
}
.accordion.accordion-info .accordion-button:after {
  background-color: #155EEF;
  color: #FFF;
}
.accordion.accordion-info .accordion-button.collapsed {
  background-color: #FFF;
  color: #123f6a;
}
.accordion.accordion-info .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #123f6a;
}

.accordion.accordion-solid-primary .accordion-button {
  background-color: #ff8a00;
  color: #FFF;
}
.accordion.accordion-solid-primary .accordion-button:after {
  background-color: #FFF;
  color: #ff8a00;
}
.accordion.accordion-solid-primary .accordion-button.collapsed {
  background-color: #FFF;
  color: #123f6a;
}
.accordion.accordion-solid-primary .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #123f6a;
}
.accordion.accordion-solid-secondary .accordion-button {
  background-color: #98AA30;
  color: #FFF;
}
.accordion.accordion-solid-secondary .accordion-button:after {
  background-color: #FFF;
  color: #98AA30;
}
.accordion.accordion-solid-secondary .accordion-button.collapsed {
  background-color: #FFF;
  color: #123f6a;
}
.accordion.accordion-solid-secondary .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #123f6a;
}
.accordion.accordion-solid-success .accordion-button {
  background-color: #04BD6C;
  color: #FFF;
}
.accordion.accordion-solid-success .accordion-button:after {
  background-color: #FFF;
  color: #04BD6C;
}
.accordion.accordion-solid-success .accordion-button.collapsed {
  background-color: #FFF;
  color: #123f6a;
}
.accordion.accordion-solid-success .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #123f6a;
}
.accordion.accordion-solid-danger .accordion-button {
  background-color: #FF0000;
  color: #FFF;
}
.accordion.accordion-solid-danger .accordion-button:after {
  background-color: #FFF;
  color: #FF0000;
}
.accordion.accordion-solid-danger .accordion-button.collapsed {
  background-color: #FFF;
  color: #123f6a;
}
.accordion.accordion-solid-danger .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #123f6a;
}
.accordion.accordion-solid-warning .accordion-button {
  background-color: #FFCA18;
  color: #FFF;
}
.accordion.accordion-solid-warning .accordion-button:after {
  background-color: #FFF;
  color: #FFCA18;
}
.accordion.accordion-solid-warning .accordion-button.collapsed {
  background-color: #FFF;
  color: #123f6a;
}
.accordion.accordion-solid-warning .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #123f6a;
}
.accordion.accordion-solid-info .accordion-button {
  background-color: #155EEF;
  color: #FFF;
}
.accordion.accordion-solid-info .accordion-button:after {
  background-color: #FFF;
  color: #155EEF;
}
.accordion.accordion-solid-info .accordion-button.collapsed {
  background-color: #FFF;
  color: #123f6a;
}
.accordion.accordion-solid-info .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #123f6a;
}

.accordion.accordion-border-primary .accordion-item {
  border: 1px solid #ff8a00;
}
.accordion.accordion-border-primary .accordion-button {
  background-color: #FFF;
  color: #ff8a00;
  border-block-end: 0px;
}
.accordion.accordion-border-primary .accordion-button:after {
  background-color: #FFF;
  color: #ff8a00;
  border: 1px solid #ff8a00;
}
.accordion.accordion-border-primary .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #ff8a00;
}
.accordion.accordion-border-secondary .accordion-item {
  border: 1px solid #98AA30;
}
.accordion.accordion-border-secondary .accordion-button {
  background-color: #FFF;
  color: #98AA30;
  border-block-end: 0px;
}
.accordion.accordion-border-secondary .accordion-button:after {
  background-color: #FFF;
  color: #98AA30;
  border: 1px solid #98AA30;
}
.accordion.accordion-border-secondary .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #98AA30;
}
.accordion.accordion-border-success .accordion-item {
  border: 1px solid #04BD6C;
}
.accordion.accordion-border-success .accordion-button {
  background-color: #FFF;
  color: #04BD6C;
  border-block-end: 0px;
}
.accordion.accordion-border-success .accordion-button:after {
  background-color: #FFF;
  color: #04BD6C;
  border: 1px solid #04BD6C;
}
.accordion.accordion-border-success .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #04BD6C;
}
.accordion.accordion-border-danger .accordion-item {
  border: 1px solid #FF0000;
}
.accordion.accordion-border-danger .accordion-button {
  background-color: #FFF;
  color: #FF0000;
  border-block-end: 0px;
}
.accordion.accordion-border-danger .accordion-button:after {
  background-color: #FFF;
  color: #FF0000;
  border: 1px solid #FF0000;
}
.accordion.accordion-border-danger .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #FF0000;
}
.accordion.accordion-border-warning .accordion-item {
  border: 1px solid #FFCA18;
}
.accordion.accordion-border-warning .accordion-button {
  background-color: #FFF;
  color: #FFCA18;
  border-block-end: 0px;
}
.accordion.accordion-border-warning .accordion-button:after {
  background-color: #FFF;
  color: #FFCA18;
  border: 1px solid #FFCA18;
}
.accordion.accordion-border-warning .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #FFCA18;
}
.accordion.accordion-border-info .accordion-item {
  border: 1px solid #155EEF;
}
.accordion.accordion-border-info .accordion-button {
  background-color: #FFF;
  color: #155EEF;
  border-block-end: 0px;
}
.accordion.accordion-border-info .accordion-button:after {
  background-color: #FFF;
  color: #155EEF;
  border: 1px solid #155EEF;
}
.accordion.accordion-border-info .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #155EEF;
}

.accordion.accordionicon-none .accordion-button:after {
  display: none;
}

.accordion.accordionicon-left .accordion-button {
  padding-inline-start: 2.5rem;
}
.accordion.accordionicon-left .accordion-button:after {
  position: absolute;
  inset-inline-start: 0.625rem;
}

.accordion.accordion-customicon1 .accordion-button:after {
  content: "+";
  font-family: "Fontawesome";
  background-color: #f7f8f9;
}
.accordion.accordion-customicon1 .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Fontawesome";
  background-color: #FFF;
}

.customized-accordion .accordion-item.custom-accordion-primary .accordion-button {
  background-color: rgba(207, 52, 37, 0.1);
  border-inline-start: 0.25rem solid rgba(207, 52, 37, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-primary .accordion-button:after {
  background-color: rgba(207, 52, 37, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-primary .accordion-body {
  background-color: rgba(207, 52, 37, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(207, 52, 37, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-secondary .accordion-button {
  background-color: rgba(152, 170, 48, 0.1);
  border-inline-start: 0.25rem solid rgba(152, 170, 48, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-secondary .accordion-button:after {
  background-color: rgba(152, 170, 48, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-secondary .accordion-body {
  background-color: rgba(152, 170, 48, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(152, 170, 48, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-warning .accordion-button {
  background-color: rgba(255, 202, 24, 0.1);
  border-inline-start: 0.25rem solid rgba(255, 202, 24, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-warning .accordion-button:after {
  background-color: rgba(255, 202, 24, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-warning .accordion-body {
  background-color: rgba(255, 202, 24, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(255, 202, 24, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-info .accordion-button {
  background-color: rgba(21, 94, 239, 0.1);
  border-inline-start: 0.25rem solid rgba(21, 94, 239, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-info .accordion-button:after {
  background-color: rgba(21, 94, 239, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-info .accordion-body {
  background-color: rgba(21, 94, 239, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(21, 94, 239, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-success .accordion-button {
  background-color: rgba(4, 189, 108, 0.1);
  border-inline-start: 0.25rem solid rgba(4, 189, 108, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-success .accordion-button:after {
  background-color: rgba(4, 189, 108, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-success .accordion-body {
  background-color: rgba(4, 189, 108, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(4, 189, 108, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-danger .accordion-button {
  background-color: rgba(255, 0, 0, 0.1);
  border-inline-start: 0.25rem solid rgba(255, 0, 0, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-danger .accordion-button:after {
  background-color: rgba(255, 0, 0, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-danger .accordion-body {
  background-color: rgba(255, 0, 0, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(255, 0, 0, 0.6);
}

.accordion.accordion-list .accordion-item {
  border: 0;
  background: transparent;
}
.accordion.accordion-list .accordion-item:last-child {
  border-bottom: 0 !important;
}
.accordion.accordion-list .accordion-item .accordion-header .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: #123f6a;
}
.accordion.accordion-list .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  content: "\f0d8";
  transform: none;
}
.accordion.accordion-list .accordion-item .accordion-header .accordion-button:after {
  content: "\f0d7";
  color: #123f6a;
  font-size: 16px;
}
.accordion.accordion-list .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0 0;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
 17.cards
============================*/
.card {
  margin-bottom: 1.5rem;
  background-color: #FFF;
  transition: all 0.5s ease-in-out;
  position: relative;
  border-radius: 10px;
  border: 1px solid #E4EBF1;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
  color: inherit;
}
.card .card-body {
  padding: 1.25rem;
}
@media (max-width: 767.98px) {
  .card .card-body {
    padding: 16px;
  }
}
.card .card-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #123f6a;
}
@media (max-width: 767.98px) {
  .card .card-title {
    font-size: 16px;
  }
}
.card .card-header {
  border-color: #E7EDF2;
  position: relative;
  background: transparent;
  padding: 1rem 1.25rem 1rem;
}
@media (max-width: 767.98px) {
  .card .card-header {
    padding: 15px;
  }
}
.card .card-header .card-title {
  margin-bottom: 0rem;
}
.card .card-header .subtitle {
  padding-top: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.card .card-footer {
  border-color: #E7EDF2;
  background: transparent;
  padding: 1rem 1.25rem 1rem;
}

.card-group .card {
  margin-bottom: 1.5rem;
}

.card.custom-card {
  border-radius: 4px;
  border: 0;
  background-color: #FFF;
  position: relative;
  margin-block-end: 1.5rem;
  width: 100%;
}
.card.custom-card .card-header {
  padding: 1rem 1.25rem;
  background-color: transparent !important;
  border-block-end: 1px solid #E4EBF1;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.card.custom-card .card-header:first-child {
  border-radius: 0.625rem 0.625rem 0 0;
}
.card.custom-card .card-header .card-title {
  position: relative;
  margin-block-end: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: capitalize;
}
.card.custom-card .card-header .card-title .subtitle {
  margin-block-end: 0;
  text-transform: initial;
}
.card.custom-card .card-footer {
  background-color: transparent !important;
  border-block-start: 1px solid #E4EBF1;
  padding: 1rem 1.5rem;
  font-size: 14px;
}
.card.custom-card .card-body {
  padding: 1.5rem;
  color: #123f6a;
}
.card.custom-card .card-link {
  font-size: 0.75rem;
}
.card .card-text {
  font-size: 0.813rem;
}
.card .footer-card-icon {
  width: 60px;
  height: 60px;
}
.card.overlay-card {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
}
.card.overlay-card .card-header {
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
}
.card.overlay-card .card-footer {
  border-block-start: 1px solid rgba(255, 255, 255, 0.1);
}
.card.overlay-card .over-content-bottom {
  top: auto;
}
.card.overlay-card:before {
  content: "";
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.card.card-bg-primary {
  background-color: #ff8a00;
  color: #FFF;
}
.card.card-bg-primary .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-primary .card-header:before {
  background-color: #FFF;
}
.card.card-bg-primary .card-body {
  color: #FFF;
}
.card.card-bg-primary .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-secondary {
  background-color: #98AA30;
  color: #FFF;
}
.card.card-bg-secondary .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-secondary .card-header:before {
  background-color: #FFF;
}
.card.card-bg-secondary .card-body {
  color: #FFF;
}
.card.card-bg-secondary .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-warning {
  background-color: #FFCA18;
  color: #FFF;
}
.card.card-bg-warning .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-warning .card-header:before {
  background-color: #FFF;
}
.card.card-bg-warning .card-body {
  color: #FFF;
}
.card.card-bg-warning .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-info {
  background-color: #155EEF;
  color: #FFF;
}
.card.card-bg-info .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-info .card-header:before {
  background-color: #FFF;
}
.card.card-bg-info .card-body {
  color: #FFF;
}
.card.card-bg-info .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-success {
  background-color: #04BD6C;
  color: #FFF;
}
.card.card-bg-success .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-success .card-header:before {
  background-color: #FFF;
}
.card.card-bg-success .card-body {
  color: #FFF;
}
.card.card-bg-success .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-danger {
  background-color: #FF0000;
  color: #FFF;
}
.card.card-bg-danger .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-danger .card-header:before {
  background-color: #FFF;
}
.card.card-bg-danger .card-body {
  color: #FFF;
}
.card.card-bg-danger .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-light {
  background-color: #E4EBF1;
  color: #123f6a;
}
.card.card-bg-light .card-header {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #123f6a;
  border-block-end: #E4EBF1;
}
.card.card-bg-light .card-body {
  color: #123f6a;
}
.card.card-bg-light .card-footer {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #123f6a;
  border-block-start: #E4EBF1;
}
.card.card-bg-dark {
  background-color: #123f6a;
  color: #FFF;
}
.card.card-bg-dark .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-dark .card-header:before {
  background-color: #FFF;
}
.card.card-bg-dark .card-body {
  color: #FFF;
}
.card.card-bg-dark .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card .card-anchor {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}
.card .collapse-close {
  display: none;
}
.card.card .collapsed .collapse-close {
  display: block;
}
.card.card .collapsed .collapse-open {
  display: none;
}
.card.card-fullscreen {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-start: 0;
  bottom: 0;
  z-index: 9999;
  margin: 0;
}

.cals-icon {
  font-size: 50px;
  color: #656B76;
}

.callout {
  padding: 1.25rem;
  margin-block-start: 1.25rem;
  margin-block-end: 1.25rem;
  background-color: #E4EBF1;
  border-inline-start: 0.25rem solid #E4EBF1;
}

.callout-info {
  background-color: rgba(21, 94, 239, 0.075);
  border-color: rgba(21, 94, 239, 0.5);
}

.callout-warning {
  background-color: rgba(255, 202, 24, 0.075);
  border-color: rgba(255, 202, 24, 0.5);
}

.callout-danger {
  background-color: rgba(255, 0, 0, 0.075);
  border-color: rgba(255, 0, 0, 0.5);
}

.btn-facebook {
  background-color: #3B5998;
  color: #FFF;
  border: 1px solid #3B5998;
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active {
  background-color: #3B5998 !important;
  color: #FFF !important;
  border: 1px solid #3B5998 !important;
}

.btn-instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
  color: #FFF;
  border: 1px solid transparent;
}
.btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active {
  color: #FFF;
  border: 1px solid transparent;
}

.btn-twitter {
  background-color: #00ACEE;
  color: #FFF;
  border: 1px solid #00ACEE;
}
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active {
  background-color: #00ACEE !important;
  color: #FFF !important;
  border: 1px solid #00ACEE !important;
}

.btn-icon {
  width: 2.313rem;
  height: 2.313rem;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.btn-wave {
  display: inline-block !important;
}

@media (max-width: 575px) {
  .overlay-card .card-text {
    font-size: 0.613rem !important;
  }
}
@media (max-width: 400px) {
  .overlay-card .card-text {
    font-size: 0.413rem !important;
  }
}
.card .form-control-plaintext {
  min-height: 38px;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  18.navs-tabs
============================*/
.nav-item {
  margin-inline-end: 0.5rem;
}
.nav-item:last-child {
  margin-inline-end: 0;
}

.nav-link {
  color: #123f6a;
  border-radius: 4px;
}
.nav-link.active {
  background-color: rgba(207, 52, 37, 0.1);
  color: #ff8a00;
}

.navbar-brand {
  color: #123f6a;
}
.navbar-brand:focus, .navbar-brand:hover {
  color: #123f6a;
  opacity: 0.9;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #ff8a00;
}

.nav-link.disabled {
  color: #123f6a;
  opacity: 0.3;
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: rgba(33, 46, 71, 0.5);
}

.navbar-text {
  color: #123f6a;
}

.navbar-dark.bg-dark .nav-link,
.navbar-dark.bg-dark .navbar-brand {
  color: #FFF;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #FFF;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFF;
  background-color: #ff8a00;
}

.nav.nav-style-1 {
  border: 0;
}
.nav.nav-style-1 .nav-item {
  margin-inline-end: 0.25rem;
}
.nav.nav-style-1 .nav-item:last-child {
  margin-inline-end: 0;
}
.nav.nav-style-1 .nav-link.active {
  background-color: rgba(207, 52, 37, 0.1);
  color: #ff8a00;
}
.nav.nav-style-1 .nav-link.active:hover {
  background: rgba(207, 52, 37, 0.1);
}
.nav.nav-style-1 .nav-link:hover {
  background: transparent;
  color: #ff8a00;
}

.nav.nav-style-2 .nav-item .nav-link {
  border-block-start: 3px solid transparent;
}
.nav.nav-style-2 .nav-item .nav-link.active {
  background-color: rgba(207, 52, 37, 0.1);
  border-block-start: 3px solid #ff8a00;
  color: #ff8a00;
}

.nav.nav-style-3 .nav-link {
  border-radius: 0;
}
.nav.nav-style-3 .nav-link {
  border-block-end: 3px solid transparent;
}
.nav.nav-style-3 .nav-link.active {
  background-color: transparent;
  border-block-end: 3px solid #ff8a00;
  color: #ff8a00;
}

.nav.nav-style-4 {
  border: 0;
}
.nav.nav-style-4 .nav-link {
  color: #677788;
  border: 0;
}
.nav.nav-style-4 .nav-link {
  margin-bottom: 3px;
}
.nav.nav-style-4 .nav-link.active {
  background-color: #E4EBF1;
  color: #123f6a;
  border: 0;
}
.nav.nav-style-4 .nav-link:hover, .nav.nav-style-4 .nav-link:focus {
  border: 0;
}
.nav.nav-style-4 .nav-link:hover {
  background-color: #E4EBF1;
  color: #123f6a;
}

.nav-tabs.nav-style-5 {
  border: 0;
}
.nav-tabs.nav-style-5 .nav-link {
  color: #677788;
  border: 0;
  margin-bottom: 3px;
}
.nav-tabs.nav-style-5 .nav-link.active {
  background-color: #ff8a00;
  color: #FFF;
  border: 0;
}
.nav-tabs.nav-style-5 .nav-link:hover, .nav-tabs.nav-style-5 .nav-link:focus {
  border: 0;
  background-color: #ff8a00;
  color: #FFF;
}

.nav-style-6 {
  border: 0;
}
.nav-style-6.nav-pills .nav-link.active {
  border: 1px solid #ff8a00;
  border-block-end: 2px solid #ff8a00;
  background-color: transparent;
  color: #ff8a00;
}

.nav-tabs-header {
  border: 0 !important;
}
.nav-tabs-header .nav-item {
  margin-inline-end: 0.5rem;
}
.nav-tabs-header .nav-item:last-child {
  margin-inline-end: 0;
}
.nav-tabs-header .nav-item .nav-link {
  border: 1px solid transparent;
  font-size: 0.8rem;
  padding: 0.4rem 0.5rem;
  font-weight: 500;
}
.nav-tabs-header .nav-item .nav-link.active {
  background: rgba(207, 52, 37, 0.1);
  color: #ff8a00;
  border: 1px solid transparent;
}
.nav-tabs-header .nav-item .nav-link:hover, .nav-tabs-header .nav-item .nav-link:focus {
  border: 1px solid transparent;
  background-color: transparent;
  color: #ff8a00;
}

.nav-tabs-footer {
  border: 0;
}
.nav-tabs-footer .nav-item {
  margin-inline-end: 0.5rem;
}
.nav-tabs-footer .nav-item:last-child {
  margin-inline-end: 0;
}
.nav-tabs-footer .nav-item .nav-link {
  background-color: transparent;
  color: #ff8a00;
  border: 1px solid #ff8a00;
  font-size: 0.8rem;
}
.nav-tabs-footer .nav-item .nav-link.active {
  background: #ff8a00;
  color: #FFF;
  border: 1px solid #ff8a00;
}
.nav-tabs-footer .nav-item .nav-link:hover, .nav-tabs-footer .nav-item .nav-link:focus {
  border: 1px solid #ff8a00;
  background-color: transparent;
  color: #ff8a00;
}

.vertical-tabs-2 {
  border: 0;
}
.vertical-tabs-2 .nav-item {
  margin-inline-end: 0.5rem;
}
.vertical-tabs-2 .nav-item:last-child {
  margin-inline-end: 0;
}
.vertical-tabs-2 .nav-item .nav-link {
  min-width: 7.5rem;
  max-width: 7.5rem;
  text-align: center;
  border: 1px solid #E4EBF1;
  margin-bottom: 0.5rem;
  color: #677788;
  background-color: #E4EBF1;
}
.vertical-tabs-2 .nav-item .nav-link i {
  font-size: 1rem;
}
.vertical-tabs-2 .nav-item .nav-link.active {
  background-color: #ff8a00;
  color: #FFF;
  position: relative;
}
.vertical-tabs-2 .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  inset-inline-end: -0.5rem;
  inset-block-start: 38%;
  transform: rotate(45deg);
  width: 1rem;
  height: 1rem;
  background-color: #ff8a00;
}
.vertical-tabs-2 .nav-item .nav-link.active:hover {
  color: #FFF;
}
.vertical-tabs-2 .nav-item .nav-link:hover {
  color: #ff8a00;
}

.vertical-tabs-3 {
  border: 0;
}
.vertical-tabs-3 .nav-item {
  border: 0;
  margin-inline-end: 0.5rem;
}
.vertical-tabs-3 .nav-item:last-child {
  margin-inline-end: 0;
}
.vertical-tabs-3 .nav-item .nav-link {
  min-width: 160px;
  max-width: 160px;
  border: 1px solid #ff8a00;
  padding: 1.3rem;
  margin-block-end: 0.5rem;
}
.vertical-tabs-3 .nav-item .nav-link i {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1rem;
  background: #ff8a00;
  color: #FFF;
  border-radius: 3.125rem;
  font-weight: 500;
}
.vertical-tabs-3 .nav-item .nav-link.active {
  background: #ff8a00;
  border: 1px solid #ff8a00;
  color: #FFF;
}
.vertical-tabs-3 .nav-item .nav-link.active:hover {
  background: #ff8a00;
  border: 1px solid #ff8a00;
  color: #FFF;
}
.vertical-tabs-3 .nav-item .nav-link.active i {
  background: #FFF;
  color: #ff8a00;
}
.vertical-tabs-3 .nav-item .nav-link:hover, .vertical-tabs-3 .nav-item .nav-link:focus {
  border: 1px solid #ff8a00;
  color: #ff8a00;
  background: transparent;
}

.nav.tab-style-1 {
  border-block-end: 0;
  padding: 0.65rem;
  background-color: #E4EBF1;
  border-radius: 7px;
  margin-block-end: 1rem;
}
.nav.tab-style-1 .nav-item {
  margin-inline-end: 0.5rem;
}
.nav.tab-style-1 .nav-item:last-child {
  margin-inline-end: 0;
}
.nav.tab-style-1 .nav-link {
  border-radius: 7px;
  padding: 0.35rem 1rem;
}
.nav.tab-style-1 .nav-link.active {
  background-color: #ff8a00 !important;
  color: #FFF !important;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
  transition: color 0.15s ease-in;
}

.nav-tabs.tab-style-1 .nav-link:hover {
  background: transparent;
  color: #ff8a00;
}

.tab-style-2 {
  border-block-end: 0;
}
.tab-style-2 .nav-item {
  margin-inline-end: 0.5rem;
}
.tab-style-2 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-2 .nav-item .nav-link {
  border: 0;
}
.tab-style-2 .nav-item .nav-link i {
  width: 1.875rem;
  height: 1.875rem;
  padding: 0.4rem;
  border-radius: 50px;
  background-color: #E4EBF1;
  color: #123f6a;
  display: inline-block;
}
.tab-style-2 .nav-item .nav-link:hover {
  border: 0;
  background: transparent;
  color: #ff8a00;
}
.tab-style-2 .nav-item .nav-link:hover i {
  color: #ff8a00;
}
.tab-style-2 .nav-item .nav-link.active {
  background-color: transparent;
  position: relative;
  border: 0;
  color: #ff8a00;
}
.tab-style-2 .nav-item .nav-link.active i {
  background-color: rgba(207, 52, 37, 0.1);
  color: #ff8a00;
}
.tab-style-2 .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  width: 100%;
  height: 0.175rem;
  background-color: #ff8a00;
  border-radius: 50px;
}

.tab-style-3 {
  border-block-end: 0;
}
.tab-style-3 .nav-item {
  position: relative;
  margin-inline-end: 0.5rem;
}
.tab-style-3 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-3 .nav-item .nav-link {
  position: relative;
  border: 0;
  font-size: 0.75rem;
}
.tab-style-3 .nav-item .nav-link:before {
  position: absolute;
  content: "";
  inset-block-end: -1.063rem;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #E4EBF1;
  border-radius: 50%;
}
.tab-style-3 .nav-item .nav-link:after {
  position: absolute;
  content: "";
  inset-block-end: -2rem;
  inset-inline-start: 1.75rem;
  inset-inline-end: 0;
  inset-inline-start: 30%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 50%;
  border: 2px solid #E4EBF1;
}
.tab-style-3 .nav-item .nav-link.home:after {
  content: "1";
}
.tab-style-3 .nav-item .nav-link.about:after {
  content: "2";
}
.tab-style-3 .nav-item .nav-link.services:after {
  content: "3";
}
.tab-style-3 .nav-item .nav-link:hover {
  border: 0;
  background: transparent;
  color: #ff8a00;
}
.tab-style-3 .nav-item .nav-link.active {
  background-color: transparent;
  border: 0;
  color: #ff8a00;
}
.tab-style-3 .nav-item .nav-link.active:before {
  background-color: #ff8a00;
}
.tab-style-3 .nav-item .nav-link.active:after {
  border-color: #ff8a00;
  color: #ff8a00;
}

.tab-style-4.nav-tabs {
  border: 0;
}
.tab-style-4.nav-tabs .nav-item {
  margin-inline-end: 0.5rem;
}
.tab-style-4.nav-tabs .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-4.nav-tabs .nav-link {
  border: 0;
}
.tab-style-4.nav-tabs .nav-link:hover {
  border: 0;
  background: transparent;
  color: #ff8a00;
}
.tab-style-4.nav-tabs .nav-link.active {
  background-color: transparent;
  border: 0;
  color: #ff8a00;
  position: relative;
  overflow: hidden;
}
.tab-style-4.nav-tabs .nav-link.active::before {
  position: absolute;
  content: "";
  width: 0.75rem;
  inset-block-start: 31px;
  transform: rotate(45deg);
  inset-inline-start: 47%;
  overflow: hidden;
  z-index: 1;
  height: 0.75rem;
  background-color: #ff8a00;
  border: 1px solid #ff8a00;
}
.tab-style-4.nav-tabs .nav-link.active:after {
  position: absolute;
  content: "";
  width: 40%;
  height: 1px;
  inset-inline-start: 30%;
  inset-block-end: 0;
  background-color: #ff8a00;
}

#tab-style-4 .tab-pane.active {
  border: 1px solid #ff8a00;
  background-color: #ff8a00;
  color: #FFF;
  padding: 16px;
  border-radius: 7px;
}

.tab-style-5 .nav-item {
  margin-inline-end: 0.5rem;
}
.tab-style-5 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-5 .nav-item .nav-link.active {
  background: #ff8a00;
}

.tab-style-6 {
  border: 0;
  background-color: #FFF;
  border-radius: 7px;
  color: #ff8a00;
  padding: 0.5rem;
}
.tab-style-6 .nav-item {
  border: 0;
  margin-inline-end: 0.5rem;
}
.tab-style-6 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-6 .nav-item .nav-link {
  color: #ff8a00;
  padding: 0.5rem 1rem;
  font-size: 0.813rem;
  border: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.tab-style-6 .nav-item .nav-link.active {
  border: 0;
  background-color: #ff8a00;
  color: #FFF;
  border: 0;
  box-shadow: 0px 3px 10px 0px rgba(var(--dark-rgb), 0.05);
}
.tab-style-6 .nav-item .nav-link:hover, .tab-style-6 .nav-item .nav-link:focus {
  border: 0;
}

.tab-style-7 .nav-link {
  margin-block-end: 0.5rem;
  font-size: 0.813rem;
  color: #677788;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.tab-style-7 .nav-link:active, .tab-style-7 .nav-link.active {
  background-color: rgba(207, 52, 37, 0.1);
  color: #ff8a00;
}

.nav-style-1 .nav-item .nav-link.active {
  background-color: rgba(207, 52, 37, 0.1);
  color: #ff8a00;
}

@media screen and (max-width: 400px) {
  .tab-style-4 .nav-link {
    padding-inline: 0.5rem;
  }
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs.nav-tabs-bottom li {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link.active {
  border-color: #969AA2;
}
.nav-tabs li a {
  color: #123f6a;
  font-weight: 600;
  border-bottom-width: 2px;
}
.nav-tabs li a.active {
  border-color: transparent;
  border-bottom-color: #ff8a00;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ff8a00;
}

.nav-tabs .nav-tabs-solid {
  background-color: #FFF;
  border: 0;
}
.nav-tabs .nav-tabs-solid .active {
  background-color: #ff8a00;
  border-color: #ff8a00;
  color: #FFF;
}

.nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #ff8a00;
}
.nav-tabs.nav-tabs-top li a {
  border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top li a.active {
  border-top-color: #ff8a00;
  border-radius: 0;
}
.nav-tabs.nav-tabs-top li a:hover {
  border-top-color: #ff8a00;
  background-color: transparent;
  border-radius: 0;
}
.nav-tabs.nav-tabs-bottom li a {
  border-width: 0 0 2px 0;
}
.nav-tabs.nav-tabs-bottom li a.active, .nav-tabs.nav-tabs-bottom li a:hover {
  border-bottom-color: #ff8a00;
  background: transparent;
  border-radius: 0;
  color: #ff8a00;
}
.nav-tabs.nav-tabs-solid {
  border: 0;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded li a.active {
  background-color: #ff8a00;
  border-color: #ff8a00;
  color: #FFF;
  border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a {
  border-color: #E7EDF2;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a.active {
  background-color: #ff8a00;
  border-color: #ff8a00;
  color: #FFF;
  border-radius: 50px;
}
.nav-tabs.nav-tabs-solid li {
  margin-right: 24px;
}
.nav-tabs.nav-tabs-solid li a {
  border: 1px solid #E4EBF1;
  border-radius: 5px;
}
.nav-tabs.nav-tabs-solid li a.active, .nav-tabs.nav-tabs-solid li a:hover {
  background: linear-gradient(90deg, #FD2692 0%, #0A67F2 100%);
  border-color: #FFF;
  color: #FFF;
}
.nav-tabs.nav-tabs-solid li:last-child {
  margin-right: 0;
}

.nav-link:hover {
  color: #ff8a00;
}

.page-menu .nav-tabs li a {
  font-size: 16px;
}

.tabs-set .nav-tabs {
  border-bottom: 0;
  margin-bottom: 20px;
}
.tabs-set .nav-tabs .nav-link {
  color: #98AA30;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  min-width: 120px;
  margin-right: 10px;
  border-radius: 8px;
  background: var(--Stroke, rgba(145, 158, 171, 0.3));
}
.tabs-set .nav-tabs .nav-link:focus {
  border-color: transparent;
}
.tabs-set .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.tabs-set .nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 2px solid #ff8a00;
  background: #ff8a00;
  color: #FFF;
}

.tabs-sets .nav-tabs {
  border-bottom: 0;
  margin: 0 0 40px;
}
.tabs-sets .nav-tabs .nav-link {
  color: #123f6a;
  font-size: 14px;
  font-weight: 700;
  border: 0;
  background: #969AA2;
  margin-right: 10px;
  padding: 8px 15px;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabs-sets .nav-tabs .nav-link:focus, .tabs-sets .nav-tabs .nav-link:hover, .tabs-sets .nav-tabs .nav-link.active {
  background: #ff8a00;
  color: #FFF;
}

@media (max-width: 767.98px) {
  .nav-tabs {
    border-bottom: 0;
    position: relative;
    background-color: #FFF;
    border: 1px solid #F5F8FA;
    padding: 5px 0;
    border-radius: 3px;
  }
}
/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
 19.grid
============================*/
.grid-showcase {
  margin-bottom: -10px;
}
.grid-showcase span, .grid-showcase .grid-wrapper {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  background-color: rgba(242, 243, 247, 0.7);
}

.grid-align {
  margin-bottom: -16px;
}

.grid-align .row {
  padding: 15px 0;
  min-height: 7rem;
  margin-bottom: 16px;
}

.grid-vertical {
  min-height: 150px;
  padding: 10px;
  color: #123f6a;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  20.cursor
============================*/
.xb-cursor,
.xb-cursor-section {
  visibility: hidden;
  position: fixed;
  pointer-events: none;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  top: 0;
  left: 0;
}

.xb-cursor .xb-cursor-wrapper,
.xb-cursor-section .xb-cursor-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.xb-cursor .xb-cursor--follower,
.xb-cursor-section .xb-cursor--follower {
  position: absolute;
  background-color: #ff8a00;
  opacity: 0.25;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.xb-cursor.style-2 .xb-cursor--follower {
  background-color: var(--color-primary-2);
}

.xb-cursor .xb-cursor--label,
.xb-cursor-section .xb-cursor--label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  transform: scale(0);
  will-change: transform, opacity;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.xb-cursor .xb-cursor--drap,
.xb-cursor-section .xb-cursor--drap {
  line-height: 87px;
  text-align: center;
  width: 87px;
  height: 87px;
  background-color: #123f6a;
  font-size: 0;
  -webkit-border-radius: 87px;
  -khtml-border-radius: 87px;
  -moz-border-radius: 87px;
  -ms-border-radius: 87px;
  -o-border-radius: 87px;
  border-radius: 87px;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  will-change: transform, opacity;
  color: #fff;
}

.xb-cursor .xb-cursor--drap:before,
.xb-cursor-section .xb-cursor--drap:before,
.xb-cursor .xb-cursor--drap:after,
.xb-cursor-section .xb-cursor--drap:after {
  content: "\f10b";
  font-family: caseicon;
  font-size: 10px;
  display: inline-flex;
}

.xb-cursor .xb-cursor--drap:before,
.xb-cursor-section .xb-cursor--drap:before {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.xb-cursor .xb-cursor--drap:after,
.xb-cursor.is-enabled,
.xb-cursor-section.is-enabled {
  visibility: visible;
}

.xb-cursor.is-hidden .xb-cursor-wrapper,
.xb-cursor-section.is-hidden .xb-cursor-wrapper {
  transform: scale(0) !important;
}

.xb-cursor.is-mouse-down .xb-cursor-wrapper,
.xb-cursor-section.is-mouse-down .xb-cursor-wrapper {
  transform: scale(0.8);
}

.xb-cursor.is-active .xb-cursor--follower,
.xb-cursor-section.is-active .xb-cursor--follower {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  transform: scale(4);
  -webkit-transform: scale(4);
  -ms-transform: scale(4);
  opacity: 0;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  21.tables
============================*/
caption {
  color: #677788;
}

.table-active {
  --bs-table-color-state: var(--default-text-color);
}

.table {
  color: #123f6a;
  border-color: #E4EBF1;
  margin-block-end: 0;
}
.table tbody tr {
  border-color: #E7EDF2;
}
.table tbody tr th {
  font-weight: 500;
}
.table th,
.table td {
  padding: 8px 20px;
  vertical-align: middle;
  font-size: 14px;
  white-space: nowrap;
}
.table thead tr {
  border-color: #E7EDF2;
}
.table thead tr th {
  font-weight: 600;
  border-color: #E7EDF2;
  background: #AFB2B8;
  font-size: 14px;
  color: #123f6a;
}
.table.table-sm > :not(caption) > * > * {
  padding: 0.3rem;
}
.table.table-dark {
  color: #ECF1F5;
  border-color: rgba(255, 255, 255, 0.1);
}
.table .thead-primary th {
  background-color: #ff8a00;
  color: #FFF;
}
.table .thead-secondary th {
  background-color: #98AA30;
  color: #FFF;
}
.table .thead-info th {
  background-color: #155EEF;
  color: #FFF;
}
.table .thead-warning th {
  background-color: #FFCA18;
  color: #FFF;
}
.table .thead-danger th {
  background-color: #FF0000;
  color: #FFF;
}
.table .thead-success th {
  background-color: #04BD6C;
  color: #FFF;
}
.table .thead-dark th {
  background-color: #123f6a;
  color: #FFF;
}
.table .thead-light th {
  background-color: #F8FAFB;
  color: #123f6a;
}
.table.table-primary {
  background-color: #FFF;
  color: #123f6a;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.2);
}
.table.table-primary.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--primary-rgb), 0.2);
  color: #123f6a;
}
.table.table-primary.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--primary-rgb), 0.4);
  color: #FFF;
}
.table.table-primary .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--primary-rgb));
  color: #FFF;
}
.table.table-secondary {
  background-color: #FFF;
  color: #123f6a;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.2);
}
.table.table-secondary.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--secondary-rgb), 0.2);
  color: #123f6a;
}
.table.table-secondary.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--secondary-rgb), 0.4);
  color: #FFF;
}
.table.table-secondary .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--secondary-rgb));
  color: #FFF;
}
.table.table-warning {
  background-color: #FFF;
  color: #123f6a;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.2);
}
.table.table-warning.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--warning-rgb), 0.2);
  color: #123f6a;
}
.table.table-warning.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--warning-rgb), 0.4);
  color: #FFF;
}
.table.table-warning .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--warning-rgb));
  color: #FFF;
}
.table.table-success {
  background-color: #FFF;
  color: #123f6a;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--success-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.2);
}
.table.table-success.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--success-rgb), 0.2);
  color: #123f6a;
}
.table.table-success.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--success-rgb), 0.4);
  color: #FFF;
}
.table.table-success .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--success-rgb));
  color: #FFF;
}
.table.table-danger {
  background-color: #FFF;
  color: #123f6a;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.2);
}
.table.table-danger.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--danger-rgb), 0.2);
  color: #123f6a;
}
.table.table-danger.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--danger-rgb), 0.4);
  color: #FFF;
}
.table.table-danger .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--danger-rgb));
  color: #FFF;
}
.table.table-info {
  background-color: #FFF;
  color: #123f6a;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--info-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.2);
}
.table.table-info.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--info-rgb), 0.2);
  color: #123f6a;
}
.table.table-info.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--info-rgb), 0.4);
  color: #FFF;
}
.table.table-info .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--info-rgb));
  color: #FFF;
}
.table.table-light {
  background-color: #FFF;
  color: #123f6a;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--light-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.2);
}
.table.table-light.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--light-rgb), 0.2);
  color: #123f6a;
}
.table.table-light.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--light-rgb), 0.4);
  color: #FFF;
}
.table.table-light .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--light-rgb));
  color: #FFF;
}
.table.table-dark {
  background-color: #FFF;
  color: #123f6a;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.2);
}
.table.table-dark.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.2);
  color: #123f6a;
}
.table.table-dark.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.4);
  color: #FFF;
}
.table.table-dark .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--dark-rgb));
  color: #FFF;
}
.table.table-bordered.border-primary tbody,
.table.table-bordered.border-primary td,
.table.table-bordered.border-primary tfoot,
.table.table-bordered.border-primary th,
.table.table-bordered.border-primary thead,
.table.table-bordered.border-primary tr {
  border-color: rgba(207, 52, 37, 0.1);
}
.table.table-bordered.border-info tbody,
.table.table-bordered.border-info td,
.table.table-bordered.border-info tfoot,
.table.table-bordered.border-info th,
.table.table-bordered.border-info thead,
.table.table-bordered.border-info tr {
  border-color: rgba(21, 94, 239, 0.1);
}
.table.table-bordered.border-secondary tbody,
.table.table-bordered.border-secondary td,
.table.table-bordered.border-secondary tfoot,
.table.table-bordered.border-secondary th,
.table.table-bordered.border-secondary thead,
.table.table-bordered.border-secondary tr {
  border-color: rgba(152, 170, 48, 0.1);
}
.table.table-bordered.border-warning tbody,
.table.table-bordered.border-warning td,
.table.table-bordered.border-warning tfoot,
.table.table-bordered.border-warning th,
.table.table-bordered.border-warning thead,
.table.table-bordered.border-warning tr {
  border-color: rgba(255, 202, 24, 0.1);
}
.table.table-bordered.border-success tbody,
.table.table-bordered.border-success td,
.table.table-bordered.border-success tfoot,
.table.table-bordered.border-success th,
.table.table-bordered.border-success thead,
.table.table-bordered.border-success tr {
  border-color: rgba(4, 189, 108, 0.1);
}
.table.table-bordered.border-danger tbody,
.table.table-bordered.border-danger td,
.table.table-bordered.border-danger tfoot,
.table.table-bordered.border-danger th,
.table.table-bordered.border-danger thead,
.table.table-bordered.border-danger tr {
  border-color: rgba(255, 0, 0, 0.1);
}
.table.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: rgba(var(--dark-rgb),0.0125);
  color: #123f6a;
}
.table.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-accent-bg: rgba(var(--dark-rgb),0.025);
  color: #123f6a;
}
.table tbody.table-group-divider {
  border-top: 1px solid #E4EBF1;
}
.table.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: #f7f8f9;
  color: #123f6a;
}
.table .table-active {
  --bs-table-accent-bg: #E4EBF1;
  color: #123f6a;
}
.table thead.table-primary {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #123f6a;
  --bs-table-color: #123f6a;
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.5);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-secondary {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #123f6a;
  --bs-table-color: #123f6a;
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.5);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-warning {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #123f6a;
  --bs-table-color: #123f6a;
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.5);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-success {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #123f6a;
  --bs-table-color: #123f6a;
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.5);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--success-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-danger {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #123f6a;
  --bs-table-color: #123f6a;
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.5);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-info {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #123f6a;
  --bs-table-color: #123f6a;
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.5);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--info-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-light {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #123f6a;
  --bs-table-color: #123f6a;
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.5);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--light-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-dark {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #123f6a;
  --bs-table-color: #123f6a;
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.5);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.datanew tbody {
  border-top: 1px solid #E7EDF2;
}

.table-primary {
  --bs-table-color: #123f6a;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-active-color: #123f6a;
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-hover-color: #123f6a;
  color: #123f6a;
  border-color: rgba(var(--primary-rgb), 0.1);
  background-color: #FFF;
}

.table-secondary {
  --bs-table-color: #123f6a;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-active-color: #123f6a;
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-hover-color: #123f6a;
  color: #123f6a;
  border-color: rgba(var(--secondary-rgb), 0.1);
  background-color: #FFF;
}

.table-warning {
  --bs-table-color: #123f6a;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-active-color: #123f6a;
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-hover-color: #123f6a;
  color: #123f6a;
  border-color: rgba(var(--warning-rgb), 0.1);
  background-color: #FFF;
}

.table-success {
  --bs-table-color: #123f6a;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-active-color: #123f6a;
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-hover-color: #123f6a;
  color: #123f6a;
  border-color: rgba(var(--success-rgb), 0.1);
  background-color: #FFF;
}

.table-info {
  --bs-table-color: #123f6a;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-active-color: #123f6a;
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-hover-color: #123f6a;
  color: #123f6a;
  border-color: rgba(var(--info-rgb), 0.1);
  background-color: #FFF;
}

.table-danger {
  --bs-table-color: #123f6a;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-active-color: #123f6a;
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-hover-color: #123f6a;
  color: #123f6a;
  border-color: rgba(var(--danger-rgb), 0.1);
  background-color: #FFF;
}

.table-dark {
  --bs-table-color: #123f6a;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-active-color: #123f6a;
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-hover-color: #123f6a;
  color: #123f6a;
  border-color: rgba(var(--dark-rgb), 0.1);
  background-color: #FFF;
}

.table-light {
  --bs-table-color: #123f6a;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-active-color: #123f6a;
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-hover-color: #123f6a;
  color: #123f6a;
  border-color: rgba(var(--light-rgb), 0.1);
  background-color: #FFF;
}

[data-theme-mode=dark] .table-dark {
  border-color: rgba(0, 0, 0, 0.025);
}

[dir=rtl] .table {
  margin-inline-end: 1px;
}

.invoice-table {
  border: 1px solid #E7EDF2;
  border-radius: 5px;
  margin: 20px 0;
}
.invoice-table thead th {
  border-bottom: 1px solid #E7EDF2;
}
.invoice-table thead th:first-child {
  width: 80%;
}
.invoice-table tbody tr:last-child td {
  border-bottom: 0;
}
.invoice-table .delete-invoive-list {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFEDE9;
  color: #FF0000;
  border-radius: 5px;
  font-size: 16px;
}

.invoice-product-table {
  border-top: 1px solid #E7EDF2;
}

.table {
  margin: 0;
}
.table tbody tr td {
  color: #393F4D;
  font-size: 14px;
}
.table tbody tr td .product-img img {
  border: 0;
}
.table tbody tr td .action-icon a {
  color: #656B76;
}
.table tbody tr td .action-icon a:hover {
  background: #E7EDF2;
  color: #123f6a;
}
.table tbody tr.active {
  border-bottom: 0;
}
.table tbody tr.active td {
  font-size: 18px;
  color: #393F4D;
  font-weight: 600;
  border-bottom: 0;
}
.table tbody tr .checkboxs .checkmarks {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.new tbody tr td {
  border-bottom: none;
}

.dataTables_filter + .dataTables_filter {
  display: none;
}

.productimgname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.productimgname a {
  color: #98AA30;
  font-weight: 500;
}

.table .input-blocks input[type=text] {
  height: 40px;
}

.table {
  margin: 0;
}
.table tbody tr td {
  color: #656B76;
}
.table tbody tr td a {
  color: #123f6a;
}
.table tbody tr td a .info-img {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.table tbody tr td a:hover {
  color: #ff8a00;
}
.table tbody tr.active {
  border-bottom: 0;
}
.table tbody tr.active td {
  font-size: 18px;
  color: #393F4D;
  font-weight: 600;
  border-bottom: 0;
}

table tbody .productimgname {
  min-width: 200px;
}
table tbody .productimgname a.stock-img.product-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-right: 8px;
}
table tbody .productimgname a.stock-img.product-img img {
  width: 50px;
  height: 50px;
  max-width: 100%;
  margin-right: 0;
}

table.table-bordered thead tr th p {
  margin-bottom: 0;
}

.custom-table {
  border-radius: 5px;
}
.custom-table table thead tr th {
  background: #C9CBCF;
  color: #123f6a;
  font-size: 14px;
  border: 0;
  padding: 12px 20px;
}
.custom-table table tbody tr td {
  border: 0;
  padding: 12px 20px;
}
.custom-table table tbody tr td .detail-link {
  font-weight: 600;
  color: #123f6a;
  text-decoration: underline;
}
.custom-table table tbody tr td .detail-link:hover {
  color: #ff8a00;
}

.table tbody tr td a.delete-icon {
  font-size: 16px;
  color: #FF0000;
}
.table tbody tr td a.delete-icon:hover {
  color: #cc0000;
}

.custom-table {
  overflow: hidden;
}
.custom-table .table-responsive tr th {
  border: 0;
  border-bottom: 1px solid #E7EDF2;
}
.custom-table .table-responsive tr.report-first-head th {
  border-bottom: 0;
}
.custom-table .table-responsive tr td {
  border: 0;
  border-bottom: 1px solid #E7EDF2;
}
.custom-table .table-responsive tr td input.form-control {
  min-width: 200px;
}
.custom-table .table-responsive tr:last-child td {
  border-bottom: 0;
}

.table tr td .attendance-range {
  width: 8px;
  height: 15px;
  border-radius: 5px;
  display: block;
}

.hotel-list {
  box-shadow: none;
}
.hotel-list caption {
  color: #677788;
}
.hotel-list .table-active {
  --bs-table-color-state: var(--default-text-color);
}
.hotel-list .table {
  color: #123f6a;
  border-color: #E4EBF1;
  margin-block-end: 0;
}
.hotel-list .table tbody tr {
  border-color: #E7EDF2;
}
.hotel-list .table tbody tr th {
  font-weight: 500;
}
.hotel-list .table th,
.hotel-list .table td {
  padding: 12px 20px;
  vertical-align: middle;
  font-size: 14px;
  white-space: nowrap;
}
.hotel-list .table thead tr {
  border-color: #E7EDF2;
}
.hotel-list .table thead tr th {
  font-weight: 500;
  border-color: #E7EDF2;
  font-size: 14px;
}
.hotel-list .table.table-sm > :not(caption) > * > * {
  padding: 0.3rem;
}
.hotel-list .table.table-dark {
  color: #ECF1F5;
  border-color: rgba(255, 255, 255, 0.1);
}
.hotel-list .table .thead-primary th {
  background-color: #ff8a00;
  color: #FFF;
}
.hotel-list .table .thead-secondary th {
  background-color: #98AA30;
  color: #FFF;
}
.hotel-list .table .thead-info th {
  background-color: #155EEF;
  color: #FFF;
}
.hotel-list .table .thead-warning th {
  background-color: #FFCA18;
  color: #FFF;
}
.hotel-list .table .thead-danger th {
  background-color: #FF0000;
  color: #FFF;
}
.hotel-list .table .thead-success th {
  background-color: #04BD6C;
  color: #FFF;
}
.hotel-list .table .thead-dark th {
  background-color: #123f6a;
  color: #FFF;
}
.hotel-list .table .thead-light th {
  background-color: #F8FAFB;
  color: #123f6a;
}
.hotel-list .table.table-primary {
  background-color: #FFF;
  color: #123f6a;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.2);
}
.hotel-list .table.table-primary.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--primary-rgb), 0.2);
  color: #123f6a;
}
.hotel-list .table.table-primary.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--primary-rgb), 0.4);
  color: #FFF;
}
.hotel-list .table.table-primary .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--primary-rgb));
  color: #FFF;
}
.hotel-list .table.table-secondary {
  background-color: #FFF;
  color: #123f6a;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.2);
}
.hotel-list .table.table-secondary.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--secondary-rgb), 0.2);
  color: #123f6a;
}
.hotel-list .table.table-secondary.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--secondary-rgb), 0.4);
  color: #FFF;
}
.hotel-list .table.table-secondary .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--secondary-rgb));
  color: #FFF;
}
.hotel-list .table.table-warning {
  background-color: #FFF;
  color: #123f6a;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.2);
}
.hotel-list .table.table-warning.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--warning-rgb), 0.2);
  color: #123f6a;
}
.hotel-list .table.table-warning.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--warning-rgb), 0.4);
  color: #FFF;
}
.hotel-list .table.table-warning .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--warning-rgb));
  color: #FFF;
}
.hotel-list .table.table-success {
  background-color: #FFF;
  color: #123f6a;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--success-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.2);
}
.hotel-list .table.table-success.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--success-rgb), 0.2);
  color: #123f6a;
}
.hotel-list .table.table-success.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--success-rgb), 0.4);
  color: #FFF;
}
.hotel-list .table.table-success .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--success-rgb));
  color: #FFF;
}
.hotel-list .table.table-danger {
  background-color: #FFF;
  color: #123f6a;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.2);
}
.hotel-list .table.table-danger.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--danger-rgb), 0.2);
  color: #123f6a;
}
.hotel-list .table.table-danger.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--danger-rgb), 0.4);
  color: #FFF;
}
.hotel-list .table.table-danger .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--danger-rgb));
  color: #FFF;
}
.hotel-list .table.table-info {
  background-color: #FFF;
  color: #123f6a;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--info-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.2);
}
.hotel-list .table.table-info.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--info-rgb), 0.2);
  color: #123f6a;
}
.hotel-list .table.table-info.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--info-rgb), 0.4);
  color: #FFF;
}
.hotel-list .table.table-info .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--info-rgb));
  color: #FFF;
}
.hotel-list .table.table-light {
  background-color: #FFF;
  color: #123f6a;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--light-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.2);
}
.hotel-list .table.table-light.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--light-rgb), 0.2);
  color: #123f6a;
}
.hotel-list .table.table-light.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--light-rgb), 0.4);
  color: #FFF;
}
.hotel-list .table.table-light .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--light-rgb));
  color: #FFF;
}
.hotel-list .table.table-dark {
  background-color: #FFF;
  color: #123f6a;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.2);
}
.hotel-list .table.table-dark.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.2);
  color: #123f6a;
}
.hotel-list .table.table-dark.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.4);
  color: #FFF;
}
.hotel-list .table.table-dark .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--dark-rgb));
  color: #FFF;
}
.hotel-list .table.table-bordered.border-primary tbody,
.hotel-list .table.table-bordered.border-primary td,
.hotel-list .table.table-bordered.border-primary tfoot,
.hotel-list .table.table-bordered.border-primary th,
.hotel-list .table.table-bordered.border-primary thead,
.hotel-list .table.table-bordered.border-primary tr {
  border-color: rgba(207, 52, 37, 0.1);
}
.hotel-list .table.table-bordered.border-info tbody,
.hotel-list .table.table-bordered.border-info td,
.hotel-list .table.table-bordered.border-info tfoot,
.hotel-list .table.table-bordered.border-info th,
.hotel-list .table.table-bordered.border-info thead,
.hotel-list .table.table-bordered.border-info tr {
  border-color: rgba(21, 94, 239, 0.1);
}
.hotel-list .table.table-bordered.border-secondary tbody,
.hotel-list .table.table-bordered.border-secondary td,
.hotel-list .table.table-bordered.border-secondary tfoot,
.hotel-list .table.table-bordered.border-secondary th,
.hotel-list .table.table-bordered.border-secondary thead,
.hotel-list .table.table-bordered.border-secondary tr {
  border-color: rgba(152, 170, 48, 0.1);
}
.hotel-list .table.table-bordered.border-warning tbody,
.hotel-list .table.table-bordered.border-warning td,
.hotel-list .table.table-bordered.border-warning tfoot,
.hotel-list .table.table-bordered.border-warning th,
.hotel-list .table.table-bordered.border-warning thead,
.hotel-list .table.table-bordered.border-warning tr {
  border-color: rgba(255, 202, 24, 0.1);
}
.hotel-list .table.table-bordered.border-success tbody,
.hotel-list .table.table-bordered.border-success td,
.hotel-list .table.table-bordered.border-success tfoot,
.hotel-list .table.table-bordered.border-success th,
.hotel-list .table.table-bordered.border-success thead,
.hotel-list .table.table-bordered.border-success tr {
  border-color: rgba(4, 189, 108, 0.1);
}
.hotel-list .table.table-bordered.border-danger tbody,
.hotel-list .table.table-bordered.border-danger td,
.hotel-list .table.table-bordered.border-danger tfoot,
.hotel-list .table.table-bordered.border-danger th,
.hotel-list .table.table-bordered.border-danger thead,
.hotel-list .table.table-bordered.border-danger tr {
  border-color: rgba(255, 0, 0, 0.1);
}
.hotel-list .table.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: rgba(var(--dark-rgb),0.0125);
  color: #123f6a;
}
.hotel-list .table.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-accent-bg: rgba(var(--dark-rgb),0.025);
  color: #123f6a;
}
.hotel-list .table tbody.table-group-divider {
  border-top: 1px solid #E4EBF1;
}
.hotel-list .table.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: #f7f8f9;
  color: #123f6a;
}
.hotel-list .table .table-active {
  --bs-table-accent-bg: #E4EBF1;
  color: #123f6a;
}
.hotel-list .table thead.table-primary {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #123f6a;
  --bs-table-color: #123f6a;
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.5);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.hotel-list .table thead.table-secondary {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #123f6a;
  --bs-table-color: #123f6a;
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.5);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.hotel-list .table thead.table-warning {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #123f6a;
  --bs-table-color: #123f6a;
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.5);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.hotel-list .table thead.table-success {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #123f6a;
  --bs-table-color: #123f6a;
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.5);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--success-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.hotel-list .table thead.table-danger {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #123f6a;
  --bs-table-color: #123f6a;
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.5);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.hotel-list .table thead.table-info {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #123f6a;
  --bs-table-color: #123f6a;
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.5);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--info-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.hotel-list .table thead.table-light {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #123f6a;
  --bs-table-color: #123f6a;
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.5);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--light-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.hotel-list .table thead.table-dark {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #123f6a;
  --bs-table-color: #123f6a;
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.5);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.hotel-list .datanew tbody {
  border-top: 1px solid #E7EDF2;
}
.hotel-list .table-primary {
  --bs-table-color: #123f6a;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-active-color: #123f6a;
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-hover-color: #123f6a;
  color: #123f6a;
  border-color: rgba(var(--primary-rgb), 0.1);
  background-color: #FFF;
}
.hotel-list .table-secondary {
  --bs-table-color: #123f6a;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-active-color: #123f6a;
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-hover-color: #123f6a;
  color: #123f6a;
  border-color: rgba(var(--secondary-rgb), 0.1);
  background-color: #FFF;
}
.hotel-list .table-warning {
  --bs-table-color: #123f6a;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-active-color: #123f6a;
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-hover-color: #123f6a;
  color: #123f6a;
  border-color: rgba(var(--warning-rgb), 0.1);
  background-color: #FFF;
}
.hotel-list .table-success {
  --bs-table-color: #123f6a;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-active-color: #123f6a;
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-hover-color: #123f6a;
  color: #123f6a;
  border-color: rgba(var(--success-rgb), 0.1);
  background-color: #FFF;
}
.hotel-list .table-info {
  --bs-table-color: #123f6a;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-active-color: #123f6a;
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-hover-color: #123f6a;
  color: #123f6a;
  border-color: rgba(var(--info-rgb), 0.1);
  background-color: #FFF;
}
.hotel-list .table-danger {
  --bs-table-color: #123f6a;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-active-color: #123f6a;
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-hover-color: #123f6a;
  color: #123f6a;
  border-color: rgba(var(--danger-rgb), 0.1);
  background-color: #FFF;
}
.hotel-list .table-dark {
  --bs-table-color: #123f6a;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-active-color: #123f6a;
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-hover-color: #123f6a;
  color: #123f6a;
  border-color: rgba(var(--dark-rgb), 0.1);
  background-color: #FFF;
}
.hotel-list .table-light {
  --bs-table-color: #123f6a;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-striped-color: #123f6a;
  --bs-table-active-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-active-color: #123f6a;
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-hover-color: #123f6a;
  color: #123f6a;
  border-color: rgba(var(--light-rgb), 0.1);
  background-color: #FFF;
}
.hotel-list [data-theme-mode=dark] .table-dark {
  border-color: rgba(0, 0, 0, 0.025);
}
.hotel-list [dir=rtl] .table {
  margin-inline-end: 1px;
}
.hotel-list .invoice-table {
  border: 1px solid #E7EDF2;
  border-radius: 5px;
  margin: 20px 0;
}
.hotel-list .invoice-table thead th {
  border-bottom: 1px solid #E7EDF2;
}
.hotel-list .invoice-table thead th:first-child {
  width: 80%;
}
.hotel-list .invoice-table tbody tr:last-child td {
  border-bottom: 0;
}
.hotel-list .invoice-table .delete-invoive-list {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFEDE9;
  color: #FF0000;
  border-radius: 5px;
  font-size: 16px;
}
.hotel-list .invoice-product-table {
  border-top: 1px solid #E7EDF2;
}
.hotel-list .table {
  margin: 0;
}
.hotel-list .table tbody tr td {
  color: #393F4D;
  font-size: 14px;
}
.hotel-list .table tbody tr td .product-img img {
  border: 0;
}
.hotel-list .table tbody tr.active {
  border-bottom: 0;
}
.hotel-list .table tbody tr.active td {
  font-size: 18px;
  color: #393F4D;
  font-weight: 600;
  border-bottom: 0;
}
.hotel-list .table tbody tr .checkboxs .checkmarks {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.hotel-list .new tbody tr td {
  border-bottom: none;
}
.hotel-list .dataTables_filter + .dataTables_filter {
  display: none;
}
.hotel-list .productimgname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.hotel-list .productimgname a {
  color: #98AA30;
  font-weight: 500;
}
.hotel-list .table .input-blocks input[type=text] {
  height: 40px;
}
.hotel-list .table {
  margin: 0;
}
.hotel-list .table tbody tr td {
  color: #393F4D;
}
.hotel-list .table tbody tr td .product-img img {
  border: 0;
}
.hotel-list .table tbody tr td a {
  color: #123f6a;
}
.hotel-list .table tbody tr td a.product-img {
  margin-right: 5px;
  flex-shrink: 0;
}
.hotel-list .table tbody tr td a .info-img {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.hotel-list .table tbody tr td a:hover {
  color: #ff8a00;
}
.hotel-list .table tbody tr.active {
  border-bottom: 0;
}
.hotel-list .table tbody tr.active td {
  font-size: 18px;
  color: #393F4D;
  font-weight: 600;
  border-bottom: 0;
}
.hotel-list table tbody .productimgname {
  min-width: 200px;
}
.hotel-list table tbody .productimgname a.stock-img.product-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-right: 8px;
}
.hotel-list table tbody .productimgname a.stock-img.product-img img {
  width: 50px;
  height: 50px;
  max-width: 100%;
  margin-right: 0;
}
.hotel-list table.table-bordered thead tr th p {
  margin-bottom: 0;
}
.hotel-list .custom-table {
  border-radius: 5px;
}
.hotel-list .custom-table table thead tr th {
  background: #C9CBCF;
  color: #123f6a;
  font-size: 14px;
  border: 0;
  padding: 12px 20px;
}
.hotel-list .custom-table table tbody tr td {
  border: 0;
  padding: 12px 20px;
}
.hotel-list .custom-table table tbody tr td .detail-link {
  font-weight: 600;
  color: #123f6a;
  text-decoration: underline;
}
.hotel-list .custom-table table tbody tr td .detail-link:hover {
  color: #ff8a00;
}
.hotel-list .table tbody tr td a.delete-icon {
  font-size: 16px;
  color: #FF0000;
}
.hotel-list .table tbody tr td a.delete-icon:hover {
  color: #cc0000;
}
.hotel-list .custom-table {
  overflow: hidden;
}
.hotel-list .custom-table .table-responsive tr th {
  border: 0;
  border-bottom: 1px solid #E7EDF2;
}
.hotel-list .custom-table .table-responsive tr.report-first-head th {
  border-bottom: 0;
}
.hotel-list .custom-table .table-responsive tr td {
  border: 0;
  border-bottom: 1px solid #E7EDF2;
}
.hotel-list .custom-table .table-responsive tr td input.form-control {
  min-width: 200px;
}
.hotel-list .custom-table .table-responsive tr:last-child td {
  border-bottom: 0;
}
.hotel-list .table tr td .attendance-range {
  width: 8px;
  height: 15px;
  border-radius: 5px;
  display: block;
}

.hotel-list .table-responsive {
  border-radius: 0 0 10px 10px;
}
.hotel-list .table-responsive table tbody tr:last-child td {
  border-bottom: 0;
}

.cart-table .table-responsive {
  border-radius: 10px;
}

/****** Layout ******/
/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  22.common
============================*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 50px !important;
}

::-webkit-scrollbar-track {
  background: #F1F4F7;
}

::-webkit-scrollbar-thumb {
  background: #AFB2B8;
}

::-webkit-scrollbar-thumb:hover {
  background: #AFB2B8;
}

.swal2-header .swal2-title {
  font-size: 18px;
}

.checkboxs {
  display: block;
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-left: 25px;
}
.checkboxs input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkboxs input ~ .checkmarks {
  border: 1px solid #E7EDF2;
  border-radius: 2px;
}

.checkboxs input:checked ~ .checkmarks {
  background-color: #ff8a00;
  border-color: #ff8a00;
}
.checkboxs input:checked ~ .checkmarks:after {
  display: block;
}

.checkboxs .checkmarks {
  height: 18px;
  width: 18px;
  position: absolute;
  top: 2px;
  left: 0;
}
.checkboxs .checkmarks::after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #FFF;
  font-weight: 600;
  font-size: 10px;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  23.content
============================*/
.page-wrapper {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 0 0 252px;
  padding: 56px 0 0;
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 991.98px) {
  .page-wrapper {
    margin: 0;
    padding: 60px 0 0;
  }
}

.content {
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  .content {
    padding: 40px 0;
  }
}
.content.content-two {
  padding-bottom: 36px;
}
@media (max-width: 767.98px) {
  .content.content-two {
    padding-bottom: 16px;
  }
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.page-header .breadcrumb {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .page-header {
    flex-direction: column;
    align-items: self-start;
  }
}
.page-header .page-title {
  margin-bottom: 10px;
}
.page-header h3 {
  font-weight: 700;
  color: #123f6a;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .page-header h3 {
    font-size: 14px;
  }
}
.page-header h4 {
  font-weight: 600;
  color: #123f6a;
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .page-header h4 {
    font-size: 18px;
  }
}
.page-header h6 {
  font-size: 14px;
  color: #393F4D;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .page-header h6 {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .page-header h6 {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.back-to-top-icon {
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 9999;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 0 10px 0 10px;
  background: #ff8a00;
  color: #FFF;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.back-to-top-icon:hover {
  color: #FFF;
  background: #ff8a00;
}
.back-to-top-icon.show {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  24.header
============================*/
header {
  background: transparent;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}
header .header-btn .theme-toggle {
  color: #FFF;
}
header.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  background-color: #FFF;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0px 4px 34px 0px rgba(229, 229, 229, 0.25);
}
header.fixed .header-nav .main-menu-wrapper .main-nav > li > a {
  color: #123f6a;
}
header.fixed .header-btn .theme-toggle {
  color: #123f6a;
}
header.fixed .header-logo.logo-dark {
  display: block;
}
header.fixed .header-logo.logo-white {
  display: none;
}
header.fixed .header__hamburger .sidebar-menu {
  color: #123f6a;
}
header .header-logo .logo a {
  float: left;
}
header .header-logo .logo a img {
  float: left;
  max-height: 32px;
}
header .header-logo.logo-dark {
  display: none;
}
header .header-nav .main-menu-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper {
    padding: 12px 12px !important;
  }
}
header .header-nav .main-menu-wrapper .main-nav > li {
  padding: 18px 0;
}
header .header-nav .main-menu-wrapper .main-nav > li > a {
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
  position: relative;
}
header .header-nav .main-menu-wrapper .main-nav > li > a:hover {
  color: #ff8a00;
}
header .header-nav .main-menu-wrapper .main-nav > li.active > a::after {
  content: "● ● ●";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 24px;
  height: 4px;
  color: #FFF;
  font-size: 9px;
}
header .header-nav .main-menu-wrapper .main-nav > li.active.has-submenu > a::after {
  left: calc(50% - 6px);
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu li {
  position: relative;
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu li.active {
  color: #ff8a00;
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu li.active > a {
  color: #ff8a00;
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu li a {
  display: block;
  padding: 10px 15px 10px;
  clear: both;
  white-space: nowrap;
  color: #123f6a;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  position: relative;
  font-weight: 500;
  font-size:17px;
}
@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav > li .submenu li a {
    padding: 10px;
    color: #FFF;
    font-size: 12px;
  }
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu li a:hover {
  color: #ff8a00;
  padding-left: 20px;
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu .menu-tab ul li {
  margin-bottom: 8px;
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu .menu-tab ul li a {
  background: #E4EBF1;
  width: 100%;
  padding: 8px 16px;
  border-radius: 5px;
  position: relative;
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu .menu-tab ul li a.active, header .header-nav .main-menu-wrapper .main-nav > li .submenu .menu-tab ul li a:hover {
  background: #ff8a00;
  color: #FFF;
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu .tab-menulist h6 {
  margin-bottom: 24px;
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu .tab-menulist ul li {
  margin-bottom: 16px;
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu .tab-menulist ul li a {
  padding: 0 0 0 14px;
  font-weight: 400;
  position: relative;
  color: #123f6a;
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu .tab-menulist ul li a::before {
  font-family: "Fontawesome";
  content: "\f054";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 12px;
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu .tab-menulist ul li a:hover {
  color: #ff8a00;
}
header .header-nav .main-menu-wrapper .main-nav > li .login-link {
  display: none;
}
header .navbar-header .navbar-brand {
  display: inline-block;
  padding: 0;
  line-height: 0;
}
@media (max-width: 991.98px) {
  header .navbar-header .navbar-brand {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  header .navbar-header .logo {
    display: none;
  }
}
header .navbar-header .logo-small {
  display: none;
}
@media (max-width: 575.98px) {
  header .navbar-header .logo-small {
    display: block;
    width: 100%;
    text-align: center;
  }
}
header .navbar-header #mobile_btn {
  display: none;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  header .navbar-header #mobile_btn {
    display: inline-block;
    line-height: 0;
  }
}
@media (max-width: 575.98px) {
  header .navbar-header #mobile_btn {
    left: 0;
    margin-right: 0;
    padding: 0 0px;
    position: absolute;
    z-index: 99;
  }
}
header .navbar-header #mobile_btn .bar-icon {
  display: inline-block;
  width: 31px;
}
header .navbar-header #mobile_btn .bar-icon span {
  background-color: #ff8a00;
  display: block;
  float: left;
  height: 3px;
  margin-bottom: 7px;
  width: 31px;
  border-radius: 2px;
  margin-bottom: 5px;
}
header .navbar-header #mobile_btn .bar-icon span:nth-child(2) {
  width: 20px;
}
header .navbar-header #mobile_btn .bar-icon span:nth-child(3) {
  width: 16px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  header .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  header .navbar-header {
    width: 100%;
  }
}
header .main-menu-wrapper {
  margin: 0;
}
header .main-menu-wrapper .menu-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  display: none;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    align-items: center;
    background: #FFF;
  }
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .menu-header .menu-logo img {
    width: 160px;
  }
}
header .main-menu-wrapper .menu-header .menu-close {
  font-size: 18px;
  color: #ff8a00;
}
header .main-menu-wrapper .main-nav > li .submenu > li .submenu {
  left: 15px;
  top: 10%;
  margin-top: 10px;
  font-size: 14px;
  margin: 0;
  min-width: 200px;
  opacity: 0;
  padding-left: 20px;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  z-index: 1000;
  border-top: 0;
  display: unset;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li .submenu > li .submenu {
    left: 0;
  }
}
header .main-menu-wrapper .main-nav > li .submenu > li ul li.has-submenu:hover .submenu {
  /*display: block;*/
  top: 0;
  position: relative;
}
header .main-menu-wrapper .main-nav > li .submenu > li.has-submenu > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 13px;
}
header .main-menu-wrapper .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav.active {
    position: unset;
  }
}
header .main-menu-wrapper .main-nav:last-child {
  margin-right: 0;
}
@media (max-width: 1399.98px) {
  header .main-menu-wrapper .main-nav > li {
    margin-right: 10px !important;
  }
  header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  header .main-menu-wrapper .main-nav > li {
    margin-right: 10px !important;
  }
  header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
    border: 0;
  }
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li {
    margin-right: 0 !important;
  }
  header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
    border: 0;
  }
}
header .main-menu-wrapper .main-nav > li.active > a, header .main-menu-wrapper .main-nav > li:hover > a {
  color: #FFF;
}
header .main-menu-wrapper .main-nav > li a i {
  font-size: 12px;
  margin-left: 4px;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li a {
    display: block;
    line-height: 20px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
  }
  header .main-menu-wrapper .main-nav > li a i {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li a i {
    float: right;
    margin-top: 5px;
    font-size: 14px;
  }
}
header .main-menu-wrapper .main-nav > li:last-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li {
    border-bottom: 1px solid #123f6a;
    padding: 0;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li {
    display: block;
    position: relative;
    margin-right: 30px;
  }
  header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  header .main-menu-wrapper .main-nav > li {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li > ul {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
    display: block;
    font-size: 14px;
    left: 0;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    top: 100%;
    visibility: hidden;
    z-index: 1000;
    left: 20%;
    border-radius: 0 0 10px 10px;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li.megamenu {
    position: unset;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li.megamenu .home-menu {
    left: 0;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li > ul.mega-submenu {
    width: 100%;
    padding: 0;
    border: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li.mega-innermenu {
    position: unset;
  }
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu .megamenu-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu .megamenu-wrapper::before {
  content: "";
  background: url("../img/bg/menu-bg.png") no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-position: bottom right;
  background-size: contain;
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu h6 {
  margin-bottom: 24px;
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu ul li {
  margin-bottom: 16px;
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu ul li:last-child {
  margin-bottom: 0;
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu ul li a {
  padding: 0 0 0 14px;
  font-weight: 400;
  color: #123f6a;
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu ul li a::before {
  font-family: "Fontawesome";
  content: "\f054";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 12px;
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu ul li a:hover {
  padding-left: 15px;
}
header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu ul li.active a {
  color: #ff8a00;
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu {
    min-width: 600px;
    width: auto;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li.megamenutab {
    position: unset;
  }
}
header .main-menu-wrapper .main-nav > li.megamenutab > ul.mega-submenu .megamenu-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .main-menu-wrapper .main-nav > li.megamenutab > ul.mega-submenu .megamenu-wrapper::before {
  content: "";
  background: url("../img/bg/menu-bg.png") no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-position: bottom right;
  background-size: contain;
}
header .main-menu-wrapper .main-nav > li.megamenutab > ul.mega-submenu h6 {
  margin-bottom: 24px;
}
header .main-menu-wrapper .main-nav > li.megamenutab > ul.mega-submenu ul li {
  margin-bottom: 16px;
}
header .main-menu-wrapper .main-nav > li.megamenutab > ul.mega-submenu ul li:last-child {
  margin-bottom: 0;
}
header .main-menu-wrapper .main-nav > li.megamenutab > ul.mega-submenu ul li.active a {
  color: #ff8a00;
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li.megamenutab > ul.mega-submenu {
    min-width: 765px;
    width: auto;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border-radius: 2px;
    border-top: 1px solid #ff8a00;
  }
  header .main-menu-wrapper .main-nav li.has-submenu.megamenu:hover > .submenu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav .has-submenu ul {
    display: none;
    background: #ff8a00;
  }
}
header .main-menu-wrapper .main-nav li.login-link {
  display: none;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav li.login-link {
    display: block;
  }
}
header .header-btn .btn {
  font-size: 13px;
  border-radius: 55px;
  padding: 7px 12px;
  margin-right: 12px;
}
header .header-btn .btn.btn-white:hover {
  background: #ff8a00;
  border-color: #ff8a00;
  color: #FFF;
}
header .header-btn .btn.btn-white:hover a {
  color: #FFF;
}
header .header-btn .btn:last-child {
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  header .header-btn .btn {
    display: none !important;
  }
}
header .header-btn .profile-dropdown {
  margin-right: 12px;
}
header .dropdown-toggle::after {
  display: none;
}

.menu-opened .main-menu-wrapper {
  transform: translateX(0);
}
.menu-opened .main-menu-wrapper body {
  overflow: hidden;
}

.header-topbar {
  padding: 8px 0 0;
  position: relative;
  border-bottom: 1px solid rgba(228, 235, 241, 0.07);
}
.header-topbar p {
  color: #FFF;
}
.header-topbar .dropdown > a {
  color: #FFF;
  font-weight: 500;
}
.header-topbar .dropdown.flag-dropdown img {
  height: 12px;
}
.header-topbar .dropdown .dropdown-menu {
  z-index: 9999;
}
.header-topbar .cart-dropdown a, .header-topbar .fav-dropdown a {
  color: #FFF;
}
@media (max-width: 767.98px) {
  .header-topbar {
    display: none;
  }
}

.flag-dropdown img {
  height: 12px;
  border-radius: 50%;
}

.count-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: -6px;
  right: -9px;
}

.header__hamburger .sidebar-menu {
  color: #FFF;
  font-size: 24px;
}

.offcanvas-info {
  background: #FFF none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 350px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  -webkit-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas-info::-webkit-scrollbar {
  display: none;
}

.offcanvas-info.show {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.offcanvas-wrap {
  position: relative;
  height: 100%;
  padding: 20px;
}
.offcanvas-wrap .offcanvas-detail .offcanvas-close {
  text-align: center;
  color: #123f6a;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas-wrap .offcanvas-detail .offcanvas-close:hover {
  color: #FF0000;
}
.offcanvas-wrap .offcanvas-detail .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas-wrap .offcanvas-detail .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 16px 40px;
}
.offcanvas-wrap .offcanvas-detail .offcanvas__contact .dropdown-menu {
  z-index: 999999;
}

.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 575px) {
  .offcanvas-info {
    width: 300px;
  }
  .offcanvas-wrap {
    padding: 20px;
  }
}
.main-header {
  position: absolute;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991.98px) {
  .main-header {
    position: absolute;
  }
}

.wishlist-info {
  background: #F8FAFB;
  border-radius: 10px;
  padding: 20px;
}
.wishlist-info .cart-dropdown a, .wishlist-info .fav-dropdown a {
  font-size: 20px;
  color: #123f6a;
}

.header-dropdown {
  background: #F8FAFB;
  border-radius: 10px;
  padding: 20px;
}
.header-dropdown .dropdown .dropdown-toggle {
  border-radius: 4px;
  padding: 7px 12px;
  color: #123f6a;
}
.header-dropdown .dropdown .dropdown-toggle::after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.mean-container .mean-nav ul li a i {
  display: none;
}
.mean-container .mean-nav ul li a.mean-expand i {
  display: block;
}

.megamenutab .megamenu-wrapper {
  padding: 24px;
}

.megamenu-wrapper {
  padding: 40px;
}
@media (max-width: 991.98px) {
  .megamenu-wrapper {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .megamenu-wrapper h6 {
    display: none;
  }
}
.megamenu-wrapper .single-demo {
  padding: 8px;
  border: 1px solid #E4EBF1;
  transition: 0.4s;
  border-radius: 10px;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
  text-align: center;
}
.megamenu-wrapper .single-demo a {
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo a {
    padding: 4px 4px 4px 16px !important;
  }
}
.megamenu-wrapper .single-demo .demo-img {
  margin-bottom: 16px;
}
.megamenu-wrapper .single-demo .demo-img img {
  border-radius: 4px;
}
@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo .demo-img {
    display: none;
  }
}
.megamenu-wrapper .single-demo .demo-info a {
  font-size: 14px;
  font-weight: 500;
}
.megamenu-wrapper .single-demo:hover {
  transform: translateY(-2px);
}
@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo {
    box-shadow: none;
    padding: 0;
    border: 0;
  }
}
.megamenu-wrapper .coming-soon-item h6 {
  font-size: 14px;
  font-weight: 500;
  color: #123f6a;
  margin-bottom: 0;
  line-height: 20px;
}
.megamenu-wrapper .btn:hover {
  padding-left: 15px !important;
}

.single-demo.active .demo-info a {
  color: #ff8a00 !important;
}

.menu-img {
  border-radius: 10px;
  max-width: 205px;
  margin-left: auto;
  overflow: hidden;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}
.menu-img img {
  border-radius: 10px;
  border: 4px solid #FFF;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}
.menu-img:hover img {
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}
@media (max-width: 991.98px) {
  .menu-img {
    display: none;
  }
}

.mean-container .mean-nav .main-nav li.mega-innermenu li a {
  padding: 4px 4px 4px 16px !important;
}
.mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper ul {
  display: block !important;
}
.mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper ul li:last-child {
  margin-bottom: 0;
}
.mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .mean-expand {
  display: none;
}
.mean-container .mean-nav .main-nav li.mega-menu li a {
  padding: 4px 4px 4px 16px !important;
}

header.header-five .header-nav .main-menu-wrapper .main-nav > li.active > a::after, header.header-four .header-nav .main-menu-wrapper .main-nav > li.active > a::after, header.fixed .header-nav .main-menu-wrapper .main-nav > li.active > a::after {
  color: #ff8a00;
}
header.header-six.fixed .header-nav .main-menu-wrapper .main-nav > li.active > a::after {
  color: #FFF;
}

.theme-toggle {
  display: none;
}
.theme-toggle.activate {
  display: block;
}

.white-logo-responsive {
  display: none;
}

header.header-five .header-logo.logo-dark {
  display: none;
}
header.header-five .header-logo.logo-white {
  display: block;
}

header.header-four .header-logo.logo-dark {
  display: none;
}
header.header-four .header-logo.logo-white {
  display: block;
}
header.header-three .header-logo.logo-dark {
  display: none;
}
header.header-three .header-logo.logo-white {
  display: block;
}

.header-topbar .logo-white {
  display: none;
}

@media (max-width: 1199.98px) {
  .header-six .header__hamburger {
    margin-left: auto;
  }
  .header-six .header__hamburger .sidebar-menu {
    color: #FFF !important;
  }
  .header-six .header-btn {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  #mobile-menu {
    display: none;
  }
}

.header-seven {
  position: absolute;
}
.header-seven .header-logo.logo-dark {
  display: block !important;
}
.header-seven .header-logo.logo-white {
  display: none !important;
}
.header-seven .header-nav .main-menu-wrapper {
  margin-top: 10px;
}
@media (max-width: 991.98px) {
  .header-seven .header-nav .main-menu-wrapper {
    margin-top: 0;
  }
}
.header-seven .header-nav .main-menu-wrapper .main-nav > li > a {
  color: #FFF !important;
}
.header-seven .header-nav .main-menu-wrapper .main-nav > li > a::after {
  color: #FFF !important;
}
.header-seven .header-nav .main-menu-wrapper .main-nav > li i {
  color: #FFF !important;
}
.header-seven .header-nav .main-menu-wrapper .main-nav > li.active > a {
  color: #ff8a00 !important;
}
.header-seven .header-nav .main-menu-wrapper .main-nav > li.active > a::after {
  color: #ff8a00 !important;
}
.header-seven .header-nav .main-menu-wrapper .main-nav > li.active i {
  color: #ff8a00 !important;
}
.header-seven .dropdown .dropdown-toggle {
  color: #FFF !important;
}
.header-seven .flag-dropdown {
  background: #FFF;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .header-seven .flag-dropdown {
    width: 100% !important;
    background: transparent !important;
  }
}
.header-seven .flag-dropdown img {
  height: 16px;
}
@media (max-width: 1199.98px) {
  .header-seven .flag-dropdown .dropdown-toggle {
    width: 100%;
  }
}
.header-seven .theme-toggle {
  color: #FFF !important;
}
.header-seven .header__hamburger .sidebar-menu {
  color: #FFF !important;
}
.header-seven .offcanvas-info.show .dropdown .dropdown-toggle {
  color: #123f6a !important;
}
.header-seven.fixed .header-logo.logo-dark {
  display: none !important;
}
.header-seven.fixed .header-logo.logo-white {
  display: block !important;
}
.header-seven.fixed .header-nav .main-menu-wrapper .main-nav > li > a {
  color: #123f6a !important;
}
.header-seven.fixed .header-nav .main-menu-wrapper .main-nav > li > a::after {
  color: #123f6a !important;
}
.header-seven.fixed .header-nav .main-menu-wrapper .main-nav > li i {
  color: #123f6a !important;
}
.header-seven.fixed .header-nav .main-menu-wrapper .main-nav > li.active > a {
  color: #ff8a00 !important;
}
.header-seven.fixed .header-nav .main-menu-wrapper .main-nav > li.active > a::after {
  color: #ff8a00 !important;
}
.header-seven.fixed .header-nav .main-menu-wrapper .main-nav > li.active i {
  color: #ff8a00 !important;
}
.header-seven.fixed .dropdown .dropdown-toggle {
  color: #123f6a !important;
}
.header-seven.fixed .flag-dropdown {
  background: #E4EBF1;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .header-seven.fixed .flag-dropdown {
    width: 100% !important;
    background: transparent !important;
  }
}
.header-seven.fixed .flag-dropdown img {
  height: 16px;
}
.header-seven.fixed .theme-toggle {
  color: #123f6a !important;
}
.header-seven.fixed .header__hamburger .sidebar-menu {
  color: #123f6a !important;
}

@media (max-width: 991.98px) {
  .megamenutab .megamenu-wrapper {
    padding: 0;
  }
  .megamenutab .menu-tab ul {
    display: block !important;
  }
  .megamenutab .menu-tab ul li {
    margin: 5px;
    width: auto;
  }
  .megamenutab .menu-tab ul li a {
    background: #E4EBF1;
    padding: 4px 16px !important;
  }
  .megamenutab .menu-tab .mean-expand {
    display: none !important;
  }
  .megamenutab .tab-menulist .mean-expand {
    display: none !important;
  }
  .megamenutab .tab-menulist ul {
    display: block !important;
  }
}
/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  25.header-three
============================*/
.header-three {
  margin-top: 20px;
}
.header-three.fixed {
  margin: 0;
}
.header-three .header__hamburger .sidebar-menu {
  color: #123f6a;
}
.header-three .header-nav {
  background: #FFF;
  border-radius: 10px;
}
.header-three .header-nav .main-menu-wrapper {
  padding: 0px 20px;
}
@media (max-width: 991.98px) {
  .header-three .header-nav .main-menu-wrapper {
    padding: 12px !important;
  }
}
.header-three .header-nav .main-menu-wrapper .main-nav > li.active > a, .header-three .header-nav .main-menu-wrapper .main-nav > li:hover > a {
  color: #ff8a00;
}
.header-three .header-nav .main-menu-wrapper .main-nav > li.active > a i, .header-three .header-nav .main-menu-wrapper .main-nav > li:hover > a i {
  color: #ff8a00;
}
.header-three .header-nav .main-menu-wrapper .main-nav > li.active > a::after {
  color: #ff8a00;
}
.header-three .header-nav .main-menu-wrapper .main-nav > li > a {
  color: #123f6a;
}
.header-three .header-nav .main-menu-wrapper .main-nav > li > a i {
  color: #656B76;
}
.header-three .header-btn a {
  color: #123f6a;
  font-size: 20px;
}
.header-three .header-btn .btn {
  font-size: 13px;
}
@media (max-width: 767.98px) {
  .header-three .header-btn .cart-dropdown, .header-three .header-btn .fav-dropdown {
    display: none;
  }
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  26.header-four
============================*/
.main-header.main-header-four {
  position: relative;
}
.main-header.main-header-four .header__hamburger .sidebar-menu {
  color: #123f6a;
}
@media (max-width: 1199.98px) {
  .main-header.main-header-four .flag-dropdown {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .main-header.main-header-four .flag-dropdown {
    display: block;
  }
}
.main-header.main-header-four .header-nav .main-menu-wrapper {
  padding: 0;
}
.main-header.main-header-four .header-nav .main-menu-wrapper .main-nav > li.active > a, .main-header.main-header-four .header-nav .main-menu-wrapper .main-nav > li:hover > a {
  color: #ff8a00;
}
.main-header.main-header-four .header-nav .main-menu-wrapper .main-nav > li.active > a i, .main-header.main-header-four .header-nav .main-menu-wrapper .main-nav > li:hover > a i {
  color: #ff8a00;
}
.main-header.main-header-four .header-nav .main-menu-wrapper .main-nav > li > a {
  color: #123f6a;
}
.main-header.main-header-four .header-nav .main-menu-wrapper .main-nav > li > a i {
  color: #656B76;
}

.header-topbar.topbar-four {
  background: #123f6a;
  border-bottom: 1px solid #E4EBF1;
}
    .header-topbar.topbar-four p {
        color: #FFF;
    }
    .header-topbar.topbar-four .dropdown > a {
        color: #FFF;
    }
@media (max-width: 991.98px) {
  .header-topbar.topbar-four {
    display: none;
  }
}

.header-four .header-btn .theme-toggle {
  color: #123f6a;
}
@media (max-width: 767.98px) {
  .header-four .header-btn .dropdown {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header-four .container {
    padding: 0px;
  }
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  27.header-five
============================*/
.header-five {
  margin-top: 20px;
}
.header-five.fixed {
  margin: 0;
}
.header-five .header__hamburger .sidebar-menu {
  color: #123f6a;
}
.header-five .header-nav {
  background: #FFF;
  border-radius: 10px;
}
.header-five .header-nav .main-menu-wrapper {
  padding: 0px 20px;
}
@media (max-width: 991.98px) {
  .header-five .header-nav .main-menu-wrapper {
    padding: 12px !important;
  }
}
.header-five .header-nav .main-menu-wrapper .main-nav > li > a {
  color: #123f6a;
}
.header-five .header-nav .main-menu-wrapper .main-nav > li > a i {
  color: #656B76;
}
.header-five .header-btn a {
  color: #123f6a;
  font-size: 13px;
}
.header-five .header-btn .btn {
  font-size: 13px;
}
.header-five .header-btn .fav-dropdown, .header-five .header-btn .cart-dropdown {
  display: none;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  header-eight
============================*/
.header-eight {
  margin-top: 16px;
}
.header-eight .header-nav {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(25px);
  border-radius: 10px;
  border: 1px solid #FFF !important;
}
.header-eight .header-nav .main-menu-wrapper {
  padding: 0px 12px;
}
.header-eight .header-nav .main-menu-wrapper .main-nav .submenu .menu-tab ul li a {
  background: #E4EBF1 !important;
}
.header-eight .header-nav .main-menu-wrapper .main-nav .submenu .menu-tab ul li a.active, .header-eight .header-nav .main-menu-wrapper .main-nav .submenu .menu-tab ul li a:hover {
  background-color: #ff8a00 !important;
  color: #FFF !important;
}
.header-eight .header-nav .main-menu-wrapper .main-nav .submenu li a {
  color: #123f6a !important;
  background-color: transparent !important;
}
.header-eight .header-nav .main-menu-wrapper .main-nav .submenu li a.active, .header-eight .header-nav .main-menu-wrapper .main-nav .submenu li a:hover {
  color: #ff8a00 !important;
}
.header-eight .header-nav .main-menu-wrapper .main-nav .submenu li a.btn-dark {
  background-color: #123f6a !important;
  border-color: #123f6a !important;
  color: #FFF !important;
}
.header-eight .header-nav .main-menu-wrapper .main-nav .submenu li a.btn-dark:hover {
  background-color: #ff8a00 !important;
  border-color: #ff8a00 !important;
}
.header-eight .header-nav .main-menu-wrapper .main-nav > li {
  margin-right: 1px !important;
  border: none !important;
}
.header-eight .header-nav .main-menu-wrapper .main-nav > li.active a {
  background-color: #ff8a00;
  color: #FFF;
}
.header-eight .header-nav .main-menu-wrapper .main-nav > li > a {
  color: #FFF;
  padding: 4px 16px;
  border-radius: 50px;
}
@media (max-width: 1399.98px) {
  .header-eight .header-nav .main-menu-wrapper .main-nav > li > a {
    padding: 4px 10px;
  }
}
@media (max-width: 1199.98px) {
  .header-eight .header-nav .main-menu-wrapper .main-nav > li > a {
    padding: 4px 10px;
  }
}
.header-eight .header-nav .main-menu-wrapper .main-nav > li > a:hover {
  background-color: #ff8a00;
  color: #FFF;
}
.header-eight .header-nav .main-menu-wrapper .main-nav > li > a::after {
  display: none !important;
}
.header-eight .header-nav .header-btn .theme-toggle, .header-eight .header-nav .header-btn .wishlist-icon {
  font-size: 24px;
}
.header-eight.fixed {
  margin-top: 0;
}
.header-eight.fixed .wishlist-icon {
  color: #123f6a !important;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  Header-nine
============================*/
.main-header-nine {
  padding: 16px;
}
.main-header-nine .header-topbar.topbar-nine {
  background-color: #FFF;
  border-radius: 10px 10px 0 0;
  border-color: #E4EBF1;
  padding: 12px 8px 12px;
}
.main-header-nine .header-topbar.topbar-nine p i {
  color: #123f6a;
}
.main-header-nine .header-topbar .dropdown.flag-dropdown img {
  height: 16px;
}
.main-header-nine .header-nine {
  background-color: #FFF;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 991.98px) {
  .main-header-nine .header-nine {
    border-radius: 10px;
  }
}
.main-header-nine .header-nine .header__hamburger .sidebar-menu {
  color: #123f6a;
}
.main-header-nine .header-nine .header-nav .main-menu-wrapper {
  padding: 8px;
}
@media (max-width: 991.98px) {
  .main-header-nine .header-nine .header-nav .main-menu-wrapper {
    padding: 8px 0;
  }
}
.main-header-nine .header-nine .header-nav .main-menu-wrapper .wishlist-icon {
  font-size: 24px;
}
.main-header-nine .header-nine .header-nav .main-menu-wrapper .main-nav .submenu .menu-tab ul li a {
  background: #E4EBF1 !important;
}
.main-header-nine .header-nine .header-nav .main-menu-wrapper .main-nav .submenu .menu-tab ul li a.active, .main-header-nine .header-nine .header-nav .main-menu-wrapper .main-nav .submenu .menu-tab ul li a:hover {
  background-color: #ff8a00 !important;
  color: #FFF !important;
}
.main-header-nine .header-nine .header-nav .main-menu-wrapper .main-nav .submenu li a {
  color: #123f6a !important;
  background-color: transparent !important;
}
.main-header-nine .header-nine .header-nav .main-menu-wrapper .main-nav .submenu li a.active, .main-header-nine .header-nine .header-nav .main-menu-wrapper .main-nav .submenu li a:hover {
  color: #ff8a00 !important;
}
.main-header-nine .header-nine .header-nav .main-menu-wrapper .main-nav .submenu li a.btn-dark {
  background-color: #123f6a !important;
  border-color: #123f6a !important;
  color: #FFF !important;
}
.main-header-nine .header-nine .header-nav .main-menu-wrapper .main-nav .submenu li a.btn-dark:hover {
  background-color: #ff8a00 !important;
  border-color: #ff8a00 !important;
}
.main-header-nine .header-nine .header-nav .main-menu-wrapper .main-nav > li {
  margin-right: 1px !important;
  border: none !important;
}
.main-header-nine .header-nine .header-nav .main-menu-wrapper .main-nav > li.active a {
  background-color: #ff8a00;
  color: #FFF;
}
.main-header-nine .header-nine .header-nav .main-menu-wrapper .main-nav > li > a {
  color: #123f6a;
  padding: 4px 16px;
  border-radius: 50px;
}
@media (max-width: 1399.98px) {
  .main-header-nine .header-nine .header-nav .main-menu-wrapper .main-nav > li > a {
    padding: 4px 8px;
  }
}
@media (max-width: 1199.98px) {
  .main-header-nine .header-nine .header-nav .main-menu-wrapper .main-nav > li > a {
    padding: 4px 8px;
  }
}
.main-header-nine .header-nine .header-nav .main-menu-wrapper .main-nav > li > a:hover {
  background-color: #ff8a00;
  color: #FFF;
}
.main-header-nine .header-nine .header-nav .main-menu-wrapper .main-nav > li > a::after {
  display: none !important;
}
.main-header-nine .header-nine .header-nav .header-btn .theme-toggle, .main-header-nine .header-nine .header-nav .header-btn .wishlist-icon {
  font-size: 24px;
}
.main-header-nine .header-nine.fixed {
  margin-top: 0;
}
.main-header-nine .header-nine.fixed .wishlist-icon {
  color: #123f6a !important;
}
.main-header-nine .header-nine.fixed {
  border-radius: 0;
}
.main-header-nine .single-demo.active .demo-info a {
  color: #ff8a00 !important;
}
.main-header-nine .nav-pills .nav-link.active, .main-header-nine .nav-pills .show > .nav-link {
  color: #FFF !important;
  background-color: #ff8a00 !important;
}
.main-header-nine .nav-pills .nav-link {
  color: #123f6a !important;
  background-color: #E4EBF1 !important;
}
.main-header-nine .megamenu-wrapper .single-demo .demo-info a {
  color: #123f6a !important;
  background-color: transparent !important;
}
.main-header-nine .megamenu-wrapper .single-demo.active .demo-info a {
  color: #ff8a00 !important;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
.header-ten .main-menu-wrapper {
  padding: 10px 0px 0px !important;
}
.header-ten .main-menu-wrapper .main-nav > li.active a {
  background: rgba(255, 255, 255, 0.3019607843);
  padding: 4px 12px;
  border-radius: 100px;
}
.header-ten .main-menu-wrapper .main-nav > li.active a::after {
  content: unset !important;
}
.header-ten .megamenu-wrapper .single-demo.active a {
  color: #ff8a00 !important;
}
.header-ten.fixed .main-menu-wrapper .main-nav > li.active a {
  background: #ff8a00;
  color: #FFF;
}
.header-ten.fixed .main-menu-wrapper .main-nav > li.active a::after {
  content: unset !important;
}
.header-ten.fixed .wishlist-icon {
  color: #123f6a !important;
}
.header-ten.fixed .megamenu-wrapper .single-demo .demo-img a {
  background: transparent !important;
  color: #123f6a;
}
.header-ten.fixed .megamenu-wrapper .single-demo .demo-info a {
  background: transparent !important;
  color: #123f6a !important;
}
.header-ten.fixed .megamenu-wrapper .single-demo.active a {
  color: #ff8a00 !important;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  header-eleven
============================*/
.header-eleven {
  background-color: #FFF;
}
.header-eleven .header-logo.logo-dark {
  display: block;
}
.header-eleven .logo-white.header-logo {
  display: none;
}
@media (max-width: 1199.98px) {
  .header-eleven .flag-dropdown {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .header-eleven .flag-dropdown {
    display: block !important;
  }
}
.header-eleven .flag-dropdown img {
  height: 20px;
}
.header-eleven .header-nav .main-menu-wrapper {
  padding: 0;
}
.header-eleven .header-nav .main-menu-wrapper .main-nav .submenu .menu-tab ul li a {
  background: #E4EBF1 !important;
}
.header-eleven .header-nav .main-menu-wrapper .main-nav .submenu .menu-tab ul li a.active, .header-eleven .header-nav .main-menu-wrapper .main-nav .submenu .menu-tab ul li a:hover {
  background-color: #ff8a00 !important;
  color: #FFF !important;
}
.header-eleven .header-nav .main-menu-wrapper .main-nav .submenu li a {
  color: #123f6a !important;
  background-color: transparent !important;
}
.header-eleven .header-nav .main-menu-wrapper .main-nav .submenu li a.active, .header-eleven .header-nav .main-menu-wrapper .main-nav .submenu li a:hover {
  color: #ff8a00 !important;
}
.header-eleven .header-nav .main-menu-wrapper .main-nav .submenu li a.btn-dark {
  background-color: #123f6a !important;
  border-color: #123f6a !important;
  color: #FFF !important;
}
.header-eleven .header-nav .main-menu-wrapper .main-nav .submenu li a.btn-dark:hover {
  background-color: #ff8a00 !important;
  border-color: #ff8a00 !important;
}
.header-eleven .header-nav .main-menu-wrapper .main-nav > li.active a {
  color: #ff8a00;
}
.header-eleven .header-nav .main-menu-wrapper .main-nav > li > a {
  color: #123f6a;
}
.header-eleven .header-nav .main-menu-wrapper .main-nav > li > a:hover {
  color: #ff8a00;
}
.header-eleven .header-nav .main-menu-wrapper .main-nav > li > a::after {
  color: #ff8a00 !important;
}
.header-eleven .header-btn .theme-toggle {
  color: #123f6a;
}
.header-eleven .flag-dropdown-desktop .dropdown-toggle::after {
  display: none !important;
}
.header-eleven .header__hamburger .sidebar-menu {
  color: #123f6a;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  27.header-five
============================*/
.header-twelve {
  margin-top: 8px;
}
.header-twelve .logo-white {
  display: none;
}
.header-twelve .logo-dark {
  display: block !important;
}
.header-twelve .offcanvas-head .black-logo-responsive {
  display: none;
}
.header-twelve .offcanvas-head .white-logo-responsive {
  display: block;
}
.header-twelve .demo-info a {
  background: transparent !important;
  color: #123f6a !important;
}
.header-twelve.fixed {
  margin: 0;
}
.header-twelve.fixed .theme-toggle {
  font-size: 20px;
  color: #123f6a;
}
.header-twelve.fixed .megamenu-wrapper .single-demo .demo-img a {
  background: transparent !important;
  color: #123f6a;
}
.header-twelve.fixed .megamenu-wrapper .single-demo .demo-info a {
  background: transparent !important;
  color: #123f6a !important;
}
.header-twelve.fixed .megamenu-wrapper .single-demo.active a {
  color: #ff8a00 !important;
}
.header-twelve .header__hamburger .sidebar-menu {
  color: #123f6a;
}
.header-twelve .header-nav {
  background: #FFF;
  border-radius: 10px;
}
.header-twelve .header-nav .main-menu-wrapper {
  padding: 0px 8px;
}
@media (max-width: 991.98px) {
  .header-twelve .header-nav .main-menu-wrapper {
    padding: 12px !important;
  }
}
.header-twelve .header-nav .main-menu-wrapper .main-nav > li > a {
  color: #123f6a;
}
.header-twelve .header-nav .main-menu-wrapper .main-nav > li > a:hover i {
  color: #FFF;
}
.header-twelve .header-nav .main-menu-wrapper .main-nav > li > a i {
  color: #656B76;
}
.header-twelve .header-nav .main-menu-wrapper .main-nav > li.active a i {
  color: #FFF;
}
.header-twelve .header-btn .fav-dropdown .wishlist-icon, .header-twelve .header-btn .cart-dropdown .wishlist-icon {
  color: #123f6a;
  font-size: 16px;
  display: flex;
}
.header-twelve .header-btn .theme-toggle {
  font-size: 16px !important;
  color: #123f6a;
}
.header-twelve .theme-toggle.activate {
  display: flex;
}
.header-twelve .main-menu-wrapper .main-nav li.has-submenu.megamenu:hover > .submenu {
  transform: translateY(-2px);
}
.header-twelve .nav-pills .nav-link.active, .header-twelve .nav-pills .show > .nav-link {
  color: #FFF !important;
  background-color: #ff8a00 !important;
}
.header-twelve .nav-pills .nav-link {
  color: #123f6a !important;
  background-color: #E4EBF1 !important;
}

.purchase-btn {
  transition: all 0.6s;
}
.purchase-btn:hover {
  background: #ff8a00 !important;
  color: #FFF !important;
  border: 1px solid #ff8a00 !important;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  28.footer
============================*/
footer {
  background: #F1F4F7;
}
footer .footer-top {
  padding: 40px 0 0;
}
footer .footer-top .footer-widget {
  margin-bottom: 20px;
}
footer .footer-top .footer-widget h5 {
  margin-bottom: 22px;
  position: relative;
}
footer .footer-top .footer-widget h5::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 38px;
  height: 2px;
  background: #ff8a00;
  border-radius: 30px;
}
footer .footer-top .footer-widget .footer-menu li {
  margin-bottom: 8px;
}
footer .footer-top .footer-widget .footer-menu li a {
  position: relative;
  color: #123f6a;
}
footer .footer-top .footer-widget .footer-menu li a:hover {
  color: #ff8a00;
}
footer .footer-top .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}
footer .footer-wrap {
  border-radius: 10px;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
  padding: 20px 20px 4px;
  margin: 20px 0 24px;
}
footer .footer-bottom {
  background: #E4EBF1;
  padding-top: 10px;
}
footer .footer-bottom p {
  margin-bottom: 10px;
}
footer .footer-bottom .card-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
footer .footer-bottom .card-links li a {
  position: relative;
  margin-right: 8px;
  color: #393F4D;
}
footer .footer-bottom .card-links li:last-child a {
  margin-right: 0;
}

.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.social-icon li {
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
}
.social-icon li::after {
  content: "";
  width: 2px;
  height: 25px;
  background: #F1F4F7;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
}
.social-icon li a {
  color: #123f6a;
}
.social-icon li a:hover {
  color: #ff8a00;
}
.social-icon li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.social-icon li:last-child::after {
  content: none;
}

.footer-logo-dark {
  display: none;
}

.footer-seven .footer-top {
  padding: 40px 0 40px 0 !important;
}
@media (max-width: 575.98px) {
  .footer-seven .footer-top {
    padding: 24px 0 24px 0 !important;
  }
}
@media (max-width: 575.98px) {
  .footer-seven .footer-top .footer-widget {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.footer-seven .footer-top .footer-widget h5 {
  margin-bottom: 20px !important;
}
@media (max-width: 575.98px) {
  .footer-seven .footer-top .footer-widget h5 {
    margin-bottom: 12px !important;
  }
}
.footer-seven .footer-top .footer-widget h5::before {
  content: unset !important;
}
.footer-seven .footer-top .footer-menu li {
  margin-bottom: 12px !important;
}
.footer-seven .footer-top .footer-menu li:last-child {
  margin-bottom: 0 !important;
}
.footer-seven .social-icon a {
  background: #242B3A !important;
  color: #FFF !important;
  transition: all 0.3s;
}
.footer-seven .social-icon a:hover {
  background: #ff8a00 !important;
  transform: translateY(-5px);
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  29.footer-four
============================*/
footer.footer-four .footer-top {
  background: linear-gradient(184.15deg, #FFF 2.72%, #FFF2F2 95.98%);
  padding: 60px 0 40px;
}
footer.footer-four .footer-top .footer-widget h5 {
  margin-bottom: 16px;
}
footer.footer-four .footer-top .footer-widget h5::before {
  content: none;
}
@media (max-width: 991.98px) {
  footer.footer-four .footer-top {
    padding: 40px 0 20px;
  }
}
footer.footer-four .footer-input .input-group {
  width: 100%;
  border-radius: 54px;
  background: #FFF;
  padding: 8px 16px;
  border: 1px solid #ff8a00;
}
footer.footer-four .footer-input .input-group .input-group-text {
  background: #FFF;
  border: 0 !important;
  border-radius: 54px 54px 54px 54px;
  color: #123f6a;
}
footer.footer-four .footer-input .input-group .form-control {
  border: 0 !important;
  box-shadow: none;
  margin-right: 5px;
  height: 37px;
  min-height: 37px;
  padding: 0 10px;
}
footer.footer-four .footer-input .input-group .btn {
  border-radius: 54px !important;
}
footer.footer-four .footer-bottom {
  padding: 12px 0 2px;
  border-top: #FBDCD7;
  background: #FEEDEB;
}
footer.footer-four .footer-bottom .social-icon li {
  margin-right: 8px;
  padding-right: 0;
}
footer.footer-four .footer-bottom .social-icon li a {
  width: 32px;
  height: 32px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
footer.footer-four .footer-bottom .social-icon li a:hover {
  background: #ff8a00;
  color: #FFF;
}
footer.footer-four .footer-bottom .social-icon li::after {
  content: none;
}
footer.footer-four .footer-bottom .policy-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
footer.footer-four .footer-bottom .policy-links li {
  margin: 0 16px 10px 0;
}
footer.footer-four .footer-bottom .policy-links li:last-child {
  margin-right: 0;
}
footer.footer-four .footer-bottom .policy-links li a {
  color: #123f6a;
}
footer.footer-four .footer-bottom .policy-links li a:hover {
  color: #ff8a00;
}

.footer-input .input-group {
  width: 100%;
  border-radius: 54px;
  background: #FFF;
  padding: 8px 10px 8px 16px;
}
.footer-input .input-group .input-group-text {
  background: #FFF;
  border: 0 !important;
  border-radius: 54px 54px 54px 54px;
  color: #123f6a;
}
.footer-input .input-group .form-control {
  border: 0 !important;
  box-shadow: none;
  margin-right: 5px;
  height: 37px;
  min-height: 37px;
  padding: 0 10px;
}
.footer-input .input-group .btn {
  border-radius: 54px !important;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  30.footer-three
============================*/
footer.footer-three .footer-top {
  background: #123f6a;
  padding: 40px 0 20px 0;
}
footer.footer-three .footer-top .footer-widget h5 {
  margin-bottom: 24px;
  color: #FFF;
}
    footer.footer-three .footer-top .footer-widget h5::before {
        background: #6A7287;
        width: 100%;
        bottom: -10px;
    }
footer.footer-three .footer-top .footer-widget .footer-menu li a {
  color: #fff;
}
footer.footer-three .footer-top .footer-widget .footer-menu li a:hover {
  color: #ff8a00;
}
footer.footer-three .footer-top .footer-about {
  max-width: 416px;
  width: 100%;
}
footer.footer-three .footer-top .footer-about p {
  color: #7D828C;
}
footer.footer-three .footer-top .footer-about h5::before {
  content: none;
}
footer.footer-three .social-icon li {
  margin-right: 8px;
  padding-right: 0;
}
footer.footer-three .social-icon li a {
  width: 32px;
  height: 32px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
footer.footer-three .social-icon li a:hover {
  background: #ff8a00;
  color: #FFF;
}
footer.footer-three .social-icon li::after {
  content: none;
}
footer.footer-three .footer-bottom {
  background: #123f6a;
  border-top: 1px solid #242B3A;
  padding: 20px 0 10px;
}
footer.footer-three .footer-bottom p {
  color: #7D828C;
}
footer.footer-three .footer-bottom .policy-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}
footer.footer-three .footer-bottom .policy-links li {
  margin: 0 8px 10px 0;
}
footer.footer-three .footer-bottom .policy-links li a {
  color: #7D828C;
}
footer.footer-three .footer-bottom .policy-links li a:hover {
  color: #ff8a00;
}

.footer-contact {
  padding: 20px 0;
}
.footer-contact .social-icon {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .footer-contact .social-icon {
    margin-bottom: 16px;
  }
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
 31.footer-five
============================*/
.footer-five .footer-top {
  padding-bottom: 20px;
}
.footer-five .footer-about {
  padding-right: 20px;
  margin-bottom: 20px;
}
.footer-five .footer-about .footer-input .input-group {
  width: 100%;
  border-radius: 54px;
  background: #FFF;
  padding: 8px;
}
.footer-five .footer-about .footer-input .input-group .input-group-text {
  background: #FFF;
  border: 0 !important;
  border-radius: 54px 54px 54px 54px;
  color: #123f6a;
}
.footer-five .footer-about .footer-input .input-group .form-control {
  border: 0 !important;
  box-shadow: none;
  margin-right: 5px;
  height: 30px;
  padding: 0 10px;
}
.footer-five .footer-about .footer-input .input-group .btn {
  border-radius: 50px !important;
  font-size: 13px;
  padding: 4px 12px;
  height: 40px;
}
.footer-five .footer-top .footer-widget h5::before {
  background: transparent;
}
.footer-five .customer-info {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.footer-five .customer-info .customer-info-icon span {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E4EBF1;
  font-size: 24px;
  font-weight: 700;
  color: #123f6a;
}
.footer-five .customer-info .customer-info-content {
  margin-left: 8px;
}
.footer-five .customer-info .customer-info-content span {
  color: #123f6a;
  font-size: 14px;
}
.footer-five .customer-info .customer-info-content h6 {
  color: #123f6a;
  font-size: 14px;
  font-weight: 500;
}
.footer-five .footer-bottom {
  background: transparent;
  border-top: 1px solid #E4EBF1;
}
.footer-five .footer-bottom .social-icon li:after {
  background: transparent;
}
.footer-five .footer-bottom .social-icon a {
  background: #E4EBF1;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.footer-five .footer-bottom .social-icon a:hover {
  background: #ff8a00;
  color: #fff;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
.footer-eight {
  background-color: #123f6a;
}
.footer-eight .footer-top {
  position: relative;
  padding: 60px 0;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .footer-eight .footer-top {
    padding: 40px 0;
  }
}
.footer-eight .footer-top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/bg/footer-bg-02.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.footer-eight .footer-top::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/bg/footer-bg-01.png);
  background-repeat: no-repeat;
  background-position: left top;
  top: 0;
  left: 0;
  z-index: -1;
}
.footer-eight .footer-top .footer-bg {
  position: absolute;
  top: 10px;
  left: 3%;
  z-index: -1;
}
.footer-eight .footer-top .footer-subscribe {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 60px;
  backdrop-filter: blur(6px);
}
@media (max-width: 767.98px) {
  .footer-eight .footer-top .footer-subscribe {
    padding: 20px;
  }
}
.footer-eight .footer-middle {
  padding: 40px 0;
  border-top: 1px solid #242B3A;
}
.footer-eight .footer-middle .footer-links ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-eight .footer-middle .footer-links ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer-eight .footer-middle .footer-links ul li:last-child a::after {
  display: none !important;
}
.footer-eight .footer-middle .footer-links ul li a {
  color: #E4EBF1;
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}
.footer-eight .footer-middle .footer-links ul li a:hover {
  color: #ff8a00;
  text-decoration: underline;
}
.footer-eight .footer-middle .footer-links ul li a::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ff8a00;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.footer-eight .footer-bottom {
  border-top: 1px solid #242B3A;
  background-color: transparent;
  padding: 16px 0;
}
@media (max-width: 767.98px) {
  .footer-eight .footer-bottom {
    text-align: center;
  }
}
.footer-eight .footer-bottom a {
  color: #FFF;
}
.footer-eight .footer-bottom a:hover {
  color: #ff8a00;
}
.footer-eight .footer-bottom .footer-bottom-links {
  display: flex;
  align-self: center;
  gap: 16px;
}
.footer-eight .footer-bottom .footer-bottom-links a {
  color: #FFF;
}
.footer-eight .footer-bottom .footer-bottom-links a:hover {
  color: #ff8a00;
}
.footer-eight .footer-bottom .social-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .footer-eight .footer-bottom .social-icon {
    justify-content: center;
    margin-top: 10px;
  }
}
.footer-eight .footer-bottom .social-icon li {
  margin-right: 0;
  padding-right: 0;
}
.footer-eight .footer-bottom .social-icon li::after {
  display: none !important;
}
.footer-eight .footer-bottom .social-icon li a {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.3);
  color: #FFF;
  font-size: 16px;
}
.footer-eight .footer-bottom .social-icon li a:hover {
  background-color: #ff8a00;
  color: #FFF;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
.footer-nine {
  background-color: #123f6a;
}
.footer-nine .footer-top {
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  .footer-nine .footer-top {
    padding: 50px 0;
  }
}
.footer-nine .footer-about {
  background-color: rgba(33, 46, 71, 0.2);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .footer-nine .footer-about {
    padding: 20px;
  }
}
.footer-nine .footer-about .footer-about-text {
  margin-bottom: 43px;
}
.footer-nine .footer-about .home-nine-title {
  color: #FFF;
  padding-bottom: 4px;
  position: relative;
  margin-bottom: 15px;
}
.footer-nine .footer-about .home-nine-title::after {
  position: absolute;
  content: "";
  width: 38px;
  height: 2px;
  background-color: #ff8a00;
  left: 0;
  bottom: 0;
  border-radius: 30px;
}
.footer-nine .footer-about .footer-widget {
  padding-left: 30px;
}
@media (max-width: 767.98px) {
  .footer-nine .footer-about .footer-widget {
    padding-left: 0;
    padding-top: 20px;
  }
}
.footer-nine .footer-about .footer-widget .footer-menu li {
  margin-bottom: 12px !important;
}
.footer-nine .footer-about .footer-widget .footer-menu li a {
  color: #FFF !important;
  padding-left: 12px;
  position: relative;
}
.footer-nine .footer-about .footer-widget .footer-menu li a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #FFF;
  border-radius: 50px;
  left: 0;
  top: 8px;
}
.footer-nine .footer-about .footer-widget .footer-menu li a:hover {
  color: #ff8a00 !important;
}
.footer-nine .footer-about .footer-widget .footer-menu li a:hover::before {
  background-color: #ff8a00;
}
.footer-nine .footer-image {
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
@media (max-width: 575.98px) {
  .footer-nine .footer-image {
    padding: 20px;
  }
}
.footer-nine .footer-image .footer-content {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  backdrop-filter: blur(14px);
  max-width: 394px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 991.98px) {
  .footer-nine .footer-image .footer-content {
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .footer-nine .footer-image .footer-content {
    padding: 20px;
  }
}
.footer-nine .footer-image .footer-content h2 {
  color: #FFF;
  font-size: 28px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .footer-nine .footer-image .footer-content h2 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .footer-nine .footer-image .footer-content h2 {
    font-size: 20px;
  }
}
.footer-nine .footer-bottom {
  background-color: #123f6a;
  border-top: 1px solid #242B3A;
  padding: 20px 0;
}
.footer-nine .footer-bottom .copy-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .footer-nine .footer-bottom .copy-right {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.footer-nine .footer-bottom .copy-right a {
  color: #FFF;
}
.footer-nine .footer-bottom .copy-right a:hover {
  color: #ff8a00;
}
.footer-nine .footer-bottom p {
  color: #FFF;
  margin-bottom: 0;
}
.footer-nine .footer-bottom .social-icon {
  margin-bottom: 0;
}
.footer-nine .footer-bottom .social-icon li {
  padding-right: 0;
}
.footer-nine .footer-bottom .social-icon li::after {
  display: none;
}
.footer-nine .footer-bottom .social-icon li a {
  width: 32px;
  height: 32px;
  background-color: #FFF;
  color: #123f6a;
  font-size: 16px;
  border-radius: 10px 0 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-nine .footer-bottom .social-icon li a:hover {
  background-color: #ff8a00;
  color: #FFF;
}
.footer-nine .footer-bottom .policy-links {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-nine .footer-bottom .policy-links li a {
  color: #FFF;
}
.footer-nine .footer-bottom .policy-links li a:hover {
  color: #ff8a00;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
.footer-ten {
  background-color: #123f6a;
  padding-top: 60px;
}
@media (max-width: 575.98px) {
  .footer-ten {
    padding-top: 40px;
  }
}
.footer-ten .foot-ten {
  background-color: rgba(255, 255, 255, 0.0509803922);
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .footer-ten .foot-ten {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.footer-ten .foot-ten .footer-widget .footer-title {
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 16px;
  position: relative;
  width: fit-content;
}
.footer-ten .foot-ten .footer-widget .footer-title::before {
  content: "";
  background: #ff8a00;
  width: 20px;
  height: 2px;
  border-radius: 50px;
  position: absolute;
  right: -32px;
  top: 9px;
}
.footer-ten .foot-ten .footer-widget .link {
  font-size: 16px;
  color: #FFF;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.4s;
}
.footer-ten .foot-ten .footer-widget .link:hover {
  color: #ff8a00;
}
.footer-ten .foot-ten .footer-widget .link .dot {
  font-size: 6px;
  position: relative;
  top: 1px;
}
.footer-ten .foot-ten .footer-widget .customer-support {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-ten .foot-ten .footer-widget .customer-support .icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #FFF;
  flex-shrink: 0;
  border-radius: 50%;
}
.footer-ten .foot-ten .footer-widget .customer-support .number {
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
}
.footer-ten .foot-ten .footer-widget .customer-support .number span {
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 4px;
  display: block;
}
.footer-ten .footer-input {
  margin: 24px 0px;
}
.footer-ten .footer-input input {
  font-size: 16px;
}
.footer-ten .social-icon {
  margin-bottom: 0;
  gap: 8px;
}
.footer-ten .social-icon li {
  margin-right: 0;
  padding-right: 0;
}
.footer-ten .social-icon li::after {
  content: unset;
}
.footer-ten .social-icon li a {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.3019607843);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  transition: all 0.7s;
}
.footer-ten .social-icon li a:hover {
  background: #ff8a00;
  color: #FFF;
}
.footer-ten .copy-rights {
  border-top: 1px solid #242B3A;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.footer-ten .copy-rights .copy-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3px;
  color: #FFF;
}
@media (max-width: 575.98px) {
  .footer-ten .copy-rights .copy-content {
    justify-content: center;
    gap: 14px;
  }
}
.footer-ten .copy-rights .copy-content .copy-link {
  font-weight: 500;
  color: #ff8a00;
  transition: all 0.6s;
}
.footer-ten .copy-rights .copy-content .copy-link:hover {
  color: #FFF;
}
.footer-ten .social-app {
  display: flex;
  align-items: center;
  gap: 12px;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
footer.footer-eleven .footer-top {
  padding-bottom: 142px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  footer.footer-eleven .footer-top {
    padding-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  footer.footer-eleven .footer-top {
    padding-bottom: 40px;
  }
}
footer.footer-eleven .footer-top .footer-title-text {
  position: absolute;
  bottom: -17%;
  left: 0;
  font-size: 14.8vw;
  line-height: 88px;
  color: #FFF;
  font-weight: 700;
  line-height: normal;
  opacity: 0.08;
}
@media (max-width: 1199.98px) {
  footer.footer-eleven .footer-top .footer-title-text {
    bottom: -14%;
  }
}
@media (max-width: 991.98px) {
  footer.footer-eleven .footer-top .footer-title-text {
    display: none;
  }
}
footer.footer-eleven .footer-top .footer-subscribe {
  background-color: rgba(227, 240, 255, 0.2);
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 60px;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(227, 240, 255, 0.2);
}
@media (max-width: 767.98px) {
  footer.footer-eleven .footer-top .footer-subscribe {
    padding: 20px;
  }
}
footer.footer-eleven .footer-top .footer-subscribe h2 {
  font-size: 28px;
}
footer.footer-eleven .footer-top .customer-info {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
footer.footer-eleven .footer-top .customer-info .customer-info-icon span {
  width: 44px;
  height: 44px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff8a00;
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
}
footer.footer-eleven .footer-top .customer-info .customer-info-content {
  margin-left: 8px;
}
footer.footer-eleven .footer-top .customer-info .customer-info-content span {
  color: #E4EBF1;
  font-size: 14px;
}
footer.footer-eleven .footer-top .customer-info .customer-info-content .customer-info-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
footer.footer-eleven .social-icon li a {
  color: #FFF;
  background-color: #242B3A !important;
}
footer.footer-eleven .social-icon li a:hover {
  color: #FFF;
  background-color: #ff8a00 !important;
}
footer.footer-eleven .footer-widget .home-eleven-title {
  color: #FFF;
  padding-bottom: 4px;
  position: relative;
  margin-bottom: 15px;
}
footer.footer-eleven .footer-widget .home-eleven-title::after {
  position: absolute;
  content: "";
  width: 38px;
  height: 2px;
  background-color: #ff8a00;
  left: 0;
  bottom: 0;
  border-radius: 30px;
}
footer.footer-eleven .footer-widget .footer-menu li {
  margin-bottom: 12px !important;
}
footer.footer-eleven .footer-widget .footer-menu li a {
  color: #FFF !important;
}
footer.footer-eleven .footer-widget .footer-menu li a:hover {
  color: #ff8a00 !important;
}
footer.footer-eleven .footer-bottom a {
  color: #7D828C;
}
footer.footer-eleven .footer-bottom a:hover {
  color: #ff8a00;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
.footer-twelve {
  background: #123f6a;
  padding: 40px 0px 0px;
  position: relative;
  overflow: hidden;
}
.footer-twelve .footer-subscribe {
  border-radius: 10px;
  background: #FFF;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .footer-twelve .footer-subscribe {
    flex-direction: column;
    gap: 14px;
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .footer-twelve .footer-subscribe .subscribe {
    font-size: 20px;
  }
}
.footer-twelve .footer-subscribe .footer-input {
  width: 100%;
  max-width: 420px;
}
@media (max-width: 767.98px) {
  .footer-twelve .footer-subscribe .footer-input {
    max-width: 100%;
  }
}
.footer-twelve .footer-subscribe .footer-input .input-group {
  background: #E4EBF1;
}
.footer-twelve .footer-subscribe .footer-input .form-control, .footer-twelve .footer-subscribe .footer-input .input-group-text {
  background: transparent;
}
.footer-twelve .footer-top {
  position: relative;
  padding: 0;
  z-index: 1;
}
.footer-twelve .footer-top .img-1 {
  position: absolute;
  left: 0;
  max-width: 385px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1399.98px) {
  .footer-twelve .footer-top .img-1 {
    left: -80px;
  }
}
@media (max-width: 1399.98px) {
  .footer-twelve .footer-top .img-1 {
    display: none;
  }
}
.footer-twelve .footer-bottom {
  background: transparent;
  position: relative;
  z-index: 1;
}
.footer-twelve .footer-bottom .footer-bottom-content {
  margin-top: 40px;
  padding-top: 40px;
  margin-bottom: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
}
@media (max-width: 991.98px) {
  .footer-twelve .footer-bottom .footer-bottom-content {
    text-align: center;
    margin-bottom: 24px;
  }
}
.footer-twelve .footer-bottom .footer-content p {
  color: #FFF;
}
.footer-twelve .footer-bottom .social-icon {
  gap: 8px;
}
@media (max-width: 991.98px) {
  .footer-twelve .footer-bottom .social-icon {
    justify-content: center !important;
    margin-top: 10px;
  }
}
.footer-twelve .footer-bottom .social-icon li {
  margin-right: 0;
  padding-right: 0;
}
.footer-twelve .footer-bottom .social-icon li::after {
  content: unset;
}
.footer-twelve .footer-bottom .social-icon li a {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.3019607843);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  transition: all 0.7s;
}
.footer-twelve .footer-bottom .social-icon li a:hover {
  background: #ff8a00;
}
.footer-twelve .footer-bottom .footer-link {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .footer-twelve .footer-bottom .footer-link {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .footer-twelve .footer-bottom .footer-link {
    gap: 15px;
  }
}
.footer-twelve .footer-bottom .footer-link .link {
  color: #FFF;
}
.footer-twelve .footer-bottom .footer-link .link:hover {
  color: #ff8a00;
}
.footer-twelve .copy-rights {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px 0;
  background: #123f6a;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .footer-twelve .copy-rights {
    margin-top: 36px;
  }
}
.footer-twelve .copy-rights p {
  margin-bottom: 0;
}
.footer-twelve .copy-rights p a {
  color: #FFF;
  font-weight: 500;
  transition: all 0.7s;
}
.footer-twelve .copy-rights p a:hover {
  color: #ff8a00;
}
@media (max-width: 575.98px) {
  .footer-twelve .copy-rights p {
    text-align: center;
  }
}
.footer-twelve .copy-rights .copy-link {
  transition: all 0.7s;
  color: #7D828C;
}
.footer-twelve .copy-rights .copy-link:hover {
  color: #ff8a00;
}
.footer-twelve .globe-img {
  position: absolute;
  bottom: -150px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767.98px) {
  .footer-twelve .globe-img {
    bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .footer-twelve .footer-support-twelve {
    justify-content: start !important;
    width: 70%;
    margin: auto;
  }
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  32.breadcrumb
============================*/
.breadcrumb-bar {
  padding: 150px 0 40px;
  position: relative;
  z-index: 1;
}
.breadcrumb-bar .breadcrumb-title {
  font-size: 36px;
  color: #FFF;
}
@media (max-width: 991.98px) {
  .breadcrumb-bar .breadcrumb-title {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-bar .breadcrumb-title {
    font-size: 22px;
  }
}
.breadcrumb-bar::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(95.36deg, rgba(0, 0, 0, 0.8) 13.15%, rgba(0, 0, 0, 0.5) 78.27%);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .breadcrumb-bar {
    padding: 90px 0 30px;
  }
}

.breadcrumb .breadcrumb-item {
  color: #E4EBF1;
}
.breadcrumb .breadcrumb-item a {
  color: #FFF;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #ff8a00;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "\f054";
  font-family: "fontawesome";
  line-height: 2;
  font-size: 12px;
  color: #E4EBF1;
}
.breadcrumb .breadcrumb-item.active {
  color: #E4EBF1;
}

.breadcrumb-bg-01 {
  background: url("../img/bg/breadcrumb.jpg") no-repeat;
  background-size: cover;
}

.breadcrumb-bg-02 {
  background: url("../img/bg/breadcrumb-02.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumb-bg-03 {
  background: url("../img/bg/breadcrumb-03.jpg") no-repeat;
  background-size: cover;
}

.breadcrumb-bg-04 {
  background-color: #123f6a;
}
.breadcrumb-bg-04::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/bg/breadcrumb-07.png") no-repeat;
  background-position: center bottom;
}

.breadcrumb-bg-05 {
  background: url("../img/bg/breadcrumb-05.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumb-bg-06 {
  background: url("../img/bg/breadcrumb-04.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumb-bg-07 {
  background: url("../img/bg/breadcrumb-06.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumb-bg-08 {
  background: url("../img/bg/breadcrumb-07.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumb-bg-09 {
  background: url("../img/bg/breadcrumb-09.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumb-bg-10 {
  background: url("../img/bg/breadcrumb-09.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
 33.sidebar
============================*/
.user-sidebar {
  background: #FFF;
  box-shadow: none;
}
.user-sidebar .submenu ul {
  display: none;
  margin-left: 22px;
}
.user-sidebar .submenu .menu-arrow {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 22px;
  float: right;
}
.user-sidebar .submenu .menu-arrow::before {
  content: "\f105";
}
.user-sidebar .submenu .subdrop .menu-arrow::before {
  content: "\f107";
}
.user-sidebar .submenu .subdrop ~ ul {
  display: block;
}
.user-sidebar .user-sidebar-header {
  padding: 20px;
}
.user-sidebar .user-sidebar-header .profile-content {
  padding: 8px;
  border: 1px solid #E4EBF1;
}
.user-sidebar .user-sidebar-body ul li a {
  color: #123f6a;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #123f6a;
}
.user-sidebar .user-sidebar-body ul li a:hover, .user-sidebar .user-sidebar-body ul li a.active {
  color: #ff8a00;
}
.user-sidebar .user-sidebar-body ul li a i {
  margin-right: 10px;
  font-size: 14px;
}
.user-sidebar .user-sidebar-body ul li .message-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-sidebar .user-sidebar-body ul li .message-content .msg-count {
  width: 24px;
  height: 24px;
  background-color: #0E9384;
  padding: 4px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
}
.user-sidebar.agent-sidebar .agent-profile {
  position: relative;
  margin-bottom: 10px;
}
.user-sidebar.agent-sidebar .agent-profile img {
  width: 120px;
  height: 120px;
}
.user-sidebar.agent-sidebar .agent-profile a {
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.user-sidebar.agent-sidebar .notify-item a {
  width: 36px;
  height: 36px;
  color: #123f6a;
}
.user-sidebar.agent-sidebar .notify-item a span {
  top: 6px;
  right: 8px;
}
.user-sidebar.agent-sidebar .notify-item a:hover {
  color: #FFF;
}
.user-sidebar.agent-sidebar .user-sidebar-body > ul > li {
  margin-bottom: 4px;
}
.user-sidebar.agent-sidebar .user-sidebar-body > ul > li:last-child {
  margin-bottom: 0;
}
.user-sidebar.agent-sidebar .user-sidebar-body > ul > li > a {
  border-radius: 4px;
}
.user-sidebar.agent-sidebar .user-sidebar-body > ul > li > a:hover, .user-sidebar.agent-sidebar .user-sidebar-body > ul > li > a.active {
  background: #ff8a00;
  color: #FFF;
}
.user-sidebar.agent-sidebar .user-sidebar-body > ul > li.submenu a.subdrop, .user-sidebar.agent-sidebar .user-sidebar-body > ul > li.submenu a.active {
  background: #ff8a00;
  color: #FFF;
}
.user-sidebar.agent-sidebar .user-sidebar-body > ul > li.submenu ul li a.active {
  color: #ff8a00;
  background: transparent;
}
.user-sidebar.agent-sidebar .user-sidebar-body > ul > li.logout-link {
  border-top: 1px solid #E4EBF1;
}
.user-sidebar.agent-sidebar .user-sidebar-body > ul > li.logout-link a {
  color: #FF0000;
}
.user-sidebar.agent-sidebar .user-sidebar-body > ul > li.logout-link a:hover {
  color: rgb(229.5, 0, 0);
  background: transparent;
}

/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
  34.rtl
============================*/
@media (min-width: 992px) {
  [dir=rtl] header .main-menu-wrapper .main-nav > li {
    margin: 0 0 0 30px;
  }
  [dir=rtl] header .main-menu-wrapper .main-nav > li:last-child {
    margin: 0;
  }
}
@media (max-width: 1399.98px) {
  [dir=rtl] header .main-menu-wrapper .main-nav > li {
    margin: 0 0 0 18px !important;
  }
  [dir=rtl] header .main-menu-wrapper .main-nav > li:last-child {
    margin: 0;
  }
}
[dir=rtl] header .main-menu-wrapper .main-nav > li a i {
  margin: 0 4px 0 0;
}
[dir=rtl] header .main-menu-wrapper .main-nav > li.active.has-submenu > a::after {
  left: calc(50% + 6px);
}
[dir=rtl] header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu .megamenu-wrapper::before {
  left: 0;
  right: auto;
  background-position: bottom right;
}
[dir=rtl] header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu ul li a {
  padding: 0 14px 0 0;
}
[dir=rtl] header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu ul li a::before {
  right: 0;
  left: auto;
}
[dir=rtl] header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu ul li a:hover {
  padding: 0 15px 0 0;
}
[dir=rtl] .menu-img {
  margin-right: auto;
  margin-left: 0;
}
[dir=rtl] .header-dropdown .dropdown .dropdown-toggle::after {
  left: 12px;
  right: auto;
}
[dir=rtl] .offcanvas-info {
  left: 0;
  right: auto;
  transform: translateX(calc(-100% - 80px));
  -webkit-transform: translateX(calc(-100% - 80px));
  -ms-transform: translateX(calc(-100% - 80px));
}
[dir=rtl] .offcanvas-info.show {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}
[dir=rtl] .mean-container .mean-nav ul li {
  float: right;
}
[dir=rtl] .mean-container .mean-nav ul li a {
  float: right;
  text-align: right;
}
[dir=rtl] .mean-container .mean-nav ul li a.mean-expand {
  left: 0;
  right: auto;
}
[dir=rtl] .banner-form .nav li {
  margin: 0 0 0 8px;
}
[dir=rtl] .banner-form .nav li:last-child {
  margin: 0;
}
[dir=rtl] .banner-form .form-info .form-item {
  text-align: right;
  border-right: 1px solid #E4EBF1;
  border-left: 0;
}
[dir=rtl] .banner-form .form-info .form-item:first-child {
  border-left: 0;
  border-right: 0;
}
@media (max-width: 991.98px) {
  [dir=rtl] .banner-form .form-info .form-item:nth-child(odd) {
    border-left: 0;
    border-right: 0;
  }
}
[dir=rtl] .banner-form .form-info .form-item .way-icon {
  left: auto;
  right: 0;
}
[dir=rtl] .banner-form .search-btn {
  margin: 0 24px 0 0;
}
@media (max-width: 991.98px) {
  [dir=rtl] .banner-form .search-btn {
    margin: 0;
  }
}
[dir=rtl] .banner-form .input-search .input-group .input-group-text {
  border-right: 0;
  border-radius: 4px !important;
  border-left: 1px solid #E4EBF1;
}
[dir=rtl] .banner-form .input-search .input-group .form-control {
  padding: 0 16px 0 0;
  border-radius: 4px !important;
  border-right: 1px solid #E4EBF1;
  border-left: 0;
}
[dir=rtl] .about-section .about-btn .btn {
  margin: 0 0 0 40px;
}
[dir=rtl] .about-image {
  margin: 0 0 0 60px;
}
@media (max-width: 1399.98px) {
  [dir=rtl] .about-image {
    margin: 0 0 0 36px;
  }
}
@media (max-width: 991.98px) {
  [dir=rtl] .about-image {
    margin: 0;
  }
}
[dir=rtl] .about-listing {
  left: 0;
  right: auto;
}
[dir=rtl] .about-progress {
  left: 50px;
  right: auto;
}
[dir=rtl] .nav-center .owl-nav button.owl-next {
  left: -20px;
  right: auto;
}
@media (max-width: 1199.98px) {
  [dir=rtl] .nav-center .owl-nav button.owl-next {
    left: -10px;
  }
}
@media (max-width: 991.98px) {
  [dir=rtl] .nav-center .owl-nav button.owl-next {
    left: 0;
  }
}
[dir=rtl] .nav-center .owl-nav button.owl-prev {
  right: -20px;
  left: auto;
}
@media (max-width: 1199.98px) {
  [dir=rtl] .nav-center .owl-nav button.owl-prev {
    right: -10px;
  }
}
@media (max-width: 991.98px) {
  [dir=rtl] .nav-center .owl-nav button.owl-prev {
    right: 0;
  }
}
[dir=rtl] .video-wrap .video-btn {
  top: 50%;
  left: -50%;
  transform: translate(50%, -50%);
}
[dir=rtl] .testimonial-slider-rtl.owl-carousel .owl-nav {
  text-align: center;
  margin-top: 16px;
}
[dir=rtl] .testimonial-slider-rtl.owl-carousel .owl-nav .owl-next {
  margin-right: 16px;
}
[dir=rtl] .social-icon li {
  margin: 0 0 0 12px;
  padding: 0 0 0 12px;
}
[dir=rtl] .social-icon li::after {
  right: auto;
  left: 0;
}
[dir=rtl] .social-icon li:last-child {
  margin: 0;
  padding: 0;
}
[dir=rtl] footer .footer-top .footer-widget h5::before {
  right: 0;
}
[dir=rtl] footer .footer-bottom .card-links li a {
  margin: 0 0 0 8px;
}
[dir=rtl] footer .footer-bottom .card-links li:last-child a {
  margin: 0;
}
[dir=rtl] .img-slider.nav-center .owl-nav button.owl-prev, [dir=rtl] .image-slide.nav-center .owl-nav button.owl-prev {
  left: 16px;
  right: unset !important;
}

/******* Pages ******/
/*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
/****** Utils ******/
/*============================
    37.home
============================*/
.hero-section {
  position: relative;
  height: 724px;
  padding-top: 114px;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .hero-section {
  /*  background-image: url(../img/banner/banner-01.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    padding-top: 110px;
  }
  .hero-section::after {
    content: "";
    background: radial-gradient(47.9% 121.75% at 50% 0%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 32.98%, rgba(0, 0, 0, 0.6) 100%);
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
  }
}
@media (max-width: 767.98px) {
  .hero-section {
    padding-top: 70px;
  }
}
.hero-section .banner-sec {
  position: absolute;
  top: 0;
}
 
.hero-section .banner-sec img {
  height: 724px;
  object-fit: cover;
}
.hero-section .banner-sec::after {
    content: "";
    /*background: radial-gradient(47.9% 121.75% at 50% 0%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 32.98%, rgba(0, 0, 0, 0.6) 100%);*/
    /*background: radial-gradient( 47.9% 121.75% at 50% 0%, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.08) 32.98%, rgba(0, 0, 0, 0.25) 100% );*/
    background: radial-gradient( 47.9% 121.75% at 50% 0%, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 32.98%, rgba(0, 0, 0, 0.15) 100% );
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
@media (max-width: 991.98px) {
    .hero-section .banner-sec img {
        height: 334px;
        object-fit: cover;
    }
}

    .hero-section .banner-sec .owl-dots {
        position: absolute;
        right: 50px;
        top: 50%;
        z-index: 1;
        display: flex;
        flex-direction: column;
        transform: translateY(-50%);
    }

        .hero-section .banner-sec .owl-dots button {
            color: #FFF;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: rgba(228, 235, 241, 0.2);
            margin: 3px 0;
        }

            .hero-section .banner-sec .owl-dots button.active {
                background: #FFF;
                outline: 1px solid #FFF;
                outline-offset: 3px;
                margin: 5px 0;
            }

            .hero-section .banner-sec .owl-dots button.owl-prev {
                margin-bottom: 10px;
            }

            .hero-section .banner-sec .owl-dots button:hover {
                color: #ff8a00;
            }

    .hero-section .hero-content {
        padding: 93px 0;
        text-align: center;
        position: relative;
        z-index: 1;
    }

        .hero-section .hero-content p {
            max-width: 720px;
            width: 100%;
        }

    @media (max-width: 991.98px) {
        .hero-section .hero-content {
            padding: 80px 0;
        }
    }

    @media (max-width: 991.98px) {
        .hero-section .hero-content {
            padding: 60px 0;
        }
    }

    .hero-section .hero-content .banner-content {
        max-width: 850px;
        width: 100%;
        margin-bottom: 40px;
    }

        .hero-section .hero-content .banner-content h1 span {
            position: relative;
            z-index: 1;
            display: inline-block;
        }

            .hero-section .hero-content .banner-content h1 span::before {
                content: "";
                position: absolute;
                left: 0;
                bottom: 10px;
                width: 100%;
                height: 16px;
                background: #ff8a00;
                z-index: -1;
            }

    .banner-form .nav li {
        margin-right: 8px;
    }

        .banner-form .nav li:last-child {
            margin-right: 0;
        }

        .banner-form .nav li .nav-link {
            font-size: 14px;
            font-weight: 500;
            color: #123f6a;
            border-radius: 74px;
            padding: 8px 16px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .banner-form .nav li .nav-link.active, .banner-form .nav li .nav-link:hover {
                color: #FFF;
                background: #ff8a00;
            }

    .banner-form .form-info {
        border: 1px solid #E4EBF1;
        border-radius: 4px;
        width: 100%;
    }

    @media (max-width: 991.98px) {
        .banner-form .form-info {
            flex-wrap: wrap;
            margin-bottom: 16px;
        }
    }

    .banner-form .form-info .form-item {
        flex: 1;
        text-align: left;
        padding: 8px;
        border-left: 1px solid #E4EBF1;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        flex-direction: column;
    }

    @media (max-width: 991.98px) {
        .banner-form .form-info .form-item {
            width: 50%;
            flex: unset;
        }
    }

    @media (max-width: 575.98px) {
        .banner-form .form-info .form-item {
            width: 100%;
            border-left: 0;
            border-bottom: 1px solid #E4EBF1;
        }

            .banner-form .form-info .form-item:last-child {
                border-bottom: 0;
            }
    }

    .banner-form .form-info .form-item:first-child {
        border-left: 0;
    }

    @media (max-width: 991.98px) {
        .banner-form .form-info .form-item:nth-child(odd) {
            border-left: 0;
        }
    }

    .banner-form .form-info .form-item .way-icon {
        position: absolute;
        top: 50%;
        left: 0;
    }

    @media (max-width: 575.98px) {
        .banner-form .form-info .form-item .way-icon {
            left: 50px;
            top: 0;
        }
    }

    .banner-form .form-info .form-item .form-control {
        font-size: 20px;
        font-weight: 600;
        padding: 0;
        background: transparent;
        border-color: transparent;
        box-shadow: none;
        min-height: 32px;
    }

    .banner-form .form-info .form-item.dropdown .dropdown-menu {
        padding: 20px;
        max-height: 300px;
        overflow-y: auto;
    }

        .banner-form .form-info .form-item.dropdown .dropdown-menu.dropdown-xl {
            min-width: 600px;
            width: 100%;
        }

    @media (max-width: 767.98px) {
        .banner-form .form-info .form-item.dropdown .dropdown-menu.dropdown-xl {
            min-width: 300px;
        }
    }

    @media (max-width: 991.98px) {
        .banner-form .form-info .form-item.dropdown .dropdown-menu {
            max-height: 300px;
        }
    }

    .banner-form .form-info .form-item.round-drip, .banner-form .form-info .form-item.return-drop, .banner-form .form-info .form-item.dropoff-time, .banner-form .form-info .form-item.pickup-airport, .banner-form .form-info .form-item.hourly-time {
        display: none;
    }

    .banner-form .info-item {
        padding: 20px;
    }

    .banner-form .search-btn {
        padding: 20px;
        margin-left: 24px;
    }

    @media (max-width: 991.98px) {
        .banner-form .search-btn {
            width: 100%;
            margin: 0;
            padding: 12px;
        }
    }

    .banner-form .search-btn.btn-lg {
        padding: 13px 12px;
    }

    .banner-form .input-search .input-group .form-control {
        border-color: #E4EBF1;
        height: 44px;
        padding-left: 16px;
        font-size: 14px;
        font-weight: 400;
        border-right: 0;
    }

    .banner-form .input-search .input-group .input-group-text {
        background: transparent;
        border-color: #E4EBF1;
        color: #123f6a;
        border-left: 0;
    }

    .multi-trip {
        display: none;
    }

    .custom-increment .input-group .input-number {
        border: 0;
        width: 50px;
        text-align: center;
        color: #123f6a;
        font-size: 14px;
    }

    .custom-increment .input-group .btn-number {
        width: 32px;
        height: 32px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        border: none;
    }

        .custom-increment .input-group .btn-number:hover {
            background: #ff8a00;
            color: #FFF;
        }

        .custom-increment .input-group .btn-number span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
        }

    .benefit-section {
        background-image: url("../img/bg/benefit-bg.png");
        background-repeat: no-repeat;
        background-position: center center;
    }

    .benefit-card {
        background: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(30px);
        border-color: #FFF;
        box-shadow: none;
    }

        .benefit-card .benefit-icon {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
        }

        .benefit-card .icon-view {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 48px;
            opacity: 0;
            -webkit-transition: all 0.9s;
            -ms-transition: all 0.9s;
            transition: all 0.9s;
        }

        .benefit-card:hover {
            box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        }

            .benefit-card:hover .icon-view {
                opacity: 1;
                -webkit-transition: all 0.9s;
                -ms-transition: all 0.9s;
                transition: all 0.9s;
            }

    .ripple-effect {
        position: relative;
    }

        .ripple-effect::before, .ripple-effect::after {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 33px;
            height: 33px;
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            border-radius: 50%;
            box-shadow: 0 0 0 0 #EAEBEE;
            animation: ripple 3s infinite;
        }

        .ripple-effect::before {
            -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
        }

        .ripple-effect::after {
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
        }

    @keyframes ripple {
        70% {
            -webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
            box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
        }

        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
            box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        }
    }

    @media (max-width: 991.98px) {
        .sub-title {
            font-size: 15px;
        }
    }

    .round-animate {
        animation: round 5s linear infinite;
    }

    @keyframes round {
        50% {
            transform: rotate(10deg);
        }
    }

    .floating-x {
        -webkit-animation-name: floating-x;
        animation-name: floating-x;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    @keyframes floating-x {
        0% {
            -webkit-transform: translateX(30px);
            transform: translateX(30px);
        }

        50% {
            -webkit-transform: translateX(10px);
            transform: translateX(10px);
        }

        100% {
            -webkit-transform: translateX(30px);
            transform: translateX(30px);
        }
    }

    .section-header {
        margin-bottom: 40px;
    }

    .floating-y {
        -webkit-animation-name: floating-y;
        animation-name: floating-y;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    @keyframes floating-y {
        0% {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
        }

        50% {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
        }

        100% {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
        }
    }

    .section {
        padding: 60px 0;
    }

    @media (max-width: 991.98px) {
        .section {
            padding: 50px 0;
        }
    }

    .rating i.filled {
        color: #FFCA18;
    }

    .destination-item {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

        .destination-item::before {
            content: "";
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #141414 105.28%);
            left: 0;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            border-radius: 10px;
        }

        .destination-item img {
            border-radius: 10px;
        }

        .destination-item .destination-info {
            -webkit-transition: all 0.9s;
            -ms-transition: all 0.9s;
            transition: all 0.9s;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            padding: 15px 15px 0;
            width: 100%;
        }

        .destination-item .destination-content {
            padding-bottom: 20px;
        }

        .destination-item .destination-overlay {
            border-radius: 10px;
            -webkit-transition: all 0.9s;
            -ms-transition: all 0.9s;
            transition: all 0.9s;
            transform: translateY(100px);
            -webkit-transform: translateY(100px);
            -ms-transform: translateY(100px);
            display: none;
            width: calc(100% - 0px);
        }

            .destination-item .destination-overlay .count-info {
                padding: 14px;
            }

        .destination-item:hover {
            -webkit-transition: all 0.9s;
            -ms-transition: all 0.9s;
            transition: all 0.9s;
        }

            .destination-item:hover .destination-info {
                -webkit-transition: all 0.9s;
                -ms-transition: all 0.9s;
                transition: all 0.9s;
                transform: translate(-50%, -15px);
                -webkit-transform: translate(-50%, -15px);
                -ms-transform: translate(-50%, -15px);
            }

            .destination-item:hover .destination-content {
                padding-bottom: 0;
            }

            .destination-item:hover .destination-overlay {
                -webkit-transition: all 0.9s;
                -ms-transition: all 0.9s;
                transition: all 0.9s;
                transform: translateY(0);
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                display: block;
            }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        width: 44px;
        height: 44px;
        font-size: 20px;
        color: #123f6a;
        background: #FFF;
        text-shadow: none;
        top: 0;
        cursor: pointer;
        border: 0;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 50px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
    }

        .owl-carousel .owl-nav button.owl-next:hover,
        .owl-carousel .owl-nav button.owl-prev:hover {
            background: #ff8a00;
            color: #FFF;
        }

    @media (max-width: 991.98px) {
        .owl-carousel .owl-nav button.owl-next,
        .owl-carousel .owl-nav button.owl-prev {
            width: 36px;
            height: 36px;
            font-size: 16px;
        }
    }

    .nav-center .owl-nav button.owl-next,
    .nav-center .owl-nav button.owl-prev {
        width: 44px;
        height: 44px;
        font-size: 20px;
        color: #123f6a;
        background: #FFF;
        text-shadow: none;
        top: 0;
        cursor: pointer;
        border: 0;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 50px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }

        .nav-center .owl-nav button.owl-next:hover,
        .nav-center .owl-nav button.owl-prev:hover {
            background: #ff8a00;
            color: #FFF;
        }

    @media (max-width: 1199.98px) {
        .nav-center .owl-nav button.owl-next,
        .nav-center .owl-nav button.owl-prev {
            width: 38px;
            height: 38px;
        }
    }

    @media (max-width: 991.98px) {
        .nav-center .owl-nav button.owl-next,
        .nav-center .owl-nav button.owl-prev {
            width: 32px;
            height: 32px;
            font-size: 16px;
        }
    }

    .nav-center .owl-nav button.owl-next {
        right: -20px;
    }

    @media (max-width: 1199.98px) {
        .nav-center .owl-nav button.owl-next {
            right: -10px;
        }
    }

    @media (max-width: 991.98px) {
        .nav-center .owl-nav button.owl-next {
            right: 0;
        }
    }

    .nav-center .owl-nav button.owl-prev {
        left: -20px;
    }

    @media (max-width: 1199.98px) {
        .nav-center .owl-nav button.owl-prev {
            left: -10px;
        }
    }

    @media (max-width: 991.98px) {
        .nav-center .owl-nav button.owl-prev {
            left: 0;
        }
    }

    .view-all .btn {
        margin-top: 16px;
    }

    .place-item {
        border-radius: 10px;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        overflow: hidden;
    }

        .place-item .place-img {
            border-radius: 10px 10px 0 0;
            overflow: hidden;
            position: relative;
        }

            .place-item .place-img img {
                border-radius: 10px 10px 0 0;
                -webkit-transition: all 0.3s ease-out 0s;
                -ms-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
            }

            .place-item .place-img .fav-item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                justify-content: space-between;
                -webkit-justify-content: space-between;
                -ms-flex-pack: space-between;
                padding: 15px;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                z-index: 9;
            }

                .place-item .place-img .fav-item .badge {
                    font-size: 13px;
                    border-radius: 54px;
                    font-weight: 400;
                }

                .place-item .place-img .fav-item .fav-icon {
                    width: 24px;
                    height: 24px;
                    font-size: 14px;
                    color: #E4EBF1;
                    background: #FFF;
                    border-radius: 50%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    align-items: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    justify-content: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                }

                    .place-item .place-img .fav-item .fav-icon:hover, .place-item .place-img .fav-item .fav-icon.selected {
                        color: #ff8a00;
                    }

            .place-item .place-img::before {
                position: absolute;
                content: "";
                top: 0;
                left: 0;
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 28.82%, rgba(0, 0, 0, 0.5) 100%);
            }

        .place-item .place-content {
            padding: 20px;
            background: #FFF;
        }

            .place-item .place-content .date-info {
                background: #F5F8FA;
                border: 1px solid #E4EBF1;
                border-radius: 10px;
            }

                .place-item .place-content .date-info p {
                    color: #123f6a;
                    font-size: 14px;
                }

        .place-item:hover .place-img img {
            -webkit-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
        }

    .flight-loc .loc-name {
        background: #FFF;
        border: 1px solid #E4EBF1;
        border-radius: 64px;
        font-size: 14px;
        font-weight: 500;
        padding: 5px 15px;
    }

    .flight-loc .arrow-icon {
        background: #123f6a;
        color: #FFF;
        border-radius: 54px;
        width: 30px;
        height: 24px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }

    .rotate-45 {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        display: inline-block;
    }

    .rotate-135 {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        display: inline-block;
    }

    .img-slider img, .image-slide img {
        border-radius: 10px 10px 0 0;
    }

    .img-slider .owl-dots, .image-slide .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

        .img-slider .owl-dots .owl-dot span, .image-slide .owl-dots .owl-dot span {
            width: unset;
            height: unset;
        }

        .img-slider .owl-dots .owl-dot, .image-slide .owl-dots .owl-dot {
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #FFF;
            margin: 0 0 15px 0;
            margin-right: 4px;
        }

            .img-slider .owl-dots .owl-dot.active, .image-slide .owl-dots .owl-dot.active {
                width: 9px;
                height: 9px;
                outline: 1px solid #FFF;
                outline-offset: 2px;
            }

    .img-slider.nav-center .owl-nav button, .image-slide.nav-center .owl-nav button {
        display: none;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: 24px;
        height: 24px;
        font-size: 12px;
    }

        .img-slider.nav-center .owl-nav button.owl-prev, .image-slide.nav-center .owl-nav button.owl-prev {
            left: 16px;
        }

            .img-slider.nav-center .owl-nav button.owl-prev:hover, .image-slide.nav-center .owl-nav button.owl-prev:hover {
                background: #ff8a00;
                color: #FFF !important;
            }

        .img-slider.nav-center .owl-nav button.owl-next, .image-slide.nav-center .owl-nav button.owl-next {
            right: 16px;
        }

            .img-slider.nav-center .owl-nav button.owl-next:hover, .image-slide.nav-center .owl-nav button.owl-next:hover {
                background: #ff8a00;
                color: #FFF !important;
            }

        .img-slider.nav-center .owl-nav button:hover, .image-slide.nav-center .owl-nav button:hover {
            color: #FFF;
        }

    .img-slider.nav-center:hover .owl-nav button, .image-slide.nav-center:hover .owl-nav button {
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        display: block;
    }

    .about-listing {
        background: #3538CD;
        border-radius: 10px;
        padding: 16px 16px 0;
        text-align: center;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

        .about-listing .btn {
            margin-top: -20px;
            z-index: 2;
            position: relative;
        }

        .about-listing .listing-img {
            position: relative;
            bottom: -50px;
            margin-top: -50px;
        }

    @media (max-width: 1399.98px) {
        .about-listing {
            max-width: 250px;
        }
    }

    @media (max-width: 575.98px) {
        .about-listing {
            position: relative;
            margin-bottom: 70px;
        }
    }

    .about-image {
        position: relative;
        margin-right: 60px;
        padding-top: 60px;
    }

    @media (max-width: 1399.98px) {
        .about-image {
            margin-right: 36px;
        }
    }

    @media (max-width: 991.98px) {
        .about-image {
            margin-right: 0;
        }
    }

    @media (max-width: 575.98px) {
        .about-image {
            padding-top: 0;
            text-align: center;
        }
    }

    .about-img {
        background: #98AA30;
        border-radius: 20px;
        display: inline-block;
    }

        .about-img img {
            position: relative;
            z-index: 1;
        }

    .about-progress {
        background: #FFF;
        padding: 10px;
        border-bottom: 1px solid #ff8a00;
        backdrop-filter: blur(30px);
        border-radius: 10px;
        position: absolute;
        bottom: 50px;
        right: 50px;
        z-index: 2;
    }

    .about-section {
        background: #F3F6F9;
        position: relative;
        z-index: 1;
    }

        .about-section .about-content {
            margin-bottom: 40px;
        }

        .about-section .about-btn .btn {
            margin-right: 40px;
        }

        .about-section .about-bg img {
            position: absolute;
        }

            .about-section .about-bg img.about-bg-01 {
                bottom: 40%;
                left: 0;
                z-index: -1;
            }

    @media (max-width: 991.98px) {
        .about-section .about-bg img.about-bg-01 {
            display: none;
        }
    }

    .about-section .about-bg img.about-bg-02 {
        bottom: 10%;
        left: 0;
        z-index: -1;
        width: 100%;
    }

    .counter-wrap {
        backdrop-filter: blur(40px);
        background: rgba(255, 255, 255, 0.7);
        border-radius: 10px;
        padding: 60px 60px 36px;
        margin-top: 60px;
    }

    @media (max-width: 991.98px) {
        .counter-wrap {
            margin-top: 50px;
            padding: 40px 40px 16px;
        }
    }

    .counter-item {
        text-align: center;
    }

    .place-nav .nav {
        margin-bottom: 24px;
    }

        .place-nav .nav li {
            margin-bottom: 16px;
            margin-right: 4px;
        }

            .place-nav .nav li:last-child {
                margin-right: 0;
            }

            .place-nav .nav li a {
                color: #123f6a;
                border-radius: 100px;
            }

                .place-nav .nav li a.active, .place-nav .nav li a:hover {
                    background: #ff8a00;
                    color: #FFF;
                }

    .update-section {
        position: relative;
    }

        .update-section::before {
            position: absolute;
            background: #F3F6F9;
            content: "";
            top: 0;
            left: 0;
            height: 50%;
            width: 100%;
            z-index: -1;
        }

    .update-sec {
        background: #FEEDEB;
        border-radius: 10px;
        padding: 40px 0;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    @media (max-width: 767.98px) {
        .update-sec {
            padding: 20px;
        }
    }

    .update-sec .section-header {
        margin-bottom: 20px;
    }

    .update-sec .input-group {
        max-width: 512px;
        width: 100%;
        border-radius: 54px;
        outline: 1px solid #F9CBC3;
        outline-offset: 4px;
        background: #FFF;
        padding: 12px 16px;
    }

        .update-sec .input-group .input-group-text {
            background: #FFF;
            border: 0 !important;
            border-radius: 54px 54px 54px 54px;
            color: #123f6a;
        }

        .update-sec .input-group .form-control {
            border: 0 !important;
            box-shadow: none;
            margin-right: 5px;
            height: 30px;
        }

        .update-sec .input-group .btn {
            border-radius: 54px !important;
            font-size: 13px;
            padding: 4px 12px;
        }

    .update-sec .update-bg {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

    .horizontal-slide {
        overflow: hidden;
    }

        .horizontal-slide[data-direction=right] {
            --_animation-direction: reverse;
        }

        .horizontal-slide[data-direction=left] {
            --_animation-direction: forwards;
        }

        .horizontal-slide[data-speed=fast] {
            --_animation-duration: 30s;
        }

        .horizontal-slide[data-speed=slow] {
            --_animation-duration: 120s;
        }

        .horizontal-slide .slide-list {
            width: max-content;
            flex-wrap: nowrap;
            animation: scroll var(--_animation-duration, 60s) var(--_animation-direction, forwards) linear infinite;
        }

            .horizontal-slide .slide-list:hover {
                animation-play-state: paused;
            }

    @keyframes scroll {
        to {
            transform: translate(calc(-50% - 0.5rem));
        }
    }

    .support-section {
        padding: 20px 0;
    }

    .support-item {
        position: relative;
        margin-right: 20px;
        padding-right: 44px;
    }

        .support-item::after {
            position: absolute;
            content: "";
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            right: 0;
            background: url("../img/icons/star-icon.svg");
            width: 24px;
            height: 24px;
        }

        .support-item h5 {
            white-space: nowrap;
            color: #FFF;
        }

    .expert-item {
        border: 1px solid #FFF;
        border-radius: 10px;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
    }

        .expert-item .expert-img {
            text-align: center;
            margin: 4px 4px 0;
            border-radius: 10px 10px 0 0;
            overflow: hidden;
            display: block;
        }

            .expert-item .expert-img img {
                width: auto;
                height: 190px;
                margin: 0 auto;
                position: relative;
                z-index: 2;
                object-fit: cover;
            }

            .expert-item .expert-img .circle-shape {
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                width: 149px;
                height: 149px;
                border-radius: 50%;
                margin-top: -40px;
                z-index: 1;
            }

        .expert-item .expert-content {
            padding: 20px;
        }

            .expert-item .expert-content p {
                font-size: 14px;
            }

            .expert-item .expert-content img {
                width: auto;
                height: auto;
            }

    .client-img {
        text-align: center;
    }

        .client-img img {
            width: auto !important;
            height: auto;
            margin: 0 auto;
        }

    .video-wrap {
        width: 100%;
        height: 400px;
        position: relative;
        background: url("../img/video.jpg") top center no-repeat;
        background-size: cover;
        border-radius: 5px;
        overflow: hidden;
        background-attachment: fixed;
    }

        .video-wrap .video-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 52px;
            height: 52px;
            border-radius: 50%;
            background: #FFF;
            color: #123f6a;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            z-index: 2;
        }

        .video-wrap .video-effect {
            position: relative;
            z-index: 3;
        }

            .video-wrap .video-effect::before, .video-wrap .video-effect::after {
                content: "";
                position: absolute;
                left: 50%;
                top: 50%;
                width: 52px;
                height: 52px;
                transform: translate(-50%, -50%);
                border-radius: 50%;
                background-color: transparent;
                box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
                animation: ripple 3s infinite;
            }

            .video-wrap .video-effect::before {
                animation-delay: 0.9s;
            }

            .video-wrap .video-effect::after {
                animation-delay: 0.6s;
            }

    @media (max-width: 767.98px) {
        .video-wrap {
            height: 250px;
        }
    }

    .video-wrap::before {
        content: "";
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    @keyframes ripple {
        0% {
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        }

        100% {
            box-shadow: 0 0 20px 50px rgba(255, 255, 255, 0);
        }
    }

    .testimonial-section {
        background: #F3F6F9;
        position: relative;
    }

        .testimonial-section .testimonial-bg {
            position: absolute;
            top: 6%;
            right: 5%;
            -webkit-transition-property: -webkit-transform;
            -webkit-transition-duration: 5s;
            -moz-transition-duration: 5s;
            -webkit-animation-name: grow;
            -webkit-animation-duration: 9s;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            -moz-animation-name: grow;
            -moz-animation-duration: 9s;
            -moz-animation-iteration-count: infinite;
            -moz-animation-timing-function: linear;
        }

    .testimonial-slider.owl-carousel .owl-nav {
        text-align: center;
        margin-top: 16px;
    }

        .testimonial-slider.owl-carousel .owl-nav .owl-next {
            margin-left: 16px;
        }

    @-webkit-keyframes grow {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(0.7);
        }

        100% {
            transform: scale(1);
        }
    }

    .update-sec {
        background: #FEEDEB;
        border-radius: 10px;
    }

    .faq-section {
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../img/bg/faq-bg.png);
    }

    .faq-sec {
        padding: 60px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.79);
        backdrop-filter: blur(40px);
    }

    @media (max-width: 991.98px) {
        .faq-sec {
            padding: 40px;
        }
    }

    .faq-sec .accordion-item {
        background-color: transparent;
    }

        .faq-sec .accordion-item .accordion-button {
            padding: 0;
            background-color: transparent;
        }

        .faq-sec .accordion-item .accordion-body {
            padding: 8px 0 0;
        }

    .blog-item {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

        .blog-item .blog-img {
            position: relative;
            display: block;
            z-index: 1;
        }

            .blog-item .blog-img::before {
                content: "";
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #141414 105.28%);
                left: 0;
                top: 0;
                right: 0;
                width: 100%;
                height: 100%;
                position: absolute;
                border-radius: 10px;
                z-index: 2;
            }

            .blog-item .blog-img img {
                border-radius: 10px;
                transform: translateZ(0);
                -webkit-transform: translateZ(0);
                -ms-transform: translateZ(0);
                -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
                -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
                transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
            }

        .blog-item .badge {
            position: absolute;
            top: 20px;
            left: 20px;
            z-index: 2;
        }

        .blog-item .blog-info {
            -webkit-transition: all 0.9s;
            -ms-transition: all 0.9s;
            transition: all 0.9s;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            padding: 20px;
            width: 100%;
            z-index: 2;
        }

            .blog-item .blog-info a {
                color: #FFF;
            }

                .blog-item .blog-info a:hover {
                    color: #ff8a00;
                }

            .blog-item .blog-info h5 a {
                color: #FFF;
            }

                .blog-item .blog-info h5 a:hover {
                    color: #ff8a00;
                }

        .blog-item h5 {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .blog-item:hover .blog-img img {
            transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
        }

    .overlay-circle-link {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #FFF;
        font-size: 20px;
        position: absolute;
        top: 20px;
        right: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -webkit-transition: all 0.9s;
        -ms-transition: all 0.9s;
        transition: all 0.9s;
        opacity: 0;
        z-index: 2;
    }

        .overlay-circle-link:hover {
            background: #ff8a00;
            color: #FFF;
        }

    .destination-item:hover .overlay-circle-link {
        opacity: 1;
    }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  35.home-03
============================*/
    .hero-section-three {
        position: relative;
        padding: 190px 0 100px;
        background: url("../img/banner/car-banner.jpg") no-repeat;
        background-position: center;
        background-position: center;
        background-size: cover;
    }

        .hero-section-three .hero-content {
            text-align: left;
            position: relative;
            z-index: 1;
        }

            .hero-section-three .hero-content .banner-content {
                padding-bottom: 24px;
            }

        .hero-section-three .banner-content {
            max-width: 650px;
            width: 100%;
        }

            .hero-section-three .banner-content h1 {
                margin-bottom: 16px;
            }

    @media (max-width: 991.98px) {
        .hero-section-three .banner-content h1 {
            font-size: 34px;
        }
    }

    @media (max-width: 767.98px) {
        .hero-section-three {
            padding: 150px 0 60px;
        }
    }

    .support-section.support-three {
        transform: skew(0, -0.81deg);
        -webkit-transform: skew(0, -0.81deg);
        -ms-transform: skew(0, -0.81deg);
        margin-top: -15px;
    }

    .pickup-card {
        margin-bottom: 0;
    }

        .pickup-card h5 {
            max-width: 210px;
        }

    .category-wrapper {
        padding-top: 60px;
    }

    @media (max-width: 991.98px) {
        .category-wrapper {
            padding-top: 50px;
        }
    }

    .category-wrap {
        text-align: center;
        margin-bottom: 24px;
    }

        .category-wrap .category-img {
            background: #F8FAFB;
            border-radius: 10px;
            margin-bottom: 8px;
            text-align: center;
            height: 168px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            overflow: hidden;
            position: relative;
            padding: 10px;
        }

            .category-wrap .category-img img {
                transform: scale(1);
                -webkit-transition: all 0.9s;
                -ms-transition: all 0.9s;
                transition: all 0.9s;
            }

            .category-wrap .category-img .badge {
                font-size: 14px;
                font-weight: 400;
                border-radius: 5px 0 0 5px;
                position: absolute;
                top: 10px;
                right: 0;
            }

            .category-wrap .category-img:hover img {
                transform: scale(1.12);
                -webkit-transition: all 0.9s;
                -ms-transition: all 0.9s;
                transition: all 0.9s;
            }

    .feeback-section {
        position: relative;
    }

        .feeback-section::before {
            position: absolute;
            top: 50%;
            left: 0;
            content: "";
            background: #F8FAFB;
            height: 50%;
            width: 100%;
            z-index: -1;
        }

        .feeback-section .rating-feedback {
            overflow: hidden;
        }

    .faq-section-three {
        background: url("../img/bg/faq-bg-03.png") no-repeat;
        background-position: top center;
        background-size: cover;
        position: relative;
        padding: 100px 0;
    }

        .faq-section-three::before {
            background: #F8FAFB;
            content: "";
            top: 0;
            left: 0;
            height: 20%;
            width: 100%;
            position: absolute;
            z-index: -1;
        }

    @media (max-width: 991.98px) {
        .faq-section-three {
            padding: 50px 0;
            background: #123f6a;
        }
    }

    .plan-sec {
        margin-right: 60px;
        z-index: 2;
        position: relative;
    }

    @media (max-width: 1399.98px) {
        .plan-sec {
            margin-right: 90px;
        }
    }

    @media (max-width: 1199.98px) {
        .plan-sec {
            margin-right: 30px;
        }
    }

    @media (max-width: 991.98px) {
        .plan-sec {
            margin-right: 0;
        }
    }

    .plan-card {
        background: #FFF;
        padding: 40px;
        border-radius: 10px;
        margin-bottom: 24px;
    }

        .plan-card:last-child {
            margin-bottom: 0;
        }

        .plan-card.active {
            background: #ff8a00;
        }

            .plan-card.active h2 {
                color: #FFF;
            }

                .plan-card.active h2 span {
                    color: #E4EBF1;
                }

            .plan-card.active h5 {
                color: #FFF;
            }

            .plan-card.active p {
                color: #E4EBF1;
            }

            .plan-card.active .btn {
                background: #FFF;
                border-color: #FFF;
                color: #123f6a;
            }

                .plan-card.active .btn:hover {
                    background: #ff8a00;
                    border-color: #123f6a;
                }

    .work-item {
        margin-bottom: 48px;
    }

        .work-item:last-child {
            margin-bottom: 0;
        }

    @media (max-width: 991.98px) {
        .work-item {
            margin-bottom: 24px;
        }
    }

    .work-img {
        margin: 20px 30px;
        position: relative;
        z-index: 1;
        padding: 10px 0 45px;
    }

        .work-img::after {
            content: "";
            position: absolute;
            top: 0;
            right: 5%;
            background: #ff8a00;
            width: 330px;
            height: 162px;
            border-radius: 0 110px 0 100px;
            z-index: -1;
        }

    @media (max-width: 1399.98px) {
        .work-img::after {
            width: 270px;
            right: 2%;
        }
    }

    .work-img::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 5%;
        background: #98AA30;
        width: 330px;
        height: 178px;
        border-radius: 0 110px 0 100px;
        z-index: -1;
    }

    @media (max-width: 1399.98px) {
        .work-img::before {
            width: 270px;
        }
    }

    @media (max-width: 1399.98px) {
        .work-img {
            margin: 0;
        }
    }

    @media (max-width: 991.98px) {
        .work-img {
            display: none;
        }
    }

    .faq-three {
        z-index: 2;
        position: relative;
    }

        .faq-three .accordion-item {
            padding: 16px 0;
            background-color: transparent;
            border-color: #242B3A;
        }

            .faq-three .accordion-item:first-child {
                margin-top: 0;
            }

            .faq-three .accordion-item:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
            }

            .faq-three .accordion-item .accordion-button {
                padding: 8px 0 8px 30px;
                background-color: transparent;
                color: #FFF;
                font-size: 18px;
            }

                .faq-three .accordion-item .accordion-button::after {
                    content: "\f055";
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    left: 0;
                    color: #FFF;
                }

                .faq-three .accordion-item .accordion-button:not(.collapsed) {
                    padding-bottom: 8px;
                }

                    .faq-three .accordion-item .accordion-button:not(.collapsed)::after {
                        content: "\f056";
                        color: #ff8a00;
                    }

            .faq-three .accordion-item .accordion-body {
                position: relative;
                margin-left: 22px;
                padding: 0 0 16px 16px;
            }

                .faq-three .accordion-item .accordion-body::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: calc(50% - 8px);
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    background: #ff8a00;
                    width: 2px;
                    height: 60%;
                }

                .faq-three .accordion-item .accordion-body p {
                    color: #E4EBF1;
                }

    .faq-shape {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        left: 0;
        z-index: 1;
    }

    @media (max-width: 991.98px) {
        .faq-shape {
            top: 25%;
        }
    }

    @media (max-width: 767.98px) {
        .faq-shape {
            width: 50%;
        }
    }

    .about-car {
        margin-right: 50px;
        position: relative;
        -webkit-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        overflow: hidden;
    }

    @media (max-width: 1199.98px) {
        .about-car {
            margin-right: 30px;
        }
    }

    @media (max-width: 991.98px) {
        .about-car {
            margin-right: 0;
        }
    }

    .about-car img {
        overflow: hidden;
        -webkit-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        transform: scale(1.02);
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
    }

    .about-car .about-img-01 {
        border-radius: 0px 60px;
        overflow: hidden;
    }

        .about-car .about-img-01 img {
            border-radius: 0px 60px;
        }

    .about-car .about-img-02 {
        overflow: hidden;
        border-radius: 60px 0px;
    }

        .about-car .about-img-02 img {
            border-radius: 60px 0px;
        }

    .about-car .about-img-03 {
        border-radius: 60px 0 60px 0;
        overflow: hidden;
    }

        .about-car .about-img-03 img {
            border-radius: 60px 0 60px 0;
        }

    .about-car .about-img-04 {
        border-radius: 0 60px 0 60px;
        overflow: hidden;
    }

        .about-car .about-img-04 img {
            border-radius: 0 60px 0 60px;
        }

    .about-car .about-exp {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        background: #ff8a00;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

        .about-car .about-exp h2 {
            color: #FFF;
        }

        .about-car .about-exp p {
            color: #E4EBF1;
        }

    .about-car:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .three-line-ellipsis {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .location-item {
        border-radius: 10px;
        border: 1px solid #E4EBF1;
        margin-bottom: 24px;
    }

        .location-item .location-img {
            border-radius: 10px 10px 0 0;
            position: relative;
            overflow: hidden;
            display: block;
        }

            .location-item .location-img::before {
                position: absolute;
                top: 0;
                left: 0;
                content: "";
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
                width: 100%;
                height: 100%;
                z-index: 1;
            }

            .location-item .location-img img {
                border-radius: 10px 10px 0 0;
                transform: scale(1);
                -webkit-transition: all 0.9s;
                -ms-transition: all 0.9s;
                transition: all 0.9s;
            }

            .location-item .location-img .location-name {
                position: absolute;
                bottom: 20px;
                left: 50%;
                transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                text-align: center;
                z-index: 2;
            }

                .location-item .location-img .location-name h5,
                .location-item .location-img .location-name p {
                    color: #FFF;
                }

        .location-item .location-info {
            padding: 20px;
        }

            .location-item .location-info .location-view {
                width: 32px;
                height: 32px;
                background: #E4EBF1;
                color: #FFF;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                justify-content: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border-radius: 50%;
            }

                .location-item .location-info .location-view:hover {
                    background: #ff8a00;
                    color: #FFF;
                }

        .location-item:hover {
            box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        }

            .location-item:hover img {
                transform: scale(1.12);
                -webkit-transition: all 0.9s;
                -ms-transition: all 0.9s;
                transition: all 0.9s;
            }

    .owl-dot-bottom .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 16px;
    }

        .owl-dot-bottom .owl-dots .owl-dot span {
            width: unset;
            height: unset;
        }

        .owl-dot-bottom .owl-dots .owl-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #E4EBF1;
            margin-right: 3px;
        }

            .owl-dot-bottom .owl-dots .owl-dot.active {
                width: 22px;
                height: 8px;
                outline: 1px solid #FFF;
                background: #ff8a00;
                border-radius: 30px;
                outline: none;
            }

    .app-wrap {
        padding: 0 40px;
        border-radius: 10px;
        position: relative;
        z-index: 1;
        margin: 60px 0 110px;
    }

        .app-wrap .app-bg-01 {
            position: absolute;
            top: 0;
            right: 40px;
            z-index: -1;
        }

    @media (max-width: 1199.98px) {
        .app-wrap .app-bg-01 {
            width: 40%;
        }
    }

    .app-wrap .app-bg-02 {
        position: absolute;
        bottom: 0;
        right: 28%;
        z-index: -1;
    }

    @media (max-width: 1199.98px) {
        .app-wrap .app-bg-02 {
            width: 25%;
        }
    }

    .app-wrap .app-info {
        padding: 40px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        flex-direction: column;
    }

    @media (max-width: 1199.98px) {
        .app-wrap .app-info .display-5 {
            font-size: 34px;
        }
    }

    @media (max-width: 767.98px) {
        .app-wrap .app-info .display-5 {
            font-size: 26px;
        }
    }

    .app-wrap .app-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: end;
        -webkit-justify-content: end;
        -ms-flex-pack: end;
        flex-direction: column;
    }

        .app-wrap .app-img img {
            position: relative;
            bottom: -50px;
        }

    @media (max-width: 991.98px) {
        .app-wrap .app-img {
            display: none;
        }
    }

    @media (max-width: 991.98px) {
        .app-wrap {
            margin: 50px 0;
        }
    }

    .blog-item.blog-wrap {
        border: 1px solid #E4EBF1;
    }

        .blog-item.blog-wrap .blog-img {
            overflow: hidden;
            position: relative;
            border-radius: 10px 10px 0 0;
        }

            .blog-item.blog-wrap .blog-img img {
                border-radius: 10px 10px 0 0;
            }

            .blog-item.blog-wrap .blog-img::before {
                content: none;
            }

        .blog-item.blog-wrap .badge {
            bottom: 20px;
            top: auto;
        }

    .blog-item .blog-content {
        padding: 20px;
    }

    .testimonial-section-three {
        position: relative;
    }

        .testimonial-section-three .testimonial-icon {
            position: absolute;
            top: 10%;
            right: 10%;
        }

    @media (max-width: 575.98px) {
        .testimonial-section-three .testimonial-icon {
            display: none;
        }
    }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  36.home-04
============================*/
    .hero-section-four {
        background-image: url("../img/banner/flight-banner.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        position: relative;
    }

        .hero-section-four .hero-content {
            padding: 120px 0;
            z-index: 1;
            position: relative;
        }

    @media (max-width: 767.98px) {
        .hero-section-four .hero-content {
            padding: 60px 0;
        }
    }

    .hero-section-four .hero-content h1 .flight-icon {
        position: relative;
        display: inline-block;
    }

        .hero-section-four .hero-content h1 .flight-icon img {
            animation: flight-motion 4s linear infinite;
        }

        .hero-section-four .hero-content h1 .flight-icon::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            width: 158px;
            height: 45px;
            border-radius: 40px;
            background: #ff8a00;
            z-index: -1;
        }

    .hero-section-four .hero-content .video-btn {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: #FFF;
        color: #123f6a;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        z-index: 2;
        margin: 110px auto 20px;
    }

    @media (max-width: 767.98px) {
        .hero-section-four .hero-content .video-btn {
            margin-top: 40px;
        }
    }

    .hero-section-four .hero-content .video-effect {
        position: relative;
        color: #123f6a;
    }

        .hero-section-four .hero-content .video-effect::before, .hero-section-four .hero-content .video-effect::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            width: 52px;
            height: 52px;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            animation: ripple 3s infinite;
        }

        .hero-section-four .hero-content .video-effect::before {
            animation-delay: 0.9s;
        }

        .hero-section-four .hero-content .video-effect::after {
            animation-delay: 0.6s;
        }

    .hero-section-four::before {
        content: "";
        background: linear-gradient(180deg, #123f6a000 0%, rgba(0, 0, 0, 0) 100%);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    @keyframes flight-motion {
        0% {
            transform: translateX(0) translateY(-5px);
            opacity: 1;
        }

        50% {
            transform: translateX(10px) translateY(10px);
            opacity: 1;
        }

        75% {
            transform: translateX(5px) translateY(5px);
            opacity: 1;
        }

        100% {
            transform: translateX(0) translateY(-5px);
            opacity: 1;
        }
    }

    .banner-search-four {
        position: relative;
        margin-top: -100px;
        z-index: 2;
    }

    @media (max-width: 767.98px) {
        .banner-search-four {
            margin-top: -60px;
        }
    }

    .section-header.section-header-four h2 span {
        position: relative;
    }

        .section-header.section-header-four h2 span::before {
            width: 100%;
            height: 10px;
            content: "";
            background: #ff8a00;
            position: absolute;
            bottom: 0;
            left: 0;
            clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
        }

    .faq-four .accordion-item.show {
        background: #FFF;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        border-radius: 10px;
        border: 0;
    }

        .faq-four .accordion-item.show .accordion-button {
            padding-bottom: 8px;
            color: #ff8a00;
        }

            .faq-four .accordion-item.show .accordion-button::after {
                color: #ff8a00;
            }

    .faq-four .accordion-item .accordion-button {
        color: #123f6a;
        font-size: 16px;
        padding: 20px;
    }

        .faq-four .accordion-item .accordion-button::after {
            font-size: 16px;
        }

    .faq-four .accordion-item .accordion-body {
        padding: 0 20px 20px;
    }

    .client-section-four {
        position: relative;
        padding: 0;
    }

        .client-section-four::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            background: #F8FAFB;
            height: 50%;
            width: 100%;
        }

    .business-wrap {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        z-index: 1;
        margin-top: 60px;
    }

    @media (max-width: 991.98px) {
        .business-wrap {
            margin-top: 50px;
        }
    }

    .business-wrap .business-info {
        padding: 43px 0 43px 100px;
    }

    @media (max-width: 1399.98px) {
        .business-wrap .business-info {
            padding-left: 80px;
        }
    }

    @media (max-width: 1199.98px) {
        .business-wrap .business-info {
            padding-left: 43px;
        }
    }

    @media (max-width: 991.98px) {
        .business-wrap .business-info {
            padding: 40px;
        }
    }

    .business-wrap::before {
        position: absolute;
        content: "";
        top: -90px;
        right: 100px;
        width: 300px;
        height: 600px;
        background: #ff8a00;
        transform: rotate(-24deg);
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        z-index: -1;
    }

    @media (max-width: 991.98px) {
        .business-wrap .business-img {
            display: none;
        }
    }

    .about-section-four {
        position: relative;
        overflow: hidden;
    }

    .flight-about {
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.9s;
        -ms-transition: all 0.9s;
        transition: all 0.9s;
    }

        .flight-about .flight-bg {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 90%;
            height: 100%;
            z-index: -1;
            text-align: end;
        }

        .flight-about:hover {
            -webkit-transition: all 0.9s;
            -ms-transition: all 0.9s;
            transition: all 0.9s;
        }

            .flight-about:hover > img {
                animation: flight-motion 4s linear infinite;
                -webkit-transition: all 0.9s;
                -ms-transition: all 0.9s;
                transition: all 0.9s;
            }

    @media (max-width: 767.98px) {
        .flight-about {
            display: none;
        }
    }

    .flight-bg-01 {
        position: absolute;
        top: 5%;
        left: 0;
        width: 171px;
        z-index: -1;
    }

    .flight-bg-02 {
        position: absolute;
        top: 50%;
        right: 5%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 171px;
        z-index: -1;
    }

    .blog-section-four .blog-item .blog-img::before {
        background: linear-gradient(180.13deg, rgba(0, 0, 0, 0) 36.74%, #123f6a000 99.89%);
    }

    .blog-section-four .blog-item .blog-date {
        position: absolute;
        top: 20px;
        left: 20px;
        background: #FFF;
        border-radius: 5px;
        padding: 4px;
        z-index: 1;
        width: 60px;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
    }

    .blog-section-four .blog-item .blog-info .badge {
        position: unset;
        border-radius: 34px;
        font-weight: 400;
    }

    .location-wrap {
        position: relative;
        border-radius: 20px;
        -webkit-transition: all 0.9s;
        -ms-transition: all 0.9s;
        transition: all 0.9s;
        overflow: hidden;
    }

        .location-wrap::before {
            content: "";
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
            left: 0;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            border-radius: 20px;
            z-index: 1;
        }

        .location-wrap img {
            border-radius: 20px;
            transform: scale(1);
            -webkit-transition: all 0.9s;
            -ms-transition: all 0.9s;
            transition: all 0.9s;
        }

        .location-wrap .loc-name {
            display: inline-block;
            border-radius: 10px;
            font-weight: 500;
            padding: 4px 8px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transition: all 0.9s;
            -ms-transition: all 0.9s;
            transition: all 0.9s;
            z-index: 2;
        }

        .location-wrap .loc-view {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            font-size: 24px;
            background: #FFF;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            -webkit-transition: all 0.9s;
            -ms-transition: all 0.9s;
            transition: all 0.9s;
            opacity: 0;
            z-index: 2;
        }

            .location-wrap .loc-view:hover {
                background: #ff8a00;
                color: #FFF;
            }

        .location-wrap:hover {
            -webkit-transition: all 0.9s;
            -ms-transition: all 0.9s;
            transition: all 0.9s;
        }

            .location-wrap:hover .loc-name {
                opacity: 0;
                top: 70%;
            }

            .location-wrap:hover .loc-view {
                opacity: 1;
                top: 50%;
            }

            .location-wrap:hover img {
                transform: scale(1.2);
            }

            .location-wrap:hover .loc-view-bottom {
                background: #ff8a00;
                color: #FFF;
            }

    .success-icon {
        position: absolute;
        top: -90px;
        right: 50px;
    }

    @media (max-width: 991.98px) {
        .success-icon {
            display: none;
        }
    }

    .success-wrap {
        max-width: 415px;
    }

    .testimonial-success {
        position: relative;
    }

        .testimonial-success .testimonial-bg-03 {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            width: 250px;
            z-index: -1;
        }

    .testimonial-bg-01 {
        position: absolute;
        top: 0;
        left: 0;
        width: 500px;
        height: 500px;
        z-index: -1;
    }

    .testimonial-bg-02 {
        position: absolute;
        top: 0;
        right: 0;
        width: 500px;
        height: 500px;
        z-index: -1;
    }

    .package-sec {
        padding-top: 36px;
    }

    @media (max-width: 991.98px) {
        .package-sec {
            padding-top: 26px;
        }
    }

    .client-sec {
        overflow: hidden;
        position: relative;
        z-index: 0;
        border-radius: 20px;
        padding: 60px;
    }

        .client-sec::before {
            content: "";
            position: absolute;
            z-index: -1;
            inset: 0px 0 0 0;
            transform-origin: left;
            transform: skewY(1.5deg);
            background: #ff8a00;
            border-radius: 20px;
        }

    @media (max-width: 991.98px) {
        .client-sec {
            padding: 40px;
        }
    }

    @media (max-width: 767.98px) {
        .client-sec {
            padding: 30px;
        }
    }

    .flight-expert {
        border: 1px solid #E4EBF1;
        border-radius: 10px;
        position: relative;
        padding: 20px;
    }

        .flight-expert:hover {
            box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        }

        .flight-expert::before {
            content: "";
            background: #F8FAFB;
            height: 92px;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            border-radius: 10px 10px 0 0;
        }

        .flight-expert .expert-img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: #FFF;
            border: 1px solid #E4EBF1;
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0 auto 16px;
        }

            .flight-expert .expert-img img {
                width: auto;
                height: auto;
            }

        .flight-expert .fav-icon {
            width: 24px;
            height: 24px;
            font-size: 14px;
            color: #E4EBF1;
            background: #FFF;
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            position: absolute;
            top: 10px;
            right: 10px;
        }

            .flight-expert .fav-icon:hover, .flight-expert .fav-icon.selected {
                color: #ff8a00;
            }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  home-08
============================*/
    .hero-sec-eight {
        position: relative;
        padding: 40px 0 40px;
        background-image: url(../img/banner/banner-05.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        height: 846px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: flex-end;
        z-index: 1;
    }

    @media (max-width: 767.98px) {
        .hero-sec-eight {
            height: auto;
            padding-top: 45%;
        }
    }

    @media (max-width: 575.98px) {
        .hero-sec-eight {
            padding-top: 47%;
        }
    }

    .hero-sec-eight::after {
        position: absolute;
        content: "";
        background-image: url(../img/banner/banner-bg-05.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .hero-sec-eight .animate-text {
        font-size: 16.5vw;
        color: #FFF;
        text-transform: uppercase;
        z-index: -2;
        position: absolute;
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
    }

    .hero-sec-eight .banner-form {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }

        .hero-sec-eight .banner-form .form-info .form-item {
            padding: 15px;
        }

        .hero-sec-eight .banner-form .dropdown .form-check-label {
            color: #123f6a;
        }

        .hero-sec-eight .banner-form .card-header {
            background-color: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(12px);
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.3) !important;
            margin-bottom: 8px;
        }

        .hero-sec-eight .banner-form .card-body {
            background-color: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(12px);
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.5) !important;
        }

            .hero-sec-eight .banner-form .card-body .form-info {
                background-color: #FFF;
            }

        .hero-sec-eight .banner-form .nav li .nav-link {
            color: #FFF;
            border-radius: 10px;
        }

        .hero-sec-eight .banner-form .form-check-label {
            color: #FFF;
        }

    @media (max-width: 991.98px) {
        .hero-sec-eight .animate-button {
            display: none;
        }
    }

    .home-eight-title {
        font-size: 20px;
        font-weight: 600;
    }

    .animate-button {
        cursor: pointer;
        border: none;
        color: #FFF;
        width: 140px;
        height: 140px;
        border-radius: 50%;
        overflow: hidden;
        inset: 0;
        position: absolute;
        place-content: center;
        transition: background 300ms, transform 200ms;
        display: grid;
        cursor: unset;
        background-color: rgba(255, 255, 255, 0.5);
        right: 20px;
        left: auto;
        top: 46%;
    }

        .animate-button .button-text {
            position: absolute;
            inset: 0;
            animation: text-rotation 8s linear infinite;
            margin: 0;
        }

            .animate-button .button-text > span {
                transform: rotate(calc(14deg * var(--index))) translate(55px);
                position: absolute;
                font-size: 16px;
                inset: 5px;
                color: #FFF;
            }

        .animate-button .button-circle {
            position: relative;
            width: 60px;
            height: 60px;
            background-color: #ff8a00;
            overflow: hidden;
            border-radius: 50%;
            font-weight: 700;
            font-size: 24px;
            display: flex;
            color: #FFF;
            align-items: center;
            justify-content: center;
            transition: all 0.8s;
        }

    @keyframes text-rotation {
        to {
            rotate: 360deg;
        }
    }

    .section-header-eight {
        text-align: center;
        margin-bottom: 40px;
    }

        .section-header-eight h2 {
            font-size: 52px;
        }

    @media (max-width: 1199.98px) {
        .section-header-eight h2 {
            font-size: 48px;
        }
    }

    @media (max-width: 991.98px) {
        .section-header-eight h2 {
            font-size: 32px;
        }
    }

    @media (max-width: 767.98px) {
        .section-header-eight h2 {
            font-size: 28px;
        }
    }

    @media (max-width: 575.98px) {
        .section-header-eight h2 {
            font-size: 24px;
        }
    }

    @media (max-width: 767.98px) {
        .section-header-eight img {
            height: 35px;
        }
    }

    .trending-list .nav {
        gap: 16px;
    }

        .trending-list .nav li .nav-link {
            font-size: 14px;
            font-weight: 500;
            color: #123f6a;
            border-radius: 74px;
            padding: 8px 20px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border: 1px solid #E4EBF1;
            border-radius: 10px;
        }

            .trending-list .nav li .nav-link.active, .trending-list .nav li .nav-link:hover {
                color: #FFF;
                background: #ff8a00;
                border-color: #ff8a00;
            }

    .trending-list .flight-loc .arrow-icon {
        flex-shrink: 0;
        margin: 0 10px;
    }

    .trending-list .slick-slide {
        margin: 0 12px;
    }

    .trending-list .trending-list-item:hover .place-img img {
        transform: scale(1.2);
    }

    .trending-list .trending-list-item .place-img {
        position: relative;
        overflow: hidden;
        border-radius: 16px 16px 0 0;
    }

        .trending-list .trending-list-item .place-img img {
            border-radius: 16px 16px 0 0;
            transform: scale(1);
            -webkit-transition: all 0.9s;
            -ms-transition: all 0.9s;
            transition: all 0.9s;
            z-index: -1;
            position: relative;
        }

    .trending-list .fav-item {
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        justify-content: space-between;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9;
        padding: 15px;
    }

        .trending-list .fav-item .fav-icon {
            width: 24px;
            height: 24px;
            background-color: #FFF;
            font-size: 14px;
            color: #7D828C;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
        }

            .trending-list .fav-item .fav-icon.selected {
                color: #ff8a00;
            }

    .trending-list .place-content {
        border: 1px solid #E4EBF1;
        border-top: none;
        padding: 20px;
        box-shadow: 0px 4px 14px 0px rgba(194, 194, 194, 0.2509803922);
        border-radius: 16px 0 16px 0;
        /* margin-bottom: 20px;*/
    }

    .trending-list .slick-arrow {
        width: 44px;
        height: 44px;
        border: 1px solid #E4EBF1;
        background: #FFF;
        color: #123f6a;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        box-shadow: 0px 4px 14px 0px rgba(194, 194, 194, 0.2509803922);
    }

        .trending-list .slick-arrow:hover {
            background: #ff8a00;
            border-color: #ff8a00;
            color: #FFF;
        }

    .support-sec-eight {
        width: calc(100% + 27px);
        left: -11px;
        position: relative;
    }

        .support-sec-eight.bg-primary {
            transform: rotate(-2.73deg);
            margin-top: -72px;
        }

        .support-sec-eight.bg-dark {
            transform: rotate(2.73deg);
        }

        .support-sec-eight .support-item {
            padding-right: 18px;
        }

            .support-sec-eight .support-item h3 {
                white-space: nowrap;
                color: #FFF;
            }

            .support-sec-eight .support-item::after {
                display: none;
            }

    .destinations-sec .loc-name-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px;
        z-index: 1;
    }

        .destinations-sec .loc-name-bottom h3 {
            color: #123f6a;
            background-color: #FFF;
            padding: 4px 8px;
            border-radius: 10px;
            font-size: 16px;
            font-weight: 500;
        }

    .destinations-sec .loc-view-bottom {
        bottom: auto;
        top: 20px;
        display: none;
    }

    .destinations-sec .location-wrap {
        margin-bottom: 24px;
    }

        .destinations-sec .location-wrap img {
            width: 100%;
            object-fit: cover;
        }

        .destinations-sec .location-wrap:hover .loc-view-bottom {
            display: flex;
            color: #123f6a;
            background-color: #FFF;
        }

            .destinations-sec .location-wrap:hover .loc-view-bottom:hover {
                background-color: #ff8a00;
                color: #FFF;
            }

        .destinations-sec .location-wrap:hover .loc-name-bottom {
            display: none;
        }

    .recommended-sec {
        position: relative;
        background: #FEEDEB;
        z-index: 1;
    }

        .recommended-sec::after {
            content: "";
            position: absolute;
            background-image: url(../img/bg/recommended-bg.png);
            background-size: cover;
            background-repeat: no-repeat;
            z-index: -1;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

        .recommended-sec .recommended-list-item:hover .recommended-img img {
            transform: scale(1.2);
        }

        .recommended-sec .recommended-list-item .recommended-img {
            position: relative;
            overflow: hidden;
            z-index: 1;
            border-radius: 10px 10px 0 0;
        }

            .recommended-sec .recommended-list-item .recommended-img::before {
                content: "";
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
                left: 0;
                top: 0;
                right: 0;
                width: 100%;
                height: 100%;
                position: absolute;
            }

            .recommended-sec .recommended-list-item .recommended-img img {
                transform: scale(1);
                -webkit-transition: all 0.9s;
                -ms-transition: all 0.9s;
                transition: all 0.9s;
                z-index: -1;
                position: relative;
                border-radius: 10px 10px 0 0;
            }

            .recommended-sec .recommended-list-item .recommended-img .fav-item {
                position: absolute;
                padding: 15px;
                top: 0;
                left: 0;
                color: #FFF;
                font-weight: 600;
                width: 100%;
            }

        .recommended-sec .recommended-list-item .recommended-amount {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 15px;
        }

    @media (max-width: 1199.98px) {
        .recommended-sec .recommended-list-item .recommended-amount p {
            font-size: 14px;
        }
    }

    .recommended-sec .recommended-list-item .recommended-content {
        border: 1px solid #E4EBF1;
        border-top: none;
        padding: 20px;
        box-shadow: 0px 4px 14px 0px rgba(194, 194, 194, 0.2509803922);
        text-align: center;
        border-radius: 0 0 16px 16px;
        background-color: #FFF;
        text-align: center;
    }

    .deliver-sec {
        padding-top: 60px;
        position: relative;
    }

        .deliver-sec::before {
            content: "";
            position: absolute;
            background-color: #123f6a;
            z-index: -1;
            width: 100%;
            height: 45%;
            bottom: 0;
        }

        .deliver-sec .deliver-img img {
            width: 100%;
            border-radius: 20px;
        }

        .deliver-sec .statistics-sec {
            padding: 60px 0;
            text-align: center;
        }

            .deliver-sec .statistics-sec h3 {
                font-size: 76px;
                color: transparent;
                -webkit-text-stroke: 2px #ffffff;
            }

    @media (max-width: 1199.98px) {
        .deliver-sec .statistics-sec h3 {
            font-size: 56px;
        }
    }

    @media (max-width: 991.98px) {
        .deliver-sec .statistics-sec h3 {
            font-size: 48px;
        }
    }

    @media (max-width: 767.98px) {
        .deliver-sec .statistics-sec h3 {
            font-size: 44px;
        }
    }

    .deliver-sec .statistics-sec .statistics-count:hover h3 {
        color: #FFF;
    }

    .guide-section .guide-list-item:hover .guide-img img {
        transform: scale(1.2);
    }

    .guide-section .guide-list-item:hover .guide-img::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    }

    .guide-section .guide-list-item:hover .loc-view-bottom {
        display: flex;
        color: #123f6a;
        background-color: #FFF;
    }

        .guide-section .guide-list-item:hover .loc-view-bottom:hover {
            background-color: #ff8a00;
            color: #FFF;
        }

    .guide-section .guide-list-item .guide-img {
        position: relative;
        overflow: hidden;
        z-index: 1;
        border-radius: 10px 10px 0 0;
    }

        .guide-section .guide-list-item .guide-img::before {
            content: "";
            left: 0;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            position: absolute;
        }

        .guide-section .guide-list-item .guide-img img {
            border-radius: 10px 10px 0 0;
            transform: scale(1);
            -webkit-transition: all 0.9s;
            -ms-transition: all 0.9s;
            transition: all 0.9s;
            z-index: -1;
            position: relative;
            border-radius: 10px 10px 0 0;
            width: 100%;
            object-fit: cover;
        }

    .guide-section .guide-list-item .guide-content {
        border: 1px solid #E4EBF1;
        border-top: none;
        padding: 20px;
        box-shadow: 0px 4px 14px 0px rgba(194, 194, 194, 0.2509803922);
        text-align: center;
        border-radius: 0 0 16px 16px;
        background-color: #FFF;
        text-align: center;
    }

    .guide-section .guide-list-item .loc-view-bottom {
        bottom: auto;
        top: 20px;
        display: none;
    }

    .why-choose-sec {
        background-image: url(../img/bg/why-choose-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: 1;
        position: relative;
    }

        .why-choose-sec::before {
            content: "";
            background: linear-gradient(180deg, #123f6a000 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
            left: 0;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: -1;
        }

        .why-choose-sec .section-header-eight h2 {
            color: #FFF;
        }

        .why-choose-sec .why-choose-item {
            padding: 20px;
            background-color: rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(44px);
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            text-align: center;
        }

        .why-choose-sec .why-choose-explore {
            padding-top: 100px;
        }

    @media (max-width: 991.98px) {
        .why-choose-sec .why-choose-explore {
            padding-top: 70px;
        }
    }

    @media (max-width: 575.98px) {
        .why-choose-sec .why-choose-explore {
            padding-top: 50px;
        }
    }

    .why-choose-sec .why-choose-explore h3 {
        white-space: nowrap;
        color: #FFF;
        text-transform: uppercase;
        font-size: 120px;
    }

    @media (max-width: 991.98px) {
        .why-choose-sec .why-choose-explore h3 {
            font-size: 90px;
        }
    }

    @media (max-width: 575.98px) {
        .why-choose-sec .why-choose-explore h3 {
            font-size: 60px;
        }
    }

    .why-choose-sec .why-choose-explore .support-item {
        margin-right: 48px;
        padding-right: 164px;
    }

    @media (max-width: 991.98px) {
        .why-choose-sec .why-choose-explore .support-item {
            padding-right: 144px;
        }
    }

    @media (max-width: 575.98px) {
        .why-choose-sec .why-choose-explore .support-item {
            padding-right: 80px;
            margin-right: 24px;
        }
    }

    .why-choose-sec .why-choose-explore .support-item::after {
        width: 120px;
        height: 120px;
        background-color: #ff8a00;
        border-radius: 50%;
        background-image: url(../img/icons/arrow-right.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    @media (max-width: 991.98px) {
        .why-choose-sec .why-choose-explore .support-item::after {
            width: 90px;
            height: 90px;
        }
    }

    @media (max-width: 991.98px) {
        .why-choose-sec .why-choose-explore .support-item::after {
            width: 60px;
            height: 60px;
            background-size: 87%;
        }
    }

    .back-to-top-icon-eight {
        width: 48px;
        height: 48px;
        border-radius: 30px 30px 10px 10px;
        font-size: 24px;
    }

    .article-section .article-item:hover img {
        transform: scale(1.2);
    }

    .article-section .article-item .article-img {
        overflow: hidden;
        border-radius: 10px;
        position: relative;
    }

    .article-section .article-item img {
        border-radius: 10px 10px 0 0;
        transform: scale(1);
        -webkit-transition: all 0.9s;
        -ms-transition: all 0.9s;
        transition: all 0.9s;
        z-index: -1;
        position: relative;
        border-radius: 10px;
        width: 100%;
        object-fit: cover;
    }

    .article-section .article-item .article-content {
        background-color: rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(44px);
        border-radius: 10px;
        padding: 20px;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
    }

        .article-section .article-item .article-content h3 {
            font-weight: 700;
            margin-bottom: 20px;
            font-size: 22px;
        }

            .article-section .article-item .article-content h3 a {
                color: #FFF;
            }

                .article-section .article-item .article-content h3 a:hover {
                    color: #ff8a00;
                }

        .article-section .article-item .article-content .badge {
            letter-spacing: 0;
        }

    .clients-sec-eight {
        padding-bottom: 60px;
    }

    @media (max-width: 991.98px) {
        .clients-sec-eight {
            padding-bottom: 50px;
        }
    }

    .clients-sec-eight .slick-slide {
        margin: 0 12px;
    }

    .testimonials-eight {
        position: relative;
    }

        .testimonials-eight::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 219px;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 28.57%, #FFFFFF 50.19%);
            bottom: 0;
            left: 0;
            z-index: 1;
        }

        .testimonials-eight .testimonials-item {
            padding: 40px;
            border-radius: 10px;
            background-color: #F8FAFB;
            box-shadow: 0px 4px 14px 0px rgba(194, 194, 194, 0.25);
            border: 1px solid #E4EBF1;
            margin: 12px;
        }

    @media (max-width: 1199.98px) {
        .testimonials-eight .testimonials-item {
            padding: 20px;
        }
    }

    .testimonials-eight .testimonials-item .testimonials-text {
        border-top: 1px solid #C9CBCF;
        margin-top: 20px;
        padding-top: 20px;
    }

    @media (max-width: 991.98px) {
        .testimonials-eight .vertical-slide {
            margin: 15px 0;
        }
    }

    .vertical-slide {
        overflow: hidden;
        height: 786px;
    }

        .vertical-slide[data-direction=bottom] {
            --_animation-direction: reverse;
        }

        .vertical-slide[data-direction=top] {
            --_animation-direction: forwards;
        }

        .vertical-slide[data-speed=fast] {
            --_animation-duration: 5s;
        }

        .vertical-slide[data-speed=slow] {
            --_animation-duration: 120s;
        }

        .vertical-slide .slide-list {
            display: flex;
            flex-direction: column;
            height: max-content;
            animation: scroll-vertical var(--_animation-duration, 60s) var(--_animation-direction, forwards) linear infinite;
        }

            .vertical-slide .slide-list:hover {
                animation-play-state: paused;
            }

    @keyframes scroll-vertical {
        to {
            transform: translateY(calc(-50% - 0.5rem));
        }
    }

    .support-sec-outer {
        padding: 38px 0;
        overflow: hidden;
    }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  home-09
============================*/
    .hero-sec-nine {
        position: relative;
        padding: 272px 0 40px;
        background-image: url(../img/banner/banner-07.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        height: 900px;
        z-index: 1;
    }

    @media (max-width: 1199.98px) {
        .hero-sec-nine {
            padding: 200px 0 40px;
            height: 750px;
        }
    }

    @media (max-width: 991.98px) {
        .hero-sec-nine {
            padding: 160px 0 80px;
            height: auto;
        }
    }

    @media (max-width: 575.98px) {
        .hero-sec-nine {
            padding: 130px 0 65px;
        }
    }

    .hero-sec-nine::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        bottom: -3px;
        background-image: url(../img/banner/banner-bg-07.png);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100%;
        z-index: -1;
    }

    .hero-sec-nine .banner-title {
        font-size: 80px;
        color: #FFF;
        text-align: center;
        margin-bottom: 8px;
    }

        .hero-sec-nine .banner-title span {
            font-style: italic;
        }

    @media (max-width: 1199.98px) {
        .hero-sec-nine .banner-title {
            font-size: 56px;
        }
    }

    @media (max-width: 991.98px) {
        .hero-sec-nine .banner-title {
            font-size: 46px;
        }
    }

    @media (max-width: 767.98px) {
        .hero-sec-nine .banner-title {
            font-size: 34px;
        }
    }

    @media (max-width: 575.98px) {
        .hero-sec-nine .banner-title {
            font-size: 30px;
        }
    }

    .hero-sec-nine .banner-title-text {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        display: block;
        color: #FFF;
        margin-bottom: 40px;
    }

    @media (max-width: 767.98px) {
        .hero-sec-nine .banner-title-text {
            font-size: 18px;
        }
    }

    @media (max-width: 575.98px) {
        .hero-sec-nine .banner-title-text {
            font-size: 16px;
            margin-bottom: 30px;
        }
    }

    .hero-sec-nine .banner-form.card {
        background-color: transparent;
        border: none;
        display: block;
    }

        .hero-sec-nine .banner-form.card .card-header {
            background-color: #FFF;
            backdrop-filter: blur(104px);
            border: none;
            display: table;
            margin: 0 auto;
        }

            .hero-sec-nine .banner-form.card .card-header .nav li .nav-link {
                border-radius: 10px;
            }

        .hero-sec-nine .banner-form.card .card-body {
            background-color: #FFF;
            border-radius: 10px;
        }

    @media (max-width: 991.98px) {
        .hero-sec-nine .banner-form.card .card-body {
            border-radius: 0 0 10px 10px;
        }
    }

    .hero-sec-nine .banner-form.card .card-body .form-check-input {
        background-color: #E4EBF1;
    }

        .hero-sec-nine .banner-form.card .card-body .form-check-input:checked {
            background-color: #ff8a00;
        }

    .section-head-nine {
        margin-bottom: 40px;
    }

    @media (max-width: 991.98px) {
        .section-head-nine {
            margin-bottom: 30px;
        }
    }

    .section-head-nine h2 {
        font-size: 48px;
        margin-bottom: 12px;
    }

    @media (max-width: 1199.98px) {
        .section-head-nine h2 {
            font-size: 44px;
        }
    }

    @media (max-width: 991.98px) {
        .section-head-nine h2 {
            font-size: 40px;
        }
    }

    @media (max-width: 767.98px) {
        .section-head-nine h2 {
            font-size: 36px;
        }
    }

    @media (max-width: 575.98px) {
        .section-head-nine h2 {
            font-size: 30px;
        }
    }

    .section-head-nine h2 span {
        color: #ff8a00;
        font-style: italic;
        text-decoration: underline;
    }

    .destinations-sec-nine .slick-slide {
        margin: 0 12px;
    }

        .destinations-sec-nine .slick-slide:nth-last-child(2n+1) {
            margin-top: 40px;
        }

    .destinations-sec-nine .destinations-item {
        border: 1px solid #E4EBF1;
        border-radius: 10px;
    }

        .destinations-sec-nine .destinations-item:hover .destinations-img img {
            transform: scale(1.2);
        }

        .destinations-sec-nine .destinations-item .destinations-img {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
        }

            .destinations-sec-nine .destinations-item .destinations-img img {
                border-radius: 10px;
                transform: scale(1);
                -webkit-transition: all 0.9s;
                -ms-transition: all 0.9s;
                transition: all 0.9s;
                z-index: -1;
                position: relative;
            }

        .destinations-sec-nine .destinations-item .location-text {
            padding: 20px;
            position: absolute;
            left: 0;
            top: 0;
            font-size: 20px;
            font-weight: 600;
            color: #FFF;
        }

        .destinations-sec-nine .destinations-item .destinations-amount {
            position: absolute;
            padding: 20px;
            left: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }

            .destinations-sec-nine .destinations-item .destinations-amount .location-view-button {
                width: 44px;
                height: 44px;
                border-radius: 50%;
                font-size: 24px;
                background: #FFF;
                position: absolute;
                bottom: 20px;
                right: 20px;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                justify-content: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                -webkit-transition: all 0.9s;
                -ms-transition: all 0.9s;
                transition: all 0.9s;
                z-index: 2;
            }

                .destinations-sec-nine .destinations-item .destinations-amount .location-view-button:hover {
                    background: #ff8a00;
                    color: #FFF;
                }

    .destinations-sec-nine .slick-arrow {
        width: 44px;
        height: 44px;
        background: #FFF;
        color: #123f6a;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        border: 1px solid #E4EBF1;
        font-size: 24px;
        margin-top: 40px;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.2509803922);
    }

    @media (max-width: 767.98px) {
        .destinations-sec-nine .slick-arrow {
            width: 36px;
            height: 36px;
            font-size: 18px;
        }
    }

    .destinations-sec-nine .slick-arrow:hover {
        background: #ff8a00;
        border-color: #ff8a00;
        color: #FFF;
    }

    .trending-list-nine {
        position: relative;
        background-color: #F8FAFB;
        background-image: url(../img/bg/trending-list-bg.png);
        background-repeat: no-repeat;
        background-position: left bottom;
    }

        .trending-list-nine .nav {
            gap: 16px;
            margin-bottom: 40px;
        }

            .trending-list-nine .nav li .nav-link {
                font-size: 14px;
                font-weight: 500;
                color: #123f6a;
                border-radius: 74px;
                padding: 4px 16px;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border: 1px solid #E4EBF1;
                border-radius: 10px;
                box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.2509803922);
            }

                .trending-list-nine .nav li .nav-link.active, .trending-list-nine .nav li .nav-link:hover {
                    color: #FFF;
                    background: #ff8a00;
                    border-color: #ff8a00;
                }

        .trending-list-nine .trending-list-item:hover .place-img img {
            transform: scale(1.2);
        }

        .trending-list-nine .trending-list-item .place-img {
            position: relative;
            overflow: hidden;
            border-radius: 10px 10px 0 0;
        }

            .trending-list-nine .trending-list-item .place-img img {
                border-radius: 10px 10px 0 0;
                transform: scale(1);
                -webkit-transition: all 0.9s;
                -ms-transition: all 0.9s;
                transition: all 0.9s;
                position: relative;
            }

        .trending-list-nine .fav-item {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            z-index: 9;
            padding: 15px;
        }

            .trending-list-nine .fav-item .fav-icon {
                width: 24px;
                height: 24px;
                background-color: #FFF;
                font-size: 14px;
                color: #7D828C;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50px;
            }

                .trending-list-nine .fav-item .fav-icon.selected {
                    color: #ff8a00;
                }

        .trending-list-nine .place-content {
            padding: 20px;
            box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.2509803922);
            border: 1px solid #E4EBF1;
            border-radius: 0 0 10px 10px;
            background-color: #FFF;
        }

    .home-nine-title {
        font-size: 20px;
        font-weight: 600;
        color: #123f6a;
    }

    .why-choose-nine {
        padding-bottom: 0;
    }

        .why-choose-nine .why-choose-item {
            padding: 40px;
            border-radius: 10px;
            text-align: center;
            border: 1px solid #E4EBF1;
            width: 100%;
        }

    @media (max-width: 1199.98px) {
        .why-choose-nine .why-choose-item {
            padding: 20px;
        }
    }

    .why-choose-nine .why-choose-icon {
        width: 71px;
        height: 68px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .adventure-sec {
        position: relative;
        padding: 60px 0 120px;
    }

    @media (max-width: 991.98px) {
        .adventure-sec {
            padding: 50px 0 75px;
        }
    }

    .adventure-sec .adventure-bg {
        position: absolute;
        right: 0;
        bottom: -35px;
        z-index: 1;
    }

    @media (max-width: 991.98px) {
        .adventure-sec .adventure-bg {
            width: 300px;
        }
    }

    @media (max-width: 991.98px) {
        .adventure-sec .adventure-bg {
            width: 250px;
        }
    }

    @media (max-width: 991.98px) {
        .adventure-sec .adventure-bg {
            width: 150px;
        }
    }

    .adventure-sec .adventure-item {
        margin: 0 30px;
    }

        .adventure-sec .adventure-item h3 {
            font-size: 250px;
            color: #E4EBF1;
            text-transform: uppercase;
        }

    @media (max-width: 991.98px) {
        .adventure-sec .adventure-item h3 {
            font-size: 172px;
        }
    }

    @media (max-width: 991.98px) {
        .adventure-sec .adventure-item h3 {
            font-size: 120px;
        }
    }

    .adventure-sec .animate-button {
        border: 5px solid #FFF;
        background-color: #ff8a00;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    @media (max-width: 991.98px) {
        .adventure-sec .animate-button {
            width: 110px;
            height: 110px;
        }
    }

    .adventure-sec .animate-button .button-circle {
        background-color: #0F0D1E;
    }

    @media (max-width: 991.98px) {
        .adventure-sec .animate-button .button-text > span {
            transform: rotate(calc(14deg * var(--index))) translate(48px);
            font-size: 10px;
        }
    }

    .tourism-sec {
        background-color: #123f6a;
        padding: 60px 0;
        z-index: 2;
        position: relative;
        background-image: url(../img/icons/tourism-bg.svg);
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    @media (max-width: 991.98px) {
        .tourism-sec {
            padding: 50px 0;
        }
    }

    .tourism-sec::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 92px;
        top: -64px;
        background-image: url(../img/bg/tourism-shape.png);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100%;
    }

    .tourism-sec .tourism-bg1 {
        position: absolute;
        z-index: -1;
        right: 0;
        top: 10%;
    }

    .tourism-sec .tourism-bg2 {
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
    }

    .tourism-sec .section-head-nine {
        max-width: 712px;
        margin: 0 auto 40px;
    }

        .tourism-sec .section-head-nine h2 {
            font-size: 80px;
        }

    @media (max-width: 991.98px) {
        .tourism-sec .section-head-nine h2 {
            font-size: 58px;
        }
    }

    @media (max-width: 767.98px) {
        .tourism-sec .section-head-nine h2 {
            font-size: 48px;
        }
    }

    @media (max-width: 767.98px) {
        .tourism-sec .section-head-nine h2 {
            font-size: 38px;
        }
    }

    .tourism-sec .tourism-item {
        background-color: rgba(33, 46, 71, 0.2);
        padding: 20px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 24px;
    }

    @media (max-width: 575.98px) {
        .tourism-sec .tourism-item {
            gap: 15px;
        }
    }

    .tourism-sec .tourism-item:hover {
        background-color: #123f6a;
    }

    .tourism-sec .tourism-item .tourism-icon {
        width: 48px;
        height: 48px;
        background-color: #FFF;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: 1px dashed #FFF;
        outline-offset: 8px;
        margin: 0 8px;
        flex-shrink: 0;
    }

    @media (max-width: 575.98px) {
        .tourism-sec .tourism-item .tourism-icon {
            width: 40px;
            height: 40px;
        }
    }

    .tourism-sec .tourism-item h3 {
        color: #FFF;
        margin-bottom: 8px;
    }

    @media (max-width: 575.98px) {
        .tourism-sec .tourism-item h3 {
            font-size: 18px;
        }
    }

    .tourism-sec .tourism-item p {
        color: #FFF;
    }

    .tourism-sec .tourism-img {
        padding-left: 100px;
    }

    @media (max-width: 1399.98px) {
        .tourism-sec .tourism-img {
            padding-left: 50px;
        }
    }

    @media (max-width: 1199.98px) {
        .tourism-sec .tourism-img {
            padding-left: 0;
        }
    }

    @media (max-width: 1199.98px) {
        .tourism-sec .tourism-img {
            padding-left: 0;
        }
    }

    @media (max-width: 991.98px) {
        .tourism-sec .tourism-img {
            display: none;
        }
    }

    .testimonials-nine {
        background-image: url(../img/icons/world-map-bg.svg);
        background-repeat: no-repeat;
        background-position: center bottom;
    }

        .testimonials-nine .counter-sec {
            padding-bottom: 80px;
        }

    @media (max-width: 991.98px) {
        .testimonials-nine .counter-sec {
            padding-bottom: 50px;
        }
    }

    .testimonials-nine .counter-sec .testimonials-count {
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.2509803922);
        background-color: #FFF;
        border-radius: 10px;
        position: relative;
        padding: 40px;
        text-align: center;
        overflow: hidden;
    }

    @media (max-width: 575.98px) {
        .testimonials-nine .counter-sec .testimonials-count {
            padding: 20px;
        }
    }

    .testimonials-nine .counter-sec .testimonials-count:hover {
        background-color: #ff8a00;
    }

        .testimonials-nine .counter-sec .testimonials-count:hover * {
            color: #FFF;
        }

        .testimonials-nine .counter-sec .testimonials-count:hover::after {
            display: none;
        }

    .testimonials-nine .counter-sec .testimonials-count::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        background-image: url(../img/icons/couter-shape.svg);
        background-repeat: no-repeat;
        background-position: right center;
    }

    .testimonials-nine .counter-sec .testimonials-count h3 {
        font-size: 44px;
    }

    .testimonials-nine .testimonial-item {
        background-color: #FFF;
        border: 1px solid #E4EBF1;
        box-shadow: 0px 4px 14px 0px rgba(194, 194, 194, 0.2509803922);
        border-radius: 10px;
        padding: 40px;
        margin: 12px;
    }

    @media (max-width: 575.98px) {
        .testimonials-nine .testimonial-item {
            padding: 16px;
            margin: 6px;
        }
    }

    .testimonials-nine .testimonial-item:hover {
        border-color: #ff8a00;
    }

        .testimonials-nine .testimonial-item:hover .quote-icon img {
            filter: brightness(0) saturate(100%) invert(24%) sepia(89%) saturate(3090%) hue-rotate(349deg) brightness(80%) contrast(112%);
        }

    @media (max-width: 575.98px) {
        .testimonials-nine .quote-icon {
            width: 25px;
        }
    }

    .testimonials-nine .slick-arrow {
        width: 44px;
        height: 44px;
        background: #FFF;
        color: #123f6a;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        border: 1px solid #E4EBF1;
        font-size: 24px;
        margin-top: 40px;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.2509803922);
    }

    @media (max-width: 767.98px) {
        .testimonials-nine .slick-arrow {
            width: 36px;
            height: 36px;
            font-size: 18px;
            margin-top: 30px;
        }
    }

    .testimonials-nine .slick-arrow:hover {
        background: #ff8a00;
        border-color: #ff8a00;
        color: #FFF;
    }

    .scroll-progress {
        position: fixed;
        bottom: 20px;
        right: 20px;
        height: 48px;
        width: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9;
        color: #123f6a;
        font-weight: 600;
        border-radius: 50%;
        background: #FFF;
        border: 1px solid #ff8a00;
        border-top: none;
    }

    .support-section-nine {
        background-color: #123f6a;
        position: relative;
        margin-bottom: 92px;
    }

    @media (max-width: 767.98px) {
        .support-section-nine {
            margin-bottom: 48px;
        }
    }

    .support-section-nine::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 92px;
        background-image: url(../img/bg/support-bg.png);
        background-repeat: no-repeat;
        background-position: center top;
        bottom: -89px;
        background-size: 100%;
        left: 0;
    }

    .support-section-nine .support-section-plane {
        padding: 24px 0;
        overflow: hidden;
    }

        .support-section-nine .support-section-plane .support-item {
            margin-right: 40px;
            padding-right: 148px;
        }

    @media (max-width: 767.98px) {
        .support-section-nine .support-section-plane .support-item {
            margin-right: 20px;
            padding-right: 128px;
        }
    }

    .support-section-nine .support-section-plane .support-item h3 {
        color: #FFF;
        white-space: nowrap;
    }

    .support-section-nine .support-section-plane .support-item::after {
        background: url(../img/icons/plane.svg);
        width: 98px;
        height: 40px;
        background-repeat: no-repeat;
    }

    .support-section-nine .support-section-car {
        padding: 24px 0;
        transform: rotate(-4.84deg);
        width: calc(100% + 32px);
        left: -15px;
        position: relative;
        overflow: hidden;
    }

        .support-section-nine .support-section-car .horizontal-slide {
            overflow: unset;
        }

        .support-section-nine .support-section-car .support-item {
            margin-right: 20px;
            padding-right: 68px;
        }

    @media (max-width: 767.98px) {
        .support-section-nine .support-section-car .support-item {
            margin-right: 10px;
            padding-right: 58px;
        }
    }

    .support-section-nine .support-section-car .support-item h3 {
        color: #FFF;
        white-space: nowrap;
    }

    .support-section-nine .support-section-car .support-item::after {
        background: url(../img/icons/car.svg);
        width: 48px;
        height: 48px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
        background-color: #FFF;
        border-radius: 50px;
    }

    .support-section-nine .support-content {
        text-align: center;
        padding: 100px 12px 60px;
        position: relative;
    }

    @media (max-width: 767.98px) {
        .support-section-nine .support-content {
            padding: 55px 12px 40px;
        }
    }

    .support-section-nine .support-content .content-img {
        width: 120px;
        aspect-ratio: 1.1;
        border-radius: 12px;
        box-shadow: 0px 4px 34px 0px rgba(206, 206, 206, 0.2509803922);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        overflow: hidden;
        will-change: transform, filter;
        border: 1px solid #FFF;
        z-index: 2;
    }

    .support-section-nine .support-content .content-img-single {
        background-position: 50% 50%;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        background-size: cover;
        position: absolute;
        top: -10px;
        left: -10px;
    }

    .support-section-nine .support-content .support-content-text {
        margin-bottom: 50px;
    }

        .support-section-nine .support-content .support-content-text h2 {
            color: #FFF;
            font-size: 52px;
        }

    @media (max-width: 1199.98px) {
        .support-section-nine .support-content .support-content-text h2 {
            font-size: 44px;
        }
    }

    @media (max-width: 991.98px) {
        .support-section-nine .support-content .support-content-text h2 {
            font-size: 38px;
        }
    }

    @media (max-width: 767.98px) {
        .support-section-nine .support-content .support-content-text h2 {
            font-size: 36px;
        }
    }

    @media (max-width: 575.98px) {
        .support-section-nine .support-content .support-content-text h2 {
            font-size: 30px;
        }
    }

    .support-section-nine .support-content .support-image img {
        border-radius: 100px;
        border: 5px solid #FFF;
    }

    .blog-sec-nine .slick-slide {
        margin: 12px;
    }

    @media (max-width: 575.98px) {
        .blog-sec-nine .slick-slide {
            margin: 8px;
        }
    }

    .blog-sec-nine .blog-nine-item {
        box-shadow: 0px 4px 14px 0px rgba(194, 194, 194, 0.2509803922);
        border: 1px solid #E4EBF1;
        border-radius: 10px;
        background-color: #FFF;
    }

        .blog-sec-nine .blog-nine-item .blog-nine-img {
            width: 40%;
        }

    @media (max-width: 767.98px) {
        .blog-sec-nine .blog-nine-item .blog-nine-img {
            width: 100%;
        }
    }

    .blog-sec-nine .blog-nine-item .blog-nine-img img {
        border-radius: 10px 0 0 10px;
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }

    @media (max-width: 767.98px) {
        .blog-sec-nine .blog-nine-item .blog-nine-img img {
            border-radius: 10px 10px 0 0;
        }
    }

    .blog-sec-nine .blog-nine-item .blog-content {
        padding: 40px;
        width: 60%;
    }

    @media (max-width: 1199.98px) {
        .blog-sec-nine .blog-nine-item .blog-content {
            padding: 20px;
        }
    }

    @media (max-width: 767.98px) {
        .blog-sec-nine .blog-nine-item .blog-content {
            width: 100%;
            padding: 15px;
        }
    }

    @media (max-width: 767.98px) {
        .blog-sec-nine .blog-nine-item .blog-content .home-nine-title {
            font-size: 18px;
        }
    }

    .blog-sec-nine .blog-nine-item .blog-content .badge {
        color: #123f6a;
        font-size: 14px;
        letter-spacing: 0;
        margin-bottom: 24px;
        padding: 8px 16px;
        border-radius: 50px;
    }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  home-11
============================*/
    .hero-sec-eleven {
        position: relative;
        padding: 213px 0 24px;
        background-image: url(../img/banner/banner-06.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: 1;
    }

        .hero-sec-eleven::before {
            content: "";
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 205px;
            background: #FFF;
            clip-path: polygon(0 100%, 100% 0, 100% 100%);
        }

    @media (max-width: 991.98px) {
        .hero-sec-eleven::before {
            display: none;
        }
    }

    @media (max-width: 1199.98px) {
        .hero-sec-eleven {
            padding: 170px 0 24px;
        }
    }

    @media (max-width: 991.98px) {
        .hero-sec-eleven {
            padding: 120px 0 24px;
        }
    }

    .hero-sec-eleven .banner-content {
        text-align: center;
        padding-bottom: 159px;
    }

    @media (max-width: 1199.98px) {
        .hero-sec-eleven .banner-content {
            padding-bottom: 115px;
        }
    }

    @media (max-width: 991.98px) {
        .hero-sec-eleven .banner-content {
            padding-bottom: 50px;
        }
    }

    .hero-sec-eleven .banner-content h1 {
        font-size: 68px;
        color: #FFF;
        margin-bottom: 11px;
    }

    @media (max-width: 1199.98px) {
        .hero-sec-eleven .banner-content h1 {
            font-size: 56px;
        }
    }

    @media (max-width: 991.98px) {
        .hero-sec-eleven .banner-content h1 {
            font-size: 46px;
        }
    }

    @media (max-width: 767.98px) {
        .hero-sec-eleven .banner-content h1 {
            font-size: 34px;
        }
    }

    @media (max-width: 575.98px) {
        .hero-sec-eleven .banner-content h1 {
            font-size: 30px;
        }
    }

    .hero-sec-eleven .banner-form {
        background-color: transparent;
        border: none;
    }

        .hero-sec-eleven .banner-form .form-info .form-item {
            padding: 15px;
        }

        .hero-sec-eleven .banner-form .card-header {
            background-color: rgba(255, 255, 255, 0.3);
            border-color: rgba(255, 255, 255, 0.5) !important;
            backdrop-filter: blur(6px);
            border-radius: 10px;
            border: 1px solid #FFF !important;
            margin-bottom: 8px;
            box-shadow: 0px 4px 14px 0px rgba(194, 194, 194, 0.2509803922);
        }

        .hero-sec-eleven .banner-form .card-body {
            background-color: #FFF;
            backdrop-filter: blur(6px);
            border-color: rgba(255, 255, 255, 0.5) !important;
            border-radius: 10px;
            border: 1px solid #FFF !important;
        }

            .hero-sec-eleven .banner-form .card-body .form-info {
                background-color: #FFF;
            }

        .hero-sec-eleven .banner-form .nav li .nav-link {
            color: #FFF;
            border-radius: 10px;
        }

    @media (max-width: 991.98px) {
        .hero-sec-eleven .animate-button {
            display: none;
        }
    }

    .home-eleven-title {
        font-size: 20px;
        color: #123f6a;
        font-weight: 600;
    }

    .section-header-eleven {
        margin-bottom: 40px;
        text-align: center;
    }

    @media (max-width: 991.98px) {
        .section-header-eleven {
            margin-bottom: 24px;
        }
    }

    .section-header-eleven .section-title {
        color: #ff8a00;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 4px;
    }

    .explore-section {
        position: relative;
        text-align: center;
    }

        .explore-section .explore-slider {
            padding: 0 80px;
        }

    @media (max-width: 767.98px) {
        .explore-section .explore-slider {
            padding: 0 55px;
        }
    }

    @media (max-width: 575.98px) {
        .explore-section .explore-slider {
            padding: 0 40px;
        }
    }

    .explore-section .explore-item:hover .explore-img img {
        transform: scale(1.2);
    }

    .explore-section .explore-item .explore-img {
        position: relative;
        overflow: hidden;
        margin-bottom: 16px;
        border-radius: 100px;
    }

        .explore-section .explore-item .explore-img img {
            transform: scale(1);
            -webkit-transition: all 0.9s;
            -ms-transition: all 0.9s;
            transition: all 0.9s;
            z-index: -1;
            position: relative;
            border-radius: 100px;
        }

    .explore-section .slick-slide {
        margin: 0 12px;
    }

    .explore-section .slick-arrow {
        width: 44px;
        height: 44px;
        background: #C9CBCF;
        color: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        border: none;
        font-size: 24px;
    }

    @media (max-width: 767.98px) {
        .explore-section .slick-arrow {
            width: 36px;
            height: 36px;
            font-size: 18px;
        }
    }

    .explore-section .slick-arrow:hover {
        background: #ff8a00;
        border-color: #ff8a00;
        color: #FFF;
    }

    .explore-section .slick-arrow.restaurant-next {
        right: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .explore-section .slick-arrow.restaurant-prev {
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .experience-section .experience-item {
        position: relative;
    }

        .experience-section .experience-item:hover .experience-img img {
            transform: scale(1.2);
        }

        .experience-section .experience-item .rating {
            padding: 4px 6px;
            border-radius: 50px;
            position: absolute;
            right: 24px;
            top: 24px;
            background-color: #FFF;
            display: flex;
            align-items: center;
        }

    @media (max-width: 575.98px) {
        .experience-section .experience-item .rating {
            right: 12px;
            top: 12px;
        }
    }

    .experience-section .experience-item .experience-img {
        position: relative;
        overflow: hidden;
        margin-bottom: 16px;
        border-radius: 16px;
    }

        .experience-section .experience-item .experience-img img {
            transform: scale(1);
            -webkit-transition: all 0.9s;
            -ms-transition: all 0.9s;
            transition: all 0.9s;
            z-index: -1;
            position: relative;
            border-radius: 16px;
            width: 100%;
        }

    .experience-section .experience-item .experience-content {
        background-color: #FFF;
        border-radius: 10px;
        padding: 12px;
        position: absolute;
        bottom: 24px;
        left: 24px;
        max-width: 367px;
        width: calc(100% - 48px);
    }

    @media (max-width: 575.98px) {
        .experience-section .experience-item .experience-content {
            bottom: 12px;
            left: 12px;
            width: calc(100% - 24px);
        }
    }

    .experience-section .experience-item .experience-content .experience-view-button {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        font-size: 24px;
        background: #ff8a00;
        color: #FFF;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        flex-shrink: 0;
        -webkit-transition: all 0.9s;
        -ms-transition: all 0.9s;
        transition: all 0.9s;
        z-index: 2;
    }

        .experience-section .experience-item .experience-content .experience-view-button:hover {
            background: #98AA30;
            color: #FFF;
        }

    .who-we-are-sec {
        padding: 40px 0;
        position: relative;
        background-color: #E3F0FF;
        z-index: 1;
    }

        .who-we-are-sec::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            background-image: url(../img/bg/wh-we-are-bg.png);
            background-repeat: no-repeat;
            background-position: center;
            left: 0;
            top: 0;
            z-index: -1;
            opacity: 0.4;
        }

        .who-we-are-sec .who-we-are-img {
            margin: 11px 0;
        }

            .who-we-are-sec .who-we-are-img img {
                border-radius: 56px;
            }

        .who-we-are-sec .who-we-are-sec-right {
            padding-left: 100px;
        }

    @media (max-width: 1399.98px) {
        .who-we-are-sec .who-we-are-sec-right {
            padding-left: 60px;
        }
    }

    @media (max-width: 1199.98px) {
        .who-we-are-sec .who-we-are-sec-right {
            padding-left: 0;
        }
    }

    .testimonials-eleven {
        padding: 60px 0 0;
    }

        .testimonials-eleven .testimonials-item {
            border-radius: 10px;
            border: 1px solid #E4EBF1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

            .testimonials-eleven .testimonials-item .testimonials-text {
                padding: 30px;
            }

    @media (max-width: 1199.98px) {
        .testimonials-eleven .testimonials-item .testimonials-text {
            padding: 20px;
        }
    }

    .testimonials-eleven .testimonials-text-bottom {
        background-color: #F9F9FB;
        padding: 16px 30px;
        border-radius: 0 0 10px 10px;
    }

    @media (max-width: 1199.98px) {
        .testimonials-eleven .testimonials-text-bottom {
            padding: 16px 20px;
        }
    }

    .testimonials-eleven .testimonials-image {
        margin-top: 40px;
    }

    .experience-sec {
        padding-top: 160px;
    }

    @media (max-width: 1199.98px) {
        .experience-sec {
            padding-top: 100px;
        }
    }

    @media (max-width: 991.98px) {
        .experience-sec {
            padding-top: 40px;
        }
    }

    .experience-sec .experience-image {
        text-align: center;
        margin-top: -140px;
        position: relative;
        z-index: 1;
    }

    @media (max-width: 1199.98px) {
        .experience-sec .experience-image {
            margin-top: -57px;
        }
    }

    @media (max-width: 991.98px) {
        .experience-sec .experience-image {
            display: none;
        }
    }

    .experience-sec .experience-image::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url(../img/bg/exp-bg-02.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        left: 0;
        bottom: -1px;
        z-index: -1;
    }

    @media (max-width: 1199.98px) {
        .experience-sec .experience-image::before {
            background-size: 100%;
        }
    }

    .experience-sec .experience-box {
        border-radius: 10px;
        background-color: #123f6a;
        background-image: url(../img/bg/exp-bg-03.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .experience-sec .experience-content {
        padding-right: 55px;
    }

    @media (max-width: 991.98px) {
        .experience-sec .experience-content {
            padding: 20px;
        }
    }

    .experience-sec .experience-content h2 {
        color: #FFF;
        margin-bottom: 8px;
    }

    .experience-sec .experience-content p {
        color: #E4EBF1;
        margin-bottom: 24px;
    }

    .featured-sec-eleven {
        background-color: #E7EDF2;
    }

        .featured-sec-eleven .nav {
            gap: 16px;
            justify-content: center;
            margin-bottom: 40px;
        }

            .featured-sec-eleven .nav li .nav-link {
                font-size: 14px;
                font-weight: 500;
                color: #123f6a;
                border-radius: 74px;
                padding: 8px 16px;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border: 1px solid #FAFBFC;
                border-radius: 50px;
                background-color: #FFF;
            }

                .featured-sec-eleven .nav li .nav-link.active, .featured-sec-eleven .nav li .nav-link:hover {
                    color: #FFF;
                    background: #ff8a00;
                    border-color: #ff8a00;
                }

        .featured-sec-eleven .featured-item {
            position: relative;
        }

            .featured-sec-eleven .featured-item:hover .featured-img img {
                transform: scale(1.2);
            }

            .featured-sec-eleven .featured-item .featured-img {
                position: relative;
                overflow: hidden;
                border-radius: 16px;
            }

                .featured-sec-eleven .featured-item .featured-img .rating {
                    padding: 4px 10px;
                    border-radius: 50px;
                    position: absolute;
                    right: 24px;
                    bottom: 41px;
                    top: auto !important;
                    background-color: #FFF;
                    display: flex;
                    align-items: center;
                    font-size: 14px;
                    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.0705882353);
                    border: 1px solid #E4E6E8;
                    z-index: 2;
                }

    @media (max-width: 575.98px) {
        .featured-sec-eleven .featured-item .featured-img .rating {
            right: 12px;
            top: 12px;
        }
    }

    .featured-sec-eleven .featured-item .featured-img .rating img {
        transform: none;
        z-index: 1;
        width: 12px;
    }

    .featured-sec-eleven .featured-item .featured-img img {
        transform: scale(1);
        -webkit-transition: all 0.9s;
        -ms-transition: all 0.9s;
        transition: all 0.9s;
        position: relative;
        border-radius: 16px;
        width: 100%;
    }

    .featured-sec-eleven .featured-item .featured-content {
        padding: 20px;
        background-color: #FFF;
        border-radius: 10px;
        border: 1px solid #E4EBF1;
        margin-top: -55px;
        z-index: 1;
        position: relative;
    }

    .gallery-section {
        margin-bottom: -40px;
    }

        .gallery-section .gallery-item {
            width: 330px;
            display: flex;
            align-items: flex-end;
            margin: 0 12px;
        }

    @media (max-width: 991.98px) {
        .gallery-section .gallery-item {
            width: 260px;
        }
    }

    @media (max-width: 767.98px) {
        .gallery-section .gallery-item {
            width: 220px;
        }
    }

    @media (max-width: 575.98px) {
        .gallery-section .gallery-item {
            width: 160px;
            margin: 0 6px;
        }
    }

    .gallery-section .gallery-item img {
        border-radius: 10px;
    }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  home-12
============================*/
    @media (max-width: 575.98px) {
        .home-12 .section {
            padding: 40px 0px;
        }
    }

    .home-12 .purchase-btn {
        transition: all 0.6s;
    }

        .home-12 .purchase-btn:hover {
            background: #123f6a;
            color: #FFF;
        }

    .section-header-twelve {
        margin-bottom: 40px;
        text-align: center;
    }

    @media (max-width: 575.98px) {
        .section-header-twelve {
            margin-bottom: 30px;
        }
    }

    .section-header-twelve .subtitle {
        padding: 4px 16px;
        border-radius: 100px;
        background: #123f6a;
        font-size: 14px;
        font-weight: 500;
        color: #FFF;
        margin-bottom: 4px;
        width: fit-content;
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0px auto 4px;
    }

    .section-header-twelve .section-title {
        font-size: 36px;
        font-weight: 700;
        color: #123f6a;
        margin-bottom: 0px;
    }

    @media (max-width: 575.98px) {
        .section-header-twelve .section-title {
            font-size: 28px;
        }
    }

    .section-header-twelve .section-title span {
        color: #ff8a00;
    }

    .hero-section-twelve {
        background: url(../img/bg/banner-bg-12.jpg);
        background-size: cover;
        padding: 10px 0px !important;
        position: relative;
        overflow: hidden;
    }

        .hero-section-twelve .banner-tweleve {
            padding: 100px 0px 35px;
        }

    @media (max-width: 1199.98px) {
        .hero-section-twelve .banner-tweleve {
            padding: 75px 0px 10px;
        }
    }

    @media (max-width: 575.98px) {
        .hero-section-twelve .banner-tweleve {
            padding: 40px 0px 10px;
        }
    }

    .hero-section-twelve .banner-tweleve .user-group {
        padding: 10px 20px;
        background: rgba(255, 255, 255, 0.3019607843);
        border-radius: 50px;
        display: flex;
        align-items: center;
        gap: 20px;
        width: fit-content;
        position: absolute;
        left: 70px;
        transform: rotate(270deg);
        transform-origin: bottom left;
        bottom: 0;
    }

    @media (max-width: 1199.98px) {
        .hero-section-twelve .banner-tweleve .user-group {
            position: unset;
            transform: unset;
            margin-bottom: 8px;
        }
    }

    @media (max-width: 991.98px) {
        .hero-section-twelve .banner-tweleve .user-group {
            margin: 0px auto 8px;
        }
    }

    @media (max-width: 575.98px) {
        .hero-section-twelve .banner-tweleve .user-group {
            flex-direction: column;
            gap: 12px;
            border-radius: 5px;
            width: 100%;
        }
    }

    .hero-section-twelve .banner-tweleve .user-group .avatar {
        border: 2px solid #FFF;
        margin-inline-end: -22px !important;
    }

    .hero-section-twelve .banner-tweleve .user-group p {
        font-size: 16px;
        font-weight: 500;
        color: #123f6a;
        margin-bottom: 0;
        margin-left: 16px;
    }

    @media (max-width: 575.98px) {
        .hero-section-twelve .banner-tweleve .user-group p {
            margin-left: 0;
            font-size: 13px;
        }
    }

    .hero-section-twelve .banner-content {
        position: relative;
        padding-left: 94px;
    }

    @media (max-width: 1199.98px) {
        .hero-section-twelve .banner-content {
            padding-left: 0;
        }
    }

    @media (max-width: 991.98px) {
        .hero-section-twelve .banner-content {
            text-align: center;
        }
    }

    .hero-section-twelve .banner-content .title {
        font-size: 76px;
        font-weight: 700;
        color: #123f6a;
        margin-bottom: 18px;
        line-height: 1.2;
        position: relative;
    }

    @media (max-width: 1399.98px) {
        .hero-section-twelve .banner-content .title {
            font-size: 65px;
        }
    }

    @media (max-width: 1199.98px) {
        .hero-section-twelve .banner-content .title {
            font-size: 58px;
        }
    }

    @media (max-width: 575.98px) {
        .hero-section-twelve .banner-content .title {
            font-size: 32px;
        }
    }

    .hero-section-twelve .banner-content .title span {
        color: #ff8a00;
    }

    .hero-section-twelve .banner-content p {
        font-size: 18px;
        font-weight: 400;
        color: #123f6a;
        margin-bottom: 18px;
        margin-left: 0;
    }

    @media (max-width: 575.98px) {
        .hero-section-twelve .banner-content p {
            font-size: 16px;
        }
    }

    .hero-section-twelve .banner-content .line-img::after {
        content: "";
        background: url(../img/icons/line-img.svg);
        background-size: 100% 100%;
        position: absolute;
        left: 15px;
        width: 187px;
        height: 165px;
        right: 0;
        margin: auto;
        top: -37px;
    }

    @media (max-width: 1399.98px) {
        .hero-section-twelve .banner-content .line-img::after {
            left: 20px;
            width: 161px;
            height: 151px;
            top: -37px;
        }
    }

    @media (max-width: 1199.98px) {
        .hero-section-twelve .banner-content .line-img::after {
            left: -19px;
            width: 143px;
            height: 128px;
            top: -25px;
        }
    }

    @media (max-width: 991.98px) {
        .hero-section-twelve .banner-content .line-img::after {
            display: none;
        }
    }

    .hero-section-twelve .flight-img {
        position: absolute;
        right: -190px;
        bottom: 0;
        top: -46px;
        margin: auto;
        max-width: 855px;
    }

    @media (max-width: 1399.98px) {
        .hero-section-twelve .flight-img {
            top: -46px;
            margin: auto;
            max-width: 662px;
        }
    }

    @media (max-width: 991.98px) {
        .hero-section-twelve .flight-img {
            display: none;
        }
    }

    .hero-section-twelve .bg-img {
        position: absolute;
        bottom: -40px;
        left: 0;
        right: 0;
        width: 100%;
    }

    .hero-section-twelve .banner-slide h3 {
        font-size: 200px;
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    @media (max-width: 1199.98px) {
        .hero-section-twelve .banner-slide h3 {
            font-size: 154px;
        }
    }

    .hero-section-twelve .banner-slide .support-item {
        white-space: nowrap;
    }

        .hero-section-twelve .banner-slide .support-item::after {
            content: unset;
        }

    .destination-section-twelve {
        position: relative;
    }

        .destination-section-twelve .banner-form {
            margin-top: -188px;
            margin-bottom: 60px !important;
        }

    @media (max-width: 1199.98px) {
        .destination-section-twelve .banner-form {
            margin-top: -160px;
        }
    }

    @media (max-width: 991.98px) {
        .destination-section-twelve .banner-form {
            margin-top: -146px;
        }
    }

    .destination-section-twelve .section-header-twelve {
        margin-bottom: 65px;
        text-align: center;
    }

    @media (max-width: 575.98px) {
        .destination-section-twelve .section-header-twelve {
            margin-bottom: 40px;
        }
    }

    .destination-section-twelve .section-header-twelve .subtitle {
        margin: 0px auto 4px;
    }

    .destination-section-twelve .element-1 {
        position: absolute;
        top: 0;
        bottom: 48px;
        margin: auto;
        z-index: -1;
    }

    .destination-item-twelve {
        position: relative;
    }

    @media (max-width: 991.98px) {
        .destination-item-twelve {
            transform: unset !important;
        }
    }

    .destination-item-twelve.item-1 {
        transform: rotate(-3deg);
    }

    .destination-item-twelve.item-2 {
        transform: translateY(-14px) rotate(-2deg);
    }

    .destination-item-twelve.item-3 {
        transform: translateY(-20px);
    }

    .destination-item-twelve.item-4 {
        transform: translateY(-14px) rotate(2deg);
    }

    .destination-item-twelve.item-5 {
        transform: rotate(3deg);
    }

    .destination-item-twelve:hover .destination-overlay .link-icon {
        opacity: 1;
    }

    .destination-item-twelve:hover .destination-overlay::before {
        opacity: 1;
    }

    .destination-item-twelve .destination-overlay {
        position: relative;
        margin-bottom: 12px;
        overflow: hidden;
        border-radius: 10px;
    }

        .destination-item-twelve .destination-overlay::before {
            content: "";
            background: rgba(0, 0, 0, 0.3019607843);
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: 0;
            transition: all 0.4s;
        }

        .destination-item-twelve .destination-overlay .link-icon {
            width: 44px;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #ff8a00;
            font-size: 24px;
            color: #FFF;
            position: absolute;
            z-index: 1;
            inset: 0;
            margin: auto;
            border-radius: 50%;
            cursor: pointer;
            opacity: 0;
            transition: all 0.6s;
        }

            .destination-item-twelve .destination-overlay .link-icon:hover {
                background: #123f6a;
                color: #FFF;
                transition: all 0.6s;
            }

    .destination-item-twelve .destination-content .custom-title {
        font-size: 16px;
        font-weight: 500;
        color: #123f6a;
        margin-bottom: 4px;
    }

    .destination-item-twelve .destination-content p {
        font-size: 14px;
        color: #123f6a;
        margin-bottom: 0;
    }

    .pack-section {
        padding: 60px 0px 0px 0px;
    }

    @media (max-width: 575.98px) {
        .pack-section {
            padding: 40px 0px 0px 0px;
        }
    }

    .pack-item-twelve {
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        border: 1px solid #E4EBF1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }

    @media (max-width: 1199.98px) {
        .pack-item-twelve {
            flex-wrap: wrap;
            flex-direction: column-reverse;
            align-items: start;
        }
    }

    .pack-item-twelve .custom-title {
        font-size: 20px;
        font-weight: 700;
        color: #123f6a;
        margin-bottom: 4px;
    }

    .pack-item-twelve p {
        color: #123f6a;
        margin-bottom: 0;
    }

    .pack-item-twelve .pack-icon {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #FFF;
        flex-shrink: 0;
    }

    .whychoose-section-twelve {
        background: #123f6a;
        position: relative;
        overflow: hidden;
    }

        .whychoose-section-twelve .section-header-twelve {
            text-align: start;
        }

    @media (max-width: 991.98px) {
        .whychoose-section-twelve .section-header-twelve {
            text-align: center;
        }
    }

    .whychoose-section-twelve .section-header-twelve .subtitle {
        margin: 0px 0px 4px;
    }

    @media (max-width: 991.98px) {
        .whychoose-section-twelve .section-header-twelve .subtitle {
            margin: 0px auto 4px;
        }
    }

    .whychoose-section-twelve .section-title {
        color: #FFF;
        margin-bottom: 24px;
    }

    .whychoose-section-twelve .para {
        color: #FFF;
        font-weight: 400;
    }

    @media (max-width: 991.98px) {
        .whychoose-section-twelve .why-choose-details .choose-content {
            width: 54%;
            margin: auto;
        }
    }

    @media (max-width: 767.98px) {
        .whychoose-section-twelve .why-choose-details .choose-content {
            width: 78%;
        }
    }

    @media (max-width: 575.98px) {
        .whychoose-section-twelve .why-choose-details .choose-content {
            width: 100%;
        }
    }

    .whychoose-section-twelve .why-choose-details .choose-content .choose-item-twelve {
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        gap: 16px;
    }

        .whychoose-section-twelve .why-choose-details .choose-content .choose-item-twelve .choose-icon {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFF;
            font-size: 24px;
            flex-shrink: 0;
        }

        .whychoose-section-twelve .why-choose-details .choose-content .choose-item-twelve h3 {
            font-size: 18px;
            font-weight: 500;
            color: #FFF;
            margin-bottom: 0;
        }

    @media (max-width: 575.98px) {
        .whychoose-section-twelve .why-choose-details .choose-content .choose-item-twelve h3 {
            font-size: 16px;
        }
    }

    .whychoose-section-twelve .why-choose-img {
        display: flex;
        align-items: center;
        gap: 24px;
        margin: 0px 0px 70px 0px;
        padding-right: 40px;
    }

    @media (max-width: 991.98px) {
        .whychoose-section-twelve .why-choose-img {
            display: none;
        }
    }

    .whychoose-section-twelve .why-choose-img .choose-imgs-1 {
        width: 100%;
    }

        .whychoose-section-twelve .why-choose-img .choose-imgs-1 img {
            margin-bottom: 24px;
            border-radius: 10px;
        }

            .whychoose-section-twelve .why-choose-img .choose-imgs-1 img:last-child {
                margin-bottom: 0;
            }

    .whychoose-section-twelve .why-choose-img .choose-imgs-2 {
        width: 100%;
        transform: translateY(70px);
    }

        .whychoose-section-twelve .why-choose-img .choose-imgs-2 img {
            margin-bottom: 24px;
            border-radius: 10px;
        }

            .whychoose-section-twelve .why-choose-img .choose-imgs-2 img:last-child {
                margin-bottom: 0;
            }

    .whychoose-section-twelve .shadow-1 {
        position: absolute;
        inset: 0;
        margin: auto;
        width: 100%;
        height: 100%;
    }

    .whychoose-section-twelve .container {
        position: relative;
        z-index: 1;
    }

    .activities-section-twelve .arrow-item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin-top: 40px;
    }

    @media (max-width: 575.98px) {
        .activities-section-twelve .arrow-item {
            margin-top: 20px;
        }
    }

    .activities-section-twelve .slick-arrow {
        width: 44px;
        height: 44px;
        border: 1px solid #E4EBF1;
        background: #FFF;
        font-size: 20px;
        font-weight: 700;
        color: #123f6a;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        transition: all 0.7s;
    }

        .activities-section-twelve .slick-arrow:hover {
            background: #ff8a00;
            color: #FFF;
        }

    .activities-section-twelve .slick-list {
        margin: 0px -12px;
    }

        .activities-section-twelve .slick-list .slide-item > div {
            margin: 0px 12px;
        }

    .activities-item-twelve {
        background: #FFF;
        border: 1px solid #E4EBF1;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        overflow: hidden;
        border-radius: 10px;
    }

        .activities-item-twelve:hover .activities-overlay img {
            transform: scale(1.1);
            transition: 0.5s;
        }

        .activities-item-twelve .activities-overlay {
            overflow: hidden;
            position: relative;
        }

            .activities-item-twelve .activities-overlay img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: 0.3s;
            }

            .activities-item-twelve .activities-overlay .activities-badge {
                position: absolute;
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                padding: 15px;
                top: 0;
            }

                .activities-item-twelve .activities-overlay .activities-badge .fav-icon {
                    width: 24px;
                    height: 24px;
                    border-radius: 50%;
                    background: #FFF;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border: none;
                    outline: none;
                    color: #AFB2B8;
                }

                .activities-item-twelve .activities-overlay .activities-badge .badge {
                    background: #FFF;
                    padding: 4px 8px;
                    border-radius: 100px;
                    font-size: 13px;
                    font-weight: 400;
                    color: #123f6a;
                }

        .activities-item-twelve .activities-content {
            padding: 20px;
        }

            .activities-item-twelve .activities-content .time {
                display: flex;
                align-items: center;
                gap: 8px;
                margin-bottom: 8px;
            }

                .activities-item-twelve .activities-content .time i {
                    color: #123f6a;
                    font-weight: 600;
                }

            .activities-item-twelve .activities-content .custom-title {
                font-size: 20px;
                font-weight: 600;
                color: #123f6a;
                margin-bottom: 8px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

            .activities-item-twelve .activities-content .mode {
                display: flex;
                align-items: center;
                gap: 8px;
            }

                .activities-item-twelve .activities-content .mode p {
                    margin-bottom: 0px;
                }

    @media (max-width: 1199.98px) {
        .activities-item-twelve .activities-content .mode p {
            font-size: 14px;
        }
    }

    @media (max-width: 575.98px) {
        .activities-item-twelve .activities-content .mode p {
            font-size: 13px;
        }
    }

    .activities-item-twelve .activities-content .mode i {
        font-size: 5px;
        color: #98AA30;
    }

    .activities-item-twelve .activities-content .activities-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid #E4EBF1;
    }

        .activities-item-twelve .activities-content .activities-footer p {
            margin-bottom: 0;
            display: flex;
            align-items: center;
        }

            .activities-item-twelve .activities-content .activities-footer p .price {
                font-size: 18px;
                font-weight: 600;
                color: #ff8a00;
                margin: 0px 4px;
            }

            .activities-item-twelve .activities-content .activities-footer p i {
                font-size: 14px;
                margin-right: 4px;
            }

    .stat-section-twelve {
        background: #ff8a00;
        position: relative;
        overflow: hidden;
    }

        .stat-section-twelve .element-1 {
            position: absolute;
            inset: 0;
            margin: auto;
            width: 100%;
            height: 100%;
        }

        .stat-section-twelve .container {
            position: relative;
            z-index: 1;
        }

        .stat-section-twelve .icon-1 {
            position: absolute;
            top: 0;
            bottom: 0;
            right: -15px;
            margin: auto;
        }

    .counter-item-twelve {
        text-align: center;
        position: relative;
    }

        .counter-item-twelve .count {
            font-size: 100px;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.5411764706);
            margin-bottom: 8px;
        }

    @media (max-width: 575.98px) {
        .counter-item-twelve .count {
            font-size: 72px;
            margin-bottom: 0;
        }
    }

    .counter-item-twelve p {
        font-size: 18px;
        font-weight: 600;
        color: #E4EBF1;
        margin-bottom: 0;
    }

    .visa-section-twelve .visa-img {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid #E4EBF1;
    }

        .visa-section-twelve .visa-img:hover img {
            transform: scale(1.1) rotate(3deg);
        }

        .visa-section-twelve .visa-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.6s;
        }

    .visa-section-twelve .faq-accordion-five {
        background: transparent;
    }

    .visa-section-twelve .accordion-item {
        background: #FFF;
        border: 1px solid #E4EBF1 !important;
        padding: 20px;
    }

        .visa-section-twelve .accordion-item:first-child {
            border-top: 1px solid #E4EBF1;
        }

        .visa-section-twelve .accordion-item:last-child {
            border-bottom: 1px solid #E4EBF1;
        }

        .visa-section-twelve .accordion-item .accordion-button {
            padding: 0px;
            font-size: 18px;
            font-weight: 600;
            color: #123f6a;
        }

            .visa-section-twelve .accordion-item .accordion-button::after {
                content: "\f061";
                font-size: 14px;
                color: #FFF;
                width: 26px;
                height: 26px;
                background: #656B76;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .visa-section-twelve .accordion-item .accordion-button:not(.collapsed):after {
                content: "\f068";
                background: #ff8a00;
            }

            .visa-section-twelve .accordion-item .accordion-button span {
                color: #C9CBCF;
                margin-right: 8px;
            }

        .visa-section-twelve .accordion-item .accordion-body {
            padding: 20px 0px 0px;
        }

            .visa-section-twelve .accordion-item .accordion-body .accordion-inner {
                display: flex;
                gap: 24px;
            }

    @media (max-width: 575.98px) {
        .visa-section-twelve .accordion-item .accordion-body .accordion-inner {
            flex-direction: column;
            gap: 20px;
        }
    }

    .visa-section-twelve .accordion-item .accordion-body .accordion-inner .accordion-img {
        width: 350px;
        border-radius: 10px;
        overflow: hidden;
    }

    @media (max-width: 575.98px) {
        .visa-section-twelve .accordion-item .accordion-body .accordion-inner .accordion-img {
            width: 100%;
        }
    }

    .visa-section-twelve .accordion-item .accordion-body .accordion-inner .accordion-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .trip-section-twelve {
        position: relative;
        overflow: hidden;
    }

        .trip-section-twelve .trip-twelve {
            background: url(../img/bg/trip-bg.jpg);
            background-size: 100% 100%;
            background-attachment: fixed;
            padding: 40px 0px;
            border-radius: 10px;
            min-height: 600px;
        }

    @media (max-width: 1199.98px) {
        .trip-section-twelve .trip-twelve {
            min-height: 530px;
        }
    }

    @media (max-width: 991.98px) {
        .trip-section-twelve .trip-twelve {
            min-height: 450px;
        }
    }

    @media (max-width: 575.98px) {
        .trip-section-twelve .trip-twelve {
            min-height: 365px;
            background-size: cover;
        }
    }

    .trip-section-twelve .section-header-twelve {
        text-align: center;
    }

        .trip-section-twelve .section-header-twelve .section-title {
            color: #FFF;
            margin-bottom: 8px;
        }

        .trip-section-twelve .section-header-twelve p {
            color: #FFF;
            margin-bottom: 24px;
        }

        .trip-section-twelve .section-header-twelve .btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

    .trip-section-twelve .flight-1 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        animation: zoomin 2s linear;
        animation-duration: 4s;
        animation-delay: 2s;
    }

    @keyframes zoomin {
        0% {
            transform: scale(0);
        }

        50% {
            transform: scale(1);
        }
    }

    .tesitimonial-section-twelve {
        position: relative;
        overflow: hidden;
        background: #E4EBF1;
        margin-top: 60px;
    }

        .tesitimonial-section-twelve .bg-img {
            position: absolute;
            inset: 0;
            margin: auto;
        }

        .tesitimonial-section-twelve .container {
            position: relative;
            z-index: 1;
        }

    .tesitimonial-item-twelve {
        background: #FFF;
        padding: 20px;
        border: 1px solid #E4EBF1;
        border-radius: 10px;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        transition: all 0.3s;
    }

    @media (max-width: 1399.98px) {
        .tesitimonial-item-twelve {
            padding: 16px;
        }
    }

    .tesitimonial-item-twelve:hover {
        transform: translateY(-10px);
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
    }

    .tesitimonial-item-twelve .tesitimonial-review {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        flex-wrap: wrap;
    }

        .tesitimonial-item-twelve .tesitimonial-review .tesitimonial-author {
            display: flex;
            align-items: center;
            gap: 12px;
        }

            .tesitimonial-item-twelve .tesitimonial-review .tesitimonial-author .author {
                width: 48px;
                height: 48px;
                border-radius: 50%;
                overflow: hidden;
            }

        .tesitimonial-item-twelve .tesitimonial-review .author-name {
            font-size: 16px;
            font-weight: 600;
            color: #123f6a;
            margin-bottom: 0;
        }

        .tesitimonial-item-twelve .tesitimonial-review .visa {
            font-size: 16px;
            color: #123f6a;
            margin-bottom: 0;
        }

    .tesitimonial-item-twelve .review-star {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    @media (max-width: 991.98px) {
        .tesitimonial-item-twelve .review-star {
            font-size: 13px;
        }
    }

    .tesitimonial-item-twelve .review-star i {
        color: #ff8a00;
    }

    .tesitimonial-item-twelve .review-star span {
        margin-left: 8px;
    }

    .blog-item-twelve {
        background: #FFF;
        padding: 20px;
        border: 1px solid #E4EBF1;
        border-radius: 10px;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        transition: all 0.3s;
    }

        .blog-item-twelve:hover {
            transform: translateY(-5px);
        }

            .blog-item-twelve:hover .blog-overlay img {
                transform: scale(1.1);
            }

        .blog-item-twelve .blog-overlay {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            margin-bottom: 20px;
        }

            .blog-item-twelve .blog-overlay .badge {
                padding: 4px 12px;
                background: #FFF;
                border-radius: 100px;
                font-size: 13px;
                font-weight: 500;
                color: #123f6a;
                position: absolute;
                top: 20px;
                left: 20px;
                z-index: 1;
            }

            .blog-item-twelve .blog-overlay .blog-img {
                transition: all 0.6s;
            }

        .blog-item-twelve .blog-content {
            margin-bottom: 20px;
        }

            .blog-item-twelve .blog-content .custom-title {
                font-size: 20px;
                font-weight: 600;
                color: #123f6a;
                margin-bottom: 8px;
            }

            .blog-item-twelve .blog-content p {
                font-size: 16px;
                font-weight: 400;
                color: #123f6a;
                margin-bottom: 0;
            }

        .blog-item-twelve .blog-footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            flex-wrap: wrap;
        }

            .blog-item-twelve .blog-footer .blog-author {
                display: flex;
                align-items: center;
                gap: 8px;
            }

                .blog-item-twelve .blog-footer .blog-author .img-1 {
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                }

                .blog-item-twelve .blog-footer .blog-author a {
                    color: #123f6a;
                    transition: all 0.6s;
                }

                    .blog-item-twelve .blog-footer .blog-author a:hover {
                        color: #ff8a00;
                    }

            .blog-item-twelve .blog-footer .blog-time {
                display: flex;
                align-content: center;
                gap: 4px;
            }

                .blog-item-twelve .blog-footer .blog-time i {
                    color: #123f6a;
                    display: flex;
                    align-items: center;
                }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  38.cruise
============================*/
    .hero-section-five {
        position: relative;
        padding: 100px 0 140px;
        background-image: url(../img/banner/cruise-banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    @media (max-width: 991.98px) {
        .hero-section-five {
            height: auto;
            padding-bottom: 50px;
        }
    }

    .hero-section-five .banner-five {
        position: absolute;
        top: 0;
    }

    .hero-section-five .hero-content {
        text-align: left;
        position: relative;
        z-index: 1;
    }

        .hero-section-five .hero-content .banner-content {
            padding: 110px 0 40px;
        }

    @media (max-width: 991.98px) {
        .hero-section-five .hero-content .banner-content {
            padding: 50px 0;
        }
    }

    .hero-section-five .banner-content {
        max-width: 700px;
        width: 100%;
    }

        .hero-section-five .banner-content h1 {
            font-size: 52px;
            margin-bottom: 16px;
        }

    @media (max-width: 991.98px) {
        .hero-section-five .banner-content h1 {
            font-size: 34px;
        }
    }

    @media (max-width: 767.98px) {
        .hero-section-five .banner-content h1 {
            font-size: 26px;
        }
    }

    .cruise-type {
        text-align: center;
    }

        .cruise-type:hover img {
            border-radius: 80px;
        }

        .cruise-type:hover h6 a {
            color: #ff8a00;
        }

        .cruise-type img {
            border-radius: 100px;
            margin-bottom: 16px;
            transition: all 0.5s;
        }

    .cruise-slider {
        margin-bottom: 40px;
    }

    .guest-details ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

        .guest-details ul li {
            width: 50%;
            margin-bottom: 5px;
        }

            .guest-details ul li h6 {
                color: #123f6a;
                font-size: 14px;
                font-weight: 400;
            }

                .guest-details ul li h6 span {
                    color: #123f6a;
                    font-weight: 400;
                }

                .guest-details ul li h6 i {
                    color: #123f6a;
                }

    .rating-feedback {
        background: #123f6a;
        border-radius: 10px;
        position: relative;
    }

        .rating-feedback ul {
            padding: 50px;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

    @media (max-width: 991.98px) {
        .rating-feedback ul {
            padding: 20px;
        }
    }

    .rating-feedback ul li {
        width: 25%;
        text-align: center;
    }

    @media (max-width: 991.98px) {
        .rating-feedback ul li {
            width: 50%;
            margin-bottom: 5px;
        }
    }

    @media (max-width: 767.98px) {
        .rating-feedback ul li {
            width: 100%;
        }
    }

    .rating-feedback ul li h6 {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    @media (max-width: 991.98px) {
        .rating-feedback ul li h6 {
            font-size: 16px;
        }
    }

    .rating-feedback ul li h4 {
        color: #fff;
        font-size: 38px;
        font-weight: 700;
    }

    @media (max-width: 991.98px) {
        .rating-feedback ul li h4 {
            font-size: 24px;
        }
    }

    .city-type {
        margin-left: 25px;
        position: relative;
        color: #123f6a;
    }

        .city-type::after {
            position: absolute;
            content: "";
            background: #123f6a;
            width: 5px;
            height: 5px;
            border-radius: 50px;
            left: -15px;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
        }

    .getintouch-div {
        border-radius: 10px;
        position: relative;
        overflow: hidden;
    }

        .getintouch-div:after {
            position: absolute;
            content: "";
            background: #ff8a00;
            width: 280px;
            height: 77px;
            left: 0;
            bottom: -10px;
        }

    @media (max-width: 991.98px) {
        .getintouch-div:after {
            display: none;
        }
    }

    .getintouch-div:hover .getintouch-img img {
        right: 50px;
    }

    .getintouch-div .getintouch-content {
        width: 543px;
        max-width: 100%;
        padding: 92px 70px 108px;
    }

    @media (max-width: 991.98px) {
        .getintouch-div .getintouch-content {
            padding: 20px 0 40px 20px;
        }
    }

    .getintouch-div .getintouch-img {
        position: relative;
    }

    @media (max-width: 991.98px) {
        .getintouch-div .getintouch-img {
            display: none;
        }
    }

    .getintouch-div .getintouch-img img {
        border-right: 5px solid #ff8a00;
        transform: rotate(25deg);
        position: absolute;
        top: -120px;
        transition: all 1s;
        right: 10px;
    }

    .support-section-five .support-item::after {
        background: url(../img/icons/star-white.svg);
    }

    .destination-set {
        position: relative;
        margin-bottom: 24px;
        border-radius: 10px;
        overflow: hidden;
    }

        .destination-set:after {
            position: absolute;
            content: "";
            background: rgba(0, 0, 0, 0.3);
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

        .destination-set:hover:after {
            background: rgba(0, 0, 0, 0.7);
        }

        .destination-set:hover .destination-btn {
            top: 16px;
        }

        .destination-set:hover .destination-img img {
            transform: scale(1.2);
        }

        .destination-set .destination-img img {
            border-radius: 10px;
            transform: scale(1);
            transition: all 0.5s;
            width: 100%;
        }

        .destination-set .destination-content {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 16px;
            z-index: 9;
        }

        .destination-set .destination-btn {
            position: absolute;
            top: -30px;
            right: 16px;
            z-index: 9;
            transition: all 0.5s;
        }

            .destination-set .destination-btn a {
                width: 30px;
                height: 30px;
                border-radius: 50px;
                color: #ff8a00;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #FEEDEB;
            }

                .destination-set .destination-btn a i {
                    transform: rotate(-45deg);
                }

                .destination-set .destination-btn a:hover {
                    background: #ff8a00;
                    color: #fff;
                }

    .img-white {
        filter: brightness(0) invert(1);
    }

    .place-section {
        background: #F5F8FA;
    }

    .years-off {
        margin-bottom: 24px;
        text-align: center;
    }

        .years-off h4 {
            background: #06AED4;
            padding: 52px 40px;
            border-radius: 100px 0 0 0;
        }

    @media (max-width: 991.98px) {
        .years-off h4 {
            border-radius: 10px;
        }
    }

    .support-company-section {
        padding: 40px 0;
    }

    @media (max-width: 991.98px) {
        .discover-set-img-left {
            display: none;
        }
    }

    .discover-set-img-left img {
        border-radius: 0 0 0 100px;
    }

    @media (max-width: 991.98px) {
        .discover-set-img-right {
            display: none;
        }
    }

    .discover-set-img-right img {
        border-radius: 0 100px 100px 0;
    }

    @media (max-width: 991.98px) {
        .bg-div {
            display: none;
        }
    }

    .bg-div .bg-1 {
        position: absolute;
        bottom: 0;
        right: 0;
        border-radius: 10px;
    }

    .bg-div .bg-2 {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }

    .bg-div .bg-3 {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }

    .faq-secpath {
        background: #FEEDEB;
        position: relative;
        z-index: 1;
    }

    .faq-accordion-five {
        position: relative;
        z-index: 9;
        background: #FEEDEB;
    }

        .faq-accordion-five .accordion-button:not(.collapsed) {
            color: #ff8a00;
        }

        .faq-accordion-five .accordion-item {
            border-radius: 10px;
        }

            .faq-accordion-five .accordion-item .accordion-button {
                border-radius: 10px !important;
            }

    @media (max-width: 991.98px) {
        .faq-five {
            display: none;
        }
    }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  39.login
============================*/
    .login-or {
        text-align: center;
        font-size: 14px;
        color: #123f6a;
        font-weight: 500;
        position: relative;
    }

        .login-or::after {
            width: 100%;
            content: "";
            border-top: 1px solid #E4EBF1;
            position: absolute;
            top: 50%;
            right: 0;
        }

        .login-or::before {
            width: 100%;
            content: "";
            border-top: 1px solid #E4EBF1;
            position: absolute;
            top: 50%;
            left: 0;
        }

        .login-or .span-or {
            background-color: #FFF;
            padding: 0 16px;
            z-index: 9;
            position: relative;
        }

    .authentication-card .card-header {
        padding: 15px 40px;
    }

    .authentication-card .card-body {
        padding: 40px;
    }

    .authentication-wrapper {
        position: relative;
    }

        .authentication-wrapper::before {
            content: "";
            background-image: url(../img/bg/authetication-bg.png);
            position: absolute;
            width: 100%;
            height: 200px;
            background-position: top center;
            background-repeat: no-repeat;
            background-size: contain;
            top: 0;
            z-index: -1;
        }

        .authentication-wrapper::after {
            content: "";
            background-image: url(../img/bg/authentication-footer-bg.png);
            position: absolute;
            width: 100%;
            height: 150px;
            background-repeat: no-repeat;
            background-size: cover;
            bottom: 32px;
            z-index: -1;
        }

    .coprright-footer {
        background: #FFF;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.2509803922);
        padding: 10px;
        text-align: center;
    }

    .coming-soon-bg {
        background: #E0EBF8;
    }

    .counting-box {
        margin: 40px 0;
    }

        .counting-box li {
            position: relative;
            padding: 2px;
            z-index: 1;
            border-radius: 5px 5px 0 0;
            margin-right: 20px;
        }

    @media (max-width: 575.98px) {
        .counting-box li {
            margin-right: 10px;
        }
    }

    .counting-box li:last-child {
        margin-right: 0;
    }

    .counting-box li::before {
        content: "";
        background: linear-gradient(0deg, rgba(207, 52, 37, 0) 19.94%, #ff8a00 94.37%);
        position: absolute;
        width: 100%;
        height: 30px;
        border-radius: 5px 5px 0 0;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .counting-box .counts-card {
        width: 70px;
        height: 70px;
        position: relative;
        background: #E0EBF8;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    @media (max-width: 575.98px) {
        .counting-box .counts-card {
            width: 60px;
            height: 60px;
        }
    }

    .counting-box .counts-card p {
        color: #123f6a;
        font-size: 14px;
    }

    .counting-box .counts-card h3 {
        font-size: 24px;
    }

    @media (max-width: 575.98px) {
        .counting-box .counts-card h3 {
            font-size: 20px;
        }
    }

    .coming-soon-wrapper {
        background-image: url(../img/bg/coming-soon-bg.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
    }

        .coming-soon-wrapper h1 {
            font-size: 90px;
            color: #ff8a00;
        }

    @media (max-width: 1399.98px) {
        .coming-soon-wrapper h1 {
            font-size: 70px;
        }
    }

    @media (max-width: 1199.98px) {
        .coming-soon-wrapper h1 {
            font-size: 60px;
        }
    }

    @media (max-width: 991.98px) {
        .coming-soon-wrapper h1 {
            font-size: 40px;
        }
    }

    .coming-soon-wrapper .subscribe-form {
        max-width: 500px;
        margin: auto;
    }

        .coming-soon-wrapper .subscribe-form input {
            color: #E4EBF1;
        }

            .coming-soon-wrapper .subscribe-form input::placeholder {
                color: #E4EBF1;
            }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  40.hotel
============================*/
    .form-checkbox {
        background: #F1F4F7;
        border-radius: 10px;
        padding: 8px;
    }

    .more-content {
        height: 148px;
        overflow: hidden;
        transition: height 0.5s ease;
    }

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

    .recommend-wrap {
        border-radius: 10px;
    }

        .recommend-wrap .dropdown {
            margin-right: 14px;
        }

            .recommend-wrap .dropdown:last-child {
                margin-right: 0;
            }

            .recommend-wrap .dropdown .dropdown-menu {
                z-index: 999;
            }

    .list-item .list-icon {
        width: 28px;
        height: 28px;
        border-radius: 4px;
        background: #FFF;
        color: #123f6a;
        font-size: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }

        .list-item .list-icon:hover, .list-item .list-icon.active {
            background: #ff8a00;
            color: #FFF;
        }

    .hotel-type-item {
        padding: 8px 5px 8px 8px;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        border-radius: 10px;
        background: #FFF;
        border: 1px solid #E4EBF1;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .hotel-type-item .avatar {
            overflow: hidden;
            border-radius: 50%;
        }

            .hotel-type-item .avatar img {
                -webkit-transition: all 0.3s ease-out 0s;
                -ms-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
            }

        .hotel-type-item:hover {
            -webkit-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
            transform: translateY(-2px);
            -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
        }

            .hotel-type-item:hover img {
                -webkit-transition: all 0.3s ease-out 0s;
                -ms-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
            }

    .badge-amenity {
        border: 1px solid #E4EBF1;
        border-radius: 100px;
        padding: 8px 16px;
        color: #123f6a;
        font-weight: 400;
        font-size: 14px;
    }

        .badge-amenity:hover {
            background: #E4EBF1;
        }

        .badge-amenity .btn-close {
            padding: 0;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
        }

    .alert.badge-amenity {
        border: 1px solid #E4EBF1;
        border-radius: 100px;
        padding: 8px 34px 8px 16px;
        color: #123f6a;
        font-weight: 400;
        font-size: 14px;
    }

        .alert.badge-amenity:hover {
            background: #E4EBF1;
        }

        .alert.badge-amenity .btn-close {
            padding: 0;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            right: 16px;
            opacity: 1;
            cursor: pointer;
        }

            .alert.badge-amenity .btn-close i {
                color: #123f6a;
                font-size: 14px;
            }

    .irs--flat .irs-handle > i:first-child {
        position: absolute;
        display: block;
        top: 0;
        left: 50%;
        width: 18px;
        height: 18px;
        margin-left: -1px;
        background-color: #ff8a00;
        border-radius: 50px;
        border: 0;
    }

    .irs--flat .irs-line {
        top: 28px;
        height: 2px;
        background-color: #E4EBF1;
        border-radius: 4px;
    }

    .irs--flat .irs-bar {
        top: 28px;
        height: 2px;
        background-color: #ff8a00;
    }

    .irs-with-grid .irs-grid {
        display: none;
    }

    .irs--flat .irs-from,
    .irs--flat .irs-to,
    .irs--flat .irs-single {
        color: white;
        font-size: 14px;
        line-height: 1.333;
        text-shadow: none;
        padding: 4px 12px;
        background-color: #ff8a00;
        border-radius: 4px;
        top: -10px;
    }

        .irs--flat .irs-from:before,
        .irs--flat .irs-to:before,
        .irs--flat .irs-single:before {
            border-top-color: #ff8a00;
            left: 60%;
        }

    .pagination-nav .pagination .page-item {
        margin-right: 8px;
    }

        .pagination-nav .pagination .page-item:first-child {
            margin-right: 13px;
        }

            .pagination-nav .pagination .page-item:first-child .page-link {
                background: transparent;
            }

        .pagination-nav .pagination .page-item:last-child {
            margin-right: 0;
            margin-left: 5px;
        }

            .pagination-nav .pagination .page-item:last-child .page-link {
                background: transparent;
            }

        .pagination-nav .pagination .page-item .page-link {
            width: 32px;
            height: 32px;
            border: 0;
            background: #E4EBF1;
            color: #123f6a;
            font-size: 14px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            border-radius: 50%;
        }

        .pagination-nav .pagination .page-item.active .page-link, .pagination-nav .pagination .page-item:hover .page-link {
            background: #ff8a00;
            color: #FFF;
        }

    .hotel-list .place-item {
        display: flex;
    }

        .hotel-list .place-item .place-img {
            width: 310px;
            flex-shrink: 0;
            height: inherit;
            border-radius: 10px 0 0 10px;
        }

            .hotel-list .place-item .place-img.activity-img {
                width: 250px;
            }

    @media (max-width: 1199.98px) {
        .hotel-list .place-item .place-img {
            width: 280px;
        }
    }

    .hotel-list .place-item .place-img .img-slider, .hotel-list .place-item .place-img .image-slide {
        height: 100%;
    }

        .hotel-list .place-item .place-img .img-slider .owl-stage-outer, .hotel-list .place-item .place-img .image-slide .owl-stage-outer {
            height: 100%;
        }

            .hotel-list .place-item .place-img .img-slider .owl-stage-outer .owl-stage, .hotel-list .place-item .place-img .image-slide .owl-stage-outer .owl-stage {
                height: 100%;
            }

                .hotel-list .place-item .place-img .img-slider .owl-stage-outer .owl-stage .owl-item, .hotel-list .place-item .place-img .image-slide .owl-stage-outer .owl-stage .owl-item {
                    height: 100%;
                }

                    .hotel-list .place-item .place-img .img-slider .owl-stage-outer .owl-stage .owl-item .slide-images, .hotel-list .place-item .place-img .image-slide .owl-stage-outer .owl-stage .owl-item .slide-images {
                        height: 100%;
                    }

                        .hotel-list .place-item .place-img .img-slider .owl-stage-outer .owl-stage .owl-item .slide-images a, .hotel-list .place-item .place-img .image-slide .owl-stage-outer .owl-stage .owl-item .slide-images a {
                            height: inherit;
                            display: block;
                        }

                            .hotel-list .place-item .place-img .img-slider .owl-stage-outer .owl-stage .owl-item .slide-images a img, .hotel-list .place-item .place-img .image-slide .owl-stage-outer .owl-stage .owl-item .slide-images a img {
                                height: 100%;
                                object-fit: cover;
                            }

    .hotel-list .place-item .place-img a {
        height: 100%;
        display: block;
    }

        .hotel-list .place-item .place-img a img {
            height: 100%;
            object-fit: cover;
            border-radius: 10px 0 0 10px;
        }

    @media (max-width: 767.98px) {
        .hotel-list .place-item .place-img a img {
            border-radius: 10px 10px 0 0;
        }
    }

    @media (max-width: 767.98px) {
        .hotel-list .place-item .place-img {
            width: 100%;
            height: auto;
            border-radius: 10px 10px 0 0;
        }
    }

    .hotel-list .place-item .place-content {
        flex: 1;
    }

    @media (max-width: 767.98px) {
        .hotel-list .place-item {
            display: block;
        }
    }

    .line-ellipsis {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .filter-sidebar .accordion-item {
        border-radius: 0;
    }

    .review-img img {
        border-radius: 10px;
        height: 130px;
        object-fit: cover;
        width: 100%;
    }

    .stripe-details, .paypal-details {
        display: none;
    }

    .room-slider img {
        border-radius: 10px;
    }

    .room-slider.nav-center .owl-nav button.owl-next,
    .room-slider.nav-center .owl-nav button.owl-prev {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    @media (max-width: 991.98px) {
        .room-slider.nav-center .owl-nav button.owl-next,
        .room-slider.nav-center .owl-nav button.owl-prev {
            width: 32px;
            height: 32px;
        }
    }

    .room-slider.nav-center .owl-nav button.owl-next {
        right: 20px;
    }

    .room-slider.nav-center .owl-nav button.owl-prev {
        left: 20px;
    }

    .border-icon {
        position: relative;
        padding-left: 12px;
    }

        .border-icon::before {
            content: "";
            background: #0E9384;
            width: 4px;
            height: 8px;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            border-radius: 4px;
        }

        .border-icon.secondary::before {
            background: #98AA30;
        }

        .border-icon.primary::before {
            background: #ff8a00;
        }

        .border-icon.purple::before {
            background: #6938EF;
        }

        .border-icon.dark::before {
            background: #123f6a;
        }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  41.hotel-details
============================*/
    .service-wrap img {
        border-radius: 10px;
    }

    .service-wrap .slider-wrap {
        position: relative;
    }

        .service-wrap .slider-wrap .view-btn {
            position: absolute;
            bottom: 15px;
            right: 15px;
            z-index: 9;
        }

    .service-wrap .nav-center .owl-nav button {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

        .service-wrap .nav-center .owl-nav button.owl-prev {
            left: 18px;
        }

        .service-wrap .nav-center .owl-nav button.owl-next {
            right: 18px;
        }

    @media (max-width: 767.98px) {
        .service-wrap .nav-center .owl-nav button {
            width: 24px;
            height: 24px;
        }
    }

    .highlight-box {
        background: #FFFAEE;
        border-radius: 10px;
        padding: 16px;
        margin-bottom: 8px;
    }

        .highlight-box p i {
            margin-right: 10px;
        }

        .highlight-box:last-child {
            margin-bottom: 0;
        }

    .more-info {
        height: 70px;
        overflow: hidden;
        transition: height 0.5s ease;
    }

    .galley-wrap {
        width: 100%;
        height: 100px;
        object-fit: cover;
        border-radius: 10px;
    }

        .galley-wrap > img {
            width: 100%;
            height: 100px;
            object-fit: cover;
            border-radius: 10px;
        }

        .galley-wrap.more-gallery {
            background: #E4EBF1;
        }

    .review-item .review-info .date-info p {
        position: relative;
        padding-right: 10px;
        margin-right: 10px;
    }

        .review-item .review-info .date-info p::before {
            position: absolute;
            content: "\f111";
            font-family: "Fontawesome";
            font-size: 4px;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
        }

        .review-item .review-info .date-info p:last-child {
            padding-right: 0;
            margin-right: 0;
        }

            .review-item .review-info .date-info p:last-child::before {
                content: none;
            }

    .review-item .review-info .like-info a {
        color: #123f6a;
        font-size: 14px;
    }

        .review-item .review-info .like-info a:hover {
            color: #ff8a00;
        }

    .review-item .review-info.reply {
        margin-left: 70px;
        background: #F8FAFB;
        border: 1px solid #E4EBF1;
        border-radius: 10px;
    }

    @media (max-width: 991.98px) {
        .review-item .review-info.reply {
            margin-left: 50px;
        }
    }

    @media (max-width: 767.98px) {
        .review-item .review-info.reply {
            margin-left: 10px;
        }
    }

    .rating-item {
        border-radius: 10px;
        padding: 24px;
    }

        .rating-item p {
            font-size: 14px;
        }

    .rating-progress p {
        font-size: 14px;
    }

    .rating-progress .progress {
        height: 7px;
    }

    .rating-progress .progress-count {
        min-width: 36px;
        text-align: right;
    }

    .policy-wrap {
        border: 1px solid #E4EBF1;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        border-radius: 10px;
    }

        .policy-wrap .policy-info.hide {
            display: none;
        }

        .policy-wrap.expanded {
            box-shadow: none;
        }

    .faq-accordion .accordion-item {
        border: 1px solid #E4EBF1 !important;
    }

        .faq-accordion .accordion-item .accordion-button {
            font-size: 16px;
            border-radius: 5px;
        }

            .faq-accordion .accordion-item .accordion-button:not(.collapsed) {
                color: #ff8a00;
                background-color: transparent;
                box-shadow: none;
            }

                .faq-accordion .accordion-item .accordion-button:not(.collapsed):after {
                    content: "\ea47";
                    color: #ff8a00;
                }

            .faq-accordion .accordion-item .accordion-button:after {
                font-family: "iconsax";
                content: "\ea48";
                transform: none;
                -webkit-transform: none;
                -ms-transform: none;
            }

        .faq-accordion .accordion-item .accordion-body {
            border-top: 1px solid #E4EBF1;
            padding-top: 16px;
            font-size: 14px;
        }

        .faq-accordion .accordion-item.show {
            box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        }

    .contact-map {
        border-radius: 10px 10px 0 0;
        height: 195px;
        width: 100%;
    }

    .rating-selction {
        direction: rtl !important;
    }

        .rating-selction label {
            display: inline-block;
            color: #E4EBF1;
            cursor: pointer;
            font-size: 16px;
            transition: color 0.2s;
        }

            .rating-selction label:hover {
                color: #ff8a00;
            }

                .rating-selction label:hover ~ label {
                    color: #ff8a00;
                }

        .rating-selction input {
            display: none;
        }

            .rating-selction input:checked ~ label {
                color: #ff8a00;
            }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  42.tour
============================*/
    .vertical-splits {
        width: 1px;
        height: 20px;
    }

    .place-item {
        position: relative;
    }

        .place-item .place-content {
            position: relative;
        }

        .place-item .activity-content {
            margin-top: -80px;
            border-radius: 10px 10px 0 0;
        }

            .place-item .activity-content .badge-right {
                background: #FFF;
                box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.0705882353);
                border: 1px solid #E4E6E8;
                border-radius: 50px;
                top: -15px;
                right: 20px;
                padding: 7px 15px;
            }

            .place-item .activity-content .text-line {
                text-decoration: line-through;
            }

        .place-item .car-avatar-image {
            position: absolute;
            right: 20px;
            top: -20px;
            z-index: 1;
            border: 1px solid #FFF;
            border-radius: 50%;
            width: 36px;
            height: 36px;
        }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  43.about-us
============================*/
    .about {
        position: relative;
        z-index: 1;
    }

        .about .about-bg {
            position: absolute;
            top: 10%;
            left: -53px;
            z-index: -1;
        }

        .about .about-bg-1 {
            position: absolute;
            right: 56%;
            top: 37%;
        }

    .choose-us-section {
        background-color: #F3F6F9;
        position: relative;
        z-index: 1;
    }

        .choose-us-section .choose-title {
            margin-bottom: 40px;
        }

        .choose-us-section .choose-card .choose-icon span {
            width: 64px;
            height: 64px;
            background-color: #123f6a;
            padding: 20px;
        }

        .choose-us-section .choose-bg-01 {
            position: absolute;
            left: 0;
            top: 66%;
            z-index: -1;
        }

    @media (max-width: 767.98px) {
        .choose-us-section .choose-bg-01 {
            display: none;
        }
    }

    .choose-us-section .choose-bg-02 {
        position: absolute;
        right: 0;
        top: 9%;
        z-index: -1;
    }

    @media (max-width: 767.98px) {
        .choose-us-section .choose-bg-02 {
            display: none;
        }
    }

    .team-section {
        position: relative;
        z-index: 1;
    }

        .team-section .about-content {
            margin-bottom: 40px;
        }

        .team-section .about-btn .btn {
            margin-right: 40px;
        }

        .team-section .about-bg img {
            position: absolute;
        }

            .team-section .about-bg img.about-bg-02 {
                bottom: 10%;
                left: 0;
                z-index: -1;
                width: 100%;
            }

        .team-section .header-section {
            margin-bottom: 40px;
        }

        .team-section .team-item {
            position: relative;
            margin-bottom: 40px;
        }

    @media (max-width: 1199.98px) {
        .team-section .team-item {
            margin-bottom: 0;
        }
    }

    .team-section .team-item .card {
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    }

        .team-section .team-item .card .team-overlay {
            position: absolute;
            bottom: -22px;
            left: 50%;
            width: 80%;
            margin: auto;
            transform: translateX(-50%);
            border-radius: 38px;
            box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.36);
            z-index: 1;
        }

    @media (max-width: 1199.98px) {
        .team-section .team-item .card .team-overlay {
            bottom: 30px;
        }
    }

    .team-section .about-bg {
        bottom: 10%;
        left: 0;
        z-index: -1;
        width: 100%;
        position: absolute;
    }

    .user-section {
        position: relative;
    }

        .user-section .testimonial-bg {
            position: absolute;
            top: 6%;
            right: 5%;
            -webkit-transition-property: -webkit-transform;
            -webkit-transition-duration: 5s;
            -moz-transition-duration: 5s;
            -webkit-animation-name: grow;
            -webkit-animation-duration: 9s;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            -moz-animation-name: grow;
            -moz-animation-duration: 9s;
            -moz-animation-iteration-count: infinite;
            -moz-animation-timing-function: linear;
        }

    .blog-details .blog-image {
        position: relative;
        display: block;
        z-index: 1;
    }

        .blog-details .blog-image::before {
            content: "";
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #141414 105.28%);
            left: 0;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            border-radius: 10px;
            z-index: 2;
        }

    .blog-details .blog-user-image img {
        width: 108px;
        height: 108px;
    }

    .blog-search .search-content {
        padding: 20px;
        background-color: #FAFBFC;
        border-radius: 5px;
        border: 1px solid #E4EBF1;
    }

        .blog-search .search-content .search-feild {
            display: flex;
            align-items: center;
            border-radius: 5px;
            border: 1px solid #E4EBF1;
            background-color: #FFF;
        }

            .blog-search .search-content .search-feild span {
                padding-left: 16px;
            }

            .blog-search .search-content .search-feild .form-control {
                border: 0;
            }

    .related-post {
        padding: 15px;
        border-radius: 5px;
        border: 1px solid #E4EBF1;
    }

    .poplur-tag {
        background-color: #F1F4F7;
        padding: 8px 16px;
        border-radius: 10px;
    }

    .gallery-body {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

        .gallery-body .img-wrap {
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            flex: 1 1 120px;
        }

            .gallery-body .img-wrap img {
                width: 100%;
                object-fit: cover;
                border-radius: 10px;
            }

            .gallery-body .img-wrap .img-overlay-1 {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.3);
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 12px;
                opacity: 0;
                visibility: hidden;
                transform: scale(1.2);
                -webkit-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

                .gallery-body .img-wrap .img-overlay-1 a {
                    font-size: 14px;
                    color: #FFF;
                }

                .gallery-body .img-wrap .img-overlay-1 .gallery-eye-icon {
                    padding: 18px;
                    width: 60px;
                    height: 60px;
                }

            .gallery-body .img-wrap:hover .img-overlay-1, .gallery-body .img-wrap:focus .img-overlay-1, .gallery-body .img-wrap:active .img-overlay-1,
            .gallery-body .img-wrap .active .img-overlay-1 {
                opacity: 1;
                visibility: visible;
                transform: scale(1);
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                border-radius: 10px;
            }

            .gallery-body .img-wrap .active .img-overlay-1 {
                opacity: 1;
                visibility: visible;
                transform: scale(1);
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
            }

    .faq .accordion-item {
        padding: 20px;
        border-radius: 10px;
        border: 1px dashed #E4EBF1;
    }

    .faq .accordion-header .accordion-button:not(.collapsed) {
        color: #ff8a00;
    }

        .faq .accordion-header .accordion-button:not(.collapsed)::after {
            padding: 10px;
            border: 1px solid #ff8a00;
            background-color: #FEEDEB;
            color: #ff8a00;
            font-size: 12px;
        }

    .faq .accordion-header .accordion-button::after {
        padding: 10px;
        border: 1px solid #98AA30;
        color: #98AA30;
        font-size: 12px;
    }

    .pricing-header span {
        padding: 6px;
        border: 1px solid #DD2590;
        font-size: 10px;
        color: #DD2590;
    }

    .pricing-list-items p {
        margin-bottom: 8px;
    }

        .pricing-list-items p:last-child {
            margin-bottom: 0;
        }

    .pricing-plan-tab .nav {
        margin-bottom: 40px;
    }

        .pricing-plan-tab .nav .tab-btn {
            padding: 10px;
            background-color: #FAFBFC;
            border: 1px solid #E4EBF1;
            border-radius: 60px;
        }

            .pricing-plan-tab .nav .tab-btn .nav-link {
                font-weight: 500;
                font-size: 16px;
                border-radius: 40px;
            }

                .pricing-plan-tab .nav .tab-btn .nav-link.active {
                    color: #FFF;
                    background-color: #ff8a00;
                    border-radius: 40px;
                    font-weight: 500;
                    font-size: 16px;
                }

    .que-sec {
        margin-top: 40px;
    }

    @media (max-width: 991.98px) {
        .que-sec {
            margin-top: 20px;
        }
    }

    .bootstrap-datetimepicker-widget .day.past, .bootstrap-datetimepicker-widget .day.disabled {
        text-decoration: line-through;
        opacity: 0.5;
        cursor: not-allowed;
        pointer-events: none;
    }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  44.blog
============================*/
    .blog-post {
        position: relative;
        padding: 15px;
        border: 1px solid #E4EBF1;
        border-radius: 10px;
    }

    .text-truncate {
        white-space: normal;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

        .text-truncate.line-clamb-3 {
            -webkit-line-clamp: 3;
        }

        .text-truncate.line-clamb-2 {
            -webkit-line-clamp: 2;
        }

    .blog-user-img {
        width: 16px !important;
        height: 16px !important;
    }

    .category-tag a.badge {
        background: #F1F4F7;
        color: #123f6a;
        border-radius: 10px;
    }

        .category-tag a.badge:hover {
            background: #ff8a00;
            color: #FFF;
        }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  45.team
============================*/
    .team-member {
        position: absolute;
        width: 80%;
        bottom: -32px;
        left: 50%;
        transform: translateX(-50%);
        padding: 8px 15px;
        background: #FFF;
        transition: all 0.5s;
    }

        .team-member p {
            font-size: 16px;
        }

    .team {
        position: relative;
    }

        .team .card-body {
            padding: 15px !important;
        }

        .team:hover .team-member {
            background: #ff8a00;
            color: #FFF;
        }

            .team:hover .team-member a {
                color: #FFF;
            }

    .invoice-table thead tr th {
        font-weight: 600;
        border-color: #E9EDF4;
        background: #E5E7EB;
        font-size: 14px;
        color: #123f6a;
    }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
 46.service
============================*/
    .main-logo {
        margin-bottom: 60px;
    }

    .maintenance-img {
        margin-bottom: 60px;
    }

    .maintenance-update .input-group {
        max-width: 500px;
        width: 100%;
        border-radius: 54px;
        height: 62px;
        border: 1px solid #123f6a;
        outline-offset: 4px;
        background: #FEEDEB;
        padding: 10px;
    }

    .maintenance-update .form-control {
        background: transparent;
        border: none;
        padding: 0 10px 0 0;
    }

    .map-grid {
        width: 100%;
        margin-top: 60px;
    }

        .map-grid iframe {
            border-radius: 10px;
        }

    @media (max-width: 991.98px) {
        .map-grid {
            margin-top: 40px;
        }
    }

    .error-img {
        max-width: 400px;
        margin: 0 auto 20px;
    }

    .error-main-logo {
        margin-bottom: 10px;
    }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  47.booking-confirmation
============================*/
    .booking-confirmation {
        box-shadow: none;
    }

        .booking-confirmation .status::before {
            content: "";
            width: 5px;
            height: 5px;
            background-color: #FFF;
            border-radius: 50%;
            margin-right: 8px;
            margin-left: 2px;
        }

    @media (max-width: 767.98px) {
        .booking-confirmation .booking-hotels img {
            margin-bottom: 8px;
        }
    }

    @media (max-width: 991.98px) {
        .booking-confirmation .booking-hotels img {
            margin-bottom: 10px;
        }
    }

    .booking-confirmation .booking-hotels .booking-details .booking-items p {
        margin-bottom: 0;
    }

    @media (max-width: 767.98px) {
        .booking-confirmation .booking-hotels .booking-details .booking-items p {
            margin-bottom: 8px;
        }
    }

    @media (max-width: 991.98px) {
        .booking-confirmation .booking-hotels .booking-details .booking-items p {
            margin-bottom: 8px;
        }
    }

    .booking-confirmation .service-info span {
        color: #123f6a;
        font-weight: 400;
    }

    .tag-btn {
        padding: 3px 6px;
        background: #E4EBF1;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 500;
        color: #155EEF;
        border: none;
        width: 32px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .tag-btn.active {
            background: #155EEF;
            color: #FFF !important;
        }

    .seat-content {
        padding: 20px;
        background: #F8FAFB;
        border: 1px solid #E4EBF1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 16px;
        border-radius: 10px;
    }

        .seat-content .seat-selected-count {
            background: #FFFFFF;
            padding: 6px 12px;
            color: #123f6a;
            border-radius: 100px;
        }

    .seat-selected {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 40px;
        margin: 24px 0px;
    }

    @media (max-width: 767.98px) {
        .seat-selected {
            gap: 18px;
        }
    }

    .seat-selected .seat-count {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #123f6a;
    }

        .seat-selected .seat-count .seat {
            width: 40px;
            height: 40px;
            border-radius: 5px;
            border-width: 3px !important;
            font-size: 16px;
            font-weight: 500;
        }

    @media (max-width: 575.98px) {
        .seat-selected .seat-count .seat {
            width: 30px;
            height: 30px;
        }
    }

    .seat-booking {
        background: #F8FAFB;
        border: 1px solid #E4EBF1;
        padding: 40px;
        border-radius: 10px;
    }

    @media (max-width: 767.98px) {
        .seat-booking {
            padding: 20px;
        }
    }

    @media (max-width: 575.98px) {
        .seat-booking {
            padding: 12px;
        }
    }

    .seat-booking .driver-seat {
        width: 100px;
        height: 100px;
        background: #123f6a;
        border: 3px solid #123f6a;
        color: #FFF;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        flex-direction: column-reverse;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        border-radius: 12px;
        transition: 0.5s;
    }

    @media (max-width: 1199.98px) {
        .seat-booking .driver-seat {
            width: 80px;
            height: 80px;
        }
    }

    @media (max-width: 575.98px) {
        .seat-booking .driver-seat {
            width: 60px;
            height: 60px;
            font-size: 14px;
            border-radius: 5px !important;
        }
    }

    .seat-booking .driver-seat::after {
        content: "";
        background: url(../img/icons/seat-icon.svg);
        background-size: 100% 100%;
        width: 23px;
        height: 30px;
    }

    @media (max-width: 767.98px) {
        .seat-booking .driver-seat::after {
            width: 16px;
        }
    }

    .seat-booking .exit-btn {
        border-radius: 10px;
    }

    .seat-booking .seat-layout {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .seat-booking .seat-row {
        display: grid;
        grid-template-columns: repeat(5, 100px);
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    @media (max-width: 1199.98px) {
        .seat-booking .seat-row {
            grid-template-columns: repeat(5, 80px);
        }
    }

    @media (max-width: 767.98px) {
        .seat-booking .seat-row {
            grid-template-columns: repeat(5, 70px);
        }
    }

    @media (max-width: 575.98px) {
        .seat-booking .seat-row {
            grid-template-columns: repeat(5, 28px);
        }
    }

    .seat-booking .aisle {
        font-size: 16px;
        font-weight: 600;
        color: #123f6a;
        text-align: center;
    }

    @media (max-width: 575.98px) {
        .seat-booking .aisle {
            font-size: 9px;
        }
    }

    .seat-booking .seat {
        width: 100px;
        height: 100px;
        border: 3px solid #E4EBF1;
        font-size: 16px;
        font-weight: 500;
        color: #123f6a;
        position: relative;
        flex-direction: column-reverse;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        border-radius: 12px;
        transition: 0.5s;
    }

    @media (max-width: 1199.98px) {
        .seat-booking .seat {
            width: 80px;
            height: 80px;
        }
    }

    @media (max-width: 767.98px) {
        .seat-booking .seat {
            width: 72px;
            height: 72px;
        }
    }

    @media (max-width: 575.98px) {
        .seat-booking .seat {
            border-radius: 5px !important;
            width: 32px;
            height: 32px;
            font-size: 13px;
        }
    }

    .seat-booking .seat::after {
        content: "";
        background: url(../img/icons/seat-icon.svg);
        background-size: 100% 100%;
        width: 23px;
        height: 30px;
        filter: invert(1);
    }

    @media (max-width: 767.98px) {
        .seat-booking .seat::after {
            width: 16px !important;
        }
    }

    @media (max-width: 575.98px) {
        .seat-booking .seat::after {
            display: none !important;
        }
    }

    .seat-booking .seat.available {
        background: #FFF;
    }

    .seat-booking .seat.booked {
        background: #E4EBF1;
        border: 3px solid #E4EBF1;
        color: #969AA2;
    }

        .seat-booking .seat.booked::after {
            content: "";
            background: url(../img/icons/seat-icon-1.svg);
            background-size: 100% 100%;
            width: 23px;
            height: 30px;
        }

    .seat-booking .seat.selected {
        border: 3px solid #ff8a00;
        background: #ff8a00;
        color: #FFF;
    }

        .seat-booking .seat.selected::after {
            content: "";
            filter: unset;
        }

    @media (max-width: 767.98px) {
        .seat-booking .seat.selected::after {
            width: 16px;
        }
    }

    .seat-booking .seat.selected-light {
        background: #FBDCD7;
        color: #ff8a00;
    }

        .seat-booking .seat.selected-light::after {
            content: "";
            background: url(../img/icons/seat-icon-2.svg);
            background-size: 100% 100%;
            width: 23px;
            height: 30px;
        }

    .seat-booking .seat.female {
        border: 3px solid #DD2590;
    }

    .recent-tabs {
        display: flex;
        align-items: center;
        gap: 12px;
        background: #FAFBFC;
        border: 1px solid #E4EBF1;
        border-radius: 60px;
        padding: 10px 16px;
        width: fit-content;
        margin: 0px auto 40px;
    }

        .recent-tabs .nav-link {
            padding: 10px 16px;
            border-radius: 100px;
            font-size: 16px;
            font-weight: 500;
            color: #123f6a;
        }

            .recent-tabs .nav-link.active {
                background: #ff8a00;
                color: #FFF;
            }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  48.cart
============================*/
    .cart-table {
        box-shadow: none;
    }

        .cart-table .table thead tr th {
            background-color: #F8FAFB;
            border-bottom: none;
            padding: 12px 20px;
            white-space: nowrap;
        }

        .cart-table .table tbody {
            vertical-align: middle;
        }

            .cart-table .table tbody tr:last-child td {
                border-bottom: 0;
            }

            .cart-table .table tbody tr td {
                padding: 16px 20px;
            }

                .cart-table .table tbody tr td .cart-details .cart-items a {
                    width: 30px;
                    height: 30px;
                    background-color: #E4EBF1;
                    color: #123f6a;
                }

                    .cart-table .table tbody tr td .cart-details .cart-items a.edit-icon:hover {
                        background-color: rgb(204.4902439024, 217.5853658537, 228.8097560976);
                        color: #123f6a;
                    }

                    .cart-table .table tbody tr td .cart-details .cart-items a.delete-icon {
                        background-color: #FFE8E8;
                        color: #FF0000;
                    }

                        .cart-table .table tbody tr td .cart-details .cart-items a.delete-icon:hover {
                            background-color: rgb(255, 196.3, 196.3);
                            color: #FF0000;
                        }

    @media (max-width: 767.98px) {
        .cart-table .table tbody tr td .cart-details .cart-items a {
            margin-bottom: 8px;
        }
    }

    @media (max-width: 991.98px) {
        .cart-table .table tbody tr td .cart-details .cart-items a {
            margin-bottom: 10px;
        }
    }

    .cart-table .table tbody tr td .cart-details .cart-image .cart-image-content {
        white-space: nowrap;
    }

    @media (max-width: 767.98px) {
        .cart-table .table tbody tr td .cart-details .cart-image img {
            margin-bottom: 8px;
        }
    }

    @media (max-width: 991.98px) {
        .cart-table .table tbody tr td .cart-details .cart-image img {
            margin-bottom: 10px;
        }
    }

    .cart-table .table tbody tr td .guests-details {
        white-space: nowrap;
    }

    .cart-payment {
        box-shadow: none;
    }

    .checkout-card {
        box-shadow: none;
    }

    .coupoun {
        box-shadow: none;
    }

        .coupoun .coupoun-list {
            padding: 8px;
            background-color: #EDF9F0;
            border-radius: 10px;
            position: relative;
            overflow: hidden;
        }

            .coupoun .coupoun-list::before {
                content: "";
                position: absolute;
                width: 2px;
                height: 40px;
                border-radius: 10px;
                background-color: #04BD6C;
                left: 0;
                top: 0;
            }

    @media (max-width: 767.98px) {
        .coupoun .coupoun-list::before {
            top: 13px;
        }
    }

    .coupoun .coupoun-list-two {
        padding: 8px;
        background-color: #FFEDE9;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
    }

        .coupoun .coupoun-list-two::before {
            content: "";
            position: absolute;
            width: 2px;
            height: 40px;
            border-radius: 10px;
            background-color: #FF0000;
            left: 0;
            top: 0;
        }

    .payment-details {
        box-shadow: none;
    }

    .credit-card-details .card-detials .card-content {
        padding: 20px;
        border: 1px solid #E4EBF1;
        border-radius: 10px;
    }

        .credit-card-details .card-detials .card-content .card-edit-icon a {
            width: 22px;
            height: 22px;
            padding: 4px;
            background-color: #E4EBF1;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .credit-card-details .card-detials .card-add {
        padding: 20px;
        border: 1px solid #ff8a00;
        border-radius: 10px;
        background-color: #F8FAFB;
        width: 256px;
        height: 149px;
    }

        .credit-card-details .card-detials .card-add .add-option a {
            width: 22px;
            height: 22px;
            padding: 4px;
            background-color: #E4EBF1;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .credit-card-details .card-detials .card-add .add-option .file-input {
            display: none;
        }

    .credit-card-details .card-form .user-icon {
        display: flex;
        align-items: center;
        border: 1px solid #E4EBF1;
        border-radius: 5px;
    }

        .credit-card-details .card-form .user-icon .input-icon {
            padding-left: 10px;
        }

        .credit-card-details .card-form .user-icon .form-control {
            border: none;
        }

    .credit-card-details .datetimepicker {
        padding: 8px 10px 8px 35px;
    }

    .paypal-details .card-detials .card-content {
        padding: 20px;
        border: 1px solid #E4EBF1;
        border-radius: 10px;
    }

        .paypal-details .card-detials .card-content .card-edit-icon a {
            width: 22px;
            height: 22px;
            padding: 4px;
            background-color: #E4EBF1;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .paypal-details .card-detials .card-add {
        padding: 20px;
        border: 1px solid #ff8a00;
        border-radius: 10px;
        background-color: #F8FAFB;
        width: 256px;
        height: 149px;
    }

        .paypal-details .card-detials .card-add .add-option a {
            width: 22px;
            height: 22px;
            padding: 4px;
            background-color: #E4EBF1;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .paypal-details .card-detials .card-add .add-option .file-input {
            display: none;
        }

    .paypal-details .card-form .user-icon {
        display: flex;
        align-items: center;
        border: 1px solid #E4EBF1;
        border-radius: 5px;
    }

        .paypal-details .card-form .user-icon .input-icon {
            padding-left: 10px;
        }

        .paypal-details .card-form .user-icon .form-control {
            border: none;
        }

    .stripe-details .card-detials .card-content {
        padding: 20px;
        border: 1px solid #E4EBF1;
        border-radius: 10px;
    }

        .stripe-details .card-detials .card-content .card-edit-icon a {
            width: 22px;
            height: 22px;
            padding: 4px;
            background-color: #E4EBF1;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .stripe-details .card-detials .card-add {
        padding: 20px;
        border: 1px solid #ff8a00;
        border-radius: 10px;
        background-color: #F8FAFB;
        width: 256px;
        height: 149px;
    }

        .stripe-details .card-detials .card-add .add-option a {
            width: 22px;
            height: 22px;
            padding: 4px;
            background-color: #E4EBF1;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .stripe-details .card-detials .card-add .add-option .file-input {
            display: none;
        }

    .user-icon {
        display: flex;
        align-items: center;
        border: 1px solid #E4EBF1;
        border-radius: 5px;
        position: relative;
    }

        .user-icon .input-icon {
            padding-left: 10px;
        }

        .user-icon .form-control {
            border: none;
        }

    .order-details {
        box-shadow: none;
    }

        .order-details .header-content a {
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .booking-success-modal .booking-icon span {
        width: 48px;
        height: 48px;
    }

        .booking-success-modal .booking-icon span i {
            background-color: #04BD6C;
            color: #FFF;
        }

    .modal .modal-dialog.modal-sm {
        max-width: 500px;
    }

        .modal .modal-dialog.modal-sm .modal-body {
            padding: 40px;
        }

    .modal .modal-dialog.modal-md {
        max-width: 600px;
    }

    .chat-cont-left {
        display: flex;
    }

        .chat-cont-left.hidden {
            display: none;
        }

    .visible {
        display: flex !important;
    }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  49.flight
============================*/
    .carts-img {
        margin-left: 24px;
    }

    @media (max-width: 991.98px) {
        .carts-img {
            margin-left: 16px;
        }
    }

    .carts-contents {
        margin-left: 24px;
    }

    @media (max-width: 991.98px) {
        .carts-contents {
            margin-left: 16px;
        }
    }

    .notification-card .notification-delete-btn {
        visibility: hidden;
    }

    .notification-card:hover .notification-delete-btn {
        visibility: visible;
        transform: translateX(5px);
        transition: all 0.5s ease-in-out;
    }

    .tours-item {
        border: 1px solid #FFF;
        border-radius: 10px;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        overflow: hidden;
    }

        .tours-item .tours-img {
            text-align: center;
            border-radius: 10px 10px 0 0;
            height: 97px;
            overflow: hidden;
            -webkit-transition: all 0.9s;
            -ms-transition: all 0.9s;
            transition: all 0.9s;
            display: block;
        }

            .tours-item .tours-img img {
                height: 97px;
                border-radius: 10px 10px 0 0;
                object-fit: cover;
                -webkit-transition: all 0.9s;
                -ms-transition: all 0.9s;
                transition: all 0.9s;
                transform: scale(1);
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
            }

        .tours-item .tours-content {
            padding: 20px;
        }

        .tours-item:hover img {
            transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -webkit-transition: all 0.9s;
            -ms-transition: all 0.9s;
            transition: all 0.9s;
        }

    .rebook-btn {
        background: #E4EBF1;
    }

        .rebook-btn:hover {
            background: #ff8a00;
            color: #FFF;
        }

    .two-line-ellipsis {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  50.hotel-map
============================*/
    .map-content {
        padding: 0 30px;
    }

    @media (max-width: 767.98px) {
        .map-content {
            padding: 0 15px;
        }
    }

    .map-lists-widget {
        padding: 30px 30px;
    }

    @media (max-width: 767.98px) {
        .map-lists-widget {
            padding: 15px;
        }
    }

    .filter-range .irs--round {
        height: 20px;
    }

        .filter-range .irs--round .irs-handle {
            width: 10px;
            height: 10px;
            background-color: #ff8a00;
            border: 0;
            top: -4px;
        }

        .filter-range .irs--round .irs-line {
            top: 0;
            background: #E4EBF1;
        }

        .filter-range .irs--round .irs-bar {
            background-color: #ff8a00;
            top: 0;
        }

        .filter-range .irs--round .irs-min,
        .filter-range .irs--round .irs-max,
        .filter-range .irs--round .irs-single {
            display: none;
        }

    .map-right {
        top: 0;
        height: 100%;
        min-height: 100%;
        position: sticky;
        right: 0;
        z-index: 1029;
        padding-left: 0;
        padding-right: 0;
    }

    @media (max-width: 1199.98px) {
        .map-right.map-top {
            top: 0;
        }
    }

    .map-right.map-top .map-listing {
        height: 100vh;
    }

    @media (max-width: 1199.98px) {
        .map-right {
            position: relative;
            top: 0;
            padding-right: 15px;
        }
    }

    .map-right .map-listing {
        height: 100vh;
        width: 100%;
    }

        .map-right .map-listing .profile-widget {
            padding: 0;
            border: 0;
            margin-bottom: 0;
        }

    @media (max-width: 575.98px) {
        .map-right .map-listing .profile-widget {
            flex-direction: column;
        }
    }

    .map-right .list-map-img {
        position: relative;
        overflow: hidden;
        z-index: 1;
        border-radius: 10px;
    }

        .map-right .list-map-img img {
            border-radius: 4px;
            transform: translateZ(0);
            transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
        }

        .map-right .list-map-img:hover img {
            transform: scale(1.15);
        }

    .map-right .profile-widget.rent-list-view .pro-content {
        position: relative;
    }

        .map-right .profile-widget.rent-list-view .pro-content .list-head p {
            margin: 0 0 14px;
            font-weight: 400;
        }

            .map-right .profile-widget.rent-list-view .pro-content .list-head p i {
                margin-right: 0;
            }

        .map-right .profile-widget.rent-list-view .pro-content .date {
            font-size: 12px;
        }

        .map-right .profile-widget.rent-list-view .pro-content .list {
            font-size: 12px;
        }

        .map-right .profile-widget.rent-list-view .pro-content p {
            font-size: 12px;
            margin-bottom: 10px;
        }

        .map-right .profile-widget.rent-list-view .pro-content .product-amount span {
            font-size: 20px;
        }

        .map-right .profile-widget.rent-list-view .pro-content .title {
            font-size: 16px;
            color: #0168b3;
        }

            .map-right .profile-widget.rent-list-view .pro-content .title a {
                display: inline-block;
            }

    .map-right .profile-widget .verified {
        margin-left: 3px;
    }

    .map-right .profile-widget p.speciality {
        font-size: 14px;
        color: #4f4f4f;
        margin-bottom: 5px;
        min-height: 40px;
    }

    .map-right .rating {
        list-style: none;
        width: 100%;
        font-weight: 400;
        margin-bottom: 15px;
    }

        .map-right .rating i {
            color: #dedfe0;
        }

        .map-right .rating span {
            margin-left: 5px;
        }

    .map-right .available-info {
        font-size: 13px;
        color: #757575;
        font-weight: 400;
    }

        .map-right .available-info li + li {
            margin-top: 5px;
        }

        .map-right .available-info li i {
            width: 22px;
        }

    .add-tab-list li a {
        padding: 8px 16px;
        border-radius: 5px;
        display: flex;
    }

        .add-tab-list li a.active {
            background: #ff8a00;
            color: #FFF;
        }

        .add-tab-list li a:hover {
            background: #ff8a00;
            color: #FFF;
        }

    .rounded-edit {
        width: 30px;
        height: 30px;
        background: #E4EBF1;
        border-radius: 50%;
    }

    .trash-icon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #FFE8E8;
        flex-shrink: 0;
    }

    .file-upload {
        border: 1px dashed #E7EDF2;
        border-radius: 5px;
        text-align: center;
        position: relative;
        padding: 40px 20px;
    }

        .file-upload input {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer;
        }

    .gallery-upload-img {
        width: 60px;
        height: 60px;
        border-radius: 10px;
        position: relative;
        transition: 0.5s all;
    }

        .gallery-upload-img img {
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }

        .gallery-upload-img .gallery-trash {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translatex(-50%);
            opacity: 0;
            transition: 0.5s all;
        }

        .gallery-upload-img:hover .gallery-trash {
            opacity: 1;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: 0.5s all;
        }

    .text-editor .note-editor.note-frame {
        border-color: #E4EBF1;
    }

    .text-editor .note-toolbar {
        background: #FFF;
        border-color: #E4EBF1;
    }

    .text-editor .note-statusbar {
        display: none;
    }

    .modal .modal-body h6 {
        font-weight: 500;
    }

    .curise-details p {
        font-size: 14px;
    }

    .cruise-build p {
        font-size: 14px;
    }

    .cruise-list-item p {
        padding-right: 8px;
    }

        .cruise-list-item p:last-child {
            border-right: none;
            padding-right: 0;
        }

    @media (max-width: 1199.98px) {
        .cruise-list-item p {
            border-right: 0;
            padding-right: 4px;
        }
    }

    .fancybox-image {
        border-radius: 0px;
        border: 0;
    }

    .invoice-logo-white {
        display: none;
    }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  51.tour-details
============================*/
    .vertical-slider .view-btn {
        right: 15% !important;
    }

    .vertical-slider .slider-for {
        max-width: 90%;
        padding-right: 24px;
        width: 100%;
        float: left;
    }

    .vertical-slider .slider-nav .slick-prev {
        top: -15px;
    }

    .vertical-slider .slider-nav .slick-next {
        bottom: -15px;
    }

    .vertical-slider .slider-nav .slick-prev,
    .vertical-slider .slider-nav .slick-next {
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: 24px;
        height: 24px;
        font-size: 12px;
        color: #123f6a;
        background: #FFF;
        box-shadow: 0px 4px 14px 0px rgba(141, 141, 141, 0.25);
        text-shadow: none;
        cursor: pointer;
        border: 0;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        z-index: 9;
    }

        .vertical-slider .slider-nav .slick-prev:hover,
        .vertical-slider .slider-nav .slick-next:hover {
            background: #ff8a00;
            color: #FFF;
        }

    .vertical-slider .slick-slide img {
        margin: 5px 0;
    }

    .card-bg-light {
        padding: 20px;
        border-radius: 10px;
    }

    .stage-flow .flows-step .flow-step {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: #ff8a00;
        color: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-right: 24px;
        z-index: 3;
        margin-bottom: 24px;
    }

    .stage-flow .flows-step .flow-content {
        position: relative;
        z-index: 1;
        padding-bottom: 24px;
    }

        .stage-flow .flows-step .flow-content::before {
            content: "";
            border: 1px dashed #E4EBF1;
            width: 1px;
            height: 100%;
            position: absolute;
            left: -45px;
            top: 60px;
            z-index: -1;
        }

    .stage-flow .flows-step:last-child .flow-content {
        padding-bottom: 0;
    }

        .stage-flow .flows-step:last-child .flow-content::before {
            display: none;
        }

    .tour-detail-map {
        height: 400px;
        border-radius: 10px;
    }

    .details-info {
        margin-bottom: 16px;
    }

        .details-info:last-child {
            margin-bottom: 0;
        }

        .details-info h6 {
            min-width: 160px;
        }

    .tour-vertical-slide .slider-for img {
        height: 370px;
        object-fit: cover;
    }

    @media (max-width: 767.98px) {
        .tour-vertical-slide .slider-for img {
            height: auto;
        }
    }

    .snow-editor {
        min-height: 150px;
    }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  52.car-details
============================*/
    .card-top-head {
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.2509803922);
        padding: 20px 0;
    }

    .vertical-slider.vertical-slider-two .slider-for {
        padding-left: 24px;
        padding-right: 0;
    }

        .vertical-slider.vertical-slider-two .slider-for img {
            height: 360px;
            object-fit: cover;
        }

    @media (max-width: 767.98px) {
        .vertical-slider.vertical-slider-two .slider-for img {
            height: auto;
        }
    }

    .vertical-slider.vertical-slider-two .view-btn {
        right: 15px !important;
    }

    .active-tab-list li a.active {
        background: #ff8a00;
        color: #FFF;
    }

    .active-tab-list li a:hover {
        background: #ff8a00;
        color: #FFF;
    }

    .accordion.custom-accordion > .accordion-item {
        border-radius: 10px;
        padding: 20px;
        border: 1px solid #E4EBF1;
    }

        .accordion.custom-accordion > .accordion-item > .accordion-header {
            padding: 0;
        }

            .accordion.custom-accordion > .accordion-item > .accordion-header .accordion-button {
                padding: 0;
            }

                .accordion.custom-accordion > .accordion-item > .accordion-header .accordion-button::after {
                    content: "\f078";
                    font-family: "Fontawesome";
                    font-size: 14px;
                }

        .accordion.custom-accordion > .accordion-item > .accordion-collapse > .accordion-body {
            padding: 15px 0 0;
            border-top: 1px solid #E4EBF1;
            margin-top: 15px;
        }

    .circle-middle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #ff8a00;
    }

        .circle-middle:hover {
            background: #ff8a00 !important;
            color: #FFF;
        }

    .service-wrap.slider-wrap-four .slider-wrap .view-btn {
        top: 15px;
        bottom: unset;
    }

    .service-wrap.slider-wrap-four .slider-nav-thumbnails {
        max-width: 80%;
        margin: -80px auto 0;
    }

        .service-wrap.slider-wrap-four .slider-nav-thumbnails img {
            border: 2px solid #FFF;
        }

        .service-wrap.slider-wrap-four .slider-nav-thumbnails .owl-nav {
            display: none;
        }

    .accordion-shadow > .accordion-item {
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.2509803922);
    }

    .detail-cabin-card .card-img {
        width: 40%;
        flex-shrink: 0;
    }

    @media (max-width: 767.98px) {
        .detail-cabin-card .card-img {
            width: 100%;
        }
    }

    .detail-cabin-card .card-img .place-img {
        border-radius: 10px 0 0 10px;
    }

        .detail-cabin-card .card-img .place-img::before {
            width: 100%;
            height: 100%;
        }

    .detail-cabin-card .card-img img {
        object-fit: cover;
        border-radius: 10px 0 0 10px;
    }

    @media (max-width: 767.98px) {
        .detail-cabin-card .card-img img {
            width: 100%;
        }
    }

    .divide-point {
        width: 4px;
        height: 4px;
        display: inline-flex;
        border-radius: 50%;
    }

    .slider-wrap-five .slider-nav-thumbnails .owl-nav {
        display: none;
    }

    .slider-wrap-five .badge.bg-success {
        border: unset !important;
    }

    .accordion.custom-accordion.accordion-shadow-none > .accordion-item {
        padding: 0;
    }

        .accordion.custom-accordion.accordion-shadow-none > .accordion-item > .accordion-header .accordion-button {
            padding: 0;
        }

        .accordion.custom-accordion.accordion-shadow-none > .accordion-item > .accordion-collapse > .accordion-body {
            padding: 15px 0 0;
            border-top: 0;
        }

    .icon-rotate-up {
        transform: rotate(45deg);
        display: inline-flex;
    }

    .icon-rotate-down {
        transform: rotate(135deg);
        display: inline-flex;
    }

    .avatar.play-video {
        width: 56px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.6);
    }

        .avatar.play-video span {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #FFF;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .note-btn-group .dropdown-toggle::after {
        content: none;
    }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  53.hotel-booking
============================*/
    .booking-header {
        margin-bottom: 24px;
    }

        .booking-header .header-content {
            padding: 20px;
        }

    @media (max-width: 767.98px) {
        .booking-header .header-content h6 {
            margin-bottom: 8px;
        }
    }

    @media (max-width: 767.98px) {
        .booking-header .header-content p {
            margin-bottom: 8px;
        }
    }

    .booking-header .header-content .input-icon-start .form-control {
        color: #123f6a;
        min-height: 32px;
        padding: 4px 8px;
        padding-left: 28px;
        min-width: 210px;
    }

    @media (max-width: 575.98px) {
        .booking-header .header-content .input-icon-start {
            margin-bottom: 8px;
        }
    }

    .booking-header .header-content .dropdown .dropdown-toggle {
        padding: 5px 8px;
    }

        .booking-header .header-content .dropdown .dropdown-toggle::after {
            color: #123f6a;
            font-size: 12px;
        }

    .hotel-list .list-header {
        padding: 16px 16px 8px;
    }

        .hotel-list .list-header .input-icon-start {
            margin-bottom: 8px;
        }

            .hotel-list .list-header .input-icon-start .form-control {
                color: #123f6a;
                min-height: 32px;
                padding: 4px 8px;
                padding-left: 28px;
            }

        .hotel-list .list-header .dropdown {
            margin-bottom: 8px;
        }

            .hotel-list .list-header .dropdown .dropdown-toggle {
                padding: 5px 8px;
            }

                .hotel-list .list-header .dropdown .dropdown-toggle::after {
                    color: #123f6a;
                    font-size: 12px;
                }

        .hotel-list .list-header .bookingrange.form-control {
            min-height: 32px;
            min-width: 210px;
        }

        .hotel-list .list-header .input-icon-end,
        .hotel-list .list-header h6,
        .hotel-list .list-header .sort-by {
            margin-bottom: 8px;
        }

            .hotel-list .list-header .sort-by .dropdown {
                margin-bottom: 0;
            }

    .paginations {
        border: none;
        color: black !important;
        font-size: 14px;
    }

        .paginations .page-link-1 {
            background: #E4EBF1;
            color: #123f6a;
            width: 25px;
            height: 25px;
            padding: 5px;
            border-radius: 45px;
        }

            .paginations .page-link-1:hover {
                background: #ff8a00;
                color: #FFF;
            }

            .paginations .page-link-1.active {
                background: #ff8a00;
                color: #FFF;
            }

    .value select {
        margin: 0 10px 0;
        border: 2px solid #F5F5F5;
        border-radius: 5px;
        padding: 5px 30px 5px 10px;
        color: #28283C;
        font-weight: 500;
        font-size: 14px;
    }

    .value span {
        color: #123f6a;
    }

    .modal .modal-body .upcoming-content .upcoming-title {
        background-color: #F8FAFB;
        border: 1px solid #E4EBF1;
    }

    @media (min-width: 768px) {
        .modal .modal-body .upcoming-content .upcoming-title {
            flex-wrap: wrap;
        }
    }

    @media (max-width: 767.98px) {
        .modal .modal-body .upcoming-content .upcoming-title {
            flex-wrap: wrap;
        }
    }

    @media (max-width: 991.98px) {
        .modal .modal-body .upcoming-content .upcoming-title .avatar {
            margin-bottom: 8px;
        }
    }

    .modal .modal-body .upcoming-content .upcoming-title .title-list {
        display: flex;
        align-items: center;
    }

        .modal .modal-body .upcoming-content .upcoming-title .title-list p {
            margin-bottom: 0;
        }

    @media (max-width: 767.98px) {
        .modal .modal-body .upcoming-content .upcoming-title .title-list p {
            border-right: 0 !important;
            margin-bottom: 8px;
        }
    }

    @media (max-width: 991.98px) {
        .modal .modal-body .upcoming-content .upcoming-title .title-list p {
            margin-bottom: 8px;
        }
    }

    @media (min-width: 768px) {
        .modal .modal-body .upcoming-content .upcoming-title .title-list {
            flex-wrap: wrap;
            border-right: 0;
        }
    }

    @media (max-width: 767.98px) {
        .modal .modal-body .upcoming-content .upcoming-title .title-list {
            flex-wrap: wrap;
            border-right: 0;
        }
    }

    .modal .modal-body .upcoming-content .upcoming-details {
        padding-bottom: 24px;
        border-bottom: 1px solid #E4EBF1;
        margin-bottom: 24px;
    }

        .modal .modal-body .upcoming-content .upcoming-details:last-child {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  54.settings
============================*/
    .settings {
        box-shadow: none;
    }

        .settings .card-body .settings-link {
            margin-bottom: 16px;
        }

            .settings .card-body .settings-link a {
                padding: 8px;
                display: flex;
                align-items: center;
                margin-right: 16px;
                font-size: 16px;
                font-weight: 500;
                color: #123f6a;
            }

                .settings .card-body .settings-link a:last-child {
                    margin-right: 0;
                }

                .settings .card-body .settings-link a i {
                    color: #123f6a;
                }

                .settings .card-body .settings-link a.active {
                    color: #ff8a00;
                    border-bottom: 2px solid #ff8a00;
                }

                    .settings .card-body .settings-link a.active i {
                        color: #ff8a00;
                    }

                .settings .card-body .settings-link a:hover {
                    color: #ff8a00;
                }

                    .settings .card-body .settings-link a:hover i {
                        color: #ff8a00;
                    }

        .settings .card-body .upload-btn {
            padding: 5px 12px;
            font-size: 13px;
            font-weight: 500;
            color: #FFF;
            background-color: #ff8a00;
            border-radius: 54px;
        }

        .settings .card-body .security-content {
            padding: 16px;
            border-bottom: 1px solid #E4EBF1;
        }

            .settings .card-body .security-content .form-check-input {
                height: 18px;
            }

        .settings .card-body .notification-content {
            padding: 16px;
            border-bottom: 1px solid #E4EBF1;
        }

        .settings .card-body .preference-content {
            padding: 15px;
            border: 1px solid #E4EBF1;
            border-radius: 10px;
        }

        .settings .card-body .integration-card {
            box-shadow: none;
        }

            .settings .card-body .integration-card .card-body {
                padding: 15px;
            }

                .settings .card-body .integration-card .card-body .integration-content .icons {
                    padding: 8px;
                    background-color: #F7F8FA;
                    border-radius: 5px;
                }

        .settings .card-footer {
            border: 0;
            padding-top: 0;
        }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  55.home-02
============================*/
    .section-header .text-bar {
        width: 30px;
        height: 2px;
        border-radius: 10px;
        background: #ff8a00;
        display: flex;
        margin-right: 8px;
    }

    .home-vertical-slider .slider-fors {
        position: absolute;
        top: 0;
        width: 100%;
    }

        .home-vertical-slider .slider-fors .slick-track {
            display: flex;
        }

        .home-vertical-slider .slider-fors .service-img {
            width: 100% !important;
            opacity: 1 !important;
        }

            .home-vertical-slider .slider-fors .service-img::after {
                content: "";
                background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
            }

        .home-vertical-slider .slider-fors .slick-slide img {
            width: 100%;
            height: 615px;
            object-fit: cover;
            border-radius: 20px;
        }

    .home-vertical-slider .slider-nav {
        position: absolute;
        right: 10%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    @media (max-width: 991.98px) {
        .home-vertical-slider .slider-nav {
            display: none;
        }
    }

    .home-vertical-slider .slider-nav .slick-slide img {
        width: 200px;
        height: 100px;
        object-fit: cover;
        border-radius: 20px;
        margin-bottom: 15px;
    }

    .home-vertical-slider .slider-nav .slick-track {
        display: flex;
        flex-direction: column;
    }

    .hero-section.hero-sec-two {
        height: 615px;
        z-index: 2;
    }

    @media (max-width: 991.98px) {
        .hero-section.hero-sec-two {
            height: auto;
            padding: 40px 0;
        }
    }

    .hero-section.hero-sec-two .banner-content {
        margin-bottom: 190px !important;
    }

    @media (max-width: 991.98px) {
        .hero-section.hero-sec-two .banner-content {
            margin-bottom: 40px !important;
        }
    }

    .hero-section.hero-sec-two::after {
        display: none;
    }

    .banner-form-tab {
        background: #FFF;
        border-radius: 70px;
        padding: 12px;
        display: inline-flex;
        margin-bottom: 16px;
    }

    @media (max-width: 767.98px) {
        .banner-form-tab {
            border-radius: 15px;
        }
    }

    .banner-form-tab .nav li {
        margin-right: 8px;
    }

        .banner-form-tab .nav li:last-child {
            margin-right: 0;
        }

        .banner-form-tab .nav li .nav-link {
            font-size: 14px;
            font-weight: 500;
            color: #123f6a;
            border-radius: 74px;
            padding: 8px 16px;
        }

            .banner-form-tab .nav li .nav-link.active, .banner-form-tab .nav li .nav-link:hover {
                color: #FFF;
                background: #ff8a00;
            }

    .rounded-arrow-next {
        width: 32px;
        height: 32px;
        background: #E4EBF1;
        color: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.5s all;
    }

        .rounded-arrow-next:hover {
            background: #ff8a00;
            transition: 0.5s all;
            color: #FFF;
        }

    .travelers-card {
        box-shadow: none;
    }

        .travelers-card:hover {
            box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.2509803922);
        }

            .travelers-card:hover .rounded-arrow-next {
                background: #ff8a00;
                color: #FFF;
            }

        .travelers-card .card-img {
            position: relative;
            overflow: hidden;
        }

            .travelers-card .card-img:before {
                content: "";
                background: linear-gradient(180deg, #123f6a000 0%, rgba(0, 0, 0, 0) 100%);
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                transition: 0.5s all;
                border-radius: 0.375rem;
            }

            .travelers-card .card-img .overlay-icon {
                color: #FFF;
                font-size: 40px;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }

            .travelers-card .card-img img {
                transition: 0.5s all;
            }

            .travelers-card .card-img:hover img {
                transform: scale(1.14);
                transition: 0.5s all;
            }

    .travelers-slider .owl-nav {
        text-align: center;
        margin-top: 16px;
    }

        .travelers-slider .owl-nav .owl-prev {
            margin-right: 8px;
        }

    .support-sec-two .support-item::after {
        background: url("../img/icons/star-icon-2.svg");
    }

    .more-companies-logo {
        margin-top: 40px;
    }

        .more-companies-logo .client-img {
            border: 1px solid #E4EBF1;
            border-radius: 10px;
            background: #FFF;
            padding: 20px;
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .offers-section {
        background: #123f6a;
        margin-bottom: 80px;
        position: relative;
        z-index: 1;
    }

    .offer-slider {
        border-radius: 20px;
    }

        .offer-slider .owl-stage-outer {
            border-radius: 20px;
        }

        .offer-slider .owl-nav {
            position: absolute;
            top: 50%;
            left: 60px;
        }

    .offer-slider-img {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
    }

        .offer-slider-img::before {
            content: "";
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
            width: 100%;
            height: 100%;
            position: absolute;
            border-radius: 20px;
        }

        .offer-slider-img img {
            border-radius: 20px;
        }

    @media (max-width: 991.98px) {
        .offer-slider-img img {
            min-height: 450px;
            object-fit: cover;
        }
    }

    .offer-sec {
        position: relative;
    }

        .offer-sec .offers-content {
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
            padding: 80px 60px;
        }

    @media (max-width: 575.98px) {
        .offer-sec .offers-content {
            padding: 20px;
        }
    }

    .slider-video-btn .video-btn {
        width: 36px;
        height: 36px;
        background: #FFF;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .slider-video-btn .video-effect {
        position: relative;
        z-index: 3;
    }

        .slider-video-btn .video-effect::before, .slider-video-btn .video-effect::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            width: 52px;
            height: 52px;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            background-color: transparent;
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            animation: ripple 3s infinite;
        }

        .slider-video-btn .video-effect::before {
            animation-delay: 0.9s;
        }

        .slider-video-btn .video-effect::after {
            animation-delay: 0.6s;
        }

    .offers-counter {
        max-width: 85%;
        margin: -100px 0 60px auto;
        position: relative;
        z-index: 3;
        right: -15px;
    }

        .offers-counter .offer-counter-inner {
            padding: 40px;
        }

    @media (max-width: 575.98px) {
        .offers-counter {
            right: 0;
            margin: -100px auto 60px;
        }
    }

    .slide-nav button {
        width: 44px;
        height: 44px;
        font-size: 20px;
        color: #123f6a;
        background: #FFF;
        text-shadow: none;
        top: 0;
        cursor: pointer;
        border: 0;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 50px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
    }

        .slide-nav button:hover {
            background: #ff8a00;
            color: #FFF;
        }

        .slide-nav button.owl-prev {
            margin-right: 8px;
        }

    @media (max-width: 991.98px) {
        .slide-nav button {
            width: 36px;
            height: 36px;
            font-size: 16px;
        }
    }

    .seperate-dot span {
        display: block;
        position: relative;
    }

        .seperate-dot span + span {
            margin-left: 8px;
            padding-left: 10px;
        }

            .seperate-dot span + span::before {
                content: "";
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background: #ff8a00;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
            }

    .popular-hotel-slider {
        margin-bottom: -140px;
        position: relative;
        z-index: 2;
    }

    .loc-name-top {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 2;
    }

    .loc-view-bottom {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        font-size: 24px;
        background: #FFF;
        position: absolute;
        bottom: 20px;
        right: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -webkit-transition: all 0.9s;
        -ms-transition: all 0.9s;
        transition: all 0.9s;
        z-index: 2;
    }

        .loc-view-bottom:hover {
            background: #ff8a00;
            color: #FFF;
        }

    .avatar.rounded-icon-md {
        width: 56px;
        height: 56px;
    }

    .section-right-img {
        padding-left: 50px;
        position: relative;
        text-align: right;
    }

        .section-right-img img {
            width: 100%;
        }

    @media (max-width: 991.98px) {
        .section-right-img {
            margin-top: 24px;
            padding-left: 0;
        }
    }

    .review-rate-top {
        position: absolute;
        top: 30px;
        left: 0;
    }

    .work-section {
        background: #ff8a00;
        padding-bottom: 36px;
        position: relative;
        z-index: 1;
    }

        .work-section::before {
            content: "";
            background: url(../img/bg/hotel-bg-07.png);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: -1;
        }

    .work-avatar {
        background: #E4EBF1;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #123f6a;
    }

    .work-icon {
        color: #123f6a;
    }

        .work-icon i {
            font-size: 40px;
        }

    .testimonial-divide-dot {
        position: relative;
        margin-left: 8px;
        padding-left: 10px;
    }

        .testimonial-divide-dot::before {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #123f6a;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

    .faq-secpath-two {
        background: #FEEDEB;
        position: relative;
        z-index: 1;
        padding: 60px 40px;
        border-radius: 10px;
    }

    @media (max-width: 575.98px) {
        .faq-secpath-two {
            padding: 20px;
        }
    }

    .faq-secpath-two .bg-3 {
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

    .blog-grid {
        box-shadow: none;
    }

        .blog-grid .blog-date {
            /*  width: 64px;
  height: 64px;
  background: #FFF;*/
            text-align: center;
            position: absolute;
            top: 20px;
            left: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }

            .blog-grid .blog-date h6 {
                font-size: 18px;
            }

        .blog-grid .card-img {
            position: relative;
            overflow: hidden;
        }

            .blog-grid .card-img img {
                transition: 0.5s all;
            }

        .blog-grid:hover {
            box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.2509803922);
        }

            .blog-grid:hover .card-img img {
                transform: scale(1.14);
                transition: 0.5s all;
            }

            .blog-grid:hover .rounded-arrow-next {
                background: #ff8a00;
                color: #FFF;
            }

    .blog-sec-two .owl-nav {
        text-align: center;
        margin-top: 16px;
    }

        .blog-sec-two .owl-nav .owl-prev {
            margin-right: 8px;
        }

    .news-letter {
        padding: 40px;
        background: #ff8a00;
        margin-bottom: 60px;
    }

        .news-letter .input-group {
            outline: none;
            max-width: 100%;
        }

    @media (max-width: 991.98px) {
        .news-letter .input-group {
            margin-top: 24px;
        }
    }

    .news-letter .section-header {
        margin-bottom: 0;
    }

    .footer-two {
        background: #F5F8FA;
    }

        .footer-two .footer-top {
            padding: 60px 0 40px;
        }

        .footer-two .customer-info {
            margin-bottom: 24px;
            display: flex;
            align-items: center;
        }

            .footer-two .customer-info .customer-info-icon span {
                width: 50px;
                height: 50px;
                border-radius: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #E4EBF1;
                font-size: 24px;
                font-weight: 700;
                color: #123f6a;
            }

            .footer-two .customer-info .customer-info-content {
                margin-left: 8px;
            }

                .footer-two .customer-info .customer-info-content span {
                    color: #123f6a;
                    font-size: 14px;
                }

                .footer-two .customer-info .customer-info-content h6 {
                    color: #123f6a;
                    font-size: 14px;
                    font-weight: 500;
                }

        .footer-two .footer-bottom {
            background: #F1F4F7;
            border-top: 1px solid #E4EBF1;
        }

        .footer-two .social-icon-two::after {
            display: none;
        }

        .footer-two .social-icon-two li {
            margin-right: 8px;
            padding-right: 0;
        }

            .footer-two .social-icon-two li a {
                width: 32px;
                height: 32px;
                border-radius: 50%;
                background: #FFF;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .footer-two .social-icon-two li a:hover {
                    background: #E4EBF1;
                }

    .traveling-sec {
        position: relative;
        z-index: 1;
        padding-top: 130px;
    }

    @media (max-width: 991.98px) {
        .traveling-sec {
            padding-top: 50px;
        }
    }

    .travel-sec-bg .bg-1 {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .travel-sec-bg .bg-2 {
        position: absolute;
        left: 50px;
        top: 20%;
        z-index: -1;
    }

    .travel-sec-bg .bg-3 {
        position: absolute;
        right: 50px;
        bottom: 20%;
        z-index: -1;
    }

    .offer-sec-bg .bg-1 {
        position: absolute;
        left: 50px;
        top: 20%;
        z-index: -1;
    }

    .offer-sec-bg .bg-2 {
        position: absolute;
        right: 50px;
        bottom: 30%;
        z-index: -1;
    }

    .adavantages-sec {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .adavantages-sec .btn-white i {
            color: #ff8a00;
        }

        .adavantages-sec .btn-white:hover i {
            color: #FFF;
        }

        .adavantages-sec .adavantages-sec-bg .bg-1 {
            position: absolute;
            left: 0;
            bottom: -70px;
            z-index: -1;
        }

        .adavantages-sec .adavantages-sec-bg .bg-2 {
            position: absolute;
            left: 50px;
            top: 10%;
            z-index: -1;
        }

        .adavantages-sec .adavantages-sec-bg .bg-3 {
            position: absolute;
            right: 50px;
            bottom: 10%;
            z-index: -1;
        }

    .testi-sec-two {
        z-index: 1;
    }

        .testi-sec-two .testi-sec-bg .bg-1 {
            position: absolute;
            right: 50px;
            top: 10%;
            z-index: -1;
        }

    .faq-sec-two {
        position: relative;
        z-index: 1;
    }

        .faq-sec-two .faq-sec-bg .bg-1 {
            position: absolute;
            left: 50px;
            top: 10%;
            z-index: -1;
        }

    .news-letter-sec {
        position: relative;
        z-index: 1;
    }

        .news-letter-sec .news-sec-bg .bg-1 {
            position: absolute;
            right: 50px;
            top: 0;
            z-index: -1;
        }

    .benifit-section .owl-nav {
        text-align: center;
        margin-top: 16px;
    }

        .benifit-section .owl-nav .owl-prev {
            margin-right: 8px;
        }

    .benifit-section .img-slider .owl-nav, .benifit-section .image-slide .owl-nav {
        margin-top: 0;
    }

    .location-wrap-two:before {
        background: linear-gradient(180deg, #123f6a000 0%, rgba(0, 0, 0, 0) 100%);
    }

    .footer-two .social-icon-two li:after {
        display: none;
    }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  home-10
============================*/
    .home-10 .btn {
        padding: 8px 16px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    @media (max-width: 575.98px) {
        .home-10 section {
            padding: 40px 0px;
        }
    }

    .home-10 .megamenu-wrapper .demo-info a {
        background: transparent !important;
        color: #123f6a;
    }

    .section-header-ten {
        margin-bottom: 40px;
    }

    @media (max-width: 767.98px) {
        .section-header-ten {
            margin-bottom: 30px;
        }
    }

    .section-header-ten .section-title {
        font-size: 38px;
    }

    @media (max-width: 767.98px) {
        .section-header-ten .section-title {
            font-size: 24px;
        }
    }

    .section-header-ten .section-title span {
        font-style: italic;
    }

    .hero-section-ten {
        background: url(../img/bg/banner-10-bg.png);
        background-size: 100% 100%;
        margin: 24px;
        border-radius: 10px;
        padding: 0px 0px 40px;
        position: relative;
        z-index: 2;
    }

    @media (max-width: 991.98px) {
        .hero-section-ten {
            background-size: cover;
        }
    }

    @media (max-width: 575.98px) {
        .hero-section-ten {
            margin: 4px;
            padding: 0px 0px 40px !important;
        }
    }

    .hero-section-ten .header-ten {
        margin: 0;
    }

    .hero-section-ten::before {
        content: "";
        background: rgba(0, 0, 0, 0.4117647059);
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        top: 0;
        left: 0;
    }

    .banner-ten {
        padding: 100px 0 0;
        position: relative;
    }

    @media (max-width: 1199.98px) {
        .banner-ten {
            padding: 40px 0 0;
        }
    }

    @media (max-width: 1199.98px) {
        .banner-ten .banner-content {
            text-align: center;
        }
    }

    .banner-ten .banner-content .title {
        font-size: 76px;
        font-weight: 700;
        color: #FFF;
        margin-bottom: 16px;
        line-height: 1.2;
    }

    @media (max-width: 767.98px) {
        .banner-ten .banner-content .title {
            font-size: 48px;
        }
    }

    @media (max-width: 575.98px) {
        .banner-ten .banner-content .title {
            font-size: 32px;
        }
    }

    .banner-ten .banner-content .title span {
        display: block;
    }

    .banner-ten .banner-content .text {
        font-size: 18px;
        color: #FFF;
        margin-bottom: 0;
    }

    @media (max-width: 575.98px) {
        .banner-ten .banner-content .text {
            font-size: 16px;
        }
    }

    .banner-ten .banner-content .avatar-list-stacked {
        display: flex;
        position: relative;
        top: 5px;
    }

    @media (max-width: 1199.98px) {
        .banner-ten .banner-content .avatar-list-stacked {
            display: none;
        }
    }

    .banner-ten .banner-content .avatar-list-stacked span {
        display: flex;
        margin-inline-end: -22px !important;
    }

    .banner-ten .banner-btn {
        margin-top: 40px;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    @media (max-width: 1199.98px) {
        .banner-ten .banner-btn {
            justify-content: center;
        }
    }

    @media (max-width: 575.98px) {
        .banner-ten .banner-btn {
            flex-direction: column;
            width: 100%;
            margin-top: 24px;
        }
    }

    .banner-ten .banner-btn .btn {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    @media (max-width: 575.98px) {
        .banner-ten .banner-btn .btn {
            width: 100%;
            justify-content: center;
        }
    }

    .banner-ten .banner-img .img-1 {
        position: absolute;
        right: -30px;
        bottom: -40px;
        width: 710px;
    }

    @media (max-width: 1399.98px) {
        .banner-ten .banner-img .img-1 {
            right: 2px;
            bottom: -40px;
            width: 583px;
        }
    }

    @media (max-width: 1199.98px) {
        .banner-ten .banner-img .img-1 {
            display: none;
        }
    }

    .banner-ten .banner-img .statistics {
        padding: 24px;
        border-radius: 20px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.11) 0%, rgba(153, 153, 153, 0) 100%);
        position: relative;
        backdrop-filter: blur(5px);
        width: 306px;
        position: absolute;
        top: 90px;
        right: 0;
        transform-origin: top left;
        transform: rotate(-8deg);
    }

    @media (max-width: 1199.98px) {
        .banner-ten .banner-img .statistics {
            position: unset;
            transform: unset;
            margin: 40px auto 0px;
        }
    }

    @media (max-width: 575.98px) {
        .banner-ten .banner-img .statistics {
            width: 100%;
            margin: 30px auto 0px;
        }
    }

    .banner-ten .banner-img .statistics .amount {
        font-size: 28px;
        font-weight: 700;
        color: #FFF;
        margin-bottom: 4px;
    }

    .banner-ten .banner-img .statistics p {
        color: #FFF;
        margin-bottom: 0;
    }

    .banner-ten .banner-img .statistics .wave-button {
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #98AA30;
        border: none;
        border-radius: 50%;
        color: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        top: 16px;
        right: 16px;
    }

        .banner-ten .banner-img .statistics .wave-button::after, .banner-ten .banner-img .statistics .wave-button::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            background-color: #98AA30;
            border-radius: 50%;
            opacity: 0.5;
            z-index: -1;
            animation: pulse 2s infinite;
        }

        .banner-ten .banner-img .statistics .wave-button::after {
            animation-delay: 1s;
        }

    .banner-ten .search {
        margin: 100px 0px 0px;
        background: rgba(255, 255, 255, 0.3019607843);
        padding: 20px;
        border-radius: 10px;
        position: relative;
        backdrop-filter: blur(20px);
    }

    @media (max-width: 1399.98px) {
        .banner-ten .search {
            margin: 45px 0px 0px;
        }
    }

    @media (max-width: 575.98px) {
        .banner-ten .search {
            margin: 30px 0px 0px;
        }
    }

    @media (max-width: 991.98px) {
        .banner-ten .search .search-btn {
            justify-content: center;
        }
    }

    .banner-ten .search .card {
        background: transparent;
        border: none;
    }

        .banner-ten .search .card .card-body {
            padding: 0;
            background: transparent;
        }

            .banner-ten .search .card .card-body .form-info {
                background: #FFF;
            }

    @keyframes pulse {
        0% {
            transform: translate(-50%, -50%) scale(1);
            opacity: 0.5;
        }

        100% {
            transform: translate(-50%, -50%) scale(2.5); /* Adjust scale for wave size */
            opacity: 0;
        }
    }

    .categories-section-ten .section-header-ten {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 12px;
    }

    .categories-item-ten {
        border-radius: 8px;
        overflow: hidden;
        position: relative;
        transition: all 0.6s;
    }

        .categories-item-ten:hover {
            transform: translateY(-5px);
        }

            .categories-item-ten:hover .arrow-icon {
                opacity: 1;
            }

            .categories-item-ten:hover .categories-overlay img {
                transform: scale(1.1);
            }

        .categories-item-ten .custom-title {
            font-size: 20px;
            font-weight: 500;
            color: #FFF;
            margin-bottom: 4px;
        }

        .categories-item-ten p {
            color: #E4EBF1;
            margin-bottom: 0;
        }

        .categories-item-ten .categories-overlay::before {
            content: "";
            background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
            width: 100%;
            height: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 1;
        }

        .categories-item-ten .categories-overlay img {
            transition: all 0.6s;
        }

        .categories-item-ten .categories-content {
            position: absolute;
            bottom: 20px;
            left: 20px;
            z-index: 1;
        }

        .categories-item-ten .arrow-icon {
            width: 44px;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #FFF;
            font-size: 24px;
            position: absolute;
            z-index: 1;
            top: 20px;
            right: 20px;
            border-radius: 50%;
            opacity: 0;
            cursor: pointer;
        }

            .categories-item-ten .arrow-icon:hover {
                background: #ff8a00;
                color: #FFF;
                transition: all 0.6s;
            }

        .categories-item-ten .shape-1 {
            position: absolute;
            bottom: 0;
            right: 0;
            margin: auto;
            z-index: 1;
        }

    @media (max-width: 1199.98px) {
        .categories-item-ten .shape-1 {
            right: -10px;
        }
    }

    .support-section-ten {
        background: #123f6a;
        width: 100%;
        left: 0;
    }

    @media (max-width: 575.98px) {
        .support-section-ten {
            padding: 20px 0px !important;
        }
    }

    .support-section-ten .support-item {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
    }

        .support-section-ten .support-item h3 {
            color: #393F4D;
            transition: all 0.6s;
            font-size: 44px;
        }

            .support-section-ten .support-item h3:hover {
                color: #FFF;
            }

        .support-section-ten .support-item .img-1 {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
            margin: 0px 100px 0px 45px;
        }

    .support-section-ten .horizontal-slide .slide-list {
        align-items: center;
    }

    .destination-section-ten {
        background: #E7EDF2;
    }

        .destination-section-ten .section-header-ten {
            text-align: center;
        }

        .destination-section-ten .destination-overlay {
            position: relative;
            margin-bottom: 12px;
            overflow: hidden;
            border-radius: 10px;
        }

            .destination-section-ten .destination-overlay .shape-1 {
                position: absolute;
                bottom: -3px;
                right: 8%;
                margin: auto;
            }

        .destination-section-ten .destination-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 16px;
        }

            .destination-section-ten .destination-content .title .custom-title {
                font-size: 16px;
                font-weight: 500;
                color: #123f6a;
                margin-bottom: 4px;
            }

            .destination-section-ten .destination-content .title p {
                font-size: 14px;
                color: #123f6a;
                margin-bottom: 0;
            }

                .destination-section-ten .destination-content .title p span {
                    color: #ff8a00;
                }

            .destination-section-ten .destination-content .link-icon {
                width: 32px;
                height: 32px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #AFB2B8;
                font-size: 16px;
                color: #FFF;
                border-radius: 50%;
                cursor: pointer;
            }

                .destination-section-ten .destination-content .link-icon:hover {
                    background: #ff8a00;
                    color: #FFF;
                    transition: all 0.6s;
                }

        .destination-section-ten .view-more {
            margin-top: 40px;
            text-align: center;
        }

    .destination-item-ten:hover .destination-overlay .img-1 {
        transform: rotate(4deg) scale(1.1);
        transition: all 0.6s;
    }

    .destination-item-ten .img-1 {
        transition: all 0.6s;
    }

    .experience-section-ten {
        padding: 60px 0px 0px;
        position: relative;
        overflow: hidden;
    }

    @media (max-width: 991.98px) {
        .experience-section-ten {
            padding: 60px 0px 60px;
        }
    }

    .experience-section-ten .container {
        position: relative;
        z-index: 1;
    }

    .experience-section-ten .section-header-ten {
        text-align: center;
    }

    .experience-section-ten .experience-img {
        position: relative;
    }

        .experience-section-ten .experience-img .img-1 {
            position: relative;
            z-index: 1;
        }

    .experience-section-ten .shadow-1 {
        position: absolute;
        bottom: -190px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .experience-section-ten:hover .experience-item-ten {
        transform: unset !important;
    }

    .experience-item-ten {
        background: #FFF;
        border: 1px solid #E4EBF1;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 30px;
        transform-origin: left center;
        transform: rotate(6deg);
        transition: all 0.6s;
    }

    @media (max-width: 991.98px) {
        .experience-item-ten {
            transform: rotate(2deg);
        }
    }

    .experience-item-ten:last-child {
        margin-top: 100px;
        margin-bottom: 0;
        transform-origin: left center;
        transform: rotate(-6deg);
    }

    @media (max-width: 1199.98px) {
        .experience-item-ten:last-child {
            margin-top: 60px;
        }
    }

    @media (max-width: 991.98px) {
        .experience-item-ten:last-child {
            margin-top: 40px;
            transform: rotate(-2deg);
        }
    }

    .experience-item-ten .experience-icon {
        width: 48px;
        height: 48px;
        background: #6938EF;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: #FFF;
        border-radius: 50%;
        margin-bottom: 10px;
    }

    .experience-item-ten .custom-title {
        font-size: 20px;
        font-weight: 600;
        color: #123f6a;
        margin-bottom: 4px;
    }

    .experience-item-ten p {
        margin-bottom: 0;
    }

    .team-section-ten {
        background: #123f6a;
        margin: 0px 24px;
        border-radius: 20px;
    }

    @media (max-width: 575.98px) {
        .team-section-ten {
            margin: 0px 4px;
            border-radius: 10px;
        }
    }

    .team-section-ten .section-header-ten {
        text-align: center;
    }

        .team-section-ten .section-header-ten .section-title {
            color: #FFF;
        }

    .team-item-ten {
        position: relative;
    }

        .team-item-ten:hover .img-1 {
            transform: rotate(3deg) scale(1.1);
        }

        .team-item-ten .team-overlay {
            border-radius: 20px;
            overflow: hidden;
            margin-bottom: 20px;
            position: relative;
        }

            .team-item-ten .team-overlay .img-1 {
                transition: all 0.6s;
            }

            .team-item-ten .team-overlay .shape-1 {
                position: absolute;
                bottom: -3px;
                right: 14%;
                margin: auto;
            }

        .team-item-ten .team-content {
            text-align: center;
        }

            .team-item-ten .team-content .custom-title {
                font-size: 20px;
                font-weight: 500;
                color: #FFF;
                margin-bottom: 4px;
            }

                .team-item-ten .team-content .custom-title a {
                    color: #FFF;
                }

                    .team-item-ten .team-content .custom-title a:hover {
                        color: #ff8a00;
                    }

            .team-item-ten .team-content p {
                margin-bottom: 0;
                color: #FFF;
            }

    .testimonial-section-ten {
        position: relative;
        overflow: hidden;
    }

        .testimonial-section-ten .shadow-1 {
            position: absolute;
            inset: 0;
            margin: auto;
            z-index: -1;
            bottom: -50px;
        }

        .testimonial-section-ten .testimonial-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 16px;
            margin-bottom: 40px;
        }

            .testimonial-section-ten .testimonial-header .section-header-ten {
                margin-bottom: 0;
            }

            .testimonial-section-ten .testimonial-header .advisor-icon img {
                margin-bottom: 14px;
            }

    @media (max-width: 767.98px) {
        .testimonial-section-ten .testimonial-header .advisor-icon img {
            max-width: 180px;
        }
    }

    .testimonial-section-ten .testimonial-header .advisor-icon p {
        display: flex;
        align-items: center;
        gap: 1px;
    }

        .testimonial-section-ten .testimonial-header .advisor-icon p i {
            font-size: 20px;
            color: #08AF72;
        }

    @media (max-width: 575.98px) {
        .testimonial-section-ten .testimonial-header .advisor-icon p i {
            font-size: 12px;
        }
    }

    .testimonial-section-ten .testimonial-header .advisor-icon p span {
        margin-left: 10px;
    }

    .testimonial-item-ten {
        position: relative;
        padding: 24px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.6980392157);
        transition: all 0.6s;
        border: 1px solid #E4EBF1;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        width: 630px;
        transition: all 0.6s;
    }

    @media (max-width: 991.98px) {
        .testimonial-item-ten {
            width: 440px;
        }
    }

    .testimonial-item-ten:hover {
        border: 1px solid #ff8a00;
    }

    .testimonial-item-ten .testimonial-author {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #E4EBF1;
    }

        .testimonial-item-ten .testimonial-author .testimonial-view {
            display: flex;
            align-items: center;
            gap: 16px;
        }

            .testimonial-item-ten .testimonial-author .testimonial-view .author-img {
                display: flex;
            }

                .testimonial-item-ten .testimonial-author .testimonial-view .author-img .author {
                    border-radius: 50%;
                    overflow: hidden;
                    width: 48px;
                    height: 48px;
                    display: inline-block;
                }

            .testimonial-item-ten .testimonial-author .testimonial-view .author-info .author-name {
                font-size: 20px;
                font-weight: 600;
                color: #123f6a;
                margin-bottom: 2px;
            }

            .testimonial-item-ten .testimonial-author .testimonial-view .author-info .professional {
                font-size: 16px;
                color: #123f6a;
            }

        .testimonial-item-ten .testimonial-author .review-star {
            font-size: 16px;
            color: #ff8a00;
        }

            .testimonial-item-ten .testimonial-author .review-star span {
                color: #123f6a;
                margin-left: 8px;
            }

    .testimonial-item-ten .description {
        color: #123f6a;
    }

    .partners-section-ten {
        padding: 40px 0px;
        background-color: #123f6a;
    }

    @media (max-width: 575.98px) {
        .partners-section-ten {
            padding: 20px 0px !important;
        }
    }

    .partners-section-ten .partners-slider .slide-item {
        text-align: center;
    }

        .partners-section-ten .partners-slider .slide-item img {
            margin: auto;
        }

    @media (max-width: 575.98px) {
        .partners-section-ten .partners-slider .slide-item img {
            max-width: 120px;
            position: relative;
            top: 5px;
        }
    }

    .faq-section-ten {
        background: #F8FAFB;
    }

        .faq-section-ten .faq-accordion-five {
            background: transparent;
        }

        .faq-section-ten .accordion-item {
            border: none;
            margin-bottom: 8px;
            padding: 20px;
            box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        }

    @media (max-width: 575.98px) {
        .faq-section-ten .accordion-item {
            padding: 14px;
        }
    }

    .faq-section-ten .accordion-item .accordion-button {
        padding: 0 !important;
        font-size: 18px;
        font-weight: 600;
    }

    @media (max-width: 575.98px) {
        .faq-section-ten .accordion-item .accordion-button {
            font-size: 16px;
        }
    }

    .faq-section-ten .accordion-item .accordion-button::after {
        font-size: 16px;
    }

    .faq-section-ten .accordion-item .accordion-button span {
        width: 32px;
        height: 32px;
        background: #123f6a;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
        font-size: 16px;
        font-weight: 600;
        color: #FFF;
        flex-shrink: 0;
    }

    .faq-section-ten .accordion-item .accordion-body {
        padding: 20px 0px 0px;
    }

    .faq-section-ten .faq-img-ten {
        overflow: hidden;
        border-radius: 20px;
    }

    @media (max-width: 991.98px) {
        .faq-section-ten .faq-img-ten {
            display: none;
        }
    }

    .faq-section-ten .faq-img-ten:hover img {
        transform: rotate(4deg) scale(1.1);
    }

    .faq-section-ten .faq-img-ten img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.6s;
    }

    .blog-section-ten .section-header-ten {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 12px;
    }

    .blog-section-ten .blog-ten-slider .slick-list {
        margin: 0px -12px;
    }

        .blog-section-ten .blog-ten-slider .slick-list .slide-item > div {
            margin: 0px 12px;
        }

    .blog-section-ten .arrow-item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin-top: 40px;
    }

    @media (max-width: 575.98px) {
        .blog-section-ten .arrow-item {
            margin-top: 14px;
        }
    }

    .blog-section-ten .arrow-item .slick-arrow {
        width: 44px;
        height: 44px;
        border: 1px solid #E4EBF1;
        background: #FFF;
        font-size: 20px;
        font-weight: 500;
        color: #123f6a;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        transition: all 0.7s;
    }

        .blog-section-ten .arrow-item .slick-arrow:hover {
            background: #ff8a00;
            border: 1px solid #ff8a00;
            color: #FFF;
        }

    .blog-item-ten {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
    }

        .blog-item-ten:hover .img-1 {
            transform: rotate(3deg) scale(1.1);
        }

        .blog-item-ten .blog-overlay::before {
            content: "";
            background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
            width: 100%;
            height: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 1;
        }

        .blog-item-ten .blog-overlay .img-1 {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.6s;
        }

        .blog-item-ten .blog-content {
            position: absolute;
            bottom: 0;
            padding: 20px;
            text-align: center;
            z-index: 1;
        }

            .blog-item-ten .blog-content .badge {
                background: #E4EBF1;
                border-radius: 100px;
                font-size: 14px;
                font-weight: 500;
                color: #123f6a;
                padding: 9px 12px;
                margin-bottom: 16px;
            }

            .blog-item-ten .blog-content .custom-title {
                font-size: 20px;
                font-weight: 600;
                color: #FFF;
            }

                .blog-item-ten .blog-content .custom-title a {
                    color: #FFF;
                }

                    .blog-item-ten .blog-content .custom-title a:hover {
                        color: #ff8a00;
                    }

        .blog-item-ten .blog-date {
            position: absolute;
            background: #FFF;
            width: 60px;
            height: 60px;
            padding: 2px 8px;
            border-radius: 5px;
            top: 20px;
            right: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            z-index: 1;
        }

            .blog-item-ten .blog-date .date {
                font-size: 20px;
                font-weight: 600;
                color: #123f6a;
                margin-bottom: 0;
            }

            .blog-item-ten .blog-date .month {
                font-size: 14px;
                margin-bottom: 0;
            }

    .back-to-top-ten .back-to-top-icon {
        font-size: 22px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        bottom: 132px;
    }

        .back-to-top-ten .back-to-top-icon:hover {
            background: #DB5D4F;
        }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  56.chat
============================*/
    .header-navigation {
        padding-bottom: 20px;
        border-bottom: 1px solid #E4EBF1;
        margin-bottom: 20px;
    }

    .chat-scroll {
        max-height: calc(100vh - 170px);
        overflow-y: auto;
    }

        .chat-scroll::-webkit-scrollbar {
            width: 3px;
            background: #FFF;
            height: 3px;
        }

        .chat-scroll::-webkit-scrollbar-track {
            box-shadow: inset 0 0 5px #FFF;
            border-radius: 10px;
        }

        .chat-scroll::-webkit-scrollbar-thumb {
            background: #E7EDF2;
            border-radius: 10px;
        }

            .chat-scroll::-webkit-scrollbar-thumb:hover {
                background: #FAFBFC;
            }

    .chat-cont-left .chat-scroll {
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }

        .chat-cont-left .chat-scroll::-webkit-scrollbar {
            width: 3px;
            background: #FFF;
            height: 3px;
        }

        .chat-cont-left .chat-scroll::-webkit-scrollbar-track {
            box-shadow: inset 0 0 5px #FFF;
            border-radius: 10px;
        }

        .chat-cont-left .chat-scroll::-webkit-scrollbar-thumb {
            background: #E7EDF2;
            border-radius: 10px;
        }

            .chat-cont-left .chat-scroll::-webkit-scrollbar-thumb:hover {
                background: #E7EDF2;
            }

    .chat-cont-left .chat-header {
        padding: 15px;
    }

        .chat-cont-left .chat-header h6 {
            font-size: 20px;
        }

        .chat-cont-left .chat-header p {
            margin-bottom: 0;
            font-size: 14px;
        }

        .chat-cont-left .chat-header.inner-chat-header {
            padding: 15px 0;
        }

            .chat-cont-left .chat-header.inner-chat-header h6 {
                font-size: 18px;
                margin-bottom: 0;
            }

    .chat-cont-left .card {
        border: 1px solid #E4EBF1;
        box-shadow: none;
    }

    .chat-cont-left .chat-users-list .chat-member {
        background: #FFF;
        padding: 10px;
        border-radius: 10px;
        border: 1px solid #E4EBF1;
    }

        .chat-cont-left .chat-users-list .chat-member .avatar img {
            border-radius: 10px;
        }

        .chat-cont-left .chat-users-list .chat-member .avatar.active img {
            border: 2px solid #FFCA18;
        }

        .chat-cont-left .chat-users-list .chat-member .msg-count {
            width: 20px;
            height: 20px;
            box-shadow: none;
        }

    .msg_card_body {
        overflow-y: auto;
    }

        .msg_card_body.card-body {
            padding-bottom: 0;
        }

        .msg_card_body .media .media-body .msg-box + .msg-box {
            margin-top: 5px;
        }

        .msg_card_body .media:last-child {
            margin-bottom: 0;
        }

        .msg_card_body ul.list-unstyled {
            margin: 0 auto;
            padding: 1rem 0 0;
            width: 100%;
        }

        .msg_card_body .media.received {
            margin-bottom: 20px;
            max-width: 550px;
            margin-right: auto;
        }

            .msg_card_body .media.received .media-body .msg-box {
                position: relative;
                display: inline-block;
            }

                .msg_card_body .media.received .media-body .msg-box .received-message {
                    background-color: #F8FAFB;
                    color: #123f6a;
                    padding: 15px;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 15px;
                    border-bottom-right-radius: 15px;
                    border-top-right-radius: 15px;
                    border: 1px solid #E4EBF1;
                }

                    .msg_card_body .media.received .media-body .msg-box .received-message .img-count {
                        position: relative;
                    }

                        .msg_card_body .media.received .media-body .msg-box .received-message .img-count a::before {
                            content: "";
                            top: 0;
                            left: 0;
                            width: 80px;
                            height: 80px;
                            position: absolute;
                            z-index: 1;
                            backdrop-filter: blur(3px);
                            border-radius: 5px;
                        }

                        .msg_card_body .media.received .media-body .msg-box .received-message .img-count .counts {
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                            z-index: 2;
                        }

                .msg_card_body .media.received .media-body .msg-box:first-child .received-message {
                    margin-top: 0;
                }

        .msg_card_body .media.sent {
            margin-bottom: 20px;
            max-width: 550px;
            margin-left: auto;
        }

            .msg_card_body .media.sent .media-body {
                -webkit-box-align: flex-end;
                -ms-flex-align: flex-end;
                align-items: flex-end;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: column;
                flex-direction: column;
                justify-content: flex-end;
                -webkit-justify-content: flex-end;
                -ms-flex-pack: flex-end;
                margin-left: 0;
                margin-right: 6px;
            }

                .msg_card_body .media.sent .media-body .msg-box {
                    margin-left: 70px;
                    position: relative;
                }

                    .msg_card_body .media.sent .media-body .msg-box:first-child .sent-message {
                        margin-top: 0;
                        background: #F8FAFB;
                        padding: 14px;
                        color: #123f6a;
                        border-top-left-radius: 15px;
                        border-bottom-left-radius: 15px;
                        border-bottom-right-radius: 15px;
                        border-top-right-radius: 0;
                        border: 1px solid #E4EBF1;
                    }

            .msg_card_body .media.sent .avatar {
                -ms-flex-order: 3;
                order: 3;
            }

    .microphone-chat {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .chat-input {
        width: 688px;
    }

        .chat-input .form-control {
            border-radius: 10px;
        }

    .chat-input-icons a {
        padding: 8px;
    }

    .type_msg {
        background: #FFF;
        border-radius: 50px;
        overflow-y: auto;
        min-height: 40px;
        border-radius: 10px !important;
        font-size: 14px;
    }

        .type_msg:focus {
            box-shadow: none;
            outline: 0px;
            z-index: unset !important;
        }

    .send-action {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        display: inline-flex;
        display: -webkit-inline-flex;
        align-items: center;
        -webkit-align-items: center;
    }

        .send-action .send-action-btn {
            width: 30px;
            height: 30px;
            display: inline-flex;
            display: -webkit-inline-flex;
            align-items: center;
            -webkit-align-items: center;
            justify-content: center;
            -webkit-justify-content: center;
            margin-right: 7px;
            font-size: 12px;
            border-radius: 50%;
            padding: 0;
        }

    .btn_send {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        display: inline-flex;
        display: -webkit-inline-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        padding: 0;
        font-size: 12px;
    }

    @media (max-width: 767.98px) {
        .btn_send {
            width: 35px;
            height: 35px;
        }
    }

    .btn_send i {
        font-size: 20px;
    }

    @media (max-width: 767.98px) {
        .btn_send i {
            font-size: 15px;
        }
    }

    .search_btn {
        background-color: transparent;
        border: 0;
        line-height: 0;
    }

    .msg_head {
        position: relative;
        background-color: transparent;
    }

    .chat-cont-right .msg_head {
        padding: 15px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        border: 0;
        border-radius: 10px;
        background-color: #F8FAFB;
        z-index: 15;
    }

        .chat-cont-right .msg_head .back-user-list {
            display: none;
            padding-right: 10px;
            margin-left: -10px;
            padding-left: 10px;
        }

    @media (max-width: 767.98px) {
        .chat-cont-right .msg_head .back-user-list {
            display: block;
        }
    }

    .card-body.chat-users-list {
        padding: 15px;
    }

    .chat-cont-right.chat-window-long {
        display: flex;
    }

    .card.chat-window {
        width: 100%;
        margin-right: 0;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }

    .chat-cont-profile.chat-profile-right {
        width: 0;
        display: none;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }

    .chat-cont-right.chat-window-long.window-full-width .card.chat-window {
        width: 65%;
        margin-right: 24px;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }

    .chat-cont-right.chat-window-long.window-full-width .chat-cont-profile.chat-profile-right {
        width: 35%;
        display: flex;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }

    .chat-page-body .sidebar-overlay.opened {
        display: none;
    }

    .form-control.type_msg.empty_check {
        padding-right: 130px;
    }

    .media.sent .message-more-option {
        position: absolute;
        left: -25px;
        top: 50%;
        transform: translateY(-50%);
    }

    .media.received .message-more-option {
        position: absolute;
        right: -25px;
        top: 50%;
        transform: translateY(-50%);
    }

    .day-badge {
        position: relative;
        z-index: 1;
    }

        .day-badge::after {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            border: 1px solid #E4EBF1;
            position: absolute;
            z-index: -1;
            top: 50%;
            left: 0;
            right: 0;
            transform: translateY(-50%);
        }

    .search-icon-right {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        line-height: 0;
    }

    .chat-search {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        transition: ease all 0.5s;
        -webkit-transition: ease all 0.5s;
        -ms-transition: ease all 0.5s;
        opacity: 0;
        visibility: hidden;
    }

        .chat-search input[type=text] {
            padding: 8px 8px 8px 15px;
            width: 100%;
            min-height: 37px;
            border-radius: 5px;
            background-color: #FFF;
            color: #123f6a;
        }

        .chat-search .input-group {
            flex-wrap: nowrap;
        }

            .chat-search .input-group .form-control {
                border-right: none;
            }

            .chat-search .input-group .input-group-prepend {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                color: #393F4D;
                pointer-events: none;
                z-index: 4;
                position: absolute;
                top: 0;
                right: 15px;
                bottom: 0;
            }

            .chat-search .input-group .input-group-text {
                background-color: #FFF;
            }

        .chat-search.visible-chat {
            opacity: 1;
            visibility: visible;
            top: 100%;
            transition: ease all 0.5s;
            -webkit-transition: ease all 0.5s;
            -ms-transition: ease all 0.5s;
            z-index: 9;
            padding: 0 20px;
        }

    .card-footer .no-bg {
        margin-right: 0;
        padding: 8px;
        background-color: #FFF;
        border: #FFF;
        color: #123f6a;
    }

        .card-footer .no-bg.show {
            background-color: #FFF;
            border-color: #FFF;
            color: #123f6a;
        }

        .card-footer .no-bg:hover {
            background-color: #FFF;
            border: #FFF;
            color: #123f6a;
        }

    .emoj-action-foot {
        margin-right: 2px;
        position: relative;
    }

        .emoj-action-foot .down-emoji-circle ul {
            padding: 10px;
        }

            .emoj-action-foot .down-emoji-circle ul li:last-child a {
                width: 34px;
                height: 34px;
                border-radius: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

    .emoj-group-list-foot {
        display: none;
        position: absolute;
        top: -80px;
        left: -30px;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }

        .emoj-group-list-foot ul {
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: #FFF;
            border: 1px solid #E4EBF1;
            border-radius: 8px;
            padding: 8px;
        }

            .emoj-group-list-foot ul li a {
                padding: 0;
                display: flex;
                align-items: center;
                display: flex;
                width: 16px;
                margin-right: 8px;
            }

            .emoj-group-list-foot ul li.add-emoj a {
                background: #F1F4F7;
            }

                .emoj-group-list-foot ul li.add-emoj a i {
                    font-size: 20px;
                }

    .chat-cont-right {
        display: flex;
    }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  57.home-06
============================*/
    .header-top-six p {
        color: #123f6a;
    }

    .header-top-six .dropdown > a {
        color: #123f6a;
    }

    .header-top-six .cart-dropdown a {
        color: #123f6a;
    }

    .header-top-six .fav-dropdown a {
        color: #123f6a;
    }

    @media (max-width: 991.98px) {
        .header-top-six {
            display: none;
        }
    }

    .header-six {
        background: #ff8a00;
    }

        .header-six .main-menu-wrapper {
            justify-content: center !important;
        }

            .header-six .main-menu-wrapper .header-logo {
                display: none;
            }

    @media (max-width: 991.98px) {
        .header-six .main-menu-wrapper .header-logo {
            display: block;
        }
    }

    .header-six .header-btn {
        display: none;
    }

    @media (max-width: 991.98px) {
        .header-six .header-btn {
            display: flex;
        }
    }

    .header-six .header-nav .main-menu-wrapper {
        padding: 10px 0;
    }

        .header-six .header-nav .main-menu-wrapper .main-nav > li.active > a, .header-six .header-nav .main-menu-wrapper .main-nav > li:hover > a {
            color: #ff8a00;
        }

            .header-six .header-nav .main-menu-wrapper .main-nav > li.active > a i, .header-six .header-nav .main-menu-wrapper .main-nav > li:hover > a i {
                color: #ff8a00;
            }

        .header-six .header-nav .main-menu-wrapper .main-nav > li > a {
            color: #FFF !important;
        }

            .header-six .header-nav .main-menu-wrapper .main-nav > li > a i {
                color: #FFF !important;
            }

    .header-six.fixed {
        background: #ff8a00;
    }

        .header-six.fixed .main-menu-wrapper {
            justify-content: space-between !important;
        }

            .header-six.fixed .main-menu-wrapper .header-logo {
                display: block;
            }

        .header-six.fixed .header-btn {
            display: flex;
        }

            .header-six.fixed .header-btn .dropdown > a {
                color: #FFF;
            }

            .header-six.fixed .header-btn .cart-dropdown a {
                color: #FFF;
            }

            .header-six.fixed .header-btn .fav-dropdown a {
                color: #FFF;
            }

            .header-six.fixed .header-btn > div > a {
                color: #FFF;
            }

    .sec-head-btn {
        margin-bottom: 40px;
    }

    .hero-sec-six {
        background: url(../img/tours/home-banner-6.jpg);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        padding: 100px 0;
        position: relative;
        z-index: 1;
    }

        .hero-sec-six::after {
            content: "";
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
        }

    .banner-form-tab-six {
        margin-bottom: 15px;
    }

        .banner-form-tab-six .nav li {
            margin-right: 8px;
        }

            .banner-form-tab-six .nav li:last-child {
                margin-right: 0;
            }

            .banner-form-tab-six .nav li .nav-link {
                font-size: 14px;
                font-weight: 500;
                color: #123f6a;
                background: #FFF;
                border-radius: 74px;
                padding: 8px 16px;
            }

                .banner-form-tab-six .nav li .nav-link.active, .banner-form-tab-six .nav li .nav-link:hover {
                    color: #FFF;
                    background: #ff8a00;
                }

    .section-header-six {
        margin-bottom: 40px;
    }

        .section-header-six .badge {
            position: relative;
            padding-left: 25px;
        }

            .section-header-six .badge::before {
                content: "";
                width: 8px;
                height: 8px;
                border-radius: 50%;
                position: absolute;
                left: 10px;
                top: 50%;
                background: #ff8a00;
                transform: translateY(-50%);
            }

    .categories-card {
        position: relative;
        border-radius: 10px;
        transition: 0.5s all;
        overflow: hidden;
        margin-bottom: 30px;
    }

        .categories-card::after {
            content: "";
            background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 10px;
        }

        .categories-card img {
            border-radius: 10px;
            width: 100%;
            transition: 0.5s all;
        }

        .categories-card:hover img {
            transform: scale(1.14);
            transition: 0.5s all;
        }

        .categories-card .cat-content {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 15px;
            z-index: 1;
        }

    .categories-slider-six .owl-dots {
        text-align: center;
    }

        .categories-slider-six .owl-dots .owl-dot {
            width: 8px;
            height: 8px;
            background: #E4EBF1;
            margin-right: 8px;
            border-radius: 30px;
        }

            .categories-slider-six .owl-dots .owl-dot.active {
                width: 22px;
                background: #ff8a00;
            }

    .work-section-six {
        background: #FEEDEB;
        position: relative;
    }

        .work-section-six .work-avatar {
            font-size: 50px;
            font-weight: bold;
            color: transparent;
            -webkit-text-stroke: 1px #0E9384;
            position: relative;
            background: transparent;
        }

        .work-section-six::before {
            content: "";
            background-image: url(../img/bg/section-top-bg.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: top;
            position: absolute;
            width: 100%;
            height: 60px;
            top: -50px;
        }

    .bg-teal-trans {
        background: linear-gradient(180deg, #0E9384 0%, #F8FAFB 100%);
        padding: 1px;
        border-radius: 10px;
    }

    .bg-prime-trans {
        background: linear-gradient(180deg, #E04F16 0%, #FAFBFC 100%);
        padding: 1px;
        border-radius: 10px;
    }

        .bg-prime-trans .work-avatar {
            -webkit-text-stroke: 1px #ff8a00;
        }

    .bg-purple-trans {
        background: linear-gradient(180deg, #6938EF 0%, #F8FAFB 100%);
        padding: 1px;
        border-radius: 10px;
    }

        .bg-purple-trans .work-avatar {
            -webkit-text-stroke: 1px #6938EF;
        }

    .tours-grid-slide .owl-nav {
        display: none;
    }

    .tours-grid-slide .owl-dots {
        display: block;
    }

    .support-section.section-skew {
        transform: skewY(-0.6deg);
        transform-origin: left;
    }

    .section-right-img-two {
        position: relative;
        display: inline-block;
        margin-right: 30px;
    }

        .section-right-img-two .review-rate-top {
            position: absolute;
            right: -30px;
            top: 30px;
            left: unset;
        }

    .blog-sec-six {
        padding-bottom: 36px;
    }

    .testi-sec-six {
        background: #FEEDEB;
        position: relative;
        padding-top: 40px;
    }

    @media (max-width: 991.98px) {
        .testi-sec-six .testi-info-six {
            margin-bottom: 24px;
        }
    }

    .testi-sec-six .testi-info-six .testi-para {
        max-width: 500px;
        font-size: 18px;
        font-weight: 600;
    }

    .testi-sec-six::before {
        content: "";
        background-image: url(../img/bg/section-top-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        position: absolute;
        width: 100%;
        height: 60px;
        top: -50px;
    }

    .client-logos-sec {
        background: #ff8a00;
        padding: 40px 0;
    }

    .tourism-text-info {
        padding-right: 50px;
    }

    @media (max-width: 1199.98px) {
        .tourism-text-info {
            padding-right: 30px;
        }
    }

    @media (max-width: 991.98px) {
        .tourism-text-info {
            padding-right: 0;
        }
    }

    .tourism-text-info .text-header {
        margin-bottom: 40px;
    }

        .tourism-text-info .text-header img {
            border-radius: 80px;
        }

    .blog-grid-six .card-img {
        position: relative;
    }

        .blog-grid-six .card-img .badge {
            position: absolute;
            left: 20px;
            bottom: 20px;
        }

        .blog-grid-six .card-img img {
            object-fit: cover;
        }

    .footer-six .footer-widget h5::before {
        display: none;
    }

    @media (max-width: 991.98px) {
        .footer-six .footer-input {
            margin-bottom: 24px;
        }
    }

    .section.faq-sec {
        padding: 60px 0;
    }

    .faq-cards-six .accordion-item {
        padding: 20px;
        margin-bottom: 8px;
    }

        .faq-cards-six .accordion-item.show {
            background: #FFF;
            border: 0;
        }

            .faq-cards-six .accordion-item.show .accordion-button {
                color: #ff8a00;
            }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  58.theme
============================*/
    .dark-mode body {
        background: #0D0D0D;
    }

        .dark-mode body a {
            color: #FAFCFF;
        }

            .dark-mode body a:hover {
                color: #ff8a00;
            }

        .dark-mode body h1,
        .dark-mode body h2,
        .dark-mode body h3,
        .dark-mode body h4,
        .dark-mode body h5,
        .dark-mode body h6 {
            color: #FAFCFF;
        }

        .dark-mode body p,
        .dark-mode body span {
            color: #FAFCFF;
        }

        .dark-mode body .plan-card {
            background: #0D0D0D;
        }

        .dark-mode body .badge {
            background: #0D0D0D;
        }

        .dark-mode body .counter-wrap {
            background: rgba(255, 255, 255, 0.1);
        }

        .dark-mode body .bg-white {
            background: #0D0D0D !important;
        }

        .dark-mode body .card {
            background: #0D0D0D;
            border-color: #17222C;
            box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
        }

        .dark-mode body .place-item {
            box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
        }

        .dark-mode body .form-control {
            color: #FAFCFF;
        }

        .dark-mode body .main-header.main-header-four .header-nav .main-menu-wrapper .main-nav > li > a {
            color: #FAFCFF;
        }

            .dark-mode body .main-header.main-header-four .header-nav .main-menu-wrapper .main-nav > li > a i {
                color: #FAFCFF;
            }

        .dark-mode body header.fixed .header-nav .main-menu-wrapper .main-nav > li > a {
            color: #FAFCFF;
        }

        .dark-mode body header.fixed .header-logo.logo-dark {
            display: none;
        }

        .dark-mode body header.fixed .header-logo.logo-white {
            display: block;
        }

        .dark-mode body header.fixed {
            background: #0D0D0D;
        }

        .dark-mode body .dropdown-menu {
            background: #0D0D0D;
            border-color: #17222C;
        }

        .dark-mode body .border,
        .dark-mode body .border-bottom,
        .dark-mode body .border-top,
        .dark-mode body .border-start,
        .dark-mode body .border-end,
        .dark-mode body .border-white {
            border-color: #17222C !important;
        }

        .dark-mode body .banner-form-tab {
            background: #0D0D0D;
        }

            .dark-mode body .banner-form-tab .nav li .nav-link {
                color: #FAFCFF;
            }

        .dark-mode body .banner-form .form-info {
            border-color: #17222C;
        }

            .dark-mode body .banner-form .form-info .form-item {
                border-color: #17222C;
            }

        .dark-mode body .banner-form .nav li .nav-link {
            color: #FAFCFF;
        }

        .dark-mode body .select2-container--default .select2-results > .select2-results__options {
            background: #0D0D0D;
            color: #FFF;
        }

        .dark-mode body .rounded-arrow-next {
            color: #0D0D0D;
        }

        .dark-mode body .bg-light-200 {
            background: #121212 !important;
        }

        .dark-mode body .place-item .place-content {
            background: #0D0D0D;
        }

        .dark-mode body .more-companies-logo .client-img {
            background: #0D0D0D;
            border-color: #17222C;
        }

        .dark-mode body .form-check-input:checked ~ .form-check-label {
            color: #D8DFEE;
        }

        .dark-mode body .offer-counter-inner .counter {
            color: #FFF;
        }

        .dark-mode body .slider-video-btn .video-btn {
            background: #0D0D0D;
        }

        .dark-mode body .text-white {
            color: #FAFCFF !important;
        }

        .dark-mode body .loc-view-bottom {
            background: #0D0D0D;
        }

        .dark-mode body .accordion-item {
            background: #0D0D0D;
        }

        .dark-mode body .accordion-header .accordion-button {
            background: #0D0D0D;
            color: #FAFCFF;
        }

        .dark-mode body .blog-grid .blog-date {
            background: #0D0D0D;
        }

        .dark-mode body .owl-carousel .owl-nav button.owl-next,
        .dark-mode body .owl-carousel .owl-nav button.owl-prev {
            background: #0D0D0D;
            color: #FAFCFF;
        }

        .dark-mode body .footer-two {
            background: #141414;
            background: #181818;
        }

            .dark-mode body .footer-two .footer-bottom {
                background: #181818;
                border-color: #17222C;
            }

            .dark-mode body .footer-two .social-icon-two li a {
                background: #0D0D0D;
            }

            .dark-mode body .footer-two .customer-info .customer-info-content span,
            .dark-mode body .footer-two .customer-info .customer-info-content h6 {
                color: #FAFCFF;
            }

    .dark-mode .btn-white {
        background: #0D0D0D;
        border-color: #17222C;
    }

    .dark-mode .bg-light-300 {
        background: #141414 !important;
    }

    .dark-mode .about-section {
        background: #161616;
    }

    .dark-mode .expert-item {
        border-color: #17222C;
    }

    .dark-mode .testimonial-section {
        background: #161616;
    }

    .dark-mode .update-section {
        background: #0D0D0D;
    }

    .dark-mode .faq-sec {
        background: #0D0D0D;
    }

    .dark-mode footer {
        background: #181818;
    }

        .dark-mode footer .footer-bottom {
            background: #17222C;
        }

    .dark-mode .btn-light {
        background: #17222C;
        border-color: #17222C;
    }

        .dark-mode .btn-light:active, .dark-mode .btn-light:focus {
            background: #17222C;
            border-color: #17222C;
        }

    .dark-mode .custom-increment .input-group .input-number {
        background: #181818;
    }

    .dark-mode .header-three .header-nav {
        background: #0D0D0D;
    }

        .dark-mode .header-three .header-nav .main-menu-wrapper .main-nav > li > a {
            color: #FAFCFF;
        }

    .dark-mode .pickup-card {
        background: #17222C !important;
    }

    .dark-mode .category-wrap .category-img {
        background: #121212;
    }

    .dark-mode .location-item,
    .dark-mode .blog-item.blog-wrap {
        border-color: #17222C;
    }

    .dark-mode .feeback-section,
    .dark-mode .faq-section-three {
        background: #0D0D0D;
    }

    .dark-mode header.fixed .header-btn .theme-toggle,
    .dark-mode .header-four .header-btn .theme-toggle {
        color: #FFF;
    }

    .dark-mode .card .card-header {
        border-color: #17222C;
    }

    .dark-mode .place-section,
    .dark-mode .client-section-four::before {
        background: #0D0D0D;
    }

    .dark-mode .place-content .date-info {
        background: #141414;
        border: 1px solid #17222C;
    }

        .dark-mode .place-content .date-info p {
            color: #FFF;
        }

    .dark-mode .flight-expert::before {
        background: #121212;
    }

    .dark-mode .flight-expert,
    .dark-mode .megamenu-wrapper .single-demo {
        border-color: #17222C;
    }

    .dark-mode .header-five .header-nav {
        background: #0D0D0D;
    }

        .dark-mode .header-five .header-nav .main-menu-wrapper .main-nav > li > a,
        .dark-mode .header-five .header-btn a {
            color: #FAFCFF;
        }

    .dark-mode header .main-menu-wrapper .main-nav li.has-submenu > .submenu {
        background: #0D0D0D;
    }

    .dark-mode .header-top-six .dropdown > a,
    .dark-mode .text-gray-9 {
        color: #FAFCFF !important;
    }

    .dark-mode .table {
        --bs-table-bg: $darkmode-white;
    }

        .dark-mode .table tr td {
            border-color: #17222C;
        }

        .dark-mode .table tr th {
            background: #121212 !important;
            color: #FAFCFF;
            border-color: #17222C !important;
        }

    .dark-mode .tours-item,
    .dark-mode .user-sidebar .user-sidebar-header .profile-content {
        border-color: #17222C;
    }

    .dark-mode .form-control {
        background: #121212;
        border-color: #17222C;
    }

    .dark-mode .hotel-list .table .thead-light th {
        color: #FAFCFF;
    }

    .dark-mode .chat-cont-left .chat-users-list .chat-member,
    .dark-mode .chat-cont-right .msg_head {
        background: #121212;
        border-color: #17222C;
    }

    .dark-mode .msg_card_body .media .media-body .msg-box:first-child .sent-message {
        background: #121212 !important;
        border-color: #17222C !important;
    }

    .dark-mode .msg_card_body .media .media-body .msg-box:first-child .received-message {
        background: #121212 !important;
        border-color: #17222C !important;
    }

    .dark-mode .select2-selection.select2-selection--single {
        background: #121212 !important;
        border-color: #17222C !important;
    }

    .dark-mode .accordion-item,
    .dark-mode .accordion-button,
    .dark-mode .faq-accordion .accordion-item .accordion-body {
        border-color: #17222C !important;
    }

    .dark-mode header .header-nav .main-menu-wrapper .main-nav > li .submenu li a {
        color: #FAFCFF;
    }

    .dark-mode header .header-nav .single-demo.active a {
        color: #ff8a00 !important;
    }

    .dark-mode .hotel-type-item,
    .dark-mode .recommend-wrap {
        background: #121212;
        border-color: #17222C;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
    }

    .dark-mode .btn.btn-white,
    .dark-mode header.fixed .header__hamburger .sidebar-menu {
        color: #FAFCFF;
    }

    .dark-mode .offcanvas-wrap,
    .dark-mode .mean-container .mean-bar,
    .dark-mode .mean-container .mean-nav {
        background: #0D0D0D;
    }

        .dark-mode .mean-container .mean-nav > ul > li {
            border-color: #17222C;
        }

    .dark-mode .offcanvas-info {
        background: #0D0D0D !important;
    }

    .dark-mode .white-logo-responsive {
        display: block;
    }

    .dark-mode .black-logo-responsive {
        display: none;
    }

    .dark-mode .offcanvas-close {
        color: #FAFCFF !important;
    }

    .dark-mode .wishlist-info,
    .dark-mode .header-dropdown {
        background: #121212;
    }

    .dark-mode header.header-five .header-logo.logo-dark {
        display: block !important;
    }

    .dark-mode header.header-five .header-logo.logo-white {
        display: none !important;
    }

    .dark-mode header.header-four .header-logo.logo-dark {
        display: block !important;
    }

    .dark-mode header.header-four .header-logo.logo-white {
        display: none !important;
    }

    .dark-mode header.header-three .header-logo.logo-dark {
        display: block !important;
    }

    .dark-mode header.header-three .header-logo.logo-white {
        display: none !important;
    }

    .dark-mode .header-topbar.topbar-four {
        border-color: #17222C;
    }

    .dark-mode .footer-five .footer-bottom {
        border-color: #17222C;
    }

    .dark-mode .footer-five .footer-about .footer-input .input-group {
        background: #17222C;
    }

    .dark-mode .input-group-text {
        background: #121212 !important;
        border-color: #17222C !important;
    }

    .dark-mode .footer-five .footer-bottom .social-icon a {
        background: #0D0D0D;
    }

        .dark-mode .footer-five .footer-bottom .social-icon a:hover {
            background: #ff8a00;
        }

    .dark-mode .package-sec .card {
        background: #121212 !important;
    }

    .dark-mode .accordion .accordion-body {
        background: #0D0D0D;
    }

    .dark-mode .bg-light {
        background: #17222C !important;
        border-color: #17222C !important;
    }

    .dark-mode .faq-secpath-two,
    .dark-mode .faq-accordion-five {
        background: #17222C;
    }

    .dark-mode .flight-loc .loc-name {
        background: #0D0D0D;
        border-color: #17222C;
    }

    .dark-mode .form-checkbox {
        background: #181818;
    }

    .dark-mode .menu-img img,
    .dark-mode .btn-outline-light {
        border-color: #17222C !important;
    }

    .dark-mode .btn-outline-light {
        color: #FAFCFF !important;
    }

        .dark-mode .btn-outline-light:hover {
            background: #17222C !important;
        }

    .dark-mode .review-item .review-info.reply {
        background: #121212;
        border-color: #17222C;
    }

    .dark-mode .bg-light-500 {
        background: #181818 !important;
    }

    .dark-mode .text-editor .note-toolbar {
        background: #121212;
        border-color: #17222C;
    }

    .dark-mode .text-editor .note-editor.note-frame {
        border-color: #17222C;
    }

    .dark-mode .btn.btn-light {
        color: #FAFCFF !important;
    }

    .dark-mode .alert.badge-amenity {
        border-color: #17222C;
        color: #FAFCFF;
    }

    .dark-mode .accordion.accordion-list .accordion-item .accordion-header .accordion-button {
        color: #FAFCFF;
    }

    .dark-mode .policy-wrap {
        border-color: #17222C;
    }

    .dark-mode .pagination-nav .pagination .page-item .page-link {
        background: #121212;
    }

    .dark-mode .list-item .list-icon {
        background: #121212;
    }

    .dark-mode .modal-header,
    .dark-mode .modal-body,
    .dark-mode .modal-footer {
        background: #0D0D0D;
        border-color: #17222C;
    }

    .dark-mode .accordion.custom-accordion > .accordion-item > .accordion-collapse > .accordion-body {
        border-color: #17222C;
    }

    .dark-mode .badge.badge-light {
        background: #17222C;
    }

    .dark-mode .service-wrap.slider-wrap-four .slider-nav-thumbnails img {
        border-color: #17222C;
    }

    .dark-mode .stage-flow .flows-step .flow-content::before {
        border-color: #17222C;
    }

    .dark-mode .file-upload {
        border-color: #17222C;
    }

    .dark-mode .choose-us-section {
        background: #161616;
    }

    .dark-mode .bg-light-400 {
        background: #161616 !important;
    }

    .dark-mode .pricing-plan-tab .nav .tab-btn {
        background: #17222C;
        border-color: #17222C;
    }

    .dark-mode .team-member {
        background: #17222C;
    }

    .dark-mode .invoice-table {
        border-color: #17222C;
    }

    .dark-mode .invoice-logo-dark {
        display: none;
    }

    .dark-mode .invoice-logo-white {
        display: block;
    }

    .dark-mode .bg-light-100 {
        background: #17222C !important;
    }

    .dark-mode .blog-post,
    .dark-mode .blog-search .search-content .search-feild {
        border-color: #17222C;
    }

    .dark-mode .category-tag a.badge {
        background: #161616;
    }

    .dark-mode .blog-search .search-content {
        background: #17222C;
        border-color: #17222C;
    }

        .dark-mode .blog-search .search-content .search-feild {
            background: #0D0D0D;
        }

    .dark-mode .update-sec {
        background: #161616;
    }

        .dark-mode .update-sec .input-group {
            background: #0D0D0D;
        }

        .dark-mode .update-sec .input-group {
            outline-color: #17222C;
        }

    .dark-mode .header-navigation {
        border-color: #17222C;
    }

    .dark-mode .credit-card-details .card-form .user-icon {
        border-color: #17222C;
    }

    .dark-mode .settings .card-body .notification-content,
    .dark-mode .settings .card-body .security-content,
    .dark-mode .settings .card-body .preference-content {
        border-color: #17222C;
    }

    .dark-mode .galley-wrap.more-gallery {
        background: #17222C;
    }

    .dark-mode .header-three .header-btn a,
    .dark-mode .booking-confirmation .service-info span {
        color: #FAFCFF;
    }

    .dark-mode .footer-input .input-group {
        background: #0D0D0D;
    }

    .dark-mode footer.footer-four .footer-top,
    .dark-mode footer.footer-four .footer-input .input-group {
        background: #161616;
    }

    .dark-mode footer.footer-four .footer-bottom .social-icon li a {
        background: #0D0D0D;
    }

    .dark-mode footer.footer-three .social-icon li a {
        background: #0D0D0D;
    }

    .dark-mode .footer-logo-dark {
        display: block;
    }

    .dark-mode .footer-logo-light {
        display: none !important;
    }

    .dark-mode .tourism-text-info .card {
        background: #121212 !important;
    }

    .dark-mode .faq-cards-six .accordion-item.show {
        background: #0D0D0D;
    }

    .dark-mode .dropdown-divider {
        border-color: #17222C;
    }

    .dark-mode .rounded-edit {
        background: #17222C !important;
    }

    .dark-mode .card .card-footer {
        border-color: #17222C;
    }

    .dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #FAFCFF !important;
    }

    .dark-mode .bg-transparent-success,
    .dark-mode .credit-card-details .card-detials .card-add {
        background: #17222C !important;
    }

    .dark-mode .rebook-btn {
        background: #17222C;
    }

    .dark-mode .credit-card-details .card-detials .card-content {
        border-color: #17222C;
    }

    .dark-mode .fancybox-image {
        border-color: #17222C;
    }

    .dark-mode .about-progress {
        background: #17222C;
    }

    .dark-mode .video-wrap .video-btn {
        background: #17222C;
        color: #FAFCFF;
    }

    .dark-mode .text-default,
    .dark-mode .text-gray-6,
    .dark-mode .text-gray-7 {
        color: #FAFCFF !important;
    }

    .dark-mode .day-badge::after {
        border-color: #17222C;
    }

    .dark-mode .hotel-list .table tbody tr td,
    .dark-mode .booking-header .header-content .input-icon-start .form-control {
        color: #FAFCFF;
    }

    .dark-mode .settings .card-body .settings-link a {
        color: #FAFCFF;
    }

        .dark-mode .settings .card-body .settings-link a i {
            color: #FAFCFF;
        }

        .dark-mode .settings .card-body .settings-link a.active, .dark-mode .settings .card-body .settings-link a:hover {
            color: #ff8a00;
        }

            .dark-mode .settings .card-body .settings-link a.active i, .dark-mode .settings .card-body .settings-link a:hover i {
                color: #ff8a00;
            }

    .dark-mode .user-sidebar .user-sidebar-body ul li a {
        color: #FAFCFF;
    }

    .dark-mode .place-item .place-img .fav-item .fav-icon,
    .dark-mode .work-avatar {
        background: #17222C;
    }

    .dark-mode #loader-wrapper {
        background: #0D0D0D;
    }

    .dark-mode .location-wrap .loc-view {
        background: #17222C;
    }

    .dark-mode .flight-expert .expert-img {
        background: #17222C;
        border-color: #17222C;
    }

    .dark-mode .faq-secpath {
        background: #161616;
    }

    .dark-mode .banner-form-tab-six .nav li .nav-link {
        background: #17222C;
        color: #FAFCFF;
    }

        .dark-mode .banner-form-tab-six .nav li .nav-link.active {
            background: #ff8a00;
        }

    .dark-mode .header-top-six .cart-dropdown a {
        color: #FAFCFF;
    }

    .dark-mode .header-topbar .logo-dark {
        display: none;
    }

    .dark-mode .header-topbar .logo-white {
        display: block;
    }

    .dark-mode .work-section-six {
        background: #161616;
    }

        .dark-mode .work-section-six:before {
            display: none;
        }

    .dark-mode .testi-sec-six {
        background: #161616;
    }

        .dark-mode .testi-sec-six:before {
            display: none;
        }

    .dark-mode .value select {
        background: #17222C;
        border-color: #17222C;
        color: #FAFCFF;
    }

    .dark-mode .paginations .page-link-1 {
        background: #17222C;
        border-color: #17222C;
    }

    .dark-mode .modal .modal-body .upcoming-content .upcoming-title {
        background: #17222C;
        border-color: #17222C;
    }

    .dark-mode .upcoming-details {
        border-color: #17222C !important;
    }

    .dark-mode .btn-close {
        --bs-btn-close-color: $darkmode-white;
    }

    .dark-mode .text-dark,
    .dark-mode .hotel-list .table tbody tr td a {
        color: #FAFCFF !important;
    }

    .dark-mode .note-toolbar {
        background: #181818;
        border-color: #17222C;
    }

    .dark-mode .note-btn {
        background: #17222C;
        border-color: #17222C;
        color: #FAFCFF;
    }

    .dark-mode .bg-gray-transparent {
        background: #17222C !important;
    }

    .dark-mode .user-sidebar.agent-sidebar .user-sidebar-body > ul > li.logout-link {
        border-color: #17222C;
    }

    .dark-mode .bg-success-100 h6,
    .dark-mode .bg-pink-100 h6,
    .dark-mode .bg-danger-100 h6,
    .dark-mode .bg-purple-100 h6,
    .dark-mode .bg-cyan-100 h6 {
        color: #17222C;
    }

    .dark-mode .guest-details ul li h6 span,
    .dark-mode .guest-details ul li h6 i {
        color: #FAFCFF;
    }

    .dark-mode .edit-delete-item a {
        color: #17222C;
    }

    .dark-mode .banner-form .input-search .input-group .form-control {
        border-color: #17222C;
    }

    .dark-mode .banner-form .input-search .input-group .input-group-text {
        color: #17222C;
    }

    .dark-mode .login-or .span-or {
        background: #0D0D0D;
    }

    .dark-mode .login-or::before,
    .dark-mode .login-or::after {
        border-color: #17222C;
    }

    .dark-mode .wishlist-info .cart-dropdown a,
    .dark-mode .wishlist-info .fav-dropdown a,
    .dark-mode .mean-container .mean-nav > ul li a,
    .dark-mode .header-dropdown .dropdown .dropdown-toggle,
    .dark-mode footer.footer-four .footer-input .input-group .input-group-text,
    .dark-mode .custom-increment .input-group .input-number,
    .dark-mode .header-five .header__hamburger .sidebar-menu,
    .dark-mode .header-three .header__hamburger .sidebar-menu {
        color: #FAFCFF;
    }

    .dark-mode .bootstrap-datetimepicker-widget table th {
        color: #FAFCFF;
    }

    .dark-mode .bootstrap-datetimepicker-widget table td {
        color: #FAFCFF;
    }

    .dark-mode footer.footer-four .footer-bottom .policy-links li a,
    .dark-mode footer .footer-top .footer-widget .footer-menu li a {
        color: #FAFCFF;
    }

        .dark-mode footer.footer-four .footer-bottom .policy-links li a:hover,
        .dark-mode footer .footer-top .footer-widget .footer-menu li a:hover {
            color: #ff8a00;
        }

    .dark-mode .header-top-six .fav-dropdown a,
    .dark-mode .header-topbar.topbar-four .dropdown > a,
    .dark-mode .form-check-label,
    .dark-mode .guest-details ul li h6,
    .dark-mode .header-topbar.topbar-four p,
    .dark-mode .main-header.main-header-four .header__hamburger .sidebar-menu,
    .dark-mode .accordion-button:after,
    .dark-mode .footer-five .customer-info .customer-info-content span,
    .dark-mode .footer-five .customer-info .customer-info-content h6,
    .dark-mode .form-label {
        color: #FAFCFF;
    }

    .dark-mode .footer-five .form-control,
    .dark-mode .footer-five .input-group-text,
    .dark-mode .footer-three .form-control,
    .dark-mode .footer-three .input-group-text,
    .dark-mode .news-letter-sec .form-control,
    .dark-mode .news-letter-sec .input-group-text {
        background: transparent !important;
    }

    .dark-mode .place-nav .nav li a {
        color: #FAFCFF;
    }

    .dark-mode .client-img img,
    .dark-mode .flight-expert .expert-img img {
        filter: invert(1);
    }

    .dark-mode .location-item .location-info .location-view {
        color: #17222C;
    }

    .dark-mode .flight-expert .fav-icon,
    .dark-mode .highlight-box,
    .dark-mode .avatar.play-video span,
    .dark-mode .place-nav.listing-nav li a {
        background: #17222C;
    }

    .dark-mode .place-nav .nav li a.active,
    .dark-mode .place-nav .nav li a:hover {
        background: #ff8a00;
    }

    .dark-mode .ql-container.ql-snow {
        border-color: #17222C;
    }

    .dark-mode .ql-bubble {
        border: 1px solid #17222C;
    }

    .dark-mode .ql-toolbar span {
        color: #FAFCFF;
    }

    .dark-mode .ql-toolbar.ql-snow {
        border-color: #17222C;
    }

    .dark-mode .ql-snow .ql-stroke,
    .dark-mode .ql-snow .ql-script,
    .dark-mode .ql-snow .ql-strike svg {
        stroke: #FAFCFF;
    }

    .dark-mode .ql-snow .ql-fill {
        fill: #FAFCFF;
    }

    .dark-mode .ql-snow .ql-picker.ql-expanded .ql-picker-label {
        color: #FAFCFF;
    }

    .dark-mode .ql-snow .ql-picker-options {
        background-color: #17222C;
        border-color: #17222C !important;
    }

    .dark-mode .header-seven .flag-dropdown {
        background: #0D0D0D !important;
    }

    .dark-mode .header-seven.fixed .header-nav .main-menu-wrapper .main-nav > li > a {
        color: #FFF !important;
    }

        .dark-mode .header-seven.fixed .header-nav .main-menu-wrapper .main-nav > li > a::after {
            color: #FFF !important;
        }

    .dark-mode .header-seven.fixed .header-nav .main-menu-wrapper .main-nav > li i {
        color: #FFF !important;
    }

    .dark-mode .header-seven.fixed .header-nav .main-menu-wrapper .main-nav > li.active > a {
        color: #ff8a00 !important;
    }

        .dark-mode .header-seven.fixed .header-nav .main-menu-wrapper .main-nav > li.active > a::after {
            color: #ff8a00 !important;
        }

    .dark-mode .header-seven.fixed .header-nav .main-menu-wrapper .main-nav > li.active i {
        color: #ff8a00 !important;
    }

    .dark-mode .header-seven.fixed .dropdown .dropdown-toggle {
        color: #FFF !important;
    }

    .dark-mode .header-seven.fixed .flag-dropdown {
        background: #0D0D0D !important;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    @media (max-width: 1199.98px) {
        .dark-mode .header-seven.fixed .flag-dropdown {
            width: 100% !important;
            background: transparent !important;
        }
    }

    .dark-mode .header-seven.fixed .flag-dropdown img {
        height: 16px;
    }

    .dark-mode .header-seven.fixed .theme-toggle {
        color: #FFF !important;
    }

    .dark-mode .header-seven.fixed .header__hamburger .sidebar-menu {
        color: #FFF !important;
    }

    .dark-mode .header-seven .offcanvas-info.show .dropdown .dropdown-toggle {
        color: #FFF !important;
    }

    .dark-mode .stat-sec-seven .stat-item {
        border-right: 1px solid #242B3A;
    }

        .dark-mode .stat-sec-seven .stat-item h2 {
            color: #123f6a;
        }

            .dark-mode .stat-sec-seven .stat-item h2 span {
                color: #123f6a;
            }

    .dark-mode .bus-list .place-item .place-content .bus-footer {
        border-top: 1px solid #123f6a;
    }

    .dark-mode .countries-sec-seven .countries-item {
        background: #0D0D0D;
        box-shadow: unset !important;
        border: 1px solid #123f6a;
    }

    .dark-mode .clients-sec-seven .card {
        border: 1px solid #242B3A !important;
        box-shadow: unset;
    }

        .dark-mode .clients-sec-seven .card .text-light {
            color: #123f6a !important;
        }

    .dark-mode .custom-offcanvas {
        background: #0D0D0D;
    }

        .dark-mode .custom-offcanvas .offcanvas-header {
            border-bottom: 1px solid #242B3A !important;
        }

        .dark-mode .custom-offcanvas .offcanvas-footer {
            border-top: 1px solid #242B3A !important;
        }

        .dark-mode .custom-offcanvas .offcanvas-body .facilities-item h6,
        .dark-mode .custom-offcanvas .offcanvas-body .facilities-item a {
            color: #FAFCFF;
        }

        .dark-mode .custom-offcanvas .location-items:before {
            background: #17222C;
        }

        .dark-mode .custom-offcanvas .location-items .loc-item:before {
            background: #17222C;
        }

    .dark-mode .back-to-top-icon {
        color: #FAFCFF;
    }

        .dark-mode .back-to-top-icon:hover {
            color: #FAFCFF;
        }

    .dark-mode .choose-sec-seven .card {
        box-shadow: unset !important;
    }

    .dark-mode .coupoun-item .coupoun-list {
        background: #181818;
    }

    .dark-mode .coupoun-item .coupoun-list-two {
        background: #141414;
    }

    .dark-mode .credit-card-details .card-detials .card-content .card-edit-icon a i {
        color: #0D0D0D;
    }

    .dark-mode .card-add .add-option span {
        color: #0D0D0D;
    }

    .dark-mode .credit-card-details .card-form .user-icon {
        background: #121212;
    }

        .dark-mode .credit-card-details .card-form .user-icon .input-icon {
            background: #121212;
        }

    .dark-mode .modal-dialog .btn-close {
        filter: invert(1);
        opacity: 1;
    }

    .dark-mode .add-tab-list li a:hover {
        color: #FFF;
    }

    .dark-mode .coming-soon-item h6 {
        color: #FFF;
    }

    .dark-mode .bg-danger-transparent {
        background: #302323 !important;
    }

    .dark-mode .bg-purple-transparent {
        background: #2b2636 !important;
    }

    .dark-mode .bg-gray {
        background: #26292c !important;
    }

    .dark-mode .guide-details-card-one {
        background: #0D0D0D;
        border: 1px solid #242B3A;
        box-shadow: unset;
    }

        .dark-mode .guide-details-card-one::before {
            background: #0D0D0D;
        }

    .dark-mode .header-eight .header-nav {
        background-color: rgba(33, 46, 71, 0.25) !important;
        border: 1px solid rgba(33, 46, 71, 0.25) !important;
    }

    .dark-mode .header-eight.fixed {
        margin-top: 0;
    }

        .dark-mode .header-eight.fixed .wishlist-icon {
            color: #FFF !important;
        }

    .dark-mode .hero-sec-eight .card-header {
        background-color: rgba(33, 46, 71, 0.25);
        border: 1px solid rgba(33, 46, 71, 0.25) !important;
    }

    .dark-mode .hero-sec-eight .card-body {
        background-color: rgba(33, 46, 71, 0.25);
        border: 1px solid rgba(33, 46, 71, 0.25) !important;
    }

        .dark-mode .hero-sec-eight .card-body .form-info {
            background-color: #123f6a;
        }

    .dark-mode .animate-button {
        background-color: rgba(33, 46, 71, 0.25);
    }

    .dark-mode .trending-list .nav li .nav-link {
        color: #FFF;
    }

    .dark-mode .trending-list .place-content {
        border-color: #17222C;
        box-shadow: 0px 4px 14px 0px rgba(33, 46, 71, 0.25);
        background-color: #123f6a;
    }

    .dark-mode .recommended-sec .section-header-eight h2 {
        color: #123f6a;
    }

    .dark-mode .recommended-sec .recommended-list-item .recommended-content, .dark-mode .guide-section .guide-list-item .guide-content,
    .dark-mode .testimonials-eight .testimonials-item {
        border-color: #17222C;
        box-shadow: 0px 4px 14px 0px rgba(33, 46, 71, 0.25);
        background-color: #123f6a;
    }

    .dark-mode .testimonials-eight::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 28.57%, #0B0F19 50.19%);
    }

    .dark-mode .main-header-nine .header-topbar.topbar-nine, .dark-mode .main-header-nine .header-nine {
        background-color: #0D0D0D;
    }

        .dark-mode .main-header-nine .header-topbar.topbar-nine p i {
            color: #FFF;
        }

        .dark-mode .main-header-nine .header-nine .header-nav .main-menu-wrapper .main-nav > li > a {
            color: #FFF;
        }

        .dark-mode .main-header-nine .header-nine .header-nav .main-menu-wrapper .main-nav .submenu li a {
            color: #FFF !important;
        }

            .dark-mode .main-header-nine .header-nine .header-nav .main-menu-wrapper .main-nav .submenu li a.active {
                color: #ff8a00 !important;
            }

    .dark-mode .main-header-nine .megamenu-wrapper .single-demo .demo-info a {
        color: #FFFFFF !important;
    }

    .dark-mode .main-header-nine .megamenu-wrapper .single-demo.active .demo-info a {
        color: #ff8a00 !important;
    }

    .dark-mode .hero-sec-nine .banner-form.card {
        box-shadow: none;
    }

        .dark-mode .hero-sec-nine .banner-form.card .card-header, .dark-mode .hero-sec-nine .banner-form.card .card-body {
            background-color: #0D0D0D;
        }

    .dark-mode .destinations-sec-nine .destinations-item {
        border-color: #17222C;
    }

        .dark-mode .destinations-sec-nine .destinations-item .destinations-amount .location-view-button {
            background-color: #0D0D0D;
        }

            .dark-mode .destinations-sec-nine .destinations-item .destinations-amount .location-view-button:hover {
                background-color: #ff8a00;
            }

    .dark-mode .destinations-sec-nine .slick-arrow, .dark-mode .testimonials-nine .slick-arrow {
        border-color: #17222C;
        box-shadow: 0px 4px 14px 0px rgba(33, 46, 71, 0.25);
        background-color: #0D0D0D;
        color: #FFF;
    }

    .dark-mode .explore-section .slick-arrow {
        border-color: #17222C;
        box-shadow: 0px 4px 14px 0px rgba(33, 46, 71, 0.25);
        background-color: #17222C;
        color: #FFF;
    }

    .dark-mode .trending-list-nine {
        background-color: #17222C;
    }

        .dark-mode .trending-list-nine .nav li .nav-link {
            color: #FFF;
            border-color: #17222C;
        }

        .dark-mode .trending-list-nine .place-content {
            border-color: #17222C;
            box-shadow: 0px 4px 14px 0px rgba(33, 46, 71, 0.25);
            background-color: #123f6a;
        }

    .dark-mode .why-choose-nine .why-choose-item {
        border-color: #17222C;
    }

        .dark-mode .why-choose-nine .why-choose-item .home-nine-title {
            color: #FFF;
        }

        .dark-mode .why-choose-nine .why-choose-item.bg-transparent-primary {
            background: #302d2d;
        }

        .dark-mode .why-choose-nine .why-choose-item.bg-transparent-cyan {
            background: #2b2d2e;
        }

        .dark-mode .why-choose-nine .why-choose-item.bg-transparent-cyan {
            background: #2b2d2e;
        }

    .dark-mode .bg-teal-transparent {
        background-color: #232727 !important;
    }

    .dark-mode .adventure-sec .adventure-item h3 {
        color: #17222C;
    }

    .dark-mode .adventure-sec .animate-button {
        background-color: #ff8a00;
    }

    .dark-mode .testimonials-nine .counter-sec .testimonials-count {
        background-color: #123f6a;
        box-shadow: 0px 4px 14px 0px rgba(33, 46, 71, 0.25);
        color: #FFF;
    }

        .dark-mode .testimonials-nine .counter-sec .testimonials-count:hover {
            background-color: #ff8a00;
        }

        .dark-mode .testimonials-nine .counter-sec .testimonials-count::after {
            opacity: 0.1;
        }

    .dark-mode .testimonials-nine .testimonial-item {
        background-color: #123f6a;
        box-shadow: 0px 4px 14px 0px rgba(33, 46, 71, 0.25);
        border-color: #17222C;
    }

    .dark-mode .blog-sec-nine .blog-nine-item .blog-content .badge {
        color: #FFF;
    }

    .dark-mode .blog-sec-nine .blog-nine-item {
        border-color: #17222C;
        box-shadow: 0px 4px 14px 0px rgba(33, 46, 71, 0.25);
        background-color: #123f6a;
    }

    .dark-mode .scroll-progress {
        background-color: #0D0D0D;
    }

    .dark-mode .main-header-nine .header-nine .header__hamburger .sidebar-menu, .dark-mode .header-eleven .header__hamburger .sidebar-menu {
        color: #FFF;
    }

    .dark-mode .header-eleven, .dark-mode .hero-sec-eleven .banner-form {
        background-color: #0D0D0D;
    }

        .dark-mode .hero-sec-eleven .banner-form .card-body, .dark-mode .featured-sec-eleven .featured-item .featured-content,
        .dark-mode .featured-sec-eleven .featured-item .featured-img .rating {
            background-color: #0D0D0D;
            border-color: #17222C !important;
        }

            .dark-mode .hero-sec-eleven .banner-form .card-body .form-info, .dark-mode .hero-sec-eleven::before,
            .dark-mode .experience-section .experience-item .experience-content, .dark-mode .experience-section .experience-item .rating {
                background-color: #0D0D0D;
            }

        .dark-mode .header-eleven .header-nav .main-menu-wrapper .main-nav > li > a {
            color: #FFF;
        }

        .dark-mode .header-eleven .header-btn .theme-toggle {
            color: #FFF;
        }

        .dark-mode .header-eleven .header-logo.logo-dark {
            display: none;
        }

        .dark-mode .header-eleven .logo-white.header-logo {
            display: block;
        }

    .dark-mode .featured-sec-eleven, .dark-mode .testimonials-eleven .testimonials-text-bottom {
        background-color: #123f6a;
    }

    .dark-mode .who-we-are-sec {
        background-color: #0D0D0D;
    }

        .dark-mode .who-we-are-sec::before {
            opacity: 0.1;
        }

    .dark-mode .testimonials-eleven .testimonials-image {
        opacity: 0.1;
    }

    .dark-mode .testimonials-eleven .testimonials-item {
        border-color: #17222C;
    }

    .dark-mode .hero-sec-nine::before {
        background-image: url(../img/banner/banner-bg-dark-07.png);
    }

    .dark-mode .main-header-nine .header-nine.fixed .wishlist-icon {
        color: #FFF !important;
    }

    .dark-mode .testimonials-nine {
        background-image: url(../img/icons/world-map-dark-bg.svg);
    }

    .dark-mode .support-section-nine .support-content .support-image img {
        border-color: #123f6a;
    }

    .dark-mode .banner-ten .search .card {
        box-shadow: unset;
    }

    .dark-mode .banner-form .form-info .form-item {
        background: #0D0D0D;
    }

    .dark-mode .categories-item-ten .arrow-icon {
        color: #0D0D0D;
    }

        .dark-mode .categories-item-ten .arrow-icon:hover {
            color: #FFFFFF;
        }

    .dark-mode .categories-item-ten .shape-1 {
        filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(5%) contrast(105%);
    }

    .dark-mode .destination-section-ten {
        background: #17222C;
    }

        .dark-mode .destination-section-ten .destination-content .title .custom-title {
            color: #FFFFFF;
        }

        .dark-mode .destination-section-ten .destination-content .title p {
            color: #FAFCFF;
        }

        .dark-mode .destination-section-ten .destination-content .link-icon {
            background: #0D0D0D;
        }

            .dark-mode .destination-section-ten .destination-content .link-icon:hover {
                background: #ff8a00;
            }

        .dark-mode .destination-section-ten .shape-1 {
            display: none;
        }

    .dark-mode .experience-item-ten {
        background: #17222C;
        border: none;
        box-shadow: unset;
    }

        .dark-mode .experience-item-ten .custom-title {
            color: #FFFFFF;
        }

    .dark-mode .testimonial-section-ten .testimonial-header .advisor-icon img {
        filter: invert(1);
    }

    .dark-mode .testimonial-item-ten {
        background: #181818;
        border: 1px solid #0D0D0D;
        box-shadow: unset;
    }

        .dark-mode .testimonial-item-ten .testimonial-view .author-info .author-name {
            color: #FFFFFF;
        }

        .dark-mode .testimonial-item-ten .testimonial-author {
            border-bottom: 1px solid #242B3A;
        }

            .dark-mode .testimonial-item-ten .testimonial-author .review-star span {
                color: #FFFFFF;
            }

        .dark-mode .testimonial-item-ten .description {
            color: #123f6a;
        }

    .dark-mode .faq-section-ten {
        background: #181818;
    }

        .dark-mode .faq-section-ten .faq-accordion-five {
            background: transparent;
        }

        .dark-mode .faq-section-ten .accordion-item {
            box-shadow: unset;
        }

    .dark-mode .blog-item-ten .blog-date {
        background: #0D0D0D;
    }

        .dark-mode .blog-item-ten .blog-date .date {
            color: #FFFFFF;
        }

    .dark-mode .blog-section-ten .slick-arrow {
        background: #0D0D0D;
        border: 1px solid #242B3A;
        box-shadow: unset;
        color: #FFFFFF;
    }

    .dark-mode .footer-input .input-group .form-control {
        background: transparent;
    }

    .dark-mode .footer-input .input-group .input-group-text {
        background: transparent !important;
    }

    .dark-mode .header-ten.fixed .wishlist-icon {
        color: #FFFFFF !important;
    }

    .dark-mode header .header-nav .main-menu-wrapper .main-nav > li .submenu .menu-tab ul li a {
        background: #17222C;
        color: #FFFFFF !important;
    }

    .dark-mode header .header-nav .main-menu-wrapper .main-nav > li .submenu .tab-menulist ul li a {
        color: #FFFFFF !important;
    }

    .dark-mode header .main-menu-wrapper .main-nav > li.megamenutab > ul.mega-submenu ul li.active a {
        color: #ff8a00 !important;
    }

    .dark-mode .place-item .activity-content .badge-right {
        background: #181818;
        border: 1px solid #242B3A;
    }

    .dark-mode .header-twelve .header-nav {
        background: #0D0D0D;
        border: none !important;
    }

        .dark-mode .header-twelve .header-nav .main-menu-wrapper .main-nav > li > a {
            color: #FFFFFF !important;
        }

            .dark-mode .header-twelve .header-nav .main-menu-wrapper .main-nav > li > a i {
                color: #FFFFFF;
            }

        .dark-mode .header-twelve .header-nav .submenu li a {
            color: #FFFFFF !important;
        }

            .dark-mode .header-twelve .header-nav .submenu li a:hover {
                color: #ff8a00 !important;
            }

        .dark-mode .header-twelve .header-nav .single-demo.active a {
            color: #ff8a00 !important;
        }

    .dark-mode .header-twelve .wishlist-icon {
        color: #FFFFFF !important;
    }

    .dark-mode .header-twelve .black-logo-responsive {
        display: block !important;
    }

    .dark-mode .header-twelve .white-logo-responsive {
        display: none;
    }

    .dark-mode .header-twelve .logo-white {
        display: block;
    }

    .dark-mode .header-twelve .logo-dark {
        display: none !important;
    }

    .dark-mode .header-twelve .header__hamburger .sidebar-menu {
        color: #FFFFFF;
    }

    .dark-mode .header-twelve .header-btn .theme-toggle {
        color: #FFFFFF;
    }

    .dark-mode .header-twelve .offcanvas-head .black-logo-responsive {
        display: none;
    }

    .dark-mode .header-twelve .offcanvas-head .white-logo-responsive {
        display: block;
    }

    .dark-mode .header-twelve .single-demo a {
        color: #FFFFFF !important;
    }

    .dark-mode .header-twelve .single-demo.active a {
        color: #ff8a00 !important;
    }

    .dark-mode .banner-tweleve .user-group .avatar {
        border: 2px solid #0D0D0D;
    }

    .dark-mode .visa-section-twelve .visa-img {
        border: 1px solid transparent !important;
    }

    .dark-mode .destination-section-twelve .banner-form {
        box-shadow: unset !important;
    }

    .dark-mode .section-header-twelve .section-title {
        color: #FFFFFF;
    }

    .dark-mode .destination-item-twelve .destination-content .custom-title {
        color: #FFFFFF;
    }

    .dark-mode .pack-item-twelve {
        border: 1px solid #242B3A;
        box-shadow: unset;
    }

        .dark-mode .pack-item-twelve .custom-title {
            color: #FFFFFF;
        }

    .dark-mode .activities-item-twelve {
        background: #181818;
        border: 1px solid #242B3A;
        box-shadow: unset;
    }

        .dark-mode .activities-item-twelve .activities-content .time i {
            color: #FFFFFF;
        }

        .dark-mode .activities-item-twelve .activities-content .activities-footer {
            border-top: 1px solid #242B3A;
        }

    .dark-mode .activities-section-twelve .slick-arrow {
        background: #0D0D0D;
        border: 1px solid #242B3A;
        box-shadow: unset;
        color: #FFFFFF;
    }

    .dark-mode .visa-section-twelve .faq-accordion-five {
        background: transparent !important;
    }

    .dark-mode .tesitimonial-section-twelve {
        background: #0D0D0D;
    }

    .dark-mode .tesitimonial-item-twelve {
        background: #181818;
        border: 1px solid #242B3A;
        box-shadow: unset;
    }

    .dark-mode .blog-item-twelve {
        background: #0D0D0D;
        border: 1px solid #242B3A;
        box-shadow: unset;
    }

        .dark-mode .blog-item-twelve .blog-author a {
            color: #FFFFFF;
        }

    .dark-mode .footer-twelve .footer-subscribe {
        background: #0D0D0D;
    }

        .dark-mode .footer-twelve .footer-subscribe .footer-input .input-group {
            background: #181818;
        }

    .dark-mode .footer-twelve .footer-bottom {
        background: transparent !important;
    }

    .dark-mode .footer-twelve .copy-rights {
        background: #181818;
    }

    .dark-mode .recent-tabs {
        background: #181818;
        border: 1px solid #242B3A;
    }

        .dark-mode .recent-tabs .nav-link {
            color: #FFFFFF;
        }

    .dark-mode .seat-content {
        background: #181818;
        border: 1px solid #242B3A;
    }

        .dark-mode .seat-content .seat-selected-count {
            background: #17222C;
        }

    .dark-mode .seat-booking {
        background: #181818;
        border: 1px solid #242B3A;
    }

        .dark-mode .seat-booking .driver-seat {
            background: #0D0D0D;
            border: 3px solid #0D0D0D;
        }

        .dark-mode .seat-booking .seat.available {
            background: #0D0D0D;
            border: 3px solid #17222C;
            color: #FFFFFF;
        }

            .dark-mode .seat-booking .seat.available::after {
                content: "";
                filter: unset;
            }

        .dark-mode .seat-booking .seat.booked {
            background: #17222C;
            border: 3px solid #242B3A;
        }

        .dark-mode .seat-booking .seat.selected {
            border: 3px solid #ff8a00;
            background: #ff8a00;
            color: #FFF;
        }

            .dark-mode .seat-booking .seat.selected::after {
                content: "";
                filter: unset;
            }

        .dark-mode .seat-booking .seat.selected-light {
            background: rgba(254, 237, 235, 0.1803921569);
            color: #ff8a00;
        }

            .dark-mode .seat-booking .seat.selected-light::after {
                content: "";
                background: url(../img/icons/seat-icon-2.svg);
                background-size: 100% 100%;
                width: 23px;
                height: 30px;
            }

        .dark-mode .seat-booking .seat.female {
            border: 3px solid #DD2590;
        }

    .dark-mode .hero-sec-eight .banner-form .dropdown .form-check-label {
        color: #FFF;
    }

    .dark-mode .deliver-sec .statistics-sec h3:hover span {
        color: #FFF;
    }

    .dark-mode .deliver-sec .statistics-sec h3 span {
        color: transparent;
    }

    .dark-mode .header-eight .header-nav .main-menu-wrapper .main-nav .submenu .menu-tab ul li a,
    .dark-mode .main-header-nine .header-nine .header-nav .main-menu-wrapper .main-nav .submenu .menu-tab ul li a,
    .dark-mode .header-eleven .header-nav .main-menu-wrapper .main-nav .submenu .menu-tab ul li a {
        background-color: #17222C !important;
    }

        .dark-mode .header-eight .header-nav .main-menu-wrapper .main-nav .submenu .menu-tab ul li a.active, .dark-mode .header-eight .header-nav .main-menu-wrapper .main-nav .submenu .menu-tab ul li a:hover,
        .dark-mode .main-header-nine .header-nine .header-nav .main-menu-wrapper .main-nav .submenu .menu-tab ul li a.active,
        .dark-mode .main-header-nine .header-nine .header-nav .main-menu-wrapper .main-nav .submenu .menu-tab ul li a:hover,
        .dark-mode .header-eleven .header-nav .main-menu-wrapper .main-nav .submenu .menu-tab ul li a.active,
        .dark-mode .header-eleven .header-nav .main-menu-wrapper .main-nav .submenu .menu-tab ul li a:hover {
            background-color: #ff8a00 !important;
            color: #FFF !important;
        }

    .dark-mode .settings-content .select2-container--default .select2-selection--multiple {
        background: #121212;
        border-color: #17222C;
    }

    .dark-mode header .nav-pills .nav-link {
        color: #123f6a !important;
        background-color: #181818 !important;
    }

        .dark-mode header .nav-pills .nav-link.active {
            background-color: #ff8a00 !important;
        }

    .dark-mode .single-demo a {
        color: #FFFFFF !important;
    }

    .dark-mode .single-demo.active a {
        color: #ff8a00 !important;
    }

    .dark-mode .main-header-nine .nav-pills .nav-link {
        color: #FFFFFF !important;
    }

    .dark-mode .header-ten .nav-pills .nav-link {
        color: #FFFFFF !important;
    }

    .dark-mode .header-ten.fixed .megamenu-wrapper .single-demo a {
        color: #FFFFFF !important;
    }

    .dark-mode .header-ten.fixed .megamenu-wrapper .single-demo.active a {
        color: #ff8a00 !important;
    }

    .dark-mode .header-eight .header-nav .main-menu-wrapper .main-nav .submenu li a {
        color: #FFFFFF !important;
    }

    .dark-mode .header-eight .header-nav .main-menu-wrapper .megamenu-wrapper .single-demo a.active {
        color: #ff8a00 !important;
    }

    .dark-mode header .header-nav .main-menu-wrapper .main-nav .submenu .menu-tab ul li a {
        background-color: #17222C !important;
    }

        .dark-mode header .header-nav .main-menu-wrapper .main-nav .submenu .menu-tab ul li a.active, .dark-mode header .header-nav .main-menu-wrapper .main-nav .submenu .menu-tab ul li a:hover {
            background-color: #ff8a00 !important;
            color: #FFF !important;
        }

    .dark-mode header .nav-pills .nav-link {
        color: #FFFFFF !important;
    }

    .dark-mode .select2-dropdown {
        border-color: #17222C;
    }

    .dark-mode .header-eleven .header-nav .main-menu-wrapper .main-nav .submenu li a {
        color: #FFF !important;
    }

        .dark-mode .header-eleven .header-nav .main-menu-wrapper .main-nav .submenu li a:hover, .dark-mode .header-eleven .header-nav .main-menu-wrapper .main-nav .submenu li a.active {
            color: #ff8a00 !important;
        }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  59.loader
============================*/
    #loader-wrapper {
        background-color: #FFF;
        height: 100%;
        width: 100%;
        z-index: 9999;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        #loader-wrapper #loader {
            width: 100px;
            height: 100px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

            #loader-wrapper #loader .loader-line {
                display: inline-grid;
                width: 40px;
                aspect-ratio: 1;
                margin: 30px;
            }

                #loader-wrapper #loader .loader-line::before, #loader-wrapper #loader .loader-line::after {
                    content: "";
                    grid-area: 1/1;
                    border-radius: 50%;
                    background: repeating-conic-gradient(#ff8a00 0 60deg, #123f6a 0 120deg);
                }

                #loader-wrapper #loader .loader-line::before {
                    transform: rotate(0turn) translate(100%) rotate(0turn);
                    animation: l5 4s linear infinite;
                }

                #loader-wrapper #loader .loader-line::after {
                    padding: 20%;
                    mask: conic-gradient(#123f6a 0 0) content-box exclude, conic-gradient(#123f6a 0 0);
                    scale: -1 1;
                }

    @keyframes l5 {
        to {
            transform: rotate(1turn) translate(100%) rotate(1turn);
        }
    }
    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  64.agent-list
============================*/
    .place-nav.listing-nav li a {
        background: #E4EBF1;
    }

    .add-reply:hover {
        background: #ff8a00 !important;
        color: #FFF !important;
    }

    .review-reply {
        display: none;
    }

        .review-reply.show {
            display: block;
        }

    .earning-box .avatar-md {
        width: 40px;
        height: 40px;
        background: #DB5D4F;
    }

    .card.card-detail {
        background: #FDFDFE;
    }

        .card.card-detail p {
            color: #123f6a;
        }

    .modal-lg.invoice-modal {
        max-width: 945px;
    }

    .modal-md.w-500 {
        max-width: 500px !important;
    }

    .digit-group input {
        width: 40px;
        height: 40px;
        text-align: center;
    }

    .integration-card {
        position: relative;
    }

        .integration-card .circle-check-top {
            position: absolute;
            top: -8px;
            right: -8px;
            opacity: 0;
        }

        .integration-card.selected {
            border-color: #04BD6C;
        }

            .integration-card.selected .circle-check-top {
                opacity: 1;
            }

    .payment-img {
        width: 50px;
        height: 43px;
    }

    .edit-delete-icon .avatar {
        width: 30px;
        height: 30px;
        color: #123f6a;
    }

        .edit-delete-icon .avatar:hover {
            background: #ff8a00;
            color: #FFF;
            border-color: #ff8a00 !important;
        }

    .edit-delete-item {
        position: absolute;
        right: 15px;
        top: 15px;
    }

        .edit-delete-item a {
            width: 30px;
            height: 30px;
            background: #FFF;
            border-radius: 50%;
        }

            .edit-delete-item a:hover {
                background: #ff8a00;
                color: #FFF;
            }

    .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
        display: block;
    }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  65.expert
============================*/
    .local-expert > div {
        margin-bottom: 20px;
    }

        .local-expert > div:last-child {
            margin-bottom: 0;
        }

    .local-expert .avatar {
        width: 50px;
        height: 50px;
        border-radius: 10px;
    }

    .expert-video {
        width: 100%;
        height: 500px;
        position: relative;
        background: url("../img/tours/tours-35.jpg") top center no-repeat;
        background-size: cover;
        border-radius: 20px;
        overflow: hidden;
        background-attachment: fixed;
    }

        .expert-video .video-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 52px;
            height: 52px;
            border-radius: 50%;
            background: #FFF;
            color: #123f6a;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            z-index: 2;
        }

        .expert-video .video-effect {
            position: relative;
            z-index: 3;
        }

            .expert-video .video-effect::before, .expert-video .video-effect::after {
                content: "";
                position: absolute;
                left: 50%;
                top: 50%;
                width: 52px;
                height: 52px;
                transform: translate(-50%, -50%);
                border-radius: 50%;
                background-color: transparent;
                box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
                animation: ripple 3s infinite;
            }

            .expert-video .video-effect::before {
                animation-delay: 0.9s;
            }

            .expert-video .video-effect::after {
                animation-delay: 0.6s;
            }

    @media (max-width: 767.98px) {
        .expert-video {
            height: 250px;
        }
    }

    .expert-video::before {
        content: "";
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .update-section.expert-update::before {
        content: none;
    }

    .work-card {
        box-shadow: none;
    }

        .work-card .work-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            position: relative;
        }

            .work-card .work-icon i {
                right: -6px;
                position: absolute;
            }

        .work-card .display-3 {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 79, 79, 0.4) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            color: transparent;
        }

        .work-card:hover {
            box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  66.home-07
============================*/
    .hero-sec-seven {
        height: 690px;
        display: flex;
        align-items: center;
    }

    @media (max-width: 1399.98px) {
        .hero-sec-seven {
            height: 610px;
        }
    }

    @media (max-width: 1199.98px) {
        .hero-sec-seven {
            height: 560px;
        }
    }

    @media (max-width: 991.98px) {
        .hero-sec-seven {
            height: 410px;
        }
    }

    @media (max-width: 767.98px) {
        .hero-sec-seven {
            height: 320px;
        }
    }

    @media (max-width: 575.98px) {
        .hero-sec-seven {
            background: #123f6a;
            height: unset !important;
            padding-top: 90px;
        }
    }

    .hero-sec-seven .hero-content h1 span {
        color: #ff8a00;
    }

        .hero-sec-seven .hero-content h1 span:before {
            content: unset !important;
        }

    .hero-sec-seven .hero-content .banner-content {
        margin-bottom: 110px;
    }

    @media (max-width: 991.98px) {
        .hero-sec-seven .hero-content .banner-content {
            margin-bottom: 100px;
            text-align: center !important;
        }
    }

    @media (max-width: 575.98px) {
        .hero-sec-seven .hero-content .banner-content {
            margin-bottom: 120px;
        }
    }

    @media (max-width: 575.98px) {
        .hero-sec-seven .home-vertical-slider {
            display: none;
        }
    }

    @media (max-width: 1399.98px) {
        .hero-sec-seven .home-vertical-slider .slider-nav {
            right: 5%;
        }
    }

    @media (max-width: 1199.98px) {
        .hero-sec-seven .home-vertical-slider .slider-nav {
            right: 3%;
        }
    }

    .hero-sec-seven .home-vertical-slider .slider-nav .slick-current img {
        border: 2px solid #ff8a00;
    }

    .hero-sec-seven .home-vertical-slider .slider-nav img {
        border: 2px solid #FFF;
    }

    .hero-sec-seven .home-vertical-slider .slider-fors .slick-slide img {
        height: 775px;
        object-fit: unset;
        border-radius: 0;
    }

    @media (max-width: 1399.98px) {
        .hero-sec-seven .home-vertical-slider .slider-fors .slick-slide img {
            height: 695px;
        }
    }

    @media (max-width: 1199.98px) {
        .hero-sec-seven .home-vertical-slider .slider-fors .slick-slide img {
            height: 625px;
        }
    }

    @media (max-width: 991.98px) {
        .hero-sec-seven .home-vertical-slider .slider-fors .slick-slide img {
            height: 520px;
        }
    }

    @media (max-width: 767.98px) {
        .hero-sec-seven .home-vertical-slider .slider-fors .slick-slide img {
            height: 422px;
        }
    }

    .banner-sec-seven .banner-form {
        margin: -74px 0px 0px 0px;
        position: relative;
        z-index: 11;
    }

    @media (max-width: 991.98px) {
        .banner-sec-seven .form-info .form-item {
            border: none !important;
        }
    }

    .section-header h2 {
        position: relative;
        margin-bottom: 12px !important;
    }

    .section-header .line-icon::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -8px;
        margin: auto;
        width: 35px;
        height: 4px;
        background: url(../img/icons/line-icon.svg);
        background-size: 100% 100%;
    }

    @media (max-width: 767.98px) {
        .section-header .line-icon::before {
            display: none;
        }
    }

    .popular-sec-seven .location-item .location-img {
        border-radius: 10px;
    }

        .popular-sec-seven .location-item .location-img::before {
            content: "";
            opacity: 0;
            transition: all 0.3s;
        }

        .popular-sec-seven .location-item .location-img .location-view {
            width: 44px;
            height: 44px;
            display: block;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #ff8a00;
            color: #FFF;
            border-radius: 50%;
            position: absolute;
            inset: 0;
            margin: auto;
            z-index: 1;
            transform: scale(0);
            transition: all 0.3s;
        }

    .popular-sec-seven .location-item:hover .location-img::before {
        opacity: 1;
    }

    .popular-sec-seven .location-item:hover .location-view {
        transform: scale(1);
    }

        .popular-sec-seven .location-item:hover .location-view:hover {
            background: #FF0000;
        }

    .stat-sec-seven .col-xl-3 {
        padding: 0px !important;
    }

    .stat-sec-seven .stat-item {
        text-align: center;
        position: relative;
        border-right: 1px solid #E4EBF1;
    }

    @media (max-width: 991.98px) {
        .stat-sec-seven .stat-item {
            border: none !important;
        }
    }

    .stat-sec-seven .stat-item h2 {
        font-size: 76px;
        font-weight: 700;
        color: #E4EBF1;
        margin-bottom: 0px;
    }

    @media (max-width: 1399.98px) {
        .stat-sec-seven .stat-item h2 {
            font-size: 62px;
        }
    }

    .stat-sec-seven .stat-item h6 {
        position: absolute;
        inset: 0;
        margin: auto;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    @media (max-width: 1399.98px) {
        .adavantages-sec-seven h2 {
            font-size: 30px;
        }
    }

    .adavantages-sec-seven .card .avatar.rounded-icon-md {
        width: 48px;
        height: 48px;
    }

    .adavantages-sec-seven .view-all {
        margin-top: 40px;
    }

        .adavantages-sec-seven .view-all .btn {
            margin: 0px;
        }

    .adavantages-sec-seven .section-right-img {
        width: 100%;
        max-width: 580px;
        padding: 0;
    }

        .adavantages-sec-seven .section-right-img .percentage {
            width: 140px;
            height: 140px;
            border-radius: 40px 10px;
            background: #ff8a00;
            border: 2px solid #E4EBF1;
            padding: 22px 20px;
            position: absolute;
            inset: 0;
            margin: auto;
            top: 50px;
            bottom: unset;
            left: 125px;
            right: 0;
        }

    .routes-sec-seven .container {
        position: relative;
        z-index: 1;
    }

    .routes-sec-seven .element-one {
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }

    .routes-sec-seven .element-two {
        position: absolute;
        margin: auto;
        z-index: -1;
        right: 0;
        bottom: 50px;
    }

    .routes-sec-seven .place-item {
        padding: 20px;
        gap: 16px !important;
    }

        .routes-sec-seven .place-item .place-img {
            width: 80px !important;
            height: 80px !important;
            border-radius: 6px !important;
        }

    @media (max-width: 767.98px) {
        .routes-sec-seven .place-item .place-img {
            width: 100% !important;
            height: 100% !important;
        }
    }

    @media (max-width: 767.98px) {
        .routes-sec-seven .place-item .place-content {
            padding: 0px !important;
        }
    }

    .routes-sec-seven .place-item .place-content .bus-content {
        margin-bottom: 0px !important;
    }

        .routes-sec-seven .place-item .place-content .bus-content h5 {
            font-size: 18px;
            margin-bottom: 4px;
        }

        .routes-sec-seven .place-item .place-content .bus-content p {
            font-size: 14px;
            color: #123f6a;
        }

        .routes-sec-seven .place-item .place-content .bus-content .bus-title {
            width: 100%;
            max-width: 290px;
        }

    @media (max-width: 767.98px) {
        .routes-sec-seven .place-item .place-content .bus-content .bus-title {
            max-width: 100%;
        }
    }

    .support-sec-seven .support-item::after {
        content: "";
        filter: brightness(20.5);
    }

    .choose-sec-seven {
        background: url(../img/bus/why-bg.png);
        background-size: 100% 100%;
    }

    @media (max-width: 767.98px) {
        .choose-sec-seven {
            background: url(../img/bus/why-bg1.png);
        }
    }

    .choose-sec-seven .card {
        transition: all 0.5s;
    }

        .choose-sec-seven .card:hover {
            background: #ff8a00;
            transform: translateY(-5px);
        }

            .choose-sec-seven .card:hover h5, .choose-sec-seven .card:hover p {
                color: #FFF;
            }

            .choose-sec-seven .card:hover .card-body .avatar.rounded-icon-md {
                background: #FFF;
            }

        .choose-sec-seven .card .card-body {
            position: relative;
            padding: 40px;
            z-index: 1;
        }

    @media (max-width: 1199.98px) {
        .choose-sec-seven .card .card-body {
            padding: 20px;
        }
    }

    .choose-sec-seven .card .card-body .avatar.rounded-icon-md {
        width: 72px;
        height: 72px;
        margin-bottom: 24px;
        border: 2px dashed #33D37A !important;
        outline: 7px solid #04BD6C;
    }

    .choose-sec-seven .card .card-body .avatar.rounded-icon-md-1 {
        border: 2px dashed #FF5E4D !important;
        outline: 7px solid #FF0000;
    }

    .choose-sec-seven .card .card-body .avatar.rounded-icon-md-2 {
        border: 2px dashed #806AF6 !important;
        outline: 7px solid #6938EF;
    }

    .choose-sec-seven .card .card-body .avatar.rounded-icon-md-3 {
        border: 2px dashed #8EC06D !important;
        outline: 7px solid #98AA30;
    }

    .choose-sec-seven .card .card-body h5 {
        margin-bottom: 12px;
    }

    .choose-sec-seven .card .why-img-one {
        position: absolute;
        top: 0;
        right: 0;
    }

    .choose-sec-seven .why-img {
        margin-top: 80px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

        .choose-sec-seven .why-img img {
            position: relative;
            z-index: 1;
        }

    .choose-sec-seven .horizontal-slide {
        position: absolute;
        bottom: 140px;
        overflow: hidden;
    }

        .choose-sec-seven .horizontal-slide[data-direction=right] {
            --_animation-direction: reverse;
        }

        .choose-sec-seven .horizontal-slide[data-direction=left] {
            --_animation-direction: forwards;
        }

        .choose-sec-seven .horizontal-slide[data-speed=fast] {
            --_animation-duration: 30s;
        }

        .choose-sec-seven .horizontal-slide[data-speed=slow] {
            --_animation-duration: 120s;
        }

        .choose-sec-seven .horizontal-slide .slide-list {
            width: max-content;
            flex-wrap: nowrap;
            gap: 46px;
            animation: scroll var(--_animation-duration, 60s) var(--_animation-direction, forwards) linear infinite;
        }

            .choose-sec-seven .horizontal-slide .slide-list:hover {
                animation-play-state: paused;
            }

        .choose-sec-seven .horizontal-slide h3 {
            font-size: 98px;
            display: flex;
            margin-bottom: 0;
            white-space: nowrap;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.2509803922), rgba(33, 39, 56, 0.431372549));
            -webkit-text-fill-color: transparent;
            background-clip: text;
            color: transparent;
        }

    @keyframes scroll {
        to {
            transform: translate(calc(-50% - 0.5rem));
        }
    }

    .countries-sec-seven .countries-item {
        background: #FFF;
        border-radius: 10px;
        padding: 12px;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        transition: all 0.3s;
    }

    @media (max-width: 575.98px) {
        .countries-sec-seven .countries-item {
            padding: 10px;
        }
    }

    .countries-sec-seven .countries-item img {
        width: 32px;
        height: 32px;
    }

    @media (max-width: 575.98px) {
        .countries-sec-seven .countries-item img {
            width: 28px;
            height: 28px;
        }
    }

    .countries-sec-seven .countries-item h6 {
        font-weight: 500;
    }

    @media (max-width: 575.98px) {
        .countries-sec-seven .countries-item h6 {
            font-size: 14px;
        }
    }

    .countries-sec-seven .countries-item:hover {
        background: #ff8a00;
        transform: translateY(-5px);
    }

        .countries-sec-seven .countries-item:hover h6 {
            color: #FFF;
        }

    .clients-sec-seven .card .card-body {
        padding: 40px;
    }

    @media (max-width: 1199.98px) {
        .clients-sec-seven .card .card-body {
            padding: 20px;
        }
    }

    .clients-sec-seven .card .card-body .city-type {
        margin: 0;
    }

        .clients-sec-seven .card .card-body .city-type::after {
            content: unset !important;
        }

    .subscribe-sec-seven {
        background: url(../img/bg/footer-bg.png);
        background-size: 100% 100%;
        border-bottom: 1px solid #242B3A;
    }

    @media (max-width: 767.98px) {
        .subscribe-sec-seven {
            background: #123f6a;
        }
    }

    @media (max-width: 575.98px) {
        .subscribe-sec-seven {
            padding: 40px 0px;
        }
    }

    .subscribe-sec-seven .footer-input .input-group {
        padding: 8px 10px 8px 16px !important;
    }

    .subscribe-sec-seven .footer-input .input-group-text, .subscribe-sec-seven .footer-input input {
        background: transparent !important;
    }

    .custom-offcanvas {
        width: 400px !important;
        z-index: 11111 !important;
        border-radius: 10px 0px 0px 10px;
    }

        .custom-offcanvas .offcanvas-header {
            padding: 12px 16px;
        }

            .custom-offcanvas .offcanvas-header .btn-close {
                background: transparent;
                width: 50px;
                font-size: 14px;
                opacity: 1;
                color: #ff8a00;
                padding: 0;
                margin: 0;
            }

        .custom-offcanvas .offcanvas-date {
            display: flex;
            align-items: center;
            gap: 10px;
        }

            .custom-offcanvas .offcanvas-date p {
                margin-bottom: 0;
                width: 100%;
                text-align: center;
                padding: 4px 12px;
                border: 1px solid #7D828C;
                border-radius: 30px;
                color: #123f6a;
                font-weight: 500;
            }

            .custom-offcanvas .offcanvas-date .way-icon {
                width: fit-content;
                text-align: center;
                padding: 6px 12px;
                border: 1px solid #123f6a;
                border-radius: 30px;
                position: relative;
                top: 12px;
                left: 19px;
            }

        .custom-offcanvas .nav {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .custom-offcanvas .nav li {
                width: 49%;
            }

            .custom-offcanvas .nav .nav-link {
                padding: 6px 20px;
                border-radius: 30px;
                background: #E4EBF1;
                color: #123f6a;
                transition: all 0.3s;
                width: 100%;
                text-align: center;
            }

                .custom-offcanvas .nav .nav-link.active {
                    background: #ff8a00;
                    color: #FFF;
                }

        .custom-offcanvas .tab-content {
            margin-top: 40px;
        }

            .custom-offcanvas .tab-content .card {
                box-shadow: unset;
                border-radius: 10px;
            }

                .custom-offcanvas .tab-content .card .card-body {
                    padding: 8px 16px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    gap: 10px;
                    flex-wrap: wrap;
                }

    @media (max-width: 767.98px) {
        .custom-offcanvas .tab-content .card .card-body {
            flex-direction: column;
            align-items: flex-start;
        }
    }

    .custom-offcanvas .tab-content .card .card-body .item p {
        color: #7D828C;
    }

    .custom-offcanvas .offcanvas-footer {
        padding: 12px 16px;
        border-top: 1px solid #7D828C;
    }

    .custom-offcanvas p {
        color: #123f6a;
    }

    .custom-offcanvas .location-items {
        margin-bottom: 40px;
        padding-left: 20px;
        position: relative;
    }

        .custom-offcanvas .location-items:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            left: 0;
            width: 3px;
            height: 85%;
            background: #E4EBF1;
        }

        .custom-offcanvas .location-items p {
            border-radius: 30px;
            padding: 4px 12px;
            color: #123f6a;
            font-weight: 500;
            width: fit-content;
            position: relative;
        }

        .custom-offcanvas .location-items .loc-item::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            left: -26px;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: #E4EBF1;
        }

    .custom-offcanvas .facilities-item h6 {
        color: #123f6a;
    }

    .custom-offcanvas .facilities-item a {
        color: #123f6a;
    }

    .custom-offcanvas .custom-accordion {
        padding: 0px 8px 0px;
    }

        .custom-offcanvas .custom-accordion .accordion-button {
            padding: 0;
            font-size: 14px;
            font-weight: 500;
            color: #123f6a;
            width: fit-content;
            gap: 6px;
        }

            .custom-offcanvas .custom-accordion .accordion-button:after {
                content: "";
                font-size: 13px;
            }

        .custom-offcanvas .custom-accordion .accordion-body {
            padding: 0;
            border-top: unset;
        }

            .custom-offcanvas .custom-accordion .accordion-body p {
                font-weight: 400;
                padding: 0px;
            }

    .offcanvas-backdrop {
        z-index: 1111;
    }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  67.Bus
============================*/
    .bus-list .place-item {
        display: flex;
        align-items: center;
        gap: 24px;
    }

        .bus-list .place-item .place-img {
            flex-shrink: 0;
            height: inherit;
            width: 140px;
            overflow: hidden;
            border-radius: 10px;
        }

    @media (max-width: 767.98px) {
        .bus-list .place-item .place-img {
            border-radius: 10px;
            margin-bottom: 20px;
        }
    }

    .bus-list .place-item .place-img a {
        height: 100%;
        display: block;
    }

        .bus-list .place-item .place-img a img {
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

    @media (max-width: 767.98px) {
        .bus-list .place-item .place-img a img {
            border-radius: 10px;
            width: 100%;
        }
    }

    @media (max-width: 767.98px) {
        .bus-list .place-item .place-img {
            width: 100%;
            height: auto;
            border-radius: 10px;
        }
    }

    .bus-list .place-item .place-content {
        padding: 0px;
        flex: 1;
    }

    @media (max-width: 575.98px) {
        .bus-list .place-item .place-content {
            padding: 20px 0px 0px 0px;
        }
    }

    .bus-list .place-item .place-content .bus-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 10px;
        margin-bottom: 16px;
    }

        .bus-list .place-item .place-content .bus-content .bus-title {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
        }

    @media (max-width: 767.98px) {
        .bus-list .place-item .place-content .bus-content .bus-title {
            flex-direction: column;
            align-items: start;
            gap: 16px;
        }
    }

    @media (max-width: 767.98px) {
        .bus-list .place-item .place-content .bus-content .bus-title .dot-line {
            width: 100%;
        }
    }

    .bus-list .place-item .place-content .bus-content .bus-title .dot-line span {
        padding: 0 25px;
        border-top: 1px dotted #969AA2;
        position: relative;
        align-items: center;
    }

    @media (max-width: 767.98px) {
        .bus-list .place-item .place-content .bus-content .bus-title .dot-line span {
            width: 100%;
            display: flex;
            justify-content: center;
        }
    }

    .bus-list .place-item .place-content .bus-content .bus-title .dot-line span:after {
        width: 6px;
        height: 6px;
        border: 1px solid #969AA2;
        position: absolute;
        content: "";
        border-radius: 50px;
        left: 0;
        top: -3px;
    }

    .bus-list .place-item .place-content .bus-content .bus-title .dot-line span:before {
        width: 6px;
        height: 6px;
        border: 1px solid #969AA2;
        position: absolute;
        content: "";
        border-radius: 50px;
        right: 0;
        top: -3px;
    }

    @media (max-width: 767.98px) {
        .bus-list .place-item .place-content .bus-content .bus-title {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    }

    .bus-list .place-item .place-content .bus-content .bus-end {
        display: flex;
    }

    @media (max-width: 767.98px) {
        .bus-list .place-item .place-content .bus-content .bus-title-item {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    }

    @media (max-width: 575.98px) {
        .bus-list .place-item .place-content .bus-content .bus-title-item {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    }

    @media (max-width: 991.98px) {
        .bus-list .place-item .place-content .bus-content {
            flex-wrap: wrap;
            gap: 12px;
        }
    }

    @media (max-width: 767.98px) {
        .bus-list .place-item .place-content .bus-content {
            flex-direction: column;
            align-items: start;
            gap: 16px;
        }
    }

    .bus-list .place-item .place-content .bus-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #E4EBF1;
        padding-top: 16px;
    }

    @media (max-width: 575.98px) {
        .bus-list .place-item .place-content .bus-footer {
            flex-direction: column;
            align-items: start;
            gap: 16px;
        }
    }

    .bus-list .place-item .place-content .bus-footer .bus-footer-dot span {
        padding: 0 15px;
        position: relative;
    }

        .bus-list .place-item .place-content .bus-footer .bus-footer-dot span:after {
            width: 6px;
            height: 6px;
            border: 1px solid #ff8a00;
            background-color: #ff8a00;
            position: absolute;
            content: "";
            border-radius: 50px;
            left: 6px;
            top: 6px;
        }

    @media (max-width: 767.98px) {
        .bus-list .place-item {
            display: block;
        }
    }

    .bus-grid .bus-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

        .bus-grid .bus-title .dot-line span {
            padding: 0 20px;
            border-top: 1px dotted #969AA2;
            position: relative;
            align-items: center;
        }

    @media (max-width: 1199.98px) {
        .bus-grid .bus-title .dot-line span {
            padding: 0 4px;
        }
    }

    .bus-grid .bus-title .dot-line span:after {
        content: "";
        width: 6px;
        height: 6px;
        border: 1px solid #969AA2;
        background-color: #FFF;
        position: absolute;
        border-radius: 50px;
        left: -2px;
        top: -4px;
    }

    .bus-grid .bus-title .dot-line span:before {
        content: "";
        width: 6px;
        height: 6px;
        border: 1px solid #969AA2;
        background-color: #FFF;
        position: absolute;
        border-radius: 50px;
        right: -2px;
        top: -4px;
    }

    .bus-grid .place-img img {
        width: 100%;
    }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    .visa-details-card {
        position: relative;
        padding: 20px;
        border-radius: 10px;
        background: #98AA30;
    }

        .visa-details-card .title {
            font-size: 32px;
            font-weight: 700;
            color: #FFF;
            text-align: center;
        }

        .visa-details-card p {
            color: #FFF;
        }

    .visa-tracking-card-one {
        text-align: center;
        border: 1px solid #E4EBF1;
        padding: 40px;
        border-radius: 10px;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        margin-bottom: 24px;
    }

        .visa-tracking-card-one .card-title {
            margin-bottom: 20px;
        }

        .visa-tracking-card-one .card-content .track-input {
            position: relative;
            margin-bottom: 20px;
        }

            .visa-tracking-card-one .card-content .track-input .form-control {
                padding-right: 100px;
                position: relative;
            }

            .visa-tracking-card-one .card-content .track-input button {
                position: absolute;
                right: 7px;
                top: 7px;
                bottom: 7px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }

    .visa-timeline-card {
        background: #FFF;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        border: 1px solid #E4EBF1;
        margin-bottom: 24px;
    }

        .visa-timeline-card h2 {
            font-size: 20px;
            font-weight: 600;
        }

        .visa-timeline-card .subtitle {
            font-size: 14px;
            color: #123f6a;
            margin-top: 4px;
        }

        .visa-timeline-card .timeline {
            margin-top: 28px;
            position: relative;
        }

            .visa-timeline-card .timeline .timeline-item {
                display: flex;
                align-items: flex-start;
                position: relative;
                padding-bottom: 56px;
                /* Vertical line */
            }

                .visa-timeline-card .timeline .timeline-item:last-child {
                    padding-bottom: 0;
                }

                .visa-timeline-card .timeline .timeline-item::before {
                    content: "";
                    position: absolute;
                    left: 18px;
                    top: 36px;
                    width: 2px;
                    height: 100%;
                    background: #AFB2B8;
                }

                .visa-timeline-card .timeline .timeline-item.completed::before, .visa-timeline-card .timeline .timeline-item.active::before {
                    background: #04BD6C;
                }

                .visa-timeline-card .timeline .timeline-item.completed .timeline-date, .visa-timeline-card .timeline .timeline-item.active .timeline-date {
                    margin-left: 12px;
                }

                .visa-timeline-card .timeline .timeline-item.upcoming .timeline-icon {
                    background: #E4EBF1;
                }

                .visa-timeline-card .timeline .timeline-item .timeline-icon {
                    width: 36px;
                    height: 36px;
                    border-radius: 50%;
                    background: #04BD6C;
                    color: #FFF;
                    font-weight: 700;
                    font-size: 14px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-shrink: 0;
                    z-index: 1;
                }

                .visa-timeline-card .timeline .timeline-item .timeline-content {
                    margin-left: 16px;
                    flex: 1;
                }

                    .visa-timeline-card .timeline .timeline-item .timeline-content h4 {
                        font-size: 15px;
                        font-weight: 600;
                        color: #123f6a;
                    }

                    .visa-timeline-card .timeline .timeline-item .timeline-content p {
                        font-size: 13px;
                        color: #123f6a;
                        margin-top: 4px;
                        max-width: 520px;
                    }

                    .visa-timeline-card .timeline .timeline-item .timeline-content .status {
                        display: inline-flex;
                        align-items: center;
                        margin-top: 8px;
                        font-size: 12px;
                        color: #ff8a00;
                    }

                        .visa-timeline-card .timeline .timeline-item .timeline-content .status::before {
                            content: "!";
                            display: inline-flex;
                            align-items: center;
                            justify-content: center;
                            width: 14px;
                            height: 14px;
                            border-radius: 50%;
                            border: 1px solid #ff8a00;
                            margin-right: 6px;
                            font-size: 10px;
                        }

                .visa-timeline-card .timeline .timeline-item .timeline-date {
                    font-size: 12px;
                    color: #123f6a;
                    white-space: nowrap;
                }

        .visa-timeline-card .timeline-item1 {
            display: flex;
            align-items: flex-start;
            padding-bottom: 28px;
        }

            .visa-timeline-card .timeline-item1 .timeline-icon {
                width: 36px;
                height: 36px;
                border-radius: 50%;
                background: #E4EBF1;
                color: #FFF;
                font-weight: 700;
                font-size: 14px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
                z-index: 1;
            }

            .visa-timeline-card .timeline-item1 .timeline-content {
                margin-left: 16px;
                flex: 1;
            }

                .visa-timeline-card .timeline-item1 .timeline-content h4 {
                    font-size: 15px;
                    font-weight: 600;
                    color: #123f6a;
                }

                .visa-timeline-card .timeline-item1 .timeline-content p {
                    font-size: 13px;
                    color: #123f6a;
                    margin-top: 4px;
                    max-width: 520px;
                }

                .visa-timeline-card .timeline-item1 .timeline-content .status {
                    display: inline-flex;
                    align-items: center;
                    margin-top: 8px;
                    font-size: 12px;
                    color: #ff8a00;
                }

                    .visa-timeline-card .timeline-item1 .timeline-content .status::before {
                        content: "!";
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                        width: 14px;
                        height: 14px;
                        border-radius: 50%;
                        border: 1px solid #ff8a00;
                        margin-right: 6px;
                        font-size: 10px;
                    }

            .visa-timeline-card .timeline-item1 .timeline-date {
                font-size: 12px;
                color: #123f6a;
                white-space: nowrap;
            }

    .visa-section-header {
        text-align: center;
        margin-bottom: 24px;
    }

        .visa-section-header span {
            background: #123f6a;
            padding: 6px 20px;
            border-radius: 50px;
            color: #FFF;
            font-weight: 500;
            margin-bottom: 12px;
            display: inline-block;
        }

        .visa-section-header h2 {
            font-size: 44px;
            font-weight: 700;
            margin-bottom: 8px;
        }

    .visa-requirement-img {
        position: relative;
    }

        .visa-requirement-img::before {
            content: "";
            position: absolute;
            top: -10px;
            left: -10px;
            width: 100%;
            max-width: 285px;
            height: calc(100% + 20px);
            background: #ff8a00;
            z-index: -1;
            border-radius: 40px;
        }

        .visa-requirement-img::after {
            content: "";
            position: absolute;
            bottom: -10px;
            right: -10px;
            width: 100%;
            max-width: 420px;
            height: calc(100% + 20px);
            background: #98AA30;
            z-index: -1;
            border-radius: 40px;
        }

        .visa-requirement-img img {
            border-radius: 10px;
            width: 100%;
        }

    .section-padding {
        padding: 60px 0;
    }

    @media (max-width: 767.98px) {
        .section-padding {
            padding: 40px 0;
        }
    }

    .general-visa-section {
        background: #F8FAFB;
    }

        .general-visa-section .general-visa-card-one {
            padding: 40px;
            background: #FFF;
            border-radius: 5px;
            border: 1px solid #E4EBF1;
            box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
            position: relative;
            overflow: hidden;
        }

            .general-visa-section .general-visa-card-one:hover {
                background: #ff8a00;
            }

                .general-visa-section .general-visa-card-one:hover .card-title,
                .general-visa-section .general-visa-card-one:hover p {
                    color: #FFF;
                }

                .general-visa-section .general-visa-card-one:hover i {
                    color: #FFF;
                }

            .general-visa-section .general-visa-card-one .card-bg {
                position: absolute;
                top: 0;
                right: 0;
            }

            .general-visa-section .general-visa-card-one .card-title {
                font-size: 20px;
                font-weight: 600;
                color: #123f6a;
            }

            .general-visa-section .general-visa-card-one p {
                color: #123f6a;
            }

                .general-visa-section .general-visa-card-one p i {
                    color: #ff8a00;
                }

    .service-work-section {
        background: #123f6a;
    }

        .service-work-section .card h2 {
            color: #FFF;
            margin-bottom: 24px;
        }

    .counter-section .counter-card {
        padding: 40px;
        background: #FFF;
        border-radius: 5px;
        border: 1px solid #E4EBF1;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        position: relative;
        overflow: hidden;
        text-align: center;
        margin-bottom: 8px;
    }

        .counter-section .counter-card .counter-bg1 {
            position: absolute;
            top: 0;
            right: 0;
        }

        .counter-section .counter-card .counter-bg2 {
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .counter-section .counter-card .counter-content {
            font-size: 52px;
            font-weight: 700;
            color: #123f6a;
        }

    .visa-faq-section .accordion-header .accordion-button:not(.collapsed), .visa-faq-section .accordion-header .accordion-button:not(.collapsed):after {
        color: #ff8a00;
    }

    .upcoming-content .upcoming-title {
        background-color: #F8FAFB;
        border: 1px solid #E4EBF1;
    }

    .destination-details-img {
        border-radius: 10px;
    }

        .destination-details-img img {
            border-radius: 10px;
            width: 100%;
        }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    .guide-card {
        text-align: center;
    }

        .guide-card .guide-img {
            border-radius: 8px;
            margin-bottom: 16px;
        }

            .guide-card .guide-img img {
                border-radius: 8px;
                width: 100%;
            }

        .guide-card h3 {
            font-size: 18px;
        }

        .guide-card .media-btns {
            border: 1px solid #E4EBF1;
            border-radius: 10px;
            padding: 8px;
            background: #F5F8FA;
            color: #123f6a;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease-in-out;
        }

            .guide-card .media-btns:hover {
                background: #ff8a00;
                color: #FFF;
                border-color: #ff8a00;
            }

    .guide-details-card-one {
        padding: 24px;
        border-radius: 10px;
        border: 1px solid #E4EBF1;
        background: #FFF;
        margin-bottom: 24px;
        position: relative;
        overflow: hidden;
    }

        .guide-details-card-one::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 55%;
            background: #F5F8FA;
            z-index: 0;
        }

        .guide-details-card-one .guide-details-card-one-inner {
            position: relative;
        }

    @media (max-width: 767.98px) {
        .guide-details-card-one .guide-details-card-one-inner .guide-details-card-one-inner-content {
            flex-direction: column;
        }
    }

    .guide-details-card-one .guide-details-card-one-inner .guide-img {
        margin-right: 24px;
        border-radius: 10px;
    }

        .guide-details-card-one .guide-details-card-one-inner .guide-img img {
            border-radius: 10px;
        }

    .guide-details-card-one .guide-details-card-one-inner .guide-info {
        padding: 24px 0;
        margin-bottom: 40px;
    }

        .guide-details-card-one .guide-details-card-one-inner .guide-info h2 {
            font-size: 24px;
            margin-bottom: 8px;
        }

        .guide-details-card-one .guide-details-card-one-inner .guide-info ul {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            row-gap: 16px;
        }

            .guide-details-card-one .guide-details-card-one-inner .guide-info ul li {
                font-size: 14px;
                position: relative;
            }

                .guide-details-card-one .guide-details-card-one-inner .guide-info ul li::before {
                    content: "";
                    position: absolute;
                    top: 50%;
                    right: -8px;
                    transform: translateY(-50%);
                    height: 14px;
                    background: #969AA2;
                }

    .guide-details-card-one .btn {
        width: 100%;
        max-width: 262px;
    }

    .expertise-img {
        position: relative;
        border-radius: 5px;
        border: 1px solid #E4EBF1;
    }

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

        .expertise-img .expertise-img-content {
            position: absolute;
            bottom: 16px;
            left: 16px;
            right: 16px;
            padding: 24px;
            background: #FFF;
            padding: 8px 15px;
            border-radius: 10px;
            text-align: center;
            font-weight: 500;
        }

    .wizard-container h2 {
        font-size: 24px;
        margin-bottom: 24px;
        font-weight: 700;
    }

    .wizard-container .steps {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }

        .wizard-container .steps .step {
            flex: 1;
            padding: 10px;
            color: #123f6a;
            cursor: pointer;
            position: relative;
        }

            .wizard-container .steps .step:nth-child(2) {
                text-align: center;
            }

            .wizard-container .steps .step:last-child {
                text-align: end;
            }

                .wizard-container .steps .step:last-child::before {
                    content: none;
                }

            .wizard-container .steps .step span {
                width: 24px;
                height: 24px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                margin-right: 6px;
                font-size: 16px;
                font-weight: 500;
                background: #E4EBF1;
                color: #FFF;
            }

            .wizard-container .steps .step.active span {
                background: #ff8a00;
            }

    .wizard-container .step-content {
        display: none;
    }

        .wizard-container .step-content.active {
            display: block;
        }

    .guide-booking-card .coupoun-list {
        padding: 8px;
        background-color: #EDF9F0;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
    }

        .guide-booking-card .coupoun-list::before {
            content: "";
            position: absolute;
            width: 2px;
            height: 40px;
            border-radius: 10px;
            background-color: #04BD6C;
            left: 0;
            top: 0;
        }

    @media (max-width: 767.98px) {
        .guide-booking-card .coupoun-list::before {
            top: 13px;
        }
    }

    .guide-booking-card .coupoun-code {
        position: relative;
    }

        .guide-booking-card .coupoun-code .form-control {
            border-radius: 100px;
            padding-right: 120px;
        }

        .guide-booking-card .coupoun-code .btn {
            position: absolute;
            right: 8px;
            top: 50%;
            transform: translateY(-50%);
        }

    .upload-btn {
        padding: 5px 12px;
        font-size: 13px;
        font-weight: 500;
        color: #FFF;
        background-color: #ff8a00;
        border-radius: 54px;
    }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    .table.pricing-table thead th {
        background: transparent;
        max-width: 300px;
        border: 0;
        padding: 0;
    }

        .table.pricing-table thead th:first-child {
            max-width: auto;
        }

    .table.pricing-table thead .recommeded-set {
        position: absolute;
        top: -7px;
        transform: translateX(-50%);
        left: 50%;
    }

        .table.pricing-table thead .recommeded-set span {
            background: #DD2590;
            padding: 2px 5px;
            border-radius: 5px 5px 0 0;
            color: #FFF;
            display: block;
        }

    .table.pricing-table tbody tr:nth-child(even) td {
        background: #F8FAFB;
    }

    .table.pricing-table tbody tr td {
        text-align: center;
    }

    .table.pricing-table tbody tr .pricing-check {
        background: #F1FAF3;
        border-radius: 50%;
        display: inline-block;
        width: 24px;
        height: 24px;
        font-size: 20px;
        line-height: 24px;
        padding: 2px;
    }

    .table.pricing-table tbody tr .pricing-cross {
        background: #FFE8E8;
        border-radius: 50%;
        display: inline-block;
        width: 24px;
        height: 24px;
        font-size: 20px;
        line-height: 24px;
        padding: 2px;
    }

    .table.pricing-table .pricing-plan {
        background: #FFF;
        padding: 16px;
    }

        .table.pricing-table .pricing-plan .pricing-head {
            text-align: center;
            border: 1px solid #E4EBF1;
            background: #F8FAFB;
            border-radius: 5px;
            padding: 20px;
            position: relative;
            z-index: 9;
        }

        .table.pricing-table .pricing-plan .pricing-contet {
            background: #FFF;
            padding: 24px;
            border: 1px solid #E4EBF1;
            border-radius: 5px;
            margin-bottom: 20px;
        }

            .table.pricing-table .pricing-plan .pricing-contet h6 {
                font-size: 24px;
                margin-bottom: 8px;
            }

            .table.pricing-table .pricing-plan .pricing-contet p {
                margin-bottom: 5px;
                white-space: normal;
                font-weight: 400;
                color: #123f6a;
            }

            .table.pricing-table .pricing-plan .pricing-contet h4 {
                font-size: 32px;
                font-weight: 700;
            }

                .table.pricing-table .pricing-plan .pricing-contet h4 span {
                    font-size: 20px;
                    font-weight: 400;
                }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    .activitys-img {
        margin-bottom: 24px;
    }

        .activitys-img .galley-wrap img {
            width: 100%;
            height: auto;
        }

    .activitys-img-center img {
        height: 100%;
    }

    .timeslot-details ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

        .timeslot-details ul li {
            width: calc(50% - 5px);
        }

            .timeslot-details ul li .timeslot {
                width: 100%;
            }

                .timeslot-details ul li .timeslot input {
                    display: none;
                }

                    .timeslot-details ul li .timeslot input:checked + label {
                        background: #ff8a00;
                        color: #FFF;
                    }

                    .timeslot-details ul li .timeslot input:hover + label {
                        background: #ff8a00;
                        color: #FFF;
                    }

                .timeslot-details ul li .timeslot label {
                    width: 100%;
                    text-align: center;
                    background: #E4EBF1;
                    border-radius: 50px;
                    padding: 5px;
                    display: block;
                    font-weight: 500;
                    font-size: 12px;
                }

    .pointer-none {
        pointer-events: none;
    }

    .see-all {
        position: relative;
    }

        .see-all a {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            z-index: 99;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #FFF;
            padding: 4px;
            border-radius: 50px;
            width: auto;
            height: auto;
        }

            .see-all a:hover {
                background: #ff8a00;
                color: #FFF;
            }

        .see-all img {
            border-radius: 10px;
            object-fit: cover;
            border-radius: 10px;
        }

    /******* Vendors ******/
    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  60.meanmenu
============================*/
    .mean-container a.meanmenu-reveal {
        display: none !important;
    }

    .mean-container .mean-bar {
        background: #FFF;
    }

        .mean-container .mean-bar, .mean-container .mean-bar * {
            box-sizing: border-box;
        }

    .mean-container .mean-nav {
        background: #FFF;
        margin-top: 0;
    }

        .mean-container .mean-nav ul li.active > a {
            color: #ff8a00;
        }

        .mean-container .mean-nav ul li .submenu li:last-child {
            margin-bottom: 12px;
        }

        .mean-container .mean-nav ul li .submenu li a {
            font-size: 14px;
            font-weight: 400;
            padding: 4px 4px 4px 16px;
            width: 100%;
        }

        .mean-container .mean-nav > ul {
            display: block !important;
        }

            .mean-container .mean-nav > ul > li {
                border-bottom: 1px solid #E4EBF1;
            }

            .mean-container .mean-nav > ul li a {
                color: #123f6a;
                font-weight: 500;
                padding: 16px 0;
                border: 0;
                width: 100%;
                z-index: 6;
                position: relative;
            }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  62.select2
============================*/
    .select2-container {
        min-width: 100% !important;
        z-index: 99;
    }

        .select2-container .select2-selection--single {
            height: 40px;
        }

    .select2-container--default .select2-selection--single {
        border: 1px solid var(--Stroke, rgba(145, 158, 171, 0.3));
        border-radius: 5px;
    }

        .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #123f6a !important;
            line-height: 40px;
            border-radius: 5px;
            padding-left: 10px;
            font-size: 14px;
            font-weight: 400;
            padding-right: 30px;
        }

            .select2-container--default .select2-selection--single .select2-selection__rendered span {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .select2-container--default .select2-selection--single .select2-selection__rendered span img {
                    width: 20px;
                    height: 20px;
                    border-radius: 50px;
                    margin-right: 5px;
                }

        .select2-container--default .select2-selection--single .select {
            width: 219px;
        }

        .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 38px;
            right: 7px;
        }

            .select2-container--default .select2-selection--single .select2-selection__arrow b {
                position: absolute;
                top: 50%;
                left: 50%;
                border-color: #393F4D;
                border-style: solid;
                border-width: 0 1px 1px 0;
                padding: 3px;
                height: 0;
                margin-left: -6px;
                margin-top: -3px;
                width: 0;
                transform: rotate(45deg) translateY(-50%);
                -webkit-transform: rotate(45deg) translateY(-50%);
                -ms-transform: rotate(45deg) translateY(-50%);
            }

    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: #123f6a;
        border-width: 1px 0 0 1px;
        margin-top: 3px;
        padding: 3px;
    }

    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background: #ff8a00;
        color: #FFF;
    }

    .select2-container--focus .select2-selection--single {
        background: #FFF !important;
        border-color: #E7EDF2;
    }

    span.select2-container.select2-container--default.select2-container--open {
        z-index: 9999;
        box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.36);
    }

    .select2-container--classic .select2-selection--single,
    .select2-container--default .select2-selection--single,
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-container--default .select2-selection--single .select2-selection__arrow,
    .select2-container--default .select2-selection--multiple,
    .select2-container--classic .select2-selection--single .select2-selection__arrow,
    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        border-color: #E4EBF1;
        color: #123f6a;
    }

    .select2-dropdown {
        border-color: #E4EBF1;
    }

    .select2-container--default .select2-selection--multiple {
        line-height: 27px;
        height: auto;
        min-height: 40px;
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice,
        .select2-container--default .select2-selection--multiple .select2-selection__choice,
        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
            background-color: #155EEF;
            border-color: #155EEF;
            color: #FFF;
        }

    .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
        border-color: #ff8a00;
    }

    .select2-container--default.select2-container--focus .select2-selection--multiple {
        border-color: #ff8a00;
    }

    .select2-container--open .ti-filter {
        z-index: 9999 !important;
    }

    .select2-results__option span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .select2-results__option span img {
            width: 20px;
            height: 20px;
            border-radius: 50px;
            margin-right: 5px;
        }

    /*---------------------------------------------------------------------------------

    Template Name: DreamsTour
    Version      : 1.0
    Author: Dreams Technologies
    Author URI: https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

/*============================
[Table of CSS]

1.variables
2.mixins
3.rangepicker-plugin
4.base
5.background
6.alerts
7.avatar
8.boostrap
9.button
10.badge
11.border
12.dropdown
13.font
14.typography
15.forms
16.accordion
17.cards
18.navs-tabs
19.grid
20.cursor
21.tables
22.common
23.content
24.header
25.header-three
26.header-four
27.header-five
28.footer
29.footer-four
30.footer-three
31.footer-five
32.breadcrumb
33.sidebar
34.rtl
35.home-03
36.home-04
37.home
38.cruise
39.login
40.hotel
41.hotel-details
42.tour
43.about-us
44.blog
45.team
46.service
47.booking-confirmation
48.cart
49.flight
50.hotel-map
51.tour-details
52.car-details
53.hotel-booking
54.settings
55.home-02
56.chat
57.home-06
58.theme
59.loader
60.meanmenu
62.select2
63.datatables
64.agent-list
65.expert
66.home-07

============================*/
    /****** Utils ******/
    /*============================
  63.datatables
============================*/
    table.dataTable {
        margin: 0 !important;
    }

        table.dataTable > thead .sorting:after,
        table.dataTable > thead .sorting_asc:after,
        table.dataTable > thead .sorting_desc:after,
        table.dataTable > thead .sorting_asc_disabled:after,
        table.dataTable > thead .sorting_desc_disabled:after {
            right: 10px !important;
            content: "\f0d7" !important;
            font-family: "Font Awesome 5 Free";
            bottom: 8px !important;
            color: #AFB2B8 !important;
            font-size: 10px !important;
            opacity: 1 !important;
            position: absolute;
            font-weight: 600;
            line-height: 1px !important;
        }

        table.dataTable > thead .sorting:before,
        table.dataTable > thead .sorting_asc:before,
        table.dataTable > thead .sorting_desc:before,
        table.dataTable > thead .sorting_asc_disabled:before,
        table.dataTable > thead .sorting_desc_disabled:before {
            right: 10px !important;
            content: "\f0d8" !important;
            font-family: "Font Awesome 5 Free";
            top: 18px !important;
            color: #AFB2B8 !important;
            font-size: 10px !important;
            opacity: 1 !important;
            position: absolute;
            font-weight: 600;
            line-height: 1px !important;
        }

    .dataTables_paginate .paging_numbers {
        float: right;
    }

    .dataTables_info {
        font-size: 15px;
        color: #393F4D;
        font-weight: 500;
    }

    @media (max-width: 767.98px) {
        .dataTables_info {
            font-size: 12px;
        }
    }

    .custom-select {
        min-width: 80px;
    }

    .dataTables_paginate .pagination {
        justify-content: end;
        -webkit-justify-content: end;
        -ms-flex-pack: end;
    }

        .dataTables_paginate .pagination li {
            margin: 0 2px;
        }

            .dataTables_paginate .pagination li a {
                background: transparent;
                border-color: transparent;
                border-radius: 5px !important;
                width: 28px;
                height: 28px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #393F4D;
                font-size: 14px;
            }

                .dataTables_paginate .pagination li a:hover {
                    background: #ff8a00;
                    color: #FFF;
                }

            .dataTables_paginate .pagination li.active a.page-link {
                background: #ff8a00;
                border-color: #ff8a00;
                border-radius: 5px;
                width: 28px;
                height: 28px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .dataTables_paginate .pagination li.previous.disabled, .dataTables_paginate .pagination li.prev {
                width: auto;
                margin: 0 13px 0 0;
            }

                .dataTables_paginate .pagination li.previous.disabled a, .dataTables_paginate .pagination li.prev a {
                    background-color: transparent;
                    border: 0;
                    width: auto;
                    padding: 0;
                }

                    .dataTables_paginate .pagination li.previous.disabled a i, .dataTables_paginate .pagination li.prev a i {
                        margin-right: 8px;
                    }

                    .dataTables_paginate .pagination li.previous.disabled a:hover, .dataTables_paginate .pagination li.prev a:hover {
                        color: #04BD6C;
                    }

            .dataTables_paginate .pagination li.next.disabled, .dataTables_paginate .pagination li.next {
                width: auto;
                margin: 0 0 0 13px;
            }

                .dataTables_paginate .pagination li.next.disabled a, .dataTables_paginate .pagination li.next a {
                    background-color: transparent;
                    border: 0;
                    width: auto;
                    padding: 0;
                }

                    .dataTables_paginate .pagination li.next.disabled a i, .dataTables_paginate .pagination li.next a i {
                        margin-left: 8px;
                    }

                    .dataTables_paginate .pagination li.next.disabled a:hover, .dataTables_paginate .pagination li.next a:hover {
                        color: #04BD6C;
                    }

    @media (max-width: 767.98px) {
        .dataTables_paginate .pagination {
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
        }
    }

    .dataTables_length {
        margin-bottom: 15px;
    }

    .dataTables_paginate {
        margin-top: 15px !important;
    }

    .dataTables_length label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #393F4D;
        font-size: 14px;
    }

        .dataTables_length label .form-select {
            width: 61px;
            border: 1px solid #E7EDF2;
            border-radius: 6px;
            color: #393F4D;
            margin: 0 8px;
            background-position: right 5px center;
            padding-right: 15px;
        }

    @media (max-width: 767.98px) {
        .datatable-length {
            text-align: center;
        }
    }

    div.dataTables_wrapper div.dataTables_info {
        padding-top: 15px;
    }

    table.dataTable thead > tr > th.no-sort.sorting_asc:before {
        display: none;
    }

    table.dataTable thead > tr > th.no-sort.sorting_asc::after {
        display: none;
    }

    table.dataTable thead > tr > th.no-sort.sorting:before {
        display: none;
    }

    table.dataTable thead > tr > th.no-sort.sorting::after {
        display: none;
    }

    .custom-table .table-responsive {
        border: 1px solid #E7EDF2;
        border-radius: 6px;
    }

    table.table.dataTable > tbody > tr {
        border-color: #E7EDF2;
    }

        table.table.dataTable > tbody > tr td {
            color: #393F4D;
            border-bottom: 1px solid #E7EDF2;
            padding: 12px 20px;
        }

    table.table.dataTable > thead > tr {
        border-color: #E7EDF2;
    }

        table.table.dataTable > thead > tr th {
            color: #123f6a;
            font-size: 14px;
            font-weight: 500;
            padding: 12px 20px;
        }

    .dataTables_filter {
        margin-bottom: 15px;
    }

    #select-all ~ .checkmarks {
        top: -7px;
    }

    #select-all2 ~ .checkmarks {
        top: -7px;
    }

    #select-all3 ~ .checkmarks {
        top: -7px;
    }

    .custom-datatable-filter [class*=col-md] {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .no-datatable_length .dataTables_length {
        display: none;
    }

    .no-datatable_length .dataTables_filter {
        display: none;
    }

    .no-datatable_length .dataTables_info {
        display: none;
    }

    .no-datatable_length .dataTables_paginate {
        display: none;
    }

    .datatable-info .dataTables_info {
        display: none !important;
    }

        .datatable-info .dataTables_info:first-child {
            display: block !important;
        }

    .datatable-length .dataTables_length {
        display: none !important;
    }

        .datatable-length .dataTables_length:first-child {
            display: block !important;
        }

    .datatable-paginate .dataTables_paginate {
        display: none !important;
    }

        .datatable-paginate .dataTables_paginate:first-child {
            display: block !important;
        }

    /*# sourceMappingURL=style.css.map */
    .tripadvisor-icon {
        width: 22px;
        height: 22px;
        object-fit: contain;
        color: #123f6a;
    }
 
