/*********************
Consistent Font Sizes
*********************/
/*********************
Center Block
*********************/
/*********************
Clearfix
*********************/
/*********************
transition
*********************/
/*********************
Centering Items
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
Placeholders for input
*********************/
/*********************
Animations
*********************/
/*********************
Transition
*********************/
.header-top {
  padding: 6px 0;
  border-bottom: 1px solid #ddd;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-top {
    display: none;
  }
}
.header-top .ht-inner {
  display: flex;
  justify-content: space-between;
}
.header-top .ht-inner .ht-media li {
  display: inline-block;
}
.header-top .ht-inner .ht-media li:not(:last-child) {
  margin-right: 12px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .header-top .ht-inner .ht-media li:not(:last-child) {
    margin-right: 8px;
  }
}
.header-top .ht-inner .ht-media li i {
  color: #111;
}
.header-top .ht-inner .tripadvisor img {
  width: 26px;
}
.header-top .ht-inner .tripadvisor span {
  color: #333;
}
.header-top .ht-inner .notification i, .header-top .ht-inner .notification span {
  color: #143795;
  font-weight: 500;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1364px) {
  .header-top .ht-inner .notification i, .header-top .ht-inner .notification span {
    font-size: 14px;
  }
}

.header-mid {
  padding: 20px 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-mid {
    padding: 10px 0;
  }
}
.header-mid .hm-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-mid .hm-inner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }
}
.header-mid .logo img {
  width: 280px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1364px) {
  .header-mid .logo img {
    width: 220px;
  }
}
@media (max-width: 1199px) {
  .header-mid .logo img {
    width: 190px;
  }
}
@media (max-width: 575px) {
  .header-mid .logo img {
    width: 220px;
  }
}
.header-mid .hm-contact {
  display: flex;
  align-items: center;
}
.header-mid .hm-item {
  position: relative;
  padding-left: 55px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .header-mid .hm-item {
    padding-left: 45px;
  }
}
@media (max-width: 575px) {
  .header-mid .hm-item {
    padding-left: 0;
  }
}
.header-mid .hm-item:not(:last-child) {
  margin-right: 60px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1364px) {
  .header-mid .hm-item:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .header-mid .hm-item:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .header-mid .hm-item:not(:last-child) {
    margin-right: 20px;
  }
}
.header-mid .hm-item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 45px;
  background-color: #38a2da;
  border-radius: 50%;
  padding: 6px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .header-mid .hm-item img {
    height: 40px;
    width: 40px;
    padding: 8px;
  }
}
@media (max-width: 575px) {
  .header-mid .hm-item img {
    position: relative;
    height: 36px;
    width: 36px;
    padding: 6px;
  }
}
.header-mid .hm-item span {
  color: #111;
  font-size: 15px;
  font-weight: 600;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .header-mid .hm-item span {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .header-mid .hm-item span {
    display: block;
  }
}
.header-mid .search-desktop {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .header-mid .search-desktop {
    display: none;
  }
}
.header-mid .qcontact {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-mid .qcontact {
    margin-right: 0 !important;
  }
}
.header-mid .qcontact i {
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  line-height: 45px;
  width: 45px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  background-color: #38a2da;
  color: #fff;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .header-mid .qcontact i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .header-mid .qcontact i {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .header-mid .qcontact i {
    position: relative;
  }
}
.header-mid .qcontact span {
  display: block;
}
.header-mid .qcontact a {
  color: #143795;
  font-weight: 600;
  font-size: 18px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-mid .qcontact a {
    font-size: 16px;
  }
}
.header-mid .input-group {
  align-items: center;
}
.header-mid .input-group i {
  background-color: #38a2da;
  color: #fff;
  padding: 0 16px;
  font-size: 18px;
  border-radius: 0 4px 4px 0;
}
.header-mid .input-group input, .header-mid .input-group .form-control, .header-mid .input-group i {
  height: 44px;
  line-height: 44px;
  margin: 0;
}

.header-btm {
  background-color: #00336f;
}
.header-btm .menu-wrap {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .header-btm .menu-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header-btm .menu-wrap .search-mob {
  display: none;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .header-btm .menu-wrap .search-mob {
    display: block;
    background-color: #023b7d;
    padding: 0 10px 0 0;
  }
}
.header-btm .menu-wrap .search-mob input {
  margin-bottom: 0;
  background-color: transparent;
  color: #fff;
  border: none;
  border-radius: 0;
}
.header-btm .menu-wrap .search-mob input::-moz-placeholder {
  color: #cfe0f1;
  font-size: 15px;
}
.header-btm .menu-wrap .search-mob input::placeholder {
  color: #cfe0f1;
  font-size: 15px;
}
.header-btm .menu-wrap .search-mob i {
  color: #fff;
}
.header-btm #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-size: 18px;
  font-family: "Bree Serif", serif;
  padding: 0 20px;
  transition: all 0.3s ease-in-out;
}
.header-btm #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .header-btm #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    padding: 10px 0;
  }
}
.header-btm #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-btm #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    width: 100%;
  }
}
.header-btm #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left,
.header-btm #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center {
  display: none;
}
.header-btm #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-size: 16px;
  line-height: unset;
  padding: 6px 10px;
}
.header-btm #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.partners h2 {
  font-size: 20px;
  font-family: "Bree Serif", serif;
  margin-right: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .partners h2 {
    font-size: 16px;
  }
}
.partners .association {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .partners .association {
    display: block;
  }
}
.partners .association ul li {
  display: inline-block;
}
.partners .association ul li img {
  width: 60px;
  border-radius: 4px;
}
.partners .review {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .partners .review {
    margin: 16px 0;
  }
}
.partners .review ul li {
  display: inline-block;
  margin-bottom: 8px;
  text-align: center;
}
.partners .review ul li:not(:last-child) {
  margin-right: 10px;
}
.partners .review ul li .view-review {
  padding: 6px 12px;
  background-color: #eaf1f8;
  border-radius: 4px;
  display: inline-block;
}
.partners .review ul li .w-review {
  display: block;
  color: #00336f;
  font-size: 14px;
  margin-top: 4px;
  border: 1px solid #eaf1f8;
  padding: 2px;
}
.partners .review ul li .w-review:hover {
  color: #38a2da;
}
.partners .review ul li img {
  width: 35px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .partners .review ul li img {
    width: 26px;
  }
}
.partners .review ul li span {
  color: #222;
}
.partners .association, .partners .review {
  display: flex;
  align-items: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .partners .association, .partners .review {
    flex-wrap: wrap;
  }
}

.site-footer {
  background-color: #1066bd;
  padding: 4% 0;
  color: #fff;
}
.site-footer ul li {
  margin-bottom: 8px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-footer ul li {
    margin-bottom: 4px;
  }
}
.site-footer ul li a {
  color: #fff;
}
.site-footer ul li a:hover {
  color: #38a2da;
}

.ft-title {
  font-size: 20px;
  font-family: "Bree Serif", serif;
  margin-bottom: 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .ft-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.contact-det ul li {
  position: relative;
  padding-left: 24px;
}
.contact-det ul li i {
  position: absolute;
  left: 0;
  top: 2px;
}
.contact-det ul li span {
  font-weight: 600;
  display: block;
}
.contact-det ul li a {
  position: relative;
  display: inline-block;
}
.contact-det ul li a:not(:last-child) {
  padding-right: 6px;
}
.contact-det ul li a:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  right: 0;
  height: 14px;
  width: 1px;
  background-color: #fff;
}
.contact-det.dark ul li {
  margin-bottom: 10px;
}
.contact-det.dark ul li i {
  color: #38a2da;
}
.contact-det.dark ul li a {
  color: #222;
}
.contact-det.dark ul li a:not(:last-child) {
  padding-right: 6px;
}
.contact-det.dark ul li a:not(:last-child)::before {
  background-color: #333;
}

.social-media h5 {
  color: #111;
  font-family: "Bree Serif", serif;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .social-media h5 {
    font-size: 18px;
  }
}
.social-media li {
  display: inline-block;
}
.social-media li:not(:last-child) {
  margin-right: 5px;
}
.social-media li i {
  height: 34px;
  line-height: 34px;
  width: 34px;
  border-radius: 50%;
  text-align: center;
  background-color: #143795;
  color: #fff;
}
.social-media li i:hover {
  background-color: #38a2da;
}

.copyright {
  text-align: center;
  border-top: 1px solid #227bd5;
  padding-top: 24px;
}
.copyright p {
  color: #eee;
}
.copyright a {
  color: #fff;
}

#scroll-top {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 1;
}
#scroll-top i {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background-color: #38a2da;
  color: #fff;
}

.heroSlider {
  position: relative;
}
.heroSlider .image {
  position: relative;
}
.heroSlider .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(45, 45, 45, 0) 0%, rgba(33, 32, 82, 0.7098039216) 50%, rgba(45, 45, 45, 0.2) 100%);
}
.heroSlider .image img {
  width: 100%;
  height: 600px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1364px) {
  .heroSlider .image img {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .heroSlider .image img {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .heroSlider .image img {
    height: 360px;
  }
}
.heroSlider .image .text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 7%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heroSlider .image .text {
    padding: 0 5%;
  }
}
.heroSlider .image .text h2 {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heroSlider .image .text h2 {
    font-size: 18px;
  }
}
.heroSlider .image .text h3 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heroSlider .image .text h3 {
    font-size: 22px;
  }
}
.heroSlider .image .text .icon {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 20px auto 0;
  border-radius: 50%;
  background-color: #168fdf;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heroSlider .image .text .icon {
    width: 60px;
    height: 60px;
    line-height: 65px;
  }
}
.heroSlider .image .text .icon i {
  color: #fff;
  font-size: 22px;
}
.heroSlider .image .text .icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(56, 162, 218, 0.65);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heroSlider .image .text .icon:before {
    width: 60px;
    height: 60px;
  }
}
@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;
  }
}
.heroSlider .btm-border {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  line-height: 0;
}
.heroSlider .btm-border img {
  width: 100%;
}
.heroSlider .swiper-pagination {
  bottom: 40px;
}
.heroSlider .swiper-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.heroSlider .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #38a2da;
}

.triptypeSlider .swiper-slide {
  text-align: center;
}
.triptypeSlider .swiper-slide .image {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #143795;
  padding: 30px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .triptypeSlider .swiper-slide .image {
    width: 80px;
    height: 80px;
    padding: 20px;
  }
}
.triptypeSlider .swiper-slide .text h4 {
  font-size: 20px;
  font-family: "Bree Serif", serif;
  color: #111;
  text-transform: uppercase;
  margin: 16px 0 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .triptypeSlider .swiper-slide .text h4 {
    font-size: 18px;
    margin: 10px 0 8px;
  }
}
.triptypeSlider .swiper-slide .text h5 {
  font-size: 15px;
  color: #555;
  font-weight: normal;
}
.triptypeSlider .swiper-slide:hover .image {
  background-color: #38a2da;
}
.triptypeSlider .swiper-pagination {
  position: relative;
  bottom: unset;
  margin-top: 1rem;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .triptypeSlider .swiper-pagination {
    margin-top: 10px;
  }
}
.triptypeSlider .swiper-pagination .swiper-pagination-bullet {
  height: 14px;
  width: 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .triptypeSlider .swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 16px;
  }
}
.triptypeSlider .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #38a2da;
}

.welcome {
  background-color: #f4f1e8;
  padding: 1% 0 5%;
}
.welcome .welcome-desc {
  width: 80%;
  margin: 0 auto;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .welcome .welcome-desc {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .welcome .welcome-desc {
    width: 100%;
  }
}
.welcome .welcome-desc p {
  font-size: 18px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .welcome .welcome-desc p {
    font-size: 16px;
  }
}

.display1 {
  background-color: #f4f1e8;
}

.card1 {
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.card1 .image {
  position: relative;
  overflow: hidden;
}
.card1 .image img {
  width: 100%;
  height: 300px;
  transition: all 0.5s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card1 .image img {
    height: auto;
  }
}
.card1 .image .price {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: #38a2da;
  color: #fff;
  padding: 6px 10px;
}
.card1 .text {
  padding: 16px;
  position: relative;
}
.card1 .text .duration i {
  color: #38a2da;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #38a2da;
  font-size: 14px;
}
.card1 .text .duration span {
  color: #666;
}
.card1 .text .pkg-title {
  margin: 10px 0 0;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  font-family: "Bree Serif", serif;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
.card1 .text .pkg-title:hover {
  color: #38a2da;
}
.card1 .text .link {
  position: absolute;
  right: 30px;
  top: -20px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.card1 .text .link i {
  height: 44px;
  line-height: 44px;
  width: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: #143795;
  color: #fff;
}
.card1 .text .link i:hover {
  background-color: #38a2da;
}
.card1:hover {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}
.card1:hover .image img {
  transform: scale(1.1);
}
.card1:hover .link {
  opacity: 1;
  right: 16px;
}

.card-ft {
  position: relative;
  padding-left: 80px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card-ft {
    padding-left: 70px;
  }
}
.card-ft .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.card-ft .icon i {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: #38a2da;
  color: #fff;
  font-size: 30px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card-ft .icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 26px;
  }
}
.card-ft h3 {
  font-size: 22px;
  font-family: "Bree Serif", serif;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .card-ft h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .card-ft h3 {
    font-size: 18px;
  }
}
.card-ft p {
  margin: 0;
  color: #444;
  text-align: justify;
}

.display2 {
  position: relative;
  z-index: 1;
}
.display2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(216, 235, 245, 0.9019607843);
  z-index: -1;
}

.card3 {
  overflow: hidden;
  border-radius: 10px;
}
.card3 .image {
  overflow: hidden;
}
.card3 .image img {
  width: 100%;
  height: 260px;
  transition: all 0.5s ease-in-out;
}
.card3 .text {
  background-color: #fff;
  padding: 16px;
}
.card3 .text .destination {
  margin-bottom: 4px;
  color: #38a2da;
  font-size: 15px;
}
.card3 .text .destination span {
  font-weight: 300;
}
.card3 .text h3 {
  color: #111;
  font-family: "Bree Serif", serif;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.card3 .text h3:hover {
  color: #38a2da;
}
.card3 .text .info {
  justify-content: space-between;
  background-color: #f1f1f1;
  padding: 6px 10px;
  border-radius: 2px;
  margin: 16px 0;
}
.card3 .text .info i, .card3 .text .info span {
  font-size: 13px;
}
.card3 .text .info i {
  color: #111;
}
.card3 .text .info span {
  color: #555;
}
.card3 .text .txt-ft {
  justify-content: space-between;
  align-items: end;
}
.card3 .text .txt-ft .price span {
  color: #333;
  font-size: 14px;
}
.card3 .text .txt-ft .price h6 {
  margin: 0;
  color: #222;
  display: inline-block;
  font-weight: 800;
}
.card3 .text .txt-ft .link {
  color: #333;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.card3 .text .txt-ft .link:hover {
  color: #38a2da;
}
.card3:hover .image img {
  transform: scale(1.1);
  transform-origin: top;
}

.packageSlider1 .swiper-pagination {
  position: relative;
  bottom: unset;
  margin-top: 1rem;
}
.packageSlider1 .swiper-pagination .swiper-pagination-bullet {
  height: 14px;
  width: 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.packageSlider1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #38a2da;
}
.packageSlider1 .swiper-button-next,
.packageSlider1 .swiper-button-prev {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #38a2da;
}
.packageSlider1 .swiper-button-next:after,
.packageSlider1 .swiper-button-prev:after {
  color: #fff;
  font-size: 18px;
}

.departure-slider .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.departure-slider .swiper-slide .image {
  width: 40%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .departure-slider .swiper-slide .image {
    width: 100%;
  }
}
.departure-slider .swiper-slide .image img {
  width: 100%;
  height: 360px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .departure-slider .swiper-slide .image img {
    height: auto;
  }
}
.departure-slider .swiper-slide .text {
  width: 60%;
  padding: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .departure-slider .swiper-slide .text {
    width: 100%;
    padding: 16px;
  }
}
.departure-slider .swiper-slide .text h4 {
  margin-bottom: 12px;
}
.departure-slider .swiper-slide .text h4 a {
  color: #222;
  font-family: "Bree Serif", serif;
  font-weight: 600;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .departure-slider .swiper-slide .text h4 a {
    font-size: 18px;
  }
}
.departure-slider .swiper-slide .text h4 a:hover {
  color: #38a2da;
}
.departure-slider .swiper-slide .text .duration i {
  color: #38a2da;
  margin-right: 4px;
}
.departure-slider .swiper-slide .text .duration h6 {
  display: inline-block;
  margin-right: 4px;
  font-weight: 600;
}
.departure-slider .swiper-slide .text .price {
  font-weight: 600;
}
.departure-slider .swiper-slide .text .price span {
  font-weight: 300;
  font-size: 16px;
}
.departure-slider .swiper-slide .text .star {
  margin-bottom: 1rem;
}
.departure-slider .swiper-slide .text .star i {
  color: #fbb845;
  font-size: 14px;
}
.departure-slider .swiper-slide .text p {
  margin: 20px 0 5px;
  font-weight: 300;
  text-transform: uppercase;
}
.departure-slider .swiper-slide .text ul li {
  background-color: #e8eef4;
  border-radius: 4px;
  display: inline-block;
  padding: 10px;
  text-align: center;
  margin: 5px 5px 0 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .departure-slider .swiper-slide .text ul li {
    width: 49%;
    margin: 5px 0 0 0;
    padding: 8px;
  }
}
.departure-slider .swiper-slide .text ul li h6 {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .departure-slider .swiper-slide .text ul li h6 {
    margin-bottom: 2px;
  }
}
.departure-slider .swiper-slide .text ul li span {
  color: #143795;
  font-size: 15px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .departure-slider .swiper-slide .text ul li span {
    font-size: 14px;
  }
}
.departure-slider .swiper-button-next,
.departure-slider .swiper-button-prev {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #38a2da;
}
.departure-slider .swiper-button-next:after,
.departure-slider .swiper-button-prev:after {
  color: #fff;
  font-size: 18px;
}

.card2 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.card2 img {
  height: 400px;
  width: 100%;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card2 img {
    height: auto;
  }
}
.card2 .text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10% 20px 20px;
  background-image: linear-gradient(to top, #000 10%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  justify-content: space-between;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card2 .text-wrap {
    padding: 10% 16px 16px;
  }
}
.card2 .text-wrap .text .duration {
  margin-bottom: 10px;
}
.card2 .text-wrap .text .duration i {
  color: #38a2da;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #38a2da;
  font-size: 14px;
}
.card2 .text-wrap .text .duration span {
  color: #fff;
}
.card2 .text-wrap .text h3 {
  color: #fff;
  font-family: "Bree Serif", serif;
  font-size: 22px;
  margin: 0;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card2 .text-wrap .text h3 {
    font-size: 18px;
  }
}
.card2 .text-wrap .text h3:hover {
  color: #38a2da;
}
.card2 .text-wrap .link {
  /* Large Devices, Wide Screens */
}
.card2 .text-wrap .link i {
  height: 44px;
  line-height: 44px;
  width: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: #143795;
  color: #fff;
  /* Large Devices, Wide Screens */
}
.card2 .text-wrap .link i:hover {
  background-color: #38a2da;
}
@media (max-width: 575px) {
  .card2 .text-wrap .link i {
    height: 36px;
    width: 36px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .card2 .text-wrap .link {
    display: none;
  }
}
.card2 .price {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: #38a2da;
  color: #fff;
  padding: 6px 10px;
}
.card2:hover img {
  transform: scale(1.1);
}

.test-card {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .test-card {
    padding: 16px;
  }
}
.test-card .rating {
  margin-bottom: 16px;
}
.test-card .rating i {
  color: #efb70a;
  font-size: 15px;
}
.test-card .author img {
  height: 50px;
  width: 50px;
  max-width: 50px;
  border-radius: 50%;
}
.test-card .author .name {
  margin-left: 16px;
}
.test-card .author .name h3 {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 18px;
  font-family: "Bree Serif", serif;
}
.test-card .author .name span {
  color: #111;
  font-weight: 500;
}
.test-card .author .name a {
  color: #143795;
}
.test-card .author .name a:hover {
  color: #143795;
}
.test-card .author .name span, .test-card .author .name a {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .test-card .author .name span, .test-card .author .name a {
    font-size: 15px;
  }
}
.test-card .desc p {
  color: #111;
  margin: 16px 0 0;
  text-align: justify;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .test-card .desc p {
    text-align: left;
  }
}

.testimonialSlider .swiper-slide {
  height: auto;
}
.testimonialSlider .swiper-pagination {
  position: relative;
  bottom: unset;
  margin-top: 1rem;
}
.testimonialSlider .swiper-pagination .swiper-pagination-bullet {
  height: 14px;
  width: 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .testimonialSlider .swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 16px;
  }
}
.testimonialSlider .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #38a2da;
}

.blog-card .image {
  overflow: hidden;
  border-radius: 10px;
}
.blog-card .image img {
  height: 300px;
  width: 100%;
  transition: all 0.5s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .blog-card .image img {
    height: auto;
  }
}
.blog-card h5 {
  font-family: "Bree Serif", serif;
  color: #222;
  margin: 10px 0 8px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .blog-card h5 {
    font-size: 20px;
  }
}
.blog-card h5:hover {
  color: #38a2da;
}
.blog-card .date i, .blog-card .date span {
  font-size: 15px;
}
.blog-card .date i {
  color: #38a2da;
}
.blog-card .date span {
  color: #222;
}
.blog-card:hover .image img {
  transform: scale(1.2);
}

.related-blog {
  padding-left: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .related-blog {
    padding-left: 0;
  }
}
.related-blog h4 {
  font-family: "Bree Serif", serif;
  margin-bottom: 1rem;
}
.related-blog .date {
  margin: 0 !important;
}

.our-team .row {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .our-team .row {
    margin: 0 -5px;
  }
}
.our-team .row .member-col {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .our-team .row .member-col {
    padding: 0 5px;
  }
}

.member-inner {
  text-align: center;
}
.member-inner img {
  border-radius: 10px;
  height: 300px;
  width: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .member-inner img {
    height: auto;
  }
}
.member-inner h5 {
  font-size: 20px;
  color: #333;
  margin: 10px 0 6px;
  font-family: "Bree Serif", serif;
}
.member-inner h6 {
  margin: 0;
  color: #143795;
  font-weight: normal;
}

.team-detail .image {
  text-align: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .team-detail .image {
    margin-bottom: 1rem;
  }
}
.team-detail .image img {
  margin-bottom: 10px;
  border: 4px solid #fff;
  box-shadow: 0px 0px 0px 1px #eee;
  height: auto;
}
.team-detail .image h5 {
  margin-bottom: 4px;
  font-weight: 700;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .team-detail .image h5 {
    font-size: 16px;
  }
}
.team-detail .image span {
  color: #143795;
  font-size: 15px;
}
.team-detail .member-inner h5 {
  font-size: 20px;
}
.team-detail .description {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .team-detail .description {
    margin-top: 5%;
  }
}
.team-detail .description p {
  text-align: justify;
}
.team-detail ul {
  padding: 0;
}
.team-detail ul li {
  display: inline-block;
  margin: 5px 4px 0;
}
.team-detail ul li i {
  height: 36px;
  line-height: 36px;
  width: 36px;
  text-align: center;
  background-color: #38a2da;
  border-radius: 50%;
  color: #fff;
}
.team-detail ul li i:hover {
  background-color: #143795;
}

.cate-intro .cate-title {
  font-size: 28px;
  font-weight: 600;
  font-family: "Bree Serif", serif;
  margin-bottom: 10px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .cate-intro .cate-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .cate-intro .cate-title {
    font-size: 20px;
  }
}
.cate-intro .pkg-count {
  margin-bottom: 1rem;
}
.cate-intro .pkg-count span {
  color: #38a2da;
}
.cate-intro img {
  width: 100%;
  height: 400px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .cate-intro img {
    height: auto;
  }
}
.cate-intro .desc p {
  text-align: justify;
}

.pkg-category .card1 .text {
  background-color: #f5f5f5;
}

.expert.cate-expert {
  position: sticky;
  top: 20px;
}
.expert h3 {
  font-size: 20px;
  background-color: #38a2da;
  margin: 0;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.expert .exp-inner {
  padding: 1rem;
  background-color: #e4edf7;
}
.expert .expert-intro .image {
  margin-right: 16px;
}
.expert .expert-intro .image img {
  width: 70px;
  height: 70px;
  border-radius: 6px;
}
.expert .expert-intro .name h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 4px;
}
.expert .expert-intro .name h5 {
  color: #555;
  font-weight: normal;
  font-size: 16px;
}
.expert .expert-intro .name h6 {
  color: #38a2da;
}
.expert p {
  margin: 10px 0;
}
.expert .exp-contact {
  position: relative;
  padding-left: 46px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .expert .exp-contact {
    padding-left: 44px;
  }
}
.expert .exp-contact i {
  font-size: 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #4caf50;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .expert .exp-contact i {
    font-size: 40px;
  }
}
.expert .exp-contact span {
  font-weight: 600;
  display: block;
}
.expert .exp-contact a {
  color: #333;
}
.expert .exp-contact a:hover {
  color: #38a2da;
}
.expert .exp-media {
  margin-top: 1rem;
}
.expert .exp-media h6 {
  font-weight: 600;
}
.expert .exp-media ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.expert .exp-media li {
  display: inline-block;
  margin-right: 4px;
}
.expert .exp-media li i {
  height: 32px;
  line-height: 32px;
  width: 32px;
  text-align: center;
  border: 1px solid #143795;
  border-radius: 50%;
  color: #143795;
}
.expert .exp-media li i:hover {
  background-color: #143795;
  color: #fff;
}
.expert .q-enquiry {
  text-align: center;
  display: block;
  background-color: #143795;
  color: #fff;
  padding: 10px;
}

.pkg-tab {
  flex-wrap: nowrap;
  background-color: #00336f;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  display: none;
}
.pkg-tab.active {
  display: block;
  padding: 6px 0;
}
.pkg-tab ul {
  flex-direction: row;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .pkg-tab ul {
    overflow-x: scroll;
  }
}
.pkg-tab ul .nav-item .nav-link {
  color: #fff;
  padding: 8px 16px;
  width: -moz-max-content;
  width: max-content;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .pkg-tab ul .nav-item .nav-link {
    padding: 6px 12px;
  }
}
.pkg-tab ul .nav-item .nav-link.active, .pkg-tab ul .nav-item .nav-link:hover {
  background-color: #143795;
  border-radius: 6px;
}

.pkgGallery .image img {
  width: 100%;
  height: 550px;
  border-radius: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .pkgGallery .image img {
    height: 300px;
  }
}
.pkgGallery .swiper-button-next,
.pkgGallery .swiper-button-prev {
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #444;
}
.pkgGallery .swiper-button-next:after,
.pkgGallery .swiper-button-prev:after {
  color: #fff;
  font-size: 20px;
}

.pkg-intro {
  margin-bottom: 20px;
}
.pkg-intro .pkg-title {
  font-weight: 600;
  font-size: 30px;
  font-family: "Bree Serif", serif;
}
.pkg-intro .pkg-duration i {
  color: #38a2da;
}

.trip-facts {
  border: 1px solid #cfe0f1;
  padding: 20px;
  border-radius: 10px;
  margin-top: 24px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .trip-facts {
    padding: 1rem;
  }
}
.trip-facts ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  gap: 24px 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .trip-facts ul {
    gap: 16px 0;
    /* Large Devices, Wide Screens */
  }
}
@media (max-width: 575px) and (max-width: 575px) {
  .trip-facts ul {
    margin: 0 -8px;
  }
}
.trip-facts ul li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  list-style-type: none;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .trip-facts ul li {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 575px) {
  .trip-facts ul li {
    padding: 0 8px;
  }
}
.trip-facts ul li .tf-item {
  position: relative;
  padding-left: 60px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .trip-facts ul li .tf-item {
    padding-left: 36px;
  }
}
.trip-facts ul li i {
  color: #143795;
  font-size: 28px;
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #143795;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .trip-facts ul li i {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 14px;
  }
}
.trip-facts ul li h3 {
  font-size: 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .trip-facts ul li h3 {
    margin-bottom: 2px;
    font-size: 15px;
  }
}
.trip-facts ul li h4 {
  font-size: 15px;
  font-weight: normal;
  color: #143795;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .trip-facts ul li h4 {
    font-size: 14px;
  }
}

.p-title {
  font-size: 28px;
  font-weight: 600;
  font-family: "Bree Serif", serif;
  margin: 30px 0 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .p-title {
    font-size: 22px;
    margin: 20px 0 16px;
  }
}

.pkg-info {
  position: relative;
}
.pkg-info ul {
  margin-bottom: 1rem;
}
.pkg-info::before {
  display: flex;
  content: "";
  height: 50px;
  margin-top: -50px;
  visibility: hidden;
}
.pkg-info p {
  text-align: justify;
}
.pkg-info h1, .pkg-info h2, .pkg-info h3:not(.p-title), .pkg-info h4, .pkg-info h5, .pkg-info h6 {
  font-size: 22px;
  font-weight: 600;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .pkg-info h1, .pkg-info h2, .pkg-info h3:not(.p-title), .pkg-info h4, .pkg-info h5, .pkg-info h6 {
    font-size: 28px;
  }
}
.pkg-info .pkg-exclude ul li::before {
  content: "\f057";
  color: red;
}

.pkg-highlight ul, .pkg-info ul {
  padding-left: 1rem;
}
.pkg-highlight ul li, .pkg-info ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.pkg-highlight ul li::before, .pkg-info ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: #38a2da;
  font-weight: 100;
}

.pkg-highlight {
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

#itinerary .accordion-item {
  display: flex;
  border: none;
  /* Large Devices, Wide Screens */
}
#itinerary .accordion-item:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  #itinerary .accordion-item {
    display: block;
  }
}
#itinerary .accordion-item .iti-day {
  text-align: center;
  background-color: #143795;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  font-size: 16px;
  padding: 10px 16px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: normal;
  margin-right: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  #itinerary .accordion-item .iti-day {
    width: -moz-max-content;
    width: max-content;
    padding: 6px 16px;
  }
}
#itinerary .accordion-item .iti-day span {
  display: block;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  #itinerary .accordion-item .iti-day span {
    display: inline-block;
  }
}
#itinerary .accordion-item .accordion-button {
  padding: 0;
  margin-bottom: 10px;
  font-family: "Bree Serif", serif;
  font-size: 20px;
  pointer-events: none;
  line-height: normal;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  #itinerary .accordion-item .accordion-button {
    font-size: 18px;
  }
}
#itinerary .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #143795;
}
#itinerary .accordion-item .accordion-button::after {
  content: none;
}
#itinerary .accordion-item .accordion-body {
  padding: 0;
}
#itinerary .iti-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
#itinerary .iti-facts .fact-item {
  position: relative;
  padding-left: 50px;
  width: calc(25% - 16px);
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  #itinerary .iti-facts .fact-item {
    width: calc(33% - 16px);
  }
}
@media (max-width: 575px) {
  #itinerary .iti-facts .fact-item {
    width: calc(50% - 10px);
  }
}
#itinerary .iti-facts .fact-item i {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ddd;
  color: #777;
  font-size: 18px;
}
#itinerary .iti-facts .fact-item h5 {
  font-size: 15px;
  margin-bottom: 4px;
}
#itinerary .iti-facts .fact-item span {
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
  line-height: normal;
}

#faq .accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 16px;
}
#faq .accordion-item .accordion-button {
  background-color: transparent;
  font-family: "Bree Serif", serif;
  font-size: 20px;
  position: relative;
  padding: 0 0 0 28px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  #faq .accordion-item .accordion-button {
    font-size: 18px;
  }
}
#faq .accordion-item .accordion-button::before {
  content: "\f059";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #38a2da;
  position: absolute;
  top: 0;
  left: 0;
}
#faq .accordion-item .accordion-button:not(.collapsed) {
  color: #143795;
  box-shadow: none;
}
#faq .accordion-item .accordion-body {
  padding: 10px 0 0 28px;
}

.price-wrap {
  background-color: #00336f;
  color: #fff;
  padding: 20px;
}
.price-wrap h5 {
  font-weight: normal;
  font-size: 18px;
}
.price-wrap h2 {
  font-weight: 800;
}
.price-wrap h2 span {
  font-weight: normal;
  font-size: 16px;
}
.price-wrap .be-btn a {
  width: 100%;
  margin-top: 10px;
}

.group-discount button {
  width: 100%;
  padding: 10px;
  background-color: #1066bd;
  color: #fff;
  border-radius: 4px;
}
.group-discount .dropdown-menu {
  width: 100%;
  padding: 0;
  background-color: #1066bd;
  color: #fff;
}
.group-discount .dropdown-menu li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 16px;
}
.group-discount .dropdown-menu li h5 {
  margin: 0;
  font-weight: 700;
}
.group-discount .dropdown-menu li span, .group-discount .dropdown-menu li h5 {
  font-size: 14px;
}

.single-expert {
  position: sticky;
  top: 70px;
}

.related-trip .card3 {
  border: 1px solid #ddd;
}

.page-not-found img {
  width: 40%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .page-not-found img {
    width: 60%;
  }
}
.page-not-found h2 {
  color: #555;
  margin: 2rem auto;
  font-weight: 600;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .page-not-found h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .page-not-found h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .page-not-found h2 {
    font-size: 18px;
    margin: 1rem 0;
  }
}

/* =====global css starts=====*/
html {
  scroll-behavior: smooth;
  counter-reset: section;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Onest", sans-serif;
}

/* =====typography=====*/
a, i, button {
  transition: all 0.3s ease-in-out;
}

a, a:hover {
  text-decoration: none;
}

/* =====layout=====*/
ul {
  margin: 0;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
  max-width: 100%;
  height: auto;
}

.sp-tb {
  padding: 5% 0;
}

.sp-t {
  padding-top: 5%;
}

.sp-b {
  padding-bottom: 5%;
}

.maincontainer {
  width: 86%;
  margin: 0 auto;
  max-width: 1440px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .maincontainer {
    width: 90%;
  }
}

#page {
  max-width: 1600px;
  margin: 0 auto;
}

/* =====components=====*/
.btn:focus, .btn-link, button:focus, .form-select:focus, .accordion-button:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

button {
  background-color: unset;
  border: none;
}

.btn-link:hover {
  text-decoration: none;
}

.form-control:focus, button:focus, .slick-slide:focus, a:focus {
  box-shadow: none;
  outline: none;
}

.mt {
  margin-top: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .mt {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .mt {
    margin-top: 16px;
  }
}

.mb {
  margin-bottom: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .mb {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .mb {
    margin-bottom: 16px;
  }
}

.btn-one {
  display: inline-block;
  padding: 10px 20px;
  background-color: #143795;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}
.btn-one:hover {
  background-color: #38a2da;
  color: #fff;
}
.btn-one.active {
  background-color: #38a2da;
}
.btn-one.active:hover {
  background-color: #143795;
}

.section-heading span {
  font-size: 18px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .section-heading span {
    font-size: 16px;
  }
}
.section-heading h2 {
  font-family: "Bree Serif", serif;
  font-size: 30px;
  color: #00336f;
  font-weight: 600;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .section-heading h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .section-heading h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .section-heading h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .section-heading h2 {
    font-size: 22px;
  }
}
.section-heading img {
  width: 110px;
}

.entry-title {
  font-size: 28px;
  font-weight: 600;
  font-family: "Bree Serif", serif;
  margin-bottom: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .entry-title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.site-main {
  padding: 5%;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.site-main, .single-page {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-main, .single-page {
    padding: 0;
    border: none;
  }
}
.site-main p, .single-page p {
  text-align: justify;
}
.site-main h1, .site-main h2:not(.entry-title), .site-main h3, .site-main h4:not(.single-title), .site-main h5, .site-main h6, .single-page h1, .single-page h2:not(.entry-title), .single-page h3, .single-page h4:not(.single-title), .single-page h5, .single-page h6 {
  font-size: 22px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-main h1, .site-main h2:not(.entry-title), .site-main h3, .site-main h4:not(.single-title), .site-main h5, .site-main h6, .single-page h1, .single-page h2:not(.entry-title), .single-page h3, .single-page h4:not(.single-title), .single-page h5, .single-page h6 {
    font-size: 18px;
  }
}
.site-main h1 strong, .site-main h2:not(.entry-title) strong, .site-main h3 strong, .site-main h4:not(.single-title) strong, .site-main h5 strong, .site-main h6 strong, .single-page h1 strong, .single-page h2:not(.entry-title) strong, .single-page h3 strong, .single-page h4:not(.single-title) strong, .single-page h5 strong, .single-page h6 strong {
  font-weight: 600;
}
.site-main ul, .single-page ul {
  margin-bottom: 1rem;
}
.site-main ul li, .single-page ul li {
  margin-bottom: 8px;
}
.site-main ul li strong, .single-page ul li strong {
  font-weight: 500;
}
.site-main .single-title, .single-page .single-title {
  font-family: "Bree Serif", serif;
  margin-top: 1rem;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .site-main .single-title, .single-page .single-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .site-main .single-title, .single-page .single-title {
    font-size: 18px;
  }
}
.site-main .date, .single-page .date {
  margin-bottom: 1rem;
}
.site-main .date i, .single-page .date i {
  color: #38a2da;
}

.google-map {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 5%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .google-map {
    height: 300px;
  }
}
.google-map iframe {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

form label {
  margin-bottom: 4px;
  font-weight: 500;
}
form label span {
  color: red;
}
form input, form select {
  height: 44px;
}
form input, form select, form textarea {
  margin-bottom: 10px;
}
form textarea {
  height: 100px;
}
form input[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  background-color: #143795;
  color: #fff;
  height: -moz-max-content;
  height: max-content;
  border: none;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
form input[type=submit]:hover {
  background-color: #38a2da;
  color: #fff;
}

section ul, header ul, footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.table > :not(:first-child) {
  border-top: none !important;
}

.table > thead {
  background-color: #f6f6f6;
}/*# sourceMappingURL=main.css.map */