@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&family=Viga&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");
html {
  overflow: scroll;
  overflow-x: hidden; }

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box; }

body {
  max-width: 100%;
  font-family: "Ubuntu", "Lato", "Lucida Grande", Tahoma, Sans-Serif;
  overflow-x: hidden !important;
  line-height: 1.5;
  background: #FFF7F0; 
}

p {
  line-height: 1.5; }

.bg-grey {
  background-color: #dedede; }

.banner-content h3 {
  font-size: 36px;
  font-weight: 500; }

.banner-heading {
  color: #ffff;
  padding: 2rem; }

.heading,
.banner-heading {
  font-family: "Viga";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 65px;
  letter-spacing: 0em;
  color: #2d3f50; }

.small-heading {
  font-family: Viga;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 2px;
  letter-spacing: 0em;
  color: #ef4d22; }

.para-content {
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em; }

.primary-button {
  width: 224px;
  height: 48px;
  background: #2D3F50;
  border-radius: 60px;
  color: #ffff;
  text-align: center;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  padding: 10px 0; }

.btn-strong {
  background: #13304a;
  width: 14rem;
  color: #fff; }

.btn-strong:hover {
  color: #fff !important;
  background: #2d3f50; }

.btn-icon {
  margin-left: 6px; }

.primary-button:hover {
  background: #1c3b57e1;
  color: #ffff; }

.secondary-button {
  width: 224px;
  height: 48px;
  border: 2px solid #2D3F50;
  box-sizing: border-box;
  border-radius: 60px;
  padding: 10px;
  color: #2D3F50;
  text-align: center; }

.secondary-button:hover {
  background-color: #1c3b57e1;
  color: #ffff;
  transform: all 0.3s ease-in; }

.section-padding {
  padding: 4rem 0; }

.highlightPill {
  background-color: #ef4d22;
  font-family: "Ubuntu";
  z-index: 2;
  color: #ffff;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 15px; }

.banner-section {
  height: auto;
  z-index: 100; }
  .banner-section .navbar-section .top-nav-content .top-icon-link {
    display: flex;
    flex-wrap: wrap; }
    .banner-section .navbar-section .top-nav-content .top-icon-link a {
      padding: 10px; }
    .banner-section .navbar-section .top-nav-content .top-icon-link :last-child .svg-inline--fa {
      font-size: 18px; }
    .banner-section .navbar-section .top-nav-content .top-icon-link .svg-inline--fa {
      color: #fff;
      margin-right: 10px;
      font-size: 14px; }
  .banner-section .banner-content {
    color: #ffff;
    text-align: center;
    margin-top: 6rem;
    padding-bottom: 9rem;
    width: 70vw; }
    .banner-section .banner-content h2 {
      color: #ffff; }
    .banner-section .banner-content .banner-btn {
      padding: 20px;
      margin-top: 1rem; }
      .banner-section .banner-content .banner-btn .btn-icon {
        margin-left: 6px; }
    .banner-section .banner-content .ratings .rate-star.inactive {
      color: rgba(255, 255, 255, 0.5); }

.banner-item {
  position: relative; }
  .banner-item::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0, rgba(19, 48, 74, 0.5), rgba(19, 48, 74, 0.2));
    position: absolute;
    top: 0;
    left: 0; }
  .banner-item .banner-content {
    z-index: 5; }

#banner-carousel {
  margin-top: -170px;
  position: relative;
  z-index: -1; }
  #banner-carousel .owl-nav {
    width: 95%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #banner-carousel .owl-prev {
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: #ffff;
    background-color: rgba(255, 255, 255, 0.2); }
    #banner-carousel .owl-prev:focus {
      outline: none; }
  #banner-carousel .owl-next {
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: #ffff;
    background-color: rgba(255, 255, 255, 0.2); }
    #banner-carousel .owl-next:focus {
      outline: none; }

@media (min-width: 1024px) {
  #banner-carousel:hover .owl-prev {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.3s ease-in; }
  #banner-carousel:hover .owl-next {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.3s ease-in; }
  #banner-carousel .owl-prev {
    transform: translateX(-200px);
    opacity: 0;
    transition: all 0.2s ease-in; }
  #banner-carousel .owl-next {
    transform: translateX(200px);
    opacity: 0;
    transition: all 0.2s ease-in; } }

@media (min-width: 320px) {
  #banner-carousel,
  #banner-carousel .owl-stage,
  #banner-carousel .owl-item,
  #banner-carousel .banner-item {
    height: 400px; }
  .banner-item img {
    height: 100%;
    object-fit: cover; }
  .search-box {
    position: relative; } }

.search-box input:focus {
  border: none !important; }

@media (min-width: 700px) {
  #banner-carousel,
  #banner-carousel .owl-stage,
  #banner-carousel .owl-item,
  #banner-carousel .banner-item {
    height: 600px; }
  .banner-item img {
    height: 100%;
    object-fit: cover; } }

@media (min-width: 1024px) {
  #banner-carousel,
  #banner-carousel .owl-stage,
  #banner-carousel .owl-item,
  #banner-carousel .banner-item {
    height: calc(100vh - 64px); }
  .banner-item img {
    height: 100%;
    object-fit: cover; } }

@media (min-width: 1536px) {
  #banner-carousel,
  #banner-carousel .owl-stage,
  #banner-carousel .owl-item,
  #banner-carousel .banner-item {
    height: 768px; }
  .banner-item img {
    height: 100%;
    object-fit: cover; } }

.banner-item {
  position: relative; }
  .banner-item .banner-content {
    display: block;
    margin: 0;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.banner-section {
  position: relative;
  width: 100%; }

.search-box form {
  display: flex;
  flex-direction: row; }

.search-box {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  background-color: #ffff;
  width: 816px;
  border-radius: 6px;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
  height: 64px; }
  .search-box form {
    display: flex;
    height: 100%;
    padding-left: 16px;
    width: 100%;
    justify-content: space-between; }
  .search-box form > div {
    display: flex;
    align-items: baseline; }
  .search-box .form-control:focus {
    box-shadow: none;
    outline: none; }
  .search-box input:focus {
    outline: none; }
  .search-box input[type="text"] {
    background-color: #fff; }
  .search-box input::placeholder {
    color: #000; }
  .search-box input {
    background-color: #ffff;
    border: none;
    height: 100%; }
  .search-box .custom-select {
    height: 100%;
    border: none;
    background: #fff; }
    .search-box .custom-select:focus {
      border: none;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0); }
  .search-box .btn-search {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 18px;
    font-weight: 700;
    min-width: 150px;
    border: none;
    border-color: #13304a;
    margin-right: -1px;
    margin-top: -1px; }
    .search-box .btn-search:hover {
      background-color: #ef4d22;
      color: #ffff; }

input[type="date"]::-webkit-inner-spin-button {
  display: none; }

.date-search {
  position: relative; }

@media (min-width: 992px) {
  .date-search svg {
    margin-right: 16px; } }

[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%; }

.btn-search {
  background-color: #2d3f50;
  color: #ffff;
  height: 100%; }

.qty-selector button {
  border-color: #13304a;
  color: #13304a;
  font-weight: 700; }

#guestInput {
  position: relative;
  align-items: center; }
  #guestInput .render {
    padding-left: 20px; }
  #guestInput .guestBox {
    background-color: #ffff;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    height: 0;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 8px 10px; }
    #guestInput .guestBox.active {
      height: auto;
      opacity: 1; }
    #guestInput .guestBox > div {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 5px 0; }
  #guestInput .qty {
    display: inline-block;
    text-align: center;
    min-width: 20px; }

@media (min-width: 768px) {
  #guestInput {
    flex: 0 0 200px; } }

.adventure-section {
  background-repeat: no-repeat !important;
  background-size: cover !important; }
  .adventure-section .adventure-text {
    margin-top: -2rem;
    position: relative;
    z-index: -1;
    text-align: center; }
    .adventure-section .adventure-text .small-heading {
      line-height: 0.9; }
    .adventure-section .adventure-text .para-content {
      margin: auto;
      margin-top: 1rem;
      line-height: 31px;
      text-align: center;
      max-width: 928px;
      font-weight: 600; }
  .adventure-section img {
    max-height: 460px;
    object-fit: cover;
    width: 90%;
    position: absolute;
    right: 0;
    z-index: -1; }

.wonders-holiday-section {
  background: rgba(19, 48, 74, 0.06); }
  .wonders-holiday-section .wonders-holiday-section-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
  .wonders-holiday-section a.card {
    display: inline-block; }
  .wonders-holiday-section .wonder-holiday-cards .card {
    position: relative;
    display: inline-block;
    height: 400px;
    width: 100%;
    cursor: pointer; }
    .wonders-holiday-section .wonder-holiday-cards .card .card-img-top {
      height: 100%;
      object-fit: cover; }
    .wonders-holiday-section .wonder-holiday-cards .card .card-body {
      background: linear-gradient(180deg, rgba(19, 48, 74, 0), #13304a);
      z-index: 2;
      position: absolute;
      bottom: 0;
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: flex-end;
      min-height: 40%; }
      .wonders-holiday-section .wonder-holiday-cards .card .card-body a {
        color: #ffff;
        text-decoration: none; }
      .wonders-holiday-section .wonder-holiday-cards .card .card-body .rating {
        color: #ffff;
        align-items: baseline; }
        .wonders-holiday-section .wonder-holiday-cards .card .card-body .rating .rate-star {
          font-size: 14px;
          margin: 4px;
          color: #fbc50b; }
  .wonders-holiday-section .hover-layer {
    background: rgba(19, 48, 74, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #ffff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    display: none; }
    .wonders-holiday-section .hover-layer .right-content p:last-child {
      line-height: 2px;
      font-size: 21px; }
    .wonders-holiday-section .hover-layer .price {
      font-weight: 700; }
    .wonders-holiday-section .hover-layer > div {
      width: 100%; }
    .wonders-holiday-section .hover-layer > div:not(:last-child):after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      margin-top: 10px;
      opacity: 0.2;
      background-color: #ccc; }
  .wonders-holiday-section .card:hover .hover-layer {
    display: flex;
    transition: 1s; }

#holiday-carousel:hover .owl-nav .owl-prev {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.3s ease-in; }

#holiday-carousel:hover .owl-nav .owl-next {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.3s ease-in; }

#holiday-carousel .owl-nav {
  width: 110%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  #holiday-carousel .owl-nav .owl-prev {
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #000;
    transform: translateX(-200px);
    opacity: 0;
    transition: all 0.2s ease-in; }
    #holiday-carousel .owl-nav .owl-prev:focus {
      outline: none; }
  #holiday-carousel .owl-nav .owl-next {
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #000;
    transform: translateX(200px);
    opacity: 0;
    transition: all 0.2s ease-in; }
    #holiday-carousel .owl-nav .owl-next:focus {
      outline: none; }

      .we-recommend-section{
        background: white;
      }

.we-recommend-section .wonders-holiday-section-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px; }

.we-recommend-section .title {
  width: 70%; }

.we-recommend-section .card-sections .card {
  border: none; }
  .we-recommend-section .card-sections .card .card-body {
    display: flex;
    flex-direction: column; }
    .we-recommend-section .card-sections .card .card-body .trips {
      display: flex;
      flex-grow: 2;
      flex-direction: column; }
      .we-recommend-section .card-sections .card .card-body .trips .card-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
    .we-recommend-section .card-sections .card .card-body .card-footer {
      display: flex;
      flex-grow: 0; }

.we-recommend-section .right-section .card-section {
  width: 100%; }

.we-recommend-section .right-section .content-box-detail {
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #ffff;
  margin-top: -30px; }
  .we-recommend-section .right-section .content-box-detail p:first-child {
    width: 58%;
    background: #13304a;
    position: absolute;
    left: 0%;
    padding: 10px 20px; }
  .we-recommend-section .right-section .content-box-detail p:last-child {
    width: 36%;
    position: absolute;
    background: #ef4d22;
    right: 10%;
    padding: 10px 5px; }
    .we-recommend-section .right-section .content-box-detail p:last-child span {
      font-size: 12px; }

.we-recommend-section .right-section .card-body {
  margin-top: 4rem;
  padding-left: 0; }
  .we-recommend-section .right-section .card-body .card-title {
    font-size: 19px;
    color: #13304a;
    font-weight: bold; }
  .we-recommend-section .right-section .card-body .card-text {
    line-height: 1.8; }

.hover-layer {
  background: rgba(19, 48, 74, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #ffff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  display: none; }

.we-recommend-section .ratings .rate-star.inactive {
  color: rgba(0, 0, 0, 0.18); }

.we-recommend-section .card:hover .card-img img {
  transform: scale(1.1);
  transition: all 0.3s ease-in; }

.we-recommend-section .card .card-img {
  overflow: hidden; }
  .we-recommend-section .card .card-img img {
    transform: scale(1);
    transition: all 0.3s ease-in; }

.we-recommend-section,
.search-results {
  font-family: "Ubuntu"; }
  .we-recommend-section .card-grid,
  .search-results .card-grid {
    margin-bottom: 20px; }
  .we-recommend-section .card,
  .search-results .card {
    border-radius: 6px;
    border-color: transparent;
    box-shadow: 0 0 9px rgba(167, 166, 166, 0.16);
    margin-bottom: 0px;
    transition: all 0.2s ease-in-out;
    height: 100%; }
    .we-recommend-section .card:hover,
    .search-results .card:hover {
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
      transition: all 0.2s ease-in; }
    .we-recommend-section .card .card-body,
    .search-results .card .card-body {
      padding: 20px 20px; }
    .we-recommend-section .card-title,
    .search-results .card-title {
      font-size: 18px;
      font-weight: 500;
      color: #000;
      display: inline-block;
      padding: 4px 0 6px;
      margin-bottom: 5px; }
    .we-recommend-section .card-footer,
    .search-results .card-footer {
      margin-top: 16px;
      padding: 8px 0 6px;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      background-color: #ffff;
      font-size: 14px;
      border-top: 1px solid rgba(19, 48, 74, 0.07); }
    .we-recommend-section .card .priceBox,
    .search-results .card .priceBox {
      font-size: 13px; }
      .we-recommend-section .card .priceBox .price,
      .search-results .card .priceBox .price {
        text-align: right; }
    .we-recommend-section .card .price,
    .search-results .card .price {
      font-size: 16px;
      font-weight: 700;
      color: #ef4d22; }
  .we-recommend-section .card-img,
  .search-results .card-img {
    height: 240px; }
    .we-recommend-section .card-img img,
    .search-results .card-img img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
  .we-recommend-section .location,
  .search-results .location {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7); }
  .we-recommend-section .ratings,
  .search-results .ratings {
    font-size: 14px; }
    .we-recommend-section .ratings a,
    .search-results .ratings a {
      color: rgba(0, 0, 0, 0.7); }

.ratings .rate-star {
  color: #fbc50b; }

.ratings .rate-star.inactive {
  color: rgba(255, 255, 255, 0.3); }

.why-choose-us-section {
  color: #0009;
  padding: 6rem 0rem;
  text-align: center;
  position: relative; }

  .why-choose-us-section-about{
    color: #fff;
  padding: 6rem 0rem;
  text-align: center;
  position: relative; 
  }

  .why-choose-us-section-about .heading{
    color: white;
  }

  .why-choose-us-section::before{
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 60%;
    height: 1rem;
    background: #EF4D22;
  }

  .why-choose-us-section > * {
    position: relative;
    z-index: 2; }
  
  .why-choose-us-section .heading {
    color: #0009; 
    position: relative;
  }

    .why-choose-us-section .heading::before{
      content: '';
      position: absolute;
      top: 2rem;
      left: 7rem;
      width: 15rem;
      height: 0.15rem;
      background: rgba(239, 77, 34, 0.4);
    }
  
    .why-choose-us-section .heading::after{
      content: '';
      position: absolute;
      top: 2rem;
      right: 7rem;
      width: 15rem;
      height: 0.15rem;
      background: rgba(239, 77, 34, 0.4);
    }
  .why-choose-us-section .content-section {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between; }
    .why-choose-us-section .content-section .content {
      width: 26%; }
      .why-choose-us-section .content-section .content .small-heading {
        color: #0009;
        line-height: 30px; }
  .why-choose-us-section .banner-btn a {
    margin: 3rem 1rem 1rem 1rem; }

.trip-of-the-month-section {
  /*background: radial-gradient(circle, rgba(239, 77, 34, 0.8) 0%, rgba(239, 77, 34, 0.99) 55%, #ef4d22 100%), url("../images/place7.jpg");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px; }
  .trip-of-the-month-section .right-section-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8rem;
    margin-top: 5rem; }
    .trip-of-the-month-section .right-section-content .right-section {
      align-self: center; }
      .trip-of-the-month-section .right-section-content .right-section .small-heading {
        color: #ffff;
        font-size: 24px;
        font-weight: 400; }
      .trip-of-the-month-section .right-section-content .right-section .big-heading {
        color: #ffff;
        font-size: 48px;
        font-weight: bold;
        text-decoration: none; }
      .trip-of-the-month-section .right-section-content .right-section .rating__stars {
        margin-top: 2rem; }
        .trip-of-the-month-section .right-section-content .right-section .rating__stars span {
          margin-right: 0.3rem; }
          .trip-of-the-month-section .right-section-content .right-section .rating__stars span svg {
            color: #EFB622; }
          .trip-of-the-month-section .right-section-content .right-section .rating__stars span:last-child svg {
            color: rgba(239, 182, 34, 0.5); }
    .trip-of-the-month-section .right-section-content .left-section {
      align-self: center; }
      .trip-of-the-month-section .right-section-content .left-section-text {
        color: #ffff;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px; }
      .trip-of-the-month-section .right-section-content .left-section-details {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 453px;
        height: 100%;
        background: white; }
        .trip-of-the-month-section .right-section-content .left-section-details .days {
          text-align: center;
          position: relative; }
          .trip-of-the-month-section .right-section-content .left-section-details .days::after {
            content: '';
            position: absolute;
            top: 1rem;
            right: -1rem;
            width: 0.1rem;
            height: 3rem;
            background: #0009; }
          .trip-of-the-month-section .right-section-content .left-section-details .days p {
            position: relative;
            text-transform: capitalize; }
            .trip-of-the-month-section .right-section-content .left-section-details .days p:first-child {
              top: 1rem;
              font-weight: bold; }
            .trip-of-the-month-section .right-section-content .left-section-details .days p:last-child {
              font-size: 12px; }
        .trip-of-the-month-section .right-section-content .left-section-details .type {
          text-align: center;
          position: relative; }
          .trip-of-the-month-section .right-section-content .left-section-details .type::after {
            content: '';
            position: absolute;
            top: 1rem;
            right: -1rem;
            width: 0.1rem;
            height: 3rem;
            background: #0009; }
          .trip-of-the-month-section .right-section-content .left-section-details .type p {
            position: relative;
            text-transform: capitalize; }
            .trip-of-the-month-section .right-section-content .left-section-details .type p:first-child {
              top: 1rem;
              font-weight: bold; }
            .trip-of-the-month-section .right-section-content .left-section-details .type p:last-child {
              font-size: 12px; }
        .trip-of-the-month-section .right-section-content .left-section-details .difficult {
          text-align: center; }
          .trip-of-the-month-section .right-section-content .left-section-details .difficult p {
            position: relative;
            text-transform: capitalize; }
            .trip-of-the-month-section .right-section-content .left-section-details .difficult p:first-child {
              top: 1rem;
              font-weight: bold; }
            .trip-of-the-month-section .right-section-content .left-section-details .difficult p:last-child {
              font-size: 12px; }
        .trip-of-the-month-section .right-section-content .left-section-details .price {
          text-align: center;
          position: relative; }
          .trip-of-the-month-section .right-section-content .left-section-details .price::after {
            content: '';
            position: absolute;
            top: 1rem;
            left: -1rem;
            width: 0.1rem;
            height: 3rem;
            background: #0009; }
          .trip-of-the-month-section .right-section-content .left-section-details .price p {
            position: relative;
            text-transform: capitalize; }
            .trip-of-the-month-section .right-section-content .left-section-details .price p:first-child {
              top: 1rem;
              font-weight: bold; }
            .trip-of-the-month-section .right-section-content .left-section-details .price p:last-child {
              font-size: 12px; }

@media (min-width: 991px) {
  .trip-of-the-month-section .para-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; } }

.content-para {
  line-height: 1.7em;
  text-align: justify; }


.our-customer-section {
  position: relative;
  padding: 7rem 0;
}

.our-customer-section .list-group .active{
  border-bottom-right-radius: 5px;
  background: white;
}

.our-customer-section::before{
  content: '';
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 60%;
  height: 1rem;
  background: #ef4d22;
}

  .our-customer-section .list-group {
    background: #fafafa;
    margin-top: 2rem;
  }

    .our-customer-section .list-group .active {
      border-right: 2px solid red;
      position: relative;
      background: #ffff !important; }
    .our-customer-section .list-group .tooltip .tooltiptext {
      top: -5px;
      right: 105%; }
    .our-customer-section .list-group .list-group-item {
      background: #FFF7F0;
      color: #000;
      border: none;
    }

    .our-customer-section .list-group .list-group-item.active::before{
      content: '';
      position: absolute;
      top: 32px;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3px 3px 3px 0;
      border-color: transparent red transparent transparent;
    }

      .our-customer-section .list-group .list-group-item a {
        padding-left: 20px;
        color: #000; }
      .our-customer-section .list-group .list-group-item a:hover {
        color: #ef4d22;
        text-decoration: none; }
      .our-customer-section .list-group .list-group-item span {
        font-weight: bolder; }
    .our-customer-section .list-group .active {
      border-right: 3px solid #ef4d22; }
    .our-customer-section .list-group img {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      object-fit: cover; }
  .our-customer-section .tab-content .tab-pane .content-title {
    font-weight: bolder;
    line-height: 0.3; }
  .our-customer-section .tab-content .tab-pane .svg-inline--fa {
    color: #fbc50b; }

.meet-our-heroes-section .left-section img:first-child {
  padding-left: 0px; }

.meet-our-heroes-section .meet-our-heroes-section-text {
  margin-top: 2rem; }

.meet-our-heroes-section .card {
  position: relative; }
  .meet-our-heroes-section .card a.hover-layer {
    position: absolute;
    top: 0;
    color: #ffff;
    text-decoration: none; }
  .meet-our-heroes-section .card h5 {
    font-family: "Ubuntu"; }
  .meet-our-heroes-section .card:hover .hover-layer {
    display: flex;
    text-align: center; }

.meet-our-heroes-section p.small-heading {
  margin-bottom: 6px; }

.meet-our-heroes-section .card img {
  height: 180px;
  object-fit: cover; }

.btn-link {
  color: #ef4d22 !important;
  cursor: pointer; }

.featured-section {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8rem 0;
  background-repeat: no-repeat;
  background: center;
  background-size: contain;
  overflow: hidden;
}

.featured-section::before{
  content: '';
  position: absolute;
  top: 0;
  background: white;
  width: 100%;
  height: 100%;
}

/* grid round circle */
.featured-section .grid__round-circle{
  position: absolute;
  bottom: 0;
  right: -2rem; 
}

.featured-section .grid__round-circle div{
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #FEF0E8;
  position: absolute;
  top: -11rem;
  right: 1rem;
}

.featured-section .grid__round-circle div::before{
  content: '';
  position: absolute;
  top: -1rem;
  width: 300px;
  height: 300px;
  border: 3px solid rgba(240, 78, 35, 0.2);
  border-radius: 50%;
}

  .featured-section .container {
    position: relative; }
    .featured-section .container .right-content {
      width: 100%;
      right: 0%;
      position: absolute; }
    .featured-section .container img {
      padding: 20px; }
  .featured-section .btn-link {
    color: #ef4d22; }

.footer-section {
  background: linear-gradient(180deg, #EF4D22 0%, #2d3f508f 100%);
  padding-top: 5rem;
  color: #ffff;
  font-size: 14px;
  line-height: 1.7em; }
  .footer-section .abt-company p {
    color: #ffff;
    padding-bottom: 1rem;
    font-size: 21px; }
  .footer-section ul {
    text-decoration: none;
    list-style: none; }
    .footer-section ul li {
      margin: 5px 0; }
    .footer-section ul li a {
      list-style: none;
      color: white;
      text-transform: uppercase;
      font-size: 13px; }
    .footer-section ul li a:hover {
      color: rgba(187, 187, 187, 1);
      text-decoration: none;
      transition: color 0.2s ease-in; }
  .footer-section .bottom-icon-section {
    margin-top: 2rem;
    padding: 1rem;
    border-top: 1px solid rgba(187, 187, 187, 0.14);
    border-bottom: 1px solid rgba(187, 187, 187, 0.14); }
    .footer-section .bottom-icon-section .content-section {
      padding: 10px 0px; }
      .footer-section .bottom-icon-section .content-section .bg-icon .icons {
        padding: 10px; }
        .footer-section .bottom-icon-section .content-section .bg-icon .icons .svg-inline--fa {
          color: #ffff;
          font-size: 21px; }
      .footer-section .bottom-icon-section .content-section .contact-info a {
        color: #fff;
        text-decoration: none; }
      .footer-section .bottom-icon-section .content-section .contact-info a:hover {
        color: #ef4d22; }
  .footer-section .social-icon .icons {
    padding: 0px !important;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in; }
    .footer-section .social-icon .icons:hover {
      transform: translateY(-5px);
      transition: all 0.2s ease-in; }
  .footer-section .social-icon .fb {
    background-color: #3a559f; }
  .footer-section .social-icon .insta {
    background-color: #9d47c1; }
  .footer-section .social-icon .linkedin {
    background-color: #0077b7; }
  .footer-section .social-icon .tripadvisor {
    background-color: #04a369; }
  .footer-section .navbar-brand-bottom img {
    margin: auto;
    justify-content: center;
    display: flex;
    margin-top: 10px; }
  .footer-section .copyryt {
    text-align: center;
    padding: 0px 10px 10px 10px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9); }
    .footer-section .copyryt a {
      color: #ef4d22;
      font-weight: 500; }
  .footer-section .smallheading {
    color: #fff !important; }

.video-section {
  transition: all 0.3s ease-in;
  padding-bottom: 75px;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .video-section ul {
    display: flex;
    justify-content: flex-end;
    border-bottom: none;
    margin-bottom: 16px; }
    .video-section ul a {
      color: #ffff;
      margin: 10px;
      box-sizing: border-box; }
    .video-section ul .nav-link {
      padding: 0px !important; }
    .video-section ul .nav-link.active {
      background-color: transparent;
      color: #ffff;
      border-top: none;
      border-right: none;
      border-left: none;
      border-bottom: 2px solid #ffff;
      position: relative; }
    .video-section ul .nav-link:not(.active):hover {
      color: #ef4d22;
      font-weight: 500; }
    .video-section ul .nav-link.active::after {
      content: "";
      position: absolute;
      top: calc(100% + 1px);
      left: 50%;
      transform: translate(-50%, 0);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 9px 9px 0 9px;
      border-color: #ffff transparent transparent transparent; }
  .video-section .photos-box {
    height: 500px; }
  .video-section .owl-stage-outer {
    height: 100%;
    padding-top: 10px; }
  .video-section .video-box {
    height: 500px;
    width: 100%;
    box-shadow: 0 16px 16px rgba(0, 0, 0, 0.16);
    min-height: 400px;
    position: relative; }
    .video-section .video-box img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .video-section .video-box .btnPanel {
      position: absolute;
      top: 20px;
      right: 20px; }
    .video-section .video-box .btnPanel a {
      color: #ffff;
      margin: 2px 5px; }
    .video-section .video-box .btnPanel a .liked {
      color: red; }

.play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden; }

.play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0); }

.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.photos-box .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 98%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.photos-box .owl-prev,
.photos-box .owl-next {
  opacity: 0.8;
  outline: none; }
  .photos-box .owl-prev:hover,
  .photos-box .owl-next:hover {
    opacity: 1; }

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1; }
  100% {
    transform: scale(1, 1);
    opacity: 0; } }

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1; }
  100% {
    transform: scale(1, 1);
    opacity: 0; } }

.all-tab-section .left-content .nav-tabs {
  border: none; }

.all-tab-section .left-content .nav-tabs .nav-link {
  padding: 10px;
  border: none; }

.all-tab-section .left-content .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 2px solid #ef4d22;
  color: #ef4d22; }

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
  color: #13304a; }

.nav-tabs .nav-item {
  margin-bottom: 0px; }

.pannel-border {
  width: 100px;
  height: 1px;
  background: #13304a;
  position: absolute;
  top: 100%; }

h4.panel-title {
  margin: 10px 0px !important; }

.panel-title a[aria-expanded="true"] .acc-down {
  transform: rotate(180deg);
  transition: 0.2s ease-in; }

.btn-link {
  color: #13304a;
  text-decoration: none; }

#kit-list button .arrow .svg-inline--fa {
  right: 4%;
  position: absolute; }

#kit-list .card {
  border: 1px solid #d8d8d8; }

#kit-list .card-body {
  background: #fdfdfd; }
  #kit-list .card-body .contents ul {
    margin-left: 2rem; }

.card > .card-header {
  background: #fdfdfd;
  border: none;
  margin-bottom: 0px; }

.tab-pane .card {
  margin-bottom: 20px; }

.rating .svg-inline--fa {
  color: #fbc50b;
  font-size: 14px;
  margin: 1px; }

.testimonials {
  margin-top: 2rem;
  background-color: #475e72;
  color: #ffff;
  position: relative;
  margin-right: 10px;
  padding: 30px 30px; }
  .testimonials .content-testimonials {
    margin-top: 2rem; }
  .testimonials .para-content {
    display: flex;
    text-align: justify; }
    .testimonials .para-content .quote {
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      filter: FlipH;
      -ms-filter: "FlipH";
      font-size: 30px; }
    .testimonials .para-content .para {
      margin: 20px;
      width: 80%; }
    .testimonials .para-content .heart a {
      color: #ffff;
      position: absolute;
      right: 0%;
      top: 0%; }
  .testimonials .reviewer-name {
    padding-left: 50px; }
  .testimonials .owl-nav {
    margin-left: 3rem;
    margin-top: 2rem; }
    .testimonials .owl-nav button {
      border: 1px solid #ffff !important;
      margin-right: 10px;
      padding: 10px !important; }
      .testimonials .owl-nav button svg:not(:root).svg-inline--fa {
        margin: 6px 10px; }
  .testimonials .owl-carousel .owl-nav button.owl-next,
  .testimonials .owl-carousel .owl-nav button.owl-prev,
  .testimonials .owl-carousel button.owl-dot {
    padding: 10px !important; }
  .testimonials .svg-inline--fa .fa-chevron-right {
    padding: 40px; }

.message-section {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(208, 208, 208, 0.19);
  box-shadow: 0px 0px 4px rgba(131, 131, 131, 0.25); }
  .message-section textarea {
    width: 100%;
    border: none;
    display: flex;
    align-items: center;
    padding: 1rem; }
  .message-section .left-text a button {
    margin: 1rem;
    width: 100px;
    background: #13304a; }

.we-recommend-section h4 {
  color: #13304a;
  text-align: center;
  margin-bottom: 2rem; }

.contents ul li {
  line-height: 1.6; }

.inquiry-section {
  border: 1px solid #d6d6d6;
  padding: 20px;
  margin-bottom: 2rem; }
  .inquiry-section form .form-group {
    background: #fafafa; }
    .inquiry-section form .form-group input {
      background: none; }
    .inquiry-section form .form-group textarea {
      background: #fafafa; }
    .inquiry-section form .form-group .svg-inline--fa {
      margin: 10px; }
  .inquiry-section form .form-control {
    border: none; }

#book-page .banner-section {
  height: 100%;
  object-fit: cover;
  width: 100%; }
  #book-page .banner-section .banner-content {
    padding: 2rem 0 4rem 0; }

.form-section-contact {
  padding: 5rem 0; }
  .form-section-contact .inner-heading-text {
    font-size: 32px;
    margin-bottom: 10px; }
  .form-section-contact .border-line {
    width: 15rem;
    height: 2px;
    background: #ef4d22; }
  .form-section-contact .img-card-form img {
    width: 100%; }
  .form-section-contact .booking-form {
    margin: 2rem 0; }
    .form-section-contact .booking-form form input {
      background: none;
      width: 100%;
      border: 1px solid #ccc;
      border-radius: 0;
      height: 36px; }
  .form-section-contact .personel-detail {
    margin: 2rem 0rem; }

.your-booking .inner-heading-text {
  font-size: 24px; }

.your-booking .img-card-form {
  position: relative; }

.your-booking .banner {
  display: inline-block;
  min-width: 160px;
  padding-right: 30px;
  height: 34px;
  background: #ef4d22;
  color: #ffff;
  position: absolute;
  left: 0;
  text-align: center;
  font-weight: 700;
  padding: 6px;
  position: absolute; }

.your-booking .card-body {
  padding: 20px 0px; }
  .your-booking .card-body .card-title-box {
    font-size: 21px;
    font-weight: 500;
    color: #000;
    text-decoration: none; }
  .your-booking .card-body .ratings {
    margin: 6px 0 0 0; }
    .your-booking .card-body .ratings .svg-inline--fa.fa-w-18 {
      font-size: 12px; }
    .your-booking .card-body .ratings a {
      color: #000;
      text-decoration: none;
      padding-bottom: 4px; }
  .your-booking .card-body .coupon-section {
    margin: 20px 0; }
    .your-booking .card-body .coupon-section .coupon a {
      right: 4%;
      position: absolute;
      width: 40%;
      margin-left: 1rem;
      margin-right: 1rem; }
    .your-booking .card-body .coupon-section .coupon .form-control {
      width: 50%;
      margin-right: 1rem;
      background: none; }
  .your-booking .card-body .detail-show li {
    list-style: none;
    line-height: 1.9;
    font-weight: 500; }
    .your-booking .card-body .detail-show li span {
      position: absolute;
      right: 10%;
      font-size: 21px;
      font-weight: 500; }
  .your-booking .card-body .detail-show p {
    font-size: 21px;
    font-weight: 500;
    bottom: 0;
    position: relative; }
    .your-booking .card-body .detail-show p span {
      color: #ef4d22;
      font-size: 29px;
      right: 0%;
      position: absolute;
      font-weight: 600;
      bottom: 1%; }

.to-the-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10001;
  display: none; }

.to-the-top a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  border-radius: 50%;
  background-color: #fff;
  color: #ef4d22;
  box-shadow: 0 0 30px rgba(19, 48, 74, 0.3);
  transition: all 0.3s ease; }

.to-the-top a:hover {
  background-color: #13304a;
  color: #fff; }

.collapse .navbar-collapse {
  padding: 0px; }

.navbar-collapse.collapse.show {
  overflow: scroll !important; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: rgba(19, 48, 74, 0.5);
  border-radius: 4px; }

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  position: relative;
  z-index: 1; }

.breadcrumb a {
  color: #ffff;
  text-decoration: none; }

.breadcrumb li {
  color: #ffff; }

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif; }

.breadcrumb-area .breadcrumb li.active {
  color: #cccccc; }

.breadcrumb > li + li::before {
  color: #f4a723;
  content: ">";
  font-family: "Font Awesome 5 Free";
  font-size: 8px;
  font-weight: 500;
  padding: 0 10px;
  position: relative;
  top: -1px; }

.custom-select {
  padding-right: 30px; }

.para-text {
  box-shadow: 0 0 9px rgba(167, 166, 166, 0.2);
  border-bottom: 2px solid #ef4d22;
  padding: 3rem; }

.content-section table td {
  padding: 10px; }

.content-box {
  padding: 30px;
  margin-bottom: 20px;
  border-left: 2px solid #ef4d22; }

.adventure-grid-section .img-grid-box {
  padding: 5px;
  position: relative; }

.adventure-grid-section .img-grid-box img {
  height: 180px;
  object-fit: cover;
  position: relative;
  width: 100%; }

.adventure-text {
  margin-top: 1rem;
  margin-left: 20px; }

.overlay-layer {
  background: linear-gradient(180deg, rgba(19, 48, 74, 0), #13304ac7);
  z-index: 2;
  position: absolute;
  bottom: 0%;
  top: 3%;
  font-size: 13px;
  display: flex;
  height: 95%;
  width: 95% !important;
  justify-content: space-between;
  align-items: flex-end; }

.overlay-layer .card-body {
  width: 100%; }

.card-body a {
  color: #ffff;
  width: 100px;
  text-decoration: none; }

.card-body .rating {
  color: #ffff;
  align-items: baseline; }

.card-body .rating .rate-star {
  font-size: 14px;
  margin-left: 10px;
  color: #fbc50b; }

.overlay-layer:hover {
  background: rgba(19, 48, 74, 0.8); }

.discount-section {
  width: 100%;
  background: url(../images/aboutBg.jpg);
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: contain;
  position: relative;
  border: 15px solid #2D3F50;
  box-sizing: border-box; }

.discount-section::after {
  content: '';
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(23, 61, 95, 0.73); }

.discount-section .container .discount-section-text {
  align-items: baseline;
  justify-content: space-between; }

.discount-section .container .discount-section-text h2 {
  z-index: 1;
  font-family: viga; }

.discount-section .container .discount-section-text .phone {
  color: #fff;
  font-size: 30px;
  z-index: 1;
  align-items: baseline; }

.content-top {
  margin-top: 5rem; }
  .content-top .heading {
    color: #EF4D22;
    font-size: 28px; }

@media (max-width: 991) {
  .adventure-text {
    margin-top: 3rem; } }

.navbar-section {
  background: linear-gradient(180deg, rgba(2, 2, 2, 0.54) 0%, rgba(2, 2, 2, 0) 100%); }
  .navbar-section .top-nav-content {
    padding: 10px 0; }
    .navbar-section .top-nav-content a {
      color: #ffff;
      padding: 20px;
      text-decoration: none;
      font-family: "Ubuntu";
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 16px;
      letter-spacing: 0em;
      text-align: left;
      transition: all 0.2s ease-in; }
      .navbar-section .top-nav-content a:hover {
        color: #ef4d22;
        transition: all 0.2s ease-in; }
    .navbar-section .top-nav-content img {
      width: 24px;
      height: 24px;
      object-fit: contain;
      margin-right: 6px; }
  .navbar-section .navbar-content-section {
    color: #ffff;
    border-top: 1px solid rgba(255, 255, 255, 0.17); }
    .navbar-section .navbar-content-section .logo-name :first-child {
      font-family: "Viga";
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 10px;
      letter-spacing: 0em;
      text-align: left;
      margin-top: 14px; }
    .navbar-section .navbar-content-section .logo-name :last-child {
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 4px; }
    .navbar-section .navbar-content-section .navbar ul li a {
      font-size: 14px;
      font-style: normal;
      font-weight: medium;
      line-height: 22px;
      letter-spacing: 0em;
      text-align: left; }
    .navbar-section .navbar-content-section .navbar-collapse > ul > li > a {
      color: #ffff; }

@media (min-width: 1200px) {
  .navbar-collapse > ul > li > a {
    padding: 20px 8px; } }

.navbar-expand-xl .navbar-collapse {
  overflow: hidden !important; }

.navbar {
  padding: 0; }

nav {
  z-index: 100; }

.dropdown-menu {
  margin: 0px; }

.dropdown-menu .mega-dropdown-menu {
  min-width: 300px;
  margin: -20px; }

.mega-dropdown-menu {
  width: 100%; }

.mega-dropdown {
  position: static !important; }
  .mega-dropdown a {
    text-decoration: none; }
  .mega-dropdown img {
    max-height: 200px;
    object-fit: cover;
    display: block; }
  .mega-dropdown .btn-primary {
    margin-left: 0; }

@media (max-width: 1200px) {
  .mega-dropdown > ul {
    display: none !important; }
  .mega-dropdown.mobileExpand > ul {
    display: block !important; }
  .mega-dropdown-menu .row > li > ul {
    padding-bottom: 30px; }
  .mega-dropdown-menu h6 {
    line-height: 0.5em; }
  .mega-dropdown-menu li ul {
    padding-bottom: 30px !important; } }

.mega-dropdown-menu {
  padding: 16px 20px;
  z-index: 1000; }

.mega-dropdown-menu .row > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .mega-dropdown-menu .row > li > ul li {
    position: relative;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .mega-dropdown-menu .row > li > ul > li a {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    font-family: "Helvetica", sans-serif !important;
    font-weight: 500 !important; }
  .mega-dropdown-menu .row > li > ul > li a:hover {
    color: #ef4d22; }

.mega-dropdown-menu h6 {
  margin-top: 6px;
  color: #ef4d22;
  font-family: "Viga";
  font-weight: 500; }

.dropdown-menu {
  padding: 16px 18px; }
  .dropdown-menu > li > a {
    color: rgba(0, 0, 0, 0.8); }

.dropdown:hover > .dropdown-menu {
  display: block; }

@media (max-width: 1199px) {
  .navbar {
    position: static; }
  .navbar-collapse {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background-color: #13304a;
    width: 400px;
    height: 100vh;
    padding: 20px;
    z-index: 6; }
    .navbar-collapse.collapse {
      transform: translateX(-300px);
      transition: all 0.3s ease-in; }
    .navbar-collapse.collapse.show {
      transform: translateX(0); }
  .navbar-collapse.collapsing {
    height: auto;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    transition: left 0.3s ease;
    left: -100%; }
    .navbar-collapse.collapsing ul {
      height: 100%; }
  .navbar-collapse.show {
    left: 0;
    -webkit-transition: left 0.3s ease-in;
    -o-transition: left 0.3s ease-in;
    -moz-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in; }
    .navbar-collapse.show ul {
      height: 100%; } }

@media (max-width: 480px) {
  .navbar-collapse {
    width: 340px; } }

@media (max-width: 400px) {
  .navbar-collapse {
    width: 280px; }
  .dropdown-menu {
    min-width: 200px; } }

@media (max-width: 1199px) {
  .nav-item .dropdown-menu {
    margin-top: 4px !important; } }

.nav-item .dropdown-menu {
  left: auto; }

.nav-item .dropdown-menu.mega-dropdown-menu {
  left: 0; }

.navbar-dark .navbar-nav .nav-link:hover {
  color: #ef4d22;
  transition: all 0.3s ease-in; }

.navbar-nav .dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
  color: #ef4d22; }

.inner-heading-text {
  font-size: 16px;
  color: #13304a;
  font-family: "Ubuntu";
  font-weight: 600; }

#inner-page .banner-section {
  width: 100vw;
  background-size: cover;
  height: auto;
  min-height: 800px;
  margin-bottom: 320px;
  position: relative; }
  #inner-page .banner-section::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0, rgba(19, 48, 74, 0.6), rgba(19, 48, 74, 0.5));
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  #inner-page .banner-section .banner-content-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 3rem; }
    #inner-page .banner-section .banner-content-inner .heading {
      color: #ffff; }
  #inner-page .banner-section .banner-feature-section {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    flex-wrap: wrap; }
    #inner-page .banner-section .banner-feature-section .feature-content {
      align-items: center;
      margin: 30px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      #inner-page .banner-section .banner-feature-section .feature-content .content {
        color: #ffff;
        font-weight: 300;
        margin: 18px 0 0 10px; }
        #inner-page .banner-section .banner-feature-section .feature-content .content .bold {
          font-weight: bold;
          line-height: 0.2; }
  #inner-page .banner-section .video-section {
    padding: 0%; }
  #inner-page .banner-section.secondaryBanner {
    min-height: 300px;
    margin-bottom: 0; }

.content-review {
  margin-top: 2rem; }
  .content-review .review-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #2d3f50;
    opacity: 0.8;
    color: #ffff; }
  .content-review .review-box {
    padding-left: 0px !important; }
  .content-review .review-small-title {
    display: flex;
    justify-content: space-between;
    background: rgba(19, 48, 74, 0.03);
    margin-top: 10px;
    padding: 14px 20px; }
    .content-review .review-small-title .title div:first-child {
      color: #13304a;
      font-weight: 500; }
    .content-review .review-small-title .rating {
      display: flex;
      align-items: center; }
      .content-review .review-small-title .rating span {
        padding-left: 4px; }

@media (max-width: 575px) {
  #inner-page .banner-section .banner-content-inner {
    padding: 24px 16px 10px; } }

button:focus {
  outline: none; }

.review {
  display: flex;
  flex-direction: column;
  margin: 24px 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .review-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; }
    .review-top > :first-child {
      display: flex;
      align-items: center; }
  .review img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px; }
  .review-name {
    font-size: 16px;
    font-weight: 600; }
    .review-name + div {
      font-size: 14px;
      color: rgba(0, 0, 0, 0.7); }
  .review-text {
    text-align: justify;
    margin-bottom: 16px; }
  .review-bottom {
    display: flex;
    justify-content: space-between; }
    .review-bottom > div {
      display: flex;
      align-items: baseline; }
  .review-date {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.7); }
  .review button {
    border: 0;
    background-color: transparent;
    font-size: 21px; }
    .review button:focus {
      outline: none; }
    .review button svg {
      color: rgba(0, 0, 0, 0.7); }
    .review button.active svg {
      color: #ef4d22; }

input:focus,
textarea:focus {
  background-color: transparent !important;
  box-shadow: none !important;
  border: 1.5px solid #ef4d22 !important; }

.review-rate-box {
  padding-top: 24px; }
  .review-rate-box ul {
    list-style: none; }
    .review-rate-box ul li {
      display: flex;
      margin: 16px 0; }
    .review-rate-box ul li > :first-child {
      width: 100px; }
  .review-rate-box .ratings svg {
    color: rgba(0, 0, 0, 0.2); }

#reviewModal .primary-button {
  display: inherit;
  margin: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); }
  #reviewModal .primary-button:hover {
    background-color: #ef4d22; }

#reviewModal .modal-content {
  border-radius: 16px;
  border: none; }

.tab-content {
  padding-top: 24px; }

.all-tab-section .container {
  padding: 10px; }

#accordion4 .panel {
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  padding: 16px;
  border: 1px solid #d7dce3;
  border-left: 4px solid #fab651;
  background: #fcfcfc;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 10px; }
  #accordion4 .panel .panel-title {
    margin: 10px 0 0 !important; }
    #accordion4 .panel .panel-title > div {
      margin-left: 20px; }

#accordion4 .panel-title a {
  padding-right: 30px; }

#accordion4 .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  z-index: 1;
  position: relative; }

#accordion4 .panel-heading h4 {
  font-size: 16px;
  margin-bottom: 0; }

#accordion4 .panel-title a {
  display: block;
  padding-bottom: 15px;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 0;
  color: #13304a;
  text-decoration: none;
  position: relative; }

#accordion4 .panel-title a .icon {
  display: inline-block;
  width: 55px;
  height: 100%;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0; }

#accordion4 .panel-heading {
  position: relative; }
  #accordion4 .panel-heading .acc-down {
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.2s ease-in; }

#accordion4 .panel-body {
  padding: 10px 0px;
  margin: 0 0 0px;
  border-top: none;
  font-size: 16px;
  color: #333;
  line-height: 1.6; }

.include-contents ul,
.exclude-contents ul {
  padding: 10px 16px; }

.include-contents ul > li,
.exclude-contents ul > li {
  line-height: 1.6;
  margin-bottom: 10px;
  list-style: none;
  display: flex;
  align-items: baseline; }

.include-contents svg,
.exclude-contents svg {
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 0; }

.include-contents svg {
  color: #3eb368; }

.exclude-contents svg {
  color: #de2d2d; }

.overview-section {
  background: #f8f7f7;
  text-align: justify; }
  .overview-section .left-section {
    width: 100%;
    background: #ffff;
    padding: 50px; }
  .overview-section .inner-heading-text {
    border-bottom: 2px solid #ef4d22;
    padding-bottom: 4px;
    width: 10%; }
  .overview-section .quoted {
    font-weight: 700; }
  .overview-section .right-section {
    width: 100%;
    background: #13304a;
    padding: 60px 40px;
    color: #ffff;
    position: relative;
    max-height: 500px; }
    .overview-section .right-section .content .banner {
      display: inline-block;
      min-width: 160px;
      padding-right: 30px;
      height: 34px;
      background: #ffff;
      color: #13304a;
      position: absolute;
      left: 0;
      text-align: center;
      font-weight: 700;
      padding: 6px;
      position: relative; }
    .overview-section .right-section .content .banner::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 17px 29.4px 17px 0;
      position: absolute;
      right: -1px;
      top: 0;
      border-color: transparent #13304a transparent transparent; }
    .overview-section .right-section .content .price-content {
      text-align: center; }
      .overview-section .right-section .content .price-content .price-section {
        display: flex;
        padding: 2rem; }
        .overview-section .right-section .content .price-content .price-section span {
          padding-top: 20px; }
        .overview-section .right-section .content .price-content .price-section .amt {
          font-size: 38px;
          font-weight: 600;
          padding: 4px; }
      .overview-section .right-section .content .price-content .buttons a {
        border-radius: 0;
        margin-bottom: 20px;
        font-weight: 700; }
      .overview-section .right-section .content .price-content .buttons :first-child {
        background: #ffff;
        color: #2d3f50; }
      .overview-section .right-section .content .price-content .buttons :first-child:hover {
        background: #faf6f6e0; }
      .overview-section .right-section .content .price-content .buttons :last-child:hover {
        background: #f34f24e0; }

.toggleText {
  transition: all 0.3s ease-in-out; }
  .toggleText.active {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out; }

.toggleText-btn {
  color: #ef4d22;
  cursor: pointer;
  display: inline-block; }

.photos-box.owl-carousel .owl-stage-outer,
.photos-box.owl-carousel .owl-stage,
.photos-box.owl-carousel .owl-item {
  height: 100%; }

.photos-box.owl-carousel .owl-prev,
.photos-box.owl-carousel .owl-next {
  width: 30px;
  height: 30px;
  background-color: #ef4d22 !important;
  color: #ffff !important;
  border-radius: 50%; }

.photos-box.owl-carousel .owl-item img.img-fluid {
  width: auto !important;
  margin: auto;
  height: 100% !important;
  object-fit: contain; }

.share-wrapper > div {
  display: none; }
  .share-wrapper > div.active {
    display: flex;
    position: absolute;
    left: -7px;
    margin-top: 5px;
    flex-direction: column; }

.video-box .btnPanel {
  display: flex; }

#bookThisTrip {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  z-index: 5000;
  padding: 10rem 0;
  display: none;
  justify-content: center;
  align-items: center; }

  #bookThisTrip .close__btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: none;
    background: none;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    z-index: 11;
  }
    #bookThisTrip .close__btn:hover {
      transform: rotate(180deg); }
    #bookThisTrip .close__btn svg {
      font-size: 24px; }

      /* responsive modal close button */

      @media (max-width: 1366px){
        /* #bookThisTrip .close__btn{
          right: 18.5rem;
        } */

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox{
          display: flex;
          flex-direction: row;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox input{
          position: relative;
          top: 5px;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox label{
          margin-left: 5px;
        }

        #bookThisTrip .modal__content .modal__footer .btn__inquire{
          padding: 0.5rem 1.5rem !important;
        }
      }

      @media (max-width: 1280px){
        /* #bookThisTrip .close__btn{
          top: 1.5rem;
          right: 17.5rem;
        } */

        #bookThisTrip .modal__content .modal__footer{
          width: 80% !important;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox{
          display: flex;
          flex-direction: row;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox input{
          position: relative;
          top: 5px;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox label{
          margin-left: 5px;
        }

        #bookThisTrip .modal__content .modal__footer .btn__inquire{
          padding: 0.5rem 1.5rem !important;
        }

        #bookThisTrip .modal__content .modal__header .modal__title{
          font-size: 1.5rem !important;
        }

        #bookThisTrip .modal__content .modal__header .modal__title-sub,
        #bookThisTrip .modal__content .modal__header h5{
          font-size: 1.2rem !important;
        }

        #bookThisTrip .modal__content .modal__body{
          width: 80% !important;
        }
      }

      @media (max-width: 1200px){
        /* #bookThisTrip .close__btn{
          top: 2rem;
          right: 16rem;
        } */

        #bookThisTrip .modal__content .modal__footer{
          width: 80% !important;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox{
          display: flex;
          flex-direction: row;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox input{
          position: relative;
          top: 5px;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox label{
          margin-left: 5px;
        }

        #bookThisTrip .modal__content .modal__footer .btn__inquire{
          padding: 0.5rem 1.5rem !important;
        }

        #bookThisTrip .modal__content .modal__header .modal__title{
          font-size: 1.5rem !important;
        }

        #bookThisTrip .modal__content .modal__header .modal__title-sub,
        #bookThisTrip .modal__content .modal__header h5{
          font-size: 1.2rem !important;
        }

        #bookThisTrip .modal__content .modal__body{
          width: 80% !important;
        }

        #bookThisTrip .modal__content .modal__body form .form__input-field label{
          font-size: 1.1rem !important;
        }
      }

      @media (max-width: 1024px){
        /* #bookThisTrip .close__btn{
          right: 14rem;
        } */

        #bookThisTrip .modal__content .modal__footer{
          width: 80% !important;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox{
          display: flex;
          flex-direction: row;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox input{
          position: relative;
          top: 5px;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox label{
          margin-left: 5px;
        }

        #bookThisTrip .modal__content .modal__footer .btn__inquire{
          padding: 0.5rem 1.5rem !important;
        }

        #bookThisTrip .modal__content .modal__header .modal__title{
          font-size: 1.5rem !important;
        }

        #bookThisTrip .modal__content .modal__header .modal__title-sub,
        #bookThisTrip .modal__content .modal__header h5{
          font-size: 1.2rem !important;
        }

        #bookThisTrip .modal__content .modal__body{
          width: 80% !important;
        }

        #bookThisTrip .modal__content .modal__body form .form__input-field label{
          font-size: 1.1rem !important;
        }
      }

      @media (max-width: 970px){
        /* #bookThisTrip .close__btn{
          right: 13rem;
        } */

        #bookThisTrip .modal__content .modal__footer{
          width: 85% !important;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox{
          display: flex;
          flex-direction: row;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox input{
          position: relative;
          top: 5px;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox label{
          margin-left: 5px;
        }

        #bookThisTrip .modal__content .modal__footer .btn__inquire{
          padding: 0.5rem 1.5rem !important;
        }

        #bookThisTrip .modal__content .modal__header .modal__title{
          font-size: 1.5rem !important;
        }

        #bookThisTrip .modal__content .modal__header .modal__title-sub,
        #bookThisTrip .modal__content .modal__header h5{
          font-size: 1.2rem !important;
        }

        #bookThisTrip .modal__content .modal__body{
          width: 85% !important;
        }

        #bookThisTrip .modal__content .modal__body form .form__input-field label{
          font-size: 1.1rem !important;
        }
      }

      @media (max-width: 800px){
        /* #bookThisTrip .close__btn{
          right: 6rem;
          top: 3.5rem;
        } */

        #bookThisTrip .modal__content{
          width: 80% !important;
        }

        #bookThisTrip .modal__content .modal__footer{
          width: 90% !important;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox{
          display: flex;
          flex-direction: row;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox input{
          position: relative;
          top: 5px;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox label{
          margin-left: 5px;
        }

        #bookThisTrip .modal__content .modal__footer .btn__inquire{
          padding: 0.5rem 1.5rem !important;
        }

        #bookThisTrip .modal__content .modal__header .modal__title{
          font-size: 1.5rem !important;
          margin-bottom: 0;
        }

        #bookThisTrip .modal__content .modal__header .modal__title-sub,
        #bookThisTrip .modal__content .modal__header h5{
          font-size: 1.2rem !important;
        }

        #bookThisTrip .modal__content .modal__body{
          width: 90% !important;
        }

        #bookThisTrip .modal__content .modal__body form .form__input-field label{
          font-size: 1rem !important;
        }
      }

      @media (max-width: 768px){
        .why-choose-us-section::before{
          height: 0.5rem;
          top: -8px;
        }

        .our-customer-section::before{
          height: 0.5rem;
          bottom: -8px;
        }
      }

      @media (max-width: 650px){
        /* #bookThisTrip .close__btn{
          right: 5.5rem;
          top: 3.5rem;
        } */

        #bookThisTrip .modal__content{
          width: 80% !important;
        }

        #bookThisTrip .modal__content .modal__footer{
          width: 90% !important;
          display: flex;
          flex-direction: column;
          margin-top: 3rem !important;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox{
          display: flex;
          flex-direction: row;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox input{
          position: relative;
          top: 5px;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox label{
          margin-left: 5px;
        }

        #bookThisTrip .modal__content .modal__footer .btn__inquire{
          padding: 0.5rem 1.5rem !important;
          margin-top: 1rem;
        }

        #bookThisTrip .modal__content .modal__header .modal__title{
          font-size: 1.5rem !important;
          margin-bottom: 0;
        }

        #bookThisTrip .modal__content .modal__header .modal__title-sub,
        #bookThisTrip .modal__content .modal__header h5{
          font-size: 1.2rem !important;
        }

        #bookThisTrip .modal__content .modal__body{
          width: 90% !important;
        }

        #bookThisTrip .modal__content .modal__body form .form__input-field label{
          font-size: 1rem !important;
        }
      }

      @media (max-width: 550px){
        /* #bookThisTrip .close__btn{
          right: 4.5rem;
          top: 3rem;
        } */

        #bookThisTrip .modal__content .modal__body form .form__input-field{
          margin-bottom: 1rem !important;
        }

        #bookThisTrip .modal__content{
          width: 80% !important;
        }

        #bookThisTrip .modal__content .modal__footer{
          width: 90% !important;
          display: flex;
          flex-direction: column;
          margin-top: 3rem !important;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox{
          display: flex;
          flex-direction: row;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox input{
          position: relative;
          top: 5px;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox label{
          margin-left: 5px;
        }

        #bookThisTrip .modal__content .modal__footer .btn__inquire{
          padding: 0.5rem 1.5rem !important;
          margin-top: 1rem;
        }

        #bookThisTrip .modal__content .modal__header .modal__title{
          font-size: 1.5rem !important;
          margin-bottom: 0;
        }

        #bookThisTrip .modal__content .modal__header .modal__title-sub,
        #bookThisTrip .modal__content .modal__header h5{
          font-size: 1.2rem !important;
        }

        #bookThisTrip .modal__content .modal__body{
          width: 90% !important;
        }

        #bookThisTrip .modal__content .modal__body form .form__input-field label{
          font-size: 1rem !important;
        }
      }

      @media (max-width: 500px){
        /* #bookThisTrip .close__btn{
          right: 4.5rem;
          top: 3rem;
        } */

        #bookThisTrip .modal__content .modal__body form .form__input-field{
          margin-bottom: 1rem !important;
          flex-direction: column;
        }

        #bookThisTrip .modal__content .modal__body form .form__input-field input,
        #bookThisTrip .modal__content .modal__body form .form__input-field textarea{
          width: 100% !important;
        }

        #bookThisTrip .modal__content .modal__body form .form__input-field textarea{
          height: 100px;
        }

        #bookThisTrip .modal__content .modal__body form .form__input-field textarea::placeholder{
          font-size: 0.8rem;
        }

        #bookThisTrip .modal__content{
          width: 80% !important;
        }

        #bookThisTrip .modal__content .modal__header{
          margin-top: 3rem;
        }

        #bookThisTrip .modal__content .modal__footer{
          width: 90% !important;
          display: flex;
          flex-direction: column;
          margin-top: 1rem !important;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox{
          display: flex;
          flex-direction: row;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox input{
          position: relative;
          top: 5px;
        }

        #bookThisTrip .modal__content .modal__footer .inquire__checkbox label{
          margin-left: 5px;
        }

        #bookThisTrip .modal__content .modal__footer .btn__inquire{
          padding: 0.5rem 1.5rem !important;
          margin-top: 1rem;
        }

        #bookThisTrip .modal__content .modal__header .modal__title{
          font-size: 1.2rem !important;
          margin-bottom: 0;
        }

        #bookThisTrip .modal__content .modal__header .modal__title-sub,
        #bookThisTrip .modal__content .modal__header h5{
          font-size: 0.9rem !important;
        }

        #bookThisTrip .modal__content .modal__body{
          width: 90% !important;
        }

        #bookThisTrip .modal__content .modal__body form .form__input-field label{
          font-size: 1rem !important;
        }
      }

      @media (max-width: 425px){
        .why-choose-us-section::before{
          width: 100%;
        }

        .our-customer-section::before{
          width: 100%;
        }
      }

      @media (max-width: 338px){
        #bookThisTrip .modal__content .modal__header .modal__title{
          text-align: center;
        }

        #bookThisTrip .close__btn{
          /* right: 4.5rem; */
          top: 2rem;
        }

        #bookThisTrip .modal__content{
          width: 95% !important;
        }

        #bookThisTrip .modal__content .modal__header .modal__title-sub{
          position: relative;
          top: 0.5rem;
        }

        #bookThisTrip .modal__content .modal__header h5{
          position: relative;
          top: 1rem;
        }

        #bookThisTrip .modal__content .modal__footer{
          position: relative;
          top: -.5rem;
        }

        #bookThisTrip .modal__content .modal__body form{
          margin-top: -0.5rem;
        }
      }
      /* end of responsive modal close button */
  #bookThisTrip .modal__content {
    width: 60%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 1rem 0;
    background: #fff;
    position: relative;
  }
    #bookThisTrip .modal__content .modal__header {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      #bookThisTrip .modal__content .modal__header .modal__title {
        font-size: 2rem;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: -10px; }
      #bookThisTrip .modal__content .modal__header .modal__title-sub {
        font-size: 1.5rem;
        color: #0008; }
      #bookThisTrip .modal__content .modal__header h5 {
        font-size: 1.5rem;
        font-weight: 400;
        color: #0009;
        margin-top: -25px;
        text-transform: capitalize; }
    #bookThisTrip .modal__content .modal__body {
      margin-top: 2rem;
      width: 60%; }
      #bookThisTrip .modal__content .modal__body form {
        display: flex;
        flex-direction: column;
        width: 100%; }
        #bookThisTrip .modal__content .modal__body form .form__input-field {
          width: 100%;
          display: flex;
          justify-content: space-between;
          margin-bottom: 2rem; }
          #bookThisTrip .modal__content .modal__body form .form__input-field:last-child {
            margin-bottom: 0; }
          #bookThisTrip .modal__content .modal__body form .form__input-field label {
            font-size: 1.3rem;
            font-weight: 400;
            text-transform: capitalize;
            color: #0009; }
          #bookThisTrip .modal__content .modal__body form .form__input-field input,
          #bookThisTrip .modal__content .modal__body form .form__input-field textarea {
            width: 60%;
            padding: 7px 10px;
            border: 1px solid #0005;
            outline: none; }
    #bookThisTrip .modal__content .modal__footer {
      width: 60%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 3rem; }
      #bookThisTrip .modal__content .modal__footer .btn__inquire {
        background: #ef4d22;
        color: white;
        padding: 1rem 3rem;
        border-radius: 5px;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 1px;
        transition: all 300ms ease-in-out; }
        #bookThisTrip .modal__content .modal__footer .btn__inquire label .footer__link:hover {
          text-decoration: none; }
        #bookThisTrip .modal__content .modal__footer .btn__inquire:hover {
          background: #13304a; }

#bookThisTrip.modalOpen {
  display: flex; }

.search-results {
  width: 100%;
  max-width: calc(100% - 260px);
  padding: 0 16px; }

.search-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(236px, 1fr));
  grid-template-rows: auto;
  grid-gap: 16px; }

.search-flex {
  margin-top: 24px;
  grid-template-columns: repeat(1, minmax(400px, 1fr));
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-auto-flow: row;
  grid-template-rows: auto;
  transition: all 0.3s ease-in-out; }
  .search-flex .card {
    display: flex;
    flex-direction: row; }
  .search-flex .card-img {
    width: 280px;
    position: relative; }
    .search-flex .card-img img {
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }

.search-results .ratings .rate-star.inactive {
  color: rgba(0, 0, 0, 0.2); }

@media (max-width: 600px) {
  .search-flex .card-img {
    width: 200px;
    height: auto; }
  .search-flex .card-body {
    padding: 8px !important; } }

@media (max-width: 480px) {
  .search-flex .card-img {
    width: 120px;
    height: auto; }
  .search-flex .card-footer {
    margin-top: 5px;
    padding: 2px; }
  .search-flex .card-title {
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; } }

.filterpage-wrapper {
  position: relative;
  max-width: 1140px;
  margin: auto;
  display: flex;
  padding-top: 90px;
  align-items: flex-start;
  margin: auto;
  overflow: hidden;
  justify-content: space-between; }

.filter-card {
  min-width: 260px;
  border: 1px solid #f0efef; }
  .filter-card .filter-group {
    padding: 10px 16px; }
  .filter-card .filter-item {
    margin-bottom: 20px; }
  .filter-card .title {
    padding: 10px 20px;
    background: #ececec;
    font-size: 24px; }

@media (max-width: 992px) {
  .filter-card {
    margin-left: -260px; }
    .filter-card.active {
      margin-left: 0;
      position: absolute;
      z-index: 5;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      overflow: scroll;
      min-height: 100vh;
      background-color: #ffff;
      padding: 20px; }
      .filter-card.active .title {
        display: flex;
        justify-content: space-between; }
  .search-results {
    max-width: 100%; }
  #therapyCard {
    display: flex;
    flex-direction: column; }
  #db-content {
    width: 100%; }
    #db-content .container {
      width: 100%; } }

#filter-page .banner-section {
  height: 300px;
  object-fit: cover;
  width: 100%; }

#filter-page .banner-content {
  margin: 24px 0;
  padding: 0; }

.grid-n-col {
  list-style: none;
  display: flex;
  width: 90px;
  font-size: 20px;
  justify-content: space-evenly;
  margin-right: 15px;
  margin-bottom: 0; }

.grid-n-col li.active {
  color: #3c3f47 !important; }

/* Ion.RangeSlider
// css version 2.0.3
// Â© 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// Â© Denis Ineshin, 2014    https://github.com/IonDen
// Â© guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs {
  height: 55px; }

.irs-with-grid {
  height: 75px; }

.irs-line {
  height: 10px;
  top: 33px;
  background: #eee;
  background: linear-gradient(to bottom, #ddd -50%, #fff 150%);
  /* W3C */
  border: 1px solid #ccc;
  border-radius: 16px;
  -moz-border-radius: 16px; }

.irs-line-left {
  height: 8px; }

.irs-line-mid {
  height: 8px; }

.irs-line-right {
  height: 8px; }

.irs-bar {
  height: 10px;
  top: 33px;
  border-top: 1px solid #13304a;
  border-bottom: 1px solid #13304a;
  background: #13304a;
  background: linear-gradient(to top, #13304a 0%, #2d3f50 100%);
  /* W3C */ }

.irs-bar-edge {
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #13304a;
  border-right: 0;
  background: #13304a;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  /* W3C */
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px; }

.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30); }

.irs-slider {
  top: 25px;
  width: 27px;
  height: 27px;
  border: 1px solid #aaa;
  background: #ddd;
  background: linear-gradient(to bottom, white 0%, gainsboro 20%, white 100%);
  /* W3C */
  border-radius: 27px;
  -moz-border-radius: 27px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer; }

.irs-slider.state_hover,
.irs-slider:hover {
  background: #fff; }

.irs-min,
.irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px; }

.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc; }

.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #13304a;
  border-radius: 3px;
  -moz-border-radius: 3px; }

.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999; }

.irs-grid {
  height: 27px; }

.irs-grid-pol {
  opacity: 0.5;
  background: #13304a; }

.irs-grid-pol.small {
  background: #999; }

.irs-grid-text {
  bottom: 5px;
  color: #99a4ac; }

.btn-filter {
  border: 1px solid #2d3f50; }

.mobile-buttons {
  margin-right: 5px; }

@media (max-width: 575px) {
  .search-header {
    flex-direction: column; } }

@media (min-width: 993px) {
  #filterClose,
  #filterOpen {
    display: none; } }

/* ============================================================== 
     # Blog 
=================================================================== */
.blog-area {
  padding: 30px 0; }

.blog-area.left-sidebar .blog-content {
  float: right; }

.blog-area.left-sidebar .sidebar {
  padding-left: 15px;
  padding-right: 35px; }

.blog-area .blog-items .single-item {
  margin-bottom: 30px; }

.blog-area .blog-items .item .info .meta {
  border-top: 1px solid #e7e7e7;
  margin-top: 15px;
  padding-top: 15px; }

.blog-area .blog-items .item .info .meta li {
  color: #666666;
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase; }

.blog-area .blog-items .item .info .meta li a {
  color: #666666;
  display: inline-block; }

.blog-area .blog-items .item .info .meta li i {
  margin-right: 5px; }

.blog-area .blog-items .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1; }

.blog-area .blog-items .thumb img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.blog-area.circle .blog-items .thumb img {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.blog-area .blog-items .item:hover .thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.blog-area .blog-items .thumb .date {
  bottom: 15px;
  left: 15px;
  padding: 15px;
  position: absolute;
  z-index: 1; }

.blog-area .blog-items .thumb .date span {
  display: block;
  font-size: 40px;
  font-weight: 900; }

.blog-area .blog-items .thumb .date::after {
  background: #13304a none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }

.blog-area.circle .blog-items .thumb .date::after {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.blog-area .blog-items .thumb .date h4 {
  color: #ef4d22;
  font-size: 14px;
  margin: 0; }

.blog-area .blog-items .info {
  padding-top: 30px; }

.blog-area .blog-items .info h2,
.blog-area .blog-items .info h3,
.blog-area .blog-items .info h4 {
  font-weight: 600;
  text-transform: capitalize; }

.blog-area .blog-items .info > a {
  font-weight: 600;
  text-transform: uppercase;
  color: #666666; }

.blog-area .blog-items .item a:hover {
  color: #ef4d22 !important; }

/* Blog Single */
.blog-area .pagi-area .pagination li a {
  border: 1px solid #e7e7e7;
  color: #13304a;
  font-weight: 600;
  padding: 15px 25px;
  margin-top: 5px; }

.blog-area .pagi-area .pagination li.active a {
  background: #ef4d22 none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #ffffff; }

.blog-area .pagi-area .pagination {
  margin-bottom: 0; }

.blog-area .pagi-area {
  margin-bottom: -10px; }

/* Sidebar */
.blog-area .sidebar .sidebar-item {
  margin-bottom: 40px;
  overflow: hidden; }

.blog-area .sidebar .sidebar-item.category,
.blog-area .sidebar .sidebar-item.archives {
  margin-bottom: 35px; }

.blog-area .sidebar {
  padding-left: 35px; }

.blog-area .sidebar .sidebar-item .title h4 {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1; }

.blog-area .sidebar .sidebar-item .title h4::before {
  background: #ef4d22 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 30px; }

.blog-area .sidebar .sidebar-item .title h4::after {
  background: #ef4d22 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 35px;
  position: absolute;
  width: 10px; }

.blog-area .sidebar .sidebar-item input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit; }

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0; }

.blog-area .sidebar .sidebar-item form {
  position: relative; }

.blog-area .sidebar .sidebar-item form input[type="submit"] {
  background: #13304a none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 0 20px;
  position: absolute;
  right: 0;
  height: 100%;
  text-transform: capitalize;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out; }

.blog-area .sidebar .sidebar-item form input[type="submit"]:hover {
  background: #ef4d22 none repeat scroll 0 0;
  border: medium none; }

.blog-area .sidebar .sidebar-item.category li a {
  color: #666666;
  display: block;
  position: relative;
  text-transform: capitalize;
  z-index: 1; }

.blog-area .sidebar .sidebar-item.category li {
  border-bottom: 1px dashed #999999;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin: 0;
  padding: 0; }

.blog-area .sidebar .sidebar-item.category li a span {
  background: #f4f4f4 none repeat scroll 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #13304a;
  float: right;
  padding: 0 5px;
  position: relative;
  right: 0;
  text-align: center; }

.blog-area .sidebar .sidebar-item.recent-post h4 a {
  color: #13304a;
  text-transform: capitalize; }

.blog-area .sidebar .sidebar-item.recent-post .info h4 {
  margin-bottom: 12px; }

.blog-area .sidebar .sidebar-item.recent-post .thumb,
.blog-area .sidebar .sidebar-item.recent-post .info {
  display: table-cell;
  vertical-align: top; }

.blog-area .sidebar .sidebar-item.recent-post .item {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px; }

.blog-area .sidebar .sidebar-item.recent-post .item:last-child {
  border: medium none;
  margin: 0;
  padding: 0; }

.blog-area .sidebar .sidebar-item.recent-post .thumb {
  height: 80px;
  padding-right: 0;
  width: 80px; }

.blog-area .sidebar .sidebar-item.recent-post .info {
  padding: 0 0 0 15px; }

.blog-area .sidebar .sidebar-item.recent-post .item :hover .thumb img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.blog-area .sidebar .sidebar-item.recent-post .rating {
  color: #666666; }

.blog-area .sidebar .sidebar-item.recent-post .meta {
  border: medium none;
  color: #666666;
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
  padding: 0;
  text-transform: uppercase; }

.blog-area .sidebar .sidebar-item.recent-post .meta i {
  color: #666666;
  font-weight: 500;
  margin-right: 3px; }

.blog-area .sidebar .sidebar-item.recent-post a {
  color: #666666; }

.blog-area .sidebar .sidebar-item.recent-post .item .rating i {
  color: #ef4d22; }

.blog-area .sidebar .sidebar-item.archives a {
  color: #666666;
  text-transform: capitalize; }

.blog-area .sidebar .sidebar-item.archives li {
  border-bottom: 1px dashed #999999;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.blog-area .sidebar .sidebar-item.archives li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0; }

.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: left;
  padding: 0 10px 10px 0;
  width: 33.333%; }

.sidebar-item.gallery ul li img {
  min-height: 70px;
  width: 100%; }

.sidebar-item.social-sidebar li {
  display: inline-block; }

.sidebar-item.social-sidebar li a {
  background: #13304a none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50px; }

.sidebar-item.social-sidebar li.facebook a {
  background: #3b5998 none repeat scroll 0 0; }

.sidebar-item.social-sidebar li.twitter a {
  background: #1da1f2 none repeat scroll 0 0; }

.sidebar-item.social-sidebar li.pinterest a {
  background: #bd081c none repeat scroll 0 0; }

.sidebar-item.social-sidebar li.g-plus a {
  background: #db4437 none repeat scroll 0 0; }

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077b5 none repeat scroll 0 0; }

.sidebar .sidebar-item.tags li {
  display: inline-block; }

.sidebar .sidebar-item.tags li a {
  border: 1px solid #e7e7e7;
  display: inline-block;
  float: left;
  margin-right: 3px;
  padding: 8px 20px;
  text-transform: uppercase; }

/* Single Blog */
.blog-area.single-blog .item {
  margin-bottom: 0; }

.blog-area.full-blog.single-blog .blog-items .blog-content .item .meta {
  border-bottom: 1px solid #e7e7e7;
  border-top: medium none;
  display: block;
  float: left;
  margin-bottom: 20px;
  margin-top: 5px;
  padding-bottom: 20px;
  padding-top: 0;
  width: 100%; }

.blog-area.full-blog.single-blog .meta ul {
  display: inline-block; }

.blog-area.full-blog.single-blog .meta > ul {
  display: inline-block;
  padding: 5px 0; }

.blog-area.full-blog.single-blog .meta .share > i {
  display: inline-block;
  float: left;
  font-size: 20px;
  margin: 0 7px 0 0;
  padding: 8px 0; }

.blog-area.full-blog.single-blog .meta .share li a {
  background: #2154cf none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  height: 35px;
  line-height: 37px;
  text-align: center;
  width: 35px; }

.blog-area.full-blog.single-blog .meta .share li a i {
  margin: 0; }

.blog-area.full-blog.single-blog .meta .share li {
  margin-left: 5px;
  margin-right: 0; }

.blog-area.full-blog.single-blog .meta li.twitter a {
  background-color: #00b6f1; }

.blog-area.full-blog.single-blog .meta li.pinterest a {
  background-color: #bd081c; }

.blog-area.full-blog.single-blog .meta li.facebook a {
  background-color: #3b5998; }

.blog-area.full-blog.single-blog .meta li.g-plus a {
  background-color: #df4a32; }

.blog-area.full-blog.single-blog .meta li.vimeo a {
  background-color: #1ab7ea; }

.blog-area.full-blog.single-blog .meta li.instagram a {
  background-color: #cd486b; }

x
svikc
.blog-area .item blockquote {
  background: #13304a none repeat scroll 0 0;
  border: medium none;
  color: #cccccc;
  font-size: 15px;
  padding: 50px;
  position: relative;
  text-align: center;
  z-index: 1; }

.blog-area .item blockquote::after {
  content: ",,";
  font-family: "Times New Roman";
  font-size: 180px;
  left: 80px;
  letter-spacing: -15px;
  margin-left: -20px;
  opacity: 0.2;
  position: absolute;
  top: 80px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

.blog-area .item blockquote p {
  margin: 0; }

.author-bio {
  display: block;
  margin-top: 45px;
  width: 100%; }

.author-bio .avatar {
  display: table-cell;
  vertical-align: top;
  width: 200px; }

.author-bio .content {
  display: table-cell;
  padding: 0 0 0 10px;
  vertical-align: middle; }

.author-bio .content p {
  font-style: italic;
  margin: 0;
  padding-left: 20px;
  position: relative;
  z-index: 1; }

.author-bio .content p::after {
  content: ",,";
  font-family: "Times New Roman";
  font-size: 100px;
  left: 20px;
  letter-spacing: -12px;
  opacity: 0.1;
  position: absolute;
  top: 10px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

.author-bio .content h4 {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 15px;
  padding-left: 20px;
  text-transform: uppercase; }

.blog-area.single-blog .post-pagi-area {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  margin: 40px 0 50px;
  overflow: hidden;
  padding: 15px 0; }

.blog-area.single-blog .post-pagi-area a {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase; }

.blog-area.single-blog .post-pagi-area a:hover {
  color: #2154cf; }

.blog-area.single-blog .post-pagi-area a:last-child {
  float: right; }

.blog-area.single-blog .post-pagi-area a:first-child i {
  margin-right: 3px; }

.blog-area.single-blog .post-pagi-area a:last-child i {
  margin-left: 3px; }

.blog-area.single-blog .post-tags span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-right: 5px;
  text-transform: uppercase; }

.blog-area.single-blog .post-tags a {
  border: 1px solid #e7e7e7;
  color: #13304a;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 8px;
  margin-right: 5px;
  padding: 3px 25px;
  text-transform: uppercase; }

.blog-area.single-blog .post-tags a:hover {
  color: #2154cf; }

.responsive-video {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative; }

.responsive-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.comments-list .commen-item .avatar {
  float: left;
  height: 100px;
  width: 100px; }

.comments-list .commen-item .content {
  display: table-cell;
  vertical-align: top; }

.comments-list .commen-item .avatar img {
  height: 80px;
  width: 80px; }

.comments-list .commen-item {
  margin-bottom: 30px; }

.comments-list .commen-item.reply {
  padding-left: 80px; }

.comments-area {
  margin-top: 50px; }

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase; }

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }

.comments-info a {
  border: 1px solid #e7e7e7;
  color: #13304a;
  display: inline-block;
  font-size: 12px;
  margin-left: 14px;
  padding: 1px 10px;
  text-transform: uppercase; }

.comments-info a:hover {
  color: #2154cf; }

.color-yellow .comments-info a:hover {
  color: #ff9800; }

.comments-info a i {
  margin-right: 10px; }

.comments-form input,
.comments-form textarea {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit; }

.comments-form textarea {
  min-height: 150px; }

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0; }

.comments-form button {
  background-color: #ef4d22;
  border: 1px solid transparent;
  color: #13304a;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 20px;
  padding: 9px 35px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out; }

.comments-form button:hover {
  background-color: #13304a;
  border: 1px solid transparent;
  color: #ffffff; }

.comments-area .commen-item .comments-info {
  margin-bottom: 15px; }

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase; }

.blog-area .contact-comments .comments {
  margin-top: 20px; }

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  float: left;
  padding: 0 15px; }

.blog-items {
  display: flex;
  flex-wrap: wrap; }

.blog-area .blog-items .thumb img {
  max-width: 100vw !important;
  width: 100%; }

@media only screen and (max-width: 1920px) {
  .our-customer-section .tab-content .tab-pane .content-title {
    line-height: 1.2; }
  .why-choose-us-section {
    background-size: cover;
    width: 100vw; } }

@media only screen and (max-width: 1200px) {
  .banner-section {
    height: 100%; }
  .heading {
    font-size: 36px;
    line-height: 1.4; }
  .trip-of-the-month-section .right-section {
    padding-top: 5px; }
  .trip-of-the-month-section .right-section .content-box-detail {
    width: 100%; }
  .meet-our-heroes-section img {
    padding: 0px;
    margin: 0%; }
  .meet-our-heroes-section .meet-our-heroes-section-text {
    padding-left: 20px; }
  .wonders-holiday-section .hover-layer .right-content p:last-child {
    font-size: 16px; }
  .featured-section .right-content {
    width: 100%; }
  .owl-nav button {
    display: none; }
  .we-recommend-section .right-section .content-box-detail p:last-child {
    width: 42%;
    right: 0%; }
  .overview-section .right-section .content .price-content .price-section {
    padding: 1rem; }
  .overview-section .right-section .primary-button {
    width: 186px; }
  .discount-section-text h2 {
    font-size: 21px; }
  .discount-section-text .phone span {
    font-size: 18px; } }

@media only screen and (max-width: 994px) {
  body {
    overflow-x: hidden; }
  .content-section .social-icon {
    margin-left: 40px !important; }
  .adventure-section {
    padding-top: 1rem; }
  .adventure-section img {
    margin-top: 10rem; }
  .wonders-holiday-section .wonder-holiday-cards .card .card-img-top {
    object-fit: cover; }
  .why-choose-us-section .content-section .content {
    width: 45%;
    padding: 20px; }
    .why-choose-us-section .content-section .content .small-heading {
      font-size: 19px; }
  .trip-of-the-month-section .right-section .content {
    padding: 20px; }
  .trip-of-the-month-section .right-section .para-content {
    margin-bottom: 4rem; }
  .trip-of-the-month-section .right-section .content-box-detail {
    width: 70%;
    left: 0%; }
  .footer-section .content-section {
    flex: none !important; }
  .featured-section img {
    width: 90%; }
  .featured-section .right-content {
    margin-top: 3rem; }
  .we-recommend-section .right-section .content-box-detail p:first-child {
    padding: 0%;
    width: 50%;
    font-size: 14px;
    padding: 6px 0px 6px 6px; }
  .we-recommend-section .right-section .content-box-detail p:last-child {
    padding: 0%;
    width: 50%;
    font-size: 14px;
    padding: 6px 0px 6px 6px; }
  .search-box {
    width: 700px; }
  .adventure-text {
    margin-top: 2rem;
    margin-left: 0; }
  .content-top {
    margin-top: 7rem; }
  #inner-page .banner-section .banner-feature-section .feature-content {
    margin: 10px; }
  .overview-section .right-section {
    width: 100%;
    padding: 30px 20px; }
    .overview-section .right-section .content {
      text-align: center; }
      .overview-section .right-section .content .price-content .price-section .amt {
        font-size: 28px;
        margin-top: 5px; }
  #custom_html-2 #CDSWIDSSP {
    width: 100%; }
    #custom_html-2 #CDSWIDSSP .video-section > div {
      width: 90vw; }
    #custom_html-2 #CDSWIDSSP .video-section .video-box {
      width: 100%;
      height: 400px; }
    #custom_html-2 #CDSWIDSSP .video-section .photos-box {
      width: 100%;
      height: 400px; }
    #custom_html-2 #CDSWIDSSP .video-section .video-box .btnPanel {
      top: 10px;
      right: 10px; }
  .your-booking .card-body .detail-show p span {
    right: 0%; }
  .heading,
  .banner-heading {
    font-size: 32px; }
  .trip-of-the-month-section .row > * {
    padding-left: 0; }
  .video-section .photos-box {
    width: 100%; }
    .video-section .photos-box img {
      object-fit: contain; }
    .video-section .photos-box .owl-stage {
      height: 100%; } }

@media only screen and (max-width: 862px) {
  .overview-section .right-section .content .price-content .buttons .btn {
    width: 160px !important; } }

@media only screen and (max-width: 767px) {
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fffdfd2b;
    border: 1px solid #f5f1f1;
    border-radius: 0.25rem; }
  .heading {
    font-size: 38px; }
  .adventure-section img {
    width: 90%;
    margin-top: 0px;
    left: 4%; }
  .search-box form {
    display: flex;
    flex-direction: row !important; }
  .we-recommend-section .left-section {
    margin-bottom: 2rem; }
  .why-choose-us-section .banner-btn {
    display: flex; }
    .why-choose-us-section .banner-btn a {
      margin-top: 0rem; }
  .our-customer-section .tab-content {
    margin-top: 2rem; }
  .meet-our-heroes-section .left-section img {
    margin: 20px; }
  .featured-section {
    background: honeydew; }
  .featured-section .right-content {
    margin-top: 0rem; }
  .featured-section .container img {
    width: 60%;
    padding: 0px;
    margin: 10px; }
  .footer-section {
    margin-top: 4rem; }
  .why-choose-us-section .content-section .content {
    width: 100%; }
  .footer-section .top-footer {
    padding-left: 2rem; }
  .search-box {
    padding: 16px;
    height: auto;
    width: 70vw !important; }
    .search-box form {
      padding-left: 0;
      flex-direction: column; }
  .video-section {
    top: calc(100% + 20px); }
    .video-section .video-box {
      height: 264px;
      min-height: auto; }
  .video-section ul .nav-link.active {
    color: #13304a;
    border-bottom: 2px solid #13304a; }
  .video-section ul a {
    color: #13304a; }
  .navbar-section > .container {
    max-width: 90vw; }
    .navbar-section > .container .top-icon-link {
      display: none !important; }
  .video-section ul .nav-link.active::after {
    border-color: #13304a transparent transparent transparent; }
  #inner-page .banner-section {
    min-height: 448px;
    margin-bottom: 390px; } }

@media only screen and (max-width: 767px) {
  .banner-content .heading {
    font-size: 28px;
    margin-top: 30px; }
  .banner-feature-section img {
    width: 40px; }
  .banner-feature-section .content {
    line-height: 0.5; }
  .banner-btn {
    display: none; }
  .search-box form {
    display: flex;
    flex-direction: column !important; }
    .search-box form .btn-search {
      margin-top: 20px; }
  .search-box form > div {
    padding-left: 10px; }
  .search-box input {
    padding-left: 28px; }
  .banner-section .banner-content {
    margin-top: 3rem;
    display: block; }
  .overview-section .right-section {
    padding: 20px 0px; }
  .price-content {
    padding: 30px;
    text-align: center; }
    .price-content .price-section {
      justify-content: center; }
  .package-box {
    padding: 0; }
    .package-box .overview-section .right-section .content .banner {
      margin-top: 3rem; }
    .package-box #inner-page .banner-section .banner-feature-section .feature-content {
      min-width: 40%; }
  .featured-section {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important; }
  .discount-section-text {
    flex-wrap: wrap; }
  .discount-section-text h2 {
    font-size: 16px; }
  .discount-section-text .phone span {
    font-size: 14px; } }

@media only screen and (max-width: 620px) {
  .banner-content .heading {
    font-size: 21px; } }

@media (max-width: 575px) {
  .banner-content {
    display: none !important; }
  .overlay-layer {
    width: 97% !important; }
  #inner-page .banner-section .banner-feature-section .feature-content {
    margin: 15px; }
  #banner-carousel {
    margin-top: -220px; }
  .adventure-section img {
    width: 80%; }
  .video-section > div {
    width: calc(100vw - 30px); }
  .video-section .video-box {
    min-height: auto;
    height: 248px; }
  .why-choose-us-section .content-section {
    flex-direction: column; }
  .trip-of-the-month-section .right-section .content-box-detail {
    width: 100%;
    display: flex; }
  .review-top {
    flex-direction: column; }
  .review-top > :first-child {
    margin-bottom: 16px; } }

@media only screen and (max-width: 425px) {
  .banner-content-inner .heading {
    font-size: 26px; }
  .banner-feature-section img {
    width: 30px; }
  .banner-feature-section .content {
    line-height: 0.5; }
  .why-choose-us-section {
    padding: 20px; }
    .why-choose-us-section .content-section {
      flex-direction: column;
      margin-top: 0;
      padding: 0%; }
      .why-choose-us-section .content-section p {
        line-height: 20px;
        margin-bottom: 10px; }
    .why-choose-us-section .banner-btn a {
      margin: 0px 2px;
      font-size: 14px; }
  .heading,
  .banner-heading {
    font-size: 32px; }
  .banner-section .banner-content {
    padding: 0px 20px; }
  .adventure-section img {
    left: 3%;
    width: 90%; }
  .featured-section .container img {
    width: 70%; }
  .banner-section .banner-content {
    margin-top: 3rem; }
  .why-choose-us-section .banner-btn {
    flex-direction: column;
    align-items: center; }
    .why-choose-us-section .banner-btn .btn {
      margin: 6px 0;
      max-width: 160px; }
  .meet-our-heroes-section .card img {
    height: 100px; }
  .meet-our-heroes-section .col-4 {
    padding-left: 8px;
    padding-right: 8px; }
  .search-box {
    width: 80vw !important; }
  .banner-section .banner-content {
    display: none; } }

@media only screen and (max-width: 320px) {
  .footer-section .top-footer {
    padding-left: 20px; }
  .heading,
  .banner-heading {
    font-size: 28px; }
  .bottom-icon-section {
    padding: 0%; }
  .featured-section .container img {
    width: 80%; }
  .trip-of-the-month-section .right-section .content-box-detail {
    display: flex;
    flex-direction: row; }
    .trip-of-the-month-section .right-section .content-box-detail .box-detail {
      padding: 10px 20px; }
  .why-choose-us-section {
    padding-top: 40px;
    height: 110vh; }
  .a {
    margin-bottom: 10px; }
  .logo {
    flex-direction: column; }
  .footer-section .bottom-icon-section {
    padding: 10px 0px; } }

@media (max-width: 1000px) {
  .adventure-section {
    position: relative;
    z-index: -1; } }

#inner-page-about .banner-content-inner {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 0 4rem 0;
  position: relative; }

#inner-page-about .banner-heading {
  color: #fff;
  text-align: center; }

#inner-page-about .description-section {
  margin: 2em 0px; }
  #inner-page-about .description-section .quote {
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    color: #13304a; }
  #inner-page-about .description-section .card-grid-box {
    margin-bottom: 20px; }
    #inner-page-about .description-section .card-grid-box .card-sm {
      height: 100%;
      box-shadow: 0 0 9px rgba(167, 166, 166, 0.2);
      border-left: 2px solid #ef4d22; }
      #inner-page-about .description-section .card-grid-box .card-sm .card-heading {
        padding: 30px 10px 10px 20px; }
        #inner-page-about .description-section .card-grid-box .card-sm .card-heading img {
          height: 100%;
          margin: 5px 10px; }
        #inner-page-about .description-section .card-grid-box .card-sm .card-heading h3 {
          color: #2d3f50; }
      #inner-page-about .description-section .card-grid-box .card-sm p {
        padding: 10px 20px;
        text-align: justify;
        color: #6e6c6c; }

#inner-page-about .threeCards .abt-card {
  background: #fff; }
  #inner-page-about .threeCards .abt-card .card-detail {
    margin: 10px;
    box-sizing: border-box;
    background: #fff; }

#inner-page-about .threeCards .title-group .svg-inline--fa {
  font-size: 21px;
  margin: 6px 10px 0px 0px; }

#inner-page-about .threeCards p {
  border-left: 2px solid #13304a;
  padding: 10px 0px 0px 30px; }

#inner-page-about .whyusCards {
  background: rgba(19, 48, 74, 0.06); }
  #inner-page-about .whyusCards .container .payment-detail .abt-card {
    background: #fff;
    border: 6px solid rgba(19, 48, 74, 0.06);
    box-sizing: border-box; }
    #inner-page-about .whyusCards .container .payment-detail .abt-card .card-detail {
      margin: 10px 0px;
      padding: 10px; }
  #inner-page-about .whyusCards .card-box {
    box-shadow: 0 0 9px rgba(167, 166, 166, 0.2);
    padding: 20px;
    background: #fafafa; }
    #inner-page-about .whyusCards .card-box .svg-inline--fa {
      color: #ef4d22;
      font-size: 21px; }
    #inner-page-about .whyusCards .card-box .number {
      color: #ef4d22;
      font-weight: bold; }
  #inner-page-about .whyusCards .title-group {
    height: auto;
    align-items: center;
    margin-right: 10px;
    display: flex; }
    #inner-page-about .whyusCards .title-group img {
      justify-content: center; }
    #inner-page-about .whyusCards .title-group .line-clamp {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }

.note {
  font-size: 14px;
  color: #5c5a5a; }

.inner-page-about p {
  color: red; }

.payment-detail-section {
  background: #F1F3F4;
  color: #ebebeb;
  padding: 3rem 0;
  border-bottom: 4px solid rgba(23, 61, 95, 0.76); }
  .payment-detail-section .payment-contents {
    background: #fff;
    color: #000; }
    .payment-detail-section .payment-contents h3 {
      color: #2d3f50;
      font-weight: 600; }
  .payment-detail-section .left-content {
    padding: 4em 0 2em 0; }
  .payment-detail-section .payment-content {
    text-align: center; }
  .payment-detail-section .lg-text {
    font-size: 21px;
    padding-top: 10px;
    text-align: center; }
  .payment-detail-section p {
    font-weight: lighter; }
  .payment-detail-section h4 {
    font-size: 16px; }
  .payment-detail-section .payment-detail {
    display: flex;
    padding-bottom: 4rem;
    align-items: center; }
    .payment-detail-section .payment-detail .abt-card .card-detail, .payment-detail-section .payment-detail .card-detail-mid {
      margin-left: 20px;
      margin-top: 30px;
      box-shadow: 0px 0px 6px 3px rgba(205, 205, 205, 0.25);
      padding: 20px; }
      .payment-detail-section .payment-detail .abt-card .card-detail .text-detail, .payment-detail-section .payment-detail .card-detail-mid .text-detail {
        padding-left: 30px; }
        .payment-detail-section .payment-detail .abt-card .card-detail .text-detail > div, .payment-detail-section .payment-detail .card-detail-mid .text-detail > div {
          font-size: 14px; }
        .payment-detail-section .payment-detail .abt-card .card-detail .text-detail h4, .payment-detail-section .payment-detail .card-detail-mid .text-detail h4 {
          font-size: 18px; }
      .payment-detail-section .payment-detail .abt-card .card-detail .title-group, .payment-detail-section .payment-detail .card-detail-mid .title-group {
        height: 100%;
        display: flex;
        padding: 8px 0; }
        .payment-detail-section .payment-detail .abt-card .card-detail .title-group .svg-inline--fa, .payment-detail-section .payment-detail .card-detail-mid .title-group .svg-inline--fa {
          color: #ef4d22;
          height: 100%;
          width: 26px; }
    .payment-detail-section .payment-detail .abt-card.last {
      width: 100%;
      margin-left: 27%; }
    .payment-detail-section .payment-detail .card-detail-mid {
      justify-content: center;
      margin-top: 30px; }

.cancellection-section {
  padding-top: 3em;
  padding-bottom: 3em; }
  .cancellection-section .content {
    text-align: center; }
    .cancellection-section .content p {
      justify-content: center;
      text-align: left; }
    .cancellection-section .content .para-bold {
      font-size: 18px;
      font-weight: bold;
      text-align: center; }
    .cancellection-section .content .panel-group {
      margin-top: 6rem; }
  .cancellection-section .text-content .para-bold {
    font-size: 20px;
    color: #13304A;
    font-weight: bold; }

@media (max-width: 576px) {
  .cancellection-section .content {
    padding: 20px; }
  .extra-details .note {
    padding: 20px; } }

.flight-content {
  text-align: center; }

.extra-details {
  padding: 5em 0em; }
  .extra-details .content {
    box-shadow: 0 0 9px rgba(167, 166, 166, 0.3);
    padding: 30px;
    margin-bottom: 20px;
    border-left: 2px solid #ef4d22; }
  .extra-details .note {
    margin: 20px 0px;
    font-size: 14px;
    font-weight: 500; }

.note-txt {
  color: #ef4d22;
  font-weight: 400; }

.steps-box .card-footer {
  margin-bottom: 20px;
  border: none;
  padding: 30px 20px;
  font-weight: 600; }
  .steps-box .card-footer .svg-inline--fa {
    font-size: 38px;
    margin: auto;
    display: flex;
    margin-bottom: 20px; }
  .steps-box .card-footer .number {
    color: #ef4d22; }

.steps-box .center-card {
  border: none;
  height: 100%;
  padding-top: 4em; }
  .steps-box .center-card .card {
    border: none;
    background: #2d3f50;
    color: #fff; }
  .steps-box .center-card .center-content {
    font-size: 28px;
    text-align: center; }

.change-trip-section {
  margin: 4rem 0; }
  .change-trip-section .content-section {
    margin-top: 3rem; }
    .change-trip-section .content-section .top {
      margin: 10px 0px; }
      .change-trip-section .content-section .top img {
        height: 100%;
        margin-right: 10px; }
      .change-trip-section .content-section .top h4 {
        color: #13304A; }

.passport-visa-section {
  background: #F1F3F4;
  padding: 4rem 0; }
  .passport-visa-section .content {
    background: #fff;
    padding: 1rem; }

@media (max-width: 991px) {
  .abt-card.last {
    margin-left: 0% !important;
    text-align: left; }
    .abt-card.last .card-detail-mid {
      justify-content: left; }
  .cancellection-section .container {
    padding: 10px; } }

@media (max-width: 767px) {
  .steps-box .center-card {
    padding-top: 1rem;
    margin-bottom: 2rem; } }


    /* discover more shape css */
    .discover__more-wrapper{
      position: relative;
      padding-bottom: 6rem;
      top: 3rem;
      overflow: hidden;
    }

    /* grid circle ver and hor */
    .discover__more-wrapper .grid__circles{
      position: absolute;
      top: -2rem;
      left: 17rem;
      display: flex;
      z-index: -1;
    }

    /* vertical circle div */
    .discover__more-wrapper .grid__circles .grid__circles-ver{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }

    .discover__more-wrapper .grid__circles .grid__circles-ver div{
      background: #FEF0E8;
      width: 25px;
      height: 25px;
      border-radius: 50px;
      margin-right: 0.5rem;
      margin-bottom: 0.5rem;
    }

    /* horizontal circle div */
    .discover__more-wrapper .grid__circles .grid__circles-hor{
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      height: 100px;
    }

    .discover__more-wrapper .grid__circles .grid__circles-hor div{
      background: #FEF0E8;
      width: 25px;
      height: 25px;
      border-radius: 50px;
      margin-right: 0.5rem;
    }

    /* responsive breakpoints */
    @media (max-width: 1768px){
      .discover__more-wrapper .grid__circles{
        left: 12rem;
      }

      .we-recommend-section.section-padding .grid__circles{
        right: 13rem;
      }
    }

    @media (max-width: 1536px){
      .discover__more-wrapper .grid__circles{
        left: 5rem;
      }

      .we-recommend-section.section-padding .grid__circles{
        right: 6rem;
      }
    }

    @media (max-width: 1366px){
      .discover__more-wrapper .grid__circles{
        left: 0rem;
      }

      .we-recommend-section.section-padding .grid__circles{
        right: .5rem;
      }
    }

    @media (max-width: 1365px){
      .discover__more-wrapper .grid__circles{
        display: none;
      }

      .we-recommend-section.section-padding .grid__circles{
        display: none;
      }
    }

    @media (max-width: 1200px){
      .why-choose-us-section .heading::before{
        left: 10rem;
        top: 1.5rem;
      }

      .why-choose-us-section .heading::after{
        right: 10rem;
        top: 1.5rem;
      }
    }

    @media (max-width: 1199px){
      .why-choose-us-section .heading::before{
        left: 4rem;
        top: 1.5rem;
      }

      .why-choose-us-section .heading::after{
        right: 4rem;
        top: 1.5rem;
      }
    }

    @media (max-width: 991px){
      .why-choose-us-section .heading::before{
        left: -2rem;
        top: 1.5rem;
      }

      .why-choose-us-section .heading::after{
        right: -2rem;
        top: 1.5rem;
      }
    }

    @media (max-width: 767px){
      .why-choose-us-section .heading::before{
        left: -4rem;
        top: 1.5rem;
        width: 10rem;
      }

      .why-choose-us-section .heading::after{
        right: -4rem;
        top: 1.5rem;
        width: 10rem;
      }
    }

    @media (max-width: 767px){
      .why-choose-us-section .heading::before{
        left: 0rem;
        top: 1.5rem;
        width: 7rem;
      }

      .why-choose-us-section .heading::after{
        right: 0rem;
        top: 1.5rem;
        width: 7rem;
      }
    }

    @media (max-width: 550px){
      .why-choose-us-section .heading::before{
        left: 0rem;
        top: -.5rem;
        width: 7rem;
      }

      .why-choose-us-section .heading::after{
        right: 0rem;
        top: 3rem;
        width: 7rem;
      }
    }
    /* end of responsive breakpoints */

    /* grid round circle */
    .discover__more-wrapper .grid__round-circle{
      position: absolute;
      bottom: 0;
      right: -2rem; 
    }

    .discover__more-wrapper .grid__round-circle div{
      width: 250px;
      height: 250px;
      border-radius: 50%;
      background: #FEF0E8;
      position: absolute;
      top: -11rem;
      right: 1rem;
    }

    .discover__more-wrapper .grid__round-circle div::before{
      content: '';
      position: absolute;
      top: -1rem;
      width: 300px;
      height: 300px;
      border: 3px solid rgba(240, 78, 35, 0.2);
      border-radius: 50%;
    }


    .meet-our-heroes-section{
      padding: 10rem 0;
    }

    /* we recommend you section dots */
    .we-recommend-section{
      position: relative;
      overflow: hidden;
    }

    .we-recommend-section .card{
      width: 100%;
    }

    .we-recommend-section .card a{
      width: 100%;
    }

    .we-recommend-section .grid__circles{
      position: absolute;
      bottom: -1rem;
      right: 17rem;
      display: flex;
      flex-direction: row-reverse;
    }
    /* vertical circle div */
    .we-recommend-section .grid__circles .grid__circles-ver{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }

    .we-recommend-section .grid__circles .grid__circles-ver div{
      background: #FEF0E8;
      width: 25px;
      height: 25px;
      border-radius: 50px;
      margin-right: 0.5rem;
      margin-bottom: 0.5rem;
    }

    /* horizontal circle div */
    .we-recommend-section .grid__circles .grid__circles-hor{
      position: absolute;
      bottom: 0;
      right: 6.2rem;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      height: 100px;
    }

    .we-recommend-section .grid__circles .grid__circles-hor div{
      background: #FEF0E8;
      width: 25px;
      height: 25px;
      border-radius: 50px;
      margin-right: 0.5rem;
    }

    /* trip of the mont responsive breakpoints */
    @media screen and (max-width: 1100px) {
      .trip-of-the-month-section .container .row .right-section-content {
        grid-gap: 0rem;
      }
    }
    
    @media screen and (max-width: 992px) {
      .trip-of-the-month-section .container .row .right-section-content {
        display: flex;
        flex-direction: column;
        margin-top: 0;
      }
      .trip-of-the-month-section .container .row .right-section-content .left-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 3rem;
        padding: 0 150px;
      }
      .trip-of-the-month-section .container .row .right-section-content .left-section .left-section-text {
        text-align: justify;
      }
    }

    @media (max-width: 991px) {
      .trip-of-the-month-section .container .row .right-section-content .left-section {
        padding: 0 50px; } }
    
    @media (max-width: 767px) {
      .trip-of-the-month-section .container .row .right-section-content .right-section .small-heading {
        font-size: 18px; }
      .trip-of-the-month-section .container .row .right-section-content .right-section .big-heading {
        font-size: 35px; }
      .trip-of-the-month-section .container .row .right-section-content .left-section {
        padding: 0 30px; } }
    
    @media (max-width: 575px) {
      .trip-of-the-month-section{
        padding: 2rem 1rem;
      }

      .trip-of-the-month-section .container .row .right-section-content .right-section .small-heading {
        font-size: 16px; }
      .trip-of-the-month-section .container .row .right-section-content .right-section .big-heading {
        font-size: 30px; }
      .trip-of-the-month-section .container .row .right-section-content .left-section {
        padding: 0 60px; } }

    @media (max-width: 500px){
      .trip-of-the-month-section .right-section-content .left-section-details{
        position: relative;
        left: .5rem;
      }
    }
    
    @media (max-width: 480px) {
      .trip-of-the-month-section .container .row .right-section-content .left-section {
        width: 110%; }
      .trip-of-the-month-section .right-section-content .left-section-details {
        width: 392px; } 
      .trip-of-the-month-section .right-section-content .left-section-details .price::after{
        left: -.5rem;
      }
      .trip-of-the-month-section .right-section-content .left-section-details .day::after{
        right: -.5rem;
      }
      .trip-of-the-month-section .right-section-content .left-section-details .type::after{
        right: -.5rem;
      }
    }
    
    @media (max-width: 425px) {
      .trip-of-the-month-section .container .row .right-section-content {
        padding-left: 10px; }
      .trip-of-the-month-section .container .row .right-section-content .rating__stars {
        margin-top: 0rem; }
      .trip-of-the-month-section .container .row .right-section-content .left-section {
        width: 120%; }
      .trip-of-the-month-section .container .row .right-section-content .left-section p:first-child{
        font-size: 12px;
      }
      
      .trip-of-the-month-section .right-section-content .left-section-details .price::after{
        top: 0.7rem;
      }
      .trip-of-the-month-section .right-section-content .left-section-details .days::after{
        top: 0.7rem;
      }
      .trip-of-the-month-section .right-section-content .left-section-details .type::after{
        top: 0.7rem;
      }
    }
    
    @media (max-width: 400px) {
      .trip-of-the-month-section .container .row .right-section-content .rating__stars {
        margin-top: 0rem; }
      .trip-of-the-month-section .container .row .right-section-content .left-section {
        width: 125%; }
      .trip-of-the-month-section .container .row .right-section-content .right-section .small-heading {
        font-size: 14px; }
      .trip-of-the-month-section .container .row .right-section-content .right-section .big-heading {
        font-size: 26px; }
      .trip-of-the-month-section .right-section-content .left-section-details {
        width: 352px; }
      .trip-of-the-month-section .right-section-content .left-section-details .days::after {
        content: '';
        position: absolute;
        top: 1rem;
        right: -0.5rem;
        width: 0.1rem;
        height: 3rem;
        background: #0009; }
      .trip-of-the-month-section .right-section-content .left-section-details .type::after {
        content: '';
        position: absolute;
        top: 1rem;
        right: -0.5rem;
        width: 0.1rem;
        height: 3rem;
        background: #0009; }
      .trip-of-the-month-section .right-section-content .left-section-details .price::after {
        content: '';
        position: absolute;
        top: 1rem;
        left: -0.5rem;
        width: 0.1rem;
        height: 3rem;
        background: #0009; } }
    
    @media (max-width: 350px) {
      .trip-of-the-month-section {
        height: 100%; }
      .why-choose-us-section {
        height: 80vh !important; }
      .trip-of-the-month-section .container .row .right-section-content .left-section {
        width: 135%; }
      .trip-of-the-month-section .right-section-content .left-section-details {
        width: 296px; }
      .trip-of-the-month-section .right-section-content .left-section-details p {
        font-size: 10px; }
      .trip-of-the-month-section .right-section-content .left-section-details .days::after {
        content: '';
        position: absolute;
        top: 1rem;
        right: -0.5rem;
        width: 0.1rem;
        height: 2.1rem;
        background: #0009; }
      .trip-of-the-month-section .right-section-content .left-section-details .type::after {
        content: '';
        position: absolute;
        top: 1rem;
        right: -0.5rem;
        width: 0.1rem;
        height: 2.1rem;
        background: #0009; }
      .trip-of-the-month-section .right-section-content .left-section-details .price::after {
        content: '';
        position: absolute;
        top: 1rem;
        left: -0.5rem;
        width: 0.1rem;
        height: 2.1rem;
        background: #0009; } }
    
    @media (max-width: 320px) {
      .trip-of-the-month-section {
        height: 100%;
        margin-top: 1.5rem;
      }
      .why-choose-us-section {
        height: 80vh !important; }
      .trip-of-the-month-section .container .row .right-section-content .left-section {
        width: 140%; }
      .trip-of-the-month-section .right-section-content .left-section-details {
        width: 296px; }
      .trip-of-the-month-section .right-section-content .left-section-details p {
        font-size: 10px; }
      .trip-of-the-month-section .right-section-content .left-section-details .days::after {
        content: '';
        position: absolute;
        top: 1rem;
        right: -0.5rem;
        width: 0.1rem;
        height: 2.1rem;
        background: #0009; }
      .trip-of-the-month-section .right-section-content .left-section-details .type::after {
        content: '';
        position: absolute;
        top: 1rem;
        right: -0.5rem;
        width: 0.1rem;
        height: 2.1rem;
        background: #0009; }
      .trip-of-the-month-section .right-section-content .left-section-details .price::after {
        content: '';
        position: absolute;
        top: 1rem;
        left: -0.5rem;
        width: 0.1rem;
        height: 2.1rem;
        background: #0009; } }


        /* overflow hidden when modal in active */
        .overflowHide{
          overflow: hidden;
        }


        .accept__checkbox-policy{
          display: flex;
          margin-bottom: -2rem;
        }

        .accept__checkbox-policy label{
          margin-left: 1rem;
          font-family: 'ubuntu', sans-serif;
          font-weight: 300;
          font-size: 16px;
        }

        .accept__checkbox-policy input{
          width: unset !important;
          height: unset !important;
          position: relative;
          top: 0rem;
          margin-left: 1rem;
        }

        .accept__checkbox-policy label span{
          color: #ef4d22;
        }

        .custom__padding-image{
          padding: 0;
        }

        .eating__fooding-section{
          width: 100%;
          height: 100%;
          /* background: red; */
        }

        .eating__fooding-section .left-section{
          width: 500px;
          height: 300px;
        }

        .eating__fooding-section .left-section img{
          width: 100%;
          height: 100%;
        }