@import "../fonts/stylesheet.css";
@import "all.min.css";
body {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.container {
  max-width: 1244px;
}

h1 {
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  color: #040A18;
  font-family: "Poppins";
}

h2, .h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  color: #040A18;
  font-family: "Poppins";
}
@media screen and (max-width: 991px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
h2.bottom-line strong, .h2.bottom-line strong {
  position: relative;
}
h2.bottom-line strong:before, .h2.bottom-line strong:before {
  content: "";
  background: #040A18;
  height: 4px;
  width: 60%;
  position: absolute;
  left: 0;
  bottom: -6px;
}
h2.white, .h2.white {
  color: #ffffff;
}
h2 strong, .h2 strong {
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  color: #040A18;
  font-family: "Poppins";
}
@media screen and (max-width: 991px) {
  h2 strong, .h2 strong {
    font-size: 30px;
    line-height: 40px;
  }
}

h3, .h3 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #040A18;
}
@media screen and (max-width: 991px) {
  h3, .h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
h3.medium, .h3.medium {
  font-weight: 500;
}
h3.white, .h3.white {
  color: #ffffff;
}

.h3 {
  font-size: 24px;
  line-height: 34px;
}

p, .p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  font-family: "Poppins";
  color: #040A18;
}
@media screen and (max-width: 767px) {
  p br, .p br {
    display: none;
  }
}
p.small, .p.small {
  font-size: 12px;
  line-height: 15px;
}
p.medium, .p.medium {
  font-weight: 500;
}
p.regular, .p.regular {
  font-weight: 400;
}
p.semi, .p.semi {
  font-weight: 600;
}
p.gray, .p.gray {
  color: rgba(4, 10, 24, 0.5);
}
p.gray2, .p.gray2 {
  color: #505050;
}
p.white, .p.white {
  color: #ffffff;
}
p.blue, .p.blue {
  color: #253D80;
}

.p {
  font-size: 16px;
  line-height: 25px;
}

span {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: rgba(4, 10, 24, 0.5);
}
span.black {
  color: #040A18;
}

a, .a {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: rgba(4, 10, 24, 0.5);
  text-decoration: none;
}
a:hover, .a:hover {
  color: rgba(4, 10, 24, 0.5);
  text-decoration: none;
}
a.small, .a.small {
  font-size: 12px;
  line-height: 15px;
}
a.medium, .a.medium {
  font-weight: 500;
}
a.semi, .a.semi {
  font-weight: 600;
}
a.white, .a.white {
  color: #ffffff;
}

strong {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  font-family: "Poppins";
  color: #000000;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.btn-style {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  height: 40px;
  padding: 7px 20px 6px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50px;
  text-decoration: none;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background: #46AAE3;
  border: 2px solid #46AAE3;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.btn-style:hover {
  transition: all 0.3s ease-in-out;
  background: transparent;
  color: #46AAE3;
}
.btn-style.small {
  padding: 6px 13px 4px;
  height: 30px;
  font-size: 12px;
  line-height: 22px;
}
@media screen and (max-width: 1199px) {
  .btn-style.small {
    padding: 4px 13px 4px;
  }
}
.btn-style.medium {
  padding: 6px 20px 4px;
  height: 35px;
  font-size: 13px;
  line-height: 22px;
}
.btn-style.no-hover {
  background: #46AAE3;
  border: 2px solid #46AAE3;
  color: #ffffff;
}
.btn-style.transparent {
  background: transparent;
  border-color: #46AAE3;
  color: #46AAE3;
}
.btn-style.colored-border {
  color: #46AAE3;
  text-transform: capitalize;
  border-radius: 60px;
  background: 0 0;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, rgb(255, 1, 2), rgba(243, 182, 0, 0.5)) border-box;
  border: 2px solid transparent;
}
.btn-style.text {
  min-width: 90px;
  height: 32px;
  padding: 7px 5px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #46AAE3;
}
.btn-style.round {
  border-radius: 50px;
}
.btn-style.shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.btn-style.full {
  min-width: 100%;
}
.btn-style.icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-style.gradient {
  background: rgb(219, 10, 10);
  background: linear-gradient(0deg, rgb(219, 10, 10) 0%, rgb(253, 219, 45) 100%);
  border: none;
  color: white;
}
.btn-style.icon-circle {
  border-radius: 50%;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.btn-style.icon-circle i {
  font-size: 22px;
}
.btn-style.blue {
  background: #253D80;
  color: #ffffff;
  border-color: #253D80;
}
.btn-style.blue:hover {
  background: transparent;
  color: #253D80;
  border-color: #253D80;
}

.form .form-group {
  margin-bottom: 16px;
}
.form label {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .form label {
    margin-bottom: 5px;
  }
}
.form .form-control {
  border-radius: 8px;
  line-height: 23px;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  height: 40px;
  padding: 8px 14px 8px;
  border: 1px solid #e4e4e4;
  color: #495057;
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
}
.form .form-control::placeholder {
  color: rgba(4, 10, 24, 0.5);
}
.form .form-control:focus {
  box-shadow: none;
}
.form input[type=checkbox] {
  border: 1px solid #E8E8E8;
  border-radius: 4px;
}

.sec-home-banner .about-page-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .sec-home-banner .about-page-slider .slick-next {
    right: 10px;
    display: none !important;
  }
}
.sec-home-banner .about-page-slider .slick-next:before {
  content: "";
  background: url("../images/icons/slider-right-arrow-icon.svg") no-repeat center;
  background-size: cover;
  width: 36px;
  height: 36px;
  position: absolute;
  visibility: visible;
}
.sec-home-banner .about-page-slider .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  visibility: hidden;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-home-banner .about-page-slider .slick-prev {
    left: 0;
    display: none !important;
  }
}
.sec-home-banner .about-page-slider .slick-prev:before {
  content: "";
  background: url("../images/icons/slider-left-arrow-icon.svg") no-repeat center;
  background-size: cover;
  width: 36px;
  height: 36px;
  position: absolute;
  transform: rotate(180deg);
  visibility: visible;
}
.sec-home-banner .about-page-slider .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 250px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  .sec-home-banner .about-page-slider .item {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .sec-home-banner .about-page-slider .item {
    height: 300px;
  }
}
.sec-home-banner .about-page-slider .item:before {
  position: absolute;
  background-color: #000000;
  opacity: 0.4;
  height: 100%;
  z-index: -1;
  left: 0;
  width: 100%;
  top: 0;
}
.sec-home-banner .about-page-slider .item .content-wrapper {
  text-align: center;
}
.sec-home-banner .about-page-slider .item .content-wrapper h2 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sec-home-banner .about-page-slider .item .content-wrapper h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-home-banner .about-page-slider .item .content-wrapper h2 br {
    display: none;
  }
}
.sec-home-banner .about-page-slider .item .content-wrapper h2.logo-title {
  font-size: 50px;
  line-height: 60px;
  margin: 0 0 5px;
  font-family: "Protest Revolution", sans-serif;
}
@media screen and (max-width: 767px) {
  .sec-home-banner .about-page-slider .item .content-wrapper h2.logo-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.sec-home-banner .about-page-slider .item .content-wrapper h2 p {
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-home-banner .about-page-slider .item .content-wrapper h2 p {
    font-size: 20px;
    line-height: 30px;
  }
}

.exclusive-packages {
  padding: 40px 0;
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  .exclusive-packages {
    padding: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .exclusive-packages {
    padding: 40px 0;
  }
}
.exclusive-packages .header-wrapper {
  margin-bottom: 20px;
}
.exclusive-packages .header-wrapper h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .exclusive-packages .header-wrapper h2 {
    margin-bottom: 0;
    text-align: center;
  }
}
.exclusive-packages .header-wrapper .btn-wrapper {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .exclusive-packages .header-wrapper .btn-wrapper {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .exclusive-packages .btn-wrapper-mobile {
    text-align: center;
    margin: 30px 0 0;
  }
}
.exclusive-packages .slick-list {
  margin: 0 -6px;
}
.exclusive-packages .slick-list .slick-track .slick-slide {
  padding: 0 6px;
}
.exclusive-packages .slick-list .slick-track .slick-slide .exclusive-packages-card {
  border-radius: 13px;
  border: 2px solid #E8E8E8;
  padding: 15px 13px;
  transition: all 0.3s ease-in-out;
  display: block;
}
.exclusive-packages .slick-list .slick-track .slick-slide .exclusive-packages-card:hover {
  border: 2px solid #46AAE3;
}
.exclusive-packages .slick-list .slick-track .slick-slide .exclusive-packages-card .img-wrapper {
  margin-bottom: 16px;
}
.exclusive-packages .slick-list .slick-track .slick-slide .exclusive-packages-card .img-wrapper img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.exclusive-packages .slick-list .slick-track .slick-slide .exclusive-packages-card .content-wrapper p {
  margin-bottom: 15px;
  min-height: 48px;
}
.exclusive-packages .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -65px;
  visibility: hidden;
}
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  .exclusive-packages .slick-next {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .exclusive-packages .slick-next {
    display: none !important;
  }
}
.exclusive-packages .slick-next:before {
  content: "";
  background: url("../images/icons/slider-right-arrow-icon.svg") no-repeat center;
  background-size: cover;
  width: 36px;
  height: 36px;
  position: absolute;
  visibility: visible;
}
.exclusive-packages .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
  visibility: hidden;
}
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  .exclusive-packages .slick-prev {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .exclusive-packages .slick-prev {
    display: none !important;
  }
}
.exclusive-packages .slick-prev:before {
  content: "";
  background: url("../images/icons/slider-left-arrow-icon.svg") no-repeat center;
  background-size: cover;
  width: 36px;
  height: 36px;
  position: absolute;
  transform: rotate(180deg);
  visibility: visible;
}

.trending-destination-new {
  padding: 40px 0;
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  .trending-destination-new {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .trending-destination-new {
    padding: 40px 0;
  }
}
.trending-destination-new.cat-trending-destination .all-categories-list {
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .trending-destination-new.cat-trending-destination .all-categories-list {
    margin: 0 0 30px;
  }
}
.trending-destination-new.cat-trending-destination .all-categories-list ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trending-destination-new.cat-trending-destination .all-categories-list ul {
    text-align: center;
  }
}
.trending-destination-new.cat-trending-destination .all-categories-list ul li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .trending-destination-new.cat-trending-destination .all-categories-list ul li {
    display: inline-block !important;
  }
}
.trending-destination-new.cat-trending-destination .all-categories-list ul li:not(:last-of-type) {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .trending-destination-new.cat-trending-destination .all-categories-list ul li:not(:last-of-type) {
    margin: 0 12px 10px 0;
  }
}
.trending-destination-new.cat-trending-destination .all-categories-list ul li.current-menu-item a {
  color: #253D80;
}
.trending-destination-new.cat-trending-destination .all-categories-list ul li.current-menu-item a:before {
  opacity: 1;
  left: 50%;
  margin-left: -4px;
  transition: all 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.trending-destination-new.cat-trending-destination .all-categories-list ul li a {
  text-decoration: none;
  color: rgba(4, 10, 24, 0.5);
  position: relative;
}
.trending-destination-new.cat-trending-destination .all-categories-list ul li a:before {
  background-color: #253D80;
  opacity: 0;
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  transition: all 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media screen and (max-width: 767px) {
  .trending-destination-new.cat-trending-destination .all-categories-list ul li a:before {
    width: 6px;
    height: 6px;
    top: 25px;
  }
}
.trending-destination-new.cat-trending-destination .all-categories-list ul li a:hover {
  color: #253D80;
}
.trending-destination-new.cat-trending-destination .all-categories-list ul li a:hover:before {
  opacity: 1;
  left: 50%;
  margin-left: -4px;
  transition: all 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media screen and (max-width: 767px) {
  .trending-destination-new.cat-trending-destination .all-categories-list ul li {
    display: block;
  }
}
.trending-destination-new.cat-trending-destination .col-lg-4 {
  margin: 0 0 24px;
}
.trending-destination-new.client-testimonials .client-testimonials-card {
  background: rgba(247, 247, 247, 0.968627451);
  padding: 28px 28px;
  border-radius: 15px;
}
.trending-destination-new.client-testimonials .client-testimonials-card .icon-wrapper {
  margin-bottom: 25px;
}
.trending-destination-new.client-testimonials .client-testimonials-card .icon-wrapper img {
  max-width: 35px;
}
.trending-destination-new.client-testimonials .client-testimonials-card .review-wrapper {
  margin-bottom: 34px;
}
.trending-destination-new.client-testimonials .client-testimonials-card .review-wrapper p {
  margin-bottom: 0;
}
.trending-destination-new.client-testimonials .client-testimonials-card .author-wrapper {
  display: grid;
  grid-template-columns: 45px auto;
  align-items: center;
  column-gap: 10px;
}
.trending-destination-new.client-testimonials .client-testimonials-card .author-wrapper .client-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trending-destination-new.client-testimonials .client-testimonials-card .author-wrapper .client-img img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.trending-destination-new.client-testimonials .client-testimonials-card .author-wrapper .name p {
  margin-bottom: 0;
  line-height: 19px;
}
.trending-destination-new .trending-destination-card {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.trending-destination-new .trending-destination-card:before {
  content: "";
  background: linear-gradient(to top, rgba(18, 18, 18, 0.5) 0, rgba(0, 0, 0, 0) 38%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.trending-destination-new .trending-destination-card:hover:before {
  background: linear-gradient(to top, rgb(18, 18, 18) 0, rgba(0, 0, 0, 0) 38%);
}
.trending-destination-new .trending-destination-card:hover .img-wrapper img {
  transform: scale(1.1);
}
.trending-destination-new .trending-destination-card.small-card .img-wrapper img {
  height: 200px;
}
.trending-destination-new .trending-destination-card .img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.trending-destination-new .trending-destination-card .img-wrapper .wishlist {
  position: absolute;
  top: 17px;
  right: 15px;
  padding: 2px 0.5px 0 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.trending-destination-new .trending-destination-card .img-wrapper .wishlist img {
  max-width: 18px;
}
.trending-destination-new .trending-destination-card .img-wrapper > img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}
.trending-destination-new .trending-destination-card .content-wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 20px 20px 0;
  z-index: 2;
}
.trending-destination-new .trending-destination-card .content-wrapper h3 {
  margin-bottom: 3px;
}
.trending-destination-new .trending-destination-card .content-wrapper .location {
  display: flex;
  align-items: center;
  gap: 8px;
}
.trending-destination-new .trending-destination-card .content-wrapper .location img {
  max-width: 15px;
}
.trending-destination-new .trending-destination-card .content-wrapper .location p {
  margin-bottom: 0;
}
.trending-destination-new .header-wrapper {
  margin-bottom: 20px;
}
.trending-destination-new .header-wrapper h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .trending-destination-new .header-wrapper h2 {
    text-align: center;
  }
}
.trending-destination-new .header-wrapper .btn-wrapper {
  text-align: right;
  padding-right: 110px;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .trending-destination-new .header-wrapper .btn-wrapper {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .trending-destination-new .header-wrapper .btn-wrapper {
    text-align: center;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .trending-destination-new .btn-wrapper-mobile {
    text-align: center;
    margin: 30px 0 0;
  }
}
.trending-destination-new .slider-wrapper .slick-slider .slick-list {
  margin: 0 -10px;
}
.trending-destination-new .slider-wrapper .slick-slider .slick-list .slick-track .slick-slide {
  padding: 0 10px;
}
.trending-destination-new .slider-wrapper .slick-slider .slick-next {
  position: absolute;
  top: -66px;
  transform: unset;
  right: 0;
  visibility: hidden;
}
@media screen and (max-width: 1199px) {
  .trending-destination-new .slider-wrapper .slick-slider .slick-next {
    display: none !important;
  }
}
.trending-destination-new .slider-wrapper .slick-slider .slick-next:before {
  content: "";
  background: url("../images/icons/slider-left-trans-arrow-icon.svg") no-repeat center;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  visibility: visible;
}
.trending-destination-new .slider-wrapper .slick-slider .slick-prev {
  position: absolute;
  top: -66px;
  transform: unset;
  right: 25px;
  left: unset;
  visibility: hidden;
}
@media screen and (max-width: 1199px) {
  .trending-destination-new .slider-wrapper .slick-slider .slick-prev {
    display: none !important;
  }
}
.trending-destination-new .slider-wrapper .slick-slider .slick-prev:before {
  content: "";
  background: url("../images/icons/slider-right-trans-arrow-icon.svg") no-repeat center;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  visibility: visible;
}

.available-places {
  padding: 40px 0 20px;
}
.available-places .available-places-slick .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .available-places .available-places-slick .slick-next {
    right: 10px;
    display: none !important;
  }
}
.available-places .available-places-slick .slick-next:before {
  content: "";
  background: url("../images/icons/slider-right-arrow-icon.svg") no-repeat center;
  background-size: cover;
  width: 36px;
  height: 36px;
  position: absolute;
  visibility: visible;
}
.available-places .available-places-slick .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  visibility: hidden;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .available-places .available-places-slick .slick-prev {
    left: 0;
    display: none !important;
  }
}
.available-places .available-places-slick .slick-prev:before {
  content: "";
  background: url("../images/icons/slider-left-arrow-icon.svg") no-repeat center;
  background-size: cover;
  width: 36px;
  height: 36px;
  position: absolute;
  transform: rotate(180deg);
  visibility: visible;
}
.available-places .available-places-slick .item .img-wrapper img {
  width: 100%;
  object-fit: cover;
  position: relative;
  height: 350px;
  border-radius: 20px;
}

.sec-packages-result {
  padding: 25px 0 40px;
}
.sec-packages-result .packages-result-card {
  display: grid;
  grid-template-columns: 307px auto 310px;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  gap: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .sec-packages-result .packages-result-card {
    grid-template-columns: auto;
    gap: 0;
  }
}
.sec-packages-result .packages-result-card .img-wrapper img {
  width: 307px;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-packages-result .packages-result-card .img-wrapper img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 991px) {
  .sec-packages-result .packages-result-card .img-wrapper img {
    width: 100%;
    height: 200px;
    border-radius: 8px 8px 0 0;
  }
}
.sec-packages-result .packages-result-card .content-wrapper .heading {
  display: grid;
  grid-template-columns: auto 130px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
}
.sec-packages-result .packages-result-card .content-wrapper .heading a {
  text-decoration: none;
}
.sec-packages-result .packages-result-card .content-wrapper .heading a h3 {
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  padding: 4px 40px 4px 0;
}
@media screen and (max-width: 991px) {
  .sec-packages-result .packages-result-card .content-wrapper .heading a h3 {
    padding: 4px 8px 4px 10px;
  }
}
.sec-packages-result .packages-result-card .content-wrapper .heading .packages {
  border-left: 1px solid #E8E8E8;
  margin-left: -24px;
  padding: 7px 22px;
  font-size: 13px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-packages-result .packages-result-card .content-wrapper .heading .packages {
    width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .sec-packages-result .packages-result-card .content-wrapper .heading .packages {
    margin-left: 0;
    padding-left: 10px;
  }
}
.sec-packages-result .packages-result-card .content-wrapper .heading .packages span {
  color: #505050;
}
.sec-packages-result .packages-result-card .content-wrapper ul.time-line {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .sec-packages-result .packages-result-card .content-wrapper ul.time-line {
    padding: 0 10px;
  }
}
.sec-packages-result .packages-result-card .content-wrapper ul.time-line li {
  vertical-align: middle;
  position: relative;
  padding: 0 0 0 25px;
}
.sec-packages-result .packages-result-card .content-wrapper ul.time-line li:first-of-type {
  padding: 0;
}
.sec-packages-result .packages-result-card .content-wrapper ul.time-line li:first-of-type:after {
  display: none;
}
.sec-packages-result .packages-result-card .content-wrapper ul.time-line li:after {
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  color: #999999;
  position: absolute;
  left: 5px;
  top: -1px;
}
.sec-packages-result .packages-result-card .content-wrapper ul.time-line li img {
  filter: brightness(0) saturate(100%) invert(69%) sepia(5%) saturate(12%) hue-rotate(335deg) brightness(88%) contrast(88%);
}
.sec-packages-result .packages-result-card .content-wrapper ul.time-line li img.return-plane {
  transform: scaleX(-1);
}
.sec-packages-result .packages-result-card .content-wrapper ul.time-line li i {
  color: #999999;
}
.sec-packages-result .packages-result-card .content-wrapper ul.time-line li p {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  color: #999999;
}
.sec-packages-result .packages-result-card .content-wrapper .form-wrapper {
  display: flex;
  align-items: center;
  justify-content: right;
  margin: 0 0 30px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-packages-result .packages-result-card .content-wrapper .form-wrapper {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .sec-packages-result .packages-result-card .content-wrapper .form-wrapper {
    padding: 0 20px 0 10px;
  }
}
.sec-packages-result .packages-result-card .content-wrapper .form-wrapper .tour {
  margin: 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-packages-result .packages-result-card .content-wrapper .form-wrapper .tour {
    font-size: 10px;
  }
}
.sec-packages-result .packages-result-card .content-wrapper .form-wrapper .form {
  margin-right: 5px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.sec-packages-result .packages-result-card .content-wrapper .form-wrapper .form p {
  margin: 0;
  color: #505050;
}
.sec-packages-result .packages-result-card .content-wrapper .form-wrapper .form select {
  font-size: 14px;
  outline: 0;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  padding: 1px 10px;
}
.sec-packages-result .packages-result-card .content-wrapper .tabs {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .sec-packages-result .packages-result-card .content-wrapper .tabs {
    margin-left: 20px;
  }
}
.sec-packages-result .packages-result-card .content-wrapper .tabs ul li {
  text-align: center;
}
.sec-packages-result .packages-result-card .content-wrapper .tabs ul li:not(:last-of-type) {
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .sec-packages-result .packages-result-card .content-wrapper .tabs ul li:not(:last-of-type) {
    margin: 0 10px 10px 0;
  }
}
.sec-packages-result .packages-result-card .content-wrapper .tabs ul li a {
  position: relative;
  text-decoration: none;
  min-width: 59px;
  display: inline-block;
}
.sec-packages-result .packages-result-card .content-wrapper .tabs ul li a .option {
  padding: 1px 5px 0;
  border-radius: 10px;
  font-size: 11px;
  min-width: 60px;
  position: absolute;
  background: #46AAE3;
  border: 1px solid #46AAE3;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 70px;
  height: 17px;
  line-height: 13px;
  color: #ffffff;
}
.sec-packages-result .packages-result-card .content-wrapper .tabs ul li a .img-wrapper {
  border: 1.5px solid #E8E8E8;
  padding: 8px;
  width: 42px;
  height: 42px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  margin: 0 auto 5px;
}
.sec-packages-result .packages-result-card .content-wrapper .tabs ul li a .img-wrapper img {
  height: 20px;
  width: 20px;
  object-fit: cover;
}
.sec-packages-result .packages-result-card .content-wrapper .tabs ul li a p {
  font-weight: 400;
  color: #505050;
  font-size: 12px;
}
.sec-packages-result .packages-result-card .content-wrapper .tabs ul li:hover a .img-wrapper {
  background-color: #253D80;
  border: 1px solid #253D80;
}
.sec-packages-result .packages-result-card .content-wrapper .tabs ul li:hover a .img-wrapper img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(975%) hue-rotate(66deg) brightness(118%) contrast(100%);
}
.sec-packages-result .packages-result-card .content-wrapper .tabs p {
  margin: 0;
}
.sec-packages-result .packages-result-card .pricing-content {
  border-left: 1px solid #E8E8E8;
  padding: 15px 15px;
  margin-left: -15px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-packages-result .packages-result-card .pricing-content {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .sec-packages-result .packages-result-card .pricing-content {
    border: none;
    padding-left: 10px;
    margin-left: 0;
    text-align: center;
  }
}
.sec-packages-result .packages-result-card .pricing {
  text-align: center;
}
.sec-packages-result .packages-result-card .pricing .holidays-title {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 27px;
}
.sec-packages-result .packages-result-card .pricing > h3 {
  font-size: 38px;
  line-height: 48px;
  color: #505050;
  margin: 0;
}
.sec-packages-result .packages-result-card .pricing > p {
  color: #505050;
  margin: 0 0 10px;
}
.sec-packages-result .packages-result-card .pricing .cash-total {
  margin-bottom: 15px;
  background: #f2dbdc;
  border-radius: 10px;
  padding: 4px 6px;
  color: #333;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-packages-result .packages-result-card .pricing .cash-total {
    max-width: 300px;
    margin: 0 auto 12px;
  }
}
@media screen and (max-width: 767px) {
  .sec-packages-result .packages-result-card .pricing .cash-total {
    width: 280px;
    margin: 0 auto 12px;
  }
}
.sec-packages-result .packages-result-card .pricing .cash-total p {
  margin: 0;
  font-size: 13px;
}
.sec-packages-result .packages-result-card .pricing .cash-total p span {
  color: #040A18;
}
.sec-packages-result .packages-result-card .pricing .cash-logo {
  display: flex;
  margin-top: 15px;
  align-items: center;
  gap: 5px;
}
.sec-packages-result .packages-result-card .pricing .cash-logo p {
  margin: 0;
  background: #fff5b3;
  padding: 5px 7px;
  font-size: 12px;
  min-width: 182px;
  border-radius: 4px;
}
.sec-packages-result .packages-result-card .pricing .cash-logo p span {
  color: #040A18;
}
.sec-packages-result .packages-result-card h3 {
  font-size: 17px;
  line-height: 25px;
}
.sec-packages-result .packages-result-card p {
  font-size: 13px;
  line-height: 20px;
}
.sec-packages-result .packages-result-card ul {
  padding: 0;
  margin: 0;
  border: none;
}
.sec-packages-result .packages-result-card ul li {
  display: inline-block;
}
.sec-packages-result .tab-pane {
  width: calc(100% - 325px);
  border-radius: 0 0 10px 10px;
  height: auto;
  border-bottom: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
}
@media screen and (max-width: 991px) {
  .sec-packages-result .tab-pane {
    width: 100%;
  }
}
.sec-packages-result .tab-pane .tab-header {
  border-bottom: 1px solid #E8E8E8;
  padding: 9px 12px 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-packages-result .tab-pane .tab-header .img-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sec-packages-result .tab-pane .tab-header .img-wrapper img {
  width: 20px;
}
.sec-packages-result .tab-pane .tab-header .img-wrapper p {
  margin: 0;
  color: #253D80;
}
.sec-packages-result .tab-pane .tab-header .icon-wrapper a {
  text-decoration: none;
}
.sec-packages-result .tab-pane .tab-header .icon-wrapper a span {
  padding: 4px 10px 5px 10px;
  border-radius: 50%;
  color: black;
  background-color: #E8E8E8;
}
.sec-packages-result .tab-pane .tab-body {
  padding: 15px;
  height: auto;
  overflow: auto;
}
.sec-packages-result .tab-pane .tab-body::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
}
.sec-packages-result .tab-pane .tab-body::-webkit-scrollbar-track {
  background-color: #fff;
}
.sec-packages-result .tab-pane .tab-body::-webkit-scrollbar-thumb {
  background-color: #253D80;
  border-radius: 16px;
  border: 4px solid #fff;
}
.sec-packages-result .tab-pane .tab-body::-webkit-scrollbar-button {
  display: none;
}
.sec-packages-result .tab-pane .tab-body p.title {
  font-weight: 600;
  margin: 0 0 8px;
}
.sec-packages-result .tab-pane .tab-body p strong {
  font-weight: 600;
}
.sec-packages-result .tab-pane .tab-body ul {
  padding-top: 0;
  margin: 0 0 10px;
}
.sec-packages-result .tab-pane .tab-body ul li {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #505050;
  list-style: none;
  position: relative;
  display: block;
  padding-left: 15px;
}
.sec-packages-result .tab-pane .tab-body ul li:not(:last-of-type) {
  margin: 0 0 4px 0;
}
.sec-packages-result .tab-pane .tab-body ul li.exchange:before {
  display: none !important;
}
.sec-packages-result .tab-pane .tab-body ul li.exchange p {
  color: #eb1c23;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 5px;
  padding-bottom: 5px;
  margin-left: -10px;
}
.sec-packages-result .tab-pane .tab-body ul li.exchange p img {
  width: 14px;
  margin-right: 8px;
}
.sec-packages-result .tab-pane .tab-body ul li:before {
  content: " ";
  width: 0;
  right: 0;
  height: 0;
  position: absolute;
  top: 8px;
  left: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #e36e0e;
}
.sec-packages-result .tab-pane .tab-body .sleeping .content-wrapper {
  padding: 3px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-packages-result .tab-pane .tab-body .sleeping .content-wrapper p {
  margin: 0;
  font-size: 13px;
}
.sec-packages-result .tab-pane .tab-body .sleeping .content-wrapper .icon i {
  font-size: 13px;
}
.sec-packages-result .modal.single-enquiry-modal .modal-dialog {
  max-width: 800px;
}
.sec-packages-result .modal.single-enquiry-modal .modal-dialog .modal-content {
  border-radius: 5px;
}
.sec-packages-result .modal.single-enquiry-modal .modal-dialog .modal-content .modal-body {
  padding: 20px 20px;
  position: relative;
}
.sec-packages-result .modal.single-enquiry-modal .modal-dialog .modal-content .modal-body .cross-icon {
  position: absolute;
  right: 9px;
  top: 4px;
}
.sec-packages-result .modal.single-enquiry-modal .modal-dialog .modal-content .modal-body .cross-icon i {
  color: #253D80;
  font-size: 14px;
  cursor: pointer;
}
.sec-packages-result .modal.single-enquiry-modal .modal-dialog .modal-content .modal-body .single-enquiry-wrapper {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 12px));
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .sec-packages-result .modal.single-enquiry-modal .modal-dialog .modal-content .modal-body .single-enquiry-wrapper {
    grid-template-columns: auto;
    row-gap: 25px;
    column-gap: 0;
  }
}
.sec-packages-result .modal.single-enquiry-modal .modal-dialog .modal-content .modal-body .single-enquiry-wrapper .img-wrapper img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .sec-packages-result .modal.single-enquiry-modal .modal-dialog .modal-content .modal-body .single-enquiry-wrapper .img-wrapper img {
    height: 200px;
  }
}
.sec-packages-result .modal.single-enquiry-modal .modal-dialog .modal-content .modal-body .single-enquiry-wrapper .form-wrapper {
  position: relative;
}
.sec-packages-result .modal.single-enquiry-modal .modal-dialog .modal-content .modal-body .single-enquiry-wrapper .form-wrapper .form .form-group {
  margin-bottom: 12px;
}
.sec-packages-result .modal.single-enquiry-modal .modal-dialog .modal-content .modal-body .single-enquiry-wrapper .form-wrapper .form .form-group p {
  margin: 0;
}
.sec-packages-result .modal.single-enquiry-modal .modal-dialog .modal-content .modal-body .single-enquiry-wrapper .form-wrapper .form .form-group.submit {
  margin: 20px 0 0;
}
.sec-packages-result .modal.single-enquiry-modal .modal-dialog .modal-content .modal-body .single-enquiry-wrapper .form-wrapper .form .form-group .form-control.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.sec-packages-result .modal.single-enquiry-modal .modal-dialog .modal-content .modal-body .single-enquiry-wrapper .form-wrapper .social-whatsapp {
  position: absolute;
  right: 0;
  bottom: 3px;
}
.sec-packages-result .modal.single-enquiry-modal .modal-dialog .modal-content .modal-body .single-enquiry-wrapper .form-wrapper .social-whatsapp img {
  max-width: 25px;
}

.sec-forex-exchange {
  padding: 60px 0 40px;
}
@media screen and (max-width: 991px) {
  .sec-forex-exchange {
    padding: 40px 0;
  }
}
.sec-forex-exchange .container > h2 {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-forex-exchange .container > h2 {
    margin-bottom: 30px;
  }
}
.sec-forex-exchange .img-wrapper {
  text-align: center;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-forex-exchange .img-wrapper {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-forex-exchange .img-wrapper {
    display: none;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-forex-exchange .img-wrapper img {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .sec-forex-exchange .img-wrapper img {
    max-width: 350px;
  }
}
.sec-forex-exchange .form-wrapper {
  position: relative;
}
.sec-forex-exchange .form-wrapper .social-whatsapp {
  position: absolute;
  right: 0;
  bottom: 3px;
}
.sec-forex-exchange .form-wrapper .social-whatsapp img {
  max-width: 30px;
}
.sec-forex-exchange .form {
  max-width: 700px;
  margin: auto;
}
.sec-forex-exchange .form > h3 {
  margin: 0 0 30px;
  text-align: center;
}
.sec-forex-exchange .form .form-group ul.country-list {
  z-index: 99;
}
.sec-forex-exchange .form .form-group ul.country-list li {
  display: block;
}

header {
  padding: 6px 0;
}
header .menu-wrapper {
  display: grid;
  grid-template-columns: 172px auto;
  align-items: center;
  gap: 56px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  header .menu-wrapper {
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  header .menu-wrapper .navbar-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: 4;
    left: -100%;
    transition: all 0.3s ease-in-out;
  }
}
header .menu-wrapper .navbar-menu.active {
  left: 0;
}
@media screen and (max-width: 991px) {
  header .menu-wrapper .navbar-menu ul.menu {
    text-align: left;
    padding: 30px 0 20px;
  }
}
header .menu-wrapper .navbar-menu ul.menu li {
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  header .menu-wrapper .navbar-menu ul.menu li {
    display: block;
  }
}
header .menu-wrapper .navbar-menu ul.menu li:not(:last-of-type) {
  margin: 0 34px 0 0;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  header .menu-wrapper .navbar-menu ul.menu li:not(:last-of-type) {
    margin: 0 25px 0 0;
  }
}
@media screen and (max-width: 991px) {
  header .menu-wrapper .navbar-menu ul.menu li:not(:last-of-type) {
    margin: 0;
  }
}
header .menu-wrapper .navbar-menu ul.menu li:hover ul.sub-menu {
  z-index: 2;
  opacity: 1;
}
header .menu-wrapper .navbar-menu ul.menu li a {
  transition: all 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
header .menu-wrapper .navbar-menu ul.menu li a span {
  position: relative;
}
header .menu-wrapper .navbar-menu ul.menu li a span:before {
  content: "";
  background: #253D80;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  header .menu-wrapper .navbar-menu ul.menu li a {
    padding: 10px 20px;
    display: flex;
    border-bottom: 1px solid #E8E8E8;
  }
}
header .menu-wrapper .navbar-menu ul.menu li a img {
  max-width: 20px;
  max-height: 20px;
  filter: brightness(0) saturate(100%) invert(5%) sepia(54%) saturate(870%) hue-rotate(185deg) brightness(93%) contrast(102%);
}
header .menu-wrapper .navbar-menu ul.menu li a:hover img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(9%) saturate(6827%) hue-rotate(196deg) brightness(90%) contrast(97%);
}
header .menu-wrapper .navbar-menu ul.menu li a:hover span {
  color: #253D80;
}
header .menu-wrapper .navbar-menu ul.menu li a:hover span:before {
  width: 100%;
}
header .menu-wrapper .navbar-menu ul.menu li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 30px;
  background: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  border-radius: 5px;
  min-width: 150px;
  padding: 7px 0 5px;
  opacity: 0;
  z-index: -100;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  header .menu-wrapper .navbar-menu ul.menu li ul.sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    box-shadow: none;
  }
}
header .menu-wrapper .navbar-menu ul.menu li ul.sub-menu li {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  header .menu-wrapper .navbar-menu ul.menu li ul.sub-menu li:last-of-type a {
    border: none;
  }
}
header .menu-wrapper .navbar-menu ul.menu li ul.sub-menu li a {
  display: block;
  width: 100%;
  padding: 5px 15px;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
}
header .hamburger-menu {
  display: none;
}
@media screen and (max-width: 991px) {
  header .hamburger-menu {
    display: block;
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  header .hamburger-menu i {
    font-size: 26px;
    color: #253D80;
  }
}
header .close-menu {
  display: none;
}
@media screen and (max-width: 991px) {
  header .close-menu {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px;
  }
}
@media screen and (max-width: 991px) {
  header .close-menu i {
    font-size: 24px;
    color: #253D80;
  }
}
header ul.auth-options {
  text-align: right;
}
@media screen and (max-width: 991px) {
  header ul.auth-options {
    display: none;
  }
}
header ul.auth-options li {
  position: relative;
  vertical-align: middle;
  padding: 8px 0;
}
header ul.auth-options li:hover ul.submenu {
  display: block;
}
header ul.auth-options li:not(:last-of-type) {
  margin: 0 12px 0 0;
}
header ul.auth-options li a {
  transition: all 0.3s ease-in-out;
}
header ul.auth-options li a.helpline .helpline-icon {
  margin-right: 5px;
}
header ul.auth-options li a.icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
header ul.auth-options li a.icon.whatsapp i {
  font-size: 20px;
  color: #29A71A;
}
header ul.auth-options li ul.submenu {
  background: #ffffff;
  padding: 14px 20px 12px;
  border-radius: 6px;
  text-align: left;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  position: absolute;
  right: 0;
  top: 40px;
  display: none;
  z-index: 3;
}
header ul.auth-options li ul.submenu li {
  display: block;
  padding: 0;
}
header ul.auth-options li ul.submenu li:not(:last-of-type) {
  margin-bottom: 10px;
}
footer {
  background: #040A18;
  padding: 20px 20px 21px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer {
    padding: 34px 0 21px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20px 0 15px;
  }
}
footer .menu-footer-menu-container ul.menu {
  text-align: center;
  padding: 0 0 8px;
}
footer .menu-footer-menu-container ul.menu li:not(:last-of-type) {
  margin: 0 20px 0 0;
}
footer .menu-footer-menu-container ul.menu li a {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
footer .menu-footer-menu-container ul.menu li a:hover {
  color: #46AAE3;
}
footer ul.page-links {
  text-align: center;
  padding: 0 0 8px;
}
footer ul.page-links li:not(:last-of-type) {
  margin: 0 20px 0 0;
}
footer ul.page-links li a {
  transition: all 0.3s ease-in-out;
}
footer ul.page-links li a:hover {
  color: #46AAE3;
}
footer .tour-detail-wrapper {
  display: grid;
  grid-template-columns: 272px auto;
  column-gap: 60px;
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer .tour-detail-wrapper {
    column-gap: 30px;
    grid-template-columns: 200px auto;
  }
}
@media screen and (max-width: 767px) {
  footer .tour-detail-wrapper {
    grid-template-columns: auto;
    row-gap: 40px;
  }
}
footer .tour-detail-wrapper .nav-pills {
  padding: 0;
}
footer .tour-detail-wrapper .nav-pills .nav-item {
  width: 100%;
}
footer .tour-detail-wrapper .nav-pills .nav-item:last-of-type .nav-link {
  border: none;
}
footer .tour-detail-wrapper .nav-pills .nav-item .nav-link {
  background: transparent;
  border: none;
  font-size: 14px;
  line-height: 19px;
  min-height: 35px;
  padding: 6px 18px 6px;
  color: #ffffff;
  min-width: 100%;
  border-radius: 0;
  justify-content: left;
  text-align: left;
  border-bottom: 1px solid #444;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer .tour-detail-wrapper .nav-pills .nav-item .nav-link {
    font-size: 12px;
    line-height: 18px;
    min-height: 30px;
  }
}
footer .tour-detail-wrapper .nav-pills .nav-item .nav-link.active {
  border-bottom: none;
  border-radius: 5px;
  color: #ffffff;
  background: #46AAE3;
}
footer .tour-detail-wrapper .tab-content .right-content .link-wrapper > h3 {
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer .tour-detail-wrapper .tab-content .right-content .link-wrapper > h3 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  footer .tour-detail-wrapper .tab-content .right-content .link-wrapper ul.link {
    margin-bottom: 30px;
  }
}
footer .tour-detail-wrapper .tab-content .right-content .link-wrapper ul.link li {
  display: block;
}
footer .tour-detail-wrapper .tab-content .right-content .link-wrapper ul.link li:not(:last-of-type) {
  margin-bottom: 28px;
}
@media screen and (max-width: 991px) {
  footer .tour-detail-wrapper .tab-content .right-content .link-wrapper ul.link li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
footer .tour-detail-wrapper .tab-content .right-content .link-wrapper ul.link li a {
  letter-spacing: 1.4px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer .tour-detail-wrapper .tab-content .right-content .link-wrapper ul.link li a {
    font-size: 12px;
    line-height: 18px;
  }
}
footer .footer-social {
  border-bottom: 1px solid #444;
  padding: 33px 0 23px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer .footer-social {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-social {
    padding: 20px 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer .footer-social .logo-wrapper a.logo img {
    max-width: 200px;
  }
}
footer .footer-social .logo-wrapper p {
  color: #ffffff;
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  footer .footer-social .logo-wrapper p {
    margin: 15px 0 20px;
  }
}
footer .footer-social .social-wrapper {
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .footer-social .social-wrapper {
    text-align: left;
    margin: 0 0 15px;
  }
}
footer .footer-social .social-wrapper > h3 {
  margin-bottom: 24px;
  padding: 0 17px 0 0;
}
footer .footer-social .social-wrapper ul.social li:not(:last-of-type) {
  margin: 0 15px 0 0;
}
footer .footer-social .social-wrapper ul.social li a {
  color: #ffffff;
}
footer .footer-social .social-wrapper ul.social li a i {
  font-size: 24px;
}
footer .footer-social .link-wrapper {
  display: flex;
  align-items: self-start;
  justify-content: right;
  gap: 56px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer .footer-social .link-wrapper {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-social .link-wrapper {
    display: block;
  }
}
footer .footer-social .link-wrapper .connect-card h3 {
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer .footer-social .link-wrapper .connect-card h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-social .link-wrapper .connect-card h3 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-social .link-wrapper .connect-card ul.apps {
    margin-bottom: 15px;
  }
}
footer .footer-social .link-wrapper .connect-card ul.apps li:not(:last-of-type) {
  margin: 0 22px 0 0;
}
@media screen and (max-width: 991px) {
  footer .footer-social .link-wrapper .connect-card ul.apps li:not(:last-of-type) {
    margin: 0 15px 10px 0;
  }
}
footer .footer-social .link-wrapper .connect-card ul.apps li a.barcode img {
  max-width: 200px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer .footer-social .link-wrapper .connect-card ul.apps li a img {
    max-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-social .link-wrapper .connect-card ul.apps li a img {
    max-width: 150px;
  }
}
footer .footer-copyright {
  padding: 21px 0 0;
}
@media screen and (max-width: 767px) {
  footer .footer-copyright {
    padding: 15px 0 0;
  }
}
footer .footer-copyright p {
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .footer-copyright p {
    font-size: 12px;
  }
}

.pagination-wrapper {
  text-align: center;
  margin: 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-wrapper span.current {
  background: #46AAE3 !important;
}
.pagination-wrapper a.prev:before {
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
  position: relative;
  left: 50%;
  top: calc(50% - 4px);
  transform: translateX(-50%) translateY(-50%);
}
.pagination-wrapper a.next:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
  position: relative;
  left: 50%;
  top: calc(50% - 4px);
  transform: translateX(-50%) translateY(-50%);
}
.pagination-wrapper .page-numbers.dots {
  margin: 0 10px 0 5px;
  font-size: 23px;
  line-height: 27px;
  height: 35px;
}
.pagination-wrapper a, .pagination-wrapper span.current {
  background: #253D80;
  min-width: 35px;
  height: 35px;
  padding: 0 12px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  margin: 0 5px 0 0;
}
.pagination-wrapper a span, .pagination-wrapper span.current span {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.sec-inner-banner {
  background-size: cover !important;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-inner-banner {
    height: 220px;
  }
}
.sec-inner-banner:before {
  position: absolute;
  content: "";
  background-color: black;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: -1;
  top: 0;
}
.sec-inner-banner .breadcrumb {
  justify-content: center;
  margin: 0;
  padding: 0;
}
.sec-inner-banner .breadcrumb li {
  position: relative;
  display: inline-block;
}
.sec-inner-banner .breadcrumb li:not(:last-of-type) {
  margin: 0 30px 0 0;
}
.sec-inner-banner .breadcrumb li:first-of-type:before {
  display: none;
}
.sec-inner-banner .breadcrumb li:before {
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  color: #ffffff;
  position: relative;
  right: 15px;
  top: 0;
}
.sec-inner-banner .breadcrumb li a {
  color: #ffffff;
}
.sec-inner-banner .content-wrapper {
  text-align: center;
  max-width: 500px;
  margin: auto;
}

.sticky-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 4;
  display: none;
}
@media screen and (max-width: 767px) {
  .sticky-whatsapp {
    display: block;
  }
}
.sticky-whatsapp img {
  max-width: 50px;
}

/*# sourceMappingURL=main.css.map */
