.switch {
  position: relative;
  display: inline-block;
  width: 1.875rem;
  height: 0.75rem;
  margin-top: 0.1875rem; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b1b1b1;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 0.875rem;
  width: 0.875rem;
  left: -0.125rem;
  top: -1.5px;
  box-shadow: 0 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.2);
  border: solid 0.0625rem #eaeaea;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

input:checked + .slider {
  background-color: #5779f0; }

input:focus + .slider {
  box-shadow: 0 0 0.0625rem #5779f0; }

input:checked + .slider:before {
  -webkit-transform: translateX(1.3125rem);
  -ms-transform: translateX(1.3125rem);
  transform: translateX(1.3125rem); }

/* Rounded sliders */
.slider.round {
  border-radius: 2.125rem; }

.slider.round:before {
  border-radius: 50%; }

.toogle {
  font-weight: 900;
  color: #868a9b; }

.carousel {
  position: relative;
  background-color: #000;
  padding: 0.5rem 1.25rem;
  height: 20%; }
  .carousel ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  @media (max-width: 576px) {
    .carousel {
      height: 126px; }
      .carousel .slides {
        margin-top: 1.4rem;
        margin-bottom: 0; } }

.slide {
  margin-right: auto;
  margin-left: auto;
  display: none;
  max-width: 56.25rem;
  list-style-type: none;
  -webkit-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out; }
  .slide p {
    margin: 0;
    line-height: 1.5; }
    .slide p:first-child {
      font-size: 1.563rem;
      font-weight: 500;
      color: #fff; }
      @media (min-width: 577px) and (max-width: 992px) {
        .slide p:first-child {
          font-size: 1.25rem; } }
      @media (max-width: 576px) {
        .slide p:first-child {
          font-size: 1rem; } }
    .slide p:last-child {
      font-size: 1.188rem;
      font-weight: 300;
      color: #efa603; }
      @media (max-width: 992px) {
        .slide p:last-child {
          font-size: 1rem; } }
  .slide-active {
    display: flex; }

.arrow {
  position: absolute;
  top: 50%;
  display: block;
  color: #464646;
  cursor: pointer;
  opacity: 0.75;
  transform: translateY(-50%);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 1, 1); }
  .arrow:focus {
    outline: 0; }
  .arrow:hover {
    opacity: 0.5; }
  .arrow-left {
    left: 2rem; }
  .arrow-right {
    right: 2rem; }

.c-indicators {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 0.75rem; }
  @media (max-width: 576px) {
    .c-indicators {
      justify-content: flex-end; } }
  .c-indicators li:nth-of-type(n + 2) {
    margin-left: 0.563rem; }

.c-indicator {
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #464646;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 1, 1); }
  .c-indicator:hover {
    opacity: 0.5; }
  .c-indicator-active, .c-indicator-active:hover {
    background-color: #aaaaaa; }

@media (min-width: 568px) and (max-width: 768px) {
  .carousel {
    max-width: 510px;
    margin: auto; } }

.img-carousel {
  overflow: hidden; }

.buttons {
  left: -40px;
  width: 50%;
  position: absolute; }

.slide-container {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 28.1rem; }
  .slide-container li {
    min-width: 100%;
    list-style: none; }
    .slide-container li img {
      width: 100%;
      height: 100%; }

.dark-md {
  color: #3a3c4c; }

.form-input {
  min-height: 5.625rem; }

.booking .position-relative .info-img {
  position: absolute;
  top: 2.6rem;
  left: 0.625rem;
  pointer-events: none; }

.booking .position-relative .info-cancel {
  position: absolute;
  top: 2.7rem;
  right: 0.625rem;
  cursor: pointer; }

.swap {
  position: absolute;
  right: -1.875rem;
  margin-top: -0.438rem;
  cursor: pointer; }
  .swap:hover {
    filter: brightness(1.2) drop-shadow(1px 2px 3px #000); }

.bg-img {
  width: 100%;
  height: 80%;
  background: url("/assets/images/carousel.png");
  background-size: cover;
  background-position: left; }

@media (min-width: 768px) {
  .booking-carousel {
    max-width: 45% !important;
    margin-left: 5%; }
  .booking {
    display: flex; }
  .carousel-img {
    width: 100%;
    height: 38rem; } }

@media (max-width: 992px) {
  .order-1 {
    order: 1; }
  .order-2 {
    order: 2; }
  .order-3 {
    order: 3; } }

@media (max-width: 576px) {
  .booking .f-36 {
    font-size: 1.375rem; }
  .booking .f-22 {
    font-size: 1rem; }
  .booking .btn-yellow {
    display: block;
    margin: auto;
    width: 100%; }
  .booking-carousel {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media (min-width: 768px) {
  .booking {
    min-height: 660px; }
    .booking .container {
      max-width: 360px; }
    .booking .return-input {
      min-height: 5.625rem; } }

@media (min-width: 992px) {
  .booking {
    min-height: 566px;
    max-height: 606px; }
    .booking .container {
      max-width: 480px; }
  .carousel-img {
    width: 100%;
    height: 28.1rem; } }

@media (min-width: 1200px) {
  .booking .container {
    max-width: 570px; } }

@media (max-width: 768px) {
  .booking form {
    position: relative; }
  .swap {
    top: 98px;
    width: 30px;
    height: 30px;
    right: -3px;
    z-index: 999; } }

.rating-wrap:hover {
  text-decoration: none; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  height: 100%; }

.card-title {
  margin-bottom: 0.75rem; }

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-text {
  font-size: 1rem;
  font-weight: 300;
  color: #000;
  line-height: 1.35; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.usp-card,
.card.review,
.card.testimonial {
  text-align: center;
  padding: 0.6rem;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.1); }

.usp-card img {
  height: 4.063rem; }

.card.review {
  padding: 1.5rem 0.6rem; }
  .card.review:first-child div:first-child img {
    height: 100%; }
  .card.review div:first-child {
    height: 1.875rem;
    text-align: center; }
  .card.review div:last-child a {
    font-size: 1.25rem;
    font-weight: 300;
    color: #2a2d37;
    text-decoration: none; }
    .card.review div:last-child a:hover {
      color: #000; }
  .card.review div:last-child img {
    margin-top: -0.125rem;
    width: 0.9375rem;
    transform: rotate(-90deg);
    filter: grayscale(1) brightness(0.2); }

.trip-ad img {
  height: auto !important; }

.card.testimonial .d-flex {
  justify-content: space-evenly; }

.card.testimonial h6,
.card.testimonial h6 + p {
  font-size: 1.125rem;
  line-height: 1.11; }

.card.testimonial h6 {
  color: #efa603;
  font-weight: 700; }

.card.testimonial p {
  margin-bottom: 0.5rem; }

.so-card {
  border-radius: 2px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
  .so-card img {
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .so-card .card-title {
    font-size: 1rem; }
  .so-card .card-text {
    font-size: 0.813rem; }
  .so-card .card-cnt {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .so-card a,
  .so-card button {
    font-size: 1rem;
    font-weight: 900;
    color: #faa821; }
  .so-card button {
    background-color: transparent;
    border: none; }
    .so-card button:hover {
      text-decoration: underline; }
    .so-card button:focus {
      outline: 0;
      box-shadow: none; }

.so-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.tr-card {
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  cursor: pointer; }
  .tr-card:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
    transition: transform 0.2s ease-in-out; }
  .tr-card img {
    margin-right: 0.5rem;
    width: 1rem;
    height: 1rem; }
  .tr-card h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    line-height: 1.25; }
  .tr-card h3 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #000;
    line-height: 1.25; }
  .tr-card p {
    font-size: 0.875rem;
    font-weight: 400;
    color: #5e5e5e; }
  .tr-card div.d-flex {
    gap: 30%;
    align-items: flex-end; }
    .tr-card div.d-flex p {
      margin-bottom: 0; }

.nu-card img {
  margin-right: 0.5rem;
  width: 3.8rem;
  height: 3.8rem; }

.nu-card h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  line-height: 1.75; }

.nu-card .card-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #5e5e5e;
  margin-bottom: 1rem; }

.ptr-card {
  flex-direction: row !important;
  min-height: 5rem;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #f1f1f1; }
  .ptr-card img {
    width: 5rem;
    height: 100%;
    object-fit: cover;
    object-position: top; }
  .ptr-card div {
    width: calc(100% - 6rem); }
    @media (max-width: 500px) {
      .ptr-card div {
        width: calc(100% - 5rem); } }
  .ptr-card h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #000; }
  .ptr-card p {
    font-size: 0.75rem;
    font-weight: 400;
    color: #5e5e5e;
    margin-bottom: 0; }
  .ptr-card .t-ryt {
    width: 100%; }
    .ptr-card .t-ryt a {
      font-size: 0.75rem;
      font-weight: 600;
      color: #faa821; }

.blog-card {
  border-radius: 2px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
  .blog-card img {
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .blog-card .card-title {
    font-size: 1rem; }
  .blog-card .card-text {
    font-size: 0.813rem; }
  .blog-card .card-cnt {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .blog-card a,
  .blog-card button {
    font-size: 0.9rem;
    font-weight: 900;
    color: #faa821; }
  .blog-card button {
    background-color: transparent;
    border: none; }
    .blog-card button:hover {
      text-decoration: underline; }
    .blog-card button:focus {
      outline: 0;
      box-shadow: none; }

.blog-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.ba-card img {
  width: 100%;
  max-height: 12rem;
  border-radius: 0.375rem;
  margin-bottom: 0.75rem; }

.ba-card .card-title,
.ba-card .card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.ba-card .card-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #000;
  min-height: 3.15rem;
  margin-bottom: 0.25rem;
  -webkit-line-clamp: 2; }

.ba-card .card-text {
  font-size: 1rem;
  font-weight: 400;
  color: #5e5e5e;
  -webkit-line-clamp: 5; }

.rar-card {
  border-radius: 2px;
  cursor: pointer; }
  .rar-card:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
    transition: transform 0.2s ease-in-out; }
  .rar-card div:nth-child(1) {
    min-height: 3.2rem; }
  .rar-card div:nth-child(2) img {
    margin-right: 0.5rem; }
  .rar-card div.d-flex div {
    min-height: 1rem !important; }
    .rar-card div.d-flex div span {
      font-size: 0.875rem;
      font-weight: 400;
      color: #000; }
      .rar-card div.d-flex div span:nth-child(1) {
        margin-right: 0.5rem; }
  .rar-card div.d-flex div + span a {
    font-size: 0.75rem;
    font-weight: 400;
    color: #faa821; }

.view-btn {
  background-color: #fff;
  border: 1px solid #999999;
  font-size: 0.875rem;
  font-weight: 600;
  color: #222222;
  padding: 0.5rem 1rem;
  margin-top: -1.2rem; }
  .view-btn:focus, .view-btn.focus {
    outline: none;
    box-shadow: none; }

.seo-blog-left,
.seo-blog-right {
  position: absolute;
  border-radius: 2px;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #f6f7fb;
  background-color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  width: 2rem;
  height: 2rem; }
  .seo-blog-left:focus, .seo-blog-left.focus,
  .seo-blog-right:focus,
  .seo-blog-right.focus {
    outline: none;
    box-shadow: none; }
  @media (min-width: 767px) {
    .seo-blog-left,
    .seo-blog-right {
      display: none !important; } }

.seo-blog-left {
  left: 5px;
  transform: rotate(180deg); }

.seo-blog-right {
  right: 5px; }

.new-hp .cb-display {
  margin-top: -0.65rem; }
  .new-hp .cb-display .btn {
    background-color: #fff;
    border: none; }

.caro-main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%; }

.caro-slide {
  display: flex;
  padding: 0;
  width: 100%; }

.spl-bg {
  background-color: #f6f7fb;
  padding: 2rem 0 1rem; }
  .spl-bg .sp-img-rotate {
    transform: rotate(180deg); }

.top-rev-bg {
  background-color: #f3f3f3;
  padding: 1.5rem 0 2rem; }

.blog-bg {
  margin: 2.5rem 0 5rem; }
  .blog-bg .so-card img {
    width: 100%;
    max-height: 11.5rem;
    object-fit: cover;
    object-position: top; }

.new-usp {
  margin: 5rem 0; }
  .new-usp .card {
    border-radius: 2px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }

.seo-card-main {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  height: fit-content;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }

.seo-card- {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  height: fit-content; }

.seo-card-title {
  margin-bottom: 0.75rem; }

.seo-card-text {
  font-size: 1rem;
  font-weight: 300;
  color: #000;
  line-height: 1.35; }

.seo-card-img {
  margin-top: 20px;
  height: 4.063rem;
  z-index: 100; }

.tp-link a {
  color: black; }

.dropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute; }

.tourist-pack .tabs .tl-clr {
  background-color: #f7f7f7; }
  .tourist-pack .tabs .tl-clr .tab-list {
    display: flex;
    text-overflow: ellipsis;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
    .tourist-pack .tabs .tl-clr .tab-list .tab-list-item {
      margin: 0;
      width: 20%;
      padding: 0;
      background-color: transparent;
      text-align: left; }
      @media (max-width: 767px) {
        .tourist-pack .tabs .tl-clr .tab-list .tab-list-item {
          width: 100%; } }
      .tourist-pack .tabs .tl-clr .tab-list .tab-list-item div {
        padding: 0.5rem 0; }
        .tourist-pack .tabs .tl-clr .tab-list .tab-list-item div .tab-br {
          padding: 0.5rem 0; }
          .tourist-pack .tabs .tl-clr .tab-list .tab-list-item div .tab-br img {
            transition: all 0.2s ease-in-out; }
      .tourist-pack .tabs .tl-clr .tab-list .tab-list-item.tab-list-active {
        background-color: transparent !important; }
        .tourist-pack .tabs .tl-clr .tab-list .tab-list-item.tab-list-active .tab-br {
          border-bottom: 0.3rem solid #faa821; }
          .tourist-pack .tabs .tl-clr .tab-list .tab-list-item.tab-list-active .tab-br img {
            transform: rotate(180deg); }

.tourist-pack .tabs .tc-clr {
  background-color: #eaeaea; }
  .tourist-pack .tabs .tc-clr .tab-content .d-flex.f-wrap {
    padding: 1.5rem 0 3rem; }
  .tourist-pack .tabs .tc-clr .tab-content .tp-wid {
    width: 32%;
    text-overflow: ellipsis; }
    @media (max-width: 991px) {
      .tourist-pack .tabs .tc-clr .tab-content .tp-wid {
        width: 100%; } }
    .tourist-pack .tabs .tc-clr .tab-content .tp-wid h3 {
      line-height: 1.5rem;
      font-size: 0.875rem; }
      .tourist-pack .tabs .tc-clr .tab-content .tp-wid h3 a {
        font-size: 0.75rem;
        font-weight: 500;
        color: #636774 !important; }
  .tourist-pack .tabs .tc-clr .tab-content .tp-wid:last-child h3::first-letter {
    text-transform: capitalize; }
  .tourist-pack .tabs .tc-clr .tab-content .tp-wid:last-child h3 a {
    color: #faa821; }

.tourist-pack .tabs .tab-list,
.tourist-pack .tabs .tab-content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .tourist-pack .tabs .tab-list,
    .tourist-pack .tabs .tab-content {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .tourist-pack .tabs .tab-list,
    .tourist-pack .tabs .tab-content {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .tourist-pack .tabs .tab-list,
    .tourist-pack .tabs .tab-content {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .tourist-pack .tabs .tab-list,
    .tourist-pack .tabs .tab-content {
      max-width: 1140px; } }

.tourist-pack .tourist-bg {
  flex-direction: column; }
  .tourist-pack .tourist-bg .tcnt-1 {
    background-color: #f7f7f7; }
  .tourist-pack .tourist-bg .tcnt-2 {
    background-color: #eaeaea; }
  .tourist-pack .tourist-bg .btn {
    text-align: left;
    padding-left: 0;
    width: 100%; }
    .tourist-pack .tourist-bg .btn:focus {
      outline: 0;
      box-shadow: none; }
    .tourist-pack .tourist-bg .btn img {
      margin: -0.3rem 0 0 0.3rem;
      transition: all 0.2s ease-in-out; }
    .tourist-pack .tourist-bg .btn .tpi-up {
      transform: rotate(180deg); }
  .tourist-pack .tourist-bg .touristdd-link {
    display: flex;
    flex-direction: column; }
    .tourist-pack .tourist-bg .touristdd-link h3 {
      line-height: 1.5rem;
      font-size: 0.875rem; }
      .tourist-pack .tourist-bg .touristdd-link h3:nth-child(1) {
        margin-top: 0.5rem; }
      .tourist-pack .tourist-bg .touristdd-link h3 a {
        font-size: 0.875rem;
        font-weight: 500;
        color: #636774; }
      .tourist-pack .tourist-bg .touristdd-link h3:last-child::first-letter {
        text-transform: capitalize; }
      .tourist-pack .tourist-bg .touristdd-link h3:last-child a {
        color: #636774; }

.blog-card {
  background-color: #fff;
  width: 100%;
  height: 100%;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
  .blog-card img {
    width: 100%;
    margin-top: -70px;
    object-fit: cover;
    object-position: 20% 70px; }
  .blog-card .blog-card-body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: -12px;
    min-height: 130px; }
    .blog-card .blog-card-body a {
      float: right !important; }

.t-rotate {
  transform: rotate(180deg);
  margin-left: 10px; }

.so-popup .modal-main {
  width: 100%;
  margin: auto;
  background-color: transparent;
  animation-duration: 0.6s; }
  .so-popup .modal-main::-webkit-scrollbar {
    display: none; }
  .so-popup .modal-main .modal-content {
    margin: auto; }
    .so-popup .modal-main .modal-content .container {
      display: flex;
      justify-content: center; }
    .so-popup .modal-main .modal-content .so-close {
      position: absolute;
      right: 0;
      top: 0; }
      .so-popup .modal-main .modal-content .so-close .btn {
        line-height: 1; }
        .so-popup .modal-main .modal-content .so-close .btn img {
          width: 0.75rem;
          transition: all 0.2s ease-in-out; }
          .so-popup .modal-main .modal-content .so-close .btn img:hover {
            transform: rotate(180deg); }
        .so-popup .modal-main .modal-content .so-close .btn:focus {
          outline: 0;
          box-shadow: none; }
    @media (max-width: 576px) {
      .so-popup .modal-main .modal-content {
        margin: 2rem 0;
        padding: 0; } }
  .so-popup .modal-main .card {
    max-width: 42rem;
    padding: 2rem 1.5rem;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
    .so-popup .modal-main .card .so-coupon h3,
    .so-popup .modal-main .card .so-terms h3 {
      font-size: 1.2rem;
      font-weight: 600;
      color: #000; }
    .so-popup .modal-main .card .so-coupon b,
    .so-popup .modal-main .card .so-terms b {
      color: #222222;
      font-weight: 600; }
    .so-popup .modal-main .card .so-coupon ul,
    .so-popup .modal-main .card .so-terms ul {
      list-style: none;
      padding-left: 1.5rem; }
      .so-popup .modal-main .card .so-coupon ul li,
      .so-popup .modal-main .card .so-terms ul li {
        font-size: 0.875rem;
        font-weight: 300;
        color: #5e5e5e;
        line-height: 1.5rem;
        margin-bottom: 0.8rem; }
        .so-popup .modal-main .card .so-coupon ul li::before,
        .so-popup .modal-main .card .so-terms ul li::before {
          content: "\2022";
          color: #faa821;
          font-weight: bold;
          display: inline-block;
          width: 1em;
          margin-left: -1em; }

