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

    Author: Md. Imrul Hasan

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

/*============================
[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&amp;display=swap");
/*============================
  13.font
============================*/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;400;500;600;700&amp;display=swap");

/*============================
  2.mixins
============================*/
header {
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #cf3425;
}

.daterangepicker td.active {
   background-color: #cf3425;
}

.daterangepicker td.active:hover {
   background-color: #cf3425;
}

.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: #cf3425 !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 *******/
/*---------------------------------------------------------------------------------

    Author: Md. Imrul Hasan

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

/*============================
[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: #4e5561;
   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: #cf3425;
   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: #111827;
   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;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #cf3425 !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: #212e47 !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: #cf3425 !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: #cf3425 !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: #212e47 !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: #212e47 !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: #cf3425 !important;
   border: 1px solid #cf3425 !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: #212e47 !important;
   border: 1px solid #212e47 !important;
   color: #fff;
}

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

.bg-black {
   background-color: #000 !important;
   border: 1px solid #000 !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: #cf3425;
}

.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: #4e5561;
}

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

.bg-light {
   color: #4e5561;
}

.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: #000;
}

.bg-dark-gradient {
   background: linear-gradient(180deg, #f3f6ff 0%, #ffffff 100%) !important;
   color: #fff;
}

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

.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 #212e47;
   color: #212e47;
}

.bg-outline-light {
   background-color: #fff;
   border: 1px solid #e4ebf1 !important;
   color: #000 !important;
}

.bg-primary-transparent {
   background-color: #feedeb !important;
   color: #cf3425 !important;
}

.bg-primary-transparent:hover {
   background-color: #feedeb !important;
   color: #cf3425 !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: #4e5561 !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: #4e5561;
}

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

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

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

.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: #cf3425;
}

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

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

.svg-danger {
   fill: #ff0000;
}

.svg-warning {
   fill: #ffca18;
}

.svg-white {
   fill: #fff;
}

.svg-black {
   fill: #000;
}

.svg-pink {
   fill: #dd2590;
}

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

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

.svg-light {
   fill: #e4ebf1;
}

.svg-dark {
   fill: #212e47;
}

.svg-default {
   fill: #4e5561;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #cf3425;
   border-color: rgba(207, 52, 37, 0.1);
}

.alert-primary .alert-link {
   color: #cf3425;
}

.alert-primary .custom-alert-icon {
   color: #cf3425;
}

.alert-primary .btn-close {
   color: #cf3425;
}

.alert-primary .btn-close.custom-close {
   background-color: #cf3425;
   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: #4e5561;
   border-color: #e4ebf1;
}

.alert-light .alert-link {
   color: #4e5561;
}

.alert-light .btn-close {
   color: #4e5561;
}

.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: #4e5561;
   border-color: rgba(33, 46, 71, 0.1);
}

.alert-dark .alert-link {
   color: #4e5561;
}

.alert-dark .btn-close {
   color: #fff;
}

.alert-dark .btn-close.custom-close {
   background-color: #212e47;
   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: #cf3425;
   color: #fff;
   border-color: #cf3425;
}

.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: #4e5561;
   border-color: #e4ebf1;
}

.alert-solid-dark {
   background-color: #212e47;
   color: #fff;
   border-color: #212e47;
}

.alert-solid-dark .btn-close {
   color: #fff;
}

.alert-outline-primary {
   background-color: #fff;
   color: #cf3425;
   border-color: #cf3425;
}

.alert-outline-primary .btn-close {
   color: #cf3425;
}

.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: #4e5561;
   border-color: #e4ebf1;
}

.alert-outline-dark {
   background-color: #fff;
   color: #212e47;
   border-color: #212e47;
}

.alert-outline-dark .btn-close {
   color: #212e47;
}

.alert-primary.custom-alert-icon {
   border-inline-start: 0.313rem solid #cf3425 !important;
   color: #677788;
   background-color: #fff;
   border: 1px solid #e4ebf1;
   font-size: 0.813rem;
}

.alert-primary.custom-alert-icon .btn-close {
   color: #4e5561;
}

.alert-primary.custom-alert-icon>i {
   color: #cf3425;
}

.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: #4e5561;
}

.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: #4e5561;
}

.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: #4e5561;
}

.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: #4e5561;
}

.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: #4e5561;
}

.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: #4e5561;
}

.alert-dark.custom-alert-icon {
   border-inline-start: 0.313rem solid #212e47 !important;
   color: #677788;
   background-color: #fff;
   border: 1px solid #e4ebf1;
   font-size: 0.813rem;
}

.alert-dark.custom-alert-icon .btn-close {
   color: #4e5561;
}

.custom-alert1 {
   margin-block-end: 0;
   background-color: #fff;
   border: 0;
   padding: 1.25rem;
   color: #4e5561;
}

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

.custom-alert1.alert-primary .custom-alert-icon {
   color: #cf3425;
}

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

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

    Author: Md. Imrul Hasan

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

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

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #cf3425;
   text-shadow: unset;
}

.bootstrap-datetimepicker-widget table th {
   font-size: 15px;
   font-weight: 500;
   color: #111827;
   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: #212e47;
   border-color: #212e47;
   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: #cf3425;
}

.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: #cf3425;
}

.list-group a:hover {
   background: #fbdcd7;
   color: #cf3425;
}

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

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #cf3425;
   border-color: #cf3425;
   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: #cf3425;
   border-color: #cf3425;
   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: #cf3425;
   border: 1px solid #cf3425;
   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: #212e47;
   border: 1px solid #212e47;
   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: #000;
   border: 1px solid #000;
   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: #d4483b;
   border: 1px solid #d4483b;
   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: #111827;
}

.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: #111827;
}

.btn.btn-white:hover {
   background-color: #cf3425;
   border-color: #cf3425;
   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: #cf3425;
}

.btn.btn-primary-light:hover,
.btn.btn-primary-light:focus,
.btn.btn-primary-light:active {
   background-color: #cf3425;
   color: #fff;
   border-color: #cf3425;
}

.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: #cf3425;
   border: 1px solid #cf3425;
}

.btn.btn-primary-ghost:active {
   color: #cf3425;
   border: 1px solid #cf3425;
   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 #cf3425 !important;
   color: #cf3425 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
   background-color: #cf3425 !important;
   border: 1px solid #cf3425 !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 #212e47 !important;
   color: #212e47 !important;
}

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

.btn-soft-primary {
   background-color: #f5b9b0 !important;
   color: #cf3425 !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: #cf3425;
}

.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: #4e5561 !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: #4e5561;
}

.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: #212e47;
}

.page-loader {
   width: 48px;
   height: 48px;
   border: 4px solid;
   background: rgba(255, 255, 255, 0.2);
   border-color: transparent #cf3425 #cf3425 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);
   }
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #cf3425;
}

.badge.badge-info-100 {
   background: #e7f0ff;
   color: #155eef;
}

.badge.badge-primary {
   background: #cf3425;
   color: #fff;
}

.badge.badge-soft-primary {
   background: rgba(207, 52, 37, 0.1);
   color: #cf3425;
}

.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: #212e47;
   color: #fff;
}

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

.badge.badge-light {
   background: #e4ebf1;
   color: #fff;
}

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

.badge.badge-black {
   background: #000;
   color: #fff;
}

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

.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: #212e47;
}

.badge.arrow:hover {
   background: #cf3425;
   color: #fff;
}

.badge.bg-light.arrow:hover {
   background: #212e47 !important;
}

.badge-primary-hover:hover {
   background: #cf3425 !important;
   border-color: #cf3425 !important;
   color: #fff !important;
}

.badge-danger-hover:hover {
   background: #ff0000 !important;
   border-color: #ff0000 !important;
   color: #fff !important;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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 #cf3425 !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: #cf3425 !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 #212e47 !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: #212e47 !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: #cf3425 !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: #212e47 !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: #cf3425 !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: #212e47 !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: #cf3425 !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: #212e47 !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: #cf3425 !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: #212e47 !important;
}

.border-primary {
   border-color: #cf3425 !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-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;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #cf3425 !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: #111827;
   background-color: #fff;
   padding: 0;
   z-index: 10;
   border-radius: 10px;
}

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

.dropdown-item-text {
   color: #4e5561;
}

.dropdown-header {
   color: #4e5561;
}

.dropdown-item {
   color: #4e5561;
   padding: 0.594rem 0.9375rem;
   font-size: 14px;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
   color: #4e5561;
   opacity: 0.5;
}

.dropdown-item:not(.active):hover,
.dropdown-item:not(.active):focus,
.dropdown-item:not(.active):active {
   color: #fff;
   background-color: #cf3425;
   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: #212e47;
   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: #cf3425;
}

.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: #cf3425;
}

.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: #cf3425 !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: #111827;
   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: #4e5561;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #111827;
   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.75em !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: #4e5561 !important;
}

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

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

.text-primary {
   color: #cf3425 !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: #212e47 !important;
}

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

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

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

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

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

.text-fixed-black {
   color: #000 !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: #4e5561 !important;
}

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

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

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

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

a {
   color: #111827;
   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: #cf3425;
   -webkit-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   transition: all 0.5s ease;
}

a:focus {
   outline: 0;
}

.link-primary {
   color: #cf3425 !important;
}

.link-primary:hover,
.link-primary:focus,
.link-primary:active {
   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: #212e47 !important;
}

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

.link-default {
   color: #4e5561 !important;
}

.link-default:hover,
.link-default:focus,
.link-default:active {
   color: #cf3425 !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 #cf3425;
}

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

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #111827;
   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: #cf3425;
}

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

.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: #ffffff;
   border: 1px solid #e4ebf1;
   color: #4e5561;
   font-size: 14px;
   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;
}

.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(#cf3425), 0.2);
   color: #cf3425;
}

.form-select option:select {
   background-color: rgba(var(#cf3425), 0.2);
   color: #cf3425;
}

.form-select option:hover {
   background-color: rgba(var(#cf3425), 0.2);
   color: #cf3425;
}

.form-select option:focus {
   background-color: rgba(var(#cf3425), 0.2);
   color: #cf3425;
}

.form-check-label {
   font-size: 14px;
   color: #4e5561;
}

.form-check-input {
   width: 0.9rem;
   height: 0.9rem;
   background-color: #fff;
   border: 1px solid #e4ebf1;
}

.form-check-input:checked {
   background-color: #cf3425;
   border-color: #cf3425;
}

.form-check-input:checked~.form-check-label {
   color: #111827;
}

.form-check-input.form-checked-outline:checked {
   background-color: transparent;
   border-color: #cf3425;
}

.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: #212e47;
   border-color: #212e47;
}

.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: #cf3425;
   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: #212e47;
}

.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: #cf3425;
   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: #212e47;
}

fieldset:disabled .btn {
   color: #fff;
   background-color: #cf3425;
   border-color: #cf3425;
}

.form-select:focus {
   border-color: rgba(var(#cf3425), 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: #4e5561;
}

.form-control-plaintext {
   color: #4e5561;
}

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

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

.form-control:focus {
   color: #111827;
}

.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: #cf3425;
   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: #212e47;
   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: #cf3425;
   opacity: 1;
}

.form-floating.floating-primary input {
   border: 1px solid #cf3425;
}

.form-floating.floating-primary>.form-control:focus~label {
   color: #cf3425 !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: #4e5561;
   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: #111827;
}

.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: #111827;
}

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

.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: #cf3425;
}

.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: #cf3425;
   background: #cf3425;
}

.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: #cf3425;
   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: #4e5561;
   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: #111827;
   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: #cf3425;
}

.pass-group {
   position: relative;
}

.toggle-passwords,
.toggle-passworda {
   cursor: pointer;
   width: 30px;
   height: 30px;
   color: #111827;
   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: #cf3425;
}

.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: #cf3425;
   border-color: #cf3425;
   color: #fff;
   transition: all 0.5s;
}

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

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #000;
   padding: 1rem 1rem;
   font-size: 20px;
   font-weight: 600;
}

@media (max-width: 991.98px) {
   .accordion-button {
      font-size: 16px;
   }
}

.accordion-button:not(.collapsed) {
   color: #000;
   background-color: transparent;
   box-shadow: none;
}

.accordion-button:not(.collapsed):after {
   content: "\f068";
   color: #4e5561;
   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: #4e5561;
}

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

.accordion-item {
   color: #4e5561;
   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: #cf3425;
}

.accordion.accordion-primary .accordion-button:after {
   background-color: #cf3425;
   color: #fff;
}

.accordion.accordion-primary .accordion-button.collapsed {
   background-color: #fff;
   color: #4e5561;
}

.accordion.accordion-primary .accordion-button.collapsed:after {
   background-color: #f7f8f9;
   color: #4e5561;
}

.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: #4e5561;
}

.accordion.accordion-secondary .accordion-button.collapsed:after {
   background-color: #f7f8f9;
   color: #4e5561;
}

.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: #4e5561;
}

.accordion.accordion-success .accordion-button.collapsed:after {
   background-color: #f7f8f9;
   color: #4e5561;
}

.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: #4e5561;
}

.accordion.accordion-danger .accordion-button.collapsed:after {
   background-color: #f7f8f9;
   color: #4e5561;
}

.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: #4e5561;
}

.accordion.accordion-warning .accordion-button.collapsed:after {
   background-color: #f7f8f9;
   color: #4e5561;
}

.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: #4e5561;
}

.accordion.accordion-info .accordion-button.collapsed:after {
   background-color: #f7f8f9;
   color: #4e5561;
}

.accordion.accordion-solid-primary .accordion-button {
   background-color: #cf3425;
   color: #fff;
}

.accordion.accordion-solid-primary .accordion-button:after {
   background-color: #fff;
   color: #cf3425;
}

.accordion.accordion-solid-primary .accordion-button.collapsed {
   background-color: #fff;
   color: #4e5561;
}

.accordion.accordion-solid-primary .accordion-button.collapsed:after {
   background-color: #f7f8f9;
   color: #4e5561;
}

.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: #4e5561;
}

.accordion.accordion-solid-secondary .accordion-button.collapsed:after {
   background-color: #f7f8f9;
   color: #4e5561;
}

.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: #4e5561;
}

.accordion.accordion-solid-success .accordion-button.collapsed:after {
   background-color: #f7f8f9;
   color: #4e5561;
}

.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: #4e5561;
}

.accordion.accordion-solid-danger .accordion-button.collapsed:after {
   background-color: #f7f8f9;
   color: #4e5561;
}

.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: #4e5561;
}

.accordion.accordion-solid-warning .accordion-button.collapsed:after {
   background-color: #f7f8f9;
   color: #4e5561;
}

.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: #4e5561;
}

.accordion.accordion-solid-info .accordion-button.collapsed:after {
   background-color: #f7f8f9;
   color: #4e5561;
}

.accordion.accordion-border-primary .accordion-item {
   border: 1px solid #cf3425;
}

.accordion.accordion-border-primary .accordion-button {
   background-color: #fff;
   color: #cf3425;
   border-block-end: 0px;
}

.accordion.accordion-border-primary .accordion-button:after {
   background-color: #fff;
   color: #cf3425;
   border: 1px solid #cf3425;
}

.accordion.accordion-border-primary .accordion-button:not(.collapsed) {
   border-block-end: 1px solid #cf3425;
}

.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: #111827;
}

.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: #4e5561;
   font-size: 16px;
}

.accordion.accordion-list .accordion-item .accordion-collapse .accordion-body {
   padding: 16px 0 0;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #111827;
}

@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: #4e5561;
}

.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: #cf3425;
   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: #4e5561;
}

.card.card-bg-light .card-header {
   background-color: rgba(0, 0, 0, 0.05) !important;
   color: #4e5561;
   border-block-end: #e4ebf1;
}

.card.card-bg-light .card-body {
   color: #4e5561;
}

.card.card-bg-light .card-footer {
   background-color: rgba(0, 0, 0, 0.05) !important;
   color: #4e5561;
   border-block-start: #e4ebf1;
}

.card.card-bg-dark {
   background-color: #212e47;
   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;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #4e5561;
   border-radius: 4px;
}

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

.navbar-brand {
   color: #4e5561;
}

.navbar-brand:focus,
.navbar-brand:hover {
   color: #4e5561;
   opacity: 0.9;
}

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

.nav-link.disabled {
   color: #4e5561;
   opacity: 0.3;
}

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

.navbar-text {
   color: #4e5561;
}

.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: #cf3425;
}

.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: #cf3425;
}

.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: #cf3425;
}

.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 #cf3425;
   color: #cf3425;
}

.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 #cf3425;
   color: #cf3425;
}

.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: #4e5561;
   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: #4e5561;
}

.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: #cf3425;
   color: #fff;
   border: 0;
}

.nav-tabs.nav-style-5 .nav-link:hover,
.nav-tabs.nav-style-5 .nav-link:focus {
   border: 0;
   background-color: #cf3425;
   color: #fff;
}

.nav-style-6 {
   border: 0;
}

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

.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: #cf3425;
   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: #cf3425;
}

.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: #cf3425;
   border: 1px solid #cf3425;
   font-size: 0.8rem;
}

.nav-tabs-footer .nav-item .nav-link.active {
   background: #cf3425;
   color: #fff;
   border: 1px solid #cf3425;
}

.nav-tabs-footer .nav-item .nav-link:hover,
.nav-tabs-footer .nav-item .nav-link:focus {
   border: 1px solid #cf3425;
   background-color: transparent;
   color: #cf3425;
}

.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: #cf3425;
   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: #cf3425;
}

.vertical-tabs-2 .nav-item .nav-link.active:hover {
   color: #fff;
}

.vertical-tabs-2 .nav-item .nav-link:hover {
   color: #cf3425;
}

.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 #cf3425;
   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: #cf3425;
   color: #fff;
   border-radius: 3.125rem;
   font-weight: 500;
}

.vertical-tabs-3 .nav-item .nav-link.active {
   background: #cf3425;
   border: 1px solid #cf3425;
   color: #fff;
}

.vertical-tabs-3 .nav-item .nav-link.active:hover {
   background: #cf3425;
   border: 1px solid #cf3425;
   color: #fff;
}

.vertical-tabs-3 .nav-item .nav-link.active i {
   background: #fff;
   color: #cf3425;
}

.vertical-tabs-3 .nav-item .nav-link:hover,
.vertical-tabs-3 .nav-item .nav-link:focus {
   border: 1px solid #cf3425;
   color: #cf3425;
   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: #cf3425 !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: #cf3425;
}

.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: #4e5561;
   display: inline-block;
}

.tab-style-2 .nav-item .nav-link:hover {
   border: 0;
   background: transparent;
   color: #cf3425;
}

.tab-style-2 .nav-item .nav-link:hover i {
   color: #cf3425;
}

.tab-style-2 .nav-item .nav-link.active {
   background-color: transparent;
   position: relative;
   border: 0;
   color: #cf3425;
}

.tab-style-2 .nav-item .nav-link.active i {
   background-color: rgba(207, 52, 37, 0.1);
   color: #cf3425;
}

.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: #cf3425;
   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: #cf3425;
}

.tab-style-3 .nav-item .nav-link.active {
   background-color: transparent;
   border: 0;
   color: #cf3425;
}

.tab-style-3 .nav-item .nav-link.active:before {
   background-color: #cf3425;
}

.tab-style-3 .nav-item .nav-link.active:after {
   border-color: #cf3425;
   color: #cf3425;
}

.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: #cf3425;
}

.tab-style-4.nav-tabs .nav-link.active {
   background-color: transparent;
   border: 0;
   color: #cf3425;
   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: #cf3425;
   border: 1px solid #cf3425;
}

.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: #cf3425;
}

#tab-style-4 .tab-pane.active {
   border: 1px solid #cf3425;
   background-color: #cf3425;
   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: #cf3425;
}

.tab-style-6 {
   border: 0;
   background-color: #fff;
   border-radius: 7px;
   color: #cf3425;
   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: #cf3425;
   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: #cf3425;
   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: #cf3425;
}

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

@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: #111827;
   font-weight: 600;
   border-bottom-width: 2px;
}

.nav-tabs li a.active {
   border-color: transparent;
   border-bottom-color: #cf3425;
   background-color: transparent;
   -webkit-transition: all 0.2s ease;
   -ms-transition: all 0.2s ease;
   transition: all 0.2s ease;
   color: #cf3425;
}

.nav-tabs .nav-tabs-solid {
   background-color: #fff;
   border: 0;
}

.nav-tabs .nav-tabs-solid .active {
   background-color: #cf3425;
   border-color: #cf3425;
   color: #fff;
}

.nav-tabs .nav-link:hover {
   border-color: transparent;
   color: #cf3425;
}

.nav-tabs.nav-tabs-top li a {
   border-width: 2px 0 0 0;
}

.nav-tabs.nav-tabs-top li a.active {
   border-top-color: #cf3425;
   border-radius: 0;
}

.nav-tabs.nav-tabs-top li a:hover {
   border-top-color: #cf3425;
   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: #cf3425;
   background: transparent;
   border-radius: 0;
   color: #cf3425;
}

.nav-tabs.nav-tabs-solid {
   border: 0;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded li a.active {
   background-color: #cf3425;
   border-color: #cf3425;
   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: #cf3425;
   border-color: #cf3425;
   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: #cf3425;
}

.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 #cf3425;
   background: #cf3425;
   color: #fff;
}

.tabs-sets .nav-tabs {
   border-bottom: 0;
   margin: 0 0 40px;
}

.tabs-sets .nav-tabs .nav-link {
   color: #000;
   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: #cf3425;
   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;
   }
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #000;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #cf3425;
   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: #000;
   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;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #4e5561;
   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: #111827;
}

.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: #cf3425;
   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: #212e47;
   color: #fff;
}

.table .thead-light th {
   background-color: #f8fafb;
   color: #111827;
}

.table.table-primary {
   background-color: #fff;
   color: #000;
   --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: #000;
}

.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: #000;
   --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: #000;
}

.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: #000;
   --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: #000;
}

.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: #000;
   --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: #000;
}

.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: #000;
   --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: #000;
}

.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: #000;
   --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: #000;
}

.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: #000;
   --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: #000;
}

.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: #000;
   --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: #000;
}

.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: #4e5561;
}

.table.table-striped-columns> :not(caption)>tr> :nth-child(2n) {
   --bs-table-accent-bg: rgba(var(--dark-rgb), 0.025);
   color: #4e5561;
}

.table tbody.table-group-divider {
   border-top: 1px solid #e4ebf1;
}

.table.table-hover>tbody>tr:hover>* {
   --bs-table-accent-bg: #f7f8f9;
   color: #4e5561;
}

.table .table-active {
   --bs-table-accent-bg: #e4ebf1;
   color: #4e5561;
}

.table thead.table-primary {
   background-color: #fff;
   color: var(--bs-table-color);
   --bs-table-color-state: #000;
   --bs-table-color: #000;
   --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: #000;
   --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: #000;
   --bs-table-color: #000;
   --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: #000;
   --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: #000;
   --bs-table-color: #000;
   --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: #000;
   --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: #000;
   --bs-table-color: #000;
   --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: #000;
   --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: #000;
   --bs-table-color: #000;
   --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: #000;
   --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: #000;
   --bs-table-color: #000;
   --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: #000;
   --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: #000;
   --bs-table-color: #000;
   --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: #000;
   --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: #000;
   --bs-table-color: #000;
   --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: #000;
   --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: #000;
   --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: #000;
   --bs-table-active-bg: rgba(var(--primary-rgb), 0.3);
   --bs-table-active-color: #000;
   --bs-table-hover-bg: rgba(var(--primary-rgb), 0.3);
   --bs-table-hover-color: #000;
   color: #000;
   border-color: rgba(var(--primary-rgb), 0.1);
   background-color: #fff;
}

.table-secondary {
   --bs-table-color: #000;
   --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: #000;
   --bs-table-active-bg: rgba(var(--secondary-rgb), 0.3);
   --bs-table-active-color: #000;
   --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.3);
   --bs-table-hover-color: #000;
   color: #000;
   border-color: rgba(var(--secondary-rgb), 0.1);
   background-color: #fff;
}

.table-warning {
   --bs-table-color: #000;
   --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: #000;
   --bs-table-active-bg: rgba(var(--warning-rgb), 0.3);
   --bs-table-active-color: #000;
   --bs-table-hover-bg: rgba(var(--warning-rgb), 0.3);
   --bs-table-hover-color: #000;
   color: #000;
   border-color: rgba(var(--warning-rgb), 0.1);
   background-color: #fff;
}

.table-success {
   --bs-table-color: #000;
   --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: #000;
   --bs-table-active-bg: rgba(var(--success-rgb), 0.3);
   --bs-table-active-color: #000;
   --bs-table-hover-bg: rgba(var(--success-rgb), 0.3);
   --bs-table-hover-color: #000;
   color: #000;
   border-color: rgba(var(--success-rgb), 0.1);
   background-color: #fff;
}

.table-info {
   --bs-table-color: #000;
   --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: #000;
   --bs-table-active-bg: rgba(var(--info-rgb), 0.3);
   --bs-table-active-color: #000;
   --bs-table-hover-bg: rgba(var(--info-rgb), 0.3);
   --bs-table-hover-color: #000;
   color: #000;
   border-color: rgba(var(--info-rgb), 0.1);
   background-color: #fff;
}

.table-danger {
   --bs-table-color: #000;
   --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: #000;
   --bs-table-active-bg: rgba(var(--danger-rgb), 0.3);
   --bs-table-active-color: #000;
   --bs-table-hover-bg: rgba(var(--danger-rgb), 0.3);
   --bs-table-hover-color: #000;
   color: #000;
   border-color: rgba(var(--danger-rgb), 0.1);
   background-color: #fff;
}

.table-dark {
   --bs-table-color: #000;
   --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: #000;
   --bs-table-active-bg: rgba(var(--dark-rgb), 0.3);
   --bs-table-active-color: #000;
   --bs-table-hover-bg: rgba(var(--dark-rgb), 0.3);
   --bs-table-hover-color: #000;
   color: #000;
   border-color: rgba(var(--dark-rgb), 0.1);
   background-color: #fff;
}

.table-light {
   --bs-table-color: #000;
   --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: #000;
   --bs-table-active-bg: rgba(var(--light-rgb), 0.3);
   --bs-table-active-color: #000;
   --bs-table-hover-bg: rgba(var(--light-rgb), 0.3);
   --bs-table-hover-color: #000;
   color: #000;
   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: #111827;
}

.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: #111827;
}

.table tbody tr td a .info-img {
   margin-right: 8px;
   width: 16px;
   height: 16px;
}

.table tbody tr td a:hover {
   color: #cf3425;
}

.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: #111827;
   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: #111827;
   text-decoration: underline;
}

.custom-table table tbody tr td .detail-link:hover {
   color: #cf3425;
}

.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: #4e5561;
   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: #cf3425;
   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: #212e47;
   color: #fff;
}

.hotel-list .table .thead-light th {
   background-color: #f8fafb;
   color: #111827;
}

.hotel-list .table.table-primary {
   background-color: #fff;
   color: #000;
   --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: #000;
}

.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: #000;
   --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: #000;
}

.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: #000;
   --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: #000;
}

.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: #000;
   --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: #000;
}

.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: #000;
   --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: #000;
}

.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: #000;
   --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: #000;
}

.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: #000;
   --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: #000;
}

.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: #000;
   --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: #000;
}

.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: #4e5561;
}

.hotel-list .table.table-striped-columns> :not(caption)>tr> :nth-child(2n) {
   --bs-table-accent-bg: rgba(var(--dark-rgb), 0.025);
   color: #4e5561;
}

.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: #4e5561;
}

.hotel-list .table .table-active {
   --bs-table-accent-bg: #e4ebf1;
   color: #4e5561;
}

.hotel-list .table thead.table-primary {
   background-color: #fff;
   color: var(--bs-table-color);
   --bs-table-color-state: #000;
   --bs-table-color: #000;
   --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: #000;
   --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: #000;
   --bs-table-color: #000;
   --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: #000;
   --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: #000;
   --bs-table-color: #000;
   --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: #000;
   --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: #000;
   --bs-table-color: #000;
   --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: #000;
   --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: #000;
   --bs-table-color: #000;
   --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: #000;
   --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: #000;
   --bs-table-color: #000;
   --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: #000;
   --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: #000;
   --bs-table-color: #000;
   --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: #000;
   --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: #000;
   --bs-table-color: #000;
   --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: #000;
   --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: #000;
   --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: #000;
   --bs-table-active-bg: rgba(var(--primary-rgb), 0.3);
   --bs-table-active-color: #000;
   --bs-table-hover-bg: rgba(var(--primary-rgb), 0.3);
   --bs-table-hover-color: #000;
   color: #000;
   border-color: rgba(var(--primary-rgb), 0.1);
   background-color: #fff;
}

.hotel-list .table-secondary {
   --bs-table-color: #000;
   --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: #000;
   --bs-table-active-bg: rgba(var(--secondary-rgb), 0.3);
   --bs-table-active-color: #000;
   --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.3);
   --bs-table-hover-color: #000;
   color: #000;
   border-color: rgba(var(--secondary-rgb), 0.1);
   background-color: #fff;
}

.hotel-list .table-warning {
   --bs-table-color: #000;
   --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: #000;
   --bs-table-active-bg: rgba(var(--warning-rgb), 0.3);
   --bs-table-active-color: #000;
   --bs-table-hover-bg: rgba(var(--warning-rgb), 0.3);
   --bs-table-hover-color: #000;
   color: #000;
   border-color: rgba(var(--warning-rgb), 0.1);
   background-color: #fff;
}

.hotel-list .table-success {
   --bs-table-color: #000;
   --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: #000;
   --bs-table-active-bg: rgba(var(--success-rgb), 0.3);
   --bs-table-active-color: #000;
   --bs-table-hover-bg: rgba(var(--success-rgb), 0.3);
   --bs-table-hover-color: #000;
   color: #000;
   border-color: rgba(var(--success-rgb), 0.1);
   background-color: #fff;
}

.hotel-list .table-info {
   --bs-table-color: #000;
   --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: #000;
   --bs-table-active-bg: rgba(var(--info-rgb), 0.3);
   --bs-table-active-color: #000;
   --bs-table-hover-bg: rgba(var(--info-rgb), 0.3);
   --bs-table-hover-color: #000;
   color: #000;
   border-color: rgba(var(--info-rgb), 0.1);
   background-color: #fff;
}

.hotel-list .table-danger {
   --bs-table-color: #000;
   --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: #000;
   --bs-table-active-bg: rgba(var(--danger-rgb), 0.3);
   --bs-table-active-color: #000;
   --bs-table-hover-bg: rgba(var(--danger-rgb), 0.3);
   --bs-table-hover-color: #000;
   color: #000;
   border-color: rgba(var(--danger-rgb), 0.1);
   background-color: #fff;
}

.hotel-list .table-dark {
   --bs-table-color: #000;
   --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: #000;
   --bs-table-active-bg: rgba(var(--dark-rgb), 0.3);
   --bs-table-active-color: #000;
   --bs-table-hover-bg: rgba(var(--dark-rgb), 0.3);
   --bs-table-hover-color: #000;
   color: #000;
   border-color: rgba(var(--dark-rgb), 0.1);
   background-color: #fff;
}

.hotel-list .table-light {
   --bs-table-color: #000;
   --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: #000;
   --bs-table-active-bg: rgba(var(--light-rgb), 0.3);
   --bs-table-active-color: #000;
   --bs-table-hover-bg: rgba(var(--light-rgb), 0.3);
   --bs-table-hover-color: #000;
   color: #000;
   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: #111827;
}

.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: #cf3425;
}

.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: #111827;
   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: #111827;
   text-decoration: underline;
}

.hotel-list .custom-table table tbody tr td .detail-link:hover {
   color: #cf3425;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #cf3425;
   border-color: #cf3425;
}

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

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #111827;
   font-size: 18px;
}

@media (max-width: 991.98px) {
   .page-header h3 {
      font-size: 14px;
   }
}

.page-header h4 {
   font-weight: 600;
   color: #111827;
   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;
   left: 15px;
   bottom: 30px;
   z-index: 9999;
   width: 36px;
   height: 36px;
   text-align: center;
   border-radius: 0 10px 0 10px;
   background: #cf3425;
   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: #cf3425;
}

.back-to-top-icon.show {
   opacity: 1;
   -webkit-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   transition: all 0.5s ease;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #111827;
}

header.fixed .header-btn .theme-toggle {
   color: #111827;
}

header.fixed .header-logo.logo-dark {
   display: block;
}

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

header.fixed .header__hamburger .sidebar-menu {
   color: #111827;
}

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: 15px 0;
   margin-bottom: 0;
}

header .header-nav .main-menu-wrapper .main-nav>li {
   padding: 8px 0;
}

header .header-nav .main-menu-wrapper .main-nav>li>a {
   color: #fff;
   font-size: 14px;
   font-weight: 500;
   position: relative;
}

header .header-nav .main-menu-wrapper .main-nav>li>a:hover {
   color: #cf3425;
}

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

header .header-nav .main-menu-wrapper .main-nav>li .submenu li.active>a {
   color: #cf3425;
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu li a {
   display: block;
   padding: 10px 15px 10px;
   clear: both;
   white-space: nowrap;
   color: #000;
   -webkit-transition: all 0.35s ease;
   transition: all 0.35s ease;
   width: 100%;
   position: relative;
   font-weight: 500;
}

/* animation dont show in visa submenu  */
.mega-submenu .has-submenu>.submenu {
   transition: none !important;
   animation: none !important;
}

.mega-submenu .has-submenu:hover>.submenu {
   transition: none !important;
   animation: none !important;
}

/* animation dont show in visa submenu  */

.megamenu-wrapper ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

.megamenu-wrapper .has-submenu.position-relative {
   position: relative !important;
   margin-bottom: 10px;
   display: block;
}

.megamenu-wrapper .has-submenu.position-relative>.submenu {
   display: none;
   position: absolute;
   top: 0;
   left: 100%;
   margin-left: 25px;
   background: #ffffff;
   min-width: 200px;
   padding: 15px;
   border-radius: 10px;
   border: 1px solid #ececec;
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
   z-index: 9999;
}

.megamenu-wrapper .has-submenu.position-relative:hover>.submenu {
   display: block !important;
}

@media (max-width: 991.98px) {
   .megamenu-wrapper .has-submenu.position-relative:hover>.submenu {
      display: none !important;
   }

   .mean-container .mean-nav .megamenu-wrapper .visa-country.dropdown-opened>.submenu {
      display: block !important;
   }

   .mean-container .mean-nav .megamenu-wrapper .visa-country>a::after,
   .mean-container .mean-nav .megamenu-wrapper .visa-country::after {
      content: none !important;
      display: none !important;
   }
}


.megamenu-wrapper .has-submenu .submenu li {
   margin-bottom: 8px;
   border-bottom: 1px solid #f9f9f9;
}

.megamenu-wrapper .has-submenu .submenu li:last-child {
   border-bottom: none;
}

.megamenu-wrapper .has-submenu .submenu li a {
   font-size: 14px;
   color: #333 !important;
   padding: 5px 0;
   display: block;
   transition: all 0.3s ease;
}

.megamenu-wrapper .has-submenu .submenu li a:hover {
   color: #007bff !important;
   padding-left: 5px;
}

.megamenu-wrapper .visa-contact-info {
   margin-top: 14px;
   padding-top: 12px;
   border-top: 1px solid #ececec;
   border-bottom: 0 !important;
}

.megamenu-wrapper .visa-contact-info a {
   display: inline-block;
   width: auto;
   padding: 0 !important;
   white-space: normal;
}

.megamenu-wrapper .visa-contact-info p a:hover,
.megamenu-wrapper .visa-contact-info .visa-contact-links a:hover {
   padding-left: 0 !important;
}

.mobile-submenu-icon,
.mobile-main-submenu-icon {
   display: none;
}

@media (min-width: 992px) {
   header .main-menu-wrapper .main-nav>li.other-services-menu>ul.mega-submenu {
      min-width: 600px;
   }

   header .main-menu-wrapper .main-nav>li.other-services-menu>ul.mega-submenu .megamenu-wrapper {
      min-width: 600px;
   }

   header .main-menu-wrapper .main-nav>li.other-services-menu>ul.mega-submenu .row>.col-lg-6 {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
   }

   header .main-menu-wrapper .main-nav>li.other-services-menu>ul.mega-submenu .other-services-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 34px;
      row-gap: 0;
   }

   header .main-menu-wrapper .main-nav>li.other-services-menu>ul.mega-submenu .other-services-list li {
      margin-bottom: 16px;
   }
}

@media (min-width: 992px) {
   header .main-menu-wrapper .main-nav>li.visa-menu>ul.mega-submenu {
      min-width: 600px;
   }

   header .main-menu-wrapper .main-nav>li.visa-menu>ul.mega-submenu .megamenu-wrapper {
      overflow: visible;
      min-width: 600px;
   }

   header .main-menu-wrapper .main-nav>li.visa-menu>ul.mega-submenu .megamenu-wrapper .row {
      position: relative;
   }

   header .main-menu-wrapper .main-nav>li.visa-menu>ul.mega-submenu .visa-country {
      position: relative !important;
   }

   header .main-menu-wrapper .main-nav>li.visa-menu>ul.mega-submenu .visa-country>a {
      display: block;
      position: relative;
      padding-right: 20px;
   }

   header .main-menu-wrapper .main-nav>li.visa-menu>ul.mega-submenu .visa-country>.submenu {
      display: none !important;
      position: absolute !important;
      top: -10px;
      left: 140px;
      width: 245px;
      min-width: 245px;
      margin-left: 0;
      margin-top: 0;
      padding: 14px 16px;
      z-index: 10;
      background: #fff;
      border: 1px solid #ececec;
      border-radius: 0;
      box-shadow: 0 14px 35px rgba(17, 24, 39, 0.12);
      opacity: 1 !important;
      visibility: visible !important;
      transform: none !important;
   }

   header .main-menu-wrapper .main-nav>li.visa-menu>ul.mega-submenu .visa-country:hover>.submenu {
      display: block !important;
   }

   header .main-menu-wrapper .main-nav>li.visa-menu>ul.mega-submenu .visa-contact-info a::before,
   header .main-menu-wrapper .main-nav>li.visa-menu>ul.mega-submenu .visa-contact-info a::after {
      content: none !important;
      display: none !important;
   }

   header .main-menu-wrapper .main-nav>li.visa-menu>ul.mega-submenu .visa-contact-info a {
      padding-left: 0 !important;
   }

   header .main-menu-wrapper .main-nav>li.visa-menu>ul.mega-submenu .visa-country>.submenu li {
      margin-bottom: 0;
      border-bottom: 1px solid #f1f3f6;
   }

   header .main-menu-wrapper .main-nav>li.visa-menu>ul.mega-submenu .visa-country>.submenu li:last-child {
      border-bottom: 0;
   }

   header .main-menu-wrapper .main-nav>li.visa-menu>ul.mega-submenu .visa-country>.submenu a {
      padding: 8px 0 8px 16px !important;
      white-space: nowrap;
   }
}

.megamenu-wrapper .has-submenu.position-relative::after {
   content: "";
   position: absolute;
   top: 0;
   right: -30px;
   width: 35px;
   height: 100%;
}


@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: #cf3425;
   padding-left: 20px;
}

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

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 {
      position: relative;
   }
}

@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: 18px !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 #000;
      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;
      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>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: #4e5561 !important;
}

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.active a,
header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li a:hover {
   color: #cf3425 !important;
}

@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.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 #cf3425;
   }

   header .main-menu-wrapper .main-nav li.has-submenu.megamenu:hover>.submenu {
      -webkit-transform: translateY(-14px);
      -ms-transform: translateY(-14px);
      transform: translateY(-14px);
   }
}

@media (max-width: 991.98px) {
   header .main-menu-wrapper .main-nav .has-submenu ul {
      display: none;
      background: #cf3425;
   }
}

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: #cf3425;
   border-color: #cf3425;
   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: 12px;
   height: 12px;
   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: 10px;
   font-weight: 500;
   position: absolute;
   top: -4px;
   right: -4px;
}

.header__hamburger .sidebar-menu {
   color: #fff;
}

.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: #4e5561;
   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: #111827;
}

.header-dropdown {
   background: #f8fafb;
   border-radius: 10px;
   padding: 20px;
}

.header-dropdown .dropdown .dropdown-toggle {
   border-radius: 4px;
   padding: 7px 12px;
   color: #4e5561;
}

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

.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 .btn:hover {
   padding-left: 15px !important;
}

.single-demo.active .demo-info a {
   color: #cf3425 !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 .col-lg-6>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 li:not(.visa-country)>.mean-expand {
   display: none;
}

.mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country>.mean-expand {
   display: block;
   width: 34px;
   height: 34px;
   line-height: 34px;
   padding: 0 !important;
   right: 6px;
   top: 0;
   color: #4e5561;
   background: transparent;
   text-align: center;
}

.mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country>.mean-expand i {
   display: none;
}

.mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country>.mean-expand::before {
   content: "+";
   display: block;
   font-size: 20px;
   font-weight: 600;
   line-height: 34px;
}

.mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country>.mean-expand.mean-clicked::before {
   content: "-";
}

.mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country>.submenu {
   position: static;
   margin-left: 0;
   min-width: 100%;
   padding: 0 0 0 14px;
   border: 0;
   border-radius: 0;
   box-shadow: none;
   background: transparent;
}

@media (max-width: 991.98px) {
   .mean-container .mean-nav ul li>a.mean-expand {
      width: 34px;
      height: 34px;
      line-height: 34px;
      padding: 0 !important;
      right: 6px;
      top: 7px;
      color: #4e5561;
      background: transparent;
      text-align: center;
   }

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

   .mean-container .mean-nav ul li>a.mean-expand::before {
      content: "+";
      display: block;
      font-size: 20px;
      font-weight: 600;
      line-height: 34px;
   }

   .mean-container .mean-nav ul li>a.mean-expand.mean-clicked::before {
      content: "-";
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .mean-expand {
      display: none !important;
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .col-lg-6>ul {
      display: block !important;
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country>a {
      position: relative;
      padding-right: 36px !important;
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country>a::before {
      content: none !important;
      display: none !important;
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country .mobile-submenu-icon {
      display: block;
      content: "+";
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      width: 18px;
      height: 18px;
      font-size: 20px;
      font-weight: 600;
      line-height: 1;
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country .mobile-submenu-icon::before {
      content: "+";
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country.dropdown-opened .mobile-submenu-icon::before {
      content: "-";
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country>a::after,
   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country::after {
      content: none !important;
      display: none !important;
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country>.submenu {
      display: none;
      position: static !important;
      margin-left: 0 !important;
      min-width: 100%;
      padding: 0 0 0 14px !important;
      border: 0 !important;
      border-radius: 0 !important;
      box-shadow: none !important;
      background: transparent !important;
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country.dropdown-opened>.submenu {
      display: block !important;
   }
}

.mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country>a::after,
.mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country::after {
   content: none !important;
   display: none !important;
}

.mean-container .mean-nav .main-nav li.mega-menu li a {
   padding: 4px 4px 4px 16px !important;
}

@media (max-width: 991.98px) {
   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper {
      width: 100%;
      overflow: visible;
      background: #fff;
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .col-lg-6>ul {
      display: block !important;
      width: 100%;
      padding: 0 !important;
      margin: 0 !important;
      background: #fff !important;
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country {
      box-sizing: border-box !important;
      display: block;
      width: 100%;
      margin: 0 !important;
      border-bottom: 1px solid #e4ebf1;
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country>a {
      display: flex !important;
      align-items: center;
      justify-content: space-between;
      float: none !important;
      box-sizing: border-box !important;
      width: 100% !important;
      min-height: 42px;
      padding: 10px 16px !important;
      color: #111827 !important;
      background: #fff !important;
      font-size: 14px !important;
      line-height: 20px;
      white-space: normal !important;
      text-indent: 0 !important;
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country>a::before,
   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country>a::after,
   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country::after {
      content: none !important;
      display: none !important;
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country .mobile-submenu-icon {
      position: static !important;
      display: inline-flex !important;
      align-items: center;
      justify-content: center;
      flex: 0 0 20px;
      width: 20px;
      height: 20px;
      margin-left: 12px;
      margin-right: 0;
      color: #111827;
      font-size: 20px;
      font-weight: 600;
      line-height: 1;
      transform: none !important;
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country .mobile-submenu-icon::before {
      content: "+";
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country.dropdown-opened .mobile-submenu-icon::before {
      content: "-";
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country>.submenu {
      display: none;
      float: none !important;
      width: 100% !important;
      margin: 0 !important;
      padding: 0 0 8px 22px !important;
      background: #fff !important;
      border: 0 !important;
      box-shadow: none !important;
      position: static !important;
      opacity: 1 !important;
      visibility: visible !important;
      transform: none !important;
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country.dropdown-opened>.submenu {
      display: block !important;
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-country>.submenu a {
      display: block !important;
      float: none !important;
      box-sizing: border-box !important;
      width: 100% !important;
      padding: 7px 16px !important;
      color: #4e5561 !important;
      background: #fff !important;
      font-size: 13px !important;
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-contact-info {
      display: block;
      width: 100%;
      margin: 12px 0 0 !important;
      padding: 12px 16px !important;
      color: #111827;
      background: #fff;
      border-top: 1px solid #e4ebf1;
      border-bottom: 1px solid #e4ebf1 !important;
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-contact-info a {
      display: inline !important;
      float: none !important;
      width: auto !important;
      padding: 0 !important;
      color: #4e5561 !important;
      white-space: normal !important;
   }

   .mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .visa-contact-info p {
      display: block !important;
      margin-top: 8px !important;
      color: #4e5561;
   }
}

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

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: 1399.98px) {
   header.header-four .header-logo.logo-white {
      max-width: 350px;
   }
}

@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 .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: #cf3425 !important;
}

.header-seven .header-nav .main-menu-wrapper .main-nav>li.active>a::after {
   color: #cf3425 !important;
}

.header-seven .header-nav .main-menu-wrapper .main-nav>li.active i {
   color: #cf3425 !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: #111827 !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: #111827 !important;
}

.header-seven.fixed .header-nav .main-menu-wrapper .main-nav>li>a::after {
   color: #111827 !important;
}

.header-seven.fixed .header-nav .main-menu-wrapper .main-nav>li i {
   color: #111827 !important;
}

.header-seven.fixed .header-nav .main-menu-wrapper .main-nav>li.active>a {
   color: #cf3425 !important;
}

.header-seven.fixed .header-nav .main-menu-wrapper .main-nav>li.active>a::after {
   color: #cf3425 !important;
}

.header-seven.fixed .header-nav .main-menu-wrapper .main-nav>li.active i {
   color: #cf3425 !important;
}

.header-seven.fixed .dropdown .dropdown-toggle {
   color: #111827 !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: #111827 !important;
}

.header-seven.fixed .header__hamburger .sidebar-menu {
   color: #111827 !important;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #111827;
}

.header-three .header-nav {
   background: #fff;
   padding: 20px;
   border-radius: 10px;
}

.header-three .header-nav .main-menu-wrapper {
   padding: 0;
}

.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: #cf3425;
}

.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: #cf3425;
}

.header-three .header-nav .main-menu-wrapper .main-nav>li.active>a::after {
   color: #cf3425;
}

.header-three .header-nav .main-menu-wrapper .main-nav>li>a {
   color: #111827;
}

.header-three .header-nav .main-menu-wrapper .main-nav>li>a i {
   color: #656b76;
}

.header-three .header-btn a {
   color: #111827;
   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;
   }
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #111827;
}

.main-header.main-header-four .header-nav .main-menu-wrapper {
   padding: 10px 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: #cf3425;
}

.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: #cf3425;
}

.main-header.main-header-four .header-nav .main-menu-wrapper .main-nav>li>a {
   color: #111827;
}

.main-header.main-header-four .header-nav .main-menu-wrapper .main-nav>li>a i {
   color: #656b76;
}

.header-topbar.topbar-four {
   background: #fff;
   border-bottom: 1px solid #e4ebf1;
}

.header-topbar.topbar-four p {
   color: #4e5561;
}

.header-topbar.topbar-four .dropdown>a {
   color: #111827;
}

@media (max-width: 991.98px) {
   .header-topbar.topbar-four {
      display: none;
   }
}

.header-four .header-btn .theme-toggle {
   color: #111827;
}

@media (max-width: 767.98px) {
   .header-four .header-btn .dropdown {
      display: none;
   }

   .main-header.main-header-four .header-nav .main-menu-wrapper {
      flex-wrap: nowrap;
   }

   .main-header.main-header-four .header-nav .main-menu-wrapper .navbar-logo .header-logo img {
      max-width: 300px;
   }
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #111827;
}

.header-five .header-nav {
   background: #fff;
   padding: 20px;
   border-radius: 10px;
}

.header-five .header-nav .main-menu-wrapper {
   padding: 0;
}

.header-five .header-nav .main-menu-wrapper .main-nav>li>a {
   color: #111827;
}

.header-five .header-nav .main-menu-wrapper .main-nav>li>a i {
   color: #656b76;
}

.header-five .header-btn a {
   color: #111827;
   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;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #cf3425;
   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: #4e5561;
}

footer .footer-top .footer-widget .footer-menu li a:hover {
   color: #cf3425;
}

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: flex;
   align-items: center;
   margin-bottom: 10px;
}

.social-icon li {
   margin-right: 12px;
   padding-right: 12px;
   position: relative;
}

/* separator line */
.social-icon li::after {
   content: "";
   width: 2px;
   height: 25px;
   background: #f1f4f7;
   position: absolute;
   top: 0;
   right: 0;
   transform: rotate(15deg);
}

/* base icon style */
.social-icon li a i {
   font-size: 16px;
   transition: 0.3s ease;
}

/* default color (neutral) */
.social-icon li a {
   color: #111827;
}

/* remove default hover color override */


/* BRAND COLORS */
.social-icon li a .fa-facebook {
   color: #1877F2;
}

.social-icon li a .fa-x-twitter {
   color: #000000;
}

.social-icon li a .fa-instagram {
   color: #E4405F;
}

.social-icon li a .fa-linkedin {
   color: #0A66C2;
}

.social-icon li a .fa-youtube {
   color: #FF0000;
}

/* hover effect (slightly pop) */
.social-icon li a:hover i {
   transform: scale(1.15);
   opacity: 0.85;
}

/* last item fix */
.social-icon li:last-child {
   margin-right: 0;
   padding-right: 0;
}

.social-icon li:last-child::after {
   content: none;
}


.social-icon li a:hover,
.social-icon li a:focus,
.social-icon li a:active {
   background: white !important;

   transform: translateY(-3px) scale(1.05);
}

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

.social-icon li a:hover {
    color: #cf3425;
}

.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: #cf3425 !important;
   transform: translateY(-5px);
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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 #cf3425;
}

footer.footer-four .footer-input .input-group .input-group-text {
   background: #fff;
   border: 0 !important;
   border-radius: 54px 54px 54px 54px;
   color: #4e5561;
}

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: #cf3425;
   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: #4e5561;
}

footer.footer-four .footer-bottom .policy-links li a:hover {
   color: #cf3425;
}

.footer-input .input-group {
   width: 100%;
   border-radius: 54px;
   background: #fff;
   padding: 8px 16px;
}

.footer-input .input-group .input-group-text {
   background: #fff;
   border: 0 !important;
   border-radius: 54px 54px 54px 54px;
   color: #4e5561;
}

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

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #111827;
   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: #242b3a;
   width: 100%;
   bottom: -10px;
}

footer.footer-three .footer-top .footer-widget .footer-menu li a {
   color: #7d828c;
}

footer.footer-three .footer-top .footer-widget .footer-menu li a:hover {
   color: #cf3425;
}

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: #cf3425;
   color: #fff;
}

footer.footer-three .social-icon li::after {
   content: none;
}

footer.footer-three .footer-bottom {
   background: #111827;
   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: #cf3425;
}

.footer-contact {
   padding: 20px 0;
}

.footer-contact .social-icon {
   margin-bottom: 0;
}

@media (max-width: 1199.98px) {
   .footer-contact .social-icon {
      margin-bottom: 16px;
   }
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #4e5561;
}

.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: #4e5561;
}

.footer-five .customer-info .customer-info-content {
   margin-left: 8px;
}

.footer-five .customer-info .customer-info-content span {
   color: #4e5561;
   font-size: 14px;
}

.footer-five .customer-info .customer-info-content h6 {
   color: #4e5561;
   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: #cf3425;
   color: #fff;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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 140px;
   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: #cf3425;
}

.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 {
   background-size: cover;
}

.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: #111827;
}

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

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #4e5561;
   padding: 8px;
   font-size: 14px;
   font-weight: 500;
   color: #4e5561;
}

.user-sidebar .user-sidebar-body ul li a:hover,
.user-sidebar .user-sidebar-body ul li a.active {
   color: #cf3425;
}

.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: #4e5561;
}

.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: #cf3425;
   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: #cf3425;
   color: #fff;
}

.user-sidebar.agent-sidebar .user-sidebar-body>ul>li.submenu ul li a.active {
   color: #cf3425;
   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;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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 ******/
/*---------------------------------------------------------------------------------

    Author: Md. Imrul Hasan

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

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

@media (max-width: 991.98px) {
   .hero-section .banner-sec {
      display: none;
   }
}

.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%);
   left: 0;
   top: 0;
   right: 0;
   width: 100%;
   height: 100%;
   position: absolute;
}

.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: #cf3425;
}

.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: #cf3425;
   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: #111827;
   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: #cf3425;
}

.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: #111827;
   border-left: 0;
}

.multi-trip {
   display: none;
}

.custom-increment .input-group .input-number {
   border: 0;
   width: 50px;
   text-align: center;
   color: #111827;
   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;
}

.custom-increment .input-group .btn-number:hover {
   background: #cf3425;
   color: #fff;
}

.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-content h5 {
   background-color: #fff;
   color: #111827;
   display: inline;
   padding: 7px 30px;
   border-radius: 20px;
   font-size: 16px;
}

.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: #111827;
   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: #cf3425;
   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: #111827;
   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: #cf3425;
   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: #cf3425;
}

.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: #111827;
   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: #111827;
   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: #cf3425;
   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: #cf3425;
   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 #cf3425;
   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: #111827;
   border-radius: 100px;
}

.place-nav .nav li a.active,
.place-nav .nav li a:hover {
   background: #cf3425;
   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: #4e5561;
}

.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;
   background: var(--primary-color);
}

/* fixed bottom */
.support-section.fixed-support {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   z-index: 9999;

   /* kapakapi fix */
   transform: translate3d(0, 0, 0);
   -webkit-transform: translate3d(0, 0, 0);

   will-change: transform;
   backface-visibility: hidden;
}

.support-item {
   position: relative;
   margin-right: 20px;
   padding-right: 44px;
}

.support-item::after {
   position: absolute;
   content: "";
   top: 50%;
   transform: translateY(-50%);
   right: 0;
   background: url("../img/icons/star-icon.svg");
   width: 24px;
   height: 24px;
}

.support-item h5 {
   white-space: nowrap;
   color: #fff;
}

/* .support-section {
    padding: 20px 0;
} */

/* Scroll korle footer er moto niche fixed hobe */
/* .support-section.fixed-support {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.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: #4e5561;
   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);
   }
}

@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: #cf3425;
}

.blog-item .blog-info h5 a {
   color: #fff;
}

.blog-item .blog-info h5 a:hover {
   color: #cf3425;
}

.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: #cf3425;
   color: #fff;
}

.destination-item:hover .overlay-circle-link {
   opacity: 1;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #111827;
   }
}

.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: #cf3425;
}

.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: #111827;
}

.plan-card.active .btn:hover {
   background: #cf3425;
   border-color: #111827;
}

.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: #cf3425;
   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: #cf3425;
}

.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: #cf3425;
   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: #cf3425;
   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: #cf3425;
   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: #cf3425;
   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;
   }
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #cf3425;
   z-index: -1;
}

.hero-section-four .hero-content .video-btn {
   width: 52px;
   height: 52px;
   border-radius: 50%;
   background: #fff;
   color: #4e5561;
   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: #4e5561;
}

.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, #000000 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: #cf3425;
   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: #cf3425;
}

.faq-four .accordion-item.show .accordion-button::after {
   color: #cf3425;
}

.faq-four .accordion-item .accordion-button {
   color: #111827;
   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: #cf3425;
   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%,
         #000000 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: #cf3425;
   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: #cf3425;
   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: #cf3425;
   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: #cf3425;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #cf3425;
}

.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: #111827;
   font-size: 14px;
   font-weight: 400;
}

.guest-details ul li h6 span {
   color: #4e5561;
   font-weight: 400;
}

.guest-details ul li h6 i {
   color: #4e5561;
}

.rating-feedback {
   background: #212e47;
   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: #4e5561;
}

.city-type::after {
   position: absolute;
   content: "";
   background: #4e5561;
   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: #cf3425;
   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 #cf3425;
   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: #cf3425;
   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: #cf3425;
   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: #cf3425;
}

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

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #111827;
   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%,
         #cf3425 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: #111827;
   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: #cf3425;
}

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

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #4e5561;
   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: #cf3425;
   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: #111827;
   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: #111827;
   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: #111827;
   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: #cf3425;
   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: #cf3425;
}

.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: #cf3425;
   border-radius: 4px;
   top: -10px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
   border-top-color: #cf3425;
   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 {
   border: 0;
   background: #e4ebf1;
   color: #4e5561;
   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: #cf3425;
   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;
}

@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: #cf3425;
}

.border-icon.purple::before {
   background: #6938ef;
}

.border-icon.dark::before {
   background: #212e47;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #4e5561;
   font-size: 14px;
}

.review-item .review-info .like-info a:hover {
   color: #cf3425;
}

.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: #cf3425;
   background-color: transparent;
   box-shadow: none;
}

.faq-accordion .accordion-item .accordion-button:not(.collapsed):after {
   content: "\ea47";
   color: #cf3425;
}

.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: #cf3425;
}

.rating-selction label:hover~label {
   color: #cf3425;
}

.rating-selction input {
   display: none;
}

.rating-selction input:checked~label {
   color: #cf3425;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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 .car-avatar-image {
   position: absolute;
   right: 20px;
   top: -20px;
   z-index: 1;
   border: 1px solid #fff;
   border-radius: 50%;
   width: 36px;
   height: 36px;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #212e47;
   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: #cf3425;
}

.faq .accordion-header .accordion-button:not(.collapsed)::after {
   padding: 10px;
   border: 1px solid #cf3425;
   background-color: #feedeb;
   color: #cf3425;
   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: #cf3425;
   border-radius: 40px;
   font-weight: 500;
   font-size: 16px;
}

.que-sec {
   margin-top: 40px;
}

@media (max-width: 991.98px) {
   .que-sec {
      margin-top: 20px;
   }
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #4e5561;
   border-radius: 10px;
}

.category-tag a.badge:hover {
   background: #cf3425;
   color: #fff;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #cf3425;
   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: #111827;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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 #212e47;
   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;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #4e5561;
   font-weight: 400;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #4e5561;
}

.cart-table .table tbody tr td .cart-details .cart-items a.edit-icon:hover {
   background-color: rgb(204.4902439024, 217.5853658537, 228.8097560976);
   color: #4e5561;
}

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

.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 #cf3425;
   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 #cf3425;
   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: 400px;
}

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

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #cf3425;
   color: #fff;
}

.two-line-ellipsis {
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

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

    Version      : 1.0
    Author: Md. Imrul Hasan
-----------------------------------------------------------------------------------

/*============================
[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: #cf3425;
   border: 0;
   top: -4px;
}

.filter-range .irs--round .irs-line {
   top: 0;
   background: #e4ebf1;
}

.filter-range .irs--round .irs-bar {
   background-color: #cf3425;
   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: #cf3425;
   color: #fff;
}

.add-tab-list li a:hover {
   background: #cf3425;
   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: 10px;
   border: 1px solid #e4ebf1;
}

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

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #111827;
   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: #cf3425;
   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: #cf3425;
   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;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #cf3425;
   color: #fff;
}

.active-tab-list li a:hover {
   background: #cf3425;
   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: #cf3425;
}

.circle-middle:hover {
   background: #cf3425 !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;
}

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

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #4e5561;
   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: #4e5561;
   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: #4e5561;
   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: #4e5561;
   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: #4e5561;
   width: 25px;
   height: 25px;
   padding: 5px;
   border-radius: 45px;
}

.paginations .page-link-1:hover {
   background: #cf3425;
   color: #fff;
}

.paginations .page-link-1.active {
   background: #cf3425;
   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: #111827;
}

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

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #4e5561;
}

.settings .card-body .settings-link a:last-child {
   margin-right: 0;
}

.settings .card-body .settings-link a i {
   color: #111827;
}

.settings .card-body .settings-link a.active {
   color: #cf3425;
   border-bottom: 2px solid #cf3425;
}

.settings .card-body .settings-link a.active i {
   color: #cf3425;
}

.settings .card-body .settings-link a:hover {
   color: #cf3425;
}

.settings .card-body .settings-link a:hover i {
   color: #cf3425;
}

.settings .card-body .upload-btn {
   padding: 5px 12px;
   font-size: 13px;
   font-weight: 500;
   color: #fff;
   background-color: #cf3425;
   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;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #cf3425;
   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: 715px;
   object-fit: cover;
   border-radius: 0px;
}

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

@media (max-width: 767.98px) {
   .home-vertical-slider .slider-fors .slick-slide img {
      height: 375px;
   }
}

.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: 715px;
   z-index: 2;
}

.hero-sec-two .home-vertical-slider .slider-nav .slick-current img {
   border: 2px solid #cf3425;
}

.hero-sec-two .home-vertical-slider .slider-nav img {
   border: 2px solid #fff;
}

@media (max-width: 991.98px) {
   .hero-section.hero-sec-two {
      height: auto;
      padding: 40px 0;
   }
}

.hero-section.hero-sec-two .banner-content {
   margin-top: 120px !important;
}

@media (max-width: 991.98px) {
   .hero-section.hero-sec-two .banner-content {
      margin-top: 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: #111827;
   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: #cf3425;
}

.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: #cf3425;
   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: #cf3425;
   color: #fff;
}

.travelers-card .card-img {
   position: relative;
   overflow: hidden;
}

.travelers-card .card-img:before {
   content: "";
   background: linear-gradient(180deg, #000000 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: #111827;
   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: #111827;
   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: #cf3425;
   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: #cf3425;
   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: #cf3425;
   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: #cf3425;
   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: #111827;
}

.work-icon {
   color: #111827;
}

.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: #4e5561;
   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;
}

.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: #cf3425;
   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: #cf3425;
   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: #4e5561;
}

.footer-two .customer-info .customer-info-content {
   margin-left: 8px;
}

.footer-two .customer-info .customer-info-content span {
   color: #4e5561;
   font-size: 14px;
}

.footer-two .customer-info .customer-info-content h6 {
   color: #4e5561;
   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: #cf3425;
}

.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, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.footer-two .social-icon-two li:after {
   display: none;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #111827;
   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: #111827;
   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: #111827;
}

.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: #111827;
}

.card-footer .no-bg.show {
   background-color: #fff;
   border-color: #fff;
   color: #111827;
}

.card-footer .no-bg:hover {
   background-color: #fff;
   border: #fff;
   color: #111827;
}

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

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #4e5561;
}

.header-top-six .dropdown>a {
   color: #111827;
}

.header-top-six .cart-dropdown a {
   color: #111827;
}

.header-top-six .fav-dropdown a {
   color: #111827;
}

@media (max-width: 991.98px) {
   .header-top-six {
      display: none;
   }
}

.header-six {
   background: #cf3425;
}

.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: #cf3425;
}

.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: #cf3425;
}

.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: #cf3425;
}

.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: #111827;
   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: #cf3425;
}

.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: #cf3425;
   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: #cf3425;
}

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

.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: #cf3425;
   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: #cf3425;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #cf3425;
}

.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 .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: #17222c;
}

.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: #cf3425;
}

.dark-mode .settings .card-body .settings-link a.active i,
.dark-mode .settings .card-body .settings-link a:hover i {
   color: #cf3425;
}

.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: #cf3425;
}

.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: #cf3425;
}

.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: #cf3425;
}

.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: #cf3425 !important;
}

.dark-mode .header-seven.fixed .header-nav .main-menu-wrapper .main-nav>li.active>a::after {
   color: #cf3425 !important;
}

.dark-mode .header-seven.fixed .header-nav .main-menu-wrapper .main-nav>li.active i {
   color: #cf3425 !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: #4e5561;
}

.dark-mode .stat-sec-seven .stat-item h2 span {
   color: #4e5561;
}

.dark-mode .bus-list .place-item .place-content .bus-footer {
   border-top: 1px solid #4e5561;
}

.dark-mode .countries-sec-seven .countries-item {
   background: #0d0d0d;
   box-shadow: unset !important;
   border: 1px solid #111827;
}

.dark-mode .clients-sec-seven .card {
   border: 1px solid #242b3a !important;
   box-shadow: unset;
}

.dark-mode .clients-sec-seven .card .text-light {
   color: #4e5561 !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;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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(#cf3425 0 60deg, #111827 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(#000 0 0) content-box exclude,
      conic-gradient(#000 0 0);
   scale: -1 1;
}

@keyframes l5 {
   to {
      transform: rotate(1turn) translate(100%) rotate(1turn);
   }
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #cf3425 !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: #4e5561;
}

.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: #4e5561;
}

.edit-delete-icon .avatar:hover {
   background: #cf3425;
   color: #fff;
   border-color: #cf3425 !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: #cf3425;
   color: #fff;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
   display: block;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #4e5561;
   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);
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #212e47;
      height: unset !important;
      padding-top: 90px;
   }
}

.hero-sec-seven .hero-content h1 span {
   color: #cf3425;
}

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

.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: #cf3425;
   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: #cf3425;
   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: #4e5561;
}

.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: #cf3425;
   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: #cf3425;
   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: #111827;
   }
}

@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: #cf3425;
   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: #4e5561;
   font-weight: 500;
}

.custom-offcanvas .offcanvas-date .way-icon {
   width: fit-content;
   text-align: center;
   padding: 6px 12px;
   border: 1px solid #4e5561;
   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: #111827;
   transition: all 0.3s;
   width: 100%;
   text-align: center;
}

.custom-offcanvas .nav .nav-link.active {
   background: #cf3425;
   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: #4e5561;
}

.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: #4e5561;
   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: #4e5561;
}

.custom-offcanvas .facilities-item a {
   color: #4e5561;
}

.custom-offcanvas .custom-accordion {
   padding: 0px 8px 0px;
}

.custom-offcanvas .custom-accordion .accordion-button {
   padding: 0;
   font-size: 14px;
   font-weight: 500;
   color: #111827;
   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;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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 #cf3425;
   background-color: #cf3425;
   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%;
}

/******* Vendors ******/
/*---------------------------------------------------------------------------------

    Author: Md. Imrul Hasan

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

/*============================
[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-nav {
   background: #fff;
   margin-top: 0;
}

.mean-container .mean-nav ul li.active>a {
   color: #cf3425;
}

.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: #4e5561;
   font-weight: 500;
   padding: 16px 0;
   border: 0;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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: #111827 !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: #000;
   border-width: 1px 0 0 1px;
   margin-top: 3px;
   padding: 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
   background: #cf3425;
   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: #4e5561;
}

.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: #d4483b;
   border-color: #d4483b;
   color: #fff;
   font-size: 14px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
   border-color: #cf3425;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
   border-color: #cf3425;
}

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

.select2-container .select2-search--inline .select2-search__field {
   height: 27px;
   font-size: 14px;
   font-weight: 400;
   margin-left: 0.625rem;
}

.city-collapse {
   transition: all 0.4s ease;
}

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

    Author: Md. Imrul Hasan

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

/*============================
[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;
   background: url(../img/icons/dropdown.html) no-repeat 95% 50%;
}

.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: #cf3425;
   color: #fff;
}

.dataTables_paginate .pagination li.active a.page-link {
   background: #cf3425;
   border-color: #cf3425;
   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: #111827;
   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 */

/* for video tour section */

.video-card {
   background: #fff;
   border-radius: 18px;
   overflow: hidden;
   box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
   transition: 0.35s ease;
}

.video-card:hover {
   transform: translateY(-6px);
}

/* Video Container */
.video-thumb {
   position: relative;
   width: 100%;
   aspect-ratio: 16/9;
   overflow: hidden;
   border-radius: 18px;
   background: #000;
}

/* iframe */
.video-thumb iframe {
   width: 100%;
   height: 100%;
   border: 0;
   display: block;
}

/* Responsive */
@media (max-width: 576px) {
   .video-thumb {
      aspect-ratio: 16/10;
   }
}

/* Video Grid Layout */
.video-grid {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 25px;
   width: 100%;
}

/* Card Full Height */
.video-grid .destination-item {
   width: 100%;
   margin-bottom: 0 !important;
}

/* Tablet */
@media (max-width: 991px) {
   .video-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
   }
}

/* Mobile */
@media (max-width: 576px) {
   .video-grid {
      grid-template-columns: 1fr;
      gap: 18px;
   }
}

/* Customer Reviews Section */
.customer-reviews-section {
   padding: 100px 0;
}

.section-title {
   font-size: 2.8rem;
   color: #0b3c5d;
}

.review-card {
   background: white;
   border-radius: 16px;
   padding: 30px;
   box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
   transition: all 0.4s ease;
   height: 100%;
   display: flex;
   flex-direction: column;
}

.review-card:hover {
   transform: translateY(-10px);
   box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.review-header {
   display: flex;
   align-items: center;
   gap: 15px;
   margin-bottom: 20px;
}

.owl-carousel .owl-item .review-avatar {
   width: 60px;
   height: 60px;
   border-radius: 50%;
   object-fit: cover;
   border: 3px solid #f8f9fa;
}

.review-body {
   flex-grow: 1;
}

.stars {
   color: #ffc107;
   font-size: 1.4rem;
   letter-spacing: 3px;
}

.review-text {
   font-size: 1.05rem;
   line-height: 1.7;
   color: #555;
}

.review-footer {
   margin-top: 20px;
   padding-top: 15px;
   border-top: 1px solid #eee;
   color: #0d6efd;
   font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
   .section-title {
      font-size: 2.2rem;
   }
}

/*--------------------------------------------------------------
# Premium Gallery Section
--------------------------------------------------------------*/

.gallery-grid {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 25px;
}

.gallery-item {
   position: relative;
   overflow: hidden;
   border-radius: 18px;
   display: block;
}

.gallery-item img {
   width: 100%;
   height: 260px;
   object-fit: cover;
   transition: 0.6s ease;
}

/* Hover Zoom */
.gallery-item:hover img {
   transform: scale(1.12);
}

/* Overlay */
.gallery-overlay {
   position: absolute;
   inset: 0;
   background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: 0;
   transition: 0.4s;
}

.gallery-overlay i {
   color: #fff;
   font-size: 28px;
   background: rgba(255, 255, 255, 0.2);
   padding: 14px;
   border-radius: 50%;
   backdrop-filter: blur(6px);
}

.gallery-item:hover .gallery-overlay {
   opacity: 1;
}

/* Button */
.gallery-btn {
   padding: 14px 35px;
   background: var(--accent-color);
   color: #fff;
   border-radius: 40px;
   font-weight: 600;
   text-decoration: none;
   transition: 0.3s;
}

.gallery-btn:hover {
   transform: translateY(-3px);
   box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 992px) {
   .gallery-grid {
      grid-template-columns: repeat(2, 1fr);
   }
}

@media (max-width: 576px) {
   .gallery-grid {
      grid-template-columns: 1fr;
   }
}

/* Social Icons */
.header-social2 {
   gap: 10px;
}

.social-icon2 {
   width: 28px;
   height: 28px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 18px;
   transition: all 0.3s ease;
   color: #fff;
}

/* Facebook */
.social-icon2.facebook {
   background: #1877f2;
}

/* Instagram */
.social-icon2.instagram {
   background: linear-gradient(45deg,
         #f09433,
         #e6683c,
         #dc2743,
         #cc2366,
         #bc1888);
}

/* YouTube */
.social-icon2.youtube {
   background: #ff0000;
}

/* X (Twitter) */
.social-icon2.x-twitter {
   background: #000000;
}

/* LinkedIn */
.social-icon2.linkedin {
   background: #0a66c2;
}

.social-icon2:hover {
   transform: translateY(-3px) scale(1.05);
   color: #fff;
}

@media (max-width: 576px) {
   .header-social {
      gap: 6px;
   }

   .social-icon2 {
      width: 10px;
      height: 10px;
      font-size: 15px;
   }
}

/* Mobile এ social icon hide করতে */
@media (max-width: 767px) {
   .header-social2 {
      display: none !important;
   }
}

/*================== Others menu css ================== */
.aboutus-section {
   max-width: 1400px;
   margin: 0 auto;
   padding: 80px 40px;
}

.aboutus-container {
   display: flex;
   align-items: center;
   gap: 80px;
   overflow: hidden;
}

/* ================== Image Column ================== */
.aboutus-image-column {
   flex: 1;
   position: relative;
   height: 620px;
   min-height: 620px;
}

.aboutus-profile-image {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
}

.aboutus-image-overlay {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   height: 40%;
   background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.65));
   display: flex;
   align-items: flex-end;
   padding: 40px;
   color: white;
}

.aboutus-name {
   font-size: 1.5rem;
   margin-bottom: 4px;
}

.aboutus-designation {
   opacity: 0.9;
   font-size: 1.05rem;
}

/* ================== Content Column ================== */
.aboutus-content-column {
   flex: 1;
   padding: 50px 60px 50px 20px;
   display: flex;
   flex-direction: column;
   justify-content: center;
}

.aboutus-title {
   font-family: "Playfair Display", serif;
   font-size: 2.8rem;
   line-height: 1.1;
   color: #0f172a;
   margin-bottom: 28px;
}

.aboutus-title span {
   color: #0ea5e9;
}

.aboutus-description {
   color: #475569;
   line-height: 1.8;
   font-size: 1.1rem;
   margin-bottom: 20px;
}

.other-service-actions {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   gap: 16px;
   margin-top: 24px;
}

.aboutus-contact-btn {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 12px;
   background: linear-gradient(135deg, #0ea5e9, #0284c8);
   color: white;
   font-size: 1.1rem;
   font-weight: 600;
   padding: 18px 42px;
   border-radius: 9999px;
   text-decoration: none;
   transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
   box-shadow: 0 10px 15px -3px rgb(14 165 233 / 0.3);
   margin-bottom: 0;
   max-width: fit-content;
}

.aboutus-contact-btn:hover {
   transform: translateY(-4px);
   box-shadow: 0 20px 25px -5px rgb(14 165 233 / 0.4);
}

/* ================== Trust Icons ================== */
.aboutus-trust-badges {
   display: flex;
   align-items: center;
   gap: 28px;
   flex-wrap: wrap;
}

.aboutus-trust-item {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 8px;
   text-decoration: none;
   color: inherit;
   transition: transform 0.3s ease;
}

.aboutus-trust-item:hover {
   transform: translateY(-6px);
}

.aboutus-trust-icon {
   width: 58px;
   height: 58px;
   background: #f1f5f9;
   border-radius: 16px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 28px;
   color: #0ea5e9;
   box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
   transition: all 0.3s ease;
}

.aboutus-trust-icon img,
.knowus-trust-icon img {
   width: 32px;
   height: 32px;
   object-fit: contain;
   display: block;
}

.aboutus-trust-item:hover .aboutus-trust-icon {
   background: #0ea5e9;
   color: white;
   transform: scale(1.1);
}

.aboutus-trust-label {
   font-size: 13px;
   font-weight: 500;
   color: #64748b;
   text-align: center;
}

/* ================== Responsive ================== */
@media (max-width: 1024px) {
   .aboutus-container {
      flex-direction: column;
      gap: 0;
   }

   .aboutus-image-column {
      height: 520px;
      min-height: 520px;
      width: 100%;
   }

   .aboutus-content-column {
      padding: 60px 50px;
   }

   .aboutus-title {
      font-size: 25px;
   }
}

@media (max-width: 640px) {
   .aboutus-section {
      padding: 40px 20px;
   }

   .aboutus-content-column {
      width: 100%;
      padding: 80px 20px;
   }

   .aboutus-title {
      font-size: 20px;
   }

   .aboutus-trust-badges {
      gap: 25px;
      justify-content: center;
   }

   .aboutus-contact-btn {
      display: flex;
      margin: 30px auto;
      justify-content: center;
   }
}

.knowus-right-section {
   width: 100%;
   padding: 80px 20px;
}

.knowus-content-wrapper {
   max-width: 1100px;
   margin: 0 auto;
}

.knowus-content-column {
   width: 100%;
}

/* Title */
.knowus-title {
   font-family: "Playfair Display", serif;
   font-size: clamp(1.8rem, 5vw, 2.6rem);
   line-height: 1.25;
   color: #111827;
   margin-bottom: 24px;
}

.knowus-title span {
   color: #0ea5e9;
}

/* Description */
.knowus-description {
   color: #374151;
   font-size: 1.05rem;
   line-height: 1.75;
   margin-bottom: 20px;
}

.knowus-contact-btn {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   background: #0ea5e9;
   color: white;
   font-size: 1.1rem;
   font-weight: 600;
   padding: 15px 32px;
   border-radius: 50px;
   text-decoration: none;
   margin: 0;
   transition: all 0.3s ease;
}

.knowus-contact-btn:hover {
   background: #0284c8;
}

/* Icons */
.knowus-trust-badges {
   display: flex;
   flex-wrap: wrap;
   gap: 24px;
   margin-top: 0;
}

.knowus-trust-item {
   display: flex;
   flex-direction: column;
   align-items: center;
   text-decoration: none;
   color: inherit;
   min-width: 80px;
}

.knowus-trust-icon {
   width: 60px;
   height: 60px;
   background: #f3f4f6;
   border-radius: 12px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 28px;
   color: #0ea5e9;
   margin-bottom: 8px;
}

.knowus-trust-item:hover .knowus-trust-icon {
   background: #0ea5e9;
   color: white;
}

.knowus-trust-label {
   font-size: 14px;
   color: #4b5563;
}

/* ================== Mobile Responsive ================== */
@media (max-width: 640px) {
   .knowus-right-section {
      padding: 60px 5px;
   }

   .knowus-contact-btn {
      display: flex;
      margin: 30px auto;
      justify-content: center;
   }

   .knowus-trust-badges {
      gap: 20px;
      justify-content: center;
   }

   .knowus-trust-item {
      min-width: 70px;
   }
}


/* ===============================
   PREMIUM TRAVEL WEBSITE LOADER
================================== */

#loader-wrapper {
   position: fixed;
   inset: 0;
   width: 100%;
   height: 100vh;
   background: linear-gradient(135deg, #031525, #062d4d, #0a4d7a);
   z-index: 999999;
   overflow: hidden;
   display: flex;
   align-items: center;
   justify-content: center;
}

/* Main Loader */
.travel-loader {
   position: relative;
   width: 420px;
   height: 220px;
}

/* Flight Path */
.flight-path {
   position: absolute;
   top: 50%;
   left: 0;
   width: 100%;
   height: 2px;
   transform: translateY(-50%);
   border-top: 2px dashed rgba(255, 255, 255, 0.25);
}

/* Plane */
.plane-wrapper {
   position: absolute;
   top: 50%;
   left: -40px;
   transform: translateY(-50%);
   animation: flyPlane 4s ease-in-out infinite;
}

.plane {
   font-size: 52px;
   color: #ffffff;
   filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.8));
   transform: rotate(10deg);
   animation: planeFloat 2s ease-in-out infinite;
}

/* Clouds */
.cloud {
   position: absolute;
   background: rgba(255, 255, 255, 0.15);
   backdrop-filter: blur(8px);
   border-radius: 50px;
}

.cloud::before,
.cloud::after {
   content: "";
   position: absolute;
   background: inherit;
   border-radius: inherit;
}

.cloud-1 {
   width: 90px;
   height: 32px;
   top: 20px;
   left: 50px;
   animation: cloudMove 8s linear infinite;
}

.cloud-1::before {
   width: 40px;
   height: 40px;
   top: -18px;
   left: 10px;
}

.cloud-1::after {
   width: 50px;
   height: 50px;
   top: -22px;
   right: 10px;
}

.cloud-2 {
   width: 70px;
   height: 25px;
   top: 130px;
   right: 30px;
   animation: cloudMove 10s linear infinite reverse;
}

.cloud-2::before {
   width: 35px;
   height: 35px;
   top: -15px;
   left: 8px;
}

.cloud-2::after {
   width: 40px;
   height: 40px;
   top: -18px;
   right: 8px;
}

.cloud-3 {
   width: 110px;
   height: 35px;
   bottom: 10px;
   left: 120px;
   opacity: 0.6;
   animation: cloudMove 12s linear infinite;
}

.cloud-3::before {
   width: 50px;
   height: 50px;
   top: -22px;
   left: 15px;
}

.cloud-3::after {
   width: 60px;
   height: 60px;
   top: -28px;
   right: 10px;
}

/* Loading Text */
.loading-text {
   position: absolute;
   bottom: -10px;
   width: 100%;
   text-align: center;
   color: #fff;
   font-size: 20px;
   font-weight: 600;
   letter-spacing: 3px;
   text-transform: uppercase;
   animation: pulseText 1.8s ease-in-out infinite;
}

/* Plane Flying Animation */
@keyframes flyPlane {
   0% {
      left: -60px;
      opacity: 0;
   }

   10% {
      opacity: 1;
   }

   50% {
      transform: translateY(-70px);
   }

   100% {
      left: 100%;
      transform: translateY(-50%);
      opacity: 0;
   }
}

/* Floating Effect */
@keyframes planeFloat {

   0%,
   100% {
      transform: rotate(10deg) translateY(0);
   }

   50% {
      transform: rotate(14deg) translateY(-10px);
   }
}

/* Cloud Animation */
@keyframes cloudMove {
   0% {
      transform: translateX(0);
   }

   50% {
      transform: translateX(20px);
   }

   100% {
      transform: translateX(0);
   }
}

/* Text Glow */
@keyframes pulseText {

   0%,
   100% {
      opacity: 0.5;
      letter-spacing: 3px;
   }

   50% {
      opacity: 1;
      letter-spacing: 6px;
   }
}

/* Responsive */
@media (max-width: 576px) {

   .travel-loader {
      width: 300px;
      height: 180px;
   }

   .plane {
      font-size: 40px;
   }

   .loading-text {
      font-size: 14px;
   }
}