/*!
Theme Name: Vertexholiday
Theme URI: http://www.i3websolution.com
Author: Roshan Bhattarai
Author URI: http://www.i3websolution.com
Description: Travel and tour
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
*/

body {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  scroll-behavior: smooth;
  position: relative;
  overflow-x: hidden;
}
:root {
  --primary-color: #0b2852;
}
h1 {
  font-weight: 900;
  font-size: 60px;
}

h2 {
  font-weight: 900;
  font-size: 36px;
}

a {
  color: #333;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #000;
}

section {
  padding: 80px 0;
}

/*img{
width:auto;
max-width:100%;
height:auto;
}*/
.imgresp img {
  max-width: 100%;
  height: auto;
  width: auto;
}

figure {
  width: 100% !important;
  height: auto;
}

figcaption {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  color: #777;
}

.button {
  border: none;
  color: white;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  border-radius: 2px;
}

.button1 {
  background-color: #1a7b89;
  padding: 15px 40px;
  font-size: 18px;
}

.button1:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

/* Header Social Icons */

.topbar {
  background: #f9f9f9;
  height: 42px;
  color: #fff;
  line-height: 42px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

.header-social-icons ul {
  list-style: none;
  display: inline-block;
  color: #fff;
  margin: 0;
  padding: 0;
}

.header-social-icons li {
  display: inline;
  float: left;
}

.header-social-icons li a {
  color: #979797;
  width: 36px;
  height: 42px;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 15px;
}

.header-social-icons li a:hover {
  color: #fff;
}

.header-social-icons li:first-child a:hover {
  background: #0268e2;
}

.header-social-icons li:nth-child(2) a:hover {
  background: #1da1f2;
}

.header-social-icons li:nth-child(3) a:hover {
  background: #0a66c2;
}

.header-social-icons li:nth-child(4) a:hover {
  background: #f6057e;
}
.header-social-icons li:nth-child(5) a:hover {
  background: #b7081b;
}
.header-social-icons li:nth-child(6) a:hover {
  background: #f70000;
}

.fixdep {
  height: 42px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.fixdep a {
  color: #878787;
}

.topmenu ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
}

.topmenu li {
  list-style: none;
  float: left;
  color: #fff;
  margin-left: 10px;
}

.topmenu li a {
  color: #333;
  font-size: 14px;
  padding-left: 30px;
}

.topmenu li a:hover {
  color: #000 !important;
}

.topmenu li:first-child:before {
  content: "\f232";
  font-family: "Font Awesome 6 Brands";
  font-size: 28px;
  position: absolute;
  color: #21c33c;
}

.topmenu li:first-child a {
  color: #34c33c;
  font-weight: 500;
}

#mega-menu-wrap-menu-1.mega-stuck {
  transition: transform 0.25s ease-in-out;
  -webkit-box-shadow: 0px 5px 5px -4px rgb(0 0 0 / 8%);
  -moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 5px -4px rgb(0 0 0 / 8%);
}

/* 

.topmenu .fa-whatsapp{
font-size:24px;
font-weight:100;
color:#16bf16;
} */

.headbar {
  margin: 0;
  padding: 0;
}

.logobar {
  padding: 0;
  position: relative;
  -webkit-box-shadow: 0px 5px 4px -4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 5px 4px -4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 4px -4px rgba(0, 0, 0, 0.08);
}

.navbar-nav a {
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.nav-item {
  margin-left: 25px;
}

/* Banner */
.bannerblock {
  padding: 0;
}

.bannerblock img {
  background-size: cover;
}

/* Welcome */

.welcome {
  padding: 70px 0 140px 0;
}

.welcome hr {
  margin: 40px 0;
  color: #999;
}

.welcome h1 {
  width: 100%;
  float: left;
  font-size: 45px;
  font-weight: 900;
}

/* Search bar */

.searchbar {
  bottom: 200px;
  position: relative;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes color-1 {
  0% {
    background-color: #eb73b9;
  }
  100% {
    background-color: #17ead9;
  }
}
::selection {
  background: #6078ea;
  color: white;
  text-shadow: none;
}
::-webkit-selection {
  background: #6078ea;
  color: white;
  text-shadow: none;
}

.title-container {
  position: absolute;
  top: 38%;
  left: 50%;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.title-container .title {
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  transition-delay: 0.25s;
  margin: 0;
  color: #6078ea;
}
.title-container .title-down {
  transform: translateY(100%);
  transition: transform 0.3s ease;
  transition-delay: 0.25s;
  margin: 0;
  color: #6078ea;
}
.is-focus .title-container .title {
  transform: translateY(0);
}
.is-type .title-container .title-down {
  transform: translateY(-30px);
}
.is-type .title-container .title {
  transform: translateY(-100%);
}
.field-container {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  width: 450px;
  height: 40px;
}
.icons-container {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 35px;
  height: 35px;
  overflow: hidden;
}
.icon-close {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 75%;
  height: 75%;
  opacity: 0;
  cursor: pointer;
  transform: translateX(-200%);
  border-radius: 50%;
  transition: opacity 0.25s ease,
    transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
}
.icon-close:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 2px solid transparent;
  border-top-color: #1a7b89;
  border-left-color: #1a7b89;
  border-bottom-color: #1a7b89;
  transition: opacity 0.2s ease;
}
.icon-close .x-up {
  position: relative;
  width: 100%;
  height: 50%;
}
.icon-close .x-up:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 3px;
  width: 50%;
  height: 2px;
  background-color: #1a7b89;
  transform: rotate(45deg);
}
.icon-close .x-up:after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0px;
  width: 50%;
  height: 2px;
  background-color: #1a7b89;
  transform: rotate(-45deg);
}
.icon-close .x-down {
  position: relative;
  width: 100%;
  height: 50%;
}
.icon-close .x-down:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 50%;
  height: 2px;
  background-color: #1a7b89;
  transform: rotate(-45deg);
}
.icon-close .x-down:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 1px;
  width: 50%;
  height: 2px;
  background-color: #1a7b89;
  transform: rotate(45deg);
}
.is-type .icon-close:before {
  opacity: 1;
  animation: spin 0.85s infinite;
}
.is-type .icon-close .x-up:before,
.is-type .icon-close .x-up:after {
  animation: color-1 0.85s infinite;
}
.is-type .icon-close .x-up:after {
  animation-delay: 0.3s;
}
.is-type .icon-close .x-down:before,
.is-type .icon-close .x-down:after {
  animation: color-1 0.85s infinite;
}
.is-type .icon-close .x-down:before {
  animation-delay: 0.2s;
}
.is-type .icon-close .x-down:after {
  animation-delay: 0.1s;
}
.icon-search {
  position: relative;
  top: 5px;
  left: 8px;
  width: 50%;
  height: 50%;
  opacity: 1;
  border-radius: 50%;
  border: 3px solid #1a7b89;
  transition: opacity 0.25s ease,
    transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
}
.icon-search:after {
  content: "";
  position: absolute;
  bottom: -9px;
  right: -2px;
  width: 4px;
  border-radius: 3px;
  transform: rotate(-45deg);
  height: 10px;
  background-color: #1a7b89;
}
.field {
  border: 0;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  background: white;
  border-radius: 3px;
  box-shadow: 0px 8px 15px rgba(75, 72, 72, 0.1);
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.19);
}
.field:focus {
  outline: none;
  box-shadow: 0px 9px 20px rgba(75, 72, 72, 0.3);
}
.field:focus + .icons-container .icon-close {
  opacity: 1;
  transform: translateX(0);
}
.field:focus + .icons-container .icon-search {
  opacity: 0;
  transform: translateX(200%);
}

/*  Search End */

.subhead {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 10px;
}

.number {
  width: auto;
  height: auto;
  float: left;
  font-weight: 400;
  padding-right: 18px;
  color: #999;
}

.subtitle {
  width: auto;
  height: auto;
  float: left;
  padding-left: 80px;
  font-weight: 400;
  position: relative;
  text-indent: 18px;
  color: #999;
}

.subtitle::before {
  content: " ";
  display: block;
  height: 2px;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #ccc;
}

.light-text {
  font-weight: 300;
}

.welcome-experince {
  width: 100%;
}

.welcome-experince .fa-arrow-up-right-dots {
  font-size: 100px;
  color: #ccc;
}

.welcomenum {
  font-size: 130px;
  font-weight: 700;
  color: #1a7b89;
  margin-top: 30px;
  padding: 0 15px;
}

.welcometext {
  font-weight: 700;
  font-size: 22px;
  color: #000;
  padding-left: 80px;
}

.welcomeimage {
  padding-left: 50px;
  padding-top: 70px;
}

/* Best Selling Treks */

.trip {
  text-align: center;
  margin: 0 4px 32px 4px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
  background: #fff;
}

.trip .discount {
  position: absolute;
  top: 26px;
  left: 25px;
  height: 50px;
  width: 62px;
  background-color: #0c2552d6;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 10px;
  border-radius: 3px 3px 3px 0;
  z-index: 9;
}

.trip .discount::before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  border-right: 10px solid transparent;
  border-top: 10px solid #0c2552d6;
  content: "";
}

.trip .product-image {
  overflow: hidden;
  position: relative;
  border-radius: 3px 3px 0 0;
  height: 300px;
}
.trip .product-image a.image {
  display: block;
}
.trip .product-image img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease 0s;
}
.trip:hover .product-image img {
  transform: scale(1.1);
  transform-origin: center;
}
.trip .product-links {
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  position: absolute;
  bottom: 7px;
  left: 5px;
  z-index: 1;
  transition: all 0.4s ease;
}
.trip:hover .product-links {
  opacity: 1;
}
.trip .product-links li {
  margin: 0 2px;
  display: inline-block;
}
.trip .product-links li a {
  color: #000;
  background-color: #eee;
  font-size: 16px;
  text-align: center;
  line-height: 37px;
  width: 37px;
  height: 37px;
  border-radius: 5px;
  display: block;
  position: relative;
  transition: all 0.3s ease;
  z-index: 1;
}
.trip .product-links li:first-child a,
.trip .product-links li a:hover {
  color: #fff;
  background-color: #b73493;
}
.trip .product-content {
  text-align: left;
  padding: 15px 25px;
}
.trip .category {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 0 6px;
  display: block;
}
.trip .category a {
  color: #777;
  transition: all 0.3s ease 0s;
}
.trip .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 2px;
  letter-spacing: -0.02em;

  /*font-size: 17px;
font-weight: 700;
text-transform: capitalize;
margin: 0 0 2px;*/
}
.trip .title a {
  color: #222;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background: none;
}
.trip .category a:hover,
.trip .title a:hover {
  color: #2768b9;
}
.trip .price {
  color: #198754;
  font-size: 16px;
  font-weight: 800;
}
@media screen and (max-width: 990px) {
  .trip {
    margin-bottom: 30px;
  }
}

.productfact {
  text-align: left;
  padding: 10px 25px;
  font-size: 13px;
  color: #28a1b1;
  text-transform: uppercase;
  line-height: 22px;
  font-weight: 600;
}

.trip hr {
  border-top: 1px solid #c4c4c4;
  margin: 0 !important;
  padding: 0 !important;
}

.productfact span {
  font-weight: 800;
  display: block;
  color: #333;
  text-transform: none;
  font-size: 14px;
}

.bestselling-treks {
  padding: 100px 15px 80px 15px;
  background: #f2f2f2;
  /*	background-image:url(assets/images/double-bubble-outline.webp);*/
}

.bestselling-title {
  text-align: center;
  margin-bottom: 40px;
}

.bestselling-title h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 52px;
}

.bestselling-title h2 span {
  font-weight: 300;
  display: block;
  font-size: 38px;
}

.bestselling-title .subhead {
  margin: auto;
  width: auto;
  margin-bottom: 15px;
}

.product-grid {
  text-align: center;
}
.product-grid .product-image {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.product-grid:hover .product-image {
}
.product-grid .product-image a.image {
  display: block;
}
.product-grid .product-image img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease 0s;
}
.product-grid:hover .product-image img {
  transform: scale(1.05);
}
.product-grid .product-hot-label {
  color: #fff;
  background: #06a34c;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 18px;
}

.product-hot-label {
  color: #fff;
  background: #06a34c;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 18px;
}

.product-grid .product-links {
  font-size: 0;
  background: #1a7b89;
  width: 100%;
  padding: 10px 0px;
  margin: 0;
  list-style: none;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s ease 0s;
}
.product-grid:hover .product-links {
  opacity: 1;
}
.product-grid .product-links li {
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
}
.product-grid .product-links li:last-child {
  border: none;
}
.product-grid .product-links li a {
  color: #fff;
  font-size: 16px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.product-grid .product-links li a:hover {
  color: #fff;
}
.product-grid .product-links li a:before,
.product-grid .product-links li a:after {
  content: attr(data-tip);
  color: #111;
  background-color: #ffff;
  font-size: 12px;
  padding: 7px 8px 5px;
  border-radius: 4px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: -30px;
  transition: opacity 0.2s ease, visibility 0.5s ease,
    top 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.product-grid .product-links li a:after {
  content: "";
  height: 10px;
  width: 10px;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  transform: translateX(-50%) rotate(45deg);
  top: -15px;
  z-index: -1;
}
.product-grid .product-links li a:hover:before {
  top: -39px;
}
.product-grid .product-links li a:hover:after {
  top: -17px;
}
.product-grid .product-links li a:hover:before,
.product-grid .product-links li a:hover:after {
  opacity: 1;
  visibility: visible;
}
.product-grid .product-content {
  padding: 30px 40px;
  margin-top: -200px;
  z-index: 9999;
  position: relative;
  background: #fff;
  width: auto;
  float: left;
  margin-left: 50px;
  border-radius: 10px;
  text-align: left;
}

.ourbestsel {
  font-size: 16px;
  color: #06b72c;
  font-weight: 500;
}

.product-grid .title {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 10px;
}
.product-grid .title a {
  color: #0b2852;
  transition: all 0.3s ease 0s;
}
.product-grid .title a:hover {
  color: #333;
}
.product-grid .price {
  color: #0b2852;
  font-size: 22px;
  font-weight: 300;
}
@media screen and (max-width: 990px) {
  .product-grid {
    margin: 0 0 30px;
  }
}

.bestsprice {
  margin-left: 40px;
}

.bookingopen {
  padding-left: 15px;
  margin-bottom: 20px;
}

#trek-slider {
  margin-top: 0;
}
.post-slide {
  margin: 0 15px -30px 15px;
}

.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.5s linear;
  border-radius: 3px;
}
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s linear;
  z-index: 9;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  background: transparent;
  padding: 5px 25px;
  position: relative;
  color: #fff;
  bottom: 130px;
  z-index: 99;
}
.post-slide .post-title {
  margin: 8px 0 10px 0;
}
.post-slide .post-title a {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
  text-decoration: none;
}
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 40px;
}
.post-slide .trek-price {
  color: #fff;
  font-weight: 500;
}
.post-slide .trek-price i {
  font-size: 20px;
  margin-right: 0;
  color: #fff;
}
.post-slide .read-more {
  padding: 5px 10px;
  float: right;
  font-size: 12px;
  background: #e9e9e9;
  color: #808080;
  text-transform: uppercase;
}
.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background-image: linear-gradient(#1dd9d9, #009bb3);
  position: absolute;
  bottom: 53%;
  left: 40px;
  padding: 0 18px;
  box-shadow: -6px 1px 1px rgb(0 0 0 / 37%);
  transition: background 0.5s ease 0s;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 60px;
  z-index: 99;
}

.owl-controls .owl-buttons .owl-prev:hover {
  background: #1f9fb1;
}

.owl-controls .owl-buttons .owl-next {
  background-image: linear-gradient(#1dd9d9, #009bb3);
  position: absolute;
  bottom: 53%;
  right: 40px;
  padding: 0 18px;
  box-shadow: 6px 1px 1px rgb(0 0 0 / 37%);
  transition: background 0.5s ease 0s;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 60px;
}

.owl-controls .owl-buttons .owl-next:hover {
  background: #1f9fb1;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #fff;
  font-size: 24px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

.post-img::before {
  background: linear-gradient(
    0deg,
    #0000007a 6%,
    rgb(19 19 19 / 0%) 72%,
    rgb(19 19 19 / 0%) 72%,
    rgba(34, 34, 34, 0) 89%,
    rgb(44 44 44 / 0%)
  );
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 20px;
  }
}

/* Why us */
.why {
  padding-top: 100px;
  padding-bottom: 60px;
}

.why h4 {
  font-size: 38px;
  font-weight: 900;
}

.why1 {
  padding-right: 60px;
}
.why2 {
  padding-left: 30px;
  padding-right: 30px;
}
.why3 {
  padding-left: 60px;
}

.whycontent {
  margin-top: 5px;
}

.whycontent h5 {
  /* 	border-bottom:2px solid #eee; */
  margin-bottom: 0;
}

.price-match {
  padding: 40px 0 20px 80px;
  line-height: 64px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.price-match::before {
  content: "";
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  margin-left: -80px;
  height: 64px;
  background-image: url(assets/images/price.png);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
}

.safe-travel {
  padding: 40px 0 20px 80px;
  line-height: 64px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.safe-travel::before {
  content: "";
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  margin-left: -80px;
  height: 64px;
  background-image: url(assets/images/safe.png);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
}

.local-company {
  padding: 40px 0 20px 80px;
  line-height: 64px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.local-company::before {
  content: "";
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  margin-left: -80px;
  height: 64px;
  background-image: url(assets/images/local-company.png);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
}

.booking {
  padding: 40px 0 20px 80px;
  line-height: 64px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.booking::before {
  content: "";
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  margin-left: -80px;
  height: 64px;
  background-image: url(assets/images/booking.png);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
}

.customized {
  padding: 40px 0 20px 80px;
  line-height: 64px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.customized::before {
  content: "";
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  margin-left: -80px;
  height: 64px;
  background-image: url(assets/images/customized.png);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
}

.owner {
  padding: 40px 0 20px 80px;
  line-height: 64px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.owner::before {
  content: "";
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  margin-left: -80px;
  height: 64px;
  background-image: url(assets/images/holiday.webp);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
}

.whycontent p {
  padding: 20px 0 0 0;
  font-size: 17px;
}

.whycontent span {
  display: block;
  height: 3px;
  width: 70px;
  background: #1a7b89;
  top: -2px;
  position: relative;
}

.bestselling-tours {
  padding-top: 60px;
  padding-bottom: 0;
}

.bestselling-tours h4 {
  font-size: 42px;
  font-weight: 900;
}

#tour-slider {
  margin-top: 60px;
}

#tour-slider .post-slide .post-title a {
  font-size: 20px;
}

#tour-slider .owl-controls .owl-buttons .owl-prev {
  background-image: none;
  position: absolute;
  top: -100px;
  right: 80px !important;
  left: auto;
  padding: 0 18px;
  box-shadow: none;
  transition: background 0.5s ease 0s;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 47px;
  z-index: 99;
  border: 2px solid #fff;
}

#tour-slider .owl-controls .owl-buttons .owl-next {
  background-image: none;
  position: absolute;
  top: -100px;
  right: 20px;
  padding: 0 18px;
  box-shadow: none;
  transition: background 0.5s ease 0s;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 47px;
  border: 2px solid #fff;
}

#tour-slider .post-slide .post-content {
  background: transparent;
  padding: 5px 20px;
  position: relative;
  color: #fff;
  bottom: 105px;
  z-index: 99;
}

#tour-slider .owl-next:after {
  content: "\f105";
  font-size: 16px;
}

#tour-slider .owl-prev:after {
  font-size: 16px;
}

.tourbox {
  width: 875px;
  position: absolute;
  right: 0;
  height: 400px;
  border-radius: 100px 0 0 0;
  /*background:url(assets/images/shape.png) no-repeat right center;*/
  background-position-y: 300px;
  background-color: #0b2852;
}

.home-video {
  background: url(assets/images/videobg.webp) no-repeat fixed;
  background-size: fill;
  background-color: #333;
  height: 620px;
}

.home-video h3 {
  font-size: 55px;
  font-weight: 900;
  color: #fff;
  margin-top: 12%;
}

.videobutton {
  text-align: center;
}

.video-play-button {
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d;
*/
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  margin: 40% auto 0 auto;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button:hover:after {
  background-color: #da0528;
}
.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 17px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  left: 6px;
  top: 9px;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}
.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}
.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.video-overlay-close:hover {
  color: #fa183d;
}
.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%;
*/
  /* height: auto;
*/
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.destination {
  padding-bottom: 0;
  background: #f2f2f2;
}

.destination h3 {
  font-size: 36px;
  font-weight: 900;
}

.destination-bg {
  background: #fff;
  position: relative;
  top: -160px;
  padding-top: 100px;
  padding-bottom: 70px;
  -webkit-box-shadow: 0px 10px 34px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 10px 34px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 34px 1px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.container-destination {
  max-width: 1150px;
  margin: auto;
}

.box {
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  border-radius: 3px;
}

.container-destination h4 {
  font-weight: 900;
  margin: 20px auto 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  color: #0b2852;
}

.container-destination h4 a:hover {
  color: #0fb1c9;
}

.box:hover {
  box-shadow: 3px 3px 5px #eee;
}
.box:before,
.box:after {
  content: "";
  background: radial-gradient(
    circle at 23% 70%,
    rgba(255, 255, 255, 0.8),
    #fff 30%
  );
  width: 150%;
  height: 150%;
  opacity: 0;
  transform: rotate(45deg);
  position: absolute;
  top: -10.5%;
  right: -150%;
  z-index: 1;
  transition: all 0.8s ease;
}
.box:after {
  background: rgba(255, 255, 255, 0.5);
  width: 65%;
  height: 65%;
  right: auto;
  left: -20%;
  top: -65%;
}
.box:hover:before {
  opacity: 1;
  right: -85%;
}
.box:hover:after {
  opacity: 1;
  top: -42%;
}
.box img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
  border-radius: 3px;
}
.box:hover img {
  transform: scale(1.2);
  border-radius: 3px;
}
.box .box-content {
  text-align: right;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -100%;
  z-index: 2;
  transition: all 0.5s;
}
.box:hover .box-content {
  right: 5%;
}
.box .title {
  color: #1e272e;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 3px 0;
}
.box .post {
  font-size: 16px;
  text-transform: capitalize;
  margin: 0 0 10px;
  display: block;
}
.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
}
.box .icon li {
  display: inline-block;
  margin: 0 4px;
}
.box .icon li a {
  color: #fff;
  background-color: #42b4c5;
  font-size: 14px;
  text-align: center;
  height: 35px;
  width: auto;
  border-radius: 3px;
  display: block;
  transition: all 0.3s;
  padding: 5px 14px;
  line-height: 27px;
}
.box .icon li a:hover {
  color: #1e272e;
  background-color: #fff;
  border-radius: 10%;
  box-shadow: none;
}
@media only screen and (max-width: 990px) {
  .box {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 479px) {
  .box .title {
    font-size: 20px;
  }
}

.testimonials {
  padding-top: 0;
  background: #f2f2f2;
  padding-bottom: 100px;
}

.testi-head {
  margin-top: 60px;
}

.testimonials h4 {
  font-size: 36px;
  font-weight: 800;
}

#testimonials-slider {
  background: #fff;
  border-radius: 10px;
}

#testimonials-slider p {
  font-size: 18px;
  margin-top: 15px;
  line-height: 28px;
}

#testimonials-slider .post-slide {
  padding: 60px;
  margin: 0;
}

.testiimg {
  line-height: 6px;
  text-align: right;
}

.testiimg img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.testititle {
  line-height: 20px;
}
.testititle h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 10px;
}

.testititle span {
  font-size: 14px;
}

#testimonials-slider .owl-controls .owl-buttons .owl-prev {
  background-image: none;
  position: absolute;
  bottom: 28%;
  left: -73%;
  padding: 0 18px;
  box-shadow: none;
  transition: background 0.5s ease 0s;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 55px;
  z-index: 9999;
  border: 2px solid #42b4c5;
}

#testimonials-slider .owl-controls .owl-buttons .owl-next {
  background-image: none;
  position: absolute;
  bottom: 28%;
  left: -62%;
  padding: 0 18px;
  box-shadow: none;
  transition: background 0.5s ease 0s;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 55px;
  border: 2px solid #42b4c5;
}

#testimonials-slider .owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #42b4c5;
  font-size: 20px;
}

#testimonials-slider .owl-next:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #42b4c5;
  font-size: 20px;
}

#testimonials-slider .owl-prev:hover {
  background: #eee;
}

#testimonials-slider .owl-next:hover {
  background: #eee;
}

.home-blog {
  padding-top: 100px;
  /*	background-image:url(assets/images/double-bubble-outline.webp);*/
}
.home-blog h4 {
  font-size: 36px;
  font-weight: 800;
}

.blogbox {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  margin-top: 20px;
  height: 310px;
  margin-bottom: 15px;
}
.blogbox:hover {
  filter: drop-shadow(5px 5px 10px #808080);
}
.blogbox:before {
  content: "";
  width: 50px;
  height: 50px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: top right;
  transform: scale(0);
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.4s ease;
}
.blogbox:hover:before {
  transform: scale(1);
}
.blogbox img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}

.pacakgelist .blogbox {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  margin-top: 0;
  height: auto;
  margin-bottom: 0 !important;
}

.recent-blogs .blogbox {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  margin-top: 0;
  height: auto;
  margin-bottom: 0 !important;
}

.blogsingle {
  margin-bottom: 25px;
}

/* .blogbox:hover img{ opacity: 0.9; } */
.blogbox .box-content {
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 15px;
  transition: all 0.4s ease;
  padding: 0 20px 0 10px;
}
/* .blogbox:hover .box-content{
opacity: 1;
transition-delay: 0.25s;
} */
.home-blog .title {
  font-size: 20px;
  margin: 15px 10px 0 0;
  line-height: 30px;
}

.blogbox .post {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  display: block;
}
.blogbox .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  transform: translateX(-50%) translateY(-50%) scale(0) rotate(0);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.4s ease;
}
.blogbox:hover .icon {
  transform: translateX(-50%) translateY(-50%) scale(1) rotate(360deg);
}
.blogbox .icon li {
  margin: 0 4px;
  display: inline-block;
}
.blogbox .icon li a {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 33px;
  height: 35px;
  width: 35px;
  border: 1px solid #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  display: block;
  transition: all 0.3s;
}
.blogbox .icon li a:hover {
  border-radius: 0 10px;
  background: #f24688;
}

.title a {
  background: linear-gradient(to right, rgb(179 179 179), rgb(154 205 205)),
    linear-gradient(
      to right,
      rgb(255 153 0),
      rgb(24 180 215),
      rgb(30 173 13 / 56%)
    );
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

.title a:hover,
a:focus {
  background-size: 0 0.1em, 100% 0.1em;
  color: #000;
}

@media only screen and (max-width: 990px) {
  .blogbox {
    margin: 0 0 30px;
  }
}

/* Page Package  */

.package-page {
  background: #f1f1f1;
  padding: 50px 0;
}

.slidelink a {
  background: linear-gradient(to right, rgb(203 239 243), rgb(182 223 223)),
    linear-gradient(
      to right,
      rgb(255 153 0),
      rgb(167 228 241),
      rgb(30 173 13 / 56%)
    );
  background-size: 100% 0.09em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

.slidelink a:hover,
.slidelink a:focus {
  background-size: 0 0.09em, 100% 0.1em;
  padding-left: 0;
}

.package-page h1 {
  font-size: 32px;
  color: #0b2852;
}

.package-page h2 {
  font-size: 26px;
  padding-bottom: 5px;
}

.wrapper {
  display: flex;
  justify-content: space-between;
}

.content {
  height: auto;
  display: flex;
  flex-direction: column;
}

.package-review {
  font-size: 16px;
}

.photogallery {
  margin-top: 25px;
  margin-bottom: 10px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-next,
.carousel-control-prev {
  background: #333;
  width: 60px;
  height: 60px;
  top: 45%;
  border-radius: 3px;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  width: 50px;
  height: 50px;
  top: 45%;
  border-radius: 5px;
  border: 2px solid #ffffffd4;
}

.carousel-control-prev {
  left: 20px;
}

.carousel-control-next {
  right: 20px;
}

.carousel-caption p {
  font-size: 20px;
  font-weight: 400;
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.6);
}

.tripfacts {
  padding: 10px;
}

.tripbox {
  background: #fff;
  color: #333;
  border-radius: 3px;
  padding: 40px 45px;
  margin-top: 25px;
  -webkit-box-shadow: 2px 3px 5px 0px rgb(0 0 0 / 16%);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 16%);
  margin-left: 0;
  margin-right: 0;
}

.tripbox img {
  margin: 15px 0;
}

.trip-highlights ul {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

.trip-highlights li {
  position: relative;
  list-style-type: none;
  padding-left: 30px;
  margin-bottom: 15px;
}

.trip-highlights li:before {
  content: "\f058";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 5px;
  height: 11px;
  color: #24a1bd;
  font-size: 20px;
}

.trip-icons {
  padding-left: 75px;
  position: relative;
  font-size: 16px;
  color: #888;
}

.trip-icons span {
  font-weight: 700;
  font-size: 17px;
  padding-left: 0;
  color: #000;
}

.trip-icons .row {
  margin-bottom: 15px;
}

.duration {
  left: 65px;
  margin-left: 0;
}

.duration::before {
  content: "";
  position: absolute;
  width: 100%;
  margin-left: -65px;
  margin-top: 5px;
  height: 50px;
  background-image: url(assets/images/duration.webp);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
}

.altitude {
  left: 65px;
  margin-left: 0;
}

.altitude::before {
  content: "";
  position: absolute;
  width: 100%;
  margin-left: -65px;
  margin-top: 5px;
  height: 50px;
  background-image: url(assets/images/altitude.webp);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
}

.difficulty {
  left: 65px;
  margin-left: 0;
}

.difficulty::before {
  content: "";
  position: absolute;
  width: 100%;
  margin-left: -65px;
  margin-top: 5px;
  height: 50px;
  background-image: url(assets/images/difficulty.webp);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
}

.season {
  left: 65px;
  margin-left: 0;
}

.season::before {
  content: "";
  position: absolute;
  width: 100%;
  margin-left: -65px;
  margin-top: 5px;
  height: 50px;
  background-image: url(assets/images/season.webp);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
}

.startend {
  left: 65px;
  margin-left: 0;
}

.startend::before {
  content: "";
  position: absolute;
  width: 100%;
  margin-left: -65px;
  margin-top: 5px;
  height: 50px;
  background-image: url(assets/images/startend.webp);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
}

/*Package Spyscroll*/

.et-hero-tabs,
.et-slide {
  display: flex;
  flex-direction: column;
  position: relative;
}

.tabcontainer {
  float: left;
  height: auto;
  display: flex;
  margin: auto;
  padding: 0;
}

.et-slide h3,
h4 {
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 15px;
}

.et-slide h5 {
  font-size: 20px;
  font-weight: 700;
}

.et-slide a {
  background: linear-gradient(to right, rgb(203 239 243), rgb(182 223 223)),
    linear-gradient(
      to right,
      rgb(255 153 0),
      rgb(167 228 241),
      rgb(30 173 13 / 56%)
    );
  background-size: 100% 0.09em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
  color: #0d93a7;
}

.et-slide a:hover,
.et-slide a:focus {
  background-size: 0 0.09em, 100% 0.1em;
  padding-left: 0;
}

.et-slide img {
  margin: 15px 0;
}

.et-slide ul {
  margin-left: 20px;
}

.et-slide hr {
  margin: 20px auto;
}

.tabarrow {
  visibility: collapse;
  display: none !important;
}

.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  /*	 position: absolute;*/
  bottom: 0;
  width: 100%;
  height: 45px;
  background: none;
  z-index: 10;
  display: none;
}
.et-hero-tabs-container--top {
  display: flex;
  position: fixed;
  top: 60px;
  left: 0;
  background: #0b2852;
  -webkit-box-shadow: 2px 3px 5px 0px rgb(0 0 0 / 16%);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 16%);
}
.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #fff;
  transition: all 0.5s ease;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.et-hero-tab:hover,
a:focus {
  color: #fff;
  /*	 background: rgba(102, 177, 241, 0.8);*/
  transition: all 0.5s ease;
}
.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 45px;
  transition: left 0.3s ease;
  z-index: -1;
  background: #1a7b89;
}

.et-hero-tab-slider:after {
  content: "";
  margin: 45px 48%;
  display: inline-block;
  border: 7px solid transparent;
  border-top: 8px solid #1a7b89;
  border-bottom: 0 none;
}

.pr-0 {
  padding-right: 0;
}
/* Itinerary*/

#itinerary {
  margin-top: 50px;
  margin-bottom: 20px;
}

#itinerary h4 {
  margin-bottom: 25px;
}
#itinerary #accordion-sec {
  width: 100%;
  padding-right: 0;
}

#itinerary #accordion-sec label {
  margin-bottom: 0;
}

#itinerary .accordion-item {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.13);
}

#itinerary .accordion-header {
  cursor: pointer;
  display: block;
  font-size: 20px;
  position: relative;
  background-color: #ffffff;
  color: #1a7b89;
  padding: 30px 70px 30px 50px;
  border-radius: 5px;
  font-weight: 800;
}

#itinerary .accordion-header > span {
  position: absolute;
  border: 2px solid #1da5c3;
  border-radius: 50%;
  padding: 9px;
  right: 35px;
  top: 50%;
  height: 20px;
  width: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}

#itinerary .accordion-header > span::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 10px;
  width: 2px;
  background-color: #1da5c3;
  transform: translate(-50%, -50%);
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

#itinerary .accordion-header > span::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 10px;
  width: 2px;
  background-color: #1da5c3;
  transform: translate(-50%, -50%) rotate(90deg);
}

#itinerary .accordion-open .accordion-header > span::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

#itinerary .accordion-body {
  padding: 0 50px 20px 50px;
  background-color: #fff;
  font-size: 17px;
  display: none;
  border-radius: 0 0 5px 5px;
  line-height: 25px;
}

#itinerary .accordion-body p {
  color: #555;
  font-size: 18px;
  line-height: 30px;
}

#itinerary .accordion-body img {
  border-radius: 3px;
}

#itinerary .accordion-body figcaption {
  font-size: 16px;
  font-style: italic;
  padding: 10px 0;
  color: #157d94;
}

#itinerary .acc-btn {
  margin: 5px 0 25px 0;
  text-align: right;
}

#itinerary .acc-btn > a {
  text-decoration: none;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  background-color: #1da5c3;
  color: #fff;
  padding: 0 20px;
  font-size: 15px;
  border-radius: 3px;
}

#itinerary .acc-btn img {
  max-width: 24px;
  height: auto;
}

.accordion-body {
  padding: 0;
}

/*
.itinerary-body{
padding:15px 0;
}
.itinerary-body h6{
font-size: 18px;
line-height: 20px;
font-weight: 600;
color: #000000;
margin-top: 0px;
margin-bottom: 5px;
}
.timeline__item {
display: table;
width: 100%;
margin-bottom:5px;
padding-bottom: 10px;
}
.timeline__item__icon-wrap {
display: table-cell;
vertical-align: top;
width: 70px;
position: relative;
overflow: hidden;
}
.timeline__item__icon-wrap:before {
content: " ";
display: block;
border-left:2px dashed #28bdd3;
height: 100%;
position: absolute;
top: 0;
left: 48%;
-moz-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
-o-transform: translate(-50%,0);
transform: translate(-50%,0);
z-index: 1;
}   
.timeline__item__icon {
display: inline-block;
width: 65px;
height: 65px;
line-height: 65px;
background: #28bdd3;
border-radius: 100%;
text-align: center;
font-size: 18px;
font-weight: 500;
color: #fff;
position: relative;
z-index: 2;
}
.timeline__item__icon:before {
content: " ";
display: block;
width: 55px;
height: 55px;
background: transparent;
position: absolute;
top: 5px;
left: 5px;
border-radius: 100%;
border: 3px solid #fff;
}
.timeline__item__icon__text {
display: inline-block;
margin-left: -3px;
font-weight: 700;
}
.timeline__item__content {
display: table-cell;
vertical-align: top;
padding-bottom: 10px;
}
.padding-left {
padding-left: 30px;
}
.timeline__item__title {
margin: 15px 0 !important;
font-weight: 600;
font-style: normal;
font-size: 18px;
color: #0c9db3;
}*/

.iti-facts {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 24px;
  color: #555;
  padding-left: 50px;
  position: relative;
}

.iti-facts img {
  margin-right: 10px;
}

.iti-facts strong {
  display: block;
}

.iwalk {
  left: 52px;
  margin-left: 0;
  margin-bottom: 10px;
}

.iwalk::before {
  content: "";
  position: absolute;
  width: 100%;
  margin-left: -52px;
  height: 50px;
  background-image: url(assets/images/activity.webp);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
}

.ijeep {
  left: 52px;
  margin-left: 0;
  margin-bottom: 10px;
}

.ijeep::before {
  content: "";
  position: absolute;
  width: 100%;
  margin-left: -52px;
  height: 50px;
  background-image: url(assets/images/jeep.webp);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
}

.icar {
  left: 52px;
  margin-left: 0;
  margin-bottom: 10px;
}

.icar::before {
  content: "";
  position: absolute;
  width: 100%;
  margin-left: -52px;
  height: 50px;
  background-image: url(assets/images/car.webp);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
}

.ibus {
  left: 52px;
  margin-left: 0;
  margin-bottom: 10px;
}

.ibus::before {
  content: "";
  position: absolute;
  width: 100%;
  margin-left: -52px;
  height: 50px;
  background-image: url(assets/images/bus.webp);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
}

.ivan {
  left: 52px;
  margin-left: 0;
  margin-bottom: 10px;
}

.ivan::before {
  content: "";
  position: absolute;
  width: 100%;
  margin-left: -52px;
  height: 50px;
  background-image: url(assets/images/van.webp);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
}

.iflight {
  left: 52px;
  margin-left: 0;
  margin-bottom: 10px;
}

.iflight::before {
  content: "";
  position: absolute;
  width: 100%;
  margin-left: -52px;
  height: 50px;
  background-image: url(assets/images/flight.webp);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
}

.iheli {
  left: 52px;
  margin-left: 0;
  margin-bottom: 10px;
}

.iheli::before {
  content: "";
  position: absolute;
  width: 100%;
  margin-left: -52px;
  height: 50px;
  background-image: url(assets/images/helicopter.webp);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
}

.imulti {
  left: 52px;
  margin-left: 0;
  margin-bottom: 10px;
}

.imulti::before {
  content: "";
  position: absolute;
  width: 100%;
  margin-left: -52px;
  height: 50px;
  background-image: url(assets/images/map.webp);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
}

.iacco {
  left: 52px;
  margin-left: 0;
  margin-bottom: 10px;
}

.iacco::before {
  content: "";
  position: absolute;
  width: 100%;
  margin-left: -52px;
  height: 50px;
  background-image: url(assets/images/accommodation.webp);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
}

.imeals {
  left: 52px;
  margin-left: 0;
  margin-bottom: 10px;
}

.imeals::before {
  content: "";
  position: absolute;
  width: 100%;
  margin-left: -52px;
  height: 50px;
  background-image: url(assets/images/meals.webp);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
}

.ialti {
  left: 52px;
  margin-left: 0;
  margin-bottom: 10px;
}

.ialti::before {
  content: "";
  position: absolute;
  width: 100%;
  margin-left: -52px;
  height: 50px;
  background-image: url(assets/images/max-altitude.webp);
  background-position: left;
  background-repeat: no-repeat;
  z-index: 1;
}

/*Includes/Excludes*/
.pinclude {
  margin-top: 15px;
}
.pinclude ul {
  margin: 0;
  padding-left: 0;
}

.pinclude li {
  position: relative;
  list-style-type: none;
  padding-left: 30px;
  margin-bottom: 0.5rem;
}

.pinclude li:before {
  content: "\f14a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 11px;
  color: #0aaa39;
  font-size: 18px;
}

.pexclude {
  margin-top: 25px;
  width: 100%;
}

.pexclude ul {
  margin: 0;
  padding-left: 0;
}

.pexclude li {
  position: relative;
  list-style-type: none;
  padding-left: 30px;
  margin-bottom: 0.5rem;
}

.pexclude li:before {
  content: "\f2d3";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 11px;
  color: #f27272;
  font-size: 18px;
}

#essential-info h4,
#essential-info h5 {
  font-weight: 700 !important;
  color: #0091a7 !important;
  margin-top: 10px !important;
  font-size: 20px !important;
}

#essential-info h6 {
  font-weight: 500 !important;
  color: #333 !important;
  margin-top: 10px !important;
  font-size: 20px !important;
}

.faqs h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  border: 0;
  box-shadow: none;
  background: none;
}

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

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
  padding: 15px 0;
  font-weight: 600;
  color: #666;
}

/*.accordion-body {
padding: 0 0 15px 0;
}*/

/*Reviews*/

#reviews {
  margin: 50px 0;
}

#reviews h4 {
  color: #000;
  font-size: 26px;
  font-weight: 600;
}

.overall {
  width: 60px;
  height: 60px;
  background: #3fb1c2;
  line-height: 60px;
  text-align: center;
  float: left;
  margin-right: 15px;
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 500;
}

.total-reviews {
  font-size: 16px;
}

.reviewcount {
  line-height: 5px;
  font-size: 16px;
}

.reviewcount img {
  margin-top: 10px;
}

.reviewbtn {
  padding: 9px;
  border-radius: 60px;
  background: #3fb1c2;
}

.revsec {
  padding: 0 20px 0 0;
  float: left;
}

.reviewbox {
  background: #fff;
  border-radius: 5px;
  padding: 25px 30px;
  position: relative;
  box-shadow: 2px 3px 5px 0px rgb(0 0 0 / 8%);
}

.reviewbox:after {
  content: " ";
  position: absolute;
  right: -10px;
  top: 20px;
  border-top: 10px solid transparent;
  border-right: none;
  border-left: 10px solid #fff;
  border-bottom: 10px solid transparent;
}

.reviewbox p {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 15px;
}

#reviews hr {
  margin: 50px 0;
}

.review-items {
  margin: 0 0 40px 0;
  padding: 0;
  display: none;
}

.item-profile {
  font-size: 14px;
  text-align: center;
  float: left;
  line-height: 18px;
}

.item-profile img {
  border: 2px solid #fff;
  border-radius: 50%;
}

.item-overall {
  width: 50px;
  height: 50px;
  background: #ffc107;
  line-height: 50px;
  text-align: center;
  float: left;
  margin-right: 15px;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
}

.item-reviews {
  font-size: 16px;
  line-height: 20px;
}

.item-reviews {
  line-height: 5px;
  font-size: 16px;
}

.item-reviews img {
  margin-top: 5px;
}

.rev-photos {
  float: left;
}

.item-photos {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 15px;
}

.item-photos img {
  width: 47%;
  height: auto;
  border-radius: 3px;
  overflow: hidden;
  margin: 3px 0;
}

.review-load {
  margin-top: 20px;
  text-align: center;
}

.reviewbtn-load {
  padding: 9px 40px;
  border-radius: 3px;
  background: #0b2852;
  width: auto;
  margin: auto;
}

.review-in {
  height: auto;
  width: 100%;
  float: left;
  display: flex;
}

.noContent {
  display: none;
}

/* Package Sidebar */

.sidebar {
  height: 25vh;
  min-height: 800px;
  position: -webkit-sticky;
  position: sticky;
  top: 105px;
  overflow: hidden;
  padding-left: 30px;
}

.sidebar2 {
  min-height: 1400px !important;
}

.group-discount {
  transition: 0.7s;
  transition: visibility 0s, opacity 0.7s linear;
}
.group-discount.hide {
  opacity: 0;
  visibility: collapse;
  bottom: -100px;
}

table {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #dddddd;
  font-size: 13px;
  color: #000;
}

table h6 {
  margin-bottom: 0;
  padding: 5px 5px 5px 0;
}
th,
td {
  /*  border-bottom:1px solid #cfcfcf;*/
  padding: 3px 15px;
  text-align: left;
  font-weight: normal;
}
thead tr {
  color: #fff;
  background-color: #087f5b;
}
thead th {
  width: 25%;
}
/*tbody tr:nth-child(odd){
background-color:#fff;
}
tbody tr:nth-child(even){
background-color:#f1f7fd;
} */

.package-price {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-top: 0;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.16);
}

.trip-duration {
  font-size: 16px;
  color: #1a7b89;
}
.trip-duration span {
  display: block;
  font-weight: 600;
  color: #000;
  font-size: 15px;
}

.trip-duration span strong {
  font-size: 30px;
}

.oldprice {
  text-decoration: line-through;
  font-size: 16px;
  display: inline-block !important;
  color: #999 !important;
}

.current-price {
  font-weight: 900 !important;
}

.bestprice {
  margin-top: 15px;
}

.bestprice ul {
  padding-left: 0;
}

.bestprice ul li {
  color: #333;
  font-size: 15px;
  list-style-type: none;
}

.bestprice li a {
  color: #333;
  padding-left: 5px;
  background: none;
  font-size: 15px;
}

.bestprice li a:hover {
  padding-left: 5px;
  text-decoration: underline;
}

.bestprice li:before {
  content: "\f058";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -0.5em;
  padding: 2px 5px;
  margin-right: 0px;
}

.package-price hr {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #000000;
  height: 2px;
}

.inquirybtn {
  padding: 8px;
  font-size: 16px;
}

.bookingbtn {
  padding: 8px;
  background: #0b2852;
  font-size: 16px;
}

.groupdisp {
  padding: 15px 0;
}

.mobile-discount sub {
  font-size: 12px;
  color: #777;
}

/*Related Trips*/

.related-trips h4 {
  font-size: 24px;
}
.related-trips .title {
  font-size: 20px;
  margin: 15px 10px 0 0;
  line-height: 30px;
}

.related-trips .post {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}

.talktoexpert {
  margin-top: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 3px 5px 0px rgb(0 0 0 / 16%);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 3px 5px 0px rgb(0 0 0 / 16%);
  border-radius: 5px;
  background: #fff;
  padding: 20px;
}
.talkto-agent {
  font-size: 16px;
  line-height: 20px;
  padding: 0;
}
.talkto-agent p {
  font-size: 16px;
  padding-top: 8px;
  margin-bottom: 0;
}
.talkto-agent img {
  margin-right: 15px;
  font-size: 16px;
  margin-top: 5px;
  border-radius: 5px;
}

.talkto-content {
  padding-left: 80px;
  padding-top: 5px;
}
.talkto-content img {
  margin-right: 5px;
}

.green {
  color: #09c709;
  font-size: 14px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}

/*Destination*/

.head-title {
  color: #214980;
  font-weight: 900 !important;
}

.head-title:after {
  content: "";
  display: block;
  width: 40px;
  padding-top: 15px;
  border-bottom: 3px solid #214980;
  transition: 0.5s;
  margin-bottom: 15px;
}

.package-contnet h2:after {
  position: absolute;
  content: "";
  height: 4px;
  bottom: -10px;
  margin: 0 auto;
  left: 0;
  width: 80px;
  background: #01822f;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blockquote {
  padding: 60px 80px 0;
  position: relative;
}
.blockquote p {
  font-size: 35px;
  text-align: center;
  color: #666;
}

.blockquote:before {
  position: absolute;
  font-family: "FontAwesome";
  top: 30px;
  content: "\f10d";
  font-size: 150px;
  color: rgba(0, 0, 0, 0.1);
  font-weight: 400;
}

.blockquote::after {
  content: "";
  top: 20px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  height: 3px;
  width: 200px;
}

.allpackage {
  padding: 50px 0 0px 0;
}

.package-scroll {
  display: none;
}

.package-scroll .blogbox {
  height: auto !important;
}

.package-load {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.allpackage h3 {
  font-size: 28px;
  padding-bottom: 5px;
  font-weight: 600;
}

.pacakgelist {
  float: left;
  margin-bottom: 25px;
}

.pacakgelist,
.blogbox {
  border-radius: 5px;
  float: left;
  height: auto;
}

.pacakgelist .title {
  font-size: 20px;
  margin-top: 15px;
  line-height: 30px;
  display: inline-block;
}

.price {
  font-weight: 900;
  display: block;
}

.post-content .price {
  font-weight: 900;
  float: right;
}

.post-content .post-title {
  margin: 8px 0 0 0;
}

.quick-inquiry {
  background: #fff;
  border-radius: 10px;
  padding: 30px 35px;
  margin-top: 25px;
  -webkit-box-shadow: 2px 3px 5px 0px rgb(0 0 0 / 16%);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 3px 5px 0px rgb(0 0 0 / 16%);
}

.quick-inquiry h4 {
  font-size: 22px;
  color: #0b2852;
  margin-bottom: 25px;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 5px !important;
  height: auto !important;
  box-shadow: 0 12px 16px 0 rgb(0 0 0 / 5%), 0 17px 50px 0 rgb(0 0 0 / 5%) !important;
}

.form-floating > label {
  font-size: 16px;
}

.form-textbox {
  padding: 12px 20px !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 5px !important;
  height: auto !important;
  box-shadow: 0 12px 16px 0 rgb(0 0 0 / 3%), 0 17px 50px 0 rgb(0 0 0 / 3%) !important;
}

.form-label {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  color: #333;
}

.red {
  color: red;
  font-size: 18px;
}

.quick-inquiry p {
  margin-bottom: 5px;
}

/*Contact US*/

.contact-address ul {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 2px 3px 5px 0px rgb(0 0 0 / 16%);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 16%);
}

.contact-address li {
  position: relative;
  list-style-type: none;
  padding-left: 80px;
  margin-bottom: 0;
  font-size: 16px;
}

.contact-address li:before {
  font-family: FontAwesome;
  display: inline-block;
  background: #1a7b89;
  padding: 13px 20px;
  margin-right: 10px;
  border-radius: 3px;
  font-size: 22px;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}

.contact-add li:before {
  content: "\f3c5";
}

.contact-email li:before {
  content: "\f0e0";
}

.contact-phone li:before {
  content: "\f095";
}

.contact-form {
  float: left;
  padding-right: 30px;
}

.small-container .contact-form {
  float: left;
  padding-right: 0;
}

.contact-form .form-floating > label {
  padding: 1rem 2rem;
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*Blog*/
.blogdetail {
  background: #fff;
  color: #333;
  border-radius: 3px;
  padding: 40px 45px;
  margin-top: 25px;
  -webkit-box-shadow: 2px 3px 5px 0px rgb(0 0 0 / 16%);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 16%);
  margin-left: 0;
  margin-right: 0;
}

.blogdetail a {
  color: #1ba2b7;
  text-decoration: underline;
}

.blogdetail h3,
h4,
h5 {
  font-weight: 900;
}

.recent-blogs h5 {
  margin-top: 25px;
}

.teambox {
  background: #fff;
  color: #333;
  border-radius: 3px;
  padding: 40px 45px;
  margin-top: 25px;
  -webkit-box-shadow: 2px 3px 5px 0px rgb(0 0 0 / 16%);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 16%);
  margin-left: 0;
  margin-right: 0;
}
.teambox img {
  margin-bottom: 15px;
  max-width: 100% !important;
  height: auto;
}

.teambox h5 {
  font-size: 18px;
  margin-bottom: 0;
}

.team-title {
  color: #17b2c9;
}

footer {
  background: #fff;
}

.footer-top {
  background: url(assets/images/videobg.webp) no-repeat fixed;
  background: #0b2852;
  padding: 100px 0;
  color: #fff;
}

.footer-top-container {
  max-width: 1024px;
}

.footer-top h5 {
  font-size: 32px !important;
  font-weight: 900 !important;
}
.footer-mid {
  padding: 90px 0 70px 0;
  background: #f1f1f194;
}

.weaccept {
  margin-bottom: 60px;
}

.foot-social li a {
  color: #0b2852;
  width: 36px;
  height: 42px;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 15px;
  border: 1px solid #cfcfcf;
  margin-right: 3px;
  line-height: 42px;
  border-radius: 5px;
}

.foot-social li a:hover {
  color: #fff !important;
  padding-left: 0 !important;
}

.affiliate img {
  margin-right: 10px;
}

.footer-mid h6 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 25px;
}

.foot-contact ul {
  padding-left: 20px;
}

.foot-contact ul li {
  font-size: 16px;
  list-style-type: none;
  margin-bottom: 10px;
}

.footer-mid li a:hover {
  color: #1a7b89;
  padding-left: 5px;
}

.foot-contact li:first-child:before {
  content: "\f3c5"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  background: #fff;
  padding: 5px 13px;
  margin-right: 10px;
  border-radius: 3px;
}

.foot-contact li:nth-child(2):before {
  content: "\f095"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  background: #fff;
  padding: 5px 11px;
  margin-right: 10px;
  border-radius: 3px;
}

.foot-contact li:nth-child(3):before {
  content: "\f232"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  background: #fff;
  padding: 5px 12px;
  margin-right: 10px;
  border-radius: 3px;
}

.foot-contact li:nth-child(4):before {
  content: "\f0e0"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  background: #fff;
  padding: 5px 11px;
  margin-right: 10px;
  border-radius: 3px;
}

.company-info ul {
  font-size: 16px;
  margin-left: 0;
  padding-left: 0;
}

.company-info ul li {
  font-size: 16px;
  list-style-type: none;
  margin-bottom: 10px;
}

.company-info li a {
  background: linear-gradient(to right, rgb(231 231 231), rgb(234 243 243)),
    linear-gradient(
      to right,
      rgb(255 153 0),
      rgb(24 180 215),
      rgb(30 173 13 / 56%)
    );
  background-size: 100% 0.09em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

.company-info li a:hover,
.company-info li a:focus {
  background-size: 0 0.09em, 100% 0.1em;
  padding-left: 0;
}

.footer-last {
  padding: 17px 0;
  background: #fff;
  border-top: 1px solid #d9d9d98f;
  font-size: 16px;
}

.footer-last a {
  background: linear-gradient(to right, rgb(231 231 231), rgb(234 243 243)),
    linear-gradient(
      to right,
      rgb(255 153 0),
      rgb(24 180 215),
      rgb(30 173 13 / 56%)
    );
  background-size: 100% 0.09em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

.footer-last a:hover,
.footer-last a:focus {
  background-size: 0 0.09em, 100% 0.1em;
  padding-left: 0;
}

.footer-last p {
  margin-bottom: 0;
}

/* Totop Button */

.scrollTop {
  position: fixed;
  right: 30px;
  bottom: 55px;
  background-color: #0fa0b5c9;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 3px;
  z-index: 9999;
}

.scrollTop a, .scrollTop button {
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  padding: 10px 18px;
  display: block;
  color: #fff !important;
  background: #42b4c5;
	border: 0;
}

/* Pagination*/

.pagination {
  padding: 20px 0;
}

.pagination ul {
  margin-left: 0;
  padding-left: 0;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #183761;
  text-decoration: none;
}

.navigation li {
  display: inline;
  display: inline-grid;
  margin-bottom: 10px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  padding: 7px 18px;
  border: 2px solid #d2e0f3;
  font-weight: bold;
  font-size: 14px;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #d6e3f5;
}

/* HBL Online Payment */

.pvtable {
  background: #09428c0d !important;
  padding: 0;
  border-radius: 7px;
  color: #000;
}

.pvtable table {
  width: 100%;
  border: 1px solid #dde5f0;
}

.payvalue table td {
  padding: 10px 25px;
  font-size: 16px;
  text-align: left;
}

.payhead {
  padding-top: 15px;
  padding-bottom: 15px;
}
.paygreen {
  color: #197b89;
  margin-bottom: 0 !important;
}

.gptable {
  background: #fff2e8 !important;
  padding: 30px 50px;
  border-radius: 7px;
  color: #000;
}

.mt0 {
  margin-top: 0 !important;
}

#pperson,
#tpayable {
  font-size: 20px;
  text-align: right;
}

.paygreen,
.paygreen,
.tpayable {
  text-align: right;
}

.greentext {
  color: #157d94 !important;
  font-size: 14px !important;
  margin-bottom: 5px;
}

.nolp {
  margin-bottom: 15px;
}

.form-control {
  height: auto !important;
  box-shadow: 0 12px 16px 0 rgb(0 0 0 / 3%), 0 17px 50px 0 rgb(0 0 0 / 3%) !important;
  padding: 14px 20px;
  border: 1px solid #bdbdbd !important;
}
.ath-tours-col-half select {
  height: auto !important;
  box-shadow: 0 12px 16px 0 rgb(0 0 0 / 3%), 0 17px 50px 0 rgb(0 0 0 / 3%) !important;
  padding: 14px 20px;
  border: 1px solid #bdbdbd !important;
  border-radius: 5px;
  background: #fff;
  width: 100%;
}

.payment-container {
  max-width: 990px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
  color: #46b450;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #ff3c00;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
}

.wpcf7-not-valid-tip {
  font-size: 15px;
}

.con-b-p {
  padding-bottom: 15px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
}

#rc-imageselect,
.g-recaptcha {
  height: 70px !important;
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator:after {
  content: "\f107" !important;
  font: normal normal normal 12px/1 FontAwesome !important;
  vertical-align: inherit !important;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator {
  top: 0 !important;
  left: 4px;
}

.carousel-inner {
  background: #ccc !important;
}

.small-container {
  max-width: 900px;
}

#tpayable,
#pperson {
  margin-bottom: 0;
}

.blog-m {
  margin-top: 25px;
}

.small-container select {
  word-wrap: normal;
  width: 100%;
  height: 52px;
  background: #fff;
  border: 0;
  padding: 0 15px;
  box-shadow: 0 12px 16px 0 rgb(0 0 0 / 3%), 0 17px 50px 0 rgb(0 0 0 / 3%) !important;
  padding: 14px 20px;
  border: 1px solid #bdbdbd !important;
  border-radius: 5px;
  font-size: 16px;
}

/*Responsive*/
@media (max-width: 1800px) {
  .tourbox {
    right: -100px;
  }
}

@media (max-width: 1600px) {
  .tourbox {
    right: -200px;
  }
}

@media (max-width: 1400px) {
  .tourbox {
    right: -300px;
  }

  .blogbox img {
    width: auto;
  }

  .tripbox {
    padding: 35px 30px;
  }

  .package-price {
    padding: 20px 25px;
  }

  .side-duration {
    font-size: 14px;
  }

  .side-duration span {
    font-size: 14px;
  }
  .talkto-agent p {
    font-size: 14px;
    padding-top: 2px;
  }
  .talkto-content img {
    margin-bottom: 5px;
  }

  .related-trips .blogbox {
    width: 100%;
  }

  .package-scroll .blogbox {
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 1366px) {
  .tourbox {
    right: -260px;
    height: 490px;
  }
  .home-video {
    height: 520px;
  }
}

@media (max-width: 1270px) {
  .tourbox {
    right: -315px;
    height: 490px;
  }
}

@media (max-width: 1200px) {
  #mega-menu-item-362 {
    display: none !important;
  }
  .welcomenum {
    font-size: 150px;
    padding: 0;
  }

  .why1 {
    padding-right: 30px;
  }

  .why2 {
    padding-left: 10px;
    padding-right: 30px;
  }

  .why3 {
    padding-left: 10px;
    padding-right: 30px;
  }

  .tourbox {
    right: -475px;
    height: 410px;
  }

  .home-video h3 {
    font-size: 48px;
  }

  #testimonials-slider .owl-controls .owl-buttons .owl-prev {
    left: -74%;
  }

  #testimonials-slider .owl-controls .owl-buttons .owl-next {
    left: -60%;
  }
  .package-price {
    padding: 0 6px !important;
    box-shadow: none !important;
  }
  th,
  td {
    padding: 3px 8px;
  }

  .talkto-agent img {
    max-width: 50px;
    height: auto;
  }
  .green {
    padding-left: 65px;
  }

  .item-overall {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .et-slide h5 {
    font-size: 18px;
  }

  .item-reviews {
    font-size: 14px;
  }

  .quick-inquiry {
    border-radius: 5px;
    padding: 20px 20px;
  }
}

@media (max-width: 1024px) {
  .tourbox {
    right: -565px;
    height: 410px;
  }
}

@media (min-width: 992px) {
  .mobile-price {
    display: none;
  }
}

@media (max-width: 991px) {
  .mbl-p-0 {
    padding-left: 0;
    padding-right: 0;
  }
  #mega-menu-wrap-menu-1
    .mega-menu-toggle
    .mega-toggle-blocks-left
    .mega-toggle-block {
    margin-left: 20px;
  }
  #mega-menu-wrap-menu-1
    .mega-menu-toggle
    .mega-toggle-blocks-right
    .mega-toggle-block {
    margin-right: 20px;
  }
  #mega-menu-item-360 {
    display: none !important;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    position: inherit !important;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-item.mega-toggle-on
    > a.mega-menu-link {
    background: none;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    li.mega-menu-item-has-children
    > a.mega-menu-link
    > span.mega-indicator {
    top: 0 !important;
    left: 4px;
    padding: 0px 17px;
    background: #444;
    margin: 2px;
    border-radius: 3px;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    padding: 15px !important;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    padding: 2px;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    li.mega-menu-item-has-children
    > a.mega-menu-link
    > span.mega-indicator {
    left: 12px;
  }
  .topmenu li:nth-child(2) {
    display: none;
  }

  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-flyout
    ul.mega-sub-menu {
    padding: 10px 0px;
  }
  .welcomenum {
    font-size: 110px;
    padding: 0 15px;
  }
  .bestselling-title h2 {
    font-size: 44px;
  }
  .bestselling-tours h4 {
    font-size: 36px;
  }
  .tourbox {
    display: none;
  }
  #tour-slider .owl-controls .owl-buttons .owl-prev {
    background-image: linear-gradient(#1dd9d9, #009bb3);
  }

  #tour-slider .owl-controls .owl-buttons .owl-next {
    background-image: linear-gradient(#1dd9d9, #009bb3);
  }

  .home-video {
    height: 440px;
  }

  .home-video h3 {
    font-size: 38px;
  }

  .testimonials {
    margin-top: -120px;
  }

  .testimonials h4 {
    margin-bottom: 30px;
    font-size: 36px;
  }

  #testimonials-slider .post-slide {
    padding: 40px;
  }
  .blogbox img {
    width: 100%;
  }

  .home-blog .title {
    font-size: 18px;
    margin: 0 10px 25px 0;
    line-height: 27px;
  }

  .home-blog h4 {
    margin-bottom: 25px;
  }
  .footer-mid {
    padding: 60px 0 20px 0;
  }
  .foot-social {
    margin-bottom: 25px;
  }
  .footer-mid h6 {
    font-weight: 600;
    font-size: 16px;
  }
  .weaccept {
    margin-bottom: 40px;
  }
  .foot-contact,
  .company-info {
    margin-bottom: 25px;
  }

  .related-trips .blogbox img {
    width: auto;
  }

  .mobile-price .trip-duration span strong {
    font-size: 42px;
  }

  .mobile-price .trip-duration span {
    font-size: 18px;
  }

  .mobile-price table {
    font-size: 16px !important;
  }
  .mobile-price th,
  td {
    padding: 6px 15px !important;
  }

  .mobile-price sub {
    font-size: 14px;
    font-weight: 400;
    bottom: 0;
  }

  .small-container {
    max-width: 720px;
  }

  .package-scroll .title {
    font-size: 18px !important;
    margin-bottom: 20px;
  }

  .package-scroll .pacakgelist {
    margin-bottom: 15px;
  }
  html,
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 768px) {
  .bestselling-treks {
    padding: 80px 15px 0 15px;
  }

  .bestselling-title h2 {
    font-size: 42px;
    line-height: 46px;
  }
  .bestselling-title h2 span {
    font-size: 36px;
  }

  .bestselling-tours {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  #tour-slider {
    margin-top: 20px;
  }

  #tour-slider .owl-controls .owl-buttons .owl-next {
    bottom: 0;
    left: 70px;
    top: auto;
  }

  #tour-slider .owl-controls .owl-buttons .owl-prev {
    bottom: 0;
    left: 10px !important;
    top: auto;
  }

  .home-video h3 {
    font-size: 28px;
  }

  .home-video {
    height: 370px;
  }

  .destimargin {
    margin-bottom: 40px;
  }

  .destination-bg {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .testimonials {
    padding-bottom: 60px;
  }

  .home-blog {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .blogbox img {
    width: auto;
    height: 100%;
  }

  .home-blog h4 {
    font-size: 32px;
  }

  .footer-top h5 {
    font-size: 22px !important;
    margin-bottom: 25px;
  }

  .affiliate {
    margin-bottom: 25px;
  }

  .footer-mid {
    padding: 60px 20px 20px 20px;
  }

  .footer-last {
    padding: 17px 20px;
  }

  .package-page {
    padding: 40px 0;
  }

  .et-hero-tabs-container--top {
    top: 65px;
  }

  .package-page h1 {
    font-size: 28px;
  }

  .package-page h2 {
    font-size: 24px;
    padding-bottom: 5px;
  }

  .et-slide h3 {
    font-size: 24px;
  }

  .et-slide h4 {
    font-size: 22px;
  }

  .et-slide h5 {
    font-size: 18px;
  }

  #essential-info h4,
  #essential-info h5 {
    font-size: 18px !important;
  }

  #reviews h4 {
    font-size: 22px;
  }

  .related-trips h4 {
    font-size: 20px;
  }

  .related-trips .title {
    font-size: 18px;
  }

  .trip-highlights {
    margin-top: 15px;
  }

  .revsec {
    padding: 0;
    margin-bottom: 20px;
  }

  .reviewbox::after {
    content: " ";
    position: absolute;
    left: 45%;
    top: -20px;
    right: inherit;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
  }
  .reviewbox {
    padding: 20px 25px;
  }

  .item-profile {
    padding-left: 0;
    margin-bottom: 20px;
  }

  .item-photos img {
    width: 20%;
  }
  .item-photos {
    padding-top: 10px;
  }

  .reviewbtn {
    padding: 5px;
    font-size: 14px;
    margin-top: 15px;
  }

  .item-photos {
    padding-top: 0px !important;
  }

  .review-load {
    margin-top: 10px !important;
    margin-left: 5px;
  }

  #reviews hr {
    margin: 20px 0 !important;
  }

  .related-trips .title {
    margin: 15px 10px 25px 0;
  }

  .related-trips .pacakgelist {
    margin-bottom: 10px;
  }

  .small-container {
    max-width: 540px;
  }

  .package-scroll .title {
    margin-bottom: 30px !important;
  }

  .teambox {
    padding: 20px 15px;
  }

  .blogdetail {
    padding: 20px 15px;
  }

  .bloglisting .blogbox img {
    width: 100%;
    height: auto;
  }

  .bloglisting .title {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .welcome {
    padding: 60px 20px 80px 20px;
  }
  .welcome h1 {
    font-size: 32px;
  }
  .welcomenum {
    font-size: 75px;
    margin: auto;
    padding: 20px;
  }
  .welcometext {
    font-size: 18px;
    line-height: 20px;
  }
  .wel-arrow {
    margin-top: 15px;
  }
  .bestselling-title h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .bestselling-title h2 span {
    font-size: 30px;
  }

  .subtitle {
    padding-left: 40px;
  }

  .subtitle::before {
    width: 40px;
  }

  .owl-controls .owl-buttons .owl-prev {
    bottom: 4%;
    left: 35%;
  }
  .owl-controls .owl-buttons .owl-next {
    bottom: 4%;
    right: 35%;
  }

  .why {
    padding-top: 60px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .why h4 {
    font-size: 32px;
  }

  .safe-travel,
  .price-match,
  .local-company,
  .booking,
  .customized,
  .owner {
    padding: 20px 0 20px 80px;
  }

  .bestselling-tours {
    padding-left: 20px;
    padding-right: 20px;
  }

  #tour-slider .owl-controls .owl-buttons .owl-prev {
    left: 39% !important;
  }

  #tour-slider .owl-controls .owl-buttons .owl-next {
    left: 52% !important;
  }

  .bestselling-tours h4 {
    font-size: 32px;
  }

  .home-video {
    height: 470px;
  }

  .home-video h3 {
    font-size: 28px;
    text-align: center;
    margin-top: 20px !important;
  }

  .video-play-button {
    border-radius: 50%;
    padding: 0;
    margin: 70px auto;
  }

  .videobutton {
    padding-left: 75px;
  }

  .destination h3 {
    font-size: 32px;
  }

  .destination {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testiimg img {
    width: 70px;
    height: 70px;
  }

  .testimonials h4 {
    font-size: 32px;
  }

  .testititle h5 {
    font-size: 18px;
  }

  .home-blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foot-contact ul li {
    font-size: 14px;
  }

  .company-info ul li {
    font-size: 14px;
  }

  .footer-last {
    font-size: 14px;
  }

  .package-page {
    padding: 25px 10px;
  }

  .photogallery {
    margin-top: 15px;
  }
  .tripbox {
    margin-top: 15px;
    padding: 25px 15px;
  }
  .padding-left {
    padding-left: 15px;
  }

  .et-hero-tab {
    font-size: 14px;
    letter-spacing: 0;
  }

  .reviewtab {
    visibility: collapse;
    display: none !important;
  }

  .timeline__item__icon-wrap {
    display: none;
  }

  .timeline__item {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .timeline__item__title {
    margin: 10px 0 !important;
  }
  .padding-left {
    padding-left: 0;
  }
  .itinerary-body {
    padding: 0 15px;
  }

  .review-items {
    margin: 0 0 20px 0;
  }

  .reviewbtn-load {
    padding: 8px 30px;
    font-size: 16px;
  }

  .mobile-price .trip-duration span strong {
    font-size: 36px;
  }

  .mobile-price {
    padding: 20px 18px !important;
  }

  .pvtable {
    background: #09428c0d !important;
    padding: 0;
  }

  .pvtable table {
    border: 1px solid #dde5f0;
  }

  .form-control {
    border-radius: 3px;
  }

  .payvalue table td {
    font-size: 14px;
  }

  #pperson,
  #tpayable {
    font-size: 16px !important;
    margin-bottom: 0 !important;
  }
  .paygreen,
  .tpayable {
    font-size: 18px !important;
  }

  .teambox h2 {
    font-size: 20px;
  }

  .teambox img {
    margin-bottom: 20px;
  }

  .contact-address ul {
    padding: 15px;
  }

  .contact-address li {
    padding-left: 72px;
    font-size: 14px;
  }

  .blogdetail {
    padding: 15px 10px;
  }

  .accordion-header {
    padding: 20px 55px 20px 30px;
  }

  .accordion-header > span {
    right: 35px;
  }

  .accordion-body {
    padding: 0 30px 20px 30px;
  }
}

@media (max-width: 440px) {
  .owl-controls .owl-buttons .owl-prev {
    bottom: 4%;
    left: 30%;
  }
  .owl-controls .owl-buttons .owl-next {
    bottom: 4%;
    right: 30%;
  }

  .post-slide .post-content {
    bottom: 113px;
  }

  .why h4 {
    font-size: 28px;
  }

  #tour-slider .owl-controls .owl-buttons .owl-prev {
    left: 36% !important;
  }

  #tour-slider .owl-controls .owl-buttons .owl-next {
    left: 55% !important;
  }

  .bestselling-tours h4 {
    font-size: 28px;
  }

  .videobutton {
    padding-left: 50px;
  }

  .destination h3 {
    font-size: 28px;
  }

  .testimonials h4 {
    font-size: 28px;
  }

  .testimonials {
    margin-top: -140px;
  }

  .testiimg img {
    width: 60px;
    height: 60px;
  }

  .testititle h5 {
    font-size: 16px;
    margin-top: 6px;
  }

  #testimonials-slider .post-slide {
    padding: 20px;
  }

  #testimonials-slider p {
    font-size: 16px;
    margin-top: 0;
  }
  .home-blog h4 {
    font-size: 28px;
  }

  .package-page h1 {
    font-size: 26px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: 38%;
  }
  .tripbox {
    padding: 20px 10px;
  }
  .mobile-price th,
  td {
    padding: 6px 12px !important;
  }
  .mobile-price table {
    font-size: 14px !important;
  }
}
table {
  max-width: 100%;
}

@media (max-width: 381px) {
  .owner {
    line-height: 28px;
  }

  .number {
    padding-right: 10px;
  }

  .subtitle {
    padding-left: 10px;
  }

  .subtitle::before {
    width: 15px;
  }
}

@media (max-width: 367px) {
  .price-match {
    line-height: 28px;
  }

  .trip .product-content {
    padding: 10px 15px;
  }

  .trip .title {
    font-size: 18px;
  }

  .productfact {
    padding: 10px 15px;
  }

  .trip .product-image {
    height: 250px;
  }
}

@media (max-width: 357px) {
  .booking {
    line-height: 28px;
  }

  #tour-slider .owl-controls .owl-buttons .owl-prev {
    left: 35% !important;
  }

  #tour-slider .owl-controls .owl-buttons .owl-next {
    left: 55% !important;
  }
}

@media (max-width: 340px) {
  .owl-controls .owl-buttons .owl-prev {
    bottom: 4%;
    left: 27%;
  }
  .owl-controls .owl-buttons .owl-next {
    bottom: 4%;
    right: 27%;
  }
  .post-slide .post-title a {
    font-size: 20px;
    line-height: 22px;
  }
  .post-content .price {
    font-size: 16px;
  }
  .post-content .trip-price {
    font-size: 16px;
  }

  #testimonials-slider .post-slide {
    padding: 15px;
  }

  .testimonials h4 {
    font-size: 26px;
  }
  .con-b-p {
    width: 93% !important;
  }
}

@media (max-width: 320px) {
  .testiimg img {
    width: 50px;
    height: 50px;
  }
  .testititle h5 {
    margin-top: 0px;
  }

  .trip .product-image {
    height: 200px;
  }
}

#mfcf7_zl_add_file {
  background: #939393 !important;
  padding: 3px 30px !important;
}

.company-doc .product-grid {
  background: #fff;
  padding: 17px;
  margin-bottom: 25px;
  border-radius: 3px;
  color: #666;
  font-weight: bold;
  font-size: 16px;
}

.company-doc .product-grid img {
  margin-bottom: 10px;
}

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

/* Basic styling for the table */
.tripbox table,
.overview table,
.blogdetail table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  margin-bottom: 25px;
}

/* Styling the table cells */
.tripbox table td,
.overview table td,
.blogdetail table td {
  padding: 14px 8px;
  /* text-align: center; */
}

.tripbox table th,
.overview table th,
.tripbox table tr:first-child td,
.overview table tr:first-child td,
.blogdetail table tr:first-child td {
  background: #0b2852;
  color: #fff;
  font-weight: 700;
  border: 0;
}

.tripbox table td,
.overview table td,
.blogdetail table td {
  border: 1px solid #534f4c57;
  padding: 14px 22px;
  width: auto;
}

.tripbox table tr,
.overview table tr,
.blogdetail table tr {
  border-top: 1px solid #adc6ad;
}

.post-info {
  color: #3c3c3c;
  font-size: 16px;
  margin-bottom: 15px;
}

.psot-by,
.post-on {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.departures-package .content-departures .title-options {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.departures-package .content-departures .title-options li button {
  font-size: 16px;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 7px 20px;
  min-width: -moz-max-content;
  min-width: max-content;
  font-weight: 700;
  border: 0;
  transition: 650ms ease all;
  color: #222;
}
.departures-package .content-departures .title-options li button.active {
  background: #0b2852;
  color: #fff;
}
.departures-package .content-departures .title-options li button.active:hover {
  color: #fff;
}
.departures-package .content-departures .title-options li button:hover {
  color: #0b2852;
}
.departures-package .top-departure {
  background: var(--primary-color) !important;
  border-top: 1px solid #e5dccd !important;
  border-radius: 4px;
  padding: 15px 30px !important;
}
.departures-package .top-departure .row {
  gap: 16px;
}
.departures-package .departure-table {
  padding: 15px 30px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.0509803922);
  color: #222222;
  border: 1px solid #dfdfdf;
  background: #fff;
  margin-bottom: 5px;
}
.departures-package .departure-table span {
  font-size: 16px;
}
.departures-package .departure-table:last-child {
  border-bottom: 1px solid #e5dccd !important;
}
.departures-package .top-departure {
  font-weight: 700;
  color: #fff;
}
.departures-package .data-departure .row {
  row-gap: 20px;
}
.departures-package .data-departure p {
  font-size: 16px;
  font-weight: 700;
}
.departures-package .data-departure button {
  border-radius: 4px;
}
#departures {
  padding-top: 40px;
}
.departures-package .text-second {
  color: #1a7b89 !important;
  font-weight: 900;
}
.departures-package button {
  background: #fff;
  transition: 650ms ease all;
  gap: 10px;
  border-radius: 6px;
  width: 100%;
  color: #fff;
  justify-content: space-between;
  position: relative;
  padding: 8px 15px;
  font-weight: 700;
  font-size: 15px;
  color: #0b2852;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid #c8c8c8;
}
.departures-package button .icon {
  background: var(--primary-color);
  color: #fff;
}
.departures-package button:hover {
  background: #0b2852;
  color: #fff;
}
.departures-package .price {
  display: block;
  line-height: 20px;
}
.departures-package .price span {
  font-size: 18px !important;
  color: #666666;
}
.departures-package .price strong {
  color: var(--secondary-color);
}
.departure-package .departure-table {
  padding: 20px 30px;
  border: 1px solid #cdd7da;
  border-radius: 8px;
}
.departure-package .top-departure {
  background: #f3f3f3;
  font-weight: 600;
  color: #222222;
}
.content-departs {
  display: none;
}

/* Cart */

.input-group {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 12px;
  flex-wrap: nowrap !important;
}

.input-group input {
  border: 2px solid var(--primary-color) !important;
  width: 100% !important;
  border-radius: 100px !important;
}

.input-group button {
  background: var(--primary-color);
  min-width: 43px;
  height: 43px !important;
  border-radius: 3px !important;
  color: #fff;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.calc-price {
  font-size: 24px;
}

.input-group button:first-child {
  left: -13px;
}
.input-group button:last-child {
  left: 0;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  border: 0;
  position: absolute;
  z-index: 9;
}
.input-group .button-minus {
  left: 0 !important;
}

.input-group .button-plus {
  right: 0 !important;
  left: auto !important;
}

.input-group .quantity-field {
  position: relative;
  height: 42px;
  left: -6px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  margin: 0;
  resize: vertical;
  min-width: 80px;
  margin-left: 10px;
}

.input-group input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.cart-content .cart-thumbnail img {
  border-radius: 4px;
}

.agree a {
  color: #fff;
}

.cart-content .cart-info .cart-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
}

.cart-content .cart-info p {
  font-size: 16px;
}

.cart-content .cart-info .cart-pricing strong {
  font-weight: 600;
  font-size: 18px;
}
.cart-content .cart-info .cart-pricing {
  font-size: 15px;
}

.addons {
  margin-top: 40px;
}
.addons .text-information {
  position: relative;
}
.addons .text-information .title {
  background: #fff;
  padding-right: 15px;
  position: relative;
  z-index: 5;
}
.addons .text-information .line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #0028653d;
  z-index: 1;
}

.addon-card {
  margin-top: 25px;
}
.right-cart-parent {
  position: sticky;
  top: 70px;
  height: auto;
}
.right-cart {
  color: #000;
  padding: 30px;
  border-radius: 6px;
  background: #fafcff !important;
  border: 1px solid #22222226 !important;
}
button.checkout {
  border-radius: 4px;
  margin-top: 25px;
  font-weight: 500;
  padding: 8px 25px;
  transition: all 500ms ease;
  color: #fff;
  background: #3fb1c2;
  border: 0 !important;
}
button.checkout:hover {
  background: #a75300;
  color: #fff;
}

.accepted-right {
  padding: 0 3px;
}
.accepted-right ul li {
  border: 1px solid #8686863d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: #fffbf6;
}

.cart-left-content {
  padding: 30px;
  border-radius: 5px;
  background: #fff;
}

.total-all {
  text-align: center;
  border-radius: 4px;
  background: #f7f7f7;
  padding: 10px 15px;
  border: 2px solid #00336f1f;
}

.cart-left-content {
  margin-top: 35px;
}
.cart-left-content:first-child {
  margin-top: 0;
}

.total-amount {
  font-size: 22px;
  font-weight: 600;
}

.payable-amount strong {
  font-size: 22px;
}

.payable-amount hr {
  margin: 10px 0;
}

.cart h1 {
  position: absolute;
  color: #fff;
  z-index: 99;
  bottom: 40px;
}

.agree {
  font-size: 16px;
}
.agree input,
.advance input {
  max-width: max-content;
}

/* Contact */
.contact-details-cart {
  padding: 30px;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  margin-top: 30px;
  background: #fff;
}
.contact-details-cart input {
  width: 100%;
  border: 1px solid #d5d5d5;
  min-height: 43px;
  padding: 0 12px;
  border-radius: 2px;
}

.contact-form-cart label {
  width: 100%;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 17px;
}

.contact-details-cart input:focus,
.contact-details-cart select:focus {
  outline: 1px solid #002050 !important;
}

.contact-form-cart .form-inside {
  margin-bottom: 20px;
}

.contact-form-cart textarea {
  padding: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  width: 100%;
}

.contact-details-cart select {
  max-height: 43px;
  margin-bottom: 0;
  background: #fff;
  height: 100%;
  max-width: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  padding: 0 25px;
  padding: 0 20px;
  font-size: 16px;
  width: 100%;
}

.payment-details {
  padding: 30px;
  margin-top: 30px;
  background: #0b2852;
  color: #fff;
}

.trip-image-cart {
  width: 100px;
}

.trip-image-cart img {
  border-radius: 4px;
}

/* Remove  */
.remove-cart {
  position: absolute;
  max-width: max-content;
  max-height: max-content;
  right: 0;
  top: 0;
  margin-top: -10px;
  font-size: 25px;
  background: transparent;
  margin-right: -10px;
  color: red;
  border: 0;
}

.remove-cart.heart {
  color: #f00d0d;
  min-width: 30px;
  min-height: 30px;
  top: 20px;
  right: 20px;
  background: #fff;
  z-index: 9;
  border-radius: 100px;
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}
.fs-16 {
  font-size: 16px;
}

.fw-800 {
  font-weight: 800;
}
.departure-package .departure-table {
  padding: 20px 30px;
  border: 1px solid #cdd7da;
  border-radius: 8px;
}
.departure-package .top-departure {
  background: #f3f3f3;
  font-weight: 600;
  color: #222222;
}
/* Wishlist  */
.wishlist_btn button {
  width: 100%;
  padding: 6px;
  margin-top: 5px;
  border-radius: 3px;
}

.wishlist_btn.style_2_btn button {
  width: 45px;
  margin-left: auto;
  display: block;
  padding: 15px;
  border-radius: 100px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wishlist_info {
  position: relative;
}
.wishlist_info span {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #01822f;
  top: 0;
  right: 0;
  font-size: 9px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -18px;
}
/* Departure Loading */
.depart-data {
  display: none;
}
#one {
  display: block;
}
.loader {
  position: relative;
  margin: auto;
  aspect-ratio: 1;
  border-radius: 100vmin;
  overflow: hidden;
  width: 55px;
  padding: 14px;
  margin-top: 40px;
}
.loader::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.circular {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  transform-origin: center center;
  animation: 2s linear 0s infinite rotate;
}
.path {
  stroke: #002050;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: 1.5s ease-in-out 0s infinite dash;
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
    stroke: #e0e1e1;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}

.right-form {
  background: #fff;
  padding: 44px;
  border-radius: 10px;
  box-shadow: 0px 0px 25px 0 #0000001a;
}

.form input:not(input[type="radio"], input[type="checkbox"]) {
  width: 100%;
  padding: 6px 10px;
  border-radius: 4px;
}
.form label {
  width: 100%;
  color: #333;
  padding-left: 4px;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
}
.form .input-field {
  margin-top: 18px;
}
.form textarea {
  width: 100%;
  padding: 10px;
}

.form select {
  width: 100%;
  padding: 10px;
  background: #fff;
  font-weight: 300;
  color: #2c2c2c;
}

.form textarea {
  min-height: 150px;
}
.form input[type="submit"] {
  transition: all 600ms ease;
}
.form input[type="submit"]:hover {
  background: #000;
}
.form input,
.form textarea,
.form select {
  -webkit-box-shadow: 0px 0px 9px 0px rgba(123, 123, 123, 0);
  box-shadow: 0px 0px 9px 0px rgba(123, 123, 123, 0);
  border: 1px solid rgba(148, 148, 149, 0.6);
}

.form .upload-btn {
  max-width: 150px;
}

.form #travelPhotosPreview,
.form #profilePreview {
  max-width: 100%;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.form #travelPhotosPreview img,
.form #profilePreview img {
  height: auto;
  object-fit: contain;
  max-width: 100px;
  max-height: 100px;
  width: auto;
  border-radius: 5px;
}

.form #travelPhotosPreview:has(img),
.form #profilePreview:has(img) {
  margin-top: 15px;
}

#travelers {
  pointer-events: none;
  margin-bottom: 0;
}

/* Loading State */
.loading-state.active {
  display: inline-block;
}
.loading-state.active .loading {
  border-radius: 50%;
  border-top-color: #00ade7 !important;
  animation: loading 1s linear infinite;
  width: 28px;
  height: 28px;
  border: 5px solid #ddd;
}
.payment-proceed {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
button.checkout {
  margin-top: 0 !important;
}

.quantity-field {
  pointer-events: none;
}
.travel_date {
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  background: #f4f4f4;
  border: 1px solid #00286585 !important;
  padding: 10px 15px;
}
.addons {
  margin-top: 18px;
}
textarea {
  background: #fff !important;
  height: 180px !important;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 9px;
  height: 9px;
}
.table-condensed {
  width: 160px;
  height: 160px;
  font-size: 11px;
}
.table-condensed td {
  padding: 2px !important;
}
.datepicker td {
  width: 10px;
  height: 10px;
  padding: 3px 5px !important;
}
.datepicker th {
  padding: 0 10px;
}
.datepicker .datepicker-switch {
  font-size: 15px;
}
.cart-date {
  position: relative;
}
.cart-date img {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  pointer-events: none;
}

.item-card-parent {
  display: none;
}

.in-wishlist {
  color: #00ade7 !important;
}

/* Toast Wishlist */
#toaster {
  background: #0b2852;
  color: #fff;
  padding: 1em 1.4em;
  height: 45px;
  position: fixed;
  right: 15px;
  top: 20px;
  font-weight: 700;
  border-radius: 3px;
  transform: translateX(140%);
  transition: transform ease 0.7s;
  font-size: 13px;
  display: flex;
  z-index: 999999999;
}

#toaster.is-visible {
  transform: translateX(0);
}

#toaster.is-visible.red {
  background: rgb(161, 1, 1);
}

#toaster .loading-state {
  display: none;
}

.wishlist-item {
  padding: 18px !important;
}

.nolp {
  margin-top: 15px;
}
.nolp {
  color: var(--primary-color);
}

.form-control {
  border-radius: 2px !important;
  padding: 10px 18px !important;
  background: transparent !important;
}

.loading-state.active {
  display: inline-block;
}
.loading-state.active .loading {
  border-radius: 50%;
  border-top-color: var(--primary-color) !important;
  animation: loading 1s linear infinite;
  width: 28px;
  height: 28px;
  border: 5px solid #ddd;
}
.payment-proceed {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading-popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

.loading-popup-content {
  background-color: #fff;
  margin: 15% auto; /* 15% from top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
  text-align: center;
}

.loading-popup p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.fixed-departures button.btn-style-1 {
  padding: 6px 30px !important;
}

.fixed-departures .departure-table {
  background: #ffffff9e !important;
}
.fixed-departures button.btn-style-1:hover {
  color: #fff !important;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  background: #0000005c;
  z-index: 999;
  top: 0;
  left: 0;
}
.overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-write-review {
  background: #002050 !important;
}

.list-photo-traveler img {
  border-radius: 8px !important;
}

.spinner {
  width: 20px;
  height: 20px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #ffffff; /* Adjust color as needed */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 10px; /* Space between spinner and message */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.book-btn {
  flex: 1;
}

.card-left-content .input-group button {
  background: #0c468a;
}
.form-all {
  background: #fff;
  padding: 38px 50px;
}

.group-prices.main-prices.show {
  position: static;
  visibility: visible;
  opacity: 1;
}

.price-addon {
  color: #24346e;
  font-weight: 500;
}

.addons .addon-title {
  background: #eee;
  padding: 15px 20px;
}
.addons .data-addons {
  padding: 15px 20px;
  border-bottom: 1px solid #7575753d;
}

.addons .addon-title h3 {
  margin: 0;
  font-size: 18px;
  color: #141414;
}
.addons-data {
  border: 2px solid #eee;
  border-radius: 10px;
}

.addon-options-pkg i,
.addon-options-pkg svg {
  font-size: 12px;
}
.calculated_price {
  font-size: 18px;
}

.fw-700 {
  font-weight: 700;
}

.select-box-title select {
  background: #eee;
  padding: 10px 20px;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
}

.cart-left-content {
  background: #fff !important;
  border: 1px solid #22222226 !important;
}
.opacity-less {
  opacity: 0.5;
}

.wpforms-page-indicator-steps {
  min-width: 110px;
}

.cart-left-content .discount-group {
  width: 100%;
  background: transparent;
  border-radius: 4px;
  font-size: 15px;
  position: relative;
  max-width: 100%;
  font-size: 15px;
  position: relative;
  margin-bottom: 10px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2509803922);
}

.cart-left-content .discount-group .title-discount i,
.right-top .discount-group.show-prices .title-discount i {
  transition: all 500ms ease;
}

.cart-left-content .discount-group.show-prices .title-discount i {
  transform: rotate(180deg) !important;
}

.cart-left-content .discount-group.show-prices .group-prices {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 500ms ease;
  margin-top: 5px;
  border: 1px solid #bcc2d7;
}

.cart-left-content .discount-group .title-discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  border-radius: 4px;
  width: 100%;
  padding: 10px 25px;
  font-size: 16px;
  background: var(--primary-color);
  border: 0;
}
.cart-left-content .discount-group .title-discount i {
  font-size: 13px !important;
}

.cart-left-content .discount-group .group-prices {
  width: 100%;
  background: #fff;
  border-radius: 0 0 4px 4px;
  transition: all 200ms linear;
  z-index: 99;
  padding: 10px 20px;
}

.cart-left-content .discount-group .group-prices.show-prices {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.cart-left-content .discount-group .group-prices ul li {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
.cart-left-content .discount-group .group-prices ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cart-left-content .discount-group .group-prices ul li span {
  color: #222 !important;
}
.cart-left-content .discount-group .group-prices ul li .per-price {
  font-weight: 700;
}

.cart-left-content .discount-group .group-prices ul li:last-child {
  border-bottom: 0;
}

.cart-left-content .discount-group .arrow {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-left-content .discount-group .arrow i,
.cart-left-content .discount-group .arrow svg {
  font-size: 14px;
}

.cart-left-content .discount-group.show-prices .arrow {
  background: #1f4903;
  color: #fff;
}

.cart-left-content .group-prices {
  visibility: hidden;
  opacity: 0;
}

.cart-left-content .group-prices.show-prices {
  visibility: visible;
  opacity: 1;
}

/* Toast Wishlist */
#toaster {
  background: #197b88;
  color: #fff;
  padding: 1em 1.4em;
  height: 45px;
  position: fixed;
  right: 15px;
  top: 20px;
  border-radius: 3px;
  transform: translateX(140%);
  transition: transform ease 0.7s;
  font-size: 13px;
  display: flex;
  z-index: 999999999;
  font-weight: 500;
  align-items: center;
}

#toaster.is-visible {
  transform: translateX(0);
}

#toaster.is-visible.red {
  background: rgb(161, 1, 1);
}

#toaster .loading-state {
  display: none;
}
.faqs.faqs-home .accordion-item {
  margin-bottom: 0;
}

.faqs-home .accordion-item .accordion-body {
  padding-top: 5px;
  margin-bottom: 10px;
}

.departure-full-info .card-departure {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
}
.departure-full-info .card-departure.last-div {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.departure-full-info .card-departure img {
  border-radius: 2px;
}
.departure-full-info .card-departure button {
  background: var(--primary-color);
  color: #fff;
  padding: 10px 32px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 2px;
}
.departure-full-info .card-departure button:hover {
  background: var(--secondary-color);
}
.departure-full-info .card-departure:hover .title {
  color: var(--primary-color);
}

.departure-datas {
  display: none;
}

.sticky-package {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1490196078);
}
.sticky-package.active {
  visibility: visible;
  opacity: 1;
  animation: fadeIn 600ms ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0.4;
    top: -10px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.items-packages {
  width: 100%;
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #fff;
  border-radius: 2px;
}
.items-packages ul {
  width: 100%;
  overflow-x: auto;
}
.items-packages ul li {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  border-radius: 2px;
}
.items-packages ul li a {
  display: block;
  height: 100%;
  padding: 13px 50px;
  color: #353535;
  min-width: max-content;
}
.items-packages ul li a.active {
  background: var(--primary-color);
  color: #fff;
}

.universal-star {
  display: flex;
  margin: 0;
  color: #f77c03;
  gap: 4px;
  align-items: center;
  font-size: 14px;
}

[class^="ribbon-"] {
  position: absolute;
}

[class^="ribbon-"]:before,
[class^="ribbon-"]:after {
  content: "";
  position: absolute;
}

.ribbon-2 {
  width: 63px;
  height: 60px;
  background: #3d7245;
  top: -7px;
  right: 20px;
  line-height: 22px;
}
.ribbon-2 span {
  padding-top: 10px;
}

.ribbon-2:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 0 10px 0 0;
  right: -12px;
  border-right: 13px solid #244b2a;
  border-top: 13px solid #244b2a;
  z-index: -1;
}

.ribbon-2:after {
  height: 0;
  width: 0;
  right: 0px;
  top: 60px;
  border-right: 31px solid transparent;
  border-left: 31px solid transparent;
  border-top: 20px solid #3d7245;
}

.ribn-child {
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 0 10px 0 0;
  border-right: 12px solid #244b2a;
  border-top: 11px solid #244b2a;
  z-index: -1;
  left: -10px;
  top: -2px;
  transform: rotate(270deg);
}

.left-package-container {
  max-width: 850px;
}

.pinclude h6,
.pexclude h6 {
  font-weight: 600;
  font-size: 17px;
  margin-top: 20px;
}

ul.discounts {
  padding-left: 0;
}
ul.discounts li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  border-bottom: 1px solid #d9d9d9;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
ul.discounts li:last-child {
  border-bottom: 0;
}
ul.discounts li span:first-child {
  color: #222;
}
ul.discounts li span:last-child {
  color: #222;
}

.datepicker-days thead tr {
  background-color: #197b88;
  color: #fff;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #197b88;
}

@media (max-width: 575px) {
  .talkto-content {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: max-content;
  }
}

.online-payment .payhead {
  padding-top: 0;
  padding-bottom: 0;
}
.online-payment .nolp {
  margin-bottom: 0;
}

.online-payment .agree a {
  color: #333;
}

.tripbox iframe,
.blogdetail iframe {
  width: 100%;
  max-width: 100%;
}
