@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@import "root.css";
html { scroll-behavior: smooth !important;}
html, body {
  width: 100%;
  height: 100%;
}
body { background-color: var(--body-bg-color); font-family: 'Poppins', sans-serif; }
h1,h2,h3,h4,h5,h6 { margin: 0px; color: var(--primary-font-color);}
ul li { font-size: 13px !important; /*word-break: break-all;*/}
.month-nav-tabs ul li { font-size: 1rem !important; line-height: 10pt;}
h4 {
    font-size: 1.1rem !important;
}
.h5, h5 { font-size: 1rem !important;}
hr { margin:0px !important;}
@media (min-width: 1200px) {
.h2, h2 {
    font-size: 1.5rem;
}
}
.rounded {
  border-radius: 8px!important;
}
a {
    text-decoration: none !important;
    color: #000;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.h-100 { height:100vh !important; object-fit:cover;}

/*Basic padding styles*/
.pl-5 { padding-left: 5px !important;}
.pl-10 { padding-left: 10px !important;}
.pl-12 { padding-left: 12px !important;}
.pl-15 { padding-left: 15px !important;}
.pl-20 { padding-left: 20px !important;}
.pl-25 { padding-left: 25px !important;}
.pl-30 { padding-left: 30px !important;}
.pl-35 { padding-left: 35px !important;}
.pl-40 { padding-left: 40px !important;}
.pl-45 { padding-left: 45px !important;}
.pl-50 { padding-left: 50px !important;}
.pl-55 { padding-left: 55px !important;}
.pl-60 { padding-left: 60px !important;}
.pr-5  { padding-right: 5px !important;}
.pr-10 { padding-right: 10px !important;}
.pr-15 { padding-right: 15px !important;}
.pr-20 { padding-right: 20px !important;}
.pr-25 { padding-right: 25px !important;}
/*Basic Margin styles*/
.ml-5  { margin-left: 5px !important;}
.ml-10 { margin-left: 10px !important;}
.ml-15 { margin-left: 15px !important;}
.ml-20 { margin-left: 20px !important;}
.ml-25 { margin-left: 25px !important;}
.mr-5  { margin-right: 5px !important;}
.mr-10 { margin-right: 10px !important;}
.mr-15 { margin-right: 15px !important;}
.mr-20 { margin-right: 20px !important;}
.mr-25 { margin-right: 25px !important;}
.mr-30 { margin-right: 30px !important;}
.no-margin { margin: 0;}
.min-height-400 {
  min-height: 400px!important;
}
.w-100 {
  width: 100%!important;
}
.no-decoration { text-decoration: none !important;}
section { padding-top: 15px; padding-bottom: 15px;}
.bold-font { font-weight: 600;}
.sub-head { margin-bottom:20px;}
.sub-head h2 { font-weight: 300 !important;}
.text-grey { color: #888888;}
.light-text { font-weight: 400;}
.text-small { font-size: 0.9em; }
.text-xs { font-size: 0.8em !important;}
.full-width { width: 100%;}
.view-more-btn { background-color: var(--primary-bg); color: #fff !important; font-size: 12px !important; text-decoration: none !important; border-radius: 5px;}
.view-more-btn-inner { background-color: var(--primary-bg); color: #fff !important; font-size: 12px !important; text-decoration: none !important; border-radius: 5px; position: absolute; right: 0px; bottom:0px;}
.sign-btn { background-color: var(--primary-bg); color: #fff !important; font-size: 12px !important; text-decoration: none !important; border-radius: 5px; padding: 10px;}
.sign-btn-inner { background-color: var(--primary-bg); color: #fff !important; font-size: 12px !important; text-decoration: none !important; border-radius: 5px; position: absolute; right: 0px;}
section { padding-top: 30px; padding-bottom: 30px;}
.relative-pos { position: relative !important;}
/* Navigation style */

  .banner-area { position: relative;}
  .inner-banner-area { position: relative !important;}
  .inner-banner-area img { height:400px !important; width:100% !important;  object-fit:cover;}
  .search-area { position: absolute; bottom: 0; z-index: 99; width: 60%; bottom: 25%;  left: 50%;
    transform: translate(-50%, -50%);}

  .search-area input[type="text"] { background-color: #fff; border-radius: 5px; border: solid 1px #fff !important;}
  .search-area input[type="text"]:focus { box-shadow: none !important; }
  .search-area-inner { position: absolute; bottom: 0; z-index: 99; width: 60%; bottom: 0%;  left: 50%;
    transform: translate(-50%, -50%);}

  .search-area-inner input[type="text"] { background-color: #fff; border-radius: 10px; border: solid 1px #fff !important;}
  .search-area-inner input[type="text"]:focus { box-shadow: none !important; }

.search_btn {
    position: absolute;
    right: 20px;
    top: 63px;
    background: none !important;
    border: none !important;
}

.search_btn i { font-size: 20px;}

  .nav-bar-area {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(5px);
    position: fixed;
    z-index: 999;
    background: rgb(0 0 0 / 41%);
    width: 100%;
    padding: 12px;
    -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}
.feature-icon-area { padding-top: 40px; position: absolute; width: 100%;}
.feature-icon-area p { font-size: 12px;}
.home-nav-tabs .nav { position: static !important;}
.month-nav-tabs .nav { position: static !important}
.home-nav-tabs .nav-tabs {
  border-bottom: none !important;
}
.nav-link { color: #000;}
.home-nav-tabs .nav-tabs .nav-item.show .nav-link { border: none; color: #000000 !important; }
.home-nav-tabs .nav-tabs .nav-link { font-weight: 500;}
.home-nav-tabs .nav-tabs .nav-link.active {  font-weight: 500;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #f8faff #f8faff #f8faff
    !important;
} 

.home-nav-tabs .nav-tabs .nav-link.active { background-color:#ea1d23; color:#fff; }
.month-nav-tabs .nav-tabs .nav-link { padding: 10px !important; background-color: #fff !important; border-radius:50%; margin-right: 10px !important; color:#000 !important; font-size:0.9em !important; }
.month-nav-tabs .nav-tabs .nav-link.active { border:none !important; background-color: var(--primary-bg) !important; color: #fff !important; border-radius:50%; }
.month-nav-tabs .nav-tabs .nav-link:hover {
  border: solid 1px #ed1d24 !important; background-color:#ed1d24 !important; color:#fff !important;
}

.month-nav-tabs .nav-tabs .nav-link.active:hover {
    border: none !important;
    background-color: #ed1d24 !important;
    color: #fff !important;
} 
.month-nav-tabs .nav-tabs {
  border-bottom: none !important;
}


.price-nav-tabs .nav-tabs .nav-link {
    padding: 10px !important;
    background-color: #fff !important;
    border-radius:5px !important;
    margin-right: 10px !important;
    color: #000 !important;
    font-size: 0.9em !important;
}

    .price-nav-tabs .nav-tabs .nav-link.active {
        border: none !important;
        background-color: #575757 !important;
        color: #fff !important;
    }

    .price-nav-tabs .nav-tabs .nav-link:hover {
        border: solid 1px #575757 !important;
        background-color: #575757 !important;
        color: #fff !important;
    }

    .price-nav-tabs .nav-tabs .nav-link.active:hover {
        border: none !important;
        background-color: #575757 !important;
        color: #fff !important;
    }

.price-nav-tabs .nav-tabs {
    border-bottom: none !important;
}
.selector-tab li {
    display: block;
    padding: 5px 30px 5px 0px;
}
.selector-tab .nav-link { font-size: 14px !important; font-weight:500 !important; padding: 0px !important; }
.selector-tab .nav-link.active { border-bottom: solid 2px #ed1d24  !important; background: none !important; color: #000 !important; }
.days-count {
    background-color: #f8faff;
    display: inline-block;
    border-radius: 4px;
    font-size: 11px;
    padding: 5px 10px;
    color: #000 !important;
    border: solid 1px #969696;
    font-weight: 500;
}
#cruise-nav .nav-link.active { background: none; color:#000; border-bottom: solid 2px #ec1d23  !important;}
#cruise-nav li { font-size: 1em !important;}
.cruise-nav .item img { height: 120px !important; object-fit: cover;}
.cruise-nav .item h6 { font-size: 14px !important;}
/* Greyscale  */
.greyscale {
    filter: grayscale(100%);
    transition: filter 0.10s ease;
}

.colored {
  filter: grayscale(0%);
}
.about { background-color: var(--secondary-bg-color);}
.readall {
  position: relative;
  text-align: left;
  box-sizing: border-box;
}

.readall-wrapper {
  text-align: left;
}
.readall-button {
  
  background: none !important;
  border: none !important;
  padding: 0px !important;
  color: #ec1d24  !important;
  cursor: pointer;
  font-size: 0.9em;
}

.readall-button:hover {
  color: #ec1d24  !important;
  background: none !important;
}

.readall-hide:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 25px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), white 75%);
  
}
.readall-hide:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 25px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), white 75%);
}
.readall-hide:after {
  background: linear-gradient(rgba(245,245,245,.2),rgb(245,245,245));
}
.connect-us {  border-top: solid 1px #d8d8d8; background: #fcfdff;}
.sm { position: relative; list-style: none !important; padding-left: 0px !important;}
.sm li { margin-right: 15px;}
.sm li a {
  padding: 6px 10px;
  color: #fff !important;
  background-color: #290607;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: block;
}
.sm li a:hover {  background-color: var(--primary-bg); }
.back-to-top {
  position: fixed;
  bottom: 2px;
  right: 0;
  display: inline-block;
  padding: 0px;
  width: 40px;
  height: 40px;
  margin: 1em;
  background: #ec1d23;
  border: none;
  z-index: 99;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
}
.back-to-top:hover {
  cursor: pointer;
}

/* Floating labels */
.did-floating-label-content {
  position: relative;
  margin-bottom: 20px;
}
.did-floating-label {
  color: #1e4c82;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 11px;
  padding: 0 5px;
  background: #fff;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.did-floating-input, .did-floating-select {
  font-size: 12px;
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 20px;
  background: #fff;
  color: #323840;
  border: 1px solid #3D85D8;
  border-radius: 4px;
  box-sizing: border-box;
}
.did-floating-input:focus, .did-floating-select:focus {
  outline: none;
}
.did-floating-input:focus ~ .did-floating-label, .did-floating-select:focus ~ .did-floating-label {
  top: -8px;
  font-size: 13px;
}

select.did-floating-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.did-floating-select::-ms-expand {
  display: none;
}

.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
  top: -8px;
  font-size: 13px;
}

.did-floating-select:not([value=""]):valid ~ .did-floating-label {
  top: -8px;
  font-size: 13px;
}

.did-floating-select[value=""]:focus ~ .did-floating-label {
  top: 11px;
  font-size: 13px;
}

.did-floating-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
}

.did-error-input .did-floating-input, .did-error-input .did-floating-select {
  border: 2px solid #9d3b3b;
  color: #9d3b3b;
}
.did-error-input .did-floating-label {
  font-weight: 600;
  color: #9d3b3b;
}
.did-error-input .did-floating-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A");
}

.input-group {
  display: flex;
}
.input-group .did-floating-input {
  border-radius: 0 4px 4px 0;
  border-left: 0;
  padding-left: 0;
}

.input-group-append {
  display: flex;
  align-items: center;
  /*   margin-left:-1px; */
}

.input-group-text {
  display: flex;
  align-items: center;
  font-weight: 400;
  height: 34px;
  color: #323840;
  padding: 0 5px 0 20px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #3D85D8;
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.blog-img { margin-right: 15px; margin-bottom: 30px;}
footer { background-color: var(--secondary-bg-color); padding-top: 40px;}
footer ul { padding-left: 0px; list-style: none !important;}
footer ul li { font-size: 0.9em; line-height: 18pt;}
footer ul li a { color: #000 !important; text-decoration: none !important;}
.travel-news-section {
  margin-top: 90px;
}
.travel-news-section__wrap {
  margin-top: 30px;
  display: flex;
}
@media (max-width: 1023px) {
  .travel-news-section__wrap {
  margin-top: 24px;
  flex-flow: column wrap;
}
}.travel-news-section__list {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}
@media (max-width: 1023px) {
  .travel-news-section__list {
  order: 2;
}
}.travel-news-section__list-item:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .travel-news-section__list-item--view-more {
  margin: 20px auto 0 !important;
}
}@media (min-width: 1024px) {
  .travel-news-section__list-item--view-more {
  margin-top: 20px;
  margin-left: auto;
}
}.travel-news-section__featured {
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 1023px) {
  .travel-news-section__featured {
  order: 1;
}
}@media (min-width: 1024px) {
  .travel-news-section__featured {
  flex: 0 0 577px;
  margin-left: 50px;
  text-decoration: none !important;
}
}.travel-news-section__featured-image {
  width: 100%;
  height: 267px;
  object-fit: cover;
}
.travel-news-section__featured-title {
  font-size: 24px;
  color: #3a3a3a;
  font-weight: 600;
  line-height: 1.55;
  margin: 14px 0 8px;
  -webkit-line-clamp: 2;
  max-height: calc(2 * 1.55 * 24px);
  overflow: hidden;
}
.travel-news-section__featured-title:hover {
  color: #ed1d24;
}
.travel-news-section__featured-snippet {
  color: #707070;
  font-size: 14px;
  line-height: 1.43;
  -webkit-line-clamp: 2;
  max-height: calc(2 * 1.43 * 14px);
  overflow: hidden;
}
.travel-news-section__featured-read-more {
  margin-top: 20px;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .travel-news-section__featured-read-more {
  margin: 14px auto 30px;
}
}.travel-news {
  display: flex;
  flex-flow: row nowrap;
}
@media (min-width: 1024px) {
  .travel-news {
  width: 100%;
  text-decoration: none !important;
}
}.travel-news__image {
  height: 70px;
  flex: 0 0 94px;
  object-fit: cover;
  margin-right: 20px;
}
.travel-news__details {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.travel-news__title {
  font-size: 16px;
  font-weight: 600;
  color: #3a3a3a;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  max-height: calc(2 * 16px * 1.5);
  overflow: hidden;
}
.travel-news__title:hover {
  color: #ed1d24;
}
.travel-news__info {
  font-size: 12px;
  line-height: 1.5;
  color: #949494;
}

.general-img {position: relative; margin-bottom: 10px; }
.general-btn {
  position: absolute;
  left: 25px;
  bottom: 10px;
}

/* Mobile menu */
nav,
.navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

nav {
  position: fixed;
  z-index: 10;
  background-color: rgb(37 13 14 / 90%);
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: white;
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.nav-hide { display: none; }

.mob-menu ul {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0 !important;
}

.mob-menu ul li { list-style: none; }

.mob-menu ul li a {
  font-size: 30pt;
  color: inherit;
  font-weight: 500;
  text-decoration: none;
}

.navbar-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  z-index: 20;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 100%;
  height: 5px;
  margin-bottom: 7px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.navbar-on .bar1,
.navbar-on .bar2,
.navbar-on .bar3 { background-color: white; }

.navbar-on .bar1 {
  transform-origin: 10% 40%;
  transform: rotate(44deg);
}

.navbar-on .bar3 {
  transform-origin: 10% 40%;
  transform: rotate(-44deg);
}

.navbar-on .bar2 { background-color: transparent; }
.carousel-caption { bottom: 5.25rem }
.carousel-caption h5 { font-size: 3em !important; color: #fff !important; font-weight: 300 !important; }
.active-header-bg {
  background-color: #fff;
}
.package-text { position: absolute; bottom: 10px; left: 5px; z-index: 9999;}
.overlay_3::before {
  content: "";
  background-color: rgb(0 0 0 / 40%);
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  z-index: 99;
  border-radius: 8px;
}
.overlay-btn-white { background-color: #fff; border-radius: 5px; padding: 5px; position: absolute; top: 10px; right: 10px; color: #000; font-size: 13px; z-index:99;}



#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
.logo-container { margin-bottom: 30px;}
.login-btn { padding: 5px 15px; background-color: #000; color: #fff; border-radius: 5px; font-size: 0.9em; position: fixed;
  right: 130px;
  top: 20px; }
.login-btn:hover { background-color: #353535; color: #fff !important;}
.call { margin-bottom: 0px !important;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000000;
  background-color: transparent;
  font-weight: 500;
}
.mob-menu ul li a:hover { color: #ed1c24;}
.rating-bg { 
  background: #c21c22; 
  background: -moz-linear-gradient(left,  #c21c22 0%, #ed1d24 100%); 
  background: -webkit-linear-gradient(left,  #c21c22 0%,#ed1d24 100%); 
  background: linear-gradient(to right,  #c21c22 0%,#ed1d24 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c21c22', endColorstr='#ed1d24',GradientType=1 );
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  }
  .box-shadow {
    box-shadow: 0px 3px 3px -1px rgba(206, 206, 206, 1);
    -webkit-box-shadow: 0px 3px 3px -1px rgba(206, 206, 206, 1);
  }
  .highlights { padding-top: 10px; padding-left: 0px;}
    .highlights li {
        font-size: 0.9em;
        background: url(../img/icons/list.png) no-repeat left 5px;
        padding: 2px 0px 3px 30px;
        list-style: none;
        margin: 0;
        line-height: 18pt;
        /*word-break: break-all;*/
    }
  .text-danger { color: #ea1d24 !important;}
  .enquiry-form .did-floating-label-content input {  border: none !important;
    border-bottom: solid 1px #c0c0c0 !important;
    border-radius: 0 !important; padding: 0 5px;
}
.enquiry-form .did-floating-label-content label {  left: 0;}
.call-icon { border-radius: 50%; border: solid 1px #ed1d24; padding: 5px; width: 35px; height: 35px;}
.call-icon i { color: #ed1d24 !important; margin-left: 3px;}
.p-share i { font-size: 1.5em;}
.p-share .share-icon { padding: 0px 15px;}
.border-right { border-right: solid 1px #dedede;}
.no-border { border: none !important;}

/* itinerary */
#accordionItinerary .accordion-item {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 15px;
  position: relative;
}
#accordionItinerary .accordion-item:not(:last-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border: 1px dashed #6e8898;
  position: absolute;
  top: 25px;
  left: 18px;
}
#accordionItinerary .accordion-item:last-child::before {
  display: none;
}
#accordionItinerary .accordion-button {
  display: block;
  padding: 10px 30px 10px 45px;
  margin: 0;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
  border-radius: 0;
  position: relative;
  text-align: left;
}
#accordionItinerary .accordion-button:not(.collapsed)::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  width: 40px;
  height: 100%;
  line-height: 40px;
  font-size: 17px;
  color: #000;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
#accordionItinerary .accordion-button.collapsed::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  width: 40px;
  height: 100%;
  line-height: 40px;
  border-radius: 3px;
  font-size: 17px;
  color: #c4c4c4;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
#accordionItinerary .accordion-collapse {
  margin-left: 40px;
  background: #fff;
  border-top: none;
  font-size: 0.9em;
  color: #000000;

}
.accordion-button:not(.collapsed) { box-shadow: none !important; }
.accordion-button:focus { border-color: transparent !important; box-shadow: none !important;}
.accordion-body {
  padding: 5px;
}
/* .accordion-button:not(.collapsed)::after {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  transform: rotate(-180deg);
  display:block;
} */
.it-day-txt {font-size: 12px;
  font-weight: 400;}
  .addon-block {  background-color: #f0f0f0; padding: 10px; width: 350px; margin-top: 10px; margin-bottom: 10px; }
  .top-sticky { position: sticky; top: 80px;}
  .check-in-box { border: solid 1px #d5d5d5; width: 300px; position: relative; border-radius: 10px; margin-right: 10px; margin-bottom: 15px;}
  .check-in-box ul { margin-bottom: 10px;}
  .check-in-box ul li { font-size: 0.8em !important; }
  .check-in-header {
    background-color: #dfdfdf;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
}

/* Login modal */
.modal {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 7px;
  overflow: hidden;
  background-color: transparent; }
  .modal .logo a img {
    width: 30px; }
  .modal .modal-content {
    background-color: #fff;
    border: none;
    border-radius: 7px; }
    .modal .modal-content .modal-body {
      border-radius: 7px;
      overflow: hidden;
      background-color: #fff;
     padding: 0px !important;
      -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
      box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9); }
      .modal .modal-content .modal-body h2 {
        font-size: 18px; }
      .modal .modal-content .modal-body p {
        color: #777;
        font-size: 14px; }
      .modal .modal-content .modal-body h3 {
        color: #000;
        font-size: 22px; }
      .modal .modal-content .modal-body .close-btn {
        color: #000; }
      .modal .modal-content .modal-body .promo-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
  .modal .cancel {
    color: gray;
    font-size: 14px; }
  .modal .btn-primary {
    padding-top: 10px;
    padding-bottom: 10px; }



.btn {
  border-radius: 4px;
  border: none; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.logo img {
  width: 70px; }

.custom-note {
  color: #999; }
  .custom-note a {
    color: #ed1d24;
    font-weight: 600!important;
}
    @media (min-width: 576px) {
    .modal-dialog {
        max-width: 675px;
        margin: 1.75rem auto;
    }
  }
  .or-section {  text-align: center; overflow: hidden; color: var(--third-font-color);}
.or-section:before,
.or-section:after {
    background-color: #cdcdcd;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.or-section:before {
    right: 0.5em;
    margin-left: -50%;
}
.or-section:after {
    left: 0.5em;
    margin-right: -50%;
}
.google-login { background-color: #f2f4f7 !important; display: block; padding: 5px; border-radius: 8px; text-align: center; font-size: 0.9em; margin-bottom: 45px;}
.bg-profile {  background-image: url(../img/profile-bg.jpg); background-size: contain;
  background-repeat: no-repeat;}

  .my-acnt-bg {
    background-image: url('../img/profile-bg.jpg');
 
    background-size: contain 100%;
    background-repeat: no-repeat;
    min-height: 300px;
}
.profile-block { margin-top: -130px; margin-bottom: 45px;}
.profile-photo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  background: #ed1d25;
  border-radius: 50%;
  text-align: center;
  padding: 40px 0;
  border: solid 4px #fff;
}
.profile-photo h4 { font-size: 4rem !important;}
.pro-left-box { padding-top: 100px; padding-bottom: 1px;}
.pro-left-box ul { list-style: none !important;}
.pro-left-box ul li { line-height: 20pt;}
.pro-left-box ul li a { color: #000 !important;}
.red-border { background-color: var(--primary-bg); height: 2px; width: 90px; margin-top: 10px;}
.logout_btn { background-color: #f7f7f7; border-radius: 8px; color: #000; font-size: 0.9em; width: 120px; margin: 0 auto; padding: 10px; display: block; margin-bottom: 15px; text-align: center; }
.footer-form { padding-top: 15px;}
.owl-prev { 
  width: 40px;
  height: 40px;
  background: #fff !important;
  border-radius: 50%;
  margin-right: 5px;
  border: solid 1px #ccc !important;
  font-size: 23px !important;
}
.owl-next { 

  width: 40px;
  height: 40px;
  background: #fff !important;
  border-radius: 50%;
  border: solid 1px #ccc !important;
  font-size: 23px !important;
}
.owl-nav { 
  position: absolute !important;
    right: 0 !important;
    top: -55px !important;
}
/* New tab styles */
.tabs {
	position: relative;
}

.tabs__head {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	zoom: 1;
	-webkit-touch-callout: none;
}

.tabs__head:before, .tabs__head:after {
	content: "";
	display: table;
}

.tabs__head:after {
	clear: both;
}

.lt-ie8 .tabs__head {
	zoom: 1;
}

.tabs__body {
	position: relative;
	z-index: 2;
}

.tabs__tab {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
	cursor: pointer;
}

.tabs__tab_active {
	cursor: default;
}

.tabs__icon, .tabs__head-text {
	display: inline-block;

	vertical-align: middle;
}

.tabs__icon {
	min-height: 30px;
	margin-right: 6px;
}

.tabs__icon svg {
	-webkit-transition: 125ms all ease;
	transition: 125ms all ease;

	fill: currentColor;
}

.tabs__preloader {
	position: relative;
}

.tabs__pane {
	position: relative;

	display: none;
}

.tabs__pane_active {
	display: block;
}


.tabs_style_default {
	margin: 0 0 0px;
}

.tabs_style_default .tabs__head {
	border: none;
}

.tabs_style_default .tabs__tab {
	margin-bottom: -1px;
    padding: 5px 15px 5px 0px;
	font-size: 16px;
	line-height: 1.4;
	color: #111;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 2px 2px 0 0;
}

.tabs_style_default .tabs__tab:last-child {
	margin-right: 0;
}

.tabs_style_default .tabs__tab_active {
	background: none;
	border-bottom: solid 3px #ed1d24;
}

.tabs_style_default .tabs__preloader {
	height: 80px;
	background: url("../img/tabs__preloader.svg") no-repeat 50% 20px;
	background-size: 30px;
}

.tabs_style_default .tabs__head_inverted {
	border-bottom: none;
	border-top-width: 1px;
}

.tabs_style_default .tabs__head_inverted .tabs__tab{
	border-width: 0 1px 1px 1px;
	margin-top: -1px;
}

.tabs_style_default .tabs__pane {
	margin: 20px 0;
}

.tabs_style_default.tabs_color_blue .tabs__tab_active {
	border-color: #2ea9fa;
}

.tabs_style_default.tabs_color_blue .tabs__head {
	border-color: #2ea9fa;
}

.international .owl-item img {
    display: block;
    width: 120px;
    height: 120px;
    
}
   
.domestic .owl-item img {
    display: block;
    width: 120px;
    height: 120px;
    
}
.top-tour .item {
    transition: transform .3s;
}
    .top-tour .item:hover {
        transform: scale(1.01);
    }

.price .item {
    transition: transform .3s;
}
    .price .item:hover {
        transform: scale(1.01);
    }

.jan .item {
    transition: transform .3s;
}

    .jan .item:hover {
        transform: scale(1.01);
    }

.general img {
    transition: transform .3s;
}

.general img:hover {
    transform: scale(1.01);
}

.top-tour {
    padding: 20px 0px;
}
.top-tour .item img { margin-bottom:10px; }


/*Loader styles*/
#ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000;
}

    #ftco-loader.fullscreen {
        padding: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background-color: #fff;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #ftco-loader.show {
        -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
        -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
        transition: opacity .4s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }

    #ftco-loader .circular {
        -webkit-animation: loader-rotate 2s linear infinite;
        animation: loader-rotate 2s linear infinite;
        position: absolute;
        left: calc(50% - 24px);
        top: calc(50% - 24px);
        display: block;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    #ftco-loader .path {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
        -webkit-animation: loader-dash 1.5s ease-in-out infinite;
        animation: loader-dash 1.5s ease-in-out infinite;
        stroke-linecap: round;
    }

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}
/* sort select styles */
div.fancy-select {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: #46565D;
}

    div.fancy-select.disabled {
        opacity: 0.5;
    }

    div.fancy-select select:focus + div.trigger {
        box-shadow: 0 0 0 2px #4B5468;
    }

        div.fancy-select select:focus + div.trigger.open {
            box-shadow: none;
        }

    div.fancy-select div.trigger {
        border-radius: 4px;
        cursor: pointer;
        padding: 10px 24px 9px 9px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        background: #99A5BE;
        border: 1px solid #99A5BE;
        border-top-color: #A5B2CB;
        color: #4B5468;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        width: 200px;
        transition: all 240ms ease-out;
        -webkit-transition: all 240ms ease-out;
        -moz-transition: all 240ms ease-out;
        -ms-transition: all 240ms ease-out;
        -o-transition: all 240ms ease-out;
    }

        div.fancy-select div.trigger:after {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            border: 5px solid transparent;
            border-top-color: #4B5468;
            top: 17px;
            right: 9px;
        }

        div.fancy-select div.trigger.open {
            background: #4A5368;
            border: 1px solid #475062;
            color: #7A8498;
            box-shadow: none;
        }

            div.fancy-select div.trigger.open:after {
                border-top-color: #7A8498;
            }

    div.fancy-select ul.options {
        list-style: none;
        margin: 0;
        position: absolute;
        top: 40px;
        left: 0;
        visibility: hidden;
        opacity: 0;
        z-index: 50;
        max-height: 200px;
        overflow: auto;
        background: #62C8BF;
        border-radius: 4px;
        border-top: 1px solid #7DD8D2;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        min-width: 200px;
        padding: 6px 0;
        transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
        -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
        -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
        -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
        -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    }

        div.fancy-select ul.options.open {
            visibility: visible;
            top: 50px;
            opacity: 1;
        }

        div.fancy-select ul.options.overflowing {
            top: auto;
            bottom: 40px;
            transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
            -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
            -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
            -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
            -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
        }

            div.fancy-select ul.options.overflowing.open {
                top: auto;
                bottom: 50px;
            }

        div.fancy-select ul.options li {
            padding: 6px 12px;
            color: #2B8686;
            cursor: pointer;
            white-space: nowrap;
            transition: all 150ms ease-out;
            -webkit-transition: all 150ms ease-out;
            -moz-transition: all 150ms ease-out;
            -ms-transition: all 150ms ease-out;
            -o-transition: all 150ms ease-out;
        }

            div.fancy-select ul.options li.hover {
                color: #fff;
            }

.btn-white {
    background-color: #fff !important;
    color: #000 !important;
}
.btn-white-outline {
    background-color: transparent !important;
    color: #fff !important;
    padding:10px;
    border: solid 1px #fff !important;
}
    .btn-white-outline:hover {
        background-color: #ec1d23 !important;
    }
    #image-gallery {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 99;
}
/* hover share style */

.hover-item {
    position: relative;
}

    .hover-item .team-social {
        position: absolute;
        padding: 0;
        top: 15px;
        left: 0;
        overflow: hidden;
    }

        .hover-item .team-social li {
            list-style-type: none;
            margin-bottom: 10px;
            margin-left: -50px;
            opacity: 0;
            transition: .5s;
        }

    .hover-item:hover .team-social li {
        margin-left: 15px;
        opacity: 1;
    }

    .hover-item .team-social li .btn {
        background: #FFFFFF;
        color: var(--primary);
        border-radius: 40px;
        transition: .5s;
    }

        .hover-item .team-social li .btn:hover {
            color: #FFFFFF;
            background: #ed1d24;
        }

    .hover-item .team-social li:nth-child(1) {
        transition-delay: .1s;
    }

    .hover-item .team-social li:nth-child(2) {
        transition-delay: .2s;
    }

    .hover-item .team-social li:nth-child(3) {
        transition-delay: .3s;
    }

    .hover-item .team-social li:nth-child(4) {
        transition-delay: .4s;
    }

    .hover-item .team-social li:nth-child(5) {
        transition-delay: .5s;
    }
   .policy-area ul {
    padding-top: 15px;
    }

    .policy-area ul li {
        line-height: 20pt !important;
        /*word-break: break-all;*/
    }
/* Cruise page styles */
.cruise-banner {
    position: relative;
}

    .cruise-banner .carousel-caption {
        bottom: 13.25rem;
    }

.b-border {
    border: solid 1px #000;
}

.home-nav-tabs .nav-tabs li {
    font-size: 1em !important;
}

.tab-pane .item img {
    margin-bottom: 10px !important;
}
/* Cruise page styles */
    .cruise-banner { position: relative;}
    .cruise-banner .carousel-caption { bottom:13.25rem ;}
    .b-border { border: solid 1px #000;}
    .home-nav-tabs .nav-tabs li { font-size: 1em !important;}
    .tab-pane .item img { margin-bottom: 10px !important;}
.itinerary .bg-white hr { margin-top:15px !important; margin-bottom:15px !important;}
.text-right { text-align:right !important;}
.top-tour .item img { height:180px !important; object-fit:cover;}
.edomestic .item img {
    height: 180px !important;
    width:100%;
    object-fit:cover;
}
.slick-lightbox-slick-item-inner { color: transparent !important;}
.slick-prev:before, .slick-next:before {
    font-size: 30px !important;
}
.contact-info i {
    font-size: 20px;
    float: left;
    width: 44px;
    height: 44px;
    background: #f17945;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}

.contact-info h4, .contact-info .h4 {
    font-size: 18px;
    padding: 0 0 0 60px;
}

.contact-info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
}
.domestic-inner .item img {
    height: 180px !important;
    width: 100%;
    object-fit: cover;
}
.month-nav-tabs .item img {
    height: 180px !important;
    width: 100%;
    object-fit:cover;
}
  /*  .month-nav-tabs .item img:hover {
        transform: scale(1);
    }*/

.price-nav-tabs .item img {
    height: 180px !important;
    width: 100%;
    object-fit: cover;
}
.sort-area {
    border: solid 1px #f8faff;
    padding: 10px;
    background: white;
    margin-bottom: 20px;
    border-radius: 5px;
    position:sticky;
    top:70px;
   
    z-index:99;
}
.sort-area label {
    border: solid 1px #000;
}
#home-tabContent .item p {
    width: 130px;
    font-size: 0.9em;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.overlay-btn-red {
    background-color: #ed1d24;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 1em;
}
.slick-prev, .slick-next { z-index: 99999 !important;}
.slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 0;
    font-size: 0px;
    cursor: pointer;
    background: white;
    color: black;
    padding: 0;
    border: none;
}
.slick-lightbox-close:before {
  
    font-size: 20px;
    line-height: 0.9;
    color: black;
    opacity: 1;
    font-weight: 600;
   
}

.trip-selection-area { width:auto;}
.trip-selection-area h6 { color:#fff !important;}
    .trip-selection-area p {
        font-weight: 300 !important; line-height: 15pt !important;
    }
.trip-selection-area a.active { background-color:#ec1d23   !important; color: #fff !important; border: solid 1px #ec1d23  !important;}
.year-text { font-size: 9px !important; display:block; text-align:center;}
.active-border { border: solid 5px #bbbbbb; }
#priceMonth .nav-link {
    border-radius: 0px !important;
    margin-bottom: 8px;
    background: none !important;
    border:none !important;
    padding: 5px !important;
    font-size:14px !important;
}
#priceMonth .nav-link.active { border-bottom: solid 1px #ed1d24 !important; color: #000 !important; }
#priceMonth .nav-link.active:hover { border-bottom: solid 1px #ed1d24 !important; color: #000 !important; }
#priceMonth .nav-link:hover { border:none !important; color: #000 !important; }
    /*Customized package styles*/
    .custom-list {
    list-style: none !important;
    padding-left: 0px !important;
    padding-top: 15px;
}
.custom-list li { line-height: 26pt !important; font-size: 13px !important; border-bottom: solid 1px #ffffff66;}
    .custom-list li a {
        color: #fff !important;
        transition: 0.2s linear;
        display: flex;
        justify-content: space-between;
    }
 .custom-list li a:hover { padding-left: 5px; }
    .custom-trip-area .card {
    position: relative;
    border-radius: 10px;
     transition: 0.6s linear;
}
.text-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
}
/*.custom-trip-area .card:hover { border: solid 2px #000; }*/
    .custom-trip-area .card:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 55%);
        border-radius: 10px;
    }
.custom-trip-area .card .card-body { position:relative; }
    .customint img {  object-fit:cover; border-radius:10px !important;}
    .customdom img {  object-fit:cover; border-radius:10px !important;}
    .pull-right { float:right !important; }
.kerala img {
    object-fit: cover;
    border-radius: 10px !important;
}
   /* Not found styles*/
#notfound {
    position: relative;
    height: 100vh;
}

    #notfound .notfound-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url('../img/banner/banner1.jpg');
        background-size: cover;
    }

        #notfound .notfound-bg:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.25);
        }

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        #notfound .notfound:after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 100%;
            height: 600px;
            background-color: rgba(255, 255, 255, 0.7);
            -webkit-box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.7) inset;
            box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.7) inset;
            z-index: -1;
        }

.notfound {
    max-width: 600px;
    width: 100%;
    text-align: center;
    padding: 30px;
    line-height: 1.4;
}

    .notfound .notfound-404 {
        position: relative;
        height: 200px;
    }

        .notfound .notfound-404 h1 {
            position: absolute;
            left: 50%;
            top: 40%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 57px;
            margin: 0px;
            color: #222225;
            text-transform: uppercase;
        }

    .notfound h2 {
       
        font-size: 26px;
        font-weight: 400;
        text-transform: uppercase;
        color: #222225;
        margin-top: 26px;
        margin-bottom: 20px;
    }

.notfound-search {
    position: relative;
    padding-right: 120px;
    max-width: 420px;
    width: 100%;
    margin: 30px auto 20px;
}

    .notfound-search input {
   
        width: 100%;
        height: 40px;
        padding: 3px 15px;
        color: #fff;
        font-weight: 400;
        font-size: 18px;
        background: #222225;
        border: none;
    }

    .notfound-search button {

        position: absolute;
        right: 0px;
        top: 0px;
        width: 120px;
        height: 40px;
        text-align: center;
        border: none;
        background: #ff00b4;
        cursor: pointer;
        padding: 0;
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        text-transform: uppercase;
    }

.notfound a {
 
    display: inline-block;
    font-weight: 400;
    text-decoration: none;

    color: #222225;
    text-transform: uppercase;
    
}

.notfound-social {
    margin-bottom: 15px;
}

    .notfound-social > a {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        width: 40px;
        font-size: 14px;
        color: #fff;
        background-color: #222225;
        margin: 3px;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .notfound-social > a:hover {
            color: #fff;
            background-color: #ff00b4;
        }

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        height: 146px;
    }

        .notfound .notfound-404 h1 {
            font-size: 146px;
        }

    .notfound h2 {
        font-size: 22px;
    }
}

.top-menu-area ul { display:flex;}
.no-bottom { margin-bottom: 0px !important;}
.price img {
    
}
    
.month-nav-tabs .item img { 
    
    position:relative;
}

    
.general-img { position: relative;}
/*.general img::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.general img:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
*/

/* Shine */
.item img {
    position: relative;
}

 /*   .item img::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

   .item img:hover::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}*/




.item .img-container { transition: transform .3s; border-radius: 50% !important; }
.item .img-container:hover { transform: scale(1.02); }

.p-top-0 { padding-top:0px !important; }
.small, small {
    font-size: 12px !important;
    /*word-break: break-all;*/
}
.international-mob { display:none;}
.domestic-mob { display:none;}
.cruise-features { display:block; min-height: 60px; font-size: 13px;
}
.cruise-limit {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.position-relative {
    display: block !important;
}
.carousel-control-next, .carousel-control-prev { z-index: 110;}
.banner-mob { display:none; }
.trip-selection-area a { width: 230px;}
.carousel-caption { z-index:99;}
.result-head {
    background-color: #e5e5e5;
    padding: 5px;
    border-radius: 5px;
    padding-left:10px;
    
}
.package-head { font-size: 1.2em !important;}
.package-img {
    width: 300px !important;
}
.package_btn { width: 200px; display: block; margin: 0 auto; margin-top: 15px !important; font-size: 1em !important; }
.scrollbar1 {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px 15px 5px 5px;
}

    .scrollbar1::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

.scrollbar1::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

    .scrollbar1::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #b9b9b9;
    }
.outline-anim {
    
    transform: translate(0%, 0%);
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
     background-color:#575757;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
}

    .outline-anim:before {
        position: absolute;
        top: 2px;
        left: 2px;
        bottom: 2px;
        content: '';
        width: 50%;
        background: rgba(255,255,255,0.05);
    }
.outline-anim:hover { background: #ec1d23; color: #fff;}

    .outline-anim span:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to right, #fff, #fff);
        animation: animate1 2s linear infinite;
    }

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.outline-anim span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #fff, #fff);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.outline-anim span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #fff, #fff);
    animation: animate3 2s linear infinite;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.outline-anim span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to top, #fff, #fff);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.tour-builder {
    position: fixed;
    bottom: 200px;
    right: -15px;
    padding: 0px;
    width: 80px;
    height: auto;
    border: none;
    z-index: 99;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding-top: 8px;
    box-shadow: 0 0 0 0 rgba(#5a99d4, .5);
    -webkit-animation: pulse 1.5s infinite;
}
    .tour-builder a span {
        display: flex;
        align-items: center;
        background: #575757;
        color: #fff !important;
        font-size: 10px !important;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        line-height: 10pt;
        font-weight: 600;
    }

    /*New loader styles starts*/
.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

    .preloader .preloader-circle {
        width: 100px;
        height: 100px;
        position: relative;
        border-style: solid;
        border-width: 1px;
        border-top-color: #ed1c24;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        z-index: 10;
        border-radius: 50%;
        -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
        box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
        background-color: #ffffff;
        -webkit-animation: zoom 2000ms infinite ease;
        animation: zoom 2000ms infinite ease;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    .preloader .preloader-circle2 {
        border-top-color: #0078ff
    }

    .preloader .preloader-img {
        position: absolute;
        top: 50%;
        z-index: 200;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-top: 6px;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

        .preloader .preloader-img img {
            max-width: 55px
        }

    .preloader .pere-text strong {
        font-weight: 800;
        color: #dca73a;
        text-transform: uppercase
    }

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}



 /*New loader styles ends*/
.img-mob {
    width: 65px !important;
    height: 65px !important;
}

.expo-header { background-color:#000; padding:10px; border-bottom: solid 3px #ffff00; }
.expo-header h4 { color: #fff !important; font-size: 0.9em !important; display:inline-block; margin-right:15px;}
.expo-header h4 a { color:#fff !important; text-decoration:none !important;  }
        .expo-banner img { width:100% !important;}
        .expo-form { background:#333333;}
        .expo-form h2 { color:#fff !important;}
        .expo-form p { color:#fff !important;}
.expo-btn {
    background-color: var(--primary-bg);
    color: #fff !important;
    font-size: 16px !important;
    text-decoration: none !important;
    border-radius: 5px;
    padding:15px;
}
.expo-packages { background-color:#ce3045; background-image: url("/assets/img/dot-bg.png");  background-position:top; background-repeat:repeat-x; }
.expo-packages h2{ color:#fff !important; }
.expo-packages p{ color:#fff !important; }
.expo-packages h4{ color:#fff !important; }
    .expo-packages h2 { font-size:1.8em !important; }
    .expo-packages h4 {
        font-size: 1.3em !important; margin-bottom: 10px !important;
    }
    .expo-packages p { font-size: 1.1em !important; font-weight: 500 !important; line-height:15pt !important; }
    .expo-footer { background-color: #000 !important; padding:5px;}
    .venue-title { color:#ce3145 !important; font-size:1.5em !important; margin-bottom: 10px !important;}

    .expo-footer p { color:#fff !important; font-size:13px !important; margin-bottom:0px !important; line-height: 18pt;}
    .venue { color:#fff !important; font-weight:300; font-size:0.9em !important; }
    .venue span { font-weight:600 !important;}
    .expo-border { border-right: solid 5px #ce3145;}
    .footer-dest li { color: #fff !important; font-size: 1em !important; }
.footer-dest li i { color:#ce3145 !important;}
/**********************/
/*     Statistics     */
/**********************/
.count-down {
    background:url(/assets/img/counter-bg.jpg) no-repeat;
    background-position: center center;
    background-size:cover;
    padding-top:50px;
    padding-bottom:50px;
    position:relative;
}
    .count-down::after {
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(120deg, #000000, #000000);
        opacity: .2;
        position: absolute;
    }

.counter {
    padding-top: 2rem;
    padding-bottom: 4.5rem;
    text-align: center;
    position:relative;
    z-index:99;
}

    .counter #counter {
        margin-bottom: 0.75rem;
    }



        .counter #counter .counter-value {
            color: #fff;
            font-weight: 700;
            font-size: 3.25rem;
            line-height: 3.75rem;
            vertical-align: middle;
        }

        .counter #counter .counter-info {
            margin-bottom: 0;
            font-size: 0.8em;
            vertical-align: middle;
            color:#fff;
        }
        .counter #counter h6 { color:#fff; font-size:1.4em !important;}

        /*new button styles starts*/
.btn-hover {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .btn-hover:hover {
        background-position: 100% 0;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .btn-hover:focus {
        outline: none;
    }

    .btn-hover.color-1 {
        background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
        box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
    }

    .btn-hover.color-2 {
        background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
        box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
    }

    .btn-hover.color-3 {
        background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
        box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
    }

    .btn-hover.color-4 {
        background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
        box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
    }

    .btn-hover.color-5 {
        background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
        box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
    }

    .btn-hover.color-6 {
        background-image: linear-gradient(to right, #009245, #FCEE21, #00A8C5, #D9E021);
        box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
    }

    .btn-hover.color-7 {
        background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
        box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
    }

    .btn-hover.color-8 {
        background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
        box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
    }

    .btn-hover.color-9 {
        background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
        box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
    }

    .btn-hover.color-10 {
        background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a, #FBB03B);
        box-shadow: 0 4px 15px 0 rgba(236, 116, 149, 0.75);
    }

    .btn-hover.color-11 {
        background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);
        box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
    }

 /*new button styles ends*/

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 65%); /* Change the color and opacity of the overlay as needed */
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: 8px;
}

.item:hover .overlay {
    opacity: 1;
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.view-button {
   
    color: #fff;
   display:block;
   border: solid 1px #fff;
   padding:10px;
   border-radius:8px;
    cursor: pointer;
    font-size: 16px;
}

.policy-list li { line-height:20pt; }
.policy-table tr th { font-size:0.8em !important;}
.policy-table { margin-top:10px;}
.policy-table tr td {
    font-size: 0.8em !important; text-align:center;
}
/*Media Queries*/
@media (max-width: 320px) {
    .banner-mob {
        display: block !important;
    }

    .banner-desk {
        display: none !important;
    }

    .highlights li {
        line-height: 16pt !important;
    }

    small {
        font-size: 12px !important;
    }

    h4 {
        font-size: 1rem !important;
    }

    .table-responsive table tr td {
        font-size: 13px !important
    }

    .table-responsive table tr th {
        font-size: 13px !important;
        font-weight: 400 !important;
    }

    b, strong {
        font-weight: 400 !important;
    }

    .sub-head h2 {
        font-size: 1.1rem;
    }

    .text-small {
        font-size: 13px;
    }

    footer {
        padding-top: 0px;
    }

    .price-nav-tabs .nav-tabs .nav-link {
        margin-bottom: 10px;
    }

    .logo-container {
        text-align: center;
    }

    .desk-price {
        display: none;
    }

    .inner-banner-area img {
        height: 250px !important;
    }

    #home-tabContent .item p {
        font-size: 12px;
        width: 70px;
    }

    .international-mob p {
        font-size: 12px;
        width: 70px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        text-align: center !important;
        display: block !important;
        margin: 0 auto;
    }

    .domestic-mob p {
        font-size: 12px;
        width: 70px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        text-align: center !important;
        display: block !important;
        margin: 0 auto;
    }

    .month-nav-tabs .nav-tabs .nav-link {
        margin-bottom: 12px;
    }

    .icon {
        padding-top: 30px;
    }

    .mr-30 {
        margin-right: 5px !important;
    }

    .search-area {
        width: 100% !important;
    }

    .feature-icon-area {
        display: none;
    }

    .nav-bar-area img {
        width: 80px !important;
    }

    .international .owl-item img {
        height: auto !important;
        margin-bottom: 0px !important;
    }

    .search-area {
        bottom: 0px;
    }

    .map img {
        width: 20px !important;
    }

    .sub-head h2 {
        font-size: 13px !important;
    }

    .home-nav-tabs .nav-tabs li {
        font-size: 15px !important;
    }

    .international .item p {
        font-size: 13px;
    }

    .nav-link {
        padding: 5px 10px 5px 0px;
    }

    .sub-head {
        margin-bottom: 5px;
    }

    section {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .h6, h6 {
        font-size: 13px;
    }

    .owl-prev {
        width: 30px;
        height: 30px;
        font-size: 15px !important;
    }

    .owl-next {
        width: 30px;
        height: 30px;
        font-size: 15px !important;
    }

    .navbar-toggle {
        right: 0px;
        top: 14px;
    }

    .text-small {
        font-size: 12px !important;
    }

    .bar1, .bar2, .bar3 {
        width: 70%;
        height: 3px;
        margin-bottom: 5px;
        background-color: #fff;
        transition: all 0.3s ease-in-out;
    }

    .mob-menu ul li a {
        font-size: 16pt;
    }

    #wa-widget-send-button {
        right: 10px !important;
        bottom: 10px !important;
    }

    .back-to-top {
        bottom: -10px !important;
    }

    .pro-title {
        font-size: 15px !important;
    }

    .contact-info i {
        font-size: 16px;
        float: left;
        width: 34px;
        height: 34px;
    }

    .contact-info p {
        padding: 0 0 0 41px;
        margin-bottom: 0;
        font-size: 12px;
    }

    .contact-info h4, .contact-info .h4 {
        font-size: 14px !important;
        padding: 0 0 0 41px;
    }

    .d-none {
        display: block !important;
    }

    .carousel-caption h5 {
        font-size: 16px !important;
    }

    .carousel-caption p {
        font-size: 13px !important;
    }

    p {
        font-size: 12px !important;
    }

    ul li {
        font-size: 12px !important;
    }

    .small, small {
        font-size: 12px !important;
    }

    table tr td {
        font-size: 11px !important;
    }

    table tr th {
        font-size: 11px !important;
    }

    footer {
        padding-top: 10px;
    }

    .policy-area ul {
        padding-left: 0px;
    }

    .call-icon {
        width: 30px;
        height: 28px;
    }

    .pl-60 {
        padding-left: 0px !important;
    }

    .package-price {
        order: 1 !important;
        background: #000;
    }

    .mr-30 {
        margin-right: 5px !important;
    }

    h4 {
        font-size: 13px !important;
    }

    .logo-container img {
        width: 90px !important;
    }

    .search-area input[type="text"] {
        font-size: 11px;
    }

    .search_btn {
        right: 10px;
        top: 0px;
        display: none;
    }

        .search_btn i {
            font-size: 13px;
        }

    .price .owl-nav {
        top: -130px !important;
    }

    .jan .owl-nav {
        top: -116px !important;
    }

    .top-tour .item .d-flex {
        display: block !important;
    }

    .view-more-btn-inner {
        position: relative !important;
    }

    .days-count {
        width: 100% !important;
        text-align: center !important;
    }

    .home-nav-tabs .nav-tabs li {
        font-size: 15px !important;
    }

    .sub-head {
        margin-bottom: 10px;
    }

    .international .owl-item img {
        height: auto;
        margin-bottom: 0px !important;
    }

    .carousel-caption h5 {
        font-size: 1.3em;
    }

    .package-text p {
        font-size: 13px !important;
    }

    .owl-item img {
        height: auto !important;
    }

    .international .owl-item img {
        height: auto !important;
    }

    #accordionItinerary .accordion-button {
        font-weight: 600;
        font-size: 15px;
    }

    #wa-widget-send-button {
        bottom: 15px !important;
        right: 10px;
    }

    section {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .carousel-caption {
        bottom: 16.25rem;
    }

    .nav-bar-area img {
        width: 115px !important;
    }

    .bar1, .bar2, .bar3 {
        width: 65%;
        height: 3px;
        margin-bottom: 5px;
        background-color: #fff;
        transition: all 0.3s ease-in-out;
    }

    .navbar-toggle {
        right: 0 !important;
    }

    .mob-menu ul li a {
        font-size: 18pt !important;
        font-weight: 400 !important;
    }

    .row-cols-2 > * {
        width: 100%;
    }

    .cruise-banner .carousel-caption {
        bottom: 1.25rem;
        z-index: 99;
    }

    .h-50 {
        height: 25vh !important;
    }

    .overlay-btn-red {
        font-size: 13px !important;
    }

    .h6, h6 {
        font-size: 14px;
    }

    .international-desk {
        display: none !important;
    }

    .international-mob {
        display: block !important;
    }

    .domestic-desk {
        display: none !important;
    }

    .domestic-mob {
        display: block !important;
    }

    .owl-prev {
        width: 30px !important;
        height: 30px !important;
        font-size: 19px !important;
    }

    .owl-next {
        width: 30px !important;
        height: 30px !important;
        font-size: 19px !important;
    }

    .month-nav-tabs ul li {
        font-size: 14px !important;
        line-height: 8pt !important;
    }

    .cruise-nav .owl-nav {
        position: absolute !important;
        right: 0 !important;
        top: -86px !important;
    }

    .customint {
        padding-top: 10px;
    }

    .customdom {
        padding-top: 15px;
    }

    .trip-selection-area a {
        font-size: 13px !important;
        width: auto;
    }

    .cruise-banner .carousel-caption h5 {
        font-size: 1.5em !important;
    }

    .expo-packages h2 {
        font-size: 1.4em !important
    }

    .expo-packages h4 {
        font-size: 1.1em !important;
    }

    .expo-packages p {
        font-size: 13px !important;
    }
            .mob-mt { margin-top:20px !important;}
            .offer-slider .item .overlay { display:none !important;}
}

    @media (max-width: 481px) {
        .banner-mob {
            display: block !important;
        }

        .banner-desk {
            display: none !important;
        }

        .highlights li {
            line-height: 16pt !important;
        }

        small {
            font-size: 12px !important;
        }

        h4 {
            font-size: 1rem !important;
        }

        .table-responsive table tr td {
            font-size: 13px !important
        }

        .table-responsive table tr th {
            font-size: 13px !important;
            font-weight: 400 !important;
        }

        b, strong {
            font-weight: 400 !important;
        }

        .sub-head h2 {
            font-size: 1.1rem;
        }

        .text-small {
            font-size: 13px;
        }

        footer {
            padding-top: 0px;
        }

        .price-nav-tabs .nav-tabs .nav-link {
            margin-bottom: 10px;
        }

        .logo-container {
            text-align: center;
        }

        .desk-price {
            display: none;
        }

        .inner-banner-area img {
            height: 250px !important;
        }

        .month-nav-tabs .nav-tabs .nav-link {
            margin-bottom: 12px;
        }

        #home-tabContent .item p {
            font-size: 12px;
            width: 70px !important;
        }

        .international-mob p {
            font-size: 12px;
            width: 70px !important;
            white-space: nowrap !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            text-align: center !important;
            display: block !important;
            margin: 0 auto;
        }

        .domestic-mob p {
            font-size: 12px;
            width: 70px !important;
            white-space: nowrap !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            text-align: center !important;
            display: block !important;
            margin: 0 auto;
        }

        .icon {
            padding-top: 30px;
        }

        .mr-30 {
            margin-right: 5px !important;
        }

        .search-area {
            width: 100% !important;
        }

        .feature-icon-area {
            display: none;
        }

        .search-area {
            bottom: 15%;
        }

        .trip-selection-area p {
            font-size: 13px !important;
        }

        .search-area input[type="text"] {
            font-size: 11px;
        }

        .search_btn {
            right: 10px;
            top: 0px;
            display: none;
        }

            .search_btn i {
                font-size: 13px;
            }

        .price .owl-nav {
            top: -130px !important;
        }

        .jan .owl-nav {
            top: -116px !important;
        }

        .top-tour .item .d-flex {
            display: block !important;
        }

        .price-nav-tabs .item .d-flex {
            display: block !important;
        }

        .price-nav-tabs .item .view-more-btn-inner {
            position: relative !important;
            width: 100%;
            margin-top: 10px;
        }

        .top-tour .item .view-more-btn-inner {
            position: relative !important;
            width: 100%;
            margin-top: 10px;
        }

        .days-count {
            text-align: center !important;
        }

        .home-nav-tabs .nav-tabs li {
            font-size: 15px !important;
        }

        .sub-head {
            margin-bottom: 10px;
        }

        .international .owl-item img {
            height: auto;
            margin-bottom: 0px !important;
        }

        .carousel-caption h5 {
            font-size: 1.3em !important;
        }

        .package-text p {
            font-size: 13px !important;
        }

        .owl-item img {
            height: auto !important;
        }

        .international .owl-item img {
            height: auto !important;
            margin-bottom: 0px !important;
        }

        #accordionItinerary .accordion-button {
            font-weight: 600;
            font-size: 15px;
        }

        section {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .carousel-caption {
            bottom: 8.25rem !important
        }

        .nav-bar-area img {
            width: 115px !important;
        }

        .bar1, .bar2, .bar3 {
            width: 65%;
            height: 3px;
            margin-bottom: 5px;
            background-color: #fff;
            transition: all 0.3s ease-in-out;
        }

        .navbar-toggle {
            right: 0 !important;
        }

        .mob-menu ul li a {
            font-size: 18pt !important;
            font-weight: 400 !important;
        }

        .carousel-control-next, .carousel-control-prev {
            display: none;
        }

        .search_btn {
            top: 96px !important;
            right: 15px !important;
        }

        .price-nav-tabs .pt-3 {
            padding-top: 0px !important;
        }

        .row-cols-2 > * {
            width: 100%;
        }

        .cruise-banner .carousel-caption {
            bottom: 1.25rem;
            z-index: 99;
        }

        .h-50 {
            height: 25vh !important;
        }

        .overlay-btn-red {
            font-size: 13px !important;
        }

        .h6, h6 {
            font-size: 14px;
        }

        .international-desk {
            display: none !important;
        }

        .international-mob {
            display: block !important;
        }

        .domestic-desk {
            display: none !important;
        }

        .domestic-mob {
            display: block !important;
        }

        .owl-prev {
            width: 30px !important;
            height: 30px !important;
            font-size: 19px !important;
        }

        .owl-next {
            width: 30px !important;
            height: 30px !important;
            font-size: 19px !important;
        }

        .month-nav-tabs ul li {
            font-size: 14px !important;
            line-height: 8pt !important;
        }

        .cruise-nav .owl-nav {
            position: absolute !important;
            right: 0 !important;
            top: -86px !important;
        }

        .customint {
            padding-top: 15px;
        }

        .customdom {
            padding-top: 15px;
        }

        .trip-selection-area a {
            font-size: 13px !important;
            width: auto;
        }

        .cruise-banner .carousel-caption h5 {
            font-size: 1.5em !important;
        }

        .expo-packages h2 {
            font-size: 1.4em !important
        }

        .expo-packages h4 {
            font-size: 1.1em !important;
        }

        .expo-packages p {
            font-size: 13px !important;
        }
        .mob-mt {
            margin-top: 20px !important;
        }
        .offer-slider .item .overlay {
            display: none !important;
        }
    }

    @media (max-width: 641px) {
        .trip-selection-area a {
            font-size: 13px !important;
            width: auto;
        }

        .banner-mob {
            display: block !important;
        }

        .banner-desk {
            display: none !important;
        }

        .highlights li {
            line-height: 16pt !important;
        }

        small {
            font-size: 12px !important;
        }

        small {
            font-size: 12px !important;
        }

        h4 {
            font-size: 1rem !important;
        }

        .table-responsive table tr td {
            font-size: 13px !important
        }

        .table-responsive table tr th {
            font-size: 13px !important;
            font-weight: 400 !important;
        }

        b, strong {
            font-weight: 400 !important;
        }

        .sub-head h2 {
            font-size: 1.1rem;
        }

        .text-small {
            font-size: 13px;
        }

        footer {
            padding-top: 0px;
        }

        .price-nav-tabs .nav-tabs .nav-link {
            margin-bottom: 10px;
        }

        .logo-container {
            text-align: center;
        }

        .desk-price {
            display: none;
        }

        .inner-banner-area img {
            height: 250px !important;
        }

        .month-nav-tabs .nav-tabs .nav-link {
            margin-bottom: 12px;
        }

        #home-tabContent .item p {
            font-size: 12px;
            width: 70px !important;
        }

        .international-mob p {
            font-size: 12px;
            width: 70px !important;
            white-space: nowrap !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            text-align: center !important;
            display: block !important;
            margin: 0 auto;
        }

        .domestic-mob p {
            font-size: 12px;
            width: 70px !important;
            white-space: nowrap !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            text-align: center !important;
            display: block !important;
            margin: 0 auto;
        }

        .icon {
            padding-top: 30px;
        }

        .mr-30 {
            margin-right: 5px !important;
        }

        .search-area {
            width: 100% !important;
        }

        .carousel-caption h5 {
            font-size: 2.5em !important;
        }

        .package-text p {
            font-size: 13px !important;
        }

        .owl-item img {
            height: auto !important;
        }

        #accordionItinerary .accordion-button {
            font-weight: 600;
            font-size: 15px;
        }

        section {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .carousel-caption {
            bottom: 16.25rem;
        }

        .nav-bar-area img {
            width: 115px !important;
        }

        .bar1, .bar2, .bar3 {
            width: 65%;
            height: 3px;
            margin-bottom: 5px;
            background-color: #fff;
            transition: all 0.3s ease-in-out;
        }

        .navbar-toggle {
            right: 0 !important;
        }

        .mob-menu ul li a {
            font-size: 18pt !important;
            font-weight: 400 !important;
        }

        .row-cols-2 > * {
            width: 100%;
        }

        .cruise-banner .carousel-caption {
            bottom: 1.25rem !important;
            z-index: 99;
        }

        .h-50 {
            height: 25vh !important;
        }

        .overlay-btn-red {
            font-size: 13px !important;
        }

        .h6, h6 {
            font-size: 14px;
        }

        .international-desk {
            display: none !important;
        }

        .international-mob {
            display: block !important;
        }

        .domestic-desk {
            display: none !important;
        }

        .domestic-mob {
            display: block !important;
        }

        .owl-prev {
            width: 30px !important;
            height: 30px !important;
            font-size: 19px !important;
        }

        .owl-next {
            width: 30px !important;
            height: 30px !important;
            font-size: 19px !important;
        }

        .month-nav-tabs ul li {
            font-size: 14px !important;
            line-height: 8pt !important;
        }

        .cruise-nav .owl-nav {
            position: absolute !important;
            right: 0 !important;
            top: -126px !important;
        }

        .customint {
            padding-top: 15px;
        }

        .customdom {
            padding-top: 15px;
        }

        .cruise-banner .carousel-caption h5 {
            font-size: 1.5em !important;
        }

        .expo-packages h2 {
            font-size: 1.4em !important
        }

        .expo-packages h4 {
            font-size: 1.1em !important;
        }

        .expo-packages p {
            font-size: 13px !important;
        }
        .mob-mt {
            margin-top: 20px !important;
        }
        .offer-slider .item .overlay {
            display: none !important;
        }
    }

    @media (max-width: 1400px) {
        .search_btn {
            top: 65px;
        }

        .carousel-caption {
            bottom: 5.25rem;
        }

        .feature-icon-area {
            padding-top: 12px;
        }

        .trip-selection-area p {
            font-size: 14px;
        }

        .international .owl-item img {
            height: 95px;
        }

        .domestic .owl-item img {
            height: 95px;
        }

        #home-tabContent .item p {
            width: 100px;
        }

        .cruise-nav .item h6 {
            font-size: 13px !important;
        }
    }
.linear-wipe {
    text-align: center;
    font-weight: 700;
    background: linear-gradient(to right, #FFF 20%, #FF0 40%, #FF0 60%, #FFF 80%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 1s linear infinite;
    animation: shine 1s linear infinite;
}

@-webkit-keyframes shine {
    to {
        background-position: 200% center;
    }
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}
