/* ==============
Template name : TourX Pro - Travels Tourism Agency React Template
Author : Egens Lab
Version : 1.0
Created : 
Last update : 
================= */
/* CSS Index 
-----------------------------------
1. Global CSS
2. Reuseable Components Start
3. Topbar area start 
4. Navbar area start 
5. Hero area start 
6. Package area start
7. Destination area start
8. Newslatter area start
9. Gallary area start
10. testimonial area start
11. Guide area start
12. Blog area start
13. Footer area start
14. world map area start
15. About Wrapper start
16. Contact Wrapper start
17. FAQ wrapper start
*/
/*====================
    1. Global CSS
======================*/
/*Google Fonts*/




/* =============================
  2. Reuseable Components Start
==============================*/
.custom-input-group {
  margin-top: 30px;
  position: relative;
}

.custom-input-group i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  z-index: 1;
}

.custom-input-group label {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #2d373c;
}

.custom-input-group input,
.custom-input-group textarea {
  padding: 15px 20px;
}

.custom-input-group input::-webkit-input-placeholder,
.custom-input-group textarea::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 13px;
  color: #2d373c;
}

.custom-input-group input:-ms-input-placeholder,
.custom-input-group textarea:-ms-input-placeholder {
  font-weight: 500;
  font-size: 13px;
  color: #2d373c;
}

.custom-input-group input::-ms-input-placeholder,
.custom-input-group textarea::-ms-input-placeholder {
  font-weight: 500;
  font-size: 13px;
  color: #2d373c;
}

.custom-input-group input::placeholder,
.custom-input-group textarea::placeholder {
  font-weight: 500;
  font-size: 13px;
  color: #2d373c;
}

.custom-input-group input {
  background: rgba(245, 245, 245, 0.7);
  border: 1px solid rgba(255, 72, 56, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  height: 50px;
  margin-top: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-input-group input:focus {
  border: 1px solid var(--c-primary);
}

.custom-input-group select {
  background: rgba(245, 245, 245, 0.7);
  border: 1px solid rgba(255, 72, 56, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  height: 52px;
  margin-top: 14px;
  padding: 15px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}

.custom-input-group select:focus {
  border: 1px solid var(--c-primary);
}

.custom-input-group textarea {
  background: rgba(245, 245, 245, 0.7);
  border: 1px solid rgba(255, 72, 56, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
}

.custom-input-group textarea:focus {
  border: 1px solid var(--c-primary);
}

.custom-input-group button[type="submit"] {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  background: var(--c-primary);
  border-radius: 100px;
  border: none;
  padding: 14px 38px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.custom-input-group button[type="submit"]:hover {
  background: #162B32;
  color: var(--c-primary);
}

.section-head-alpha {
  max-width: 710px;
  padding-bottom: 50px;
}

.section-head-alpha h2 {
  font-weight: 800;
  font-size: 35px;
  line-height: 42px;
  color: #2d373c;
  margin-top: -7px;
}

.section-head-alpha p {
  padding-top: 10px;
  font-size: 16px;
  color: #666666;
}

.section-head-alpha.section-padding-15 {
  padding-bottom: 15px;
}

.section-head-gamma {
  text-align: center;
  padding-bottom: 50px;
}

.section-head-gamma h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #2d373c;
  font-family: var(--f-secondary);
}

/*Reuseable Buttons*/
.button-fill-primary {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  background: var(--c-primary);
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid var(--c-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 5px;
}

.button-fill-primary:hover {
  background: transparent;
  color: var(--c-primary);
}

.button-outlined-primary {
  font-weight: 600;
  font-size: 18px;
  color: var(--c-primary);
  background: transparent;
  display: inline-block;
  padding: 9px 25px;
  border: 2px solid var(--c-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.button-outlined-primary:hover {
  background: var(--c-primary);
  color: #fff;
}

.button-fill-round {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  background: var(--c-primary);
  border-radius: 30px;
  display: inline-block;
  padding: 10px 40px;
  border: 2px solid var(--c-primary);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.button-fill-round:hover {
  color: var(--c-primary);
  background: transparent;
}

/*swiper buttons*/
.custom-swiper-next,
.custom-swiper-prev {
  background: transparent;
  border: 2px solid #ffb6af;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffb6af;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.7;
}

.custom-swiper-next:hover,
.custom-swiper-prev:hover {
  opacity: 1;
  border: 2px solid var(--c-primary);
}

.custom-swiper-next:hover i,
.custom-swiper-prev:hover i {
  color: var(--c-primary);
}

.custom-swiper-next i,
.custom-swiper-prev i {
  color: #ffb6af;
  font-size: 16px;
}

.custom-swiper-next-sm,
.custom-swiper-prev-sm {
  background: #ffffff;
  border: 1px solid var(--c-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-swiper-next-sm i,
.custom-swiper-prev-sm i {
  color: var(--c-primary);
  font-size: 14px;
}

.slider-arrows .custom-swiper-prev {
  margin-right: 50px;
}

/*Reuseable breadcrumb*/
.breadcrumb {
  margin-bottom: unset;
}

.breadcrumb-style-one {
  background: url(../images/banner/breadcrumb-bg.png) no-repeat center;
  background-size: cover;
  padding: 150px 0;
}

.breadcrumb-style-one .breadcrumb-title {
  font-weight: 700;
  font-size: 50px;
  color: #ffffff;
}

.breadcrumb-style-one .breadcrumb-items .breadcrumb-item {
  font-size: 20px;
  color: #ffffff;
  position: relative;
}

.breadcrumb-style-one .breadcrumb-items .breadcrumb-item.active {
  position: relative;
}

.breadcrumb-style-one .breadcrumb-items .breadcrumb-item.active::before {
  content: "\f280";
  font-family: bootstrap-icons !important;
  color: var(--c-primary);
  font-size: 12px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  padding-right: 12px;
  padding-left: 8px;
}

.breadcrumb-style-one .breadcrumb-items .breadcrumb-item a {
  color: inherit;
}

/*Reuseable pagination*/
.pagination-style-one .page-item {
  margin-right: 20px;
}

.pagination-style-one .page-item:last-child {
  margin-right: 0;
}

.pagination-style-one .page-item .page-link:hover {
  background-color: var(--c-primary);
  color: #fff;
}

.pagination-style-one .page-item.page-arrow a {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: var(--c-primary);
  color: #fff;
  border-color: var(--c-primary);
}

.pagination-style-one .page-item.active a {
  background: var(--c-primary);
  color: #fff;
  border-color: var(--c-primary);
}

.pagination-style-one .page-item a {
  border: 1px solid var(--c-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #2d373c;
  padding: 7px 10px;
  min-height: 40px;
  min-width: 40px;
}

.pagination-style-one .page-item a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* error wrapper*/
.error-content .error-text {
  margin-top: 50px;
}

.error-content .error-text h2 {
  font-weight: 700;
  font-size: 50px;
  color: #2d373c;
}

.error-content .error-text p {
  padding-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

.error-content .error-text .error-btn {
  margin-top: 50px;
}

.error-content .error-text .error-btn a {
  display: inline-block;
  font-weight: 700;
  font-size: 26px;
  color: #ffffff;
  background: var(--c-primary);
  border-radius: 10px;
  padding: 15px 35px;
  -webkit-transition: .3s;
  transition: .3s;
}

.error-content .error-text .error-btn a:hover {
  background: #162B32;
  color: var(--c-primary);
}

.error-content .error-text .error-btn a i {
  margin-right: 5px;
}

.header-area.header-style-one.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 0;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 2px 28px 0 rgba(122, 121, 121, 0.1);
          box-shadow: 0 2px 28px 0 rgba(122, 121, 121, 0.1);
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-area.header-style-two.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 21;
  padding: 0;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 2px 28px 0 rgba(122, 121, 121, 0.1);
          box-shadow: 0 2px 28px 0 rgba(122, 121, 121, 0.1);
  background: #162b32;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-searchbar-wrapper {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  inset: 0;
  background: rgba(45, 55, 60, 0.8);
  z-index: 20;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 50px 0;
  -webkit-transition: all 0.8s cubic-bezier(0.32, 0, 0, 1);
  transition: all 0.8s cubic-bezier(0.32, 0, 0, 1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.main-searchbar-wrapper.search-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.category-sidebar-wrapper {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  inset: 0;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.category-sidebar-wrapper.category-active {
  opacity: 1;
  visibility: visible;
}

.category-sidebar-wrapper.category-active .category-sidebar {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.category-sidebar-wrapper .category-sidebar {
  background: #FFFFFF;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
          box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  height: 100%;
  max-width: 490px;
  padding: 40px 30px;
  overflow-y: scroll;
  -webkit-transition: all 0.6s cubic-bezier(0.32, 0, 0, 1);
  transition: all 0.6s cubic-bezier(0.32, 0, 0, 1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.category-sidebar-wrapper .category-sidebar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}

.category-sidebar-wrapper .category-sidebar::-webkit-scrollbar {
  width: 12px;
  background-color: white;
}

.category-sidebar-wrapper .category-sidebar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #eee;
}

.category-sidebar-wrapper .category-sidebar .category-header h4 {
  font-weight: 600;
  font-size: 25px;
  font-weight: 600;
  color: #2D373C;
}

.category-sidebar-wrapper .category-sidebar .category-header .category-toggle i {
  font-size: 20px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: var(--c-primary);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.category-sidebar-wrapper .category-sidebar .category-box {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  display: block;
  padding: 15px;
  padding-top: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.category-sidebar-wrapper .category-sidebar .category-box:hover {
  background: var(--c-primary);
}

.category-sidebar-wrapper .category-sidebar .category-box:hover h5 {
  color: #fff;
}

.category-sidebar-wrapper .category-sidebar .category-box .cate-icon {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
          box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -22px;
}

.category-sidebar-wrapper .category-sidebar .category-box .cate-icon img {
  max-width: 100%;
}

.category-sidebar-wrapper .category-sidebar .category-box h5 {
  font-weight: 600;
  font-size: 15px;
  color: #494949;
  margin-top: 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.sidebar-main {
  background: #ffffff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
          box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  width: 100%;
  height: 100vh;
  top: 131px;
}

.sidebar-main .sidebar-list {
  gap: 60px;
}

.sidebar-main .sidebar-list li i {
  width: 50px;
  height: 50px;
  background: #ffffff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
          box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  cursor: pointer;
  color: var(--c-primary);
}

.sidebar-main .sidebar-list li i:hover {
  color: #fff;
  background: var(--c-primary);
}

/* =============================
   Reuseable Components end
==============================*/
/* =============================
    3. Topbar area start 
==============================*/
.topbar-style-one {
  background: #2d373c;
  position: relative;
  z-index: 1;
}

.topbar-style-one .topbar-contact-left .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topbar-style-one .topbar-contact-left .contact-list li {
  margin-right: 20px;
  font-weight: 600;
  font-size: 13px;
  color: #ffffff;
}

.topbar-style-one .topbar-contact-left .contact-list li a {
  color: inherit;
}

.topbar-style-one .topbar-contact-left .contact-list li:last-child {
  margin-right: 0;
}

.topbar-style-one .topbar-contact-left .contact-list li i {
  margin-right: 5px;
}

.topbar-style-one .topbar-ad a {
  display: inline-block;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #ffffff;
  background: var(--c-primary);
  padding: 13px 50px;
}

.topbar-style-one .topbar-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topbar-style-one .topbar-social-links li {
  margin-right: 20px;
}

.topbar-style-one .topbar-social-links li:last-child {
  margin-right: 0;
}

.topbar-style-one .topbar-social-links li i {
  color: var(--c-primary);
  font-size: 20px;
}

.topbar-style-one .topbar-social-links li i::before {
  vertical-align: middle;
}

.topbar-style-two {
  background: #030013;
  position: relative;
  z-index: 1;
  padding: 8px 0px;
}

.topbar-style-two .topbar-contact-left .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topbar-style-two .topbar-contact-left .contact-list li {
  margin-right: 20px;
  font-weight: 600;
  font-size: 13px;
  color: #ffffff;
}

.topbar-style-two .topbar-contact-left .contact-list li a {
  color: inherit;
}

.topbar-style-two .topbar-contact-left .contact-list li:last-child {
  margin-right: 0;
}

.topbar-style-two .topbar-contact-left .contact-list li i {
  margin-right: 5px;
}

.topbar-style-two .topbar-ad a {
  display: inline-block;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #ffffff;
  background: var(--c-primary);
  padding: 13px 50px;
}

.topbar-style-two .topbar-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topbar-style-two .topbar-social-links li {
  margin-right: 20px;
}

.topbar-style-two .topbar-social-links li:last-child {
  margin-right: 0;
}

.topbar-style-two .topbar-social-links li i {
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}

.topbar-style-two .topbar-social-links li i::before {
  vertical-align: middle;
}

.topbar-style-two .topbar-social-links li i:hover {
  color: var(--c-primary);
}

/* =============================
    Topbar area end
==============================*/
/* =============================
    4. Navbar area start 
==============================*/
.inner-logo {
  padding-top: 40px;
}

.inner-contact-options .contact-box-inner {
  font-weight: 600;
  font-size: 15px;
  color: #2d373c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-top: 8px;
}

.inner-contact-options .contact-box-inner a {
  color: inherit;
  display: inline-block;
}

.inner-contact-options .contact-box-inner i {
  margin-right: 10px;
  color: #2d373c;
}

/*header-style-one*/
header .header-style-one {
  position: relative;
  z-index: 2;
}

header .header-style-one .main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  opacity: 0;
  z-index: 99;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

header .header-style-one .main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}

header .header-style-one .main-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
}

header .header-style-one .main-nav ul > li a:hover {
  background: transparent;
  color: var(--c-primary) !important;
}

header .header-style-one .main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #2d373c;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}

header .header-style-one .main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

header .header-style-one .main-nav > ul > li + li > .sub-menu {
  left: 15px;
}

header .header-style-one .main-nav > ul > li:hover > .sub-menu {
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
}

header .header-style-one .main-nav ul li .sub-menu li:hover > .sub-menu,
header .header-style-one .main-nav ul li .sub-menu li .sub-menu li:hover > .sub-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

header .header-style-one .main-nav ul {
  margin: 0;
  list-style: none;
}

header .header-style-one .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

header .header-style-one .main-nav ul li:last-child {
  padding-right: 0;
}

header .header-style-one .main-nav ul li:hover > a {
  color: var(--c-primary);
}

header .header-style-one .main-nav ul li:hover > a::before {
  opacity: 1;
  background: var(--c-primary);
}

header .header-style-one .main-nav ul li a {
  font-size: 16px;
  color: #162b32;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  font-family: var(--f-primary);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 30.5px 0;
  position: relative;
}

header .header-style-one .main-nav ul li ul.sub-menu > li {
  padding: 0;
}

header .header-style-one .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 15px;
  color: #162b32;
  line-height: 1;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .header-style-one .main-nav ul li ul.sub-menu > li a.active {
  color: var(--c-primary);
  font-weight: 600;
}

header .header-style-one .main-nav ul li ul.sub-menu > li a:hover {
  background: var(--c-primary);
  color: #fff !important;
}

header .header-style-one .main-nav ul li ul.sub-menu > li a:hover::before {
  opacity: 0;
}

header .header-style-one .main-nav ul li.has-child-menu:after {
  position: absolute;
  right: 0;
  color: var(--c-primary);
  font-family: bootstrap-icons !important;
  content: "\f64d";
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 34px;
  transition: all 0.5s ease-in-out;
}

header .header-style-one .main-nav ul li:hover.has-child-menu:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

header .header-style-one .main-nav > ul > li > a.active {
  color: var(--c-primary);
  font-weight: 600;
  font-size: 16px;
}

header .header-style-one .nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

header .header-style-one .nav-right .nav-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-style-one .nav-right .nav-actions li {
  margin-right: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

header .header-style-one .nav-right .nav-actions li:last-child {
  margin-right: 0;
}

header .header-style-one .nav-right .nav-actions li i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
          box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  color: var(--c-primary);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

header .header-style-one .nav-right .nav-actions li i:hover {
  background: var(--c-primary);
  color: #fff;
}

/*header-style-two*/
header .header-style-two {
  background: #162b32;
}

header .header-style-two .main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: auto;
  min-width: 200px;
  list-style: none;
  background: #fff;
  opacity: 0;
  z-index: 9999;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

header .header-style-two .main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}

header .header-style-two .main-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
}

header .header-style-two .main-nav ul > li a:hover {
  background: transparent;
  color: var(--c-primary) !important;
}

header .header-style-two .main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #2d373c;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}

header .header-style-two .main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

header .header-style-two .main-nav > ul > li + li > .sub-menu {
  left: 15px;
}

header .header-style-two .main-nav > ul > li:hover > .sub-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
}

header .header-style-two .main-nav ul li .sub-menu li:hover > .sub-menu,
header .header-style-two .main-nav ul li .sub-menu li .sub-menu li:hover > .sub-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

header .header-style-two .main-nav ul {
  margin: 0;
  list-style: none;
}

header .header-style-two .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

header .header-style-two .main-nav ul li:last-child {
  padding-right: 0;
}

header .header-style-two .main-nav ul li:hover > a {
  color: var(--c-primary);
}

header .header-style-two .main-nav ul li:hover > a::before {
  opacity: 1;
  background: var(--c-primary);
}

header .header-style-two .main-nav ul li a {
  font-size: 16px;
  color: #fff;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  font-family: var(--f-primary);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 30.5px 0;
  position: relative;
}

header .header-style-two .main-nav ul li ul.sub-menu > li {
  padding: 0;
}

header .header-style-two .main-nav ul li ul.sub-menu > li:last-child {
  border-bottom: none;
}

header .header-style-two .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 15px;
  color: #162b32;
  line-height: 1;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .header-style-two .main-nav ul li ul.sub-menu > li a.active {
  color: var(--c-primary);
  font-weight: 600;
}

header .header-style-two .main-nav ul li ul.sub-menu > li a:hover {
  background: var(--c-primary);
  color: #ffff !important;
}

header .header-style-two .main-nav ul li ul.sub-menu > li a:hover::before {
  opacity: 0;
}

header .header-style-two .main-nav ul li.has-child-menu:after {
  position: absolute;
  right: 9px;
  color: var(--c-primary);
  content: "";
  background: var(--c-primary);
  height: 4px;
  width: 4px;
  border-radius: 50%;
  top: 45px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .header-style-two .main-nav ul li:hover.has-child-menu:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

header .header-style-two .main-nav > ul > li > a.active {
  color: var(--c-primary);
  font-weight: 600;
  font-size: 16px;
}

header .header-style-two .nav-right-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-style-two .nav-right-icons .user-dropdown {
  position: relative;
}

header .header-style-two .nav-right-icons .user-dropdown .user-drop-list {
  background: #162B32;
  position: absolute;
  z-index: 2;
  min-width: 190px;
  padding: 25px 20px;
  color: #ffff;
  right: 0;
  top: 57px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .header-style-two .nav-right-icons .user-dropdown .user-drop-list.account-drop-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 6;
}

header .header-style-two .nav-right-icons .user-dropdown .user-drop-list li {
  margin-top: 10px;
}

header .header-style-two .nav-right-icons .user-dropdown .user-drop-list li:first-child {
  margin-top: 0;
}

header .header-style-two .nav-right-icons .user-dropdown .user-drop-list li a {
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 500;
}

header .header-style-two .nav-right-icons .user-dropdown .user-drop-list li a:hover {
  color: var(--c-primary);
}

header .header-style-two .nav-right-icons div {
  margin-right: 30px;
}

header .header-style-two .nav-right-icons div i {
  font-size: 26px;
  color: #c4c4c4;
  cursor: pointer;
  line-height: 33px;
}

header .header-style-two .nav-right-icons div i::before {
  vertical-align: middle;
}

header .header-style-two .nav-right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

header .header-style-two .nav-right .nav-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-style-two .nav-right .nav-actions li {
  margin-right: 30px;
}

header .header-style-two .nav-right .nav-actions li:last-child {
  margin-right: 0;
}

header .header-style-two .nav-right .nav-actions li a {
  font-size: 20px;
  color: var(--c-primary-one);
}

header .header-style-two .nav-right .nav-right-hotline {
  padding-left: 44px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

header .header-style-two .nav-right .nav-right-hotline .hotline-icon i {
  color: #fff;
  font-size: 30px;
  color: var(--c-primary);
}

header .header-style-two .nav-right .nav-right-hotline .hotline-info {
  margin-left: 10px;
}

header .header-style-two .nav-right .nav-right-hotline .hotline-info span {
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
}

header .header-style-two .nav-right .nav-right-hotline .hotline-info h6 {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  color: #fff;
  padding-top: 2px;
}

header .header-style-two .nav-right .nav-right-hotline .hotline-info h6 a {
  color: inherit;
}

/*header-style-three*/
header .header-style-three {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  padding-left: 2%;
  padding-right: 2%;
  background: rgba(25, 26, 28, 0.6);
}

header .header-style-three .main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: auto;
  min-width: 200px;
  list-style: none;
  background: rgba(25, 26, 28, 0.6);
  opacity: 0;
  z-index: 9999;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--c-primary);
}

header .header-style-three .main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}

header .header-style-three .main-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
}

header .header-style-three .main-nav ul > li a:hover {
  background: transparent;
  color: var(--c-primary) !important;
}

header .header-style-three .main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #2d373c;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}

header .header-style-three .main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

header .header-style-three .main-nav > ul > li + li > .sub-menu {
  left: 15px;
}

header .header-style-three .main-nav > ul > li:hover > .sub-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
}

header .header-style-three .main-nav ul li .sub-menu li:hover > .sub-menu,
header .header-style-three .main-nav ul li .sub-menu li .sub-menu li:hover > .sub-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

header .header-style-three .main-nav ul {
  margin: 0;
  list-style: none;
}

header .header-style-three .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

header .header-style-three .main-nav ul li:last-child {
  padding-right: 0;
}

header .header-style-three .main-nav ul li:hover > a {
  color: var(--c-primary);
}

header .header-style-three .main-nav ul li:hover > a::before {
  opacity: 1;
  background: var(--c-primary);
}

header .header-style-three .main-nav ul li a {
  font-size: 16px;
  color: #fff;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  font-family: var(--f-primary);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 30.5px 0;
  position: relative;
}

header .header-style-three .main-nav ul li ul.sub-menu > li {
  padding: 0;
}

header .header-style-three .main-nav ul li ul.sub-menu > li:last-child {
  border-bottom: none;
}

header .header-style-three .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 15px;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .header-style-three .main-nav ul li ul.sub-menu > li a.active {
  color: var(--c-primary);
  font-weight: 600;
}

header .header-style-three .main-nav ul li ul.sub-menu > li a:hover {
  background: var(--c-primary);
  color: #ffff !important;
}

header .header-style-three .main-nav ul li ul.sub-menu > li a:hover::before {
  opacity: 0;
}

header .header-style-three .main-nav ul li.has-child-menu:after {
  position: absolute;
  right: 9px;
  color: var(--c-primary);
  content: "";
  font-family: bootstrap-icons !important;
  content: "\f64d";
  font-size: 12px;
  font-weight: 600;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  top: 36px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .header-style-three .main-nav ul li:hover.has-child-menu:after {
  content: "\F2EA";
}

header .header-style-three .main-nav > ul > li > a.active {
  color: var(--c-primary);
  font-weight: 600;
  font-size: 16px;
}

header .header-style-three .nav-right-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-style-three .nav-right-icons .user-dropdown {
  position: relative;
}

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list {
  background: #000;
  position: absolute;
  z-index: 2;
  min-width: 190px;
  padding: 25px 20px;
  color: #ffff;
  right: 0;
  top: 57px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list.account-drop-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 6;
}

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list li {
  margin-top: 10px;
}

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list li:first-child {
  margin-top: 0;
}

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list li a {
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 500;
}

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list li a:hover {
  color: var(--c-primary);
}

header .header-style-three .nav-right-icons div {
  margin-right: 10px;
}

header .header-style-three .nav-right-icons div i {
  height: 30px;
  width: 30px;
  background: var(--c-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border: 1px solid var(--c-primary);
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

header .header-style-three .nav-right-icons div i:hover {
  border: 1px solid var(--c-primary);
  color: var(--c-primary);
  background: transparent;
}

header .header-style-three .nav-right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

header .header-style-three .nav-right .nav-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-style-three .nav-right .nav-actions li {
  margin-right: 30px;
}

header .header-style-three .nav-right .nav-actions li:last-child {
  margin-right: 0;
}

header .header-style-three .nav-right .nav-actions li a {
  font-size: 20px;
  color: var(--c-primary-one);
}

header .header-style-three .nav-right .nav-right-hotline {
  padding-left: 44px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

header .header-style-three .nav-right .nav-right-hotline .hotline-icon i {
  color: #fff;
  font-size: 30px;
  color: var(--c-primary);
}

header .header-style-three .nav-right .nav-right-hotline .hotline-info {
  margin-left: 10px;
}

header .header-style-three .nav-right .nav-right-hotline .hotline-info span {
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  margin-top: -3px;
  display: block;
}

header .header-style-three .nav-right .nav-right-hotline .hotline-info h6 {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  color: #fff;
}

header .header-style-three .nav-right .nav-right-hotline .hotline-info h6 a {
  color: inherit;
}

/*header-style-three*/
header .header-style-four {
  position: absolute;
  z-index: 9;
  padding-left: 2%;
  padding-right: 2%;
  background: rgba(3, 0, 19, 0.6);
}

header .header-style-four .main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: auto;
  min-width: 200px;
  list-style: none;
  background: rgba(3, 0, 19, 0.6);
  opacity: 0;
  z-index: 9999;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--c-primary);
}

header .header-style-four .main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}

header .header-style-four .main-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
}

header .header-style-four .main-nav ul > li a:hover {
  background: transparent;
  color: var(--c-primary) !important;
}

header .header-style-four .main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #2d373c;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}

header .header-style-four .main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

header .header-style-four .main-nav > ul > li + li > .sub-menu {
  left: 15px;
}

header .header-style-four .main-nav > ul > li:hover > .sub-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
}

header .header-style-four .main-nav ul li .sub-menu li:hover > .sub-menu,
header .header-style-four .main-nav ul li .sub-menu li .sub-menu li:hover > .sub-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

header .header-style-four .main-nav ul {
  margin: 0;
  list-style: none;
}

header .header-style-four .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

header .header-style-four .main-nav ul li:last-child {
  padding-right: 0;
}

header .header-style-four .main-nav ul li:hover > a {
  color: var(--c-primary);
}

header .header-style-four .main-nav ul li:hover > a::before {
  opacity: 1;
  background: var(--c-primary);
}

header .header-style-four .main-nav ul li a {
  font-size: 16px;
  color: #fff;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  font-family: var(--f-primary);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 30.5px 0;
  position: relative;
}

header .header-style-four .main-nav ul li ul.sub-menu > li {
  padding: 0;
}

header .header-style-four .main-nav ul li ul.sub-menu > li:last-child {
  border-bottom: none;
}

header .header-style-four .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 15px;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .header-style-four .main-nav ul li ul.sub-menu > li a.active {
  color: var(--c-primary);
  font-weight: 600;
}

header .header-style-four .main-nav ul li ul.sub-menu > li a:hover {
  background: var(--c-primary);
  color: #ffff !important;
}

header .header-style-four .main-nav ul li ul.sub-menu > li a:hover::before {
  opacity: 0;
}

header .header-style-four .main-nav ul li.has-child-menu:after {
  position: absolute;
  right: 9px;
  color: var(--c-primary);
  content: "";
  font-family: bootstrap-icons !important;
  content: "\f64d";
  font-size: 12px;
  font-weight: 600;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  top: 36px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .header-style-four .main-nav ul li:hover.has-child-menu:after {
  content: "\F2EA";
}

header .header-style-four .main-nav > ul > li > a.active {
  color: var(--c-primary);
  font-weight: 600;
  font-size: 16px;
}

header .header-style-four .nav-right-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-style-four .nav-right-icons .user-dropdown {
  position: relative;
}

header .header-style-four .nav-right-icons .user-dropdown .user-drop-list {
  background: #000;
  position: absolute;
  z-index: 2;
  min-width: 190px;
  padding: 25px 20px;
  color: #ffff;
  right: 0;
  top: 57px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .header-style-four .nav-right-icons .user-dropdown .user-drop-list.account-drop-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 6;
}

header .header-style-four .nav-right-icons .user-dropdown .user-drop-list li {
  margin-top: 10px;
}

header .header-style-four .nav-right-icons .user-dropdown .user-drop-list li:first-child {
  margin-top: 0;
}

header .header-style-four .nav-right-icons .user-dropdown .user-drop-list li a {
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 500;
}

header .header-style-four .nav-right-icons .user-dropdown .user-drop-list li a:hover {
  color: var(--c-primary);
}

header .header-style-four .nav-right-icons div {
  margin-right: 10px;
}

header .header-style-four .nav-right-icons div i {
  height: 30px;
  width: 30px;
  background: var(--c-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border: 1px solid var(--c-primary);
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

header .header-style-four .nav-right-icons div i:hover {
  border: 1px solid var(--c-primary);
  color: var(--c-primary);
  background: transparent;
}

header .header-style-four .nav-right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

header .header-style-four .nav-right .nav-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-style-four .nav-right .nav-actions li {
  margin-right: 30px;
}

header .header-style-four .nav-right .nav-actions li:last-child {
  margin-right: 0;
}

header .header-style-four .nav-right .nav-actions li a {
  font-size: 20px;
  color: var(--c-primary-one);
}

header .header-style-four .nav-right .nav-right-hotline {
  padding-left: 44px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

header .header-style-four .nav-right .nav-right-hotline .hotline-icon i {
  color: #fff;
  font-size: 30px;
  color: var(--c-primary);
}

header .header-style-four .nav-right .nav-right-hotline .hotline-info {
  margin-left: 10px;
}

header .header-style-four .nav-right .nav-right-hotline .hotline-info span {
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  margin-top: -3px;
  display: block;
}

header .header-style-four .nav-right .nav-right-hotline .hotline-info h6 {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  color: #fff;
}

header .header-style-four .nav-right .nav-right-hotline .hotline-info h6 a {
  color: inherit;
}

.multi-main-searchber {
  background: #ffffff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
          box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 10px;
  padding: 20px 25px;
  position: relative;
}

.multi-main-searchber .main-searchbar-close {
  position: absolute;
  right: 0;
  top: -38px;
}

.multi-main-searchber .main-searchbar-close i {
  height: 30px;
  width: 30px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--c-primary);
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
}

.multi-main-searchber .search-box-single {
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.multi-main-searchber .search-box-single .searchbox-icon {
  font-size: 25px;
  color: var(--c-primary);
  padding-right: 15px;
}

.multi-main-searchber .search-box-single .searchbox-input {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.multi-main-searchber .search-box-single .searchbox-input.date-picker-input::before {
  position: absolute;
  content: "\f1f3";
  font-family: bootstrap-icons !important;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--text-tertiary);
}

.multi-main-searchber .search-box-single .searchbox-input label {
  font-weight: 600;
  font-size: 16px;
  color: #2d373c;
  line-height: 1;
  display: block;
}

.multi-main-searchber .search-box-single .searchbox-input select {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  display: block;
}

.multi-main-searchber .search-box-single .searchbox-input input,
.multi-main-searchber .search-box-single .searchbox-input select {
  height: 30px;
  padding: 0;
  border: none;
  padding-bottom: 10px;
}

.multi-main-searchber .search-box-single .searchbox-input input::-webkit-input-placeholder,
.multi-main-searchber .search-box-single .searchbox-input select::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
}

.multi-main-searchber .search-box-single .searchbox-input input:-ms-input-placeholder,
.multi-main-searchber .search-box-single .searchbox-input select:-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
}

.multi-main-searchber .search-box-single .searchbox-input input::-ms-input-placeholder,
.multi-main-searchber .search-box-single .searchbox-input select::-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
}

.multi-main-searchber .search-box-single .searchbox-input input::placeholder,
.multi-main-searchber .search-box-single .searchbox-input select::placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
}

.multi-main-searchber .main-form-submit {
  height: 100%;
}

.multi-main-searchber .main-form-submit button {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  border: none;
  background: var(--c-primary);
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 24px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.multi-main-searchber .main-form-submit button:hover {
  background: #ff2d1a;
}

.select2-results__option--highlighted[aria-selected] {
  background-color: var(--c-primary) !important;
  color: white;
}

/* =============================
     Navbar area end 
==============================*/
/* =============================
    5. Hero area start 
==============================*/
.hero-style-one {
  position: relative;
}

.hero-style-one .hero-pagination {
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 120px;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  font-weight: 800;
  font-size: 110px;
  letter-spacing: 0.08em;
  opacity: 0.3;
  background: url(../images/banner/hero-pagination-bg.png);
  background-position: bottom;
  color: transparent;
}

.hero-style-one .slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 70px;
  right: 120px;
  z-index: 2;
}

.hero-style-one .slider-arrows .hero-next,
.hero-style-one .slider-arrows .hero-prev {
  font-weight: 600;
  font-size: 16px;
  color: #b8b8b8;
  opacity: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
}

.hero-style-one .slider-arrows .hero-next:hover,
.hero-style-one .slider-arrows .hero-prev:hover {
  opacity: 1;
}

.hero-style-one .slider-arrows .hero-next {
  margin-left: 50px;
}

.hero-style-one .slider-arrows .hero-next i {
  margin-left: 5px;
}

.hero-style-one .slider-arrows .hero-prev i {
  margin-right: 5px;
}

.hero-style-one .swiper-slide.swiper-slide-active .hero-single-slide .hero-highlighted-bg img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hero-style-one .swiper-slide.swiper-slide-active .hero-single-slide .hero-content-bg .hero-content h2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.hero-style-one .swiper-slide.swiper-slide-active .hero-single-slide .hero-content-bg .hero-content p {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.hero-style-one .swiper-slide.swiper-slide-active .hero-single-slide .hero-content-bg .hero-content .hero-btns {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.hero-style-one .hero-single-slide {
  min-height: 750px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.hero-style-one .hero-single-slide .hero-highlighted-bg {
  height: 100%;
  overflow: hidden;
}

.hero-style-one .hero-single-slide .hero-highlighted-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition: -webkit-transform 9000ms ease;
  transition: -webkit-transform 9000ms ease;
  transition: transform 9000ms ease;
  transition: transform 9000ms ease, -webkit-transform 9000ms ease;
}

.hero-style-one .hero-single-slide .hero-content-bg {
  height: 100%;
  background: url(../images/banner/hero-bg1.png) no-repeat center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-style-one .hero-single-slide .hero-content-bg::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(22, 43, 50, 0.9);
  z-index: 0;
}

.hero-style-one .hero-single-slide .hero-content-bg .hero-content {
  max-width: 600px;
  padding: 90px 20px 90px 40px;
}

.hero-style-one .hero-single-slide .hero-content-bg .hero-content h2 {
  font-family: var(--f-secondary);
  font-weight: 700;
  font-size: 85px;
  line-height: 95px;
  letter-spacing: 0.05em;
  color: var(--c-primary);
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

.hero-style-one .hero-single-slide .hero-content-bg .hero-content h2 span {
  -webkit-text-stroke: 2px var(--c-primary);
  -webkit-text-fill-color: transparent;
}

.hero-style-one .hero-single-slide .hero-content-bg .hero-content p {
  padding-top: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.hero-style-one .hero-single-slide .hero-content-bg .hero-content .hero-btns {
  padding-top: 40px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms;
  opacity: 0;
}

.hero-style-one .hero-single-slide .hero-content-bg .hero-content .hero-btns a {
  margin-top: 15px;
  margin-right: 50px;
}

.hero-style-one .hero-single-slide .hero-content-bg .hero-content .hero-btns a:last-child {
  margin-right: 0;
}

.hero-two-pagination {
  position: absolute;
  right: 100px;
  top: 50%;
  left: unset !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero-two-pagination span {
  background: transparent;
  display: inline-block;
  padding: 30px 0;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.15em;
  font-family: var(--f-secondary);
  -webkit-text-stroke: 1px rgba(22, 43, 50, 0.3);
  -webkit-text-fill-color: transparent;
}

.hero-two-pagination span.swiper-pagination-bullet {
  opacity: 1;
}

.hero-two-pagination span.swiper-pagination-bullet-active {
  -webkit-text-stroke: 1px var(--c-primary);
}

.hero-style-two {
  background: url(../images/banner/hero-two-bg.png), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #f3f4f5), to(#f3f4f5));
  background: url(../images/banner/hero-two-bg.png), linear-gradient(#f3f4f5 100%, #f3f4f5 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.hero-style-two .hero-main-wrapper .single-hero-slide {
  padding-top: 110px;
  padding-bottom: 110px;
}

.hero-style-two .hero-main-wrapper .single-hero-slide .hero-content .featured-location {
  font-weight: 500;
  font-size: 20px;
  color: #2d373c;
}

.hero-style-two .hero-main-wrapper .single-hero-slide .hero-content .featured-location i {
  color: var(--c-primary);
  margin-right: 5px;
}

.hero-style-two .hero-main-wrapper .single-hero-slide .hero-content .hero-title {
  font-family: var(--f-secondary);
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
  color: #2d373c;
  padding-top: 2px;
}

.hero-style-two .hero-main-wrapper .single-hero-slide .hero-content .hero-title span {
  color: var(--c-primary);
  margin-left: 10px;
}

.hero-style-two .hero-main-wrapper .single-hero-slide .hero-content .featured-price {
  font-family: var(--f-secondary);
  font-weight: 700;
  font-size: 30px;
  color: #2d373c;
  padding-top: 16px;
}

.hero-style-two .hero-main-wrapper .single-hero-slide .hero-content .featured-price span {
  color: var(--c-primary);
  font-size: 20px;
}

.hero-style-two .hero-main-wrapper .single-hero-slide .hero-content p {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #666666;
  padding-top: 25px;
}

.hero-style-two .hero-main-wrapper .single-hero-slide .hero-content .hero-btns {
  padding-top: 14px;
}

.hero-style-two .hero-main-wrapper .single-hero-slide .hero-content .hero-btns a {
  margin-top: 20px;
  margin-right: 30px;
}

.hero-style-two .hero-main-wrapper .single-hero-slide .hero-content .hero-btns a:last-child {
  margin-right: 0;
}

.hero-style-three {
  overflow: hidden;
}

.hero-style-three .banner-plane {
  position: absolute;
  top: 25%;
  left: 5%;
  z-index: 2;
  -webkit-animation: fly 12s linear infinite;
          animation: fly 12s linear infinite;
  opacity: 0.5;
}

@media (max-width: 576px) {
  .hero-style-three .banner-plane {
    display: none;
    visibility: hidden;
  }
}

@-webkit-keyframes fly {
  0% {
    -webkit-transform: translateX(0) scale(0.5);
            transform: translateX(0) scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(50%) scale(0.8);
            transform: translateX(50%) scale(0.8);
    opacity: .8;
  }
  100% {
    -webkit-transform: translateX(100%) scale(0.5);
            transform: translateX(100%) scale(0.5);
    opacity: 0;
  }
}

@keyframes fly {
  0% {
    -webkit-transform: translateX(0) scale(0.5);
            transform: translateX(0) scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(50%) scale(0.8);
            transform: translateX(50%) scale(0.8);
    opacity: .8;
  }
  100% {
    -webkit-transform: translateX(100%) scale(0.5);
            transform: translateX(100%) scale(0.5);
    opacity: 0;
  }
}

.hero-style-three .slider-arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 60px;
  z-index: 2;
  padding: 5px;
}

.hero-style-three .slider-arrows .hero-prev3 {
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  background: transparent;
  color: #fff;
  border: 1px solid  #fff;
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.hero-style-three .slider-arrows .hero-prev3:hover {
  background: var(--c-primary);
  border: 1px solid var(--c-primary);
  color: #fff;
}

.hero-style-three .slider-arrows .hero-next3 {
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  background: transparent;
  border: 1px solid  #fff;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.hero-style-three .slider-arrows .hero-next3:hover {
  background: var(--c-primary);
  border: 1px solid var(--c-primary);
  color: #fff;
}

.hero-style-three .hero-social {
  position: absolute;
  top: 50%;
  left: -90px;
  z-index: 2;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.hero-style-three .hero-social .social-list li {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.hero-style-three .hero-social .social-list li::before {
  content: url("../images/icons/list-style.svg");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  z-index: 1;
}

.hero-style-three .hero-social .social-list a {
  color: #fff;
}

.hero-style-three .slider-bg-1 {
  padding: 300px 0px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 5, 15, 0.45)), to(rgba(0, 5, 15, 0.45))), url("../images/banner/home3-banner1.png");
  background: linear-gradient(rgba(0, 5, 15, 0.45), rgba(0, 5, 15, 0.45)), url("../images/banner/home3-banner1.png");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-style-three .slider-bg-1 {
    padding: 250px 0px;
  }
}

@media (max-width: 767px) {
  .hero-style-three .slider-bg-1 {
    padding: 200px 0px;
  }
}

.hero-style-three .slider-bg-3 {
  padding: 300px 0px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 5, 15, 0.45)), to(rgba(0, 5, 15, 0.45))), url("../images/banner/home3-banner3.png");
  background: linear-gradient(rgba(0, 5, 15, 0.45), rgba(0, 5, 15, 0.45)), url("../images/banner/home3-banner3.png");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-style-three .slider-bg-3 {
    padding: 250px 0px;
  }
}

@media (max-width: 767px) {
  .hero-style-three .slider-bg-3 {
    padding: 200px 0px;
  }
}

.hero-style-three .hero3-content {
  text-align: center;
}

.hero-style-three .hero3-content .title-top-text {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
  display: block;
  -webkit-animation: unset;
          animation: unset;
}

.hero-style-three .hero3-content .title-top {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.hero-style-three .hero3-content h1 {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-style-three .hero3-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .hero-style-three .hero3-content h1 {
    font-size: 50px;
  }
}

.hero-style-three .hero3-content p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 45px;
}

.hero-style-three .swiper-slide-active h1 {
  -webkit-animation: fadeInDown 1.5s;
          animation: fadeInDown 1.5s;
}

.hero-style-three .swiper-slide-active p {
  -webkit-animation: fadeInUp 1.5s;
          animation: fadeInUp 1.5s;
}

.hero-style-three .swiper-slide-active .banner3-btn {
  -webkit-animation: zoomIn 2s;
          animation: zoomIn 2s;
}

.hero-style-four {
  position: relative;
  overflow: hidden;
}

.hero-style-four .banner-star3 {
  position: absolute;
  bottom: 20%;
  left: 5%;
  z-index: 9;
  -webkit-animation: rotation 8s linear infinite;
          animation: rotation 8s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.hero-style-four .banner-star2 {
  position: absolute;
  top: 15%;
  right: 22%;
  z-index: 9;
  -webkit-animation: blink 2s linear infinite alternate;
          animation: blink 2s linear infinite alternate;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.hero-style-four .banner-star1 {
  position: absolute;
  top: 15%;
  right: 25%;
  z-index: 9;
  -webkit-animation: blink 2s linear infinite alternate;
          animation: blink 2s linear infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes blink {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.hero-style-four .banner-plane {
  position: absolute;
  top: 25%;
  left: 5%;
  z-index: 2;
  -webkit-animation: fly 12s linear infinite;
          animation: fly 12s linear infinite;
  opacity: 0.5;
}

@media (max-width: 576px) {
  .hero-style-four .banner-plane {
    display: none;
    visibility: hidden;
  }
}

@keyframes fly {
  0% {
    -webkit-transform: translateX(0) scale(0.5);
            transform: translateX(0) scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(50%) scale(0.8);
            transform: translateX(50%) scale(0.8);
    opacity: .8;
  }
  100% {
    -webkit-transform: translateX(100%) scale(0.5);
            transform: translateX(100%) scale(0.5);
    opacity: 0;
  }
}

.hero-style-four .slider-arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 60px;
  z-index: 2;
  padding: 5px;
}

.hero-style-four .slider-arrows .hero-prev3 {
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  background: transparent;
  color: #fff;
  border: 1px solid  #fff;
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.hero-style-four .slider-arrows .hero-prev3:hover {
  background: var(--c-primary);
  border: 1px solid var(--c-primary);
  color: #fff;
}

.hero-style-four .slider-arrows .hero-next3 {
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  background: transparent;
  border: 1px solid  #fff;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.hero-style-four .slider-arrows .hero-next3:hover {
  background: var(--c-primary);
  border: 1px solid var(--c-primary);
  color: #fff;
}

.hero-style-four .slider-bg-1 {
  padding: 300px 0px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url("../images/banner/banner41.png");
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../images/banner/banner41.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-style-four .slider-bg-1 {
    padding: 250px 0px;
  }
}

@media (max-width: 767px) {
  .hero-style-four .slider-bg-1 {
    padding: 200px 0px;
  }
}

.hero-style-four .slider-bg-2 {
  padding: 300px 0px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url("../images/banner/banner42.png");
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../images/banner/banner42.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-style-four .slider-bg-2 {
    padding: 250px 0px;
  }
}

@media (max-width: 767px) {
  .hero-style-four .slider-bg-2 {
    padding: 200px 0px;
  }
}

.hero-style-four .hero4-content {
  text-align: left;
}

.hero-style-four .hero4-content .title-top-text {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
  display: block;
  -webkit-animation: unset;
          animation: unset;
}

.hero-style-four .hero4-content .title-top {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.hero-style-four .hero4-content h1 {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-style-four .hero4-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .hero-style-four .hero4-content h1 {
    font-size: 50px;
  }
}

.hero-style-four .hero4-content p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 45px;
}

.hero-style-four .swiper-slide-active h1 {
  -webkit-animation: fadeInDown 1.5s;
          animation: fadeInDown 1.5s;
}

.hero-style-four .swiper-slide-active p {
  -webkit-animation: fadeInUp 1.5s;
          animation: fadeInUp 1.5s;
}

.hero-style-four .swiper-slide-active .banner3-btn {
  -webkit-animation: zoomIn 2s;
          animation: zoomIn 2s;
}

.multi-main-searchber {
  background: #ffffff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
          box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  z-index: 2;
}

.multi-main-searchber .main-searchbar-close {
  position: absolute;
  right: 0;
  top: -38px;
}

.multi-main-searchber .main-searchbar-close i {
  height: 30px;
  width: 30px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--c-primary);
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
}

.multi-main-searchber .search-box-single {
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.multi-main-searchber .search-box-single .searchbox-icon {
  font-size: 25px;
  color: var(--c-primary);
  padding-right: 15px;
}

.multi-main-searchber .search-box-single .searchbox-input {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.multi-main-searchber .search-box-single .searchbox-input.date-picker-input {
  z-index: 21;
  top: 10px;
}

.multi-main-searchber .search-box-single .searchbox-input.date-picker-input::before {
  position: absolute;
  content: "\f1f3";
  font-family: bootstrap-icons !important;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--text-tertiary);
}

.multi-main-searchber .search-box-single .searchbox-input label {
  font-weight: 600;
  font-size: 16px;
  color: #2d373c;
  line-height: 1;
  display: block;
  margin-bottom: -2px;
}

.multi-main-searchber .search-box-single .searchbox-input select {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  display: block;
}

.multi-main-searchber .search-box-single .searchbox-input input,
.multi-main-searchber .search-box-single .searchbox-input select {
  height: 30px;
  padding: 0;
  border: none;
  padding-bottom: 10px;
}

.multi-main-searchber .search-box-single .searchbox-input input::-webkit-input-placeholder,
.multi-main-searchber .search-box-single .searchbox-input select::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
}

.multi-main-searchber .search-box-single .searchbox-input input:-ms-input-placeholder,
.multi-main-searchber .search-box-single .searchbox-input select:-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
}

.multi-main-searchber .search-box-single .searchbox-input input::-ms-input-placeholder,
.multi-main-searchber .search-box-single .searchbox-input select::-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
}

.multi-main-searchber .search-box-single .searchbox-input input::placeholder,
.multi-main-searchber .search-box-single .searchbox-input select::placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
}

.multi-main-searchber .main-form-submit {
  height: 100%;
}

.multi-main-searchber .main-form-submit button {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  border: none;
  background: var(--c-primary);
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 24px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.multi-main-searchber .main-form-submit button:hover {
  background: transparent;
  color: red;
  border: 1px solid var(--c-primary);
}

/* =============================
     Hero area end
==============================*/
/* =============================
   6. Package area start
==============================*/
.package-card-alpha {
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
          box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.package-card-alpha:hover .package-card-body .p-card-bottom .book-btn a {
  background: var(--c-primary);
  color: #fff;
}

.package-card-alpha:hover .package-card-body .p-card-bottom .book-btn a i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.package-card-alpha .package-thumb {
  position: relative;
}

.package-card-alpha .package-thumb img {
  width: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.package-card-alpha .package-thumb .card-lavel {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  background: var(--c-primary);
  border-radius: 3px;
  position: absolute;
  padding: 9px 32px;
  bottom: 0;
  left: 20px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-clip-path: polygon(9% 0, 90% 3%, 100% 94%, 0 100%);
          clip-path: polygon(9% 0, 90% 3%, 100% 94%, 0 100%);
}

.package-card-alpha .package-thumb .card-lavel i {
  margin-right: 8px;
}

.package-card-alpha .package-card-body {
  padding: 30px 25px;
}

.package-card-alpha .package-card-body .p-card-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #454545;
}

.package-card-alpha .package-card-body .p-card-title a {
  color: inherit;
}

.package-card-alpha .package-card-body .p-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.package-card-alpha .package-card-body .p-card-bottom .book-btn a {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--c-primary);
  background: #ffffff;
  border: 1px solid var(--c-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 8px 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.package-card-alpha .package-card-body .p-card-bottom .book-btn a i {
  margin-left: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.package-card-alpha .package-card-body .p-card-bottom .p-card-info h6 {
  color: var(--c-primary);
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
}

.package-card-alpha .package-card-body .p-card-bottom .p-card-info h6 span {
  font-size: 14px;
}

.package-card-alpha .package-card-body .p-card-bottom .p-card-info span {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #2d373c;
}

.package-card-beta {
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
          box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.package-card-beta:hover .package-card-body::before {
  height: 100%;
  opacity: .1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.package-card-beta .package-thumb {
  position: relative;
}

.package-card-beta .package-thumb img {
  width: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.package-card-beta .package-thumb .card-lavel {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--c-primary);
  background: #ffffff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
          box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 30px;
  position: absolute;
  padding: 9px 15px;
  bottom: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  min-width: 170px;
  cursor: pointer;
  z-index: 9;
}

.package-card-beta .package-thumb .card-lavel i {
  margin-right: 8px;
}

.package-card-beta .package-thumb .card-lavel:hover {
  background-color: var(--c-primary);
  color: #fff;
}

.package-card-beta .package-card-body {
  padding: 30px 25px;
  position: relative;
  z-index: 1;
}

.package-card-beta .package-card-body::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--c-primary);
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

.package-card-beta .package-card-body .p-card-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #454545;
  margin-top: 5px;
}

.package-card-beta .package-card-body .p-card-title a {
  color: inherit;
}

.package-card-beta .package-card-body .p-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.package-card-beta .package-card-body .p-card-bottom .book-btn a {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--c-primary);
  background: #ffffff;
  border: 1px solid var(--c-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  padding: 8px 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .package-card-beta .package-card-body .p-card-bottom .book-btn a {
    padding: 6px 10px;
  }
}

.package-card-beta .package-card-body .p-card-bottom .book-btn a i {
  margin-left: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.package-card-beta .package-card-body .p-card-bottom .book-btn:hover a {
  background: var(--c-primary);
  color: #fff;
}

.package-card-beta .package-card-body .p-card-bottom .book-btn:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.package-card-beta .package-card-body .p-card-bottom .p-card-info {
  padding-left: 10px;
}

.package-card-beta .package-card-body .p-card-bottom .p-card-info h6 {
  color: var(--c-primary);
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 991px) {
  .package-card-beta .package-card-body .p-card-bottom .p-card-info h6 {
    font-size: 14px;
  }
}

.package-card-beta .package-card-body .p-card-bottom .p-card-info h6 span {
  font-size: 14px;
}

.package-card-beta .package-card-body .p-card-bottom .p-card-info span {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #2d373c;
}

.package-card-delta {
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
          box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.package-card-delta:hover .package-thumb .card-lavel {
  opacity: 1;
  -webkit-transform: translateY(0px) scale(1);
          transform: translateY(0px) scale(1);
}

.package-card-delta:hover .package-card-body::before {
  height: 100%;
  opacity: .1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.package-card-delta .package-thumb {
  position: relative;
}

.package-card-delta .package-thumb img {
  width: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.package-card-delta .package-thumb .card-lavel {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  background-color: var(--c-primary);
  color: #fff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
          box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 30px;
  position: absolute;
  padding: 9px 15px;
  top: 25px;
  left: 25px;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  min-width: 170px;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
  -webkit-transform: translateY(10px) scale(0.5);
          transform: translateY(10px) scale(0.5);
}

.package-card-delta .package-thumb .card-lavel i {
  margin-right: 8px;
}

.package-card-delta .package-thumb .card-lavel:hover {
  color: var(--c-primary);
  background-color: #fff;
}

.package-card-delta .package-card-body {
  padding: 30px 25px;
  position: relative;
  z-index: 1;
}

.package-card-delta .package-card-body::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--c-primary);
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

.package-card-delta .package-card-body .p-card-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #454545;
  margin-top: 5px;
}

.package-card-delta .package-card-body .p-card-title a {
  color: inherit;
}

.package-card-delta .package-card-body .p-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.package-card-delta .package-card-body .p-card-bottom .book-btn a {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--c-primary);
  background: #ffffff;
  border: 1px solid var(--c-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  padding: 8px 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .package-card-delta .package-card-body .p-card-bottom .book-btn a {
    padding: 6px 10px;
  }
}

.package-card-delta .package-card-body .p-card-bottom .book-btn a i {
  margin-left: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.package-card-delta .package-card-body .p-card-bottom .book-btn:hover a {
  background: var(--c-primary);
  color: #fff;
}

.package-card-delta .package-card-body .p-card-bottom .book-btn:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.package-card-delta .package-card-body .p-card-bottom .p-card-info {
  padding-left: 10px;
}

.package-card-delta .package-card-body .p-card-bottom .p-card-info h6 {
  color: var(--c-primary);
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 991px) {
  .package-card-delta .package-card-body .p-card-bottom .p-card-info h6 {
    font-size: 14px;
  }
}

.package-card-delta .package-card-body .p-card-bottom .p-card-info h6 span {
  font-size: 14px;
}

.package-card-delta .package-card-body .p-card-bottom .p-card-info span {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #2d373c;
}

.package-card-gamma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
          box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}

.package-card-gamma:hover .package-card-body .p-card-bottom .book-btn a {
  background: var(--c-primary);
  color: #fff;
}

.package-card-gamma:hover .package-card-body .p-card-bottom .book-btn a i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.package-card-gamma .package-thumb img {
  max-width: 355px;
  border-radius: 10px;
}

.package-card-gamma .package-card-body {
  text-align: center;
  padding-left: 30px;
  padding-right: 20px;
}

.package-card-gamma .package-card-body .card-lavel {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  background: var(--c-primary);
  border-radius: 3px;
  padding: 9px 32px;
  -webkit-clip-path: polygon(9% 0, 90% 3%, 100% 94%, 0 100%);
          clip-path: polygon(9% 0, 90% 3%, 100% 94%, 0 100%);
  display: inline-block;
}

.package-card-gamma .package-card-body .card-lavel i {
  margin-right: 8px;
}

.package-card-gamma .package-card-body .p-card-title {
  padding-top: 18px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #454545;
  text-align: start;
}

.package-card-gamma .package-card-body .p-card-title a {
  color: inherit;
}

.package-card-gamma .package-card-body .p-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.package-card-gamma .package-card-body .p-card-bottom .book-btn a {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--c-primary);
  background: #ffffff;
  border: 1px solid var(--c-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 8px 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.package-card-gamma .package-card-body .p-card-bottom .book-btn a i {
  margin-left: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.package-card-gamma .package-card-body .p-card-bottom .p-card-info {
  text-align: start;
}

.package-card-gamma .package-card-body .p-card-bottom .p-card-info h6 {
  color: var(--c-primary);
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
}

.package-card-gamma .package-card-body .p-card-bottom .p-card-info h6 span {
  font-size: 14px;
}

.package-card-gamma .package-card-body .p-card-bottom .p-card-info span {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #2d373c;
}

.package-bottom-btn {
  margin-top: 50px;
}

.offer-switch-button {
  margin-bottom: 30px;
}

.offer-switch-button .nav-item {
  height: 87px;
  width: 87px;
  min-width: 87px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 18px;
}

.offer-switch-button .nav-item .nav-link {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 20px;
  color: var(--c-primary);
  border: 2px solid var(--c-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  font-family: var(--f-secondary);
}

.offer-switch-button .nav-item .nav-link.active {
  height: 87px;
  width: 87px;
  font-size: 28px;
  color: #fff;
  background: var(--c-primary);
}

.offer-switch-button2 {
  margin-bottom: 30px;
}

.offer-switch-button2 .nav-item {
  min-width: 87px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 18px;
}

.offer-switch-button2 .nav-item .nav-link {
  min-height: 40px;
  min-width: 95px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 20px;
  color: var(--c-primary);
  border: 2px solid var(--c-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  font-family: var(--f-secondary);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.offer-switch-button2 .nav-item .nav-link.active {
  color: #fff;
  background: var(--c-primary);
  position: relative;
}

.offer-switch-button2 .nav-item .nav-link.active::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  bottom: -5px;
  height: 12px;
  width: 12px;
  background-color: var(--c-primary);
}

.offer-switch-button2 .nav-item .nav-link:hover {
  color: #fff;
  background: var(--c-primary);
}

.offer-switch-button3 {
  margin-bottom: 30px;
}

.offer-switch-button3 .nav-item {
  min-width: 87px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 18px;
}

.offer-switch-button3 .nav-item .nav-link {
  min-height: 40px;
  min-width: 95px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 20px;
  color: #7D878C;
  border: 2px solid  #7D878C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  font-family: var(--f-secondary);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.offer-switch-button3 .nav-item .nav-link.active {
  color: #fff;
  background: var(--c-primary);
  border: 1px solid var(--c-primary);
  position: relative;
}

.offer-switch-button3 .nav-item .nav-link.active::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  bottom: -5px;
  height: 12px;
  width: 12px;
  background-color: var(--c-primary);
}

.offer-switch-button3 .nav-item .nav-link:hover {
  color: #fff;
  background: var(--c-primary);
  border: 1px solid var(--c-primary);
}

.package-sidebar .package-widget-style-2 {
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
          box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 5px;
}

.package-sidebar .package-widget-style-2 .widget-title {
  background: #162b32;
  border-radius: 5px;
  padding: 13px 20px;
}

.package-sidebar .package-widget-style-2 .widget-title h4 {
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  margin-top: 3px;
}

.package-sidebar .package-widget-style-2 .widget-lavel {
  font-weight: 700;
  font-size: 25px;
  color: var(--c-primary);
}

.package-sidebar .package-widget-style-2 .widget-lavel span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.package-sidebar .package-widget-style-2 .widget-body {
  padding: 20px 20px;
}

.package-sidebar .package-widget {
  background: #ffffff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
          box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 5px;
}

.package-sidebar .package-widget .widget-title {
  padding: 20px 20px;
  border-bottom: 1px solid #eeeeee;
}

.package-sidebar .package-widget .widget-title h4 {
  font-weight: 600;
  font-size: 20px;
  color: #2d373c;
}

.package-sidebar .package-widget .widget-body {
  padding: 20px 20px;
}

.package-sidebar .widget-tag-cloud .tag-cloud a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #2d373c;
  border: 1px solid #2d373c4d;
  padding: 6px 18px;
  margin-right: 12px;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.package-sidebar .widget-tag-cloud .tag-cloud a:hover {
  border-color: var(--c-primary);
  background: var(--c-primary);
  color: #fff;
}

.package-sidebar .widget-search .search-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
}

.package-sidebar .widget-search .search-input-group input {
  height: 100%;
  background: #f5f5f5;
  border-radius: 44px 0 0 44px;
  padding: 10px 15px 10px 15px;
}

.package-sidebar .widget-search .search-input-group input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  line-height: 1;
}

.package-sidebar .widget-search .search-input-group input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  line-height: 1;
}

.package-sidebar .widget-search .search-input-group input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  line-height: 1;
}

.package-sidebar .widget-search .search-input-group input::placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  line-height: 1;
}

.package-sidebar .widget-search .search-input-group input:focus {
  border: none;
}

.package-sidebar .widget-search .search-input-group button {
  border: none;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  background: var(--c-primary);
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0 44px 44px 0;
  margin-left: -1px;
  -webkit-transition: .3s;
  transition: .3s;
}

.package-sidebar .widget-search .search-input-group button:hover {
  background: #162B32;
}

.package-sidebar .widget-duration .deration-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.package-sidebar .widget-duration .deration-check:first-child {
  margin-top: 0;
}

.package-sidebar .widget-duration .deration-check label {
  font-weight: 500;
  font-size: 16px;
  color: #2d373c;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.package-sidebar .widget-duration .deration-check label:hover {
  color: var(--c-primary);
}

.package-sidebar .widget-duration .deration-check label i {
  margin-right: 5px;
  font-size: 14px;
}

.package-sidebar .widget-duration .deration-check input {
  height: 18px;
  width: 18px;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 15px;
}

.package-sidebar .widget-duration .deration-check input:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.package-sidebar .widget-duration .deration-check input:checked {
  background-color: var(--c-primary);
  border-color: var(--c-primary);
}

.package-sidebar .widget-tour-categoris .category-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

.package-sidebar .widget-tour-categoris .category-check:first-child {
  margin-top: 0;
}

.package-sidebar .widget-tour-categoris .category-check label {
  font-weight: 500;
  font-size: 16px;
  color: #2d373c;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.package-sidebar .widget-tour-categoris .category-check label:hover {
  color: var(--c-primary);
}

.package-sidebar .widget-tour-categoris .category-check label i {
  margin-right: 5px;
  font-size: 14px;
}

.package-sidebar .widget-tour-categoris input {
  height: 18px;
  width: 18px;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.package-sidebar .widget-tour-categoris input:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 253, 58, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 253, 58, 0.25);
}

.package-sidebar .widget-tour-categoris input:checked {
  background-color: var(--c-primary);
  border-color: var(--c-primary);
}

.package-sidebar .widget-recent-package-entries .package-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.package-sidebar .widget-recent-package-entries .package-sm:first-child {
  margin-top: 0;
}

.package-sidebar .widget-recent-package-entries .package-sm .thumb {
  min-width: 80px;
  width: 80px;
  margin-right: 15px;
}

.package-sidebar .widget-recent-package-entries .package-sm .thumb img {
  width: 100%;
}

.package-sidebar .widget-recent-package-entries .package-sm .info h6 {
  font-weight: 600;
  font-size: 15px;
  color: #454545;
  line-height: 20px;
}

.package-sidebar .widget-recent-package-entries .package-sm .info h6:hover {
  color: var(--c-primary);
}

.package-sidebar .widget-recent-package-entries .package-sm .info h6 a {
  color: inherit;
}

.package-sidebar .widget-recent-package-entries .package-sm .info .price span {
  color: #2d373c;
  font-size: 12px;
  font-weight: 500;
}

.package-sidebar .widget-recent-package-entries .package-sm .info .price h6 {
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: var(--c-primary);
}

.package-sidebar .widget-gallary ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: (auto)[3];
      grid-template-columns: repeat(3, auto);
}

.package-sidebar .widget-gallary ul li img {
  width: 100%;
}

.react-datepicker__input-container input {
  padding: 7px 0px;
}

.booking-form-wrapper .custom-input-group {
  margin-top: 20px;
}

.booking-form-wrapper .custom-input-group .submite-btn {
  padding-top: 10px;
}

.booking-form-wrapper .custom-input-group .submite-btn button {
  width: 100%;
  display: block;
}

.booking-form-wrapper .custom-input-group textarea {
  background: #fff;
}

.booking-form-wrapper .custom-input-group input {
  height: 45px;
  padding: 7px 12px;
  background: #fff;
}

.booking-form-wrapper .custom-input-group select {
  height: 45px;
  padding: 0 15px;
  font-weight: 500;
  font-size: 13px;
  color: #2d373c;
  background: #fff;
}

.tour-package-details .pd-header {
  margin-bottom: 30px;
}

.tour-package-details .pd-header .pd-top .pd-single-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tour-package-details .pd-header .pd-top .pd-single-info .info-icon {
  margin-right: 15px;
  margin-top: 4px;
}

.tour-package-details .pd-header .pd-top .pd-single-info .info-icon img {
  max-width: 42px;
}

.tour-package-details .pd-header .pd-top .pd-single-info .info h6 {
  font-weight: 600;
  font-size: 17px;
  color: #454545;
}

.tour-package-details .pd-header .pd-top .pd-single-info .info span {
  font-weight: 600;
  font-size: 14px;
  color: #666666;
}

.tour-package-details .pd-header .pd-thumb {
  padding-top: 30px;
}

.tour-package-details .pd-header .pd-thumb img {
  width: 100%;
  border-radius: 5px;
}

.tour-package-details .pd-header .header-bottom {
  padding: 30px 0 30px 0;
  border-bottom: 1px solid #eeeeee;
}

.tour-package-details .pd-header .header-bottom .pd-lavel .location {
  font-weight: 600;
  font-size: 20px;
  color: var(--c-primary);
}

.tour-package-details .pd-header .header-bottom .pd-lavel .rating li {
  margin-right: 8px;
}

.tour-package-details .pd-header .header-bottom .pd-lavel .rating li i {
  font-size: 17px;
  color: var(--c-primary);
}

.tour-package-details .pd-header .header-bottom .pd-lavel .rating li:last-child {
  margin-right: 0;
}

.tour-package-details .pd-header .header-bottom .pd-title {
  font-weight: 700;
  font-size: 35px;
  text-transform: capitalize;
  color: #2d373c;
}

.tour-package-details .package-details-tabs {
  position: relative;
}

.tour-package-details .package-details-tabs .tab-switchers {
  background: #fff;
  top: 0;
  left: 0;
  z-index: 9;
  margin-bottom: 50px;
}

.tour-package-details .package-details-tabs .tab-switchers .nav-item .nav-link {
  border: 2px solid var(--c-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  font-weight: 600;
  font-size: 20px;
  color: #2d373c;
  padding: 8px 28px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.tour-package-details .package-details-tabs .tab-switchers .nav-item .nav-link:hover {
  background: var(--c-primary);
  color: #fff;
}

.tour-package-details .package-details-tabs .tab-switchers .nav-item .nav-link i {
  margin-right: 10px;
}

.tour-package-details .package-details-tabs .tab-switchers .nav-item .nav-link.active {
  background: var(--c-primary);
  color: #fff;
}

.tour-package-details .tab-pane .d-subtitle {
  font-weight: 700;
  font-size: 30px;
  color: #2d373c;
  line-height: 1;
}

.tour-package-details .package-info-tab p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  padding-top: 15px;
}

.tour-package-details .package-info-tab .p-info-featured-img {
  margin: 20px 0;
}

.tour-package-details .package-info-tab .p-info-featured-img .featured-img img {
  width: 100%;
}

.tour-package-details .package-info-tab .p-info-featured-img .featured-video {
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  padding: 0;
  margin: 0;
  border-right: 5px;
  overflow: hidden;
}

.tour-package-details .package-info-tab .p-info-featured-img .featured-video .video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 72, 56, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.tour-package-details .package-info-tab .p-info-featured-img .featured-video .video-overlay:hover .play-icon {
  background: rgba(45, 55, 60, 0.8);
  cursor: pointer;
}

.tour-package-details .package-info-tab .p-info-featured-img .featured-video .video-overlay:hover .play-icon::before {
  inset: -8px;
  background: rgba(45, 55, 60, 0.6);
}

.tour-package-details .package-info-tab .p-info-featured-img .featured-video .video-overlay:hover .play-icon::after {
  inset: -24px;
  background: rgba(45, 55, 60, 0.5);
}

.tour-package-details .package-info-tab .p-info-featured-img .featured-video .video-overlay .play-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34.94px;
  height: 34.94px;
  background: rgba(45, 55, 60, 0.6);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tour-package-details .package-info-tab .p-info-featured-img .featured-video .video-overlay .play-icon::before {
  position: absolute;
  content: "";
  inset: -6px;
  background: rgba(45, 55, 60, 0.5);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tour-package-details .package-info-tab .p-info-featured-img .featured-video .video-overlay .play-icon::after {
  position: absolute;
  content: "";
  inset: -12px;
  background: rgba(45, 55, 60, 0.4);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tour-package-details .package-info-tab .p-info-featured-img .featured-video .video-overlay .play-icon i {
  font-size: 20px;
  color: var(--c-primary);
  position: relative;
  z-index: 2;
}

.tour-package-details .package-info-tab .package-info-table {
  margin-top: 80px;
  background: #ffffff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
          box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 10px;
}

.tour-package-details .package-info-tab .package-info-table tr .tour-transport-col {
  padding-left: 10px;
}

.tour-package-details .package-info-tab .package-info-table tr .tour-transport-col .tour-transport img {
  max-width: 25px;
  margin-right: 10px;
}

.tour-package-details .package-info-tab .package-info-table tr th,
.tour-package-details .package-info-tab .package-info-table tr td {
  font-weight: 600;
  font-size: 18px;
  padding: 20px 10px 20px 40px;
  vertical-align: middle;
}

.tour-package-details .package-info-tab .package-info-table tr th .excluded-list li,
.tour-package-details .package-info-tab .package-info-table tr td .excluded-list li {
  margin-top: 10px;
}

.tour-package-details .package-info-tab .package-info-table tr th .excluded-list li:first-child,
.tour-package-details .package-info-tab .package-info-table tr td .excluded-list li:first-child {
  margin-top: 0;
}

.tour-package-details .package-info-tab .package-info-table tr th .excluded-list li i,
.tour-package-details .package-info-tab .package-info-table tr td .excluded-list li i {
  margin-right: 15px;
  color: var(--c-primary);
}

.tour-package-details .package-info-tab .package-info-table tr th .included-list li,
.tour-package-details .package-info-tab .package-info-table tr td .included-list li {
  margin-top: 10px;
}

.tour-package-details .package-info-tab .package-info-table tr th .included-list li:first-child,
.tour-package-details .package-info-tab .package-info-table tr td .included-list li:first-child {
  margin-top: 0;
}

.tour-package-details .package-info-tab .package-info-table tr th .included-list li i,
.tour-package-details .package-info-tab .package-info-table tr td .included-list li i {
  margin-right: 15px;
  color: #162b32;
}

.tour-package-details .package-info-tab .package-info-table tr th {
  color: #2d373c;
}

.tour-package-details .package-info-tab .package-info-table tr td {
  color: #666666;
}

.tour-package-details .package-info-tab .rating-overview {
  margin-top: 60px;
}

.tour-package-details .package-info-tab .rating-overview-row {
  margin-top: 24px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 72, 56, 0.15);
}

.tour-package-details .package-info-tab .rating-overview-row .total-rating {
  background: #f5f5f5;
  padding: 40px 20px;
}

.tour-package-details .package-info-tab .rating-overview-row .total-rating h3 {
  font-weight: 800;
  font-size: 50px;
  color: var(--c-primary);
}

.tour-package-details .package-info-tab .rating-overview-row .total-rating h5 {
  font-weight: 500;
  font-size: 25px;
  color: #262339;
}

.tour-package-details .package-info-tab .rating-overview-row .rating-info {
  padding: 45px 35px;
}

.tour-package-details .package-info-tab .rating-overview-row .rating-info .rating-box {
  margin-top: 28px;
}

.tour-package-details .package-info-tab .rating-overview-row .rating-info .rating-box:first-child {
  margin-top: 0;
}

.tour-package-details .package-info-tab .rating-overview-row .rating-info .rating-box h6 {
  font-weight: 600;
  font-size: 18px;
  color: #262339;
}

.tour-package-details .package-info-tab .rating-overview-row .rating-info .rating-box h6 span {
  font-size: 20px;
  font-weight: 700;
  float: right;
}

.tour-package-details .package-info-tab .rating-overview-row .rating-info .rating-box .rating-bar {
  width: 100%;
  height: 3px;
  border-radius: 6px;
  background: #eee;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.tour-package-details .package-info-tab .rating-overview-row .rating-info .rating-box .rating-bar::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--c-primary);
}

.tour-package-details .package-info-tab .comment-section {
  padding: 60px 0;
}

.tour-package-details .package-plan-tab p {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  padding-top: 15px;
}

.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single {
  border: none;
  margin-top: 40px;
}

.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .accordion-button {
  padding: 0 30px;
  padding-left: 0;
  cursor: pointer;
  background: #ffffff;
  -webkit-box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
          box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-radius: 80px;
}

.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .accordion-button::after {
  background-image: none;
  content: "\ecad";
  font-size: 36px;
  font-family: boxicons;
  height: auto;
  width: auto;
  color: #2d373c;
}

.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .accordion-button .paln-index-circle {
  width: 75px;
  height: 75px;
  background: var(--c-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 5px solid rgba(22, 43, 50, 0.5);
  border-radius: 50%;
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  margin-right: 25px;
}

.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .accordion-button .plan-title {
  padding-bottom: 3px;
}

.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .accordion-button .plan-title h5 {
  font-weight: 700;
  font-size: 23px;
  color: #2d373c;
}

.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .accordion-button .plan-title h6 {
  font-weight: 500;
  font-size: 16px;
  color: var(--c-primary);
  padding-top: 8px;
}

.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .plan-info {
  padding-left: 60px;
  padding-top: 20px;
  padding-bottom: 0;
}

.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .plan-info p {
  padding-top: 0;
}

.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .plan-info ul {
  padding-top: 8px;
}

.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .plan-info ul li {
  font-weight: 500;
  font-size: 16px;
  color: var(--c-primary);
  padding-top: 5px;
}

.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .plan-info ul li i {
  color: #162b32;
  margin-right: 8px;
}

.tour-package-details .package-gallary-tab .package-gallary-item {
  overflow: hidden;
  border-radius: 5px;
}

.tour-package-details .package-gallary-tab .package-gallary-item:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.tour-package-details .package-gallary-tab .package-gallary-item img {
  width: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tour-package-details .package-location-tab .mapouter {
  position: relative;
  text-align: right;
  height: 770px;
  width: 100%;
  padding-top: 5px;
}

.tour-package-details .package-location-tab iframe {
  width: 100%;
  height: 550px;
}
