@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "CircularStdFont-Medium";
  src: url(./fonts/circular-std-font-family/CircularStd-Medium.ttf) format("truetype");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "CircularStdFont-Medium-Italic";
  src: url(./fonts/circular-std-font-family/CircularStd-MediumItalic.ttf) format("truetype");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "CircularStdFont-Bold";
  src: url(./fonts/circular-std-font-family/CircularStd-Bold.ttf) format("truetype");
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "CircularStdFont-Normal";
  src: url(./fonts/circular-std-font-family/CircularStd-Book.ttf) format("truetype");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "SangBleuSunrise";
  src: url(./fonts/SangBleuSunrise.ttf) format("truetype");
  font-display: swap;
  font-weight: 400;
}
* {
  font-family: "CircularStdFont-Normal" !important;
}

.csf-normal {
  font-family: "CircularStdFont-Normal" !important;
}

.csf-medium {
  font-family: "CircularStdFont-Medium" !important;
}

.csf-medium-italic {
  font-family: "CircularStdFont-Medium-Italic" !important;
}

.csf-bold {
  font-family: "CircularStdFont-Bold" !important;
}

.font-sunrise {
  font-family: "SangBleuSunrise" !important;
}
.font-sunrise * {
  font-family: "SangBleuSunrise" !important;
}

.font-basker {
  font-family: "Libre Baskerville", serif !important;
  font-weight: 400 !important;
}
.font-basker * {
  font-family: "Libre Baskerville", serif !important;
}

.font-basker-bold {
  font-family: "Libre Baskerville", serif !important;
  font-weight: 700 !important;
}
.font-basker-bold * {
  font-family: "Libre Baskerville", serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "CircularStdFont-Bold" !important;
}

p {
  font-family: "CircularStdFont-Normal" !important;
}

.color-222222 {
  color: #222222;
}

.color-5B5F62 {
  color: #5B5F62;
}

.color-191825 {
  color: #191825;
}

.color-F67E18 {
  color: #F67E18;
}

.color-FFFFFF {
  color: #FFFFFF;
}

.color-19182580 {
  color: rgba(25, 24, 37, 0.5019607843);
}

.colorr-222222cc {
  color: rgba(34, 34, 34, 0.8);
}

.color-22222259 {
  color: rgba(34, 34, 34, 0.3490196078);
}

.color-22222280 {
  color: rgba(34, 34, 34, 0.5019607843);
}

.font-10 {
  font-size: 10px;
}

.font-12 {
  font-size: 12px;
}

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

.font-15 {
  font-size: 15px;
}

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

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

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

.font-22 {
  font-size: 23px;
}

.font-23 {
  font-size: 23px;
}

.font-24 {
  font-size: 24px;
}

.font-30 {
  font-size: 30px;
}

.font-40 {
  font-size: 40px;
}

.font-44 {
  font-size: 44px;
}

.font-58 {
  font-size: 58px;
}

.lh-14 {
  line-height: 14px;
}

.lh-18 {
  line-height: 18px;
}

.lh-20 {
  line-height: 20px;
}

.lh-21 {
  line-height: 21px;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-26 {
  line-height: 26px;
}

.lh-28 {
  line-height: 28px;
}

.lh-29 {
  line-height: 29px;
}

.lh-36 {
  line-height: 36px;
}

.lh-48 {
  line-height: 48px;
}

.lh-53 {
  line-height: 53px;
}

.lh-73 {
  line-height: 73px;
}

.cursor-pointer {
  cursor: pointer;
}

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

.ls-2 {
  letter-spacing: 0.2em;
}

.tag {
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 22px;
  color: white;
}
.tag.tag-violet {
  background: #800080;
}
.tag.tag-green {
  background: linear-gradient(97.04deg, #1DD71D 0.69%, #0ED90E 112.31%);
}
.tag.tag-brown {
  background: linear-gradient(97.04deg, #CDA65C 0.69%, #C5963D 112.31%);
}
.tag.tag-orange {
  background: linear-gradient(97.04deg, #F67E18 0.69%, #F9A156 112.31%);
}
.tag.tag-underline {
  text-decoration: underline;
  color: #222222;
  padding: 0;
  font-family: "CircularStdFont-Bold";
}
.tag.tag-attractions {
  padding: 0;
}
.tag.tag-attractions span {
  color: white;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tag.tag-attractions span::before {
  content: "";
  display: inline-block;
  background-image: url(./images/attraction.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s ease;
  width: 18px;
  height: 16px;
  margin-right: 8px;
}

.text-linethroguh {
  text-decoration: line-through;
}

.bg-orange {
  background: rgba(246, 126, 24, 0.05);
}

.bg-green {
  background: rgba(29, 215, 29, 0.05);
}

.bg-light-yellow {
  background: #faf7ef;
}

.mh-419 {
  min-height: 419px;
}

.mw-280px {
  max-width: 280px;
}

.mw-477px {
  max-width: 477px;
}

.mw-555px {
  max-width: 555px;
}

.mw-584px {
  max-width: 584px;
}

.mw-358px {
  max-width: 358px;
}

.mw-397px {
  max-width: 397px;
}

.mw-1320px {
  max-width: 1320px !important;
}

.viewmore {
  font-size: 16px;
  line-height: 18px;
  color: #F67E18;
  text-transform: capitalize;
  border: 1px solid #F67E18;
  border-radius: 50px;
  padding: 16px 44px;
  position: relative;
  text-decoration: none;
  transition: 0.5s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "CircularStdFont-Bold" !important;
}
.viewmore::after {
  content: "";
  background-image: url(./images/arrow-right-orange.svg);
  transition: 0.5s ease;
  width: 22px;
  height: 16px;
  margin-left: 5px;
  opacity: 1;
  display: inline-block;
}
.viewmore:hover {
  transition: 0.5s ease;
  text-decoration: none;
  background: #F67E18;
  color: white;
}
.viewmore:hover::after {
  background-image: url(./images/arrow-right.svg);
}

.link-normal {
  color: rgba(34, 34, 34, 0.8);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: capitalize;
}

.link-white-arrow {
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.link-white-arrow:hover {
  text-decoration: none;
  color: white;
}
.link-white-arrow:hover::after {
  content: "";
  margin-left: 6px;
}
.link-white-arrow::after {
  content: "";
  background-image: url(./images/link-white-arrow.svg);
  width: 22px;
  height: 16px;
  background-size: contain;
  background-position: center;
  margin-left: 4px;
  transition: 0.5s ease;
}

.container {
  max-width: 1200px;
}

a {
  text-decoration: none;
  color: #1A1A1A;
}

.normal-card {
  cursor: pointer;
  background: white;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05), 0px 32px 71px 0px rgba(0, 0, 0, 0.05), 0px 128px 128px 0px rgba(0, 0, 0, 0.04), 0px 288px 173px 0px rgba(0, 0, 0, 0.03), 0px 513px 205px 0px rgba(0, 0, 0, 0.01), 0px 801px 224px 0px rgba(0, 0, 0, 0);
}
.normal-card.bg-transparent {
  background: transparent;
  box-shadow: none !important;
}
.normal-card.full-width-card {
  border-radius: 20px;
  overflow: hidden;
  max-width: 500px;
  margin-right: 15px;
}
.normal-card.full-width-card .image_part {
  position: relative;
}
.normal-card.full-width-card .image_part img {
  border-radius: 0;
  height: 280px;
}
.normal-card.full-width-card .image_part .content_part_abs {
  position: absolute;
  top: 20px;
  left: 17px;
}
.normal-card.full-width-card .image_part .content_part_abs span {
  max-width: 50%;
}
.normal-card .image_part {
  position: relative;
}
.normal-card .image_part img {
  height: 196px;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0px 0px;
  width: 100%;
}
.normal-card .image_part .tag {
  position: absolute;
  top: 27px;
  left: 20px;
}
.normal-card .content_part {
  padding: 12px;
}
.normal-card.similar-card {
  border-radius: 10px;
  width: 225px;
  transition: 0.5s ease;
  margin-right: 20px;
}
.normal-card.similar-card:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 14px 30px 0px rgba(0, 0, 0, 0.1), 0px 55px 55px 0px rgba(0, 0, 0, 0.09), 0px 124px 75px 0px rgba(0, 0, 0, 0.05), 0px 221px 89px 0px rgba(0, 0, 0, 0.01), 0px 346px 97px 0px rgba(0, 0, 0, 0) !important;
  padding: 0 25px 25px;
  width: 279px;
}
.normal-card.similar-card .image_part {
  position: relative;
  border-radius: 10px;
}
.normal-card.similar-card .image_part img:nth-child(1) {
  height: 125px;
  border-radius: 10px;
}
.normal-card.similar-card .image_part img:nth-child(2) {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 14px;
  left: 14px;
}
.normal-card.similar-card .content_part {
  padding: 15px 0;
}
.normal-card.similar-card .content_part .similar_points p {
  padding: 18px 0;
  border-top: 0.5px solid rgba(0, 0, 0, 0.3);
}
.normal-card.similar-card .content_part .similar_points p:last-child {
  padding-bottom: 0;
}
.normal-card.member-card {
  max-width: 300px;
  margin: 0 4.5px;
}
.normal-card.member-card .image_part {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 10px 0px rgba(224, 224, 224, 0.25);
  height: 440px;
}
.normal-card.member-card .image_part img {
  height: 440px;
  border-radius: 0;
}
.normal-card.member-card .image_part span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  transform: inherit;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.81) 12.46%, rgba(0, 0, 0, 0) 83.78%);
  padding: 20px;
}
.normal-card.member-card .contet_part {
  padding: 0 20px;
}

.similar_cards_row {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  min-height: 495px;
}

@-webkit-keyframes run {
  0% {
    left: 160px;
  }
  50% {
    left: 170px;
  }
  100% {
    left: 160px;
  }
}
@-webkit-keyframes moveslide {
  0% {
    padding-right: 0;
  }
  50% {
    padding-right: 5px;
  }
  100% {
    padding-right: 0;
  }
}
h6 img {
  -webkit-animation: linear infinite;
  -webkit-animation-name: moveslide;
  -webkit-animation-duration: 3s;
}

.card-carousel .carousel-indicators {
  bottom: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-carousel .carousel-indicators li {
  width: 6px;
  height: 6px;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  opacity: initial;
}
.card-carousel .carousel-indicators li.active {
  width: 16px;
  height: 16px;
}
.card-carousel .carousel-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -60px;
  margin: auto;
  position: absolute;
  max-width: 150px;
  background: transparent;
  width: 100%;
  height: 54px;
  left: 50%;
  transform: translateX(-50%);
}
.card-carousel .carousel-control-prev-icon {
  background-image: url("./images/arrow-left-brown.svg");
  opacity: 1;
  min-width: 40px;
  height: 40px;
  background-size: contain;
}
.card-carousel .carousel-control-next-icon {
  background-image: url("./images/arrow-right-brown.svg");
  opacity: 1;
  min-width: 40px;
  height: 40px;
  background-size: contain;
}

.rating_block svg {
  fill: rgba(34, 34, 34, 0.35);
}

header {
  transition: 0.5s ease;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  /*background-color: rgba(255, 255, 255, 0.2);*/
  padding: 18px 0;
  z-index: 99;
}
header.sticky {
  background: #fff;
  /*background-color: rgba(255, 255, 255, 0.85);*/
  box-shadow: 0 8px 16px rgba(62, 62, 116, 0.12);
}
header .site-logo {
  max-width: 216px;
}
header .site-logo a {
  display: block;
  margin-left: -10px;
}
header .header_menu li {
  margin-right: 40px;
}
header .header_menu li:nth-child(2) {
  border-right: 1px solid #000000;
  padding-right: 40px;
}
header .header_menu li:nth-child(4) {
  border-right: 1px solid #000000;
  padding-right: 40px;
  margin-right: 20px;
}
header .header_menu li:last-child {
  margin-right: 0;
}
header .header_menu li:nth-last-child(2) {
  margin-right: 20px;
}
header .header_menu li a {
  font-family: "CircularStdFont-Medium" !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #222222;
  transition: 0.5s ease;
}
header .header_menu li a:hover {
  text-decoration: none;
  color: #F67E18;
}
@media all and (min-width: 1024px) {
  header .header_menu li a.login {
    color: #F67E18;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 160px;
    padding: 7px 18px;
  }
  header .header_menu li a.login:hover {
    color: #F67E18;
    border: 1px solid #F67E18;
    text-transform: uppercase;
  }
  header .header_menu li a.signup {
    color: #F67E18;
    border: 1px solid #F67E18;
    border-radius: 160px;
    padding: 7px 18px;
    text-transform: uppercase;
  }
  header .header_menu li a.signup:hover {
    background: #F67E18;
    color: white;
  }
}
header .header_menu li a + .dropdown-menu {
  z-index: 99;
  border: 1px solid white;
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 0;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05), 0px 32px 71px 0px rgba(0, 0, 0, 0.05), 0px 128px 128px 0px rgba(0, 0, 0, 0.04), 0px 288px 173px 0px rgba(0, 0, 0, 0.03), 0px 513px 205px 0px rgba(0, 0, 0, 0.01), 0px 801px 224px 0px rgba(0, 0, 0, 0);
}
header .header_menu li a + .dropdown-menu .dropdown-item {
  padding: 4px 0px 4px 10px;
}
header .header_menu li a + .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
header .navbar-toggler-mobile {
  background: #F67E18;
  box-shadow: 0px 28px 56px -6px rgba(246, 111, 77, 0.05);
  border-radius: 5px;
  padding: 12px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
}
header .navbar-toggler-mobile svg {
  margin-right: 6px;
}

.home_banner {
  height: 100vh;
  background-color: lightblue;
}
.home_banner .content_part {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  max-width: 1150px;
  margin: auto;
}
.home_banner .content_part h2 {
  position: relative;
}
.home_banner .content_part h2::after {
  content: "";
  position: absolute;
  background-image: url(./images/banner-graphic.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 81.52px;
  height: 120.05px;
  top: -65px;
  left: 160px;
  display: block;
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 3s;
}
.home_banner .carousel-indicators {
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_banner .carousel-indicators li {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  opacity: initial;
}
.home_banner .carousel-indicators li.active {
  width: 16px;
  height: 16px;
}
.home_banner .carousel-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 15px;
  margin: auto;
  position: absolute;
  max-width: 200px;
  background: transparent;
  width: 100%;
  height: 54px;
  left: 50%;
  transform: translateX(-50%);
}
.home_banner .carousel-control-prev,
.home_banner .carousel-control-next {
  background: #FFFFFF;
  box-shadow: 0px 28px 56px -6px rgba(246, 111, 77, 0.05);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  opacity: 1;
  transition: 0.5s ease;
}
.home_banner .carousel-control-prev:hover,
.home_banner .carousel-control-next:hover {
  background: rgba(246, 126, 24, 0.75);
}
.home_banner .carousel-control-prev-icon {
  background-image: url("./images/arrow-left.png");
  width: 6px;
  height: 12px;
}
.home_banner .carousel-control-next-icon {
  background-image: url("./images/arrow-right.png");
  width: 6px;
  height: 12px;
}
.home_banner .search_in_banner {
  position: relative;
  width: 100%;
}
@media all and (min-width: 1200px) {
  .home_banner .search_in_banner {
    max-width: 627px;
  }
}
.home_banner .search_in_banner input {
  border: 1px solid #F67E18;
  box-shadow: 0px 28px 56px -6px rgba(246, 111, 77, 0.05);
  border-radius: 38px;
  padding: 30px;
  height: 76px;
  font-weight: 500;
  font-size: 18px;
  line-height: 17px;
  color: rgba(45, 49, 52, 0.4);
  font-family: "CircularStdFont-Medium" !important;
  width: 100%;
}
@media all and (min-width: 1200px) {
  .home_banner .search_in_banner input {
    max-width: 627px;
  }
}
.home_banner .search_in_banner button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background-image: url(./images/search.png);
  width: 54px;
  height: 54px;
  outline: none;
  box-shadow: none;
  border-radius: 50%;
  background-size: contain;
  border: none;
  transition: 0.5s ease;
}
.home_banner .search_in_banner button:hover {
  width: 50px;
  height: 50px;
}

.search_banner {
  height: 320px;
  background-color: lightblue;
}
.search_banner .carousel-item {
  position: relative;
}
.search_banner .carousel-item::after {
  content: "";
  background: linear-gradient(90deg, #000 0%, rgba(217, 217, 217, 0) 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.search_banner .carousel-item::after .content_part {
  z-index: 2;
}
.search_banner .carousel-item.no-shadow::after {
  background: none;
  box-shadow: none;
}
.search_banner .content_part {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 1150px;
  margin: auto;
  z-index: 5;
}
.search_banner .carousel-indicators {
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_banner .carousel-indicators li {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  opacity: initial;
}
.search_banner .carousel-indicators li.active {
  width: 16px;
  height: 16px;
}
.search_banner .carousel-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 15px;
  margin: auto;
  position: absolute;
  max-width: 200px;
  background: transparent;
  width: 100%;
  height: 54px;
  left: 50%;
  transform: translateX(-50%);
}
.search_banner .carousel-control-prev,
.search_banner .carousel-control-next {
  background: #FFFFFF;
  box-shadow: 0px 28px 56px -6px rgba(246, 111, 77, 0.05);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  opacity: 1;
  transition: 0.5s ease;
}
.search_banner .carousel-control-prev:hover,
.search_banner .carousel-control-next:hover {
  background: rgba(246, 126, 24, 0.75);
}
.search_banner .carousel-control-prev-icon {
  background-image: url("./images/arrow-left.png");
  width: 6px;
  height: 12px;
}
.search_banner .carousel-control-next-icon {
  background-image: url("./images/arrow-right.png");
  width: 6px;
  height: 12px;
}
.search_banner .search_in_banner {
  position: relative;
  width: 100%;
}
@media all and (min-width: 1200px) {
  .search_banner .search_in_banner {
    max-width: 627px;
  }
}
.search_banner .search_in_banner input {
  border: 1px solid #F67E18;
  box-shadow: 0px 28px 56px -6px rgba(246, 111, 77, 0.05);
  border-radius: 38px;
  padding: 30px;
  height: 76px;
  font-weight: 500;
  font-size: 18px;
  line-height: 17px;
  color: rgba(45, 49, 52, 0.4);
  font-family: "CircularStdFont-Medium" !important;
  width: 100%;
}
@media all and (min-width: 1200px) {
  .search_banner .search_in_banner input {
    max-width: 627px;
  }
}
.search_banner .search_in_banner button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background-image: url(./images/search.png);
  width: 54px;
  height: 54px;
  outline: none;
  box-shadow: none;
  border-radius: 50%;
  background-size: contain;
  border: none;
  transition: 0.5s ease;
}
.search_banner .search_in_banner button:hover {
  width: 50px;
  height: 50px;
}

.our_services {
  padding: 50px 0;
}
.our_services .container {
  position: relative;
}
.our_services .container::after {
  content: "";
  background-image: url(./images/explore-orange-dots.svg);
  width: 134px;
  height: 128px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 24px;
  right: 0;
}
.our_services .services_accordin .card {
  all: unset;
  background: transparent;
  border-radius: 15px;
  padding: 20px 30px;
  margin: 0 0 20px;
  display: block;
  transition: 0.5s ease;
  position: relative;
}
.our_services .services_accordin .card.active {
  background: #F2F2F2;
  padding: 30px;
}
.our_services .services_accordin .card .card-header {
  background-image: url(./images/plus.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.our_services .services_accordin .card.active .card-header {
  background-image: url(./images/minus.svg);
}
.our_services .services_accordin .card-header {
  padding: 0;
  background: transparent;
  border: none;
}
.our_services .services_accordin .card-header button {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: #F67E18;
  font-family: "CircularStdFont-Bold";
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.our_services .services_accordin .card-header button svg {
  margin-right: 15px;
  width: 22px;
}
.our_services .services_accordin .card-header button:hover {
  text-decoration: none;
}
.our_services .services_accordin .card-header button.collapsed {
  color: #222222;
}
.our_services .services_accordin .card-header button:focus {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}
.our_services .services_accordin .card-body {
  padding: 10px 0 0;
  font-size: 16px;
  font-family: "CircularStdFont-Normal" !important;
  font-weight: 400 !important;
  line-height: 158%;
  color: #000000;
  max-width: 400px;
}
.our_services .services_grid_images {
  gap: 15px;
}
.our_services .services_grid_images div {
  position: relative;
}
.our_services .services_grid_images div::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: color-burn;
  transition: 0.5s ease;
}
.our_services .services_grid_images div.active::after {
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.our_services .services_grid_images img {
  width: 100%;
}
.our_services .services_images {
  position: relative;
}
.our_services .services_images img {
  display: none;
}
.our_services .services_images img.active {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 408px;
  width: 100%;
}
@media all and (min-width: 1200px) {
  .our_services .services_images::before {
    content: "";
    background-image: url(./images/service-plane.svg);
    width: 230px;
    height: 241px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -111px;
    left: -60px;
    z-index: -1;
  }
  .our_services .services_images::after {
    content: "";
    background-image: url(./images/star-green.svg);
    width: 54px;
    height: 54px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -214px;
    left: 0;
    z-index: -1;
  }
}
.our_services .services_images img {
  background: #F2F2F2;
  border-radius: 15px;
}
@media all and (min-width: 1200px) {
  .our_services .row > div:nth-child(1) {
    flex: 0 0 53%;
    max-width: 53%;
  }
  .our_services .row > div:nth-child(2) {
    flex: 0 0 47%;
    max-width: 47%;
  }
}

.best_selling_activities {
  padding: 60px 0 10px;
}

.most-liked-destinations {
  padding: 60px 0 10px;
}

.top-seasonal-trips {
  padding: 10px 0 50px 0;
}

.elite-trips {
  padding: 70px 0 30px;
}

.elite-card .image_part img {
  border-radius: 0 !important;
  height: 226px !important;
}

.elite-trip-card .image_part {
  box-shadow: 1px 1px 10px rgba(224, 224, 224, 0.25);
}
.elite-trip-card .image_part img {
  border-radius: 0 !important;
  height: 600px !important;
  box-shadow: 1px 1px 10px rgba(224, 224, 224, 0.25);
}
.elite-trip-card .image_part .tag {
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.elite-trip-card .image_part span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.top-elite-trips {
  padding: 80px 0;
}

.popular-attractions {
  padding: 50px 0;
}
.popular-attractions .popular_attractions {
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
  max-height: 487px;
  gap: 20px;
}
.popular-attractions .popular_attractions .popular_attractions_grid_col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
  flex-direction: column;
  max-height: 487px;
  height: 100%;
}
@media all and (min-width: 1024px) {
  .popular-attractions .popular_attractions .popular_attractions_grid_col:nth-child(1) {
    width: 22%;
  }
  .popular-attractions .popular_attractions .popular_attractions_grid_col:nth-child(1) .popular_attractions_card:nth-child(1) {
    height: 339px;
  }
  .popular-attractions .popular_attractions .popular_attractions_grid_col:nth-child(1) .popular_attractions_card:nth-child(2) {
    height: 133px;
  }
  .popular-attractions .popular_attractions .popular_attractions_grid_col:nth-child(2) {
    width: 22%;
  }
  .popular-attractions .popular_attractions .popular_attractions_grid_col:nth-child(2) .popular_attractions_card:nth-child(1) {
    height: 267px;
  }
  .popular-attractions .popular_attractions .popular_attractions_grid_col:nth-child(2) .popular_attractions_card:nth-child(2) {
    height: 200px;
  }
  .popular-attractions .popular_attractions .popular_attractions_grid_col:nth-child(3) {
    width: 28%;
  }
  .popular-attractions .popular_attractions .popular_attractions_grid_col:nth-child(3) .popular_attractions_card:nth-child(1) {
    height: 200px;
  }
  .popular-attractions .popular_attractions .popular_attractions_grid_col:nth-child(3) .popular_attractions_card:nth-child(2) {
    height: 267px;
  }
  .popular-attractions .popular_attractions .popular_attractions_grid_col:nth-child(4) {
    width: 28%;
  }
  .popular-attractions .popular_attractions .popular_attractions_grid_col:nth-child(4) .popular_attractions_card:nth-child(1) {
    height: 487px;
  }
}
.popular-attractions .popular_attractions .popular_attractions_grid_col .popular_attractions_card {
  position: relative;
  width: 100%;
  height: 100%;
}
.popular-attractions .popular_attractions .popular_attractions_grid_col .popular_attractions_card .image_part {
  height: 100%;
  box-shadow: 1px 1px 10px rgba(224, 224, 224, 0.25);
  border-radius: 10px;
}
.popular-attractions .popular_attractions .popular_attractions_grid_col .popular_attractions_card .image_part img {
  height: 100%;
  box-shadow: 1px 1px 10px rgba(224, 224, 224, 0.25);
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.popular-attractions .popular_attractions .popular_attractions_grid_col .popular_attractions_card .content_part {
  padding: 20px 10px;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.81) 12.46%, rgba(0, 0, 0, 0) 83.78%);
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

.upcoming-online-experiences {
  padding: 50px 0 35px;
}

.experience-categories {
  padding: 35px 0 20px;
}

.experience_category_grid {
  margin: 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  height: 100%;
}
@media all and (min-width: 992px) {
  .experience_category_grid.grid-cols-reverse .experience_category_grid_col:nth-child(1) {
    width: 20%;
  }
  .experience_category_grid.grid-cols-reverse .experience_category_grid_col:nth-child(2) {
    width: 20%;
  }
  .experience_category_grid.grid-cols-reverse .experience_category_grid_col:nth-child(2) .experience_category_card:nth-child(1) img {
    height: 267px;
  }
  .experience_category_grid.grid-cols-reverse .experience_category_grid_col:nth-child(2) .experience_category_card:nth-child(2) img {
    height: 200px;
  }
  .experience_category_grid.grid-cols-reverse .experience_category_grid_col:nth-child(3) {
    width: 24%;
  }
  .experience_category_grid.grid-cols-reverse .experience_category_grid_col:nth-child(3) .experience_category_card:nth-child(1) img {
    height: 200px;
  }
  .experience_category_grid.grid-cols-reverse .experience_category_grid_col:nth-child(3) .experience_category_card:nth-child(2) img {
    height: 267px;
  }
  .experience_category_grid.grid-cols-reverse .experience_category_grid_col:nth-child(4) {
    width: 27%;
  }
}
.experience_category_grid .experience_category_grid_col .experience_category_card {
  position: relative;
  height: 100%;
  display: block;
}
.experience_category_grid .experience_category_grid_col .experience_category_card .image_part {
  height: 100%;
}
.experience_category_grid .experience_category_grid_col .experience_category_card .image_part img {
  box-shadow: 1px 1px 10px rgba(224, 224, 224, 0.25);
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.experience_category_grid .experience_category_grid_col .experience_category_card .content_part {
  padding: 15px 10px;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.81) 12.46%, rgba(0, 0, 0, 0) 83.78%);
  width: 100%;
  left: 0;
  right: 0;
  bottom: 3px;
  border-radius: 10px;
}
@media all and (min-width: 992px) {
  .experience_category_grid .experience_category_grid_col:nth-child(1) {
    width: 27%;
  }
  .experience_category_grid .experience_category_grid_col:nth-child(1) img {
    height: 487px;
  }
  .experience_category_grid .experience_category_grid_col:nth-child(2) {
    width: 27%;
  }
  .experience_category_grid .experience_category_grid_col:nth-child(2) .experience_category_card:nth-child(1) {
    margin-bottom: 20px;
  }
  .experience_category_grid .experience_category_grid_col:nth-child(2) .experience_category_card:nth-child(1) img {
    height: 200px;
  }
  .experience_category_grid .experience_category_grid_col:nth-child(2) .experience_category_card:nth-child(2) img {
    height: 267px;
  }
  .experience_category_grid .experience_category_grid_col:nth-child(3) {
    width: 20%;
  }
  .experience_category_grid .experience_category_grid_col:nth-child(3) .experience_category_card:nth-child(1) {
    margin-bottom: 20px;
  }
  .experience_category_grid .experience_category_grid_col:nth-child(3) .experience_category_card:nth-child(1) img {
    height: 267px;
  }
  .experience_category_grid .experience_category_grid_col:nth-child(3) .experience_category_card:nth-child(2) img {
    height: 200px;
  }
  .experience_category_grid .experience_category_grid_col:nth-child(4) {
    width: 20%;
  }
  .experience_category_grid .experience_category_grid_col:nth-child(4) img {
    height: 487px;
  }
  .experience_category_grid .experience_category_grid_col:nth-child(5), .experience_category_grid .experience_category_grid_col:nth-child(6) {
    width: 49%;
  }
  .experience_category_grid .experience_category_grid_col:nth-child(5) img, .experience_category_grid .experience_category_grid_col:nth-child(6) img {
    height: 226px;
  }
}
@media all and (min-width: 992px) {
  .experience_category_grid.with_limit_five_images .experience_category_grid_col:nth-child(3) {
    width: 20%;
  }
  .experience_category_grid.with_limit_five_images .experience_category_grid_col:nth-child(3) .experience_category_card:nth-child(1) {
    margin-bottom: 0;
  }
  .experience_category_grid.with_limit_five_images .experience_category_grid_col:nth-child(3) .experience_category_card:nth-child(1) img {
    height: 487px;
  }
  .experience_category_grid.with_limit_five_images .experience_category_grid_col:nth-child(3) .experience_category_card:nth-child(2) {
    display: none;
  }
}

.culture_tripper_wrapper {
  background: #222224;
  border-radius: 10px 20px 40px 80px;
  padding: 25px;
  margin: 80px 0;
  position: relative;
}
.culture_tripper_wrapper.receive_letter::after {
  width: 72px;
  height: 69px;
  top: 9px;
  left: 7px;
}
.culture_tripper_wrapper.receive_letter .content_part::before {
  content: "";
  display: none;
}
.culture_tripper_wrapper .image_part {
  position: relative;
}
.culture_tripper_wrapper .image_part img {
  border-radius: 10px 20px 40px 80px;
  height: 369px;
  -o-object-fit: cover;
     object-fit: cover;
}
.culture_tripper_wrapper .image_part.mh-lg-250 img {
  height: 250px;
  min-height: auto;
}
.culture_tripper_wrapper .image_part.mh-lg-369 img {
  height: 369px;
  min-height: auto;
}
.culture_tripper_wrapper .image_part.mh-lg-176 img {
  height: 176px;
  min-height: auto;
}
.culture_tripper_wrapper .image_part::after {
  content: "";
  background-image: url(./images/culture-graphic-2.png);
  width: 36px;
  height: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: -56px;
}
.culture_tripper_wrapper .content_part {
  position: relative;
}
.culture_tripper_wrapper .content_part::before {
  content: "";
  background-image: url(./images/culture-graphic-2.png);
  width: 36px;
  height: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -60px;
  left: 30px;
}
.culture_tripper_wrapper .content_part .culture_form {
  margin: 40px 0 0;
}
.culture_tripper_wrapper .content_part .culture_form input {
  background: #FDFEFF;
  border: 1px solid #F67E18;
  box-shadow: 0px 28px 56px -6px rgba(246, 111, 77, 0.05);
  border-radius: 38px;
  height: 60px;
  width: 348px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 22px;
  font-size: 18px;
  line-height: 17px;
  color: rgba(45, 49, 52, 0.4);
}
.culture_tripper_wrapper .content_part .culture_form button {
  background: #F67E18;
  box-shadow: 0px 28px 56px -6px rgba(246, 111, 77, 0.05);
  border-radius: 38px;
  outline: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 17px;
  color: #FFFFFF;
  height: 60px;
  padding: 20px 53.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #F67E18;
  transition: 0.5s ease;
}
.culture_tripper_wrapper .content_part .culture_form button::after {
  content: "";
  background-image: url(./images/arrow-right.svg);
  width: 22px;
  height: 16px;
  margin-left: 5px;
  opacity: 1;
  transition: 0.5s ease;
}
.culture_tripper_wrapper .content_part .culture_form button:hover {
  background: white;
  color: #F67E18;
  padding-left: 73px;
}
.culture_tripper_wrapper .content_part .culture_form button:hover::after {
  content: "";
  opacity: 0;
  transition: 0.5s ease;
}
.culture_tripper_wrapper.dots-left::after {
  content: "";
  background-image: url(./images/culture-graphic-1.png);
  width: 95px;
  height: 91px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
  left: -6px;
}
.culture_tripper_wrapper::after {
  content: "";
  background-image: url(./images/culture-graphic-1.png);
  width: 95px;
  height: 91px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 24px;
  left: 24px;
}

.latest-travelogues-categories .latest-travelogues-wrap {
  margin: 40px 0 0;
}
.latest-travelogues-categories .latest-travelogues-wrap .latest-travelogues-card .latest-travelogues-imagepart {
  margin-right: 20px;
}
.latest-travelogues-categories .latest-travelogues-wrap .latest-travelogues-card .latest-travelogues-imagepart img {
  border-radius: 3px;
  min-width: 100px;
  min-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.latest-travelogues-categories .latest-travelogues-wrap .latest-travelogues-card .latest-travelogues-contentpart .date_part {
  color: rgba(25, 24, 37, 0.45);
}
.latest-travelogues-categories .latest-travelogues-wrap .latest-travelogues-card.latest-travelogues-card-col .latest-travelogues-imagepart {
  margin-right: 0;
  margin-bottom: 18px;
}
.latest-travelogues-categories .latest-travelogues-wrap .latest-travelogues-card.latest-travelogues-card-col .latest-travelogues-imagepart.play-icon {
  position: relative;
  border-radius: 10px !important;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s ease;
}
.latest-travelogues-categories .latest-travelogues-wrap .latest-travelogues-card.latest-travelogues-card-col .latest-travelogues-imagepart.play-icon::before {
  content: "";
  background-image: url(./images/play.svg);
  width: 20px;
  height: 17px;
  position: absolute;
  opacity: 1;
  left: 12px;
  bottom: 15px;
  transition: 0.5s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.latest-travelogues-categories .latest-travelogues-wrap .latest-travelogues-card.latest-travelogues-card-col .latest-travelogues-imagepart.play-icon:hover::before {
  width: 30px;
  height: 25px;
}
.latest-travelogues-categories .latest-travelogues-wrap .latest-travelogues-card.latest-travelogues-card-col .latest-travelogues-imagepart img {
  border-radius: 3px;
  min-height: 375px;
  height: 375px;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest-travelogues-categories .latest-travelogues-wrap .latest-travelogues-card.latest-travelogues-card-col .latest-travelogues-imagepart img.h-321 {
  min-height: 321px;
  height: 321px;
  -o-object-position: bottom;
     object-position: bottom;
}
.latest-travelogues-categories .latest-travelogues-wrap .latest-travelogues-card.latest-travelogues-card-col .latest-travelogues-imagepart img.h-267 {
  min-height: 267px;
  height: 267px;
  -o-object-position: bottom;
     object-position: bottom;
}
.latest-travelogues-categories .latest-travelogues-wrap .latest-travelogues-card.latest-travelogues-card-col .latest-travelogues-imagepart img.h-220 {
  min-height: 220px;
  height: 220px;
  -o-object-position: bottom;
     object-position: bottom;
}
.latest-travelogues-categories .latest-travelogues-wrap .show_limit_two_cards {
  border-top: 0.5px solid rgba(0, 0, 0, 0.4);
  padding: 40px 0 0;
  margin: 30px 0 0;
}

.popular-travelogues-categories {
  padding: 55px 0 0;
}
.popular-travelogues-categories .travel_card_grid {
  margin: 55px 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 75px 25px;
}
.popular-travelogues-categories .travel_card_grid.grid-gap-40-25 {
  gap: 40px 25px;
}
.popular-travelogues-categories .travel_card_grid .travel_cardblock .travel_cardblock_img_part img {
  border-radius: 10px;
  box-shadow: 1px 1px 10px rgba(224, 224, 224, 0.25);
}
.popular-travelogues-categories .travel_card_grid .travel_cardblock .tag {
  bottom: 10px;
  right: 10px;
}

.culture_tripper_wrapper_elite {
  background: #FFFFFF;
  border: 1px solid #CDA65C;
  border-radius: 10px 20px 40px 80px;
  padding: 20px 16px 16px;
  margin: 100px auto 70px;
  position: relative;
}
.culture_tripper_wrapper_elite .culture_form_elite {
  margin: 18px auto;
}
.culture_tripper_wrapper_elite .culture_form_elite input {
  background: #FDFEFF;
  border: 1px solid #CDA65C;
  box-shadow: 0px 28px 56px -6px rgba(246, 111, 77, 0.05);
  border-radius: 38px;
  height: 60px;
  width: 348px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 22px;
  font-size: 18px;
  line-height: 17px;
  color: rgba(45, 49, 52, 0.4);
}
.culture_tripper_wrapper_elite .culture_form_elite button {
  background: #CDA65C;
  box-shadow: 0px 28px 56px -6px rgba(246, 111, 77, 0.05);
  border-radius: 38px;
  outline: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 17px;
  color: #FFFFFF;
  height: 60px;
  padding: 20px 53.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #CDA65C;
  transition: 0.5s ease;
}
.culture_tripper_wrapper_elite .culture_form_elite button::after {
  content: "";
  background-image: url(./images/arrow-right.svg);
  width: 22px;
  height: 16px;
  margin-left: 5px;
  opacity: 1;
  transition: 0.5s ease;
}
.culture_tripper_wrapper_elite .culture_form_elite button:hover {
  background: white;
  color: #CDA65C;
  padding-left: 73px;
}
.culture_tripper_wrapper_elite .culture_form_elite button:hover::after {
  content: "";
  opacity: 0;
  transition: 0.5s ease;
}
.culture_tripper_wrapper_elite img {
  border-radius: 10px 10px 40px 80px;
}
.culture_tripper_wrapper_elite::after {
  content: "";
  background-image: url(./images/elite-culture-trip.svg);
  width: 95px;
  height: 91px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 24px;
  left: 24px;
}
.culture_tripper_wrapper_elite::before {
  content: "";
  background-image: url(./images/elite-culture-trip.svg);
  width: 95px;
  height: 91px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 24px;
  right: 24px;
  transform: rotate(90deg);
}

.cece_footer {
  padding: 30px 0;
  background: #fef8f3;
}
.cece_footer ul li {
  margin: 0 20px;
}
.cece_footer ul li a {
  transition: 0.5s ease;
}
.cece_footer ul li a:hover {
  text-decoration: none;
  color: rgb(246, 126, 24) !important;
}

footer {
  background: #F8F8F8;
  padding: 0 0 100px;
}
footer .footer_logo {
  max-width: 216px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 0 !important;
}
footer .footer_first {
  max-width: 1110px;
  margin: 0 auto 60px;
}
footer .footer_first .things_menu {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
footer .footer_first .things_menu a {
  color: rgba(25, 24, 37, 0.5);
  font-size: 16px;
  line-height: 160%;
  word-break: break-all;
}
footer .footer_middle {
  margin: 0 0 80px;
}
footer .footer_middle .footer_blog_cards_wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px 30px;
}
footer .footer_middle .footer_blog_card .footer_blog_img_part {
  position: relative;
}
footer .footer_middle .footer_blog_card .footer_blog_img_part img {
  border-radius: 3px;
}
footer .footer_middle .footer_blog_card .footer_blog_img_part::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(217, 217, 217, 0.1);
}
footer .footer_middle .footer_blog_card .footer_blog_img_part .tag {
  left: 10px;
  bottom: 10px;
}
footer .footer_middle .footer_blog_card .post_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
footer .footer_middle .footer_blog_card .post_name + div {
  color: rgba(25, 24, 37, 0.45);
}
footer .footer_last .footer_part_one {
  margin: 0 0 30px;
}
footer .footer_last .footer_part_one .footer_menu a {
  font-size: 16px;
  line-height: 20px;
  color: #1A1A1A;
  font-family: "CircularStdFont-Bold" !important;
}
footer .footer_last .footer_part_two .policy_menu li {
  margin-right: 20px;
}
footer .footer_last .footer_part_two .policy_menu li a {
  font-size: 14px;
  line-height: 18px;
}
footer .footer_last .footer_part_two .copyright {
  color: #000000;
  text-align: right;
}
footer a {
  transition: 0.5s ease;
}
footer a:hover {
  text-decoration: none;
  color: rgb(246, 126, 24) !important;
}

.section-normal-padding section {
  padding: 40px 0 !important;
}
.section-normal-padding section.search_banner {
  padding: 0 !important;
}
.section-normal-padding section.p-0 {
  padding: 0 !important;
}
.section-normal-padding section.pb-0 {
  padding-bottom: 0 !important;
}
.section-normal-padding section.pt-0 {
  padding-top: 0 !important;
}
.section-normal-padding section.py-100 {
  padding: 80px 0 !important;
}
.section-normal-padding section.add_banner_wrap {
  padding: 60px 0 40px !important;
}
.section-normal-padding .pb-80px {
  padding-bottom: 80px !important;
}

.mt-70px {
  margin-top: 75px;
}

.elite_heading_banner {
  background-image: url(./images/elite-trip-banner.png);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 269px;
  position: relative;
}
.elite_heading_banner::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #000000 0%, rgba(217, 217, 217, 0) 100%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.elite_heading_banner .contet_part {
  z-index: 2;
  position: relative;
}

.epic_journey_row .epic_journey_col img {
  width: 71px;
  height: 71px;
  margin: auto;
}

.browse_by_cat {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.browse_by_cat .elite-trip-card {
  width: 19%;
  box-shadow: 1px 1px 10px rgba(224, 224, 224, 0.25);
}
@media all and (min-width: 1024px) {
  .browse_by_cat .elite-trip-card {
    margin-right: 1%;
  }
  .browse_by_cat .elite-trip-card:last-child {
    margin-right: 0;
  }
}
.browse_by_cat .elite-trip-card .image_part img {
  height: 324px !important;
}
.browse_by_cat .elite-trip-card .image_part > span {
  bottom: 0;
  padding: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.81) 12.46%, rgba(0, 0, 0, 0) 83.78%);
}

.browse_by_cat_elite div.col-12 {
  padding: 0 !important;
}
.browse_by_cat_elite div.col-12:nth-child(odd) {
  margin-top: -40px;
}
.browse_by_cat_elite .elite-trip-card {
  box-shadow: 1px 1px 10px rgba(224, 224, 224, 0.25);
}
.browse_by_cat_elite .elite-trip-card .image_part > span {
  bottom: 0;
  padding: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.81) 12.46%, rgba(0, 0, 0, 0) 83.78%);
}

.exclusive_journeys .elite-trip-card {
  box-shadow: 1px 1px 10px rgba(224, 224, 224, 0.25);
  margin-bottom: 20px;
}
.exclusive_journeys .elite-trip-card .image_part img {
  height: 413px !important;
}
.exclusive_journeys .elite-trip-card .image_part > span {
  bottom: 0;
  padding: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.81) 12.46%, rgba(0, 0, 0, 0) 83.78%);
}
.exclusive_journeys .elite-trip-card .contet_part {
  padding: 0 10px;
}

.trip-inner-page .inner-breadcrumb {
  margin: 20px 0 0;
  padding: 10px 0;
  border-top: 1px solid rgba(34, 34, 34, 0.5019607843);
  border-bottom: 1px solid rgba(34, 34, 34, 0.5019607843);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trip-inner-page .inner-breadcrumb span {
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.8);
  font-size: 12px;
  line-height: 19px;
  margin-right: 15px;
  display: inline-block;
}
.trip-inner-page .inner-breadcrumb span::after {
  content: "";
  background-image: url(./images/breadcrumb-arrow.svg);
  background-repeat: no-repeat;
  transition: 0.5s ease;
  width: 8px;
  height: 12px;
  margin-left: 15px;
  opacity: 1;
  display: inline-block;
  background-size: contain;
  background-position: center;
}
.trip-inner-page .inner-breadcrumb span:last-child {
  margin-right: 0;
  color: #F67E18;
}
.trip-inner-page .inner-breadcrumb span:last-child::after {
  content: "";
  display: none;
}

.heading-after::after {
  content: "";
  background-image: url(./images/heading-after.svg);
  background-repeat: no-repeat;
  transition: 0.5s ease;
  width: 17px;
  height: 19px;
  margin-left: 14px;
  opacity: 1;
  display: inline-block;
  background-size: contain;
  background-position: center;
}

.heading-icons::after {
  content: "";
  background-image: url(./images/heading-after.svg);
  background-repeat: no-repeat;
  transition: 0.5s ease;
  width: 17px;
  height: 19px;
  margin-left: 14px;
  opacity: 1;
  display: inline-block;
  background-size: contain;
  background-position: center;
}
.heading-icons::before {
  content: "";
  background-image: url(./images/heading-after.svg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  transition: 0.5s ease;
  width: 17px;
  height: 19px;
  margin-right: 14px;
  opacity: 1;
  display: inline-block;
  background-size: contain;
  background-position: center;
}
@media all and (min-width992px) {
  .heading-icons.hc-mt-10::after, .heading-icons.hc-mt-10::before {
    margin-top: 10px;
  }
}

.trip-intro-banner .info-items-block {
  margin: 20px 0 0;
  padding: 10px 0;
  border-top: 0.5px solid rgba(34, 34, 34, 0.5019607843);
  border-bottom: 0.5px solid rgba(34, 34, 34, 0.5019607843);
  text-align: center;
  overflow: hidden;
}
.trip-intro-banner .info-items-block .info-item {
  padding: 0 40px;
}

.why_pick_elite {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.why_pick_elite .why_pick_elite_point img {
  width: 71px;
  height: 71px;
  margin: auto;
}

#otherinfoTab,
#highlightsTab {
  border: none;
  padding: 20px 0;
}
#otherinfoTab .nav-item .nav-link,
#highlightsTab .nav-item .nav-link {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  padding: 11px 22px;
  border: 1px solid transparent;
  border-radius: 38px;
  transition: 0.5s ease;
  margin-right: 10px;
  letter-spacing: 0;
  text-transform: capitalize;
}
#otherinfoTab .nav-item .nav-link.active, #otherinfoTab .nav-item .nav-link:hover,
#highlightsTab .nav-item .nav-link.active,
#highlightsTab .nav-item .nav-link:hover {
  background: rgba(205, 166, 92, 0.1);
  border: 1px solid #CDA65C;
  box-shadow: 0px 28px 56px -6px rgba(246, 111, 77, 0.05);
}

#highlightsTabContent .tab-pane {
  max-width: 100% !important;
}

#otherinfoTabContent .tab-pane,
#highlightsTabContent .tab-pane {
  max-width: 980px;
}
#otherinfoTabContent .tab-pane *,
#highlightsTabContent .tab-pane * {
  font-size: 14px;
  line-height: 25px;
  color: #222222;
}
#otherinfoTabContent .tab-pane ul,
#highlightsTabContent .tab-pane ul {
  list-style: disc;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}

.sticky-atc {
  position: fixed;
  bottom: 30px;
  width: 100%;
  z-index: 1;
}
.sticky-atc.b-0 {
  bottom: 0;
}
.sticky-atc a {
  background: #F67E18;
  border-radius: 50px;
  padding: 14px 21px;
  border: 2px solid #F67E18;
  font-family: "CircularStdFont-Bold" !important;
  font-size: 16px;
  line-height: 18px;
  color: white;
  outline: none;
  box-shadow: none;
  width: 90%;
  margin: auto;
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticky-atc a:hover {
  background: white;
  color: #F67E18;
  text-decoration: none;
}
.sticky-atc a:hover::after {
  background-image: url(./images/arrow-right-orange.svg);
}
.sticky-atc a::after {
  content: "";
  background-image: url(./images/arrow-right.svg);
  transition: 0.5s ease;
  width: 22px;
  height: 16px;
  margin-left: 5px;
  opacity: 1;
  display: inline-block;
}

.elite-trip-form {
  padding: 57px 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #CDA65C;
  max-width: 946px;
  margin: auto;
}
.elite-trip-form .content_side {
  width: 50%;
  text-align: center;
}
.elite-trip-form .content_side .info-items-block {
  margin: 20px 0 0;
  padding: 10px 0;
  border-top: 1px solid rgba(34, 34, 34, 0.5019607843);
  border-bottom: 1px solid rgba(34, 34, 34, 0.5019607843);
  text-align: center;
}
.elite-trip-form .content_side .info-items-block .info-item {
  padding: 0 20px;
}
.elite-trip-form .form_side {
  width: 40%;
  position: relative;
  max-width: 333px;
}
.elite-trip-form .form_side::before {
  content: "";
  background-image: url(./images/elite-trip-line.svg);
  background-size: contain;
  transition: 0.5s ease;
  width: 30px;
  height: 311px;
  margin-left: 5px;
  opacity: 1;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20%;
}
.elite-trip-form .form_side form {
  width: 100%;
}
.elite-trip-form .form_side form input {
  width: 100%;
  background: #FDFEFF;
  border: 1px solid #CDA65C;
  box-shadow: 0px 28px 56px -6px rgba(246, 111, 77, 0.05);
  border-radius: 38px;
  margin-bottom: 20px;
  padding: 16px 23px;
  font-size: 15px;
  line-height: 17px;
  color: rgba(45, 49, 52, 0.4);
}
.elite-trip-form .form_side form input::-moz-placeholder {
  font-size: 15px;
  line-height: 17px;
}
.elite-trip-form .form_side form input:-ms-input-placeholder {
  font-size: 15px;
  line-height: 17px;
}
.elite-trip-form .form_side form input::placeholder {
  font-size: 15px;
  line-height: 17px;
}
.elite-trip-form .form_side form button {
  background: #F67E18;
  border-radius: 50px;
  padding: 14px 21px;
  border: 2px solid #F67E18;
  font-family: "CircularStdFont-Bold" !important;
  font-size: 16px;
  line-height: 18px;
  color: white;
  outline: none;
  box-shadow: none;
  width: 100%;
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elite-trip-form .form_side form button.disabled {
  background: rgba(246, 126, 24, 0.3);
  border: 2px solid rgba(246, 126, 24, 0.3);
}
.elite-trip-form .form_side form button:hover {
  background: white;
  color: #F67E18;
}
.elite-trip-form .form_side form button:hover::after {
  background-image: url(./images/arrow-right-orange.svg);
}
.elite-trip-form .form_side form button::after {
  content: "";
  background-image: url(./images/arrow-right.svg);
  transition: 0.5s ease;
  width: 22px;
  height: 16px;
  margin-left: 5px;
  opacity: 1;
  display: inline-block;
}
.elite-trip-form .form_side form .notes {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #222222;
  background: rgba(205, 166, 92, 0.2);
  box-shadow: 0px 28px 56px -6px rgba(246, 111, 77, 0.05);
  border-radius: 5px;
  padding: 16px;
  margin: 0 0 20px;
}
.elite-trip-form.has_cece_form {
  max-width: 1178px;
}
.elite-trip-form.has_cece_form .content_side .info-items-block {
  flex-wrap: wrap;
  gap: 30px 0;
}
.elite-trip-form.has_cece_form .content_side .info-items-block .info-item {
  width: 30%;
}
.elite-trip-form.has_cece_form .form_side {
  width: 50%;
  max-width: 500px;
}
.elite-trip-form.has_cece_form .form_side::before {
  left: -10%;
}
.elite-trip-form.has_cece_form .content_side {
  width: 47%;
}

.orange_box {
  background: #FFFFFF;
  border: 1px solid #CDA65C;
  padding: 27px 74px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none !important;
}
.orange_box li {
  font-size: 14px;
  line-height: 22px;
  color: #222222;
}
.orange_box li span {
  background: #F67E18;
  font-size: 14px;
  line-height: 22px;
  color: white !important;
  padding: 7px;
  border-radius: 50%;
  margin-right: 12px;
}

#accordion_itinerary {
  position: relative;
  padding: 0 0 20px 12px;
}
#accordion_itinerary .card {
  border: none;
  border-radius: 0;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
  padding: 20px 0;
}
#accordion_itinerary .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
#accordion_itinerary .card .card-header button {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #222222;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  width: 100%;
  background-image: url(./images/dropdown.svg);
  background-repeat: no-repeat;
  background-position: 100% 5px;
}
#accordion_itinerary .card .card-header button.collapsed {
  background-image: url(./images/dropdown-open.svg);
}
#accordion_itinerary .card .card-header button span {
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  position: relative;
}
#accordion_itinerary .card .card-header button span::before {
  content: "";
  position: absolute;
  display: inline;
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
  z-index: 1;
}
#accordion_itinerary .card .card-header button:hover {
  text-decoration: none;
  color: #F67E18;
}
#accordion_itinerary .card .card-header button:focus {
  box-shadow: none;
  text-decoration: none;
}
#accordion_itinerary .card .card-body {
  padding: 10px 0 0;
}
#accordion_itinerary .card .card-body ul, #accordion_itinerary .card .card-body p {
  list-style: disc;
  -webkit-padding-start: 17px;
          padding-inline-start: 17px;
  font-size: 14px;
  line-height: 22px;
  color: #222222;
}
#accordion_itinerary .card:nth-child(1) .card-header button span::before {
  background-color: black;
}
#accordion_itinerary::before {
  content: "";
  position: absolute;
  transition: 0.5s ease;
  width: 1px;
  height: 100%;
  border: 1px dashed #000000;
  top: 50%;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

.three_image_grid img {
  box-shadow: 1px 1px 10px rgba(224, 224, 224, 0.25);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.three_image_grid.image_one_top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.three_image_grid.image_one_top img:nth-child(1) {
  grid-column: 1/-1;
  height: 339px;
}
.three_image_grid.image_one_top img:nth-child(2), .three_image_grid.image_one_top img:nth-child(3) {
  height: 312px;
}
@media all and (max-width: 767px) {
  .three_image_grid.image_one_top {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: 50% 50%;
    height: 172px;
    gap: 5px;
  }
  .three_image_grid.image_one_top img:nth-child(1) {
    height: 172px;
    grid-column: auto;
  }
  .three_image_grid.image_one_top img:nth-child(2), .three_image_grid.image_one_top img:nth-child(3) {
    height: 83px;
  }
  .three_image_grid.image_one_top img:nth-child(3) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
.three_image_grid.image_one_side {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: 50% 50%;
  height: 324px;
  gap: 5px;
}
.three_image_grid.image_one_side.grid_equal {
  height: 410px;
  grid-template-columns: 50% 50%;
}
.three_image_grid.image_one_side.grid_equal img:nth-child(1) {
  height: 410px;
}
.three_image_grid.image_one_side.grid_equal img:nth-child(2), .three_image_grid.image_one_side.grid_equal img:nth-child(3) {
  height: 200px;
}
@media all and (max-width: 767px) {
  .three_image_grid.image_one_side.grid_equal {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: 50% 50%;
    height: 172px;
    gap: 5px;
  }
  .three_image_grid.image_one_side.grid_equal img:nth-child(1) {
    height: 172px;
  }
  .three_image_grid.image_one_side.grid_equal img:nth-child(2), .three_image_grid.image_one_side.grid_equal img:nth-child(3) {
    height: 83px;
  }
  .three_image_grid.image_one_side.grid_equal img:nth-child(3) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
.three_image_grid.image_one_side img:nth-child(1) {
  height: 324px;
}
.three_image_grid.image_one_side img:nth-child(2), .three_image_grid.image_one_side img:nth-child(3) {
  height: 158px;
}
.three_image_grid.image_one_side img:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}
@media all and (max-width: 767px) {
  .three_image_grid.image_one_side {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: 50% 50%;
    height: 172px;
    gap: 5px;
  }
  .three_image_grid.image_one_side img:nth-child(1) {
    height: 172px;
  }
  .three_image_grid.image_one_side img:nth-child(2), .three_image_grid.image_one_side img:nth-child(3) {
    height: 83px;
  }
  .three_image_grid.image_one_side img:nth-child(3) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}

.four_image_grid {
  display: grid;
  grid-template-columns: 30% 40% 30%;
  grid-template-rows: 50% 50%;
  height: 324px;
  gap: 5px;
}
.four_image_grid img {
  box-shadow: 1px 1px 10px rgba(224, 224, 224, 0.25);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.four_image_grid img:nth-child(1), .four_image_grid img:nth-child(4) {
  height: 324px;
}
.four_image_grid img:nth-child(2), .four_image_grid img:nth-child(3) {
  height: 158px;
}
.four_image_grid img:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
}
.four_image_grid img:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}
@media all and (max-width: 767px) {
  .four_image_grid {
    height: 153px;
  }
  .four_image_grid img:nth-child(1), .four_image_grid img:nth-child(4) {
    height: 153px;
  }
  .four_image_grid img:nth-child(2), .four_image_grid img:nth-child(3) {
    height: 75px;
  }
}

.eight_image_grid {
  padding: 30px 0;
  display: grid;
  gap: 5px;
}
.eight_image_grid img {
  box-shadow: 1px 1px 10px rgba(224, 224, 224, 0.25);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
@media all and (min-width: 768px) {
  .eight_image_grid {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 160px 160px;
  }
  .eight_image_grid img:nth-child(1) {
    height: 324px;
    grid-row: 1/-1;
  }
  .eight_image_grid img:nth-child(2) {
    height: 158px;
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .eight_image_grid img:nth-child(3) {
    height: 158px;
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .eight_image_grid img:nth-child(4) {
    height: 324px;
    grid-row: 1/-1;
    grid-column: 3/4;
  }
  .eight_image_grid img:nth-child(5) {
    height: 158px;
    grid-row: 1/2;
    grid-column: 4/6;
  }
  .eight_image_grid img:nth-child(6) {
    height: 158px;
    grid-row: 2/3;
    grid-column: 4/5;
  }
  .eight_image_grid img:nth-child(7) {
    height: 158px;
    grid-row: 2/3;
    grid-column: 5/6;
  }
  .eight_image_grid img:nth-child(8) {
    height: 324px;
    grid-row: 1/-1;
  }
}
@media all and (max-width: 767px) {
  .eight_image_grid {
    padding: 20px 0 10px;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 92.5px 92.5px;
    overflow-x: scroll;
  }
  .eight_image_grid img {
    width: 115px;
  }
  .eight_image_grid img:nth-child(1) {
    height: 188px;
    grid-row: 1/-1;
  }
  .eight_image_grid img:nth-child(2) {
    height: 91px;
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .eight_image_grid img:nth-child(3) {
    height: 91px;
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .eight_image_grid img:nth-child(4) {
    height: 188px;
    grid-row: 1/-1;
    grid-column: 3/4;
  }
  .eight_image_grid img:nth-child(5) {
    height: 91px;
    grid-row: 1/2;
    grid-column: 4/6;
    width: 100%;
  }
  .eight_image_grid img:nth-child(6) {
    height: 91px;
    grid-row: 2/3;
    grid-column: 4/5;
  }
  .eight_image_grid img:nth-child(7) {
    height: 91px;
    grid-row: 2/3;
    grid-column: 5/6;
  }
  .eight_image_grid img:nth-child(8) {
    height: 188px;
    grid-row: 1/-1;
  }
}

.result_menu_block {
  padding: 40px 0;
  border-top: 0.5px solid rgba(0, 0, 0, 0.4);
}
.result_menu_block:last-child {
  padding-bottom: 0;
}
.result_menu_block .things_menu {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.result_menu_block .things_menu a {
  color: rgba(25, 24, 37, 0.5);
  font-size: 16px;
  line-height: 160%;
  word-break: break-all;
  transition: 0.5s ease;
}
.result_menu_block .things_menu a:hover {
  text-decoration: none;
  color: rgb(246, 126, 24) !important;
}
.result_menu_block .things_menu.things_grid {
  grid-template-columns: repeat(4, 1fr);
}

.breadcrumb-type-normal {
  padding: 15px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0.5px solid rgba(34, 34, 34, 0.5019607843);
  border-bottom: 0.5px solid rgba(34, 34, 34, 0.5019607843);
}
.breadcrumb-type-normal span {
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.8);
  font-size: 12px;
  line-height: 19px;
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
}
.breadcrumb-type-normal span::after {
  content: "";
  background-image: url(./images/breadcrumb-arrow.svg);
  background-repeat: no-repeat;
  transition: 0.5s ease;
  width: 8px;
  height: 12px;
  margin-left: 15px;
  opacity: 1;
  display: inline-block;
  background-size: contain;
  background-position: center;
}
.breadcrumb-type-normal span:last-child {
  margin-right: 0;
  color: #F67E18;
}
.breadcrumb-type-normal span:last-child::after {
  content: "";
  display: none;
}

#faqaccordion .card {
  border: none;
  border-radius: 0;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
  padding: 20px 0;
}
#faqaccordion .card:last-child {
  border-bottom: none;
}
#faqaccordion .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
#faqaccordion .card .card-header button {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #222222;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  width: 100%;
  background-image: url(./images/dropdown.svg);
  background-repeat: no-repeat;
  background-position: 100% 5px;
  font-family: "CircularStdFont-Bold" !important;
  text-align: left;
}
#faqaccordion .card .card-header button.collapsed {
  background-image: url(./images/dropdown-open.svg);
}
#faqaccordion .card .card-header button:hover {
  text-decoration: none;
  color: #F67E18;
}
#faqaccordion .card .card-header button:focus {
  box-shadow: none;
  text-decoration: none;
}
#faqaccordion .card .card-body {
  padding: 10px 0 0;
}
#faqaccordion .card .card-body ul, #faqaccordion .card .card-body ol {
  list-style: disc;
  -webkit-padding-start: 17px;
          padding-inline-start: 17px;
}
#faqaccordion .card .card-body ul, #faqaccordion .card .card-body p {
  font-size: 14px;
  line-height: 22px;
  color: #222222;
}

#elite-innercarouselIndicators .carousel-control-prev {
  left: -20px;
}
#elite-innercarouselIndicators .carousel-control-next {
  right: -20px;
}
#elite-innercarouselIndicators .carousel-control-prev,
#elite-innercarouselIndicators .carousel-control-next {
  background: #FFFFFF;
  box-shadow: 0px 28px 56px -6px rgba(246, 111, 77, 0.05);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  transition: 0.5s ease;
  top: 50%;
}
#elite-innercarouselIndicators .carousel-control-prev:hover,
#elite-innercarouselIndicators .carousel-control-next:hover {
  background: rgba(246, 126, 24, 0.75);
}
#elite-innercarouselIndicators .carousel-control-prev-icon {
  background-image: url("./images/arrow-left.png");
  width: 6px;
  height: 12px;
}
#elite-innercarouselIndicators .carousel-control-next-icon {
  background-image: url("./images/arrow-right.png");
  width: 6px;
  height: 12px;
}

.places_slider {
  margin: 0 0 40px;
}
.places_slider a {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  border-radius: 5px;
  border: 1px solid rgba(34, 34, 34, 0.2);
  background: #FFF;
  box-shadow: 0px 28px 56px -6px rgba(246, 111, 77, 0.05);
  padding: 4px 17px;
  transition: 0.5s ease;
  margin-right: 15px;
}
.places_slider a img {
  border-radius: 4px;
  box-shadow: 1px 1px 10px 0px rgba(224, 224, 224, 0.25);
}
.places_slider a span {
  color: #222;
  font-size: 16px;
  line-height: 120%;
  margin-left: 10px;
}
.places_slider a:hover {
  text-decoration: none;
}
.places_slider a:hover span {
  color: #F67E18;
}

.places_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
.places_grid a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 5px;
  border: 1px solid rgba(34, 34, 34, 0.2);
  background: #FFF;
  box-shadow: 1px 1px 10px 0px rgba(224, 224, 224, 0.25);
  padding: 11px 9px;
  transition: 0.5s ease;
  margin-right: 15px;
  width: 100%;
}
.places_grid a img {
  border-radius: 4px;
  box-shadow: 1px 1px 10px 0px rgba(224, 224, 224, 0.25);
}
.places_grid a .content_part {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 12px;
}
.places_grid a:hover {
  text-decoration: none;
}
.places_grid a:hover span {
  color: #F67E18;
}

.pagination {
  align-items: center;
  justify-content: center;
}
.pagination li {
  margin: 0 7px;
}
.pagination li.paginate-link {
  transition: 0.5s ease;
}
.pagination li.paginate-link a {
  font-size: 16px;
  line-height: 20px;
  color: rgb(34, 34, 34);
  background-color: rgb(239, 239, 239);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.pagination li.paginate-link a:hover {
  background-color: #F67E18;
  color: white;
  text-decoration: none;
}
.pagination li.paginate-link.active a {
  background-color: #F67E18;
  color: white;
}

.helpful_block {
  margin: 70px 0 0;
  border-radius: 5px;
  background: rgba(205, 166, 92, 0.2);
  box-shadow: 0px 28px 56px -6px rgba(246, 111, 77, 0.05);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_results_filter button:focus {
  box-shadow: none;
}
.search_results_filter .dropdown-menu.show {
  left: -90px !important;
}

.search_results_block {
  padding: 20px 0 0px !important;
}
.search_results_block .result_card {
  border: 1px solid rgba(205, 166, 92, 0.4);
  background: #FFF;
  text-decoration: none;
  transition: 0.5s ease;
}
.search_results_block .result_card .image_part {
  height: 270px;
  position: relative;
}
.search_results_block .result_card .image_part img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search_results_block .result_card .image_part img.wishhlist {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  transition: 0.5s ease;
}
.search_results_block .result_card .image_part img.wishhlist:hover {
  width: 30px;
  height: 30px;
}
.search_results_block .result_card .content_part {
  padding: 20px 20px 16px 20px;
}
.search_results_block .result_card .content_part .result_content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  min-height: 70px;
}
.search_results_block .result_card .price_part {
  padding: 20px;
}
@media all and (min-width: 1200px) {
  .search_results_block .result_card .price_part span:last-child {
    width: 140px;
    display: block;
    position: relative;
    left: -30px;
  }
}
.search_results_block .result_card:hover {
  box-shadow: 1px 1px 10px 0px rgba(224, 224, 224, 0.25);
}

.prdct_availability {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 30px 0 0;
}
.prdct_availability .image_part {
  width: 65%;
  padding-right: 30px;
}
.prdct_availability .image_part .slider-nav {
  height: 100% !important;
}
.prdct_availability .image_part .slider-nav .slick-list {
  height: 421px !important;
}
.prdct_availability .image_part .slider-nav .image_slide img {
  height: 85px;
  width: 105px;
  border-radius: 10px;
  margin-bottom: 8px;
}
.prdct_availability .image_part .slider-single .image_slide img {
  height: 85px;
  border-radius: 10px;
  min-height: 460px;
}
.prdct_availability .image_part .slider-single .slick-arrow.slick-next {
  right: 10px;
}
.prdct_availability .image_part .slider-single .slick-arrow, .prdct_availability .image_part .slider-single .slick-arrow::before {
  content: "";
  opacity: 1;
  min-width: 40px;
  height: 40px !important;
  background-size: contain;
  display: block;
}
.prdct_availability .image_part .slider-single .slick-arrow.slick-next::before {
  background-image: url(./images/slick-arrow-right.svg);
}
.prdct_availability .image_part .slider-single .slick-arrow.slick-prev {
  left: 10px;
  z-index: 1;
}
.prdct_availability .image_part .slider-single .slick-arrow.slick-prev::before {
  content: "";
  background-image: url(./images/slick-arrow-left.svg);
}
.prdct_availability .content_part {
  width: 35%;
  border-radius: 10px;
  background: #EFEFEF;
  box-shadow: 1px 1px 10px 0px rgba(224, 224, 224, 0.25);
  padding: 30px;
  min-height: 421px;
}
.prdct_availability form.availbility {
  display: flex;
  flex-direction: column;
  max-width: 382px;
}
.prdct_availability form.availbility input {
  width: 100%;
  background: #FDFEFF;
  border: 1px solid transparent;
  box-shadow: 0px 28px 56px -6px rgba(246, 111, 77, 0.05);
  border-radius: 38px;
  margin-bottom: 18px;
  padding: 16px 23px;
  font-size: 14px;
  line-height: 17px;
  color: #222;
}
.prdct_availability form.availbility input::-moz-placeholder {
  color: #222;
  font-size: 14px;
  line-height: 17px;
}
.prdct_availability form.availbility input:-ms-input-placeholder {
  color: #222;
  font-size: 14px;
  line-height: 17px;
}
.prdct_availability form.availbility input::placeholder {
  color: #222;
  font-size: 14px;
  line-height: 17px;
}
.prdct_availability form.availbility button {
  background: #F67E18;
  border-radius: 50px;
  padding: 14px 21px;
  border: 2px solid #F67E18;
  font-family: "CircularStdFont-Bold" !important;
  font-size: 16px;
  line-height: 18px;
  color: white;
  outline: none;
  box-shadow: none;
  width: 100%;
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prdct_availability form.availbility button:hover {
  background: white;
  color: #F67E18;
}
.prdct_availability form.availbility button:hover::after {
  background-image: url(./images/arrow-right-orange.svg);
}
.prdct_availability form.availbility button::after {
  content: "";
  background-image: url(./images/arrow-right.svg);
  transition: 0.5s ease;
  width: 22px;
  height: 16px;
  margin-left: 5px;
  opacity: 1;
  display: inline-block;
}

.trip-attributes {
  padding: 13px 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.trip-attributes .trip-att-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 45px;
  font-size: 14px;
  line-height: 22px;
  color: #222222;
}
.trip-attributes .trip-att-block img, .trip-attributes .trip-att-block svg {
  margin-right: 10px;
  height: auto;
  max-width: 15px;
}

.promoted_experiences .normal-card {
  transition: 0.5s ease;
}
.promoted_experiences .normal-card .content_part {
  position: relative;
}
.promoted_experiences .normal-card .content_part img {
  position: absolute;
  bottom: 30px;
  right: 18px;
  opacity: 0;
}
.promoted_experiences .normal-card:hover .content_part img {
  opacity: 1;
}

@media all and (min-width: 992px) {
  .included.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 70px;
  }
}
.included.grid-2 li {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.included li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.included li::before {
  content: "";
  background-image: url(./images/included-tick.svg);
  background-repeat: no-repeat;
  transition: 0.5s ease;
  min-width: 16px;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  opacity: 1;
  display: inline-flex;
  background-size: contain;
  background-position: center;
  position: relative;
  top: 5px;
}
.included li:last-child {
  margin-bottom: 0;
}

.product_content_wrap .product_content_block {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
}
.product_content_wrap .product_content_block .exclded li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.product_content_wrap .product_content_block .exclded li::before {
  content: "";
  background-image: url(./images/excluded-cros.svg);
  background-repeat: no-repeat;
  transition: 0.5s ease;
  width: 10px;
  min-width: 10px;
  height: 16px;
  margin-right: 12px;
  opacity: 1;
  display: inline-flex;
  background-size: contain;
  background-position: center;
  position: relative;
  top: 5px;
}
.product_content_wrap .product_content_block .exclded li:last-child {
  margin-bottom: 0;
}
.product_content_wrap .product_content_block .additional {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: disc;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}
.product_content_wrap .product_content_block .additional li {
  width: 48%;
}
.product_content_wrap .product_content_block .expect_flow .expect_block {
  position: relative;
  padding: 0 0 30px 30px;
}
.product_content_wrap .product_content_block .expect_flow .expect_block::before {
  content: "";
  border-right: 1px solid #000000;
  position: absolute;
  top: 5px;
  left: 10px;
  height: 100%;
}
.product_content_wrap .product_content_block .expect_flow .expect_block h5 {
  position: relative;
}
.product_content_wrap .product_content_block .expect_flow .expect_block h5::before {
  content: "";
  border-right: 1px solid #000000;
  position: absolute;
  border-radius: 18px;
  background: #222;
  width: 18px;
  height: 18px;
  top: 5px;
  left: -28px;
}
.product_content_wrap .product_content_block:last-child {
  margin-bottom: 0;
}

.sticky_sidebar {
  border: 1px solid #CDA65C;
  padding: 8px 18px 28px;
}

.prdct_inner_sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.prdct_inner_sidebar.no-sticky {
  position: relative;
  top: 0;
}
.prdct_inner_sidebar #accordion > .card > .card-header h5 a {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 22px;
  font-family: "CircularStdFont-Normal" !important;
  padding: 12px 0;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.prdct_inner_sidebar #accordion > .card > .collapse > .card-body {
  transition: 0.5s ease;
  padding-top: 6px !important;
}
.prdct_inner_sidebar #accordion > .card:last-child > .card-header h5 a {
  border-bottom: none;
}
.prdct_inner_sidebar button, .prdct_inner_sidebar a {
  padding: 0;
  color: #222;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  outline: none;
  width: 100%;
  text-align: left;
  margin: 6px 0;
  display: block;
}
.prdct_inner_sidebar button:hover, .prdct_inner_sidebar a:hover {
  color: #222;
}
.prdct_inner_sidebar button:focus, .prdct_inner_sidebar a:focus {
  box-shadow: none;
}
.prdct_inner_sidebar .card,
.prdct_inner_sidebar .card-header {
  all: unset;
}
.prdct_inner_sidebar .card-body {
  padding: 0 5px 0 16px;
  color: #222;
  font-size: 14px;
  line-height: 17px;
}
.prdct_inner_sidebar h5 > a {
  display: block;
  position: relative;
}
.prdct_inner_sidebar h5 > a:after {
  content: "";
  /* background-image: url(./images/dropdown.svg); */
  background-repeat: no-repeat;
  background-position: 100% 5px;
  width: 12px;
  height: 12px;
  background-size: contain;
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  background-position: center;
  background-image: url(./images/dropdown-open.svg);
}
.prdct_inner_sidebar h5 > a[aria-expanded=true]:after {
  /* background-image: url(./images/dropdown-open.svg); */
  background-image: url(./images/dropdown.svg);
}

.travelling_block {
  background: #F67E18;
  padding: 20px 15px;
  color: white;
}
.travelling_block label {
  font-size: 14px;
  line-height: 17px;
  color: #222222;
  color: white;
}
.travelling_block input {
  border-radius: 38px;
  background: #FFF;
  box-shadow: 0px 28px 56px -6px rgba(246, 111, 77, 0.05);
  padding: 8px 15px;
  font-size: 14px;
  line-height: 17px;
  outline: none;
  border: none;
}
.travelling_block input:focus {
  box-shadow: none;
}

.other_options {
  margin: 20px 0 0;
  padding: 20px 0 0;
  /* border-top: 0.5px solid #d9d9d9; */
}

.slider {
  position: relative;
  padding: 20px 0 0;
  margin: 20px 0 0;
  /* border-top: 0.5px solid #d9d9d9; */
}
.slider .range-slider {
  width: auto;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.slider p {
  color: #222222;
  font-size: 16px;
  line-height: 22px;
  font-family: "CircularStdFont-Bold" !important;
  padding: 0 0 12px 0;
}
.slider .range-slider .rangeValues {
  display: block;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 15px;
  text-align: left;
}
.slider input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  width: -webkit-fill-available;
  position: absolute;
  left: 0;
}
.slider input[type=range]::-webkit-slider-runnable-track {
  width: -webkit-fill-available;
  height: 4px;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 3px;
}
.slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0px 4px 11px 2px rgba(0, 0, 0, 0.15);
  margin-top: -7px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.slider input[type=range]:focus {
  outline: none;
}
.slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

.search_page_form {
  position: relative;
  width: 100%;
  background: white;
  box-shadow: 0px 28px 56px -6px rgba(246, 111, 77, 0.05);
  border-radius: 38px;
  padding: 15px 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media all and (min-width: 1200px) {
  .search_page_form {
    max-width: 502px;
  }
}
.search_page_form > div {
  width: 50%;
  /* margin-right: 1.5%; */
  padding-top: 10px;
}
.search_page_form > div:nth-child(2) {
  /* border-left: 0.5px solid rgba(0, 0, 0, 0.3); */
  padding-left: 3%;
  /* margin-left: 1.5%; */
  height: 100%;
}
.search_page_form input {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #222222;
  font-family: "CircularStdFont-Medium" !important;
  width: 100%;
  border: none;
  padding: 2px 2px 2px 0;
}
.search_page_form input:focus {
  box-shadow: none;
}
.search_page_form input::-moz-placeholder {
  color: #222222;
}
.search_page_form input:-ms-input-placeholder {
  color: #222222;
}
.search_page_form input::placeholder {
  color: #222222;
}
.search_page_form label {
  font-size: 14px;
  line-height: 17px;
  color: #222222;
  font-family: "CircularStdFont-Normal" !important;
}
.search_page_form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  background-image: url(./images/search.png);
  width: 39px;
  height: 39px;
  outline: none;
  box-shadow: none;
  border-radius: 50%;
  background-size: contain;
  border: none;
  transition: 0.5s ease;
}
.search_page_form button:hover {
  width: 50px;
  height: 50px;
}

/* Show the checkmark when checked */
.CheckboxContainer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.CheckboxContainer input {
  width: 16px;
  height: 16px;
}

.blog-destinations img {
  height: 127px;
  -o-object-fit: cover;
     object-fit: cover;
}

.interest_block img {
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 197px;
}

.dont_forget_points {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  margin: 30px auto 0;
  margin-right: 8px;
  max-width: 1200px;
}
@media all and (min-width: 992px) {
  .dont_forget_points {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
  }
}
.dont_forget_points p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dont_forget_points p::before {
  content: "";
  background-image: url(./images/forgot-icon.svg);
  width: 18px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline;
  margin-right: 8px;
}

.home-cards-slider-row {
  width: 100%;
}

.slick-arrow {
  width: 40px !important;
  height: 40px !important;
  opacity: 1 !important;
}
.slick-arrow::before {
  width: 40px !important;
  height: 40px !important;
}
.slick-arrow.slick-next::before {
  content: "";
  background-image: url(./images/arrow-right-brown.svg);
  opacity: 1;
  min-width: 40px;
  height: 40px;
  background-size: contain;
  display: block;
  right: 0;
}

.works_tabs .epic_journey_col img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.works_tabs .epic_journey_col .mw-477px {
  max-width: 283px;
}
.works_tabs .nav-tabs {
  border: none;
  justify-content: space-between;
}
.works_tabs .nav-tabs .nav-link {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
  padding: 12px 13px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.works_tabs .nav-tabs .nav-link.active {
  color: rgb(246, 126, 24);
  border: 1px solid rgb(246, 126, 24);
}
.works_tabs .tab-content {
  padding-top: 20px;
}

.home-cards-slider-row {
  padding-bottom: 0 !important;
}
@media all and (min-width: 992px) {
  .home-cards-slider-row {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
  }
}
.home-cards-slider-row .slick-arrow.slick-next {
  right: 10px;
  top: 35px;
}
.home-cards-slider-row .slick-arrow, .home-cards-slider-row .slick-arrow::before {
  content: "";
  opacity: 1;
  min-width: 40px;
  height: 40px !important;
  background-size: contain;
  display: block;
}
.home-cards-slider-row .slick-arrow.slick-next::before {
  background-image: url(./images/exp-right-arrow.png);
}
.home-cards-slider-row .slick-arrow.slick-prev {
  left: 10px;
  top: 35px;
  left: calc(100% - 110px);
  z-index: 1;
}
.home-cards-slider-row .slick-arrow.slick-prev::before {
  content: "";
  background-image: url(./images/exp-left-arrow.png);
}

.members_slider .slick-arrow.slick-next,
.user_review_slider .slick-arrow.slick-next {
  right: 10px;
  top: -40px;
}
.members_slider .slick-arrow, .members_slider .slick-arrow::before,
.user_review_slider .slick-arrow,
.user_review_slider .slick-arrow::before {
  content: "";
  opacity: 1;
  min-width: 40px;
  height: 40px !important;
  background-size: contain;
  display: block;
}
.members_slider .slick-arrow.slick-next::before,
.user_review_slider .slick-arrow.slick-next::before {
  background-image: url(./images/arrow-right-brown.svg);
}
.members_slider .slick-arrow.slick-prev,
.user_review_slider .slick-arrow.slick-prev {
  left: 10px;
  top: -40px;
  left: calc(100% - 110px);
  z-index: 1;
}
.members_slider .slick-arrow.slick-prev::before,
.user_review_slider .slick-arrow.slick-prev::before {
  content: "";
  background-image: url(./images/arrow-left-brown.svg);
}
.members_slider .slick-dots,
.user_review_slider .slick-dots {
  bottom: -60px;
}
.members_slider .slick-dots li.slick-active button:before,
.user_review_slider .slick-dots li.slick-active button:before {
  opacity: 1;
  font-size: 10px;
}

.user_review_slider .user_review {
  position: relative;
}
.user_review_slider .user_review::after {
  content: "";
  background-image: url(./images/review-icon.svg);
  width: 14px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 1%;
  left: 60%;
}
.user_review_slider .user_review p {
  max-width: 250px;
  margin: auto;
}
.user_review_slider .user_review img {
  margin: auto;
  border-radius: 71px;
  border: 1px dashed rgba(0, 0, 0, 0.6);
}

.option_selector_wrap {
  margin: 25px 0 0;
}
.option_selector_wrap .option_selector {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}
.option_selector_wrap .option_selector p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 5px;
  color: rgba(34, 34, 34, 0.8);
  width: 30px;
  text-align: left;
  margin-right: 17px;
}
.option_selector_wrap .option_selector span {
  width: 144px;
  font-size: 16px;
  line-height: 26px;
  margin: 0 5px !important;
  display: inline;
  margin: 0;
  color: rgba(34, 34, 34, 0.8);
  padding: 9px 20px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #F67E18;
  background: white;
  box-shadow: 0px 28px 56px -6px rgba(246, 111, 77, 0.05);
  cursor: pointer;
  transition: 0.5s ease;
}
.option_selector_wrap .option_selector span:hover, .option_selector_wrap .option_selector span.active {
  background: #F67E18;
  color: white;
}

.country_box img {
  -webkit-animation: rotate 30s infinite;
          animation: rotate 30s infinite;
}

@-webkit-keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.add_banner .slick-list {
  margin-left: -60px;
}
.add_banner .add_slide {
  position: relative;
  width: 728px !important;
  display: inline !important;
  margin: 0 20px;
  cursor: pointer;
}
.add_banner .add_slide img {
  display: inline !important;
  width: 728px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.add_banner .add_slide::after {
  content: "Ads";
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 18px;
  line-height: 29px;
  color: white;
}
.add_banner .slick-dots {
  bottom: -40px;
}
.add_banner .slick-dots li.slick-active button:before {
  opacity: 1;
  font-size: 15px;
}

#radio-cards-container {
  height: 186px;
  overflow-y: auto;
  margin: 0 0 25px;
}
#radio-cards-container .radio-card {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 20px 30px 20px;
  margin: 0 0 20px;
  cursor: pointer;
}
#radio-cards-container .radio-card:hover {
  border: 1px solid #F67E18;
}
#radio-cards-container .radio-card.selected {
  border: 2px solid #F67E18;
}
#radio-cards-container .radio-card.selected .radio-flex:nth-child(1) > div:nth-child(1)::before {
  content: "";
  background-color: #F67E18;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#radio-cards-container .radio-card:last-child {
  margin-bottom: 0;
}
#radio-cards-container .radio-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#radio-cards-container .radio-flex:nth-child(1) > div:nth-child(1) {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
#radio-cards-container .radio-flex:nth-child(1) > div:nth-child(1)::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  margin-right: 6px;
  display: inline-block;
}
#radio-cards-container .radio-card-check {
  display: none;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}
#radio-cards-container .radio-card-check i {
  font-size: 1.6rem;
  color: #016787;
}
#radio-cards-container .radio-card.selected .radio-card-check {
  display: inline-flex;
}

.content_part_editor ul {
  list-style: disc;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.content_part_editor ul li {
  margin-bottom: 20px;
}
.content_part_editor ul li:last-child {
  margin-bottom: 0;
}

.carousel-inner .carousel-item {
  transition: transform 2s ease;
}

.socail_share a {
  margin: 0 4px;
  text-decoration: none;
  transition: 0.5s ease;
}
.socail_share a svg {
  transition: 0.5s ease;
}
.socail_share a:hover svg path {
  fill: #F67E18;
}

.image_animate {
  height: 100%;
  transition: 0.5s ease;
  overflow: hidden;
}
.image_animate img {
  transition: 0.5s ease;
}
.image_animate:hover img:first-child {
  transform: scale(1.1);
}
.single-review .single-review-wrapper {
  display:flex;
  align-items:center;
}
.reviewimages img {
  min-height: auto;
}
.spinnerLoader {
  z-index: 999;
}
.sidebar #leftside-navigation ul li .parentWrapper i {
  transform: rotate(90deg);
  width: fit-content;
    height: auto !important;
    transition: all 0.5s ease;
    right: 5px !important;
    transform-origin: center;
    margin: auto !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.sidebar #leftside-navigation ul li.open > .parentWrapper i {
  transform: rotate(270deg);
}
.reviews_photo {
  flex-wrap: wrap;
}
@media(min-width: 768px) {
  #sortBy {
    width: fit-content;
  }
}
@media(max-width: 767.98px) {
  .pagination {
    flex-wrap: wrap;
  }
  .product_content_wrap .product_content_block .additional {
    padding-inline-start: 15px !important;
  }
  .fs-mb-20 {
    font-size: 20px;
  }
  .additional ol {
    width: 100% !important;
  }
  .te-product-detail-view .prdct_details_inner > div, .te-product-detail-view .prdct_details_inner > section {
    margin: 0 -15px !important;
  }
  .single-review-wrapper {
      flex-direction: column;
  }
  .detail-breadcrumb {
    overflow-x: auto;
    white-space: nowrap;
  }
  body > .bg-white {
    padding-top: 60px;
  }
  body .prdct_availability .content_part .d-flex.align-items-start {
    align-items: flex-start !important;
  }
  .label-select-date, .free-information {
    text-align: left;
  }
  .prdct_availability .image_part .slider-single .image_slide img {
    width: 100%;
    object-fit: cover;
  }
  .section-normal-padding .te-product-detail-view section {
    padding: 0 15px !important;
  }
  .te-product-detail-view .modal-dialog {
    width: calc(100% - 40px);
    margin: 20px;
  }
  .single-review .single-review-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-review .single-review-wrapper span {
    margin: 0 !important;
  }
  .reviewimages img {
    width:100%;
    height: 100%;
  }
  .reviewimages {
    display: inline-block;
    min-width: 100px;
    margin-right: 15px;
    height: auto;
  }
  .reviews_photo {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .navbar.justify-content-between {
    justify-content: flex-start !important;
  }
  .navbar .navbar-toggler {
    margin-left: auto;
  }
  .te-product-detail-view section.padding-zero-on-mobile {
    padding: 0 !important;
  }
  input[type='text'].ui-autocomplete-loading + .loader {
    position: absolute !important;
    top: 0 !important;
    right: -50px !important;
    z-index: 9999;
    width: 200px;
    left: inherit !important;
    bottom: 0;
    margin: auto;
  }
}
.travellerGallery__te {
  display: grid;
  height: 28.4375rem;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-gap: 8px;
}
.imageContainer__te {
  position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    cursor: pointer;
    min-width: 100%;
    min-height: 100%;
}
.imageContainer__te:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
.image__teg {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.imageContainer__te:nth-child(2) {
  grid-column: 1/2;
  grid-row: 3/4;
}
.imageContainer__te:nth-child(3) {
  grid-column: 2/3;
  grid-row: 3/4;
}
.seeMoreOverlay__te {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,.6);
  pointer-events: none;
}
.seeAllArrow__teg {
  stroke: #fff;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .travellerGallery__te {
      grid-template-columns: repeat(4, 0.25fr);
      grid-template-rows: .55fr .45fr;
      height: 20rem;
  }
  .imageContainer__te:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .imageContainer__te:nth-child(2) {
    grid-column: 3/4;
    grid-row: 1/3;
  }
  .imageContainer__te:nth-child(2):nth-last-child(4) {
    grid-row: 1/2;
  }
  .imageContainer__te:nth-child(3) {
    grid-column: 4/5;
    grid-row: 1/2;
  }
  .imageContainer__axWu:nth-child(4) {
    grid-column: 4/5;
    grid-row: 2/3;
  }
  .imageContainer__axWu:nth-child(4):nth-last-child(2) {
    grid-column: 3/4;
  }
  .imageContainer__axWu:nth-child(5) {
    grid-column: 4/5;
    grid-row: 2/3;
  }
}
.page-numbers.dots {
  cursor: none;
  pointer-events: none;
}
/*# sourceMappingURL=styles.css.map */
.faqaccordion_in_list .card{
  padding:15px 0 !important;
}
.faqaccordion_in_list .card  .card-body{
  padding: 10px 0 10px 30px !important;
  background: #f4f3f3;
}